@charset "utf-8";

/*タイトル*/
.title1,
.title2,
.title3{
    font-family: 'Noto Serif JP', serif;
    font-size: 50px;
    font-weight: bold;
    margin: 0 0 60px 0;
    text-align: center;
}
.title1{color: #000000;}
.title2{color: #ffffff;}
.title3{color: #af8d00;}

@media only screen and (max-width: 1000px) {
    .title1,
    .title2,
    .title3{
        font-size: 5vw;
        margin: 0 0 6vw 0;
    }
}
@media only screen and (max-width: 750px) {

}

/*------------------------------------------------------------------------------------------------------------------------*/
/* (01)MV */
/*------------------------------------------------------------------------------------------------------------------------*/
#mv{
	background: url("../images/bg_mv.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
    padding: 50px 0;
}
#mv img{
	vertical-align: top;
}
@media only screen and (max-width: 1200px) {
    #mv{
        padding:4vw 0;
    }
    #mv img{
        width:50vw;
    }
}
@media only screen and (max-width: 750px) {
	#mv{
        background: url("../images/bg_mv_sp.jpg") center center no-repeat;
        background-size: cover;
        text-align: left;
        padding: 6vw 0;
    }
    #mv img{
        width:80vw;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* (02)ボタン、キャンペーンエリア */
