html {
	font-size: 62.5%;
}

body {
	color: #333;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
}

sup,
sub {
	font-size: xx-small;
}

main {
	display: block;
	position: relative;
}
main * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
main ul li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none;
	transition: all 0.4s ease-out;
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	opacity: 0.6;
}

button,
[type=submit],
[type=reset] {
	transition: all 0.3s ease;
	-webkit-tap-highlight-color: transparent;
}

strong {
	color: #333;
	font-weight: inherit;
}

figure {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	transition: 0.3s;
}

.fit-img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.has-max {
	height: auto;
	max-width: 100%;
}

:root {
	--color-red: #D71718;
	--color-yw: #F0E62A;
	--color-brw: #604D3F;
	--color-black: #000333;
	--color-white: #ffffff;
	--color-grey: #DBD8D2;
	--color-grn: #307538;
	--color-brw2: #705825;
	--color-bl: #2B50A2;
	--hover-duration:0.4s;
	--font-din: din-2014, sans-serif;
	--font-mill: "miller-banner", serif;
	--font-osw: "Oswald", sans-serif;
}

/*--------------------------------
reset
--------------------------------*/
html, body, div, p, img, iframe, a, span, blockquote, q, address, cite,
pre, code, em, small, strong, b, i,
header, article, section, nav, figure, figcaption, hgroup, menu, aside, footer, time,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
table, tbody, thead, tfoot, th, tr, td,
form, fieldset, legend, label, select, input, textarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	vertical-align: baseline;
}

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

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

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

sup,
sub {
	font-size: xx-small;
}

