@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
@media screen and (max-width : 767px) {
	html {
    	font-size: 56%;
	}
}
body{
    color: #fff;
    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: #710000;
    -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;
}
img * {
    border: none;
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#head{
	margin: 1.5rem auto;
    text-align: center;
}
@media screen and (max-width : 575.98px) {
	#head > div > div > a > img{
		width: 10.0rem;
	}
}
@media screen and (min-width : 576px) and (max-width:767px){
	#head > div > div > a > img{
		width: 11.0rem;
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	#head > div > div > a > img{
		width: 12.0rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199px) {
	#head > div > div > a > img{
		width: 13.0rem;
	}
}
@media screen and (min-width : 1200px) {
	#head > div > div > a > img{
		width: 14.0rem;
	}
}
#title{
	margin:0 auto 10.0rem auto;
    padding: 0;
    text-align: center;
}
@media screen and (max-width : 991px) {
	#title{
        margin-bottom: 6.0rem;
	}
}
#faq{
    margin-bottom: 12.0rem;
}
#faq h1{
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3.0rem;
}
#anchor{
    margin-bottom: 10.0rem;
}
#anchor [class*="col-"] {
    text-align: center;
}
@media screen and (max-width : 575.98px) {
    #anchor img{
        max-width: 14.0rem;
        margin-bottom: 3.0rem;
    }
}
@media screen and (min-width : 576px) {
    #anchor img{
        max-width: 16.0rem;
        max-height: 7.0rem;
    }
}
.brand{
    margin-bottom: 7.5rem;
    padding-top: 3.0rem;
    text-align: center;
}
@media screen and (max-width : 767px) {
    .brand img{
        max-width: 22.0rem;
    }
}
@media screen and (min-width : 768px) {
    .brand img{
        max-width: 25.0rem;
    }
}
.brand h1{
    margin-top: 1.5rem;
    font-family: 'Shippori Mincho', serif;
	font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: -0.15rem;
}
.brand h2{
    font-family: 'Cinzel', serif;
	font-size: 1.8rem;
}
.brand p{
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1.8rem;
}
.longsentence{
    margin: 0 auto;
    text-align: justify !important;
}
@media screen and (min-width:768px) and (max-width:991px) {
    .longsentence{
        width: 80%;
    }
}
@media screen and (min-width : 992px) {
    .longsentence{
        width: 60%;
    }
}
.item-container{
    margin-bottom: 10.0rem;
}
.headline{
	margin-bottom: 1.0rem;
    position: relative;
}
.headline h1{
    font-family: 'Bebas Neue', cursive;
	font-size: 10.0rem;
    line-height: 0.8;
    letter-spacing: -0.1rem;
    color: #f7d117;
}
.headline h1 > span{
	display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 6.0rem;
    font-weight: 200;
    letter-spacing: -0.5rem;
}
@media screen and (min-width : 992px) {
    .headline h1 > span{
        margin-left: 1.5rem;
    }
}
.headline h1 > span > span{
    font-size: 8.0rem;
}
.headline h2{
    border-top: 0.1rem solid #f7d117;
    padding-top: 0.5rem;
    font-family: 'Shippori Mincho', serif;
	font-size: 2.8rem;
    font-weight:600;
    letter-spacing: -0.2rem;
    color: #f7d117;
}
.headline h2 > span{
    font-weight: 500;
    letter-spacing: -0.1rem;
}
.catch{
    margin-bottom: 3.0rem;
    font-weight: 500;
}
.menu{
    width: 100%;
    margin-bottom: 4.5rem;
    border-top: 0.3rem solid #f7d117;
    border-bottom: 0.3rem solid #f7d117;
    line-height: 1.2;
}
.menu tr{
    border-bottom: 0.1rem solid #f7d117;
}
.menu th{
    width: 30%;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 2.55rem; /* 0.6+1.8+0.15rem */
    padding-right: 0.6rem;
    background-color: #007199;
    font-weight: 400;
    text-indent: -1.95rem; /* 1.8+0.15rem */
    position: relative;
}
.menu th::before {
    content: "";
    display: inline-block;
    background: url("../img/check.svg") no-repeat;
    background-size: contain;
    width: 1.8rem;
    height: 1.7rem;
    vertical-align: middle;
    margin-right: 0.15rem;
}
.menu th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #007199;
    border-width: 0.8rem;
    margin-top: -0.8rem;
}
.menu td{
    width: 70%;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 1.5rem;
    padding-right: 0.6rem;
    background-color: #710000;
}
.movie p{
    font-family: 'Josefin Sans', sans-serif;
	font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.15rem;
    color: #f7d117;
    line-height: 0.6;
}
.movie-img{
	position: relative;
}
.movie-img > span{
	position: absolute;
	top:0;
	left:0;
}
.movie-img > span > a > img{
	opacity: 0.5;
	transition: opacity 0.3s ease;
}
.movie-img > span > a > img:hover{
	opacity: 1;
}
.link{
	margin-top: 6.0rem;
}
.go{
    margin: 0 auto 1.5rem auto;
}
.go a{
    display: inline-block;
    width: 100%;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background-color: #57CC99;
    border: 0.2rem solid #f7d117;
    border-radius: 0.5rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.go a:hover{
    background-color: rgba(255,255,255,0);
    border: 0.2rem solid #f7d117;
    color: #f7d117;
    border-radius: 3.0rem;
}
@media screen and (max-width : 575.98px) {
	.go{
		font-size:1.4rem;
	}
	.go a span{
		font-size:1.7rem;
	}
}
.profile{
    color: #cfcfcf;
}
.prof-txt1{
	padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
	font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.0rem;
	line-height: 1.2;
	border-bottom: 0.1rem solid;
}
.prof-txt2{
    line-height: 1.3;
    font-weight: 500;
}
.prof-txt3{
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    letter-spacing: normal;
}
.prof-txt4{
    font-family: 'Josefin Sans', sans-serif;
	font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.1rem;
    text-align: left;
}
.prof-txt4 span{
    display: inline-block;
    margin-right: 1.5rem;
}
.prof-txt4 a{
	color: #cfcfcf;
    transition: color .3s ease-out;
}
.prof-txt4 img.fb{
    display: inline-block;
    width: 1.6rem;
    height: auto;
    margin-right: 0.3rem;
    vertical-align: -0.2rem;
}
.prof-txt4 a:hover{
    color: #20EDA3;
}
.lesson{
    margin-top: 1.0rem;
}
.lesson a img{
    border: 0.2rem solid #c54900;
    transition: opacity 0.3s ease;
}
.lesson a img:hover{
    opacity: 0.7;
}
.sns {
    margin: 15.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: 9.0rem;
	height:0;
	border:0;
	border-top:0.1rem solid #999;
	border-bottom:0.1rem solid #666;
}
#shop{
	padding: 9.0rem 0 0 0;
}
@media screen and (max-width:767px) {
    #shop{
        padding: 4.5rem 0 0 0;
    }
}
.shopinfo {
	padding: 0;
}
.shopinfo a, .shopelement a, .shopinfo2 a, .shopinfo3 a{
    color: #cfcfcf;
    transition: color .3s ease-out;
}
.shopinfo a:hover, .shopelement a:hover, .shopinfo2 a:hover, .shopinfo3 a:hover{
    color: #FF5555;
}
.shopinfo-txt1{
    color: #cfcfcf;
    font-size: 4.0rem;
    font-weight: 900;
    letter-spacing: -0.2rem;
    line-height: 1.0;
}
.shopinfo-txt2{
	color:#cfcfcf;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.0;
    letter-spacing: -0.10rem;
}
@media screen 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 #FFB600;
    color: #cfcfcf;
    font-size: 1.5rem;
}
.shopelement span{
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -0.1rem;
    color: #cfcfcf;
}
.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 : 991px) {
	.mapimg img{
		width: 85%;
		margin: 4.5rem auto 0 auto;
	}
}
@media screen and  (min-width : 1200px) {
	.mapimg img{
		width: 95%;
	}
}
.copyright{
	color: #c54900;
	width:100%;
	margin:3.0rem auto 1.0rem auto;
	font-size:1.2rem;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.clr{
	clear:both;
}