@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

#wrapper {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
  background-color: #FFFDF5;
  background-image: url("../images/line_bottom.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto 50px;
  padding-bottom: 100px;
}

#wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper a {
  word-break: break-all;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
  font-weight: bold;
}

@media screen and (min-width: 760px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 759.9px) {
  .sp_none {
    display: none;
  }

  #wrapper {
    background-size: auto 40px;
    padding-bottom: 80px;
  }
}

.disnon {
  display: none;
}

.text_red {
  color: #E7180F;
}

.text_bold {
  font-weight: bold;
}

.text_normal {
  font-weight: normal;
}

.text_center {
  text-align: center;
}

.attention {
  font-size: 90%;
  text-indent: -1em;
  margin-left: 1em;
}

.mgn_btm20 {
  margin-bottom: 20px;
}

.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
  font-weight: bold;
}

a.godetail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  text-align: center;
  text-decoration: none;
  background: #008e36;
  color: #FFFFFF;
  font-size: 100%;
  line-height: 1.4;
  z-index: 10;
  transition: 0.2s;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    height: 30px;
    font-size: 90%;
  }
}

a.godetail:hover {
  text-decoration: none;
  background-color: #02b145;
  box-shadow: none;
  opacity: 1;
}

a.godetail.gray {
  background-color: #9C9C9C;
  box-shadow: none;
  pointer-events: none;
}

a.godetail.gray:hover {
  transform: none;
}


.slash {
  width: fit-content;
  margin: 0 auto 20px;
  padding: 0 20px;
  background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
  background-size: 12px;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    height: 60px;
  }

  .slash {
    padding: 0 12px;
    background-size: 8px;
  }
}

/*--------.page_roof-------------*/
.page_roof {
  width: 100%;
  margin: 0 auto 40px;
}

.page_roof h2 {
  background: #24c96c;
  margin-bottom: 40px;
  text-align: center;
}

.page_roof h2 img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 759.9px) {
  .page_roof {
    margin: 0 auto 30px;
  }
}

/*--------.toplead-------------*/
.chapter {
  width: 95%;
  max-width: 950px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 759.9px) {
  .chapter {
    margin: 0 auto 30px;
  }
}

.chapter.bg1 {
  background-image: radial-gradient(circle, #24c96c 5px, transparent 5px);
  background-position: 0 0;
  background-size: 20px 20px;
  padding: 15px;
  position: relative;
}

.chapter.bg1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  ;
  background-color: #fffdf5;
  background-image: radial-gradient(circle, #24c96c 5px, transparent 5px);
  background-position: 0 0;
  background-size: 20px 20px;
}

.chapter.bg1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  background-color: #fffdf5;
  background-image: radial-gradient(circle, #24c96c 5px, transparent 5px);
  background-position: 0 0;
  background-size: 20px 20px;
}

@media screen and (max-width: 759.9px) {
  .chapter.bg1 {
    background-image: radial-gradient(circle, #24c96c 3px, transparent 3px);
    background-position: 0 0;
    background-size: 12px 12px;
    padding: 10px;
    position: relative;
  }

  .chapter.bg1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    ;
    background-color: #fffdf5;
    background-image: radial-gradient(circle, #24c96c 3px, transparent 3px);
    background-position: 0 0;
    background-size: 12px 12px;
  }

  .chapter.bg1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #fffdf5;
    background-image: radial-gradient(circle, #24c96c 3px, transparent 3px);
    background-position: 0 0;
    background-size: 12px 12px;
  }
}

.chapter.bg2 {
  background-image: repeating-linear-gradient(315deg, #fff100, #fff100 6px, transparent 6px, transparent 12px);
  padding: 10px;
}

@media screen and (max-width: 759.9px) {
  .chapter.bg2 {
    background-image: repeating-linear-gradient(315deg, #fff100, #fff100 4px, transparent 4px, transparent 8px);
    padding: 10px;
  }
}

.chapter .inner {
  background: #fffdf5;
  padding: 20px;
}

.release {
  margin-top: 20px;
  margin-left: 20px;
}

.release p {
  font-size: 110%;
}

.chapter h3 {
  font-size: 160%;
  text-align: center;
  margin-bottom: 15px;
}

.chapter p {
  margin: 0 auto;
  font-size: 130%;
  line-height: 1.8;
}

@media screen and (max-width: 759.9px) {
  .chapter .inner {
    padding: 15px;
  }

  .release {
    margin-top: 15px;
    margin-left: 15px;
  }

  .release p {
    font-size: 100%;
  }

  .chapter h3 {
    font-size: 140%;
    margin-bottom: 10px;
  }

  .chapter p {
    font-size: 110%;
    line-height: 1.8;
  }
}




.catapy {
  width: 95%;
  max-width: 900px;
  margin: 30px auto;
}

.catapy h3 {
  font-size: 140%;
  text-align: center;
  margin-bottom: 20px;
}

.catapy p {
  font-size: 120%;
  margin-bottom: 20px;
  line-height: 1.8;
}

.catapy .dl_wrap {
  display: flex;
}

.catapy dl {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto;
  background-color: #FFFFFF;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
  width: 19%;
  box-shadow: 0 4px 16px rgba(2, 59, 39, 0.1), 0 1.5px 4px rgba(0, 0, 0, 0.08);
}

.catapy dl dt {
  width: 100%;
  text-align: center;
  font-size: 120%;
  margin-bottom: 10px;
  background-color: #008e36;
  padding: 3px 5px;
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: bold;
  height: 30px;
}

@media screen and (max-width: 759.9px) {
  .catapy {
    display: block
  }

  .catapy .dl_wrap {
    display: block
  }

  .catapy dl {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    width: 90vw;
  }

  .catapy dl dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 3px 5px;
    height: 30px;
  }
}
/*----------.supported--------------*/
.supported {
	width: 80%;
	margin: 10px auto;
	border: 2px dotted #CCC;
	padding: 10px 0 10px 15px;
}
.supported p{
	font-size: 110%;
	text-indent: -1.5em;
	margin-left: 1.5em;
	margin-bottom: 10px;
	line-height: 1.4;
}
.supported ul{
	width: 90%;
	margin: 0 auto;
}
.supported ul li{
	font-size: 100%;
	display: inline-block;
	margin: 0 10px 5px 0;
}
@media screen and (max-width: 759.9px) {
	.supported {
		width: 100%;
		padding: 10px 0 10px 10px;
	}
	.supported p{
		font-size: 100%;
		margin-bottom: 10px;
	}
	.supported ul{
		width: 100%;
		padding-left: 5px;
	}
	.supported ul li{
		font-size: 90%;
	}
}
/*------------クーポン--------------*/
#coupon dl {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fffdf5;
}

#coupon dl dd h2 {
  font-size: 130%;
}

#coupon dl dd p {
  font-size: 100%;
  margin-top: 10px;
}

