@charset "utf-8";

* {
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width:599px) {
  body {
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
  }
}

/* ////// フロントページ /////// */

/* #32C1D0 チェレステカラー */
/* #ADE6EC うすい水色 */
/* #FF828C 濃いピンク */
/* #FFCDD1 うすいピンク */

/* +++++++++ COMMON +++++++++ */
.page-base {
  width: 100%;
  overflow: hidden;
}

section {
  margin-bottom: 20vw;
  position: relative;
}

section h2 {
  color: #32C1D0;
  width: 100%;
  text-align: center;
  /*visibility: hidden;*/
}
h2 {
  color: #32C1D0;
  width: 100%;
  text-align: center;
}

/*
.lowerpage .subtitle {
  display: block;
  text-align:center;
  overflow: hidden;
  font-size: 1.0rem;
  color: #32C1D0;
  width: 100%;
  text-align: center;
  margin-top: 20vw;
}
section h2 .subtitle {
  display: inline-block;
  width: 100%;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}*/
section h2 .subtitle {
  display: block;
  text-align:center;
  overflow: hidden;
  font-size: 1.0rem;
  color: #32C1D0;
  width: 100%;
  text-align: center;
  margin-top: 2vw;
}
section .title-caption {
  display: block;
  color: #32C1D0;
  font-size: 1.2rem;
  padding: 0 3vw;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10vw;
}


.sec-btnarea{padding: 0 3vw;}


.cta_subtitle {
  display: block;
  text-align:center;
  overflow: hidden;
  font-size: 1.0rem;
  color: #32C1D0;
  width: 100%;
  text-align: center;
  margin-top: 3vw;
}

.kome{
  color: #666666;
  font-size: 0.8rem;
  }

.btn_detail {
  width: 100%;
  position: relative;
  height: 10vw;
}
.btn_detail a {
  width: 80vw;
  height: 12vw;
  border: 2px solid black;
  text-decoration: none;
  color: black;
  background: #FF828C;
  border-radius: 6vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 120;
  transition: all 300ms ease-out 0s;
}
.btn_detail:after {
  content: "";
  display: block;
  width: 80vw;
  height: 12vw;
  background: #32C1D0;
  border-radius: 6vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  transform: translate(1.5vw,1.5vw);
}

.btn_skeleton {
  width: 100%;
  position: relative;
  height: 10vw;
}
.btn_skeleton a {
  width: 80vw;
  height: 12vw;
  border: 2px solid black;
  text-decoration: none;
  color: black;
  border-radius: 6vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 120;
  transition: all 300ms ease-out 0s;
}
.btn_skeleton:after {
  content: "";
  display: block;
  width: 80vw;
  height: 12vw;
  border-radius: 6vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  transform: translate(1.5vw,1.5vw);
}

.btn_skeleton_mini {
  width: 100%;
  position: relative;
  height: auto;
}
.btn_skeleton_mini a {
  width: auto;
  height: 45px;
  border: 2px solid black;
  text-decoration: none;
  color: black;
  border-radius: 6vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 120;
  transition: all 300ms ease-out 0s;
  
}

.btn_pink_mini {
  width: 100%;
  position: relative;
  height: auto;
}
.btn_pink_mini a {
  width: 40vw;
  height: 45px;
  border: 2px solid black;
  text-decoration: none;
  color: black;
  background: #FF828C;
  border-radius: 6vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 120;
  transition: all 300ms ease-out 0s;
}

@media screen and (min-width:600px){

.btn_detail a {
    width: 24rem;
    height: 4rem;
    font-size: 1.2rem;
  }
.btn_detail:after {
    width: 24rem;
    height: 4rem;
    transform: translate(0.7rem, 0.7rem);
  }
.btn_detail a:hover {
    filter: brightness(120%);
    color: #333;
    transform: translate(0.3rem, 0.3rem);
}

.btn_skeleton a {
    width: 24rem;
    height: 4rem;
    font-size: 1.2rem;
  }
.btn_skeleton:after {
    width: 24rem;
    height: 4rem;
    transform: translate(0.7rem, 0.7rem);
  }
.btn_skeleton a:hover {
    filter: brightness(120%);
    color: #333;
    transform: translate(0.3rem, 0.3rem);
}


}

.animated_arrow{
  display: block;
  width: 12%;
}
.animated_arrow img{display: block; width: 100%;}

.fixed_arrow{
  display: block;
  width: 12%;
  padding-left:17px;
}
.fixed_arrow img{display: block; width: 100%;}

.link_button {
     text-align:left;
     color:#000000;
     background-image: url("../images/pc/link_button.png");
     background-repeat: no-repeat;
     background-position: left center;
     background-size:contain;
     padding-right:10px;
     text-decoration: none;
}


img.imgsp {
  display: block;
}
img.imgpc {
  display: none;
}


.plan-terms article {
  margin-bottom: 8vw;
  /*visibility: hidden;*/
}
.plan-terms article h3 {
  width: 100%;
  text-align: center;
  color: white;
  background: #32C1D0;
  padding: 2vw 0 1vw;
  margin: 0 0 2vw;
}
.plan-terms {
    margin-bottom:0;
  }
.plan-terms article table {
    font-size:0.8rem;
  }
.plan-terms article table  tr {
    vertical-align:top;
  }
.plan-terms article table  td {
    vertical-align:top;
  }
.plan-terms article table  th {
    vertical-align:top;
  }
.plan-terms article p {
  font-size: 0.8rem;
  margin: 0 0 2rem;
  line-height: 1.3rem;
  padding: 0 0.5vw;
}


/* +++++++++ 1.TOP スライダー +++++++++ */
.sec-topslider {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  transition: all 200ms ease-out 0s;
}

.sec-topslider .slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.sec-topslider .slide article {
  display: inline-block;
  vertical-align: bottom;
  z-index: 100;
  /* transition: all 1000ms linear 0s;*/
  /* transform: translate(0, -5rem) scale(0.9); */
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  height: 100vh;
}
.sec-topslider .slide article .wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.sec-topslider .slide article img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
}
.sec-topslider .slide article img.imgsp {
  display: block;
}
.sec-topslider .slide article img.imgpc {
  display: none;
}
.sec-topslider > ul {
  display: block;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  opacity: 0;
  transition: opacity 500ms ease-out 200ms;
  z-index: 220;
  background: none;
  width: 1rem;
}
.sec-topslider > ul.enable {
  opacity: 1;
}
.sec-topslider > ul > li {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid black;
  background: white;
  border-radius: 50%;
  transition: background 500ms ease-out 0s;
  vertical-align: top;
  margin-right: 1.8rem;
  margin-bottom: 1rem;
}
.sec-topslider h2 {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1rem;
  z-index: 220;
  display: inline-block;
  vertical-align: middle;
  height: 3rem;
  color: white;
  line-height: 1.5;
  text-align: left;
}
.sec-topslider h2 span {
  opacity: 0;
  transform: translate(10rem, 0);
  display: inline-block;
}
.sec-topslider h2 span:first-child {
  transition: all 2000ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.sec-topslider h2 span:last-child {
  transition: all 2000ms cubic-bezier(0.77, 0, 0.175, 1) 500ms;
}
.sec-topslider h2.enable span:first-child {
  opacity: 1;
  transform: translate(0,0);
}
.sec-topslider h2.enable span:last-child {
  opacity: 1;
  transform: translate(0,0);
}
/*.sec-topslider .btn-campaign {
  width: 30vw;
  height: 30.5vw;
  position: fixed;
  bottom: 0.8rem;
  right: 0.8rem;
  background: url(../images/pc/plan_button2209.webp) no-repeat;
  background-size: cover;
  z-index: 210;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 300ms ease-out 0s;
  transform: translate(2rem,0);
  opacity: 0;
}
.sec-topslider .btn-campaign a {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-topslider .btn-campaign.enable {
  transform: translate(0,0);
  opacity: 1;
}*/


.btn-campaign {
  width: 164px;
  height: 170px;
  position: fixed;
  bottom: 1.2rem;
  right: 0.8rem;
  background: url(../images/pc/plan_button2209.webp) no-repeat;
  background-size: cover;
  z-index: 210;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 300ms ease-out 0s;

}
.btn-campaign a {
  display: block;
  width: 100%;
  height: 100vw;
}
.btn-campaign.enable {
  transform: translate(0,0);

}

.btn-campaign:hover {
  transform: translate(0,0) scale(1.05);
  opacity: 0.8;
    cursor: pointer;
}

@keyframes fadeIn { /*animetion-nameで設定した値を書く*/

  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}

.fade{

  animation: fadeIn 3.5s ease 0s 1 normal;

}


.sec-topslider .scroll-down {
  z-index: 212;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 0.7rem;
  color: black;
  letter-spacing: 0.1rem;
  transition: all 300ms ease-out 0s;
  opacity: 0;
}
.sec-topslider .scroll-down:after {
  position: absolute;
  content: "";
  width: 0;
  border-left: 1px solid black;
  bottom: 0;
  height: 1.9rem;
  left: 0;
  right: 0;
  margin: auto;
}
.sec-topslider .scroll-down.enable {
  opacity: 1;
}


.sec-topslider > ul > li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.sec-topslider > ul > li.active {
  background: #32C1D0;
}

/* +++++++++ 2.WHATS +++++++++ */
.sec-whats {
  padding: 0 3vw;
}
.sec-whats article {
  width: 100%;
  height: 100%;
  background: #ADE6EC;
  padding: 10vw 0;
  /*visibility: hidden;*/
}
.sec-whats article li {
  display: block;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  margin: auto auto 10vw;
  width: 50vw;
  /* height: 77.2vw; */
  /*visibility: hidden;*/
}
.sec-whats article li img {
  width: 100%;
  height: auto;
  display: block;
}
.sec-whats article li.arrow {
  /* 56x76 */
  width: 12vw;
  height: calc(12vw * 76 / 56);
  margin-bottom: 3vw;
}
.sec-whats article li.arrow img {
  transform: rotate(90deg);
}
.sec-whats article li.answer {
  width: 60vw;
}
.sec-whats article p {
  width: 100%;
  padding: 0 10vw;
  margin: 0;
  /*visibility: hidden;*/
}
/* +++++++++ 3.MERIT +++++++++ */
.sec-merit {

}
.sec-merit article {
  padding-top: 66.7vw;
  padding-bottom: 20vw;
  width: 100%;
  margin-bottom: 10vw;
  position: relative;
}
.sec-merit article.merit01 {
  background: url(../images/pc/merit_ph2.jpg) no-repeat center top,
              url(../images/pc/merit_text1.png) no-repeat right bottom;
  background-size: contain, 60vw auto;
  background-color: #ADE6EC;
}
.sec-merit article.merit02 {
  background: url(../images/pc/merit_ph1.jpg) no-repeat center top,
              url(../images/pc/merit_text2.png) no-repeat right bottom;
  background-size: contain, 60vw auto;
  background-color: #ADE6EC;
}
.sec-merit article.merit03 {
  background: url(../images/pc/merit_ph3.jpg) no-repeat center top,
              url(../images/pc/merit_text3.png) no-repeat right bottom;
  background-size: contain, 60vw auto;
  background-color: #ADE6EC;
}
.sec-merit article h3 {
  color: #32C1D0;
  padding: 0 7vw;
  font-size: 1.2rem;
  margin: 2rem 0 0.5rem;
}
.sec-merit article .images,
.sec-merit article .bg {
  display: none;
}
.sec-merit article h3 span {
  background: white;
  display: inline-block;
  padding: 0.5rem 0.7rem 0.4rem;
  margin-bottom: 0.5rem;
}
.sec-merit article p{
  padding: 0 7vw;
  margin-top: 0;
}
.sec-merit .btn_detail {
  margin-top:0rem;
  margin-bottom:-3rem;
  }


/* +++++++++ 4.POINT +++++++++ */
.sec-point {
 padding-top: 50px;
}
.sec-point .main-image {
  width: 100%;
  padding: 0 3vw;
  position: relative;
}
.sec-point .main-image img {
  width: 100%;
  height: auto;
  display: block;
}
.sec-point .main-image .img_pc {
  display: none;
}
.sec-point .main-image ul {
  display: none;
}
.sec-point .reasons {
  width: 100%;
  padding: 0 3vw;
}
.sec-point .reasons .inner {
  width: 100%;
  background: #ADE6EC;
  padding: 3vw 7vw;
}

.sec-point .reasons h3 {
  color: #32C1D0;
  font-size: 1.7rem;
  text-align: center;
  margin: 5vw auto;
  /*visibility: hidden;*/
}
.sec-point .reasons h3 span{
  background: white;
  display: inline-block;
  padding: 0.2rem 0.7rem 0.1rem;
  margin-bottom: 0.5rem;
}
/*
.sec-point .reasons .subtitle {
  color: #32C1D0;
  font-size: 1.1rem;
  text-align: center;
  display: block;
  margin: 0 auto 10vw;
  /*visibility: hidden;*/
}*/
.sec-point .reasons .subtitle span {
  background: white;
  display: inline-block;
  padding: 0.2rem 0.7rem 0.1rem;
  margin-bottom: 0.5rem;
  font-size: 0.98rem;
}

