@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.Layout]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.Layout]
--------------------------------------------------------------------------*/
section#top {
	text-align: center;
}
section#top h2 {
	font-size: 34px;
	color: #585d72;
	margin-bottom: 30px;
	line-height: 160%;
}
section#top p {
	margin-bottom: 30px;
	font-weight: bold;
}
.ttl-thumbs {
	background: #585d72;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #FFF;
	margin-bottom: 70px;
}
.ttl-thumbs li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.ttl-thumbs li:nth-child(odd) {
	width: 60%;
	padding: 60px 100px;
}
.ttl-thumbs li:nth-child(even) {
	width: 40%;
}
.ttl-thumbs li h3 {
	font-size: 34px;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: 30px;
}
.li-3c {
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 60px;
}
.li-3c li {
	width: 33.33%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 30px;
}
.li-3c li a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
}
.li-3c li a img {
	width: 100%;
	margin-bottom: 40px;
}
.li-3c li a h4 {
	font-size: 17px;
}
#news {
	margin-bottom: 120px;
}
.ttl {
	text-align: center;
	font-weight: normal;
	margin-bottom: 60px;
}
.ttl h3 {
	font-size: 34px;
}
.li {
	min-width: 1080px;
	width: 100%;
	max-width: 1180px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto 60px auto;
}
.li li a time {
	width: 13%;
	display: block;
	float: left;
}
.li li a h4 {
	width: 85%;
	display: block;
	float: left;
	font-weight: normal;
	text-decoration: underline;
}
.li li a:hover h4 {
	text-decoration: none;
}
#contact-guide {
	background: #eeeef1;
}
#contact-guide h3 {
	font-size: 34px;
	margin-bottom: 20px;
}
#contact-guide ul {
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#contact-guide ul li {
	background: #FFF;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 50%;
	border: solid 1px #eeeef1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}
#contact-guide ul li a {
	display: block;
	padding: 60px;
}
#contact-guide ul li:nth-child(3) a {
	padding: 30px;
}
#contact-guide ul li a h5 {
	font-size: 28px;
	color: #a25d72;
	margin-bottom: 30px;
}
#contact-guide ul li:nth-child(3) a h5 {
	font-size: 20px;
	margin-bottom: 0;
}
.li-frm {
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li-frm li:first-child {
	width: 15%;
	font-weight: bold;
	padding: 12px 0;
}
.li-frm li:nth-child(2) {
	width: 10%;
	padding: 12px 0;
}
.li-frm li span.required {
	background: #a25d72;
	color: #FFF;
	font-size: 14px;
	padding: 2px 10px;
}
.li-frm li:last-child {
	width: 75%;
}
.acceptance {
	text-align: center;
	margin: 30px auto;
}
.acceptance a {
	text-decoration: underline;
}
.acceptance a:hover {
	text-decoration: none;
}
section.ttl_page {
	background: #ECECEC;
	width: 100%;
	max-width: 1480px;
	height: 375px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 250px 40px 0 40px;
	margin-bottom: 20px;
	text-align: center;
}
section.ttl_page p {
	font-size: 15px;
	color: #585d72;
}
section.ttl_page h2 {
	font-size: 30px;
}
table.tb {
	border-top: solid 1px #999;
	border-left: solid 1px #999;
}
table.tb td {
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 15px 20px;
}
table.tb td:nth-child(odd) {
	background: #ececec;
}
.li-2c {
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: stretch;
	align-items: stretch;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 80px;
}
.li-2c li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li-2c li:nth-child(odd) {
	width: 463px;
}
.li-2c li:nth-child(even) {
	width: 680px;
}
.li-2c li p {
	font-size: 14px;
}
.li-2c li p:first-child {
	color: #585d72;
}
.li-2c li h3 {
	font-size: 30px;
	color: #585d72;
	margin-bottom: 20px;
}
.page h4 {
	font-size: 30px;
	color: #585d72;
	margin-bottom: 20px;
}
table.tb-4 {
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	font-size: 18px;
	margin-bottom: 40px;
}
table.tb-4 thead {
	background: #585d72;
	color: #FFF;
}
table.tb-4 td {
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 15px 20px;
}
table.tb-4 thead th {
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	font-size: 18px;
	padding: 15px 20px;
}
.bg-ececec {
	background: #ececec;
}
section.ttl-list {
	 background: url(../images/layouts/main-list.png) no-repeat center bottom;
	 background-size: auto;
}
.li-thumbs {
	min-width: 1080px;
	width: 100%;
	max-width: 1180px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto 60px auto;
}
.li-thumbs li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: solid 1px #CCC;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.li-thumbs li a .thumbs {
	width: 300px;
	float: left;
}
.li-thumbs li a .li-txt {
	width: 830px;
	font-size: 16px;
	float: right;
}
.li-thumbs li a time {
	font-size: 12px;
}
.li-thumbs li a h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.pager {
	position: relative;
	text-align: center;
	font-size: 16px;
}
.pager a {
	color: #999;
	margin: 0 5px;
}
.pager a.prev {
	position: absolute;
	left: 0;
	color: #585d72;
}
.pager a.next {
	position: absolute;
	right: 0;
	color: #585d72;
}
.pager span.current {
	color: #585d72;
	font-size: 24px;
}
section.ttl-single h2 {
	font-size: 30px;
	line-height: normal;
}
.single time {
	font-size: 12px;
}
.single img {
	max-width: 1180px;
	margin-bottom: 30px;
}

