@charset "UTF-8";
:root {
  --border-radius-card: 6px;
  --border-radius-form: 4px;
  --border-radius-button: 4px;
}

/* =============================================
 *  01. Common settings
 *      - reset
 *      - common
 *      - padding
 *      - margin
 *      - width
 *  02. Layout
 *      - common
 *      - float
 *      - clearfix
 *      - align
 *  03. Font
 *      - font size
 *      - font color
 *      - font family
 *      - contact
 *  04. Parts
 *      - icon
 *      - button
 *      - table
 *      - heading
 *      - pagination
 *  05. Form
 *      - layout
 *      - parts
 *  06. Dialog
 *  07. Modal
 *  08. Tooltip
 * -----------------------------------
 *  11. Header
 * -----------------------------------
 *  20. Top
 * -----------------------------------
 *  30. Search
 *  31. Plan
 * -----------------------------------
 *  40. Reserve


 * ============================================= */
/* ---------------------------------------------------------------------------------------- */
/* ==============================================
 01. Common settings
=============================================== */
/* reset
----------------------------------------------- */
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

span {
  vertical-align: baseline;
}

/* common
----------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
  background: #F7F6F6;
  color: #1a1a1a;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.no-scroll {
  overflow: hidden;
}

a {
  color: #1a1a1a;
  outline: medium none;
  text-decoration: none;
}

@media (min-width: 1025px) {
  a {
    transition: opacity .3s;
  }
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active, a:hover {
  outline: medium none;
}

a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  margin: 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #000000;
}

p {
  line-height: 1.7;
  margin: 0 0 24px;
  max-height: 100%;
}

@media (max-width: 767px) {
  p {
    line-height: 1.6;
    margin-bottom: 18px;
  }
}

code, kbd, pre, samp {
  -moz-hyphens: none;
  font-family: monospace,serif;
  font-size: 14px;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -moz-hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: 13px;
  font-size: 1.3rem;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
}

dd {
  line-height: 1.5;
  margin: 0;
}

menu, ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  line-height: 1.5;
}

th {
  line-height: 1.5;
  font-weight: bold;
}

td {
  line-height: 1.5;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

textarea{
	resize: none;
}
input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

.preload * {
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

/* ==============================================
 fadein
=============================================== */
/* ==============================================
 02. Layout
=============================================== */
/* Common
----------------------------------------------- */
.wrapper {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .wrapper {
    padding-top: 60px;
  }
}

.main-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.maintenance .main-container {
  padding-top: 0px;
}

@media (max-width: 767px) {
  .main-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .section {
    margin-bottom: 50px;
  }
}

