@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 PC用スタイル：768px ～　（＋スマホ版でも適用あり）
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* ヘッダー
----------------------------------------------------------------------------- */
#header-area {
  background: url(../image/bg_header.png) repeat-x center bottom;
  height: 84px;
  width: 100%;
}
.header-wrap {
  margin: 0 10px;
}
#header {
  max-width: 958px;
  margin: 0 auto;
  position: relative;
}
.site-logo {
  float: left;
  margin-top:25px;
}
.logo {
  cursor: pointer;
  display: block;
  float: left;
  width: 200px;
  height: 55px;
  margin-right: 10px;
  background: url(../image/logo.png) no-repeat 0 0;
  -webkit-background-size: 200px 55px;
  -moz-background-size: 200px 55px;
  -ms-background-size: 200px 55px;
  -o-background-size: 200px 55px;
  background-size: 200px 55px;
}
.logo a {
  display: block;
  width: 200px;
  height: 55px;
  text-indent: -9999px;
}
.logo:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
#header h1 {
  position: absolute;
  top: 35px;
  left: 210px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  width: 260px;
}
ul.header-btn {
  float: right ;
  margin-top:35px;
  font-size: 0;
}
ul.header-btn li {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  min-height: 35px;
}
ul.header-btn li a span{
  display: block;
  padding-top: 10px;
}
ul.header-btn li a:link,
ul.header-btn li a:visited {
  color: #333;
  text-decoration: none;
}
ul.header-btn li a:hover {
  text-decoration: underline;
}
ul.header-btn li.btn-faq {
  background: url(../image/icon_faq.png) no-repeat left center;
  padding: 0 0 0 40px;
  -webkit-background-size: 35px 35px;
  -moz-background-size: 35px 35px;
  -ms-background-size: 35px 35px;
  -o-background-size: 35px 35px;
  background-size: 35px 35px;
}
ul.header-btn li.btn-yoyaku {
  background: url(../image/icon_yoyaku.png) no-repeat left center;
  -webkit-background-size: 35px 35px;
  -moz-background-size: 35px 35px;
  -ms-background-size: 35px 35px;
  -o-background-size: 35px 35px;
  background-size: 35px 35px;
  padding: 0 0 0 40px;
}


/* パンくずリスト
----------------------------------------------------------------------------- */
#crumbsnavi {
  background: url(../image/bg_pankuzu.png) repeat-x;
  height: 33px;
  margin-bottom: 50px;
}
#crumbsnavi ul {
  max-width: 958px;
  margin: 0 auto;
  padding-top: 10px;
}
#crumbsnavi ul li {
  display: inline ;
  line-height: 1.3 ;
  font-size: 12px ;
  color: #fff ;
}
div#crumbsnavi ul li a {
  padding-right: 15px ;
  background: url(../image/arrow1.png) no-repeat right center ;
}
div#crumbsnavi ul li:last-child a {
  padding-right: 0;
  background: none;
}
div#crumbsnavi ul li a:link,
div#crumbsnavi ul li a:visited {
  color: #fff ;
  text-decoration: none ;
}
div#crumbsnavi ul li a:hover {
  text-decoration: underline; ;
}

/* コンテンツエリア
----------------------------------------------------------------------------- */
#maincontent {
  max-width: 960px;
  margin: 0 auto 60px;
}

/* ブローバルメニュー */
#gnav {
  background: url(../image/bg_gnav.png) repeat-x;
  height: 65px;
}
#gnav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-top: 9px;
}
#gnav ul li {
  display: table-cell;
  text-align: center;
  height: 48px;
  line-height: 48px;
  background: url(../image/gnav_line.png) no-repeat right center;
}
#gnav ul li:last-child {
  background: none;
}
#gnav ul li a {
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #484848;
}
#gnav ul li a:hover {
  background: url(../image/bg_on_gnav.png) repeat-x;
  text-decoration: none;
  color: #fff;
  -moz-text-shadow:1px 1px 1px #3d6ea0;
  -webkit-text-shadow:1px 1px 1px #3d6ea0;
  text-shadow:1px 1px 1px #3d6ea0;
}