/*------------------------------------------------------------------------------------------------------------------------*/
.btn_Area{
    margin: 0;
    padding: 0 0 100px 0; 
    text-align: center;
}
.btn_Area.cam{
    background: #fff8e7;
}
.btn_Area .title{
    position: relative;
    display: inline-block;
    margin: 0 0 50px 0;
    padding: 50px 0px;
    width: 100%;
    color: #000000;
    font-size: 35px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #ffffff;
    background: linear-gradient(to left ,#db9700,#e8b82e,#fff265,#e8b82e,#db9700);
    font-family: 'Noto Serif JP', serif;
}
.btn_Area .title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 40px solid #fff265;
}
.btn_Area .campaign{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background: #ffffff;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}
.btn_Area .campaign .cam_title{
    background: #bd0101;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    margin: 0;
    padding: 15px 0;
}
.btn_Area .campaign .price1{
    margin: 30px 0 20px 0;
    padding: 0 70px;
}
.btn_Area .campaign .price2{
    padding: 0 20px;
}
.btn_Area .btn_title{
    font-size: 30px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 30px 0;
}
.btn_Area .btn{
    display: flex;
    justify-content: space-between;
}
.btn_Area .btn a{
    width: calc(50% - 10px);
    display: inline-block;
}
.btn_Area .btn a img{
    width:100%;
}

@media only screen and (max-width: 1000px) {
    .btn_Area{
        padding: 0 0 10vw 0; 
    }
    .btn_Area .title{
        margin: 0 0 5vw 0;
        padding: 5vw 0px;
        font-size: 3vw;
    }
    .btn_Area .title:before {
      margin-left: -4vw;
      border: 4vw solid transparent;
      border-top: 4vw solid #fff265;
    }
    .btn_Area .campaign{
        box-shadow: 0 0 1vw rgba(0,0,0,0.3);
        margin: 0 0 3vw 0;
        padding: 0 0 3vw 0;
    }
    .btn_Area .campaign .cam_title{
        font-size: 4vw;
        padding: 1.5vw 0;
    }
    .btn_Area .campaign .price1{
        margin: 3vw 0 2vw 0;
        padding: 0 7vw;
    }
    .btn_Area .campaign .price2{
        padding: 0 2vw;
    }
    .btn_Area .btn_title{
        font-size: 3vw;
        margin: 0 0 3vw 0;
    }
    .btn_Area .btn a{
        width: calc(50% - 1vw);
    }
}
@media only screen and (max-width: 750px) {
    .btn_Area .title{
        font-size: 4vw;
    }
    .btn_Area .campaign .cam_title{
        font-size: 4.7vw;
    }
    .btn_Area .campaign .price1{
        margin: 5vw 0 4vw 0;
        padding: 0 14vw;
    }
    .btn_Area .campaign .price2{
        padding: 0 2vw;
    }
    .btn_Area .btn_title{
        font-size: 4vw;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* (03)3つのポイント */
/*------------------------------------------------------------------------------------------------------------------------*/
#point_Area{
    padding: 100px 0;
    background: url("../images/bg_point.jpg") no-repeat bottom center #e7c46a;
    background-size: cover;
    text-align: center;
}
#point_Area .inbox{
    border-radius: 5px;
    background: #ffffff;
    border:solid 5px #664912;
    margin: 0 0 40px 0;
    padding: 40px;
}
#point_Area .inbox .title{
    font-family: 'Noto Serif JP', serif;
    font-size: 60px;
    background: linear-gradient(transparent 70%, #feff81 0%);
    position: relative;
    font-weight: bold;
    display: inline-block;
    line-height: 1.1;
    margin: 0 0 30px 0;
    padding: 0;
}
#point_Area .inbox .title .small{
    font-size: 83%;
}
#point_Area .inbox .title .large{
    font-size: 150%;
}
#point_Area .inbox .title .gold{
    color: #af8d00;
}
#point_Area .inbox .row{
    display: flex;
    justify-content: space-between;
}
#point_Area .inbox .row .box{
    width:calc((100% - 40px) / 3);
}
#point_Area .inbox .row .box h3{
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #de3459;
    margin: 0 0 20px 0;
    line-height: 1.1;
    font-family: 'Noto Serif JP', serif;
}
#point_Area .inbox .row .box h3 span{
    font-size: 225%;
    margin:0 10px 0 0;
}
#point_Area .inbox .row .box p{
    text-align: left;
}
#point_Area .text1{
    font-size: 37px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    color: #000000;
    margin: 0 0 10px 0;
}
#point_Area .text2{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
@media only screen and (max-width: 1000px) {
    #point_Area{
        padding: 10vw 0;
    }
    #point_Area .inbox{
        margin: 0 0 4vw 0;
        padding: 4vw;
    }
    #point_Area .inbox .title{
        font-size: 6vw;
        margin: 0 0 3vw 0;
    }
    #point_Area .inbox .row .box{
        width:calc((100% - 4vw) / 3);
    }
    #point_Area .inbox .row .box h3{
        font-size: 1.8vw;
        margin: 0 0 2vw 0;
    }
    #point_Area .inbox .row .box h3 span{
        margin:0 1vw 0 0;
    }
    #point_Area .inbox .row .box p{
        font-size: 14px;
    }
    #point_Area .text1{
        font-size: 3.4vw;
        margin: 0 0 1vw 0;
    }
    #point_Area .text2{
        font-size: 2vw;
    }
}
@media only screen and (max-width: 750px) {
    #point_Area .inbox{
        border:solid 3px #664912;
    }
    #point_Area .inbox .title{
        font-size: 6vw;
    }
    #point_Area .inbox .row{
        display: block;
    }
    #point_Area .inbox .row .box{
        width:100%;
        margin: 0 0 4vw 0;
    }
    #point_Area .inbox .row .box h3{
        font-size: 5vw;
    }
    #point_Area .inbox .row .box p{
        text-align: center;
    }
    #point_Area .text1{
        font-size: 5.4vw;
    }
    #point_Area .text2{
        font-size: 4.5vw;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* (04)プログラム */
/*------------------------------------------------------------------------------------------------------------------------*/
#program_Area{
    padding: 100px 0;
    background: #000000;
    text-align: center;
}
#program_Area .title{
    background: url("../images/img_program01.png") no-repeat center top;
    background-size: 403px;
    margin: 0 0 50px 0;
    padding: 180px 0 0 0;
    color: #fbf2d6;
    font-size: 44px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
}
#program_Area .box1{
    background: #fcf3da;
    margin: 0 0 50px 0;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}
