@charset "UTF-8";
:root {
  --font-gothic:
  YuGothic,
  "Helvetica Neue",
     Arial,
     "Hiragino Kaku Gothic ProN",
     "Hiragino Sans",
     Meiryo,
     sans-serif;
  --font-mincho:
  "游明朝",
  "Yu Mincho",
  YuMincho,
  "Hiragino Mincho Pro",
  serif;
  --font-marugothic:
  "Lucida Grande",
  "segoe UI",
  "ヒラギノ丸ゴ ProN W4",
  "Hiragino Maru Gothic ProN",
  Meiryo, Arial,
  sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  background: #fff;
}

.sp {
  display: none;
}
@media (max-width: 600px) {
  .sp {
    display: block;
  }
}

@media (max-width: 600px) {
  .pc {
    display: none;
  }
}

h2.ttl {
  color: #333;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto clamp(50px,7.5vw ,80px);
}
@media (max-width: 600px) {
  h2.ttl {
    font-size: 1.5rem;
  }
}
h2.ttl.en {
  letter-spacing: 0.05em;
}
h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 2px;
  transform: translate(-50%);
  background-color: #e63030;
}

section {
  width: 100%;
  padding: clamp(50px,8.75vw ,110px) 0;
}
@media (max-width: 600px) {
  section.page_news, section.archive_news, section.video {
    padding-bottom: 0;
  }
}
section .cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

header .cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

section.video {
  padding: clamp(30px,5.833vw ,80px) 0;
}
section.page_news, section.archive_news {
  padding: clamp(20px,3.75vw ,50px) 0 clamp(50px,8.75vw ,110px);
}

section.news {
  padding-top: clamp(30px,4.583vw ,50px);
}

