@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Passion+One:wght@400;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
html {
    font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a, a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
}
a:active {
    color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
p {
    line-height: 1.93;
}
#container {
    text-align: left;
}
#main {
    margin-bottom: 61px;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.2rem;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
    #main {
        margin-bottom: 47px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 0 20px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 30px;
    box-sizing: border-box;
}
#gHeader .hBox {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    background-color: rgba(255, 255, 255, 1.0);
}
#gHeader .hBox h1 {
    position: absolute;
    top: 30px;
    left: 29px;
}
#gHeader .hBox p {
    margin: 26px 0 13px;
    font-size: 1.2rem;
    letter-spacing: 2.1px;
}
#gHeader .topText {
    margin-bottom: 13px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 1.3rem;
    order: 0;
}
#gHeader .topText li {
    margin-left: 11px;
}
#gHeader .topText li a {
    font-weight: 500;
    letter-spacing: 1.8px;
}
#gHeader .naviUl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    order: 6;
}
#gHeader .naviUl li {
    margin-left: 34px;
}
#gHeader .naviUl a {
    font-weight: 600;
    letter-spacing: 2.1px;
}
#gHeader .hBtn {
    margin-left: 29px;
}
#gHeader .hBtn a {
    padding: 31px 0 25px;
    width: 110px;
    display: inline-block;
    background-color: #A68939;
    text-align: center;
}
#gHeader .hBtn img {
    margin-bottom: 10px;
}
#gHeader .hBtn span {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 1.6px;
}
#gNavi {
    margin-top: 3px;
    width: calc(100% - 350px);
    display: flex;
    font-weight: 600;
    flex-wrap: wrap;
}
#gHeader .naviUl a:hover, #gHeader .hBtn a:hover, #gHeader .topText li a:hover {
    opacity: 0.7;
}
.menu {
    margin: 5px 3px 0 0;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 5px;
    right: 12px;
    z-index: 100;
}
.menu span {
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    transition: all .35s ease;
    cursor: pointer;
}
.menu span:nth-of-type(2) {
    top: 9px;
}
.menu span:nth-of-type(3) {
    top: 18px;
}
.menu.active .top {
    transform: translateY(11px) rotate(-45deg);
}
.menu.active .middle {
    opacity: 0;
}
.menu.active .bottom {
    transform: translateY(-7px) rotate(45deg);
}
@media all and (max-width: 1123px) {
    #gHeader .hBox h1 {
        left: 13px;
    }
    #gHeader .naviUl li {
        margin-left: 9px;
    }
    #gNavi {
        margin-top: 0;
        width: calc(100% - 266px);
    }
    #gHeader .hBox h1 {
        width: 145px;
    }
    #gHeader .naviUl a {
        letter-spacing: 1.4px;
    }
}
@media all and (min-width: 897px) {
    #gHeader .menuBox {
        display: flex !important;
        justify-content: flex-end;
    }
}
@media all and (max-width: 896px) {
    #gHeader {
        padding: 0;
        width: 100%;
        top: 0;
    }
    #gHeader .hBox {
        padding: 5px;
        justify-content: start;
    }
    #gHeader .hBox h1 {
        width: 145px;
        position: static;
    }
    .menuBox {
        padding: 9px 0 45px;
        width: 100%;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
        box-sizing: border-box;
    }
    #gNavi {
        width: auto;
        display: block;
    }
    #gHeader .naviUl {
        margin: -15px 0 26px;
    }
    #gHeader .naviUl li {
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }
    #gHeader .topText {
        margin-bottom: 25px;
        justify-content: center;
        order: 6;
    }
    #gHeader .hBtn {
        margin: 0 auto;
        max-width: 250px;
    }
    #gHeader .hBtn a {
        width: 100%;
        padding: 13px 0;
    }
    #gHeader .hBtn span {
        display: inline-block;
    }
    #gHeader .hBtn img {
        margin: 3px 5px 0 0;
        width: 24px;
    }
}
@media all and (max-width: 320px) {
    #gNavi {
        padding: 9px 13px 0;
    }
    #gHeader .topText li {
        margin-left: 11px;
    }
    #gHeader .topText li a {
        letter-spacing: 0.7px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    margin: 0 auto 66px;
    max-width: 1040px;
    text-align: center;
}
#gFooter .fLogo {
    margin-bottom: 36px;
}
#gFooter .fLogo a {
    display: inline-block;
}
#fNavi {
    margin-bottom: 47px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#fNavi li {
    margin: 0 16px;
}
#fNavi li a {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.9px;
}
#gFooter .copyright {
    letter-spacing: 1.9px;
}
#fNavi li a:hover {
    opacity: .7;
}
@media all and (max-width: 1123px) {
    #fNavi li {
        margin: 5px 8px;
    }
}
@media all and (max-width: 896px) {
    #gFooter {
        margin-bottom: 30px;
        width: 100%;
    }
    #gFooter .fLogo {
        margin-bottom: 27px;
    }
    #gFooter ul {
        margin-bottom: 25px;
    }
}


/*------------------------------------------------------------
	パンくずリスト
------------------------------------------------------------*/
#pagePath {
  padding: 11px 10px 11px;
  background-color: #b8975b;
}
#pagePath a {
  color: #fff;
}
#pagePath ul {
  margin: 0 auto;
  max-width: 1140px;
}
#pagePath li {
  margin-right: 0;
  display: inline;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}
