@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/************************************
**reset.css
************************************/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    margin: 0
}

html,
body {
    height: 100%
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%
}

input,
button,
textarea,
select {
    font: inherit
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word
}

#root,
#__next {
    isolation: isolate
}

/************************************
** 全体ページ
************************************/
body{
	width:100%;
}

#container{
	margin:0px;
	width:100%;
}

/* フォント*/
body{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.article h2 {
  margin: 0;
  font-size: 24px;
  padding: 25px;
  background-color:rgba(96, 67, 67, 0);
  /*background-color: #f5f6f7;*/
  border-radius: 2px;
}
.article h3 {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-size: 22px;
  padding: 12px 20px;
}

#header-container{
	display:none;
}

/* 不要な余白の削除 */
.main{
	margin: 0;
	padding: 0;
	border:0;
}

section#top_kv,
section#pc_header,
section#top-concept-content,
section#top-reason-content,
section#top-plan-content,
section#top-service-content,
section#top-access-content,
section#top-gallery-content {
  margin-bottom: 0;
}

/************************************
** ヘッダー
************************************/
#top-kv{
    margin:0px;
}
#top-kv-pc{
    width:100vw;
}


#pc-header{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    width:100%;
    margin:0px;
	margin-top:-100px;
    height:120px;
    background-color:#363636;
    color:#ffffff;
	z-index:100;
    position: sticky;
    top:0px;
}

#pc-header-block{
    max-width: 1280px;
    display:flex;
    margin:auto;
}

#header-left{
    width:30%;
    height:140px;
    margin:auto 0px;
}

#pc-header-logo{
    height:50px;
    width:250px;
    margin: 30px 20px;
}

#header-right{
    width:70%;
}

#header-right #contact-bottun{
    width: 283px;
    margin-top: 20px;
    margin-bottom:15px;
    margin-right: 4%;
    margin-left: auto;
    background-color: #ffffff;
    text-align: center;
    border-radius: 20px;
    font-weight: bold;
}

#header-right #contact-bottun:hover{
    opacity: 0.6;
    transition: all .3s;
}

#header-right a{
    color: #2b2b2b;
    text-decoration: none;
    width: 100%;
    display: block;
}

#header-right #contact-bottun a {
    font-size:20px;
}

.item-link-none{
    pointer-events: none;
    opacity: 0.4;

}

#pc-header-menu{    
    display:flex;
    position:relative;
    justify-content: end;
    margin-bottom:0px;
	
	padding:0;
	padding-left:40px;
}

#pc-header-menu li {
    padding: 0px 3%;
    list-style: none;
    background-color: #363636;
    font-size: 18px;
    width: auto;
    word-break:keep-all;
    
}

#pc-header-menu a:hover {
    opacity: 0.6;
    transition: all .3s;
}


#pc-header-menu a{
    color:#ffffff;
    text-decoration: none;
}

#pc-header-menu #contact{    
    position:absolute;
    top:10px;
}


#content{
    margin:0px;
}

.content-in{
    margin:0px;
}

.content-in{
    width:100%;
}

#main{
    width:100%;
    margin:0px;
    padding:0px;
}

.entry-content{
    margin:0px;
}

#footer{
    display:none;
}


/************************************
** フッター
************************************/

.footer.footer.footer-container.nwa {
	margin:0px;
	padding:0px;
	border:#333333;
}

/*フッター調整 start*/
#pc_text-3{
	padding-top: 10px;
	margin-bottom: 0px;
}
#pc_text-5 {
	padding-top: 65px;
}
#pc_text-4 .instagram{
	width: 27px;
	height: 27px;
}
#pc_text-4 li{
	padding-top: 10px;
}

.footer-widgets {
  margin: 0px auto;
}

/*フッター調整 end*/
/************************************
** TOP
************************************/
#top_kv_pc {
  display: block;
  width:100vw;
}

#top_kv_pc_no_header {
  display: none;
  width:100vw;
}

#top_kv_sp {
  display: none;
  width: 100vw;
}

.top-title h2 {
  font-size: 36px;
  padding: 0;
  margin-bottom: 76px;
  line-height: 1.5em;
}

.top-titleSub p {
  font-size: 24px;
}

#top-br-pc {
  display: block;

}

#top-br-sp {
  display: none;
}

.top-choice-3reason h2,
.top-Popularplan h2,
.access h2,
.top-gallary h2 {
  font-size: 28px;
  padding: 0px 25px 28px 8%;
}

.access h2,
.top-gallary h2 {
      color: #363636;
    font-size: 60px;
}

.top-Popularplan h2 {
  padding-top: 110px;
}

.top-galleryText p {
  color: #363636;
  font-size: 20px;
}

.top-choice-3reason h2 span,
.top-title h2 span,
.top-titleSub p span {
  display: inline-block;
}

span#top-pink-text {
  color: #EB579C;
}

.top-black-background {
  background: #000000;
  margin: 0;
}

.top-GrayBackGround {
  background: #EDEDED;
  margin: 0;
}

.top-popular-plan-list {
    padding-bottom: 130px;
}

#top-br-sp-plan {
  display: none;
}

/* TOPタイトルブロック */
.top-backImage {
  text-align: center;
  margin: 0;
  padding-top: 98px;
  padding-bottom: 270px;
  width: 100%;
  background-image: url(https://www.learose.jp/wp-content/uploads/2023/02/02_background.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.top-title {
  text-align: center;
  color: #ffffff;
  background: rgba(0,0,0,0);
  margin: 0;
  padding: 0;
}

.top-titleSub {
  text-align: center;
  color: #ffffff;
  background: rgba(0,0,0,0);
  margin-bottom: 76px;
  padding: 0;
  line-height: 2;
}

.top-title-button {
  text-align: center;
  color: #ffffff;
  background: rgba(0,0,0,0);
  margin: 0;
  padding: 0;
  line-height: 2;
}

.top-title-button p{
  font-size: 20px;
}

@media screen and (max-width: 720px) {
  .top-backImage {
    padding-top: 100px;
  }
  .top-title-button p{
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
  }
  .top-popular-plan-list {
    padding-bottom: 72px;
  }
  .top-GrayBackGround{
    padding-bottom: 36px;
  }
}

.topbtn--gold,
a.topbtn--orange {
  font-size: 22px;
  color: #ffffff;
  background-color: #6E5F2C;
  width: 40%;
}
a.topbtn--radius {
  border-radius: 100vh;
}
@media screen and (max-width: 720px) {
  .topbtn--gold,
  a.topbtn--orange {
    color: #ffffff;
    background-color: #6E5F2C;
    width: 40%;
  }
  a.topbtn--radius {
    font-size: 12px;
  }
}



/* 選ばれる3つの理由 */
.top-choice-3reason-image {
  width: 70%;
  margin: auto;
}

.top-choice-3reason-image h3 {
  margin-top: 12px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5em;
}

.top-choice-3reason {
  width: 600px;
  color: #FFFFFF;
  background: #000000;
  margin: 0;
  padding: 0;
  line-height: 1;
  border-bottom: solid #FFFFFF 1px;
}

.top-choice-3reason-box {
  text-align: center;
  margin: 0 auto;
  width: 70%;
  position: relative;
}

.top-reason-number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  color: #FFFFFF;
  padding: 0; 
  height: 0%;
  z-index: 10;
}

.top-reason-number p {
  padding: 0;
  font-size: 48px;
}

/* 人気プラン */
.top-planTextSP h3, 
.top-planText h3{
  color: #363636;
  font-size: 28px;
  margin-bottom: 0;
}

.top-Popularplan,
.top-PopulanService {
  width: 640px;
  color: #363636;
  background: #EDEDED;
  margin: 0;
  padding: 0;
  line-height: 1;
  border-bottom: solid #363636 1px;
}

.top-flexPopularPlan {
  display: flex;
  justify-content:space-between;
  /*flex-basis: auto;*/
}

.top-flexPopularService {
	display: flex;
	justify-content:flex-end;
}

#top-flexPopularPlanSP {
  display: flex;
  align-items: center;
}

#top-flexPopularServiceSP {
	display: block;
}

.top-planBodyImageSP img,
.top-serviceImageSP img {
  width: 100%;
}

.top-planPC {
  display: block;
  padding: 1px 0 0 0;
  max-width: 980px;
  margin: 0 auto;
  width: 90%;
}

.top-planSP,
.top-serviceSP {
  display: none;
  width: 90%;
  margin: auto;
}

.plan {
  padding: 5% auto;
  margin: 0;
}

.top-planEach,
.top-serviceEach {
  text-align: center;
  height: auto;
  padding: 0;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  box-shadow: 3px 5px 7px #D8D8D8;
}

.top-planText,
.top-serviceText {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-planText h3{
  padding: 0;
  margin: 0 0 10px 0;
  text-align: left;
}
.top-serviceText h3 {
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}
#top-service-content .top-service-text {
	font-size: 40px;
}
#top-service-content .top-service-subText {
	font-size: 24px;
}

.top-planText a.btn--gold, a.btn--orange{
  font-size: 20px;
  width: 95%;
  margin: 10px 0 0 0;
}

.top-serviceText a.btn--gold, a.btn--orange{
	font-size: 20px;
	width: 80%;
	margin: 10px auto;
}

.top-planBodyImage,
.top-serviceImage {
  width: 40%;
  height: auto;
  text-align: right
}

.btn--gold,
a.btn--orange {
  font-size: 22px;
  color: #fff;
  background-color: #BEA55A;
  width:100%;
}

/* TOP 私たちの目指すサービス テセ追加*/
.top-servicePC {
	display: block;
	padding: 1px 0 0 0;
	max-width: 1080px;
	margin: 0 auto;
	width: 90%;
}
/**/
@media screen and (max-width: 720px) {
	.btn--gold,
	.btn--service-gold,
  a.btn--orange {
    color: #fff;
    background-color: #BEA55A;
    width:100%;
  }
  .btn--service-gold:hover{
	color: #fff;
	background: #BEA55A;
  }
}

.btn--gold:hover,
a.btn--orange:hover {
  color: #fff;
  background: #BEA55A;
  width:100%;
}

a.btn--radius {
  border-radius: 100vh;
}

