@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 768px) {
  /*
		mainvisual
	------------------------------- */
  #main_visual_outer.inner {
    width: auto;
  }
  #main_visual {
    width: 980px;
    margin: 0 auto 30px;
  }
  #main_visual:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  #main_visual .inner {
    position: relative;
  }
  #main_visual #flight {
    float: left;
    width: 219px;
    padding: 12px 20px 20px;
    background: #4078d1 url(/img/flight_bg.png) no-repeat 0 0;
  }
  #main_visual #flight h2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  #main_visual #flight #flight_btn {
    overflow: hidden;
    margin-bottom: 6px;
  }
  #main_visual #flight #flight_btn li {
    width: 107px;
  }
  #main_visual #flight #flight_btn li:first-of-type {
    float: left;
  }
  #main_visual #flight #flight_btn li:last-of-type {
    float: right;
  }
  #main_visual #flight #flight_area {
    overflow: hidden;
    margin-bottom: 3px;
  }
  #main_visual #flight #flight_area li {
    width: 107px;
    margin-bottom: 5px;
    background: #7596cf;
  }
  #main_visual #flight #flight_area li:nth-of-type(odd) {
    float: left;
  }
  #main_visual #flight #flight_area li:nth-of-type(even) {
    float: right;
  }
  #main_visual #flight #flight_area li.none {
    height: 32px;
  }
  #main_visual #flight #flight_area li a {
    display: block;
    /* width: 79px; */
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 6px 0 5px 28px;
    background: #1e51a2 url(/img/flight_area_mark.png) no-repeat 10px center;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
  }
  #main_visual #flight #flight_area li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  #main_visual #flight #flight_area li img {
    margin: 5px 8px 0 0;
  }
  #main_visual #flight #flight_area li span {
    font-size: 12px;
  }
  #main_visual #flight dt {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  #main_visual #flight dd li {
    margin-bottom: 3px;
  }
  #main_visual #flight dd li:last-of-type {
    margin-bottom: 0;
  }
  #main_visual #flight dd li a {
    display: block;
    padding: 5px 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main_visual #flight dd li a img {
    width: 100%;
  }
  #main_visual #keyvisual {
    position: relative;
    z-index: 1;
    float: right;
    width: 688px;
    padding: 1px 6px 24px;
    background: #fff;
    -webkit-box-shadow: 0 0 7px #bbb;
    box-shadow: 0 0 7px #bbb;
  }
  #main_visual #keyvisual .bx-wrapper {
    margin-bottom: 0;
  }
  #main_visual #keyvisual .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #main_visual #keyvisual .bx-wrapper .bx-pager {
    bottom: -20px;
  }
  #main_visual #keyvisual .bx-wrapper .bx-pager.bx-default-pager a {
    width: 9px;
    height: 9px;
    background: #ccc;
    border-radius: 0;
  }
  #main_visual #keyvisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
  #main_visual #keyvisual .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1e51a2;
  }
  #main_visual #keyvisual .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
  }
  #main_visual #keyvisual .bx-wrapper .bx-prev {
    left: -12px;
    background: url(/common/img/arrow_middle_prev.png) no-repeat 0 0;
  }
  #main_visual #keyvisual .bx-wrapper .bx-next {
    right: -12px;
    background: url(/common/img/arrow_middle_next.png) no-repeat 0 0;
  }
  #main_visual #onepoint {
    position: absolute;
    top: 79px;
    right: 0;
  }
  #main_visual #onepoint .ballon {
    position: absolute;
  }
  #main_visual #onepoint .ballon {
    top: 140px;
    left: -4px;
  }
  #main_visual #onepoint .airframe {
    top: 143px;
    left: -142px;
    z-index: 2;
  }
  /*
		nav
	------------------------------- */
  #gnav {
    margin-bottom: 30px;
  }
  #gnav ul {
    overflow: hidden;
    width: 981px;
  }
  #gnav li {
    float: left;
    width: 129px;
    height: 113px;
    background: url(/img/menu_bg.png) no-repeat 0 0;
    margin-right: 13px;
    -webkit-box-shadow: 0 0 7px #bbb;
    box-shadow: 0 0 7px #bbb;
  }
  #gnav li:last-of-type {
    margin-right: 0;
  }
  #gnav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #1e50a2;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  #gnav li a img {
    padding-top: 18px;
    padding-bottom: 12px;
  }
  #gnav li a span {
    display: block;
  }
  /*
		topics
	------------------------------- */
  #topics {
    margin-bottom: 30px;
  }
  #topics .inner {
    overflow: hidden;
    background: #333;
    padding: 5px 0;
  }
  #topics h2,
  #topics .list {
    float: left;
  }
  #topics h2 {
    width: 107px;
    height: 30px;
    text-align: center;
    padding-top: 10px;
  }
  #topics h2 img {
    vertical-align: middle;
  }
  #topics .list {
    overflow: hidden;
    width: 873px;
    height: 40px;
    background: #222;
  }
  #topics .list .title {
    float: left;
    width: 821px;
    padding-left: 22px;
  }
  #topics .list .title li {
    height: 29px;
    padding-top: 11px;
  }
  #topics .list .title li a {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #topics .list .arrow {
    float: left;
    position: relative;
    width: 30px;
    height: 100%;
    background: #333;
  }
  #topics .list .arrow li {
    cursor: pointer;
    position: absolute;
    height: 12px;
  }
  #topics .list .arrow li.prev {
    top: 0;
  }
  #topics .list .arrow li.next {
    bottom: 0;
  }
  /*
		contents
	------------------------------- */
  /* information */
  #contents #information .inner {
    padding-bottom: 28px;
    border-bottom: solid 1px #1e51a2;
    margin-bottom: 28px;
  }
  #contents #information h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  #contents #information h2 img {
    margin-bottom: 6px;
  }
  #contents #information h2 span {
    display: block;
    color: #1e51a2;
    font-size: 34px;
    line-height: 1;
  }
  #contents #information h2 span.phonetic {
    font-size: 11px;
  }
  #contents #information .bx-wrapper .bx-viewport {
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  #contents #information .bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  #contents #information .bx-wrapper .bx-controls-direction .bx-prev {
    left: -85px;
    background: url(/img/arrow_large_prev.png) no-repeat 0 0;
  }
  #contents #information .bx-wrapper .bx-controls-direction .bx-next {
    right: -85px;
    background: url(/img/arrow_large_next.png) no-repeat 0 0;
  }
  #contents #information .list li {
    float: left;
    width: 230px;
    margin-right: 20px;
  }
  #contents #information .list li a {
    display: block;
    color: #333;
    font-size: 12px;
    padding-bottom: 18px;
  }
  #contents #information .list li a:hover {
    background: #ffea5b;
  }
  #contents #information .list li .img {
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
  }
  #contents #information .list li .flag-end {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    color: #fff;
    background-color: #1e50a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
  }
  #contents #information .list li a:hover .img {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #contents #information .list li a .img img {
    max-width: 100%;
    margin: 0 auto;
    height: 144px;
  }
  #contents #information .list li .txt {
    padding-left: 4px;
  }
  #contents #information .list li a:hover .txt {
    padding-right: 5px;
  }
  #contents #information .list li .date {
    float: left;
    color: #1e50a2;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    margin-bottom: 12px;
  }
  #contents #information .list li .cate {
    float: right;
    min-width: 54px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 2px 9px;
    background: #1e51a2;
    margin-bottom: 12px;
  }
  #contents #information .list li .cate.-important {
    color: #333333;
    background: #eac657;
  }
  #contents #information .list li .cate.-news {
    background: #ffa530;
  }
  #contents #information .list li .cate.-event {
    background: #8cce8c;
  }
  #contents #information .list li .title {
    clear: both;
  }
  #contents #information .infoCat_tabGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #1e51a2;
    height: 40px;
  }
  #contents #information .infoCat_tab {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 33.06122%;
    height: 32px;
    padding-top: 3px;
    color: #1e50a2;
    background-color: #e1e9f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contents #information .infoCat_tab.current {
    height: 40px;
  }
  #contents #information .infoCat_tab:hover,
  #contents #information .infoCat_tab.current {
    color: #e1e9f6;
    background-color: #1e50a2;
  }
  #contents #information .infoCat_tab:hover i::after,
  #contents #information .infoCat_tab.current i::after {
    opacity: 0;
  }
  #contents #information .infoCat_tab i {
    display: block;
    width: 22px;
    height: 18px;
    margin-right: 8px;
    position: relative;
  }
  #contents #information .infoCat_tab i::before,
  #contents #information .infoCat_tab i::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #contents #information .infoCat_tab i::after {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #contents #information .infoCat_tab.-all i::before {
    background-image: url(/img/icon-all_w.png);
  }
  #contents #information .infoCat_tab.-all i::after {
    background-image: url(/img/icon-all.png);
  }
  #contents #information .infoCat_tab.-important i::before {
    background-image: url(/img/icon-important_w.png);
  }
  #contents #information .infoCat_tab.-important i::after {
    background-image: url(/img/icon-important.png);
  }
  #contents #information .infoCat_tab.-news i::before {
    background-image: url(/img/icon-news_w.png);
  }
  #contents #information .infoCat_tab.-news i::after {
    background-image: url(/img/icon-news.png);
  }
  #contents #information .infoCat_panelGroup {
    margin-top: 23px;
  }
  #contents #information .infoCat_panel.current {
    display: block;
  }
  /* etc */
  #contents #etc {
    margin-bottom: 20px;
  }
  #contents #etc .inner {
    overflow: hidden;
    width: 981px;
    margin: 0 auto;
  }
  #contents #etc section {
    float: left;
    width: 313px;
    height: 314px;
    padding-top: 15px;
    margin-right: 21px;
  }
  #contents #etc section h2 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
  }
  /* etc - reserve */
  #contents #etc #reserve {
    position: relative;
    width: 283px;
    height: 299px;
    padding: 15px;
    background: url(/img/reserve_bg_240120.png) no-repeat 0 0;
  }
  #contents #etc #reserve h2 {
    padding-left: 0;
    margin-bottom: 8px;
  }
  .reserve-name {
    position: absolute;
    color: #fff;
    font-size: 12px;
  }
  .reserve-name:hover {
    opacity: 0.7;
  }
  .reserve-rishiri {
    top: 60px;
    right: 115px;
  }
  .reserve-okadama {
    color: #000;
    font-size: 16px;
    font-weight: bolder;
    top: 80px;
    left: 230px;
  }
  .reserve-kushiro {
    top: 130px;
    left: 260px;
  }
  .reserve-hakodate {
    top: 140px;
    right: 112px;
  }
  .reserve-misawa {
    top: 160px;
    left: 226px;
  }
  .reserve-shizuoka {
    top: 258px;
    left: 145px;
  }
  .reserve-matsumoto {
    top: 236px;
    left: 166px;
  }
  #contents #etc #reserve ul {
    /* width: 132px; */
  }
  #contents #etc #reserve li {
    /* margin-bottom: 5px; */
  }
  /* etc - access */
  #contents #etc #access {
    background: #57d2e3 url(/img/access_bg.png) no-repeat 0 0;
  }
  #contents #etc #access h2 {
    padding-left: 10px;
    margin-bottom: 22px;
  }
  #contents #etc #access p {
    margin-bottom: 30px;
  }
  #contents #etc #access .inner {
    width: auto;
    padding: 0 10px;
  }
  #contents #etc #access li {
    float: left;
    width: 96px;
    height: 135px;
    background: #fff;
    margin-right: 2px;
  }
  #contents #etc #access li:last-of-type {
    margin-right: 0;
  }
  #contents #etc #access li a {
    display: block;
    width: 100%;
    height: 123px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    padding-top: 12px;
  }
  #contents #etc #access li .icon {
    display: block;
    text-align: center;
    padding-bottom: 19px;
    background: url(/img/access_cont_arrow.png) no-repeat center bottom;
    margin-bottom: 12px;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
  }
  #contents #etc #access li a:hover .icon {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  #contents #etc #access li .txt {
    display: block;
    line-height: 1.2;
    padding-left: 16px;
    background: url(/img/access_cont_mark.png) no-repeat 0 2px;
    margin: 0 auto;
  }
  #contents #etc #access li.bus .txt {
    width: 62px;
  }
  #contents #etc #access li.car .txt,
  #contents #etc #access li.subway .txt {
    width: 66px;
  }
  /* etc - current */
  #contents #etc #current {
    background: #8cce8c;
    margin-right: 0;
  }
  #contents #etc #current h2 {
    margin-bottom: 14px;
  }
  #contents #etc #current .movie {
    overflow: hidden;
    position: relative;
    padding: 5px 6px;
    background: #fff;
    margin: 0 10px 15px;
  }
  #contents #etc #current .movie #ImgDisplay {
    width: 65%;
    margin: 0 auto 5px;
  }
  #contents #etc #current .movie #ImgDisplay img {
    width: 100%;
  }
  #contents #etc #current .movie .txt {
    overflow: hidden;
    line-height: 1.2;
    text-align: center;
    margin-left: 50px;
  }
  #contents #etc #current .movie .txt span {
    float: left;
  }
  #contents #etc #current .movie .txt a {
    float: right;
  }
  #contents #etc #current .movie .reload_btn {
    float: right;
  }
  #contents #etc #current .movie .reload_btn:hover {
    cursor: pointer;
  }
  #contents #etc #current .weather {
    width: 281px;
    height: 63px;
    background: #79ba79 url(/img/current_weather_mark.png) no-repeat 14px center;
    border: solid 2px #a4e1a4;
    margin: 0 auto;
  }
  #contents #etc #current .weather a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 16px 40px;
    background: url(/img/current_weather_btn_bg.png) no-repeat 183px center;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
  }
  #contents #etc #current .weather a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  /* expedition */
  #contents #expedition {
    text-align: center;
    margin-bottom: 23px;
  }
  #contents #expedition span {
    color: #1e51a2;
    font-size: 16px;
    font-weight: bold;
  }
  /* everyone */
  #contents #everyone {
    margin-bottom: 41px;
  }
  #contents #everyone .inner {
    overflow: hidden;
    width: 920px;
    padding: 20px 30px 33px 30px;
    background: #f1f3e5;
  }
  #contents #everyone h2 {
    color: #1e51a2;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #contents #everyone .cont {
    float: left;
  }
  #contents #everyone .cont:first-of-type {
    width: 459px;
    border-right: solid 1px #abaca5;
  }
  #contents #everyone .cont:last-of-type {
    width: 440px;
    padding-left: 20px;
  }
  #contents #everyone dl {
    width: 412px;
    color: #666;
  }
  #contents #everyone dl a {
    color: #666;
    text-decoration: underline;
  }
  #contents #everyone dl a:hover {
    text-decoration: none;
  }
  #contents #everyone dt {
    font-size: 14px;
    padding-left: 12px;
    background: url(/img/everyone_mark.png) no-repeat 0 center;
    margin-bottom: 6px;
  }
  #contents #everyone dd {
    font-size: 12px;
    padding-left: 12px;
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 767px) {
  /* contents
	*************************/
  #contents #summary {
    clear: both;
    text-align: center;
    padding: 2.1875% 0 2.34375%;
    background: #ffea5b;
  }
  #contents #summary img {
    width: 90.15625%;
    vertical-align: middle;
  }
  /* keyvisual */
  #contents #keyvisual .bx-wrapper {
    margin-bottom: 30px;
  }
  #contents #keyvisual .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
  }
  #contents #keyvisual .bx-wrapper .bx-controls-direction a {
    width: 22px;
    height: 22px;
    margin-top: -1%;
  }
  #contents #keyvisual .bx-wrapper .bx-controls-direction .bx-prev {
    left: 0;
    background: url(/sp/img/keyvisual_arrow_prev.png) no-repeat 0 0;
    background-size: 100%;
  }
  #contents #keyvisual .bx-wrapper .bx-controls-direction .bx-next {
    right: 0;
    background: url(/sp/img/keyvisual_arrow_next.png) no-repeat 0 0;
    background-size: 100%;
  }
  #contents #keyvisual .bx-wrapper .bx-pager,
  #contents #keyvisual .bx-wrapper .bx-controls-auto {
    bottom: -24px;
  }
  #contents #keyvisual .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 0;
  }
  #contents #keyvisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
  #contents #keyvisual .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1e51a2;
  }
  #contents #keyvisual li img {
    width: 100%;
  }
  /* flight */
  #contents #flight {
    overflow: hidden;
    padding: 5.333333333333333% 0 2px;
    background: #4078d1;
    /*background: #4078d1 url(/sp/img/flight_bg.png) no-repeat 0 0;*/
    background-size: 100%;
  }
  #contents #flight h2 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1.5%;
  }
  #contents #flight #flight_btn {
    overflow: hidden;
    margin-bottom: 15px;
  }
  #contents #flight #flight_btn li {
    width: 48%;
  }
  #contents #flight #flight_btn li:first-of-type {
    float: left;
  }
  #contents #flight #flight_btn li:last-of-type {
    float: right;
  }
  #contents #flight #flight_area {
    overflow: hidden;
    margin-bottom: 2px;
  }
  #contents #flight #flight_area li {
    width: 48.83333333333333%;
    margin-bottom: 10px;
  }
  #contents #flight #flight_area li:nth-of-type(odd) {
    float: left;
  }
  #contents #flight #flight_area li:nth-of-type(even) {
    float: right;
  }
  #contents #flight #flight_area li.none {
    height: 48px;
    background: #215cb9;
  }
  #contents #flight #flight_area li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    padding: 11px 0 10px 37px;
    background: #1e51a2 url(/sp/img/flight_area_mark.png) no-repeat 13px 16px;
    background-size: 15px;
  }
  #contents #flight #flight_area li a span {
    font-size: 14px;
  }
  #contents #flight dl dt {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  #contents #flight dl dd li {
    margin-bottom: 10px;
  }
  /* info_area */
  #contents #info_area {
    padding-top: 4.84375%;
    background: url(/sp/img/info_bg.png) no-repeat 0 0;
    background-size: 100%;
    margin-bottom: 20px;
  }
  /* topics */
  #contents #topics {
    overflow: hidden;
    margin-bottom: 4.6875%;
  }
  #contents #topics .inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px 5px;
    background: #333;
  }
  #contents #topics h2 {
    text-align: center;
    margin-bottom: 7px;
  }
  #contents #topics h2 img {
    width: 18.64406779661017%;
    vertical-align: middle;
  }
  #contents #topics .list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    height: 64px;
    padding: 0 1.525423728813559% 2px 0;
    background: #222;
  }
  #contents #topics .list .title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 94.32013769363167%;
    height: 62px;
    padding: 6px 7px 6px 8px;
  }
  #contents #topics .list .title li {
    overflow: hidden;
    height: 100%;
    margin-bottom: 6px;
  }
  #contents #topics .list .title li a {
    color: #fff;
    font-size: 10px;
  }
  #contents #topics .list .arrow {
    float: right;
  }
  #contents #topics .list .arrow li {
    position: absolute;
    right: 4px;
    width: 4.958691910499139%;
  }
  #contents #topics .list .arrow li.prev {
    top: 3px;
  }
  #contents #topics .list .arrow li.next {
    bottom: 2px;
  }
  #contents #topics .list .arrow li.next img {
    vertical-align: bottom;
  }
  /* information */
  #contents #information .inner {
    width: 96.875%;
  }
  #contents #information h2 {
    text-align: center;
    margin-bottom: 8px;
  }
  #contents #information h2 img {
    width: 6.451612903225806%;
    margin-bottom: 7px;
  }
  #contents #information h2 span {
    display: block;
    color: #1e51a2;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 2px;
  }
  #contents #information h2 span.phonetic {
    font-size: 10px;
  }
  #contents #information .list {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #contents #information .list li {
    width: 50%;
    margin-bottom: 12px;
  }
  #contents #information .list li:nth-child(n + 5) {
    display: none;
  }
  #contents #information .list li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: solid 5px transparent;
  }
  #contents #information .list li a:hover {
    background: #ffea5b;
    border: solid 5px #ffea5b;
  }
  #contents #information .list li .img {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
  }
  #contents #information .list li .flag-end {
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    color: #fff;
    background-color: #1e50a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    padding-bottom: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contents #information .list li .date {
    float: left;
    color: #1e50a2;
    font-size: 10px;
    font-weight: bold;
    padding-top: 3px;
    margin-bottom: 5px;
  }
  #contents #information .list li .cate {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    min-width: 60px;
    color: #fff;
    font-size: 10px;
    padding: 0 5px;
    background: #1e50a2;
    margin: 0 1px 5px 0;
  }
  #contents #information .list li .cate.-important {
    color: #333333;
    background: #eac657;
  }
  #contents #information .list li .cate.-news {
    background: #ffa530;
  }
  #contents #information .list li .cate.-event {
    background: #8cce8c;
  }
  #contents #information .list li .title {
    clear: both;
    color: #333;
    font-size: 10px;
  }
  #contents #information .more {
    width: 93.75%;
    margin: 0 auto;
  }
  #contents #information .more a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 15px 0 13px;
    background: #1e51a2;
  }
  #contents #information .infoCat_tabGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #1e51a2;
    height: 40px;
  }
  #contents #information .infoCat_tab {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 33.06122%;
    height: 32px;
    padding-top: 3px;
    color: #1e50a2;
    background-color: #e1e9f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contents #information .infoCat_tab.current {
    height: 40px;
  }
  #contents #information .infoCat_tab:hover,
  #contents #information .infoCat_tab.current {
    color: #e1e9f6;
    background-color: #1e50a2;
  }
  #contents #information .infoCat_tab:hover i::after,
  #contents #information .infoCat_tab.current i::after {
    opacity: 0;
  }
  #contents #information .infoCat_tab i {
    display: block;
    width: 22px;
    height: 18px;
    margin-right: 8px;
    position: relative;
  }
  #contents #information .infoCat_tab i::before,
  #contents #information .infoCat_tab i::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #contents #information .infoCat_tab i::after {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #contents #information .infoCat_tab.-all i::before {
    background-image: url(/img/icon-all_w.png);
  }
  #contents #information .infoCat_tab.-all i::after {
    background-image: url(/img/icon-all.png);
  }
  #contents #information .infoCat_tab.-important i::before {
    background-image: url(/img/icon-important_w.png);
  }
  #contents #information .infoCat_tab.-important i::after {
    background-image: url(/img/icon-important.png);
  }
  #contents #information .infoCat_tab.-news i::before {
    background-image: url(/img/icon-news_w.png);
  }
  #contents #information .infoCat_tab.-news i::after {
    background-image: url(/img/icon-news.png);
  }
  #contents #information .infoCat_panelGroup {
    margin-top: 23px;
  }
  #contents #information .infoCat_panel.current {
    display: block;
  }
  #contents #information .infoCat_tabGroup {
    margin: 0 5px;
  }
  #contents #information .infoCat_tab {
    font-size: 11.5px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contents #information .infoCat_tab.current {
    height: 44px;
  }
  #contents #information .infoCat_tab i {
    width: 16px;
    height: 14px;
    margin: 0 0 2px;
  }
  #contents #information .infoCat_panelGroup {
    margin-top: 1px;
  }
  /* reserve */
  #contents #reserve {
    position: relative;
    height: 0;
    padding-top: 4.0625%;
    padding-bottom: 76%;
    background: url(/sp/img/reserve_bg_240120.png) no-repeat 0 0;
    background-size: 100%;
  }
  /*#contents #reserve, #contents #access, #contents #current{position: relative;}
	#contents #reserve:after, #contents #access:after, #contents #current:after{
		position: absolute;
		top: 0;
		right: 0;
		width: 12.9%;
		overflow: hidden;
	}
	#contents #reserve:after{content: url(/sp/img/arrow_reserve.png);}
	#contents #access:after{content: url(/sp/img/arrow_access.png);}
	#contents #current:after{content: url(/sp/img/arrow_current.png);}*/
  #contents #reserve h2 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #contents #reserve ul li {
    /* width: 41.66666666666667%; */
    /* margin-bottom: 10px; */
  }
  /* access */
  #contents #access {
    height: 0;
    padding-top: 4.0625%;
    padding-bottom: 101.875%;
    background: #45cde0 url(/sp/img/access_bg.png) no-repeat 0 0;
    background-size: 100%;
  }
  #contents #access h2 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  #contents #access p {
    margin-bottom: 17px;
  }
  #contents #access li {
    float: left;
    width: 31.5%;
    margin-right: 2.666666666666667%;
  }
  #contents #access li:last-of-type {
    margin-right: 0;
  }
  #contents #access li a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 8.34391534391534%;
    padding-bottom: 110.1746031746032%;
    background: #fff;
  }
  #contents #access li span {
    display: block;
  }
  #contents #access li .icon {
    width: 57.14285714285714%;
    margin: 0 auto 6.349206349206349%;
  }
  #contents #access li .txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.359788%;
    color: #666;
    font-size: 14px;
    line-height: 1;
    padding-left: 16.4021164021164%;
    background: url(/sp/img/access_cont_mark.png) no-repeat 0 1px;
    background-size: 11.11111111111111%;
    margin: 0 auto;
  }
  /* current */
  #contents #current {
    padding-top: 4.0625%;
    padding-bottom: 6.40625%;
    background: #7fc97f;
    background-size: 100%;
    margin-bottom: 10px;
  }
  #contents #current h2 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #contents #current #movie {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 6px 6px 7px;
    background: #fff;
    margin: 0 auto 22px;
  }
  #contents #current #movie #ImgDisplay {
    margin-bottom: 5px;
  }
  #contents #current #movie .txt {
    overflow: hidden;
    color: #333;
    font-size: 12px;
    line-height: 1.2;
  }
  #contents #current #movie .txt span {
    display: inline-block;
    float: left;
  }
  #contents #current #movie .txt a {
    float: right;
  }
  #contents #current .weather {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #79ba79 url(/sp/img/current_weather_mark.png) no-repeat 4.01338%
      center;
    background-size: 5.5%;
    border: solid 1px #fcfefc;
  }
  #contents #current .weather a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 8.01783723522854% 3.678929765886288% 8.01783723522854%
      12.37458193979933%;
    background: url(/sp/img/current_weather_btn_bg.png) no-repeat 96.32107%
      center;
    background-size: 33.77926421404682%;
  }
  /* expedition */
  #contents #expedition {
    width: 95%;
    margin: 0 0 10px 1.875%;
  }
  /* everyone */
  #contents #everyone {
    margin-bottom: 15px;
  }
  #contents #everyone .inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 12px 20px 13px;
    background: #f1f3e5;
  }
  #contents #everyone h2 {
    color: #1e51a2;
    font-size: 12px;
    margin-bottom: 10px;
  }
  #contents #everyone dl a {
    color: #666;
    text-decoration: underline;
  }
  #contents #everyone dl a:hover {
    text-decoration: none;
  }
  #contents #everyone dl dt {
    color: #666;
    font-size: 12px;
    padding-left: 4.173913043478261%;
    background: url(/sp/img/everyone_mark.png) no-repeat 0.86957% center;
    background-size: 2.08695652173913%;
    margin-bottom: 2px;
  }
  #contents #everyone dl dd {
    color: #666;
    font-size: 10px;
    padding-left: 4.173913043478261%;
    margin-bottom: 7px;
  }
  #contents #everyone .cont:last-of-type dd:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  /* keyvisual */
  #contents #keyvisual .bx-wrapper {
    margin-bottom: 36px;
  }
  #contents #keyvisual .bx-wrapper .bx-pager,
  #contents #keyvisual .bx-wrapper .bx-controls-auto {
    bottom: -26px;
  }
  #contents #keyvisual .bx-wrapper .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
  }
  /* flight */
  #contents #flight {
    padding-bottom: 3px;
  }
  #contents #flight h2 {
    font-size: 22px;
  }
  #contents #flight #flight_btn {
    margin-bottom: 22px;
  }
  #contents #flight #flight_area {
    margin-bottom: 3px;
  }
  #contents #flight #flight_area li {
    margin-bottom: 15px;
  }
  #contents #flight #flight_area li.none {
    height: 71px;
  }
  #contents #flight #flight_area li a {
    font-size: 27px;
    padding: 16px 0 15px 55px;
    background-position: 19px 24px;
    background-size: 22px;
  }
  #contents #flight #flight_area li a span {
    font-size: 21px;
  }
  #contents #flight dl dt {
    font-size: 22px;
    margin-bottom: 6px;
  }
  #contents #flight dl dd li {
    margin-bottom: 15px;
  }
  /* info_area */
  #contents #info_area {
    margin-bottom: 30px;
  }
  /* topics */
  #contents #topics .inner {
    padding: 15px 7px 7px;
  }
  #contents #topics h2 {
    margin-bottom: 10px;
  }
  #contents #topics .list {
    height: 80px;
    padding-bottom: 3px;
  }
  #contents #topics .list .title {
    height: 93px;
    padding: 9px 10px 9px 12px;
  }
  #contents #topics .list .title li {
    margin-bottom: 9px;
  }
  #contents #topics .list .title li a {
    font-size: 15px;
  }
  #contents #topics .list .arrow li {
    right: 6px;
  }
  #contents #topics .list .arrow li.prev {
    top: 5px;
  }
  #contents #topics .list .arrow li.next {
    bottom: 3px;
  }
  /* information */
  #contents #information h2 {
    margin-bottom: 12px;
  }
  #contents #information h2 img {
    margin-bottom: 10px;
  }
  #contents #information h2 span {
    font-size: 25px;
    margin-bottom: 3px;
  }
  #contents #information h2 span.phonetic {
    font-size: 15px;
  }
  #contents #information .list li {
    margin-bottom: 18px;
  }
  #contents #information .list li .img {
    margin-bottom: 7px;
  }
  #contents #information .list li .date {
    font-size: 15px;
    padding-top: 5px;
    margin-bottom: 7px;
  }
  #contents #information .list li .cate {
    min-width: 90px;
    font-size: 15px;
    padding: 0 7px;
    margin: 0 1px 7px 0;
  }
  #contents #information .list li .title {
    font-size: 15px;
  }
  #contents #information .more a {
    font-size: 18px;
    padding: 22px 0 19px;
  }
  /* reserve */
  #contents #reserve h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #contents #reserve ul li {
    /* margin-bottom: 15px; */
  }
  /* access */
  #contents #access h2 {
    font-size: 22px;
    margin-bottom: 38px;
  }
  #contents #access p {
    margin-bottom: 26px;
  }
  #contents #access li .txt {
    font-size: 21px;
  }
  /* current */
  #contents #current {
    margin-bottom: 15px;
  }
  #contents #current h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #contents #current #movie {
    padding: 9px 9px 10px;
    margin: 0 auto 33px;
  }
  #contents #current #movie .img {
    margin-bottom: 7px;
  }
  #contents #current #movie .txt {
    font-size: 18px;
  }
  #contents #current .weather a {
    font-size: 27px;
  }
  /* expedition */
  #contents #expedition {
    margin-bottom: 15px;
  }
  #contents #expedition span {
    font-size: 18px;
    margin-bottom: 15px;
    color: #1e51a2;
  }
  /* everyone */
  #contents #everyone {
    margin-bottom: 22px;
  }
  #contents #everyone .inner {
    padding: 19px 18px 30px 19px;
  }
  #contents #everyone h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #contents #everyone dl dt {
    font-size: 18px;
    margin-bottom: 3px;
  }
  #contents #everyone dl dd {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  #contents #keyvisual .bx-wrapper {
    margin-bottom: 48px;
  }
  #contents #keyvisual .bx-wrapper .bx-pager,
  #contents #keyvisual .bx-wrapper .bx-controls-auto {
    bottom: -30px;
  }
  #contents #keyvisual .bx-wrapper .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
  }
  /* flight */
  #contents #flight {
    padding-bottom: 4px;
  }
  #contents #flight h2 {
    font-size: 30px;
  }
  #contents #flight #flight_btn {
    margin-bottom: 30px;
  }
  #contents #flight #flight_area {
    margin-bottom: 4px;
  }
  #contents #flight #flight_area li {
    margin-bottom: 20px;
  }
  #contents #flight #flight_area li.none {
    height: 96px;
  }
  #contents #flight #flight_area li a {
    font-size: 36px;
    padding: 22px 0 20px 74px;
    background-position: 26px 32px;
    background-size: 30px;
  }
  #contents #flight #flight_area li a span {
    font-size: 28px;
  }
  #contents #flight dl dt {
    font-size: 30px;
    margin-bottom: 8px;
  }
  #contents #flight dl dd li {
    margin-bottom: 20px;
  }
  /* info_area */
  #contents #info_area {
    margin-bottom: 40px;
  }
  /* topics */
  #contents #topics .inner {
    padding: 20px 10px 10px;
  }
  #contents #topics h2 {
    margin-bottom: 14px;
  }
  #contents #topics .list {
    height: 110px;
    padding-bottom: 4px;
  }
  #contents #topics .list .title {
    height: 124px;
    padding: 12px 14px 12px 16px;
  }
  #contents #topics .list .title li {
    margin-bottom: 12px;
  }
  #contents #topics .list .title li a {
    font-size: 20px;
  }
  #contents #topics .list .arrow li {
    right: 8px;
  }
  #contents #topics .list .arrow li.prev {
    top: 6px;
  }
  #contents #topics .list .arrow li.next {
    bottom: 4px;
  }
  /* information */
  #contents #information h2 {
    margin-bottom: 16px;
  }
  #contents #information h2 img {
    margin-bottom: 14px;
  }
  #contents #information h2 span {
    font-size: 34px;
    margin-bottom: 4px;
  }
  #contents #information h2 span.phonetic {
    font-size: 20px;
  }
  #contents #information .list li {
    margin-bottom: 24px;
  }
  #contents #information .list li .img {
    margin-bottom: 10px;
  }
  #contents #information .list li .date {
    font-size: 20px;
    padding-top: 6px;
    margin-bottom: 10px;
  }
  #contents #information .list li .cate {
    min-width: 120px;
    font-size: 20px;
    padding: 0 10px;
    margin: 0 2px 10px 0;
  }
  #contents #information .list li .title {
    font-size: 20px;
  }
  #contents #information .more a {
    font-size: 24px;
    padding: 30px 0 26px;
  }
  /* reserve */
  #contents #reserve h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #contents #reserve ul li {
    /* margin-bottom: 20px; */
  }
  /* access */
  #contents #access h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  #contents #access p {
    margin-bottom: 34px;
  }
  #contents #access li .txt {
    font-size: 26px;
  }
  /* current */
  #contents #current {
    margin-bottom: 20px;
  }
  #contents #current h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #contents #current #movie {
    padding: 12px 12px 14px;
    margin: 0 auto 44px;
  }
  #contents #current #movie .img {
    margin-bottom: 10px;
  }
  #contents #current #movie .txt {
    font-size: 24px;
  }
  #contents #current .weather a {
    font-size: 36px;
  }
  /* expedition */
  #contents #expedition {
    margin-bottom: 20px;
  }
  /* everyone */
  #contents #everyone {
    margin-bottom: 30px;
  }
  #contents #everyone .inner {
    padding: 26px 24px 40px 26px;
  }
  #contents #everyone h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #contents #everyone dl dt {
    font-size: 24px;
    margin-bottom: 4px;
  }
  #contents #everyone dl dd {
    font-size: 20px;
    margin-bottom: 14px;
  }
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
/*# sourceMappingURL=style.css.map */

/* 20230327_add */
.un-reserve_linkUnit {
  position: absolute;
  top: 15.1666666667%;
  left: 4%;
  display: grid;
  row-gap: 10.4395604396%;
  width: 33.2%;
  z-index: 2;
}

.un-reserve_linkUnit img {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .un-reserve_linkUnit {
    top: 13.4185303514%;
    left: 4.7923322684%;
    width: 42.1725239617%;
    row-gap: 3.7878787879%;
  }
}
/* End_20230327_add */

.sp_parking {
  text-align: center;
  display: table;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.sp_parking a,
.sp_parking div {
  display: table-cell;
  vertical-align: middle;
}
.sp_parking a {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