#pagePath a {
  margin-right: 5px;
  display: inline-block;
}
@media all and (max-width: 767px) {
  #pagePath {
    margin-bottom: 0;
    padding: 10px;
  }
  #pagePath ul {
    max-width: inherit;
  }
}
.ttl__box {
  text-align: center;
  margin: 0 0 60px 0;
}
.ttl__box h2 {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  color: #3e603b;
}
.ttl__box h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #cebfa6; /*下線の色*/
  border-radius: 10px;
}
.ttl__box span:first-of-type {
  display: block;
}
.ttl__box span:last-of-type {
  display: block;
  margin: 8px 0 0 0;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.ttl__box-info {
  text-align: center;
  margin: 0 0 60px 0;
}
.ttl__box-info h2 {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  line-height: 1;
  padding: 0 0 15px 0;
  color: #3e603b;
}
.ttl__box-info h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #cebfa6; /*下線の色*/
  border-radius: 10px;
}
.ttl__box-info span:first-of-type {
  display: block;
  color: #3e603b;
}
.ttl__box-info span:last-of-type {
  display: block;
  margin: 8px 0 0 0;
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: #cebfa6;
}
.ttl__box-white {
  text-align: center;
  margin: 0 0 60px 0;
}
.ttl__box-white h2 {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  color: #fff;
}
.ttl__box-white h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #cebfa6; /*下線の色*/
  border-radius: 10px;
}
.ttl__box-menu {
  text-align: center;
  margin: 0 0 30px 0;
}
.ttl__box-menu h2 {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  color: #fff;
}
.ttl__box-menu h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #cebfa6; /*下線の色*/
  border-radius: 10px;
}
.ttl__box-menu span:first-of-type {
  display: block;
  color: #cebfa6;
}
.ttl__box-menu span:last-of-type {
  display: block;
  margin: 8px 0 0 0;
  font-size: 1.6rem;
  letter-spacing: 2px;
  color: #fff;
}
.ttl__box p {
  text-align: left;
  margin: 30px 80px 0 80px;
}

@media all and (max-width: 767px) {
.ttl__box p {
  text-align: left;
  margin: 30px 0 0 0;
}
	
a.reserve,
a.shop {
	display:block;
	text-align:center;
	font-size:16px;
	position:fixed;
	bottom:15px;
	color:#FFF;
	padding:10px 8px 10px 36px;
	border-radius:20px;
	border:solid 3px #A68939;
	}

a.reserve {
	left:5px;
	background:rgba(0,140,0,0.9) url("../img/icon_reserve.png") no-repeat left 10px center / 18px;
}
a.shop {
	left:155px;
	background:rgba(0,140,0,0.9) url("../img/icon_shop.png") no-repeat left 10px center / 16px;
	}

}

.sns__box{
    display:flex;
    justify-content: center;
    margin:0 0 15px 0;
    
}
.sns__box__item{
    margin:0 15px;
}



/*パーツ類
----------------------------------------------------------------------*/
@media screen and (min-width: 1024px){
	span.br{
		display: block;
		text-indent: -9999;
		font-size: 0;
	}
	a.tel{
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: #000;
	}
}

#main .contactBox .textR a.tel{
  padding: 0x;
  width: auto;
  display: inline-block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.1px;
  background-color: transparent;
  box-sizing: border-box;
}

#booking_btns{}
#booking_btns ul{
}
#booking_btns ul li{
	display: flex;
	flex-wrap: wrap;
	z-index: 99;
	cursor: pointer;
	position: fixed;
	top: 40%;
	right: -165px;
	background: #b8975b;
	width: 220px;
	color: #fff;
	padding: 0;
	height: 55px;
}
#booking_btns ul li p{
	padding: 0;
	margin: 0;
	height: 55px;
	line-height: 55px;
}
#booking_btns ul li .booking_btns_icon{
	width: 55px;
	height: 55px;
	padding: 0;
	margin: 0;
	text-align: center;
}
#booking_btns ul li .booking_btns_icon img{
	vertical-align: middle;
}
#booking_btns ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 55px;
}
@media screen and (max-width: 768px){
	#booking_btns{
		display: none;
	}
}
@media screen and (min-width: 769px){
	.sp_footerWrap{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.grecaptcha-badge{
		display: none !important;
	}
	#gFooter{
		padding-bottom: 80px !important;
	}
	.sp_footerWrap{
		background: #b8975b;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		line-height: 1;
	}
	.sp_footer_ttl{
		padding: .5em;
		text-align: center;
		font-weight: bold;
		color: #FFF;
		border-bottom: 1px solid #FFF;
	}
	.sp_footer_booking{
		display: flex;
		flex-wrap: wrap;
	}
	.sp_footer_booking li{
		width: calc(100% / 3);
		border-right: 1px solid #FFF;
		font-size: 1.4rem;
		text-align: center;
		box-sizing: border-box;
	}
	.sp_footer_booking li:last-child{
		border: 0;
	}
	.sp_footer_booking li a{
		color: #FFF;
		text-decoration: none;
		display: block;
		padding: .8em;
	}
}