@charset "UTF-8";

/* key_visual */

.key_visual {
  width: 100%;
  height: 100vh;
  position: relative;
}

.key_v_bg {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.key_v_bg img {
  object-fit: cover;
  height: 100vh;
}

.kv_main {
  width: 90%;
  position: absolute;
  z-index: 1;
}

.kv_main {
  width: 99%;
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.slick_pause,
.slick_start {
  background-color: transparent;
  border: none;
  width: 40px;
  height: 39px;
  cursor: pointer;
}

.slider .slick-dots li button:before {
  font-size: 1.4rem !important;
  content: "⚫︎";
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}

.slider .slick-dots li {
  width: 20px !important;
}

.slider .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 2;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  left: 11rem;
  bottom: 16px !important;
}

.row_btns {
  position: absolute;
  bottom: 7px;
  left: 1rem;
}

@media screen and (min-width: 768px) {
  .kv_main {
    width: 76%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-width: 720px;
    max-width: 1300px;
  }

  .slider .slick-dots li button:before {
    font-size: 1.7rem !important;
    content: "⚫︎";
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slider .slick-dots li {
    width: 30px !important;
  }
  .slider .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 2;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    left: 3rem;
    bottom: 27px !important;
  }
  .row_btns {
    position: absolute;
    bottom: 20px;
    left: 23rem;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .sp-landscape {
    display: none;
  }
  .pc-landscape {
    display: block !important;
  }
  .kv_main {
    width: 80%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

/* fixed_btn01 */

.fixed_btn01 {
  position: fixed;
  bottom: 0px;
  padding: 6px 0px;
  background: #ffe9b7;
  border: none;
  font-weight: 700;
  color: #a85100;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: -0.04em;
  width: 50%;
  text-align: center;
  z-index: 100;
  /* box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.2); */
  border: solid 2px #dea03d;
  right: 0;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .fixed_btn01::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow.png);
    background-size: contain;
    vertical-align: middle;
    left: 10px;
    margin-left: 8px;
    margin-top: -4px;
  }
}
.fixed_btn01 span,
.fixed_btn02 span {
  display: block;
  color: #0c785b;
  font-weight: bold;
  padding-right: 5px;
}
.fixed_btn01 img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  left: 10px;
  margin-left: 8px;
  margin-top: -4px;
}

.fixed_btn02 {
  position: fixed;
  bottom: 0px;
  padding: 6px 4px;
  background: #e3f2ff;
  border: none;
  font-weight: 700;
  color: #a85100;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  width: 50%;
  text-align: center;
  z-index: 100;
  /* box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.2); */
  border: solid 2px #36a1f3;
  left: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .fixed_btn02::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arrow.png);
    background-size: contain;
    vertical-align: middle;
    left: 10px;
    margin-left: 8px;
    margin-top: -4px;
  }
}
.fixed_btn02 img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  left: 10px;
  margin-left: 8px;
  margin-top: -4px;
}

