@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background: #fff;
  color: #614c3f;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 13px;
  }
}

input,
textarea {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link,
a:visited {
  color: #9f973a;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #9f973a;
  text-decoration: none;
}

.header {
  text-decoration: none;
  margin: 100px auto 0;
  padding: 0;
  position: relative;
  top: -100px;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 1179px) {
  .header {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
}
.header a {
  color: #614c3f;
  text-decoration: none;
}
.header.is-fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 140px;
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 1179px) {
  .header.is-fixed {
    height: 60px;
    padding-top: 0;
    background: transparent;
  }
}

.container {
  box-sizing: border-box;
  width: 100%;
}
.container.is-top {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .container.is-top {
    margin-top: 60px;
  }
}
.container.is-news {
  background: #f7f7f7;
}
.container.is-beauty {
  background: #ffe5eb url(../img/beauty_bg.png);
}
.container.is-contact {
  border-top: 1px solid #9f973a;
}
.container.is-news-row {
  position: relative;
  top: 10em;
  margin-bottom: 12em;
}
@media screen and (max-width: 599px) {
  .container.is-news-row {
    top: 5em;
    margin-bottom: 7em;
  }
}

.contents {
  margin: 0 auto;
  max-width: 1100px;
  min-width: 960px;
  width: 84%;
  padding: 4em 0;
}
.contents::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 959px) {
  .contents {
    max-width: 100%;
    min-width: 100%;
    padding: 2em 0;
  }
}

.row {
  margin: 0 auto;
  width: 1000px;
}
.row-sm {
  margin: 0 auto;
  width: 800px;
}
@media screen and (max-width: 959px) {
  .row-sm {
    width: 90%;
  }
}
@media screen and (max-width: 959px) {
  .row {
    width: 90%;
  }
}

.mainvisual {
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  top: 140px;
  margin-bottom: 140px;
}
@media screen and (max-width: 1179px) {
  .mainvisual {
    height: 50vh;
    top: 70px;
    margin-bottom: 70px;
  }
}

