@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

/* html5 reset*/
html {
  overflow-y: scroll;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var, span {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
img {
  vertical-align: bottom;
}
/* original reset */
html {
  overflow-x: hidden;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:link {
  color: #000000;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a[href^="tel:"] {
  cursor: default;
}
/* html5 reset +alpha */
html {
  font-size: 62.5%; /* (14px) */
  line-height: 1.0;
  overflow-x: hidden;
}
/* common item */
.clrfx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clrfx {
  zoom: 1;
}
.clr {
  clear: both;
}
.fltl {
  float: left;
}
.fltr {
  float: right;
}
.leftAdjust {
  text-align: left;
}
.rightAdjust {
  text-align: right;
}
.centerAdjust {
  text-align: center;
}
.topAdjust {
  vertical-align: top;
}
.middleAdjust {
  vertical-align: middle;
}
.bottomAdjust {
  vertical-align: bottom;
}
.rlt {
  position: relative;
}
.abs {
  position: absolute;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
del {
  text-decoration: line-though;
}
img {
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
}
a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
iframe {
  max-width: 100%;
  line-height: 1;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}
.grecaptcha-badge{
    display: none;
}
/* body style */
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  color: #151515;
  font-size: 1.6em;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  body {}
}
/*-------------------------------------*/
/*	その他	*/
/*-------------------------------------*/
main {
  line-height: 1.8;
}
p {
  /*font-size: 100%;*/
  letter-spacing: 0.08em;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 3px solid #F6F6F6;
}
#wrapper {
  position: relative;
}
.w1300 {
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.w1200 {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.w1150 {
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.w1120 {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.w1100 {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.w1070 {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.w1000 {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.w900 {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.w800 {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.bg_black {
  background: #271C12;
  color: #FFFFFF;
}
.bg_orange1 {
  background: #FFF6E4;
}
.bg_orange2 {
  background: #FFF0D1;
}
.bg_orange3 {
  background: #FFE078;
	color: #6D3100;
}
.bg_orange4 {
  background: #FFE078;
	color: #6D3100;
}
.bg_orange4 .midashi01 {
	color: #6D3100;
}
.section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.section_t {
  padding-top: 80px !important;
}
.section_b {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 1000px) {}
@media print, screen and (min-width: 768px) {
  .sp_view {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .pc_view {
    display: none !important;
  }
  .section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .section_t {
    padding-top: 60px !important;
  }
  .section_b {
    padding-bottom: 60px !important;
  }
}
/*--------------------------------
	パンくず
*/
.pankuzu {
  padding: 0.5em;
}
.pankuzu .breadcrumb {
  font-size: 1.2rem;
  color: #655d5b;
  background: none;
  margin-bottom: 0;
}
.pankuzu .breadcrumb span {
  display: inline-block;
  padding: 0.5em;
  color: #655d5b;
}
.pankuzu .breadcrumb span:nth-of-type(1) {
  padding: 0 0.5em 0 0;
}
.pankuzu .breadcrumb span a {
  color: #0290D4;
}
.pankuzu .breadcrumb span a:hover {
  color: #004098;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .pankuzu .breadcrumb {
    font-size: 1.2rem;
  }
}
/*--------------*/
/*	ページトップへ*/
#pagetop {
  position: fixed;
  bottom: 0%;
  right: 0%;
  z-index: 1;
}
/*-------------------------------------*/
/*	ヘッダー関連	*/
/*-------------------------------------*/
header h1 {
  text-indent: -9999px;
  display: none;
}
#top header {
  height: 0;
}
header {
  background: #FFFFFF;
  width: 100%;
  height: 95px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 100;
}
header .pc_logo {
  margin-left: 20px;
  width: 30%;
  max-width: 300px;
  display: block;
}
#gbl {
  width: 70%;
  margin: 0 0 0 auto;
  max-width: 1000px;
}
#gbl ul {
  display: flex;
  justify-content: flex-end;
}
#gbl ul.h_info {
  font-size: 1.4rem;
  margin-right: 20px;
}
#gbl ul.h_info li a {
  font-size: 1.4rem;
  display: block;
  padding: 5px;
}
#gbl ul.h_info li.link a::before {
  content: url("../images/ico_link.svg");
  display: inline-block;
  margin-right: 10px;
  width: 17px;
}
header #gbl ul.gbl_menu {
  display: flex;
  margin-right: 5px;
}
header #gbl ul.gbl_menu li a, header #gbl ul.gbl_menu li span {
  padding: 1em 20px;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
header #gbl ul.gbl_menu li span {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header #gbl ul.gbl_menu li a:hover, header #gbl ul.gbl_menu li span:hover, #gbl ul.h_info li a:hover {
  color: #ED6B00;
}
/*プラン選択　モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container-plan {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.84);
  color: #FFFFFF;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  text-align: center;
  z-index: 200;
}
/*モーダル本体の擬似要素の指定*/
.modal-container-plan:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container-plan.active {
  opacity: 1;
  visibility: visible;
}
.modal-container-plan h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 500;
}
.gnav_wrap {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
  overflow-y: scroll;
  padding-bottom: 50px;
  top: 0;
  left: 0;
}
/*モーダル枠の指定*/
.modal-container-plan .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
  padding: 80px 0 0 0;
}
.modal-container-plan ul li {
  margin-bottom: 40px;
}
.modal-container-plan ul li:last-child {
  margin-bottom: 0;
}
.modal-container-plan ul li a {
  display: block;
  text-align: center;
  padding: 1em;
  border: 1px solid #ED6B00;
  color: #ED6B00;
  background: #FFFFFF;
  font-size: 2.2rem;
}
.modal-container-plan ul li a:hover {
  background: #ED6B00;
  color: #FFFFFF;
}
/*モーダルを閉じるボタンの指定*/
.modal-container-plan .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.modal-container-plan .modal-close img {
  width: 100%;
}
@media print {
  #sp_header {
    display: none;
  }
  .modal-container {
    display: none;
  }
}
@media screen and (max-width:1300px) {
  header .pc_logo {
    width: 20%;
  }
  #gbl {
    width: 80%;
  }
  header #gbl ul.gbl_menu li a, header #gbl ul.gbl_menu li span {
    padding: 1em 10px;
  }
}
@media screen and (max-width:1100px) {
  header #gbl ul.gbl_menu li a, header #gbl ul.gbl_menu li span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width:1001px) {
  #sp_header {
    display: none;
  }
  .modal-container {
    display: none;
  }
}
@media screen and (max-width:1000px) {
  #top header {
    height: 60px;
  }
  header {
    height: 60px;
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    display: block;
  }
  header #gbl, header .pc_logo {
    display: none;
  }
  /*スマホ用メニュー*/
  #sp_header {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #sp_header li {
    width: calc(100% / 3);
    text-align: center;
    display: flex;
    cursor: pointer;
    height: 60px;
    align-items: center;
    line-height: 1;
  }
  #sp_header li.reserve_menu, #sp_header li.reserve_menu_top {
    background: #ED6B00;
    color: #FFFFFF;
  }
  #sp_header li.reserve_menu_top a {
    color: #FFFFFF;
  }
  #sp_header li span, #sp_header li a {
    margin: 0 auto;
    display: block;
    font-weight: 500;
		width: 100%;
	   height: 60px;
	   line-height: 60px;
  }
  #sp_header li span::before, #sp_header li a::before {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
  }
  #sp_header li.tel_menu span::before {
    content: url("../images/ico_tel-b.svg");
  }
  #sp_header li.reserve_menu span::before, #sp_header li.reserve_menu_top a::before {
    content: url("../images/ico_date-w.svg");
  }
  #sp_header li.sp_menu span::before {
    content: url("../images/ico_menu.svg");
  }
  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  .modal-container {
    z-index: 200;
  }
  .modal-container-tel, .modal-container-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    text-align: center;
  }
  .modal-container-reserve {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ED6B00;
    color: #FFFFFF;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    text-align: center;
  }
  /*モーダル本体の擬似要素の指定*/
  .modal-container-tel:before, .modal-container-reserve:before, .modal-container-menu:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  .modal-container-tel.active, .modal-container-reserve.active, .modal-container-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .modal-container h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .modal-container h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .gnav_wrap {
    align-items: center;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 50px;
    top: 0;
    left: 0;
  }
  /*モーダル枠の指定*/
  .modal-container .modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }
  /*モーダルを閉じるボタンの指定*/
  .modal-container .modal-close {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    color: #fff;
    background: #000000;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
  }
  .modal-container .modal-close span {
    font-weight: 500;
    font-size: 1.6rem;
  }
  .modal-container .modal-close span::before {
    content: url("../images/ico_close.svg");
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  /* 電話する */
  .modal-container-tel h3::before {
    content: url("../images/ico_tel-b.svg");
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .modal-container-tel dl {
    position: relative;
  }
  .modal-container-tel dl::before {
    content: "";
    width: 98px;
    height: 1px;
    background: #BBBBBB;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .modal-container-tel dl dt::before {
    content: "";
    width: 98px;
    height: 1px;
    background: #BBBBBB;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .modal-container-tel dl dt {
    position: relative;
    padding-top: 40px;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .modal-container-tel dl dd {
    text-align: center;
    font-size: 2.2rem;
  }
  .modal-container-tel dl dd a.tel {
    display: block;
    padding-bottom: 40px;
  }
  .modal-container-tel dl dd a.tel::before {
    content: url("../images/ico_tel2-b.svg");
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  /* 予約する */
  .modal-container-reserve h3::before {
    content: url("../images/ico_date-w.svg");
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  /* メニュー */
  .modal-container-menu {}
  .modal-container-menu h3::before {
    content: url("../images/ico_menu.svg");
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .modal-container-menu ul.main_menu, .modal-container-menu ul.sub_menu {
    width: 100%;
    text-align: left;
  }
  .modal-container-menu ul.main_menu li, .modal-container-menu ul.sub_menu li {
    border-bottom: 1px solid #BBBBBB;
    letter-spacing: 0.1em;
  }
  .modal-container-menu ul.main_menu > li:first-child, .modal-container-menu ul.sub_menu > li:first-child {
    border-top: 1px solid #BBBBBB;
  }
  .modal-container-menu ul.main_menu > li > a, .modal-container-menu ul.sub_menu > li > a, .modal-container-menu ul.main_menu li .plan_open {
    font-weight: 500;
  }
  .modal-container-menu ul.main_menu li a, .modal-container-menu ul.sub_menu li a, .modal-container-menu ul.main_menu li .plan_open {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    display: block;
    padding: 1em 0.5em;
    position: relative;
  }
  .modal-container-menu ul.main_menu li ul li:first-child {
    border-top: 1px solid #BBBBBB;
  }
  .modal-container-menu ul.main_menu li ul li:last-child {
    border-bottom: none;
  }
  .modal-container-menu ul.main_menu li ul li {
    padding-left: 20px;
  }
  .modal-container-menu ul.main_menu li ul li a {
    font-weight: 400;
  }
  .modal-container-menu ul.main_menu li a[target="_blank"], .modal-container-menu ul.sub_menu li a[target="_blank"] {
    padding-left: 20px;
  }
  .modal-container-menu ul.main_menu li a[target="_blank"]::before, .modal-container-menu ul.sub_menu li a[target="_blank"]::before {
    content: url("../images/ico_link.svg");
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .modal-container-menu h4 {
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: left;
  }
  .modal-container-menu h4 {
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: left;
  }
}
@media screen and (max-width:767px) {}
@media screen and (max-width:550px) {}
/*-------------------------------------*/
/*	宿泊予約フォーム	*/
/*-------------------------------------*/
#reserve {}
.reserve_box {
  background: #ED6B00;
  padding: 30px 0;
  color: #FFFFFF;
  width: 100%;
  z-index: 2;
}
.reserve_banner{
	margin-bottom: 22px;
	text-align: center;
}
.reserve_banner img{
	width: 100%;
}
.reserve_input {
  width: 100%;
}
.reserve_input, .reserve_input form {
  display: flex;
  align-items: center;
}
.reserve_input h2 {
  font-size: 1.6rem;
  padding-right: 10px;
  margin-right: 10px;
  border-right: rgba(255, 255, 255, 0.2) 1px solid;
}
.reserve_input h2::before {
  content: url("../images/ico_date-w.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/*横幅の調整*/
.reserve_input h2 {
width: 15%;
}
.hotel_select{
	width: 22%;
}
.reserve_input form {
  width: 63%;
}
.reserve_input form ul.rsv_ul{
	width: 65%;
}
.reserve_input form input {
	width: 25%;
}
.reserve_input form .member{
	width: 25%;
	text-align: right;
}
.reserve_input form .member a {
  color: #FFFFFF;
  font-size: 1.4rem;
  display: block;
  padding-left: 20px;
}
.reserve_input form .member a::before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
}
.reserve_input ul {
  display: flex;
  align-items: center;
}
.reserve_input ul li {
  display: flex;
  align-items: center;
}
.reserve_input .rsv_ul li:first-child{
	margin-right: 20px;
}
.reserve_input .rsv_ul li input[type="datetime"], .reserve_input .rsv_ul li input[type="text"] {
  width: 120px;
  padding: 0 10px;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #000000;
  margin: 0 15px;
  background: url("../images/ico_calendar.svg") right 10px center no-repeat #FFFFFF;
}
.hotel_select select {
  padding: 0 10px;
  border: none;
  margin: 0 15px;
  background: #FFFFFF;
  color: #000000;
  height: 40px;
  line-height: 40px;
}
.reserve_input .rsv_ul li select{
  padding: 0 5px;
  border: none;
  margin: 0 5px;
  background: #FFFFFF;
  color: #000000;
  height: 40px;
  line-height: 40px;
}
.reserve_input .rsv_ul li select.date_ym {
}
.reserve_input .rsv_ul li select.date_d {
	margin-right: 5px;
}
.reserve_input .rsv_ul li select.date_n {
}
.reserve_sbmt {
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  width: 180px;
  height: 40px;
  position: relative;
  color: rgb(255, 255, 255);
  cursor: pointer;
  background: #271C12;
  transition: all 0.3s ease 0s;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}
/* 切り替え */
#form_saijo, #form_saijo_menu,#form_tokushima, #form_tokushima_menu,#form_furumitsu, #form_furumitsu_menu,#form_2bancho, #form_2bancho_menu {
  display: none;
}
@media screen and (max-width:1300px) {

}
@media screen and (min-width:1001px) {
  .reserve_box {
    position: fixed;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width:1000px) {
  #reserve {
    display: none;
  }
		
  .reserve_input {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
	/*横幅の調整*/
.reserve_input h2 {
width: 100%;
}
.hotel_select{
	width: 100%;
}
.reserve_input form {
  width: 100%;
}
.reserve_input form ul.rsv_ul{
	width: 100%;
}
.reserve_input form input {
	width: 100%;
}
.reserve_input form .member{
	width: 100%;
	text-align: center;
}
	
	
  .reserve_input h2 {
    font-size: 1.8rem;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .reserve_input ul.member li {
    text-align: center;
  }
  .reserve_input form {
    flex-direction: column;
  }
  .reserve_input ul.rsv_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
	  flex-direction: column;
  }
  /*　宿泊日　*/
  .reserve_input ul.rsv_ul li:first-child {
    width: 100%;
	  margin-bottom: 20px;
	  margin-right: 0;
  }
  .reserve_input ul.rsv_ul li:first-child label {
    width: 30%;
  }
  .reserve_input ul.rsv_ul li:first-child select {
	  margin: 0 10px 0 0 ;
  }
  /*　泊数　*/
  .reserve_input ul.rsv_ul li:last-child {
    width: 100%;
  }
  .reserve_input ul.rsv_ul li:last-child label {
    width: 30%;
  }
  .reserve_input ul.rsv_ul li:last-child select {
	  margin: 0;
  }
.reserve_input form .member a {
    display: inline-block;
    padding: 40px 0 0 0;
  }
  .hotel_select {
    display: flex;
    margin-bottom: 20px;
	  align-items: center;
  }
  .hotel_select label {
    width: 30%;
  }
  .hotel_select select {
	  margin: 0;
  }
  .reserve_sbmt {
    width: 100%;
    line-height: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
.reserve_banner{
	margin-bottom: 0;
}
.reserve_banner img{
	width: 100%;
	max-width: 500px;
}
.reserve_input form .member a {
    display: inline-block;
    padding: 40px 0;
  }	
}
/*-------------------------------------*/
/*	フッター関連	*/
/*-------------------------------------*/
/* 利用別 */
#page #scene {
	border-top: 1px solid #707070;
}
.scene_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#scene .scene_list {
  max-width: 1300px;
	margin: 0 auto;
}
#scene .scene_list dl {
  width: calc(100% / 4);
}
.scene_list dl dt {
  padding: 5px;
  color: #FFFFFF;
  text-align: center;
}
.scene_list dl.biz dt {
  background: #2D2564;
}
.scene_list dl.enkai dt {
  background:#8F0002;
}
.scene_list dl.industry dt {
  background: #5D2406;
}
.scene_list dl.family dt {
  background: #955A0D;
}
.scene_list dl.group dt {
  background: #345D06;
}
.scene_list dl dt span {
  padding: 0.5em;
  color: #fff;
  background: rgba(255, 255, 255, 0.20);
  display: block;
  font-size: 1.4rem;
font-family: 'Noto Serif JP', serif;
}
.scene_list dl dt h3 {
  padding: 5px;
  line-height: 1.7;
  font-weight: 500;
  font-size: 1.8rem;
}
.scene_list dl dd img {
  width: 100%;
}
.scene_list dl dd {
  position: relative;
}
.scene_list dl dd p {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  position: absolute;
  bottom: 20px;
  ;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width:1000px) {
  #scene .scene_list dl {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width:550px) {
#scene .scene_list {
    flex-direction: column;
  }
#scene .scene_list dl {
    width: 100%;
  }
}
/* footer navi */
#f_navi {
  text-align: center;
  width: 90%;
  margin: 20px auto;
}
#f_navi li {
  display: inline-block;
  margin-right: 20px;
}
#f_navi li:last-child {
  margin-right: 0;
}
#f_navi li a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  padding: 20px 20px 20px 20px;
}
#f_navi li a:hover {
  color: #ED6B00;
}
#f_navi li a::before {
  content: "\f105";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: FontAwesome;
  color: #000000;
}
/* footer info */
#f_info {
  background: #FFF6E4;
}
#f_info .logo {
  margin-bottom: 20px;
  max-width: 300px;
}
#f_info .logo img {
  width: 300px;
}
.sns_list {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.sns_list dt {
  position: relative;
  font-size: 1.0rem;
  display: flex;
  align-items: center; /* 縦位置の調整 */
  margin-bottom: 10px;
}
.sns_list dt::after {
  content: '';
  flex-grow: 1; /* 余白を分け与える */
  height: 1px;
  background: #000000;
  margin-left: 5px;
}
.sns_list dd {
  display: flex;
  gap: 20px 20px;
	align-items: center;
}
.f_hotel_list ul{
	display: flex;
	justify-content: space-between;
	gap: 10px 10px;
	align-items: center;
	margin-bottom: 15px;
}
.f_hotel_list ul:last-of-type{
	margin-bottom: 0;
}
.f_hotel_list ul li{
	font-size: 1.4rem;
}
.f_hotel_list ul li.name{
	width: 40%;
}
.f_hotel_list ul li.address{
	width: 40%;
}
.f_hotel_list ul li.tel_link{
	width: 20%;
	text-align: right;
}
.f_hotel_list ul li.name a{
	width: 100%;
  max-width: 280px;
  position: relative;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 1em 1em;
  line-height: 1;
  border-radius: 5px;
  text-decoration: none !important;
  color: #1A1311 !important;
  background: #FFFFFF;
  border: 1px solid #1A1311;	
}
.f_hotel_list ul li.name :hover {
  color: #FFFFFF !important;
  background: #1A1311;
}
.f_hotel_list ul li.name a::before {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.tel::before {
  content: url("../images/ico_tel2-b.svg");
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
/*グループ会社*/
#group {
  background: #1A1311;
  color: #FFFFFF;
}
#group ul li img {
  margin-bottom: 15px;
}
#group ul li a {
  color: #FFFFFF;
}
ul.f_grouplist{
	display: flex;
	justify-content: center;
	gap: 20px 20px;
}
ul.f_grouplist li{
	text-align: center;
	 width: calc(100% / 3 - 20px);
}
.copy {
  font-size: 1.2rem;
  text-align: center;
  color: #FFFFFF;
  background: #1A1311;
  font-weight: 400;
  padding-top: 80px;
  border-top: 1px solid #707070;
  padding-bottom: 295px;
}
@media screen and (max-width:1000px) {
  footer {}
  .copy {
    font-size: 1.0rem;
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width:991px) {
  #f_info .sns_list {
    margin-bottom: 50px;
  }
  .sns_list dd {
    justify-content: center;
  }
}
@media screen and (max-width:767px) {
  #f_navi {
    text-align: left;
    width: 90%;
    margin: 0 auto 40px auto;
  }
  #f_navi li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #707070;
  }
  #f_navi li:first-child {
    border-top: 1px solid #707070;
  }
  #f_navi li a {
    display: block;
    position: relative;
    font-size: 1.4rem;
    padding: 20px 40px 20px 20px;
  }
  #f_navi li a::before {
    left: 10px;
  }