@media screen and (min-width: 768px) {
  .fixed_btn01 {
    position: fixed;
    bottom: 25px;
    padding: 23px 20px;
    width: 364px;
    /* height: 106px; */
    background: #ffe9b7;
    border: solid 2px #dea03d;
    border-radius: 58px;
    right: 25px;
    transition: all 0.3s;
    font-size: 1.7rem;
    box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.2);
  }
  .fixed_btn01:hover {
    bottom: 35px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
  .fixed_btn01 span,
  .fixed_btn02 span {
    color: #0c785b;
    font-weight: bold;
    padding-right: 5px;
    display: inline;
  }

  .fixed_btn02 {
    position: fixed;
    bottom: 25px;
    padding: 23px 20px;
    width: 274px;
    /* height: 106px; */
    background: #e3f2ff;
    border: solid 2px #36a1f3;
    border-radius: 58px;
    right: 403px;
    transition: all 0.3s;
    left: auto;
    font-size: 1.7rem;
    box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.2);
  }
  .fixed_btn02:hover {
    bottom: 35px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
  .pc-fixbtn img {
    height: 18px;
    width: auto;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 350px) {
  .fixed_btn01 {
    font-size: 1.3rem;
  }
  .fixed_btn02 {
    font-size: 1.3rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* iPad_portrait orientation*/
  /* .fixed_btn01 {
    width: 258px;
    padding: 29px 20px;
  }
  .fixed_btn02 {
    width: 258px;
    padding: 29px 20px;
  } */

  .fixed_btn01 {
    position: fixed;
    bottom: 25px;
    padding: 14px 0px;
    width: 324px;
    /* height: 106px; */
    background: #ffe9b7;
    border: solid 1px #a85101;
    border-radius: 58px;
    right: 25px;
    transition: all 0.3s;
    font-size: 1.7rem;
  }
  .fixed_btn02 {
    position: fixed;
    bottom: 25px;
    padding: 14px 0px;
    /* padding: 23px 20px; */
    width: 252px;
    /* height: 106px; */
    border-radius: 58px;
    right: 357px;
    transition: all 0.3s;
    left: auto;
    font-size: 1.7rem;
    background: #e3f2ff;
    border: solid 2px #36a1f3;
  }
}

/* #about */

.section_about {
  padding: 0 30px;
  background-size: cover;
  background-image: url(../images/about_bg.png);
  color: #0c785b;
}

.section_about h2 {
  font-weight: 700;
  font-size: 2.1rem;
  padding: 30px 0;
  text-align: left;
  line-height: 2;
}

.section_about h2::after {
  content: none;
}

.about_txt p {
  line-height: 2.2;
  margin-bottom: 20px;
}

.about_img {
  position: relative;
  height: 200px;
}

.about_img01 {
  position: absolute;
  width: 178px;
  height: auto;
  top: -7px;
  left: 0;
}

.about_img02 {
  position: absolute;
  width: 120px;
  height: auto;
  top: 60px;
  right: 10px;
}

.about_img03 {
  position: absolute;
  width: 170px;
  height: auto;
  top: 240px;
  left: -210px;
}

.about_img04 {
  position: absolute;
  width: 81px;
  height: auto;
  top: 30px;
  right: 0px;
}

.about_txt {
  position: relative;
}

@media screen and (min-width: 768px) {
  .about_txt {
    width: 56%;
    margin: 0 auto;
    position: relative;
  }
  .about_txt p {
    line-height: 2.9;
    margin-bottom: 21px;
  }
  .about_img {
    position: relative;
    height: 200px;
  }
  .about_img01 {
    position: absolute;
    width: 217px;
    height: auto;
    top: -60px;
    left: -40px;
  }
  .about_img02 {
    position: absolute;
    width: 200px;
    height: auto;
    top: -150px;
    right: -40px;
  }
  .about_img03 {
    position: absolute;
    width: 170px;
    height: auto;
    top: 240px;
    left: -210px;
  }
  .about_img04 {
    position: absolute;
    width: 140px;
    height: auto;
    top: 130px;
    right: -150px;
  }
  .section_about h2 {
    font-size: 3.4rem;
    padding: 80px 0 30px 0;
    line-height: 1.8em;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .section_about h2 {
    font-size: 2.4rem;
    padding: 55px 0 30px 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* iPad_portrait orientation*/
  .about_txt {
    width: 70%;
    margin: 0 auto;
  }
  .about_img01 {
    position: absolute;
    width: 220px;
    height: auto;
    top: -10px;
    left: -40px;
  }
  .about_img02 {
    position: absolute;
    width: 160px;
    height: auto;
    top: -150px;
    right: -40px;
  }
  .about_img03 {
    position: absolute;
    width: 130px;
    height: auto;
    top: 240px;
    left: -160px;
  }
  .about_img04 {
    position: absolute;
    width: 130px;
    height: auto;
    top: 190px;
    right: -100px;
  }
}

/* #news */

.section_news {
  padding: 0 30px;
  border-top: 2px solid #dea03d;
  border-bottom: 2px solid #dea03d;
  padding: 15px 30px;
}
.section_news h5 {
  margin-top: 20px;
  font-weight: 700;
  line-height: 160%;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.news_link {
  text-decoration: none;
}
.news_link:hover {
  text-decoration: underline !important;
}

.section_news h2 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #0c785b;
  display: inline-block;
  padding: 0 !important;
}

.section_news h2::after {
  content: none;
}

.section_news .news_en {
  font-weight: 500;
  font-size: 1.5rem;
  padding: 0 0 10px 0;
  color: #0c785b;
  padding-left: 10px;
}

.informationTime {
  color: #606060;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  margin-bottom: 0px;
  display: block;
  padding-left: 3px;
}

.outline_item {
  padding-top: 13px;
  display: flex;
}
.articleBody:has(.outline_list) .outline_item {
  padding-left: 0;
  text-indent: 0;
}
.outline_item:first-child {
  padding-top: 0;
}
.outline_title {
  width: 180px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 1px solid #bad3cc;
}
.outline_body {
  width: calc(100% - 73px);
  padding-left: 12px;
  border-bottom-width: 2px;
}
.outline_body ul {
  padding-bottom: 13px;
}
.outline_title {
  width: 73px;
  font-size: 1.4rem;
  border-bottom-width: 2px;
}
.news_detail_box p {
  margin-bottom: 10px;
}
.news_detail_box {
  margin-bottom: 30px;
}
hr {
  border: 1px solid #dea03d;
  margin: 0px 0px 24px 0;
}
.news_detail_box .bnr {
  border: 2px solid #f4f4f4;
  max-width: 460px;
}
.mt10 {
  margin-top: 15px;
}
.top_line {
  border-top: 2px solid #f4f4f4;
  margin-bottom: 14px;
  padding-top: 11px;
}
.news_detail_box a {
  padding: 0 !important;
}
.news_detail_box .poster img {
  width: 200px;
}
.news_detail_box strong {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #0c785b;
  margin-bottom: 9px;
  margin-top: 20px;
  background: linear-gradient(transparent 70%, #ffe9b7 70%);
  font-weight: bold;
  margin-bottom: 15px;
}
.news_detail_box small {
  font-size: 1.3rem;
  line-height: 1.7em;
  display: block;
  color: #606060;
  /* margin-top: 10px; */
}
.outline_body {
  width: calc(100% - 73px);
  padding-left: 12px;
  border-bottom-width: 2px;
  border-bottom: 1px solid #e8e8e8;
}
.articleBody {
  margin-bottom: 20px;
  margin-top: 23px;
}
.section_news h4 {
  font-size: 1.7rem;
  line-height: 1.7;
  color: #0c785b;
  margin-bottom: 9px;
  margin-top: 30px;
  font-weight: bold;
}
.section_news h3 {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #0c785b;
  margin-bottom: 9px;
  margin-top: 20px;
  background: linear-gradient(transparent 70%, #ffe9b7 70%);
  font-weight: bold;
  margin-bottom: 15px;
  display: inline;
}
.news_detail_txt {
  margin: 1px 0 15px 0;
}
.news_detail_box a {
  text-decoration: underline;
}


.bg_y {
  color: #0c785b;
  font-weight: bold;
  /* border: solid 1px; */
  padding: 14px !important;
  display: inline-block;
  background-color: #fff7e5;
  margin-bottom: 10px;
}
.section_news_txt a {
  padding-left: 10px;
}
.section_news_txt a:hover{
  text-decoration: underline !important;
}
.news_detail_box_ttl {
  margin: 22px 0;
}
.news_detail_box .bg_gr {
  background-color: #e8f2ef;
  padding: 14px;
  margin-bottom: 20px;
  }
  .news_detail_box .bg_gr h5 {
   margin: 6px 0;
   font-size: 1.7rem;
  line-height: 1.7;
  color: #0c785b;
  font-weight: bold;
    }
@media screen and (min-width: 768px) {
  .section_news h5 {
    margin-top: 20px;
    font-weight: 700;
    line-height: 160%;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .news_detail_box {
    margin-bottom: 50px;
  }
  hr {
    border: 1px solid #dea03d;
    margin: 0px 0px 40px 0;
  }
  .news_detail_txt {
    margin: 6px 0 6px 0;
  }
  .news_detail_box_ttl {
    margin: 22px 0;
  }

  .section_news h3 {
    font-size: 2rem;
    line-height: 1.7;
    color: #0c785b;
    margin-bottom: 9px;
    margin-top: 20px;
    background: linear-gradient(transparent 70%, #ffe9b7 70%);
    font-weight: bold;
    margin-bottom: 15px;
  }
  .section_news h4 {
    font-size: 1.9rem;
    line-height: 1.7;
    color: #0c785b;
    margin-bottom: 9px;
    margin-top: 29px;
    font-weight: bold;
  }
  .news_detail_box strong {
    font-size: 1.7rem;
    line-height: 1.7;
    color: #0c785b;
    margin-bottom: 9px;
    margin-top: 20px;
    background: linear-gradient(transparent 70%, #ffe9b7 70%);
    font-weight: bold;
    margin-bottom: 15px;
  }
  .news_detail_box p {
    margin-bottom: 15px;
  }
  .articleBody {
    margin-bottom: 36px;
    margin-top: 30px;
  }
  .outline_title {
    width: 130px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 160%;
    border-bottom: 1px solid #bad3cc;
  }
  .outline_body {
    width: calc(100% - 130px);
    border-bottom: 1px solid #e8e8e8;
    padding-left: 20px;
  }
  .section_news_txt {
    width: 60%;
    min-width: 621px;
    margin: 0 auto;
  }

  .section_news {
    padding: 30px 30px;
  }
  .section_news h2 {
    font-size: 2.6rem;
    line-height: 1em;
  }
  .section_news .news_en {
    font-size: 1.8rem;
    line-height: 1em;
  }
  .informationTime {
    font-size: 1.6rem;
    line-height: 1.6em;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .section_news h2 {
    font-size: 2.3rem;
    line-height: 1em;
  }
}

/* #area */

.section_area {
  padding: 0 30px;
  overflow: hidden;
  background-image: url(../images/bg_img.png);
  background-size: cover;
}

h2 {
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
  line-height: 1.5em;
}

h2::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 20px;
  background-image: url(../images/decoration.png);
  background-size: cover;
  vertical-align: middle;
  bottom: -10px;
  position: absolute;
  right: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.section_area_mapimg {
  padding: 30px 0;
}
.section_area_mapimg_access {
  background: #e9f5ff;
  margin-top: 30px;
  padding: 17px;
  border-radius: 10px;
}

.section_area_mapimg_access h3 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 6px;
}

.section_area_3img {
  position: relative;
  height: 397px;
  width: 140%;
  margin-left: -70px;
}

.section_area_3img img {
  position: absolute;
  width: 120%;
}

.section_area_txt {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .section_area_mapimg_access h3 {
    font-size: 1.6rem;
  }
  .section_area_mapimg_access p {
    font-size: 1.4rem;
  }

  .section_area_flex {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .section_area_mapimg_access {
    background: #e9f5ff;
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
  }
  .section_area_txt {
    width: 50%;
    padding: 24px;
    font-size: 1.6rem;
    margin-top: 0px;
  }
  .section_area_mapimg {
    width: 50%;
    padding: 30px;
  }
  h2 {
    font-size: 3.4rem;
    padding: 30px 0;
    line-height: 1.5em;
    padding: 80px 0 60px 0;
  }
  h2::after {
    width: 210px;
    height: 40px;
  }
  .section_area_3img img {
    position: static;
  }
  .section_area_3img {
    position: relative;
    height: auto;
    width: 100%;
    margin-left: 0px;
    padding-top: 30px;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  /* sp_portrait landscape*/
  .section_area_mapimg {
    width: 70%;
    margin: 0 auto;
  }
  .section_area_3img {
    position: relative;
    height: 397px;
    width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* iPad_portrait orientation*/
  h2 {
    font-size: 2.4rem;
    padding: 30px 0;
    line-height: 1.5em;
    padding: 60px 0 60px 0;
  }
  .section_area_mapimg {
    width: 50%;
    padding: 0px;
  }
  .section_area_txt {
    width: 50%;
    padding: 24px;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}

/* #point */

.section_point {
  background: #ecf2f0;
  padding: 0 30px 10px 30px;
}

.point_img {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.section_point_txt {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  margin: 60px 0 0 0;
  max-width: 877px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.point_img img {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .point_img {
    display: flex !important;
    justify-content: center;
    max-width: 880px;
    margin-top: 50px;
  }
  .point_img img {
    width: 100%;
    margin-bottom: 0px;
  }
  .section_point .sp-img {
    display: none !important;
  }
  .section_point_txt {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin: 60px 0 0 0;
    max-width: 877px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 70%;
    text-align: center;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .point_img {
    width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .section_point_txt {
    width: 95%;
  }
}

/* guide */

.section_guide {
  padding: 0 30px 10px 30px;
  background-image: url(../images/bg_img.png);
  background-size: cover;
}

.guide_txt_img {
  width: 253px;
  margin: 0 auto;
  margin-top: 26px;
  max-width: 360px;
}
.city_txt_img {
  width: 286px;
  margin: 0 auto;
  margin-top: 26px;
}
@media screen and (max-width: 350px) {
  .city_txt_img {
    width: 241px;
  }
  .guide_txt_img {
    width: 210px;
  }
}

.guide_box_bottom_y {
  margin-bottom: 40px;
  margin-top: 30px;
  border-top: 1px solid #a95100;
}
.guide_box_bottom_g {
  margin-bottom: 40px;
  margin-top: 30px;
  border-top: 1px solid #0c785b;
}

.guide_title {
  margin: 20px;
}

.guide_title h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}

#panel2 .guide_title,
#panel5 .guide_title,
#panel8 .guide_title {
  color: #0c785b;
}

#panel1 .guide_title,
#panel4 .guide_title,
#panel7 .guide_title,
#panel10 .guide_title {
  color: #a95100;
}

#panel3 .guide_title,
#panel6 .guide_title,
#panel9 .guide_title {
  color: #136aad;
}

.guide_title span {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
}

.guide_name {
  margin: 0 0 10px 0;
}

.guide_name p {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4em;
  margin-top: 10px;
}
.guide_name h3 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4em;
  margin-top: 10px;
}
.guide_statement {
  display: flex;
  justify-content: center;
  width: 100%;
}

.guide_statement span {
  padding: 10px;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  margin: 4px;
  padding: 4px 10px;
  font-size: 1.3rem;
}

#panel2 .guide_statement span,
#panel5 .guide_statement span,
#panel8 .guide_statement span {
  background-color: #0c785b;
  border: 2px solid #0c785b;
}

#panel1 .guide_statement span,
#panel4 .guide_statement span,
#panel7 .guide_statement span,
#panel10 .guide_statement span {
  background-color: #a95100;
  border: 2px solid #a95100;
}

#panel3 .guide_statement span,
#panel6 .guide_statement span,
#panel9 .guide_statement span {
  background-color: #136aad;
  border: 2px solid #136aad;
}

.guide_statement span.gray {
  color: #b9b9b9;
  background-color: #fff !important;
  border: 2px solid #b9b9b9 !important;
}
.guide_statement em {
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  margin: 4px;
  padding: 4px 10px;
  font-size: 1.3rem;
  /* background-color: #a95100; */
  /* border: 2px solid #a95100; */
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}

#panel2 .guide_statement em,
#panel5 .guide_statement em,
#panel8 .guide_statement em {
  background-color: #0c785b;
  border: 2px solid #0c785b;
}

#panel1 .guide_statement em,
#panel4 .guide_statement em,
#panel7 .guide_statement em,
#panel10 .guide_statement em {
  background-color: #a95100;
  border: 2px solid #a95100;
}

#panel3 .guide_statement em,
#panel6 .guide_statement em,
#panel9 .guide_statement em {
  background-color: #136aad;
  border: 2px solid #136aad;
}


.guide_sns ul {
  display: flex;
  justify-content: center;
  width: 100%;
}

.guide_sns li {
  display: flex;
  justify-content: center;
  width: 100%;
}

.guide_sns li {
  width: 20px;
  margin: 12px;
}

.guide_comment {
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
}

#panel2 .guide_comment,
#panel5 .guide_comment,
#panel8 .guide_comment {
  background-color: #ecf2f0;
}

#panel1 .guide_comment,
#panel4 .guide_comment,
#panel7 .guide_comment,
#panel10 .guide_comment {
  background-color: #fff6e7;
}

#panel3 .guide_comment,
#panel6 .guide_comment,
#panel9 .guide_comment {
  background-color: #e9f5ff;
}

.guide_left_txt01 h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.hashtag li {
  display: inline-block;
  padding: 0 1px;
  font-size: 1.3rem;
}

#panel2 .hashtag li,
#panel5 .hashtag li,
#panel8 .hashtag li {
  color: #0c785b;
}

#panel1 .hashtag li,
#panel4 .hashtag li,
#panel7 .hashtag li,
#panel10 .hashtag li {
  color: #a95100;
}

#panel3 .hashtag li,
#panel6 .hashtag li,
#panel9 .hashtag li {
  color: #136aad;
}

