@charset "utf-8";
/* CSS Document */
#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:0;
 	font-size:14px;
	line-height:1.6;
}
#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;
  }
   .sp_br{
    	display: none;
  }
}
@media (max-width:767px){
   .sp_none{
    	display: none;
  }
}
.disnon {
	display:none;
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}	
.marker {
	 background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco{
	font-weight: normal;
	padding: 0 35px;
	background: url("images/deco_left.png") no-repeat center left,url("images/deco_right.png") no-repeat center right ;
	background-size: auto 90%;
}
@media (max-width:767px){
	.deco{
		padding: 0 25px;
		background: url("images/deco_left.png") no-repeat center left,url("images/deco_right.png") no-repeat center right ;
		background-size: auto 90%;
	}
}

a.godetail{
	width: 90%;
	max-width: 350px;
	margin: 20px auto;
  height: 65px;
	text-align: center;
	text-decoration: none;
	background: url("images/button.png") no-repeat center bottom;
	background-size: auto 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100%;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail_gray{
	width: 90%;
	max-width: 350px;
	margin: 20px auto;
  height: 65px;
	text-align: center;
	text-decoration: none;
	background: url("images/button_gray.png") no-repeat center bottom;
	background-size: auto 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100%;
	pointer-events: none;
}
@media (max-width:767px){
  a.godetail,
  a.godetail_gray{
    width: 80%;
    height: 55px;
  }
}

/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background: url("images/topimg.png") no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top:450px;
  margin-bottom:10px; 
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2{
  width: 100%;
  text-align: center;
  margin: 0;
}
.page_roof h2 img{
  width: 90%;
}
@media (max-width:767px){
  .page_roof {
     padding-top: 30vh;
  }
}

.pageContent {
	width: 100%;
  /*max-width: 950px;*/
  margin: 0 auto;
}


/*-----タブ------*/
#tab{
  width:100%;
  border-bottom: 1px solid #CCCCCC;
}
#tab .inner{
  width:100%;
  max-width: 950px;
  margin: 0 auto;
}
#tab ul{
  width:100%;
  margin-left: 0 !important;
  display: flex;
  flex-wrap: nowrap;
}
#tab ul div{
  width: 100%;
}
#tab ul li{
  border:1px solid #CCC;
  border-bottom: none;
  text-align:center;
  padding:20px 0;
  background: #FFFFFF;
  cursor: pointer;
  margin: 0 10px;
  position: relative;
}
#tab ul li.selected {
  background: #E4007F;
}
#tab ul li.comingsoon {
  background: #CCCCCC;
  cursor: default;
  pointer-events: none;
}
#tab ul li.comingsoon:before {
  content:"近日公開";
  position: absolute;
  bottom:32px;
  left:10px;
  transform:rotate(-45deg);
  color: #333333;
  font-weight: bold;
  font-size: 120%;
}
#tab ul li h3{
  font-size:150%;
  color:#E4007F;
  font-weight:bold;
  text-align:left;
  line-height: 1.2;
  padding-left: 50px;
  display: inline-block;
  width: 100%;
}
#tab ul li h3 span{
  font-size:80%;
}
#tab ul li.selected h3{
  color:#FFFFFF;
}
#tab ul li.comingsoon h3{
  color: #757575;
}

#tab ul #tab01 li h3{
  background: url("images/yuki1.svg") no-repeat center left 5px;
  background-size:contain;
}
#tab ul #tab01 li.selected h3{
  background: url("images/yuki1a.svg") no-repeat center left 5px;
  background-size:contain;
}
#tab ul #tab02 li h3{
  background: url("images/yuki2.svg") no-repeat center left 5px;
  background-size:contain;
}
#tab ul #tab02 li.comingsoon h3,
#tab ul #tab02 li.selected h3{
  background: url("images/yuki2a.svg") no-repeat center left 5px;
  background-size:contain;
}
#tab ul #tab03 li h3{
  background: url("images/yuki3.svg") no-repeat center left 5px;
  background-size:contain;
}
#tab ul #tab03 li.comingsoon h3,
#tab ul #tab03 li.selected h3{
  background: url("images/yuki3a.svg") no-repeat center left 5px;
  background-size:contain;
}
#tab ul #tab04 li h3{
  background: url("images/yuki4.svg") no-repeat center left 5px;
  background-size:contain;
}
#tab ul #tab04 li.comingsoon h3,
#tab ul #tab04 li.selected h3{
  background: url("images/yuki4a.svg") no-repeat center left 5px;
  background-size:contain;
}


