@charset 'utf-8';

@import url("vegas.min.css");

header img, article img, footer img {
	max-width: 100%;
	height: auto;
}
.menu-wrap.copy {
	display: none !important;
}

/* ------ Slider ------ */
.slick-slider {
	position: relative;
	z-index: 1;
	display: block;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.draggable {
	cursor: grab;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	overflow: hidden;
	opacity: 1 !important;
}
.slick-slide {
	height: auto;
	min-height: 1px;
	opacity: 1 !important;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	height: auto;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-prev:hover, .slick-next:hover {
	color: transparent;
	outline: none;
}
.slick-prev:hover:before, .slick-next:hover:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
}
.slick-next, .slick-prev {
	position: absolute;
	z-index: 1;
	top: 11.5rem;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	background-color: #b81c22;
}
.slick-next:hover, .slick-prev:hover {
	opacity: 0.8;
}
.slick-next i, .slick-prev i {
	font-size: 1.4rem;
	line-height: 1em;
	margin: 0;
	color: #fff;
}

/* ------ Loading ------ */
@-webkit-keyframes load_preloader {
	0% {
		background-color: rgba(34, 34, 34, 1);
	}
	100% {
		background-color: transparent;
	}
}
@keyframes load_preloader {
	0% {
		background-color: rgba(34, 34, 34, 1);
	}
	100% {
		background-color: transparent;
	}
}
@-webkit-keyframes load_logo {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes load_logo {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
body {
	background-color: rgba(34, 34, 34, 1);
}
#preloader {
	position: fixed;
	z-index: 99998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	height: 100%;
	-webkit-animation: load_preloader 0s linear both;
	animation: load_preloader 0s linear both;
}
.loader_logo {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	left: 0;
	width: 42.8rem;
	margin: -19.9rem auto 0;
	-webkit-animation: load_logo 1s linear both;
	animation: load_logo 1s linear both;
	opacity: 0;
}
@media only screen and (max-width: 750px) {
	.loader_logo {
		width: 4.28rem;
		margin: -1.99rem auto 0;
	}
}
#preloader .split {
	width: 100%;
	height: 100%;
}
#preloader .split div {
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.5s cubic-bezier(0.545, 0.080, 0.520, 0.975) 0s;
	transition: all 0.5s cubic-bezier(0.545, 0.080, 0.520, 0.975) 0s;
	-webkit-transform: rotateY(0deg) scale(1);
	transform: rotateY(0deg) scale(1);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	opacity: 1;
	background-color: rgba(34, 34, 34, 1);
	background-repeat: no-repeat;
}
#preloader .split.active div {
	-webkit-transition: all 0.5s cubic-bezier(0.545, 0.080, 0.520, 0.975) 0s;
	transition: all 0.5s cubic-bezier(0.545, 0.080, 0.520, 0.975) 0s;
	-webkit-transform: rotateY(-50deg) scale(0);
	transform: rotateY(-50deg) scale(0);
	opacity: 0;
}
.vegas-container {
	position: fixed !important;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.vegas-overlay {
	background-color: transparent;
	background-repeat: repeat;
	background-position: 0 0;
	background-size: 2px;
}

/*■ PC : 751px < Window Size ■*/
@media print, screen and (min-width: 751px) {
/*
	#nav-header .theader .scroll {
		margin-top: 6rem;
		margin-left: 1.1rem;
	}
*/
	#container .container {
		margin-top: 0;
	}
	section {
		position: relative;
		z-index: 1;
	}
	#top_home {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 100vh;
		vertical-align: top;
		background-color: transparent;
		background-repeat: repeat;
		background-position: 0 0;
		background-size: auto;
	}
	#top_home .scroll {
		position: absolute;
		bottom: 12.2rem;
		left: 1.9rem;
	}
