@charset "UTF-8";

body {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 16px;
color: #000;
overflow-x: hidden;
}






@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
  font-size: 14px;
  }
}

article{
width: 100%;
}
section{
  position: relative;
}
.active{
  opacity: 1;
}
a{
  transition: .3s;
}
a:link,
a:visited{
  color: #0952a4;
}
a:hover{
  opacity: 0.7;
}

.fixed { /*ナビゲーション 固定*/
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.textLeft {
	text-align: left;
    line-height: 1.4;
}

.textCenter {
	text-align: center;
    line-height: 1.4;
}

.textRight {
	text-align: right;
    line-height: 1.4;
}

.red {
	color: #ff0000;
}

dt {
  font-weight: normal;
}

strong {
    font-weight: bold;
}

.line {
    width: 90%;
    border-top: 2px dotted #666;
    padding-bottom: 5%;
    margin: 5% auto 0;
}

/*ふわっとアニメーション*/
.item {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 15s 0s infinite;
  animation: anime 15s 0s infinite;
}

.item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.item:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
.spnone{
	display:none;
}

#container{
  position: relative;
  width: 100%;
}

  
.tabarea section:nth-child(odd){background-color: #FFF; padding: 15px 0;}
.tabarea section:nth-child(even){background-color: #FFFFB4; padding: 15px 0;}

  
.inner {
	width: 98%;
	margin: 0 auto;
	padding: 0 1%;
}

/*title*/
.titleSp {
	width: 100%;
	text-align: center;
	background:url("../images/title_back_Sp.jpg");
  background-size: cover;
  background-position: center;
  padding: 5px 0 30px 0;
  position: relative;
}
.titleSp .titleSp_wrap{
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 0 0;
}
.titleSp .titleSp_img{
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
  box-sizing: border-box;
}

.titleSp .titleSp_illust{
  position: absolute;
  width: 100%;
  height: 200px;
  z-index: 999;
  margin: 0 auto;
  bottom: 0;
  left: 0;
}
  
.titleSp .titleSp_illust img{
  display: none;
  width: 25%;
}

  .illust_01{
    position: absolute;
    bottom: 10px;
    left: 24%;
    z-index: 999;
  }
  .illust_02{
    position: absolute;
    bottom: 10px;
    right:22%;
    z-index: 999;
  }
  .illust_03{
    position: absolute;
    bottom: 10px;
    left: 26%;
  z-index: 999;
  }
  .illust_04{
    position: absolute;
    bottom: 10px;
    right:23%;
    z-index: 999;
  }
  .illust_05{
    position: absolute;
    bottom: 10px;
    left: 23%;
  z-index: 999;
  }
  .illust_06{
    position: absolute;
    bottom: 10px;
    right:23%;
    z-index: 999;
  }
  .illust_07{
    position: absolute;
    bottom: 10px;
    left: 25%;
    z-index: 999;
  }
  .illust_08{
    position: absolute;
    bottom: 10px;
    right:25%;
    z-index: 999;
  }

.titlePc {
	display: none !important;
}
  
  
/* slider */
  .slider_wrap{
    width: 100%;
    height: 125px;
    background: #000;
    overflow: auto;
    text-align: center;
    position: relative;
  }
  
.slider{
    display: flex;
    width: 100%;
    height: 125px;
    overflow: hidden;
    padding: 10px 0 0 0;
  }
  
  .slider img {
    width: auto;
    height: 90px;
    }
  
.slider img:first-child{animation: slide1 50s -25s linear infinite;}

.slider img:last-child{animation: slide2 50s linear infinite;}
  
.slider_window{
    position: absolute;
    width: 100%;
    height: 125px;
    margin: 0 auto;
    z-index: 99;
    background: url("../images/slider_window.png") repeat-x;
    background-size: auto 125px;
    top: 0;
  }  
  
.train_wrap {
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 1000;
  overflow: hidden;
  bottom: 0;
  }
.trainimage {
  position: absolute;
  width: 1000px;
  height: 20px;
  opacity: 0;
  
  }
  .trainimage.left{
  animation: change-img-anim2 20s infinite;
  }
  .trainimage.right{
  animation: change-img-anim1 20s infinite;
    animation-delay: 5s;
 }
  .trainimage.left2{
  animation: change-img-anim3 20s infinite;
    animation-delay: 10s;
  }
  .trainimage.right2{
  animation: change-img-anim1 20s infinite;
    animation-delay: 15s;
  }
  
 @keyframes change-img-anim{
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
  
  
@keyframes change-img-anim1 {
  0% {
    transform: translateX(-3000px);
    opacity: 1;
  }
  40% {
    transform: translateX(3000px);
    opacity: 1;
  }
  100% {
    transform: translateX(3000px);
    opacity: 1;
  }
}

@keyframes change-img-anim2 {
  0% {
    transform: translateX(3000px);
    opacity: 1;
  }
  40% {
    transform: translateX(-3000px);
    opacity: 1;
  }

  100% {
    transform: translateX(-3000px);
    opacity: 1;
  }
}
@keyframes change-img-anim3 {
  0% {
    transform: translateX(3000px);
    opacity: 1;
  }
  60% {
    transform: translateX(-3000px);
    opacity: 1;
  }

  100% {
    transform: translateX(-3000px);
    opacity: 1;
  }
}
  
  
  
  
/*title*/
.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

/*navigation*/
  
  #topNavi{
   background-color: #FFF;
    z-index: 9999;
    Position: sticky;
    top:0;
  } 
  

  
.topNavi {
	width: 100%!important;
	text-align: center;
    margin-top: 2%;
}

.topNavi > ul li.select span.icon:before{
    content: "\f3c5";
    font-family: FontAwesome;
    font-size: 0.9em;
    padding-right: 0.1em;
}  
.topNavi > ul li span.icon:before{
    content: "\f138";
    font-family: FontAwesome;
    font-size: 0.8em;
    padding-right: 0.1em;
}  

  
/*◆関西発*/
.kansaidep {
    border-bottom: 8px solid  #0066cc;
}

.topNavi ul#topNaviUL {
    width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.topNavi ul#topNaviUL li {
    display: inline;
    background: #fff;
    color: #0066cc;
    font-size: 16px;
	  font-weight: bold;
    line-height: 1.4;
    padding: 10px 5px;
    margin: 10px 1% 0 1%;
    border-radius: 10px 10px 0 0;
    width: 23%;
    border-top: 2px solid  #0066cc;
    border-right: 2px solid  #0066cc;
    border-left: 2px solid  #0066cc;
}

.topNavi ul#topNaviUL li.select {
    background: #0066cc;
    color: #FFF;
}

