@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

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

 * 設定をしなおす

---------------------------------------------- */
:root{  
  --color-main:#9ec1cd;
  --color-red:#eb6c7a;
  --color-white:#fff;
  --color-black:#0e1317;
  --color-gold:#ffdab9;
  --color-grey:#f4f4f4;
  --color-grege:#AB9A86;
  /* --color-logo:#b98129; */
  /* --color-logo:#dbaf69; */
  --color-logo:#C3C3C3;
  /* --color-font:#663f2c; */
  --color-font:#555;

} 
body {
  color: var(--color-font);

  font-family: 'Zen Old Mincho','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
  font-size: 17px;
  line-height: 1.6em;
  margin: 0 auto;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 14px;}
}

@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}
.pc { display: block }
.sp { display: none }
.ssp{ display: none }
@media only screen and ( max-width : 991px ) {
  body {font-size: 16px;}
  .pc { display: none }
  .sp { display: block}
}
@media only screen and ( max-width : 374px ) {
  body {font-size: 15px;}
  .pc { display: none }
  .sp { display: none}
  .ssp{ display: block }
}
table {
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  margin : 0;
}

/* img {

} */
img {
  border: none;
  width :auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a.mcolor{
  color: var(--color-main);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


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

 * 要素を左右中央寄せ

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

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}


*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.container{margin:0 auto}
.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}
.row{padding-bottom:0}
.col{display:block;float:left;width:100%}

h2{
  font-size: 1.3em;
  text-align: center;
  padding: 1em 0;
}
h3{
  font-size: 1.2em;
  text-align: center;
}


p{
  margin: .5rem 0;
}
@media only screen and ( max-width : 991px ) {

  .container ,.containerM {
    /* padding: 0 30px; */
    margin: 0 1em;
  }
  section {
    padding: 30px 0 0 0;
  }
}
@media only screen and ( max-width : 480px ) {
  .container {
    /* padding: 0 20px; */
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    /* padding: 0 10px; */
  }
}
@media print, screen and ( min-width : 992px ) {

  .container,.containerM {
    width: 95%;
    max-width: 1300px;
    /* padding: 0 10px; */
  }
  .containerM{
    max-width: 900px;
    margin: 0 auto;
  }
  .containerS{
    max-width: 800px;
    margin: 0 auto;
  }
  section {
    padding: 50px 0 0 0;
  }
  h2{
    font-size: 1.5em;
  }
  h3{
    font-size: 1.3em;
  }
  
}

.m5{
  margin: 50px auto;
}
.mb5{
  margin-bottom: 50px;
}
.mt5{
  margin-top: 50px;
}
.mt10{
  margin-top: 100px;
}
.mb10{
  margin-bottom: 100px;
}
.mt1{
  margin-top: 10px;
}
.m3{
  margin: 30px auto;
}

.txtC{
  text-align: center;
}
.txtR{
  text-align: right;
}
.txtL{
  text-align: left;
  display: inline-block;
}
.txtBold{
  font-weight: bold;
}
.txtColorMain{
  color: var(--color-main);
}
.txtColorWhite{
  color: var(--color-white);
}
.txtColorRed{
  color: var(--color-red);
}
.txtSizeS{
  font-size: .9em;
  /* line-height: 1.1; */
}
.txtSizeSS{
  font-size: .6em;
}
.txtSizeM{
  font-size: 1.2em;
}
/* 文字中央左寄せ */
.txtCleft {
	text-align: center;
	display: block;
}
.txtCleft > p, .txtCleft ol{
	text-align: left;
	display: inline-block;
}
.w100{
  width: 100%;
}

