@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "news";
  src: url(./news-gothic-mt-bold.ttf) format("truetype"), url(./news-gothic-mt-bold.woff) format("woff");
}
html {
  font-size: 62.5%;
}


@media screen and (min-width:901px) {
	.sp,
	.sp-content {
	  display:none;
	}
}
@media screen and (max-width:900px) {
	.pc,
	.pc-content {
	  display:none;
	}
}


.kannabe2022 {
  width: 100%;
  font-size: 1.6em;
}
.kannabe2022 nav#nav-menu {
  padding: 15px 0;
  background-color: rgb(255, 255, 255);
  border: none;
  border-top: 4px #0B304D solid;
}
.kannabe2022 nav#nav-menu .menu .menu__item {
  position: relative !important;
  top: 10px !important;
}
.kannabe2022 .menu__brand__anchor img {
  max-width: 200px;
  width: 100%;
  mix-blend-mode: multiply;
}

.kannabe2022_cont {
  width: 100%;
  padding-top: 100px;
  color: #0B304D;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
  overflow: hidden;
}

#main_slide {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
}
#main_slide .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#main_slide .slide .mv_slide {
  width: 100%;
  height: calc(100vh - 100px);
}
#main_slide .slide .mv_slide img {
  width: 100%;
  height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-container.kannabe22_main_slide {
  width: 100%;
  height: 100%;
}

.kannabe22_main_slide .swiper-slide {
  width: 100%;
  height: 100%;
}
.kannabe22_main_slide .swiper-slide .img_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kannabe22_main_slide .swiper-slide .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

#main_slide .cont {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#main_slide .cont .txt_wrap {
  width: 100%;
  padding: 80px 30px 50px;
  color: #fff;
}
#main_slide .head1 {
  margin-bottom: 15px;
  font-size: clamp(5.5rem, 4.8vw, 6.6rem);
  font-family: "news", sans-serif;
  font-weight: 700;
  line-height: 1;
}
#main_slide .head1 span {
  position: relative;
  display: block;
}
#main_slide .head1 span.b::after {
  top: 40%;
  left: calc(100% + 10px);
}
#main_slide .head2 {
  margin-bottom: 10px;
  font-size: clamp(1.6rem, 1.7vw, 2.4rem);
  font-weight: 300;
  line-height: 1.1;
}
#main_slide .head2 span {
  font-size: 1.3em;
}

.btn_green {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  color: #fff;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  background-color: #0B304D;
  border: 2px solid #0B304D;
  transition: all 0.3s ease;
}
.btn_green:hover {
  color: #0B304D;
  background-color: #fff;
}

.btn_orange {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  color: #fff;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  background-color: #FF931E;
  border: 2px solid #FF931E;
  transition: all 0.3s ease;
}
.btn_orange:hover {
  color: #FF931E;
  background-color: #fff;
}

div#hamburger {
  height: 40px;
  margin-top: 1.1rem;
}

.hamburger__line:nth-child(2) {
  top: calc(50% - 11px);
}
.hamburger__line:nth-child(3) {
  bottom: 19px;
}

.hamburger span {
  position: absolute;
  bottom: -2px;
  left: 50%;
  color: #0B304D;
  font-size: 0.9rem;
  transform: translateX(-50%);
}

nav.active .hamburger__line:nth-child(1) {
  top: calc(50% - 10px);
}
nav.active .hamburger__line:nth-child(3) {
  bottom: calc(50% + 8px);
}

@media only screen and (min-height: 790px) {
  #main_slide .cont {
    justify-content: center;
  }
  #main_slide .cont .txt_wrap {
    padding: 0 30px 50px;
  }
}
@media only screen and (max-height: 680px) {
  #main_slide .cont .txt_wrap {
    padding: 30px 30px 35px;
  }
  #main_slide .head1 {
    line-height: 1;
  }
}
@media only screen and (max-width: 900px) {
  .kannabe2022 nav#nav-menu {
    height: 67px;
    padding: 0;
    background: none;
  }
  .kannabe2022 nav#nav-menu.active {
    height: auto;
  }
  .kannabe2022 nav#nav-menu .menu {
    height: 67px;
  }
  .kannabe2022 nav#nav-menu .menu .menu__item {
    position: relative !important;
    top: 0 !important;
  }
  .kannabe2022 nav#nav-menu.active .menu {
    height: auto;
  }
  .kannabe2022_cont {
    padding-top: 75px;
  }
  li.menu__brand {
    background-color: rgb(255, 255, 255);
    border-top: none;
    border-bottom: none;
  }
  .menu__item .contact {
    background-color: #0B304D;
  }
  .menu__item.language ul li a {
    background: rgba(10, 73, 89, 0.8);
  }
}
@media only screen and (max-width: 767px) {
	section{
		position: relative;
		z-index: 1;
	}
  #main_slide {
/*     position: static; */
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    height: 500px;
    z-index: 0;
  }
  #main_slide .slide {
    width: 100%;
    height: 100%;
  }
  #main_slide .slide .mv_slide {
    height: 500px;
  }
  #main_slide .slide .mv_slide img {
    height: 500px;
  }
  #main_slide .head1 {
    margin-top: 60px;
    margin-bottom: 15px;
    font-size: 55px;
    font-family: "news", sans-serif;
    font-weight: 700;
    line-height: 1;
  }
  #main_slide .head1 span {
    position: relative;
    display: block;
  }
  #main_slide .head1 span.b::after {
    top: 40%;
    left: calc(100% + 10px);
  }
  .kannabe22_main_slide .swiper-slide {
    max-height: calc(100vh - 270px);
  }
  .kannabe22_main_slide .swiper-slide .img_wrap {
    height: auto;
    padding-top: 94%;
  }
  #main_slide .cont {
    width: 100%;
    height: auto;
  }
  #main_slide .head1 {
    font-size: 55px;
  }
  #main_slide .cont .txt_wrap {
    padding: 0 20px 25px;
  }
  #main_slide .main_slide_btn {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto auto 0;
    transform: translateX(0);
  }
  #main_slide .head3 {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 500px) {
  #main_slide .main_slide_btn > a {
    padding: 10px;
    line-height: 1.2;
  }
}
#conditions {
  width: 100%;
  background: #0B304D;
  /* アコーディオンアイテムの初期状態 */
  /* アコーディオンアイテムを展開するスタイル */
}
#conditions .wrap {
  display: flex;
  justify-content: flex-start;
  max-width: 1166px;
  width: 92%;
  margin: auto;
}
#conditions .head2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 155px;
  padding: 25px 0;
  color: #fff;
  font-size: clamp(2rem, 2.3vw, 3.2rem);
  font-weight: 700;
  text-align: center;
  writing-mode: tb-rl;
  transform: rotate(180deg);
}
#conditions .head2.tc {
  transform: rotate(0);
}
#conditions .head2 span {
  display: block;
}
#conditions .block_wrap {
  display: flex;
  justify-content: flex-start;
  width: 77%;
  background-color: #334566;
}
#conditions .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  padding: 20px;
  color: #fff;
  border-right: 1px solid #fff;
}
#conditions .block:last-of-type {
  border: none;
}
#conditions .head3 {
  margin-bottom: 15px;
  font-size: clamp(1.5rem, 1.5vw, 2.1rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
#conditions .block_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#conditions .sns_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
#conditions .sns_wrap > a {
  opacity: 1;
  display: block;
  margin: 0 5px;
  color: #fff;
  font-size: 2.2rem;
  transition: all 0.3s ease;
}
#conditions .sns_wrap > a:hover {
  opacity: 0.6;
}
#conditions .txt {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
#conditions .condition_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#conditions .condition_btn > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  margin: 0 3px 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  background-color: #0B304D;
  transition: all 0.3s ease;
}
#conditions .condition_btn a:hover {
  background-color: rgba(10, 73, 89, 0.6);
}
#conditions .condition_btn > a img {
  display: block;
  margin-bottom: 5px;
}
#conditions .block.acc-wrap {
  padding: 0;
}
#conditions .head3.acc-btn {
  width: 100%;
  padding: 20px;
  margin-bottom: 0;
}
#conditions .block_inner.acc-cont {
  display: none;
  padding-bottom: 20px;
  margin-top: -5px;
}
#conditions .accordion-2 {
  padding: 0 4%;
  display: none;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #conditions .accordion-2 {
    display: block;
  }
}
#conditions .accordion-2 .accordion-item {
  margin: 10px 0;
  background: #334566;
}
#conditions .accordion-title {
  background: #334566;
  color: #fff;
  padding: 20px 4%;
  display: block;
  position: relative;
  /* アコーディオンアイコンの初期状態 */
}
#conditions .accordion-title .accordion-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 32px;
}
#conditions .accordion-title .plus-icon {
  display: block;
}
#conditions .accordion-title .minus-icon {
  display: none;
}
#conditions .accordion-content {
  display: none;
  background: #334566 !important;
}
#conditions .accordion-item.active .accordion-content {
  display: block;
  background: #0B304D;
  color: #fff;
}