#program_Area .box1 .box{
    width:calc(50% - 100px);
    border:solid 1px #c69309;
    background: #ffffff;
    padding: 40px;
    text-align: left;
}
#program_Area .box1 h3{
    margin:0 0 20px 0;
    padding: 0 0 0 90px;
    color: #af8d00;
    font-size: 27px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.3;
}
#program_Area .box1 h3.program1{
    background: url("../images/icn_program01.png") no-repeat left center;
    background-size: 70px;
}
#program_Area .box1 h3.program2{
    background: url("../images/icn_program02.png") no-repeat left center;
    background-size: 70px;
}
#program_Area .box1 p{
    font-size: 16px;
    margin:0 0 10px 0;
}
#program_Area .box2{
    background: #ffffff;
    margin: 0;
    padding: 40px;
}
#program_Area .box2 .row{
    display: flex;
    justify-content: space-between;
}
#program_Area .box2 .row figure{
    width:calc(50% - 60px);
}
#program_Area .box2 .row .right{
    width:50%;
    text-align: left;
}
#program_Area .box2 .row .right h3{
    color:    #af8d00;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.3;
    margin: 20px 0 20px 0;
}
#program_Area .box2 .arrow{
    background: url("../images/img_program06.png") no-repeat bottom center;
    background-size: 157px;
    color: #af8d00;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    margin: 10px 0 20px 0;
    padding: 0 0 50px 0;
}
#program_Area .box2 dl{
    width: calc((100% - 10px) / 2);
    border:solid 1px #da9400;
    margin: 0;
}
#program_Area .box2 dt{
    background: #da9400;
    padding: 10px 0;
    color: #ffffff;
    font-weight: bold;
}
#program_Area .box2 dd{
    padding:  20px;
    margin: 0;
}
#program_Area .box2 dd ul{
    margin: 0;
    padding: 0;
}
#program_Area .box2 dd li{
    text-align: left;
    background: url("../images/icn_check01.png") no-repeat top left;
    background-size: 37px;
    padding: 0 0 0 50px;
    margin: 0 0 10px 0;
}
#program_Area .box2 .text1{
    margin:40px 0;
    color: #de3459;
    font-size: 30px;
    font-weight: bold;
}
@media only screen and (max-width: 1000px) {
    #program_Area{
        padding: 10vw 0;
    }
    #program_Area .title{
        background: url("../images/img_program01.png") no-repeat center top;
        background-size: 40.3vw;
        margin: 0 0 5vw 0;
        padding: 18vw 0 0 0;
        font-size: 4.4vw;
    }
    #program_Area .box1{
        margin: 0 0 5vw 0;
        padding: 4vw;
    }
    #program_Area .box1 .box{
        width:calc(50% - 10vw);
        padding: 4vw;
    }
    #program_Area .box1 h3{
        margin:0 0 2vw 0;
        padding: 0 0 0 9vw;
        font-size: 2.7vw;
    }
    #program_Area .box1 h3.program1{
        background: url("../images/icn_program01.png") no-repeat left center;
        background-size: 7vw;
    }
    #program_Area .box1 h3.program2{
        background: url("../images/icn_program02.png") no-repeat left center;
        background-size: 7vw;
    }
    #program_Area .box1 p{
        font-size: 13px;
        margin:0 0 1vw 0;
    }
    #program_Area .box2{
        padding: 4vw;
    }
    #program_Area .box2 .row figure{
        width:calc(50% - 6vw);
    }
    #program_Area .box2 .row .right h3{
        font-size: 3.9vw;
        margin: 2vw 0 2vw 0;
    }
    #program_Area .box2 .arrow{
        background: url("../images/img_program06.png") no-repeat bottom center;
        background-size: 15.7vw;
        font-size: 3.6vw;
        margin: 1vw 0 2vw 0;
        padding: 0 0 5vw 0;
    }
    #program_Area .box2 dl{
        width: calc((100% - 1vw) / 2);
    }
    #program_Area .box2 dt{
        padding: 1vw 0;
    }
    #program_Area .box2 dd{
        padding:  2vw;
    }
    #program_Area .box2 dd li{
        background: url("../images/icn_check01.png") no-repeat top left;
        background-size: 3.7vw;
        padding: 0 0 0 5vw;
        margin: 0 0 1vw 0;
    }
    #program_Area .box2 .text1{
        margin:4vw 0;
        font-size: 3vw;
    }
}
@media only screen and (max-width: 750px) {
    #program_Area .title{
        background: url(../images/img_program01.png) no-repeat center top;
        background-size: 60vw;
        padding: 28vw 0 0 0;
    }
    #program_Area .box1{
        display: block;
    }
    #program_Area .box1 .box{
        width:calc(100% - 8vw);
        margin-bottom: 4vw;
    }
    #program_Area .box1 h3{
        padding: 3vw 0 2vw 18vw;
        font-size: 4.7vw;
    }
    #program_Area .box1 h3.program1{
        background: url("../images/icn_program01.png") no-repeat left center;
        background-size: 15vw;
    }
    #program_Area .box1 h3.program2{
        background: url("../images/icn_program02.png") no-repeat left center;
        background-size: 15vw;
    }
    #program_Area .box1 p{
        font-size: 14px;
    }
    #program_Area .box2 .row{
        display: block;
    }
    #program_Area .box2 .row figure{
        width:100%;
    }
    #program_Area .box2 .row .right{
        width:100%;
    }
    #program_Area .box2 .row .right h3{
        font-size: 6.5vw;
        margin: 2vw 0 2vw 0;
        text-align: center;
    }
    #program_Area .box2 .arrow{
        font-size: 5.6vw;
        margin: 3vw 0 4vw 0;
        padding: 0 0 5vw 0;
    }
    #program_Area .box2 dl{
        width: calc(100% - 10px);
        margin:0 0 2vw 0;
    }
    #program_Area .box2 dd li{
        background: url("../images/icn_check01.png") no-repeat top left;
        background-size: 24px;
        padding: 0 0 0 30px;
        margin: 0 0 1vw 0;
    }
    #program_Area .box2 .text1{
        margin:4vw 0;
        font-size: 5vw;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* (05)事例紹介 */
