/*202602 topリニューアル*/
.pc-flex {
    display: flex;
    gap: 35px;
    width: 145px;
    justify-content: center;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
#sns_link {
    position: absolute;
    top: 44%;
    right: 230px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#sns_link img {
  height: 28px;
}
.headerinner .pc-flex > a, .headerinner .pc-flex > div {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #A3A3A3;
  gap: 5px;
  cursor: pointer;
  transition: opacity 200ms ease-in;
}
.headerinner .pc-flex > a:hover, .headerinner .pc-flex > div:hover {
  opacity: 0.7;
}
.headerinner .pc-flex > a > img {
  height: 26px;
}
.headerinner .pc-flex > div > img {
  height: 26px;
}
select.selectlink {
  -webkit-appearance: none; /* Google Chrome、Safari */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* 標準のスタイルを無効に */
}
select.selectlink::-ms-expand { /* IE */
  display: none;
}
.selectlink {
  border: none;
  background: #A3A3A3;
  padding: 4px 40px 4px 25px;
  color: #fff;
}
.headerlanguage {
  position: relative;
}
.headerinner .pc-flex > div.menuBtn {
  display: none;
}
/* 見た目は適宜調整してください */
.pseudo-select {
  position: relative;
  width: 145px;
}
.pseudo-select__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0px 30px 0px 20px;
  border: 1px solid #ccc;
  background: #A3A3A3;
  cursor: pointer;
  color: #fff;
  font-size: clamp(10px, calc(7.67px + 0.52vw), 16px);
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.pseudo-select__button:hover {
  opacity: 0.7;
}
.pseudo-select__arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #fff;
}
/* 開いた時に矢印反転（任意） */
.pseudo-select.is-open .pseudo-select__arrow {
  transform: rotate(180deg);
}
/* リスト */
.pseudo-select__list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0px);
  z-index: 1000;
  margin: 0;
  list-style: none;
  background: #EEEEEE;
  color: #AAAAAA;
  overflow: auto;
  padding: 35px 36px;
  gap: 10px;
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  display: flex;
  flex-flow: column;
}
/* option */
.pseudo-select__option {
  cursor: pointer;
  font-size: clamp(11px, calc(2.11px + 0.87vw), 16px);
  border-bottom: 1px solid #aaa;
}
.pseudo-select__option:hover {
  opacity: 0.6;
}
.pseudo-select__option:last-child {
  border: none;
}
.pseudo-select__option[aria-selected="true"] {
  font-weight: 700;
}
.pseudo-select__option.is-active {
  background: #f2f2f2;
}
/* hidden属性のフォールバック（念のため） */
.pseudo-select__list[hidden] {
  display: none;
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 80px;
  }
.headerinner {
    padding: 0 10px;
    justify-content: flex-end;
    align-items: center;
    height: 95px;
    flex-flow: nowrap;
}
  .headerlogo {
    align-items: self-start;
    flex-flow: column-reverse;
    gap: 5px;
}
.headerlogo img {
    max-width: 120px;
    padding-top: 0;
}

.pc-flex {
    width: unset;
    position: relative;
    top: 8px;
    gap: 25px;
    margin-right: 10px;
}

.headerlanguage {
    display: block;
    position: absolute;
    bottom: 0;
    top: unset;
  }
  .pseudo-select {
    width: 106px;
  }
　.pc-flex, .headerinner .pc-flex > div.menuBtn {
    display: flex;
  }
  .headerinner .pc-flex > div.btnmenu {
    display: none;
  }
  .headerinner .pc-flex > a, .headerinner .pc-flex > div {
    justify-content: flex-end;
    gap: 2px;
    font-size: 8px;
    position: relative;
    top: -4px;
  }
  .headerinner .pc-flex > div > img {
    height: 15px;
    margin-bottom: 4px;
  }
  .headerinner .pc-flex > a > img {
    height: 24px;
  }
  .pseudo-select__list {
    left: unset;
    padding: 5px;
    width: 50%;
  }
  .pseudo-select__option {
    text-align: center;
  }
  .pseudo-select__button {
    gap: 8px;
  }
}
#mv {
  margin-bottom: 8.5vw;
}
/*mv*/
#mv .mv-slider {
  display: block;
}
#mv .mv-fallback {
  display: none;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
