@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese'); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;500;600;700&display=swap'); */

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #021357;
}
body{
  color: #021357;
}
.family-card-campaign {
  width: 100%;
}

.main-visual {
  position: relative;
  z-index: 1;
}

.main-visual::before, .main-visual::after {
  content: "";
  position: absolute;
}
.main-visual .main-visual-inner {
  overflow: hidden;
  z-index: 0;
}
.main-visual .main-visual-inner .image-container{
  position: relative;
  height: 620px;
  background: #000;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.main-visual .main-visual-inner .image-container::after {
  content: "";
  background:  url('/campaign/family/assets/img/renewal/20260401_7323_kv_bg_pc.png') no-repeat center / cover;
  width: 1920px;
  height: 620px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.main-visual .main-visual-inner .image-container {
  position: relative;
  z-index: 1;
}

.main-visual .main-visual-inner img {
  max-width: 100%;
  height: auto;
}
.main-visual_text{
  background: url('/campaign/family/assets/img/renewal/20260401_7323_kv_txt_bg_pc.png') no-repeat center / auto;
  max-width: 1020px;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
  padding: 50px 60px 45px;
  background-size: 100% 100%;
}
.main-visual_text > h2{
  text-align: center;
  color:#5E0255;
  font-size: 24px;
  margin-bottom: 20px;
}
.main-visual_text p{
  font-size: 20px;
  font-weight: bold;
  color: #021357;
  margin-bottom: 8px;
}
.main-visual_text .c-text.-caution{
  font-weight: normal;
  color: #021357;
  margin-top: 18px;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
.main-visual .main-visual-inner .image-container{
  height: 160vw;
}
  .main-visual_text{
    width: 92%;
    background: url('/campaign/family/assets/img/renewal/20260401_7323_kv_txt_bg_sp.png') no-repeat center / auto;
  background-size: 100% 100%;
  padding: 45px 23px 20px;
  }
  .main-visual_text > h2{
    font-size: 22px;
  }
  .main-visual_text p{
    font-size: 18px;
    line-height: 1.5;
  }
  .main-visual_text p + p{
    margin-top: 13px;
  }
  .main-visual_text .c-text.-caution{
    margin-top: 20px;
  }
  .main-visual_text p.c-text.flex{
    display: flex;
  }
  .main-visual_text p.c-text.flex > span:first-child{
    width: 5em;
  }
  .main-visual_text p.c-text.flex > span:nth-child(2){
    flex:1;
  }
}

.header-information{
  background: url('/campaign/family/assets/img/renewal/20260401_7323_bg_01_pc.png') no-repeat top right / auto;
  padding: 210px 20px 130px ;
}
.header-information-wrap{
  max-width: 1280px;
  margin: 0 auto;
}
.header-information-wrap .ttl01{
  display: block;
  border: 1px solid #AB8856;
  border-radius: 5px;
  background: url('/campaign/family/assets/img/renewal/20260401_7323_bg_ttl_01.png') repeat-y center / auto;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  padding: 15px 12px 17px 12px;
}
.header-information-wrap.--target-cards{
  margin-bottom: 80px;
}
.header-information-wrap.--target-cards ul.list--target-cards{
  display: flex;
  max-width: 970px;
  width: 100%;
  margin: 0 auto 20px;
  border: 1px solid #E1BB86;
}
.header-information-wrap.--target-cards ul.list--target-cards li{
  background: url('/campaign/family/assets/img/renewal/20260401_7323_target-card_bg.png') no-repeat center / cover;
  padding: 23px 20px ;
  text-align: center;
  border-left: 1px solid #E1BB86;
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
}
.header-information-wrap.--target-cards ul.list--target-cards li:nth-child(3n + 1){
  border: none;
}
.header-information-wrap.--conditions{
  margin-bottom: 130px;
}
.header-information-notes{
  max-width: 970px;
  width: 100%;
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 5px;
  padding: 37px 50px;
  border: 1px solid #E1BB86;
}

.header-information-notes h3{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.header-information-notes .c-textbox {
  padding: 0 ;
}
@media screen and (max-width: 767px) {
  .header-information{
    background: url('/campaign/family/assets/img/renewal/20260401_7323_bg_01_sp.png') no-repeat top right;
    background-size: contain;
    padding: 65vw 4% 80px;
  }
  .header-information-wrap.--target-cards{
    margin-bottom: 60px;
  }
  .header-information-wrap.--target-cards ul.list--target-cards{
    display: block;
    width: 71%;
  }
  .header-information-wrap.--target-cards ul.list--target-cards li{
    border-left: none;
    border-top: 1px solid #E1BB86;
    font-size: 16px;
    line-height: 1.5;
    padding: 13px 20px 17px;
  }
  .header-information-wrap.--conditions{
    margin-bottom: 80px;
  }
  .header-information-wrap .ttl01{
    margin-bottom: 40px;
    padding: 10px 12px 10px 12px;
    font-size: 22px;
  }
  .header-information-wrap .c-textbox {
    padding: 0;
  }
  .header-information-notes{
    padding: 15px 13px;
  }
  .header-information-notes h3{
    text-align: left;
  }
}
.ttl_img{
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ttl_img {
    margin-bottom: 40px;
  }
}
.step-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 50px;
  max-width: 1280px;
  width: 100%;
  gap:40px;
}
.step-container > dl {
	position: relative;
	max-width: 400px;
  width: 31.25%;
	border: 2px solid #AB8856;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  flex: 1;
}
.step-container > dl:not(:first-of-type)::after {
	content: "";
  background: url('/campaign/family/assets/img/renewal/20260401_7323_arrow_01_pc.png') no-repeat center;
	position: absolute;
	top: 50%;
	left: -30px;
  width: 20px;
  height: 40px;
  margin-top: -20px;
}
.step-container dl dt {
	border-bottom: 1px solid #AB8856;
  background-color: #AB8856;
}
.step-container > dl dd {
	padding: 30px 40px;
	text-align: left;
  display: flex;
  flex: 1;
  color: #021357;
}
.step-container > dl dd > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  height: 100%;

}
@media screen and (max-width: 767px) {
  .step-container, .border-container {
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
  }
  .step-container > dl {
    position: relative;
    max-width:100%;
    width: 100%;
  }
  .step-container > dl:not(:first-of-type)::after {
    top: -17px;
    left: calc(50% - 10px);
    transform: rotate(90deg);
  }
  .step-container > dl dd{
    padding: 25px 30px;

  }
}
.--bgcorlor-beige01 {
  background-color: #fffdf7;
}
a.link-orange-01{
  color: #E46B02;
  text-decoration: underline;
}
.c-text.--fs-large,
.--fs-large {
  font-size: 20px;
}
.c-text,.c-text.-caution,
.c-list.-caution__default {
  color: #021357;
}
.btn--wrap{
  margin: 60px auto 0;
  max-width: 970px;
  width: 100%;
}
.btn--wrap a{
  width: 100%;
  display: block;
  position: relative;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  transition: all .3s;
}
.btn--wrap a span{
  background: linear-gradient(0deg,rgba(94, 2, 85, 1) 0%, rgba(144, 21, 132, 1) 100%);
  border: 1px solid #5E0255;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 0;
  padding: 37px 60px;
  border-radius: 5px;
  transition: all .3s;
}
.btn--wrap a:hover span{
  background: linear-gradient(0deg,rgba(144, 21, 132, 1) 0%, rgba(94, 2, 85, 1) 100%);
}
.btn--wrap a::before{
    display: block;
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 30px;
    top: 50%;
    margin-top: -12px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%23fff" style="fill: var(--color1, %23fff)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path><path fill="%23770b6c" style="fill: var(--color2, %23770b6c)" d="M19.32 16.6l-4.093 4.093c-0.267 0.267-0.68 0.267-0.947 0s-0.267-0.68 0-0.947l3.627-3.627-3.627-3.627c-0.267-0.267-0.267-0.68 0-0.947s0.68-0.267 0.947 0l4.093 4.093c0.267 0.267 0.267 0.68 0 0.947z"></path></svg>') 0 0/100% auto no-repeat ;
    z-index: 2;
}
.btn--wrap a::after{
    display: block;
    content: "";
    width: calc(100% - 40px );
    height: 20px;
    box-shadow: 0px 8px 16px 0px rgba(57, 7, 52, 0.4);
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.btn--wrap.--white{
  max-width: 640px;
}
.btn--wrap.--white a{
  background: #fff;
  color: #5E0255;
  position: relative;
  z-index: 0;
  padding: 0;
}
.btn--wrap.--white a span{
  background: #fff;
}

.btn--wrap.--white a:hover span{
  background: #FAECF8;
}
.btn--wrap.--white a::before{
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%235F0255" style="fill: var(--color1, %235F0255)" d="M32 16c0 8.837-7.163 16-16 16s-16-7.163-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z"></path><path fill="%23770b6c" style="fill: var(--color2, %23fff)" d="M19.32 16.6l-4.093 4.093c-0.267 0.267-0.68 0.267-0.947 0s-0.267-0.68 0-0.947l3.627-3.627-3.627-3.627c-0.267-0.267-0.267-0.68 0-0.947s0.68-0.267 0.947 0l4.093 4.093c0.267 0.267 0.267 0.68 0 0.947z"></path></svg>') 0 0/100% auto no-repeat ;
}
@media screen and (max-width: 767px) {
  .c-text.--fs-large,
  .--fs-large {
    font-size: 18px;
  }
  .btn--wrap{
    margin-top: 40px;
  }
  .btn--wrap a{
    width: 100%;
    display: block;
    font-size: 18px;
  }
  .btn--wrap a span{
    padding: 20px 40px;
  }
  .btn--wrap a::before{
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    margin-top: -12px;
  }
  .btn--wrap a::after{
    width: calc(100% - 20px );
  }
  .btn--wrap.--white a{
    font-size: 16px;
  }
  .btn--wrap.--white.-small a span{
    padding: 10px 40px;
  }
}
#attractions{
  background: url(/campaign/family/assets/img/renewal/20260401_7323_bg_02.jpg) repeat-x center;
  background-size: contain;
  padding: 130px 20px;
}
@media screen and (max-width: 767px) {
  #attractions {
    padding: 60px 0 60px;
  }
  #attractions .ttl_img{
    margin: 0 4%;
  }
}
#attractions .content-inner{
  max-width: 1280px;
  margin: 0 auto;
}
#attractions .content-inner + .content-inner{
  margin-top: 40px;
}
#attractions .content-inner .flex_column2_01 {
  width: 100%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  align-items: start;
}
#attractions .content-inner .flex_column2_01 .img {
  margin-right: 0;
  width: 800px;
}
#attractions .content-inner .flex_column2_01 > .txt {
  margin: 50px 0 0 -160px;
  padding: 45px 0;
  width: 640px;
  border-radius: 50px 50px 50px 0;
  box-shadow: 30px 30px 40px 0 rgba(0,0,0,.2);
  background: #fff url(/campaign/family/assets/img/renewal/20260401_7323_attractions_bg_01_pc.png) no-repeat center;
  background-size: cover;
  z-index: 1;
}
#attractions .content-inner .flex_column2_01.attractions-02 > .txt {
  background: #fff url(/campaign/family/assets/img/renewal/20260401_7323_attractions_bg_02_pc.png) no-repeat center;
  background-size: cover;
  margin-top: 40px;
}
#attractions .content-inner .flex_column2_01.attractions-03 > .txt {
  background: #fff url(/campaign/family/assets/img/renewal/20260401_7323_attractions_bg_03_pc.png) no-repeat center;
  background-size: cover;
}
#attractions .content-inner .flex_column2_01.attractions-04 > .txt {
  background: #fff url(/campaign/family/assets/img/renewal/20260401_7323_attractions_bg_04_pc.png) no-repeat center;
  background-size: cover;
  margin-top: 40px;
}

