@charset "UTF-8";

/*---------------------------------------
ご取材・お問い合わせ
---------------------------------------*/
/*=============================
背景
=============================*/
main.lower {
	background: url(../../new/images/about/main_bg.jpg) top center / 2000px no-repeat;
}
/*=============================
大見出し
=============================*/
main.lower h1 {
	text-align: center;
	margin: 0 0 30px;
	width: 100%;
	order: 2;
}
main.lower h1::after {
	content: "Contact";
}
/*=============================
フォーム
=============================*/
#form {
	display :flex;
	flex-wrap: wrap;
	width: 1020px;
	margin: 0 auto 60px;
	border: 2px solid #f5df99;
	background: rgba(0,0,0,.4);
	padding: 43px;
}
#form div {
	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;
    width: 930px;
    margin: 40px auto 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;
}
#mfp_overlay_inner table tr th {
	text-align: left;
	width: 300px;
	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: 22px;
    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;
	color: #e4ca8a;
    font-size: 33px;
}
#form h2::before {
	content: "";
	display: block;
	width: 89px;
	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: 89px;
	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,
#form form {
	order: 3;
	width: 100%;
}
#form table {
	width: 790px;
	margin: 0 auto 20px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
}
/*項目*/
#form table tr {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
#form table th {
	text-align: left;
	width: 244px;
	margin: 0 90px 0 0;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#form table th span {
	background: #af4313;
	width: 49px;
	height: 22px;
	line-height: 1;
	border-radius: 3px;
	font-size: 14px;
	letter-spacing: 0.075em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 0 0;
}
/*部品*/
#form table td input,
#form table td select,
#form table td textarea {
	border: none;
	border-radius: 10px;
	height: 32px;
	width: 455px;
	font-size: 18px;
	padding: 10px;
	background: #fff;
}
/*セレクト*/
#form table td select {
	padding: 0 10px;
	background: url(../../new/images/contact/select_arrow.svg) top 12px right 12px 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: 230px;
	position: relative;
}
#form input[type="submit"],
#form input[type="button"] {
	background: #917d4d;
	border: none;
	width: 230px;
	height: 57px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 4px 0 0;
	cursor: pointer;
}
#form table + p::after {
	content: "";
    display: block;
    position: absolute;
    top: 23px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    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: url(../../new/images/contact/charactor.png) bottom 2px left 60px / 129px no-repeat,#fff;
	order: 1;
	padding: 36px 70px 25px 256px;
	margin: 0 auto 45px;
}
#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: 330px;
	height: 42px;
	margin: 0 0 0 auto;
}
#form .intro .btn a::after {
	top: 16px;
}
/**ご取材・営業のお問い合わせ**/
#form .contact_area {
	background: url(../../new/images/contact/tel_bg.svg) top center no-repeat;
	order: 4;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 145px;
	padding: 30px 0 0;
	text-align: center;
}
/*タイトル*/
#form .contact_area h3 {
	margin: 0 auto 30px;
	font-size: 32px;
	color: #e4ca8a;
}
/*社名・電話番号*/
#form .contact_area p {
	display: inline-block;
	margin: 0 16px;
}
/*=============================
店舗に関するお問い合わせ
=============================*/
#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: 89px;
	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 40px;
	font-size: 21px;
	line-height: 1.4;
}
/*注意書きリスト*/
#line ul {
	width: 625px;
	margin: 0 auto 20px;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}
#line ul a {
	color: #c7381c;
	font-weight: bold;
	text-decoration: underline;
}
/**各店舗情報**/
#line ol {
	width: 1020px;
	margin: auto;
}
#line ol li {
	border: 1px solid #917d4d;
	height: 114px;
	background: #fff;
	margin: 0 auto 20px;
	padding: 23px 43px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*店舗名*/
