@charset "UTF-8";

body{
    text-align: center;
    font-size: 85%;
    min-width: 1024px;
}
@media screen and (max-width: 767px){
    body{
        min-width: inherit;
    }
}
a:focus, *:focus{ outline: none; }

/*bootstrap余白調整*/
.row{
    margin-right: -10px;
    margin-left: -10px;
}
p{
    margin: 0;
}
ul{
    margin: 0;
    padding: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0 10px;
}

/*bootstrapリスト高さ調整(autoHeight代用)
.row-eq-height {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}*/

.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
}

#loading{
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    opacity: 1.0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#loading img{
    position: absolute;
    top: 50%;
    left: 50%;
}


/*******************************

CommandCss

*******************************/
.red{ color: #e00 !important; }
.blue{ color: #00F !important; }
.green{ color: #0F0 !important; }
.yellow{ color: #FF0 !important; }
.orange{ color: #F90 !important; }
.white{ color: #FFF !important; }
.black{ color: #000 !important; }
.gray{ color: #888 !important; }

.m0{ margin: 0 !important; }
.m5{ margin: 5px !important; }
.m10{ margin: 10px !important; }
.m15{ margin: 15px !important; }
.m20{ margin: 20px !important; }
.m25{ margin: 25px !important; }
.m30{ margin: 30px !important; }
.m35{ margin: 35px !important; }
.m40{ margin: 40px !important; }
.m45{ margin: 45px !important; }
.m50{ margin: 50px !important; }
.m60{ margin: 60px !important; }
.m70{ margin: 70px !important; }
.m80{ margin: 80px !important; }
.m90{ margin: 90px !important; }
.m100{ margin: 100px !important; }

.mt0{ margin-top: 0 !important; }
.mt5{ margin-top: 5px !important; }
.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt35{ margin-top: 35px !important; }
.mt40{ margin-top: 40px !important; }
.mt45{ margin-top: 45px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }

.mr0{ margin-right: 0 !important; }
.mr5{ margin-right: 5px !important; }
.mr10{ margin-right: 10px !important; }
.mr15{ margin-right: 15px !important; }
.mr20{ margin-right: 20px !important; }
.mr25{ margin-right: 25px !important; }
.mr30{ margin-right: 30px !important; }
.mr35{ margin-right: 35px !important; }
.mr40{ margin-right: 40px !important; }
.mr45{ margin-right: 45px !important; }
.mr50{ margin-right: 50px !important; }
.mr60{ margin-right: 60px !important; }
.mr70{ margin-right: 70px !important; }
.mr80{ margin-right: 80px !important; }
.mr90{ margin-right: 90px !important; }
.mr100{ margin-right: 100px !important; }

.mb0{ margin-bottom: 0 !important; }
.mb5{ margin-bottom: 5px !important; }
.mb10{ margin-bottom: 10px !important; }
.mb15{ margin-bottom: 15px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb25{ margin-bottom: 25px !important; }
.mb30{ margin-bottom: 30px !important; }
.mb35{ margin-bottom: 35px !important; }
.mb40{ margin-bottom: 40px !important; }
.mb45{ margin-bottom: 45px !important; }
.mb50{ margin-bottom: 50px !important; }
.mb60{ margin-bottom: 60px !important; }
.mb70{ margin-bottom: 70px !important; }
.mb80{ margin-bottom: 80px !important; }
.mb90{ margin-bottom: 90px !important; }
.mb100{ margin-bottom: 100px !important; }

.ml0{ margin-left: 0 !important; }
.ml5{ margin-left: 5px !important; }
.ml10{ margin-left: 10px !important; }
.ml15{ margin-left: 15px !important; }
.ml20{ margin-left: 20px !important; }
.ml25{ margin-left: 25px !important; }
.ml30{ margin-left: 30px !important; }
.ml35{ margin-left: 35px !important; }
.ml40{ margin-left: 40px !important; }
.ml45{ margin-left: 45px !important; }
.ml50{ margin-left: 50px !important; }
.ml60{ margin-left: 60px !important; }
.ml70{ margin-left: 70px !important; }
.ml80{ margin-left: 80px !important; }
.ml90{ margin-left: 90px !important; }
.ml100{ margin-left: 100px !important; }

.p0{ padding: 0 !important; }
.p5{ padding: 5px !important; }
.p10{ padding: 10px !important; }
.p15{ padding: 15px !important; }
.p20{ padding: 20px !important; }
.p25{ padding: 25px !important; }
.p30{ padding: 30px !important; }
.p35{ padding: 35px !important; }
.p40{ padding: 40px !important; }
.p45{ padding: 45px !important; }
.p50{ padding: 50px !important; }
.p60{ padding: 60px !important; }
.p70{ padding: 70px !important; }
.p80{ padding: 80px !important; }
.p90{ padding: 90px !important; }
.p100{ padding: 100px !important; }

.pt0{ padding-top: 0 !important; }
.pt5{ padding-top: 5px !important; }
.pt10{ padding-top: 10px !important; }
.pt15{ padding-top: 15px !important; }
.pt20{ padding-top: 20px !important; }
.pt25{ padding-top: 25px !important; }
.pt30{ padding-top: 30px !important; }
.pt35{ padding-top: 35px !important; }
.pt40{ padding-top: 40px !important; }
.pt45{ padding-top: 45px !important; }
.pt50{ padding-top: 50px !important; }
.pt60{ padding-top: 60px !important; }
.pt70{ padding-top: 70px !important; }
.pt80{ padding-top: 80px !important; }
.pt90{ padding-top: 90px !important; }
.pt100{ padding-top: 100px !important; }

.pr0{ padding-right: 0 !important; }
.pr5{ padding-right: 5px !important; }
.pr10{ padding-right: 10px !important; }
.pr15{ padding-right: 15px !important; }
.pr20{ padding-right: 20px !important; }
.pr25{ padding-right: 25px !important; }
.pr30{ padding-right: 30px !important; }
.pr35{ padding-right: 35px !important; }
.pr40{ padding-right: 40px !important; }
.pr45{ padding-right: 45px !important; }
.pr50{ padding-right: 50px !important; }
.pr60{ padding-right: 60px !important; }
.pr70{ padding-right: 70px !important; }
.pr80{ padding-right: 80px !important; }
.pr90{ padding-right: 90px !important; }
.pr100{ padding-right: 100px !important; }

.pb0{ padding-bottom: 0 !important; }
.pb5{ padding-bottom: 5px !important; }
.pb10{ padding-bottom: 10px !important; }
.pb15{ padding-bottom: 15px !important; }
.pb20{ padding-bottom: 20px !important; }
.pb25{ padding-bottom: 25px !important; }
.pb30{ padding-bottom: 30px !important; }
.pb35{ padding-bottom: 35px !important; }
.pb40{ padding-bottom: 40px !important; }
.pb45{ padding-bottom: 45px !important; }
.pb50{ padding-bottom: 50px !important; }
.pb60{ padding-bottom: 60px !important; }
.pb70{ padding-bottom: 70px !important; }
.pb80{ padding-bottom: 80px !important; }
.pb90{ padding-bottom: 90px !important; }
.pb100{ padding-bottom: 100px !important; }

.pl0{ padding-left: 0 !important; }
.pl5{ padding-left: 5px !important; }
.pl10{ padding-left: 10px !important; }
.pl15{ padding-left: 15px !important; }
.pl20{ padding-left: 20px !important; }
.pl25{ padding-left: 25px !important; }
.pl30{ padding-left: 30px !important; }
.pl35{ padding-left: 35px !important; }
.pl40{ padding-left: 40px !important; }
.pl45{ padding-left: 45px !important; }
.pl50{ padding-left: 50px !important; }
.pl60{ padding-left: 60px !important; }
.pl70{ padding-left: 70px !important; }
.pl80{ padding-left: 80px !important; }
.pl90{ padding-left: 90px !important; }
.pl100{ padding-left: 100px !important; }


.clearb{clear: both;}
.bnone{ border: none;!important}

.txtright{text-align: right; width: 100%;}
.txtleft{text-align: left; width: 100%;}
.txtcenter{text-align: center; width: 100%;}
.float_r{float: right; display: inline;}
.float_l{float: left; display: inline;}
.vtop{ vertical-align: top;}
.imgover{}
#topback{
    bottom: 20px;
    right: 20px;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    display: none;
}
#topback span{
    font-size: 40px;
    display: block;
    color: #666;
}


/*******************************

baseCss

*******************************/
.builder{
    width: 988px;
    margin: 0 auto;
    text-align: left;
}

.bootBuilder{
    width: 988px;
    margin: 0 auto;
    text-align: left;
    overflow-x: hidden;
}

#spBtn{
    display: none;
}

.pc{
    display: block;
}
.smh{
    display: none;
}


@media screen and (max-width: 767px){
    .builder{
        width: 100%;
        text-align: left;
    }

    .bootBuilder{
        width: 94%;
        margin: 0 3%;
        text-align: left;
        overflow-x: hidden;
    }

    img.smhImg{
        width: 100%;
        height: auto;
    }


    #spBtn{
        display: inline;
        float: right;
        margin-right: 5%;
        padding-top: 20px;
    }

    #spBtn .sub{
        font-size: 11px;
        color: #fff;
        display: block;
    }


    #spBtn .menu-trigger,
    #spBtn .menu-trigger span{
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    #spBtn .menu-trigger{
        position: relative;
        width: 30px;
        height: 22px;
    }

    #spBtn .menu-trigger span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }

    #spBtn .menu-trigger span:nth-of-type(1){
        top: 0;
    }

    #spBtn .menu-trigger span:nth-of-type(2){
        top: 10px;
    }

    #spBtn .menu-trigger span:nth-of-type(3){
        bottom: 0;
    }

    #spBtn .menu-trigger.active span:nth-of-type(1){
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }

    #spBtn .menu-trigger.active span:nth-of-type(2){
        opacity: 0;
    }

    #spBtn .menu-trigger.active span:nth-of-type(3){
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }


    .pc{
        display: none;
    }

    .smh{
        display: block;
    }


}


