#mv{
  position: relative;
}
#mv .mv_img{
  width: 100%;
  height: 790px;
}
#mv .mv_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#mv .mv_ttl{
  width: 256px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#head{
  padding-top: 1px;
  padding-bottom: 120px;
  background: #EFF0EC;
}
#head .scroll{
  margin-right: 41px;
}
#head .head_top{
  width: 870px;
  margin-top: 96px;
  margin-bottom: 82px;
  margin-left: auto;
  margin-right: auto;
}
#head .ttl{
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 1.5em;
}
#head .txt{  
  text-align: center;
  font-size: 17px;
  line-height: 2.3;
  letter-spacing: 0.1em;
}

.sec_navlist{
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 89px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 990;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .5s;
}
.sec_navlist.active{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: .5s;
}
.sec_nav_wrap,
.sec_navlist.fast{
  background: #EFF0EC;
}
.sec_navlist .sec_nav{
  position: relative;
  width: 24.8%;
}
/* .sec_navlist .sec_nav:nth-child(4):after{
  content: none;
}
.sec_navlist .sec_nav:nth-child(4)::before{
  content: "coming soon";
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #FFF;
} */
.sec_navlist .sec_nav.active::after{
  content: none;
}
.sec_navlist .sec_nav:hover::after{
  bottom: 5px;
  transition: .5s ease;
}

#ls{
  background: #E3E6E5;
}
#ls .main_img{
  position: relative;
  width: 100%;
  height: 500px;
}
#ls .main_img .img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ls .main_img .ttl{
  position: absolute;
  width: 414px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ls .nav_lists{
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 140px;
  display: flex;
  border-bottom: 1px solid #A8A18B;
}
#ls .nav_lists.bottom{
  margin-bottom: 100px;
}
#ls .nav_list{
  width: 50%;
  background: #FFF;
  padding-top: 18px;
  padding-bottom: 14px;
}
#ls .nav_list.active{
  background: #A8A18B;
}
#ls .nav_list .ttl{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.25em;
  color: #595757;
}
#ls .nav_list.active .ttl{
  color: #FFF;
}
#ls .nav_list .arrow{
  text-align: center;
  font-size: 14px;
  color: #595757;
}
#ls .nav_list.active .arrow{
  color: #FFF;
}
#ls .ttl_wrap{
  margin-bottom: 94px;
  text-align: center;
}
#ls .ttl_wrap._02{
  margin-top: 85px;
}
#ls .ttl_wrap .ttl{
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.2em;
}
#ls .ttl_wrap .txt{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 1.5em;
}
#ls .ls_conte{
  display: none;
  transition: .4s;
}
#ls .ls_conte.active{
  display: block;
}
#ls .ls_conte .ls_wrap{
  position: relative;
  border-right: 10px solid #E3E6E5;
  border-left: 10px solid #E3E6E5;
  margin-bottom: 10px;
}
#ls .ls_conte .ls_wrap .ls_img{
  width: 100%;
  height: 500px;
}
#ls .ls_conte .ls_wrap .ls_img .img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
}
#ls .ls_conte .ls_wrap .lead_txt{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #FFF;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#ls .ls_conte .ls_wrap .lead_txt span{
  font-size: 15px;
}
#ls .ls_conte .ls_wrap._l .lead_txt{
  left: 134px;
}
#ls .ls_conte .ls_wrap._r .lead_txt{
  right: 134px;
}
#ls .ls_conte .ls_wrap .txt_img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
}
#ls .ls_conte .ls_wrap._l .txt_img{
  right: 134px;
}
#ls .ls_conte .ls_wrap._r .txt_img{
  left: 134px;
}

#future{
  padding-top: 142px;
  padding-bottom: 147px;
  background: url(../images/future_bg.png);
  background-size: cover;
}
#future .ttl_wrap{
  text-align: center;
  margin-bottom: 126px;
}
#future .ttl_wrap .ttl{
  width: 319px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 87px;
}
#future .ttl_wrap .txt{
  font-size: 26px;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 2;
}
#future .conte{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
#future .conte._01,
#future .conte._03,
#future .conte._04{
  width: 1050px;
  margin-bottom: 92px;
}
/* #future .conte._01, */
#future .conte._04{
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#future .conte._03{
  margin-bottom: 0;
}
#future .conte._01 .txt_wrap,
#future .conte._03 .txt_wrap,
#future .conte._04 .txt_wrap{
  color: #FFF;
}
#future .conte._01 .txt_wrap{
  width: 570px;
}
#future .conte._03 .txt_wrap{
  width: 591px;
}
#future .conte._03 .txt_wrap .note{
  display: block;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 1.5em;
}
#future .conte._01 .txt_wrap .ttl,
#future .conte._03 .txt_wrap .ttl{
  font-size: 26px;
  margin-bottom: 1em;
}
#future .conte._03 .txt_wrap .ttl{
  margin-bottom: 1em;
}
#future .conte._01 .txt_wrap .txt,
#future .conte._03 .txt_wrap .txt,
#future .conte._04 .txt_wrap .txt{
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.02em;
}
#future .conte._04 .txt_wrap{
  width: 692px;
}
#future .conte._04 .txt_wrap .ttl{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
}
#future .conte._04 .txt_wrap .txt{
  line-height: 1.6;
}
#future .conte._04 .txt_wrap .txt_img{
  margin-top: 30px;
}
#future .conte._04 .txt_wrap .txt_img .img_txt{
  display: block;
  font-size: 16px;
  margin-top: 0.8em;
  margin-bottom: 1em;
}
#future .conte._04 .txt_wrap .txt_img .img_txt a{
  text-decoration: underline;
}
#future .conte._04 .txt_wrap .txt_img .img_txt_list{
  font-size: 14px;
  line-height: 1.4;
}
#future .conte._04 .txt_wrap .txt_img .img_txt_list li{
  text-indent: -1em;
  padding-left: 1em;
}
#future .conte._04 .txt_wrap .txt_img .img_txt_list li:nth-child(n+2){
  margin-top: 0.05em;
}

#future .conte._01 .img_wrap{
  width: 470px;
  margin-left: auto;
}
#future .conte._01 .img_wrap .img_txt{
  font-size: 15px;
  color: #FFF;
  line-height: 1.4;
  text-align: justify;
  margin-top: 0.7em;
}
#future .conte._01 .img_wrap .img_txt span{
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 0.7em;
  text-indent: -1em;
  padding-left: 1em;
}
#future .conte._01 .note{
  width: 100%;
  color: #FFF;
  font-size: 12px;
  margin-top: 1em;
}
#future .conte._02{
  width: 972px;
  margin-bottom: 97px;
}
#future .conte._03 .img_wrap{
  width: 352px;
  /* background: #EBEAEA; */
}
#future .conte._04 .img_wrap{
  width: 272px;
}