.sec-point .reasons article {
  width: 100%;
  margin: 0 auto 15vw;
  /*visibility: hidden;*/
}
.sec-point .reasons article img {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.sec-point .btn_detail {
  margin-top:1rem;
  margin-bottom:0rem;
  }


.sec-point .reasons h4 {
  margin: 0 auto 5vw;
  color: #32C1D0;
  width: 100%;
  font-size: 1.2rem;
  padding: 0.8rem 0 0.7rem;
  background: white;
  text-align: center;
  display: block;
}


.machinefeature  {
    line-height:1.4;
}
.machinefeature span {
    background-color: white;
    color: #32c1d0;
    border-radius: 3px;
    text-align: left;
    padding: 0 10px;
    margin-right: 3px;
    font-size: 0.9rem;
}
/* +++++++++ 5.MACHINE +++++++++ */
.sec-machine {
  padding: 0 1vw;
}
.sec-machine .machine-types {
  padding: 7vw;
  background: #ADE6EC;
  margin-bottom: 10vw;
}
.sec-machine .machine-types h3 {
  margin: 0 auto 12vw;
  color: #32C1D0;
  width: 100%;
  font-size: 1.5rem;
  padding: 0.3rem 0 0.2rem;
  background: white;
  text-align: center;
}
.sec-machine .machine-types h4 {
  margin: 0 auto 5vw;
  color: #32C1D0;
  width: 100%;
  font-size: 1.2rem;
  padding: 0.2rem 0 0.1rem;
  background: white;
  text-align: center;
  display: block;
}
.sec-machine article {
  margin-bottom: 20vw;
  /*visibility: hidden;*/
}
.sec-machine article img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 3rem;
}
.sec-machine .machine-types article:last-child {
  margin-bottom: 0;
}




/* +++++++++ 5.1METHOD +++++++++ */
.sec-method {
  padding: 0 3vw;
}
.sec-method .method-types {
  padding: 7vw;
  background: #ADE6EC;
  margin-bottom: 10vw;
}
.sec-method .method-types h3 {
  margin: 0 auto 12vw;
  color: #32C1D0;
  width: 100%;
  font-size: 1.5rem;
  padding: 0.3rem 0 0.2rem;
  background: white;
  text-align: center;
}
.sec-method .method-types h4 {
  margin: 0 auto 5vw;
  color: #32C1D0;
  width: 100%;
  font-size: 1.2rem;
  padding: 0.8rem 0 0.8rem;
  background: white;
  text-align: center;

  display: block;
}
.sec-method article {
  margin-bottom: 20vw;
  /*visibility: hidden;*/
}
.sec-method article img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 3rem;
}
.sec-method .method-types article:last-child {
  margin-bottom: 0;
}


/* +++++++++ 6.FLOW +++++++++ */
.sec-flow {
  padding: 0 10vw;
}
.sec-flow .background {
  padding: 7vw;
  background: #ADE6EC;
  margin-bottom: 10vw;
}
.sec-flow .upper,
.sec-flow .lower{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.sec-flow article {
  margin-bottom: 15vw;
  /*visibility: hidden;*/
}
.sec-flow article img {
  height: auto;
  width: 80%;
  display: block;
  margin: 0 auto 2rem;
}
.sec-flow article h3 {
  font-size: 1.5rem;
  color: #32C1D0;
  margin-top: 0;
  text-align: center;
}
.sec-flow .line {
  display: none;
  /*visibility: hidden;*/
}


/* +++++++++ 7.PLAN +++++++++ */
#nav-plans{
  padding: 0 3vw;
    margin-bottom: 10vw;
}



.sec-plans .plan-detail {
  /* 702x564 */
  /*background: url(../images/sp/plan_table.jpg) no-repeat center top;
  background-size: cover;
  width: calc(100vw - (3vw + 3vw));
  height: calc((100vw - (3vw + 3vw)) * 564 / 702);*/
  margin-bottom: 2vw;
  /*visibility: hidden;*/
}
/*

.sec-plans .plan-detail img{
     text-align:center;
     width:95%;
}
*/
.sec-plans .plan-detail table,
.sec-plans .plan-detail .notice {
  /*display: none;*/
}
.sec-plans .plan-detail p {
    line-height:1.0;
}
.sec-plans .plan-detail .sfont {
    font-size: 0.7rem;
    color:gray;
    margin-bottom:-0.8vw;
    }

/*新テーブルスタイル*/

  .sec-plans .plan-detail table.sp-only {
    display: table;
    font-size: 0.9rem;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.8rem;
	border-top: 2px solid black;
  }
  .sec-plans .plan-detail table.sp-only  .sfont {
    margin-bottom:-1.5vw;
    }

.sec-plans .plan-detail table.sp-only tbody, .sec-plans .plan-detail table.sp-only tr{width: 100% !important;}
.sec-plans .plan-detail table.sp-only tr{border-bottom: 2px solid black;}
  .sec-plans .plan-detail table.sp-only th {
    padding: 1rem 0.4rem;
    background: #FF828C;
    border-bottom: 2px solid black;
    text-align: left;
	width: 28% !important;
  }
  .sec-plans .plan-detail table.sp-only td {
    padding: 1rem 0.4rem;
    background: white;

	width: 40% !important;
	border-left: 2px solid black;
  }
  .sec-plans .plan-detail table.sp-only td.pickup{
    background: #FFCDD1;
  }
  .sec-plans .plan-detail table.sp-only td.pickup .osusume {
    color: #FF828C;
    display: block;
    margin-left: -0.5rem;
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
  }


  .sec-plans .plan-detail .notice {
    border-style: none;
    display: block;
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
  }
  .sec-plans .notice-detail table{
    margin:0rem 1.5rem 0.8rem;
    font-size:0.8rem;
    border-style: none;
  }
  .sec-plans .notice-detail table  td {
    height: 1.4rem;
    vertical-align:top;
  }
  .sec-plans .notice-detail table  th {
    vertical-align:top;
  }

  .sec-plans .btn_detail {
    /*visibility: hidden;*/
    height: 4rem;
  }
.sec-plans .btn_detail {
  height: 16vw;
}


/* +++++++++ 7.5.GOODPRICE +++++++++ */
.sec-goodprice {
  padding: 0 10vw;
}
.sec-goodprice .upper,
.sec-goodprice .lower{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.sec-goodprice article {
  margin-bottom: 15vw;
  /*visibility: hidden;*/
}
.sec-goodprice article img {
  height: auto;
  width: 80%;
  display: block;
  margin: 0 auto 2rem;
}
.sec-goodprice article h3 {
  font-size: 1.5rem;
  color: #32C1D0;
  margin-top: 0;
  text-align: center;
}
.sec-goodprice h3 subtitle {
  color:#f0898d;
  font-size:1.5rem;
}
  .sec-goodprice .btn_detail {
    margin-bottom:2rem;
  }
  .sec-goodprice .notice {
    display: block;
    font-size: 0.8rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

.sec-goodprice-under {
  background: url(../images/sp/point_ph1_sp_02.png) no-repeat center top;
  background-size: 98vw auto;
  height: calc(98vw * 750 / 750);
  /*visibility: hidden;*/
}


/* +++++++++ 7.VISITER PLAN +++++++++ */
.sec-visiterplans {
  padding: 0 3vw;
}
.sec-visiterplans .title-caption {
  /*visibility: hidden;*/
}
.sec-visiterplans .plan-detail {
  background-size: 100% auto;
  width: 100%;
  margin-bottom: 1rem;
  height: auto;
  background: none;
}
.sec-visiterplans .plan-detail table {
  display: table;
  font-size: 0.9rem;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.4rem;
}
.sec-visiterplans .plan-detail table thead th{
  padding: 1rem 0;
  background: #FF828C;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  text-align: left;
}
.sec-visiterplans .plan-detail table thead th:first-child {
  width: 28%;
  padding-left: 0.5rem;
}
.contens-page-box #visiter-plans.sec-visiterplans .plan-detail table thead th:first-child {
  width: 25%;
    padding-right: 0.5em;
}

.sec-visiterplans .plan-detail table thead th:last-child {
  width: 52%;
  padding-left: 0;
}
.sec-visiterplans .plan-detail table tbody td{
  padding: 0.8rem 0;
  background: transparent;
  border-bottom: 2px solid black;
}
.sec-visiterplans .plan-detail table tbody tr td:first-child {
  padding-left: 0.5rem;
}
.sec-visiterplans .plan-detail table tbody tr td:nth-child(2) {
  position: relative;
  width: 25%;
}
.sec-visiterplans .plan-detail table tbody tr td:last-child {
  padding-left:0rem;
}
.contens-page-box #visiter-plans.sec-visiterplans .plan-detail table tbody tr td:nth-child(2) {
  width: 52%;
 padding-left: 0rem;
}
.sec-visiterplans .plan-detail .notice {
  display: block;
  font-size: 0.8rem;
  margin: 1.0rem 0;
}



/* +++++++++ 8.STUDENT PLAN +++++++++ */
.sec-studentplans {
  margin-top: 7rem;
  padding: 0 3vw;
}
.sec-studentplans .title-caption {
  /*visibility: hidden;*/
}
.sec-studentplans .plan-detail {
  /* 709x324 */
  /*
  background: url(../images/sp/studentplan_table.jpg) no-repeat center top;
  background-size: cover;
  width: calc(100vw - (3vw + 3vw));
  height: calc((100vw - (3vw + 3vw)) * 324 / 709);
  margin-bottom: 10vw;
  */
}
/*
.sec-studentplans .plan-detail table,
.sec-studentplans .plan-detail .notice {
  display: none;
}
*/
.sec-studentplans .plan-detail {
  background-size: 100% auto;
  width: 100%;
  margin-bottom: 1rem;
  height: auto;
  background: none;
}
.sec-studentplans .plan-detail table {
  display: table;
  font-size: 0.9rem;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.4rem;
}
.sec-studentplans .plan-detail table .sfont {
    font-size: 0.7rem;
    color:gray;
    margin-bottom:-0.8vw;
}
.sec-studentplans .plan-detail table thead th{
  padding: 1rem 0;
  background: #FF828C;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  text-align: left;
}
.sec-studentplans .plan-detail table thead th:first-child {
  width: 28%;
  padding-left: 0.5rem;
}
.contens-page-box #student-plans.sec-studentplans .plan-detail table thead th:first-child {
  width: 32%;
    padding-right: 0.5em;
}