.guide_left_txt01 p {
  margin: 10px 0 20px 0;
}

.guide_left_txt02 h5,
.guide_left_txt03 h5 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 8px;
}

.guide_left_txt02 {
  padding: 20px 0;
}

.guide_left_txt02 li {
  list-style: disc !important;
  line-height: 1.5em;
  margin-bottom: 6px;
}

.guide_left_txt02 ul {
  padding-left: 1.2em;
}

.guide_left_txt03 {
  padding: 20px 0;
}

#panel2 .guide_left_txt02,
#panel5 .guide_left_txt02,
#panel8 .guide_left_txt02 {
  border-top: 1px solid #0c785b;
  border-bottom: 1px solid #0c785b;
}

#panel1 .guide_left_txt02,
#panel4 .guide_left_txt02,
#panel7 .guide_left_txt02,
#panel10 .guide_left_txt02 {
  border-top: 1px solid #a95100;
  border-bottom: 1px solid #a95100;
}

#panel3 .guide_left_txt02,
#panel6 .guide_left_txt02,
#panel9 .guide_left_txt02 {
  border-top: 1px solid #136aad;
  border-bottom: 1px solid #136aad;
}

.guide_favorite h4 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 10px 0 30px 0;
  line-height: 1.5em;
}

.guide_favorite h4::after {
  content: "";
  display: inline-block;
  width: 126px;
  height: 6px;
  background-image: url(../images/favorite_wave.png);
  background-size: cover;
  vertical-align: middle;
  bottom: 14px;
  position: absolute;
  right: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#panel2 .guide_favorite h4,
#panel5 .guide_favorite h4,
#panel8 .guide_favorite h4 {
  color: #0c785b;
}

