@charset "UTF-8";
/*!
Theme Name: creek0717
Description: リラクゼーションサロンCREEK
Theme URI: https://www.creek0717.com
Version: 1.0
License: creek0717
License https://www.creek0717.com
*/
/****************************************

リセットCSSここから

*****************************************/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/****************************************

共通変数

*****************************************/
/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

フォント

*****************************************/
/****************************************

アニメーション系

*****************************************/
/* ホバー下線表示（左から） */
/* ホバー下線表示（左から,複数行） */
/* ホバー下線消える（左から,複数行） */
/* ホバー下線消える（左から） */
/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.06em;
  min-width: 1240px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-width: 0;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************
フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
}

h1 {
  font-weight: bold;
  font-size: 2.7rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.4em;
  font-weight: bold;
}

.mincho {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.6rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited {
  font-weight: normal;
  color: #333;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover, a:active {
  font-weight: normal;
  color: #BC9C22;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img.img_up {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
a img.img_up {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.tellink {
  text-decoration: none;
}

a.linkline {
  color: #006CD8;
  text-decoration: none; /* デフォルトの下線を非表示にする */
  background-image: -webkit-gradient(linear, left top, right top, from(#006CD8), to(#006CD8));
  background-image: linear-gradient(90deg, #006CD8, #006CD8); /* 線の色 */
  background-repeat: no-repeat;
  background-position: right bottom; /* 線の起点を左・下に設定 */
  background-size: 100% 1px; /* 線の横幅を100%にする */
  -webkit-transition: background-size 0.9s;
  transition: background-size 0.9s; /* 線を伸ばすアニメーション実行時間を指定（0.9秒かけて線の横幅を0から100%にする） */
}
a.linkline:hover {
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
}

/* PCのの場合は電話番号のリンク無効 */
@media screen and (min-width: 768px) {
  a.tellink {
    pointer-events: none;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi {
    display: none;
  }
  header {
    position: relative;
    margin: 0 auto 0;
    background: linear-gradient(to bottom, #FFF 440px, #EDF4F0 440px, #EDF4F0) no-repeat;
  }
  header.page_header {
    background: none;
  }
  .header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 3% 0;
    min-height: 110px;
    width: 94%;
  }
  .header_top .logo {
    position: absolute;
    top: 30px;
    left: 1.5%;
    z-index: 2;
  }
  .header_top .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  a.contact_tel {
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-decoration: none;
    padding-left: 30px;
    background: url(images/icon_header_tel.png) center left no-repeat;
    background-size: 24px;
    color: #3F3332;
    word-break: keep-all;
    font-family: "EB Garamond", serif;
  }
  .sns_bnr {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns_bnr a {
    margin-left: 20px;
  }
  .sidebtn {
    position: fixed;
    bottom: 15px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 9;
    max-height: 100%;
  }
  .sidebtn a {
    position: relative;
    text-decoration: none;
  }
  .sidebtn a:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFF;
    font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: pre;
    background: #32B432;
    width: 60px;
    min-height: 200px;
    padding: 10px;
  }
  .sidebtn a:nth-child(1) img {
    margin-bottom: 10px;
  }
  .sidebtn a:last-child img {
    margin-top: 10px;
  }
  .sidebtn a:hover {
    opacity: 0.75;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .language_btn {
    margin-right: 25px;
  }
  .language_btn p, .language_btn a {
    font-size: 1.7rem;
    font-weight: bold;
    color: #444;
    font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
    text-decoration: none;
  }
  .language_btn p:hover, .language_btn a:hover {
    color: #599574;
  }
  .header_side {
    position: absolute;
    right: 1.66%;
    bottom: 3.5%;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0 12px rgba(33, 27, 27, 0.3);
            box-shadow: 0 0 12px rgba(33, 27, 27, 0.3);
    padding: 20px;
    text-align: left;
    line-height: 1.3;
  }
  .header_side .contact_tel {
    margin-right: 25px;
  }
  .header_side .small {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    vertical-align: middle;
  }
}
/* テキスト打ちへ修正後 */
.logo a, .footer_logo a {
  text-decoration: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 100%;
  border: 7px solid #BC9C22;
  width: 240px;
  height: 240px;
  color: #BC9C22;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  padding-top: 2px;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}
.logo a .logo_txt, .footer_logo a .logo_txt {
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  margin: 0 0 6px;
}
.logo a .logo_txt_btm, .footer_logo a .logo_txt_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo a .logo_txt_btm:before, .logo a .logo_txt_btm:after, .footer_logo a .logo_txt_btm:before, .footer_logo a .logo_txt_btm:after {
  content: "";
  width: 16px;
  border-bottom: 2px solid #BB9B21;
}
.logo a .logo_txt_btm:before, .footer_logo a .logo_txt_btm:before {
  margin-right: 8px;
}
.logo a .logo_txt_btm:after, .footer_logo a .logo_txt_btm:after {
  margin-left: 7px;
}
.logo a .small_14, .footer_logo a .small_14 {
  color: #BB9B21;
  font-weight: 900;
  letter-spacing: 0;
}
.logo a:hover, .footer_logo a:hover {
  opacity: 0.85;
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: relative;
    background: linear-gradient(to bottom, #FFF 300px, #EDF4F0 300px) no-repeat;
  }
  .header_top {
    min-height: 70px;
    margin: 10px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  /* テキスト打ちへ修正後 */
  .logo a, .footer_logo a {
    width: 140px;
    height: 140px;
    border: 5px solid #BC9C22;
  }
  .logo a .logo_txt, .footer_logo a .logo_txt {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    margin: 4px;
  }
  .logo a .logo_txt_btm:before, .logo a .logo_txt_btm:after, .footer_logo a .logo_txt_btm:before, .footer_logo a .logo_txt_btm:after {
    width: 10px;
    border-bottom: 1px solid #BB9B21;
  }
  .logo a .logo_txt_btm:before, .footer_logo a .logo_txt_btm:before {
    margin-right: 6px;
  }
  .logo a .logo_txt_btm:after, .footer_logo a .logo_txt_btm:after {
    margin-left: 5px;
  }
  .logo a .small_14, .footer_logo a .small_14 {
    font-size: 1rem;
  }
  .header_right {
    margin-bottom: 5px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: auto;
  }
  .header_info {
    margin: 15px 10px 15px;
    width: 100%;
    text-align: center;
  }
  .header_txt {
    display: none;
  }
  a.contact_tel {
    font-size: 2.4rem;
    font-weight: bold;
    color: #3F3332;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-decoration: none;
    padding-left: 24px;
    background: url(images/icon_head_tel.png) center left no-repeat;
    background-size: 18px;
    font-family: "EB Garamond", serif;
  }
  .sns_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns_bnr a {
    margin-left: 10px;
  }
  header .sns_bnr {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 5px;
  }
  .language_btn {
    margin-bottom: 5px;
  }
  .language_btn p, .language_btn a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #444;
    font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
    text-decoration: none;
  }
  .language_btn p:hover, .language_btn a:hover {
    color: #599574;
  }
  #gt_float_wrapper {
    bottom: initial !important;
    left: initial !important;
    top: 12px !important;
    right: 80px !important;
  }
  .header_side {
    display: none;
  }
  #toggle {
    width: 50px;
    height: 50px;
    background: #BC9C22;
    cursor: pointer;
    z-index: 9999;
    position: fixed;
    right: 10px;
    top: 10px;
    border-radius: 10px;
    opacity: 0.95;
  }
  #toggle:after {
    position: absolute;
    content: "MENU";
    line-height: 1.2;
    color: #fff;
    text-align: center;
    bottom: 5px;
    left: 0;
    width: 100%;
    font-weight: 500;
    font-family: "EB Garamond", serif;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 26px;
    height: 2px;
    background: #fff;
    right: 12px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 11px;
  }
  #toggle span:nth-child(2) {
    top: 18px;
  }
  #toggle span:nth-child(3) {
    top: 25px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: url(images/sp_navi-bg.png) no-repeat center bottom rgba(89, 149, 116, 0.95);
    background-size: contain;
    z-index: 999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi {
    /* spナビ下部分 */
  }
  #sp_navi .menu {
    padding: 70px 20px 30px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #DDD 1px solid; /*spナビ線(LP用)*/
    cursor: pointer;
    color: #fff; /*spナビ文字色*/
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a {
    display: block;
    padding: 15px 0;
    font-weight: 500;
  }
  #sp_navi .menu-item span {
    display: block;
    padding: 0px 8px;
    font-size: 1rem;
  }
  #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:active {
    color: #fff; /*spナビ文字色-カテゴリ*/
    text-decoration: none;
    font-weight: 500;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #DDD 1px solid; /*オルガン上線*/
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.9); /*オルガン背景*/
  }
  #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:active {
    color: #599574; /*オルガン文字色★1*/
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #fff;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 3px #DDD; /*カテゴリ矢印*/
    border-right: solid 3px #DDD; /*カテゴリ矢印*/
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
  #sp_navi .sp_navi_info {
    margin: 0 20px 20px;
    padding: 22px 20px;
    text-align: center;
    background: rgba(245, 244, 237, 0.6);
    border: 4px double rgba(188, 156, 34, 0.75);
  }
  #sp_navi .sp_navi_info .footer_tit {
    border-bottom: 1px solid rgba(188, 156, 34, 0.65);
    display: inline-block;
    padding: 0 15px 5px;
  }
  #sp_navi .sp_navi_info .sp_navi_txt {
    color: #395F4A;
    margin-bottom: 15px;
  }
  #sp_navi .sp_navi_info a.bottom_box_tel, #sp_navi .sp_navi_info .btn01 {
    width: 90%;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  width: auto;
  margin-right: 25px;
  margin-top: 5px;
}
#g_navi .menu {
  *zoom: 1;
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#g_navi .menu li {
  position: relative;
  width: auto;
  text-align: center;
  line-height: 0;
}
#g_navi .menu li a {
  display: block;
  height: 70px;
  padding: 0 20px;
  margin: 0;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #444;
  line-height: 1.2;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: keep-all;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}
