@import url('https://use.typekit.net/dkc3gqg.css');
@import url('https://fonts.googleapis.com/css2?family=Damion&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

html {
  font-size: 62.5%;
  overflow-x: auto;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}


legend {
  display: none;
}

h1>,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

ul,
ol {
  list-style-type: none;
}

ul,
li,
img {
  vertical-align: bottom;
}

hr {
  display: none;
}

/* default */
body {
  font-family: "Zen Kaku Gothic New", Osaka, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  min-width: 1440px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.2rem;
  }
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

input,
select,
textarea,
button {
  font-family: "Zen Kaku Gothic New", Osaka, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 0.02em;
  padding: 8px 8px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input:placeholder,
textarea:placeholder {
  color: #707070;
}

input[type=text],
input[type=tel],
input[type=email] {
  background: #ffffff;
  padding: 8px;
  border: solid 1px #999;
  outline: none;
  font-size: 1.5rem;
  border-radius: 5px;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  background: #ffffff;
  padding: 5px;
  border: solid 1px #999;
  font-size: 1.5rem;
  border-radius: 5px;
}

textarea {
  outline: none;
  background: #ffffff;
  padding: 8px;
  border: solid 1px #999;
  font-size: 1.5rem;
  border-radius: 5px;
}

small.source {
  font-family: "Zen Kaku Gothic New", serif;
}

/* link option */
a {
  cursor: pointer;
}

a:link {
  color: #0b68b4;
  text-decoration: underline;
  cursor: pointer;
}

a:visited {
  color: #0b68b4;
  text-decoration: underline;
}

a:hover {
  color: #3286ca;
  text-decoration: none;
}

a:active {
  color: #0b68b4;
}

* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

img {
  height: auto;
}

.AnCr {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.AnLt {
  text-align: left !important;
}

.AnRt {
  text-align: right !important;
}

.red {
  color: #da1515;
  display: inline;
}


/*IE11以下のフォント余白処理*/
@media all and (-ms-high-contrast:none) {

  _:lang(x)::-ms-backdrop,
  .selector {}
}

/*firefoxのみ適用*/
@-moz-document url-prefix() {}

/* safari */
_::-webkit-full-page-media,
_:future,
:root .selector {}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt50 {
  margin-top: 50px !important;
}

.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #fff;
  position: absolute;
  left: -3000px;
  z-index: 9999;
}

/***************************************************************************

  ヘッダ

***************************************************************************/
#header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
}
#header .hdrLogo {
  width: 309px;
  margin: 38px 0 0 20px;
}
#header .hdrLogo img {
  width: 100%;
}
#header .hdrLogo a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}
#globalNavi{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top:0;
  right: -120%;
  width:100%;
  height: 100vh;/*ナビの高さ*/
  background:#004e7a;
  /*動き*/
  transition: all 0.6s;
}
#globalNavi.panelactive{  /*アクティブクラスがついたら位置を0に*/
  right: 0;
}
/*ナビゲーションの縦スクロール*/
#globalNavi.panelactive #globalNaviList {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#globalNavi ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
/*リストのレイアウト設定*/
#globalNavi li{
  border-bottom: 1px solid #fff;
}
#globalNavi li a {
  color: #fff;
  text-decoration: none;
  padding: 15px 30px 15px 0;
  display: block;
  font-size: 18px;
  background: url("../img/arw_white.png") no-repeat right center;
  background-size: 8px auto;
}
#globalNavi li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.openbtn{
  position:absolute;
  z-index: 9999;/*ボタンを最前面に*/
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 40px;
  height: 36px;
}
/*×に変化*/	
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 40px;
}
.openbtn span:nth-of-type(1) {
	top: 0;	
}
.openbtn span:nth-of-type(2) {
	top: 16px;
}
.openbtn span:nth-of-type(3) {
	top: 32px;
}
.openbtn.active span:nth-of-type(1) {
  top: 10px;
  left: -3px;
  transform: translateY(6px) rotate(-45deg);
  width: 120%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  top: 22px;
  left: -3px;
  transform: translateY(-6px) rotate(45deg);
  width: 120%;
}