@media (max-width:767px){
  #tab ul li{
    padding:15px 0 10px;
    margin: 0 3px;
  }
  #tab ul li.comingsoon:before {
    content:"近日公開";
    position: absolute;
    bottom:25px;
    left:0;
    font-size: 80%;
  }
  #tab ul li h3{
    font-size:90%;
    line-height: 1.2;
    padding-left: 20px;
    background-size: 15px;
  }
}

#tab01_panel .area_map {
  width: 100%;
  background: url("images/hokkaido/bg_hokkaido_logo.png")no-repeat top 50% center,url("images/hokkaido/bg_hokkaido.jpg")no-repeat center center;
  background-size: auto,cover;
  padding: 20px 0;
}
#tab01_panel .area_map .map{
  max-width: 530px;
  position: relative;
  margin: 0 auto;
}
#tab01_panel .area_map .map > img{
  width: 100%;
}
#tab01_panel .area_map .map #f_niseko {
  position: absolute;
  top:48%;
  left:2%;
  width: 20%;
}
#tab01_panel .area_map .map #f_kiroro {
  position: absolute;
  top:39%;
  left:23%;
  width: 20%;
}
#tab01_panel .area_map .map #f_rusutsu {
  position: absolute;
  top:70%;
  left:24%;
  width: 20%;
}
#tab01_panel .area_map .map #f_tomamu {
  position: absolute;
  top:61%;
  left:50%;
  width: 20%;
}
#tab01_panel .area_map .map #f_furano {
  position: absolute;
  top:39%;
  left:48%;
  width: 20%;
}
#tab02_panel .area_map {
  width: 100%;
  background: url("images/jyoetsu/bg_jyoetsu_logo.png")no-repeat top 50% center,url("images/jyoetsu/bg_jyoetsu.jpg")no-repeat center center;
  background-size: 1100px,cover;
  padding: 20px 0;
}
#tab02_panel .area_map .map{
  max-width: 530px;
  position: relative;
  margin: 0 auto;
}
#tab02_panel .area_map .map > img{
  width: 100%;
}
#tab02_panel .area_map .map #f_jyoetsukokusai {
  position: absolute;
  top:47%;
  left:13%;
  width: 28%;
}
#tab02_panel .area_map .map #f_galayuzawa {
  position: absolute;
  top:52%;
  left:42%;
  width: 35%;
}
#tab02_panel .area_map .map #f_naeba {
  position: absolute;
  top:62%;
  left:43%;
  width: 24%;
}
#tab02_panel .area_map .map #f_manzaonsen {
  position: absolute;
  top:63%;
  left:6%;
  width: 27%;
}
#tab02_panel .area_map .map #f_kusatsuonsen {
  position: absolute;
  top:78%;
  left:12%;
  width: 27%;
}
#tab02_panel .area_map .map #f_nornminakami {
  position: absolute;
  top:72%;
  left:44%;
  width: 30%;
}
#tab03_panel .area_map {
  width: 100%;
  background: url("images/tohoku/bg_tohoku_logo.png")no-repeat top 50% center,url("images/tohoku/bg_tohoku.jpg")no-repeat center center;
  background-size: 1100px,cover;
  padding: 20px 0;
}
#tab03_panel .area_map .map{
  max-width: 530px;
  position: relative;
  margin: 0 auto;
}
#tab03_panel .area_map .map > img{
  width: 100%;
}
#tab03_panel .area_map .map #f_appi {
  position: absolute;
  top:20%;
  left:28%;
  width: 28%;
}
#tab03_panel .area_map .map #f_zao {
  position: absolute;
  top:60%;
  left:45%;
  width: 35%;
}
#tab03_panel .area_map .map #f_listel {
  position: absolute;
  bottom:0%;
  left:23%;
  width: 45%;
}
#tab04_panel .area_map {
  width: 100%;
  background: url("images/shinsyu/bg_shinsyu_logo.png")no-repeat top 50% center,url("images/shinsyu/bg_shinsyu.jpg")no-repeat center center;
  background-size: 1100px,cover;
  padding: 20px 0;
}
#tab04_panel .area_map .map{
  max-width: 530px;
  position: relative;
  margin: 0 auto;
}
#tab04_panel .area_map .map > img{
  width: 100%;
}
#tab04_panel .area_map .map #f_madarao {
  position: absolute;
  top:7%;
  left:32%;
  width: 28%;
}
#tab04_panel .area_map .map #f_hakuba {
  position: absolute;
  top:25%;
  left:7%;
  width: 35%;
}
#tab04_panel .area_map .map #f_shiga {
  position: absolute;
  top:24%;
  left:66%;
  width: 33%;
}
#tab04_panel .area_map .map #f_karupuri {
  position: absolute;
  top:43%;
  left:50%;
  width: 40%;
}
.area_map .map nav a img {
  width: 100%;
}
.area_map .map nav a:hover {
  opacity: 0.8;
}
.area_map h2 {
  width: 100%;
  max-width: 950px;
  margin: 20px auto 5px;
  font-size: 300%;
  text-align:center; 
  line-height: 1.4;
  color: #FFFFFF;
  text-shadow:0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC;
}
.area_map p {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 120%;
  text-align:right; 
  line-height: 1.4;
  color: #FFFFFF;
  text-shadow:0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC;
}
@media (max-width:767px){
  .area_map h2 {
    width: 100%;
    margin: 20px auto 5px;
    font-size: 7vw;
    text-align:center; 
    line-height: 1.4;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow:0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC,0 0 5px #0081CC;
  }
  .area_map p {
    width: 90%;
    font-size: 90%;
    text-align: center;
  }
}
.tab_wrap {
	width:100%;
  overflow: hidden;
}

