@charset "utf-8";
/* CSS Document */

/*===============================================
　共通モジュール
===============================================*/

body {
    background: url(../img/img_body_bg.gif) repeat-y center top;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #581415;
}


br.mob {
    display: none;
}

@media print,
screen and (max-width: 768px) {
    br.pc {
        display: none;
    }
    br.mob {
        display: block;
    }

}


/*===============================================
　ぱんくず設定
===============================================*/

#breadcrumbs {
    font-size: .7rem;
}


/*===============================================
　メインコンテンツ
===============================================*/

.red {
    color: #ff0000;
}

.info {
    width: 100%;
    padding: 2em;
    border: 2px double #ddd;
    margin: 2em;
}

section#title {
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #482f15;
}

section#title img {
    display: block;
    margin: 0 auto;
}

section#title h1 {
    display: block;
    margin: 0;
    padding: 0;
}

.alertArea {
    padding: 1.5em;
    border: 6px double #ddd;
    margin: 1.5em;
    font-size: 1.4em;
    line-height: 2.4em;
    text-align: center;
}

.alertArea p{
    margin-bottom: 1em;
}


.alertArea table {
    width: 90%;
    margin: auto;
    font-size: 16px;
}

.alertArea th {
    text-align: left;
    white-space: nowrap;
    background: #fff;
}

.alertArea td {
    text-align: left;
}


.alertArea table,
.alertArea th,
.alertArea td{
    padding: 3px 6px;
    border: #ccc thin solid;
}

.smp {
    display: none;
}

/*===============================================

　タブメニュー

===============================================*/

#title nav {
    padding: 0;
    position: absolute;
    z-index: 100;
    margin-top: -23px;
    border-top: solid 1px #775a3d;
    width: 960px;
    height: 44px;
}

nav ul.menu_ai {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 44px;
    background: #482f15;
    border-top: solid 1px #2d1e0e;
}


nav ul.menu_ai li {
    display: inline;
    margin: 0;
    height: 42px;
    width: 150px;
    float: left;
    text-align: center;
    border-right: 1px solid #775a3d;
    border-left: 1px solid #2d1e0e;
    font: bold 12px;
}

nav ul.menu_ai li a:link,
nav ul.menu_ai li a:visited {
    color: #ffffff;
    text-decoration: none;
    background-color: #482f15;
    display: block;
    height: 42px;
    padding: 10px 0;
}

nav ul.menu_ai li a:hover {
    background-color: #925515;
    color: #000000;
    text-decoration: none;
    display: block;
    height: 42px;
    width: 150px;
    margin: 0;
    padding: 10px 0;
}

/*===============================================

　link

===============================================*/
/*
.wrap a:link, .wrap a:visited{
	color:#482f15;
	text-decoration:none;
}

.wrap a:hover{
	color:#a8001c;
	text-decoration:underline;
}
*/
.apply .btn_all {
    margin: -.5em 0 1em 0.5em;
    padding: 1.4em 1.4em 1.3em 1.4em;
    width: 57%;
    height: 3.4em;
    text-align: center;
    font-size: 1.7em;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 0.2em;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0.2em;
    /* Firefox用 */
    -ms-border-radius: 0.2em;
    /* Internet Explorer用 */
    border-radius: 0.2em;
    /* CSS3草案 */
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #82470a), color-stop(1.00, #482f15));
    background: -webkit-linear-gradient(#82470a, #482f15);
    background: -moz-linear-gradient(#82470a, #482f15);
    background: -o-linear-gradient(#82470a, #482f15);
    background: -ms-linear-gradient(#82470a, #482f15);
    background: linear-gradient(#82470a, #482f15);
}

.apply .btn_all:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    text-decoration: none;
}


/*===============================================

　本文コンテンツ

===============================================*/

section {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-top: 10px;
}


section h3 {
    clear: both;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0 0 10px;
    color: #C80609;
    font-weight: bold;
}

section h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 50px 0 0 0;
    clear: both;
    font-weight: bold;
}

section h5 {
    font-size: 16px;
    line-height: 18px;
    clear: both;
    margin: 10px -.5em 0 0;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.textc {
    text-align: center;
}

section .comment {
    width: 900px;
    margin: 20px auto 0 auto;
    padding: 0;
    line-height: 20px;
    overflow: hidden;
}

section .comment p.pickup {
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
}

section .comment p {
    margin-bottom: 15px;
    margin-top: 15px;
}

section div.cation {
    margin: 0 0 30px 10px;
    clear: both;
}

section .comment ul {
    margin: 20px 0 0 60px;
}

section .comment ul li {
    list-style-type: circle;
    list-style-position: outside;
}

/* 利用規約 */
.rule dl {
    display: block;
    margin: 10px 0 10px 20px;
}

.rule dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.rule dd {
    font-size: 14px;
    margin-bottom: 20px;
}


#price {
    overflow: hidden;
}


#price h5 {
    margin-bottom: 1em;
}

#price table {
    width: 47%;
}


#price p.tax {
    font-size: 12px;
    text-align: right !important;
    clear: both;
}