@media screen and (max-width: 767px) {
  #header {
  }
  #header .hdrLogo {
    width: 220px;
    margin: 20px 0 0 10px;
  }
  #globalNavi ul {
    width: 90%;
  }
  #globalNavi li a {
    font-size: 14px;
    padding: 10px 30px 10px 0;
  }
  .openbtn{
    top: 15px;
    right: 15px;
    width: 30px;
    height: 26px;
  }
  .openbtn span{
    height: 3px;
    width: 30px;
  }
  .openbtn span:nth-of-type(1) {
    top: 0;	
  }
  .openbtn span:nth-of-type(2) {
    top: 11.5px;
  }
  .openbtn span:nth-of-type(3) {
    top: 22px;
  }
}

/***************************************************************************

  検索 ドロワー

***************************************************************************/
#hdrSearchBox {
  visibility: hidden;
  display: none;
}

#hdrSearchBtn {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 100px;
  top: 0;
  background: linear-gradient(to right, #00558a, #0073bc);
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  z-index: 1001;
  padding: 35px 0 0;
  transition: 0.5s;
}

#hdrSearchBtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #00558a;
  opacity: 0;
  transition: 0.5s;
}

#hdrSearchBtn:hover::before {
  opacity: 1;
}

#hdrSearchBtn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url(../images/search_icn.png) no-repeat center top 20px;
  background-size: 35px auto;
  opacity: 1;
  transition: 0.5s;
}

.sOpen #hdrSearchBtn::after {
  background: url(../images/search_icn.png) no-repeat center top 35px;
  background-size: 0 auto;
  opacity: 0;
}

#hdrSearchBtn span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 13px;
  color: #fff;
  transition: 0.5s;
}

span.searchOpen {
  opacity: 1;
}

span.searchClose {
  opacity: 0;
}

#hdrSearchBtn i {
  display: block;
  width: 0;
  border-top: transparent;
  position: relative;
  opacity: 0;
  transition: 0.5s;
  margin: 0 auto;
}

#hdrSearchBtn i:before {
  content: '';
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 0.5s;
}

#hdrSearchBtn i:after {
  content: '';
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}

.sOpen #hdrSearchBtn {}

.sOpen #menuBtn {
  z-index: 0;
}

.sOpen #hdrSearchBtn i {
  display: block;
  width: 40px;
  border-top: transparent;
  color: #fff;
  opacity: 1;
}

.sOpen #hdrSearchBtn i:before {
  width: 40px;
  opacity: 1;
}

.sOpen #hdrSearchBtn i:after {
  width: 40px;
  opacity: 1;
}

.sOpen .searchOpen {
  opacity: 0;
}

.sOpen .searchClose {
  opacity: 1;
}

.layer {
  display: none;
}

#hdrSearchBox {
  width: 100vw;
  min-height: 100vh;
  height: 100vh;
  position: absolute;
  color: #fff;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1000;
  visibility: visible;
  display: block;
  background: #fff;
  display: none;
  padding: 0 0 0;
  border: solid 10px;
  border-image: linear-gradient(-70deg, #0073bc, #00558a);
  border-image-slice: 1;
  padding: 100px 0 0;
}

.sOpen #hdrSearchBox {}

#hdrSearchBox .wrap {
  height: 100%;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: block;
  padding: 40px 0 50px;
}

#hdrSearchBox .wrap::-webkit-scrollbar {
  display: none;
}

.sOpen #hdrSearchBox {
  visibility: visible;
}

.hdrSearchBoxCnt {
  width: 100%;
  color: #222;
  background: #f9f9f9;
  padding: 40px 36px;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  height: auto;
}

.hdrSearch1>St {
  width: 863px;
  height: 100%;
  padding: 0 30px 0 0;
  border-right: solid 1px #d4d4d4;
  display: flex;
  flex-wrap: wrap;
}

.hdrSearchFunc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}

