@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :homepage.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/*#slider div {
	width:960px;
}*/
/*.bx-next {
	position:absolute;
	top:40%;
	z-index:1999;
	width: 56px;
	height: 56px;
	text-indent: -999999px;
	background: url(../images/home/btn_next.png) no-repeat 0 -56px;
}
a.bx-next:hover {
	background: url(../images/home/btn_next.png) no-repeat 0 0px;
}

/*previous button*/
/*.bx-prev {
	position:absolute;
	top:40%;
	z-index:999;
	width: 56px;
	height: 56px;
	text-indent: -999999px;
	background: url(../images/home/btn_prev.png) no-repeat 0 -56px;
}
.bx-prev:hover {
	background: url(../images/home/btn_prev.png) no-repeat 0 0px;
}
.bx-wrapper {
	width: 100%!important;
	position: relative!important;
	overflow:hidden;
}
.bx-window {
	width:980px!important;
	margin: 0 auto!important;
	overflow: visible!important;
	height:461px;
}*/
/*
----------------------------------------------------------- */
/*.con_slider {
  overflow: hidden;
}

.con_slider #slider {
	height: 461px;
}
.con_slider #slider .slick-list {
	margin: 0 auto;
	width: 950px;
  	overflow: visible;
}
.con_slider #slider .slick-arrow {
  z-index: 10;
  width: 60px;
  height: 60px;
  transition: all 1s;
  opacity: 1;
}

.con_slider #slider .slick-arrow:hover {
	opacity: .8;
}

.con_slider #slider .slick-next {
	right: 50%;
    margin-right: -500px;
}
.con_slider #slider .slick-next:before {
  content: "";
  background: url(../images/home/btn_prev.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.con_slider #slider .slick-prev {
    left: 50%;
    margin-left: -500px;
}
.con_slider #slider .slick-prev:before {
  content: "";
  background: url(../images/home/btn_prev.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.slick-slider {
	margin-bottom: 0!important;
}*/
/* GoToバナー*/
/* スクロール*/
@keyframes "animationScrollDown" {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
}
/*----------------------------------------------------------- */
/*  */
/* 1棟まるごと貸切プランバナー */
/* 検索窓トップ用 */
/* おすすめプラン */
/*　プランのご案内 */
/*----------------------------------------------
	main
-----------------------------------------------*/
/* 団体 */
/* 新着情報 */
/* 動画 */
/*----------------------------------------------
	side
-----------------------------------------------*/
/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
#page {
  max-width: 1920px;
  min-width: 950px;
  width: 100%;
  overflow: hidden;
}

.con_movie {
  overflow: hidden;
  height: 800px;
  background: url(../images/home/bg_movie.jpg) no-repeat center top/cover;
  position: relative;
}
.con_movie #btnMovie {
  position: absolute;
  bottom: 3%;
  width: 21%;
  right: -4%;
  z-index: 5;
  max-width: 224px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.con_movie #btnMovie a {
  display: block;
}
.con_movie #btnMovie a img {
  max-width: 100%;
}
.con_movie .bn_goto {
  position: absolute;
  bottom: 3%;
  left: 30px;
  z-index: 2;
}
.con_movie .bn_goto a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.con_movie .btn_scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 370px;
  z-index: 2;
  text-align: center;
}
.con_movie .btn_scroll a {
  display: inline-block;
  padding: 1em;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 15px;
}
.con_movie .btn_scroll a:hover em {
  top: .5em;
}
.con_movie .btn_scroll span {
  width: 25px;
  height: 45px;
  border: 1px solid #FFF;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  display: block;
  position: relative;
  margin: auto;
  margin-bottom: .5em;
}
.con_movie .btn_scroll span:before {
  content: "";
  height: 1em;
  width: 1px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1px;
  background: #FFF;
  animation: animationScrollDown 1.8s ease 0s infinite;
}
.con_movie .btn_scroll em {
  position: relative;
  top: 0;
  display: block;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

#homepage {
  background: url(../images/bg_body.gif) repeat 0 0;
}
#homepage .align_r {
  width: 960px;
  margin: 0px auto;
  padding: 10px 10px 5px 0;
}