/*
	#top_home .bnr_pointcard{
		position: absolute;
		bottom: 10rem;
		left: 2rem;
		z-index: 0;
	}
*/
	.top_logo {
		line-height: 1em;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 0;
		left: 0;
		width: 42.8rem;
		height: auto;
		margin: 0;
		margin: -19.9rem auto 0;
	}
	.top_logo img {
		width: 100%;
	}
	.top_text {
		line-height: 1em;
		position: absolute;
		z-index: 1;
		top: 4.2rem;
		right: 3.9rem;
		margin: 0;
		letter-spacing: 0;
	}
	.top_text img {
		width: 100%;
	}
	#begin {
		background-color: #f2f2eb;
	}
	#begin .txt {}
	#begin .txt h3 {
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.3em;
		display: block;
		display: block;
		margin-bottom: 2rem;
		letter-spacing: 0.05em;
		color: #222;
	}
	#begin .txt p {
		font-size: 1.4rem;
		line-height: 1.7em;
		letter-spacing: 0;
	}
	#begin .inner {
		/*padding-top: 6rem;*/
		padding-top: 0;
		padding-bottom: 5.6rem;
		text-align: center;
	}

	#begin #ticker {
		overflow: hidden;
		width: 100%;
	}
	#begin #ticker .slick-slide img {
		width: 100%;
	}
	#plan {
		background-color: #222;
	}
	#plan .m_ttl {}
	#plan .plan01 {
		margin-bottom: 12rem;
	}
	#plan .plan01 .inner {
		padding-bottom: 6.2rem;
	}
	#plan_slider01 {
		position: relative;
		max-width: 1170px;
		margin: 0 auto 5.4rem;
	}
	#plan_slider01 .slick-slide {
		margin: 0 1.5rem;
	}
	#plan_slider01 .slick-slide a {
		display:block;
	}
	#plan_slider01 .slick-slide a .img {
		vertical-align:top;
		max-width: 36rem;
	}
	#plan_slider01 .slick-slide .txt {
		margin-top: 2.5rem;
		text-align: center;
		color: #fff;
	}
	#plan_slider01 .slick-slide .txt h3 {
		font-size: 1.8rem;
		line-height: 1.3em;
		margin-bottom: 1rem;
		letter-spacing: 0;
		color: #fff;
	}
	#plan_slider01 .slick-slide .txt p {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		justify-content: center;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		color: #fff;
	}
	#plan_slider01 .slick-slide .txt p .num {
		font-size: 1.8rem;
		line-height: 1.2em;
		letter-spacing: 0;
	}
	#plan_slider01 .slick-slide .txt p .tax {
		font-size: 1.4rem;
		line-height: 1.8em;
		margin-right: 0.2rem;
		letter-spacing: 0;
	}
	#plan .plan02 {
		position: relative;
	}
	#plan .plan02 .inner {
		position: relative;
		padding-top: 0;
		padding-bottom: 0;
	}
	#plan_slider02 {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: calc(50% + 14rem);
	}
	#plan_slider02 .slick-slide {
		margin: 0 1rem;
	}
	#plan_slider02 .slick-slide .img {
		max-width: 46rem;
	}
	#plan .plan02 .txt_area {
		position: relative;
		z-index: 1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 43rem;
		margin: 0 0 0 auto;
		padding-bottom: 20rem;
		padding-left: 4rem;
		background-color: #222;
	}
	#plan .plan02 .txt_area h2 {
		font-size: 3.2rem;
		line-height: 1em;
		margin-bottom: 3.6rem;
		letter-spacing: 0;
		color: #fff;
	}
	#plan .plan02 .txt_area p {
		font-size: 1.4rem;
		line-height: 1.7em;
		margin-bottom: 3.7rem;
		letter-spacing: 0;
		color: #fff;
	}
	#plan .plan02 .txt_area .btn_area {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#plan .plan02 .txt_area .btn_area .btn_min {
		margin: 0 2rem 0 0;
	}
	#plan .plan02 .txt_area .btn_area .btn_min:last-child {
		margin-right: 0;
	}
	#cuisine {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
		width: 100%;
		background-color: #222;
	}
	#cuisine .cuisine_box {
		position: relative;
		width: 25%;
	}
	#cuisine .cuisine_box .txt {
		position: absolute;
		z-index: 2;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
		align-items: center;
		-webkit-align-items: center;
		margin: 0 auto;
	}
	#cuisine .cuisine_box .txt:after {
		display: block;
		padding-top: 16.8%;
		content: '';
	}
	#cuisine .cuisine_box .txt .season {
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1em;
		margin-bottom: 1.1rem;
		letter-spacing: 0;
		color: #fff;
	}
	#cuisine .cuisine_box .txt .ttl {
		font-size: 1.8rem;
		line-height: 1em;
		letter-spacing: 0;
		color: #fff;
	}
	#cuisine .cuisine_box .slider .slick-slide .img {
		overflow: hidden;
		width: 100%;
		max-width: none;
	}
	#cuisine .cuisine_box .slider .slick-slide .img img {
		width: 100%;
		-webkit-transition: -webkit-transform 0.5s;
		-moz-transition: -moz-transform 0.5s;
		-ms-transition: -ms-transform 0.5s;
		transition: transform 0.5s;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	#cuisine .cuisine_box:hover .slider .slick-slide .img img {
		-webkit-transform: translate3d(0, 0, 0) scale(1.1);
		-moz-transform: translate3d(0, 0, 0) scale(1.1);
		-ms-transform: translate3d(0, 0, 0) scale(1.1);
		transform: translate3d(0, 0, 0) scale(1.1);
	}
	#space {
		width: 100%;
		background-color: #f2f2eb;
	}
	#space .space01 {
		padding-bottom: 6rem;
	}
	#space .space01 .m_ttl {}
	#space .space01 .m_ttl .jp, #space .space01 .m_ttl .en {
		color: #222;
	}
	#space .space02 {
		position: relative;
	}
	#space .space02 .bg_img {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: calc(50% + 14rem);
		height: 66rem;
		background-color: transparent;
		background-image: url(../../img/home/space01_pc.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		background-size: cover;
	}
	#space .space02 .inner {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
		padding-top: 0;
		padding-bottom: 0;
	}
	#space .space02 .txt_area {
		position: relative;
		z-index: 1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 43rem;
		margin: 0 0 0 auto;
		padding-bottom: 44rem;
		padding-left: 4rem;
		background-color: #f2f2eb;
	}
	#space .space02 .txt_area .img {
		margin-bottom: 3.5rem;
	}
	#space .space02 .txt_area h3 {
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 1.35em;
		margin-bottom: 3rem;
		letter-spacing: 0;
		color: #222;
	}
	#space .space02 .txt_area p {
		font-size: 1.4rem;
		line-height: 1.7em;
		margin-bottom: 3.6rem;
		letter-spacing: 0;
		color: #222;
	}
	#space .space02 .txt_area .btn_area {}
	#space .space02 .txt_area .btn_area .btn_def {
		margin: 0 auto 0 0;
	}
	#space .space02 .sub_img {
		position: absolute;
		z-index: 2;
		right: 0;
		bottom: 12rem;
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#space .space02 .sub_img li {
		display: block;
		width: 36rem;
		margin-left: 2rem;
	}
	#space .space02 .sub_img li:first-child {
		margin-left: 0;
	}
	#space .space02 .sub_img li img {
		width: 100%;
	}
}