/*------------------------------------------------------------------------------------------------------------------------*/
#case_Area{
    padding: 100px 0;
}
#case_Area .box{
    border:solid 2px #ceb652;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background: #ffffff;
    margin: 0 0 40px 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
#case_Area .box .photo{
    width:360px;
    margin-right: 40px;
}
#case_Area .box .detail{
    width:530px;
}
#case_Area .box .detail .name{
    font-size:26px;
    font-weight: bold;
    color: #af8d00;
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 20px 0;
}
#case_Area .box .detail .name span{
    font-size:140%;
}
#case_Area .box .detail p{
    font-size: 16px;
    line-height: 1.5;
    margin:0 0 20px 0;
}
@media only screen and (max-width: 1000px) {
    #case_Area{
        padding: 10vw 0;
    }
    #case_Area .box{
        margin: 0 0 4vw 0;
        padding: 2vw;
    }
    #case_Area .box .photo{
        width:36vw;
        margin-right: 4vw;
    }
    #case_Area .box .detail{
        width:53vw;
    }
    #case_Area .box .detail .name{
        font-size:4.6vw;
        margin: 0 0 2vw 0;
    }
    #case_Area .box .detail p{
        margin:0 0 2vw 0;
    }
}
@media only screen and (max-width: 750px) {
    #case_Area .box{
        display: block;
    }
    #case_Area .box .photo{
        width:100%;
        margin-right: 0px;
        text-align: center;
    }
    #case_Area .box .detail{
        width:100%;
    }
    #case_Area .box .detail .name{
        font-size:20px;
        text-align: center;
    }
    #case_Area .box .detail p{
        font-size: 14px;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* (05)事例紹介 */
