@charset "utf-8";html{overflow-y:scroll}blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal}table{border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%}caption,th{text-align:left}q:after,q:before{content:''}embed,object{vertical-align:top}legend{display:none}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}abbr,acronym,fieldset,img{border:0}li{list-style-type:none;vertical-align:bottom}strong{font-weight:400}a{text-decoration:none}body{width:100%;font-family:font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",serif}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}

a {
	text-decoration: none;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a:hover,#ToTopIcon:hover{
	opacity: 0.8;
}
.min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.goth {
	font-family: "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#formInput,#formArea{
    font-family:  "メイリオ", Meiryo, serif;
}
.pc_lp {
	margin: 0 auto;
	display: block!important;
}
.sp_lp {
	display: none!important;
}
#ToTopIcon {
	background: #eb0f7f;
	line-height: 13px;
	width: 45px;
	height: 45px;
	padding: 10px;
	border-radius: 50%;
	text-decoration: none;
	text-align: center;
	font-size: 70%;
	color: #ffffff;
	right: 30px;
	bottom: 30px;
	z-index: 2;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 13px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	font-size: 12px;
}
.cv_btn_01{
    display: block;
}
.cv_btn_02{
    display: block;
}
.wrap{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.movie{
    max-width: 700px;
    width: 100%;
    height: 400px;
    background-color: #b3b3b3;
    color: #fff;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_fv{
    background-image: url(../img2/fv_main.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.cv{
    margin: 50px 0;
}
.cv_box{
    position: relative;
}
.cv1,.cv2{
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.cv1{
    margin-bottom: 20px;
}
.cv_btn{
    position: absolute;
    bottom: 7%;
    left: 0;
    width: 100%;
}

.sec_a{
    margin-bottom: 0px;
}
.t_center{
    text-align: center;
}
.sec08{
    margin: 60px auto;
}
.faq{
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.faq dt{
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}
.faq dt img{
    margin-right: 20px;
}
.faq dd{
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
}
.sec12_box{
    background: #97781a; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #97781a 0%, #fbeac5 30%, #997919 83%, #efe7cd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #97781a 0%,#fbeac5 30%,#997919 83%,#efe7cd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #97781a 0%,#fbeac5 30%,#997919 83%,#efe7cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97781a', endColorstr='#efe7cd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 10px;
    width: calc(100% - 20px);
    max-width: 960px;
    margin: 0 auto;
}
.sec12{
    width: 100%;
    display: block;
    background-color: #f8f3e6;
}
.shop_ttl{
    margin: 0px auto;
    padding: 50px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sec_shop_ttl{
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.shop_list{
    max-width: 890px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.shop_box{
    max-width: 42%;
    width: 100%;
    background-image: url(../img2/shop_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 4% 4%;
    font-size: 14px;
}
.shop_top{
    display: flex;
    justify-content: space-between;
}
.shop_name{
    font-weight: bold;
}
.shop_exe{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #b49c52;
    width: 90px;
    height: 18px;
    font-size: 12px;
    border-radius: 9px;
}
.shop_name,.shop_post,.shop_adress,.shop_box_bottom{
    font-size: 14px;
    line-height: normal;
}
.faq_ttl_box div{
    text-align: center;
    margin: 0 auto;
    max-width: 209px;
    width: 100%;
}


@media screen and (max-width: 1000px){
    .sec_fv{
        background-size: cover;
    }
    img{
        width: 100%;
    }
    .faq_ttl_box{
        max-width: 209px;
        margin: 0 auto;
    }
    .faq img{
        width: auto;
    }
    .faq{
        width: 95%;
        margin: 0 auto;
    }
    .shop_box{
        background-size: cover;
    }
}
@media screen and (max-width: 834px){
    .sp_lp {
        margin: 0 auto;
        display: block!important;
    }
    .pc_lp {
        display: none!important;
    }
    .sec_fv{
        background-image: none;
    }
    .cv_btn.cv1{
        bottom: 3%;
    }
    .cv_btn_01{
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .cv_btn_02{
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .movie{
        width: 90%;
        height: 50vw;
    }
    .sp_sec10{
        width: 95%;
        margin-left:  auto;
        margin-right: auto;
    }
        
    .faq img{
        width: 30px;
    }
    .shop_box{
        max-width: 100%;
        height: 21vw;
        width: 100%;
        background-image: url(../img2/sp_shop_bg.png);
        background-repeat: no-repeat;
        padding: 0% 8%;
        font-size: 15px;
        display: flex;
        align-items: center;
    }
    .course_box p{
        margin-left: 0!important;
        margin-right: 0!important;
    }
}
@media screen and (max-width: 725px){
    .shop_box{
        /* background-size: contain; */
        /* line-height: 3.5vw; */
        font-size: 14px;
        padding: 6.5% 8%;

    }
    .cv{
        margin: 30px 0;
    }
    .sec08{
        margin: 30px auto;
    }
    .faq_ttl_box{
        width: 42%;
    }
    .faq dt{
        font-size: 18px;
    }
    .faq dd{
        font-size: 14px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 640px){
    .shop_box{
        height: 35vw;
        width: 86%;
        max-width: 100%;
        padding: 0vw 8%;
        background-size: contain;
        font-size: 3.2vw;
        display: flex;
        align-items: center;
        background-image: url(../img2/shop_bg.png);
    }
    .shop_flex{
        
    }
    .cv_btn.cv1 {
        bottom: 0%;
    }
    
}
@media screen and (max-width: 375px){
    .shop_box{
        width: 86%;
        max-width: 100%;
        background-size: contain;
        font-size: 12px;
    }
}
@media only screen and (max-width: 360px){
        
    }
@media screen and (max-width: 320px){
    .shop_box{
        font-size: 10px;
    }
}