@charset "UTF-8";
/* --------------------------------------------------
ikinari
-------------------------------------------------- */

/* --------------------------------------------------

reset

-------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

img,
a {
	vertical-align: top;
	max-width: 100%;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

a:focus,
*:focus {
	outline: none !important;
}

/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End Hack */

/* --------------------------------------------------
fonts
-------------------------------------------------- */



/* --------------------------------------------------
link
-------------------------------------------------- */

a:link {
	color: #003F98;
}

a:visited {
	color: #282828;
	text-decoration: none;
}

a:hover {
	color: #282828;
	text-decoration: none;
}

a:active {
	color: #282828;
	text-decoration: none;
}

a {
	transition: .2s linear;
}

a img {
	transition: opacity .2s ease-out;
}

a:hover img {
	opacity: 0.9;
}

a:focus {
	outline: 1px dotted #ccc;
}

@media screen and (max-width: 800px) {
	a:hover {
		opacity: 1;
	}
}

/* --------------------------------------------------
html
-------------------------------------------------- */

html {
	font-size: 62.5%;
	height: 100%;
}

@media screen and (max-width: 1080px) {
	html {
		font-size: 58.12%;
		/* 1.4rem */
	}
}

@media screen and (max-width: 600px) {
	html {
		font-size: 53.75%;
		/* 1.3rem */
	}
}

@media screen and (max-width: 400px) {
	html {
		font-size: 50%;
		/* 1.2rem */
	}
}

/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	/* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
	font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
	font-size: 1.7rem;
	line-height: 1.6;
	height: 100%;
	min-height: 100%;
	color: #333;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

/* --------------------------------------------------
共通
-------------------------------------------------- */
.inner {
	max-width: 1280px;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.inner {
		max-width: 94%;
	}
}


.pc-only {
	display: block;
}

.sp-only {
	display: none;
}
.pc-txt-center{
	text-align: center;
}

@media screen and (max-width: 840px) {
	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}
	.pc-txt-center{
		text-align: left;
	}
}

/* --------------------------------------------------
header
-------------------------------------------------- */
#header{
	position: relative;
}
#header.top-header{
	background: url(../img/mv_top_pc.jpg)no-repeat center center / cover;
	padding: 8em 0;
}
#header.top-header .logo {
	bottom: -2em;
	left: 4%;
	z-index: 15;
	position: absolute;
	animation: swing 3s linear infinite;
}
#header.top-header .main-copy{
	max-width: 223px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
/* deco */
#header.top-header:before{
	content: "";
	background: url(../img/deco_green.svg)no-repeat center center / contain;
	width: 232px;
	height: 124px;
	display: block;
	position: absolute;
	top: 5%;
	right: 5%;
	transform: rotate(-13deg);
	z-index: 1;
}
#header.top-header:after{
	content: "";
	background: url(../img/deco_orange.svg)no-repeat center center / contain;
	width: 221px;
	height: 118px;
	display: block;
	position: absolute;
	top: 5%;
	left: 5%;
	transform: rotate(-201deg);
	z-index: 1;
}
#header.top-header .inner:before{
	content: "";
	background: url(../img/deco_purple.svg)no-repeat center center / contain;
	width: 221px;
	height: 118px;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	right: 55%;
	bottom: 5%;
	z-index: 1;
}

@media screen and (max-width: 1280px){
	#header.top-header{
		background: url(../img/mv_top_pc.jpg)no-repeat center right / cover;
		padding: 2em 0 15em 0;
	}
}
@media screen and (max-width: 840px){
	#header.top-header:before{
		width: 116px;
		height: 62px;
	}
	#header.top-header:after{
		width: 110.5px;
		height: 59px;
		top: -5%;
		left: 20%;
	}
	#header.top-header .inner:before{
		width: 110.5px;
		height: 59px;
		right: 5%;
	}
	#header.top-header .main-copy{
		margin: 0 auto 0 0;
	}
}

/* 下層ページのheader */

#header.header-wrap{
	display: flex;
}
#header.header-wrap .header-left{
	width: 70%;
}
#header.header-wrap .header-left .header-mv{
	position: relative;
}
#header.header-wrap .header-left .header-mv .logo{
	animation: swing 3s linear infinite;
	position: absolute;
	z-index: 2;
	max-width: 321px;
}
#header.header-wrap.play .header-left .header-mv .logo{
	bottom: 6%;
	left: 2%;
}
#header.header-wrap.eat .header-left .header-mv .logo{
	top: 3%;
	left: 3%;
}
#header.header-wrap.stay .header-left .header-mv .logo{
	bottom: 6%;
	left: 2%;
}
#header.header-wrap .header-left .mask{
	padding-top: 65%;
	position: relative;
}
#header.header-wrap .header-left .mask img{
	width: 100%;
	height: 100%;
	max-width: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: all 0.7s;
	object-fit: cover;
}

