@charset "utf-8";
/* CSS Document */
/* Box sizingの定義 */
*, *::before, *::after {
	box-sizing: border-box;
}
html,body{
	overflow-x: clip;
	letter-spacing: 0.1px;
}
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
.fontMedium {
	font-size: clamp(17px, (100vw - 600px)* 6 / 600 + 20px, 40px);
	color: #fff;
}
.fontBold {
	font-weight: 550;
}
/*section:not(.visual, .boxInquiry, #summary) {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 20px;
}*/
.flexBox {
	display: flex;
}
.brackets::before {
	content: "＜";
}
.brackets::after {
	content: "＞";
}
/*--------------nav--------------*/
nav {
	width: min(100%, 1180px);
	margin: 0px auto 30px;
	background: var(--mainColor);
	position: sticky;
	top: 0;
	z-index: 99999;
	border-top: 3px solid var(--mainColor);
	border-bottom: 3px solid var(--mainColor);
	margin-bottom: 10px;
}
nav ul {
	width: min(100%, 1200px);
	margin: 0 auto;
}
nav ul li {
	flex: 1;
	border-left: 1px solid #fff;
}
nav ul li:first-child {
	border-left: none;
}
nav a {
	padding: 10px 5px;
	color: #fff;
	text-align: center;
}
nav a p {
	text-shadow: 2px 2px 2px #444;
	width: 100%;
}
main a::before {
	top: -3px;
	left: 0;
	width: 100%;
	height: calc(100% + 6px);
	background: #fff;
	opacity: 0;
}
html {
	overflow-y: scroll;
}
body {
	background: #fff;
}
h1 {
	text-align: center;
}
.visual .flexBox {
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: #fff;
}
/*動画*/
.visual img {
	width: min(95%, 200px);
	padding-bottom: 10px;
}
/*video {
	width: 100%;
	display: block;
	object-fit: contain;
}*/

/*コンセプト*/
#contents_concept span {
	display: block;
	color: #000;
	font-size: 1.0rem;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: center;
}
.borderDesign p {
	padding: 20px;
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 18px, 20px);
}
.borderDesign img {
	width: 80%;
	max-width: 300px;
	padding: 5px;
	margin: 0 30px;
}
.borderDesign {
	border: 2px solid #CDC9C9;
	border-radius: 10px;
	margin: 5px;
	font-size: 1rem;
	text-align: center;
}
/* タイトル
	---------------------------------------------------------------------------------------------------- */
