@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Maru+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
/*
Theme Name: theme-sakura
Theme URI: http://www.magical-remix.co.jp/
Description: 高橋葬儀社様名取樹木葬さくらサイト専用テーマ
Author: Igarashi
Author URI: http://www.magical-remix.co.jp/
Version: 1.0
*/
* {
	box-sizing: border-box;
}
body {
	background: #FDF9E7;
	border-top: 10px solid #E09494;
	margin: 0;
	padding: 0;
	line-height: 1.9;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
body.home  {
	background: #fff;
	border: 0;
}
a {
	overflow: hidden;
	vertical-align: bottom;
	text-decoration: none;
}
a:link, a:visited, a:hover {
	color: #333;
}
input, textarea {
	border: 1px solid #ccc;
	padding: .25em .5em;
	font-size: 18px;
}
figure {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
.inner {
	width: 1080px;
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.align-center {
	text-align: center;
}
.sp-block {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#pagescroll {
	margin: 0;
}
#pagescroll a {
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 200;
	background: #000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.3;
	transition: opacity 0.3s;
}
#pagescroll a:before, #pagescroll a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
}
#pagescroll a:before {
	transform: translate(-50%, -50%);
	background: #fff;
	width: 2px;
	height: 19px;
}
#pagescroll a:after {
	transform: translate(-50%, -50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
	margin: -4px 0 0;
}
#pagescroll a:hover {
	opacity: 0.9;
}
@media screen and (max-width:1200px) {
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}
}
@media screen and (max-width:1080px) {
	.inner {
		width: 100%;
		max-width: none;
		padding: 0 5%;
	}
}
@media screen and (max-width:767px) {
	body {
		font-size: 16px;
	}
	input, textarea {
		font-size: 16px;
	}
	.pc-block {
		display: none !important;
	}
	.sp-block {
		display: block !important;
	}
	#pagescroll a {
		bottom: 90px;
	}
}
/* main
------------------------------------------------*/
#main {
	display: block;
}
.cta {
	background: url("img/bg-cta.png") no-repeat center;
	background-size: cover;
	padding: 100px 0 200px;
}
.cta h3 {
	margin: 0 0 50px;
	text-align: center;
}
.cta dl {
	width: 43%;
	margin: 0;
}
.cta dt {
	letter-spacing: 0.08em;
}
.cta dd {
	margin: 15px 0 0;
	font-size: 15px;
}
.cta ul {
	width: 53%;
}
.cta ul li {
	width: 48%;
}
.cta ul li:nth-child(1),
.cta ul li:nth-child(2) {
	margin: 0 0 20px;
}
.cta ul li a {
	display: block;
	background: #796A56;
	border-radius: 35px;
	padding: 15px 0;
	text-align: center;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #fff;
}
.cta ul li.reserve a {
	background: #E09494;
}
.cta ul li.line a {
	background: #00B900;
}
.cta ul li a:hover {
	opacity: 0.8;
}
#feature {
	background-image: linear-gradient(90deg, rgba(255, 249, 219, 1), rgba(248, 226, 236, 1));
	padding: 30px 0 40px;
}
#feature li {
	display: flex;
	align-items: center;
	width: 32%;
	border: 3px solid #E09494;
	border-radius: 15px;
	height: 90px;
	margin: 0 0 15px;
	padding: 10px 10px 10px 90px;
}
#feature li:nth-child(1) {
	background: none;
	border: 0;
	padding: 0;
}
#feature li:nth-child(2) {
	background: #fff url("img/icon-feature01.png") no-repeat left 20px center;
}
#feature li:nth-child(3) {
	background: #fff url("img/icon-feature02.png") no-repeat left 20px center;
}
#feature li:nth-child(4) {
	background: #fff url("img/icon-feature03.png") no-repeat left 20px center;
}
#feature li:nth-child(5) {
	background: #fff url("img/icon-feature04.png") no-repeat left 20px center;
}
#feature li:nth-child(6) {
	background: #fff url("img/icon-feature05.png") no-repeat left 20px center;
}
#feature h2 {
	margin: 0;
	letter-spacing: 0.1em;
	font-size: 28px;
	font-weight: 700;
	color: #E09494;
}
#feature .tour {
	background-image: linear-gradient(rgba(145, 217, 203, 1), rgba(255, 255, 255, 1));
	border: 3px solid #fff;
	border-radius: 15px;
	margin: 15px 0 0;
	padding: 30px 20px 0;
}
#feature .tour .flex {
	justify-content: center;
	margin: 0 2%;
}
#feature .tour .flex p {
	width: 52%;
	margin: 0;
	text-align: center;
}
#feature .tour .flex p:last-child {
	width: 48%;
}
#feature .tour > p {
	margin: 0 5% 20px;
}
#feature .tour .btn {
	text-align: center;
}
#feature .tour .btn a {
	display: inline-block;
	background: #E09494;
	border-radius: 35px;
	padding: 15px 50px;
	font-weight: 700;
	color: #fff;
}
#feature .tour .btn a:hover {
	opacity: 0.8;
}
#price {
	background: #FDF9E7;
	padding: 100px 0;
}
#price img {
	max-width: 100%;
	height: auto;
}
#price h2 {
	margin: 0 0 30px;
}
#price h2 + .flex {
	position: relative;
	padding: 0 0 70px;
}
#price h2 + .flex:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: url("img/arrow.svg") no-repeat;
	background-size: cover;
	width: 122px;
	height: 58px;
	margin: 0 0 0 -61px;
}
#price h2 + .flex p {
	width: 56%;
	margin: 0;
}
#price h2 + .flex p + p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	background: #fff;
	width: calc(44% - 30px);
	border-radius: 20px;
	padding: 30px;
	letter-spacing: 0.08em;
}
#price h2 + .flex p + p span {
	display: block;
	width: 100%;
}
#price .bg {
	background: url(img/bg-vis-pc.png) no-repeat center;
	border-radius: 20px;
	margin: 10px 0 30px;
	padding: 30px 80px 15px;
}
#price .bg dt {
	text-shadow: 0 0 10px rgba(230,98,101);
	letter-spacing: 0.08em;
	font-size: 41px;
	font-weight: 700;
	color: #fff;
}
#price .bg dd {
	margin: 0;
}
#price .bg ul {
	justify-content: center;
	align-items: center;
	margin: -25px 0 0;
}
#price .bg ul li:nth-child(1) {
	width: 16%;
	margin: 0 30px 0 0;
}
#price .bg ul li:nth-child(2) {
	width: 52%;
}
#price .bg ul li:nth-child(3) {
	width: 23%;
	margin: -30px 0 0;
}
#price .box {
	background: #fff;
	border-radius: 20px;
	margin: 20px 0 0;
	padding: 50px;
}
#price .box h3 {
	margin: 0;
	text-align: center;
}
#price .box .flex {
	align-items: center;
}
#price .box .flex p {
	width: 60%;
	margin: 30px 0 0;
}
#price .box .flex p + p {
	width: 35%;
}
#lead {
	position: relative;
	background: #D6EDF6;
	padding: 80px 0 300px;
	text-align: center;
	letter-spacing: 0.08em;
}
#lead:before,
#lead:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	z-index: 1;
}
#lead:before {
	top: 0;
	background: url("img/bg-lead-top.png") no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 500px;
}
#lead:after {
	bottom: 0;
	background: url("img/bg-lead-bottom.png") no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: 600px;
}
#lead .inner {
	position: relative;
	z-index: 2;
	line-height: 2;
}
#lead h2 {
	margin: 0;
}
#lead h3 {
	margin: 10px 0 40px;
	font-size: 30px;
	font-weight: 700;
}
#lead p strong {
	border-bottom: 1px solid #000;
	font-size: 23px;
	font-weight: 700;
}
#about,
#end {
	margin-top: 80px;
}
#about .flex .box {
	width: 35%;
}
#about .flex .box + .box {
	position: relative;
	width: 60%;
	border: 4px solid #B9DDBA;
	border-radius: 20px;
	margin: 20px 0 0;
	padding: 10px 40px 40px;
}
#about h2,
#end h2 {
	margin: 0 0 25px;
}
#about h3 {
	position: absolute;
	top: -27px;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: center;
}
#about h3 span {
	background: #fff;
}
#about dl,
#end dl {
	margin: 0;
}
#about dt {
	margin: 30px 0 0;
}
#about dd {
	margin: 20px 0 0;
	font-size: 15px;
}
#about dd strong {
	letter-spacing: 0.08em;
	font-size: 18px;
	font-weight: normal;
}
#end p span {
	color: #C95E5E;
}
#end dl {
	position: relative;
	background: #FFF6DE;
	border-radius: 20px;
	margin: 30px 0 100px;
	padding: 50px 400px 50px 50px;
}
#end dl:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 50px;
	background: url("img/end-img.svg") no-repeat 0 0;
	background-size: cover;
	width: 298px;
	height: 273px;
}
#end dt {
	letter-spacing: 0.08em;
	font-size: 23px;
	font-weight: 700;
}
#end dd {
	margin: 20px 0 0;
}
#intro {
	background: #F2F9FB url("img/intro-bg.png") no-repeat center bottom;
	background-size: 100% auto;
	padding: 100px 0;
}
#intro .inner {
	width: 895px;
}
#intro .flex {
	margin: 100px 0 0;
}
#intro .flex .box {
	width: 46%;
	margin: 0;
}
#intro .flex .box img {
	max-width: 100%;
	height: auto;
}
#intro .flex dl {
	margin: 0;
}
#intro .flex dd {
	margin: 10px 0 30px;
}
#intro .flex dd img {
	display: block;
	margin: 0 0 10px;
}
#intro .flex ul li {
	margin: 10px 0 0;
	padding: 0 0 0 30px;
}
#intro .flex ul li.car {
	background: url("img/icon-car.svg") no-repeat left center;
	background-size: 24px auto;
}
#intro .flex ul li.airline {
	background: url("img/icon-airline.svg") no-repeat left 2px center;
	background-size: 23px auto;
}
#intro .flex ul li.subway {
	background: url("img/icon-subway.svg") no-repeat left 5px center;
	background-size: 17px auto;
}
#featurelist {
	margin-top: 100px;
}
#featurelist h2 {
	margin: 0;
}
#featurelist ol {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}
#featurelist ol li {
	position: relative;
	background-image: linear-gradient(90deg, rgba(255, 249, 219, 1), rgba(248, 226, 236, 1));
	border-radius: 20px;
	margin: 0 0 20px;
	padding: 30px 70px 30px 170px;
}
#featurelist ol li strong {
	display: block;
	margin: 0 0 5px;
	letter-spacing: 0.08em;
	font-size: 28px;
	font-weight: 700;
}
#featurelist ol li span {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 125px;
	height: 115px;
}
#featurelist ol li:nth-child(1) span {
	background: url("img/point01.svg") no-repeat;
	background-size: cover;
}
#featurelist ol li:nth-child(2) span {
	background: url("img/point02.svg") no-repeat;
	background-size: cover;
}
#featurelist ol li:nth-child(3) span {
	background: url("img/point03.svg") no-repeat;
	background-size: cover;
}
#featurelist ol li:nth-child(4) span {
	background: url("img/point04.svg") no-repeat;
	background-size: cover;
}
#featurelist ol li:nth-child(5) span {
	background: url("img/point05.svg") no-repeat;
	background-size: cover;
}
#flow {
	margin-top: 100px;
}
#flow img {
	max-width: 100%;
	height: auto;
}
#flow table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 100px;
}
#flow table th {
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff; 
	padding: 30px 20px;
	white-space: nowrap;
	vertical-align: top;
}
#flow table tr:nth-child(1) th {
	background: #D5C09F;
}
#flow table tr:nth-child(2) th {
	background: #A7D8CE;
}
#flow table tr:nth-child(3) th {
	background: #A8B7DE;
}
#flow table td {
	border-bottom: 10px solid #fff; 
}
#flow table dl {
	display: flex;
	position: relative;
	border: 1px solid #796A56;
	margin: 0 0 30px;
	padding: 30px;
}
#flow table dl:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -25px;
	left: 145px;
	background: #8E8E8F;
	width: 50px;
	height: 16px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#flow table tr:nth-child(1) td dl:last-child,