@media only screen and (max-width: 900px) {
  #conditions {
    background: #fff;
  }
  #conditions .head2 {
    width: 100%;
    color: #fff;
    background: #0B304D;
    text-align: center;
    padding: 20px 0;
  }
  #conditions .block_wrap {
    display: none;
  }
  #conditions .block.pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #conditions .wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  #conditions .head2 {
    flex-direction: row;
    width: 100%;
    padding: 20px;
    writing-mode: inherit;
    transform: rotate(0);
  }
  #conditions .head2 span {
    display: block;
    margin-left: 10px;
  }
  #conditions .block_wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  #conditions .block {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
#info.kannabe22_info {
  background: #fff;
}
#info.kannabe22_info.mountain-bg::before {
  display: none;
}
#info.kannabe22_info .infobox .infobox__col {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: auto;
  max-width: 1166px;
  margin: auto;
}
#info.kannabe22_info .news, #info.kannabe22_info .campaign {
  flex-grow: 0;
  width: 47%;
}
#info.kannabe22_info .news {
  background: #fff;
}
#info.kannabe22_info .news .info_h_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #707070;
}
#info.kannabe22_info .news h3.head3 {
  color: #525659;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
  font-weight: 700;
}
#info.kannabe22_info .news .info_h_wrap > a {
  opacity: 1;
  color: #525659;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
  font-weight: 700;
  transition: all 0.3s ease;
}
#info.kannabe22_info .news__list > a {
  opacity: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  transition: all 0.3s ease;
}
#info.kannabe22_info .news .info_h_wrap > a:hover {
  opacity: 0.6;
}
#info.kannabe22_info .news__list > a:hover {
  opacity: 0.6;
}
#info.kannabe22_info .news__list .date {
  margin-right: 30px;
  color: #525659;
  font-size: 1rem;
  line-height: 2;
}
#info.kannabe22_info .news__list .title {
  color: #0B304D;
  font-size: clamp(1.3rem, 1vw, 1.5rem);
}
#info.kannabe22_info .campaign {
  border: none;
}

@media only screen and (max-width: 900px) {
  #info.kannabe22_info .news, #info.kannabe22_info .campaign {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  #info.kannabe22_info .infobox .infobox__col {
    flex-direction: column;
  }
  #info.kannabe22_info .news, #info.kannabe22_info .campaign {
    width: 100%;
  }
  #info.kannabe22_info .news {
    padding: 0;
    margin-bottom: 15px;
  }
  #info.kannabe22_info .news__list .date {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 500px) {
  #info.kannabe22_info .news h3.head3 {
    padding-bottom: 0;
  }
  #info.kannabe22_info .news .info_h_wrap {
    padding-bottom: 7px;
  }
  #info.kannabe22_info .news__list > a {
    flex-direction: column;
    padding: 0;
  }
}
#gallery {
  padding: 80px 0;
}
#gallery .head_wrap {
  max-width: 1220px;
  width: 90%;
  margin: 0 auto;
}
#gallery .head_inner {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: center;
}
#gallery .head_inner .head2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gallery .head_inner .head2 span {
  padding: 0 3%;
  width: 20%;
}
#gallery .head_inner .head2 .head2-border-l, #gallery .head_inner .head2 .head2-border-r {
  padding: 0;
  display: block;
  height: 2px;
  width: 60%;
  background: #0B304D;
  position: relative;
}
#gallery .head_inner .head2 .head2-border-l:after, #gallery .head_inner .head2 .head2-border-r:after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translate(0, -50%) rotate(30deg);
  display: block;
  height: 30px;
  width: 2px;
  background: #0B304D;
}
#gallery .head_inner .head2 .head2-border-l:after {
  right: 0;
}
#gallery .head_inner .head2 .head2-border-r:after {
  left: 0;
}
@media screen and (max-width: 900px) {
  #gallery .head_inner .head2 {
    font-size: 20px;
  }
  #gallery .head_inner .head2 span {
    padding: 0 6%;
    width: 100%;
  }
  #gallery .head_inner .head2 .head2-border-l, #gallery .head_inner .head2 .head2-border-r {
    width: 100%;
  }
}
#gallery .txt {
  width: 100%;
  margin-bottom: 50px;
  color: #fff;
  font-size: clamp(1.5rem, 1.3vw, 1.8rem);
  text-align: center;
}
#gallery .slide_btn .swiper-button-prev, #gallery .slide_btn .swiper-button-next {
  width: 56px;
  height: 56px;
  background-color: #0B304D;
  border-radius: 50%;
}
#gallery .slide_btn .swiper-button-prev::after, #gallery .slide_btn .swiper-button-next::after {
  color: #0B304D;
  font-size: 27px;
  text-shadow: none;
  color: #fff;
}
#gallery .slide {
  position: relative;
  width: 100%;
}
#gallery .slide .swiper-slide.gallery-slider__slide--images {
  width: 309px !important;
  height: 309px !important;
}
#gallery .slide .swiper-slide.gallery-slider__slide--images img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#gallery .slide .swiper-slide .lazy {
  width: 100% !important;
}
@media only screen and (max-width: 600px) {
  #gallery .slide .swiper-slide.gallery-slider__slide--images {
    width: 149px !important;
    height: 149px !important;
  }
  #gallery .slide .swiper-slide .lazy {
    width: 100% !important;
  }
}

