@charset "UTF-8";
p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0;
}
/*---------------------------------------------------------
BreakPoint
----------------------------------------------------------*/
/*---------------------------------------------------------
color
----------------------------------------------------------*/
/*---------------------------------------------------------
BrakePoint
----------------------------------------------------------*/
.bgc {
  font-family: Noto Sans JP !important;
  font-family: Montserrat, "游ゴシック", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.form-transition {
  position: fixed; /* 固定位置 */
  top: 0; /* 画面の上部に配置 */
  left: 0; /* 画面の左端から配置 */
  right: 0; /* 画面の右端まで広がるように */
  height: 80px;
  border-bottom: #DDDDDD 1px solid;
  padding: 14px 0;
  z-index: 1000; /* 他の要素より前面に表示 */
  background: #FFFFFF; /* 背景色を指定 */
  width: 100%;
}
@media (max-width: 600px) {
  .form-transition {
    height: 88px;
    padding: 18px 0;
    border-bottom: none;
  }
}

/* ステップフローのスタイル */ /* ステップフローのスタイル */ /* ステップフローのスタイル */
#step-flow {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 390px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  #step-flow {
    width: 268px;
    margin: 0 60px;
  }
}
#step-flow .flow-input {
  background-color: #C43527;
  color: #fff;
}
#step-flow .flow-input div {
  color: #fff;
}
@media (max-width: 600px) {
  #step-flow .flow-input .form-transition__text {
    color: #333;
  }
}
#step-flow .flow-conf {
  background-color: #C43527;
  color: #fff;
}
#step-flow .flow-conf div {
  color: #fff;
}
@media (max-width: 600px) {
  #step-flow .flow-conf .form-transition__text {
    color: #333;
  }
}
#step-flow .flow-conp {
  background-color: #C43527;
  color: #fff;
}
#step-flow .flow-conp div {
  color: #fff;
}
@media (max-width: 600px) {
  #step-flow .flow-conp .form-transition__text {
    color: #333;
  }
}

#step-flow li {
  background-color: #fff;
  border: #DDDDDD 1px solid;
  color: #333333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#step-flow li div {
  font-size: 14px;
  color: #333333;
}
#step-flow li p {
  font-size: 10px;
  line-height: 1;
}
@media (max-width: 600px) {
  #step-flow li {
    width: 30px;
    height: 30px;
  }
  #step-flow li div {
    font-size: 12px;
    color: #333333;
  }
}

#step-flow .border {
  flex-grow: 1;
  height: 2px;
  background-color: #DDDDDD; /* ボーダー色 */
  border-radius: unset;
  padding: unset;
}

/* ステップフローのスタイル */ /* ステップフローのスタイル */ /* ステップフローのスタイル */
.input_box {
  display: flex;
  margin-top: 130px;
}
@media (max-width: 600px) {
  .input_box {
    margin-top: 88px;
    display: flex;
    flex-direction: column;
  }
}

