@charset "UTF-8";
/*******************************

GroupCss

*******************************/
.bg-wh{
	padding-top: 100px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	.bg-wh{
		padding-top: 50px;
	}
}
/*-----------------------------
contents-list
-----------------------------*/
.contents-link li.current {
    background: url(../../img/link05.jpg) center center no-repeat;
    background-size: cover;
}

/*-----------------------------
tab
-----------------------------*/
.tab-label {
    text-align: center;
    padding: 15px .5em;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 50%;
    letter-spacing: 2px;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    border: 1px solid #000;
    margin-left: -1px;
    margin-top: -1px;
}

.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
    color: #fff;
    background: #000;
}

.tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 90px 0;
    opacity: 1;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .tab-switch:checked + .tab-label + .tab-content {
        padding: 50px 0;
    }
    .tab-label {
        padding: 10px .5em;
        width: 100%;
    }
}

/*-----------------------------
add-wrap
-----------------------------*/
.add-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
}

.add-wrap h3 {
    font-size: 165%;
    letter-spacing: .05em;
    text-align: left;
    margin-bottom: 10px;
}

.add-wrap figure {
    margin: 30px 0;
    text-align: left;
}

.add-wrap .txt-wrap {
    width: 47%;
}

.add-wrap .txt-wrap p {
    margin-bottom: 25px;
}

.add-wrap address {
    text-align: left;
}

.add-wrap address .add {
    line-height: 2;
    padding-right: 10px;
}

.add-wrap address a {
    display: inline-block;
    background: #000;
    border-radius: 20px;
    color: #fff;
    padding: 3px 20px;
    margin-bottom: 30px;
}

.add-wrap address a:hover {
    color: #fff;
}

.add-wrap address span.tel {
    display: inline-block;
    font-weight: bold;
    font-size: 110%;
    margin-right: 30px;
}

.add-wrap address span.tel:before {
    content: "\f098";
    font-family: FontAwesome;
    margin-right: 2px;
}

.add-wrap address span.fax {
    display: inline-block;
    font-size: 110%;
}

.add-wrap address span.fax:before {
    content: "\f1ac";
    font-family: FontAwesome;
    margin-right: 2px;
}

.add-wrap address span.tel a,.add-wrap address span.fax a{
    background: none;
    border-radius: none;
    color: inherit;
    padding: 0;
    margin-bottom: 0;
}

.add-wrap address span.notes {
    display: block;
    margin-bottom: 20px;
    font-size: 90%;
    line-height: 2;
}

.add-wrap .ggmap {
    width: 40%;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .add-wrap .txt-wrap {
        width: 100%;
        margin-bottom: 30px;
    }
    .add-wrap .ggmap {
        width: 100%;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .add-wrap {
        margin-bottom: 50px;
    }
    .add-wrap .txt-wrap {
        margin-bottom: 0;
    }
}

/*-----------------------------
photo
-----------------------------*/
ul.photo {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
    margin-right: -30px;
}

ul.photo li {
    width: 25%;
    text-align: center;
    padding-right: 30px;
}

ul.photo li a {
    display: block;
    position: relative;
}

ul.photo li a:after {
    display: block;
    position: absolute;
    content: url(../img/icon_exp.png);
    bottom: -3px;
    right: 0;
    z-index: 1;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    ul.photo {
        margin-bottom: 40px;
        margin-right: -15px;
    }

    ul.photo li {
        width: 50%;
        margin-bottom: 15px;
        padding-right: 15px;
    }
}

/*-----------------------------
table1
-----------------------------*/
.table1 ul {
    margin-top: 25px;
}

.table1 ul li {
    max-width: 32.6%;
    margin-bottom: 5px;
}

.table1 ul li:not(:last-child) {
    margin-right: 1%;
}