#panel1 .guide_favorite h4,
#panel4 .guide_favorite h4,
#panel7 .guide_favorite h4,
#panel10 .guide_favorite h4 {
  color: #a95100;
}

#panel3 .guide_favorite h4,
#panel6 .guide_favorite h4,
#panel9 .guide_favorite h4 {
  color: #136aad;
}

.guide_favorite_txt {
  font-weight: 500;
  margin-top: 12px;
}

.guide_favorite_box {
  margin-bottom: 20px;
}

.guide_img {
  width: 84%;
  margin: 0 auto;
}
.guide_name p:first-child {
  font-size: 1.5rem;
  margin-bottom: 0px;
}
.guide_name h3 {
  font-size: 1.5rem;
  margin-bottom: 0px;
}
.guide_name h3 {
  font-size: 1.5rem;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .guide_box_bottom_y {
    margin-bottom: 60px;
    margin-top: 30px;
    border-top: 1px solid #a95100;
  }
  .guide_txt_img {
    width: 316px;
    margin: 0 auto;
    margin-top: 26px;
    max-width: 360px;
  }

  .city_txt_img {
    width: 588px;
    margin: 0 auto;
    margin-top: 26px;
  }

  .guide_title {
    margin: 20px;
  }

  .guide_title h3 {
    font-size: 3.2rem;
  }
  .guide_title span {
    font-size: 2.5rem;
  }
  .guide_flex {
    display: flex;
  }
  .guide_right {
    width: 48%;
    padding-right: 30px;
  }
  .guide_left {
    width: 52%;
  }
  .guide_statement span {
    font-size: 1.3rem;
  }
  .guide_comment {
    padding: 13px 27px;
    border-radius: 10px;
    margin-top: 10px;
  }
  .guide_left_txt01 h4 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 20px 0 20px 0;
    line-height: 1.7;
  }
  .guide_name p:first-child {
    font-size: 1.7rem;
    margin-bottom: 0px;
  }
  .guide_name h3 {
    font-size: 1.7rem;
    margin-bottom: 0px;
  }
  .guide_name h3 {
    font-size: 1.7rem;
    margin-bottom: 0px;
  }

  .hashtag li {
    display: inline-block;
    padding: 0 1px;
    font-size: 1.6rem;
  }
  .guide_left_txt01 p {
    margin: 10px 0 20px 0;
  }
  .guide_left_txt02 h5,
  .guide_left_txt03 h5 {
    font-size: 1.7rem;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .guide_favorite_flex {
    display: flex;
    justify-content: center;
  }
  .guide_favorite_flex .guide_favorite_box {
    width: 50%;
    padding: 10px;
  }
  .guide_img {
    width: 100%;
    margin: 0 auto;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  /* sp_portrait landscape*/
  .guide_img {
    width: 50%;
    margin: 0 auto;
  }
  .bl_tabList button {
    padding: 10px 0;
  }
  .bl_tabList button[role="tab"][aria-selected="true"]::after {
    bottom: 8px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* iPad_portrait orientation*/
  .guide_left_txt01 h4 {
    font-size: 1.7rem;
    margin: 20px 0 10px 0;
  }
  .hashtag li {
    font-size: 1.4rem;
  }
  .bl_tabContainer [role="tabpanel"] {
    border: 1px solid #0c785b;
    border-radius: 20px;
    padding: 4%;
  }
  .guide_statement span {
    padding: 4px 4px;
    font-size: 1.1rem;
  }
  .guide_left_txt02 h5,
  .guide_left_txt03 h5 {
    font-size: 1.5rem;
  }
  .guide_title h3 {
    font-size: 2.2rem;
  }
  .guide_title span {
    font-size: 1.8rem;
  }
  .guide_name p:first-child {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
  .guide_name h3 {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .guide_favorite_box_img {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 350px) {
  .guide_statement span {
    font-size: 1rem;
  }
}
/* タブリスト */

.bl_tabContainer + * {
  margin-top: 30px;
}

.bl_tabList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: space-between;
  margin-top: 10px;
}

.bl_tabList button {
  width: 32.33333%;
  font-size: 1.3rem;
  padding: 8px 0;
  border-radius: 5px;
  border: none;
  margin: 0.7% 0;
  font-weight: 700;
  color: #606060;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.bl_tabList #tab2,
#tab5,
#tab8,
#tab22,
#tab25,
#tab28 {
  background-color: #d0e6dd;
}

.bl_tabList #tab1,
#tab4,
#tab7,
#tab10,
#tab21,
#tab24,
#tab27,
#tab30 {
  background-color: #f6e8d3;
}

.bl_tabList #tab3,
#tab6,
#tab9,
#tab23,
#tab26,
#tab29 {
  background-color: #d0dde7;
}

.bl_tabList #tab2[aria-selected="true"],
#tab5[aria-selected="true"],
#tab8[aria-selected="true"],
#tab22[aria-selected="true"],
#tab25[aria-selected="true"],
#tab28[aria-selected="true"] {
  background-color: #0c785b;
  color: #fff;
}

.bl_tabList #tab1[aria-selected="true"],
#tab4[aria-selected="true"],
#tab7[aria-selected="true"],
#tab10[aria-selected="true"],
#tab21[aria-selected="true"],
#tab24[aria-selected="true"],
#tab27[aria-selected="true"],
#tab30[aria-selected="true"] {
  background-color: #a95100;
  color: #fff;
}

