@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
body{
    color: #1a1a1a;
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 1; /* プロポーショナルメトリクス 基本ツメ組み*/
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #fafafa;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
.betagumi{ /*ベタ組用クラス*/
    font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 0; 
    letter-spacing: -0.05rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
img{
    /*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
    border: none;
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#title{
    display: flex;
    justify-content: center;
    align-items: center;
	height: 100vh;
	padding-left: 2.0rem;
	padding-right: 2.0rem;
}
#title > div{
	width: 100%;
	text-align: center;
}
#title p{
    font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-weight: 700;
    font-size: clamp(1.6rem, (100vw - 37.5rem) * 0.4 / 61.698 + 1.6rem, 2.0rem); /* 375px - 991.98px */
    letter-spacing: -0.1rem;
	line-height: 1.7;
	padding-top: 4.5rem;
}
@media screen and (min-width:768px) and (max-width:991.98px) {
    #title img{
        width: 85%;
    }
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
    #title img{
        width: 75%;
    }
}
@media screen and (min-width:1200px) {
    #title img{
        width: 65%;
    }
}
.fadeimg{
    opacity: 0;
}
.fadeimg_in{
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#about{
	background-color: #121212;
	padding-top: 2.0rem;
	padding-bottom: 3.0rem;
}
.description{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
    font-weight: 500;
	color: lightsteelblue;
}
.description > span{
    display: block;
    color: darkgoldenrod;
    margin: 1.5rem auto;
    font-family: "Libre Baskerville", serif;
	font-size: clamp(1.8rem, (100vw - 37.5rem) * 1.2 / 39.298 + 1.8rem, 3.0rem); /* 375px - 767.98px */
	font-weight: 400;
    letter-spacing: -0.15rem;
	line-height: 1.2;
}
.description2{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
	color: lightsteelblue;
}
.description2 > span{
    display: block;
    color: darkgoldenrod;
    font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
	font-weight: 700;
}
.image-16-9{
	width: 100%;
  	padding-top: 56.25%; /* 16:9 */
	position: relative;
}
.image-1-1{
	width: 100%;
  	padding-top: 100%; /* 1:1 */
	position: relative;
}
.image-2-1{
	width: 100%;
  	padding-top: 50%; /* 2:1 */
	position: relative;
}
.image-3-2{
	width: 100%;
  	padding-top: 66.66%; /* 2:1 */
	position: relative;
}
#about img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 0;
	padding-bottom: 3.0rem;
}
.specification{
    margin-top: 4.5rem;
	margin-bottom: 6.0rem;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.02rem;
    color: #9e7f65;
}
.spec1{
    margin-bottom: 0;
}
.spec1 > p{
    margin-bottom: 0;
    border-bottom: 0.1rem solid #9e7f65;
    font-size: 2.0rem;
}
.spec2 {
    display: flex;
}
.spec2 > div{
    display: table;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.2;
    border-bottom: 0.1rem dashed #9e7f65;
}
.spec2 > div > div{
    display: table-row;
}
.spec2 > div > div > div{
    display: table-cell;
    vertical-align: middle;
}
.spec2 > div > div > div:first-child{
    width: 33.3%;
}
.spec2 > div > div > div:nth-child(2){
	color: #FF7600;
}
.sub{
    display: table;
}
.sub > div{
	display: table-row;
}
.sub > div > div{
	display: table-cell;
}
.sub > div > div:nth-child(even){
	padding-left:  1.0rem;
}
.go {
    margin: 6.0rem auto 4.5rem;
	text-align: center;
}
.go > a{
    display: inline-block;
	width: 100%;
	height: auto;
	padding-top: 0.1rem;
	padding-bottom: 0.3rem;
	text-align: center;
	line-height: clamp(1.4rem, (100vw - 37.5rem) *1.0 / 39.298 + 1.4rem, 2.4rem); /* 375px - 767.98px */
    color: #121212;
    background-color: darkturquoise;
    border: 2px solid darkturquoise;
    border-radius: 1.0rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.go > a:hover{
    background-color: transparent;
    color: #b096a9;
    border: 2px solid #b096a9;
    border-radius: 2.0rem;
}
.go > a > span{
    font-family: 'Raleway', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.3 / 39.298 + 1.4rem, 1.7rem); /* 375px - 767.98px */
}
.note{
	color: lightsteelblue;
}
.note p{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
}
.note ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.note li{
    margin: 0 auto;
    font-size: clamp(1.2rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.2rem, 1.4rem); /* 375px - 991.98px */
    padding-left: 1em;
    text-indent: -1em;
}
.note li::before{
    content: "※";
}
.hamafes{
	margin-top: 3.0rem;
	padding-left: 2.0rem;
	padding-right: 2.0rem;
	text-align: center;
}
.hamafes p{
    font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: clamp(2.0rem, (100vw - 37.5rem) * 1.0 / 61.698 + 2.0rem, 3.0rem); /* 375px - 991.98px */
	font-weight: 700;
}
.X{
	margin-top: 9.0rem;
	padding-left: 2.0rem;
	padding-right: 2.0rem;
	text-align: center;
}
.X img{
	max-width: 12.0rem;
	height: auto;
}
.sns{
	margin-top: 4.5rem;
	font-weight: 600;
}
.sns a, .sns a:visited {
	color: #115FFF;
	text-decoration: underline;
}
#shop{
	padding-top: 15.0rem;
    color: rosybrown;
}
.shopinfo {
	padding: 0;
}
.shopinfo a, .shopelement a{
    color: rosybrown;
    transition: color .3s ease-out;
}
.shopinfo a:hover, .shopelement a:hover, .reserv_caution_1line a:hover{
    color: #FF5555;
}
.shopinfo-txt1{
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(4.0rem, (100vw - 37.5rem) * 1 / 82.498 + 4.0rem, 5.0rem); /* 375px - 1199.98px */
    line-height: 1.0;
    letter-spacing: -0.1rem;
}
.shopinfo-txt2{
	font-size: clamp(2.1rem, (100vw - 37.5rem) * 0.4 / 82.498 + 2.1rem, 2.5rem); /* 375px - 1199.98px */
	font-weight: 700;
	line-height: 1.0;
    letter-spacing: -0.1rem;
}
@media screen and (min-width:576px) and (max-width : 991.98px) {
	.shopinfo-txt1, .shopinfo-txt2{
		text-align: center;
	}
}
.shopelement{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid sandybrown;
    font-size: 1.5rem;
}
.shopelement span{
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: -0.1rem;
}
@media screen and  (max-width : 991.98px) {
	.mapimg{
        margin-top: 3.0rem;
		height: 40.0rem;
	}
}
.copyright{
	color: #999;
	width:100%;
	margin:9.0rem auto 1.0rem auto;
	font-size:1.2rem;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.pagetop{
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 4.5rem;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}
.clr{
	clear:both;
}