@charset "UTF-8";

html{
  font-size: 2.6666666667vw;
}

#pagetop{
  opacity: 1 !important;
  background: #fff;
  position: relative;
  z-index: 5;
}

#footer{
  position: relative;
  z-index: 5;
  background: #fff;
}
#wrapper {
    width: auto;
    overflow: visible;
}
body {
    min-width: 0px;
    overflow: visible;
}


@media screen and (min-width: 768px) {
  html{
    font-size: 0.9019vw;
  }
}

@media screen and (min-width: 1110px) {
  html{
    font-size: 10px;
  }
}






/* 要素設定 */

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.35;
  color: #251E1C;
  letter-spacing: 0;
  margin: 0;
}


/* ----------------------  */

.anc{
  height: 0;
  position: relative;
  z-index: 1;
  display: block;
}

/*　ラインホバー
---------------------------------------------------------
_s: 最初から線がある
_c: ホバーで線がつく
---------------------------------------------------------*/

.line_s,
.line_c {
  --line-color: #fff;

  display: inline;
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-repeat: no-repeat;
  background-position: right bottom;

  text-decoration: none !important;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--line-color)), to(var(--line-color)));
  background-image: -webkit-linear-gradient(left, var(--line-color), var(--line-color));
  background-image: linear-gradient(90deg, var(--line-color), var(--line-color));
  background-size: 0 1px;

/*  -webkit-animation: none !important;
  animation: none !important;*/

}



.line_s {
  background-position: left bottom;
  background-size: 100% 1px
}

.pc_bg{
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg_pc.png) 50%  50% no-repeat;
  background-size: cover;
}


/*---------------------------------------------------------
  PC
---------------------------------------------------------*/

.pc-left,
.pc-right{
  position: fixed;
  z-index: 5;
  top: 0;
  bottom: 0;
  width: calc(50% - 37rem / 2 );
  display: flex;
  justify-content:center;
  align-items:center;
  display: none;
}

@media screen and (min-width: 768px) {
.pc-left,
.pc-right{
  display: flex;
}
}


.pc-left{
  left: 0;
}
.pc-right{
  right: 0;
}

.pc-left_inner{
  width: 30.5rem;  
}

.pc-en{
  /* toyama/white */
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.5rem;
  position: relative;
  z-index: 1;
  aspect-ratio: 305/ 158;
  width: 100%;
  margin-bottom: 3rem;
}
.pc-en_txt1{
    position: absolute;
    z-index: 1;
    width: 81%;
    top: -13%;
    left: 11%;
}
.pc-en_txt2{
    position: absolute;
    z-index: 2;
    top: 100%;
    left: -9%;
    top: -32%;
    width: 52%;
}
.pc-map{
    position: relative;
    z-index: 1;
    margin-top: 3rem;
    margin: 0 3.2rem;
    border: solid 2px #fff;
}
.pc-map + .pc-map{
  margin-top: 2rem;
}
.pc-map_head{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    background: #00A199;
    color: #fff;
    display: flex;
    align-items:center;
    justify-content:space-between;
    padding: 0.2rem 1.2rem;
}
.pc-map_ttl{
  font-weight: 500;
  font-size: 1.5rem;
}
.pc-map_link{
    color: #fff;
    font-size: 1.1rem;
    padding: 0 1rem 0 0;
    position: relative;
    z-index: 1;
}
.pc-map_link:before{
  content: "";
  z-index: 1;
  position: absolute;
  
  border-left:.6rem solid #fff;
  border-right:0px solid transparent ;
  border-top:.4rem solid transparent ;
  border-bottom:.4rem solid transparent ;
  
  width: 0px;
  height: 0px;
  top:0;
  bottom: 0;
  right:0;
  margin: auto;
}


.pc-map_ttl{}
.pc-map_link{}
.pc-map_zu{
    /* margin-bottom: 2rem; */
}
.pc-map_txt1{
    position: absolute;
    z-index: 5;
    top: 0;
    width: 66%;
    right: -55%;
    top: -4%;
    pointer-events: none;
}

