@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以下 表示*/






/**********************************************
20250825 さんふらわあ
**********************************************/

.c-sunflower .pcnone{
  display: none;
}

.c-sunflower .mt-40{
  margin-top: 40px;

}
.c-sunflower .mt-60{
  margin-top: 60px;
}
.c-sunflower .mt-80{
  margin-top: 80px;
}


.c-sunflower .spot_contents figure{
  margin-bottom: 20px;
}
.c-sunflower .spot_contents .spot_lead p{
  margin-top: 0;
}

.c-sunflower h2{
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0;
  margin-bottom: 40px;
  border-bottom: none !important;
}

.c-sunflower h2.fukidashi span{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  margin: 0 auto 20px;
  padding: 7px 20px;
  background-color: #EC7600;
  color: #FFF;
  font-size: 20px;
  font-weight:bold;
  border-radius: 100px;
}

.c-sunflower h2.fukidashi span:after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #EC7600;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}


.c-sunflower h2:before{
  display: none;
}

.c-sunflower h2:after{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


.c-sunflower h2.icon_ferry:after{
  background-image: url(../img/icon_heading_ferry.svg);
  width: 31.49px;
  height: 36.64px;
}

.c-sunflower h2.icon_onsen:after{
  background-image: url(../img/icon_heading_onsen.svg);
  width: 43.46px;
  height: 36.64px;
}

.c-sunflower h2.icon_eat:after{
  background-image: url(../img/icon_heading_eat.svg);
  width: 38.66px;
  height: 38.16px;
}

.c-sunflower h2.icon_present:after{
  background-image: url(../img/icon_heading_present.svg);
  width: 34px;
  height: 34px;
}

.c-sunflower h2.icon_sun:after{
  background-image: url(../img/icon_heading_sun.svg);
  width: 36.64px;
  height: 36.64px;
}

/****上下に背景画像を繰り返し表示するセクション****/
.c-sunflower h3{
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin:40px 0 0;
  padding: 20px 0;
  color: #083653;
  font-size: 28px;
  text-align: center;
}
.c-sunflower h3 .daytime{
  font-size: 28px;
}

.c-sunflower h3:before,
.c-sunflower h3:after{
  content: "";
  background-image: url(../img/wave.svg);
  display: inline-block;
  background-position: center;
  background-repeat: repeat-x;
  background-size: 70px 20px;
  position: absolute;
  width: 100%;
  height: 10%;
}

.c-sunflower h3:before{
  top: 0;
  left: 0;
}

.c-sunflower h3:after{
  bottom: 0;
  left: 0;
}


/* .c-sunflower h3 .daytime{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #083653;
} */


.c-sunflower .spot_contents {
  margin-top: 95px;
}

.c-sunflower .spot_contents figure{
  margin-top: 40px;
  margin-bottom: 20px;
}

.c-sunflower figure figcaption{
  background-color: #FFF;
  color: #888888;
}

.c-sunflower .spot_contents .menu_item{
  margin-bottom: 0;
}

.c-sunflower .spot_contents .slider .slick-num{
  margin: 30px 0;
}

.c-sunflower .spot_contents .slick-slide{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


.c-sunflower .model_comment{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 60px auto 0px;
}
.c-sunflower .model_comment figure{
  margin: 0;
}

.c-sunflower .model_comment .text{
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin: 0;
  padding: 15px 30px;
  position: relative;
  background-color: #FFF8E1;
  border-radius: 8px;
  width: 665px;
}

.c-sunflower .model_comment .text:before{
  /* 吹き出しの三角形左向きに作成 */
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #FFF8E1;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}



.c-sunflower .slider-navigation .slick-slide{
  opacity: 0.3!important;
}

.c-sunflower .slider-navigation .slick-slide.slick-current{
  opacity: 1!important;
}

.c-sunflower .slider .prev-arrow{
  left: 35%;
}
.c-sunflower .slider .next-arrow{
 right: 35%;
}

.c-sunflower p.note{
  font-size: 14px;
}


.c-sunflower .howtoBox{
  margin-top: 75px;
  margin-bottom: 30px;
  padding: 40px 30px;
  background-color: #F9F9F9;
}

.c-sunflower .howtoBox h4{
  position: relative;
  width: 312px;
  margin: -70px auto 0;
  background-color: #9CCED9;
  border-radius: 100px;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

.c-sunflower .howtoBox h4:before{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #9CCED9;
}

.c-sunflower .howtoBox p{
  margin-bottom: 30px;
  font-size: 16px;
}

.c-sunflower .howtoBox a{
  position: relative;
  display: block;
  width: max-content;
  min-width: 360px;
  margin: 0 auto;
  padding: 10px 50px;
  background-color: #083653;
  border-radius: 100px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  word-break: auto-phrase;
}


.c-sunflower .howtoBox a:after{
  content: "";
  display: inline-block;
  background-image: url(../img/icon_link.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.c-sunflower .facilityInfo{
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  margin-top: 60px;
  background-color: #F9F9F9;
  padding: 30px;
}

.c-sunflower .facilityInfo_text{
  flex: 1;
}

.c-sunflower .facilityInfo_text h4{
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.c-sunflower .facilityInfo_text h3{
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.c-sunflower .facilityInfo_text h3:before,
.c-sunflower .facilityInfo_text h3:after{
  display: none;

}


.c-sunflower .facilityInfo_text_content{
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 18px;
}

.c-sunflower .facilityInfo_text_content address{
  font-size: 14px;
  font-style:normal;
}
.c-sunflower .facilityInfo p{
  margin: 0;
  font-size: 14px;
}

.c-sunflower .facilityInfo_text_link a{
  color:#1FA7C5;
  font-size: 14px;
}


.c-sunflower .reservationArea{
  padding: 40px 20px;
  background-color: #FFF8E1;
  border-radius: 8px;
}
.c-sunflower .reservationArea .reservationArea_inner_text h2{
  margin-bottom: 30px;
  padding-top: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}


.c-sunflower .reservationArea .reservationArea_inner_text a{
  position: relative;
  display: block;
  width: 360px;
  margin: 0 auto;
  padding: 20px 10px;
  background-color: #E39939;
  border-radius: 100px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}


.c-sunflower .reservationArea .reservationArea_inner_text a:after{
  content: "";
  display: inline-block;
  background-image: url(../img/icon_link.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}




.c-sunflower .authorArae{
  border-top: 1px solid #888888;
  padding: 40px;
}

.c-sunflower .authorArae .author{
  display: flex;
  gap: 86px;
}
.c-sunflower .authorArae .author .author_text p{
  margin-top: 0;
  line-height: 2;
}
.fixed_banner_sunflower{
  position: fixed;
    bottom: -110px;
  left: 250px;
  width:250px;
  z-index: 0;
}
.fixed_banner_sunflower img{
  width:100%;
}

@media screen and (max-width: 600px) {

  .c-sunflower .mt-40{
    margin-top: 25px;
  }
  .c-sunflower .mt-60{
    margin-top: 40px;
  }
  .c-sunflower .mt-80{
    margin-top: 60px;
  }


  .c-sunflower .pcnone{
    display: block;
  }
  .c-sunflower .spnone{
    display: none;
  }


  .fixed_banner_sunflower{
    bottom: 20px;
    z-index:0;
    left: 10px;
    width:150px;
    transition: bottom 0.5s;
  }
  .fixed_banner_sunflower.scroll{
    bottom: 0;
  }




  .c-sunflower .spot_contents figure{
    margin-bottom: 20px;
  }
  .c-sunflower .spot_contents .spot_lead p{
    margin-top: 0;
  }
  
  .c-sunflower h2{
    position: relative;
    font-size: 26px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0;
    margin-bottom: 40px;
    border-bottom: none !important;
  }
  
  .c-sunflower h2.fukidashi{
    padding-top: 0;
  }

  .c-sunflower h2.fukidashi span{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    margin: 0 auto 20px;
    padding: 7px 15px;
    background-color: #EC7600;
    color: #FFF;
    font-size: 22px;
    font-weight:bold;
    border-radius: 100px;
  }
  
  .c-sunflower h2.fukidashi span:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #EC7600;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  
  .c-sunflower h2:before{
    display: none;
  }
  
  .c-sunflower h2:after{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  
  .c-sunflower h2.icon_ferry:after{
    background-image: url(../img/icon_heading_ferry.svg);
    width: calc(31.49px * 0.8);
    height: calc(36.64px * 0.8);
  }
  
  .c-sunflower h2.icon_onsen:after{
    background-image: url(../img/icon_heading_onsen.svg);
    width: calc(43.46px * 0.8);
    height: calc(36.64px * 0.8);
  }
  
  .c-sunflower h2.icon_eat:after{
    background-image: url(../img/icon_heading_eat.svg);
    width: calc(38.66px * 0.8);
    height: calc(38.16px * 0.8);
  }
  
  .c-sunflower h2.icon_present:after{
    background-image: url(../img/icon_heading_present.svg);
    width: calc(34px * 0.8);
    height: calc(34px * 0.8);
  }
  
  .c-sunflower h2.icon_sun:after{
    background-image: url(../img/icon_heading_sun.svg);
    width: calc(36.64px * 0.8);
    height: calc(36.64px * 0.8);
  }
  
  /****上下に背景画像を繰り返し表示するセクション****/
  .c-sunflower h3{
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin:40px 0 0;
    padding: 20px 0;
    color: #083653;
    font-size: 20px;
    text-align: center;
  }

  .c-sunflower h3:before,
  .c-sunflower h3:after{
    content: "";
    background-image: url(../img/wave.svg);
    display: inline-block;
    background-position: center;
    background-repeat: repeat-x;
    background-size: 70px 20px;
    position: absolute;
    width: 100%;
    height: 10%;
  }
  
  .c-sunflower h3:before{
    top: 0;
    left: 0;
  }
  
  .c-sunflower h3:after{
    bottom: 0;
    left: 0;
  }
  
  
  /* .c-sunflower h3 .daytime{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #083653;
  } */
  
  
  .c-sunflower .spot_contents {
    margin-top: 95px;
  }
  
  .c-sunflower .spot_contents figure{
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
  .c-sunflower figure figcaption{
    background-color: #FFF;
    color: #888888;
    font-size: 12px;
  }
  
  .c-sunflower .spot_contents .menu_item{
    margin-bottom: 0;
  }
  
  .c-sunflower .spot_contents .slider .slick-num{
    margin: 10px 0;
  }
  
  .c-sunflower .spot_contents .slick-slide{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  
  .c-sunflower .model_comment{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 35px auto 0px;
  }
  .c-sunflower .model_comment figure{
    width: 50px;
    margin: 0;
  }
  
  .c-sunflower .model_comment .text{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 0;
    padding: 15px 20px;
    position: relative;
    background-color: #FFF8E1;
    border-radius: 8px;
    width: 80%;
  }
  
  .c-sunflower .model_comment .text:before{
    /* 吹き出しの三角形左向きに作成 */
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    background-color: #FFF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #FFF8E1;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
  }
  
  
  .c-sunflower .slider-navigation .slick-track{
    width: 100%!important;

  }
  .c-sunflower .slider-navigation  .slick-slide{
    width: 100% !important;
    max-width: 100px !important;
    opacity: 0.3!important;
  }
  
  .c-sunflower .slider-navigation .slick-slide.slick-current{
    opacity: 1!important;
  }
  
  .c-sunflower .slider .prev-arrow{
    left: 35%;
    width: 18px;
  }
  .c-sunflower .slider .next-arrow{
   right: 35%;
   width: 18px;
  }
  
  .c-sunflower p.note{
    font-size: 12px;
  }
  
  
  .c-sunflower .howtoBox{
    margin-top: 75px;
    margin-bottom: 30px;
    padding: 40px 30px;
    background-color: #F9F9F9;
  }
  
  .c-sunflower .howtoBox h4{
    position: relative;
    width: 268px;
    margin: -70px auto 0;
    background-color: #9CCED9;
    border-radius: 100px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
  }
  
  .c-sunflower .howtoBox h4:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #9CCED9;
  }
  
  .c-sunflower .howtoBox p{
    margin-bottom: 30px;
    font-size: 16px;
  }
  
  .c-sunflower .howtoBox a{
    position: relative;
    display: block;
    width: min-content;
    min-width: 310px;
    margin: 0 auto;
    padding: 10px;
    background-color: #083653;
    border-radius: 100px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    word-break: auto-phrase;
  }
  
  
  .c-sunflower .howtoBox a:after{
    content: "";
    display: inline-block;
    background-image: url(../img/icon_link.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .c-sunflower .facilityInfo{
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 40px;
    background-color: #F9F9F9;
    padding: 25px 30px;
  }
  
  .c-sunflower .facilityInfo_text{
    flex: 1;
  }
  
  .c-sunflower .facilityInfo_text h4{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  
  .c-sunflower .facilityInfo_text_content{
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 5px;
  }
  
  .c-sunflower .facilityInfo_text_content address{
    font-size: 12px;
    font-style:normal;
  }
  .c-sunflower .facilityInfo p{
    margin: 0;
    font-size: 12px;
  }
  
  .c-sunflower .facilityInfo_text_link a{
    color:#1FA7C5;
    font-size: 12px;
  }
  
  .c-sunflower .authorArae{
    border-top: 1px solid #888888;
    padding: 40px;
  }
  
  .c-sunflower .authorArae .author{
    display: flex;
    gap: 0;
  }

  .c-sunflower .authorArae figure{
    width: 50px;
    margin: 0;
  }

  .c-sunflower .authorArae .author .author_text p{
    margin-top: 0;
    line-height: 2;
  }
  .fixed_banner_sunflower{
    position: fixed;
    bottom: 0;
    left: 10px;
    z-index: 0;
  }

  .c-sunflower .day1{
    margin-bottom:60px;
  }

  .c-sunflower .reservationArea .reservationArea_inner_text h2{
    font-size: 18px;
  }.c-sunflower .reservationArea .reservationArea_inner_text a{
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
}