@charset "UTF-8";
/* CSS Document */
html{
    font-size: 62.5%;
	font-family:"Shippori Mincho B1", serif;
    color: #333333;
    letter-spacing: .12em;
    line-height: 2;
    font-feature-settings: "palt";
    font-weight: normal;
    text-justify: inter-ideograph;
    text-align: justify;
}
body{
    width: 100%;
    position: relative;
}
main{
    background-color: #fff;
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
    box-shadow:  0px 0px 16px #d0d4d6;
    position: relative;
    font-size: 1.6rem;
}
.shippori-mincho b1-regular {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
.sans{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
a{
    color: inherit;
    text-decoration: none;
    overflow: hidden;
}
a:hover{
    opacity: 0.6;
    transition: all .2s ease-in-out;
}
figure{
    position: relative;
	margin: 0;
}
figcaption{
    font-size: .8em;
    position: absolute;
    bottom: 5px;
    right: 10px;
    text-align: right;
    color: #fff;
    text-shadow: 1px 1px 6px #333333;
}
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fix_left{
    position: fixed;
    top: 0;
    left: 0;
    /* box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%); */
    z-index: 1;
    width: 100%;
    max-width: calc(calc(100% - 768px)/2);
    height: 100%;
    background-image: url("../img/fix_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.fix_left .fix_ttl{
    max-width: 140px;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fix_right{
    position: fixed;
    top: 0;
    right: 0;
    background-color: #eaeaea;
    height: 100%;
    /* box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%); */
    z-index: 1;
    width: 100%;
     max-width: calc(calc(100% - 768px)/2);
    padding: 4%;
    box-sizing: border-box;
}
.fix_right ul{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.day img{
    margin: 0 auto;
    width: 240px;
    display: block;
    padding-bottom: 60px;
}
.link{
    text-align: center;
    font-size: 2.4rem;
    color: #003456;
    line-height: 1.5;
}
.link li{
    padding-bottom: 45px;
}
.link .ja{
    display: block;
    font-size: 55%;
}
.link a .ja:hover{
    opacity: 0.6;
}

/*fade-up*/
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(70px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
} 
.fadeUpTrigger{
    opacity: 0;
}
.active{
    opacity: 1;
    visibility: visible;
    animation-duration: 1s;
    animation-name: example;
}
@keyframes example {
  from {opacity: 0;}
  to {opacity: 1;}
}
#page-top{
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 100;
    width: 100px;
}
.go-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 100;
	width: 50px;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width:1600px) {
    .link{
        font-size: 2.4rem;
    }
    .fix_right{
        padding: 3%;
    }
    .day img{
    margin: 0 auto;
    width: 180px;
    display: block;
    padding-bottom: 50px;
}

}
@media only screen and (max-width:1150px) {
    .fix_right,.fix_left{
        display: none;
    }
}
/*mainーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.logo{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 120px;
    width: 100%;
}
.fv{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.logo{
	width: 150px;
	position: absolute;
	left: 5%;
	top:3% ;
}
.fv_ttl{
    padding: 50px 0;
}
@media only screen and (max-width:500px) {
	.logo{
display: none;
    }
}
/*campaign*/
#campaign{
    position: relative;
}
.wrap_spec_link{
    position: absolute;
    bottom: 19%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    text-align: center;
}
a.spec_link{
    display: block;
    font-size: 2.4rem;
    color: #fff;
}
.dli-chevron-down{
  display: block;
  vertical-align: middle;
  line-height: 1;
  width: 16px;
  height: 16px;
  border:1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
    position: absolute;
    right: calc(50% - 8px);
}
#lineup .inner{
    width: 82%;
    margin:0 auto;
    padding-top: 80px;
}
.area{
    background-color: #ededed;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    padding-bottom: 50px;
}
@media only screen and (max-width:500px) {
    .wrap_spec_link{
        bottom: 19%;

    }
    .dli-chevron-down{
        width: 12px;
        height: 12px;
    }
    a.spec_link{
        font-size: 1.8rem;
    }
}
/*spec*/
h3.section_ttl{
    text-align: center;
    font-weight: 500;
    line-height: 1.6;
    font-size:7.9rem;
    letter-spacing: 0.2rem;
    padding: 60px 0 20px;
    color: #003456;
}
h3 .ttl_en{
    font-size: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.2rem;
}
h3 .ttl_en::after,h3 .ttl_en::before{
    content: "";
    border-top: 1px solid #003456;
    width: 3rem;
    margin:0rem 2rem;
}
h4.section_ttl{
    text-align: center;
    font-size: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    color: #003456;
}
h4.section_ttl::after,h4.section_ttl::before{
    content: "";
    border-top: 1px solid #003456;;
    width: 30%;
    margin: 0 2rem;
}
.spec_intro{
    text-align: center;
    color: #003456;
    font-size: 1.8rem;
    width: 90%;
    margin: 0 auto;
}
.spec_bgimg,.setsubi_ttl{
    width: 82%;
    margin: 0 auto;
    padding: 40px 0;
}
.spec_bgimg{
    padding-top: 130px;
    padding-bottom: 140px;
}
.spec ul{
    display: flex;
    flex-wrap: wrap;
    width: 86%;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 30px;
}
.spec li{
    width: 46%;
    margin-bottom: 6rem;
}
.spec li.bg{
    width: 100%;
}
h4{
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 2rem 0;
}
.spec li p{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 1.6rem;
}
.price .inner{
    width: 86%;
    margin: 0 auto;
    padding: 80px 0 100px;
}
@media only screen and (max-width:500px) {
    h3.section_ttl{
        font-size: 3.8rem;
    }
    h4{
        font-size: 1.8rem;
    }
    h4.section_ttl{
        font-size: 2.4rem;
        margin-bottom: 40px;
    }
      h4.section_ttl::after,h4.section_ttl::before{
          width: 20%;
    }
    .spec li p{
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .spec ul{
        padding-bottom: 0px;
    }
    .spec_bgimg,.setsubi_ttl{
        width: 90%;
    }
    .spec_bgimg{
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .spec_intro{
        font-size: 1.5rem;
        margin: 0 auto;
    }
    .price .inner{
        padding: 20px 0 60px;
    }
}

/*contact/footer*/
.footer_main{
    background-color: #003456;
    color: #fff;
}
footer h3 .ttl_en::after,footer h3 .ttl_en::before{
    border-top: 1px solid #fff;
}
footer h3.section_ttl{
    color: #fff;
    padding: 4.5rem 0 2.5rem;
    margin: 0 auto;
}
.footer_main .inner{
    width: 86%;
    margin: 0 auto;
    padding-bottom: 60px;
    text-align: center;
}
.contact_btn{
    background-color: #FFD054;
    margin: 0 auto;
    color: #003456;
    font-size: 3rem;
    text-align: center;
    width: 75%;
    padding: 2.4rem 0;
    box-sizing: border-box;
    display: block;
    border-radius: 40px;
}
.footer_main h5{
    text-align: center;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 20px;
    padding-top: 60px;
}
.footer_logo{
    background-color: #fff;
    padding: 80px 0;
}
.footer_logo .inner{
    margin: 0 auto;
}
.footer_logo a{
    display: block;
    width: 50%;
    margin: 0 auto;
}
@media only screen and (max-width:500px) {
    .footer_main .inner{
        width: 90%;
    }
    .contact_btn{
        font-size: 2rem;
        width: 100%;
        border-radius: 20px;
        padding: 2rem 0;
    }
    .footer_main h5{
        font-size: 2.4rem;
        padding-top: 40px;
    }
    .footer_logo a{
        display: block;
        width: 70%;
        margin: 0 auto;
}
    .footer_logo{
        padding: 50px 0 110px;
    }
    .footer_main p.sans{
        font-size: 1.4rem;
        text-align: justify;
        width: 96%;
        margin: 0 auto;
    }
}
/*スマホ固定メニュー*/
/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 1.4rem;
   box-sizing: border-box;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #FFD054;
    border-right: 1px solid #fff;
}
#sp-fixed-menu li:first-child a{
    color: #003456;
}
/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #003456;
}
/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px;
    box-sizing: border-box;
    opacity: 1;
}
#sp-fixed-menu a:hover{
    opacity: 1;
}
#sp-fixed-menu i{
    display: inline;
    font-size: 1.8rem;
    vertical-align: middle;
    padding-right: 10px;
}