@charset "UTF-8";
/*共通------------------------------------*/
* {
    box-sizing: border-box;
}
html {
    font-size: 100%;
}
body {
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #333;
    line-height: 2;
    width: 100%;
    display: none;
}
a {
    text-decoration: none;
    color:#603813;
}
img {
    max-width: 100%;
}
.global-nav {
    margin: 0;
    padding:0;
}

nav {
    background-color: rgb(255 255 253 / 80%);
    width: 100%;
    margin: 0 atuo;
}

nav ul {
    display: flex;
    justify-content: space-around;
    max-width: 980px;
    margin:0 auto;
}
nav li {
    color: #42210B;
    padding: 10px 20px;
    display: block;

}
nav li a span {
    display: block;
    color: #42210B;
    width: 100%;
    text-align: center;
}
#navi li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
#navi li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #42210B;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
#navi li a:hover::after {
    transform: scale(1, 1);
  }
.nav_description {
    font-size: 0.8rem;
}

.wrap {
    max-width: 980px;
    padding: 2%;
    margin: 0 auto;
}

section {
    width: 100%;
    margin: 0 auto;
    padding: 50px;
}

section .bg_brown {
    background-image: url(../images/bg_brown.jpg);
}

.top_message {
    color: #42210B;
    text-align: center;
    padding: 4%;
    margin: 0 auto;
    width: 90%;
}

h2 {
    width: 80%;
    margin: 0px auto 10px ;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #42210B;
}

h2 p{
    font-size: 1rem;
    color: #888888;
}

.img_center {
    text-align: center;
}
 .message-text {
    color: #42210B;
    text-align: left;
    padding: 4%;
    margin: 0 auto;
    width: 80%;
}
.message_center {
    text-align: center;
    padding: 2% 0;
}
.message_center img{
    margin:10px 0;
}

figure {
    width: 100%;
    padding: 2%;
}
.Toggle span {
        display: none;
}
.text-center {
    text-align: center;
}

/*トップに戻る*/
#page_top{
    width: 100px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.6;
  }
#page_top a{
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none;
  }
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f2dc';
    font-size: 25px;
    color: #42210B;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
#page_top a::after{
    content: 'PAGE TOP';
    font-size: 13px;
    color: #42210B;
    position: absolute;
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /*Topに戻る--------↑*/

/*共通END------------------------------------------------*/

/*TOP--------------------------------*/
#header {
    background-image: url(../images/top_headerimg.jpg) ;
    background-size: cover;
    background-position: center;
    padding-bottom: 54%;
    position: relative;
}
.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit- transform: translate(-50%,-50%);
}
/*コロナ感染について*/
.covid_area {
    display: block;
    width: 760px;
    border: #42210B solid 1px;
    padding: 20px;
}
.covid_title {
    display: block;
    padding: 2%;
    background-color: #0071A2;
    margin: 20px auto;
    color: #fff;
    text-align: center;
}

.covid_content{
    margin: auto;
    width: 500px;
}
/*コロナ感染について↑--------------------------*/

/*おすすめ情報*/
.tel_area {
    display: block;
    padding: 2%;
    background-color: #fff;
    margin: 20px auto;
    color: #603813;
    border: #603813 1px solid;
    text-align: center;
    width: 70%;
    font-size:1.5rem;
    font-weight: bold;
}
.tel {
    color:#42210B;
    font-size: 3rem;
}
.reservation_btn {
    display: flex;
    flex-wrap: wrap;
}
.reservation_btn a {
    flex-basis: 50%;
    padding: 0 5px;
}
.reservation_btn p {
    flex-basis: 100%;
    text-align: center;
}
#staynavi {
    font-size:2rem;
    font-weight: bold;
    color: #1b1464;
    margin-top: 10px;
}
/*おすすめ情報↑-------------------------------*/