.input_box-flow {
  height: auto;
  width: 50%;
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .input_box-flow {
    width: 100%;
    margin-bottom: 90px;
  }
}
.input_box-flow .form {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 358px;
}
.input_box-flow .form-ttl {
  width: 358px;
  height: 50px;
  background: #F8F8F8;
  text-align: center;
  line-height: 3.6;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .input_box-flow .form {
    margin-top: 30px;
  }
}
.input_box-flow .form-item {
  margin-top: 26px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.input_box-flow .form-item .gray {
  font-size: 12px;
  color: #999999;
}
.input_box-flow .form-item .red {
  font-size: 12px;
  color: #C43527;
}
.input_box-flow .form-item .policy {
  margin-top: 8px;
  height: 234px;
  padding: 20px;
  overflow-y: scroll;
  background: #F8F8F8;
  border-radius: 3px;
}
.input_box-flow .form-item .policy::-webkit-scrollbar {
  background: #DDDDDD;
  width: 2px;
  height: 0px;
}
.input_box-flow .form-item .policy::-webkit-scrollbar-thumb {
  background-color: #707070;
}
.input_box-flow .form-item .policy-txt {
  font-size: 12px;
}
.input_box-flow .form-item .adoption {
  width: 70px;
  text-align: center;
  color: #FFFFFF;
  background: #333333;
  border-radius: 3px;
  height: 45px;
  margin-left: 10px;
}
.input_box-flow .form-item .comment {
  font-size: 12px;
  color: #333333;
  margin: 7px 0;
  line-height: 1.5;
}
.input_box-flow .form-item .video-img {
  height: 146px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.input_box-flow .form-item-name span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
}
.input_box-flow .form-item-Label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -1px;
}
@media screen and (max-width: 480px) {
  .input_box-flow .form-item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.input_box-flow .form-item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .input_box-flow .form-item-Label.isMsg {
    margin-top: 0;
  }
}
.input_box-flow .form-item-Label-video {
  font-size: 12px;
  color: #C43527;
  border-bottom: 1px solid #C43527;
  line-height: 1;
}
.input_box-flow .form-item-Label-video::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background-image: url(../img/target.png);
  background-size: cover;
}
.input_box-flow .form-item-Label-Required {
  border-radius: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 32px;
  display: inline-block;
  text-align: center;
  background: #173B50;
  color: #fff;
  font-size: 10px;
}
.input_box-flow .form-item-Label-Required-not {
  background: #707070;
  border-radius: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 32px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 480px) {
  .input_box-flow .form-item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.input_box-flow .select-btn {
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.input_box-flow .select-btn label {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.input_box-flow .select-btn label input {
  margin-right: 5px;
}
.input_box-flow .form-item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 45px;
  width: 100%;
  background: #FFFFFF;
  font-size: 16px;
}
.input_box-flow .second-days {
  border: none;
}
.input_box-flow .form-item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 11px 15px;
  height: 161px;
  width: 100%;
  background: #FFFFFF;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .input_box-flow .form-item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.input_box-flow .form-btn {
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  background: #FFFFFF;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  width: 210px;
  border: #DDDDDD 1px solid;
  margin: 15px auto 0;
}
.input_box-flow .options {
  width: 100%;
  border-radius: 3px;
  border: 1px #EEEEEE solid;
  background: #FFFFFF;
}
.input_box-flow .options-select {
  padding: 10px;
}
.input_box-flow .options-select .options-btn:last-child {
  margin: 0 auto;
}
.input_box-flow .options .single {
  padding: 0px;
  border-radius: 3px 3px 0 0;
}
.input_box-flow .options .single .select {
  border: none;
}
.input_box-flow .options .select {
  height: 37px;
}
.input_box-flow .options .select b {
  font-size: 12px;
}
.input_box-flow .options img {
  height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px 3px 0 0;
}
.input_box-flow .options-btn {
  width: 100%;
  padding: 0 10px;
  justify-content: space-between;
  margin: 0 auto 9px;
}
.input_box-flow .options-btn div {
  display: flex;
  align-items: center;
}
.input_box-flow .options-btn div b {
  margin-left: 7px;
}
.input_box-flow input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input_box-flow input[type=checkbox]:checked {
  background-color: #C43527; /* 背景色を変更 */
}
.input_box-flow input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(45deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
@media screen and (max-width: 480px) {
  .input_box-flow .form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.input_box-total {
  margin-top: 0px;
  right: 0;
  background: #C43527;
}
.input_box-total .total {
  position: fixed;
  width: 390px;
  height: 482px;
  background: #fff;
}
@media (max-width: 600px) {
  .input_box-total .total {
    width: 100%;
    height: auto;
    bottom: 0;
  }
}
.input_box-total .total-box {
  padding: 17px;
  border-radius: 10px;
  border: #DDDDDD 1px solid;
}
@media (max-width: 600px) {
  .input_box-total .total-box {
    padding: 10px 16px;
    border: none;
    border-radius: 0px;
    border-top: #DDDDDD 1px solid;
  }
}
.input_box-total .total-box-course img {
  height: 238.67px;
  width: 358px;
}
.input_box-total .total-box-course-txt {
  border-bottom: 1px solid #DDDDDD;
  margin: 10px 0;
}
.input_box-total .total-box-course-txt .ttl {
  font-size: 14px;
  font-weight: bold;
}
.input_box-total .total-box-course-txt .times {
  font-size: 14px;
}
.input_box-total .total-box-options-option {
  display: flex;
  justify-content: space-between;
}
.input_box-total .total-box-options-option p {
  font-size: 14px;
  font-weight: bold;
}
.input_box-total .total-box-options-option span {
  font-size: 16px;
}
.input_box-total .total-box-options-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  height: 60px;
  line-height: 2.5;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .input_box-total .total-box-options-total {
    display: flex;
    flex-direction: column;
    height: 0px;
    line-height: 1.5;
  }
}
.input_box-total .total-box-options-total p {
  font-size: 10px;
  font-weight: bold;
}
.input_box-total .total-box-options-total span {
  font-size: 24px;
}
.input_box-total .total .remarks {
  font-size: 10px;
  color: #999999;
  margin-top: 10px;
  display: block;
}
@media (max-width: 600px) {
  .input_box-total .total .remarks {
    margin-top: 50px;
  }
}

.accordion-content {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  width: 100%;
}

.cv-btn {
  width: 100%;
  height: 45px;
  background: #C43527;
  border-radius: 4px;
  text-align: center;
}
.cv-btn a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .cv-btn {
    width: 50%;
    float: inline-end;
  }
}

/* 未選択時のスタイル */
input[type=checkbox] {
  -webkit-appearance: none; /* ブラウザのデフォルトスタイルを無効化 */
  -moz-appearance: none;
  appearance: none;
  width: 15px; /* チェックボックスの幅を設定 */
  height: 15px; /* チェックボックスの高さを設定 */
  border: 1px solid #DDDDDD; /* チェックボックスの枠線 */
  outline: none; /* フォーカス時の枠線を無効化 */
  cursor: pointer; /* マウスカーソルをポインターに設定 */
  border-radius: 5px;
}

/* 未選択時のスタイル */
input[type=checkbox].option {
  -webkit-appearance: none; /* ブラウザのデフォルトスタイルを無効化 */
  -moz-appearance: none;
  appearance: none;
  width: 15px; /* チェックボックスの幅を設定 */
  height: 15px; /* チェックボックスの高さを設定 */
  border: unset; /* チェックボックスの枠線 */
  outline: none; /* フォーカス時の枠線を無効化 */
  cursor: pointer; /* マウスカーソルをポインターに設定 */
  border-radius: 5px;
  display: none;
}

/* チェックされた時のスタイル */
input[type=checkbox].survey:checked::before {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 4px;
  background-color: #c43527;
}

input[type=checkbox].survey:checked::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  position: relative;
  transform: rotate(45deg);
  height: 8px;
  width: 5px;
  left: 4.5px;
  top: 1.5px;
}

