.napoleon_logo{
	width: 70%;
    max-width:450px;
}
.footer_inr_logo .napoleon_logo{
    width:30%;
    max-width:200px;
    margin:0 auto;
}
.footer_inr_logo p {
	  text-align: center;
    color: #fff;
    margin: 1rem 0 0;
    font-size: 1.2rem;
}
.header_menu_txt {
	margin: 1.5rem 0;
	font-size: 1.5rem;
	color: #fff;
}
@media screen and (max-width:768px){
	.footer_inr_logo p {
    font-size: 1.7rem;
	}
	.header_menu_txt {
		font-size: 2.7rem;
	}
}

.c-pagett_inr_logo{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.c-pagett_inr .c-pagett-img1{
    width:10%;
}
.c-pagett_inr .c-pagett-img2{
    width:20%;
}
.c-pagett_inr .napoleon_logo{
    width:15%;
}

@media screen and (max-width: 400px){
    .c-pagett_inr_logo{ display:none; }
    #reservation .c-pagett_inr { height:15rem; }
}


body {
    margin: 0;
    padding: 0;
    border: none;
}
body, td, th, input, textarea, dt, dd, ul {
    color: rgb(0, 0, 0);
    font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, 游明朝, "Noto Serif JP", "ヒラギノ角ゴ Pro W3", メイリオ, serif;
    font-size: 1rem;
    line-height: 1.5;
}
img, div, p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, textarea, address, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1rem;
    text-decoration: none;
    list-style-type: none;
}
body, td, th, input, textarea, dt, dd, ul, em, span, div, p {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: .08rem;
}
.header {
    width: 100%;
    height: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
div {
    display: block;
}
a {
    color: #000;
    text-decoration: none;
    background-color: rgba(0,0,0,0);
}
a, a:focus, a:hover, a:active {
    outline: none;
}
@media only screen and (max-width: 450px){
	#reservation a {
    	transition: none !important;
	}
}
@font-face {
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: "en-font";
  /* フォントが置かれているパスを書く */
  src: url("../fonts/caveat/Caveat-Regular.ttf") format("TrueType") }
}
/* ここまで予約ページ共通の設定 */
/* ここからfixedのタイトル */
.header_sitett {
    position: fixed;
    top: 1.5rem;
    left: 2rem;
	width:5rem;
}
.header_sitett a{
    text-decoration: none;
    display: block;
    transition: all .3s;
}
.sitetitle1{
	background: url(../imgs/maxlogo-wt-lt.svg) 0 0 no-repeat;
	background-size:100% auto;
    width: 60%;
	height:9rem;
	position:fixed;
	top: 2rem;
	left: 2rem;
    transition: all .3s;
	display:none;
}
.sitetitle2{
	background: url(../imgs/maxlogo-br-lt.svg) 0 0 no-repeat;
	width:20%;
	position:fixed;
	height:5rem;
    display: block;
	top: 1.5rem;
	left: 1.5rem;
}
.changecolor1{
	display:none;
}
.changecolor2{
	display:block;
	z-index:15;
	animation: appear .7s ease;
}
@keyframes appear{
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.header_sitett a:hover {
    text-decoration: none;
	opacity: 0.4;
}*/
/* ここまでfixedのタイトル */
/* ここからfixedの予約ボタン */
.header_re{
    position: fixed;
    top: calc(50vh - 5rem);
    right: 0;
	width:3rem;
}
.header_re a{
	background:#4b340e;
    transition: .5s;
    width: 100%;
	height:11rem;
	color:#fff;
	line-height:0;
	text-align:center;
    text-decoration: none;
    display: flex;
	justify-content:center;
    font-family: "jp-font",TsukuAOldMinPr6-D,serif;
	font-size:0.9rem;
	font-weight:bold;
}
.header_re a:hover{
	opacity:0.8;
}
.header_re span{
	display: block;
    writing-mode: vertical-rl;
   font-feature-settings: initial;
}
.header_re span::after{
	font-family: "icomoon";
	content: "\ea15";
    margin-top: 0.5rem;
}
/* ここまでfixedの予約ボタン */
/* ここからfixedのメニューボタン */
.nav-toggle {
    position: absolute;
    top: 0.9rem;
    right: 2%;
	width: 4%;
	cursor: pointer;
    transition: all .3s;
	z-index:100;
}
.nav-toggle:hover {
	opacity: 0.4;
}
.nav-lead-text {
    margin-top: 20px;
    color: black;
    font-weight: bold;
    text-align: center;
}
.nav-click {
    font-size: 13px;
}

.nav-button2{
	background: url(../imgs/saturn-brown.svg) 0 0 no-repeat;
	background-size:100% auto;
    width: 100%;
	height:3.5rem;
	display:block;
}
.nav-toggle-txt{
    font-family: "en-font","Caveat",sans-serif;
    color: #211706;
    letter-spacing: 0;
    font-size: 1.5rem;
    display: block;
    line-height: 0;
	text-align:center;
	transition:all .4s;
}
.changecolor3{
	color:#fff;
}
/* ナビボタンのオンオフ */
.nav-toggle .nav-button{
	opacity: 1;
	transition:all 1s;
}
.nav-toggle.nav-toggle-active .nav-button{
	opacity: 0;
}
.nav-toggle span{
	display: inline-block;
    transition: all .5s;
    position: absolute;
	opacity:0;
}
.nav-toggle span:nth-of-type(1),
.nav-toggle span:nth-of-type(2) {
	height: 1px;
	background: #fff;
    width: 70%;
    left: 15px;
}
.nav-toggle span:nth-of-type(1) {
	top:13px;
}
.nav-toggle span:nth-of-type(2) {
	top:36px;
}
/* activeクラスが付与されると線が回転して×になる */
.nav-toggle.nav-toggle-active span:nth-of-type(1) {
    top: 18px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 70%;
	opacity:1;
}
.nav-toggle.nav-toggle-active span:nth-of-type(2){
    top: 30px;
    left: 10px;
    transform: translateY(-6px) rotate(45deg);
    width: 70%;
	opacity:1;
}
@media screen and (max-width: 450px){
	#reservation .nav-toggle.nav-toggle-active span:nth-of-type(1) {
		top: 43px;
		left: 20px;
	}
	#reservation .nav-toggle.nav-toggle-active span:nth-of-type(2){
		top: 58px;
		left: 20px;
	}
}
/* ここまでfixedのメニューボタン */
/* ここからfixedのスライドメニュー */
.header_menu{
	background:#4b340e;
	display:flex;
	fustify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	box-sizing:border-box;
	overflow-y: scroll;
	position:fixed;
	top:0;
	left:-120%;
	z-index:10;
	transition:left .7s, opacity 1.3s;
	opacity:0;
}
.open-menu{
	left: 0;
	opacity: 1;
}
.header_menu nav{
	max-width:calc(98rem+12%);
	width: 100%;
	height:100%;
	margin:0 auto;
    padding: 0 6%;
    box-sizing: border-box;
	display:flex;
	justify-content:space-around;
	align-items:center;
	flex-wrap:wrap;
}
/* (スライドメニューの左側↓) */
.header_menu_logo {
    width: 25rem;
    max-width: 25rem;
    position: relative;
	top:0rem;
	left:4rem;
    text-align:center;
}
.header_menu_logo img{
	width:100%;
}
.header_menu_logo::after{
	width: 7rem;
	height: 7rem;
	background: url(../imgs/daikoku.png) no-repeat center center / 60px auto;
	background-size: auto 100%;
    transform: scale(-1, 1);
	display: block;
	content: "";
    position: absolute;
    bottom: -15rem;
    left: 10%;
	animation: daikokumove 5s ease-in-out infinite;
}
@keyframes daikokumove{
	0%, 70%, 75%, 80% { transform: scale(-1, 1.0); }
	72.5%, 77.5% { transform: scale(-1, 0.95); }
}
/* (スライドメニューの左側↑) */
/* (スライドメニューの右側↓) */
.header_menu_inr{
	padding: 7rem 7rem 7rem 15rem;
    box-sizing: border-box;
    min-width: 42rem;
    font-size: 0.5rem;
	text-align:left;
	overflow:auto;
}
.header_menu_inr ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
	line-height:2.8;
}
.header_menu_inr ul li a,
.header_menu_inr .info .item .st,
.header_menu_inr .info .item a.phone{
    font-family: "jp-font", TsukuAOldMinPr6-D, serif;
    color: #fff;
    display: block;
    text-decoration: none;
	font-weight: 900;
}
.header_menu_inr ul li a{
    font-size: 1.2rem;
	text-align:left;
}
.header_menu_inr ul li:not(.reservation) a{
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 0rem;
	background:
    	linear-gradient(currentColor 0 0) bottom 0   left  0 /var(--d, 0) 1px no-repeat,
    	linear-gradient(currentColor 0 0) bottom 5px right 0 /var(--d, 0) 1px no-repeat;
	transition: 0.5s, background-position 0s 0.5s;
	border-color:#fff;
}
.header_menu_inr ul li:not(.reservation) a:hover{
	--d: 100%;
	background-position: bottom 0 right 0, bottom 5px left 0;
}
/* (スライドメニューの右側 リスト↑) */
/* (スライドメニューの右側 予約↓) */
.header_menu_inr ul li.reservation {
	display:none;
}
.header_menu_inr ul li.reservation a {
    font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Yu Mincho Medium", "游明朝 Medium", YuMincho, 游明朝, "Noto Serif JP", "ヒラギノ角ゴ Pro W3", メイリオ, serif;
}
/* (スライドメニューの右側 予約↑) */
/* (スライドメニューの右側 電話＆住所↓) */
.header_menu_inr .info {
    margin-top: 4rem;
    color: #fff;
}
.item a.phone {
    color: #fff;
    font-size:1.3rem;
    line-height: 1;
	font-weight:bold;
}
.item a.phone em {
    font-size: 1rem;
    padding-right: 0.3rem;
}
em {
    font-style: normal;
}
.header_menu_inr .info .item+.item {
    margin-top: 4rem;
}
.header_menu_inr .info .item .st {
    font-size: 1rem;
}
.header_menu_inr .info .item p {
    font-size: 0.9rem;
	padding-top:0.3rem;
}
/* ここまでfixedのスライドメニュー */


