@charset "utf-8";
/*
* 共通
*/
body {
	/* font-family: 'M PLUS 1p', sans-serif;
	font-family: sans-serif; */
	font-family: "Noto Sans JP", serif;
}
*{
	font-size: 18px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul{
	list-style: none;
}
a {
	color: unset;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover{
	opacity:0.8;
	color: unset;
	text-decoration: none;
}
img{
	width: 100%;
}
footer{
	padding-bottom: 1em;
	background-color: #fff;
}
footer p{
	text-align:center;
	font-size:10px;
}

/* サイドメニュー */
.hamburger {
	padding: 2% calc(2% + 0.5rem) calc(2% + 1.3rem) calc(2% + 0.5rem);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	right: 0;
	top:0;
	z-index: 30;
	cursor: pointer;
	background-color: #EC6C00;
}
/* .hamburger::after {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: forestgreen;
	position: absolute;
	top: -0.8em;
	z-index: -1;
} */
.checkbox:checked ~ .hamburger {
  transform: rotate(360deg);
}

.hamburger .bar {
  width: 50px;
  height: 4px;
  background: #ffffff;
  display: block;
  position: absolute;
}
.hamburger .bar-top {
  transform: translate(0, -14px) rotate(0);
  transition: all 0.4s;
}
.hamburger .bar-middle {
  transition: all 0.4s;
  opacity: 1;
}
.hamburger .bar-bottom {
  transform: translate(0, 14px) rotate(0);
  transition: all 0.4s;
}
.checkbox:checked ~ .hamburger .bar-middle {
  opacity: 0;
}
.checkbox:checked ~ .hamburger .bar-top {
  transform: translate(0, 0) rotate(-45deg);
}
.checkbox:checked ~ .hamburger .bar-bottom {
  transform: translate(0, 0) rotate(45deg);
}
.hamburger-text-menu,.hamburger-text-close{
  font-size: 0.8rem;
	letter-spacing: 0.1em;
	transition: all 0.4s;
	color: #ffffff;
	position: relative;
	bottom: 0;
}
.hamburger-text-menu {
  top: 3.4rem;
}
.checkbox:checked ~ .hamburger .hamburger-text-menu {
  opacity: 0;
}
.hamburger-text-close {
	top: 1.1rem;
  opacity: 0;
}
.checkbox:checked ~ .hamburger .hamburger-text-close {
  opacity: 1;
}

.nav-menu {
  position: fixed;
  width: 35%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
	font-weight: bold;
  top: 0;
  right: 0;
  transition: all 0.3s;
  visibility : hidden;
	/* overflow-y: scroll; */
}

.nav-menu ul {
	margin-top: 25%;
	margin-left: 10%;
}

.nav-menu li a {
	font-size:min(2.2vw, 1.3rem);
	display: inline-block;
	margin: 0 0 2em 1.5em;
	position: relative;
}
/* .nav-menu li a::before {
  position: absolute;
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	top: 0;
	left: -1.5em;
	background: #000;
	color: #fff;
	padding: 0.3rem;
} */

.checkbox:checked ~ .nav-menu {
	visibility: visible;
	opacity: 1;
	background-color: #009FC9;
	z-index: 11;
}

.checkbox {
  display: none;
}

#drawer-close {
	display: none;
	position: fixed;
	z-index: 9;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	backdrop-filter: blur(4px);
}
#checkbox:checked ~ #drawer-close {
	display: block;
	opacity: 1;
}
@media screen and (max-width: 768px){
	.nav-menu {
		width: 75%;
	}
	.nav-menu li a {
    font-size: 1.1rem;
	}
}
/* ヘッダー */
header{
	position: absolute;
	width: 100%;
	height: calc(41.6px + 4vw + 1.3rem);
	background: rgba(255, 255, 255, 0.7);
}
header h1{
	height: 100%;
	display: flex;
	align-items: center;
}
.header-logo{
	margin-left: 5vw;
	width: 25%;
}
/* ページ内部 */
.page-contents-wrap {
	max-width:1040px;
	width:90%;
	margin:0 auto;
}
.page-contents-wrap > picture {
	display: block;
}
.page-contents-wrap > picture:not(:first-of-type) {
	margin-top: 2rem;
}
.page-contents-wrap > picture a {
	display: block;
}
.page-contents-wrap > picture a img {
	vertical-align: bottom;
}
.toppage_img_wrap {
	width: 100%;
}
.toppage_img_wrap img {
	width: 100%;
}
.toppage_contents_box_01 {
	display: flex;
	padding: 8rem 0;
	position: relative;
	overflow: hidden;
}
h2.m-logo{
	position: absolute;
	bottom: 4rem;
	left: 45%;
	z-index: -1;
}
h2.m-logo span{
	display: block;
	font-weight: 800;
	font-size: min(13vw, 11rem);
	line-height: 1;
	letter-spacing: -0.05em;
	color: #EC6C00;
	opacity: 0.2;
}
.top01-massage_box {
	width: 50%;
}
.top01-massage_box img{
	width: 100%;
}

