
.inner {
 width: min(1240px,100%);
 padding-left: 20px;
 padding-right: 20px;
 margin-left: auto;
 margin-right: auto;
}
.s-block {
 display: none;
}
.t-center {
 text-align: center;
}
.img_max {
 max-width: 100%;
}
#gradation {
background: rgb(169,226,254);
background: linear-gradient(0deg, rgba(169,226,254,1) 0%, rgba(191,247,255,1) 100%);
}
.back_bace {
 background: url("../image/advertisement/bk-advertisement02.jpg");
}
.ad-head {
padding-top: max(40px,8%);
background: rgb(169,226,254);
background: linear-gradient(0deg, rgba(169,226,254,1) 0%, rgba(191,247,255,1) 100%);
}
.section-pd {
padding-top: max(40px,8%);
padding-bottom: max(40px,8%);
padding-left: 20px;
padding-right: 20px;
}
.pd_t {
padding-top: max(40px,8%);
}
.pd_lr20 {
padding-left: 20px;
padding-right: 20px;
}
.mt40 {
 margin-top: 40px;
}
.size20 {
 font-size: clamp(1.4rem,1.8vw,2rem);
 font-weight: bold;
}
.fukidashi_pk {
 padding: .5em;
 background-color: #FF007F;
 color: #fff;
 font-size: clamp(1.8rem,3.6vw,4rem);
 line-height: 1.4;
 position: relative;
}
.fukidashi_pk::before {
 content: "▼";
 color: #FF007F;
 display: inline-block;
 position: absolute;
 bottom: -1em;
 left: 50%;
 transform: translateX(-50%);
}
.fukidashi_bl {
 padding: .5em;
 background-color: #004680;
 color: #fff;
 font-size: clamp(1.8rem,3.6vw,4rem);
 line-height: 1.4;
 position: relative;
}
.fukidashi_bl::before {
 content: "▼";
 color: #004680;
 display: inline-block;
 position: absolute;
 bottom: -1em;
 left: 50%;
 transform: translateX(-50%);
}
.ad-content {
padding-left: 20px;
padding-right: 20px;
padding-top: max(40px,8%);
padding-bottom: max(40px,8%);
background: url("../image/advertisement/back02.jpg") no-repeat;
background-size: cover;
}
.student-card {
 margin-top: 20px;
 font-size: clamp(2rem,3vw,4rem);
 text-align: center;
 position: relative;
 width: fit-content;
 margin-left: auto;
 margin-right: auto;
 line-height: 1.5;
}
@media(max-width:674px){
 .s-block {
 display: block;
}
.s-none {
 display: none;
}
 .sm-box {
  width: 94%;
  background-color:rgba(0,70,128,0.8);
  padding: 3%;
  margin-left: auto;
  margin-right: auto;
 }
 .sm-box-inner {
  background: rgba(255,255,255, 0.9);
  padding: 3%;
 }
.ad-time span {
 font-size: clamp(1.8rem,2vw,3rem);
 width: 80px;
 height:80px;
 display: flex;
 justify-content: center;
 align-items: center;
 color: #fff;
 line-height: 1;
 background-color: #FF007F;
 border-radius: 9999px;
 margin-right: 10px;
}
}

/*安心のスタッフ施術*/
.ad-price {
 padding: 8% 4%;
 background-color: #fff;
}
.ttl-ad-price {
 font-size: clamp(1.8rem,5vw,4rem);
 color: #FF007F;
 text-align: center;
}
.dots {
 text-emphasis: circle;
}
.ad-price-item {
 margin-top: 50px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
 align-items: center;
}
.price-item {
 width: 55%;
 display: flex;
 flex-wrap: wrap;
}
.price-item dt,.price-item dd {
 width: 50%;
 padding-top: 20px;
 padding-bottom: 20px;
 border-bottom: solid 1px #808080;
 font-size: clamp(1.2rem,2vw,2rem);
 line-height: 1.4;
}
.price-item dt {
 color: #333;
}
.price-item dd {
 color: #FF007F;
 text-align: right;
}
.price-img {
 width: 37%;
 text-align: right;
}
.price-img img {
 width: 100%;
}
.gray {
 color: #333;
}
.small {
 font-size: clamp(1.4rem,1.6vw,1.6rem);
 color: #333;
}
.consent {
 margin-top: .7em;
 text-align: right;
 font-size: clamp(1rem,1.8vw,1.8rem);
}
.btn {
 margin-top: 3em;
}
.btn a {
 width: min(400px,80%);
 display: block;
 background-color: #004680;
 color: #fff;
 font-size: clamp(1.4rem,1.8vw,1.8rem);
 text-align: center;
 border-radius: 9999px;
 margin-left: auto;
 margin-right: auto;
 padding: .5em;
}

