﻿@charset "utf-8";

img {
	max-width: 100%;
}

div,
a {
	box-sizing: border-box;
}

.boxLink {
	height: 70px;
	width: 222px;
	margin: 0 auto 0;
}

.boxLink a {
	transition: all 0.3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid #444444;
}

.boxLink a .imgArrow {
	width: 11.47px;
	line-height: 3.72px;
	transition: all 0.3s ease 0s;
}

.boxLink a .tex {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.boxLink a .tex {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5384615;
	letter-spacing: 0.1em;
	font-family: "Shippori Mincho", serif;
	color: #444444;
}

.boxLink.white {
	height: 50px;
	width: 170px;
	margin: 0 auto 0;
}

.boxLink.white a {
	border-color: #fff;
}

.boxLink.white a .tex {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Shippori Mincho", serif;
	color: #fff;
}

/*----------------------------------------------------
 #visual
----------------------------------------------------*/

#visual {
	position: relative;
	overflow: hidden;
}

#visual .topSec {
	position: relative;
	height: 688px;
	z-index: 1;
}

#visual .topSec .bg01 {
	position: absolute;
	width: 710px;
	left: 0;
	top: 69px;
}

#visual .topSec .bg02 {
	position: absolute;
	width: 232px;
	right: 0;
	top: 0;
}

#visual .topSec .bg03 {
	position: absolute;
	width: 410px;
	right: 160px;
	bottom: -39px;
}

#visual .topSec .inner {
	position: relative;
	width: 1440px;
	height: 100%;
}

#visual .topSec .visualTex {
	position: absolute;
	z-index: 1;
	right: 286px;
	top: 185px;
}

#visual .topSec .visualTex h1 {
	display: flex;
	flex-direction: column;
}

#visual .topSec .visualTex h1 b {
	width: 100%;
	max-width: 389px;
	margin-bottom: 30px;
}

#visual .topSec .visualTex h1 small {
	font-size: 18px;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #838383;
	transform: translateX(-4px);
	-webkit-transform: translateX(-4px);
	-moz-transform: translateX(-4px);
}

#visual .aboutSec {
	position: relative;
	overflow: hidden;
	padding: 149px 0 138px;
}

#visual .aboutSec .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

#visual .aboutSec .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#visual .aboutSec .inner {
	max-width: 982px;
}

#visual .aboutSec .aboutFlex {
	display: flex;
	justify-content: space-between;
}

#visual .aboutSec .aboutFlex .Head {
	width: 300px;
}

#visual .aboutSec .aboutFlex .Head h2 {
	font-size: 24px;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	line-height: 2.166666;
	color: #444444;
}

#visual .aboutSec .aboutFlex .conts {
	width: 652px;
	padding: 4px 0 0 0;
}

#visual .aboutSec .aboutFlex .conts p {
	font-size: 16px;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	line-height: 2.875;
	color: #444444;
}

/*----------------------------------------------------
 #secNav
----------------------------------------------------*/

#secNav {
	position: relative;
	overflow: hidden;
	padding: 196px 0 89px 0;
}

#secNav .head {
	margin-bottom: 83px;
}

#secNav .head h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#secNav .head h2 b {
	width: 100%;
	max-width: 504px;
	margin: 0 auto 31px;
}

#secNav .head h2 small {
	font-size: 18px;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #838383;
}

#secNav .secNav ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}


#secNav .secNav ul li {
	width: 325px;
	height: 74px;
}

#secNav .secNav ul li a {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	border-left: 1px solid #D4D4D4;
	transition: all 0.3s ease 0s;
}

#secNav .secNav ul li:last-child a {
	border-right: 1px solid #D4D4D4;
}

#secNav .secNav ul li a .imgArrow {
	width: 13px;
	line-height: 7px;
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#secNav .secNav ul li a .tex {
	font-size: 17px;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.02em;
	line-height: 1.4705882;
	color: #444444;
}

#secNav .secNav ul li:nth-child(1) a {
	padding: 0 0 0 21px;
}

#secNav .secNav ul li:nth-child(1) a .logo {
	width: 48px;
	margin: 0 13px 0 0;
}

#secNav .secNav ul li:nth-child(2) a {
	padding: 0 0 0 28px;
}

#secNav .secNav ul li:nth-child(2) a .logo {
	width: 29px;
	margin: 0 15px 0 0;
}

#secNav .secNav ul li:nth-child(3) a {
	padding: 0 0 0 30px;
}

#secNav .secNav ul li:nth-child(3) a .logo {
	width: 28.5px;
	margin: 0 15px 0 0;
}

/*----------------------------------------------------
 #sec01
----------------------------------------------------*/

#sec01 {
	position: relative;
	overflow: hidden;
	padding: 0 0 0 0;
}

#sec01 .sectionHead {
	min-height: 633px;
}

#sec01 .sectionHead .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 69.09722%;
	height: 530px;
}

#sec01 .sectionHead .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sec01 .sectionHead .imageBg {
	position: absolute;
	right: 0;
	top: 54px;
	width: 61.80555%;
	max-width: 890px;
	height: 580px;
}

#sec01 .sectionHead .imageBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sec01 .sectionHead .boxHead {
	position: relative;
	width: 430px;
	padding: 153px 0 0 0;
}

#sec01 .sectionHead .boxHead .logo {
	width: 100%;
	max-width: 150px;
	margin-bottom: 29px;
}

#sec01 .sectionHead .boxHead h2 {
	font-size: 34px;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.02em;
	line-height: 1.4117647;
	color: #444444;
}

#sec01 .sectionConts {
	position: relative;
	padding: 72px 0 101px 0;
}

#sec01 .sectionConts .inner {
	max-width: 1100px;
}

#sec01 .sectionConts .contsFlex {
	display: flex;
	justify-content: space-between;
	padding: 0 27px 0 0;
}

#sec01 .sectionConts .contsFlex .head {
	width: 330px;
}

#sec01 .sectionConts .contsFlex .head h3 {
	font-size: 22px;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.04em;
	line-height: 2;
	color: #444444;
}

#sec01 .sectionConts .contsFlex .texArea {
	width: 714px;
	padding: 7px 0 0 0;
}

#sec01 .sectionConts .contsFlex .texArea p {
	font-size: 14px;
	font-weight: 400;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.02em;
	line-height: 2;
	color: #444444;
}

#sec01 .sectionConts .contsFlex .texArea .itemLink {
	width: 220px;
	height: 50px;
	margin-top: 35px;
}

#sec01 .sectionConts .contsFlex .texArea .itemLink a {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: initial;
	border-bottom: 1px solid #707070;
	padding: 12px 0 34px;
}

#sec01 .sectionConts .contsFlex .texArea .itemLink a .tex {
	font-size: 16px;
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.02em;
	line-height: 1;
	color: #000000;
}

#sec01 .sectionConts .contsFlex .texArea .itemLink a .imgArrow {
	width: 21px;
	line-height: 7px;
	transition: all 0.3s ease 0s;
}

#sec01 .itemArea {
	padding: 99px 0 91px 0;
	background: #444444;
}