#pride{
  position: relative;
  padding-top: 152px;
  padding-bottom: 146px;
  border-top: 1px solid #D6C485;
}
#pride::before{
  content: "";
  background: url(../images/pride_top_bg.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2666px;
  z-index: -1;
}
#pride::after{
  content: "";
  background: url(../images/pride_bottom_bg.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 1300px;
  left: 0;
  width: 100%;
  height: 4287px;
  z-index: -2;
}
#pride .pride_ttl{
  width: 585px;
  margin-left: auto;
  margin-right: auto;
}
#pride .pride_head{
  width: 24px;
  position: absolute;
  top: 360px;
  left: 50%;
  transform: translateX(-50%);
}
#pride .conte{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 230px;
}
#pride .conte .wrap:nth-child(n+2){
  margin-top: 140px;
}
#pride .conte .wrap .box_list{
  display: flex;
  justify-content: space-between;
}
#pride .conte .wrap .box_list .box{
  width: 380px;
}
#pride .conte .wrap .box_list .photo{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
#pride .conte .wrap .box_list .num{
  font-size: 22px;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 22px;
  color: #FFF;
  border-bottom: .5px solid #FFF;
  display: inline-block;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#pride .conte .wrap .box_list .ttl{
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  color: #9E8C73;
}
#pride .conte .wrap .box_list .txt{
  font-size: 18px;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #FFF;
}
#pride .conte_09{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 133px;
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: .5px solid #FFF;
  border-bottom: .5px solid #FFF;
}
#pride .conte_09 .wrap{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#pride .conte_09 .wrap .main_photo_box{
  width: 390px;
}
#pride .conte_09 .wrap .desc_box{
  width: 548px;
}
#pride .conte_09 .wrap .desc_box .num{
  font-size: 22px;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 22px;
  color: #FFF;
  border-bottom: .5px solid #FFF;
  display: inline-block;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#pride .conte_09 .wrap .desc_box .ttl{
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #9E8C73;
}
#pride .conte_09 .wrap .desc_box .txt{
  font-size: 18px;
  text-align: justify;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #FFF;
}
#pride .conte_09 .wrap .desc_box .photo_list{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
#pride .conte_09 .wrap .desc_box .photo_list li{
  width: 49%;
}
#pride .conte_09 .desc_txtlist{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
  color: #FFF;
}
#pride .conte_09 .desc_txtlist li{
  width: 31%;
}
#pride .conte_09 .desc_txtlist li .ttl{
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.1em;
}
#pride .conte_09 .desc_txtlist li .place{
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.07em;
}
#pride .conte_09 .desc_txtlist li:nth-child(3) .place{
  letter-spacing: -0.07em;
}
#pride .conte_09 .desc_txtlist li .txt{
  font-size: 18px;
  text-align: justify;
  margin-top: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

#cf{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 88px;
  background: url(../images/children_bg.png);
  background-size: 100% 100%;
  padding-top: 110px;
  padding-bottom: 70px;
}
#cf .ttl{
  color: #A8A18B;
  font-size: 37px;
  text-align: center;
  letter-spacing: 0.25em;
  margin-bottom: 33px;
}
#cf .txt_wrap{
  text-align: center;
  letter-spacing: 0.25em;
  margin-bottom: 45px;
}
#cf .txt_wrap .head{
  font-size: 24px;
  margin-bottom: 2.2em;
}
#cf .txt_wrap .txt{
  font-size: 17px;
  line-height: 2.5;
}
#cf .cf_conte{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#fg{
  padding-top: 146px;
  background: #EFEFEF;
}
#fg .fg_ttl{
  width: 506px;
  margin-left: auto;
  margin-right: auto;
}
#fg .conte{
  width: 1380px;
  margin-left: auto;
  margin-right: auto;
  border-right: 10px solid #EFEFEF;
  border-left: 10px solid #EFEFEF;
}
#fg .conte .ttl_wrap{
  text-align: center;
}
#fg .conte:nth-child(n+2) .ttl_wrap{
  margin-top: 94px;
}
#fg .conte .ttl_wrap .ttl_en{
  font-size: 25px;
  color: #A8A18B;
  font-weight: 300;
  letter-spacing: .2em;
}
#fg .conte .ttl_wrap .ttl_jp{
  font-size: 26px;
  letter-spacing: .02em;
  margin-top: 1em;
  margin-bottom: 94px;
}
#fg .conte .fb{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#fg .fg_list{
  position: relative;
}
#fg .note{
  position: absolute;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #FFF;
  left: .8em;
  bottom: .5em;
}
#fg .conte._01 .wrap_01 .fg_list:nth-child(1){
  width: 454px;
}
#fg .conte._01 .wrap_01 .fg_list:nth-child(2){
  width: 917px;
}
#fg .conte._01 .wrap_02{
  margin-top: 10px;
}
#fg .conte._01 .wrap_02 .box_01{
  width: 454px;
}
#fg .conte._01 .wrap_02 .box_02{
  width: 917px;
}
#fg .conte._01 .wrap_02 .box_02 .fg_list{
  width: 454px;
}
#fg .conte._01 .wrap_02 .box_02 .fg_list:nth-child(n+3){
  margin-top: 9px;
}
#fg .conte._02 .wrap_01 .fg_list:nth-child(1){
  width: 917px;
}
#fg .conte._02 .wrap_01 .fg_list:nth-child(2){
  width: 454px;
}
#fg .conte._03 .wrap_01 .box_01{
  width: 917px;
}
#fg .conte._03 .wrap_01 .box_02{
  width: 454px;
}
#fg .conte._03 .wrap_01 .box_01 .fg_list{
  width: 454px;
}
#fg .conte._03 .wrap_01 .box_01 .fg_list:nth-child(n+3){
  margin-top: 9px;
}


#l_info{
  padding-top: 150px;
  padding-bottom: 43px;
  background: #EFEFEF;
}
#l_info .ttl{
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: .2em;
  margin-bottom: 2em;
}
#l_info .main_img{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#l_info .list_img{
  width: 906px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  margin-bottom: 140px;
}

#l_info .dropdown_conte{
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
#l_info .dropdown_btn{
  display: inline-block;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 20px;
  margin-top: 2em;
  padding-bottom: 0.2em;
  border-bottom: .5px solid #231815;
}
#l_info .dropdown_btn span{
  font-size: 16px;
}


#lifeStyle{
  padding-top: 170px;
  padding-bottom: 200px;
  background: #808073;
}
#lifeStyle .ttl_wrap{
  color: #FFF;
  text-align: center;
}
#lifeStyle .ttl_wrap .txt{
  font-size: 21px;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
#lifeStyle .ttl_wrap .ttl{
  width: 449px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