#header.header-wrap .header-right{
	width: 30%;
	background: #ccc;
	padding: 2em;
}
#header.header-wrap .header-right .ttl{
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.6rem;
}
#header.header-wrap .header-right >div{
	max-width: 305px;
	width: 20vw;
	min-width: 130px;
	margin: 2em auto;
}
#header.header-wrap .header-right p{
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 0 4rem;
}

#header.header-wrap.play .header-right{
	background: rgb(225,242,224);
	background: linear-gradient(90deg, rgba(225,242,224,1) 0%, rgba(224,243,249,1) 100%);	
}
#header.header-wrap.play .header-right .ttl{
	color: #00AD9B;
}
#header.header-wrap.eat .header-right{
	background: rgb(238,212,199);
	background: linear-gradient(90deg, rgba(238,212,199,1) 0%, rgba(254,254,233,1) 100%);		
}
#header.header-wrap.eat .header-right .ttl{
	color: #E3A462;
}
#header.header-wrap.stay .header-right{
	background: rgb(229,216,246);
	background: linear-gradient(90deg, rgba(229,216,246,1) 0%, rgba(255,230,219,1) 100%);
}
#header.header-wrap.stay .header-right .ttl{
	color: #7086D4;
}

@media screen and (max-width: 1500px){
	
	#header.header-wrap .header-left{
		width: 60%;
	}
	#header.header-wrap .header-left .mask{
		padding-top: 80%;
	}
	#header.header-wrap .header-right{
		width: 40%;
	}
	#header.header-wrap .header-right >div{
		width: 15vw;
	}
	#header .logo img{
		width: 20vw;
	}
}
@media screen and (max-width: 1280px){
	#header .main-copy{
		margin: 0 auto 0 20vw;
	}
	#header .main-copy img{
		width: 16vw;
		min-width: 80px;
	}
	#header.header-wrap .header-right >div{
		width: 12vw;
	}
	#header.header-wrap .header-right p{
		padding: 0;
	}
}
@media screen and (max-width: 1080px) {
	#header.header-wrap{
		display: block;
	}
	#header.header-wrap.play .header-left .header-mv .logo{
		bottom: -5%;
		left: 5%;
	}
	#header .logo img{
		min-width: 140px;
		width: 30vw;
	}
	#header.header-wrap .header-left{
		width: 100%;
	}
	#header.header-wrap .header-left .mask{
		padding-top: 65%;
	}
	#header.header-wrap .header-right{
		width: 100%;
	}
	#header.header-wrap .header-right p{
		padding: 0 4rem;
	}
}
@media screen and (max-width: 600px) {
	#header.header-wrap .header-right p{
		padding: 0;
	}
}


/* --------------------------------------------------
footer
-------------------------------------------------- */
#footer .copy{
	font-size: 1.3rem;
	text-align: center;
	padding: 0.5em 0;
}


/* --------------------------------------------------
animation
-------------------------------------------------- */
@media screen and (min-width: 840px){
	.fadeIn-right {
		animation-name: fade-rotate-right;
		animation-duration:1.5s;
		animation-fill-mode:forwards;
		opacity: 0;
	}
	@keyframes fade-rotate-right{
		from {
			opacity: 0;
			transform: rotateY(270deg);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}

	.fadeIn-left {
		animation-name: fade-rotate-left;
		animation-duration:1.5s;
		animation-fill-mode:forwards;
		opacity: 0;
	}
	@keyframes fade-rotate-left{
		from {
			opacity: 0;
			transform: rotateY(-270deg);
		}
		to {
			opacity: 1;
			transform: none;
		}
	}


	.fadeInUp {
		-webkit-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-duration: 1.8s;
		-ms-animation-duration: 1.8s;
		animation-duration: 1.8s;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
		visibility: visible !important;
		animation-timing-function: ease-out;
	}
	@keyframes fadeInUp {
		0% {
			opacity: 0;
			-webkit-transform: translateY(70px);
			-ms-transform: translateY(70px);
			transform: translateY(70px);
		}
		100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}
	}

	/* 回転 */
	@keyframes rotation{
		0%{ transform:rotate(0);}
		100%{ transform:rotate(360deg); }
	}
	/* --------------------------------------------------
	js-style
	-------------------------------------------------- */
	.fx-col-in li {
		opacity: 0;
	}
	.fx-in,  .fx-down,  .fx-up,  .fx-left,  .fx-right {
		visibility: hidden;
	}
	/* --------------------------------------------------
	カーテン
	-------------------------------------------------- */
	
	/* fx-curtain */
	.fx-curtain figure::before{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #FFF;
		z-index: 2;
		transition: .5s;
	}
	.fx-curtain.show figure::before{
		transform: translateX(100%);
	}
	.fx-curtain img{
		opacity: 0;
		transition: .5s;
	}
	.fx-curtain.show img{
		opacity: 1;
	}
	.fx-curtain .spot-frame:before{
		opacity: 0;
		transition: .5s;
	}
	.fx-curtain.show .spot-frame:before{
		opacity: 1;
	}

}