@media only screen and (max-width: 900px) {
  #gallery {
    padding-bottom: 0;
  }
  #gallery .head2 {
    margin-bottom: 10px;
  }
  #gallery .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  #gallery {
    padding: 40px 0;
  }
  #gallery .txt {
    display: none;
  }
  #gallery .head2 {
    margin-bottom: 25px;
  }
  #gallery .slide_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  #gallery .slide_btn .swiper-button-prev, #gallery .slide_btn .swiper-button-next {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
  #gallery .slide_btn .swiper-button-prev::after, #gallery .slide_btn .swiper-button-next::after {
    font-size: 18px;
  }
}
#location {
  width: 100%;
  padding: 80px 0 100px;
}
#location .head_wrap {
  max-width: 1220px;
  width: 90%;
  margin: 0 auto;
}
#location .head_inner {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: center;
}
#location .head_inner .head2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#location .head_inner .head2 span {
  padding: 0 3%;
  width: 30%;
}
#location .head_inner .head2 .head2-border-l, #location .head_inner .head2 .head2-border-r {
  padding: 0;
  display: block;
  height: 2px;
  width: 30%;
  background: #0B304D;
  position: relative;
}
#location .head_inner .head2 .head2-border-l:after, #location .head_inner .head2 .head2-border-r:after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translate(0, -50%) rotate(30deg);
  display: block;
  height: 30px;
  width: 2px;
  background: #0B304D;
}
#location .head_inner .head2 .head2-border-l:after {
  right: 0;
}
#location .head_inner .head2 .head2-border-r:after {
  left: 0;
}
@media screen and (min-width: 901px) {
	#location > h4.grid-h4{
	  margin-top:-100px;
	  position:relative;
	}
}
@media screen and (max-width: 900px) {
  #location .head_inner .head2 {
    font-size: 20px;
  }
  #location .head_inner .head2 span {
    padding: 0 6%;
    width: 100%;
  }
  #location .head_inner .head2 .head2-border-l, #location .head_inner .head2 .head2-border-r {
    width: 100%;
  }
}

.location_wrap {
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
}
.location_wrap .img {
  width: 100%;
  margin-left: -5%;
}
.location_wrap .img img {
  display: block;
  width: 100%;
}
.location_wrap .img img.sp {
  display: none;
}

.location_table {
  max-width: 1200px;
  width: 92%;
  margin: 75px auto 0;
  overflow: auto;
}
.location_table .button {
  background-color: #0B304D;
  border: 2px solid #0B304D;
  border-radius: 5px;
  max-width: 550px;
  width: 100%;
  display: block;
  margin: 40px auto;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-size: 15px;
}
.location_table .button:after {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
}
.location_table .button:hover {
  color: #0B304D;
  background-color: #fff;
}
.location_table .button:hover:after {
  border-top: 2px #0B304D solid;
  border-right: 2px #0B304D solid;
}
.location_table img {
  width: 100%;
}
.location_table img.sp {
  display: none;
}

.grid-h4 {
  text-align: center;
  color: #0B304D;
  margin: 20px 0;
  font-size: 20px;
}

#location .banner-grid.inner {
  width: 92%;
  margin: auto;
}

.location_table_head .head3 {
  margin-top: 55px;
  color: #000;
  font-size: clamp(1.8rem, 1.7vw, 2.4rem);
  text-align: center;
}
.location_table_head + .location_table {
  margin-top: 20px;
}
.location_table_head > p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  text-align: center;
}
.location_table_head > p span {
  opacity: 0;
  padding: 10px;
  margin: 0 5px;
  font-size: 1.8rem;
  line-height: 1;
  transition: all 0.3s ease;
  pointer-events: none;
}
.location_table_head > p span.show {
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 1270px) {
  .location_wrap .head_wrap {
    margin-top: 30px;
  }
  .location_wrap .img {
    width: 100%;
    margin-left: -3%;
  }
}
@media only screen and (max-width: 900px) {
  #location {
    padding: 40px 0 60px;
  }
  .location_table {
    margin-top: 50px;
  }
  .location_table img.sp {
    display: block;
  }
  .location_table img.pc {
    display: none;
  }
  .location_wrap .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .location_wrap {
    display: block;
    width: 100%;
  }
  .location_wrap .head_wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    text-align: center;
    border-left: none;
  }
  .location_wrap .head_wrap .txt {
    width: 92%;
    margin: 0 auto 15px;
    text-align: left;
  }
  .location_wrap .img {
    width: 100%;
    margin-left: 0;
  }
  .location_wrap .img img.pc {
    display: none;
  }
  .location_wrap .img img.sp {
    display: block;
  }
}
#bus-guide {
  position: relative;
  width: 100%;
  padding: 100px 0;
}
#bus-guide .head_wrap {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
#bus-guide .head_inner {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: center;
}
#bus-guide .head_inner .head2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bus-guide .head_inner .head2 span {
  padding: 0 3%;
  width: 30%;
}
#bus-guide .head_inner .head2 .head2-border-l, #bus-guide .head_inner .head2 .head2-border-r {
  padding: 0;
  display: block;
  height: 2px;
  width: 30%;
  background: #0B304D;
  position: relative;
}
#bus-guide .head_inner .head2 .head2-border-l:after, #bus-guide .head_inner .head2 .head2-border-r:after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translate(0, -50%) rotate(30deg);
  display: block;
  height: 30px;
  width: 2px;
  background: #0B304D;
}
#bus-guide .head_inner .head2 .head2-border-l:after {
  right: 0;
}
#bus-guide .head_inner .head2 .head2-border-r:after {
  left: 0;
}
@media screen and (max-width: 900px) {
  #bus-guide .head_inner .head2 {
    font-size: 20px;
    padding: 0 4%;
  }
  #bus-guide .head_inner .head2 span {
    padding: 0 6%;
    width: 100%;
  }
  #bus-guide .head_inner .head2 .head2-border-l, #bus-guide .head_inner .head2 .head2-border-r {
    width: 100%;
  }
}

