@charset "UTF-8";
body {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #5f5855;
}

.font-sans-serif {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

a {
	text-decoration: underline;
}

p {
	font-size: 13px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-weight: bold;
}

h1.logo {
	position: absolute;
	top: 29px;
	margin-top: 0;
	width: 190px;
	z-index: 100;
}
h1.logo img {
	width: 100%;
}

h2 {
	color: #937a36;
	font-size: 24px;
}
h2 span {
		font-size: 19px;
	display: block;
	margin-top: 5px;
}

iframe {
	border: 0 !important;
	height: 100%;
	width: 100%;
}

.telephone {
	margin-top: 11px;
	float: right;
	text-align: right;
	overflow: hidden;
	*zoom: 1;
}
.telephone a {
	text-decoration: none;
}
.telephone dl {
	color: #221815;
}
.telephone dl dt {
	font-size: 14px;
}
.telephone dl dd.tel {
	color: #937a36;
	font-size: 20px;
}
.telephone dl dd.tel span {
	font-size: 16px;
}
.telephone dl dd.time {
	font-size: 12px;
}

section.section-box {
	padding: 88px 0 44px;
}
section.bg-gray {
	background: url(../img/bg-gray.png);
}
section.bg-green {
	background: url(../img/bg-green.png);
}
section.bg-purple {
	background: url(../img/bg-purple.png);
}

.container.container--small {
	padding-left: 128px;
	padding-right: 128px;
}
.container.container--small-half {
	padding-left: 64px;
	padding-right: 64px;
}

footer {
	text-align: center;
	padding: 40px 0 15px;
}
footer small {
	display: block;
	margin-top: 15px;
}
footer span {
	font-size: 10px;
	line-height: 1.6;
	display: block;
	color: #979797;
}

.page-top {
	text-align: right;
	margin-top: 30px;
}

.page-top a {
	color: #5f5855;
}

/*--top
-------------------------------------*/
.main-img {
	height: 488px;
	background: url(../img/bg-top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-img .top__main-img {
	height: 488px;
	background: url(../img/top-main-haha.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.main-img .top__main-copy {
	color: #231815;
	width: 386px;
	height: 385px;
	margin: 51px 0;
	background: url(../img/top-main-copy.png);
	text-align: center;
	font-size: 14.5px;
	padding: 70px 0;
}
.main-img .top__main-copy strong {
	font-size: 30px;
	line-height: 1.33;
	margin-bottom: 10px;
	display: block;
}
.main-img .top__main-copy p {
	line-height: 1.79;
}

.top__new p {
	font-size: 13px;
	margin: 12px 0;
}
.top__new p span {
	line-height: 1.2;
}

.top__service .col-sm-5 {
	margin-top: 70px;
	margin-bottom: 25px;
}
.top__service.first .col-sm-5 {
	margin-top: 45px;
}
.top__service h3 {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 13px;
}
.top__service p {
	font-size: 12px;
	line-height: 1.66;
	padding: 0 36px;
}
.top__service a {
	line-height: 2;
}
.top__service .table-link {
	padding: 0 36px;
}
	.top__service .table-link table {width: 100%;}
		padding: 0 36px;
	}

.more-btn {
	padding-top: 48px;
}

.more-btn1 {
	padding-top: 48px !important;
}
.scroll-box {
	background: #fff;
	overflow: scroll;
	height: 470px;
	width: 100%;
	border: 1px solid #eedfcf;
	margin-top: 35px;
}

.tab-content {
	background: #fff;
	padding: 10px 20px;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

/*--access
-------------------------------------*/
.google-map {
	height: 500px;
}

.access-map .nav-tabs li {
	width: 50%;
	text-align: center;
}
.access-map .tab-pane ol {
	margin-left: -40px;
}
.access-map .tab-pane ol li {
	list-style-position: inside;
	margin-top: 40px;
}
.access-map .tab-pane ol li span {
	display: block;
	margin-bottom: 10px;
}

.simple-box {
	border: 1px solid #eedfcf;
	height: 100%;
	padding: 5px 10px 20px;
	min-height: 240px;
}
.simple-box.bg-white {
	background: #fff;
}
.simple-box .simple-box__header {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 19px;
}
.simple-box .bottom {
	position: absolute;
	width: 83%;
	bottom: 0;
	text-align: center;
}

ul.media {
	padding: 0 35px;
}
ul.media li {
	color: #5f5855;
	padding: 40px 0;
	list-style: none;
	font-size: 13px;
	border-bottom: 1px solid #bd952b;
}
ul.media li:nth-last-of-type(1) {
	border-bottom: none;
}
ul.media li time {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.mb-20 {
	margin-bottom: 20px;
}

.pt-20 {
	padding-top: 20px;
}

@media (min-width: 767px) {
	.navbar-default {
		background-color: initial;
		border: none;
	}

	.navbar-nav > li {
		border-right: 1px solid #bd952b;
		margin: 0 5px;
	}
	.navbar-nav > li:nth-last-of-type(1) {
		border-right: none;
	}
	.navbar-nav > li > a {
		padding-top: 4px;
		padding-bottom: 4px;
	}
}
@media (max-width: 767px) {
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 10px;
		margin-bottom: 12px;
	}

	h2 {
		font-size: 20px;
	}
	h2 span {
		font-size: 16px;
	}

	h3 {
		font-size: 16px;
	}

	section.section-box {
		padding: 37px 0 20px;
	}

	h1.logo {
		width: 95px;
		top: 9px;
	}

	.telephone dl dt {
		font-size: 11px;
	}
	.telephone dl dd.tel {
		font-size: 15px;
	}
	.telephone dl dd.tel span {
		font-size: 13px;
	}
	.telephone dl dd.time {
		font-size: 10px;
	}

	.navbar-default .navbar-nav > li {
		border-top: 1px #eedfcf solid;
	}
	.navbar-default .navbar-nav > li:first-child {
		border: none;
	}
	.navbar-default .navbar-nav > li > a:after {
		content: "";
		float: right;
		width: 7px;
		height: 11px;
		margin: 5px 0;
		background: url(../img/ico-arrow.png);
		background-size: cover;
		background-repeat: no-repeat;
	}

	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.container.container--small, .container.container--small-half {
		padding-left: 15px;
		padding-right: 15px;
	}

	footer {
		text-align: left;
		padding: 30px 0 15px;
	}
	footer small {
		margin-top: 15px;
		font-size: 10px;
	}
	footer span {
		font-size: 10px;
		line-height: 1.4;
	}

	.page-top {
		margin-top: 20px;
	}

	/*--top
	-----------------------*/
	.main-img {
		height: 240px;
	}
	.main-img .top__main-img {
		background: url(../img/sp-top-img.png);
		background-size: 300px;
		height: 240px;
		background-repeat: no-repeat;
		background-position: bottom;
	}

	.top__new p {
		margin: 8px 0;
	}

	.top__service .col-sm-5 {
		margin-top: 35px;
		margin-bottom: 25px;
	}

	ul.media {
		padding: 0 20px;
	}
	ul.media li {
		color: #5f5855;
		padding: 20px 0;
	}

	/*--access
	-----------------------*/
	.google-map {
		height: 250px;
	}
	.google-map + p span {
		display: block;
	}

	.img-xs-full {
		width: 100%;
	}

	.simple-box {
		min-height: initial;
		margin-bottom: 10px;
	}
	.simple-box .bottom {
		width: 100%%;
		position: initial;
	}

	.mb-xs-20 {
		margin-bottom: 20px;
	}

	.mb-xs-10 {
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	h1.logo {
		position: absolute;
		top: 12px;
		margin-top: 0;
	}

	.container.container--small, .container.container--small-half {
		padding-left: 11px;
		padding-right: 11px;
	}

	.navbar {
		margin-top: 23px;
	}

	.navbar-nav.navbar-right:last-child {
		margin-right: 27px;
	}
}
@media (min-width: 768px) {
	.p0-sm {
		padding: 0;
	}
}