h1.m-title {
	color: #000;
	/*font-size: 2.7rem;*/
	font-size: clamp(20px, (100vw - 600px) * 6 / 600 + 24px, 30px);
	font-weight: 800;
	margin: 20px 0 10px;
	line-height: 140%;
	text-align: center;
}
h2.m-title {
	color: #000;
	font-size: clamp(20px, (100vw - 600px) * 6 / 600 + 24px, 30px);
	font-weight: 800;
	margin-top: 30px;
	text-align: center;
}
h3.title {
	/*color: #716f63;*/
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	padding-left: 10px;
	background: #008EA6;
	border-radius: 7px;
}
/*このような目的で利用されています*/
.section-inner {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 30px 10px;
}
/*このような目的で利用されています*/
.use {
	padding: 10px 0;
	position: relative;
}
#contents_purpose .list-pickup {
	display: flex;
	flex-wrap: wrap;
}
#contents_purpose .list-pickup {
	display: flex;
	flex-wrap: wrap;
}
#contents_purpose .list-pickup li {
	width: calc(33%);
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	border: 1px solid #CDC9C9;
	padding: 0 5px;
}
#contents_purpose .list-pickup li .ttl {
	flex: 1;
}
#contents_purpose .list-pickup li .ttl p {
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	text-align: left;
	padding: 20px 0 20px 5px;
	flex-basis: 70%;
}
#contents_purpose .list-pickup li .img {
	width: 80px;
	padding: 0px;
	margin: auto;
}
/*ショールームのご案内*/
div#guidance .showroom {
	margin: 30px 10px 30px;
	max-width: 592px;
}
div#guidance .showroom .picture {
	display: block;
	margin: 0 auto;
	height: auto;
}
div#guidance .showroom .picture .photo {
	display: block;
	margin: 0 auto;
}
div#guidance .showroom .picture .sub {
	display: none;
}
div#guidance .showroom .addrname {
	margin: 60px 0 20px;
	font-size: 20.0px;
	text-align: center;
}
div#guidance .showroom .address {
	display: flex;
	flex-flow: row wrap;
	height: auto;
}
div#guidance .showroom .address dl {
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	width: calc(1180px - 300px);
	font-size: 15px;
}
div#guidance .showroom .address dl dt {
	flex: 0 0 6em;
}
div#guidance .showroom .address dl dt.addrtitle {
	display: none;
}
div#guidance .showroom .address dl dd {
	flex: 1 1 auto;
	width: calc(100% - 4em);
	margin-bottom: 1rem;
	padding-left: 1em;
}
div#guidance .showroom .address ul li {
	list-style: inside;
}
div#guidance .showroom .address dl dd.addrdetail {
	display: block;
	flex: 0 0 auto;
	width: 100%;
	padding-left: 0;
}
div#guidance .showroom .address dl dd span.lower {
	display: block;
	text-indent: 1em;
}
div#guidance .showroom .address dl dd span.lower.paren, div#guidance .showroom .address dl dd span.lower.w_sep {
	text-indent: 0;
}
div#guidance .showroom .address .map {
	position: relative;
	margin: 1.6rem auto;
	width: 528px;
}
div#guidance .showroom .address .map::before {
	display: block;
	content: '';
	padding-top: calc(384 / 528 * 100%);
}
div#guidance .showroom .address .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div#guidance .showroom .explanation {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 1rem 0;
	font-size: 1.2rem;
}
div#guidance .showroom .explanation span {
	font-size: 1.1rem;
	padding-left: 1em;
	text-indent: -1em;
}
/*ボタン*/
.boxInquiry.boxInquiry {
	display: flex;
	background: repeating-linear-gradient(-45deg, rgba(200, 200, 220, 0.2) 0 10px, transparent 10px 20px), #eeeeee;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin: 20px auto;
	border-radius: 5px;
	flex-flow: column;
	max-width: 1180px;
	padding: 20px;
	width: min(95%, 900px);
}
.boxInquiry span {
	display: block;
	font-weight: 500;
	font-size: 1.2em;
	line-height: 2;
	text-align: center;
}
.boxInquiry > div {
width: min(400px, 90%);
}
.boxInquiry p {
	width: 100%;
	padding: 0;
}
.boxInquiry a {
	display: flex;
	width: min(400px, 100%);
	height: 3em;
	background: #f5a200;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: clamp(10px, 2vw + 8px, 24px);
	transition: 0s;
}
.boxInquiry a:is(:hover, :focus) {
	color: currentColor;
	background: linear-gradient(90deg, #ffd063 0% 40%, #f5a200 60% 100%);
	background-size: 250%;
	background-repeat: no-repeat;
	animation: 0.8s bgSlideIn cubic-bezier(0.13, 0.83, 0.29, 1);
	background-position: left;
}
/*--------------お知らせ--------------*/
.news {
	width: min(95%, 900px);
	margin: 0 auto;
	padding: 20px 5px;
	border-top: 20px solid #daeaeb;
	border-bottom: 20px solid #daeaeb;
	border-left: 10px solid #daeaeb;
	border-right: 10px solid #daeaeb;
}
.news dl.flexBox {
	flex-direction: column;
	gap: 0;
	font-size: 14px;
}
#summary span:not(.sup) {
	display: block;
	color: #000;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: center;
}
.sup {
	vertical-align: super;
	font-size: 70%;
}
/*ゾーン*/
.concept {
	/*padding: 20px ;*/
	position: relative;
	z-index: 5;
	/*background: #f8f8ff;*/
}
#contents_zone {
	padding: 20px 0;
}
#contents_zone .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5px;
	box-sizing: border-box;
}
#contents_zone span {
	display: block;
	color: #000;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: center;
}
#contents_zone .m-title {
	text-align: center;
}
#contents_zone .list-bnr {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#contents_zone .list-bnr li {
	width: calc(32%);
	margin-right: 2%;
}
#contents_zone .list-bnr li:nth-child(3n) {
	margin-right: 0;
}
#contents_zone .list-bnr li:nth-child(n+4) {
	margin-top: 4%;
}
#contents_zone .list-bnr li a:hover {
	opacity: 0.7;
}
#contents_zone .list-bnr li img {
	background-color: #f5f7fa;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	border-radius: 5px;
}
#contents_zone .list-bnr li a .ttl {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	padding: 10px 0;
	display: inline-block;
	text-decoration: none;
}
/*ゾーン*/
.verification {
	padding: 20px 20px 0 20px;
	position: relative;
	z-index: 5;
	background: #fff;
	border-radius: 20px;
	/*border: 1px solid #696969;*/
}
.verification .content .text-area {
	width: 100%;
	margin: 0 0 30px 0;
}
.verification .main-text-area p {
	font-size: 1.1rem;
	font-weight: 400;
	padding: 10px 0;
	border-radius: 5px;
}
.verification .content {
	display: block;
	margin: 20px 0 0 0;
	width: 100%;
}
.s-title {
	border-left: 11px solid;
	border-left-color: #008EA6;
	padding-left: 10px;
	word-break: break-word;
	font-size: 1.4rem;
	line-height: 29px;
	font-weight: bold;
	color: #000;
}
.verification .content .text-area ul {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 20px 0 0;
	width: 100%;
}
.verification .content .text-area ul li {
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #808080;
	border-radius: 4px;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 100%;
}
.verification .content .text-area p {
	font-size: 1rem;
	font-weight: 300;
	padding: 10px 0;
}
/*--------------アクセス--------------*/
#access .sp {
	display: inline;
}
#access .pc {
	display: none;
}
#access .inner {
	width: min(95%, 1000px);
	margin: 50px auto;
	box-sizing: border-box;
}
#access span {
	display: block;
	color: #000;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: center;
}
#access .content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	width: 100%;
	margin: 50px 0 0 0;
	gap: 30px;
}
#access .content div:last-of-type {
	width: min(50%, 500px);
	height: 100%;
}
#access .content .text-area {
	flex: 1;
}
#access .content p {
	font-size: 16px;
	padding: 0 10px;
}
#access .content h3 {
	font-weight: 500;
	background: #78c9cc;
	padding: 5px 10px;
	margin: 5px 0;
	font-size: 16px;
}
#access .content .text-area ul {
	margin: 0;
}
#access .content .text-area p.head2 {
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	padding: 20px;
	margin-bottom: 5px;
	color: #fff;
	background: var(--mainColor);
	text-shadow: 2px 2px 2px #444;
}
#access ul li:last-child p.head {
	color: #009999;
	text-align: left;
}
/* アクセス
#access {
	/*padding: 50px 0;*/
