@charset "UTF-8";

/*---------------------------------------
ご取材・お問い合わせ
---------------------------------------*/
/*=============================
背景画像
=============================*/
main {
    background: url(../../new/images/common/main_bg.jpg) top 57px center no-repeat;
}
/*=============================
大見出し
=============================*/
h1 {
	text-align: center;
	margin: 0 0 50px;
}
h1::after {
	content: "";
	background: url(../../new/images/contact/h1_en.svg) top center / contain no-repeat;
	width: 93px;
	height: 23px;
	display: block;
	margin: 10px auto 0;
}
/*=============================
大見出し下スクール・求人
=============================*/
.header_link li:last-of-type img {
    left: 50px;
	width: 208px;
    height: 30px;
}
.header_link li:last-of-type::after {
    background: url(../../new/images/contact/nav_recruit_en.svg) top center no-repeat;
    width: 89px;
    height: 18px;
}
/*=============================
フォーム
=============================*/
#form {
	display :flex;
	flex-wrap: wrap;
	margin: 0 30px 60px;
	border: 2px solid #f5df99;
	background: rgba(0,0,0,.4);
	padding: 43px 40px;
}
/*#form div:not(#calendar):not(#datepicker) {
	width: 100%;
}*/
/**確認画面**/
#mfp_loading {
	z-index: 20001;
	display: none;
}
#mfp_loading_screen {
    z-index: 20000;
    opacity: 0.8;
    display: none;
    background-color: #000;
}
#mfp_overlay_background {
    background-color: #000;
    position: absolute;
    display: none;
    z-index: 10000;
}
#mfp_overlay {
    position: absolute;
    display: none;
    z-index: 10001;
}
#mfp_hidden {
    overflow: hidden;
    width: 0;
    height: 0;
    padding: 0px;
    margin: 0px;
}
#mfp_overlay_inner {
	background: #fff;
    margin: 40px 30px 0;
    border-radius: 10px;
    padding: 60px;
}
/*入力内容をご確認ください*/
#mfp_overlay_inner h4 {
	font-weight: bold;
	text-align: center;
	margin: 0 auto 50px;
}
#mfp_overlay_inner table {
	width: 100%;
	margin: 0 0 30px;
}
#mfp_overlay_inner table tr {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #000;
	flex-wrap: wrap;
}
#mfp_overlay_inner table tr th {
	text-align: left;
	width: 100%;
	margin: 0 0 10px;
	font-weight: bold;
}
.mfp_buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.mfp_buttons button {
	background: #917d4d;
    border: none;
    width: 230px;
    height: 57px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 4px 0 0;
    cursor: pointer;
	margin: 0 10px;
}
.mfp_buttons #mfp_button_cancel {
	background: #999;
}
.mfp_buttons button:hover {
	opacity: .7;
}
/*エラー*/
.mfp_err {
	margin: 10px 0;
	color: red;
}
/*タイトル*/
#form h2 {
	order: 2;
	width: 100%;
	margin: 0 auto 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#form h2::before {
	content: "";
	display: block;
	width: 87px;
	height: 50px;
	background: url(../../new/images/common/icon_cloud.svg) top center no-repeat;
	margin: 0 15px 0 0;
}
#form h2::after {
	content: "";
	display: block;
	width: 87px;
	height: 50px;
	background: url(../../new/images/common/icon_cloud.svg) top center no-repeat;
	margin: 0 0 0 15px;
	transform: scale(-1, 1);
}
/**フォーム**/
#form > div {
	order: 2;
	width: 100%;
}
#form table {
	margin: 0 auto 20px;
	color: #fff;
	font-size: 28px;
	letter-spacing: 0.05em;
	width: 100%;
}
/*項目*/
#form table tr {
	display: block;
	margin: 0 0 30px;
}
#form table th {
	text-align: left;
	width: 100%;
	margin: 0 0 10px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
