@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* --------------------------------------------------------- */
/* リセット
------------------------------------------------------------ */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
audio, canvas, video {
	vertical-align: middle;
}
audio, canvas, video {
	display: inline-block;
}
body {
	background: url(../img/bg_top.gif) repeat;
	color: #333;
	min-width: 1000px;
}
html {
	overflow-y: scroll;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
margin: 0;
padding: 0;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
	vertical-align: bottom
}
table {
	width: 100%;
}
a {
	color: #333333;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a, a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.chirashi:after, .chirashi ul:after, #contents:after, #bottomBox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
input:focus, label {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input,textarea{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}
strong{
	font-weight:bold;
}
@media (max-width: 750px) {
html {
	width: 100%;
	min-width: 100%;
}
body {
	font-size: 95%;
	min-width: 100%;
	width: 100%;
}
}

/* --------------------------------------------------------- */
/* レイアウト
------------------------------------------------------------ */
#wrap {
	min-width: 980px;
	overflow:hidden;
}
.inner {
	width: 980px;
	margin: 0 auto;
}
.only-sp {
	display:none;
}

@media (max-width: 750px) {
#wrap {
	min-width: 100% !important;
	width: 100%;
	overflow: hidden;
}
.inner {
	width: 90%;
	min-width: 90%;
	margin: 0 auto;
}
.only-sp {
	display:block;
}
}

/* --------------------------------------------------------- */
/* ヘッダー(PC)
------------------------------------------------------------ */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 56px;
	background: #FFFFFF;
	box-shadow: 0 0 18px rgba(0,0,0,0.16);
	z-index: 1111;
}
header .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

/* h1 */
header h1 {
	width: 293px;
}