.topNavi ul#topNaviUL li:nth-child(4) {
    margin-right: 0;
}

.topNavi ul#topNaviUL li a {
    color: #0066cc;
}

.topNavi ul#topNaviUL li i {
    margin-right: 2%;
}

/*◆北陸発*/
.hokurikudep {
    border-bottom: 8px solid  #0066CC;
}

.hokurikudep ul#topNaviUL{
    width: 100%;
	  display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;
}

.hokurikudep ul#topNaviUL li {
    display: inline;
    background: #fff;
    color: #0066CC;
    font-size: 16px;
	  font-weight: bold;
    line-height: 1.4;
    padding: 10px 5px;
    margin: 10px 1% 0 1%;
    border-radius: 10px 10px 0 0;
    width: 23%;
    border-top: 2px solid  #0066CC;
    border-right: 2px solid  #0066CC;
    border-left: 2px solid  #0066CC;
}

.hokurikudep ul#topNaviUL li.select {
    background: #0066CC;
    color: #FFF;
}

.hokurikudep ul#topNaviUL li:nth-child(4) {
    margin-right: 0;
}

.hokurikudep ul#topNaviUL li a {
    color: #0066CC;
}

.topNavi ul#topNaviUL li i {
    margin-right: 2%;
}

/*◆中国発*/
.chugokudep {
    border-bottom: 8px solid  #0066CC;
}

.chugokudep ul#topNaviUL{
    width: 100%;
	  display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;
}

.chugokudep ul#topNaviUL li {
    display: inline;
    background: #fff;
    color: #0066CC;
    font-size: 16px;
	  font-weight: bold;
    line-height: 1.4;
    padding: 10px 5px;
    margin: 10px 1% 0 1%;
    border-radius: 10px 10px 0 0;
    width: 23%;
    border-top: 2px solid  #0066CC;
    border-right: 2px solid  #0066CC;
    border-left: 2px solid  #0066CC;
}

.chugokudep ul#topNaviUL li.select {
    background: #0066CC;
    color: #FFF;
}

.chugokudep ul#topNaviUL li:nth-child(4) {
    margin-right: 0;
}

.chugokudep ul#topNaviUL li a {
    color: #0066CC;
}

.chugokudep ul#topNaviUL li i {
    margin-right: 2%;
}

/*◆九州発*/
.kyushudep {
    border-bottom: 8px solid  #0066CC;
}

.kyushudep ul#topNaviUL{
    width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.kyushudep ul#topNaviUL li {
    display: inline;
    background: #fff;
    color: #0066CC;
    font-size: 16px;
	font-weight: bold;
    line-height: 1.4;
    padding: 10px 5px;
    margin: 10px 1% 0 1%;
    border-radius: 10px 10px 0 0;
    width: 23%;
    border-top: 2px solid  #0066CC;
    border-right: 2px solid  #0066CC;
    border-left: 2px solid  #0066CC;
}

.kyushudep ul#topNaviUL li.select {
    background: #0066CC;
    color: #FFF;
}

.kyushudep ul#topNaviUL li:nth-child(4) {
    margin-right: 0;
}

.kyushudep ul#topNaviUL li a {
    color: #0066CC;
}

.kyushudep ul#topNaviUL li i {
    margin-right: 2%;
}

/*◆エリア*/
.areaNavi ul {
	width: 100%!important;
	text-align: center;
    padding-bottom: 2%;
}