.container {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.min-inner {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.card {
  border: 1px solid #DDDDDD;
  background-color: #fff;
  border-radius: 6px;
}

.card-body {
  padding: 20px;
}

@media (max-width: 767px) {
  .card-body {
    padding: 14px;
  }
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid .grid__item {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .grid .grid__item {
    margin-bottom: 20px;
  }
}

.grid-3 .grid__item {
  margin-right: 2%;
  width: 32%;
}

.grid-3 .grid__item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .grid-3 .grid__item {
    margin-right: 3%;
    width: 48.5%;
  }
  .grid-3 .grid__item:nth-child(3n) {
    margin-right: 3%;
  }
  .grid-3 .grid__item:nth-child(even) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .grid-3 .grid__item {
    margin-right: auto;
    width: auto;
  }
  .grid-3 .grid__item:nth-child(3n) {
    margin-right: auto;
  }
}

.grid-4 .grid__item {
  margin-right: 2%;
  width: 23.5%;
}

.grid-4 .grid__item:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .grid-4 .grid__item {
    margin-right: 3%;
    width: 48.5%;
  }
  .grid-4 .grid__item:nth-child(even) {
    margin-right: 0;
  }
}

.col-sidebar {
  margin-right: 40px;
  width: 260px;
}

@media (max-width: 1024px) {
  .col-sidebar {
    margin-right: 0;
    width: 100%;
  }
}

.col-main {
  flex: 1;
  min-width: 0;
}

@media (max-width: 1024px) {
  .col-main {
    flex: initial;
    width: 100%;
  }
}

.list-menu--inline {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bg-white {
  background-color: #fff;
}

.bg-base {
  background-color: #F7F6F6;
}

.bg-light-green {
  background-color: #E5E5E5;
}

/* float
----------------------------------------------- */
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* align
----------------------------------------------- */
.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.align-middle {
  vertical-align: middle;
}

.align-baseline {
  vertical-align: baseline;
}

/* padding
----------------------------------------------- */
.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-25 {
  padding-top: 25px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

/* margin
----------------------------------------------- */
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-25 {
  margin-top: 25px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

/* ==============================================
 03. Font
=============================================== */
/* Font size
----------------------------------------------- */
.fs-small {
  font-size: 88%;
}

.fs-large {
  font-size: 110%;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 14px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

/* Font weight
----------------------------------------------- */
.fw-normal {
  font-weight: normal;
}

.fw-medium {
  font-weight: bold;
}

.fw-medium {
  font-weight: bold;
}

.fw-bold {
  font-weight: bold;
}

/* Font color
----------------------------------------------- */
.fc-red {
  color: #FF0000;
}

.fc-blue {
  color: #087FF7;
}

.fc-gray {
  color: gray;
}

/* Font family
----------------------------------------------- */
.ff-serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.ff-en {
  font-family: "Lato", sans-serif;
}

/* Text align
----------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* Text indent
----------------------------------------------- */
.indent-1 {
  text-indent: 1em;
}

.text-nowrap {
  white-space: nowrap;
}

.text-underline {
  text-decoration: underline;
}

/* ==============================================
 04. Parts
=============================================== */
/* button
----------------------------------------------- */
.btn-group {
  margin: 5rem 0 7rem;
}

@media (max-width: 767px) {
  .btn-group {
    display: flex;
    justify-content: center;
    margin: 3rem 0 5rem;
  }
}

.btn-group__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .btn-group__container .btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.btn-group__container .btn:not(:last-child) {
  margin-right: 2rem;
}

.btn-group__container .btn-primary {
  min-width: 16rem;
}

@media (max-width: 767px) {
  .btn-group__container .btn-primary {
    min-width: 14rem;
  }
}

.btn-group__container .btn-border {
  min-width: 16rem;
}

@media (max-width: 767px) {
  .btn-group__container .btn-border {
    min-width: 14rem;
  }
}

.btn {
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.04em;
  vertical-align: top;
}

@media (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-sm {
  padding: 14px 20px;
}

.btn-md {
  padding: 14px 30px;
}

.btn-primary {
  border: 1px solid #e54d58;
  background-color: #e54d58;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  border-color: #e54d58;
  background-color: #e54d58;
}

@media (min-width: 1025px) {
  .btn-primary {
    transition: transform 140ms, box-shadow 140ms;
  }
  .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  }
}

.btn-secondary {
  border: 1px solid #ae9a65;
  background-color: #ae9a65;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #fff;
  border-color: #ae9a65;
  background-color: #ae9a65;
}

@media (min-width: 1025px) {
  .btn-secondary {
    transition: transform 140ms, box-shadow 140ms;
  }
  .btn-secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  }
}

.btn-border {
  border: 1px solid #1a1a1a;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}

.btn-border:hover, .btn-border:focus, .btn-border:active {
  border-color: #1a1a1a;
}

.btn-border--arrow-next {
  background-position: right 12px top 50%;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_next.svg");
  background-size: 16px 16px;
  padding: 14px 40px 14px 30px;
}

.btn-text {
  border-color: transparent;
  text-align: center;
}

/* rounded
----------------------------------------------- */
.rounded-md {
  border-radius: 6px;
}

.rounded-sm {
  border-radius: 4px;
}

/* table
----------------------------------------------- */
/* form
----------------------------------------------- */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button {
  background-color: transparent;
  border: none;
  font-size: 100%;
  color: #1a1a1a;
  cursor: pointer;
  outline: none;
  padding: 0;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* tabs
----------------------------------------------- */
.js-tabs-contents .tab-contents {
}

.js-tabs-contents .tab-contents.is-show {
  display: block;
}

/* page heading
----------------------------------------------- */
/* heading
----------------------------------------------- */
.heading-1 {
  border-bottom: 2px solid #ae9a65;
  line-height: 1.25;
  font-size: 22px;
  margin-bottom: 32px;
  padding-bottom: 8px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

@media (max-width: 767px) {
  .heading-1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.heading-1 .ja {
  display: block;
  margin-right: .6em;
}

.heading-1 .en {
  color: #ae9a65;
  font-family: "Lato", sans-serif;
  display: block;
  font-size: 14px;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .heading-1 .en {
    font-size: 12px;
  }
}

/* ==============================================
 05. Form
=============================================== */
/* layout
----------------------------------------------- */
.form-table {
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  margin-bottom: 50px;
  width: 100%;
}

@media (max-width: 767px) {
  .form-table {
    margin-bottom: 30px;
  }
}

.form-table th, .form-table td {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
  vertical-align: top;
}

.form-table th.middle, .form-table td.middle {
  vertical-align: middle;
}

.form-table th {
  background-color: #E5E5E5;
  padding: 25px 60px 25px 20px;
  position: relative;
  width: 240px;
}

@media (max-width: 767px) {
  .form-table th {
    display: block;
    padding: 10px 50px 10px 14px;
    width: auto;
  }
}

.form-table th .required {
  color: #FF0000;
  right: 16px;
  top: 2.1em;
  position: absolute;
}

@media (max-width: 767px) {
  .form-table th .required {
    font-size: 12px;
    top: 11px;
  }
}

.form-table td {
  background-color: #fff;
  padding: 15px 20px;
}

@media (max-width: 767px) {
  .form-table td {
    display: block;
    padding: 14px;
  }
}

.form-table td .form-control {
  width: 530px;
}

@media (max-width: 767px) {
  .form-table td .form-control {
    width: 100%;
  }
}

.form-table--confirm th, .form-table--confirm td {
  padding: 20px 24px;
}

@media (max-width: 767px) {
  .form-table--confirm th {
    padding: 10px 14px;
  }
  .form-table--confirm td {
    padding: 14px;
  }
}

.form .form-heading {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .form .form-heading {
    margin-bottom: 10px;
  }
}

.form .form__name-input {
  display: flex;
}

@media (max-width: 767px) {
  .form .form__name-input {
    display: block;
  }
}

.form .form__name-input .name-group {
  display: flex;
  align-items: center;
}

.form .form__name-input .name-group:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .form .form__name-input .name-group:not(:last-child) {
    margin-right: auto;
    margin-bottom: 14px;
  }
}

.form .form__name-input .name-group__label {
  margin-right: 10px;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  width: 2em;
}

.form .form__name-input .name-group__field {
  width: 210px;
}

@media (max-width: 767px) {
  .form .form__name-input .name-group__field {
    flex: 1;
    min-width: 0;
    width: auto;
  }
}

.form .form__name-input .name-group__field .form-control {
  width: 100%;
}

.form .form__address-input {
  display: none;
}

.form .form__address-input.is-show {
  display: block;
}

.form .form__address-input .address-group {
  display: flex;
  align-items: center;
}

.form .form__address-input .address-group:not(:last-child) {
  margin-bottom: 15px;
}

.form .form__address-input .address-group__label {
  font-weight: normal;
  margin-right: 12px;
}

.form .form__address-input .address-group__field {
  flex: 1;
  min-width: 0;
}

.form .form__address-input .address-group__field--zip {
  display: flex;
  align-items: center;
}

.form .form__address-input .address-group__field--zip .form-control {
  width: 140px;
}

.form .form__address-input .address-group__field--zip .button {
  font-size: 90%;
  margin-left: 20px;
  line-height: 1.3;
  text-decoration: underline;
}

.form .form__address-input .address-group__field--zip .button:hover {
  text-decoration: none;
}

.form .form__address-input .address-group__field .form-select {
  width: auto;
}

@media (max-width: 767px) {
  .form .form__address-input .address-group__field .form-select {
    width: 100%;
  }
}

.form-list-horizon {
  display: flex;
  flex-wrap: wrap;
}

.form-list-horizon > li {
  margin: 5px 30px 5px 0;
}
.form-list-horizon > li.short {
  margin: 5px 15px 5px 0;
}

.form-list-horizon > li:last-child {
  margin-right: 0;
}

.form-list-vertical > li {
  margin-bottom: 12px;
}

.form-list-vertical > li:last-child {
  margin-bottom: 0;
}

.credit-caution{
  color: #e74c3c;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 10px;
  padding: 0 15px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* parts
----------------------------------------------- */
button {
  background-color: transparent;
  border: none;
  font-size: 100%;
  color: #1a1a1a;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* form default */
input.form-control, input[type="number"].form-control, input[type="email"].form-control, button.form-control, textarea.form-control, select.form-control {
    font-size: 1.6rem;
    padding: 1.2rem 1.2rem;
    line-height: 1.5;
    border-radius: 4px;
}
select.form-control {
    appearance: auto;
}

@media (max-width: 767px) {
  input.form-control, input[type="number"].form-control, input[type="email"].form-control, button.form-control, textarea.form-control {
    font-size: 1.6rem;
  }
}

input[type="submit"],
input[type="button"],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
  outline-offset: -2px;
  outline: 0;
}

input[type="text"].form-control, input[type="number"].form-control, input[type="password"].form-control, input[type="email"].form-control, input[type="tel"].form-control, input[type="url"].form-control, textarea.form-control, select.form-control {
    background-color: #fff;
    border: 1px solid #C1C1C1;
}
input[type="text"].form-control.input-error, input[type="number"].form-control.input-error, input[type="password"].form-control.input-error, input[type="email"].form-control.input-error, input[type="tel"].form-control.input-error, input[type="url"].form-control.input-error, .form-select.input-error, textarea.form-control.input-error, select.form-control.input-error {
    background-color: #FFEFEF;
}

input[type="text"].form-control:active, input[type="text"].form-control:focus, input[type="number"].form-control:active, input[type="number"].form-control:focus, input[type="password"].form-control:active, input[type="password"].form-control:focus, input[type="email"].form-control:active, input[type="email"].form-control:focus, input[type="tel"].form-control:active, input[type="tel"].form-control:focus, input[type="url"].form-control:active, input[type="url"].form-control:focus, textarea.form-control:active, textarea.form-control:focus, select.form-control:focus {
    border-color: #ae9a65;
    box-shadow: 0 2px 8px rgba(174, 154, 101, 0.2);
}

input.form-control:disabled, input.form-control[readonly], select.form-select:disabled {
    background: #F5F5F5;
    color: #888888;
    border-color: #DDDDDD;
}

input.form-control:disabled:focus, input.form-control:disabled:active, input.form-control[readonly]:focus, input.form-control[readonly]:active, select.form-select:disabled:focus, select.form-select:disabled:active {
    border-color: #DDDDDD;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

/* checkbox */
.form-check {
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.form-check label {
  display: block;
  cursor: pointer;
}

.form-check input[type="checkbox"].form-check-input {
  position: absolute;
  display: none;
  z-index: -1;
}

.form-check .form-check-text {
  font-size: 16px;
  color: #1a1a1a;
  display: block;
  position: relative;
  padding-left: 2.8rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .form-check .form-check-text {
    font-size: 14px;
  }
}

.form-check .form-check-text::before {
  content: "";
  background-color: #fff;
  border: 1px solid #949494;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .form-check .form-check-text::before {
    top: 0;
  }
}

.form-check .form-check-text a {
  text-decoration: underline;
}

.form-check .form-check-text a:hover {
  text-decoration: none;
}

.form-check input[type="checkbox"].form-check-input:checked + .form-check-text::before {
  background-color: #fff;
  border: 1px solid #1a1a1a;
}

.form-check input[type="checkbox"].form-check-input:checked + .form-check-text::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6.5px;
  width: 12px;
  height: 6px;
  border-bottom: 0.15em solid #1a1a1a;
  border-left: 0.15em solid #1a1a1a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .form-check input[type="checkbox"].form-check-input:checked + .form-check-text::after {
    top: 6px;
  }
}

.form-check input[type="checkbox"].form-check-input:disabled + .form-check-text {
  color: #949494;
}

.form-check input[type="checkbox"].form-check-input:disabled + .form-check-text::before {
  background-color: #DDDDDD;
  border: 1px solid #DDDDDD;
}

.form-check.form-check-no-text .form-check-label {
  display: block;
}

.form-check.form-check-no-text .form-check-text {
  padding-left: 0;
  height: 20px;
  width: 20px;
  display: block;
}

/* radio */
.form-radio {
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
}

.form-radio label {
  cursor: pointer;
  display: block;
}

.form-radio input[type="radio"].form-radio-input {
  position: absolute;
  display: none;
  z-index: -1;
}

.form-radio .form-radio-text {
  font-size: 16px;
  color: #1a1a1a;
  display: block;
  position: relative;
  padding-left: 2.8rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .form-radio .form-radio-text {
    font-size: 14px;
  }
}

.form-radio .form-radio-text::before {
  content: "";
  background-color: #fff;
  border: 1px solid #949494;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .form-radio .form-radio-text::before {
    top: 0;
  }
}

.form-radio input[type="radio"].form-radio-input:checked + .form-radio-text::before {
  border-color: #1a1a1a;
}

.form-radio input[type="radio"].form-radio-input:checked + .form-radio-text::after {
  background-color: #1a1a1a;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .form-radio input[type="radio"].form-radio-input:checked + .form-radio-text::after {
    top: 4px;
  }
}

.form-radio input[type="radio"].form-radio-input:disabled + .form-radio-text {
  color: #949494;
}

.form-radio input[type="radio"].form-radio-input:disabled + .form-radio-text::before {
  background-color: #DDDDDD;
  border: 2px solid #DDDDDD;
}

/* selectbox */
.form-select {
  background-color: #fff;
  border: 1px solid #C1C1C1;
  font-size: 1.6rem;
  padding: 1.2rem 3rem 1.2rem 1.2rem;
  border-radius: 4px;
  line-height: 1.5;
  background-position: right .75rem top 50%;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234c4c4c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.form-select.no-value {
  color: #949494;
}

.form-select:focus, .form-select:active {
  border-color: #C1C1C1;
  box-shadow: none;
}

/* placeholder */
input.form-control::placeholder, textarea.form-control::placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #949494;
  opacity: 1;
}

/* IE */
input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #949494;
  opacity: 1;
}

/* Edge */
input.form-control::-ms-input-placeholder, textarea.form-control::-ms-input-placeholder {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #949494;
  opacity: 1;
}

/* Chrome, Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox, IE */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Chrome autofill */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

/* ==============================================
 06. Dialog
=============================================== */
/* ==============================================
 07. Modal
=============================================== */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 12px;
  overflow: auto;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transition: opacity .3s;
  z-index: -1;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.modal-dialog {
  background-color: #fff;
  position: relative;
  display: block;
  vertical-align: middle;
  max-width: 100%;
  width: 560px;
  border-radius: 6px;
}

.modal-dialog-reserve {
  background-color: #fff;
  position: relative;
  display: block;
  vertical-align: middle;
  max-width: 100%;
  width: 570px;
  border-radius: 6px;
}

.modal-body {
  padding: 30px;
}

@media (max-width: 767px) {
  .modal-body {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .modal-body .caution-img {
    width: 74px;
  }
}

.modal-footer {
  display: flex;
  justify-content: center;
}

.modal-footer__container {
  display: flex;
}

.modal-footer__container .btn:not(:last-child) {
  margin-right: 10px;
}

/* ==============================================
 11. Header
=============================================== */
.header {
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 10;
}

@media (max-width: 767px) {
  .header .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.header .flex {
  align-items: center;
}

@media (max-width: 767px) {
  .header .flex {
    display: block;
  }
}

.header .header_left {
  padding-left: 170px;
  position: relative;
}

@media (max-width: 767px) {
  .header .header_left {
    padding-left: 0;
  }
}

.header .header__logo {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 18px;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .header .header__logo {
    left: 10px;
    top: 5px;
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
  }
}

.header .header__logo-image {
  display: block;
  width: 110px;
}

@media (max-width: 767px) {
  .header .header__logo-image {
    width: 63px;
  }
}

.header .header__heading {
  display: flex;
  align-items: center;
  height: 100px;
}

@media (max-width: 767px) {
  .header .header__heading {
    justify-content: center;
    height: 66px;
    text-align: center;
  }
}

.header .header__heading-link {
  display: inline-block;
}

.header .header__heading span {
  line-height: 1.2;
  display: block;
  white-space: nowrap;
}

.header .header__heading .heading-ja {
  font-size: 22px;
  font-weight: bold;
  margin-right: .5em;
  margin-bottom: 3px;
  text-indent: -.1em;
}

@media (max-width: 767px) {
  .header .header__heading .heading-ja {
    margin-right: auto;
    text-indent: 0em;
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.header .header__heading .heading-en {
  font-family: "Lato", sans-serif;
  color: #ae9a65;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media (max-width: 767px) {
  .header .header__heading .heading-en {
    font-size: 12px;
  }
}

.header .header_right {
  font-size: 15px;
  margin-left: auto;
}

.header .header__phone {
  font-family: "Lato", sans-serif;
  color: #e54d58;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .header .header__phone {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .header .header__phone-text {
    display: none;
  }
}

.header .header__phone-link {
  color: #e54d58;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .header .header__phone-link {
    background: url("../images/icon_phone.svg") no-repeat 50% 50%;
    background-size: 32px 32px;
    display: block;
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 767px) {
  .header .header__phone-link .link-text {
    display: none;
  }
}

/* ==============================================
 30. Search
=============================================== */
.search-sort {
  margin-bottom: 50px;
}
.search-sort.corse {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .search-sort {
    margin-bottom: 40px;
  }
}

.search-form__block {
  background-color: #E5E5E5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.search-form__block.white {
  background-color: #FFF;
  border: 1px solid #DDDDDD;
  padding: 25px 30px;
  gap: 1em;
}
.search-form__block.white .search-form__title {
	border-right: 1px solid #DDD;
	padding-right: 20px;
}

@media (max-width: 1199px) {
  .search-form__block {
    padding: 20px 20px 10px;
    display: block;
  }
  .search-form__block.white {
    padding: 14px 12px 14px;
    display: flex;
  }
}

@media (max-width: 767px) {
  .search-form__block {
    padding: 14px 12px 8px;
  }
  .search-form__block.white {
    padding: 14px 12px 14px;
  }
}

.search-form__title {
  font-weight: bold;
  margin-right: 20px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25;
  width: 7em;
}

@media (max-width: 1199px) {
  .search-form__title {
    margin-right: auto;
    margin-bottom: 10px;
    text-align: left;
    width: auto;
  }
  .search-form__block.white .search-form__title{
    margin-left: 12px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .search-form__title {
    margin-right: 0;
    text-align: left;
    width: 7em;
    line-height: unset;
    display: inline-block;
  }
}

@media (max-width: 767px) {
    .search-form__block.white .search-form__title {
      margin-left: 0;
    }
    }

.search-form__main {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
  gap: 15px;
}

@media (max-width: 1024px) {
    .search-form__main {
      gap: 10px 2%;
    }
  }

@media (max-width: 767px) {
  .search-form__main {
    gap: 10px 2%;
  }
}

@media (max-width: 767px) {
.search-form__block.white .search-form__main {
  display: inline-block;
  min-width: 0;
  margin-left: 0;
}
}

.search-form__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-form__group .search-form__label{
    overflow-wrap: break-word;
    white-space: normal;
    text-align: left;
}

/* .search-form__group:not(:last-child) {
  margin-right: 15px;
} */

@media (max-width: 1024px) {
  .search-form__group {
    width: 44%;
  }
}

@media (max-width: 767px) {
  .search-form__group {
    margin-left: 6%;
    width: 80%;
  }
  .search-form__block.white .search-form__group{
    margin-left: 0;
  }
}

@media (max-width: 1024px) and (max-width: 1024px) {
  .search-form__group{
  }
}

@media (max-width: 1024px) and (max-width: 1024px) {
  .search-form__group .search-form__label {
    text-align: left;
  }
}

.search-form__label {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  line-height: 1.25;
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .search-form__label {
    margin-right: 0;
    width: 6em;
  }
}

@media (max-width: 1024px) {
  .search-form__field {
    flex: 1;
    min-width: 0;
  }
}

.search-form__field .form-control {
  font-weight: bold;
  text-align: center;
  width: 6em;
}

@media (max-width: 1024px) {
  .search-form__field .form-control {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .search-form__field .form-control {
    width: 100%;
  }
}

.search-form__field .form-select {
    appearance: none;
    color: black;
  }

.search-form__unit {
  font-weight: bold;
  margin-left: 6px;
  line-height: 1.25;
}

.search-form .caps {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .search-form .caps {
    font-size: 12px;
  }
}

.search-form .form-list-horizon{
  gap: 0 3%;
}

@media (max-width: 767px) {
  .search-form .form-list-horizon{
    flex-wrap: wrap;
    gap: 1em;
  }
}

.search-form__button .btn {
  padding: 14px 70px;
}

@media (max-width: 767px) {
  .search-form__button{
    width: 100%;
  }
  .search-form__button .btn{
    width: 100%;
  }
}

/* .xmas-link-button {
  padding: 4px 6px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff3333;
  border: solid 3px;
  border-color: #00aa00;
  border-radius: 5px;
  text-align: center;
  
}

.xmas-link-button:hover{
  color: #ffffff;
  background-color: #00aa00;
  border-color: #ff3333;
}

@media (max-width: 767px) {
  .xmas-link-button {
    font-size: 12px;
    width: 100%;
    padding: 4px 12px;
  }
} */

.limited-link-button {
  padding: 4px 6px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #33ccff;
  border: solid 3px;
  border-color: #ffff33;
  border-radius: 5px;
  text-align: center;
  
}

.limited-link-button:hover{
  color: #999999;
  background-color: #ffff33;
  border-color: #33ccff;
}

@media (max-width: 767px) {
  .limited-link-button {
    font-size: 12px;
    width: 100%;
    padding: 4px 12px;
  }
}

.search-archives__tabs {
  margin-bottom: 20px;
  display: flex;
}

.search-archives__tabs .tab-list {
  display: flex;
  border: 1px solid #C1C1C1;
  border-radius: 6px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .search-archives__tabs .tab-list {
    width: 100%;
  }
}

.search-archives__tabs .tab-list .tab-item:not(:last-child) {
  border-right: 1px solid #C1C1C1;
}

@media (max-width: 1024px) {
  .search-archives__tabs .tab-list .tab-item {
    width: 25%;
  }
}

.search-archives__tabs .tab-list .tab-link {
  cursor: pointer;
  background-color: #E5E5E5;
  display: block;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 12px 6px;
  width: 220px;
}

@media (max-width: 1024px) {
  .search-archives__tabs .tab-list .tab-link {
    width: 100%;
  }
}

.search-archives__tabs .tab-list .tab-link.is-active {
  background-color: #fff;
}

.search-archives__block:nth-child(1) {
	padding-top: 20px;
}
.search-archives__block {
  margin-bottom: 20px;
  display: none;
}
.search-archives__block.is-show {
	display: block;
}

.search-archives__block .block-inner {
  padding: 18px;
  background-color: #fff;
  border: 1px solid #C1C1C1;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .search-archives__block .block-inner {
    overflow: hidden;
    padding: 0;
  }
}

.search-archives__block .block-main {
  display: flex;
}

@media (max-width: 767px) {
  .search-archives__block .block-main {
    display: block;
  }
}

.search-archives__block .block-overview {
  margin-right: 22px;
  width: 300px;
}

@media (max-width: 1024px) {
  .search-archives__block .block-overview {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .search-archives__block .block-overview {
    width: 100%;
  }
}

.search-archives__block .block-overview .overview-img {
  display: block;
  border-radius: 4px;
  width: 100%;
}

@media (max-width: 767px) {
  .search-archives__block .block-overview .overview-img {
    border-radius: 0px;
  }
}

.search-archives__block .block-content {
  flex: 1;
  min-width: 0;
}

@media (max-width: 767px) {
  .search-archives__block .block-content {
    padding: 14px;
  }
}

.search-archives__block .block-content--fix-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .search-archives__block .block-content--fix-height {
    display: block;
  }
  .search-archives__block .block-content--fix-height .block-footer {
    padding: 2px 0 2px;
  }
}

.search-archives__block .block-heading {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .search-archives__block .block-heading {
    display: block;
  }
}

@media (max-width: 767px) {
  .search-archives__block .block-heading {
    margin-bottom: 10px;
  }
}

.search-archives__block .block-heading__category {
  margin-right: 12px;
}

@media (max-width: 1024px) {
  .search-archives__block .block-heading__category {
    margin-right: auto;
    margin-bottom: 8px;
  }
}

.search-archives__block .block-heading__text {
  font-size: 18px;
}

@media (max-width: 767px) {
  .search-archives__block .block-heading__text {
    font-size: 16px;
  }
}

.search-archives__block .block-desc {
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .search-archives__block .block-desc {
    margin-bottom: 16px;
  }
}

.search-archives__block .block-data {
  background-color: #F7F6F6;
  border: 1px solid #ae9a65;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  padding: 13px 20px 10px;
}

@media (max-width: 1024px) {
  .search-archives__block .block-data {
    display: block;
  }
}

@media (max-width: 767px) {
  .search-archives__block .block-data {
    padding: 12px 14px 10px;
  }
}

.search-archives__block .block-data__list {
  display: flex;
  margin-right: 4%;
  margin-bottom: 2px;
  width: 48%;
}

@media (max-width: 1024px) {
  .search-archives__block .block-data__list {
    margin-right: auto;
    width: 100%;
  }
}

.search-archives__block .block-data__list:nth-child(even) {
  margin-right: 0;
}

.search-archives__block .block-data__list dt {
  font-size: 15px;
  font-weight: normal;
  white-space: nowrap;
  text-indent: -.7em;
}

.search-archives__block .block-data__list dt::before {
  content: "【";
}

.search-archives__block .block-data__list dt::after {
  content: "】";
}

@media (max-width: 767px) {
  .search-archives__block .block-data__list dt {
    font-size: 12px;
  }
}

.search-archives__block .block-data__list dd {
  font-size: 15px;
}

@media (max-width: 767px) {
  .search-archives__block .block-data__list dd {
    font-size: 12px;
  }
}

.search-archives .block-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .search-archives .block-footer {
    margin-top: 0;
    display: block;
    padding: 2px 14px 16px;
  }
}

.search-archives .block-footer__container {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .search-archives .block-footer__container {
    display: block;
  }
}

.search-archives .block-footer .block-price {
  margin-right: 26px;
  font-size: 0;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .search-archives .block-footer .block-price {
    margin-right: auto;
    margin-bottom: 12px;
    text-align: center;
  }
}

.search-archives .block-footer .block-price .price {
  display: inline-block;
  font-weight: bold;
  color: #e54d58;
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-right: 20px;
  vertical-align: top;
}

.search-archives .block-footer .block-price .price:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .search-archives .block-footer .block-price .price:last-child {
    margin-right: .5em;
  }
}

@media (max-width: 767px) {
  .search-archives .block-footer .block-price .price {
    font-size: 16px;
    margin-bottom: 5px;
    margin: 0 .5em 5px;
  }
}

@media (max-width: 767px) {
  .search-archives .block-footer .block-link .btn {
    width: 100%;
  }
}

.category-label {
  background-position: 9px 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-radius: 3px;
  letter-spacing: 0.02em;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px 3px 29px;
}

@media (max-width: 767px) {
  .category-label {
    font-size: 12px;
    background-position: 7px 50%;
    background-size: 14px 14px;
    padding: 3px 8px 3px 26px;
  }
}

.category-label--dinner {
  background-color: #3a7bbe;
  background-image: url("../images/icon_dinner.svg");
}

.category-label--lunch {
  background-color: #fa9112;
  background-image: url("../images/icon_lunch.svg");
}

.category-label--tea {
  background-color: #06deb4;
  background-image: url("../images/icon_tea.svg");
}

/* ==============================================
 31. Plan
=============================================== */
.plan-detail {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .plan-detail {
    margin-bottom: 24px;
  }
}

.plan-detail__heading {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .plan-detail__heading {
    display: block;
  }
}

@media (max-width: 767px) {
  .plan-detail__heading {
    margin-bottom: 0;
  }
}

.plan-detail__heading .heading__category {
  margin-right: 18px;
  margin-bottom: 8px;
  margin-top: 3px;
}

@media (max-width: 1024px) {
  .plan-detail__heading .heading__category {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .plan-detail__heading .heading__category {
    margin-right: auto;
  }
}

.plan-detail__heading .heading__text {
  font-size: 21px;
}

@media (max-width: 767px) {
  .plan-detail__heading .heading__text {
    font-size: 18px;
  }
}

.cruise-detail__main {
}
  
@media (max-width: 767px) {
  .cruise-detail__main {
    display: block;
}
}

.cruise-detail__content .detail-data__list {
  display: flex;
  width: 48%;
}

@media (max-width: 1024px) {
  .cruise-detail__content .detail-data__list {
    margin-right: auto;
    width: 100%;
  }
}

.cruise-detail__content .detail-data__list:nth-child(even) {
  margin-right: 0;
}

.cruise-detail__content .detail-data__list dt {
  font-size: 15px;
  font-weight: normal;
  white-space: nowrap;
  text-indent: -.7em;
}

.cruise-detail__content .detail-data__list dt::before {
  content: "【";
}

.cruise-detail__content .detail-data__list dt::after {
  content: "】";
}

@media (max-width: 767px) {
  .cruise-detail__content .detail-data__list dt {
    font-size: 12px;
  }
}

.cruise-detail__content .detail-data__list dd {
  font-size: 15px;
}

@media (max-width: 767px) {
  .cruise-detail__content .detail-data__list dd {
    font-size: 12px;
  }
}

.plan-detail__main {
  display: flex;
  gap: 0 3%;
}

@media (max-width: 767px) {
  .plan-detail__main {
    display: block;
  }
}

.cruise-detail__content {
  flex: 1;
  min-width: 0;
}

.cruise-detail__content .detail-data {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 2px 4%;
}

.plan-detail__content {
  flex: 1;
  min-width: 0;
}

.plan-detail__content .detail-data {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 2px 4%;
}

.plan-detail__content .cruise-infomation {
  background-color: #FFF;
  border: 1px solid #ae9a65;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  padding: 13px 20px 10px;
  margin-bottom: 40px;
}


@media (max-width: 1024px) {
  .plan-detail__content .detail-data {
    display: block;
  }
}

@media (max-width: 767px) {
  .plan-detail__content .detail-data {
    margin-bottom: 20px;
    padding: 12px 14px 10px;
  }
}

.plan-detail__content .detail-price {
  font-size: 0;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .plan-detail__content .detail-price {
    margin-right: auto;
    text-align: center;
  }
}

.plan-detail__content .detail-price .price {
  display: inline-block;
  font-weight: bold;
  color: #e54d58;
  font-size: 22px;
  letter-spacing: 0.02em;
  margin-right: 20px;
  vertical-align: top;
}

.plan-detail__content .detail-price .price:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .plan-detail__content .detail-price .price:last-child {
    margin-right: .5em;
  }
}

@media (max-width: 767px) {
  .plan-detail__content .detail-price .price {
    font-size: 16px;
    margin-bottom: 5px;
    margin: 0 .5em 5px;
  }
}

.plan-detail__content .detail-price__comment {
  margin-top: 5px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .plan-detail__content .detail-price__comment {
    text-align: center;
    font-size: 12px;
    margin-top: 0;
  }
}

.plan-detail__content .xmas-comment {
  color: #00aa00;
  font-size: 14px;
  font-weight: bold;
}

.plan-detail__content .xmas-link-url {
  color: #00aa00;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .plan-detail__content .xmas-comment {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .plan-detail__content .xmas-link-url {
    font-size: 13px;
  }
}

.plan-detail__gallery {
  width: 33.6%;
}

@media (max-width: 767px) {
  .plan-detail__gallery {
    margin-right: auto;
    margin-bottom: 20px;
    width: auto;
  }
}

.course-img{
    margin-bottom: 12px;
}

.plan-detail__slider .slide {
  position: relative;
}

.plan-detail__slider .slide img {
  display: block;
  margin: 0 auto;
}

.plan-detail__slider .slick-dots {
  position: static;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.plan-detail__slider .slick-dots li {
  margin: 0 6px 6px 0;
  height: 56px;
  width: 56px;
  position: relative;
  opacity: .6;
}

@media (max-width: 767px) {
  .plan-detail__slider .slick-dots li {
    margin: 0 4px 4px 0;
    height: 45px;
    width: 45px;
  }
}

.plan-detail__slider .slick-dots li.slick-active {
  opacity: 1;
}

.plan-detail__slider .slick-dots li button {
  font-size: 0;
  height: 56px;
  width: 56px;
  padding: 0;
}

@media (max-width: 767px) {
  .plan-detail__slider .slick-dots li button {
    height: 45px;
    width: 45px;
  }
}

.plan-detail__slider .slick-dots li button::before {
  content: none;
}

.note{
	display: block;
	margin-top: 10px;
	color: #968b7e;
	font-size: 1.2rem;
}
.reservation-date-calender{
	position: relative;
}
.calendar-screen{
	display: table-cell;
	position: absolute;
	background-color: rgba(0,0,0,0.2);
	z-index: 9;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
}

/* ==============================================
 40. Reserve
=============================================== */
/* calender
----------------------------------------------- */
#reservation-calendar {
  margin-bottom: 60px;
  display: none;
}

#reservation-calendar .fc-toolbar-title {
  font-size: 1.4em;
  color: #1a1a1a;
  margin: 0 2em;
}

@media (max-width: 767px) {
  #reservation-calendar .fc-toolbar-title {
    font-size: 1.3em;
    margin: auto;
  }
}

#reservation-calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 20px;
  justify-content: center;
}

@media (max-width: 767px) {
  #reservation-calendar .fc-toolbar.fc-header-toolbar {
    justify-content: space-between;
  }
}

#reservation-calendar .fc-button-primary {
  background-color: #ae9a65;
  border-color: #ae9a65;
}

