/* リキッドレイアウト対応 */

body {
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.08em;
}

.u-mobile {
	display: none;
}

.u-mobile--lg {
	display: none;
}

html {
	font-size: 0.5333333333vw;
}

body {
	font-size: 14px;
	letter-spacing: 0.1em;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

address {
	font-style: normal;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 2.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

body.hidden {
	overflow: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 395px;
	width: 100%;
}

.l-main.c-flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: url(../images/main-bg.jpg);
	overflow: hidden;
}

.c-btn a {
	background-color: #736357;
	border: 1px solid #736357;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin: 0 auto;
	padding: 12px 0;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 260px;
}

.c-btn a:hover {
	background-color: #fff;
	color: #736357;
}

.c-btn a:after {
	background: url(../images/ic-tab-white.svg) no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	height: 13px;
	margin: auto;
	position: absolute;
	right: 20px;
	top: 0;
	width: 13px;
}

.c-btn a:hover:after {
	background: url(../images/ic-tab.svg) no-repeat;
}

.c-btn-yellow a {
	background-color: #ffff00;
	border: 1px solid #ffff00;
	color: #000000;
	position: relative;
}

.c-btn-yellow a:hover {
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffff00;
}

.c-btn-yellow a:after {
	background: url(../images/ic-tab.svg) no-repeat;
}

.c-btn-yellow a:hover:after {
	background: url(../images/ic-tab-white.svg) no-repeat;
}

.c-flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-section-title {
	font-size: 20px;
	line-height: 2;
	position: relative;
	text-align: center;
}

.c-section-title span {
	color: #998675;
	display: block;
	font-size: 12px;
}

.c-section-title::after {
	background: url(../images/wave-brown.svg) no-repeat;
	bottom: -50px;
	content: "";
	height: 10px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100%;
}

.p-about {
	background-color: #fff;
	padding: 90px 25px;
	position: relative;
}

.p-about::after {
	background: url(../images/weve-bg.png) no-repeat;
	background-size: 100%;
	bottom: -10px;
	content: "";
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 100%;
	z-index: 1;
}

.p-about__title {
	margin-bottom: 85px;
	text-align: left;
}

.p-about-txt {
	font-weight: 600;
}

.p-access {
	background-color: #c7b299;
	padding: 95px 30px;
}

.p-access__title {
	color: #fff;
}

.p-access__map {
	line-height: 0;
	margin: 35px 0;
}

.p-access__map iframe {
	height: 315px;
	width: 100%;
}

.p-concept {
	background-color: #fff;
	padding: 50px 10px 0;
}

.p-concept-bg {
	background: url(../images/main-bg.jpg) no-repeat;
	background-size: cover;
	border-top-left-radius: 180px;
	border-top-right-radius: 180px;
	padding: 65px 0;
}

.p-concept__title {
	color: #fff;
	padding-bottom: 65px;
}

.p-concept__title::after {
	display: none;
}

.p-concept__txt {
	background: url(../images/logo-concept.svg) no-repeat center/90%;
	color: #fff;
	font-weight: 500;
	text-align: center;
}

.p-floor {
	background-color: #c7b299;
	padding: 70px 30px 110px;
	position: relative;
}

.p-floor__title {
	color: #fff;
}

.p-floor__title::after {
	display: none;
}

.p-floor__map {
	margin-bottom: 150px;
	position: relative;
}

.p-floor__map::after {
	background: url(../images/wave-white.svg) no-repeat;
	bottom: -100px;
	content: "";
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100%;
}

.p-floor__map-img {
	margin-bottom: 50px;
}

.p-floor__map-title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
}

.p-floor__map-title::after {
	background: url(../images/wave-white.svg) no-repeat;
}

.p-floor__map-title span {
	font-size: 14px;
	padding-left: 25px;
}

.p-floor__point {
	margin-bottom: 70px;
}

.p-floor__point:last-child {
	margin-bottom: 0;
}

.p-floor__point::after {
	margin-bottom: 0;
}

.p-floor__point-title {
	color: #736357;
	font-size: 12px;
	margin-bottom: 30px;
}

.p-floor__point-title span {
	color: #fff;
	font-size: 18px;
	line-height: 1.5555555556;
	margin-top: 20px;
}

.p-floor__point-txt {
	color: #fff;
	line-height: 2.0714285714;
	margin-top: 30px;
}