.mainvisual-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  box-sizing: border-box;
  padding: 0 3em;
}
@media screen and (max-width: 1339px) {
  .mainvisual-inner {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .mainvisual-inner {
    padding: 0;
  }
}

.mv-img {
  position: relative;
  width: 100%;
  height: 600px;
  background: url(../img/mainvisual.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1179px) {
  .mv-img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .mv-img {
    height: 50vh;
    background: url(../img/mainvisual_sp.jpg) no-repeat center center/50% 50%;
    background-size: cover;
  }
}

.mv-box {
  position: absolute;
  top: 20%;
  left: 0%;
  width: 37.2%;
}
@media screen and (max-width: 1339px) {
  .mv-box {
    left: 4%;
    width: 40%;
  }
}
@media screen and (max-width: 959px) {
  .mv-box {
    top: 20%;
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .mv-box {
    top: 12%;
    width: 80%;
  }
}

.mv-ttl {
  font-size: 162%;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: .25em;
  padding: 0 0 1.2em;
}
@media screen and (max-width: 599px) {
  .mv-ttl {
    font-size: 124%;
  }
}

.mv-txt {
  font-size: 93%;
}
@media screen and (max-width: 959px) {
  .mv-txt {
    display: none;
  }
}

.header-inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  box-sizing: border-box;
}
.header-inner::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 1179px) {
  .header-inner {
    position: relative;
  }
}

@media screen and (max-width: 1179px) {
  .global {
    position: absolute;
    box-sizing: border-box;
    top: -500px;
    background: #f5f5f5;
    width: 100%;
    text-align: center;
    padding: 0 10px 10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .global ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
  .global li {
    position: static;
  }

  .is-open .nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .is-open .nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .is-open .nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .is-open .global {
    -webkit-transform: translateY(556px);
    -moz-transform: translateY(556px);
    transform: translateY(556px);
    border-bottom: 2px solid #9f973a;
  }
}
.global-inner {
  float: right;
  padding: 1em 3em 0 0;
}
@media screen and (max-width: 1179px) {
  .global-inner {
    float: none;
    padding: 1em 0 0;
  }
}

.global-nav {
  display: block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1179px) {
  .global-nav {
    float: none;
    padding: 0;
    width: 100%;
  }
}
.global-nav > li {
  float: left;
  font-size: 100%;
  letter-spacing: .2em;
  padding: 0 3em 0 0;
  position: relative;
}
.global-nav > li:after {
  content: '';
  background: #b2b2b2;
  position: absolute;
  width: 1px;
  height: 20px;
  top: 14%;
  right: 1.5em;
  transform: rotate(45deg);
}
.global-nav > li:last-child {
  padding-right: 0;
}
.global-nav > li:last-child:after {
  display: none;
}
@media screen and (max-width: 1179px) {
  .global-nav > li {
    border-bottom: 1px solid #fff;
    float: none;
    text-align: left;
    padding: 0;
  }
  .global-nav > li:last-child {
    margin-bottom: 10px;
  }
  .global-nav > li:after {
    display: none;
  }
}
.global-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.global-nav a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #9f973a;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.global-nav a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 1179px) {
  .global-nav a {
    display: block;
    padding: 1em 1em 1em 2em;
  }
  .global-nav a::after {
    display: none;
  }
  .global-nav a::before {
    border-right: 2px solid #9f973a;
    border-top: 2px solid #9f973a;
    content: "";
    display: block;
    float: left;
    height: 6px;
    left: 0.5em;
    position: absolute;
    right: inherit;
    top: 42%;
    transform: rotate(45deg);
    transition: all 0.2s ease 0s;
    width: 6px;
  }
}

.global-subnav {
  display: block;
  text-align: right;
  padding: 0 0 .6em;
}
.global-subnav dt {
  font-size: 77%;
  letter-spacing: .1em;
}
.global-subnav dd {
  display: inline-block;
  font-size: 185%;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
.global-subnav dd::before {
  content: '';
  position: absolute;
  height: 26px;
  width: 26px;
  top: 0;
  left: -32px;
  background: url(../img/icon_tel.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1179px) {
  .global-subnav {
    background: #fff;
    border: 1px solid #9f973a;
    padding: 1em;
    margin: 1em 0;
    text-align: center;
  }
  .global-subnav dd {
    padding: 0 0 0 32px;
  }
  .global-subnav dd::before {
    left: 0;
  }
  .global-subnav dd a {
    text-decoration: underline;
  }
}

.anchor {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  height: 0;
}

@media screen and (max-width: 1179px) {
  .mobile-head {
    background: #fff;
    width: 100%;
    height: 63px;
    z-index: 999;
    position: relative;
  }

  .nav-toggle {
    display: block;
    position: absolute;
    right: 1em;
    top: 21%;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
  }
  .nav-toggle div {
    position: relative;
  }
  .nav-toggle div::after {
    position: absolute;
    content: "MENU";
    bottom: -36px;
    right: -17px;
    width: 4em;
    height: 1em;
    font-size: 13px;
    font-weight: 400;
  }
  .nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #9f973a;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .nav-toggle span:nth-child(1) {
    top: 0;
  }
  .nav-toggle span:nth-child(2) {
    top: 10px;
    width: 80%;
  }
  .nav-toggle span:nth-child(3) {
    top: 20px;
    width: 100%;
  }
}
.logo {
  float: left;
  padding: 3em 0  0 3%;
  margin: 0;
}
@media screen and (max-width: 1179px) {
  .logo {
    float: none;
    margin: 0 0 0 1em;
    padding: 18px 0 0;
  }
}
.logo a {
  display: inline-block;
  width: 300px;
}
@media screen and (max-width: 1179px) {
  .logo a {
    width: 180px;
  }
}

.news-list li {
  border-bottom: 1px solid #d9d9d9;
}
.news-list a {
  display: block;
  text-decoration: none;
  padding: 1em 0;
}
.news-list a:hover .news-list-item dd {
  color: #b86836;
}
.news-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-list-item dt {
  width: 36%;
  letter-spacing: .05em;
}
.news-list-item dd {
  width: 64%;
}
.news-list-date {
  display: flex;
  align-items: center;
}
.news-list-date .__date {
  color: rgba(159, 151, 58, 0.6);
  padding-right: 1.5em;
}
.news-list-date .__category {
  background: rgba(159, 151, 58, 0.1);
  border-radius: 2em;
  display: inline-block;
  font-size: 85%;
  padding: .15em;
  text-align: center;
  min-width: 150px;
}
@media screen and (max-width: 959px) {
  .news-list {
    padding: 1em;
  }
  .news-list a {
    padding: 2em 0;
  }
  .news-list-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .news-list-item dt, .news-list-item dd {
    width: 100%;
  }
  .news-list-item dt {
    padding-bottom: .55em;
  }
  .news-list-item dd {
    position: relative;
    padding-right: 2em;
  }
  .news-list-item dd::after {
    content: '';
    position: absolute;
    top: 50%;
    right: .5em;
    width: .5em;
    height: .5em;
    border-top: 1px solid #9f973a;
    border-right: 1px solid #9f973a;
    transform: translateY(-50%) rotate(45deg);
  }
  .news-list-date .__category {
    padding: .1em 1.5em;
    min-width: auto;
  }
}

.news-more {
  padding: 2em 0;
  text-align: center;
}

.entry-ttl-block {
  letter-spacing: .025em;
  padding: 3em 0;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 4em;
}
@media screen and (max-width: 599px) {
  .entry-ttl-block {
    text-align: left;
  }
}

.news-ttl {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 185%;
  padding-bottom: .5em;
}
@media screen and (max-width: 599px) {
  .news-ttl {
    font-size: 154%;
  }
}

.news-date {
  color: #b86836;
  padding-bottom: 1em;
}

.news-back {
  padding: 5em 0 0;
  text-align: center;
}
.news-back a {
  position: relative;
}
.news-back a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #b86836;
  border-left: 2px solid #b86836;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  left: -1em;
}

.news-category {
  display: flex;
  padding: 1.5em 0 2.5em;
}
.news-category__head {
  border-right: 1px solid rgba(159, 151, 58, 0.25);
  padding-right: 2em;
  margin-right: 2em;
}
.news-category__body {
  display: flex;
  flex-wrap: wrap;
}
.news-category__body li {
  padding: 0 .5em .5em;
}
.news-category__body li a {
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .news-category__header {
    padding: 0 0 1em;
  }
  .news-category__body li {
    padding: 0 .25em .5em;
  }
}

.primary-label {
  background: rgba(159, 151, 58, 0.1);
  border: 1px solid rgba(159, 151, 58, 0.1);
  border-radius: 2em;
  display: inline-block;
  font-size: 85%;
  padding: .15em 1.25em;
  transition: .25s;
}
.primary-label.is-active {
  border: 1px solid #9f973a;
  background: #fff;
}

a.primary-label:hover {
  border: 1px solid #9f973a;
  background: #fff;
}

.number-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .number-list {
    padding: 1em 0 0;
  }
}
.number-list li {
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 0 0 2.5em;
  position: relative;
}
.number-list li:last-child {
  margin: 0;
}
.number-list li:before {
  background-color: #614c3f;
  border-radius: 50%;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #fff;
  display: block;
  font-size: 85%;
  line-height: 1.55;
  margin-left: -2.5em;
  text-align: center;
  height: 24px;
  width: 24px;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .number-list li:before {
    line-height: 2;
    height: 20px;
    width: 20px;
  }
}