/*background: #fff;*/
/*position: relative;
	z-index: 3;
}
#access .content {
	display: block;
	flex-direction: row;
	align-items: flex-start;
	width: 100%;
	margin: 50px 0 0 0;
}
	#access .content img {
	width: 100%;
	height: 100%;
	margin: 0;
}
	#access .content .text-area {
	width: 100%;
	margin-bottom: 20px;
}

#access .content .text-area h3 {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	padding: 20px;
	color: #fff;
	background: #209ca1;
}
#access .content .text-area p {
	padding: 10px;
	font-size: 1.1rem;
}
#access .content .text-area p.head {
	font-weight: 500;
	background: #78c9cc;
}
#access .content .text-area ul {
	margin: 0;
}
#access .content .text-area table {
	width: 100%;
	margin: 0 0 0 8px;
}
#access .content .text-area table thead tr th {
	font-weight: 500;
	color: #009999;
	text-align: left;
	padding-bottom: 10px
}
#access .content .text-area table tr td {
	line-height: 140%;
	vertical-align: top;
	padding: 0 0 10px 0;
	font-size: 1.1rem;
}
		#access span {
		display: block;
		color: #000;
		font-size: 1.2rem;
		font-weight: 400;
		margin-bottom: 10px;
		text-align: center;
	}*/
/*ご予約の流れ
		#reservations_flow .inner {
		width: 100%;
		max-width: 1200px;
		margin:  0 auto;
		padding: 0 15px;
		box-sizing: border-box;
	}
		#reservations_flow span {
		display: block;
		color: #000;
		font-size: 1.2rem;
		font-weight: 400;
		margin-bottom: 10px;
		text-align: center;
	}*/