/* --------------------------------------------------
contents
-------------------------------------------------- */
#contents{
	overflow: hidden;
}

/* top-mv-row */
.top-mv-row {
	padding: 16rem 0;
	position: relative;
}
.top-mv-row .txt-block{
	max-width: 410px;
	margin: 0 auto;
}

.top-mv-row .txt-block >p {
	margin-bottom: 4rem;
	font-weight: 500;
	line-height: 2;
}
.top-mv-row:before{
	content: "";
	background: url(../img/deco_green.svg)no-repeat center center / contain;
	width: 270px;
	height: 144px;
	display: block;
	position: absolute;
	top: 20%;
	right: 5%;
	z-index: -1;
}
.top-mv-row:after{
	content: "";
	background: url(../img/deco_orange.svg)no-repeat center center / contain;
	width: 230px;
	height: 123px;
	display: block;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%) rotate(-145deg);
	z-index: -1;
}
.top-mv-row .txt-block:before{
	content: "";
	background: url(../img/deco_purple.svg)no-repeat center center / contain;
	width: 230px;
	height: 123px;
	display: block;
	position: absolute;
	transform: rotate(145deg);
	right: 5%;
	bottom: 10%;
	z-index: -1;
}
@media screen and (max-width: 840px){
	.top-mv-row{
		padding: 8rem 0;
	}
	.top-mv-row .txt-block {
		padding: 2em;
	}
	.top-mv-row:before{
		width: 135px;
		height: 72px;
	}
	.top-mv-row:after{
		width: 115px;
		height: 61.5px;
	}
	.top-mv-row .txt-block:before{
		width: 115px;
		height: 61.5px;
	}
}