#lifeStyle .spot_conte{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.3);
}
#lifeStyle .spot_tab{
  display: none;
}
#lifeStyle .spot_tab.active{
  display: block;
}
#lifeStyle .spot_nav_lists{
  display: flex;
  justify-content: space-between;
}
#lifeStyle .spot_nav_lists.bottom{
  border-top: .75px solid #d2c3a4;
}
#lifeStyle .spot_nav_lists li{
  position: relative;
  width: 50%;
  font-size: 23px;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);  
  color: #808073;
}
#lifeStyle .spot_nav_lists li::after{
  content: 'Click';
  display: block;
  position: absolute;
  top: 50%;
  right: 5em;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 200;
  letter-spacing: 0.1em;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 0.15em 1em;
}
#lifeStyle .spot_nav_lists li.active::after{
  content: none;
}
#lifeStyle .spot_nav_lists li.active{
  background: #231815;
  color: #FFF;
}
#lifeStyle .spot_nav_lists li a{
  display: block;
  width: 100%;
  padding: 1em 0;
}
#lifeStyle .spot_tab._01{
  background: #231815;
  color: #d2c3a4;
}
#lifeStyle .spot_tab._02{
  background: #dbe1e0;
  color: #00326c;
}

#lifeStyle .spot_tab #mv{
  position: relative;
}
#lifeStyle .spot_tab #mv .mv_ttl_conte{
  position: absolute;
  top: 80px;
  left: 80px;
  color: #FFF;
}
#lifeStyle .spot_tab #mv .mv_ttl_conte .ttl{
  font-size: 47px;
  letter-spacing: 0.15em;
  margin-bottom: 0.4em;
}
#lifeStyle .spot_tab #mv .mv_ttl_conte .txt{
  font-size: 23px;
  line-height: 40.48px;
  letter-spacing: 0.15em;
}
#lifeStyle .spot_tab #desc{
  padding-top: 152px;
  padding-bottom: 172px;
}
#lifeStyle .spot_tab #desc .desc_main_txt{
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 37px;
  margin-bottom: 180px;
}
#lifeStyle .spot_tab #desc .desc_lists li{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#lifeStyle .spot_tab #desc .desc_lists li:nth-child(2){
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin-top: 72px;
}
#lifeStyle .spot_tab #desc .desc_lists li .desc_img{
  width: 531px;
}
#lifeStyle .spot_tab #desc .desc_lists li .desc_txt{
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0.1em;
  padding: 1em 1em 0em 1em;
}
#lifeStyle .spot_tab #desc .desc_lists li:nth-child(2) .desc_txt{
  text-align: right;
}
#lifeStyle .spot_tab #ttl{
  margin-bottom: 175px;
}
#lifeStyle .spot_tab .sec{
  position: relative;
  padding-bottom: 183px;
  margin-bottom: 183px;
}
#lifeStyle .spot_tab .sec#sec3{
  padding-bottom: 183px;
  margin-bottom: 0;
}
#lifeStyle .spot_tab .sec::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 182px;
  height: .75px;
  background: #d2c3a4;
}
#lifeStyle .spot_tab._02 .sec::after{
  background: #00326c;
}
#lifeStyle .spot_tab .sec#sec3::after{
  content: none;
}
#lifeStyle .spot_tab .sec .wrap{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#lifeStyle .spot_tab .sec#sec2 .wrap{
  flex-direction: row-reverse;
}
#lifeStyle .spot_tab .sec .wrap._01{
  width: 900px;
  margin-left: 0;
  margin-right: auto;
  gap: 47px;
}
#lifeStyle .spot_tab .sec .wrap._02{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  gap: 57px;
}
#lifeStyle .spot_tab .sec#sec2 .wrap._01{
  margin-left: auto;
  margin-right: 0;
}

#lifeStyle .spot_tab .sec .wrap .img_box{
  width: 484px;
}
#lifeStyle .spot_tab .sec .wrap .txt_box{
  width: 368px;
}
#lifeStyle .spot_tab .sec .wrap .txt_box .restaurant_name{
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
}
#lifeStyle .spot_tab .sec .wrap .txt_box .restaurant_name span{
  display: block;
  font-size: 15px;
  letter-spacing: -0.01em;
  margin-top: 1em;
  margin-bottom: 2em;
}
#lifeStyle .spot_tab .sec .wrap .txt_box .txt{
  text-indent: 1em;
  font-size: 15px;
  line-height: 27px;
}
#lifeStyle .spot_tab .sec .wrap .txt_box .txt.kakko{
  text-indent: 0.5em;
}
#lifeStyle .spot_tab .sec .wrap .txt_box .txt:nth-child(n+2){
  margin-top: 1em;
}
#lifeStyle .spot_tab .sec .wrap .data_box{
  width: 368px;
}
#lifeStyle .spot_tab .sec .wrap .img_lists{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
  margin-bottom: 42px;
}
#lifeStyle .spot_tab .sec .wrap .img_lists .img_list{
  width: 48%;
}
#lifeStyle .spot_tab .sec .wrap .img_lists .img_list:nth-child(n+3){
  margin-top: 4%;
}
#lifeStyle .spot_tab .sec .wrap .data_box .restaurant_data{
  border-right: 1px solid #d2c3a4;
  border-left: 1px solid #d2c3a4;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  letter-spacing: 0.1em;
}
#lifeStyle .spot_tab._02 .sec .wrap .data_box .restaurant_data{
  border-right: 1px solid #00326c;
  border-left: 1px solid #00326c;
}
#lifeStyle .spot_tab .sec .wrap .data_box .restaurant_data .date_name{
  font-size: 18px;
  margin-bottom: .5em;
}
#lifeStyle .spot_tab .sec .wrap .data_box .restaurant_data .date_txt{
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
#lifeStyle .spot_tab .sec .wrap .data_box .restaurant_data .date_txt:nth-child(3){
  margin-top: 0.5em;
  margin-bottom: 0.4em;
}


#note{
  font-size: 14px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}
