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

accessCss

*******************************/
.bg-wh{
	padding-top: 100px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	.bg-wh{
		padding-top: 50px;
	}
}
.anchor {
    margin-top: -100px;
    padding-top: 100px;
}

/*-----------------------------
contents-list
-----------------------------*/
.contents-link li.current {
    background: url(../../img/link04.jpg) center center no-repeat;
    background-size: cover;
}

/*-----------------------------
section
-----------------------------*/
section {
    margin-bottom: 100px;
}

section h4 {
    font-size: 165%;
    letter-spacing: .05em;
    text-align: left;
    margin-bottom: 25px;
}

section .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section .left-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

section figure {
    margin: 40px 0;
    text-align: left;
}

section .txt-wrap {
    width: 43%;
}

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

section address {
    text-align: left;
}

section address .add {
    display: inline-block;
    line-height: 1.5;
    margin-right: 15px;
    margin-bottom: 5px;
}

section address a {
    display: inline-block;
    background: #000;
    border-radius: 20px;
    color: #fff;
    padding: 3px 20px;
}

section address a:hover {
    color: #fff;
}

section address span.tel {
    display: block;
    font-weight: bold;
    font-size: 110%;
    margin-top: 5px;
}

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

section address span.tel a{
    background: none;
    border-radius: none;
    color: inherit;
    padding: 0;
}

section address span.notes {
    display: block;
    margin-top: 30px;
    font-size: 90%;
    line-height: 1.5;
}

section a.btn {
    font-size: 87%;
    display: block;
    margin: 20px 0 40px 0;
    border: solid 1px #2f2f2f;
    width: 170px;
    border-radius: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

section a.btn:hover {
    background: #000;
    color: #fff;
}

section dl {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 20px;
}

.ggmap {
    width: 50%;
}

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

    .ggmap {
        width: 100%;
    }
}

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

    section .txt-wrap {
        margin-bottom: 0;
    }

    section figure {
        margin: 30px 0;
    }

    section a.btn {
        margin: 20px 0;
    }
}
