/*===================================
全体
===================================*/
html{
  scroll-behavior: smooth;
  background-color: #020a1e;
  color: #FFF;
}
.main{
  background-color: #020a1e;
  padding-bottom: 0;
}
.simple-footer {
    margin-top: 0;
    border-top: 4px solid #FFFD54;
}

figure {
  margin: 0;
}

.pc-none{
  display: none;
}
.sp-none{
  display: inline;
}

.main-section{
  width: 100%;
  min-width: 1100px;
  padding: 6rem 0 4rem;
  z-index: 2;
  position: relative;
  background-color: #020a1e;
}


.js-fix.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.point-underline {
  position: relative;
  z-index: 1;
}
.point-underline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 3px;
  background: #FFFD54;
  z-index: -1;
  transition: all 3s;
}
.point-underline.isActive {
  padding:0 5px;
}
.point-underline.isActive:after {
  width: 100%;
}






/*===================================
section-box
===================================*/
.section-wrap{
  max-width: 1400px;
  min-width: 1100px;
  margin: 0 auto;
  /* padding: 10rem; */
}
.section__heading{
  margin: 2rem auto 4rem;
  color: #FFF;
  font-size: 34px;
}
.section-box-wrap{
  width: 100%;
  margin: 0 auto 4rem;
  display: flex;
  flex-wrap: nowrap;
}
.section-box-image{
  width: 55%;
  padding: 0rem 2rem;
}
.section-box-image figure{
  width: 100%;
}
.section-box-image figure img{
  width: 100%;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.section-box-body{
  width: 45%;
  padding: 6rem 3rem;
}

.section-box-heading{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 4rem;
  line-height: 1.8;
}
.section-box-text{
  font-size: 16px;
  line-height: 2;
}

.section-button-wrap{
  width: 560px;
  margin: 2rem auto 4rem;
}
.section-box-button {
  display: block;
  width: 100%;
  border: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
}
.section-box-button a {
  display: block;
  padding: 16px 16px;
  background-color: #FFFD54;
  background-image: url(../../img/icon/icon_arrow_right_wh.svg);
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.section-box-button a:hover {
  background-color: #00446c;
  transition: 0.5s;
}
.section-box-button:hover > a {
  background-position: right 15px center;
  transition: 0.5s;
}

/*===================================
ローカルナビ
===================================*/
#localNav__section{
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  margin-bottom: .5rem;
}
.local-nav-outer{
  width: 100%;
  /* max-width: 1200px; */
  min-width: 1100px;
  margin: 0 auto;
  position: relative;
}


.his-logo-wrap{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-self: center;
  align-items: center;
  padding: 1rem 1rem;
}
.his-logo-inner{
  width: 70px;
  margin-right: 1rem;
}
.his-logo img {
  width: 66px;
  height: 26px;
}
.his-site-copy {
  font-size: 11px;
  line-height: 1.2;
}

.his-logo-wrap .section-button-wrap{
  width: 240px;
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.his-logo-wrap .section-box-button {
  display: block;
  width: 100%;
  border: none;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
}
.his-logo-wrap .section-box-button a {
  padding: 10px 12px 10px 20px;
  background-image: url(/searchMod/img/icon_search.svg);
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left 15px;
}

.local-nav-wrap {
  width: 100%;
  padding: 0 2rem;
  /* background-color: #EEE; */
}
.local-nav{
  display: flex;
  flex-wrap:nowrap
}
.local-nav li{
  font-size: 14px;
}
.local-nav li a{
  display: block;
  padding: .5rem 2rem 0.5rem 0;
  color: #FFF;
  text-decoration: none;
}
.local-nav li a:hover{
  color: #FFF;
  text-decoration: 1px solid #FFF;
}

/*===================================
ポイント
===================================*/
#point__section{

}
#point__section > .section-box-body:nth-child(odd){
  text-align: right;
}
figcaption{
  display: none;
}

