@charset "utf-8";


/**************************************************50
 * layout
 **************************************************/
body{
	color: #212121;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
	width: 100%;
}
#page-wrap{
	min-height: 100%;
	overflow-x: hidden;
	width: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.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:940px){
	#page-wrap{
		min-width: 1200px;
	}
	.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 -- */

/* -- link -- */
a{
	color: #212121;
}

[class^="link_to"],
[class^="btn_"]{
	border-radius: 5px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
}
[class^="link_to"]{
	background-color: #EA4434;
}
[class^="btn_"]{
	font-size: 125%;
	margin: 0 1em;
	width: 240px;
}
[class^="link_to"]:after{
	border-radius: 50%;
	content: "\F142";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0.2em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0.2em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link_to_border,
[class^="btn_"]{
	background-color: #D94636;
	color: #FFFFFF;
}
.link_to_border:after,
[class^="btn_"]:after{
	color: #FFFFFF;
}
[class^="btn_"]:before{
	color: #FFFFFF;
	left: 1em;
}
.btn_confirm:before{
/*	content: "\F135"; */
}
.btn_back:before{
/*	content: "\F141"; */
}
.btn_entry:before{
/*	content: "\F48A"; */
}
@media screen  and (max-width:319px){
	.link_to{
		font-size: 75%;
		width: 200px;
	}
	.link_to_border{
		font-size: 75%;
		width: 180px;
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	.link_to{
		font-size: 87.5%;
		width: 260px;
	}
	.link_to_border{
		font-size: 87.5%;
		width: 260px;
	}
}
@media screen and (min-width:360px) and (max-width:767px){
	.link_to{
		width: 300px;
	}
	.link_to_border{
		width: 300px;
	}
}
@media screen and (max-width:767px){
	[class^="link_to"],
	[class^="btn_"]{
		height: 42px;
		line-height: 42px;
	}
	.link_to_border{
		line-height: 40px;
	}
}
@media screen and (min-width:768px){
	[class^="link_to"],
	[class^="btn_"]{
		height: 52px;
		line-height: 52px;
		width: 360px;
	}
	.link_to_border{
		line-height: 50px;
	}
}
@media screen and (min-width:940px){
	[class^="link_to"],
	[class^="btn_"],
	.link_reserve,
	.link_catalog{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: opacity 0.2s ease-out 0s;
	}
	[class^="link_to"]:hover,
	[class^="btn_"]:hover,
	.link_reserve:hover,
	.link_catalog:hover{
		opacity: 0.7;
	}
	.link_to_border{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: background-color 0.2s ease-out 0s;
	}
	.link_to_border:hover{
		background-color: #0067A1;
		border-color: #0067A1;
		color: #FFFFFF;
		opacity: 1;
	}
	.link_to_border:hover:before,
	.link_to_border:hover:after{
		color: #FFFFFF;
	}
}

/** -- pager -- **/
#pager{
}
.pager_num{
	text-align: center;
}
.pager_link{
	text-align: center;
}
.pager_link > *{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	width: 36px;
}
.pager_link > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-color: #0067A1;
	border-radius: 5px;
	color: #0067A1;
	position: relative;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.pager_link > a:hover{
	background-color: #0067A1;
	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: #0067A1;
	border-color: #0067A1;
	border-radius: 5px;
	color: #FFFFFF;
}
.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: #0067A1;
	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 #212121;
	border-radius: 100px;
	color: #212121;
	height: 32px;
	line-height: 28px;
}
.pager_btn .pager_prev:before,
.pager_btn .pager_next:before{
	color: #0067A1;
	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: 1.5625% 0;
	}
	.sp_hide{
		display: none !important;
	}
}
@media screen and (min-width:768px){
	#pager{
		padding: 20px 0;
	}
	.sp_show{
		display: none !important;
	}
}
@media screen and (max-width:939px){
	.pc_show{
		display: none !important;
	}
	.pc_hide .pager_num{
		margin-bottom: 6.25%;
	}
}
@media screen and (min-width:940px){
	.pc_hide{
		display: none !important;
	}
}

