@charset "utf-8";


/**************************************************50
 * layout
 **************************************************/
body{
	color: #4D4D4D;
	font-size: 16px;
	line-height: 2;
	overflow-x: hidden;
	width: 100%;
}
#page-wrap{
	min-height: 100%;
	overflow-x: hidden;
	width: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.loading{
	z-index: 1100;
}
img{
	max-width: 100%;
}
hr{
	background-color: #4D4D4D;
}
time{
	font-size: 75%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
}
.wrap:after{
	clear: both;
	content: "";
	display: block;
}
.wrap_img{
	margin-left: auto;
	margin-right: auto;
}
.wrap_img img{
	max-width: 100%;
}
@media screen and (max-width:359px){
}
@media screen and (min-width:768px) and (max-width:939px){
	.wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:940px) and (max-width:1199px){
	.wrap{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	.wrap{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width:1280px){
	.wrap{
		padding-left: -webkit-calc((100% - 1200px) / 2);
		padding-left: calc((100% - 1200px) / 2);
		padding-right: -webkit-calc((100% - 1200px) / 2);
		padding-right: calc((100% - 1200px) / 2);
		min-width: 1200px;
	}
}


/**************************************************50
 * common
 **************************************************/
/** -- color -- **/
.blue{
	color: #29A9E0 !important;
}
.green{
	color: #84CE00 !important;
}
.red{
	color: #EE4249 !important;
}
.bg_yellow{
	background-color: #FFFF64;
}

/** -- link -- **/
a{
	color: #0071BA;
}

[class^="link_"],
[class^="btn_"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 1000px;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	position: relative;
	text-align: center;
	text-decoration: none;
}
[class^="link_"]{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #666666;
	transition: background-color 0.2s ease-out 0s;
}
[class^="btn_"]{
	background: -webkit-linear-gradient(right, #0898D3 0, #61BAF4 100%);
	background: linear-gradient(90deg, #0898D3 0, #61BAF4 100%);
	border: 1px solid #6EC4E9;
	box-shadow: 2px 2px 6px -1px rgba(0,0,0,0.2);
	color: #FFFFFF;
	font-size: 100%;
	transition: box-shadow 0.2s ease-out 0s;
}
[class^="link_"]:hover,
[class^="btn_"]:hover{
}
[class^="link_"]:hover{
	background-color: #CCCCCC;
}
[class^="btn_"]:hover{
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.6), 0px 0px 10px 2px rgba(0,0,0,0.1) inset;
}
[class^="link_"]:after{
}
[class^="link_"]:before{
}
[class^="link_"]:after{
	color: #999999;
	right: 0.2em;
}
.link_to:after{
	content: "\F0142";
	display: block;
	font-family: "Material Design Icons";
	font-size: 125%;
	line-height: 1;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link_to:hover:after{
}
.link_calender:before{
	content: "\F00EE";
	font-family: "Material Design Icons";
}
.link_mail:before{
	content: "\F01F0";
	font-family: "Material Design Icons";
}
.link_to_blue{
	border-radius: 0;
	border-color: #0C9BD6;
	color: #0C9BD6;
}
.link_to_blue:hover{
	background-color: #0C9BD6;
	color: #FFFFFF;
}
.link_to_blue:after{
	color: #0C9BD6;
	content: "\F0142";
	display: block;
	font-family: "Material Design Icons";
	font-size: 125%;
	line-height: 1;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link_to_blue:hover:after{
	color: #FFFFFF;
}
[class^="btn_"]:before,
[class^="btn_"]:after{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before{
	left: 0.2em;
}
[class^="btn_"]:after{
	right: 0.2em;
}
.btn_confirm:after{
}
.btn_reset,
.btn_back{
	background: -webkit-linear-gradient(right, #61BAF4 0, #0898D3 100%);
	background: linear-gradient(90deg, #61BAF4 0, #0898D3 100%);
}
.btn_back:before{
}
.btn_submit{
}
@media screen and (max-width:319px){
	[class^="link_"],
	[class^="btn_"]{
		font-size: 87.5%;
	}
}
@media screen and (max-width:767px){
	[class^="link_"],
	[class^="btn_"]{
		height: 36px;
		line-height: 34px;
		width: 192px;
	}
}
@media screen and (min-width:768px){
	[class^="link_"],
	[class^="btn_"]{
		height: 36px;
		line-height: 34px;
		width: 192px;
	}
}

/** -- pager -- **/
.pager{
	text-align: center;
}
.pager_num{
}
.pager_link{
	border: 1px solid #808080;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
}
.pager_link > *{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: top;
	width: 36px;
}
.pager_link > *:first-child{
	border-radius: 5px 0 0 5px;
}
.pager_link > *:last-child{
	border-radius: 0 5px 5px 0;
}
.pager_link > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-color: #DFDFDF;
	color: #212121;
	position: relative;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.pager_link > a:hover{
	background-color: #0071BA;
	color: #FFFFFF;
}
.pager_link > a.mdi:before{
	font-size: 150% !important;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pager_link > span{
	background-color: #0071BA;
	border-color: #0071BA;
	color: #FFFFFF;
}
.pager_link > strong{
	border: none;
}
.pager_link > * + *{
/*	margin-left: 20px; */
}
.pager_num + .pager_link,
.pager_link + .pager_num{
	margin-top: 10px;
}
.pager_btn{
	text-align: center;
}
.pager_btn a{
	text-decoration: none;
}
.pager_btn .pager_page{
	background-color: #0071BA;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	width: 6em;
}
.pager_btn .pager_prev,
.pager_btn .pager_next,
.pager_btn > span{
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	width: 100px;
}
.pager_btn .pager_prev,
.pager_btn .pager_next{
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 100px;
	color: #212121;
	height: 32px;
	line-height: 28px;
}
.pager_btn .pager_prev:before,
.pager_btn .pager_next:before{
	color: #0071BA;
	font-size: 150%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pager_btn .pager_prev:before{
	left: 0;
}
.pager_btn .pager_next:before{
	right: 0;
}
.pager_btn .pager_prev:after,
.pager_btn .pager_next:after,
.pager_btn > span:after{
	content: " ";
}
@media screen and (max-width:767px){
	.pager{
		padding-bottom: 6.25%;
	}
}
@media screen and (min-width:768px){
	.pager{
		padding-bottom: 50px;
	}
}
@media screen and (max-width:939px){
	.pc_hide .pager_num{
		margin-bottom: 6.25%;
	}
}

.links_prev_next{
	text-align: center;
}
.links_prev_next:after{
	clear: both;
	content: "";
	display: block;
}
.links_prev_next .dummy_prev,
.links_prev_next .dummy_next,
.links_prev_next .link_next,
.links_prev_next .link_prev{
	display: inline-block;
	height: 32px;
	width: 10em;
}
.links_prev_next .link_prev,
.links_prev_next .dummy_prev{
	float: left;
}
.links_prev_next .link_next,
.links_prev_next .dummy_next{
	float: right;
}
.links_prev_next .link_next,
.links_prev_next .link_prev{
/*
	background-color: #FFFFFF;
	border: 1px solid #0071BA;
	color:  #0071BA;
*/
	position: relative;
	text-decoration: none;
	line-height: 30px;
}
.links_prev_next .link_next:after,
.links_prev_next .link_prev:after{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
}
.links_prev_next .link_next:after{
	content: "\F0142";
	font-family: "Material Design Icons";
}
.links_prev_next .link_prev:after{
	content: "\F0141";
	font-family: "Material Design Icons";
}
.links_prev_next .link_upper{
/*
	background-color: #FFFFFF;
	border: 1px solid #0071BA;
	color:  #0071BA;
*/
	display: inline-block;
	height: 32px;
	line-height: 30px;
	text-decoration: none;
}
/*
.links_prev_next .link_next,
.links_prev_next .link_prev,
.links_prev_next .link_upper{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: background-color 0.2s ease-out 0s;
}
*/
.links_prev_next .link_next:hover,
.links_prev_next .link_prev:hover,
.links_prev_next .link_upper:hover{
/*
	background-color: #0071BA;
	color: #FFFFFF;
*/
}
@media screen and (max-width:767px){
	.links_prev_next{
		margin-top: 3.125%;
		margin-bottom: 3.125%;
		padding: 0 3.125%;
	}
	.links_prev_next .link_upper{
		font-size: 87.5%;
		width: 100px;
	}
	.links_prev_next .dummy_next,
	.links_prev_next .dummy_prev,
	.links_prev_next .link_next,
	.links_prev_next .link_prev{
		width: -webkit-calc((100% - 140px) / 2);
		width: calc((100% - 140px) / 2);
	}
	.links_prev_next .link_next{
		padding-right: 1em;
	}
	.links_prev_next .link_prev{
		padding-left: 1em;
	}
	.links_prev_next .link_next:after,
	.links_prev_next .link_prev:after{
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.links_prev_next .link_next:after{
		right: 0.2em;
	}
	.links_prev_next .link_prev:after{
		left: 0.2em;
		right: unset;
	}
}
@media screen and (min-width:768px){
	.links_prev_next{
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 0 -webkit-calc((100% - 280px - (10em * 2)) / 2);
		padding: 0 calc((100% - 280px - (10em * 2)) / 2);
	}
	.links_prev_next .link_prev:after{
		left: 0.2em;
		right: unset;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.links_prev_next .link_next:after{
		right: 0.2em;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.links_prev_next .link_upper{
		width: 160px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	.links_prev_next{
		padding: 0 20px;
	}
	.links_prev_next .link_upper{
		margin: 0 10px;
	}
}
@media screen and (min-width:940px){
	.links_prev_next .link_next,
	.links_prev_next .link_prev{
		cursor: pointer;
	}
}


.slick-prev,
.slick-next{
	height: 150px;
	line-height: 150px;
	overflow: hidden;
	text-align: center;
	width: 46px;
}
.slick-prev{
	left: -60px;
}
.slick-next{
	right: -60px;
}
.slick-prev:before,
.slick-next:before{
	font-size: 150px;
	font-family: "Material Design Icons";
	color: #5C5C5C;
}
.slick-prev:before{
	content: "\F0141";
	font-family: "Material Design Icons";
	position: relative;
}
.slick-next:before{
	content: "\F0142";
	font-family: "Material Design Icons";
	position: relative;
}


/**************************************************50
 * list
 **************************************************/
.list_circle{
}
.list_circle > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_circle > li:before{
	content: "\F044A";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_dot{
}
.list_dot > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_dot > li:before{
	content: "\F09DE";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_star{
}
.list_star > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_star > li:before{
	content: "\F04CE";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_asterisk{
}
.list_asterisk > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_asterisk > li:before{
	content: "※";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_square{
}
.list_square > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_square > li:before{
	content: "\F012E";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_square_min{
}
.list_square_min > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_square_min > li:before{
	content: "\F0A13";
	font-family: "Material Design Icons";
	text-indent: 0;
}


/**************************************************50
 * header
 **************************************************/
header{
	text-align: center;
}
#header_wrap{
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#header_wrap:after{
	clear: both;
	content: "";
	display: block;
}
#header_title{
	background-color: #5AAA01;
	color: #FFFFFF;
	font-weight: normal;
}
#header_wrap a{
	color: #4D4D4D;
	text-decoration: none;
}
#header_wrap > a[href="https://ins-parasol.co.jp/"]{
	float: left;
}
#header_wrap #header_line{
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: right;
}
#header_wrap #header_line:before{
	content: "";
	display: block;
}
header nav{
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	z-index: 999;
}
header nav a{
	color: #212121;
	text-decoration: none;
}
header nav > a{
	position: relative;
}
header nav > a:after{
	position: absolute;
}
header nav > div{
	line-height: 1.6;
}
#btn_totop{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #0898D3;
	background: -webkit-linear-gradient(bottom, #0898D3 0, #61BAF4 100%);
	background: linear-gradient(0deg, #0898D3 0, #61BAF4 100%);
	border: 1px solid #6EC4E9;
	border-radius: 50%;
	box-shadow: 2px 2px 6px -1px rgba(0,0,0,0.2);
	color: #FFFFFF;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 0;
	transition: box-shadow 0.2s ease-out 0s;
	z-index: 998;
}
#btn_totop:hover{
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.6), 0px 0px 10px 2px rgba(0,0,0,0.1) inset;
}
#btn_totop:before{
	content: "\F013F";
	font-family: "Material Design Icons";
}
@media screen and (max-width:319px){
	header{
		padding-top: 68px;
	}
	#header_title{
		height: 16px;
		line-height: 16px;
		font-size: 50%;
	}
	header nav{
		max-height: -webkit-calc(100vh - 68px);
		max-height: calc(100vh - 68px);
		top: 68px;
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	header{
		padding-top: 70px;
	}
	#header_title{
		height: 18px;
		line-height: 18px;
		font-size: 62.5%;
	}
	header nav{
		max-height: -webkit-calc(100vh - 70px);
		max-height: calc(100vh - 70px);
		top: 70px;
	}
}
@media screen and (max-width:359px){
	#header_wrap > a[href$="contact/input"]{
		display: none !important;
	}
}
@media screen and (min-width:360px){
	#header_title{
		height: 20px;
		line-height: 20px;
		font-size: 75%;
	}
}
@media screen and (min-width:360px) and (max-width:1023px){
	header{
		padding-top: 72px;
	}
	header nav{
		top: 72px;
		max-height: -webkit-calc(100vh - 72px);
		max-height: calc(100vh - 72px);
	}
}
@media screen and (max-width:479px){
	#header_wrap #header_line{
		background-color: #00C207;
		background-image: url("https://ins-parasol.co.jp/images/user/icon/line.svg");
		background-size: 75% auto;
		border-radius: 7px;
		margin: 4px 4px 0;
		width: 44px;
	}
	#header_wrap #header_line:before{
		padding-top: 100%;
	}
}
@media screen and (min-width:480px){
	#header_wrap #header_line{
		background-image: url("https://ins-parasol.co.jp/images/user/button/line.svg");
		background-size: contain;
	}
	#header_wrap #header_line:before{
		padding-top: 50%;
	}
}
@media screen and (min-width:480px) and (max-width:1023px){
	#header_wrap #header_line{
		margin-top: 3px;
		width: 88px;
	}
}
@media screen and (max-width:767px){
	header nav > a{
		padding: 1.5625% 3.125%;
	}
	header nav > div{
		padding-bottom: 3.125%;
	}
	header nav > div #navi_line{
		margin-top: 3.125%;
		margin-bottom: 1.5625%;
	}
	header nav > div #navi_line img{
		height: auto;
		width: 37.5%;
	}
	header nav > div img[src*="logo."]{
		width: 56.25%;
	}
	#btn_totop{
		height: 42px;
		margin-right: 1.5625%;
		margin-bottom: 1.5625%;
		width: 42px;
	}
	#btn_totop:before{
		font-size: 40px;
		line-height: 40px;
	}
}
@media screen and (min-width:768px){
	#header_wrap img[src*="logo."]{
		margin-left: 20px;
	}
	#btn_totop{
		height: 60px;
		margin-right: 10px;
		margin-bottom: 10px;
		width: 60px;
	}
	#btn_totop:before{
		font-size: 58px;
		line-height: 58px;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	header nav{
		width: 360px;
	}
	header nav > a{
		padding: 10px 20px;
	}
	header nav > div{
		padding-bottom: 10px;
	}
	header nav > div #navi_line{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	header nav > div #navi_line img{
		height: auto;
		width: 128px;
	}
	header nav > div img[src*="logo."]{
		width: 175px;
	}
}
@media screen and (max-width:1023px){
	#header_wrap img[src*="logo."]{
		height: 52px;
	}
	#header_wrap > a[href="https://ins-parasol.co.jp/"] span{
		display: none;
	}
	#header_wrap > [id^="menu_"],
	#header_wrap > a[href$="request/input"],
	#header_wrap > a[href$="contact/input"],
	#header_wrap > a[href^="tel:"]{
		color: #5F5F5F;
		cursor: pointer;
		display: block;
		float: right;
		height: 52px;
		line-height: 1;
		overflow: hidden;
		width: 52px;
	}
	#header_wrap > a[href$="request/input"] span,
	#header_wrap > a[href$="contact/input"] span,
	#header_wrap > a[href^="tel:"] span{
		font-size: 65.2%;
	}
	#header_wrap > [id^="menu_"]{
		background-color: #717171;
		color: #FFFFFF;
	}
	#header_wrap > [id^="menu_"]:before{
		font-family: "Material Design Icons";
		font-size: 275%;
		line-height: 52px;
	}
	#header_wrap > #menu_open:before{
		content: "\F035C";
	}
	#header_wrap > #menu_close{
		display: none;
	}
	#header_wrap > #menu_close:before{
		content: "\F0156";
	}
	#header_wrap > a[href$="request/input"]:before,
	#header_wrap > a[href$="contact/input"]:before,
	#header_wrap > a[href^="tel:"]:before{
		font-family: "Material Design Icons";
		font-size: 200%;
		line-height: 1.2;
		display: block;
		margin-bottom: -0.2em;
	}
	#header_wrap > a[href$="request/input"]:before{
		content: "\F0219";
	}
	#header_wrap > a[href$="contact/input"]:before{
		content: "\F05F0";
	}
	#header_wrap > a[href^="tel:"]:before{
		content: "\F0602";
	}
	#header_info{
		display: none;
	}
	header nav{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		overflow-x: hidden;
		overflow-y: auto;
		transition: right 0.2s ease-out 0s;
		right: -100%;
	}
	header nav.active{
		right: 0;
	}
	header nav > a{
		border-bottom: 1px solid #212121;
		display: block;
		text-align: left;
	}
	header nav > a:first-child{
		border-top: 1px solid #212121;
	}
	header nav > a.active{
		background-color: #212121;
		color: #FFFFFF;
	}
	header nav > a:after{
		content: "\F0142";
		font-family: "Material Design Icons";
		font-size: 150%;
		line-height: 1;
		top: 50%;
		right: 0;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (min-width:1024px){
	body#is_top header{
		padding-top: 100px;
	}
	body:not(#is_top) header{
		padding-top: 150px;
	}
	#header_wrap{
		height: 100px;
	}
	#header_wrap > [id^="menu_"],
	#header_wrap > a:not([href="https://ins-parasol.co.jp/"]){
		display: none;
	}
	#header_wrap img[src*="logo."]{
		height: 80px;
	}
	#header_info{
		background-color: #FFFFBA;
		border-collapse: collapse;
		border-radius: 0 0 10px 10px;
		display: table;
		float: right;
		height: 70px;
		line-height: 1.2;
		margin-right: 20px;
		overflow: hidden;
		table-layout: fixed;
		width: 440px;
	}
	#header_info > *{
		display: table-cell;
		vertical-align: middle;
	}
	#header_info > div{
		color: #534741;
	}
	#header_info > div a{
		color: #534741;
	}
	#header_info > div .mdi{
		font-size: 200%;
	}
	#header_info > div .mdi:before{
		margin-right: 0.2em;
	}
	#header_info > div p:not(.mdi){
		font-size: 87.5%;
	}
	#header_info > a{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background: -webkit-linear-gradient(left, #61BAF4 0, #0898D3 100%);
		background: linear-gradient(90deg, #61BAF4 0, #0898D3 100%);
		color: #FFFFFF;
		font-size: 87.5%;
		text-decoration: none;
		transition: opacity 0.2s ease-out 0s;
		width: 100px;
	}
	#header_info > a:hover{
		opacity: 0.7;
	}
	#header_info > a .mdi{
		line-height: 0.8;
		font-size: 150%;
	}
	header nav{
		border-collapse: separate;
		border-spacing: 0;
		display: table;
		top: 100px;
		left: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		table-layout: fixed;
	}
	#is_top header nav.scroll{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: top 0.2s ease-out 0s;
	}
	#is_top header nav:not(.scroll){
		top: 0;
	}
	#header_wrap #header_line{
		margin-top: 8px;
		margin-right: 16px;
		width: 128px;
	}
	header nav > a{
		border-right: 1px solid #212121;
		display: table-cell;
		height: 40px;
		padding: 0 1em;
		vertical-align: middle;
	}
	header nav > a:first-child{
		border-left: 1px solid #212121;
	}
	header nav > a[href$="news/index"],
	header nav > a[href$="contact/index"],
	header nav > a[href$="inquiry/index"],
	header nav > a[href$="policy/index"],
	header nav > a[href$="sitemap/index"]{
		display: none;
	}
	header nav > a:after{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: #21A480;
		border-radius: 3px;
		content: "";
		display: block;
		height: 2px;
		top: -webkit-calc(50% + 0.8em);
		top: calc(50% + 0.8em);
		left: 50%;
		transition: width 0.2s ease-out 0s;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 0;
	}
	header nav > a:hover:after,
	header nav > a.active:after{
		width: 60%;
	}
	header nav > div{
		display: none;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	header nav{
		font-size: 87.5%;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	header nav{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width:1280px){
	header nav{
		padding-left: -webkit-calc((100% - 1200px) / 2);
		padding-left: calc((100% - 1200px) / 2);
		padding-right: -webkit-calc((100% - 1200px) / 2);
		padding-right: calc((100% - 1200px) / 2);
		min-width: 1200px;
	}
}


/**************************************************50
 * middle
 **************************************************/
#middle_block{
	text-align: left;
}
@media screen and (max-width:767px){
}
@media screen and (min-width:768px){
}
@media screen and (min-width:768px) and (max-width:1023px){
	#middle_block{
		min-height: -webkit-calc(100vh - 72px - 30px);
		min-height: calc(100vh - 72px - 30px);
	}
}
@media screen and (min-width:1024px){
	#middle_block{
		min-height: -webkit-calc(100vh - 394px);
		min-height: calc(100vh - 394px);
	}
}