#header {
  position: relative;
  width: 100%;
}
#header #bn_spplan {
  padding-left: 186px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100;
}
#header .con_logo {
  position: absolute;
  bottom: 0;
  width: 950px;
  height: 497px;
  left: 50%;
  margin-left: -442px;
  z-index: 1;
}
#header .con_logo .box_logo {
  position: absolute;
  left: 221px;
  top: 338px;
  overflow: hidden;
}
#header .con_logo .box_logo h2 a {
  display: block;
}
#header h1 {
  position: absolute;
  top: 15px;
  z-index: 1111;
  width: 980px;
  background: url(../images/bg_h1.png) no-repeat 0 0;
  color: #ffffff;
  font-size: x-small;
  font-weight: lighter;
  padding: 5px 0 0 18px;
  height: 33px;
}

#contents {
  position: relative;
  background: none;
}
#contents .box_petal {
  position: absolute;
  top: 0;
  left: 277px;
  z-index: -1;
}
#contents #con_points {
  margin-top: 26px;
  overflow: hidden;
}
#contents #con_points #box_points {
  margin-top: 17px;
}
#contents #con_points #box_rooms {
  margin-top: 31px;
}
#contents #con_points #box_dishes {
  margin: 66px 29px 0 0;
}
#contents #con_points #box_hotspring {
  margin: 1px 0 0;
}
#contents .bnr {
  margin-bottom: 30px;
}
#contents .bnr a {
  max-width: 915px;
  margin: 0 auto;
  display: block;
  opacity: 1;
  transition: opacity .35s ease;
  position: relative;
}
#contents .bnr a:hover {
  opacity: .7;
}
#contents .bnr i {
  width: 21.96%;
  position: absolute;
  z-index: 1;
  left: 57.92%;
  top: -24.61%;
}

#con_bath {
  overflow: hidden;
  display: block;
  width: 918px;
  margin: 0 auto;
}
#con_bath a {
  display: block;
}
#con_bath #slider1 {
  width: 918px;
  margin: 0 auto;
}
#con_bath #slider1 .slick-list {
  overflow: visible;
}
#con_bath #slider1 .slick-arrow {
  z-index: 10;
  transition: all 1s;
  opacity: 1;
  top: 250px;
}
#con_bath #slider1 .slick-arrow:hover {
  opacity: .8;
}
#con_bath #slider1 .slick-next {
  left: 200px;
}
#con_bath #slider1 .slick-next:before {
  content: "";
  background: url(../images/home/btn_next1.png) no-repeat 0 0;
  z-index: 1999;
  width: 25px !important;
  height: 25px !important;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#con_bath #slider1 .slick-prev {
  left: 30px;
}
#con_bath #slider1 .slick-prev:before {
  content: "";
  background: url(../images/home/btn_next1.png) no-repeat 0 0;
  z-index: 1999;
  width: 25px !important;
  height: 25px !important;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#con_bath p {
  width: 200px;
}
#con_bath #box_hinoki {
  background: url(../images/home/bg_hinoki.jpg) no-repeat 0 0;
  padding: 100px 0 0 30px;
  width: 918px !important;
  height: 293px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#con_bath #box_roten {
  background: url(../images/home/bg_roten.jpg) no-repeat 0 0;
  padding: 100px 0 0 30px;
  width: 918px !important;
  height: 293px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#con_bath #box_kaiseki {
  background: url(../images/home/bg_kaiseki.jpg) no-repeat 0 0;
  padding: 100px 0 0 30px;
  width: 918px !important;
  height: 293px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#con_bath #box_ebi {
  background: url(../images/home/bg_ebi.jpg) no-repeat 0 0;
  padding: 100px 0 0 30px;
  width: 918px !important;
  height: 293px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#con_bath #box_heya {
  background: url(../images/home/bg_heya.jpg) no-repeat 0 0;
  padding: 100px 0 0 30px;
  width: 918px !important;
  height: 293px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#con_bath .btn_box {
  width: 100px;
  height: 22px;
  position: absolute;
  left: 31px;
  bottom: 69px;
}

