@charset "utf-8";
/*
//	
//	
//	
*/
/* Import CSS
---------------------------------------------*/
@import url(layout-basic.css);
/*メイン画像
-------------------------------------------- */









/* メインイメージ PC */
.main-img-flame {
  background: #fff;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.main-img {
  background: url("../../images/index/main-img05-3.jpg") no-repeat ;
  background-size: cover;
  width: 100%;
}


.main-r-flame {
  justify-content: flex-end; /*左右中央寄せ*/
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  align-items: center; /*上下中央寄せ*/
  flex-wrap: wrap; /*折り返し*/
  margin: 0px 15px 0 0;
  text-align: right;
}
.main-catch {
  margin: 15px 0 10px 0;
  height: 260px;
}
.main-catch span {
    background-color: #402210;
    color: #fff;
    font-size: 90%;
    line-height: 2.4;
    margin: 0 0 20px 0;
    padding: 10px 10px 5px 10px;
}
.main-mail {
  width: 100%;
  border-radius: 50%;
  font-size: 68%;
  font-weight: 600;
  justify-content: center; /*左右中央寄せ*/
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  align-content: center; /*上下中央寄せ*/
  flex-wrap: wrap; /*折り返し*/
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.main-mail a {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.main-mail img {
  width: 70px;
  margin: 2px auto 0 auto;
}
.main-mail02 {
  width: 100%;
  border-radius: 50%;
  font-size: 68%;
  font-weight: 600;
  justify-content: center; /*左右中央寄せ*/
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  align-content: center; /*上下中央寄せ*/
  flex-wrap: wrap; /*折り返し*/
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.main-mail02 a {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.main-mail02 img {
  width: 70px;
  margin: 2px auto 0 auto;
}
.main-mail03 {
  width: 100%;
  border-radius: 50%;
  font-size: 68%;
  font-weight: 600;
  justify-content: center; /*左右中央寄せ*/
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  align-content: center; /*上下中央寄せ*/
  flex-wrap: wrap; /*折り返し*/
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.main-mail03 a {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.main-mail03 img {
  margin: 2px auto 0 auto;
}

.newslist-img{
  margin: 2px auto 60px auto;
}
/*-------------------------
  文字装飾
--------------------------- */
.text-s {
  font-size: 12px;
}
.text-s02 {
  font-size: 14px;
}
.text-l {
  font-size: 90%;
  font-weight: 600;
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  -webkit-align-items: flex-end; /*上下中央寄せ*/
  align-items: flex-end; /*上下中央寄せ*/
  -webkit-justify-content: flex-end; /*左右中央寄せ*/
  justify-content: flex-end; /*左右中央寄せ*/
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.em-red {
  font-weight: 600;
  font-size: 130%;
  color: #a81859;
  margin: 0 0 0 5px;
  padding: 0;
  line-height: 1.4;
}
.em-red02 {
  font-weight: 600;
  font-size: 17px;
  color: #a81859;
  margin: 0 0 0 5px;
  padding: 0;
  line-height: 1.4;
}
/*-------------------------
  各パーツ
  background-color: rgba(64,34,16,0.85);
  background-color: rgba(244,230,203,0.85);

--------------------------- */
 .box02 {
  background:#D0D9E0;
  position: relative;
  margin: 1em auto 0 auto;
  width: 100%;
  padding: 60px 0 50px 0;
}




.box {
  background: url("../../images/index/32741900.jpg") center bottom;
  position: relative;
  margin: 1em auto 0 auto;
  width: 95%;
  padding: 60px 0 50px 0;
}
.box {
  border-radius: 25px;
}
.box::after {
  content: '';
  background-color: rgba(200,222,239,0.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 25px;
}

.box h3, .box02 h3 {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -1em;
  font-size: 150%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  z-index: 1;
}
.box span, .box02 span {
  padding: .2em .5em;
  background: #FFF;
  color: #402210;
  border: 5px solid #402210;
	
}
.l-box {
  justify-content: flex-start; /*左右中央寄せ*/
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  align-items: center; /*上下中央寄せ*/
  margin: 0 0px 20px 0;
  position: relative;
  z-index: 1;
  flex-wrap: wrap; /*折り返し*/
}
.r-box {
  justify-content: flex-end; /*左右中央寄せ*/
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  align-items: center; /*上下中央寄せ*/
  margin: 0 0 20px 0px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap; /*折り返し*/
	flex-direction: column-reverse;

}
.salon-photo {
  width: 90%;
  margin: 0 auto;
  height: auto;
}
.salon-photo img {
  object-fit: cover;
  width: 500px;
  height: 170px;
}
.salon-text {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  font-size: 70%;
  padding: 15px 10px;
  font-weight: 500;
  box-sizing: border-box;
}
.salon-text h4 {
  text-align: center;
  font-size: 124%;
  font-weight: 600;
  margin: 0 0 5px 0;
  letter-spacing: 0.05em;
}
.mail-button {
  text-align: center;
/*  position: absolute; */
 margin: -20px 0 25px 0;
  right: 0;
  left: 0;
  bottom: -0.8em;
  font-size: 160%;
  font-weight: 600;
  z-index: 1;
}
.mail-button span {
  background-color: #402210;
  border: 3px solid #fff;
  box-shadow: 1px 1px 2px gray;
  border-radius: 50px;
  color: #fff;
  padding: .3em 1em;
}
.mail-button span a {
  color: #fff;
}
.bg-wh {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/* 料金表 */
.price-box {
  width: 100%;
}
.menu-title {
  -webkit-justify-content: flex-start; /*左右中央寄せ*/
  justify-content: flex-start; /*左右中央寄せ*/
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  overflow: hidden;
  width: 85%;
  margin: 0 auto 20px auto;
}
.menu-title dt {
  border: 1px solid #402210;
  background: #402210;
  color: #fff;
  position: relative;
  padding: 3px 0 0px 10px;
  font-size: 14px;
  width: 30%;
}
.menu-title dt:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: 0px;
  right: -1.1em;
  border-style: solid;
  border-color: transparent transparent transparent #402210;
  border-width: 15px 0 16px 1em;
  z-index: 1;
}
.menu-title dd {
  border: 1px solid #402210;
  padding: 3px 0 0px 20px;
  width: 70%;
  font-size: 12px;
}
.menu-title02 {
  width: 85%;
  margin: 0 auto 20px auto;
  background: #c8deef;
  color: #000;
  text-align: center;
  padding: 3px 0;
  font-size: 14px;
}
table.memu-price {
  width: auto;
  margin: 0 auto 10px auto;
  text-align: right;
}
table.memu-price th, td {
  padding: 0 10px 10px 0;
  vertical-align: middle;
}
table.memu-price th {
  font-size: 13px;
  font-weight: 500;
}
table.memu-price td {
  font-size: 18px;
  font-weight: 600;
}
/* スライダー　料金 */
.slide-price {
  position: relative;
  z-index: 1;
  border-radius: 2em;
  padding: 20px;
  width: 78%;
  margin: 0 auto 10px auto;
  background: linear-gradient(to right, #2250a0, #0f1730);
  text-align: center;
  font-size: 14px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.slide-price::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-sizing: border-box;
  border-radius: 2em;
  padding: 10px; /* 線の太さ調整 */
  width: 100%;
  height: 100%;
  background: #fff;
  background-clip: content-box;
  content: "";
}
.site-img {}
.slide-price-table {
  width: auto;
  margin: 0 auto;
  text-align: right;
}
.slide-price-table th {
  font-size: 10px;
  font-weight: 500;
  padding: 0 5px 10px 0;
}
.slide-price-table th.text-m {
  font-size: 12px;
  font-weight: 500;
  padding: 0 5px 10px 0;
}
.slide-price-table td {
  font-size: 13px;
  font-weight: 600;
  padding: 0 5px 10px 0;
}
.text-ss {
  font-size: 11px;
  border: none;
  color: #000;
  padding: 0;
}
span.text-s {
  font-size: 14px;
  border: none;
  color: #000;
  padding: 0;
}
span.text-sss {
  font-size: 11px;
  border: none;
  color: #000;
  padding: 0;
}

.slide-text {
  font-weight: 600;
  margin: 0 0 10px 0;
}
.sen {
  border: none;
  border-bottom: 2px solid #000;
  margin: 0 0 15px 0;
}
.bg-bl, .bg-pk {
  color: #fff;
  font-size: 10px;
  padding: 2px 0;
  text-align: center;
}
.bg-bl {
  background: #402210;
}
.bg-pk {
  background: #a81859;
}
/* よくある質問 */
.qa-list dl {
  position: relative;
  margin: 10px auto;
  cursor: pointer;
  border: 1px solid #fff;
  width: 90%;
  position: relative;
  z-index: 1;}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 20px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::after {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 50px;
  font-weight: bold;
  background: #fff;
  font-size: 15px;
}
.qa-list dl dt::before {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #3285bf;
}
.qa-list dl dd::before {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #3285bf;
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 0px 20px 20px 50px;
  background: #fff;
  font-size: 14px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}
/*　アクセス　*/
.map {
  position: relative;
  width: 80%;
  height: 0;
  padding-top: 54.25%; /*比率*/
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.salon-info {
  width: 100%;
  margin: 0 10px;
}
.info-table {
  width: 100%;
  color: #000;
  font-size: 14px;
}
.info-table tr.sen {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.info-table th {
  vertical-align: top;
  padding: 10px 10px;
  white-space: nowrap;
  font-weight: 500;
}
.info-table td {
  vertical-align: top;
  padding: 10px 10px;
}
/*　お問い合わせ　*/
.inquiry {
  width: 90%;
  margin: 0 auto 30px auto;
}
.inquiry th {
  color: #fff;
  text-align: left;
  padding: 20px 0 5px 0;
}
.inquiry td {
  background: #fff;
  border-radius: 5px;
}
.inquiry span {
  color: #f23a3c;
  background: none;
  border: none;
}
@media print, screen and (min-width : 768px) {
    .main-img {
    background: url("../../images/index/main-img02-3.jpg") no-repeat ;
    background-size: contain;
    height: 567px;
    max-width: 97%;
  }
}
@media print, screen and (min-width: 1024px) {
  /* ボディ部分
--------------------------------------- */
  /*　メインイメージ　PC　*/
  .main-img-flame {
/*  background: url("../../images/index/bg001.jpg") ; */
	background-color: #D0D9E0;  
    padding: 90px 0 60px 0;
    margin: 0 0 100px 0;
  }
  .main-img {
    background: url("../../images/index/main-img02-3.jpg") no-repeat ;
    height: 567px;
    max-width: 97%;
  }
	.main-img img{
		width: auto;
	}
  .main-mail {
    width: 100%;
	  font-size: 24px;
	  margin: 160px 0 0 0;
  }
	  .main-mail02 {
    width: 100%;
	  font-size: 24px;
	  margin: 20px 0 0 0;
  }
.main-r-flame {
  margin: 0 90px 0 0;
}

.main-catch {
  margin: 40px 0 10px 0;
  height: 270px;
}

.main-catch span {
  background-color: rgba(0,0,0,0);
  color: #fff;
  font-size: 62px;
  line-height: 1.8;
  margin: 0 0 0px 0;
  padding: 10px 20px 5px 20px;
}	
	.mail-button {
  display: none;
}

	
.newslist-img{
  margin: -50px auto 80px auto;
}
  /*　メインイメージより下部分　*/
  /*　flexbox　子要素*/
  /*-------------------------
  文字装飾
--------------------------- */
  .text-s {
    font-size: 14px;
  }
  .text-s02 {
    font-size: 16px;
  }
  .text-l02 {
    font-size: 20px;
  }
  .em-red {
    font-weight: 600;
  font-size: 130%;
    color: #a81859;
	  margin: 0 0 0 5px;
  padding: 0;
  line-height: 1.4;
  }
	.text-l {
  font-size: 21px;
  font-weight: 600;
		letter-spacing: 0.05em;
		margin: 0 0 40px 0;
}
  /*-------------------------
  各パーツ
--------------------------- */

  .box, .box02 {
    margin: 1em auto 0 auto;
    width: 100%;
    padding: 100px 0 50px 0;
  }
  .box {
    width: 60%;
  }
.box h3, .box02 h3 {
  font-size: 230%;
}
  .l-box {
    width: 100%;
    margin: 0 0px 60px -40px;
  }
  .r-box {
    width: 100%;
    margin: 0 0px 60px 40px;
	flex-direction: row;
  }
  .salon-photo {
    width: 40%;
    height: auto;
  margin: 0;
}
  .salon-photo img {
    object-fit: cover;
    width: 500px;
    height: 280px;
    border-radius: 10px;
  }
  .salon-text {
    width: 50%;
    padding: 45px 40px;
    font-size: 100%;
   margin: 0;
 }
  .salon-text h4 {
    font-size: 145%;
    margin: 0 0 35px 0;
  }
.mail-button {
  font-size: 34px;
  font-weight: 600;
}
.mail-button span {
  background-color: #402210;
  border: 3px solid #fff;
  box-shadow: 1px 1px 2px gray;
  border-radius: 50px;
  color: #fff;
  padding: .3em 2.5em;
}	
  .bg-wh {
    padding: 40px 20px;
    width: 80%;
    margin: 0 auto;
  }
  /* 料金表 */
  .price-box {
    width: 40%;
    margin: 10px 15px;
  }
  .menu-title {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .menu-title dt {
    padding: 3px 0 3px 20px;
    font-size: 16px;
    width: 30%;
  }
  .menu-title dt:after {
    position: absolute;
    top: 0px;
    right: -1.1em;
    border-width: 16px 0 17px 1em;
    z-index: 1;
  }
  .menu-title dd {
    padding: 5px 0 3px 40px;
    width: 70%;
    font-size: 14px;
  }
  .menu-title02 {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
  }
  table.memu-price th {
    font-size: 15px;
  }
  table.memu-price td {
    font-size: 22px;
  }
/* スライダー　料金 */
.slide-price {
  width: 19%;
  margin: 0 auto 10px auto;
  font-size: 15px;
}	
  /* よくある質問 */
  .qa-list dl {
    margin: 10px auto;
    width: 50%;
  }
  .qa-list dl dt {
    font-size: 20px;
    padding: 20px 20px 20px 60px;
  }
  .qa-list dl dt::before {
    font-size: 26px;
  }
  .qa-list dl dd {
    font-size: 18px;
    padding: 0px 20px 20px 60px;
  }
  .qa-list dl dd::before {
    font-size: 26px;
  }
  /*　アクセス　*/
  .map {
    position: relative;
    width: 38%;
    height: 0;
    padding-top: 28.25%; /*比率*/
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .salon-info {
    width: 40%;
    margin: 0 0 40px 50px;
  }
  /*　お問い合わせ　*/
  .inquiry {
    width: 30%;
    margin: 0 auto 80px auto;
  }
  /*-------------------------
  blog 
--------------------------- */
}