.bl_tabList #tab3[aria-selected="true"],
#tab6[aria-selected="true"],
#tab9[aria-selected="true"],
#tab23[aria-selected="true"],
#tab26[aria-selected="true"],
#tab29[aria-selected="true"] {
  background-color: #136aad;
  color: #fff;
}
.bl_tabList button[role="tab"][aria-selected="false"] {
  position: relative;
  top: 0;
  transition: all 0.3s;
}
.bl_tabList button[role="tab"][aria-selected="false"]:hover {
  cursor: pointer;
  top: -5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.bl_tabList button[role="tab"][aria-selected="true"] {
  cursor: text;
  text-align: center;
  position: relative;
}

.bl_tabList button[role="tab"][aria-selected="true"]::after {
  content: "";
  width: 58px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 29px);
}

@media screen and (min-width: 768px) {
  .bl_tabList button {
    width: 19%;
  }
  .bl_tabList button {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
  }
  .bl_tabList {
    margin-top: 30px;
  }
  .bl_tabList button[role="tab"][aria-selected="true"]::after {
    width: 82px;
    height: 2px;
    bottom: 6px;
    left: calc(50% - 41px);
  }
  .bl_tabList button {
    font-size: 2rem;
  }
  .bl_tabContainer [role="tabpanel"] {
    border: 1px solid #0c785b;
    border-radius: 20px;
    padding: 4%;
  }

  #panel2,
  #panel5,
  #panel8 {
    border: 1px solid #0c785b;
  }
  #panel1,
  #panel4,
  #panel7,
  #panel10 {
    border: 1px solid #a95100;
  }
  #panel3,
  #panel6,
  #panel9 {
    border: 1px solid #136aad;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .city_box_img {
    width: 70%;
    margin: 0 auto;
  }
}

/* city */

.section_city {
  padding: 0 30px 100px 30px;
  background-image: url(../images/bg_img.png);
  background-size: cover;
}

.city_box_flex h3 {
  font-weight: 700;
  margin: 13px 0 6px 0;
}

.city_box_flex h3 {
  font-size: 1.6rem;
}

.ribbon14-wrapper {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 45px;
}

.ribbon14 {
  display: inline-block;
  position: absolute;
  top: -7px;
  right: 18px;
  margin: 0;
  padding: 14px 3px;
  z-index: 2;
  /* width: 30px; */
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  /* background: #0c785b; */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 700;
  border-radius: 8px;
  border-radius: 4px;
  letter-spacing: 0.1em;
}

#panel22 .ribbon14 {
  background: #0c785b;
}

#panel25 .ribbon14 {
  background: #0c785b;
}

#panel28 .ribbon14 {
  background: #0c785b;
}

#panel21 .ribbon14 {
  background: #a95100;
}

#panel24 .ribbon14 {
  background: #a95100;
}

#panel27 .ribbon14 {
  background: #a95100;
}

#panel30 .ribbon14 {
  background: #a95100;
}

#panel23 .ribbon14 {
  background: #136aad;
}

#panel26 .ribbon14 {
  background: #136aad;
}

#panel29 .ribbon14 {
  background: #136aad;
}

.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items .slick-dots li button:before {
  font-size: 1.4rem !important;
  content: "⚫︎";
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .ribbon14-wrapper {
    margin-bottom: 0px;
  }
  .city_box_flex h3 {
    font-weight: 700;
    margin: 13px 0 10px 0;
  }
  .city_box_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .city_box_img {
    width: 40%;
  }
  .city_box_txt {
    width: 60%;
    padding-left: 6%;
    margin: 29px 0;
  }
  .section_city [role="tabpanel"] {
    border: 1px solid #0c785b;
    border-radius: 20px;
    padding: 4%;
  }
  .presentation:focus-visible {
    outline: #333;
  }
  .city_box_flex h3 {
    font-size: 2.2rem;
  }
  .ribbon14 {
    display: inline-block;
    position: absolute;
    top: -7px;
    right: 25px;
    margin: 0;
    padding: 14px 2px 13px 0px;
    z-index: 2;
    /* width: 32px; */
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    background: #0c785b;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 700;
    border-radius: 8px;
    border-radius: 4px;
    letter-spacing: 0.1em;
  }

  #panel2 .ribbon14,
  #panel5 .ribbon14,
  #panel8 .ribbon14 {
    background: #0c785b;
    color: #fff;
  }
  #panel1 .ribbon14,
  #panel4 .ribbon14,
  #panel7 .ribbon14,
  #panel10 .ribbon14 {
    background: #a95100;
    color: #fff;
  }
  #panel3 .ribbon14,
  #panel6 .ribbon14,
  #panel9 .ribbon14 {
    background: #136aad;
    color: #fff;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* iPad_portrait orientation*/
  .city_box_flex h3 {
    font-size: 1.7rem;
  }
  .city_box_txt {
    width: 60%;
    padding-left: 6%;
    margin: 7px 0;
  }
  .ribbon14 {
    display: inline-block;
    position: absolute;
    top: -7px;
    right: 12px;
    margin: 0;
    padding: 14px 3px;
    z-index: 2;
    /* width: 27px; */
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    background: #0c785b;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 700;
    border-radius: 8px;
    border-radius: 4px;
    letter-spacing: 0.1em;
  }
}

