.contents {
  width: 88%;
  margin: 0 auto;
}

.intro {
  background-color: #fffff0;
  position: relative;
  padding-top: 48%;
  width: 100%;
  overflow: hidden;
}
.intro .pic {
  position: absolute;
  top: 23%;
  right: 3%;
  width: 53%;
  box-sizing: border-box;
}
.intro .pic ul.list {
  display: table;
  width: 100%;
}
.intro .pic li.list {
  width: 50%;
  padding: 0 10px;
  display: table-cell;
  vertical-align: top;
}
.intro .texts {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 35%;
}
.intro .texts figure {
  width: 25%;
  margin: 0 auto 15px;
}
.intro .texts h2 {
  color: #333;
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
.intro .texts p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.45rem;
}
.intro .menu {
  margin-top: 25px;
  padding-left: 20px;
}
.intro .menu h3 {
  font-family: Roboto;
  color: #333;
  display: inline-block;
  font-size: 0.95rem;
  margin-bottom: 10px;
}
.intro .menu li {
  width: 70%;
  font-size: 0.95rem;
  color: #666;
  border-bottom: 1px dotted #666;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.intro .menu a {
  color: #666;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}
.intro .menu a:hover {
  color: #ff0034;
}

.deeps {
  background-color: #f7f7f7;
  padding: 0px 0 0;
}
.deeps .container {
  display: flex;
  width: 100%;
  margin-top: 0px;
}
.deeps .main {
  display: block;
  width: 80%;
  padding-left: 0%;
  box-sizing: border-box;
  padding-top: 0px;
}
.deeps .sidebar {
  width: 20%;
}
.deeps .item_fixed {
  position: sticky;
  margin-bottom: 0;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-right: 1px solid #aaa;
}
.deeps .text {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #444;
}
.deeps .navi {
  padding: 60px 20px 0;
  box-sizing: border-box;
}
.deeps .navi figure {
  width: 30%;
  margin: 0 auto;
}
.deeps .navi h2 {
  text-align: center;
  color: #ff0d3c;
  font-weight: bold;
  font-size: 1.05rem;
  margin: 10px 0;
}
.deeps .navi .themes {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.deeps .navi h3 {
  font-size: 0.95rem;
  font-weight: bold;
}
.deeps .navi ul {
  padding: 5px 10px 0 10px;
}
.deeps .navi ul li {
  margin-top: 5px;
  border-bottom: 1px dotted #888;
  font-size: 0.85rem;
}
.deeps .navi ul a {
  color: #444;
  transition: 0.2s;
  padding: 4px 0 5px 10px;
  display: inline-block;
  border-left: 0px solid #ff0d3c;
}
.deeps .navi ul a:hover {
  color: #ff0d3c;
}
.deeps .navi ul a.selected {
  color: #ff0d3c;
  font-weight: bold;
  border-left: 4px solid #ff0d3c;
  padding-left: 6px;
}

.titles .first {
  position: relative;
  padding-top: 500px;
}
.titles .first .pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 540px;
  overflow: hidden;
}
.titles .first .first-v2 {
  position: relative;
  background-size: cover;
  height: 0%;
  padding-top: min(100vh,85%);
}
.titles .first .box {
  position: absolute;
  bottom: 12%;
  left: 6%;
  width: 35%;
  height: 65%;
  padding: 40px 35px;
  background-color: #fff;
  box-shadow: 2px 2px 1px 1px rgba(100, 100, 100, 0.5);
}
.titles .first h2 {
  color: #333;
  font-weight: bold;
  font-size: 1.45rem;
  font-family: Roboto;
  margin-bottom: 10px;
}
.titles .first .sub {
  color: #ff0034;
  font-size: 1rem;
  margin: 15px 0 20px;
}

.amami .titles .section1 {
  background: url(../../img/theme/amami/mv1.jpg);
}
.amami .titles .section2 {
  background: url(../../img/theme/amami/mv2.jpg);
}
.amami .titles .section3 {
  background: url(../../img/theme/amami/mv3.jpg);
}
.amami .titles .section4 {
  background: url(../../img/theme/amami/mv4.jpg);
}

.ibusuki .titles .section1 {
  background: url(../../img/theme/ibusuki/mv1.jpg);
}
.ibusuki .titles .section2 {
  background: url(../../img/theme/ibusuki/mv2.jpg);
}
.ibusuki .titles .section3 {
  background: url(../../img/theme/ibusuki/mv3.jpg);
}
.ibusuki .titles .section4 {
  background: url(../../img/theme/ibusuki/mv4.jpg);
}

.yakushima .titles .section1 {
  background: url(../../img/theme/yakushima/mv1.jpg);
}
.yakushima .titles .section2 {
  background: url(../../img/theme/yakushima/mv2.jpg);
}
.yakushima .titles .section3 {
  background: url(../../img/theme/yakushima/mv3.jpg);
}
.yakushima .titles .section4 {
  background: url(../../img/theme/yakushima/mv4.jpg);
}

.second {
  background-color: #fffff0;
  padding: 40px 0 50px;
}
.second .title_wrap {
  width: 40%;
  margin: 0 auto 40px;
  border-bottom: 1px solid #888;
  padding: 60px 0px 8px;
}
.second .title {
  display: table;
  border-bottom: 3px solid #888;
  padding: 0 10px 8px;
}
.second .title figure {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
}
.second .title h2 {
  width: 75%;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

.arrow p {
  margin: 10px 0 0;
  padding-left: 5px;
  padding-bottom: 8px;
  font-weight: bold;
  color: #333333;
  font-size: 0.95rem;
}
.arrow span {
  display: block;
  width: 250px;
  height: 3px;
  background-color: #ff0034;
  position: relative;
  transform: scale(0, 1);
  transform-origin: top left;
  animation: arrow01 4s ease-in-out infinite forwards;
}
.arrow p:hover {
  color: #ff0034;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
}

@keyframes arrow01 {
  0% {
    transform: scale(0, 1);
  }
  30% {
    transform: scale(0, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  85% {
    transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: scale(1, 1);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.arrow span::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  border-right: 3px solid #ff0034;
  transform: rotate(-45deg) scale(1, 0);
  transform-origin: right bottom;
  position: absolute;
  bottom: 2px;
  right: 0px;
  animation: arrow02 4s ease-in-out infinite forwards;
}

@keyframes arrow02 {
  0% {
    transform: rotate(-45deg) scale(1, 0);
  }
  45% {
    transform: rotate(-45deg) scale(1, 0);
  }
  55% {
    transform: rotate(-45deg) scale(1, 1);
  }
  85% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 0;
  }
  100% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 0;
  }
}
.type ul {
  display: table;
  width: 88%;
  margin: 0 auto;
}
.type li {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding: 0 30px 0;
  box-sizing: border-box;
}
.type figure {
  display: block;
  width: 80%;
  margin-bottom: 15px;
}
.type h3 {
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
  border-left: #333 5px solid;
  padding: 4px 0 5px 8px;
}
.type .sub {
  font-family: Roboto;
  color: #ff0034;
  font-size: 1rem;
  margin: 15px 0 10px;
}

.roots {
  display: table;
  width: 90%;
  margin: 0 auto;
}
.roots li {
  border-top: 1px solid #888;
  padding-right: 22px;
  padding-top: 20px;
  position: relative;
  width: 25%;
  display: table-cell;
  vertical-align: top;
}
.roots .dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  top: -5px;
  left: -3px;
  background-color: #888;
}
.roots .age {
  position: absolute;
  background-color: #fffff0;
  font-size: 1rem;
  top: -8px;
  left: 4px;
  padding: 0 10px;
  color: #ff0034;
}
.roots h3 {
  color: #333;
  font-weight: bold;
  font-size: 1.05rem;
  border-left: #333 5px solid;
  padding: 4px 0 5px 8px;
  margin-bottom: 10px;
}
.roots figure {
  margin-bottom: 10px;
}
.roots .text {
  font-size: 0.9rem;
  line-height: 1.45rem;
}

.reason {
  width: 90%;
  margin: 0 auto;
}
.reason .box {
  display: table;
  width: 100%;
}
.reason .text {
  display: table-cell;
  width: 35%;
  padding-right: 30px;
  vertical-align: top;
  padding-top: 30px;
}
.reason .text p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #aaa;
}
.reason .text p:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px dotted #aaa;
}
.reason .text p span {
  color: #ef0028;
  font-weight: bold;
}
.reason .pic {
  display: table-cell;
  width: 65%;
  vertical-align: top;
}
.reason li {
  display: block;
  width: 33.3%;
  padding-left: 10px;
  float: left;
  margin-bottom: 10px;
}
.reason ul::after {
  content: "";
  display: block;
  clear: both;
}