.kv {
  padding: 0;
}
.kv img {
  height: auto;
  width: 100%;
  display: none;
}
.kv .cont {
  height: 100vh;
  height: 100svh;
  padding: clamp(20px,3.75vw ,50px) clamp(30px,7.917vw ,130px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont .txt_area p {
  color: #333;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .cont .txt_area p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.cont .txt_area p + p {
  margin-top: 1.8rem;
}

.concept {
  padding: 0;
  position: relative;
}
.concept .video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(50px,8.75vw ,110px) 0;
}
.concept .video-wrapper .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 4s ease;
  z-index: 0;
}
.concept .video-wrapper .cont {
  position: relative;
  z-index: 1;
  padding: 0;
}
.concept .video-wrapper .cont .txt_area {
  background-color: rgba(255, 255, 255, 0.6);
  padding: clamp(20px,5vw ,80px) 0;
  border-radius: 15px;
}
@media (max-width: 600px) {
  .concept .video-wrapper .cont .txt_area {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media (max-width: 600px) {
  .concept .video-wrapper .cont .txt_area .br-sp {
    display: none;
  }
}
.concept .video-wrapper .cont .txt_area p {
  color: #424242;
  font-size: clamp(16px,2.25vw ,22px);
}
@media (max-width: 600px) {
  .concept .video-wrapper .cont .txt_area p {
    text-align: left;
  }
}
.concept h2 {
  color: #fff;
}

.youtube {
  padding: 30px 0;
}
@media (max-width: 600px) {
  .youtube {
    padding: 20px 0;
  }
}
.youtube .cont {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.youtube .cont .youtube-btn {
  display: flex;
  align-items: center;
  gap: 1em;
  background-color: #ff0000;
  color: #fff;
  padding: 1em 1.5em;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.4;
}
.youtube .cont .youtube-btn .text {
  display: inline-block;
}
.youtube .cont .youtube-btn:hover {
  opacity: 0.7;
}

.corner {
  background: rgb(244, 244, 244);
}
.corner .corner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -60px;
}
.corner .corner_list img {
  border-radius: 15px 15px 0 0;
}
@media (max-width: 600px) {
  .corner .corner_list {
    margin-bottom: -30px;
  }
}
.corner .corner_list .corner_item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 15px;
  margin-bottom: clamp(20px,4.167vw ,60px);
  justify-content: space-between;
  width: calc(50% - clamp(10px,2.083vw ,30px));
}
.corner .corner_list .corner_item:nth-child(1) {
  width: 100%;
}
.corner .corner_list .corner_item:nth-child(1) img {
  margin: 0 auto;
}
.corner .corner_list .corner_item:nth-child(1) .corner_txt_box {
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 600px) {
  .corner .corner_list .corner_item {
    width: 100%;
  }
}
.corner .corner_list .corner_txt_box {
  padding: 20px clamp(20px,2.917vw ,30px) 35px;
  margin-bottom: auto;
}
.corner .corner_list .corner_txt_box .corner_ttl {
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 930px) {
  .corner .corner_list .corner_txt_box .corner_ttl {
    font-size: 1.2rem;
  }
}
.corner .corner_list .corner_txt_box .corner_txt {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.corner .corner_list .corner_txt_box .corner_txt p {
  margin-top: auto;
}
.corner .btn_area {
  padding: 0 clamp(20px,2.917vw ,30px) 35px;
  display: flex;
  gap: clamp(10px,1.667vw ,20px);
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .corner .btn_area {
    flex-direction: column;
    align-items: center;
  }
}
.corner .btn_area a.btn {
  display: inline-block;
  max-width: 48%;
}
@media (max-width: 600px) {
  .corner .btn_area a.btn {
    max-width: 100%;
  }
}
.corner .btn_area a.btn img {
  border-radius: 0;
  width: 100%;
  height: auto;
  display: block;
}
.corner .btn_area a.btn img:hover {
  opacity: 0.7;
}

.news_item {
  display: flex;
  color: #333;
  align-items: center;
  padding: 1.5em;
  border-bottom: 1px solid #414d59;
}
@media (max-width: 600px) {
  .news_item {
    flex-direction: column;
    padding: 1em 0;
  }
}
.news_item:hover .date,
.news_item:hover .news_ttl {
  opacity: 0.7;
  cursor: pointer;
}
.news_item .date {
  width: clamp(100px,20.833vw ,300px);
  font-size: 0.9rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .news_item .date {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.news_item .news_ttl {
  width: calc(100% - clamp(100px,20.833vw ,300px));
  font-size: 1.1rem;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .news_item .news_ttl {
    width: 100%;
    font-size: 1rem;
  }
}

.view {
  text-align: right;
  margin: 0.5em;
}
.view .view_all {
  color: #333;
  display: block;
  padding: 0.5em 0;
}
.view .view_all:hover {
  opacity: 0.6;
}
.view .view_all .arrow_ico {
  font-size: 1.4em;
  vertical-align: bottom;
  margin-left: 10px;
}

.footer {
  font-size: 1.2em;
  background: #e7e3dc;
  padding-top: 30px;
}
.footer .footer_logo {
  display: block;
}
.footer .footer_logo:hover {
  opacity: 0.8;
}
.footer .footer_logo img {
  margin: clamp(30px,4.583vw ,50px) auto;
  width: 250px;
}
@media (max-width: 600px) {
  .footer .footer_logo img {
    width: 150px;
    font-size: 1em;
  }
}
.footer p {
  color: #333;
  text-align: center;
  font-weight: 600;
}
.footer p + p {
  margin-top: 0.5rem;
}
@media (max-width: 600px) {
  .footer p {
    font-size: 1rem;
  }
}
.footer .copy {
  padding: clamp(30px,4.583vw ,50px) 0;
  font-size: 0.8rem;
}
.footer .offer {
  margin-top: 2rem;
}

#slider {
  width: 100%;
}

header {
  padding: 15px 30px;
}
header img {
  width: 100px;
  margin: 0 auto;
}

h1 {
  margin-top: 0.5em;
  text-align: center;
  color: #333;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }
}

.pager {
  margin-bottom: 2em;
}
@media (max-width: 600px) {
  .pager {
    margin-bottom: 1em;
  }
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #424242;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li .count:hover,
.pager .pagination li .count.active {
  color: #fff;
  background: #424242;
}

@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
  }
  .pager .pagination li.pre,
.pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }
  .pager .pagination li.pre a,
.pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after {
    content: "　前の10件へ";
  }
  .pager .pagination li.next span::before {
    content: "次の10件へ　";
  }
}
.archive_news {
  color: #424242;
}
.archive_news .news_item {
  color: inherit;
}
.archive_news .news_item .date {
  margin-bottom: 0;
}
.archive_news .news_item .news_ttl {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .archive_news .news_item .news_ttl {
    font-size: 1rem;
  }
}

section .cont_news {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  padding: clamp(15px,5.417vw ,100px) clamp(10px,5.833vw ,120px) clamp(50px,8.333vw ,100px);
  color: #333;
}
@media (max-width: 600px) {
  section .cont_news {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}
section .cont_news .date {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media (max-width: 600px) {
  section .cont_news .date {
    font-size: 0.875rem;
    margin-bottom: 0.5em;
  }
}
section .cont_news .news_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  section .cont_news .news_ttl {
    font-size: 1.3rem;
  }
}
section .cont_news .txt_area {
  padding: 1em 0 3em;
  border-bottom: 1px solid #424242;
}
@media (max-width: 600px) {
  section .cont_news .txt_area {
    padding: 0.5em 0 1em;
  }
}
section .cont_news .txt_area h2 {
  color: inherit;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 2em 0;
  position: relative;
}
@media (max-width: 600px) {
  section .cont_news .txt_area h2 {
    margin: 0.8em 0 2em;
  }
}
section .cont_news .txt_area h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #e63030;
  transform: translate(0);
}
section .cont_news .txt_area p {
  color: inherit;
  text-align: left;
  margin: 1em 0;
}
@media (max-width: 600px) {
  section .cont_news .txt_area p {
    margin: 2em 0;
  }
}
section .cont_news .txt_area figcaption {
  margin: 0.5em 0 2em;
  color: #7b7b7b;
}
@media (max-width: 600px) {
  section .cont_news .txt_area figcaption {
    font-size: 0.7rem;
    line-height: 1.3;
  }
}
section .cont_news .txt_area a {
  color: #1e73be;
}
section .cont_news .txt_area a:hover {
  color: #b32121;
}

section.page_news .date {
  font-size: 0.75rem;
  font-weight: 300;
  margin-bottom: 1.5em;
  text-align: right;
  color: #9e9e9e;
}
@media (max-width: 600px) {
  section.page_news .date {
    font-size: 0.75rem;
    margin-bottom: 0.5em;
  }
}

.cont_option {
  margin-top: clamp(20px,3.75vw ,50px);
  padding-top: clamp(10px,2.083vw ,30px);
  text-align: center;
}

.back {
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  color: #424242;
  font-size: 1.1rem;
  margin: 0 0 3em;
}
@media (max-width: 600px) {
  .back {
    font-size: 1rem;
    margin: 0 0 2em;
  }
}
.back:hover {
  opacity: 0.7;
}

.top_btn {
  display: block;
  text-align: center;
  padding: 1em;
  color: #424242;
  font-size: 1.2rem;
  border: 1px solid #424242;
  width: 350px;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .top_btn {
    width: 100%;
    font-size: 1rem;
  }
}
.top_btn:hover {
  background: #424242;
  color: #fff;
}

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

.hd {
  position: relative;
  overflow: hidden;
  background: #54b5dd;
}
.hd.area2 {
  background-color: #ffdd25;
}
.hd img {
  position: absolute;
  display: block;
  /* デフォルトは幅 1920px で固定 */
  width: 1920px;
  max-width: none;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  /* 画面が 1200px を下回ったら幅 100% に */
}
@media (max-width: 750px) {
  .hd img {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .hd img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
  }
}

#area {
  /* リンクが無効状態のルール */
}
#area .corner {
  background: #fff;
}
@media (max-width: 600px) {
  #area .corner {
    padding: 10px 0;
  }
}
#area .corner .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 930px) {
  #area .corner .cont {
    display: block;
    flex: none;
    width: 90%;
    margin: 0 auto;
  }
}
#area .corner .cont .map-container {
  width: 60%;
}
@media (max-width: 930px) {
  #area .corner .cont .map-container {
    width: 80%;
    margin: 0 auto 2rem;
  }
}
@media (max-width: 600px) {
  #area .corner .cont .map-container {
    width: 90%;
    margin-top: 30px;
  }
}
#area .corner .cont .map-container img {
  width: 100%;
  height: auto;
}
#area .corner .cont .area-buttons {
  width: 35%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}