#coupon dl dt {
  width: 200px;
  position: relative;
}

#coupon dl dt img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 759.9px) {
  #coupon dl {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  #coupon dl dd h2 {
    font-size: 140%;
  }

  #coupon dl dt {
    width: 150px;
    height: auto;
  }
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  margin: 0;
}

.pageContent .inner {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}

/*-------運行日------------*/
.operation-day {
  background: #FFFFFF;
  padding: 20px;
  border: 1px solid #CCC;
  border-radius: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  width: 100%;
}

.operation-day dt {
  padding: 0 20px;
}

.operation-day dt h3 {
  font-size: 140%;
  white-space: nowrap;
}

.operation-day dd {
  border-left: 1px dotted #CCC;
  padding: 0 20px;
}

.operation-day dd p {
  font-size: 120%;
  margin-bottom: 20px;
}

.operation-day dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.operation-day dd ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 30px;
  border: 1px solid #CCC;
}

@media screen and (max-width: 759.9px) {
  .operation-day {
    border-radius: 15px;
    margin-bottom: 30px;
    display: block;
  }

  .operation-day dt {
    padding: 0;
    margin-bottom: 15px;
  }

  .operation-day dt h3 {
    font-size: 120%;
    text-align: center;
  }

  .operation-day dd {
    border-left: none;
    padding: 0;
  }

  .operation-day dd p {
    font-size: 110%;
    margin-bottom: 20px;
  }

  .operation-day dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }

  .operation-day dd ul li {
    width: 31%;
    height: 30px;
    margin-bottom: 10px;
    font-size: 90%;
  }
}

/*-------運行ルート------------*/
.routemap {
  text-align: center;
  margin-bottom: 50px;
}

.routemap h3 {
  font-size: 200%;
  margin: 30px;
}

.routemap img {
  text-align: center;
  max-width: 100%;
}

@media screen and (max-width: 759.9px) {
  .routemap h3 {
    font-size: 140%;
  }
}

/*-------乗降場所・時刻表-----------*/
.timetable {
  text-align: center;
  margin-bottom: 50px;
}

.timetable h3 {
  font-size: 200%;
  margin: 30px;
}

.timetable img {
  text-align: center;
}

@media screen and (max-width: 759.9px) {
  .timetable h3 {
    font-size: 140%;
  }
}

/*-------時刻表-------------*/
.table_wrap {
  width: 95%;
  margin: 0 auto 20px;
}

.table_wrap img {
  width: 100%;
}

.table_wrap table {
  width: 100%;
  border-collapse: collapse;
  background: #FFFFFF;
}

.table_wrap table th {
  text-align: center;
  background: #BBBBBB;
  padding: 8px 5px;
  font-size: 110%;
  border: 1px solid #CCC;
}

.table_wrap table td {
  text-align: center;
  border: 1px solid #CCC;
  padding: 5px;
  width: 12%;
}

.table_wrap table tr.busstop {
  background: #DDDDDD;
}

.sticky {
  width: 30%;
}