.link_prev_next{
	text-align: center;
}
.link_prev_next:after{
	clear: both;
	content: "";
	display: block;
}
.link_prev_next .dummy_prev,
.link_prev_next .dummy_next,
.link_prev_next .link_next,
.link_prev_next .link_prev{
	display: inline-block;
	height: 32px;
	width: 10em;
}
.link_prev_next .link_prev,
.link_prev_next .dummy_prev{
	float: left;
}
.link_prev_next .link_next,
.link_prev_next .dummy_next{
	float: right;
}
.link_prev_next .link_next,
.link_prev_next .link_prev{
	background-color: #FFFFFF;
	border: 1px solid #212121;
	border-radius: 100px;
	position: relative;
	text-decoration: none;
	line-height: 32px;
}
.link_prev_next .link_next:after,
.link_prev_next .link_prev:after{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
}
.link_prev_next .link_next:after{
	color: #0067A1;
	content: "\F142";
}
.link_prev_next .link_prev:after{
	color: #0067A1;
	content: "\F141";
}
.link_prev_next .link_upper{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
}
@media screen and (max-width:767px){
	.link_prev_next{
		padding: 3.125% 3.125% 0;
	}
	.link_prev_next .link_upper{
		width: 140px;
	}
	.link_prev_next .dummy_next,
	.link_prev_next .dummy_prev,
	.link_prev_next .link_next,
	.link_prev_next .link_prev{
		width: -webkit-calc((100% - 140px) / 2);
		width: calc((100% - 140px) / 2);
	}
	.link_prev_next .link_next:after,
	.link_prev_next .link_prev:after{
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.link_prev_next .link_next:after{
		right: 0;
	}
	.link_prev_next .link_prev:after{
		left: 0;
	}
}
@media screen and (min-width:768px){
	.link_prev_next{
		padding: 20px -webkit-calc((100% - 280px - (10em * 2)) / 2);
		padding: 20px calc((100% - 280px - (10em * 2)) / 2);
	}
	.link_prev_next .link_prev:after{
		left: 0;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.link_prev_next .link_next:after{
		right: 0;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	.link_prev_next{
		padding: 0 20px;
	}
	.link_prev_next .link_upper{
		margin: 0 10px;
	}
}
@media screen and (min-width:940px){
	.link_prev_next .link_next,
	.link_prev_next .link_prev{
		cursor: pointer;
	}
}

/* - form - */
label.select_box{
	display: inline-block;
	position: relative;
}
label.select_box:after{
	content: "\F35D";
	font-size: 160%;
	height: 30px;
	line-height: 30px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 2px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
select{
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	-webkit-appearance: none;
	border-radius: 0;
	color: #212121;
	cursor: pointer;
	font-size: 16px;
	height: 32px;
	line-height: 30px;
	padding: 0 2.1em 0 0.5em;
}
select::-ms-expand{
	display: none;
}
input[type="text"],
input[type="password"]{
	border: 1px solid #C0C0C0;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
	height: 32px;
	line-height: 30px;
	padding: 0 1em;
	transition: all 0.2s ease-out 0s;
	vertical-align: baseline;
	width: 100%;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.7);
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	border-color: #424242;
}
textarea{
	border: 1px solid #C0C0C0;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
	min-height: 12em;
	margin: 0;
	padding: 0.5em 1em;
	resize: vertical;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

/** -- checkbox -- **/
input[type="checkbox"]{
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	width: 0;
}
input[type="checkbox"] + label{
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label{
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type="checkbox"] + label:before{
	content: "\F131";
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
	z-index: 1;
}
input[type="checkbox"] + label:after{
	content: "\F132";
	color: transparent;
	font-size: 240%;
	line-height: 1;
	left: -0.05em;
	z-index: 2;
	transition: all 0.1s ease-out 0s;
}
.input_check[class*="error_"]{
	background-color: #FFEBEE;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	input[type="checkbox"] + label:after{
		font-size: 40% !important;
	}
}
input[type="checkbox"]:checked + label:before{
	color: transparent !important;
}
input[type="checkbox"]:checked + label:after{
	color: #0067A1;
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
}
input[type="checkbox"]:disabled + label{
	background-color: #F5F5F5;
	color: #9E9E9E;
}
input[type="checkbox"]:focus + label{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
input[type="checkbox"]:disabled + label:hover,
input[type="checkbox"]:disabled + label:focus{
	box-shadow: none;
	cursor: default;
}
/*
:-ms-input-placeholder{
	color: #616161;
}
:-webkit-input-placeholder{
	color: #616161;
}
:placeholder-shown{
	color: #616161;
}
*/

/** -- radio -- **/
input[type="radio"]{
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	width: 0;
}
input[type="radio"] + label{
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="radio"] + label:before,
input[type="radio"] + label:after{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type="radio"] + label:before{
	content: "\F43D";
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
	z-index: 1;
}
input[type="radio"] + label:after{
	content: "\F43E";
	color: transparent;
	font-size: 240%;
	line-height: 1;
	left: -0.05em;
	z-index: 2;
	transition: all 0.1s ease-out 0s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	input[type="radio"]:checked + label:after{
		font-size: 40% !important;
	}
}
input[type="radio"]:checked + label:before{
	color: transparent !important;
}
input[type="radio"]:checked + label:after{
	color: #0067A1;
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
}
input[type="radio"]:disabled + label{
	background-color: #F5F5F5;
	color: #9E9E9E;
}
input[type="radio"]:focus + label{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
input[type="radio"]:disabled + label:hover,
input[type="radio"]:disabled + label:focus{
	box-shadow: none;
	cursor: default;
}
.input_radio[class*="error_"]{
	background-color: #FFEBEE;
}


.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: "\F141";
	position: relative;
	right: 50px;
}
.slick-next:before{
	content: "\F142";
	position: relative;
	left: -54px;
}


/**************************************************50
 * header
 **************************************************/
header{
	text-align: left;
}
#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_wrap h1{
	float: left;
	line-height: 1;
}
#header_wrap h1 span{
	font-weight: normal;
	display: block;
}
#header_wrap > a[href^="mailto"],
#header_wrap #menu_open,
#header_wrap #menu_close{
	color: #FFFFFF;
	display: block;
	text-align: center;
	text-decoration: none;
}
#header_wrap > a[href^="mailto"]{
	background-color: #0067A1;
}
#header_wrap > a[href^="mailto"],
#header_wrap #menu_open{
	float: right;
}
#header_wrap #menu_open,
#header_wrap #menu_close{
	background-color: #000000;
}
header nav{
}
header nav a{
	display: block;
	text-decoration: none;
}
header nav a[href^="tel:"],
header nav a[href^="mailto:"]{
	display: inline-block;
}
#header_tel{
	position: absolute;
	z-index: 900;
}
@media screen and (max-width:319px){
	header{
		padding-top: 40px;
	}
	#header_wrap{
		height: 40px;
	}
	#header_wrap h1{
		padding-top: 3px;
	}
	#header_wrap h1 span{
		font-size: 56.25%;
		padding-left: 6px;
	}
	#header_wrap h1 img{
		height: 26px;
	}
	#header_wrap > a[href^="mailto"],
	#header_wrap #menu_open,
	#header_wrap #menu_close{
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
	#header_wrap > a[href^="mailto"] img,
	#header_wrap #menu_open img,
	#header_wrap #menu_close img{
		width: 18px;
	}
}
@media screen and (min-width:320px) and (max-width:767px){
	header{
		padding-top: 62px;
	}
	#header_wrap{
		height: 62px;
	}
	#header_wrap h1{
		padding-top: 8px;
		padding-left: 1.5625%;
	}
	#header_wrap h1 span{
		font-size: 68.75%;
		padding-left: 11px;
	}
	#header_wrap h1 img{
		height: 43px;
	}
	#header_wrap > a[href^="mailto"],
	#header_wrap #menu_open,
	#header_wrap #menu_close{
		height: 62px;
		line-height: 62px;
		width: 62px;
	}
	#header_wrap > a[href^="mailto"] img,
	#header_wrap #menu_open img,
	#header_wrap #menu_close img{
		width: 28px;
	}
}
@media screen and (max-width:767px){
	header{
	}
	#header_wrap{
	}
	#header_wrap h1{
	}
	#header_wrap h1 span{
	}
	#header_wrap h1 img{
	}
	#header_wrap > a[href^="mailto"],
	#header_wrap #menu_open,
	#header_wrap #menu_close{
	}
	#header_wrap > a[href^="mailto"] img,
	#header_wrap #menu_open img,
	#header_wrap #menu_close img{
	}
	header nav{
		top: 100px;
		width: -webkit-calc(100% - 62px);
		width: calc(100% - 62px);
	}
	header nav a[href^="tel:"],
	header nav a[href^="mailto:"]{
		margin: 4% 0 0 4%;
		width: 44%;
	}
	header nav a[href^="tel:"] img,
	header nav a[href^="mailto:"] img{
		width: 100%;
	}
	header nav a:not([href^="tel:"]):not([href^="mailto:"]){
		padding: 4% 6%;
	}
	header nav a:after{
		right: 0.2em;
	}
}
@media screen and (min-width:768px){
	header{
		padding-top: 100px;
	}
	#header_wrap h1{
		padding-top: 14px;
	}
	#header_wrap h1 span{
		font-size: 81.25%;
		padding-left: 18px;
	}
	#header_wrap h1 img{
		height: 69px;
	}
	#header_wrap > a[href^="mailto"],
	#header_wrap #menu_open,
	#header_wrap #menu_close{
		height: 100px;
		line-height: 100px;
		width: 100px;
	}
	#header_wrap > a[href^="mailto"] img,
	#header_wrap #menu_open img,
	#header_wrap #menu_close img{
		width: 35px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	header nav{
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
	}
	header nav a[href^="tel:"],
	header nav a[href^="mailto:"]{
		margin: 30px 0 20px -webkit-calc((100% - (209px * 2)) / 3);
		margin: 30px 0 20px calc((100% - (209px * 2)) / 3);
	}
	header nav a:not([href^="tel:"]):not([href^="mailto:"]){
		padding: 20px 30px;
	}
	header nav a:after{
		right: 1em;
	}
}
@media screen and (max-width:939px){
	header nav{
		background-color: #3989B6;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		position: fixed;
		top: 0;
		transition: right 0.3s ease-out 0s;
		z-index: 1000;
	}
	header nav.active{
		right: 0;
	}
	header nav:not(.active){
		right: -100%;
	}
	header nav a:not([href^="tel:"]):not([href^="mailto:"]){
		color: #FFFFFF;
		position: relative;
	}
	header nav a:not([href^="tel:"]):not([href^="mailto:"]):after{
		color: #FFFFFF;
		content: "\F142";
		font-size: 150%;
		line-height: 1;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#header_wrap #menu_close{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		position: fixed;
		top: 0;
		transition: left 0.3s ease-out 0s;
		z-index: 1000;
	}
	#header_wrap #menu_close.active{
		left: 0;
	}
	#header_wrap #menu_close:not(.active){
		left: -100%;
	}
	#header_tel{
		display: none;
	}
}
@media screen and (min-width:940px){
	header nav{
		background-color: #FFFFFF;
		float: left;
		width: -webkit-calc(100% - 300px - 100px);
		width: calc(100% - 300px - 100px);
	}
	header nav:after{
		clear: both;
		content: "";
		display: block;
	}
	header nav a[href^="tel:"],
	header nav a[href^="mailto:"]{
		display: none;
	}
	header nav a{
		float: left;
		height: 100px;
		line-height: 100px;
		position: relative;
		text-align: center;
		width: -webkit-calc(100% / 5);
		width: calc(100% / 5);
	}
	header nav a:not([href^="mailto"]):after{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: #3885B1;
		content: "";
		height: 2px;
		position: absolute;
		top: -webkit-calc(50% + 1em);
		top: calc(50% + 1em);
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		transition: width 0.2s ease-out 0s;
		width: 0;
	}
	header nav a.active:not([href^="mailto"]):after,
	header nav a:not([href^="mailto"]):hover:after{
		width: 70%;
	}
	#header_wrap > a[href^="mailto"]{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: opacity 0.2s ease-out 0s;
	}
	#header_wrap > a[href^="mailto"]:hover{
		opacity: 0.7;
	}
	#header_wrap #menu_open,
	#header_wrap #menu_close{
		display: none;
	}
	#header_tel{
		top: 100px;
		left: -webkit-calc(50% + 600px - 277px);
		left: calc(50% + 600px - 277px);
	}
}
@media screen and (min-width:940px) and (max-width:1199px){
}


