@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;
}

.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;
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
.pc{
	display:none;
}
.sp{
	display:block;
}

#container{
  position: relative;
  z-index:1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.main_kv{
  width:100%;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto 10px auto;
  text-align: center;
  background: #5A0AAA;
}
.main_kv img{
  width: 80%;
}

.sec01_wrap{
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  background: url("../images/common_bk01.png");
  margin: 0 0 10px 0;
}
.sec01_wrap .inner{
  max-width: 670px;
  margin: 0 auto;
}
.sec01_wrap .inner img{
  width: 100%;
}
.sec02_wrap{
  width: 100%;
  padding: 25px 10px;
  box-sizing: border-box;
  background: url("../images/common_bk01.png");
  margin: 0 0 20px 0;
}
.sec02_wrap .inner{
  max-width: 638px;
  margin: 0 auto;
}
.sec02_wrap .inner .sec02_step{
  max-width: 638px;
  margin: 0 auto 20px;
}
.sec02_wrap .inner .sec02_step img{
  width: 100%;
  vertical-align: bottom;
}
.sec02_wrap .inner .sec02_step a:hover img{
  opacity: 1;
}

  
.sec02_wrap .inner .tabiwa_ticket{
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  background: #EFEAFD;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
.sec02_wrap .inner .tabiwa_ticket .ticket_title{
  width: 60%;
  margin: 0 auto;
}  
.sec02_wrap .inner .tabiwa_ticket .ticket_title img{
  width: 100%;
  margin: 0 0 10px 0;
}  
  
.sec03_wrap{
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.sec03_wrap .sec03_box{
  max-width: 890px;
  border: 3px solid #F15A24;
  border-top: none;
  padding: 0 0 10px 0;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
}
.sec03_wrap .sec03_box h2{
  background: #F15A24;
  color: #FFF;
  text-align: center;
  width: 100%;
  font-size: 22px;
  font-weight: 900;
  padding: 10px 0;
  margin: 0 0 10px 0;
}

.sec03_wrap .sec03_box .inner{
  max-width: 620px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
}
.sec03_wrap .sec03_box .inner .cp_banner{
  margin: 0 0 20px 0;
}
.sec03_wrap .sec03_box .inner .cp_banner img{
  width: 100%;
}

.sec03_wrap .sec03_box .inner .cp_day{
  margin: 0 0 20px 0;
  background: #8DEAE6;
  font-size: 18px;
  color: #00009C;
  font-weight: 900;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.3em;
}
.sec03_wrap .sec03_box .inner p{
  font-size: 16px;
  line-height: 1.3em;
  margin: 0 0 20px 0;
  text-align: left;
}
.sec04_wrap{
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  background: url("../images/common_bk02.png");
  margin: 0 0 30px 0;
}
.sec04_wrap .inner{
  max-width: 890px;
  margin: 0 auto;
  padding: 20px 10px;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 20px;
}
.sec04_wrap .inner .sec04_box{
  max-width: 600px;
  margin: 0 auto;
}
.sec04_wrap .inner .sec04_box h2{
  font-size: 18px;
  font-weight: 500;
  background: #FFFF2D;
  padding: 20px 0;
  text-align: center;
  line-height: 1.3em;
}
.sec04_wrap .inner .sec04_box p{
  font-size: 16px;
  line-height: 1.3em;
  margin: 10px 0 0 0;
  text-align: left;
}
.sec04_wrap .inner p a{
  color: #0000FF;
  text-decoration: underline;
}
  
.btn_a a{
  font-size: 22px;
  color: #FFF;
  width: 100%;
  line-height: 1.3em;
  display: block;
  background: url("../images/common_arrow01.png") no-repeat center left 20px #0096BC;
  background-size: 11px 19px;
  border-radius: 10px;
  margin: 10px 0 0 0;
  text-align: center;
  font-weight: 900;
  padding: 20px 0;
  }
  
.btn_b a{
  font-size: 22px;
  color: #F15A24;
  width: 100%;
  line-height: 1.3em;
  display: block;
  background: url("../images/common_arrow02.png") no-repeat center left 20px #FFF;
  background-size: 11px 19px;
  border-radius: 10px;
  margin: 10px 0 0 0;
  border:3px solid #F15A24;
  text-align: center;
  font-weight: 900;
  padding: 20px 0;
  }  
.btn_c a{
  font-size: 22px;
  color: #FFF;
  width: 100%;
  line-height: 1.3em;
  display: block;
  background: url("../images/common_arrow01.png") no-repeat center left 20px #F15A24;
  background-size: 11px 19px;
  border-radius: 10px;
  margin: 10px 0 0 0;
  text-align: center;
  font-weight: 900;
  padding: 20px 0;
  }

/*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;
}
  
  


/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 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;
}

 /*news*/
#newsImportant {
margin: 5px;
display: flex;
font-size: 11px;
}
#newsImportant dt {
width: 72px;
height: fit-content;
background: #e62d2d;
color: #FFF;
text-align: center;
border-radius: 3px;
margin-top: 2px;
padding: 3px 0;
}
#newsImportant dd {
width: 100%;
padding: 0 10px;
}
#newsImportant li {
padding: 5px 3px 5px 12px;
position: relative;
font-size: 1.1em;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2) {
border-top: 1px dotted #ccc;
}
#newsImportant li:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 6px solid #555555;
border-right: 0;
position: absolute;
top: 7px;
left: 0;
}


}