/* [00.Media Queries]
--------------------------------------------------------------------------*/
@-ms-viewport,
@viewport {
	width: device-width;
}
@media (max-width: 999px) {
	.pkg {
		min-width: inherit;
	}
	section.pkg,
	section .pkg {
		padding: 60px 20px;
	}
	header {
		height: 80px;
	}
	header #logo {
		width: 140px;
		height: 28px;
		top: 23px;
		left: 20px;
	}
	h1,
	header #tel,
	header #menu span:last-child,
	header nav {
		display: none;
	}
	header nav {
		border-top: none;
		width: 100%;
		top: 75px;
	}
	header nav ul {
		background: #FFF;
		min-width: inherit;
		width: 100%;
		height: auto;
		display: block;
	}
	header nav ul li {
		width: 100%;
		border-bottom: solid 1px #CCC;
	}
	header nav ul li a {
		margin: 0;
		padding: 20px 20px 40px 20px;
		border-right: none;
	}
	header #menu {
		display: block;
	}
	main {
		padding-top: 80px;
	}
	section#top h2 {
		font-size: 24px;
	}
	section#top h2 br,
	section#top p br {
		display: none;
	}
	.btn {
		width: 100%;
	}
	.ttl-thumbs {
		display: block;
		margin-bottom: 0;
	}
	.ttl-thumbs li:nth-child(odd),
	.ttl-thumbs li:nth-child(even) {
		width: 100%;
	}
	.ttl-thumbs li:nth-child(odd) {
		padding: 30px !important;
		text-align: center;
		margin: 0 !important;
	}
	.li-3c li {
		width: 50%;
		margin-bottom: 30px;
	}
	.li-3c li a h4 {
		font-size: 15px;
	}
	.li {
		min-width: inherit;
		padding: 0 20px;
		margin: 0 auto 60px auto;
	}
	.li li a time {
		width: 30%;
		font-size: 12px;
	}
	.li li a h4 {
		width: 68%;
		font-size: 12px;
	}
	.pkg-w {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0 20px;
	}
	#contact-guide h3 {
		font-size: 24px;
		text-align: center;
	}
	#contact-guide ul li a {
		padding: 20px;
	}
	#contact-guide ul li:nth-child(3) a {
		padding: 30px 20px;
	}
	#contact-guide ul li a img {
		width: 40px;
	}
	#contact-guide ul li a h5 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	#contact-guide ul li a p {
		font-size: 14px;
		line-height: normal;
	}
	#contact-guide ul li a p br {
		display: none;
	}
	#contact-guide ul li:nth-child(3) a h5 {
		font-size: 18px;
		margin-bottom: 0;
	}
	footer nav ul {
		min-width: inherit;
		display: block;
		padding: 0 20px;
	}
	footer nav ul li {
		font-size: 12px;
		margin-right: 5px;
	}
	#copyright {
		min-width: inherit;
		font-size: 11px;
		margin: 0 auto;
		padding: 10px 20px;
	}
	#breadcrumbs {
		display: none;
	}
	section.ttl_page {
		height: 195px;
		padding: 100px 40px 0 40px;
	}
	table.tb {
		font-size: 12px;
	}
	.li-2c {
		display: block;
		margin-bottom: 40px;
	}
	.li-2c li:nth-child(odd),
	.li-2c li:nth-child(even) {
		width: 100%;
	}
	.li-2c li:nth-child(odd) img {
		margin-bottom: 20px;
	}
	.li-2c li h3 {
		font-size: 20px;
	}
	.page h4 {
		font-size: 20px;
	}
	table.tb-4 {
		font-size: 12px;
	}
	table.tb-4 td {
		font-size: 12px;
		padding: 15px 20px;
	}
	table.tb-4 thead th {
		font-size: 12px;
		padding: 15px 20px;
	}
	.btn-l {
		margin: 0 auto 40px auto;
	}
	.btn-l p {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.bdr-b {
		margin-bottom: 40px;
	}
	.li-thumbs {
		min-width: inherit;
		margin: 0 auto 40px auto;
	}
	.li-thumbs li a .thumbs {
		width: 25%;
	}
	.li-thumbs li a .thumbs img {
		height: auto;
	}
	.li-thumbs li a .li-txt {
		width: 70%;
	}
	.li-thumbs li a h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	section.ttl-single h2 {
		font-size: 20px;
	}
	.single img {
		width: 100%;
		height: auto;
	}
	.li-frm {
		display: block;
	}
	.li-frm li:first-child,
	.li-frm li:nth-child(2),
	.li-frm li:last-child {
		width: 100%;
		padding: 0;
	}
.li-frm li span.required {
	background: #a25d72;
	color: #FFF;
	font-size: 14px;
	padding: 2px 10px;
}
}