.section_city .city_box_img [role="tabpanel"] {
  border: none;
  border-radius: 0;
  padding: 0;
}

@media (orientation: landscape) and (max-width: 767px) {
  .city_box_img {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 41px;
  }
}

/* slick */

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 1rem !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 0.6rem;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1 !important;
  /* color: #fff !important; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:before {
  color: #b6b6b6 !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #333 !important;
  outline: #333;
}
.slick-dots {
  bottom: -33px !important;
}
/* flow */

.section_flow {
  padding: 0 30px 30px 30px;
  background-image: url(../images/bg_img.png);
  background-size: cover;
}

.section_flow_img img {
  padding: 10px 0;
}

.section_flow_txt {
  margin: 20px 0;
}
.section_flow_txt p {
  font-weight: 700;
}
.cv_btn_flex {
  width: 100%;
  margin: 0 auto;
}
.cv_btn_flex .blue {
  background: #e3f2ff !important;
  border: solid 2px #36a1f3 !important;
}
.cv_btn {
  border: solid 2px #dea03d;
  border-radius: 58px;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 100%;
  text-align: center;
  z-index: 1;
  display: block;
  margin: 0 auto;
  color: #a85100;
  transition: all 0.3s;
  position: relative;
  padding: 6px 0px;
  background: #ffe9b7;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  margin-bottom: 18px;
  /* margin-top: 38px; */
}

.cv_btn span {
  color: #0c785b;
  font-weight: bold;
  padding-right: 5px;
  display: block;
}

.cv_btn:hover {
  top: -3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.cv_btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow.png);
  background-size: contain;
  vertical-align: middle;
  left: 20px;
  margin-left: 8px;
  margin-top: -4px;
}
@media screen and (min-width: 768px) {
  .cv_btn_flex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .cv_btn {
    padding: 23px 20px;
    background: #ffe9b7;
    border: solid 2px #dea03d;
    border-radius: 58px;
    font-weight: 700;
    font-size: 1.7rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.08em;
    width: 100%;
    text-align: center;
    z-index: 1;
    width: 364px;
    display: block;
    margin: 0 auto;
    color: #a85100;
    transition: all 0.3s;
    position: relative;
    letter-spacing: 0;
  }
  .cv_btn span {
    color: #0c785b;
    font-weight: bold;
    padding-right: 5px;
    display: inline;
  }
  .c_btn {
    height: 18px;
    width: auto;
    margin-bottom: 3px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cv_btn_flex {
    display: block;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .cv_btn {
    background: #ffe9b7;
    border: solid 2px #dea03d;
    border-radius: 58px;
    font-weight: 700;
    font-size: 1.7rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.08em;
    width: 100%;
    text-align: center;
    z-index: 1;
    width: 364px;
    display: block;
    margin: 0 auto;
    color: #a85100;
    transition: all 0.3s;
    position: relative;
    padding: 14px 0px;
    width: 333px;
    margin-bottom: 10px;
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 320px) {
  .fixed_btn01::after {
    display: none;
  }
  .fixed_btn02::after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .section_flow_img {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .section_flow_img img {
    width: 100%;
  }
  .section_flow_img img {
    padding: 0px 5px;
  }
  .section_flow_txt {
    margin: 30px 0;
    text-align: center;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* iPad_portrait orientation*/
  .section_flow_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .section_flow_img li {
    width: 33.333%;
  }
  .section_flow_img li {
    padding: 10px 5px;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .section_flow_img {
    width: 70%;
    margin: 0 auto;
  }
}

/* concierge */

.section_concierge_txt {
  margin: 20px 0;
  text-align: center;
}

.section_concierge .bl_tabList #tab41[aria-selected="true"],
.section_concierge .bl_tabList #tab42[aria-selected="true"],
.section_concierge .bl_tabList #tab43[aria-selected="true"] {
  background-color: #0c785b;
  color: #fff;
}
.section_concierge .bl_tabList #tab41[aria-selected="false"],
.section_concierge .bl_tabList #tab42[aria-selected="false"],
.section_concierge .bl_tabList #tab43[aria-selected="false"] {
  background-color: #d0e6dd;
}
#panel41 .guide_left_txt02,
#panel42 .guide_left_txt02,
#panel43 .guide_left_txt02 {
  border-top: 1px solid #0c785b;
  border-bottom: 1px solid #0c785b;
}

.section_concierge {
  padding: 0 30px 30px 30px;
  background-image: url(../images/bg_img.png);
  background-size: cover;
}

#concierge .guide_left_txt02 p {
  font-weight: 500;
  font-size: 1.4rem;
}

#concierge .guide_left_txt02_title {
  color: #0c785b;
  font-size: 1.6rem !important;
  letter-spacing: 0.1em;
}

.link a {
  color: #606060;
}

.section_concierge .guide_sns li {
  width: 20px;
  margin: 0 12px;
}

@media screen and (min-width: 768px) {
  .section_concierge {
    padding: 0 30px 0px 30px;
  }

  .section_concierge_txt {
    margin: 30px 0;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 30px;
  }
  #concierge [role="tabpanel"] {
    border: none;
    border-radius: 0px;
    padding: 0;
  }
  .concierge_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #concierge [role="tabpanel"] {
    border: none;
    border-radius: 0px;
    padding: 0;
    width: 33.333%;
    display: block;
    padding: 10px;
  }
  #concierge .guide_right {
    width: 100%;
    padding-right: 0;
  }
  #concierge .guide_left {
    width: 100%;
  }
  #concierge .guide_left_txt01 p {
    margin: 23px 0 20px 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* iPad_portrait orientation*/
  #concierge [role="tabpanel"] {
    width: 50%;
    padding: 10px;
  }
}

/* footer */

