@charset "UTF-8";

.hide-text {
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.pcNone{
	display:none;
}

.center{
    text-align: center;
    margin: 0 auto;
}

/* font-family */
.ffns{
    font-family: 'Noto Serif JP', serif;
}

.ffsm{
    font-family: 'Shippori Mincho', serif;
}

/* font-size */

.fs10{
    font-size: 1.0rem;
}

.fs12{
    font-size: 1.2rem;
}

.fs13{
    font-size: 1.3rem;
}

.fs13{
    font-size: 1.3rem;
}

.fs14{
    font-size: 1.4rem;
}

.fs15{
    font-size: 1.5rem;
}

.fs16{
    font-size: 1.6rem;
}

.fs18{
    font-size: 1.8rem;
}

.fs20{
    font-size: 2.0rem;
}

.fs21{
    font-size: 2.1rem;
}

.fs24{
    font-size: 2.4rem;
}

.fs28{
    font-size: 2.8rem;
    line-height: 1;
}

.fs30{
    font-size: 3.0rem;
    line-height: 1;
}

.fs32{
    font-size: 3.2rem;
    line-height: 1;
}

.fs36{
    font-size: 3.6rem;
    line-height: 1;
}

.fs48{
    font-size: 4.8rem;
    line-height: 1;
}

/* font-weight */

.fwl{
    font-weight: 300;
}

.fwm{
    font-weight: 500;
}

.fwsb{
    font-weight: 600;
}

.fwb{
    font-weight: 700;
}

/* maxbox */

.cmn_maxbox_650 {
	width:100%; max-width: 650px; margin: 0 auto;
}

.cmn_maxbox_700 {
	width:100%; max-width: 700px; margin: 0 auto;
}

.cmn_maxbox_800 {
	width:100%; max-width: 800px; margin: 0 auto;
}

.cmn_maxbox {
	width:100%; max-width: 1000px; margin: 0 auto;
}

.cmn_maxbox_1200 {
	width:100%; max-width: 1200px; margin: 0 auto;
}

.cmn_maxbox_1400 {
	width:100%; max-width: 1400px; margin: 0 auto;
}

/* box_inner */

.cmn_boxinner_50{
    padding-top: 50px;
    padding-bottom: 50px;
}

.cmn_boxinner_80{
    padding-top: 80px;
    padding-bottom: 80px;
}

.cmn_boxinner_100{
    padding-top: 100px;
    padding-bottom: 100px;
}

/* box_outer */

.cmn_boxouter_50{
    margin-top: 50px;
    margin-bottom: 50px;
}


.cmn_boxouter_80{
    margin-top: 80px;
    margin-bottom: 80px;
}


.cmn_boxouter_100{
    margin-top: 100px;
    margin-bottom: 100px;
}

/* padding */

.pt50{
    padding-top: 50px;
}

.pt80{
    padding-top: 80px;
}

.pt100{
    padding-top: 100px;
}

.pb50{
    padding-bottom: 50px;
}

.pb80{
    padding-bottom: 80px;
}

.pb100{
    padding-bottom: 100px;
}

/* margin */
.mt50{
    margin-top: 50px;
}

.mt80{
    margin-top: 80px;
}

.mt100{
    margin-top: 100px;
}

.mb10{
    margin-bottom: 10px;
}

.mb20{
    margin-bottom: 20px;
}

.mb30{
    margin-bottom: 30px;
}

.mb50{
    margin-bottom: 50px;
}

.mb60{
    margin-bottom: 60px;
}

.mb80{
    margin-bottom: 80px;
}

.mb100{
    margin-bottom: 100px;
}

.mr30{
    margin-right: 30px;;
}

/* common /////////////////////////////////////////////////////////////////////////////////////////// */


#wrapper {
	overflow: hidden;
}


header {
	width:100%;
}

main {
    width:100%;
}

footer {
	width:100%;
}


/* modalmenu */
#header_modalmenu_check:checked ~ .header_infobar {
    /* box-shadow: 0 8px 20px 0 #e5e5e5; */
}

#header_modalmenu_check {
    /* position: absolute;
    right: 5%;
    top: 50px;
    transform: translate(50%, -50%);
    z-index: -99;
    display: inline-block;
    opacity: 0; */
    display: none;
}