/*******************************

layoutCss
レイアウトベースで利用するCSS

*******************************/
/*サイドナビ設置時余白用*/

.boxLPad5{
    padding-right: 5%;
}
.boxLPad10{
    padding-right: 10%;
}
.boxLPad15{
    padding-right: 15%;
}
.boxRPad5{
    padding-left: 5%;
}
.boxRPad10{
    padding-left: 10%;
}
.boxRPad15{
    padding-left: 15%;
}
@media screen and (max-width: 767px){

    .boxLPad5, .boxLPad10, .boxLPad15, .boxRPad5, .boxRPad10, .boxRPad15{
        padding-right: 0;
        padding-left: 0;
    }

}


/*　　パンクズ　　*/
#clumbs{
    padding: 5px 0;
    font-size: 12px;
}
#clumbs a:after{
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    color: #000;
    margin: 0 10px;
}

.pdf:before{
    content: "\f1c1";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    color: #cc0000;
    margin-right: 5px;
}

.arrow:before{
    content: "\f138";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    color: #cc0000;
    margin-right: 5px;
}
.linkBtn{
    display: inline-block;
    min-width: 240px;
    background: #60ccbc;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}
.linkBtn:hover{
    color: #fff;
    text-decoration: none !important;
    opacity: 0.7;
}
.linkBtn:after{
    content: "\f138";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-left: 15px;
}
.linkBtnD{
    display: inline-block;
    min-width: 240px;
    background: #666;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}


#underMain{
    min-height: 250px;
    border-bottom: 5px solid #60ccbc;
    margin-bottom: 50px;
}
#underMain .builder{
    position: relative;
}
#underMain h2{
    position: relative;
    top: 150px;
    left: 0;
    font-weight: bold;
    width: 320px;
    background: #fff;
    text-align: center;
    color: #60ccbc;
    font-size: 200%;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    display: block;
    box-shadow: 0px 0px 3px #666;
    -moz-box-shadow: 0px 0px 3px #666;
    -webkit-box-shadow: 0px 0px 3px #666;
}
#underMain h2 span{
    font-weight: normal;
    display: block;
    border-top: 1px solid #60ccbc;
    padding-top: .8em;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: .8em;
    font-size: 12px;
}


.localTitle{
    display: block;
    padding: .7em 1em;
    background: #60ccbc;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px){
    #underMain{
        min-height: 150px;
        border-bottom: 0;
        margin-bottom: 150px;
    }

    #underMain h2{
        position: absolute;
        top: 150px;
        width: 100%;
    }

    #underMain h2 span{
        font-weight: normal;
        display: block;
        border-top: 1px solid #60ccbc;
        padding-top: .8em;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: .8em;
        font-size: 12px;
    }

}


/*******************************

HeadderCss

*******************************/
header:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
header{ display: inline-block; }
/*\*/
* html header{height: 1%;}
header{display: block;}