/*
PC
==================================================== */
@media screen and (min-width: 760px),print {
  
.pc{
	display:block;
}
.sp{
	display:none;
}
#container{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.main_kv{
  width:100%;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
  text-align: center;
  background: #5A0AAA;
}
.main_kv img{
  max-width: 582px;
}

.sec01_wrap{
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  background: url("../images/common_bk01.png");
  margin: 0 0 20px 0;
}
.sec01_wrap .inner{
  max-width: 970px;
  margin: 0 auto;
}
.sec01_wrap .inner img{
  width: 100%;
}
.sec02_wrap{
  width: 100%;
  padding: 50px 10px;
  box-sizing: border-box;
  background: url("../images/common_bk01.png");
  margin: 0 0 30px 0;
}
.sec02_wrap .inner{
  max-width: 970px;
  margin: 0 auto;
}
.sec02_wrap .inner .sec02_step{
  max-width: 970px;
  margin: 0 auto 50px;
}
.sec02_wrap .inner .sec02_step img{
  width: 100%;
  vertical-align: bottom;
}
.sec02_wrap .inner .tabiwa_ticket{
  max-width: 638px;
  padding: 30px 25px;
  box-sizing: border-box;
  background: #EFEAFD;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
}
.sec02_wrap .inner .tabiwa_ticket .ticket_title{
  max-width: 320px;
  margin: 0 auto;
}  
.sec02_wrap .inner .tabiwa_ticket .ticket_title img{
  width: 100%;
  margin: 0 0 10px 0;
}  
  
.sec03_wrap{
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.sec03_wrap .sec03_box{
  max-width: 890px;
  border: 3px solid #F15A24;
  border-top: none;
  padding: 0 0 30px 0;
  box-sizing: border-box;
  margin: 0 auto 40px auto;
}
.sec03_wrap .sec03_box h2{
  background: #F15A24;
  color: #FFF;
  text-align: center;
  width: 100%;
  font-size: 32px;
  font-weight: 900;
  padding: 15px 0;
  margin: 0 0 30px 0;
}

.sec03_wrap .sec03_box .inner{
  max-width: 620px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
}
.sec03_wrap .sec03_box .inner .cp_banner{
  margin: 0 0 20px 0;
}
.sec03_wrap .sec03_box .inner .cp_day{
  margin: 0 0 20px 0;
  background: #8DEAE6;
  font-size: 22px;
  color: #00009C;
  font-weight: 900;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.sec03_wrap .sec03_box .inner p{
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 0 20px 0;
  text-align: left;
}
.sec04_wrap{
  width: 100%;
  padding: 50px 10px;
  box-sizing: border-box;
  background: url("../images/common_bk02.png");
  margin: 0 0 30px 0;
}
.sec04_wrap .inner{
  max-width: 890px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 20px;
}
.sec04_wrap .inner .sec04_box{
  max-width: 600px;
  margin: 0 auto;
}
.sec04_wrap .inner .sec04_box h2{
  font-size: 20px;
  font-weight: 500;
  background: #FFFF2D;
  padding: 20px 0;
  text-align: center;
  line-height: 1.3em;
}
.sec04_wrap .inner .sec04_box p{
  font-size: 18px;
  line-height: 1.3em;
  margin: 10px 0 0 0;
  text-align: left;
}
.sec04_wrap .inner p a{
  color: #0000FF;
  text-decoration: underline;
}
  
.btn_a a{
  font-size: 24px;
  color: #FFF;
  width: 100%;
  line-height: 60px;
  display: block;
  background: url("../images/common_arrow01.png") no-repeat center left 20px #0096BC;
  border-radius: 10px;
  margin: 20px 0 0 0;
  text-align: center;
  font-weight: 900;
  }
  
.btn_b a{
  font-size: 24px;
  color: #F15A24;
  width: 100%;
  line-height: 70px;
  display: block;
  background: url("../images/common_arrow02.png") no-repeat center left 20px #FFF;
  border-radius: 10px;
  margin: 20px 0 0 0;
  border:3px solid #F15A24;
  text-align: center;
  font-weight: 900;
  }  
.btn_c a{
  font-size: 24px;
  color: #FFF;
  width: 100%;
  line-height: 70px;
  display: block;
  background: url("../images/common_arrow01.png") no-repeat center left 20px #F15A24;
  border-radius: 10px;
  margin: 20px 0 0 0;
  text-align: center;
  font-weight: 900;
  }

/*photoswipe*/
figure {
	position: relative;
	margin-bottom: 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;
}

/*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;
}

/*news*/
#newsImportant {
width: 100%;
max-width: 970px;
margin: 5px auto;
display: flex;
font-size: 12px;
padding: 8px;
}
#newsImportant dt {
width: 72px;
height: fit-content;
background: #e62d2d;
color: #FFF;
text-align: center;
border-radius: 3px;
margin-top: 1px;
padding: 3px 0;
}
#newsImportant dd {
width: 100%;
padding: 0 10px;
}
#newsImportant li {
padding: 3px 3px 3px 12px;
position: relative;
font-size: 13px;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2) {
border-top: 1px dotted #ccc;
}
#newsImportant li:before {
content: "";
width: 0;
height: 0;
border-style: solid;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 6px solid #555555;
border-right: 0;
position: absolute;
top: 7px;
left: 0;
}

}