@media (max-width:767px){
  #tab01_panel .area_map {
    width: 100%;
    background: url("images/hokkaido/bg_hokkaido_logo.png")no-repeat top 45% center,url("images/hokkaido/bg_hokkaido.jpg")no-repeat center center;
    background-size: 100%,cover;
    padding: 20px 0;
  }
  #tab02_panel .area_map {
    width:100%;
    background: url("images/jyoetsu/bg_jyoetsu_logo.png")no-repeat top 45% center,url("images/jyoetsu/bg_jyoetsu.jpg")no-repeat center center;
    background-size: 100%,cover;
    padding: 20px 0 20px 25px;
  }
  #tab03_panel .area_map {
    width:100%;
    background: url("images/tohoku/bg_tohoku_logo.png")no-repeat top 45% center,url("images/tohoku/bg_tohoku.jpg")no-repeat center center;
    background-size: 100%,cover;
    padding: 20px 0 20px 25px;
  }
  #tab04_panel .area_map {
    width:100%;
    background: url("images/shinsyu/bg_shinsyu_logo.png")no-repeat top 45% center,url("images/shinsyu/bg_shinsyu.jpg")no-repeat center center;
    background-size: 100%,cover;
    padding: 20px 0 20px 25px;
  }
  .area_map h2 {
    margin: 20px auto;
    font-size: 5vw;
    text-align:center; 
    line-height: 1.4;
  }
}
.region_content {
  width: 100%;
  max-width: 950px;
  background: url("images/bg_region_content_top.png")no-repeat top left,
    url("images/bg_region_content_bottom.png")no-repeat bottom right #c6e0f5;
  background-size:100%,100%;
  margin: 0 auto 20px;
  padding: 0 0 30px;
}
#shiga.region_content {
  width: 100%;
  max-width: 950px;
  background: url("images/shinsyu/bg_snowmonster_top.png")no-repeat top left,
    url("images/shinsyu/bg_snowmonster_bottom.png")no-repeat bottom right #F9E1F7;
  background-size:100%,100%;
  margin: 0 auto 20px;
  padding: 0 0 30px;
}
.region_name{
  width: 100%;
  position: relative;
  margin:0;
  height: 180px;
}
.region_name .h2_deco{
  position: absolute;
  bottom: 0;
  right:-20px;
  font-size: 100px;
  font-weight: bold;
  white-space: nowrap;
  color: #FFFFFF;
  text-align: right;
  text-shadow: 2px 2px rgba(0,0,0,.2);
  line-height: 1;
  letter-spacing: -2px;
  opacity: 0.6;
}
.region_name h2{
  position: absolute;
  top:0;
  font-size: 100px;
  color: #00a0e9;
  margin-left: -20px;
  white-space: nowrap;
  background: linear-gradient(0deg, #00a0e9 0%, #7ecef4 90% 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.region_name h2.thin{
  transform: scale(0.7, 1);
  transform-origin:left bottom;
}
.region_name .h2_deco.thin{
  transform: scale(0.9, 1);
  transform-origin:right bottom;
}
#tab01_panel .region_name{
  height: 130px;
}

