<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */



.pc_only{display: inline !important;}
.sp_only{display: none !important;}

.d-none {
    display: none;
}

/*----- header ----- */
header .head_inn{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 150px;
}
header h1{
    width: 405px;
}
header .right{
    max-width: 540px;
    position: absolute;
    right: 0;
    top: 15px;
}
header .right .contact_area{
    display: flex;
}
header .right .contact_area li:nth-child(1){
    width: 243px;
    font-size: 16px;
    margin-top: 10px;
}
header .right .contact_area li:nth-child(1) .tel{
    font-size: 26px;
    line-height: 1.1em;
}
header .right .contact_area li:nth-child(1) .mobile{
    display: block;
    font-size: 14px;
}
header .right .contact_area li:nth-child(2){
    width: 180px;
    margin-right: 20px;
}
header .right .contact_area li:nth-child(3){
    width: 98px;
    margin-top: 10px;
}
header .address{
    font-size: 13px;
    margin-top: 20px;
}
header .address dt{
    font-size: 13px;
    margin-bottom: 5px;
}
header .address dd{
    font-size: 12px;
}

header .address dd span{
    font-size: 12px;
    border: solid 1px #161616;
    padding: 2px 5px;
    margin:0 5px;
}
header nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 17px 0;
}
header nav ul li{
    background: url("../images/gnav_line.png") repeat-y left 0;
}
header nav ul li:last-child{
    background: url("../images/gnav_line.png") repeat-y left 0,
        url("../images/gnav_line.png") repeat-y right 0;
}
header nav ul li:hover img{
    opacity:1;
}
header nav ul li ul {
	position: absolute;
	z-index: 999;
    display: block;
    background: #dbf3ff;
    padding: 6px 0;
    min-width: 137px;
    white-space: nowrap;
    top:57px;
    z-index: 5000;
}
header nav ul li ul li{
	display: block;
	padding: 0;
	border: none;
	text-align: left;
    background: none;
}
header nav ul li ul li:last-child{
    background: none;
}
header nav ul li ul li a{
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 2px 7px;
    background: none;
}
@media screen and (min-width: 769px) {
    .drawer--right .drawer-nav{
        right: 0 !important;
        -webkit-transition:right .0s cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
        transition: right .0s cubic-bezier(0.190, 1.000, 0.220, 1.000) !important;
    }
    .is-animation {
      position: fixed !important;
      top: 0;
      right: 0 !important;
      left: 0;
      padding: 0;
      z-index: 5000;
    }
    .is-animation nav{
        background: #fff;
    }
    .is-animation nav ul{
        margin: 0 auto;
        padding: 8px 0;
    }
}