#reservation-calendar .fc-button-primary:active, #reservation-calendar .fc-button-primary:focus, #reservation-calendar .fc-button-primary:hover {
  box-shadow: none;
  border-color: #ae9a65;
}

#reservation-calendar th, #reservation-calendar td {
  border-color: #DDDDDD;
  background-color: #fff;
  position: relative;
}

#reservation-calendar thead th {
  color: #555;
  background-color: #E5E5E5;
}

#reservation-calendar thead th a {
  padding: 6px;
}

#reservation-calendar thead th.fc-day-sun a {
  color: #F12938;
}

#reservation-calendar thead th.fc-day-sat a {
  color: #0072CF;
}

#reservation-calendar .fc-daygrid-day {
  background-color: #f8f8f8;
}

#reservation-calendar .fc-day-other .fc-daygrid-day-top {
  opacity: .4;
}

#reservation-calendar .fc-daygrid-day-top {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 10;
}

#reservation-calendar .fc-daygrid-day-top a {
  color: #555;
  display: inline-block;
  margin-top: 2%;
  font-weight: bold;
  font-size: 110%;
  font-family: "Lato", sans-serif;
}

#reservation-calendar .fc-daygrid-body-balanced .fc-daygrid-day-events {
  margin: auto;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}

#reservation-calendar .fc-daygrid-event-harness {
  flex: 1;
  min-width: 0;
}

