body {
  background: #eff2f5;
  font-family: "Noto Sans JP", sans-serif !important;
}

/* js-tab ----------------------------- */
.js-tab-nav input[type="radio"] {
  display: none;
}

/* js-accordion ----------------------------- */
.js-accordion-nav input[type="checkbox"] {
  display: none;
}
.js-accordion-nav input[type="checkbox"]:checked + label span::after {
  content: "閉じる";
}
.js-accordion-nav input[type="checkbox"]:not(:checked) + label span::after {
  content: "する";
}

/* search ----------------------------- */
#search h2 {
  font-weight: 600;
  text-align: center;
}
#search h2::before {
  display: inline-block;
  margin-right: 20px;
  background: url(../img/index/icon_search.svg) center center / contain
    no-repeat;
  vertical-align: text-bottom;
  content: "";
}
#search label {
  display: block;
  margin: 0;
  cursor: pointer;
}
#search label,
#search label::before,
#search label::after,
#search label *,
#search label *::before,
#search label *::after {
  transition: all 0.3s ease;
}

/* search - search-tab */
#search .search-tab {
  display: flex;
  justify-content: center;
  position: relative;
}
#search .search-tab::before {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
#search .search-tab-item label {
  display: block;
  margin: 0;
  padding: 0 5px 10px;
  border-bottom: 3px solid transparent;
}
#search .search-tab-item label:hover,
#search .search-tab-item label:active {
  border-bottom-color: #999;
}
#search .search-tab-item input[type="radio"]:checked + label {
  border-bottom-color: #000;
  font-weight: 700;
}

/* search - search-category */
#search .search-category-list {
  display: flex;
  flex-wrap: wrap;
}
#search .search-category-item {
  display: table;
  padding: 5px;
}
#search .search-category-item label {
  display: table-cell;
  padding: 15px 5px;
  border: 1px solid #000;
  border-radius: 5px;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
  opacity: 0.5;
}
#search .search-category-item label img {
  width: 140px;
  max-width: 100%;
  height: 40px;
  margin: 0 auto;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  /* hover */
  #search .search-category-item label:hover,
  #search .search-category-item label:active {
    background: #fff;
    opacity: 1;
  }
  #search .search-category-item label:hover span,
  #search .search-category-item label:active span {
    color: #146b90;
  }
}
/* radio & checbox */
#search .search-category-item input {
  display: none;
}
/* checked */
#search .search-category-item input:checked + label {
  background: #fff;
  opacity: 1;
}

/* search - search-detail */
#search .search-detail {
  background: #e0e5eb;
}
#search .search-detail-btn label {
  display: block;
  font-weight: 700;
  text-align: center;
}
#search .search-detail-btn input[type="checkbox"] + label span {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
}
#search .search-detail-btn input[type="checkbox"] + label span::before {
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0;
  width: 0.8em;
  height: 0.8em;
  background: #000;
  clip-path: polygon(
    0 40%,
    40% 40%,
    40% 0,
    60% 0,
    60% 40%,
    100% 40%,
    100% 60%,
    60% 60%,
    60% 100%,
    40% 100%,
    40% 60%,
    0 60%
  );
  content: "";
}
/* checked */
#search .search-detail-btn input[type="checkbox"]:checked + label span::before {
  clip-path: polygon(0 40%, 100% 40%, 100% 60%, 0 60%);
}

/* search search-detail-tab */
#search .search-detail-tab {
  display: flex;
}
#search .search-detail-tab-item {
  display: table;
  min-width: calc(25% - 7.5px);
}
#search .search-detail-tab-item:not(:first-child) {
  margin-left: 10px;
}
#search .search-detail-tab-item label {
  display: table-cell;
  padding: 10px 5px;
  border-top: 5px solid transparent;
  border-radius: 5px 5px 0 0;
  background: #fff;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  opacity: 0.5;
}
#search .search-detail-tab-item label span {
  font-weight: 700;
}
/* checked */
#search .search-detail-tab-item input[type="radio"]:checked + label {
  border-top-color: #146b90;
  opacity: 1;
}
#search .search-detail-tab-item input[type="radio"]:checked + label span {
  color: #146b90;
}
#search .search-detail-tab-content {
  background: #fff;
}