header{
    width: 100%;
    background: #60ccbc;
}

header h1{
    width: 30%;
    float: left;
    padding: 15px 0 10px;
    margin-right: 20px;
}
header h2{
    width: 30%;
    float: left;
    padding: 30px 0 10px;
    color: #fff;
    font-size: 13px;
    line-height: 1.6em;
}

header .subNavi{
    float: right;
}

header .subNavi ul li{
    float: left;
}

header .subNavi ul li a{
    display: block;
    text-align: center;
    color: #fff;
    border-left: 1px solid #fff;
    padding: 15px 0;
    width: 120px;
    background-image: linear-gradient(135deg, #fff 10px, transparent 0);
}
header .subNavi ul li:last-child a{
    border-right: 1px solid #fff;
}

header .subNavi ul li a:hover{
    text-decoration: none;
    background: #555;
    background-image: linear-gradient(135deg, #fff 10px, transparent 0);
}

header .subNavi ul li a .fa{
    font-size: 32px;
    display: block;
    margin: 0 auto 8px;
}


@media screen and (max-width: 767px){

    header h1{
        width: 70%;
        margin-left: 5%;
    }

    header h2{
        display: none;
    }

    header .subNavi{
        float: none;
        text-align: center;
    }

    header .subNavi ul li{
        margin: 0;
        width: 50%;
    }

    header .subNavi ul li a{
        width: 100%;
        color: #000;
        background: #fff;
        padding: 10px;
    }

    header .subNavi ul li:nth-of-type(1) a{
        background: #ff6d01 !important;
        color: #fff !important;
    }

    header .subNavi ul li:nth-of-type(2) a{
        background: #60ccbc !important;
        color: #fff !important;
    }

    header .subNavi ul li a i{
        display: inline !important;
        font-size: 18px !important;
        display: inline-block !important;
        margin-right: 5px !important;
    }

    header .subNavi ul li a:hover{
        background: #ccc;
    }

    .subSet{
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 500;
    }

}


/*******************************

FooterCss

*******************************/
footer{
    margin: 0;
    padding-top: 25px;
}

footer .footData{
    width: 480px;
    float: left;
    margin-bottom: 20px;
}
footer .footData span.text{
    display: block;
    padding: 15px 0;
}
footer .footData ul{
    margin-left: -2%;
}
footer .footData ul li{
    float: left;
    width: 31.333%;
    margin-left: 2%;
}
footer .footData ul li a{
    display: block;
    text-align: center;
    background: #83d7cb;
    color: #fff;
    padding: 10px 0;
    transition-duration: 0.5s;
}
footer .footData ul li a:hover, footer .footData ul li a:active{
    background: #888;
    text-decoration: none;
    color: #fff;
    transition-duration: 0.5s;
}
footer .footData ul li a:after{
    content: "\f138";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-left: 10px;
}

footer .maps{
    width: 480px;
    float: right;
    margin-bottom: 20px;
}

address{
    width: 100%;
    background: #000;
    color: #fff;
    clear: both;
    padding: 5px 0;
    margin: 0;
}
@media screen and (max-width: 767px){
    footer .footData{
        width: 94%;
        float: none;
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 20px;
    }

    footer .footData img{
        width: 100%;
    }

    footer .footData span.text{
        display: block;
        padding: 15px 0;
    }

    footer .footData ul{
        margin-left: 0%;
        text-align: center;
    }

    footer .footData ul li{
        float: none;
        width: 100%;
        display: inline;
        margin: 0 10px;
        font-size: 13px;
        margin-left: 0%;
    }

    footer .footData ul li a{
        display: inline;
        text-align: left;
        background: none;
        color: #000;
        padding: 10px 0;
        transition-duration: 0.5s;
    }

    footer .footData ul li a:hover, footer .footData ul li a:active{
        background: none;
        text-decoration: none;
        text-decoration: underline;
        color: #000;
    }

    footer .footData ul li a:after{
        display: none;
    }

    footer .maps{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    footer .maps iframe{
        width: 100% !important;
    }

    address{
        width: 100%;
        background: #000;
        color: #fff;
        clear: both;
        padding: 5px 0;
        font-size: 10px;
        margin: 0 0 50px 0;
    }

}

/*******************************

navCss

*******************************/

nav{
    width: 100%;
    background: #333;
}

nav ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
nav ul{ display: inline-block; }
/*\*/
* html nav ul{height: 1%;}
nav ul{
    display: block;
    text-align: center;
}

nav ul li{
    display: inline-block;
    text-align: center;
}

nav ul li a{
    display: block;
    padding: 1em 2em;
    color: #fff;
    text-decoration: none;
}

nav ul li a:hover{
    background: #666;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 767px){

    nav .builder{
        width: 100% !important;
        margin: 0 !important;
    }

    nav ul{
        display: none;
    }

    nav ul li{
        width: 100%;
        float: none;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }

    nav ul li:last-child{
        border-bottom: 0;
    }

    nav ul li a{
        border: 0;

    }

}


/*******************************

topCss
トップページで利用するCSS

*******************************/
/**メインスライド**/
#mainSlide{
    position: relative;
}
#mainSlide h2{
    display: block;
    width: 80%;
    max-width: 800px;
    position: absolute;
    top: 20%;
    left: 5%;
    z-index: 1;
    text-align: left;
}

/**youtubeバナー**/
#main{
    position: relative;
}
.bnr-youtube{
    width: 260px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#topNav ul li{
    width: 25%;
    display: inline-block;
    float: left;
}
#topNav ul li a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
}
#topNav ul li a img{
    width: 40%;
    height: auto;
    margin-bottom: 5px;
    transition-duration: 0.3s;
}
#topNav ul li a:hover{
    opacity: 0.8;
}
#topNav ul li a:hover img{
    transform: scale(1.1);
    transition-duration: 0.3s;
}
#topNav ul li.no01 a{ background: #60ccbc}
#topNav ul li.no02 a{ background: #48bad1}
#topNav ul li.no03 a{ background: #66a8b5}
#topNav ul li.no04 a{ background: #5f9990}