/* 料金 ＿学生*/
table#student {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    float: left;
    margin-bottom: 5px;
}



table#student th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#student td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#student tr:nth-child(2n+1) {
    background: #F5F5F5;
}

/* 料金 ＿教職員＆一般*/
table#general {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    float: right;
}

table#general th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#general td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#general tr:nth-child(2n+1) {
    background: #F5F5F5;
}

/* 設備紹介 */
section div.box {
    margin-bottom: 5em;
    padding: 0 2em 0 0;
    display: flex;
    width: 100%;
}

section .box_sketch {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
}

/*
section div.viewer ul{ width:50%;}
section div.viewer a{display:block;width:100%;}
section div.viewer a img{width:340px;margin:0 auto;display:block;}
*/

section div.box_sketch a {
    display: block;
    width: 100%;
}

section div.box_sketch a img {
    width: 640px;
    margin: 0 auto;
    display: block;
}

section div.box_sketch p {
    text-align: right;
}

/*
.right a:link, .right a:visited{
	color:#691111;
	text-decoration:none;
}

.right a:hover{
	color:#a8001c;
	text-decoration:underline;
	
}
*/
section .txt_box {
    float: right;
    width: 48%;
    margin-left: .5em;
    margin-top: .8em;
}


section div.rule {
    clear: both;
    margin: 10px 0 0 10px;
    padding: 10px;
    width: 880px;
    height: 300px;
    overflow: auto;
    background-color: #eee;
}

section p .bnr {
    margin-top: 10px;
}

section ul {
    margin-top: 10px;
}

section li {
    margin: 10px;
}

section .caption_g {
    font-size: .9rem;
    line-height: 15px;
    text-align: right;
    color: #666;
    margin: 10px 0;
    letter-spacing: 0.02em;
    /*	display:block;*/
}

section .caption {
    font-size: .8rem;
    clear: both;
    line-height: 15px;
    text-align: left;
    margin: 10px 0;
    letter-spacing: 0.1em;
}



.tit {
    font-size: 20px;
    line-height: 1.8em;
    font-weight: bold;
}

/*問い合わせ部分*/
section#access dl.info {
    width: 50%;
    margin: 0;
    float: left;
}

section#access #map {
    float: right;
    width: 400px;
}

section#access #map .gMap {
    margin-top: 5px;
}

section#access #map .gMap a {
    padding: 0 0 0 25px;
    text-decoration: underline;
    position: relative;
}

section#access #map .gMap a:hover {
    text-decoration: none;
}

section#access #map .gMap a:before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background: url(../../../../img/common/sprite.png) no-repeat -110px -50px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.tel_icon2 {
    margin: 25px 10px -5px 5px;
}

.tel {
    font: 28px bold;
    line-height: 2em;
    text-align: center;
    background-color: #edc59c;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

/*問い合わせ部分*/
.call {
    font-size: 1.7em;
    line-height: 1.5em;
    font-weight: bold;
    margin-top: 10px;
}

.sp {
    font-size: 2em;
    line-height: 2.5em;
    text-align: center;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 40%;
    height: 3em;
    background-color: #edc59c;
}

.tel_icon {
    margin: 20px 20px 0 10px;
}

.call2 {
    font-size: 1.7em;
    line-height: 1.0em;
    font-weight: bold;
    margin-bottom: 30px;
}

#inq {
    width: 900px;
    margin: 10px 0 10px 20px;
    float: right;
}