/*===================================
port
===================================*/
#port__section{
  background-color: #EEE;
}
.port-box-wrap{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 3rem;
  padding: 4em 2em;
  background-color: #FFF;
  border-radius: 24px;
}
.port-box-heading{
  font-weight: bold;
  margin: 0 auto .5em;
  font-size: 24px;
  text-align: center;
}
.port-box-inner{
  width: 100%;
  padding: 1rem 1rem 2rem;
  display: flex;
  flex-wrap: wrap;
}
.port-box{
  width: 31.3%;
  margin: 1%;
  display: flex;
  flex-wrap: nowrap;
}
.port-box-image{
  width: 20%;
}
.port-box-image img{
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.port-box-item{
  width: 80%;
  padding: 0 1rem;
}
.port-item-heading{
  font-size: 14px;
  color:#4692C9;
}
.port-item-text{
  font-size: 12px;
}
.port-box-wrap > .section-button-wrap{
  width: 480px;
  margin: 1rem auto 1rem;
}


/*===================================
FAQ
===================================*/

#faq__section .section-box-wrap{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 4rem;
  display: block;
}
.faq-box-wrap{
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #FFFD54;
  margin-bottom: 1rem;
}
.faq-box-heading{
  font-size: 26px;
  font-weight: bold;
  padding: .5rem 2rem;
}
.faq-box-answer{
  font-size: 16px;
  padding: .5rem 2rem;
}




.faq-check{
  display: none;
}
.faq-label{
  font-size: 22px;
  font-weight: bold;
  padding: .5rem 2rem;
  display: block;
  position: relative;
}
.faq-label:after{
  box-sizing: border-box;
  content: '+';
  display: block;
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
  transition: .3s;
  color: #FFFD54;
}
.faq-content{
  display: block;
  height: 0;
  opacity: 0;
  transition: 0s;
  visibility: hidden;
  font-size: 16px;
  padding: .5rem 2rem;
  width: 96%;
  margin: 0 auto;
  background-color: #FFF;
  color:#333;
}
.faq-check:checked + .faq-label:after{
  transform:rotate(45deg);
  transition: .5s;
}
.faq-check:checked + .faq-label + .faq-content{
  height: auto;
  opacity: 1;
  padding: .5rem 2rem;
  visibility: visible;
}



/*===================================
検索
===================================*/
#search__section{
  background-color: #020a1e;
}
#search__section .section__heading{
  margin: 0 auto 2rem;
  color: #FFF
}
#search__section .section-wrap{
  max-width: 1100px;
  min-width: 960px;
  margin: 0 auto 3rem;
  /* padding: 10rem; */
  box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}
#search__section .section-box-wrap {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#search__section .mv__container {
  height: auto;
}
#search__section .mvControl__search {
  width: 100%;
}
#search__section .rn-searchMod {
  width: 100%;
}
#search__section .rn-searchMod__formSection{
  width: 100%;
  min-height: auto;
  padding: 20px 20px 16px;
}
#search__section .listItem{
  display: flex;
  flex-wrap: nowrap;
}
#search__section .listItem li{
  width: 32.3%;
  margin: 0 0.75%;
}
#search__section .inner__block{
  display: flex;
  flex-wrap: nowrap;
}

#search__section .inputblock--w1#search__keywordWrap{
  width: 49%;
  margin: 0 0.5%;
}
#search__section .inputblock--w1#search__keywordWrap .listItem li{
  width: 100%;
  margin: 0;
}
#search__section .listItem#search__areaWrap{
  width: 75%;
  margin: 0;
}
#search__section .inputblock--w1#search__themeWrap{
  width: 24%;
  margin: 0 0.5%;
}
#search__section .inputblock--w1#search__dateWrap{
  width: 24%;
  margin: 0 0.5%;
}
#search__section .inner__block.searchBtnBlock {
  width: 24%;
  margin: 0 0.5%;
}

.rn-searchMod__buttonSearch {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 15px 15px 17px 100px;
  font-weight: bold;
}

#search__section select:disabled {
  background: #ccc;
}

