/*【予約エリア】 */
#Reserv {
    text-align: center;
    background: #000;
    width: 100%;
    height: 135px;
    margin: 0;
    padding-top: 10px;
    z-index: 1000;
}

#Reserv .Reserv_button {
    width: 150px;
    float: left;
}

#Reserv .Reservbg {

    font-size: 75%;
    color: #fff;
    margin: auto;
    max-width: 1000px;
}

#Reserv .kensaku {
    float: left;
    padding-top: 9px;
    padding-left: 10px;
}

#Reserv .Reserv_button2 {
    width: 100px;
    padding-left: 5px;
    float: left;
    padding-top: 6px;
}

#Reserv .Reserv_button2 input {
    width: 100%;
}

.bestrate {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

/* SLIDER
----------------------------------------------- */
.slider {
    /*高さは使う画像に合わせて設定してください*/
    height: 650px;
    width: 100%;
    position: relative;
}

/* 30th ロゴリボン関連
----------------------------------------------- */
img.th30_banner {
    width: 33%;
    min-width: 380px;
    max-width: 450px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
}

img.th30_banner_ribbon {
    width: 20%;
    max-width: 170px;
    position: absolute;
    top: 0;
    left: 15%;
    margin: auto;
    z-index: 1000;
}

@media screen and (max-width:1050px) {
    img.th30_banner_ribbon {
        left: 8%;
    }
}

@media screen and (min-width:1600px) {
    img.th30_banner_ribbon {
        left: 25%;
    }
}

img.th30_banner_sp {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
}

/* ===============information=============== */


* {
    margin: 0;
    padding: 0;
}

#carouselwrap {
    position: relative;
    margin: 40px auto;
    max-width: 960px;
    width: 100%;
    height: 380px;
    background: #fff;
}

#carouselwrap #carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#carouselwrap ul {
    list-style-type: none;
}

#carouselwrap ul li {
    float: left;
    max-width: 299px;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    display: inline;
}

#carouselwrap ul li img {
    border: none;
}

#carouselwrap #prev,
#carouselwrap #next {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
}

#carouselwrap #prev {
    left: -20px;
    background-image: url(../img/prev.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#carouselwrap #next {
    right: -20px;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#carouselwrap .show {
    cursor: pointer;
    background: #ece9e9;
}

#carouselwrap .hide {
    background: #ece9e9;
}


#carouselwrap2 {
    position: relative;
    margin: 40px auto;
    max-width: 960px;
    width: 100%;
    height: 380px;
    background: #fff;
}

#carouselwrap2 #carousel2 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#carouselwrap2 ul {
    list-style-type: none;
}

#carouselwrap2 ul li {
    float: left;
    max-width: 300px;
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    display: inline;
}

#carouselwrap2 ul li img {
    border: none;
}

#carouselwrap2 #prev,
#carouselwrap2 #next {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
}

#carouselwrap2 #prev {
    left: -20px;
    background-image: url(../img/prev.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#carouselwrap2 #next {
    right: -20px;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#carouselwrap2 .show {
    cursor: pointer;
    background: #ece9e9;
}

#carouselwrap2 .hide {
    background: #ece9e9;
}


#carouselwrap ul li.imgscale {
    overflow: hidden;
}

#carouselwrap ul li.imgscale img {
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
}

#carouselwrap ul li.imgscale img:hover {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
    /*変化に掛かる時間*/
}

/* ===============　ナビゲーション　=============== */

nav.mobile_button {
    display: none;
}

/* ===============　フェイスブック＆ブログ　=============== */
.facebook {
    width: 50%;
    margin: auto;
}