.contact_img {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.footer01 {
  padding: 30px;
  background-size: cover;
  background-image: url(../images/about_bg.png);
  color: #0c785b;
}

.contact_txt {
  text-align: center;
  border-top: 1px solid #0c785b;
  border-bottom: 1px solid #0c785b;
  padding: 30px 0;
  width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
}

.footer02 {
  margin: 30px 0 0px 0px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer02 {
    padding-bottom: 100px;
  }
}

.footer_site_map {
  text-align: center;
  margin: 30px 0 30px 0;
}

.footer_site_map a {
  text-align: center;
  color: #0c785b;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 7px;
  display: inline-block;
  text-decoration: underline;
}

.kanagawa_logo {
  width: 200px;
  margin: 0 auto;
}

.kanagawa_logo img {
  border: 2px solid #f4f4f4;
}

.footer02_txt {
  width: 77%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.5em;
  text-align: left;
}

.center {
  text-align: center;
  margin: 30px 0 14px;
  padding: 0 !important;
  font-size: 1.2rem;
}
.center::after {
  content: none;
}

.footer02_txt a {
  text-decoration: underline;
}

.site_policy {
  text-align: center;
  margin: 8px 0 8px;
  padding: 0;
}
.site_map {
  text-align: center;
  margin: 8px 0 34px;
  padding: 0;
}

.copy {
  text-align: center;
  display: block;
}

.footer_box {
  height: 67px;
  display: block;
}

.info span {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 1.5em;
}

.footer-link {
  border-top: 1px solid #0c785b;
  padding-top: 30px;
}

.footer-link p {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}
.footer-link h2 {
  text-align: center !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  padding: 0 !important;
}
.footer-link h2::after {
  content: none;
}

.footer-link a {
  padding: 15px 0px;
  /* height: 86px; */
  background: #fff;
  border: solid 1px #0c785b;
  border-radius: 58px;
  font-weight: 700;
  font-size: 1.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: -0.03em;
  width: 100%;
  text-align: center;
  z-index: 1;
  width: 100%;
  display: block;
  margin: 0 auto;
  color: #0c785b;
}

.link_flex div {
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .contact_flex {
    display: flex;
    justify-content: center;
    width: 38%;
    margin: 0 auto;
    max-width: 1000px;
    align-items: center;
  }
  .contact_img {
    width: 40%;
  }
  .contact_img img {
    width: 63%;
  }
  .contact_txt {
    width: 60%;
  }
  .contact_txt {
    font-size: 1.4rem;
  }
  .footer_site_map a {
    padding: 0px;
    text-decoration: underline;
  }
  .footer_site_map a {
    font-size: 1.5rem;
    text-align: left;
  }
  .site_map_box .id_link {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
    max-width: 900px;
  }
  .site_map_box .id_link li {
    padding-left: 16px;
    padding-right: 16px;
  }
  .site_map_box .id_link li {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 30px;
  }
  .center {
    font-size: 1.4rem;
  }
  .footer02_txt {
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: center;
  }
  .footer_box {
    height: 10px;
    display: block;
  }
  .contact_flex {
    display: flex;
    justify-content: center;
    width: 46%;
    margin: 0 auto;
    max-width: 1000px;
    align-items: center;
    max-width: 510px;
  }
  .info span {
    text-align: center;
    display: block;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .link_flex {
    display: flex;
    justify-content: space-between;
  }
  .link_flex div {
    margin: 10px 0;
    width: 50%;
    padding: 17px 25px;
  }
  .footer-link {
    border-top: 1px solid #0c785b;
    padding-top: 30px;
    width: 81%;
    margin: 0 auto;
    max-width: 900px;
  }
  .footer-link p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .footer-link h2 {
    text-align: center !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    padding: 0 !important;
  }
  .footer-link h2::after {
    content: none;
  }
  .footer-link a {
    font-size: 1.4rem;
    position: relative;
    transition: all 0.3s;
  }
  .footer-link a:hover {
    top: -3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* iPad_portrait orientation*/
  .footer-link a {
    position: relative;
    transition: all 0.3s;
    font-size: 1.3rem;
  }

  .contact_flex {
    display: flex;
    justify-content: center;
    width: 65%;
    margin: 0 auto;
    max-width: 1000px;
    align-items: center;
  }
  .contact_img {
    width: 40%;
  }
  .contact_txt {
    width: 60%;
    font-size: 1.4rem;
  }
  .link_flex div {
    margin: 10px 0;
    width: 50%;
    padding: 17px 7px;
  }
  .footer-link {
    border-top: 1px solid #0c785b;
    padding-top: 30px;
    width: 96%;
    margin: 0 auto;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .footer-link a {
    width: 65%;
  }
  .contact_img {
    width: 130px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .footer02_txt {
    text-align: center;
  }
}

.newtab {
  width: 12px;
  height: 12px;
  margin: 5px;
}
.slick-list img:focus-visible {
  outline: none;
}
.city_box_flex .slick-dots button:focus-visible {
  outline: none;
}
.city_box_flex .slick-dots button:focus-visible {
  outline: none;
}
.city_box_flex .slick-dots button {
  display: none;
}
.city_box_flex .slick-dots li button {
  display: none;
}
.city_box_flex .slick-dots li {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  /* box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.75); */
  width: 7px;
  height: 7px;
  border: 7px solid #c8c8c8;
  background: transparent;
}

.city_box_flex .slick-dots li.slick-active {
  border-color: #333;
}
.city_box_flex ul.slick-dots {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
/* fvslider_add */

.btn_wrapper {
  position: absolute;
  bottom: 25px;
  left: 181px;
  z-index: 10;
}

#mp_control_box_sp button[id^="mp_control_"] {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #a79995;
}

#mp_control_box_sp button#mp_control_prev_sp {
  background-image: url(../images/arrow-prev.png);
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-position: center;
  background-color: #ffffff;
  color: #000;
}

#mp_control_box_sp button#mp_control_play_sp {
  background-image: url(../images/start.png);
  background-repeat: no-repeat;
  background-size: 8px 11px;
  background-position: center;
  background-color: #ffffff;
  color: #000;
}
#mp_control_box_sp button#mp_control_play_sp {
  display: none;
  background-image: url(../images/start.png);
  background-position: 8px center;
}

#mp_control_box_sp button#mp_control_pause_sp {
  background-image: url(../images/stop.png);
  background-repeat: no-repeat;
  background-size: 8px 10px;
  background-position: center;
  color: #000;
  background-color: #ffffff;
}

#mp_control_box_sp button#mp_control_next_sp {
  background-image: url(../images/arrow-next.png);
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-position: center;
  margin-right: 0;
  color: #000;
  background-color: #ffffff;
}
#mp_control_box_sp .slick-dots {
  bottom: 29px !important;
  left: 30px;
}