#search__section .rn-searchMod__label {
  margin-bottom: 8px;
  border: 1px solid #666;
}



/*===================================
port説明LP用
===================================*/


#port__Wrap .section-wrap {
  max-width: 1100px;
  min-width: 900px;
  margin: 0 auto;
  /* padding: 10rem; */
}

#port__Wrap .port-box-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 1rem auto 1rem;
  padding: 1em 1em;
  border-radius: 24px;
}
#port__Wrap #point__section {
  padding: 2rem;
}
#port__Wrap .section-box-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4rem;
  line-height: 1.8;
}

#port__Wrap #search__section {
  background-color: #020a1e;
  padding: 3rem;
}


#port_main__section {
  background-color: #020a1e;
  padding: 0;
}
#port_main__section .section__heading{
  margin: 0;
  color: #000;
  font-size: 24px;;
}
#port_main__section .section-wrap{
  max-width: 100%;
  min-width: 1100px;
  margin: 0 auto 3rem;
}

#port_main__section .portmain-box-inner{
  width: 100%;
  display: block;
  padding: 16vh 0;
}
#port_main__section .portmain-box{
  width: 500px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 2rem;
  position: relative;
  /* box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13); */
}
#port_main__section .portmain-box a{
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -40px;
}
#port_main__section .portmain-box-logo{
  padding: 1rem 2rem 0;
  width: 100%;
  margin: 0 auto;
}
#port_main__section .portmain-box-logo img{
  width: 100%;
}
#port_main__section .portmain-box-heading{
  padding: 0;
  font-size: 22px;
  text-align: center;
}

.portmain-box-wrap{
  width: 100%;
  min-height: 800px;
  /* height: 1080px; */
  background-attachment: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/uchu_pic000.jpg);
  border-bottom: 4px solid #FFFD54;
}




/*===================================
宇宙特集 Special
===================================*/
section#special__section {
    padding: 2rem 0 0;
}
.section-heding-title{
  color: #FFFD54;
  text-align: center;
  font-size: 48px;
}
.section-heding-text{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding:1rem 2rem;
  line-height: 2;
}

/*===================================
宇宙特集 item
===================================*/
.item-box-left{
  width: 54%;

}
.item-box-left img{
  box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}
.item-box-right{
  width: 44%;
  margin-left: 2%;
}

.item-box-outer{
  width: 100%;
  max-width: 1060px;
  padding: 2rem 4rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.item-body-date{
  font-size: 30px;
  color: #FFFD54;
  margin-bottom: 1.5rem;
  line-height: 1;
  padding: 1rem 0 0;
}
.item-body-date span{
  font-size: 16px;
}
.item-body-text{
  font-size: 14px;
  line-height: 2;
}
.item-body-text span{
  font-weight: bold;
}

.item-btn-box{
  margin: 1rem 0;
  margin-top: 4rem;
}
.item-btn-heading{
  display:flex;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.item-heading-p{
  width: 65%;
  font-size: 18px;
  font-weight: bold;
  color: #FFFD54;
}
.item-heading-price{
  width: 35%;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: right;
}
.item-btn-wrap{
  width: 100%;
}
.item-btn-wrap a{
  width: 100%;
  display: block;
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
  background-color: #FFFD54;
  color: #020a1e;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
  background-image: url(/ec/img/icon/icon_arrow_right.svg);
  border-radius: 30px;
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: 12px;
  font-size: 1.4rem;
}
.item-btn-wrap:hover a{
  opacity: 0.8;
  background-position: right 15px center;
  text-decoration: none;
  transition: 0.5s;
}
.item-btn-wrap span{
  width: 100%;
  display: block;
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
  /* background-color: #FFFD54; */
  border:3px solid #FFFD54;
  color: #FFFD54;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
  background-image: none;
  border-radius: 30px;
  font-size: 1.4rem;
  opacity: .6;
}


.item-image-thumnail{
  width: 100%;
  padding: 5% 5% 0;
  margin: 0 auto;
  overflow-x: scroll;
}
.item-image-thumnail ul{
  width: 130%;
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 0;
}
.item-image-thumnail ul li{
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
  margin-right: 1%;
  overflow: hidden;
  border-radius: 8px;
}
.item-image-thumnail ul li{
  width: 10%;
  margin-right: 1%;
}
.item-image-thumnail ul li img{
  width: 100%;
  height: auto;
  display: block;
}

#timeline__section .item-box-right{
  width: 90%;
  margin: 4% auto;
}

#timeline__section .item-box-outer{
  display: flex;
  flex-wrap: nowrap;
}
#timeline__section .item-box-outer .item-body-date{
  text-align: center;
  margin: 0 auto 1rem;
  display: block;
}
.item-btn-outer{
  display: flex;
  flex-wrap: nowrap;
}
.item-btn-outer .item-btn-box{
  width: 48%;
}
.item-btn-outer .item-btn-box:last-child{
  width: 48%;
  margin-left: 4%;
}
.item-btn-outer .item-heading-p{
  width: 70%;
  font-size: 16px;
}
.item-btn-outer .item-heading-price{
  width: 30%;
  font-size: 18px;
}