#gnav ul li a.active {
  background: url(../image/bg_on_gnav.png) repeat-x;
  text-decoration: none;
  color: #fff;
  -moz-text-shadow:1px 1px 1px #3d6ea0;
  -webkit-text-shadow:1px 1px 1px #3d6ea0;
  text-shadow:1px 1px 1px #3d6ea0;
}

/* メインフォト */
#mainphoto {
  position: relative;
}
#mainphoto .airplane {
  position: absolute;
  left: -5px;
  top: 142px;
}

/* タイムセール販売期間 */
.timesale-period {
  background: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  color: #d00012;
}
.period {
  display: inline-block;
  margin-right: 20px;
}
.period:after {
  content: "";
  display: inline-block;
  border-left: 15px solid #d00012;
  border-top: 8px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 0.25em;
}

/* カウント */
#timesale-count {
  background: #d00012;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 8px 0 15px;
}
.count {
  display: inline-block;
  font-size: 24px;
  margin-left: 20px;
  color:#ff0;
}
.count span {
  font-size: 36px;
}
.count:after {
  display: inline-block;
  content: "";
  background: url(../image/clock.png) no-repeat 0 5px;
  width: 32px;
  height: 32px;
  margin-left: 30px;
  padding-bottom: 5px;
}
.timeover {
  display: block;
  padding-top: 7px;
  font-size: 30px;
}


/* 目的地を選ぶ */
.midashi01 {
  text-align: center;
  margin: 20px 3.125%;
}
.tour-wrap {
  border: 5px solid #52a1ce;
  position:relative;
  min-height: 200px;
}
.mokuteki {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  background: #52a1ce;
  padding: 8px 0;
}
/* PC用タブメニュー（スライドなし） */
.tab-wrap-pc {
  max-width: 950px
}
.tab-wrap-pc ul {
  display: table;
  table-layout: fixed;
  background: url(../image/bg_tour_select.png) repeat-x;
  border-bottom: 1px solid #aac2cf;
  height: 50px;
  width: 100%;
}

.tab-wrap-pc ul li {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  color: #1b5c81;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: url(../image/tour_select_line.png) no-repeat top right;
}
.tab-wrap-pc ul li:last-child {
  background: none;
}
.tab-wrap-pc ul li a {
  display: block;
  color: #1b5c81;
}
.tab-wrap-pc ul li a:hover {
  background: url(../image/bg_tour_select_on.png) repeat-x;
  color: #d60110;
  text-decoration: none;
  margin-right: 1px;
}
.tab-wrap-pc ul li.select a {
  background: url(../image/bg_tour_select_on.png) repeat-x;
  color: #d60110;
  margin-right: 1px;
}

/* 地域内部リンク */
.area-inner-link {
  background: #f6f6f6 url(../image/bg_inner_link.jpg) repeat-x left top;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 0 0 20px;
}
.area-inner-link ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.area-inner-link ul li {
  display: table-cell;
  text-align: center;
  height: 46px;
  line-height: 46px;
}
.area-inner-link ul li a {
  display: block;
  color: #000;
  font-weight: bold;
}
.area-inner-link ul li a:after {
  content: "";
  background: url(../image/area_arrow.png) no-repeat right center;
  padding-right: 20px;
}

.area-inner-link ul li a:hover {
  text-decoration: none;
  background: url(../image/bg_hover.png) no-repeat center center;
  -webkit-background-size:contain;
  -moz-background-size:contain;
  -ms-background-size:contain;
  -o-background-size:contain;
  background-size:contain;
}

.tour-box {
  margin: 20px 20px 0;
}
.kakomi01 {
  background: #fdf3dc;
  border: 1px solid #d6b872;
  padding: 15px 20px;
  margin: 0 0 30px;
}
.kakomi01 p {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 10px;
}
.kakomi01 img {
  float: left;
  margin-right: 20px;
}