#reservation-calendar .fc-daygrid-event {
  border: none;
  display: block;
  height: 100%;
  width: 100%;
}

#reservation-calendar .fc-daygrid-day-events {
  min-height: 6em;
  margin-top: 0;
  margin-bottom: 0;
}

#reservation-calendar .fc-daygrid-day-events .fc-daygrid-event {
  border: none;
  margin: 0;
  line-height: 1.3;
  border-radius: 0;
  padding: 0;
}

#reservation-calendar .fc-daygrid-day-events .fc-daygrid-event .fc-event-main {
  color: #1a1a1a;
}

#reservation-calendar .fc-day .fc-daygrid-day-frame {
  display: flex;
  width: 100%;
}

#reservation-calendar .fc-day .fc-daygrid-day-events {
  display: flex;
  width: 100%;
  height: 134px;
}

#reservation-calendar .fc-day .fc-daygrid-day-events .fc-event-main {
  position: static;
}

#reservation-calendar .fc-day .fc-daygrid-day-events .fc-event-main .item-price {
  display: none;
}

#reservation-calendar .fc-day .fc-daygrid-day-events .fc-event-main .item-stock {
  position: absolute;
  color: #555;
  font-weight: bold;
  font-size: 106%;
  height: 26px;
  line-height: 26px;
  letter-spacing: 0;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
}