.header_modalmenu_btn {
    flex-shrink: 0;
	display: none;
    /* display: inline-flex; */
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 60px;
    cursor: pointer;
	z-index: 50;
    position: absolute;
    top: 0;
    right: 120px;
}

.header_modalmenu_btn .box {
    display: inline-block;
    width: 60px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 15px;
}

.header_modalmenu_btn .box span {
    position: absolute;
    left: 0;
    top: calc((100% - 1px)/2);
    display: block;
    height: 1px;
    transition: transform .15s,
                opacity .15s;
    background-color: #000000;
}

.header_modalmenu_btn .top {
    transform: translateY(-5px);
    width: 60px;
}

.header_modalmenu_btn .bottom {
    transform: translateY(5px) translateX(20px);
    width: 40px;
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .top {
    transform: rotate(45deg) translateX(10px) translateY(-10px);
    width: 30px;
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .center {
    opacity: 0;
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .bottom {
    transform: rotate(-45deg) translateX(10px) translateY(10px);
    width: 30px;
}

#header_modalmenu_close_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
	z-index: 30;
}

#header_modalmenu_check:checked ~ #header_modalmenu_close_bg {
    display: block;
}

#header_modalmenu_area {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 60px 0 30px;
    opacity: 0;
    transition: opacity .15s;
    overflow: auto;
    pointer-events: none;
	z-index: 40;
}

#header_modalmenu_check:checked ~ #header_modalmenu_area {
    opacity: 1;
    pointer-events: all;
}

.header_modalmenu_areainner {
    overflow-y: auto;
}

.header_modalmenu_nav form input{
    width: calc(100% - 40px);
    margin: 0;
    padding: 0 0 0 10px;
    border: none;
    height: 40px;
    border-radius: 0;
}

.header_modalmenu_nav .subtmit_gsrh{
    width: 40px;
    height: 40px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #00a0dc;
    position: absolute;
}

.header_modalmenu_nav ul {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    background-image: url(../img/cmn_pattern_purple.svg);
}

.header_modalmenu_nav ul li{
    position: relative;
}

.header_modalmenu_nav a {
    display: block;
    padding: 14px;
    text-align: center;
    color: #ffffff;
}

.header_modalmenu_nav a span{
	display: block;
	font-size: 1.2rem;
	line-height: 1;
}

/* スライドアニメーション */

.scrollanime {
    opacity: 0;
} 

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}

.updown {transform: translateY(-50px);}
.downup {transform: translateY(50px);}
.slide-right {transform: translateX(100px);}
.slide-left {transform: translateX(-100px);}

.delay2{animation-delay: .2s;}
.delay4{animation-delay: .4s;}
.delay5{animation-delay: .5s;}
.delay6{animation-delay: .6s;}
.delay8{animation-delay: .8s;}

/* cmn ///////////////////////////////////// */

/* header */

.header_infobar{
    height: 120px;
    padding-left: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    background-color: #ffffff;
}

.header_nav{
    margin-right: 25px;
}

.header_nav ul{
    display: flex;
}

.header_nav ul li a{
    display: block;
    height: 120px;
    display: flex;
    align-items: center;
    padding: 0 25px;
}

.header_nav ul li a:hover{
    opacity: 1;
    background-color: #e2e2e0;
}

.header_right{
    display: flex;
}

.header_btn{
    width: 120px;
    height: 120px;
    line-height: 1.2;
    color: #ffffff;
    background-repeat: no-repeat;
}

.header_btn.shop{
    padding-top: 70px;
    background-color: #9580a1;
    background-image: url(../img/cmn_icon_shop.svg);
    background-position: center 27px;
}

.header_btn.contact{
    padding-top: 78px;
    background-color: #a48c65;
    background-image: url(../img/cmn_icon_contact.svg);
    background-position: center 31px;
}

/* cmn_mainimg */

