@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');*/
/* CSS Document */
html {
  scroll-behavior: smooth;
}
#wrapInner {
    width: 100%!important;
}
#inner950 {
    width: 100%;
	max-width:950px;
    margin: 0 auto;
    display: block;
}
#anchorLinkBlock {
    width: 100%;
	max-width:950px;
    margin: 0 auto !important;
    display: block;
}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding-bottom:30px;
 	font-size:14px;
	line-height:1.6;
	overflow: hidden;
	background: #f3f3db;
	/*font-family: 'Noto Serif JP', serif;*/
}
#wrapper *{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*--------common-------------*/
@media (min-width:768px){
   .pc_none{
    	display: none;
  }
}
@media (max-width:767px){
   .sp_none{
    	display: none;
  }
	#wrapper h2,
  #wrapper h3,
  #wrapper h4,
  #wrapper h5{
    font-weight: bold;
  }
}
.disnon {
	display:none;
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}
.text_bold {
	font-weight: bold;
	font-size: 120%;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
  line-height: 1.5;
  text-align: left;
}
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco{
	font-weight: normal;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size:12px;
}
@media (max-width:767px){
	.deco{
    display: inline-block;
		padding: 0 12px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size:8px;
	}
}
a.godetail{
	width: 90%;
	max-width: 450px;
	display: flex;
  align-items: center;
  justify-content: center;
	margin:0 10px 15px;
  padding:10px 0  15px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}

a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
@media (max-width:767px){
  a.godetail{
    width: 95%;
    font-size: 90% ;
  }
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background: url("../images/topbg.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	height: 450px;
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
}
.page_roof h2{
  width: 100%;
	max-width: 950px;
	margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
  max-width:100%;
  max-height:90%;
}
@media (max-width:767px){
  .page_roof {
    height: 25vh;
  }
}
/*------------pageTopLead--------------*/
#pageTopLead {
	width: 100%;
  margin-bottom: 20px;
}
#pageTopLead .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
#pageTopLead .inner h2{
	display: inline-block;
	text-align: center;
	font-size: 220%;
	font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width:767px){
  #pageTopLead {
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  margin-bottom: 40px;
}
.pageContent .inner{
  width: 95%;
	max-width: 950px;
	margin: 0 auto;
}
.pageContent .inner > h2 {
	background: #013180;
	color: #FFFFFF;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	line-height: 1.5;
	margin-bottom: 20px;
}

#recommend .inner {
	border: 2px solid #013180;
	background: #f0f5ff;
}
#recommend .box{
	width: 90%;
	margin: 0 auto 20px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#recommend .box > dt{
  width: 20%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recommend .box img{
  width: 100%;
}
#recommend .box > dd{
  width: 80%;
  padding: 10px 10px 10px 5px;
}
#recommend .box a{
	font-size: 160%;
	color: inherit;
}
#recommend .box a:hover{
	color: rgb(0,101,214);
}
#recommend .box .info{
	background: #ebeced;
	padding: 10px 20px 5px;
	border-radius: 20px;
  margin-top: 8px;
}
#recommend .box .info dl{
	width: 100%;
	display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#recommend .box .info dl dt{
  font-size: 100%;
  font-weight: bold;
}
#recommend .box .info dl dd{
  font-size: 110%;
}