/**************************************************50
 * slider
 **************************************************/
#slider{
	position: relative;
	overflow: visible;
}
#slider_pc:not(.slick-slider),
#slider_sp:not(.slick-slider){
	position: relative;
}
#slider_pc:not(.slick-slider) > li:not(.slick-slide),
#slider_sp:not(.slick-slider) > li:not(.slick-slide){
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#slider_pc:not(.slick-slider) > li:not(.slick-slide):first-child,
#slider_sp:not(.slick-slider) > li:not(.slick-slide):first-child{
	z-index: 1;
}
#slider_pc,
#slider_pc img,
#slider_sp,
#slider_sp img{
	width: 100%
}
#slider_pc li a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
#slider_pc li a img:hover{
	opacity: 0.7;
}
@media screen and (max-width:767px){
	#slider{
		margin-bottom: 3.125%;
	}
	#slider:after{
		bottom: 20px;
	}
	#slider_pc{
		display: none;
	}
	#slider_sp:not(.slick-slider):before{
		content: "";
		display: block;
		padding-top: 129.55465587%;
	}
	#slider_sp{
	}
	#slider_sp .slick-dots{
		bottom: 0;
	}
}
@media screen and (min-width:768px){
	#slider{
		margin-bottom: 30px;
	}
	#slider:after{
		bottom: 0;
	}
	#slider_sp{
		display: none;
	}
	#slider_pc:not(.slick-slider):before{
		content: "";
		display: block;
		padding-top: 203.303684879%;
	}
	#slider_pc{
	}
	#slider_pc .slick-dots{
		bottom: 0;
	}
}


