@import url("common/css/top_page.css");
@import url("common/css/hair_page.css");
@import url("common/css/single_page.css");
@import url("common/css/post_page.css");
@import url("common/css/faq_page.css");
@import url("common/css/blog_page.css");
@import url("common/css/news_page.css");
@import url("common/css/price_page.css");

@import url("common/css/hifu_page.css");
@import url("common/css/injection_page.css");
@import url("common/css/beautiful-skin_page.css");
@import url("common/css/eyes_page.css");
@import url("common/css/pierce_page.css");
@import url("common/css/hyperhidrosis_page.css");
@import url("common/css/aging-care_page.css");
@import url("common/css/about_page.css");
@import url("common/css/contact_page.css");
@import url("common/css/thanks_page.css");
@import url("common/css/contact-confirm_page.css");
@import url("common/css/introduction_page.css");
@import url("common/css/accessphoto_page.css");
@import url("common/css/surgical_temp.css");

@import url("common/css/privacy-policy_page.css");

/*******************************************************/
/* each page 2022-11-23								   */
/*******************************************************/
/*** header of page ***/
.first_view {
  position: relative;
  aspect-ratio: 5 / 2;
}
.first_view .content_inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55vw;
}
.first_view::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #0d9edc;
  height: 100%;
  width: 40%;
}
.first_view .content_inner h1 {
  position: absolute;
  bottom: 5vw;
  padding: 15px 20px 20px 20px;
  font-size: clamp(19px, 4.9vw, 54px);
  color: #ffffff;
  background-color: rgba(101, 193, 231, 0.8);
}
@media screen and (max-width: 900px) {
  .first_view .content_inner h1 {
    bottom: 3vw;
    padding: 5px 10px 10px 10px;
  }
}
@media screen and (max-width: 600px) {
  .first_view .content_inner h1 {
    font-size: 18px;
  }
}
/********toggle acction for page **********/