.topCourse_nav{
    width: 50%;
    float: left;
    padding-top: 50px;
}
.topCourse_nav img{
    width: 80%;
    max-width: 491px;
}
.topCourse_nav ul{
    padding: 40px 0;
    margin-left: 9%;
}
.topCourse_nav ul li{
    width: 40%;
    float: left;
    margin-left: 3%;
    margin-bottom: 15px;
}
.topCourse_nav ul li span{
    width: 100%;
    display: block;
    background: #9ca8b3;
    font-size: 16px;
    padding: 20px 0;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.topCourse_nav ul li span:after{
    content: "\f138";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 3%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
}

.topCourse_nav ul li.topCourse01.active span{
    background: #ed6793;
}
.topCourse_nav ul li.topCourse02.active span{
    background: #489b1b;
}
.topCourse_nav ul li.topCourse03.active span{
    background: #f38c1e;
}
.topCourse_nav ul li.topCourse04.active span{
    background: #1459b7;
}


.topCourse_cont{
    width: 50%;
    float: left;
}
.topCourseList{
    margin-left: -1%;
}
.topCourseList li{
    width: 23%;
    float: left;
    margin-left: 2%;
    margin-bottom: 10px;
}
.topCourseList li img{
    width: 100%;
}

.arrow_box{
    padding: 30px 20px 20px;
    position: relative;
    background: #ffffff;
}
.arrow_box:after, .arrow_box:before{
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}
.arrow_box:before{
    border-width: 16px;
    margin-top: -16px;
}

.arrow_box.topCourse01{ border: 4px solid #ed6793;}
.arrow_box.topCourse01:before{
    border-color: rgba(237, 103, 147, 0);
    border-right-color: #ed6793;
}
.arrow_box.topCourse02{ border: 4px solid #489b1b;}
.arrow_box.topCourse02:before{
    border-color: rgba(72, 155, 27, 0);
    border-right-color: #489b1b;
}
.arrow_box.topCourse03{ border: 4px solid #f38c1e;}
.arrow_box.topCourse03:before{
    border-color: rgba(243, 140, 30, 0);
    border-right-color: #f38c1e;
}
.arrow_box.topCourse04{ border: 4px solid #1459b7;}
.arrow_box.topCourse04:before{
    border-color: rgba(20, 89, 183, 0);
    border-right-color: #1459b7;
}


#topContent .intro{
    width: 50%;
    float: left;
    background-image: url(../../images/top_introbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: 100% auto;
    transition-duration: 0.3s;
}
#topContent .guide{
    width: 50%;
    float: left;
    background-image: url(../../images/top_guidebg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: 100% auto;
    transition-duration: 0.3s;
}
#topContent div:hover{
    background-size: 105% auto;
    transition-duration: 0.3s;
}
#topContent div a{
    text-align: left;
    display: block;
    color: #fff;
    padding: 60px 35px;
    background-color: rgba(0, 0, 0, 0.2);
}
#topContent div a:hover, #topContent div a:active{
    text-decoration: none;
}
#topContent div a h3{
    display: block;
    font-weight: bold;
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#topContent div a .text{
    display: block;
    margin-top: 15px;
    margin-bottom: 35px;
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#topContent div a .dummyBtn{
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 5px 40px;
    transition-duration: 0.5s;
}
#topContent div a:hover .dummyBtn{
    background: #333;
    color: #fff;
    transition-duration: 0.5s;
}
#topContent div a .dummyBtn:after{
    content: "\f138";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-left: 10px;
}

#news{
    padding: 80px 0;
}
#news h3 img{
    margin-bottom: 40px;
}
#news ul{
    text-align: left;
    width: 500px;
    margin: 0 auto 50px;
}
#news ul li{
    margin-bottom: 15px;
}

#news .linkBtn{
    display: inline-block;
    min-width: 240px;
    background: #60ccbc;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}
#news .linkBtn:hover{
    color: #fff;
    text-decoration: none !important;
    opacity: 0.7;
}
#news .linkBtn:after{
    content: "\f138";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-left: 15px;
}

#bannerArea{
    background: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
}

#links{
    background: #555;
    padding: 20px 0;
}


.bigBanner:after, .miniBanner:after, .linksBanner:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.bigBanner, .miniBanner, .linksBanner{ display: inline-block; }
/*\*/
* html .bigBanner, * html .miniBanner, * html .linksBanner{height: 1%;}
.bigBanner, .miniBanner, .linksBanner{
    display: block;
}

.bigBanner{
    margin-left: -34px;
    margin-bottom: 40px;
}
.bigBanner li{
    float: left;
    width: 477px;
    margin-left: 34px;
}

.miniBanner{
    margin-bottom: 10px;
}
.miniBanner li{
    float: left;
    width: 25%;
}
.linksBanner{
    margin-left: -13px;
}
.linksBanner li{
    float: left;
    width: 237px;
    margin-left: 13px;
}



@media screen and (max-width: 767px){
    /**youtubeバナー**/
    .bnr-youtube{
        width: 90%;
        max-width: 310px;
        position: static;
        margin: 20px auto;
        text-align: center;
    }
    
    #topNav ul li{
        width: 50%;
    }

    #topNav ul li a{
        font-size: 14px;
        padding: 20px 0;
    }

    .topCourse_nav{
        width: 100%;
        float: none;
        padding-top: 20px;
    }

    .topCourse_nav ul{
        padding: 20px 0;
        margin-left: -1%;
    }

    .topCourse_nav ul li{
        width: 49%;
        float: left;
        margin-left: 1%;
        margin-bottom: 1%;
    }

    .topCourse_nav ul li span{
        font-size: 14px;
    }

    .topCourse_nav img{
        width: 95%;
    }


    .topCourse_cont{
        width: 100%;
        float: none;
        clear: both;
    }

    .topCourseList{
        margin-left: -1%;
    }

    .topCourseList li{
        width: 46%;
        float: left;
        height: inherit !important;
        margin-left: 3.5%;
        margin-bottom: 10px;
    }


    .arrow_box{
        padding: 30px 20px 10px;
        position: relative;
        background: #ffffff;
    }

    .arrow_box:after{
        display: none;
    }

    .arrow_box:before{
        display: none;
    }


    #topContent .intro{
        width: 100%;
        float: none;
        margin-top: 30px;
        background-image: url(../../images/top_introbg.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        background-size: 100% auto;
        transition-duration: 0.3s;
    }

    #topContent .guide{
        width: 100%;
        float: none;
        background-image: url(../../images/top_guidebg.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        background-size: 100% auto;
        transition-duration: 0.3s;
    }

    #topContent div:hover{
        background-size: 105% auto;
        transition-duration: 0.3s;
    }

    #topContent div a{
        text-align: left;
        display: block;
        color: #fff;
        padding: 20px 25px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    #topContent div a:hover, #topContent div a:active{
        text-decoration: none;
    }

    #topContent div a h3{
        font-size: 20px;
    }

    #topContent div a .text{
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 15px;
    }


    #news{
        padding: 20px 0;
    }

    #news h3 img{
        width: 95%;
        height: auto;
        margin-bottom: 30px;
    }

    #news ul{
        text-align: left;
        width: 90%;
        margin: 0 5% 30px;
    }

    #news ul li{
        margin-bottom: 15px;
        border-bottom: 1px dotted #ccc;
    }


    #bannerArea{
        background: #f1f1f1;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #links{
        background: #555;
        padding: 10px 0;
    }


    .bigBanner{
        margin-left: 0;
        margin-bottom: 20px;
    }

    .bigBanner li{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .bigBanner li img{
        width: 100%;
        height: auto;
    }

    .miniBanner{
        margin-bottom: 10px;
        margin-left: -0.5%;
    }

    .miniBanner li{
        float: left;
        width: 49.5%;
        margin-left: 0.5%;
        margin-bottom: 1%;
    }

    .miniBanner li img{
        width: 100%;
        height: auto;
    }

    .linksBanner{
        margin-left: 0;
    }

    .linksBanner li{
        float: left;
        width: 45%;
        margin-left: 3%;
        margin-bottom: 5px;
    }

    .linksBanner li img{
        width: 100%;
        height: auto;
    }

}