.areaNavi > ul li.select span.icon:before{
    content: "\f13a";
    font-family: FontAwesome;
    font-size: 0.8em;
    padding-right: 0.1em;
}  
.areaNavi > ul li span.icon:before{
    content: "\f138";
    font-family: FontAwesome;
    font-size: 0.8em;
    padding-right: 0.1em;
}  
  .areaNavi > ul li span.icon{
    font-size: 1em;
  }
  
.tab01 .areaNavi{
    background: #0066cc;
}

.tab02 .areaNavi {
    background: #0066CC;
}

.tab03 .areaNavi {
    background: #0066CC;
}

.tab04 .areaNavi {
    background: #0066CC;
}

.areaNavi ul li {
    display: inline-block;
    background: #fff;
    font-size: 16px;
	font-weight: bold;
    line-height: 1.4;
    padding: 5px 20px;
    margin: 5px 10px 5px 0;
    letter-spacing: 0.1em;
    border-radius: 30px;
}


/*.areaNavi ul li.tabiwatoku span {
    font-size: 80%;
}*/

.areaNavi ul li a {
    color: #000;
}


.areaNavi ul li.select {
    background: #ffff00;
    color: #000;
}


/*メッセージ*/
.message {
    padding: 20px 10px;
    text-align: center;
    line-height: 1.8;
}

.message img{
  width: 100%;
}

.endText {
    padding: 5%;
    margin: 8% auto 5%;
    text-align: center;
    background: #FFFCD2;
    color: #FF0000;
    width: 90%;
}  
  