.top-planNumber {
  width: 12%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-planNumber p {
  color: #BEA55B;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: bold;
}

.top-planNumberSP p {
  color: #BEA55B;
  margin: 0 25px;
  font-size: 32px;
  font-weight: bold;
}

/* Access */
.access {
  width: 600px;
  background: #FFFFFF;
  margin: 110px 0 60px 0;
  padding: 0;
  line-height: 1%;
  border-bottom: solid #363636 1px;
}

.top-flexAccess {
  max-width: 980px;
  margin: 0 auto;
  width: 90%;
  justify-content: space-between;
  display: flex;
}

address p.top-telnumber {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}

address p.top-address {
  padding-bottom: 10px;
}

.top-accessText p.top-minutes-on-foot {
  font-size: 16px;
  margin-top: 28px;
  margin-bottom: 14px;
}

@media screen and (max-width: 720px) {
  .top-accessText p.top-minutes-on-foot {
    font-size: 12px;
    margin-top: 10px;
  }
  address p.top-telnumber {
    padding-top: 24px;
    padding-bottom: 14px;
  }
  address p.top-address {
    padding-bottom: 0px;
  }
}
.top-accessImage {
  width: 50%;
}

.top-accessText {
  color: #363636;
  padding-left: 0px;
}

.top-accessText address {
  border-bottom: solid #000000 1px;
  font-style: normal;
}

.top-Map {
  text-align: center;
}

/* Gallary */
.top-gallary {
  width: 600px;
  background: #FFFFFF;
  margin: 80px 0 60px 0;
  padding: 0;
  line-height: 1%;
  border-bottom: solid #000000 1px;
}

#top-galleryTopImageSize {
  width: 100%;
}

.top-galleryExp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding: 0 20px;
}

.top-galleryText {
  width: 95%;
  margin: 0 auto;
}

#top-flexGalleryPictures {
  text-align: center;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.top-galleryPictures {
  width: 30%;
  margin: 0 auto;
}

.top-flexGalleryPicturesSP {
  display: none;
}

.top-galleryTopImage {
  margin: 0 auto;
  width: 250%;
}

.top-flexGallery {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 130px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

span#pinkText {
  font-size: 60px;
  color:#EB579C;
}

.top-flex-choice-3reason {
  display: flex;
  justify-content:space-around;
  color: #FFFFFF;
  background-color: #000000;
  padding-top: 96px;
  padding-bottom: 96px;
  max-width: 980px;
  margin: 0 auto;
  width: 90%;
}

#top-gallery-picture1,
#top-gallery-picture2,
#top-gallery-picture3,
#top-gallery-picture1-sp,
#top-gallery-picture2-sp,
#top-gallery-picture3-sp {
  opacity: 1.0;
  transition: all .3s;
}

#top-gallery-picture1:hover,
#top-gallery-picture2:hover,
#top-gallery-picture3:hover,
#top-gallery-picture1-sp:hover,
#top-gallery-picture2-sp:hover,
#top-gallery-picture3-sp:hover {
  opacity: 0.5!important;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .top-planNumber p {
    font-size: 48px;
  }

  .top-reason-number p {
    font-size: 40px;
  }
}

@media screen and (max-width: 900px) {
  #top_kv_pc {
    display: none;
  }

  #top_kv_pc_no_header {
    display: block;
    margin-top: 64px;
  }
}

@media screen and (max-width: 830px) {
  .top-planText h3 {
    font-size: 12px;
    margin: 0 0 4px 0;
  }

  .top-planText a.btn--gold, a.btn--orange{
    font-size: 12px;
    margin: 4px 0 0 0;
  }
}

@media screen and (max-width: 720px) {
  #top_kv_pc_no_header {
    display: none;
  }
  
  #top_kv_sp {
    display: block;
  }
  
  .top-title h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .top-titleSub p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  
  #top-br-pc {
    display: none;
  }
  
  #top-br-sp {
    display: block;
  }
  
  .top-choice-3reason {
    width: 90%;
  }
  
  .top-Popularplan {
    width: 90%;
  }
  
  .access {
    width: 90%;
    margin: 42px 0 24px 0;
  }
  
  .top-gallary {
    width: 90%;
    margin: 64px 0 24px 0;
  }
  
  .top-choice-3reason h2,
  .top-Popularplan h2,
  .access h2,
  .top-gallary h2 {
    font-size: 20px;
    padding: 0px 25px 12px 5%;
  }

  .access h2,
  .top-gallary h2 {
    font-size: 32px;
  }

  .top-Popularplan h2 {
    padding-top: 50px;
  }
  
  span#pinkText {
    font-size: 32px;
    color: #EB579C;
  }
  
  .top-reason-number p {
    font-size: 48px;
  }
    
  .top-planTextSP h3 {
    font-size: 18px;
  }
  #top-flexPopularServiceSP .top-service-textSP {
    font-size: 16px;
    margin: 0;
    padding-bottom: 0;
  }
  #top-flexPopularServiceSP .top-service-subTextSP {
    font-size: 11px;
	margin-bottom: 0px;
  }
  
  .top-accessText {
    width: 100%;
    margin: 0;
    padding-left: 70px;
  }
  
  .top-accessText p {
    font-size: 12px;
  }
  
  .top-accessText address {
    border-bottom: none;
  }  
  .top-galleryText {
    margin: 0;
  }

  .top-galleryText p {
    font-size: 12px;
  }
  
  .top-galleryPictures {
    display: none;
  }
  
  .top-flexGalleryPicturesSP {
    text-align: center;
    width: 100%;
    justify-content: space-between;
    display: flex;
    order: 2;
  }
  
  .top-galleryPicturesSP {
    width: 30%;
    margin: 0;
  }
  
  .top-galleryTopImage {
    margin: 28px auto 12px auto;
    width: 100%;
    order: 1;
  }
  
  .top-flexAccess {
    display: block;
    width: 100%;
  }

  .top-flexGallery {
    flex-direction: column;
  }
  
  .top-planPC,
  .top-servicePC {
    display: none;
  }  
  .top-planSP,
  .top-serviceSP {
    display: block;
    margin-bottom: 64px;
  }
  
  .top-planEach {
    margin: 0% auto;
  }
  .top-serviceEach {
    margin: 10% auto;
	padding-bottom: 15px;
  }
  
  .top-planText,
  .top-serviceText {
    flex: none;
  }
  
  .top-planBodyImage,
  .top-serviceImage {
    flex: none;
  }
  
  .top-flexPopularPlan,
  .top-flexPopularService {
    display: flex;
  }
  
  a.btn--radius {
    border-radius: 0;
  }
  
  a.btn--radiusSP {
    font-size: 12px;
    border-radius: 0;
  }
  a.btn--service-radiusSP {
    font-size: 12px;
    border-radius: 50px;
	width: 50%;
  }
  
  .top-flex-choice-3reason {
    display: block;
  }
  
  .top-choice-3reason-box {
    margin: 20px auto;
    width: 80%;
  }
  
  .topbtn--gold,
  a.topbtn--orange {
    width: 100%;
  }
  
  .top-galleryExp {
    padding: 0;
  }
  .top-Map {
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 630px) {
  .top-accessText {
    padding-left: 30px;
  }
}

@media screen and (max-width: 460px) {
  .top-choice-3reason-image h3 {
    font-size: 16px;
  }

  .top-planTextSP h3 {
    font-size: 12px;
    text-align: right;
  }
}

@media screen and (max-width: 430px) {
  .top-title h2 {
    font-size: 18px;
  }

  .top-reason-number p {
    font-size: 40px;
  }

  span#pinkText {
    font-size: 26px;
  }
  
  .access h2,
  .top-gallary h2 {
    font-size: 26px;
  }

  #top-br-sp-plan {
    display: block;
  }
}

/************************************
**私たちについて
************************************/
/*** フォント ***/
.about-kv-title h2{
  font-size: 48px;
}
#about-kv{
  position: relative;
  margin-bottom:0;
}
.about-kv-title{
  position: absolute; 
  bottom: 80px; 
  left: 100px; 
}
.about-kv-title h2{
  background: transparent;
  color:#FFF;
}
.about-kv-title h2::first-letter{
  color:#EB579C;
}
/* 本文のフォント設定 */
.about-common p{
  font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP", sans-serif;
}

/*** common ***/
.about-common{
  color: #707070;
  background-color: #F5F5F5;
  font-size:18px;
}
/* デフォルトフォントサイズ */
.about-common h3{
  font-size: 40px;
}
/* 空白リセット*/
.about-common,
.about-common h2,
.about-common h3,
.about-common h4,
.about-common p{
  padding: 0;
  margin: 0;
}
.about-common h4{
  border: none;
}
.about-staff,
.about-service,
.about-title{
  padding-right: 5%;
  padding-left: 5%;
}
/* kv以外の横幅設定 */
.about-about-area,
.about-merit-area{
  max-width: 980px;
  margin: auto;
}
/* PCのみ改行、SP版は改行しない */
.about-common .abot-pcbr{
  display: block;
}
/* PCは改行なし、SP版のみ改行 */
.about-common .abot-spbr{
  display: none;
}

/*** kv ***/
/* kv上の文字用 */
#about-kv{
  position: relative;
}
.about-kv-title{
  position: absolute; 
  bottom: 80px; 
  left: 100px; 
  margin: 0;
}
.about-kv-title h2{
  background: transparent;
  color:#FFF;
  font-size: 48px;
}
.about-kv-title h2::first-letter,
.about-pink-font{
  color:#EB579C;
}
.about-width{
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width:720px){
  #about-kv{
    margin-top: 65px;
  }
  .about-kv-title{
    bottom: 30px; 
    left: 60px; 
  }
  .about-kv-title h2{
    font-size: 28px;
  }
  .about-kv-title{
    bottom: 48px; 
    left: 28px; 
  }
}