footer{
  background: #7A7B78;
  color: #FFF;
}
footer .footer_conte .footer_wrap{
  border-left: 0.5px solid #FFF;
}
footer .footer_conte .footer_wrap .footer_logo_01{
  border-bottom: .5px solid #FFF;
}
footer .attention{
  background: #FFF;
  color: gray;
  
}
footer .attention .txt{
  background: #bebebe;
  color: #231815;
}
@media(max-width:1400px){
  #mv .mv_img{
    height: 56.42vw;
  }
  #mv .mv_ttl{
    width: 18.28vw;
  }
  #head{
    padding-bottom: 8.57vw;
  }
  #head .scroll{
    margin-right: 2.92vw;
  }
  #head .head_top{
    width: 62.14vw;
    margin-top: 6.85vw;
    margin-bottom: 5.85vw;
  }
  #head .ttl{
    font-size: 2.28vw;
  }
  #head .txt{  
    font-size: 1.21vw;
  }

  .sec_navlist{
    width: 100%;
  }
  .sec_navlist .sec_nav:hover::after{
    bottom: 0.35vw;
  }
  .sec_navlist .sec_nav:nth-child(4)::before{
    font-size: 1.78vw;
  }

  #ls .main_img{
    height: 35.71vw;
  }
  #ls .main_img .ttl{
    width: 29.57vw;
  }
  #ls .nav_lists{
    width: 53.57vw;
    margin-top: 7.142vw;
    margin-bottom: 10vw;
  }
  #ls .nav_lists.bottom{
    margin-bottom: 7.14vw;
  }
  #ls .nav_list{
    padding-top: 1.28vw;
    padding-bottom: 1vw;
  }
  #ls .nav_list .ttl{
    font-size: 1.28vw;
  }
  #ls .nav_list .arrow{
    font-size: 1vw;
  }
  #ls .ttl_wrap{
    margin-bottom: 6.71vw;
  }
  #ls .ttl_wrap._02{
    margin-top: 6.07vw;
  }
  #ls .ttl_wrap .ttl{
    font-size: 1.78vw;
  }
  #ls .ttl_wrap .txt{
    font-size: 1.85vw;
  }
  #ls .ls_conte .ls_wrap{
    border-right: 0.71vw solid #E3E6E5;
    border-left: 0.71vw solid #E3E6E5;
    margin-bottom: 0.71vw;
  }
  #ls .ls_conte .ls_wrap .ls_img{
    height: 35.714vw;
  }
  #ls .ls_conte .ls_wrap .lead_txt{
    font-size: 1.71vw;
  }
  #ls .ls_conte .ls_wrap .lead_txt span{
    font-size: 1.071vw;
  }
  #ls .ls_conte .ls_wrap._l .lead_txt{
    left: 9.571vw;
  }
  #ls .ls_conte .ls_wrap._r .lead_txt{
    right: 9.571vw;
  }
  #ls .ls_conte .ls_wrap .txt_img{
    width: 28.57vw;
  }
  #ls .ls_conte .ls_wrap._l .txt_img{
    right: 9.571vw;
  }
  #ls .ls_conte .ls_wrap._r .txt_img{
    left: 9.57vw;
  }
  #future{
    padding-top: 10.142vw;
    padding-bottom: 10.5vw;
  }
  #future .ttl_wrap{
    margin-bottom: 9vw;
  }
  #future .ttl_wrap .ttl{
    width: 22.78vw;
    margin-bottom: 6.21vw;
  }
  #future .ttl_wrap .txt{
    font-size: 1.85vw;
  }
  #future .conte._01,
  #future .conte._03,
  #future .conte._04{
    width: 75vw;
    margin-bottom: 6.57vw;
  }
  #future .conte._01{
    margin-bottom: 0;
  }
  /* #future .conte._01{
    padding-bottom: 7.14vw;
    margin-bottom: 7.14vw;
  } */
  #future .conte._01 .txt_wrap{
    width: 40.71vw;
  }
  #future .conte._03 .txt_wrap{
    width: 42.21vw;
  }
  #future .conte._03 .txt_wrap .note{
    font-size: 0.85vw;
  }
  #future .conte._01 .txt_wrap .ttl,
  #future .conte._03 .txt_wrap .ttl{
    font-size: 1.85vw;
  }
  #future .conte._01 .txt_wrap .txt,
  #future .conte._03 .txt_wrap .txt,
  #future .conte._04 .txt_wrap .txt{
    font-size: 1.21vw;
  }
  #future .conte._04 .txt_wrap{
    width: 49.42vw;
  }
  #future .conte._04 .txt_wrap .ttl{
    font-size: 2vw;
  }
  #future .conte._04 .txt_wrap .txt_img{
    margin-top: 2.14vw;
  }
  #future .conte._04 .txt_wrap .txt_img .img_txt{
    font-size: 1.14vw;
  }
  #future .conte._04 .txt_wrap .txt_img .img_txt_list{
    font-size: 1vw;
  }
  #future .conte._01 .img_wrap{
    width: 33.57vw;
  }
  #future .conte._01 .img_wrap .img_txt{
    font-size: 1.07vw;
  }
  #future .conte._01 .img_wrap .img_txt span{
    font-size: 0.85vw;
  }
  #future .conte._01 .note{
    font-size: 0.85vw;
  }
  #future .conte._02{
    width: 69.42vw;
    margin-bottom: 6.92vw;
  }
  #future .conte._03 .img_wrap{
    width: 25.14vw;
  }
  #future .conte._04 .img_wrap{
    width: 19.42vw;
  }

  #pride{
    padding-top: 10.85vw;
    padding-bottom: 10.42vw;
  }
  #pride::before{
    height: 190.42vw;
  }
  #pride::after{
    top: 92.85vw;
    height: 306.21vw;
  }
  #pride .pride_ttl{
    width: 41.78vw;
  }
  #pride .pride_head{
    width: 1.71vw;
    top: 25.71vw;
  }
  #pride .conte{
    width: 71.42vw;
    margin-top: 16.42vw;
  }
  #pride .conte .wrap:nth-child(n+2){
    margin-top: 10vw;
  }
  #pride .conte .wrap .box_list .box{
    width: 27.142vw;
  }
  #pride .conte .wrap .box_list .photo{
    margin-bottom: 1.04vw;
  }
  #pride .conte .wrap .box_list .num{
    font-size: 1.56vw;
    margin-bottom: 1.57vw;
  }
  #pride .conte .wrap .box_list .ttl{
    font-size: 1.854vw;
  }
  #pride .conte .wrap .box_list .txt{
    font-size: 1.282vw;
  }
  #pride .conte_09{
    width: 71.42vw;
    margin-top: 9.5vw;
    padding-top: 3.428vw;
    padding-bottom: 3.428vw;
  }
  #pride .conte_09 .wrap .main_photo_box{
    width: 27.85vw;
  }
  #pride .conte_09 .wrap .desc_box{
    width: 39.142vw;
  }
  #pride .conte_09 .wrap .desc_box .num{
    font-size: 1.568vw;
    margin-bottom: 1.57vw;
  }
  #pride .conte_09 .wrap .desc_box .ttl{
    font-size: 1.854vw;
  }
  #pride .conte_09 .wrap .desc_box .txt{
    font-size: 1.282vw;
  }
  #pride .conte_09 .wrap .desc_box .photo_list{
    margin-top: 3.28vw;
  }
  #pride .conte_09 .desc_txtlist{
    margin-top: 3.28vw;
  }
  #pride .conte_09 .desc_txtlist li .ttl{
    font-size: 1.85vw;
  }
  #pride .conte_09 .desc_txtlist li .place{
    font-size: 1.27vw;
  }
  #pride .conte_09 .desc_txtlist li .txt{
    font-size: 1.27vw;
  }

  #cf{
    margin-top: 6.28vw;
    padding-top: 7.85vw;
    padding-bottom: 5vw;
  }
  #cf .ttl{
    font-size: 2.5vw;
    margin-bottom: 2.35vw;
  }
  #cf .txt_wrap{
    margin-bottom: 3.21vw;
  }
  #cf .txt_wrap .head{
    font-size: 1.71vw;
  }
  #cf .txt_wrap .txt{
    font-size: 1.21vw;
  }
  #cf .cf_conte{
    width: 57.1vw;
  }
  #fg{
    padding-top: 10.42vw;
  }
  #fg .fg_ttl{
    width: 36.14vw;
  }
  #fg .conte{
    width: 98.57vw;
    border-right: 0.71vw solid #EFEFEF;
    border-left: 0.71vw solid #EFEFEF;
  }
  #fg .conte:nth-child(n+2) .ttl_wrap{
    margin-top: 6.71vw;
  }
  #fg .conte .ttl_wrap .ttl_en{
    font-size: 1.78vw;
  }
  #fg .conte .ttl_wrap .ttl_jp{
    font-size: 1.85vw;
    margin-bottom: 6.7vw;
  }
  #fg .note{
    font-size: 1.14vw;
  }
  #fg .conte._01 .wrap_01 .fg_list:nth-child(1){
    width: 32.42vw;
  }
  #fg .conte._01 .wrap_01 .fg_list:nth-child(2){
    width: 65.5vw;
  }
  #fg .conte._01 .wrap_02{
    margin-top: 0.71vw;
  }
  #fg .conte._01 .wrap_02 .box_01{
    width: 32.42vw;
  }
  #fg .conte._01 .wrap_02 .box_02{
    width: 65.5vw;
  }
  #fg .conte._01 .wrap_02 .box_02 .fg_list{
    width: 32.42vw;
  }
  #fg .conte._01 .wrap_02 .box_02 .fg_list:nth-child(n+3){
    margin-top: 0.64vw;
  }
  #fg .conte._02 .wrap_01 .fg_list:nth-child(1){
    width: 65.5vw;
  }
  #fg .conte._02 .wrap_01 .fg_list:nth-child(2){
    width: 32.42vw;
  }
  #fg .conte._03 .wrap_01 .box_01{
    width: 65.5vw;
  }
  #fg .conte._03 .wrap_01 .box_02{
    width: 32.423vw;
  }
  #fg .conte._03 .wrap_01 .box_01 .fg_list{
    width: 32.423vw;
  }
  #fg .conte._03 .wrap_01 .box_01 .fg_list:nth-child(n+3){
    margin-top: 0.64vw;
  }

  #l_info{
    padding-top: 10.71vw;
    padding-bottom: 3.07vw;
  }
  #l_info .ttl{
    font-size: 1.78vw;
  }
  #l_info .main_img{
    width: 71.42vw;
  }
  #l_info .list_img{
    width: 64.71vw;
    margin-top: 3.92vw;
    margin-bottom: 10vw;
  }
  #l_info .dropdown_btn{
    font-size: 1.42vw;
  }
  #l_info .dropdown_btn span{
    font-size: 1.14vw;
  }


  #lifeStyle{
    padding-top: 12.14vw;
    padding-bottom: 14.28vw;
  }
  #lifeStyle .ttl_wrap .txt{
    font-size: 1.5vw;
  }
  #lifeStyle .ttl_wrap .ttl{
    width: 32.07vw;
    margin-bottom: 5.7vw;
  }
  #lifeStyle .spot_conte{
    width: 71.42vw;
  }
  #lifeStyle .spot_nav_lists li{
    font-size: 1.64vw;
  }
  #lifeStyle .spot_nav_lists li::after{
    font-size: 1.14vw;
  }
  #lifeStyle .spot_tab #mv .mv_ttl_conte{
    top: 5.71vw;
    left: 5.71vw;
  }
  #lifeStyle .spot_tab #mv .mv_ttl_conte .ttl{
    font-size: 3.35vw;
  }
  #lifeStyle .spot_tab #mv .mv_ttl_conte .txt{
    font-size: 1.64vw;
    line-height: 2.89vw;
  }
  #lifeStyle .spot_tab #desc{
    padding-top: 10.85vw;
    padding-bottom: 12.28vw;
  }
  #lifeStyle .spot_tab #desc .desc_main_txt{
    font-size: 1.28vw;
    line-height: 2.64vw;
    margin-bottom: 12.85vw;
  }
  #lifeStyle .spot_tab #desc .desc_lists li:nth-child(2){
    margin-top: 5.14vw;
  }
  #lifeStyle .spot_tab #desc .desc_lists li .desc_img{
    width: 37.92vw;
  }
  #lifeStyle .spot_tab #desc .desc_lists li .desc_txt{
    font-size: 1.21vw;
    line-height: 2.28vw;
  }
  #lifeStyle .spot_tab #ttl{
    margin-bottom: 12.5vw;
  }
  #lifeStyle .spot_tab .sec{
    padding-bottom: 13.07vw;
    margin-bottom: 13.07vw;
  }
  #lifeStyle .spot_tab .sec#sec3{
    padding-bottom: 13.07vw;
  }
  #lifeStyle .spot_tab .sec::after{
    width: 13vw;
    height: 0.05vw;
  }
  #lifeStyle .spot_tab .sec .wrap._01{
    width: 64.28vw;
    gap: 3.35vw;
  }
  #lifeStyle .spot_tab .sec .wrap._02{
    width: 57.14vw;
    margin-top: 1.57vw;
    gap: 4.07vw;
  }
  #lifeStyle .spot_tab .sec .wrap .img_box{
    width: 34.57vw;
  }
  #lifeStyle .spot_tab .sec .wrap .txt_box{
    width: 26.28vw;
  }
  #lifeStyle .spot_tab .sec .wrap .txt_box .restaurant_name{
    font-size: 1.92vw;
  }
  #lifeStyle .spot_tab .sec .wrap .txt_box .restaurant_name span{
    font-size: 1.07vw;
  }
  #lifeStyle .spot_tab .sec .wrap .txt_box .txt{
    font-size: 1.07vw;
    line-height: 1.92vw;
  }
  #lifeStyle .spot_tab .sec .wrap .data_box{
    width: 26.28vw;
  }
  #lifeStyle .spot_tab .sec .wrap .img_lists{
    margin-bottom: 3vw;
  }
  #lifeStyle .spot_tab .sec .wrap .data_box .restaurant_data{
    padding-left: 1.28vw;
    padding-right: 1.28vw;
    padding-top: 0.42vw;
    padding-bottom: 0.42vw;
  }
  #lifeStyle .spot_tab .sec .wrap .data_box .restaurant_data .date_name{
    font-size: 1.28vw;
  }
  #lifeStyle .spot_tab .sec .wrap .data_box .restaurant_data .date_txt{
    font-size: 1vw;
  }
  




  #note{
    font-size: 1vw;
    width: 57.14vw;
  }
}