/*----- footer ----- */
footer{
    background:#f7f7f7;
}
footer .inner{
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
}
footer .googlemap{
    width: 400px;
    margin-right: 5%;
}
footer .googlemap iframe{
    width: 100%;
    height: 433px;
}
footer .right h3{
    max-width: 277px;
    margin: 40px 0;
}
footer .right h4{
    font-size: 18px;
}
footer .right h4 span{
    font-size: 14px;
    margin-right: 10px;
}
footer .right h5{
    font-size: 26px;
    line-height: 1.3em;
    font-weight: 400;
}
footer .right h5 span{
    font-size: 16px;
    font-weight: 500;
}
footer .right h6{
    font-size: 14px;
    font-weight: 500;
}
footer .right .address{
    font-size: 13px;
    margin-top: 20px;
}
footer .right .address dt{
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}
footer .right .address dd{
    font-size: 12px;
    font-weight: 500;
}
footer .right .address dd span{
    font-size: 12px;
    border: solid 1px #161616;
    padding: 2px 5px;
    margin:0 5px;
    font-weight: 500;
    display: inline-block;
}
footer .right .contact{
    display: flex;
    margin: 20px 0;
}
footer .right .contact li:nth-child(1){
    max-width: 180px;
}
footer .right .contact li:nth-child(2){
    max-width: 98px;
    margin-left: 20px;
    margin-top: 12px;
}
footer .right .privacy:before{
    content: url("../images/index/icon03.png");
    position: relative;
    top: 2px;
    margin-right: 5px;
}
footer .right .privacy a{
    font-size: 12px;
    font-weight: 500;
}
footer .back_icon{
    max-width: 111px;
    position: fixed;
    bottom: 10px;
    right: 15px;
}
footer .copy{
    background: #00b3ff;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}



/*----- 共通パーツ ----- */

img{width: 100%;}
.inner{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.main_vis {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
}
.main_vis h3{
    max-width: 220px;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    margin: 0 auto;
}
.ttl01{
    background:url("../images/ttl_bg.png") repeat-y 0 0;
    font-size: 28px;
    color: #00b3ff;
    padding-left: 20px;
    margin-bottom: 20px;
/* margin-top: -140px; */}

#owd {
    padding-top: 91px;
    margin-top: -91px;
}



/* --------------------
	   index.html
--------------------- */
.top_main{
    height: 405px;
    background-position:center center;
    background-size: cover;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.top_main h2{
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.3em;
}
.top_main h3{
    max-width: 262px;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    margin: 0 auto;
}
.top_01{
    background:url("../images/index/bg01.png") no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 84px 0;
    position: relative;
    z-index: -1
}

.top_01 .inner {
    position: relative;
    z-index: 1;
}

.top_01::before {
    background: rgba(00,00,00,0.4);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.top_01 h2{
    color: #fff;
    font-size: 40px;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.top_01 p{
    color: #fff;
    font-size: 20px;
}
.top_01 h3{
    font-size: 36px;
    color: #f9f0b4;
}
.top_01 h3 span{
    font-size: 50px;
    color: #f9f0b4;
}
.top_01 h4{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}
.top_01 h5{
    width: 253px;
    margin: 0 auto;
}
.top_02{
    max-width: 854px;
    margin: 48px auto 78px auto;
}
.top_02 h2{
    width: 187px;
}
.top_02 dl{
    max-width: 970px;
    margin: 0 auto 60px auto;
}
.top_02 dl dt {
    float: left;
    padding: 23px 0 12px 45px;
    width: 11em;
    font-weight: 500;
    font-size: .9rem;
    text-align: left;
    background: url("../images/index/icon01.png") no-repeat 20px 62%;
}
.top_02 dl dd {
    border-bottom: 2px solid #c5c5c5;
    padding: 23px 4% 12px 11em;
    text-align: left;
}
.top_03 .ttl_bg{
    background: url("../images/index/bg02.png") no-repeat center center;
    background-size: cover;
    height: 262px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 75px;
}
.top_03 .ttl_bg h2{
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    letter-spacing: .15em;
}
.top_03 .ttl_bg h2 span{
    display: block;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .1em;
    font-weight: 400;
}
.top_03 p{
    font-size: 16px;
    margin-bottom: 30px;
}
.top_03 .movie{
    display: flex;
    align-items: center;
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 50px;
    margin-bottom: 60px;
}
.top_03 .youtube{
    width: 624px;
    margin-left: 30px;
}
.top_03 .youtube iframe{
    width: 100%;
    height: 360px;
}
.top_03 .reason{
    display: flex;
}
.top_03 .reason li{
    width: 292px;
    margin-right: 5%;
}
.top_03 .reason li:nth-child(3n){
    margin-right: 0;
}
.top_03 .reason li h3{
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0 10px 0;
    padding: 5px 0  5px 20px;
    background: url("../images/index/ttl_bg.png") repeat-y left 0;
}
.top_03 .reason li p{
    font-size: 15px;
}
.top_04 .ttl_bg{
    background: url("../images/index/bg03.png") no-repeat center center;
    background-size: cover;
    height: 262px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 75px;
}
.top_04 .ttl_bg h2{
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    letter-spacing: .15em;
}
.top_04 .ttl_bg h2 span{
    display: block;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .1em;
    font-weight: 400;
}
.top_04 .voice_box{
    display: flex;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.top_04 .voice_box p{
    max-width: 292px;
}
.top_04 .voice_box dl{
    max-width: 371px;
    margin-left: 4%;
}
.top_04 .voice_box dt{
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
}
.top_04 .voice_box dd{
    font-size: 13px;
}
.top_04 .voice_box:nth-child(2n) p{
    order: 2;
}
.top_04 .voice_box:nth-child(2n) dl{
    order: 1;
    margin-left: 0%;
    margin-right: 4%;
}
.top_05{
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
.top_05 ul{
    display: flex;
}
.top_05 ul li{
    margin-right: 4px;
}
.top_05 ul li:last-child{
    margin-right: 0;
}
.top_05 .shop_bg{
    background: url("../images/index/bn06_bg_20220427.jpg") no-repeat center center / cover;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4px;
}
.top_05 .shop_bg h3{
    max-width: 253px;
}
.top_05 .shop_bg h4{
    color: #fff;
    width: 100%;
    text-align: center;
}
.top_06{
    padding: 108px 0 38px 0;
    width: 96%;
    margin: 0 auto 90px;
    max-width: 960px;
}
.top_06 h2{
    border-bottom: solid 1px #dcdcdc;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}
.top_06 h2 img{
    max-width: 189px;
}


/* --------------------
	  shop
--------------------- */
.main_shop{
    background: url("../images/shop/main_shop.jpg") no-repeat center center /cover;
}
.shop_01{
    padding: 110px 0 70px 0;
}
.shop_01 table {
    border: solid 1px #161616;
    width: 100%;
}
.shop_01 table th{
    background: #fdf9e1;
    border-bottom: solid 1px #161616;
    border-right: solid 1px #161616;
    width: 20%;
    padding: 10px 15px;
}
.shop_01 table td{
    padding: 10px 15px;
    border-bottom: solid 1px #161616;
}
.shop_01 ul{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin: 30px 0 0 0;
}

.shop_01 ul li {
    margin-bottom: 30px;
    margin-bottom: 3%;
    width: 30%;
}

.shop_01 ul li:not(:nth-child(3n+1)) {
    margin-left: 3%;
}
.shop_02 .googlemap{
    margin: 10px 0 90px 0;
}
.shop_02 .googlemap iframe{
    width: 100%;
    height: 348px;
    border-radius: 10px;
}
.shop_03 {
    padding-bottom: 100px;
}
.shop_03 .staff_box{
    border-bottom: solid 1px #c5c5c5;
    display: flex;
    padding: 50px 0 80px 0;
}
.shop_03 .staff_box:last-child{
    border-bottom: none;
}
.shop_03 .staff_box .name{
    max-width: 227px;
    margin-right: 3%;
    text-align: center;
    width: 28%;
}
.shop_03 .staff_box .name h4{
    font-size: 18px;
    margin: 30px 0 0 0;
}
.shop_03 .staff_box .name h4 span{
    font-size: 15px;
    display: block;
}
.shop_03 .staff_box .profile{
    width: 74%;
}
.shop_03 .staff_box .profile h5{
    font-size: 20px;
}
.shop_03 .staff_box .profile dt{
    float: left;
}
.shop_03 .staff_box .profile ul{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 30px 0 0 0;
}


/* --------------------
	  biginner
--------------------- */
.main_biginner{
    background: url("../images/biginner/main_biginner.jpg") no-repeat center center /cover;
}
.biginner_01{
    padding: 80px 0 0px 0;
}
.biginner_01 .ex_box{
    margin-bottom: 100px;
    font-size: 0;
/* margin-top: -100px; */}
.biginner_01 .left{
    max-width: 542px;
    width: 56%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
}
.biginner_01 .left .underline span{
    font-size: 20px;
    font-weight:600;
    background: url("../images/under_line.png") repeat-x 0 bottom;
    padding-bottom: 5px;
}
.biginner_01 .left .point01{
    background: #f6f6f6;
    border-radius: 5px;
    padding: 10px 8%;
    margin-top: 30px;
    width: 96%;
}
.biginner_01 .left .license_info dt{
    float: left;
    display: inline-block;
    border: solid 1px #000;
    font-size: 14px;
    font-weight: 600;
    width: 80px;
    text-align: center;
    padding: 0px 0;
    margin-right: 5px;
}
.biginner_01 .left .license_info dd{
    line-height: 1.8em;
    margin-bottom: 5px;
}
.biginner_01 .right{
    width: 42%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.biginner_01 .price_info{
    margin: 10px 0 10px 0;
}
.biginner_01 .price_info dt{
    float: left;
    display: inline-block;
    border: solid 1px #000;
    font-size: 14px;
    font-weight: 600;
    width: 80px;
    text-align: center;
    padding: 0px 0;
    margin-right: 5px;
}
.biginner_01 .price_info dd{
    line-height: 1.8em;
    margin-bottom: 5px;
}
.biginner_01 .price_info dd span{
    font-weight: 600;
    font-size: 26px;
    position: relative;
    line-height: 1.0em;
}
.biginner_01 .lesson{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.biginner_01 .lesson .step{
    background: #fdf9e1;
    max-width: 292px;
    min-height: 230px;
}
.biginner_01 .lesson .step h4{
    background: #00b3ff;
    font-size: 18px;
    color: #fff;
    padding: 5px 10px;
}
.biginner_01 .lesson .step h4 img{
    width: 25px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}
.biginner_01 .lesson .step dl{
    margin: 10px 20px;
}
.biginner_01 .lesson .step dt{
    font-weight: 600;
}
.biginner_01 .lesson p{
    margin:1.5%;
}
.biginner_01 .attention li{
    font-size: 12px;
}
.biginner_01 .study_txt p{
    font-size: 12px;
}
.biginner_01 .study_txt dt{
    font-size: 15px;
    float: left;
}
.biginner_01 .study_txt dt:before{
    content: "・";
}
.biginner_01 .study_txt dd{
    font-size: 15px;
}
.biginner_01 .study_txt dd:before{
    content: url("../images/biginner/icon_04.png");
    position: relative;
    top: -3px;
    margin: 0 10px;
}
.biginner_01 .study_txt small{
    font-size: 12px;
    margin-bottom:15px;
    display: block;
}
.biginner_01 .btn_contact{
    width: 180px;
    margin-top: 10px;
}
.biginner_01 .award_box{
    background: #fdf9e1;
    padding: 50px 40px 35px 40px;
    position: relative;
    margin: 50px 0 0px 0;
    display: flex;
}
.biginner_01 .award_box h4{
    position: absolute;
    top: -20px;
}
.biginner_01 .award_box .photo{
    width: 50%;
}
.biginner_01 .award_box .award_list{
    max-width: 488px;
    width: 61%;
    margin-left: 5%;
}
.biginner_01 .award_box .award_list ul{
    margin: 10px 0;
}
.biginner_01 .award_box .award_list li{
    float: left;
    width: 50%;
}
.biginner_01 .award_box .award_list li:before{
    content: "★";
    color: #00b3ff;
}
.biginner_02 {
    margin-bottom: 100px;
}
.biginner_02 dl{
}
.biginner_02 dt{
    background: #00b3ff url("../images/biginner/icon_q.png") no-repeat 20px center;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px 10px 50px;
}
.biginner_02 dd{
    background: #fdf9e1 url("../images/biginner/icon_a.png") no-repeat 20px 13px;
    padding: 10px 10px 20px 50px;
    margin-bottom: 28px;
}


/* --------------------
	  biwalake
--------------------- */
.main_biwalake{
    background: url("../images/biwalake/main.png") no-repeat center center /cover;
}
.biwalake_01{
    padding: 80px 0 0px 0;
}
.biwalake_01 .ex_box{
    margin-bottom: 100px;
    font-size: 0;
}
.biwalake_01 .left{
    max-width: 542px;
    width: 56%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
}
.biwalake_01 .left .underline span{
    font-size: 20px;
    font-weight:600;
    background: url("../images/under_line.png") repeat-x 0 bottom;
    padding-bottom: 5px;
}
.biwalake_01 .left .blue_txt{
    color: #00b3ff;
    font-size: 20px;
    margin: 10px 0;
}
.biwalake_01 .left ul{
    background: #f9f8f8;
    padding: 20px 40px;
    margin: 10px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
}
.biwalake_01 .left ul li{
    width: 50%;
}
.biwalake_01 .left ul li:before{
    content: "■";
}
.biwalake_01 .right{
    width: 42%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.biwalake_01 dt{
    float: left;
    display: inline-block;
    border: solid 1px #000;
    font-size: 14px;
    font-weight: 600;
    width: 130px;
    text-align: center;
    padding: 0px 0;
    margin-right: 60px;
}
.biwalake_01 dd{
    margin-bottom: 10px;
}
.biwalake_02 .feature{
    border-top: solid 1px #c5c5c5;
    padding: 55px 0;
    display: flex;
}
.biwalake_02 .feature dl{
    max-width: 545px;
    width: 60%;
    margin-right: 4%;
}
.biwalake_02 .feature dt{
    margin-bottom: 20px;
}
.biwalake_02 .feature dt span{
    font-size: 20px;
    font-weight:600;
    background: url("../images/under_line.png") repeat-x 0 bottom;
    padding-bottom: 5px;
}
.biwalake_02 .feature p{
    max-width: 374px;
}
.biwalake_03 .contact_btn{
    max-width: 797px;
    margin: 80px auto 200px auto;
}

.biwalake_02 .feature:last-of-type {
	border-bottom: solid 1px #c5c5c5;
}

.mt-30 {
	margin-top: 30px;
}

.w-100 {
	width: 100%!important;
}

.mw-100 {
	max-width: 100%!important;
}

/* --------------------
	  tourlog
--------------------- */
.main_tourlog{
    background: url("../images/tourlog/main_tourlog.jpg") no-repeat center center /cover;
}
.tourlog_01{
    display: flex;
    margin-top: 105px;
    margin-bottom: 200px;
}
.tourlog_01 .left{
        width: 746px;
    margin-right: 5.4%;
}
.tourlog_01 .news_list dl dt {
     float: left;
     padding: 15px 0 15px 27px;
     width: 180px;
    font-size: 13px;
    text-align: left;
    background: url("../images/icon01.png") no-repeat 0 15px;
}
.tourlog_01 .news_list dl dd {
     padding:15px 130px 18px 180px;
    text-align: left;
    font-size:14px;
    border-bottom: solid 1px #c5c5c5;
    position: relative;
}
.tourlog_01 .news_list .body_txt{
    min-height: 51px;
}
.tourlog_01 .news_list dl dd h2{
    font-weight: 400;
}
.tourlog_01 .news_list dl dd .photo{
    position: absolute;
    max-width: 118px;
    right: 0;
    top: 10px;
}
.tourlog_01 .news_list .pager{
    display: flex;
    margin: 20px 0;
    border-left: solid 1px #989898;
}
.tourlog_01 .news_list .pager li a{
    padding: 0 10px;
    border-right: solid 1px #989898;
}
.tourlog_01 .news_list .pager li a:hover{
    color: #00b3ff;
}
.tourlog_01 .detail .article{
    border-bottom: solid 1px #c5c5c5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.tourlog_01 .detail .back_btn{
    max-width: 208px;
}
.tourlog_01 .detail p img{
    max-width: 563px;
    margin: 20px 0;
}
.tourlog_01 .right{
    text-align: left;
    width: 189px;
}
.tourlog_01 .right .cat_box{
    border: solid 1px #dcdcdc;
    margin-bottom: 30px;
    border-radius: 5px;
}
.tourlog_01 .right .cat_box h3{
    background: #00b3ff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
}
.tourlog_01 .right .cat_box dl{
    margin:10px 10px 15px 10px;
}
.tourlog_01 .right .cat_box dt{
    padding-top: 5px;
    color: #161616;
    font-size: 14px;
}
.tourlog_01 .right .cat_box dd{
    border-bottom: solid 1px #c5c5c5;
    padding-bottom: 5px;
    color: #898989;
    font-size: 14px;
}
.tourlog_01 .right .cat_box dd a{
    color: #898989;
    line-height: 1.1em;
}
.tourlog_01 .right ul{
    margin: 10px 10px 10px 10px;
}
.tourlog_01 .right li a{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #898989;
    display: block;
}

/* --------------------
	  course
--------------------- */
.main_course{
    background: url("../images/course/main.png") no-repeat center center /cover;
}
.course_01{
    margin-top: 105px;
    margin-bottom: 200px;
}
.course_01 .menu{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.course_01 .menu li{
    margin-right: 20px;
    margin-bottom: 20px;
}
.course_01 .menu li:nth-child(3n){
    margin-right: 0;
}
.course_01 .course_box{
    border:solid 1px #161616;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 30px;
}
.course_01 .course_box h3{
    background: #f9f0b4 url("../images/course/icon.png") no-repeat 97% center;
    font-size: 22px;
    padding: 10px 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.course_01 .course_box .detail{
    display: none;
    padding: 35px 40px;
}
.course_01 .course_box .detail .left{
    display: inline-block;
    width: 66%;
    vertical-align: top;
    margin-bottom: 30px;
}
.course_01 .course_box .detail .left dt{
    font-size: 20px;
    color: #00b3ff;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.5em;
}
.course_01 .course_box .detail .right{
    display: inline-block;
    max-width: 244px;
    vertical-align: top;
    margin-left: 5%;
    width: 28%;
}
.course_01 .course_box .detail .bar img{
    height: 52px;
    width: auto;
}
.course_01 .course_box .detail .bar01 img{
    max-width: 579px;
    width: 100%;
    height: auto;
}
.course_01 .course_box .detail .bar02 img{
    max-width: 802px;
    width: 100%;
    height: auto;
}
.course_01 .course_box .detail .step ul{
    margin: 20px 0;
    background: url("../images/course/step_bg.png") no-repeat 36px 0;
}
.course_01 .course_box .detail .step li{
    position: relative;
    display: flex;
    margin-bottom: 35px;
}
.course_01 .course_box .detail .step li .icon{
    max-width: 75px;
    margin-right: 3%;
}
.course_01 .course_box .detail .step li dl{
    width: 80%;
}
.course_01 .course_box .detail .step li dt{
    font-size: 20px;
    color: #00b3ff;
}
.course_01 .course_box .detail .other_opion{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.course_01 .course_box .detail .other_opion dt{
    float: left;
    display: inline-block;
    border: solid 1px #000;
    font-size: 14px;
    font-weight: 600;
    min-width: 130px;
    text-align: center;
    padding: 0px 10px;
    margin-right: 20px;
}
.course_01 .course_box .detail .other_opion dd{
    line-height: 1.8em;
    margin-bottom: 5px;
    width:77%;
}
.course_01 .course_box .detail .menu01{
    margin-top: 10px;
    margin-bottom: 30px;
}
.course_01 .course_box .detail .menu01 dt{
    color: #00b3ff;
}
.course_01 .course_box .detail .menu01 dd{
    margin-bottom: 20px;
}
.course_01 .course_box .detail .about{
    margin-bottom: 20px;
}
.course_01 .course_box .detail .about dt{
    font-size: 20px;
    font-weight: 500;
    color: #00b3ff;
}
.course_01 .course_box .detail .course_menu li{
    border-bottom: solid 1px #161616;
    padding: 30px 0 30px 0;
}
.course_01 .course_box .detail .course_menu li:last-child{
    border-bottom: solid 1px #fff;
    padding-bottom: 80px;
}
.course_01 .course_box .detail .course_menu li .left_box{
    max-width: 680px;
    width: 71%;
    display: inline-block;
}
.course_01 .course_box .detail .course_menu li .left_box h5{
    font-size: 17px;
    color: #00b3ff;
    margin-top: 10px;
}
.course_01 .course_box .detail .course_menu li .left_box dl{
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.course_01 .course_box .detail .course_menu li .left_box dt{
    float: left;
    display: inline-block;
    border: solid 1px #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 0px 10px;
    margin-right: 20px;
    width: 31%;
}
.course_01 .course_box .detail .course_menu li .left_box dd{
    line-height: 1.8em;
    margin-bottom: 5px;
    width: 60%;
}
.course_01 .course_box .detail .course_menu li .right_box{
    display: inline-block;
    vertical-align: bottom;
    max-width: 244px;
    margin-bottom: 15px;
    width: 28%;
}
.course_01 .course_box .detail .bar_othre{
    font-size: 32px;
    font-weight: 500;
    color: #00b3ff;
    text-align: center;
    margin: 30px 0;
}
.course_01 .course_box .detail .after{
    margin: 10px 0;
    margin-left: 20px;
}
.course_01 .course_box .detail .after li:before{
    content: "★";
    color: #00b3ff;
    margin-left: -17px;
}
.course_01 .course_box .detail .msd_license{
    display: flex;
}
.course_01 .course_box .detail .msd_license .left_box{
    max-width: 645px;
    margin-right: 5%;
}
.course_01 .course_box .detail .msd_license .left_box h5{
    font-size: 20px;
    font-weight: 500;
    color: #00b3ff;
    margin-top: 10px;
}
.course_01 .course_box .detail .msd_license .left_box dd{
    margin-bottom: 10px;
}
.course_01 .course_box .detail .msd_license .right_box{
    margin-top: 30px;
}
.course_01 .pro_menu01 h5{
    border: solid 1px #000;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    padding: 0px 30px;
    margin: 30px 0 10px 0;
}
.course_01 .pro_menu01 ul li{
}
.course_01 .pro_menu01 ul li:before{
    content: "●";
}
.course_01 .pro_menu01 ul li ul {
    margin-bottom: 20px;
}
.course_01 .pro_menu01 ul li ul li:before{
    content: none;
}
.course_01 .pro_menu01 ul li ul li{
    padding-left: 20px;
}


/* --------------------
	  contact
--------------------- */
.main_contact{
    background: url("../images/contact/main.png") no-repeat center center /cover;
}
.contact_01{
    margin-top: 105px;
    margin-bottom: 100px;
}
.contact_01 .tel_btn{
    max-width: 797px;
    margin: 0 auto 35px auto;
}
.contact_01 .line_box{
    max-width: 571px;
    margin: 0 auto;
    background: #f9f8f8;
}
.contact_01 .line_box h3{
    font-size: 17px;
    padding: 30px 0 10px 0;
    border-bottom:#161616 solid 1px;
    text-align: center;
    margin: 0 50px;
}
.contact_01 .line_box ul{
    padding: 40px 50px;
    display: flex;
}
.contact_01 .line_box ul li{
    width: 50%;
    text-align: center;
}
.contact_01 .line_box ul li:nth-child(1) p{
    width: 127px;
    margin: 0 auto;
    display: block;
}
.contact_01 .line_box ul li:nth-child(2) p{
    width: 172px;
    margin: 30px auto;
    display: block;
}
.contact_02{
    margin-bottom: 140px;
}
a.scroll_point {
 height: 1px;
 margin-top: -95px;
 padding-top: 95px;
 display: block;
}
.privacy_01{
    margin-bottom: 124px;
}
.privacy_01 p{
    margin-bottom: 35px;
}
.privacy_01 dt{
    color: #00b3ff;
    font-weight: 500;
}
.privacy_01 dd{
    margin-bottom: 20px;
}


/* --------------------
	  schedule
--------------------- */
.main_schedule{
    background: url("../images/schedule/main_schedule.jpg") no-repeat center center /cover;
}
.schedule_01 {
    margin-top: 100px;
    margin-bottom: 120px;
}
.schedule_01 .ttl_bar{
    background: #f9f0b4;
    font-size: 22px;
    padding: 8px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.schedule_01 .section{
    padding: 20px 30px;
    font-size: 0;
}
.schedule_01 .left{
    max-width: 545px;
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin-right: 6%;
    margin-bottom: 30px;
}
.schedule_01 .left dt{
    font-size: 20px;
    color: #00b3ff;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.6em;
}
.schedule_01 .right{
    max-width: 298px;
    width: 34%;
    display: inline-block;
    vertical-align: top;
}
.schedule_01 .tour_info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.schedule_01 .tour_info dt{
    border: solid 1px #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 0px 10px;
    margin-right: 20px;
    width: 12%;
}
.schedule_01 .tour_info dd{
    line-height: 1.8em;
    margin-bottom: 5px;
    width: 80%;
}
.schedule_01 .btn{
    max-width: 253px;
}
.tour_calendar{
    padding: 100px 0;
}
.tour_calendar .month{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 80px;
}
.tour_calendar .month li{
    width: 8%;
    margin-right: .5%;
}
.tour_calendar .month li:last-child{
    margin-right: 0;
}
.tour_calendar .month li a{
    border-radius: 5px;
    text-align: center;
    background: #f9f0b4;
    width: 100%;
    padding: 5px 0;
    display: block;
    font-size: 20px;
}
.tour_calendar .month li a:hover{
    background: #00b3ff;
    color: #fff;
    border-radius: 5px;
}

.tour_title {
	width: calc(100% /5) !important;
}

.tour_calendar h4{
    font-weight: 400;
    margin-bottom: 5px;
}
.tour_calendar table{
    width: 100%;
    border: solid 1px #141414;
}
.tour_calendar table th{
    background: #ececec;
    padding: 5px 0;
    width: 14.2%;
    font-weight: 400;
    border: solid 1px #141414;
}
.tour_calendar table th.sat{
    background: #85dbff;
}
.tour_calendar table th.sun{
    background: #ccf0ff;
}
.tour_calendar table td{
    border: solid 1px #141414;
    height: 91px;
    position: relative;
    padding: 30px 0 0 0;
}
.tour_calendar table td .day{
    position: absolute;
    top: 0;
    left: 5px;
}
.tour_calendar table td.sat .day{
    color: #00b3ff;
}
.tour_calendar table td.sun .day{
    color: #c60000;
}
.tour_calendar .attention{
    margin: 10px 0;
}
.tour_calendar .attention li{
    font-size: 13px;
}
.tour_calendar .attention li img{
    width: 14px;
    position: relative;
    top: -6px;
    margin: 0 4px;
}
.tour_calendar .holiday{
    font-size: 13px;
    background: #e1efec;
    border-radius: 20px;
    border: solid 1px #141414;
    max-width: 124px;
    text-align: center;
    margin: 0 auto;
}
.tour_calendar .school{
    font-size: 13px;
    background: #f9f0b4;
    border-radius: 20px;
    max-width: 124px;
    margin: 0 auto;
    text-align: left;
    padding-left:10%;
}
.tour_calendar .daytrip{
    font-size: 13px;
    background: #f49489;
    border-radius: 20px;
    max-width: 124px;
    text-align: center;
    margin: 0 auto;
}
.tour_calendar .tour{
    font-size: 13px;
    color: #fff;
    background: #00b3ff;
    border-radius: 20px;
    max-width: 124px;
    margin: 0 auto;
    text-align: left;
    padding-left:10%;
}
.tour_calendar .start{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 94%;
    height: 24px;
    margin: 0 0 0 auto;
    border-right: none;
}
.tour_calendar .end{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 94%;
    margin: 0 auto 0 0;
    border-left: none;
    height: 24px;
    display: block;
}
.tour_calendar .middle{
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 0;
    border-left: none;
    height: 24px;
    display: block;
}

@media screen and (min-width: 769px) {
.newbnr {
    text-align: center;
    margin: 50px auto;
    width: 100%;
}

.newbnr img {
    width: auto;
}
}

@media screen and (max-width: 768px) {
.newbnr {
    text-align: center;
    margin: 50px auto;
    width: 100%;
}

.newbnr img {
    width: 100%;
}
}
</pre></body></html>