#begin .travel_banner{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	margin-bottom: 5.6rem;
}
/*■ PC : 1401px < Window Size ■*/
@media print, screen and (min-width: 1401px) {
	#cuisine .cuisine_box .txt:after {
		padding-top: 5.8rem;
	}
}
/*■ PC : 751px < 1190px ■*/
@media print, screen and (max-width: 1190px) and (min-width: 751px) {
	#plan_slider01 {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}
}
/*■ PC : 751px < 1180px ■*/
@media print, screen and (max-width: 1180px) and (min-width: 751px) {
	#space .space02 .bg_img {
		width: calc(100% - 45rem);
	}
}
/*■ PC : 751px < 1160px ■*/
@media print, screen and (max-width: 1160px) and (min-width: 751px) {
	#space .space02 .sub_img {
		right: auto;
		left: 2rem;
	}
}
/*■ Mobile (Low Res) : 750px > 0 ■*/
@media only screen and (max-width: 750px) {
	body, header, #top_home {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	#top_home {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 100vh;
		vertical-align: top;
		background-color: transparent;
		background-repeat: repeat;
		background-position: 0 0;
		background-size: auto;
	}
	#top_home .scroll {
		position: absolute;
		bottom:2.3rem;
		left: 0.25rem;
		width: 0.26rem;
		height: auto;
	}
	.top_logo {
		line-height: 1em;
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 0;
		left: 0;
		width: 5.98rem;
		height: auto;
		margin: 0;
		margin: -2.9rem auto 0;
	}
	.top_logo img {
		width: 100%;
	}
	.top_text {
		line-height: 1em;
		position: absolute;
		z-index: 1;
		top: 0.24rem;
		left: 0.25rem;
		width: 0.61rem;
		margin: 0;
		letter-spacing: 0;
	}
	.top_text img {
		width: 100%;
	}
	#begin {
		width: 100%;
	}
	#begin .inbox{
		width: 100%;
		background-color: #f2f2eb;
	}
	#begin .txt {}
	#begin .txt h3 {
		font-size: 0.36rem;
		font-weight: bold;
		line-height: 1.3em;
		display: block;
		display: block;
		margin-bottom: 44px;
		letter-spacing: 0.05em;
		color: #222;
	}
	#begin .txt p {
		font-size: 0.26rem;
		line-height: 1.4em;
		letter-spacing: 0;
	}
	#begin .inner {
		/*padding-top: 0.6rem;*/
		padding-top: 0;
		padding-bottom: 0.55rem;
		text-align: center;
	}

	#begin .travel_banner{
		margin-bottom: 0.52rem;
	}

	#begin #ticker {
		overflow: hidden;
		width: 100%;
	}
	#begin #ticker .slick-slide img {
		width: 2.5rem;
		height: 2.5rem;
	}
	#plan {
		background-color: #222;
	}
	#plan .m_ttl {}
	#plan .plan01 {
		margin-bottom: 1.2rem;
	}
	#plan .plan01 .inner {
		padding-top: 0.59rem;
		padding-bottom: 0.64rem;
	}
	#plan_slider01 {
		position: relative;
		max-width: 100%;
		margin: 0 auto 0.5rem;
	}
	#plan_slider01 .slick-slide {
		margin: 0 0.25rem;
	}
	#plan_slider01 .slick-slide a {
		display:block;
	}
	#plan_slider01 .slick-slide a .img {
		vertical-align:top;
	}
	#plan_slider01 .slick-slide .txt {
		margin-top: 0.17rem;
		text-align: center;
		color: #fff;
	}
	#plan_slider01 .slick-slide .txt h3 {
		font-size: 0.42rem;
		line-height: 1.3em;
		margin-bottom: 0.13rem;
		letter-spacing: 0;
		color: #fff;
	}
	#plan_slider01 .slick-slide .txt p {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		justify-content: center;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		color: #fff;
	}
	#plan_slider01 .slick-slide .txt p .num {
		font-size: 0.32rem;
		line-height: 1.2em;
		letter-spacing: 0;
	}
	#plan_slider01 .slick-slide .txt p .tax {
		font-size: 0.26rem;
		line-height: 1.8em;
		letter-spacing: 0;
	}
	#plan_slider01 .slide_arrow {}
	#plan_slider01 .slick-prev, #plan_slider01 .slick-next {
		top: 2.22rem;
		width: 0.6rem;
		height: 0.6rem;
	}
	#plan_slider01 .slick-prev i, #plan_slider01 .slick-next i {
		font-size: 0.32rem;
	}
	#plan .plan02 {
		position: relative;
	}
	#plan .plan02 .inner {
		position: relative;
		padding-top: 0;
		padding-bottom: 1.2rem;
	}
	#plan_slider02 {
		position: relative;
		max-width: 100%;
		margin: 0 auto 0.28rem;
	}
	#plan_slider02 .slick-slide {
		margin: 0 0.25rem;
	}
	#plan_slider02 .slick-slide .img {
		max-width: 7rem;
	}
	#plan .plan02 .txt_area {
		position: relative;
		z-index: 1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		background-color: #222;
	}
	#plan .plan02 .txt_area h2 {
		font-size: 0.42rem;
		line-height: 1em;
		margin-bottom: 0.26rem;
		letter-spacing: 0;
		color: #fff;
	}
	#plan .plan02 .txt_area p {
		font-size: 0.26rem;
		line-height: 1.4em;
		margin-bottom: 0.55rem;
		letter-spacing: 0;
		color: #fff;
	}
	#plan .plan02 .txt_area .btn_area {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}
	#plan .plan02 .txt_area .btn_area .btn_min {
		margin: 0 0.3rem 0 0;
	}
	#plan .plan02 .txt_area .btn_area .btn_min:last-child {
		margin-right: 0;
	}
	#cuisine {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		align-items: stretch;
		-webkit-align-items: stretch;
		width: 100%;
		background-color: #222;
	}
	#cuisine .cuisine_box {
		position: relative;
		width: 50%;
	}
	#cuisine .cuisine_box .txt {
		position: absolute;
		z-index: 2;
		right: 0;
		bottom: 0.62rem;
		left: 0;
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
		align-items: center;
		-webkit-align-items: center;
		margin: 0 auto;
	}
	#cuisine .cuisine_box .txt .season {
		font-size: 0.48rem;
		font-weight: bold;
		line-height: 1em;
		margin-bottom: 0.11rem;
		letter-spacing: 0;
		color: #fff;
	}
	#cuisine .cuisine_box .txt .ttl {
		font-size: 0.26rem;
		line-height: 1em;
		letter-spacing: 0;
		color: #fff;
	}
	#cuisine .cuisine_box .slider .slick-slide .img {
		overflow: hidden;
		width: 100%;
		max-width: none;
	}
	#cuisine .cuisine_box .slider .slick-slide .img img {
		width: 100%;
		-webkit-transition: -webkit-transform 0.5s;
		-moz-transition: -moz-transform 0.5s;
		-ms-transition: -ms-transform 0.5s;
		transition: transform 0.5s;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	#cuisine .cuisine_box:hover .slider .slick-slide .img img {
		-webkit-transform: translate3d(0, 0, 0) scale(1.1);
		-moz-transform: translate3d(0, 0, 0) scale(1.1);
		-ms-transform: translate3d(0, 0, 0) scale(1.1);
		transform: translate3d(0, 0, 0) scale(1.1);
	}
	#space {
		width: 100%;
		background-color: #f2f2eb;
	}
	#space .space01 {
		padding-top: 0.6rem;
		padding-bottom: 0.63rem;
	}
	#space .space01 .m_ttl {}
	#space .space01 .m_ttl .jp, #space .space01 .m_ttl .en {
		color: #222;
	}
	#space .space02 {
		position: relative;
	}
	#space .space02 .bg_img {
		z-index: 0;
		width: 96.7%;
		height: 6.6rem;
		margin-right: auto;
		background-color: transparent;
		background-image: url(../../img/home/space01_sp.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		background-size: cover;
	}
	#space .space02 .inner {
		display: block;
		width: 100%;
		padding-top: 0;
		padding-bottom: 1.2rem;
	}
	#space .space02 .txt_area {
		position: relative;
		z-index: 1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 0 auto;
		background-color: #f2f2eb;
	}
	#space .space02 .txt_area .img {
		position: absolute;
		top: -0.46rem;
		right: -0.25rem;
		width: 55.7%;
	}
	#space .space02 .txt_area h3 {
		font-size: 0.32rem;
		font-weight: bold;
		line-height: 1.3em;
		width: 3.35rem;
		margin: 0 auto 0.18rem 0;
		padding-top: 0.37rem;
		letter-spacing: 0;
		color: #222;
	}
	#space .space02 .txt_area p {
		font-size: 0.26rem;
		line-height: 1.4em;
		margin-bottom: 0.53rem;
		letter-spacing: 0;
		color: #222;
	}
	#space .space02 .txt_area .btn_area {}
	#space .space02 .txt_area .btn_area .btn_def {
		margin: 0 auto;
	}
	#space .space02 .sub_img {
		z-index: 2;
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		margin-bottom: 0.6rem;
	}
	#space .space02 .sub_img li {
		display: block;
		width: 47.1%;
	}
	#space .space02 .sub_img li img {
		width: 100%;
	}
}

