.item-column-2:after,
.layout-areadetail:after,
.layout-modal .modal-label-area ul:after,
.layout-search .search-form__box ul:after,
.layout__sale-list .item-group ul:after,
.layput-tourguide:after,
.layput-tourguide__container ul:after,
.side-area .search-form__box:after,
.side-area .search-form__flex:after,
.site-footer__copyright,
.slick-track:after,
.top-page .layout-tour .search-form__container ul:after {
  clear: both
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}
.slick-dots,
body ul li {
  list-style: none
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333;
  font-family: Roboto, "Droid Sans", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", Meiryo, "メイリオ", sans-serif;
  line-height: 1.4;
  letter-spacing: .02em;
  height: 100vh;
  word-break: break-all;
  word-wrap: break-word
}
.button,
.button-group__button {
  letter-spacing: normal;
  text-align: center
}
body h1,
body h2,
body h3,
body h4,
body h5,
body p {
  margin: 0
}
body a {
  color: #000;
  text-decoration: none
}
body a:hover {
  text-decoration: underline
}
body button {
  outline: 0
}
body table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0
}
body table td,
body table th {
  word-break: break-all;
  border-collapse: collapse
}
body dd,
body dl,
body ul {
  margin: 0;
  padding: 0
}
body main {
  padding: 80px 0 0
}
body .block-sp {
  display: none
}
.top-page main {
  padding: 0
}
.nav-page main {
  padding: 137px 0 0
}
@media only screen and (max-width:768px) {
  body main {
    padding: 50px 0 0
  }
  body main .block-sp {
    display: block
  }
  body main .block-pc {
    display: none
  }
}
.button,
.button-group__button,
.button__link {
  display: inline-block;
  position: relative
}
.button__link {
  font-size: .75rem;
  border: 1px solid transparent;
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  line-height: 1.15;
  padding: 1em 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.button__link:hover {
  color: #000;
  border-color: #000;
  background-color: #fff;
  text-decoration: none
}
.button__link-yellow {
  background-color: #fcef38;
  color: #000;
  padding: 1em .8em
}
.button__link-gray {
  background-color: #c6c6c6;
  color: #000;
  padding: 1em .8em
}
.button-group {
  text-align: center;
  margin: 0
}
.button-group__button {
  margin: 0 10px 30px;
  font-weight: 700
}
.button-group a {
  min-width: 256px;
  padding: 1.4em 0;
  font-size: .8125rem
}
.button-group button {
  min-width: 300px;
  padding: 1.4em 0;
  font-size: .875rem
}
.img-link {
  display: block;
  height: 100%;
  position: relative
}
.img-link img {
  vertical-align: bottom
}
.img-link:hover .img-link-mask {
  opacity: 1
}
.img-link-mask {
  z-index: 999;
  background: rgba(252, 239, 56, .6);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-transition: opacity, .6s;
  -webkit-transition: opacity, .6s;
  transition: opacity, .6s
}
.arrow-link {
  padding: 20px;
  text-align: center;
  display: block;
  position: relative
}
.icon,
.icon-detail {
  display: inline-block
}
.arrow-link i.icon.link-arrow-bottom {
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  top: 55%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 10px;
  right: 50%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}
.arrow-link i.icon.link-arrow-bottom.active {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 5px
}
.arrow-link i.icon.link-arrow-left,
.arrow-link i.icon.link-arrow-right,
.arrow-link i.icon.link-arrow-top {
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  top: 55%;
  width: 10px
}
.arrow-link i.icon.link-arrow-top {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  right: 50%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}
.arrow-link i.icon.link-arrow-left {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 20%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}
.arrow-link i.icon.link-arrow-right {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 30%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}
@media only screen and (max-width:768px) {
  .button-group {
    text-align: center;
    margin: 0
  }
  .button-group__button {
    display: inline-block;
    letter-spacing: normal;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    text-align: center;
    width: 70%
  }
  .button-group a {
    min-width: 100%;
    padding: 1.4em 1em;
    font-size: .6875rem;
    font-weight: 700
  }
  .button-group button {
    min-width: 100%;
    padding: 1.4em 0;
    font-size: .6875rem
  }
}
.icon.icon-link,
.icon.icon-search {
  background-size: cover;
  margin: 0 5px -3px 0
}
.icon.icon-facebook,
.icon.icon-insta,
.icon.icon-line,
.icon.icon-note,
.icon.icon-twitter {
  width: 30px;
  height: 30px;
  background-size: cover
}
.icon.icon-facebook {
  background-image: url(../images/common/icon_sns_facebook.png)
}
.icon.icon-twitter {
  background-image: url(../images/common/icon_sns_twitter.png)
}
.icon.icon-line {
  background-image: url(../images/common/icon_sns_line.png)
}
.icon.icon-note {
  background-image: url(../images/common/icon_sns_note.png)
}
.icon.icon-insta {
  background-image: url(../images/common/icon_sns_insta.png)
}
.icon.icon-mounten {
  width: 50px;
  height: 30px;
}
.icon.icon-star {
  width: 30px;
  height: 30px;
}
.icon.icon-check {
  width: 31px;
  height: 31px;
}
.icon.icon-search {
  width: 15px;
  height: 15px
}
.icon.icon-search-blk {
  background-image: url(../images/common/icon_blk_search.png);
  width: 20px;
  height: 20px;
  background-size: cover
}
.icon.icon-link {
  background-image: url(../images/common/icon_link.png);
  width: 18px;
  height: 15px
}
.icon.icon-external-blk {
  width: 15px;
  height: 14px;
  margin: 0 5px -3px
}
.icon.icon-title {
  position: absolute;
  top: -5px
}
.button__link:hover .icon-search {
  background-image: url(../images/common/icon_blk_search.png)
}
.icon-detail {
  position: absolute;
  background-color: #fcef38;
  top: 20px;
  left: 20px;
  padding: 3px 6px;
  font-size: .75rem
}
input[type=checkbox]+label,
input[type=radio]+label,
select {
  position: relative;
  cursor: pointer
}
input[type=email],
input[type=number],
input[type=password],
input[type=select],
input[type=tel],
input[type=text],
input[type=url] {
  font-size: .75rem;
  position: relative;
  border: 1px solid #797576;
  background-color: #fff;
  border-radius: 150px;
  color: #000;
  display: inline-block;
  line-height: 1.15;
  padding: 1em;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
input[type=checkbox]+label,
input[type=checkbox]:checked+label,
input[type=radio]+label,
input[type=radio]:checked+label {
  background-size: contain;
  width: 211px;
  padding-bottom: 100%;
  display: inline-block;
  background-repeat: no-repeat
}
input.error {
  border-color: #d62b37
}
input+input {
  margin-top: 15px
}
input[type=checkbox],
input[type=radio] {
  display: none;
  margin: 0 6px 0 0;
  outline: 0
}
input[type=checkbox].tour-type1+label,
input[type=radio].tour-type1+label {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.paging ul li .paging-link,
select {
  -webkit-transition: .3s;
  -o-transition: .3s
}
select {
  font-size: .75rem;
  border: 1px solid #797576;
  background-color: #fff;
  border-radius: 150px;
  color: #000;
  display: inline-block;
  line-height: 1.15;
  padding: 1em;
  text-decoration: none;
  transition: .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.select-off {
  border: 1px solid #ededed;
  background-color: #ededed;
  color: #c6c6c6;
}
.item-group ul li,
.layout__sale-list .column-2 li,
.layout__sale-list .item-group li {
  background-color: #fff;
  position: relative;
  cursor: pointer
}
@media only screen and (max-width:768px) {
  select {
    font-size: 16px;
    padding: .8em 30px .8em 15px
  }
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url] {
    font-size: 16px;
    padding: 1em 10px
  }
  input.size-kana,
  input.size-name {
    width: 50%
  }
  input.size-tel1,
  input.size-tel2 {
    width: 30%
  }
  input.size-email,
  input.size-password {
    width: 100%
  }
}
.layout__sale-list .item-group {
  padding: 0
}
.layout__sale-list .item-group ul {
  margin: 0 auto;
  width: 98%;
  font-size: .75rem;
  display: block
}
@media only screen and (min-width:769px) {
  .layout__sale-list .item-group ul {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .layout__sale-list .item-group ul {
    max-width: 100%;
    width: 100%
  }
}
.layout__sale-list .item-group ul:after,
.layout__sale-list .item-group ul:before {
  content: '';
  display: table
}
.layout__sale-list .item-group li {
  margin: 0 2.6% 0 0;
  width: calc((100% - 5.2%)/ 3);
  float: left
}
.layout__sale-list .item-group li:nth-child(3) {
  float: right;
  margin: 0
}
.layout__sale-list .item-group li:nth-child(4) {
  display: none
}
.layout__sale-list .item-group li a {
  text-decoration: none
}
.layout__sale-list .column-2 li {
  margin: 0 20px 0 0;
  width: calc(50% - 20px);
  float: left
}
.layout__sale-list .column-2 li a {
  text-decoration: none
}
.layout__sale-list .column-2 li:nth-child(2) {
  float: right;
  margin: 0
}
@media only screen and (max-width:768px) {
  .layout__sale-list .item-group ul {
    margin: 0 auto;
    width: 98%;
    font-size: .75rem;
    display: block
  }
}
@media only screen and (max-width:768px) and (min-width:769px) {
  .layout__sale-list .item-group ul {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) and (max-width:768px) {
  .layout__sale-list .item-group ul {
    max-width: 100%;
    width: 100%
  }
}
@media only screen and (max-width:768px) {
  .layout__sale-list .item-group ul:after,
  .layout__sale-list .item-group ul:before {
    content: '';
    display: table
  }
  .layout__sale-list .item-group ul:after {
    clear: both
  }
  .layout__sale-list .item-group li {
    margin: 0 0 20px;
    width: 49%;
    float: left
  }
  .layout__sale-list .item-group li:nth-child(2) {
    float: right;
    margin: 0 0 20px
  }
  .layout__sale-list .item-group li:nth-child(4) {
    display: block
  }
}
.item-group {
  margin: 0 0 80px
}
.item-group a {
  text-decoration: none
}
.item-group__title {
  margin: 0 auto 50px;
  width: 98%;
  font-size: .75rem;
  text-align: center
}
@media only screen and (min-width:769px) {
  .item-group__title {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .item-group__title {
    max-width: 100%;
    width: 100%
  }
}
.item-group__title h2 {
  font-size: 1.375rem;
  margin: 0 0 10px
}
.item-group ul {
  margin: 0 auto;
  width: 98%;
  font-size: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media only screen and (min-width:769px) {
  .item-group ul {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .item-group ul {
    max-width: 100%;
    width: 100%
  }
}
.item-group ul li {
  margin: 0 20px 0 0;
  width: 32%
}
.item-group ul li:last-child {
  margin: 0
}
.item-group ul li img {
  width: 100%
}
.item-group ul li dl {
  padding: 15px 15px 5px
}
.item-group ul li dl dt {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 10px
}
.item-group ul li dl dd {
  margin: 0 0 10px
}
.item-group ul li dl .item-group__area-list span {
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  display: inline-block
}
.item-group ul li dl .item-group__tag-list span {
  margin: 0 5px 5px 0;
  display: inline-block
}
.item-group .item-group--size-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.item-group .item-group--size-medium a:hover {
  text-decoration: none
}
.item-group .item-group--size-medium li {
  width: 49%;
  margin: 0 0 20px;
  cursor: pointer
}
.item-group .item-group--size-medium li:last-child {
  margin: 0 0 20px
}
.item-group .item-group--size-medium li img {
  margin: 0
}
.item-group .item-group--size-medium li dl {
  padding: 15px 0 0
}
.item-group .item-group--size-medium li dl .item-group__desc,
.item-group .item-group--size-medium li dl .item-group__price {
  border-bottom: 1px solid #c6c6c6;
  margin: 0 0 15px;
  padding: 0 0 15px
}
.item-group .item-group--size-medium li dl .item-group__desc span,
.item-group .item-group--size-medium li dl .item-group__price span {
  font-size: 1rem
}
.item-group .item-group--size-medium li dl dt {
  font-size: 1.25rem
}
.item-group .column-3 li {
  width: 32%;
  margin: 0 0 50px;
  cursor: pointer
}
.item-group .column-3 li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%
}
.item-group-explore ul {
  margin: 0 auto;
  width: 98%;
  font-size: .75rem
}
@media only screen and (min-width:769px) {
  .item-group-explore ul {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .item-group-explore ul {
    max-width: 100%;
    width: 100%
  }
}
.item-group-explore ul li {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  height: 300px
}
.item-group-explore ul li:nth-child(even) {
  margin: 0 0 20px
}
.item-group-explore ul li:nth-child(even) a.img-link-area {
  float: right
}
.item-group-explore ul li:nth-child(even) img {
  right: 0
}
.item-group-explore ul li:nth-child(even) dl {
  left: 0
}
.item-group-explore ul li a.img-link-area {
  width: 320px;
  height: 238px
}
.item-group-explore ul li img {
  margin: 0;
  position: absolute;
  top: 0;
  width: 320px
}
.item-group-explore ul li dl {
  padding: 30px;
  background-color: #fcef38;
  width: 70%;
  min-height: 180px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1000
}
.item-group-explore ul li dl .item-group__price {
  border-bottom: 1px solid #c6c6c6;
  margin: 0 0 15px;
  padding: 0 0 15px
}
.item-group-explore ul li dl .item-group__price span {
  font-size: 1rem
}
.item-group-explore ul li dl dt {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}
.item-group-explore ul li dl dd {
  margin: 0
}
.item-group-explore ul li dl .item-group__area-list {
  margin: 0 0 10px
}
.item-group-explore ul li dl .item-group__area-list span {
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  display: inline-block
}
.item-group-explore ul li dl .item-group__tag-list span {
  margin: 0 5px 5px 0;
  display: inline-block
}
@media only screen and (max-width:768px) {
  .item-group {
    padding: 0 10px;
    display: block;
    margin: 0 0 30px
  }
  .item-group__title {
    margin-bottom: 40px
  }
  .item-group ul {
    margin: 0 auto;
    width: 98%;
    font-size: .625rem
  }
}
@media only screen and (max-width:768px) and (min-width:769px) {
  .item-group ul {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) and (max-width:768px) {
  .item-group ul {
    max-width: 100%;
    width: 100%
  }
}
@media only screen and (max-width:768px) {
  .item-group ul li {
    margin: 0 0 15px;
    position: relative;
    background-color: #fff;
    width: 48%
  }
  .item-group ul li dl {
    padding: 10px 10px 5px
  }
  .item-group ul li dl dt {
    font-size: .875rem;
    font-weight: 700;
    margin: 0 0 10px
  }
  .item-group ul li dl dd {
    font-size: .625rem;
    margin: 0 0 5px
  }
  .item-group ul li dl .item-group__area-list span {
    padding: 3px 5px;
    font-size: .625rem
  }
  .item-group .item-group--size-medium {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .item-group .item-group--size-medium li {
    width: 100%;
    margin: 0 0 20px
  }
  .item-group .item-group--size-medium li:last-child {
    margin: 0 0 20px
  }
  .item-group .item-group--size-medium li img {
    margin: 0
  }
  .item-group .item-group--size-medium li dl {
    padding: 15px 0 0
  }
  .item-group .item-group--size-medium li dl .item-group__desc,
  .item-group .item-group--size-medium li dl .item-group__price {
    border-bottom: 1px solid #c6c6c6;
    margin: 0 0 10px;
    padding: 0 0 10px
  }
  .item-group .item-group--size-medium li dl .item-group__desc span,
  .item-group .item-group--size-medium li dl .item-group__price span,
  .item-group .item-group--size-medium li dl dt {
    font-size: .875rem
  }
  .item-group .column-3 li {
    width: 100%;
    margin: 0 0 20px
  }
  .item-group .column-3 li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 0
  }
  .item-group-explore {
    padding: 0 10px;
    display: block
  }
  .item-group-explore ul {
    margin: 0 auto;
    width: 98%;
    font-size: .625rem
  }
}
@media only screen and (max-width:768px) and (min-width:769px) {
  .item-group-explore ul {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) and (max-width:768px) {
  .item-group-explore ul {
    max-width: 100%;
    width: 100%
  }
}
@media only screen and (max-width:768px) {
  .item-group-explore ul li {
    width: 100%;
    margin: 0 0 120px;
    position: relative;
    height: 300px
  }
  .item-group-explore ul li:nth-child(even) {
    margin: 0 0 120px
  }
  .item-group-explore ul li:nth-child(even) a.img-link-area {
    float: right
  }
  .item-group-explore ul li:nth-child(even) img {
    right: 0
  }
  .item-group-explore ul li:nth-child(even) dl {
    left: 0
  }
  .item-group-explore ul li:last-child {
    margin: 0 0 80px
  }
  .item-group-explore ul li a.img-link-area {
    width: 100%;
    height: auto
  }
  .item-group-explore ul li a.img-link-area .img-link-mask {
    display: none
  }
  .item-group-explore ul li img {
    margin: 0;
    position: absolute;
    top: 0;
    width: 85%
  }
  .item-group-explore ul li dl {
    padding: 15px;
    width: 70%;
    position: absolute;
    top: 170px;
    right: 0;
    min-height: 160px
  }
  .item-group-explore ul li dl .item-group__price span {
    font-size: .6875rem
  }
  .item-group-explore ul li dl dt {
    font-size: .875rem;
    font-weight: 700;
    margin: 0 0 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .item-group-explore ul li dl .item-group__price {
    border-bottom: 1px solid #c6c6c6;
    margin: 0 0 10px;
    padding: 0 0 10px
  }
  .item-group-explore ul li dl .item-group__area-list span {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
    display: inline-block
  }
  .item-group-explore ul li dl .item-group__tag-list span {
    margin: 0 7px 7px 0;
    display: inline-block
  }
}
.layout__narrow {
  background-color: #fcef38;
  font-size: .75rem;
  padding: 30px 0;
  margin: 0 0 30px
}
.layout__narrow .layout__narrow-container {
  margin: 0 auto;
  width: 98%
}
@media only screen and (min-width:769px) {
  .layout__narrow .layout__narrow-container {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .layout__narrow .layout__narrow-container {
    max-width: 100%;
    width: 100%
  }
}
.layout__narrow .layout__narrow-container .title {
  position: relative
}
.layout__narrow .layout__narrow-container .title h3 {
  margin: 0 0 15px 30px;
  z-index: 7777;
  position: relative
}
.layout__narrow .layout__narrow-container .title .button__link {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1em 3em;
  z-index: 7778
}
.layout__narrow .layout__narrow-container .layout__narrow-container-tab {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.layout__narrow .layout__narrow-container .layout__narrow-container-tab li {
  width: 50%;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  padding: 20px 0;
  background-color: #fcef38;
  border-bottom: 2px solid #fcef38
}
.layout__narrow .layout__narrow-container .layout__narrow-container-tab .is-open {
  background-color: #fff;
  border-bottom: 2px solid #000
}
.layout__narrow .layout__narrow-container .tab-section {
  height: auto;
  visibility: visible;
  opacity: 1;
  padding: 15px 0
}
.layout__narrow .layout__narrow-container .tab-section .tab-text {
  text-align: center;
  padding: 20px
}
.layout__narrow.layout__spc {
  margin: 20px 0 30px
}
.layout__narrow-tab {
  padding: 0;
  margin: 30px 0 50px;
  background: -webkit-linear-gradient(top, #fff 0, #fff 41%, #fcef38 41%, #fcef38 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(41%, #fff), color-stop(41%, #fcef38), to(#fcef38));
  background: -o-linear-gradient(top, #fff 0, #fff 41%, #fcef38 41%, #fcef38 100%);
  background: linear-gradient(to bottom, #fff 0, #fff 41%, #fcef38 41%, #fcef38 100%);
  background: -moz-linear-gradient(top, #fff 0, #fff 41%, #fcef38 41%, #fcef38 100%);
  height: 140px
}
.pln-nodata {
  text-align: center;
  padding: 200px 0;
  color: #797576
}
.pln-nodata dt {
  font-size: 1.875rem;
  margin: 0 0 30px
}
@media only screen and (max-width:768px) {
  .layout__narrow {
    font-size: .6875rem;
    padding: 20px 15px;
    margin: 0 0 30px
  }
  .layout__narrow .layout__narrow-container {
    margin: 0 auto;
    width: 98%
  }
  .layout__narrow .layout__narrow-container p {
    font-size: .625rem
  }
  .layout__narrow .layout__narrow-container .title {
    position: relative
  }
  .layout__narrow .layout__narrow-container .title h3 {
    margin: 0 0 15px 30px;
    z-index: 1111;
    font-size: .6875rem;
    position: relative
  }
  .layout__narrow .layout__narrow-container .title .button__link {
    position: absolute;
    right: 0;
    top: -7px;
    padding: .6em 1em;
    font-size: .625rem;
    z-index: 2222
  }
  .layout__narrow .layout__narrow-container .layout__narrow-container-tab li {
    padding: 15px 0
  }
  .layout__narrow .layout__narrow-container .tab-section {
    padding: 20px 10px
  }
  .layout__narrow-tab {
    padding: 0;
    margin: 20px 0 40px;
    height: auto;
    background: #fcef38
  }
}
@media only screen and (max-width:768px) and (min-width:769px) {
  .layout__narrow .layout__narrow-container {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) and (max-width:768px) {
  .layout__narrow .layout__narrow-container {
    max-width: 100%;
    width: 100%
  }
}
.layout-detail__area h3 img,
.layout-detail__feature .title img,
.layout-detail__information h3 img {
  height: 37px
}
.page-count {
  text-align: center;
  font-size: .875rem;
  margin: 40px 0 30px
}
.paging {
  text-align: center;
  font-size: 1.125rem;
  margin: 50px 0 100px
}
.paging ul {
  margin: 0 auto;
  width: 98%
}
@media only screen and (min-width:769px) {
  .paging ul {
    max-width: 1060px
  }
}
.paging ul li {
  display: inline-block
}
.paging ul li .paging__current {
  border-bottom: 3px solid #fcef38
}
.paging ul li .arrow-link {
  padding: 11px 10px
}
.paging ul li .paging-link {
  padding: 7px 10px;
  display: block;
  margin: 0 10px;
  transition: .3s
}
.paging ul li .paging-link:hover {
  text-decoration: none;
  background-color: #ededed
}
@media only screen and (max-width:768px) {
  .paging ul {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .page-cpunt,
  .paging {
    text-align: center;
    font-size: .6875rem
  }
  .page-cpunt {
    margin: 0 0 30px
  }
  .paging {
    margin: 30px 5px 40px 10px
  }
  .paging ul li .arrow-link {
    padding: 10px 15px
  }
  .paging ul li .paging-link {
    padding: 4px 10px
  }
}
.layout-detail__description {
  padding: 40px 0;
  font-size: .75rem;
  margin: 0 auto;
  width: 98%;
  line-height: 1.8em
}
@media only screen and (min-width:769px) {
  .layout-detail__description {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .layout-detail__description {
    max-width: 100%;
    width: 100%
  }
}
.layout-detail__description h2 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #797576
}
.layout-detail__area {
  font-size: .75rem;
  margin: 0 auto;
  width: 98%;
  padding: 40px 0
}
@media only screen and (min-width:769px) {
  .layout-detail__area {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .layout-detail__area {
    max-width: 100%;
    width: 100%
  }
}
.layout-detail__area h3 {
  margin: 0 0 15px;
  text-align: center
}
.layout-detail__area .sub-title {
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center
}
.layout-detail__area table {
  width: 100%;
  text-align: left;
  background-color: #f7f7f7
}
.layout-detail__area table tr:nth-child(even) {
  background-color: #e4e3e2
}
.layout-detail__area table tr th {
  width: 30%;
  vertical-align: top;
  padding: 20px
}
.layout-detail__area table tr td {
  width: 70%;
  vertical-align: top;
  padding: 20px
}
.layout-detail__information {
  font-size: .75rem;
  margin: 0 auto;
  width: 98%;
  padding: 40px 0
}
@media only screen and (min-width:769px) {
  .layout-detail__information {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .layout-detail__information {
    max-width: 100%;
    width: 100%
  }
}
.layout-detail__information h3 {
  margin: 0 0 15px;
  text-align: center
}
.layout-detail__information .sub-title {
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center
}
.layout-detail__information h4 {
  margin: 0 0 10px
}
.layout-detail__information ul {
  margin: 0 0 20px
}
.layout-detail__information li {
  padding: 20px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #fff
}
.layout-detail__information .layout__detail-information-external {
  text-align: center;
  padding: 50px 0 0
}
.layout-detail__feature {
  font-size: .75rem;
  margin: 0 auto;
  width: 98%;
  padding: 40px 0
}
@media only screen and (min-width:769px) {
  .layout-detail__feature {
    max-width: 1060px
  }
}
.layout-detail__feature .title {
  margin: 0 0 15px;
  text-align: center
}
.layout-detail__feature .sub-title {
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center
}
.layout-detail__feature .latest__news h2 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #797576
}
.layout-detail__feature .latest__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 30px
}
.layout-detail__feature .latest__image li {
  margin: 0 10px 20px
}
.layout-detail__feature .latest__external {
  text-align: center;
  margin: 0 0 30px
}
@media only screen and (max-width:768px) {
  .layout-detail__feature {
    max-width: 100%;
    width: 100%
  }
  .layout-detail .layout__external,
  .layout-detail .layout__external-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%
  }
  .layout-detail iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important
  }
  .layout-detail__description {
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .6875rem
  }
  .layout-detail__description h2 {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: .8125rem
  }
  .layout-detail__area {
    font-size: .6875rem;
    margin: 0 auto;
    width: 98%;
    padding: 40px 0
  }
}
@media only screen and (max-width:768px) and (min-width:769px) {
  .layout-detail__area {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) and (max-width:768px) {
  .layout-detail__area {
    max-width: 100%;
    width: 100%
  }
}
@media only screen and (max-width:768px) {
  .layout-detail__area table tr td,
  .layout-detail__area table tr th {
    width: 50%;
    vertical-align: top;
    padding: 20px
  }
  .layout-detail__information {
    font-size: .6875rem
  }
  .layout-detail__information .layout__detail-information-external {
    text-align: center;
    padding: 50px 15px
  }
  .layout-detail__feature {
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .6875rem
  }
  .layout-detail__feature h3 {
    font-size: .8125rem
  }
  .layout-detail__feature .sub-title {
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center
  }
  .layout-detail__feature .latest__image {
    font-size: .6875rem
  }
  .layout-detail__feature .latest__image li {
    margin: 0 0 20px
  }
  .layout-detail__feature .latest__news h2 {
    font-size: .8125rem
  }
  .layout-detail__feature .latest__news .latest__news-list {
    margin: 0 0 30px
  }
  .layout-detail__feature .latest__news .latest__news-list h4 {
    margin: 0 0 10px
  }
  .layout-detail__feature .latest__news .latest__news-list li {
    list-style-type: square;
    margin: 0 0 0 15px
  }
}
.layout-areadetail {
  font-size: .75rem;
  padding: 60px 0;
  margin: 0 0 60px
}
.layout-areadetail:after,
.layout-areadetail:before {
  content: '';
  display: table
}
.layout-areadetail__container {
  margin: 0 auto;
  width: 98%
}
@media only screen and (min-width:769px) {
  .layout-areadetail__container {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .layout-areadetail__container {
    max-width: 100%;
    width: 100%
  }
}
.layout-areadetail .layout-arealink h3 {
  text-align: center;
  margin: 0 0 30px
}
.layout-areadetail .layout-arealink ul {
  margin: 0 0 0 100px
}
.layout-areadetail .layout-arealink ul li {
  margin: 0 20px 0 0;
  width: 20%;
  display: inline-block;
  text-align: center
}
.layout-areadetail .layout-arealink ul li a {
  display: block;
  border: 1px solid #797576;
  border-radius: 10px;
  padding: 20px 0;
  margin: 0 0 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.layout-areadetail .layout-arealink ul li a:hover {
  background-color: #f7f7f7;
  text-decoration: none
}
@media only screen and (max-width:768px) {
  .layout-areadetail {
    font-size: .6875rem;
    padding: 30px 0;
    margin: 0 0 60px
  }
  .layout-areadetail .layout-arealink ul {
    margin: 0;
    padding: 0 10px
  }
  .layout-areadetail .layout-arealink ul li:nth-child(even) {
    margin: 0;
    float: right
  }
  .layout-areadetail .layout-arealink ul li {
    margin: 0;
    width: 49%;
    float: left
  }
  .layout-areadetail .layout-arealink ul li a {
    margin: 0 0 8px
  }
}
.layout-magiwa,
.magiwa-area {
  font-size: .75rem;
  padding: 60px 0
}
.layout-magiwa {
  background-color: #f7f7f7;
  margin: 0 0 60px
}
.layout-magiwa__container {
  width: 660px;
  margin: 0 auto
}
.layout-magiwa__container .search-form__form-text {
  text-align: center;
  font-weight: 700;
  margin: 0 0 20px
}
.layout-magiwa__container .search-form__form-title {
  font-weight: 700;
  margin: 0 0 10px
}
.layout-magiwa__container select {
  width: 100%;
  margin: 0 0 30px
}
.layout-magiwa__container .button-group {
  margin: 10px 0 0
}
.magiwa-area {
  margin: 0 0 30px
}
.magiwa-area__container {
  width: 660px;
  margin: 0 auto
}
.magiwa-area__container span {
  font-weight: 700
}
.magiwa-area__container .text-red {
  color: #d62b37;
  font-weight: 800
}
.magiwa-area__container .magiwa-area__data {
  margin: 0 0 30px
}
.magiwa-area__list {
  margin: 0 0 40px
}
.magiwa-area__list h3 {
  margin: 0 0 15px
}
.magiwa-area__list table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-weight: 700
}
.heading__article1,
.heading__article2,
.heading__article3 {
  text-align: left;
  margin: 0 0 20px
}
.magiwa-area__list table td {
  border: 1px solid #000;
  padding: 10px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}
.magiwa-area__list table td:hover {
  background-color: #ededed
}
.magiwa-area__list table td a:hover {
  text-decoration: none
}
.magiwa-area__list table td li:first-child {
  border-bottom: 1px solid #000;
  padding: 0 0 10px
}
.magiwa-area__list table td li:last-child {
  padding: 20px 0 10px;
  font-size: 1.125rem
}
.magiwa-area__list table td li:last-child span {
  font-size: 1.125rem
}
.magiwa-area__list table td span {
  font-size: .625rem;
  color: #797576
}
.magiwa-area__list table td .text-sun {
  color: #d62b37
}
.magiwa-area__list table td .text-sat {
  color: #0072bc
}
@media only screen and (max-width:768px) {
  .layout-magiwa__container,
  .magiwa-area__container {
    width: 100%
  }
  .layout-magiwa {
    padding: 30px 15px;
    margin: 0 0 30px;
    font-size: .625rem
  }
  .magiwa-area {
    padding: 10px 15px;
    margin: 0 0 30px;
    font-size: .4375rem
  }
  .magiwa-area__list {
    margin: 0 0 15px
  }
  .magiwa-area table td {
    padding: 5px
  }
  .magiwa-area table td li:first-child {
    border-bottom: 1px solid #000;
    padding: 0 0 5px
  }
  .magiwa-area table td li:last-child {
    padding: 15px 0 5px;
    font-size: .625rem
  }
  .magiwa-area table td li:last-child span {
    font-size: .625rem
  }
  .magiwa-area table td span {
    font-size: .375rem;
    color: #797576
  }
  .magiwa-area table td .text-sun {
    color: #d62b37
  }
  .magiwa-area table td .text-sat {
    color: #0072bc
  }
}
.layout-contents .layout-contents__container {
  font-size: .75rem;
  margin: 0 auto;
  width: 98%;
  padding: 60px 0
}
@media only screen and (min-width:769px) {
  .layout-contents .layout-contents__container {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .layout-contents .layout-contents__container {
    max-width: 100%;
    width: 100%
  }
}
.heading__article1 {
  font-size: 1.25rem
}
.heading__article2 {
  font-size: 1rem
}
.heading__article3 {
  font-size: .875rem
}
.item-text {
  margin: 0 0 20px
}
.item-link-text {
  margin: 0 0 30px
}
.item-link-text a {
  border-bottom: 1px solid #797576;
  padding-bottom: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.item-link-text a:hover {
  border-bottom: 1px solid transparent;
  text-decoration: none
}
.item-list {
  margin: 0 0 20px
}
.item-list li {
  list-style-type: square;
  margin: 0 0 0 20px
}
.item-keyword,
.item-keyword dt {
  margin: 0 0 20px;
  text-align: center
}
.item-keyword dt {
  font-weight: 700
}
.item-keyword a {
  display: inline-block;
  border: 1px solid #797576;
  border-radius: 30px;
  padding: 10px;
  margin: 0 5px 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.item-keyword a:hover {
  background-color: #f7f7f7;
  text-decoration: none
}
.item-external {
  margin: 0 0 80px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%
}
.item-external p {
  margin: 20px 0 0
}
.item-external iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.item-column-1 {
  margin: 0 0 20px
}
.item-column-1 img {
  width: 100%;
  margin: 0
}
.item-column-2 {
  margin: 0 0 20px
}
.item-column-2:after,
.item-column-2:before {
  content: '';
  display: table
}
.item-column-2 li {
  width: 49%;
  float: left
}
.item-column-2 li:nth-child(even) {
  float: right
}
.item-column-2 img {
  width: 100%;
  margin: 0
}
.item-hr {
  margin: 30px 0
}
.item-hr hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c6c6c6;
  border: 0
}
.color-box__gray {
  background-color: #f7f7f7;
  padding: 20px;
  margin: 0 0 20px
}
.color-box__gray .item-link-text,
.color-box__gray .item-list,
.color-box__gray .item-text,
.color-box__gray h1,
.color-box__gray h2,
.color-box__gray h3 {
  margin: 0
}
.color-box__yellow {
  background-color: #fcef38;
  padding: 20px;
  margin: 0 0 20px
}
.color-box__yellow .item-link-text,
.color-box__yellow .item-list,
.color-box__yellow .item-text,
.color-box__yellow h1,
.color-box__yellow h2,
.color-box__yellow h3 {
  margin: 0
}
.accordion-box {
  margin: 0 0 30px
}
.accordion-box dt {
  font-weight: 700;
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid #c6c6c6;
  position: relative;
  font-size: .8125rem
}
.accordion-box .accordion-question {
  display: inline-block;
  margin: 0 30px 0 0;
  position: relative
}
.accordion-box dd {
  background-color: #f7f7f7;
  color: #797576;
  padding: 20px;
  font-size: .8125rem;
  line-height: 1.8em;
  display: none
}
.accordion-box .accordion_icon {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 30%
}
.layout-search .search-form__box ul:after,
.layout-search .search-form__box ul:before,
.layput-tourguide:after,
.layput-tourguide:before,
.layput-tourguide__container ul:after,
.layput-tourguide__container ul:before {
  display: table;
  content: ''
}
.accordion-box .arrow-link i.icon.link-arrow-bottom {
  position: absolute;
  top: 10px;
  right: 10px
}
.accordion-box .accordion_icon.active i {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 10px
}
@media only screen and (max-width:768px) {
  .layput-contents {
    padding: 0 10px;
    font-size: .6875rem
  }
  .layput-contents .layput-contents__container {
    padding: 30px 0
  }
  .layput-contents .accordion-box {
    margin: 0 0 30px
  }
  .layput-contents .accordion-box dt {
    font-weight: 700;
    padding: 20px 0;
    cursor: pointer;
    margin: 0 10px;
    border-bottom: 1px solid #c6c6c6
  }
  .layput-contents .accordion-box dd {
    font-size: .625rem
  }
}
.layout-search .search-form__container {
  margin-bottom: 150px;
  font-size: .75rem;
  background-color: #f7f7f7;
  border-top: 1px solid #fff
}
.layout-search .search-form__form-text {
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
  padding: 60px 0 0
}
.layout-search .search-form__form-title {
  font-weight: 700;
  margin: 0 0 15px
}
.layout-search .search-form {
  width: 660px;
  margin: 0 auto;
  padding: 0 0 40px
}
.layout-search input,
.layout-search select {
  width: 100%;
  margin: 0 0 20px
}
.layout-search .search-form__box ul {
  margin: 0 0 15px
}
.layout-search .search-form__box ul li {
  width: 18.4%;
  float: left;
  margin: 0 10px 5px 0
}
.layout-search .search-form__box ul li label {
  width: 100%;
  padding-bottom: 50%
}
.layout-search .button-group {
  width: 100%;
  background-color: #fcef38;
  margin: 0;
  padding: 30px 0
}
.layout-search .button-group__button {
  margin: 0
}
.layout-search .button-group .button__link {
  margin: 0 20px
}
@media only screen and (max-width:768px) {
  .layout-search .search-form__container {
    margin-bottom: 60px;
    font-size: .6875rem
  }
  .layout-search .search-form__container .search-form {
    padding: 0 0 20px;
    width: 100%
  }
  .layout-search .search-form__container .button-group {
    padding: 20px 0
  }
  .layout-search .search-form__container .button-group:after,
  .layout-search .search-form__container .button-group:before {
    content: '';
    display: table
  }
  .layout-search .search-form__container .button-group:after {
    clear: both
  }
  .layout-search .search-form__container .button-group__button {
    width: 90%
  }
  .layout-search .search-form__container .button-group__button .button__link {
    margin: 0 1%;
    min-width: 48%;
    padding: 1em 0
  }
  .layout-search .search-form__container .search-form__box {
    padding: 0 20px
  }
  .layout-search .search-form__container .search-form__box ul li {
    width: 31%;
    float: left;
    margin: 0 7px 5px 0
  }
  .layout-search .search-form__container .search-form__box ul li:nth-child(3),
  .layout-search .search-form__container .search-form__box ul li:nth-child(6) {
    margin: 0 0 5px
  }
  .layout-search .search-form__container .search-form__box ul li label {
    width: 100%;
    padding-bottom: 50%
  }
}
.layout-faq {
  font-size: .78125rem;
  padding: 60px 0;
  margin: 0 0 60px
}
.layout-faq__container {
  margin: 0 auto;
  width: 98%
}
@media only screen and (min-width:769px) {
  .layout-faq__container {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .layout-faq__container {
    max-width: 100%;
    width: 100%
  }
}
.layout-faq__container .accordion-box h3 {
  background-color: #fcef38;
  padding: 20px
}
.layout-faq__container .accordion-box dl {
  width: 96%;
  margin: 0 auto
}
@media only screen and (max-width:768px) {
  .layout-faq {
    font-size: .6875rem;
    padding: 30px 0;
    margin: 0 0 30px
  }
  .layout-faq__container {
    margin: 0 auto;
    width: 98%
  }
  .layout-faq__container .accordion-box {
    margin: 0 0 30px
  }
  .layout-faq__container .accordion-box h3 {
    background-color: #fcef38;
    padding: 20px
  }
  .layout-faq__container .accordion-box dl {
    width: 100%;
    margin: 0 auto
  }
  .layout-faq__container .accordion-box dt {
    font-weight: 700;
    padding: 20px 0;
    cursor: pointer;
    margin: 0 10px;
    border-bottom: 1px solid #c6c6c6
  }
  .layout-faq__container .accordion-box dd {
    font-size: .625rem
  }
}
@media only screen and (max-width:768px) and (min-width:769px) {
  .layout-faq__container {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) and (max-width:768px) {
  .layout-faq__container {
    max-width: 100%;
    width: 100%
  }
}
.layput-tourguide {
  font-size: .75rem;
  padding: 60px 0;
  margin: 0 0 60px;
  background-color: #f7f7f7
}
.layput-tourguide__container {
  margin: 0 auto;
  width: 98%
}
@media only screen and (min-width:769px) {
  .layput-tourguide__container {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .layput-tourguide__container {
    max-width: 100%;
    width: 100%
  }
}
.layput-tourguide__container ul {
  margin: 0 50px
}
.layput-tourguide__container ul li {
  margin: 0;
  width: 49%;
  display: inline-block;
  float: left
}
.layput-tourguide__container ul li:nth-child(even) {
  float: right
}
.layput-tourguide__container ul li a {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #797576;
  border-radius: 10px;
  padding: 40px 40px 40px 60px;
  margin: 0 0 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.layput-tourguide__container ul li a:hover {
  opacity: .7;
  text-decoration: none
}
.layput-tourguide__container ul li .guide-faq {
  background: #fff
}
.layput-tourguide__container ul li .guide-bus {
  background: #fff
}
.layput-tourguide__container ul li .guide-covenant {
  background: #fff
}
.layput-tourguide__container ul li .guide-safety {
  background: #fff
}
.layput-tourguide__container ul li .guide-hotelmap {
  background: #fff
}
.layput-tourguide__container ul li .guide-tourguide {
  background: #fff
}
@media only screen and (max-width:768px) {
  .layput-tourguide {
    font-size: .6875rem;
    padding: 30px 0;
    margin: 0 0 60px
  }
  .layput-tourguide__container {
    margin: 0 auto;
    width: 98%
  }
}
@media only screen and (max-width:768px) and (min-width:769px) {
  .layput-tourguide__container {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) and (max-width:768px) {
  .layput-tourguide__container {
    max-width: 100%;
    width: 100%
  }
}
@media only screen and (max-width:768px) {
  .layput-tourguide__container ul {
    margin: 0 10px
  }
  .layput-tourguide__container ul li {
    width: 48%
  }
  .layput-tourguide__container ul li:nth-child(4) a {
    padding: 20px 30px 20px 40px
  }
  .layput-tourguide__container ul li a {
    display: block;
    font-size: .6875rem;
    border: 1px solid #797576;
    border-radius: 10px;
    min-height: 40px;
    padding: 30px 30px 10px 40px;
    margin: 0 0 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }
  .layput-tourguide__container ul li .guide-faq {
    background: #fff
  }
  .layput-tourguide__container ul li .guide-bus {
    background: #fff
  }
  .layput-tourguide__container ul li .guide-covenant {
    background: #fff
  }
  .layput-tourguide__container ul li .guide-safety {
    background: #fff
  }
  .layput-tourguide__container ul li .guide-hotelmap {
    background: #fff
  }
  .layput-tourguide__container ul li .guide-tourguide {
    background: #fff
  }
}
.layout-tourtype {
  font-size: .75rem;
  padding: 60px 0;
  margin: 0 0 60px
}
.layout-tourtype__container {
  margin: 0 auto;
  width: 98%
}
@media only screen and (min-width:769px) {
  .layout-tourtype__container {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .layout-tourtype__container {
    max-width: 100%;
    width: 100%
  }
}
.layout-tourtype__container h1 {
  font-size: 1.125rem;
  text-align: center;
  margin: 0 0 10px
}
.layout-tourtype__container .sub-title {
  text-align: center;
  margin: 0 0 30px
}
.layout-tourtype__container ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.layout-tourtype__container ul li {
  background-color: #f7f7f7;
  width: 49%;
  margin: 0 0 20px;
  padding: 20px 0
}
.layout-tourtype__container ul li .item-group__area-list {
  padding: 0 20px
}
.layout-tourtype__container ul li .item-group__area-list span {
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 4px 8px;
  margin: 0 5px 5px 0;
  font-size: .625rem;
  display: inline-block
}
.layout-tourtype__container ul li .title {
  padding: 0 20px;
  position: relative
}
.layout-tourtype__container ul li .title h3 {
  font-size: .75rem;
  font-weight: 400;
  padding: 20px 0;
  margin: 0 100px 0 0
}
.layout-tourtype__container ul li .title button {
  position: absolute;
  right: 20px;
  top: 18%;
  font-size: .625rem;
  padding: 10px 20px
}
@media only screen and (max-width:768px) {
  .layout-tourtype {
    font-size: .6875rem;
    padding: 30px 0;
    margin: 0 0 60px
  }
  .layout-tourtype__container {
    margin: 0 auto;
    width: 98%
  }
  .layout-tourtype__container h1 {
    font-size: .875rem;
    text-align: center;
    margin: 0 10px 10px
  }
  .layout-tourtype__container .sub-title {
    text-align: center;
    margin: 0 10px 30px
  }
  .layout-tourtype__container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .layout-tourtype__container ul li {
    background-color: #f7f7f7;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 20px 0
  }
  .layout-tourtype__container ul li .title h3 {
    font-size: .625rem;
    margin: 0 80px 0 0
  }
}
.main-visual__slide-thumbnail,
.main-visual__slide-thumbnail .icon-no1 img,
.main-visual__slide-thumbnail img {
  width: 100%
}
@media only screen and (max-width:768px) and (min-width:769px) {
  .layout-tourtype__container {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) and (max-width:768px) {
  .layout-tourtype__container {
    max-width: 100%;
    width: 100%
  }
}
.main-visual.toppage {
  background-color: #f7f7f7
}
.main-visual__slide {
  position: relative
}
.main-visual__slide-thumbnail .icon-no1 {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 20px
}
.main-visual__slide-description {
  position: absolute;
  margin-left: -140px;
  padding: 20px;
  width: 1060px;
  background-color: #fcef38;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .75rem;
  text-align: left
}
.main-visual__slide-description h2 {
  font-size: 1.25rem;
  margin: 0 0 10px
}
.main-visual__slide-description p {
  margin: 0 0 10px
}
.main-visual__slide-description .main-visual__area-list span {
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  display: inline-block
}
.main-visual__slide-description .main-visual__tag-list span {
  margin: 0 5px 5px 0;
  display: inline-block
}
.main-visual__area-title {
  padding: 20px;
  background-color: #fcef38;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .75rem;
  text-align: left;
  position: relative
}
.main-visual__area-title .main-visual__area-contents {
  margin: 0 auto;
  width: 98%
}
@media only screen and (min-width:769px) {
  .main-visual__area-title .main-visual__area-contents {
    max-width: 1060px
  }
}
.main-visual__area-title .main-visual__area-contents h1 {
  font-size: 1.5rem;
  margin: 15px 0 10px
}
.main-visual__area-title .main-visual__area-contents p {
  margin: 0 0 10px
}
.main-visual__area-title .main-visual__area-contents .icon-spc {
  position: absolute;
  top: -20px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  border-top: 1px solid #fcef38;
  padding: 10px 15px;
  font-size: 1rem
}
.main-visual__area-title .main-visual__area-contents .main-visual__area-list span {
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  display: inline-block
}
.main-visual__area-title .main-visual__area-contents .main-visual__tag-list span {
  margin: 0 5px 5px 0;
  display: inline-block
}
@media only screen and (max-width:768px) {
  .main-visual__area-title .main-visual__area-contents {
    max-width: 100%;
    width: 100%
  }
  .main-visual__slide-thumbnail {
    width: 100%
  }
  .main-visual__slide-description {
    margin: 0;
    padding: 10px;
    width: 100%;
    font-size: .625rem
  }
  .main-visual__slide-description h1 {
    font-size: 1rem
  }
  .main-visual__slide-description h2 {
    margin: 0 0 5px;
    font-size: 1rem
  }
  .main-visual__slide-description p {
    margin: 0 0 5px
  }
  .main-visual__slide-description .main-visual__area-list {
    padding: 3px 5px
  }
}
.slick-slide .main-visual__slide-description * {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}
.slick-slide.slick-current .main-visual__slide-description * {
  opacity: 1
}
.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 999;
  display: block;
  cursor: pointer;
  background: 0 0;
  padding: 0;
  border: none;
  outline: 0;
  text-indent: -9999px
}
.slick-next:before,
.slick-prev:before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: #fff;
  opacity: .75
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}
.slick-prev {
  left: 0
}
.slick-prev:before {
  right: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg)
}
.slick-next {
  right: 0
}
.slick-next:before {
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.slick-dotted.slick-slider {
  padding-bottom: 0
}
.top-page .visualdots {
  background-color: #f7f7f7
}
.slick-dots {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  border: 0;
  background: #000;
  display: block;
  height: 10px;
  width: 10px;
  outline: 0;
  border-radius: 5px;
  opacity: .25;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  opacity: 1
}
.slick-dots li.slick-active button {
  color: #000;
  opacity: .75
}
.area-visual {
  background-color: #fcef38
}
.area-visual img {
  width: 100%
}
.area-visual__container {
  margin: 0 auto;
  width: 98%
}
@media only screen and (min-width:769px) {
  .area-visual__container {
    max-width: 1060px
  }
}
.area-visual__container h1 {
  font-size: 1.5rem;
  padding: 30px 0
}
@media only screen and (max-width:768px) {
  .area-visual__container {
    max-width: 100%;
    margin: 0 auto;
    width: 98%
  }
  .area-visual {
    background-color: #fcef38
  }
  .area-visual__container h1 {
    font-size: .875rem;
    padding: 10px
  }
}
@media only screen and (max-width:768px) and (min-width:769px) {
  .area-visual__container {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) and (max-width:768px) {
  .area-visual__container {
    max-width: 100%;
    width: 100%
  }
}
.magiwa-visual {
  background: #00c3f9;
  background-size: cover
}
.magiwa-visual__container {
  margin: 0 auto;
  width: 98%;
  padding: 120px 0;
  color: #fff
}
@media only screen and (min-width:769px) {
  .magiwa-visual__container {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .magiwa-visual__container {
    max-width: 100%;
    width: 100%
  }
}
.page-visual {
  background: #f7f7f7;
  background-size: cover
}
.page-visual__container {
  margin: 0 auto;
  width: 98%;
  padding: 120px 0
}
@media only screen and (min-width:769px) {
  .page-visual__container {
    max-width: 1060px
  }
}
.page-visual__container h1 {
  padding: 10px 0 10px 40px
}
@media only screen and (max-width:768px) {
  .magiwa-visual {
    background: #00c3f9;
    padding: 0 20px;
    background-size: cover
  }
  .magiwa-visual h1 {
    font-size: 1.125rem;
    margin: 0 30% 0 0
  }
  .magiwa-visual__container {
    padding: 70px 0
  }
  .page-visual {
    background: #f7f7f7;
    padding: 0 20px;
    background-size: cover
  }
  .page-visual h1 {
    font-size: 1.125rem;
    margin: 0 10% 0 0
  }
  .page-visual__container {
    max-width: 100%;
    width: 100%;
    padding: 30px 0
  }
}
.layout-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 99999;
  width: 100%;
  height: calc(100% + 100px);
  background: rgba(0, 0, 0, .5);
  border-bottom: 100px solid transparent;
  cursor: pointer
}
.top-page .layout-area h3 img,
.top-page .layout-hotel h3 img,
.top-page .layout-keyword h3 img,
.top-page .layout-tour h3 img {
  height: 37px
}
.layout-modal .no_overlay_close {
  cursor: default
}
.layout-modal .button__close {
  position: absolute;
  right: 30px;
  top: 20px;
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 1.875rem;
  cursor: pointer;
  z-index: 9999
}
.layout-modal .body {
  position: relative;
  left: 50%;
  top: 0;
  width: 1040px;
  margin-left: -520px;
  margin-top: 40px;
  margin-bottom: 10px;
  border-radius: 4px;
  cursor: default;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-animation: .2s modalwindow_body_out;
  animation: .2s modalwindow_body_out;
  font-size: .75rem;
  background-color: #f7f7f7
}
.layout-modal .is_visible .body {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: .4s modalwindow_body_in;
  animation: .4s modalwindow_body_in
}
.layout-modal .search-form__container {
  margin-bottom: 150px
}
.layout-modal .search-form__form-title {
  margin: 0 0 10px;
  font-weight: 700
}
.layout-modal .modal-label-area {
  margin: 0 0 20px
}
.layout-modal .modal-label-area ul:after,
.layout-modal .modal-label-area ul:before {
  content: '';
  display: table
}
.layout-modal .modal-label-area ul li {
  width: 14%;
  float: left;
  margin: 0 10px 0 0
}
.layout-modal .modal-label-area ul li label {
  width: 100%;
  padding-bottom: 50%
}
.layout-modal .inner {
  padding: 40px
}
.layout-modal .title {
  position: relative
}
.layout-modal .title h3 {
  text-align: center;
  margin: 0 0 20px;
  padding: 50px 0 0;
  z-index: 7777;
  position: relative
}
.layout-modal .title .icon.icon-title {
  position: absolute;
  top: 40px;
  left: 30%
}
.layout-modal input,
.layout-modal select {
  width: 100%;
  margin: 0 0 20px
}
.layout-modal label.form-text-label {
  vertical-align: top;
  display: inline-block;
  background-color: #fcef38;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 0 5px 5px 0;
  text-align: center
}
.layout-modal label.check-off {
  background-color: #ededed;
  color: #c6c6c6
}
.layout-modal .button-group {
  width: 100%;
  background-color: #fcef38;
  margin: 0;
  padding: 30px 0 0
}
@media only screen and (max-width:768px) {
  .layout-modal .button-group:after,
  .layout-modal .modal-label-area ul:after,
  .layout-modal .modal-label-stay:after {
    clear: both
  }
  .layout-modal .body {
    position: relative;
    width: calc(100%);
    margin: 0;
    left: 0;
    font-size: .6875rem
  }
  .layout-modal .inner {
    padding: 10px 30px
  }
  .layout-modal .button__close {
    position: absolute;
    right: 0;
    top: 20px
  }
  .layout-modal .title h3 {
    text-align: center;
    margin: 0 0 20px;
    padding: 80px 0 0;
    font-size: .75rem
  }
  .layout-modal .title .icon.icon-title {
    position: absolute;
    top: 74px;
    left: 5%
  }
  .layout-modal .search-form__container {
    margin: 0 0 80px
  }
  .layout-modal .button-group:after,
  .layout-modal .button-group:before {
    content: '';
    display: table
  }
  .layout-modal .button-group__button {
    width: 44%;
    display: inline-block
  }
  .layout-modal .modal-label-area ul:after,
  .layout-modal .modal-label-area ul:before,
  .layout-modal .modal-label-stay:after,
  .layout-modal .modal-label-stay:before {
    content: '';
    display: table
  }
  .layout-modal .button-group__button .button__link {
    width: 100%;
    padding: 1em 0
  }
  .layout-modal .modal-label-stay label {
    width: 31%
  }
  .layout-modal .modal-label-area {
    margin: 0 0 20px
  }
  .layout-modal .modal-label-area ul li {
    width: 31%;
    float: left;
    margin: 0 7px 4px 0
  }
  .layout-modal .modal-label-area ul li:nth-child(3),
  .layout-modal .modal-label-area ul li:nth-child(6) {
    margin: 0
  }
  .layout-modal .modal-label-area ul li label {
    width: 100%;
    padding-bottom: 50%
  }
}
.top-page footer,
.top-page header {
  margin: 0 0 0 20%
}
.top-page .button-group a {
  min-width: 300px
}
.top-page h1 {
  font-size: .5rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  font-weight: 400
}
.top-page .site-header {
  width: 80%
}
.top-page .site-container {
  position: relative;
  z-index: 7777;
  width: 80%;
  margin: 80px 0 0 20%
}
.top-page .layout__sale-list {
  background-color: #f7f7f7;
  padding: 32px 0 60px
}
.top-page .layout__sale-list .item-group {
  margin: 0 0 80px
}
.top-page .layout__sale-list .notice-area {
  margin: 0 auto;
  width: 98%;
  width: 94%
}
@media only screen and (min-width:769px) {
  .top-page .layout__sale-list .notice-area {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .top-page .layout__sale-list .notice-area {
    max-width: 100%;
    width: 100%
  }
}
.top-page .layout__sale-list .notice-area__box {
  background-color: #fff;
  border: 1px solid #d62b37;
  color: #d62b37;
  font-size: .75rem;
  margin: 0 auto 32px;
  padding: 20px;
  width: 98%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.top-page .layout-area,
.top-page .layout-hotel,
.top-page .layout-keyword,
.top-page .layout-tour {
  padding: 60px 0;
  font-size: .75rem
}
.top-page .layout__sale-list .notice-area__box h3 {
  margin: 0 0 15px
}
.top-page .layout-keyword {
  text-align: center
}
.top-page .layout-keyword h3 {
  margin: 0 0 15px;
  text-align: center
}
.top-page .layout-keyword .sub-title {
  font-weight: 700;
  margin: 0 0 30px
}
.top-page .layout-keyword .more-text {
  font-weight: 700;
  margin: 30px 0 0
}
.top-page .layout-keyword .button__link-yellow {
  margin: 0 20px 20px 0;
  font-weight: 700
}
.top-page .layout-keyword .keyword-search-container {
  margin: 0 auto;
  width: 98%
}
@media only screen and (min-width:769px) {
  .top-page .layout-keyword .keyword-search-container {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .top-page .layout-keyword .keyword-search-container {
    max-width: 100%;
    width: 100%
  }
}
.top-page .layout-keyword .arrow-link {
  cursor: pointer
}
.top-page .layout-keyword .arrow-link i.icon.link-arrow-bottom.active {
  top: 20px
}
.top-page .layout-area h3 {
  margin: 0 0 15px;
  text-align: center
}
.top-page .layout-area .sub-title {
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center
}
.top-page .layout-area .item-group-explore {
  margin: 0 0 80px
}
.top-page .layout-hotel h3 {
  margin: 0 0 15px;
  text-align: center
}
.top-page .layout-hotel .sub-title {
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center
}
.top-page .layout-hotel .item-group {
  margin: 0 0 40px
}
.top-page .layout-tour {
  background-color: #f7f7f7
}
.top-page .layout-tour h3 {
  margin: 0 0 15px;
  text-align: center
}
.top-page .layout-tour .sub-title {
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center
}
.top-page .layout-tour .search-form__container {
  width: 600px;
  margin: 0 auto
}
.top-page .layout-tour .search-form__container ul:after,
.top-page .layout-tour .search-form__container ul:before {
  content: '';
  display: table
}
.top-page .layout-tour .search-form__container ul li {
  width: 23.7%;
  float: left;
  margin: 0 10px 0 0
}
.top-page .layout-tour .search-form__container ul li:nth-child(4) {
  margin: 0
}
.top-page .layout-tour .search-form__container ul li label {
  width: 100%;
  padding-bottom: 0
}
.top-page .layout-tour .search-form__container .search-form__box {
  margin: 0 0 20px
}
.top-page .layout-tour .search-form__container .search-form__form-text {
  border-top: 1px solid #c6c6c6;
  font-weight: 700;
  margin: 0 0 30px;
  padding: 30px 0 0;
  text-align: center
}
.top-page .layout-tour .search-form__container .search-form__form-title {
  font-weight: 700;
  margin: 0 0 15px
}
.top-page .layout-tour .search-form__container select {
  width: 100%;
  margin: 0;
  padding: 20px
}
.top-page .layout-tour .search-form__container label {
  width: 150px;
  height: 75px;
  margin: 0 6px 0 0
}
.top-page .layout-tour .search-form__container .button-group {
  margin: 60px 0 0
}
.top-page .layout-banner {
  padding: 60px 0;
  margin: 0 auto;
  width: 98%
}
@media only screen and (min-width:769px) {
  .top-page .layout-banner {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .top-page .layout-banner {
    max-width: 100%;
    width: 100%
  }
}
.top-page .layout-banner ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.top-page .layout-banner ul li {
  width: 47%;
  margin: 0 0 25px
}
.top-page .layout-banner ul li img {
  width: 100%
}
@media only screen and (max-width:768px) {
  .top-page .layout-area h3 img,
  .top-page .layout-hotel h3 img,
  .top-page .layout-keyword h3 img,
  .top-page .layout-tour h3 img {
    height: 30px
  }
  .top-page footer,
  .top-page header {
    margin: 0
  }
  .top-page .button-group a {
    min-width: 100%
  }
  .top-page .site-header {
    width: 100%
  }
  .top-page .site-container {
    width: 100%;
    margin: 50px 0 0
  }
  .top-page .layout__sale-list {
    background-color: #f7f7f7;
    padding: 30px 0
  }
  .top-page .layout__sale-list .notice-area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px
  }
  .top-page .layout__sale-list .notice-area__box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .6875rem;
    margin: 0 0 20px;
    width: 100%;
    padding: 10px
  }
  .top-page .layout__sale-list .notice-area__box h3 {
    margin: 0 0 10px
  }
  .top-page .layout-keyword {
    background-color: #fcef38;
    background-image: none
  }
  .top-page .layout-keyword .keyworrd-list {
    padding: 0 5px
  }
  .top-page .layout-keyword .button__link-yellow {
    font-size: .625rem;
    margin: 0 10px 10px 0;
    background-color: #fff
  }
  .top-page .layout-tour {
    background-color: #f7f7f7;
    padding: 30px 10px;
    font-size: .75rem
  }
  .top-page .layout-tour .search-form__container {
    width: 88%;
    margin: 0 auto
  }
  .top-page .layout-tour .search-form__container ul {
    margin: 0 0 15px
  }
  .top-page .layout-tour .search-form__container ul li {
    width: 32%;
    float: left;
    margin: 0 5px 0 0
  }
  .top-page .layout-tour .search-form__container ul li:nth-child(4) {
    margin: 0 5px 0 0
  }
  .top-page .layout-tour .search-form__container ul li:nth-child(3),
  .top-page .layout-tour .search-form__container ul li:nth-child(6) {
    margin: 0
  }
  .top-page .layout-tour .search-form__container ul li label {
    width: 100%;
    padding-bottom: 50%;
    height: auto;
    margin: 0
  }
  .top-page .layout-tour .search-form__container .search-form__form-text {
    border-top: 1px solid #c6c6c6;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 30px 0 0;
    text-align: center
  }
  .top-page .layout-tour .search-form__container .search-form__form-title {
    font-weight: 700;
    margin: 0 0 15px
  }
  .top-page .layout-tour .search-form__container select {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px
  }
  .top-page .layout-tour .search-form__container .button-group {
    margin: 30px 0 0
  }
  .top-page .layout-banner {
    padding: 30px 0
  }
  .top-page .layout-banner ul {
    padding: 0 10px
  }
  .top-page .layout-banner ul li {
    width: 100%;
    margin: 0 0 15px
  }
}
.page-error dd,
.page-error dt {
  margin: 0 0 40px
}
.page-error {
  font-size: .78125rem;
  padding: 80px 0 0;
  text-align: center
}
.page-error dt {
  font-size: 1.875rem
}
@media only screen and (max-width:768px) {
  .page-error dd,
  .page-error dt {
    margin: 0 0 40px
  }
  .page-error {
    font-size: .6875rem;
    padding: 30px 20px 0;
    text-align: center
  }
  .page-error dt {
    font-size: 1rem
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 8888;
  -webkit-transition: all .18s;
  -o-transition: all .18s;
  transition: all .18s;
  background: rgba(255, 255, 255, .9)
}
.site-header__header-container,
.site-header__logo {
  -webkit-transition: all .18s;
  -o-transition: all .18s
}
.site-header a {
  text-decoration: none
}
.site-header__header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  transition: all .18s;
  margin: 0 auto;
  width: 93%;
  position: relative
}
@media only screen and (min-width:769px) {
  .site-header__header-container {
    max-width: 1040px
  }
}
@media only screen and (max-width:768px) {
  .site-header__header-container {
    max-width: 100%;
    width: 100%
  }
}
.site-header__logo {
  margin-right: 30px;
  transition: all .18s
}
.site-header__logo img {
  width: 194px;
  height: 42px
}
.site-header__search-btn {
  display: none
}
.site-header .header-navi {
  font-size: .75rem;
  display: flex;
  -webkit-transition: all .18s;
  -o-transition: all .18s;
  transition: all .18s;
  position: absolute;
  right: 0;
  top: 7px;
}
.site-header .header-navi__search {
  position: relative
}
.site-header .heade-navi__tourtype {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  height: 56px;
  padding: 0 10px 0 40px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  margin: 5px 10px 0 0;
  background: url(../images/common/icon_blk_search.png) left 10px center no-repeat;
  background-size: 24px 24px;
  background-color: #fcef38;
}
.site-header .heade-navi__tourtype:hover {
  text-decoration: none
}
.site-header .header-navi__search-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  margin: 4px 0 0;
  background-color: #fcef38;
}
.site-header .header-navi__search-toggle:hover {
}
.site-header .header-navi__search-toggle .navi-button {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  z-index: 9999
}
.site-header .header-navi__search-toggle .navi-button span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 10%;
  width: 90%;
  height: 3px;
  background-color: #000;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}
.site-header .header-navi__search-toggle .navi-button span:nth-of-type(1) {
  top: 3px
}
.site-header .header-navi__search-toggle .navi-button span:nth-of-type(2) {
  top: 11px
}
.site-header .header-navi__search-toggle .navi-button span:nth-of-type(3) {
  top: 19px
}
@media only screen and (max-width:768px) {
  .site-header .header-navi__search-toggle .navi-button span {
    width: 70%;
    left: 15%
  }
  .site-header .header-navi__search-toggle .navi-button span:nth-of-type(1) {
    top: 5px
  }
  .site-header .header-navi__search-toggle .navi-button span:nth-of-type(2) {
    top: 11px
  }
  .site-header .header-navi__search-toggle .navi-button span:nth-of-type(3) {
    top: 17px
  }
}
.site-header .header-navi__search-toggle .header-navi__name {
  position: absolute;
  font-weight: 700;
  bottom: 8px;
  font-size: .5rem;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  left: 10px;
  width: 50px;
  display: block
}
.site-header .header-navi__search-toggle.close {
  background-color: #f7f7f7
}
.site-header .header-navi__search-toggle.close .navi-button span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 14px
}
.site-header .header-navi__search-toggle.close .navi-button span:nth-of-type(2) {
  display: none
}
.site-header .header-navi__search-toggle.close .navi-button span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px
}
.site-header .header-navi__list {
  display: none;
  position: absolute;
  top: 80px;
  right: 0;
  width: 400px;
  list-style: none;
  padding: 30px;
  margin: 0;
  background-color: #f7f7f7;
  z-index: 9999
}
.site-header .header-navi__item a {
  display: block;
  color: #000;
  padding: 20px 30px;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
　font-size: 12px;
}
.site-header .header-navi__item a:hover {
  text-decoration: none;
  background-color: #ededed
}
.site-header .header-navi__item a .icon-link {
  margin: 0 0 0 20px
}
.site-header .header-navi__item a .arrow-link {
  padding: 0
}
.site-header .header-navi__item a .arrow-link .link-arrow-right {
  position: absolute;
  right: 0;
  top: -10px
}
.site-header .header-navi__item.my-page {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6
}
@media only screen and (max-width:768px) {
  .site-header,
  .site-header__header-container {
    height: 50px
  }
  .nav-page main {
    padding: 94px 0 0
  }
  .site-header .header-h1 {
    display: none
  }
  .site-header__logo {
    margin: 3px 0 3px 20px;
    -webkit-transition: all .18s;
    -o-transition: all .18s;
    transition: all .18s
  }
  .site-header__logo img {
    width: auto;
    height: 30px
  }
  .site-header__search-btn {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 7px;
    right: 54px;
    background: 0 0;
    border: 1px solid #ccc;
    padding: 5px 64px 6px 8px;
    border-radius: 5px
  }
  .site-header .header-navi__search-toggle.close,
  .site-header .header-navi__search-toggle:hover {
    background-color: transparent
  }
  .site-header__search-text {
    margin: 0 0 20px;
    font-weight: 700;
    position: absolute;
    top: 8px;
    right: 6px
  }
  .site-header .header-navi {
    font-size: .625rem
  }
  .site-header .heade-navi__tourtype {
    font-size: 14px;
    height: 38px;
    padding: 0 7px 0 26px;
    margin: 0 6px 0 0;
    background-size: 16px 16px;
    background-position: left 6px center
  }
  .site-header .header-navi__search-toggle {
    height: 34px;
    padding: 2px 7px;
    margin: 0 6px 0 0
  }
  .site-header .header-navi__search-toggle .header-navi__name {
    bottom: 1px;
    font-size: .625rem;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    left: 0
  }
  .site-header .header-navi__search-toggle.close .navi-button span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px
  }
  .site-header .header-navi__search-toggle.close .navi-button span:nth-of-type(2) {
    display: none
  }
  .site-header .header-navi__search-toggle.close .navi-button span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px
  }
  .site-header .header-navi__list {
    top: 45px;
    width: 300px;
    padding: 10px
  }
  .site-header .header-navi__item a {
    padding: 12px
  }
  .site-header .header-navi__item a .icon-link {
    margin: 0 0 0 20px
  }
}
.site-search-navi,
.site-search-navi ul {
  position: relative
}
.site-footer a {
  color: #fff;
  text-decoration: none
}
.site-footer__footer-pagetop {
  margin: 20px auto 0;
  width: 98%;
  text-align: right
}
@media only screen and (min-width:769px) {
  .site-footer__footer-pagetop {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .site-footer__footer-pagetop {
    max-width: 100%;
    width: 100%
  }
}
.site-footer__footer-pagetop a {
  text-decoration: none;
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  cursor: pointer;
  right: 10px
}
.site-footer__footer-pagetop a i.icon.link-arrow-top {
  right: 13px
}
.site-footer__footer-breadcrumbs {
  margin: 0 auto;
  width: 98%
}
@media only screen and (min-width:769px) {
  .site-footer__footer-breadcrumbs {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .site-footer__footer-breadcrumbs {
    max-width: 100%;
    width: 100%
  }
}
.site-footer__footer-contents {
  padding: 12px 0;
  background-color: #f7f7f7
}
.site-footer__copyright {
  font-size: .75rem;
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 20px 0
}
.site-footer .footer-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.site-footer .footer-breadcrumbs__item {
  font-size: .75rem;
  color: #c6c6c6;
  margin-bottom: .8em;
  display: inline-block;
  padding: 0 10px 0 0
}
.site-footer .footer-breadcrumbs__item:not(:last-child):after {
  content: " > ";
  vertical-align: middle;
  padding: 0 0 5px 10px
}
.site-footer .footer-breadcrumbs__item a {
  color: #333
}
.site-footer .footer-breadcrumbs__item a:hover {
  text-decoration: underline
}
.site-footer .footer-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.site-footer .footer-navi__list {
  margin: 0 auto;
  width: 98%
}
@media only screen and (min-width:769px) {
  .site-footer .footer-navi__list {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .site-footer .footer-navi__list {
    max-width: 100%;
    width: 100%
  }
}
.site-footer .footer-navi__item {
  font-size: .875rem;
  color: #333;
  display: inline-block;
  width: 14.19%;
  text-align: center;
  float: left
}
.site-footer .footer-navi__item:last-child {
  border: none
}
.site-footer .footer-navi__item a {
  color: #333;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 8px 0;
  border-right: 1px solid #c6c6c6;
  display: inline-block;
  width: 100%
}
.site-footer .footer-navi__item a:hover {
  text-decoration: none;
  border-color: #e4e3e2;
  background-color: #e4e3e2
}
.site-footer .footer-navi__link-arrow {
  display: none
}
.site-footer .footer-company {
  background-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0
}
.site-footer .footer-company__list {
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  width: 1040px;
  padding: 0 0 15px
}
.site-footer .footer-company__item {
  font-size: .875rem;
  color: #fff;
  margin-bottom: .8em;
  padding: 4px 20px;
  display: inline-block
}
.site-footer .footer-company__item:nth-child(2) {
  padding: 0 20px 0 0
}
.site-footer .footer-company__item:first-child {
  float: right
}
.site-footer .footer-company__item:first-child a {
  background-image: url(../images/common/icon_tel.png);
  background-position: left;
  background-repeat: no-repeat;
  padding: 4px 0 4px 30px
}
.site-footer .footer-company__item a {
  color: #fff
}
.site-footer .footer-company__item a:hover {
  text-decoration: underline
}
.site-footer .footer-share {
  background-color: #000
}
.site-footer .footer-share__list {
  text-align: center
}
.site-footer .footer-share__item {
  display: inline-block;
  margin-left: 15px
}
.site-footer .footer-share__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.site-footer .footer-share__item a:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
@media only screen and (max-width:768px) {
  .site-footer__footer-pagetop {
    margin: 20px auto 0;
    width: 98%
  }
}
@media only screen and (max-width:768px) and (min-width:769px) {
  .site-footer__footer-pagetop {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) and (max-width:768px) {
  .site-footer__footer-pagetop {
    max-width: 100%;
    width: 100%
  }
}
@media only screen and (max-width:768px) {
  .site-footer__footer-breadcrumbs {
    margin: 0 auto;
    width: 98%
  }
}
@media only screen and (max-width:768px) and (min-width:769px) {
  .site-footer__footer-breadcrumbs {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) and (max-width:768px) {
  .site-footer__footer-breadcrumbs {
    max-width: 100%;
    width: 100%
  }
}
@media only screen and (max-width:768px) {
  .site-footer__footer-breadcrumbs ul {
    padding: 0 10px
  }
  .site-footer__footer-contents {
    padding: 10px 0
  }
  .site-footer__copyright {
    font-size: .5625rem
  }
  .site-footer .footer-breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .site-footer .footer-breadcrumbs__item {
    font-size: .6875rem;
    color: #c6c6c6;
    margin-bottom: .8em;
    display: inline-block;
    padding: 0 10px 0 0
  }
  .site-footer .footer-breadcrumbs__item:not(:last-child):after {
    content: " > ";
    vertical-align: middle;
    padding: 0 0 5px 10px
  }
  .site-footer .footer-breadcrumbs__item a {
    color: #333
  }
  .site-footer .footer-breadcrumbs__item a:hover {
    text-decoration: underline
  }
  .site-footer .footer-navi ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .site-footer .footer-navi__item {
    font-size: .6875rem;
    width: 24.7%;
    margin: 0 0 5px
  }
  .site-footer .footer-navi__item:nth-child(4) a {
    border: none
  }
  .site-footer .footer-navi__item:nth-child(5),
  .site-footer .footer-navi__item:nth-child(6),
  .site-footer .footer-navi__item:nth-child(7) {
    margin: 0
  }
  .site-footer .footer-navi__item a {
    padding: 5px 0
  }
  .site-footer .footer-company {
    padding: 20px 0
  }
  .site-footer .footer-company__list {
    margin: 0 10px;
    text-align: center;
    padding: 0 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .site-footer .footer-company__item {
    font-size: .6875rem;
    padding: 0 10px
  }
  .site-footer .footer-company__item:first-child {
    display: block;
    width: 100%;
    margin: 0 0 20px
  }
}
.site-global-navi {
  background-color: #f7f7f7;
  padding: 12px 0;
  width: 100%
}
.site-global-navi a {
  color: #000;
  text-decoration: none
}
.site-global-navi__mask {
  margin: 0 auto;
  width: 98%;
  overflow-x: auto;
  overflow: hidden;
  -webkit-overflow-scrolling: touch
}
@media only screen and (min-width:769px) {
  .site-global-navi__mask {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .site-global-navi__mask {
    max-width: 100%;
    width: 100%
  }
}
.site-global-navi__list {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center
}
.site-global-navi__item {
  font-size: .875rem;
  color: #333;
  display: table-cell
}
.site-global-navi__item:last-child {
  border: none
}
.site-global-navi__item a {
  color: #333;
  border-right: 1px solid #c6c6c6;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 8px 0;
  display: inline-block;
  width: 100%
}
.site-global-navi__item a:hover {
  text-decoration: none;
  border-color: #e4e3e2;
  background-color: #e4e3e2
}
.site-search-navi {
  background-color: #f7f7f7;
  padding: 20px 0;
  border-bottom: 1px solid #fff
}
.site-search-navi__container {
  position: relative;
  margin: 0 auto;
  width: 98%
}
@media only screen and (min-width:769px) {
  .site-search-navi__container {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) {
  .site-search-navi__container {
    max-width: 100%;
    width: 100%
  }
}
.site-search-navi a {
  color: #000;
  text-decoration: none
}
.site-search-navi__list {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.site-search-navi__item {
  font-size: .75rem;
  color: #333;
  display: inline-block;
  text-align: center;
  float: left
}
.research-list,
.site-search-navi .research-area ul {
  background-color: #f7f7f7;
  display: none
}
.site-search-navi__item:first-child {
  border-right: 1px solid #c6c6c6;
  font-weight: 700;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0
}
.site-search-navi__item a {
  color: #333;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 5px 20px
}
.site-search-navi .research-area {
  cursor: pointer;
  width: 20px;
  height: 13px;
  position: absolute;
  border-left: 1px solid #c6c6c6;
  right: 5px;
  padding: 5px 0 0 15px;
  top: 0
}
.site-search-navi .research-area .arrow-link {
  padding: 0
}
.research-list {
  font-size: .75rem
}
.research-list__container li {
  padding: 20px 0;
  border-bottom: 1px solid #fff
}
.research-list__container .research-list__off,
.research-list__container .research-list__off dt {
  color: #c6c6c6
}
.research-list__container dl {
  margin: 0 auto;
  width: 98%;
  position: relative
}
@media only screen and (min-width:769px) {
  .research-list__container dl {
    max-width: 1060px
  }
}
.research-list__container dl dt {
  color: #797576;
  font-size: .625rem;
  margin: 0 0 7px
}
.research-list__container dl dd {
  font-weight: 700
}
.research-list__container dl .button__link {
  position: absolute;
  right: 0;
  top: 0;
  padding: .8em 1.5em
}
@media only screen and (max-width:768px) {
  .research-list__container dl,
  .site-global-navi__mask {
    width: 100%;
    max-width: 100%
  }
  .site-global-navi {
    padding: 10px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    width: 100%
  }
  .site-global-navi__mask {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .site-global-navi__mask::-webkit-scrollbar {
    display: none
  }
  .site-global-navi__item {
    font-size: .6875rem;
    display: table-cell;
    white-space: nowrap;
    width: 100px
  }
  .site-global-navi__item a {
    padding: 5px 0
  }
  .site-search-navi {
    background-color: #f7f7f7;
    padding: 15px 10px
  }
  .site-search-navi a {
    color: #000;
    text-decoration: none
  }
  .site-search-navi ul {
    position: relative
  }
  .site-search-navi__list {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 98%
  }
}
@media only screen and (max-width:768px) and (min-width:769px) {
  .site-search-navi__list {
    max-width: 1060px
  }
}
@media only screen and (max-width:768px) and (max-width:768px) {
  .site-search-navi__list {
    max-width: 100%;
    width: 100%
  }
}
@media only screen and (max-width:768px) {
  .site-search-navi__item {
    font-size: .625rem;
    color: #333;
    float: left
  }
  .site-search-navi__item:first-child {
    border-right: 1px solid #c6c6c6;
    font-weight: 700;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    width: 50%
  }
  .site-search-navi__item:nth-child(2) {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 25%
  }
  .site-search-navi__item a {
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 5px 20px
  }
  .site-search-navi .research-area {
    right: 0;
    top: 0
  }
  .research-list {
    font-size: .6875rem
  }
  .research-list__container li {
    padding: 10px
  }
  .research-list__container dl dt {
    margin: 0 0 5px
  }
}
.side-area .search-form__box,
.side-area p {
  margin: 0 0 10px
}
.side-area {
  font-size: .75rem;
  width: 20%;
  background: #fff;
  position: absolute;
  z-index: 9999;
  -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, .1);
  box-shadow: 3px 0 3px rgba(0, 0, 0, .1)
}
.side-area.is_fixed {
  position: fixed;
  bottom: 0
}
.side-area p {
  font-weight: 700
}
.side-area .search-form__box:after,
.side-area .search-form__box:before {
  content: '';
  display: table
}
.side-area .search-form__form-line {
  display: block;
  float: left;
  margin: 12px 5px 0 0
}
.side-area .tour-type__label ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.side-area .tour-type__label ul li {
  width: 49%
}
.side-area .tour-type__label ul li label {
  width: 100%;
  padding-bottom: 50%
}
.side-area .btn-area {
  text-align: center;
  margin: 20px 0 0
}
.side-area .button__link {
  width: 80%
}
.side-area select {
  width: 100%;
  margin: 0 0 10px
}
.side-area .search-form__flex:after,
.side-area .search-form__flex:before {
  content: '';
  display: table
}
.side-area .form-schedule1,
.side-area .form-schedule2,
.side-area .form-schedule3 {
  width: 31%
}
.side-area .form-price1,
.side-area .form-price2 {
  width: 40%
}
.side-area img {
  width: 60%
}
.side-area .side-area__logo {
  padding: 30px 0 20px;
  margin: 0 20px;
  text-align: center;
  border-bottom: 1px solid #ededed
}
.side-area .search-form__container {
  padding: 25px
}
.side-area .tour-cord__container {
  background-color: #ededed;
  padding: 20px
}
.side-area .tour-cord__container .btn-area {
  margin: 0
}
.side-area .tour-cord__container input {
  width: 100%;
  margin: 0 0 20px
}
.side-area .form-price1,
.side-area .form-price2,
.side-area .form-schedule1,
.side-area .form-schedule2,
.side-area .form-schedule3 {
  float: left;
  margin: 0 5px 10px 0
}
@media only screen and (max-width:768px) {
  .top-page .layout-modal .search-form__container,
  .top-page .layout-modal .side-area .tour-cord__container input {
    margin: 0 0 30px
  }
  .side-area {
    display: none
  }
  .top-page .layout-modal .button__close {
    top: 0
  }
  .top-page .layout-modal .side-area {
    display: block;
    width: 100%;
    padding: 0 0 100px
  }
  .top-page .layout-modal .side-area img {
    width: 35%
  }
}