/*===================================
宇宙特集 item
===================================*/

.item-section-wrap{
  max-width: 1000px;
  margin: 0 auto;
}

.section-heading-h3{
  color: #FFF;
  padding:2rem;
  text-align: center;
  border: 4px solid #FFFD54;
  font-size: 30px;
  margin-bottom: 2rem;
}
.section-heading-h3 span{
  color: #FFFD54;
  font-size: 24px;
  margin-bottom: 2rem;
}
.item-section-wrap .section-heding-text{
  color: #FFF;
  text-align: left;
  font-size: 16px;
  max-width: 820px;
  margin: 0 auto;
  padding:2rem;
}


.item-box-image{
  width: 80%;
  margin:0.5rem auto;
  border-radius: 8px;
  overflow: hidden;
}
.item-box-image img{
  width: 100%;
  height: auto;
  display: block;
}
/*===================================
宇宙特集 timeline
===================================*/
section#plan__section {
    padding: 2rem 4rem 2rem;
}
section#timeline__section {
    padding: 4rem 4rem 0rem;
    margin-bottom: 4rem;
    border-bottom: 4px solid #FFFD54;
}

.section-heading-h4{
  color: #FFF;
  padding:2rem;
  text-align: left;
  font-size: 24px;
  color: #FFFD54;
  font-weight: bold;
}
.item-box-wrap{
  width: 80%;
  margin: auto;
}
.item-box{
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-wrap: nowrap;
  padding:20px 20px 20px 10%;
  border-left: 4px solid #FFFD54;
}
.item-box-text{
  width: 64%;
}
#timeline__section .item-box-image{
  width: 30%;
  margin-left: 6%;
  display: flex;
  flex-wrap: nowrap;
}

/*===================================
宇宙特集 plan
===================================*/
section#plan__section {
    padding: 2rem 4rem 2rem;
}

#plan__section .item-box-wrap{
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
#plan__section .item-box{
  width: 32.3%;
  margin: 0.5%;
  display: flex;
  flex-wrap: wrap;
  padding:20px 20px 20px 20px;
  border-left: none;
  border: 1px solid #FFFD54;
}
#plan__section .item-box-text{
  width: 100%;
}
#plan__section .section-heading-h5{
  color: #FFF;
  padding:1rem 0 2rem;
  text-align: left;
  font-size: 18px;
  color: #FFFD54;
  font-weight: bold;
}
#plan__section .section-heading-h6{
  padding:0;
  text-align: left;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  margin:0;
}
#plan__section .item-box-text a{
  color: #FFFD54;
  word-break: break-all;
}
#plan__section .item-box-image{
  width: 100%;
  margin-left: 0;
  display: flex;
  flex-wrap: nowrap;
}
#plan__section .item-box-image img{
  width: 100%;
}