.page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 85%;
}
.page-top a {
  display: block;
  background: #614c3f;
  color: #fff;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.page-top a:hover {
  background: #9f973a;
  text-decoration: none;
}

.sec-ttl {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  font-size: 200%;
  font-weight: normal;
  text-align: center;
  letter-spacing: .35em;
  padding: .5em 0 1.5em;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sec-ttl:before, .sec-ttl:after {
  content: '';
  position: absolute;
  background: url(../img/ornament_01.png);
  background-size: cover;
  width: 40px;
  height: 36px;
  top: 10%;
  left: -2em;
}
.sec-ttl.is-beauty {
  color: #e96f8c;
}
.sec-ttl.is-beauty:before, .sec-ttl.is-beauty:after {
  background: url(../img/ornament_02.png);
  background-size: cover;
}
.sec-ttl:after {
  left: auto;
  right: -1.6em;
}
@media screen and (max-width: 959px) {
  .sec-ttl {
    font-size: 154%;
    padding-bottom: 1em;
    letter-spacing: .15em;
  }
  .sec-ttl:before, .sec-ttl:after {
    top: 20%;
    width: 20px;
    height: 18px;
    left: -1.5em;
  }
  .sec-ttl:after {
    left: auto;
    right: -1.3em;
  }
}

.sec-lead {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 154%;
  font-weight: normal;
  letter-spacing: .15em;
  line-height: 1.8;
  padding: .5em 0 1.5em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sec-lead {
    font-size: 116%;
    line-height: 1.45;
    padding: 1em 0;
  }
}
.sec-lead span {
  color: #b86836;
}

.img_r {
  float: right;
  display: inline-block;
  padding: 5em 0 3em 4em;
}
@media screen and (max-width: 959px) {
  .img_r {
    padding: 1em 0 1em 2em;
    width: 45%;
  }
}

.beauty-about {
  background: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 4em 5em;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .beauty-about {
    width: 94%;
    padding: 1.5em;
  }
}

.beauty-detail {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .beauty-detail {
    width: 94%;
    padding: 0 0 1.5em;
  }
}

.beauty-lead {
  padding: 0 1em;
}
.beauty-lead h2 {
  font-size: 185%;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 300;
  line-height: 1.6;
  padding: 2em 0 2em 135px;
  letter-spacing: .1em;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 840px;
}
@media screen and (max-width: 959px) {
  .beauty-lead h2 {
    font-size: 108%;
    padding: 1.5em 0 1.5em 67px;
    width: auto;
  }
}
.beauty-lead h2::before {
  content: '';
  position: absolute;
  width: 107px;
  height: 134px;
  top: 16%;
  left: 0;
  background: url(../img/icon_beauty.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .beauty-lead h2::before {
    width: 53px;
    height: 67px;
    top: 20%;
  }
}
.beauty-lead span {
  color: #e96f8c;
}

.beauty-flow {
  display: flex;
  margin-left: -3%;
}
@media screen and (max-width: 599px) {
  .beauty-flow {
    flex-wrap: wrap;
    margin-left: 0;
  }
}
.beauty-flow-box {
  border-radius: 14px;
  background: #fff;
  box-sizing: border-box;
  padding: 2.4em;
  box-sizing: border-box;
  width: 47%;
  margin-left: 3%;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 959px) {
  .beauty-flow-box {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 599px) {
  .beauty-flow-box {
    width: 100%;
    margin: 0 auto 1em;
  }
}

.beauty-sec-ttl {
  color: #e96f8c;
  font-size: 154%;
  font-weight: normal;
  border-bottom: 1px solid #e96f8c;
  letter-spacing: .1em;
  overflow: hidden;
  padding: 0 0 .5em 1.45em;
  margin-bottom: 1em;
  position: relative;
}
.beauty-sec-ttl:before {
  content: '';
  background: #e96f8c;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  margin: .3em;
  transform: rotate(45deg);
}
.beauty-sec-ttl span {
  font-size: 70%;
  float: right;
}
@media screen and (max-width: 959px) {
  .beauty-sec-ttl {
    font-size: 124%;
  }
  .beauty-sec-ttl:before {
    width: 10px;
    height: 10px;
    top: 2px;
  }
}

.beauty-list {
  padding: 0 0 0 1.2em;
}
.beauty-list dt {
  font-size: 116%;
  color: #e96f8c;
  line-height: 1.4;
  padding: 0 0 .2em;
  position: relative;
}
.beauty-list dt:before {
  background: #e96f8c;
  bottom: 0;
  content: "";
  height: 8px;
  left: -.9em;
  position: absolute;
  top: 30%;
  width: 8px;
}
.beauty-list dd {
  line-height: 1.4;
  padding: 0 0 1.5em;
}

.beauty-men {
  color: #fff;
  background: #614c3f;
  padding: 1em;
  text-align: center;
}

.beauty-treatment {
  border-radius: 14px;
  background: #fff;
  box-sizing: border-box;
  padding: 2.4em;
}
@media screen and (max-width: 599px) {
  .beauty-treatment {
    padding: 2em 1em;
  }
}

.bt-flow {
  margin: 0 -3% 3em 0;
}
@media screen and (max-width: 959px) {
  .bt-flow {
    margin: 0;
  }
}
.bt-flow li {
  float: left;
  display: block;
  width: 30%;
  margin-right: 3%;
}
@media screen and (max-width: 959px) {
  .bt-flow li {
    float: none;
    width: 100%;
    margin: 0 0 3em;
  }
}
.bt-flow dd:nth-of-type(1) {
  position: relative;
}
.bt-flow dd:nth-of-type(2) {
  padding: 2.5em 0 0;
  line-height: 1.5;
}
.bt-flow .bt-label {
  position: absolute;
  background: #614c3f;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 93%;
  padding: .2em 1.4em;
  border-radius: 30px;
  letter-spacing: .2em;
  left: 50%;
  top: -1em;
  transform: translateX(-50%);
}

.beauty-inner {
  margin: 0 auto;
  width: 860px;
}
.beauty-inner p {
  font-size: 93%;
}
@media screen and (max-width: 959px) {
  .beauty-inner {
    width: 100%;
  }
}

.shikkan-list {
  background: #f7f7f7;
  padding: 3em;
  margin: 0 1em;
}
@media screen and (max-width: 599px) {
  .shikkan-list {
    padding: 2em 1em;
  }
}

.sl-ttl {
  color: #9f973a;
  font-size: 154%;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  letter-spacing: .1em;
  overflow: hidden;
  padding: 0 0 .6em 1.45em;
  position: relative;
}
.sl-ttl:before {
  content: '';
  background: #9f973a;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  margin: .3em;
  transform: rotate(45deg);
}
.sl-ttl span {
  font-size: 70%;
  float: right;
}
@media screen and (max-width: 959px) {
  .sl-ttl {
    font-size: 124%;
  }
  .sl-ttl:before {
    width: 10px;
    height: 10px;
    top: 2px;
  }
}

.sl-label {
  padding: 0 0 2em;
}
.sl-label li {
  background: #fff;
  display: inline-block;
  padding: .2em 1em;
  border: 1px solid #9f973a;
  margin: 0 .4em .4em 0;
}

.is-notice {
  background: url(../img/notice_bg.jpg) center center;
  background-size: cover;
}

.notice-inner {
  background: rgba(255, 255, 255, 0.5);
  padding: 3em;
}
@media screen and (max-width: 959px) {
  .notice-inner {
    padding: 3em 1em;
  }
}

.notice-list li {
  padding: 0 0 0 1.45em;
  position: relative;
}
.notice-list li:before {
  content: '';
  background: #614c3f;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 2px;
  left: 0;
  margin: .3em;
  transform: rotate(45deg);
}
@media screen and (max-width: 959px) {
  .notice-list li {
    padding: 0 0 1em 1.7em;
    line-height: 1.4;
  }
}

.price-inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .price-inner {
    width: 94%;
    padding: 0 0 1.5em;
  }
}

table {
  width: 100%;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.tbl-1 th, .tbl-1 td {
  border: 1px solid #cec4af;
  padding: 1em;
  vertical-align: top;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .tbl-1 th, .tbl-1 td {
    padding: .2em .5em;
  }
}
.tbl-1 th {
  background: #9f973a;
  color: #fff;
  font-weight: normal;
}
.tbl-1 td span {
  font-size: 85%;
  line-height: 1.4;
}

.ta-right {
  text-align: right;
}

.ta-center {
  text-align: center;
}

.price-ttl {
  color: #9f973a;
  font-size: 154%;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  letter-spacing: .1em;
  overflow: hidden;
  padding: 0 0 .6em 1.45em;
  position: relative;
}
.price-ttl:before {
  content: '';
  background: #9f973a;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  margin: .3em;
  transform: rotate(45deg);
}
.price-ttl span {
  font-size: 70%;
}
@media screen and (max-width: 959px) {
  .price-ttl {
    font-size: 124%;
  }
  .price-ttl:before {
    width: 10px;
    height: 10px;
    top: 2px;
  }
}

.inner-row {
  display: flex;
  margin-left: -3%;
}
@media screen and (max-width: 599px) {
  .inner-row {
    flex-wrap: wrap;
    margin: 0;
  }
}

.inner-col {
  box-sizing: border-box;
  width: 100%;
  margin-left: 3%;
}
@media screen and (max-width: 599px) {
  .inner-col {
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  .inner-col.is-pb-sp {
    padding-bottom: 1.5em;
  }
}

.inner-row_no-mg, .inner-col_no-mg {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .inner-row_no-mg, .inner-col_no-mg {
    padding: 0;
  }
}

.tbl-2 {
  margin: 0 0 .3em;
}
.tbl-2 th, .tbl-2 td {
  border-bottom: 1px solid #cec4af;
  padding: .7em;
  vertical-align: top;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .tbl-2 th, .tbl-2 td {
    padding: .2em;
  }
}
.tbl-2 th {
  font-weight: normal;
  width: 30%;
}
.tbl-2 th.bold {
  font-size: 108%;
}
.tbl-2 td {
  text-align: center;
}

.footer {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background: #f7f7f7;
}

.footer-inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .footer-inner {
    width: 94%;
    padding: 0 0 1.5em;
  }
}

.tel-link a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #614c3f;
}
@media screen and (max-width: 599px) {
  .tel-link a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.f-add {
  letter-spacing: .05em;
  padding: 0 0 1.5em;
}
.f-add dt {
  font-size: 139%;
  font-weight: 400;
}

.f-tel {
  padding: 0 0 2em;
  letter-spacing: .05em;
}
.f-tel dt {
  padding: 0 0 .5em;
}
.f-tel dd {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 231%;
  position: relative;
  padding: 0 0 0 32px;
}
.f-tel dd::before {
  content: '';
  position: absolute;
  height: 26px;
  width: 26px;
  top: 0;
  left: 0;
  background: url(../img/icon_tel.png) no-repeat;
  background-size: 100%;
}

.f-mail {
  padding: 0 0 2em;
}
.f-mail a {
  background: #614c3f;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: .8em 3em;
  text-decoration: none;
  transition: all .3s;
  text-align: center;
}
.f-mail a:hover {
  background: #9f973a;
}
@media screen and (max-width: 599px) {
  .f-mail a {
    display: block;
  }
}

.pb-xs {
  padding: 0 0 1em;
}

.pb-sm {
  padding: 0 0 1.5em;
}
@media screen and (max-width: 599px) {
  .pb-sm {
    padding: 0 0 .75em;
  }
}

.pb-md {
  padding: 0 0 3em;
}
@media screen and (max-width: 599px) {
  .pb-md {
    padding: 0 0 2em;
  }
}

.pb-lg {
  padding: 0 0 6em;
}
@media screen and (max-width: 599px) {
  .pb-lg {
    padding: 0 0 3em;
  }
}

.mb-sm {
  margin-bottom: 1.5em;
}

.font-sm {
  font-size: 85%;
}

.copyright {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 93%;
  background: #fff;
  color: #999;
  letter-spacing: .1em;
  text-align: center;
  padding: 1em;
}
@media screen and (max-width: 959px) {
  .copyright {
    font-size: 77%;
    text-align: center;
  }
}

.p-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.p-popup.is-show {
  opacity: 1;
  visibility: visible;
}

.p-popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 800px;
  padding: 4em;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .p-popup-inner {
    padding: 4em 2em;
  }
}

.p-close-btn {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 60px;
  cursor: pointer;
  background: #9f973a;
}
.p-close-btn span {
  display: block;
  height: 60px;
  width: 60px;
  position: relative;
}
.p-close-btn span::before, .p-close-btn span::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 33px;
  background: #fff;
  top: 50%;
  left: 50%;
}
.p-close-btn span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-close-btn span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-popup-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(97, 76, 63, 0.4);
  z-index: 1;
  cursor: pointer;
}

