@charset "UTF-8";

/*=====================

　　＜来場予約ページ＞

　　01.共通メインコンテンツエリア
　　02.フォーム
　　03.フォーム下の注釈
　　04.メーラーが立ち上がらない場合
　　05.モーダルウィンドウ

=====================*/


/*---------------------------------------------------

　　01.共通メインコンテンツ

---------------------------------------------------*/
.content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* white-space: pre-wrapで改行ありのフォントそのまま*/
#wp{
  white-space: pre-wrap;
}

h2 {
	width: 100%;
	font-size: 27px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: 700;
	line-height: 1.4;
	color: #006d32;
	text-align: left;
	display: flex;
	align-items: center;
	border-bottom: dotted 2px #006d32;
	margin-bottom: 3rem;
	padding-bottom: 0.3rem;
}
h2 img {
	width: 48px;
	margin-right: 0.5rem;
}

h3 {
	width: 100%;
	font-size: 19px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #1a1a1a;
	text-align: left;
	border-bottom: 2px solid #006d32;
	margin-bottom: 1.4rem;
	padding-bottom: 0.3rem;
}
h3 .ttl_cap_red {
	display: block;
	font-size: 14px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #c1272d;
}

/* Tab */
@media screen and (max-width: 1200px) {
	.content {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* sp */
@media screen and (max-width: 768px) {
	h2 {
		font-size: 22px;
		margin-bottom: 2rem;
	}
	h2 img {
		width: 38px;
		margin-right: 10px;
	}
	h3 {
		font-size: 16px;
		margin-bottom: 1rem;
	}
	h3 .ttl_cap_red {
		font-size: 12px;
	}
}




/*---------------------------------------------------

　　02.フォーム

---------------------------------------------------*/
#mail_inner form {
	margin-bottom: 2rem;
}
#mail_inner .txt_cap_red {
	font-size: 14px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #c1272d;
	margin-bottom: 0.5rem;
}
#mail_inner .mail_form_01,
#mail_inner .mail_form_02,
#mail_inner .mail_form_03,
#mail_inner .mail_form_04,
#mail_inner .mail_form_05,
#mail_inner .mail_form_06,{
	margin-bottom: 3rem;
}
#mail_inner table {
	width: 100%;
}
#mail_inner tr {
	border-bottom: solid 1px #999;
	font-size: 16px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #1a1a1a;
}
#mail_inner th {
	width: 270px;
	background: #e5e5e5;
	padding: 15px;
	box-sizing: border-box;
}
#mail_inner th .txt_small {
	font-size: 13px;
}
#mail_inner th .must {
	background: #c1272d;
	font-size: 13px;
	color: #fff;
	padding: 2px 4px;
	margin-left: 5px;
}
#mail_inner td {
	padding: 15px;
	box-sizing: border-box;
}
#mail_inner .col1,
#mail_inner .col2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #1a1a1a;
}
#mail_inner .col1.mg,
#mail_inner .col2.mg {
	margin-bottom: 0.5rem;
}
#mail_inner .col1 .col_ttl,
#mail_inner .col2 .col_ttl {
	width: 70px;
	text-align: left;
}

#mail_inner .custom_text_basic input {
	width: 340px;
}
#mail_inner .custom_text_big input {
	width: 100%;
}
#mail_inner .custom_text_small input {
	width: 70px;
}


#mail_inner .form_select {
	border: 1px solid #666;
	padding: 4px 10px 5px 10px;
	font-size: 16px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #1a1a1a;
}
#mail_inner .form_input {
	border: 1px solid #666;
	padding: 4px 10px 5px 10px;
	font-size: 16px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #1a1a1a;
}
#mail_inner .custom_radio label {
	position: relative;
	cursor: pointer;
	padding-left: 24px;
	margin-right: 30px;
}
#mail_inner .custom_radio label::before,
#mail_inner .custom_radio label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}
#mail_inner .custom_radio label::before {
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	left: 0;
}
#mail_inner .custom_radio label::after {
	background: #666;
	border-radius: 50%;
	opacity: 0;
	width: 14px;
	height: 14px;
	left: 3px;
}
#mail_inner .custom_radio input:checked + label::after {
	opacity: 1;
}
#mail_inner .custom_radio .form_radio {
	position: absolute;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
}

#mail_inner .custom_check label {
	position: relative;
	cursor: pointer;
	padding-left: 24px;
	margin-right: 30px;
}
#mail_inner .custom_check label::before,
#mail_inner .custom_check label::after {
	content: "";
	display: block;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}
#mail_inner .custom_check label::before {
	background: #fff;
	border: 1px solid #666;
	width: 18px;
	height: 18px;
	left: 0;
}
#mail_inner .custom_check label::after {
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	opacity: 0;
	height: 5px;
	width: 10px;
	transform: rotate(-45deg);
	top: 6px;
	left: 4px;
}
#mail_inner .custom_check input:checked + label::after {
	opacity: 1;
}
#mail_inner .custom_check .form_check {
	position: absolute;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
}


#mail_inner textarea {
	resize: none;
	border: 1px solid #666;
	padding: 4px 10px 5px 10px;
	font-size: 16px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #1a1a1a;
}
#mail_inner .mail_form_03 textarea {
	width: 100%;
	max-width: 1000px;
	height: 60px;
}
#mail_inner .mail_form_05 textarea {
	width: 100%;
	max-width: 1000px;
	height: 120px;
}