/* ↓後で消す？ */
.mitei{
	position: relative;
}
.mitei::after{
	content: "coming soon";
	font-size: 1.74rem;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 20vw;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.flow_item_img.mitei::after{
	content: "準備中";
	top: 50%;
	transform: translate(-50%,50%);
}
/* ↑後で消す？ */

.top01-text_wrap{
	position: relative;
	width: 50%;
}
.massage_ttl{
	display: inline-block;
	color: #EC6C00	;
	font-size: 1.3rem;
	font-weight: bold;
	padding:0 0.3rem 1rem 2.5em;
	border-bottom: 2px solid #EC6C00	;
}
.top01-text_box{
	max-width:520px;
	margin-left: 5%;
}
.top01-text_box h3{
	font-size: 1.7rem;
	font-weight: 800;
	margin: 1.5em 0 0.8em 0;
	font-family: "NotoSerifJP", serif;
}
.top01-text_box p{
	margin-bottom: 3rem;
}
.play{
	position: relative;
}
.play::after{
	position: absolute;
	content: "";
	width: 3em;
	height: 3em;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	background: url(../img/icon02.png) no-repeat;
	background-size: contain;
	pointer-events: none;
}
.top_bk{
	background-color: #EC6C00;
	padding: 8rem 0;
}
.ttl-wrap{
	text-align: center;
}
.top-ttl{
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.2rem;
	display: inline-block;
}
.top-ttl span{
	font-size: 0.6em;
	display: block;
	margin: 0.5rem 0 0 0;
	line-height: 2.5rem;
	position: relative;
}
.top-ttl span::before{
	content: "";
	width: 120%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.top-ttl.news{
	color: #fff;
}
.news span::before{
	background-color: #fff;
}
a.news_all{
	position: relative;
	font-size: 1.2rem;
	color: #fff;
	margin-top: -1.7em;
	display: block;
	text-align: right;
}
a.news_all::after{
	position: absolute;
	content: "";
	width: 1.2em;
	height: 1.2em;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	margin-left: 0.5rem;
	background: url(../img/icon01.png) no-repeat;
	background-size: contain;
}
.news-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem 3rem;
	margin-top: 5rem;
	color: #fff;
}
.news-wrap a{
	flex-basis: calc((100% - 6rem)/3);
}
.news-wrap a:hover{
	opacity: 1;
}
.news-wrap a img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: top;
}
.news-wrap h3{
	font-weight: normal;
}
.applying-optional-tours {
	margin-top: 8rem;
}
.schedule{
	margin: 8rem 0;
}
.schedule-date{
	display: block;
	font-size: 4.4rem;
	font-weight: 700;
	color: #009FC9	;
	letter-spacing: 0.5rem;
	margin-top: 4rem;
}
.schedule-date span{
	font-size: 2rem;
	color: #000	;
	letter-spacing: normal;
	margin-left: 1em;
}
.schedule-venue{
	margin: 2rem 0 3rem 0;
	display: inline-block;
	background-color: #009FC9;
	border-radius: 5px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	padding: 0.2em 0.8em;
	letter-spacing: 0.1rem;
}
.schedule-flow{
	display: flex;
	flex-direction: column;
	gap: 3rem;
}
.schedule-flow_list{
	background: #EAF6FD;
}
.schedule-flow_item{
	max-width: 1040px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flow_item_txt{
	flex-basis: 45%;
}
.flow_item_img{
	flex-basis: 50%;
	line-height: 0;
}
.flow_time{
	display: flex;
	font-size: 2.8rem;
	color: #009FC9;
	font-weight: bold;
	letter-spacing: 0.2rem;
	margin-bottom: 1em;
	white-space: nowrap;
}
.flow_time span{
	font-size: 1.3rem;
	background: #fff;
	color: #000;
	padding: 0.1em 0;
	width: 40%;
	margin-left: 1em;
	text-align: center;
	align-self: center;
}
.flow_ttl{
	font-size: 1.3rem;
	font-weight: bold;
}
.time17{
	margin: 1em 0;
}
.schedule-flow_list.hotel{
	background-color: #fff;
}
.hotel p{
	background-color: #009FC9;
	border-radius: 5px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	padding: 0.2em 0;
	text-align: center;
}
.pc-none{
	display: none;
}
@media screen and (max-width: 768px){
	.hamburger {
    padding: 2% calc(2% + 0.5rem) calc(5vw + 1.3rem) calc(2% + 0.5rem);
	}
	.header-logo {
		width: 60%;
	}
	.toppage_contents_box_01 {
    flex-direction: column;
		margin: 3rem 0;
		padding: 4rem 0;
	}
	.top01-massage_box,.top01-text_wrap {
		width: 100%;
	}
	.mitei::after {
    top: 40vw;
	}

	.top01-text_box {
    max-width: 90%;
    margin: 0 auto;
	}
	.top01-text_box h3 {
    font-size: min(8vw, 1.7rem);
	}
	.top_bk {
    padding: 4rem 0;
	}
	.top-ttl {
    font-size: min(10vw, 2.2rem);
	}
	a.news_all {
    margin-top: 0;
		margin-right: 1em;
	}
	.news-wrap {
    flex-direction: column;
		gap: 2rem;
		margin-top: 3rem;
	}

	.schedule-date {
    margin-top: 2rem;
    font-size: min(10vw, 4rem);
	}
	.schedule-date span {
    display: block;
    margin-left: 0;
	}
	.schedule-venue {
    font-size: min(7vw, 1.7rem);
    text-align: center;
	}
	.schedule-flow_item {
    flex-direction: column-reverse;
		padding: 1.2rem 0;
	}
	.flow_time {
    font-size: min(8vw, 2.5rem);
    justify-content: center;
    margin: 1.2rem 0;
	}
	.flow_time span {
    font-size: 0.6em;
	}
	.flow_ttl {
    font-size: min(6vw, 1.3rem);
    margin-bottom: 1.2rem;
	}
	.pc-none{
		display: block;
	}
}

/* フッター */
.footer_bg {
	padding: 6rem 0 4rem 0;
	background:#FEECD2 ;
	color: #000;
}
.footer_box {
	display: flex;
	justify-content: space-between;
}
.footer_box a:hover{
	opacity: 1;
}
.footer_bnr, .footer_box_g_navi{
	flex-basis: 50%;
}
.footer_bnr img{
	width: 75%;
}
.g_navi_footer{
	flex-grow: 1;
}
.g_navi_footer li {
	font-size: 1.1rem;
	margin-bottom: 1em;
	font-weight: bold;
}

@media screen and (max-width: 768px){
	.footer_box_inst{
		text-align: right;
	}
	.footer_box_inst img {
    width: 80%;
	}
	.footer_box_g_navi {
    flex-direction: column;
	}
	.footer_bnr {
    width: 80%;
	}
}

/* news */
header.pages {
	position: relative;
}
.page-wrap{
	margin: 6.5rem auto;
}
.newspage.news-wrap{
	margin: 6.5rem 0;
	color: #000;
}
.pagination{
	display: flex;
	justify-content: center;
	gap: 1em;
	margin: 6.5rem 0;
}

/* schedule */
.top_bk.schedule-page{
	background-color: #009FC9;
	padding: 8rem 0;
}
.article-ttl{
	margin-top: 0.5rem;
}
.article-ttl,.article-schedule{
	font-size: 1.5rem;
	font-weight: bold;
}
span.schedule-time{
	color: #009FC9;
	font-size: 1em;
}
span.schedule-ttl{
	font-size: 0.8em;
	margin-left: 1.5em;
	padding: 0.1em 2em;
	border: #000 2px solid;
	text-align: center;
}
.page_col{
	display: flex;
	gap: 2rem;
	margin: 2rem 0;
}
.colimg{
	flex-basis: 50%;
}
.coltxt{
	flex-basis: calc(50% - 2rem);
}
.coltxt a {
	color: #0a66c2;
	text-decoration: underline;
}
.coltxt a:hover {
	text-decoration: none;
}

/* Chrome / Edge / Safari（WebKit系）*/
video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-mute-button {
  display: none !important;
}

/* Firefox */
video::-moz-volume-control {
  display: none !important;
}

video::-moz-volume-control,
video::-moz-mute-button {
  opacity: 0 !important;
  pointer-events: none !important;
}

@media screen and (max-width: 768px){
	.article-ttl, .article-schedule {
    font-size: clamp(18px, 5vw, 1.5rem);
	}
	.page_col{
		flex-direction: column;
	}
	span.schedule-ttl {
    margin-left: 0;
	}
}

/* form */
.top-ttl.apply {
	color: #fff;
}
.top-ttl.apply span::before {
	background: #fff;
}
.top-ttl.apply .sp {
	display: none;
}
@media screen and (max-width: 768px){
	.top-ttl.apply {
		font-size: 20px;
	}
	.top-ttl.apply span {
		font-size: 14px;
	}
	.top-ttl.apply .sp {
		display: inline-block;
	}
}
.form_contents_wrap {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}
.form_contents_wrap .main_img {
	margin-bottom: 50px;
}
.form_contents_wrap .main_read {
	font-size: 16px;
	line-height: calc(24 / 16);
	letter-spacing: .1em;
	margin: 0 0 50px;
}
.form_contents_wrap .main_read .read > span {
	color: #fb0000;
}
.form_contents_wrap .main_read .read > .em {
	font-weight: bold;
}
.form_contents_wrap .main_read .note {
	color: #fb0000;
	font-size: 20px;
	font-weight: bold;
	margin-top: 1.5em;
}
.form_contents_wrap .ttl_box {
	margin-bottom: 50px;
}
.form_contents_wrap .ttl_box .ttl .venue {
	font-size: 20px;
	font-weight: bold;
}
.form_contents_wrap .ttl_box .ttl .access {
	margin-left: 20px;
}
.form_contents_wrap .ttl_box .ttl .access a {
	color: #0a66c2;
	text-decoration: underline;
}
.form_contents_wrap .ttl_box .ttl .access a:hover {
	color: #5f9cda;
	text-decoration: none;
}
@media screen and (max-width: 768px){
	.form_contents_wrap {
		padding: 40px 0;
	}
	.form_contents_wrap .main_img {
		margin-bottom: 30px;
}
	.form_contents_wrap .main_read {
		margin: 0 0 30px;
	}
	.form_contents_wrap .main_read .note {
	font-size: 18px;
	}
}
.form_contents {
	padding: 50px 0;
	border: 1px solid #B9B9B9;
	border-inline: none;
}
@media screen and (max-width: 768px){
	.form_contents {
		padding: 40px 0;
	}
}
.form_contents_wrap .apply_txt {
	color: #fb0000;
	margin-top: 50px;
}
.form_contents_wrap .btn_box {
	margin: 50px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding: 0 0 30px;
	position: relative;
}
@media screen and (max-width: 768px){
	.form_contents_wrap .btn_box {
		margin: 30px 0 0;
		gap: 10px;
	}
	.form_contents_wrap .apply_txt {
	margin-top: 30px;
}
}
.form_contents_wrap .form-btn {
	width: 200px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 16px;
	line-height: calc(24 / 16);
	appearance: none;
	border: none;
	cursor: pointer;
}
@media screen and (max-width: 768px){
	.form_contents_wrap .form-btn {
		width: min(150px, 200px);
	}
}
.form_contents_wrap .form-btn:hover {
	opacity: 0.8;
}
.form_contents_wrap .form-btn.submit {
	color: #fff;
	background: #EC6C00;
}
.form_contents_wrap .form-btn.previous {
	color: #000000;
	background: #fff;
	border: 1px solid #B9B9B9;
	display: block !important;
}
.form_contents .form_item:not(:first-of-type) {
	margin-top: 25px;
}
.form_contents .form_item .form_item_head {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	gap: 20px;
}
.form_contents .form_item .form_item_title {
	font-size: 16px;
	line-height: calc(24 / 16);
	letter-spacing: .05em;
	flex: 0 0 auto;
}
.form_contents .form_item .form_item_title._require {
	display: flex;
	gap: 10px;
}
.form_contents .form_item .form_item_title._require:before {
	content: "必須";
	font-size: 12px;
	color: #fff;
	letter-spacing: .05em;
	width: 40px;
	height: 20px;
	border-radius: 2px;
	background: #fb0000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: .25em 0 0;
}
.form_contents .form_item .form_item_title_note {
	font-size: 14px;
	line-height: calc(20 / 14);
	letter-spacing: .05em;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 768px){
	.form_contents .form_item .form_item_head {
		flex-wrap: wrap;
		gap: 10px;
	}
}

.form_contents .form_item .form_item_content {
	font-size: 16px;
	line-height: calc(24 / 16);
	letter-spacing: .05em;
}
.form_contents .form_item .form_item_content._min-select {
	max-width: 200px;
	width: 100%;
}
.form_contents .form_item .form_item_content input[type=text],
.form_contents .form_item .form_item_content input[type=tel],
.form_contents .form_item .form_item_content input[type=email],
select {
	font-size: 16px;
	line-height: calc(24 / 16);
	letter-spacing: .05em;
	width: 100%;
	height: 50px;
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	padding: 0 15px;
}
.form_contents .form_item .form_item_content input.min-input {
	width: 75px;
}
.form_contents .form_item .form_item_content textarea {
	font-size: 16px;
	line-height: calc(24 / 16);
	letter-spacing: .05em;
	width: 100%;
	height: 200px;
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	padding: 15px;
}
.form_contents .form_item .form_item_ruby {
	font-size: 16px;
	line-height: calc(24 / 16);
	letter-spacing: .05em;
	margin-left: 10px;
}
.form_contents .form_item .checkbox_wrap {
	border: 1px solid #B9B9B9;
	padding: 15px 20px;
	border-radius: 5px;
}
.form_contents .form_item .apply-company-form-control {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.form_contents .form_item .apply-company-list {
	display: grid;
	grid-template-columns: 245px 1fr 135px;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
}
.form_contents .form_item .apply-company-label {
	font-size: 16px;
	letter-spacing: 0;
}
.form_contents .form_item .apply-company-add {
	font-size: 16px;
}
.form_contents .form_item .apply-company-btns {
	display: grid;
	grid-template-columns: 55px 70px;
	gap: 10px;
}
.form_contents .form_item .apply-company-btns .apply-company-btn {
	font-size: 13px;
	color: #fff;
	appearance: none;
	border: none;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EC6C00;
	border-radius: 3px;
	cursor: pointer;
}
.form_contents .form_item .apply-company-btns .apply-company-btn:hover {
	opacity: 0.8;
}
.form_contents .form_item .apply-company-btns .apply-company-btn.pointer_events_none {
	opacity: 0.5;
	pointer-events: none;
}
@media screen and (max-width: 768px){
	.form_contents .form_item .apply-company-list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

.form_contents .form_item .apply-time-item {
	display: flex;
}
.form_contents .form_item .apply-time-item:not(:first-of-type) {
	margin: 15px 0 0;
}
.form_contents .form_item .apply-time-item .wpcf7-list-item {
	margin: 0;
}
.form_contents .form_item .apply-time-item .wpcf7-list-item:not(:first-of-type) {
	margin: 0 0 0 20px;
}
.form_contents .form_item .apply-time-item .apply-time-ttl {
	font-size: 16px;
	margin: 0 10px 0 0;
}
.form_contents .form_item .apply-time-item .apply-time-list {
	font-size: 16px;
	display: flex;
	gap: 20px;
}
.form_contents .form_item .apply-time-item .apply-time-list * {
	font-size: 16px;
}
@media screen and (max-width: 768px){
	.form_contents .form_item .apply-time-item {
		display: grid;
		grid-template-columns: 1fr;
		gap: 5px;
	}
	.form_contents .form_item .apply-time-item .wpcf7-list-item:not(:first-of-type) {
		margin: 0;
	}
	.form_contents .form_item .apply-time-item .apply-time-list {
		gap: 10px;
	}
}

.wpcf7-radio input[type="radio"],
.wpcf7-check input[type="checkbox"] {
	display: none;
}
.wpcf7-radio .wpcf7-list-item-label {
	padding: 0 0 0 35px;
	position: relative;
	z-index: 0;
}
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	aspect-ratio: 1 / 1;
}
.wpcf7-radio .wpcf7-list-item-label:before {
	width: 25px;
	left: 0;
	border: 1px solid #B9B9B9;
	border-radius: 50%;
	background: #fff;
}
.wpcf7-radio .wpcf7-list-item-label:after {
	width: 15px;
	background: #EC6C00;
	border-radius: 50%;
	left: 6px;
	display: none;
}
.wpcf7-radio input[type=radio]:checked ~ .wpcf7-list-item-label:after {
	display: block;
}

.wpcf7-check .wpcf7-list-item-label {
	font-size: 16px;
	padding: 0 0 0 25px;
	position: relative;
	z-index: 0;
}
.wpcf7-check .wpcf7-list-item-label:before,
.wpcf7-check .wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	aspect-ratio: 1 / 1;
}
.wpcf7-check .wpcf7-list-item-label:before {
	width: 20px;
	left: 0;
	border: 1px solid #B9B9B9;
	border-radius: 4px;
	background: #fff;
}
.wpcf7-check .wpcf7-list-item-label:after {
	position: absolute;
	top: 7px;
	left: 4px;
	width: 12px;
	height: 6px;
	border-bottom: 2px solid #EC6C00;
	border-left: 2px solid #EC6C00;
	transform: rotate(-45deg);
	display: none;
	
}
.wpcf7-check input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
	display: block;
}