#con_yugawara {
  background: url(../images/home/bg_onsen.jpg) no-repeat 0 0;
  padding: 66px 0 0 163px;
  overflow: hidden;
}
#con_yugawara .align_r {
  width: 413px;
  margin: 17px 0 63px 0;
}

#con_search {
  background: url(../images/home/bg_search.gif) no-repeat 0 0;
  margin-top: 36px;
  padding: 9px;
  padding-left: 101px;
  position: relative;
  height: 95px;
  font-size: 12px;
  overflow: visible;
}
#con_search .ic_posi {
  position: absolute;
  top: -21px;
  left: -5px;
}
#con_search select {
  font-size: 12px;
}
#con_search .st {
  width: 78px;
  padding: 32px 19px 0 0;
  float: left;
}
#con_search .stt {
  margin: 0 0 5px;
  width: 13px;
}
#con_search .box_date {
  float: left;
}
#con_search .box_date .date {
  width: 193px;
  padding: 5px 19px 0 0;
  float: none;
}
#con_search .box_date .box_und {
  margin-top: .5em;
}
#con_search .box_date .box_l .box_day .datepicker {
  background: url(../images/ic_cale.png) no-repeat right center;
  background-color: #fff;
  border: 1px solid #aba9a4;
  padding: .5em;
  cursor: pointer;
}
#con_search .person {
  width: 197px;
  padding: 5px 10px 0 0;
  overflow: hidden;
}
#con_search .person .box_per {
  float: left;
  margin-right: 5px;
}
#con_search .person .box_sta {
  float: left;
  margin-right: 5px;
}
#con_search .person .box_roo {
  float: left;
}
#con_search .s_btn {
  width: 124px;
  padding: 2px 8px 0 0;
}
#con_search .s_btn .btn_s {
  height: 34px;
  margin: 0;
}
#con_search .s_btn .btn_vie {
  margin: 1px 0 0;
  height: 34px;
}
#con_search .c_btn {
  overflow: hidden;
  width: 206px;
  position: absolute;
  top: 56px;
  left: 395px;
  margin: 0;
  padding: 5px 0 0;
}

.con_jalan {
  text-align: center;
  margin: 0 0 15px;
}

#con_recommend {
  background: url(../images/home/bg_recommend.jpg) no-repeat right;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#con_recommend .img_l {
  margin-top: 12px;
}
#con_recommend #box_recommend {
  width: 553px;
  position: relative;
  float: right;
}
#con_recommend #box_recommend #no1 {
  position: absolute;
  top: 0;
  left: 67px;
  width: 430px;
}
#con_recommend #box_recommend #no1 p.medal {
  position: absolute;
  top: 0;
  left: 0;
}
#con_recommend #box_recommend #no1 p.img_l {
  margin-top: 33px;
  border: 1px solid #ccb261;
}
#con_recommend #box_recommend #no1 .box_r {
  width: 220px;
  margin-top: 33px;
}
#con_recommend #box_recommend #no2 {
  position: absolute;
  top: 193px;
  left: 0;
  width: 250px;
}
#con_recommend #box_recommend #no2 p.medal {
  position: absolute;
  top: 8px;
  left: 0;
}
#con_recommend #box_recommend #no2 p.img_l {
  margin-top: 33px;
  border: 1px solid #bfbebe;
}
#con_recommend #box_recommend #no2 .box_r {
  width: 110px;
  margin-top: 26px;
}
#con_recommend #box_recommend #no2 p.plan_price {
  background: url(../images/home/bg_price02.gif) no-repeat 0 15px;
  clear: both;
  width: 163px;
  height: 25px;
  padding: 20px 0 6px 82px;
  margin: 0;
}
#con_recommend #box_recommend #no3 {
  position: absolute;
  top: 232px;
  left: 288px;
  width: 250px;
}
#con_recommend #box_recommend #no3 p.medal {
  position: absolute;
  top: 4px;
  left: 0;
}
#con_recommend #box_recommend #no3 p.img_l {
  margin-top: 33px;
  border: 1px solid #bfbebe;
}
#con_recommend #box_recommend #no3 .box_r {
  width: 110px;
  margin-top: 26px;
}
#con_recommend #box_recommend #no3 p.plan_price {
  background: url(../images/home/bg_price02.gif) no-repeat 0 15px;
  clear: both;
  width: 163px;
  height: 25px;
  padding: 20px 0 6px 82px;
  margin: 0;
}
#con_recommend #box_recommend p.plan_title a {
  color: #b0352b;
  text-decoration: underline;
}
#con_recommend #box_recommend p.plan_title a:hover {
  color: #ce655d;
  text-decoration: none;
}
#con_recommend #box_recommend p.plan_desc {
  font-size: 85%;
  margin-top: 15px;
}
#con_recommend #box_recommend p.plan_price {
  background: url(../images/home/bg_price.gif) no-repeat 0 0;
  width: 139px;
  padding: 5px 0 6px 82px;
  font-weight: bold;
  color: #a6281e;
  margin-top: 15px;
  height: 19px;
}