/* SP：静止画に切り替え */
@media (max-width: 768px) {
  #mv {
    margin-bottom: 0;
  }
  #mv .mv-slider {
    display: none;
  }
  #mv .mv-fallback {
    display: block;
  }
  .mv-fallback img {
    width: 100%;
  }
}
/*コンテンツ*/
.max-section.section {
  max-width: 1200px;
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.full-section.section {
  max-width: unset;
  width: 100%;
}
.bg_gray {
  background: #F5F5F5;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map_wrap {
  flex-flow: row-reverse;
  width: 100%;
  justify-content: space-between;
  padding-right: 5vw;
}
h2.titposition {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 45px;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
}
.txtposition_renew {
  line-height: 2;
  width: 376px;
  height: 513px;
  font-size: clamp(11px, calc(7.67px + 0.52vw), 16px);
}
.ttb_renew {
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  _writing-mode: tb-rl;
  margin-top: 38px;
  letter-spacing: 2px;
  font-family: '@ＭＳ 明朝' !important;
}
.islandmap {
  display: flex;
  flex-flow: column;
  width: 31%;
  align-items: flex-end;
  margin-top: 27px;
}
.islandmap_img {
  width: 100%;
    height: auto;
  margin-bottom: 20px;
}
.oms {
  position: absolute;
  bottom: 0;
  z-index: 2;
  right: 35px;
}
#toips {
  padding-bottom: clamp(50px, 13vw, 100px);
}
#news {
  padding-bottom: clamp(50px, 10.4vw, 80px);
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #sns_link {
    display: none;
  }
  .max-section.section {
    width: 100%;
  }
}
/*spようこそ小豆島へ*/
@media screen and (max-width: 768px) {
  .index_map {
    background: url(../img/newtop/img_map.webp) right -50px no-repeat;
    background-size: 100%;
    padding: 40px 10px clamp(50px, 10.4vw, 80px);
    margin-bottom: 0 !important;
  }
  .title_top {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .fmin {
    font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  }
  .w56 {
    width: 56.25%;
  }
  .oms_logo {
    text-align: center;
  }
  .oms_logo02 {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    font-family: "メイリオ", Meiryo, Arial, sans-serif;
  }
  .lin17 {
    font-size: clamp(11px, calc(3.86px + 1.90vw), 13px);
  }
  .index_map .flex {
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .ranking_bnr {
    width: 200px;
  }
  .oms_img {
    width: 68px;
    height: auto;
  }
}
/*youtube再生モーダル*/
.yt-banner img {
  display: block;
  width: 100%;
  height: auto;
}
/* モーダル */
.ytmodal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.ytmodal.is-open {
  display: block;
}
.ytmodal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .7);
}
.ytmodal__dialog {
  position: relative;
  width: min(92vw, 960px);
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .35);
}
/* 閉じるボタン */
.ytmodal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  cursor: pointer;
}
/* 16:9レスポンシブ埋め込み（aspect-ratio対応） */
.ytmodal__video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}
.ytmodal__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
/* 縦が小さい端末での見切れ対策 */
@media (max-height: 520px) {
  .ytmodal__dialog {
    top: 12px;
    transform: none;
  }
}
/*タイトル*/
.top_title {
  font-size: clamp(21px, 3.9vw, 30px);
  text-align: center;
  position: relative;
  height: fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 60px;
  white-space: nowrap;
}
.top_title::after {
  content: "";
  height: 1px;
  width: 90%;
  background: #707070;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top_title::before {
  content: "";
  background: url("../img/newtop/news_ico.svg")no-repeat;
  width: 48px;
  height: 39px;
  display: block;
  margin: 0px auto;
}
.sec_title {
  font-size: clamp(18px, 3.4vw, 26px);
  color: #505050;
  text-align: center;
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
#enjoy.sec_title {
  padding-bottom: clamp(30px, 4vw, 60px);
}
#enjoy .top_title::before {
  content: "";
  background: url("../img/newtop/enjoy_ico.svg")no-repeat;
  width: 67px;
  height: 46px;
}
#access .top_title::before {
  content: "";
  background: url("../img/newtop/access_ico.svg")no-repeat;
  width: 52px;
  height: 51px;
}
#deep-dive .top_title::before {
  content: "";
  background: url("../img/newtop/deep_ico.svg")no-repeat;
  width: 52px;
  height: 75px;
}
@media screen and (max-width: 768px) {
  #news .top_title::before {
    width: 25px;
    height: 21px;
    background-size: contain;
  }
  #enjoy .top_title::before {
    width: 35px;
    height: 24px;
    background-size: contain;
  }
  #access .top_title::before {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  #deep-dive .top_title::before {
    width: 26px;
    height: 37px;
    background-size: contain;
  }
  .top_title::after {
    width: 70%;
  }
}
/*news*/
.topnews-wrap {
  justify-content: space-between;
  gap: 16vw;
}
.newswrap {
  float: unset;
  width: 100%;
  max-width: 80%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.newsdl dl:nth-child(n+4) {
  display: none;
}
#news .top_title {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .topnews-wrap {
    flex-flow: column;
    justify-content: center;
    gap: 10px;
  }
  .newswrap {
    max-width: unset;
    padding: 0 10px;
  }
  #news .top_title {
    margin-bottom: 30px;
  }
}
/*topics*/
@media screen and (min-width: 769px) {
  .sliderwrap .bx-wrapper {
    max-width: unset !important;
  }
}
#topics .sec_title {
  margin-bottom: 60px;
}
.top_bnr .top_bnr_wrap li img {
  width: 100%;
    height: auto;
}
.ai-video-bnr {
  padding-bottom: clamp(30px, 9.2vw, 70px);
  box-sizing: border-box;
}
.ai-video-bnr img{
    height: auto;
}
.sliderwrap img{
    height: auto;
}
@media screen and (max-width: 768px) {
  #topics .sec_title {
    margin-bottom: 20px;
  }
  .top_bnr .top_bnr_wrap {
    flex-wrap: wrap;
    gap: 7px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .top_bnr .top_bnr_wrap li {
    width: calc(50% - 3.5px);
  }
  .ai-video-bnr {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*enjoy*/
/*tab*/
/* タブ全体 */
.tab {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
/* タブ見出し */
.tab [role="tablist"] {
  display: flex;
  max-width: 550px;
  margin: 0 auto;
}
/* 各タブ */
.tab [role="tab"] {
  appearance: none;
  padding: clamp(30px, 4vw, 60px) 10px clamp(0px, 1.5vw, 20px);
  width: 100%;
  font-size: clamp(18px, 2vw, 26px);
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #505050;
}
.tab [role="tab"][aria-selected="true"] {
  color: #C4C4C4;
}
.tab [role="tab"] span::before {
  content: "";
  background: url("../img/newtop/enjoy_look_ico.svg")no-repeat;
  width: 35px;
  height: 34px;
  display: inline-block;
  margin-right: 16px;
  position: relative;
  top: 6px;
}
.tab [role="tab"]#tab-2 span::before {
  content: "";
  background: url("../img/newtop/enjoy_food_ico.svg")no-repeat;
  width: 40px;
  height: 36px;
  display: inline-block;
  margin-right: 16px;
  position: relative;
  top: 9px;
}
/* 選択中タブ */
.tab [role="tab"][aria-selected="true"] {
  z-index: 1;
}
/* 選択中タブの下ライン */
.tab [role="tab"][aria-selected="true"]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 38px;
  height: 1px;
  background: #AAAAAA;
}
/* 非選択タブ hover */
.tab [role="tab"][aria-selected="false"]:hover {
  opacity: 0.6;
}
.tab #tab-1 span::after {
  content: "";
  height: 19px;
  width: 1px;
  display: block;
  background: #707070;
  position: absolute;
  bottom: 33px;
  right: 0;
}
/* タブ中身 */
.tab [role="tabpanel"] {
  display: block;
  padding: clamp(30px, 5vw, 80px) 0 clamp(50px, 6vw, 100px);
}
/* 非表示パネル */
.tab [role="tabpanel"][aria-hidden="true"] {
  display: none;
}
.enjoylist {
  flex-wrap: wrap;
  gap: 100px 0;
}
.enjoylist li {
  width: 25%;
  position: relative;
}
.enjoylist li .enjoy_img {
  overflow: hidden;
  display: block;
}
.enjoylist li img {
    transition: transform 800ms;
    aspect-ratio: 300/180;
}
.enjoylist li a:hover {
  opacity: 1;
}
.enjoylist li a:hover img {
  transform: scale(1.05);
  opacity: 1;
}
.link_btn_wrap.btn-press {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 80%;
}
.enjoy_link_btn {
  background: #000000;
  color: #fff;
  display: block;
  width: 100%;
  padding: 7px 10px;
  box-sizing: border-box;
  font-size: clamp(10px, 1.5vw, 16px);
  text-align: center;
  position: relative;
}
.btn-press a {
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px);
}
.btn-press a:hover {
  box-shadow: none;
  transform: translateY(0);
}
.enjoy_link {
  background: #000000;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 377px;
  margin: 0 auto;
  padding: 7px 10px;
  box-sizing: border-box;
  font-size: clamp(10px, 1.5vw, 16px);
  text-align: center;
  position: relative;
  margin: clamp(50px, 6vw, 100px) auto 0;
}
/* SP */
@media (max-width: 768px) {
  .tab [role="tab"] {
    border-radius: 0;
  }
  .enjoylist {
    gap: 45px 0;
  }
  .enjoylist li {
    width: 50%;
  }
  .link_btn_wrap.btn-press {
    bottom: -20px;
  }
  .tab [role="tab"] span::before {
    width: 13px;
    height: 14px;
    background-size: 13px;
    margin-right: 6px;
    top: 1px;
  }
  .tab [role="tab"]#tab-2 span::before {
    width: 18px;
    height: 16px;
    background-size: 18px;
    margin-right: 6px;
    top: 3px;
  }
  .tab #tab-1 span::after {
    bottom: 12px;
  }
}
/*access*/
#access_title::after {
  width: 56%;
}
#access .sec_title {
  padding: clamp(35px, 4vw, 60px) 0 clamp(20px, 5vw, 70px);
}
#access .googlemap_wrap {
  position: relative;
}
#access .enjoy_link {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#access .traffic-wrap {
  margin: clamp(70px, 6vw, 110px) auto clamp(50px, 4vw, 70px);
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  gap: 2vw;
  flex-wrap: wrap;
}
#access .traffic-wrap li {
  width: calc(50% - 1vw);
}
#access .traffic-wrap li a {
  display: block;
  width: 100%;
  height: 110px;
  text-align: center;
  font-size: clamp(12px, 1.2vw, 16px);
  padding-top: 70px;
  border: 1px solid #707070;
  box-sizing: border-box;
  position: relative;
  transition-duration: .4s;
  color: #050505;
}
#access .traffic-wrap li a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 1px solid transparent;
  opacity: 1;
}
#access .traffic-wrap li a img {
  transition-duration: .4s;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