#sec01 .itemArea .listFlex {
	display: flex;
	justify-content: space-between;
}

#sec01 .itemArea .listFlex .box {
	width: 49.5%;
}

#sec01 .itemArea .listFlex .box .boxHead {
	margin-bottom: 50px;
}

#sec01 .itemArea .listFlex .box .boxHead h3 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sec01 .itemArea .listFlex .box .boxHead h3:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#sec01 .itemArea .listFlex .box .boxHead h3 b {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	margin: 0 6px;
}

#sec01 .itemArea .listFlex .box .boxHead h3 small {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	margin: 0 4px;
}

#sec01 .itemArea .listFlex .box .innerBox {
	padding: 30px;
	background: #696969;
}

#sec01 .itemArea .listFlex .box .innerBox .ImageFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

#sec01 .itemArea .listFlex .box .innerBox .ImageFlex .slick-slide {
	width: 274px;
	padding: 0;
}

#sec01 .itemArea .listFlex .box .innerBox .ImageFlex .image {
	width: 100%;
	max-width: 274px;
}

#sec01 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead {
	width: calc(100% - 304px);
}

#sec01 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 {
	display: flex;
	flex-direction: column;
}

#sec01 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 b {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.6;
	margin: 3px 0;
}

#sec01 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 small {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.7);
	font-family: "Shippori Mincho", serif;
	line-height: 1.6;
	margin: 3px 0;
}

#sec01 .itemArea .listFlex .box .innerBox .imageConts {
	min-height: 94px;
}

#sec01 .itemArea .listFlex .box .innerBox .imageConts p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 2;
}

#sec01 .itemArea .listFlex .box .innerBox .linkList {
	display: flex;
	justify-content: space-between;
	width: calc(100% + 12px);
	margin: 0 0 0 -6px;
}

#sec01 .itemArea .listFlex .box .innerBox .linkList .boxLink.white a {
	padding: 0 18px 0 13px;
}

#sec01 .itemArea .listFlex .box .innerBox .addTex {
	margin-top: 11px;
}

#sec01 .itemArea .listFlex .box .innerBox .addTex p {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#sec01 .hotelArea {
	padding: 88px 0 199px 0;
	background: #fff;
}

#sec01 .hotelArea .hotelHead {
	margin-bottom: 59px;
}

#sec01 .hotelArea .hotelHead h3 {
	position: relative;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #444444;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
}

#sec01 .hotelArea .hotelHead h3:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #444444;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#sec01 .hotelArea .hotelList {
	display: flex;
	justify-content: center;
}

#sec01 .hotelArea .hotelList .box {
	width: 220px;
	margin: 0 12px;
}

#sec01 .hotelArea .hotelList .box a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: initial;
	transition: all 0.3s ease 0s;
}

#sec01 .hotelArea .hotelList .box a .image {
	width: 100%;
}

#sec01 .hotelArea .hotelList .box a .texFlex {
	display: flex;
	align-items: center;
	margin-top: 11px;
	min-height: 54px;
}

#sec01 .hotelArea .hotelList .box a .texFlex h4 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #444444;
	font-family: "Shippori Mincho", serif;
	line-height: 1.625;
	width: calc(100% - 30px);
}

#sec01 .hotelArea .hotelList .box a .texFlex .imgArrow {
	width: 21px;
	line-height: 7px;
	transform: translateX(12px);
	-webkit-transform: translateX(12px);
	-moz-transform: translateX(12px);
	transition: all 0.3s ease 0s;
}

/*----------------------------------------------------
 #sec02
----------------------------------------------------*/

#sec02 {
	position: relative;
	overflow: hidden;
	padding: 0 0 0 0;
}

#sec02 .sectionHead {
	min-height: 633px;
}

#sec02 .sectionHead .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 69.09722%;
	height: 530px;
}

#sec02 .sectionHead .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sec02 .sectionHead .imageBg {
	position: absolute;
	right: 0;
	top: 54px;
	width: 61.80555%;
	max-width: 890px;
	height: 580px;
}

#sec02 .sectionHead .imageBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sec02 .sectionHead .boxHead {
	position: relative;
	width: 430px;
	padding: 130px 0 0 0;
}

#sec02 .sectionHead .boxHead .logo {
	width: 100%;
	max-width: 150px;
	margin-bottom: 25px;
}

#sec02 .sectionHead .boxHead h2 {
	font-size: 34px;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.02em;
	line-height: 1.8;
	color: #444444;
}

#sec02 .sectionConts {
	position: relative;
	padding: 72px 0 101px 0;
}

#sec02 .sectionConts .inner {
	max-width: 1100px;
}

#sec02 .sectionConts .contsFlex {
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 0;
}

#sec02 .sectionConts .contsFlex .head {
	width: 330px;
}

#sec02 .sectionConts .contsFlex .head h3 {
	font-size: 22px;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.04em;
	line-height: 2;
	color: #444444;
}

#sec02 .sectionConts .contsFlex .texArea {
	width: 995px;
	padding: 7px 0 0 0;
}

#sec02 .sectionConts .contsFlex .texArea p {
	font-size: 14px;
	font-weight: 400;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.02em;
	line-height: 2;
	color: #444444;
}

#sec02 .sectionConts .contsFlex .texArea .itemLink {
	width: 220px;
	height: 50px;
	margin-top: 35px;
}

#sec02 .sectionConts .contsFlex .texArea .itemLink a {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: initial;
	border-bottom: 1px solid #707070;
	padding: 12px 0 34px;
}

#sec02 .sectionConts .contsFlex .texArea .itemLink a .tex {
	font-size: 16px;
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.02em;
	line-height: 1;
	color: #000000;
}

#sec02 .sectionConts .contsFlex .texArea .itemLink a .imgArrow {
	width: 21px;
	line-height: 7px;
	transition: all 0.3s ease 0s;
}

#sec02 .itemArea {
	padding: 99px 0 100px 0;
	background: #444444;
}

#sec02 .itemArea .itemHead {
	margin-bottom: 63px;
}

#sec02 .itemArea .itemHead h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#sec02 .itemArea .itemHead h2 b {
	max-width: 100%;
	margin-bottom: 31px;
}

#sec02 .itemArea .itemHead h2 small {
	font-size: 20px;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.06em;
	text-align: center;
	line-height: 1;
	color: #fff;
}

#sec02 .itemArea .listFlex {
	display: flex;
	justify-content: space-between;
}

#sec02 .itemArea .listFlex.mb {
	margin-bottom: 118px;
}

#sec02 .itemArea .listFlex .box {
	width: 49.5%;
}

#sec02 .itemArea .listFlex .box .boxHead {
	margin-bottom: 50px;
}

#sec02 .itemArea .listFlex .box .boxHead h3 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sec02 .itemArea .listFlex .box .boxHead h3:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#sec02 .itemArea .listFlex .box .boxHead h3 b {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	margin: 0 6px;
}

#sec02 .itemArea .listFlex .box .boxHead h3 small {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	margin: 0 4px;
}