#attractions .content-inner .flex_column2_01 .txt p {
  font-size: 0.75rem;
}
#attractions .content-inner .flex_column2_01._flex-d-rReverse > .txt {
  margin: 50px -160px 0 0;
  border-radius: 50px 50px 0 50px;
}
._flex-d-rReverse {
  flex-direction: row-reverse;
}
#attractions .c_title-wrap h3 {
  color: #5E0255;
  font-size: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
#attractions .c_title-wrap h3 .num {
  width: 80px;
  display: block;
}
#attractions .content-inner .flex_column2_01 .txt .c-text{
  font-size: 18px;
  line-height: 1.7;
}
#attractions .content-inner .flex_column2_01 .txt .c-text-wtap{
  padding: 0 80px;

}
#attractions .content-inner .flex_column2_01 .txt .c-text-wtap .c-list.-dotted{
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #attractions .content-inner .flex_column2_01 {
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    flex-direction: column;
    align-items: start;
  }
  #attractions .content-inner .flex_column2_01 + .flex_column2_01{
    margin-top: 70px;
  }
  #attractions .content-inner .flex_column2_01 .img {
    width: 320px;
    margin: 0 auto 0 0;
  }
  #attractions .content-inner .flex_column2_01._flex-d-rReverse > .img{
    margin: 0 0 0 auto;
  }
  #attractions .content-inner .flex_column2_01 > .txt {
    width: 86.6%;
    padding: 30px 0 34px;
    margin: -30px auto;
    border-radius: 0 40px 40px 40px;
    background: #fff url(/campaign/family/assets/img/renewal/20260401_7323_attractions_bg_01_sp.png) no-repeat center;
    background-size: cover;
  }
  #attractions .content-inner .flex_column2_01.attractions-02 > .txt {
    background: #fff url(/campaign/family/assets/img/renewal/20260401_7323_attractions_bg_02_sp.png) no-repeat center;
    background-size: cover;
    margin: -30px auto;
  }
  #attractions .content-inner .flex_column2_01.attractions-03 > .txt {
    background: #fff url(/campaign/family/assets/img/renewal/20260401_7323_attractions_bg_03_sp.png) no-repeat center;
    background-size: cover;
  }
  #attractions .content-inner .flex_column2_01.attractions-04 > .txt {
    background: #fff url(/campaign/family/assets/img/renewal/20260401_7323_attractions_bg_04_sp.png) no-repeat center;
    background-size: cover;
    margin: -30px auto;
  }

  #attractions .content-inner .flex_column2_01._flex-d-rReverse > .txt{
    margin:-30px auto;
    border-radius: 40px 0 40px 40px;
  }
  #attractions .c_title-wrap h3 {
    font-size: 20px;
    margin-bottom: 15px;
    align-items: flex-end;
  line-height: 1.5;
  }
  #attractions .c_title-wrap h3 .num {
    width: 50px;
  }
  #attractions .c_title-wrap h3 .txt {
    padding-right: 20px;
    margin-left: 14px;
  }
  #attractions .content-inner .flex_column2_01 .txt .c-text{
    font-size: 16px;
    line-height: 1.8;
  }
  #attractions .content-inner .flex_column2_01 .txt .c-text-wtap {
    padding: 0 25px;
  }
  #attractions .content-inner + .content-inner{
    margin: 50px 4% 0;
  }
}
.limited-service{
  background-color: #000;
  padding: 55px 50px 45px;
  margin: -60px auto 0;
  max-width: 1120px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.limited-service h4{
  font-size: 24px;
  color:#AA8D63;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.limited-service h5{
  font-size: 18px;
  color:#AA8D63;
  font-weight: bold;
  margin-bottom: 20px;
}
.limited-service_inner{
  display: flex;
  gap: 60px;
}
.limited-service_inner .col{
  display: flex;
  gap: 25px;
  width: calc( (100% / 2) - 25px );
}
.limited-service_inner .col .img{
  width: 150px;
}
.limited-service_inner .col .txt{
  flex:1;
}
.limited-service_inner .col p{
  font-size: 16px;
  color:#fff;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .limited-service{
    margin: 60px 4% 0;
    padding: 40px 20px;
  }
  .limited-service h4{
    font-size: 20px;
  }
  .limited-service h5{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .limited-service_inner{
    display: block;
  }
  .limited-service_inner .col{
    gap: 15px;
    width: 100%;
  }
  .limited-service_inner .col + .col{
    margin-top: 25px;
  }
  .limited-service_inner .col .img{
    width: 105px;
  }
  .limited-service_inner .col p{
    font-size: 15px;
  }
}
#attractions .content-inner > .c-list.-caution__default{
  color: #fff;
}
#cadmission {
  background: url(/campaign/family/assets/img/renewal/20260401_7323_bg_03_pc.png) no-repeat bottom left / auto;
  padding: 120px 20px 160px;
}
#cadmission .ttl_img{
  margin-bottom: 55px;
}
#cadmission .ttl01 {
  display: block;
  border-bottom: 1px solid #AB8856;
  background: url(/campaign/family/assets/img/renewal/20260401_7323_cadmission_ttl_bg.png) repeat-y center;
  background-size: cover;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 16px 12px 17px 12px;
}
#cadmission .content-inner{
  max-width: 1280px;
  margin: 0 auto;
}