.hdrSearchFunc strong {
  font-size: 18px;
  font-weight: bold;
  color: #015b9a;
  padding: 0 12px 0 0;
}

.hdrSearchFunc form {
  flex: 1;
  display: flex;
  justify-content: space-around;
}

.hdrSearchFunc form input[type=text] {
  flex: 1;
  height: 50px;
  font-size: 15px;
  padding: 0 10px;
  border-radius: 5px;
  border: solid 1px #d4d4d4;
}

.hdrSearchFunc form input[type=submit] {
  width: 120px;
  height: 50px;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #fff;
  background: url(../images/search_icn.png) no-repeat left 28px center, linear-gradient(to right, #00558a, #0073bc);
  background-size: 20px 18px, 100%;
  border: 0;
  border-radius: 50px;
  padding: 0 0 0 26px;
  margin: 0 0 0 9px;
  cursor: pointer;
}

.hdrSearchFunc form input[type=submit]:hover {
  background: url(../images/search_icn.png) no-repeat left 28px center, linear-gradient(to right, #00558a, #00558a);
  background-size: 20px 18px, 100%;
  transition: 0.3s;
}

.hdrSearchList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.hdrSearchList strong {
  font-size: 15px;
  padding: 0 23px 0 0;
}

.hdrSearchList ul {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.hdrSearchList ul li {
  font-size: 15px;
  height: 30px;
  background: #f1ede2;
  margin: 0 10px 10px 0;
  padding: 0 19px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.hdrSearchList ul li a {
  color: #222;
}

.hdrSearchList ul li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.hdrSearch2nd {
  width: 325px;
  padding: 0 0 0 30px;
  display: flex;
  align-items: center;
}

.hdrSearch2nd ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.hdrSearch2nd ul li {
  width: 145px;
  height: 100%;
}

.hdrSearch2nd ul li a {
  width: 100%;
  height: 100%;
  border: solid 2px #00558a;
  color: #00558a;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.25;
  font-size: 18px;
  padding: 0 15px;
  background: #fff url(../images/arw_blue.png) no-repeat right 15px center;
  background-size: 8px 13px
}

.hdrSearch2nd ul li a:hover {
  background: #fff url(../images/arw_blue.png) no-repeat right 18px center;
  background-size: 8px 13px;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  #hdrSearchBtn {
    width: 60px;
    height: 60px;
    right: 60px;
    padding: 21px 0 0;
  }

  #hdrSearchBtn::after {
    background: url(../images/search_icn.png) no-repeat center top 12px;
    background-size: 21px auto;
  }

  #hdrSearchBtn:hover::before {
    opacity: 0;
  }

  #hdrSearchBtn span {
    bottom: 7px;
    font-size: 8px;
  }

  .sOpen #hdrSearchBtn i {
    width: 26px;
  }

  .sOpen #hdrSearchBtn i:before {
    width: 26px;
    height: 1px;
  }

  .sOpen #hdrSearchBtn i:after {
    width: 26px;
    height: 1px;
  }

  .layer {
    display: none;
  }

  #hdrSearchBox {
    border: solid 5px;
    border-image: linear-gradient(-70deg, #0073bc, #00558a);
    border-image-slice: 1;
    padding: 70px 10px 0;
  }

  #hdrSearchBox .wrap {
    padding: 0 0 50px;
  }

  .hdrSearchBoxCnt {
    padding: 15px 10px 15px;
    flex-wrap: wrap;
  }

  .hdrSearch1>St {
    width: 100%;
    height: initial;
    padding: 0 0 0 0;
    border-right: 0;
    border-bottom: solid 1px #d4d4d4;
    margin: 0 0 10px;
  }

  .hdrSearchFunc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
  }

  .hdrSearchFunc strong {
    width: 100%;
    font-size: 13px;
    padding: 0 0 4px 0;
  }

  .hdrSearchFunc form {
    width: 100%;
  }

  .hdrSearchFunc form input[type=text] {
    flex: 1;
    height: 25px;
    font-size: 10px;
    padding: 0 10px;
    border-radius: 3px;
  }

  .hdrSearchFunc form input[type=submit] {
    width: 60px;
    height: 25px;
    font-size: 9px;
    color: #fff;
    background: url(../images/search_icn.png) no-repeat left 14px center, linear-gradient(to right, #00558a, #0073bc);
    background-size: 10px auto, 100%;
    padding: 0 0 0 14px;
    margin: 0 0 0 5px;
  }

  .hdrSearchFunc form input[type=submit]:hover {
    background: url(../images/search_icn.png) no-repeat left 14px center, linear-gradient(to right, #00558a, #00558a);
    background-size: 10px auto, 100%;
  }

  .hdrSearchList {
    flex-wrap: wrap;
  }

  .hdrSearchList strong {
    width: 100%;
    font-size: 12px;
    padding: 0 0 5px 0;
  }

  .hdrSearchList ul {
    flex-wrap: wrap;
    padding: 0 0 5px;
  }

  .hdrSearchList ul li {
    font-size: 12px;
    height: 25px;
    margin: 0 5px 5px 0;
    padding: 0 10px;
  }

  .hdrSearch2nd {
    width: 100%;
    padding: 0 0 0 0;
  }

  .hdrSearch2nd ul li {
    width: calc(50% - 5px);
    height: 100%;
  }

  .hdrSearch2nd ul li a {
    border: solid 1px #00558a;
    display: flex;
    font-size: 13px;
    padding: 12px 15px;
    background: #fff url(../images/arw_blue.png) no-repeat right 15px center;
    background-size: 6px auto;
  }

  .hdrSearch2nd ul li a:hover {
    background: #fff url(../images/arw_blue.png) no-repeat right 15px center;
    background-size: 6px auto;
  }

  .hdrSearch2nd ul li a br {
    display: none;
  }
}

/***************************************************************************

  メニュー ドロワー

***************************************************************************/

/***************************************************************************

  観光地スライダー

***************************************************************************/
.sliderSightseeing {
  width: 100%;
  background: url("../img/slider/bg_left.png") no-repeat left bottom, url("../img/slider/bg_right.png") no-repeat right top;
  background-size: auto 100%;
  padding: 180px 0 70px 0;
  margin: -80px 0 50px;
}

.sliderSightseeing .wrap {
  position: relative;
  width: 100%;
}

.sliderSightseeing {
	overflow: hidden;
	display: -ms-grid;
	-ms-grid-columns: min-content;
}
.sliderSightseeing .autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 50s linear infinite sliderAnimation;
}
.sliderSightseeing .slide {
  height: 300px;
  width: 300px;
  margin: 10px;
  position: relative;
	scroll-snap-align: center;
}
.sliderSightseeing .slide:nth-child(odd) {
	padding-top: 20px;
}
.sliderSightseeing .slide:nth-child(4n)::before {
  z-index: 2;
  position: absolute;
  content: '';
  background: url("../img/slider/point_2.png") no-repeat 0 0;
  background-size: 100%;
  width: 41px;
  height: 49px;
  top: 10px;
  right: -60px;
}
.sliderSightseeing .slide:nth-child(4n)::after {
  z-index: 2;
  position: absolute;
  content: '';
  background: url("../img/slider/point_1.png") no-repeat 0 0;
  background-size: 100%;
  width: 83px;
  height: 42px;
  bottom: -5px;
  left: -30px;
}
.sliderSightseeing .slide a {
  color: #222;
	text-decoration: none;
}
.sliderSightseeing .slide span {
  font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	display: block;
	text-align: right;
	margin: 5px 0 0 0;
}
.sliderSightseeing .slide span small {
	font-size: 11px;
	line-height: 1.2;
	display: block;
}
.sliderSightseeing .slide img {
	width: 300px;
	height: 300px;
	object-fit: cover;
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .sliderSightseeing {
    background-size: 40% auto;
    padding: 100px 0 70px 0;
    margin: -50px 0 20px;
  }
	.sliderSightseeing .slide {
		height: 220px;
		width: 220px;
		margin: 8px;
		scroll-snap-align:center;
	}
	.sliderSightseeing .slide img {
		width: 220px;
		height: 220px;
	}
	.sliderSightseeing .slide span {
		font-size: 11px;
	}
	.sliderSightseeing .slide span small {
		font-size: 9px;
	}
	.sliderSightseeing .slide:nth-child(4n)::before {
		width: 30px;
		height: 36px;
		top: 10px;
		right: -50px;
	}
	.sliderSightseeing .slide:nth-child(4n)::after {
		width: 60px;
		height: 30px;
		bottom: -5px;
		left: -20px;
	}
}
@media screen and (max-width: 550px) {
  .sliderSightseeing {
    background-size: 40% auto;
    padding: 80px 0 50px 0;
    margin: -30px 0 50px;
  }
}
@media screen and (max-width: 450px) {
  .sliderSightseeing {
    background-size: 50% auto;
    padding: 50px 0 30px 0;
    margin: -20px 0 30px;
  }
	.sliderSightseeing .slide {
		height: 180px;
		width: 180px;
		margin: 8px;
	}
	.sliderSightseeing .slide img {
		width: 180px;
		height: 180px;
	}
	.sliderSightseeing .slide:nth-child(4n)::before {
		width: 30px;
		height: 36px;
		top: 10px;
		right: -50px;
	}
	.sliderSightseeing .slide:nth-child(4n)::after {
		width: 60px;
		height: 30px;
		bottom: -5px;
		left: -20px;
	}

}

