@charset "utf-8";

/* common
------------------------------------------------------------*/
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
table:not(:last-child) {
	margin-bottom: 20px;
}
iframe {
	width: 100%;
	height: 30vh;
	border: none;
}
.inner {
	width: 100%;
	max-width: 960px;
	margin: auto;
}
ol {
	padding-left: 20px;
}
ol > li {
	list-style-type: disc;
}
ol.decimal > li {
  list-style-type: decimal;
}
ol.space > li:not(:last-of-type) {
	margin-bottom: 10px;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
.fs12 {
	font-size: 1.2rem;
}
.mb50 {
	margin-bottom: 50px!important;
}
.x2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.x2 > li {
  max-width: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.x2 > li:not(:nth-child(even)) {
  margin-right: 2%;
}
.x2 > li:nth-child(n+3) {
  margin-top: 15px;
}


/* hx
------------------------------------------------------------*/
h1 {
	font-size: 1rem;
	margin-right: auto;
}
.h2Wrap {
	height: 150px;
	background-image: url("../img/h2Wrap_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.h2Wrap h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2.6rem;
	font-weight: 500;
	color: #001446;
	text-align: center;
	letter-spacing: 3px;
}
.h2Wrap h2 span {
	font-size: 1.2rem;
	font-weight: 300;
	margin-top: 5px;
	display: block;
}
h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2.2rem;
	font-weight: 600;
	color: #001446;
	margin: 50px 0 20px;
	letter-spacing: 1px;
}
h3::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #001446;
	margin-top: 10px;
	display: block;
}
h3:first-of-type {
	margin-top: 0;
}
h4 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	background: #001446;
	padding: 10px 15px;
	margin: 50px 0 15px;
	letter-spacing: 1px;
}
h4:first-child,
h3 + h4 {
	margin-top: 0;
}
.ttlSmall {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 1px;
}


/* btn
------------------------------------------------------------*/
.moreBtn {
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	background: #00a9fa;
	padding: 15px 50px;
	display: inline-block;
	border: none;
	text-decoration: none;
	cursor: pointer;
	transition: opacity .3s;
}
.moreBtn:hover {
	opacity: .6;
}
.moreBtn[href^="http"]::after {
	content: "";
	width: 10px;
	height: 10px;
	background: url("../img/i_outLink.png");
	background-size: contain;
	margin-left: 8px;
	display: inline-block;
	position: relative;
}


/* top
------------------------------------------------------------*/
#kv {
	height: 650px;
	background: url("../img/kv.jpg") no-repeat center center;
	background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	.h2Wrap.other {
		background-image: url("../img/kv@2x.jpg");
	}
}
#kv .inner {
	height: 100%;
	padding: 10% 0 4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#kv .catch {
  background: rgba(255,255,255,.9);
  padding: 30px 40px 30px 50px;
}
#sec01 {
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#sec01 .box {
	-ms-flex-preferred-size: 335px;
	flex-basis: 335px;
	max-width: 335px;
}
#sec01 .box a {
	display: block;
	text-decoration: none;
	transition: opacity .3s;
}
#sec01 .box a:hover {
	opacity: .6;
}
#sec01 .txtArea {
	padding-top: 20px;
}
#sec01 h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
#sec01 h2::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #669dcd;
	margin-top: 10px;
	display: block;
}
#sec01 h2 span {
	font-size: 1rem;
	font-weight: 300;
	margin-left: 10px;
	position: relative;
	top: 2px;
	letter-spacing: 0;
}
#sec02 {
	background: #001446;
	padding: 30px;
}
#sec02 h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
#sec02 h2::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #7ccaef;
	margin-top: 10px;
	display: block;
}
#sec02 h2 span {
	font-size: 1rem;
	font-weight: 300;
	color: #7ccaef;
	margin-left: 10px;
	letter-spacing: 0;
}
#sec02 dl {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#sec02 dl dt:not(:last-of-type),
#sec02 dl dd:not(:last-of-type) {
	margin-bottom: 8px;
}
#sec02 dl dt {
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
	max-width: 15%;
}
#sec02 dl dd {
	-ms-flex-preferred-size: 85%;
	flex-basis: 85%;
	max-width: 85%;
}