#access .traffic-wrap li a:hover img {
  transform: scale(1.2);
}
#access .inner_wrap {
  padding: 20px 10px clamp(50px, 4vw, 60px);
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#access .inner_enjoy_list {
  max-width: 990px;
  margin: 0 auto;
  gap: 4vw;
}
#access .inner_enjoy_list li {
  width: 100%;
  color: #050505;
  font-size: clamp(12px, 1.2vw, 16px);
}
#access .inner_enjoy_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
  gap: 15px;
  width: 100%;
}
#access .inner_enjoy_list li a img, #access .inner_hours_list li a img {
  transition-duration: .4s;
}
#access .inner_enjoy_list li a:hover img, #access .inner_hours_list li a:hover img {
  transform: scale(1.2);
  opacity: 1;
}
#access .inner_enjoy_list li a::after {
  content: "";
  background: url("../img/newtop/blank.svg")no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 6px;
  right: 20px;
}
#access .inner_hours_list {
  margin: 0 auto clamp(50px, 6vw, 100px);
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  gap: 1.5vw;
}
#access .inner_hours_list li {
  width: 100%;
}
#access .inner_hours_list li a {
  display: flex;
  width: 100%;
  height: 52px;
  justify-content: center;
  align-items: center;
  font-size: clamp(12px, 1.2vw, 16px);
  border: 1px solid #707070;
  box-sizing: border-box;
  position: relative;
  transition-duration: .4s;
  color: #050505;
  gap: 25px;
  line-height: 1;
  letter-spacing: 0.05em;
}
#access .inner_hours_list li a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  #access .traffic-wrap {
    gap: 30px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    max-width: 500px;
  }
  #access .traffic-wrap li {
    width: 100%;
  }
  #access .traffic-wrap li a {
    display: flex;
    justify-content: flex-start;
    gap: 28px;
    height: 48px;
    padding-top: 0;
    padding-left: 75px;
    align-items: center;
    letter-spacing: 0.05em;
  }
  #access .traffic-wrap li:first-child a {
    padding-left: 49px;
  }
  #access .traffic-wrap li a img {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    margin: unset;
  }
  #access .traffic-wrap li:last-child img {
    width: 47px;
  }
  #access .inner_wrap {
    padding: 20px 36px clamp(50px, 4vw, 60px);
  }
  #access .inner_wrap.bg_gray {
    margin: 0 10px 0;
  }
  #access .inner_enjoy_list {
    flex-wrap: wrap;
    gap: 5px;
    max-width: 500px;
  }
  #access .inner_enjoy_list li a {
    justify-content: flex-start;
    padding-left: 32px;
    box-sizing: border-box;
    line-height: 1;
    gap: 28px;
    padding-top: 10px;
  }
  #access .inner_enjoy_list li a img {
    top: -2px;
    position: relative;
  }
  #access .inner_enjoy_list li a::after {
    width: 12px;
    height: 12px;
    background-size: contain;
    top: 23px;
    right: 40px;
  }
  #access .inner_hours_list {
    flex-flow: column;
    gap: 30px;
    max-width: 500px;
  }
  #access .inner_hours_list li a {
    justify-content: flex-start;
    padding-left: 70px;
  }
  #access .inner_hours_list li a {
    justify-content: flex-start;
    padding-left: 40%;
    gap: 50px;
  }
  #access .inner_hours_list li a img {
    transform: scale(1.5);
    position: absolute;
    left: 19%;
  }
  #access .inner_hours_list li:last-child a img {
    left: calc(19% + 3px);
  }
}
/*deep-dive*/
#deep-dive {
  box-sizing: border-box;
  padding: 0 10px clamp(50px, calc(-63.78px + 11.11vw), 114px);
  margin-bottom: clamp(50px, calc(-38.89px + 8.68vw), 100px);
}
#deep-dive_title::after {
  width: 52%;
}
#deep-dive .sec_title {
  padding: clamp(50px, calc(14.44px + 3.47vw), 70px) 0 clamp(25px, calc(16.11px + 0.87vw), 30px);
}
#deep-dive .deep_list {
  flex-wrap: wrap;
  gap: 28px 24px;
  max-width: 1098px;
  margin: 0 auto;
}
#deep-dive .deep_list li {
  width: calc(100% / 3 - 16px);
  overflow: hidden;
}
#deep-dive .deep_list li img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #deep-dive .deep_list {
    gap: 8px 14px;
  }
  #deep-dive .deep_list li {
    width: calc(100% / 2 - 7px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
/*sp menu*/
body.opened {
  position: fixed;
  width: 100%;
}
#sp_menu {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 17px 0 0;
  background: rgba(256, 256, 256, 0.8);
  overflow: scroll;
}
#sp_menu a {
  text-decoration: none;
  color: #1a1a1a;
}
#sp_menu .menu_close {
  text-align: center;
  float: right;
  padding-right: 20px;
  font-size: 10px;
  margin-bottom: 15px;
  line-height: 1;
}
#sp_menu .menu_close a:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 30px;
  display: block;
}
#sp_menu ul {
  background-color: #FFFFFF;
  clear: both;
  border-top: 1px solid #dbdbdb;
}
#sp_menu ul li {
  border-bottom: 1px solid #dbdbdb;
  display: inline-block;
  width: 100%;
}
#sp_menu ul li a {
  padding: 0 20px;
  display: block;
  line-height: 51px;
  position: relative;
  text-align: right;
  color: #888888;
  font-size: 10px;
}
#sp_menu ul li a span {
  position: absolute;
  left: 20px;
  font-size: 15px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
  color: #1a1a1a;
}
#modal-overlay {
  background: rgba(255, 255, 255, 0.95) none repeat;
  height: 120%;
  left: 0;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.tel {
  margin: 20px;
  padding: 15px;
  border: solid #1a1a1a 2px;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  background: #FFFFFF;
  margin-bottom: 200px;
}
.tel:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 24px;
  color: #888888;
  margin-top: -18px;
}
.tel .number {
  font-size: 20px;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
}
.tel .time {
  color: #888888;
}
.bxs {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px 0px;
}
/*sp menu end*/
/*sp footer*/
/*******************FOOTER*************************/
@media (max-width: 768px) {
  .foote_link {
    margin-bottom: 30px;
  }
  .foote_link ul {
    width: 100%;
    padding: 10px;
  }
  .foote_link ul li {
    padding: 5px;
    width: 50%;
    float: left;
  }
  .foote_link ul li.long {
    width: 100%;
  }
  .foote_link ul li a {
    display: block;
    color: #FFFFFF;
    text-align: center;
  }
  .foote_link ul li a img {
    width: 100%;
    height: auto;
  }
  .foote_link ul li a .fa-twitter {
    color: #00b0ed;
    background: #FFFFFF;
    display: block;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto 10px;
    width: 35px;
    border-radius: 18px;
  }
  .foote_link ul li a .fa-facebook {
    color: #3b5998;
    background: #FFFFFF;
    display: block;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto 10px;
    width: 35px;
    border-radius: 18px;
  }
  .foote_link ul li a .fa-instagram {
    color: #DE3174;
    background: #FFFFFF;
    display: block;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto 10px;
    width: 35px;
    border-radius: 18px;
  }
  .foote_link ul li a.twitter_link {
    background: #00b0ed;
    padding: 10px;
  }
  .foote_link ul li a.facebook_link {
    background: #3b5998;
    padding: 10px;
  }
  .foote_link ul li a.instagram_link {
    background: #DE3174;
    padding: 10px;
  }
  .footer_area {
    background: #000000;
    padding-top: 40px;
  }
  .footer_area #copyright {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    color: #fff;
    background: #000;
    text-align: center;
    font-size: 7px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
  }
  .footer_logo {
    text-align: center;
  }
  .footer_area #footer_pclink {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .footer_area #footer_pclink a {
    line-height: 50px;
    display: block;
    background: #FFFFFF;
    text-align: center;
    position: relative;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    text-decoration: none;
    color: #1a1a1a;
  }
  .footer_area #footer_pclink a:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    right: 1em;
    color: #888888;
  }
  /*フッター言語*/
  .lang_btn ul {
    display: inline;
    padding: 0;
    margin: 32px auto;
  }
  .lang_btn ul li {
    display: inline !important;
    /*    text-align: center;
      vertical-align: middle;
      width: 33%;*/
  }
  .lang_btn ul li a {
    display: block;
    height: auto;
    width: auto;
    border-radius: 0px;
    font-size: 14px;
  }
  .lang_btn_ul {
    width: 94% !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lang_btn_ul li {
    width: 32%;
    border: solid 1px #000;
  }
  .lang_btn_ul li a {
    padding: 12px 4px;
    background: #fff;
  }
  /*******************SNS*************************/
  .sns {
    margin-bottom: 20px;
    text-align: center;
  }
  .sns ul {
    display: table;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .sns ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /* width: 33%; */
  }
  .sns ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    font-size: 18px;
  }
  .sns ul li a.facebook_link {
    background: #3b5998;
    margin-right: 20px;
  }
  .sns ul li a.twitter_link {
    background: #00b0ed;
    margin-right: 20px;
  }
  .sns ul li a.tripad_link {
    background: #00a680;
    margin-right: 20px;
  }
  .sns ul li a.insta_link {
    background: #DE3174;
  }
  .sns ul li a.google_link {
    background: #dd4b39;
  }
  .sns ul li a .fa {
    color: #FFFFFF;
    line-height: 40px;
  }
  .fnav ul {
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
  }
  .fnav ul {
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
  }
  .fnav ul a {
    color: #fff;
    font-size: 10px;
  }
  .sns_nav ul {
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .sns_nav ul img {
    width: 22px;
  }
  .footer-brand {
    width: 80%;
    display: flex;
    margin: 0 auto 30px;
    gap: 30px;
    font-size: 10px;
  }
  .footer-brand a {
    color: #fff;
    font-size: 10px;
  }
  .footer-logo img {
    max-width: 110px;
    margin-top: 10px;
  }
  .footer-brand > p, .footer-brand > address {
    width: 100%;
  }
  .footer-brand > p {
    text-align: center;
  }
  .footer-brand > address p, .footer-brand > address a {
    color: #fff;
  }
}
/*sp footer end*/
/*LINE bnr*/
.float-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  width: min(320px, calc(100vw - 32px));
}
.float-banner__link img {
  display: block;
  width: 100%;
  height: auto;
}
/* ×ボタン */
.float-banner__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.float-banner__close img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .float-banner {
    width: 188px;
  }
  .float-banner__close {
    top: -3px;
    right: -3px;
    width: 27px;
    height: 27px;
  }

}

.menu-modal__close {
    position: absolute;
    top: 3rem;
    right: 30px;
    background: none;
    border: none;
    width: 3rem;
    height: 2rem;
    cursor: pointer;
    padding: 0;
    z-index: 1;
    color: #ffffff;
}
@media (max-width: 1400px) {
  .menu-modal__close {
  right:11rem;
  }
}
.menu-modal__close::before,
.menu-modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.menu-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-modal__close:hover,
.menu-modal__close:focus {
  opacity: 0.6;
  outline: none;
}