#reservation-calendar .fc-day .fc-daygrid-day-events .fc-event-main .item-stock span {
  display: inline-block;
  margin-right: .1em;
}

@media (max-width: 767px) {
  #reservation-calendar .fc-day .fc-daygrid-day-events .fc-event-main .item-stock {
    height: 20px;
    line-height: 20px;
    font-size: 10.5px;
    top: 32px;
  }
  #reservation-calendar .fc-day .fc-daygrid-day-events .fc-event-main .item-stock span {
    margin-right: auto;
  }
}

@media (max-width: 360px) {
  #reservation-calendar .fc-day .fc-daygrid-day-events .fc-event-main .item-stock {
    font-size: 10px;
  }
}

#reservation-calendar .fc-day .fc-daygrid-day-events .fc-event-main .item-stock--ok {
  background-image: url("../images/calender_icon01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
}
#reservation-calendar .fc-day .fc-daygrid-day-events .fc-event-main .item-stock--ng {
  background-image: url("../images/calender_icon02.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
}
#reservation-calendar .fc-day .fc-daygrid-day-events .fc-event-main .item-stock--none {
  background-image: url("../images/calender_icon03.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
}

@media (max-width: 767px) {
  #reservation-calendar .fc-day .fc-daygrid-day-events .fc-event-main .item-stock--ok {
    background-size: 16px 16px;
  }
}