/************* link list *************/
.link-sec {
  margin-top: 50px;
}
.link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link_list li {
  color: #3cb0e0;
  padding: 10px;
  text-decoration: underline;
}
/*************************************/
.b_title {
  font-size: clamp(17px, 4.1vw, 30px);
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin: 30px auto;
}
/****** green list boxs **********/
.f-box {
  display: flex;
  justify-content: space-around;
  margin-top: 80px;
  flex-wrap: wrap;
  margin: 80px auto;
}
.f-box li {
  display: flex;
  width: 30%;
  aspect-ratio: 5/3;
  margin-bottom: 30px;
  background-color: #84ccc9;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white;
  box-shadow: 0px 0px 20px 2px rgb(20 94 186 / 15%);
}
@media screen and (max-width: 900px) {
  .f-box li {
    width: 47%;
    /* font-size: 10px; */
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .f-box li {
    max-width: 100%;
    width: 180px;
  }
}
/*****************blue title boxs****************/
.two_box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.t_box {
  width: 45%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .t_box {
    width: 95%;
  }
}
.t_box h3 {
  background: #3cb0e0;
  color: #fff;
  text-align: center;
  margin: 0;
  width: 100%;
  position: relative;
  border-radius: 5px;
  font-size: clamp(0.625rem, 0.398rem + 1.14vw, 1.18rem);
  line-height: 2.5;
}
.t_box h3::after {
  position: absolute;
  content: "";
  top: 100%;
  left: calc(50% - 14px);
  border: 14px solid transparent;
  border-top: 14px solid #3cb0e0;
  width: 0;
  height: 0;
}
.t_box .t_inner {
  padding: 30px;
  background-color: #e8e8e8;
  line-height: 2;
  margin-top: 5px;
  font-size: clamp(0.625rem, 0.398rem + 1.14vw, 1.18rem);
  flex-grow: 1;
  word-break: break-all;
}

@media screen and (max-width: 600px) {
  .t_box h3 {
    font-size: 16px;
  }
  .t_box .t_inner {
    font-size: 16px;
  }
}

/******* price list **************/
.flx_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.w2 {
  margin-right: 0 !important;
  width: calc(96% / 2);
}
.w3 {
  margin-right: 0 !important;
  width: calc(92% / 3) !important;
}
.price_box {
  color: #3cb0e0;
}
@media screen and (max-width: 900px) {
  .w2,
  .w3 {
    width: 95% !important;
  }
}
/********* list with blue plus icon ***********/
.t_inner > ul.t-notes,
.text_area_gray > ul.t-notes {
  display: block;
}
.t_inner > ul.t-notes li,
.text_area_gray > ul.t-notes li {
  position: relative;
  padding-left: 45px;
}
@media screen and (max-width: 900px) {
  .t_inner > ul.t-notes li,
  .text_area_gray > ul.t-notes li {
    padding-left: 2em;
  }
}
.t_inner > ul.t-notes li::before,
.text_area_gray > ul.t-notes li::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #3cb0e0;
  top: 22px;
  left: 25px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .t_inner > ul.t-notes li::before,
  .text_area_gray > ul.t-notes li::before {
    width: 4px;
    height: 4px;
    top: 12px;
    left: 1em;
  }
}
/********** other ***************/
.t-center {
  text-align: center;
  margin: 45px auto 10px;
}
.u_line {
  border-bottom: solid 3px #8c97cb;
  margin: 0 auto;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  display: inline-block;
  padding: 0 10px;
}
.red {
  color: red;
  text-align: center;
}
.pc_item {
  display: block;
}
.sp_item {
  display: none;
}
@media screen and (max-width: 900px) {
  .pc_item {
    display: none;
  }
  .sp_item {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .u_line {
    font-size: 17px;
  }
}
h3.kagi {
  padding-top: 50px;
  /*font-size: clamp(16px, 4.1vw, 2.1vw);*/
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}
@media screen and (max-width: 600px) {
  h3.kagi {
    font-size: 17px;
  }
}

/*******************************************************/
/* each page 2022-12-02								   */
/*******************************************************/

/********** SPmenu ***************/
.hamburger {
  display: none;
  position: fixed;
  z-index: 3;
  right: 20px;
  top: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger.done {
  display: block;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #fff;
  z-index: 1;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
  top: 20px;
  left: 10px;
  width: 24px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 0.8s forwards;
  animation: active-hamburger-bar02 0.8s forwards;
}
@-webkit-keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
.hamburger.active span:nth-child(3) {
  top: 20px;
  left: 10px;
  width: 24px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger::after {
  position: absolute;
  top: 63%;
  left: 66%;
  display: block;
  content: "";
  width: 52px;
  height: 52px;
  margin: -32px 0 0 -32px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: #0c9fdccc;
  transition: all 0.75s;
}
.hamburger.active::after {
  border: 2px solid #fff;
}

nav.globalMenuSp {
  display: none;
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #0c9fdccc;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
nav.globalMenuSp.done {
  display: block;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  z-index: 2;
}

.sp-menu {
  display: none;
  position: sticky;
  width: 100%;
  bottom: -218px;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #0c9fdc;
  transition: all 0.4s;
}
.sp-menu.move {
  bottom: 0;
  transition: all 0.4s;
}
.sp-menu span {
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: #0c9fdc;
  border-radius: 30px;
  z-index: 101;
  cursor: pointer;
  transition: all 0.4s;
}
.sp-menu span::before,
.sp-menu span::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 50%;
  transform: translateX(-50%) rotate(134deg);
  transition: all 0.4s;
}
.sp-menu.move span::before,
.sp-menu.move span::after {
  transform: translateX(-50%) rotate(-45deg);
}
.sp-menu span::before {
  top: 13px;
}
.sp-menu.move span::before {
  top: 8px;
}
.sp-menu span::after {
  top: 19px;
}
.sp-menu.move span::after {
  top: 14px;
}
.sp-menu__inner {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 0 auto;
  padding-top: 40px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 10px;
}
.sp-menu__top {
  width: 100%;
  text-align: center;
  margin-bottom: 17px;
  padding: 0 20px;
}
.sp-menu__top img {
  max-width: 300px;
  height: auto;
}
.sp-menu__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}
.sp-menu__bottom a {
  width: 30%;
}

@media screen and (max-width: 900px) {
  .sp-menu {
    display: block;
  }
}

/* 221207追加 */
.b_title.eyes-check {
  position: relative;
  padding: 0.75em 1.5em;
  background: linear-gradient(to top, rgb(39, 172, 217), #45c4ee);
  color: #fff;
}
.pager_wrapper.eyes {
  text-align: center;
}
ul.eyes-check {
  display: inline-block;
  margin: 3rem auto;
}
.eyes-check li::after {
  font-family: FontAwesome;
  content: "\f058";
  color: #fdbf64;
  position: absolute;
  margin-left: -2.5rem;
}
.eyes-check li {
  display: flex;
  width: 100%;
  aspect-ratio: auto;
  background-color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
  justify-content: flex-start;
  align-items: none;
  font-size: 20px;
  color: black;
  box-shadow: 0px 0px 0px 0px rgb(20 94 186 / 15%);
}
@media screen and (max-width: 900px) {
  .b_title.eyes-check {
    padding: 0.75em 0.5em;
  }
  ul.eyes-check {
    margin: 0.5rem 0 0.5rem 2rem;
  }
  .eyes-check li {
    margin-bottom: 1rem;
    font-weight: bold;
    justify-content: flex-start;
    align-items: none;
    font-size: 15px;
    text-align: left;
  }
  .eyes-check li::after {
    margin-left: -1.5rem;
  }
}
/* 点滅 */
.blinking {
  -webkit-animation: blink 5s ease-in-out infinite alternate;
  -moz-animation: blink 5s ease-in-out infinite alternate;
  animation: blink 5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* blod */
#blog {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1441px) {
  #blog {
    max-width: 1200px;
    margin: 0 2rem 0 0;
  }
  #blog .content_inner {
    margin: 0 5rem;
  }
  ul.sidebar_blog {
    margin-right: 100px;
    width: 300px;
  }
}
ul.sidebar_blog {
  margin-top: 360px;
  margin-right: -100px;
}
#blog .content_inner {
  width: clamp(320px, 100%, 900px);
  margin: 0 5rem 0 auto;
}
#blog h3 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding-bottom: 0.35em;
  color: #fba6a8;
  border-bottom: 3px solid #ccc;
}
ul.sidebar_blog {
  padding: 0 0.5em;
  list-style-type: none;
}

