@charset "UTF-8";
/* PCページ */
@media screen and (min-width: 768px){
/* トップイメージ */
.main1-out{
	width: 100%;
	max-width: 1920px;
	margin-top: 110px;
	height: 0;
	padding-bottom: 36.45%;
	position: sticky;
	overflow: hidden;
	z-index: -9999;
	top: 110px;
}
.main1-out p{
	margin: 0;
	position: absolute;
	color: #fff;
	font-weight: bold;
	top: 50%;
	left: 3vw;
	display: flex;
	flex-direction: column;
	align-items: space-between;
	transform: translateY(-50%);
	text-shadow: #000 0 0 5px,#000 0 0 5px,#000 0 0 5px;
}
.main1-out p span{
	display: block;
}
.main1-out span:not(.main1-out span:last-child){
	font-size: min(3vw, 32px);
}
.main1-out span:last-child{
	position: relative;
	font-size: min(2vw, 17.5px);
	padding-top: 10px;
}
.main1-out span:last-child::before{
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
	box-shadow: #000 0 0 5px,#000 0 0 5px,#000 0 0 5px;
}
.main1{
	height: 0;
	padding-bottom: 36.45%;
	position: sticky;
	z-index: -9999;
	top: 110px;
}
.main1 div{
	position: absolute;
	top: 0:
	left: 0;
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-animation: anime 16s 0s infinite;
	animation: anime 16s linear infinite;
	background-attachment: fixed;
}
.main1 div:nth-child(1){
	background-image : url(img/gaikan-1920-new.jpg);
	animation-delay: -2s;
}
.main1 div:nth-child(2){
	background-image : url(img/gaikan-1920-new1.jpg);
	animation-delay: 6s;
}
@keyframes anime{
0%{
	opacity: 0;
	transform: scale(1.1);
}
5%{
	opacity: 1;
}
50%{
	opacity: 1;
} 
60%{
	opacity: 0;
	transform: scale(1);
}
100%{
	opacity: 0;
 }
}
-webkit-@keyframes anime{
0%{
	opacity: 0;
	transform: scale(1.1);
}
5%{
	opacity: 1;
}
50%{
	opacity: 1;
} 
60%{
	opacity: 0;
	transform: scale(1);
}
100%{
	opacity: 0;
 }
}
/* 客室案内 */
.main2{
	width: 100%;
	max-width: 1920px;
	padding: 0 4vw 80px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0 2px;
	align-items: center;
	position: relative;
	z-index: 1;
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
}
.main2.run{
	opacity: 1;
	transform: translateY(0);
}
.main2::after{
	position: absolute;
	content: "";
	background-image : url(img/24265763_s.jpg);
	background-repeat: repeat;
	background-size: contain;
	width: calc(100vw - 10px);
	height: 80%;
	bottom: -80px;
	left: 50%;
	margin-left: -50vw;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
	opacity: 0.3;
}
.main2-in1{
	display: flex;
	justify-content: space-between;
	gap: 0 2px;
	position: relative;
	padding-bottom: 30px;
}
.main2 img{
	width: 100%;
	max-width: 768px;
}
.main2-in1 div{
	display: flex;
	flex-direction: column;
	width: calc(100% / 4);
	align-items: center;
	position: relative;
	margin-bottom: 20px;
}
.main2-in1 div::before{
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	transition: .5s;
}
.main2 span:not(.main2 span span,.main2-text1){
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	padding-left: 20px;
	text-shadow: #222 0 0 5px,#222 0 0 5px,#222 0 0 5px;
	font-size: min(2vw, 18px);
	opacity: 0;
	transition: .5s;
	box-sizing: border-box;
}
.main2-in1 div:hover::before,.main2 span:not(.main2 span span):hover{
	opacity: 1;
}
.main2 span > span:not(.main2-text1){
	font-family: "Century Gothic" , Verdana,Arial , sans-serif;
	color: #fff;
	font-size: min(2vw, 32px);
	display: block;
}
.main2 span:nth-child(2){
	padding-bottom: 10px;
}
/* 女性専用フロア */
.main3-out{
	position: relative;
	width: 100%;
	padding: 0 4vw 80px;
	margin-bottom: 80px;
	z-index: 1;
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
}
.main3-out.run{
	opacity: 1;
	transform: translateY(0);
}
.main3-out::after{
	position: absolute;
	content: "";
	background-image : url(img/23483615_m.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: calc(100vw - 10px);
	margin-left: -50vw;
	height: 100%;
	left: 50%;
	top: 0;
	clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 100%);
	z-index: -2;
	opacity: 0.7;
}
.main3 div{
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
}
.main3 div.run{
	opacity: 1;
	transform: translateY(0);
}
.main3-in1{
	display: grid;
	grid-template-columns: 1.5fr 2.5fr;
	gap: 0 3vw;
	position: relative;
	padding-bottom: 50px;
}
.main3-img1 img{
	width: 100%;
	max-width: 1200px;
}
.main3-img2 img{
	width: 100%;
	max-width: 768px;
}
.main3-img2{
	margin-top: -45%;
}
.main3-in1 div:first-child{
	margin-top: 30px;
}
.main3-in1 div:first-child span{
	position: relative;
	font-size: min(1.8vw, 35px);
	color: #fff;
	font-weight: bold;
	display: inline-block;
	z-index: 1;
	padding-left: 0.5em;
	margin-bottom: 1.5vh;
}
.main3-in1 div:first-child span::after{
	position: absolute;
	content: "";
	background: #d898c3;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: -1;
	opacity: 0.6;
}
.main3-in1 div:last-child p{
	padding-top: 20px;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 1vw;
}
/*　施設案内 */
.iframe-o{
	width: 100%;
	max-width: 1840px;
	margin: -15px auto 0;
	padding: 0;
	height: 0;
	padding-bottom: 23%;
	position: relative;
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
}
.iframe-o iframe{
	position: absolute;
	height: 100%;
	width: 100%;
}
.main4{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 0 4vw 80px;
	text-align: center;
}
.main4 p{
	margin: 0;
	padding: 20px 0 40px;
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
}
.iframe-o.run,.main4 p.run{
	transform: translateY(0);
	opacity: 1;
}
/* お知らせ */
.main5{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 4vw 50px;
	position: relative;
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
	z-index: 1;
}
.main5.run{
	opacity: 1;
	transform: translateY(0);
}
.main5::after{
	position: absolute;
	content: "";
	background: #f9f8f8;
	width: calc(100vw - 10px);
	height: 100%;
	z-index: -1;
	left: 50%;
	top: 30px;
	margin-left: -50vw;
}
.main5 img{
	width: 100%;
	max-width: 300px;
}
.main5 ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	background: #fff;
}
.main5 ul li{
	display: grid;
	position: relative;
}
.main5 ul li:nth-child(2){
	padding: 30px;
}
.main5 ul li a{
	display: block;
	padding: 30px;
}
.main5 ul li a:hover{
	opacity: 0.8;
	transition: .3s;
}
.main5 ul li:nth-child(odd)::before{
	position: absolute;
	content: "";
	border-right: 1px solid #545454;
	border-bottom: 1px solid #545454;
	width: 25px;
	height: 4px;
	right: 30px;
	bottom: 20px;
	transform: skew(45deg);
	transition: .3s;
}
.main5 ul li:hover::before{
	right: 20px;
}
.main5 ul li + li::after{
	position: absolute;
	content: "";
	border-right: 1px solid #d8d8d8;
	height: calc(100% - 2.5em);
	top: 50%;
	transform: translateY(-50%);
}
.main5-span1{
	display: block;
	margin-top: 20px;
	border: 1px solid #8b837c;
	font-size: 13px;
	color: #8b837c;
	padding: 0;
	width: 7em;
	text-align: center;
}
.main5-span2{
	display: grid;
	grid-template-rows: 3.5em;
	font-size: 14px;
	padding-top: 10px;
	position: relative;
}
/* お知らせボタン */
.main5-in1{
	display: flex;
	justify-content: space-between;
	align-items: cenrer;
	margin: 40px auto 0;
	padding: 0;
	width: 100%;
	max-width: 200px;
}
.main5-in1 a{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #545454;
	border-radius: 4px;
	font-size: 15px;
	width: 100%;
	position: relative;
	transition: .3s;
}
.main5-in1 a:hover{
	opacity: 0.8;
}
.main5-in1 a::after{
	position: absolute;
	content: "";
	border-right: 1px solid #545454;
	border-bottom: 1px solid #545454;
	transform: skew(45deg);
	right: 10px;
	width: 20px;
	height: 4px;
	top: 18px;
	transition: .3s;
}
.main5-in1 a:hover::after{
	right: -10px;
}
/* アクセス */
.main6{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1920px;
	margin: 30px auto 0;
	height: 600px;
	position: relative;
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
}
.main6.run{
	opacity: 1;
	transform: translateY(0);
}
.main6 iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}
.main6 .main-title{
	padding: 0;
}
.main6-in1{
	position: absolute;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 260px;
	align-items: space-between;
	justify-content: center;
	z-index: 1;
	background: #fff;
	opacity: 0.9;
	top: 30%;
	left: 50%;
	margin-left: calc(-50% + 70px);
	width: 25%;
	min-width: 300px;
	font-size: min(1.1vw, 16px);
	box-shadow: 0 0 5px #d8d8d8;
	padding: 1.2vw 0;
}
.main6-in2{
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	align-items: end;
	padding: 0 2vw 0.8vw;
}
.main6-in2.run{
	opacity: 1;
	transform: translateY(0);
}
.main6-text1,.main6-text2{
	display: flex;
	flex-direction: column;
}
.main6 p{
	margin: 0;
}
.main6-btn{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	justify-content: space-between;
	aling-items: center;
	gap: 1vw;
}
.main6-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #8b837c;
	border: 1px solid #8b837c;
	color: #fff;
	font-size: 14px;
	width: 100%;
	padding: 12px 10px;
	border-radius: 4px;
	position: relative;
}
.main6-btn a::after{
	position: absolute;
	content: "";
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: skew(45deg);
	right: 10px;
	width: 20px;
	height: 4px;
	transition: .3s;
}
.main6-btn a:hover::after{
	border-color: #8b837c;
	right: -10px;
}
.main6-btn a::before{
	position: absolute;
	content: "";
	background: #fff;
	border-radius: 4px;
	width: 0;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
	left: 0;
	transition: .3s;
}
.main6-btn a:hover{
	color: #8b837c;
	z-index: 1;
}
.main6-btn a:hover::before{
	width: 100%;
	opacity: 1;
}
/* 非表示 */
.iframe-s{
	display: none;
}
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px){
/* メインページ */
.main1-out{
	width: 100%;
	max-width: 1920px;
	margin-top: 70px;
	height: 0;
	padding-bottom: 36.45%;
	position: sticky;
	overflow: hidden;
	z-index: -9999;
	top: 70px;
}
.main1{
	height: 0;
	padding-bottom: 36.45%;
	position: sticky;
	z-index: -9999;
	top: 70px;
}
/* 客室案内 */
.main2{
	all: unset;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px 80px;
	margin: 0 auto;
}
.main2-in1{
	all: unset;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
	padding-bottom: 40px;
}
.main2-in1 div{
	all: unset;
	position: relative;
}
.main2-in1 div::before{
	all: unset;
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	top: 0;
}
.main2 span:not(.main2 span span){
	all: unset;
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
	color: #fff;
	font-size: 18px;
	padding-left: 1em;
	box-sizing: border-box;
	text-shadow: #222 0 0 5px,#222 0 0 5px,#222 0 0 5px;
}
.main2 span span{
	font-size: min(3vw, 32px);
	font-family: 'Arial' , 'Hiragino Sans' , 'MS Gothic' , sans-serif;
}
.main2-in1 div:hover{
	transition: .5s;
	opacity: 0.8;
}
/* 女性専用フロア */
.main3-img2{
	margin-top: -28%;
}
/* 施設案内 */
.iframe-o{
	padding-bottom: 41%;
}
/* アクセス */
.main6{
	all: unset;
	display: flex;
	flex-direction: column;
	margin: 110px auto 0;
	position: relative;
}
.main6-in1{
	all: unset;
}
.main6 iframe{
	position: absolute;
	height: 400px;
	top: 110px;
}
.main6-in2{
	padding-top: 440px;
	display: grid;
	grid-temo-plate-columns: 1fr;
	row-gap: 20px;
}
.main6-btn{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	column-gap: 30px;
}
.main6-btn span{
	width: 100%;
	max-width: 300px;
}
.main6-btn span a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}
}
/*スマホページ */
@media screen and (max-width: 768px){
/* トップイメージ */
.main1-out{
	position: relative;
}
.main1-out p{
	position: absolute;
	color: #fff;
	margin: 0;
	padding: 0 20px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: flex;
	flex-direction: column;
	font-weight: bold;
	text-shadow: #000 0 0 5px,#000 0 0 5px,#000 0 0 5px;
}
.main1-out span:not(.main1-out span:last-child){
	font-size: 16px;
}
.main1-out span:last-child{
	position: relative;
	font-size: 14px;
}
.main1-out span:last-child::before{
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: 1px;
	left: 0;
	box-shadow: #000 0 0 5px;
}
.main1{
	margin-top: 70px;
	width: 100%;
	max-width: 768px;
	height: 0;
	padding-bottom: 52.08%;
	position: relative;
	overflow: hidden;
	z-index: -9999;
}
.main1 div{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-animation: anime 16s 0s infinite;
	animation: anime 16s linear infinite;
	border:1px solid #333;
}
.main1 div:nth-child(1){
	background-image : url(img/gaikan-1920-new.jpg);
	animation-delay: -2s;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
.main1 div:nth-child(2){
	background-image : url(img/gaikan-1920-new1.jpg);
	animation-delay: 6s;
}
@keyframes anime{
0%{
	opacity: 0;
	transform: scale(1.1);
}
5%{
	opacity: 1;
}
50%{
	opacity: 1;
} 
60%{
	opacity: 0;
	transform: scale(1);
}
100%{
	opacity: 0;
 }
}
-webkit-@keyframes anime{
0%{
	opacity: 0;
	transform: scale(1.1);
}
5%{
	opacity: 1;
}
50%{
	opacity: 1;
} 
60%{
	opacity: 0;
	transform: scale(1);
}
100%{
	opacity: 0;
 }
}
/* 客室案内 */
.main2{
	display: grid;
	align-items: cneter;
	padding: 0px;
	margin: 0 auto;
}
.main2 img{
	width: 100%;
	max-width: 768px;
}
.main2-in1{
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 1px;
	margin-bottom: 30px;
}
.main2-in1 div{
	position: relative;
	display: grid;
}
.main2-in1 div::after{
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	top: 0:
}
.main2-in1 span{
	text-shadow: #222 0 0 5px,#222 0 0 5px,#222 0 0 5px;
}
.main2-in1 span:not(.main2-in1 span span){
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	z-index: 1;
	padding: 10px 1em 0;
	box-sizing: border-box;
	color: #fff;
	font-size: min(3.5vw, 15px);
}
.main2-in1 span span:not(.main2-text1){
	font-size: 17px;
	line-height: 1.2em;
	font-family: 'Arial' , 'Hiragino Sans' , 'MS Gothic' , sans-serif;
}
.main2-text1{
	line-height: 1em;
}
/* 女性専用フロア */
.main3-out{
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	margin: 0 auto 50px;
	position: relative;
}
.main3-out::after{
	position: absolute;
	content: "";
	background-image : url(img/23483615_m.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 80% 20%;
	width: 100%;
	height: 100%;
	left: 0;
	top: 50px;
	z-index: -999;
	clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
	transform: scale(-1,1);
	opacity: 0.7;
}
.main3-in1{
	display: grid;
	grid-temolate-columns: repeat(2, 1fr);
	padding-bottom: 20px;
}
.main3 img{
	display: none;
}
.main3-in1 div:first-child{
	grid-column: 1 / 3;
	order: 3;
}
.main3-img1,.main3-img2{
	height: 0;
	width: 100%;
	padding-bottom: 70%;
}
.main3-img1{
	background-image : url(img/woman-1-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	grid-column: 1;
	order: 1;
}
.main3-img2{
	background-image : url(img/woman-1-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	grid-column: 2;
	order: 2;
}
.main3-in1 div:last-child{
	grid-column: 1 / 3;
	order: 4;
}
.main3-in1 p{
	margin: 0;
}
.main3-in1 div:first-child p{
	padding: 20px 0 10px;
	display: inline-grid;
	grid-template-rows: auto;
	justify-items: start;
	row-gap: 5px;
}
.main3-in1 div:first-child p span{
	padding: 0;
	row-gap: 0.5em;
}
.main3-in1 div:first-child p span{
	padding-left: 0.5em;
}
.main3-in1 div:first-child p span{
	position: relative;
	z-index: 1;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}
.main3-in1 div:first-child p span::after{
	position: absolute;
	content: "";
	background: #d898c3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.7;
}
/* 施設案内 */
.iframe-s{
	margin: -15px auto 0;
	height: 0;
	padding-bottom: 44%;
	width: 100%;
	max-width: 768px;
	position: relative;
}
.iframe-s iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}
.main4{
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 10px 20px 50px;
}
.main4 p{
	margin: 0;
	padding-bottom: 20px;
}
/* お知らせ */
.main5{
	display: flex;
	flex-direction: column;
	margin: -50px auto 0;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.main5::after{
	position: absolute;
	content: "";
	background: #f9f8f8;
	width: 100%;
	left: 0;
	top: 65px;
	height: calc(100% - 65px);
	z-index: -1;
}
.main5 ul{
	display: grid;
	grid-template-columns: 1fr;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
}
.main5 ul li{
	display: grid;
	grid-template-columns: 1fr auto;
}
.main5 ul li{
	border-top: 1px solid #d8d8d8;
	display: flex;
	gap: 0 10px;
	font-size: 14px;
}
.main5 ul li:nth-child(2){
	padding: 15px 0;
}
.main5 ul li a{
	display: flex;
	gap: 0 10px;
	font-size: 14px;
	padding: 15px 0;
	width: 100%;
	position: relative;
}
.main5 ul li a::after{
	position: absolute;
	content: "";
	border-right: 1px solid #545454;
	border-bottom: 1px solid #545454;
	transform: skew(45deg);
	right: 5px;
	bottom: 15px;
	width: 20px;
	height: 4px;
}
.main5 ul li a:hover{
	transition: .3s;
	opacity: 0.8;
}
.main5 img{
	width: 100%;
	max-width: 100px;
}
.main5 span{
	vertical-align: top;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}
.main5-span1{
	display: inline-block;
	border: 1px solid #8b837c;
	font-size: 12px;
	color: #8b837c;
	width: 100%;
	max-width: 12vw;
	min-width: 75px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.6em;
}
/* お知らせボタン */
.main5-in1{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 30px 20px 50px;
	width: 100%;
	max-width: 220px;
}
.main5-in1 a{
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #545454;
	border-radius: 4px;
	width: 100%;
	padding: 5px 10px;
	position: relative;
}
.main5-in1 a:hover{
	opacity: 0.8;
	transition: .3s;
}
.main5-in1 a::after{
	position: absolute;
	content: "";
	border-right: 1px solid #545454;
	border-bottom: 1px solid #545454;
	transform: skew(45deg);
	width: 15px;
	height: 4px;
	right: 10px;
}
/* アクセス */
.main6{
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	padding-bottom: 50px;
}
.main6 iframe{
	position: absolute;
	top: 125px;
	z-index: -1;
	width: 100%;
	height: 370px;
}
.main6-in2{
	padding: 390px 20px 0;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
}
.main6-in2 p{
	margin: 0;
}
.main6-text2{
	display: grid;
	grid-template-columns: 1fr;
}
.main6-btn{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	padding-top: 10px;
}
.main6-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #8b837c;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	padding: 10px;
	position: relative;
}
.main6-btn a::after{
	position: absolute;
	content: "";
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: skew(45deg);
	width: 20px;
	height: 4px;
	right: 10px;
}
.main6-btn a:hover{
	opacity: 0.8;
	transition: .3s;
}
/* 非表示 */
.iframe-o,#facilitie{
	display: none !important;
}
}