@charset "UTF-8";
/* MV */

.mv-top {
  position: relative;
  /* background: url(../../../../assets/location_asset/umeda/images/top/umeda_mv.jpg) no-repeat center center/cover;
  height: 800px; */
  background: url(../../../../assets/location_asset/common/images/mv-bg-n2207n.jpg) no-repeat center center/cover;
  height: 100vh;
}
@media screen and (max-width:660px) {
  .mv-top {
    background: url(../../../../assets/location_asset/common/images/mv-bg-sp-nn2207.jpg) no-repeat center center/cover;
    /* height: 600px; */
    width: 100%;
    height: 161vw;
  }
}
/* MV改修 */
.mv_logo{
  width:426px;
  height:276px;
  position:absolute;
  top:54%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:1;
}
.mv_text{
  width:632px;
  height:146px;
  position:absolute;
  top:19%;
  left:3%;
  z-index:1;
}
.breadcrumb{
  padding-top:115px;
}
.breadcrumb ul li a{
  color:#333;
}
.breadcrumb ul li::before{
  color:#333;
}
@media screen and (max-width:660px){
  .mv_logo{
    width:50%;
    height:auto;
    top:55%;
  }
  .mv_text{
    width:87%;
    height:auto;
    position:absolute;
    top:23%;
    left:0;
  }
  .breadcrumb{
    padding-top:110px;
  }
}
@media screen and (max-width:470px){
  .breadcrumb{
    padding-top:27vw;
  }
  .breadcrumb ul li a{
    font-size:12px;
  }
  .breadcrumb ul li {
    margin-right: 0;
    margin-bottom: 0;
}
}
/* 20220707 point改修追加 */
.p-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}

.p-content {
  width: 25%;
  height: auto;
}

.p-content+.p-content {
  margin-left: 10px;
}

.more-bk-text-btn {
  display: none;
}

@media screen and (max-width:768px) {
  .p-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-content {
    width: calc(50% - 5px);
    padding-bottom: 20px;
  }

  .p-content+.p-content {
    margin-left: 0;
  }

  .p-content:nth-child(even) {
    margin-left: 5px;
  }


  .p-head {
    margin-bottom: 0;
  }

  .p-desc {
    overflow-y: hidden;
    height: 70px;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
  }

  .more-bk-text-btn {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    padding-top: 20px;
  }

  .more-bk-text-btn:hover {
    opacity: 0.8;
  }

  .more-bk-text-btn span {
    font-size: 14px;
    display: inline-block;
    width: 105px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-bottom: 2px;
    border-bottom: 1px solid;
    cursor: pointer;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
  }

  .more-bk-text-btn span.open {
    z-index: 1;
  }

  .more-bk-text-btn span.close {
    opacity: 0;
    z-index: 0;
  }
}

@media screen and (max-width:420px) {
  .p-desc {
    height: 55px;
  }
}

/* point改修end------------ */

/* section-heading */

.sec-h {
  text-align: center;
  margin-bottom: 5px;
}