#g_navi .menu li a span {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #6CA686;
  font-family: "EB Garamond", serif;
  margin-top: 5px;
}
#g_navi .menu li a:hover {
  color: #599574;
  translate: 0.4s linear;
}
#g_navi .menu li ul {
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#g_navi .menu li ul li {
  width: 100%;
  height: auto;
  /* プルダウン幅指定の場合 */
  min-width: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#g_navi .menu li ul li a {
  width: 100%;
  height: auto;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: 400;
  background: rgba(89, 149, 116, 0.95);
  color: #fff;
  text-align: center;
  opacity: 0.95;
  text-shadow: none;
}
#g_navi .menu li ul li a:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #599574;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 3px;
    background: #599574;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:hover::after {
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .menu-item-has-children > a {
    cursor: pointer;
  }
}
/****************************************

ティーザー

*****************************************/
@media print, screen and (min-width: 768px) {
  /* スライダーの場合 */
  #slider {
    position: relative;
    width: 94%;
    margin: 0 auto;
    text-align: center;
  }
  /* WPでは不要 */
  #slider .slider_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  /* WPの設定 */
  .metaslider {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #slider .metaslider {
    max-width: none !important; /* WP設定消して、中央揃え */
  }
  /*slider下ナビ（ドット）*/
  .metaslider .flex-control-nav {
    bottom: -35px !important;
  }
}
/* 枠線 */
#slider:before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.slider_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  max-width: 724px;
  margin: 0px auto 0;
}
@media print, screen and (min-width: 768px) {
  .slider_txt {
    margin-left: -14px;
    margin-top: -20px;
  }
}
.slider_txt p {
  display: inline-block;
  font-size: 6.2rem;
  text-shadow: #30211B 2px 0px 15px, #30211B -2px 0px 15px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.slider_txt p span {
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #FFF;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .slider_txt p span {
    margin-top: 15px;
  }
}
@media print, screen and (max-width: 1600px) and (min-width: 768px) {
  .slider_txt p span {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.slider_txt .slider_txt_img {
  width: 100%;
  height: auto;
}

.metaslider .flexslider {
  margin: 0 !important; /* 不要なWP設定消 */
}

.mv {
  width: 100%;
  width: 94%;
  position: relative;
  margin: 0px auto;
  position: relative;
}
.mv:before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.7);
  height: calc(100% - 22px);
  width: calc(100% - 22px);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.mv .mv_bg {
  background: url(images/mv.jpg) top center no-repeat;
  background-size: cover;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1600px) and (min-width: 768px) {
  .mv .mv_bg {
    background: url(images/mv.jpg) top left 20% no-repeat;
    background-size: cover;
  }
}
.mv .mv_txt {
  text-align: center;
  background: url(images/mv_txt_bg.png) top left no-repeat;
  padding: 35px 135px;
}
.mv .mv_txt p {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #FFF;
  position: relative;
  text-shadow: rgba(48, 33, 27, 0.7) 2px 0px 20px, rgba(48, 33, 27, 0.7) -2px 0px 20px, rgba(48, 33, 27, 0.7) 0px -2px 20px, rgba(48, 33, 27, 0.7) 0px 2px 20px;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}
.mv .mv_txt p span {
  font-size: 6rem;
  letter-spacing: 0.08em;
  font-weight: normal;
  display: block;
  font-family: "EB Garamond", serif;
}

@media screen and (max-width: 767px) {
  #slider {
    position: relative;
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 30px;
    /* WPでは不要 */
    /* WPの設定 */
  }
  #slider:before {
    width: calc(100% - 12px);
    height: calc(100% - 42px);
    top: 5px;
    left: 5px;
  }
  #slider .slider_img {
    width: 126%;
    margin: 0px 0% 0px -13%;
  }
  #slider .metaslider .slides {
    overflow: hidden;
  }
  #slider .metaslider .slides img {
    width: 126%;
    margin: 0px 0% 0px -13%;
  }
  .slider_txt {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    top: calc(50% - 30px);
  }
  .slider_txt p {
    font-size: 2rem;
  }
  .slider_txt p span {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 10px;
  }
  .mv:before {
    height: calc(100% - 12px);
    width: calc(100% - 12px);
    top: 5px;
    left: 5px;
  }
  .mv .mv_bg {
    height: 150px;
    background: url(images/mv.jpg) top left 20% no-repeat;
    background-size: cover;
  }
  .mv .mv_txt {
    width: 70%;
    padding: 25px;
    background-size: auto 40px;
  }
  .mv .mv_txt p {
    font-size: 1.6rem;
  }
  .mv .mv_txt p span {
    font-size: 4rem;
  }
}
/****************************************

タイトル

*****************************************/
.headline {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.headline span {
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0;
  color: #39604A;
  color: #395F4A;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  margin-right: 10px;
}

#single_box .headline {
  font-size: 3rem;
  font-weight: normal;
  margin-top: 15px;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}

/* 下線（+img） */
.subhead01 {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #523F3D;
  margin-bottom: 20px;
  line-height: 1.2;
  padding: 5px 10px 16px 50px;
  background: url(images/subhead01_bg.png) top left 5px no-repeat;
  background-size: 30px;
  border-bottom: 1px solid #CCC;
  min-height: 40px;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}