.pc-right_inner{
  width: 29.8rem;   
}
.pc-simyu{
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.5rem;
  margin-bottom: 1.8rem;
  text-align: center;
  padding: 2.5rem 0 2.9rem;
}
.pc-simyu_ttl{
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.35;
  color: #6A00F1;
}
.pc-simyu_ttl span{
  position: relative;
  z-index: 1;
  padding-left: 4.4rem;
  display: inline-block;
}
.pc-simyu_ttl span:before{
  content: "";
  z-index: 1;
  position: absolute;
  
  background: url(../img/pc-r_icon1.svg) 0 0 no-repeat;
  background-size: contain;
  width: 3.7rem;
  height: 4.1rem;
  top:0;
  left: 0;
}
.pc-simyu_mes{font-weight: 700;font-size: 1.2rem;line-height: 1.35;margin-top: 1.4rem;}
.pc-simyu_btn{
  padding: 1.8rem 0;
  background: #6A00F1;
  border: 4px solid #FFFFFF;
  box-shadow: 2px 4px 0px rgba(0, 0, 0, 0.12);
  border-radius: 99rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.35;
  display: block;
  margin: 1rem 2rem 0;

  transition: transform .3s cubic-bezier(0.43, 0.05, 0.17, 1), box-shadow .3s cubic-bezier(0.43, 0.05, 0.17, 1)
}
.pc-simyu_btn span{
    padding-right: 2rem;
    position: relative;
    z-index: 1;
}
.pc-simyu_btn span:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: url(../img/pc-r_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 1.1rem;
  height: 1.5rem;
  top:0;
  right: 0;
  bottom: 0;
  margin: auto;
}


.pc-mes{
    position: relative;
    z-index: 1;
    margin: 0 0 0 10%;
    width: 82%;
}
.pc-mes_txt{
    position: absolute;
    z-index: 1;
    top: 100%;
    top: -17%;
    left: -54%;
    width: 72%;
    pointer-events: none;
}
.pc-mes_img{}


@media screen and (max-width: 1300px) {
  .pc-map_txt1{
    width: 56%;
    right: -45%;
}
  .pc-mes_txt{
    width: 59%;
    left: -32%;
    top: -45px;
}
}




/*---------------------------------------------------------
  ホバー(PCのみ)
---------------------------------------------------------*/

@media (hover: hover) and (pointer: fine) {

  /*　ラインホバー
  ---------------------------------------------------------*/

  a:hover .line_c {
    background-position: left bottom;
    background-size: 100% 1px;
  }

  a:hover .line_s {
    animation: line1_anim 0.6s 1;
    animation-fill-mode: forwards;
  }

  @keyframes line1_anim {
    0% {
      background-position: right bottom;
      background-size: 100% 1px;
    }

    50% {
      background-position: right bottom;
      background-size: 0% 1px;
    }

    50.1% {
      background-position: left bottom;
      background-size: 0% 1px;
    }

    100% {
      background-position: left bottom;
      background-size: 100% 1px;
    }
  }

}

/* ----------------------  */

.c-box{
  position: relative;
  z-index: 5;
}
.c-box_inner{
  position: relative;
  z-index: 5;
}
.c-box_ttl{
  padding: .8rem 0;
  background: #F08300;
  border-radius: 3rem 3rem 0px 0px;
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.45;
  text-align: center;
  letter-spacing: -0.05em;
}
.c-box_ttl2{
  background: #fff;
  padding: 2.6rem 0 0;
  border-radius: 3rem 3rem 0px 0px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.45;
  text-align: center;
}
.c-box_main{
  background: #fff;
  padding: 3rem 2rem;
  border-radius: 0 0 3rem 3rem;
  position: relative;
  z-index: 1;
}

/* ----------------------  */