@media screen and (max-width: 759.9px) {
  .table_wrap {
    width: 95%;
    margin: 0 auto;
    overflow-x: scroll;
    padding-bottom: 10px;
  }

  .table_wrap table {
    width: 800px;
  }

  .sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 18%;
  }

  .sticky:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    z-index: -1;
  }

  th.sticky:before {
    background: #BBBBBB;
  }

  td.sticky:before {
    background: #FFFFFF;
  }

  .busstop td.sticky:before {
    background: #DDDDDD;
  }
}

.timetable p.attention {
  margin: 10px 0 0 30px;
  text-align: left;
}

/*-------乗車方法-------------*/
.howto {
  margin-bottom: 50px;
}

.howto h3 {
  font-size: 200%;
  text-align: center;
  margin: 30px;
}

.howto dl {
  width: 90%;
  max-width: 850px;
  display: flex;
  align-items: flex-start;
  margin: 0 auto 20px;
  background: #FFF;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.howto dl dt {
  width: 15%;
  text-align: center;
  font-size: 100%;
  background-color: #008e36;
  padding: 0 5px;
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: bold;
}

.howto dl dd {
  width: 85%;
  font-size: 120%;
  padding-left: 10px;
}

@media screen and (max-width: 759.9px) {
  .howto dl {
    display: block;
  }

  .howto dl dt {
    width: 75%;
    font-size: 100%;
    margin: 0 auto 10px;
  }

  .howto dl dd {
    width: 100%;
    font-size: 100%;
  }

  .howto h3 {
    font-size: 140%;
  }
}

/*-------行程-------------*/
#modelplan {
  margin-bottom: 80px;
}

#modelplan h2 {
  font-size: 200%;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 759.9px) {
  #modelplan h2 {
    font-size: 140%;
    text-align: center;
    margin-bottom: 20px;
  }
}

/*-------宿泊ー-------------*/
#stay {
  margin-bottom: 50px;
}

#stay h2 {
  font-size: 200%;
  padding: 10px 50px;
  width: fit-content;
  margin: 0 auto 50px;
  border-top: 1px solid #9F9BB3;
  border-bottom: 1px solid #9F9BB3;
}

@media screen and (max-width: 759.9px) {
  #stay h2 {
    font-size: 140%;
    padding: 10px 30px;
    width: fit-content;
    margin: 0 auto 50px;
    border-top: 1px solid #9F9BB3;
    border-bottom: 1px solid #9F9BB3;
  }

}

.hotel_unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.hotel_unit .hotel {
  width: 46%;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  padding: 10px;
  background: #FFFFFF;
}

.hotel_unit .hotel .photo {
  width: 100%;
}

.hotel_unit .hotel .photo img {
  width: 100%;
}

.hotel_unit .hotel h3 {
  font-size: 160%;
  text-align: center;
  margin: 30px;
}

@media screen and (max-width: 759.9px) {
  .hotel_unit .hotel {
    width: 80%;
    margin: 0 auto 20px;
    border: 1px solid #CCC;
    padding: 10px;
  }

  .hotel_unit .hotel h3 {
    font-size: 120%;
  }

}

/*--------予約--------------*/
.yoyaku {
  width: 100%;
}

.yoyaku_unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.yoyaku_unit a.godetail {
  width: 46%;
  max-width: 320px;
  margin: 0 2% 20px;
}


@media screen and (max-width: 759.9px) {}

/*------------.caution--------------*/
.yoyaku_wrap .caution {
  width: 95%;
  max-width: 800px;
}

.caution {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0 10px;
}

.caution li {
  text-indent: -1em;
  margin-bottom: 5px;
  font-size: 90%;
  text-align: left;
}

/*------------tour--------------*/
/*-----案内----*/
#guidance {
  font-size: 100%;
}

#guidance h2 {
  font-size: 160%;
  text-align: center;
}

#guidance h3 {
  font-size: 120%;
  margin: 30px auto 15px;
}

#guidance ul {
  margin: 0 0 30px 10px;
}

#guidance ul li {
  font-size: 100%;
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
}

#guidance ul li::before {
  content: "●";
  font-size: 90%;
  margin-right: 3px;
}

#guidance ul li.tel::before {
  content: "■";
  font-size: 90%;
  margin-right: 3px;
}

#guidance ul li p {
  margin: 5px 0 0 1em;
}

#guidance a {
  color: #C50B0E;
  font-weight: bold;
  font-size: 110%;
}

/*--------.autoslider_area-------------*/
#autoslider {
  width: 100%;
  max-width: 1100px;
  margin: 50px auto;
}

/*-----自動で流れるオートスライダー----------------*/
.swiper-container.autoslider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-container.autoslider .swiper-slide img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
  height: auto;
  object-fit: cover;
}

.swiper-container.autoslider .swiper-slide p {
  font-size: 100%;
  text-align: center;
}

/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img {
  width: 100%;
}

/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet {
  opacity: 0.6;
}

/* ドットインジケーターの位置*/
.swiper-container.inbox .swiper-pagination {
  bottom: 5px;
}

.swiper-pagination.inbox .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}

@media screen and (max-width: 759.9px) {

  .swiper-button-prev.inbox::after,
  .swiper-button-next.inbox::after {
    font-size: 15px;
  }
}