/* bnr-pht-block */
.bnr-pht-block {
	margin-bottom: 20rem;
}
.bnr-pht-block .bnr-pht-ttl{
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
.bnr-pht-block .bnr-pht-ttl:before{
	content: "";
	background: url(../img/ttl_top_active01.svg)no-repeat center center / contain;
	width: 81px;
	height: 87px;
	display: inline-block;
	margin-right: 1em;
}

.bnr-pht-block.play .bnr-pht-ttl:before{
	background: url(../img/ttl_top_active01.svg)no-repeat center center / contain;
}
.bnr-pht-block.eat .bnr-pht-ttl:before{
	background: url(../img/ttl_top_active02.svg)no-repeat center center / contain;
}
.bnr-pht-block.stay .bnr-pht-ttl:before{
	background: url(../img/ttl_top_active03.svg)no-repeat center center / contain;
}
.bnr-pht-block a{
	text-decoration: none;
	position: relative;
	display: block;
}
.bnr-pht-block a .bnr-pht{
	width: 70%;
	z-index: -1;
	margin-bottom: 0;
	overflow: hidden;
}
.bnr-pht-block a .bnr-pht img{
	transition: all 0.3s;
}
.bnr-pht-block a .bnr-txt{
	width: 60%;
	margin: 0 0 0 auto;
	color: #333;
	background: #ccc;
	position: absolute;
	bottom: -2em;
	right: 0;
	padding: 5.6rem 7.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 2;
}
.bnr-pht-block a .bnr-txt >div:first-child{
	width: 50%;
}
.bnr-pht-block a .bnr-txt >div:last-child{
	width: 45%;
}
.bnr-pht-block a .bnr-txt >div:first-child img{
	width: 270px;
}
.bnr-pht-block a .bnr-txt .bnr-pht-arrow{
	color: #FFF;
	background: #00AD9B;
	border-radius: 30px;
	font-size: 1.8rem;
	text-align: center;
	padding: .8em 1em;
	margin: 4.0rem 0 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.bnr-pht-block a .bnr-txt .bnr-pht-arrow::before {
	content: "";
    width: 110%;
    height: 110%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    z-index: -1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.bnr-pht-block a .bnr-txt .bnr-pht-arrow:after {
	content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%) rotateZ(45deg);
}

.bnr-pht-block.play a .bnr-txt{
	background: rgb(225,242,224);
	background: linear-gradient(90deg, rgba(225,242,224,1) 0%, rgba(224,243,249,1) 100%);	
}
.bnr-pht-block.play a .bnr-txt .bnr-pht-arrow{
	background: #00AD9B;
}
.bnr-pht-block.eat a .bnr-txt{
	background: rgb(238,212,199);
	background: linear-gradient(90deg, rgba(238,212,199,1) 0%, rgba(254,254,233,1) 100%);		
}
.bnr-pht-block.eat a .bnr-txt .bnr-pht-arrow{
	background: #E3A462;
}
.bnr-pht-block.stay a .bnr-txt{
	background: rgb(229,216,246);
	background: linear-gradient(90deg, rgba(229,216,246,1) 0%, rgba(255,230,219,1) 100%);
}
.bnr-pht-block.stay a .bnr-txt .bnr-pht-arrow{
	background: #7086D4;
}
.bnr-pht-block a:hover img{
	opacity: 1;
	transform: scale(1.1);
}
.bnr-pht-block a:hover .bnr-txt >div:first-child img{
	animation: swing 3s linear infinite;
}
.bnr-pht-block a:hover .bnr-txt .bnr-pht-arrow::before{
    -webkit-transform: none;
    transform: none;
}
.bnr-pht-block.next {
	margin-top: 4em;
}

@keyframes swing {
	0% {	transform: rotate(0);}
	25% {	transform: rotate(20deg);}
	75% {	transform: rotate(-20deg);}
	100% {	transform: rotate(0);}
}


@media screen and (max-width: 1320px) and (min-width: 1081px) {
	.bnr-pht-block a .bnr-txt{
		width: 40%;
		display: block;
		padding: 4rem;
	}
	.bnr-pht-block a .bnr-txt >div:first-child{
		text-align: center;
		margin: 0 auto 1rem;
	}
	.bnr-pht-block a .bnr-txt >div:last-child{
		width: 100%;
	}
}

@media screen and (max-width: 1080px){
	.bnr-pht-block {
		margin-bottom: 10rem;
	}
	.bnr-pht-block a .bnr-pht{
		width: 80%;
	}
	.bnr-pht-block a .bnr-txt{
		width: 80%;
		position: relative;
		margin-top: -8em;
		padding: 4rem;
	}
	.bnr-pht-block a .bnr-txt >div:first-child{
		width: 30%;
	}
	.bnr-pht-block a .bnr-txt >div:last-child{
		width: 60%;
	}
	.bnr-pht-block a .bnr-txt >div:first-child img{
		width: 180px;
	}
}
@media screen and (max-width: 600px){
	.bnr-pht-block .bnr-pht-ttl:before{
		width: 61px;
		height: 67px;
	}
	.bnr-pht-block a .bnr-pht{
		width: 90%;
	}
	.bnr-pht-block a .bnr-txt{
		width: 90%;
		position: relative;
		margin-top: -4em;
		display: block;
		text-align: center;
	}
	.bnr-pht-block a .bnr-txt p{
		text-align: left;
	}
	.bnr-pht-block a .bnr-txt >div:first-child{
		width: 100%;
		margin-bottom: 2rem;
	}
	.bnr-pht-block a .bnr-txt >div:last-child{
		width: 100%;
	}
	.bnr-pht-block a .bnr-txt >div:first-child img{
		width: 40%;
		max-width: 180px;
	}
	
}



/* pht-wide */
.pht-wide{
	position: relative;
}
.pht-wide .txt-activerest{
	position: absolute;
	top: -15%;
	z-index: 10;
	animation: rotation 30s linear infinite;
}
.pht-wide.right .txt-activerest{
	right: 5%;
}
.pht-wide.left .txt-activerest{
	left: 5%;
}
.pht-wide.right{
	margin-right: calc(50% - 50vw);
}
.pht-wide.left{
	margin-left: calc(50% - 50vw);
}
.pht-wide figure{
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}

.pht-wide figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* spot-row */
.spot-row{
	display: flex;
	padding-top: 12em;
	margin-right: calc(50% - 50vw);
	position: relative;
}
.spot-sec01 .spot-row{
	padding-top: 6em;
}
.spot-row:before{
	content: "";
	background: url(../img/deco_green_l.svg)no-repeat center center / contain;
	width: 294px;
	height: 119px;
	display: block;
	position: absolute;
	top: 3em;
	right: 5%;
	z-index: 1;
}
.play .spot-row:before{
	background: url(../img/deco_green_l.svg)no-repeat center center / contain;
}
.eat .spot-row:before{
	background: url(../img/deco_orange_l.svg)no-repeat center center / contain;
}
.stay .spot-row:before{
	background: url(../img/deco_purple_l.svg)no-repeat center center / contain;
}
.spot-sec01 .spot-row:before{
	content: none;
}
.spot-row.reverse{
	flex-direction: row-reverse;
	margin-right: auto;
	margin-left: calc(50% - 50vw);
}

.spot-row >div{
	width: 30%;
	position: relative;
}

.spot-row >div:nth-child(2){
	width: 70%;
	position: relative;
}
.spot-row >div:first-child figure{
	margin-top: 4em;
}
.spot-row .ttl-spot{
	font-size: 3.3rem;
	margin-bottom: 1em;
	padding: 0 1em;
	height: 100%;
}
.spot-row .ttl-spot:after{
	content: "";
	background: url(../img/deco_green.svg)no-repeat center center / contain;
	width: 232px;
	height: 124px;
	display: block;
	position: absolute;
	left: -5%;
	bottom: -15%;
	z-index: -1;
}
.play .spot-row .ttl-spot:after{
	background: url(../img/deco_green.svg)no-repeat center center / contain;
}
.eat .spot-row .ttl-spot:after{
	background: url(../img/deco_orange.svg)no-repeat center center / contain;
}
.stay .spot-row .ttl-spot:after{
	background: url(../img/deco_purple.svg)no-repeat center center / contain;
}
.spot-row .ttl-spot span{
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
.spot-row .ttl-spot h3{
	color: #333;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.06em;
	position: relative;
}
.spot-row .ttl-spot ruby rt{
	text-align: center;
}

.spot-row >div:nth-child(2) figure{
	position: relative;
	padding-top: 56%;
	overflow: hidden;
}

.spot-row >div:nth-child(2) figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1350px) {
	.spot-row .ttl-spot{
		font-size: 2.4rem;
		padding: 0 1em;
	}
}
@media screen and (max-width: 1080px) {
	.spot-row{
		padding-top: 5em;
	}
	.spot-row:before{
		width: 230px;
		height: 95px;
	}
	.spot-row{
		display: block;
		margin-right: auto;
	}
	.spot-row.reverse{
		margin-left: auto;
	}
	.spot-row >div,
	.spot-row >div:nth-child(2){
		width: 100%;
	}
}
@media screen and (max-width: 840px) {
	
	.spot-row{
		padding-top: 3em;
	}
	.spot-sec01 .spot-row{
		padding-top: 2em;
	}
	.spot-row:before{
		content: none;
	}
	.spot-row .ttl-spot{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.spot-row .ttl-spot .ttl-step{
		order: 2;
		margin-bottom: 0;
		margin-right: 1em;
	}
	.spot-row .ttl-spot .ttl-step img{
		width: 40px;
	}
	.spot-row .ttl-spot .ttl-icon{
		order: 1;
		width: 100%;
	}
	.spot-row .ttl-spot .ttl-icon img{
		width: 20vw;
		max-width: 70px;
	}
	.spot-row .ttl-spot h3{
		text-align: left;
		order: 3;
	}
	.spot-row .ttl-spot:after{
		width: 116px;
		height: 62px;
		left: 70%;
		bottom: 10%;
	}
}
/* spot-detail-row */
.spot-detail-row{
	display: flex;
	justify-content: space-between;
	margin: 0 calc(50% - 50vw) 5em;
}
.spot-detail-row.reverse{
	flex-direction: row-reverse;
}
.spot-detail-row >div{
	width: 50%;
	position: relative;
}
.spot-detail-row >div:nth-child(2){
	width: 45%;
	position: relative;
	background: #FFF;
	padding: 3em 8em 3em 6em;
	margin-top: -3em;
}
.spot-detail-row >div:first-child figure{
	position: relative;
	padding-top: 109%;
	overflow: hidden;
	margin-top: 8em;
}
.spot-detail-row >div:first-child figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spot-detail-row >div:nth-child(2):before{
	content: "";
	background: url(../img/deco_logo.svg)no-repeat center center / contain;
	width: 290px;
	height: 290px;
	display: block;
	position: absolute;
	right: -10%;
	bottom: 0;
	z-index: -1;
}
.spot-detail-row >div:nth-child(2):after{
	content: "";
	background: url(../img/deco_green.svg)no-repeat center center / contain;
	width: 232px;
	height: 124px;
	display: block;
	position: absolute;
	left: 5%;
	bottom: 10%;
	transform: rotate(178deg);
	z-index: -1;
}
.play .spot-detail-row >div:nth-child(2):after{
	background: url(../img/deco_green.svg)no-repeat center center / contain;
}
.eat .spot-detail-row >div:nth-child(2):after{
	background: url(../img/deco_orange.svg)no-repeat center center / contain;
}
.stay .spot-detail-row >div:nth-child(2):after{
	background: url(../img/deco_purple.svg)no-repeat center center / contain;
}
.spot-detail-row.add-address >div:nth-child(2):after{
	display: none;
}

.spot-detail-row .ttl-spot{
	font-size: 2.7rem;
	margin-bottom: 1em;
	color: #333;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	position: relative;
	padding-bottom: 1em;
	border-bottom: 1px solid #ACA0A0;
}

.spot-detail-row .txt > p{
	margin-bottom: 2em;
	line-height: 2;
}

@media screen and (max-width: 1350px) {
	.spot-detail-row >div:nth-child(2){
		width: 50%;
		padding: 3em;
	}
}

@media screen and (max-width: 840px) {
	.spot-detail-row{
		display: flex;
		flex-direction: column-reverse;
		margin-right: auto;
	}
	.spot-detail-row.reverse{
		margin-left: auto;
	}
	.spot-detail-row >div,
	.spot-detail-row >div:nth-child(2){
		width: 100%;
		margin-top: 0;
	}
	.spot-detail-row >div:nth-child(2){
		padding: 4em 2em;
		background: none;
	}
	.spot-detail-row >div:nth-child(2):before{
		width: 160px;
		height: 160px;
	}
	.spot-detail-row >div:nth-child(2):after{
		width: 116px;
		height: 62px;
		bottom: 0;
		left: 0;
	}
	.spot-detail-row >div:first-child figure{
		margin-top: 2em;
	}
	.spot-detail-row .ttl-spot{
		font-size: 2.4rem;
	}
	.spot-detail-row >div:nth-child(2) .address-row{
		margin-bottom: 5em;
	}
}



/* spot-info-row */
.spot-info-row{
	display: flex;
	justify-content: space-between;
	margin-right: calc(50% - 50vw);
}
.spot-sec01.stay .spot-info-row{
	padding-bottom: 6em;
}
.spot-info-row.reverse{
	flex-direction: row-reverse;
	margin-right: auto;
	margin-left: calc(50% - 50vw);
}
.spot-info-row >div{
	width: 35%;
	position: relative;
}
.spot-info-row >div:first-child{
	padding: 0 4em 4em;
}
.spot-info-row >div:nth-child(2){
	width: 68%;
	position: relative;
}
.spot-info-row .ttl-spot{
	font-size: 3.3rem;
	margin-bottom: 1em;
}
.spot-info-row .ttl-spot h3{
	color: #333;
	font-weight: 500;
	letter-spacing: 0.15em;
	position: relative;
}
.spot-info-row >div:first-child figure{
	padding: 1.5em 2em;
}
.spot-info-row >div:nth-child(2) .spot-frame{
	position: relative;
}
.spot-info-row >div:nth-child(2) .spot-frame:before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 10%;
	bottom: -12%;
	background: rgb(225,242,224);
	background: linear-gradient(90deg, rgba(225,242,224,1) 0%, rgba(224,243,249,1) 100%);
}
.play .spot-info-row >div:nth-child(2) .spot-frame:before{
	background: rgb(225,242,224);
	background: linear-gradient(90deg, rgba(225,242,224,1) 0%, rgba(224,243,249,1) 100%);
}
.eat .spot-info-row >div:nth-child(2) .spot-frame:before{
	background: rgb(238,212,199);
	background: linear-gradient(90deg, rgba(238,212,199,1) 0%, rgba(254,254,233,1) 100%);	
}
.stay .spot-info-row >div:nth-child(2) .spot-frame:before{
	background: rgb(229,216,246);
	background: linear-gradient(90deg, rgba(229,216,246,1) 0%, rgba(255,230,219,1) 100%);
}
.spot-info-row >div:nth-child(2) figure{
	position: relative;
	padding-top: 56%;
	overflow: hidden;
}
.spot-info-row >div:nth-child(2) figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spot-sec02.eat .spot-info-row >div:nth-child(2) .spot-frame:before{
	content: none;
}
.spot-sec02.eat .spot-info-row >div:nth-child(2) figure{
    margin: -10em 0 0 -10em;
}
.spot-sec02.eat .spot-info-row >div:nth-child(2) figure img{
	object-fit: contain;
}

@media screen and (max-width: 1350px) {
	.spot-sec01.stay .spot-info-row{
		padding-bottom: 0;
	}
	.spot-info-row >div{
		width: 50%;
	}
	.spot-info-row >div:first-child{
		padding: 0 4em 4em;
	}
	.spot-sec02.eat .spot-info-row >div:nth-child(2) figure{
		margin: 0;
	}
}
@media screen and (max-width: 1080px) {
	.spot-info-row{
		display: block;
		margin-right: auto;
	}
	.spot-info-row.reverse{
		margin-left: auto;
	}
	.spot-info-row >div,
	.spot-info-row >div:nth-child(2){
		width: 100%;
	}
	.spot-info-row >div:nth-child(2){
		margin-bottom: 8em;
	}
	.spot-info-row >div:first-child{
		display: flex;
		align-items: center;
		padding: 0;
		margin-bottom: 2em;
	}
	.spot-info-row >div:first-child figure{
		width: 50%;
		max-width: 300px;
		text-align: center;
	}
	.spot-info-row >div:first-child .address-row{
		width: 50%;
	}
}

@media screen and (max-width: 840px){
	.spot-info-row >div:first-child figure{
		width: 40%;
	}
	.spot-info-row >div:first-child .address-row{
		width: 60%;
	}
}

@media screen and (max-width: 450px) {
	.spot-info-row >div:first-child{
		display: block;
	}
	.spot-info-row >div:first-child figure{
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
	}
	.spot-info-row >div:first-child .address-row{
		width: 100%;
	}
	.spot-info-row >div:nth-child(2){
		margin-bottom: 4em;
	}
}


/* pickup-area */
.pickup-area {
	background: rgb(225,242,224);
	background: linear-gradient(90deg, rgba(225,242,224,1) 0%, rgba(224,243,249,1) 100%);
	padding: 6em 2em;
}
.play .pickup-area {
	background: rgb(225,242,224);
	background: linear-gradient(90deg, rgba(225,242,224,1) 0%, rgba(224,243,249,1) 100%);
}
.eat .pickup-area {
	background: rgb(238,212,199);
	background: linear-gradient(90deg, rgba(238,212,199,1) 0%, rgba(254,254,233,1) 100%);	
}
.stay .pickup-area {
	background: rgb(229,216,246);
	background: linear-gradient(90deg, rgba(229,216,246,1) 0%, rgba(255,230,219,1) 100%);
}
.pickup-area .inner{
	background: #FFF;
	padding: 3em;
	position: relative;
}
.pickup-area .inner::before,
.pickup-area .inner::after{
	content: "";
	width: 1px;
	height: calc(100% - 6em);
	display: block;
	background: #707070;
	position: absolute;
	top: 3em;
}
.pickup-area .inner::before{
	left: 3em;
}
.pickup-area .inner::after{
	right: 3em;
}
.pickup-area .pickup-ttl{
	color: #00AD9B;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	padding: 0 1em;
	margin: 1.5em auto 1em;
}
.play .pickup-area .pickup-ttl{
	color: #00AD9B;
}
.eat .pickup-area .pickup-ttl{
	color: #E3A462;
}
.stay .pickup-area .pickup-ttl{
	color: #7086D4;
}
.pickup-wrap::before,
.pickup-wrap::after{
	content: "";
	width: calc(90% - 6em);
	height: 1px;
	display: block;
	background: #707070;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.pickup-wrap::before{
	top: 3em;
}
.pickup-wrap::after{
	bottom: 3em;
}
.pickup-blok{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
	position: relative;
}
.pickup-blok figure{
	width: 40%;
	max-width: 400px;
	overflow: hidden;
	margin-right: 10%;
}

.pickup-blok .pickup-txt{
	width: 40%;
}
.pickup-blok .pickup-txt > p{
	color: #5D4B65;
	font-size: 1.7rem;
	line-height: 2;
	margin-bottom: 2em;
}
.pickup-blok .address-row .address-info dd{
	font-weight: 500;
}
@media screen and (max-width: 1080px) {
	.pickup-blok .pickup-txt{
		width: 100%;
		padding: 3em 1.5em 1em;
	}
	.pickup-blok figure{
		margin-right: 0;
	}
}
@media screen and (max-width: 840px){
	.pickup-area {
		padding: 2em 1em;
		margin: 8em auto 0;
	}
	.pickup-area .inner{
		padding: 2.5em;
	}
	.pickup-area .inner::before{
		left: 1em;
	}
	.pickup-area .inner::after{
		right: 1em;
	}
	.pickup-area .pickup-ttl{
		font-size: 2.4rem;
		padding: 0;
		margin: 1em auto 1.5em;
	}
	.pickup-wrap::before,
	.pickup-wrap::after{
		width: calc(90% - 2em);
	}
	.pickup-wrap::before{
		top: 1em;
	}
	.pickup-wrap::after{
		bottom: 1em;
	}
	.pickup-blok{
		margin-bottom: 0;
	}
	.pickup-blok figure{
		width: 70%;
		max-width: 280px;
	}
	.pickup-blok figure img{
		height: auto;
	}
	.pickup-blok .pickup-txt{
		padding: 3em 0 0;
	}
}


/* adress-row */
.address-row{
	padding: 1.5em 2em;
	position: relative;
}
.address-row.bg-gray{
	background: #F1F1F1;
	padding: 1.5em 2em;
}
.address-row.bg-border{
	background: #FFF;
	border: 1px solid #707070;
	padding: 1.5em 2em;
}
.address-row .address-inner{
	position: relative;
	z-index: 2;
}
.address-row .address-ttl{
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 1em;
}
.address-row .address-info{
	font-size: 1.3rem;
	line-height: 2;
	display: flex;
	flex-wrap: wrap;
}
.address-row.bg-gray .address-info{
	font-weight: 500;
}

.address-row .address-info dt{
	position: relative;
	width: 6em;
	font-weight: 500;
}
.address-row .address-info dd{
	width: calc(100% - 6em);
}

.address-row .list-mark{
	font-size: 1.2rem;
    position: relative;
    padding-left: 1.5em;
    margin: 1.6rem 0;
}
.address-row .list-mark li{
	margin-bottom: 1em;
}
.address-row .list-mark li .mark{
	position: absolute;
	left: 0;
}
.address-row .address-btn a{
	background: #EBEDF0;
	display: inline-block;
	border-radius: 33px;
	font-size: 1.3rem;
	text-decoration: none;
	padding: 0.5em 2em;
	margin-top: 1em;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.address-row.bg-gray .address-btn a{
	background: #FFF;
}
.address-row .address-btn a::before {
	content: "";
    width: 110%;
    height: 110%;
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    background: #333;
    z-index: -1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.play .address-row .address-btn a::before {
    background: #00AD9B;
}
.eat .address-row .address-btn a::before {
    background: #E3A462;
}
.stay .address-row .address-btn a::before {
    background: #7086D4;
}
.address-row .address-btn a:hover{
	color: #FFF;
}
.address-row .address-btn a:hover::before{
    -webkit-transform: none;
    transform: none;
}
.address-row.deco:after{
	content: "";
	background: url(../img/deco_green.svg)no-repeat center center / contain;
	width: 232px;
	height: 124px;
	display: block;
	position: absolute;
	left: -20%;
	bottom: 15%;
	transform: rotate(178deg);
	z-index: 1;
}
.play .address-row.deco:after{
	background: url(../img/deco_green.svg)no-repeat center center / contain;
}
.eat .address-row.deco:after{
	background: url(../img/deco_orange.svg)no-repeat center center / contain;
}
.stay .address-row.deco:after{
	background: url(../img/deco_purple.svg)no-repeat center center / contain;
}

@media screen and (max-width: 840px){
	.address-row >div{
		width: 100%;
	}
	.address-row .address-ttl{
		font-size: 1.6rem;
	}
	.address-row .address-info{
		font-size: 1.6rem;
	}
	.address-row .list-mark{
		font-size: 1.4rem;
	}
	.address-row.deco:after{
		width: 116px;
		height: 62px;
		bottom: -30%;
		left: -5%;
	}
}