.p-popup-box {
  letter-spacing: .1em;
}
.p-popup-box h1 {
  color: #b86836;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 185%;
  font-weight: 500;
  line-height: 1.65;
  padding-bottom: .7em;
}
@media screen and (max-width: 599px) {
  .p-popup-box h1 {
    font-size: 131%;
  }
}

.p-entry {
  letter-spacing: .1em;
  padding: 0 0 4em;
}
.p-entry h2 {
  font-size: 139%;
  margin: 2em 0;
}
@media screen and (max-width: 599px) {
  .p-entry h2 {
    font-size: 124%;
    padding: 0 0 .2em;
    margin: 2em 0 .8em;
  }
}
.p-entry h3 {
  font-size: 124%;
  margin: 3em 0 1.2em;
}
@media screen and (max-width: 599px) {
  .p-entry h3 {
    font-size: 108%;
    margin: 2em 0 .8em;
  }
}
.p-entry p {
  margin: 0 0 1.5em;
  text-align: justify;
}
.p-entry ul {
  list-style: disc;
  margin: 1.5em 0;
  padding-left: 2em;
}
.p-entry ol {
  list-style: decimal;
  margin: 1.5em 0;
  padding-left: 2em;
}
.p-entry dl {
  overflow: hidden;
}
.p-entry dl dt {
  float: left;
  font-weight: 500;
  width: 10em;
}
.p-entry dl dd {
  line-height: 1.45;
  margin-left: 11em;
  padding: 0 0 1em;
}
@media screen and (max-width: 599px) {
  .p-entry dl dt {
    float: none;
    width: auto;
  }
  .p-entry dl dd {
    margin: 0;
  }
}
.p-entry table {
  margin: 2em 0;
}
.p-entry table th, .p-entry table td {
  border: 1px solid #d9d9d9;
  padding: 1em;
}
.p-entry table th {
  background: #f1f1f1;
  text-align: center;
}
.p-entry img {
  text-align: center;
}
.p-entry a {
  transition: .2s;
}
.p-entry a:hover {
  opacity: .6;
}