#flow table tr:nth-child(2) td dl:last-child {
	margin: 0 0 20px;
}
#flow table tr:nth-child(3) td dl:last-child {
	margin: 0;
}
#flow table tr:nth-child(3) td dl:last-child:after {
	content: none;
}
#flow table dt {
	width: 240px;
	margin: 0 50px 0 0;
}
#flow table dd {
	width: calc(100% - 290px);
	margin: 0;
}
#flow table dd a {
	display: block;
	background: #00B900;
	border-radius: 35px;
	width: 280px;
	margin: 10px 0 0;
	padding: 15px 0;
	text-align: center;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #fff;
}
#flow table dd a:hover {
	opacity: 0.8;
}
#flow h3 {
	margin: 0;
}
#flow h3 + ul {
	list-style: disc;
	margin: 30px 0 90px 30px;
	padding: 0 0 0 1.5em;
}
#flow h3 + ul li {
	margin: 0 0 10px;
}
#flow h3 + ul li span {
	color: #C95E5E;
}
#target {
	background: #FDF9E7;
	padding: 100px 0;
}
#target h3 {
	margin: 0 0 50px;
	text-align: center;
	letter-spacing: 0.08em;
	font-size: 40px;
	font-weight: 700;
	color: #796A56;
}
#target img {
	max-width: 100%;
	height: auto;
}
#target .flex {
	align-items: center;
}
#target .flex p {
	width: 27%;
	margin: 0;
}
#target .flex ul {
	width: 34%;
}
#target .flex ul li:first-child {
	margin: 0 0 10px;
}
#target dl {
	background: #fff;
	border-radius: 20px;
	margin: 60px 0 0;
	padding: 50px 80px 0;
}
#target dt {
	float: left;
	width: 360px;
}
#target dd {
	margin: 0;
	padding: 0 0 0 360px;
}
#target dd + dd {
	margin: 30px 0 0;
}
#target dd img {
	display: block;
}
#faq {
	background-image: linear-gradient(90deg, rgba(255, 249, 219, 1), rgba(248, 226, 236, 1));
	padding: 100px 0;
}
#faq h2 {
	margin: 0 0 10px;
}
#faq dl {
	background: #fff;
	border: 1px solid #D5C09F;
	border-radius: 20px;
	margin: 20px 0 0;
	padding: 45px 40px;
}
#faq dt {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 60px;
	letter-spacing: 0.08em;
	font-size: 23px;
	font-weight: 700;
}
#faq dd {
	position: relative;
	margin: 20px 0 0;
	padding: 0 0 0 60px;
	letter-spacing: 0.08em;
}
#faq dt:before,
#faq dd:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
  font-family: "Oswald", sans-serif;
	font-size: 26px;
  font-weight: 500;
	color: #fff;
}
#faq dt:before {
	content: "Q";
	background: #E09494;
}
#faq dd:before {
	content: "A";
	background: #9D9D9D;
}
#access {
	margin-top: 100px;
}
#access h3 {
	margin: 0 0 50px;
	text-align: center;
	letter-spacing: 0.08em;
	font-size: 40px;
	font-weight: 700;
	color: #796A56;
}
#access .flex {
	margin: 0 0 100px;
}
#access .flex p,
#access .flex ul {
	width: 46%;
	margin: 30px 0 0;
}
#access .flex ul li {
	margin: 10px 0 0;
	padding: 0 0 0 30px;
}
#access .flex ul li.car {
	background: url("img/icon-car.svg") no-repeat left center;
	background-size: 24px auto;
	margin: 0;
}
#access .flex ul li.airline {
	background: url("img/icon-airline.svg") no-repeat left 2px center;
	background-size: 23px auto;
}
#access .flex ul li.subway {
	background: url("img/icon-subway.svg") no-repeat left 5px center;
	background-size: 17px auto;
}
#infor {
	background-image: linear-gradient(90deg, rgba(255, 249, 219, 1), rgba(248, 226, 236, 1));
}
#infor h3 {
	margin: 0;
}
#infor h3 img {
	display: block;
	width: 245px;
	height: auto;
	margin: 0 auto;
}
#infor .flex {
	padding: 0 0 50px;
}
#infor dl {
	background: #fff;
	border-radius: 20px;
	width: 46.5%;
	margin: 0;
	padding: 40px 50px;
}
#infor dt {
	letter-spacing: 0.08em;
	color: #796A56;
}
#infor dd {
	margin: 0;
	font-size: 15px;
}
#infor dd strong {
	letter-spacing: 0.08em;
	font-size: 18px;
	font-weight: normal;
}
@media screen and (max-width:1080px) {
	#main img {
		max-width: 100%;
		height: auto;
	}
	#intro .inner {
		width: 100%
	}
	#feature ul.flex:after {
		content: "";
		display: block;
		width: 32%;
	}
	#feature li:nth-child(1) {
		width: 100%;
		height: auto;
	}
	#access .map {
		position: relative;
		height: 0;
		padding-top: 56.25%;
	}
	#access .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width:767px) {
	.cta {
		padding: 60px 0 100px;
	}
	.cta h3 {
		margin: 0 0 40px;
	}
	.cta h3 + .flex {
		justify-content: center;
	}
	.cta dl {
		width: auto;
	}
	.cta ul {
		margin: 30px 0 0;
		width: 100%;
	}
	.cta dt {
		letter-spacing: 0.06em;
		font-size: 16px;
	}
	.cta dd {
		font-size: 14px;
	}
	.cta ul li:nth-child(1),
	.cta ul li:nth-child(2) {
		margin: 20px 0;
	}
	#feature h2 {
		font-size: 22px;
	}
	#feature ul.flex:after {
		content: none;
	}
	#feature li {
		width: 49%;
		height: 80px;
		margin: 0 0 10px;
	}
	#feature li:nth-child(2),
	#feature li:nth-child(3),
	#feature li:nth-child(4),
	#feature li:nth-child(5),
	#feature li:nth-child(6) {
		background-size: 40px auto;
		background-position: left 10px center;
		padding: 10px 10px 10px 60px;
	}
	#feature .tour {
		padding: 20px 20px 0;
	}
	#feature .tour .flex {
		margin: 0;
	}
	#feature .tour .flex p,
	#feature .tour .flex p:last-child {
		width: 100%;
	}
	#feature .tour .btn a {
		font-size: 16px;
	}
	#price {
		padding: 50px 0;
	}
	#price h2 img {
		width: 200px;
	}
	#price h2 + .flex {
		padding: 0 0 45px;
	}
	#price h2 + .flex:after {
		width: 74px;
		height: 35px;
		margin: 0 0 0 -37px;
	}
	#price h2 + .flex p {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	#price h2 + .flex p + p {
		display: block;
		width: 80%;
		margin: 20px auto 0;
		padding: 20px;
		font-size: 16px;
	}
	#price .bg {
		background: url(img/bg-vis-sp.png) no-repeat center;
		padding: 20px 15px 20px;
	}
	#price .bg dt {
		text-align: center;
		font-size: 20px;
	}
	#price .bg ul {
		justify-content: space-evenly;
		align-items: center;
		margin: 0;
	}
	#price .bg ul li:nth-child(1) {
		order: 2;
		width: 120px;
		margin: -10px 0 0;
	}
	#price .bg ul li:nth-child(2) {
		order: 1;
		width: 500px;
		max-width: 100%;
	}
	#price .bg ul li:nth-child(3) {
		order: 3;
		width: 130px;
		margin: -10px 0 0;
	}
	#price .box {
		padding: 30px;
	}
	#price .box h3 img {
		width: 260px;
	}
	#price .box .flex p,
	#price .box .flex p + p {
		width: 100%;
		margin: 20px 0 0;
	}
	#lead {
		padding: 50px 0 200px;
		letter-spacing: 0.04em;
		text-align: left;
	}
	#lead:before {
		height: 300px;
	}
	#lead:after {
		height: 400px;
	}
	#lead h2 img {
		display: block;
		width: 200px;
		margin: 0 auto;
	}
	#lead h3 {
		margin: 0 0 30px;
		font-size: 22px;
	}
	#lead p {
		margin-bottom: 2em;
	}
	#lead p strong {
		font-size: 18px;
	}
	#about h2 img {
		width: 200px;
	}
	#about,
	#end {
		margin-top: 50px;
	}
	#about .flex .box {
		width: 100%;
	}
	#about .flex .box + .box {
		width: 100%;
		padding: 10px 20px 20px;
	}
	#about h3 {
		top: -18px;
	}
	#about h3 img,
	#end h2 img {
		width: 200px;
	}
	#about dt img {
		width: 180px;
	}
	#about dd {
		margin: 10px 0 0;
		font-size: 14px;
	}
	#about dd strong {
		letter-spacing: 0.04em;
		font-size: 16px;
	}
	#end dl {
		margin: 20px 0 50px;
		padding: 30px 30px;
	}
	#end dl:after {
		right: 20px;
		width: 145px;
		height: 133px;
	}
	#end dt {
		letter-spacing: 0.04em;
		font-size: 18px;
	}
	#end dd {
		margin: 10px 0 0;
		padding: 0 160px 0 0;
	}
	#intro h2 img {
		width: 240px;
	}
	#intro dt img {
		width: 160px;
	}
	#intro {
		padding: 50px 0;
	}
	#intro .flex {
		margin: 0;
	}
	#intro .flex .box {
		width: 100%;
		margin: 30px 0 0;
	}
	#intro .flex dd img {
		width: 320px;
		margin: -5px 0 10px;
	}
	#featurelist,
	#flow {
		margin-top: 50px;
	}
	#featurelist h2 img,
	#flow h2 img {
		width: 380px;
	}
	#featurelist ol li {
		padding: 20px 20px 20px 100px;
	}
	#featurelist ol li strong {
		margin: 0 0 15px;
		letter-spacing: 0.04em;
		font-size: 20px;
	}
	#featurelist ol li span {
		width: 65px;
		height: 60px;
	}
	#flow table {
		margin: 0 0 50px;
	}
	#flow table th {
		width: 50px;
		padding: 15px;
	}
	#flow table dl {
		display: block;
		padding: 20px;
	}
	#flow table dl:after {
		bottom: -25px;
		left: 50%;
		width: 30px;
		height: 13px;
		margin: 0 0 0 -15px;
	}
	#flow table dt {
		width: 100%;
		margin: 0 0 10px;
	}
	#flow table dt img {
		width: 160px;
	}
	#flow table dd {
		width: 100%
	}
	#flow h3 img {
		width: 240px;
	}
	#flow h3 + ul {
		margin: 20px 0 40px;
	}
	#target {
		padding: 50px 0;
	}
	#target h3 {
		margin: 0 0 30px;
		letter-spacing: 0.04em;
		font-size: 22px;
	}
	#target .flex p {
		order: 3;
		width: 100%;
		margin: 20px 0 0;
		text-align: right;
	}
	#target .flex p img {
		width: 250px;
	}
	#target .flex ul {
		width: 48%;
	}
	#target dl {
		position: relative;
		margin: 0;
		padding: 85px 30px 0;
	}
	#target dt {
		position: absolute;
		top: -80px;
		left: -20px;
		float: none;
		width: 180px;
	}
	#target dd {
		padding: 0;
	}
	#faq {
		padding: 50px 0;
	}
	#faq h2 img {
		width: 220px;
	}
	#faq dl {
		margin: 10px 0 0;
		padding: 25px 20px;
	}
	#faq dt {
		padding: 0 0 20px 40px;
		letter-spacing: 0.04em;
		font-size: 18px;
	}
	#faq dd {
		padding: 0 0 0 40px;
		letter-spacing: 0.04em;
		}
	#faq dt:before,
	#faq dd:before {
		width: 30px;
		height: 30px;
		border-radius: 15px;
		line-height: 30px;
		font-size: 16px;
	}
	#access {
		margin-top: 50px;
	}
	#access .flex {
		margin: 0 0 50px;
	}
	#access h3 {
		margin: 0 0 30px;
		letter-spacing: 0.04em;
		font-size: 22px;
	}
	#access .flex p,
	#access .flex ul {
		width: 100%;
		margin: 20px 0 0;
	}
	#infor h3 img {
		width: 180px;
	}
	#infor .flex {
		padding: 0 0 30px;
	}
	#infor dl {
		padding: 20px;
	}
	#infor dt {
		letter-spacing: 0.04em;
	}
	#infor dd {
		margin: 0;
		font-size: 14px;
	}
	#infor dd strong {
		letter-spacing: 0.04em;
		font-size: 16px;
	}
}
@media screen and (max-width:480px) {
	.cta ul li:nth-child(1),
	.cta ul li:nth-child(2) {
		margin: 10px 0;
	}
	.cta ul li a {
		letter-spacing: 0.04em;
		font-size: 16px;
	}
	#feature li {
		font-size: 14px;
	}
	#price h2 + .flex p + p {
		width: 100%;
	}
	#lead {
		padding: 20px 0 130px;
		letter-spacing: 0.04em;
		text-align: left;
	}
	#lead:before {
		height: 200px;
	}
	#lead:after {
		height: 240px;
	}
	#lead h2 img {
		width: 160px;
	}
	#end dl:after {
		width: 120px;
		height: 111px;
	}
	#end dd {
		padding: 0 0 100px;
	}
	#intro .flex dd img {
		width: 300px;
	}
	#featurelist ol li {
		padding: 20px 20px 20px 20px;
	}
	#featurelist ol li strong {
		padding: 0 0 0 50px;
		font-size: 18px;
	}
	#featurelist ol li span {
		top: -10px;
		left: -10px;
	}
	#flow table dd a {
		width: 100%;
		letter-spacing: 0.04em;
		font-size: 16px;
	}
	#target .flex ul {
		width: 80%;
		margin: 0 auto 10px;
	}
	#target .flex p img {
		width: 160px;
	}
	#target dt {
		top: -50px;
		width: 130px;
	}
	#infor dl {
		width: 100%;
	}
	#infor dl + dl {
		margin: 10px 0 0;
	}
}
/* contents
------------------------------------------------*/
#main .contents h2 {
	letter-spacing: 0.08em;
	text-align: center;
	margin: 0 0 30px;
	font-size: 30px;
	font-weight: 700;
}
#main .contents .returnbtn {
	margin: 60px 0 100px;
}
#main .contents .returnbtn a {
	display: block;
	background: #fff;
	width: 280px;
	height: 50px;
	margin: 0 auto;
	border: 1px solid #50320A;
	line-height: 50px;
	letter-spacing: 0.08em;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #796A56;
}
#main .contents .returnbtn a:hover {
	opacity: 0.8;
}
#main .contents .mw_wp_form {
	margin: 40px auto 0;
}
#main .contents .mw_wp_form dl {
	border-top: 1px solid #ccc;
	margin: 0 0 20px;
}
#main .contents .mw_wp_form dt {
	position: relative;
	float: left;
	width: 225px;
	padding: 25px 65px 25px 20px;
	font-weight: bold;
	clear: both;
}
#main .contents .mw_wp_form dt.required:before,
#main .contents .mw_wp_form dt.any:before {
	display: block;
	position: absolute;
	top: 32px;
	right: 30px;
	padding: 0 6px;
	font-size: 0.7em;
	color: #fff;
}
#main .contents .mw_wp_form dt.required:before {
	content: "必須";
	background: #cc7c66;
}
#main .contents .mw_wp_form dt.any:before {
	content: "任意";
	background: #999;
}
#main .contents .mw_wp_form dd {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 25px 25px 25px 235px;
	min-height: calc(2em + 47px);
}
#main .contents .mw_wp_form dd input,
#main .contents .mw_wp_form dd textarea,
#main .contents .mw_wp_form dd select {
	max-width: 100%;
	margin: 0 3px 3px;
	border-color: #aaa;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1em;
}
#main .contents .mw_wp_form dd input.full,
#main .contents .mw_wp_form dd textarea {
	width: 99%;
}
#main .contents .mw_wp_form input.submit {
	display: inline-block;
	margin-bottom: 1em;
	padding: 1em 2em;
	color: #fff;
	background: #f0a590;
	border: none;
	border-radius: 3em;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
}
#main .contents .mw_wp_form input.submit:hover {
	opacity: 0.8;
}
#main .contents .mw_wp_form input.submit[name="submitBack"] {
	background: #eee;
	border: solid 1px #ccc;
	border-radius: 0;
	padding: 0.8em 2em;
	font-weight: normal;
	font-size: 0.8em;
	color: #333;
}
#main .contents .mw_wp_form ::placeholder {
	color: #b1b1b1;
}
#main .contents .mw_wp_form .none {
	display: none;
}
#main .contents .mw_wp_form select {
	margin-top: 0.5em !important;
	display: inline-block;
	padding: .25em .5em;
	width: 190px;
}
@media screen and (max-width: 767px) {
	#main .contents h2 {
		margin: 0 0 20px;
		font-size: 22px;
	}
	#main .contents .returnbtn {
		margin: 40px 0 50px;
	}
	#main .contents .mw_wp_form dl {
		border: 0;
	}
	#main .contents .mw_wp_form dt {
		float: none;
		width: auto;
		padding: 0 0 5px 40px;
	}
	#main .contents .mw_wp_form dt.required:before,
	#main .contents .mw_wp_form dt.any:before {
		top: 5px;
		left: 0;
		right: auto;
	}
	#main .contents .mw_wp_form dd {
		min-height: auto;
		margin: 0 0 20px;
		padding: 0 0 20px;
	}
}
@media screen and (max-width: 480px) {
	#main .contents .mw_wp_form .horizontal-item {
		display: block;
		margin: 5px 0 0;
	}
	#main .contents .mw_wp_form .horizontal-item + .horizontal-item {
		margin: 10px 0 0;
	}
}
/* vis
------------------------------------------------*/
#vis {
	position: relative;
}
#vis .bgimg {
	position: relative;
	z-index: -1;
	background: url("img/img-slider01.jpg") no-repeat center;
	background-size: cover;
	height: calc(100vh - 165px);
}
#vis img {
	max-width: 100%;
	height: auto;
}
#vis .batch {
	position: absolute;
	top: 60px;
	right: 0;
	width: 255px;
	margin: 0;
}
#vis .bg {
	background: url("img/bg-vis-pc.png") no-repeat center;
	background-size: cover;
}
#vis .flex {
	position: relative;
	align-items: center;
	height: 165px;
	padding: 0 260px 0 0;
}
#vis .flex p {
	margin: 0;
}
#vis .flex p:nth-child(1) {
	width: 45%;
}
#vis .flex p:nth-child(2) {
	width: 46%;
}
#vis .flex p:nth-child(3) {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 22%;
}
@media screen and (max-width:1080px) {
	#vis .batch {
		width: 180px;
	}
	#vis .flex {
		padding: 0 24% 0 4%;
	}
	#vis .flex p:nth-child(3) {
		right: 20px;
	}
}
@media screen and (max-width:767px) {
	#vis {
		height: calc(100vh - 75px);
		height: calc(100svh - 75px);
	}
	#vis .batch {
		right: 2%;
		width: 140px
	}
	#vis .bg {
		background: url("img/bg-vis-sp.png") no-repeat center;
		background-size: cover;
	}
	#vis .flex {
		display: block;
		height: auto;
		padding: 20px 5% 0;
	}
	#vis .flex p:nth-child(1) {
		width: 50%;
	}
	#vis .flex p:nth-child(2) {
		width: 80%;
	}
	#vis .flex p:nth-child(3) {
		top: 10px;
		right: 5%;
		bottom: auto;
		width: 140px;
	}
}
@media screen and (max-width:480px) {
	#vis .flex p:nth-child(1) {
		width: 60%;
	}
	#vis .flex p:nth-child(2) {
		width: 100%;
	}
	#vis .flex p:nth-child(3) {
		width: 110px;
	}
	
}
/* header
------------------------------------------------*/
.home #header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7)60%, rgba(255, 255, 255, 0));
	width: 100%;
	padding: 20px;
}
#header a {
	display: block;
}
#header #logo {
	width: 150px;
	margin: 0 auto;
	line-height: 1;
}
.home #header #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	margin: 0;
}
#header #logo img {
	display: block;
	max-width: 100%;
	height: auto;
}
#header #nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header #nav ul a {
	padding: 10px 15px;
	font-size: 16px;
	color: #001650;
}
#header #nav ul a:hover {
	opacity: 0.8;
}
#header #nav ul li.btn a {
	border-radius: 30px;
	margin: 0 10px 0 0;
	padding: 10px 30px;
	letter-spacing: 0.08em;
	text-align: center;
	font-weight: 700;
	color: #fff;
}
#header #nav ul li.request a {
	background: #796A56;
}
#header #nav ul li.reserve a {
	background: #E09494;
}
#header #nav ul li.line a {
	background: #00B900;
}
@media screen and (max-width:1200px) {
	.home #header {
		height: 64px;
	}
	#header #nav .sp-slide {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 100vh;
		background-image: linear-gradient(90deg, rgba(255, 249, 219, 1), rgba(248, 226, 236, 1));
		padding: 64px 0 10px;
		overflow: scroll;
	}
	#header #nav ul {
		display: block;
		margin: 20px 5%;
		border-top: 1px solid #ccc;
	}
	#header #nav ul li:not([class]) {
		border-bottom: 1px solid #ccc;
	}
	#header #nav ul li:not([class]) a {
		position: relative;
		padding: 20px;
		font-size: 15px;
	}
	#header #nav ul li:not([class]) a:after {
		content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translate(0, -50%) rotate(135deg);
    width: 6px;
    height: 6px;
		border-top: solid 1px #796A56;
    border-left: solid 1px #796A56;
	}
	#header #nav ul li.btn {
		margin: 10px 0 0;
	}
	#header #nav ul li.btn a {
		width: 270px;
		margin: 0 auto;
		padding: 15px 10px;
	}
	.menu-trigger {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1002;
		background: #E09494;
		width: 64px;
		height: 64px;
		border-bottom-left-radius: 10px;
		cursor: pointer;
	}
	.menu-trigger .toggle-bar, .menu-trigger .toggle-bar::before, .menu-trigger .toggle-bar::after {
		position: absolute;
		width: 22px;
		height: 2px;
		background: #fff;
		transition: all 0.2s;
		content: "";
	}
	.menu-trigger .toggle-bar {
		top: 25px;
		left: 20px;
	}
	.menu-trigger .toggle-bar::before {
		top: 7px;
	}
	.menu-trigger .toggle-bar::after {
		top: -7px;
	}
	.nav-open .toggle-bar {
		background: transparent;
	}
	.nav-open .toggle-bar::before, .nav-open .toggle-bar::after {
		top: 0;
	}
	.nav-open .toggle-bar::before {
		transform: rotate(45deg);
	}
	.nav-open .toggle-bar::after {
		transform: rotate(-45deg);
	}
	.menu-trigger .toggle-name {
		position: absolute;
		left: 0;
		bottom: 7px;
		width: 100%;
		text-align: center;
		letter-spacing: 0.1em;
		font-family: "Helvetica Neue", Arial, Meiryo, sans-serif;
		font-size: 10px;
		font-weight: 700;
		color: #fff;
	}
	.menu-trigger .toggle-name:before {
		content: "MENU";
	}
	.nav-open .toggle-name:before {
		content: "CLOSE";
	}
}
@media screen and (max-width:767px) {
	.home #header #logo {
		width: 150px;
		margin: 0;
	}
}
/* scrollfollow
------------------------------------------------*/
#scrollfollow {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: rgba(255,255,255,0.8);
	width: 100%;
	padding: 10px 0;
}
#scrollfollow .flex {
	align-items: center;
}
#scrollfollow p {
	margin: 0;
	color: #50320A;
}
#scrollfollow img {
	max-width: 100%;
	height: auto;
}
#scrollfollow a:hover {
	opacity: 0.8;
}
#scrollfollow .box {
	width: 49%;
}
#scrollfollow .box:nth-child(2) {
	position: relative;
	padding: 0 0 0 180px;
}
#scrollfollow .box:nth-child(2) p {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 170px;
}
#scrollfollow .box ul li {
	width: 32%;
}
#scrollfollow .box ul li a {
	display: block;
	border-radius: 10px;
	padding: 45px 0 5px;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
}
#scrollfollow .box ul li.request a {
	background: #796A56 url("img/icon-request.svg") no-repeat center top 15px;
}
#scrollfollow .box ul li.reserve a {
	background: #E09494 url("img/icon-reserve.svg") no-repeat center top 15px;
}
#scrollfollow .box ul li.line a {
	background: #00B900 url("img/icon-line.svg") no-repeat center top 15px;
}
@media screen and (max-width:1080px) {
	#scrollfollow .inner {
		padding: 0 10px;
	}
	#scrollfollow .box ul li a {
		font-size: 15px;
	}
	#scrollfollow .box:nth-child(2) {
		padding: 0 0 0 155px;
	}
	#scrollfollow .box:nth-child(2) p {
		left: -10px;
		width: 160px;
	}
}
@media screen and (max-width:767px) {
	#scrollfollow {
		display: block;
		height: 75px;
		padding: 7px 0 0;
	}
	#scrollfollow .inner {
		padding: 0 5px;
	}
	#scrollfollow .box:nth-child(1) {
		background: #E66265;
		width: 155px;
		border-radius: 10px;
	}
	#scrollfollow .box:nth-child(1) a {
		display: block;
		padding: 10px 5px;
	}
	#scrollfollow .box:nth-child(2) {
		width: calc(100% - 160px);
		padding: 0;
	}
	#scrollfollow .box:nth-child(2) p {
		display: none;
	}
	#scrollfollow .box ul li {
		width: 32.5%
	}
	#scrollfollow .box ul li a {
		padding: 35px 0 5px;
		font-size: 14px;
	}
	#scrollfollow .box ul li.request a,
	#scrollfollow .box ul li.reserve a,
	#scrollfollow .box ul li.line a {
		background-position: top 10px center;
		background-size: auto 20px;
	}
}
/* footer
------------------------------------------------*/
#footer {
	background: #A7A098;
	padding: 30px 0;
	color: #fff;
}
.home #footer {
	padding: 30px 0 130px;
}
#footer p {
	margin: 0;
	font-size: 15px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	opacity: 0.8;
}
#footer small {
	display: block;
	font-size: 15px;
}
@media screen and (max-width:767px) {
	.home #footer {
		padding: 30px 0 100px;
	}
}
@media screen and (max-width:480px) {
	#footer .flex {
		display: block;
		text-align: center;
	}
	#footer small {
		margin: 10px 0 0;
		font-size: 14px;
	}
}