.sec-h-subt {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #da241d;
  background: -webkit-linear-gradient(left, #fd352e, #92291f);
  /* background: -webkit-linear-gradient(left, #fd352e, #df7334); */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 20250120 */
  margin-bottom: 40px;
}

.sec-h-fstt {
  display: block;
  text-align: center;
  font-size: 20px;
}

.sec-h-txt {
  text-align: center;
  margin-bottom: 60px;
}

.access-desc .sec-h {
  text-align: left;
}
/* SEO施策追加 */
.access-desc h3{
  font-size: 16px;
  margin-bottom: 0 !important;
}
@media screen and (max-width:768px) {
  .access-desc h3{
    font-size: 14px;
  }
}
.access-desc h2 span{
  font-size: 25px;
}
@media screen and (max-width:768px) {
  .access-desc h2 span{
    font-size: 16px;
  }
}
/* ----- */

.s-wht {
  color: #fff;
}

.red-band-flat {
  display: inline-block;
  padding: 15px;
  background: #da241d;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  color: #fff;
  vertical-align: middle;
}

.red-band-lic {
  display: inline-block;
  padding: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#da241d), to(#a41b15));
  background: -o-linear-gradient(left, #da241d, #a41b15);
  background: linear-gradient(90deg, #da241d, #a41b15);
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  color: #fff;
  vertical-align: middle;
}

.blk-band {
  display: inline-block;
  padding: 15px;
  background: #030303;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  color: #fff;
  position: relative;
  vertical-align: middle;
}

.blk-band.l-red {
  margin-right: -6px;
}

.blk-band.l-red::before {
  content: "";
  background: #da241d;
  width: 12px;
  height: 100%;
  position: absolute;
  left: -6px;
  top: 0;
}

@media screen and (max-width:768px) {
  .sec-h-subt {
    margin-bottom: 40px;
    /* 20250120 */
    margin-bottom: 20px;
    font-size: 16px;
  }
}

/* concept */

section.info {
  padding-top: 0;
}

.info-bg {
  background: url("../../../../assets/location_asset/sancha/images/top/info-bg.png") no-repeat center center/cover;
  padding: 100px 0;
}

.info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.info-graf {
  width: 47%;
  text-align: center;
}

.info-graf img {
  width: 95%;
}

.info-desc {
  width: 47%;
}

.info-desc h3 {
  margin-bottom: 35px;
}

.info-desc p {
  margin-bottom: 30px;
}

.info-desc p:last-child {
  margin-bottom: 0;
}

.two-band {
  font-size: 13px;
}

.trainner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.ck-tr-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tr-item {
  width: 25%;
}

.ck-tr-info .tr-item {
  margin-bottom: 40px;
}

.tr-img {
  position: relative;
}

.tr-img::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.tr-img::after {
  content: "VIEW MORE";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.tr-item a:hover .tr-img::before {
  opacity: 1;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.tr-item a:hover .tr-img::after {
  opacity: 1;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

.tr-name-box {
  position: relative;
  top: -5%;
}
/* seo対策追加 1/16*/

.tr-name-box h3{
  font-size: 16px;
}
@media screen and (max-width:840px) {
  .tr-name-box h3{
    font-size: 14px;
  }
}


.tr-name.red-band-lic {
  padding: 15px 25px;
  margin-left: 20px;
}

.tr-huri.blk-band {
  padding: 15px 25px;
  position: relative;
  left: 50%;
  -webkit-transform: translatex(-50%) skewX(-12deg);
  -ms-transform: translatex(-50%) skewX(-12deg);
  transform: translatex(-50%) skewX(-12deg);
}

@media screen and (max-width:768px) {
.tr-huri.blk-band {
  padding: 15px;}
}

/* .more-wh-btn {
  text-align: center;
}

.more-wh-btn span {
  display: inline-block;
  padding: 15px 60px;
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
  cursor: pointer;
}

.more-wh-btn span:hover {
  border: 2px solid #da241d;
  background: #da241d;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
} */

.modal-info {
  background: #000;
  padding: 40px;
  width: 1200px;
}

.m-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-info .tr-huri.blk-band {
  background: #383838;
  /* display: block;
    width: 55%;
    text-align:center; */
}

.m-tr-img {
  width: 32%;
}

.m-tr-img img {
  width: 100%;
}

.m-tr-desc {
  width: 62%;
  color: #fff;
}
.m-tr-desc table{
  width:100%;
}
.m-tr-desc th, .m-tr-desc td {
  padding-bottom: 15px;
}

.m-tr-desc tr:last-child th, .m-tr-desc tr:last-child td {
  padding-bottom: 0;
}

.m-tr-desc th {
  width: 15%;
  text-align: left;
}

.m-tr-desc td {
  width: 85%;
}

.m-tr-desc td p {
  margin-bottom: 8px;
}

.m-tr-desc tr:last-child td p:last-child {
  margin-bottom: 0;
}

.m-tr-txt {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
}

.modal-info .sns {
  margin: 0;
  text-align: center;
}

.lity {
  background: rgba(0, 0, 0, 0.8) !important;
}

.lity-close {
  position: absolute !important;
  color: #000;
  background: #fff;
}

.lity-close:hover {
  color: #000;
  background: #fff;
}

@media screen and (max-width:1280px) {
  .modal-info {
    width: 800px;
  }
  .m-tr-desc th {
    width: 20%;
  }

  .m-tr-desc td {
    width: 80%;
  }

}

@media screen and (max-width:1100px) {
  .trainner-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%;
    margin: auto;
  }
  .ck-tr-info {
    width: 70%;
    margin: auto;
  }
  .tr-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .ck-tr-info .tr-item {
    margin-bottom: 20px;
  }
  .tr-img img {
    width: 100%;
  }
  .tr-huri {
    display: block;
    width: 70%;
  }
}

@media screen and (max-width:840px) {
  .trainner-info {
    width: 100%;
  }
  .ck-tr-info {
    width: 100%;
  }
  .tr-huri {
    display: block;
    width: 70%;
  }
  .tr-name.red-band-lic {
    margin-left: 0;
  }
  .modal-info {
    width: 100%;
    padding-right: 45px;
  }
  .over-scroll {
    overflow-y: scroll;
    margin-right: -30px;
  }
  .lity-container {
    width: 100% !important;
  }
}

@media screen and (max-width:768px) {
  .info-bg {
    padding: 50px 0;
  }
  .info-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .info-graf {
    width: 100%;
    text-align: center;
  }
  .info-graf img {
    width: 80%;
  }
  .info-desc {
    width: 100%;
    margin-bottom: 40px;
  }
  .m-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-tr-img {
    width: 300px;
    text-align: left;
    margin-bottom: 30px;
  }
  .m-info-box .tr-name-box {
    position: relative;
    top: -25px;
  }
  .m-tr-desc {
    width: 100%;
    color: #fff;
  }
}

@media screen and (max-width:520px) {
  /* .tr-item {
    width: 100%;
  } */
  .info-graf img {
    width: 100%;
  }
  .modal-info {
    padding: 20px;
    padding-right: 40px;
  }
  .m-tr-desc th, .m-tr-desc td {
    display: block;
  }
  .m-tr-desc th {
    width: 100%;
  }
  .m-tr-desc td {
    width: 100%;
  }
  .m-tr-desc tr:last-child th {
    padding-bottom: 15px;
  }
  .m-tr-desc td {
    padding-bottom: 20px;
  }
}

/* SEO施策修正 */
.l-item h4 {
  margin-bottom: 20px;
  font-size: 16px;
}

.l-item h4 span {
  font-size: 12px;
}

.tit-box {
  position: absolute;
  top: -30px;
  left: 45%;
  transform: translatex(-50%);
}

@media screen and (max-width:860px) {
  .l-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-item {
    width: 80%;
    margin-bottom: 60px;
  }
  .l-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width:768px) {
  .l-i-tit.blk-band {
    padding: 15px 70px 15px 50px;
    font-size: 18px;
    width: 116px;
  }
  .tit-box {
    left: 50%;
  }
}

@media screen and (max-width:580px) {
  .l-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ACCESS */

/* .access-bg {
  background: url(../../../../assets/location_asset/sancha/images/top/access-bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: auto;
  padding: 100px 0;
  position: relative;
  z-index: 0;
}

.access-bg::before {
  content: "";
  background: url(../../../../assets/location_asset/sancha/images/top/access-red-bg.png) no-repeat left center/cover;
  width: 65%;
  height: 660px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
} */

.access-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 200px;
}

.a-map {
  width: 46%;
}

.access-desc {
  width: 46%;
  color: #fff;
  text-align: left;
}

.access-desc table {
  margin-top: 50px;
}

.access-desc table th, .access-desc table td {
  padding-bottom: 20px;
}

.access-desc table th {
  width: 35%;
}

.access-desc table td {
  width: 65%;
}

.access h3 {
  margin-bottom: 40px;
}

.access h3 span {
  font-size: 18px;
}

.a-num {
  font-size: 18px;
  font-weight: bold;
}

.a-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.af-item {
  width: 23%;
  margin-bottom: 30px;
  text-align: center;
}
/* .af-item::after{
  display: block;
  content:"";
  width: 30%;
  } */

.af-step {
  position: relative;
  top: 25px;
  padding: 15px 40px;
}

.af-item p {
  text-align: left;
  color: #fff;
  margin-top: 20px;
}

@media screen and (max-width:767px) {
  .access-bg {
    padding: 50px 0;
  }
}

@media screen and (max-width:767px) {
  .access-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .a-map {
    width: 100%;
  }
  .access-desc {
    width: 100%;
    margin-bottom: 15px;
  }
  .access-bg::before {
    width: 100%;
    height: 880px;
  }
  .af-item {
    width: 47%;
  }
}

@media screen and (max-width:460px) {
  .af-item {
    width: 48%;
  }
  .af-step{
    padding: 5px 15px;
    top:18px;
    font-size: 13px;
  }
  .a-map iframe {
    height: 260px;
  }
  .access-bg::before {
    height: 700px;
  }
  .access-content {
    margin-bottom: 80px;
  }
  .access h3 {
    margin-bottom: 20px;
  }
}


.mejiro_bnr{
  width: 70%;
  margin: 50px auto 0;
}

@media screen and (max-width:480px) {
  .mejiro_bnr{
    width: 100%;
    margin: 30px auto 0;
  }
}
/* voice */
.voice{
  padding-top: 0;
}

/* コンタクトページ */
#formWrap dl dd{
  text-align: left;
}
#formWrap dl dt {
  text-align: left;
}
@media screen and (max-width:768px) {
.wpcf7-form h1{
  padding-top: 60px;
}
}
@media screen and (max-width:480px) {
  .wpcf7-form h1{
    padding-top: 40px;
  }
  }

  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* MV改修202212 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.mv-desc-inner {
  width: 100%;
  height: calc(100% - 135px);
  position: relative;
  padding: 0 !important;
}
.mv-top {
  position: relative;
  /* background: url(../../../../assets/location_asset/roppongi/images/top/roppongi-mv.jpg) no-repeat center center/cover; */
  background: url(../../../../assets/location_asset/sancha/images/top/roppongi-mv-n2212.jpg) no-repeat center right/contain;
  height: 960px;
}
@media screen and (max-width:1500px){
  .mv-top {
    height: 824px;
  }
}
@media screen and (max-width:1024px){
  .mv-top {
    background: url(../../../../assets/location_asset/sancha/images/top/roppongi-mv-n2212.jpg) no-repeat center right -53%/contain;
  }
}
@media screen and (max-width:768px){
  .mv-top {
    background: url(../../../../assets/location_asset/sancha/images/top/roppongi-mv-n2212.jpg) no-repeat center center/cover;
    height: 122vw;
    /* height: 624px; */
 }
 .mv-desc-inner {
  width: 100%;
  height: calc(100% - 152px);
  position: relative;
  padding: 0 !important;
}
.breadcrumb ul{
  flex-wrap:wrap;
}
}
@media screen and (max-width:520px){
  .mv-top {
    background: url(../../../../assets/location_asset/sancha/images/top/roppongi-mv-n2212.jpg) no-repeat center left 35%/cover;
 }
}
@media screen and (max-width:470px){
  .mv-top {
    height: 624px;
 }
}


.mv-logp-sp{
  display:none;
 }
 .mv_text-sp{
  display:none;
 }


.mv_text {
  width: 522px;
  height: 137px;
  position: absolute;
  top: 12%;
  left: 0;
  z-index: 1;
}
.mv_logo {
  width: 322px;
  height: auto;
  position: absolute;
  top: 45%;
  left: 250px;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.mv-h_2 {
  position: absolute;
  right: auto;
  bottom: 26%;
  left: 22px;
}
.mv-h_2 .mv-text {
  background: linear-gradient(90deg, #da241d, #a41b15);
  padding: 10px 25px 15px;
  margin-left: 0;
  color: #fff;
  vertical-align: middle;
  transform: initial;
}

@media screen and (max-width:1500px){
  .mv_text {
    top: 10%;
  }
  .mv_logo {
    top: 49%;
  }
  .mv-h_2 {
    bottom: 18%;
   }
}

@media screen and (max-width:768px){
 .mv_logo {
  top: auto;
  left: auto;
  right: 2.5%;
  width: 46.615vw;
  transform: translate(0,0);
  bottom: 14%;
 }
 .mv-logp-pc{
  display:none;
 }
 .mv-logp-sp{
  display:inline-block;
  width:100%;
 }
 .mv_text{
  display:none;
 }
 .mv_text-sp{
  display:block;
  position: absolute;
  left: 0;
  top: 4%;
  width: 83.335vw;
 }
 .mv-h_2 {
  bottom: 5%;
  right: -16px;
  left: auto;
 }
 .mv-h_2 .mv-text{
  padding: 0.6vw 1.5vw 1vw;
 }
 .mv-h_2 .mv-text h2 {
  font-size: 2.65vw;
  letter-spacing: 0.2vw;
 }
 .mv-h_2 .mv-text h2 span {
  font-size: 3.5vw;
 }
 /* .mv-h_2 .mv-text h2 {
  font-size: 15px;
  letter-spacing: 1.5px;
 }
 .mv-h_2 .mv-text h2 span {
  font-size: 18px;
 } */
}
@media screen and (max-width:470px) {
  .breadcrumb {
    padding-top: 25vw;
  }
  .breadcrumb ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .breadcrumb ul li:last-child::before {
    content: none;
  }
  .breadcrumb ul li:first-child::before {
    content: "/";
  }
  .breadcrumb ul li::before {
    font-size: 13px;
    right: -18px;
    left: auto;
  }
  .breadcrumb ul li {
    margin-right: 30px;
    margin-bottom: 5px;
  }
  .breadcrumb ul li:last-child {
    margin-left: 0;
  }
  .breadcrumb ul li a{
    font-size:10px;
  }
}
@media screen and (max-width:360px){
  .breadcrumb {
    padding-top: 29vw;
  }
  .mv_logo {
    right:5.5%;
    bottom: 23%;
  }
  .mv-h_2 {
    bottom: 16%;
    right: -3%;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* shop-list */
.shop-list__content {
	max-width:1200px;
 	margin: 40px auto 80px;

}

.shop-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #00000a;
}

.shop-list__item:nth-of-type(1) {
  border-top: 1px solid #00000a;
}

.shop-list__item dt {
  width: 120px;
}

.shop-list__item dd {
  width: calc(100% - 120px);
  margin-left: 5%;
}

.shop-list__item dd span {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 8px;
  border: 1px solid #00000a;
  margin-bottom: 4px;
}

.shop-list__item dd a{
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .shop-list__item dt {
    width: 85px;
  }

  .shop-list__item dd {
    width: calc(100% - 85px);
    margin-left: 3%;
    font-size: 14px;
  }
}

/* プライス部分改修20250120 */
.t-center{
  text-align:center;
}
.s-wht {
 margin-top:80px;
}
.price_title_note{
  color:#fff;
  text-align:center;
}
.rentalPrice_body{
  max-width:480px;
  margin:10px auto 80px;
  color:#fff;
}
.rentalPrice_table {
  border-top: 1px #999999 solid;
}
.rentalPrice_table .rentalPrice_table_line {
  display: grid;
  grid-template-columns: 189px 1fr;
  grid-auto-rows: 1fr;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0;
  border-bottom: 1px #999999 solid;
}
.rentalPrice_table .rentalPrice_table_head {
  border-right: 1px #999999 solid;
  border-left: 1px #999999 solid;
  padding: 13px 6px 12px;
  /* height: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color:#fff;
  vertical-align: middle;
}
.rentalPrice_table .rentalPrice_table_head p {
  text-align: center;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  margin-right: 0em;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: inherit;
}
.rentalPrice_table .rentalPrice_table_body {
  border-right: 1px #999999 solid;
  padding: 15px 10px 12px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: middle;
  /* height: 100%; */
}
.rentalPrice_table .rentalPrice_table_body .rentalPrice_table_body_head {
  padding-right: 14px;
  color:#fff;
}

.sec-h-text{
  color:#fff;
  text-align:center;
  margin-top:20px;
}
.limited_btn.price_list_btn{
  margin-top:40px;
}
.zero.price-table_fig p {
  margin-bottom: 0;
}
.l-locationPriceLifeMake_example {
  flex-grow: 1;
  display: flex;
  gap: 20px;
}
.l-locationPriceLifeMake_example--head {
  font-size: 17px;
  line-height: 1;
  padding: 0 20px 8px 0;
  border: solid #EB3223;
  border-width: 0 1px 0 0;
}
.l-locationPriceLifeMake_example--body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.l-locationPriceLifeMake_example--item_head {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.l-locationPriceLifeMake_example--item_box {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding: 12px 0 13px;
  border: solid 1px #FFFFFF;
}
.l-locationPriceLifeMake_example--item_monthly {
  margin: 13px 0 0 10px;
}
.l-locationPriceLifeMake_example--item_monthly .-head {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
.l-locationPriceLifeMake_example--item_monthly .-price {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000;
  margin-top: 6px;
  padding: 4px 11px;
  background: #fff;
}
.l-locationPriceLifeMake_example--item_multiply {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 1em;
  margin: 27px 0 0 7px;
}
.l-locationPriceLifeMake_example--item_visit {
  position: relative;
  width: 75px;
  height: 75px;
  margin-left: 11px;
  padding-top: 28px;
  border-radius: 50%;
  background: linear-gradient(#FF0000, #EA5923);
  box-sizing: border-box;
}
.l-locationPriceLifeMake_example--item_visit .-head {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 10px;
  right: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: #FF0000;
  padding: 3px 0;
  background: #fff;
}
.l-locationPriceLifeMake_example--item_visit .-price {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
.l-locationPriceLifeMake_example--item_visit .-multiply {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  margin-top: 2px;
}
.l-locationPriceLifeMake_example--item_equal {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 1em;
  margin: 27px 0 0 5px;
}
.l-locationPriceLifeMake_example--item_total {
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  margin: 21px 0 0 10px;
}
.l-locationPriceLifeMake_example--item_total .-yen {
  font-size: calc(1em / 32* 22);
}
.d-course-price .d-detail {
  margin-bottom: 15px;
}
.d-course-price .d-detail span {
  line-height: 1.6;
}
.d-course-price .d-detail .red-cost {
  padding: 7px 10px 7px;
  white-space: nowrap;
}
@media screen and (max-width:1080px){
  .price-list.life-plan{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
    align-items: center;
  }
  .price-table {
      width: 60%;
  }
  .zero.price-table_fig {
    width:60%;
  }
  .l-locationPriceLifeMake_example {
    flex-direction: column;
  }
  .zero.price-table_fig {
    margin-top: 30px;
  }
  .l-locationPriceLifeMake_example--head {
    border-width: 0 0 1px 0;
  }
}
@media screen and (max-width:767px){
  .s-wht {
    margin-top:50px;
   }
  .rentalPrice_body{
    max-width:400px;
    margin:10px auto 40px;
  }
  .rentalPrice_table {
    border-top: 1px #999999 solid;
  }
  .rentalPrice_table .rentalPrice_table_line {
    grid-template-columns: 120px 1fr;
  }
  .rentalPrice_table .rentalPrice_table_body {
    padding: 15px 10px 12px 25px;
  }
  .price-table {
    width: 100%;
  }
  .limited_btn.price_list_btn{
    margin-top:30px;
  }
  .zero p {
    margin-bottom: 0;
  }
  .zero.price-table_fig {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width:480px){
  .l-locationPriceLifeMake_example--item_head {
    font-size: 12px;
  }
  .l-locationPriceLifeMake_example--item_monthly .-head {
    font-size: 12px;
  }
  .l-locationPriceLifeMake_example--item_monthly .-price {
    font-size: 16px;
  }
  .l-locationPriceLifeMake_example--item_multiply {
    font-size: 19px;
  }
  .l-locationPriceLifeMake_example--item_visit {
    width: 60px;
    height: 60px;
    margin-left: 2px;
    padding-top: 22px;
  }
  .l-locationPriceLifeMake_example--item_visit .-head {
    font-size: 10px;
  }
  .l-locationPriceLifeMake_example--item_visit .-price {
    font-size: 12px;
  }
  .l-locationPriceLifeMake_example--item_visit .-multiply {
    font-size: 16px;
  }
  .l-locationPriceLifeMake_example--item_equal {
    font-size: 18px;
  }
  .l-locationPriceLifeMake_example--item_total {
    font-size: 22px;
    margin: 21px 0 0 4px;
  }
  .d-course-price .d-detail .red-cost {
    font-size: 14px;
  }
  .d-course-price .d-detail .d-course-cost {
    font-size: 20px;
}
}
@media screen and (max-width:374px){
  .l-locationPriceLifeMake_example--item_head {
    font-size: 11px;
  }
  .l-locationPriceLifeMake_example--item_monthly .-head {
    font-size: 11px;
  }
  .l-locationPriceLifeMake_example--item_monthly .-price {
    font-size: 15px;
  }
  .l-locationPriceLifeMake_example--item_multiply {
    font-size: 18px;
  }
  .l-locationPriceLifeMake_example--item_visit .-head {
    font-size: 10px;
  }
  .l-locationPriceLifeMake_example--item_visit .-price {
    font-size: 11px;
  }
  .l-locationPriceLifeMake_example--item_visit .-multiply {
    font-size: 14px;
  }
  .l-locationPriceLifeMake_example--item_equal {
    font-size: 14px;
  }
  .l-locationPriceLifeMake_example--item_total {
    font-size: 20px;
  }
}
.spot-plan .zero{
  width:30%;
}
@media screen and (max-width:767px){
  .spot-plan .zero{
    width:100%;
  }
}
.d-course-price.s-wht {
  margin-top:0;
}
.d-course-img {
  width: 30%;
}
@media screen and (max-width:767px){
  .d-course-img {
    width: 100%;
  }
}


.pcnone{
  display:none;
}
@media screen and (max-width:767px){
  .spnone{
    display:none;  
  }
  .pcnone{
    display:block;
  }
}