p.yuzawagh-blog,
p.yuzawagh-facebook {
    text-align: center;
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    border-top: solid 2px #6cb4e4;
    border-bottom: solid 2px #6cb4e4;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

p.yuzawagh-facebook {
    margin-bottom: 20px;
}

.blog .recommend-block {
    margin-top: 20px;
}

.blog img {
    width: 40px;
}

.blog ul li {
    line-height: 2em;
}

.blog ul._tangan_rss_list li a {
    color: #2e318f;
    margin-left: 20px;
}

/* ===============　LR基本　=============== */
.left {
    width: 50%;
    float: left;
    min-height: 350px;
}

.right {
    width: 50%;
    float: right;
    min-height: 350px;
}

.item1,
.item2 {
    color: #fff;
}

.item2 {
    margin: 10%;
}

/*　right　*/
.photo img {
    width: 30%;
    margin: 1%;
    float: left;
}

.photo2 img {
    width: 50%;
}

.readmore {
    display: inline-block;
    padding: 0.3em 1em;
    margin: 5px;
    text-decoration: none;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 3px;
    transition: .4s;
}

.readmore:hover {
    background: #fff;
    color: black;
}

.item1-title {
    font-size: 50px;
    line-height: 30px;
    font-family: "antiquarian", sans-serif;
}

/*　leftの英語タイトル　*/
.item1-title2 {
    font-size: 25px;
    letter-spacing: .2em;
}

/*　日本語のタイトル　*/

.item-comment2 {
    margin: 20px 0;
    width: 80%;
    font-size: 14px;
}



/* ===============　客室案内　=============== */
#rm {
    height: 100%;
    width: 100%;
    background: url('../img/roominformation.jpg') 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;

}

#room-information .item1 {
    text-align: right;
    padding: 30% 5%;
}

/*　leftの英語タイトル　*/

/* ===============　レストラン　=============== */
#restaurant #re {
    height: 100%;
    width: 100%;
    background: url('../img/restaurant.jpg') 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;

}

#restaurant .item1 {
    text-align: left;
    margin: 38% 10%;
}

/*　leftの英語タイトル　*/

#restaurant .item-comment2 {
    margin: 20px 0;
    width: 80%;
    font-size: 14px;
}


/* ===============　ウエディング　=============== */
#gw {
    height: 100%;
    width: 100%;
    background: url('../img/grandwedding.jpg') 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;

}

#grand-wedding .item1 {
    text-align: right;
    padding: 38% 5%;
}

/*　leftの英語タイトル　*/

/* ===============　宴会　=============== */
#bq {
    height: 100%;
    width: 100%;
    background: url('../img/banquet.jpg') 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;

}

#banquet .item1 {
    text-align: left;
    margin: 38% 10%;
}

/*　leftの英語タイトル　*/
div.oshirase {
    max-width: 710px;
    margin-bottom: 3%;
}

div.oshirase-restaurant {
    border: 1px solid black;
    margin-bottom: 3%;
}

div.oshirase h4 {
    text-align: center;
    margin: 3%;
    color: red;
    font-size: 17pt;
}

div.oshirase p {
    text-align: center;
    margin: 3%;
    font-size: 13pt;
    line-height: 1.5em;
}

div.oshirase-restaurant h4 {
    text-align: center;
    margin: 3%;
    color: red;
    font-size: 16pt;
}

div.oshirase-restaurant p {
    text-align: center;
    margin: 3%;
    font-size: 12pt;
    line-height: 1.5em;
}

a.info_button {
    background: #7c1530;
    width: 100%;
    font-size: 150%;
    padding: 30px 0;
    text-align: center;
    margin: 20px auto;
    display: block;
    color: white;
}

a.info_button:hover {
    opacity: 0.8;
}




/*トップページ*/

.info_box {
    width: 90%;
    margin: 0px auto 40px auto;
}

.info_box .info_box_title {
    display: flex;
    justify-content: space-between;
}

.info_box .info_box_title_l {
    font-size: 1.4rem;
    font-weight: 600;
}

.info_box .info_box_title_r {
}

.info_box .info_box_table {}

.info_box .info_box_table ul {
    display: flex;
    flex-wrap: wrap;
}

.info_box .info_box_table ul li:nth-child(odd) {
    width: calc( 30% - 40px);
    padding: 20px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
}

.info_box .info_box_table ul li:nth-child(even) {
    width: calc( 70% - 41px);
    padding: 20px;
    border-bottom: solid 1px #000;
}

.info_box ul.info_box_table_title {
margin-top: 20px;
background: #9E4165;
color: #fff;
}

.info_box ul.info_box_table_title li:nth-child(odd) {
    width: calc( 30% - 40px);
    padding: 10px 20px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
}

.info_box ul.info_box_table_title li:nth-child(even) {
    width: calc( 70% - 41px);
    padding: 10px 20px;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
}

































/*トップページ*/
