@charset "utf-8";
:root {
  --font-roboto: "Roboto", sans-serif;
  --font-sans-serif: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  --font-jost: "Jost", "Noto Sans JP", sans-serif;
}
main {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
main a {
  word-break: break-all;
}
.specialpage a:not([class]) {
  color: #0368d9;
}
.specialpage a:not([class]):hover {
  text-decoration: underline;
}

/*サイドバー「Latest Feature」非表示*/
.side_collist {
  display: none !important;
}

.region_contents {
  font-size: 16px;
  counter-reset: title-count 0;
}
.region_contents a:not([class]) {
  text-decoration: none;
  color: #0368d9;
}
.region_contents a:not([class]):hover {
  text-decoration: underline;
}
.region_mv {
  width: 100%;
  text-align: center;
  background: #fff;
  margin-bottom: 150px;
}
.region_mv img {
  width: 100%;
}

.page_title {
  display: block;
  width: 100%;
  line-height: 1;
  margin: 0 auto 46px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .region_mv {
    margin-bottom: 0;
  }
  .page_title {
    width: 90vw;
  }
}

.writer {
  overflow: hidden;
  margin-top: 79px;
  margin-bottom: 79px;
}
.writer.flex {
  display: flex;
  align-items: center;
}
.writer.flex .text {
  flex: 1;
  padding: 0 20px 0 61px;
}
.writer.flex .text .profile {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.writer.flex .text .profile small {
  display: inline-block;
  font-size: 20px;
}
.writer.flex .text p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.writer.flex figure {
  flex-shrink: 0;
  width: 156px;
}
.writer.flex figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spot_contents + .spot_contents {
  margin-top: 100px;
}
.spot_contents > figure {
  margin-bottom: 35px;
}
.spot_contents > figure figcaption {
  font-size: 14px;
  letter-spacing: 0.024em;
  margin-top: 8px;
}
.spot_contents > p {
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.spot_contents > p b,
.spot_contents > p strong {
  font-weight: bold;
}
.spot_contents > p + figure {
  margin-top: 40px;
}
.spot_contents > p + p {
  margin-top: 1em;
}
.spot_contents > * + .title01 {
  margin-top: 80px;
}
/*
.num_title{
counter-increment: title-count;
font-size:24px;
font-weight: bold;
letter-spacing: 0.02em;
color: #fff;
overflow: hidden;
border-radius: 8px;
background:#000000;
margin-bottom:25px;
}
.num_title::before{
content:counter(title-count, decimal-leading-zero);
display: inline-block;
font-family: var(--font-jost)!important;
font-size: 26px;
font-weight: bold;
text-align: center;
letter-spacing: 0;
color: #000000;
padding:10px 18px;
margin-right:20px;
background-color: #fff;
border:2px solid #000;
border-radius:7px;
}
.catch_title{
font-size:28px;
font-weight: bold;
letter-spacing: 0.02em;
color:#EE0A0A;
padding:15px 0;
margin-bottom:30px;
border-top:2px solid currentColor;
border-bottom:2px solid currentColor;
}
.spot_contents .shop_catch{
font-size:28px;
font-weight: bold;
letter-spacing: 0.02em;
color:#EE0A0A;
margin-bottom:30px;
}
.text-large{
font-size:32px;
font-weight: bold;
letter-spacing: 0.02em;
}
.menu_item{
margin-top:35px;
margin-bottom:35px;
}
.title01{
font-size: 24px;
letter-spacing: 0.02em;
font-weight: bold;
padding:6px 15px 9px 20px;
margin-bottom:35px;
border-left:6px solid #EE0A0A;
border-bottom:1px solid #C9C9C9;
}
.title01 span{
font-size:16px;
display: block;
}
*/
/*slick slider css*/
.slider {
  position: relative;
  margin-bottom: 20px;
}
.slider figcaption {
  font-size: 16px;
  letter-spacing: 0.024em;
  line-height: 1.5;
  margin-top: 8px;
}
.slick-num {
  font-family: var(--font-jost) !important;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  pointer-events: none;
}
.slick-num .now-count,
.slick-num .all-count {
  font-weight: bold;
}
.slider .slide-arrow {
  position: absolute;
  cursor: pointer;
}
.slider .slide-arrow:hover {
  opacity: 0.5;
}
.slider .prev-arrow,
.slick-prev {
  top: unset;
  right: unset;
  bottom: 5px;
  left: 25%;
  transform: unset;
  transition: all 0.3s ease;
}
.slider .prev-arrow:active {
  left: 24.5%;
}
.slider .next-arrow,
.slick-next {
  top: unset;
  left: unset;
  bottom: 5px;
  right: 25%;
  transform: unset;
  transition: all 0.3s ease;
}
.slider .next-arrow:active {
  right: 24.5%;
}
.slider-navigation {
  margin-bottom: 35px;
}
.slider-navigation.no_slide .slick-track {
  transform: unset !important;
  display: flex;
  gap: 10px;
}
.slider-navigation .slick-slide {
  cursor: pointer;
  text-align: center;
}
.slider-navigation.no_slide .slick-slide {
  float: none;
}
.slider-navigation .slick-slide img {
  opacity: 1;
  transition: all 0.2s ease;
}
.slider-navigation .slick-slide.slick-current {
  opacity: 0.3;
}
/*slick slider css*/

.model_comment.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 45px;
}
.model_comment figure {
  margin: 0 21px 0 12px;
  text-align: center;
  width: 90px;
}
.model_comment .text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin: 0;
  padding: 20px 35px;
  position: relative;
  background-color: #eaeaea;
  border-radius: 28px;
  width: 665px;
}
.model_comment .text::before {
  content: "";
  background: url("../img/fukidashi_img01.svg") no-repeat left top / cover;
  /* background: #EAEAEA; */
  display: inline-block;
  width: 10px;
  height: 12px;
  /* clip-path: polygon(0 0, 100% 50%, 0 100%); */
  position: absolute;
  top: calc(50% - 6px);
  left: -10px;
}

.spot_info {
  margin-top: 46px;
}
.spot_info .flex {
  display: flex;
  gap: 46px;
}
.spot_info h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.spot_info figure {
  flex-shrink: 0;
  max-width: 326px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
/* .spot_info .text {
} */
.spot_info p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 0 !important;
}

.region_conclusion {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.75;
  padding: 35px 45px 25px;
  margin-top: 30px;
  border: 1px solid #c9c9c9;
}
.region_conclusion > p + p {
  margin-top: 1em;
}
.region_conclusion > p b,
.region_conclusion > p strong {
  font-weight: bold;
}

@media (max-width: 600px) {
  .region_contents {
    font-size: 14px;
  }
  .region_intro .page_title {
    font-size: 20px;
    font-weight: 600;
  }
  .region_intro .page_title span {
    font-size: 16px;
  }
  .region_intro > p .small {
    font-size: 13px;
  }
  .writer {
    padding: 30px 0px;
  }
  .writer.flex {
    flex-direction: column;
    gap: 20px;
  }
  .writer.flex .text {
    padding: 0;
  }
  .profile {
    margin-bottom: 10px;
  }
  .profile small {
    font-size: 13px;
  }
  .writer.flex figure {
    max-width: 156px;
    width: 60%;
    flex-shrink: 1;
    overflow: hidden;
    border-radius: 24px;
  }
  .region_intro > p {
    font-size: 15px;
  }
  .spot_contents + .spot_contents {
    margin-top: 60px;
  }
  .spot_contents > figure {
    margin-bottom: 25px;
  }
  .spot_contents > figure figcaption {
    font-size: 13px;
    margin-top: 5px;
  }
  .spot_contents > p + figure {
    margin-top: 25px;
  }
  .spot_contents > p {
    font-size: 15px;
  }
  .spot_contents > p + p {
    margin-top: 1.5em;
  }
  .num_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .num_title::before {
    font-size: 20px;
    padding: 12px 18px;
    margin-right: 25px;
  }
  .catch_title {
    font-size: 20px;
    padding: 8px 0;
  }
  .spot_contents .shop_catch {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .text-large {
    font-size: 21px;
  }
  .title01 {
    font-size: 18px;
    padding: 3px 10px 5px 15px;
    margin-bottom: 20px;
  }
  .title01 span {
    font-size: 14px;
  }
  /*slick slider css*/
  .slider figcaption {
    font-size: 13px;
  }
  .slick-num {
    font-size: 15px;
  }
  .slider .slide-arrow:focus {
    opacity: 0.5;
  }
  .slider-navigation {
    margin-bottom: 25px;
  }
  .slider-navigation.no_slide .slick-track {
    gap: 6px;
  }
  /*slick slider css*/

  .hukidashi {
    font-size: 15px;
    padding: 20px;
  }
  .hukidashi::before {
    content: "";
    display: block;
    width: 20px;
    height: 25px;
    position: absolute;
    bottom: -21px;
    right: 15%;
    margin-left: 0;
    background: #fffbee;
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
  .hukidashi::after {
    content: "";
    display: block;
    width: 20px;
    height: 25px;
    position: absolute;
    bottom: -23px;
    right: calc(15% + 1px);
    background: #000;
    z-index: -1;
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
  .spot_info {
    margin-top: 50px;
  }
  .spot_info .flex {
    flex-direction: column;
    gap: 25px;
  }
  .spot_info h4 {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .spot_info p {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.75;
  }
  .spot_info .flex .text p span {
    display: block;
  }

  .region_conclusion {
    font-size: 16px;
    padding: 20px 25px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .model_comment.flex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .model_comment .text {
    font-size: 14px;
    width: 100%;
    padding: 15px 13px;
    border-radius: 8px;
  }

  .model_comment .text::before {
    content: "";
    background: url("../img/fukidashi_img01.svg") no-repeat left top / cover;
    background: #eaeaea;
    display: inline-block;
    width: 10px;
    height: 12px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: rotate(90deg);
    position: absolute;
    bottom: -11px;
    top: initial;
    left: 65px;
  }
  .model_comment figure {
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    margin: 6px 0 0;
  }
  .model_comment figure img {
    width: 60px;
    flex-shrink: 0;
  }
  .model_comment figure figcaption {
    display: block;
    flex: 1;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
  }
}
/* epass_mv */
.epass_mv {
  width: 100%;
  margin-bottom: 120px;
}
.epass_mv img {
  width: 100%;
  text-align: center;
}
@media (max-width: 600px){/*SP以下 表示*/
  .epass_mv {
    margin-bottom: 60px;
  }
}/*END SP以下 表示*/
/* epass_lead
-----------------------------*/
.epass_lead {
  margin-bottom: 74px;

}

.epass_lead .epassTit {
  text-align: center;
  margin: 30px auto;
}

.lead_box.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.lead_box.flex > div {
  max-width: 575px;
}
.lead_box h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.75;
  margin: 20px 0 23px;
}
.lead_box.flex.box1 {
  flex-direction: row-reverse;
}
.lead_box.flex.box1 figure {
  margin-top: 0;
  max-width: 442px;
}
.lead_box.flex.box1 div {
  max-width: 576px;
}
.lead_box:nth-child(1) h2 {
  margin-top: 20px;
}
.lead_box p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.25;
  margin-bottom: 18px;
}
.lead_box p a {
  display: inline-block;
}
.lead_box p + p {
  margin-top: 1.13em;
}
.lead_box .small {
  font-size: 13px;
}
.lead_box .line,
.lead_box .dots {
  display: inline-block;
  position: relative;
}
.lead_box .line::after {
  content: "";
  background: #f27b11;
  display: inline-block;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0.25em;
  z-index: -1;
}
.lead_box .dot{
  display: inline-block;
  position: relative;
}
.lead_box .dot::after{
  content:"";
  width: 8px;
  aspect-ratio: 1 / 1;
  background-color: #eace28;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 4px);
  top: 0;
}
/* .lead_box .dots::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 8px;
  background: radial-gradient(circle farthest-side, #eace28, #eace28 20%, transparent 20%, transparent);
  background-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
} */
.lead_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 33px;
  max-width: 477px;
}
.lead_box ul li{
  flex: 1;
}
.lead_box.box2 figure {
  max-width: 530px;
}
@media screen and (max-width: 600px) {
  .lead_box.flex,
  .lead_box.flex:nth-child(1) {
    flex-direction: column;
  }
  .lead_box .line::after {
    height: 4px;
    bottom: 0.25em;
  }
  .lead_box h2 {
    font-size: 22px;
  }
  .lead_box .dots {
    text-emphasis: circle #eace28;
    -webkit-text-emphasis: circle #eace28;
    text-emphasis: filled #eace28;
    -webkit-text-emphasis: filled #eace28;
  }
  .lead_box .dots::after {
    display: none;
  }
  .lead_box p {
    font-size: 14px;
    line-height: 1.85;
  }
  .lead_box figure {
    margin-top: 0;
  }
  .lead_box ul {
    align-items: center;
  }
  .lead_box div ul li {
    width: 45%;
  }
}

/* .contentWrap
-----------------------------*/

.contentWrap {
  display: flex;
  max-width: 1120px;
  width: 90vw;
  margin: auto;
}

@media screen and (max-width: 600px) {
  main {
    width: 100%;
    order: 1;
  }
  aside {
    width: 100%;
  }
}

/* main common
-----------------------------*/
main section h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
main section h2 span {
  font-size: 24px;
  display: block;
}
main section h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
main section p {
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.menu_item {
  margin-top: 40px;
  margin-bottom: 45px;
}

.menu_item .dots {
  margin-bottom: 30px;
}

.slidernav {
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  main section h2 span {
    font-size: 14px;
  }

  main section h2,
  main section h3 {
    font-size: 22px;
  }
}
.spot_lead{
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 30px;
}
.spot_lead.reverse{
  flex-direction: row-reverse;
}

.spot_lead figure{
  max-width: 300px;
}
.spot_lead div{
  max-width: 430px;
}
.spot_lead p{
  margin: 15px 0;
}
@media (max-width: 600px){/*SP以下 表示*/
  .spot_lead{
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  .spot_lead.reverse{
    flex-direction: column;
  }
  .spot_lead figure{
    max-width: 100%;
  }
  .spot_lead div{
    max-width: 100%;
  }
}/*END SP以下 表示*/
/* day1
-----------------------------*/
.day1 {
  margin-bottom: 150px;
}
.day1 h2 {
  position: relative;
  padding-top: 35px;
  border-bottom: 3px solid #f27b11;
  padding-bottom: 18px;
}
.day1 h2::before {
  content:"";
  width: 43px;
  height: 39px;
  background: url(../img/icon_flag.svg) no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: 0;
}
.day1 h3,
.day2 h3 {
  margin-top: 100px;
  margin-bottom: 32px;
  padding-bottom: 2px;
}
.day1 h3 span ,
.day2 h3 span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.day1 h3 span::before ,
.day2 h3 span::before {
  content: "";
  display: inline-block;
}
.daytime{
  color: #F27B11;
}
.daytime::before {
  width: 26px;
  height: 26px;
  background: url("../img/icon_sun.svg") no-repeat left top / cover;
}
.night{
  color: #EEBE14;
}
.night::before {
  width: 23px;
  height: 24px;
  background: url("../img/icon_moon.svg") no-repeat left top / cover;
}

/* day2
-----------------------------*/
.day2 {
  margin-bottom: 80px;
}
.day2 h2 {
  position: relative;
  padding-top: 35px;
  padding-bottom: 18px;
  border-bottom: 3px solid #0368d9;
}
.day2 h2::before {
  content:"";
  width: 43px;
  height: 39px;
  background: url(../img/icon_flag.svg) no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: 0;
}
.day2 .sub_title {
  background: #0368d9;
  color: #fff;
  margin-top: 45px;
  margin-bottom: 37px;
  padding: 4px 23px 5px;
}
@media (max-width: 600px) {
  /*SP以下 表示*/
  .day2 .sub_title {
    margin-bottom: 37px;
    padding: 4px 15px 5px;
  }
} /*END SP以下 表示*/

/* article_summary
-----------------------------*/
.article_summary h2 {
  border-bottom: 3px solid #0368d9;
}

/* usj_links
-----------------------------*/
.usj_links h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 55px 0 17px;
}
.usj_links li {
  margin-bottom: 10px;
}
.usj_links li a {
  color: #0368d9;
}
@media (max-width: 600px) {
  /*SP以下 表示*/
  .usj_links h2 {
    font-size: 16px;
    margin: 40px 0 17px;
  }
} /*END SP以下 表示*/
@media screen and (max-width: 600px) {
  li.fts12 {
    font-size: 12px;
}
}

.movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  text-align: center;
  margin: 30px auto;
  padding: 4% 4% 4% 4%;
  background: #e6e6e6;
}
.movie video,
.movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.btn_reservation {
  display: table;
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin: 40px auto;
  text-align: center;
  padding: 2.3% 4%;
  border-radius: 100px;
  border: 2px solid transparent;
  background-color: #a10f0f;
  transition: all 0.3s;
}
.btn_reservation:hover {
  background-color: #fff;
  color: #a10f0f;
  border-color: #a10f0f;
}
.btn_reservation > span{
  display: inline-block;
}
@media (max-width: 600px){/*SP以下 表示*/
  .btn_reservation {
    font-size: 16px;
    padding: 2.3% 6%;
    margin: 30px auto;
  }
}/*END SP以下 表示*/


/*241017追記 shutto翻訳の言語非表示（英語・韓国語・繁体字以外）*/
.mui_change li:nth-child(3),
.mui_change li:nth-child(n + 7){
  display:none!important;
}