#reservation-calendar .fc-day .fc-daygrid-day-events .fc-event-main .item-stock--soldout {
  color: #949494;
}

#reservation-calendar .fc-day .fc-daygrid-block-event {
  background: none;
  display: block;
  margin-bottom: 0;
  padding: 80px 10px 12px;
}

@media (max-width: 767px) {
  #reservation-calendar .fc-day .fc-daygrid-block-event {
    padding: 55px 3px 5px;
  }
}

#reservation-calendar .fc-day .fc-daygrid-block-event .fc-event-main-frame {
  text-align: center;
  color: #ae9a65;
  display: block;
  padding: 0;
}

@media (max-width: 767px) {
  #reservation-calendar .fc-day .fc-daygrid-block-event .fc-event-main-frame {
    white-space: normal;
  }
}

#reservation-calendar .fc-day .fc-daygrid-block-event .fc-event-main-frame .item-wrap {
  letter-spacing: 0;
  font-size: 13px;
  font-weight: bold;
  padding: 0.1rem 0.2rem;
  line-height: 1.2;
  margin-bottom: 3px;
  width: 100%;
}

@media (max-width: 767px) {
  #reservation-calendar .fc-day .fc-daygrid-block-event .fc-event-main-frame .item-wrap {
    font-weight: normal;
    font-size: 10.5px;
  }
  #reservation-calendar .fc-day .fc-daygrid-block-event .fc-event-main-frame .item-wrap.item-2 {
    display: none;
  }
}

@media (max-width: 360px) {
  #reservation-calendar .fc-day .fc-daygrid-block-event .fc-event-main-frame .item-wrap {
    font-size: 10px;
  }
}

#reservation-calendar .fc-day .fc-daygrid-block-event .fc-event-main-frame .item-wrap .item-name {
  display: inline-block;
  white-space: nowrap;
}

#reservation-calendar .fc-day .fc-daygrid-block-event .fc-event-main-frame .item-wrap .item-name::after {
  content: "：";
}

@media (max-width: 767px) {
  #reservation-calendar .fc-day .fc-daygrid-block-event .fc-event-main-frame .item-wrap .item-name {
    display: block;
  }
  #reservation-calendar .fc-day .fc-daygrid-block-event .fc-event-main-frame .item-wrap .item-name::after {
    content: none;
  }
}

#reservation-calendar .fc-day .fc-daygrid-block-event .fc-event-main-frame .item-wrap .item-data {
  display: inline-block;
}

#reservation-calendar .fc-daygrid-day-bottom, #reservation-calendar .fc-event-title-container {
  display: none;
}

#reservation-calendar .fc-daygrid-day.fc-day-other .fc-daygrid-event .fc-event-main {
  display: none;
}

#reservation-calendar .fc-daygrid-day:not(.fc-day-other) .fc-daygrid-event {
  min-height: 100%;
  position: relative;
}

#reservation-calendar .fc-daygrid-day:not(.fc-day-other) .fc-daygrid-event.selected {
  background-color: #FFEFEF;
}

#reservation-calendar .fc-daygrid-day:not(.fc-day-other) .fc-daygrid-event.reservable {
  cursor: pointer;
}

#reservation-calendar .fc-daygrid-day:not(.fc-day-other) .fc-daygrid-event.reservable .fc-event-main .item-price {
  display: block;
}

#reservation-calendar .fc-daygrid-day:not(.fc-day-other) .fc-daygrid-event.reservable::before, #reservation-calendar .fc-daygrid-day:not(.fc-day-other) .fc-daygrid-event.reservable::after {
  content: none;
}

#reservation-calendar .fc-daygrid-day:not(.fc-day-other) .fc-daygrid-event.reservable:hover, #reservation-calendar .fc-daygrid-day:not(.fc-day-other) .fc-daygrid-event.reservable:focus, #reservation-calendar .fc-daygrid-day:not(.fc-day-other) .fc-daygrid-event.reservable:active {
  background-color: #FFEFEF !important;
  box-shadow: none;
}

#reservation-calendar .fc-daygrid-day:not(.fc-day-other):not(.fc-day-past) .fc-daygrid-event:not(.selected).reservable {
  background-color: #fff;
}

#reservation-calendar .fc-daygrid-day.fc-day-past:not(.fc-day-other) .fc-daygrid-event, #reservation-calendar .fc-daygrid-day.fc-day-past:not(.fc-day-other) .fc-daygrid-event.reservable {
  background-color: #f8f8f8;
  cursor: auto;
  background-image: url("../images/calender_icon03.svg");
  background-repeat: no-repeat;
  background-position: 50% 41px;
  background-size: 24px 24px;
  pointer-events: none;
}

@media (max-width: 767px) {
  #reservation-calendar .fc-daygrid-day.fc-day-past:not(.fc-day-other) .fc-daygrid-event, #reservation-calendar .fc-daygrid-day.fc-day-past:not(.fc-day-other) .fc-daygrid-event.reservable {
    background-size: 16px 16px;
    background-position: 50% 33px;
  }
}

#reservation-calendar .fc-daygrid-day.fc-day-past:not(.fc-day-other) .fc-daygrid-event .fc-event-main, #reservation-calendar .fc-daygrid-day.fc-day-past:not(.fc-day-other) .fc-daygrid-event.reservable .fc-event-main {
  display: none;
}