/* ご予約の流れ*/
a.aArea p:not(.head) {
	text-decoration: underline;
}
#step {
	margin: 0 0 50px 0;
	position: relative;
	z-index: 4;
}
.title span {
	display: block;
	color: #000;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: center;
}
#step ul.step {
	display: block;
	margin: 30px 0 0 0;
	padding: 0;
}
#step ul.step li {
	position: relative;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0;
	background: #fff;
	width: 100%;
}
#step ul.step li a {
	position: relative;
	display: block;
	text-decoration: none;
}
#step ul.step li p.head {
	margin: 0;
	padding: 15px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background: #006699;
}
/*#step ul.step li .content {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 30px;
	}*/
#step ul.step li .content img {
	margin: 0 30px 0 0;
	padding: 0;
	width: 75px;
	height: 75px;
}
#step ul.step li .content p {
	margin: 0;
	padding: 0;
	text-align: left;
}
#step ul.step li::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 60px;
	content: "\f0d7";
	color: #0071a9;
	left: calc(50% - 15px);
	top: auto;
	bottom: -80px;
}
#step ul.step li:last-child::after {
	content: "";
}
/*
#step ul.step li img {
	margin: 30px auto;
	padding: 0;
	height: 75px;
}
#step ul.step li p {
	margin: 0;
	padding: 0 30px 30px 30px;
	font-size: 16px;
}*/
#step ul.step li .content img {
	margin: 0 30px 0 0;
	padding: 0;
	width: 75px;
	height: 75px;
}
#step ul.step li .content p {
	margin: 0;
	padding: 0;
	text-align: left;
}



/*767px以下と条件定義*/
@media screen and (max-width: 767px) {
	.visual .flexBox {
		flex-direction: column;
	}
	#contents_purposep .list-pickup {
		flex-direction: column;
	}
	/*このような目的で利用されています*/
	#contents_purpose .list-pickup {
		flex-direction: column;
	}
	#contents_purpose .list-pickup li {
		width: 100%;
	}
	#step ul.step li .content {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 30px;
	}
	/*ZONE*/
	.scroll-infinity {
		display: none;
	}
	/*スクロール*/
	.verification .content img {
		display: none;
	}

}

.mv-hero {
	margin-bottom: 40px;
}
	/*メインビュー*/
.mv-hero__inner {
	position: relative;
	overflow: hidden;
}
.mv-hero__lead {
	position: absolute;
	z-index: 2;
	box-sizing: border-box;
}
.mv-hero__lead img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.mv-slide {
	vertical-align: top;
}
.mv-slide__img {
	position: relative;
	z-index: 1;
}

.add-animation .mv-slide__img {
	animation: zoom-in 10s linear 0s normal both;
}