.boxBorder{
  border: 1px solid #bbb;
  padding: 1em;
}
.style1 {color: #FF00FF}
.style2 {
	color: #EB6C79;
	font-weight: bold;
}

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

　   HEADER

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

#header {
  /* background: var(--color-black); */
  background-color: var(--color-white);
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:60px;
  z-index: 9999;
}
@media print{
  #header {
    position: absolute;
  }
}
#main{
  margin-top: 60px;
}
.h_h1{
  display: none;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: var(--color-white);
}
/* ロゴ **********************/
.logo a{
  font-size: 2.5em;
  color: var(--color-logo);
  line-height: 0.5;
  letter-spacing: 0;
}
.logo a span.bs{
  font-size: .2em;
  display: block;
  line-height: 0;
  letter-spacing: 1px;
  /* display: flex; */
}
/* .logo a span.bs::after{
  content: '';
  width: 40px;
  height: .8px;
  background-color: var(--color-logo);
  margin-left: 3px;
} */
.logo a span.nm{
  font-size: .3em;
  line-height: 0;
  display: flex;
}
.logo a span.nm::before{
  content: '';
  width: 77px;
  height: .8px;
  background-color: var(--color-logo);
}
@media only screen and (max-width: 991px){
  .h_logo {
    position: absolute;
    z-index: 100;
    /* left: 40%; */
    top: 15px;
  }
  /* .logo img {
    height: 55px;
  } */
}
/* PC */
@media print, screen and ( min-width : 992px ) {
  #header {
    height: 130px;
  }
  #main{
    margin-top: 130px;
  }
  /* .logo img {
    width: 150px;
    height: auto;
  } */

  #h_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #h_top .h_right div{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: .2em 0;
  }
  .h_h1{
    display: block;
    /* color: var(--color-white); */
    font-size: .6em;
  }
  .h_tel{
    /* color: var(--color-gold); */
    color: var(--color-font);
    font-size: 1.5em;
    line-height: 1.5;
  }
  .h_tel i{
    line-height: 1.6;
  }
  .h_tel i,.h_reserv a img{
    padding-right: .2em;
  }
  .h_tel span{
    border-top: .5px solid var(--color-font);
    border-bottom: .5px solid var(--color-font);
    margin: .5em 1em;
    font-size: .6em;
    height: 1.7em;
  }
  .h_reserv{
    font-size: 1.1em;
  }
  .h_reserv i{
    font-size: 1.5em;
    vertical-align: bottom;
  }
  .h_reserv a{
    border: 1px solid var(--color-font);
    color: var(--color-font);
    padding: .2em .5em;
    margin: 0 .1em;
    position: relative;
  }
  .h_reserv a:hover{
    color:var(--color-white);
  }
  .h_reserv a::before {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0px;
    z-index: -1;
    content: '';
    background-color: var(--color-font);
    transform-origin: right top;
    transform: scale(0, 1);
    -webkit-transition:  .3s;
    transition: transform .3s;
  }
  .h_reserv a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  #gNav ul {
    /* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #gNav li a {
    /* color: var(--color-white); */
    color: var(--color-font);
    display: block;
    padding: 0 .5em;
    text-align: center;
    white-space: nowrap;
  }
  /* サブメニュー ****************************/
  #gNav li {
    position: relative;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    min-width: 150px;
    background-color: #fff;
    border: .5px solid var(--color-font);
    /* border-bottom: .5px solid var(--color-font); */
  }
  #gNav .sub-menu a {
    /* border-bottom: 1px solid var(--color-main);
    border-left: 1px solid var(--color-main);
    border-right: 1px solid var(--color-main); */

    display: block;
    padding: .2em 1em;
    /* color: var(--color-main); */
  }
  #gNav .sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted var(--color-font);
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    /* color: #bfd0ff; */
    color: var(--color-font);
  }
  #gNav li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }

  /* メニューhover  ****************************/
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover > a,#gNav .current-menu-item a,#gNav .current-menu-parent a{
    color: #fff;
    /* background-color:var(--color-main); */
    background-color: var(--color-font);

  }
  #gNav li:hover div.menu-box  {
    top: 2.3rem;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li:hover ul.sub-menu a {
    /* color:var(--color-main); */
  }
  .mActive{
    /* border-bottom: 1px solid var(--color-main); */
    border-bottom: 1px solid var(--color-font);
  }
  #gNav li:hover ul.sub-menu a:hover {
    /* color: #fff; */
    /* background-color:var(--color-main); */
    opacity: .8;
  }
}
@media only screen and ( min-width : 1100px ) {
  .h_h1{
    font-size: .7em;
  }
  #gNav li a {
    font-size: 1em;
    padding: 0 .8em;
  }
}
@media print, screen and ( min-width : 1300px ) {
  .h_h1{
    font-size: .8em;
  }
  #gNav li a {
    font-size: 1.2em;
  }
}


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

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  /* background-color: var(--color-black); */
  /* font-size: .9em; */
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  background-color: var(--color-logo);
}
.f_info{
  padding: 3em 0 1em;
}
.f_info,.f_info p ,.f_info a{
  color: var(--color-white);
  /* text-align: center; */
  text-align: right;
}
.f_info p{
  font-size: .9em;
}
.f_info i{
  /* color: #aaa; */
  font-size: 2.5em;
  margin: .5em .1em;
}