/*見出し*/
  
  
h2 {
    position: relative;
    padding: .5em .7em;
    background-color: #660099;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}

h2 div {
    font-size: 70%;
    font-weight: normal;
}

h3 {
  position: relative;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #0066CC;
  border: solid 2px #666666;
  border-bottom: none;
  color: #FFF;
  width: 100%;
  box-sizing: border-box;
  
}

h4 {
  font-size: 1.2em;
  border-bottom: 1px solid #0000FF;
  padding: 0 0 5px 0;
  margin: 20px 0 10px 0;
  font-weight: bold;
  text-align: center;
  }

.catch {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 5% 0 3%;
  line-height: 1.6;
}

.catch span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

	
/*新着情報*/
.whatsnew {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 150px;
}

.whatsnew dl {
  width: 100%;
	padding: 2% 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.whatsnew dt {
	text-align: left;
	padding-bottom: 1%;
}

.whatsnew dl:last-child{
	border: none;
}

	
  
  
/*campaign　*/
  
  .campaign_inner{
    width: 100%;
    margin: 15px 0 5px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .campaign_inner img{
    width: 100%;
  }


/*プラン*/
.planBox {
  border: solid 2px #666666;
  border-top: none;
    padding: 13px;
    background: #FFF;
    width: 100%;
    margin: 0 auto 0;
  box-sizing: border-box;
}

.planBox_inner{
  margin: 0 0 30px 0;
}
  
.planBox .img-wrap{
  width: 100%;
 }  
 .planBox .img-wrap p{
  width: 100%;
   line-height: 1.4;
   margin: 10px 0 0 0;
}  

.planBox .img-frame_slick{
  height: auto;
  position: relative;
  width: 100%;
}

.planBox .img-frame_slick img {
	width: 100%;
	height: auto;
}

.planBox .fixing {
    height: 250px;
  overflow: hidden;
  position: relative;
}

.planBox .fixing img {
	width: 100%;
	height: auto;
}

.planBox .detail {
	width: 100%;
	line-height: 1.2;
}

.planBox .detail .price {
  margin: 20px 0 15px 0;
}
.planBox .detail .price img{
  width: 100%;
}
.planBox .detail .cap {
  margin: 0 0 20px 0;
  font-size: 0.9em;
  line-height: 1.4;
}
.planBox .detail .cap img{
  width: 100%;
}
.planBox .detail .otoku{
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

  
.planBox .detail .otoku img{
  width: 100%;
}
  
.itemBox ul li {
    display: flex;
    justify-content: flex-start;
}
	
.itemBox ul li span {
    display: block;
}
	
.itemBox ul li span.label {
    margin: 0 5px 0 0;
    /*width: 20%;*/
    white-space: nowrap;
}

.itemBox ul li span.lead {
}

.planBox .Btn02 {
  color: #fff;
  width: 100%;
  margin-top: 10px;
  font-size: 1.2em;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
}

.planBox .Btn02 a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px 20px;
	border-radius: 15px;

	background: #FF8000;
}
.planBox .Btn02 a span{
  font-size: 0.8em;
  font-weight: normal;
}
  
  
  
.planBox .Btn02::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

/*tabiwaチケット*/
.ticketBox {
    border: 2px solid #CCC;
    /*padding: 15px;*/
    background: #FFF;
}

.ticketBox .ticketPhoto {
}


.ticketBox .ticketPoint {
    padding: 10px 15px 15px;
    line-height: 1.4;
}
  

.ticketBox .ticketName {
    font-size: 1em;
    font-weight: bold;
    background: #FFF0B4;
    padding: 0.5em 0 0 0;
    height: 3em;
  position: relative;
  box-sizing: border-box;
}

.ticketBox .ticketName img.icon{
  width:30px;
  position: absolute;
  z-index: 100;
}
.ticketBox .ticketName p{
    font-size: 0.8em;
  position: absolute;
  left: 35px;
  padding: 0;
}
.ticketBox .ticketName p span{
  font-size: 0.7em;
}

  
  
.ticketBox .ticketPoint {
    padding: 5px 5px 5px;
    line-height: 1.4;
    font-size: 0.8em;
}
.ticketBox .ticketPoint p{
  margin-bottom: 1em;
}
.ticketslider{
  height: auto;
  position: relative;
  width: 100%;
  padding: 0 0 40px 0;
}

.ticketslider .slide{
  padding: 2px;
}

/*list横並び*/
.itemList2,
.itemList3,
.itemList4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div,
.itemList3 > div,
.itemList4 > div {
  width: 100%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList2,
.itemList3,
.itemList4 > div img {
  width: 100%;
  height: auto;
}

/*アコーディオン*/
.accordion {
    max-width: 100%;
    background-color: #ffffff;
    margin-top: 20px;
}

.accordion:not([open]) {
    margin-bottom: 7px;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em 1em 3em;
    border-radius: 5px;
    background-color: #0099ff;
    color: #fff;
    font-size: 1.0em;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    line-height: 1.4;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::before,
.accordion summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 1.5em;;
}

.accordion summary::before {
    rotate: 90deg;
}

.accordion summary::after {
    transition: rotate .3s;
}

.accordion[open] summary::after {
    rotate: 90deg;
}

.accordion .accordionInner {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0.5em;
    color: #000000;
    transition: transform .5s, opacity .5s;
}

.accordion[open] .accordionInner {
    transform: none;
    opacity: 1;
}

/*注意事項*/
.subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 5% 0 2%;
}

ul.guideList {
	line-height: 1.4;
	margin-top: 2%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li span {
	color: #F00;
}

/*ボタン*/
  .inner_Btn{
    width:100%;
    margin:0 auto;
    padding:30px 0;
    
  }
  
.Btn {
  color: #fff;
  width: 96%;
  margin: 2% auto;
  text-align: center;
  background: #006837;
  border-radius: 5px;
  padding: 6% 2%;
  position: relative; /* 追記 */
  font-weight: bold;
  font-size: 1.2em;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 90%;
  margin: 2% auto;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 4% 3%;
  position: relative; /* 追記 */
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_hoku {
  color: #fff;
  width: 90%;
  margin: 2% auto;
  text-align: center;
  background: #f7b400;
  border-radius: 5px;
  padding: 6% 2%;
  position: relative; /* 追記 */
  font-weight: bold;
  font-size: 1.0em;
}

.Btn_shira {
  color: #fff;
  width: 90%;
  margin: 2% auto;
  text-align: center;
  background: #ea6d99;
  border-radius: 5px;
  padding: 6% 2%;
  position: relative; /* 追記 */
  font-weight: bold;
  font-size: 1.0em;
}

.Btn_kino {
  color: #fff;
  width: 90%;
  margin: 2% auto;
  text-align: center;
  background: #7fbe33;
  border-radius: 5px;
  padding: 6% 2%;
  position: relative; /* 追記 */
  font-weight: bold;
  font-size: 1.0em;
}

.Btn_haka {
  color: #fff;
  width: 90%;
  margin: 2% auto;
  text-align: center;
  background: #a574af;
  border-radius: 5px;
  padding: 6% 2%;
  position: relative; /* 追記 */
  font-weight: bold;
  font-size: 1.0em;
}

.Btn_hoku a,
.Btn_shira a,
.Btn_kino a,
.Btn_haka a {
	color: #fff;
}

.Btn_hoku::after,
.Btn_shira::after,
.Btn_kino::after,
.Btn_haka::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-weight: bold;
}

/*photoswipe*/
figure {
	position: relative;
}

figure img {
	width: 100%;
	height: auto;
	padding: 0 2%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

*, *:before, *:after {
	box-sizing: border-box;
}

.shindan img {
  width: 96%;
  height: auto;
    margin: 4% 2% 15%;
}

/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2%;
}

#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}

#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}


}




/*
PC
==================================================== */
@media screen and (min-width: 760px),print {
  
  
.pcnone{
	display:none;
}
#container{
  position: relative;
  z-index:1;
}

.tabarea section:nth-child(odd){background-color: #FFF; padding: 30px 0;}
.tabarea section:nth-child(even){background-color: #FFFFB4; padding: 30px 0;}


  
.inner {
	width: 900px;
	margin:0 auto 0 auto;
}

/*title*/
.titlePc {
	width: 100%!important;
	text-align: center;
	background:url("../images/title_back.jpg");
  background-size: cover;
  background-position: center;
	position: relative;
  padding: 5px 0 15px 0;
}
.titlePc .titlePc_wrap{
  position: relative;
  width: 890px;
  height: 200px;
  margin: 0 auto;
}
.titlePc .titlePc_img{
  position: absolute;
}

.titlePc .titlePc_illust{
  position: absolute;
  width: 890px;
  height: 200px;
  z-index: 999;
  margin: 0 auto;
  top: 0;
  left: 0;
}
.titlePc .titlePc_illust img{
  display: none;
  width: 130px;
}

  .illust_01{
    position: absolute;
    bottom: 0;
    left: 105px;
    z-index: 999;
  }
  .illust_02{
    position: absolute;
    bottom: 0;
    right:110px;
    z-index: 999;
  }
  .illust_03{
    position: absolute;
    bottom: 0;
    left: 120px;
  z-index: 999;
  }
  .illust_04{
    position: absolute;
    bottom:0px;
    right:110px;
    z-index: 999;
  }
  .illust_05{
    position: absolute;
    bottom: 0;
    left: 105px;
  z-index: 999;
  }
  .illust_06{
    position: absolute;
    bottom:0px;
    right:110px;
    z-index: 999;
  }
  .illust_07{
    position: absolute;
    bottom: 0;
    left: 105px;
  z-index: 999;
  }
  .illust_08{
    position: absolute;
    bottom: 0px;
    right:110px;
    z-index: 999;
  }

.titleSp {
	display: none !important;
}
  
  
/* slider */
  .slider_wrap{
    width: 100%;
    height: 202px;
    background: #000;
    overflow: auto;
    text-align: center;
    position: relative;
  }
  
.slider{
    display: flex;
    width: 100%;
    height: 202px;
    overflow: hidden;
    padding: 15px 0 0 0;
  }
  .slider img {
        width: 3200px;
        height: 140px;
    }
.slider img:first-child{
            animation: slide1 50s -25s linear infinite;
        }

.slider img:last-child{
            animation: slide2 50s linear infinite;
        }


  
  .slider_window{
    position: absolute;
    width: 100%;
    height: 202px;
    margin: 0 auto;
    z-index: 99;
    background: url("../images/slider_window.png") repeat-x;
    top: 0;
  }  
  
  
.train_wrap {
  position: absolute;
  width: 100%;
  height: 40px;
  z-index: 1000;
  overflow: hidden;
  bottom: 0;
  }
.trainimage {
  position: absolute;
  width: 1000px;
  height: 30px;
  opacity: 0;
  
  }
  .trainimage.left{
  animation: change-img-anim2 20s infinite;
  }
  .trainimage.right{
  animation: change-img-anim1 20s infinite;
    animation-delay: 5s;
 }
  .trainimage.left2{
  animation: change-img-anim3 20s infinite;
    animation-delay: 10s;
  }
  .trainimage.right2{
  animation: change-img-anim1 20s infinite;
    animation-delay: 15s;
  }
  
 @keyframes change-img-anim{
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
  
  
@keyframes change-img-anim1 {
  0% {
    transform: translateX(-3000px);
    opacity: 1;
  }
  40% {
    transform: translateX(3000px);
    opacity: 1;
  }
  100% {
    transform: translateX(3000px);
    opacity: 1;
  }
}

@keyframes change-img-anim2 {
  0% {
    transform: translateX(3000px);
    opacity: 1;
  }
  40% {
    transform: translateX(-3000px);
    opacity: 1;
  }

  100% {
    transform: translateX(-3000px);
    opacity: 1;
  }
}
@keyframes change-img-anim3 {
  0% {
    transform: translateX(3000px);
    opacity: 1;
  }
  60% {
    transform: translateX(-3000px);
    opacity: 1;
  }

  100% {
    transform: translateX(-3000px);
    opacity: 1;
  }
}

  

/*navigation*/
  #topNavi{
   background-color: #FFF;
    z-index: 9999;
    Position: sticky;
    top:0;
  } 
  
.topNavi {
	width: 100%!important;
	text-align: center;
  margin-top: 10px;
}

.topNavi > ul li.select span.icon:before{
    content: "\f3c5";
    font-family: FontAwesome;
    font-size: 0.9em;
    padding-right: 0.1em;
}  
.topNavi > ul li span.icon:before{
    content: "\f138";
    font-family: FontAwesome;
    font-size: 0.8em;
    padding-right: 0.1em;
}  

  
  
/*◆関西発*/
.kansaidep {
    border-bottom: 8px solid  #0066cc;
}

.kansaidep ul#topNaviUL {
	width: 970px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.kansaidep ul#topNaviUL li {
	display: inline;
    background: #fff;
    color: #0066cc;
    font-size: 24px;
	font-weight: bold;
    line-height: 1.4;
    padding: 10px 5px;
    margin: 5px 10px 0 0;
    letter-spacing: 0.1em;
    border-radius: 10px 10px 0 0;
    width: 24.2%;
    border-top: 3px solid  #0066cc;
    border-right: 3px solid  #0066cc;
    border-left: 3px solid  #0066cc;
}

.kansaidep ul#topNaviUL li.select {
    background: #0066cc;
    color: #FFF;
}

.kansaidep ul#topNaviUL li:nth-child(4) {
    margin-right: 0;
}

.kansaidep ul#topNaviUL li a {
    color: #0066cc;
}

.kansaidep ul#topNaviUL li i {
    margin-right: 2%;
}