@media (max-width:767px){
  .region_name h2{
    font-size: 10vw;
    font-weight: bold;
    margin-left: 0;
  }
  .region_name .h2_deco{
    font-size: 10vw;
    right: 0;
  }
  .region_name{
    position: relative;
    margin:0;
    height: 18vw;
  }
  #tab01_panel .region_name{
    height: 12vw;
  }
  .region_name .h2_deco{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10vw;
  }
  .region_name h2{
    position: absolute;
    top:0;
    font-size: 10vw;
    margin-left: 0;
  }
}
#snowmonster {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
#snowmonster > img{
  width: 90%;
  margin-top:30px; 
}

#snowmonster h2{
  text-align: center;
  font-size: 45px;
  color:#5A9DCE;
  padding: 50px 0 20px;
  line-height: 1.5;
  width: 100%;
  background:url("images/shinsyu/snowmonster.png") no-repeat top left -30px;
  background-size: 200px;
  background-size: contain;  text-shadow:0px 0px 3px #FFFFFF,0px 0px 3px #FFFFFF,0px 0px 3px #FFFFFF,0px 0px 3px #FFFFFF,0px 0px 3px #FFFFFF,0px 0px 3px #FFFFFF,0px 0px 3px #FFFFFF,0px 0px 3px #FFFFFF,0px 0px 3px #FFFFFF,0px 0px 3px #FFFFFF;
}

#snowmonster p.comment{
  width: 80%;
  margin: 10px auto;
}
@media (max-width:767px){
  #snowmonster {
    width: 90%;
    margin: 0 auto 30px;
  }
  #snowmonster h2{
    text-align: center;
    font-size: 7vw;
    color:#5A9DCE;
    padding: 10px 0 20px 10px;
    font-weight: bold;
    line-height: 1.4;
    background:url("images/shinsyu/snowmonster.png") no-repeat top left -10px;
    background-size: 140px;
  }
  #snowmonster p.comment{
    width: 100%;
  }
}

