﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
:root {
  --header-info-height: 52px;
  --eventHeight: 780px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.714;
  color: #121212;
}
body.is-fixed, body.is-modalopen {
  overflow: hidden;
}
body img,
body video,
body iframe {
  vertical-align: top;
}

a {
  color: #121212;
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: opacity;
}
a:hover {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

img,
video,
iframe {
  max-width: 100%;
  vertical-align: top;
}

input[type=checkbox] {
  width: 21px;
  height: 21px;
  margin-right: 8px;
}

input[name=pwd_display] {
  margin-top: -5px;
}

.page-estimate input[name=pwd_display] {
  margin-top: 0;
}

h1,
.h1 {
  padding: 0;
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: bold;
  color: #121212;
  border: 0;
}

h2,
.h2 {
  padding: 12px 0;
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 500;
  color: #111;
  border-bottom: 1px solid #111;
}

h3,
.h3 {
  padding: 12px 0;
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: bold;
  color: #111;
  border-bottom: 1px solid #dedede;
}

h4,
.h4 {
  padding: 12px 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  border-bottom: 0;
}

h5,
.h5 {
  font-size: 14px;
  font-weight: bold;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 500;
}

.price {
  color: #081f2c;
}

.price::after,
.default-price::after {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  content: "（税込）";
}

.net::after,
.net-price::after,
.default-net::after {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  content: "（税抜）";
}

.pager {
  padding: 21px 0 56px;
  margin: 0;
  border-top: 0;
}

.pager-total {
  margin-right: 30px;
}

.pager-current {
  color: #000;
}

.pagination > * {
  margin: 0 4px;
  border: 0;
}

.pagination li a {
  color: #bbb;
}

.pagination li.pager-first a,
.pagination li.pager-previous a,
.pagination li.pager-next a,
.pagination li.pager-last a {
  position: relative;
  display: block;
  width: 18px;
  height: 21px;
  font-size: 0;
}

.pagination li.pager-first a::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #111;
  border-left: 2px solid #111;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pagination li.pager-first a::after {
  position: absolute;
  top: calc(50% - 4px);
  left: 10px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #111;
  border-left: 2px solid #111;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pagination li.pager-previous a::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 7px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #111;
  border-left: 2px solid #111;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pagination li.pager-next a::before {
  position: absolute;
  top: calc(50% - 4px);
  right: 7px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pagination li.pager-last a::before {
  position: absolute;
  top: calc(50% - 4px);
  right: 4px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pagination li.pager-last a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.action .btn {
  border-bottom-width: 1px;
}

.btn-default {
  color: #d53100;
  background: #fff;
  border: 1px solid #d53100;
}

.btn-primary {
  color: #fff;
  background: #d53100;
  border: 1px solid #d53100;
}

.btn-secondary {
  color: #fff;
  background: #9d9896;
  border: 1px solid #9d9896;
}

.btn-danger {
  color: #d53100;
  background: #ffebe8;
  border: 1px solid #d53100;
}

.star-base {
  width: 110px;
  height: 22px;
  background-position: 0 0;
  background-size: 110px 44px;
}

.star-select {
  width: 110px;
  height: 22px;
  background-position: -110px -22px;
  background-size: 110px 44px;
}

.fieldset .form-control {
  padding-left: 12px;
}

.js-tab-btn {
  cursor: pointer;
}

.js-tab-contents {
  display: none;
}
.js-tab-contents.is-active {
  display: block;
}

.js-acc-body {
  display: none;
}

.swiper-slide {
  width: initial;
}

.wrapper .swiper-button-prev,
.wrapper .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 85px;
  margin-top: -42px;
}
.wrapper .swiper-button-prev::after,
.wrapper .swiper-button-next::after {
  display: none;
}
.wrapper .swiper-button-prev.swiper-button-disabled,
.wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0.1;
}
.wrapper .swiper-button-prev {
  left: 0;
  background: #eb3728 url("../../img/design/icn/arrow-carousel-prev.png") 50% 50%/10px 14px no-repeat;
  border-radius: 0 6px 6px 0;
}
.wrapper .swiper-button-next {
  right: 0;
  background: #eb3728 url("../../img/design/icn/arrow-carousel-next.png") 50% 50%/10px 14px no-repeat;
  border-radius: 6px 0 0 6px;
}