/*** 私たちについて ***/
.about-title-area{
  background-color: #000000;
  color: #ffffff;
  padding-bottom: 108px;
  background-image: url(/wp-content/uploads/background_rose2.png),
  url(/wp-content/uploads/background_rose1.png) ;
  background-repeat: no-repeat, no-repeat;
  background-position: left 5% bottom 15%, right 5% top 0%;
  background-size: 40% auto, 70% auto;
}
.about-title,
.about-sub-title,
.about-title-explain{
  font-weight: lighter;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.about-title,
.about-sub-title{
  margin-bottom: 46px;
}
.about-title{
  padding-top: 160px;
  font-size: 36px;
}
.about-sub-title{
  font-size: 24px;
}
.about-title-explain{
  margin-bottom: 68px;
}
.about-shop-picture{
  width: 400px;
  height: 266px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 84px;
}
@media screen and (max-width:720px){
  .about-title{
    padding-top: 116px;
    font-size: 20px;
  }
  .about-sub-title {
    font-size: 12px;
  }
  .about-title, .about-sub-title {
    margin-bottom: 18px;
  }
  .about-shop-picture {
    width: 334px;
    height: 222px;
    margin-bottom: 34px;
  }
  .about-title-explain {
    font-size: 12px;
    margin-bottom: 18px;
    text-align: left;
  }
  .about-title-area {
    padding-bottom: 104px;
  }
  .about-title-area {
    background-position: left 0% bottom 5%, right 5% top 0%;
    background-size: 80% auto, 70% auto;
  }
}

/*** スタッフ紹介 ***/
.about-staff-area{
  padding-top: 75px;
  padding-bottom: 56px;
}
.about-service-area{
	padding-top: 125px;
	padding-bottom: 50px;
}

.about-staff-title,
.about-service-title{
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  width: 90%;
}
.about-staff,
.about-service{
  background: #ffffff;
  margin: 0 5% 56px;
  border: solid 1px #FFFFFF;
  box-shadow: 3px 3px 10px #00000029;
  padding: 60px 0 74px 0;
}
.about-name{
  display: flex;
  align-items: flex-end;
  margin: 0% 5% 2% 5%;
  border-bottom: 1px solid #707070;
}
.about-name-manager{
  font-size: 30px;
  padding-bottom: 7px;
}
.about-name-kanji{
  font-size: 42px;
  margin-right: 22px;
  margin-left: 44px;
}
.about-name-kanji::first-letter{
  color:#EB579C;
}
.about-name-hurigana{
  padding-bottom: 15px;
}
#about-flex{
  display: flex;
  justify-content: space-between;
  margin: 2% 5%;
}
/* 私たちの目指すサービス追加　start テセ */
.about-info{
	font-size: 18px;
	width: 100%;
}
#about-service .about-service-subtitle {
    font-size: 30px;
    padding-top: 10px;
}
/* end */
.about-staff-info,
.about-service-info{
  font-size: 18px;
  width: 62%;
}
.about-photo{
  width: 38%;
}
.about-explain{
  margin-bottom: 18px;
}
.about-explain-license{
  margin-top: 14px;
}
.about-name-manager-SP,
.about-name-SP{
  display: none;
}
.about-br-SP{
  display: none;
}
@media screen and (max-width:720px){
  .about-staff-area {
	padding-top: 0px;
  }
  .about-service-area {
    padding-top: 84px;
  }
  .about-staff-title,
  .about-service-title {
    margin-bottom: 40px;
  }
  .about-common h3 {
    font-size: 28px;
  }  
  .about-staff,
  .about-service {
    padding: 30px 0 20px 0;
  }
  .about-name {
    display: none;
  }
  .about-name-manager {
    font-size: 14px;
    padding-bottom: 0;
  }
  .about-name-kanji {
    font-size: 20px;
    margin: 0;
  }
  .about-name-hurigana {
    font-size: 10px;
    padding-bottom: 0;
    margin-left: 5%;
    padding-top: 13px;
  }
  .about-photo {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 20px;
  }
  #about-flex {
    flex-direction: column-reverse;
  }
  /* 私たちの目指すサービス追加　start テセ */
  .about-info {
    font-size: 12px;
  }
  #about-service .about-service-subtitle {
    font-size: 15px;
    padding-top: 5px;
  }
  /* end */
  .about-staff-info,
  .about-service-info {
    font-size: 12px;
    width: 100%;
  }
  .about-name-manager-SP{
    font-size: 14px;
    display: block;
    margin: 0 5%;
  }
  .about-name-SP{
    display: flex;
    margin: 0 5%;
    border-bottom: 1px solid #707070;
  }
  .about-explain-license{
    margin-top: 2px;
  }
  .about-br-SP{
    display: block;
  }
}
@media screen and (max-width: 430px) {
	#about-service .about-service-title-size {
		font-size: 25px;
	}
	#about-service .about-service-subtitle{
		font-size: 13px;
	}
}
.representative{
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
}
/************************************
**LEDビーム脱毛とは
************************************/
/* 本文のフォント設定 */
#led-about p,
.led-common p{
  font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP", sans-serif;
}
/* 太字設定 */
.led-common .led-about-title,
.led-common .led-about-subtitle,
.led-common .led-merit-subtitle{
  font-weight: bold;
}

/*** common ***/
.led-common{
  color: #707070;
  background-color: #F5F5F5;
  font-size:18px;
}
/* デフォルトフォントサイズ */
.led-common h3{
  font-size: 36px;
}
/* 空白リセット*/
.led-common,
.led-common h2,
.led-common h3,
.led-common h4,
.led-common p{
  padding: 0;
  margin: 0;
}
.led-common h4{
  border: none;
}
/* kv以外の横幅設定 */
.led-about-area,
.led-merit-area{
  max-width: 980px;
  margin: auto;
}
/* PCのみ改行、SP版は改行しない */
.led-common .led-pcbr{
  display: block;
}
/* PCは改行なし、SP版のみ改行 */
.led-common .led-spbr{
  display: none;
}
@media screen and (max-width:1024px){
  .led-about-area,
  .led-merit-area{
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (max-width:720px){
  .led-common{
    font-size: 12px;
    background-color: #FFF;
  }
  .led-common h3{
    font-size: 28px;
  }
  /* PCのみ改行、SP版は改行しない */
  .led-common .led-pcbr{
    display: none;
  }
  /* PCは改行なし、SP版のみ改行 */
  .led-common .led-spbr{
    display: block;
  }
}

/*** kv ***/
/* kv上の文字用 */
#led-kv{
  position: relative;
}
.led-kv-title{
  position: absolute; 
  bottom: 80px; 
  left: 100px; 
  margin: 0;
}
.led-kv-title h2{
  background: transparent;
  color:#FFF;
  font-size: 48px;
}
.led-kv-title h2::first-letter{
  color:#EB579C;
}
@media screen and (max-width:720px){
  .led-kv-title{
    left: 30px;
    bottom: 60px;
  }
  .led-kv-title h2{
    font-size: 28px;
  }
}
/*** LED脱毛について ***/
#led-about{
  padding-top: 120px;
  padding-bottom: 104px;
}
.led-about-area{
  display: flex;
}
.led-about-img{
  width: 40%;
}
#led-about .led-about-title{
  margin-bottom : 36px;
}
.led-about-img img{
  width: 100%;
}
.led-about-description{
  width: 60%;
  padding-left: 5%;
}
#led-about .led-about-subtitle{
  font-size: 28px;
  margin-top: 68px;
  margin-bottom: 20px;
}

@media screen and (max-width:720px){
  #led-about p{
    font-size: 12px;
  }
  #led-about{
    background-color: #F5F5F5;
    padding-top: 40px;
    padding-bottom: 68px;
  }
  .led-about-area{
    flex-direction: column;
    margin: auto;
  }
  #led-about .led-about-title{
    margin-top : 20px;
    margin-bottom : 20px;
    padding: 12px 0px;
  }
  .led-about-img{
    width: 100%;
    order:2;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 24px;
  }
  .led-about-description{
    width: 100%;
    padding : 0px 28px;
    order:1;
  }
  #led-about .led-about-subtitle{
    font-size:18px;
    margin-bottom: 12px;
    margin-top: 44px;
  }
}
/*** メリット ***/
#led-merit{
  background-color: #F5F5F5;
}
.led-merit-area{
  /* ヘッダーでアンカーリンクがずれる対応 */
  padding-top: 150px;
  margin-top: -150px;
}
.led-merit-list{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.led-merit-list a{
  margin: auto;
  width: 310px;
  padding: 20px 10px;
  color:#ffffff;
  background:#BAA665 0% 0% no-repeat padding-box;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}
.led-merit-list a{
  width: 30%;
}
.led-merit-list a:hover{
  opacity: 0.6;
  transition: all .3s;
}
/* セクション間のスペース*/
section#led-merit,
section[id^="merit"]{
  padding-bottom: 80px;
}
/* 最後尾スペース*/
section#merit6{
  margin-bottom: 0;
  padding-bottom: 200px;
}
@media screen and (max-width:1024px){
  /* ボタン2列設定 */
  .led-merit-list {
    column-gap: 10px;
  }
  .led-merit-list a{
    font-size: 18px;
    padding: 20px 5px;
  }
  .led-merit-list a{
    width: 45%;
  }
}
@media screen and (max-width:900px){
  /* ヘッダの切り替わりブレイクポイントのため */
  .led-merit-area{
    /* ヘッダーでアンカーリンクがずれる対応 */
    padding-top: 80px;
    margin-top: -80px;
  }
  #led-merit .led-merit-area{
    /* 上記ズレ80px-本来入れたい値26px=54px */
    padding-bottom: 54px;
  }
}
@media screen and (max-width:720px){
  .led-merit-area{
    padding-right: 30px;
    padding-left: 30px;
  }
  #led-merit h3{
    font-size: 18px;
    text-align: center;
  }
  /* ボタン1列設定 */
  .led-merit-list{
    /* ボタン間のすき間 */
    row-gap: 13px;
  }
  .led-merit-list a{
    font-size: 12px;
    padding: 10px 5px;
    width: 90%;
  }
  /* .led-merit-list a:not(:last-child){
    margin-bottom: 13px;
  } */
}
/*** 各メリット ***/
.led-merit-title{
  border-bottom: solid #707070 1px;
}
/* タイトルと下線の空白 */
.led-merit-area .led-merit-title h3{
  padding-bottom: 12px;
}
.led-merit-area .led-merit-subtitle{
  font-size: 28px;
}
/* 同じ空白設定 */
.led-merit-menu-title,
.led-merit-title,
.led-merit-area .led-merit-subtitle,
.led-merit-description:not(:last-child),
.led-merit-description p:not(:last-child),
#merit6 .desc_full_img{
  margin-bottom: 30px;
}
/* 2カラム */
.desc_2column{
  display: flex;
}
.desc_reverse{
  flex-direction: row-reverse;
}
.led-merit-description img{
  padding-left: 30px;
}
.desc_reverse img{
  padding-right: 30px;
  padding-left: 0px;
}
.desc_text, .desc_img{
  width: 50%;
}
.desc_full_img{
  width: 100%;
}
.desc_full_img img{
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width:720px){
  .led-merit-area .led-merit-title h3{
    padding-bottom: 8px;
  }
  .led-merit-title,
  .led-merit-menu-title,
  .led-merit-area .led-merit-subtitle,
  .led-merit-description 
  .led-merit-description:not(:last-child),
  .led-merit-description p:not(:last-child),
  #merit6 .desc_full_img{
    margin-bottom: 20px;
  }
  .led-merit-description img{
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .led-merit-area .led-merit-subtitle{
    font-size: 18px;
  }
  .desc_2column{
    flex-direction: column;
  }
  .desc_img{
    order: -1;
  }
  .desc_text, .desc_img{
    width: 100%;
  }
}