/* ========================================================================= *
 *  news
/* ========================================================================= */
@media print, screen and (min-width: 751px) {
	#news {
		background-color: #fff;
	}
	#news .inner {
		position: relative;
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	#news .m_ttl {
		margin-bottom: 5.8rem;
	}
	#news .m_ttl .jp, #news .m_ttl .en {
		color: #222;
	}
	#news_list {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		justify-content: center;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
		width: 100%;
		margin-bottom: 5.9rem;
	}
	#news_list .box {
		width: 31.5%;
		margin-left: 2.6%;
	}
	#news_list .box:first-child {
		margin-left: 0;
	}
	#news_list .box a {
		display: block;
		width: 100%;
		text-align: center;
	}
	#news_list .box a .img {
		width: 100%;
		margin-bottom: 1.7rem;
	}
	#news_list .box a .img img {
		width: 100%;
	}
	#news_list .box a .txt {
		width: 100%;
	}
	#news_list .box a .txt h3 {
		font-size: 1.6rem;
		font-weight: normal;
		line-height: 1.3em;
		display: block;
		margin-bottom: 0.6rem;
		letter-spacing: 0;
		color: #222;
	}
	#news_list .box a .txt .date {
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 1em;
		display: block;
		white-space: nowrap;
		letter-spacing: 0;
		color: #b3b3b3;
	}
	#news .btn_def {}
}
@media only screen and (max-width: 750px) {
	#news {
		background-color: #fff;
	}
	#news .inner {
		position: relative;
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}
	#news .m_ttl {
		margin-bottom: 0.57rem;
	}
	#news .m_ttl .jp, #news .m_ttl .en {
		color: #222;
	}
	#news_list {
		display: block;
		width: 100%;
		margin-bottom: 0.59rem;
	}
	#news_list .box {
		width: 100%;
		margin-top: 0.3rem;
	}
	#news_list .box:first-child {
		margin-top: 0;
	}
	#news_list .box a {
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
		width: 100%;
	}
	#news_list .box a .img {
		width: 50%;
	}
	#news_list .box a .img img {
		width: 100%;
	}
	#news_list .box a .txt {
		width: 45.7%;
	}
	#news_list .box a .txt h3 {
		font-size: 0.32rem;
		font-weight: normal;
		line-height: 1.3em;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin-top: -0.09rem;
		margin-bottom: 0.24rem;
		padding-left: 0.05rem;
		letter-spacing: 0;
		color: #222;
	}
	#news_list .box a .txt .date {
		font-size: 0.26rem;
		font-weight: normal;
		line-height: 1em;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding-left: 0.08rem;
		white-space: nowrap;
		letter-spacing: 0;
		color: #b3b3b3;
	}
	#news .btn_def {}
}