.p-post-files {
  border-top: 1px solid #ebebeb;
  padding: 2em 0;
  margin: 4em 0 0;
}
@media screen and (max-width: 599px) {
  .p-post-files {
    padding: 1em;
  }
}
.p-post-files ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.p-post-files ul li {
  border-bottom: 1px dashed #ccc;
}
.p-post-files .post-item {
  display: flex;
  justify-content: space-between;
  padding: .5em;
}
.p-post-files .post-item .__type {
  width: 5em;
  font-size: 77%;
}
.p-post-files .post-item .__ttl {
  width: calc(100% - 6em);
}
.p-post-files .post-item .__ttl a {
  text-decoration: none;
}

.p-pager {
  padding: 0;
  display: flex;
  width: 100%;
}
.p-pager li {
  display: inline-block;
  width: 50%;
}
.p-pager li:nth-of-type(1) a, .p-pager li:nth-of-type(2) a {
  padding: 2em 3em;
  position: relative;
}
.p-pager li:nth-of-type(1) a::before, .p-pager li:nth-of-type(2) a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 10px;
  height: 10px;
}
.p-pager li:nth-of-type(2) a::before {
  transform: translateX(0) translateY(-50%) rotate(135deg);
}
.p-pager li:nth-of-type(1) {
  text-align: left;
}
.p-pager li:nth-of-type(2) {
  text-align: right;
}
@media screen and (max-width: 959px) {
  .p-pager:nth-of-type(1) a, .p-pager:nth-of-type(2) a {
    width: 99%;
  }
}