.anim{
}
.anim1{
    transform: scale(0);
    transition: transform .3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.anim1.anim{
    transform: scale(1);
}

.anim2{
    transform: translate(0,6rem);
    transition: transform .4s cubic-bezier(0.55, 0.05, 0.22, 0.99), opacity .4s cubic-bezier(0.26, 0.06, 0, 1);
    opacity: 0;
}
.anim2.anim{
    transform: translate(0);
    opacity: 1;
}


.anim4{
    transform: translate(0px, -23rem);
}
.anim5{
    transform: translate(0px, -13rem);
}
/* ----------------------  */

.l-head{
  --head_h: 5rem;
  height: var(--head_h);
  position: relative;
  z-index: 200;
  pointer-events: none;
}
.l-head_inner{
  height: var(--head_h);
  position: fixed;
  z-index: 1;
  top: 0;
  letter-spacing: 0;
  right: 0;
  left: 0;
  background: #fff;
  display: flex;
  align-items:center;
  justify-content:space-between;
  pointer-events: auto;
}
.l-head_logo{
    margin-left: 1rem;
    width: 17.2rem;
}
.l-head_name{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #B42023;
  margin-right: 1.4rem;
  margin-bottom: 0.6rem;
}


@media screen and (min-width: 768px) {
  .l-head_inner{
     width: 37.5rem;
     margin: auto;
  }
  .l-head{
    /* width: 36.17rem; */
  }
}


/* ----------------------  */


.content{
  /* max-width: 720px; */
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 5;
  /* overflow: hidden; */
}
.inner{
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.content_over{
  overflow: hidden;
}

.l-foot img,
.l-head img,
.sp_menu img,
.pg-bg img,
.c-popup img,
.content img{
  width: 100%;
}


@media screen and (min-width: 768px) {
  .content{
    width: 37.5rem;
    /* width: 36.17rem; */
  }
}

/* ----------------------  */
.mainv{
  background: #F08300;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.mainv_img1{
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: scale(3);
    opacity: 0;
    transition: transform .35s cubic-bezier(0.55, 0.05, 0.22, 0.99), opacity .3s cubic-bezier(0.26, 0.06, 0, 1);
}
.mainv_img1_1{
    position: relative;
    z-index: 5;
    margin-top: -.5rem;
}
.mainv_img1_2{
    position: absolute;
    z-index: 1;
    width: 19.6rem;
    top: -10.4rem;
    right: -1.5rem;
/*    animation: rotate 8s linear infinite;*/
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.mainv_come{
    font-size: 1.3rem;
    text-align: right;
    margin: -.6rem 0rem -0.8rem 0;
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.55, 0.05, 0.22, 0.99), opacity 1.2s cubic-bezier(0.26, 0.06, 0, 1);
}
.mainv_img2{
    margin-left: 5.7rem;

    opacity: 0;

    transition: transform 1.2s cubic-bezier(0.55, 0.05, 0.22, 0.99), opacity 1.2s cubic-bezier(0.26, 0.06, 0, 1);

    transition-delay: 0.1s;    
}
.mainv_img3{
    position: absolute;
    z-index: 1;
    width: 10.4rem;
    bottom: calc(100% - 1.8rem);
    left: 0.4rem;
    opacity: 0;
    transform: translate(0,-1rem);
    transition: transform .35s cubic-bezier(0.55, 0.05, 0.22, 0.99), opacity .35s cubic-bezier(0.26, 0.06, 0, 1);

    transition-delay: 0.4s;
}
.mainv_come2{
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 5;
}
.content.on .mainv_img1{
    transform: scale(1);
    opacity: 1;
}
.content.on .mainv_img2{
    transform: scale(1);
    opacity: 1;
}
.content.on .mainv_img3{
    transform: scale(1);
    opacity: 1;
}
.content.on .mainv_come{
  opacity: 1;
}


/* ----------------------  */
.point{
  background: #F6C76E;
  background: linear-gradient(180deg,rgba(246, 199, 110, 1) 0%, rgba(240, 130, 7, 1) 100%);
  position: relative;
  z-index: 2;
}
.point_come{
    padding-top: 3rem;
    position: relative;
    z-index: 5;
}
.point_come_ttl{
    margin-bottom: 0.5rem;
}
p + .point_come_ttl{
  margin-top: 0.5rem;
}
.point_come2{
    padding-top: 12.7rem;
    padding-bottom: 5rem;
    position: relative;
    z-index: 3;
}
.point_come2_ttl{
    margin-bottom: 0.5rem;
}
p + .point_come2_ttl{
  margin-top: 0.5rem;
}

.point_txt1{
    padding-top: 4.5rem;
    position: relative;
    z-index: 1;
}
.point_txt1_img{
    position: relative;
    z-index: 5;
}

.point_txt1_bg{
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: -8rem;
}

.point_box{
    margin-top: -1rem;
}
.point_box_img1{
    margin-bottom: 3rem;
}
.point_box_img2{
    margin: 0 1rem 3.5rem;
}
.point_box_img3{
    margin: 0 1rem;
    padding-bottom: 11.3rem;
}
.point_box_btn_bg{
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 21.8rem;
    left: 0;
    right: 0;
    margin: auto;
}
.point_box_btn{
    display: block;
    position: absolute;
    z-index: 5;
    width: 15.6rem;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -7.5rem;
    background: #6a3ff0;
    border-radius: 10rem;
    box-shadow: 2px 7px 0px rgba(0, 0, 0, 0.2);

  transition: transform .3s cubic-bezier(0.43, 0.05, 0.17, 1), box-shadow .3s cubic-bezier(0.43, 0.05, 0.17, 1)    
}
.point_bg{
  position: absolute;
  z-index: 1;
  bottom: -21rem;
  left: 0;
  right: 0;
}
/* ----------------------  */
.flow{
  background: #F6C76E;
  background: linear-gradient(180deg,rgba(246, 199, 110, 1) 0%, rgba(240, 130, 7, 1) 100%);
  position: relative;
  z-index: 1;  
}
.flow_txt1{
    padding-top: 1.5rem;
    position: relative;
    z-index: 1;
}

.flow_txt1_img{
    position: relative;
    z-index: 5;
    padding-left: 1rem;
}

.flow_txt1_bg{
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 17.5rem;
}




.flow_box{
    padding-bottom: 5rem;
}
.flow_box_img1{
    margin: -2.4rem -2rem 1rem;
    position: relative;
    z-index: 1;
}
.flow_box_img1_1{
  position: absolute;
  z-index: 1;
  top: 33.3rem;
  width: 14.3rem;
  left: -2.8rem;
}
.flow_box_img1_2{
  position: absolute;
  z-index: 1;
  top: 4.6rem;
  width: 6rem;
  left: -2rem;
}
.flow_box_come{margin-bottom: 3rem;}
.flow_box_come1{
    margin-bottom: 0.5rem;
}
.flow_box_come2{
    font-size: 1.1rem;
}
.flow_box_map{
    position: relative;
    z-index: 1;
}
.flow_box_map + .flow_box_map{
  margin-top: 2.9rem;
}

.flow_box_map_head{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    background: #00A199;
    color: #fff;
    display: flex;
    align-items:center;
    justify-content:space-between;
    padding: 0.2rem 1.2rem;
}
.flow_box_map_ttl{
  font-weight: 500;
  font-size: 1.5rem;
}
.flow_box_map_link{
    color: #fff;
    font-size: 1.1rem;
    padding: 0 1rem 0 0;
    position: relative;
    z-index: 1;
}
.flow_box_map_link:before{
  content: "";
  z-index: 1;
  position: absolute;
  
  border-left:.6rem solid #fff;
  border-right:0px solid transparent ;
  border-top:.4rem solid transparent ;
  border-bottom:.4rem solid transparent ;
  
  width: 0px;
  height: 0px;
  top:0;
  bottom: 0;
  right:0;
  margin: auto;
}
.flow_box_map_zu{
    position: relative;
    z-index: 1;
}

.flow_bg{
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  left: 0;
  right: 0;
  /* background: #ccc; */
}


/* ----------------------  */

.benefits{
  background: #F6C76E;
  background: linear-gradient(180deg,rgba(246, 199, 110, 1) 0%, rgba(240, 130, 7, 1) 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 24rem;
}
.benefits_txt1{
    padding-top: 0.5rem;
    position: relative;
    z-index: 1;
}

.benefits_txt1_img{
    position: relative;
    z-index: 5;
}

.benefits_txt1_bg{
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 4.9rem;
}

.benefits_box{}
.benefits_box_img1{
    margin: 0 -1rem;
}
.benefits_box_img1_come{
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.35;
  text-align: right;
  margin: 1rem -0.9rem 2.5rem 0;
}
.benefits_box_img2{
    margin-bottom: 2.5rem;
}
.benefits_box_img2_come{
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.35;
}

.benefits_box2{
    margin-top: 2rem;
}
.benefits_box2_data{
  padding: 1.8rem 1.2rem 0;
  border: 2px solid #CECECE;
  box-shadow: 0 .4rem 0px rgba(0, 0, 0, 0.12);
  border-radius: 2rem;
}
.benefits_box2_data + .benefits_box2_data{
  margin-top: 2rem;
}
.benefits_box2_head{
    border-bottom: 2px dashed #CECECE;
    padding-bottom: 1.5rem;
}
.benefits_box2_head_img{
    margin: 0 0.5rem;
}
.benefits_box2_head_mes{
  font-size: 1.6rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: -.7rem;
}
.benefits_box2_main{border-bottom: 2px dashed #CECECE;padding: 1.4rem 0;display: none;}

.benefits_box2_list{
    display: grid;
    gap: 1.2rem 0;
  list-style: none;
  counter-reset: li 0;

}
.benefits_box2_list li{
  font-size: 1.6rem;
  padding: 0 0 0 3rem;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}


.benefits_box2_list li:before{
  content: counter(li);
  counter-increment: li;
  position: absolute;
  z-index: 1;
  top: 0.3rem;
  background: #ccc;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.8rem;
  width: 1.8rem;
  border-radius: 10rem;
  left: 0.5rem;
 }
 .benefits_box2_list.-color2 li:before{
  background: #22AC38;
 }
 .benefits_box2_list.-color1 li:before{
  background: #F08300;  
 }



.benefits_box2_btn{
  font-size: 1.6rem;
  width: 100%;
  padding: 1.2rem 0;
  color: #251E1C;  
}
.benefits_box2_btn_view{
    position: relative;
    z-index: 1;
    padding-right: 2.4rem;
}
.benefits_box2_btn_close{
  display: none;
  position: relative;
  z-index: 1;
    padding-right: 2.4rem;  
}
.benefits_box2_btn.active .benefits_box2_btn_view{
  display: none;
}
.benefits_box2_btn.active .benefits_box2_btn_close{
  display: inline;
}

.benefits_box2_btn_view:before,
.benefits_box2_btn_close:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: url(../img/benefits_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.1rem;
  top:0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.benefits_box2_btn_close:before{transform: scale(1,-1);}


.benefits:before{
  content: "";
  z-index: 3;
  position: absolute;
  width: 55.5rem;
  height: 55.5rem;
  background: #FEF9F3;
  bottom: -44rem;
  left: 50%;
  transform: translate(-50%, 0px);
  border-radius: 36rem;
}
.benefits_bg2{
  position: absolute;
  z-index: 1;
  bottom: 18.5rem;
  right: 0;
}


/* ----------------------  */
.overview_ttl{
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 4.5rem;
  margin-bottom: 1.4rem;
}
.overview_block{
  border: 1px solid #C7C7C7;
  padding: 1rem 0.5rem 1rem 1.5rem;
  display: grid;
  gap: 1rem 0;
  height: 19rem;
}
.overview_box{
}
.overview_box_ttl{
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
.overview_box_mes{
    font-size: 1.2rem;
}
.overview_box_list{}
.overview_box_list a{
  color: #6a3ff0;
}

.overview_box_list li{
    padding: 0 0 0 1.7rem;
    position: relative;
    z-index: 1;
}
.overview_box_list li:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #000;
  width: .2rem;
  height: .2rem;
  top: 0.6rem;
  left: 0.8rem;
  border-radius: 10rem;
}
.overview_come{
  font-size: 1.2rem;
  margin-top: 1rem;
}
.overview_date{
  font-size: 1.1rem;
  text-align: right;
  margin-top: 3rem;
}
.overview_btn_bg{
  width: 21.8rem;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 8.2rem;
  margin: auto;
}
.overview_btn{
  width: 15.6rem;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1.5rem;
  background: #6a3ff0;
  border-radius: 10rem;
  box-shadow: 2px 7px 0px rgba(0, 0, 0, 0.2);

  transition: transform .3s cubic-bezier(0.43, 0.05, 0.17, 1), box-shadow .3s cubic-bezier(0.43, 0.05, 0.17, 1)  
}
/* ----------------------  */

.l-foot{
    background: #fef9f3;
    position: relative;
    z-index: 1;
    padding-top: 8rem;
    padding-bottom: 4rem;
    position: relative;
    z-index: 2;
}
.l-foot_top{
    position: absolute;
    z-index: 1;
    width: 12rem;
    left: 1rem;
    top: 1.6rem;
    transition: transform .3s cubic-bezier(0.43, 0.05, 0.17, 1);    
}
.l-foot_img{}

.l-foot_copy{
  text-align: center;
  font-size: 1.1rem;
  margin-top: 1.6rem;
}

@media screen and (min-width: 768px) {
  .l-foot{
    width: 37.5rem;
    margin: 0 auto;
  }
}

/* ----------------------  */
/* ----------------------  */
/* ----------------------  */


/*---------------------------------------------------------
  ホバー(PCのみ)
---------------------------------------------------------*/

@media (hover: hover) and (pointer: fine) {


  .pc-simyu_btn:hover{
    transform: translate(0px, 4px);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);

}
  .l-foot_top:hover{
    transform: translate(0px, -7px);    
  }

  .overview_btn:hover, 
  .point_box_btn:hover{
    transform: translate(0px, 7px);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);
  }

  .overview_box_list a:hover,
  .pc-map_link:hover,
  .flow_box_map_link:hover{
    text-decoration: underline;
  }



}


/*---------------------------------------------------------
  スマホ
---------------------------------------------------------*/

@media screen and (max-width: 767px) {



}





/*---------------------------------------------------------
  表示非表示
---------------------------------------------------------*/

html body .sp-block,html body .sp-inline,html body .sp-inlineB,html body .sp-flex{
  display: none;
}

@media only screen and (max-width: 767px) {

  html body .sp-none{
    display: none;
  }
  html body .sp-block{
    display: block;
  }  
  html body .sp-flex {
    display: flex;
  }  
  html body .sp-inline {
    display: inline;
  }
  html body .sp-inlineB {
    display: inline-block;
  }  
  html body .sp-brNone br{
    display: none;
  }


}


