@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: #fff;
	padding: 43px;
}
/**確認画面**/
#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 .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;
}
/*タイトル*/
#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;
}

/*=============================
ご予約
=============================*/
main.lower#reservation h1::after {
	content: "";
	background: url(../../new/images/contact/re_h1_en.svg) top center / contain no-repeat;
	width: 176px;
	height: 26px;
	display: block;
	margin: 10px auto 0;
}
/**キャラエリア**/
#reservation .intro {
	padding: 36px 25px 25px;
}
#reservation .intro span {
	font-size: 25px;
	display: block;
	margin: 20px 0 0;
}
/*ボタン*/
#reservation .intro .cancel_btn a {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	height: 70px;
	border: 1px solid #31d431;
	background: url(../../new/images/contact/re_line.png) center left 10px no-repeat,url(../../new/images/contact/re_line_btn.svg) center left 66px / 42px no-repeat,linear-gradient(to right, #fff 0%, #fff 23%, #31d431 23%, #31d431 100%);
	padding: 5px 0 0 140px;
	position: relative;
}
#reservation .intro .cancel_btn a::after {
	content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
}
/*日本から来訪者多数～*/
#reservation .ny_link {
	color: #ff6b3d;
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin: 0 0 30px;
	text-decoration: underline;

}
/*空席発生しています*/
#reservation #empty_text {
	color: #044bff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 50px;
}

/*うどんとたわしのバナー*/
#reservation #bnr_area {
	order: 3;
	width: 580px;
	margin: 0 auto 65px;
}
#reservation #bnr_area li {
	width: 100%;
	margin-bottom: 30px;
}
#reservation #bnr_area li:last-of-type {
	margin-bottom: 0;
}
/*ラインの見出し*/
#reservation #line h2 {
	font-size: 28px;
}
#reservation #line h2::before,
#reservation #line h2::after {
	content: none!important;
}
/*游明朝*/
.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;
}

/***フォーム***/
#form form {
	order: 3;
	width: 100%;
}
#form table {
	margin: 0 auto 20px;
	font-size: 28px;
	letter-spacing: 0.05em;
	width: 100%;
	background: #fff;
	color: #000;
}
/*項目*/
#form table tr {
	display: block;
	margin: 0 0 30px;
}
#form table .ttl {
	text-align: left;
	width: 100%;
	margin: 0 0 10px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
#form table .ttl 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%);
	padding-right: 80px;
	overflow: hidden!important;
}
/*テキストエリア*/
#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;
}

#reservation #form table .ttl span {
	color: #fff;
}
/**日付指定**/
#reservation #form table .date input {
	width: 290px;
}
#reservation #form table .date input + input {
	margin: 0 0 0 18px;
}
/*注意書き*/
#reservation #form table .date p {
	font-size: 24px;
	letter-spacing: 0.05em;
	margin: 20px 0;
	line-height: 1.4;
}
#reservation #form table .date p a {
	color: #af4313;
	font-weight: bold;
	text-decoration: underline;
}
/*部品*/
#form table td input, #form table td select, #form table td textarea {
	font-size: 32px;
}
#reservation #form table td input, #reservation #form table td select, #reservation #form table td textarea {
	background: #e6e6e6;
}
/*店舗・コース*/
#reservation #form table td select {
	background: url(../../new/images/contact/select_arrow.svg) top 22px right 22px / 20px no-repeat,linear-gradient(to right, #e6e6e6 0%, #e6e6e6 89%, #8d8d8d 89%, #8d8d8d 100%);
}
#reservation #form table td #reserve_date {
	margin-bottom: 30px;
}
/*人数・利用回数*/
#reservation #form table .short select {
	width: 225px;
	background: url(../../new/images/contact/select_arrow.svg) top 22px right 22px / 20px no-repeat,linear-gradient(to right, #e6e6e6 0%, #e6e6e6 71%, #8d8d8d 71%, #8d8d8d 100%);
}
#reservation #form table .short #repeat {
    width: 495px;
    background: url(../../new/images/contact/select_arrow.svg) top 22px right 22px / 20px no-repeat,linear-gradient(to right, #e6e6e6 0%, #e6e6e6 87%, #8d8d8d 87%, #8d8d8d 100%);
}
/*名前*/
#reservation #form table .name input {
	width: 240px;
	margin: 0 20px 0 10px;
}
/*irame内*/
#calendar {
    overflow: scroll;
    z-index: 1;
    width: 600px!important;
	margin-bottom: 40px;
}
.ui-datepicker.ui-datepicker-multi {
	width: 50em!important;
}
.ui-datepicker .ui-datepicker-title {
	font-size: 26px;
}
.ui-datepicker-multi .ui-datepicker-group table {
	background: transparent!important;
}
.ui-datepicker th {
	display: block!important;
	font-size: 25px;
	width: 54px;
}
.ui-datepicker-calendar tr {
	display: flex!important;
	margin: 0!important;;
}
.ui-datepicker td {
	width: 54px;	
    font-size: 23px;
}
#reservation span.ui-state-default {
    height: 40px;
    background: #fff url(../images/contact/close.png) 50% 50% repeat-x!important;
    padding: 10px!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    height: 40px;
    padding: 8px;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	font-size: 19px;
}
#reservation .hasDatepicker {
	margin: 0 0 20px;
}