#inq form select {
    font-size: 15px;
    padding: 1px 0 1px 3px;
    width: 260px;
    height: 25px;
    margin: 25px 0 20px 30px;
    vertical-align: top;
}

#inq .btn {
    margin: 20px 0 15px 10px;
    cursor: pointer;
}

.sub {
    font-size: 12px;
}

.clr {
    clear: both;
}


/*================================================*/
/*　利用料金　*/
/*================================================*/

th {
    background-color: #C0BEBE;
}

td {
    text-align: center;
}

table.ml30 {
    margin-left: 30px;
    margin-bottom: 10px;
    float: left;
}


table.ml20 {
    margin-left: 20px;
    margin-bottom: 30px;
    float: left;
}

#siteFooter {
    font-size: .7rem;
    color: #000;
    line-height: 1em;
}

#siteFooter section {
    margin: 0;
}

#siteFooter .details dl dt {
    font-size: .9rem;
    color: #333;
}

#siteFooter .details dl #community {
    font-size: .9rem;
    color: #333;
    padding-left: 2px;
}

#siteFooter .details dl dd ul li {
    line-height: 1.2em;
}



/* CALL
------------------------------------------------------------------------------------------------------------------------------- */

.call a:before {
    left: 5px;
    width: 4px;
    height: 8px;
    border-width: 5px 0 5px 2px;
    border-style: solid;
    border-color: #c55500;
    background: transparent;
    /* css3 */
    -webkit-border-top-left-radius: 3px 5px;
    -webkit-border-bottom-left-radius: 3px 5px;
    -moz-border-radius-topleft: 3px 5px;
    -moz-border-radius-bottomleft: 3px 5px;
    border-top-left-radius: 3px 5px;
    border-bottom-left-radius: 3px 5px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.call-on a:after {
    left: 10px;
    width: 6px;
    height: 6px;
    margin-top: -8px;
    border: 4px double #c55500;
    border-width: 4px 4px 0 0;
    background: transparent;
    /* css3 */
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.call a:hover:before,
.call a:focus:before,
.call a:active:before,
.call a:hover:after,
.call a:focus:after,
.call a:active:after {
    border-color: #730800;
    background: transparent;
}


/* .viewer
------------------------- */
.viewer {
    margin: 0 1em;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.viewer ul {
    width: 100%;
    list-style-type: none;
    /*    position: relative;*/
}

.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.viewer ul li img {
    width: 100%;
    height: auto;
}


/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}

.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}

.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}


/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
    list-style-type: none;
}

.viewer ul {
    display: flex;
    overflow: hidden;
    list-style-type: none;
}