/************************************
** 料金プラン
************************************/
/* coomon*/
#plan-all,
#plan-parts,
.plan-width,
.plan-common,
.plan-title,
.plan-parts{
  padding: 0;
  margin: 0;
  color: #363636;
}
.plan-kv-title h2{
  font-size: 48px;
}
.plan-common h3{
  font-size: 36px;
  padding: 0;
  color: #707070;
}
.plan-down-price,
.plan-value{
  font-size: 32px;
}
.plan-title h4{
  font-size: 30px;
}
.plan-title p,
.plan-corse,
.plan-corse-body{
  font-size: 24px;
}
.plan-arrow,
.plan-defoult-price{
  font-size: 20px;
}
.plan-parts{
  font-size: 18px;
}
.plan-width{
  max-width: 980px;
  margin: auto;
}
.plan-br{
  display: block;
}
/*top*/
.plan-title{
  margin: 0 5% 28px 5%;
}
.plan-box-parts .plan-title{
  margin: 28px 5%;
}
.plan-parts{
  margin: 0 5%;
  height: 150px;
}
#plan-all,
#plan-parts{
  background: #F5F5F5;
}
#plan-all{
  padding: 5% 0% 120px 0%;
}
#plan-parts{
  padding: 0% 0% 220px 0%;
}
.plan-common h4{
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.plan-common,
.plan-common h2{
  padding: 0% 5%;
}
.plan-common p{
  margin: 0px 0 0px;
}
.plan-common h3{
  margin: 0 5% 40px;
  font-weight: bold;
  border-bottom: solid #707070 1px;
}
#plan-kv{
  position: relative;
  margin-bottom:0;
}
.plan-kv-title{
  position: absolute; 
  bottom: 80px; 
  left: 100px; 
}
.plan-kv-title h2{
  background: transparent;
  color:#FFF;
}
.plan-kv-title h2::first-letter{
  color:#EB579C;
}
.top-explain{
  margin-top: -20px;
}
.top-explain p{
  color: #707070;
  margin: 0 5%;
  font-family:"Hiragino Kaku Gothic ProN","Noto Sans JP", sans-serif;
}
/*全身プラン*/
.plan-box{
  background: #ffffff;
  margin: 0 5% 56px;
  border: solid 1px #FFFFFF;
  box-shadow: 3px 3px 10px #00000029;
  padding: 50px 0 70px 0;
}
.plan-title-flex{
  display:flex;
  justify-content: space-between;
}
dl.plan-price{
  margin-bottom: 0;
}
.plan-price-tag p{
  margin: 0% 3% 0%;
  width: 25%;
}
.plan-price-tag-flex{
  margin: 0% 2% 0% 2%;
  display:flex;
  justify-content: space-between;
}
.plan-price-flex{
  margin: 0% 5% 0% 0%;
  display:flex;
  justify-content: flex-end;
  align-items: center
}
.plan-price-inflex{
  margin: 0%;
  display:flex;
  justify-content: space-between;
  align-items: center
}
.plan-price-flex-parts{
  margin: 0% 5% 0%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.plan-down-price,
.plan-value{
  font-weight: bold;
}
.plan-down-price{
  color: #FF0202;
}
.plan-corse,
.plan-corse-body{
  margin: 0;
}
.plan-corse-body{
  width: 35%;
}
.plan-corse-SP{
  display: none;
}
.plan-defoult-price{
  margin: 0%;
  text-decoration:line-through;
}
.plan-arrow{
  margin: 0%;
}
.plan-nullbox{
  width: 15%;
}
.plan-box-flex{
  margin: 0 5% 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 56px;
  column-gap: 0px;
  justify-content: space-between;
}
.plan-box-parts{
  background: #ffffff;
  border: solid 1px #FFFFFF;
  box-shadow: 3px 3px 10px #00000029;
  width: 49%;
  height: 380px;
}
#plan-parts-explain p{
  color: #707070;
  margin: 0 5% 40px 5%;
  font-family:"Hiragino Kaku Gothic ProN","Noto Sans JP", sans-serif;
}
#plan-tax-explain p{
  margin: 40px 5% 0 5%;
}
#plan-link-menu,
#plan-link-menu-partsfoot,
#plan-link-menu-partsface{
  padding-top: 100px;
  margin-top:-100px;
  width: 49%;
  background-clip: content-box;
}
#plan-link-box-partsfoot,
#plan-link-box-partsface{
  background: #ffffff;
  border: solid 1px #FFFFFF;
  box-shadow: 3px 3px 10px #00000029;
  width: 100%;
}
.plan-corse-null,
.plan-value-null{
  color: #FFFFFF;
}
.plan-short-text{
    height: 80px;
}
.plan-corse-body{
width:35%
}
/* [plan-frame]のみ細かく指定 */
.plan-frame{
  width: 80%;
  margin: 0 2% 0 auto;
}
@media screen and (max-width:1000px){
  .plan-frame{
    width: 80%;
  }
}
@media screen and (max-width:990px){
  .plan-price-flex-parts{
    margin: 0% 1% 0%;
  }
}
@media screen and (max-width:900px){
  .plan-price-flex-parts{
    margin: 0% 5% 0%;
  }
}
@media screen and (max-width:850px){
  .plan-frame{
    width: 90%;
  }
}
@media screen and (max-width:750px){
  .plan-frame{
    width: 95%;
  }
}
.plan-price-flex {
  justify-content: space-between;
}
@media screen and (max-width:900px){
  /* タブレット版：900px以下の設定をここに記載 */
  .plan-box-flex{
    margin: 0px 5% 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .plan-box-parts{
    margin: 0;
    width: 100%;
    height: auto;
  }
  #plan-link-menu,
  #plan-link-menu-partsfoot,
  #plan-link-menu-partsface{
    padding-top: 80px;
    margin-top:-80px;
    width: 100%;
    background-clip: content-box;
  }
  .plan-parts{
    height: auto;
  }
  .plan-short-text{
    height: auto;
  }    
  .plan-price-flex-parts{
    margin: 0% 5% 0%;
  }
}
@media screen and (max-width:720px){
  /* SP版：720px以下の設定をここに記載 */
  /* coomon*/
  .plan-kv-title{
    bottom: 30px; 
    left: 60px; 
 }
  #plan-all {
    padding: 5% 0% 80px 0%;
  }
  #plan-parts {
    padding: 0% 0% 100px 0%;
  }
  .plan-common p{
    margin: 0px 5% 20px;
  }
  .plan-common h3,
  .plan-kv-title h2{
    font-size: 28px;
  }
  .plan-common h3{
    margin: 0px 5% 20px 5%;
  }
  .plan-kv-title{
    bottom: 48px; 
    left: 28px; 
  }
  /*全身プラン*/
  .plan-box{
    margin: 0px 5% 20px;
    padding: 0;
  }
  .plan-title{
    margin: 24px 5% 24px;
  }
  .plan-down-price,
  .plan-value{
    font-size: 24px;
  }
  .plan-title h4,
  .plan-parts{
    font-size: 18px;
  }
  .plan-arrow,
  .plan-defoult-price{
    font-size: 16px;
  }
  .plan-parts p,
  .plan-corse,
  .plan-corse-body,
  .plan-corse-SP{
    font-size: 14px;
  }
  .top-explain{
    margin-top: auto;
  }
  .top-explain p{
    margin: 16px 5% 22px 5%;
  }
  .plan-title h4{
    margin: 0px 0px 0px;
  }
  .plan-title p{
    font-size: 12px;
    margin: 0px;
  }
  .plan-parts{
    margin: 24px 5% 24px;
  }
  .plan-parts p{
    margin: 0px;
  }
  .plan-title-flex{
    display:block;
  }
  .plan-title-flex p{
    text-align: right;
  }
  dl.plan-price{
    margin-bottom: 1.8em;
  }
  .plan-price-tag p{
    margin: 0% 5% 0%;
  }
  .plan-price-tag-flex{
    display:none;
  }
  .plan-price-flex{
    margin: 0% 5% 0% 10%;
    justify-content: space-between;
  }
  .plan-price-flex-parts{
    margin: 0% 5% 0%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }
  .plan-corse-SP{
    display: block;
    margin: 0% 5% 0%;
  }
  .plan-price-flex span.plan-corse,
  .plan-corse-body{
    display:none;
  }
  .plan-frame{
    width: 100%;
  } 
  .plan-defoult-price{
    margin: 0;
    text-decoration:line-through;
  }
  .plan-arrow{
    margin: 0% 3% 0% 3%;
  }
  .plan-nullbox{
    width: 15%;
  }
  .plan-box-flex{
    margin: 0px 5% 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .plan-box-parts{
    width: 100%;
  }
  .plan-none{
    display: none;
  }
}

/************************************
** よくあるご質問
************************************/
/* よくあるご質問 タイトル */
.question-title{
    position:absolute;
    bottom:100px; 
    left:100px; 
    margin:0px;
}
.question-title h2{
    background: transparent;
    color:#FFF;
    font-size: 48px;
    margin: 0px;
    padding: 0px;
}
.question-title h2::first-letter {
    color:#EB579C;
}

@media screen and (max-width: 720px){
  .question-title {
      position:absolute; 
      bottom:100px; 
      left: 30px;
      margin:0px;
  }
	.question-title h2{
      font-size: 28px;
	}
}

/* FAQ、カテゴリ検索 共通部分 */
.question-common h3 {
    padding: 0;
    margin: 0;
}
.question-watch-area,
.question-search-area {
    max-width: 980px;
    margin: auto;
}
.question-watch-title,
.question-search-title {
    border-bottom: solid #707070 1px;
    margin-bottom: 50px;
}
.question-watch-title h3,
.question-search-title h3 {
    padding-top: 110px;
    margin-bottom: 12px;
    font-size: 36px;
    color: #707070;
    /*font-family:"Hiragino Kaku Gothic ProN","Noto Sans JP", sans-serif;*/
}

@media screen and (max-width: 1024px){
  .question-watch-area,
  .question-search-area {
      padding-right: 5%;
      padding-left: 5%;
  }
}
@media screen and (max-width: 720px){
  .question-watch-title,
  .question-search-title {
      margin-bottom: 30px;
  }
  .question-watch-title h3,
  .question-search-title h3{
		  font-size: 28px;
    	padding-top: 40px;
	}
}
/* FAQ */
.question-watch-container{
    margin: 30px auto 0;
    max-width: 980px;
    width: 100%;
}
.question-watch-container dd {
    margin-left: 0px;
}
.question-watch-list:not(:first-child) {
    margin-top: 10px;
}
.question-watch-list {
    box-shadow: 3px 3px 10px #00000029;
}
.question-watch-faq:before {
    content: 'Q';
    width: 60px;
    height: 60px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 40px;
    color: #FFF;
    font-size: 28px;
    background-color: #BAA665;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.question-watch-faq {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    background: #FFF;
    cursor: pointer;
    font-size: 20px;
    padding: 55px 128px;
    position: relative;
}
.question-watch-faq:after {
    position: absolute;
    display: block;
    content: '';
    top: 40%;
    right: 55px;
    width: 20px;
    height: 20px;
    border-top: 4px solid #707070;
    border-right: 4px solid #707070;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
}
.question-watch-faq.open:after {
    transform: rotate(-45deg);
    top: 45%;
}
.question-watch-answer {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    display: none;
    padding: 0px 40px;
    padding-bottom: 40px;
    position: relative;
}
.question-watch-answer p {
    background-color: #F5F5F5;
    /*min-height: 128px;*/
    padding: 40px;
    margin-bottom: 0px;
    font-size: 20px;
}


@media screen and (max-width: 720px){
  .question-watch-container {
      margin: 30px auto 0;
  }
  .question-watch-faq:before {
      width: 32px;
      height: 32px;
      left: 18px;
      font-size: 11px;
  }
  .question-watch-faq {
      font-size: 12px;
      padding: 20px 64px;
  }
  .question-watch-faq:after {
      top: 45%;
      right: 25px;
      width: 7px;
      height: 7px;
      border-top: 2px solid #707070;
      border-right: 2px solid #707070;
  }
  .question-watch-answer {
      padding: 0px 18px;
      padding-bottom: 25px;
  }
  .question-watch-answer p {
      min-height: 64px;
      padding: 20px;
      font-size: 11px;
  }
}

