.media-print {
    display: none;
}
@media print { /* 印刷対応 */
    .media-screen {
        display: none;
    }
    .media-print {
        display: block;
    }
}
@media screen and (min-width: 800px){
    .media-screen {
        display: block;
    }
    .media-print {
        display: none;
    }
}
@media screen and (max-width: 800px){
    .media-screen {
        display: none;
    }
    .media-print {
        display: block;
    }
}


/* ========　ブラウザスタイルのリセットと基本設定　======== */
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td  {
    margin: 0;  padding: 0;
}
body{
    font-family: Meiryo, メイリオ, Verdana, "ヒラギノ角ゴ Pro W3", Osaka‐等幅, sans-serif;
}
li  {
    list-style-type: none;
}

/* ======== 文字サイズ装飾 ======== */
.verysmall {
    font-size: 10px;
}
.small {
    font-size: 12px;
    font-weight: 500;
}
.middle {
    font-size: 16px;
}
.big {
    font-size: 20px;
}
.verybig {
    font-size: 24px;
}
.impact {
    font-size: 60px;
    font-weight: bold;
}
.hide{
    display: none;
}

.c-d-gray{color: #333333;}
.c-m-gray{color: #666666;}
.c-l-gray{color: #aaaaaa;}
.c-red{color : #ff2828;}

.c-main{color: #2990bb;}
.bg-main{background-color: #2990bb;}

.c-white{color: #FFFFFF;}
.c-accent{color: #DFAE3B;}
.c-accent-2{color: #ff54af;}
.bg-accent{background-color: #DFAE3B;}

.bd-white-3{border: 3px solid #FFFFFF;}
.bd-accent{border: 1px solid #DFAE3B;}
.bd-accent-3{border: 3px solid #DFAE3B;}

.bold{font-weight: bold;}

.font-1{font-family: 'Comfortaa', cursive;}

/* ======== 位置調整 ======== */

.mt5{margin-top: 5px;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt40{margin-top: 40px !important;}
.mt80{margin-top: 80px !important;}
.mt160{margin-top: 160px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb40{margin-bottom: 40px !important;}
.mb80{margin-bottom: 80px !important;}
.mt160{margin-bottom: 160px !important;}

.pt5{padding-top: 5px !important;}
.pt10{padding-top: 10px !important;}
.pt20{padding-top: 20px !important;}
.pt40{padding-top: 40px !important;}
.pt80{padding-top: 80px !important;}
.pt160{padding-top: 160px !important;}
.pb5{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb20{padding-bottom: 20px !important;}
.pb40{padding-bottom: 40px !important;}
.pb80{padding-bottom: 80px !important;}
.pb160{padding-bottom: 160px !important;}

.ta-left{
    text-align: left;
}
.ta-center{
    text-align: center;
}
.ta-right{
    text-align: right;
}

.fl-left{
    float: left;
}
.fl-right{
    float: right;
}

/* ===== pagetop ===== */
.pagetop{
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    /*width: 100px;*/
    /*height: 40px;*/
    text-align: center;
    /*background: #f5f5f5;*/

}
.pagetop a{
    display: block;
    color: #434343;
    font-size: 11px;
    background-color: #ccc;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-emphasis:none;
    cursor: pointer;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

@media print,screen and (min-width: 800px){
    .content-wrapper{
        min-width: 1000px;
    }
}
@media screen and (max-width: 800px){
    .content-wrapper{
        min-width: 100%;
    }
}

.content-header{
    padding: 0 0 10px 0;
    background: #fff;
    /*border-bottom: 9px solid #c1cfe8;*/
    /*background-color: #c1cfe8;*/
}
@media print,screen and (min-width: 800px){
    .header-inner{
        width: 980px;
        margin: 0 auto;
    }
    .header-top{
        overflow: auto;
        padding: 8px 0 3px 0;
    }
    .header-top-left{
        display: inline-block;
        float: left;
        width: 500px;
        font-size: 11px;
    }
    .header-body{
        overflow: auto;
    }
    .header-logo{
        /*display: inline-block;*/
        float: left;
        width: 600px;
        font-size: 11px;
        height: 100px;
        color: #42230d;
    }
    .header-logo-en{
        font-size: 16px;
        color: #2990bb;
        letter-spacing: 3px;
        font-family: 'Libre Baskerville', serif;
    }
    .header-address{
        /*display: inline-block;*/
        float: right;
        width: 300px;
        text-align: right;
        font-size: 11px;
        margin: 50px 0 0 0;
        font-size: 14px;
    }
}
@media screen and (max-width: 800px){
    .header-inner{
        width: 95%;
        margin: 0 auto;
    }
    .header-top{
        overflow: auto;
        padding: 8px 0 3px 0;
    }
    .header-top-left{
        display: inline-block;
        width: 100%;
        font-size: 11px;
    }
    .header-body{
        overflow: auto;
    }
    .header-logo{
        /*display: inline-block;*/
        width: 100%;
        height: 70px;
        color: #42230d;
    }
    .header-logo h1{
        font-size: 19px;
    }
    .header-logo-en{
        font-size: 14px;
        color: #2990bb;
        letter-spacing: 3px;
        font-family: 'Libre Baskerville', serif;
    }
    .header-address{
        /*display: inline-block;*/
        width: 100%;
        text-align: right;
        font-size: 11px;
        margin: 0px 0 0 0;
        font-size: 12px;
    }
}





@media print,screen and (min-width: 800px){
    .content-nav{
        height: 50px;
        background: linear-gradient(to bottom, #eaeaea, #dfdfe4);
        border-top: 1px solid #e2e2e7;
        border-bottom: 1px solid #e2e2e7;
    }
    .content-nav-inner{
        width: 1000px;
        margin: 0 auto;
    }
    .content-nav a{
        padding: 14px 20px;
        display: inline-block;
        color: #444;
        text-decoration: none;
    }
}
@media screen and (max-width: 800px){
    .content-nav{
        background: linear-gradient(to bottom, #eaeaea, #dfdfe4);
        border-top: 1px solid #e2e2e7;
        border-bottom: 1px solid #e2e2e7;
    }
    .content-nav-inner{
        width: 96%;
        margin: 0 auto;
    }
    .content-nav a{
        padding: 10px 5px;
        font-size: 12px;
        display: inline-block;
        color: #444;
        text-decoration: none;
    }
}


.content-nav a:hover{
    color: #2990bb;
}

@media print,screen and (min-width: 800px){
    .bg-image{
        /*position: fixed;*/
        /*top: 0;*/
        /*z-index: -1000;*/
        width: 100%;
    }
    .bg-image img{
        width: 100%;
        min-width: 1000px;
    }
}
@media screen and (max-width: 800px){
    .bg-image{
        /*position: fixed;*/
        /*top: 0;*/
        /*z-index: -1000;*/
        width: 100%;
    }
    .bg-image img{
        width: 100%;
        min-width: 100%;
    }
}
.content-main{
    background: #fff;
}
@media print,screen and (min-width: 800px){
    .content-area {
        width: 1000px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 800px){
    .content-area {
        width: 100%;
        margin: 0 auto;
    }
}

.content-visual img{
    width: 100%;
}

.content-body{
    padding: 0 10px;
}
.content-body-title{
    line-height: 40px;
    border-bottom: 2px solid #2990bb;
    padding: 20px 10px 5px 10px;
}

.content-body-text{
    padding: 10px;
    line-height: 30px;
    font-size: 16px;
}

@media print,screen and (min-width: 800px){
    .content-body-text table{
        width: 80%;
        margin: 30px auto;
        border: solid 1px #000000;
        border-collapse: collapse;
        font-size: 14px;
        line-height: 22px;
    }
    .content-body-text table th{
        width: 200px;
        font-weight: normal;
        background-color: #f0f0f0;
        border: solid 1px #3d3d3d;
        padding: 10px 10px;
        text-align: center;
    }
    .content-body-text table td{
        border: solid 1px #3d3d3d;
        padding: 10px 10px;
        text-align: left;
    }
}
@media screen and (max-width: 800px){
    .content-body-text table{
        width: 100%;
        margin: 30px auto;
        border: solid 1px #000000;
        border-collapse: collapse;
        font-size: 14px;
        line-height: 22px;
    }
    .content-body-text table th{
        width: 30%;
        font-weight: normal;
        background-color: #f0f0f0;
        border: solid 1px #3d3d3d;
        padding: 10px 10px;
        text-align: center;
    }
    .content-body-text table td{
        border: solid 1px #3d3d3d;
        padding: 10px 10px;
        text-align: left;
    }
}

/*.content-body-google-imgs {*/
    /*text-align: center;*/
/*}*/
/*.content-body-google-imgs img{*/
    /*padding: 10px 10px;*/
    /*width: 100%;*/
/*}*/
.content-body-imgs {
    text-align: center;
}

/*@media print{*/
    /*.content-body-imgs img{*/
        /*padding: 10px 10px;*/
        /*width: 300px;*/
    /*}*/
/*}*/
@media print,screen and (min-width: 800px){
    .content-body-imgs img{
        padding: 10px 10px;
        width: 300px;
    }
}
@media screen and (max-width: 800px){
    .content-body-imgs img{
        padding: 10px 10px;
        width: 90%;
    }
}
.content-child-title{
    font-size: 22px;
    padding: 0 0 0 20px;
    border-left: 10px solid #95b6d2;
    margin: 20px 0;
}
.content-access-text{
    line-height: 30px;
    font-size: 16px;
}
.content-access-map{
    padding: 20px 0;
}
.content-access-map iframe {
    pointer-events: none;
}
.content-contact{
    border: 10px solid #2990bb;
}
.content-contact-inner{
    padding: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
}
@media print,screen and (min-width: 800px){
    .tel-text{
        font-size: 32px;
    }
    .tel-text-time{
        font-size: 18px;
    }
}
@media screen and (max-width: 800px){
    .tel-text{
        font-size: 20px;
    }
    .tel-text-time{
        font-size: 14px;
    }
}


.content-footer{
    background: linear-gradient(to bottom, #eaeaea, #dfdfe4);
    border-top: 1px solid #e2e2e7;
    border-bottom: 1px solid #e2e2e7;
    margin: 40px 0 0 0;
}
.footer-link {
    padding: 3px 0;
}
.footer-link a{
    color: #333;
}
@media print,screen and (min-width: 800px){
    .footer-inner{
        width: 980px;
        margin: 0 auto;
        padding: 20px 0;
        overflow: auto;
    }
    .footer-left{
        float: left;
    }
    .footer-right{
        float: left;
        padding: 0 40px;
    }
    .footer-name{
        font-size: 28px;
    }
}
@media screen and (max-width: 800px){
    .footer-inner{
        width: 95%;
        margin: 0 auto;
        padding: 20px 0;
        overflow: auto;
    }
    .footer-left{
    }
    .footer-right{
        padding: 20px 0px;
    }
    .footer-name{
        font-size: 19px;
    }
}


.footer-name-en{
    font-size: 13px;
    color: #42230d;
    letter-spacing: 3px;
    font-family: 'Libre Baskerville', serif;
}
.footer-access{
    padding: 10px 0 0 0;
}