.greeting_bg {
    background-image: url(../images/greeting_bg.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center;
    margin-top: 50px;
    text-align: center;
    display: flex;/*以下上下左右中央に*/
	flex-direction: column;
	justify-content: center;
}
.greeting_area {
    line-height: 50px;
    font-size: 1.2rem;
    color: #42210B;
    font-family: serif;
    font-weight: bold;
}

/*TOP-FACILITIES-ROOM*/
.brown_bg {
    background: url(../images/bg_tree.png) no-repeat right 20% bottom /20% auto;
    background-color: #FCF8F5;
    padding-bottom: 50px;
}


.right_text_area {
    margin: 2%;
    font-size: 0.9rem;
    text-align: left;
    width: 55%;
}

.right_text_area > h3 {
    margin: 0 auto 10px ;
    font-size: 1.5rem;
    font-family: serif;
    border-bottom: solid 1px #42210B;
}

.link_btn {
    text-align: center;
    width: 20%;
    margin: auto;
}
.link_btn a {
    display: block;
    padding: 1%;
    background-color: #fff;
    color:#42210B;
    border: #42210B solid 1px;
}
.link_btn a:hover{
    background-color: #42210B;
    border: #fff solid 1px;
    color: #fff;
}


/*TOP-MEAL*/
.white_bg {
    background: url(../images/bg_tree.png) no-repeat left 20% bottom /20% auto;
    background-color: #fff;
    padding-bottom: 50px;
}
.white_area {
    display:flex;
}
.bg {
    display: flex;
    align-content: center;
}
.left_text_area {
    margin: 2%;
    font-size: 0.9rem;
    text-align: left;
    width: 55%;
}
.left_text_area > h3 {
    margin: 0 auto;
    font-size: 1.5rem;
    font-family: serif;
}

.link_btn {
    text-align: center;
    width: 20%;
    margin: auto;
}
.link_btn a {
    display: block;
    background-color: #fff;
    color:#42210B;
    border: #42210B solid 1px;
}

.link_btn a:hover{
    background-color: #42210B;
    border: #fff solid 1px;
    color: #fff;
}

/*TOP-infomation*/
.top_info_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

/*SNS*/
.sns_bg{
    background-image: url(../images/sns_bg.jpg);
    background-repeat: no-repeat;

    width: 100%;
    background-position: center;
    margin-top: 50px;
    text-align: center;
}

.sns_area {
    width: 500px;
    margin: 10px auto;
}
/*SNS END------------------------------------------------------*/

/*voice*/
.voice_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#rakuten_btn {
    text-align: center;
    width: 40%;
    margin: auto;
    font-size:1.5rem;
        line-height: 1.6;
}
#rakuten_btn a {
    display: block;
    background-color: #fff;
    color:#008045;
    border: #008045 solid 1px;
}

#rakuten_btn a:hover{
    background-color: #008045;
    border: #fff solid 1px;
    color: #fff;
}
#jaran_btn {
    text-align: center;
    width: 40%;
    margin: auto;
    font-size:1.5rem;
    line-height: 1.6;
}
#jaran_btn a {
    display: block;
    background-color: #fff;
    color:#DA801E;
    border: #DA801E solid 1px;
}

#jaran_btn a:hover{
    background-color: #DA801E;
    border: #fff solid 1px;
    color: #fff;
}
/*VOICE END------------------------------------------------------*/

/*ACCESS*/
.map {
    text-align: center;
}
table, td {
    border-width: 0.5px;
}
address th {
    width: 20%;
    background-color: #ECE7E2;

}
address td{
    height: 40;
    text-align: left;
    padding: 0 10px;
}
td p {
    font-size: 0.8rem;
    margin-bottom: 10px;
}
/*ACCESS END----------------------------------------------------*/

/*top_bottom_img*/
.bottom_img_area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
/*top_bottom_img END------------------------------------------------*/

/*下層ページ共通*/
.navi {
    position: relative;
}.header_bg {
    height: 100px;
}
.logo_green {
    text-align: center;
    margin-top: 20px;
}