select, option, input:not([type=checkbox]):not([type=radio]), textarea, button {
	font-family: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

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

[type=submit], [type=button], [type=reset], [type=file], button {
	cursor: pointer;
}

:focus {
	outline: none;
}

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.u-pc-only {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.u-sp-only {
		display: none !important;
	}
}
.u-none {
	display: none !important;
}

.u-ta-l {
	text-align: left !important;
}

.u-ta-c {
	text-align: center !important;
}

.u-ta-r {
	text-align: right !important;
}

@media screen and (max-width: 767px) {
	.u-sp-ta-l {
		text-align: left !important;
	}
	.u-sp-ta-c {
		text-align: center !important;
	}
	.u-sp-ta-r {
		text-align: right !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pc-ta-l {
		text-align: left !important;
	}
	.u-pc-ta-c {
		text-align: center !important;
	}
	.u-pc-ta-r {
		text-align: right !important;
	}
}
/* =====================
    margin / padding
===================== */
.u-mt-0 {
	margin-top: 0 !important;
}

.u-mb-0 {
	margin-bottom: 0 !important;
}

.u-mt-05em {
	margin-top: 0.5em !important;
}

.u-mt-1em {
	margin-top: 1em !important;
}

.u-mt-2em {
	margin-top: 2em !important;
}

.u-mt-3em {
	margin-top: 3em !important;
}

.u-mb-05em {
	margin-bottom: 0.5em !important;
}

.u-mb-1em {
	margin-bottom: 1em !important;
}

.u-mb-2em {
	margin-bottom: 2em !important;
}

.u-mb-3em {
	margin-bottom: 3em !important;
}

.u-mb-4em {
	margin-bottom: 4em !important;
}

.u-mb-5em {
	margin-bottom: 5em !important;
}

.u-pt-0 {
	padding-top: 0 !important;
}

.u-pb-0 {
	padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.u-sp-mt-0 {
		margin-top: 0 !important;
	}
	.u-sp-mb-0 {
		margin-bottom: 0 !important;
	}
	.u-sp-mt-05em {
		margin-top: 0.5em !important;
	}
	.u-sp-mt-1em {
		margin-top: 1em !important;
	}
	.u-sp-mt-2em {
		margin-top: 2em !important;
	}
	.u-sp-mt-3em {
		margin-top: 3em !important;
	}
	.u-sp-mb-1em {
		margin-bottom: 1em !important;
	}
	.u-sp-mb-2em {
		margin-bottom: 2em !important;
	}
	.u-sp-mb-3em {
		margin-bottom: 3em !important;
	}
	.u-sp-pt-0 {
		padding-top: 0 !important;
	}
	.u-sp-pb-0 {
		padding-bottom: 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pc-mt-0 {
		margin-top: 0 !important;
	}
	.u-pc-mb-0 {
		margin-bottom: 0 !important;
	}
	.u-pc-mt-05em {
		margin-top: 0.5em !important;
	}
	.u-pc-mt-1em {
		margin-top: 1em !important;
	}
	.u-pc-mt-2em {
		margin-top: 2em !important;
	}
	.u-pc-mt-3em {
		margin-top: 3em !important;
	}
	.u-pc-mb-1em {
		margin-bottom: 1em !important;
	}
	.u-pc-mb-2em {
		margin-bottom: 2em !important;
	}
	.u-pc-mb-3em {
		margin-bottom: 3em !important;
	}
	.u-pc-pt-0 {
		padding-top: 0 !important;
	}
	.u-pc-pb-0 {
		padding-bottom: 0 !important;
	}
}
/* =====================
    font-size
===================== */
.u-fz-xs {
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
}

.u-fz-sm {
	font-size: clamp(1.1rem, 1.04rem + 0.1875vw, 1.4rem);
}

.u-fz-md {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
}

.u-fz-lg {
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
}

.u-fz-xl {
	font-size: clamp(1.6rem, 1.52rem + 0.25vw, 2rem);
}

.u-fz-md2 {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
}

/* =====================
    line-height
===================== */
.u-lh-20 {
	line-height: 2 !important;
}

.u-underline {
	text-decoration: underline;
}

.u-wet9 {
	font-weight: 900;
}

.l-header {
	padding: 0 30px;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	background-color: var(--color-grey);
	transform: translateY(0);
	transition: 1s cubic-bezier(0.22, 1, 0.68, 1.01);
}
@media screen and (max-width: 1100px) {
	.l-header {
		padding: 0 2%;
	}
}
@media screen and (max-width: 767px) {
	.l-header {
		z-index: 100;
		width: 100%;
	}
}
.l-header-cover {
	display: flex;
	align-items: center;
	height: 80px;
	transition: height 0.5s ease, background 0.5s ease;
}
@media screen and (max-width: 767px) {
	.l-header-cover {
		height: 55px;
		flex-wrap: wrap;
		padding: 0;
		overflow: hidden;
	}
}
.l-header-logo {
	width: 70px;
}
@media screen and (max-width: 767px) {
	.l-header-logo {
		width: 50px;
		margin-top: 7px;
	}
}
.l-header-logo2 {
	width: 160px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.l-header-logo2 {
		width: 130px;
	}
}
.l-header-logo2.-o2 {
	width: 60px;
}
@media screen and (max-width: 767px) {
	.l-header-logo2.-o2 {
		width: 40px;
	}
}

.l-footer {
	position: relative;
	background-color: #000;
	padding-block: clamp(1rem, 0.8rem + 0.625vw, 2rem);
	color: #fff;
}
.l-footer .pagetop {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	width: 50px;
}
.l-footer .logo {
	width: 75px;
	margin-inline: auto;
	margin-block-end: 10px;
}
.l-footer .copy {
	text-align: center;
	font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	color: #666666;
}

.c-flex {
	display: flex;
}
.c-flex.c-spb {
	justify-content: space-between;
}
.c-flex.c-wrap {
	flex-wrap: wrap;
}
.c-flex.c-ac {
	align-items: center;
}
.c-flex.c-afs {
	align-items: flex-start;
}

.c-cta {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c-cta {
		padding: 0 5%;
	}
}
.c-cta dl dt {
	font-weight: 700;
	font-size: clamp(1.6rem, 1.44rem + 0.5vw, 2.4rem);
	margin-block-end: clamp(1.5rem, 1.3rem + 0.625vw, 2.5rem);
}
.c-btn {
	max-width: 535px;
	margin-inline: auto;
	width: 100%;
}
.c-btn a {
	display: flex;
	margin-inline: auto;
	width: 100%;
	height: 74px;
	font-size: clamp(1.6rem, 1.44rem + 0.5vw, 2.4rem);
	transition: 0.3s;
	position: relative;
	z-index: 2;
	border: 1px solid #000;
	padding: 5px;
}
.c-btn a span {
	width: 100%;
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-btn.-wh a {
	border-color: #fff;
}
.c-btn.-wh a span {
	background-color: #fff;
	color: #000;
}

.c-line .-slice {
	background-image: linear-gradient(var(--color-yw), var(--color-yw));
	background-size: 0 10px;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 2px;
	transition: background-size 1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
}
.c-line .-slice.-red {
	background-image: linear-gradient(var(--color-red), var(--color-red));
}
.c-line.animated .-slice {
	background-size: 100% 10px;
	background-position: 0 85%;
}

.c-title {
	text-align: center;
	margin-bottom: clamp(2rem, 1.4rem + 1.875vw, 5rem);
}
.c-title span {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	display: block;
	margin: auto;
	color: #BBA15C;
	font-size: clamp(3rem, 2.6rem + 1.25vw, 5rem);
	line-height: 1;
}
.c-title span.-ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
.c-title em {
	display: inline-block;
	font-style: normal;
	margin: auto;
	font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
	background: #BBA15C;
	color: #fff;
	padding: 2px 5px;
}
.c-title em.-en {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
}

.img-wrapper {
	position: relative;
}
.img-wrapper .caption {
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 1;
	font-size: 1.1rem;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.img-wrapper .caption {
		font-size: 1rem;
	}
}
.img-wrapper .caption.-wh {
	color: var(--color-white);
}

*[data-fade] {
	mask-image: url(../../img/common/mask.webp);
	mask-mode: alpha;
	mask-position: left bottom;
	mask-repeat: no-repeat;
	mask-size: auto 200%;
}

*[data-fade].wow-finished {
	animation: 2.5s masked cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

@keyframes masked {
	0% {
		mask-position: left bottom;
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	to {
		mask-position: left 0%;
		mask-size: auto 900%;
		opacity: 1;
	}
}
[class*=__inner] {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
[class*=__inner].-md {
	max-width: 800px;
}

.p-add {
	position: relative;
}
.p-add .titles {
	text-align: center;
	margin-bottom: clamp(2rem, 1.4rem + 1.875vw, 5rem);
}
.p-add .titles span {
	font-family: var(--font-osw);
	font-weight: 400;
	display: block;
	margin: auto;
	color: #BBA15C;
	font-size: clamp(3rem, 2.6rem + 1.25vw, 5rem);
	line-height: 1;
}
.p-add .titles em {
	display: inline-block;
	margin: auto;
	font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
	line-height: 1.2;
	font-style: normal;
	background: #BBA15C;
	color: #fff;
	padding: 2px 25px;
	min-width: 140px;
}
.p-add-mv {
	height: 100dvh;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-add-mv {
		height: 50dvh;
	}
}
.p-add-mv:before {
	content: "image";
	position: absolute;
	top: 85px;
	right: 10px;
	font-size: 1.1rem;
}
.p-add-mv h1 {
	position: absolute;
	line-height: 1.3;
	left: 5%;
	bottom: 35%;
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}
.p-add.-o2 .p-add-mv h1 {
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.9), 0 0 3px rgba(0, 0, 0, 0.9), 0 0 3px rgba(0, 0, 0, 0.9), 0 0 3px rgba(0, 0, 0, 0.9);
}
.p-add.-sauna .p-add-mv h1 {
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.3);
}
.p-add-mv h1 span {
	font-size: clamp(2.5rem, 1.9rem + 1.875vw, 5.5rem);
	letter-spacing: 0.2em;
	font-family: var(--font-din);
	color: var(--color-yw);
}
.p-add.-sauna .p-add-mv h1 span {
	color: var(--color-red);
}
.p-add.-o2 .p-add-mv h1 span {
	color: var(--color-bl);
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.9), 0 0 3px rgba(255, 255, 255, 0.9), 0 0 3px rgba(255, 255, 255, 0.9), 0 0 3px rgba(255, 255, 255, 0.9);
}
.p-add-mv h1 em {
	font-size: clamp(1.8rem, 1.56rem + 0.75vw, 3rem);
	font-style: normal;
	display: block;
}
.p-add-mv figure {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.p-add-mv figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.p-add-mv:after {
	content: "";
	background-color: var(--color-grey);
	width: 100vw;
	height: 240px;
	clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 767px) {
	.p-add-mv:after {
		height: 70px;
	}
}
.p-add-area1 {
	background-color: var(--color-grey);
	padding-block-end: clamp(5rem, 4rem + 3.125vw, 10rem);
}
.p-add-area1 h2 {
	text-align: center;
	font-family: var(--font-din);
	font-size: clamp(2.6rem, 2.4rem + 0.625vw, 3.6rem);
	line-height: 1.3;
	margin-block-end: clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
.p-add-area1 h2 span {
	display: block;
	color: var(--color-brw);
	font-weight: 700;
	font-size: clamp(3.5rem, 3.24rem + 0.8125vw, 4.8rem);
}
.p-add-area1 .-txt1 {
	width: 90%;
	max-width: 720px;
	margin-inline: auto;
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
	margin-block-end: clamp(6rem, 4.8rem + 3.75vw, 12rem);
}
.p-add.-sauna .p-add-area1 .-txt1 {
	max-width: 1000px;
}
.p-add-area1 .-txt1 span {
	font-weight: 700;
}
.p-add-area1 .-txt1 em {
	font-style: normal;
	color: var(--color-red);
}
.p-add-area1__box1 {
	display: flex;
	justify-content: space-between;
	margin-block-end: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
@media screen and (max-width: 767px) {
	.p-add-area1__box1 {
		flex-direction: column;
		gap: 10px;
	}
}
.p-add-area1__box1 dl {
	width: 37%;
}
@media screen and (max-width: 767px) {
	.p-add-area1__box1 dl {
		width: 100%;
	}
}
.p-add-area1__box1 dl dt {
	font-weight: 700;
	font-size: clamp(1.8rem, 1.68rem + 0.375vw, 2.4rem);
}
.p-add-area1__box1 dl dd {
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
}
.p-add-area1__box1 figure {
	width: 60%;
}
@media screen and (max-width: 767px) {
	.p-add-area1__box1 figure {
		width: 100%;
	}
}
.p-add-area1__box1 figure figcaption {
	position: absolute;
}
.p-add-area1__box2 {
	display: grid;
	grid-template-columns: 55% 43%;
	grid-template-rows: max-content 1fr;
	gap: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
@media screen and (max-width: 767px) {
	.p-add-area1__box2 {
		display: block;
	}
}
.p-add-area1__box2 figure:nth-of-type(1) {
	grid-area: 1/1/2/2;
}
@media screen and (max-width: 767px) {
	.p-add-area1__box2 figure:nth-of-type(1) {
		float: left;
		width: 55%;
		margin-bottom: 10px;
	}
}
.p-add-area1__box2 figure:nth-of-type(2) {
	grid-area: 1/2/3/3;
}
@media screen and (max-width: 767px) {
	.p-add-area1__box2 figure:nth-of-type(2) {
		float: right;
		width: 42%;
		margin: 0 0 10px 10px;
	}
}
.p-add-area1__box2 p {
	grid-area: 2/1/3/2;
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
	margin: 0 0 auto 0;
}
.p-add-area1__box2 p em {
	font-style: normal;
	color: var(--color-red);
}
@media screen and (max-width: 767px) {
	.p-add-area1__box2 p {
		float: none;
	}
}
.p-add-area1 .note {
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
	margin-block-start: 1em;
}
.p-add-area1 .note em {
	font-style: normal;
	color: var(--color-red);
}
.p-add-area2 {
	position: relative;
	padding-block-start: clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
.p-add-area2 h2 {
	text-align: center;
	font-size: clamp(2.3rem, 1.9rem + 1.25vw, 4.3rem);
	margin-block-end: clamp(2rem, 1.4rem + 1.875vw, 5rem);
}
.p-add-area2 h2 span {
	font-family: var(--font-din);
	color: var(--color-yw);
}
.p-add.-sauna .p-add-area2 h2 span {
	color: var(--color-red);
}
.p-add.-o2 .p-add-area2 h2 span {
	color: var(--color-bl);
}
.p-add-area2 h2 img {
	display: inline-block;
	width: 180px;
	margin-inline: 10px;
}
.p-add-area2 h2:before {
	content: "";
	display: block;
	background-image: url(../../img/golf/golf28.webp);
	width: 250px;
	height: 193px;
	background-size: cover;
	margin-inline: auto;
}
.p-add.-sauna .p-add-area2 h2:before {
	background-image: url(../../img/sauna/sauna27.webp);
	width: 144px;
	height: 126px;
}
.p-add.-o2 .p-add-area2 h2:before {
	background-image: url(../../img/o2/ox27.webp);
	width: 148px;
	height: 157px;
}
@media screen and (max-width: 767px) {
	.p-add-area2 h2:before {
		width: 150px;
		height: 115px;
	}
	.p-add.-sauna .p-add-area2 h2:before {
		width: 100px;
		height: 96px;
	}
}
.p-add-area2 ul {
	display: flex;
	margin-block-start: clamp(4rem, 3.4rem + 1.875vw, 7rem);
}
.p-add-area2__box1 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.p-add-area2__box1 {
		flex-direction: column;
	}
}
.p-add-area2__box1 .-txt1 {
	position: sticky;
	top: 100px;
	width: 35%;
	margin-inline-start: 5%;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	.p-add-area2__box1 .-txt1 {
		position: static;
		width: 90%;
		margin-inline: auto;
	}
}
.p-add-area2__box1 .-txt1 dt {
	font-weight: 700;
	font-size: clamp(2.2rem, 1.92rem + 0.875vw, 3.6rem);
	line-height: 1.3;
	margin-block-end: 1em;
}
.p-add-area2__box1 .-txt1 dd {
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
	line-height: 2;
}
.p-add-area2__box1 .-txt1 dd span {
	display: block;
	font-size: clamp(1.8rem, 1.76rem + 0.125vw, 2rem);
	font-weight: 700;
	color: var(--color-red);
}
.p-add-area2__box1 .-txt1 dd p {
	font-size: clamp(1.4rem, 1.36rem + 0.125vw, 1.6rem);
	line-height: 1.5;
}
.p-add-area2__box1 .-txt1 dd ul {
	margin: 0;
	display: block;
	font-size: clamp(1.4rem, 1.36rem + 0.125vw, 1.6rem);
	line-height: 1.3;
}
.p-add-area2__box1 .-txt1 dd ul li {
	margin-left: 1em;
	text-indent: -1em;
	margin-block: 10px;
}
.p-add-area2__box1 .-txt1 dd ul li em {
	font-style: normal;
	font-weight: 700;
}
.p-add-area2__items {
	width: 50%;
	margin-inline: auto 0;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	.p-add-area2__items {
		width: 90%;
	}
}
.p-add-area2__item p {
	position: relative;
	display: flex;
	align-items: flex-end;
	line-height: 1;
	margin-inline-start: -10%;
}
.p-add-area2__item p span {
	letter-spacing: 0.3em;
	writing-mode: vertical-rl;
	font-family: var(--font-din);
	font-size: clamp(1.7rem, 1.5rem + 0.625vw, 2.7rem);
}
.p-add-area2__item p em {
	font-size: clamp(10rem, 8.66rem + 4.1875vw, 16.7rem);
	font-style: normal;
	font-family: var(--font-mill);
	font-weight: 300;
}
.p-add-area2__item figure {
	margin-block-start: -5%;
}
.p-add-area2__item dl {
	text-align: center;
}
.p-add-area2__item dl dt {
	font-size: clamp(1.7rem, 1.56rem + 0.4375vw, 2.4rem);
	margin-block: 1em;
}
@media screen and (max-width: 767px) {
	.p-add-area2__item dl dt {
		margin-block: 0.5em;
	}
}
.p-add-area2__item dl dd {
	margin-inline: auto;
	text-align: center;
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
}
.p-add.-sauna .p-add-area2__item dl dd, .p-add.-o2 .p-add-area2__item dl dd {
	width: 90%;
	max-width: none;
	text-align: left;
}
.p-add-area2__item dl dd em {
	font-style: normal;
	color: var(--color-red);
}
.p-add-area2__item dl dd span {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.p-add-area2__item dl dd {
		max-width: none;
		width: 90%;
	}
}
.p-add-area2__item dl dd dl {
	width: 100%;
	text-align: left;
}
.p-add-area2__item dl dd dl dt {
	color: var(--color-red);
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
	margin: 10px 0 0 0;
}
.p-add.-o2 .p-add-area2__item dl dd dl dt {
	color: var(--color-bl);
}
.p-add-area2__item dl dd dl dd {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
	width: 100% !important;
}
.p-add-area2__txt {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #EFEFEF;
	font-family: var(--font-mill);
	font-weight: 300;
	font-style: normal;
	font-size: clamp(22rem, 20rem + 6.25vw, 32rem);
	line-height: 1;
	overflow: hidden;
	position: absolute;
	left: 0;
}
.p-add-area2__txt.-t1 {
	top: 13%;
}
.p-add-area2__txt.-t2 {
	top: 65%;
}
.p-add-area2__txt p {
	display: flex;
	white-space: nowrap;
}
.p-add-area2__txt p span {
	animation: loop 60s linear infinite;
	will-change: transform, animation;
}
.p-add-area2__txt p:nth-of-type(2) span {
	animation: loop 60s linear infinite reverse;
}
@keyframes loop {
	0% {
		transform: translateZ(0);
	}
	to {
		transform: translate3d(-100%, 0, 0);
	}
}
.p-add-area3 {
	display: none;
	background-color: var(--color-grey);
	padding-block: clamp(3rem, 2.2rem + 2.5vw, 7rem);
}
.p-add-area3 ul {
	border-top: 1px solid #B7B7B7;
	margin: 35px 0 0 0;
}
@media screen and (max-width: 767px) {
	.p-add-area3 ul {
		margin: 10% 0 0 0;
	}
}
.p-add-area3 ul li {
	border-bottom: 1px solid #B7B7B7;
	padding: 10px 0;
}
.p-add-area3 ul li a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 35px;
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-add-area3 ul li a {
		padding: 10px 0;
		font-size: 4vw;
	}
}
.p-add-area3 ul li a p {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.p-add-area3 ul li a p {
		width: calc(100% - 70px);
	}
}
.p-add-area3 ul li a p span {
	display: inline-block;
}
.p-add-area3 ul li a .c-arr {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.p-add-area3 ul li a .cat {
	background-color: var(--color-red);
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.1;
	display: inline-block;
	padding: 3px 5px;
	margin-right: 10px;
}
.p-add-area3 ul li a .date {
	font-weight: 600;
	color: #ACACAC;
	font-size: 1.5rem;
	line-height: 1.1;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.p-add-area3 ul li a .date {
		font-size: 1.4rem;
	}
}
.p-add-area3 ul li a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(224, 224, 224, 0.25);
	z-index: -1;
	mask-image: linear-gradient(90deg, #fff 24%, transparent 33%);
	mask-position: 100% 0%;
	mask-size: 400% 400%;
	transition: all 0.5s ease;
}
.p-add-area3 ul li a:hover:after {
	mask-position: 0% 0;
}
.p-add-area3 ul li a:hover p span {
	background-position: 0% 0%;
}
.p-add-area3 ul li a:hover .c-arr {
	background-position: 0% 0%;
}
.p-add-area3 ul li a:hover .c-arr:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2043.9%2043.9%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23d9d7d7%3B%7D.cls-2%7Bfill%3A%23705825%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M21.95.5h0c11.85%2C0%2C21.45%2C9.6%2C21.45%2C21.45h0c0%2C11.85-9.6%2C21.45-21.45%2C21.45h0C10.1%2C43.4.5%2C33.8.5%2C21.95h0C.5%2C10.1%2C10.1.5%2C21.95.5Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M27.22%2C21.24l-3.11-3.12c-.39-.39-1.02-.39-1.41%2C0s-.39%2C1.02%2C0%2C1.41l1.41%2C1.41h-6.26c-.55%2C0-1%2C.45-1%2C1s.45%2C1%2C1%2C1h6.26l-1.41%2C1.41c-.39.39-.39%2C1.02%2C0%2C1.41.2.2.45.29.71.29s.51-.1.71-.29l3.11-3.11c.39-.39.39-1.02%2C0-1.41Z%22%2F%3E%3C%2Fsvg%3E");
}
.p-add-area3 .c-arr {
	width: 43px;
	height: 43px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
.p-add-area3 .c-arr:after {
	content: "";
	width: 43px;
	height: 43px;
	position: absolute;
	top: 0%;
	left: 0%;
	background-size: cover;
	background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2043.9%2043.9%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23d9d7d7%3B%7D.cls-2%7Bfill%3A%23705825%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M21.95.5h0c11.85%2C0%2C21.45%2C9.6%2C21.45%2C21.45h0c0%2C11.85-9.6%2C21.45-21.45%2C21.45h0C10.1%2C43.4.5%2C33.8.5%2C21.95h0C.5%2C10.1%2C10.1.5%2C21.95.5Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M27.22%2C21.24l-3.11-3.12c-.39-.39-1.02-.39-1.41%2C0s-.39%2C1.02%2C0%2C1.41l1.41%2C1.41h-6.26c-.55%2C0-1%2C.45-1%2C1s.45%2C1%2C1%2C1h6.26l-1.41%2C1.41c-.39.39-.39%2C1.02%2C0%2C1.41.2.2.45.29.71.29s.51-.1.71-.29l3.11-3.11c.39-.39.39-1.02%2C0-1.41Z%22%2F%3E%3C%2Fsvg%3E");
}
.p-add-area3 .c-arr.-anone {
	pointer-events: none;
}
.p-add-area3 .readmore {
	position: relative;
	padding-bottom: 50px;
}
.p-add-area3 .readmore button {
	position: absolute;
	z-index: 6;
	display: table;
	left: 50%;
	bottom: 0px;
	margin: 0 auto;
	width: 200px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background-color: #333;
	transform: translateX(-50%);
	cursor: pointer;
	transition: all 0.4s;
}
.p-add-area3 .readmore-content {
	position: relative;
	height: 150px;
	transition: all 0.4s;
	overflow: hidden;
}
.p-add-area3 .readmore-content:before {
	position: absolute;
	display: block;
	z-index: 5;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 215px;
	transition: all 0.4s;
	background: linear-gradient(rgba(219, 216, 210, 0) 0%, rgba(219, 216, 210, 0.8) 50%, rgb(219, 216, 210) 100%);
}
.p-add-area3 .readmore-content.is_open:before {
	display: none;
}
.p-add-area4 {
	padding-block: clamp(3rem, 2.2rem + 2.5vw, 7rem);
}
.p-add-area4 h4 {
	color: var(--color-brw2);
	font-size: clamp(2rem, 1.8rem + 0.625vw, 3rem);
	font-weight: 700;
	margin-block-end: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.p-add-area4 ul {
	font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
}
.p-add-area4 ul li {
	line-height: 1.3;
	margin-left: 1em;
	text-indent: -1em;
	margin-block: 5px;
}
.p-add-area4 hr {
	margin-block: clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
.p-add-area4 P {
	font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
}
.p-add-area4 dl {
	font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
}
.p-add-area4 dl dt {
	font-weight: 700;
	margin-top: 1em;
}
.p-add-area4 dl dd dl {
	margin: 10px 0 10px 40px;
}
.p-add-area4 dl dd dl dt {
	margin-left: 1em;
	text-indent: -1em;
}
.p-add-area4 dl dd dl dd ul {
	margin-left: 1em;
}
.p-add-form {
	padding: 100px 0 100px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.p-add-form {
		padding: 10% 0 10% 0;
	}
}
.p-add-form h2 {
	text-align: center;
	font-size: clamp(2rem, 1.8rem + 0.625vw, 3rem);
	margin-bottom: clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
.p-add-form ul.btn {
	display: flex;
	justify-content: center;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.p-add-form ul.btn {
		flex-direction: column;
		gap: 10px;
	}
}
.p-add-form ul.btn li {
	max-width: 350px;
}
@media screen and (max-width: 767px) {
	.p-add-form ul.btn li {
		width: 65%;
		margin-inline: auto;
	}
}
.p-add-form p.txt {
	text-align: center;
	font-size: clamp(1.4rem, 1.36rem + 0.125vw, 1.6rem);
}
.p-add-form .form {
	position: relative;
	z-index: 2;
	width: 90%;
	max-width: 820px;
	margin: 0 auto;
}
.p-add-form .form .mw_wp_form_confirm figure {
	display: none;
}
.p-add-form .form .check_btn input[type=checkbox].check {
	display: none;
}
.p-add-form .form .check_btn label {
	display: inline-block;
}
.p-add-form .form .check_btn .check + span {
	display: flex;
	align-items: center;
	padding-left: 35px;
	height: 26px;
	position: relative;
}
.p-add-form .form .check_btn .check + span:after, .p-add-form .form .check_btn .check + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
}
.p-add-form .form .check_btn .check + span:before {
	border: 1px solid #AAAAAA;
	border-radius: 4px;
	left: 0;
	height: 23px;
	width: 23px;
}
.p-add-form .form .check_btn .check + span:after {
	border: none;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 14px;
	left: 6px;
	opacity: 0;
	top: 1px;
	transform: rotate(45deg);
	width: 10px;
	transition: 0.3s;
}
.p-add-form .form .check_btn .check:checked + span::after {
	opacity: 1;
}
.p-add-form .form .check_btn .check:checked + span::before {
	background-color: var(--color-red);
}
.p-add-form .form .radio_btn {
	display: flex;
	gap: 10px;
}
.p-add-form .form .radio_btn input[type=radio].radio_btn_item {
	display: none;
}
.p-add-form .form .radio_btn label {
	display: inline-block;
}
.p-add-form .form .radio_btn .radio_btn_item + span {
	display: flex;
	align-items: center;
	padding-left: 35px;
	position: relative;
	height: 22px;
}
.p-add-form .form .radio_btn .radio_btn_item + span:before, .p-add-form .form .radio_btn .radio_btn_item + span:after {
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
}
.p-add-form .form .radio_btn .radio_btn_item + span:before {
	border: 1px solid #AAAAAA;
	background-color: #FAF7E7;
	left: 0;
	top: 0;
	height: 22px;
	width: 22px;
}
.p-add-form .form .radio_btn .radio_btn_item + span:after {
	background: #EF8B43;
	left: 5px;
	opacity: 0;
	top: 5px;
	width: 14px;
	height: 14px;
	transform: scale(0.1);
	transition: 0.2s;
}
.p-add-form .form .radio_btn .radio_btn_item:checked + span::after {
	opacity: 1;
	transform: scale(1);
}
@media screen and (max-width: 767px) {
	.p-add-form .form .radio_btn .horizontal-item {
		margin-left: 0;
	}
}
.p-add-form .form p.p1 {
	text-align: center;
	font-size: clamp(1.4rem, 1.36rem + 0.125vw, 1.6rem);
	margin-block: clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
@media screen and (max-width: 767px) {
	.p-add-form .form p.p1 {
		font-size: 3.5vw;
	}
}
.p-add-form .form p.p1 em {
	font-style: normal;
	color: var(--color-red);
}
.p-add-form .form p.pri {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 35px;
}
@media screen and (max-width: 767px) {
	.p-add-form .form p.pri {
		font-size: 3.5vw;
	}
}
.p-add-form .form p.pri a {
	text-decoration: underline;
}
.p-add-form .form .pribox {
	border-radius: 10px;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #FCF8EF;
	border-radius: 10px;
	border: 1px solid #D1CDCB;
	height: 180px;
	overflow: auto;
	font-size: 1.4rem;
}
.p-add-form .form .pribox h3 {
	font-size: 1.4rem;
	font-weight: normal;
}
.p-add-form .form table, .p-add-form .form dl.tbl {
	font-size: 1.6rem;
	letter-spacing: 0;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.p-add-form .form table, .p-add-form .form dl.tbl {
		font-size: 3.5vw;
	}
}
.p-add-form .form table tr, .p-add-form .form dl.tbl tr {
	display: block;
	margin-bottom: 20px;
	text-align: left;
}
.p-add-form .form table th, .p-add-form .form dl.tbl th {
	letter-spacing: 0;
	display: block;
	padding: 5px 0;
	position: relative;
	font-weight: 700;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-add-form .form table th, .p-add-form .form dl.tbl th {
		font-size: 3.5vw;
		width: 100%;
		border: none;
	}
}
.p-add-form .form table th span, .p-add-form .form table th em, .p-add-form .form dl.tbl th span, .p-add-form .form dl.tbl th em {
	font-size: 1.2rem;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 5px;
	margin-left: 10px;
}
.p-add-form .form table th span, .p-add-form .form dl.tbl th span {
	background-color: #D60101;
	color: #fff;
}
.p-add-form .form table th em, .p-add-form .form dl.tbl th em {
	font-style: normal;
	background-color: #DEDED9;
	color: #959393;
}
.p-add-form .form table td, .p-add-form .form dl.tbl td {
	letter-spacing: 0;
	display: block;
}
@media screen and (max-width: 767px) {
	.p-add-form .form table td, .p-add-form .form dl.tbl td {
		margin-bottom: 0px;
		padding-bottom: 0;
		width: 100%;
	}
}
.p-add-form .form table td div, .p-add-form .form dl.tbl td div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
.p-add-form .form table td ul.exp, .p-add-form .form dl.tbl td ul.exp {
	font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
	margin-block-start: clamp(3rem, 2.6rem + 1.25vw, 5rem);
}
.p-add-form .form table td ul.exp li, .p-add-form .form dl.tbl td ul.exp li {
	margin-left: 1em;
	text-indent: -1em;
}
.p-add-form .form table td ul.exp li em, .p-add-form .form dl.tbl td ul.exp li em {
	color: var(--color-red);
	font-style: normal;
}
@media screen and (max-width: 767px) {
	.p-add-form .form .mw_wp_form_confirm table td {
		padding: 0;
	}
}
.p-add-form .form .mw_wp_form_confirm p.pri {
	display: none;
}
.p-add-form .form .mw_wp_form_complete dl {
	text-align: center;
}
.p-add-form .form .mw_wp_form_complete dl dt {
	font-size: clamp(2rem, 1.82rem + 0.5625vw, 2.9rem);
}
@media screen and (max-width: 767px) {
	.p-add-form .form .mw_wp_form_complete dl dt {
		font-size: 6vw;
	}
}
.p-add-form .form .mw_wp_form_complete dl dd {
	font-size: clamp(1.4rem, 1.36rem + 0.125vw, 1.6rem);
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.p-add-form .form .mw_wp_form_complete dl dd {
		text-align: left;
		font-size: 4vw;
	}
}
.p-add-form .form .mw_wp_form_complete dl dd:nth-of-type(2) {
	color: #f30;
}
@media screen and (max-width: 767px) {
	.p-add-form .form .mw_wp_form_complete dl dd:nth-of-type(3) {
		text-align: center;
	}
}
.p-add-form .form .mw_wp_form_complete dl dd a {
	display: inline-block;
	border-bottom: 1px solid #333;
	font-size: clamp(1.6rem, 1.52rem + 0.25vw, 2rem);
}
@media screen and (max-width: 767px) {
	.p-add-form .form .mw_wp_form_complete dl dd a {
		font-size: 5vw;
	}
}
.p-add-form .form form button,
.p-add-form .form form textarea,
.p-add-form .form form select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.p-add-form .form form p.send {
	position: relative;
}
.p-add-form .form form p.send input.send {
	position: relative;
	display: block;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	padding: 25px 0px;
	background-color: var(--color-grn);
	border: 1px solid var(--color-grn);
	color: #FCF7E1;
	max-width: 285px;
	width: 100%;
	overflow: hidden;
	transition: 0.3s;
	margin: 50px auto 10px auto;
}
.p-add-form .form form p.send input.send:hover {
	opacity: 0.6;
}
.p-add-form .form form p.send input.bk {
	padding: 0;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
	text-decoration: underline;
	color: #333;
	width: 100%;
	margin: 30px 0 0 0;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s;
	border: none;
	background: none;
}
.p-add-form .form form p.send input.bk:hover {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	.p-add-form .form form p.send input.bk {
		font-size: 3.5vw;
		margin: 10% auto;
	}
}
.p-add-form .form select::-ms-expand {
	display: none;
}
.p-add-form .form form input[type=text],
.p-add-form .form form input[type=tel],
.p-add-form .form form input[type=email],
.p-add-form .form form textarea {
	padding: 10px 15px;
	font-size: 1.6rem;
	line-height: 1.5;
	width: 100%;
	box-sizing: border-box;
	background: #FCF8EF;
	border-radius: 10px;
	border: 1px solid #D1CDCB;
}
@media screen and (max-width: 767px) {
	.p-add-form .form form input[type=text],
	.p-add-form .form form input[type=tel],
	.p-add-form .form form input[type=email],
	.p-add-form .form form textarea {
		padding: 5px 10px;
		font-size: 3.5vw;
		border-radius: 5px;
	}
}
.p-add-form .form form input[type=button],
.p-add-form .form form input[type=file] {
	border-radius: 3px;
	line-height: 1;
	background: #fff;
	font-size: 1.4rem;
	border: none;
	margin: 10px 0 0 0;
}
.p-add-form .form form .mwform-file-delete {
	margin: 0 0 10px 0;
}
.p-add-form .form form textarea {
	width: 100% !important;
	height: 180px !important;
	border-radius: 10px;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-add-form .form form textarea {
		font-size: 3.5vw;
		height: 180px !important;
	}
}
.p-add-form .form .mwform-file-delete {
	cursor: pointer;
	visibility: hidden;
}
.p-add-form .form .mw-wp-form_file a {
	font-size: 1.4rem;
	text-decoration: underline;
}
.p-add-form .form .date {
	position: relative;
	width: 200px;
}
@media screen and (max-width: 767px) {
	.p-add-form .form .date {
		width: 45%;
	}
}
.p-add-form .form .date:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	display: block;
	width: 15px;
	height: 15px;
	pointer-events: none;
	text-align: center;
	content: "";
	background-size: cover;
	background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.69%2016.69%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fcf8ef%3B%20stroke%3A%20%23231815%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23231815%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2215.69%22%20height%3D%2215.69%22%2F%3E%20%3Crect%20class%3D%22cls-2%22%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2215.69%22%20height%3D%223.21%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 767px) {
	.p-add-form .form .date:after {
		right: 10px;
	}
}
.p-add-form .form .custom {
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	border-radius: 0;
	vertical-align: middle;
	margin: 0;
	background: #FCF8EF;
	border-radius: 10px;
	border: 1px solid #D1CDCB;
	width: 200px;
}
@media screen and (max-width: 767px) {
	.p-add-form .form .custom {
		border-radius: 5px;
		width: 45%;
	}
}
.p-add-form .form .custom.-w100 {
	width: 100%;
}
.p-add-form .form .mw_wp_form_confirm .custom {
	border: none;
	background: transparent;
}
.p-add-form .form .custom > select {
	width: 100%;
	padding: 10px 15px;
	font-size: 1.6rem;
	line-height: 1.5;
	outline: none;
}
@media screen and (max-width: 767px) {
	.p-add-form .form .custom > select {
		font-size: 3.5vw;
		padding: 5px 5px;
	}
}
.p-add-form .form .custom > select.inp2 {
	width: 100px;
}
@media screen and (max-width: 767px) {
	.p-add-form .form .custom > select.inp2 {
		width: 80px;
	}
}
.p-add-form .form .custom:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	display: block;
	width: 12px;
	height: 16px;
	pointer-events: none;
	text-align: center;
	content: "";
	background-size: cover;
	background-image: url("../../img/lp/arr2.svg");
}
@media screen and (max-width: 767px) {
	.p-add-form .form .custom:after {
		right: 10px;
	}
}
.p-add-form .form .mw_wp_form_confirm .custom:after {
	display: none;
}
.p-add-form .form form ::placeholder {
	color: #999;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-add-form .form form ::placeholder {
		font-size: 3.5vw;
	}
}
.p-add-form .form form .check {
	text-align: center;
}
.p-add-form .form form .mwform-checkbox-field.horizontal-item {
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-add-form .form form .mwform-checkbox-field.horizontal-item {
		font-size: 3.4vw;
		width: 30%;
	}
}
.p-add-form .form form .mwform-radio-field.horizontal-item {
	display: inline-block;
	margin-right: 1em;
}
.p-add-form .form form .mwform-checkbox-field a {
	text-decoration: underline;
}
.p-add-form .form .ui-datepicker-trigger {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	width: 30px;
}
.p-add-form .form .mw_wp_form_confirm .ui-datepicker-trigger {
	display: none !important;
}/*# sourceMappingURL=style.css.map */