/*LINEお友達登録*/
.btn_line_student_box {
 margin-top: 5%;
 text-align: center;
 width: min(768px,90%);
 padding: 4%;
 background-color: #fff;
 margin-left: auto;
 margin-right: auto;
 box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.btn_line_txt {
 font-size: clamp(1.6rem,2.7vw,2.8rem);
 color: #00479d;
 width: fit-content;
 margin-left: auto;
 margin-right: auto;
 position: relative;
}
.btn_line_txt::before {
 content: "";
 width: 1.2em;
 height: 2px;
 background-color: #00479d;
 display: inline-block;
 position: absolute;
 left: -1.2em;
 top: .9em;
 transform: rotate( 62deg );
}
.btn_line_txt::after {
 content: "";
 width: 1.2em;
 height: 2px;
 background-color: #00479d;
 display: inline-block;
 position: absolute;
 right: -1.2em;
 top: .9em;
 transform: rotate( -62deg );
}
.btn_line_student a {
 position: relative;
 display: block;
 margin-top: 3.8em;
 width: min(400px,80%);
 margin-left: auto;
 margin-right: auto;
}
.btn_line_student a::before {
 content: "";
 width: min(212px,80%);
 aspect-ratio: 212 / 54 ;
 display: block;
 background: url("../image/advertisement/line_fukidashi.png");
 background-size: contain;
 position: absolute;
 left: 50%;
 transform: translate(-50%);
 top: -37px;
 z-index: 1;
}
.btn_line_student img {
 width: 100%;
}

/*max-width:600px*/
@media(max-width:600px) {
 .price-item {
  width: 100%;
  order: 2;
 }
 .price-img {
  order: 1;
  width: 50%;
 }
}

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

#a1 .a_box_1 dd p.subsc {
 margin-top: 40px;
}

.a_box_1 p span.radius_or {
 color: #ff3800;
 border: solid 3px #ff3800;
 background-color: #fff;
 padding: .2em 1em;
 border-radius: 9999px;
 display: inline-block;
 line-height: 1;
 font-size: clamp(1.4rem,2vw,2.2rem);
}
.a_box_1 p span.radius_pk {
 color: #ff007f;
 border: solid 3px #ff007f;
 background-color: #fff;
 padding: .2em 1em;
 border-radius: 9999px;
 display: inline-block;
 line-height: 1;
 font-size: clamp(1.4rem,2vw,2.2rem);
}
.a_box_1 p span.radius_bl {
 color: #00479d;
 border: solid 3px #00479d;
 background-color: #fff;
 padding: .2em 1em;
 border-radius: 9999px;
 display: inline-block;
 line-height: 1;
 font-size: clamp(1.4rem,2vw,2.2rem);
}
.a_box_1 p span.radius_gr {
 color: #008000;
 border: solid 3px #008000;
 background-color: #fff;
 padding: .2em 1em;
 border-radius: 9999px;
 display: inline-block;
 line-height: 1;
 font-size: clamp(1.4rem,2vw,2.2rem);
}
.blue_back {
  background-color: #00479d;
  color: #fff;
}
.orange_back {
  background-color: #ff3800;
  color: #fff;
}
.green_back {
  background-color: #008000;
  color: #fff;
}
#a1 .a_box_1 dd p.under_txt {
 font-size: clamp(1rem,1.5vw,1.6rem);
 text-decoration: underline;
}
.price-area {
 margin-top: max(30px,10%);
}
.price-area h2 {
 font-size: clamp(30px,5vw,50px);
 margin-bottom: 1em;
}
.tabel-wrap {
 overflow: scroll;
 width: min(1000px,94%);
 margin-left: auto;
 margin-right: auto;
}
.tabel-wrap::-webkit-scrollbar {
 display:none;
}
.price-table {
 width:600px;
 margin-left: auto;
 margin-right: auto;
}
.price-table th {
 text-align: center;
 padding: 10px;
 background-color: #666;
 color: #fff;
 font-weight: 700;
}
.price-table td {
 text-align: right;
 padding: 10px;
}
.price-table tr td:nth-of-type(1) {
 text-align: left;
}
.price-table tr:nth-child(odd) {
 background-color: #eee;
}


/* クッキー─────────────────*/
.cookie-popup {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: white;
  padding: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  transform: translateY(100%);
}

.cookie-popup.show {
  transform: translateY(0);
}

.cookie-popup p {
  margin: 0;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.cookie-popup a {
  color: #ff007f;
  text-decoration: underline;
}

.cookie-button {
  background-color: #ff007f;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}
@media(max-width: 600px) {
 .cookie-popup {
  display: block;
 } 
}

.cookie-button:hover {
  background-color: #F157A4;
}

/*プライバシーポリシー--------*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content:center;
  align-items: flex-start;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: absolute;
  top: 0;
  align-self: center;
  width: min(900px,90%);
  padding: 5% 3% 14%;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  text-align: justify;
  overflow: scroll;
}
.popup_content a {
  color: #ff007f;
  text-decoration: underline;
}
.close_btn {
  position: absolute;
  top: 30px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
  background: #ff007f;
  color: #fff;
  border-radius: 9999px;
  line-height: 15px;
  font-weight: bold;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.popup_wrap input:checked ~ .popup_overlay .popup_content {
  transform: translateY(50px);
}

.open_btn {
/*  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;*/
  border-bottom: solid 1px #00A3FF;
  font-weight: 700;
  cursor: pointer;
  color: #00A3FF;
}
.open_btn:hover {
  color: #D1D1D1;
}
.cookie-policy p {
 line-height: 1.6;
 font-family: "Zen Kaku Gothic New", sans-serif;
}/*
.cookie-policy > p {
 margin-bottom: 30px;
}*/
.ttl-cookie {
 font-size: clamp(14px, 1.7vw, 18px);
 font-family: "Zen Kaku Gothic New", sans-serif;
 font-weight: bold;
 text-align: center;
 margin-bottom: 20px;
}
.prp dt,.prp dd {
 font-family: "Zen Kaku Gothic New", sans-serif;
}
.prp dt {
  font-weight: bold;
  font-size: clamp(14px, 1.5vw, 16px);
  margin-top: 25px;
  margin-bottom: 10px;
}


@media(max-width:600px) {
.popup_content {
 padding-bottom: 45%;
 }
.close_btn {
 top: 12px;
}
}





