/*header
----------------------------------------*/
#header {
	top: 20px;
	background: none;
	transition: all 0.3s 0s ease;
}
#header::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
	opacity: 0;
}
#header.default .sub_nav .tel.visible_pc img,
#header.default #logo img {
	display: none;
}
#header.default .sub_nav .tel.visible_pc img[src*="_wh"],
#header.default #logo img[src*="_wh"] {
	display: block;
}
#header.default .sub_nav .tel.visible_pc {
	border-left: solid 1px #fff;
}
#header.default #gnav li a {
	color: #fff;
}
#header.fixed {
	top: 0;
}
#header.fixed::before {
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
}
@media only screen and (max-width: 736px) {
	#header {
		top: 0;
	}
}
/*contents
----------------------------------------*/
#contents {
	margin-top: 0;
}
@media only screen and (max-width: 736px) {
	#contents {
		margin-top: 0;
	}
}

#info-area > * {
	display: none;
}

h2 {
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #000;
	margin-bottom: 45px;
}
h2 .en {
	display: block;
	font-weight: 600;
}
h2 .small {
	font-size: 1.4rem;
	color: #cf0b3f;
}

section .inner {
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 736px) {
	h2 {
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 20px;
	}
	h2 .small {
		font-size: 1.2rem;
	}
	h2 + p {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 2;
		text-align: center;
		margin-bottom: 20px;
	}
	section .inner {
		width: 92%;
	}
}
/*
section {
	margin-top: -91px;
	padding-top: 91px;
}
@media only screen and (max-width: 736px) {
	section {
		margin-top: -59px;
		padding-top: 59px;
	}
}
*/
.mv-area {
	padding: 20px;
	width: 100%;
	margin: 0 auto;
}
.mv-area .mv-slideshow img {
	width: 100%;
	height: auto;
}

.mv-area .bx-wrapper {
	position: relative;
	margin-bottom: 0;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.mv-area .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: #fff;
}
.mv-area .bx-wrapper .bx-pager,
.mv-area .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.mv-area .bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFF;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.mv-area .bx-wrapper .bx-pager.bx-default-pager a:hover,
.mv-area .bx-wrapper .bx-pager.bx-default-pager a.active,
.mv-area .bx-wrapper .bx-pager.bx-default-pager a:focus {
 	background: #cf0b3f;
}
@media only screen and (max-width: 736px) {
	.mv-area {
		padding: 0;
	}
	.mv-area .bx-wrapper .bx-pager,
	.mv-area .bx-wrapper .bx-controls-auto {
		bottom: 15px;
	}
}

#service > div {
	padding: 75px 0 80px;
	margin: 0 auto;
}
#service ul li {
	float: left;
	width: 150px;
	margin: 0 8px 10px 8px;
	text-align: center;
}
#service ul li a {
	display: block;
	text-decoration: none;
}
#service ul li .en {
	color: #000;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	display: block;
	text-align: center;
	margin: 15px 0 0;
}
#service ul li .small {
	color: #cf0b3f;
	font-size: 1.2rem;
	font-weight: bold;
}
@media only screen and (max-width: 736px) {
	#service > div {
		padding: 40px 0 40px;
		width: 100%;
	}
	#service ul li {
		width: 48%;
		float: left;
		margin: 0 0 5% 4%;
	}
	#service ul li:nth-child(2n+1) {
		margin-left: 0;
	}
	#service ul li img {
		width: auto;
		hehght: auto;
	}
}
#access #info-area {
	float: left;
	width: 50%;
	height: 440px;
}
#access #info-area > div {
	background: #cf0b3f;
	color: #fff;
	display: none;
	height: 100%;
	opacity: 0;
	text-align: center;
	padding: 80px 5% 100px;
}
#access #info-area > div.active {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
}
/*
#access #info-area > div:nth-child(1),
#access #info-area > div:nth-child(4) {
	background: #cf0b3f;
}*/
#access #info-area .logo {
	margin-bottom: 40px;
}
#access #info-area h3 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 15px;
}
#access #info-area .txt {
	font-size: 1.2rem;
	margin-bottom: 50px;
}
#access #info-area .btn_block a.btn{
	border: solid 1px #fff;
	color: #fff;
}
#access #map {
	width: 50%;
	height: 440px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 736px) {
	#access #info-area {
		float: none;
		width: 100%;
		height: auto;
	}
	#access #info-area > div {
		padding: 40px 5% 10px;
	}
	#access #info-area .logo {
		margin-bottom: 20px;
	}
	#access #info-area .logo img {
		width: auto;
	}
	#access #info-area .txt {
		margin-bottom: 0;
	}
	#access #map {
		width: 100%;
		height: 320px;
	}
}
.topics-area > div {
	padding: 80px 0 110px;
}
@media only screen and (max-width: 736px) {
	.topics-area > div {
		padding: 40px 0 40px;
	}
}
