@charset "UTF-8";

/* ------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
blockquote, q {
	quotes:none;
}

/* remember to define focus styles! */
:focus {
	outline:0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* ------------------------------------------------------------ */
/* Base */
/* ------------------------------------------------------------ */
html {
}
ul,ol,li {
	list-style:none;
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	line-height:1.4;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
img {
	border:none;
	vertical-align:bottom
}
a {
    transition: all 0.2s ease 0s;
}
.rtxt {
	color: #c00;
}
.button {
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #1d2382;
	color: #1d2382;
	overflow: hidden;
}
.button:hover {
	color: #f4f4f4;
}
.button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #1d2382;
}


/* ------------------------------------------------------------ */
/* Margin */
/* ------------------------------------------------------------ */
.lv0 {
	margin-bottom: 0!important;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.border-none {
	border: none!important;
}

/* ------------------------------------------------------------ */
/* Fonts */
/* ------------------------------------------------------------ */

/* body */
body {
	position: relative;
	text-align: center;
	overflow-x: hidden;
}
.container {
	text-align: left;
	font-weight: bold;
}

header {
	position: absolute;
	top: 0;
	width: 100%;
	
	background: url("/common/img/bg_header.png") repeat;
}
header .inner {
	position: relative;
}
header .logo {
	float: left;
}
header .logo img {
	width: 100%;
	height: 60px;
}
header .logo .note {
	display: none;
}
header .g-menu {
	float: right;
	width: 50%;
	height: 60px;
	border-left: 1px solid #090454;
}
header .g-menu li {
	float: left;
	width: 50%;
	border-right: 1px solid #090454;
}
header .g-menu li a {
	display: block;
	height: 60px;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
header .g-menu li a:hover {
	background: url("/common/img/bg_header.png") repeat;
}
.copyright {
	background: #f4f4f4;
	padding: 10px 0;
}
#visual .inner {
	position: absolute;
	width: 100%;
	top: 220px;
	background: url("/common/img/bg_01.png") no-repeat center;
	background-size: contain;
}
#visual .inner .lead-txt {
	width: 400px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#visual .sub-txt {
	width: 330px;
	margin: 0 auto;
	padding-top: 10px;
}

#section-1 {
	background: url("/common/img/bg_section_1.png") no-repeat right bottom;
}
#section-2 {
	background: url("/common/img/bg_section_2.png") no-repeat right bottom;
}
#section-3 {
	background: url("/common/img/bg_section_3.png") no-repeat right bottom;
}
#section-4 {
	background: url("/common/img/bg_section_4.png") no-repeat right bottom;
}
#section-5 {
	background: url("/common/img/bg_section_5.png") no-repeat right bottom;
}
#section-6 {
	background: url("/common/img/bg_section_6.png") no-repeat right bottom;
	border-bottom: 1px solid #ddd;
}
#main section .inner {
	padding: 60px 20px;
}
#main #section-6 .inner {
	padding: 30px;
}
#main section .inner .title {
	margin-bottom: 40px;
	text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 34px;
}
#main section .inner .title span {
	padding-bottom: 12px;
	border-bottom: 3px solid #114f85;
}
#main section .inner .title small {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
}
#main section .inner .text {
	line-height: 1.8;
	font-size: 16px;
}
#main section .inner p {
	margin-bottom: 1em;
}
#main section .inner .text .note {
	display: inline-block;
	font-size: 14px;
}
.line-t {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ddd;
}
.line-b {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
.list li {
	text-indent: -10px;
	padding-left: 10px;
}
.list li::before{
		content: "・";
		padding-right: 6px;
}
#section-6 .logo-contact {
	margin-bottom: 20px;
}
#section-6 .txt {
	font-size: 20px;
	font-weight: bold;
}
#section-6 .tel {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	background: url("/common/img/icon_tel.png") no-repeat left;
	background-size: contain;
	padding-left: 44px;
}
#section-6 .tel a {
	color: #000;
	text-decoration: none;
}
#section-6 .hour {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ddd;
	font-size: 16px;
}
#section-6 .btn-contact .fa {
	color: #fff5e5;
}
#section-6 .btn-contact a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px;
	color: #fff5e5;
	background: #ff9d03;
	padding: 18px 14px;
	text-decoration: none;
}
#section-6 .btn-contact a:hover {
	background: #ffc103;
}
.image-inner {
	padding: 20px;
}
.info-table {
	margin-bottom: 30px;
	border-bottom: 1px dotted #d4d4d4;
}
.info-table dl dt {
	text-indent: 0.9em;
	font-weight: bold;
}
.info-table dl dd {
}
.info-table .note {
	display: block;
	font-weight: normal;
	color: #666;
}
.info-table dl dt,
.info-table dl dd {
	padding: 15px 0 14px;
	border-top: 1px dotted #d4d4d4;
}
.info-table strong {
	display: block;
}
.info-table .secline {
	display: block;
	margin-top: 6px;
}
#map_custmomize {
	width: 100%;
	height: 600px;
	border-top: 1px solid #ddd;
}
#section-10 {
}
#section-10 .form-group .inner {
    margin: 0;
	padding: 0;
}
#section-10 .form-group {
	overflow: hidden;
}
#section-10 .form-group .inline {
	margin-top: 10px;
}

#section-10 .form-group label em,
#asterisk em {
	padding-left: 3px;
	color: #c00;
}
#section-10 form .btn-send {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ddd;
	text-align: center;
}

@media (min-width: 768px) {
	/* PC tablet 領域 */
	header .logo {
		width: 300px;
	}

		#section-1, #section-2, #section-3, #section-4, #section-5, #section-6 {
		background-size: contain;
		border-top:  1px solid #ddd;
	}
		.info-table .stripe {
			background: #f4f4f4;
		}
		.txt-inner {
			padding: 20px;
		}

}

@media (min-width: 767px) and (max-width: 940px) {
	/* 中間 領域 */
		#visual .inner {
			top: 190px;
		}
		#visual .inner .lead-txt {
			width: 360px;
		}
		#visual .sub-txt {
			width: 280px;
		}
		#section-1, #section-2, #section-3, #section-4, #section-5, #section-6 {
			background-size: cover;
			border-top:  1px solid #ddd;
		}
		.info-table .stripe {
			background: #f4f4f4;
		}
		
}
@media (max-width: 767px) {
	/* phone 領域 */
		header .logo {
			max-width: 45%;
			padding: 12px 0;
			height: 36px;
		}
		header .logo img {
			height: 36px;
		}
		header .g-menu li a {
			padding: 24px 0 16px;
		}

		#visual .inner {
			top: 180px;
		}
		#visual .inner .lead-txt {
			width: 280px;
		}
		#visual .sub-txt {
			width: 230px;
		}
		#section-1, #section-2, #section-3, #section-4, #section-5, #section-6 {
			background-size: cover;
			border-top:  1px solid #ddd;
		}
		#section-6 .logo-contact img {
			width: 100%;
		}
		.info-table dl dt {
			background: #f4f4f4;
		}
		.info-table dl dd {
			text-indent: 0.9em;
		}

}