/*******************************

underCss
下層ページで利用するCSS

*******************************/
#underHead_other{
    width: 100%;
    background: #48bad1;
    padding: 10px 0 5px;
    margin-bottom: 50px;
}
#underHead_other h3{
    padding: 40px 0 35px 130px;
    display: block;
    text-align: left;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
#underContent h3.others{
    display: block;
    border-left: #48bad1 10px solid;
    color: #48bad1;
    margin: 30px 0;
    padding: 15px 25px;
    font-size: 30px;
    font-weight: bold;
}
@media screen and (max-width: 767px){
    #underHead_other h3{
        background: none !important;
        padding: 20px 0 15px 0;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
    }

    #underContent h3.others{
        display: block;
        border-left: #48bad1 10px solid;
        color: #48bad1;
        margin: 30px 0;
        padding: 10px 20px;
        font-size: 24px;
        font-weight: bold;
    }

}


/*******************************

news/

*******************************/
.newsMain{
    background-image: url(../../news/images/news_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
/*******************************

course/

*******************************/
.courseMain{
    background-image: url(../../course/images/course_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.courseNav{
    background: #ddd;
    padding: 10px;
    margin-bottom: 30px;
}
.courseNav ul{
    margin-left: -1%;
}
.courseNav ul li{
    float: left;
    width: 24%;
    margin-left: 1%;
}
.courseNav ul li a{
    display: block;
    background: #666;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
}
.courseNav ul li a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.courseNav ul li:nth-of-type(1) a{ background: #ed6793;}
.courseNav ul li:nth-of-type(2) a{ background: #5aa338;}
.courseNav ul li:nth-of-type(3) a{ background: #f38c1e;}
.courseNav ul li:nth-of-type(4) a{ background: #1459b7;}


.courseCol{
    padding: 20px;
    border-bottom: 2px dotted #666;
}

.courseCol .title{
    display: block;
    font-size: 24px;
    font-weight: bold;
    border: 3px solid #000;
    padding: 10px 0;
    background: #fff;
    text-align: center;
}

#course01{background: #fdf0f4;}
#course01 .title{color: #ed6793; border-color: #ed6793;}
#course02{background: #ecf5e8;}
#course02 .title{color: #489b1b; border-color: #489b1b;}
#course03{background: #fef7f1;}
#course03 .title{color: #f38c1e; border-color: #f38c1e;}
#course04{background: #e7eef8;}
#course04 .title{color: #1459b7; border-color: #1459b7;}

.courseCol ul{
    padding-top: 30px;
    margin-bottom: 30px;
}
.courseCol ul li{
    width: 23%;
    float: left;
    margin-left: 1.666%;
    margin-bottom: 20px;
}
.courseCol ul li a{
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    text-align: center;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
    box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
}
.courseCol ul li a img{
    width: 100%;
    height: auto;
}
/*210122追加*/
.Pricelist{
	margin-bottom: 40px;
}
.Pricelist li{
	float: left;
    width: 46%;
    margin: 0 2%;
}
.Pricelist li a{
	display: block;
    background: #48bad1;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
}
.Pricelist li:hover a{
	text-decoration: none;
    opacity: 0.7;
}
@media screen and (max-width: 767px){
    .courseNav ul{
        margin-left: -1%;
    }

    .courseNav ul li{
        float: left;
        width: 49%;
        margin-left: 1%;
        margin-bottom: 1%;
    }

    .courseNav ul li a{
        font-size: 14px;
    }

    .courseCol{
        padding: 10px;
    }

    .courseCol .title{
        font-size: 18px;
        border: 2px solid #000;
    }

    .courseCol ul{
        padding-top: 20px;
        margin-bottom: 30px;
    }

    .courseCol ul li{
        width: 47.4%;
        margin-bottom: 10px;
    }
	
	/*210122追加*/
	.Pricelist li a{
		font-size: 14px;
	}

}


/*******************************

information/

*******************************/
.infoMain{
    background-image: url(../../infomation/images/info_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.infoList{
    padding-top: 20px;
    margin-bottom: 30px;
}
.infoList li{
    width: 420px;
    float: left;
    margin-left: 45px;
    margin-bottom: 40px;
}
.infoList li a{
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
}
.infoList li img{
    width: 100%;
    height: auto;
}
.infoList li a span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    padding: .5em 0;
    display: block;
    background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px){
    .infoList li{
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .infoList li a span{
        font-size: 16px;
        font-weight: bold;
        padding: .5em 0;
        display: block;
        background: rgba(0, 0, 0, 0.6);
    }

}
/*******************************

intro/

*******************************/

.introMain{
    background-image: url(../../intro/images/intro_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
.introBox{
    clear: both;
    padding-top: 40px;
}
.introBox .colL{
    float: left;
    width: 50%;
}
.introBox .colL .wordWrap{
    width: 494px;
    text-align: left;
    float: right;
}
.introBox .colR{
    float: right;
    width: 50%;
}
.introBox .colR .wordWrap{
    width: 494px;
    text-align: left;
    float: left;
}
.wordWrap p{
    font-size: 14px;
    line-height: 1.8em;
    padding: 0 30px;
}

.wordWrap p.title{
    color: #60ccbc;
    font-size: 24px;
    line-height: 1.6em;
    margin-bottom: 20px;
    padding-top: 20px;
}

.introBox .colR img, .introBox .colL img{
    width: 100%;
}

.introOthers{
    clear: both;
    padding-top: 100px;
}
.introOthers ul li{
    width: 25%;
    float: left;
}
.introOthers ul li img{
    width: 100%;
}

.otherWrap{
    width: 600px;
    margin: 0 auto 80px;
}
.otherWrap p.title{
    padding-top: 30px;
    color: #60ccbc;
    font-size: 24px;
    line-height: 1.6em;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px){
    .introBox{
        clear: both;
        padding-top: 40px;
    }

    .introBox .colL{
        float: none;
        width: 100%;
    }

    .introBox .colL .wordWrap{
        width: 100%;
        text-align: left;
        float: none;
    }

    .introBox .colR{
        float: none;
        width: 100%;
    }

    .introBox .colR .wordWrap{
        width: 100%;
        text-align: left;
        float: none;
    }

    .wordWrap p{
        font-size: 12px;
        line-height: 1.8em;
        padding: 0 30px;
    }

    .wordWrap p.title{
        color: #60ccbc;
        font-size: 18px;
        line-height: 1.6em;
        margin-bottom: 10px;
        padding-top: 20px;
    }


    .otherWrap{
        width: inherit;
        padding: 0 20px;
        margin: 0 auto 80px;
    }

    .otherWrap p.title{
        padding-top: 30px;
        color: #60ccbc;
        font-size: 18px;
        line-height: 1.6em;
        margin-bottom: 20px;
    }
}
/*******************************

facility/

*******************************/

.facilityMain{
    background-image: url(../../facility/images/facility_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.facilityRead{
    display: block;
    text-align: center;
    color: #60ccbc;
    font-size: 28px;
    line-height: 1.6em;
    padding: 20px 0 50px;
}
#facility p{
    font-size: 16px;
    line-height: 2em;
}
#facility p.title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
#facility .row img{
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.facilityTable{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}
.facilityTable th{
    background: #eee;
    border: 1px solid #ccc;
    padding: 15px;
    white-space: nowrap;
}
.facilityTable td{
    border: 1px solid #ccc;
    padding: 15px;
}
@media screen and (max-width: 767px){
    .facilityRead{
        font-size: 24px;
        text-align: left;
    }

    .facilityTable th{
        display: block;
        white-space: inherit;
        border-bottom: 0;
    }

    .facilityTable td{
        display: block;
        border-bottom: 0;
    }

    .facilityTable tr:last-child td{
        border-bottom: 1px solid #ccc;
    }

}
/*******************************

licence/

*******************************/

.licenceMain{
    background-image: url(../../licence/images/licence_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.licenceTitle{
    display: block;
    padding: .7em 1em;
    background: #60ccbc;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}
.licenceTitle span{
    font-size: 14px;
}
.licenceCol .read{
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
}
.licenceFlowCol .btns{
    display: inline-block;
    padding: 1em 2em;
    background: #666;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}
.licenceFlowCol .btns:after{
    content: "\f24d";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-left: 5px;
}

.licenceCol table{
    width: 100%;
    margin-bottom: 40px;
}

.licenceCol table th{
    background: #eee;
    border: 1px solid #ccc;
    padding: 15px;
}

.licenceCol table td{
    line-height: 1.8em;
    padding: 15px;
    border: 1px solid #ccc;
}

.licenceFlowCol{
    padding: 0 80px;
}
.licenceFlowTit{
    font-size: 28px;
    font-weight: bold;
    color: #60ccbc;
    border-bottom: 1px solid #60ccbc;
    text-align: center;
    margin-bottom: 50px;
}
.licenceFlowTit span.wrap{
    display: block;
    margin-bottom: -.8em;
}
.licenceFlowTit span.wrap span{
    background: #fff;
    padding: 0 10px;
}
.licenceFlowCol dl{
    display: block;
    clear: both;
    position: relative;
    margin-bottom: 60px;
}
.licenceFlowCol dl:before{
    content: url(../../inn/images/inn_arrow.gif);
    position: absolute;
    bottom: -60px;
    left: 80px;
}
.licenceFlowCol dl:last-child:before{
    content: normal;
}
.licenceFlowCol dl dt{
    float: left;
    margin-right: 30px;
}
.licenceFlowCol dl dd{
    font-size: 14px;
    line-height: 2em;
}


/*******************************

access/

*******************************/

.accessMain{
    background-image: url("../../access/images/access_bg_20220325.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.accessImage{
    text-align: center;
}
.accessImage iframe{
    width: 100%;
    margin-bottom: 50px;
}
/*******************************

meal/

*******************************/

.mealMain{
    background-image: url(../../meal/images/meal_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
#meal p.title{
    font-size: 32px;
    font-weight: bold;
}
#meal p.price{
    font-size: 32px;
    padding: 10px 0;
}
#meal p.attention{
    font-size: 18px;
    font-weight: bold;
    color: #cc0000;
    padding-top: 20px;
}

/*******************************

inn/

*******************************/

.innMain{
    background-image: url(../../inn/images/inn_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.innRead{
    display: block;
    text-align: center;
    color: #60ccbc;
    font-size: 28px;
    line-height: 1.6em;
    padding: 20px 0 50px;
}
.innBtns{
    text-align: center;
}
.innBtns li{
    width: 40%;
    display: inline-block;
    margin: 0 2%;
}
.innBtns li.large{
    width: 84%;
}
.innBtns li a{
    position: relative;
    display: block;
    padding: 15px;
    margin-bottom: 80px;
    box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;

    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}
.innBtns li a img{
    width: 100%;
    height: auto;
}
.innBtns li a:after{
    content: url(../../inn/images/inn_arrow.gif);
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translatex(-50%); /* Safari用 */
    transform: translatex(-50%);
}

.planCol{
    margin: 0;
}

.mainVisual{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.mainVisual img{
    width: 100%;
    height: auto;
}
.visualTxt{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.visualTxt .txt{
    display: inline;
    background: #fff;
    line-height: 1.8em;
    color: #60ccbc;
    font-size: 36px;
    font-weight: bold;
}

.innPhoto img{
    width: 100%;
    height: auto;
}
.innPhoto .linkBtn{
    width: 100%;
    font-size: 18px;
}

.innMeal{
    clear: both;
    border: 1px solid #60ccbc;
    padding: 25px;
    margin-top: 30px;
}
.innMeal .attention{
    background: #cc0000;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.innMeal .title{
    font-size: 28px;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 20px;
}

.innMealR{
    width: 345px;
    float: right;
}
.innMealL p{
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.innMealL{
    width: 500px;
    float: left;
}

.planCol .option{
    clear: both;
    margin-top: 30px;
    margin-bottom: 80px;
    padding: 25px;
    background: #eee;
    line-height: 1.8em;
}
.planCol .option .title{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}

.innbold{
    font-weight: bold;
    font-size: 18px;
}

.innprice{
    font-size: 38px;
    color: red;
}

@media screen and (max-width: 767px){


    .innRead{
        font-size: 24px;
        text-align: left;
    }

    .innBtns{
        text-align: center;
    }

    .innBtns li{
        width: 46%;
        display: inline-block;
        margin: 0 1%;
    }

    .innBtns li.large{
        width: 94%;
    }


    .mainVisual img{
        width: 100%;
        height: auto;
    }

    .visualTxt{
        position: static;
        bottom: inherit;
        left: inherit;
    }

    .visualTxt .txt{
        font-size: 24px;
    }

    .innPhoto img{
        width: 100%;
        height: auto;
    }

    .innPhoto .linkBtn{
        width: 100%;
        font-size: 18px;
    }

    .innMeal{
        clear: both;
        border: 1px solid #60ccbc;
        padding: 15px;
        margin-top: 30px;
    }

    .innMeal .title{
        font-size: 18px;
    }

    .innMealR{
        width: 100%;
        float: none;
    }

    .innMealR img{
        width: 100%;
        height: auto;
    }

    .innMealL p{
        font-size: 16px;
        line-height: 1.6em;
        margin-bottom: 10px;
    }

    .innMealL{
        width: 100%;
        float: none;
    }

    .planCol .option{
        padding: 20px;
    }

    .planCol .option .title{
        font-size: 18px;
    }

    .innbold{
        font-size: 16px;
    }

    .innprice{
        font-size: 34px;
    }

}

/*******************************

company/

*******************************/

#companyWrap{
    padding: 0 20px;
}

.companyMain{
    background-image: url(../../company/images/company_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.compTable{
    width: 100%;
    margin-bottom: 50px;
}

.compTable th{
    background: #eee;
    font-weight: bold;
    padding: 15px 20px;
    border-bottom: 3px solid #fff;
}

.compTable td{
    padding: 15px 20px;
}

.compTable2{
    width: 100%;
    margin-bottom: 50px;
}

.compTable2 th{
    width: 140px;
    padding: 15px 20px;
    border-bottom: 1px dotted #000;
}

.compTable2 td{
    padding: 15px 20px;
    border-bottom: 1px dotted #000;
}
.cmpanyList{
    margin-left: 3%;
    margin-bottom: 20px;

}
.cmpanyList li{
    width: 22%;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
}
.cmpanyList li a{
    padding: 15px;
    text-align: center;
    min-height: 210px;
    display: block;
    color: #60ccbc;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
    box-shadow: 0px 0px 3px #888;
    -moz-box-shadow: 0px 0px 3px #888;
    -webkit-box-shadow: 0px 0px 3px #888;
}
.cmpanyList li a:hover{
    text-decoration: none;
    background: #60ccbc;
    color: #fff;
}
.cmpanyList li a img{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.companyOther{
    clear: both;
    border: 1px solid #60ccbc;
    padding: 30px;
    margin: 0 30px 50px;
}
.companyOther .title{
    font-size: 24px;
    color: #60ccbc;
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px){
    .compTable{
        width: 100%;
        margin-bottom: 50px;
    }

    .compTable th{
        display: block;
        border-bottom: 0;
    }

    .compTable td{
        word-break: break-all;
        display: block;
    }

    .compTable2{
        width: 100%;
        margin-bottom: 50px;
    }

    .compTable2 th{
        display: block;
        width: auto;
        padding: 15px 20px 5px;
        border-bottom: 0;
    }

    .compTable2 td{
        display: block;
        padding: 0px 20px 15px;
        border-bottom: 1px dotted #000;
    }

    .cmpanyList{
        margin-left: 0;
        margin-bottom: 20px;

    }

    .cmpanyList li{
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .cmpanyList li a{
        min-height: inherit;
    }

    .cmpanyList li a img{
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

    .companyOther{
        clear: both;
        border: 1px solid #60ccbc;
        padding: 20px;
        margin: 0 0px 50px;
    }

}

/*******************************

voice/

*******************************/

.voiceMain{
    background-image: url(../../voice/images/voice_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

#voice{
    margin-left: -1.5%;
}
#voice li{
    width: 30%;
    float: left;
    margin-left: 3%;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
#voice li img{
    width: 100%;
    height: auto;
}

#voice li span.title{
    display: block;
    background: #60ccbc;
    color: #fff;
    padding: 10px 15px;
}
#voice li span.txt{
    display: block;
    padding: 10px 15px;
}
.voicepaging{
    clear: both;
    margin-top: 45px;
    margin-bottom: 30px;
    padding: 20px 0;
    line-height: 1em;
    text-align: center;
}
.voicepaging li{
    display: inline-block;
    vertical-align: top;
    border: 1px solid #888;
}
.voicepaging li a, .voicepaging li span{
    display: block;
    font-size: 80.5%;
    color: #000;
    padding: 10px 15px;
}

.voicepaging li a:hover, .paging li span:hover{
    background: #ccc;
    text-decoration: none;
}

.voicepaging li.active a{
    background: #ccc;
}

@media screen and (max-width: 767px){

    #voice li{
        width: 100%;
        float: left;
        margin-left: 0;
        border: 1px solid #eee;
        margin-bottom: 30px;
    }

    #voice li img{
        width: 100%;
        height: auto;
    }

    #voice li span.title{
        display: block;
        background: #60ccbc;
        color: #fff;
        padding: 10px 15px;
    }

    #voice li span.txt{
        display: block;
        padding: 10px 15px;
    }

}

/*******************************

reissue/

*******************************/
#reissueTitle{
    background: url(../../reissue/images/reissue_titico.png) no-repeat top left;
}
#reissue .title{
    display: block;
    padding: .7em 1em;
    background: #60ccbc;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}
#reissue .read{
    display: inline-block;
    background: #60ccbc;
    padding: .5em 2em;
    font-weight: bold;
    margin-right: 15PX;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}

#reissue .col{
    border: 1px solid #ddd;
    padding: 40px;
    margin-bottom: 50px;
}
#reissue .col .head{
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}

/*******************************

subsidy/

*******************************/
#subsidyTitle{
    background: url(../../subsidy/images/subsidy_titico.png) no-repeat top left;
}


#subsidy{
    padding: 0 50px;
}
#subsidy .title{
    display: block;
    padding: .7em 1em;
    background: #60ccbc;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}
#subsidy .read{
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #60ccbc;
}

.subsidyTable{
    width: 100%;
}
.subsidyTable td{
    padding: 10px;
    border: 1px solid #ccc;
}


#subsidy .btns{
    display: inline-block;
    padding: 1em 2em;
    background: #60ccbc;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}
#subsidy .btns:before{
    content: "\f1c1";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-right: 5px;
}

#subsidy .btns:hover{
    opacity: 0.7;

}
@media screen and (max-width: 767px){
    #subsidy{
        padding: 0 10px;
    }

    .subsidyTable{
        border-bottom: 1px solid #ccc;
    }

    .subsidyTable td{
        display: block;
        border-bottom: 0;
    }

}

/*******************************

exam/

*******************************/
#examTitle{
    background: url(../../exam/images/exam_titico.png) no-repeat top left;
}
#exam{
    padding: 0 50px;
}
#exam .title{
    display: block;
    padding: .7em 1em;
    background: #60ccbc;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}
#exam article{
    display: block;
    margin-bottom: 40px;
}
#exam article table{
    width: 42%;
    margin: 0 3% 30px;
    float: left;
}
#exam article table th{
    width: 100%;
    text-align: center;
    font-weight: bold;
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px;
}
#exam article table td{
    width: 50%;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
}

#exam article .btns{
    display: inline-block;
    padding: 1em 2em;
    background: #666;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}
#exam article .btns:after{
    content: "\f24d";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-left: 5px;
}
@media screen and (max-width: 767px){
    #exam{
        padding: 0 10px;
    }

    #exam article table{
        width: 100%;
        margin: 0 0 30px;
        float: none;
    }

}

/*******************************

qa/

*******************************/
#qaTitle{
    background: url(../../qa/images/qa_titico.png) no-repeat top left;
}