/* 下線（マーカー） */
.subhead02 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  line-height: 1.2;
  padding: 0px 10px 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #FEF798));
  background: linear-gradient(transparent 65%, #FEF798 65%);
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}

/* 下線(+左線) */
.subhead03 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
  line-height: 1.2;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}
.subhead03 span {
  font-size: 1.8rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.subhead03 span:before {
  content: "";
  border-left: 30px solid #BC9C22;
  height: 2px;
  margin-right: 5px;
}

/* 背景色 */
.subhead04 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  padding: 17px 15px;
  background: #EDF4F0;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
  .headline span {
    font-size: 3.8rem;
  }
  #single_box .headline {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-top: 15px;
  }
  .subhead01 {
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 0;
    padding: 10px 10px 10px 45px;
    background-position: center left 5px;
    min-height: 35px;
  }
  .subhead02 {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .subhead03 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .subhead03 span {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .subhead04 {
    font-size: 1.8rem;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

main#page_main {
  padding: 0px calc((100% - 1200px) / 2) 75px;
  margin: 0px auto;
  letter-spacing: 0.05em;
  color: #523F3D;
}

.breadcrumb_area {
  text-align: right;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.breadcrumb_area .breadcrumb {
  padding: 10px 0px 30px;
  line-height: 1.5;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.6rem;
  letter-spacing: 0em;
}
.breadcrumb_area .breadcrumb a {
  position: relative;
  text-decoration: none;
  padding-bottom: 0.08em;
  color: #333;
}
.breadcrumb_area .breadcrumb a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background: #333;
  -webkit-transition: -webkit-transform 0.9s;
  transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  transition: transform 0.9s, -webkit-transform 0.9s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.breadcrumb_area .breadcrumb a:hover::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.breadcrumb_area .breadcrumb a:hover {
  color: #BC9C22;
}

.none {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
  }
  .breadcrumb_area .breadcrumb {
    position: relative;
    padding: 10px 10px 30px;
    left: auto;
    bottom: auto;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.4rem;
  }
  main#top_main {
    width: 100%;
    padding: 0px 10px;
  }
  main#page_main {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 40px;
  }
  .sp_none {
    display: none;
  }
}
/****************************************

ボタン

*****************************************/
/* 単色（角丸、＋矢印＿＼） */
.btn01, .btn {
  width: 360px;
  background: #BC9C22;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  border-radius: 31px;
}
.btn01 a, .btn a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 18px 25px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFF;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}
.btn01 a:after, .btn a:after {
  position: absolute;
  content: "";
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 26px;
  height: 4px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
.btn01:hover, .btn:hover {
  background: rgba(188, 156, 34, 0.75);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn01:hover a, .btn:hover a {
  color: #FFF;
}
.btn01:hover a:after, .btn:hover a:after {
  right: 25px;
}

.btn01.line_btn {
  background: #32B432;
  border: 2px solid #FFF;
}
.btn01.line_btn:hover {
  background: rgba(188, 156, 34, 0.75);
}

/* 文字（下線+矢印＿＼） */
.btn02 {
  width: 260px;
  position: relative;
  border-bottom: 2px solid #52423D;
}
.btn02 a {
  color: #52423D;
  display: block;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  padding: 0 30px 16px 0px;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}
.btn02 a:after {
  position: absolute;
  content: "";
  top: 25%;
  right: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  margin: auto 0;
  width: 26px;
  height: 4px;
  border-bottom: 1px solid #52423D;
  border-right: 1px solid #52423D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition-delay: 0.2s;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
.btn02:hover {
  border-bottom: 2px solid #BC9C22;
}
.btn02:hover a {
  color: #BC9C22;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn02:hover a:after {
  border-bottom: 1px solid #BC9C22;
  border-right: 1px solid #BC9C22;
}

.btn_center p, .center_btn {
  margin: 0 auto;
}

.btn_right p {
  margin-left: auto;
}

/* トップページ複数並び */
.multi_column_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .multi_column_btn p:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .btn01, .btn, .btn03 {
    width: 80%;
    margin: 0 auto;
  }
  .btn01 a, .btn a, .btn03 a {
    font-size: 1.6rem;
    padding: 15px 20px;
  }
  .btn02 a:after {
    top: 30%;
  }
  /* bg-img */
  .contact_btn {
    width: 100%;
    margin: 0 auto;
  }
  .contact_btn a {
    font-size: 1.4rem;
    padding: 15px 10px;
  }
  .multi_column_btn {
    padding: 0 10px;
  }
  .multi_column_btn p:not(:last-child) {
    margin-bottom: 10px;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  padding: 100px calc((100% - 1200px) / 2) 100px;
  background: #EDF4F0;
}
@media print, screen and (min-width: 768px) {
  .top_box01 .top_box01_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_box01 .top_box01_tit {
  font-size: 1.8rem;
  font-weight: 700;
  color: #523F3D;
  color: #52413D;
  letter-spacing: 0em;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}
.top_box01 .top_box01_tit span {
  color: #599574;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "EB Garamond", serif;
  display: block;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .top_box01 #news_top {
    width: 980px;
  }
}

.y_line {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FEF798), color-stop(95%, #FEF798), color-stop(95%, transparent));
  background: linear-gradient(transparent 70%, #FEF798 70%, #FEF798 95%, transparent 95%);
}

.top_box02 {
  padding: 95px calc((100% - 1200px) / 2) 110px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .top_box02:before {
    content: "";
    background: url(images/top_box02_bg01.png) no-repeat;
    background-size: contain;
    width: 201px;
    height: 274px;
    position: absolute;
    top: -130px;
    left: 8.3%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1600px) and (min-width: 768px) {
  .top_box02:before {
    left: 1%;
  }
}
.top_box02 figure {
  position: relative;
}
.top_box02 figure::after {
  content: "";
  background: url(images/top_box02_bg02.png) no-repeat;
  background-size: contain;
  width: 270px;
  height: 282px;
  position: absolute;
  top: -130px;
  right: -22%;
}
.top_box02 figure img {
  position: relative;
  z-index: 1;
}
.top_box02 .top_box02_tit {
  font-size: 3.6rem;
  color: #523F3D;
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-weight: 900;
  margin-bottom: 50px;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  text-align: center;
}
.top_box02 .top_box02_tit .green {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #599473;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .top_box02 .top_box02_tit .green {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_box02 .top_box02_txt {
    width: 560px;
    margin-top: 5px;
  }
}
.top_box02 .top_box02_bnr {
  background: url(images/top_box02_bnr_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(30, 51, 39, 0.4);
          box-shadow: 0 0 20px rgba(30, 51, 39, 0.4);
}
.top_box02 .top_box02_bnr a {
  padding: 40px;
  display: block;
  text-decoration: none;
}
.top_box02 .top_box02_bnr a .top_box02_bg {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 15px rgba(30, 81, 78, 0.4);
          box-shadow: 0 0 15px rgba(30, 81, 78, 0.4);
  padding: 30px 30px 35px;
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
.top_box02 .top_box02_bnr a .top_box02_bg h3 {
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #395F4A;
  text-shadow: #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px, #FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF -2px -1px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}
.top_box02 .top_box02_bnr a .top_box02_bg h3 .brown {
  color: #725852;
}
.top_box02 .top_box02_bnr a .top_box02_bg h3 .big {
  display: block;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: rgba(89, 147, 114, 0.7);
  text-shadow: none;
  font-family: "EB Garamond", serif;
}
.top_box02 .top_box02_bnr a .top_box02_bg .price_box {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .top_box02 .top_box02_bnr a .top_box02_bg .price_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_box02 .top_box02_bnr a .top_box02_bg .price_box p {
  color: #523F3D;
  font-weight: bold;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}
.top_box02 .top_box02_bnr a .top_box02_bg .price_box .price_left {
  font-size: 4rem;
  font-weight: 600;
  font-family: "EB Garamond", serif;
}
.top_box02 .top_box02_bnr a .top_box02_bg .price_box .price_right {
  font-size: 5.6rem;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "EB Garamond", serif;
}
@media print, screen and (min-width: 768px) {
  .top_box02 .top_box02_bnr a .top_box02_bg .price_box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.2;
  }
  .top_box02 .top_box02_bnr a .top_box02_bg .price_box li:not(:last-of-type):after {
    content: "";
    margin: auto 0;
    width: 44px;
    height: 7px;
    border-bottom: 1px solid #52423D;
    border-right: 1px solid #52423D;
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
    margin: 0px 35px 15px 20px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.top_box02 .top_box02_bnr a .top_box02_bg .top_box02_bnr_txt {
  color: #FFF;
  font-size: 1.4rem;
  background: #599574;
  border-radius: 18px;
  display: inline-block;
  padding: 5px 25px 5px 30px;
}
.top_box02 .top_box02_bnr a .top_box02_bg:before {
  content: "";
  background: url(images/top_box02_bnr_left.png) 0 0 no-repeat;
  width: 83px;
  height: 81px;
  position: absolute;
  top: -4px;
  left: -4px;
}
.top_box02 .top_box02_bnr a .top_box02_bg:after {
  content: "";
  background: url(images/top_box02_bnr_right.png) 0 0 no-repeat;
  width: 84px;
  height: 82px;
  position: absolute;
  bottom: -4px;
  right: -4px;
}
.top_box02 .top_box02_bnr a:hover {
  opacity: 0.85;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.top_box02 .top_box02_bnr:before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  position: absolute;
  top: 6px;
  left: 6px;
}

.top_box04 {
  padding: 65px calc((100% - 1200px) / 2) 80px;
  background: #EDF4F0;
}
.top_box04 .top_box_tit {
  max-width: 620px;
}

.top_box_tit {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin: 0 auto 40px;
  color: #52403D;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  max-width: 640px;
  padding-top: 40px;
}
.top_box_tit span {
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #39604A;
  font-family: "EB Garamond", serif;
}
.top_box_tit img {
  position: absolute;
  top: 0px;
  right: 0;
}

.top_box05 {
  padding: 95px calc((100% - 1200px) / 2) 100px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .top_box05:before {
    content: "";
    background: url(images/top_box05_bg01.png) no-repeat;
    background-size: contain;
    width: 247px;
    height: 308px;
    position: absolute;
    top: -170px;
    left: 8.3%;
    z-index: 1;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1600px) and (min-width: 768px) {
  .top_box05:before {
    left: 1%;
  }
}

.top_box06 {
  margin: 0 auto 80px;
}

.bottom_box_bnr a {
  text-decoration: none;
  color: #FFF;
  position: relative;
}
.bottom_box_bnr a p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  z-index: 2;
  width: 90%;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}
@media print, screen and (max-width: 1600px) and (min-width: 768px) {
  .bottom_box_bnr a p {
    font-size: 2.8rem;
    margin-top: 15px;
  }
}
.bottom_box_bnr a p span {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
  font-family: "EB Garamond", serif;
}
@media print, screen and (max-width: 1600px) and (min-width: 768px) {
  .bottom_box_bnr a p span {
    font-size: 1.8rem;
  }
}

.top_box07 {
  padding: 80px calc((100% - 1210px) / 2) 100px;
  background: url(images/top_box07_bg.jpg) bottom center no-repeat;
  background-size: cover;
}
.top_box07 .top_box_tit {
  margin: 0 auto 30px;
  max-width: 570px;
}
.top_box07 .top_box07_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
  /* 画像 */
}
@media print, screen and (min-width: 768px) {
  .top_box07 .top_box07_flex:after {
    content: "";
    border-bottom: 6px solid rgba(108, 166, 134, 0.5);
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 0;
  }
}
.top_box07 .top_box07_flex li {
  width: 210px;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}
.top_box07 .top_box07_flex li h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #523F3D;
  margin-bottom: 15px;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}
.top_box07 .top_box07_flex li h3 .circle_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  border-radius: 100%;
  border: 4px solid #ADCDBA;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .top_box07 .top_box07_flex li h3 .circle_in {
    width: 210px;
  }
}
.top_box07 .top_box07_flex li h3 .circle_in:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top_box07 .top_box07_flex li h3 .circle_in .circle_txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top_box07 .top_box07_flex li h3 .top_box07_num {
  position: absolute;
  top: -1%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #599574;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px, #FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF -2px -1px;
  font-family: "EB Garamond", serif;
}
.top_box07 .top_box07_flex li img {
  margin-bottom: 10px;
}

.top_box08 {
  padding: 80px calc((100% - 1200px) / 2) 100px;
}
@media print, screen and (min-width: 768px) {
  .top_box08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_box08 .top_box08_tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #52403D;
  letter-spacing: 0.06em;
  line-height: 1.2;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  text-shadow: 0 0 2px #FFF;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .top_box08 .top_box08_tit {
    margin-bottom: 20px;
  }
}
.top_box08 .top_box08_tit:before {
  content: "";
  background: url(images/top_box08_tit_bg.png) no-repeat;
  width: 180px;
  height: 245px;
  position: absolute;
  top: -20px;
  left: -125px;
  z-index: -1;
}
.top_box08 .top_box08_tit span {
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #395F4A;
  display: block;
  font-family: "EB Garamond", serif;
  margin-bottom: 20px;
}

.top_box10 {
  margin: 0 auto;
}
.top_box10 .top_box10_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_box10 .top_box10_flex li {
  width: 20%;
}
.top_box10 .top_box10_flex li img {
  width: 100%;
  height: auto;
}

.top_box11 {
  height: 400px;
}
.top_box11 iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media screen and (max-width: 767px) {
  .top_box01 {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding: 20px 10px 50px;
  }
  .top_box01 .top_box01_tit {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .top_box01 .top_box01_tit span {
    font-size: 3.6rem;
    margin: 0 0 5px 5px;
  }
  .top_box01 figure {
    margin: 10px 10px 0;
  }
  .top_box01 figure:after {
    left: -10px;
    bottom: -10px;
  }
  .top_box_tit {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .top_box_tit span {
    font-size: 4rem;
  }
  .top_box_tit img {
    top: -10px;
    width: 230px;
    height: auto;
  }
  .top_box02 {
    padding: 50px 10px 50px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .top_box02 figure {
    width: 90%;
  }
  .top_box02 figure::after {
    right: -22%;
    top: -50px;
  }
  .top_box02 figure img {
    position: relative;
    z-index: 1;
  }
  .top_box02 .top_box02_tit {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .top_box02 .top_box02_tit .green {
    font-size: 1.6rem;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
  }
  .top_box02 .top_box02_txt {
    margin-bottom: 70px;
  }
  .top_box02 .top_box02_bnr a {
    padding: 30px 20px;
  }
  .top_box02 .top_box02_bnr a .top_box02_bg {
    padding: 30px 20px 55px;
  }
  .top_box02 .top_box02_bnr a .top_box02_bg h3 {
    font-size: 3rem;
    margin-bottom: 15px;
  }
  .top_box02 .top_box02_bnr a .top_box02_bg .price_box {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_box02 .top_box02_bnr a .top_box02_bg .price_box .price_left {
    font-size: 2.6rem;
  }
  .top_box02 .top_box02_bnr a .top_box02_bg .price_box .price_right {
    font-size: 4rem;
  }
  .top_box02 .top_box02_bnr a .top_box02_bg .price_box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.2;
    width: 80%;
  }
  .top_box02 .top_box02_bnr a .top_box02_bg .price_box li:not(:last-of-type):after {
    content: "";
    margin: 0 auto;
    width: 6px;
    height: 28px;
    border-bottom: 2px solid #52423D;
    border-left: 2px solid #52423D;
    -webkit-transform: skewY(135deg);
    transform: skewY(135deg);
    margin: 5px 60px 15px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .top_box02 .top_box02_bnr a .top_box02_bg .top_box02_bnr_txt {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 10px 20px 10px 25px;
    border-radius: 30px;
    word-break: auto-phrase;
  }
  .top_box04 {
    padding: 50px 10px 60px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .top_box05 {
    padding: 50px 0px 10px;
  }
  .top_box05 .top_box05_tit {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
  .top_box05 .top_box05_tit:before {
    margin-right: 10px;
  }
  .top_box06 {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .bottom_box_bnr a p {
    font-size: 2.6rem;
    margin-top: 5%;
  }
  .bottom_box_bnr a p span {
    font-size: 1.8rem;
  }
  .top_box07 {
    padding: 50px 10px 60px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .top_box07 .top_box07_tit {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
  .top_box07 .top_box07_tit:before {
    margin-right: 10px;
  }
  .top_box07 .top_box07_flex {
    gap: 2%;
    margin-bottom: 30px;
  }
  .top_box07 .top_box07_flex li {
    width: 48%;
    margin: 0 auto 20px;
    margin: 0 auto 30px;
    font-size: 1.3rem;
  }
  .top_box07 .top_box07_flex li h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .top_box07 .top_box07_flex li img {
    margin-bottom: 10px;
  }
  .top_box08 {
    padding: 80px 0px 60px;
  }
  .top_box08 .top_box08_tit {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-left: 100px;
  }
  .top_box08 .top_box08_tit:before {
    width: 100px;
    top: -30px;
    left: 0;
    width: 90px;
    background-size: contain;
  }
  .top_box08 .top_box08_tit span {
    font-size: 3.8rem;
  }
  .top_box10 {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .top_box11 {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
}
/****************************************

content下層用

*****************************************/
/* 下層共通 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img_wauto {
  width: auto;
  max-width: 100%;
}

.img_radius {
  overflow: hidden;
  border-radius: 8px;
}

.shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.pt_txt {
  padding-top: 30px;
}

.txt250 {
  width: 250px;
}

.txt610 {
  width: 610px;
}

.txt890 {
  width: 890px;
}

.txt720 {
  width: 720px;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.yellow_list li {
  padding: 13px 20px;
  letter-spacing: 0em;
  line-height: 1.5;
  background: url(images/bg_yellow.jpg) repeat;
  margin-bottom: 10px;
}
.yellow_list.list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.yellow_list.list_flex li {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .yellow_list.list_flex li {
    width: 292px;
  }
}

.brown_bg {
  padding: 25px 30px;
  background-color: #f7e3c3;
}
.brown_bg dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.brown_bg dd {
  font-size: 1.6rem;
}

.yellow_bg {
  padding: 25px;
  background: url(images/bg_yellow.jpg) repeat;
}
.yellow_bg p {
  line-height: 1.5;
}

figcaption {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.border_box {
  border: 1px solid #BC9C22;
  padding: 30px 20px 50px;
}
.border_box dt {
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: 6px solid #FEF798;
  line-height: 1.2;
  letter-spacing: 0;
  padding-bottom: 5px;
}
.border_box dd {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .radius_img {
    width: 100%;
  }
  .pt_txt {
    padding-top: 0;
  }
  .txt250, .txt610, .txt890, .txt720, .w1000, .w1200 {
    width: 100%;
  }
  .yellow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
  .yellow_list li {
    padding: 15px 15px;
    margin-bottom: 2%;
    line-height: 1.4;
    width: 49%;
  }
  .brown_bg {
    padding: 20px;
  }
  .brown_bg dt {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .brown_bg dd {
    font-size: 1.4rem;
  }
  .yellow_bg {
    padding: 20px;
  }
  .border_box {
    border: 8px solid #EDF7FD;
    padding: 25px 10px 20px;
  }
  .border_box dt {
    font-size: 1.6rem;
    border-bottom: 4px solid #FEF798;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
  figcaption {
    font-size: 1.4rem;
  }
}
/****************************************

content下層用

*****************************************/
/* 02CREEKの想い */
.thoughts_box {
  background: url(images/thoughts_bg.png) bottom 20px center no-repeat, url(images/bg_green.jpg) repeat;
  padding: 40px 40px 60px;
}
.thoughts_box .thoughts_tit {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}

/* 04施術の流れ */
.flow_box {
  line-height: 1.5;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow_box:after {
  content: "";
  background: url(images/arrow.png) bottom center no-repeat;
  background-size: auto 18px;
  height: 18px;
  width: 100%;
  margin-top: 30px;
}
.flow_box:last-of-type:after {
  content: none;
}

/* 05お客様の喜びの声 */
.trouble_txt {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #523F3D;
}
.trouble_txt span {
  font-size: 1.3rem;
  margin-right: 10px;
  background: url(images/bg_green.jpg) repeat;
  padding: 5px 15px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
}

/* 06Google口コミ評価 */
.three_column_post .star_rate {
  color: #FF7F00;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 10px;
}
.three_column_post a {
  text-decoration: none;
}

/* 07初回限定メニュー */
/* 08メニュー */
.price_wrap {
  display: inline-block;
}
.price_wrap .y_line {
  padding: 0 10px;
  letter-spacing: 0;
}
.price_wrap .price_arrow {
  margin-left: 75px;
}

/* 09お問い合わせ */
@media screen and (max-width: 767px) {
  /* 02CREEKの想い */
  .thoughts_box {
    padding: 25px;
  }
  .thoughts_box .thoughts_tit {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
  .flow_box {
    width: 90%;
    margin: 0 auto 30px;
  }
  /* 09お問い合わせ */
}
/****************************************

content下層用（共通パーツ）

*****************************************/
/* お問い合わせ */
#mail_form {
  padding: 0 calc((100% - 1200px) / 2);
  margin: 0 auto 120px;
}
@media print, screen and (min-width: 768px) {
  #mail_form {
    text-align: center;
  }
  #mail_form .contact_tel {
    font-size: 3.9rem;
    background: url(images/icon_btm_tel.png) center left no-repeat;
    background-size: 27px;
  }
}

/* 3列flex(txt) */
.three_column_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three_column_flex .three_column_parts {
  width: 380px;
}
@media print, screen and (min-width: 768px) {
  .three_column_flex .three_column_parts:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
.three_column_flex .three_column_parts h3 {
  font-size: 2.4rem;
  letter-spacing: 0.75;
  line-height: 1.5;
  color: #CCC;
  text-align: center;
  background: #B2CEBE;
  border: 1px solid #CCC;
  padding: 10px 10px 20px;
}
.three_column_flex .three_column_parts h3 span {
  font-size: 3.4rem;
  font-weight: bold;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .three_column_flex .three_column_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.three_column_flex .three_column_parts .three_flex_txt {
  padding: 20px 25px 20px;
  border: 1px solid #CCC;
  border-top: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* 3列flex(img) */
.three_column_flex_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three_column_flex_img li {
  width: 380px;
}
@media print, screen and (min-width: 768px) {
  .three_column_flex_img li {
    margin-right: 30px;
  }
  .three_column_flex_img li:last-child {
    margin-right: 0;
  }
  .three_column_flex_img li img {
    width: 100%;
    height: auto;
  }
}

/* FAQ共通(bg色+ラベル展開) */
.faq_box {
  padding: 20px 0px;
  border-bottom: 1px solid #CCC;
  /* クリックで非表示 */
  /*ラベル*/
  /*チェックボックスを非表示にする*/
  /*中身を非表示にしておく*/
  /*クリックで中身を表示*/
  /*アイコン*/
  /*クリックでアイコン変更*/
}
.faq_box .faq_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .faq_box .faq_answer .faq_txt {
    width: 860px;
    letter-spacing: 0;
    margin-right: 40px;
  }
}
.faq_box label {
  display: block;
  cursor: pointer;
  position: relative;
}
.faq_box input {
  display: none;
}
.faq_box .faq_answer {
  height: 0;
  opacity: 0;
}
.faq_box input:checked + label + div {
  height: auto;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s; /*ゆっくり表示させる*/
}
.faq_box label::before {
  content: "";
  border-top: 2px solid #999;
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
  z-index: 2;
}
.faq_box label::after {
  content: "";
  border-right: 20px solid #999;
  height: 2px;
  position: absolute;
  right: 5px;
  top: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.faq_box input:checked + label::after {
  content: none;
}

/* FAQ共通(アイコン-背景色) */
.faq_box .faq_tit {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}
.faq_box .faq_tit .faq_icon {
  background: #599574;
}
.faq_box .faq_icon {
  font-size: 2.6rem;
  font-weight: bold;
  color: #FFF;
  padding: 10px;
  min-width: 46px;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 14px;
  border-radius: 100%;
  font-family: "EB Garamond", serif;
}
.faq_box .faq_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq_box .faq_answer .faq_icon {
  background: #BC9C22;
}
.faq_box .faq_answer .faq_txt {
  padding-top: 5px;
}

/* リスト共通（画像付きマーカー） */
@media screen and (max-width: 767px) {
  .three_column_flex .three_column_parts {
    width: 100%;
    margin-bottom: 30px;
  }
  .three_column_flex .three_column_parts h3 {
    font-size: 2rem;
    line-height: 1.3;
    padding: 10px 10px 15px;
  }
  .three_column_flex .three_column_parts h3 span {
    font-size: 2.8rem;
  }
  .three_column_flex .three_column_parts .three_flex_txt {
    padding: 15px 20px;
  }
  .three_column_flex_img {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .three_column_flex_img li {
    width: 48%;
    margin: 0 auto;
  }
  .three_column_flex_img li img {
    width: 100%;
    margin-bottom: 5px;
  }
  /* FAQ共通(bg色+ラベル展開)-sp */
  .faq_box {
    padding: 35px 15px 20px 0px;
    /*アイコン*/
  }
  .faq_box label::before {
    width: 20px;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .faq_box label::after {
    right: -5px;
    top: 50%;
  }
  /* FAQ共通sp（丸付） */
  .faq_box .faq_tit {
    font-size: 1.8rem;
  }
  .faq_box .faq_icon {
    font-size: 1.8rem;
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
/****************************************

sidebar/aside（テキスト）

*****************************************/
.bottom_box {
  padding: 65px calc((100% - 1200px) / 2) 55px;
  background: url(images/bottom_box_bg.jpg) top center no-repeat;
  background-size: cover;
  color: #FFF;
}

@media print, screen and (min-width: 768px) {
  .bottom_box_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bottom_box_inner .bottom_box_tit {
    padding-right: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.bottom_box_tit {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 30px;
  font-family: "EB Garamond", serif;
  position: relative;
}
.bottom_box_tit::before {
  content: "";
  position: absolute;
  background: url(images/bottom_box_tit_bg.png) no-repeat;
  width: 122px;
  height: 35px;
  top: 5px;
  left: -35px;
}
@media print, screen and (max-width: 1600px) and (min-width: 768px) {
  .bottom_box_tit::before {
    left: -10px;
  }
}
.bottom_box_tit span {
  font-size: 5.4rem;
  font-weight: bold;
  display: block;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  margin-bottom: 10px;
  color: #FFF;
}

@media print, screen and (min-width: 768px) {
  .bottom_box_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom_box_btn .bottom_box_tel {
    margin-right: 30px;
  }
}

a.bottom_box_tel {
  display: block;
  font-size: 3.4rem;
  font-weight: bold;
  color: #395F4A;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-family: "EB Garamond", serif;
  background: #FFF;
  border: 2px solid #395F4A;
  border-radius: 31px;
  padding: 10px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  a.bottom_box_tel {
    width: 360px;
  }
}
a.bottom_box_tel:before {
  content: "";
  background: url(images/icon_tel.png) no-repeat;
  width: 24px;
  height: 25px;
  margin-right: 5px;
}
@media print, screen and (min-width: 768px) {
  a.bottom_box_tel {
    word-break: keep-all;
  }
}

a.linkline_w {
  color: #FFF;
  text-decoration: none; /* デフォルトの下線を非表示にする */
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF), to(#FFF));
  background-image: linear-gradient(90deg, #FFF, #FFF); /* 線の色 */
  background-repeat: no-repeat;
  background-position: right bottom; /* 線の起点を左・下に設定 */
  background-size: 100% 1px; /* 線の横幅を100%にする */
  -webkit-transition: background-size 0.9s;
  transition: background-size 0.9s; /* 線を伸ばすアニメーション実行時間を指定（0.9秒かけて線の横幅を0から100%にする） */
}
a.linkline_w:hover {
  background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
}
a.linkline_w:hover {
  color: rgba(255, 255, 255, 0.75);
  color: rgba(188, 156, 34, 0.75);
}

@media screen and (max-width: 767px) {
  .bottom_box {
    width: calc(100% + 20px);
    padding: 30px 6% 40px;
    margin: 0 0px 0px -10px;
    background: url(images/bottom_box_bg.jpg) bottom right no-repeat;
    background-size: cover;
  }
  .bottom_box_tit {
    font-size: 1.4rem;
    line-height: 1.4;
    background-size: cover;
    padding: 30px 0px 0;
    text-align: left;
    margin: 0px 20px 30px;
  }
  .bottom_box_tit span {
    font-size: 3.4rem;
    margin-bottom: 5px;
  }
  a.bottom_box_tel {
    font-size: 2.6rem;
    width: 80%;
    margin: 0 auto 15px;
  }
}
/****************************************

sidebar/aside (bnr)

*****************************************/
/* 複数列バナー */
.bottom_box_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .bottom_box_bnr a {
    width: 33.3333333333%;
  }
}
.bottom_box_bnr a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  /* 複数列バナー */
  .bottom_box_bnr {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom_box_bnr a {
    width: 85%;
    margin-bottom: 20px;
  }
}
/****************************************

テーブル

*****************************************/
table {
  line-height: 1.7;
}

td p {
  font-size: 100%;
}

/* 表2列(下線) */
.overview_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.overview_table tr {
  border-bottom: 1px solid #CCC;
}
.overview_table th {
  width: 12.5%;
  padding: 17px 20px 6px;
  font-weight: normal;
  text-align: left;
}
.overview_table td {
  width: 87.5%;
  padding: 17px 20px 6px;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 767px) {
  /* 1列 */
  .overview_table th {
    display: block;
    width: 100%;
    padding: 10px 15px 5px;
    font-weight: bold;
  }
  .overview_table td {
    display: block;
    width: 100%;
    padding: 0px 15px 15px;
  }
  /* 2列のまま */
}
/****************************************

共通div

*****************************************/
.mb110 {
  margin-bottom: 110px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .mb110,
  .mb100,
  .mb95,
  .mb90,
  .mb85,
  .mb80,
  .mb75,
  .mb70,
  .mb65,
  .mb60,
  .mb55 {
    margin-bottom: 50px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb45,
  .mb40 {
    margin-bottom: 30px;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 30px;
}

/* 配置 */
.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .txt_center_pc {
    text-align: center;
  }
}
/* 赤文字*/
.red {
  color: #D83500;
}

/* 強調*/
.bold {
  font-weight: bold;
}

.green {
  color: #599574;
}

.yellow {
  color: #BC9C22;
}

.big {
  font-size: 1.8rem;
}

.big_20 {
  font-size: 2rem;
}

.big_22 {
  font-size: 2.2rem;
}

.big_26 {
  font-size: 2.6rem;
}

/* 小文字*/
.small {
  font-size: 1.2rem;
}

.small_14 {
  font-size: 1.4rem;
}

.small_15 {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
  .big_20 {
    font-size: 1.7rem;
  }
  .big_22 {
    font-size: 2rem;
  }
  .big_26 {
    font-size: 2.2rem;
  }
}
/****************************************

news トップ用（背景色付）

*****************************************/
#news_top {
  width: 100%;
  overflow-y: scroll;
  height: 350px;
  padding: 10px 20px 10px 10px;
}

.news_top_parts {
  position: relative;
  background: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 30px 60px 30px 30px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 10px rgba(30, 51, 39, 0.15);
          box-shadow: 0 0 10px rgba(30, 51, 39, 0.15);
  /* 右矢印(―＼) */
}
.news_top_parts a {
  text-decoration: none;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .news_top_parts a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.news_top_parts p {
  font-size: 1.4rem;
}
.news_top_parts time {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: #52413D;
  font-weight: normal;
  font-family: "EB Garamond", serif;
  margin-right: 30px;
}
.news_top_parts .news_top_tit {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #39604A;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}
.news_top_parts:after {
  position: absolute;
  content: "";
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 26px;
  height: 4px;
  border-bottom: 1px solid #52423D;
  border-right: 1px solid #52423D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
.news_top_parts:hover {
  background: rgba(254, 247, 152, 0.4);
}
.news_top_parts:hover .news_top_tit, .news_top_parts:hover p {
  color: #BC9C22;
}
.news_top_parts:hover:after {
  right: 20px;
  border-bottom: 1px solid #BC9C22;
  border-right: 1px solid #BC9C22;
}

@media screen and (max-width: 767px) {
  #news_top {
    padding: 10px 15px 10px 10px;
  }
  #news_top .news_top_parts {
    padding: 15px 60px 15px 15px;
    margin-bottom: 15px;
    /* 右矢印(>) */
    /* 右矢印(―) */
  }
  #news_top .news_top_parts p {
    font-size: 1.2rem;
  }
  #news_top .news_top_parts time {
    font-size: 1.4rem;
  }
  #news_top .news_top_parts .news_top_tit {
    font-size: 1.5rem;
    margin: 0px 0 10px;
    line-height: 1.5;
  }
  #news_top .news_top_parts:before {
    right: 19px;
  }
  #news_top .news_top_parts:after {
    right: 20px;
  }
  #news_top .news_top_parts:hover:before {
    right: 14px;
  }
  #news_top .news_top_parts:hover:after {
    right: 15px;
  }
}
/****************************************

voice トップ用（img横並び＋カスタムタイトル）

*****************************************/
#voice_top {
  margin-bottom: 55px;
}

.voice_top_parts {
  height: auto;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .voice_top_parts .voice_top_parts_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.voice_top_parts a {
  text-decoration: none;
}
.voice_top_parts .voice_top_tit {
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  font-weight: bold;
  color: #FFF;
  padding: 15px 30px;
  background: #599574;
  width: 100%;
  display: inline-block;
}
.voice_top_parts .voice_top_subtit {
  font-size: 1.6rem;
  color: #575757;
  font-weight: bold;
  border-bottom: 1px solid #B2CEBE;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.voice_top_parts .voice_top_subtit span {
  color: #FFF;
  background: #BC9C22;
  font-size: 1.3rem;
  padding: 3px 25px;
  min-width: 90px;
  border-radius: 13px;
  margin-right: 20px;
}
.voice_top_parts .voice_top_txt {
  font-size: 1.5rem;
  letter-spacing: 0.04em !important;
}
@media print, screen and (min-width: 768px) {
  .voice_top_parts .voice_top_txt {
    width: 700px;
  }
}
.voice_top_parts .voice_top_img {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .voice_top_parts .voice_top_img {
    margin-right: 20px;
  }
}
.voice_top_parts .voice_top_img img {
  width: 450px;
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

@media screen and (max-width: 767px) {
  #voice_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  #voice_top .voice_top_parts {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #voice_top .voice_top_parts:nth-child(2n) {
    margin-right: 0;
  }
  #voice_top .voice_top_parts a {
    font-size: 1.4rem;
  }
  #voice_top .voice_top_parts .voice_top_tit {
    font-size: 1.4rem;
    margin-top: 10px;
    text-align: center;
  }
  #voice_top .voice_top_parts .voice_top_img {
    height: 200px;
    margin: 0 auto 10px;
    text-align: center;
  }
  #voice_top .voice_top_parts .voice_top_img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit:cover;";
  }
}
/****************************************

reviews トップ用（枠＋カスタムレート）

*****************************************/
#reviews_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#reviews_top a {
  text-decoration: none;
}

.reviews_top_parts {
  width: 380px;
  margin-right: 30px;
  border: 3px solid #B2CEBE;
  padding: 40px 30px 35px;
}
.reviews_top_parts:last-child {
  margin-right: 0;
}
.reviews_top_parts .reviews_top_tit {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
  background: url(images/tit_bg.png) top 2px left no-repeat;
}
.reviews_top_parts .reviews_top_txt p {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
.reviews_top_parts .star_rate {
  color: #FF4136;
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #reviews_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #reviews_top .reviews_top_parts {
    width: 100%;
    height: auto;
    margin-right: 0%;
    margin-bottom: 20px;
    min-height: unset;
    padding: 10px 15px 20px;
  }
  #reviews_top .reviews_top_parts .reviews_top_tit {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
/****************************************

投稿 下層用（1行）

*****************************************/
/* デフォルト投稿 */
.post_banner p {
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .voice_post_parts .flex {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .voice_post_parts figure {
    width: 440px;
    height: 300px;
    overflow: hidden;
    margin-right: 40px;
  }
  .voice_post_parts figure img {
    width: 440px;
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .voice_post_parts .subhead02 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post_banner p {
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
  }
  .voice_post_parts {
    padding: 20px 15px;
    border: 2px solid rgba(188, 156, 34, 0.65);
  }
  .voice_post_parts figure {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .voice_post_parts figure img {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
/****************************************

投稿 下層用2（複数列）

*****************************************/
/* 3列投稿 */
.three_column_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.three_column_post .three_column_parts {
  width: 370px;
  height: auto;
  margin: 0 40px 40px 0;
}
@media print, screen and (min-width: 768px) {
  .three_column_post .three_column_parts:nth-child(3n) {
    margin-right: 0;
  }
}
.three_column_post .three_column_parts .three_column_txt img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  /* 3列投稿 sp*/
  .three_column_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .three_column_post .three_column_parts {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .three_column_post .three_column_parts:nth-child(2n) {
    margin-right: 0;
  }
  .three_column_post .three_column_parts:last-child {
    margin: 0 auto; /* 最終行中央揃え（画像数が奇数の場合）*/
  }
  .three_column_post .three_column_parts .three_column_img {
    width: 100%;
    height: 200px;
    margin-bottom: 2%;
  }
  .three_column_post .three_column_parts .three_column_img figure {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .three_column_post .three_column_parts .three_column_img figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  padding: 0 calc((100% - 1000px) / 2);
}
#single_box img {
  max-width: 1000px;
  padding: 10px 0;
  height: auto;
}
#single_box figure {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}
#single_box figure img {
  max-width: 100%;
  height: auto;
}
#single_box .nav-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  font-size: 100%;
  text-align: center;
}
#single_box .nav-below a {
  padding: 0 10px;
  color: #BC9C22;
}
#single_box .nav-below a:hover {
  color: rgba(188, 156, 34, 0.75);
}

@media screen and (max-width: 767px) {
  #single_box img {
    max-width: 100%;
    padding: 10px 0;
  }
}
/****************************************

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 0;
  margin: 50px 0 0;
}

a.page-numbers {
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: rgba(188, 156, 34, 0.1);
  border: solid 1px rgba(188, 156, 34, 0.5);
}

.pager .current {
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: rgb(255, 255, 255);
  background: #bc9c22;
  border: solid 1px #bc9c22;
}

@media screen and (max-width: 767px) {
  .single_box {
    width: 100%;
  }
  .pager {
    padding: 0px 0 30px;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  #sp_footer {
    padding: 0px 0 60px;
    background: #F5F4ED;
  }
  .sp_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .sp_bnr div {
    position: relative;
    width: 25%;
    background: #599574;
    background: #BC9C22;
    background: #39604A;
    border-top: 1px solid #FFF;
  }
  .sp_bnr div:not(:last-child) {
    border-right: 1px solid #FFF;
  }
  .sp_bnr div img {
    width: auto;
    margin-bottom: 7px;
    height: 22px;
  }
  .sp_bnr div p {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    word-break: keep-all;
    font-weight: bold;
    font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
  }
  .sp_bnr a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
  .sp_footer_box {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px 50px;
  }
  .sp_footer_box a {
    text-decoration: none;
  }
  .sp_footer_box .footer_logo {
    text-align: center;
  }
  .sp_footer_box .footer_logo a {
    margin: 0px auto 10px;
  }
  .sp_footer_box .footer_txt {
    font-size: 1.4rem;
    word-break: auto-phrase;
  }
  .sp_footer_box .footer_list {
    margin: 10px 20px 40px 0;
  }
  .sp_footer_box .footer_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .sp_footer_box .footer_list dl dt {
    color: #395F4A;
    font-weight: bold;
    margin-right: 28px;
    line-height: 1.5;
    min-width: 70px;
  }
  .sp_footer_box .footer_list dl dd {
    line-height: 1.5;
  }
  .sp_footer_box .sns_bnr {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 10px;
  }
  .sp_footer_box .footer_right .btn01 {
    border: 2px solid #32B432;
  }
  .sp_footer_box .footer_right .btn01:hover {
    border: 2px solid #BC9C22;
  }
  .footer_tit {
    font-size: 3rem;
    font-weight: bold;
    color: #395F4A;
    letter-spacing: 0.06em;
    line-height: 1.2;
    border-bottom: 1px solid #B2CEBE;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-family: "EB Garamond", serif;
  }
  .copyright {
    font-size: 1rem;
    text-align: center;
    background: #599574;
    color: #FFF;
    padding: 10px 0 10px;
  }
}
/****************************************
pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  .pagetop {
    position: fixed;
    z-index: 4;
    right: 10px;
    bottom: 10px;
    display: none;
  }
  #pc_footer {
    position: relative;
    background: #F5F4ED;
  }
  .footer_box {
    width: 100%;
    margin: 0 auto;
    padding: 75px calc((100% - 1200px) / 2) 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: url(images/footer_bg.png) bottom 20px right 13.55% no-repeat;
  }
  .footer_box a {
    text-decoration: none;
  }
  .footer_box p {
    font-size: 1.5rem;
  }
  .footer_box .footer_logo a {
    margin-right: 10px;
  }
  .footer_box .footer_tit {
    font-size: 3.8rem;
    font-weight: bold;
    color: #395F4A;
    letter-spacing: 0.06em;
    line-height: 1.2;
    border-bottom: 1px solid #B2CEBE;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-family: "EB Garamond", serif;
  }
  .footer_box .footer_txt {
    font-size: 1.5rem;
  }
  .footer_box .footer_list {
    width: 480px;
    margin: 10px 20px 40px 0;
  }
  .footer_box .footer_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .footer_box .footer_list dl dt {
    color: #395F4A;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 28px;
    line-height: 1.5;
    min-width: 75px;
  }
  .footer_box .footer_list dl dd {
    line-height: 1.5;
  }
  .footer_box .footer_sns a {
    margin-right: 10px;
  }
  .footer_box .footer_right .btn01 {
    border: 2px solid #32B432;
  }
  .footer_box .footer_right .btn01:hover {
    border: 2px solid #BC9C22;
  }
  /* 横並び（階層無　1行詰） */
  .footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_link li {
    padding: 0px 10px;
    position: relative;
    /* ページリンク間の装飾 */
  }
  .footer_link li a {
    font-size: 1.4rem;
    letter-spacing: 0em;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .footer_link li a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #BC9C22;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .footer_link li a:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .footer_link li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0px;
    background: #3F3432;
  }
  .footer_link li:last-child:before {
    background: none;
  }
  .copyright {
    font-size: 1.3rem;
    letter-spacing: 0em;
    text-align: center;
    padding: 30px 0 55px;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
  text-align: left;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(188, 156, 34, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(188, 156, 34, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(188, 156, 34, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px #599574 solid;
  border-radius: 8px;
  background-color: #599574;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 30px auto 0;
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", serif;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(89, 149, 116, 0.3);
          box-shadow: 0 0 1px 1px rgba(89, 149, 116, 0.3);
  background-color: rgba(89, 149, 116, 0.3);
  color: #599574;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #599574 solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(89, 149, 116, 0.5);
          box-shadow: 0 0 2px 2px rgba(89, 149, 116, 0.5);
}

.wpcf7-text {
  width: 100%;
}

/* 入力欄 */
.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}

.form_label {
  width: 300px;
}
.form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}
.form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_input {
  width: calc(100% - 300px);
}

.form_input_post {
  width: 180px;
}

.form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

/* 住所 */
.form_row_post {
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #CCC;
}
.form_row_post .form_row_address_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.form_row_post .form_row_address_row .form_label {
  font-weight: normal;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #599574;
}

.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #599574;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #599574;
  border-right: 3px solid #599574;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #6c5d2f;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #599574;
  -webkit-box-shadow: 0 0 2px 2px rgba(89, 149, 116, 0.5);
          box-shadow: 0 0 2px 2px rgba(89, 149, 116, 0.5);
  background-color: #599574;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.9em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #599574;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  -webkit-box-shadow: 0 0 2px 2px rgba(89, 149, 116, 0.5);
          box-shadow: 0 0 2px 2px rgba(89, 149, 116, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #599574;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #599574;
  border-right: 1px solid #599574;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #599574;
  border-right: 1px solid #599574;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #599574;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(89, 149, 116, 0.7)), to(rgba(89, 149, 116, 0.7)));
  background-image: linear-gradient(90deg, rgba(89, 149, 116, 0.7), rgba(89, 149, 116, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(89, 149, 116, 0.3);
          box-shadow: 0 0 1px 1px rgba(89, 149, 116, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(89, 149, 116, 0.3);
          box-shadow: 0 0 1px 1px rgba(89, 149, 116, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  /* 入力欄 */
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
  .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_input {
    width: 100%;
  }
  /* 住所 */
  .form_row_post {
    padding: 0 0 20px 0;
  }
  .form_row_post .form_row_address_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/****************************************

追加

*****************************************/
.dn {
  display: none;
}

.pcn {
  display: none;
}

@media screen and (max-width: 767px) {
  .spn {
    display: none;
  }
  .pcn {
    display: block;
  }
}