/* search - search-detail-category-list */
#search .search-detail-category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
#search .search-detail-category-item {
  padding: 10px;
}
#search .search-detail-category-item label {
  line-height: 1.2;
}
#search .search-detail-category-item label img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  aspect-ratio: 3/2;
  object-fit: contain;
}
/* hover */
#search .search-detail-category-item label:hover img,
#search .search-detail-category-item label:active img {
  opacity: 0.6;
}
#search .search-detail-category-item label:hover span,
#search .search-detail-category-item label:active span {
  color: #00b3ff;
}
/* checkbox */
#search .search-detail-category-item input[type="checkbox"] {
  display: none;
}
#search .search-detail-category-item input[type="checkbox"] + label span {
  display: block;
  position: relative;
  padding-left: 1.7em;
}
#search
  .search-detail-category-item
  input[type="checkbox"]
  + label
  span::before,
#search
  .search-detail-category-item
  input[type="checkbox"]
  + label
  span::after {
  position: absolute;
  transition: all 0.3s ease;
  content: "";
}
#search
  .search-detail-category-item
  input[type="checkbox"]
  + label
  span::before {
  top: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #707070;
  border-radius: 3px;
  background: #fff;
}
#search
  .search-detail-category-item
  input[type="checkbox"]
  + label
  span::after {
  top: 0.1em;
  left: 0.1em;
  width: 1em;
  height: 1em;
  background: #fff;
  clip-path: polygon(
    12.5% 37.5%,
    35% 60%,
    87.5% 15%,
    100% 30%,
    35% 85%,
    0% 50%
  );
}
/* checked */
#search
  .search-detail-category-item
  input[type="checkbox"]:checked
  + label
  span {
  color: #00b3ff;
}
#search
  .search-detail-category-item
  input[type="checkbox"]:checked
  + label
  span::before {
  border-color: #00b3ff;
  background: #00b3ff;
}
/* radio */
#search .search-detail-category-item input[type="radio"] {
  display: none;
}
#search .search-detail-category-item input[type="radio"] + label span {
  display: block;
  position: relative;
  padding-left: 1.7em;
}
#search .search-detail-category-item input[type="radio"] + label span::before,
#search .search-detail-category-item input[type="radio"] + label span::after {
  position: absolute;
  transition: all 0.3s ease;
  content: "";
}
#search .search-detail-category-item input[type="radio"] + label span::before {
  top: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #707070;
  border-radius: 50%;
  background: #fff;
}
#search .search-detail-category-item input[type="radio"] + label span::after {
  top: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background: #fff;
  clip-path: circle(25% at 50% 50%);
}
/* checked */
#search .search-detail-category-item input[type="radio"]:checked + label span {
  color: #00b3ff;
}
#search
  .search-detail-category-item
  input[type="radio"]:checked
  + label
  span::before {
  border-color: #00b3ff;
  background: #00b3ff;
}

/* search - saerch-buttons */
#search .saerch-buttons [class*="button_"] {
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search .saerch-buttons [class*="button_"] span {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
}
/* hover */
#search .saerch-buttons [class*="button_"]:hover,
#search .saerch-buttons [class*="button_"]:active {
  opacity: 0.6;
}
#search .button_search {
  border: 1px solid #146b90;
  background: #002e5e;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 0px;
}
#search .button_search b {
  display: inline-block;
  margin: 0 5px;
  font-size: 2.25rem;
  font-weight: 700;
}
#search .button_clear {
  border: 1px solid transparent;
  background: #c1c1c1;
}

/* newboat ----------------------------- */
#newboat h2 {
  font-weight: 600;
  text-align: center;
}
#newboat h2 b {
  display: block;
  color: #b78d00;
  font-weight: 900;
}

/* newboat - newboat-list */
#newboat .newboat-item {
  margin-bottom: 20px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px 0px;
  transition: all 0.3s ease;
}
#newboat .newboat-item:hover,
#newboat .newboat-item:active {
  text-decoration: none;
  transform: translateY(-10px);
}
#newboat .newboat-img {
  margin: 0;
}
#newboat .newboat-img img {
  border-radius: 10px 10px 0 0;
  aspect-ratio: 4/3;
  object-fit: cover;
}
#newboat .newboat-data {
  position: relative;
  line-height: 1.2;
}
#newboat .newboat-data .categories {
  position: absolute;
  top: 0;
  left: 0;
  width: 9em;
  padding: 0.5em 0;
  background: #fff;
  color: #666;
  text-align: center;
  transform: translateY(-50%);
}
#newboat .newboat-data .boatname {
  font-weight: 600;
}
#newboat .newboat-data .price {
  margin-top: 10px;
  font-weight: 700;
  text-align: right;
}
#newboat .newboat-data .price strong {
  color: #d33030;
}