/* ========================================================================= *
 *  point card
/* ========================================================================= */
#point_card{
	background-color: #f2f2eb;
}
#point_card .inner{
	padding-top: 6rem;
	padding-bottom: 6rem;
}

#point_card .inner .title_bloc {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	text-align: center;
	margin-bottom: 57px;
}
#point_card .inner .title_bloc h2 {
	font-size: 32px;
	line-height: 1.3em;
	font-weight: bold;
	order: 2;
	width: 100%;
	margin-top: 11px;
	letter-spacing: 0.05em;
	margin-bottom: 13px;
}
#point_card .inner .title_bloc .r_ttl {
	order: 1;
}
#point_card .inner .title_bloc p {
	order: 3;
	width: 100%;
	letter-spacing: 0;
}
#point_card div.card{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-bottom: 60px;
}
#point_card div.card > *{
	display: block;
	width: auto;
	margin-top: 60px;
}
#point_card div.card > div:nth-child(-n+3){
	margin-top: 0;
}
#point_card div.card > div:nth-child(-n+2){
	margin-right: 2.6%;
}
#point_card div.card > div{
	max-width: 360px;
	width: 31.6%;
}
#point_card div.card > div:last-child{
	max-width: 1000px;
	width: 100%;
}
#point_card div.card div a{
	margin-right: auto;
	margin-left: auto;
}
#point_card .card a img {
}
/*#point_card .txt_area {
	max-width: 1000px;
	width: 100%;
	margin: 25px auto 60px;
}
#point_card .txt_area ul {
	text-align: center;
}
#point_card .txt_area ul li {
	margin-bottom: 4px;
}
#point_card .txt_area ul li:last-child{
	margin-bottom: 0;
}*/
@media only screen and (max-width: 750px) {
	#point_card .inner {
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}
/*	#point_card .txt_area {
		margin: 0.25rem auto 0.6rem;
	}
	#point_card .txt_area ul {
		text-align: left;
	}
	#point_card .txt_area ul li {
		margin-bottom: 0.1rem;
		text-indent: -1.1em;
		margin-left: 1.1em;
	}*/

	#point_card .inner .title_bloc {
		margin-bottom: 0.6rem;
	}
	#point_card .inner .title_bloc h2 {
		font-size: 0.42rem;
		margin-top: 0.15rem;
		margin-bottom: 0.15rem;
	}
	#point_card div.card{
		margin-bottom: 0.6rem;
		text-align: center;
	}
	#point_card div.card > div:nth-child(-n+3){
		margin-top: 0.6rem;
	}
	#point_card div.card > div{
		max-width: 3.6rem;
		min-width: 200px;
		width: 100%;
		margin: 0 auto 0.6rem !important;
	}
	#point_card div.card > div:last-child{
		max-width: 100%;
		width: 100%;
		margin-bottom: 0 !important;
	}
	#point_card div.card > a{
		margin-right: 0;
		margin-left: 0;
	}
}