/*768px以上と条件定義*/
@media screen and (min-width: 768px) {
	.br-pc {
		display: block;
	}
	.br-sp {
		display: none;
	}
	.anchor {
	padding-top:50px;
	margin-top:-50px;
	}
	#access .sp {
		display: none;
	}
	#access .pc {
		display: inline;
	}
	/*フォント*/
	.fontBold {
		font-weight: 550;
	}
	/*タイトル*/
	h3.title {
		font-size: 2rem;
	}
	.fontMedium {
		font-size: clamp(17px, (100vw - 600px) * 6 / 600 + 16px, 30px);
		color: #fff;
	}
	/*サブメニュー*/
	.tabMenu--wrap li {
		height: 45px !important;
		font-size: 1.1rem;
	}
	/*メイン動画/ショールームのご案内*/
	/*.visual {
		background: var(--subColor1);
	}
	.visual .flexBox {
		gap: 10px;
		align-items: center;
		justify-content: center;
		padding: 10px 0 20px;
		background: #fff;
	}
	.visual img {
		width: min(95%, 180px);
		padding: 0;
	}*/
	h1 {
		text-align: center;
	}
	/*video {
		width: 100%;
		max-width: 1180px;
		margin: 20px auto;
		display: block;
		object-fit: contain;
	}*/
	.flexBox {
		display: flex;
	}
	.visual {
		background: var(--subColor1);
		margin: 0 auto;
	}
	/*コンセプト*/
	.concept {
		/*padding: 20px ;*/
		position: relative;
		z-index: 5;
		/*background: #f8f8ff;*/
	}
	#contents_concept {
		padding: 20px 0;
	}
	#contents_concept .inner {
		width: 100%;
		max-width: 1200px;
		padding: 0 5px;
		box-sizing: border-box;
		margin: 20px auto;
	}
	#contents_concept span {
		display: block;
		color: #000;
		font-size: 1.2rem;
		font-weight: 400;
		margin-bottom: 10px;
		text-align: center;
	}
	#contents_concept .m-title {
		text-align: center;
	}
	#contents_concept .list-bnr {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	#contents_concept .list-bnr li {
		width: calc(32%);
		margin-right: 2%;
	}
	#contents_concept .list-bnr li:nth-child(3n) {
		margin-right: 0;
	}
	#contents_concept .list-bnr li:nth-child(n+4) {
		margin-top: 4%;
	}
	#contents_concept .list-bnr li a:hover {
		opacity: 0.7;
	}
	#contents_concept .list-bnr li img {
		background-color: #f5f7fa;
		border: 1px solid #dbdbdb;
		box-sizing: border-box;
		border-radius: 5px;
	}
	#contents_concept .list-bnr li a .ttl {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
		text-align: left;
		padding: 10px 0;
		display: inline-block;
		text-decoration: none;
	}
	.borderDesign {
		padding: 10px;
		font-size: 1.2rem;
	}
	.borderDesign p {
		padding: 10px;
		font-size: clamp(14px, (100vw - 600px) * 6 / 600 + 15px, 17px);
	}
	.borderDesign img {
		width: 60%;
		max-width: 600px;
		padding: 10px;
	}
	/*ショールームのご案内*/
	/*div#guidance {
 		/*min-height: calc(100vh - 17rem * 2);
		border-top: none;
		margin: 0 auto;
}*/
	/*div#guidance .inner {
		width: 100%;
		max-width: 1200px;
		margin:  0 auto;
		padding: 0 5px;
		box-sizing: border-box;
	}-/
  /*div#guidance .heading {
    margin: 0;
    font-size: 2.7rem;
  }
  div#guidance .heading .title {
    margin: .4rem auto 3.2rem;
    height: .4em;
    order: 0;
  }
  div#guidance .heading > span {
    display: inline-block;
    margin-bottom: 3.2rem;
    font-size: .6em;
    letter-spacing: 0;
  }
  div#guidance .heading {
    margin-top: 0.8rem;
  }
  div#guidance .heading .sp {
    display: none;
  }*/
	div#guidance {
 		padding: 30px 10px;
}
	div#guidance .showroom {
		max-width: 1180px;
		margin: 0 auto 2rem;
	}
	div#guidance .showroom .picture {
		display: flex;
		justify-content: space-between;
		/*height: 358px;*/
	}
	div#guidance .showroom .picture .photo {
		margin: 0;
		width: 1180px;
	}
	div#guidance .showroom .picture .sub {
		display: flex;
		flex-flow: column nowrap;
		justify-content: space-between;
		width: 300px;
	}
	div#guidance .showroom .addrname {
	font-size: 32.0px;
}

	div#guidance .showroom .addrname .with-reserve-btn > a {
		margin-left: auto;
		width: 248px;
	}
	div#guidance .showroom .address {
	display: flex;
	flex-flow: nowrap;
	height: auto;
}
	div#guidance .showroom .address dl {
		font-size: 17px;
	}
	div#guidance .showroom .address dl dt.addrtitle {
		display: inline;
	}
	div#guidance .showroom .address dl dd {
		margin-bottom: .9rem;
		padding-left: 2em;
	}
	div#guidance .showroom .address dl dd.addrdetail {
		display: block;
		flex: 1 1 auto;
		width: calc(100% - 4em);
		padding-left: 2em;
	}
	div#guidance .showroom .address dl dd span.lower {
		display: inline-block;
	}
	div#guidance .showroom .address dl dd span.lower.paren {
		text-indent: .5em;
	}
	div#guidance .showroom .address dl dd span.lower.w_sep::before {
		content: '／';
	}
	div#guidance .showroom .address dl dd span.clear {
		display: inline;
	}
	div#guidance .showroom .address .map {
		margin: 0;
		width: 300px;
		min-width: auto;
	}
	div#guidance .showroom .address .map::before {
		padding-top: 100%;
	}

	/*--------------お知らせ--------------*/
	.news {
		font-size: 16px;
		width: min(100%, 1200px);
		margin: 0 auto 30px;
		/*padding: 0 0 10px 0;*/
		border-top: 20px solid #daeaeb;
		border-bottom: 20px solid #daeaeb;
		border-left: 40px solid #daeaeb;
		border-right: 40px solid #daeaeb;
		box-sizing: border-box;
	}
	.newsInner {
		padding: 0 20px;
		height: 260px;
		overflow-y: scroll;
	}
	#summary h3 {
		position: relative;
		margin: 30px auto 10px;
		text-align: center;
	}
	.news dl.yearHead {
		border-bottom: 1px solid #aaa;
	}
	.news dl.flexBox {
		gap: 10px;
		padding: 10px 5px;
		border-bottom: 1px dashed #aaa;
	}
	.news dt {
		width: 150px;
		padding-bottom: 10px;
	}
	.news dd {
		flex: 1;
	}
	.verification .content {
		display: flex;
		align-items: flex-start;
		align-content: center;
		margin: 30px 0 0 0;
	}
	.verification .content img {
		margin: 60px 0 60px 50px;
		width: 35%;
		order: 2;
		/*opacity: 0*/;
	}
	.verification .content .text-area {
		width: 60%;
		/*opacity: 0*/ ;
	}
	.verification .main-text-area p {
		font-size: 1.2rem;
		padding: 10px 0 10px 10px;
	}
	.verification .content .text-area p {
		font-size: 1.1rem;
		padding: 20px 0 0 20px;
	}
	.verification .content .text-area ul {
		margin: 20px 0 0 20px;
	}
	.verification .content .text-area ul li {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 20px 0;
		width: 49%;
		font-weight: 500;
		background: #fff;
	}
	/* アクセス*/
	#access .content .text-area p.head2 {
		font-size: 20px;
	}
	/*ご予約の流れ*/
	#step ul.step {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 30px 0 0 0;
		padding: 0;
	}
	#step ul.step li {
		margin: 0;
		width: 30%;
	}
	#step ul.step li .content img {
		margin: 30px auto;
		padding: 0;
		height: 75px;
		width: 100%;
	}
	#step ul.step li .content p {
		margin: 0;
		padding: 0 30px 30px 30px;
		font-size: 16px;
	}
	#step ul.step li::after {
		position: absolute;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 36px;
		content: "\f0da";
		color: #0071a9;
		top: 50%;
		left: 107%;
	}
	/*#step ul.step li::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 60px;
	content: "\f0d7";
	color: #0071a9;
	left: calc(50% - 15px);
	top: auto;
	bottom: -80px;
}*/
}
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.scroll-infinity {
	padding: 40px 0 20px;
}
.scroll_wrap {
	display: flex;
	overflow: hidden;
}
.scroll_list {
	display: flex;
	list-style: none;
	padding: 0
}
.scroll_list--left {
	animation: infinity-scroll-left 65s infinite linear 0.5s both;
}
.scroll_item {
	width: calc(100vw / 6);
}
.scroll_item > img {
	width: 100%;
	padding: 0 5px;
}
@keyframes zoom-in {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.4);
	}
}
@media print, screen and (min-width: 641px) {
	#contents {

	}
	.mv-hero {
		width: 65vw;
		margin: auto;
	}

	.mv-hero__inner {
		height: 40vw;
	}
	.mv-hero__lead {
		top: 80%;
		left: 58%;
		width: 40%;
		max-width: 500px;
		transform: translate(0, -50%);
	}
}
@media screen and (max-width: 640px) {
	.mv-hero__inner {
		height: 60vw;
	}
	.mv-hero {
		padding: 0 5px ;
	}
	.mv-hero__lead {
		top: 35vw;
		left: 6%;
		width: 100vw;
		padding: 0 12vw;
	}
	.mv-hero__lead img {
		width: 80%;
	}
}