.brown_bg_leaf {
    background: url(../images/bg_leaf.png) no-repeat right 70% bottom /70% auto;
    background-color: #FCF8F5;
    padding-bottom: 50px;
}
.white_bg_leaf {
    background: url(../images/bg_leaf.png) no-repeat right 70% bottom /70% auto;
    background-color: #fff;
    padding-bottom: 50px;
}
.contents {
    display: flex;
}
figcaption {
    line-height: 1.5;
    font-size: 0.9rem;
    padding-top: 2%;
    text-align: center;
}
h3 {
    margin: 10px auto;
    font-size: 1.2rem;
    font-family: serif;
    text-align: center;
}
/*下層ページ共通------------------------------------------------------*/

/*Facilities.html*/
.facilities_header {
    background-image: url(../images/Facilities-header.jpg) ;
    background-size: cover;
    background-position: center;
    padding-bottom: 22.5%;
    position: relative;
    margin-top: 50px;
}
iframe {
    margin-top: 10px;
    text-align: center;
}
/*Facilities.html END-----------------------------------------------*/

/*meal.html*/
.meal_header {
    background-image: url(../images/meal-header.jpg) ;
    background-size: cover;
    background-position: center;
    padding-bottom: 22.5%;
    position: relative;
    margin-top: 50px;
}
ul li {
    list-style: inside;
    text-align: left;
}
.meal_right_text {
    text-align: left;
}
/*owner_message*/
.owner_message {
    display: block;
    border: #42210B solid 1px;
    color: #42210B;
    background-color: #ECE7E2;
    padding: 30px;
    margin: 0 auto;
    width: 100%;
}
.text {
    display: block;
    border: #42210B solid 1px;
    color: #42210B;
    background-color: #fff;
    padding: 30px;
    margin: 0 auto;
    width: 100%;
}
/*meal.html------------------------------------------------------------*/
.child_menu {
    font-size: 0.9rem;
    font-weight: bold;
    font-family: serif;
    margin-top: 10px;
}
/*room.html*/
.room_header {
    background-image: url(../images/room-header.jpg) ;
    background-size: cover;
    background-position: center;
    padding-bottom: 22.5%;
    position: relative;
    margin-top: 50px;
}
.contents iframe {
    margin: 0 10px;
}
.contents iframe.google-streetview {
    margin: 0 0;
}
/*room.tml------------------------------------------------------------------*/

/*price.html*/
.price_header {
    background-image: url(../images/price-header.jpg) ;
    background-size: cover;
    background-position: center;
    padding-bottom: 22.5%;
    position: relative;
    margin-top: 50px;
}
table {
    width: 100%;

}
table, td, th{
    border: 1px solid #603813;
    padding:10px 0;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}
th span {
    display: block;
    font-size: 80%;
    color: #888888;
    font-weight: normal;
}
th {
    background-color: #ECE7E2;
}
.option_charge {
    width: 80%;
    margin: 10px auto;
    font-size: 1.5rem;
    border-top: 1px solid #42210B;
    display: block;
}
.option_charge ul{
    text-align: center;
    margin-top: 20px;
    display: inline-block;
}
.option_charge ul li{
    text-align: left;
}
ul.option_image {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    max-width: 980px;
}
ul.option_image li {
    flex-basis: 25%;
    list-style: none;
}
ul.option_image li img {
    width: 100%;
    vertical-align: top;
}
.massage_center {
    width: 70%;
    margin: 0 auto;
}
.price_title{
    margin-bottom: 10px;
    font-size: 1.5rem;
    text-align: center;
}
.price_text-right {
    text-align: right;
}
.banner_spacer {
    padding-top: 48px;
}
/*price.html----------------------------------------------------------------*/

/*sightseeing.html*/
.sightseeing_header {
    background-image: url(../images/sightseeing_header.jpg) ;
    background-size: cover;
    background-position: center;
    padding-bottom: 22.5%;
    position: relative;
    margin-top: 50px;
}

.place {
    display: block;
    padding: 5px;
    background-color:#754C24;
    width: 150px;
    margin: 20px auto;
    color: #fff;
    text-align: center;
}
/*album*/
.album_area {
    display:flex;
    flex-wrap: wrap;
}
.album_area figure{
    flex:auto;
    width: 33.3%;
}