.bus-add-area {
  max-width: 1166px;
  margin: 0 auto;
}
.bus-add-area .bus-add-h4 {
  font-size: 28px;
  color: #0B304D;
}
.bus-add-area p {
  margin: 20px 0;
}
.bus-add-area .bus-ul {
  display: flex;
  justify-content: center;
}
.bus-add-area li {
  width: 33%;
  list-style: none;
  margin: 0px 10px;
}
.bus-add-area li a {
  background-color: #0B304D;
  border: 2px solid #0B304D;
  border-radius: 5px;
  max-width: 550px;
  width: 100%;
  display: block;
  margin: 40px auto;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
.bus-add-area li a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
}
.bus-add-area li a:hover {
  color: #0B304D;
  background-color: #fff;
}
.bus-add-area li a:hover:after {
  border-top: 2px #0B304D solid;
  border-right: 2px #0B304D solid;
}
@media screen and (max-width: 900px) {
  .bus-add-area {
    padding: 0 4%;
  }
  .bus-add-area .bus-ul {
    display: block;
    padding: 0 4%;
  }
  .bus-add-area li {
    width: 100%;
    margin: 0;
  }
}

.tabs label {
  background: #AFCBE3;
}
@media screen and (max-width: 600px) {
  .tabs label {
    background: #0B304D;
  }
}
.tabs input[type=radio]:checked + label {
  padding: 12px;
  background: #0B304D;
}

#bus-guide .thick-button a {
  max-width: 900px;
  width: 92%;
  background: #0B304D;
  border-radius: 0;
}

a.faa_magnify.btn_orange {
  max-width: 187px;
  margin: auto;
  border-radius: 5px;
}

.fab_magnify:before, .faa_magnify:after {
  margin-left: 10px;
}

a.faa_magnify.btn_orange {
  max-width: 187px;
  margin: 25px auto 0;
  padding: 15px 10px;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
  font-weight: 300;
  border-radius: 5px;
}

#bus-guide .tabs.inner {
  max-width: 1166px;
  width: 92%;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  #bus-guide {
    padding: 80px 0 65px;
  }
  #bus-guide .head_wrap {
    padding-left: 0;
    margin-bottom: 30px;
    border-left: none;
    padding: 0 4%;
  }
  #bus-guide .txt {
    width: 100%;
  }
  #bus-guide .head2 {
    margin-bottom: 30px;
    text-align: center;
  }
}
.kannabe2022_cont .map_sec {
  width: 100%;
/*   padding: 100px 0; */
}
.kannabe2022_cont .map {
  position: relative;
/*   max-width: 520px; */
  width: 100%;
  margin: auto;
/*   aspect-ratio: 260/233; */
}
.kannabe2022_cont .map iframe#google-map {
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .kannabe2022_cont .map_sec {
/*     padding: 40px 0 65px; */
  }
  .kannabe2022_cont .map iframe#google-map {
	  height: 300px;
	}
}
footer {
  background: #0B304D;
}
footer .contact-b {
  background: #C8CCD5 !important;
  color: #0B304D !important;
}

.youtube-thumbnail:after {
  pointer-events: none;
}

div.contact-form__header {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0B304D;
}
div.contact-form__header .inner {
  flex-direction: column;
}
div.contact-form__header .inner div {
  margin: 20px 0 0;
}
div.contact-form__header .inner h1 {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
}
div.contact-form__header .inner img {
  max-width: 150px;
}

@media only screen and (max-width: 550px) {
  div.contact-form__header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  div.contact-form__header .inner img {
    display: block;
  }
  div.contact-form__header .inner h1 {
    font-size: 30px;
    letter-spacing: 3px;
  }
  div.contact-form__header .inner img {
    max-width: 120px;
  }
}
.kinosaki-about {
  text-align: center;
  padding: 100px 2%;
}
.kinosaki-about .about-img {
  width: 185px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.kinosaki-about p {
  font-size: 18px;
  margin: 20px 0;
}
@media only screen and (max-width: 900px) {
  .kinosaki-about {
    padding: 100px 4%;
  }
  .kinosaki-about p {
    font-size: 14px;
  }
  .kinosaki-about .pc {
    display: none;
  }
}

.kinosaki-good {
  background: #E4EDF5;
  padding: 60px 0;
}
.kinosaki-good .good-h3 {
  text-align: center;
  font-size: 28px;
}
.kinosaki-good .inner {
  max-width: 1166px;
  margin: 0 auto;
}
.kinosaki-good .good-ul {
  display: flex;
  justify-content: space-around;
  padding: 60px 0 40px 0;
}
.kinosaki-good .good-ul li {
  width: 24%;
  list-style: none;
}
.kinosaki-good .good-ul li img {
  width: 100%;
}
.kinosaki-good .good-ul li .button {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100%;
  max-width: 250px;
  top: -30px;
  text-align: center;
  border: 2px #0B304D solid;
  font-size: 25px;
  padding: 14px 0;
  background: #0B304D;
  color: #fff;
  border-radius: 10px;
}
.kinosaki-good .good-ul li .button:hover {
  background: #fff;
  color: #0B304D;
}
@media only screen and (max-width: 1277px) {
  .kinosaki-good {
    padding: 60px 4% 20px 4%;
  }
}
@media only screen and (max-width: 900px) {
  .kinosaki-good .good-h3 {
    font-size: 24px;
  }
  .kinosaki-good .good-ul {
    flex-wrap: wrap;
    padding: 60px 0 40px 0;
  }
  .kinosaki-good .good-ul li {
    width: 45%;
    list-style: none;
  }
  .kinosaki-good .good-ul li .button {
    max-width: 175px;
    top: -30px;
    font-size: 17px;
    padding: 14px 0;
  }
}

#activities {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-image: url(./img/kinosaki-activities-back.jpg);
  background-size: cover;
}
#activities .head_wrap {
  max-width: 1220px;
  width: 90%;
  margin: 0 auto;
}
#activities .head_inner {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: center;
}
#activities .head_inner .head2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#activities .head_inner .head2 span {
  padding: 0 6%;
}
#activities .head_inner .head2 .head2-border-l, #activities .head_inner .head2 .head2-border-r {
  padding: 0;
  display: block;
  height: 2px;
  width: 100%;
  background: #0B304D;
  position: relative;
}
#activities .head_inner .head2 .head2-border-l:after, #activities .head_inner .head2 .head2-border-r:after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translate(0, -50%) rotate(30deg);
  display: block;
  height: 30px;
  width: 2px;
  background: #0B304D;
}
#activities .head_inner .head2 .head2-border-l:after {
  right: 0;
}
#activities .head_inner .head2 .head2-border-r:after {
  left: 0;
}
#activities .head_inner .txt {
  width: 100%;
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  #activities .head_inner .head2 {
    font-size: 20px;
  }
  #activities .head_inner .head2 span {
    padding: 0 6%;
  }
  #activities .head_inner .head2 .head2-border-l, #activities .head_inner .head2 .head2-border-r {
    width: 100%;
  }
}