.sec-studentplans .plan-detail table thead th:last-child {
  padding-left: 0;
}
.sec-studentplans .plan-detail table tbody td{
  padding: 0.8rem 0;
  background: transparent;
  border-bottom: 2px solid black;
}
.sec-studentplans .plan-detail table tbody tr td:first-child {
  padding-left: 0.5rem;
}
.sec-studentplans .plan-detail table tbody tr td:nth-child(2) {
  position: relative;
  width: 32%;
}
.contens-page-box #student-plans.sec-studentplans .plan-detail table tbody tr td:nth-child(2) {
  width: 37%;
    padding-left: 0.5em;
}
.sec-studentplans .plan-detail table tbody tr td:nth-child(2):after {
  /* 90x31 */
  content: "";
  width: 1.2rem;
  height: calc(1.2rem * 31 / 90);
  /* background: url(../images/pc/studentsplam_pink_arrow.png) no-repeat; */
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
.sec-studentplans .plan-detail table tbody tr td:last-child {
  color: #FF828C;
  padding-left: 0;
}
.sec-studentplans .plan-detail .notice {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}

.sec-studentplans .fuki-20off {
  /* 324x364 */
  width: 18vw;
  height: calc(18vw * 364 / 342);
  background: url(../images/pc/studentplac_icon.png);
  background-size: cover;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 1rem;
  top: -1rem;
  transform: translate(-20px, 100px) scale(0.9) rotate(-20deg);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  opacity: 0;
}
.sec-studentplans .fuki-20off.open {
  transform: translate(0, 0) scale(1) rotate(0);
  opacity: 1;
}



/* +++++++++ 9.BEFORE/AFTER +++++++++ */
.sec-beforeAfter .title-notice{
  display: block;
  color: #32C1D0;
  font-size: 1rem;
  padding: 0 3vw;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10vw;
  /*visibility: hidden;*/
}
.sec-beforeAfter .upper,
.sec-beforeAfter .lower {
  width: 100%;
  padding: 0 3vw;
}
.sec-beforeAfter article {
  width: 100%;
  padding-top: 14vw;
  position: relative;
  margin-bottom: 10vw;
  /*visibility: hidden;*/
}
.sec-beforeAfter article .inner {
  width: 100%;
  background: #32C1D0;
  color: white;
  padding: 5vw 4vw;
  border-radius: 6vw;
}
.sec-beforeAfter article .inner .interval {
  height: 10vw;
  width: 70%;
  background: #FF828C;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5vw;
  border: 2px solid black;
  position: absolute;
  top: -13vw;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.2rem;
  z-index: 120;
  color: black;
}
.sec-beforeAfter article .inner:before {
  content: "";
  position: absolute;
  border: 1px solid black;
  height: 5vw;
  width: 0;
  top: -5vw;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 100;
}
.sec-beforeAfter article .images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7vw;
  position: relative;
}
.sec-beforeAfter article .images:after {
  content: "";
  background: url(../images/pc/beforeafter_icon.png);
  background-size: cover;
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0,-50%);
}
.sec-beforeAfter article .images img {
  /* 154x190 */
  width: 42vw;
  height: calc(42vw * 190 / 154);
  display: block;
  background: white;
  object-fit: cover;
}
.sec-beforeAfter article .name {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3vw;
  width: 100%;
}
.sec-beforeAfter article .description {
  width: 100%;
  margin-bottom: 20vw;
  line-height: 1.5;
  font-size: 0.9rem;
}

.sec-beforeAfter article table {
  width: 100%;
  border-top: 2px solid white;
  border-collapse: collapse;
}
.sec-beforeAfter article table td,
.sec-beforeAfter article table th {
  padding: 3vw 0;
  border-bottom: 2px solid white;
  text-align: center;
}
.sec-beforeAfter article table th {
  text-align: left;
  color:#666666;
  width:15%;
}
.sec-beforeAfter article table td .arrow {
  display: inline-block;
  height: 1rem;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/pc/beforeafter_arrow.png) no-repeat center 0.2rem;
  background-size: auto 0.8rem;
  padding: 0 1rem;
}
.sec-beforeAfter article table td p{
  text-align: left;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.sec-beforeAfter article table td.result {
  text-align: right;
}
.sec-beforeAfter article table td.result span{
  display: inline-block;
  background: white;
  color: #FF828C;
  border-radius: 2vw;
  padding: 2vw 0;
  width: 18vw;
  text-align: center;
}


/* +++++++++ 10.CAMPAIGN +++++++++ */
.sec-campaign {
    margin-bottom: 3rem;

  background: url(../images/sp/campaign_ph_sp2209.webp) no-repeat center top;
  background-size: 98vw auto;
  height: calc(98vw * 3100 / 750);
  /*visibility: hidden;*/
}

.sec-campaign * {
  display: none;
}

.sec-campaign .btn_reserve {
  display: block;
  width: 98%;
  height: 14vw;
  position: absolute;
  bottom: 10vw;
}
.sec-campaign .btn_reserve .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.sec-campaign .btn_reserve .wrap .subtitle {
  display: block;
  color: black;
  width: 100%;
  text-align: center;
  margin-bottom: 1.3rem;
  height: 14vw;
  position: absolute;
  bottom: 10vw;
}
.sec-campaign .btn_reserve a {
  width: 80vw;
  height: 14vw;
  font-size: 1rem;
  border: 2px solid black;
  text-decoration: none;
  color: black;
  background: #FF828C;
  border-radius: 7vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 120;
  transition: all 300ms ease-out 0s;
}
.sec-campaign .btn_reserve .wrap:after {
  content: "";
  width: 80vw;
  height: 14vw;
  background: #32C1D0;
  border-radius: 7vw;
  position: absolute;
  bottom: 10vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  transform: translate(0.5rem,0.5rem);
}
.sec-campaign .btn_reserve a:active {
  transform: translate(0.3rem,0.3rem);
}

.sec-campaign2 {
  display: none;
}


/* +++++++++ 11.INSTAGRAM +++++++++ */
.sec-instagram {
  width: 100%;
  background: #32C1D0;
  padding: 2rem 0;
  /* display: none;*/

}
.sec-instagram h2 {
  color: white;
  margin: 0 0 1rem;
}
.sec-instagram .subtitle {
  display: block;
  color: white;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.sec-instagram .blog {
  width: 100%;
  /* height: 50vw; */
  height: 0;
  /*visibility: hidden;*/
  white-space:nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}
.sec-instagram .clone-base {
  width: 100%;
  height: 50vw;
  white-space:nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}

.sec-instagram .blog article,
.sec-instagram .clone-base article {
  width: 50vw;
  height: 50vw;
  margin-right: 5vw;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -50vw;
}
.sec-instagram .blog article a,
.sec-instagram .clone-base article a {
  width: 100%;
  height: 100%;
  display: block;

  overflow: hidden;
}
.sec-instagram .blog article a:hover img,
.sec-instagram .clone-base article a:hover img{
  transform: scale(1.1);
}
.sec-instagram .blog article a img,
.sec-instagram .clone-base article a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 300ms ease-out 0s;
}

.sec-instagram .btn_detail a {
  background: #b3b3b3;
}
.sec-instagram .btn_detail:after {
  background: #4d4d4d;
}
.sec-instagram .btn_detail a:hover {
filter: brightness(110%);
}

.sec-instagram .wrap {
     margin-bottom:2rem;
}

/* +++++++++ 12.BLOG +++++++++ */
.sec-bloglist {
  width: 100%;
  background: #FF828C;
  padding: 2rem 0;
}
.sec-bloglist h2 {
  color: white;
  margin: 0 0 1rem;
}
.sec-bloglist .subtitle {
  display: block;
  color: white;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.sec-bloglist .blog {
  width: 100%;
  /* height: 50vw; */
  height: 0;
  /*visibility: hidden;*/
  white-space:nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}
.sec-bloglist .clone-base {
  width: 100%;
  height: 50vw;
  white-space:nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}

.sec-bloglist .blog article,
.sec-bloglist .clone-base article {
  width: 50vw;
  height: 50vw;
  margin-right: 5vw;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -50vw;
}
.sec-bloglist .blog article a,
.sec-bloglist .clone-base article a {
  width: 100%;
  height: 100%;
  display: block;

  overflow: hidden;
}
.sec-bloglist .blog article a:hover img,
.sec-bloglist .clone-base article a:hover img{
  transform: scale(1.1);
}
.sec-bloglist .blog article a img,
.sec-bloglist .clone-base article a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 300ms ease-out 0s;
}



/* +++++++++ 13.Q&A +++++++++ */
.sec-faq .inner {
  padding: 0 3vw;
}
.sec-faq article {
  border: 3px solid #32C1D0;
  border-radius: 3vw;
  color: #32C1D0;
  margin-bottom: 3vw;
  transition: all 300ms ease-out 0s;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.sec-faq article:after {
  content: '＋';
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  top: 3vw;
  right: 3vw;
  transform-origin: center center;
  transition: all 300ms ease-out 0s;
}

.sec-faq article.open:after {
  transform: rotate(225deg);
}

.sec-faq article .Q {
  display: block;
  width: 100%;
  /*height: 100%;*/
  font-size: 1.0rem;
  padding: 5vw 15vw 5vw 7vw;
}
.sec-faq article .A {
  display: block;
  padding: 0 7vw;
  font-size: 0.8rem;
  overflow: hidden;
  transition: all 300ms ease-out 0s;
  visibility: hidden;
  position: absolute;
}


/* +++++++++ 14.ACCESS +++++++++ */
.sec-access article {
  margin-bottom: 10vw;
}
.sec-access .map-frame {
  width: 100vw;
  height: 100vw;
  overflow: hidden;
  position: relative;
  margin-bottom: 10vw;
}
.sec-access .map-frame iframe {
  margin-top: -13vw;
  border: none;
  filter: grayscale(100%);
  width: 100vw;
  height: 113vw;
}
.sec-access .map-frame:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #32C1D0;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.sec-access .information {
  color: #32C1D0;
  padding: 0 7vw;
}
.sec-access .information .shop-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 4vw;
  display: block;
}
.sec-access .information p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.8;
}

.sec-access table{
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    margin: 30px auto 0;
}

.sec-access table th{
    width: 25%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    padding-bottom: 15px;
}

.sec-access table td{
    width: 75%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    padding-bottom: 15px;
    line-height: 1.4rem;
}

.sec-access table td .campaign {
     color:#000000;
}

.sec-access table tr .campaign-border {
     border-bottom: dashed 1px #cccccc;
     padding:5px 0;
}



/* ########################################################### */
/* ##                     480px - 600px                     ## */
/* ########################################################### */
@media screen and (min-width:480px) and ( max-width:600px) {
}

/* ########################################################### */
/* ##                     600px - 960px                     ## */
/* ########################################################### */
@media screen and (min-width:600px) and ( max-width:960px) {

}


