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

accessCss

*******************************/
/*-----------------------------
Subnavi
-----------------------------*/
.subnavi {
    margin-bottom: 70px;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	.subnavi {
		margin-bottom: 50px;
	}
}
/*-----------------------------
Mainimg
-----------------------------*/
.page .mainimg {
	margin-bottom: 50px;
    padding: 20px 0;
}
.page .mainimg h2 .inner{
    color: #2f2f2f;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	.page .mainimg {
		margin-bottom: 25px;
	}
}

/*-----------------------------
section
-----------------------------*/
section{
	margin: 70px auto;
}
section .left-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

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

section .txt-wrap .reserv{
	display: block;
    background-color: #000;
    color: #fff;
    padding: 5px;
}

section .txt-wrap h3 {
    font-size: 170%;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: left;
    border-bottom: solid 1px #dbdbdb;
    padding: 15px 0;
}

section address {
    text-align: left;
}

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

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

section .btn-bl:hover {
    color: #fff;
}

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

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

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

section 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 .block-list .list {
	text-align: left;
	border-bottom: solid 1px #dbdbdb;
	padding: 20px 5px;
}
section .block-list .list dt{
	width: 20%;
}
section .block-list .list dd{
	width: 80%;
}
section .block-list .list dd .btn-more{
	margin: 15px 0;
}


section .map-wrap {
    width: 57%;
	order: 1;
	padding-right: 50px;
}
.ggmap {
    height: 100%;
}

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

    section .map-wrap {
        width: 100%;
		padding-right: 0;
    }
}

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

    section figure {
        margin: 30px 0;
    }

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