.cmn_mainimg{
    width: 100%;
    height: 500px;
    background-image: url(../img/iserozashi_mainimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* cmn_subimg */

.cmn_subimg{
    width: 100%;
    height: 210px;
    background-image: url(../img/iserozashi_subimg_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* cmn_maintitle */
.cmn_maintitle{
    width: 233px;
    height: 303px;
    padding: 40px 93px 40px 40px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/cmn_maintitle_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(26.5px);
    position: relative;
}

.cmn_maintitle h1{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    font-size: 2.5rem;
    font-weight: 500;
}

.needle{
    position: absolute;
    bottom: 4%;
    right: 4%;
}

/* cmn_bg */

.cmn_bg{
    background-image: url(../img/cmn_bg.png);
}

.cmn_bg_gray{
    background-image: url(../img/cmn_bg_gray.png);
}

.cmn_bg_purple{
    background-image: url(../img/cmn_bg_purple.png);
}


/* cmn_tit */


/* footer */

.footer_top{
    padding-left: 50px;
    padding-right: 50px;
}

.footer_top > div{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.footer_sns{
    width: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.footer_sns_facebook{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../img/cmn_icon_facebook.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.footer_sns_instagram{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/cmn_icon_instagram.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.footer_nav{
    display: flex;
    flex-wrap: wrap;
}

.footer_nav li::after{
    content: '|';
    display: inline-block;
    width: 50px;
    text-align: center;
}

.footer_nav li:last-of-type:after{
    content: none;
}

.footer_nav li a{
    letter-spacing: 0;
}

.footer_top_left > a{
    display: block;
    margin-top: 10px;
}

.footer_top_right{
    text-align: right;
    width: 355px;
    flex-shrink: 0;
}

.footer_top_right .fs28{
    margin-bottom: 10px;
}

.footer_top_right .fs16{
    margin-bottom: 25px;
}

.footer_bottom{
    height: 20px;
    background-image: url(../img/cmn_pattern_purple.svg);
    background-position: left top 25px;
}

.footer_gotop {
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: none;
}

.footer_gotop a{
    display: block;
    width: 60px;
    height: 60px;
    background-color: #a48c65;
    background-image: url(../img/footer_gotop_icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.footer_gotop a:hover{
    opacity: 1;
    transform: translateY(-10px);
}

/* cmn_btn */

.cmn_btn a{
    display: block;
    width: 250px;
    height: 40px;
    border: solid 1px #a29d99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmn_btn a:hover{
    opacity: 1;
    background-color: #a29d99;
    color: #ffffff;
}

.cmn_btn2 a{
    display: block;
    width: 250px;
    height: 40px;
    border: solid 1px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
}

.cmn_btn2 a:hover{
    opacity: 1;
    background-color: #ffffff;
    color: #463c33;
}

/* cmn_dl */

.cmn_dl > div {
    display: flex;
    border-bottom: solid 1px #aa99b4;
    line-height: 20px;
}
.cmn_dl > div:first-of-type {
    border-top: solid 1px #aa99b4;
}

.cmn_dl > div dt{
    width: 25%;
    display: flex;
    align-items: center;
    padding: 20px 30px;
}

.cmn_dl > div dd{
    width: 75%;
    display: flex;
    align-items: center;
    padding: 20px 30px;
}

/* home ///////////////////////////////////// */

/* home_mainimg */
.home_mainimg{
    position: relative;
    height: 580px;
}

.home_maintitle{
    width: 200px;
    height: 500px;
    pointer-events: none;
    background-image: url(../img/cmn_pattern_purple.svg);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.home_maintitle > figure{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%,-50%);
}

.home_body .swiper-container{
    overflow: visible;
    height: 100%;
}

.home_body .swiper-container-fade .swiper-slide > img:first-of-type{
        width: calc(50% - 100px);
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
}

.home_body .swiper-container-fade .swiper-slide > img:nth-of-type(2){
        width: calc(50% - 100px);
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        right: 0;
}

.home_body .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -30px;
}

.home_body .swiper-pagination-bullet-active{
    background: #9580a1;
}

/* home_about */

.home_about{
    position: relative;
    padding-bottom: 175px;
}

.home_about .cmn_tit_1st{
    color: #9580a1;
}

.home_about > .cmn_maxbox_1200{
    position: relative;
    padding-top: 65px;
    padding-bottom: 245px;
}

.home_about > .cmn_maxbox_1200::before{
    content: "";
    display: block;
    width: 275px;
    height: 626px;
    background-image: url(../img/home_about_deco_1.png);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: -40px;
    left: -80px;
}

.home_about > .cmn_maxbox_1200::after{
    content: "";
    display: block;
    width: 220px;
    height: 525px;
    background-image: url(../img/home_about_deco_2.png);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: -30px;
    right: -70px;
}

.home_about > .cmn_maxbox_1200 > .cmn_maxbox{
    position: relative;
    z-index: 5;
}

/* home_sub_link */

.home_sub_link{
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.home_sub_link > div{
    width: 50%;
    height: 350px;
    padding: 100px 50px 40px;
    background-image: url(../img/home_shop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    position: relative;
    pointer-events: none;
}

.home_sub_link > div:nth-of-type(2){
    background-image: url(../img/home_lesson.jpg);
}

.home_sub_link > div::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s;
}

.home_sub_link > div:hover::after{
    background-color:rgba(0,0,0,0);
}

.home_sub_link > div:hover h2,
.home_sub_link > div:hover p{
    text-shadow: 0 0 3px #000000;
}

.home_sub_link > div > div{
    position: relative;
    z-index: 5;
    height: 100%;
}

.home_sub_link .cmn_btn2{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.home_sub_link .cmn_btn2 a{
    pointer-events: auto;
}

/* home_copyright */

.home_copyright{
    padding-top: 70px;
    padding-bottom: 90px;
}

.home_copyright > div > div{
    background-image: url(../img/home_copyright_deco_1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 50px;
    position: relative;
}

.home_copyright > div > div::after{
    content: "";
    width: 53px;
    height: 51px;
    background-image: url(../img/cmn_needle.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 5%;
    right: -52px;
}

.home_copyright > div > div h2{
    color: #9580a1;
    line-height: 1;
    margin-bottom: 25px;
}

/* home_news */

.home_news{
    position: relative;
}

.home_news h2{
    color: #9580a1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.home_news > div {
    display: flex;
    justify-content: space-between;
}

.home_news_list{
    width: 450px;
    height: 450px;
    padding: 10px 0;
    background-color: #f2f2f2;
    margin-right: 20px;
}

.home_news_list > dl{
    height: 100%;
    overflow-y: scroll;
}

.home_news_list > dl > div{
    padding: 20px 15px;
    border-bottom: solid 1px #cccccc;
    display: flex;
}

.home_news_list > dl > div dt{
    margin-right: 15px;
}

.home_news_list > dl > div dd{
    letter-spacing: 0;
}

.home_news_list > dl > div dd .fs16{
    margin-bottom: 10px;
}

.home_facebook{
    width: 450px;
    height: 450px;
}

.home_instagram{
    width: 100%;
    /* height: 400px; */
    background-color: #ccc;
}

.home_instagram_sp {
    display: none;
}

/* iserozashi ///////////////////////////////////// */

.iserozashi_body .cmn_maintitle h1{
    height: 100%;
    text-align: center;
}


.iserozashi_body .cmn_maintitle p{
    writing-mode: vertical-rl;
    position: absolute;
    top: 30px;
    right: 80px;
}

.iserozashi_about{
    display: flex;
}

.iserozashi_about > figure{
    width: 500px;
    height: 500px;
}

.iserozashi_about > figure > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iserozashi_about > div{
    width: 500px;
    height: 500px;
    background-color: #dfd9e3;
    margin-top: 80px;
    padding: 30px 40px;
}

.iserozashi_about > div > h3{
    margin-bottom: 30px;
}

.iserozashi_about_2 .cmn_subimg{
    background-image: url(../img/iserozashi_subimg_2.jpg);
}

.iserozashi_about_2 .cmn_maxbox ul li{
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 150px;
}

.iserozashi_about_2 .cmn_maxbox ul li:last-of-type{
    margin-bottom: 50px;
}

.iserozashi_about_2 .cmn_maxbox ul li:nth-of-type(2n){
    flex-direction: row;
}

.iserozashi_about_2 .cmn_maxbox ul li figure{
    width: 500px;
    height: 340px;
    flex-shrink: 2;
}

.iserozashi_about_2 .cmn_maxbox ul li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iserozashi_about_2 .cmn_maxbox ul li > div{
    width: 500px;
    flex-shrink: 1;
}

.iserozashi_about_2 .cmn_maxbox ul li > div h3{
    border-bottom: solid 2px #cabfd0;
    padding: 10px 40px 20px;
}

.iserozashi_about_2 .cmn_maxbox ul li > div p{
    padding: 30px 40px 0;
}

.iserozashi_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.iserozashi_list ul::after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
}

.iserozashi_list ul li{
    width: 30%;
    margin-bottom: 80px;
}

.iserozashi_list ul li:nth-last-of-type(1),
.iserozashi_list ul li:nth-last-of-type(2),
.iserozashi_list ul li:nth-last-of-type(3){
    margin-bottom: 0px;
}

.iserozashi_list ul li figure{
    margin-bottom: 20px;
}

/* lesson ///////////////////////////////////// */

.lesson_body .cmn_mainimg{
    background-image: url(../img/lesson_mainimg.jpg);
}

.lesson_profile .cmn_subimg{
    background-image: url(../img/lesson_subimg_1.jpg);
}

.lesson_profile_contents > div{
    display: flex;
}

.lesson_profile_contents > div > figure{
    width: 340px;
    min-width: 150px;
}

.lesson_profile_contents > div > div{
    width: 660px;
}

.lesson_profile_contents > div > div > h3{
    padding: 20px 40px;
    border-bottom: solid 2px #cabfd0;
}

.lesson_profile_contents > div > div > p{
    padding: 20px 40px 50px;
    letter-spacing: 0;
    line-height: 1.8;
}

.lesson_profile_contents > div > div > div{
    padding: 0 92px 0 40px;
    position: relative;
}

.lesson_profile_contents > div > div > div > span{
    display: block;
    padding: 0 5px;
    position: absolute;
    top: -17px;
    left: 70px;
    z-index: 5;
}

.lesson_profile_contents > div > div > div p{
    background-image: url(../img/lesson_greeting_deco.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    position: relative;
    letter-spacing: 0;
    line-height: 1.8;
}

.lesson_profile_contents > div > div > div p::after{
    content: "";
    display: block;
    width: 53px;
    height: 51px;
    background-image: url(../img/cmn_needle.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -5%;
    right: -52px;
}

.lesson_story dl{
    position: relative;
    padding: 40px 0;
}

.lesson_story dl::before{
    content: '';
    display: block;
    width: 8px;
    height: 100%;
    border-radius: 4px;
    background-color: #dfd9e3;
    position: absolute;
    top: 0;
    left: 0;
}

.lesson_story dl >div{
    display: flex;
    align-items: flex-start;
    padding-left: 75px;
    position: relative;
}

.lesson_story dl >div::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #9580a1;
    position: absolute;
    top: 9px;
    left: 0;
}

.lesson_story dl >div::after{
    content: '';
    display: block;
    width: 47px;
    height: 1px;
    background-color: #9580a1;
    position: absolute;
    top: 13px;
    left: 8px;
}

.lesson_story dl > div > dt{
    padding-top: 3px;
}

.lesson_story dl > div > dd{
    letter-spacing: 0;
}

.lesson_exhibition > div > ul > li{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #aa99b4;
    line-height: 25px;
    padding: 12px 30px 12px 50px;
    position: relative;
}

.lesson_exhibition > div > ul > li > div{
    display: flex;
    width: 85%;
}

.lesson_exhibition > div > ul > li::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #9580a1;
    position: absolute;
    top: 21px;
    left: 25px;
}

.lesson_exhibition > div > ul > li:first-of-type{
    border-top: solid 1px #aa99b4;
}

.lesson_exhibition > div > ul > li .fs13{
    width: 15%;
    padding-right: 20px;
}

.lesson_exhibition > div > ul > li .fs18{
    width: 60%;
    padding-right: 20px;
    min-width: 360px;
}


.lesson_exhibition > div > ul > li ul{
    width: 100%;
}

.lesson_exhibition > div > ul > li ul li{
    width: 100%;
    display: flex;
}

.lesson_classroom > div > ul > li{
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 70px;
}

.lesson_classroom > div > ul > li:last-of-type{
    margin-bottom: 0;
}

.lesson_classroom > div > ul > li > figure{
    width: 34%;
}

.lesson_classroom > div > ul > li > div{
    width: 64%;
}

.lesson_classroom > div > ul > li > div > h3{
    padding: 15px 40px;
    border-bottom: solid 2px #cabfd0;
}

.lesson_classroom > div > ul > li > div > dl > div{
    padding: 0 40px;
    display: flex;
}

.lesson_classroom > div > ul > li > div > dl > div > dt{
    width: 100px;
}


/* contact ///////////////////////////////////// */

.contact_body .cmn_mainimg{
    background-image: url(../img/contact_mainimg.jpg);
}

.contact_body .cmn_maintitle h1{
    letter-spacing: 0;
}

.contact_body .cmn_maintitle{
    padding-top: 28px;
    padding-bottom: 25px;
}

.contact_adress{
    max-width: 520px;
    padding: 30px 0 35px;
    border-top: solid 1px #aa99b4;
    border-bottom: solid 1px #aa99b4;
}

.contact_adress .fs24{
    color: #9580a1;
    margin-bottom: 20px;
}

.contact_adress .fs16{
    margin-bottom: 5px;
}

.contact_works .fs18{
    margin-bottom: 20px;
}

.contact_works ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_works ul li{
    width: 24%;
}

/* contact_form */

.contact_body .cmn_dl > div dt{
    width: 200px;
    flex-shrink: 0;
    position: relative;
    align-items: flex-start;
    padding-top: 30px;
}

.attention{
    color: #c1272d;
}

.required{
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #c1272d;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 0;
    transform: translateY(-50%);
}

.reenter{
    display: inline-block;
    color: #c1272d;
    padding-left: 10px;
}

.contact_form .cmn_dl > div{
    border-bottom: dashed 1px #808080;
}

.contact_form .cmn_dl > div:first-of-type{
    border-top: dashed 1px #808080;
}

.contact_body .cmn_dl > div dd{
    display: block;
    width: 800px;
    position: relative;
}

.contact_form select{
    width: 300px;
    height: 40px;
    padding: 0 20px;
    border: none;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    box-shadow:0px 0px 3px rgba(0, 0, 0, 0.2) inset;
    background-color: #fff;
}

.contact_select > dd::after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.0px 7.5px 0 7.5px;
    border-color: #808080 transparent transparent transparent;
    content: "";
    display: inline-block;
    pointer-events: none;
    position: absolute;
    top: 34px;
    left: 305px;
}

.contact_form .cmn_dl input{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: none;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    box-shadow:0px 0px 3px rgba(0, 0, 0, 0.2) inset;
}

.contact_form .cmn_dl .input01{
    width: 300px
}

.contact_form .cmn_dl .input02{
    width: calc(100% - 70px);
    margin-bottom: 10px;
}

.contact_form .cmn_dl .input03{
    width: calc(100% - 70px);
}

.contact_form .cmn_dl .input04{
    width: 200px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.contact_form textarea{
    width: 100% !important;
    height: 210px !important;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    box-shadow:0px 0px 3px rgba(0, 0, 0, 0.2) inset;
}

.contact_form .contact_btn_area{
    display: flex;
    justify-content: center;
}

.contact_form .contact_btn_area button{
    display: block;
    width: 250px;
    height: 40px;
    border: solid 1px #a29d99;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.contact_form .contact_btn_area button:hover{
    opacity: 1;
    background-color: #a29d99;
    color: #ffffff;
}

.contact_privacy ul li{
    padding-left: 20px;
    position: relative;
}

.contact_privacy ul li:before{
    content: '●';
    font-size: 8px;
    position: absolute;
    top: 4px;
    left: 7px;   
}

.contact_privacy_content{
    height: 200px;
    background-color: #ffffff;
    border-top: solid 10px #ffffff;
    border-bottom: solid 10px #ffffff;
    overflow-y: scroll;
}

.contact_privacy_content > div{
    padding: 20px 30px;
}

.privacy_check{
    position: relative;
    max-width: 540px;
    margin: 0 auto;
}

.contact_form .input05{
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    top: 30px;
    left: 85px;
    z-index: 5;
}

.privacy_check label{
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #a48c65;
    color: #ffffff;
    transition: all .2s;
}

.privacy_check:hover{
    opacity: .8;
}

.mfp_ok{
    width: 30px;
}