ul.sidebar_blog li {
  position: relative;
  padding: 0.1em 0.3em 1em 1.3em;
}

ul.sidebar_blog li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-right: 3px solid #fba6a8;
  border-bottom: 3px solid #fba6a8;
  transform: rotate(-45deg);
}
#blog .date {
  text-align: right;
  margin: -2rem auto 2rem;
  font-size: 0.8rem;
  font-weight: normal;
}
.date {
  text-align: right;
  background-color: #fff;
  padding: 0.5rem 0.5rem 0;
  font-weight: normal;
  font-size: 0.8rem;
}
.blog_tb img {
  max-height: 180px;
}
@media screen and (max-width: 1400px) {
  #blog {
    display: block;
  }
  #blog .content_inner {
    max-width: 90%;
    margin: 0 auto;
  }
  ul.sidebar_blog {
    max-width: 90%;
    margin: -50px auto 50px;
    width: clamp(320px, 90%, 900px);
  }
}
@media screen and (max-width: 900px) {
  #blog {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  #blog h3 {
    font-size: 17px;
  }
}

.operation {
  flex-wrap: wrap;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.blur img {
  filter: blur(4px);
  transition: 0.3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
}
.blur a:hover img {
  /*hoverした時の変化*/
  filter: blur(0); /*ぼかし具合を変更したい場合はこの数値を変更*/
}
.mask {
  display: block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden; /*拡大してはみ出る要素を隠す*/
}
ol.list{
  list-style: auto;
  line-height: 1.8;
  padding-left: 1em;
}
ol.list>li:last-child{
  padding-bottom: 1.8em;
}
img.no-b{
  width: 80%;
  text-align: center;
  margin: 2rem auto 0;
  display: block;
}
@media screen and (max-width: 900px) {
  img.no-b{
    margin-top: 1rem;
    width: 100%;

  }
  }
.no-b-con{
  margin: 0 auto;
  width: 60%;
  padding-top: 70px;
}

@media screen and (max-width: 900px) {
 .no-b-con{
    margin: 0 auto;
    width: 70%;
    padding-top: 55px;
  }
}
@media screen and (max-width: 600px) {
  .no-b-con{
    margin: 0 auto;
    width: 80%;
    padding-top: 40px;
  }
}
