@charset "UTF-8";

body {
	color: #333;
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	min-width: 800px;
}

.bg-pink {
	background: #FCE8EB;
}

.bg-gray {
	background: #F4F4F4;
}

a {
	-webkit-transition: opacity .4s, background .4s, color .4s;
	transition: opacity .4s, background .4s, color .4s;
}

sup {
	margin: 0 3px;
	font-size: 50%;
	vertical-align: super;
}

sub {
	margin: 0 3px;
	font-size: 50%;
	vertical-align: sub;
}

.txt-gotham {
	font-family: 'Montserrat', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.txt-serif {

	/*font-family: "游明朝体", "Yu Mincho", YuMincho, serif;*/
}

.txt-catch {

	/*font-family: "游明朝体", "Yu Mincho", YuMincho, serif;*/
	font-size: 25px;
	text-align: center;
	line-height: 1.5;
}

.txt-catch.-tal {
	text-align: left;
}

.txt-catch span {
	display: inline-block;
}

.txt-note {
	line-height: 1.8;
	font-size: 16px;
	max-width: 850px;
	margin: 0 auto;
	text-align: justify;
}

.txt-note.-tac {
	text-align: center;
}

.txt-note.-fill {
	max-width: 100%;
}

a.txt-link {
	text-decoration: underline;
	color: #F27280;
}

a.txt-link:hover {
	text-decoration: none;
}

.icn-pdf {
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	margin-left: 10px;
	line-height: 18px;
	height: 18px;
	background: #D90000;
}

.icn-blank {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}

.icn-blank:before {
	font-family: icomoon;
	content: "\e90b";
}

.inner {
	position: relative;
	max-width: 1110px;
	/* max-width: 1040px; */
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.inner.-fill {
	max-width: 1400px;
}

.ghead {
	padding: 25px 0 10px;
}

.ghead_nav {
	text-align: right;
}

.ghead_nav_list {
	font-size: 12px;
	display: inline-block;
}

.ghead_nav_list > li {
	float: left;
}

.ghead_nav_list > li a {
	display: block;
	padding: 0 6px;
	border-right: 1px solid #333;
}

.ghead_nav_list > li:last-child a {
	border-right: 0;
	padding-right: 0;
}

.ghead_nav_list > li a:hover {
	text-decoration: underline;
}

.ghead_wrap {
}

.ghead_main {
	float: left;
}

.ghead_logo {
	display: inline-block;
	vertical-align: middle;
}

.ghead_logo a {
	display: inline-block;
}

.ghead_logo a:hover {
	opacity: .7;
}

.ghead_lead {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 1.3;
}

.ghead_lang {
	float: right;
	margin-top: 15px;
}

.ghead_lang > a {
	position: relative;
	float: left;
	display: block;
	font-size: 13px;
	width: 100px;
	padding: 10px 0 10px 5px;
	border: 1px solid #CCC;
	text-align: center;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}

.ja .ghead_lang > a.-ja,
.en .ghead_lang > a.-en {
	color: #FFF;
	background: #F27381;
	border-color: #F27381;
	pointer-events: none;
}

.ghead_lang.-sp > a {
	font-size: 12px;
	width: 65px;
	padding: 6px 0 6px 6px;
}

.ghead_lang > a:before {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 5px;
	content: "";
	display: block;
	height: 24px;
	width: 4px;
	background: #F27381;
}

.ja .ghead_lang > a.-ja:before,
.en .ghead_lang > a.-en:before {
	background: #fff;
}

.ghead_lang.-sp > a:before {
	left: 4px;
	width: 3px;
	height: 18px;
	margin-top: -9px;
}

.gnav {
	background: #F27381;
	color: #fff;
	font-size: 16px;
}

.gnav_menu {
	background: none;
	border: 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 8px 0;
	cursor: pointer;
}

.gnav_menu:before {
	content: "\e900";
	font-family: icomoon;
	font-size: 14px;
	margin-right: 6px;
}

.gnav_list {
	display: table;
	width: 100%;
}

.gnav_list > a {
	display: table-cell;
	padding: 20px 10px;
	text-align: center;
	vertical-align: middle;
}

.gnav_list > a:hover {
	background: #FDE0E4;
	color: #F27381;
}

.pnkz {
	background: #EEEEEE;
	padding: 8px 0;
}

.pnkz_list {
	font-size: 12px;
}

.pnkz_list > li {
	float: left;
}

.pnkz_list > li:after {
	content: "＞";
	display: inline-block;
	padding: 0 5px;
}

.pnkz_list > li:last-child:after {
	display: none;
}

.pnkz_list > li a {
	color: #F2727F;
}

.gfoot {
	background: #F27381;
	color: #fff;
}

.gfoot_pt {
	position: absolute;
	display: block;
	top: -85px;
	right: -70px;
	z-index: 999;
}

.gfoot_wrap {
	padding: 40px 0;
}

.gfoot_row {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.gfoot_col {
	display: table-cell;
	vertical-align: middle;
}

.gfoot_col.-left {
	padding-right: 20px;
	border-right: 1px solid #fff;
}

.gfoot_col.-right {
	padding-left: 20px;
}

.gfoot_nav {
}

.gfoot_nav_list {
	line-height: 2;
}

.gfoot_nav_list > li {
	display: inline-block;
	margin-right: 10px;
}

.gfoot_nav_list > li a {
}

.gfoot_nav_list > li a:before {
	content: "＞";
	display: inline-block;
	margin-right: 2px;
}

.gfoot_nav_list > li a:hover {
	text-decoration: underline;
}

.gfoot_spnav {
}

.gfoot_spnav_list {
	margin-bottom: 15px;
}

.gfoot_spnav_list > li {
	float: left;
}

.gfoot_spnav_list > li a {
	padding: 0 8px;
	border-right: 1px solid #fff;
	text-decoration: underline;
}

.gfoot_spnav_list > li:first-child a {
	padding-left: 0;
}

.gfoot_spnav_list > li:last-child a {
	border-right: 0;
	padding-right: 0;
}

.gfoot_name {
	font-size: 16px;
	font-weight: bold;
}

.gfoot_comp {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}

.gfoot_comp .-addr {
	display: inline;
}

.gfoot_comp .-map {
}

.gfoot_comp .-tel {
	display: inline;
}

.gfoot_comp .-tel a {
	display: inline-block;
}

.gfoot_comp .-tel a:before {
	content: "TEL ";
}

.gfoot_comp .-info {
}

.gfoot_comp .-info a {
	text-decoration: underline;
	color: #4caeea;
	font-weight: bold;
}
.gfoot_comp .-info a:hover {
	text-decoration: none;
}

.gfoot_copy {
	font-size: 12px;
	margin-top: 15px;
}

.gfoot_copy-sp {
	background: #FFF;
	color: #F27381;
	text-align: center;
	font-size: 12px;
	padding: 15px 0;
}

.contents {
	padding: 60px 0 100px;
}

.contents.-pb0 {
	padding-bottom: 0;
}

.mainvis {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
}

.mainvis:before {
	content: "";
	display: block;
	padding-top: 46.428%;
}

.mainhead {
	text-align: center;
}

.mainhead_en {
	display: inline-block;
	padding: 15px 35px;
	font-size: 26px;
	border-bottom: 3px solid #F4727F;
}

.mainhead_jp {
	padding: 15px 0;
	font-size: 16px;
}

.tbl {
	line-height: 1.3;
	width: 100%;
}

.tbl.-fs-large {
	font-size: 16px;
}

.tbl th,
.tbl td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
	text-align: left;
	vertical-align: middle;
}

.tbl th + th,
.tbl th + td,
.tbl td + td {
	border-left: 1px solid #ccc;
}

.tbl th {
}

.tbl thead th {
	text-align: center;
}

.tbl.-thead-bg thead th {
	background: #FCE8EB;
}

.tbl.-tbody-bg tbody th {
	background: #FCE8EB;
}

.tbl td {
}

.tbl td.-tac {
	text-align: center;
}

.cmnbtn {
	background: #F07483;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 5px;
	width: 100%;
	line-height: 1.4;
}

.cmnbtn:hover {
	opacity: .75;
}

.cmnbtn.-middle {
	max-width: 380px;
}

.cmnbtn.-fit {
	width: auto;
}

.cmnbtn.-arrow:before {
	font-family: icomoon;
	content: "\e901";
	margin-right: 10px;
	font-size: 80%;
	vertical-align: baseline;
}

.cmnmenu {
}

.cmnmenu_list {
	font-size: 0;
	max-width: 1336px;
	margin: 0 auto;
	text-align: center;
}

.cmnmenu_list > li {
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
}

.cmnmenu_list.-col4 > li {
	width: 24.25%;
	margin-left: 1%;
}

.cmnmenu_list.-col4 > li:nth-child(4n+1) {
	margin-left: 0;
}

.cmnmenu_list.-col4 > li:nth-child(-n+4) {
	margin-top: 0;
}

.cmnmenu_list.-col3 > li {
	width: 32.559%;
	margin-left: 1.16%;
}

.cmnmenu_list.-col3 > li:nth-child(3n+1) {
	margin-left: 0;
}

.cmnmenu_list.-col3 > li:nth-child(-n+3) {
	margin-top: 0;
}

.cmnmenu_list.-col2 > li {
	width: 49.2%;
	margin-left: 1.6%;
}

.cmnmenu_list.-col2 > li:nth-child(2n+1) {
	margin-left: 0;
}

.cmnmenu_list.-col2 > li:nth-child(-n+2) {
	margin-top: 0;
}

.cmnmenu_list > li:last-child {
	margin-bottom: 0;
}

.cmnmenu_list > li a {
	color: #F27280;
	font-size: 20px;
	display: block;
}

.cmnmenu_list > li a:hover {
	opacity: .75;
}

.cmnmenu_list > li figure {
}

.cmnmenu_list > li p {
	text-align: center;
	padding: 20px 0;
	line-height: 1.3;
}

.cmnmenu_list > li p:before {
	font-family: icomoon;
	content: "\e906";
	margin-right: 10px;
	vertical-align: baseline;
}

.file {
	background: #EEE;
	text-align: center;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px;
	line-height: 1.5;
}

.file a {
	font-size: 16px;
}

.consent_btn {
	padding: 50px 20px;
	background: #EEE;
	text-align: center;
}

.consent_btn > a {
	max-width: 360px;
	width: 40%;
	margin: 0 10px;
}

.consent_btn > a.-ok {
}

.consent_btn > a.-ng {
	background: #666;
}
.-no_click{
	pointer-events: none;
}

@media screen and (max-width:1230px) {
	.gfoot_pt {
		width: 60px;
		padding: 10px 10px 6px;
		height: 60px;
		border: 2px solid #F27381;
		border-radius: 30px;
		top: -30px;
		background: #fff;
		right: 10px;
	}

	.gfoot_pt img {
		max-width: 100%;
		height: auto;
	}

}

@media screen and (min-width:1041px) {
	.mainvis {
		background-size: cover;
	}

	.mainvis:before {
		padding-top: 32%;
	}

}

/* All SP & Tablet */
@media screen and (max-width:1040px) {
	.inner {
		padding: 0 10px;
	}

	.gnav .inner {
		padding: 0;
	}

	.txt-catch {
		font-size: 22px;
	}

	.gnav {
		font-size: 15px;
		line-height: 1.3;
	}

	.gnav_list > a {
		padding: 15px 5px;
		font-size: 13px;
	}

	.gfoot_wrap {
		padding: 30px 0;
	}

	.cmnmenu_list {
		max-width: 680px;
	}

	.cmnmenu_list > li {
		width: 48% !important;
		margin-left: 4% !important;
		margin-top: 20px !important;
	}

	.cmnmenu_list > li:nth-child(2n+1) {
		margin-left: 0 !important;
	}

	.cmnmenu_list > li:nth-child(-n+2) {
		margin-top: 0 !important;
	}

}

@media screen and (min-width:641px) {
	.gnav_list {
		display: table !important;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	body {
		min-width: 360px;
	}

	.inner.-sp-p0 {
		padding: 0;
	}

	.txt-catch {
		font-size: 18px;
	}

	.txt-note {
		font-size: 14px;
		line-height: 1.6;
	}

	.txt-note.-tac {
		text-align: left;
	}

	.ghead {
		padding: 5px 5px 0 0;
	}

	.ghead_logo a {
		width: 115px;
	}

	.ghead_lang {
		margin-top: 7px;
	}

	.gnav_list {
		display: none;
		position: absolute;
		width: 100%;
		z-index: 999;
	}

	.gnav_list > a {
		position: relative;
		display: block;
		font-size: 14px;
		color: #333;
		text-align: left;
		background: #eee;
		padding: 10px;
		line-height: 1;
		border-bottom: 1px solid #FA6F79;
	}

	.gnav_list > a:after {
		font-family: icomoon;
		content: "\e901";
		position: absolute;
		right: 10px;
		color: #FA6F79;
		top: 50%;
		margin-top: -7px;
	}

	.gnav_list > a:nth-child(2n) {
		background: #fff;
	}

	.gfoot_wrap {
		padding: 20px 0;
	}

	.gfoot_row {
		display: block;
	}

	.gfoot_col {
		display: block;
	}

	.gfoot_col.-left {
		padding-right: 0;
		border-right: 0;
	}

	.gfoot_col.-right {
		padding-left: 0;
		margin-top: 20px;
	}

	.gfoot_comp .-map {
		display: inline-block;
		margin-left: 10px;
		text-decoration: underline;
	}

	.gfoot_comp .-map:before {
		font-family: icomoon;
		content: "\e902";
		font-size: 16px;
		margin-right: 5px;
		display: inline-block;
		vertical-align: -2px;
	}

	.gfoot_comp .-tel {
		display: block;
		text-align: center;
		margin: 10px 0;
	}

	.gfoot_comp .-tel a {
		display: block;
		color: #F27280;
		font-size: 18px;
		background: #FDCFD3;
		padding: 5px;
		border-radius: 5px;
	}

	.gfoot_comp .-tel a:before {
		font-family: icomoon;
		content: "\e903";
		margin-right: 5px;
		vertical-align: -1px;
	}

	.contents {
		padding: 20px 0 40px;
	}

	.mainhead {
	}

	.mainhead_en {
		padding: 10px 15px;
		font-size: 18px;
	}

	.mainhead_jp {
		padding: 10px 0;
		font-size: 14px;
	}

	.tbl,
	.tbl.-fs-large {
		font-size: 13px;
	}

	.tbl th,
	.tbl td {
		padding: 10px;
	}

	.cmnbtn {
		font-size: 16px;
	}

	.cmnmenu_list {
		max-width: 325px;
	}

	.cmnmenu_list > li {
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 10px !important;
	}

	.cmnmenu_list > li:nth-child(-n+2) {
		margin-top: 10px !important;
	}

	.cmnmenu_list > li:first-child {
		margin-top: 0px !important;
	}

	.cmnmenu_list > li a {
		font-size: 18px;
	}

	.cmnmenu_list > li p {
		padding: 10px 0;
	}

	.consent_btn {
		padding: 20px;
	}

	.consent_btn > a {
		max-width: 360px;
		width: 100%;
		margin: 0px;
	}

	.consent_btn > a.-ok {
		margin-bottom: 15px;
	}

}

/* for Print */
@media print {
	body {
		width: 1040px;
	}

	.gfoot_pt {
		display: none;
	}

}