/* ロゴ **********************/
.f_logo a{
  color: var(--color-white);
  text-align: left;
}
.f_logo a span.nm::before{
  background-color: var(--color-white);
}
.copy {
  background-color: var(--color-white);
  text-align: center;
}
.copy a{
  color: var(--color-font);
}



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

　   ボトムナビゲーション

--------------------------------------------------------------------------------------------- */
.bottom_nav {
  display: none;
}
/* PC SIZE === */
@media only screen and (max-width:992px) {
  .bottom_nav {
    height: 50px;
    position: fixed;
    display: block;
    background-color: var(--color-logo);
    
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .bottom_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
   
  }
  .bottom_nav ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: var(--color-white) 1px solid;
    border-left: var(--color-white) 1px solid;
  }
  .footer .bottom_nav ul li {
    padding: 0;
  }
  .bottom_nav ul li a {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 50px;
    color: var(--color-white);
    text-decoration: none;
  }
  .bottom_nav ul li a.is-active {
    background: var(--color-white);
    color: var(--color-logo);
    border-top: var(--color-logo) 1px solid;
  }
  .bottom_nav ul li a i {
    padding: 5px;
    font-size: 20px;
  }
  .bottom_nav ul li a span {
    font-size: 12px;
    line-height: 1;
  }
  footer {
    margin-bottom: 50px;
  }
}


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

　   ページトップ

--------------------------------------------------------------------------------------------- */
.pagetop{
  display: none;
  position: fixed;
  right: 15px;
  bottom: 70px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: var(--color-white);
  line-height: 50px;
  border: var(--color-logo) 1px solid;
  color: var(--color-logo);
  border-radius: 10px;
}
.pagetop a i{
  font-size: 20px;
  line-height: 50px;
}
.pagetop:hover {
  opacity: 0.8
}
/* ---------------------------------------------------------------------------------------------

　    CSSアニメーション

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

/*左から右にフェードイン***********************/
.fadeLtoR {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 1s;
  transition: all 1s ;
  clip-path: inset(0 100% 0 0);
}
.fadeLtoR.scrollin {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  clip-path: inset(0);
}
/*真ん中から上下にフェードイン**********************/
.fadeCenter{
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 1s;
  transition: all 1s ;
  clip-path: inset(100%  0 100% 0);
}
.fadeCenter.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  clip-path: inset(0);
}
/*真ん中から両側にフェードイン**********************/
.fadeSide{
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s ;
  clip-path: inset(0 100%  0  100% );
}
.fadeSide.scrollin {
  opacity: 1;
  clip-path: inset(0);
}
/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
#main p {
  word-break: break-all;
}

section {
  text-align: center;
}

.btn {
  display: block;
  background: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  font-size: 1.2em;
  padding: .1em 1em;
  text-align: center;
  margin: 50px auto 30px ;
  position: relative;
}
.btn::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 1em;
}


.btn:hover{
  color:var(--color-main);

}
.btn::before {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background-color:var(--color-white);
  transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;

}
.btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.h1Title{
  background-color: var(--color-main);
  color: var(--color-white);
  font-size: 1.8em;
  /* font-weight: bold; */
  padding: .4em;
  text-align: center;
}
.ribbonTitle,.ribbonTitle a{
  color: var(--color-red);
  padding-top: .5em;
}
.ribbonTitle::before,.ribbonTitle::after{
  background-image: url('../img/ribbon.png');
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 50px;
  height: 18px;
  padding: 0 .1em;
  margin: 0 auto;
}
.ribbonWhiteTitle{
  color: var(--color-white);
}
.ribbonWhiteTitle::before,.ribbonWhiteTitle::after{
  background-image: url('../img/ribbon_white.png');
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 50px;
  height: 18px;
  padding: 0 .1em;
  margin: 0 auto;
}
@media only screen and ( max-width : 768px ) {
  /* #main {
    padding-top: 58px;
  } */
  .btn {
    font-size: 1em;
    width: 90%;
  }
}