.beauty ul {
  width: 88%;
  margin: 0 auto;
}
.beauty ul::after {
  content: "";
  display: block;
  clear: both;
}
.beauty li {
  width: 50%;
  display: table;
  float: left;
  margin-bottom: 25px;
}
.beauty .pic {
  width: 36%;
  display: table-cell;
  vertical-align: top;
}
.beauty .flame {
  border-radius: 50%;
  border: 1px solid #aaa;
  padding: 5px;
  background-color: #fff;
}
.beauty figure {
  border-radius: 50%;
  overflow: hidden;
}
.beauty .box {
  width: 64%;
  display: table-cell;
  vertical-align: top;
  padding: 10px 50px 0 30px;
  box-sizing: border-box;
}
.beauty .box .text {
  border-bottom: 1px dotted #888;
  padding-bottom: 20px;
}
.beauty .beauty_title {
  width: 100%;
  margin: 0 auto 10px;
  position: relative;
  height: 20px;
  display: inline-block;
}
.beauty .beauty_title h3 {
  font-size: 0.95rem;
  font-weight: bold;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 5%;
  width: 90%;
}
.beauty .beauty_title p {
  position: absolute;
  background-color: #fbff5f;
  height: 8px;
  bottom: -4px;
  left: 5%;
  width: 90%;
}

.gourmet .box {
  display: table;
  width: 88%;
  margin: 10px auto 30px;
}
.gourmet .box figure {
  display: table-cell;
  width: 40%;
  vertical-align: top;
}
.gourmet .info {
  display: table-cell;
  width: 60%;
  padding-right: 30px;
  vertical-align: top;
}
.gourmet h3 {
  color: #333;
  font-weight: bold;
  font-size: 1.05rem;
  border-left: #333 5px solid;
  padding: 4px 0 5px 8px;
  margin-bottom: 10px;
}
.gourmet .text {
  font-size: 0.95rem;
  line-height: 1.55rem;
}

.hotel {
  padding: 40px 4% 40px;
  border-bottom: #7e672f 1px solid;
  box-sizing: border-box;
}
.hotel:last-child {
  padding: 30px 4% 30px;
  border-bottom: #7e672f 0 solid;
  margin-bottom: 0;
}
.hotel .top_info {
  display: table;
  width: 100%;
  padding-bottom: 30px;
}
.hotel .top_info .pic {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 60%;
}
.hotel .top_info .pic figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hotel .top_info .pic figcaption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 3px;
  box-sizing: border-box;
  height: 25px;
  text-align: right;
  font-size: 0.85rem;
  background: rgba(255, 255, 255, 0.75);
  color: #ff0034;
}
.hotel .top_info .pic .thumbs {
  display: table;
  width: 100%;
  margin-top: 7px;
}
.hotel .top_info .pic li {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 20%;
  padding: 0 3px;
  box-sizing: border-box;
}
.hotel .top_info .pic li img {
  opacity: 0.65;
  width: 100%;
}
.hotel .top_info .pic li:hover img {
  opacity: 1;
}
.hotel .top_info .pic li.active img {
  border: #111 3px solid;
  opacity: 1;
  box-sizing: border-box;
}
.hotel .top_info .info {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 40%;
  padding: 150px 50px 0 0px;
}
.hotel .top_info h3 {
  font-family: Shippori Mincho;
  font-weight: bold;
  font-size: 1.8rem;
}
.hotel .top_info h3 span {
  font-size: 1.2rem;
  padding-left: 15px;
}
.hotel .top_info .text {
  font-size: 0.9rem;
  line-height: 1.45rem;
  color: #555;
}
.hotel .top_info .location {
  background-color: #888;
  padding: 5px 10px 3px;
  font-size: 0.85rem;
  line-height: 0.85rem;
  margin: 10px 0 15px;
  display: inline-block;
  width: 40%;
  text-align: center;
  color: #fff;
  border-radius: 15px;
}

