@charset "utf-8";
/* CSS Document */
html,body{
    word-wrap: break-word;
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
}
a{
  transition-property: all;
  transition: 0.3s linear;
}
img{
    max-width: 100%;
    height: auto;
}
.all_wrap {
	overflow: hidden;
}
h2,h3{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
/* header */
#top-head {
    top: 0px;
    position: absolute;
    width: 100%;
    margin: 0 auto 0;
    padding: 30px 0 30px 0;
    line-height: 1;
    z-index: 999;
    background:#ffffff;
    min-width: 768px;
    position: fixed;
    border-bottom: solid 1px #cccccc;
    box-sizing: border-box;
}
#mobile-head{
    max-width: 181px;
}
#top-head a{
    display: inline-block;
}
#top-head a,
#top-head {
    color: #555555;
    text-decoration: none;
    font-size: 15px;
}
#top-head .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#top-head .logo {
    font-size: 36px;
    max-width: 320px;
}
/*#global-nav {
   width : -webkit-calc(100% - 210px) ;
   width : calc(100% - 210px) ;
}*/
#global-nav ul {
    list-style: none;
    font-size: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#global-nav ul li {
}
#global-nav ul li a:hover {
    color: #E9464D;
}
.global-nav_top{
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}
.global-nav_top li{
    margin-left: 10px;
    height: auto;
}
.global-nav_top li.insta{
    width: 100%;
    height: auto;
    max-width: 24px;
}
.global-nav_top li.facebook{
    width: 100%;
    height: auto;
    max-width: 24px;
}
.global-nav_top li.youtube{
    width: 100%;
    height: auto;
    max-width: 116px;
}
.global-nav_bottom {
    padding-top: 15px;
}
.global-nav_bottom li:first-of-type{
    margin-left: 0;
}
.global-nav_bottom li{
    margin-left: 30px;
    position: relative;
}
.global-nav_bottom li.active:after{
	content: "";
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #900700;
    position: absolute;
    bottom: -10px;
    left : -webkit-calc(50% - 20px) ;
   	left : calc(50% - 20px) ;
}
.global-nav_bottom li a{
    color: #ffffff;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding: 30px 0 30px 0;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    min-width: auto;
    box-sizing: border-box;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul {
    align-items: center;
}
#top-head.fixed #global-nav ul li a {
    color: #555555;
    padding: 0;
}
#top-head.fixed #global-nav ul li a:hover{
    color: #E9464D;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 3%;
    top: 33% ;
    top: -webkit-calc(50% - 12px) ;
   width : calc(50% - 12px) ;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #8c0000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.open #nav-toggle span {
    background: #ffffff;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/*コンテンツ*/
#cont_wrap{
	width: 100%;
    padding-top: 110px;
}
/*トップコンテンツ*/
.main_vis {
	position:relative;
	width: 100%;
}
.slick-slide img {
	width: 100%;
	max-width:100%;
	height : -webkit-calc(100vh - 110px) ;
   	height : calc(100vh - 110px) ;
	object-fit: cover;
}
.reservation_area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
section.top_about {
	margin: 0 auto;
}
section.top_about h2 {
	font-size: 1.6em;
	text-align: center;
	margin: 3em auto 0;
	font-weight: normal;
}
section.top_about p {
	font-size: 1em;
	width: 100%;
	max-width: 800px;
	margin: 4em auto;
	line-height: 2.2em;
	text-align: center;
}