#form table th span {
	background: #af4313;
	width: 56px;
	height: 26px;
	line-height: 1;
	border-radius: 3px;
	font-size: 20px;
	letter-spacing: 0.075em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 0 0;
	margin: 0 0 0 20px;
}
/*部品*/
#form table td input,
#form table td select,
#form table td textarea {
	border: none;
	border-radius: 10px;
	height: 60px;
	width: 600px;
	font-size: 32px;
	padding: 10px 20px;
	background: #fff;
}
/*セレクト*/
#form table td select {
	padding: 0 10px;
	background: url(../../new/images/contact/select_arrow.svg) top 23px right 14px / 20px no-repeat,linear-gradient(to right, #fff 0%, #fff 92%, #8d8d8d 92%, #8d8d8d 100%);
}
/*テキストエリア*/
#form table td textarea {
	height: 170px;
}
/*送信ボタン*/
#form table + p {
	text-align: center;
	margin: 0 auto 30px;
	width: 320px;
	position: relative;
}
#form input[type="submit"],
#form input[type="button"]  {
	background: #917d4d;
	border: none;
	width: 320px;
	height: 80px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	padding: 2px 0 0;
	cursor: pointer;
	letter-spacing: 0.07em;
}
#form table + p::after {
	content: "";
    display: block;
    position: absolute;
    top: 34px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #fff;
}
#form table + p:hover {
	opacity: .7;
	transition: .3s;
}
/*注意書き*/
#form .att {
	color: #fff;
	margin: 0 auto 58px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
/**キャラエリア**/
#form .intro {
	background: #fff;
	order: 1;
	padding: 36px 25px 45px;
	margin: 0 auto 65px;
	text-align: center;
	border: 3px solid #c0a563;
	width: 100%;
}
#form .intro p:not(.btn) {
	line-height: 1.58;
	margin: 0 0 30px;
}
#form .intro p:not(:last-of-type) a {
	color: #cc3333;
	text-decoration: underline;
	font-weight: bold;
}
/*ボタン*/
#form .intro .btn a {
	width: 490px;
	height: 60px;
	margin: auto;
}
#form .intro .btn a::after {
	top: 24px;
	border-width: 6px 0 6px 10px;
}
/**ご取材・営業のお問い合わせ**/
#form .contact_area {
	background: url(../../new/images/contact/icon_cloud2.svg) top 25px left 10px / 110px no-repeat,
				url(../../new/images/contact/icon_cloud2.svg) bottom 7px right 5px / 110px no-repeat,#20212a;
	order: 4;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 30px 0 15px;
	text-align: center;
	width: 100%;
}
/*タイトル*/
#form > div:last-of-type h3 {
	margin: 0 auto 30px;
}
/*社名・電話番号*/
#form > div:last-of-type p {
	margin: 0 0 15px;
}
/*=============================
店舗に関するお問い合わせ
=============================*/
#line {
	background: #eeeff5;
	padding: 58px 0;
	text-align: center;
}
/*タイトル*/
#line h2 {
	margin: 0 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
}
#line h2::before {
	content: "";
	display: block;
	width: 87px;
	height: 50px;
	background: url(../../new/images/common/icon_cloud.svg) top center no-repeat;
	margin: 0 15px 0 0;
}
#line h2::after {
	content: "";
	display: block;
	width: 87px;
	height: 50px;
	background: url(../../new/images/common/icon_cloud.svg) top center no-repeat;
	margin: 0 0 0 15px;
	transform: scale(-1, 1);
}
/*タイトル下テキスト*/
#line h2 + p {
	margin: 0 0 30px;
}
/*注意書きリスト*/
#line ul {
	width: 690px;
	margin: 0 auto 30px;
	font-size: 25px;
	line-height: 1.4;
	text-align: left;
}
#line ul li {
	text-indent: -1em;
	padding-left: 1em;
}
#line ul a {
	color: #c7381c;
	font-weight: bold;
	text-decoration: underline;
}
/**各店舗情報**/
#line ol {
	margin: 0 30px;
}
#line ol li {
	border: 1px solid #917d4d;
	background: #fff;
	margin: 0 auto 20px;
	padding: 23px 43px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