#sec02 .itemArea .listFlex .box .innerBox {
	padding: 30px 30px 33px 30px;
	background: #696969;
}

#sec02 .itemArea .listFlex .box .innerBox .ImageFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

#sec02 .itemArea .listFlex .box .innerBox .ImageFlex .image {
	width: 100%;
	max-width: 274px;
}

#sec02 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead {
	width: calc(100% - 304px);
}

#sec02 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 {
	display: flex;
	flex-direction: column;
}

#sec02 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 b {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.6;
	margin: 3px 0;
}

#sec02 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 small {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.7);
	font-family: "Shippori Mincho", serif;
	line-height: 1.6;
	margin: 3px 0;
}

#sec02 .itemArea .listFlex .box .innerBox .imageConts {
	min-height: 96px;
}

#sec02 .itemArea .listFlex .box .innerBox .imageConts p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 2;
}

#sec02 .itemArea .listFlex .box .innerBox .linkList {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 0 0 0;
}

#sec02 .itemArea .listFlex .box .innerBox .linkList .boxLink.white {
	margin: 0 7px 0;
}

#sec02 .itemArea .listFlex .box .innerBox .linkList .boxLink.white a {
	padding: 0 18px 0 13px;
}

#sec02 .itemArea .listFlex .box .innerBox .addTex {
	margin-top: 11px;
}

#sec02 .itemArea .listFlex .box .innerBox .addTex p {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#sec02 .hotelArea {
	padding: 88px 0 196px 0;
	background: #fff;
}

#sec02 .hotelArea .hotelHead {
	margin-bottom: 59px;
}

#sec02 .hotelArea .hotelHead h3 {
	position: relative;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #444444;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
}

#sec02 .hotelArea .hotelHead h3:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #444444;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#sec02 .hotelArea .hotelList {
	display: flex;
	justify-content: center;
	width: calc(100% + 34px);
	margin: 0 0 0 -17px;
}

#sec02 .hotelArea .hotelList .box {
	width: 220px;
	margin: 0 12px;
}

#sec02 .hotelArea .hotelList .box a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: initial;
	transition: all 0.3s ease 0s;
}

#sec02 .hotelArea .hotelList .box a .image {
	position: relative;
	width: 100%;
}

#sec02 .hotelArea .hotelList .box a .image .ribbon {
	position: absolute;
	height: 34px;
	padding: 0 20px 0 11px;
	left: -8px;
	bottom: -10px;
	background: #B09548;
	display: flex;
	align-items: center;
	clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}

#sec02 .hotelArea .hotelList .box a .image .ribbon.big {
	height: 42px;
	padding: 0 22px 0 15px;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

#sec02 .hotelArea .hotelList .box a .image .ribbon .tex {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 1.625;
}

#sec02 .hotelArea .hotelList .box a .texFlex {
	display: flex;
	align-items: center;
	margin-top: 11px;
	min-height: 54px;
}

#sec02 .hotelArea .hotelList .box a .texFlex h4 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #444444;
	font-family: "Shippori Mincho", serif;
	line-height: 1.625;
	width: calc(100% - 30px);
}

#sec02 .hotelArea .hotelList .box a .texFlex .imgArrow {
	width: 21px;
	line-height: 7px;
	transform: translateX(12px);
	-webkit-transform: translateX(12px);
	-moz-transform: translateX(12px);
	transition: all 0.3s ease 0s;
}

/*----------------------------------------------------
 #sec03
----------------------------------------------------*/

#sec03 {
	position: relative;
	overflow: hidden;
	padding: 0 0 0 0;
}

#sec03 .sectionHead {
	min-height: 633px;
}

#sec03 .sectionHead .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 69.09722%;
	height: 530px;
}

#sec03 .sectionHead .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sec03 .sectionHead .imageBg {
	position: absolute;
	right: 0;
	top: 54px;
	width: 61.80555%;
	max-width: 890px;
	height: 580px;
}

#sec03 .sectionHead .imageBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sec03 .sectionHead .boxHead {
	position: relative;
	width: 430px;
	padding: 130px 0 0 0;
}

#sec03 .sectionHead .boxHead .logo {
	width: 100%;
	max-width: 150px;
	margin-bottom: 22px;
}

#sec03 .sectionHead .boxHead h2 {
	font-size: 34px;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.02em;
	line-height: 1.8;
	color: #444444;
}

#sec03 .sectionConts {
	position: relative;
	padding: 72px 0 101px 0;
}

#sec03 .sectionConts .inner {
	max-width: 1100px;
}

#sec03 .sectionConts .contsFlex {
	display: flex;
	justify-content: space-between;
	padding: 0 27px 0 0;
}

#sec03 .sectionConts .contsFlex .head {
	width: 330px;
}

#sec03 .sectionConts .contsFlex .head h3 {
	font-size: 22px;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.04em;
	line-height: 2;
	color: #444444;
}

#sec03 .sectionConts .contsFlex .texArea {
	width: 714px;
	padding: 7px 0 0 0;
}

#sec03 .sectionConts .contsFlex .texArea p {
	font-size: 14px;
	font-weight: 400;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.02em;
	line-height: 2;
	color: #444444;
}

#sec03 .sectionConts .contsFlex .texArea .itemLink {
	width: 220px;
	height: 50px;
	margin-top: 35px;
}

#sec03 .sectionConts .contsFlex .texArea .itemLink a {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: initial;
	border-bottom: 1px solid #707070;
	padding: 12px 0 34px;
}

#sec03 .sectionConts .contsFlex .texArea .itemLink a .tex {
	font-size: 16px;
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.02em;
	line-height: 1;
	color: #000000;
}

#sec03 .sectionConts .contsFlex .texArea .itemLink a .imgArrow {
	width: 21px;
	line-height: 7px;
	transition: all 0.3s ease 0s;
}

#sec03 .itemArea {
	padding: 99px 0 91px 0;
	background: #444444;
}

#sec03 .itemArea .listFlex {
	display: flex;
	justify-content: space-between;
}

#sec03 .itemArea .listFlex .box {
	width: 49.5%;
}

#sec03 .itemArea .listFlex .box .boxHead {
	margin-bottom: 50px;
}

#sec03 .itemArea .listFlex .box .boxHead h3 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sec03 .itemArea .listFlex .box .boxHead h3:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#sec03 .itemArea .listFlex .box .boxHead h3 b {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	margin: 0 6px;
}

#sec03 .itemArea .listFlex .box .boxHead h3 small {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	margin: 0 4px;
}

#sec03 .itemArea .listFlex .box .innerBox {
	padding: 30px 30px 35px 30px;
	background: #696969;
}

#sec03 .itemArea .listFlex .box .innerBox .ImageFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

#sec03 .itemArea .listFlex .box .innerBox .ImageFlex .image {
	width: 100%;
	max-width: 274px;
}

#sec03 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead {
	width: calc(100% - 304px);
}

#sec03 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 {
	display: flex;
	flex-direction: column;
}

#sec03 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 b {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.6;
	margin: 3px 0;
}