#con_plan {
  clear: both;
  overflow: hidden;
  margin-top: 15px;
}
#con_plan #con_category {
  background: url(../images/home/bg_plan.gif) no-repeat 0 0;
  padding: 8px 9px 10px 7px;
  overflow: hidden;
  width: 449px;
}
#con_plan #con_category .row_box {
  clear: both;
  overflow: hidden;
  padding-top: 5px;
}
#con_plan #con_category .box_l {
  width: 221px;
}
#con_plan #con_category .box_plan {
  width: 198px;
  background: url(../images/home/bg_planbox.gif) no-repeat 0 0;
  padding: 10px 11px 7px 11px;
}
#con_plan #con_category .box_plan p.plan_st {
  margin-top: 5px;
}
#con_plan #con_category .box_plan p.plan_det {
  font-size: 80%;
  margin-top: 13px;
}
#con_plan #con_category .box_plan .align_r {
  width: 100%;
}
#con_plan #con_rooms {
  background: url(../images/home/bg_plan.gif) no-repeat 0 0;
  padding: 8px 9px 11px 7px;
  overflow: hidden;
  width: 449px;
}
#con_plan #con_rooms .row_box {
  clear: both;
  overflow: hidden;
  padding-top: 5px;
}

#main {
  margin-top: 5px;
}
#main #con_group {
  background: url(../images/home/bg_group.jpg) no-repeat 0 0;
  padding: 11px 13px 1px 359px;
}
#main #con_group p {
  margin-top: 10px;
}
#main #con_group p span {
  color: #b0352b;
}
#main #con_group .align_r {
  width: 100%;
  margin: 8px 0;
}
#main #con_news {
  margin-top: 44px;
}
#main #con_news .box_news {
  overflow: hidden;
  background: url(../images/home/bg_news.gif) no-repeat 0 bottom;
  padding-bottom: 15px;
  margin-top: 15px;
}
#main #con_news .box_news a {
  overflow: hidden;
  display: block;
  padding: 15px 0;
}
#main #con_news .box_news a:hover {
  background: #dad0bb;
}
#main #con_news .box_news a:hover p.news_title {
  text-decoration: none;
}
#main #con_news .box_news p.news_date {
  width: 123px;
  float: left;
}
#main #con_news .box_news p.news_category {
  width: 100px;
  float: left;
  background: url(../images/home/bg_category.gif) no-repeat 0 0;
  text-align: center;
  color: #ffffff;
}
#main #con_news .box_news div.news_img {
  width: 127px;
  float: left;
  padding-left: 21px;
}
#main #con_news .box_news div.news_img img {
  border: 1px solid #d9cfbc;
}
#main #con_news .box_news .box_l {
  width: 357px;
}
#main #con_news .box_news .box_l p.news_title {
  color: #000000;
  text-decoration: underline;
}
#main #con_news .box_news .box_l p.news_det {
  margin-top: 10px;
}
#main #con_news .align_r {
  width: 100%;
  margin-top: 10px;
}
#main #con_movie {
  margin-top: 44px;
}
#main #con_movie h3 {
  margin: 0;
  padding: 0;
}
#main #con_movie .box_mov {
  padding: 20px 0 50px;
  background: url(../images/home/bg_mov.png) no-repeat 0 0;
}
#main #con_movie .box_mov .mov_area {
  width: 640px;
  margin: 0 auto;
}
#main #con_movie .box_mov .img_com {
  text-align: right;
  margin: 15px auto 0;
  width: 640px;
}
#main #con_ins {
  margin: 30px auto 0;
  height: 470px;
  overflow: hidden;
}
#main #con_ins h3 {
  margin: 0;
  padding: 0;
}
#main #con_ins .img_ins {
  margin: 15px 0 0;
}
#main #con_ins .btn_ins {
  margin: 15px auto 0;
  width: 220px;
}

