@charset "utf-8";
.option_main{
    width: 90%;
    background-color: rgba(255,255,255,1.0);
    border-radius: 15px;
    padding: 20px 0 0;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    border:solid 1px rgba(249,239,230,1.00);
    margin: 0 auto;
}

.page_ttl{
    width: 94%;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    color: #826026;
    margin: 0 auto 20px;
    padding: 10px 0 30px 80px;
    background-image: url("../images/page_title/ttl_bottom_line_02.png"),url("../images/page_title/page_ttl_icon_02.png");
    background-repeat: repeat-x,no-repeat;
    background-position: bottom,left top;
    background-size: 100%,65px;
    letter-spacing: 0.2rem;
}
.option_top{
    width: 100%;
    margin: 0 ;
}
.top_cp{
        width: 80%;
        margin: 40px auto;
        text-align: center;
        color: #744327;
        font-size: 1.2rem;
 }
.option_btn_area{
    width: 80%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    
}
.option_btn{
    width: 24%;
}
.option_btn img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
.option_area{
    width: 80%;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.option_class_1{
    width: 100%;
    border:2px solid #FFA14F;
    border-radius: 10px;
    position: relative;
    margin: 40px auto 20px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
}
.option_class_2{
    width: 100%;
    border:2px solid #9CE156;
    border-radius: 10px;
    position: relative;
    margin: 40px auto 20px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
}
.option_class_3{
    width: 100%;
    border:2px solid #F5648A;
    border-radius: 10px;
    position: relative;
    margin: 40px auto 20px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
}
.option_class_4{
    width: 100%;
    border:2px solid #76DFDC;
    border-radius: 10px;
    position: relative;
    margin: 40px auto 20px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
}
.class_pin{
    position: absolute;
    width: 50px;
    top:-35px;
    left:48%;
}
.class_ttl_1{
    width: 100%;
    font-size: 2.5rem;
    font-weight: 400;
    color: #F09232;
    text-align: center;
    letter-spacing: 0.5rem;
}
.class_ttl_2{
    width: 100%;
    font-size: 2.5rem;
    font-weight: 400;
    color: #6AC124;
    text-align: center;
    letter-spacing: 0.5rem;
}
.class_ttl_3{
    width: 100%;
    font-size: 2.5rem;
    font-weight: 400;
    color: #FC65A2;
    text-align: center;
    letter-spacing: 0.1rem;
}
.class_ttl_4{
    width: 100%;
    font-size: 2.5rem;
    font-weight: 400;
    color: #39D1EE;
    text-align: center;
    letter-spacing: 0.1rem;
}
.class_area{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
}
.class_area_item{
    width: 48%;
    color: #673920;
    font-size: 1.1rem;
}
.motion_area{
    width: 85%;
    margin: 50px auto 30px;
    padding: 15px;
    border:1px solid #ccc;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}
.motion_icon{
    width: 80px;
    position: absolute;
    left:-40px;
    top:40%;
}
@media screen and (max-width:900px){
.option_main{
    width: 100%;
    background-color: rgba(255,255,255,1.0);
    border-radius: 12px;
    padding: 20px 0 0;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    border:solid 1px rgba(249,239,230,1.00);
    margin: 0 auto;
}
.page_ttl{
    width: 94%;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3rem;
    color: #826026;
    margin: 0 auto 20px;
    padding: 7px 0 20px 65px;
    background-image: url("../images/page_title/ttl_bottom_line_02.png"),url("../images/page_title/page_ttl_icon_02.png");
    background-repeat: repeat-x,no-repeat;
    background-position: bottom,left top;
    background-size: 100%,55px;
    letter-spacing: 0.2rem;
}

.top_cp{
        width: 90%;
        margin: 40px auto;
        text-align: center;
        color: #744327;
        font-size: 1.0rem;
 }
.option_btn_area{
    width: 90%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    
}
.option_btn{
    width: 24%;
}

.option_area{
    width: 80%;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.option_class_1{
    width: 100%;
    border:2px solid #FFA14F;
    border-radius: 10px;
    position: relative;
    margin: 40px auto 20px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
}
.option_class_2{
    width: 100%;
    border:2px solid #9CE156;
    border-radius: 10px;
    position: relative;
    margin: 40px auto 20px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
}
.option_class_3{
    width: 100%;
    border:2px solid #F5648A;
    border-radius: 10px;
    position: relative;
    margin: 40px auto 20px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
}
.option_class_4{
    width: 100%;
    border:2px solid #76DFDC;
    border-radius: 10px;
    position: relative;
    margin: 40px auto 20px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
}
.class_pin{
    position: absolute;
    width: 50px;
    top:-35px;
    left:48%;
}
.class_ttl_1{
    width: 100%;
    font-size: 2.2rem;
    font-weight: 400;
    color: #F09232;
    text-align: center;
    letter-spacing: 0.5rem;
}
.class_ttl_2{
    width: 100%;
    font-size: 2.2rem;
    font-weight: 400;
    color: #6AC124;
    text-align: center;
    letter-spacing: 0.5rem;
}
.class_ttl_3{
    width: 100%;
    font-size: 2.2rem;
    font-weight: 400;
    color: #FC65A2;
    text-align: center;
    letter-spacing: 0.1rem;
}
.class_ttl_4{
    width: 100%;
    font-size: 2.2rem;
    font-weight: 400;
    color: #39D1EE;
    text-align: center;
    letter-spacing: 0.1rem;
}
.class_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px auto;
}
.class_area_item{
    width: 100%;
    color: #673920;
    font-size: 1.1rem;
}
.motion_area{
    width: 95%;
    margin: 50px auto 30px;
    padding: 15px;
    border:1px solid #ccc;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}
.motion_icon{
    width: 80px;
    position: absolute;
    left:-40px;
    top:40%;
}
}

@media screen and (max-width:480px){
.option_main{
    width: 100%;
    background-color: rgba(255,255,255,1.0);
    border-radius: 10px;
    padding: 10px 0 0;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    border:solid 1px rgba(249,239,230,1.00);
    margin: 0 auto;
}

.page_ttl{
    width: 94%;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: #826026;
    margin: 0 auto 10px;
    padding: 5px 0 20px 60px;
    background-image: url("../images/page_title/ttl_bottom_line_02.png"),url("../images/page_title/page_ttl_icon_02.png");
    background-repeat: repeat-x,no-repeat;
    background-position: bottom,left top;
    background-size: 200%,40px;
    letter-spacing: 0.2rem;
}
.top_cp{
        width: 90%;
        margin: 30px auto 20px;
        text-align: left;
        color: #744327;
        font-size: 1.0rem;
 }
.option_btn_area{
    width: 90%;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.option_btn{
    width: 48%;
    margin: 5px 0;
}

.option_area{
    width: 90%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.option_class_1{
    width: 100%;
    border:2px solid #FFA14F;
    border-radius: 10px;
    position: relative;
    margin: 30px auto 20px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.option_class_2{
    width: 100%;
    border:2px solid #9CE156;
    border-radius: 10px;
    position: relative;
    margin: 30px auto 20px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.option_class_3{
    width: 100%;
    border:2px solid #F5648A;
    border-radius: 10px;
    position: relative;
    margin: 30px auto 20px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.option_class_4{
    width: 100%;
    border:2px solid #76DFDC;
    border-radius: 10px;
    position: relative;
    margin: 30px auto 20px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.class_pin{
    position: absolute;
    width: 50px;
    top:-35px;
    left:48%;
}
.class_ttl_1{
    width: 100%;
    font-size: 2.0rem;
    font-weight: 400;
    color: #F09232;
    text-align: center;
    letter-spacing: 0.5rem;
}
.class_ttl_2{
    width: 100%;
    font-size: 2.0rem;
    font-weight: 400;
    color: #6AC124;
    text-align: center;
    letter-spacing: 0.5rem;
}
.class_ttl_3{
    width: 100%;
    font-size: 2.0rem;
    font-weight: 400;
    color: #FC65A2;
    text-align: center;
    letter-spacing: 0.1rem;
}
.class_ttl_4{
    width: 100%;
    font-size: 2.0rem;
    font-weight: 400;
    color: #39D1EE;
    text-align: center;
    letter-spacing: 0.1rem;
}
.class_area{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px auto;
}
.class_area_item{
    width: 100%;
    color: #673920;
    font-size: 1.0rem;
}
.motion_area{
    width: 100%;
    margin: 50px auto 30px;
    padding: 15px;
    border:1px solid #ccc;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}
.motion_icon{
    width: 80px;
    position: absolute;
    left:35%;
    top:-40px;
} 

    }