/**************************************************50
 * footer
 **************************************************/
footer{
	background-color: #F2F2F2;
	color: #333333;
	text-align: center;
}
#footer_wrap{
}
#footer_wrap > div{
	line-height: 1.6;
}
#footer_wrap > div h2{
	font-weight: normal;
}
#footer_wrap > div h2 img{
	width: 126px;
}
#footer_wrap > div h2 span{
	color: #666666;
	display: block;
}
#footer_wrap > div p{
}
#footer_wrap > div a[href="https://maps.app.goo.gl/ps8EjpavLBFGSjTN7"]{
	color: #999999;
	display: inline-block;
	margin-top: 0.5em;
	padding-left: 1.8em;
	position: relative;
	text-decoration: none;
	vertical-align: top;
}
#footer_wrap > div a[href="https://maps.app.goo.gl/ps8EjpavLBFGSjTN7"]:before{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #4D4D4D;
	border-radius: 50%;
	color: #FFFFFF;
	content: "\F034E";
	display: block;
	font-family: "Material Design Icons";
	font-size: 87.5%;
	height: 24px;
	line-height: 24px;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	transition: background-color 0.2s ease-out 0s;
	width: 24px;
}
#footer_wrap > div a[href="https://maps.app.goo.gl/ps8EjpavLBFGSjTN7"]:hover:before{
	background-color: #CCCCCC;
	color: #EA4335;
	font-size: 100%;
}
#footer_wrap > address{
}
#footer_wrap > address #footer_tel{
	border-bottom: 1px solid #CCCCCC;
	display: inline-block;
}
#footer_wrap > address #footer_tel b{
	display: inline-block;
	line-height: 1;
}
#footer_wrap > address #footer_fax{
}
#footer_wrap > address #footer_fax b{
}
#footer_wrap > address > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-radius: 10px;
	color: #666666;
	display: inline-block;
	font-size: 75%;
	padding: 0.1em 1em;
	position: relative;
	text-decoration: none;
	transition: background-color 0.2s ease-out 0s;
}
#footer_wrap > address > a:hover{
	background-color: #CCCCCC;
}
#footer_wrap > address > a:after{
	content: "\F0142";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer nav{
}
footer nav a{
	color: #666666;
}
#copyright{
	background-color: #F2F2F2;
	color: #999999;
	font-size: 75%;
}
#copyright a{
	color: #999999;
	text-decoration: none;
}
@media screen and (max-width:767px){
	footer{
	}
	#footer_wrap{
		padding-top: 3.125%;
		padding-bottom: 3.125%;
	}
	#footer_wrap > div{
	}
	#footer_wrap > div h2{
	}
	#footer_wrap > div h2 img{
	}
	#footer_wrap > div h2 span{
	}
	#footer_wrap > div p{
	}
	#footer_wrap > address{
		margin-top: 0.5em;
	}
	#footer_wrap > address #footer_tel{
	}
	#footer_wrap > address #footer_tel b{
		font-size: 150%;
	}
	#footer_wrap > address #footer_fax{
	}
	#footer_wrap > address > a{
		margin: 3.125% 1.5625% 0;
		text-align: left;
		width: 15em;
	}
	#footer_wrap > address > a span{
		display: none;
	}
	footer nav{
	}
	footer nav a{
	}
	#copyright{
		line-height: 1.4;
		padding: 1.5625% 3.125%;
	}
}
@media screen and (min-width:768px){
	footer{
	}
	#footer_wrap{
		border-collapse: separate;
		border-spacing: 0;
		display: table;
		margin-left: auto;
		margin-right: auto;
		padding-top: 50px;
		padding-bottom: 50px;
		table-layout: fixed;
	}
	#footer_wrap > div{
		display: table-cell;
		text-align: left;
		vertical-align: top;
	}
	#footer_wrap > div h2{
	}
	#footer_wrap > div h2 img{
	}
	#footer_wrap > div h2 span{
	}
	#footer_wrap > address{
		display: table-cell;
		vertical-align: top;
		width: 26em;
	}
	#footer_wrap > address #footer_tel{
	}
	#footer_wrap > address #footer_tel b{
		font-size: 200%;
	}
	#footer_wrap > address #footer_fax{
	}
	#footer_wrap > address{
		text-align: left;
	}
	#footer_wrap > address > a{
		margin-top: 10px;
		width: 20em;
	}
	footer nav{
	}
	footer nav a{
	}
	#copyright{
		height: 30px;
		line-height: 30px;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	#footer_wrap > div{
		width: 18em;
	}
}
@media screen and (max-width:1023px){
	footer nav{
		display: none;
	}
}
@media screen and (min-width:1024px){
	#footer_wrap > div{
		width: 23em;
	}
	#footer_wrap > div h2{
		margin-bottom: 30px;
	}
	footer nav{
		border-left: 1px solid #CCCCCC;
		display: table-cell;
		text-align: left;
		vertical-align: top;
		width: 14em;
	}
	footer nav a{
		display: block;
		font-size: 75%;
		padding-left: 5em;
		position: relative;
		text-decoration: none;
	}
	footer nav a:before,
	footer nav a:after{
		font-family: "Material Design Icons";
		font-size: 150%;
		line-height: 1;
		position: absolute;
		top: 50%;
		left: 2.666666666666667em;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	footer nav a:before{
		content: "\F0374";
	}
	footer nav a:after{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		content: "\F0142";
		opacity: 0;
		transition: opacity 0.2s ease-out 0s;
	}
	footer nav a.active:before,
	footer nav a:hover:before{
		opacity: 0;
	}
	footer nav a.active:after,
	footer nav a:hover:after{
		opacity: 1;
	}
}


