@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/* Font
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Color
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Reset
----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select, textarea {
	vertical-align: middle;
/*	-webkit-appearance: none;*/
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
/*box-sizingを全ブラウザに対応*/
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* フォームスタイルのリセット */
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"] {
	font-size: 16px;
}
input[type="number"] {
	-moz-appearance: textfield;
}
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	outline: none;
	background: transparent;
}
button, input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	outline: none;
	padding: 20px 0;
}
/*
input[type="radio"] {
  opacity: 0; }

input[type="checkbox"] {
  opacity: 0; }
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	display: none;
	margin: 0;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 1;
}
input[type="date"]::-webkit-clear-button {
	-webkit-appearance: none;
}
/* ==========================================================================
   Foundation
========================================================================== */
/* Mixin
----------------------------------------------------------------- */
/* ==========================================================================
   Foundation
========================================================================== */
/* Base
----------------------------------------------------------------- */
* {
	/*
  background: none;
  border: 0;
  box-sizing: border-box;
*/
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	word-wrap: break-word;
}
html {
	color: #000;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	overflow-y: scroll;
	/*scroll-behavior: smooth;*/
	text-size-adjust: 100%;
	width: 100%;
}
body {
	background-color: #FFF;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1.9;
	height: 100%;
	width: 100%;
}
body._navy {
	background-color: 900;
}
body._lightgray {
	background-color: 900;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
button {
	cursor: pointer;
}
button:hover {
	opacity: .7;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: .8;
}
@media screen and (max-width: 768px) {
	a:hover {
		opacity: 1;
	}
}
address {
	font-style: normal;
}
@media (min-width: 769px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
.wrapper {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}
.pc {
	display: block !important;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
.sp {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.sp {
		display: block !important;
	}
}
/*
.fade {
	opacity: 0;
}
.fade.in {
	animation-name: fade-in;
	animation-duration: 2s;
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-delay: .6s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@media screen and (max-width: 768px) {
	.fade.in {
		animation-name: fade-in--sp;
	}
}
.fadeup {
	opacity: 0;
}
.fadeup.in {
	animation-name: fadeup-in;
	animation-duration: 3s;
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@media screen and (max-width: 768px) {
	.fadeup.in {
		animation-name: fadeup-in--sp;
	}
}
.fadeslide {
	opacity: 0;
}
.fadeslide.in {
	animation-name: fadeslide-in;
	animation-duration: 2s;
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-delay: .4s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@media screen and (max-width: 768px) {
	.fadeslide.in {
		animation-name: fadeslide-in--sp;
	}
}
*/
.p-r {
	position: relative;
}
.ta-l {
	text-align: left;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center !important;
}
.f-jc {
	display: flex;
	justify-content: center;
}
.f-jsb {
	display: flex;
	justify-content: space-between;
}
.f-as-jfs {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
}
.f-as-jc {
	align-items: flex-start;
	display: flex;
	justify-content: center;
}
.f-as-jfe {
	align-items: flex-start;
	display: flex;
	justify-content: flex-end;
}
.f-as-jsb {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}
.f-ac-jfs {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}
.f-ac-jc {
	align-items: center;
	display: flex;
	justify-content: center;
}
.f-ac-jsb {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.f-ae-jfs {
	align-items: flex-end;
	display: flex;
	justify-content: flex-start;
}
.f-ae-jc {
	align-items: flex-end;
	display: flex;
	justify-content: center;
}
.f-ae-jsb {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}
.fw {
	flex-wrap: wrap;
}
/* ==========================================================================
   Layout
========================================================================== */
/* Header
----------------------------------------------------------------- */
.header__logo {
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-name: load;
	animation-duration: .8s;
	animation-timing-function: ease-out;
	animation-delay: .8s;
	background-color: #1f233e;
	height: 180px;
	opacity: 0;
	width: 180px;
}
@media screen and (max-width: 1024px) {
	.header__logo {
		height: 130px;
		width: 130px;
	}
}
@media screen and (max-width: 768px) {
	.header__logo {
		height: 60px;
		width: 120px;
	}
}
.header__logo a {
	height: auto;
}
@media screen and (max-width: 768px) {
	.header__logo a {
		height: 100%;
	}
}
.header__logo img {
	height: auto;
	width: 113px;
}
@media screen and (max-width: 1024px) {
	.header__logo img {
		width: 93px;
	}
}
@media screen and (max-width: 768px) {
	.header__logo img {
		width: 120px;
	}
}
.header__nav {
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-name: load;
	animation-duration: .8s;
	animation-timing-function: ease-out;
	animation-delay: .8s;
	opacity: 0;
	width: 100%;
}
.header__nav ul {
	width: 100%;
}
.header__nav ul li {
	position: relative;
}
.header__nav ul li a {
	transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
	color: #1f233e;
	cursor: pointer;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 0;
}
@media screen and (max-width: 1024px) {
	.header__nav ul li a {
		font-size: 13px;
	}
}
.header__nav ul li a p {
	border-bottom: solid 2px #FFF;
	display: inline-block;
}
.header__nav ul li a:hover {
	opacity: 1;
}
.header__nav ul li a:hover p {
	transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
	border-bottom-color: #1f233e;
}
.header__nav .parent a {
	cursor: default;
}
.header__nav .parent:hover > div {
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-name: menu_fadein;
	animation-duration: .3s;
	animation-timing-function: ease-out;
	animation-delay: .3s;
	display: block;
	width: 0;
}
@media screen and (max-width: 1024px) {
	.header__nav .parent:hover > div {
		animation-name: menu_fadein--tb;
	}
}
.header__nav .parent:hover > div ul {
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-name: menu_ul_fadein;
	animation-duration: .3s;
	animation-timing-function: ease-out;
	animation-delay: .6s;
	display: block;
	opacity: 0;
}
.header__nav--menu {
	transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
	background: rgba(31, 35, 62, 0.9);
	display: none;
	height: 190px;
	padding: 17px 0;
	position: absolute;
	left: 180px;
	top: -10px;
	width: 210px;
}
@media screen and (max-width: 1024px) {
	.header__nav--menu {
		height: 160px;
		left: 130px;
		width: 180px;
	}
}
.header__nav--menu ul {
	opacity: 0;
}
.header__nav--menu ul li a {
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-name: menu-out;
	animation-duration: .4s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	background-image: url(/assets/img/nav/arrow-menu.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 7px;
	color: #FFF;
	cursor: pointer !important;
	padding: 0;
	text-align: left;
}
.header__nav--menu ul li a:hover {
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-name: menu-over;
	animation-duration: .4s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
}
.header__nav--menu ul li a p {
	border-bottom: none;
	font-size: 15px;
	padding: 6px 0 6px 22px;
}
@media screen and (max-width: 1024px) {
	.header__nav--menu ul li a p {
		font-size: 13px;
		padding: 4px 0 4px 18px;
	}
}
.header__cta {
	align-self: flex-end;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-name: load;
	animation-duration: .8s;
	animation-timing-function: ease-out;
	animation-delay: .8s;
	opacity: 0;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.header__cta {
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
		width: 160px;
	}
}
.header__cta--counseling, .header__cta--reservation p, .header__cta--contact, .header__cta--online p {
	background-repeat: no-repeat;
	background-size: 30px auto;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .005em;
}
@media screen and (max-width: 1024px) {
	.header__cta--counseling, .header__cta--reservation p, .header__cta--contact, .header__cta--online p {
		background-size: 20px auto;
		font-size: 13px;
	}
}
.header__cta--counseling {
	background-color: #a38249;
	color: #FFF;
	padding: 16px 0;
}
@media screen and (max-width: 1024px) {
	.header__cta--counseling {
		padding: 12px 0;
	}
}
.header__cta--reservation {
	background-color: #1f233e;
	display: block;
}
.header__cta--reservation p {
	background-image: url(/assets/img/header/icon_reservation.png);
	background-position: left center;
	color: #FFF;
	display: inline-block;
	padding: 16px 0 16px 15px;
	text-align: center;
	width: 87%;
}
@media screen and (max-width: 1024px) {
	.header__cta--reservation p {
		padding: 12px 0 12px 12px;
	}
}
.header__cta--contact {
	background-color: #1f233e;
	background-image: url(/assets/img/header/icon_contact.png);
	background-position: center;
	color: #FFF;
	padding: 32px 0;
}
@media screen and (max-width: 1024px) {
	.header__cta--contact {
		padding: 26px 0;
	}
}
@media screen and (max-width: 768px) {
	.header__cta--contact {
		background-size: 25px auto;
		margin-right: 15px;
		padding: 0;
	}
}
.header__cta--online {
	background-color: #FFF;
	display: block;
}
.header__cta--online p {
	background-image: url(/assets/img/header/icon_online.png);
	background-position: left center;
	color: #a38249;
	display: inline-block;
	padding: 16px 0 16px 15px;
	text-align: center;
	width: 87%;
}
@media screen and (max-width: 1024px) {
	.header__cta--online p {
		padding: 12px 0 12px 12px;
	}
}
@media screen and (max-width: 768px) {
	.header__cta--tel, .header__cta--contact, .header__cta--button {
		display: block;
		height: 60px;
		width: 50px;
	}
}
.header__cta--tel {
	background-image: url(/assets/img/header/icon_tel.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 27px auto;
	color: #FFF;
}
.header__cta--button {
	background-color: #a38249;
	position: relative;
	width: 60px;
}
.header__cta--button span:before {
	background-color: #FFF;
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 12px);
	width: 24px;
}
.header__cta--button span:after {
	background-color: #FFF;
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	top: calc(50% + 5px);
	left: calc(50% - 12px);
	width: 24px;
}
.header__cta--button.open span:before, .header__cta--button.open span:after {
	animation-duration: .4s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
.header__cta--button.open span:before {
	animation-name: bar_before;
}
.header__cta--button.open span:after {
	animation-name: bar_after;
}
.header-pc {
	background-color: #FFF;
	flex-wrap: wrap;
	min-height: 615px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 180px;
	z-index: 2;
}
@media screen and (max-width: 1024px) {
	.header-pc {
		width: 130px;
	}
}
@media screen and (max-width: 768px) {
	.header-pc {
		display: none;
	}
}
.header-pc .inner {
	height: 100%;
	max-width: none;
	padding: 0;
}
.header-sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.header-sp {
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		animation-name: load;
		animation-duration: .8s;
		animation-timing-function: ease-out;
		animation-delay: .8s;
		background-color: #1f233e;
		display: block;
		height: 60px;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2;
	}
	.header-sp .inner {
		padding-right: 0;
	}
}
/* ==========================================================================
   Layout
========================================================================== */
/* Nav
----------------------------------------------------------------- */
.nav-sp {
	display: none;
	background: rgba(31, 35, 62, 0.9);
	height: calc(100vh - 60px);
	overflow: hidden;
	position: fixed;
	top: calc(-100vh - 60px);
	left: 0;
	width: 100%;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.nav-sp {
		display: block;
	}
}
.nav-sp.open {
	top: 60px;
	z-index: 4;
}
.nav-sp .inner {
	height: calc(100vh - 60px);
	overflow-y: auto;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}
.nav-sp ul {
	padding: 20px 30px;
	width: 100%;
}
.nav-sp ul li {
	border-bottom: solid 1px #FFF;
	display: block;
	position: relative;
	width: 100%;
}
.nav-sp ul li:nth-last-child(1) {
	border-bottom: none;
}
.nav-sp ul li a {
	color: #FFF;
	cursor: pointer;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0;
}
.nav-sp ul li a:hover {
	opacity: 1;
}
.nav-sp ul li a:hover p {
	transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
	border-bottom-color: #1f233e;
}
.nav-sp--menu ul {
	padding: 0 0 15px;
}
.nav-sp--menu ul li {
	border-bottom: none;
}
.nav-sp--menu ul li a {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	opacity: .6;
	padding: 10px 0;
}
.nav-sp__cta {
	border-top: solid 1px #FFF;
	padding-top: 15px;
	padding-bottom: 150px;
	width: 100%;
}
.nav-sp__cta--counseling, .nav-sp__cta--reservation, .nav-sp__cta--contact, .nav-sp__cta--online {
	background-repeat: no-repeat;
	background-size: 30px auto;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 700;
	margin-top: 30px;
}
.nav-sp__cta--counseling span, .nav-sp__cta--reservation span, .nav-sp__cta--contact span, .nav-sp__cta--online span {
	color: #FFF;
	background-position: left center;
	background-size: auto 22px;
	background-repeat: no-repeat;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 700;
	width: 200px;
}
.nav-sp__cta--reservation span {
	background-image: url(/assets/img/nav/icon_reservation_sp.png);
	padding-left: 20px;
}
.nav-sp__cta--contact span {
	background-image: url(/assets/img/nav/icon_contact_sp.png);
}
.nav-sp__cta--online span {
	background-image: url(/assets/img/nav/icon_online_sp.png);
	padding-left: 20px;
}
html.open, body.open {
	touch-action: none;
	/*height: 100vh;
  overflow: auto;*/
	-ms-overflow-style: none;
	scrollbar-width: none;
}
html.open::-webkit-scrollbar {
	display: none;
}
body.open::-webkit-scrollbar {
	display: none;
}
/* ==========================================================================
   Layout
========================================================================== */
.main {
	height: 100%;
	padding-left: 180px;
	position: relative;
	width: 100%;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.main {
		padding-left: 130px;
	}
}
@media screen and (max-width: 768px) {
	.main {
		padding-top: 60px;
		padding-left: 0;
	}
}
/* ==========================================================================
   Layout
========================================================================== */
/* Footer
----------------------------------------------------------------- */
.footer {
	background-color: #1f233e;
	padding: 100px 0 0 180px;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.footer {
		padding: 70px 0 0 130px;
	}
}
@media screen and (max-width: 768px) {
	.footer {
		margin-top: 30px;
		padding: 60px 0 0 0;
	}
}
.footer__deco-line {
	height: 72px;
	position: absolute;
	top: -36px;
	left: calc(50% - 1px + 180px / 2);
	width: 1px;
}
@media screen and (max-width: 1024px) {
	.footer__deco-line {
		height: 64px;
		top: -32px;
		left: calc(50% - 1px + 130px / 2);
	}
}
@media screen and (max-width: 768px) {
	.footer__deco-line {
		left: calc(50% - 1px);
	}
}
.footer__pagetop {
	display: block;
	height: 144px;
	position: absolute;
	top: 0;
	right: 30px;
	text-align: center;
	width: 40px;
	z-index: 2;
}
@media screen and (max-width: 1024px) {
	.footer__pagetop {
		height: 114px;
		right: 20px;
		width: 30px;
	}
}
@media screen and (max-width: 768px) {
	.footer__pagetop {
		height: 144px;
	}
}
.footer__pagetop img {
	height: auto;
	width: 14px;
}
@media screen and (max-width: 1024px) {
	.footer__pagetop img {
		width: 11px;
	}
}
@media screen and (max-width: 768px) {
	.footer__pagetop img {
		width: 14px;
	}
}
.footer__logo img {
	height: auto;
	width: 285px;
}
@media screen and (max-width: 1024px) {
	.footer__logo img {
		width: 220px;
	}
}
@media screen and (max-width: 768px) {
	.footer__logo img {
		width: 200px;
	}
}
.footer .inner {
	padding-top: 50px;
	padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
	.footer .inner {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	.footer .inner {
		padding-bottom: 30px;
	}
}
.footer__nav {
	width: calc(100% - 180px);
}
@media screen and (max-width: 1024px) {
	.footer__nav {
		width: calc(100% - 130px);
	}
}
@media screen and (max-width: 768px) {
	.footer__nav {
		width: 100%;
	}
}
.footer__nav ul {
	padding-right: 50px;
}
@media screen and (max-width: 1024px) {
	.footer__nav ul {
		padding-right: 30px;
	}
}
@media screen and (max-width: 768px) {
	.footer__nav ul {
		padding-right: 0;
		width: 45%;
	}
}
.footer__nav ul:nth-last-child(1) {
	padding-right: 0;
}
@media screen and (max-width: 768px) {
	.footer__nav ul:nth-last-child(1) {
		width: 55%;
	}
}
.footer__nav ul li {
	text-align: left;
}
.footer__nav ul li a {
	color: #FFF;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	padding: 10px 0;
}
@media screen and (max-width: 1024px) {
	.footer__nav ul li a {
		font-size: 13px;
		padding: 7px 0;
	}
}
@media screen and (max-width: 768px) {
	.footer__nav ul li a {
		font-size: 14px;
	}
}
.footer__nav ul li .parent:hover {
	opacity: 1;
}
.footer__nav--menu ul {
	width: 100% !important;
}
.footer__nav--menu ul li a {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 300;
	opacity: .6;
	padding: 11px 0;
}
@media screen and (max-width: 1024px) {
	.footer__nav--menu ul li a {
		font-size: 12px;
		padding: 7px 0;
	}
}
@media screen and (max-width: 1024px) {
	.footer__nav--menu ul li a {
		font-size: 12px;
		padding: 7px 0;
	}
}
.footer__nav--menu ul li a:hover {
	opacity: .5;
}
.footer__nav--menu ul li a:before {
	content: "- ";
}
.footer__cta {
	width: 180px;
}
@media screen and (max-width: 1024px) {
	.footer__cta {
		width: 130px;
	}
}
@media screen and (max-width: 768px) {
	.footer__cta {
		padding-bottom: 30px;
		width: 100%;
	}
}
.footer__cta--counseling, .footer__cta--reservation p, .footer__cta--contact, .footer__cta--online p {
	background-repeat: no-repeat;
	background-size: 30px auto;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .005em;
}
@media screen and (max-width: 1024px) {
	.footer__cta--counseling, .footer__cta--reservation p, .footer__cta--contact, .footer__cta--online p {
		background-size: 20px auto;
		font-size: 13px;
	}
}
@media screen and (max-width: 768px) {
	.footer__cta--counseling, .footer__cta--reservation p, .footer__cta--contact, .footer__cta--online p {
		background-size: 30px auto;
		font-size: 16px;
	}
}
.footer__cta--counseling {
	background-color: #a38249;
	color: #FFF;
	margin-bottom: 20px;
	padding: 16px 0;
}
@media screen and (max-width: 1024px) {
	.footer__cta--counseling {
		padding: 12px 0;
	}
}
@media screen and (max-width: 768px) {
	.footer__cta--counseling {
		margin-bottom: 0;
		padding: 20px 0;
	}
}
.footer__cta--reservation {
	background-color: #1f233e;
	border: solid 1px #FFF;
	display: block;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.footer__cta--reservation {
		border: none;
		margin-bottom: 0;
		padding: 20px 0;
	}
}
.footer__cta--reservation p {
	background-image: url(/assets/img/footer/icon_reservation.png);
	background-position: left center;
	color: #FFF;
	display: inline-block;
	padding: 16px 0 16px 15px;
	text-align: center;
	width: 87%;
}
@media screen and (max-width: 1024px) {
	.footer__cta--reservation p {
		padding: 12px 0 12px 12px;
	}
}
@media screen and (max-width: 768px) {
	.footer__cta--reservation p {
		padding: 0 0 0 12px;
	}
}
.footer__cta--contact {
	background-color: #1f233e;
	background-image: url(/assets/img/footer/icon_contact.png);
	background-position: center;
	color: #FFF;
	padding: 32px 0;
}
@media screen and (max-width: 1024px) {
	.footer__cta--contact {
		padding: 26px 0;
	}
}
@media screen and (max-width: 768px) {
	.footer__cta--contact {
		background-size: 25px auto;
		margin-right: 15px;
		padding: 20px 0;
	}
}
.footer__cta--online {
	background-color: #FFF;
	display: block;
}
@media screen and (max-width: 768px) {
	.footer__cta--online {
		padding: 20px 0;
	}
}
.footer__cta--online p {
	background-image: url(/assets/img/footer/icon_online.png);
	background-position: left center;
	color: #a38249;
	display: inline-block;
	padding: 16px 0 16px 15px;
	text-align: center;
	width: 87%;
}
@media screen and (max-width: 1024px) {
	.footer__cta--online p {
		padding: 12px 0 12px 12px;
	}
}
@media screen and (max-width: 768px) {
	.footer__cta--online p {
		padding: 0 0 0 12px;
	}
}
.footer__copyright {
	background-color: #000;
	padding: 15px 0;
	text-align: center;
	padding: 10px 0;
}
.footer__copyright p {
	color: #FFF;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	opacity: .4;
}
@media screen and (max-width: 1024px) {
	.footer__copyright p {
		font-size: 13px;
	}
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Access
----------------------------------------------------------------- */
.access {
	margin-top: 0;
	position: relative;
}
.access__bg {
	background-image: url(/assets/img/main/access_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.access .inner {
	padding-top: 70px;
	padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
	.access .inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.access__text {
	color: #1f233e;
	font-size: 18px;
	margin-top: 70px;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.access__text {
		font-size: 15px;
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	.access__text {
		font-size: 16px;
		text-align: center;
		width: 100%;
	}
}
@media screen and (min-width: 1025px) {
	.access__text br.tb {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.access__text br.tb {
		display: block;
	}
}
.access .button2 {
	margin-top: 70px;
}
@media screen and (max-width: 1024px) {
	.access .button2 {
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	.access .button2 {
		margin: 30px 0 0 auto;
	}
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* animation
----------------------------------------------------------------- */
@keyframes load {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes load_in_mask {
	0% {
		left: 0;
		opacity: 1;
		width: 100%;
		z-index: 1;
	}
	1% {
		left: 0;
		opacity: 1;
		width: 100%;
		z-index: 3;
	}
	99% {
		left: -100%;
		opacity: 1;
		width: 100%;
		z-index: 3;
	}
	100% {
		left: -100%;
		opacity: 1;
		width: 100%;
		z-index: 1;
	}
}
@keyframes load_in_fade {
	0% {
		opacity: 1;
		z-index: 3;
	}
	99% {
		opacity: 0;
		z-index: 3;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}
@keyframes menu_fadein {
	0% {
		opacity: 0;
		width: 0;
	}
	100% {
		opacity: 1;
		width: 200px;
	}
}
@keyframes menu_fadein--tb {
	0% {
		opacity: 0;
		width: 0;
	}
	100% {
		opacity: 1;
		width: 180px;
	}
}
@keyframes menu_ul_fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes menu_ul_fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes menu_parent_border {
	0% {
		border-bottom-color: #FFF;
	}
	100% {
		border-bottom-color: #1f233e;
	}
}
@keyframes fadein {
	0% {
		opacity: 0;
		width: 0;
	}
	100% {
		opacity: 1;
		width: 180px;
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in--sp {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeup-in {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeup-in--sp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeslide-in {
	0% {
		opacity: 0;
		transform: translateX(30px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeslide-in--sp {
	0% {
		opacity: 0;
		transform: translateX(30px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes menu-over {
	0% {
		background-position: 90% center;
	}
	100% {
		background-position: 93% center;
	}
}
@keyframes menu-out {
	0% {
		background-position: 93% center;
	}
	100% {
		background-position: 90% center;
	}
}
@keyframes button2-over {
	0% {
		background-position: 98% center;
	}
	100% {
		background-position: 100% center;
	}
}
@keyframes button2-out {
	0% {
		background-position: 100% center;
	}
	100% {
		background-position: 98% center;
	}
}
@keyframes bar_before {
	0% {
		top: calc(50% - 5px);
	}
	25% {
		top: calc(50%);
	}
	50% {
		top: calc(50%);
		transform: rotate(0deg);
	}
	100% {
		top: calc(50%);
		transform: rotate(-45deg);
	}
}
@keyframes bar_after {
	0% {
		top: calc(50% + 5px);
	}
	25% {
		top: calc(50%);
	}
	50% {
		top: calc(50%);
		transform: rotate(0deg);
	}
	100% {
		top: calc(50%);
		transform: rotate(45deg);
	}
}
@keyframes reservation_button-over {
	0% {
		background-position: center 40px, center 80%;
	}
	100% {
		background-position: center 40px, center 85%;
	}
}
@keyframes reservation_button-over--tb {
	0% {
		background-position: center 26px, center 80%;
	}
	100% {
		background-position: center 26px, center 85%;
	}
}
@keyframes reservation_button-out {
	0% {
		background-position: center 40px, center 85%;
	}
	100% {
		background-position: center 40px, center 80%;
	}
}
@keyframes reservation_button-out--tb {
	0% {
		background-position: center 26px, center 85%;
	}
	100% {
		background-position: center 26px, center 80%;
	}
}
@keyframes tab-on {
	0% {
		background-color: #1f233e;
		background-position: center calc(100% - 20px);
	}
	100% {
		background-color: #a38249;
		background-position: center calc(100% - 15px);
	}
}
@keyframes tab-on--tb {
	0% {
		background-color: #1f233e;
		background-position: center calc(100% - 15px);
	}
	100% {
		background-color: #a38249;
		background-position: center calc(100% - 10px);
	}
}
@keyframes tab-on--sp {
	0% {
		background-color: #1f233e;
		background-position: center calc(100% - 12px);
	}
	100% {
		background-color: #a38249;
		background-position: center calc(100% - 9px);
	}
}
@keyframes tab-off {
	0% {
		background-color: #a38249;
		background-position: center calc(100% - 15px);
	}
	100% {
		background-color: #1f233e;
		background-position: center calc(100% - 20px);
	}
}
@keyframes tab-off--tb {
	0% {
		background-color: #a38249;
		background-position: center calc(100% - 10px);
	}
	100% {
		background-color: #1f233e;
		background-position: center calc(100% - 15px);
	}
}
@keyframes tab-off--sp {
	0% {
		background-color: #a38249;
		background-position: center calc(100% - 9px);
	}
	100% {
		background-color: #1f233e;
		background-position: center calc(100% - 12px);
	}
}
@keyframes accordion-out {
	0% {
		padding-top: 20px;
	}
	100% {
		padding-top: 0;
	}
}
@keyframes accordion-out--sp {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 0;
	}
}
@keyframes accordion-over {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 20px;
	}
}
@keyframes accordion-over--sp {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 0;
	}
}
@keyframes accordion-fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes accordion-arrow-out {
	0% {
		padding-top: 20px;
	}
	100% {
		padding-top: 0;
	}
}
@keyframes accordion-arrow-out--sp {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 0;
	}
}
@keyframes accordion-arrow-over {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 20px;
	}
}
@keyframes accordion-arrow-over--sp {
	0% {
		padding-top: 0;
	}
	100% {
		padding-top: 0;
	}
}
@keyframes mv_bnr {
	0% {
		right: -500px;
	}
	100% {
		right: 0;
	}
}
@keyframes mv_bnr--tb {
	0% {
		right: -380px;
	}
	100% {
		right: 0;
	}
}
@keyframes mv_bnr--sp {
	0% {
		right: -768px;
	}
	100% {
		right: 0;
	}
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Button
----------------------------------------------------------------- */
.button1 {
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-name: menu-out;
	animation-duration: .4s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	background-color: #a38249;
	background-image: url(/assets/img/main/arrow-button.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 32px auto;
	color: #FFF;
	display: inline-block;
	font-family: "Playfair Display", serif;
	font-weight: 500;
	margin-top: 50px;
	max-width: 300px;
	padding: 20px 24px 20px 0;
	width: 100%;
}
.button1:hover {
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-name: menu-over;
	animation-duration: .4s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
}
@media screen and (max-width: 1024px) {
	.button1 {
		background-size: 28px auto;
		font-size: 14px;
		margin-top: 30px;
		max-width: 240px;
		padding: 16px 18px 16px 0;
	}
}
@media screen and (max-width: 768px) {
	.button1 {
		background-size: 32px auto;
		font-size: 18px;
		margin-top: 50px;
		max-width: none;
		padding: 18px 22px 18px 0;
		width: 100%;
	}
}
.button2 {
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-name: button2-out;
	animation-duration: .4s;
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-delay: 0;
	background-image: url(/assets/img/main/arrow-button2.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 8px auto;
	border-bottom: solid 1px #1f233e;
	color: #1f233e;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 25px 10px 0;
}
@media screen and (max-width: 1024px) {
	.button2 {
		background-size: 6px auto;
		font-size: 15px;
		padding: 7px 20px 7px 0;
	}
}
@media screen and (max-width: 768px) {
	.button2 {
		background-size: 8px auto;
		font-size: 20px;
		padding: 10px 25px 10px 0;
	}
}
.button2:hover {
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-name: button2-over;
	animation-duration: .4s;
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-delay: 0;
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Crumbs
----------------------------------------------------------------- */
.crumbs {
	padding: 15px 20px;
}
.crumbs a, .crumbs p {
	color: #969696;
	font-size: 12px;
}
@media screen and (max-width: 1024px) {
	.crumbs a, .crumbs p {
		font-size: 10px;
	}
}
@media screen and (max-width: 768px) {
	.crumbs a, .crumbs p {
		font-size: 11px;
	}
}
.crumbs a {
	display: inline-block;
}
.crumbs a::after {
	content: "／";
	padding: 0 10px;
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Heading
----------------------------------------------------------------- */
.head {
	align-items: center;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	justify-content: flex-start;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.head {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.head {
		font-size: 18px;
	}
}
.head span {
	display: inline-block;
	margin-right: 15px;
	height: 2px;
	width: 22px;
}
@media screen and (max-width: 1024px) {
	.head span {
		width: 18px;
	}
}
@media screen and (max-width: 768px) {
	.head span {
		width: 20px;
	}
}
.head.navy {
	color: #1f233e;
}
.head.navy span {
	background-color: #1f233e;
}
.head.white {
	color: #FFF;
}
.head.white span {
	background-color: #FFF;
}
.deco-head {
	font-family: "Dancing Script", cursive;
	font-size: 90px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 50px;
	right: 50px;
}
@media screen and (max-width: 1024px) {
	.deco-head {
		font-size: 70px;
		top: 30px;
		right: 30px;
	}
}
@media screen and (max-width: 768px) {
	.deco-head {
		top: 30px;
		right: 30px;
	}
}
.deco-head span {
	opacity: .2;
}
.deco-head span.white {
	color: #FFF;
}
.deco-head span.gold {
	color: #a38249;
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Inner
----------------------------------------------------------------- */
.inner {
	margin: 0 auto;
	max-width: 1200px;
/*	padding: 0 50px;*/
	position: relative;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.inner {
		padding: 0 30px;
	}
}
@media screen and (max-width: 768px) {
	.inner {
		padding: 0 10px;
		width: 100%;
	}
}
.page .inner {
	max-width: 1100px;
}
.inner--4 {
	margin: 0 auto;
	width: calc(100% / 6 * 4);
}
@media screen and (max-width: 1024px) {
	.inner--4 {
		width: calc(100% / 6 * 5);
	}
}
@media screen and (max-width: 768px) {
	.inner--4 {
		width: 100%;
	}
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Title
----------------------------------------------------------------- */
.title {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: solid 8px #a38249;
	height: 180px;
}
@media screen and (max-width: 1024px) {
	.title {
		border-width: 6px;
		height: 130px;
	}
}
@media screen and (max-width: 768px) {
	.title {
		border-width: 8px;
		height: 180px;
	}
}
.title__deco-head {
	color: #a38249;
	font-family: "Dancing Script", cursive;
	font-size: 48px;
	line-height: 1;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.title__deco-head {
		font-size: 36px;
	}
}
@media screen and (max-width: 768px) {
	.title__deco-head {
		font-size: 48px;
	}
}
.title__head {
	color: #FFF;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	padding-top: 20px;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.title__head {
		font-size: 16px;
		padding-top: 15px;
	}
}
@media screen and (max-width: 768px) {
	.title__head {
		font-size: 20px;
		padding-top: 20px;
	}
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Reservation
----------------------------------------------------------------- */
.reservation {
	background-color: #a38249;
	position: relative;
}
.reservation .inner {
	padding-top: 150px;
	padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
	.reservation .inner {
		padding-top: 90px;
		padding-bottom: 50px;
	}
}
.reservation__bg {
	background-image: url(/assets/img/main/reservation_bg.png);
	background-position: left 50px;
	background-repeat: no-repeat;
	background-size: 574px 90px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.reservation__bg {
		background-position: -35px 30px;
		background-size: 420px auto;
	}
}
@media screen and (max-width: 768px) {
	.reservation__bg {
		display: none;
	}
}
.reservation__head {
	display: none;
}
@media screen and (max-width: 768px) {
	.reservation__head {
		display: block;
		padding-top: 30px;
		text-align: center;
	}
}
.reservation__head span {
	border-bottom: solid 2px #FFF;
	color: #FFF;
	display: inline-block;
	font-weight: 700;
	line-height: 38px;
	padding-bottom: 25px;
	text-align: center;
}
.reservation__tel {
	height: 100%;
	margin-top: 30px;
	width: 50%;
}
@media screen and (max-width: 1024px) {
	.reservation__tel {
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.reservation__tel {
		margin-top: 30px;
		width: 100%;
	}
}
.reservation__tel a {
	color: #FFF;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: .1em;
}
@media screen and (max-width: 1024px) {
	.reservation__tel a {
		font-size: 30px;
	}
}
@media screen and (max-width: 768px) {
	.reservation__tel a {
		font-size: 32px;
	}
}
.reservation__tel a span {
	font-size: 30px;
}
@media screen and (max-width: 1024px) {
	.reservation__tel a span {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.reservation__tel a span {
		font-size: 25px;
	}
}
.reservation__tel p {
	color: #FFF;
	font-size: 18px;
	opacity: .7;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.reservation__tel p {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.reservation__tel p {
		font-size: 18px;
		padding-top: 20px;
	}
}
.reservation__button {
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-name: reservation_button-out;
	animation-duration: .8s;
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-delay: 0;
	background-color: #1f233e;
	background-image: url(/assets/img/main/icon_reservation.png), url(/assets/img/main/arrow_reservation.png);
	background-position: center 40px, center 80%;
	background-repeat: no-repeat;
	background-size: 45px auto, 21px auto;
	color: #FFF;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	margin-top: 30px;
	padding: 95px 0 70px;
	width: 50%;
}
@media screen and (max-width: 1024px) {
	.reservation__button {
		animation-name: reservation_button-out--tb;
	}
}
.reservation__button:hover {
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-name: reservation_button-over;
	animation-duration: .8s;
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-delay: 0;
}
@media screen and (max-width: 1024px) {
	.reservation__button:hover {
		animation-name: reservation_button-over--tb;
	}
}
@media screen and (max-width: 1024px) {
	.reservation__button {
		background-position: center 26px, center 80%;
		background-size: 32px auto, 17px auto;
		padding: 60px 0 40px;
	}
}
@media screen and (max-width: 768px) {
	.reservation__button {
		margin-top: 40px;
		width: 100%;
	}
}
.reservation__button span {
	font-size: 32px;
	line-height: 1;
}
@media screen and (max-width: 1024px) {
	.reservation__button span {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.reservation__button span {
		font-size: 28px;
	}
}
/* ==========================================================================
   Object - Component
========================================================================== */
/* Schedule
----------------------------------------------------------------- */
.schedule .inner {
	padding-top: 70px;
	padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
	.schedule .inner {
		padding-top: 50px;
		padding-bottom: 70px;
	}
}
.schedule .deco-head {
	right: auto;
	left: 50px;
	top: 120px;
}
@media screen and (max-width: 1024px) {
	.schedule .deco-head {
		left: 30px;
		top: 90px;
	}
}
@media screen and (max-width: 768px) {
	.schedule .deco-head {
		right: 30px;
		left: auto;
		top: 30px;
	}
}
.schedule__text {
	padding: 0 70px 0 0;
	text-align: right;
	width: 55%;
}
@media screen and (max-width: 1024px) {
	.schedule__text {
		padding: 0 50px 0 0;
		text-align: left;
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.schedule__text {
		margin-top: 30px;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}
}
.schedule__text p {
	font-size: 18px;
	color: #1f233e;
	display: inline-block;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.schedule__text p {
		font-size: 15px;
	}
}
@media screen and (max-width: 768px) {
	.schedule__text p {
		font-size: 16px;
		margin: 0 auto;
	}
}
.schedule__table {
	display: table;
	width: 45%;
}
@media screen and (max-width: 1024px) {
	.schedule__table {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.schedule__table {
		margin-top: 70px;
		width: 100%;
	}
}
.schedule__table th, .schedule__table td {
	border-left: solid 2px #dedee2;
	padding: 12px 0;
}
@media screen and (max-width: 1024px) {
	.schedule__table th, .schedule__table td {
		padding: 9px 0;
	}
}
@media screen and (max-width: 768px) {
	.schedule__table th, .schedule__table td {
		padding: 5px 0;
	}
}
.schedule__table th:nth-last-child(1), .schedule__table td:nth-last-child(1) {
	border-right: solid 2px #dedee2;
}
.schedule__table th {
	font-size: 20px;
	font-weight: 400;
}
@media screen and (max-width: 1024px) {
	.schedule__table th {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.schedule__table th {
		font-size: 16px;
	}
}
.schedule__table td {
	color: #a38249;
	font-size: 20px;
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
	.schedule__table td {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.schedule__table td {
		font-size: 16px;
	}
}
.schedule__table td span {
	color: #000;
	font-weight: 700;
}
.title {
	background-image: url(/assets/img/main/clinic-info/recruit/title_bg.jpg);
}
.recruit {
	background: rgba(214, 236, 254, 0.2);
	padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
	.recruit {
		padding-bottom: 50px;
	}
}
.recruit .inner {
	padding-top: 80px;
}
.recruit__head {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 15vw;
	max-height: 240px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.recruit__head {
		background-size: auto 100%;
		height: 24vw;
	}
}
.recruit__head:nth-child(2) {
	margin-top: 30px;
}
@media screen and (max-width: 1024px) {
	.recruit__head:nth-child(2) {
		margin-top: 20px;
	}
}
.recruit__head span {
	color: #1f233e;
	display: inline-block;
	font-size: 28px;
	padding-left: 28vw;
	text-align: left;
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.recruit__head span {
		background-size: auto 20px;
		font-size: 18px;
		padding-left: 25vw;
	}
}
@media screen and (max-width: 768px) {
	.recruit__head span {
		font-size: 16px;
		padding-left: 35vw;
	}
}
.recruit #nurse {
	background-image: url(/assets/img/main/clinic-info/requirements_nurse.jpg);
	background-size: 100%;
}
@media screen and (max-width: 768px) {
	.recruit #nurse {
		background-image: url(/assets/img/main/clinic-info/requirements_nurse_sp.jpg);
	}
}
.recruit #receptionist {
	background-image: url(/assets/img/main/clinic-info/requirements_receptionist.jpg);
	background-size: 100%
}
@media screen and (max-width: 768px) {
	.recruit #receptionist {
		background-image: url(/assets/img/main/clinic-info/requirements_receptionist_sp.jpg);
	}
}
.recruit__block {
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.recruit__block {
		margin-top: 20px;
	}
}
.recruit__block__content {
	background-color: #FFF;
	margin: 50px auto 0;
	padding: 40px 50px 0;
}
@media screen and (max-width: 1024px) {
	.recruit__block__content {
		margin-top: 30px;
		padding: 30px 30px 0;
	}
}
@media screen and (max-width: 768px) {
	.recruit__block__content {
		margin-top: 30px;
		padding: 30px 20px 0;
	}
}
.recruit__block__head {
	border-bottom: solid 1px #a38249;
	color: #a38249;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.recruit__block__head {
		font-size: 16px;
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 768px) {
	.recruit__block__head {
		font-size: 18px;
		padding-bottom: 15px;
	}
}
.recruit__block dl {
	align-items: flex-start;
	border-bottom: solid 1px #d6ecfe;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 740px;
	padding: 30px 0;
}
@media screen and (max-width: 1024px) {
	.recruit__block dl {
		padding: 20px 0;
	}
}
@media screen and (max-width: 768px) {
	.recruit__block dl {
		flex-wrap: wrap;
	}
}
.recruit__block dl:nth-last-child(1) {
	border-bottom: none;
}
.recruit__block dl dt, .recruit__block dl dd {
	font-size: 14px;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.recruit__block dl dt, .recruit__block dl dd {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
	.recruit__block dl dt, .recruit__block dl dd {
		display: block;
		font-size: 14px;
	}
}
.recruit__block dl dt {
	color: #1f233e;
	font-weight: 700;
	width: 30%;
}
@media screen and (max-width: 768px) {
	.recruit__block dl dt {
		width: 100%;
	}
}
.recruit__block dl dd {
	color: #3c3c3c;
	width: 70%;
}
@media screen and (max-width: 768px) {
	.recruit__block dl dd {
		padding-top: 10px;
		width: 100%;
	}
}
.recruit__block dl dd strong {
	color: #a38249;
	display: block;
	font-weight: 400;
	text-align: left;
}
/*
  .recruit .inner {
    padding-top: 70px;
    padding-bottom: 70px; 
}
*/
/*
    @media screen and (max-width: 1024px) {
      .recruit .inner {
        padding-top: 50px;
        padding-bottom: 50px; }
}
*/
.recruit__bg {
	background-image: url(/assets/img/main/clinic-info/recruit_bg.jpg);
	background-position: 65% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: calc(100% - 200px);
	position: absolute;
	top: 200px;
	right: 0;
	width: 60%;
	z-index: -1;
}
@media screen and (max-width: 1024px) {
	.recruit__bg {
		height: calc(100% - 130px);
		top: 130px;
	}
}
@media screen and (max-width: 768px) {
	.recruit__bg {
		display: none;
	}
}
.recruit__text {
	color: #1f233e;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	line-height: 2.4;
	padding-top: 100px;
	text-align: left;
}
@media screen and (max-width: 1024px) {
	.recruit__text {
		font-size: 14px;
		padding-top: 100px;
	}
}
@media screen and (max-width: 768px) {
	.recruit__text {
		font-size: 16px;
		line-height: 2;
		padding-top: 50px;
	}
}
.recruit__info {
	margin-bottom: 50px;
	background-image: url(/assets/img/main/clinic-info/recruit_bg.jpg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 70%;
    height: calc(100% - 200px);
    width: 100%;
    z-index: -1;
}
@media screen and (max-width: 768px) {
	.recruit__info {
		background-image: none;
		margin-bottom: 30px;
	}
}
.recruit__block .inner {
	padding-top: 0;
}

/* ==== アコーディオン ==== */
.recruit__head {
	cursor: pointer;
	position: relative;
}
.recruit__head::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 14px;
	height: 14px;
	border-right: 2px solid #1f233e;
	border-bottom: 2px solid #1f233e;
	transform: translateY(-70%) rotate(45deg);
	transition: transform .3s ease;
}
@media screen and (max-width: 768px) {
	.recruit__head::after {
		right: 15px;
		width: 10px;
		height: 10px;
	}
}
.recruit__block.is-open .recruit__head::after {
	transform: translateY(-30%) rotate(-135deg);
}

/* 変更点：.inner.fadeup → .inner */
.recruit__block .inner {
	overflow: hidden;
	max-height: 0;
	transition: max-height .4s ease;
}

/* ==========================================================================
 * form
 * ========================================================================== */
.inner-width {
	width: 920px;
	margin: 0 auto;
}
form {
	padding: 80px 0;
}
form .section__ttl {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	form {
		padding: 50px 0;
	}
	form .section__ttl {
		font-size: 22px;
	}
}
.form__table {
	width: 100%;
}
.form__container {
	width: 100%;
}
.table__box {
	display: flex;
	flex-direction: row;
	margin-bottom: 57px;
	width: 100%;
}
.table__box th {
	text-align: left;
	font-size: 18px;
	width: 44.652%;
    display: flex;
    flex-direction: row;
    align-items: center;
	position: relative;
}
.form__item dl dt.required__grop::after {
    content: "必須";
    display: inline-block;
    margin-left: 10px;
    padding: 2px 10px;
    color: #e60012;
    font-size: 12px;
    vertical-align: middle;
    border: 1px solid #e60012;
}
.form__item dl dt.any__grop::after {
    content: "任意";
    display: inline-block;
    margin-left: 10px;
    padding: 2px 10px;
    color: #333;
    font-size: 12px;
    vertical-align: middle;
    border: 1px solid #333;
}
.required__badge {
	border: solid 1px #e60012;
    color: #e60012;
    font-size: 12px;
    padding: 2px 8px;
    font-weight: bold;
	margin-left: 47px;
}
.input__field {
	display: flex;
	gap: 16px;
	width: 100%;
	position: relative;
	align-items: baseline;
}
select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
	text-align: left;
}
.input__field label {
	font-size: 18px;
}
.table__box td label+label {
    margin-left: 20px;
}
.table__privacy {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	border-radius: 5px;
}
.vertical__align input {
	font-weight: bold;
	background: #fff;
}
.blue {
	color: #3893cd;
	font-weight: bold;
	text-decoration: none;
}
.submit {
	display: flex;
    justify-content: center;
	position: relative;
}
.submit::after {
	content: "";
    position: absolute;
    right: 28%;
    top: 50%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
}
.submit__btn {
	background-color: #ccc;
	color: #666;
	border: none;
	width: 50%;
	border-radius: 100px;
	padding: 15px;
	font-size: 24px;
	font-weight: bold;
	opacity: 1;
}
.submit__btn:disabled {
	background-color: #ccc;
}
.submit__btn.is-valid {
	background-color: #009a44;
	color: #fff;
	cursor: pointer;
	border: none;
}

@media screen and (max-width: 640px) {
	.inner-width {
		width: 90%;
		margin: 0 auto;
	}
	.form__container { 
		border: none;
		padding: 0;
	}
	.table__box {
		margin-bottom: 20px;
		flex-direction: column;
		align-items: baseline;
	}
	.input__field {
		flex-direction: column;
		gap: 10px;
	}
	.table__box th {
		width: 286px;;
		margin-bottom: 5px;
		font-size: 16px;
		text-align: left;
	}
	.required__grop::after,
	.any__grop::after {
		position: static;
		display: inline-block;
		right: auto;
		margin-left: 10px;
		transform: none;
	}
	.submit__btn {
		width: 100%;
		font-size: 20px;
	}
	.submit::after {
		right: 7%;
	}
	.select__arrow::before {
		right: 6%;
		top: 43%;
    	width: 10px;
    	height: 10px;
	}
}
.step {
	background: rgba(31, 35, 62, 0.1);
	padding: 30px 0;
  	width: 100%;
	margin-bottom: 20px;
}
.step .step1,
.step .step2,
.step .step3 {
  height: 48px;
  margin: 0 10px;
  position: relative;
  width: 192px;
}
@media screen and (max-width: 1024px) {
  .step .step1,
.step .step2,
.step .step3 {
    height: 38px;
    margin: 0 7px;
    width: 153px;
  }
}
@media screen and (max-width: 768px) {
  .step .step1,
.step .step2,
.step .step3 {
    height: 48px;
    margin: 0 3px;
    width: 97px;
  }
}
.step .step1__bg,
.step .step2__bg,
.step .step3__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.step .step1__bg img,
.step .step2__bg img,
.step .step3__bg img {
  height: auto;
  width: 100%;
}
.step .step1 .step1__bg,
.step .step2 .step1__bg,
.step .step3 .step1__bg {
  opacity: 0.7;
}
.step .step1 .step2__bg,
.step .step2 .step2__bg,
.step .step3 .step2__bg {
  opacity: 0.5;
}
.step .step1 .step3__bg,
.step .step2 .step3__bg,
.step .step3 .step3__bg {
  opacity: 0.3;
}
.step .step1 p,
.step .step2 p,
.step .step3 p {
  color: #FFF;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .step .step1 p,
.step .step2 p,
.step .step3 p {
    font-size: 13px;
  }
}

.mw_wp_form_input .step .step1__bg {
  background-image: url(/assets/img/main/contact/step1_bg-on.png);
  opacity: 1;
}
.mw_wp_form_input .step .step2__bg {
  background-image: url(/assets/img/main/contact/step2_bg-off.png);
}
.mw_wp_form_input .step .step3__bg {
  background-image: url(/assets/img/main/contact/step3_bg-off.png);
}
@media screen and (max-width: 768px) {
  .mw_wp_form_input .step .step1__bg {
    background-image: url(/assets/img/main/contact/step1_bg_sp-on.png);
    opacity: 1;
  }
  .mw_wp_form_input .step .step2__bg {
    background-image: url(/assets/img/main/contact/step2_bg_sp-off.png);
  }
  .mw_wp_form_input .step .step3__bg {
    background-image: url(/assets/img/main/contact/step3_bg_sp-off.png);
  }
}

.mw_wp_form_confirm .step .step1__bg {
  background-image: url(/assets/img/main/contact/step1_bg-off.png);
}
.mw_wp_form_confirm .step .step2__bg {
  background-image: url(/assets/img/main/contact/step2_bg-on.png);
  opacity: 1;
}
.mw_wp_form_confirm .step .step3__bg {
  background-image: url(/assets/img/main/contact/step3_bg-off.png);
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .step .step1__bg {
    background-image: url(/assets/img/main/contact/step1_bg_sp-off.png);
  }
  .mw_wp_form_confirm .step .step2__bg {
    background-image: url(/assets/img/main/contact/step2_bg_sp-on.png);
    opacity: 1;
  }
  .mw_wp_form_confirm .step .step3__bg {
    background-image: url(/assets/img/main/contact/step3_bg_sp-off.png);
  }
}

.mw_wp_form_complete .step .step1__bg {
  background-image: url(/assets/img/main/contact/step1_bg-off.png);
}
.mw_wp_form_complete .step .step2__bg {
  background-image: url(/assets/img/main/contact/step2_bg-off.png);
}
.mw_wp_form_complete .step .step3__bg {
  background-image: url(/assets/img/main/contact/step3_bg-on.png);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_complete .step .step1__bg {
    background-image: url(/assets/img/main/contact/step1_bg_sp-off.png);
  }
  .mw_wp_form_complete .step .step2__bg {
    background-image: url(/assets/img/main/contact/step2_bg_sp-off.png);
  }
  .mw_wp_form_complete .step .step3__bg {
    background-image: url(/assets/img/main/contact/step3_bg_sp-on.png);
    opacity: 1;
  }
}

.mw_wp_form_input .input-text {
  display: block;
}
.mw_wp_form_input .confirm-text {
  display: none;
}
.mw_wp_form_input .complete-text {
  display: none;
}

.mw_wp_form_confirm .input-text {
  display: none;
}
.mw_wp_form_confirm .confirm-text {
  display: block;
}
.mw_wp_form_confirm .complete-text {
  display: none;
}

.mw_wp_form_complete .input-text {
  display: none;
}
.mw_wp_form_complete .confirm-text {
  display: none;
}
.mw_wp_form_complete .complete-text {
  display: block;
}

.form {
	margin: 0 auto;
	max-width: 1100px;
  	padding: 30px 0 100px;
}
@media screen and (max-width: 1024px) {
  .form {
    padding: 30px 0 70px;
  }
}
.form__text {
  color: #1f233e;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .form__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .form__text {
    font-size: 14px;
  }
}
.form__head {
  border-bottom: solid 1px #a38249;
  color: #a38249;
  font-size: 20px;
  font-weight: 500;
  margin-top: 70px;
  padding-bottom: 15px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .form__head {
	  font-size: 17px;
	  margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .form__head {
    font-size: 19px;
  }
}
.form__head:nth-child(2) {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .form__head:nth-child(2) {
    margin-top: 30px;
  }
}
.form__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .form__item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__item {
    margin-bottom: 30px;
  }
}
.form__item dl dt, .form__item dl dd {
  text-align: left;
}
.form__item dl dt {
  color: #1f233e;
  font-size: 14px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .form__item dl dt {
    font-size: 12px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__item dl dt {
    font-size: 14px;
    padding-top: 30px;
  }
}
.form__item dl dt .attention {
  color: #1f233e;
  display: block;
  font-size: 12px;
  padding: 10px 0 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .form__item dl dt .attention {
    font-size: 10px;
    padding: 7px 0 7px;
  }
}
@media screen and (max-width: 768px) {
  .form__item dl dt .attention {
    font-size: 12px;
    padding: 10px 0 10px;
  }
}
.form__item dl dd {
  padding-top: 10px;
}
.form input[type=text],
.form input[type=email],
.form textarea,
.form input[type=checkbox] {
  border: solid 1px #c8c8c8;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .form input[type=text],
.form input[type=email],
.form textarea,
.form input[type=checkbox] {
    border-radius: 4px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form input[type=text],
.form input[type=email],
.form textarea,
.form input[type=checkbox] {
    border-radius: 4px;
    padding: 10px;
    width: 100%;
  }
}
.form input[type=text],
.form input[type=email] {
  width: 100%;
}
.form input[type=text],
.form input[type=email],
.form textarea {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .form .mwform-tel-field input[type=text] {
    width: 28%;
  }
}
.form textarea {
  height: 200px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .form textarea {
    height: 170px;
  }
}
.form .error {
  font-size: 14px !important;
  padding-top: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .form .error {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .form .error {
    font-size: 14px !important;
  }
}
.form__policy {
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .form__policy {
    padding-top: 30px;
  }
}
.form__policy p {
  color: #1f233e;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .form__policy p {
    font-size: 12px;
  }
}
.form__policy p a {
  color: #1f233e;
}
.form__policy__checkbox {
  font-size: 14px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .form__policy__checkbox {
    font-size: 12px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form__policy__checkbox {
    font-size: 14px;
    padding-top: 30px;
  }
}
.form__policy__checkbox .error {
  font-size: 14px !important;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .form__policy__checkbox .error {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .form__policy__checkbox .error {
    font-size: 14px !important;
  }
}
.form__policy .button {
  border: solid 1px #a38249;
  color: #a38249;
  display: inline-block;
  font-size: 16px;
  margin-top: 50px;
  max-width: 300px;
  padding: 15px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .form__policy .button {
    font-size: 14px;
    margin-top: 30px;
    max-width: 240px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .form__policy .button {
    font-size: 14px;
    margin-top: 50px;
    padding: 15px 0;
  }
}
.form__policy label {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.form__policy input[type=checkbox] {
  border: solid 1px #000;
  border-radius: 0;
  height: 15px;
  margin-right: 5px;
  opacity: 1;
  padding: 0;
  width: 15px;
}
@media screen and (max-width: 1024px) {
  .form__policy input[type=checkbox] {
    height: 12px;
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .form__policy input[type=checkbox] {
    height: 15px;
    width: 15px;
  }
}
.form__policy input[type=checkbox]:checked::before {
  background-image: url(/assets/img/main/contact/checkbox_check.png);
  background-position: center;
  background-size: 11px;
  content: "";
  display: inline-block;
  height: 11px;
  position: absolute;
  top: 10px;
  left: 2px;
  width: 11px;
}
@media screen and (max-width: 1024px) {
  .form__policy input[type=checkbox]:checked::before {
    background-size: 9px;
    height: 9px;
    top: 9px;
    left: 2px;
    width: 9px;
  }
}
@media screen and (max-width: 768px) {
  .form__policy input[type=checkbox]:checked::before {
    background-size: 11px;
    height: 11px;
    top: 10px;
    left: 2px;
    width: 11px;
  }
}
.form__policy .mwform-checkbox-field-text {
  color: #1f233e;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .form__policy .mwform-checkbox-field-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .form__policy .mwform-checkbox-field-text {
    font-size: 13px;
  }
}
.form__submit input[type=submit] {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu-out;
          animation-name: menu-out;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-color: #a38249;
  background-image: url(/assets/img/main/arrow-button.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 50px 10px 0;
  max-width: 320px;
  padding: 20px 24px 20px 0;
  width: 100%;
}
.form__submit input[type=submit]:hover {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: menu-over;
          animation-name: menu-over;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 1024px) {
  .form__submit input[type=submit] {
    background-size: 28px auto;
    font-size: 17px;
    margin: 30px 7px 0;
    max-width: 300px;
    padding: 16px 18px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .form__submit input[type=submit] {
    background-size: 32px auto;
    font-size: 20px;
    margin: 30px 0 0;
    max-width: none;
    padding: 18px 22px 18px 0;
    width: 100%;
  }
}
.form__submit .button-back {
  background: rgba(31, 35, 62, 0.5) !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .form__submit .button-back {
    margin: 30px 0 0 !important;
  }
	.mwform-radio-field-text {
		font-size: 16px;
	}
}