@media (max-width: 930px) {
  #area .corner .cont .area-buttons {
    width: 100%;
  }
}
#area .corner .cont .area-buttons .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8em 0.8em;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 600px) {
  #area .corner .cont .area-buttons .btn {
    font-size: 0.875em;
  }
}
#area .corner .cont .area-buttons .btn::after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0.8rem;
}
#area .corner .cont .area-buttons .btn.kochi_area {
  background-color: #c6c6c6;
}
#area .corner .cont .area-buttons .btn.kochi_area::after {
  color: #c6c6c6;
}
#area .corner .cont .area-buttons .btn.tobu_area {
  background-color: #c6c6c6;
}
#area .corner .cont .area-buttons .btn.tobu_area::after {
  color: #c6c6c6;
}
#area .corner .cont .area-buttons .btn.monobe_area {
  background-color: #d06180;
}
#area .corner .cont .area-buttons .btn.monobe_area::after {
  color: #d06180;
}
#area .corner .cont .area-buttons .btn.reihoku_area {
  background-color: #c6c6c6;
}
#area .corner .cont .area-buttons .btn.reihoku_area::after {
  color: #c6c6c6;
}
#area .corner .cont .area-buttons .btn.niyodo_area {
  background-color: #f1c52b;
}
#area .corner .cont .area-buttons .btn.niyodo_area::after {
  color: #f1c52b;
}
#area .corner .cont .area-buttons .btn.kouban_area {
  background-color: #c6c6c6;
}
#area .corner .cont .area-buttons .btn.kouban_area::after {
  color: #c6c6c6;
}
#area .corner .cont .area-buttons .btn.hata_area {
  background-color: #3d96ca;
}
#area .corner .cont .area-buttons .btn.hata_area::after {
  color: #3d96ca;
}
#area .area-detail {
  padding: clamp(10px,1.667vw ,20px) 0;
}
#area .area-detail.hata {
  margin-bottom: 5rem;
}
#area .area-detail .cont .area-band {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  margin-bottom: 1.5em;
  border-radius: 5px;
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 600px) {
  #area .area-detail .cont .area-band {
    font-size: 1em;
    margin: 0.5em 0 1em;
  }
}
#area .area-detail .cont .area-band.kochi_area {
  background-color: #da673d;
}
#area .area-detail .cont .area-band.tobu_area {
  background-color: #3669a9;
}
#area .area-detail .cont .area-band.monobe_area {
  background-color: #d06180;
}
#area .area-detail .cont .area-band.reihoku_area {
  background-color: #3fa386;
}
#area .area-detail .cont .area-band.niyodo_area {
  background-color: #f1c52b;
}
#area .area-detail .cont .area-band.kouban_area {
  background-color: #90bf52;
}
#area .area-detail .cont .area-band.hata_area {
  background-color: #3d96ca;
}
#area .area-detail .cont .area-content .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 600px) {
  #area .area-detail .cont .area-content .card-list {
    justify-content: space-between;
    gap: 0 2rem;
  }
}
#area .area-detail .cont .area-content .card-item {
  margin-top: 1.5em;
}
@media (max-width: 600px) {
  #area .area-detail .cont .area-content .card-item {
    width: calc(50% - 1rem);
  }
}
#area .area-detail .cont .area-content .card-item .card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
#area .area-detail .cont .area-content .card-item .card-link .card {
  position: relative;
  width: 210px;
}
@media (max-width: 600px) {
  #area .area-detail .cont .area-content .card-item .card-link .card {
    width: 100%;
  }
}
#area .area-detail .cont .area-content .card-item .card-link .card .card-stamp {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 80px;
  height: 80px;
  z-index: 10;
}
@media (max-width: 600px) {
  #area .area-detail .cont .area-content .card-item .card-link .card .card-stamp {
    width: 35%;
  }
}
#area .area-detail .cont .area-content .card-item .card-link .card .card-stamp img {
  width: 100%;
  height: auto;
  display: block;
}
#area .area-detail .cont .area-content .card-item .card-link .card .card-figure {
  margin: 0;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 8px;
}
#area .area-detail .cont .area-content .card-item .card-link .card .card-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
#area .area-detail .cont .area-content .card-item .card-link .card:hover .card-figure img {
  transform: scale(1.1);
}
#area .area-detail .cont .area-content .card-item .card-link .card .card-caption {
  text-align: center;
  margin-top: 0.5rem;
  text-decoration: underline;
}
#area .card-link.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: transform 0.3s ease;
  transform: translateY(0);
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 930px) {
  .site-header {
    border-radius: 0;
  }
}
.site-header--hidden {
  transform: translateY(-100%);
}
.site-header .header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
@media (max-width: 600px) {
  .site-header .header__inner {
    padding: 10px 0;
  }
}
.site-header .logo img {
  width: 70px;
  display: block;
  margin-right: 5rem;
}
@media (max-width: 600px) {
  .site-header .logo img {
    margin-right: 1rem;
    width: 40px;
  }
}
.site-header .site-nav ul {
  display: flex;
  gap: 5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 600px) {
  .site-header .site-nav ul {
    gap: 1rem;
  }
}
.site-header .site-nav a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
@media (max-width: 600px) {
  .site-header .site-nav a {
    font-size: 0.7em;
  }
}