/***************************************************************************

  下部バナーエリア

***************************************************************************/

/* コンテンツ遷移バナー
-----------------------------------------*/
.bnrContents {
  width: 100%;
}
.bnrContents .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 70px;
}
.bnrContents .bnrContents2col ul {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 40px;
}
.bnrContents .bnrContents2col ul li {
  width: 48.7%;
}
.bnrContents .bnrContents2col ul li.transit {
  background: url("../img/icon-transit_discount.png") no-repeat right 30px center;
}
.bnrContents .bnrContents2col ul li.destinations {
  background: url("../img/icon-domestic_destinations.png") no-repeat right 30px center;
}
.bnrContents .bnrContents2col ul li a {
  padding: 45px 40px;
  height: 200px;
  display: block;
  border: 2px solid #78afdd;
  box-shadow: 5px 5px 0 #d6ebf5;
  border-radius: 6px;
  text-decoration: none;
  color: #222;
  font-weight: bold;
  line-height: 1.4;
}
.bnrContents .bnrContents2col ul li a strong {
  font-size: 26px;
  color: #0b68b4;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 20px 0 0;
  background: url("../img/arw_blue.png") no-repeat right 10px;
  background-size: 10px auto;
}
.bnrContents .bnrContents2col ul li a:hover {
  transition: 0.3s;
  box-shadow: none;
}