.wpcf7-spinner {
	position: absolute !important;
	bottom: 0;
}

/* 基本レイアウト */
.c-modal {
	position: fixed;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}
  
.c-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}
  
/* 背景オーバーレイ */
.c-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.5);
}
  
/* 中身 */
.c-modal__inner {
	position: relative;
	width: min(90%, 500px);
	max-height: 90vh;
	overflow-y: auto;
	background: #fff;
	border-radius: .5rem;
	padding: 15px;
	border-radius: 4px;
}

  /* 閉じるボタン */
.c-modal__close {
	position: absolute;
	top: 12px;
	right: 15px;
	background: none;
	border: none;
	font-size: 50px;
	line-height: 30px;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.c-modal__ttl {
	font-size: 16px;
	line-height: calc(24 / 16);
	letter-spacing: .1em;
	padding: 0 15px 15px;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 -15px 10px;
}
.c-modal .c_modal__dl:not(:first-of-type) {
	margin-top: 12px;
}
.c-modal .c_modal__dt {
	font-size: 16px;
	line-height: calc(36 / 16);
	font-weight: 500;
	letter-spacing: .1em;
}
.c-modal .c_modal__dd {
	font-size: 15px;
	line-height: calc(22 / 15);
	overflow: auto;
}
.c-modal .c_modal__tbl {
	font-size: 15px;
	line-height: calc(22 / 15);
	border-collapse: collapse;
	border: 1px solid #E5E5E5;
	table-layout: fixed;
	width: 100%;
	font-feature-settings: "palt";
}
@media screen and (max-width: 768px){
	.c-modal .c_modal__tbl {
		width: 400px;
	}
}
.c-modal .c_modal__tbl_th {
	font-size: 15px;
	width: 180px;
	background: #EEEEEE;
	width: 180px;
}
.c-modal .c_modal__tbl_th,
.c-modal .c_modal__tbl_td {
	padding: 10px;
	border: 1px solid #E5E5E5;
}
.c-modal .c_modal__tbl_td {
	font-size: 15px;
	text-align: center;
	width: calc(100% - 180px / 3);
}

.main_complete_ttl {
	font-size: 20px;
	line-height: calc(24 / 20);
	font-weight: bold;
	text-align: center;
	margin: 0 0 35px;
}
.main_complete_read {
	font-size: 16px;
	line-height: calc(30 / 16);
	text-align: center;
	margin: 0 0 50px;
}
.complete_btn {
	margin: 50px auto 0;
}
@media screen and (max-width: 768px){
	.main_complete_ttl {
		font-size: 18px;
	}
	.main_complete_read {
		font-size: 14px;
		margin: 0 0 30px;
	}
	.complete_btn {
		margin: 30px auto 0;
	}
}

.js-apply-time {
	margin-top: 20px;
}

.wpcf7-form-control-wrap:has(select) {
	position: relative;
	z-index: 0;
	display: block;
	height: 100%;
}
.wpcf7-form-control-wrap:has(select):after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	pointer-events: none;
}

.wpcf7-form-control-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 35px;
	background: #fff;
	color: #000;
}

.apply-time-item[hidden] { display: none !important; }

.receipt-box {
	max-width: 480px;
	width: 100%;
	margin: 20px auto 50px;
	padding: 70px 20px;
	background: #ECECEC;

	.receipt-box__card {
		color: #3B4043;
		font-weight: 700;
		text-align: center;
	}

	.receipt-box__label {
		font-size: 20px;
		letter-spacing: .05em;
	}

	.receipt-box__label._num {
		font-size: 24px;
	}

	.receipt-box__num {
		font-size: 50px;
		letter-spacing: .05em;
	}

	.receipt-box__att {
		font-size: 30px;
		letter-spacing: .05em;
		span {
			font-size: 40px;
		}
	}

	.receipt-box__label:not(:first-child) {
		margin-top: 28px;
	}
}