.fukidashi01 {
  position: relative;
  padding: .5em .75em;
  background-color: #d60110;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 10px;
  z-index: 10;
}
.fukidashi01::after {
  position: absolute;
  top: 100%;
  left: 20px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #d60110;
  border-right: 10px solid #d60110;
}

/* タイムセール　最安値料金 */
#destination {
  border: 1px solid #c0c0c0;
  padding: 20px 20px 15px;
  margin: 0 0 30px;
}
.ikisaki {
  color: #707070;
  font-size: 18px;
  display: inline-block;
}

.fukidashi02 {
  position: relative;
  padding: .5em .75em;
  background-color: #3ca0d9;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 10px;
  z-index: 10;
}
.fukidashi02::after {
  position: absolute;
  top: 100%;
  left: 20px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #3ca0d9;
  border-right: 10px solid #3ca0d9;
}

.fukidashi02 img {
  position: absolute;
  top: 10px;
  left: -7px;
}
.fukidashi02 span {
  display:block;
  padding-left: 75px;
}

.area-box {
  border: 1px solid #c0c0c0;
  border-bottom: none;
}
/* ★埋めくさ用　area-boxにデータが無い時は【area-box】を【umekusa】に変更する★ */
.area-hotel02 .umekusa {
  background-image: url(../image/bg_pattern.png);
  background-repeat: repeat;
  background-position:center center;
  width: 450px;
  text-align: center;
}
.area-hotel03 .umekusa {
  background-image: url(../image/bg_pattern.png);
  background-repeat: repeat;
  background-position:center center;
  width: 300px;
  text-align: center;
}
.area-hotel04 .umekusa {
  background-image: url(../image/bg_pattern.png);
  background-repeat: repeat;
  background-position:center center;
  width: 225px;
  text-align: center;
}
.area-hotel02 .umekusa img,
.area-hotel03 .umekusa img,
.area-hotel04 .umekusa img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.area-hotel04 .umekusa img {
  width: 170px;
}


/* １列
----------------------------------------------------------------------------- */
.area-hotel01 .area-box:last-child {
  border-bottom: 1px solid #c0c0c0;
  margin: 0 0 30px;
}

.area-hotel01 dl.hotel-name {
  background: #badaed;
  padding: 6px 20px;
}
.area-hotel01 dl.hotel-name dt {
  display: inline-block;
  background: #5b98bc;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  padding: 0.5em 1em;
  margin-right: 10px;
}
.area-hotel01 dl.hotel-name dd {
  display: inline-block;
  font-size: 16px;
  color: #3e3e3e;
  font-weight: bold;
}
.area-hotel01 .inbox01,
.area-hotel02 .inbox01 {
  padding: 12px 20px;
  overflow: hidden;
  zoom:1;
}
.area-hotel01 .img-hotel,
.area-hotel02 .img-hotel {
  float: left;
  margin-right: 10px;
  width: 205px;
  height: 155px;
  border: 1px solid #b6cfe7;
  padding: 2px;
  background: #fff;
}
.area-hotel01 .img-hotel img,
.area-hotel02 .img-hotel img {
  width: 200px;
  height: 150px;
}
.area-hotel01 .timesale-name {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.6;
}
.timesale-name a:link,
.timesale-name a:visited {
  color: #0b71be;
  font-weight:bold;
}
.timesale-name a:hover {
  color: #ff9900;
  text-decoration: underline;
}
.box-table {
  display: table;
}
.bg-point {
  background: #f1f3f4 url(../image/bg_pattern.png);
}
.area-hotel01 .timesale-point {
  display: table-cell;
  vertical-align: top;
  width: 45.82%;
  font-size: 14px;
  line-height: 1.6;
  color: #2c2c2c;
  padding: 0.8em;
  margin-right: 12px;
}

