@charset "UTF-8";

/* ==============================================
  font
============================================== */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700');

/* ==============================================
  reset
============================================== */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,a,small, strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}
html {
	overflow: auto;
	font-size: 62.5%;
}
body {
	min-width: 100%;
	overflow: hidden;
	font-family: 游明朝, 'Yu Mincho', YuMincho, 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1;
	color: #000;
	-webkit-text-size-adjust: 100%;
	word-break: break-strict;
	word-wrap: break-word;
	line-break: strict;
}
h1, h2, h3, h4, h5, h6, small, dt, dd, li {
	line-height: 1.4;
}
p {
	line-height: 1.8;
}
article, aside, dialog, figure, footer, header,hgroup, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	background-color: #ff9;
	color: #fff;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #fff;
	font-style: italic;
	font-weight: 700;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #fff;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}
table {
	width: 100%;
}
ul {
	letter-spacing: -0.5em;
}
li {
	letter-spacing: normal;
	list-style: none;
}
a,a:focus,
*:focus {
	outline: none;
}
a {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	vertical-align: baseline;
	text-decoration: none;
	transition: opacity .2s ease-in-out;
}
a:hover {
	opacity: .7;
}

/* ==============================================
  module
============================================== */
body {
	background: url(../img/bg.jpg);
}
.inner {
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.hidden {
	text-indent: 101%;
	white-space: nowrap;
	overflow: hidden;
}
.pc_only {
	display: inline-block;
}
.sp_only {
	display: none;
}
.font_serif {
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media screen and (max-width: 1259px) {
	body {
		background-size: 111.1111111vw,
										 111.1111111vw;
		background-position: 50% 0,
												 50% 134.9206349vw;
	}
}

@media screen and (max-width: 768px) {
	body {
		background-size: contain;
	}
	.inner {
		max-width: 84vw;
		margin: 0 8vw;
		padding: 0;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: inline-block;
	}
}


/* ==============================================
  header
============================================== */
header {
	min-height: 400px;
}
header .inner {
	padding-top: 25px;
	text-align: center;
}
header .inner h1 img {
	width: 180px;
	height: auto;
}

header .inner h1.logo_l img {
	width: 200px;
}


@media screen and (max-width: 1259px) {
	header {
		min-height: 31.7460317vw;
	}
	header .inner {
		padding-top: 1.9841269vw;
	}
	header .inner h1 img {
		width: 14.2857142vw;
	}

	header .inner h1.logo_l img {
		width: 15.8856235vw;
	}
}

@media screen and (max-width: 768px) {
	header {
		min-height: 50vw;
	}
	header .inner {
		padding-top: 4vw;
	}
	header .inner h1 img {
		width: 23.999999vw;
	}
	header .inner h1.logo_l img {
		width: 27.5vw;
	}
}


/* ==============================================
  main
============================================== */
/* ----------------------------
  common
---------------------------- */
main section {
	margin-bottom: 100px;
	padding: 20px 0 0;
}
main section section {
	margin-bottom: 0;
}

.flex_box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_box.sections {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_box > section {
	width: 550px;
}
.ttl_s {
	width: 550px;
	min-height: 71px;
	margin-bottom: 35px;
	text-align: center;
	background: url(../img/ttl_bg_s_v203.png) no-repeat 50% 100%;
	background-size: contain;
}
.ttl_l {
	width: 1200px;
	min-height: 71px;
	margin-bottom: 60px;
	text-align: center;
	background: url(../img/ttl_bg_l_v203.png) no-repeat 50% 100%;
	background-size: contain;
}

@media screen and (max-width: 1259px) {
	main section {
		margin-bottom: 7.9365079vw;
		padding: 1.5873015vw 0 0;
	}

	.flex_box > section {
		width: 43.6507936vw;
	}
	.ttl_s {
		width: 46.031746vw;
		margin-bottom: 2.7777777vw;
	}
	.ttl_l {
		width: 95.2380952vw;
		margin-bottom: 4.6875vw;
	}
	.ttl_s,
	.ttl_l {
		min-height: 5.6349206vw;
	}
	.ttl_s img,
	.ttl_l img {
		width: auto;
		height: 3.8095238vw;
	}
}

@media screen and (max-width: 768px) {
	main section {
		margin-bottom: 18vw;
		padding: 4vw 0 0;
	}

	.flex_box {
		display: block;
	}
	.flex_box.sections {
	}
	.flex_box > section {
		width: 100%;
	}
	.ttl_s,
	.ttl_l {
		width: 100vw;
		min-height: 13.3333333vw;
		margin-bottom: 6vw;
		-webkit-transform: translateX(-8vw);
		transform: translateX(-8vw);
		background: url(../img/ttl_bg_s_v203.png) no-repeat 50% 100%;
		background-size: contain;
	}
	.ttl_s img,
	.ttl_l img {
		height: 9.6vw;
	}
}


/* ==============================================
  footer
============================================== */
footer {
	padding: 160px 0 50px;
	background: url(../img/ft_bg_v203.png) repeat-x 50% 100%;
}
footer .ft_logo {
	max-width: 50px;
	margin: 0 auto 40px;
}
footer .ft_logo img {
	min-width: 100%;
}
footer .sns_block {
	margin: 0 auto 30px;
}
footer .sns_block ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
footer .sns_block ul li {
	margin: 0 5px;
}
footer small {
	display: block;
	text-align: center;
}

@media screen and (max-width: 1259px) {
	footer {
		padding: 12vw 0 3.9682539vw;
		background-size: contain;
	}
	footer .ft_logo {
		width: 3.9682539vw;
		margin: 0 auto 3.1746031vw;
	}
	footer small {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	footer {
		padding: 12vw 0 6vw;
		background-size: 170vw;
	}
	footer .ft_logo {
		width: 6.6666666vw;
		margin: 0 auto 3vw;
	}
	footer .sns_block {
		margin: 5vw auto 3vw;
	}
	footer small img {
		width: 67.25vw;
	}
}


/* ==============================================
  gnav
============================================== */
.gnav_btn_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 230px;
	height: 230px;
	opacity: 1;
	background-image: url(../img/gnav_bg_v203.png);
	background-size: contain;
	z-index: 10;
}
#gnav.active .gnav_btn_menu {
	opacity: 0;
}
.gnav_btn_menu img {
	position: relative;
	display: inline-block;
	margin: 35px 0 0 35px;
	z-index: 300;
	cursor: pointer;
}
.gnav_cont {
	position: fixed;
	top: 0;
	left: -200vw;
	width: 100vw;
	height: 100vh;
	z-index: 300;
}
#gnav.active .gnav_cont {
	left: 0;
}
.gnav_cont .gnav_overlay {
	position: absolute;
	width: 0;
	height: 100vh;
	opacity: 0;
	-webkit-transition: opacity;
	transition: opacity;
	background: rgba(255, 255, 255, .7);
}
#gnav.active .gnav_cont .gnav_overlay {
	width: 200vw;
	opacity: 1;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}