/* nav */
header nav,
header nav .navList,
header nav .navList .navListItem {
	height: 100%;
}
header nav .navList {
	letter-spacing: -1em;
}
header nav .navList .navListItem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
header nav .navList .navListItem::after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #D3D3D3;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
header nav .navList .navListItem:last-child::after,
header nav .navList .navListItem:nth-last-child(3)::after {
	display: none;
}
header nav .navList .navListItem a,
header nav .navList .navListItem dl dt {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 18px;
	font-weight: bold;
	background: #FFFFFF;
	box-sizing: border-box;
}
header nav .navList .navListItem dl {
	position: relative;
	width: 100%;
	height: 100%;
}
header nav .navList .navListItem dl dt,
header nav .navList .navListItem dl dt::before,
header nav .navList .navListItem dl dt::after {
	-webkit-transition: 0.35s ease;
	transition: 0.35s ease;
}
header nav .navList .navListItem dl dt {
	background: #F5F5F5;
	cursor: pointer;
}
header nav .navList .navListItem dl dt::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 6px 0 0;
	background: #000;
}
header nav .navList .navListItem.navListItem_arupo dl dt::before {
	background: url(../img/jp/ico_arupo.svg) no-repeat center;
	background-size: contain;
}
header nav .navList .navListItem.navListItem_prevention dl dt::before {
	background: url(../img/jp/ico_prevention.svg) no-repeat center;
	background-size: contain;
}
header nav .navList .navListItem dl dt::after {
	content: "";
	display: block;
	width: 6px;
	height: 12px;
	margin: 0 0 0 6px;
	background: url(../img/jp/ico_arrows.svg) no-repeat center;
	background-size: contain;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
header nav .navList .navListItem.navListItem_arupo dl dt.active {
	color: #F5A519;
}
header nav .navList .navListItem.navListItem_prevention dl dt.active {
	color: #E54123;
}
header nav .navList .navListItem dl dt.active::after {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
header nav .navList .navListItem dl dd {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 212px;
	height: auto;
	padding: 8px 20px;
	box-sizing: border-box;
	background: #F5F5F5;
}
header nav .navList .navListItem.navListItem_arupo dl dd {
	left: 0;
	right: auto;
}
header nav .navList .navListItem.navListItem_prevention dl dd {
	left: auto;
	right: 0;
}
header nav .navList .navListItem dl dd ul li {
	border-bottom: solid 1px #E3E3E3;
}
header nav .navList .navListItem dl dd ul li:last-child {
	border: none;
}
header nav .navList .navListItem dl dd ul li a {
	display: block;
	-webkit-box-pack: normal;
	-webkit-justify-content: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	-webkit-box-align: normal;
	-webkit-align-items: normal;
	-ms-flex-align: normal;
	align-items: normal;
	width: auto;
	height: auto;
	padding: 12px 0;
	background: none;
}
header nav .navList .navListItem dl dd ul li a::after {
	content: "";
	display: block;
	width: 6px;
	height: 12px;
	background: url(../img/jp/ico_arrows.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* sidenavBtn */
header .sidenavBtn {
	display: none;
	width: 31px;
	height: 31px;
	background: url(../img/ico_menu.svg) no-repeat center;
	background-size: contain;
	text-indent: -9999px;
}

/* --------------------------------------------------------- */
/* ヘッダー(SP)
------------------------------------------------------------ */

@media (max-width: 750px) {
	header {
		min-width: auto;
		height: 50px;
	}
	header .inner {
		padding: 0 15px 0 12px;
	}

	/* h1 */
	header h1 {
		width: 219px;
	}

	/* nav */
	header nav {
		display: none;
	}

	/* sidenavBtn */
	header .sidenavBtn {
		display: block;
	}
}

/* --------------------------------------------------------- */
/*　facebook・パンフレット
------------------------------------------------------------ */
#bottomBox {
	background: url(../img/bg_top02.gif) repeat;
	padding: 60px 0;
}
.fbBox {
	text-align: center;
}
.chirashi {
	float: right;
	border: 6px solid #f3f3f3;
	padding: 25px 22px 15px 16px;
	background: #fff;
}
.chirashi h3 {
	font-size: 23px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 16px;
	font-weight: bold;
	position: relative;
}
.chirashi h3:before {
	left: 7px;
}
.chirashi h3:after {
	right: 5px;
}
.chirashi h3:before, .chirashi h3:after {
	position: absolute;
	background: #666;
	top: 10px;
	display: block;
	width: 18%;
	height: 1px;
	content: '';
	margin: 0 auto;
}
.chirashi ul li {
	width: 190px;
	float: left;
	margin-left: 5px;
}
.chirashi p {
	width: 385px;
	margin: 10px 0px 0px 5px;
}
.chirashi p a {
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	display: block;
	background: #38b0e5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
}
.chirashi p a:before {
	background: url(../img/icon_pdf.png) no-repeat left top 6px;
	background-size: 35px;
	display: block;
	width: 35px;
	height: 50px;
	content: '';
	position: absolute;
	left: 30px;
}
.chirashi p a:hover {
	background: #64cdfb;
}

@media screen and (max-width: 750px) {
.chirashi {
	float: none;
	padding: 20px 15px 15px 10px;
	margin-top: 20px;
}
.chirashi h3 {
	font-size: 18px;
	margin-bottom: 12px;
}
.chirashi h3:before {
	left: 4px;
}
.chirashi h3:before, .chirashi h3:after {
	top: 8px;
}
.chirashi ul li {
	width: 50%;
	margin-left: 0px;
}
.chirashi p {
	width: 100%;
	margin: 8px 0px 0px 0px;
}
.chirashi p a {
	font-size: 15px;
}
.chirashi p a:before {
	display: none;
}
}
/* --------------------------------------------------------- */
/*　フッター
------------------------------------------------------------ */
footer {
	overflow: hidden;
	background-color: #38b0e5;
	padding: 40px 0;
}
footer .inquiry {
	float: left;
	width: 730px;
	color: #fff;
}
footer .inquiry .img {
	float: left;
	margin-right: 25px;
	width: 106px;
	height: 106px;
}
footer .inquiry dl dt {
	font-size: 15px;
	margin-bottom: 4px;
	background: #fff;
	color: #38b0e5;
	padding: 3px 10px;
	display: inline-block;
	border-radius: 14px;
	font-weight: bold;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}
footer .inquiry dl dd .position {
	font-size: 30px;
	margin-bottom: 3px;
	font-weight: bold;
}
footer .inquiry dl dd .address {
	font-size: 18px;
}
footer .fb {
	margin-top: 20px;
	float: right;
}
footer ul.link {
	margin-bottom: 13px;
	text-align: right;
	display: inline-block;
}
footer ul.link li {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	height: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #FFFFFF;
}
footer ul.link li:first-child {
	padding-left: 0px;
}
footer ul.link li:last-child {
	border-right: none;
	padding-right: 0px;
}
footer ul.link li a {
	color: #fff;
}

@media screen and (max-width: 750px) {
footer {
	padding: 32px 0 35px 0;
}
footer .rightBox {
		float: none;
}
footer .inner {
	text-align: center;
}
footer .inquiry {
	float: none;
	width: 99%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}
footer .inquiry .img {
	float: none;
	margin: 0 auto 15px auto;
	width: 20%;
	height: auto;
}
footer .inquiry dl {
	text-align: center;
	margin-top: 10px;
}
footer .inquiry dl dt {
	font-size: 90%;
	margin-bottom: 1px;
}
footer .inquiry dl dd .position {
	font-size: 137%;
	margin-bottom: 1px;
}
footer .inquiry dl dd .address {
	font-size: 80%;
}
footer .fb {
	float: none;
	text-align: center;
}
footer ul.link {
	text-align: center;
}
}
/* --------------------------------------------------------- */
/*　言語選択
------------------------------------------------------------ */
.laBtn {
	display: inline;
	padding: 7px 12px;
	border: 2px solid #fff;
	float: right;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.laBtn a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
	cursor: pointer;
	background: url(../img/icon/ico_arrow.png) no-repeat left center;
	background-size: 12px auto;
}
.modalContent {
	width: 70%;
	margin: 0;
	padding: 8px 16px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 9999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#leftSerchBox.modalContent {
	position: absolute;
}
#modal-overlay {
	z-index: 9998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#65000000, endColorstr=#65000000);
}
#modal-overlay:not(:target) {
	filter: none;
}
.modalClose {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/icon/ico_close_pc.png) no-repeat;
	background-size: 38px auto;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -36px;
	top: -36px;
	cursor: pointer;
}
.modal-p:first-child {
	margin-top: 0;
}
.buttonLink {
	color: #00f;
}
.button-link:hover {
	cursor: pointer;
	color: #f00;
}
#languageBox.modalContent {
	width: auto;
	padding: 15px 20px 15px 15px;
}
.languageWrap {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 0px 0 0px 0;
}
.languageWrap ul {
	padding: 10px 5px 10px 5px;
}
.languageWrap ul li {
	display: block;
	padding: 10px 15px 10px 15px;
	border-bottom: 1px dotted #bbb;
}
.languageWrap ul li:last-child {
	border-bottom: none;
}
.languageWrap ul li a {
	background-size: 100px auto !important;
	text-indent: -9999px;
	overflow: hidden;
	width: 100px;
	height: 0px;
	padding-top: 22%;
	display: block;
}
.languageWrap ul li:nth-child(1) a {
	background: url(../img/txt_japanese_pc.png) no-repeat;
}
.languageWrap ul li:nth-child(2) a {
	background: url(../img/txt_english_pc.png) no-repeat;
}
.languageWrap ul li:nth-child(3) a {
	background: url(../img/txt_chinese_pc.png) no-repeat;
}
.languageWrap ul li:nth-child(4) a {
	background: url(../img/txt_korean_pc.png) no-repeat;
}
.languageWrap ul li a:hover {
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	-webkit-transition: 0.7s ease;
	-moz-transition: 0.7s ease;
	-o-transition: 0.7s ease;
	transition: 0.7s ease;
}