.area-hotel01 .timesale-price {
  display: table-cell;
  width: 25.27%;
  background: #fcffca;
  border-left: 12px solid #fff;
  padding: 0.8em;
  color: #e4151f;
  font-weight: bold;
  font-size: 33px;
  text-align: center;
  white-space: nowrap;
}
.area-hotel01 .price-a {
  display: block;
  font-size: 15px;
  margin: 0 0 1em;
  white-space: nowrap;
}
.area-hotel01 .price-b {
  font-size: 20px;
}

/* ２列
----------------------------------------------------------------------------- */
.box-table02 {
  display: table;
}
.box-cell02 {
  display: table-cell;
  vertical-align: top;
}
.area-hotel02 .area-box {
  border: 1px solid #c0c0c0;
  width: 448px;
}
.area-hotel02 dl.hotel-name {
  background: #badaed;
  padding: 6px 10px;
}
.area-hotel02 .box-cell02:nth-child(even) {
  border-left: 14px solid #fff;
}

.area-hotel02 dl.hotel-name {
  overflow: hidden;
  zoom: 1;
}

.area-hotel02 dl.hotel-name dt {
  float: left;
  background: #5b98bc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
      -ms-border-radius: 8px;
       -o-border-radius: 8px;
          border-radius: 8px;
  color: #fff;
  font-size: 14px;
  padding: 0.5em 1em;
  margin-right: 10px;
}

.area-hotel02 dl.hotel-name dd {
  font-size: 16px;
  color: #3e3e3e;
  line-height: 1.3;
  font-weight: bold;
}
.area-hotel02 .inbox01 {
  padding:10px;
}
.area-hotel02 .box-table {
  display: block;
}
.area-hotel02 .timesale-name {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}
.area-hotel02 .timesale-point {
  display: block;
  width: auto;
  font-size: 14px;
  line-height: 1.6;
  color: #2c2c2c;
  padding: 0.8em;
  margin: 10px;
}

.area-hotel02 .timesale-price {
  display: table;
  width: 100%;
  background: #fcffca;
  padding: 10px;
  color: #e4151f;
  font-weight: bold;
}
.area-hotel02 .price-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  white-space: nowrap;
}

.area-hotel02 .price-a {
  display: inline-block;
  font-size: 15px;
  text-align: left;
}
.area-hotel02 .price-b0 {
  font-size: 33px;
  text-align: right;
}
.area-hotel02 .price-b {
  font-size: 20px;
}

.area-hotel02 .area-box:last-child {
  border-bottom: 1px solid #c0c0c0;
  margin: 0 0 30px;
}

/* ３列
----------------------------------------------------------------------------- */
.area-hotel03 .fukidashi02 {
  margin: 0 0 30px;
}

.fukidashi02+.area-hotel03{margin-top:30px;}

.area-hotel03 .area-box {
  width: 300px;
}
.area-hotel03 .inbox01 {
  padding:10px;
}
.area-hotel03 .box-cell02 {
  border-left: 5px solid #fff;
}
.area-hotel03 .box-cell02:first-child {
  border-left: 0;
}
.area-hotel03 dl.hotel-name {
  position: relative;
  background: #badaed;
  padding: 6px 10px;
}
.area-hotel03 dl.hotel-name dt {
  position: absolute;
  left: 10px;
  top: -10px;
  background: #5b98bc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
      -ms-border-radius: 8px;
       -o-border-radius: 8px;
          border-radius: 8px;
  color: #fff;
  font-size: 14px;
  padding: 0.5em 1em;
  margin-right: 10px;
}

.area-hotel03 dl.hotel-name dd {
  font-size: 14px;
  color: #3e3e3e;
  line-height: 1.3;
  margin-top: 15px;
  font-weight: bold;
}