/* newboat - newboat-list - slick setting */
#newboat .newboat-list.js-slick {
  position: relative;
  overflow: hidden;
}
#newboat .newboat-list.js-slick .slick-track {
  display: flex;
}
#newboat .newboat-list.js-slick .slick-slide {
  height: auto !important;
}
#newboat .newboat-list.js-slick .slick-arrow {
  position: absolute;
  top: 50%;
  background: url(../img/index/btn_slide.svg) right center / contain no-repeat;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  z-index: 10;
}
#newboat .newboat-list.js-slick .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
#newboat .newboat-list.js-slick .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translateY(50%);
}
#newboat .newboat-list.js-slick .slick-arrow.slick-next {
  right: 0;
  transform: translateY(-50%);
}

/* newboat - newboat-link */
#newboat .newboat-link {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  border-radius: 5px;
  background: #002e5e;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}
#newboat .newboat-link:hover,
#newboat .newboat-link:active {
  opacity: 0.6;
}
#newboat .newboat-link::before {
  position: absolute;
  top: 50%;
  background: url(../img/index/icon_arrow.svg) center center / contain no-repeat;
  transform: translateY(-50%);
  content: "";
}

/* information ----------------------------- */
#information h2 {
  margin-bottom: 10px;
  font-weight: 500;
  text-align: left;
}
#information > * {
  border: 1px solid #707070;
}

/* information - info-link */
#information .info-link {
  display: block;
  position: relative;
  width: fit-content;
  margin-bottom: 5px;
  border-radius: 5px;
  background: rgba(0, 46, 94, 0.7);
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}
#information .info-link:hover,
#information .info-link:active {
  opacity: 0.6;
}
#information .info-link::before {
  position: absolute;
  top: calc(50% - 8.5px);
  width: 15px;
  height: 15px;
  background: url(../img/index/icon_arrow.svg) center center / contain no-repeat;
  content: "";
}

/* information - info-list */
#information .info-list {
  width: 100%;
}
#information .info-link + .info-list {
  margin-top: 10px;
}
#information .info-item {
  display: block;
  border-bottom: 1px solid #bfc1c4;
  text-decoration: none;
}
#information .info-item:first-child {
  border-top: 1px solid #bfc1c4;
}
#information .info-date {
  display: block;
  margin-bottom: 5px;
}
#information .info-cat {
  display: block;
  float: left;
  width: 7em;
  border: 1px solid #146b90;
  color: #146b90;
  font-weight: 500;
  text-align: center;
  vertical-align: text-bottom;
}
#information .info-text {
  font-weight: 700;
}
#information a.info-item:hover .info-text,
#information a.info-item:active .info-text {
  text-decoration: underline;
}

/* bunner ----------------------------- */
#bunner {
  background: url(../img/index/bg_bunner.jpg) center center / cover no-repeat;
}
#bunner .bnr-list {
  text-align: center;
  line-height: 1.4;
}
#bunner .bnr-link {
  display: block;
  color: #fff;
  transition: all 0.3s ease;
}
#bunner .bnr-link:hover,
#bunner .bnr-link:active {
  text-decoration: none;
  transform: translateY(-10px);
}
#bunner .bnr-link img {
  display: block;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 0px;
}