.swiper-container.activities_slide {
  width: 100%;
  padding: 60px 0;
}

.activities_slide .swiper-slide {
  position: relative;
  max-width: 1220px;
  margin: 0;
  width: 400px;
  transform: translate(-50%, 0);
}
.activities_slide .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 0;
}
.activities_slide .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activities_slide .swiper-slide .cont {
  width: 100%;
  padding: 0 0 20px 0;
  background-color: #fff;
}
.activities_slide .swiper-slide .cont .head3 {
  color: #0B304D;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  padding: 15px 6% 10px 6%;
}
.activities_slide .swiper-slide .cont .txt {
  width: 100%;
  color: #0B304D;
  font-size: clamp(1.3rem, 1vw, 1.5rem);
  padding: 10px 6% 20px 6%;
}
@media screen and (max-width: 900px) {
  .activities_slide .swiper-slide {
    transform: translate(0, 0);
  }
  .activities_slide .swiper-slide .img {
    position: relative;
    min-width: 100%;
    height: 200px;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    padding-top: 0;
  }
  .activities_slide .swiper-slide .img img {
    min-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#activities .slide_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
}

.activities_slide .swiper-slide .cont .btn_orange {
  max-width: 295px;
  text-align: center;
  margin: 0 auto;
  margin-top:1em;
  background: #1D5B8A;
  border: 2px #1D5B8A solid;
  border-radius: 5px;
  position: relative;
}
.activities_slide .swiper-slide .cont .btn_orange:after {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
}
.activities_slide .swiper-slide .cont .btn_orange:hover {
  background: #fff;
  border: 2px #1D5B8A solid;
  color: #1D5B8A;
}
.activities_slide .swiper-slide .cont .btn_orange:hover:after {
  border-top: 2px #0B304D solid;
  border-right: 2px #0B304D solid;
}

.slide_btn .swiper-button-prev, .slide_btn .swiper-button-next {
  width: 56px;
  height: 56px;
  background-color: #0B304D;
  border-radius: 50%;
}
.slide_btn .swiper-button-prev::after, .slide_btn .swiper-button-next::after {
  color: #fff;
  font-size: 27px;
  text-shadow: none;
}

@media only screen and (max-width: 1270px) {
  .activities_slide .swiper-slide .cont {
    padding: 20px 4% 25px 4%;
  }
}
@media only screen and (max-width: 900px) {
  #activities {
    padding: 30px 0;
  }
  #activities .head_wrap {
    margin-bottom: 20px;
  }
  #activities .slide_btn {
    margin-top: 30px;
  }
  #activities .head3 {
	  font-size: 18px;
/*     padding: 0 4% 10px 4%; */
    padding: 0;
  }
  #activities .txt {
    padding: 10px 4% 20px 4%;
  }
  .activities_slide .swiper-slide .cont .btn_orange {
    margin: auto;
    margin-top:1em;
  }
}
@media only screen and (max-width: 767px) {
  #activities .head_inner {
    width: 100%;
    padding: 0;
    border-left: none;
  }
  #activities .head_inner .head2 {
    text-align: center;
  }
  #activities .head_inner .txt {
    display: none;
  }
  .activities_slide .swiper-slide {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 325px;
    margin: 0;
  }
  .activities_slide .swiper-slide .cont {
    position: relative;
    top: 0;
    max-width: 100%;
    width: 100%;
    padding: 15px 20px;
    margin: 0 0;
    transform: translateY(0);
  }
  .activities_slide .swiper-slide .img {
    width: 100%;
  }  .activities_slide .swiper-slide .cont .txt {
    margin-bottom: 10px;
  }
 
  #activities .slide_btn {
    margin-top: 25px;
  }
  #activities .slide_btn .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
  #activities::before {
    left: -2%;
    width: 138px;
    height: 237px;
  }
}
#kid-activities {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
#kid-activities .head_wrap {
  max-width: 1220px;
  width: 90%;
  margin: 0 auto;
}
#kid-activities .head_inner {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: center;
}
#kid-activities .head_inner .head2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kid-activities .head_inner .head2 span {
  padding: 0 3%;
  width: 30%;
}
#kid-activities .head_inner .head2 .head2-border-l, #kid-activities .head_inner .head2 .head2-border-r {
  padding: 0;
  display: block;
  height: 2px;
  width: 30%;
  background: #0B304D;
  position: relative;
}
#kid-activities .head_inner .head2 .head2-border-l:after, #kid-activities .head_inner .head2 .head2-border-r:after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translate(0, -50%) rotate(30deg);
  display: block;
  height: 30px;
  width: 2px;
  background: #0B304D;
}
#kid-activities .head_inner .head2 .head2-border-l:after {
  right: 0;
}
#kid-activities .head_inner .head2 .head2-border-r:after {
  left: 0;
}
@media screen and (max-width: 900px) {
  #kid-activities .head_inner .head2 {
    font-size: 20px;
  }
  #kid-activities .head_inner .head2 span {
    padding: 0 6%;
    width: 100%;
  }
  #kid-activities .head_inner .head2 .head2-border-l, #kid-activities .head_inner .head2 .head2-border-r {
    width: 100%;
  }
}
#kid-activities .kid-ul {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
#kid-activities .kid-ul li {
  list-style: none;
  width: 44%;
  margin: 0 2%;
  background: #F0F5F9;
  position: relative;
  text-align: center;
  padding: 0 6%;
}
#kid-activities .kid-ul li .kid-img {
  display: block;
  margin: -100px auto 0 auto;
}
#kid-activities .kid-ul li .kid-h4 {
  font-size: 29px;
  padding-top: 20px;
}
#kid-activities .kid-ul li p {
  font-size: 16px;
  position: relative;
  z-index: 2;
  padding: 20px 0 200px 0;
}
#kid-activities .kid-ul li .kid-back {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
}
#kid-activities .kid-ul .kid-1 .kid-img {
  width: 265px;
}
#kid-activities .kid-ul .kid-1 .kid-back {
  position: absolute;
  z-index: 2;
  min-width: 120%;
}
#kid-activities .kid-ul .kid-2 .kid-img {
  width: 211px;
}
#kid-activities .kid-ul .kid-2 .kid-back {
  position: absolute;
  z-index: 0;
  min-width: 120%;
}
@media screen and (max-width: 900px) {
  #kid-activities .kid-ul {
    flex-direction: column;
    margin-top: 100px;
  }
  #kid-activities .kid-ul li {
    list-style: none;
    width: 100%;
    margin: 0 2%;
    padding: 0 6%;
    margin-bottom: 200px;
  }
  #kid-activities .kid-ul li .kid-img {
    display: block;
    margin: -100px auto 0 auto;
  }
  #kid-activities .kid-ul li .kid-h4 {
    font-size: 29px;
    padding-top: 20px;
  }
  #kid-activities .kid-ul li p {
    font-size: 16px;
    position: relative;
    z-index: 2;
    padding: 20px 0 200px 0;
  }
  #kid-activities .kid-ul li .kid-back {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
  }
  #kid-activities .kid-ul .kid-1 .kid-img {
    width: 265px;
  }
  #kid-activities .kid-ul .kid-1 .kid-back {
    position: absolute;
    z-index: 2;
    min-width: 120%;
  }
  #kid-activities .kid-ul .kid-2 {
    margin-bottom: 0;
  }
  #kid-activities .kid-ul .kid-2 .kid-img {
    width: 211px;
  }
  #kid-activities .kid-ul .kid-2 .kid-back {
    position: absolute;
    z-index: 0;
    min-width: 120%;
  }
}

