@charset "utf-8";

/* CSS Document */

.nopc{
  display: none;
}

body {
    font-size: 1.4rem;
    font-size: 14px;
    word-wrap: break-word
}

#content_wrap {
    background: none!important
}

#titlebox {
    width: 100%;
    height: 400px;
    background: url("../img/mv_pc.jpg") no-repeat center top;
    padding-top: 265px;
    box-sizing: border-box
}

#titlebox .intro {
    width: 960px;
    margin: 0 auto 30px;
    padding: 1.0em 2.0em;
    background: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
}

#contentbox {
    width: 100%;
}

section {
    padding-bottom: 50px;
}

.pc header section {
    padding-bottom: 0!important
}

section:nth-child(2) {
    padding-top: 30px;
}

section#search {
    padding-top: 30px;
    background: url("../img/bg_search.jpg") repeat
}

section#hok {
    background: url("../img/bg_hok.jpg") repeat;
}

section#oka {
    background: url("../img/bg_oka.jpg") repeat;
}

section#kyu {
    background: url("../img/bg_kyu.jpg") repeat;
}

section#tyo {
    background: url("../img/bg_tyo.jpg") repeat;
}

section#chu {
    background: url("../img/bg_chu.jpg") repeat;
}

.innerbox {
    width: 960px;
    margin: auto
}

h3.headline {
    margin: 0 auto 20px;
    color: #ae2e30;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
}

#search_flight {
    background: rgba(255, 255, 255, 0.75)!important
}

p.dest_intro {
    text-align: center;
}

ul.nav_dest {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}

ul.nav_dest>li {
    width: 180px;
}

ul.nav_dest>li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding: 1.0em;
    border-radius: 8px;
    position: relative
}

ul.nav_dest>li:first-child a {
    background: #73874c
}

ul.nav_dest>li:nth-child(2) a {
    background: #f26839
}

ul.nav_dest>li:nth-child(3) a {
    background: #f3b522
}

ul.nav_dest>li:nth-child(4) a {
    background: #a15a11
}

ul.nav_dest>li:last-child a {
    background: #de777a
}

ul.nav_dest>li a:after {
  content: "";
  background: url("../img/arrow_down.png") no-repeat center center / contain;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

section>h4 {
    padding: 0.5em;
    margin-bottom: 50px;
}

h4>span {
    display: block;
    width: 960px;
    margin: auto;
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    text-align: center
}

section#hok>h4 {
    background: #73874c;
}

section#oka>h4 {
    background: #f26839;
}

section#kyu>h4 {
    background: #f3b522;
}

section#tyo>h4 {
    background: #a15a11;
}

section#chu>h4 {
    background: #de777a;
}

.destbox {
    width: 960px;
    margin: 0 auto 50px;
    padding: 20px 60px;
    background: #FFF;
    box-sizing: border-box
}

.destbox.dest_hok {
    border-top: 6px solid #73874c
}

.destbox.dest_oka {
    border-top: 6px solid #f26839
}

.destbox.dest_kyu {
    border-top: 6px solid #f3b522
}

.destbox.dest_tyo {
    border-top: 6px solid #a15a11
}

.destbox.dest_chu {
    border-top: 6px solid #de777a
}


.sub_spot{
  display: flex;
  gap: 24px;
  align-items: center;  
}

h5.sub_spot span {
    font-size: 26px;
    font-weight: bold;
}

h5.sub_spot.sub_spot_hok span {
    color: #73874c
}

h5.sub_spot.sub_spot_oka span {
    color: #f26839
}

h5.sub_spot.sub_spot_kyu span {
    color: #f3b522
}

h5.sub_spot.sub_spot_tyo span {
    color: #a15a11
}

h5.sub_spot.sub_spot_chu span {
    color: #de777a
}

h5.sub_spot .spot_tag {
  border: 2px solid #666;
  border-right: none;
  padding: 10px 30px 10px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  display: flex;
  align-items: center;
  position: relative;
}
h5.sub_spot .spot_tag::before{
  content: "";
  width: 20px;
  height: 54px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #666;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}
h5.sub_spot .spot_tag::after{
  content: "";
  width: 20px;
  height: 54px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #FFF;
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  margin: auto
}

ul.spot_slider {
    margin: 40px auto;
}

ul.spot_slider>li>span {
    display: block;
    margin: 0.5em 0;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 50
}

.prev-arrow {
    left: 0px;
}

.next-arrow {
    right: 0px;
}

p.spot_img {
    margin: 40px auto;
}

p.spot_img .caption {
    display: block;
    margin: 0.5em 0;
}

p.spot_txt {
    margin: 20px auto;
    line-height: 1.5
}

ul.spot_info {
    border: 1px solid #cccccc;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

ul.spot_info>li {
    width: 380px;
}

ul.spot_info>li.long {
    width: 800px;
    margin-bottom: 10px;
}

ul.spot_info>li dl.spot_info_txt {
    display: table;
    table-layout: fixed;
    height: 55px;
}

ul.spot_info>li dl.spot_info_txt dt {
    display: table-cell;
    width: 60px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    border-right: 2px solid #cccccc;
    padding: 5px 20px 5px 0;
}

ul.spot_info>li dl.spot_info_txt dd {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0 5px 20px;
    font-size: 12px;
}

ul.spot_info>li dl.spot_info_txt dd span {
    font-size: 14px;
    font-weight: bold
}

.link_area {
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

p.link_area_button {
    width: 460px;
    margin-bottom: 20px;
}

p.link_area_button.long {
    width: 600px;
}

p.link_area_button a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 46px;
    background: url(../img/arrow_right.png) no-repeat 90% center;
    background-size: 10px 15px;
    border-radius: 10px;
}

p.link_area_button.hok_button a {
    background-color: #73874c
}

p.link_area_button.oka_button a {
    background-color: #f26839
}

p.link_area_button.kyu_button a {
    background-color: #f3b522
}

p.link_area_button.tyo_button a {
    background-color: #a15a11
}

p.link_area_button.chu_button a {
    background-color: #de777a
}

p.link_area_button a:hover {
    opacity: 0.8
}

p.search_link {
    width: 50%;
    margin: 50px auto;
}

p.search_link>a {
    display: block;
    background: url("../img/arrow_up.png") no-repeat 96% center #ae2e30;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 46px;
    border-radius: 10px
}

p.search_link>a:hover {
    opacity: 0.8
}

#back-to-top {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 500;
}

#searchwrap {
    width: 900px;
    box-sizing: border-box;
    position: relative;
    margin: auto;
}

#searchbox {
    background: rgba(0, 0, 0, 0.6);
    padding-bottom: 10px;
}