@charset "utf-8";
/*
Theme Name: グレース191101
*/

@font-face {
  font-family: 'STDN';
  src: url("font/STDN.OTF");
  src: url("font/STDN.OTF") format("opentype"), url("font/_stdn_w3-webfont.eot") format("embedded-opentype"), url("font/_stdn_w3-webfont.woff") format("woff"), url("font/_stdn_w3-webfont.woff2") format("woff2"), url("font/_stdn_w3-webfont.svg") format("svg");
}
@font-face {
  font-family: 'A1MINCHOSTD';
  src: url("font/A-OTF-A1MINCHOSTD-BOLD.OTF");
  src: url("font/A-OTF-A1MINCHOSTD-BOLD.OTF") format("opentype"), url("font/a-otf-a1minchostd-bold-webfont.eot") format("eot"), url("font/a-otf-a1minchostd-bold-webfont.woff") format("woff"), url("font/a-otf-a1minchostd-bold-webfont.woff2") format("woff2"), url("font/a-otf-a1minchostd-bold-webfont.svg") format("svg");
}
@font-face {
  font-family: 'FUTURAEXTENDED';
  src: url("font/FUTURAEXTENDED.TTF");
  src: url("font/FUTURAEXTENDED.TTF") format("truetype"), url("font/futuraextended-webfont.eot") format("eot"), url("font/futuraextended-webfont.woff") format("woff"), url("font/futuraextended-webfont.woff2") format("woff2"), url("font/futuraextended-webfont.svg") format("svg");
}
/*==================================================
1.leyout 
==================================================*/
html {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
  line-height: 1.6;
  font-size: 62.5%;
}

@media all and (min-width: 768px) {
  body {
    min-width: 1270px;
  }
}
@media all and (max-width: 767px) {
  body {
    padding-top: 68px;
  }
}