@media screen and (max-width: 750px) {
.laBtn {
	float: none;
	display:none;
}
.laBtn.sp{
		display: block;
}
.laBtn.sp {
		display: inline-block !important;
}

.laBtn a {
	background: url(../img/icon/ico_arrow_sp.png) no-repeat left center;
	background-size: 12px auto!important;
}
.modalClose {
	background: url(../img/icon/ico_close_pc.png) no-repeat;
	background-size: 38px auto !important;
}
.languageWrap ul li a {
	background-size: 90px auto !important;
	width: 90px;
}
.languageWrap ul li:nth-child(1) a {
	background: url(../img/txt_japanese.png) no-repeat;
}
.languageWrap ul li:nth-child(2) a {
	background: url(../img/txt_english.png) no-repeat;
}
.languageWrap ul li:nth-child(3) a {
	background: url(../img/txt_chinese.png) no-repeat;
}
.languageWrap ul li:nth-child(4) a {
	background: url(../img/txt_korean.png) no-repeat;
}
}


/* --------------------------------------------------------- */
/* サイドナビ
------------------------------------------------------------ */

/* nav */
#sidenav nav .sidenavList .sidenavListItem {
	border-bottom: solid 1px #F4F4F4;
}
#sidenav nav .sidenavList .sidenavListItem:last-child,
#sidenav nav .sidenavList .sidenavListItem:nth-last-child(2),
#sidenav nav .sidenavList .sidenavListItem:nth-last-child(3) {
	border: none;
}
#sidenav nav .sidenavList .sidenavListItem a,
#sidenav nav .sidenavList .sidenavListItem dl dt {
	position: relative;
	display: block;
	padding: 20px 16px;
	font-weight: bold;
	background: #FFFFFF;
}
#sidenav nav .sidenavList .sidenavListItem a::after {
	content: "";
	display: block;
	width: 6px;
	height: 12px;
	background: url(../img/jp/ico_arrows.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 21px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#sidenav nav .sidenavList .sidenavListItem dl dt {
	padding: 12px 16px;
	color: #5A5A5A;
	background: #F4F4F4;
}
#sidenav nav .sidenavList .sidenavListItem dl dt::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin: 0 6px 0 0;
	background: #000;
}
#sidenav nav .sidenavList .sidenavListItem.sidenavListItem_arupo dl dt::before {
	background: url(../img/jp/ico_arupo.svg) no-repeat center;
	background-size: contain;
}
#sidenav nav .sidenavList .sidenavListItem.sidenavListItem_prevention dl dt::before {
	background: url(../img/jp/ico_prevention.svg) no-repeat center;
	background-size: contain;
}
#sidenav nav .sidenavList .sidenavListItem dl dd ul li {
	border-bottom: solid 1px #F4F4F4;
}
#sidenav nav .sidenavList .sidenavListItem dl dd ul li:last-child {
	border: none;
}
#sidenav nav .sidenavList .sidenavListItem dl dd ul li a {
	padding: 20px 24px;
}

/* sidenavBtn */
#sidenav .sidenavBtn {
	position: fixed;
	top: 29px;
	left: calc(100vw - 280px - 32px);
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	display: block;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	-webkit-transition: 0.35s ease;
	transition: 0.35s ease;
	opacity: 0;
	pointer-events: none;
	cursor: default;
}
#sidenav[data-simplesidebar*="active"] .sidenavBtn {
	opacity: 1;
	pointer-events: auto;
	cursor: pointer;
}
#sidenav .sidenavBtn::before,
#sidenav .sidenavBtn::after {
	content: "";
	display: block;
	width: 104%;
	height: 3px;
	background: #FFFFFF;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
}
#sidenav .sidenavBtn::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
#sidenav .sidenavBtn::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 375px) {
	#sidenav .sidenavBtn {
		left: calc((100vw - 280px) / 2);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
@media screen and (max-width: 344px) {
	#sidenav .sidenavBtn {
		left: calc(64px / 2);
	}
}