/*◆北陸発*/
.hokurikudep {
    border-bottom: 8px solid  #0066CC;
}

.hokurikudep ul#topNaviUL {
	width: 970px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.hokurikudep ul#topNaviUL li {
	display: inline;
    background: #fff;
    color: #0066CC;
    font-size: 24px;
	font-weight: bold;
    line-height: 1.4;
    padding: 10px 5px;
    margin: 5px 10px 0 0;
    letter-spacing: 0.1em;
    border-radius: 10px 10px 0 0;
    width: 24.2%;
    border-top: 3px solid  #0066CC;
    border-right: 3px solid  #0066CC;
    border-left: 3px solid  #0066CC;
}

.hokurikudep ul#topNaviUL li.select {
    background: #0066CC;
    color: #FFF;
}

.hokurikudep ul#topNaviUL li:nth-child(4) {
    margin-right: 0;
}

.hokurikudep ul#topNaviUL li a {
    color: #0066CC;
}

.hokurikudep ul#topNaviUL li i {
    margin-right: 2%;
}

/*◆中国発*/
.chugokudep {
    border-bottom: 8px solid  #0066CC;
}

.chugokudep ul#topNaviUL {
	width: 970px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.chugokudep ul#topNaviUL li {
	display: inline;
    background: #fff;
    color: #0066CC;
    font-size: 24px;
	font-weight: bold;
    line-height: 1.4;
    padding: 10px 5px;
    margin: 5px 10px 0 0;
    letter-spacing: 0.1em;
    border-radius: 10px 10px 0 0;
    width: 24.2%;
    border-top: 3px solid  #0066CC;
    border-right: 3px solid  #0066CC;
    border-left: 3px solid  #0066CC;
}