.btn_submit {
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
}
.btn_submit button {
	width: 300px;
	margin: auto;
	background: #006d32;
	padding: 0.8rem 0;
	border: none;
	border-radius: 30px;
	font-size: 18px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
}
.btn_submit button:hover {
	opacity: 0.6;
}

/* Tab */
@media screen and (max-width: 1200px) {
}

/* sp */
@media screen and (max-width: 768px) {
	#mail_inner tr {
		font-size: 16px;
		border-bottom: none;
	}
	#mail_inner th {
		display: block;
		width: 100%;
		padding: 10px;
	}
	#mail_inner th .txt_small {
		font-size: 12px;
	}
	#mail_inner th .must {
		font-size: 12px;
	}
	#mail_inner td {
		display: block;
		width: 100%;
		padding: 15px 0 20px;
	}
	#mail_inner .col1 {
		display: block;
	}
	#mail_inner .col1,
	#mail_inner .col2 {
		font-size: 16px;
	}
	#mail_inner .col1 .custom_radio,
	#mail_inner .col2 .custom_radio {
		margin-bottom: 0.5rem;
	}
	#mail_inner .col2.mg {
		margin-bottom: 0.5rem;
	}
	#mail_inner .col2 .col_ttl {
		width: 100%;
		text-align: left;
	}

	#mail_inner .custom_text_basic input {
		width: 100%;
	}
	#mail_inner .custom_text_big input {
		width: 100%;
	}
	#mail_inner .custom_text_small input {
		width: 70px;
	}


	#mail_inner .form_select {
		width: 70%;
		font-size: 16px;
		margin-bottom: 0.5rem;
	}
	#mail_inner .form_input {
		font-size: 16px;
	}
	#mail_inner .custom_radio label {
		position: relative;
		cursor: pointer;
		padding-left: 24px;
		margin-right: 30px;
	}


	#mail_inner textarea {
		font-size: 16px;
	}
	#mail_inner .mail_form_03 textarea {
		width: 100%;
		height: 60px;
	}
	#mail_inner .mail_form_05 textarea {
		width: 100%;
		height: 120px;
	}


	.btn_submit {
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
	.btn_submit button {
		width: 100%;
		font-size: 16px;
	}
}




/*---------------------------------------------------

　　03.フォーム下の注釈

---------------------------------------------------*/
.txt_cap {
	font-size: 15px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #c1272d;
	text-align: center;
	margin-bottom: 5rem;
}

/* Tab */
@media screen and (max-width: 1200px) {
}

/* sp */
@media screen and (max-width: 768px) {
	.txt_cap {
		font-size: 14px;
		text-align: left;
	}
}




/*---------------------------------------------------

　　04.メーラーが立ち上がらない場合

---------------------------------------------------*/
#sub_txtArea {
	width: 100%;
	margin-bottom: 4rem;
}
#sub_txtArea .ttl {
	background: #e8f0c5;
	padding: 0.8rem 1rem;
	margin-bottom: 1rem;
	box-sizing: border-box;
	font-size: 19px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	color: #1a1a1a;
	text-align: left;
}
#sub_txtArea .txt {
	font-size: 15px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #1a1a1a;
	text-align: left;
}

/* Tab */
@media screen and (max-width: 1200px) {
}

/* sp */
@media screen and (max-width: 768px) {
	#sub_txtArea .ttl {
		font-size: 17px;
	}
}




/*---------------------------------------------------

　　05.モーダルウィンドウ

---------------------------------------------------*/
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	z-index: 999999;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 1000px;
	max-height: 80%;
	padding: 50px;
	overflow: scroll;
	background: #fff;
	z-index: 2;
}
.popup-inner img {
	width: 100%;
}
.close-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	text-align: center;
	background: #000;
	z-index: 999999;
	cursor: pointer;
	transition: 0.3s;
}
.close-btn:hover {
	opacity: 0.6;
}
.black-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	cursor: pointer;
}

.popup .popup_ttl {
	width: 100%;
	font-size: 27px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 600;
	line-height: 1.4;
	color: #006d32;
	text-align: center;
	border-bottom: dotted 2px #006d32;
	margin-bottom: 1.4rem;
	padding-bottom: 0.3rem;
}
.popup .popup_txt {
	font-size: 15px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	color: #1a1a1a;
	text-align: left;
}
.popup .popup_txt .red {
	color: #ff0000;
}
.popup .popup_txt .indent {
	padding-left: 1em;
	text-indent: -1em;
}

.close-txt {
	display: none;
	background: #000;
	padding: 8px 10px;
	font-size: 14px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	color: #fff;
	text-align: center;
	cursor: pointer;
}


/* sp */
@media screen and (max-width: 768px) {
	.popup-inner {
		padding: 30px;
	}
	.close-btn {
		width: 40px;
	}

	.popup .popup_ttl {
		font-size: 22px;
		margin-bottom: 1rem;
		padding-bottom: 0.3rem;
	}
	.popup .popup_txt {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 1rem;
	}

	.close-txt {
		display: block;
	}
}
