@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
@media screen and (max-width : 767px) {
	html {
    	font-size: 56%;
	}
}
body{
    color: #ccc;
    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: #000;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
img{
	-webkit-backface-visibility: hidden;
}
img * {
    border: none;
}
a img{
	cursor: pointer;
    transition: all 0.2s linear;
}
a img:hover{
    opacity: 0.5;
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
.arrow-left {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0 0 0.5rem;
    border-left: 0.3rem solid #ececec;
    border-bottom: 0.3rem solid #ececec;
    transform: rotate(45deg);
}
.arrow-top {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0 0 0.5rem;
    border-top: 0.3rem solid #ececec;
    border-left: 0.3rem solid #ececec;
    transform: rotate(45deg);
}
.arrow-right {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0 0 0.5rem;
    border-top: 0.3rem solid #ececec;
    border-right: 0.3rem solid #ececec;
    transform: rotate(45deg);
}
.arrow-bottom {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0 0 0.5rem;
    border-bottom: 0.3rem solid #ececec;
    border-right: 0.3rem solid #ececec;
    transform: rotate(45deg);
    vertical-align: 0.2rem;
}

/* 小ヘッダー */
#small-header{
    width: 100%;
    margin: 0 auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0D0D0D;
    z-index: 99;
}
.small-header-menu{
    margin-top: 3.0rem;
    padding-bottom: 2.0rem;
}
.small-header-open{ /* 小デバイスのメニュー */
	height: 100%; /* 100vhだと↓が効かなくなる */
	overflow-y: scroll;
}
.scroll-prevent { /* メニューを開いたときに後ろのスクロールを止める 小デバイス html用 iOSサファリ対応版 */
	position: fixed; /*動き固定*/
	z-index: -1; /*奥行きを管理*/
	width: 100%; /*下2つで背景を元のサイズのまま表示することができる*/
	height: 100%;
}
.navArea{
    display: none;
}

/* 大ヘッダー */
#large-header{
    width: 100%;
    margin: 0 auto;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0D0D0D;
    z-index: 99;
    display: table;
}
#large-header > div.row{
    display: table-row;
}
#large-header > div.row > [class*="col-"]{
    display: table-cell;
    vertical-align: middle;
}

/* ヘッダー共通 */
.menu-btn, .menu-btn2, .small-header-menu p, .head-menu > div > div > div > p{
    font-family: 'Mansalva', cursive;
    text-align: center;
    padding-top: 1.0rem;
    letter-spacing: -0.05rem;
    color: #F68706;
}
.menu-btn, .menu-btn2, .small-header-menu p > a, .head-menu > div > div > div > p > a{
    color: #F68706;
    transition: color .2s ease-out;
}
.menu-btn:hover, .menu-btn2:hover, .small-header-menu p > a:hover, .head-menu > div > div > div > p > a:hover {
    cursor: pointer;
    color:#8452FF;
}

/* ヘッダーメディアクエリ */
@media screen and (max-width : 575.98px) {
    .head-logo{
        text-align: center;
        padding-top: 0.45rem;
        padding-bottom: 0.45rem;
    }
	.head-logo > a > img{
        width: 20.0rem;
	}
    .head-menu div > div > div > a > img{
        width: 17.0rem;
    }
    .menu-btn{
        font-size: 1.6rem;
    }
    .menu-btn2, .small-header-menu p{
        margin-top: 3.0rem;
        line-height: 1.2;
        text-align: center;
        font-size: 2.4rem;
    }
    .small-header-menu > div > div{
        margin-bottom: 3.0rem;
    }
}
@media screen and (min-width:576px) and (max-width:767px) {
    .head-logo{
        text-align: center;
        padding-top: 0.45rem;
        padding-bottom: 0.45rem;
    }
	.head-logo > a > img{
        width: 25.0rem;
	}
    .head-menu div > div > div > a > img{
        width: 17.0rem;
    }
    .menu-btn{
        font-size: 1.8rem;
    }
    .menu-btn2, .small-header-menu p{
        margin-top: 3.0rem;
        line-height: 1.2;
        text-align: center;
        font-size: 2.4rem;
    }
}
@media screen and (min-width:768px) and (max-width:991px) { /* 画像2種は完全レスポンシブ*/
    .head-menu > div > div > div > p{
        font-size: 1.2rem;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
	.head-logo > a > img{
        width: 28.0rem;
	}
    .head-menu div > div > div > a > img{
        width: 17.0rem;
    }
    .head-menu > div > div > div > p{
        font-size: 1.6rem;
    }
}
@media screen and (min-width : 1200px) {
	.head-logo > a > img{
        width: 30.0rem;
	}
    .head-menu div > div > div > a > img{
        width: 20.0rem;
    }
    .head-menu > div > div > div > p{
        font-size: 1.8rem;
    }
}

#title{
    margin: 0 auto;
	padding: 0;
}
#lead{ /* ベタ組にした。*/
    font-feature-settings: "palt" 0; 
    letter-spacing: -0.05rem;
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: 500;
    margin-top: 10.0rem;
    margin-bottom: 10.0rem;
}
.go a, .go-nolink{
    display: inline-block;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0.3rem 0 0.5rem 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 0.5rem;
    transition: all .2s;
}
.go-color1 a{
    color: #999;
    border: 0.2rem solid #F79D9D;
}
.go-color2 a{
    color: #999;
    border: 0.2rem solid #A0EEA5;
}
.go-color3 a{
    color: #fff;
    background-color: rgba(255,51,51,1.00);
    border: 0.2rem solid #FFC533;
}
.go a:hover{
    border: 0.2rem solid #FFC533;
    color: #DFDFDF;
    border-radius: 3.0rem;
}
.go-color3 a:hover{
    background-color: rgba(255,51,51,0.00);
    border: 0.2rem solid #fff;
    color: #fff;
    border-radius: 3.0rem;
}
.go a span{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.6rem; 
    margin-right: 0.75rem;
}

/* SNSボタン */
.sns {
    margin: 12.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;
    }
}

/* ショップインフォ */
#shop{
    margin-top: 15.0rem;
	padding: 6.0rem 0 0 0;
}
.shopinfo {
	padding: 0;
}
.shopinfo a, .shopelement a{
    color: #999;
    transition: color .3s ease-out;
}
.shopinfo a:hover, .shopelement a:hover{
    color: #FF5555;
}
.shopinfo-txt1{
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-size: 4.0rem;
    font-weight: 800;
    letter-spacing: -0.1rem;
    line-height: 1.0;
}
.shopinfo-txt2{
	color:#999;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.0;
    letter-spacing: -0.1rem;
}
@media screen and (min-width:576px) and (max-width : 991px) {
	.shopinfo-txt1, .shopinfo-txt2{
		text-align: center;
	}
}
@media screen and (max-width:575.98px) {
	.shopinfo-txt1 {
		font-size: 3.6rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199px) {
	.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 #8E3900;
    color: #999;
    font-size: 1.5rem;
}
.shopelement span{
    display: block;
    margin-bottom: 0.3rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.1rem;
    color: #999;
}
.mapimg{
	text-align: center;
}
@media screen and  (max-width : 575.98px) {
	.mapimg img{
		width: 90%;
		margin: 4.5rem auto 0 auto;
	}
}
@media screen and  (min-width:576px) and (max-width : 991px) {
	.mapimg img{
		width: 85%;
		margin: 4.5rem auto 0 auto;
	}
}
.copyright{
	color: #666;
	width:100%;
	margin:15.0rem auto 1.0rem auto;
	font-size:1.2rem;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.clr{
	clear:both;
}