#sec03 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 small {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.7);
	font-family: "Shippori Mincho", serif;
	line-height: 1.6;
	margin: 3px 0;
}

#sec03 .itemArea .listFlex .box .innerBox .imageConts {
	min-height: 95px;
}

#sec03 .itemArea .listFlex .box .innerBox .imageConts p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 2;
}

#sec03 .itemArea .listFlex .box .innerBox .linkList {
	display: flex;
	justify-content: center;
}

#sec03 .itemArea .listFlex .box .innerBox .linkList .boxLink.white {
	margin: 0 10px;
}

#sec03 .itemArea .listFlex .box .innerBox .linkList .boxLink.white a {
	padding: 0 18px 0 13px;
}

#sec03 .itemArea .listFlex .box .innerBox .addTex {
	margin-top: 11px;
}

#sec03 .itemArea .listFlex .box .innerBox .addTex p {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#sec03 .hotelArea {
	padding: 88px 0 199px 0;
	background: #fff;
}

#sec03 .hotelArea .hotelHead {
	margin-bottom: 59px;
}

#sec03 .hotelArea .hotelHead h3 {
	position: relative;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #444444;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
}

#sec03 .hotelArea .hotelHead h3:after {
	content: '';
	width: 60px;
	height: 1px;
	background: #444444;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#sec03 .hotelArea .hotelList {
	display: flex;
	justify-content: center;
}

#sec03 .hotelArea .hotelList .box {
	width: 220px;
	margin: 0 12px;
}

#sec03 .hotelArea .hotelList .box a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#sec03 .hotelArea .hotelList .box a .image {
	width: 100%;
}

#sec03 .hotelArea .hotelList .box a .texFlex {
	display: flex;
	align-items: center;
	margin-top: 11px;
	min-height: 54px;
}

#sec03 .hotelArea .hotelList .box a .texFlex h4 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #444444;
	font-family: "Shippori Mincho", serif;
	line-height: 1.625;
	width: calc(100% - 30px);
}

#sec03 .hotelArea .hotelList .box a .texFlex .imgArrow {
	width: 21px;
	line-height: 7px;
	transform: translateX(12px);
	-webkit-transform: translateX(12px);
	-moz-transform: translateX(12px);
}

/*----------------------------------------------------
 #sizeNav
----------------------------------------------------*/

#sizeNav {
	position: relative;
	overflow: hidden;
	padding: 125px 0 0 0;
}

#sizeNav .sectionHead {
	margin-bottom: 60px;
}

#sizeNav .sectionHead h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#sizeNav .sectionHead h2 b {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #000000;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	margin-bottom: 10px;
}

#sizeNav .sectionHead h2 small {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	font-family: "Cormorant Garamond", serif;
}

#sizeNav .navFlex {
	display: flex;
	justify-content: center;
	margin: 0 0 0 -10px;
	width: calc(100% + 20px);
}

#sizeNav .navFlex .boxLink {
	margin: 0 11px;
}

#sizeNav .navFlex .boxLink a {
	position: relative;
	overflow: initial;
	padding: 0 19px 0 17px;
}

#sizeNav .navFlex .boxLink a .ribbon {
	position: absolute;
	height: 34px;
	padding: 0 20px 0 11px;
	left: -10px;
	top: -21px;
	background: #B09548;
	display: flex;
	align-items: center;
	clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}

#sizeNav .navFlex .boxLink a .ribbon .tex {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 1.625;
}

/*----------------------------------------------------
 #priceNav
----------------------------------------------------*/

#priceNav {
	position: relative;
	overflow: hidden;
	padding: 125px 0 125px 0;
}

#priceNav .sectionHead {
	margin-bottom: 40px;
}

#priceNav .sectionHead h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#priceNav .sectionHead h2 b {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #000000;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	margin-bottom: 10px;
}

#priceNav .sectionHead h2 small {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	font-family: "Cormorant Garamond", serif;
}

#priceNav .navFlex {
	display: flex;
	justify-content: center;
	margin: 0 0 0 -10px;
	width: calc(100% + 20px);
}

#priceNav .navFlex .boxLink {
	margin: 0 11px;
}

#priceNav .navFlex .boxLink a {
	position: relative;
	overflow: initial;
	padding: 0 19px 0 17px;
}

#priceNav .navFlex .boxLink a .ribbon {
	position: absolute;
	height: 34px;
	padding: 0 20px 0 11px;
	left: -10px;
	top: -21px;
	background: #B09548;
	display: flex;
	align-items: center;
	clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}

#priceNav .navFlex .boxLink a .ribbon .tex {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 1.625;
}

/*----------------------------------------------------
 PC
----------------------------------------------------*/
@media screen and  (min-width: 1201px) {


}

@media screen and (min-width: 769px) {
	.pc_hidden {
		display: none !important;
	}

	.boxLink a:hover .imgArrow {
		transform: translateX(4px);
		-webkit-transform: translateX(4px);
		-moz-transform: translateX(4px);
	}

	#sec01 .sectionConts .contsFlex .texArea .itemLink a:hover .imgArrow,
	#sec02 .sectionConts .contsFlex .texArea .itemLink a:hover .imgArrow,
	#sec03 .sectionConts .contsFlex .texArea .itemLink a:hover .imgArrow {
		transform: translateX(4px);
		-webkit-transform: translateX(4px);
		-moz-transform: translateX(4px);
	}

	#sec01 .hotelArea .hotelList .box a:hover .texFlex .imgArrow,
	#sec02 .hotelArea .hotelList .box a:hover .texFlex .imgArrow,
	#sec03 .hotelArea .hotelList .box a:hover .texFlex .imgArrow {
		transform: translateX(15px);
		-webkit-transform: translateX(15px);
		-moz-transform: translateX(15px);
	}


}

/*----------------------------------------------------
 SP
----------------------------------------------------*/