/*------------------------------------------------------------------------------------------------------------------------*/
#trainer_Area{
    padding: 100px 0;
    background: url("../images/bg_trainer.jpg") no-repeat top center #000000;
    background-size: 100%;
}
#trainer_Area .box{
    background: #ffffff;
    padding: 60px;
}
#trainer_Area .box .row{
    display: flex;
    justify-content: space-between;
}
#trainer_Area .box .staff1{
    max-width:300px;
    width:calc((100% - 160px) / 3);
    text-align: center;
}
#trainer_Area .box .staff1 .name{
    font-size:22px;
    font-weight: bold;  
}
#trainer_Area .box .staff1 .job{
    font-size:16px;
}
#trainer_Area .box .staff2{
    margin: 50px 0 0 0;
    padding: 20px;
    border: solid #ceb652 1px;
    display: flex;
    justify-content: space-between;
}
#trainer_Area .box .staff2 figure{
    width:300px;
}
#trainer_Area .box .staff2>div{
    width:calc(100% - 350px);
}
#trainer_Area .box .staff2>div p.name{
    font-size: 22px;
    font-weight: bold;
    margin:0 0 10px 0;
}
#trainer_Area .box .staff2>div p.deteil{
    font-size: 16px;
}
@media only screen and (max-width: 1000px) {
    #trainer_Area{
        padding: 10vw 0;
    }
    #trainer_Area .box{
        padding: 6vw;
    }
    #trainer_Area .box .staff1{
        max-width:30vw;
        width:calc((100% - 16vw) / 3);
    }
    #trainer_Area .box .staff2{
        margin: 5vw 0 0 0;
        padding: 2vw;
    }
    #trainer_Area .box .staff2 figure{
        width:30vw;
    }
    #trainer_Area .box .staff2>div{
        width:calc(100% - 35vw);
    }
    #trainer_Area .box .staff2>div p.name{
        margin:0 0 1vw 0;
    }
}
@media only screen and (max-width: 750px) {
    #trainer_Area .box .row{
        display: block;
    }
    #trainer_Area .box .staff1{
        max-width:100%;
        width:100%;
        margin: 0 0 20px 0;
    }
    #trainer_Area .box .staff1 .name{
        font-size:18px;
    }
    #trainer_Area .box .staff1 .job{
        font-size:14px;
    }
    #trainer_Area .box .staff2{
        display: block;
    }
    #trainer_Area .box .staff2 figure{
        width:100%;
        text-align: center;
    }
    #trainer_Area .box .staff2>div{
        width:100%;
    }
    #trainer_Area .box .staff2>div p.name{
        font-size: 18px;
        text-align: center;
    }
    #trainer_Area .box .staff2>div p.deteil{
        font-size: 14px;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* (06)よくある質問 */
/*------------------------------------------------------------------------------------------------------------------------*/
#faq_Area{
    padding: 100px 0;
    background: #eeeeee;
}
#faq_Area dl{
    background: #ffffff;
    margin:0 0 20px 0;
    padding: 20px;
    position: relative;
}
#faq_Area dl::before{
    background: linear-gradient(to left ,#db9700,#e8b82e,#fff265,#e8b82e,#db9700);
    width:100%;
    height: 4px;
    position: absolute;
    top:0;
    left: 0;
    content: "";
}
#faq_Area dt{
    margin: 0 0;
    padding: 10px 0 5px 60px;
    background: url("../images/icn_q.png") no-repeat left 10px center,url("../images/arrow01.png") no-repeat right 10px center;
    background-size: 26px,22px;
    font-size: 22px;
    font-weight: bold;
}
#faq_Area dt.active{
    background: url("../images/icn_q.png") no-repeat left 10px center,url("../images/arrow02.png") no-repeat right 10px center;
    background-size: 26px,22px;
}
#faq_Area dd{
    margin: 15px 0 0 0;
    padding: 20px 0 0px 60px;
    background: url("../images/icn_a.png") no-repeat left 10px top 22px;
    background-size: 26px;
    font-size: 18px;
    border-top:solid 1px #b08d00;
    display: none;
}
@media only screen and (max-width: 1000px) {
    #faq_Area{
        padding: 10vw 0;
    }
}
@media only screen and (max-width: 750px) {
    #faq_Area dl{
        margin:0 0 2.6vw 0;
        padding: 2.6vw;
    }
    #faq_Area dl::before{
        height: 2px;
    }
    #faq_Area dt{
        padding: 1.1vw 5vw 0.6vw 6vw;
        background: url("../images/icn_q.png") no-repeat left 1vw center,url("../images/arrow01.png") no-repeat right 1vw center;
        background-size: 2.6vw,2.2vw;
        font-size: 18px;
    }
    #faq_Area dt.active{
        background: url("../images/icn_q.png") no-repeat left 1vw center,url("../images/arrow02.png") no-repeat right 1vw center;
        background-size: 2.6vw,2.2vw;
    }
    #faq_Area dd{
        margin: 2vw 0 0 0;
        padding: 2.6vw 0 0px 8vw;
        background: url("../images/icn_a.png") no-repeat left 1.3vw top 2.9vw;
        background-size: 2.6vw;
        font-size: 14px;
    }
}
@media only screen and (max-width: 500px) {
    #faq_Area dt{
        font-size: 14px;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* (07)4ステップ */
/*------------------------------------------------------------------------------------------------------------------------*/
#step_Area{
    padding: 100px 0;
    background: url("../images/bg_step.jpg") no-repeat center center;
    background-size: cover;
}
#step_Area ul{
    display: flex;
    justify-content: space-between;
}
#step_Area li{
    width:220px;
    text-align: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
}
#step_Area li::after{
    content:"";
    background: url(../images/arrow03.png) no-repeat center center;
    background-size: 14px;
    width: 14px;
    height: 22px;
    position: absolute;
    right:-25px;
    top:125px;
}
#step_Area li:last-child::after{
    display: none;
}
@media only screen and (max-width: 1000px) {
    #step_Area{
        padding: 10vw 0;
    }
    #step_Area li{
        width:22vw;
        font-size: 14px;
    }
    #step_Area li::after{
        right:-2.2vw;
        top:12.5vw;
    }
}
@media only screen and (max-width: 750px) {
    #step_Area ul{
        display: block;
    }
    #step_Area li{
        width:100%;
        font-size: 14px;
        margin: 0 0 30px 0;
    }
    #step_Area li::after{
        content:"";
        background: url("../images/arrow01.png") no-repeat center center;
        background-size: 22px;
        width: 22px;
        height: 14px;
        right:calc(50% - 11px);
        top:auto;
        bottom:-20px;
    }
    #step_Area li:last-child::after{
        display: none;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* (08)コース紹介 */