/* パンくず
------------------------------------------------------------*/
.pankuzu {
	position: relative;
	top: -30px;
}
.pankuzu li {
	font-size: 1.2rem;
	color: #aaa;
	display: inline-block;
}
.pankuzu li:not(:first-child)::before {
	content: "";
	width: 4px;
	height: 4px;
	margin: 0 10px;
	display: inline-block;
	border-top: 1px solid;
	border-right: 1px solid;
	position: relative;
	top: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pankuzu li a {
	color: #aaa;
}


/* 下層ページ
------------------------------------------------------------*/
.contents {
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
main {
	margin-right: auto;
	-ms-flex-preferred-size: 700px;
	flex-basis: 700px;
	max-width: 700px;
}
table {
	width: 100%;
}
table th,
table td {
	padding: 10px;
	border: 1px solid #ddd;
}
table th {
	font-weight: 600;
	width: 20%;
	background: #f5f5f5;
}
.multi:not(:last-child) {
	margin-bottom: 20px;
}
.multi .fr {
	margin-left: 30px;
}
.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery li {
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
	max-width: 32%;
}
.gallery li:not(:nth-child(3n)) {
	margin-right: 2%;
}
.gallery li:nth-child(n+4) {
	margin-top: 10px;
}
.gallery li.wide {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
  margin-right: 0;
}
aside {
	-ms-flex-preferred-size: 220px;
	flex-basis: 220px;
	max-width: 220px;
}
aside .sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
aside .box {
	margin-bottom: 15px;
	border: 1px solid #ccc;
	text-align: center;
}
aside .box .ttl {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 8px;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
aside .box .txtArea {
	padding: 15px 5px;
}
aside .tel {
	font-size: 1.1rem;
	line-height: 1;
}
aside .tel span {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}
aside .tel span::before {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url("../img/i_tel.svg");
	background-size: contain;
	margin-right: 5px;
	display: inline-block;
}
aside .btn a {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
	color: #fff;
	background: #00a9fa;
	padding: 10px 30px;
	display: inline-block;
	text-decoration: none;
	transition: .3s;
}
aside .btn a:hover {
	opacity: .6;
}
aside .btn a::before {
	content: url("../img/i_mail.svg");
	margin-right: 8px;
	position: relative;
	top: 1px;
}
aside .sideNav {
	margin-bottom: 40px;
	border-top: 1px solid rgba(255,255,255,.4);
}
aside .sideNav li {
	border-bottom: 1px solid rgba(255,255,255,.4);
}
aside .sideNav li a {
	padding: 15px 0;
	display: block;
	text-decoration: none;
	transition: .3s;
}
aside .sideNav li a::before {
	content: "";
	width: 4px;
	height: 4px;
	margin-right: 10px;
	display: inline-block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
	top: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .3s;
}
aside .sideNav li a:hover,
aside .sideNav li.ac a {
	color: #d4b16f;
}
aside .sideNav li a:hover::before,
aside .sideNav li.ac a::before {
	border-color: #d4b16f;
}
aside .bnr li:not(:last-of-type) {
	margin-bottom: 20px;
}


/* フォーム
------------------------------------------------------------*/
form table input,
form textarea,
form select {
  width: 100%!important;
	background: #eee;
  padding: 5px 10px;
  border: none;
}
form select {
	border: 1px solid #ccc;
}
form textarea {
	min-height: 180px;
	resize: vertical;
}
form table th {
	width: 28%;
}
.formIcon {
	font-size: 1.1rem;
	font-weight: normal;
	color: #fff;
	background: #d23d2a;
	padding: 3px 10px;
	margin-right: 8px;
}
.formIcon.option {
	background: #999;
}
table .formIcon {
	margin-left: 10px;
	margin-right: 0;
	float: right;
}
form .placeholder {
	font-size: 1.2rem;
	color: #aaa;
	margin-top: 8px;
	display: inline-block;
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
.radio,
.checkbox {
	line-height: 30px;
	padding-left: 28px;
	margin-right: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover:after,
.checkbox:hover:after {
  border-color: #aaa;
}
.radio:after,
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  content: '';
}
.checkbox:after {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
	-webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ddd;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -9px;
  width: 5px;
  height: 10px;
  border-right: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.errorMsg {
	color: #d23d2a;
}


@media screen and (max-width:600px) {

	/* common
	------------------------------------------------------------*/
	p:not(:last-child),
	ul:not(:last-child),
	ol:not(:last-child),
	table:not(:last-child) {
		margin-bottom: 15px;
	}
	.inner {
		max-width: 90%;
	}
	.mb50 {
		margin-bottom: 20px!important;
	}


	/* hx
	------------------------------------------------------------*/
	.h2Wrap {
		height: 120px;
		background-attachment: inherit;
		background-size: cover;
		padding-top: 0;
	}
	.h2Wrap h2 {
		font-size: 2rem;
		letter-spacing: 1px;
	}
	.h2Wrap h2 span {
		font-size: 1rem;
		margin-top: 0;
	}
	h3 {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	h3:not(:first-of-type) {
		margin-top: 30px;
	}
	h4 {
		font-size: 1.5rem;
		padding: 5px 10px;
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	h4:not(:first-child) {
		margin-top: 30px;
	}


	/* btn
	------------------------------------------------------------*/
	.moreBtn {
		font-size: 1.4rem;
		width: 80%;
		padding: 10px 20px;
		border-radius: 30px;
	}
	

	/* top
	------------------------------------------------------------*/
	#kv {
		height: 35vh;
		padding-top: 2vh;
	}
	#kv .catch {
    max-width: 50%;
    padding: 15px 20px;
	}
	#sec01 {
		margin-bottom: 20px;
	}
	#sec01 .box {
		margin: auto;
	}
	#sec01 .box:not(:last-of-type) {
		margin-bottom: 20px;
	}
	#sec01 .txtArea {
		background: #f5f5f5;
		padding: 15px;
	}
	#sec01 h2 {
		font-size: 1.6rem;
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	#sec01 h2::after {
		margin-top: 5px;
	}
	#sec02 {
		padding: 15px;
	}
	#sec02 h2 {
		font-size: 1.6rem;
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	#sec02 dl dt {
		font-size: 1.2rem;
		flex-basis: 100%;
		max-width: 100%;
	}
	#sec02 dl dt:not(:last-of-type) {
		margin-bottom: 0;
	}
	#sec02 dl dd {
		flex-basis: 100%;
		max-width: 100%;
	}
	#sec02 dl dd:not(:last-of-type) {
		margin-bottom: 5px;
	}
	
	
	/* パンくず
	------------------------------------------------------------*/
	.pankuzu {
		max-width: 100%;
		padding: 8px 0;
		margin: 0;
		border-top: 1px solid rgba(255,255,255,.4);
		overflow-x: scroll;
		position: static;
	}
	.pankuzu li {
		font-size: 1rem;
		display: table-cell;
		white-space: nowrap;
	}
	.pankuzu li:before {
		margin: 0 5px;
	}


	/* 下層ページ
	------------------------------------------------------------*/
	.contents {
		padding: 20px 0;
	}
	main {
		flex-basis: 100%;
		max-width: 100%;
	}
	table th,
	table td {
		width: 100%;
		display: block;
	}
	table th {
		padding: 5px 10px;
		border-bottom: none;
	}
	table td {
		padding: 10px;
	}
	table tr:not(:last-of-type) td {
		border-bottom: none;
	}
	.multi:not(:last-child) {
		margin-bottom: 15px;
	}
	.multi .fr {
		max-width: 40%;
		margin-left: 3%;
	}
	.gallery li:nth-child(n+4) {
		margin-top: 5px;
	}
	aside {
		margin-top: 20px;
		flex-basis: 100%;
		max-width: 100%;
	}
	aside .box .txtArea {
		padding: 10px;
	}
	aside .btn a {
		display: block;
	}
	aside .bnr {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	aside .bnr li {
		flex-basis: 48%;
		max-width: 100%;
	}
	aside .bnr li:not(:last-of-type) {
		margin-bottom: 0;
	}


	/* フォーム
	------------------------------------------------------------*/
	form table th {
		width: 100%;
	}
}