@media screen and (max-width: 768px) {

	.sp_hidden {
		display: none !important;
	}

	.inner {
		min-width: initial;
		width: calc(100% - 4rem);
	}

	.listWrap .inner {
		width: 100%;
	}

	.boxLink {
		height: 16vw;
		width: 100%;
		margin: 0 auto 0;
	}

	.boxLink a .imgArrow {
		width: 4.267vw;
		line-height: 1.467vw;
	}

	.boxLink a .tex {
		font-size: 4vw;
	}

	.boxLink.white {
		height: 13.333vw;
		width: 45.333vw;
		margin: 0 auto 0;
	}

	.boxLink.white a .tex {
		font-size: 3.467vw;
	}

	/*----------------------------------------------------
	#visual
	----------------------------------------------------*/

	#visual .topSec {
		height: 141.333vw;
	}

	#visual .topSec .inner {
    width: 100%;
    height: 100%;
	}

	#visual .topSec .bg01 {
		width: 81.6vw;
		min-width: 81.6vw;
		left: 0;
		top: 0;
	}

	#visual .topSec .bg02 {
		position: absolute;
		width: 30.933vw;
		min-width: 30.933vw;
		right: 0;
		top: 67.2vw;
	}

	#visual .topSec .bg03 {
		width: 54.667vw;
		min-width: 54.667vw;
		right: 11.733vw;
		bottom: -7.467vw;
	}

	#visual .topSec .visualTex {
		right: initial;
		left: 8.533vw;
		top: 72vw;
	}

	#visual .topSec .visualTex h1 b {
		width: 100%;
		max-width: 51.867vw;
		margin-bottom: 5.6vw;
	}

	#visual .topSec .visualTex h1 small {
		font-size: 3.733vw;
		transform: translateX(-0.533vw);
		-webkit-transform: translateX(-0.533vw);
		-moz-transform: translateX(-0.533vw);
	}

	#visual .aboutSec {
		padding: 24.533vw 0 19.733vw;
	}

	#visual .aboutSec .inner {
		max-width: initial;
	}

	#visual .aboutSec .aboutFlex {
		flex-direction: column;
	}

	#visual .aboutSec .aboutFlex .Head {
		width: 100%;
		margin-bottom: 3.2vw;
	}

	#visual .aboutSec .aboutFlex .Head h2 {
		font-size: 5.333vw;
		line-height: 2.25;
	}

	#visual .aboutSec .aboutFlex .conts {
		width: 100%;
		padding: 1.067vw 0 0 0;
	}

	#visual .aboutSec .aboutFlex .conts p {
		font-size: 3.733vw;
		line-height: 2.4285714;
	}

	/*----------------------------------------------------
	#secNav
	----------------------------------------------------*/

	#secNav {
		padding: 25.867vw 0 11.2vw 0;
	}

	#secNav .head {
		margin-bottom: 11.467vw;
	}

	#secNav .head h2 b {
		max-width: 76.8vw;
		margin: 0 auto 4.8vw;
	}

	#secNav .head h2 small {
		font-size: 3.733vw;
	}

	#secNav .secNav {
		transform: translateX(-2vw);
		-webkit-transform: translateX(-2vw);
		-moz-transform: translateX(-2vw);
	}

	#secNav .secNav ul {
		width: calc(100% + 4rem);
		margin: 0 0 0 -2rem;
	}

	#secNav .secNav ul li {
		width: calc(100% / 3);
		height: 20.8vw;
	}

	#secNav .secNav ul li a {
		flex-direction: column;
	}

	#secNav .secNav ul li:first-child a {
		border-left: initial;
	}

	#secNav .secNav ul li:last-child a {
		border-right: initial;
	}

	#secNav .secNav ul li a .imgArrow {
		width: 2vw;
		line-height: 1.2vw;
		position: relative;
		top: initial;
		right: initial;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
	}

	#secNav .secNav ul li a .tex {
		font-size: 3.467vw;
		line-height: 1.4615384;
		text-align: center;
		white-space: nowrap;
		margin-bottom: 1.867vw;
	}

	#secNav .secNav ul li:nth-child(1) a {
		padding: 0 0 0 0;
	}

	#secNav .secNav ul li:nth-child(1) a .logo {
		width: 9.2vw;
		margin: 0 0 0.533vw 0;
	}

	#secNav .secNav ul li:nth-child(2) a {
		padding: 0 0 0 0;
	}

	#secNav .secNav ul li:nth-child(2) a .logo {
		width: 5.6vw;
		margin: 0 0 0.533vw 0;
	}

	#secNav .secNav ul li:nth-child(3) a {
		padding: 0 0 0 0;
	}

	#secNav .secNav ul li:nth-child(3) a .logo {
		width: 5.467vw;
		margin: 0 0 0.267vw 0;
	}

	#secNav .secNav ul li:nth-child(3) a .tex {
		font-size: 2.933vw;
		margin-top: 0.8vw;
		margin-bottom: 2.933vw;
	}

	/*----------------------------------------------------
	#sec01
	----------------------------------------------------*/

	#sec01 .sectionHead {
		position: relative;
		min-height: 116vw;
	}

	#sec01 .sectionHead .bg {
		left: 0;
		top: 0;
		width: 91.09722%;
		height: 98.667vw;
	}

	#sec01 .sectionHead .imageBg {
		right: 0;
		top: initial;
		bottom: 0;
		width: 90.80555%;
		max-width: 91.2vw;
		height: 59.467vw;
	}

	#sec01 .sectionHead .boxHead {
		width: 100%;
		padding: 14.4vw 0 0 0;
	}

	#sec01 .sectionHead .boxHead .logo {
		max-width: 29.333vw;
		margin-bottom: 2.933vw;
	}

	#sec01 .sectionHead .boxHead h2 {
		font-size: 6.4vw;
	}

	#sec01 .sectionConts {
		padding: 6.4vw 0 17.333vw 0;
	}

	#sec01 .sectionConts .inner {
		max-width: initial;
	}

	#sec01 .sectionConts .contsFlex {
		flex-direction: column;
		padding: 0 0 0 0;
	}

	#sec01 .sectionConts .contsFlex .head {
		width: 100%;
		margin-bottom: 1.067vw;
	}

	#sec01 .sectionConts .contsFlex .head h3 {
		font-size: 5.333vw;
	}

	#sec01 .sectionConts .contsFlex .texArea {
		width: 100%;
		padding: 1.867vw 0 0 0;
	}

	#sec01 .sectionConts .contsFlex .texArea p {
		font-size: 3.733vw;
		line-height: 1.9285714;
	}

	#sec01 .sectionConts .contsFlex .texArea .itemLink {
		width: 62.667vw;
		height: 13.333vw;
		margin: 5.867vw auto 0;
	}

	#sec01 .sectionConts .contsFlex .texArea .itemLink a {
		padding: 3.2vw 0 9.067vw;
	}

	#sec01 .sectionConts .contsFlex .texArea .itemLink a .tex {
		font-size: 4vw;
	}

	#sec01 .sectionConts .contsFlex .texArea .itemLink a .imgArrow {
		width: 5.867vw;
		line-height: 2vw;
		transform: translate(0.533vw, 1.067vw);
		-webkit-transform: translate(0.533vw, 1.067vw);
		-moz-transform: translate(0.533vw, 1.067vw);
	}

	#sec01 .itemArea {
		padding: 14.667vw 0 13.333vw 0;
	}

	#sec01 .itemArea .listFlex {
		flex-direction: column;
	}

	#sec01 .itemArea .listFlex .box {
		width: calc(100% + 6.4vw);
		margin: 0 0 14.667vw -3.2vw;
	}

	#sec01 .itemArea .listFlex .box:last-child {
		margin-bottom: 0;
	}

	#sec01 .itemArea .listFlex .box .boxHead {
		margin-bottom: 12vw;
	}

	#sec01 .itemArea .listFlex .box .boxHead h3 {
		flex-direction: column;
	}

	#sec01 .itemArea .listFlex .box .boxHead h3:after {
		width: 12.8vw;
		bottom: -5.333vw;
	}

	#sec01 .itemArea .listFlex .box .boxHead h3 b {
		font-size: 5.333vw;
		margin: 0 0 2.133vw;
	}

	#sec01 .itemArea .listFlex .box .boxHead h3 small {
		font-size: 4vw;
		margin: 0 0;
	}

	#sec01 .itemArea .listFlex .box .innerBox {
		padding: 5.333vw 5.333vw 6.4vw 5.333vw;
	}

	#sec01 .itemArea .listFlex .box .innerBox .ImageFlex {
		display: block;
		flex-direction: column;
		margin-bottom: 2.933vw;
	}

	#sec01 .itemArea .listFlex .box .innerBox .ImageFlex .slick-slide {
		width: 78.933vw !important;
	}

	#sec01 .itemArea .listFlex .box .innerBox .ImageFlex .image {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 3.467vw;
	}

	#sec01 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead {
		width: 100%;
	}

	#sec01 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 b {
		font-size: 4.533vw;
		margin: 0 0 1.333vw;
	}

	#sec01 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 small {
		font-size: 2.667vw;
		margin: 0 0;
	}

	#sec01 .itemArea .listFlex .box .innerBox .imageConts {
		min-height: initial;
		margin-bottom: 4.533vw;
	}

	#sec01 .itemArea .listFlex .box .innerBox .imageConts p {
		font-size: 3.2vw;
		line-height: 1.83333;
	}

	#sec01 .itemArea .listFlex .box .innerBox .linkList {
		flex-direction: column;
		width: 100%;
		margin: 0 0 0 0;
	}

	#sec01 .itemArea .listFlex .box .innerBox .linkList .boxLink.white {
		width: 100%;
		margin-bottom: 2.267vw;
	}

	#sec01 .itemArea .listFlex .box .innerBox .linkList .boxLink.white:last-child {
		margin-bottom: 0;
	}

	#sec01 .itemArea .listFlex .box .innerBox .linkList .boxLink.white a {
		padding: 0 4.267vw 0 4vw;
	}

	#sec01 .itemArea .listFlex .box .innerBox .addTex {
		margin-top: 2.133vw;
	}

	#sec01 .itemArea .listFlex .box .innerBox .addTex p {
		font-size: 2.933vw;
	}

	#sec01 .hotelArea {
		padding: 13.333vw 0 20.8vw 0;
	}

	#sec01 .hotelArea .hotelHead {
		margin-bottom: 10.4vw;
	}

	#sec01 .hotelArea .hotelHead h3 {
		font-size: 5.333vw;
	}

	#sec01 .hotelArea .hotelHead h3:after {
		width: 12vw;
		bottom: -4vw;
	}

	#sec01 .hotelArea .hotelList {
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 0 0 -3.2vw;
		width: calc(100% + 6.4vw);
	}

	#sec01 .hotelArea .hotelList .box {
		width: 47.4%;
		margin: 0 0 6.133vw;
	}

	#sec01 .hotelArea .hotelList .box a {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		overflow: initial;
		transition: all 0.3s ease 0s;
	}

	#sec01 .hotelArea .hotelList .box a .image {
		width: 100%;
	}

	#sec01 .hotelArea .hotelList .box a .texFlex {
		display: flex;
		align-items: center;
		margin-top: 2.933vw;
		min-height: initial;
	}

	#sec01 .hotelArea .hotelList .box a .texFlex.w {
		min-height: 9.6vw;
	}

	#sec01 .hotelArea .hotelList .box a .texFlex h4 {
		font-size: 3.467vw;
		line-height: 1.3846153;
		width: calc(100% - 3.2vw);
	}

	#sec01 .hotelArea .hotelList .box a .texFlex .imgArrow {
		width: 3.2vw;
		line-height: 1.067vw;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
	}

	/*----------------------------------------------------
	#sec02
	----------------------------------------------------*/

	#sec02 .sectionHead {
		position: relative;
		min-height: 116vw;
	}

	#sec02 .sectionHead .bg {
		left: 0;
		top: 0;
		width: 91.09722%;
		height: 98.667vw;
	}

	#sec02 .sectionHead .imageBg {
		right: 0;
		top: initial;
		bottom: 0;
		width: 90.80555%;
		max-width: 91.2vw;
		height: 59.467vw;
	}

	#sec02 .sectionHead .boxHead {
		width: 100%;
		padding: 14.4vw 0 0 0;
	}

	#sec02 .sectionHead .boxHead .logo {
		max-width: 29.333vw;
		margin-bottom: 1.867vw;
	}

	#sec02 .sectionHead .boxHead h2 {
		font-size: 6.4vw;
	}

	#sec02 .sectionConts {
		padding: 6.667vw 0 17.333vw 0;
	}

	#sec02 .sectionConts .inner {
		max-width: initial;
	}

	#sec02 .sectionConts .contsFlex {
		flex-direction: column;
		padding: 0 0 0 0;
	}

	#sec02 .sectionConts .contsFlex .head {
		width: 100%;
		margin-bottom: 1.067vw;
	}

	#sec02 .sectionConts .contsFlex .head h3 {
		font-size: 5.333vw;
		white-space: nowrap;
	}

	#sec02 .sectionConts .contsFlex .texArea {
		width: 100%;
		padding: 1.867vw 0 0 0;
	}

	#sec02 .sectionConts .contsFlex .texArea p {
		font-size: 3.733vw;
		line-height: 1.9285714;
	}

	#sec02 .sectionConts .contsFlex .texArea .itemLink {
		width: 62.667vw;
		height: 13.333vw;
		margin: 5.867vw auto 0;
	}

	#sec02 .sectionConts .contsFlex .texArea .itemLink a {
		padding: 3.2vw 0 9.067vw;
	}

	#sec02 .sectionConts .contsFlex .texArea .itemLink a .tex {
		font-size: 4vw;
	}

	#sec02 .sectionConts .contsFlex .texArea .itemLink a .imgArrow {
		width: 5.867vw;
		line-height: 2vw;
		transform: translate(0.533vw, 1.067vw);
		-webkit-transform: translate(0.533vw, 1.067vw);
		-moz-transform: translate(0.533vw, 1.067vw);
	}

	#sec02 .itemArea {
		padding: 16vw 0 18.133vw 0;
	}

	#sec02 .itemArea .itemHead {
    margin-bottom: 11.733vw;
	}

	#sec02 .itemArea .itemHead h2 b {
		width: calc(100% + 3.2vw);
		max-width: initial;
		margin: 0 0 5.6vw 0;
	}

	#sec02 .itemArea .itemHead h2 small {
		font-size: 4.267vw;
	}

	#sec02 .itemArea .listFlex {
		flex-direction: column;
	}

	#sec02 .itemArea .listFlex.mb {
		margin-bottom: 18.667vw;
	}

	#sec02 .itemArea .listFlex .box {
		width: calc(100% + 6.4vw);
		margin: 0 0 14.667vw -3.2vw;
	}

	#sec02 .itemArea .listFlex .box:last-child {
		margin-bottom: 0;
	}

	#sec02 .itemArea .listFlex .box .boxHead {
		margin-bottom: 12vw;
	}

	#sec02 .itemArea .listFlex .box .boxHead h3 {
		flex-direction: column;
	}

	#sec02 .itemArea .listFlex .box .boxHead h3:after {
		width: 12.8vw;
		bottom: -5.333vw;
	}

	#sec02 .itemArea .listFlex .box .boxHead h3 b {
		font-size: 5.333vw;
		margin: 0 0 0;
	}

	#sec02 .itemArea .listFlex .box .boxHead h3 small {
		font-size: 4vw;
		margin: 1.867vw 0 0;
	}

	#sec02 .itemArea .listFlex .box .innerBox {
		padding: 5.333vw 5.333vw 6.4vw 5.333vw;
	}

	#sec02 .itemArea .listFlex .box .innerBox .ImageFlex {
		flex-direction: column;
		margin-bottom: 2.933vw;
	}

	#sec02 .itemArea .listFlex .box .innerBox .ImageFlex .image {
		width: 100%;
		max-width: initial;
		margin: 0 auto 3.467vw;
	}

	#sec02 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead {
		width: 100%;
	}

	#sec02 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 b {
		font-size: 4.533vw;
		margin: 0 0 1.333vw;
	}

	#sec02 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 small {
		font-size: 2.667vw;
		margin: 0 0;
	}

	#sec02 .itemArea .listFlex .box .innerBox .imageConts {
		min-height: initial;
		margin-bottom: 4.533vw;
	}

	#sec02 .itemArea .listFlex .box .innerBox .imageConts p {
		font-size: 3.2vw;
		line-height: 1.83333;
	}

	#sec02 .itemArea .listFlex .box .innerBox .linkList {
		flex-direction: column;
		width: 100%;
		margin: 0 0 0 0;
	}

	#sec02 .itemArea .listFlex .box .innerBox .linkList .boxLink.white {
		width: 100%;
		margin: 0 0 2.267vw;
	}

	#sec02 .itemArea .listFlex .box .innerBox .linkList .boxLink.white:last-child {
		margin-bottom: 0;
	}

	#sec02 .itemArea .listFlex .box .innerBox .linkList .boxLink.white a {
		padding: 0 4.267vw 0 4vw;
	}

	#sec02 .hotelArea {
		padding: 13.333vw 0 21.067vw 0;
	}

	#sec02 .hotelArea .hotelHead {
		margin-bottom: 10.4vw;
	}

	#sec02 .hotelArea .hotelHead h3 {
		font-size: 5.333vw;
	}

	#sec02 .hotelArea .hotelHead h3:after {
		width: 12vw;
		bottom: -4vw;
	}

	#sec02 .hotelArea .hotelList {
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 0 0 -3.2vw;
		width: calc(100% + 6.4vw);
	}

	#sec02 .hotelArea .hotelList .box {
		width: 47.4%;
		margin: 0 0 6.133vw;
	}

	#sec02 .hotelArea .hotelList .box a {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		overflow: initial;
		transition: all 0.3s ease 0s;
	}

	#sec02 .hotelArea .hotelList .box a .image {
		width: 100%;
	}

	#sec02 .hotelArea .hotelList .box a .image .ribbon {
    height: 7.733vw;
    padding: 0 5.333vw 0 2.933vw;
    left: -2.133vw;
    bottom: -2.667vw;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
	}

	#sec02 .hotelArea .hotelList .box a .image .ribbon.big {
		height: 9.067vw;
		padding: 0 5.867vw 0 4vw;
		clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	}

	#sec02 .hotelArea .hotelList .box01 a .image .ribbon.big .tex {
		width: 8.8vw;
		line-height: 3.2vw;
		transform: translateY(-0.267vw);
		-webkit-transform: translateY(-0.267vw);
		-moz-transform: translateY(-0.267vw);
	}

	#sec02 .hotelArea .hotelList .box02 a .image .ribbon.big .tex {
		width: 10.533vw;
		line-height: 3.333vw;
		transform: translateY(-0.267vw);
		-webkit-transform: translateY(-0.267vw);
		-moz-transform: translateY(-0.267vw);
	}

	#sec02 .hotelArea .hotelList .box a .image .ribbon .tex {
    font-size: 3.333vw;
	}

	#sec02 .hotelArea .hotelList .box a .texFlex {
		display: flex;
		align-items: center;
		margin-top: 2.933vw;
		min-height: initial;
	}

	#sec02 .hotelArea .hotelList .box a .texFlex.w {
		min-height: 9.6vw;
	}

	#sec02 .hotelArea .hotelList .box a .texFlex h4 {
		font-size: 3.467vw;
		line-height: 1.3846153;
		width: calc(100% - 3.2vw);
	}

	#sec02 .hotelArea .hotelList .box a .texFlex .imgArrow {
		width: 3.2vw;
		line-height: 1.067vw;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
	}

	/*----------------------------------------------------
	#sec03
	----------------------------------------------------*/

	#sec03 .sectionHead {
		position: relative;
		min-height: 126.667vw;
	}

	#sec03 .sectionHead .bg {
		left: 0;
		top: 0;
		width: 91.09722%;
		height: 98.667vw;
	}

	#sec03 .sectionHead .imageBg {
		right: 0;
		top: initial;
		bottom: 0;
		width: 90.80555%;
		max-width: 91.2vw;
		height: 59.467vw;
	}

	#sec03 .sectionHead .boxHead {
		width: 100%;
		padding: 14.4vw 0 0 0;
	}

	#sec03 .sectionHead .boxHead .logo {
		max-width: 29.333vw;
		margin-bottom: 2.133vw;
	}

	#sec03 .sectionHead .boxHead h2 {
		font-size: 6.4vw;
		line-height: 1.5208333;
	}

	#sec03 .sectionConts {
		padding: 6.4vw 0 17.333vw 0;
	}

	#sec03 .sectionConts .inner {
		max-width: initial;
	}

	#sec03 .sectionConts .contsFlex {
		flex-direction: column;
		padding: 0 0 0 0;
	}

	#sec03 .sectionConts .contsFlex .head {
		width: 100%;
		margin-bottom: 1.067vw;
	}

	#sec03 .sectionConts .contsFlex .head h3 {
		font-size: 5.333vw;
	}

	#sec03 .sectionConts .contsFlex .texArea {
		width: 100%;
		padding: 1.867vw 0 0 0;
	}

	#sec03 .sectionConts .contsFlex .texArea p {
		font-size: 3.733vw;
		line-height: 1.9285714;
	}

	#sec03 .sectionConts .contsFlex .texArea .itemLink {
		width: 62.667vw;
		height: 13.333vw;
		margin: 5.867vw auto 0;
	}

	#sec03 .sectionConts .contsFlex .texArea .itemLink a {
		padding: 3.2vw 0 9.067vw;
	}

	#sec03 .sectionConts .contsFlex .texArea .itemLink a .tex {
		font-size: 4vw;
	}

	#sec03 .sectionConts .contsFlex .texArea .itemLink a .imgArrow {
		width: 5.867vw;
		line-height: 2vw;
		transform: translate(0.533vw, 1.067vw);
		-webkit-transform: translate(0.533vw, 1.067vw);
		-moz-transform: translate(0.533vw, 1.067vw);
	}

	#sec03 .itemArea {
		padding: 14.667vw 0 13.333vw 0;
	}

	#sec03 .itemArea .listFlex {
		flex-direction: column;
	}

	#sec03 .itemArea .listFlex .box {
		width: calc(100% + 6.4vw);
		margin: 0 0 14.667vw -3.2vw;
	}

	#sec03 .itemArea .listFlex .box:last-child {
		margin-bottom: 0;
	}

	#sec03 .itemArea .listFlex .box .boxHead {
		margin-bottom: 12vw;
	}

	#sec03 .itemArea .listFlex .box .boxHead h3 {
		flex-direction: column;
	}

	#sec03 .itemArea .listFlex .box .boxHead h3:after {
		width: 12.8vw;
		bottom: -5.333vw;
	}

	#sec03 .itemArea .listFlex .box .boxHead h3 b {
		font-size: 5.333vw;
		margin: 0 0 2.133vw;
	}

	#sec03 .itemArea .listFlex .box .boxHead h3 small {
		font-size: 4vw;
		margin: 0 0;
	}

	#sec03 .itemArea .listFlex .box .innerBox {
		padding: 5.333vw 5.333vw 6.4vw 5.333vw;
	}

	#sec03 .itemArea .listFlex .box .innerBox .ImageFlex {
		flex-direction: column;
		margin-bottom: 2.933vw;
	}

	#sec03 .itemArea .listFlex .box .innerBox .ImageFlex .image {
		width: 100%;
		max-width: initial;
		margin: 0 auto 3.467vw;
	}

	#sec03 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead {
		width: 100%;
	}

	#sec03 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 b {
		font-size: 4.533vw;
		margin: 0 0 1.333vw;
	}

	#sec03 .itemArea .listFlex .box .innerBox .ImageFlex .imageHead h4 small {
		font-size: 2.667vw;
		margin: 0 0;
	}

	#sec03 .itemArea .listFlex .box .innerBox .imageConts {
		min-height: initial;
		margin-bottom: 4.533vw;
	}

	#sec03 .itemArea .listFlex .box .innerBox .imageConts p {
		font-size: 3.2vw;
		line-height: 1.83333;
	}

	#sec03 .itemArea .listFlex .box .innerBox .linkList {
		flex-direction: column;
		width: 100%;
		margin: 0 0 0 0;
	}

	#sec03 .itemArea .listFlex .box .innerBox .linkList .boxLink.white {
		width: 100%;
		margin: 0 auto 2.267vw;
	}

	#sec03 .itemArea .listFlex .box .innerBox .linkList .boxLink.white:last-child {
		margin-bottom: 0;
	}

	#sec03 .itemArea .listFlex .box .innerBox .linkList .boxLink.white a {
		padding: 0 4.8vw 0 3.467vw;
	}

	#sec03 .itemArea .listFlex .box .innerBox .addTex {
		margin-top: 2.133vw;
	}

	#sec03 .itemArea .listFlex .box .innerBox .addTex p {
		font-size: 2.933vw;
	}

	#sec03 .hotelArea {
		padding: 13.333vw 0 20.8vw 0;
	}

	#sec03 .hotelArea .hotelHead {
		margin-bottom: 10.4vw;
	}

	#sec03 .hotelArea .hotelHead h3 {
		font-size: 5.333vw;
	}

	#sec03 .hotelArea .hotelHead h3:after {
		width: 12vw;
		bottom: -4vw;
	}

	#sec03 .hotelArea .hotelList {
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 0 0 -3.2vw;
		width: calc(100% + 6.4vw);
	}

	#sec03 .hotelArea .hotelList .box {
		width: 47.4%;
		margin: 0 0 6.133vw;
	}

	#sec03 .hotelArea .hotelList .box a {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		overflow: initial;
		transition: all 0.3s ease 0s;
	}

	#sec03 .hotelArea .hotelList .box a .image {
		width: 100%;
	}

	#sec03 .hotelArea .hotelList .box a .texFlex {
		display: flex;
		align-items: center;
		margin-top: 2.933vw;
		min-height: initial;
	}

	#sec03 .hotelArea .hotelList .box a .texFlex.w {
		min-height: 9.6vw;
	}

	#sec03 .hotelArea .hotelList .box a .texFlex h4 {
		font-size: 3.467vw;
		line-height: 1.3846153;
		width: calc(100% - 3.2vw);
	}

	#sec03 .hotelArea .hotelList .box a .texFlex .imgArrow {
		width: 3.2vw;
		line-height: 1.067vw;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
	}

	/*----------------------------------------------------
	#sizeNav
	----------------------------------------------------*/

	#sizeNav {
		padding: 17.067vw 0 0 0;
	}

	#sizeNav .sectionHead {
		margin-bottom: 8vw;
	}

	#sizeNav .sectionHead h2 b {
		font-size: 5.333vw;
		margin-bottom: 2.667vw;
	}

	#sizeNav .sectionHead h2 small {
		font-size: 3.2vw;
	}

	#sizeNav .navFlex {
		flex-direction: column;
		margin: 0 0 0 0;
		width: 100%;
	}

	#sizeNav .navFlex .boxLink {
		margin: 0 0 4vw;
	}

	#sizeNav .navFlex .boxLink.height {
		height: 18.667vw;
	}

	#sizeNav .navFlex .boxLink.mb {
		margin: 0 0 6.133vw;
	}

	#sizeNav .navFlex .boxLink a {
		padding: 0 6.4vw 0 6.133vw;
	}

	#sizeNav .navFlex .boxLink a .ribbon {
		height: 7.733vw;
		padding: 0 3.2vw 0 2.4vw;
		left: -2.667vw;
		top: -4vw;
		clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
	}

	#sizeNav .navFlex .boxLink a .ribbon .tex {
		font-size: 3.333vw;
	}

	/*----------------------------------------------------
	#priceNav
	----------------------------------------------------*/

	#priceNav {
		padding: 12.8vw 0 12.8vw 0;
	}

	#priceNav .sectionHead {
		margin-bottom: 8vw;
	}

	#priceNav .sectionHead h2 b {
		font-size: 5.333vw;
		margin-bottom: 2.667vw;
	}

	#priceNav .sectionHead h2 small {
		font-size: 3.2vw;
	}

	#priceNav .navFlex {
		flex-direction: column;
		margin: 0 0 0 0;
		width: 100%;
	}

	#priceNav .navFlex .boxLink {
		margin: 0 0 4vw;
	}

	#priceNav .navFlex .boxLink a {
		padding: 0 6.4vw 0 6.133vw;
	}

	#priceNav .navFlex .boxLink a .ribbon {
		height: 7.733vw;
		padding: 0 3.2vw 0 2.4vw;
		left: -2.667vw;
		top: -4vw;
		clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
	}

	#priceNav .navFlex .boxLink a .ribbon .tex {
		font-size: 3.333vw;
	}


}