.area-hotel03 .img-hotel {
  display: block;
  width: 280px;
  height: 211px;
  border: 1px solid #b6cfe7;
  padding: 2px;
  margin-bottom: 5px;
  background: #fff;
}
.area-hotel03 .img-hotel img {
  width: 275px;
  height: 206px;
}
.area-hotel03 .box-table {
  display: block;
}
.area-hotel03 .timesale-name {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.area-hotel03 .timesale-point {
  display: block;
  width: auto;
  font-size: 13px;
  line-height: 1.3;
  color: #2c2c2c;
  padding: 0.8em;
  margin: 0 10px 10px;
}

.area-hotel03 .timesale-price {
  display: table;
  width: 100%;
  background: #fcffca;
  padding: 10px;
  color: #e4151f;
  font-weight: bold;
}
.area-hotel03 .price-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  white-space: nowrap;
}
.area-hotel03 .price-a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}
.area-hotel03 .price-a2 {
  display: block;
}
.area-hotel03 .price-b0 {
  font-size: 25px;
  text-align: right;
}
.area-hotel03 .price-b {
  font-size: 15px;
}
.area-hotel03 .area-box:last-child {
  border-bottom: 1px solid #c0c0c0;
  margin: 0 0 30px;
}

/* ４列
----------------------------------------------------------------------------- */
.area-hotel04 .fukidashi02 {
  margin: 0 0 30px;
}
.area-hotel04 .area-box {
  width: 225px;
}
.area-hotel04 .inbox01 {
  padding:10px;
}
.area-hotel04 .box-cell02 {
  border-left: 3px solid #fff;
}
.area-hotel04 .box-cell02:first-child {
  border-left: 0;
}
.area-hotel04 dl.hotel-name {
  position: relative;
  background: #badaed;
  padding: 6px 10px;
}
.area-hotel04 dl.hotel-name dt {
  position: absolute;
  left: 10px;
  top: -10px;
  background: #5b98bc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
      -ms-border-radius: 8px;
       -o-border-radius: 8px;
          border-radius: 8px;
  color: #fff;
  font-size: 14px;
  padding: 0.5em 1em;
  margin-right: 10px;
}

.area-hotel04 dl.hotel-name dd {
  font-size: 13px;
  color: #3e3e3e;
  line-height: 1.3;
  margin-top: 15px;
  font-weight: bold;
}

.area-hotel04 .img-hotel {
  display: block;
  width: 210px;
  height: 159px;
  border: 1px solid #b6cfe7;
  padding: 2px;
  margin-bottom: 5px;
  background: #fff;
}
.area-hotel04 .img-hotel img {
  width: 205px;
  height: 154px;
}
.area-hotel04 .box-table {
  display: block;
}
.area-hotel04 .timesale-name {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
}

.area-hotel04 .timesale-point {
  display: block;
  width: auto;
  font-size: 12px;
  line-height: 1.3;
  color: #2c2c2c;
  padding: 0.8em;
  margin: 0 10px 5px;
}

.area-hotel04 .timesale-price {
  width: 100%;
  background: #fcffca;
  padding: 10px;
  color: #e4151f;
  font-weight: bold;
}
.area-hotel04 .price-box {
  display: block;
  width: 100%;
}
.area-hotel04 .price-a {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 5px;
  text-align: left;
}
.area-hotel04 .price-b0 {
  font-size: 25px;
  text-align: right;
}
.area-hotel04 .price-b {
  font-size: 15px;
}
.area-hotel04 .area-box:last-child {
  border-bottom: 1px solid #c0c0c0;
  margin: 0 0 20px;
}


.midashi02 {
  text-align: center;
  margin: 40px 3.125% 15px;
}

.btn {
  margin-bottom: 15px;
}
.btn a {
  display: block;
  padding: 1em 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  background: #6794c0 url(../image/arrow01.png) no-repeat 99% center;
  -webkit-background-size: 11px 20px;
  -moz-background-size: 11px 20px;
  -ms-background-size: 11px 20px;
  -o-background-size: 11px 20px;
  background-size: 11px 20px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}
.btn a:hover {
  background-color: #65a3df;
  text-decoration: none;
}



/* ページトップへ
----------------------------------------------------------------------------- */
/*親要素*/
.page-top-parent{
}