@media(max-width:750px){
  #mv .mv_img{
    height: 133.33vw;
  }
  #mv .mv_ttl{
    width: 38.26vw;
  }
  #head{
    padding-bottom: 16vw;
  }
  #head .scroll{
    margin-right: 6vw;
  }
  #head .head_top{
    width: 61.33vw;
    margin-top: 8.8vw;
    margin-bottom: 10.4vw;
  }
  #head .ttl{
    font-size: 6.16vw;
    line-height: 1.8;
    margin-bottom: 1.5em;
  }
  #head .txt{  
    font-size: 2.9vw;
    line-height: 2.3;
  }
  .sec_navlist{
    width: 100%;
    flex-wrap: wrap;
    top: 12.9vw;
  }
  .sec_navlist .sec_nav{
    width: 49.7%;
  }
  .sec_navlist .sec_nav:nth-child(n+3){
    margin-top: .3%;
  }
  .sec_navlist .sec_nav:hover::after{
    bottom: .5vw;
  }
  .sec_navlist .sec_nav:nth-child(4)::before{
    font-size: 5vw;
  }

  #ls .main_img{
    height: 66.66vw;
  }
  #ls .main_img .ttl{
    width: 68.93vw;
  }
  #ls .nav_lists{
    width: 100%;
    margin-top: 0;
    margin-bottom: 18.66vw;
  }
  #ls .nav_lists.bottom{
    margin-top: 5.33vw;
    margin-bottom: 17.33vw;
  }
  #ls .nav_list{
    padding-top: 2.93vw;
    padding-bottom: 2.4vw;
  }
  #ls .nav_list .ttl{
    font-size: 2.66vw;
  }
  #ls .nav_list .arrow{
    font-size: 2.5vw;
  }
  #ls .ttl_wrap{
    margin-bottom: 12.13vw;
  }
  #ls .ttl_wrap._02{
    margin-top: 17.33vw;
  }
  #ls .ttl_wrap .ttl{
    font-size: 4vw;
  }
  #ls .ttl_wrap .txt{
    font-size: 4.66vw;
    line-height: 1.8;
  }
  #ls .ls_conte .ls_wrap{
    border-right: 1.33vw solid #E3E6E5;
    border-left: 1.33vw solid #E3E6E5;
    margin-bottom: 1.33vw;
  }
  #ls .ls_conte .ls_wrap._ex .ls_img{
    height: 121.33vw;
  }
  #ls .ls_conte .ls_wrap .ls_img{
    height: 53.33vw;
  }
  #ls .ls_conte .ls_wrap .lead_txt{
    font-size: 4vw;
  }
  #ls .ls_conte .ls_wrap._ex .lead_txt{
    top: 6.66vw;
    transform: translateY(0);
  }
  #ls .ls_conte .ls_wrap .lead_txt span{
    font-size: 2.66vw;
  }
  #ls .ls_conte .ls_wrap._l .lead_txt{
    left: 8vw;
  }
  #ls .ls_conte .ls_wrap._r .lead_txt{
    right: auto;
    left: 8vw;
  }
  #ls .ls_conte .ls_wrap .txt_img{
    top: auto;
    bottom: 6.66vw;
    transform: translateY(0) translateX(-50%);
    width: 81.33vw;
  }
  #ls .ls_conte .ls_wrap._l .txt_img{
    right: auto;
    left: 50%;
  }
  #ls .ls_conte .ls_wrap._r .txt_img{
    left: 50%;
  }

  #future{
    padding-top: 18vw;
    padding-bottom: 13.33vw;
    background: url(../images/future_bg_sp.png);
    background-size: 100% 100%;
  }
  #future .ttl_wrap{
    margin-bottom: 16.8vw;
  }
  #future .ttl_wrap .ttl{
    width: 42.53vw;
    margin-bottom: 11.6vw;
  }
  #future .ttl_wrap .txt{
    font-size: 5.16vw;
    line-height: 2;
  }
  #future .conte._01,
  #future .conte._03,
  #future .conte._04{
    width: 81.33vw;
    margin-bottom: 9.26vw;
  }
  #future .conte._01,
  #future .conte._04{
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 12.63vw;
    margin-bottom: 4.63vw;
  }
  #future .conte._01{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #future .conte._03{
    flex-wrap: wrap;
    margin-bottom: 0;
    flex-direction: column;
  }
  #future .conte._01 .txt_wrap .ttl,
  #future .conte._03 .txt_wrap .ttl{
    font-size: 4.5vw;
    margin-top: 1.5em;
    margin-bottom: 1em;
    letter-spacing: -0.02em;
  }
  #future .conte._03 .txt_wrap .ttl{
    letter-spacing: 0.01em;
  }
  #future .conte._01 .txt_wrap .txt,
  #future .conte._03 .txt_wrap .txt,
  #future .conte._04 .txt_wrap .txt{
    font-size: 3.43vw;
    line-height: 2.2;
    letter-spacing: 0.02em;
  }

  #future .conte._04 .txt_wrap{
    width: 100%;
    order: 1;
  }
  #future .conte._04 .txt_wrap .ttl{
    font-size: 4vw;
    line-height: 1.6;
  }
  #future .conte._04 .txt_wrap .txt{
    line-height: 1.8;
  }
  #future .conte._04 .txt_wrap .txt_img{
    margin-top: 10.66vw;
  }
  #future .conte._04 .txt_wrap .txt_img .img_txt{
    text-align: center;
    font-size: 3.3vw;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  #future .conte._04 .txt_wrap .txt_img .img_txt_list{
    font-size: 2.6vw;
    line-height: 1.4;
  }

  #future .conte._01 .img_wrap{
    width: 100%;
    margin-top: 5vw;
    margin-left: 0;
    order: 2;
  }
  #future .conte._01 .txt_wrap{
    width: 100%;
    order: 1;
  }
  #future .conte._01 .img_wrap .img_txt{
    font-size: 3.43vw;
    margin-top: 1.2em;
  }
  #future .conte._01 .img_wrap .img_txt span{
    font-size: 2.6vw;
    margin-top: 1em;
  }
  #future .conte._01 .note{
    order: 3;
    font-size: 2.6vw;
  }
  #future .conte._02{
    width: 81.33vw;
    margin-bottom: 12.26vw;
  }
  #future .conte._03 .txt_wrap{
    width: 100%;
  }
  #future .conte._03 .txt_wrap .note{
    font-size: 2.6vw;
    margin-top: 1em;
    margin-bottom: 2em;
  }
  #future .conte._03 .img_wrap{
    width: 100%;
    order: 3;
  }
  #future .conte._04 .img_wrap{
    width: 85%;
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
  

  #pride{
    padding-top: 17.73vw;
    padding-bottom: 12.8vw;
    background: url(../images/pride_bg_sp.png);
    background-position: top center;
    background-size: cover;
  }
  #pride::before{
    content: none;
  }
  #pride::after{
    content: none;
  }
  #pride .pride_ttl{
    width: 78vw;
  }
  #pride .pride_head{
    width: 40.53vw;
    top: 45.33vw;
  }
  #pride .conte{
    width: 90vw;
    margin-top: 58.93vw;
  }
  #pride .conte .wrap:nth-child(n+2){
    margin-top: 0;
  }
  /* #pride .conte .wrap .box_list{
    display: block;
  } */
  #pride .conte .wrap .box_list .box{
    width: 47%;
    margin-top: 16.26vw;
  }
  #pride .conte .wrap .box_list .box:nth-child(2){
    margin-top: 16.26vw;
  }
  #pride .conte .wrap .box_list .photo{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.53vw;
  }
  #pride .conte .wrap .box_list .num{
    font-size: 5.96vw;
    margin-bottom: 3vw;
    padding-bottom: 0.2em;
  }
  #pride .conte .wrap .box_list .ttl{
    min-height: 14vw;
    font-size: 4.96vw;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #pride .conte .wrap .box_list .txt{
    font-size: 3.2vw;
    letter-spacing: 0.02em;
  }
  #pride .conte_09{
    width: 90vw;
    margin-top: 17.06vw;
    padding-top: 13.2vw;
    padding-bottom: 13.2vw;
    border-bottom: none;
  }
  #pride .conte_09 .wrap{
    display: block;
  }
  #pride .conte_09 .wrap .main_photo_box{
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
  #pride .conte_09 .wrap .desc_box{
    width: 100%;
  }
  #pride .conte_09 .wrap .desc_box .num{
    font-size: 5.96vw;
    margin-bottom: 5.2vw;
  }
  #pride .conte_09 .wrap .desc_box .ttl{
    font-size: 5.46vw;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin-bottom: 0.5em;
  }
  #pride .conte_09 .wrap .desc_box .txt{
    font-size: 3.2vw;
    letter-spacing: 0.02em;
  }
  #pride .conte_09 .wrap .desc_box .photo_list{
    margin-top: 6.66vw;
  }
  #pride .conte_09 .desc_txtlist{
    display: block;
    margin-top: 6.26vw;
  }
  #pride .conte_09 .desc_txtlist li{
    width: 100%;
  }
  #pride .conte_09 .desc_txtlist li:nth-child(n+2){
    margin-top: 5.33vw;
  }
  #pride .conte_09 .desc_txtlist li .ttl{
    font-size: 5.3vw;
  }
  #pride .conte_09 .desc_txtlist li .place{
    font-size: 3.56vw;
  }
  #pride .conte_09 .desc_txtlist li .txt{
    font-size: 3.2vw;
  }

  #cf{
    width: 100%;
    background: url(../images/children_bg_sp.png);
    background-size: cover;
    background-position: center;
    padding-top: 18vw;
    padding-bottom: 13.33vw;
  }
  #cf .ttl{
    font-size: 7.36vw;
    margin-bottom: 7.33vw;
  }
  #cf .txt_wrap{
    margin-bottom: 5.33vw;
  }
  #cf .txt_wrap .head{
    font-size: 5.06vw;
    margin-bottom: 2.2em;
    letter-spacing: 0.08em;
  }
  #cf .txt_wrap .txt{
    font-size: 3.43vw;
    line-height: 2.5;
    letter-spacing: 0.08em;
  }
  #cf .cf_conte_wrap{
    display: block;
    width: 100%;
  }
  #cf .cf_conte{
    width: 81.33vw;
    padding-top: 4.26vw;
    padding-bottom: 5.86vw;
  }
  #cf .cf_conte._01::after{
    content: none;
  }
  #cf .cf_conte._02{
    margin-top: 2.66vw;
  }
  #cf .cf_conte .ttl_en{
    font-size: 4vw;
    margin-bottom: .2em;
  }
  #cf .cf_conte .ttl_jp{
    font-size: 2.93vw;
  }
  #cf .cf_conte .lists{
    display: block;
    width: 61.33vw;
    margin-top: 5.33vw;
  }
  #cf .cf_conte._02 .lists{
    width: 68.33vw;
  }
  #cf .cf_conte .lists .list{
    font-size: 4vw;
    width: 100%;
    padding-left: 1em;
  }
  #cf .cf_conte .lists .list:nth-child(n+2){
    margin-top: .3em;
  }
  #cf .cf_conte._02 .lists .list:nth-child(1),
  #cf .cf_conte._02 .lists .list:nth-child(3){
    width: 100%;
  }
  #cf .cf_conte._02 .lists .list:nth-child(2),
  #cf .cf_conte._02 .lists .list:nth-child(4){
    width: 100%;
  }
  #cf .cf_conte .lists .list span{
    font-size: 2.93vw;
  }
  #cf .cf_conte .lists .list::before{
    font-size: 3.2vw;
  }

  #fg{
    padding-top: 10.42vw;
  }
  #fg .fg_ttl{
    width: 67.46vw;
  }
  #fg .conte{
    width: 98.57vw;
    border-right: 0.71vw solid #EFEFEF;
    border-left: 0.71vw solid #EFEFEF;
  }
  #fg .conte:nth-child(n+2) .ttl_wrap{
    margin-top: 11.6vw;
  }
  #fg .conte .ttl_wrap .ttl_en{
    font-size: 4.5vw;
  }
  #fg .conte .ttl_wrap .ttl_jp{
    font-size: 4.66vw;
    margin-bottom: 6.71vw;
    line-height: 1.8;
  }
  #fg .note{
    font-size: 2.5vw;
    line-height: 1.4;
    left: .3em;
    bottom: .1em;
  }
  #fg .conte._01 .wrap_01 .fg_list:nth-child(1){
    width: 32.42vw;
  }
  #fg .conte._01 .wrap_01 .fg_list:nth-child(2){
    width: 65.5vw;
  }
  #fg .conte._01 .wrap_02{
    margin-top: 0.71vw;
  }
  #fg .conte._01 .wrap_02 .box_01{
    width: 32.42vw;
  }
  #fg .conte._01 .wrap_02 .box_02{
    width: 65.5vw;
  }
  #fg .conte._01 .wrap_02 .box_02 .fg_list{
    width: 32.42vw;
  }
  #fg .conte._01 .wrap_02 .box_02 .fg_list:nth-child(n+3){
    margin-top: 0.64vw;
  }
  #fg .conte._02 .wrap_01 .fg_list:nth-child(1){
    width: 65.5vw;
  }
  #fg .conte._02 .wrap_01 .fg_list:nth-child(2){
    width: 32.42vw;
  }
  #fg .conte._03 .wrap_01 .box_01{
    width: 65.5vw;
  }
  #fg .conte._03 .wrap_01 .box_02{
    width: 32.423vw;
  }
  #fg .conte._03 .wrap_01 .box_01 .fg_list{
    width: 32.423vw;
  }
  #fg .conte._03 .wrap_01 .box_01 .fg_list:nth-child(n+3){
    margin-top: 0.64vw;
  }
  #l_info{
    padding-top: 12.53vw;
    padding-bottom: 5.73vw;
  }
  #l_info .ttl{
    font-size: 4vw;
    letter-spacing: .2em;
    margin-bottom: 2em;
  }
  #l_info .main_img{
    width: 97.33vw;
  }
  #l_info .list_img{
    width: 79.33vw;
    margin-top: 6.26vw;
    margin-bottom: 11.46vw;
  }
  #l_info .dropdown_btn{
    font-size: 3.5vw;
  }
  #l_info .dropdown_btn span{
    font-size: 2.5vw;
  }






  #lifeStyle{
    padding-top: 22.13vw;
    padding-bottom: 22.13vw;
  }
  #lifeStyle .ttl_wrap .txt{
    font-size: 2.8vw;
  }
  #lifeStyle .ttl_wrap .ttl{
    width: 59.86vw;
    margin-bottom: 10.66vw;
  }
  #lifeStyle .spot_conte{
    width: 88vw;
  }
  #lifeStyle .spot_nav_lists li{
    font-size: 3.06vw;
  }
  #lifeStyle .spot_nav_lists li::after{
    font-size: 2.6vw;
    right: .6em;
    padding: 0.15em 0.8em;
  }
  #lifeStyle .spot_tab #mv .mv_ttl_conte{
    top: 9.06vw;
    left: 5.73vw;
  }
  #lifeStyle .spot_tab #mv .mv_ttl_conte .ttl{
    font-size: 6.26vw;
  }
  #lifeStyle .spot_tab #mv .mv_ttl_conte .txt{
    font-size: 3.2vw;
    line-height: 5.33vw;
  }
  #lifeStyle .spot_tab #desc{
    padding-top: 17.33vw;
    padding-bottom: 21.33vw;
  }
  #lifeStyle .spot_tab #desc .desc_main_txt{
    font-size: 2.8vw;
    line-height: 5.2vw;
    margin-bottom: 20.53vw;
  }
  #lifeStyle .spot_tab #desc .desc_lists li{
    display: block;
  }
  #lifeStyle .spot_tab #desc .desc_lists li:nth-child(2){
    margin-top: 12.4vw;
  }
  #lifeStyle .spot_tab #desc .desc_lists li .desc_img{
    width: 71.33vw;
  }
  #lifeStyle .spot_tab #desc .desc_lists li:nth-child(2) .desc_img{
    margin-left: auto;
    margin-right: 0;
  }
  #lifeStyle .spot_tab #desc .desc_lists li .desc_txt{
    font-size: 2.93vw;
    line-height: 4.8vw;
    letter-spacing: 0.1em;
    padding: 1em 1em 0em 4em;
  }
  #lifeStyle .spot_tab #desc .desc_lists li.txt:nth-child(2) .desc_txt{
    padding: 1em 2em 0em 4em;
  }
  #lifeStyle .spot_tab #ttl{
    margin-bottom: 23.2vw;
  }
  #lifeStyle .spot_tab .sec{
    padding-bottom: 19.6vw;
    margin-bottom: 19.6vw;
  }
  #lifeStyle .spot_tab .sec::after{
    width: 12.93vw;
    height: 0.05vw;
  }
  #lifeStyle .spot_tab .sec#sec3{
    padding-bottom: 19.6vw;
    margin-bottom: 0;
  }
  #lifeStyle .spot_tab .sec .wrap._01{
    width: 100%;
    gap: 4.13%;
    align-items: center;
  }
  #lifeStyle .spot_tab .sec .wrap .img_box{
    width: 42%;
  }
  #lifeStyle .spot_tab .sec .wrap .txt_box{
    width: 53.87%;
  }
  #lifeStyle .spot_tab .sec#sec2 .wrap._01 .txt_box{
    width: 38%;
    display: inline-block;
  }
  #lifeStyle .spot_tab .sec .wrap .txt_box .restaurant_name{
    font-size: 3.33vw;
  }
  #lifeStyle .spot_tab .sec .wrap .txt_box .restaurant_name span{
    font-size: 2.13vw;
    margin-bottom: 0;
  }
  #lifeStyle .spot_tab .sec .wrap._02{
    width: 66.4vw;
    margin-top: 9.23vw;
    gap: 0;
    display: block;
  }
  #lifeStyle .spot_tab .sec .wrap._02 .txt_box{
    width: 100%;
  }
  #lifeStyle .spot_tab .sec .wrap .txt_box .txt{
    font-size: 2.66vw;
    line-height: 4.63vw;
  }
  #lifeStyle .spot_tab .sec .wrap .txt_box .txt:nth-child(n+2){
    margin-top: 2em;
  }
  #lifeStyle .spot_tab .sec .wrap .data_box{
    width: 100%;
  }
  #lifeStyle .spot_tab .sec .wrap .img_lists{
    gap: 1%;
    margin-top: 4.8vw;
    margin-bottom: 4.8vw;
  }
  #lifeStyle .spot_tab .sec .wrap .img_lists .img_list{
    width: 49%;
  }
  #lifeStyle .spot_tab .sec .wrap .img_lists .img_list:nth-child(n+3){
    margin-top: 0;
  }
  #lifeStyle .spot_tab .sec .wrap .data_box .restaurant_data{
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.46vw;
    padding-bottom: 1.46vw;
    margin-top: 10.26vw;
    text-align: center;
  }
  #lifeStyle .spot_tab .sec .wrap .data_box .restaurant_data .date_name{
    font-size: 3.26vw;
    margin-bottom: 0.7em;
  }
  #lifeStyle .spot_tab .sec .wrap .data_box .restaurant_data .date_txt{
    font-size: 2.66vw;
    line-height: 1.7;
    text-align: center;
  }



  #note{
    font-size: 2.63vw;
    width: 81.33vw;
  }

  footer .footer_conte .footer_ttl{
    display: inline-block;
    font-size: 4vw;
    margin-right: 0;
    padding-bottom: 2em;
    margin-bottom: 3em;
    border-bottom: 1px solid #FFF;
    letter-spacing: 0.3em;
  }
  footer .footer_conte .footer_wrap{
    border-left: none;
  }
}