/* ########################################################### */
/* ##                     600px -                           ## */
/* ########################################################### */
@media screen and (min-width:600px){
  /* +++++++++ COMMON +++++++++ */
  section {
    margin-bottom: 8rem;
  }

  section h2 {
    margin-bottom: 3rem;
  }
  section .title-caption {
    margin-bottom: 3rem;
  }
  .brsp {
    display: none;
  }
img.imgsp {
  display: none;
}
img.imgpc {
  display: block;
}

.plan-terms {
    display: flex;
    justify-content: space-between;
    margin-top: 0rem;
    margin-bottom: 5rem;
  }
.plan-terms article{
    width: 100%;
    margin-bottom: 0;
  }

  /* +++++++++ 1.TOP スライダー +++++++++ */
  .sec-topslider {
  }
  .sec-topslider .slide article img.imgsp {
    display: none;
  }
  .sec-topslider .slide article img.imgpc {
    display: block;
  }
  .sec-topslider > ul {
    width: auto;
    left: 4rem;
    bottom: 2rem;
  }
  .sec-topslider > ul > li {
    cursor: pointer;
  }
  .sec-topslider h2 {
    font-size: 3rem;
    left: 4rem;
  }
  /*.sec-topslider .btn-campaign {
    width: 10rem;
    height: 10.2rem;
    bottom: 2rem;
    right: 2rem;
  }*/
    

   

  /* +++++++++ 2.WHATS +++++++++ */
  .sec-whats {
    margin-bottom: 5rem;
    visibility: hidden;
  }
  .sec-whats article {
    padding: 3rem 1rem;
    border-radius: 2rem;
  }
  .sec-whats article ul {
    margin-bottom: 2rem;
    text-align: center;
  }
  .sec-whats article li {
    width: 16%;
    height: auto;
    display: inline-block;
    margin: 0 2% 0 0;
    vertical-align: middle;
    opacity: 1;
    transform: translate(0,50px);
    visibility: visible;
  }
 .sec-whats article.open li {
    opacity: 1;
    transform: translate(0,0);
  }
  .sec-whats article.open li.word1 {
    transition: all 300ms ease-out 0s;
  }
  .sec-whats article.open li.word2 {
    transition: all 300ms ease-out 200ms;
  }
  .sec-whats article.open li.word3 {
    transition: all 300ms ease-out 400ms;
  }

  .sec-whats article li.arrow{
    width: 5%;
    transition: all 300ms ease-out 600ms;
    height: auto;
    margin-top: 2rem;
  }
  .sec-whats article li.arrow img {
    transform: none;
  }
  .sec-whats article li.answer {
    width: 20%;
    margin: 0;
    transition: all 300ms ease-out 800ms;
  }
  .sec-whats article p {
    opacity: 1;
    transform: translate(0,10px);
    transition: all 800ms ease-out 200ms;
    padding: 0 6rem;
    line-height: 1.5rem;
    visibility: visible;
  }
  .sec-whats article.open p {
    opacity: 1;
    transform: translate(0,0);
  }


  /* +++++++++ 3.MERIT +++++++++ */
  .sec-merit {
    width: 100%;
  }
  .sec-merit article {
    padding: 0;
    background: #444;
    height: 20rem;
    width: 100%;
    margin-bottom: 2rem;
    border: black;
    overflow: hidden;
  }

  .sec-merit article.merit01,
  .sec-merit article.merit02,
  .sec-merit article.merit03 {
    background: none;
  }

  .sec-merit article .inner {
    width: 100%;
    height: 20rem;
    display: inline-table;
    position: relative;
    z-index: 100;
  }
  .sec-merit article.right {
    text-align: right;
  }

  .sec-merit article .inner .infos {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    position: relative;
    z-index: 125;
    visibility: hidden;
  }
  .sec-merit article .inner .images {
    padding: 2rem 0;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 35%;
    z-index: 120;
    visibility: hidden;
  }
  .sec-merit article .inner .images img {
    /* 1200x800 */
    width: 100%;
    height: auto;
    /*max-height: 16rem;
    max-width: calc(16rem * 1200 / 800);*/
    object-fit: contain;
    display: block;
  }
  .sec-merit article .inner .bg{
    width: 100%;
    height: 100%;
    background: #ADE6EC;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    visibility: hidden;
  }
  .sec-merit article.left .inner .bg {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
  .sec-merit article.right .inner .bg {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .sec-merit article.merit01 .inner .bg{
    background: url(../images/pc/merit_text1.png) no-repeat right 2rem bottom;
    background-size: 10rem auto;
    background-color: #ADE6EC;
  }
  .sec-merit article.merit02 .inner .bg{
    background: url(../images/pc/merit_text2.png) no-repeat left 2rem bottom;
    background-size: 10rem auto;
    background-color: #ADE6EC;
  }
  .sec-merit article.merit03 .inner .bg{
    background: url(../images/pc/merit_text3.png) no-repeat right 2rem bottom;
    background-size: 10rem auto;
    background-color: #ADE6EC;
  }





  /* +++++++++ 4.POINT +++++++++ */
  .sec-point {
  }
  .sec-point .main-image {
    /* 1080x 550 */
    width: 100%;
    height: 10%;
    padding: 0;
    position: relative;
    margin-bottom: 6rem;
  }
  .sec-point .main-image:after {
    content: "";
    height: 5rem;
    width: 0;
    display: block;
    position: absolute;
    top: 102%;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 10px dotted #ADE6EC;
    z-index: 100;
  }
  .sec-point .main-image:before {
    content: "";
    height: 0;
    width: 90%;
    display: block;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 10px dotted #ADE6EC;
    z-index: 110;
  }
  .sec-point .main-image ul li {
    opacity: 0;
    transform: translate(0,50px);
  }
  .sec-point .main-image.open ul li {
    opacity: 1;
    transform: translate(0,0);
  }
  .sec-point .main-image ul li.serif1 {
    transition: all 300ms ease-out 0s;
  }
  .sec-point .main-image ul li.serif2 {
    transition: all 300ms ease-out 200ms;
  }
  .sec-point .main-image ul li.serif3 {
    transition: all 300ms ease-out 400ms;
  }
  .sec-point .main-image ul li.serif4 {
    transition: all 300ms ease-out 600ms;
  }
  .sec-point .main-image ul li.serif5 {
    transition: all 300ms ease-out 800ms;
  }
  .sec-point .main-image ul li.serif6 {
    transition: all 300ms ease-out 1000ms;
  }
  .sec-point .main-image ul li.serif7 {
    transition: all 300ms ease-out 1200ms;
  }
  .sec-point .main-image img.img_sp {
    display: none;
  }
  .sec-point .main-image img.img_pc {
    width: 100%;
    height: auto;
    display: block;
  }
  .sec-point .main-image ul {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec-point .main-image ul > li {
    display: block;
    position: absolute;
    width: 27%;
    height: auto;
  }

  .sec-point .main-image ul > li.serif1 {
    top: 70%;
    left: 6%;
  }
  .sec-point .main-image ul > li.serif2 {
    top: 41%;
    left: 1%;
  }
  .sec-point .main-image ul > li.serif3 {
    top: 12%;
    left: 6%;
  }
  .sec-point .main-image ul > li.serif4 {
    top: 0%;
    left: 36%;
  }
  .sec-point .main-image ul > li.serif5 {
    top: 12%;
    right: 6%;
  }
  .sec-point .main-image ul > li.serif6 {
    top: 41%;
    right: 1%;
  }
  .sec-point .main-image ul > li.serif7 {
    right: 5%;
    top: 70%;
  }
  /*
  .sec-point .main-image ul > li.serif1 {
    top: 70%;
    left: 6%;
  }
  .sec-point .main-image ul > li.serif2 {
    top: 65%;
    left: 3%;
  }
  .sec-point .main-image ul > li.serif3 {
    top: 27%;
    left: 6%;
  }
  .sec-point .main-image ul > li.serif4 {
    top: 0%;
    left: 36%;
  }
  .sec-point .main-image ul > li.serif5 {
    top: 27%;
    right: 6%;
  }
  .sec-point .main-image ul > li.serif6 {
    top: 65%;
    right: 3%;
  }
  .sec-point .main-image ul > li.serif7 {
    right: 0%;
    top: 0%;
  }
*/
  .sec-point .reasons {
    padding: 0 2rem;
  }
  .sec-point .reasons .inner {
    padding: 2rem 2rem;
    border-radius: 2rem;
    text-align: center;
  }
  .sec-point .reasons article {
    width: 27%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2rem;
    margin-bottom: 3rem;
  }
  .sec-point .reasons article:nth-child(5),
  .sec-point .reasons article:nth-child(7){
    margin-right: 0;
  }
  .sec-point .reasons article p {
    text-align: left;
  }

  .sec-point .reasons h3 {
    margin: 2rem auto 0.5rem;
  }
  .sec-point .reasons .subtitle {
    margin: 0 auto 4rem;
  }

  .sec-point .reasons h3 span{
    padding: 0.7rem 1.5rem 0.6rem;
  }
  .sec-point .reasons h3 span:first-child{
    padding-right: 0;
  }
  .sec-point .reasons h3 span:last-child{
    padding-left: 0;
  }
  .sec-point .reasons .subtitle span {
    padding: 0.5rem 1rem 0.4rem;
  }
  .sec-point .reasons .subtitle span:first-child {
    padding-right: 0;
  }
  .sec-point .reasons .subtitle span:last-child {
    padding-left: 0;
  }
  .sec-point .reasons article img {
    width: 100%;
  }
.sec-point .reasons h4 {
    padding: 0.6rem 0 0.5rem;
    margin: 0 auto 2rem;
    letter-spacing: 0.1rem;

}

  

  /* +++++++++ 5.MACHINE +++++++++ */
  .sec-machine {
  }
.sec-flow .background {
    border-radius: 2rem;
}
  .sec-machine .machine-types {
    text-align: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 9rem 2rem 2rem;
    border-radius: 2rem;
  }
  .sec-machine .machine-types h3{
    position: absolute;
    display: inline-block;
    top: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    padding: 0.7rem 0 0.6rem;
  }
  .sec-machine article {
    flex-grow: 1;
    margin-bottom: 0;
    padding: 0 2rem;
    width: 45%;
    display: inline-block;
    vertical-align: top;
    border-right: 10px dotted transparent;
  }
  .sec-machine .machine-types article:nth-child(-n+3) {
    border-right: 10px dotted white;
  }
  .sec-machine article p {
    text-align: left;
    line-height: 1.4rem;
  }
  .sec-machine .machine-types h4 {
    padding: 0.5rem 0 0.4rem;
    margin: 0 auto 2rem;
  }


  /* +++++++++ 5.1METHOD +++++++++ */
  .sec-method {
  }
  .sec-method .method-types {
    text-align: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 2rem 2rem 2rem;
    border-radius: 2rem;
  }
  .sec-method .method-types h3{
    position: absolute;
    display: inline-block;
    top: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    padding: 0.7rem 0 0.6rem;
  }
  .sec-method article {
    flex-grow: 1;
    margin-bottom: 0;
    padding: 0 2rem;
    width: 45%;
    display: inline-block;
    vertical-align: top;
    border-right: 10px dotted transparent;
  }
  .sec-method article p {
    text-align: left;
    line-height: 1.4rem;
  }
  .sec-method .method-types h4 {
    padding: 0.5rem 0 0.4rem;
    margin: 0 auto 2rem;
  }

  /* +++++++++ 6.FLOW +++++++++ */
  .sec-flow {
  }
  .sec-flow .upper,
  .sec-flow .lower {
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin-bottom: 2rem;
    position: relative;
  }
  .sec-flow article {
    width: 25%;
    --diameter: 25%;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    z-index: 100;
    visibility: hidden;
  }
  /*
  .sec-flow .upper:after {
    content: "";
    width: 100vw;
    border-top: 10px dotted #ADE6EC;
    position: absolute;
    top: 25%;
    left: 25%;
  }
  .sec-flow .lower:after {
    content: "";
    width: 100vw;
    border-top: 10px dotted #ADE6EC;
    position: absolute;
    top: 25%;
    right: 25%;
  }
  */
  .sec-flow article img {
    margin-bottom: 1rem;
  }
  .sec-flow article h3 {
    font-size: 1.3rem;
  }

  .sec-flow .upper .line {
    display: block;
    width: 100vw;
    border-bottom: 10px dotted #ffffff;
    position: absolute;
    left: 25%;
  }
  .sec-flow .lower .line {
    display: block;
    width: 100vw;
    border-bottom: 10px dotted #ffffff;
    position: absolute;
    right: 25%;
  }


  /* +++++++++ 7.PLAN +++++++++ */
  #nav-plans {
    padding: 0 2rem;
    margin-bottom: 0;
  }

  .sec-plans .plan-detail {
    width: 100%;
    background-size: 100% auto;
    margin-bottom: 1rem;
  }
  .sec-plans .plan-detail {
    width: 100%;
    height: auto;
    background: none;
  }

  .sec-plans .plan-detail table {
    display: table;
    font-size: 0.9rem;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.4rem;
  }
  .sec-plans .plan-detail table thead th {
    padding: 1rem 0;
    background: #FF828C;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    text-align: left;
  }
  .sec-plans .plan-detail table thead th:first-child {
    padding-left: 1rem;
  }
  .sec-plans .plan-detail table thead th:nth-child(2) {
    width: 20%;
  }
  .sec-plans .plan-detail table thead th:nth-child(3) {
    width: 16%;
  }
  .contens-page-box #monthly-plans.sec-plans .plan-detail table thead th:nth-child(2) {
    width: 15%;
  }
  .contens-page-box #monthly-plans.sec-plans .plan-detail table thead th:nth-child(3) {
    width: 15%;
  }
  .contens-page-box #visitor-plans.sec-plans .plan-detail table thead th:nth-child(2) {
    width: auto;
  }
  .contens-page-box #visitor-plans.sec-plans .plan-detail table thead th:nth-child(3) {
    width: 52%;
  }
  .contens-page-box #student-plans.sec-studentplans .plan-detail table tbody tr td:nth-child(2){
    width: 25%;
  }
  .sec-plans .plan-detail table tbody td {
    padding: 0.5rem 0;
    background: white;
    border-bottom: 2px solid black;
  }
  .sec-plans .plan-detail table tbody tr td:nth-child(1),
  .sec-plans .plan-detail table tbody tr td:nth-child(4) {
    padding-left: 1rem;
  }
  .sec-plans .plan-detail table tbody tr.pickup td {
    background: #FFCDD1;
  }
  .sec-plans .plan-detail table tbody tr.pickup .osusume {
    color: #FF828C;
    display: block;
    margin-left: -0.5rem;
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
  }
  
  .sec-plans .plan-detail .notice {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
  }
  .sec-plans .btn_detail {
    visibility: hidden;
    height: 4rem;
  }

  /* +++++++++ 7.5.GOODPRICE +++++++++ */
  .sec-goodprice {
  }
  .sec-goodprice .upper,
  .sec-goodprice .lower {
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin-bottom: 0rem;
    position: relative;
  }
  .sec-goodprice article {
    width: 25%;
    --diameter: 25%;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    z-index: 100;
    visibility: hidden;
  }
  .sec-goodprice article img {
    margin-bottom: 1rem;
  }
  .sec-goodprice article h3 {
    font-size: 1.3rem;
  }