.pagination__item--current, .pagination__item a, .pagination__btn--prev, .pagination__btn--next, .pagination__btn--first, .pagination__btn--last {
  box-sizing: border-box;
  display: block;
  color: #FFA353;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  border-radius: 50%;
  min-width: 2.4em;
  transition: all .2s;
  margin: 0 .4em 0 0;
  padding: .7em;
}
.pagination__item--current:hover, .pagination__item a:hover, .pagination__btn--prev:hover, .pagination__btn--next:hover, .pagination__btn--first:hover, .pagination__btn--last:hover {
  color: #FFF;
  background: #FFA353;
}

.pagination {
  background: #FFF;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: calc(1.6em);
  margin: 0 auto;
  padding: .4em 1em;
}
.pagination__list {
  display: none;
}
.pagination__pos {
  order: 2;
  color: #FFA353;
  margin: 0 1em;
}
.pagination__btn--prev {
  order: 1;
}
.pagination__btn--next {
  order: 3;
}
.pagination__btn--first {
  display: none;
}
.pagination__btn--last {
  display: none;
}
@media (min-width: 520px) {
  .pagination__list {
    order: 2;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pagination__item {
    margin: 0;
  }
  .pagination__item--current {
    background: #FFA353;
    color: #FFF;
    font-weight: bold;
    margin: 0 .4em 0 0;
  }
  .pagination__pos {
    display: none;
  }
}
@media (min-width: 960px) {
  .pagination .pagination__list {
    order: 3;
  }
  .pagination .pagination__btn--prev {
    order: 2;
  }
  .pagination .pagination__btn--next {
    order: 4;
  }
}

@media screen and (max-width: 959px) {
  .hidden_sp {
    display: none;
  }
}

.txt-j {
  text-align: justify;
}

.txt-ar {
  text-align: right;
}

.clr-main {
  color: #b86836;
}