/* カテゴリ検索 */
.question-search-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 18px;
    /*margin-bottom: 200px;*/
}
.question-search-list a {
    margin: auto;
    width: 310px;
    padding: 20px 10px;
    color:#ffffff;
    background:#BAA665 0% 0% no-repeat padding-box;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
}
.question-search-list a {
    width: 30%;
}
.question-search-list a:hover {
    opacity: 0.6;
    transition: all .3s;
}
.question-search-list .search4, 
.question-search-list .search10{
    pointer-events:none;
    opacity:0.5
}

@media screen and (max-width: 720px){
  .question-search-list a{
      width: 40%;
      font-size: 14px;
  }
}

@media screen and (max-width: 520px) {
  .question-search-list a{
      font-size: 11px;
  }
}

/* 部位カテゴリ検索 */
.question-parts-search-pc{
  display: flex;
  justify-content: space-between;
}

.question-parts-search-sp{
  display: none;
}

.question-parts-search-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 0px;
  margin-bottom: 200px;
}
.question-parts-search-list a {
  margin: auto;
  width: 265px;
  padding: 20px 10px;
  color:#ffffff;
  background:#BAA665 0% 0% no-repeat padding-box;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}

.question-parts-search-list a:hover {
  /*opacity: 0.6;*/
  background-color: #D6CAA3;
  transition: all .3s;
}

.question-parts-search-margin-top{
  margin-top: -190px;
}

@media screen and (max-width: 1024px){
  .question-parts-search-pc{
    display: none;
  }
  
  .question-parts-search-sp{
    display: flex;
    flex-direction: column;
  }
  .question-parts-search-sp1{
    display: flex;
    justify-content: center;
  }

  .question-parts-search-list{
    width: 35%;
  }

  .question-parts_sp1,
  .question-parts_sp2{
    width: 35%;
  }
  .question-parts_sp1 img,
  .question-parts_sp2 img{
    min-width: 308px;
    min-height: 1049px;
  }
  
  .question-parts-search-sp2{
    display: flex;
    justify-content: center;
  }
  .question-parts-search1 a {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 35px;
  }
  .question-parts-search2 a {
    margin-left: 0px;
    margin-top: 125px;
  }
  .question-parts-search1 a,
  .question-parts-search2 a {
    width: 100%;
  }
}

@media screen and (max-width: 520px){
  .question-parts-search-pc{
    display: none;
  }
  
  .question-parts-search-sp{
    display: flex;
    flex-direction: column;
  }
  .question-parts-search-sp1{
    display: flex;
    justify-content: center;
    min-width: 300px;
  }
  .question-parts-search-sp2{
    margin-bottom: 80px;
    min-width: 300px;
  }

  .question-parts-search-list{
    width: 35%;
  }

  .question-parts-search1 a {
    margin-bottom: 7px;
  }
  .question-parts-search2 a {
    margin-top: 63px;
  }

  .question-parts_sp1,
  .question-parts_sp2{
    width: 35%;
  }
  .question-parts_sp1 img,
  .question-parts_sp2 img{
    min-width: 158px;
    min-height: 540px;
  }
  .question-parts-search-list a{
    font-size: 11px;
    padding: 10px;
  }
}

/* 戻るボタン */
/*
.question-return {
    font-size: 39px;
    margin-top: 30px;
    position: absolute;
    right: 20%;
}
.question-return a {
    color: #707070;
    text-decoration: none;
}
*/

/* カテゴリページ用 */
.question-category{
  margin-bottom: 0px;
}

/* キーワード検索 */
.question-search-box{
	margin: auto;
	margin-bottom: 200px;
	width: 50%;
	position: relative;
}

@media screen and (max-width: 520px){
	.question-search-box{
		width: 100%;
	}
}

/************************************
** お問い合わせ
************************************/
/* top */
#contact-all{
  background: #F5F5F5;
}

#top-img{
	position:relative;
	margin-bottom: 0px;
}

#top-img img {
	width : 100%;
}
.contact-title{
	position:absolute;
	bottom:80px; 
	left:100px; 
	margin:0px;
}
.contact-title h2{
	background: transparent;
	color:#FFF;
	font-size: 48px;
	margin: 0px;
	padding: 0px;
}
.contact-title h2::first-letter {
	color:#EB579C;
}

@media screen and (max-width: 720px){
	#top-img {
		position : relative;
	}
	.contact-title {
		position:absolute; 
		left: 30px;
		margin:0px;
	}
	.contact-title h2{
		font-size: 28px;
	}
}
/* text */
#contact-text {
	padding-top:90px;
	padding-bottom:80px;
	margin:0;
	text-align : center;
	font-size: 20px;
	color:#707070;
	font-family:"Hiragino Kaku Gothic ProN",
				"Noto Sans JP", sans-serif;
}
#contact-text p {
	margin:0;
}

@media screen and (max-width: 1024px){
  #contact-text {
	  padding-top: 32px;
	  padding-left: 28px;
	  padding-right: 28px;
	  padding-bottom:30px;
  }
}

@media screen and (max-width: 720px){
	#contact-text {
		text-align : left;
		padding-top: 32px;
		padding-left: 25px;
		padding-right: 42px;
		padding-bottom:30px;
		max-width: 500px;
		margin: 0 auto;
	}
	#contact-text p {
		font-size : 12px;
	}
}

/* contact-form */
#contact-form dl{
	margin:0;
}

#contact-form .contact-dl p{
	margin-bottom: 0px;
}


.contact-dl p{
	color: #707070;
	font-size: 24px;
	font-family:"Hiragino Kaku Gothic ProN",
			"Noto Sans JP", sans-serif;
}
.contact-dl dt{
	font-weight: bold;
}
.contact-dl dd{
	width:calc( 100% - 288px );
	margin-bottom: 45px;
}

.wpcf7-radio {
	display: block;
	justify-content: space-between;
}

.wpcf7-list-item-label {
	font-size: 16px;
}
.form-radio .wpcf7-list-item-label {
    font-size: 20px;
}

.contact-dl .plan{
	width:calc( 100% - 288px );
	display:block;
}
.contact-dl .plan course,
.contact-dl .plan parts {
	width:50%;
}
#contact-form .contact-s small,
#contact-form .contact-m small,
#contact-form .contact-l small {
	font-size:16px;
}
#contact-form .contact-s,
#contact-form .contact-m,
#contact-form .contact-l {
	margin-top: -25px;
	margin-left:45px;
}

#contact-form .contact-hopeday p {
    margin-bottom: 30px;
}

.contact-dl .hope1,
.contact-dl .hope2,
.contact-dl .hope3 {
	display:flex;
	gap:20px;
  margin-bottom: 40px;
}

.contact-dl .hope1 .hope-left,
.contact-dl .hope1 .hope-right,
.contact-dl .hope2 .hope-left,
.contact-dl .hope2 .hope-right,
.contact-dl .hope3 .hope-left,
.contact-dl .hope3 .hope-right {
	width:50%;
}
.hope-right select {
	font-size:18px;
}

#personal .personal-title,
#personal .personal-text{
	font-size: 18px;
	color:#707070;
	font-family:"Hiragino Kaku Gothic ProN",
				"Noto Sans JP", sans-serif;
	margin-bottom:30px;
}

#personal .personal-text label{
	font-size: 20px;
	display:block;
	text-align:center;
}

#personal .personal-information{
  padding: 15px 50px 0px 50px;
  background-color: white;
  margin-bottom: 15px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

#contact-submit{
	text-align:center;
	padding-bottom:200px;
}

/* 20230610テセ追加 */
#contact-form .plan .parts .parts-select {
  margin-bottom: 0px;
}
#contact-form .plan .parts .parts-text {
  font-size: 14px;
  margin-left: 40px;
}
#contact-submit .wpcf7-spinner{
	display:none;
}

/* 20230621テセ追加 */
.course-select label,
.parts-select label {
  font-size: 20px;
}
#contact-form .course {
    margin-bottom: 30px;
}
.personal-agree .wpcf7-list-item-label {
    font-size: 20px;
}
.customer-message textarea{
    height: 200px;
}
#contact-submit .wpcf7-submit:hover{
  opacity: 0.6;
  transition: all .3s;
}

@media screen and (max-width: 1024px){
	#contact-form .contact-dl {
		margin-left: 28px;
		margin-right: 28px;
	}
	#contact-form .contact-dl .plan {
	    display: block; 
	}
	#contact-form .contact-dl .plan dd{
	    width:auto; 
	}
	#personal {
		margin-left: 28px;
		margin-right: 28px;
	}
}
@media screen and (max-width: 720px){
	.contact-dl{
		display:flex;
		flex-flow: column;
	}

  .wpcf7-radio {
		display: grid;
	}

	.contact-dl dd{
		width:100%;
		margin-bottom: 22px;
		margin-left: 0px;
	  margin-right: 28px;
	}

	.contact-dl p{
		font-size: 14px;
	}

  .contact-dl .hope1,
  .contact-dl .hope2,
  .contact-dl .hope3 {
    margin-bottom: 13px;
  }

	.wpcf7-list-item-label {
		font-size: 12px;
	}

	.contact-dl .plan{
		width: calc( 100% - 50px );
	}
	/*
	#contact-form .contact-dl p {
	    margin-bottom: 8px;
	}
  */
	#contact-form .contact-s small,
	#contact-form .contact-m small,
	#contact-form .contact-l small {
		font-size:10px;
	}

	#contact-form .contact-s,
	#contact-form .contact-m,
	#contact-form .contact-l {
		margin-top: -10px;
	}

	.contact-dl input,
	.contact-dl textarea,
	.contact-dl select {
	    padding: 6px;
	    font-size: 12px;
	}
	
	#contact-form .contact-hopeday p {
		margin-bottom: 0px;
	}

	#contact-submit input {
	  width: 90%;
	}
	
	#personal .personal-title,
	#personal .personal-text{
		font-size: 11px;
		margin-bottom:15px;
	}

	#personal .personal-text label{
		font-size: 12px;
	}

  #personal .personal-information{
      padding: 15px 10px 0px 10px;
  }

	#wpcf7-f273-p34-o1{
		max-width: 500px;
		margin: 0 auto;
	}

  /* 20230610テセ追加 */
  #contact-form .plan .parts .parts-text {
    font-size: 12px;
    margin-left: 30px;
    margin-bottom: 5px;
  }
  /* 20230621テセ追加 */
  .form-radio .wpcf7-list-item-label {
    font-size: 12px;
  }
  .course-select label,
  .parts-select label {
    font-size: 14px;
  }
  .parts .wpcf7-list-item-label {
    font-size: 14px;
  }
  .personal-agree .wpcf7-list-item-label {
    font-size: 12px;
  }

  input[type='submit'] {
    font-size: 12px;
  }
}

.contact-dl option {
  padding: 12px;
}