/* Style for Over 768px  */
@media print, screen and (min-width: 768px) {
  /* search ----------------------------- */
  #search {
    margin: 50px 0 125px;
    padding: 0 max(0px, calc((100% - 1200px) / 2));
  }
  #search h2 {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
  #search h2::before {
    width: 54px;
    height: 54px;
  }

  /* search - search-tab */
  #search .search-tab {
    margin-bottom: 30px;
  }
  #search .search-tab-item:not(:nth-child(1)) {
    margin-left: 50px;
  }
  #search .search-tab-item label {
    font-size: 1.25rem;
  }
  #search .search-tab-content {
    margin-bottom: 50px;
    padding: 0 max(30px, 4.16%);
  }

  /* search - search-category */
  #search .search-category {
    display: flex;
  }
  #search .search-category-name {
    width: 130px;
    margin: 0;
    padding: 5px;
    font-size: 1.25rem;
    line-height: 2.4;
  }
  #search .search-category-list {
    width: calc(100% - 130px);
  }
  #search .search-category-list.column-2 .search-category-item {
    width: 40%;
  }
  #search .search-category-list.column-4 .search-category-item {
    width: 25%;
  }
  #search .search-category-list.column-5 .search-category-item {
    width: 20%;
  }
  #search .search-category-item label {
    font-size: 1.125rem;
  }

  /* search - search-detail */
  #search .search-detail {
    margin-top: 30px;
  }
  #search .search-detail-btn label {
    padding: 20px 50px;
    font-size: 1.125em;
  }
  #search .search-detail-content {
    padding: 0 max(30px, 4.54%) 50px;
  }
  /* hover */
  #search .search-detail-tab-item label:hover,
  #search .search-detail-tab-item label:active {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }

  /* search search-detail-tab */
  #search .search-detail-tab-item label span {
    font-size: 1.375rem;
  }
  #search .search-detail-tab-item label span::after {
    font-size: 1rem;
    font-weight: 400;
    content: "を選択する";
  }
  #search .search-detail-tab-content {
    padding: 40px max(30px, 5%);
  }

  /* search - search-detail-category-list */
  #search .search-detail-category-item {
    width: 20%;
  }

  /* search - saerch-buttons */
  #search .saerch-buttons {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
  #search .saerch-buttons [class*="button_"] {
    height: 80px;
    padding: 10px;
  }
  #search .button_search {
    width: 350px;
    margin-left: 20px;
  }
  #search .button_search b {
    font-size: 2.25rem;
  }
  #search .button_clear {
    width: 240px;
  }

  /* newboat ----------------------------- */
  #newboat {
    margin-bottom: 150px;
  }
  #newboat h2 {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
  #newboat h2 b {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }

  /* newboat - newboat-list */
  #newboat .newboat-list {
    margin-bottom: 40px;
  }
  #newboat .newboat-item {
    margin: 10px 12px;
  }
  #newboat .newboat-data {
    padding: 20px;
    font-size: 1.25rem;
  }
  #newboat .newboat-data .categories {
    font-size: 0.875rem;
  }

  /* newboat - newboat-list - slick setting */
  #newboat .newboat-list.js-slick .slick-arrow {
    width: 55px;
    height: 110px;
  }

  /* newboat - newboat-link */
  #newboat .newboat-link {
    padding: 20px 40px 20px 70px;
    font-size: 1.125rem;
  }
  #newboat .newboat-link::before {
    left: 40px;
    width: 20px;
    height: 20px;
  }

  /* information ----------------------------- */
  #information {
    display: flex;
    margin-bottom: 150px;
    padding: 0 max(30px, calc((100% - 1200px) / 2));
  }
  #information > * {
    width: 50%;
    padding: 40px 45px;
  }
  #information h2 {
    font-size: 1.625rem;
  }

  /* information - info-link */
  #information .info-link {
    padding: 10px 10px 10px 35px;
  }
  #information .info-link::before {
    left: 10px;
  }

  /* information - info-list */
  #information .info-list {
    margin-top: 20px;
  }
  #information .info-item {
    padding: 20px 0;
  }
  #information .info-date {
    font-size: 0.875rem;
  }
  #information .info-cat {
    margin-top: 2px;
    font-size: 0.813rem;
  }
  #information .info-cat + .info-text {
    margin-left: 6.5em;
  }

  /* event ----------------------------- */
  #event {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 15px 0 0 15px;
  }

  /* notice ----------------------------- */
  #notice {
    border-radius: 0 15px 15px 0;
    border-left: none;
  }

  /* bunner ----------------------------- */
  #bunner {
    padding: 150px max(30px, calc((100% - 1310px) / 2));
  }
  #bunner .bnr-list {
    display: flex;
  }
  #bunner .bnr-link + .bnr-link {
    margin-left: 30px;
  }
} /* */

/* Style for 1000px - 768px  */
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  /* search - search-category */
  #search .search-category-list.column-2 .search-category-item {
    width: 50%;
  }
  #search .search-category-list.column-4 .search-category-item {
    width: 33.33%;
  }
  #search .search-category-list.column-5 .search-category-item {
    width: 25%;
  }

  /* search - search-detail-category-list */
  #search .search-detail-category-item {
    width: 33.33%;
  }
} /* */