#side {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  #movie {
    display: none !important;
    pointer-events: none;
  }

  .con_movie .btn_scroll {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .con_movie #btnMovie {
    display: none !important;
    pointer-events: none;
  }

  #mainSlider {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .con_movie .bn_goto {
    width: 325px;
  }
  .con_movie .bn_goto img {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  #header {
    width: 950px;
  }
}
/* -----------------------------------------------------------
	.con_search_top
----------------------------------------------------------- */
.con_search_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: solid 5px #000;
  padding: 5px;
  margin-top: 40px;
  position: relative;
}
.con_search_top .box_benefits {
  position: absolute;
  left: 0;
  top: -20px;
  transition: 0.3s;
}
.con_search_top .box_benefits:hover {
  opacity: 0.7;
}
.con_search_top h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.05em;
}
.con_search_top .box_main {
  margin-left: 15px;
}
.con_search_top .box_main form .inner {
  display: flex;
}
.con_search_top .box_main form .inner .box_form .box_search {
  display: flex;
}
.con_search_top .box_main form .inner .box_form .box_search .box_checkin > label {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-size: 12px;
}
.con_search_top .box_main form .inner .box_form .box_search .box_checkin > label:before {
  content: url(../images/ic_search.png);
  margin-right: 2px;
}
.con_search_top .box_main form .inner .box_form .box_search .box_checkin .flatpickr-wrapper > input {
  padding: 4px;
}
.con_search_top .box_main form .inner .box_form .box_search .box_checkin .nodate > label {
  font-size: 11px;
  cursor: pointer;
}
.con_search_top .box_main form .inner .box_form .box_search .box_checkin .nodate > input {
  cursor: pointer;
}
.con_search_top .box_main form .inner .box_form .box_search .box_adults,
.con_search_top .box_main form .inner .box_form .box_search .box_rooms {
  margin-left: 10px;
}
.con_search_top .box_main form .inner .box_form .box_search .box_adults > label,
.con_search_top .box_main form .inner .box_form .box_search .box_rooms > label {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-size: 12px;
}
.con_search_top .box_main form .inner .box_form .box_search .box_adults > label:before,
.con_search_top .box_main form .inner .box_form .box_search .box_rooms > label:before {
  content: url(../images/ic_search.png);
  margin-right: 2px;
}
.con_search_top .box_main form .inner .box_form .box_search .box_adults > select,
.con_search_top .box_main form .inner .box_form .box_search .box_rooms > select {
  padding: 4px;
  cursor: pointer;
}
.con_search_top .box_main form .inner .box_form .box_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
.con_search_top .box_main form .inner .box_form .box_btn .btn_regist a,
.con_search_top .box_main form .inner .box_form .box_btn .btn_login a,
.con_search_top .box_main form .inner .box_form .box_btn .btn_confirm a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-size: 12px;
  color: #816d46;
  text-decoration: none;
  border: dotted 1px #816d46;
  padding: 0 7px;
  transition: 0.3s;
}
.con_search_top .box_main form .inner .box_form .box_btn .btn_regist a:hover,
.con_search_top .box_main form .inner .box_form .box_btn .btn_login a:hover,
.con_search_top .box_main form .inner .box_form .box_btn .btn_confirm a:hover {
  opacity: 0.7;
}
.con_search_top .box_main form .inner .box_form .box_btn .btn_login,
.con_search_top .box_main form .inner .box_form .box_btn .btn_confirm {
  margin-left: 5px;
}
.con_search_top .box_main form .inner .box_reserve {
  width: 130px;
  margin-left: 10px;
}
.con_search_top .box_main form .inner .box_reserve .btn_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: linear-gradient(to bottom, #963030 0%, #963030 50%, #741313 50%, #963030 100%);
  outline: 1px solid #ccc;
  outline-offset: -2px;
  border: none;
  border-radius: 3px;
  padding: 6px 0;
  cursor: pointer;
  transition: 0.3s;
}
.con_search_top .box_main form .inner .box_reserve .btn_submit:hover {
  opacity: 0.7;
}
.con_search_top .box_main form .inner .box_reserve .btn_rsv {
  margin-top: 5px;
}
.con_search_top .box_main form .inner .box_reserve .btn_rsv a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background-color: #242424;
  outline: 1px solid #ccc;
  outline-offset: -2px;
  border-radius: 3px;
  padding: 6px 0;
  transition: 0.3s;
}
.con_search_top .box_main form .inner .box_reserve .btn_rsv a:hover {
  opacity: 0.7;
}
.con_search_top .box_tel {
  margin-left: 10px;
}