input[type='submit'],
#bbp_reply_submit,
.bp-login-widget-register-link a {
  padding: 11px;
  width: 35%;
  margin: 0;
  cursor: pointer;
  border-radius: 17px;
}

input[type='submit'] {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: #BAA665;
  color: #fff;
  font-size: 20px;
}

/* その他 */
#contact-area{
	max-width: 980px;
	margin: 0 auto;
}

.contact-dl{
	display: flex;
}

.contact-dl > dt{
	width: 288px;
}

.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}

/************************************
** プライバシーポリシー
************************************/
.privacy-common{
	max-width: 980px;
	margin: 0 auto;
}

.privacy-area-title h2 {
    padding-top: 110px;
	padding-left: 0px;
	padding-bottom: 10px;
    margin-bottom: 30px;
	border-bottom:1px solid;
    font-size: 36px;
    color: #707070;
}

.privacy-area-subtitle h3{
	font-size: 20px;
	margin-bottom: 0px;
	padding-left: 0px;
}

.privacy-area-contact{
	margin-bottom: 200px;
}

.privacy-area-contact p {
	margin: 0px;
}

@media screen and (max-width: 1024px){
	.privacy-common{
		padding-right: 5%;
		padding-left: 5%;
	}
}

@media screen and (max-width: 720px){
	.privacy-common{
		max-width: 720px;
		margin: 0 auto;
	}
	.privacy-area-title h2 {
		font-size: 20px;
	}
	.privacy-area-subtitle h3{
		font-size: 18px;
	}
}

/************************************
** その他
************************************/
input[type="search"] {
  width: auto;
  flex-grow: 1;
}

.wp-block-search__button {
  width: 60px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.bp-login-widget-register-link {
  display: block;
  margin-top: 10px;
}
.bp-login-widget-register-link a {
  color: #333;
  text-decoration: none;
  display: block;
  text-align: center;
  border: 1px solid #777;
  padding: 6px;
  border-radius: 2px;
}
.bp-login-widget-register-link a:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}

.widget.buddypress #bp-login-widget-form input#bp-login-widget-submit {
  margin: 0;
}

#wp-comment-cookies-consent {
  margin-right: 5px;
}

.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}

.learose_image {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.learose_image.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/*テセ追加分*/
h1 {
	display: none;
}

/*2022.12.20テセ追加分Start*/
.text-pc li{
	list-style:none;
}
.text-pc a{
	text-decoration: none;
}
/*2022.12.20テセ追加分End*/

.led h2{
	background: transparent;
	color:#ffffff;
	padding:0px;
	margin:0px;
	font-size:48px;
}

.led h2::first-letter {
  color:#EB579C;
}

.text-pc {
	width: 50%;
}


#menu-item-584 {
	background-color: #FFFFFF;
	border-radius: 20px;
	width: 283px;
	height: 40px;
	position: absolute;
	top: 60px;
	right: 150px;
}

#menu-item-584 .item-label{
	width: 283px;
	color: black;
	font-size: 20px;
	height: 40px;
}

/***********************************
**ヘッダーフッター用のメディアクエリ
************************************/
@media screen and (max-width: 900px){
#pc-header{
    display:none;
}

#pc-footer{
    display:none;
}

#pc-copyright{
    display:none;
}
}

@media screen and (min-width: 901px){
.mobile-header-menu-buttons{
    display:none;
}
    
#sp-footer{
    display:none;
}

#sp-copyright{
    display:none;
}
    
}

.mobile-header-menu-buttons{
    width:100vw;
    background-color:#2B2B2B;

}

.menu-button-in .site-logo-image{
    margin:0px;
}

#navi-menu-content{	
    background-color: #363636;
}

.menu-drawer a{
    color:#ffffff;
}

.navi-menu-button{
    color:#ffffff;	
}


.mobile-menu-buttons .navi-menu-button{
    margin:auto;
}

.logo-menu-button .menu-button-in{
    padding: 10px 0px 10px 20px;
}

#sp-footer{
    background-color: #363636;
    margin:0px;
    padding:20px 0px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
  

.footer-bottom{
    margin:0px;
}

#sp-copyright{
    color:white;
    background-color: #272727;
    text-align: center;
    font-size:12px;
}

#main .article{
    margin:0px;
}

#sp-footer-site-logo{
    width:80%;
    margin:auto;  
    padding:10px 0px;
    max-width:300px;
}

#sp-instagram-logo{
    max-width: 300px;
    margin: auto;
}


#sp-footer-instagram{
    width: 27px;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 5px;
    padding: 10px 0px;
}

#sp-instagram-img{
    max-width: 300px;
    display: flex;
    text-decoration: none;
    justify-content: center;
}

#sp-instagram-img p{
    margin-bottom:0px;
}

#sp-instagram-font{
    color: #ffffff;
    font-size: 25px;
    margin: 0px;
    padding: 5px 0px;
}


#sp-hotpepper-img{
    margin:auto;  
    padding:10px 0px;
    max-width:300px;
}

#sp-copyright{
    font-size: 10px;
    padding:24px 0px;
}

/**************/
    
.mblt-header-mobile-buttons {
    margin-top: 0px;
}

#pc-footer{
    background-color: #363636;
    color:#ffffff;
    padding:54px 125px;
    margin:0px;
    font-size:20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#pc-footer-site-logo{
    width:255px;
    height:55px;
}

#pc-footer h2{
	padding-left:0px;
	font-weight: normal; 
	
}

#pc-footer #color-change{
    color:#EB579C;
}

#pc-footer-left{
    width:50%;
    padding-left:25px
}

#pc-footer-right{
    width:50%
}

#pc-footer-right-up ul{
    margin-bottom: 0px;
}

#pc-footer h2{
	background-color: #363636;
	color:#ffffff;
 	margin:0px;
	font-size:28px;
	padding-bottom: 28px;
}


#pc-footer-menu{
    display:flex;
}

#pc-footer li{
 	list-style:none;
 	padding-bottom:30px;
	margin:0px;
}

#pc-footer #pc-footer-menu #pc-footer-left .item-link-none{
    pointer-events: none;
    opacity: 0.4;

}

#pc-footer li a{
    text-decoration: none;
    color:#ffffff;
}

#pc-footer li a:hover{
    opacity: 0.6;
    transition: all .3s;
}

#pc-footer #contact-bottun a{
    text-decoration: none;
    color:#ffffff;
}

#pc-footer #contact-bottun a:hover{
    opacity: 0.6;
    transition: all .3s;
}

#pc-footer-right p{
    padding-left:40px;
}

#pc-instagram-logo{
    display:flex;
    padding-bottom: 30px;
}

#pc-footer-instagram{
    width:42px;
    height:42px;
}

#pc-instagram-logo p{
    margin-bottom: 0px;
}

.banner-padding{
    padding-left:40px;
}

.pc-instagram-img{
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
}

.pc-instagram-img:hover{
    color:#FFFFFF;
}

#pc-footer-right-down p{
    padding-left:0px;
}

#pc-footer-right-down h2{
    padding-top:0px;
}

#pc-instagram-logo #pc-instagram-font{
    padding-left:20px;
    margin-bottom: 0px;
}

#pc-hotpepper-img{
    margin-top:25px;
}

#pc-copyright{
    color:#ffffff;
    background-color: #272727;
    text-align: center;
    font-size:16px;
    margin:0px;
}

#pc-copyright{
    padding:30px 0px;
    margin:0px;
}

.footer-menu-hotpepper{
  color: #FFFFFF;
  text-decoration: none;
}

.footer-menu-hotpepper:hover{
    color:#FFFFFF;
    opacity: 0.6;
    transition: all .3s;
}

.sp-footer-menu-hotpepper{
  color: #FFFFFF;
  text-decoration: none;
  max-width: 300px;
  margin: auto;
}

.sp-footer-menu-hotpepper:hover{
    color:#FFFFFF;
    opacity: 0.6;
    transition: all .3s;
}

#sp-hotpepper{
  max-width: 300px;
  margin: auto;
  text-align: center;
}

.footer-menu-ladies{
  color: #FFFFFF;
  text-decoration: none;
}

.footer-menu-ladies:hover{
    color:#FFFFFF;
    opacity: 0.6;
    transition: all .3s;
}

#sp-ladies{
	text-align: center;
}

.sp-footer-menu-ladies{
  color: #FFFFFF;
  text-decoration: none;
  max-width: 300px;
  margin: auto;
  text-align: center;
}

.sp-footer-menu-ladies:hover{
    color:#FFFFFF;
    opacity: 0.6;
    transition: all .3s;
}