/* Style for Uner 767px  */
@media screen and (max-width: 767px) {
  /* search ----------------------------- */
  #search {
    margin-bottom: 80px;
    padding: 40px 0 0;
  }
  #search h2 {
    margin-bottom: 20px;
    font-size: 1.625rem;
  }
  #search h2::before {
    width: 34px;
    height: 34px;
  }

  /* search - search-tab */
  #search .search-tab {
    margin-bottom: 20px;
  }
  #search .search-tab-item:not(:nth-child(1)) {
    margin-left: 40px;
  }
  #search .search-tab-content {
    margin-bottom: 25px;
    padding: 0 0;
  }

  /* search - search-category */
  #search .search-category {
    padding: 0 15px;
  }
  #search .search-category-name {
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 0.875rem;
    text-align: left;
  }
  #search .search-category-list {
    padding-left: 20px;
  }
  #search .search-category-list.column-2 .search-category-item {
    width: 100%;
  }
  #search .search-category-list.column-4 .search-category-item {
    width: 50%;
  }
  #search .search-category-list.column-5 .search-category-item {
    width: 50%;
  }

  /* search - search-detail */
  #search .search-detail {
    margin-top: 20px;
  }
  #search .search-detail-btn label {
    padding: 15px 20px;
    font-size: 0.875em;
  }
  #search .search-detail-content {
    padding: 0 10px 30px;
  }

  /* search search-detail-tab */
  #search .search-detail-tab-item label span {
    font-size: 1.125rem;
  }
  #search .search-detail-tab-content {
    padding: 20px 10px;
  }

  /* search - search-detail-category-list */
  #search .search-detail-category-item {
    width: 33.33%;
  }
  #search [data-tab="エリア"] .search-detail-category-item,
  #search [data-tab="価格"] .search-detail-category-item {
    width: 50%;
  }
  #search .search-detail-category-item label {
    font-size: 0.875rem;
  }

  /* search - saerch-buttons */
  #search .saerch-buttons {
    padding: 0 20px;
  }
  #search .saerch-buttons [class*="button_"] {
    width: 100%;
  }
  #search .button_search {
    height: 80px;
    margin-bottom: 20px;
  }
  #search .button_clear {
    height: 50px;
  }

  /* newboat ----------------------------- */
  #newboat {
    margin-bottom: 80px;
  }
  #newboat h2 {
    margin-bottom: 15px;
    font-size: 1.625rem;
  }
  #newboat h2 b {
    margin-bottom: 10px;
    font-size: 0.875rem;
  }

  /* newboat - newboat-list */
  #newboat .newboat-list {
    margin-bottom: 20px;
  }
  #newboat .newboat-item {
    margin: 10px 8px;
  }
  #newboat .newboat-data {
    padding: 20px 15px 15px;
  }
  #newboat .newboat-data .categories {
    font-size: 0.75rem;
  }

  /* newboat - newboat-list - slick setting */
  #newboat .newboat-list.js-slick .slick-arrow {
    width: 35px;
    height: 70px;
  }

  /* newboat - newboat-link */
  #newboat .newboat-link {
    padding: 15px 20px 15px 45px;
  }
  #newboat .newboat-link::before {
    left: 20px;
    width: 15px;
    height: 15px;
  }

  /* information ----------------------------- */
  #information {
    margin-bottom: 80px;
    padding: 0 10px;
  }
  #information > * {
    padding: 30px 15px;
  }
  #information h2 {
    font-size: 1.25rem;
  }

  /* information - info-link */
  #information .info-link {
    padding: 10px 15px 10px 40px;
    font-size: 0.813rem;
  }
  #information .info-link::before {
    left: 15px;
  }

  /* information - info-list */
  #information .info-list {
    margin-top: 15px;
  }
  #information .info-item {
    padding: 15px 0;
  }
  #information .info-date {
    font-size: 0.75rem;
  }
  #information .info-cat {
    margin-top: 3px;
    font-size: 0.688rem;
  }
  #information .info-cat + .info-text {
    margin-left: 5.5em;
  }

  /* event ----------------------------- */
  #event {
    border-radius: 15px 15px 0 0;
  }

  /* notice ----------------------------- */
  #notice {
    border-radius: 0 0 15px 15px;
    border-top: none;
  }

  /* bunner ----------------------------- */
  #bunner {
    padding: 60px 20px;
  }
  #bunner .bnr-list {
    font-size: 0.813rem;
  }
  #bunner .bnr-link {
    max-width: 400px;
    margin: 0 auto;
  }
  #bunner .bnr-link + .bnr-link {
    margin-top: 50px;
  }
} /* */