.f_hotel_list ul{
	flex-direction: column;
	gap: 15px 10px;
    margin-bottom: 20px;
}
.f_hotel_list ul li.name,.f_hotel_list ul li.address,.f_hotel_list ul li.tel_link{
	width: 80%;
	margin:  0 auto;
	text-align: center;
}		
ul.f_grouplist{
	flex-direction: column;
}
ul.f_grouplist li{
	 width: 80%;
	margin: 0 auto;
}	
	ul.f_grouplist{
	flex-direction: column;
}
ul.f_grouplist li{
	 width: 80%;
	margin: 0 auto;
}	
}
@media screen and (max-width:550px) {}
/*----------------------------------------------------------
【font-size】フォントサイズの設定
----------------------------------------------------------*/
.b {
  font-weight: bold !important;
} /*太字*/
.normal {
  font-weight: normal !important;
} /*太字を解除*/
.f08 {
  font-size: 8px;
  font-size: 0.8rem;
}
.f09 {
  font-size: 9px;
  font-size: 0.9rem;
}
.f10 {
  font-size: 10px;
  font-size: 1.0rem;
}
.f11 {
  font-size: 11px;
  font-size: 1.1rem;
}
.f12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.f13 {
  font-size: 13px;
  font-size: 1.3rem;
}
.f14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.f15 {
  font-size: 15px;
  font-size: 1.5rem;
}
.f16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.f17 {
  font-size: 17px;
  font-size: 1.7rem;
}
.f18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.f19 {
  font-size: 19px;
  font-size: 1.9rem;
}
.f20 {
  font-size: 20px;
  font-size: 2.0rem;
}
.f21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.f22 {
  font-size: 22px;
  font-size: 2.2rem;
}
.f23 {
  font-size: 23px;
  font-size: 2.3rem;
}
.f24 {
  font-size: 24px;
  font-size: 2.4rem;
}
.f25 {
  font-size: 25px;
  font-size: 2.5rem;
}
.f26 {
  font-size: 26px;
  font-size: 2.6rem;
}
.f27 {
  font-size: 27px;
  font-size: 2.7rem;
}
.f28 {
  font-size: 28px;
  font-size: 2.8rem;
}
.f29 {
  font-size: 29px;
  font-size: 2.9rem;
}
.f30 {
  font-size: 30px;
  font-size: 3.0rem;
}
.f31 {
  font-size: 31px;
  font-size: 3.1rem;
}
.f32 {
  font-size: 32px;
  font-size: 3.2rem;
}
.f33 {
  font-size: 33px;
  font-size: 3.3rem;
}
.f34 {
  font-size: 34px;
  font-size: 3.4rem;
}
.f35 {
  font-size: 35px;
  font-size: 3.5rem;
}
.f36 {
  font-size: 36px;
  font-size: 3.6rem;
}
/*----------------------------------------------------------
【color】フォントカラーの設定
----------------------------------------------------------*/
.red {
  color: #CC0000 !important;
}
.maroon {
  color: #800000 !important;
}
.fuchsia {
  color: #ff00ff !important;
}
.purple {
  color: #660099 !important;
}
.lime {
  color: #00ff00 !important;
}
.green {
  color: #008000 !important;
}
.yellow {
  color: #ffff00 !important;
}
.olive {
  color: #808000 !important;
}
.blue {
  color: #0000dd !important;
}
.navy {
  color: #000080 !important;
}
.aqua {
  color: #00ffff !important;
}
.teal {
  color: #008080 !important;
}
.white {
  color: #fff !important;
}
.silver {
  color: #c0c0c0 !important;
}
.gray {
  color: #808080 !important;
}
.black {
  color: #000 !important;
}
.orange {
  color: #ffa500 !important;
}
.pink {
  color: #ffc0c8 !important;
}
/*----------------------------------------------------------
【box】蛍光ペンのような文字背景の設定
----------------------------------------------------------*/
.glow-red {
  padding: 2px;
  background-color: #ff0000 !important;
}
.glow-lime {
  padding: 2px;
  background-color: #00ff00 !important;
}
.glow-yellow {
  padding: 2px;
  background-color: #ffff00 !important;
}
.glow-aqua {
  padding: 2px;
  background-color: #00ffff !important;
}
.glow-gray {
  padding: 2px;
  background-color: #808080 !important;
}
.glow-black {
  padding: 2px;
  background-color: #000 !important;
}
/*----------------------------------------------------------
【line-height】行間の設定
----------------------------------------------------------*/
.lh10 {
  line-height: 1.0 !important;
}
.lh11 {
  line-height: 1.1 !important;
}
.lh12 {
  line-height: 1.2 !important;
}
.lh13 {
  line-height: 1.3 !important;
}
.lh14 {
  line-height: 1.4 !important;
}
.lh15 {
  line-height: 1.5 !important;
}
.lh20 {
  line-height: 2.0 !important;
}
/*----------------------------------------------------------
下線や取消線の設定
----------------------------------------------------------*/
.underline {
  text-decoration: underline !important;
}
.del {
  text-decoration: line-through;
}
/*----------------------------------------------------------
【align】文字や画像の横位置設定
----------------------------------------------------------*/
.al-c {
  text-align: center;
}
.al-r {
  text-align: right;
}
.al-l {
  text-align: left;
}
.al-r-c {
  text-align: right;
}
.al-l-c {
  text-align: left;
}