.bnrContents .bnrContents4col ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -6px 0 6px;
}
.bnrContents .bnrContents4col ul li {
  width: 23%;
}
.bnrContents .bnrContents4col ul li a {
  display: block;
  position: relative;
  border-radius: 6px;
  padding: calc(30px - 15px) 30px 30px;
  background: #d6ebf5;
  color: #222;
  font-size: 22px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #d6ebf5;
}
.bnrContents .bnrContents4col ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.bnrContents .bnrContents4col ul li a::before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #78afdd;
  border-radius: 6px;
}
.bnrContents .bnrContents4col ul li a span {
  padding: 0 20px 0 0;
  background: url("../img/arw_blue.png") no-repeat right 10px;
  background-size: 8px auto;
}
@media screen and (max-width: 767px) {
  .bnrContents .wrap {
    margin: 0 auto 10px;
    padding: 0 10px;
  }
  .bnrContents .bnrContents2col ul {
    display: block;
    margin: 20px 0 30px;
  }
  .bnrContents .bnrContents2col ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .bnrContents .bnrContents2col ul li.transit,
  .bnrContents .bnrContents2col ul li.destinations {
    background-position: right 10px center;
    background-size: auto 80%;
  }
  .bnrContents .bnrContents2col ul li a {
    padding: 20px 15px;
    height: 115px;
  }
  .bnrContents .bnrContents2col ul li a strong {
    font-size: 18px;
    margin: 0 0 5px;
    padding: 0 15px 0 0;
    background-position: right 8px;
    background-size: 6px auto;
  }

  .bnrContents .bnrContents4col ul {
    margin: 0 -6px 0 6px;
    flex-wrap: wrap;
  }
  .bnrContents .bnrContents4col ul li {
    width: 48%;
    margin: 0 0 15px;
  }
  .bnrContents .bnrContents4col ul li a {
    padding: calc(20px - 10px) 10px 20px;
    font-size: 15px;
  }
  .bnrContents .bnrContents4col ul li a::before {
    top: -6px;
    left: -6px;
  }
  .bnrContents .bnrContents4col ul li a span {
    padding: 0 12px 0 0;
    background-position:  right 8px;
    background-size: 6px auto;
  }
}