/* ========================================================================= *
 *  instagram
/* ========================================================================= */
#instagram {
	background-color: #fff;
}
#instagram .inner {
	padding-top: 0;
	padding-bottom: 18rem;
}
#instagram .m_ttl {
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 5.5rem;
	gap: 2rem;
}
#instagram .m_ttl .ico {
	width: 4.2rem;
	margin: 0;
}
#instagram .m_ttl .jp {
	color: #222;
	margin: 0 5.2rem 0 0;
}
#instagram .feed {
	width: 100%;
	margin-bottom: 6rem;
}
#instagram .feed #sb_instagram #sbi_images{
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	align-items: flex-start;
	float: none;
	gap:8px;
}
#instagram .feed #sb_instagram #sbi_images .sbi_item{
	width: calc(25% - 6px);
}
@media print, screen and (min-width: 751px) {
	#instagram .feed #sb_instagram #sbi_images .sbi_item:nth-child(-n+5) a{
		margin-top: 0;
	}
	#instagram .feed #sb_instagram #sbi_images .sbi_item:nth-child(5n) a{
		margin-right: 0;
	}
}
@media only screen and (max-width: 750px) {
	#instagram .inner {
		padding-bottom: 1.8rem;
	}
	#instagram .m_ttl {
		gap: 0.2rem;
		margin-bottom: 0.55rem;
	}
	#instagram .m_ttl .ico {
		width: 0.56rem;
	}
	#instagram .m_ttl .jp {
		margin: 0 0.66rem 0 0;
	}
	#instagram .feed {
		margin-bottom: 0.6rem;
	}
	#instagram .feed #sb_instagram #sbi_images{
		gap: 4px;
	}
	#instagram .feed #sb_instagram #sbi_images .sbi_item {
		width: calc(50% - 2px);
	}
	#instagram .feed #sb_instagram #sbi_images .sbi_item:nth-child(-n+3) a {
		margin-top: 0;
	}
	#instagram .feed #sb_instagram #sbi_images .sbi_item:nth-child(3n) a {
		margin-right: 0;
	}
	#instagram .btn_area {}
}
/* ------------------------------------------------------------------------- *
/* 横向きの場合のスタイル */
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 750px) and (orientation: landscape) {
	#top_home .scroll {
		right: 0.25rem;
		bottom: 1.5rem;
		left: auto;
	}
}


