@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
body{
  margin: 0;
  background: #F8F8F8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
a{
  text-decoration: none;
}
a:hover{
  opacity: 0.8;
}
.inner{
  width: 1060px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.head-nav{
  position: fixed;
  top:0;
  width: 100%;
  z-index: 99;
  transition: 0.2s;
  font-weight: 700;
}
.fixed .head-nav{
 background: rgba(255, 255, 255, 0.4);
}
.head-nav-logo{
  display: none;
}

.menu_icon{
    position: fixed;
    top: 0;
    right: 0;
    padding: 8px;
    width: 120px;
    height: 125px;
    box-sizing: border-box;
    z-index: 999;
    cursor: pointer;
    background: #1791D1;
    color:#fff;
    border-radius: 0 0 0 20px;
   transition: 0.2s;
   font-family: "Roboto", sans-serif;
}
.menu_icon.open  {
    background: #fff;
    color: #1791D1;
}
.menu_icon span{
    background: #fff;
    width: 35px;
    height: 2px;
    position: absolute;
    top:32px;
    right: 50%;
    transform: translate(50% , 0);
    transition: 0.2s;
}
.menu_icon.open + span{
    background: #1791D1;
}
.menu_icon span:nth-child(2){
    top:46px;
    right: 50%;
    transform: translate(50% , 0);
}
.menu_icon span:nth-child(3) {
    top:59px;
}
.menu_icon-txt{
    position: absolute;
    right: 50%;
    transform: translate(50% , 0);
    bottom:58px;
}
.menu_icon-txt-open{
    position: absolute;
    right: 50%;
    transform: translate(50% , 0);
    top:0;
}
.menu_icon-txt-close{
    position: absolute;
    right: 50%;
    transform: translate(50% , 0);
    top:0;
    opacity: 0;
}
.menu_icon.open span{
    top:43px;
    background: #1791D1;
    transform: translate(50% , 0) rotate(45deg);
}
.menu_icon.open span:nth-child(2){
    top:43px;
    right: 50%;
    opacity: 0;
    transform: translate(50% , 0);
}
.menu_icon.open span:nth-child(3) {
    top:43px;
    transform: translate(50% , 0) rotate(-45deg);
}

.head-nav-list ul{
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  margin: 28px 300px 20px 0;
  list-style: none;
  font-size: 16px;
  padding:0;
}

.head-nav-list ul a{
  color:#000000;
  text-decoration: none;
}
.navigation_box {
  position: fixed;
  right:-101%;
  top:0;
  width: 550px;
  height: 101svh;
  background: #1791D1;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0;
  flex-wrap: wrap;
  overflow: auto;
  transition: 0.4s;
}
.menu_icon.open + .navigation_box{
  right: 0;
}
.close_btn-bg{
  position: fixed;
  top:0;
  right: 0;
  width: 100svw;
  height: 100svw;
  z-index: 1;
  pointer-events: none;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: 0.2s;
}
.menu_icon.open ~ .close_btn-bg{
  z-index: 1;
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
.navigation_box-content{
  width: 100%;
  box-sizing: border-box;
  padding: 0 75px;
}
.navigation_box ul{
  color:#fff;
  text-decoration: none;
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  padding:50px 0 0;
  margin: 0;
}
.navigation_box ul a{
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 25px;
  padding: 15px 0;
  border-bottom:solid 1px #fff;
}
.close_btn-foot{
  text-align: center;
  margin: 50px auto 0;
}
.close_btn-foot img{
  margin: 0 auto;
  cursor: pointer;
}
.head-nav-contact{
  position: fixed;
  top: 0;
  right: 120px;
  background: #FF50A2;
  color:#fff;
  font-weight: 700;
  z-index: 99;
}
.head-nav-contact a{
  color:#fff;
  text-align: center;
  display: block;
  text-decoration: none;
  width: 135px;
  height: 80px;
  padding: 15px 0;
  box-sizing: border-box;
}
.head-nav-contact a img{
  text-align: center;
  margin: 0 auto;
}



.search_box select {
  -webkit-appearance: none;
  appearance: none;
}
.search_box select {
  background-image: url(yaji.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border: 1px solid #CECECE;
  border-radius: 5px;
}
.search_box input {
  border: 1px solid #CECECE;
  border-radius: 5px;
}

.tenpo_box{
  padding: 0 0 23px 0;
  border-bottom: dashed 1px #CECECE ;
  font-size: 16px;
  font-weight: bold;
}
.tenpo_box label{
  display:block;
  padding: 0 0 10px 0;
}
.tenpo_box select {
  width: 280px;
  height: 45px;
  padding:5px;
}
.start_box{
  padding: 23px 0 23px 0;
  border-bottom: dashed 1px #CECECE ;
  font-size: 16px;
  font-weight: bold;
}
.start_box label{
  display:block;
  padding: 0 0 5px 0;
}
.start_box input{
  width: 275px;
  height: 45px;
}
.end_box{
  padding: 23px 0 23px 0;
  border-bottom: dashed 1px #CECECE ;
  font-size: 16px;
  font-weight: bold;
}
.end_box label{
  display:block;
  padding: 0 0 5px 0;
}
.end_box input{
  width: 275px;
  height: 45px;
}
.price_box{
  padding: 23px 0 23px 0;
  font-size: 16px;
  font-weight: bold;
}
.price_box label{
  display:block;
  padding: 0 0 5px 0;
}
.price_box select {
  width: 120px;
  height: 45px;
  padding:5px;
}
.search_box button{
  margin: 23px auto;
  height: 80px;
  font-size: 20px;
  font-weight: 700;
}
.search_box button {
  border: none;
  background-color: transparent;
  padding: 0;
}

/* ボタンのスタイル */
.search_box button {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #FF50A2;
  border-radius: 8px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.search_box button:hover{
  opacity: 0.8;
}

/* アイコンのスタイル */
.search_box button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.search_box button::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #FF50A2;
  border-right: 2px solid #FF50A2;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.head_flex{
  display: flex;
  background-color: #f8f8f8;
}
.head_flex_left{
  width: 26%;
  text-align: end;
  display: flex;
  justify-content: end;
}
.head_flex_right{
  width: 74%;
  position: relative;
}
.head_flex_right img{
  width: 100%;
  object-fit: cover;
  object-position: 50% 100%;
  min-height: 700px;
  max-height: 1100px;
}
.head_flex_left img{
  max-width: 100%;
}
.head_flex_right_img01{
  position: absolute;
  left: 5%;
  bottom: 3%;
}
.head_flex_right_img01 img{
  min-height: auto;
  width: 80%;
}
.head_flex_right_btn{
  position: absolute;
  right: 2.8%;
  bottom: 12%;
  width: 15.9%;
}
.head_flex_right_btn img{
  min-height: auto;
}
.search_box{
  padding: 0 30px;
}
.head_flex_left {
  margin: 5px auto;
  text-align: left;
}
.head_flex_left-logo{
  text-align: center;
  margin-bottom: 65px;
}
.head_flex_left img{
  width: 256px;
}
.sec01_flex{
  width: 1015px;
  max-width: calc(100% - 40px);
  margin: -15px auto 65px;
  display: flex;
  gap: 30px;
}
.sec01_flex a{
  width: calc(33.33% - 20px);
  display: block;
}
.sec01_flex a img{
  width: 100%;
}

@media screen and (min-width: 751px) {
	.sp_area {
		display: none!important;
	}
}
@media screen and (max-width: 750px) {
	.pc_area {
		display: none!important;
	}
}

@media only screen and (max-width: 1360px) {
  .head_flex_left{
    width: 358px;
    margin-bottom: 50px;
  }
  .head_flex_right{
    width: calc(100% - 358px);
    position: relative;
  }
}
@media only screen and (max-width: 1200px) {
    
    .head_flex_right img{
        object-position: 50% 50%;
    }
  .head-nav-list ul{
    gap: 20px;
    margin: 28px 230px 20px 0;
  }
  .head-nav-contact a{
    width: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .head-nav-list{
    display: none;
  }
  .menu_icon{
    padding: 8px;
    width: 80px;
    height: 84px;
  }
  .menu_icon span{
    width: 25px;
    height: 2px;
    top:23px;
  }
  .menu_icon span:nth-child(2){
      top:33px;
  }
  .menu_icon span:nth-child(3) {
      top:42px;
  }
  .menu_icon-txt{
      bottom:35px;
      font-size: 10px;
  }
  .menu_icon.open span{
    top:33px;
  }
  .menu_icon.open span:nth-child(2){
    top:33px;
  }
  .menu_icon.open span:nth-child(3) {
    top:33px;
  }  
  .head-nav-contact{
    right: 80px;
  }
  .head-nav-contact a{
    height: 65px;
    font-size: 14px;
    padding: 15px 0;
  }
  .head_flex_left{
    display: none;
  }
  .head_flex_right{
    width: 100%;
  }
  .head_flex_right img{
    min-height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .head-nav{
    background-color: #fff;
  }
  .head-nav-logo{
    display: block;
    padding: 10px 10px 1px;
  }
  .head-nav-logo img{
    width: 171px;
  }
  .navigation_box {
      width: 100%;
      height: 101svh;
      align-items: start;
  }
  .navigation_box-content{
    padding: 70px 40px 30px;
  }
  .navigation_box ul{
    font-size: 15px;
  }
  .navigation_box ul a {
      gap: 5px;
      margin-bottom: 13px;
      padding: 12px 0;
  }
  .navigation_box ul a img{
    width: 15px;
  }
  .close_btn-foot{
    margin: 35px auto 0;
  }
  .close_btn-foot img{
    width: 65px;
  }
  .head_flex_right{
    padding-top: 60px;
  }
  .head_flex_right_img01{
    display: none;
  }
  .head_flex_right_btn{
    width: 100%;
    bottom:0;
    right: 0;
  }
  .sec01_flex{
    margin: 15px auto 38px;
    flex-wrap: wrap;
    display: flex;
    gap: 5px;
  }
  .sec01_flex a{
    width: 100%;
  }
  .sec01_flex a img{
    width: 100%;
  }
}




.sec02{
  padding:90px 0 70px;
  background: url(../img/top/sec02_bg.svg);
  overflow: hidden;
}
.sec02-ttl-box{
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 40px;
}
.sec02-ttl span.ttl01{
  color:#1791D1;
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.3rem;
}
.sec02-ttl span.ttl02{
  font-size: 20px;
  display: block;
  margin-top: -10px;
}
.sec02-catch{
  line-height: 1.8;
  font-size: 16px;
  color:#434343;
}
.sec02-box{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}
.sec02-box .sec02-content {
  box-shadow: 3px 3px 6px  rgba(0, 0, 0, 0.2);
  width: calc(25% - 7.5px);
  background: #F4FBFF;
}
.sec02-content-box01{
  padding: 35px 25px 28px;
  box-sizing: border-box;
  background: #fff;
}
.sec02-content-box02{
  padding: 15px 25px 15px;
  box-sizing: border-box;
  color:#434343;
}
.sec02-content-ttl{
  font-size: 21px;
  text-align: center;
  font-weight: 700;
  color: #1791D1;
}
.sec02-content-img{
  padding: 15px 0 0;
}
.sec02-content-img img{
  width: 100%;
  transition: 0.4s;
}
.sec02-content a:hover img{
  transform: scale(1.05);
}
.sec02-content-txt{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  min-height: 47px;
}
.sec02-content-txt span{
  display: inline-block;
}
.sec02-content-price{
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
}
.sec02-content-price .price{
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
}
.sec02-content-price .yen{
  font-size: 15px;
}
.sec02-link{
  margin: 40px auto 0;
  text-align: center
}
.sec02-link a{
  width: 260px;
  border: solid 5px #D0F0FF;
  height: 65px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
  color:#000;
  text-decoration: none;
  background: #fff;
}
.sec02-link a img{
  position: absolute;
  right: 20px;
  top:50%;
  width: 20px;
  transform: translate(0 , -50%);
}

@media only screen and (max-width: 768px) {
  .sec02{
    padding:45px 0 40px;
  }
  .sec02-ttl-box{
    display: block;
    margin-bottom: 20px;
  }
  .sec02-ttl span.ttl01{
    font-size: 56px;
  }
  .sec02-ttl span.ttl02{
    font-size: 14px;
    margin-top: -5px;
  }
  .sec02-catch{
    margin-top: 20px;
  }
  .sec02-box{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap:15px;
  }
  .sec02-box .sec02-content{
    width: 100%;
  }
  .sec02-content-box01 {
    padding: 15px 25px 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .sec02-content-box02 {
    padding: 18px 25px 15px;
  }
  .sec02-content-ttl{
    font-size: 18px;
    text-align: left;
    width: calc(100% - 170px);
  }
  .sec02-content-img{
    padding: 0;
    width: 160px;
  }
  .sec02-content-img img{
    width: 100%;
  }
  .sec02-content-txt{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    min-height: auto;
  }
}
.sec03{  
  background: url(../img/top/sec03_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 68px 0 17px;
}
.sec03-ttl01{
  max-width: 80%;
  width: 527px;
  margin: 0 auto 10px;
}
.sec03-ttl01 img{
  width: 100%;
}
.sec03_flex{
  display: flex;
  margin-bottom: 50px;
}
.sec03_flex-02{
  display: flex;
  flex-direction: row-reverse;
}
.sec03_flex-img{
  width: 41.5%;
  position: relative;
  z-index: 3;
}
.sec03_flex-img img{
  margin-top: -20px;
  width: 100%;
}
.sec03_flex-box{
  width: 58.5%;
  display: flex;
  align-items: center;
  padding: 30px 10px 30px 55px;
  min-height: 320px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.sec03_flex-02 .sec03_flex-box{
  padding: 30px 10px 30px 85px;
}
.sec03_flex-box:after{
  content:"";
  width: calc(100% + 50px);
  height: 100%;
  right: 0;
  top:0;
  background: #fff;
  z-index: -2;
  display: block;
  position: absolute;
}
.sec03_flex-02 .sec03_flex-box:after{
  right: auto;
  left: 0;
  top:0;
}
.sec03_flex-ttl{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1791D1;
}
.sec03_flex-txt{
    font-size: 18px;
    line-height: 2;
}
.sec03_flex-num{
  font-family: "Bebas Neue", sans-serif;
  font-size: 151px;
  color: #DDF4FF;
  position: absolute;
  line-height: 1;
  bottom: -30px;
  right: 10px;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .sec03{  
    background: url(../img/top/sec03_bg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 43px 0 34px;
  }
  .sec03-ttl01{
    max-width: 100%;
    width: 342px;
    padding-left: 5px;
    margin: 0 auto 0;
  }
  .sec03-ttl01 img{
    width: 100%;
  }
  .sec03_flex{
    display: block;
    margin-bottom: 25px;
  }
  .sec03_flex-02{
    display: block;
  }
  .sec03_flex-img{
    width: 70%;
  }
  .sec03_flex-02 .sec03_flex-img {
      width: 70%;
      margin: 0 0 0 auto;
  }
  .sec03_flex-img img{
    margin-top: 0;
    width: 100%;
  }
  .sec03_flex-box{
    width: calc(100% - 20px);
    padding: 60px 28px 42px 28px;
    margin: -36px 0 0 auto;
    min-height: auto;
    background: #fff;
  }
  .sec03_flex-02 .sec03_flex-box{
    width: calc(100% - 20px);
    padding: 60px 28px 42px 28px;
    margin: -36px auto 0 0;
  }
  .sec03_flex-box:after{
    content:none;
    content:unset;
  }
  .sec03_flex-02 .sec03_flex-box:after{
    content:none;
    content:unset;
  }
  .sec03_flex-ttl{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sec03_flex-txt{
      font-size: 15px;
      line-height: 1.8;
  }
  .sec03_flex-num{
    font-size: 103px;
    bottom: -20px;
    right: 10px;
  }
}
.sec04{
  padding:60px 0 45px;
  overflow: hidden;
}
.sec04-ttl{
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
}
.sec04-ttl span.ttl01{
  color:#1791D1;
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.3rem;
}
.sec04-ttl span.ttl02{
  font-size: 20px;
  display: block;
  margin-top: -10px;
}
.sec04-catch{
  text-align: center;
  font-size: 16px;
  color:#434343;
}
.sec04_slider{
  margin: 30px 0;
}
.sec04_slider .slick-slide {
    margin: 0 15px; 
}
.sec04_slider .slick-list {
  margin: 0 -15px;
  overflow: visible;
}
.slide-arrow{
  width: 40px;
  height: 40px;
  background: url(../img/common/arrow02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
}
.prev-arrow{
  top: calc(50% - 10px);
  transform: rotate(180deg);
  left:-20px;
}
.next-arrow{
  top: calc(50% - 10px);
  right: -20px;
}
.sec04_slider-content{
  display: block;
}
.sec04_slider-content a{
  display: block;
  text-decoration: none;
}
.sec04_slider-content-img{
  width: 100%;
  height: 100%;
  aspect-ratio: 33 / 20;
  margin-bottom: 20px;
  overflow: hidden;
}
.sec04_slider-content-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.sec04_slider a:hover img{
  transform: scale(1.05);
}
.sec04_slider-date-cat{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sec04_slider-date-cat span{
  display: inline-block;
}
.sec04_slider-date-cat span.date{
  color: #1791D1;
  padding: 2px 12px 0;
  font-size: 15px;
  margin-top: 3px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  border-right: solid 1px #1791D1;
  border-left: solid 1px #1791D1;
}
.sec04_slider-date-cat span.cat{
  color: #1791D1;
  font-size: 16px;
}
.sec04_slider-content-ttl{
  font-size: 22px;
  color:#000;
  margin: 10px 0;
  font-weight: 700;
}
.sec04_flex{
  width: 1015px;
  max-width: calc(100% - 40px);
  margin: 110px auto 0;
  display: flex;
  gap: 30px;
}
.sec04_flex a{
  width: calc(33.33% - 20px);
  display: block;
}
.sec04_flex a img{
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .sec04{
    padding:37px 0 40px;
  }
  .sec04-ttl{
    margin-bottom: 20px;
  }
  .sec04-ttl span.ttl01{
    font-size: 56px;
  }
  .sec04-ttl span.ttl02{
    font-size: 14px;
    margin-top: -5px;
  }
  .sec04-catch{
    font-size: 16px;
  }
  .sec04_slider{
    margin: 20px auto;
    width: 85%;
  }
  .sec04_slider .slick-slide {
      margin: 0 15px; 
      padding:20px 20px 30px;
      box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
  }
  .sec04_slider-content-img{
    margin-bottom: 15px;
  }
  .sec04_slider-content-ttl{
    font-size: 18px;
    line-height: 1.8;
  }
  
  .sec04_flex{
    margin: 48px auto 0;
    flex-wrap: wrap;
    display: flex;
    gap: 5px;
  }
  .sec04_flex a{
    width: 100%;
  }
  .sec04_flex a img{
    width: 100%;
  }
}
.sec05{
  padding:66px 0 35px;
  background: #FFEBF5;
  overflow: hidden;
}
.sec05-flex{
  display: flex;
  gap: 50px;
}
.sec05-ttl-box{
  width: 260px;
}
.sec05-box{
  width: calc(100% - 310px);
}
.sec05-ttl span.ttl01{
  color:#FF50A2;
  font-family: "Bebas Neue", sans-serif;
  font-size: 80px;
  display: block;
  line-height: 1.2;
  letter-spacing: 0.3rem;
}
.sec05-ttl span.ttl02{
  font-size: 20px;
  display: block;
  margin-top: -10px;
}
.sec05-catch{
  line-height: 1.8;
  font-size: 16px;
}

.sec05-link{
  margin: 40px auto 0;
  text-align: center
}
.sec05-link a{
  width: 260px;
  border: solid 5px #FFC7E1;
  height: 65px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
  color:#000;
  text-decoration: none;
  background: #fff;
}
.sec05-link a img{
  position: absolute;
  right: 20px;
  top:50%;
  width: 20px;
  transform: translate(0 , -50%);
}
.sec05-link_sp{
    display: none;
}
.sec05-catch{
  margin-top: 10px;
  font-size: 18px;
}
.sec05-box-shop{  
  display: flex;
  gap: 15px;
  margin: 30px 0;
}
.sec05-box-shop-box{
  background: #fff;
  width: calc(33.333% - 10px);
}
.sec05-box-shop-name{
  background: #FF50A2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  color:#fff;
}
.sec05-box-shop-tel a{
  text-align: center;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  color:#000;
  font-family: "Bebas Neue", sans-serif;
  text-decoration: none;
  gap: 5px;
  letter-spacing: 0.1rem;
}


@media only screen and (max-width: 1000px) {
  .sec05{
    padding:45px 0 40px;
  }
  .sec05-flex{
    display: block;
    margin-bottom: 20px;
  }
  .sec05-ttl span.ttl01{
    font-size: 56px;
  }
  .sec05-ttl span.ttl02{
    font-size: 14px;
    margin-top: -5px;
  }
  .sec05-box{
    width: 100%;
  }
  .sec05-link_pc{
    display: none;
  }
  .sec05-link_sp{
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .sec05-catch{
    font-size: 16px;
    margin-top: 22px;
  }
  .sec05-box-shop{
    flex-wrap: wrap;
    margin: 18px 0;
    gap: 10px;
  }
  .sec05-box-shop-box{
    display: flex;
    width: 100%;
  }
  .sec05-box-shop-name{
    display: flex;
    width: 115px;
    height: 75px;
    align-items: center;
    justify-content: center;
  }
  .sec05-box-shop-tel{
    display: flex;
    width: calc(100% - 115px);
    height: 75px;
    align-items: center;
    justify-content: center;
  }
  .sec05-link {
    margin: 20px auto 0;
  }
}
footer{
  padding: 30px 0;
}
.footer__box-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__box{
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.footer-nav-list{
  max-width: 100%;
}

.footer-nav-list ul{
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  margin: 38px 75px 20px auto;
  list-style: none;
  font-size: 16px;
  padding:0;
}

.footer-nav-list ul a{
  color:#000000;
  text-decoration: none;
}
.pagetop{
  position: fixed;
  width: 63px;
  height: 63px;
  bottom:0;
  right: 0;
  opacity: 0;
  transition: 0.2s;
  z-index: 9;
}
.fixed .pagetop{
  opacity: 1;

}
.copyright{
  font-size: 12px;
  text-align: right;
  color:#8B8B8B;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 768px) {
  footer{
    padding: 30px 0;
  }
  .footer__box-flex{
    flex-direction: column-reverse;
  }
  .footer__box{
    width: 100%;
    max-width: calc(100% - 40px);
  }
  .footer-nav-list ul{
    justify-content: start;
    flex-wrap: wrap;
    width: 340px;
    max-width: calc(100% - 40px);
    gap: 20px 0;
    margin: 0 auto;
    list-style: none;
    font-size: 16px;
    padding:0;
  }
  .footer-nav-list ul li{
    width: calc(50% - 10px);
    margin-left: 10px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .footer-nav-logo{
    width: 295px;
    max-width: 100%;
    margin: 35px auto 25px;
  }
  .footer-nav-logo img{
    width: 100%;
  }
  .copyright{
    font-size: 12px;
    text-align: center
  }
}