.gnav_cont .gnav_open_bg {
	position: absolute;
	width: 900px;
	height: 900px;
	background: url(../img/gnav_bg_open_v203.png) no-repeat 0 0;
	background-size: cover;
}
.gnav_cont .gnav_line {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 863px;
	-webkit-transition: width;
	transition: width;
	background: url(../img/gnav_line_open_v203.png) no-repeat 0 0;
	background-size: cover;
	z-index: 1;
}
#gnav.active .gnav_line {
	width: 863px;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
}
.gnav_cont nav {
	position: relative;
	width: 0;
	margin: 60px auto auto 130px;/* 8項目 */
	margin: 24px auto auto 130px;/* 10項目 */
	opacity: 0;
	-webkit-transition: opacity;
	transition: opacity;
	z-index: 2;
}
#gnav.active .gnav_cont nav {
	width: 210px;
	opacity: 1;
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
}
.gnav_cont nav ul li {
	margin: 2px 0;
	line-height: 1;
}
.gnav_cont nav ul li a,
.gnav_cont nav ul li span {
	position: relative;
	display: inline-block;
	padding: 15px 0;
}
.gnav_cont nav ul li span.cs img {
	opacity: 0.4;
}
.gnav_cont .gnav_btn_close {
	position: absolute;
	top: 42px;
	left: 42px;
	display: inline-block;
	cursor: pointer;
	z-index: 300;
}