#cadmission .content-inner + .content-inner{
  max-width: 800px;
  margin: 125px auto 0;
}
#cadmission .border-container{
  display: flex;
  gap: 80px;
}
#cadmission .border-container > section{
  border: 2px solid #AB8856;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  width: calc((100%/2) - 40px );
}
#cadmission .border-container > section .section__inner{
  padding: 40px 40px 20px;
}
#cadmission .border-container .section__inner section{
  display: flex;
}
#cadmission .border-container .section__inner section + section{
  margin-top: 23px;
}
#cadmission .border-container .section__inner > p + p{
  margin-top: 24px;
}
#cadmission .border-container .section__inner .-means{
  width: 5em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
#cadmission .border-container .section__inner .-means::after{
  content: '/';
}
#cadmission .border-container .section__inner .txt{
  flex: 1;
  line-height: 1.8;
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  #cadmission {
    background: url(/campaign/family/assets/img/renewal/20260401_7323_bg_03_sp.png) no-repeat bottom left;
    background-size: contain;
    padding: 80px 4%;
  }
  #cadmission .ttl_img{
    margin-bottom: 35px;
  }
  #cadmission .ttl01 {
    font-size: 22px;
    padding: 11px 12px 12px 12px;
  }
  #cadmission .content-inner + .content-inner{
    margin: 80px auto 0;
  }
  #cadmission .border-container{
    gap:30px;
  }
  #cadmission .border-container > section{
    width: 100%;
  }
  #cadmission .border-container > section .section__inner{
    padding: 20px 25px;
    line-height: 1.8;
  }
  #cadmission .border-container .section__inner section{
    display: block;
  }
  #cadmission .border-container .section__inner section + section{
    margin-top: 10px;
  }
  #cadmission .border-container .section__inner > p + p{
    margin-top: 8px;
  }
  #cadmission .border-container .section__inner .-means{
    justify-content: flex-start;
  }
  #cadmission .border-container .section__inner .-means::after{
    margin-left: 0.3em;
  }
  #cadmission .border-container .section__inner .txt{
    margin: 5px 0 0;
  }
}
#benefits ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#benefits ul li:first-of-type {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 20px;
}
#benefits ul li.half {
  width: 49%;
}
#benefits ul li img {
  flex-shrink: 0;
}