@media only screen and (max-width:768px) {
    section {
        width: 90%;
        margin: 0 auto;
    }

    section#title {
        padding-bottom: 82px;/*110*/
        margin-bottom: 10px;
    }

    .smp {
        clear: both;
    }

    .alertArea {
        padding: 1.5em;
        border: 6px double #ddd;
        margin: 1.5em;
        font-size: 14px !important;
        line-height: 1.9em;
        text-align: left;
    }


    .alertArea table {
        width: 100%;
        font-size: 14px !important;
    }

    section#title img {
        width: 100%;
        height: auto;
    }

    #title nav {
        padding: 0;
        position: absolute;
        z-index: 100;
        margin-top: -23px;
        border-top: solid 1px #775a3d;
        width: 100%;
        height: auto;
    }

    nav ul.menu_ai {
        padding: 0;
        margin: 0;
        width: 100%;
        height: auto;
        background: #482f15;
        border-top: solid 1px #2d1e0e;
    }

    nav ul.menu_ai li {
        display: inline;
        margin: 0;
        height: 44px;
        width: 100%;
        float: none;
        text-align: center;
        border: none;
    }

    nav ul.menu_ai li a:link,
    nav ul.menu_ai li a:visited {
        color: #ffffff;
        text-decoration: none;
        background-color: #482f15;
        display: block;
        height: auto;
        padding: 10px 0;
        border-bottom: solid 1px #775a3d;
    }

    nav ul.menu_ai li a:hover {
        width: 100%;
        float: none;
        padding-bottom: -2em;
    }

    section h3 {
        clear: both;
        width: 100%;
        font-size: 1.3rem;
        line-height: 24px;
        margin: 0;
        color: #C80609;
        font-weight: bold;
    }

    section h3 img {
        width: 160%;
        overflow: hidden;
    }

    section h5 {
        width: 100%;
        border: none;
        margin: 1em 0;
    }

    section .comment {
        width: 100%;
        margin: 20px auto 30px auto;
    }

    .sp {
        font: 1.8rem bold;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 2em;
        text-align: center;
        margin: auto;
        padding: 15px 0 12px;
        display: block;
        width: 100%;
        height: auto;
        background: #edc59c;
    }

    /*.sp img{display:none;}*/
    .sp a {
        margin: 0;
    }

    .sp img.tel_icon {
        width: 6%;
    }

    .apply .btn_all {
        margin: .2em 0;
        padding: 0.4em 2em 0.4em 2em;
        width: 100%;
        text-align: center;
        font-size: 1.8em;
        line-height: 3em;
        color: #fff;
        text-decoration: none;
        -webkit-border-radius: 0.2em;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 0.2em;
        /* Firefox用 */
        -ms-border-radius: 0.2em;
        /* Internet Explorer用 */
        border-radius: 0.2em;
        /* CSS3草案 */
        display: inline-block;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #82470a), color-stop(1.00, #482f15));
        background: -webkit-linear-gradient(#82470a, #482f15);
        background: -moz-linear-gradient(#82470a, #482f15);
        background: -o-linear-gradient(#82470a, #482f15);
        background: -ms-linear-gradient(#82470a, #482f15);
        background: linear-gradient(#82470a, #482f15);
    }

    .apply .btn_all:hover {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        text-decoration: none;
    }

    section .caption_g {
        font-size: .8rem;
        line-height: 15px;
        text-align: left;
        color: #666;
        margin: 10px 0;
        display: block;
        font-weight: normal;
    }

    table#student {
        width: 100%;
        float: none;
    }

    table#general {
        float: none;
        width: 100%;
    }

    table.ml20 {
        margin-left: 0;
    }

    table.ml30 {
        margin-left: 0;
    }

    section div.cation {
        margin: 0;
        width: 100%;
    }

    section .comment ul {
        margin: 0;
    }

    section .comment ul li {
        display: inline-block;
        margin-bottom: 10px;
        margin-left: 0;
        padding-bottom: 5px;
        border-bottom: dotted 1px #999;
        width: 100%;
        display: block;
    }

    section div.rule {
        margin: 10px 0 0 0;
        padding: 10px;
        width: 100%;
        height: 300px;
        overflow: auto;
        background-color: #eee;
    }

    .rule dl {
        margin: 0;
    }

    section div.box {
        margin: -.5em 0 3em 0;
        display: block;
    }

    section .txt_box {
        margin: 0;
        width: 100%;
        float: none;
    }

    .box img.photo {
        width: 100%;
        margin-bottom: 20px;
    }

    section div.viewer ul {
        list-style-type: none;
    }

    section div.viewer img {
        width: 100%;
    }

    section div.box_sketch a img {
        width: 100%;
    }

    section#access dl.info {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }

    .tel {
        background: #edc59c;
    }

    .tel .tel_icon2 {
        display: none;
    }

    .tel a {
        font-family: Arial, Helvetica, sans-serif;
    }

    section#access #map {
        width: 100%;
        float: none;
    }

    section#access #map iframe {
        width: 100%;
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        height: 30px;
    }

    .red {
        color: #ff0000;
    }

    .info {
        width: 100%;
        padding: 2em;
        border: 2px dotted #ddd;
        margin: 2em;
    }

}