@media screen and (max-width: 1259px) {
	.gnav_btn_menu {
		width: 18.25396vw;
		height: 18.25396vw;
	}
	.gnav_btn_menu img {
		width: 4.7619047619vw;
		height: auto;
		margin: 2.7777777777vw 0 0 2.7777777777vw;
	}
	.gnav_cont {
		width: 170vw;
	}
	.gnav_cont .gnav_open_bg {
		width: 71.4285714286vw;
		height: 71.4285714286vw;
	}
	.gnav_cont .gnav_line {
		height: 68.4920634921vw;
	}
	#gnav.active .gnav_line {
		width: 68.4920634921vw;
	}
	.gnav_cont nav {
		margin: 4.7619047vw auto auto 10.3174603vw;/* 8項目 */
		margin: 1.9047619vw auto auto 10.3174603vw;/* 10項目 */
	}
	#gnav.active .gnav_cont nav {
		width: 16.666666666vw;
	}
	.gnav_cont nav ul li {
		margin: 0.15873015873vw 0;
	}
	.gnav_cont nav ul li a,
	.gnav_cont nav ul li span {
		padding: 1.1914217vw 0;
	}
	.gnav_cont nav ul li img {
		width: auto;
	}
	.gnav_cont nav ul li .h23 {
		height: 1.8253968254vw;
	}
	.gnav_cont nav ul li .h24 {
		height: 1.90476190476vw;
	}
	.gnav_cont nav ul li .h31 {
		height: 2.46031746032vw;
	}
	.gnav_cont .gnav_btn_close {
		top: 3.33333333333vw;
		left: 3.33333333333vw;
	}
	.gnav_cont .gnav_btn_close img {
		width: 3.1746031746vw;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.gnav_btn_menu {
		width: 32vw;
		height: 32vw;
	}
	.gnav_btn_menu img {
		width: 10.666666666vw;
		height: auto;
		margin: 4vw 0 0 4vw;
		padding: 2vw;
	}
	.gnav_cont {
	}
	.gnav_cont .gnav_overlay {
		width: 170vw;
	}
	
	.gnav_cont .gnav_open_bg {
		width: 170vw;
		height: 170vw;
	}
	.gnav_cont .gnav_line {
		height: 170vw;
	}
	#gnav.active .gnav_line {
		width: 170vw;
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
	}
	.gnav_cont nav {
		margin: 18vw auto auto 20vw;/* 8項目 */
		margin: 6vw auto auto 20vw;/* 10項目 */
	}
	#gnav.active .gnav_cont nav {
		width: 100vw;
	}
	.gnav_cont nav ul li {
		margin: 0.8vw 0;
	}
	.gnav_cont nav ul li a,
	.gnav_cont nav ul li span {
		padding: 2.6666vw 0;
	}
	.gnav_cont nav ul li .h23 {
		height: 4.8vw;
	}
	.gnav_cont nav ul li .h24 {
		height: 5.06666666667vw;
	}
	.gnav_cont nav ul li .h31 {
		height: 6.93333333333vw;
	}
	.gnav_cont .gnav_btn_close {
		top: 5.3333vw;
		left: 5.3333vw;
	}
	.gnav_cont .gnav_btn_close img {
		width: 10.1333333333vw;
		padding: 2vw;
	}
}


/* ==============================================
  alert
============================================== */
.alertContainer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: visible;
	z-index: 999;
}

.alertBack {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.alertBlock {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 80%;
	max-width: 900px;
	height: 80%;
	max-height: 660px;
	margin: auto;
	padding: 40px 40px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	background-color: rgba(248, 248, 248, 0.9);
	overflow-y: scroll;
}

.alertText {
	margin: 0 auto;
	display: table;
}

.alertText h1 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-size: 2.0rem;
	color: #ef281a;
	border-bottom: 1px solid #ef281a;
	text-align: center;
}

.alertText .alertDate {
	margin-bottom: 1em;
	font-size: 1.5rem;
	color: #ef281a;
	text-align: right;
}

.alertText p {
	margin-bottom: 1em;
	font-size: 1.5rem;
	-webkit-font-smoothing: antialiased;
}

.alertText .alertTextNote {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: -1em;
	font-size: 1.2rem;
}

.alertText .alertTextSign {
	text-align: right;
	font-size: 1.4rem;
}

.alertButton {
	display: block;
	width: 200px;
	margin: 40px auto 0;
	padding: 10px 0;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.alertBlock {
		width: 90%;
		height: 80%;
		padding: 20px 10px;
	}

	.alertText h1 {
		font-size: 4.2vw;
	}

	.alertText .alertDate {
		font-size: 3.2vw;
	}

	.alertText p {
		font-size: 3.2vw;
	}

	.alertText .alertTextNote {
		font-size: 3.0vw;
	}

	.alertText .alertTextSign {
		font-size: 2.8vw;
	}

	.alertButton {
		margin: 30px auto 0;
		font-size: 3.2vw;
	}
}