/*------------------------------------------------------------------------------------------------------------------------*/
#course_Area{
    padding: 100px 0;
    background: #fcf3da;
}
#course_Area .wrapper{
    max-width: 800px;
    font-size: 16px;
}
#course_Area .box{
    background: #ffffff;
    margin: 0 0 20px 0;
    padding: 20px;
}
#course_Area .box img{
    vertical-align: bottom;
}
@media only screen and (max-width: 1000px) {
    #course_Area{
        padding: 10vw 0;
    }
    #course_Area .wrapper{
        font-size: 14px;
    }
    #course_Area .box{
        margin: 0 0 2vw 0;
        padding: 2vw;
    }
}
@media only screen and (max-width: 550px) {
    #course_Area .wrapper{
        font-size: 12px;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* (09)BUKATSUのご紹介 */
/*------------------------------------------------------------------------------------------------------------------------*/
#access_Area{
    padding: 100px 0 0 0;
}
#access_Area .add{
    float: left;
    width: calc(50% - 40px);
    margin: 0 0 50px 0;
}
#access_Area .add h3{
    font-size:22px;
    font-weight: bold;
    color: #af8d00;
    margin:0 0 30px 0;
}
#access_Area .add dl{
    margin: 0;
    font-size: 16px;
}
#access_Area .add dt{
    margin: 0 0 0 0;
    font-weight: bold;
}
#access_Area .add dd{
    margin: 0 0 20px 0;
}
#access_Area .map{
    float: right;
    width: 50%;
}
#access_Area .map iframe{
    width:100%;
    height: 360px;  
}
#access_Area .photo{
    clear: both;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(to left ,#db9700,#e8b82e,#fff265,#e8b82e,#db9700);
    margin:0;
    padding: 10px 0;
}
#access_Area .photo div{
    width:20%;
}
#access_Area .photo div img{
    width:100%;
    vertical-align: bottom;
}
@media only screen and (max-width: 1000px) {
    #access_Area{
        padding: 10vw 0 0 0;
    }
    #access_Area .add{
        float: left;
        width: calc(50% - 4vw);
        margin: 0 0 5vw 0;
    }
    #access_Area .add h3{
        margin:0 0 3vw 0;
    }
    #access_Area .add dd{
        margin: 0 0 2vw 0;
    }
    #access_Area .map iframe{
        height: 36vw;  
    }
    #access_Area .photo{
        padding: 1vw 0;
    }
}
@media only screen and (max-width: 750px) {
    #access_Area .add{
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    #access_Area .add h3{
        font-size:18px;
        margin:0 0 20px 0;
    }
    #access_Area .add dl{
        font-size: 14px;
    }
    #access_Area .map{
        float: none;
        width: 100%;
    }
    #access_Area .map iframe{
        height: 300px;  
    }
    #access_Area .photo{
        padding: 4px 0;
    }
}
@media only screen and (max-width: 550px) {
    #access_Area .photo div{
        width:50%;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* (10)嬉しいサービス */
/*------------------------------------------------------------------------------------------------------------------------*/
#service_Area{
    padding: 100px 0;
    background: url("../images/bg_service.jpg") no-repeat center center;
    background-size: cover;
}
#service_Area ul{
    display: flex;
    justify-content: space-between;
}
#service_Area li{
    width:calc(((100% - 80px) / 3) - 40px);
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 50px 20px 30px 20px;
}
@media only screen and (max-width: 1000px) {
    #service_Area{
        padding: 10vw 0;
    }
    #service_Area li{
        width:calc(((100% - 8vw) / 3) - 4vw);
        padding: 5vw 2vw 3vw 2vw;
    }
    #service_Area li:nth-child(1) img{
        width:25vw;
    }
    #service_Area li:nth-child(2) img{
        width:15.85vw;
    }
    #service_Area li:nth-child(3) img{
        width:11vw;
    }
}
@media only screen and (max-width: 750px) {
    #service_Area ul{
        display: block;
    }
    #service_Area li{
        width:calc(100% - 4vw);
        margin: 0 0 10px 0;
    }
    #service_Area li:nth-child(1) img{
        width:50vw;
    }
    #service_Area li:nth-child(2) img{
        width:31.65vw;
    }
    #service_Area li:nth-child(3) img{
        width:21.9vw;
    }
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* (11)フォーム */
/*------------------------------------------------------------------------------------------------------------------------*/
#form{
	padding: 100px 0;
}
#form .title{
    background: linear-gradient(90deg,#ff3c64,#fd3b7f,#ff3c64);
    text-align: center;
    padding: 80px 0;
}
#form table{
	margin: 30px 0 0 0;
	width: 100%;
    border-top:solid 3px #aa9970;
}
#form table tr{
    border-top:solid 1px #cccccc;
}
#form table th{
	padding:25px 0;
	width: 290px;
	vertical-align: top;
	font-size: 18px;
}
#form table th .hissu{
	font-size: 18px;
	background: #bd0101;
	padding: 5px 15px;
	border-radius: 5px;
	float: right;
	color: #FFFFFF;
}
#form table td{
	padding:20px 0 20px 40px;
	vertical-align: top;
}
#form input[type="text"],
#form input[type="mail"],
#form input[type="tel"],
#form textarea{
	background: #eeeeee;
	padding: 15px;
	border:none;
	width: calc(100% - 30px);
	font-size: 16px;
    border-radius: 5px;
}
#form textarea{
	height: 200px;
}
#form p.error{
	color: #FF3682;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 0 0;
	letter-spacing: 0.1rem;
}
#form p.error:empty{
	display: none;
}
#form .check{
	text-align: center;
	font-weight: bold;
	margin: 50px 0;
}
#form input[type=checkbox]{
	display: none;
	margin: 0;
}
#form input[type=checkbox] + label{
	padding: 0 0 0 30px;
	position:relative;
}
#form input[type=checkbox] + label::before{
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	margin-top: -7px;
	background: #FFF;
	border: 1px solid #888888;
}
#form input[type=checkbox]:checked + label::after{
	content: "";
	position: absolute;
	top: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	left: 3px;
	width: 14px;
	height: 10px;
	margin-top: -6px;
	border-left: 3px solid #112649;
	border-bottom: 3px solid #112649;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url(../images/arrow01.png) center right 10px no-repeat #eeeeee;
	background-size:12px;
	border:none;
	border-radius: 5px;
	padding:15px 35px 15px 15px;
	font-family:"Hiragino Kaku Gothic Pro", "メイリオ","ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