/*店舗名*/
#line ol li h3 {
	width: 260px;
	height: 70px;
	background: #ddcf96;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 30px 0 0;
}
#line ol li h3 img {
	height: 52px;
}
/*電話番号*/
#line ol li p {
	font-size: 28px;
}
#line ol li p span {
	display: block;
	font-size: 22px;
	margin: 10px 0 0 -20px;
}
/*LINEでキャンセル情報を～*/
#line ol li div {
	width: 100%;
	margin: 20px 0 0;
}
#line ol li div a {
	height: 90px;
	background: #31d431;
	display: flex;
	align-items: center;
	padding: 13px 19px 11px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	position: relative;
	font-size: 26px;
}
#line ol li div a span {
	width: 160px;
	height: 45px;
	background: url(../../new/images/contact/line_bg.svg) top center / contain no-repeat;
	margin: 0 23px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	padding: 0 15px 0 0;
	color: #222;
}
#line ol li div a::after {
	content: "";
	display: block;
	position: absolute;
	top: 38px;
	right: 17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 11px;
	border-color: transparent transparent transparent #fff;
}
/*=============================
サンクスページ
=============================*/
#thanks {
	padding-bottom: 80px;
}
#thanks section {
	margin: 0 30px;;
	border: 2px solid #f5df99;
    background: rgba(0,0,0,.4);
    padding: 43px 0;
}
/*タイトル*/
#thanks section h2 {
    order: 2;
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#thanks section h2::before {
    content: "";
    display: block;
    width: 87px;
    height: 50px;
    background: url(../../new/images/common/icon_cloud.svg) top center no-repeat;
    margin: 0 15px 0 0;
}
#thanks section h2::after {
    content: "";
    display: block;
    width: 87px;
    height: 50px;
    background: url(../../new/images/common/icon_cloud.svg) top center no-repeat;
    margin: 0 0 0 15px;
    transform: scale(-1, 1);
}
/*テキスト*/
#thanks section p:not(.btn) {
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 50px;
}
/*ボタン*/
#thanks section .btn a {
	width: 300px;
    height: 57px;
	margin: auto;
}
#thanks section .btn a::after {
	top: 20px;
}


/*=============================
ご予約内容の確認・キャンセル・変更
=============================*/
#change {
	padding-bottom: 80px;
}
#change #form {
	margin-top: 30px;
	margin-bottom: 0;
}
#change #form iframe {
    order: 2;
    margin: auto;
}
/*見出し*/
#change #form h1 {
	order: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px;
}
#change #form h1::before {
	content: "";
    display: block;
    width: 87px;
    height: 50px;
    background: url(../../new/images/common/icon_cloud.svg) top center no-repeat;
    margin: 0 15px 0 0;
}
#change #form h1::after {
    content: "";
    display: block;
    width: 87px;
    height: 50px;
    background: url(../../new/images/common/icon_cloud.svg) top center no-repeat;
    margin: 0 0 0 15px;
    transform: scale(-1, 1);
}
/***iframe内***/
#change #form iframe {
	order: 2;
	margin: auto;
}
#change_form {
	color: #fff;
	background: transparent;
}
#change_form > p {
	margin-bottom: 30px;
	font-size: 28px;
}
#change_form table {
	margin: 0 auto 20px;
	color: #fff;
	font-size: 28px;
	letter-spacing: 0.05em;
	width: 100%;
}
/*項目*/
#change_form table tr {
	display: block;
	margin: 0 0 30px;
}
#change_form table th {
	text-align: left;
	width: 100%;
	margin: 0 0 10px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
#change_form table th span {
	background: #af4313;
	width: 56px;
	height: 26px;
	line-height: 1;
	border-radius: 3px;
	font-size: 20px;
	letter-spacing: 0.075em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 0 0;
	margin: 0 0 0 20px;
}
/*部品*/
#change_form table td input {
	border: none;
	border-radius: 10px;
	height: 60px;
	width: 587px;
	font-size: 32px;
	padding: 10px 20px;
	background: #fff;
    box-sizing: border-box;
}
/*送信ボタン*/
#change_form table + p {
	text-align: center;
	margin: 0 auto 30px;
	width: 505px;
	position: relative;
}
#change_form input[type="submit"] {
	background: #917d4d;
	border: none;
	width: 505px;
	height: 80px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 28px;
	cursor: pointer;
	letter-spacing: 0.07em;
}
#change_form table + p::after {
	content: "";
    display: block;
    position: absolute;
    top: 34px;
    right: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #fff;
}
#change_form table + p:hover {
	opacity: .7;
	transition: .3s;
}

/*游明朝*/
.fontY {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 28px;
    font-weight: bold;
	line-height: 1.5;
}
/*電話番号*/
a[href^="tel:"] {
	color: #fff;
	font-weight: bold;
}
#line ol li p a[href^="tel:"] {
	color: #000;
	font-weight: normal;
}
/*iphoneでのボタン表示リセット
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}*/