﻿@charset "utf-8";


@media screen and (min-device-width:1025px) {
	body {
		min-width: 300px;
	}
}

/*↓style2.cssベース*/
div.b-sp-hero h1.mb {
	line-height: 24px;
	height: 50px;
	padding: 10px 0;
}

.b-hero {
  background: #fff url(../images/flow/flow_mv@2x.png) center 131px/1920px 250px no-repeat;
}
.b-hero .b-title h1 {
	position: absolute;
	right: 50%;
	top: 60%;
	-webkit-transform: translate(50%,50%);
	transform: translate(50%,50%);
	width: 100%;
	font-size: 46px;
	font-weight: bold;
}

.btn_box {
	margin:0px auto -20px auto;
}
@media screen and (max-width: 767px) {
	div.b-sp-hero h1.mb {
		font-size: 20px;
		line-height: 20px;
		height: auto;
		padding: 20px 0;
	}
  .btn_box {
		margin:0px auto;
  }
}

/* Original */
.reception {
	margin-top: 0px;
  padding: 0 80px 60px 0;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .reception {
		margin-top: 0px;
		padding: 20px 0 25px;
  }
}

.reception--headline {
	font-size: 170%;
	line-height: 150%;
	padding: 40px 0 95px;
	font-weight: bold;
	text-align: center;
	color: #c72826;
}
.reception--headline-sub {
	padding: 40px 0 !important;
}
@media screen and (max-width: 767px) {
	.reception--headline {
		font-size: 119%;
		line-height: 135%;
		margin: 10px 0;
		padding: 0;
	}
	.reception--headline-sub {
		padding: 20px 0 !important;
	}
}

.reception_type {
	width: 950px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.reception_type--item {
	position: relative;
	width: 430px;
	padding-left: 220px;
	box-sizing: border-box;
}
.reception_type--img {
	position: absolute;
	top:0;
	left:0;
}
.reception_type--ttl {
	font-size: 26px;
	font-weight: bolder;
	padding:10px 0 20px;
}
.reception_type--txt {
	font-size: 16px;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.reception_type {
		width: 100%;
		display: block;
	}
	.reception_type--item {
		width: 90%;
		margin: 20px auto 0 auto;
		padding-left: 100px;
	}
	.reception_type--img {
		width: 100px;
	}
	.reception_type--ttl {
		font-size: 20px;
		font-weight: bolder;
		padding:10px 0;
	}
	.reception_type--txt {
		font-size: 14px;
		line-height: 1.4;
	}
}


.reception--note {
	width:850px;
	margin: 50px auto;
	font-size: 14px;
	line-height: 1.5;
}
.reception--movie {
	width:950px;
	height: 535px;
	margin: 0 auto;
	display: block;
}
.reception--txt {
	font-size: 14px;
	line-height: 150%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.reception--note {
		width:90%;
		margin: 20px auto;
		font-size: 12px;
		line-height: 1.2;
		padding-left: 1em;
    text-indent: -1em;
	}
	.reception--movie {
	width:320px;
	height: 180px;
	margin: 0 auto;
	}
	.reception--txt {
		width:90%;
		margin: 0 auto;
		font-size: 14px;
		line-height: 150%;
		text-align: left;
	}
}

.reception_box {
	margin:40px auto;
	width: 950px;
}
.reception_box--time {
	background: #048b01;
	text-align: center;
	padding: 10px 0;
	font-size: 26px;
	font-weight: bolder;
	color: #fff;
}
.reception_box--list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	padding: 50px 0 0 0;
}
.reception_box--list.mb100{
	margin-bottom: 100px;
}
.reception_box--item {
	position: relative;
	/* width: 284px; */
	width: 23%;
	background: #fff;
}

.reception_box--item a img {
	width: 100%;
}
.reception_box--item.w368px {
	width: 368px;
}
.reception_box--item.item-full {
	width: 100%;
	margin-top:35px;
	padding: 30px 50px;
	border: 2px solid #048b01;
	box-sizing: border-box;
}
.reception_box--link {
	display: block;
	border: 2px solid #048b01;
	transition: .3s
}
.reception_box--link:hover {
	border: 2px solid #c82927;
}
.reception_box--ttl {
	font-size: 18px;
	font-weight: bolder;
	padding-bottom:10px;
}
@media screen and (max-width: 767px) {
	.reception_box {
		margin:20px auto;
		width: 90%;
	}
	.reception_box--time {
		font-size: 18px;
		line-height: 1.2;
	}
	.reception_box--list {
		display: block;
		padding: 20px 0 0 0;
	}
	.reception_box--item {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.reception_box--item.w368px{
		width: 100%;
	}
	.reception_box--item.item-full {
		width: 100%;
		margin-top:0;
		padding: 20px 10px 100px 10px;
	}
	.reception_box--ttl {
		font-size: 16px;
	}
}

.reception_btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	line-height: 75px;
	padding-left: 60px;
	box-sizing: border-box;
	background: #048b01;
	color: #fff;
	font-size: 27px;
	font-weight: bolder;
	border-radius: 10px;
	text-decoration: none;
}
.reception_btn:before,
.reception_btn:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.reception_btn:before{
	width: 28px;
	height: 28px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.reception_btn:after{
	left: 21px;
	width: 11px;
	height: 11px;
	border-top: 5px solid #048b01;
	border-right: 5px solid #048b01;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .3s
}
.reception_btn:hover {
	filter: brightness(120%);
}
.reception_btn-right {
	position: absolute;
	top:30px;
	right: 50px;
}
@media screen and (max-width: 767px) {
	.reception_btn {
		margin: 0 auto;
		width: 90%;
		line-height: 50px;
		padding-left: 20px;
		font-size: 20px;
	}
	.reception_btn:before,
	.reception_btn:after {
		left: 18px;
	}
	.reception_btn:before{
		width: 20px;
		height: 20px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: #fff;
	}
	.reception_btn:after{
		left: 19px;
		width: 9px;
		height: 9px;
		border-top: 3px solid #048b01;
		border-right: 3px solid #048b01;
	}
	.reception_btn-right {
		top: 100px;
		right: 15px;
	}
}