#line ol li h3 {
	width: 168px;
	height: 67px;
	background: #ddcf96;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1.3;
}
/*電話番号*/
#line ol li p {
	text-align: left;
	font-size: 20px;
}
#line ol li p span {
	display: block;
	font-size: 14px;
	margin: 10px 0 0 -5px;
}
/*LINEでキャンセル情報を～*/
#line ol li div a {
	width: 430px;
	height: 60px;
	background: #31d431;
	display: flex;
	align-items: center;
	padding: 13px 19px 11px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	position: relative;
}
#line ol li div a span {
	width: 133px;
	height: 37px;
	background: url(../../new/images/contact/line_bg.svg) top center no-repeat;
	margin: 0 23px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding: 2px 15px 0 0;
	color: #222;
}
#line ol li div a::after {
	content: "";
	display: block;
	position: absolute;
	top: 25px;
	right: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #fff;
}
/*=============================
サンクスページ
=============================*/
#thanks {
	padding-bottom: 80px;
}
#thanks section {
	width: 1020px;
	margin: 0 auto;;
	border: 2px solid #f5df99;
    background: rgba(0,0,0,.4);
    padding: 43px;
}
/*タイトル*/
#thanks section h2 {
    order: 2;
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	font-size: 32px;
    color: #e4ca8a;
}
#thanks section h2::before {
    content: "";
    display: block;
    width: 89px;
    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: 18px;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 50px;
}
/*ボタン*/
#thanks section .btn a {
	width: 230px;
    height: 57px;
	margin: auto;
}
#thanks section .btn a::after {
	top: 25px;
}
/*=============================
ご予約
=============================*/
main.lower#reservation h1::after {
	content: "Reservation";
}
/**キャラエリア**/
#reservation .intro {
	padding-right: 40px;
	border: 3px solid #c0a563;
	padding-top: 30px;
	padding-bottom: 0;
	background: url(../../new/images/contact/charactor.png) bottom left 60px / 129px no-repeat,#fff;
}
#reservation .intro span {
	font-size: 15px;
	display: block;
	margin: 10px 0 0;
}
#reservation .intro p:not(.btn) {
	margin-bottom: 20px;
}
/*ボタン*/
#reservation .intro .cancel_btn {
	margin-bottom: 20px!important;
}
#reservation .intro .cancel_btn a {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	width: 500px;
	height: 60px;
	border: 1px solid #31d431;
	background: url(../../new/images/contact/re_line.png) center left 7px no-repeat,url(../../new/images/contact/re_line_btn.svg) center left 63px 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: 25px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}
/*日本から来訪者多数～*/
#reservation .ny_link {
	color: #ff6b3d;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin: 0 0 20px;
	text-decoration: underline;

}
/*空席発生しています*/
#reservation #empty_text {
	color: #044bff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 50px;
}
/*フォーム*/
#reservation #form {
	background: #fff;
}
#reservation #form table {
	width: 100%;
	color: #000;
}
#reservation #form table th span {
	color: #fff;
}
/**日付指定**/
#reservation #form table .date input {
	width: 240px;
}
#reservation #form table .date input + input {
	margin: 0 0 0 18px;
}
/*注意書き*/
#reservation #form table .date p {
	font-size: 14px;
	letter-spacing: 0.05em;
	margin: 18px 0;
}
#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: 14px;
}
#reservation #form table td input, #reservation #form table td select, #reservation #form table td textarea {
	background: #e6e6e6;
}
/*店舗・コース*/
#reservation #form table td select {
	width: 312px;
	background: url(../../new/images/contact/select_arrow.svg) top 12px right 12px no-repeat,linear-gradient(to right, #e6e6e6 0%, #e6e6e6 89%, #8d8d8d 89%, #8d8d8d 100%);
}
#reservation #form table tr:nth-of-type(2) td select {
	width: 420px;
}
/*人数・利用回数*/
#reservation #form table .short select {
	width: 132px;
	background: url(../../new/images/contact/select_arrow.svg) top 12px right 12px no-repeat,linear-gradient(to right, #e6e6e6 0%, #e6e6e6 75%, #8d8d8d 75%, #8d8d8d 100%);
}
/*名前*/
#reservation #form table .name input {
	width: 161px;
	margin: 0 20px 0 10px;
}
/*うどんとたわしのバナー*/
#reservation #bnr_area {
	order: 3;
	width: 888px;
	margin: 0 auto 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#reservation #bnr_area li {
	width: 429px;
}
#reservation #line h2 {
	font-size: 26px;
	line-height: 1.35;
}

/*=============================
ご予約内容の確認・キャンセル・変更
=============================*/
#change #form {
	margin-top: 30px;
	padding: 56px 0 30px;
	align-content: flex-start;
	height: 440px;
}
/*見出し*/
#change #form h1 {
	order: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
#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;
	width: 830px;
	height: 290px;
}
#change_form {
	color: #fff;
}
#change_form > p {
	margin-bottom: 30px;
	text-align: center;
}
#change_form table {
    width: 790px;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
}
/*項目*/
#change_form table tr {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
#change_form table th {
	text-align: left;
	width: 244px;
	margin: 0 70px 0 0;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#change_form table th span {
	background: #af4313;
	width: 49px;
	height: 22px;
	line-height: 1;
	border-radius: 3px;
	font-size: 14px;
	letter-spacing: 0.075em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 0 0;
}
/*部品*/
#change_form table td input {
	border: none;
	border-radius: 10px;
	height: 32px;
	width: 455px;
	font-size: 14px;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
}
/*送信ボタン*/
#change_form table + p {
	text-align: center;
	margin: 0 auto 30px;
	width: 392px;
	position: relative;
}
#change_form input[type="submit"],
#change_form input[type="button"] {
	background: #917d4d;
	border: none;
	width: 392px;
	height: 57px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 4px 0 0;
	cursor: pointer;
}
#change_form table + p::after {
	content: "";
    display: block;
    position: absolute;
    top: 23px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #fff;
}
#change_form table + p:hover {
	opacity: .7;
	transition: .3s;
}