#qa dl{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#qa dl dt{
    background: url(../../qa/images/qico.png) no-repeat top left;
    color: #48bad1;
    font-size: 24px;
    padding: 15px 0 15px 80px;
    margin-bottom: 15px;
}
#qa dl dd{
    background: url(../../qa/images/aico.png) no-repeat top left;
    padding: 20px 0 15px 80px;
    min-height: 70px;
}

@media screen and (max-width: 767px){
    #qa dl dt{
        background-size: 40px 40px;
        font-size: 18px;
        padding: 0px 0 15px 50px;
        margin-bottom: 15px;
    }

    #qa dl dd{
        background-size: 40px 40px;
        padding: 0px 0 15px 50px;
        min-height: 70px;
    }

}


/*******************************

privacy/
sitemap/
links/

*******************************/
#privacy{
    margin-bottom: 60px;
}
#privacy dl{
    margin-bottom: 30px;
}

#sitemap ul{
    width: 30%;
    display: inline;
    float: left;
    margin-left: 3%;
    margin-bottom: 30px;
}
#sitemap ul li{
    margin-bottom: 10px;
}
#sitemap ul li a:before{
    content: "\f138";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-right: 5px;
}

#sitemap ul li ul{
    width: 100%;
    display: block;
    float: none;
    padding-top: 20px;
    margin-left: 20px;
}
#sitemap ul li ul li a:before{
    content: "\f054";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    margin-right: 5px;
}