@media only screen and ( max-width : 480px ) {
  .btn {
    width: 100%;
  }
  .ribbonWhiteTitle::before,.ribbonWhiteTitle::after{
    display: block;
  }
}

@media print, screen and ( min-width : 769px ) {
  /* #main {
    padding-top: 80px;
  } */
  .btn {
    width: 400px;
  }
}
/* PC */
@media print, screen and ( min-width : 992px ) {
  .ribbonTitle::before,.ribbonTitle::after,.ribbonWhiteTitle::before,.ribbonWhiteTitle::after{
    width: 120px;
    height: 30px;
    margin: 0 1em;
  }
}
/* ---------------------------------------------------------------------------------------------

　   TOPページ

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

/* スライドショー */
.bx-wrapper{
  border: none;
  margin-bottom: 20px;
}
.topImg{
  position: relative;
  /* margin-top: 60px; */
}
.topImg img{
  width: 100%;
}
.topImg1 h1.topImg1P1{
  color: var(--color-white);
  font-size: 4vw;
  font-weight: bold;
  position: absolute;
  top: 8%;
  left: 3%;
  animation: slideZoom 1s 0s forwards;
}

@keyframes slideZoom {
  0% {
    opacity: .3;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}

.topImg1 p.topImg1P2{
  color: var(--color-red);
  text-shadow:
      1px 1px 1px #ffffff,
      -1px -1px 1px #ffffff,
      -1px 1px 1px #ffffff,
      1px -1px 1px #ffffff,
      1px 0 1px #ffffff,
      -1px  0 1px #ffffff,
      0 1px 1px #ffffff,
      0 -1px 1px #ffffff;
  font-size: 3.5vw;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 3%;
}
.topImg1 p.topImg1P3{
  font-size: 3vw;
  font-weight: bold;
  position: absolute;
  bottom: 5%;
  left: 3%;
}
.topImg2 p.topImg2P1{
  font-size: 4vw;
  font-weight: bold;
  position: absolute;
  bottom: 5%;
  right: 3%;
  text-align: right;
}


/* 韓国　超小顔バンテージ施術 */
.topImgBandage p.topImgBandageP1 {
  position: absolute;
  top: 8vw;
  left: 13vw;
  animation: slideZoom 1.8s 0s forwards;
}
.topImgBandage p.topImgBandageP1 img{
  width: 25vw;
}
.topImgBandage p.topImgBandageP2 {
  color: #00609d;
  font-size: 6vw;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 35vw;
  left: 11vw;
  animation: slideZoom 1.8s 0s forwards;
}
.topImgBandage p.topImgBandageP2 span{
  background-color: #00609d;
  color: #fff;
  font-size: 2vw;
  font-weight: bold;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  text-align: center;
  display:block;
  padding: 0 .5em;
}


/* 最新情報 */
.news dl{
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
}
.news dl dt {
  flex-basis: 160px;
}
.news dl dd {
  flex-basis: 540px;
  padding-left: 1em;
  margin-bottom: 1em;
}
.newsNew{
  color: var(--color-red);
  margin-left: 1em;
}
.imgBox{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}
.imgBox div{
  flex-grow: 1;
}
.imgBox div:nth-child(n+2){
  margin-left:1em;
}
.imgBox img{
  width: 100%;
}
.imgWrapBox{
  flex-wrap: wrap;
}
/* タイトル（バラ） */
.roseTitle{
  color: var(--color-red);
  padding: 1.5em 0 1em;
  text-align: left;
}
.roseTitle::before{
  content: url('../img/top/rose.png');
  vertical-align: middle;
}
.roseTitle span{
  background-color: var(--color-red);
  color: var(--color-white);
  font-size: .9em;
  padding: 0 .5em;
  display: inline-block;
}
.topMenuList{
  margin: 0 0 1em 0;
}
.topMenuList li{
  display: inline-block;
}
.topMenuList li:nth-child(n+2)::before{
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: .5em;
}

.imgWrapBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.imgWrapBox div{
  flex-grow: 1;
}
.imgWrapBox img{
  width: 100%;
  padding:1em;
}

/* PC */
@media print, screen and ( min-width : 992px ) {
  /* スライドショー */
  .topImg1 h1.topImg1P1{
    font-size: 3vw;
    top: 10%;
    left:12%;
  }
  .topImg1 p.topImg1P2{
    font-size: 2vw;
    left:12%;
  }
  .topImg1 p.topImg1P3{
    font-size: 1.5vw;
    bottom: 10%;
    left:12%;
  }
  .topImg2 p.topImg2P1{
    font-size: 3vw;
    top: 15%;
    text-align: left;
  }
  /* 韓国　超小顔バンテージ施術 */
  .topImgBandage p.topImgBandageP1 img{
    width: 15vw;
  }
  .topImgBandage p.topImgBandageP2{
    font-size: 5vw;
    top: 13vw;
    left: 30vw;
  }
  .topImgBandage p.topImgBandageP2 span{
    font-size: 1.7vw;
  }
}

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

　   最新情報

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

/* 最新情報 */
.newsDetail dl{
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.newsDetail dl dd {
  flex-basis: 100%;
  padding-left: 1em;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid var(--color-grey);
}
.newsDetail dl dd h2{
  color: var(--color-main);
  text-align: left;
  padding-top: 0;
}
.newsDetail dl dd h3{
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em ;
  text-align: left;
}
.h3_box{
  border: 1px solid var(--color-main);
  padding: 1em ;
  margin-top: 1em;
}
.m-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.m-flex article,.m-flex div{
  flex: 1 1 150px;
  margin: .5em ;
}
.m-flex__item {
  text-align: center;
}
.m-flex__contents {
  margin: 0;
}
video {
  width: 300px;
  height: 305px;
  max-width: 100%;
  max-height: 100%;
}
.l-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.l-flex div{
  flex: 1 1 450px;
  margin: .5em ;
  text-align: center;
}
/* ---------------------------------------------------------------------------------------------

　   初めての方へ

--------------------------------------------------------------------------------------------- */
.begginerBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 50px;
  align-items: flex-start;
}
.begginerBox div.msgL{
  flex-grow: 1;
  flex-basis: 400px;
}
.begginerBox div.imgR{
  flex-grow: 0;
  flex-basis: 300px;
  padding: 1em;
}
.beginerBg{
  background-color: var(--color-grey);
  padding: 3em 1em;
}

.bCenterWarapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.bCenterWarapper .bBox{
  border: 1px solid var(--color-grey);
  display: flex;
  flex-direction: column;
  margin:1em 0;
  padding:1em;
  height:auto;
  width: 100%;
}
.bCenterWarapper .bBox:before{
	border-bottom:30px solid transparent;
	border-left:30px solid var(--color-grey);;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.bCenterWarapper .bBox:after{
	border-left:30px solid transparent;
	border-bottom:30px solid var(--color-grey);;
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.bBox .bPR{
  background-color: var(--color-grey);
  text-align: center;
  width: 200px;
}
.bBox h2{
  height: 100px;
}
.bBox h2 span{
  font-size: .6em;
  display: block;
  text-align: center;
}
.bBox h2 span::before,.bBox h2 span::after{
  content: '-';
  padding: 0 1em;
}

.bBox .bContent{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;

}
.bBox .bContent .bTxt{
  flex-grow: 1;
}
.bBox .bContent .bMenu{
  display:flex;
	position:relative;
	border-top: thick double var(--color-grey);
  border-bottom: thick double var(--color-grey);
  margin: 2em auto;
	padding:2em 1em 1em 2em; 
  width: 100%;
}
.bBox .bContent .bMenu .menuTitle {
  background-color:var(--color-white);
  border: 2px solid var(--color-grey);
	position:absolute;
	padding: 7px 10px;
	line-height: 1;
	top: -15px;
	left: 10px;
}
.bBox .bContent .bMenu ul {
  display: flex;
  flex-wrap: wrap;
}
.bBox .bContent .bMenu ul li{
  flex-grow: 1;
  font-size: .9em;
  list-style-type: circle;
  margin: .1em 1em;
}
@media print, screen and ( min-width : 769px ) {
  .bCenterWarapper .bBox{
    margin:1em;
    padding:2em;
    width: 600px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   ビフォー・アフター

--------------------------------------------------------------------------------------------- */
.befor_afterBox{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  justify-content:space-between;
}
.befor_afterBox > div.befor_after{
  background-color: var(--color-white);
  border: 1px solid #eee;
  box-shadow: .5em .5em 5px 0 #eee;
  flex-grow: 1;
  flex-basis: 350px;
  margin: 1em 0;
}
.befor_afterBox > div.befor_after_no_border{
  border: none;
  box-shadow: none;
}
.befor_after div{
  background-color: var(--color-white);
  padding: .5em;
}
.befor_after h2{
  background-color: var(--color-main);
  background: linear-gradient(90deg, rgba(158,193,205,1) 80%, rgba(255,255,255,1) 100%);
  color: var(--color-white);
  font-size: 1.1em;
  font-weight: bold;
  padding: .5em 2em .5em 1em;
  position: relative;
  text-align: left;
}
.befor_after h3{
  border: 1px solid var(--color-main);
  font-size: 1.1em;
  padding: .3em;
  margin: .5em;
}
.befor_after h3::after{
  content: '\f101';
  color: var(--color-main);
  font-family: "FontAwesome";
}
.befor_after h3 a {
  color: var(--color-main);
  position: relative;
  padding: 0 .5em;
  background: var(--color-white);
}
@media only screen and ( min-width : 500px ) {
  .befor_afterBox > div.befor_after{
    margin: 1em 1em;
  }
}
/* ---------------------------------------------------------------------------------------------

　   コース・料金

--------------------------------------------------------------------------------------------- */
/* コース　金色 */
.goldBox{
  background-color: #f3e6bc;
  border: 1px solid #aaaaaa;
  padding: 1em 0;
  position: relative;
}
.goldBox h2{
  text-align: left;
  padding: 0 .5em;
  display: inline-block;
}
.goldBox h2 span.subTitle{
  display: block;
  font-size: .7em;
}
.goldBox span.goldPlan{
  color:var(--color-black);
  font-style: italic;
  font-size: 1.5em;
  padding-left: .5em;
  display: inline-block;
  vertical-align: top;
}
.goldBox span.goldPlan::before{
  content: 'plan';
  font-size: .5em;
  display: block;
  line-height:0;
}

.goldBox div{
  background-color: var(--color-white);
  background: linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(243,230,188,1) 100%);
  padding: 0 60px 0 0.5em;
}
.goldBox div::after{
  background-image: url('../img/course/gold_flower.png');
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 60px;
}
/* コース　銀色 */
.silverBox{
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
  padding: 1em 0;
  position: relative;
}
.silverBox h2{
  text-align: left;
  padding: 0 .5em;
}
.silverBox div{
  background-color: var(--color-white);
  background: linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(238,238,238,1) 100%);
  padding: 0 60px 0 0.5em;
}
.silverBox div::after{
  background-image: url('../img/course/sliver_flower.png');
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 60px;
}

/* コース　ピンク色 menuListを入れる場合*/
.pinkBox{
  background-color: #fadade;
  background: linear-gradient(90deg, rgba(253,237,239,1) 0%, rgba(250,218,222,1) 100%);
  border: 1px solid #aaaaaa;
  padding: 1em 0;
  position: relative;
}

.pinkBox h2{
  text-align: left;
  padding: 0 .5em;
  display: inline-block;  
}
.pinkBox span{
  color: #eb6c7a;
  font-style: italic;
  font-size: 1.5em;
  padding-left: .5em;
  display: inline-block;
  vertical-align: top;

}
.pinkBox span::before{
  content: 'course';
  font-size: .5em;
  display: block;
  line-height:0;
}
.pinkBox div{
  background-color: var(--color-white);
  background: linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(250,218,222,1) 100%);
  padding: 0 60px 0 0.5em;
}
.pinkBox div::after{
  background-image: url('../img/course/option_flower.png');
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 60px;
}

.menuList li{
  display: inline-block;
  white-space: nowrap;
}
.menuList li:nth-child(n+2)::before{
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: .5em;
}

/* オプション */
.optionBox{
  background-color: #fadade;
  background: linear-gradient(90deg, rgba(253,237,239,1) 0%, rgba(250,218,222,1) 100%);
  border: 1px solid #aaaaaa;
  padding: 0 60px 0 .5em;
  position: relative;
}
.optionBox h2{
  text-align: left;
  padding: 1em 0;
  font-size: 1.3em;
}
.optionBox::after{
  background-image: url('../img/course/option_flower.png');
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
}

/* タイトル */
.borderGoldTitle,.borderPinkTitle{
  position: relative;
  margin-bottom: 1em;
  text-align: center;
}
.borderGoldTitle:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #f3e6bc;
}
.borderPinkTitle::before{
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background:#fadade;
}
.borderGoldTitle span, .borderPinkTitle span {
  position: relative;
  background: #fff;
  display: inline-block;
  padding: 0 1em;
  max-width: 80%;
}

/* ボタン */
.pinkBtn{
  position: relative;
  border: 1px solid #fadade;
  background-color: #fadade;
  display: inline-block;
  margin: .5em;
  padding: .5em 1em;
  width: 370px;
  max-width: 90%;
}
.goldBtn{
  position: relative;
  border: 1px solid #f3e6bc;
  background-color: #f3e6bc;
  display: inline-block;
  padding: .5em 1em;
  margin: .5em;
  width: 370px;
  max-width: 90%;
}
.pinkBtn::after,.goldBtn::after{
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  right: 1em;
}

.courseTxt{
  color: var(--color-white);
  /* font-size: .8em; */
  background-color: #fadade;
  font-weight: bold;
  padding: 0 1em;
}

.greenBg{
  background-color: #9ec1cd;
  color: var(--color-white);
}
@media print, screen and ( min-width : 992px ) {
  .goldBox h2,.silverBox h2,.pinkBox h2{
    padding: 0 1em;
  }
  .pinkBox span,.goldBox span.goldPlan{
    padding-left: .5em;
  }
  .goldBox div,.silverBox div,.optionBox,.pinkBox div{
    padding: 0 110px 0 2em;
  }
  .goldBox div::after,.silverBox div::after,.optionBox::after,.pinkBox div::after{
    width: 110px;
    height: 110px;
  }
  .optionBox h2{
    font-size: 1.4em;
  }
}
/* ---------------------------------------------------------------------------------------------

　   お客様の声

--------------------------------------------------------------------------------------------- */
.voiceBox{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  justify-content:space-between;
}
.voiceBox > div.voiceMsg{
  box-shadow: .5em .5em 5px 0 #eee;
  flex-grow: 1;
  flex-basis: 400px;
  margin: 1em 0;
}
.voiceMsg{
  background-color: var(--color-white);
  border: 1px solid #eee;
  padding: 3em 0 0;
}
.voiceMsg div{
  padding: 2em;
}
.voiceMsg h2{
  background-color: var(--color-main);
  background: linear-gradient(90deg, rgba(158,193,205,1) 80%, rgba(255,255,255,1) 100%);
  color: var(--color-white);
  font-size: 1.2em;
  font-weight: bold;
  padding: .5em 2em .5em 1em;
  position: relative;
  text-align: left;
}
.voiceMsg h2::before {
  content: 'Voice'attr(data-en);
  color: var(--color-black);
  font-size: 2.5em;
  font-style: italic;
  position: absolute;
  transform: rotate(-2deg);
  top: -1em;
  right: 10px;
  opacity: .2;
}
.voiceMsg hr{
  border: none;
  border-bottom: 1px solid #eee;
  margin: 2em 1em;
}
.voiceMsg h3{
  font-size: 1em;
  text-align: right;
  margin-top: 2em;
}
@media print, screen and ( min-width : 768px ) {
  .voiceBox > div.voiceMsg{
    margin: 1em 2em;
  }
}
/* ---------------------------------------------------------------------------------------------

　   アクセス

--------------------------------------------------------------------------------------------- */
.accessBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.accessBox div{
  flex-grow: 1;
  flex-basis: 500px;
}
.accessTbl th{
  color: var(--color-main);
  font-weight: bold;
  padding: 0 1em 0 0;
  width: 100px;
}
.accessTbl td{
  padding: 0 1em 1em 1em;
}
.accessImgBox{
  display: flex;
  margin-top: 50px;
  margin-bottom: 100px;
  justify-content: space-between;
}
.accessImgBox div{
  flex-grow: 1;
}
.accessImgBox div {
  padding-right:1em;
  padding-bottom: 1em;
}
.accessImgBox img{
  width: 100%;
  box-shadow: .5em .5em 5px 0 #aaa;
}
@media only screen and ( max-width : 768px ) {
  .accessTbl th,.accessTbl td{
    display: block;
  }
}

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

　   予約・お問合わせ

--------------------------------------------------------------------------------------------- */
.telP{
  font-size: 1.7em;
}
a.lineBtn{
  background-color: #06c755;
  border-radius: 3px;
  color: var(--color-white);
  display: block;
  font-size: 1.3em;
  width: 300px;
  max-width: 80%;
  padding: .2em;
  text-align: center;
}
/* 予約・お問合わせ 表示/非表示 */
.radio_reserve,.radio_contact{
  display:none;
}
input[type="radio"]:checked#radio_reserve~table tr.radio_reserve {
  display:table-row;
}
input[type="radio"]:checked#radio_contact~table tr.radio_contact {
  display:table-row;
}
.contactTbl{
  width: 100%;
}
.contactTbl th{
  color: var(--color-main);
  font-weight: bold;
  padding: 0 1em 0 0;
  width: 200px;
  vertical-align: top;
  display: table-cell;
}
.contactTbl td{
  padding: 0 1em 1em 1em;
  text-align: left;
  display: table-cell;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="date"], textarea ,select{
  padding: 0.5em;
  border: 1px solid #bbb;
  width: 100%;
  font-size: 1em;
  display: inline-block;
}
.reqSpan{
  color: var(--color-red);
  font-weight: bold;
}
.error{
  color: var(--color-red);
}
.btnBox{
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 100px;
  justify-content:center;
}
.formBtn{
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  display: block;
  font-size: 1.2em;
  text-align: center;
  padding: .2em;
  margin: 1em auto;
  width: 300px;
  max-width: 70%;
}
.formBtn:hover{
  background-color: var(--color-white);
  color: var(--color-main);
}
.backBtn{
  background-color: var(--color-white);
  border: 1px solid var(--color-main);
  color: var(--color-main);
  display: block;
  font-size: 1.2em;
  text-align: center;
  padding: .2em;
  margin: 1em auto;
  width: 300px;
  max-width: 70%;
}
.backBtn:hover{
  background-color: var(--color-main);
  color: var(--color-white);
}
@media only screen and ( max-width : 768px ) {
  .contactTbl th,.contactTbl td{
    display: block;
  }
}