.accordion {
  width: 100%;
  margin: 10px 0 0;
}
.accordion .accordion-title {
  display: table;
  width: 70%;
}
.accordion .title {
  display: table-cell;
  vertical-align: bottom;
  width: 95%;
}
.accordion h4 {
  font-size: 1rem;
  font-weight: 900;
  color: #111;
  padding: 15px 10px;
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  border-bottom: 2px #ccc solid;
  transition: transform 1s;
}
.accordion h4::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ff0034;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.7s;
  overflow: hidden;
}
.accordion h4:hover {
  color: #ff0034;
}
.accordion h4:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.accordion .icons {
  width: 5%;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: 0.7s;
  border-bottom: #ff0034 2px solid;
}
.accordion .toggle-content {
  display: none;
  padding: 25px 0 10px 0px;
  box-sizing: border-box;
}
.accordion .fa {
  font-size: 14px;
  color: #ff0034;
  width: 16px;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: 0.2s;
}
.accordion .fa-plus {
  transform: rotate(0deg);
}
.accordion .fa-minus {
  opacity: 0;
}
.accordion.active .toggle-content {
  display: block;
}
.accordion.active .fa-minus {
  transform: rotate(-45deg);
}
.accordion.active .fa-plus {
  transform: rotate(-45deg);
}
.accordion.active h4 {
  color: #ff0034;
}
.accordion.active h4::after {
  transform: scale(1, 1);
}
.accordion .toggle-content ul {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.accordion .toggle-content li {
  width: 33.3%;
  display: table-cell;
  vertical-align: top;
  padding-right: 25px;
  box-sizing: border-box;
}
.accordion .toggle-content dl {
  margin-top: 15px;
}
.accordion .toggle-content dt {
  color: #111;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1rem;
}
.accordion .toggle-content .en {
  font-family: Robot;
  margin-bottom: 5px;
}
.accordion .toggle-content dd {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #555;
}

.area {
  padding-top: 70px;
  border-bottom: #7e672f 1px solid;
  padding-bottom: 50px;
}
.area .area-title {
  display: table;
  width: 80%;
  margin: 0 auto 20px;
}
.area .area-title .detail {
  display: table-cell;
  width: 72%;
  vertical-align: middle;
  padding: 0 40px 0 30px;
}
.area .area-title .detail h2 {
  font-size: 2.2rem;
  color: #ccc;
  font-family: Robot;
  font-weight: bold;
}
.area .area-title .detail .sub {
  color: #ff0034;
  font-size: 1.05rem;
  margin: 10px 0 15px;
}
.area .area-title .detail .text {
  line-height: 1.45rem;
}
.area .area-title .map {
  display: table-cell;
  width: 28%;
  vertical-align: top;
}
.area .nature-title {
  margin: 0 auto 0px;
  width: 88%;
}
.area .nature-title h2 {
  font-size: 2.2rem;
  color: #ccc;
  font-family: Robot;
  font-weight: bold;
}
.area .nature-title .sub {
  color: #ff0034;
  font-size: 1.05rem;
  margin: 10px 0 15px;
}
.area .nature-title .text {
  line-height: 1.6rem;
  height: auto;
}
.area .slider-wrap h3 {
  color: #333;
  font-weight: bold;
  font-size: 1.115rem;
  border-left: #333 5px solid;
  padding: 4px 0 5px 8px;
  margin-bottom: 10px;
}
.area .shochu {
  width: 88%;
  margin: 50px auto 0;
}
.area .shochu .shochu_title {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 1.1rem;
  color: #333;
  width: 100%;
  font-weight: bold;
}
.area .shochu .shochu_title::first-letter {
  font-size: 2rem;
}
.area .shochu .shochu_title::before, .area .shochu .shochu_title::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.area .shochu .shochu_title:before {
  border-bottom: 3px solid #ff0d3c;
  width: 100%;
}
.area .shochu .shochu_title:after {
  border-bottom: 3px solid #aaa;
  width: 100%;
}

.shop_info .title_wrap {
  width: 35%;
  margin: 0 auto 40px;
  border-bottom: 1px solid #888;
  padding: 0px 0px 8px;
}
.shop_info .title {
  display: table;
  border-bottom: 3px solid #888;
  padding: 0 10px 8px;
}
.shop_info .title figure {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
}
.shop_info .title h2 {
  width: 75%;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

.todo {
  padding: 10px 0;
}
.todo ul {
  width: 94%;
  margin: 0 auto;
  position: relative;
  padding-top: 72%;
}
.todo ul li {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.todo ul li:nth-child(1) {
  width: 48%;
  top: 0;
  left: 0;
  height: 54%;
}
.todo ul li:nth-child(2) {
  right: 26%;
}
.todo ul li:nth-child(3) {
  right: 0%;
}
.todo ul li:nth-child(2), .todo ul li:nth-child(3) {
  width: 25%;
  top: 0%;
  height: 54%;
}
.todo ul li:nth-child(2) .over img, .todo ul li:nth-child(3) .over img {
  position: relative;
  width: 165%;
  left: -30%;
  top: 0;
}
.todo ul li:nth-child(4), .todo ul li:nth-child(5), .todo ul li:nth-child(6) {
  width: 32.5%;
  bottom: 0%;
  height: 44.5%;
}
.todo ul li:nth-child(4) {
  left: 0%;
}
.todo ul li:nth-child(5) {
  left: 33.75%;
}
.todo ul li:nth-child(6) {
  right: 0%;
}
.todo ul li .box {
  position: relative;
  overflow: hidden;
}
.todo ul li .capth {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 235px;
  left: 0;
  height: 25px;
  padding: 5px;
  font-size: 0.95rem;
  display: table;
}
.todo ul li .capth .number {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
}
.todo ul li .capth h3 {
  color: #111111;
  display: table-cell;
  width: 175px;
  vertical-align: middle;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  padding: 0 10px;
  font-size: 1rem;
  font-weight: bold;
}
.todo ul li .capth .icon {
  display: table-cell;
  width: 30px;
  height: 20px;
  vertical-align: middle;
  position: relative;
}
.todo ul li .capth .fa {
  font-size: 20px;
  color: #333;
  width: 20px;
  margin: 0 auto;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.todo ul li:nth-child(1) .capth {
  bottom: 13.5%;
  width: 280px;
}
.todo ul li:nth-child(1) .capth h3 {
  width: 210px;
}
.todo ul li:hover .capth h3 {
  color: #ff0d3c;
}
.todo ul li:hover .capth .fa {
  left: 10px;
  color: #ff0d3c;
}

.tamatebako {
  width: 88%;
  margin: 0 auto;
}
.tamatebako .box {
  width: 100%;
  display: table;
}
.tamatebako .info {
  display: table-cell;
  width: 80%;
  vertical-align: top;
  padding-right: 30px;
}
.tamatebako .text {
  font-size: 0.95rem;
  line-height: 1.55rem;
}
.tamatebako .pic {
  display: table-cell;
  width: 20%;
  vertical-align: top;
  padding-right: 0px;
}
.tamatebako ul {
  width: 100%;
  display: table;
}
.tamatebako li {
  display: table-cell;
  width: 33.3%;
  padding-right: 25px;
  vertical-align: top;
}
.tamatebako li figure {
  margin-bottom: 10px;
}
.tamatebako h3 {
  border-left: 5px solid #ef0028;
  padding: 5px 0 5px 10px;
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}

.railway {
  display: table;
  width: 88%;
  margin: 0 auto;
  border-left: #888 1px solid;
  position: relative;
  padding-bottom: 30px;
}
.railway .dot {
  position: absolute;
  top: 15px;
  background-color: #ef0028;
  width: 15px;
  height: 15px;
  left: -8px;
  border-radius: 10px;
  z-index: 1;
}
.railway .timeline {
  display: table-cell;
  width: 70%;
  padding: 5px 50px 0px 30px;
  vertical-align: top;
}
.railway .timeline h3 {
  color: #ef0028;
  font-size: 1.1rem;
  margin-bottom: 10px;
  background-image: url(../../img/theme/ibusuki/railway-icon.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding-left: 40px;
  min-height: 30px;
  background-position: 0px;
  padding-top: 10px;
}
.railway .timeline .text {
  font-size: 0.9rem;
  line-height: 1.55rem;
}
.railway figure {
  display: table-cell;
  width: 70%;
  vertical-align: top;
}

.sunayu {
  display: table;
  width: 92%;
  margin: 0 auto;
}
.sunayu li {
  display: table-cell;
  width: 50%;
  padding: 0 20px;
}
.sunayu figure {
  margin-bottom: 20px;
}
.sunayu h3 {
  border-left: #444 5px solid;
  padding: 5px 0 5px 10px;
  font-size: 1.05rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.sunayu .text {
  font-size: 0.925rem;
  line-height: 1.5rem;
}

.trekking_list ul {
  display: table;
  width: 88%;
  margin: 0 auto 30px;
}
.trekking_list li {
  width: 33.3%;
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.trekking_list figure {
  margin-bottom: 15px;
}
.trekking_list h3 {
  border-left: #444 5px solid;
  padding: 5px 0 5px 10px;
  font-size: 1.05rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.trekking_list .sub {
  color: #fff;
  background-color: #888;
  display: inline-block;
  border-radius: 25px;
  padding: 5px 15px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.trekking_list .text {
  font-size: 0.925rem;
  line-height: 1.5rem;
}
.trekking_list .arrow span {
  width: 250px;
}

.trekking .title_wrap {
  margin-bottom: 30px;
}
.trekking .intotext {
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 30px;
}
.trekking .box {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
}
.trekking .box::after {
  content: "";
  display: block;
  clear: both;
}
.trekking .detail {
  width: 45%;
  padding: 10px 30px 0 5%;
  float: left;
}
.trekking .pic {
  width: 55%;
  vertical-align: top;
  float: right;
}
.trekking .text {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #444;
  border-bottom: 1px #888 dotted;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.trekking span {
  font-size: 0.95rem;
  color: #ef0028;
  font-weight: bold;
}
.trekking dl {
  display: table;
  width: 100%;
  margin-top: 10px;
  font-size: 0.9rem;
}
.trekking dt {
  width: 18%;
  color: #ef0028;
  display: table-cell;
  vertical-align: middle;
}
.trekking dd {
  width: 82%;
  color: #333;
  display: table-cell;
  vertical-align: middle;
}

.zw .hotel .top_info h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
}
.zw .hotel .top_info h3 span {
  font-size: 1.2rem;
  padding-left: 15px;
}
.zw .hotel .top_info .text {
  font-size: 0.9rem;
  line-height: 1.45rem;
  color: #555;
}
.zw .hotel .top_info .location {
  padding: 5px 10px;
  font-size: 0.9rem;
  line-height: 0.9rem;
  margin: 10px 0 15px;
}

@media only screen and (max-width: 1024px) {
  .intro {
    background-color: #fffff0;
    position: relative;
    padding-top: 20px;
    width: 100%;
    overflow: auto;
    padding: 50px 3.5%;
  }
  .intro .pic {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
  }
  .intro .pic ul.list {
    display: table;
    width: 100%;
  }
  .intro .pic li.list {
    width: 50%;
    padding: 0 1.5%;
    display: table-cell;
    vertical-align: top;
  }
  .intro .texts {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0 1.5%;
  }
  .intro .texts figure {
    width: 20%;
    margin: 0 auto 15px;
  }
  .intro .texts h2 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .intro .texts p {
    color: #666;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .intro .menu {
    margin-top: 30px;
    padding-left: 0px;
  }
  .intro .menu h3 {
    font-size: 0.95rem;
    margin-bottom: 10px;
    color: #ef0028;
    font-weight: bold;
  }
  .intro .menu li {
    width: 100%;
    font-size: 1rem;
  }
  .deeps {
    background-color: #f7f7f7;
    padding: 0px 0 0;
  }
  .deeps .container {
    display: block;
    width: 100%;
    margin-top: 0px;
  }
  .deeps .main {
    display: block;
    width: 100%;
    padding-left: 0%;
    box-sizing: border-box;
    padding-top: 0px;
  }
  .deeps .sidebar {
    display: none;
  }
  .deeps .text {
    font-size: 0.95rem;
    line-height: 1.4rem;
    color: #444;
  }
  .deeps .navi {
    padding: 0;
    box-sizing: border-box;
    display: none;
  }
  .titles .first {
    position: relative;
    padding-top: 540px;
  }
  .titles .first .pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 540px;
    overflow: hidden;
  }
  .titles .first .first-v2 {
    position: relative;
    background-size: cover;
    height: 0%;
    padding-top: min(100vh,85%);
  }
  .titles .first .box {
    position: absolute;
    bottom: 5%;
    left: 4%;
    width: 50%;
    height: 60%;
    padding: 40px 30px;
  }
  .titles .first h2 {
    font-size: 1.35rem;
  }
  .titles .first .sub {
    color: #ff0034;
    font-size: 1rem;
    margin: 15px 0 20px;
  }
  .second {
    background-color: #fffff0;
    padding: 10px 0 50px;
  }
  .second .title_wrap {
    width: 60%;
    margin: 0 auto 40px;
    border-bottom: 1px solid #888;
    padding: 40px 0px 8px;
  }
  .second .title {
    display: table;
    border-bottom: 3px solid #888;
    padding: 0 10px 8px;
  }
  .second .title figure {
    width: 25%;
  }
  .second .title h2 {
    width: 75%;
    font-size: 1.3rem;
  }
  .reason {
    width: 100%;
    margin: 0 auto;
  }
  .reason .box {
    display: block;
    width: 100%;
  }
  .reason .text {
    display: block;
    width: 100%;
    padding: 10px 5% 0;
  }
  .reason .pic {
    display: block;
    width: 100%;
    padding: 4%;
  }
  .reason li {
    display: block;
    width: 33.3%;
    padding: 0 1%;
    float: left;
    margin-bottom: 1.5%;
  }
  .todo {
    padding: 0px 0;
  }
  .todo ul {
    width: 94%;
    margin: 0 auto;
    position: relative;
    padding-top: 72%;
  }
  .todo ul li .capth {
    width: 235px;
    left: 0;
    height: 25px;
    padding: 5px;
    font-size: 0.95rem;
  }
  .todo ul li .capth .number {
    width: 30px;
    vertical-align: middle;
  }
  .todo ul li .capth h3 {
    width: 175px;
    font-size: 1rem;
  }
  .todo ul li .capth .icon {
    width: 30px;
    height: 20px;
  }
  .todo ul li:nth-child(1) .capth {
    bottom: 13.5%;
    width: 280px;
  }
  .todo ul li:nth-child(1) .capth h3 {
    width: 210px;
  }
  .type ul {
    width: 92%;
  }
  .type li {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .type figure {
    width: 100%;
    margin-bottom: 15px;
  }
  .type h3 {
    font-size: 1.2rem;
    border-left: #333 5px solid;
    padding: 4px 0 5px 8px;
    margin-bottom: 15px;
  }
  .type .sub {
    font-size: 1.1rem;
    margin: 0px 0 5px;
  }
  .arrow p {
    margin: 10px 0 0;
    font-size: 0.95rem;
  }
  .arrow span {
    width: 35%;
    height: 3px;
  }
  .trekking_list ul {
    display: table;
    width: 94%;
    margin: 0 auto 30px;
  }
  .trekking_list li {
    padding: 0 10px;
  }
  .trekking_list figure {
    margin-bottom: 15px;
  }
  .trekking_list h3 {
    padding: 5px 0 5px 10px;
    font-size: 1.1rem;
  }
  .trekking_list .sub {
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .trekking_list .text {
    font-size: 0.95rem;
    line-height: 1.4rem;
    width: 95%;
  }
  .trekking_list .arrow span {
    width: 50%;
  }
  .trekking .title_wrap {
    margin-bottom: 30px;
  }
  .trekking .intotext {
    text-align: center;
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto 30px;
  }
  .trekking .detail {
    width: 100%;
    padding: 10px 5% 0;
    float: none;
  }
  .trekking .pic {
    width: 100%;
    vertical-align: top;
    padding: 0px 5% 0;
    margin-bottom: 20px;
    float: none;
  }
  .trekking .text {
    font-size: 0.95rem;
    line-height: 1.4rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .trekking span {
    font-size: 1rem;
  }
  .trekking dl {
    margin-top: 10px;
    font-size: 0.95rem;
  }
  .trekking dt {
    width: 20%;
  }
  .trekking dd {
    width: 80%;
  }
  .hotel {
    padding: 50px 5% 50px;
    border-bottom: #7e672f 1px solid;
    box-sizing: border-box;
  }
  .hotel:last-child {
    padding: 50px 5% 30px;
    border-bottom: #7e672f 0 solid;
    margin-bottom: 0;
  }
  .hotel .top_info {
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
  .hotel .top_info .pic figcaption {
    padding: 3px;
    height: 25px;
    font-size: 0.85rem;
  }
  .hotel .top_info .pic .thumbs {
    margin-top: 10px;
  }
  .hotel .top_info .pic li {
    padding: 0 3px;
  }
  .hotel .top_info .info {
    display: block;
    width: 100%;
    padding: 0px 0px 0 0px;
  }
  .hotel .top_info h3 {
    font-size: 1.7rem;
  }
  .hotel .top_info h3 span {
    font-size: 1.2rem;
    padding-left: 15px;
  }
  .hotel .top_info .text {
    font-size: 0.95rem;
    line-height: 1.45rem;
    color: #555;
    margin-bottom: 30px;
  }
  .hotel .top_info .location {
    padding: 8px 10px;
    font-size: 0.95rem;
    line-height: 0.95rem;
    margin: 15px 0;
    width: 25%;
    border-radius: 20px;
  }
  .accordion {
    width: 100%;
    margin: 10px 0 0;
  }
  .accordion .accordion-title {
    width: 90%;
  }
  .accordion .title {
    display: table-cell;
    vertical-align: bottom;
    width: 95%;
  }
  .accordion h4 {
    font-size: 1.05rem;
    padding: 15px 10px;
  }
  .accordion .toggle-content ul {
    display: flex;
    width: 100%;
    margin: 0px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .accordion .toggle-content li {
    display: block;
    width: 100%;
    margin-top: 0px;
    flex: 0 0 42%;
    padding: 0 0px 40px;
    margin-right: 20px;
    height: auto;
  }
  .accordion .toggle-content dl {
    margin-top: 15px;
  }
  .accordion .toggle-content dt {
    color: #111;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.05rem;
  }
  .accordion .toggle-content dd {
    font-size: 0.95rem;
    line-height: 1.4rem;
    width: 95%;
  }
  .nature-title {
    margin: 0 auto 0px;
    width: 90%;
  }
  .nature-title h2 {
    font-size: 2rem;
  }
  .nature-title .sub {
    font-size: 1.05rem;
    margin: 10px 0;
  }
  .nature-title .text {
    line-height: 1.4rem;
  }
  .area {
    padding-top: 60px;
    border-bottom: #7e672f 1px solid;
    padding-bottom: 20px;
  }
  .area .area-title {
    width: 90%;
    margin: 0 auto 20px;
  }
  .area .area-title .detail {
    width: 72%;
    vertical-align: middle;
    padding: 0 40px 0 0px;
  }
  .area .area-title .detail h2 {
    font-size: 2rem;
    color: #ccc;
    font-weight: bold;
    display: none;
  }
  .area .area-title .detail .sub {
    color: #ff0034;
    font-size: 1.35rem;
    margin: 15px 0 10px;
  }
  .area .area-title .detail .text {
    line-height: 1.4rem;
  }
  .area .area-title figure {
    display: table-cell;
    width: 28%;
    vertical-align: bottom;
  }
  .tamatebako {
    width: 92%;
    margin: 0 auto;
  }
  .tamatebako .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .tamatebako .info {
    display: table-cell;
    width: 75%;
    padding-right: 40px;
  }
  .tamatebako .text {
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
  .tamatebako .pic {
    width: 25%;
    vertical-align: middle;
  }
  .tamatebako ul {
    display: flex;
    width: 100%;
    margin: 0px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .tamatebako li {
    display: block;
    width: 100%;
    margin-top: 0px;
    flex: 0 0 40%;
    padding: 0 0px 40px;
    margin-right: 25px;
    height: auto;
  }
  .tamatebako li figure {
    margin-bottom: 10px;
  }
  .tamatebako li .text {
    width: 98%;
  }
  .tamatebako h3 {
    padding: 5px 0 5px 10px;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .railway {
    width: 92%;
    padding-bottom: 30px;
  }
  .railway .dot {
    position: absolute;
    top: 20px;
    background-color: #ef0028;
    width: 12px;
    height: 12px;
    left: -6px;
    border-radius: 10px;
  }
  .railway .timeline {
    display: table-cell;
    width: 60%;
    padding: 5px 40px 0px 30px;
    vertical-align: top;
  }
  .railway .timeline h3 {
    color: #ef0028;
    font-size: 1.05rem;
    margin-bottom: 10px;
    background-image: url(../../img/theme/ibusuki/railway-icon.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    padding-left: 45px;
    min-height: 35px;
    background-position: 0px;
    padding-top: 10px;
    text-align: left;
  }
  .railway .timeline .text {
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
  .railway figure {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    padding-top: 70px;
  }
  .sunayu {
    display: table;
    width: 92%;
    margin: 0 auto 30px;
  }
  .sunayu li {
    display: table;
    width: 100%;
    padding: 0 0px;
    margin-bottom: 30px;
  }
  .sunayu figure {
    margin-bottom: 0px;
    display: table-cell;
    width: 48%;
    padding-right: 30px;
    box-sizing: border-box;
    vertical-align: top;
  }
  .sunayu div {
    display: table-cell;
    width: 52%;
    vertical-align: top;
    padding-top: 10px;
  }
  .sunayu h3 {
    border-left: #444 5px solid;
    padding: 3px 0 3px 7px;
    font-size: 1.05rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .sunayu .text {
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
  .beauty ul {
    width: 90%;
    margin: 0 auto;
  }
  .beauty li {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 25px;
  }
  .beauty .pic {
    width: 28%;
    display: table-cell;
    vertical-align: top;
  }
  .beauty .flame {
    border-radius: 50%;
  }
  .beauty figure {
    border-radius: 50%;
    overflow: hidden;
  }
  .beauty .box {
    width: 72%;
    display: table-cell;
    vertical-align: top;
    padding: 40px 0px 0 30px;
    box-sizing: border-box;
  }
  .beauty .box .text {
    border-bottom: 1px dotted #888;
    padding-bottom: 20px;
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
  .beauty .beauty_title {
    width: 100%;
    margin: 0 auto 10px;
    position: relative;
    height: 20px;
  }
  .beauty .beauty_title h3 {
    font-size: 1.2rem;
    left: 0%;
    width: 100%;
  }
  .beauty .beauty_title p {
    height: 10px;
    bottom: -2px;
    left: 20%;
    width: 60%;
  }
  .roots {
    display: flex;
    width: 92%;
    margin: 0px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-top: 10px;
    padding-left: 5px;
  }
  .roots li {
    display: block;
    width: 100%;
    margin-top: 0px;
    flex: 0 0 40%;
    padding: 20px 25px 20px 0;
    margin-right: 0px;
    height: auto;
  }
  .roots .dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    top: -5px;
    left: -3px;
    background-color: #888;
  }
  .roots .age {
    font-size: 0.95rem;
    top: -8px;
    left: 4px;
    padding: 0 15px;
    color: #ff0034;
  }
  .roots h3 {
    font-size: 1.1rem;
    padding: 4px 0 5px 8px;
    margin-bottom: 10px;
  }
  .roots figure {
    margin-bottom: 10px;
  }
  .roots .text {
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
  .gourmet .box {
    width: 92%;
    margin: 10px auto 30px;
  }
  .gourmet .box figure {
    width: 45%;
    padding-top: 45px;
  }
  .gourmet .info {
    width: 55%;
    padding-right: 30px;
  }
  .gourmet h3 {
    font-size: 1.15rem;
    padding: 5px 0 5px 8px;
    margin-bottom: 10px;
  }
  .gourmet .text {
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
}
@media only screen and (max-width: 680px) {
  .intro {
    padding: 30px 4.5%;
  }
  .intro .pic {
    margin-top: 30px;
  }
  .intro .pic ul.list {
    display: flex;
    width: 100%;
    margin: 0px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .intro .pic li.list {
    display: block;
    width: 100%;
    margin-top: 0px;
    flex: 0 0 74%;
    padding: 0 0px 20px;
    margin-right: 20px;
    height: auto;
  }
  .intro .pic .tour_box_vertical .price {
    width: 58%;
  }
  .intro .pic .tour_box_vertical .link {
    width: 42%;
  }
  .intro .texts {
    padding: 0 1%;
  }
  .intro .texts figure {
    width: 40%;
    margin: 0 auto 15px;
  }
  .intro .texts h2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .intro .texts p {
    color: #666;
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .intro .menu {
    margin-top: 30px;
    padding-left: 0px;
  }
  .intro .menu h3 {
    font-size: 0.95rem;
    margin-bottom: 10px;
    color: #ef0028;
    font-weight: bold;
  }
  .intro .menu li {
    width: 100%;
    font-size: 1rem;
  }
  .deeps {
    background-color: #f7f7f7;
    padding: 0px 0 0;
  }
  .deeps .text {
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .titles .first {
    position: relative;
    padding-top: 620px;
  }
  .titles .first .pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 450px;
    overflow: hidden;
  }
  .titles .first .first-v2 {
    position: relative;
    background-size: cover;
    height: 0%;
    padding-top: min(100vh,85%);
  }
  .titles .first .box {
    position: absolute;
    bottom: auto;
    top: 300px;
    left: 5%;
    width: 90%;
    height: auto;
    padding: 25px;
  }
  .titles .first h2 {
    font-size: 1.35rem;
  }
  .titles .first .sub {
    color: #ff0034;
    font-size: 1rem;
    margin: 15px 0 20px;
  }
  .second {
    background-color: #fffff0;
    padding: 20px 0;
  }
  .second .title_wrap {
    width: 90%;
    margin: 0 auto 30px;
    border-bottom: 1px solid #888;
    padding: 20px 0px 8px;
  }
  .second .title {
    display: table;
    border-bottom: 3px solid #888;
    padding: 0 10px 8px;
  }
  .second .title figure {
    width: 25%;
  }
  .second .title h2 {
    width: 75%;
    font-size: 1.2rem;
  }
  .type ul {
    display: table;
    width: 88%;
    margin: 0 auto;
  }
  .type li {
    display: block;
    width: 100%;
    padding: 0 0px 0;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .type figure {
    margin-bottom: 20px;
  }
  .type h3 {
    color: #333;
    font-weight: bold;
    font-size: 1.2rem;
    border-left: #333 5px solid;
    padding: 4px 0 5px 8px;
    margin-bottom: 10px;
  }
  .type .sub {
    font-family: Roboto;
    color: #ff0034;
    font-size: 1rem;
    margin: 15px 0 10px;
  }
  .todo {
    padding: 0px 0 20px;
  }
  .todo ul {
    display: flex;
    width: 90%;
    margin: 0px auto 0px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 0px;
  }
  .todo ul li {
    display: block;
    width: 100%;
    margin-top: 0px;
    flex: 0 0 72%;
    padding: 0 0px 20px;
    margin-right: 15px;
    height: auto;
    position: relative;
  }
  .todo ul li:nth-child(1) {
    width: 100%;
    top: auto;
    left: auto;
    height: auto;
  }
  .todo ul li:nth-child(2) {
    width: 100%;
    top: auto;
    left: auto;
    height: auto;
    right: auto;
  }
  .todo ul li:nth-child(3) {
    width: 100%;
    top: auto;
    left: auto;
    height: auto;
    right: auto;
  }
  .todo ul li:nth-child(2), .todo ul li:nth-child(3) {
    width: 100%;
    top: auto;
    left: auto;
    height: auto;
    right: auto;
  }
  .todo ul li:nth-child(2) .over img, .todo ul li:nth-child(3) .over img {
    position: relative;
    width: 100%;
    left: 0%;
    top: 0;
  }
  .todo ul li:nth-child(4), .todo ul li:nth-child(5), .todo ul li:nth-child(6) {
    width: 100%;
    top: auto;
    left: auto;
    height: auto;
  }
  .todo ul li:nth-child(4) {
    left: auto;
  }
  .todo ul li:nth-child(5) {
    left: auto;
  }
  .todo ul li:nth-child(6) {
    left: auto;
  }
  .todo ul li .box {
    position: relative;
    overflow: hidden;
  }
  .todo ul li .capth {
    width: 95%;
    left: 0;
    height: 25px;
    padding: 5px;
  }
  .todo ul li .capth .number {
    width: 10%;
  }
  .todo ul li .capth h3 {
    width: 80%;
    padding: 0 10px;
    font-size: 1.1rem;
  }
  .todo ul li .capth .icon {
    width: 10%;
    height: 20px;
  }
  .todo ul li .capth .fa {
    font-size: 20px;
    color: #333;
    width: 20px;
    margin: 0 auto;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    position: absolute;
    left: 0;
    bottom: 2px;
  }
  .todo ul li:nth-child(1) .capth {
    bottom: 0%;
    width: 95%;
  }
  .todo ul li:nth-child(1) .capth h3 {
    width: 80%;
  }
  .trekking_list ul {
    display: flex;
    width: 90%;
    margin: 0px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 0px;
  }
  .trekking_list li {
    display: block;
    width: 100%;
    margin-top: 0px;
    flex: 0 0 65%;
    padding: 0 0px 20px;
    margin-right: 15px;
    height: auto;
    position: relative;
  }
  .trekking_list figure {
    margin-bottom: 15px;
  }
  .trekking_list h3 {
    padding: 5px 0 5px 10px;
    font-size: 1.1rem;
  }
  .trekking_list .sub {
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .trekking_list .text {
    font-size: 0.95rem;
    line-height: 1.3rem;
    width: 95%;
  }
  .trekking_list .arrow span {
    width: 40%;
  }
  .trekking .title_wrap {
    margin-bottom: 15px;
    padding-top: 40px;
  }
  .trekking .intotext {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.45rem;
    margin-bottom: 20px;
    width: 90%;
    margin: 0 auto 20px;
  }
  .trekking .text {
    font-size: 1rem;
    line-height: 1.4rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .trekking span {
    font-size: 1.1rem;
  }
  .trekking .pic {
    margin-bottom: 10px;
  }
  .trekking dl {
    margin-top: 10px;
    font-size: 0.95rem;
  }
  .trekking dt {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .trekking dd {
    width: 100%;
    display: block;
  }
  .hotel {
    padding: 50px 5% 50px;
  }
  .hotel:last-child {
    padding: 50px 5% 30px;
  }
  .hotel .top_info {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .hotel .top_info .pic figcaption {
    padding: 3px;
    height: 25px;
    font-size: 0.85rem;
  }
  .hotel .top_info .pic .thumbs {
    margin-top: 10px;
  }
  .hotel .top_info .pic li {
    padding: 0 3px;
  }
  .hotel .top_info h3 {
    font-size: 1.6rem;
  }
  .hotel .top_info h3 span {
    font-size: 1.2rem;
    padding-left: 15px;
  }
  .hotel .top_info .text {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #555;
    margin-bottom: 20px;
  }
  .hotel .top_info .location {
    padding: 8px 10px;
    font-size: 0.95rem;
    line-height: 0.95rem;
    margin: 15px 0;
    width: 40%;
    border-radius: 20px;
  }
  .accordion {
    width: 100%;
    margin: 10px 0 0;
  }
  .accordion .accordion-title {
    width: 100%;
  }
  .accordion .title {
    width: 95%;
  }
  .accordion h4 {
    font-size: 1rem;
    padding: 15px 10px;
  }
  .accordion .toggle-content ul {
    display: flex;
    width: 100%;
    margin: 0px auto 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .accordion .toggle-content li {
    display: block;
    width: 100%;
    margin-top: 0px;
    flex: 0 0 72%;
    padding: 0 0px 40px;
    margin-right: 20px;
    height: auto;
  }
  .accordion .toggle-content dl {
    margin-top: 15px;
  }
  .accordion .toggle-content dt {
    color: #111;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.05rem;
  }
  .accordion .toggle-content dd {
    font-size: 0.95rem;
    line-height: 1.3rem;
    width: 95%;
  }
  .nature-title {
    margin: 0 auto 0px;
    width: 90%;
  }
  .nature-title h2 {
    font-size: 2rem;
  }
  .nature-title .sub {
    font-size: 1.1rem;
    margin: 10px 0;
  }
  .nature-title .text {
    line-height: 1.35rem;
    font-size: 1rem;
  }
  .area {
    padding-top: 40px;
    border-bottom: #7e672f 1px solid;
    padding-bottom: 20px;
  }
  .area .area-title {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
  }
  .area .area-title .detail {
    display: block;
    width: 100%;
    padding: 0px;
  }
  .area .area-title .detail h2 {
    font-size: 2.2rem;
    color: #ccc;
    font-family: Robot;
    font-weight: bold;
  }
  .area .area-title .detail .sub {
    color: #ff0034;
    font-size: 1.2rem;
    margin: 10px 0 15px;
  }
  .area .area-title .detail .text {
    line-height: 1.45rem;
  }
  .area .area-title .map {
    display: block;
    width: 50%;
  }
  .area .area-title figure {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .area .nature-title {
    margin: 0 auto 0px;
    width: 88%;
  }
  .area .nature-title h2 {
    font-size: 2rem;
  }
  .area .nature-title .sub {
    color: #ff0034;
    font-size: 1.15rem;
    margin: 10px 0;
  }
  .area .nature-title .text {
    line-height: 1.4rem;
    font-size: 1rem;
    height: auto;
  }
  .tamatebako {
    width: 90%;
    margin: 0 auto;
  }
  .tamatebako .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .tamatebako .info {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  .tamatebako .text {
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .tamatebako .pic {
    display: block;
    width: 50%;
    margin: 30px auto 0;
  }
  .tamatebako li {
    flex: 0 0 70%;
    padding: 0 0px 40px;
    margin-right: 25px;
    height: auto;
  }
  .tamatebako li figure {
    margin-bottom: 10px;
  }
  .tamatebako li .text {
    width: 98%;
  }
  .tamatebako h3 {
    padding: 5px 0 5px 10px;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .railway {
    width: 90%;
    padding-bottom: 30px;
  }
  .railway .dot {
    top: 30px;
    background-color: #ef0028;
    width: 12px;
    height: 12px;
    left: -6px;
    border-radius: 10px;
  }
  .railway .timeline {
    display: block;
    width: 100%;
    padding: 5px 0px 0px 20px;
    margin-bottom: 20px;
  }
  .railway .timeline h3 {
    font-size: 1.15rem;
    line-height: 1.35rem;
    margin-bottom: 10px;
    background-size: 45px 45px;
    padding-left: 60px;
    min-height: 45px;
    background-position: 0px;
    padding-top: 10px;
  }
  .railway .timeline .text {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .railway figure {
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-left: 20px;
  }
  .sunayu {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
  }
  .sunayu li {
    display: block;
    width: 100%;
    padding: 0 0px;
    margin-bottom: 40px;
  }
  .sunayu figure {
    margin-bottom: 0px;
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  .sunayu div {
    display: block;
    width: 100%;
    padding-top: 0px;
    margin-top: 20px;
  }
  .sunayu h3 {
    border-left: #444 5px solid;
    padding: 3px 0 3px 7px;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .sunayu .text {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .beauty ul {
    width: 90%;
    margin: 0 auto;
  }
  .beauty li {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 30px;
  }
  .beauty .pic {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .beauty .flame {
    border-radius: 50%;
  }
  .beauty figure {
    border-radius: 50%;
    overflow: hidden;
  }
  .beauty .box {
    width: 100%;
    display: block;
    padding: 0px;
    margin-top: 20px;
  }
  .beauty .box .text {
    border-bottom: 1px dotted #888;
    padding-bottom: 30px;
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .beauty .beauty_title {
    height: 20px;
  }
  .beauty .beauty_title h3 {
    font-size: 1.2rem;
  }
  .beauty .beauty_title p {
    height: 10px;
    bottom: -2px;
    left: 15%;
    width: 70%;
  }
  .roots {
    width: 90%;
    margin-bottom: 30px;
  }
  .roots li {
    display: block;
    width: 100%;
    margin-top: 0px;
    flex: 0 0 70%;
    padding: 20px 25px 20px 0;
    margin-right: 0px;
    height: auto;
  }
  .roots .dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    top: -5px;
    left: -3px;
    background-color: #888;
  }
  .roots .age {
    font-size: 0.95rem;
    top: -8px;
    left: 4px;
    padding: 0 15px;
    color: #ff0034;
  }
  .roots h3 {
    font-size: 1.05rem;
    padding: 4px 0 5px 8px;
    margin-bottom: 10px;
  }
  .roots figure {
    margin-bottom: 10px;
  }
  .roots .text {
    font-size: 1rem;
    line-height: 1.35rem;
    width: 95%;
  }
  .gourmet {
    padding-bottom: 30px;
  }
  .gourmet .box {
    width: 90%;
    margin: 20px auto 40px;
  }
  .gourmet .box figure {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
  .gourmet .info {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  .gourmet h3 {
    font-size: 1.15rem;
    padding: 5px 0 5px 8px;
    margin-bottom: 10px;
  }
  .gourmet .text {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .ibusuki .second {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 390px) {
  .intro {
    padding: 30px 4.5%;
  }
  .intro .pic {
    margin-top: 20px;
  }
  .intro .pic li.list {
    flex: 0 0 78%;
    padding: 0 0px 15px;
    margin-right: 20px;
    height: auto;
  }
  .intro .pic .tour_box_vertical .price {
    width: 60%;
  }
  .intro .pic .tour_box_vertical .price li {
    font-size: 0.95rem;
  }
  .intro .pic .tour_box_vertical .price li span {
    font-size: 1.3rem;
  }
  .intro .pic .tour_box_vertical .link {
    width: 40%;
  }
  .intro .pic .tour_box_vertical .link .btn {
    font-size: 0.95rem;
  }
  .intro .texts {
    padding: 0 1%;
  }
  .intro .texts figure {
    width: 40%;
    margin: 0 auto 15px;
  }
  .intro .texts h2 {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .intro .texts p {
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
  .intro .menu {
    margin-top: 30px;
    padding-left: 0px;
  }
  .intro .menu h3 {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }
  .intro .menu li {
    font-size: 0.95rem;
  }
  .deeps {
    background-color: #f7f7f7;
    padding: 0px 0 0;
  }
  .deeps .text {
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
  .titles .first {
    position: relative;
    padding-top: 620px;
  }
  .titles .first .pic {
    height: 450px;
  }
  .titles .first .box {
    position: absolute;
    bottom: auto;
    top: 280px;
    left: 5%;
    width: 90%;
    height: auto;
    padding: 20px;
  }
  .titles .first h2 {
    font-size: 1.2rem;
  }
  .titles .first .sub {
    font-size: 1.05rem;
    margin: 15px 0;
  }
  .second {
    padding: 20px 0;
  }
  .second .title_wrap {
    width: 90%;
    margin: 0 auto 20px;
    padding: 20px 0px 8px;
  }
  .second .title {
    display: table;
    border-bottom: 3px solid #888;
    padding: 0 10px 8px;
  }
  .second .title figure {
    width: 25%;
  }
  .second .title h2 {
    width: 75%;
    font-size: 1.15rem;
  }
  .todo ul li {
    display: block;
    width: 100%;
    margin-top: 0px;
    flex: 0 0 74%;
    padding: 0 0px 20px;
    margin-right: 15px;
    height: auto;
    position: relative;
  }
  .todo ul li .capth {
    width: 95%;
    left: 0;
    height: 25px;
    padding: 5px;
  }
  .todo ul li .capth .number {
    width: 10%;
  }
  .todo ul li .capth h3 {
    width: 80%;
    padding: 0 5px;
    font-size: 1.05rem;
  }
  .todo ul li .capth .icon {
    width: 10%;
    height: 20px;
  }
  .todo ul li .capth .fa {
    width: 20px;
    bottom: 0px;
  }
  .todo ul li:nth-child(1) .capth {
    bottom: 0%;
    width: 95%;
  }
  .todo ul li:nth-child(1) .capth h3 {
    width: 80%;
  }
  .trekking_list li {
    flex: 0 0 65%;
    padding: 0 0px 20px;
    margin-right: 15px;
  }
  .trekking_list figure {
    margin-bottom: 15px;
  }
  .trekking_list h3 {
    padding: 5px 0 5px 10px;
    font-size: 1.1rem;
  }
  .trekking_list .sub {
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .trekking_list .text {
    font-size: 0.95rem;
    line-height: 1.3rem;
    width: 95%;
  }
  .trekking_list .arrow span {
    width: 40%;
  }
  .trekking .title_wrap {
    margin-bottom: 15px;
    padding-top: 40px;
  }
  .trekking .intotext {
    font-size: 0.95rem;
    line-height: 1.35rem;
    width: 90%;
    margin: 0 auto 20px;
  }
  .trekking .text {
    font-size: 0.95rem;
    line-height: 1.35rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .trekking span {
    font-size: 1.05rem;
  }
  .trekking dl {
    margin-top: 10px;
    font-size: 0.9rem;
  }
  .hotel .top_info .pic figcaption {
    padding: 3px;
    height: 25px;
    font-size: 0.85rem;
  }
  .hotel .top_info .pic .thumbs {
    margin-top: 10px;
  }
  .hotel .top_info .pic li {
    padding: 0 3px;
  }
  .hotel .top_info h3 {
    font-size: 1.5rem;
  }
  .hotel .top_info h3 span {
    font-size: 1.2rem;
    padding-left: 15px;
  }
  .hotel .top_info .text {
    font-size: 0.95rem;
    line-height: 1.3rem;
    margin-bottom: 20px;
  }
  .hotel .top_info .location {
    padding: 8px 10px;
    font-size: 0.9rem;
    line-height: 0.9rem;
    margin: 15px 0;
  }
  .accordion h4 {
    font-size: 1rem;
    padding: 10px 5px;
  }
  .accordion .toggle-content li {
    flex: 0 0 74%;
    padding: 0 0px 40px;
    margin-right: 20px;
    height: auto;
  }
  .accordion .toggle-content dl {
    margin-top: 15px;
  }
  .accordion .toggle-content dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.05rem;
  }
  .accordion .toggle-content dd {
    font-size: 0.95rem;
    line-height: 1.3rem;
    width: 95%;
  }
  .nature-title h2 {
    font-size: 2rem;
  }
  .nature-title .sub {
    font-size: 1.05rem;
    margin: 10px 0;
  }
  .nature-title .text {
    line-height: 1.4rem;
    font-size: 0.95rem;
  }
  .area {
    padding-top: 40px;
    border-bottom: #7e672f 1px solid;
    padding-bottom: 20px;
  }
  .area .area-title {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
  }
  .area .area-title .detail {
    display: block;
    width: 100%;
    padding: 0px;
  }
  .area .area-title .detail h2 {
    font-size: 2rem;
    color: #ccc;
    font-family: Robot;
    font-weight: bold;
  }
  .area .area-title .detail .sub {
    color: #ff0034;
    font-size: 1.2rem;
    margin: 10px 0 15px;
  }
  .area .area-title .detail .text {
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
  .area .area-title .map {
    display: block;
    width: 50%;
  }
  .area .area-title figure {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .area .nature-title {
    margin: 0 auto 0px;
    width: 88%;
  }
  .area .nature-title h2 {
    font-size: 2rem;
  }
  .area .nature-title .sub {
    color: #ff0034;
    font-size: 1.15rem;
    margin: 10px 0;
  }
  .area .nature-title .text {
    line-height: 1.4rem;
    font-size: 1rem;
    height: auto;
  }
  .tamatebako {
    width: 90%;
    margin: 0 auto;
  }
  .tamatebako .box {
    width: 100%;
    margin-bottom: 30px;
  }
  .tamatebako .info {
    display: block;
    width: 100%;
    padding-right: 0px;
  }
  .tamatebako .text {
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .tamatebako .pic {
    display: block;
    width: 50%;
    margin: 30px auto 0;
  }
  .tamatebako li {
    flex: 0 0 70%;
    padding: 0 0px 40px;
    margin-right: 25px;
    height: auto;
  }
  .tamatebako li figure {
    margin-bottom: 10px;
  }
  .tamatebako li .text {
    width: 98%;
  }
  .tamatebako h3 {
    padding: 5px 0 5px 10px;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .railway {
    width: 90%;
    padding-bottom: 30px;
  }
  .railway .timeline {
    padding: 5px 0px 0px 20px;
    margin-bottom: 20px;
  }
  .railway .timeline h3 {
    font-size: 1.05rem;
    line-height: 1.3rem;
    margin-bottom: 10px;
    background-size: 45px 45px;
    padding-left: 55px;
    min-height: 45px;
    padding-top: 10px;
  }
  .railway .timeline .text {
    font-size: 0.95rem;
    line-height: 1.3rem;
  }
  .railway figure {
    padding-left: 20px;
  }
  .sunayu {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
  }
  .sunayu li {
    margin-bottom: 30px;
  }
  .sunayu div {
    margin-top: 15px;
  }
  .sunayu h3 {
    padding: 3px 0 3px 7px;
    font-size: 1.05rem;
    margin-bottom: 10px;
  }
  .sunayu .text {
    font-size: 0.95rem;
    line-height: 1.3rem;
  }
  .beauty li {
    margin-bottom: 20px;
  }
  .beauty .pic {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .beauty .box {
    margin-top: 15px;
  }
  .beauty .box .text {
    padding-bottom: 20px;
    font-size: 0.95rem;
    line-height: 1.35rem;
  }
  .beauty .beauty_title {
    height: 20px;
  }
  .beauty .beauty_title h3 {
    font-size: 1.2rem;
  }
  .beauty .beauty_title p {
    height: 10px;
    bottom: -2px;
    left: 10%;
    width: 80%;
  }
  .roots {
    width: 92%;
    margin-bottom: 30px;
  }
  .roots li {
    flex: 0 0 74%;
    padding: 20px 20px 20px 0;
  }
  .roots .dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    top: -5px;
    left: -3px;
  }
  .roots .age {
    padding: 0 10px;
  }
  .roots h3 {
    font-size: 1rem;
    padding: 4px 0 5px 8px;
    margin-bottom: 10px;
  }
  .roots figure {
    margin-bottom: 10px;
  }
  .roots .text {
    font-size: 0.95rem;
    line-height: 1.3rem;
    width: 95%;
  }
  .gourmet {
    padding-bottom: 10px;
  }
  .gourmet .box {
    width: 90%;
    margin: 20px auto 40px;
  }
  .gourmet .box figure {
    padding-top: 20px;
  }
  .gourmet h3 {
    font-size: 1.15rem;
    padding: 5px 0 5px 8px;
    margin-bottom: 10px;
  }
  .gourmet .text {
    font-size: 0.95rem;
    line-height: 1.3rem;
  }
}/*# sourceMappingURL=theme.css.map */