@media screen and (max-width: 767px){

    #sitemap ul{
        width: 100%;
        display: block;
        float: none;
        margin-left: 3;
        margin-bottom: 30px;
    }

}
#othersLinks .title{
    font-size: 24px;
    color: #48bad1;
    margin-top: 40px;
}


/*******************************

licence_document/

*******************************/
#licenceDocTitle{
    background: url(../../licence_document/images/licenceDoc_titico.png) no-repeat top left;
}

#licence_document{
    padding: 0 50px;
}
#licence_document .item{
    padding-top: 50px;
}
#licence_document .title{
    display: block;
    padding: .7em 1em;
    background: #60ccbc;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}
#licence_document .read{
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #60ccbc;
}

@media screen and (max-width: 767px){
    #licence_document{
        padding: 0 10px;
    }

    #licence_document .item{
        padding-top: 0;
    }

}


/*******************************

Reservation/

*******************************/

.reservationMain{
    background-image: url(../../reservation/images/reservation_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.reservationmainVisual{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.reservationmainVisual img{
    width: 80%;
    height: auto;
    margin: auto;
}

.reservationmaintext{
    margin: 10px 0 50px 0;

}
.reservation_tab{
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 100%;
    height: auto;
    margin: 30px 0 100px 0;
}

/*タブのスタイル1*/
.tab_item{
    width: calc(100% / 2);
    height: 70px;
    background-color: #48bad1;
    line-height: 70px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-bottom: 6px solid #48bad1;
    text-decoration: none !important;
}
.tab_item:hover{
    opacity: 0.75;
}

/*タブのスタイル2*/
.tab_item2{
    width: calc(100% / 2);
    height: 70px;
    background-color: #e08400;
    line-height: 70px;
    font-size: 16px;
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-bottom: 6px solid #48bad1;
    text-decoration: none !important;
}
.tab_item2:hover{
    opacity: 0.75;
}


/*ラジオボタンを全て消す*/
input[name="tab_item"]{
    display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content{
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}

.hl{
    margin: 0 0 30px 0;
}

.hl_text{
    padding-left: 15px;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}
.maru{
    height: 35px;
    width: 90px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    background: #60ccbc;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 100px;
}
.wrapper{
    display: flex;
    height: 100%;
    width: 100%;
}

.hl2{
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
    font-size: 18px;
    font-weugh: 600 !important;
    color: #48bad1;
    margin-bottom: 30px;
}
.hl2:before{
    content: "●";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 10;
    color: #5ab9ff;
}

.text_img{
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    background-color: #ffffff;
    list-style: none;
}

.text_img p{
    margin-bottom: 20px;
}
.right{
    margin-left: 30px;
    float: right;
    background: cyan;
}

.section{
    width: 80% !important;
}

/*******************************
画像切り替え
*******************************/

/*.pc{ display: block !important; }
.sp{ display: none !important; }
@media only screen and (max-width: 500px){
    .pc{ display: none !important; }

    .sp{ display: block !important;
        margin: auto;
    }
}*/