/* 観光バナー
-----------------------------------------*/
.bnrSightseeing {
  width: 100%;
  background: #78afdd;
  padding: 30px 0;
	text-align: center;
}
.bnrSightseeing p {
	color: #fff;
	font-size: 20px;
	margin: 0 0 20px;
} 
.bnrSightseeing ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bnrSightseeing ul li {
  width: 23%;
}
.bnrSightseeing ul li a {
	color: #222;
	text-decoration: none;
}
.bnrSightseeing ul li a span {
	background: #fff;
	border-radius: 4px;
	display: block;
	padding: 8px 5px;
	margin: 0 0 10px;
	font-size: 16px;
}
.bnrSightseeing ul li img {
  width: 100%;
}
.bnrSightseeing ul li a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.bnrSightseeing {
    padding: 30px 10px 20px;
	}
	.bnrSightseeing p {
		font-size: 14px;
	} 
  .bnrSightseeing ul li {
    width: 48.5%;
    margin: 0 0 10px;
  }
	.bnrSightseeing ul li a span {
		border-radius: 3px;
		padding: 5px;
		margin: 0 0 4px;
		font-size: 12px;
	}
}


/***************************************************************************

  フッター

***************************************************************************/
footer {
  width: 100%;
  background: #004e7a;
  color: #fff;
  font-weight: 500;
}
footer .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 30px;
  overflow: hidden;
}
footer .ftrLeft {
  width: 50%;
  float: left;
  padding: 0 0 30px;
}
footer .ftrLogo strong {
  font-size: 20px;
}
footer .ftrInfo {
  margin: 10px 0 0;
}
footer address {
  font-weight: bold;
}
footer .ftrRight {
  width: 50%;
  float: right;
  text-align: right;
}
footer .ftrRight li {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 1.2em 0 0;
  margin: 0 1.2em 0 0;
}
footer .ftrRight li::after {
  content: '|';
  font-weight: 400;
  position: absolute;
  right: -0.25em;
  top: 0;
}
footer .ftrRight li a {
  color: #fff;
  text-decoration: none;
}
footer .ftrRight li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
footer .copyright {
  display: block;
  text-align: right;
  font-size: 12px;
  margin: 20px 0 0 0;
}
footer .ftrMember {
  clear: both;
  font-size: 1.4rem;
  border-top: 1px solid #588096;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  footer .wrap {
    padding: 30px 10px 15px;
  }
  footer .ftrLeft {
    width: 100%;
    float: none;
    padding: 0 0 15px;
  }
  footer .ftrLogo strong {
    font-size: 15px;
  }
  footer .ftrInfo {
    margin: 10px 0 0;
  }
  footer .ftrRight {
    width: 100%;
    float: none;
    text-align: left;
  }
  footer .copyright {
    display: block;
    text-align: left;
    margin: 15px 0 30px;
  }
  footer .ftrMember {
    padding: 30px 0 15px;
    font-size: 12px;
  }
}