#areas {
  width: 100%;
  padding: 0 0;
  margin-left: auto;
  position: relative;
}
#areas .head_wrap {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translate(-50%, 0);
}
#areas .head_inner {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: center;
}
#areas .head_inner .head2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4%;
}
#areas .head_inner .head2 span {
  padding: 0 3%;
  width: 30%;
}
#areas .head_inner .head2 .head2-border-l, #areas .head_inner .head2 .head2-border-r {
  padding: 0;
  display: block;
  height: 2px;
  width: 65%;
  background: #0B304D;
  position: relative;
}
#areas .head_inner .head2 .head2-border-l:after, #areas .head_inner .head2 .head2-border-r:after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translate(0, -50%) rotate(30deg);
  display: block;
  height: 30px;
  width: 2px;
  background: #0B304D;
}
#areas .head_inner .head2 .head2-border-l:after {
  right: 0;
}
#areas .head_inner .head2 .head2-border-r:after {
  left: 0;
}
@media screen and (max-width: 900px) {
  #areas .head_inner .head2 {
    font-size: 20px;
  }
  #areas .head_inner .head2 span {
    padding: 0 6%;
    width: 100%;
  }
  #areas .head_inner .head2 .head2-border-l, #areas .head_inner .head2 .head2-border-r {
    width: 100%;
  }
}

#areas > .img {
  width: 100%;
}
#areas > .img img {
  display: block;
  width: 100%;
}
#areas > .img img.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  #areas {
    width: 100%;
    padding: 50px 0;
  }
  #areas > .img {
    margin-bottom: 30px;
  }
  #areas > .img img.pc {
    display: none;
  }
  #areas > .img img.sp {
    display: block;
  }
}
#mountain {
  padding: 60px 0;
  position: relative;
}
#mountain .head_wrap {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
#mountain .head_inner {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: center;
}
#mountain .head_inner .head2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mountain .head_inner .head2 span {
  padding: 0 3%;
  width: 30%;
  white-space: nowrap;
}
#mountain .head_inner .head2 .head2-border-l, #mountain .head_inner .head2 .head2-border-r {
  padding: 0;
  display: block;
  height: 2px;
  width: 30%;
  background: #0B304D;
  position: relative;
}
#mountain .head_inner .head2 .head2-border-l:after, #mountain .head_inner .head2 .head2-border-r:after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translate(0, -50%) rotate(30deg);
  display: block;
  height: 30px;
  width: 2px;
  background: #0B304D;
}
#mountain .head_inner .head2 .head2-border-l:after {
  right: 0;
}
#mountain .head_inner .head2 .head2-border-r:after {
  left: 0;
}
@media screen and (max-width: 900px) {
  #mountain .head_inner .head2 {
    font-size: 20px;
  }
  #mountain .head_inner .head2 span {
    padding: 0 6%;
    width: 100%;
  }
  #mountain .head_inner .head2 .head2-border-l, #mountain .head_inner .head2 .head2-border-r {
    width: 100%;
  }
}
#mountain .mountain_slide {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mountain .mountain_slide li {
  background: #0B304D;
  color: #fff;
}
#mountain .mountain_slide li .mountain-h3 {
  font-size: 30px;
  margin: 0;
  text-align: center;
  padding-top: 40px;
}
#mountain .mountain_slide li .mo {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}
#mountain .mountain_slide li .mo .mo-l {
  width: 50%;
  border-right: 1px #fff solid;
  padding-right: 40px;
}
#mountain .mountain_slide li .mo .mo-l img {
  width: 100%;
}
#mountain .mountain_slide li .mo .mo-l .mo-info-area li {
  display: flex;
  text-align: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px #fff solid;
}
#mountain .mountain_slide li .mo .mo-l .mo-info-area li .mo-info-t {
  min-width: 100px;
}
#mountain .mountain_slide li .mo .mo-l .mo-info-area li .mo-info-t dt img {
  width: 34px;
  height: auto;
  margin: 0 auto;
  display: block;
}
#mountain .mountain_slide li .mo .mo-l .mo-info-area li .mo-info {
  width: 100%;
  max-width: 140px;
}
#mountain .mountain_slide li .mo .mo-l .mo-info-area li .mo-info dd {
  font-size: 24px;
}
#mountain .mountain_slide li .mo .mo-l .mo-info-area li:last-child {
  border-bottom: none;
}
#mountain .mountain_slide li .mo .mo-r {
  width: 50%;
  padding-left: 40px;
  text-align: center;
}
#mountain .mountain_slide li .mo .mo-r .mo-h4 {
  font-size: 21px;
}
#mountain .mountain_slide li .mo .mo-r .mo-r-dl {
  border-bottom: 1px #fff dotted;
  padding: 20px 0;
}
#mountain .mountain_slide li .mo .mo-r .mo-r-dl dt {
  font-weight: bold;
  font-size: 18px;
}
#mountain .mountain_slide li .mo .mo-r .mo-r-dl dd {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
#mountain .mountain_slide li .mo .mo-r .mo-r-dl dd p {
  margin: 5px 0;
}
#mountain .mountain_slide li .mo .mo-r .mo-r-dl:last-child {
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  #mountain .mountain_slide {
    display: none;
  }
}
#mountain .slide {
  position: relative;
  width: 100%;
}
#mountain .slide_btn .swiper-button-prev, #mountain .slide_btn .swiper-button-next {
  background-color: #fff;
}
#mountain .slide_btn .swiper-pagination {
  padding: 20px 0;
  width: 100%;
}
#mountain .slide_btn .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 10px;
}
#mountain .slide_btn .swiper-pagination .swiper-pagination-bullet-active {
  background: #0B304D;
}
#mountain .slide_btn .swiper-button-prev::after, #mountain .slide_btn .swiper-button-next::after {
  color: #0B304D;
}

