@charset "UTF-8";
/*=====基本色*/
/*=====マージン*/
body .width30 {
  width: 33%;
}
body .mar00 {
  margin-bottom: 0px;
}
body .mar05 {
  margin-bottom: 5px;
}
body .mar10 {
  margin-bottom: 10px;
}
body .mar15 {
  margin-bottom: 15px;
}
body .mar20 {
  margin-bottom: 20px;
}
body .mar25 {
  margin-bottom: 25px;
}
body .mar30 {
  margin-bottom: 30px;
}
body .mar40 {
  margin-bottom: 40px;
}
body .mar50 {
  margin-bottom: 50px;
}
body .mar60 {
  margin-bottom: 60px;
}
body .mar70 {
  margin-bottom: 70px;
}
body .mar80 {
  margin-bottom: 80px;
}
body .mar90 {
  margin-bottom: 80px;
}
body .mar100 {
  margin-bottom: 80px;
}

/*=====ボディ設定*/
html {
  font-size: 16px;
  line-height: 1;
  color: #111;
  font-family: sans-serif;
}

body {
  overflow: hidden;
}

/*=====ラッパー*/
.wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, 50%);
  width: 100%;
  height: 100%;
  aspect-ratio: 70/99;
  page-break-after: always;
  /*完全予約制のご案内*/
  /*ノンブル*/
}
.wrapper table caption {
  display: none;
}
.wrapper .box_loop {
  position: relative;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  padding: 20px;
}
.wrapper .box_loop:nth-child(even) {
  border-right: none;
}
.wrapper .box_loop:nth-child(3), .wrapper .box_loop:nth-child(4) {
  border-bottom: none;
}
.wrapper .box_loop h2 {
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  border-bottom: 1px solid #005291;
  margin: 0 0 15px;
}
.wrapper .box_loop h2 span {
  font-size: 12px;
}
.wrapper .box_loop h3 {
  font-weight: 700;
  font-size: 11px;
  line-height: 1.5;
  margin: 8px 0 3px;
}
.wrapper .box_loop h3 span {
  display: block;
  width: 100%;
  font-size: 8px;
}
.wrapper .box_loop h4 {
  font-weight: 700;
  font-size: 11px;
  line-height: 1.5;
  margin: 0 0 2px;
}
.wrapper .box_loop .img_qr_odekake {
  width: 50px;
  height: 50px;
  padding: 5px;
  margin: 0;
}
.wrapper .box_loop .table_cmn_1 {
  width: 100%;
  font-size: 6px;
  line-height: 1.2;
  margin: 0 0 8px;
}
.wrapper .box_loop .table_cmn_1 th,
.wrapper .box_loop .table_cmn_1 td {
  text-align: left;
  border: 1px solid #ddd;
  -webkit-print-color-adjust: exact;
  padding: 3px 4px;
}
.wrapper .box_loop .table_cmn_1 th {
  width: 30%;
  color: #fff;
  background-color: #666;
}
.wrapper .box_loop .table_cmn_1 tr:nth-child(even) {
  background-color: #f9f9f9;
}
.wrapper .box_loop .txt_caution {
  font-size: 8px;
  line-height: 1.5;
  margin: 10px 0 0;
}
.wrapper .page_cover {
  display: grid;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
.wrapper .page_cover h1 {
  margin: 0 0 20px;
}
.wrapper .page_cover .ttl_site {
  width: 200px;
  height: auto;
}
.wrapper .page_cover .img_map {
  width: 100%;
  height: auto;
}
.wrapper .img_map {
  width: 100%;
  height: auto;
  margin: 20px 0 0;
}
.wrapper .page_trafic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .page_trafic img {
  width: 100%;
  height: auto;
}
.wrapper .tablepress {
  width: 100%;
  font-size: 6px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.wrapper .tablepress img {
  width: 12px;
  height: auto;
}
.wrapper .tablepress th,
.wrapper .tablepress td {
  border: 1px solid #ddd;
  -webkit-print-color-adjust: exact;
  padding: 1px;
}
.wrapper .tablepress th {
  text-align: center;
  color: #fff;
  background-color: #666;
}
.wrapper .tablepress td {
  text-align: center;
}
.wrapper .tablepress tr:nth-child(even) {
  background-color: #f9f9f9;
}
.wrapper .tablepress thead {
  text-align: center;
  font-weight: 500;
}
.wrapper .is_plane .column-1,
.wrapper .is_plane .column-5,
.wrapper .is_plane .column-6 {
  display: none;
}
.wrapper .is_plane table th {
  width: 33.3333333333%;
}
.wrapper .is_plane table br {
  display: none;
}
.wrapper .is_plane .list_tel {
  display: flex;
  gap: 5px;
  width: auto;
  list-style: none;
  margin: 0 0 20px;
}
.wrapper .is_plane .list_tel span {
  font-weight: 700;
  font-size: 6px;
  color: #fff;
  -webkit-print-color-adjust: exact;
  border-radius: 2px;
  padding: 2px;
  margin: 0 0 0 0;
}
.wrapper .is_plane .list_tel .icon_ana {
  background-color: #001fa9;
}
.wrapper .is_plane .list_tel .icon_jal {
  background-color: #ec332d;
}
.wrapper .is_plane .list_tel .icon_sfj {
  background-color: #111;
}
.wrapper .page_bus {
  font-size: 6px;
  line-height: 1.7;
  /*=====共通テーブル設定*/
  /*=====テーブルセルを削除*/
}
.wrapper .page_bus .section_bus {
  margin: 0 0 15px;
}
.wrapper .page_bus ul {
  list-style: none;
  margin: 5px 0;
}
.wrapper .page_bus table {
  width: 100%;
  line-height: 1.2;
  margin: 0 0 10px;
}
.wrapper .page_bus table th,
.wrapper .page_bus table td {
  border: 1px solid #ddd;
  -webkit-print-color-adjust: exact;
  padding: 1px;
}
.wrapper .page_bus table th {
  text-align: center;
  color: #fff;
  background-color: #666;
}
.wrapper .page_bus table td {
  text-align: center;
}
.wrapper .page_bus table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.wrapper .page_bus table thead {
  text-align: center;
  font-weight: 500;
}
.wrapper .page_bus .table_bus_airport .column-1,
.wrapper .page_bus .table_bus_airport .column-2 {
  display: none;
}
.wrapper .page_bus .table_bus_shin-yamaguchi .column-4,
.wrapper .page_bus .table_bus_shin-yamaguchi .column-5 {
  display: none;
}
.wrapper .page_bus .table_bus_shinkawa .column-10,
.wrapper .page_bus .table_bus_shinkawa .column-11 {
  display: none;
}
.wrapper .page_bus .table_bus_shimonoseki .column-8,
.wrapper .page_bus .table_bus_shimonoseki .column-9 {
  display: none;
}
.wrapper .page_map {
  display: grid;
  align-items: center;
  justify-content: center;
}
.wrapper .page_map img {
  width: 100%;
  height: auto;
}
.wrapper .flex_taxi {
  display: flex;
  gap: 20px;
  width: auto;
}
.wrapper .grid_taxi_1 {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  justify-content: space-between;
  width: auto;
}
.wrapper .grid_taxi_1 .table_cmn_1 {
  font-size: 6px;
  margin: 0;
}
.wrapper .grid_taxi_1 .table_cmn_1 th {
  white-space: nowrap;
}
.wrapper .grid_taxi {
  display: grid;
  grid-template-columns: 1fr 45px;
  align-items: start;
  gap: 10px;
  font-size: 10px;
}
.wrapper .grid_taxi img {
  width: 50px;
  height: 50px;
  padding: 5px;
}
.wrapper .grid_taxi .table_cmn_1 {
  font-size: 6px;
}
.wrapper .section_reserve {
  position: relative;
  width: auto;
}
.wrapper .section_reserve h5,
.wrapper .section_reserve h4 {
  font-size: 1.2em;
  color: red;
  font-weight: 700;
  margin: 10px 0 0;
}
.wrapper .section_reserve h4 + ul,
.wrapper .section_reserve h5 + ul {
  color: red;
  font-weight: 700;
  list-style: disc;
  margin: 5px 0 10px 12px;
}
.wrapper .section_reserve .img_qr_reserve {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  text-align: center;
}
.wrapper .section_reserve .img_qr_reserve img {
  width: 100%;
  height: auto;
}
.wrapper .txt_nonble {
  position: absolute;
  right: 30px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  font-size: 8px;
  line-height: 1;
  color: #fff;
  -webkit-print-color-adjust: exact;
  background-color: #00a2db;
  border-radius: 50%;
}

.nav_print {
  position: fixed;
  z-index: 10;
  top: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  font-size: 1.5rem;
  list-style: none;
  padding: 20px;
}
.nav_print a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px rgb(255, 255, 255);
  padding: 10px 20px;
}

/*=====プリントしない*/
@media print {
  .print_none {
    display: none;
  }
}/*# sourceMappingURL=basic.css.map */