#page-top {
  position: fixed;
  bottom: 190px;
  right: 30px;
  z-index: 10;
}
#page-top a {
  display: block;
  width: 65px;
  height: 65px;
  text-indent: -9999px;
  background: url(../image/btn_pagetop.png) no-repeat 0 0;
}
#page-top a:hover {
  background: url(../image/btn_pagetop_on.png) no-repeat 0 0;
}

/* フッター
----------------------------------------------------------------------------- */
#footer-link-area {
  background: url(../image/bg_footerlink.png) center center;
  height: auto;
}

#footer-link {
  max-width: 958px;
  margin: 0 auto;
  text-align: center;
}
#footer-link ul {
  font-size: 0;
  line-height: 62px;
}
#footer-link ul li {
  display: inline;
  font-size: 12px;
  color: #fff;
  margin: 0 2em;
}
#footer-link ul li a:link,
#footer-link ul li a:visited {
  color: #fff;
  text-decoration: none;
}
#footer-link ul li a:hover {
  text-decoration: underline;
}

#kanren-tour ul {
  font-size: 0;
  line-height: 1;
  padding: 25px 0 10px;
  text-align: center;
}

#kanren-tour ul li {
  display: inline;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
#kanren-tour ul li:last-child {
  border-right: none;
}

#kanren-tour ul li a:link,
#kanren-tour ul li a:visited {
  color: #fff;
  text-decoration: none;
}
#kanren-tour ul li a:hover {
  text-decoration: underline;
}
#copy-area {
  background: url(../image/bg_footer.png) center center;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
/*追記*/
.img-hotel A:hover{opacity:0.8;}

/* 「並び席」確約
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px){
.accBox{
  display: none;
}
h2.accorDion {
  color: #056e90;
  font-size: 26px;
  padding: 18px 15px 15px;
  background: #c2e2f1;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}
h2.accorDion::after {
  content: "＋";
  position: absolute;
  right: 7px;
  top: 7px;
  line-height: 100%;
  font-size: 48px;
  font-weight: normal;
}
h2.accorDion.active::after {
  content: "－";
}
#kakuyaku_wrap{
  padding: 10px 0 40px;
  line-height: 1.6;
}
#kakuyaku_wrap .red{
  color: #e60012;
}
#kakuyaku_wrap ul,
#kakuyaku_wrap p{
  font-size: 14px;
}
#kakuyaku_wrap .indt{
  padding-left: 1em;
  text-indent: -1em;
}
#kakuyaku_wrap .section{
  margin-bottom: 40px;
}
#kakuyaku_wrap h2{
  font-size: 30px;
  color: #e60012;
  padding: 3px 0;
  border-bottom: 2px solid #e60012;
  position: relative;
  margin-bottom: 30px;
}
#kakuyaku_wrap h2:before{
  content: '';
  display: inline-block;
  width: 65px;
  height: 72px;
  background: url(../img/kakuyaku.png) no-repeat;
  position: relative;
  top: 25px;
  left: 0;
  margin-right: 8px;
}
#kakuyaku_wrap .strong{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.6;
}
#kakuyaku_wrap .marker{
  background: url(../img/pattern.png);
  padding: 0 5px;
}
#kakuyaku_wrap .sec02{
  background: url(../img/illust.png) no-repeat top right 50px;
}
#kakuyaku_wrap .case{
  margin: 20px 0 35px;
}
#kakuyaku_wrap .case .ttl{
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #000;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 10px;
}
#kakuyaku_wrap .seat{
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  margin-top: 10px;
}
#kakuyaku_wrap .case.two .seat{
  width: 380px;
}
#kakuyaku_wrap .case.four .seat{
  width: 905px;
}
#kakuyaku_wrap .seat .maru{
  font-size: 13px;
  font-weight: bold;
  background: #e5e5e5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align:center;
  line-height: 50px;
  vertical-align: middle;
}
/* 「並び席」確約 ここまで
----------------------------------------------------------------------------- */
#bottom_box{
  background: #eeeeee;
  text-align: center;
  padding: 30px 0;
  font-weight: bold;
  font-size: 14px;
}
}