#form select::-ms-expand {
	display: none;
}
label.radio {
	cursor:pointer;
	position:relative;
	overflow:hidden;
	display:inline-block;
	margin:6px 10px 0 0;
	padding:0px 0 3px 40px;
}
label.radio:before {
	position:absolute;
	width:24px;
	height:24px;
	border:2px solid #eeeeee;
	border-radius:50%;
	left:0px;
	content:'';
	z-index:3;
}
label.radio:after {
	content:'';
	position:absolute;
	width:16px;
	height:16px;
	border-radius:100%;
	left:6px;
	top:6px;
	background-color:#279edf;
	z-index:1;
}
label.radio input[type="radio"] {
	-moz-appearance:none;
	-webkit-appearance:none;
	position:absolute;
	z-index:2;
	width:20px;
	height:20px;
	left:-23px;
	top:1px;
	margin:0px!important;
	box-shadow:26px 2px #FFFFFF;
}
label.radio input[type="radio"]:checked {
	box-shadow:none;
}
label.radio input[type="radio"]:focus {
	opacity:0.2;
	box-shadow:26px 2px #FFF;
}
#form .btn{
	text-align: center;
	margin: 50px 0 0 0;
}
#form .btn_entry input,
#form .btn_entry button{
	width: 400px;
}
#form .btn_confirm input,
#form .btn_confirm button{
	width: 300px;
	margin: 0 10px;
}
input.btn1,
button.btn1,
a.btn1{
	border: none;
	border-radius: 5px;
	background:#de3459;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0;
	display: inline-block;
}
input.btn1:hover,
button.btn1:hover,
a.btn1:hover{
	background:#ff3c8f;
	color: #FFFFFF;
	transition:all 0.5s ease 0s;;
}
input.btn2,
button.btn2,
a.btn2{
	border:none;
	border-radius: 5px;
	background: #666666;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0;
	display: inline-block;
}
input.btn2:hover,
button.btn2:hover,
a.btn2:hover{
	background:#444444;
	color: #FFFFFF;
	transition: all .3s;
}
#form .thankyou{
	text-align: center;
}
#form .thankyou h3{
	text-align: center;
	color: #af8d00;
	font-size: 28px;
	margin: 0 0 20px 0;
}
@media only screen and (max-width: 1000px) {
	#form{
		padding: 10vw 0 ;
	}
}
@media only screen and (max-width: 750px) {
    #form .title img{
        width: 51.6vw
    }
	#form table{
		margin: 30px 0 0 0;
	}
	#form table th{
		width: 30%;
	}
	#form table th .hissu{
		font-size: 13px;
		padding: 3px 10px;
	}
	#form table td{
		padding:20px 0 20px 30px;
	}	
	#form .btn_entry input,
	#form .btn_entry button{
		width: 100%;
	}
	#form .btn_confirm input,
	#form .btn_confirm button{
		width: 100%;
		margin: 0 0 20px 0;
	}
	#form input.btn1{
		font-size: 16px;
		padding: 20px 0;
	}
	#form button.btn2{
		font-size: 16px;
		padding: 20px 0;
	}
	input[type="text"],
	input[type="mail"],
	input[type="tel"],
	textarea{
		font-size: 16px;
	}
	#form .thankyou h3{
		font-size: 22px;
	}
}
@media only screen and (max-width: 500px) {
	#form table{
		margin: 20px 0 0 0;
	}
	#form table th{
		padding:20px 0 0 0;
		display: block;
		width: 100%;
        font-size: 16px;
	}
	#form table th .hissu{
		float: none;
		margin: 0 0 0 20px;
		padding: 5px 10px;
	}
	#form table td{
		padding:10px 0 20px 0;
		display: block;
		width: 100%;
        font-size: 16px;
	}
	#form .w100p_sp{ width:calc(100% - 14px)!important;}
	
	#form .btn{
		margin: 30px 0 0 0;
	}
	#form .btn_entry input,
	#form .btn_entry button{
		width: 100%;
	}
	#form .btn_confirm input,
	#form .btn_confirm button{
		width: 100%;
		margin: 0 0 20px 0;
	}
}