#top_photo_wrap_sp ul.slick-dots li {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  /* box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.75); */
  width: 7px;
  height: 7px;
  border: 7px solid #c8c8c8;
  background: transparent;
}
#top_photo_wrap_sp ul.slick-dots li.slick-active {
  border-color: #87e545;
}
#top_photo_wrap_sp ul.slick-dots {
  display: flex;
  align-items: center;
  gap: 15px;
}
#top_photo_wrap_sp ul.slick-dots li button {
  display: none;
}
#top_photo_wrap_sp ul.slick-dots {
  /* display: inline-block; */
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/* #top_photo_wrap_sp #mp_control_box_sp {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 20px;
  padding-bottom: 0;
  margin: 0 20px 25px 0;
} */
#mp_control_box_sp button[id^="mp_control_"] {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #a79995;
}
#mp_control_box_sp button[id^="mp_control_"] {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #a79995;
}
#mp_control_box_sp button[id^="mp_control_"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 7px 0px 0px;
  padding: 0px;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: 8px auto;
  text-align: left;
  text-indent: -9999em;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .btn_wrapper {
    position: absolute;
    bottom: 25px;
    left: 181px;
    z-index: 10;
  }

  #mp_control_box button[id^="mp_control_"] {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #a79995;
  }

  #mp_control_box button#mp_control_prev {
    background-image: url(../images/arrow-prev.png);
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: center;
    background-color: #ffffff;
    color: #000;
    cursor: pointer;
  }

  #mp_control_box button#mp_control_play {
    background-image: url(../images/start.png);
    background-repeat: no-repeat;
    background-size: 8px 11px;
    background-position: center;
    background-color: #ffffff;
    color: #000;
    cursor: pointer;
  }
  #mp_control_box button#mp_control_play {
    display: none;
    background-image: url(../images/start.png);
    background-position: 8px center;
  }

  #mp_control_box button#mp_control_pause {
    background-image: url(../images/stop.png);
    background-repeat: no-repeat;
    background-size: 8px 10px;
    background-position: center;
    color: #000;
    background-color: #ffffff;
    cursor: pointer;
  }

  #mp_control_box button#mp_control_next {
    background-image: url(../images/arrow-next.png);
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: center;
    margin-right: 0;
    color: #000;
    background-color: #ffffff;
    cursor: pointer;
  }
  #mp_control_box .slick-dots {
    bottom: 29px !important;
    left: 30px;
  }

  #top_photo_wrap ul.slick-dots li {
    margin: 0;
    padding: 0;
    border-radius: 50%;
    /* box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.75); */
    width: 7px;
    height: 7px;
    border: 7px solid #c8c8c8;
    background: transparent;
  }
  #top_photo_wrap ul.slick-dots li.slick-active {
    border-color: #87e545;
  }
  #top_photo_wrap ul.slick-dots {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #top_photo_wrap ul.slick-dots li button {
    display: none;
  }
  #top_photo_wrap ul.slick-dots {
    /* display: inline-block; */
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  /* #top_photo_wrap #mp_control_box {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 20px;
    padding-bottom: 0;
    margin: 0 20px 25px 0;
  } */
  #mp_control_box button[id^="mp_control_"] {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #a79995;
  }
  #mp_control_box button[id^="mp_control_"] {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #a79995;
  }
  #mp_control_box button[id^="mp_control_"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 7px 0px 0px;
    padding: 0px;
    width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: 8px auto;
    text-align: left;
    text-indent: -9999em;
    overflow: hidden;
  }
}
/* ///////////// */




/* === 基本（スマホ向け） === */

.news_excerpt {
  padding: 30px 30px 30px 30px;
    background-image: url(../images/bg_img.png);
    background-size: cover;
}

.section_news header {
    margin-bottom: 1.5rem;
    text-align: left;
}

.news_heading {
  font-size: 1.5rem;
  font-weight: bold;
  color: #006644;
  margin-bottom: 0.25rem;
}

.news_subtitle {
    padding-bottom: 0.25rem;
    margin: 0;
    font-weight: normal;
    font-size: 2rem;
    padding: 12px 0 10px 0;
    color: #0c785b;
    display: block;
}

.news_excerpt h2::after {
    content: "";
    display: inline-block;
    width: 90px;
    height: 5px;
    background-image: url(../images/favorite_wave.png);
    background-size: cover;
    vertical-align: middle;
    bottom: -13px;
    position: absolute;
    right: 0;
    /* left: 45px; */
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news_item {
  border-bottom: 1px dashed #0c785b;
  padding: 1rem 0;
}

.news_item:last-child {
  border-bottom: none;
}

.news_link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.news_date {
  display: block;
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.25rem;
}

.more_link {
  text-align: right;
  margin-top: 1rem;
}

.news_more {
    font-size: 1.4rem;
    color: #006644;
    text-decoration: underline !important;
}

.news_excerpt h2 {
    color: #0c785b;
    display: inline-block;
    padding: 0 !important;
    position: relative;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em;
}
.news_excerpt .flex{
  display: block;
}
/* === PCスタイル（768px以上） === */
@media screen and (min-width: 768px) {
  .news_excerpt {
    padding: 60px 30px 60px 30px;
    background-image: url(../images/bg_img.png);
    background-size: cover;
}
   
  /* .news_excerpt .section_news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  } */
.news_excerpt .flex{
  display: flex;
  align-items: flex-start;
    justify-content: space-between;
}
  .news_excerpt h2 {
    margin-top: 1.5rem;
}
.news_excerpt h2::after {
    content: "";
    display: inline-block;
    width: 89px;
    height: 5px;
    background-image: url(../images/favorite_wave.png);
    background-size: cover;
    vertical-align: middle;
    bottom: -13px;
    position: absolute;
    right: 0;
    /* left: 45px; */
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.news_subtitle {
    padding-bottom: 0.25rem;
    margin: 0;
    font-weight: normal;
    font-size: 2.5rem;
    padding: 12px 0 10px 0;
    color: #0c785b;
    display: block;
    padding-left: 3px;
}
  .section_news header {
    flex: 0 0 17%;
    text-align: left;
    margin-bottom: 0;
  }

  .news_list_wrapper {
    flex: 1;
    padding-left: 6rem;
  }

  .more_link {
    text-align: right;
    margin-top: 1.5rem;
  }
  
  .news_more {
    font-size: 1.6rem;
    color: #006644;
    text-decoration: underline !important;
}
.news_item {
    border-bottom: 1px dashed #0c785b;
    padding: 1.5rem 0;
}
}