/***********************************
**レディースLP
************************************/
#post-4100{
  margin-bottom: 0;
}
.woman-top-area-width{
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
.woman-reason-width,
.woman-footer-width{
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
/*レディースLP_TOP*/
.woman-top-pic{
    margin: 0;
}
.woman-top-img{
    width: 100%;
}
.woman-top-img-SP{
    display: none;
}
/*レディースLP_XXと思われたお客さまへ*/
.woman-top-area{
    background-color: #FFFFFF;
    margin: 0 10% 0 10%;
    text-align: left;
    padding-top: 110px;
    padding-bottom: 118px;
}
.woman-top-title01,
.woman-top-title02{
    font-size: 26px;
    padding: 0;
    margin-bottom: 44px;
    background: linear-gradient(to top, #F8F3DF 0%, #F8F3DF 50%, #FFFFFF 50%, #FFFFFF 100%);
    letter-spacing: 1.3px;
    color: #343434;
    opacity: 1;
    font-weight: bold;
    display:inline-block;
}
.woman-top-text01,
.woman-top-text02,
.woman-top-text01-end,
.woman-top-text02-end {
    font-size: 18px;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
    letter-spacing: 0.9px;
    color: #343434;
    opacity: 1;
}
.woman-top-text01,
.woman-top-text02{
    margin-bottom: 35px;
}
.woman-top-text01-end{
    margin-bottom: 54px;
}
.woman-top-text02-end{
    margin-bottom: 0px;
}
.woman-top-learose{
    color: #EBE4C9;
    margin: 0;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 160px;
    background: #000000 url('https://www.learose.jp/wp-content/uploads/woman_top_rose.png') 0 0 no-repeat;
}
.woman-top-learose-title{
    font-size: 40px;
    margin-bottom: 98px;
    letter-spacing: 3.2px;
    color: #EBE4C9;
    opacity: 1;
    font-weight: bold;
}
.woman-top-learose-text{
    font-size: 21px;
    letter-spacing: 1.68px;
    color: #EBE4C9;
    opacity: 1;
}

/*レディースLP_お客さまに選ばれる理由*/
.woman-reason-area{
    background-color: #FFFFFF;
    margin: 0;
    text-align: center;
    padding-top: 164px;
    padding-bottom: 46px;
}
.woman-reason-title{
    font-size: 37px;
    padding-bottom: 108px;
    letter-spacing: 2.96px;
    color: #343434;
    opacity: 1;
    font-weight: bold;
}
.woman-reason-title-SP{
    display: none;
}
.woman-reason-03{
    background-color: #E3DABA;
    padding-bottom: 116px;
    padding-top: 100px;
}
.woman-reason-01{
    background-color: #E3DABA;
    padding-bottom: 0;
    padding-top: 100px;
}
.woman-reason-num{
    font-size: 90px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #E3DABA;
    margin: 0 auto;
    padding-top: 30px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-weight: bold;
    margin-bottom: -200px;
}
.woman-reason-num-white{
    font-size: 90px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #FFFFFF;
    margin: 0 auto;
    padding-top: 30px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font-weight: bold;
    margin-bottom: -200px;
}
.woman-reason-02{
  background-color: #FFFFFF;
}
.woman-reason-led-SP{
    display: none;
}
.woman-reason-01-title{
    font-size: 35px;
    padding-bottom: 10px;
    margin: 0 auto 45px auto;
    border-bottom: 2px solid #FAFAFA;
    letter-spacing: 2.8px;
    color: #343434;
    opacity: 1;
    font-weight: bold;
    display: inline-block;
}
.woman-reason-img{
    margin: auto;
    position: absolute;
}
.woman-reason-sub-img{
    margin: auto;
}
.woman-reason-01-text{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
    margin: 0 10% 0 10%;
    margin-bottom: 60px;
    text-align: left;
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
}
.woman-reason-01-flex{
    display: flex;
    text-align: left;
    margin: 0 10% 0 10%;
    margin-bottom: 86px;
}
.woman-reason-01-sub-pic{
    width: 30%;
    margin-right: 3%;
}
.woman-reason-01-flex-text{
    width: 70%;
}
.woman-reason-01-led_title{
    font-size: 25px;
    padding-bottom: 28px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;

}
.woman-reason-01-led_text{
    font-size: 17px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
}
.woman-reason-merit-area{
    background-color: #FFFFFF;
    width: 94%;
    margin: auto;
    text-align: center;
    padding: 70px 2% 60px 2%;
    margin-bottom: 16px;
}
.woman-reason-merit-title{
    font-size: 40px;
    padding-bottom: 10px;
    margin: 0 10% 45px 10%;
    border-bottom: 2px solid #B7A467;
    display:inline-block;
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
    font-weight: bold;
}
.woman-reason-01-title-pic{
  margin-bottom: 34px;
}
.woman-reason-02-title-pic {
  margin-bottom: 50px;
}
.woman-reason-merit-flex{
    display: flex;
    flex-wrap: wrap;
}
.woman-reason-slider{
    display: none;
}
.woman-reason-merit{
    width: 31.3%;
    margin: 0 1% 44px 1%;
}
.woman-reason-merit-subtitle,
.woman-reason-merit-s_subtitle{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
}
.woman-reason-merit-subtitle{
    padding-top: 20px;
    padding-bottom: 12px;
}
.woman-reason-merit-s_subtitle{
    padding-top: 40px;
    padding-bottom: 34px;
}
.woman-reason-merit-text{
    font-size: 17px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
    text-align: left;
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
}
.woman-reason-merit-text-bub{
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
    text-align: left;
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
}
.woman-merit-img{
    margin: auto;
}
.woman-reason-02-title{
    font-size: 35px;
    padding-bottom: 10px;
    margin: 0 10% 45px 10%;
    border-bottom: 2px solid #B7A467;
    display:inline-block;
    padding-top: 100px;
    letter-spacing: 2.8px;
    color: #343434;
    opacity: 1;
    font-weight: bold;
}
.woman-reason-02-text{
    margin: 0 10% 0 10%;
    margin-bottom: 60px;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
    letter-spacing: 0.9px;
    color: #343434;
    opacity: 1;
}
.woman-reason-03-title{
    font-size: 35px;
    padding-bottom: 10px;
    margin: 0 10% 62px 10%;
    border-bottom: 2px solid #FAFAFA;
    display:inline-block;
    letter-spacing: 2.8px;
    color: #343434;
    opacity: 1;
    font-weight: bold;
}
.woman-reason-03-flex{
    max-width: 1024px;
    display: flex;
    width: 95%;
    margin: auto;
    justify-content: space-between;
}
.woman-reason-03-voice{
    background-color: #FFFFFF;
    width: 32%;
    padding: 44px 2% 32px 2%;
}
.woman-reason-03-voice-title,
.woman-reason-03-voice-s_title{
    font-size: 21px;
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
    font-weight: bold;
}
.woman-reason-03-voice-title{
    margin-bottom: 24px;
}
.woman-reason-03-voice-s_title{
    margin-top: 20px;
    margin-bottom: 44px;
}
.woman-reason-03-voice-text{
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
}
.woman-reason-03-voice-flex{
    display: flex;
    justify-content: space-between;
}
.woman-reason-03-voice-info{
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
    margin: auto;
    text-align: left;
}
/*レディースLP_料金プラン*/
.woman-price-area{
    width: 90%;
    text-align: center;
    margin: 0 5% 0 5%;
    padding: 80px 5% 112px 5%;
    margin-bottom: 74px;
    background: #FDEFF5 url(https://www.learose.jp/wp-content/uploads/woman-price.png) 100% 100% no-repeat;
}
.woman-price-title{
    font-size: 52px;
    margin: 0 5% 72px 5%;
    width: 90%;
    padding-bottom: 37px;
    border-bottom: 1px solid #E26394;
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
    font-weight: bold;
}
.woman-price-freepass-plan{
    font-size: 39px;
    margin-bottom: 38px;
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
    font-weight: bold;
}
.woman-price-freepass-plan-SP{
    display: none;
}
.woman-price-freepass-top{
    margin: 0 5% 64px 5%;
    width: 90%;
    padding-bottom: 72px;
    border-bottom: 1px solid #E26394;
}
.woman-price-freepass{
    font-size: 63px;
    text-align: right;
    margin-left: auto;
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
    font-weight: bold;
    width: 60%;
}
.woman-price-freepass-tax{
    font-size: 35px;
    margin-right: auto;
    letter-spacing: 2.8px;
    color: #343434;
    opacity: 1;
    padding-top: 30px;
    width: 40%;
    text-align: left;
    padding-left: 3%;
}
.woman-price-flex{
    display: flex;
    margin: auto;
}
.woman-price-flex-course{
    max-width: 1024px;
    display: flex;
    margin: auto;
    margin-bottom: 52px;
}
.woman-price-flex-SP{
    display: none;
}
.woman-price-text{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
    margin-top: 36px;
    font-size: 23px;
}
.woman-price-course-plan{
    font-size: 28px;
    margin-left: auto;
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
    width: 60%;
    text-align: right;
    padding-top: 10px;
}
.woman-price-course{
    font-size: 40px;
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
    font-weight: bold;
    width: 30%;
    text-align: right;
}
.woman-price-course-tax{
    font-size: 22px;
    margin-right: auto;
    letter-spacing: 1.76px;
    color: #343434;
    opacity: 1;
    width: 20%;
    text-align: left;
    padding-top: 20px;
    margin-left: 2%;
}

/*レディースLP_お問合せ*/
.woman-reserve-area{
    margin: auto;
    text-align: center;
}
.woman-reserve-title{
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 1.5px;
    padding: 44px 0 44px 0;
    background: transparent linear-gradient(180deg, #E26394 0%, #E28CAD 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}
.woman-reserve-triangle{
    border-top: 50px solid #E28CAD;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    width: 10%;
    margin: auto;
    margin-bottom: 66px;
}
.woman-reserve-subtitle{
    font-size: 52px;
    border-bottom: 2px solid #E26394;
    margin: 0 auto 38px auto;
    display:inline-block;
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
    font-weight: bold;
}
.woman-reserve-text{
    font-size: 17px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
    margin-bottom: 94px;
    letter-spacing: -0.85px;
    color: #343434;
    opacity: 1;
}
.woman-reserve-text-SP{
    display: none;
}
/*レディースLP_フッター*/
.woman-footer-area{
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: black;
    color: #FFFFFF;
    padding-bottom: 28px;
}
.woman-footer-flex{
    display: flex;
    padding: 48px 10% 56px 10%;
}
.woman-footer-logo{
    margin: auto 10% auto 10%;
}
.woman-footer-sns{
    width: 50%;
    margin: auto 10% auto 10%;
    text-align: left;
}
.woman-footer-ins-flex,
.woman-footer-line-flex{
    display: flex;
    margin-bottom: 20px;
}
.woman-footer-ins,
.woman-footer-line,
.woman-footer-hot,
.woman-footer-mens{
    font-size: 17px;
    text-align: left;
    letter-spacing: 0px;
    color: #FAFAFA;
    opacity: 1;
}
.woman-footer-ins,
.woman-footer-line{
    margin-left: 5%;
}
.woman-footer-ins,
.woman-footer-line,
.woman-footer-hot,
.woman-footer-mens{
    background: url("https://www.learose.jp/");
}
.woman-footer-hot,
.woman-footer-mens{
    margin-bottom: 20px;
}
.woman-footer-copyright{
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
}
.woman-footer-copyright-SP{
    display: none;
}
.woman-footer-hot a,
.woman-footer-hot a:hover,
.woman-footer-hot a:visited,
.woman-footer-mens a,
.woman-footer-mens a:hover,
.woman-footer-mens a:visited{
    color: inherit;
    text-decoration: none;
}

/*レディースLP_追従メニュー*/
.woman-fixed-button {
    font-size: 17px;
    position: fixed;
    bottom: 100px;
    margin-left: 85%;
    height: 200px;
    text-align: center;
}
.woman-fixed-button button{
    opacity: 0.8;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.woman-fixed-button button a{
    color: inherit;
    text-decoration: none;
}
/*レディースLP_SP*/
@media screen and (max-width: 720px) {
    /*TOP_SP*/
    .woman-top-img{
        display: none;
    }
    .woman-top-img-SP{
        display: block;
        width: 100%;
    }
    /*XXと思われたお客さまへ_SP*/
    .woman-top-area{
        text-align: center;
        padding-top: 70px;
        padding-bottom: 118px;
    }
    .woman-top-title01{
        font-size: 19px;
    }
    .woman-top-title02{
        font-size: 18px;
    }
    .woman-top-text01,
    .woman-top-text01-end,
    .woman-top-text02,
    .woman-top-text02-end,
    .woman-top-learose-text,
    .woman-reason-01-text{
        font-size: 13px;
    }
    .woman-reason-01-text{
        margin-right:5%;
        margin-left:5%;
    }
    .woman-top-learose-text{
        margin: 0 5% 0 5%;
    }
    .woman-top-title01,
    .woman-top-title02{
        margin-bottom: 40px;
    }
    .woman-top-text01,
    .woman-top-text02{
        margin-bottom: 30px;
    }
    .woman-reason-img{
        width: 90%;
        margin: auto;
    }
    .woman-top-learose{
        padding-top: 142px;
        padding-bottom: 142px;
        background-size: 90%;
    }
    .woman-top-learose-title{
        font-size: 18px;
        margin-bottom: 66px;
    }
    .woman-reason-area{
        padding-top: 72px;
        padding-bottom: 80px;
    }
    .woman-reason-title{
        display: none;
    }
    .woman-reason-title-SP{
        display: block;
        font-size: 21px;
        padding-bottom: 70px;
        margin: 0 5% 0 5%;
        letter-spacing: 2.96px;
        color: #343434;
        opacity: 1;
        font-weight: bold;
    }
    .woman-reason-num,
    .woman-reason-num-white{
        font-size: 45px;
        width: 170px;
        border-radius: 80px 80px 0 0;
        padding-top: 30px;
        margin-bottom: -240px;
    }
    .woman-reason-01{
        padding-top: 50px;
    }
    .woman-reason-01-title{
        font-size: 17px;
        margin-bottom: 28px;
    }
    .woman-merit-img{
        width: 80%;
    }
    .woman-reason-01-title-pic{
        margin-bottom: 34px;
    }
    .woman-reason-01-led_title{
        display: none;
    }
    .woman-reason-01-led_text{
        font-size: 12px;
    }
    .woman-reason-01-flex{
        margin-right:5%;
        margin-left:5%;
    }
    .woman-reason-led-SP{
        display: block;
        font-size:16px;
        margin-bottom: 24px;
        text-align: center;
        letter-spacing: 0px;
        color: #343434;
        opacity: 1;
    }

    .woman-reason-merit-title{
        font-size: 20px;
        margin-bottom: 42px;
    }
    .woman-reason-merit-area{
        width: 100%;
        padding: 38px 5% 86px 5%;
        margin-bottom: 30px;
    }
    .woman-reason-03-flex{
        display: none;
    }
    .woman-reason-03{
        padding-bottom: 58px;
        padding-top: 60px;
    }
    .woman-reason-03-title{
        font-size: 17px;
        margin: 0 6% 34px 6%;
    }
    .woman-reason-03-voice{
        padding: 44px 10% 32px 10%;
        width: 100%;
    }
    .woman-reason-merit{
        width: 48%;
    }
    .woman-reason-slider{
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        display: flex;
    }
    
    .woman-reason-merit-s_subtitle,
    .woman-reason-merit-subtitle{
        font-size: 16px;
    }
    #woman-reason-subtitle-mod{
        font-size: 15px;
    }
    .woman-reason-merit-text{
        font-size: 13px;
    }
    .woman-reason-merit-s_subtitle {
        padding-top: 34px;
        padding-bottom: 26px;
    }
    .woman-reason-merit-text-bub{
        font-size: 11px;
    }
    .woman-reason-02-title{
        font-size: 17px;
        padding-top: 56px;
        margin-bottom: 32px;
    }
    .woman-reason-02-title-pic {
        margin: 0 5% 38px 5%;
    }
    .woman-reason-02-text{
        font-size: 13px;
        margin: 0 5% 30px 5%;
        text-align: left;
    }
    /*スライダー*/
    .woman-reason-slider{
        /* 以下の設定は必須 */
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        display: flex;
        -webkit-overflow-scrolling: touch; /* スマホ対応のため必須 */
        overflow-scrolling: touch; /* スマホ対応のため必須 */
   }
    .woman-reason-slider > div{
        scroll-snap-align: center;
        height: 100%;
        width: 100%;
        flex: none;
        color: #FFF;
        margin: 0 5%;
    }
    /*料金プラン_SP*/
    .woman-price-area{
        padding: 38px 0 50px 0;
        background-size: 80%;
    }
    .woman-price-title{
        font-size: 20px;
        padding-bottom: 32px;
        margin-bottom: 40px;
    }
    .woman-price-freepass-plan{
        display: none;
    }
    .woman-price-freepass-plan-SP{
        display: block;
        font-size: 17px;
        margin-bottom: 24px;
        letter-spacing: 0px;
        color: #343434;
        opacity: 1;
        font-weight: bold;
    }
    .woman-price-freepass{
        font-size: 40px;
        width: 70%;
    }
    .woman-price-freepass-tax{
        font-size: 22px;
        width: 30%;
        padding-top: 20px;
    }
    .woman-price-freepass-top{
        padding-bottom: 50px;
        margin-bottom: 40px;
    }
    .woman-price-flex-course{
        display: block;
        margin-bottom: 42px;
    }
    .woman-price-course-plan{
        font-size: 15px;
        margin: auto;
        text-align: center;
        padding-top: 0;
    }
    .woman-price-course,
    .woman-price-course-tax{
        display: none;
    }
    .woman-price-SP{
        font-size: 21px;
        font-weight: bold;
    }
    .woman-price-SP-tax{
        font-size: 12px;
        padding-top: 10px;
        margin-left: 2%;
    }
    .woman-price-flex-SP{
        display: flex;
        justify-content: center;
    }
    .woman-price-text{
        font-size: 12px;
    }
    /*予約-SP*/
    .woman-reserve-title{
        font-size: 16px;
        background-color: #E28CAD;
        padding: 36px 0 36px 0;
        background-image:none;
    }
    .woman-reserve-subtitle{
        font-size: 25px;
    }
    .woman-reserve-text{
        display: none;
    }
    .woman-reserve-text-SP{
        display: block;
        font-size: 12px;
        margin: 0 5% 50px 5%;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
        letter-spacing: -0.85px;
        color: #343434;
        opacity: 1;
    }
    .woman-reserve-triangle{
        border-top: 30px solid #E28CAD;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
    }
    .woman-fixed-button{
      display: none;
    }
    /*フッター*/
    .woman-footer-flex{
        display: block;
    }
    .woman-footer-logo{
        margin: auto 20% 20%;
    }
    .woman-footer-sns{
        margin: auto;
    }
    .woman-footer-ins,
    .woman-footer-line,
    .woman-footer-hot,
    .woman-footer-mens{
        font-size: 15px;
    }
    .woman-footer-copyright{
        display: none;
    }
    .woman-footer-copyright-SP{
        display: block;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
    }
}
/*レディースLP_フッター*/
.woman-footer-area{
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: black;
    color: #FFFFFF;
    padding-bottom: 28px;
}
.woman-footer-flex{
    display: flex;
    padding: 48px 10% 56px 10%;
}
.woman-footer-logo{
    margin: auto 10% auto 10%;
}
.woman-footer-sns{
    width: 50%;
    margin: auto 10% auto 10%;
    text-align: left;
}
.woman-footer-ins-flex,
.woman-footer-line-flex{
    display: flex;
    margin-bottom: 20px;
}
.woman-footer-ins,
.woman-footer-line,
.woman-footer-hot,
.woman-footer-mens{
    font-size: 17px;
    text-align: left;
    letter-spacing: 0px;
    color: #FAFAFA;
    opacity: 1;
}
.woman-footer-ins,
.woman-footer-line{
    margin-left: 5%;
}
.woman-footer-ins,
.woman-footer-line,
.woman-footer-hot,
.woman-footer-mens{
    background: url("https://www.learose.jp/");
}
.woman-footer-hot,
.woman-footer-mens{
    margin-bottom: 20px;
}
.woman-footer-hot a,
.woman-footer-hot a:hover,
.woman-footer-hot a:visited,
.woman-footer-mens a,
.woman-footer-mens a:hover,
.woman-footer-mens a:visited{
    color: inherit;
    text-decoration: none;
}
/*レディースLP_SP*/
@media screen and (max-width: 720px) {
    /*hフッター*/
    .woman-footer-flex{
        display: block;
    }
    .woman-footer-logo{
        margin: auto 20% 20%;
    }
    .woman-footer-sns{
        margin: auto;
    }
    .woman-footer-ins,
    .woman-footer-line,
    .woman-footer-hot,
    .woman-footer-mens{
        font-size: 15px;
        width: 180px;
    }
}
/************************************
** レディースLP_プライバシーポリシー
************************************/
.woman-privacy-area{
	max-width: 980px;
	margin: 0 auto;
}

.woman-privacy-area-title h2 {
    padding-top: 110px;
	padding-left: 0px;
	padding-bottom: 10px;
    margin-bottom: 30px;
	border-bottom:1px solid;
    font-size: 36px;
    color: #707070;
}

.woman-privacy-area-subtitle h3{
	font-size: 20px;
	margin-bottom: 0px;
	padding-left: 0px;
}

.woman-privacy-area-contact{
	margin-bottom: 200px;
}

.woman-privacy-area-contact p {
	margin: 0px;
}

@media screen and (max-width: 1024px){
	.woman-privacy-area{
		padding-right: 5%;
		padding-left: 5%;
	}
}

@media screen and (max-width: 720px){
	.woman-privacy-area{
		max-width: 720px;
		margin: 0 auto;
	}
	.woman-privacy-area-title h2 {
		font-size: 20px;
	}
	.woman-privacy-area-subtitle h3{
		font-size: 18px;
	}
}
#woman-personal .woman-personal-title,
#woman-personal .woman-personal-text{
	font-size: 18px;
	color:#707070;
	font-family:"Hiragino Kaku Gothic ProN",
				"Noto Sans JP", sans-serif;
	margin-bottom:30px;
}
#woman-personal .woman-personal-text label{
	font-size: 20px;
	display:block;
	text-align:center;
}
#woman-personal .woman-personal-information{
  padding: 15px 50px 0px 50px;
  background-color: white;
  margin-bottom: 15px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 1024px){	
  #woman-personal {
    margin-left: 28px;
    margin-right: 28px;
  }
}
@media screen and (max-width: 720px){
  #woman-personal .woman-personal-title,
	#woman-personal .woman-personal-text{
		font-size: 11px;
		margin-bottom:15px;
	}

	#woman-personal .woman-personal-text label{
		font-size: 12px;
	}

  #woman-personal .woman-personal-information{
      padding: 15px 10px 0px 10px;
  }
}
.woman-br{
  display: none;
}
@media screen and (max-width: 720px){
  .woman-br{
    display: block;
  }
}
.woman-ogp{
  display: none;
}

.woman-pic{
  position: relative;
  max-width: 620px;
  height: 350px;
  margin: auto;
}
.woman-backcolor{
  position: absolute;
  top: 50px;
  left: 20px;
  width: auto;
  max-width: 620px;
}
.woman-reason-img{
  position: absolute;
  width: auto;
}

.woman-reason-02-title-pic{
  position: relative;
  max-width: 620px;
  height: 420px;
  margin: auto;
}
.woman-backcolor2{
  position: absolute;
  top: 20px;
  left: 20px;
  width: auto;
  max-width: 620px;
}
@media screen and (max-width: 720px){
  .woman-backcolor,
  .woman-backcolor2{
    display: none;
    width: auto;
  }
  .woman-reason-img{
    margin: 0 5%;
    width: 90%;
    position: static;
  }
  .woman-pic,
  .woman-reason-02-title-pic{
    width: auto;
    height: auto;
    position: static;
  }
  .woman-reason-02-title-pic {
    margin-bottom: 38px;
  }
}