/*sightseeing.html----------------------------------------------------------------*/

/*contact.html*/
.contact_header {
    background-image: url(../images/contact_header.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 22.5%;
    position: relative;
    margin-top: 50px;
}


/*footer*/
footer {
        width: 100%;
        margin:0 auto;
        padding-top: 20px;
        background-image: url(../images/footer_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        background-position: center;
    }
.footer_inner {
        margin: 0 auto;
    }
.footer_inner ul {
        display: flex;
        justify-content: center;
    }
.footer_inner ul li {
        list-style: none;
        display: block;
        padding : 0 10px;
    }
.footer_inner ul li a {
        color: #42210B;
    }
.footer_inner ul li a:hover{
        border-bottom: solid 1px #42210B;
    }

.footer_logo {
        margin: 10px auto;
    }
.footer_logo h1{
        margin: 10px auto;
        color: #42210B;
    }
address {
        font-size: 1rem;
        line-height:1.5;
        font-style: normal;
        text-align: center;
        color:#42210B;
        margin-bottom: 2%;
    }

.copy {
        padding: 20px;
        margin-top: 10px;
        text-align: center;
        color:#42210B;
    }
small{
        font-size: 0.8rem;
    }
.footer_text_area {
        background:rgba(255,255,255,0.5);
        padding-top: 20px;
    }

/*footer END-------------------------------------------------*/
/*960px未満*/
@media screen and (max-width: 959px) {
figcaption {
    text-align: left;
    }
h3 {
    font-size: 0.9rem;
}
.owner_message h3{
    font-size: 1.5rem;
}
.text h3{
    font-size: 1.5rem;
}

.around_caption {
    text-align: center;
}
.album_area figcaption {
    text-align: center;
}

}

/*スマホ*/
@media screen and (max-width: 740px) {

/*共通*/

 /*ナビゲーション部分*/
#header {
    position: relative;
}
.global-nav {
    padding: 0px;
    z-index: 20;
    position: fixed;
    position: absolute;
    top:0;
    text-align:center;
    background-color:rgba(255,255,255,0.5);
    transition: .5s ease;/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

.global-nav ul{
  display: block;
  justify-content: center;
  position: relative;
}
.global-nav ul li{
  color: #fff;
  line-height: 5px;
  width: 100%;
  border: none;
  justify-content: center;
  padding: 1%;
}
.global-nav ul li + li{
  border: none;
}
.global-nav ul li a{
    display:block;
    line-height: 1;
    padding: 0;
    font-weight:bold;
    padding: 0.5em;
    border-bottom: 1px dotted #CCC;
    color:#754C24;
    text-decoration:none;
}
.global-nav ul li a:hover{
    color:#603813;;
    background-color:rgba(255,255,240,0.8);
}
.global-nav.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
}

.Toggle {
        display: block;
        position: absolute;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 30;
        right:20px;
        top: 10;
        background-color: rgb(115 78 49 / 70%);
        border-radius: 5%;

    }

.Toggle span {
        display: block;
        position: absolute;
        width: 40px;
        border-bottom: solid 3px #CCC;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 10;

    }

.Toggle span:nth-child(1) {
        top:5px;
    }

.Toggle span:nth-child(2) {
        top: 18px;
    }

.Toggle span:nth-child(3) {
        top: 32px;
    }
.Toggle span:nth-child(4) {
        top: 35px;
        border-bottom: none;
        color: #CCC;
        font-weight: bold;
        font-size: 0.8rem;
    }

.Toggle.active span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* 2、3spanを45度 */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.header_bg {
    height: auto;
}
h2 {
        margin:0 auto;
        padding: 20px 0;
    }
.right_text_area > h3 {
        text-align: center;
        padding-top: 20px;
        font-weight: bold;


        margin: atuo;
    }
h4 {
        color: #e85513;
        font-size: 1.2rem;
        margin-top: 10px;
    }

.fade-in-bottom {
        z-index: 10;
    }/*top写真*/

header {
        background-size: cover;
        height: calc(700px / 3);
        background-position: center;
    }
section {
        margin: 0 auto;
        padding: 0;
    }
.wrap {
        padding:0 4%;
        width: 100%;
    }
.bg {
        width: 100%;
        display:block;
    }
.brown_bg {
        width: 100%;
        padding: 0;
    }
.brown_bg h2{
        padding: 20px 0;
    }

figure img{
        width:100%;
    }
figcaption {
        font-size: 1rem;
        text-align: left;
    }
.right_text_area {
        margin: 2% auto;
        padding:2%;
        width: 100%;
        line-height: 1.7;
        font-size: 1rem;
        text-align: left;
    }
    .greeting_area {

        font-size: 1rem;



    }
.top_message {
        width: 100%;
        text-align: left;
    }
.contents {
        display: block;
        margin-bottom: 20px;
    }
.brown_bg_leaf {
        padding: 30px 0;
    }
.price_title {

        margin-bottom: 0;
        font-weight: bold;
    }
.massage_center {
        width: 100%;
    }
/*footer*/

.footer_inner {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }

.logo_footer {
        font-size: 1rem;
    }

.footer_inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;

    }

.footer_inner ul li {
        text-align: center;
        width: 50%;
        padding: 1;
    }
.footer_inner ul li  a{
        background-color: rgba(255,255,255,0.5);
        display: block;
        width: 100%;
        color: #42210B;

    }

address {
        font-size: 1rem;
        font-style: normal;
        text-align: center;
    }

/*copylight*/
.copy {
        text-align: center;
        background-color: #42210B;
        padding: 10px 0;
        margin-top: 20px;
    }
small {
        font-size: 0.5rem;
        color: #fff;
    }

.logo_green img{
    width: 30%;
    text-align: center;
    padding:0 ;
}
/*共通----------------------------------------------*/

/*コロナ感染について*/
.covid_area {
    display: block;
    width: 90%;
    border: #42210B solid 1px;
    padding: 10px;
    margin: 0 auto;
}

.covid_content{
    margin: auto;
    width: 100%;
}
/*コロナ感染について↑--------------------------*/
/*おすすめ情報*/
.tel_area {
    width:100%;
}
.tel {
    font-size: 1.8rem;
}
.reservation_btn a {
    flex-basis: 100%;
    padding: 5px 0;
}
.message-text {
    width: 100%;
}
/*おすすめ情報--------------------------------*/
.white_area {
    display: flex;
    flex-direction: column-reverse;
}

.link_btn {
    width:80%;
    padding: 20px 0;
}
.white_bg {
    width: 100%;
    margin:0;
    padding:0;
}
.white_bg h2{
    padding: 20px 0;
    margin: 0 auto;
}
.left_text_area {
    width: 100%;
    margin: auto;
    text-align: left;
    padding:2%;
    font-size:1rem;

}

/*voice*/
.voice_area {
    width: 100%;
    display: block;
}
#rakuten_btn{
    width: 100%;
    margin-bottom: 20px;
}
#jaran_btn {
    width: 100%;
}
/*sns*/
.sns_bg {
    height: 600px;
}
.sns_area {
    width: 100%;
    padding:0 2%;
    max-width:500px;
    height: 100%;
}

/*map*/
.map {
    margin-bottom: 20px;
}

/*下層ページ共通*/
.header_bg {
    display: flex;
}
.logo_green {
    width: 100%;
}
.text {
    width: 100%;
    margin: 20px 0;
}
/*meal*/
.owner_message {
    width: 100%;
}
.owner_message h3{
    width: 100%;
    font-size: 1.2rem;
}
.text h3{
    font-size: 1.2rem;
}

/*price*/
.season {
    font-size: 1.5rem
}
.contents table td {
    display:block;
}
ul.option_image li {
    flex-basis: 50%;
}
.banner_spacer {
    padding-top: 32px;
    padding-bottom: 8px;
}
/*sightseeing*/

.around_caption {
    text-align: center;
    margin-bottom: 20px;

    }
.album_area figure img{
    width: 100%;
}
/*cotact*/
.google_form {
    padding-bottom: 50px;
}
}