.body.fixed{ position: fixed; width: 100%; }
.bx-wrapper img{ display:block; }
.bx-viewport{ overflow:hidden; }
.topImg li{ position:relative; }

@media print, screen and ( min-width : 992px ) {
#gNav .nav{ display:flex !important; }   /* 元のナビを強制表示 */
.mean-nav{ display:none !important; }    /* SP用クローンnavは隠す */
 }


/* ==== NEWS：リンク視覚化（レイアウト不変・矢印なし・行全体クリック） ==== */

/* 行全体をクリック可能に（aをブロック化・幅100%） */
.news dl dd > a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;                 /* 既存の文字色を維持 */
  outline: 0;
  /* 余白は既存レイアウトに依存させるため付与しない */
}

/* ホバー/フォーカス時の視覚効果（背景色のみ・位置/幅は変えない） */
.news dl dd > a:hover,
.news dl dd > a:focus-visible {
  background-color: rgba(0,0,0,.04);  /* かなり薄い */
  text-decoration: underline;         /* テキストもリンクらしく */
}

/* キーボード操作の可視フォーカス（既存配置に影響しないアウトライン） */
.news dl dd > a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 2px; /* 角丸は極小。行高や折返しに影響しない */
}

/* “New” バッジの色味だけ少し強調（サイズや行高は変更しない） */
.news .newsNew {
  display: inline-block;
  margin-left: .5em;
  padding: .08em .45em;
  font-size: .75em;
  line-height: 1.2;
  border-radius: 999px;
  background: #ffeeda;
  color: #b85a00;
  font-weight: 700;
  vertical-align: middle;
}

/* 低モーション設定の配慮（不要なアニメ無効化） */
@media (prefers-reduced-motion: reduce) {
  .news dl dd > a { transition: none; }
}