.p-footer {
	background-color: #998675;
	padding: 90px 25px 20px;
	position: relative;
}

.p-footer::after {
	background: url(../images/weve-bg-brown.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -10px;
	width: 100%;
	z-index: 1;
}

.p-footer__logo {
	margin: 0 auto 50px;
	width: 205px;
}

.p-footer__address {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 120px;
	position: relative;
	text-align: center;
}

.p-footer__address::after {
	background: url(../images/wave-white.svg) no-repeat;
	bottom: -60px;
	content: "";
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100%;
}

.p-footer__address-women {
	background-color: #ffff00;
	color: #000000;
	display: block;
	font-size: 22.4px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 32px auto 0;
	margin: 2rem auto 0;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	text-align: center;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.p-footer__lists {
	margin-bottom: 40px;
	text-align: center;
}

.p-footer__list {
	margin-bottom: 15px;
}

.p-footer__list:after {
	margin-bottom: 0;
}

.p-footer__list a {
	color: #fff;
	display: block;
	font-size: 17px;
}

.p-footer__list a:hover {
	opacity: 0.7;
}

.p-footer__contact {
	margin: 140px 0 80px;
	position: relative;
}

.p-footer__contact::before {
	background: url(../images/wave-white.svg) no-repeat;
	content: "";
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -60px;
	width: 100%;
}

.p-footer__contact::after {
	background: url(../images/wave-white.svg) no-repeat;
	bottom: -60px;
	content: "";
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100%;
}

.p-footer__contact-txt {
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}

.p-footer__contact-flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-footer__contact-ic {
	margin-right: 10px;
}

.p-footer__contact-ic a {
	background-color: #c7b299;
	border-radius: 50%;
	display: block;
	height: 60px;
	width: 60px;
}

.p-footer__contact-ic a:hover {
	opacity: 0.7;
}

.p-footer__contact-ic img {
	height: 100%;
	margin: auto;
	width: 30px;
}

.p-footer__copy {
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: center;
}

.p-fv {
	background-color: #fff;
	border-top-left-radius: 180px;
	border-top-right-radius: 180px;
}

.p-fv {
	position: relative;
}

.p-fv::after {
	background-color: rgba(0, 0, 0, .6);
	content: "";
	height: 88%;
	margin-left: -10px;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	visibility: hidden;
	width: 395px;
}

.fv-panelactive::after {
	opacity: 1;
	visibility: inherit;
}

.p-main__title {
	height: 160px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 10px 0;
	width: 85%;
}

.p-main__title .circleText__text {
	fill: #998675;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.24em;
}

.p-main__title-circleText {
	-webkit-animation: loop 18s linear infinite;
	animation: loop 18s linear infinite;
	overflow: visible;
}

.p-fv__logo {
	margin: 0 auto 30px;
	margin-top: -10px;
	width: 190px;
}

.p-fv__img {
	margin-right: 20px;
}

.p-fv__txt {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.24em;
	line-height: 1.6;
	padding-right: 25px;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
}

.p-fv__left,
.p-fv__right {
	height: 100%;
	margin-top: 80px;
	margin-top: 5rem;
	position: fixed;
}

.p-fv__left {
	background: url(../images/fv-txt-bg.svg) no-repeat left 3vw center;
	background-size: 90%;
	padding-left: 320px;
	padding-left: 20rem;
}

.p-fv__right {
	background: url(../images/fv-logo-bg.svg) no-repeat right 80px bottom 80px;
	background: url(../images/fv-logo-bg.svg) no-repeat right 5rem bottom 5rem;
	background-size: 80%;
	padding-left: 192px;
	padding-left: 12rem;
	padding-right: 320px;
	padding-right: 20rem;
	right: 0;
}

.p-fv__info-logo {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	width: 256px;
	width: 16rem;
}

.p-fv__info-nav-lists {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.p-fv__info-nav-list {
	line-height: 1.8;
}

.p-fv__info-nav-list a {
	color: #fff;
	display: inline-block;
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: 700;
	padding-left: 48px;
	padding-left: 3rem;
	position: relative;
}

.p-fv__info-nav-list a:hover {
	opacity: 0.7;
}

.p-fv__info-nav-list a::before {
	background-color: #ffff00;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 9.6px;
	height: 0.6rem;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 9.6px;
	width: 0.6rem;
}

.p-fv__info-nav-btn {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.p-fv__info-nav-btn:last-child {
	margin-bottom: 0;
}

.p-fv__info-nav-btn a {
	margin-left: 0;
}

.p-fv__info-nav-btn a {
	border-radius: 5rem;
	font-size: 20.8px;
	font-size: 1.3rem;
	padding: 12.8px 0;
	padding: 0.8rem 0;
	width: 416px;
	width: 26rem;
}

.p-fv__info-nav-btn a::before {
	font-size: 24px;
	font-size: 1.5rem;
	padding: 16px 0;
	padding: 1rem 0;
}

.p-fv__info-nav-btn a:after {
	height: 20.8px;
	height: 1.3rem;
	right: 32px;
	right: 2rem;
	width: 20.8px;
	width: 1.3rem;
}

.p-fv__info-contact {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-fv__info-contact-txt {
	color: #fff;
	font-size: 22.4px;
	font-size: 1.4rem;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.p-fv__contact-flex {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-fv__contact-ic {
	margin-right: 16px;
	margin-right: 1rem;
}

.p-fv__contact-ic a {
	background-color: #736357;
	border-radius: 50%;
	display: block;
	height: 96px;
	height: 6rem;
	width: 96px;
	width: 6rem;
}

.p-fv__contact-ic a:hover {
	opacity: 0.7;
}

.p-fv__contact-ic img {
	height: 100%;
	margin: auto;
	width: 48px;
	width: 3rem;
}

.p-fv__info-address {
	color: #fff;
	font-size: 25.6px;
	font-size: 1.6rem;
	line-height: 1.5625;
	margin: 48px 0 16px;
	margin: 3rem 0 1rem;
}

.p-fv__info-women {
	background-color: #ffff00;
	color: #000000;
	font-size: 22.4px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	text-align: center;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.p-fv__info-copy {
	color: #fff;
	display: inline-block;
	font-size: 19.2px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

.p-fv__info-sublists {
	display: inline-block;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-fv__info-sublist {
	line-height: 1;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.p-fv__info-sublist a {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 19.2px;
	font-size: 1.2rem;
	padding-bottom: 11.2px;
	padding-bottom: 0.7rem;
}

.p-fv__main-h1 {
	color: #fff;
	font-size: 51.2px;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 2;
	text-decoration: underline;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
}

.p-fv__main-flex {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.p-fv__main-calendar-ttl {
	color: #fff;
	font-size: 38.4px;
	font-size: 2.4rem;
	text-align: center;
}

.p-fv__main-calendar {
	margin-right: 144px;
	margin-right: 9rem;
}

.p-fv__main-calendar img {
	width: 496px;
	width: 31rem;
}

.p-header {
	background-color: #736357;
	display: none;
	margin-left: -3%;
	padding: 20px 25px;
	position: relative;
	width: 105.6%;
}

.p-header__txt {
	color: #fff;
	font-size: 20px;
	line-height: 1;
}

.p-header__nav-btn {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.p-header__nav-btn:last-child {
	margin-bottom: 0;
}

#g-nav {
	background: url(../images/main-bg.jpg);
	border-bottom-left-radius: 180px;
	border-bottom-right-radius: 180px;
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, .6);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, .6);
	height: 585px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -700px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	width: 85%;
	z-index: 999;
}

.g-nav-list-close {
	background: url(../images/close.svg) no-repeat;
	background-size: 100%;
	cursor: pointer;
	height: 60px;
	margin: 50px auto 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 60px;
}

.g-nav-list-close:hover {
	opacity: 0.7;
}

/*アクティブクラスがついたら位置を0に*/

#g-nav.panelactive {
	top: 60px;
}

/*ナビゲーション*/

#g-nav.panelactive #g-nav-list {
	left: 50%; /*ナビゲーション天地中央揃え*/
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999;
}

/*リストのレイアウト設定*/

#g-nav li {
	list-style: none;
	text-align: center;
}

#g-nav li a {
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

/*========= ボタンのためのCSS ===============*/

.openbtn1 {
	bottom: 0;
	cursor: pointer;
	height: 50%;
	margin: auto;
	position: absolute;
	right: 40px;
	top: 0;
	width: 30px;
	z-index: 9999; /*ボタンを最前面に*/
}

/*×に変化*/

.openbtn1 span {
	background: url(../images/open-wave.svg) no-repeat;
	display: block;
	height: 30px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 30px;
}

.openbtn1.active span {
	background: url(../images/close-wave.svg) no-repeat;
}

.p-main__middle {
	background: url(../images/main-bg.jpg) no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, .6);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, .6);
	padding: 0 10px;
	z-index: 0;
}

.p-main__middle-bg {
	border: 1px solid #fff;
}

.p-news {
	background-color: #fff;
	padding: 95px 30px;
	position: relative;
}

.p-news::before,
.p-news::after {
	background: url(../images/weve-bg.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -10px;
	width: 100%;
}

.p-news::after {
	bottom: -10px;
	top: inherit;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 1;
}

.p-news__title::after {
	display: none;
}

.p-news__insta {
	margin-bottom: 30px;
	margin-top: 35px;
}

.p-news__insta-lists {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-news__insta-list {
	margin-bottom: 10px;
	width: calc(50% - 5px);
}

.p-news__insta-list:nth-child(n+3) {
	margin-bottom: 0;
}

.p-news__insta-list a {
	position: relative;
}

.p-news__insta-list a::before {
	background: black;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.p-news__insta-list a:hover::before {
	background: rgba(0, 0, 0, .4);
	opacity: 1;
}

.p-news__insta-list img {
	-o-object-fit: cover;
	height: 120px;
	object-fit: cover;
}

.p-price {
	background-color: #fff;
	padding: 95px 30px 50px;
	position: relative;
	z-index: 1;
}

.p-price::before,
.p-price::after {
	background: url(../images/weve-bg.png) no-repeat;
	background-size: 100%;
	content: "";
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -10px;
	width: 100%;
}

.p-price::after {
	bottom: -10px;
	top: inherit;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 1;
}

.p-price__title::after {
	display: none;
}

.p-price__box-contents {
	margin-top: 20px;
}

.p-price__box-contents .p-price__box:last-child {
	padding-bottom: 40px;
}

.p-price__box {
	background-color: rgba(230, 230, 230, .7);
	border-radius: 3px;
	border-top: 1px solid #fff;
	padding: 20px 15px;
}

.p-price__box::before {
	background: url(../images/logo-brown.svg) no-repeat center;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 78%;
	z-index: -1;
}

.p-price-box-title {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px;
	text-align: center;
}

.p-price-box-title span {
	display: block;
	font-size: 12px;
}

.p-price-box-price {
	color: #998675;
	font-size: 38px;
	line-height: 1;
	text-align: center;
}

.p-price-box-price span {
	font-size: 11px;
}

.p-price-box-txt {
	font-size: 12px;
	line-height: 2;
	margin-top: 0;
	padding-top: 25px;
}

.p-price-subtitle {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6875;
	margin-top: 40px;
	text-align: center;
}

.p-reserve {
	padding: 75px 0;
}

.p-reserve__txt {
	color: #fff;
	font-size: 17px;
	margin-bottom: 30px;
	text-align: center;
}

.p-reserve__txt span {
	display: block;
	font-size: 20px;
	line-height: 1.8;
}

@media (min-width: 1501px) {

html {
	font-size: 62.5%;
}

}

@media screen and (max-width: 1325px) {

.p-fv__info-sublists {
	display: block;
	margin-left: 0;
	margin-top: 10px;
}

}

@media screen and (max-width: 1200px) {

.u-desktop--lg {
	display: none;
}

.u-mobile--lg {
	display: block;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 2.6666666667vw;
}

a:hover {
	opacity: 0.8;
}

.l-footer {
	border: none;
}

.l-inner {
	padding-left: 10px;
	padding-right: 10px;
}

.p-fv__left,
.p-fv__right {
	display: none;
}

.p-header {
	display: block;
	margin: 0 calc(50% - 50vw) !important;
	margin-left: 0;
	width: auto;
}

#g-nav {
	width: 385px;
}

.p-news {
	padding: 9.5rem 3rem;
}

}

@media screen and (max-width: 767px) and (max-width: 767px) {

a:hover {
	opacity: 1;
}

}

@media screen and (max-width: 400px) {

body {
	font-size: 1.3rem;
}

.c-btn a {
	font-size: 1.3rem;
	padding: 0.8rem 0;
	width: 90%;
}

.c-btn a:after {
	height: 1.3rem;
	right: 1.7rem;
	width: 1.3rem;
}

.c-section-title {
	font-size: 2rem;
}

.c-section-title span {
	font-size: 1.2rem;
}

.c-section-title::after {
	bottom: -5rem;
	height: 1rem;
}

.p-about {
	padding: 9rem 1.5rem;
}

.p-about::after {
	bottom: -1rem;
	height: 2rem;
}

.p-about__title {
	margin-bottom: 8.5rem;
}

.p-access {
	padding: 9.5rem 2rem;
}

.p-access__map iframe {
	height: 31.5rem;
}

.p-concept {
	padding: 5rem 1rem 0;
}

.p-concept-bg {
	padding: 6.5rem 0;
}

.p-concept__title {
	padding-bottom: 6.5rem;
}

.p-floor__map-title span {
	font-size: 1.4rem;
	padding-left: 2.5rem;
}

.p-floor__point {
	margin-bottom: 7rem;
}

.p-floor__point-title {
	font-size: 1.2rem;
	margin-bottom: 3rem;
}

.p-floor__point-title span {
	font-size: 1.8rem;
	margin-top: 2rem;
}

.p-floor__point-txt {
	margin-top: 3rem;
}

.p-footer {
	padding: 9rem 2rem 2rem;
}

.p-footer__logo {
	margin-bottom: 5rem;
	width: 20.5rem;
}

.p-footer__address {
	margin-bottom: 12rem;
}

.p-footer__lists {
	margin-bottom: 4rem;
}

.p-footer__list {
	margin-bottom: 1.5rem;
}

.p-footer__list a {
	font-size: 1.7rem;
}

.p-footer__contact {
	margin: 14rem 0 8rem;
}

.p-footer__contact-ic {
	margin-right: 1rem;
}

.p-footer__contact-ic a {
	height: 6rem;
	width: 6rem;
}

.p-footer__contact-ic img {
	width: 3rem;
}

.p-footer__copy {
	font-size: 1rem;
}

.p-fv::after {
	width: 108%;
}

.p-main__title {
	height: 16rem;
	padding: 3rem 1rem 0;
}

.p-main__title .circleText__text {
	font-size: 1.7rem;
}

.p-fv__logo {
	width: 19rem;
}

.p-fv__img {
	margin-right: 2rem;
}

.p-fv__txt {
	font-size: 2.2rem;
	padding-right: 2.5rem;
}

.p-header {
	padding: 2rem 2.5rem;
}

.p-header__txt {
	font-size: 2rem;
	width: 16rem;
}

#g-nav {
	height: 58.5rem;
	width: 85%;
}

.g-nav-list-close {
	height: 6rem;
	margin-top: 3rem;
	width: 6rem;
}

#g-nav.panelactive {
	top: 6rem;
}

#g-nav li a {
	font-size: 1.7rem;
	padding: 1rem;
}

.openbtn1 {
	height: 40%;
	right: 4rem;
	width: 3rem;
}

.openbtn1 span {
	height: 3rem;
	width: 3rem;
}

.p-main__middle {
	padding: 0 1rem;
}

.p-news::before,
.p-news::after {
	height: 2rem;
	top: -1rem;
}

.p-news__insta {
	margin-bottom: 3rem;
	margin-top: 3.5rem;
}

.p-news__insta-list {
	margin-bottom: 1rem;
	width: calc(50% - 0.5rem);
}

.p-news__insta-list img {
	height: 13rem;
}

.p-price {
	padding: 9.5rem 1.5rem 5rem;
}

.p-price::before,
.p-price::after {
	top: -0.9rem;
}

.p-price::after {
	bottom: -0.9rem;
	top: inherit;
}

.p-price__box {
	padding: 20px 1rem;
}

.p-price-box-title {
	font-size: 1.6rem;
	margin-bottom: 3rem;
}

.p-price-box-title span {
	font-size: 1.2rem;
}

.p-price-box-price {
	font-size: 3.8rem;
}

.p-price-box-price span {
	font-size: 1.1rem;
}

.p-price-box-txt {
	font-size: 1.2rem;
	margin-top: 0;
	padding-top: 2.5rem;
}

.p-price-subtitle {
	font-size: 1.6rem;
	margin-top: 4rem;
}

.p-reserve {
	padding: 7.5rem 0;
}

.p-reserve__txt {
	font-size: 1.7rem;
	margin-bottom: 3rem;
}

.p-reserve__txt span {
	font-size: 2rem;
}

}

@media (max-width: 360px) {

html {
	font-size: 2.7777777778vw;
}

}

@-webkit-keyframes loop {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes loop {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}


/*# sourceMappingURL=styles.css.map */