@media only screen and (max-width: 900px) {
  #mountain .head2 {
    margin-bottom: 10px;
  }
  #mountain .txt {
    margin-bottom: 20px;
  }
  .slide_btn {
    display: none !important;
  }
}
@media only screen and (max-width: 500px) {
  #mountain {
    padding: 40px 0;
  }
  #mountain .txt {
    display: none;
  }
  #mountain .head2 {
    margin-bottom: 25px;
  }
}
#accommodations {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #F0F5F9;
}
#accommodations .head_wrap {
  max-width: 1220px;
  width: 90%;
  margin: 0 auto;
}
#accommodations .head_inner {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: center;
}
#accommodations .head_inner .head2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#accommodations .head_inner .head2 span {
  padding: 0 3%;
  width: 35%;
}
#accommodations .head_inner .head2 .head2-border-l, #accommodations .head_inner .head2 .head2-border-r {
  padding: 0;
  display: block;
  height: 2px;
  width: 30%;
  background: #0B304D;
  position: relative;
}
#accommodations .head_inner .head2 .head2-border-l:after, #accommodations .head_inner .head2 .head2-border-r:after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translate(0, -50%) rotate(30deg);
  display: block;
  height: 30px;
  width: 2px;
  background: #0B304D;
}
#accommodations .head_inner .head2 .head2-border-l:after {
  right: 0;
}
#accommodations .head_inner .head2 .head2-border-r:after {
  left: 0;
}
@media screen and (max-width: 900px) {
  #accommodations .head_inner .head2 {
    font-size: 20px;
  }
  #accommodations .head_inner .head2 span {
    padding: 0 6%;
    width: 100%;
  }
  #accommodations .head_inner .head2 .head2-border-l, #accommodations .head_inner .head2 .head2-border-r {
    width: 100%;
  }
}
#accommodations .hotel-list__item {
  padding: 0;
  overflow: hidden;
  width: 30%;
}
@media screen and (max-width: 900px) {
  #accommodations .hotel-list__item {
    padding: 0;
    overflow: hidden;
    width: 40% !important;
  }
  #accommodations .hotel-list__item a.list__item__img img {
    height: 120px;
  }
}
#accommodations a.list__item__img {
  position: relative;
  width: 100%;
  height: auto;
}
#accommodations a.list__item__img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
#accommodations a.list__item__img:hover img {
  transform: scale(1.05);
}
#accommodations .list__item__linkbox {
  padding: 25px 30px;
}
#accommodations .list__item__linkbox h4 {
  min-height: inherit;
  margin-bottom: 20px;
  color: #0B304D;
  font-size: 1.6rem;
  text-shadow: none;
}
#accommodations .list__item__linkbox .details {
  min-height: inherit;
  padding: 10px;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  text-shadow: none;
  border-radius: 0;
  transition: all 0.3s ease;
}
#accommodations .list__item__linkbox .details {
  background-color: #1D5B8A;
  border: 2px solid #1D5B8A;
  border-radius: 5px;
  width: 157px;
  display: block;
  margin: 0 auto;
  position: relative;
}
#accommodations .list__item__linkbox .details:after {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
}
#accommodations .list__item__linkbox .details:hover {
  color: #1D5B8A;
  background-color: #fff;
}
#accommodations .list__item__linkbox .details:hover:after {
  border-top: 2px #1D5B8A solid;
  border-right: 2px #1D5B8A solid;
}
@media screen and (max-width: 900px) {
  #accommodations .list__item__linkbox .details {
    width: 100%;
  }
}
#accommodations .hotel-list {
  max-width: 1166px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#accommodations .acc-or-button {
  display: block;
  background: #FF931E;
  border-radius: 2px;
  border: 2px #FF931E solid;
  padding: 20px 0;
  max-width: 500px;
  width: 100%;
  margin: 40px auto;
  color: #fff;
  text-align: center;
}
#accommodations .acc-or-button .acc-p {
  position: relative;
  font-size: 18px;
  display: inline-block;
}
#accommodations .acc-or-button .acc-p:after {
  position: absolute;
  right: -20px;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  display: block;
  transform: translate(0, -50%) rotate(45deg);
}
#accommodations .acc-or-button:hover {
  color: #FF931E;
  background: #fff;
}
#accommodations .acc-or-button:hover .acc-p:after {
  border-top: 2px #FF931E solid;
  border-right: 2px #FF931E solid;
}
@media only screen and (max-width: 900px) {
  #accommodations .acc-or-button {
    width: 90%;
  }
  #accommodations.slide_sec .acc-or-button {
	  margin-top: 0;
}
  .slide_sec .swiper-container.activities_slide {
    padding-bottom: 0;
}
}

