@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
body{
    color: #EDEDED;
    font-family: YakuHanJP_Noto, "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: #000;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
.betagumi{ /*ベタ組用クラス*/
    font-family: YakuHanJPs_Noto, "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{
    position: relative;
    height: 100vh;
    background-image: url("../img/title-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#title > div > h1 > img{
    filter: drop-shadow(2px 2px 3px #000);
}
#title > div > h2{
    font-size: 1.6rem;
    font-weight: 500;
    text-shadow: 0px 0px 8px #000, 0px 0px 4px #000, 0px 0px 4px #000;
    line-height: 1.6;
}
@media screen and (max-width : 575.98px) {
    #title{
        background-attachment: scroll;
    }
    #title > div{
        margin: 0 auto;
    }
    #title > div > h1 > img{
        width: 70%;
        display: block;
        margin:0 auto 6.0rem auto;
    }
    #title > div > h2{
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (min-width : 576px) and (max-width:767.98px){
    #title{
        background-attachment: scroll;
    }
    #title > div{
        margin: 0 auto;
    }
    #title > div > h1 > img{
        width: 75%;
        display: block;
        margin:0 auto 6.0rem auto;
    }
    #title > div > h2{
        width: 85%;
        margin: 0 auto;
    }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
        #title{
        background-attachment: scroll;
    }
    #title > div{
        margin: 0 auto;
    }
    #title > div > h1 > img{
        width: 60%;
        display: block;
        margin:0 auto 6.0rem auto;
    }
    #title > div > h2{
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
    #title > div{
        margin-left: 10.0rem;
    }
    #title > div > h1 > img{
        width: 40%;
        margin-bottom: 6.0rem;
    }
    #title > div > h2{
        width: 80%;
    }
}
@media screen and (min-width:1200px) and (max-width:1399.98px) {
    #title > div{
        margin-left: 15.0rem;
    }
    #title > div > h1 > img{
        width: 38%;
        margin-bottom: 6.0rem;
    }
    #title > div > h2{
        width: 70%;
    }
}
@media screen and (min-width : 1400px) {
    #title > div{
        margin-left: 20.0rem;
    }
    #title > div > h1 > img{
        width: 35%;
        margin-bottom: 6.0rem;
    }
    #title > div > h2{
        width: 60%;
    }
}
.commentary{
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.commentary > div > div > div, .commentary-bg > div > div > div{
    font-family: 'Klee One', cursive;
    font-weight: 600;
    font-feature-settings: "palt" 0;
    letter-spacing: -0.05rem;
    text-align: justify;
    text-justify: inter-ideograph;
    text-shadow: 0px 0px 16px #000, 0px 0px 8px #000, 0px 0px 8px #000;
    color: #FFFFFF;
}
@media screen and (max-width : 575.98px) {
    .commentary > div > div > div, .commentary-bg > div > div > div{
        font-size: 1.4rem;
    }
}
@media screen and (min-width : 576px) and (max-width:767.98px){
    .commentary > div > div > div, .commentary-bg > div > div > div{
        font-size: 1.6rem;
    }
}
@media screen and (min-width:768px)  {
    .commentary > div > div > div, .commentary-bg > div > div > div{
        font-size: 1.8rem;
    }
}
.commentary-bg{
    position: relative;
    height: 50vh;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.commentary-bg-1{
    background-image: url("../img/commentary-bg-1.jpg");
}
.commentary-bg-2{
    background-image: url("../img/commentary-bg-2.jpg");
}
.commentary-bg-3{
    background-image: url("../img/commentary-bg-3.jpg");
}
@media screen and (max-width : 991.98px) {
    .commentary-bg{
        background-attachment: scroll;
    }
}
#info{
    margin: 0 auto;
    text-align: center;
}
#info::before{
    content: "";
    display: block;
    background: url("../img/down.svg") no-repeat;
    background-size: contain;
    width: 2.5rem;
    height: 2.5rem;
    margin: 7.5rem auto 3.0rem auto;
}
#info::after{
    content: "";
    display: block;
    background: url("../img/down.svg") no-repeat;
    background-size: contain;
    width: 2.5rem;
    height: 2.5rem;
    margin: 5.5rem auto 7.5rem auto;
}
.go {
    margin: 2.5rem auto 1.5rem auto;
}
.go > a{
    display: inline-block;
    padding: 0.3rem 1.0rem 0.5rem;
    text-align: center;
    color: #2CDCD8;
    font-weight: 500;
    background-color: transparent;
    border: 2px solid #2CDCD8;
    border-radius: 1.0rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.go > a:hover{
    background-color: transparent;
    color: #FFA114;
    border: 2px solid #FFA114;
    border-radius: 2.0rem;
}
.go > a > span{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
}
.location{
    font-size: 1.5rem;
    font-weight: 700;
}
.location::before{
    content: "";
    display: inline-block;
    background: url("../img/icn_shop.svg") no-repeat;
    background-size: contain;
    width: 2.3rem;
    height: 2.3rem;
    vertical-align: -0.4rem;
}
.dclogo{
    max-width: 15.0rem;
    display: block;
    margin: 3.0rem auto 2.0rem auto;
}
@media screen and (max-width:767.98px){
    .photo-main, .photo-grid{
        padding-left: 0; 
        padding-right: 0;
    }
}
.photo-grid{
    margin: 6.0rem auto 3.0rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
}
@media screen and (max-width:767.98px){
    .photo-grid{
        gap: 0.3rem;
    }
}
@media screen and (min-width:768px){
    .photo-grid{
        gap: 0.6rem;
    }
}
.photo-grid > div > a > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: opacity .3s ease-out;
}
.photo-grid > div > a > img:hover{
    opacity: 0.5;
}
.photo-grid > div:nth-child(10){
    grid-column: 2/4;
    grid-row: 3/4;
}
.specification{
    margin-bottom: 6.0rem;
    color: #ccc;
    font-size: 1.5rem;
    font-weight: 500;
}
@media screen and (max-width : 767.98px) {
    .specification{
        padding-right: 2.0rem;
        padding-left: 2.0rem;
    }
}
.spec1{
    margin-bottom: 0;
}
.spec1 > p{
    margin-bottom: 0;
    border-bottom: 0.1rem solid #9e7f65;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.06rem;
}
.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;
}
.spec2 img{
    display: inline-block;
    width: 1.6rem;
    height: auto;
    margin-left: 0.75rem;
    vertical-align: -0.2rem;
}
.note{
    margin-top: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.2;
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width:991.98px) {
        .spec1 > p{
        font-size: 1.8rem;
    }
    .spec2 > div{
        font-size: 1.4rem;
    }
}
@media screen and (min-width:992px) {
    .spec1 > p{
        font-size: 2.0rem;
    }
    .spec2 > div{
        font-size: 1.6rem;
    }
}
.sns {
    margin: 18.0rem auto 0 auto;
    width: 238px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sns #twt, .sns #fb, .sns #line {
    position: relative;
}
.sns #twt .img, .sns #fb .img, .sns #line .img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    transition: .4s;
}
.sns #twt:hover .img, .sns #fb:hover .img, .sns #line:hover .img {
    transform: scale(1.2);
}
.sns #twt::before, .sns #fb::before, .sns #line::before {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99px;
    color: #FEFEFE;
    height: 25px;
    border-radius: 5px;
}
.sns #twt::after, .sns #fb::after, .sns #line::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
}
.sns #twt a, .sns #fb a, .sns #line a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.sns #twt .img {
    background-color: #1DA1F2;
}
.sns #twt::before {
    content: "Twitterでつぶやく";
    background-color: #1DA1F2;
}
.sns #twt::after {
    border-color: #1DA1F2 transparent transparent transparent;
}
.sns #fb .img {
    background-color: #1877F2;
}
.sns #fb::before {
    content: "Facebookでシェア";
    background-color: #1877F2;
}
.sns #fb::after {
    border-color: #1877F2 transparent transparent transparent;
}
.sns #line .img {
    background-color: #00B900;
}
.sns #line::before {
    content: "LINEで送る"; background-color: #00B900;
}
.sns #line::after {
    border-color: #00B900 transparent transparent transparent;
}
@media (min-width: 576px) {
    .sns {
        width: 280px;
    }
}
.line {
	margin-top: 15.0rem;
	height:0;
	border:0;
	border-top:0.1rem solid #ccc;
	border-bottom:0.1rem solid #999;
}
#shop{
	padding: 9.0rem 0 0 0;
    color: #ccc;
}
@media screen and (max-width:767.98px) {
    #shop{
        padding: 4.5rem 0 0 0;
    }
}
.shopinfo {
	padding: 0;
}
.shopinfo a, .shopelement a, .shopinfo2 a, .shopinfo3 a{
    color: #ccc;
    transition: color .2s ease-out;
}
.shopinfo a:hover, .shopelement a:hover, .shopinfo2 a:hover, .shopinfo3 a:hover{
    color: #95fb89;
}
.shopinfo-txt1{
    font-size: 4.0rem;
    font-weight: 900;
    letter-spacing: -0.2rem;
    line-height: 1.0;
}
.shopinfo-txt2{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.0;
    letter-spacing: -0.1rem;
}
@media screen and (max-width:575.98px) {
	.shopinfo-txt1 {
		font-size: 3.6rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	.shopinfo-txt1 {
		font-size: 3.7rem;
	}
	.shopinfo-txt2 {
		font-size: 2.2rem;
	}
}
.shopelement{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid #d2e748;
    font-size: 1.5rem;
}
.shopelement span{
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -0.08rem;
}
.mapimg{
	text-align: center;
}
@media screen and  (max-width : 575.98px) {
	.mapimg img{
		width: 100%;
		margin: 4.5rem auto 0 auto;
	}
}
@media screen and  (min-width:576px) and (max-width : 991.98px) {
	.mapimg img{
		width: 85%;
		margin: 4.5rem auto 0 auto;
	}
}
@media screen and  (min-width : 1200px) {
	.mapimg img{
		width: 95%;
	}
}
.mapimg img{
    transition: opacity .3s ease-out;
}
.mapimg img:hover{
    opacity: 0.7;
}
.copyright{
	color: #999;
	width:100%;
	margin:10.0rem auto 0 auto;
    padding-bottom: 1.0rem;
	font-size:1.2rem;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.clr{
	clear:both;
}