/* =========================================================
btime_change_info
========================================================= */
#btime_change_info {
	border: 1px solid #222;
	padding: 20px;
	text-align: left;
	margin: 0 auto 60px;
	max-width: 950px;
}
#btime_change_info h3 {
	text-align: center;
}
#btime_change_info p {
	margin-bottom: 1em;
}
#btime_change_info p:nth-last-of-type(1) {
	margin-bottom: 0;
}
#btime_change_info .period_list{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-bottom: 10px;
}
#btime_change_info .period_list .period_bloc {
	width: calc(50% - 10px);
	margin-top: 20px;
	margin-right: 20px;
}
#btime_change_info .period_list .period_bloc:nth-child(2n){
	margin-right: 0;
}
#btime_change_info .period_list .period_bloc:nth-child(-n+2){
	margin-top: 0;
}
#btime_change_info .period_list .period_bloc p.time span:not(.underline){
	white-space: nowrap;
}
/*#btime_change_info .time {
	text-indent: -40px;
	margin-left: 40px;
}*/
#btime_change_info .time .underline {
	position: relative;
	text-decoration: underline;
	text-underline-offset: 5px;
}
/*#btime_change_info .time .underline:before{
	content: "";
	position: absolute;
	top: 100%;
	width: 100%;
	border-bottom: 1px solid #222;
}*/
#btime_change_info .owner {
	text-align: right;
}
@media only screen and (max-width: 750px){
	#btime_change_info {
		padding: 0.3rem 0.2rem;
		margin: 0 auto 0.6rem;
		max-width: 100%;
	}
	#btime_change_info h3 {
	}
	#btime_change_info p {
	}

	#btime_change_info .period_list{
		margin-bottom: 0.2rem;
	}
	#btime_change_info .time .underline {
		text-underline-offset: 0.1rem;
	}
	#btime_change_info .period_list .period_bloc{
		width: 100%;
		margin-right: 0;
		padding-bottom: 0.3rem;
		margin-top: 0;
		margin-bottom: 0.3rem;
		border-bottom: 1px solid #b3b3b3;
	}
	#btime_change_info .period_list .period_bloc:first-child{
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	#btime_change_info .period_list .period_bloc:last-child{
		margin-right: 0;
	}
	#btime_change_info .period_list .period_bloc:nth-child(1){
		order: 5;
	}
	#btime_change_info .period_list .period_bloc:nth-child(2){
		order: 4;
	}
	#btime_change_info .period_list .period_bloc:nth-child(3){
		order: 3;
	}
	#btime_change_info .period_list .period_bloc:nth-child(4){
		order: 2;
	}
	#btime_change_info .period_list .period_bloc:nth-child(5){
		order: 1;
	}
	#btime_change_info .time {
		text-indent: -1em;
		margin-left: 1em;
	}
	#btime_change_info .owner {
	}
}