.reservation-date-submit {
  transform: translateY(100%);
  transition: transform 200ms;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.reservation-date-submit.is-active {
  transform: translateY(0%);
}

.reservation-date-submit .btn-submit {
  background-color: #e54d58;
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 18px;
  padding: 22px;
  width: 100%;
}

@media (min-width: 1025px) {
  .reservation-date-submit .btn-submit {
    transition: background-color 200ms;
  }
  .reservation-date-submit .btn-submit:hover {
    background-color: #D93F4A;
  }
}

@media (max-width: 767px) {
  .reservation-date-submit .btn-submit {
    font-size: 16px;
    padding: 20px;
  }
}

.reserve-form__container {
  display: flex;
}

@media (max-width: 1024px) {
  .reserve-form__container {
    display: block;
  }
}

.reserve-form__primary {
  flex: 1;
  min-width: 0;
}

@media (max-width: 1024px) {
  .reserve-form__primary {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .reserve-form__primary {
    margin-bottom: 30px;
  }
}

.reserve-form__sidebar {
  margin-left: 25px;
  width: 365px;
}

@media (max-width: 1024px) {
  .reserve-form__sidebar {
    margin-left: auto;
    width: auto;
  }
}

.reserve-form__sidebar-container {
  position: sticky;
  top: 120px;
}

@media (max-width: 1024px) {
  .reserve-form__sidebar-container {
    position: static;
    top: auto;
  }
}

.reserve-form__sidebar .policy-area {
  font-size: 14px;
}

.reserve-form__sidebar .policy-area h4 {
}

.reserve-form__sidebar .policy-area ul {
	list-style-type: disc;
	margin-bottom: 20px;
}
.reserve-form__sidebar .policy-area ul li {
	margin-left: 20px;
	line-height: 1.4;
	padding-right: 10px;
}
.reserve-form__sidebar .policy-area ul li ul {
	list-style-type: none;
	margin-bottom: 0px;
}
.reserve-form__sidebar .policy-area ul li ul li {
	margin-left: 0px;
}
.reserve-form__sidebar .policy-area ul li ul li span {
	display: inline-block;
	width: 40px;
	text-align: right;
}
.reserve-form__sidebar .policy-area p {
  line-height: 1.6;
  margin-bottom: 8px;
}

.reserve-form__sidebar .policy-area p a {
  font-weight: bold;
  color: #087FF7;
}

.reserve-form__sidebar .policy-area p a:hover {
  text-decoration: underline;
}

.reserve-form__sidebar .confirm-button {
  margin-top: 18px;
}

.reserve-form__sidebar .confirm-button .btn {
  font-size: 18px;
  width: 100%;
}

@media (max-width: 767px) {
  .reserve-form__sidebar .confirm-button .btn {
    font-size: 16px;
  }
}

.reserve-form__sidebar .research-area {
  margin-top: 18px;
  text-align: right;
}

.reserve-form__sidebar .research-area a {
  color: #087FF7;
}

.reserve-form__sidebar .research-area a:hover {
  text-decoration: underline;
}

.reserve-form__payment-fee {
  margin-bottom: 16px;
}

.reserve-form__payment-fee h3 {
  margin-bottom: 6px;
}

.reserve-form__payment-fee .payment-fee__data {
  display: flex;
}

.reserve-form__payment-fee .payment-fee__table {
  margin-bottom: 10px;
  margin-left: auto;
}
.reserve-form__payment-fee .payment-fee__table tr.hide {
	display: none;
}

.reserve-form__payment-fee .payment-fee__table th {
  font-weight: normal;
  text-align: right;
  padding-right: 1em;
  padding-bottom: 3px;
  vertical-align: top;
}

.reserve-form__payment-fee .payment-fee__table td {
  text-align: right;
  padding-bottom: 3px;
  vertical-align: top;
  width: 80px;
}

.reserve-form__payment-fee .payment-fee__table td.quantity::before {
  content: "×";
  margin: 0 .4em;
}

.reserve-form__payment-fee .payment-fee__total {
  border-top: 1px solid #DDDDDD;
  padding-top: 10px;
  display: flex;
}

.reserve-form__payment-fee .payment-fee__total .tit {
  padding-top: .5em;
}

.reserve-form__payment-fee .payment-fee__total .total-amount {
  text-align: right;
  margin-left: auto;
}

@media (max-width: 767px) {
  .reserve-form__payment-fee .payment-fee__total .total-amount small {
    font-size: 12px;
  }
}

.reserve-form__payment-fee .payment-fee__total .total-amount .base-amount {
  color: #ffa5ac;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  text-decoration: line-through;
  display: none;
}
.reserve-form__payment-fee .payment-fee__total .total-amount .base-amount2 {
  color: #ffa5ac;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  display: none;
}
.reserve-form__payment-fee .payment-fee__total .total-amount .amount {
  color: #e54d58;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  display: inline-block;
}
#CouponPrice{
  color: #f22;
}

@media (max-width: 767px) {
  .reserve-form__payment-fee .payment-fee__total .total-amount .amount {
    font-size: 24px;
    margin-bottom: 3px;
  }
}

.reserve-form .selected-cruise-data {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .reserve-form .selected-cruise-data {
    display: block;
    padding: 14px 14px;
  }
}

.reserve-form .selected-cruise-data dl {
  display: flex;
  padding: 14px 20px;
  width: 100%;
}

@media (max-width: 767px) {
  .reserve-form .selected-cruise-data dl {
    padding: 0;
    margin-bottom: 3px;
  }
}

.reserve-form .selected-cruise-data dl:not(.full) {
  width: 50%;
}

@media (max-width: 767px) {
  .reserve-form .selected-cruise-data dl:not(.full) {
    width: 100%;
  }
}

.reserve-form .selected-cruise-data dl:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}

@media (max-width: 767px) {
  .reserve-form .selected-cruise-data dl:not(:last-child) {
    border-bottom: none;
  }
}

.reserve-form .selected-cruise-data dl:first-child {
  border-right: 1px solid #DDDDDD;
}

@media (max-width: 767px) {
  .reserve-form .selected-cruise-data dl:first-child {
    border-right: none;
  }
}

.reserve-form .selected-cruise-data dl dt {
  font-weight: normal;
  white-space: nowrap;
  text-indent: -.7em;
}

.reserve-form .selected-cruise-data dl dt::before {
  content: "【";
}

.reserve-form .selected-cruise-data dl dt::after {
  content: "】";
}

.reserve-form .form-block {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .reserve-form .form-block {
    margin-bottom: 14px;
  }
}

.reserve-form .form-block--required {
  border-color: #e54d58;
  background-color: #FFEFEF;
}

.reserve-form .form-group {
  display: flex;
  margin-bottom: 16px;
}

.reserve-form .check-email-error {
  display: none;
  margin: 0;
  color: #f22;
}

.error-visible {
  display: flex !important;
}

.reserve-form .form-group:last-child {
  margin-bottom: 0;
}

.reserve-form .form-group .form-label {
  text-align: right;
  margin-right: 20px;
  padding-top: .85em;
}

@media (max-width: 767px) {
	.reserve-form .form-group {
	  display: block;
	  margin-bottom: 16px;
	}
	.reserve-form .form-group .form-label {
	  text-align: left;
	  margin-right: 0px;
	  padding-top: 0;
	  display: inline-block;
	}
  .reserve-form .form-group .form-label {
    margin-right: 10px;
  }
}

.reserve-form .form-group .form-label__text--required {
  background: url("../images/icon_asterisk.svg") no-repeat 100% 6px;
  background-size: 12px 12px;
  padding-right: 20px;
}
.reserve-form .allergy-block .form-label__text--required {
  background: url("../images/icon_asterisk.svg") no-repeat 0 6px;
  background-size: 12px 12px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .reserve-form .form-group .form-label__text--required {
    padding-right: 18px;
    background-size: 10px 10px;
  }
}

.reserve-form .form-group .form-label__text--profile {
  width: 9em;
}

.reserve-form .form-group .form-label__comment {
  font-size: 14px;
  margin: 5px auto 12px;
}

@media (max-width: 767px) {
  .reserve-form .form-group .form-label__comment {
    margin-bottom: 6px;
  }
}

.reserve-form .form-group .form-field {
  flex: 1;
  min-width: 0;
}