@media only screen and (max-width: 900px) {
  #accommodations .txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #accommodations {
    padding-bottom: 40px;
  }
  #accommodations .head_wrap {
    padding-left: 0;
    margin-bottom: 0;
    border-left: none;
  }
  #accommodations .txt {
    display: none;
  }
  #accommodations .head2 {
    margin-bottom: 55px;
    text-align: center;
  }
  #accommodations .list__item__linkbox {
    padding: 15px 20px;
  }
  #accommodations .list__item__linkbox h4 {
    margin-bottom: 10px;
  }
}
.rental {
  padding: 60px 0;
  background: #F0F5F9;
}
.rental .inner {
  max-width: 1166px;
  margin: 0 auto;
}
.rental .head_inner {
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: center;
}
.rental .head_inner .head2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rental .head_inner .head2 span {
  padding: 0 3%;
  width: 35%;
}
.rental .head_inner .head2 .head2-border-l, .rental .head_inner .head2 .head2-border-r {
  padding: 0;
  display: block;
  height: 2px;
  width: 30%;
  background: #0B304D;
  position: relative;
}
.rental .head_inner .head2 .head2-border-l:after, .rental .head_inner .head2 .head2-border-r:after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translate(0, -50%) rotate(30deg);
  display: block;
  height: 30px;
  width: 2px;
  background: #0B304D;
}
.rental .head_inner .head2 .head2-border-l:after {
  right: 0;
}
.rental .head_inner .head2 .head2-border-r:after {
  left: 0;
}
@media screen and (max-width: 900px) {
  .rental .head_inner .head2 {
    font-size: 20px;
  }
  .rental .head_inner .head2 span {
    padding: 0 6%;
    width: 100%;
    white-space: nowrap;
  }
  .rental .head_inner .head2 .head2-border-l, .rental .head_inner .head2 .head2-border-r {
    width: 100%;
  }
}
.rental .rental-add-h4 {
  font-size: 28px;
  color: #0B304D;
}
.rental p {
  margin: 20px 0;
}
.rental .thick-button a {
  text-align: center;
  color: #fff;
  max-width: 367px;
  width: 100%;
  border: 2px #0B304D solid;
  border-radius: 0;
  display: block;
  margin: 40px auto;
  padding: 20px 0;
  border-radius: 5px;
  background-image: url(./img/add.svg);
  background-position: center right 10px;
  background-size: 20px;
  background-color: #0B304D;
  background-repeat: no-repeat;
}
.rental .thick-button a:hover {
  color: #0B304D;
  background-image: url(./img/add-a.svg);
  background-position: center right 10px;
  background-size: 20px;
  background-color: #fff;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .rental {
    padding: 60px 4%;
  }
}

.accordion {
  padding: 4%;
  display: none;
}
.accordion .accordion-item {
  margin: 10px 0;
}
@media screen and (max-width: 900px) {
  .accordion {
    display: block;
  }
}

.accordion-title {
  background: #0B304D;
  color: #fff;
  padding: 20px 4%;
  display: block;
  position: relative;
  /* アコーディオンアイコンの初期状態 */
}
.accordion-title .accordion-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 32px;
}
.accordion-title .plus-icon {
  display: block;
}
.accordion-title .minus-icon {
  display: none;
}

/* アコーディオンアイテムの初期状態 */
.accordion-content {
  display: none;
}

/* アコーディオンアイテムを展開するスタイル */
.accordion-item.active .accordion-content {
  display: block;
  background: #0B304D;
  color: #fff;
}
.accordion-item.active .accordion-content .mo {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px 0;
}
.accordion-item.active .accordion-content .mo .mo-l {
  width: 100%;
  border-bottom: 1px #fff solid;
  padding-right: 0;
  margin-bottom: 40px;
}
.accordion-item.active .accordion-content .mo .mo-l img {
  width: 100%;
}
.accordion-item.active .accordion-content .mo .mo-l .mo-info-area li {
  display: flex;
  text-align: center;
  align-items: center;
  padding: 15px 4%;
  border-bottom: 1px #bbaeae solid;
}
.accordion-item.active .accordion-content .mo .mo-l .mo-info-area li .mo-info-t {
  min-width: 90px;
}
.accordion-item.active .accordion-content .mo .mo-l .mo-info-area li .mo-info-t dt img {
  width: 34px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.accordion-item.active .accordion-content .mo .mo-l .mo-info-area li .mo-info {
  width: 100%;
  max-width: 140px;
}
.accordion-item.active .accordion-content .mo .mo-l .mo-info-area li .mo-info dt {
  font-size: 14px;
}
.accordion-item.active .accordion-content .mo .mo-l .mo-info-area li .mo-info dd {
  font-size: 20px;
}
.accordion-item.active .accordion-content .mo .mo-l .mo-info-area li:last-child {
  border-bottom: none;
}
.accordion-item.active .accordion-content .mo .mo-r {
  width: 100%;
  text-align: center;
}
.accordion-item.active .accordion-content .mo .mo-r .mo-h4 {
  font-size: 21px;
}
.accordion-item.active .accordion-content .mo .mo-r .mo-r-dl {
  border-bottom: 1px #fff dotted;
  padding: 20px 4%;
}
.accordion-item.active .accordion-content .mo .mo-r .mo-r-dl dt {
  font-weight: bold;
  font-size: 16px;
}
.accordion-item.active .accordion-content .mo .mo-r .mo-r-dl dd {
  font-size: 14px;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.accordion-item.active .accordion-content .mo .mo-r .mo-r-dl dd p {
  margin: 5px 0;
}
.accordion-item.active .accordion-content .mo .mo-r .mo-r-dl:last-child {
  border-bottom: none;
}/*# sourceMappingURL=style.css.map */


.activities_slide .swiper-slide.no_bnr .img::before {
	display: none;
}

/* Safety Tips
----------------------------------------------- */
#safety{
}
#safety .head_inner{
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: center;
}
#safety .head_inner .head2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#safety .head_inner .head2 .head2-border-l, 
#safety .head_inner .head2 .head2-border-r{
    padding: 0;
    display: block;
    height: 2px;
    width: 30%;
    background: #0B304D;
    position: relative;
}
#safety .head_inner .head2 .head2-border-l:after, 
#safety .head_inner .head2 .head2-border-r:after{
    position: absolute;
    top: 50%;
    content: "";
    transform: translate(0, -50%) rotate(30deg);
    display: block;
    height: 30px;
    width: 2px;
    background: #0B304D;
}
#safety .head_inner .head2 .head2-border-l:after{
    right: 0
}
#safety .head_inner .head2 span{
    padding: 0 3%;
    width: 35%;
}

#safety-six{
  display: flex;
  max-width: 1000px;
  margin: 0px auto 25px;
  flex-wrap: wrap;
  gap: 8px;
}
.safe-box{
  width: 32.5%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.safe-illust{
  width: 100%;
  margin: 0px auto 15px;
}
.safe-illust img{
  display: inline-block;
}
.safe-txt dt{
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

#lift-safety{
  display: flex;
  width: 1000px;
  margin: 0px auto;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-align: left;
}
#safe-lift-tit{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
#safe-lift-illust{
  width: 200px;
  margin-right: 50px;
}
#safe-lift-right{
  width: 650px;
}
#safe-lift-right dl{
  margin-bottom: 15px;
}
#safe-lift-right dt{
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 900px) {
  #safety-six{
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .safe-box{
    width: 48%;
  }
  #lift-safety{
    width: 100%;
    display: block;
  }
  #safe-lift-illust{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    justify-items: center;
  }
  #safe-lift-right{
    width: 100%;
  }
  #safe-lift-tit{
    text-align: center;
  }
}

.menu__item li a{
  padding: 1.6rem 2rem!important;
}


.sns-container a.facebook:after{
  content: "\f09a";
}
.sns-container a.instagram:after{
  content: "\f16d";
}
.sns-container a.youtube:after{
  content: "\f167";
}