.about_bg {
	background: #F5F5F5;
	max-width: 1200px;
	padding: 2.5em;
	margin: 0 auto;
}
.top_about_flex {
	display: flex;
	justify-content: space-between;
}
.top_about_left > h3 {
	display:none;
}
.top_about_left {
	position:relative;
	width: 60%;
}
.top_about_right {
	margin-left: 3em;
	width: 37%;
}
.top_about_right > h3 {
	display: block;
	font-weight: normal;
	font-size: 2em;
	margin: 0.5em 0;
	margin-bottom:1em;
}
div.top_about_right > p {
	font-size: 1em;
	text-align: left;
	margin: 1em auto;
	line-height: 1.8em;
}
div.top_about_right > p > span {
	font-size:1.5em;
	margin-bottom: 0.5em;
}
.about_button > a {
	float: right;
	padding: 0.3em 1.2em;
	border: 1px solid #000;
	border-radius: 0.2em;
	text-decoration: none;
	color: #000;
	margin-top: 2em;
}
section.top_info {
	width:90%;
	max-width: 800px;
	margin: 0 auto 4em;
}
section.top_info h2 {
	position: relative;
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 3em;
}
section.top_info h2:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 80px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #8C0000;
	border-radius: 2px;
}
section.top_info p {
	font-size: 0.8em;
	line-height: 2em;
	margin-bottom: 1em auto;
	padding: 2em 0;
	border-bottom: 1px solid #ccc;
}
section.top_info p > span {
	font-size:1.3em;
}
section.sub_info {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 6em;
}
.sub_info_flex {
	display: flex;
	justify-content: space-between;
}
.sub_info_left {
	width: 49%;
	background: #FFB800;
}
.sub_info_right {
	width: 49%;
	background: #0094FF;
}
.sub_info_border {
	margin: 1em;
	padding: 1em;
	border: 1px solid #fff;
	height: auto;
}
.sub_info_border h3 {
	text-align: center;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	color: #fff;
}
.sub_info_border p {
	font-size: 0.9em;
	line-height: 1.8em;
	color: #fff;
}
/* アバウトページ */
.sub_vis {
	width: 100%;
	display: flex;
	align-items: center;
	background: #F8F8F8;
	height: 400px;
}
.sub_vis > .head_img_area {
	width: 50%;
	height: 100%;
	background-size: cover!important;
	background-repeat:no-repeat!importants;
}
.sub_vis > .head_img_area.about {
	background: url(../img/about_head.jpg);
}
.sub_vis > .head_img_area.kawadoko {
	background: url(../img/kawadoko_head.jpg);
}
.sub_vis > .head_img_area.guestroom {
	background: url(../img/room_head.jpg);
}
.sub_vis > .head_img_area.menu {
	background: url(../img/food_head.jpg);
}
.sub_vis > .head_img_area.kanko {
	background: url(../img/kanko_head.jpg);
}
.sub_vis > .head_img_area.faq {
	background: url(../img/faq_head.jpg);
}
.sub_bg {
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
}
.sub_title {
	width: 80%;
	margin: 0 auto;
}
.sub_title h2 {
	font-size: 2.5vw;
	font-weight: normal;
	margin: 0 auto 0.5em;
}
.sub_title h2 > span {
	font-size: 2vw;
}
.sub_title h3 {
	font-size: 2vh;
	font-weight: normal;
	margin: 0 auto 0.5em;
}
.sub_title p {
	font-size: 0.9em;
	line-height: 1.6em;
}
section.sub_about {
	margin: 0 auto;
	width: 90%;
}
section.sub_about h2 {
	font-size: 1.6em;
	text-align: center;
	margin: 3em auto 0;
	font-weight: normal;
}
section.sub_about p {
	font-size: 1em;
	width: 100%;
	max-width: 800px;
	margin: 2em auto 4em;
	line-height: 2.2em;
	text-align: left;
}
.sub_about_pic {
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.sub_about_pic > img {
	width:69%;
}
.right_pic {
	width: 30%;
}
.right_pic > img:last-child {
	vertical-align: bottom;
}
section.sub_about_info {
	width: 100%;
	max-width: 920px;
	margin:0 auto;
}
section.sub_about_info h2 {
	font-size: 1.6em;
	text-align: center;
	margin: 6em auto 0;
	font-weight: normal;
}
section.sub_about_info h3 {
	font-size: 1.4em;
	text-align: center;
	margin: 1.5em auto 0;
	font-weight: normal;
}
section.sub_about_info p {
	font-size: 1em;
	width: 100%;
	max-width: 800px;
	margin: 1.5em auto;
	line-height: 1.6em;
	text-align: left;
}
section.sub_about_info img {
	margin: 2em auto 4em;
}
section.sub_about_info img:last-child {
	max-width: 690px;
	display: block;
}
section.sub_about_info a {
	font-size: 1.1em;
    display: block;
    width: 200px;
    margin: 1em auto 6em;
    text-align: center;
    padding: 0.5em 2em;
    color: #8C0000;
    border: 1px solid #8C0000;
    border-radius: 0.3em;
    text-decoration: none;
}
section.sub_kawadoko {
	margin: 0 auto;
}
section.sub_kawadoko h2 {
	font-size: 1.4em;
	text-align: center;
	margin: 2em auto 0;
	font-weight: normal;
}
section.sub_kawadoko .text-align_wrap {
	font-size: 0.9em;
	width: 100%;
	max-width: 800px;
	margin: 1em auto 2em;
	line-height: 1.8em;
	text-align: center;
}
section.sub_kawadoko .text-align_wrap p{
	font-size: 0.9em;
	max-width: 800px;
	margin: 1em auto 2em;
	line-height: 1.8em;
	text-align: left;
	display: inline-block;
}
section.sub_kawadoko p {
	font-size: 0.9em;
	max-width: 800px;
	margin: 1em auto 2em;
	line-height: 1.8em;
	text-align: center;
}
.kawadoko_about_pic {
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.kawadoko_about_pic > img {
	width:62%;
}
.kawadoko_right_pic {
	width: 37%;
	margin-left: 10px;
}
.kawadoko_right_pic > img:last-child {
	vertical-align: bottom;
}
.sub_kawadoko > img {
	max-width: 1000px;
	display: block;
	margin: 0 auto;
}
.sub_kawadoko > a {
	font-size: 1.1em;
    display: block;
    width: 200px;
    margin: 3em auto 6em;
    text-align: center;
    padding: 0.5em 2em;
    color: #8C0000;
    border: 1px solid #8C0000;
    border-radius: 0.3em;
    text-decoration: none;
}
section.room_about {
	margin: 50px auto;
	max-width: 1000px;
	width: 90%;
	display: flex;
	justify-content: space-between;
}
section.room_about.notflex {
	display: block;
}
section.room_about > .room_text-block{
	width: 48%
}
section.room_about > .room_text-block p{
	margin-top: 0.5em;
}
section.room_about > .romm_img-block{
	width: 48%;
	margin-top: 54px;
}
section.room_about h2 {
	font-size: 2em;
	text-align: left;
	margin: 0 auto 0.5em 0;
	font-weight: normal;
}
section.room_about h2 > span {
	font-size: 0.6em;
}
section.room_about > p {
	font-size: 1em;
	width: 100%;
	margin: 1em auto 2em;
	line-height: 1.6em;
	text-align: left;
}

div.room_block {
	border-bottom: 1px solid #ccc;
}

div.room_block > p {
	font-size: 1em;
	width: 100%;
	margin: 1em auto 0;
	line-height: 1.8em;
	text-align: left;
}
div.room_block > p:last-child {
	margin: 0.3em auto 0.5em;
}
section.room_about > p > a {
    color: #8C0000;
    text-decoration: none;
}

section.room_about p > span {
	font-size: 1.2em;
	border-bottom: 1px solid #000;
}
.sub_room_pic {
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 1em auto 0;
}
.sub_room_pic > img {
	width:72%;
}
.room_right_pic {
	width: 49%;
	margin-left: 10px;
}
.room_right_pic > img:last-child {
	vertical-align: bottom;
}
.room_about > img {
	max-width: 600px;
	display: block;
	margin: 2em auto 0;
}
.room_flex {
	display: flex;
	justify-content: space-between;
}
.room_flex > img {
	width: 49%;
}
section.menu_list {
	width: 100%;
	max-width: 1000px;
	margin: 4em auto;
	width: 90%;
}
section.menu_list > ul {
    display: flex;
	justify-content: space-between;
    list-style-type: none;
}
section.menu_list > ul > li {
    width: 33%;
}
 
section.menu_list > ul li a {
    font-size: 1.5em;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5% 9%;
    text-align: center;
    background: #fff;
    border-bottom: none;
	position: relative;
}
section.menu_list > ul li a:before {
	content: '';
	position: absolute;
	bottom: 10px;
	display: inline-block;
	width: 50px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ccc;
	border-radius: 2px;
}
section.menu_list > ul li a.current {
    background: #fff;
    color: #ffffff;
	border: 1px solid #8C0000;
	border-radius: 10px;
	background-color: #8c0000;
}
section.menu_list > ul li a.current:before {
	display: none;
}
 
div.menu_main_area {
	width: 100%;
	margin: 4em auto 20px auto;
}
div.menu_main_area h2 {
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 0.3em;
	margin-top: 2em;
}
#tab2 div.menu_main_area h2 {
	margin-top: 0;
}
div.menu_main_area h2 > span {
	font-size: 0.5em;
    color: #fff;
    padding: 0.1em 0.5em;
    background: #6C6C6C;
    vertical-align: middle;
    margin-left: 10px;
}
.menu_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.menu_box{
	width: 48%;
}
div.menu_box.w_100{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.menu_box.w_100 > p.price{
	width: 100%;
}
div.menu_box.w_100 > div{
	width: 48%;
}
div.menu_box.w_100 > div p{
    font-size: 0.9em;
    line-height: 2em;
    margin-bottom: 0.5em;
    border: none!important;
}
div.menu_box.w_100 > div.menu_pic > figure{
	width: 100%;
}
div.menu_box{
	margin-bottom: 30px;
}
div.menu_box > img{
	width: 100%;
}
div.menu_box p {
	font-size: 0.9em;
	line-height: 2em;
	margin-bottom: 0.5em;
}
div.menu_box p:first-child {
	border-bottom: 1px solid #000;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}
div.menu_box p > span {
	display: block;
	font-size: 0.8em;
	margin-top: 20px;
}
.menu_pic {
	display: flex;
	justify-content: space-between;
}
.menu_pic > img {
	width: 49%;
}
.menu_pic > figure.img {
	width: 49%;
}
.menu_pic > figure.img figcaption {
	font-size: .75em;
	color: #666;
	margin: -.3em .1em .7em;
	text-align: right;
}
.menu_main_area > p {
	font-size: 0.8em;
	margin: 0.5em auto 1em;
}
#tab2 > .menu_main_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#tab2 > .menu_main_area .nabe_flex{
	width: 48%;
}
#tab2 > .menu_main_area .nabe_flex .menu_wrap .menu_box{
	display: block;
	width: 100%;
}
#tab3 > .menu_main_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#tab3 > .menu_main_area .gozen_flex{
	width: 48%;
	padding-bottom: 30%;
    position: relative;
    margin-bottom: 50px;
}
#tab3 > .menu_main_area .gozen_flex h2{
	margin-top: 0;
}
#tab3 > .menu_main_area .gozen_flex .menu_box{
	width: 100%;
}
#tab3 > .menu_main_area .gozen_flex img{
	position: absolute;
	bottom: 0;
}
section.sub_vis_text{
	width: 100%;
	background: #F8F8F8;
	padding: 50px 0 50px 0;
	box-sizing: border-box;
}
section.sub_vis_text > .sub_title{
	width: 90%;
	max-width: 1000px;
}
section.sub_faq{
	margin: 50px auto;
	width: 90%;
	max-width: 1000px;
}
section.sub_faq dl{
	width: 100%;
}
section.sub_faq dl dt{
	font-size: 24px;
	margin-bottom: 10px;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
}
section.sub_faq dl dt::before{
	content:"?";
	font-size: 20px;
	padding: 2px;
	color: #ffffff;
	background-color: #4096ee;
	border-radius: 2px;
	width: 20px;
	line-height: 22px;
	height: 20px;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 4px;
}
section.sub_faq dl dd{
	font-size: 16px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #cccccc;
}
section.sub_contact{
	margin: 50px auto;
	width: 90%;
	max-width: 1000px;
	text-align: center;
}
section.sub_contact img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
section.sub_contact h3{
	font-size: 36px;
	margin-bottom: 20px;
}
section.sub_contact .contact_area{
	margin: 50px auto;
	width: 100%;
	text-align: left;
	padding-top: 30px;
	border-top: solid 1px #cccccc;
}
section.sub_contact .contact_area h3 {
	text-align: center;
}
section.sub_contact .contact_area h4 {
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
}
section.sub_contact .contact_area form {
	max-width: 500px;
	margin: 30px auto;
}
section.sub_contact .contact_area form label{
	display: block;
	margin-top: 30px;
	margin-bottom: 5px;
}
section.sub_contact .contact_area form input{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 10px;
	box-sizing: border-box;
}
section.sub_contact .contact_area form textarea{
	display: block;
	width: 100%;
	max-width: 500px;
	height: 200px;
	padding: 10px;
	box-sizing: border-box;
}
section.sub_contact .contact_area form input.submit_btn{
	margin: 30px auto;
	width: 240px;
	padding: 10px;
	background: #000000;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 20px;
}
.finish_cnt{
	width: 90%;
	max-width: 1000px;
	margin: 50px auto;
}
.finish_cnt h3{
	font-size: 24px;
	margin-bottom: 30px;
}
/*フッター*/
footer{
    width: 100%;
    min-width: 768px;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
}
.footer_top{
    padding: 30px 0 20px 0;
    box-sizing: border-box;
    background-color: #f5f5f5;
    width:100%;
}
.footer_top h3{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.footer_top p{
    font-size: 14px;
}
.footer_top p.reserve a{
    font-size: 24px;
    color: #ffffff;
    display: block;
    padding: 15px 20px 15px 20px;
    box-sizing: border-box;
    background: #000000;
    text-decoration: none;
    width: 240px;
    margin: 15px auto;
}
.footer_middle{
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    text-align: left;
    padding: 50px;
    box-sizing: border-box;
}
.footer_middle p{
    margin-bottom: 5px;
}
.footer_bottom{
    padding: 20px 0 20px 0;
    box-sizing: border-box;
    border-top: solid 1px #000000;
}

footer p.footer_copyright{
    font-size: 16px;
    color: #000000;
}
#sns_fixed{
    position: fixed;
    right: 0;
    bottom: 2%;
    width: 10%;
    max-width: 36px;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    z-index: 100;
}
#sns_fixed ul {
    width: 100%;
    height: auto;
}
#sns_fixed ul li{
    list-style-type: none;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
#sns_fixed ul li:last-of-type{
    margin-bottom: 0;
}
#sns_fixed ul li img{
    width: 100%;
    height: auto;
} 
.booking{
    position: fixed;
    bottom: 20px;
    right: -12px;
    display: inline-block;
    background: rgba(255,255,255,0.85);
    border-radius: 6px 0 0 6px;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #efefef;
}
.booking a{
    display: block;
    border-radius: 6px 0 0 6px;
    padding: 8px 10px 5px 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.booking a.booking_com{
    display: block;
    background-color: #003580;
}

.booking a.trip_adv{
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.booking a img{
    width: 100%;
    height: auto;
    max-width: 120px;
}