.chugokudep ul#topNaviUL li.select {
    background: #0066CC;
    color: #FFF;
}

.chugokudep ul#topNaviUL li:nth-child(4) {
    margin-right: 0;
}

.chugokudep ul#topNaviUL li a {
    color: #0066CC;
}

.chugokudep ul#topNaviUL li i {
    margin-right: 2%;
}

/*◆九州発*/
.kyushudep {
    border-bottom: 8px solid  #0066CC;
}

.kyushudep ul#topNaviUL {
	width: 970px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.kyushudep ul#topNaviUL li {
	display: inline;
    background: #fff;
    color: #0066CC;
    font-size: 24px;
	font-weight: bold;
    line-height: 1.4;
    padding: 10px 5px;
    margin: 5px 10px 0 0;
    letter-spacing: 0.1em;
    border-radius: 10px 10px 0 0;
    width: 24.2%;
    border-top: 3px solid  #0066CC;
    border-right: 3px solid  #0066CC;
    border-left: 3px solid  #0066CC;
}

.kyushudep ul#topNaviUL li.select {
    background: #0066CC;
    color: #FFF;
}

.kyushudep ul#topNaviUL li:nth-child(4) {
    margin-right: 0;
}

.kyushudep ul#topNaviUL li a {
    color: #0066CC;
}

.kyushudep ul#topNaviUL li i {
    margin-right: 2%;
}

/*◆エリア*/
.areaNavi ul {
	width: 100%!important;
	text-align: center;
  padding: 10px 0;
}

.areaNavi > ul li.select span.icon:before{
    content: "\f13a";
    font-family: FontAwesome;
    font-size: 0.8em;
    padding-right: 0.1em;
}  
.areaNavi > ul li span.icon:before{
    content: "\f138";
    font-family: FontAwesome;
    font-size: 0.8em;
    padding-right: 0.1em;
}  
  .areaNavi > ul li span.icon{
    font-size: 1em;
  }
  
.tab01 .areaNavi{
    background: #0066cc;
}

.tab02 .areaNavi {
    background: #0066CC;
}

.tab03 .areaNavi {
    background: #0066CC;
}

.tab04 .areaNavi {
    background: #0066CC;
}

.areaNavi ul li {
    display: inline-block;
    background: #fff;
    font-size: 20px;
	  font-weight: bold;
    line-height: 1.4;
    padding: 5px 10px;
    margin: 5px 10px 5px 0;
    letter-spacing: 0.1em;
    border-radius: 30px;
    width: 120px;
}

.areaNavi ul li a {
    color: #000;
}

.areaNavi ul li.select {
    background: #ffff00;
    color: #000;
}

/*メッセージ*/
.message {
    padding: 30px;
    text-align: center;
    line-height: 1.8;
}

.endText {
    padding: 30px;
    margin: 20px auto 10px;
    text-align: center;
    background: #FFFCD2;
    color: #FF0000;
    width: 970px;
}