/**************************************************50
 * title
 **************************************************/
/* -- page -- */
.title_page{
	border-bottom: 1px solid #FFAF48;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.title_page:before,
.title_page:after{
	background-color: #FFAF48;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.title_page:before{
	bottom: 0;
	width: 1px;
}
.title_page:after{
	border-radius: 50%;
}
@media screen and (max-width:767px){
	.title_page{
		font-size: 125%;
		margin-bottom: 3.125%;
		padding-bottom: 1.5em;
	}
	.title_page:before{
		height: 1.25em;
	}
	.title_page:after{
		height: 6px;
		bottom: 1.25em;
		width: 6px;
	}
}
@media screen and (min-width:768px){
	.title_page{
		font-size: 150%;
		margin-bottom: 50px;
		padding-bottom: 3em;
	}
	.title_page:before{
		height: 2.5em;
	}
	.title_page:after{
		height: 8px;
		bottom: 2.5em;
		width: 8px;
	}
}

/* -- section -- */
.title_section{
	border-bottom: 1px solid #FFAF48;
	line-height: 1.2;
	position: relative;
	text-align: left;
}
.title_section:before{
	background-color: #999999;
	content: "";
	display: block;
	height: -webkit-calc(100% - 0.6em);
	height: calc(100% - 0.6em);
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1px;
}
.title_section:after{
	background-color: #FFAF48;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	-ms-transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
@media screen and (max-width:767px){
	.title_section{
		font-size: 150%;
		margin: 0 auto 3.125%;
		padding:  1.5625% 3.125%;
		width: 93.75%;
	}
	.title_section:after{
		height: 6px;
		width: 6px;
	}
}
@media screen and (min-width:768px){
	.title_section{
		font-size: 200%;
		margin: 0 -17% 50px 17%;
		padding:  0.4em 1em;
	}
	.title_section:after{
		height: 8px;
		width: 8px;
	}
}


/**************************************************50
 * breadcrumbs
 **************************************************/
.breadcrumbs{
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.breadcrumbs > *{
	color: #4D4D4D;
	display: inline-block;
	position: relative;
}
.breadcrumbs a{
	color: #4D4D4D;
}
.breadcrumbs > *:not(:first-child){
	margin-left: 2em;
}
.breadcrumbs > *:not(:first-child):before{
	color: #212121;
	content: "\F0142";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	-ms-transform: translate(-12%, -50%);
	-webkit-transform: translate(-12%, -50%);
	transform: translate(-12%, -50%);
}
@media screen and (max-width:767px){
	.breadcrumbs{
		padding-left: 3.125%;
		padding-right: 3.125%;
	}
}
@media screen and (min-width:768px){
	.breadcrumbs{
		margin-top: -5px;
		margin-bottom: 50px;
	}
}


/**************************************************50
 * table
 **************************************************/
.tbl_com{
	color: #212121;
	font-size: 87.5%;
	line-height: 1.6;
}
.tbl_com tr th{
}
.tbl_com tr:first-child th{
	border-top: 1px solid #212121;
}
.tbl_com tr td{
	border-bottom: 1px solid #212121;
}
@media screen and (max-width:767px){
	.tbl_com,
	.tbl_com tbody,
	.tbl_com tr,
	.tbl_com tr th,
	.tbl_com tr td{
		display: block;
	}
	.tbl_com{
	}
	.tbl_com tr th{
		margin-left: auto;
		margin-right: auto;
		padding: 1.5625% 3.125%;
		width: 93.75%;
	}
	.tbl_com tr td{
		border-bottom: 1px solid #212121;
		margin-left: auto;
		margin-right: auto;
		padding: 0 3.125% 1.5625%;
		width: 93.75%;
	}
	.tbl_com tr:last-child td{
	}
}
@media screen and (min-width:768px){
	.tbl_com{
		border-collapse: separate;
		border-spacing: 0;
		margin-left: auto;
		margin-right: auto;
		width: 700px;
	}
	.tbl_com tr th{
		border-bottom: 1px solid #212121;
		padding: 1em 2em;
		width: 14em;
	}
	.tbl_com tr td{
		padding: 1em 2em 1em 0;
	}
	.tbl_com tr:first-child td{
		border-top: 1px solid #212121;
	}
}


/**************************************************50
 * news
 **************************************************/
[class^="news_category_"]{
	background-color: #;
	border: 1px solid #CCCCCC;
	color: #333333;
	display: inline-block;
	font-size: 62.5%;
	line-height: 1.8;
	text-align: center;
	width: 9em;
}
a[class^="news_category_"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-decoration: none;
	transition: background-color 0.2s ease-out 0s;
}
.news_category_notice{
}
.news_category_announcement{
}
.news_category_blog{
}
a[class^="news_category_"]:hover{
	background-color: #CCCCCC;
}
#news_list{
}
#news_list > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
}
#news_list > a:hover{
	opacity: 0.7;
}
#news_list > a:after{
	content: "\F0142";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#news_list > a time{
	color: #666666;
}
#news_list > a p{
	font-size: 87.5%;
}
@media screen and (max-width:767px){
	#news_list{
		margin-bottom: 3.125%;
	}
	#news_list > a{
		padding: 1.5625% -webkit-calc(1.5625% + 1em) 1.5625% 3.125%;
		padding: 1.5625% calc(1.5625% + 1em) 1.5625% 3.125%;
		line-height: 1.6;
		width: 93.75%;
	}
	#news_list > a time{
		margin-right: 1em;
	}
}
@media screen and (min-width:768px){
	#news_list{
		margin-bottom: 50px;
	}
	#news_list > a{
		padding: 20px 20px 20px 200px;
	}
	#news_list > a time{
		position: absolute;
		top: 50%;
		left: 20px;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#news_list > a [class^="news_category_"]{
		position: absolute;
		top: 50%;
		left: 96px;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#news_list > a{
		width: 700px;
	}
}
@media screen and (min-width:940px){
	#news_list > a{
		width: 790px;
	}
}


/**************************************************50
 * map
 **************************************************/
.map_wrap{
	position: relative;
}
.map_wrap:before{
	content: "";
	display: block;
}
.map_wrap iframe{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#accessmap{
}
@media screen and (max-width:767px){
	#accessmap:before{
		padding-top: 56.25%;
	}
}
@media screen and (min-width:768px){
	#accessmap:before{
		padding-top: 360px;
	}
}


