@charset "euc-jp";
/* CSS Document */
header{	
    position: absolute;
    top: 0;
    z-index: 10;
    background: rgba(255,255,255,0.85);
}
.first_view {
    width: 100vw;
    height: 50vw;
}
.swiper-slide{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.beginner_entrance{
	background-image:url(https://img21.shop-pro.jp/PA01441/558/etc/b_e_bg.jpg);
    background-position: center bottom;
	background-size:cover;
    background-repeat: no-repeat;
    padding-top: 40px;
	padding-bottom:160px;
}
.b_e_name,
.b_e_title{
    line-height: 140%;
    text-align: center;
}
.b_e_name{
	font-size:1.25em;
    margin-bottom: 15px;
	color:#826428;
}
.b_e_title{
    font-size: 1.8em;
    margin-bottom: 35px;
    color: #6e3f00;
}
.b_e_flex{
    display: flex;
    justify-content: center;
    align-items: start;
	padding:0 1.7%;
	margin-bottom:50px;
}
.b_e_icon {
    margin: 0 1.25%;
}
.b_e_icon img {
    width: 160px;
	height:190px;
}
.b_e_btn {
    font-size: 1.15em;
}
.b_e_btn .link_btn{
	position:relative;
	display:block;
	width:290px;
    padding: 14px 0;
	border:2px solid #f7931e;
	text-align:center;
	color:#000000;
	margin:0 auto;
	line-height:100%;
	transition:all ease 200ms;
}
.b_e_btn .link_btn::before,
.b_e_btn .link_btn::after{
position: absolute;
top: 0;
bottom: 0;
    left: calc(50% - 12px * 1.414 / 2 - 5em);
margin: auto 0;
content: "";
vertical-align: middle;
}
.b_e_btn .link_btn::before {
    right: 0;
    width: 12px;
    height: 12px;
    border-top: 5px solid #f7931e;
    border-right: 5px solid #f7931e;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.b_e_btn .link_btn:hover{
	background-color:#f7931e;
	color:#ffffff;
}
.b_e_btn .link_btn:hover::before,
.b_e_btn .link_btn:hover::after{
	border-color:#ffffff;
}

.menu_title {
    width: 91%;
    max-width: 460px;
    margin: 0 auto 40px;
    color: #6e3f00;
    padding: 17px 0;
    border-top: 1px solid #826428;
    border-bottom: 1px solid #826428;
    font-size: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.8);
}
.menu_title .title_icon{
	width:30px;
	height:30px;
	margin-right:12px;
}

.reform_entrance{
	margin-bottom:80px;
}
.reform_flex{
	display:flex;
}
.r_e_inner{
	width:50vw;
	height:425px;
	background-position:center;
	background-size:cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.r_e_inner.flex_left{
	background-image:url(https://img21.shop-pro.jp/PA01441/558/etc/r_e_bg01.jpg);
}
.r_e_inner.flex_right{
	background-image:url(https://img21.shop-pro.jp/PA01441/558/etc/r_e_bg02.jpg);
}
.r_e_box {
    padding: 25px 50px;
    background-color: rgba(255,255,255,0.9);
	text-align:center;
}
.r_name{
	color:#826428;
    font-size: 1.2em;
    line-height: 150%;
    margin-bottom: 16px;
}

 {
    color: #6e3f00;
    font-size: 2.8em;
    letter-spacing: 3px;
    line-height: 100%;
}
.r_title span {
    display: block;
    font-size: 0.7em;
    letter-spacing: 0;
}
.r_e_box .link_btn {
    position: relative;
    display: block;
    width: 256px;
    padding: 8px 0;
    border: 2px solid #f7931e;
    text-align: center;
    color: #000000;
    margin: 15px auto 0;
    line-height: 100%;
    transition: all ease 200ms;
}
.r_e_box .link_btn::before,
.r_e_box .link_btn::after{
	position: absolute;
	top: 0;
	bottom: 0;
    left: calc(50% - 12px * 1.414 / 2);
	margin: auto 0;
	content: "";
	vertical-align: middle;
}
.r_e_box .link_btn::before {
    right: 0;
    width: 12px;
    height: 12px;
    border-top: 5px solid #f7931e;
    border-right: 5px solid #f7931e;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.r_e_box .link_btn:hover{
	background-color:#f7931e;
	color:#ffffff;
}
.r_e_box .link_btn:hover::before{
	border-color:#ffffff;
}

.c_e_head{
	background-image:url(https://img21.shop-pro.jp/PA01441/558/etc/c_e_head_bg.jpg);
	background-position:center;
	background-size:cover;
	height:320px;
}
.c_e_head .white_bg{
	background-color:rgba(255,255,255,0.8);
	width:100%;
	height:100%;
	display:flex;
    justify-content: center;
    align-items: center;
}
.c_e_head_inner{
    width: 100%;
    text-align: center;
}
.c_e_headtitle{
    color: #6e3f00;
	font-size:1.5em;
    line-height: 160%;
}
.c_e_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	flex-wrap:wrap;
    width: 91%;
    max-width: 970px;
	margin:30px auto 0;
}
.c_e_list li {
    width: 47.63%;
	margin-bottom:70px;
}
.c_e_listtitle {
    color: #6e3f00;
    text-align: center;
    font-size: 1.3em;
    line-height: 130%;
    background-color: #f2efe9;
    padding: 1em 5px;
    margin-bottom: 20px;
    min-height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c_e_list li .text_wrap {
	font-size: 0.875em;
    letter-spacing: -0.5px;
    line-height: 140%;
    color: #323232;
    margin-bottom: 30px;
    min-height: 124px;
}
.c_e_list li .text_spl {
    margin-top: 10px;
    font-size: 1.2em;
    line-height: 140%;
    color: #6e3f00;
}
.c_e_list li .image{
	text-align:center;
}
.c_e_list li .image img[src*=".jpg"]{
	max-width:292px;
	text-align:center;
}
.m_e_title {
    font-size: 1.6em;
    line-height: 140%;
    text-align: center;
    margin: 10px 0 20px;
    color: #6e3f00;
}
.youtube{
	width:86vw;
	height:48.375vw;
	max-width:560px;
	max-height:315px;
	margin:0 auto;
    display: block;
}
@media screen and (max-width:768px) {
.reform_flex{
	display:block;
}
.r_e_inner{
	width:100%;
	height:250px;
}
.r_e_box {
    font-size: 0.7em;
    padding: 15px 30px;
}
.r_name{
	margin-bottom:12px;
}
.r_e_box .link_btn{
	margin-top:10px;
}
.r_e_box .link_btn::before {
    width: 6px;
    height: 6px;
    border-top: 3px solid #f7931e;
    border-right: 3px solid #f7931e;
    border-radius: 2px;
}
.r_e_box .link_btn{
	width:150px;
	padding:5px;
}
}
@media screen and (min-width:501px) {
}
@media screen and (max-width:500px) {
.first_view {
    height: 66vw;
}
.b_e_name {
    font-size: 0.9em;
    margin-bottom: 10px;
}
.b_e_title {
    font-size: 1.2em;
    margin-bottom: 22px;
}
.b_e_flex{
    margin-bottom: 25px;
}
.b_e_icon img{
	width:78px;
	height:92px;
}
.beginner_entrance {
    padding-top: 20px;
    padding-bottom: 47px;
    background-size: contain;
    background-position: top;
}
.b_e_btn .link_btn {
    width: 220px;
    font-size: 0.8em;
	border-width:1px;
}
.b_e_btn .link_btn::before{
	width:8px;
	height:8px;
	border-width:3px;
	border-radius:2px;
}
.menu_title {
    font-size: 1.4em;
    padding: 10px 0;
    margin-bottom: 20px;
}
.menu_title .title_icon{
	width:22px;
	height:22px;
}
.reform_entrance{
	margin-bottom:40px;
}
.c_e_head{
	height:188px;
}
.c_e_headtitle {
    font-size: 0.9em;
}
.c_e_list li{
	width:100%;
    margin-bottom: 25px;
}
.c_e_listtitle {
    font-size: 1em;
    height: auto;
    padding: 0.8em;
}
.c_e_list li .text_wrap{
    min-height: auto;
    margin-bottom: 20px;
}
.c_e_list li .image img[src*=".jpg"]{
	width:215px;
}
.m_e_title {
    font-size: 1.2em;
}
}