#plan__section .item-box > div:last-child{
  margin-left: 0;
}

/*===================================
宇宙特集 Profile
===================================*/
section#profile__section {
    padding: 2rem 4rem 2rem;
}

#profile__section .item-box-wrap{
  width: 90%;
  margin: auto;
}
#profile__section .item-box{
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-wrap: nowrap;
  padding:20px 20px 20px 20px;
  border-left: none
}
#profile__section .item-box-text{
  width: 68%;
}
#profile__section .section-heading-h5{
  color: #FFF;
  padding:1rem 0 2rem;
  text-align: left;
  font-size: 24px;
  color: #FFFD54;
  font-weight: bold;
}
#profile__section .section-heading-h6{
  padding:0;
  text-align: left;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  margin:0;
}
#profile__section .item-box-text a{
  color: #FFFD54;
  word-break: break-all;
}
#profile__section .item-box-image{
  width: 27%;
  margin-left: 6%;
  display: flex;
  flex-wrap: nowrap;
}
#profile__section .item-box-image img{
  width: 100%;
}


/*===================================
宇宙特集 itemFooter
===================================*/
section#itemFooter__section {
    padding: 0 0 4rem;
}
#item__footerMenuWrap{
  border-bottom: 4px solid #FFFD54;
}

#item__footerMenuWrap .section-wrap {
  max-width: 1100px;
  min-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  /* padding: 10rem; */
}
.button-bg--right, #item__footerMenuWrap .section-wrap .item-footer-menu-right a {
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: 10px;
}.button-bg--left, #item__footerMenuWrap .section-wrap .item-footer-menu a {
  background-position: left 25px center;
  background-repeat: no-repeat;
  background-size: 10px;
}

#item__footerMenuWrap .section-wrap .item-footer-menu {
  width: 48%;
}@media screen and (max-width: 768px) {
  #item__footerMenuWrap .section-wrap .item-footer-menu {
    width: 100%;
    text-align: center;
  }
}#item__footerMenuWrap .section-wrap .item-footer-menu span {
  display: block;
  width: 100%;
}#item__footerMenuWrap .section-wrap .item-footer-menu a {
  display: block;
  width: 80%;
  margin: 5px 0;
  padding: 16px;
  background-image: url(/ec/img/icon/icon_arrow_left.svg);
  border-radius: 4px;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  background-color: #eee;
}@media screen and (max-width: 768px) {
  #item__footerMenuWrap .section-wrap .item-footer-menu a {
    margin: 0 auto 20px;
    text-align: center;
  }
}#item__footerMenuWrap .section-wrap .item-footer-menu:hover > a {
  background-color: #eee;
  background-position: left 15px center;
  text-decoration: underline;
  transition: 0.5s;
}#item__footerMenuWrap .section-wrap .item-footer-menu-right {
  width: 48%;
  text-align: right;
}@media screen and (max-width: 768px) {
  #item__footerMenuWrap .section-wrap .item-footer-menu-right {
    width: 100%;
    padding: 2% 0;
    text-align: center;
  }
}#item__footerMenuWrap .section-wrap .item-footer-menu-right span {
  display: block;
  width: 100%;
  font-size: 14px;
}#item__footerMenuWrap .section-wrap .item-footer-menu-right a {
  display: block;
  width: 80%;
  margin: 5px 0;
  margin-left: auto;
  padding: 16px;
  background-color: #e1f3ff;
  background-image: url(/ec/img/icon/icon_arrow_right.svg);
  border-radius: 4px;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}@media screen and (max-width: 768px) {
  #item__footerMenuWrap .section-wrap .item-footer-menu-right a {
    width: 100%;
    margin: 5px auto;
  }
}#item__footerMenuWrap .section-wrap .item-footer-menu-right:hover > a {
  opacity: 0.8;
  background-position: right 15px center;
  text-decoration: underline;
  transition: 0.5s;
}


.breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
}
.breadcrumb__item a {
    color: #FFF;
}
.breadcrumb__item {
    color: #FFF;
}