.reserve-form .form-group .form-field.ml-custom {
	margin-left: 65px;
}

.reserve-form .form-group .form-field.pl-custom {
	padding-left: 15px;
}

@media (max-width: 767px) {
	.reserve-form .form-group .form-field.ml-custom {
		margin-left: 0px;
	}
	.reserve-form .form-group .form-field.pl-custom {
		padding-left: 0px;
	}
}

.reserve-form .form-group .form-field .form-select, .reserve-form .form-group .form-field .form-control {
  width: 100%;
}

.reserve-form .form-group .form-field .form-select:active, .reserve-form .form-group .form-field .form-select:focus, .reserve-form .form-group .form-field .form-control:active, .reserve-form .form-group .form-field .form-control:focus {
  border-color: #e54d58;
  box-shadow: 0 2px 8px rgba(229, 77, 88, 0.2);
}

.reserve-form .form-group .form-field .form-zip {
  margin-right: 10px;
  width: 140px;
}

.reserve-form .form-group .form-field .caps {
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .reserve-form .form-group .form-field .caps {
    font-size: 12px;
  }
}

.reserve-form .form-group .form-field .form-coupon {
  display: flex;
}

.reserve-form .form-group .form-field .form-coupon .form-control {
  flex: 1;
  min-width: 0;
}

.reserve-form .form-group .form-field .form-coupon .btn {
  margin-left: 10px;
}

.reserve-form .form-group--vertical .form-field {
  margin-bottom: 8px;
}

.reserve-form .form-group .form-field.option-caution {
	color: #f22;
	min-width: 380px;
	font-size: 13px;
}
@media (max-width: 1025px) {
	.reserve-form .form-group .form-field.option-caution {
		color: #f22;
		min-width: 320px;
	}
}
@media (max-width: 767px) {
	.reserve-form .form-group .form-field.option-caution {
		color: #f22;
		min-width: unset;
	}
}

.reserve-form .form-group .form-field.option-caution .xmas {
	font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
@media (max-width: 1025px) {
	.reserve-form .form-group .form-field.option-caution .xmas {
		min-width: 320px;
	}
}
@media (max-width: 767px) {
	.reserve-form .form-group .form-field.option-caution .xmas {
		min-width: unset;
	}
}

.reserve-form .form-group--country .form-label {
  padding-top: 4px;
}

.reserve-form .form-group--vertical {
  display: block;
}

.reserve-form .form-group--vertical .form-label {
  padding-top: 0;
  text-align: left;
  margin-right: auto;
  margin-bottom: 8px;
}

.reserve-form .form-group--vertical .form-label__text {
  display: inline-block;
}

.reserve-form .form-group--horizon {
  align-items: center;
}

.reserve-form .form-group--horizon .form-label {
  padding-top: 0;
  margin-right: 30px;
}
.reserve-form .form-group--horizon .form-label.short {
  margin-right: 0px;
}

.pc-only{
	display: unset;
}
.sp-only{
	display: none;
}

@media (max-width: 767px) {
	.pc-only{
		display: none;
	}
	.sp-only{
		display: unset;
	}

  .reserve-form .form-group:not(.form-group--sp-horizon) {
    display: block;
  }
  .reserve-form .form-group:not(.form-group--sp-horizon) .form-label {
    text-align: left;
    margin-right: auto;
    padding-top: 0;
    margin-bottom: 12px;
    display: inline-block;
  }
  .reserve-form .form-group:not(.form-group--sp-horizon) .form-label__text--profile {
    width: auto;
  }
  .reserve-form .form-group:not(.form-group--sp-horizon).form-group--profile .form-label {
    margin-bottom: 6px;
  }
  .reserve-form .form-group:not(.form-group--sp-horizon).form-group--profile .form-label__text {
    font-weight: bold;
  }
  .reserve-form .form-group:not(.form-group--sp-horizon).form-group--payment {
    padding-bottom: 6px;
  }
}

.reserve-form .allergy-caution {
	font-size: 13px;
}
.reserve-form .allergy-block {
  display: none;
}

.reserve-form .allergy-block .form-control {
  width: 100%;
}

.reserve-form .allergy-block__title {
  margin-top: 24px;
  margin-bottom: 12px;
}

.reserve-form .allergy-block .allergy-group {
  display: flex;
  align-items: center;
}

.reserve-form .allergy-block .allergy-group__label {
  display: flex;
  align-items: center;
}

.reserve-form .allergy-block .allergy-group__label .label-text {
  background-color: #3E69DA;
  text-align: center;
  color: #fff;
  display: block;
  padding: 8px 0;
  font-weight: bold;
  margin: 0 14px;
  width: 5.5em;
}

.reserve-form .pregnant-block {
  display: none;
}

.reserve-form .pregnant-block .form-control {
  width: 100%;
}

@media (max-width: 767px) {
  .reserve-form .allergy-block .allergy-group__label .label-text {
    margin: 0 10px;
    width: 4.6em;
  }
}

.reserve-form .allergy-block .allergy-group__field {
  flex: 1;
  min-width: 0;
}

.reserve-form .allergy-block .input-allergy:disabled {
	
}

.reserve-form .pregnant-block {
  margin-top: 10px;
}

.reserve-form .other-option-area {
  margin-top: 30px;
}

.reserve-form .other-option-area h4 {
  margin-bottom: 8px;
}

.reserve-form .other-option-area p {
  line-height: 1.6;
}

.reserve-form .other-option-area p a {
  color: #087FF7;
}

.reserve-form .selected-menu-data {
  display: flex;
}
@media (max-width: 767px) {
	.reserve-form .selected-menu-data {
		display: block;
	}
}

.reserve-form .selected-menu-data .img {
  margin-right: 20px;
  width: 160px;
}

@media (max-width: 767px) {
  .reserve-form .selected-menu-data .img {
    margin-right: 0px;
    width: 100%;
		margin-bottom: 10px;
  }
}

.reserve-form .selected-menu-data .cont {
  flex: 1;
  min-width: 0;
}

.reserve-form .selected-menu-data .cont .category {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .reserve-form .selected-menu-data .cont .category {
    margin-bottom: 6px;
  }
}

.reserve-form .selected-menu-data .cont .menu-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .reserve-form .selected-menu-data .cont .menu-name {
    font-size: 14px;
  }
}

.reserve-form .selected-course-data {
  display: flex;
  align-items: center;
  padding: 4px 0;
}

.reserve-form .selected-course-data .tit {
  border-right: 1px solid #DDDDDD;
  font-weight: bold;
  margin-right: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
.reserve-form .selected-course-data .name .reservation-number-detail {
	display: inline-block;
	font-size: 13px;
	margin-left: 10px;
}

@media (max-width: 767px) {
  .reserve-form .selected-course-data .tit {
    margin-right: 12px;
    padding-right: 12px;
  }
}

.reserve-complete__message p {
  font-weight: bold;
}

.reserve-complete__message p a {
  color: #087FF7;
}

.reserve-complete__message p a:hover {
  text-decoration: underline;
}

/* ==============================================
 Media Queries
=============================================== */
/* hidden
----------------------------------------------- */
@media screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

/* ==============================================
 Media Queries
=============================================== */
@media print {
  body {
    zoom: 75%;
  }
}

/* ==============================================
 mente
=============================================== */
.mente-wrap {
  padding-top: 0px;
  text-align: center;
}
.mente-wrap .menteImg {
  padding-top: 10px;
  margin-bottom: 32px;
}
.mente-wrap .menteImg img {
  max-width: 200px;
}
.mente-wrap .menteTitle {
  font-size: 30px;
  margin-bottom: 28px;
}
.mente-wrap .menteText {
  margin: 0 0 28px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.mente-wrap br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .mente-wrap .menteImg {
    margin-bottom: 22px;
  }
  .mente-wrap .menteImg img {
    max-width: 160px;
  }
  .mente-wrap .menteTitle {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .mente-wrap .menteText {
    font-size: 15px;
    margin: 0 0 20px;
  }
  .mente-wrap br.sp {
    display: block;
  }
}

.card.form-block.hide{
	display: none;
}