/* ----------------------------------------
	.con_old_top
-----------------------------------------*/
.con_old_top {
  max-width: 1000px;
  background-color: #f8f3e5;
  border: 4px solid #bdb191;
  padding: 10px;
  margin: 10px auto 0;
}
.con_old_top .txt_caution {
  font-size: 14px;
  color: #ce0000;
  text-align: center;
  line-height: 1.7em;
}
.con_old_top .box_btn {
  margin-top: 10px;
}
.con_old_top .box_btn h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  text-align: center;
}
.con_old_top .box_btn > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
}
.con_old_top .box_btn > ul > li a {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #1e2219;
  text-decoration: none;
  line-height: 2em;
}
.con_old_top .box_btn > ul > li a:before {
  font-family: 'Material Symbols Outlined';
  content: '\e5df';
  margin-left: -5px;
}
.con_old_top .box_btn > ul > li:nth-of-type(n+2) {
  margin-left: 10px;
}

/* ----------------------------------------
	.con_caution
-----------------------------------------*/
.con_caution {
  width: clamp(50%, 80%, 800px);
  background-color: #fff;
  padding: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 101;
}
.con_caution h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  line-height: 1.5em;
}
.con_caution .txt_caution {
  font-size: 14px;
  text-align: center;
  line-height: 1.8em;
  margin-top: 20px;
}
.con_caution .btn_login {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.con_caution .btn_login a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
}
.con_caution .btn_login a:before {
  font-family: 'Material Symbols Outlined';
  content: '\e5df';
  margin-left: -5px;
}
.con_caution #close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.con_caution #close:before, .con_caution #close:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
}
.con_caution #close:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.con_caution #close:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.con_caution_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.3s;
}

/* ----------------------------------------
	.con_toku_top
-----------------------------------------*/
.con_toku_top {
  margin-top: 15px;
}
.con_toku_top .box_img {
  text-align: center;
}
.con_toku_top > p {
  width: 736px;
  margin: 10px auto 0;
}