/**************************************************50
 * middle
 **************************************************/
#middle_block{
	text-align: center;
}
#contents{
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width:768px) and (max-width:939px){
	#middle_block{
		min-height: -webkit-calc(100vh - 100px - 189px);
		min-height: calc(100vh - 100px - 189px);
	}
}
@media screen and (min-width:940px){
	#middle_block{
		min-height: -webkit-calc(100vh - 100px - 180px - 250px);
		min-height: calc(100vh - 100px - 180px - 250px);
	}
}

/* -- title -- */
@media screen and (max-width:767px){
}
@media screen and (min-width:768px) and (max-width:939px){
}
@media screen and (min-width:768px){
}

/* -- breadcrumbs -- */
.breadcrumbs{
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.breadcrumbs a{
	color: #0067A1;
}
.breadcrumbs > *{
	display: inline-block;
	position: relative;
}
.breadcrumbs > *:not(:first-child){
	margin-left: 2em;
}
.breadcrumbs > *:not(:first-child):before{
	color: #212121;
	content: "\F142";
	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{
		margin-bottom: 3.125%;
		padding-left: 3.125%;
		padding-right: 3.125%;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	.breadcrumbs{
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* -- list -- */
.list_note{
}
.list_note > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_note > li:before{
	content: "※";
	text-indent: 0;
}
.list_dot{
}
.list_dot > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_dot > li:before{
	content: "\F44A";
	text-indent: 0;
}

a[href*="twitter.com"]{
	text-decoration: none;
}
a[href*="twitter.com"]:before{
	color: #1DA1F2;
	content: "\F545";
	font-size: 175%;
	line-height: 1;
	text-decoration: none !important;
	vertical-align: sub;
}
a[href*="facebook.com"]{
	text-decoration: none;
}
a[href*="facebook.com"]:before{
	color: #4563A5;
	content: "\F20D";
	font-size: 175%;
	line-height: 1;
	text-decoration: none !important;
	vertical-align: sub;
}
a[href*="instagram.com"]{
	text-decoration: none;
}
a[href*="instagram.com"]:before{
	color: #212121;
	content: "\F2FE";
	font-size: 175%;
	line-height: 1;
	text-decoration: none !important;
	vertical-align: sub;
}


/**************************************************50
 * footer
 **************************************************/
footer{
	background-color: #000000;
	color: #FFFFFF;
	position: relative;
	text-align: center;
}
footer a{
	color: #FFFFFF;
}
footer #btn_totop{
}
footer #btn_totop.active{
	position: fixed;
	bottom: 0;
}
footer #btn_totop:not(.active){
	position: absolute;
	top: 0;
}
#footer_wrap{
}
#footer_wrap figure > div p{
	font-size: 75%;
	line-height: 1;
}
#footer_contact{
	background-color: #0067A1;
	color: #FFFFFF;
}
#copyright{
	font-size: 75%;
}
@media screen and (max-width:767px){
	footer #btn_totop{
		right: 0;
		width: 62px;
	}
	footer #btn_totop img{
		width: 100%;
	}
	#footer_wrap figure > div{
		padding-top: 3.125%;
		padding-bottom: 3.125%;
	}
	#footer_wrap figure > div p{
		padding: 0 3.125%;
	}
	#footer_wrap figure > div img{
		width: 87.5%;
		max-width: 394px;
	}
	#copyright{
		padding-bottom: 1.5625%;
	}
}
@media screen and (min-width:768px){
	#footer_wrap figure > div img{
		width: 394px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	footer #btn_totop{
		right: 20px;
	}
	#footer_wrap figure > div{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#copyright{
		padding-bottom: 20px;
	}
}
@media screen and (max-width:939px){
	#footer_contact{
		display: none;
	}
	footer nav{
		display: none;
	}
}
@media screen and (min-width:940px){
	footer #btn_totop:not(.active){
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#footer_contact{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#footer_contact figure{
		display: table;
		margin: 0 atuo;
		width: 940px;
	}
	#footer_contact figure > div{
		display: table-cell;
		height: 120px;
		position: relative;
		vertical-align: middle;
		width: 300px;
	}
	#footer_contact figure > div:after{
		background-color: #FFFFFF;
		content: "";
		display: block;
		height: 120px;
		position: absolute;
		top: 50%;
		right: 0;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 2px;
	}
	#footer_contact figure > div a img{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: opacity 0.2s ease-out 0s;
	}
	#footer_contact figure > div a:hover img{
		opacity: 0.8;
	}
	#footer_contact figure figcaption{
		display: table-cell;
		vertical-align: middle;
	}
	#footer_contact figure figcaption a{
		display: inline-block;
		position: relative;
	}
	#footer_contact figure figcaption a:after{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		content: "\F054";
		font-size: 150%;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: -3em;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		transition: right 0.2s ease-out 0s;
	}
	#footer_contact figure figcaption a:hover:after{
		right: -4em;
	}
	#footer_wrap{
		display: table;
		width: 100%;
	}
	footer nav{
		display: table-cell;
		height: 250px;
		padding: 0 150px;
		text-align: left;
		vertical-align: middle;
	}
	footer nav a{
		text-decoration: none;
	}
	footer nav a:hover,
	footer nav a.active{
		text-decoration: underline;
	}
	#footer_wrap figure{
		display: table-cell;
		padding: 0 150px;
		vertical-align: middle;
	}
}
@media screen and (min-width:940px) and (max-width:1299px){
	footer #btn_totop{
		left: -webkit-calc(50% + 600px - 67px);
		left: calc(50% + 600px - 67px);
	}
}
@media screen and (min-width:1300px){
	footer #btn_totop{
		left: -webkit-calc(50% + 600px + 30px);
		left: calc(50% + 600px + 30px);
	}
}