/*--------------------
header
--------------------*/
.header {
  padding: 20px 0;
}
@media all and (max-width: 767px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 68px;
    padding: 10px 4%;
    background: #fff;
  }
}
@media all and (max-width: 767px) {
  .header-logo {
    width: 120px;
  }
}
.header-btn img {
  width: 30px;
}
.header-sp-booking img, .header-sp-tel img {
  display: block;
  width: 30px;
  margin: 0 auto 2px auto;
}
.header-sp-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-sp-list li {
  color: #C93E44;
  width: 5em;
  text-align: center;
  font-size: 1rem;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-list {
  display: flex;
  font-size: 2.2rem;
}
.header-list li {
  margin: 0 2px;
  display: flex;
  align-items: center;
}
.header-tel {
  display: block;
  width: 200px;
  height: 70px;
  padding-top: 5px;
  border: solid 2px #c93e44;
  border-radius: 3px;
  color: #c93e44;
  text-align: center;
  background-image: -moz-linear-gradient(180deg, #e8e8e8 0%, white 100%);
  background-image: -webkit-linear-gradient(180deg, #e8e8e8 0%, white 100%);
  background-image: -ms-linear-gradient(180deg, #e8e8e8 0%, white 100%);
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho;
}
.header-tel__ico {
  position: relative;
  display: inline-block;
  padding: 18px 0 15px 40px;
  line-height: 1;
  background: url("images/ico-tel.svg") no-repeat left 15px/30px auto;
  color: #c93e44;
  text-decoration: none;
}
.header-booking {
  display: block;
  width: 200px;
  height: 70px;
  padding-top: 10px;
  border-radius: 3px;
  background-image: -moz-linear-gradient(180deg, #c93d44 0%, #ed7b80 100%);
  background-image: -webkit-linear-gradient(180deg, #c93d44 0%, #ed7b80 100%);
  background-image: -ms-linear-gradient(180deg, #c93d44 0%, #ed7b80 100%);
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho;
}
.header-booking__ico {
  display: inline-block;
  padding: 16px 0 15px 40px;
  line-height: 1;
  background: url("images/ico-booking.svg") no-repeat center left/30px auto;
}

/*--------------------
gnav
--------------------*/
.gnav {
  height: 62px;
  background: #ee8587;
  color: #fff;
  font-size: 1.6rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho;
}
@media all and (max-width: 767px) {
  .gnav {
    display: none;
    height: auto;
    position: fixed;
    left: 0;
    top: 68px;
    transition: .4s;
  }
}
@media all and (max-width: 767px) {
  .gnav--show {
    display: block;
  }
}
.gnav ul {
  display: flex;
}
@media all and (max-width: 767px) {
  .gnav ul {
    flex-wrap: wrap;
  }
}
.gnav ul li {
  text-align: center;
}
@media all and (max-width: 767px) {
  .gnav ul li {
    width: 50%;
    border-bottom: #fadbdb solid 1px;
  }
}
@media all and (max-width: 767px) {
  .gnav ul li:nth-child(odd) {
    border-right: #fadbdb solid 1px;
  }
}
.gnav ul li a {
  position: relative;
  display: block;
  width: 140px;
  padding: .8em 0;
  line-height: 1;
  text-align: center;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .gnav ul li a {
    width: 100%;
    padding: 1.25em 0;
    font-size: 1.3rem;
  }
}
.gnav ul li a:before {
  content: "";
  position: absolute;
  right: 0;
  top: .8em;
  display: block;
  height: 2em;
  border-left: solid 2px #fadbdb;
}
@media all and (max-width: 767px) {
  .gnav ul li a:before {
    content: none;
  }
}
.gnav ul li a img {
  display: block;
  margin: 4px auto 0 auto;
}
@media all and (max-width: 767px) {
  .gnav ul li a img {
    margin-top: 4px;
    width: 45px;
  }
}
.gnav ul li:first-child a:after {
  content: "";
  position: absolute;
  left: 0;
  top: .8em;
  display: block;
  height: 2em;
  border-left: solid 2px #fadbdb;
}
@media all and (max-width: 767px) {
  .gnav ul li:first-child a:after {
    content: none;
  }
}
@media all and (min-width: 768px) {
  .gnav__01 a {
    width: 90px !important;
  }
}
@media all and (min-width: 768px) {
  .gnav__08 a, .gnav__02 a {
    width: 220px !important;
  }
}

@media all and (max-width: 767px) {
    nav.icon_navi ul {
        margin: 3% 0 5%;
        text-align: center;
    }
    nav.icon_navi ul li {
        display: inline-block;
        margin: 0 1%;
        width: 22%;
        border-radius: 5px;
        border: 1px solid #ed6d7c;
        vertical-align: top;
    }
        nav.icon_navi ul li a {
            display: block;
            padding: 2%;
            width: 100%;
            height: 100%;
            font-size: 12px;
            color: #ed6d7c;
            line-height: 1.2;
        }
}
/*--------------------
main
--------------------*/
.main {
  display: block;
  padding-bottom: 60px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho;
  line-height: 1.6;
  color: #666;
  font-size: 1.8rem;
}
@media all and (max-width: 767px) {
  .main {
    padding-bottom: 30px;
    font-size: 1.5rem;
  }
}

/*パンくず
---------------------------------------------------------------------------*/
ol.breadcrumbs {
	margin: 20px auto;
	padding: 0 20px;
	width: 1000px;
 }
ol.breadcrumbs li {
	display: inline;
	padding: 5px 5px 5px 0;
	font-size: 14px;
}
ol.breadcrumbs li a {
	padding:5px 15px 5px 0;
	height:100%;
	background-image: url(images/icon/topicpath.png);
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 14px;
	text-decoration: none;
}
@media all and (max-width: 767px) {
    ol.breadcrumbs {
        margin: 3% auto;
        width: 100%;
     }
     ol.breadcrumbs li {
        font-size: 12px;
    }
    ol.breadcrumbs li a {
        font-size: 12px;
    }
}
/*--------------------
footer
--------------------*/

.footer {
 /* border-top: solid 1px #f27190;*/
  padding: 70px 0 110px 0;
 /* border-top: solid 1px #f27190;*/
  font-size: 1.2rem;
  color: #3b2716;
}
@media all and (max-width: 767px) {
  .footer {
    padding: 5% 0 20% 0;
    background: #ed6d7c;
  }
}
.footer-logo {
  margin-bottom: 40px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .footer-logo {
    width: 50%;
    margin: 0 auto 20px auto;
  }
}
.footer-row {
  display: flex;
}
@media all and (max-width: 767px) {
  .footer-row {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer-row__col {
  width: 33%;
}
  .footer-row__col h4 {
      font-size: 1.4em;
  }
  .footer-row__col p {
      font-size: 1.2em;
  }
@media all and (max-width: 767px) {
  .footer-row__col {
      float: left;
    width: 48%;
  }
  .footer-row__col h4 {
      margin-bottom: .5em;
      border-bottom: 1px solid #fff;
      font-size: 1.2em;
      color: #fff;
  }
  .footer-row__col p {
      font-size: 1em;
      color: #fff;
  }
}
@media all and (max-width: 767px) {
  .footer-list {
	margin: 0 auto;
	width: 100%;
  }
}
.footer-list li {
  margin-bottom: 0.3em;
  font-size: 14px;
  font-weight: bold;
}
  .footer-list li a {
    text-decoration: underline;
  }
@media all and (max-width: 767px) {
  .footer-list li {
    width:  100%;
    margin-bottom: 3%;
    padding-left: 1em;
    background: url(images/icon/arrow_white.png) left 7px no-repeat;
    background-size: 3%;
    font-size: 13px;
    color: #fff;
  }
  .footer-list li a{
    font-size: 12px;
    color: #fff;
  }
}
.footer-copy {
  margin-top: 70px;
  text-align: center;
  font-size: 1.4rem;
  color: #3b2716;
}
@media all and (max-width: 767px) {
  .footer-copy {
    margin-top: 35px;
    font-size: 1.1rem;
    color: #fff;
  }
}

.fixed-bnr {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.8);
  font-size: 2.2rem;
}
@media all and (max-width: 767px) {
  .fixed-bnr {
    padding: 15px;
    font-size: 4vw;
    z-index: 99999;
  }
}
.fixed-bnr-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media all and (max-width: 767px) {
  .fixed-bnr-logo {
    display: none;
  }
}
.fixed-bnr-list {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .fixed-bnr-list {
    width: 100%;
  }
}
.fixed-bnr-list li {
  margin: 0 10px;
}
@media all and (max-width: 767px) {
  .fixed-bnr-list li:last-child { display: none; }
  .fixed-bnr-list li {
    width: calc(50% - 5px);
    margin: 0;
  }
}
.fixed-bnr-tel {
  display: block;
  width: 260px;
  height: 70px;
  padding-top: 5px;
  border: solid 2px #c93e44;
  border-radius: 3px;
  color: #c93e44;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho;
  background-image: -moz-linear-gradient(180deg, #e8e8e8 0%, white 100%);
  background-image: -webkit-linear-gradient(180deg, #e8e8e8 0%, white 100%);
  background-image: -ms-linear-gradient(180deg, #e8e8e8 0%, white 100%);
}
@media all and (max-width: 767px) {
  .fixed-bnr-tel {
    width: 100%;
    height: 45px;
  }
}
.fixed-bnr-tel__ico {
  display: inline-block;
  padding: 15px 0 20px 40px;
  line-height: 1;
  background: url("images/ico-tel.svg") no-repeat center left/30px auto;
}
@media all and (max-width: 767px) {
  .fixed-bnr-tel__ico {
    padding: 8px 0 10px 25px;
    background-size: 15px auto;
  }
}
.fixed-bnr-booking {
  display: block;
  width: 260px;
  height: 70px;
  border-radius: 3px;
  padding-top: 5px;
  background-image: -moz-linear-gradient(180deg, #c93d44 0%, #ed7b80 100%);
  background-image: -webkit-linear-gradient(180deg, #c93d44 0%, #ed7b80 100%);
  background-image: -ms-linear-gradient(180deg, #c93d44 0%, #ed7b80 100%);
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho;
}
@media all and (max-width: 767px) {
  .fixed-bnr-booking {
    width: 100%;
    height: 45px;
  }
}
.fixed-bnr-booking__ico {
  display: inline-block;
  padding-left: 40px;
  padding: 18px 0 20px 40px;
  line-height: 1;
  background: url("images/ico-booking.svg") no-repeat center left/30px auto;
}
@media all and (max-width: 767px) {
  .fixed-bnr-booking__ico {
    padding: 10px 0 10px 25px;
    background-size: 15px auto;
  }
}

/*==================================================
2.utility
==================================================*/
/*--float--*/
.u-fl {
  float: left;
}

.u-fr {
  float: right;
}

.u-clear {
  clear: both;
}

.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt05 {
  margin-top: 5px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb05 {
  margin-bottom: 5px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml05 {
  margin-left: 5px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr05 {
  margin-right: 5px;
}

/*--text--*/
.u-bold {
  font-weight: bold;
}

.u-under {
  text-decoration: underline;
}

.u-tl {
  text-align: left;
}

.u-tc {
  text-align: center;
}

.u-tr {
  text-align: right;
}

/*--font-size--*/
.u-font-s {
  font-size: 1.2rem;
}

.u-font-m {
  font-size: 1.6rem;
}

.u-font-l {
  font-size: 1.8rem;
}

/*==================================================
3.sp pc
==================================================*/
@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/*==================================================
4.module
==================================================*/
/*--------------------
inner
--------------------*/
.inner {
  width: 1270px;
  margin-right: auto;
  margin-left: auto;
}
.ope-inner {
	margin: 40px auto 80px;
	width: 1270px;
}
	.ope-inner h2 {
	}
@media all and (max-width: 767px) {
  .inner {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .ope-inner {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media all and (min-width: 768px) {
  .pc-inner {
    width: 1270px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*--------------------
box unit
--------------------*/
/*--------------------
section
--------------------*/
/*==================================================
5.page
==================================================*/
.section-ttl {
  margin-bottom: 40px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho;
  font-size: 3rem;
  text-align: center;
  color: #ec787a;
}
@media all and (max-width: 767px) {
  .section-ttl {
    margin-bottom: 20px;
    font-size: 6vw;
  }
  body.home main h2.section-ttl {
    padding: 2% 0;
    background-color: #434343;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #4d4d4d), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #4d4d4d),color-stop(.75, #4d4d4d), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 20px 20px;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
    color: #fff;
    }
    body.home main h2.section-ttl img { display: none; }
}
.section-ttl img {
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .section-ttl img {
    margin: 0px auto 0 auto;
    width: 140px;
  }
}
.section-ttl--low {
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 10px 1.5em;
  background: #ec787a;
  color: #fff;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .btn {
    padding: 10px 1em;
    font-size: 1.4rem;
  }
}
.btn__arrow {
  display: inline-block;
  padding-right: 15px;
  background: url("images/btn-arrow.svg") no-repeat right center/10px auto;
}

.btn-02 {
  position: relative;
  display: block;
  width: 260px;
  margin: auto;
  padding: 10px 15px;
  border: solid 1px #ec787a;
  color: #ec787a;
  text-align: center;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .btn-02 {
    width: 70%;
    font-size: 1.4rem;
  }
}
.btn-02:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 14px;
  margin: auto;
  background: url("images/btn-arrow-02.svg") no-repeat center/cover;
}

.main-img {
  height: 540px;
  background: url("images/main-bg.png") no-repeat center/cover;
}
@media all and (max-width: 767px) {
  .main-img {
    height: 70vw;
    padding: 5% 0 0 5%;
  }
}

	body.page .main-img,
	body.single .main-img,
	body.archive .main-img {
		margin-bottom: 40px;
		height: 250px;
		background: url("images/main-bg.png") no-repeat center/cover;
	}
		body.page .main-img h1,
		body.single .main-img h1,
		body.archive .main-img h1 {
			margin: 0 auto;
			font-size: 32px;
			text-align: center;
		}

@media all and (max-width: 767px) {
	body.page .main-img,
	body.single .main-img,
	body.archive .main-img {
		margin-bottom: 5%;
		padding: 5% 3%;
		height: auto;
	}
		body.page .main-img h1,
		body.single .main-img h1,
		body.archive .main-img h1 {
			font-size: 24px;
		}
}

.main-img-row {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 1270px;
}
.main-img-row__col {
  width: 50%;
  display: flex;
}
.main-img-row__col:nth-child(1) {
  width: 55%;
}
.main-img-row__col:nth-child(2) {
  width: 45%;
  align-self: flex-end;
}
.main-img-person {
  margin-left: 80px;
}
@media all and (max-width: 767px) {
  .main-img-person {
    margin-left: 0;
  }
}
.main-img-ttl {
  margin-left: 250px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho;
  color: #666666;
  font-size: 4.2rem;
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  .main-img-ttl {
    margin-left: 0;
    line-height: 1.7;
    font-size: 7vw;
  }
}
.main-img-ttl__s {
  font-size: 3.6rem;
}
@media all and (max-width: 767px) {
  .main-img-ttl__s {
    font-size: 6vw;
  }
}

.campaign {
  padding-top: 45px;
}
@media all and (max-width: 767px) {
  .campaign {
      margin: 5% auto 0;
      padding-top: 0;
      width: 90%;
  }
}
.campaign-row {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .campaign-row {
    display: block;
    width: 100%;
  }
}
.campaign-unit {
  width: 580px;
  height: 400px;
  padding: 25px 25px 25px 210px;
}
@media all and (max-width: 767px) {
  .campaign-unit {
    width: 100% !important;
    height: 220px;
    margin-bottom: 15px;
    padding: 15px 5% 15px 40%;
  }
}
.campaign-unit--01 {
  background: url("images/campaing-bg-01.png") no-repeat center/cover;
}
.campaign-unit--02 {
  background: url("images/campaing-bg-02.png") no-repeat center/cover;
}
.campaign-txt {
  margin-bottom: 5px;
  font-size: 2.4rem;
  text-align: center;
}
.campaign-txt:before {
  content: "";
  display: inline-block;
  border-left: solid 1px #666;
  width: 0;
  height: 1em;
  margin-right: .5em;
  transform: rotate(-10deg);
}
.campaign-txt:after {
  content: "";
  display: inline-block;
  border-left: solid 1px #666;
  width: 0;
  height: 1em;
  margin-right: .5em;
  transform: rotate(10deg);
}
@media all and (max-width: 767px) {
  .campaign-txt {
    font-size: 3.5vw;
  }
}
.campaign-ttl {
  margin-bottom: 40px;
  font-size: 4.8rem;
  color: #966a1c;
  line-height: 1.2;
  text-align: center;
}
@media all and (max-width: 767px) {
  .campaign-ttl {
    margin-bottom: 15px;
    font-size: 7vw;
  }
}
.campaign-ttl__s {
  font-size: 4rem;
}
@media all and (max-width: 767px) {
  .campaign-ttl__s {
    font-size: 5.5vw;
  }
}
.campaign-price dt {
  margin-bottom: 5px;
  padding: 5px 0 15px 0;
  line-height: 1;
  background: url("images/ribon.png") no-repeat center;
  text-align: center;
  font-size: 2.3rem;
  color: #fff;
}
@media all and (max-width: 767px) {
  .campaign-price dt {
    widows: 55vw;
    font-size: 3vw;
    padding-top: 7px;
    background-size: contain;
  }
}
.campaign-price dd {
  font-family: 'FUTURAEXTENDED';
  font-size: 9rem;
  color: #c93e44;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .campaign-price dd {
    font-size: 10vw;
  }
}
.campaign-price-row {
  display: flex;
  justify-content: center;
}
.campaign-price-row__col-01 {
  display: block;
}
.campaign-price-row__col-02 {
  padding-left: 10px;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho;
}
@media all and (min-width: 768px) {
  .campaign-price-row__col-02 {
    padding-bottom: 5px;
  }
}
@media all and (max-width: 767px) {
  .campaign-price-row__col-02 {
    padding-left: 5px;
  }
}
.campaign-price__tax {
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .campaign-price__tax {
    font-size: 1rem;
  }
}
.campaign-price__yen {
  padding-bottom: 5px;
  font-size: 3.7rem;
}
@media all and (max-width: 767px) {
  .campaign-price__yen {
    font-size: 6vw;
  }
}

.voice {
  padding-top: 50px;
}
@media all and (max-width: 767px) {
  .voice {
    padding-top: 25px;
  }
}
@media all and (max-width: 767px) {
  .voice-row {
    margin-bottom: 20px;
  }
}
.voice-unit {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px auto;
  padding: 25px;
  border-radius: 10px;
  border: solid 1px #000;
}
@media all and (max-width: 767px) {
  .voice-unit {
    flex-wrap: wrap;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
}
.voice-unit__left {
  width: 270px;
  margin-right: 20px;
  padding-top: 20px;
}
@media all and (max-width: 767px) {
  .voice-unit__left {
    width: 100%;
    margin: 0 0 15px 0;
    padding-top: 15px;
  }
}
.voice-unit__right {
  width: 850px;
  margin-left: 20px;
}
	body.archive .voice-unit__right {
		width: 680px;
	}
@media all and (max-width: 767px) {
  .voice-unit__right {
    width: 100%;
    margin-left: 0;
  }
}
.voice-new {
  display: inline-block;
  margin-left: .5em;
  margin-top: 2px;
  padding: 3px 7px;
  line-height: 1;
  color: #fff;
  font-size: 1.2rem;
  background: #c29d65;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (max-width: 767px) {
  .voice-new {
    margin: 10px 0 0 0;
  }
}
.voice-ttl {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  font-size: 2.8rem;
}
@media all and (max-width: 767px) {
  .voice-ttl {
	display: block;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 5vw;
    line-height: 1.4;
	  text-align: center;
  }
}
.voice-star {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .voice-star {
    margin: 10px 0;
  }
}
@media all and (max-width: 767px) {
  .voice-star img {
    width: 70%;
  }
}
.voice-shop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voice-shop__cnt {
  width: 650px;
  padding-right: 10px;
}
@media all and (max-width: 767px) {
  .voice-shop__cnt {
    width: 70%;
    padding-right: 5px;
    font-size: 1.3rem;
  }
}
.voice-shop__txt {
  text-align: right;
}
@media all and (max-width: 767px) {
  .voice-shop__txt {
    text-align: left;
  }
}
.voice-shop__photo {
  width: 210px;
}
@media all and (max-width: 767px) {
  .voice-shop__photo {
    width: 30%;
  }
}
.voice-img {
  text-align: center;
}
@media all and (max-width: 767px) {
  .voice-img {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .voice-img img {
    width: 80px;
    margin-right: 5px;
  }
}
@media all and (max-width: 767px) {
  .voice-img figcaption {
    width: calc(100% - 90px);
  }
}
.voice-img__name {
  display: block;
  margin: 10px 0 5px 0;
  font-size: 1.8rem;
}
@media all and (max-width: 767px) {
  .voice-img__name {
    margin: 5px 0 3px 0;
	  width: 30%;
    font-size: 1.6rem;
  }
}
.voice-img__shop {
  display: block;
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .voice-img__shop {
	  width: 70%;
    font-size: 1.4rem;
  }
}


/*   TOPの花束箱改修 1908   */
#top_voice_2019 {
    padding: 23% 0 5%;
    background-color: #F7EBD7;
    background-image: url(images/top_voice_2019_title.png), url(images/top_voice_2019_bottom.png);
    background-position: center 2%, center 95%;
    background-repeat: no-repeat, no-repeat;
    background-size: 95%, 95%;
    overflow-x: hidden;
}
    #top_voice_2019 h3 {
        font-size: 2.5em;
        color: #42210B;
        text-align: center;
    }

#top_voice_2019 ul li {
    display: flex;
    margin: 0 auto;
    width: 90%;
}
    #top_voice_2019 ul li img {
        margin: 0 0 5% 15%;
        width: 70%;
    }
    #top_voice_2019 ul li .top_voice_right {
        margin-right: 10%;
        width: 80%;
    }
        #top_voice_2019 ul li .top_voice_right span {
            padding: 2% 0;
            border: 1px solid #A67C52;
            background: #fff;
            font-size: .8em;
            color: #A67C52;
        }
        #top_voice_2019 ul li .top_voice_right h4 {
            margin-top: .5em;
            font-size: 1.2em;
            color: #4D4D4D;
            text-decoration: underline;
        }


.btn_more {
    display: block;
    margin: 5% auto 10%;
    padding: 2% 0;
    width: 50%;
    border-radius: 10px;
    background: #ED6D7C;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
}

.concept {
  padding: 35px 0;
}
.concept-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 767px) {
  .concept-row {
    flex-wrap: wrap;
  }
}
.concept-row__col {
  width: 50%;
}
@media all and (max-width: 767px) {
  .concept-row__col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.concept-img {
  text-align: center;
}
@media all and (max-width: 767px) {
  .concept-img {
    width: 60%;
    margin: 0 auto 20px auto;
  }
}
.concept-cnt {
  margin-bottom: 30px;
  text-align: center;
  color: #888;
  line-height: 1.8;
}
.concept-cnt p:not(:last-child) {
  margin-bottom: 3em;
}
@media all and (max-width: 767px) {
  .concept-cnt p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.lineup {
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  .lineup {
    padding-bottom: 40px;
  }
}
.lineup-list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #480002;
  font-size: 3.8rem;
}
@media all and (max-width: 767px) {
  .lineup-list {
    font-size: 6vw;
  }
}
.lineup-list li {
  position: relative;
  width: calc(30% -10px);
}
@media all and (max-width: 767px) {
  .lineup-list li {
    width: calc(30% -5px);
  }
}
.lineup-list__txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  margin: auto;
  line-height: 1;
  text-align: center;
}

.salon {
  padding: 40px 0;
  min-height: 550px;
  background: url("images/salon-bg.png") no-repeat center/cover;
}
@media all and (max-width: 767px) {
  .salon {
    padding: 20px 0;
    min-height: 200px;
  }
}
.salon-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .salon-row {
    flex-wrap: wrap;
  }
}
.salon-row__left {
  width: 50%;
}
@media all and (max-width: 767px) {
  .salon-row__left {
		display: none;
		width: 70%;
		margin: 0 auto 15px auto;
  }
}
.salon-row__right {
  width: 50%;
}
@media all and (max-width: 767px) {
  .salon-row__right {
    width: 100%;
  }
}
.salon-area ul {
  display: flex;
  flex-wrap: wrap;
}
.salon-area ul li {
  min-width: 6em;
  padding-right: 1em;
  margin-bottom: 2.5em;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (max-width: 767px) {
  .salon-area ul li {
    min-width: 5em;
    margin-bottom: 1.5em;
  }
}

.voice02 {
  padding: 80px 0 30px 0;
}
@media all and (max-width: 767px) {
  .voice02 {
    padding: 40px 0 15px 0;
  }
}
.voice02-cnt {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px auto;
}
    .voice02-cnt li {
		padding: 20px 0;
		border-bottom: 1px solid #ddd;
	}
@media all and (max-width: 767px) {
    .voice02-cnt {
    margin-bottom: 25px;
    }
	.voice02-cnt li {
	    text-align: center;
	}
}
.voice02-unit {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (max-width: 767px) {
  .voice02-unit {
    flex-wrap: wrap;
  }
}
.voice02-unit__ico {
  width: 100px;
}
@media all and (max-width: 767px) {
  .voice02-unit__ico {
    width: 50px;
    margin-right: 15px;
  }
}
.voice02-unit__cat {
  width: 7.5em;
  padding: 5px .5em 5px .5em;
  text-align: center;
  color: #757575;
  line-height: 1;
  border: solid 1px #757575;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .voice02-unit__cat {
      font-size: 1.2rem;
  }
}
.voice02-unit__txt {
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  .voice02-unit__txt {
    width: 100%;
    margin-top: 5px;
    padding-left: 0;
  }
}
.voice02-new {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 5px;
  color: #fff;
  background: #c29d65;
  font-size: 1.2rem;
}
.voice02-unit_contents {
  padding-left: 100px;
  width: 100%;
  font-size: 14px;
}


.info {
  padding: 30px 0;
}
.info-list {
  width: 550px;
  max-width: 750px;
  margin: 0 auto 40px auto;
}
@media all and (max-width: 767px) {
  .info-list {
    margin-bottom: 20px;
    width: 100%;
  }
}
.info-list li {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .info-list li {
    margin-bottom: 10px;
  }
}
.info-unit {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (max-width: 767px) {
  .info-unit {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.info-unit__day {
  padding-right: 1.5em;
  width: 30%;
  font-size: 1.4rem;
  color: #301a12;
}
@media all and (max-width: 767px) {
  .info-unit__day {
    padding-right: 1em;
    font-size: 1.1rem;
  }
}
.info-unit__cat {
  width: 7.5em;
  padding: 3px .5em 2px .5em;
  border: solid 1px #ec787a;
  font-size: 1.1rem;
  color: #ec787a;
  text-align: center;
}
@media all and (max-width: 767px) {
  .info-unit__cat {
    font-size: 1rem;
  }
}
.info-unit__txt {
  padding-left: 1em;
  width: 70%;
  font-size: 1.6rem;
  color: #333333;
}
@media all and (max-width: 767px) {
  .info-unit__txt {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
/*
.blog {
  padding: 30px 0;
}*/
.blog-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .blog-row {
    flex-wrap: wrap;
  }
}
.blog-unit {
  display: block;
  width: calc(25% - 10px);
  margin-bottom: 20px;
  border: solid 1px #ddd7d6;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (max-width: 767px) {
  .blog-unit {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
.blog-figure {
  position: relative;
}
.blog-figure img {
  width: 100%;
  max-width: auto;
}
.blog-figure figcaption {
  position: absolute;
  left: -1px;
  top: -1px;
  color: #fff;
  width: 12em;
  padding: 3px .5em 2px .5em;
  font-size: 1.2rem;
  text-align: center;
}
@media all and (max-width: 767px) {
  .blog-figure figcaption {
    font-size: 1.1rem;
  }
}
.blog-figure__shop {
  background: #df8b1c;
}
.blog-figure__campaign {
  background: #bfba47;
}
.blog-figure__news {
  background: #ca4968;
}
.blog-body {
  padding: 10px 15px 20px 15px;
}
@media all and (max-width: 767px) {
  .blog-body {
    padding: 10px 10px 20px 10px;
  }
}
.blog-day {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
@media all and (max-width: 767px) {
  .blog-day {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
}
.blog-ttl {
  margin-bottom: 5px;
  font-size: 1.6rem;
  color: #3d2e2c;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .blog-ttl {
    font-size: 1.3rem;
  }
}
.blog-shop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  text-align: right;
  font-size: 1.2rem;
}
@media all and (max-width: 767px) {
  .blog-shop {
    margin-bottom: 5px;
    font-size: 1.1rem;
    text-align: left;
  }
}
.blog-shop img {
  margin-left: 10px;
}
@media all and (max-width: 767px) {
  .blog-shop img {
    margin-left: 5px;
  }
}
.blog-txt {
  padding-top: 7px;
  border-top: solid 1px #ddd7d6;
  font-size: 1.4rem;
  color: #3d2e2c;
}
@media all and (max-width: 767px) {
  .blog-txt {
    font-size: 1.2rem;
  }
}


.sp_top_contents {
    display: -webkit-flex;
    display: flex;
    margin: 5% auto 2%;
    width: 90%;
}
    .sp_top_contents_left {
        margin: 0 5% 5% 0;
        width: 55%;
    }
    .sp_top_contents_right {
        width: 40%;
    }
    .sp_top_contents img {
        width: 100%;
    }
    .sp_top_contents .sp_top_contents_right h4 {
        font-size: 1.2em;
        color: #ED6D7C;
    }
    .sp_top_contents .sp_top_contents_right p {
        margin-bottom: 5%;
        font-size: .8em;
    }
    .sp_top_contents .sp_top_contents_right a.sp_top_contents_link {
        padding-left: 5%;
        background: url(images/icon/arrow_pink.png) left 4px no-repeat;
        background-size: 5px;
        font-size: .9em;
    }

.instagram {
  padding: 30px 0;
}

.booking-row {
  width: 100%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .booking-row {
    flex-wrap: wrap;
  }
}
.booking-row__01 {
  width: 200px;
}
@media all and (max-width: 767px) {
  .booking-row__01 {
    width: 100px;
  }
}
.booking-row__02 {
  width: 400px;
}
@media all and (max-width: 767px) {
  .booking-row__02 {
    width: calc(100% - 100px);
  }
}
.booking-row__03 {
  width: 600px;
}
@media all and (max-width: 767px) {
  .booking-row__03 {
    width: 90%;
    margin: auto;
  }
}
.booking-tel {
  font-size: 3.6rem;
}
@media all and (max-width: 767px) {
  .booking-tel {
    font-size: 5.5vw;
  }
}
.booking-tel img {
  position: relative;
  left: -10px;
  top: -10px;
}
@media all and (max-width: 767px) {
  .booking-tel img {
    width: 20px;
  }
}
.booking-btn {
  position: relative;
  display: block;
  color: #fff;
  padding: 1em 2em;
  text-align: center;
  font-size: 3.2rem;
  background-image: -moz-linear-gradient(180deg, #c93d44 0%, #ed7b80 100%);
  background-image: -webkit-linear-gradient(180deg, #c93d44 0%, #ed7b80 100%);
  background-image: -ms-linear-gradient(180deg, #c93d44 0%, #ed7b80 100%);
}
    .booking-btn.bbtn600 {
        margin: 0 auto 60px;
        width: 600px;   
    }
@media all and (max-width: 767px) {
  .booking-btn {
    margin-top: 10px;
    padding: .9em 1.5em 1em 1.5em;
    font-size: 7vw;
  }
     .booking-btn.bbtn600 {
        margin: 0 auto 10%;
        width: 70%;
        font-size: 2rem;
    }
}
.booking-btn:before {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 28px;
  margin: auto;
  background: url("images/btn-arrow.svg") no-repeat center/cover;
}
@media all and (max-width: 767px) {
  .booking-btn:before {
    right: 15px;
    width: 7px;
    height: 14px;
  }
}

/*=== 電話のウィンドウ ===*/
.modal-content {
	display: none;
	position: fixed;
	margin: 0;
	padding: 20px;
	width: 50%;
	border-radius: 5px;
	background: #fff;
	z-index: 9999;
}
	.modal-content p {
		margin: 0;
		padding: 0;
		font-size: 14px;
	}
	.modal-content ul { margin-top: 10px; }
	.modal-content li {
		float: left;
		width: 25%;
		font-size: 14px;
	}
		.modal-content li:nth-child(3n) { width: 50%; }
		.modal-content li:nth-child(4), .modal-content li:nth-child(5) { padding-top: 10px; }
		.modal-content li select { padding: 5px 10px; height: 40px; border-radius: 3px; font-size: 16px; }
		.modal-content li a { font-size: 16px; pointer-events: none; }
		.modal-content li:nth-child(3n) a { display: inline-block; font-size: 18px; }
		.modal-content li:nth-child(3n) a strong { font-size: 24px; color: #c93d44; }
	.modal-overlay {
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:120%;
		background-color:rgba(0,0,0,0.3);
		z-index:1;
	}
	.modal-open:hover { cursor:pointer; }
	.modal-close { font-size: 18px; color: #ee8587; }
	.modal-close:hover { cursor:pointer; }
.txt_center {
	margin: 10px auto 40px;
	text-align: center;
}
.txt_red{
	color: #cd0000;
	padding: 10px;
}
@media all and (max-width: 767px) {
	.txt_center {
		margin: 3% auto 5%;
		width: 90%;
		font-size: 1.3rem;
	}
.txt_red{
	color: #cd0000;
	padding: 10px;
text-align: left;
}

}
.txt_right {
	margin: 10px 0 20px;
	text-align: right;
}
.page-id-1261 strong {
 /*font-size: 18px;
color: #c93d44;*/
}
#con1.modal-content {
	top: 120px !important;
	right: 200px !important;
}
@media all and (max-width: 767px) {
  .modal-content {
	padding: 5%;
	width: 90%;
  }
  .modal-content li{ width: 50%; }
  .modal-content li:nth-child(3n) { width: 100%; }
  .modal-content li:nth-child(4) { width: 60%; }
  .modal-content li:nth-child(5) { width: 40%; }
  .modal-content li:nth-child(6) { padding-top: 5%; text-align: center; }
  .modal-content li a{ pointer-events: auto; }
  .modal-close { font-size: 16px; }
}


/*==================================================
6.js ie
==================================================*/
.ie .header-tel__ico {
  padding-top: 23px;
  padding-bottom: 16px;
}
.ie .header-booking__ico {
  padding-top: 22px;
  padding-bottom: 12px;
}
.ie .campaign-price dt {
  padding-top: 10px;
}
.ie .campaign-price__tax {
  position: relative;
  top: -5px;
}
.ie .btn-02 {
  padding-top: 13px;
  padding-bottom: 7px;
}
.ie .voice02-unit__cat {
  padding-top: 8px;
  padding-bottom: 2px;
}
.ie .info-unit__cat {
  padding-top: 6px;
  padding-bottom: 0;
}
.ie .blog-figure figcaption {
  padding-top: 5px;
  padding-bottom: 0;
}
.ie .booking-btn {
  padding-top: 1.3em;
  padding-bottom: 1.1em;
}
.ie .fixed-bnr-tel__ico {
  padding-top: 22px;
  padding-bottom: 10px;
}
.ie .fixed-bnr-booking__ico {
  padding-top: 22px;
  padding-bottom: 10px;
}

.shop-search{

  margin: 30px auto;
  padding: 20px;
  width: 50%;
  border-radius: 5px;
  background: #fff;

}

.shop-search p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.shop-search ul { margin-top: 10px; }
.shop-search li {
  float: left;
  width: 25%;
  font-size: 14px;
}
.shop-search li:nth-child(3n) { width: 50%; }
.shop-search li select { padding: 5px 10px; height: 40px; border-radius: 3px; font-size: 16px; }
.shop-search li a { font-size: 16px; }
.shop-search li:nth-child(3n) a { font-size: 18px; }

/*　痩身TOP　*/
body.page-template-page-body .main-img { margin-bottom: 40px; height: 450px; background: url(images/body_main_bg.jpg) bottom center no-repeat/cover; }
body.page-template-page-facial .main-img { margin-bottom: 40px; height: 450px; background: url(images/facial_main_bg.jpg) bottom center no-repeat/cover; }
body.page-template-page-depilation .main-img { margin-bottom: 40px; height: 450px; background: url(images/depilation_main_bg.jpg) bottom center no-repeat/cover; }

body.page-template-page-body .main-img h1,
	body.page-template-page-facial .main-img h1,
	body.page-template-page-depilation .main-img h1 {
			margin: 10px auto 0;
			width: 1000px;
			font-size: 40px;
			color: #fff;
			text-align: center;
			text-shadow: 0 0 6px #480002;
	}
	body.page-template-page-facial .main-img h1, body.page-template-page-depilation .main-img h1 { text-align: left; text-shadow: none; }
	body.page-template-page-depilation .main-img h1 { color: #666; }
    body.page-id-264 .main-img, body.page-id-780 .main-img, body.page-id-913 .main-img {
		margin-bottom: 40px;
		height: 450px;
		background: url(images/body_main_machine_bg.jpg) -5% center no-repeat/cover;
	}
	body.page-id-264 .main-img h1, body.page-id-780 .main-img h1, body.page-id-913 .main-img h1 { /* 美容機器 */
			margin: 10px auto 0;
			width: 1000px;
			font-size: 40px;
			color: #fff;
			text-align: center;
			text-shadow: 0 0 6px #666;
	}

	body.page-id-302 .main-img { margin-bottom: 40px; height: 450px; background: url(images/body_main_nayami_bg.jpg) -5% center no-repeat/cover; } /* 痩身悩み */
	body.page-id-777 .main-img { margin-bottom: 40px; height: 450px; background: url(images/facial_main_nayami_bg.jpg) -5% center no-repeat/cover; } /* フェイシャル悩み */
	body.page-id-911 .main-img { margin-bottom: 40px; height: 450px; background: url(images/depilation_main_nayami_bg.jpg) -5% center no-repeat/cover; } /* 脱毛悩み */

	body.page-id-302 .main-img h1, body.page-id-777 .main-img h1, body.page-id-911 .main-img h1 {
			margin: 10px auto 0;
			width: 1000px;
			font-size: 40px;
			color: #fff;
			text-align: center;
			text-shadow: 0 0 6px #480002;
	}

.chcket_gray {
    position: relative;
    margin-bottom: 60px;
    padding: 100px 0;
    background: #efefef   
}
    .chcket_gray span {
        position: absolute;
        top: 0;
        left: 0;
    }
    .chcket_gray p {
        text-align: center;
    }

.double_line {
    margin: 20px auto 60px;
    padding: 60px;
    border: double 10px #ec787a;
}
    .double_line h3 {
        margin: 0 0 40px;
        padding: 10px 0;
        background: #ec787a;
        font-size: 24px;
        color: #fff;
        text-align: center;
    }
    .double_line p {
        margin: 0 auto;
        width: 60%;
        color: #ec787a;
    }
@media all and (max-width: 767px) {
    body.page-template-page-body .main-img { margin-bottom: 10%; height: 300px; background: url(images/body_main_bg.jpg) bottom left no-repeat/cover; }
    body.page-template-page-facial .main-img { margin-bottom: 10%; height: 300px; background: url(images/facial_main_bg.jpg) bottom center no-repeat/cover; }
    body.page-template-page-depilation .main-img { margin-bottom: 10%; height: 300px; background: url(images/depilation_main_bg.jpg) bottom center no-repeat/cover; }
    body.page-template-page-body .main-img h1,
    body.page-template-page-facial .main-img h1,
    body.page-template-page-depilation .main-img h1 {
			margin: 10% auto 0;
			width: 100%;
			font-size: 30px;
	}

	body.page-id-264 .main-img, body.page-id-780 .main-img, body.page-id-913 .main-img  {
    	margin-bottom: 5%;
		height: 300px;
		background: url(images/body_main_machine_bg.jpg) left top no-repeat/cover;
	}
	body.page-id-302 .main-img { margin-bottom: 5%; height: 300px; background: url(images/body_main_nayami_bg.jpg) left top no-repeat/cover; }
	body.page-id-777 .main-img { margin-bottom: 5%; height: 300px; background: url(images/facial_main_nayami_bg.jpg) right top no-repeat/cover; }
	body.page-id-911 .main-img { margin-bottom: 5%; height: 300px; background: url(images/depilation_main_nayami_bg.jpg) center top no-repeat/cover; }
	body.page-id-302 .main-img h1, body.page-id-777 .main-img h1, body.page-id-780 .main-img h1, body.page-id-911 .main-img h1, body.page-id-913 .main-img h1 {
			font-size: 30px;
	}
	body.page-id-264 .main-img h1, body.page-id-302 .main-img h1 {
			margin: 10% auto 0;
			width: 100%;
			font-size: 30px;
	}

    .chcket_gray {
        margin-bottom: 10%;
    }
    .chcket_gray p {
        margin: 0 auto;
        width: 90%;
    }
    .double_line {
      margin: 5% auto 10%;
      padding: 5%;
    }
    .double_line h3 {
        margin: 0 0 10%;
        padding: 5% 0;
        font-size: 20px;
    }
    .double_line p {
        width: 100%;
    }
}

/*　よくある質問　*/
#QandA {
	display:block;
	margin:0 auto 100px;
	width: 1200px;
}
#QandA dt {
	display:block;
	margin-bottom: 10px;
	padding: 10px 60px 10px 20px;
	height:auto;
	border-bottom: 1px solid #ed92b0;
	background:url(images/icon/qa_icon01.png) 95% 50% no-repeat;
	font-size: 18px;
	color:#333;
	cursor:pointer;
}
#QandA dd {
	margin-bottom: 10px;
	padding: 10px 20px;
	height:auto;
	border:none;
	display:none;
	font-size: 16px;
}
#QandA dt strong, #QandA dd strong { margin-right:10px; font-size:22px; font-weight: normal; }
#QandA dt.active{
	background:url(images/icon/qa_icon02.png) 95% 50% no-repeat;
}
@media all and (max-width: 767px) {
	#QandA {
		margin:0 auto 20%;
		width: 90%;
	}
	#QandA dt {
		padding: 2% 15% 2% 5%;
		font-size: 18px;
		line-height: 1.4em;
	}
	#QandA dd {
		margin-bottom: 2%;
		padding: 5%;
		display:none;
		font-size: 16px;
		line-height: 1.4em;
	}
}

/*　施術紹介　*/
body.page-template-page-ope-pages main { background: #fbfbfa; }
.ope_wrap { margin: 0 auto 40px; width: 1000px; text-align: center; }
.ope_wrap li { display: inline-block; margin: 0 10px 30px; padding: 30px; width: 475px; box-shadow: 0 3px 8px #ccc; border-radius: 5px; background: #fff; vertical-align: top; }
.ope_wrap li:after, .ope_wrap li .cf:after { content: ""; display: block; clear: both; }
.ope_wrap li .f_l { margin: 0 auto 10px; width: 100%; }
.ope_wrap li .f_l img { width: 100%; }
.ope_wrap li .f_r { margin: 0 auto 10px;  width: 100%; }
.ope_wrap li h3 { margin-bottom: 20px; font-size: 28px; color: #947540; font-weight: bold; text-align: center; }
.ope_wrap li p { text-align: left; line-height: 1.8; letter-spacing: -0.7px; }
.ope_wrap #btn { display: block; margin: 10px auto 5px; padding: 0 3px; width: 100%; height: 50px; background: #ee8587;  color:#fff; text-align: center; line-height: 50px; }
.ope_thum_image { float: right; margin: 0 0 30px 30px; width: 300px;}
@media all and (max-width: 767px) {
	.ope_wrap { margin: 0 auto 5%; padding: 0 3%; width: 100%; }
	.ope_wrap li { margin-bottom: 5%; padding: 5%; width: 95%; }
	.ope_wrap li .f_l { float: none; margin: 0 auto; width: 100%; }
	.ope_wrap li .f_l span { padding: 2px 0 1px; font-size: 14px; }
	.ope_wrap li .f_l img { margin: 0 auto; width: 100%; }
	.ope_wrap li .f_r { float: none; margin: 0 auto; width: 100%; }
	.ope_wrap li h3 { width: 100%; font-size: 22px; color: #444; font-weight: bold; color: #947540; text-align: center; }
	.ope_wrap li p { margin-bottom: 5%; }
	.ope_wrap #btn { margin: 5% auto; width: 100%; font-size: 14px; }
}
/*　施術カテゴリTOP　*/
.ope_cat_opes {
	margin-bottom: 40px;
	padding: 50px 0 20px;
	background: #fbfbfa;
}
	.ope_cat_opes h2 { margin-bottom: 0; }
	.ope_cat_opes .ope_wrap li { display: inline-block; width: 46%; vertical-align: top; }
	.ope_cat_opes .ope_wrap li:nth-child(2n) { margin-left: 4%; }
	.ope_cat_opes .ope_wrap li .f_l { float: none; margin: 0 auto; width: 100%; }
	.ope_cat_opes .ope_wrap li h3 { font-size: 26px; text-align: center; }
	.ope_cat_opes .ope_wrap #btn { width: 100%; }
@media all and (max-width: 767px) {
	.ope_cat_opes {
		margin-bottom: 10%;
		padding: 5%;
	}
	.ope_cat_opes .ope_wrap li { padding: 5% 5% 2%; width: 100%; }
	.ope_cat_opes .ope_wrap li:nth-child(2n) { margin-left: 0%; }
	.ope_cat_opes .ope_wrap li h3 { font-size: 20px; }
}

/*　キャンペーン　*/
.campaign_wrap { margin: 0 auto 40px; width: 1200px; }
.campaign_wrap li { margin-bottom: 30px; padding-bottom: 10px; border-bottom: 1px solid #ccc; }
.campaign_wrap li:after { content: ""; display: block; clear: both; }
.campaign_wrap li:last-child{ border-bottom: none; }
.campaign_wrap li .f_l { float: left; margin-right: 40px; width: 220px; }
.campaign_wrap li .f_l span { display: block; padding: 1px 0 0; width: 100%; background: #ff7c00; font-size: 14px; color: #fff; letter-spacing: 2px; text-align: center; }
.campaign_wrap li .f_l img { width: 100%; }
.campaign_wrap li dl { float: right; margin-bottom: 10px; width: 940px; }
.campaign_wrap li dl dt { float: left; width: 65%; }
.campaign_wrap li dl dt h3 { font-size: 20px; color: #444; font-weight: bold;}
.campaign_wrap li dl dd { float: left; width: 35%; font-size: 26px; font-weight: bold; color: #c93e45; text-align: right; }
.campaign_wrap li p { margin-bottom: 20px; }
.campaign_wrap li p.detail { font-size: 14px; text-align: right; }
.campaign_wrap li p span.koumoku { color: #aa8e44; font-weight: bold; }
.campaign_wrap #btn { display: block; margin: 0 auto 5px; padding: 0 3px; width: 250px; height: 50px; background: #ff7c00;  color:#fff; text-align: center; line-height: 50px; }
.campaign_wrap h4 { margin-bottom: 20px; padding: 0 0 10px 3%; border-bottom: 1px solid #ddd; font-size: 24px; color: #ec787a; }
.cam_salon_list li { width: 100%; border-bottom: none; }
.cam_salon_list li ul li { float: left; padding-left: 3%; width: 33%; }
	/*　施術の流れ版　*/
	.campaign_wrap.flow li { margin-bottom: 10px; padding: 30px 50px; border-radius: 4px; border-bottom: none; background: #f6f5f3; }
	.campaign_wrap.flow li:nth-child(even) { padding: 0; background: #fff; text-align: center; }
	.campaign_wrap.flow li:nth-child(even) img { width: 100px; }
	.campaign_wrap.flow li .f_l span { padding: 8px 0; border-radius: 4px 4px 0 0; border: 1px solid #bba085; border-bottom: none; background: #fff; font-size: 18px; color: #bba085; }
	.campaign_wrap.flow li dl { width: 840px; }
	.campaign_wrap.flow li dl dt h3 { font-size: 26px; color: #bba085; }

@media all and (max-width: 767px) {
	.campaign_wrap { margin: 0 auto 5%; padding: 0 3%; width: 100%; }
	.campaign_wrap li { margin-bottom: 5%; padding-bottom: 2%; }
	.campaign_wrap li .f_l { float: none; margin: 0 auto; width: 80%; }
	.campaign_wrap li .f_l span { padding: 2px 0 1px; font-size: 14px; }
	.campaign_wrap li .f_l img { margin: 0 auto; width: 100%; }
	.campaign_wrap li dl { float: none; margin-bottom: 5%; width: 100%; }
	.campaign_wrap li dl dt { float: none; width:100%; }
	.campaign_wrap li dl dt h3 { font-size: 18px; color: #444; font-weight: bold; text-align: center; }
	.campaign_wrap li dl dd { float: none; width: 100%; font-size: 24px; text-align: center; }
	.campaign_wrap li p { margin: 0 auto 5%; width: 85%; }
	.campaign_wrap li p.detail { font-size: 12px; text-align: center; }
	.campaign_wrap h4 { font-size: 20px; }

		.campaign_wrap.flow { padding: 0; }
		.campaign_wrap.flow li { padding: 10%; }
		.campaign_wrap.flow li dl { margin-bottom: 2%; width: 100%; }
		.campaign_wrap.flow li p { font-size: 16px; }
}


.wp-pagenavi, .search_pagenation{margin:10px auto 100px;height:30px;text-align:center;}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{border:none;font-size:32px;font-weight:bold;}
.wp-pagenavi a, .wp-pagenavi span{border:none !important;}
.wp-pagenavi a.page, .search_pagenation a.page-numbers{margin:0 5px;padding:6px 10px;border:1px solid #ee8587 !important;background:#fff;color:#444;}
.wp-pagenavi a.page:hover, .search_pagenation a.page-numbers:hover{background:#ddd;}
.wp-pagenavi span.current, .search_pagenation a.current{padding:5px 12px;width:50px;border:1px solid #ee8587 !important;background:#ee8587;color:#fff;}
@media all and (max-width: 767px) {
	.wp-pagenavi{margin:5% auto 25%;text-align:center;}
	.wp-pagenavi a.previouspostslink,
	.wp-pagenavi a.nextpostslink{border:none;font-size:24px;font-weight:bold;}
	.wp-pagenavi a.page,.search_pagenation a.page-numbers{margin:0 5px;padding:2% 3%;line-height:1.8;}
	.wp-pagenavi span.current, .search_pagenation a.current{padding:2% 3%;}
	.wp-pagenavi a,.wp-pagenavi a.page,.wp-pagenavi span {display: inline-block;margin-bottom:1%;vertical-align:bottom;}
	.wp-pagenavi a.page,.wp-pagenavi span.current {height:40px;}
}


ul.pre_next {
	margin: 40px 0 20px;
	text-align: center;
}
ul.pre_next li {
	display: inline-block;
	line-height: 1.6;
}
ul.pre_next li a {
	font-size: 16px;
}
    ul.pre_next li a:hover { text-decoration: underline; }
ul.pre_next li.pre_next01 {
	width: 44%;
	text-align: left;
}
ul.pre_next li.pre_next02 {
	width: 10%;
}
ul.pre_next li.pre_next03 {
	width: 44%;
	text-align: right;
}
@media all and (max-width: 767px) {
    ul.pre_next {
	    margin: 20px 0;
    	text-align: center;
    }
    ul.pre_next li {
	    display: inline-block;
    	line-height: 1.2;
    }
    ul.pre_next li a {
	    font-size: 12px;
    }
    ul.pre_next li.pre_next01 {
	    width: 46%;
    	text-align: left;
    }
    ul.pre_next li.pre_next02 {
	    width: 2%;
    }
    ul.pre_next li.pre_next03 {
	    width: 46%;
	    text-align: right;
    }
}



/*　キャンペーン予約　*/
table#contact_table {
	margin: 0 auto 10px;
	width: 100%;
}
	table#contact_table tr {
		border-bottom: 1px solid #ddd;
	}
	table#contact_table th,
	table#contact_table td {
		padding: 10px 20px;
		vertical-align: middle;
	}
	table#contact_table th {
		width: 250px;
		font-weight: bold;
		color: #333;
	}
	table#contact_table td {
		text-align: left;
		line-height: 1em;
	}
	table#contact_table td:first-of-type { width: 90px; }
	table#contact_table td p { line-height: 1.6em;  }
	table#contact_table td span { border: none; width: auto; }
	table#contact_table td span.must { display: block; margin: 0 !important; padding: 2px 6px; background: #c4a874; font-size: 11px; color:#fff; text-align: center; }
	.mw_wp_form .error { display: block; }
input { 
    padding: 5px;
	height: 50px; 
	line-height: 50px; 
}
input[type="radio"] {
	margin:0 5px 0 10px;
	border:none;
	top:-2px;
	width:15px;
	height:15px;
}
	.mwform-radio-field label {
		display: inline-block;
		margin-top: 10px;
		text-align: left;
	}
		.mwform-radio-field label input {
			float: left;
		}
		.mwform-radio-field label .mwform-radio-field-text {
			float: left;
			font-size: 17px;
		}
		.mw_wp_form .vertical-item { /*display: inline-block !important;*/ }
		.mw_wp_form .horizontal-item + .horizontal-item { margin-left: 0 !important; }
.mwform-checkbox-field label {
	float: left;
	display:inline-block;
	margin-right: 20px;
}
input[type="checkbox"] {
	margin:0 5px 0 10px;
	border:none;
	top:-2px;
	width:15px;
	height:15px;
}
	.mwform-checkbox-field label {
		width: 100%;
		height: 25px;
		text-align: left;
	}
		.mwform-checkbox-field label input {
			float: left;
		}
		.mwform-checkbox-field label .mwform-checkbox-field-text {
			float: left;
		}
input[type="text"], input[type="email"], input[type="url"] {
	width: 550px;
	height: 50px;
	font-size: 16px;
}
td.full_input input[type="text"] {
    width: 100%;
	pointer-events : none;
}
.mwform-tel-field { width: 100%; border: none; text-align: left; }
.mwform-tel-field input {
	width: 90px;
	height: 50px;
	font-size: 18px;
}
textarea {
	margin: 10px 0;
	width: 750px;
	height: 250px;
	font-size: 14px;
}
table#contact_table td.table_center { text-align: center; line-height: 1.2em; }
table#contact_table td.table_center p { font-size: 14px !important; text-align: left; line-height: 1.4em !important; }
table#contact_table td.table_center span { font-size: 13px; }

input:focus { border:solid 1px #f7736e; }
select {
	border-radius: 2px;
	min-width: 370px;
	height: 50px;
}
#ui-datepicker-div select { min-width: auto; height: auto; }

select.ui-datepicker-year, select.ui-datepicker-month {
    height: auto
}
.submit{
	margin: 0 auto;
	text-align:center;
}
.submit input {
	margin: 20px auto;
	padding: 5px 0 20px;
	width: 350px;
	height: 60px;
	border: none;
	background: #821926;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.mw_wp_form_confirm .submit input{
	margin: 20px auto;
	padding: 10px 0 20px;
	width: 350px;
	height: 60px;
	border: none;
	background: #821926;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.mw_wp_form_confirm .back input{
	width: 200px;
	height: 50px !important;
	border:none;
	background: #888;
	overflow:hidden;
	cursor:pointer;
	color: #fff;
}
.back{
	margin:0 auto 30px;
	text-align:center;
}
.thanks {
	margin: 0 auto 40px;
	padding: 20px 20px 10px;
	border: 1px solid #d4c298;
	font-size: 16px;
	text-align: center;
}
@media all and (max-width: 767px) {
    table#contact_table { margin: 0 auto 5%; }
	table#contact_table th,
	table#contact_table td { float: left; padding: 3% 2%; }
	table#contact_table th { width: 80%; text-align: left; }
	table#contact_table th.td_center { width: 100%; text-align:center; }
	table#contact_table td:first-of-type { width: 20%; }
	table#contact_table td:nth-of-type(2) {
		width: 100%;
		text-align: center;
	}
	table#contact_table td span.must { text-align: center; }
    input { width: 100%; }
    input[type="text"], input[type="email"], input[type="url"] { width: 100%; }
    input[type="radio"] { margin:0 0 0 10px; }
    .mwform-radio-field label {
		display: block;
		margin-bottom: 5px !important;
		text-align: left;
		line-height: 1.2;
	}
		.mwform-radio-field label .mwform-radio-field-text { float: none; }
    textarea {
	    width: 100%;
	    height: 200px;
    }
    input[type="number"] { width: 100px; }
    textarea {
	    width: 100%;
	    height: 200px;
    }
    select { min-width: 100%; max-width: 100%; height: 50px; }
    .submit{
	    margin: 0 auto;
    	text-align:center;
    }
    .submit input { width: 100%; }
    .mw_wp_form_confirm .submit input{ width: 100%; }
    .mw_wp_form_confirm .back input{ width: 60%; font-size: 14px; }   
}

.wp-pagenavi ul{
  display: inline-block;
  margin: 0 auto;
}
    body.home .wp-pagenavi { display: none; }
.wp-pagenavi ul li{
  float: left;
}
}
.btnBox2 {
  width: 220px;
  margin: 0;
}


/* 特定のフォームからメニュー、フッターなど非表示 */
.page-id-217 .toggleBtn, .page-id-217 .fixBn, .page-id-217 .footer,
.page-id-1261 .toggleBtn, .page-id-1261 .fixBn, .page-id-1261 .footer,
.page-id-38314 .toggleBtn, .page-id-38314 .fixBn, .page-id-38314 .footer,
.page-id-38295 .toggleBtn, .page-id-38295 .fixBn, .page-id-38295 .footer,
.page-id-42682 .toggleBtn, .page-id-42682 .fixBn, .page-id-42682 .footer,
.page-id-38365 .toggleBtn, .page-id-38365 .fixBn, .page-id-38365 .footer,
.page-id-38369 .toggleBtn, .page-id-38369 .fixBn, .page-id-38369 .footer,
.page-id-44944 .toggleBtn, .page-id-44944 .fixBn, .page-id-44944 .footer,
.page-id-44950 .toggleBtn, .page-id-44950 .fixBn, .page-id-44950 .footer,
.page-id-46525 .toggleBtn, .page-id-46525 .fixBn, .page-id-46525 .footer,
.page-id-47923 .toggleBtn, .page-id-47923 .fixBn, .page-id-47923 .footer { display: none; }
@media all and (min-width: 768px) { .page-id-217 header, .page-id-1261 header, .page-id-38314 header, .page-id-38295 header, .page-id-42682 header, .page-id-38365 header, .page-id-38369 header, .page-id-44944 header, .page-id-44950 header, .page-id-46525 header, .page-id-47923 header { display: none; } }