input[type=checkbox].survey {
  margin: 2.5px 0;
}

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

.selecter, .selecter2 {
  display: flex;
  align-items: center;
}

.page-cruising-single__course-pre-button {
  background: #fff;
  color: #333333;
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
  border: #333333 1px solid;
  font-weight: bold;
}

.page-cruising-single__course-next-button {
  background: #c43527;
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .page-cruising-single__course-next-button {
    margin-top: 0px;
  }
}

.common__inner-reserve {
  padding: 27px 0;
  width: 100%;
}
.common__inner-reserve .validation {
  font-size: 10px;
  color: #C43527;
}

.inputs-space {
  width: 100%;
}

@media (max-width: 768px) {
  .left-column, .right-column {
    padding: 0px;
  }
  .checkbox-container {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .item {
    display: flex;
    font-size: 12px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 13px;
  }
  .common__inner-reserve .validation {
    font-size: 10px;
    margin-top: 5px;
    color: #C43527;
  }
  .label {
    max-width: 280px;
    width: 100%;
    margin: unset;
    text-align: start;
    margin-bottom: 5px;
  }
  .inputs {
    margin: 0px;
    width: 100%;
    height: 30px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    padding: 10px;
  }
  .pc {
    display: none;
  }
  .cva_button {
    width: 100%;
  }
  .bgc {
    background-color: #fff;
  }
  .bgc .common__inner {
    padding: unset;
    max-width: unset;
  }
  .booking__form .page-cruising-single__course-list-button {
    background: #c43527;
    color: #fff;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 5px;
    margin-top: 10px;
  }
  .booking__form .form-transition {
    gap: 10.156863vw;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  .booking__form .form-transition {
    gap: 8.156863vw;
  }
}
@media (max-width: 768px) {
  .booking__form .form-transition li.border {
    width: 22vw;
    z-index: 0;
  }
  .booking__form .form-transition__text {
    font-size: 9px;
  }
}
.total-box-breakdown {
  width: 100%;
  height: 50px;
  background: #F8F8F8;
  text-align: center;
  line-height: 3.6;
  font-weight: bold;
  margin-bottom: 10px;
}

.confirm .total-box-course-txt {
  border-bottom: 0px solid #DDDDDD;
}
.confirm .total-box-options-total {
  border-top: 1px solid #DDDDDD;
  height: 60px;
  line-height: 2.5;
}

.calendar-box-option-inputs {
  width: 50%;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calendar-box-option-input {
  width: 358px;
}
.calendar-box-option-price {
  width: 100%;
}
.calendar-box-option-price-img {
  display: flex;
  flex-direction: row;
}
.calendar-box-option-price-img img {
  width: 120px;
  height: 80px;
}
@media (max-width: 600px) {
  .calendar-box-options {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .calendar-box-options {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .calendar-box-options-btn {
    width: 100%;
    display: flex;
    padding: 40px 0px 50px 0px;
    font-weight: bold;
    flex-direction: column-reverse;
  }
  .calendar-box-options-sec {
    width: 100%;
    height: 60px;
    justify-content: space-between;
    align-items: center;
  }
  .calendar-box-options-sec-ttl h2 {
    width: 45vw;
    text-align: start;
    font-size: 12px;
    font-weight: bold;
  }
  .calendar-box-options-sec img {
    width: 75px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .calendar-box-options-sec-txt {
    display: none;
  }
  .calendar-box-options-sec-text {
    padding: 0;
  }
}

/* チェックボックスのデフォルトスタイル */
.calendar-box-options-sec {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s; /* アニメーション効果を追加 */
  background-color: #fff; /* 未選択時の背景色を設定 */
  color: #333333; /* 未選択時の文字色を設定 */
}

/* チェックボックスが選択された場所のスタイル */
.calendar-box-options-sec input[type=checkbox]:checked + .option-span {
  background-color: #c43527;
  color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s; /* アニメーション効果を追加 */
}

.option-span {
  display: flex;
  width: 368px;
  height: 110px;
}
@media (max-width: 600px) {
  .option-span {
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 600px) {
  .booking__form .calendar-box-options-sec-ttl p {
    padding: 0 15px;
  }
}

.calendar-box-options-sec:hover {
  background-color: #c43527;
  color: #fff;
}

.booking__form {
  /* 背景色を設定可能な要素に対してスタイルを適用 */
}
.booking__form .form-transition__circle1,
.booking__form .form-transition__circle2,
.booking__form .form-transition__circle3 {
  background-color: transparent; /* 透明に設定されているため、必要な背景色を設定してください */
  display: inline-block; /* インラインブロック要素に設定 */
  text-align: center; /* テキストを中央に配置 */
  line-height: 30px; /* 垂直方向の中央揃え */
  margin: 0 auto;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
@media (max-width: 600px) {
  .booking__form .form-transition__circle1,
  .booking__form .form-transition__circle2,
  .booking__form .form-transition__circle3 {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: -1px;
  }
}
@media (max-width: 600px) {
  .booking__form .border {
    height: 16px;
  }
}

@media (max-width: 600px) {
  .modal {
    padding: 0px;
  }
  ul#step-flow {
    /* ここにデフォルトのスタイルを設定（表示のスタイル） */
    visibility: visible; /* デフォルトでは表示 */
  }
}
.complete .calendar-box-option-txt {
  margin: 16px 16px 0 16px;
  font-size: 12px;
}
.complete .input_flow-box-complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-position: center center;
  background-size: 138%;
  width: 100%;
}
@media (max-width: 600px) {
  .complete .input_flow-box-complete {
    height: 100vh;
    background-size: 320%;
  }
}
.complete .input_flow-box-complete img {
  width: 240px;
}
@media (max-width: 600px) {
  .complete .input_flow-box-complete img {
    width: 180px;
  }
}
.complete .input_flow-box-complete .complete {
  margin: 40px auto 10px;
  color: #c43527;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 600px) {
  .complete .input_flow-box-complete .complete {
    margin: 60px auto 10px;
  }
}
.complete .input_flow-box-complete .complete-txt {
  font-size: 14px;
}
.bottom-close {
  display: none;
  color: #fff;
  font-size: 10px;
  height: 30px;
  width: 100%;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 1;
  position: fixed;
  bottom: 0;
}
.bottom-close .close {
  color: #fff;
  z-index: 10;
}

dl.precautions {
  display: none;
}

@media (max-width: 600px) {
  dl.precautions {
    display: flex;
  }
}
.label-checkbox {
  margin-bottom: 10px;
}

.calendar-box2 {
  margin-top: 30px;
}
@media (max-width: 600px) {
  .calendar-box2 {
    margin-top: 30px;
  }
}

.error {
  border: 2px solid red;
}

.error-message {
  color: red;
  font-size: 0.8rem;
  margin-top: 2px;
}

.item {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  align-items: baseline;
}
@media (max-width: 600px) {
  .item {
    display: flex;
    flex-direction: row;
  }
}
.item .label {
  width: 150px;
  margin: 10px 0px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}
@media (max-width: 600px) {
  .item .label {
    margin: 0px 0px;
  }
}
.item p {
  width: 209px;
  font-size: 16px;
  line-height: 1.3;
}

.inputs {
  margin: 7px 0;
  width: 100%;
  height: 30px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  padding: 5px 10px;
}

::-moz-placeholder {
  color: #CCCCCC;
}

::placeholder {
  color: #CCCCCC;
}

:focus {
  outline: none;
}

/* ::after要素をabsoluteで表示するために記載 */
.selecter, .selecter2 {
  position: relative;
}

/* セレクトボックス項目の後に"▼"を追加 */
.down-arrow, .down-arrow2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #666666 transparent transparent transparent;
  position: relative;
  left: -15px;
}

.selects_people,
.selects_come {
  /*元々の<select>のスタイルを削除 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selects_come {
  height: 30px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  padding: 4px 10px;
  font-size: 12px;
  width: 150px;
  position: relative;
}

.selects_people {
  height: 30px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  padding: 4px 10px;
  font-size: 12px;
  width: 70px;
  position: relative;
}

.js-select,
.js-select2 {
  color: #CCCCCC;
}

.selecter .is-selected,
.selecter2 .is-selected2 {
  color: #333333 !important;
}

.item textarea {
  height: 100px;
}

.checkbox-container {
  display: flex; /* Flexboxを使用して左右に配置 */
  justify-content: space-between; /* 左右の間隔を均等にする */
  width: 100%;
}

.left-column, .right-column {
  padding: 10px 0; /* 列の内側に余白を設定 */
}

.input_box-conp {
  width: 358px;
  margin: 120px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.input_box-conp img {
  width: 215.11px;
  margin-top: 70px;
  margin-bottom: 38px;
}
.input_box-conp .complete {
  width: 100%;
  height: 50px;
  background: #F8F8F8;
  text-align: center;
  line-height: 3.6;
  font-weight: bold;
  margin-bottom: 10px;
}
.input_box-conp .red {
  color: #C43527;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.input_box-conp .txt {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.8px;
  margin-bottom: 80px;
}
.input_box-conp .complete-btn {
  height: 50px;
}

.total-sp-box-course {
  display: none;
}
@media (max-width: 600px) {
  .total-sp-box-course {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 358px;
  }
  .total-sp-box-course img {
    height: 80px;
    width: 120px;
  }
  .total-sp-box-course-txt {
    margin: 10px 5px;
  }
  .total-sp-box-course-txt .ttl {
    font-size: 14px;
    font-weight: bold;
  }
  .total-sp-box-course-txt .times {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .form_confirm .input_box-flow {
    width: 100%;
    margin-bottom: 260px;
  }
  .form_confirm .total-box-course {
    display: none !important;
  }
  .form_confirm .remarks {
    display: none !important;
  }
  .form_confirm .total-box-options-total {
    display: flex;
    flex-direction: column;
    height: 0px;
    line-height: 1.5;
    height: 10px;
    padding-top: 10px;
  }
  .form_confirm .total-box-options-total p {
    font-size: 10px;
    font-weight: bold;
  }
  .form_confirm .total-box-options-total span {
    font-size: 24px;
  }
  .form_confirm .total-box-options {
    max-height: 130px;
    height: auto;
    overflow: auto;
  }
  .form_confirm .cv-btn {
    width: 50%;
    height: 45px;
    background: #C43527;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 16px;
    float: inline-end;
  }
  .form_confirm .cv-btn a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  .form_confirm .page-cruising-single__course-pre-button {
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .form_enter .total-box-course,
  .form_enter .total-box-options-option {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .form_complete .input_box-conp {
    width: 358px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form_complete .cv-btn {
    width: 100%;
    float: inline-end;
  }
}/*# sourceMappingURL=style.css.map */
.cv-btn span {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.coupon_noti {
  margin-left: 0 !important;
}
.accordion-content {
  max-height: unset !important;
  height: auto !important;
}
.btn-processing {
  opacity: 0.5 !important;
}
.btn-processing-done {
  background-color: #C43527!important;
}

button#ari_bookingnew_store[disabled] {
  opacity: 0.5;
}
button#ari_bookingnew_create[disabled] {
  opacity: 0.5;
}
.accordion-content {
  padding: 10px;
}
.accordion-content .form-item:first-child {
  margin-top: 0;
}
.active_option {
  border: 1px solid rgb(196, 53, 39) !important;
}