@media (max-width:767px){
	.pageContent .inner > h2 {
		font-size: 120%;
	}
	#recommend .box{
		width: 90%;
		margin: 0 auto 20px;
		padding:10px;
    position: relative;
	}
  #recommend .box > dt{
    position: absolute;
    top:0;
    left:0;
		width:120px;
    height: 100px;
	}
  #recommend .box > dt img{
    object-fit: contain;
	}
  #recommend .box > dd{
    width: 100%;
	}
	#recommend .box a{
    display: block;
    min-height: 70px;
		font-size: 120%;
    margin-left: 105px;
    line-height: 1.5;
	}
	#recommend .box .info{
		padding: 10px;
		border-radius: 10px;
	}
  #recommend .box .info dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
	#recommend .box .info dt{
    width: 100%;
	}
	#recommend .box .info dd{
    width: 100%;
		font-size: 90%;
    padding-left: 10px;
	}
}
#fromairport .box_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#fromairport .box_unit .box{
	width: 31.3%;
	margin: 0 1% 20px;
	border: 2px solid #013180;
	background: #FFFFFF;
}
#fromairport .box_unit h3{
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background: #013180;
	padding: 5px 0 5px;
	font-size: 120%;
	margin-bottom: 15px;
}
#fromairport .box_unit h3 span{
	background: url("../images/icon_plane.svg")no-repeat right center;
	background-size: contain;
	padding-right: 30px;
}
#fromairport .box_unit .box ul{
	width: 90%;
	margin: 0 auto;
}
#fromairport .box_unit .box ul li{
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px 0;
	font-size: 110%;
  border: 1px solid #DFDFDF;
}
#fromairport .box_unit .box ul li img{
	width: 20px;
	margin: 0 5px;
}
#fromairport .box_unit .box ul li:hover{
	background: #F0D254;
}
#fromairport .box_unit > a{
	width: 98%;
	margin: 0 auto;
}
#fromairport .box_unit > a h3{
	padding: 10px 0;
}
#fromairport .box_unit > a:hover{
	opacity: 0.7;
}

@media (max-width:767px){
	#fromairport .box_unit {
		width: 98%;
		margin: 0 auto;
		justify-content: space-between;
	}
	#fromairport .box_unit .box{
		width: 48%;
		margin: 0 auto 20px;
		border: 2px solid #013180;
		background: #FFFFFF;
	}
  #fromairport .box_unit .box ul li img{
    width: 15px;
    margin: 3px 0 0 5px;
  }
}

p.credit{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 90%;
  color: #FFFFFF;
  background: rgba(0,0,0,0.8);
  padding: 2px 10px;
  border-radius: 10px;
}
@media (max-width:767px){
}

/*-----from北海道-----*/
#fromHokkaido img {
	width: 100%;
	border: 1px solid #CCC;
}
#fromHokkaido img:hover {
	opacity: 0.7;
}
.caution{
	width: 90%;
  margin: 15px auto;
  text-align: left;
	background: rgba(255,255,255,0.8);
	padding: 10px 20px;
	border-radius: 10px;
  border: 3px solid #930003;
}
.caution h2{
	text-align: center;
	font-size: 120%;
	margin-bottom: 10px;
}
.caution p{
	font-size: 95%;
}
.caution ul{
  margin: 5px 0 0 10px;
}
.caution ul li{
  text-indent: -1.5em;
  margin-left: 1.5em;
}
@media (max-width:767px){
  .caution ul{
    margin: 5px 0 0 0;
  }
}
/*-----トップwiper カスタマイズ--------------------*/
.swiper-container_top{
	width: 100%;
	margin:0 auto;
}
.swiper-container_top .swiper-slide{
  position: relative;
	width: 100%;
	margin:0;
  padding-top: 450px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container_top .swiper-slide p{
	z-index: 10;
  position: absolute;
  width: 100%;
  max-width: 950px;
	margin:0 auto 10px;
	bottom:0;
	right:0;
  left: 0;
	text-align: right;
	font-size: 100%;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.swiper-container_top .swiper-slide .slide-img {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right:0 ;
	width: 100%;
  height: 100%;
	margin:0;
  background-size: cover; 
  background-position: center center; /* 背景画像は中央を軸に表示させる */
}
@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media (max-width:767px){
  .swiper-container_top .swiper-slide{
    position: relative;
    width: 100%;
    margin:0;
    padding-top: 45%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto;
}
.swiper-container .swiper-slide{
	text-align: center;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-container .swiper-pagination {
	bottom: 15px;
}
.swiper-pagination-bullet-active{
	background: #B20202;
  background: #FFFFFF;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
	opacity: 1;
}
.swiper-button-prev{
	left:5px;
	top:48%;
}
.swiper-button-next{
	right:5px;
	top:48%;
}
@media (max-width:767px){
	.swiper-button-prev::after,
	.swiper-button-next::after{
		font-size:30px;
	}
	.swiper-button-prev{
		left:5px;
		top:46%;
	}
	.swiper-button-next{
		right:5px;
		top:46%;
	}
}