.sec-goodprice h3 subtitle {
  color:#f0898d;
  font-size:1.5rem;
}
  .sec-goodprice .notice {
    display: block;
    font-size: 0.8rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }


  .sec-goodprice-under {
    background: none;
    height: auto;
    position: relative;
    margin-bottom: 0rem;
  }
  .sec-goodprice-under .goodprice-under-base {
    display: block;
    width: calc(100% - 4rem);
    height: auto;
    margin: 0 auto;
  }

    /* +++++++++ 7.VISITER PLAN +++++++++ */
  .sec-visiterplans {
    position: relative;
    padding: 0 2rem;
  }
  .sec-visiterplans .plan-terms {
    display: flex;
    justify-content: space-between;
  }
  .sec-visiterplans .plan-terms article{
    width: 49%;
    margin-bottom: 0;
  }
  .sec-visiterplans .plan-terms article h3 {
    padding: 0.5rem 0 0.5rem;
    margin-bottom: 2rem;
  }
  .sec-visiterplans .plan-detail {
    background-size: 100% auto;
    width: 100%;
    margin-bottom: 0;
    height: auto;
    background: none;
  }

  .sec-visiterplans .plan-detail table {
    display: table;
    font-size: 1.0rem;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.5rem;
  }
  .sec-visiterplans .plan-detail table thead th{
    padding: 1rem 0;
    background: #FF828C;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    text-align: left;
  }
  .sec-visiterplans .plan-detail table thead th:first-child {
    width: 40%;
    padding-left: 2rem;
  }
  .sec-visiterplans .plan-detail table thead th:last-child {
    padding-left: 4rem;
  }
  .sec-visiterplans .plan-detail table tbody td{
    padding: 1.2rem 0;
    /* background: white; */
    border-bottom: 2px solid black;
  }
  .sec-visiterplans .plan-detail table tbody tr td:first-child {
    padding-left: 2rem;
  }
  .sec-visiterplans .plan-detail table tbody tr td:nth-child(2) {
    position: relative;
  }
  .sec-visiterplans .plan-detail table tbody tr td:nth-child(2):after {
    /* 90x31 */
    content: "";
    width: 2rem;
    height: calc(2rem * 31 / 90);
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto;
  }
  .sec-visiterplans .plan-detail table tbody tr td:last-child {

  }
  .sec-visiterplans .plan-detail .notice {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .sec-visiterplans .plan-terms {
    margin-top: 2rem;
  }
  .sec-visiterplans .fuki-20off {
    /* 324x364 */
    top: 2rem;
    width: 9rem;
    height: calc(9rem * 364 / 342);
    transform: translate(-20px, 100px) scale(0.9) rotate(-20deg);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    opacity: 0;
  }
  .sec-visiterplans .fuki-20off.open {
    transform: translate(0, 0) scale(1) rotate(0);
    opacity: 1;
  }
  .sec-visiterplans .plan-terms article h3 {
    padding: 0.6rem 0 0.6rem;
  font-size: 0.9rem;
  letter-spacing: 0.3rem;
  margin-bottom: 1.5rem;
  }


    /* +++++++++ 8.STUDENT PLAN +++++++++ */
  .sec-studentplans {
    position: relative;
    padding: 0 2rem;
  }
  .sec-studentplans .plan-detail {
    background-size: 100% auto;
    width: 100%;
    margin-bottom: 0;
    height: auto;
    background: none;
  }
  .sec-studentplans .plan-detail table {
    display: table;
    font-size: 0.9rem;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.4rem;
  }
  .sec-studentplans .plan-detail table thead th{
    padding: 1rem 0;
    background: #FF828C;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    text-align: left;
  }
  .sec-studentplans .plan-detail table thead th:first-child {
    width: 40%;
    padding-left: 2rem;
  }
  .sec-studentplans .plan-detail table thead th:last-child {
    padding-left: 4rem;
  }
  .sec-studentplans .plan-detail table tbody td{
    padding: 0.8rem 0;
    /* background: white; */
    border-bottom: 2px solid black;
  }
  .sec-studentplans .plan-detail table tbody tr td:first-child {
    padding-left: 2rem;
  }
  .sec-studentplans .plan-detail table tbody tr td:nth-child(2) {
    position: relative;
    font-size: 1.2rem;
  }
  .sec-studentplans .plan-detail table tbody tr td:nth-child(2):after {
    /* 90x31 */
    content: "";
    width: 2rem;
    height: calc(2rem * 31 / 90);
    /* background: url(../images/pc/studentsplam_pink_arrow.png) no-repeat; */
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto;
  }
  .sec-studentplans .plan-detail table tbody tr td:last-child {
    font-size: 1.4rem;
    color: #FF828C;
    padding-left: 4rem
  }
  .sec-studentplans .plan-detail .notice {
    display: block;
    font-size: 0.7rem;
    margin-bottom: 0.4rem;
  }
  .sec-studentplans .fuki-20off {
    /* 324x364 */
    top: -2rem;
    width: 9rem;
    height: calc(9rem * 364 / 342);
    transform: translate(-20px, 100px) scale(0.9) rotate(-20deg);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    opacity: 0;
  }
  .sec-studentplans .fuki-20off.open {
    transform: translate(0, 0) scale(1) rotate(0);
    opacity: 1;
  }

  /* +++++++++ 9.BEFORE/AFTER +++++++++ */
  .sec-beforeAfter {
    margin-bottom: 4rem;
  }
  .sec-beforeAfter .title-notice{
    margin-bottom: 2rem;
  }
  .sec-beforeAfter .upper,
  .sec-beforeAfter .lower {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .sec-beforeAfter article {
    width: 30%;
    padding-top: 4rem;
    margin-bottom: 3rem;
  }
  .sec-beforeAfter article .inner {
    padding: 1rem 1rem;
    border-radius: 1.5rem;
  }
  .sec-beforeAfter article .inner:before {
    top: 3rem;
    height: 2rem;
  }
  .sec-beforeAfter article .inner .interval {
    height: 3rem;
    border-radius: 2rem;
    top: 0vw;
  }
  .sec-beforeAfter article .images {
    margin-bottom: 2rem;
  }
  .sec-beforeAfter article .images img{
    width: 47%;
    height: 10rem;
  }
  .sec-beforeAfter article .images:after {
    width: 3rem;
    height: 3rem;
  }
  .sec-beforeAfter article .name {
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }
  .sec-beforeAfter article .description {
    margin-bottom: 2rem;
  }
  .sec-beforeAfter article table td,
  .sec-beforeAfter article table th {
    padding: 0.5rem 0;
    font-size: 0.8rem;
    letter-spacing: 0rem ;
  }
  .sec-beforeAfter article table td .arrow{
    padding: 0 0.5rem;
  }
  .sec-beforeAfter article table td.result span{
    border-radius: 0.4rem;
    padding: 0.5rem 0rem;
    width: 4rem;
    letter-spacing: 0rem;

  }



  /* +++++++++ 10.CAMPAIGN +++++++++ */
  .sec-campaign {
    background: none;
    height: auto;
    position: relative;
    margin-bottom: 3rem;
  }
  .sec-campaign .campaign-base {
    display: block;
    width: calc(100% - 4rem);
    height: auto;
    margin: 0 auto;
  }
  .sec-campaign .prices {
    display: block;
    width: 80%;
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sec-campaign .campaign-price {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
  }
  .sec-campaign .campaign-pricetable {
    display: block;
    width: 45%;
  }

  .sec-campaign .btn_reserve {
    display: block;
    width: 100%;
    position: absolute;
      bottom:0;
  }
.sec-campaign .btn_reserve .wrap .subtitle {
  margin-bottom: -10vw;
}

  .sec-campaign .btn_reserve .wrap a {
    width: 24rem;
    height: 4rem;
    font-size: 1.2rem;
    border: 2px solid black;
    text-decoration: none;
    color: black;
    background: #FF828C;
    border-radius: 6vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 5rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 120;
    transition: all 300ms ease-out 0s;
  }
  .sec-campaign .btn_reserve .wrap:after {
    content: "";
    width: 24rem;
    height: 4rem;
    background: #32C1D0;
    border-radius: 6vw;
    position: absolute;
    bottom: 5rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    transform: translate(0.7rem,0.7rem);
  }
  .sec-campaign .btn_reserve .wrap a:hover {
    filter: brightness(120%);
    color: #333;
    transform: translate(0.3rem,0.3rem);
  }

  .sec-campaign2 {
    background: none;
    height: auto;
    position: relative;
      display: block;
  }
  .sec-campaign2 .campaign-base {
    display: block;
    width: calc(100% - 4rem);
    height: auto;
    margin: 0 auto;
  }
  .sec-campaign2 .prices {
    display: block;
    width: 80%;
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sec-campaign2 .campaign-price {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
  }
  .sec-campaign2 .campaign-pricetable {
    display: block;
    width: 45%;
  }

  .sec-campaign2 .btn_reserve {
    display: block;
    width: 100%;
    position: absolute;
      bottom:0;
  }
  .sec-campaign2 .btn_reserve .wrap a {
    width: 24rem;
    height: 4rem;
    font-size: 1.2rem;
    border: 2px solid black;
    text-decoration: none;
    color: black;
    background: #FF828C;
    border-radius: 6vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 3.5rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 120;
    transition: all 300ms ease-out 0s;
  }
  .sec-campaign2 .btn_reserve .wrap:after {
    content: "";
    width: 24rem;
    height: 4rem;
    background: #32C1D0;
    border-radius: 6vw;
    position: absolute;
    bottom: 3.5rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    transform: translate(0.7rem,0.7rem);
  }
  .sec-campaign2 .btn_reserve .wrap a:hover {
    filter: brightness(120%);
    color: #333;
    transform: translate(0.3rem,0.3rem);
  }




  /* +++++++++ 11.INSTAGRAM +++++++++ */
  .sec-instagram {
    width: 100%;
    background: #32C1D0;
    padding: 2rem 0;
    margin-bottom: 5rem;
  }
  .sec-instagram h2 {
    color: white;
    margin: 0 0 1rem;
  }
  .sec-instagram .subtitle {
    display: block;
    color: white;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .sec-instagram .wrap {
    width: 100%;
    height: 8rem;
    overflow: hidden;
  }

  .sec-instagram .blog {
    width: 100%;
    /* height: 8rem;*/
    white-space:nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    height: 0;

  }
  .sec-instagram .clone-base {
    width: 100%;
    height: 10rem;
    white-space:nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .sec-instagram .blog article,
  .sec-instagram .clone-base article {
    width: 8rem;
    height: 8rem;
    margin-right: 1rem;
    display: inline-block;
    left: -8rem;
  }
  .sec-instagram .blog article a,
  .sec-instagram .clone-base article a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }
  .sec-instagram .blog article a:hover img,
  .sec-instagram .clone-base article a:hover img{
    transform: scale(1.1);
  }
  .sec-instagram .blog article a img,
  .sec-instagram .clone-base article a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 300ms ease-out 0s;
  }

  /* +++++++++ 12.BLOG +++++++++ */
  .sec-bloglist {
    width: 100%;
    background: #FF828C;
    padding: 2rem 0;
  }
  .sec-bloglist h2 {
    color: white;
    margin: 0 0 1rem;
  }
  .sec-bloglist .subtitle {
    display: block;
    color: white;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .sec-bloglist .wrap {
    width: 100%;
    height: 8rem;
    overflow: hidden;
  }

  .sec-bloglist .blog {
    width: 100%;
    /* height: 8rem;*/
    white-space:nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    height: 0;
    visibility: hidden;

  }
  .sec-bloglist .clone-base {
    width: 100%;
    height: 10rem;
    white-space:nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .sec-bloglist .blog article,
  .sec-bloglist .clone-base article {
    width: 8rem;
    height: 8rem;
    margin-right: 1rem;
    display: inline-block;
    left: -8rem;
  }
  .sec-bloglist .blog article a,
  .sec-bloglist .clone-base article a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
  }
  .sec-bloglist .blog article a:hover img,
  .sec-bloglist .clone-base article a:hover img{
    transform: scale(1.1);
  }
  .sec-bloglist .blog article a img,
  .sec-bloglist .clone-base article a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 300ms ease-out 0s;
  }


  /* +++++++++ 13.Q&A +++++++++ */
  .sec-faq .inner {
  }
  .sec-faq article {
    width: 85%;
    margin: 0 auto 1rem;
    border-radius: 1rem;
  }
  .sec-faq article:after {
    top: 1.2rem;
    right: 1rem;
  }
  .sec-faq article .Q {
    padding: 1.5rem 6rem 1.5rem 2rem;
  }
  .sec-faq article .A {
    padding-left: 3rem;
	padding-right: 5rem;
  }


  /* +++++++++ 14.ACCESS +++++++++ */
  .sec-access {
  }
  .sec-access article {
    margin-bottom: 6rem;

  }
  .sec-access .map-frame {
    width: 90%;
    height: 15rem;
    margin: 0 auto 2rem;
  }
  .sec-access .map-frame iframe {
    width: 100%;
    height: 18rem;
    margin-top: -3rem;
  }
  .sec-access .information {
    padding: 0;
    width: 90%;
    margin: auto;
  }
.sec-access table th{
    width:15%;
}

.sec-access table td{
    width: 85%;
}

}


/* ########################################################### */
/* ##                     Animations                        ## */
/* ########################################################### */
.anim_slide{
  -webkit-animation-name: kf_slide;
  -webkit-animation-duration: 800ms;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;

  -moz-animation-name: kf_slide;
  -moz-animation-duration: 800ms;
  -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation-fill-mode: both;

  animation-name: kf_slide;
  animation-duration: 800ms;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: both;
}
@-webkit-keyframes  kf_slide{
  from{
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes  kf_slide{
  from{
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes  kf_slide{
  from{
    width: 0;
  }
  to {
    width: 100%;
  }
}



.anim_slide_first{
  -webkit-animation-name: kf_slide_first;
  -webkit-animation-duration: 800ms;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;

  -moz-animation-name: kf_slide_first;
  -moz-animation-duration: 800ms;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: both;

  animation-name: kf_slide_first;
  animation-duration: 800ms;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
@-webkit-keyframes  kf_slide_first{
  from{
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes  kf_slide_first{
  from{
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes  kf_slide_first{
  from{
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



/* ########################################################### */
/* ##                     瀬戸口指定                       ## */
/* ########################################################### */

/* +++++++++ COMMON +++++++++ */

section h2{
  margin-bottom: 2.0rem;
    margin-top: -60px;
    padding-top: 60px;
}


section .title-caption {
  padding: 0;
  letter-spacing: 0.05rem;
}

  /* +++++++++ 2.WHATS +++++++++ */

  .sec-whats article p.description {
    line-height: 1.7rem;
  }




/* +++++++++ 3.MERIT +++++++++ */

.sec-merit article h3 {
  padding: 0 2vw 0 7vw;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}
.sec-merit article p{
  padding: 0 5vw 0 7vw;
  line-height: 1.7rem;
  letter-spacing: 0.1rem;
}




/* +++++++++ 4.POINT +++++++++ */


.sec-point .reasons h3 span{
  padding: 0.4rem 0.7rem 0.3rem;
}

.sec-point .reasons .subtitle span {
  padding: 0.4rem 0.6rem 0.3rem;
}

  .sec-point .reasons article {
    margin-right: 3.0rem;
    margin-bottom: 3rem;
  }

.sec-point .reasons article p {
    line-height: 1.7rem;
    letter-spacing: 0.1rem;
  }


/* +++++++++ 5.MACHINE +++++++++ */

.sec-machine .machine-types h3 {
  padding: 1.0rem 0 0.9rem;
}
.sec-machine .machine-types h4 {
  padding: 0.8rem 0 0.7rem;
}

.sec-machine .machine-types {
  margin-bottom: 3vw;
}

  .sec-machine article p {
    line-height: 1.7rem;
  }


/* +++++++++ 6.FLOW +++++++++ */
.sec-flow {
  padding: 0 5vw;
}

.sec-flow article img {
  width: 70%;
}

.sec-flow article h3 {
  letter-spacing: 0.2rem;
}

.sec-flow article p{
  line-height: 1.7rem;
  width: 80%;
  margin: 0 auto;
}

/* +++++++++ 7.PLAN +++++++++ */




/* +++++++++ 8.STUDENT PLAN +++++++++ */

.sec-access .information .shop-name {
  letter-spacing: 0.1rem;
  margin-bottom: 1vw;
}
.sec-access .information p {
  letter-spacing: 0.1rem;
}

/* +++++++++ 9.BEFORE/AFTER +++++++++ */

.sec-beforeAfter article .description {
  margin-bottom: 2vw;
}

/* +++++++++ 13.Q&A +++++++++ */
.sec-faq article .Q {
	line-height: 1.5rem;
}
.sec-faq article .A {
  font-size: 0.9rem;
	line-height: 1.5rem;
}


@media screen and (min-width:600px){

  /* +++++++++ COMMON +++++++++ */

  section h2 {
    margin-bottom: 4rem;
  letter-spacing: 0.3rem;
  font-size: 2.2rem;
  }

section .title-caption {
  padding: 0;
  letter-spacing: 0.14rem;
}
.plan-terms article h3 {
  padding: 0.6rem 0 0.6rem;
  font-size: 0.9rem;
  letter-spacing: 0.3rem;
  margin-bottom: 1.5rem;
  }


/* +++++++++ 1.TOP スライダー +++++++++ */

  .sec-topslider h2 {
    left: 6rem;
  }

  /* +++++++++ 2.WHATS +++++++++ */
  .sec-whats {
    margin-bottom: 6rem;
    visibility: visible !important;
  }
  .sec-whats article ul {
    margin-bottom: 5.5rem;
  }
  .sec-whats article.open p {
    line-height: 1.9rem;
  }


  /* +++++++++ 3.MERIT +++++++++ */
  .sec-merit article {
    height: auto;
    margin-bottom: 2.4rem;
  }

 .sec-merit article .inner .images {
    width: 50%;
}

 .sec-merit article .inner .images img {
    /* 1200x800 */
    max-height: auto !important;
    max-width: auto !important;
}

  .sec-merit article .inner .infos {
    vertical-align: top;
  }

.sec-merit article h3 {
  padding: 0 4vw;
  font-size: 1.48rem;
  letter-spacing: 0.2rem;
}
.sec-merit article p{
  padding: 0 3vw 0 4vw;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
}


  /* +++++++++ 4.POINT +++++++++ */
  .sec-point .reasons h3 {
  font-size: 2.2rem;
  letter-spacing: 0.3rem;
}

  .sec-point .reasons .subtitle {
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
}

  .sec-point .reasons article p {
    line-height: 1.7rem;
    letter-spacing: 0.1rem;
  }

  .sec-point .reasons .subtitle span {
    padding: 0.6rem 1rem 0.5rem;
  }


  /* +++++++++ 5.MACHINE +++++++++ */
  .sec-machine .machine-types h3{
    width: 80%;
    padding: 0.7rem 0 0.6rem;
  font-size: 2.2rem;
    letter-spacing: 0.3rem;
  }

  .sec-machine article p {
    line-height: 1.75rem;
  }
  .sec-machine .machine-types h4 {
    padding: 0.6rem 0 0.5rem;
  letter-spacing: 0.1rem;
  }

  /* +++++++++ 6.FLOW +++++++++ */

  .sec-flow .upper,
  .sec-flow .lower {
    margin: 2rem 0;
  }

.sec-flow article img {
  width: 90%;
}

.sec-flow article h3 {
  text-align: left;
  letter-spacing: 0.3rem;
}

.sec-flow article p{
  width: 100%;
  line-height: 1.7rem;
}


/* +++++++++ 7.PLAN +++++++++ */

  .sec-plans .plan-detail table {
    margin-bottom: 1.0rem;
  }
  .sec-plans .plan-detail table tbody td {
    padding: 0.8rem 0;
  line-height: 1.6rem;
  }
  .sec-plans .plan-detail .notice {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }

  /* +++++++++ 7.5.GOODPRICE山田追加 +++++++++ */

  .sec-goodprice .upper,
  .sec-goodprice .lower {
    margin: 2rem 0;
  }

.sec-goodprice article img {
  width: 90%;
}

.sec-goodprice article h3 {
  text-align: left;
  letter-spacing: 0.3rem;
}
.sec-goodprice h3 subtitle {
  color:#f0898d;
  font-size:1.5rem;
}

.sec-goodprice article p{
  width: 100%;
  line-height: 1.7rem;
}
   /* +++++++++ 8.STUDENT PLAN +++++++++ */

  .sec-studentplans .plan-detail table {
    font-size: inherit;
    margin-bottom: 0.5rem;
  }
  .sec-studentplans .plan-detail table tbody td{
    padding: 1.2rem 0;
  }
  .sec-studentplans .plan-detail table tbody tr td:last-child {
    font-size: 1.6rem;
  }
  .sec-studentplans .plan-detail .notice {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  /* +++++++++ 9.BEFORE/AFTER +++++++++ */

  .sec-beforeAfter article .name {
    font-size: 1.0rem;
  letter-spacing: 0.1rem;
  }


  /* +++++++++ 14.ACCESS +++++++++ */

.sec-access article {
  margin-bottom: 4vw;
}

  .sec-access .map-frame {
    width: 100%;
    height: 15rem;
    margin: 0 auto 1.5rem;
  }
  .sec-access .information {
    width: 100%;
  }

}

 /* +++++++++ お問い合わせ +++++++++ */
section.sec-con{margin-bottom: 5rem;}
.sec-con .btn_detail a {
  background: #b3b3b3;
  border-radius: 7vw;
}
.sec-con .btn_detail:after {
  background: #4d4d4d;
  border-radius: 7vw;
}
.sec-con .btn_detail a:hover {
filter: brightness(110%);
}

.sec-con p{width: 90%; text-align: center; color:#32C1D0; margin:0 auto 2rem; line-height: 1.6rem; }
section.sec-faq{margin-bottom: 2rem !important;}

.sp-only{display: block !important;}
.pc-only{display: none !important;}

.sec-terms{line-height: 1.7rem;}
.sec-terms h3{font-size: 100%; margin-bottom: 30px;}
.sec-terms p{margin:0 0 30px;}
.sec-terms ol{margin: 0 0 30px;}

@media screen and (min-width:600px){
.sp-only{display: none !important;}
.pc-only{display: table !important;}

section.sec-con{margin-bottom: 2rem;}


section.sec-faq{margin-bottom: 5rem !important;}
}



/*==========================================

スライダーに関する追記 by Tomoki Watanabe

=========================================*/

/*============================================

クラスの命名規則について

md = 画面幅599px以下

c = color

f = fontsize

p = position

v = vertical

h = horizon

ta = text-align

==============================================*/

.slide .txt {
  color: #111;
  position: absolute;
  z-index: 110;
  font-size: 2rem;
  margin: 0;
    letter-spacing: 0.08em;
}

.slide .txt p {
  margin: 0;
}

@media screen and (max-width:599px) {
  .slide .txt {
    font-size: 0.5rem;
    width: calc(100vw - 30px);
    right: 15px !important;
    left: 15px !important;
    letter-spacing: 0.01em;
  }
}

/*文字サイズ*/
.slide .txt-f-small {  font-size: 1rem;}
.slide .txt-f-smallmiddle {  font-size: 1.8rem;}
.slide .txt-f-middle {  font-size: 2.8rem;}
.slide .txt-f-big {  font-size: 3.4rem;}

@media screen and (max-width:599px) {
.slide .sp-txt-f-small {  font-size: .8rem !important;}
.slide .sp-txt-f-smallmiddle {  font-size: 1.2rem !important;}
.slide .sp-txt-f-middle {  font-size: 1.5rem !important;}
.slide .sp-txt-f-middlebig {  font-size: 1.8rem !important;}
.slide .sp-txt-f-big {  font-size: 2.8rem !important;}
}

/*文字行間*/

.lh-normal{line-height: 1.0em !important;}
.lh-xsmall{line-height: 1.2em !important;}
.lh-small{line-height: 1.4em !important;}
.lh-middle{line-height: 1.6em !important;}
.lh-large{line-height: 1.8em !important;}
.lh-xlarge{line-height: 2.0em !important;}

@media screen and (max-width:599px) {
.sp-lh-normal{line-height: 1.0em !important;}
.sp-lh-xsmall{line-height: 1.2em !important;}
.sp-lh-small{line-height: 1.4em !important;}
.sp-lh-middle{line-height: 1.6em !important;}
.sp-lh-large{line-height: 1.8em !important;}
.sp-lh-xlarge{line-height: 2.0em !important;}   
}

/*文字間*/
.ls-xxsmall{}

/*ブロック要素*/
.dis-b{display: block !important;}
.dis-ib{display: inline-block !important;}
.dis-i{display:inline !important;}

/*上下位置の微調整用（padding,margin）*/

.mb05{margin-bottom: 0.5em;}	
.mb1{margin-bottom: 1.0em;}	
.mb15{margin-bottom: 1.5em;}	
.mb2{margin-bottom: 2.0em;}	
.mb3{margin-bottom: 3.0em;}	
.mb4{margin-bottom: 4.0em;}	
.mb5{margin-bottom: 5.0em;}	
.mt-02{margin-top: -0.2em;}

@media screen and (min-width:600px) {
    .pc-mt-05{margin-top: -0.5em;}
    .pc-mt-1{margin-top: -1.0em;}
}


@media screen and (max-width:599px) {
    .sp-mb0{margin-bottom: 0;}
    .sp-mb05{margin-bottom: 0.5em;}	
    .sp-mb1{margin-bottom: 1.0em;}	
    .sp-mb2{margin-bottom: 2.0em;}	
    .sp-mb3{margin-bottom: 3.0em;}	
    .sp-mb4{margin-bottom: 4.0em;}	
    .sp-mb5{margin-bottom: 5.0em;}

    .sp-mt-02{margin-top:-0.2em;}
    
    .sp-pt05{padding-top: 0.5em;}
    .sp-pt08{padding-top: 0.8em;}
    .sp-pt1{padding-top: 1.0em;}
    .sp-pt2{padding-top: 2.0em;}
    .sp-pt3{padding-top: 3.0em;}
    .sp-pt4{padding-top: 4.0em;}
    .sp-pt5{padding-top: 5.0em;}
}

/*文字を斜めに*/
@media screen and (min-width:600px) {
.pc-rotate-5{transform: rotate(-5deg);}
.pc-rotate-10{transform: rotate(-10deg);}
}

@media screen and (max-width:599px) {
    .sp-rotate5{transform: rotate(5deg);}
    .sp-rotate10{transform: rotate(10deg);}
}

/*文字の揃え*/

.slide .txt-ta-left {
  text-align: left;
}

.slide .txt-ta-center {
  text-align: center;
}

.slide .txt-ta-right {
  text-align: right;
}

.ta-c{text-align: center;}
.ta-l{text-align: left;}
.ta-r{text-align: right;}

@media screen and (max-width:599px) {
  .slide .txt-md-ta-left {
    text-align: left;
  }

  .slide .txt-md-ta-center {
    text-align: center;
  }

  .slide .txt-md-ta-right {
    text-align: right;
  }
.sp-ta-c{text-align: center;}
.sp-ta-l{text-align: left;}
.sp-ta-r{text-align: right;}    
}

/*文字の色*/
.slide .txt-c-black {
  color: #111;
}

.slide .txt-c-white {
  color: #fff;
}

.slide .txt-c-bluegreen {
  color: #32C1D0;
}

@media screen and (max-width:599px) {
  .slide .txt-md-c-black {
    color: #111;
  }

  .slide .txt-md-c-white {
    color: #fff;
  }

  .slide .txt-md-c-bluegreen {
    color: #32C1D0;
  }
}

/*position*/

/*左右の位置調整*/
.slide .txt-p-h-left {
  left: 4rem;
}

.slide .txt-p-h-middle {
  left: 50%;
  transform: translateX(-50%);
  right: 0;
}

.slide .txt-p-h-right {
  right : 4rem;
}

@media screen and (max-width:599px) {
  .slide .txt-md-p-h-middle {
    left: 50%;
    transform: translateX(-50%);
    right: 0;
  }
}


/*上下の位置調整*/
.slide .txt-p-v-top {
  top: 8vh;
}

.slide .txt-p-v-middle {
  top: 50%;
  transform: translateY(-50%);
}

.slide .txt-p-v-bottom {
  bottom: 8vh;
}

@media screen and (min-width:600px) {
  .slide .txt-p-v-h-middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width:599px) {
  .slide .txt-md-p-v-top {
    top: 8vh;
    bottom: auto;
  }

  .slide .txt-md-p-v-middle {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }

  .slide .txt-md-p-v-bottom {
    top: auto;
    bottom: 8vh;
  }
}


/*ボタン*/
.slide .btn {
  display: inline-block;
  color: #000;
  border: 2px solid #000;
  font-size: 1.6rem;
  height: 62px;
  line-height: 1;
  min-width: 300px;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  position: relative;
}

.slide .btn:hover{background: #fff; color: #32C1D0;}

.slide .btn:before {
  background: url(../images/pc/beforeafter_arrow_b.png) no-repeat;
  background-size: 14px 20px;
  content: "";
  position: absolute;
  height: 20px;
  width: 14px;
  top: calc(50% - 10px);
  right: 22px;
}
.slide .btn_w {
  display: inline-block;
  color: #000;
  border: 2px solid #000;
  font-size: 1.6rem;
  height: 62px;
  line-height: 1;
  min-width: 300px;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  position: relative;
}
.slide .btn_under {
  display: inline-block;
  color: #32c1d0;
  border: 2px solid #000;
  font-size: 1.6rem;
  height: 62px;
  line-height: 1;
  min-width: 350px;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  position: relative;
  top:8vw;
  left:-15vw;
}
.slide .btn_w_under {
  display: inline-block;
  color: #32c1d0;
  background-color:white;
  border: 2px solid white;
  font-size: 1.6rem;
  height: 62px;
  line-height: 1;
  min-width: 350px;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  position: relative;
  top:8vw;
  left:-15vw;
}

.slide .btn_w:hover{background: #32C1D0; color: #000000;}

.slide .btn_w:before {
  background: url(../images/pc/beforeafter_arrow.png) no-repeat;
  background-size: 14px 20px;
  content: "";
  position: absolute;
  height: 20px;
  width: 14px;
  top: calc(50% - 10px);
  right: 22px;
}

@media screen and (max-width:599px) {
  .slide .btn {
    font-size: 1.0rem;
    height: auto;
    min-width: 60%;
    padding: 0.6rem auto;
  }

  .slide .btn:before {
    background-size: 9px 12px;
    height: 12px;

    width: 9px;
    top: calc(50% - 6px);
    right: 16px;
  }
  .slide .btn_w {
    font-size: 1.0rem;
    height: auto;
    min-width: 60%;
    padding: 0.6rem auto;
  }

  .slide .btn_under {
    font-size: 1.0rem;
    height: auto;
    min-width: 60%;
    padding: 0.6rem auto;
    top:30vw;
    left:0vw;
  }
  .slide .btn_w_under {
    font-size: 1.0rem;
    height: auto;
    min-width: 60%;
    padding: 0.6rem auto;
    top:30vw;
    left:0vw;
  }

  .slide .btn_w:before {
    background-size: 9px 12px;
    height: 12px;

    width: 9px;
    top: calc(50% - 6px);
    right: 16px;
  }
}

/*注意文*/
@media screen and (min-width:600px) {
  .slide .txt-caution {
    display: block;
  }
}

/*文字のフェードイン*/
.anim_slide_first .slide-fade-txt,
.anim_slide .slide-fade-txt {
  animation: slideTextFade 2s ease 0s 1 normal;
}

@keyframes slideTextFade {
  0%, 30% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

/*「scroll」のアニメーション*/
.sec-topslider .scroll-down:after {
  animation: scrollLine 2.5s  infinite;
}

@keyframes scrollLine {
    0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    25%{
        transform-origin: top;
        transform: scaleY(1);
    }
    50% {
        transform-origin: top;
        transform: scaleY(1);
    }
    75%{
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
    }
}

.imgpc,
.imgsp {
  display: none;
}




.sp-only{display: none !important ;}
@media (max-width: 767px) {
.sp-only{display: block !important;}
.pc-only{display: none !important ;}
}

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
.btn-campaign {
  width: 105px;
  height: 110px;
  bottom: 1.0rem;
  right: 0.8rem;
}
}




/*modal　のCSS*/
        #overlay {
            display: none;
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 225;
            background-color: rgba(0, 0, 0, .65);
        }
        #modal {
            display: none;
            position: fixed;
            left: 50%;
            top: 50%;
            z-index: 230;
            transform: translate(-50%, -50%);
            max-width: 100vw;
            max-height: 170vw;
            box-sizing: border-box;
            padding: 22px;
            border-radius: 8px;
            background-color: #fff;
            width:80%;
        }
        #modal br{
          display: block;
          content: "";
          margin: 17px 0;
        }
        .modalactive {
            display: block !important;
        }


@media screen and (min-width: 768px){	
        #modal {
            width:50%;
        }
}
/*==================================================
パンくずリスト
================================================== */

.breadcrumb-area{
    margin-top: 65px;
    background:#f2f2f2;
    padding: 7px 0;
    font-size: 13px;
}

.breadcrumb-area section{
    width: 900px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

@media (max-width: 767px) {
    
.breadcrumb-area{
    margin-top: 15vw;
}

.breadcrumb-area section{
    width: 92% !important;
    line-height: 1.5;
    margin-bottom: 0 !important;
    padding: 0 !important;
}   
   
}

/*==================================================
TOP COLUMN
================================================== */

.ul-top-column{
    
}

.ul-top-column li{
    width: 300px;
    float: left;
    margin: 0 0 30px;
}

.ul-top-column li:nth-child(2),
.ul-top-column li:nth-child(5){
    margin-left: 30px;
    margin-right: 30px;
}

.ul-top-column li a{
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
}

.top-column-img{
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.top-column-img img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    vertical-align: bottom;
    transition: 0.5s;
}

.top-column-img img:hover{
    transform: scale(1.1, 1.1);
}

.top-column-cate{
    display: inline-block;
    border-radius: 4px;
    padding: 3px 7px;
    font-size: 12px;
    background: #32C1D0;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}

.top-column-title{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px 5px;
    box-sizing: border-box;
    text-shadow:1px 1px 1px #000;
}

.black-grad{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.ul-top-column li a:hover .black-grad{
    display: none;
}

@media (max-width: 767px) {

.ul-top-column li{
    width: 90%;
    float: none;
    margin: 0 auto 10px;
}

.ul-top-column li:nth-child(2),
.ul-top-column li:nth-child(5){
    margin-left: auto;
    margin-right: auto;
}

.top-column-img{
    height: 180px;
}

.top-column-img img{
    height: 180px;
}
    
    
}


/* ########################################################### */
/* ## TOPページ お得な通い放題プラン                          ## */
/* ########################################################### */  

.table-dotted{
    width: 90%;
    box-sizing: border-box;
    border-collapse: collapse;
    margin-left: 10%;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 500;
}

.table-dotted thead th{
    width: 33%;
    text-align: center;
    vertical-align: middle;
    padding: 2vw 0;
    border-bottom: 1px dashed #999;
    font-weight: 500;
}

.table-dotted tbody th{
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 1.5vw 0;
    border-bottom: 1px dashed #999;
    font-weight: 500;
}

.img-cospgood{
    width: 105px;
    position: absolute;
    top: 15px;
    left: -108px;
}

.table-dotted tbody th span{
    display: block;
    border-radius: 6px;
    background:#32C1D0;
    color: #fff;
    padding: 1vw 0;
}

.table-dotted tbody td{
    text-align: center;
    vertical-align: middle;
    padding: 1.5vw 0;
    border-bottom: 1px dashed #999;
    line-height: 1.5vw;
}

.txt-small{
    font-size: 60%;
}

/*topページ料金表*/

.plan-detail .table-dotted{
    width: 100%;
    margin-left: 0;
}

.td-hifu img{
    width: 200px;
}

.plan-detail .img-cospgood{
    top: 8px;
    left: -58px;
}

.big-price{
    color: #ff828c;
}

.td-daytime .txt-small,
.td-student .txt-small{
    font-size: 80%;
    display: block;
}

.plan-detail-btn{
    margin: 30px 0 50px;
    text-align: center;
}

.plan-detail-btn li{
    display: inline-block;
    width: 25%;
    margin: 0 10px;
    vertical-align: top;
}

.plan-detail-btn a{
    display: block;
    border:2px solid #45bdcf;
    color: #45bdcf;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
}

.plan-detail-btn a i{
    padding-left: 6px;
}

.plan-detail-btn a:hover{
    background:#45bdcf;
    color: #fff;
}

.go-plans{
    text-align: center;
    font-size: 1.2rem;
}

.btn-black-w{
    display: block;
    width: 24rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.2rem;
    border: 2px solid black;
    text-decoration: none;
    color: black;
    background: #fff;
    border-radius: 6vw;
    text-align: center;
    margin:40px auto 0;
    transition: all 300ms ease-out 0s;
}

.btn-black-w:hover{
    background: black;
    color: white;
}

.underline-p{
    padding: 0 3px;
    border-bottom: 5px solid #f3a7b4;
    font-weight: 500;
}


@media (max-width: 767px) {

.table-dotted{
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    margin-left: 0;
    font-size: 14px;
}

.table-dotted thead th{
    width: 33%;
    text-align: center;
    vertical-align: middle;
    padding: 3vw 0;
}

.table-dotted tbody th{
    text-align: center;
    vertical-align: middle;
    padding: 3vw 0;
}

.img-cospgood{
    width: 50px;
    top: 5px;
    left: -28px;
}

.table-dotted tbody th span{
    display: block;
    border-radius: 6px;
    background:#32C1D0;
    color: #fff;
    padding: 2vw 0;
}

.table-dotted tbody td{
    text-align: center;
    vertical-align: middle;
    padding: 3vw 0;
    line-height: 3vw;
}   
    
/*topページ料金表*/

.plan-detail .table-dotted{
    width: 94%;
    margin-left: 0;
    margin: 0 auto;
}

.td-hifu img{
    width: 60%;
}

.plan-detail .img-cospgood{
    top: 3px;
    left: -27px;
}

.td-daytime .txt-small,
.td-student .txt-small{
    font-size: 80%;
}

.plan-detail-btn{
    margin: 20px 0 25px;
}

.plan-detail-btn li{
    width: 29%;
    margin: 0 5px;
}

.plan-detail-btn a{
    padding: 10px 0;
    font-size: 14px;
}

.go-plans{
    font-size: 1.0rem;
}

.btn-black-w{
    width: 80vw;
    height: 12vw;
    line-height: 12vw;
    font-size: 1.0rem;
    margin:25px auto 0;
} 
    
}


@media (max-width: 767px) {
    #top-news{
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
    
}



 /* +++++++++ new shop info 2021.7.16 +++++++++ */

.ul-3cols{
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
}

.ul-3cols > li{
	width: calc(100%/3);
	margin: 0 0 50px;
}

.ul-3cols li article{
	width: 90%;
	margin: 0 auto;
}

.pic-shop-access{
	width: 100%;
	height: 200px;
}

.pic-shop-access img{width: 100%; height: 100%; object-fit: cover;}
.tel-shop-access{font-size: 24px; display: block; margin-bottom: 7px;}

#shop-access .btn_skeleton{height: 5vw;}

#shop-access .btn_skeleton a{
	width: 10rem;
	height: 2rem;
	font-size: 1rem;
}
#shop-access .btn_detail::after{display: none;}
#shop-access .btn_skeleton a .fixed_arrow{width: 12%; padding-left: 3px;}

.btnarea-shop-access{
	margin-top: 15px;
}

.btnarea-shop-access ul{
	display: flex;
	width: 100%;
}

.btnarea-shop-access ul li{
	width: calc(100%/2);
	text-align: center;
	position: relative;
}

.txt-appeal{
	display: block;
	width: 100%;
	font-size: 13px;
	color: #32C1D0;
	position: absolute;
	top: -20px;
	left: 0;
}

.btnarea-shop-access ul li a{
	width: 86% !important;
}

.snsicon-shop-access img{
	width: 12%;
	vertical-align: bottom;
	margin: 0 10px;
}

a.btn-bg-pink{
	background: #FF828C !important;
}

@media (max-width: 767px) {

.ul-3cols > li{
	width: calc(100%/2);
	margin: 0 0 50px;
}

.ul-3cols li article{
	width: 92%;
}

.pic-shop-access{
	height: 40vw;
}
	
	#shop-access p{font-size: 14px;}

.tel-shop-access{font-size: 22px; color: #000 !important; text-decoration: none !important; }
	.tel-shop-access a{color: #000 !important; text-decoration: none !important; }

#shop-access .btn_skeleton{height: 12vw;}

#shop-access .btn_skeleton a{
	width: 10rem;
	height: 2rem;
	font-size: 0.7rem;
}

#shop-access .btn_skeleton a .fixed_arrow{width: 12%; padding-left: 3px;}


.btnarea-shop-access ul li a{
	width: 92% !important;
}
	
	.btnarea-shop-access ul li a .fixed_arrow{width: 19% !important; padding-left: 2px !important;}

.snsicon-shop-access img{
	width: 18%;
	margin: 0 6px;
}
	
}



 /* +++++++++ modal内のポップアップ 2021.9.13 +++++++++ */
 

#popup{
  width:90%;
  background:#ffffff;
  opacity: 0.96;
  padding:2em 2em;
  box-sizing:border-box;
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1vw;
  text-align:center;
  z-index:99999999 ;
}
input[type="checkbox"]{
  display:none;
}
/*checkboxがチェックの状態になったらpopupを表示させる*/
input[type="checkbox"]:checked[name="checkbox1"] + #popup{
  display:block;
}

input[type="checkbox"]:checked[name="checkbox2"] + #popup{
  display:block;
}

 .buttonreserva {
  background:#32c1d0;
  opacity: 1;
  padding:0.5em 1em;
  border-radius: 0.5vw;
  text-decoration: none;
  text-align:center;
  color:#ffffff;
}
label div .buttonline {
  background:#00B900;
  opacity: 1;
  padding:0.5em 1em;
  border-radius: 0.5vw;
  text-decoration: none;
  text-align:center;
  color:#ffffff;
}

.batsu{
    margin-left: auto;
    font-size: 100%;
    font-weight: bold;
    border: 1px solid #999;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 1.3em;
    line-height: 1.2em;
}
 
 
 
 
 