/* =========================================================
recommend_489ban
========================================================= */
#recommend_489ban {
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
          flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          align-items: stretch;
  -webkit-align-items: stretch;
  gap:3rem 2.6%;
  margin-top: 6rem;
}
#recommend_489ban .PlanView {
  width: 31.6%;
  max-width: 360px;
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
          flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
          align-items: center;
  -webkit-align-items: center;
}
#recommend_489ban .PlanView .picture {
	position: relative;
	display: block;
	width: 100%;
}
#recommend_489ban .PlanView .picture:before {
	content:"";
	width: 100%;
	height: 0;
	padding-top: 72%;
	display: block;
}
#recommend_489ban .PlanView .main_picture {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#recommend_489ban .PlanView .main_picture *:not(source) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: top;
}
#recommend_489ban .PlanView .explan {
	width: 100%;
	margin-top: 2.5rem;
}
#recommend_489ban .PlanView .explan *{
	color: #fff;
}
#recommend_489ban .PlanView .explan .plan {
	width: 100%;
}
#recommend_489ban .PlanView .explan .plan a {
	font-size: 1.8rem;
	line-height: 1.3em;
	margin-bottom: 1rem;
	letter-spacing: 0;
	display: block;
}
#recommend_489ban .PlanView .explan .comment {
	font-size: 1.4rem;
	line-height: 1.8em;
	letter-spacing: 0;
	margin-top: 1.5rem;
}
#recommend_489ban .PlanView .explan .roomlist {
	width: 100%;
	margin-top: 1.5rem;
}
#recommend_489ban .PlanView .explan .roomlist .room_list_header {
	font-size: 1.4rem;
	line-height: 1.8em;
	letter-spacing: 0;
	width: 100%;
	display: block;
}
#recommend_489ban .PlanView .explan .roomlist ul {
  display:         flex;
  display: -webkit-flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
            flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            align-items: center;
    -webkit-align-items: center;
	width: 100%;
	gap: 2.5rem;
	margin-top: 1.5rem;
}
#recommend_489ban .PlanView .explan .roomlist ul li {
	width: 100%;
	display: block;
}
#recommend_489ban .PlanView .explan .roomlist ul li a {
  display:         flex;
  display: -webkit-flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
            flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            align-items: center;
    -webkit-align-items: center;
	width: 100%;
	gap:0.5rem;
	background-color: #b81c22;
	padding: 1rem 1rem 1.5rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4em;
	transition: all 0.5s ease;
}
#recommend_489ban .PlanView .explan .roomlist ul li a:hover {
	background-color: #fff;
}
#recommend_489ban .PlanView .explan .roomlist ul li a span {
	color: #fff;
	display: block;
	font-size: 1em;
	transition: all 0.5s ease;
}
#recommend_489ban .PlanView .explan .roomlist ul li a:hover span {
	color: #b81c22;
}
@media only screen and (max-width: 750px){
  #recommend_489ban {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
            flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
            align-items: center;
    -webkit-align-items: center;
	  gap:0.4rem 0;
	  margin-top: 0.6rem;
  }
	#recommend_489ban .PlanView {
	  width: 100%;
	  max-width: 100%;
	}
	#recommend_489ban .PlanView .explan {
		margin-top: 0.25rem;
	}
	#recommend_489ban .PlanView .explan .plan a {
		font-size: 0.36rem;
		margin-bottom: 1em;
	}
	#recommend_489ban .PlanView .explan .comment {
		font-size: 1em;
		margin-top: 0.5em;
	}
	#recommend_489ban .PlanView .explan .roomlist {
		margin-top: 0.5em;
	}
	#recommend_489ban .PlanView .explan .roomlist .room_list_header {
		font-size: 1em;
	}
	#recommend_489ban .PlanView .explan .roomlist ul {
		gap: 0.3rem;
		margin-top: 0.2rem;
	}
	#recommend_489ban .PlanView .explan .roomlist ul li a {
		gap:0.1rem;
		padding: 0.15rem 0.15rem 0.2rem;
		font-size: 0.32rem;
	}
}