@media screen and (max-width:767px) {
	.al-r-c {
text-align: center;
}
.al-l-c {
text-align: center;
}
}

/*----------------------------------------------------------
ボックスの角を丸くする設定
----------------------------------------------------------*/
.radius1 {
  border-radius: 1px;
}
.radius2 {
  border-radius: 2px;
}
.radius3 {
  border-radius: 3px;
}
.radius4 {
  border-radius: 4px;
}
.radius5 {
  border-radius: 5px;
}
.radius6 {
  border-radius: 6px;
}
.radius7 {
  border-radius: 7px;
}
.radius8 {
  border-radius: 8px;
}
.radius9 {
  border-radius: 9px;
}
.radius10 {
  border-radius: 10px;
}
/*----------------------------------------------------------
ボックスの枠線サイズ設定
----------------------------------------------------------*/
.box-bd2 {
  border-width: 2px;
}
.box-bd3 {
  border-width: 3px;
}
.box-bd4 {
  border-width: 4px;
}
.box-bd5 {
  border-width: 5px;
}
/*----------------------------------------------------------
ボックスの枠線色設定
----------------------------------------------------------*/
.box-c-black {
  border-color: #1d1d1d;
}
.box-c-red {
  border-color: #ff0000;
}
.box-c-blue {
  border-color: #0000ff;
}
.box-c-yellow {
  border-color: #ffff00;
}
.box-c-white {
  border-color: #fff;
}
/*----------------------------------------------------------
【margin】周りのブロックからの距離設定
----------------------------------------------------------*/
.m0 {
  margin: 0 !important;
}
.m0-t {
  margin-top: 0 !important;
}
.m0-r {
  margin-right: 0 !important;
}
.m0-b {
  margin-bottom: 0 !important;
}
.m0-l {
  margin-left: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m5-t {
  margin-top: 5px !important;
}
.m5-r {
  margin-right: 5px !important;
}
.m5-b {
  margin-bottom: 5px !important;
}
.m5-l {
  margin-left: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m10-t {
  margin-top: 10px !important;
}
.m10-r {
  margin-right: 10px !important;
}
.m10-b {
  margin-bottom: 10px !important;
}
.m10-l {
  margin-left: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m15-t {
  margin-top: 15px !important;
}
.m15-r {
  margin-right: 15px !important;
}
.m15-b {
  margin-bottom: 15px !important;
}
.m15-l {
  margin-left: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m20-t {
  margin-top: 20px !important;
}
.m20-r {
  margin-right: 20px !important;
}
.m20-b {
  margin-bottom: 20px !important;
}
.m20-l {
  margin-left: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m25-t {
  margin-top: 25px !important;
}
.m25-r {
  margin-right: 25px !important;
}
.m25-b {
  margin-bottom: 25px !important;
}
.m25-l {
  margin-left: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m30-t {
  margin-top: 30px !important;
}
.m30-r {
  margin-right: 30px !important;
}
.m30-b {
  margin-bottom: 30px !important;
}
.m30-l {
  margin-left: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m35-t {
  margin-top: 35px !important;
}
.m35-r {
  margin-right: 35px !important;
}
.m35-b {
  margin-bottom: 35px !important;
}
.m35-l {
  margin-left: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m40-t {
  margin-top: 40px !important;
}
.m40-r {
  margin-right: 40px !important;
}
.m40-b {
  margin-bottom: 40px !important;
}
.m40-l {
  margin-left: 40px !important;
}
.m45 {
  margin: 45px !important;
}
.m45-t {
  margin-top: 45px !important;
}
.m45-r {
  margin-right: 45px !important;
}
.m45-b {
  margin-bottom: 45px !important;
}
.m45-l {
  margin-left: 45px !important;
}
.m50 {
  margin: 50px !important;
}
.m50-t {
  margin-top: 50px !important;
}
.m50-r {
  margin-right: 50px !important;
}
.m50-b {
  margin-bottom: 50px !important;
}
.m50-l {
  margin-left: 50px !important;
}
.m55 {
  margin: 55px !important;
}
.m55-t {
  margin-top: 55px !important;
}
.m55-r {
  margin-right: 55px !important;
}
.m55-b {
  margin-bottom: 55px !important;
}
.m55-l {
  margin-left: 55px !important;
}
.m60 {
  margin: 60px !important;
}
.m60-t {
  margin-top: 60px !important;
}
.m60-r {
  margin-right: 60px !important;
}
.m60-b {
  margin-bottom: 60px !important;
}
.m60-l {
  margin-left: 60px !important;
}
/*----------------------------------------------------------
【padding】ブロック内の距離設定
----------------------------------------------------------*/
.p0 {
  padding: 0 !important;
}
.p0-t {
  padding-top: 0 !important;
}
.p0-r {
  padding-right: 0 !important;
}
.p0-b {
  padding-bottom: 0 !important;
}
.p0-l {
  padding-left: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p5-t {
  padding-top: 5px !important;
}
.p5-r {
  padding-right: 5px !important;
}
.p5-b {
  padding-bottom: 5px !important;
}
.p5-l {
  padding-left: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p10-t {
  padding-top: 10px !important;
}
.p10-r {
  padding-right: 10px !important;
}
.p10-b {
  padding-bottom: 10px !important;
}
.p10-l {
  padding-left: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p15-t {
  padding-top: 15px !important;
}
.p15-r {
  padding-right: 15px !important;
}
.p15-b {
  padding-bottom: 15px !important;
}
.p15-l {
  padding-left: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p20-t {
  padding-top: 20px !important;
}
.p20-r {
  padding-right: 20px !important;
}
.p20-b {
  padding-bottom: 20px !important;
}
.p20-l {
  padding-left: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p25-t {
  padding-top: 25px !important;
}
.p25-r {
  padding-right: 25px !important;
}
.p25-b {
  padding-bottom: 25px !important;
}
.p25-l {
  padding-left: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p30-t {
  padding-top: 30px !important;
}
.p30-r {
  padding-right: 30px !important;
}
.p30-b {
  padding-bottom: 30px !important;
}
.p30-l {
  padding-left: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p35-t {
  padding-top: 35px !important;
}
.p35-r {
  padding-right: 35px !important;
}
.p35-b {
  padding-bottom: 35px !important;
}
.p35-l {
  padding-left: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p40-t {
  padding-top: 40px !important;
}
.p40-r {
  padding-right: 40px !important;
}
.p40-b {
  padding-bottom: 40px !important;
}
.p40-l {
  padding-left: 40px !important;
}
.p45 {
  padding: 45px !important;
}
.p45-t {
  padding-top: 45px !important;
}
.p45-r {
  padding-right: 45px !important;
}
.p45-b {
  padding-bottom: 45px !important;
}
.p45-l {
  padding-left: 45px !important;
}
.p50 {
  padding: 50px !important;
}
.p50-t {
  padding-top: 50px !important;
}
.p50-r {
  padding-right: 50px !important;
}
.p50-b {
  padding-bottom: 50px !important;
}
.p50-l {
  padding-left: 50px !important;
}
.p55 {
  padding: 55px !important;
}
.p55-t {
  padding-top: 55px !important;
}
.p55-r {
  padding-right: 55px !important;
}
.p55-b {
  padding-bottom: 55px !important;
}
.p55-l {
  padding-left: 55px !important;
}
.p60 {
  padding: 60px !important;
}
.p60-t {
  padding-top: 60px !important;
}
.p60-r {
  padding-right: 60px !important;
}
.p60-b {
  padding-bottom: 60px !important;
}
.p60-l {
  padding-left: 60px !important;
}