.feature{
  width: 95%;
  position: relative;
  padding: 20px 10px;
  margin: 0 auto;
}
.feature::before{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 40px;
  background:url("images/snowline1.png") repeat-x top left;
  background-size: auto 40px;
}
.feature::after{
  content: "";
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  height: 40px;
  background:url("images/snowline2.png") repeat-x bottom left;
  background-size: auto 40px;
}
.feature .inner{
  background: rgba(255,255,255,0.5);
  padding: 30px;
}
.feature .inner ul{
  width: 100%;
}
.feature .inner ul li{
  width: 100%;
  background:url("images/maru.svg") no-repeat top 4px left;
  background-size: 10px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.feature .inner .attention{
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}
.photo_unit{
  width: 95%;
  margin: 10px auto;
  position: relative;
  padding-top: 45%;
}
.photo_unit .photo{
  position: absolute;
  top:0;
  left: 0;
  width: 60%;
}
.photo_unit .photo img{
  width: 100%;
}
.photo_unit .map{
  position: absolute;
  bottom:0;
  right: 0;
  width: 45%;
  text-align: center;
}
.photo_unit .map .caption{
  font-size: 90%;
  width: 100%;
  line-height: 1.8;
}
.photo_unit .map img{
  max-width: 100%;
  max-height:380px;
}
@media (max-width:767px){
  .photo_unit{
    padding-top: 50%;
  }
  .photo_unit .map img{
    max-height:200px;
  }
}
.photo_area{
  width: 95%;
  margin: 10px auto 30px;
}
.photo_area .photo{
  width: 80%;
  margin: 0 auto;
}.photo_area .map{
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.photo_area div img{
  width: 100%;
}
.information{
  width: 95%;
  margin: 0 auto;
}
.information h2{
  color: #FFE100;
  font-size:160%;
  text-align: center;
  text-shadow:0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2;
}
.info_content{
  width: 100%;
  margin: 0 auto;
  background: #1D50A2;
  padding: 15px 20px 8px 20px;
  margin-bottom: 20px;
}
.info_content h3{
  color: #FFE100;
  font-size:140%;
  margin: -5px 0 5px;
}
.info_content .dl_unit{
  display: flex;
  flex-wrap: wrap;
}
.info_content dl{
  display: flex;
  margin: 0 10px 10px 0;
  border-bottom: 1px solid #FFF;
  padding-right: 10px;
}
.info_content dl dt{
  background: url("images/bg_info_dt.png") no-repeat center right;
  background-size: cover;
  color: #1D2088;
  padding: 2px 10px 0 5px;
  font-size: 80%;
  margin-right:5px;
  white-space: nowrap;
}
@media (max-width:767px){
  .info_content dl dt{
    background: url("images/bg_info_dt.png") no-repeat top right;
    background-size: auto 24px;
    color: #1D2088;
    padding: 2px 10px 0 5px;
    font-size: 80%;
    margin-right:5px;
    line-height: 22px;
  }
}
.info_content dl dd{
  color: #FFFFFF;
}
@media (min-width:768px){
  .kinrin{
    width: 95%;
    margin: 60px auto 20px;
    background: url("images/kinrin_yuki2.png") no-repeat bottom 10px right 10px,url("images/kinrin_frame.png") no-repeat bottom right;
    background-size: auto,auto 100%;
    padding: 10px 70px 10px 30px;
    position: relative;
    border-radius: 20px;
  }
  .kinrin:after{
    content: "";
    position: absolute;
    top:-15px;
    left: -5px;
    background: url("images/kinrin_yuki1.png") no-repeat top left;
    background-size: contain;
    width: 80px;
    height: 80px;
  }
  .kinrin .fukidashi{
    position: absolute;
    font-size: 120%;
    top:-35px;
    left: 100px;
    background: url("images/kinrin_fukidashi.png")no-repeat center center;
    background-size: contain;
    padding: 20px 25px;
    color: #1D50A2;
    text-shadow:0 0 5px #FFFFFF,0 0 5px #FFFFFF,0 0 5px #FFFFFF,0 0 5px #FFFFFF,0 0 5px #FFFFFF,0 0 5px #FFFFFF;
  }
  .kinrin .fukidashi span{
    transform: rotate(-5deg);
    display: inline-block;
  }
  .kinrin h3{
    color: #FFFFFF;
    font-size:150%;
    text-align: center;
    text-shadow:0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2;
    background: url("images/bg_title_kinrin.png") no-repeat center center;
    background-size:auto 80%;
    margin-bottom: 20px;
  }
  .kinrin p{
    width: 70%;
    margin: 20px auto 10px;
  }
  .kinrin .info_content{
    width: 100%;
    margin: 0 auto;
    background: #1D50A2;
    padding: 10px 20px 3px 20px;
    margin-bottom: 10px;
  }
}
@media (max-width:767px){
  .kinrin{
    width: 95%;
    margin: 60px auto 20px;
    background:url("images/kinrin_frame_sp.png") no-repeat bottom left;
    background-size: 100% auto;
    padding: 15px 20px 35px 20px;
    position: relative;
    border-radius: 20px;
  }
  .kinrin:after{
    content: "";
    position: absolute;
    top:-15px;
    right: -5px;
    background: url("images/kinrin_yuki1.png") no-repeat top left;
    background-size: contain;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
  }
  .kinrin:before{
    content: "";
    position: absolute;
    bottom:8px;
    left: 5px;
    background: url("images/kinrin_yuki2.png") no-repeat bottom left;
    background-size: contain;
    width: 60px;
    height: 60px;
    transform: scale(-1, 1);
  }

  .kinrin .fukidashi{
    position: absolute;
    font-size: 110%;
    top:-35px;
    left: -5px;
    background: url("images/kinrin_fukidashi.png")no-repeat center center;
    background-size: contain;
    padding: 15px 20px;
    color: #1D50A2;
    text-shadow:0 0 5px #FFFFFF,0 0 5px #FFFFFF,0 0 5px #FFFFFF,0 0 5px #FFFFFF,0 0 5px #FFFFFF,0 0 5px #FFFFFF;
  }
  .kinrin .fukidashi span{
    transform: rotate(-5deg);
    display: inline-block;
  }
  .kinrin h3{
    color: #FFFFFF;
    font-size:150%;
    text-align: center;
    text-shadow:0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2,0 0 5px #1D50A2;
    background: url("images/bg_title_kinrin.png") no-repeat center center;
    background-size:auto 80%;
    margin-bottom: 20px;
  }
  .kinrin p{
    width: 90%;
    margin: 20px auto 10px;
  }
  .kinrin .info_content{
    width: 100%;
    margin: 0 auto;
    background: #1D50A2;
    padding: 10px 20px 3px 20px;
    margin-bottom: 10px;
  }
}
.region_content > .inner{
  padding: 40px 0 30px;
}
.region_content > .yoyaku_inner{
  padding: 40px 0 30px;
  text-align: center;
}
.yoyaku_inner .setplan {
  font-size: 120%;
  margin-bottom:20px;
  line-height: 2.5;
}
.yoyaku_inner .setplan span {
  padding: 3px 10px 2px;
  margin: 0 5px;
}
.yoyaku_inner .setplan .air {
  background: #ccccff;
}
.yoyaku_inner .setplan .stay {
  background: #ffcddc;
}
.yoyaku_inner .setplan .chitose {
  background: #bee395;
}
.yoyaku_inner .setplan .lift {
  background: #ffe699;
}

@media (min-width:768px){
  .region_content .yoyaku {
    width: 80%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto 0;
  }
  .region_content .yoyaku a.godetai,
  .region_content .yoyaku a.godetai_gray{
    width: 47%;
    margin: 20px 1.5%;
  }
}
@media (max-width:767px){
  .yoyaku_inner .setplan {
    font-size: 110%;
    line-height: 2.2;
    margin: 0 5px 20px;
  }
  .yoyaku_inner .setplan span {
    padding: 5px 8px 4px;
    margin: 0 2px;
  }
}
/*-------動画--------*/
.movie{
  margin: 30px auto;
  width: 100%;
  text-align: center;
}
.movie p{
  margin-top: 10px;
}
.movie iframe{
  width: 560px;
  height: 315px;
}
@media (max-width:767px){
  .movie iframe{
    width:90vw;
    height: 55vw;
  }
}
.sliderarea {
  width: 90%;
  max-width: 700px;
  margin: 20px auto 30px;
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container_top{
	width: 100%;
	margin:0 auto;
}
.swiper-container_top .swiper-slide{
  position: relative;
	width: 100%;
	margin:0;
  padding-top: 40%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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: 40vh;
    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-slide p{
}
.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%;
	}
}