/* ここから一番上のタイトル部分 */
.page-re #wrapper {
    width: 100%;
    overflow: hidden;
}
.c-pagett {
    width: 100%;
    position: relative;
}
.c-pagett .c-pagett_inr {
    padding-top: 6rem;
    display: block;
    text-align: center;
}
.c-pagett_inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-pagett .tt {
    padding: 0;
}
.page-re .c-pagett .tt {
    opacity: 1;
    transform: translateY(0);
}
.page-re .c-pagett .tt {
    opacity: 1;
    transform: translateY(3rem);
    will-change: transform,opacity;
}
.c-pagett_inr .tt {
    position: relative;
    z-index: 5;
    padding: 5rem 5rem 0;
}
.c-pagett_inr .tt .en {
    font-size: 3.1rem;
    color: #211706;
	letter-spacing:0;
}
.c-pagett_inr .tt .jp {
    font-size: 1.1rem;
    color: #BC900C;
    margin-top: 0.3rem;
	font-weight:bold;
}
.c-pagett_inr .tt span {
    display: block;
    line-height: 1.3;
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
}
.bodywrap {
    padding-top: 10.5rem;
}
.page-re .bodywrap {
    opacity: 1;
}
.page-re .bodywrap {
    padding-top: 10rem;
}
.c-inr {
    width: 100%;
    max-width: calc(1000px + 6rem);
    margin: 0 auto;
    padding: 0 3rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
/* ここまで一番上のタイトル部分 */
/* ここからリスト部分 */
.reservStep {
    margin-bottom: 6.7rem;
}
.reservStep ul {
    display: flex;
    justify-content: center;
}
.reservStep ul li {
    width: 20%;
    text-align: center;
    color: #BC900C;
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    line-height: 1.2;
	letter-spacing:.1rem;
	font-size: .9rem;
	font-weight: 900;
    border-left: 1px solid #F9E2A4;
    padding: 1rem 0px;
}
.reservStep ul li:last-child {
    border-right: 1px solid #F9E2A4;
}
br.sp {
    display: none;
}
.reservStep ul li.current span{
    color: #4b340e;
    border-bottom: 1px solid #4b340e;
	font-weight: 900;
}
/* ここまでリスト部分 */
/* ここから入力欄部分 */
.fm__parts-flx select+.lbl, .fm__parts-flx input+.lbl, .fm__parts-flx .lbl+select, .fm__parts-flx .lbl+input {
    margin-left: 1rem;
}
/* (入力欄 文字の大きさ設定↓) */
.f-text.sizeSS {
    width: 3.5rem;
}
.f-text.sizeS {
    width: 8rem;
}
.f-text.sizeM {
    width: 17rem;
    font-family: fontplus-unused;
}
.f-text.sizeL {
	height: 8rem;
    font-family: fontplus-unused;
}
.f-select.sizeM {
    width: 12.5rem;
}
/* (入力欄 文字の大きさ設定↑) */
/* (入力欄 設定↓) */
.c-tt_lv1 {
    line-height: 1;
    margin-bottom: 2.5rem;
}
.c-tt_lv1 span {
    font-size: 1.8rem;
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    display: block;
    line-height: 1.6;
}
dl {
    display: block;
}
.c-dl.bdr {
    border-right: 1px solid #D3C784;
}
.c-dl {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}
.c-dl>dl {
    display: flex;
    flex-wrap: wrap;
}
.c-dl>dl.label dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
	font-size: .9rem;
	font-weight: 900;
}
.c-dl>dl>dt, .c-dl>dl>dd {
    padding: 1.8rem;
    box-sizing: border-box;
}
.c-dl>dl>dt {
    width: 25%;
    min-width: 15rem;
    position: relative;
    background: #4b340e;
    color: #fff;
    white-space: nowrap;
}
.c-dl>dl>dt span {
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    line-height: 1.2;
}
.c-dl.bdr dl:first-child dt {
    border-top: 1px solid #211706;
}
.c-dl.bdr>dl:first-child dd {
    border-top: 1px solid #D3C784;
}
.c-dl>dl>dd {
    width: 75%;
    max-width: calc(100% - 15rem);
    border-top: 1px solid #D3C784;
}
.c-dl>dl+dl dt {
    border-top: 1px solid #211706;
}
.c-dl>dl+dl dd {
    border-top: 1px solid #D3C784;
}
.c-dl.bdr>dl:last-child dd {
    border-bottom: 1px solid #D3C784;
}
::placeholder {
	color: #BC900C;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
}
:placeholder-shown {
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    font-size: .8rem;
}
.f-mst {
    white-space: nowrap;
    font-size: .8rem;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    line-height: 1.1;
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    padding: 0.3rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 0.3rem;
}
.f-text {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 3rem;
    margin: 0;
    padding: .7rem;
    border: none;
    font-size: .8rem;
	letter-spacing: .2;
    line-height: 1;
    appearance: none;
    border: 1px solid #D3C784;
    border-radius: 0.2rem;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
}
.f-error-text {
    color: red;
    font-family: sans-serif;
    font-size: .9rem;
	margin-top: 1px;
}
.fm__parts-flx {
    display: flex;
    align-items: center;
	color: #211706;
}
.f-select {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 3rem;
    margin: 0;
    padding: 1rem;
    border: 1px solid #D3C784;
    font-size: .9rem;
    line-height: 1;
    appearance: none;
    background: #fff;
    position: relative;
    background: #fff url(../imgs/selector.svg) right 1rem center no-repeat;
    background-size: 0.4rem auto;
    color: #B28704;
	font-weight: 900;
    border-radius: 0.2rem;
    letter-spacing: .1rem;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
}
button, select {
    text-transform: none;
}
.c-txt_ans {
    font-size: .75rem;
	font-weight: 900;
    color: #B28704;
    display: inline-block;
    margin-top: 0.5rem;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
}
.c-txt_que {
    font-size: .9rem;
	font-weight: 900;
    color: #B28704;
    display: inline-block;
    margin: 0rem 0 .3rem;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
}
.c-txt_que.que2 {
    margin: 1rem 0 .3rem;
}
option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: .9em;
    padding: 0px 2px 1px;
}
.doui {
	font-size: .9rem;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
	font-weight: 900;
    color: #B28704;
	margin-right: 1rem;
}
@media screen and (max-width: 450px){
	#reservation .doui .concent{
		transform:scale(0.6);
		position: relative;
		top:1.5;
	}
}
.agree {
	color: #211706;
	font-size: 1rem;
	font-weight: 900;
	margin-top: 5px;
	transition: all .3s;
    cursor: pointer;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
}
.agree:hover {
	color: red;
}
/* (入力欄 設定↑) */
.dialogClass .ui-dialog-titlebar {
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
	font-size: 1.3rem;
	font-weight: 900;
}
.dialogClass .dialog-btn {
	width:15rem;
	height:2rem;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
	font-weight: 900;
	line-height: .9rem;
}
.dialogClass .ui-dialog-content {
	font-size: .9rem;
	font-weight: 900;
	line-height: 1.5rem;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
}
/* (入力欄 送信ボタン設定↓) */
.f-btnarea {
    margin-top: 5.5rem;
    text-align: center;
}
.f-btn  {
    width: 14rem;
    box-sizing: border-box;
    text-align: center;
    padding: 1.3rem .8rem;
    margin: 0 auto;
    line-height: 1;
    letter-spacing: .08rem;
    display: block;
    position: relative;
    cursor: pointer;
    border: 1px solid #211706;
    background: none;
    color: #B28704;
	font-size: .9rem;
	font-weight: 900;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.f-btn.submit:hover,
.f-btnarea a:hover {
    background: #211706;
    color: #fff;
}
/* ここまで入力欄部分 */
/* ここからFooter部分 */
.footer {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding-top: 10rem;
    contain-intrinsic-size: 1300px;
}
.footer .pagetop {
    opacity: 0;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    position: fixed;
    right: 0rem;
    bottom: 3rem;
    z-index: 99;
}
.footer .pagetop.is-show {
    opacity: 1;
}
.footer .pagetop.is-show a {
    cursor: pointer;
}
.footer .pagetop a {
    display: block;
    transform: rotate(90deg);
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    padding: .6rem;
    cursor: default;
    color: #211706;
}
.footer .pagetop a span {
    font-family: "en-font","Caveat",sans-serif;
    font-size: .9rem;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    position: relative;
    display: block;
    line-height: 1.2rem;
	font-weight:bold;
    white-space: nowrap;
}
.footer .pagetop a span::before {
    position: absolute;
    top: 50%;
    right: 3.7rem;
    display: block;
    width: 1rem;
    height: .7px;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    background: #211706;
    content: "";
    transform: rotate(180deg);
}
.footer .pagetop a span:hover::before {
	width:2rem; transform: rotate(180deg);
}
.footer_inr {
    background: #4b340e;
    color: #fff;
    position: relative;
    z-index: 2;
	margin:0 auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.footer_inr::before {
    width: 101%;
    height: 10rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1301.127 171.417" enable-background="new 0 0 1301.127 171.417" xml:space="preserve"><path fill="%234b340e" d="M1300.5,170.917H0.5V35.278c42.733,1.079,88.236,2.836,135.246,5.221  c42.187,2.14,86.723,4.844,132.371,8.037c73.673,5.152,150.931,11.588,236.188,19.674c46.058,4.368,92.027,7.659,136.633,9.783  c41.954,2,83.728,3.009,124.157,3.009c36.267,0,72.328-0.814,107.184-2.418c32.477-1.5,64.676-3.712,95.699-6.589  c55.14-5.113,107.937-12.413,156.926-21.7c37.376-6.936,74.379-15.747,110.87-26.4c13.725-4.078,26.556-8.273,38.135-12.469  c10.126-3.669,19.07-7.252,26.587-10.65v170.14L1300.5,170.917z"/></svg>');
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: -5rem;
    left: -1%;
}
.footer_inr_logo {
	display:flex;
	flex-direction:column;
}
.footer_inr_logo .footer-img1{
    width: 10rem;
    margin: 0 auto;
}
.footer_inr_logo .footer-img2{
	width: 45%;
    height: 3.5rem;
    margin: 0 auto;
	padding-top:1rem;
}
.footer_inr_menu {
    margin-top: 2rem;
    text-align: center;
}
.footer_inr_menu li {
    display: inline-block;
}
.footer_inr_menu li a {
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    color: #fff;
	font-weight:bold;
	font-size: .95rem;
	transition:all 0.5s;
}
.footer_inr_menu li:not(.reservation) a:hover{
	opacity:0.4;
}
.footer_inr_menu li+li {
    margin-left: 1.8rem;
}
.footer_inr_menu li.reservation {
    display: none;
}
.footer_inr_tel {
    text-align: center;
    font-size: .8rem;
    margin-top: 2.8rem;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
}
.footer_inr_tel a {
    color: #fff;
    font-size: 1.2rem;
}
.footer_inr_address {
    margin-top: 2rem;
    text-align: center;
	font-size:.9rem;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
}
.footer_copyright {
    position: relative;
	left: 0;
    z-index: 3;
    background: #211706;
    text-align: center;
    padding: 2rem 0 1.8rem;
    color: #fff;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    font-size: .5rem;
	letter-spacing:0;
}
@media only screen and (max-width: 450px){
	.footer_copyright {
    	width: ;
	}
}
.footer_copyright::before {
    width: 110%;
    height: 4rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1301.613 41.057" enable-background="new 0 0 1301.613 41.057" xml:space="preserve"><path fill="%23211706" d="M1.113,40.556h1300V8.668c-42.733,0.254-88.236,0.667-135.246,1.228c-42.188,0.5-86.724,1.139-132.371,1.889  c-73.673,1.211-150.931,2.724-236.189,4.625c-46.057,1.027-92.026,1.8-136.633,2.3c-41.954,0.47-83.727,0.707-124.157,0.707  c-36.266,0-72.327-0.19-107.183-0.568c-32.477-0.353-64.676-0.873-95.7-1.55c-55.139-1.199-107.936-2.918-156.925-5.1  c-40.339-1.8-77.641-3.886-110.87-6.207C52.114,5.032,39.283,4.046,27.704,3.06C17.578,2.197,8.633,1.36,1.117,0.56v39.996H1.113z"/></svg>');
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: -2rem;
    left: -1%;
}
/* ここまでFooter部分 */





/* ここから内容確認画面 */
.page-re .bodywrap.in {
    opacity: 1;
}
.confirm .c-dl>dl>dt, .c-dl>dl>dd {
	padding: 2.3rem;
    box-sizing: border-box;
}
.confirm .c-dl>dl>dd {
	font-size: .9rem;
}
.reservCon {
    margin-top: 6.5rem;
}
.c-tt_lv2 {
    line-height: 1;
    position: relative;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #D3C784;
}
.c-tt_lv2::before {
    width: 30%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    background: #211706;
    display: block;
}
.c-tt_lv2 span {
    font-size: 1.2rem;
	font-weight: 900;
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D","TsukuAOldMinPr6-D",serif;
    line-height: 1.5;
    color: #1b2f5b;
    padding-bottom: 0.3rem;
    display: block;
}
.reservCon p {
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D","TsukuAOldMinPr6-D",serif;
    font-size: .9rem;
	font-weight: 900;
    line-height: 2;
}
.reservCon .cancellist {
    text-align: center;
}
.c-table {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    margin: 1.7rem auto 0;
}
.c-table thead tr td {
	width:50%;
}
table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}
.c-table thead {
    border-right: 1px solid #D3C784;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.c-table thead tr td {
    background: #4b340e;
    color: #fff;
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D","TsukuAOldMinPr6-D",serif;
	font-weight:bold;
    line-height: 1;
    padding: .9rem;
    box-sizing: border-box;
    text-align: center;
}
.c-table thead tr td+td {
    border-left: 1px solid rgba(255,255,255,.2);
}
.c-table thead tr td span {
    line-height: 1.4;
}
.c-table tbody {
    border-right: 1px solid #D3C784;
    border-bottom: 1px solid #D3C784;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.c-table tbody tr td:first-child {
    border-left: 1px solid #D3C784;
}
.c-table tbody tr td {
    box-sizing: border-box;
    padding: 1rem;
}
.t-price {
    color: #933535;
    display: block;
    line-height: 1;
	font-size: 1rem;
	font-weight: 900;
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D","TsukuAOldMinPr6-D",serif;
}
.t-price em {
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D","TsukuAOldMinPr6-D",serif;
    font-size: 1.4rem;
}
.c-table tbody tr td+td {
    border-left: 1px solid #D3C784;
}
.f-btnarea .f-btn#back {
    margin-top: 2.6rem;
}
.f-btn#back {
    padding: 0;
    border: none;
}
.f-btnarea div.a {
    padding-right: 0;
    padding-left: 2rem;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.f-btnarea div.a::before {
    font-family: "icomoon";
    content: "\ea15";
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    transform: scale(-1, 1);
    position: absolute;
    bottom: -.25%;
    left: 42%;
    margin-top: -.5rem;
    z-index: 2;
    font-weight: normal;
    display: block;
    font-size: 1rem;
	color: #BC900C;
}
.f-btnarea div.a:hover {
	opacity: .5;
}
.error_list {
	display: block;
	width: 50%;
	margin:3rem auto 0;
	padding: 0;
	color: #ff2e5a;
	font-size: .8rem;
	text-align: center;
	border: 2px solid #ff2e5a;
	border-radius: 5px;
}
/* ここまで内容確認画面 */





/* ここから送信完了画面 */
.reservSec.complete {
    text-align: center;
}
.reservSec__tt {
	margin-bottom:3rem;
}
.reservSec.complete p {
    display: block;
    line-height: 1.8;
	font-size: .95rem;
	font-weight: 900;
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D","TsukuAOldMinPr6-D",serif;
}
.fm__cv img {
	width:50%;
	margin-top:3rem;
}
.c-btn_top {
    width: 14rem;
    text-align: center;
    padding: 1.3rem .8rem;
    margin: 0 auto;
    line-height: 1;
    letter-spacing: .08rem;
    display: block;
    position: relative;
    cursor: pointer;
    border: 1px solid #211706;
    background: none;
    color: #B28704;
	font-size: .9rem;
	font-weight: 900;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
/* ここまで送信完了画面 */