/*見出し*/
  
h2.campaign {
    position: relative;
    padding: .5em .7em;
    margin-bottom: 30px;
    background-color: #660099;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

h2.area {
    position: relative;
    padding: .5em .7em;
    background-color: #660099;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
  
h3 {
  position: relative;
  padding: 0.5rem 1.5rem 0.5rem;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  background-color: #0066CC;
  border: solid 2px #666666;
  border-bottom: none;
  color: #FFF;
  width: 100%;
  box-sizing: border-box;
}
  
h4 {
  font-size: 20px;
  border-bottom: 1px solid #0000FF;
  padding: 0 0 5px 0;
  margin: 30px 0 15px 0;
  font-weight: bold;
  text-align: center;
  }
  
  .catch {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

.catch span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

  
  /*campaign　*/
  
  .campaign_inner{
    width: 970px;
    margin: 0 auto 5px;
    text-align: center;
  }
	
/*新着情報*/
.whatsnew {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 150px;
}

.whatsnew dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	padding: 2% 0;
	border-bottom: 1px solid #ccc;
}

.whatsnew dt {
    width: 150px;
	padding-bottom: 1%;
	text-align: left;
}
    
.whatsnew dd {
    width: 700px;
	padding-bottom: 1%;
	text-align: left;
}

.whatsnew dl:last-child{
	border: none;
}

/*プラン*/
.planBox {
    border: 2px solid #666666;
    border-top: none;
    padding: 13px;
    background: #FFF;
    width: 100%;
}
  
.planBox_inner{
  display: flex;
  margin: 0 0 30px 0;
}
  
.planBox .img-wrap{
  width: 300px;
 }  
 .planBox .img-wrap p{
   width: 300px;
   line-height: 1.4;
   margin: 10px 0 0 0;
}  

.planBox .img-frame_slick{
  height: auto;
  position: relative;
  width: 100%;
}

.planBox .img-frame_slick img {
	width: 100%;
	height: auto;
}


  
.planBox .fixing {
    position: absolute;
    margin-right: 10px;
}

.planBox .fixing img {
	width: 300px;
	height: auto;
}

.planBox .detail {
	width: 530px;
	line-height: 1.2;
  margin-left: 40px;
  text-align: center;
}
.planBox .detail .price {
  margin: 0 0 15px 0;
}
.planBox .detail .cap {
  margin: 0 0 20px 0;
  font-size: 14px;
	line-height: 1.4;
}

.planBox .Btn02 {
  color: #fff;
  width: 62%;
  margin: 0 auto;
  font-size: 130%;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}

.planBox .Btn02 a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px 20px;
	background: #FF8000;
	border-radius: 30px;
  font-size: 24px;
}
.planBox .Btn02 a span{
  font-size: 18px;
  font-weight: normal;
}

.planBox .Btn02::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.planBox .detail .action {
    margin-top: 5px;
    padding: 10px;
    background: #FFE7E7;
    width: 100%;
    line-height: 1.5;
}

.planBox .detail .note {
    line-height: 1.5;
    border-top: 1px dashed #000;
    margin-top: 10px;
    padding-top: 10px;
}

.planBox ul li {
    display: flex;
    justify-content: flex-start;
}
	
.planBox ul li span {
    display: block;
}
	
.planBox ul li span.label {
    margin: 0 5px 0 0;
    /*width: 20%;*/
    white-space: nowrap;
}

.planBox ul li span.lead {
}


/*tabiwaチケット*/
.ticketBox {
    border: 2px solid #CCC;
    /*padding: 15px;*/
    background: #FFF;
}

.ticketBox .ticketPhoto {
}

.ticketBox .ticketName {
    font-size: 18px;
    font-weight: bold;
    background: #FFF0B4;
    padding: 15px 0;
    height: 70px;
  position: relative;
}

.ticketBox .ticketName img.icon{
  width:60px;
  position: absolute;
  z-index: 100;
}
.ticketBox .ticketName p{
  position: absolute;
  left: 70px;
}
.ticketBox .ticketName p span{
  font-size: 16px;
}

  
  
.ticketBox .ticketPoint {
    padding: 10px 15px 15px;
    line-height: 1.4;
}
.ticketBox .ticketPoint p{
  margin-bottom: 1em;
}

  .ticketslider{
  height: auto;
  position: relative;
  width: 100%;
  padding: 0 0 40px 0;
}

.ticketslider .slide{
  padding: 7px;
}
  

/*list横並び*/
.itemList2,
.itemList3,
.itemList4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList3 > div {
  width: 33.33333%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList4 > div {
  width: 25%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList2,
.itemList3,
.itemList4 > div img {
  width: 100%;
  height: auto;
}

/*アコーディオン*/
.accordion {
    max-width: 100%;
    background-color: #ffffff;
    margin-top: 20px;
}

.accordion:not([open]) {
    margin-bottom: 7px;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em 1em 3em;
    border-radius: 5px;
    background-color: #0099ff;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    line-height: 1.4;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::before,
.accordion summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 1.5em;
}

.accordion summary::before {
    rotate: 90deg;
}

.accordion summary::after {
    transition: rotate .3s;
}

.accordion[open] summary::after {
    rotate: 90deg;
}

.accordion .accordionInner {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #000000;
    transition: transform .5s, opacity .5s;
}

.accordion[open] .accordionInner {
    transform: none;
    opacity: 1;
}

/*注意事項*/
.subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 14px 0 6px;
}

ul.guideList {
	padding: 0;
    margin-top: 8px;
	line-height: 1.4;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li span {
	color: #F00;
}

/*条件から探す*/
.search_kokunaiBar{
    width: 100%;
        margin: 20px auto 0;
}
.search_kokunaiBar .serchBox{
/*
    box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.6);
    border-radius: 5px 5px 0 0;
*/
}
.search_kokunaiBar .serchBox > ul{
    font-size: 0;
}
.search_kokunaiBar .serchBox li{
    width: 100%; /* 32 */
    margin: 0;
    margin-right: 1%;
    padding: 15px 0 10px 0;
    background: #fff !important;
    color: #0952a4 !important;
    border-left:none;
    border-radius: 5px 5px 0 0;
}
.search_kokunaiBar .serchBox li:last-child {
    margin-right: 0;
}
.search_kokunaiBar .serchBox li.select {
    background: #0952a4 !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}
.search_kokunaiBar .serchBox li:hover {
    background: #0952a4 !important;
    color: #fff !important;
}
.tab_airset{display:none;}

.search_kokunaiBar .serchBox .content_wrap{
    border-top:solid 6px #0952a4;
    box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.6);
    border-radius: 0px 0px 0 0;
}
.search_kokunaiBar .serchBox .date dd{
    padding-top: 2px;
    width: 100%;
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach{
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    background: #0952a4 !important;
    padding: 10px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: solid 1px #0952a4 !important;
    width: 60% !important;
    margin: 20px auto 0 !important;
    transition: 0.2s !important;
  	color: #fff !important;	
}
.search_kokunaiBar #doAirSearch:hover,.search_kokunaiBar .btnSeach:hover {
    background: #0952a4 !important;
    color: #fff !important;
    border: solid 1px #0952a4 !important;
    transform: translate(0,2px);
}
.search_kokunaiBar .btnSeach::after{
    position: absolute;
    right: 15px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach:hover{
    background-color: #fff!important;
    border: solid 1px #0952a4 !important;
    color: #0952a4!important;
}
.search_kokunaiBar .btnSeach:hover::after{
    border-top: 2px solid #0952a4;
    border-right: 2px solid #0952a4;
}

.search_kokunaiBar #pax_wrap {
    width: 600px !important;
}

.search_kokunaiBar .NTA_air_popup_calendar_contents .title_air {
    padding: 5px 0;
    margin-bottom: 10px;
}

/*ボタン*/
  .inner_Btn{
    width:600px;
    margin:0 auto;
    padding:50px 0;
    
  }
  
.Btn {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #006837;
  border-radius: 10px;
  padding: 10px 30px;
  position: relative; /* 追記 */
  font-size: 24px;
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-weight: bold;
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 16px;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_hoku {
  color: #fff;
  width: 60%;
  margin: 10px auto;
  text-align: center;
  background: #f7b400;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}

.Btn_shira {
  color: #fff;
  width: 60%;
  margin: 10px auto;
  text-align: center;
  background: #ea6d99;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}

.Btn_kino {
  color: #fff;
  width: 60%;
  margin: 10px auto;
  text-align: center;
  background: #7fbe33;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}

.Btn_haka {
  color: #fff;
  width: 60%;
  margin: 10px auto;
  text-align: center;
  background: #a574af;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}

.Btn_hoku a,
.Btn_shira a,
.Btn_kino a,
.Btn_haka a {
	color: #fff;
}

.Btn_hoku::after,
.Btn_shira::after,
.Btn_kino::after,
.Btn_haka::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-weight: bold;
}

/*photoswipe*/
figure {
	position: relative;
    width: 970px;
    margin: 0 auto 20px;
}

figure img {
	width: 100%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

.shindan {
    width: 970px;
    margin: 0 auto 30px;
}



/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}

#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {
  background-color: #152a8c;
}
#pagetop a:hover::after {
border-width: 0 6px 9px 6px;
border-color: transparent transparent #fff transparent;
}


}

@keyframes slide1 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(3200px);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(-3200px);
  }
  to {
    transform: translateX(0);
  }
}





.slick-track {
  display: flex !important;
}
.slick-slide {
  height: auto !important;
}
.slide-dots {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  bottom:0;
}
.slide-dots li {
  display: inline-block!important;
  margin: 0 5px !important;
  padding: 0 !important;
}
.slide-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #969696;
  background: #FFF;
}
.slide-dots li button:hover {
  background: #333333;
}
.slide-dots li button:focus {
  background: #969696;
}
.slide-dots li.slick-active button {
  background: #969696;
}