.lg {
  /* ここで video-wrapper 本体を定義 */
}
.lg > section:first-of-type {
  padding-top: 2rem;
}
@media (max-width: 600px) {
  .lg > section:first-of-type {
    padding-top: 0.5rem;
  }
}
.lg .area-band {
  position: relative;
  width: 100%;
  height: clamp(150px,22.917vw ,250px);
  margin-bottom: 4rem;
  overflow: visible;
  /* 黄金のグラデ */
  background: linear-gradient(to right, #e0b100, #f8e066);
}
.lg .area-band::before, .lg .area-band::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.lg .area-band::before {
  bottom: 0.5rem;
  height: 0.3rem;
  background: #fff;
}
@media (max-width: 600px) {
  .lg .area-band::before {
    bottom: 0.2rem;
    height: 0.2rem;
  }
}
.lg .area-band__stamp {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 165px;
  height: 165px;
}
@media (max-width: 600px) {
  .lg .area-band__stamp {
    left: 50%;
    transform: translate(-50%, -60%);
    width: 100px;
    height: 100px;
  }
}
.lg .area-band__stamp img {
  width: 100%;
  height: auto;
  display: block;
}
.lg .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.lg .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lg .video-wrapper + .video-wrapper {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .lg .video-wrapper + .video-wrapper {
    margin-top: 1rem;
  }
}

.lg .dish_people,
.lg .tour_people {
  padding-bottom: 0;
}
.lg .dish_people img,
.lg .tour_people img {
  margin: 0 auto;
}
.lg .tour_bg {
  background: #e6f2fa;
}
.lg .dish_bg {
  background: #fdfcf0;
}
.lg .tour-banner,
.lg .dish-banner {
  position: relative;
  overflow: visible;
  height: auto;
}
.lg .tour-banner__inner,
.lg .dish-banner__inner {
  position: relative;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
@media (max-width: 600px) {
  .lg .tour-banner__inner,
.lg .dish-banner__inner {
    height: 120px;
  }
}
.lg .tour-banner__image,
.lg .dish-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 0;
}
@media (max-width: 600px) {
  .lg .tour-banner__image,
.lg .dish-banner__image {
    height: 120px;
  }
}
.lg .tour-banner__image img,
.lg .tour-banner__image source,
.lg .dish-banner__image img,
.lg .dish-banner__image source {
  width: 1920px;
  margin: 0 auto;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .lg .tour-banner__image img,
.lg .tour-banner__image source,
.lg .dish-banner__image img,
.lg .dish-banner__image source {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.lg .tour-banner__label,
.lg .dish-banner__label {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0.2rem 3rem;
  border-radius: 2rem;
  font-weight: bold;
  font-size: 1.2rem;
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 600px) {
  .lg .tour-banner__label,
.lg .dish-banner__label {
    font-size: 1rem;
  }
}
.lg .tour-banner {
  background-color: #54b5dd;
  height: 150px;
}
.lg .tour-banner__label {
  border: 3px solid #00a3c1;
  color: #00a3c1;
}
@media (max-width: 600px) {
  .lg .tour-banner__label {
    border: 2px solid #00a3c1;
  }
}
.lg .dish-banner {
  background-color: #ffdd25;
}
.lg .dish-banner__label {
  border: 3px solid #ffdd25;
  color: #a5381d;
}
@media (max-width: 600px) {
  .lg .tour-banner,
.lg .dish-banner {
    height: 120px;
  }
}
.lg .area-cards {
  padding-top: clamp(20px,4.167vw ,60px);
}
.lg .area-cards.eat .cont {
  background: #fff;
  padding: clamp(20px,3.75vw ,50px);
  border-radius: 15px;
}
.lg .area-cards.eat .shop {
  font-size: 1.5em;
  font-weight: bold;
}
@media (max-width: 600px) {
  .lg .area-cards.eat .shop {
    font-size: 1.3em;
  }
}
.lg .area-cards.eat #gdluck {
  border: solid 1px #ddd;
}
.lg .area-cards.eat .shop-card__info th {
  color: #e87e17;
}
.lg .area-cards .shop-cards {
  display: grid;
  gap: 1rem;
}
.lg .area-cards .shop-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  background: #fff;
  padding: 1.5rem;
  align-items: start;
  border: solid 1px #eee;
}
.lg .area-cards .shop-card.tc {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 930px) {
  .lg .area-cards .shop-card.tc {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
@media (max-width: 930px) {
  .lg .area-cards .shop-card {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
.lg .area-cards .shop-card__figure {
  position: relative;
  width: 100%;
  padding-bottom: 51%;
  overflow: hidden;
}
.lg .area-cards .shop-card__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 930px) {
  .lg .area-cards .shop-card__desc {
    grid-column: auto;
    grid-row: auto;
  }
}
.lg .area-cards .shop-card__desc p {
  margin: 0;
  line-height: 1.6;
  color: #424242;
}
.lg .area-cards .shop-card__desc .title {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #424242;
}
@media (max-width: 930px) {
  .lg .area-cards .shop-card__desc .title {
    margin: 0 0 0.25rem;
  }
}
.lg .area-cards .shop-card__info {
  width: 100%;
  border-collapse: separate;
  padding: 0 1rem;
  background: #faf8ed;
  font-size: 0.85em;
}
.lg .area-cards .shop-card__info th,
.lg .area-cards .shop-card__info td {
  padding: 0.5rem 0;
  vertical-align: top;
}
.lg .area-cards .shop-card__info th {
  width: 7em;
  color: #54b5dd;
  font-weight: bold;
  text-align: left;
}
.lg .area-cards .shop-card__info td {
  color: #424242;
  line-height: 1.4;
}
.lg .area-cards .shop-card__info tr + tr th,
.lg .area-cards .shop-card__info tr + tr td {
  border-top: 1px solid #ddd;
}
.lg .area-cards .shop-card__info a {
  color: #424242;
  text-decoration: underline;
}
.lg .area-cards .shop-card__info a:hover {
  text-decoration: none;
}
@media (max-width: 930px) {
  .lg .area-cards .shop-card__body {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (max-width: 600px) {
  .lg .area-cards .shop-card__body {
    grid-column: auto;
    grid-row: auto;
  }
}
.lg .external-link {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  color: #54b5dd;
}
.lg .external-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  background: url("../area/img/external-icon.svg") no-repeat center;
  background-size: contain;
  /* vertical-align は不要になりました */
}
.lg .dish-recipe {
  padding: clamp(20px,4.167vw ,60px) 0 0 0;
}
.lg .dish-recipe .cont {
  background: #fff;
  padding: clamp(10px,2.917vw ,50px) clamp(10px,5vw ,100px);
  border-radius: 15px;
}
.lg .dish-recipe__heading img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .lg .dish-recipe__heading img {
    max-height: 3rem;
  }
}
.lg .dish-recipe .recipe-image img {
  width: 100%;
}
.lg .dish-recipe .recipe-image__caption {
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 0.5em;
}
@media (max-width: 600px) {
  .lg .dish-recipe .recipe-image__caption {
    font-size: 1.3em;
  }
}
.lg .dish-recipe .recipe-intro {
  margin: 2rem auto;
  padding: 1rem;
  border: 1px solid #c7b241;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .lg .dish-recipe .recipe-intro {
    margin: 1rem auto;
  }
}
.lg .dish-recipe .recipe-intro p {
  margin: 0;
}
.lg .dish-recipe__subheading,
.lg .dish-recipe .recipe-subheading {
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
  font-weight: bold;
}
@media (max-width: 600px) {
  .lg .dish-recipe__subheading,
.lg .dish-recipe .recipe-subheading {
    margin: 0.5rem 0;
  }
}
.lg .dish-recipe .recipe-ingredients {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.lg .dish-recipe .recipe-ingredients li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 600px) {
  .lg .dish-recipe .recipe-ingredients li {
    font-size: 0.85em;
  }
}
.lg .dish-recipe .recipe-ingredients li:last-child {
  border-bottom: none;
}
.lg .dish-recipe .recipe-steps {
  counter-reset: step;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lg .dish-recipe .recipe-steps li {
  position: relative;
  padding: 1rem 0;
  padding-left: 3rem;
  counter-increment: step;
  font-size: 1.125em;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 600px) {
  .lg .dish-recipe .recipe-steps li {
    font-size: 1em;
  }
}
.lg .dish-recipe .recipe-steps li:last-child {
  border-bottom: none;
}
.lg .dish-recipe .recipe-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 1em;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  background: #c7b241;
  color: #fff;
  font-weight: bold;
}
.lg .btn_video,
.lg .btn_shop {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 1.5rem;
  background-color: #ff0000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 20px;
  transition: background-color 0.3s ease;
  margin-top: 0.75em;
  font-size: 0.875em;
}
.lg .btn_video:hover,
.lg .btn_shop:hover {
  background-color: #e60000;
}
.lg .btn_video:visited,
.lg .btn_shop:visited {
  color: #fff;
}
.lg .btn_shop {
  background-color: #54b5dd;
}
.lg .btn_shop:hover {
  background-color: #2aa2d4;
}
/*# sourceMappingURL=style.css.map */