@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Sections
========================================================================== */
body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
========================================================================== */
figcaption, figure {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

main {
  display: block; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Links
========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

/* Text-level semantics
========================================================================== */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

ul, li, ol, dt, dd {
  list-style: none; }

/* Embedded content
========================================================================== */
audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

/* Forms
========================================================================== */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  overflow: visible; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

/* Interactive
========================================================================== */
details {
  display: block; }

summary {
  display: list-item; }

menu {
  display: block; }

/* Scripting
========================================================================== */
canvas {
  display: inline-block; }

template {
  display: none; }

/* Hidden
========================================================================== */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* clearfix */
/* HEADER */
/* BEM用のテスト構成
header__logo
header__btn
header__menu
header__ornament
*/
/* ** TYPE01 **
<li><a href=""><span class="date"></span><span class="category"></span><h* class="title"></h*></a></li>
*/
/* HEADER */
/* INFO */
/* [TYPE01-FORMAT]
<li class="item"><p>
<span class="item-date"></span>
<span class="item-category"></span>
<span class="item-title"></span>
</p></li><!-- /.item -->
*/
/* [TYPE02-FORMAT]
<li class="item"><a href="">
<div class="item-thumbnail"><img src="/common/images/noimage.png"></div>
<div class="item-info"><p class="item-title"></p></div>
</a></li><!-- /.item -->
*/
/* CONTACT FORM 7 */
/* MAILFORMPRO */
/* MW WP FORM */
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
html {
  line-height: 1.6; }
  @media screen and (min-width: 960px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    html {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, th, td, address, li, dt, dd {
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  color: #692E0D; }

/* =========================================================
	element style
========================================================= */
html, body {
  height: 100%; }

body {
  color: #692E0D;
  font-family: YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

input, textarea, button {
  font-family: YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

a {
  color: #000; }

img {
  max-width: 100%;
  height: auto; }

@media screen and (min-width: 960px) {
  .media-PC {
    display: block; } }
@media screen and (max-width: 959px) {
  .media-PC {
    display: none; } }

@media screen and (min-width: 960px) {
  .media-Tablet {
    display: none; } }
@media screen and (max-width: 959px) {
  .media-Tablet {
    display: block; } }

@media screen and (min-width: 768px) {
  .media-NoSP {
    display: block; } }
@media screen and (max-width: 767px) {
  .media-NoSP {
    display: none; } }

@media screen and (min-width: 768px) {
  .media-SP {
    display: none; } }
@media screen and (max-width: 767px) {
  .media-SP {
    display: block; } }

.fr {
  float: right; }

.fl {
  float: left; }

.imgC, .tC {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR {
  text-align: right; }

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

p.bold {
  font-weight: bold !important; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mr0 {
  margin-right: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.clear {
  clear: both; }

.clear-fix {
  zoom: 1; }
  .clear-fix:before, .clear-fix:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden; }
  .clear-fix:after {
    clear: both; }

.js-scroll {
  opacity: 0;
  margin-top: 50px;
  -webkit-transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease; }
  .js-scroll.fade_on {
    margin-top: 0;
    opacity: 1; }

.js-scroll2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; }
  .js-scroll2.fade_on {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

/* =========================================================
	general
========================================================= */
/* text */
span.bold {
  font-weight: bold; }
span.accent {
  color: #FF9327; }
span.underline {
  text-decoration: underline; }

p.left {
  text-align: left; }
p.right {
  text-align: right; }
p.center {
  text-align: center; }

.btn {
  margin-top: 40px;
  text-align: center; }
  .btn.left {
    text-align: left; }
  .btn a {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 40px;
    border: 1px solid #4E2108;
    border-radius: 4px;
    padding-top: 11px;
    text-align: center;
    text-decoration: none;
    background: #FAF8F8;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
    color: #692E0D;
    font: normal 14px/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .btn a:hover {
      background-color: #4E2108;
      color: white; }
    .btn a .window {
      position: absolute;
      right: 15px;
      bottom: 13px;
      width: 14px;
      height: 14px;
      background: url(/common/images/window.png); }
    .btn a:hover .window {
      background: url(/common/images/window-w.png); }
  .btn.clear a {
    background-color: transparent; }
    .btn.clear a:hover {
      background-color: #4E2108; }
  .btn.black a {
    background: #4E2108;
    color: white; }
    .btn.black a:hover {
      opacity: .6; }
  .btn.mild a {
    background: #F7F3F2;
    width: 100%;
    border: none; }
    .btn.mild a:hover {
      background-color: #4E2108; }

.table {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .table tr {
    border-top: 1px solid #c5c5c5; }
    .table tr:first-child {
      border: none; }
    .table tr th {
      width: 200px;
      font-size: 16px;
      line-height: 1.875em;
      padding: 1.25em 1.1875em 0.9375em;
      font-weight: bold;
      text-align: left; }
    .table tr td {
      font-size: 15px;
      line-height: 2em;
      width: 500px;
      position: relative;
      padding: 1.33333em 2em 1em; }
    .table tr td:before {
      content: '';
      display: block;
      position: absolute;
      top: 1.33333em;
      left: 0;
      bottom: 0;
      height: calc(100% - 2.33333em);
      border-right: 1px solid #c5c5c5; }
  @media screen and (max-width: 959px) {
    .table tr th {
      background: #FAF8F8; }
    .table tr th, .table tr td {
      display: block;
      width: 100%;
      font-size: 14px; }
    .table tr td {
      padding-left: 1.1875em; }
      .table tr td:before {
        display: none; } }

/* =========================================================
	common comprnent
========================================================= */
.article {
  max-width: 1030px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }
  .article.wide {
    max-width: 100%;
    padding: 0; }
    .article.wide .inner {
      width: 100%;
      max-width: 1030px;
      padding: 0 15px;
      margin: 0 auto; }
  .article.w700 {
    max-width: 730px; }
  .article__title {
    text-align: center; }
    .article__title h2 {
      font: normal 24px/1.6 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      letter-spacing: .13em;
      color: #692E0D; }
      @media screen and (max-width: 959px) {
        .article__title h2 {
          font-size: 20px; } }
    .article__title + .article__main {
      margin-top: 35px; }
      @media screen and (max-width: 959px) {
        .article__title + .article__main {
          margin-top: 20px; } }
    .article__title.small {
      font-size: 20px; }
      @media screen and (max-width: 959px) {
        .article__title.small {
          font-size: 18px; } }
    .article__title.left {
      text-align: left; }
    .article__title.strong h2 {
      font: 700 24px/1.6 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      @media screen and (max-width: 959px) {
        .article__title.strong h2 {
          font-size: 20px; } }
    .article__title span {
      display: block;
      font: normal 14px/1.6 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #FF9327; }
  .article__main p {
    font: normal 14px/2 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .article .flex, .article.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 959px) {
      .article .flex, .article.flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .article .flex .article__title h2, .article.flex .article__title h2 {
      text-align: left; }
      @media screen and (max-width: 959px) {
        .article .flex .article__title h2, .article.flex .article__title h2 {
          text-align: center; } }
  .article__right {
    width: calc(50%); }
    @media screen and (max-width: 959px) {
      .article__right {
        width: 100%; } }
    .article__right.img {
      padding-right: 50px; }
      @media screen and (max-width: 959px) {
        .article__right.img {
          padding: 0;
          padding-top: 20px; } }
  .article__left {
    width: calc(50%); }
    @media screen and (max-width: 959px) {
      .article__left {
        width: 100%; } }
    .article__left.img {
      padding-left: 50px; }
      @media screen and (max-width: 959px) {
        .article__left.img {
          padding: 0;
          padding-top: 20px; } }
  .article .img img {
    border-radius: 4px; }
    .article .img img + img {
      margin-top: 10px; }
  .article.block {
    padding: 30px;
    border-radius: 4px;
    border: 4px double #DAD2CF; }
    @media screen and (max-width: 959px) {
      .article.block {
        width: calc(100% - 30px);
        padding: 30px 15px;
        margin: 0 15px; } }
  .article.float,
  .article .float {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .article.float__aside,
    .article .float__aside {
      width: 250px;
      padding-left: 50px; }
      @media screen and (max-width: 959px) {
        .article.float__aside,
        .article .float__aside {
          display: block;
          width: 100%;
          padding-left: 0;
          margin-top: 50px; }
          .article.float__aside .child,
          .article .float__aside .child {
            display: none; }
          .article.float__aside .parent.mt40,
          .article .float__aside .parent.mt40 {
            margin-top: 20px !important; } }
    .article.float__list,
    .article .float__list {
      width: calc(100% - 250px); }
      @media screen and (max-width: 959px) {
        .article.float__list,
        .article .float__list {
          display: block;
          width: 100%; } }

.section__title h3 {
  margin-top: 0 !important;
  font-size: 24px !important;
  letter-spacing: .15em !important;
  color: #692E0D !important; }
  .section__title h3 span {
    margin-left: 14px !important;
    font-size: 14px;
    font-weight: normal !important; }
.section.block {
  padding: 30px;
  border-radius: 4px;
  border: 4px double #DAD2CF;
  background: white; }
  @media screen and (max-width: 959px) {
    .section.block {
      width: 100%;
      padding: 30px 15px; } }
.section .flex, .section.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 959px) {
    .section .flex, .section.flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .section .flex .article__title h2, .section.flex .article__title h2 {
    text-align: left; }
    @media screen and (max-width: 959px) {
      .section .flex .article__title h2, .section.flex .article__title h2 {
        text-align: center; } }
.section__right {
  width: calc(50%); }
  @media screen and (max-width: 959px) {
    .section__right {
      width: 100%; } }
  .section__right.img {
    padding-right: 50px; }
    @media screen and (max-width: 959px) {
      .section__right.img {
        padding: 0;
        padding-top: 20px; } }
.section__left {
  width: calc(50%); }
  @media screen and (max-width: 959px) {
    .section__left {
      width: 100%; } }
  .section__left.img {
    padding-left: 50px; }
    @media screen and (max-width: 959px) {
      .section__left.img {
        padding: 0;
        padding-top: 20px; } }
.section .img img {
  border-radius: 4px; }
  .section .img img + img {
    margin-top: 10px; }
.section .w200.img {
  width: 220px;
  padding-right: 20px;
  padding-left: 0; }
  @media screen and (max-width: 767px) {
    .section .w200.img {
      width: 100%;
      margin-right: 0;
      text-align: center; } }
.section .w200.text {
  width: calc(100% - 220px); }
  @media screen and (max-width: 767px) {
    .section .w200.text {
      width: 100%;
      margin-top: 20px; } }
.section dl.list + dl {
  margin-top: 10px; }
.section + .section {
  margin-top: 60px; }
  @media screen and (max-width: 959px) {
    .section + .section {
      margin-top: 30px; } }

.js-anchor {
  margin-bottom: 10px;
  text-align: center; }
  .js-anchor p {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 40px;
    border: 1px solid #4E2108;
    border-radius: 4px;
    padding-top: 11px;
    text-align: center;
    text-decoration: none;
    background: #FAF8F8;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
    color: #692E0D;
    background: #F7F3F2;
    width: 100%;
    border: none;
    font: normal 14px/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .js-anchor p span {
      margin-left: 5px;
      font-size: 12px;
      vertical-align: 1px; }
  .js-anchor.on p {
    background-color: #4E2108;
    color: white; }

@media screen and (max-width: 959px) {
  .js-anchor-tag {
    overflow: hidden;
    height: 0;
    -webkit-transition: height .15s ease;
    transition: height .15s ease; }
    .js-anchor-tag.on {
      height: 400px; } }

body:not(#home-page) .article__main p + dl,
body:not(#home-page) .article__main dl + p,
body:not(#home-page) .article__main p:not(.attention) + p.attention,
body:not(#home-page) .article__main p.attention + p:not(.attention),
body:not(#home-page) .article__main p:not(.attention) + p:not(.attention) {
  margin-top: 20px; }
body:not(#home-page) .article__main h3 {
  margin-top: 30px;
  font: bold 16px/1.6 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: 1px solid #DAD2CF;
  padding-bottom: 5px;
  margin-bottom: 15px; }
body:not(#home-page) .article__main dd a,
body:not(#home-page) .article__main p a {
  color: #692E0D; }
body:not(#home-page) .article__main strong {
  color: #FF9327;
  font-weight: bold; }
body:not(#home-page) .article__main p.attention {
  color: red;
  padding-left: 1em;
  text-indent: -1em; }
  body:not(#home-page) .article__main p.attention.nored {
    color: #692E0D; }
body:not(#home-page) .article + .article {
  margin-top: 130px; }
  @media screen and (max-width: 959px) {
    body:not(#home-page) .article + .article {
      margin-top: 70px; } }

.list-qa li {
  position: relative;
  background: white;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-align: left;
  border-bottom: 1px solid #DAD2CF; }
  @media screen and (max-width: 959px) {
    .list-qa li {
      margin: 0 auto; } }
  .list-qa li .number {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: .1em;
    font-family: "Playfair Display", serif;
    color: #4E2108;
    vertical-align: -3px; }
    @media screen and (max-width: 959px) {
      .list-qa li .number {
        position: absolute;
        font-size: 22px;
        left: 15px;
        top: 18px; } }
  .list-qa li:last-child {
    margin-bottom: 0; }
  .list-qa li .answer,
  .list-qa li .question {
    padding: 30px;
    position: relative; }
    .list-qa li .answer p,
    .list-qa li .question p {
      display: inline-block;
      padding-left: 30px;
      text-align: left; }
    @media screen and (max-width: 959px) {
      .list-qa li .answer,
      .list-qa li .question {
        padding: 15px; }
        .list-qa li .answer p,
        .list-qa li .question p {
          padding-left: 47px;
          padding-right: 20px; } }
  .list-qa li .question {
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    z-index: 2; }
    .list-qa li .question:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "+";
      font-size: 40px;
      font-family: "Playfair Display", serif;
      right: 30px;
      font-weight: bold; }
      @media screen and (max-width: 959px) {
        .list-qa li .question:after {
          font-size: 20px; } }
    .list-qa li .question.on {
      border-radius: 10px 10px 0 0; }
      .list-qa li .question.on:after {
        content: "-"; }
    @media print, screen and (min-width: 960px) {
      .list-qa li .question p {
        font-size: 14px !important;
        font-weight: bold;
        text-align: left; } }
    @media screen and (max-width: 959px) {
      .list-qa li .question:after {
        right: 15px; }
      .list-qa li .question p {
        padding-left: 46px;
        padding-right: 10px;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        line-height: 26px; } }
  .list-qa li .answer {
    padding-top: 0;
    display: none;
    min-height: 0px;
    font-size: 14px;
    text-align: left;
    padding-top: 30px;
    background: #f5f5f5; }
    .list-qa li .answer span {
      position: absolute;
      padding-left: 4px;
      padding-top: 2px; }
    .list-qa li .answer p {
      max-width: calc(100% - 28px);
      padding-left: 57px;
      letter-spacing: .08em; }
    @media print, screen and (min-width: 960px) {
      .list-qa li .answer p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 20px; }
        .list-qa li .answer p:last-of-type {
          margin-bottom: 0; }
        .list-qa li .answer p.large {
          margin: 45px 0 40px;
          font-size: 20px;
          line-height: 40px;
          font-weight: bold; } }
    @media screen and (max-width: 959px) {
      .list-qa li .answer {
        padding-top: 20px;
        padding-left: 0; }
        .list-qa li .answer span {
          position: absolute;
          padding: 0;
          top: 18px;
          left: 18px; }
        .list-qa li .answer p {
          max-width: none;
          padding: 0;
          padding-left: 61px;
          padding-right: 10px;
          font-size: 14px;
          line-height: 22px;
          letter-spacing: .08em;
          margin-bottom: 10px; }
          .list-qa li .answer p:last-of-type {
            margin-bottom: 0; }
          .list-qa li .answer p.large {
            margin: 25px 0 20px;
            font-size: 16px;
            line-height: 30px;
            font-weight: bold; }
          .list-qa li .answer p.small {
            font-size: 12px; } }
.list .answer .number {
  position: absolute;
  left: 32px; }
  @media screen and (max-width: 959px) {
    .list .answer .number {
      left: 17px; } }
.list-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px; }
  .list-column .item {
    width: calc((100% - (30px * (3 - 1)))/3);
    margin-right: 30px;
    margin-bottom: 30px; }
    .list-column .item:nth-child(3n) {
      margin-right: 0; }
    .list-column .item a {
      text-decoration: none; }
    .list-column .item__title {
      margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .list-column .item {
        width: 100%;
        margin-right: 0; }
        .list-column .item a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .list-column .item__thumbnail {
          width: 120px; }
        .list-column .item__info {
          width: calc(100% - 130px);
          margin-left: 10px; } }
  .list-column .item:hover {
    opacity: .6; }
  @media screen and (max-width: 767px) {
    .list-column .item {
      padding-bottom: 20px;
      border-bottom: 1px solid #DAD2CF; }
      .list-column .item-thumbnail {
        width: 100px; }
      .list-column .item-info {
        width: calc(100% - 110px);
        padding-left: 10px; } }
  .list-column p {
    margin-top: 15px !important;
    padding: 0 !important; }
    @media screen and (max-width: 767px) {
      .list-column p {
        margin-top: 0 !important; } }
    .list-column p.date {
      font-size: 12px !important;
      opacity: .8; }
    .list-column p.item-title {
      font: bold 14px/1.6 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
      margin-top: 0 !important; }
    .list-column p.tags {
      margin-top: 0 !important; }
      .list-column p.tags .tag + .tag {
        margin-left: 5px; }
.list-links li a {
  display: block;
  width: 100%;
  border-top: 1px solid #DAD2CF;
  color: #692E0D;
  padding: 10px 0 12px;
  text-align: center;
  text-decoration: none;
  font-size: 14px; }
.list-links li + li {
  margin-top: 0; }
.list-links li:last-of-type {
  border-bottom: 1px solid #DAD2CF; }
.list-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .list-voice .item {
    width: calc(50% - 15px);
    margin-bottom: 30px; }
    @media screen and (max-width: 959px) {
      .list-voice .item {
        width: 100%;
        margin-bottom: 15px; } }
    .list-voice .item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px;
      border-radius: 4px;
      border: 1px solid #DAD2CF;
      text-decoration: none; }
      .list-voice .item a:hover {
        opacity: .6; }
    .list-voice .item__thumbnial img {
      width: 120px; }
    .list-voice .item__info {
      padding-left: 15px; }
      .list-voice .item__info .gender {
        margin-left: 10px;
        font-size: 14px; }
      .list-voice .item__info .age {
        font-size: 14px; }
      .list-voice .item__info .menu {
        padding: 10px 0;
        font-weight: bold;
        font-size: 18px; }
      .list-voice .item__info .worries {
        font-size: 14px; }
.list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .list-anchor li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    margin-top: 0; }
    @media screen and (max-width: 959px) {
      .list-anchor li {
        width: 100%;
        margin-bottom: 10px; } }
.list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-info li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #EDE8E5; }
    .list-info li:first-child {
      border-top: 1px solid #EDE8E5; }
    .list-info li a {
      text-decoration: none; }
      .list-info li a:hover, .list-info li a:hover .title {
        opacity: .6; }
    .list-info li .date {
      color: #FF9327;
      font: normal 14px/1.6 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      letter-spacing: .13em; }
    .list-info li .title {
      display: inline-block;
      margin-left: 60px;
      color: #692E0D;
      font: normal 14px/1.6 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      @media screen and (max-width: 767px) {
        .list-info li .title {
          display: block;
          margin-left: 0;
          margin-top: 10px; } }
  @media screen and (max-width: 959px) {
    .list-info .title {
      margin-top: 0 !important; } }
.list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -50px; }
  .list-service .item {
    width: calc((100% - (50px * (3 - 1)))/3);
    margin-right: 50px;
    margin-bottom: 50px; }
    .list-service .item:nth-child(3n) {
      margin-right: 0; }
    .list-service .item a {
      text-decoration: none; }
    .list-service .item__title {
      margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .list-service .item {
        width: 100%;
        margin-right: 0; }
        .list-service .item a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .list-service .item__thumbnail {
          width: 120px; }
        .list-service .item__info {
          width: calc(100% - 130px);
          margin-left: 10px; } }
  @media screen and (max-width: 959px) {
    .list-service .item__tumbnail {
      text-align: center; } }
  .list-service .item__title {
    font: normal 18px/1.3 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 6px 0 19px;
    text-align: center; }
  .list-service .item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .list-service .item__list li {
      width: calc((100% - 30px)/3);
      border-top: 1px solid #DAD2CF;
      border-bottom: 1px solid #DAD2CF;
      text-align: center;
      font: normal 12px/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      padding: 5px 0; }
  .list-service .item .btn {
    margin-top: 20px;
    width: 100%;
    border: none; }
    @media screen and (max-width: 959px) {
      .list-service .item .btn a {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
.list-topservice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-topservice__item {
    height: 120px;
    width: 33%;
    border-left: 1px solid #DAD2CF; }
    .list-topservice__item:last-of-type {
      border-right: 1px solid #DAD2CF; }
    .list-topservice__item a {
      text-decoration: none;
      display: block;
      width: 100%;
      padding-top: 20px;
      text-align: center; }
      .list-topservice__item a img {
        margin-bottom: 5px; }
      .list-topservice__item a:hover {
        opacity: .6; }

dl.list dt {
  position: relative;
  padding-left: 1em;
  font: bold 14px/2 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #692E0D; }
  dl.list dt:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 4px;
    border: 2px solid #FF9327; }
dl.list dd {
  font: normal 14px/2 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-left: 1em;
  color: #692E0D; }
dl.list + dl {
  margin-top: 20px; }
dl.list.option dt:before {
  border: 2px solid #4E2108;
  opacity: .6; }

.cnt-cv {
  background: #F7F3F2;
  padding: 60px 0 !important;
  margin-top: 130px; }
  @media screen and (max-width: 959px) {
    .cnt-cv {
      margin-top: 80px; } }
  .cnt-cv .inner {
    max-width: 1030px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto; }
  .cnt-cv .book {
    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; }
    @media screen and (max-width: 959px) {
      .cnt-cv .book {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .cnt-cv .book__site {
      width: calc(100% - 298px); }
      @media screen and (max-width: 959px) {
        .cnt-cv .book__site {
          width: 100%; } }
      .cnt-cv .book__site p {
        margin-top: 5px; }
        .cnt-cv .book__site p span {
          color: #FF9327; }
    .cnt-cv .book__ozmall {
      width: 264px;
      padding-left: 34px;
      border-left: 1px solid #DAD2CF; }
      @media screen and (max-width: 959px) {
        .cnt-cv .book__ozmall {
          width: 100%;
          padding-left: 0;
          border-left: none;
          margin-top: 20px; } }
      .cnt-cv .book__ozmall a {
        position: relative;
        display: block;
        width: 230px;
        padding: 14px 15px;
        border-radius: 4px;
        background: white;
        border: 1px solid #DAD2CF;
        text-decoration: none;
        text-align: center; }
        @media screen and (max-width: 959px) {
          .cnt-cv .book__ozmall a {
            width: 100%; } }
        .cnt-cv .book__ozmall a p {
          line-height: 1.2; }
          .cnt-cv .book__ozmall a p span {
            color: #FF9327; }
        .cnt-cv .book__ozmall a .window {
          position: absolute;
          bottom: 6px;
          right: 6px; }
        .cnt-cv .book__ozmall a:hover {
          opacity: .6; }
  .cnt-cv .consult-btn {
    margin-top: 30px; }
    .cnt-cv .consult-btn a:hover {
      opacity: .6; }
  .cnt-cv .list-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 959px) {
      .cnt-cv .list-btn {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .cnt-cv .list-btn li {
      width: calc((100% - 30px)/3); }
      @media screen and (max-width: 959px) {
        .cnt-cv .list-btn li {
          width: 100%;
          margin-bottom: 10px; } }
      .cnt-cv .list-btn li a {
        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;
        height: 75px;
        width: 100%;
        background: #FF9327;
        border-radius: 4px;
        color: white;
        text-align: center;
        text-decoration: none;
        line-height: 1.3;
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease; }
        .cnt-cv .list-btn li a:hover {
          background: #4E2108; }

.wp-pagenavi {
  text-align: center;
  margin-top: 50px; }

/* =========================================================
	#wrapper
========================================================= */
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto; }

/* =========================================================
 underpage
========================================================= */
@media screen and (min-width: 1360px) {
  body:not(#home-page) .header__menu {
    padding: 48px 10px; } }
@media screen and (max-width: 1359px) {
  body:not(#home-page) .header__menu {
    padding: 31px 10px; } }

/* =========================================================
	pagetitle
========================================================= */
.pagetitle {
  position: relative;
  height: 350px;
  margin: 35px 0 100px; }
  @media screen and (max-width: 959px) {
    .pagetitle {
      margin: 40px 0 60px;
      height: auto; } }
  .pagetitle.mbs {
    margin-bottom: 50px; }
    @media screen and (max-width: 959px) {
      .pagetitle.mbs {
        margin-bottom: 30px; } }
  .pagetitle .inner {
    position: relative;
    max-width: 1060px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 90px; }
    @media screen and (max-width: 959px) {
      .pagetitle .inner {
        height: auto;
        padding-top: 0; } }
  .pagetitle__title {
    position: absolute;
    bottom: 0;
    width: 100%;
    font: bold 26px/1.4 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #522913;
    letter-spacing: .15em;
    background: white;
    padding: 25px 0 0 30px;
    border-radius: 8px 0 0 0;
    color: #692E0D; }
    .pagetitle__title span {
      font: normal 16px/1.4 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      margin-left: 10px;
      color: #692E0D; }
    @media screen and (max-width: 959px) {
      .pagetitle__title {
        position: relative;
        font-size: 24px;
        padding: 0;
        text-align: center; }
        .pagetitle__title span {
          display: block; } }
  .pagetitle__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background-position: left;
    background-size: cover;
    z-index: -1; }
    @media screen and (max-width: 959px) {
      .pagetitle__img {
        position: relative;
        background-position: center;
        width: 100%;
        height: 180px;
        background-position: left;
        margin-top: 68px; } }
  .pagetitle #js-mvText,
  .pagetitle #js-mvImg {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; }
    .pagetitle #js-mvText.fade_on,
    .pagetitle #js-mvImg.fade_on {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }

#error-page .pagetitle__img {
  background-image: url(/images/pagetitle/pagetitle-about.jpg?20200529-2); }

#about-page .pagetitle__img {
  background-image: url(/images/pagetitle/pagetitle-about.jpg?20200529); }

#voice-page .pagetitle__img {
  background-image: url(/images/pagetitle/pagetitle-voice.jpg?20200529); }

#menu-page .pagetitle__img {
  background-image: url(/images/pagetitle/pagetitle-menu.jpg?20200529); }

#column-page .pagetitle__img {
  background-image: url(/images/pagetitle/pagetitle-column.jpg?20200529-2); }

#info-page .pagetitle__img {
  background-image: url(/images/pagetitle/pagetitle-info.jpg?20200529); }

#access-page .pagetitle__img {
  background-image: url(/images/pagetitle/pagetitle-access.jpg?20200529); }

#access_prev-page .pagetitle__img {
  background-image: url(/images/pagetitle/pagetitle-access.jpg?20200529); }

#contact-page .pagetitle__img {
  background-image: url(/images/pagetitle/pagetitle-book.jpg?20200529-2); }

#faq-page .pagetitle__img {
  background-image: url(/images/pagetitle/pagetitle-faq.jpg?20200529); }

#js-info {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; }
  #js-info.fade_on {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

/* =========================================================
	header
========================================================= */
.header {
  position: relative;
  width: 100%;
  height: 100px; }
  .header__logo {
    float: left; }
    .header__logo img {
      width: calc(image-width("/common/images/logo.png")/2); }
  .header .header__menu, .header .header__menu--multi {
    position: absolute;
    right: 0;
    top: 0; }
    .header .header__menu > ul, .header .header__menu--multi > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .header__logo {
    padding: 40px 50px; }
    @media screen and (max-width: 959px) {
      .header__logo {
        padding: 30px; }
        .header__logo img {
          width: 160px; } }
  .header .menu {
    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;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 0;
    z-index: 99;
    background: #F7F3F2;
    text-align: center;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
    overflow: hidden; }
    .header .menu .list-sns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .header .menu .list-sns li:last-child {
        margin-left: 20px; }
    .header .menu .inner {
      padding: 60px;
      border-radius: 10px;
      border: 1px solid #DAD2CF;
      background: white; }
      @media screen and (max-width: 959px) {
        .header .menu .inner {
          padding: 35px 30px; } }
    .header .menu.on {
      height: 100vh;
      opacity: 1; }
    .header .menu__logo img {
      width: 265px; }
    .header .menu ul:not(.list-sns) {
      margin: 0 auto 30px; }
      .header .menu ul:not(.list-sns) li a {
        font: normal 18px/1.6 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-decoration: none;
        letter-spacing: 0;
        color: #692E0D; }
      .header .menu ul:not(.list-sns) li + li {
        margin-top: 15px; }
  .header__spconv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99; }
    @media screen and (min-width: 960px) {
      .header__spconv {
        display: none; } }
    @media screen and (max-width: 959px) {
      .header__spconv {
        display: block; } }
    .header__spconv ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header__spconv ul li {
        width: 100%; }
      .header__spconv ul li a {
        display: block;
        width: 100%;
        height: 50px;
        text-align: center;
        border: 1px solid #DAD2CF;
        background: #4E2108;
        letter-spacing: .13em;
        text-decoration: none;
        color: white;
        padding-top: 16px; }
  .header__menu {
    max-width: calc(100% - 300px);
    padding: 40px 10px;
    z-index: 9; }
    @media screen and (max-width: 959px) {
      .header__menu {
        display: none; } }
    .header__menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header__menu ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 25px; }
        .header__menu ul li a {
          text-decoration: none;
          font: normal 14px/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          color: #692E0D;
          letter-spacing: .08em; }
        .header__menu ul li:not(.important) a {
          position: relative; }
          .header__menu ul li:not(.important) a:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: -10px;
            display: block;
            width: 0;
            height: 1px;
            background: #4E2108;
            -webkit-transition: width .3s ease;
            transition: width .3s ease; }
          .header__menu ul li:not(.important) a:hover {
            color: rgba(105, 46, 13, 0.6); }
            .header__menu ul li:not(.important) a:hover:before {
              width: 20px; }
        .header__menu ul li.important a {
          display: block;
          width: 180px;
          height: 40px;
          background-color: #FAF8F8;
          padding-top: 11px;
          border: 1px solid #A08D85;
          border-radius: 4px;
          text-align: center;
          -webkit-transition: background-color .3s ease, color .3s ease;
          transition: background-color .3s ease, color .3s ease; }
          .header__menu ul li.important a:hover {
            background-color: #4E2108;
            color: white; }
    @media screen and (min-width: 1360px) {
      .header__menu .cnt-largePC {
        display: block; } }
    @media screen and (max-width: 1359px) {
      .header__menu .cnt-largePC {
        display: none; } }
    @media screen and (min-width: 1360px) {
      .header__menu .cnt-smallPC {
        display: none; } }
    @media screen and (max-width: 1359px) {
      .header__menu .cnt-smallPC {
        display: block; } }
    .header__menu .cnt-smallPC ul:first-of-type {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 20px; }
  .header .menu__btn {
    cursor: pointer;
    position: fixed;
    right: 30px;
    top: 30px;
    display: block;
    width: 37px;
    height: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 9999;
    line-height: 1;
    margin-left: 20px; }
    @media screen and (min-width: 960px) {
      .header .menu__btn {
        display: none; } }
    @media screen and (max-width: 959px) {
      .header .menu__btn {
        display: block; } }
    .header .menu__btn figure {
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 4px;
      background: #4E2108;
      border-radius: 2px;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      .header .menu__btn figure:nth-child(1) {
        top: 0; }
      .header .menu__btn figure:nth-child(2) {
        top: 43%; }
      .header .menu__btn figure:nth-child(3) {
        bottom: 0; }
    .header .menu__btn.on figure:nth-child(1) {
      top: 40%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .header .menu__btn.on figure:nth-child(2) {
      background: transparent; }
    .header .menu__btn.on figure:nth-child(3) {
      bottom: 50%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

/* =========================================================
	footer
========================================================= */
.footer {
  padding: 50px 15px; }
  @media screen and (max-width: 959px) {
    .footer {
      padding: 50px 15px 80px; } }
  .footer .inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%; }
  .footer__info {
    margin-top: 20px;
    margin-bottom: 40px; }
    .footer__info p {
      font: normal 14px/2 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #692E0D; }
  .footer__copyright p {
    font-size: 10px;
    color: #692E0D; }
  .footer__nav {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 959px) {
      .footer__nav {
        display: none; } }
    .footer__nav ul {
      margin-left: 50px; }
      .footer__nav ul li a {
        text-decoration: none;
        font: normal 14px/2 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #692E0D; }
        .footer__nav ul li a:hover {
          text-decoration: underline; }
  .footer__sns {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media screen and (max-width: 959px) {
      .footer__sns {
        display: none; } }
    .footer__sns ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer__sns ul li {
        margin-left: 15px; }
        .footer__sns ul li a:hover {
          opacity: .6; }

/* =========================================================
	pagetop
========================================================= */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px; }
  @media (max-width: 991px) {
    .pagetop {
      display: none !important; } }
  .pagetop a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    text-decoration: none;
    border-radius: 100%;
    border: 4px double #DAD2CF; }
    .pagetop a:hover i {
      margin-top: 0; }
  .pagetop i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: 3px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all  0.3s;
    transition: all  0.3s; }
    .pagetop i:before, .pagetop i:after {
      content: "";
      position: absolute;
      background: #4E2108; }
    .pagetop i:before {
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      border-radius: 2px 0 0 2px; }
    .pagetop i:after {
      top: 0;
      right: 0;
      width: 4px;
      height: 100%;
      border-radius: 0 0 2px 2px; }

/* home page
========================================================= */
#home-page .mv {
  position: relative;
  height: 450px;
  margin: 100px 0; }
  @media screen and (max-width: 959px) {
    #home-page .mv {
      margin: 100px 0 60px; } }
  #home-page .mv__inner {
    max-width: 1060px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    padding-top: 90px; }
    #home-page .mv__inner .copy {
      font: normal 25px/2.5 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #522913;
      letter-spacing: .15em;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
              writing-mode: vertical-rl; }
      @media screen and (max-width: 959px) {
        #home-page .mv__inner .copy {
          position: absolute;
          right: 30px;
          top: -65px;
          font-size: 24px;
          line-height: 2; } }
  #home-page .mv__img {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 390px);
    height: 450px;
    background-image: url(/images/index/mv-img.jpg);
    background-position: left;
    background-size: cover;
    z-index: -1; }
    @media screen and (max-width: 959px) {
      #home-page .mv__img {
        background-image: url(/images/index/mv-img_sp.jpg);
        background-position: center;
        width: 100%; } }
  #home-page .mv #js-mvText,
  #home-page .mv #js-mvImg {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; }
    #home-page .mv #js-mvText.fade_on,
    #home-page .mv #js-mvImg.fade_on {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
#home-page .cnt-info {
  margin-bottom: 130px; }
  @media screen and (max-width: 959px) {
    #home-page .cnt-info {
      margin-bottom: 80px; } }
  #home-page .cnt-info #js-info {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; }
    #home-page .cnt-info #js-info.fade_on {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
#home-page .cnt-about {
  position: relative; }
  #home-page .cnt-about:before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    height: calc(100% - 60px);
    width: 100%;
    background: rgba(255, 147, 39, 0.1);
    z-index: -1; }
  #home-page .cnt-about .about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-about .about__inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  #home-page .cnt-about .about__img {
    display: block;
    width: 370px;
    margin-right: 90px;
    background-image: url(/images/index/about-img.png?20200529);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.28);
            box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.28); }
    @media screen and (max-width: 959px) {
      #home-page .cnt-about .about__img {
        height: 400px;
        width: 80%;
        margin: 0 auto; } }
  #home-page .cnt-about .about__content {
    width: calc(100% - 460px);
    padding: 130px 0; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-about .about__content {
        width: 100%;
        padding: 40px 0 120px; } }
  @media screen and (max-width: 959px) {
    #home-page .cnt-about .btn {
      text-align: center; } }
#home-page .cnt-menu {
  display: block;
  padding: 130px 30px; }
  @media screen and (max-width: 959px) {
    #home-page .cnt-menu {
      padding: 50px 15px 80px; } }
  #home-page .cnt-menu .article__title {
    margin-bottom: 70px; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-menu .article__title {
        margin-bottom: 35px; } }
  #home-page .cnt-menu .topcolumn {
    position: relative;
    margin-top: 75px;
    padding: 45px 50px;
    border-radius: 14px;
    border: 3px dotted #D3BFB4; }
    @media screen and (max-width: 959px) {
      #home-page .cnt-menu .topcolumn {
        padding: 25px 30px;
        text-align: left; } }
    #home-page .cnt-menu .topcolumn__title {
      display: inline-block;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -25px;
      text-align: center; }
      #home-page .cnt-menu .topcolumn__title h3 {
        display: inline-block;
        padding: 10px 15px;
        font: normal 24px/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        letter-spacing: .12em;
        background: white; }
        @media screen and (max-width: 959px) {
          #home-page .cnt-menu .topcolumn__title h3 {
            font-size: 18px;
            letter-spacing: 0; } }
    @media screen and (max-width: 959px) {
      #home-page .cnt-menu .topcolumn__main p.center {
        text-align: left; } }

/* about page
========================================================= */
#about-page .cnt-staff {
  padding: 130px 0;
  background-color: rgba(255, 147, 39, 0.1); }
  @media screen and (max-width: 959px) {
    #about-page .cnt-staff {
      padding: 75px 0; } }
  @media screen and (max-width: 767px) {
    #about-page .cnt-staff .section__left.img {
      padding-right: 0; }
      #about-page .cnt-staff .section__left.img img {
        width: 200px; } }
#about-page .btn.mild.hfree a {
  height: auto;
  padding: 11px 0 11px;
  line-height: 1.6; }
  #about-page .btn.mild.hfree a .window {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px; }
#about-page #cnt03 p:not(.attention) {
  font-size: 16px;
  font-weight: bold; }
  @media screen and (max-width: 959px) {
    #about-page #cnt03 p:not(.attention) {
      font-size: 14px; } }

/* voice page
========================================================= */
#voice-page .voice-cover {
  margin-bottom: 130px; }
  @media screen and (max-width: 959px) {
    #voice-page .voice-cover {
      margin-bottom: 80px; } }
#voice-page .cnt-voicelist {
  margin-top: 60px !important; }
  #voice-page .cnt-voicelist .float__aside h3 {
    font: normal 14px/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    letter-spacing: .15em;
    text-align: center;
    background: #4E2108;
    color: white;
    padding: 13px 0 15px;
    margin-bottom: 20px;
    border-radius: 4px; }
#voice-page .cnt-comp {
  margin-top: 60px !important; }
  #voice-page .cnt-comp .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #voice-page .cnt-comp .flex .img {
      width: calc(50% - 10px); }
      @media screen and (max-width: 767px) {
        #voice-page .cnt-comp .flex .img {
          width: calc(50% - 5px); } }
  #voice-page .cnt-comp .section__title h3 {
    font-size: 20px !important; }
#voice-page .voice-title .article__title {
  border: 4px double #DAD2CF;
  border-radius: 4px;
  background: #FAF8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px; }
  #voice-page .voice-title .article__title .item__thumbnial img {
    width: 120px; }
  #voice-page .voice-title .article__title .item__info {
    padding-left: 15px;
    text-align: left; }
    #voice-page .voice-title .article__title .item__info .gender {
      display: inline-block;
      margin-left: 10px;
      font-size: 14px; }
    #voice-page .voice-title .article__title .item__info .age {
      display: inline-block;
      font-size: 14px; }
    #voice-page .voice-title .article__title .item__info .menu {
      padding: 10px 0;
      font-weight: bold;
      font-size: 18px; }
    #voice-page .voice-title .article__title .item__info .worries {
      font-size: 14px; }

/* column page
========================================================= */
#info-page .post__title .tags .tag,
#column-page .post__title .tags .tag {
  display: inline-block;
  margin-left: 5px; }
  #info-page .post__title .tags .tag a,
  #column-page .post__title .tags .tag a {
    color: #692E0D; }
#info-page .post__detail h3,
#column-page .post__detail h3 {
  font-size: 22px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #A08D85; }
#info-page .post__detail h4,
#column-page .post__detail h4 {
  font-size: 20px; }
#info-page .post__detail h5,
#column-page .post__detail h5 {
  font-size: 16px;
  font-weight: bold; }
#info-page .post__detail h3, #info-page .post__detail h4, #info-page .post__detail h5,
#column-page .post__detail h3,
#column-page .post__detail h4,
#column-page .post__detail h5 {
  margin-top: 60px;
  position: relative;
  padding-left: 30px; }
  #info-page .post__detail h3:before, #info-page .post__detail h4:before, #info-page .post__detail h5:before,
  #column-page .post__detail h3:before,
  #column-page .post__detail h4:before,
  #column-page .post__detail h5:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 100%;
    background: #4E2108; }
#info-page .post__detail h3:before,
#column-page .post__detail h3:before {
  height: calc(100% - 10px); }
#info-page .post__detail h5:before,
#column-page .post__detail h5:before {
  background: #212121; }
#info-page .post__detail img,
#column-page .post__detail img {
  margin: 0 auto;
  display: block; }
#info-page .post__detail p + img,
#info-page .post__detail img + p,
#info-page .post__detail h3 + p,
#info-page .post__detail h4 + p,
#info-page .post__detail h5 + p,
#column-page .post__detail p + img,
#column-page .post__detail img + p,
#column-page .post__detail h3 + p,
#column-page .post__detail h4 + p,
#column-page .post__detail h5 + p {
  margin-top: 30px; }
#info-page .post__detail strong,
#column-page .post__detail strong {
  font-weight: bold; }
@media screen and (max-width: 959px) {
  #info-page .post__detail h3,
  #column-page .post__detail h3 {
    font-size: 18px !important; }
  #info-page .post__detail h4,
  #column-page .post__detail h4 {
    font-size: 16px; }
  #info-page .post__detail h5,
  #column-page .post__detail h5 {
    font-size: 14px;
    font-weight: bold; }
  #info-page .post__detail h3, #info-page .post__detail h4, #info-page .post__detail h5,
  #column-page .post__detail h3,
  #column-page .post__detail h4,
  #column-page .post__detail h5 {
    margin-top: 30px;
    padding-left: 15px; }
    #info-page .post__detail h3:before, #info-page .post__detail h4:before, #info-page .post__detail h5:before,
    #column-page .post__detail h3:before,
    #column-page .post__detail h4:before,
    #column-page .post__detail h5:before {
      width: 2px; }
  #info-page .post__detail p + img,
  #info-page .post__detail img + p,
  #info-page .post__detail h3 + p,
  #info-page .post__detail h4 + p,
  #info-page .post__detail h5 + p,
  #column-page .post__detail p + img,
  #column-page .post__detail img + p,
  #column-page .post__detail h3 + p,
  #column-page .post__detail h4 + p,
  #column-page .post__detail h5 + p {
    margin-top: 15px; } }

/* menu page
========================================================= */
#menu-page .list-service .btn {
  margin-top: 10px; }
#menu-page .list-service h3.item__title {
  font: normal 13px/1.6 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 10px !important;
  color: #692E0D;
  letter-spacing: 0; }
@media screen and (max-width: 767px) {
  #menu-page .list-service {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #menu-page .list-service .item {
      width: calc(50% - 5px);
      margin-bottom: 20px; }
      #menu-page .list-service .item__tumbnail {
        display: none; }
      #menu-page .list-service .item h3.item__title {
        text-align: left; }
        #menu-page .list-service .item h3.item__title br {
          display: none; } }
#menu-page .section.block {
  margin-top: 40px; }
  #menu-page .section.block .btn {
    margin-top: 20px; }
#menu-page .btn.tovoice {
  margin-top: 10px; }
#menu-page #menu05 .flex {
  margin-top: 80px; }
#menu-page .flex .article__title h2 {
  padding-bottom: 10px;
  border-bottom: 3px dotted #DAD2CF;
  font-weight: bold; }

/* contact page
========================================================= */
#contact-page.cnt-thanks .pagetitle__title {
  text-align: center; }
#contact-page .cnt-cancel p:not(.attention) {
  font-size: 16px;
  font-weight: bold; }
  @media screen and (max-width: 959px) {
    #contact-page .cnt-cancel p:not(.attention) {
      font-size: 14px; } }
#contact-page .cnt-cancel p.attention {
  color: #692E0D !important; }
@media screen and (max-width: 767px) {
  #contact-page .cnt-attention p.center {
    text-align: left; }
  #contact-page .cnt-attention br {
    display: none; } }
#contact-page .parent {
  padding: 10px 15px;
  background-color: #F7F3F2;
  border-radius: 4px;
  font-size: 16px;
  -webkit-transition: background-color .15s ease, color .15s ease;
  transition: background-color .15s ease, color .15s ease;
  cursor: pointer;
  position: relative; }
  #contact-page .parent:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "+";
    font-size: 20px;
    font-family: "Playfair Display", serif;
    right: 30px;
    font-weight: bold;
    margin-top: -1px; }
    @media screen and (max-width: 959px) {
      #contact-page .parent:after {
        font-size: 14px;
        right: 15px; } }
  #contact-page .parent.on {
    background-color: #4E2108; }
    #contact-page .parent.on:after {
      content: "-";
      color: white; }
    #contact-page .parent.on p {
      color: white; }
#contact-page .child + .parent {
  margin-top: 10px; }
#contact-page .child {
  line-height: 1.6; }
#contact-page .child.flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #contact-page .child.flex-col2 > span:not(.error) {
    width: calc((100% - 10px)/2); }
    #contact-page .child.flex-col2 > span:not(.error):nth-of-type(2n + 1) {
      margin-left: 0; }
    @media screen and (max-width: 767px) {
      #contact-page .child.flex-col2 > span:not(.error) {
        width: 100%;
        margin-left: 0; } }
  #contact-page .child.flex-col2 > input {
    width: calc((100% - 10px)/2);
    padding-right: 8px; }
    #contact-page .child.flex-col2 > input:nth-of-type(2) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #contact-page .child.flex-col2 > input {
        padding-right: 0;
        width: 100%; } }
#contact-page .form .mw_wp_form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
#contact-page .form .mw_wp_form.mw_wp_form_error .error-area {
  display: block; }
#contact-page .form .mw_wp_form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
#contact-page .form .mw_wp_form.mw_wp_form_confirm .confilm-area {
  display: block; }
#contact-page .form .mw_wp_form dl .error {
  display: inline-block;
  margin-top: 20px;
  margin-right: 8px;
  color: #ec1834;
  padding: 13px 13px 15px;
  background: rgba(236, 24, 52, 0.1); }
  #contact-page .form .mw_wp_form dl .error + .error {
    left: 200px; }
#contact-page .form .mw_wp_form dd {
  position: relative; }
#contact-page .form .mw_wp_form dt {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #A08D85; }
  #contact-page .form .mw_wp_form dt:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: #4E2108;
    top: 0;
    left: 0; }
  #contact-page .form .mw_wp_form dt span.must {
    display: inline-block;
    margin-left: 8px;
    padding: 5px 10px 6px;
    border-radius: 2px;
    border: 1px solid #4E2108;
    color: #4E2108;
    font-size: 14px;
    line-height: 1; }
#contact-page .form .mw_wp_form dd.flex-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error) {
    width: calc((100% - 30px)/4); }
    #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
      padding-right: 0; }
    @media screen and (max-width: 959px) {
      #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error) {
        width: 100%;
        padding-left: 0;
        margin: 0;
        margin-top: 8px; } }
#contact-page .form .mw_wp_form dd.flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #contact-page .form .mw_wp_form dd.flex-col2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    #contact-page .form .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  #contact-page .form .mw_wp_form dd.flex-col2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    #contact-page .form .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
      margin-right: 0; }
#contact-page .form .mw_wp_form dl + dl {
  margin-top: 60px; }
  @media screen and (max-width: 959px) {
    #contact-page .form .mw_wp_form dl + dl {
      margin-top: 40px; } }
#contact-page .form .mw_wp_form .mwform-checkbox-field-text,
#contact-page .form .mw_wp_form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #A08D85;
  background-color: #FAF8F8;
  font-size: 16px !important;
  cursor: pointer; }
  #contact-page .form .mw_wp_form .mwform-checkbox-field-text:before, #contact-page .form .mw_wp_form .mwform-checkbox-field-text:after,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  #contact-page .form .mw_wp_form .mwform-checkbox-field-text:before,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before {
    opacity: 0; }
  #contact-page .form .mw_wp_form .mwform-checkbox-field-text:after,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: white; }
  #contact-page .form .mw_wp_form .mwform-checkbox-field-text:before,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4E2108;
    z-index: 1; }
  #contact-page .form .mw_wp_form .mwform-checkbox-field-text:after,
  #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    border-radius: 100%; }
#contact-page .form .mw_wp_form .mwform-checkbox-field,
#contact-page .form .mw_wp_form .mwform-radio-field {
  margin-top: 10px; }
#contact-page .form .mw_wp_form input[type=checkbox],
#contact-page .form .mw_wp_form input[type=radio] {
  display: none; }
#contact-page .form .mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text:after,
#contact-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #4E2108; }
#contact-page .form .mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text:before,
#contact-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
#contact-page .form .mw_wp_form input[type=file] {
  margin-top: 20px; }
#contact-page .form .mw_wp_form input[type="number"], #contact-page .form .mw_wp_form input[type="text"], #contact-page .form .mw_wp_form input[type="email"], #contact-page .form .mw_wp_form input[type="url"], #contact-page .form .mw_wp_form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #A08D85;
  background: #FAF8F8;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  margin-top: 15px; }
  @media screen and (max-width: 959px) {
    #contact-page .form .mw_wp_form input[type="number"], #contact-page .form .mw_wp_form input[type="text"], #contact-page .form .mw_wp_form input[type="email"], #contact-page .form .mw_wp_form input[type="url"], #contact-page .form .mw_wp_form textarea {
      margin-top: 8px; } }
#contact-page .form .mw_wp_form .mwform-tel-field {
  width: 100%; }
#contact-page .form .mw_wp_form .mwform-tel-field input[type="text"] {
  width: 120px; }
  @media screen and (max-width: 959px) {
    #contact-page .form .mw_wp_form .mwform-tel-field input[type="text"] {
      width: calc((100% - 32px)/3); } }
#contact-page .form .mw_wp_form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #A08D85;
  background-color: #FAF8F8;
  border-radius: 5px; }
#contact-page .form .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #A08D85;
  background: #FAF8F8; }
  #contact-page .form .contact-policy .section {
    margin-top: 30px; }
  #contact-page .form .contact-policy .section-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    border: 0; }
    #contact-page .form .contact-policy .section-title:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #E60012;
      top: 0;
      left: 0; }
    #contact-page .form .contact-policy .section-title + .section-main {
      margin-top: 15px; }
  #contact-page .form .contact-policy .inner {
    max-height: 200px;
    overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    #contact-page .form .contact-policy {
      padding: 15px; } }
#contact-page .form .button {
  text-align: center;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    #contact-page .form .button {
      margin-top: 30px; } }
#contact-page .form input[type="submit"] {
  background: #4E2108;
  color: white;
  border: 0;
  padding: 20px;
  min-width: 365px;
  font: bold 1rem/1 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease; }
  @media screen and (max-width: 959px) {
    #contact-page .form input[type="submit"] {
      padding: 15px 20px;
      min-width: 300px; } }
  #contact-page .form input[type="submit"]:hover {
    background: #212121; }
#contact-page .form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 959px) {
    #contact-page .form .btns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
@media screen and (min-width: 960px) {
  #contact-page .form .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px; } }
#contact-page .form p + .mw_wp_form {
  margin-top: 50px; }
#contact-page .form .address {
  padding: 15px; }
  #contact-page .form .address dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd; }
    #contact-page .form .address dl + dl {
      margin-top: 20px !important; }
    @media screen and (max-width: 767px) {
      #contact-page .form .address dl {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    #contact-page .form .address dl dt {
      width: 20%;
      border: 0;
      margin-bottom: 0;
      padding: 0 0 0 10px; }
      #contact-page .form .address dl dt:before {
        height: 100%;
        opacity: .6; }
      @media screen and (max-width: 767px) {
        #contact-page .form .address dl dt {
          width: 100%;
          margin-bottom: 10px; }
          #contact-page .form .address dl dt .error {
            margin-top: 0;
            margin-left: 10px;
            font-size: 13px;
            padding: 7px 10px 8px; } }
    #contact-page .form .address dl dd {
      width: 80%; }
      #contact-page .form .address dl dd input {
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        #contact-page .form .address dl dd {
          width: 100%; } }
#contact-page .form .incopt .mwform-checkbox-field-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
#contact-page .form h3 {
  font: bold 20px/1.6 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 20px;
  background: #FF9327;
  border-radius: 4px;
  padding: 5px 0;
  margin-top: 40px; }
#contact-page .form span.attention {
  font-size: 14px;
  margin-left: 10px;
  color: red; }
#contact-page .form span.sub {
  font-size: 14px;
  margin-left: 10px;
  opacity: .8; }
#contact-page .form p.attention {
  margin-top: 15px;
  color: red;
  font-size: 14px; }
  #contact-page .form p.attention + .attention {
    margin-top: 0; }
#contact-page .form div.attention {
  margin: 30px 0;
  padding: 15px;
  border: 1px solid red;
  border-radius: 4px; }
  #contact-page .form div.attention h3 {
    padding: 5px 10px;
    margin: 0;
    text-align: left;
    background: transparent;
    color: white;
    margin-bottom: 10px;
    background: red;
    border-radius: 4px;
    text-align: center; }
  #contact-page .form div.attention p {
    color: red; }
  #contact-page .form div.attention span {
    font: normal 16px/1.8 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .08em; }
    @media screen and (max-width: 767px) {
      #contact-page .form div.attention span {
        font-size: 14px; } }
  #contact-page .form div.attention .check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0 !important;
    border-bottom: 1px solid #A08D85; }
    #contact-page .form div.attention .check dd {
      padding: 15px 0; }
    #contact-page .form div.attention .check dt {
      width: calc(100% - 240px);
      font: normal 16px/1.8 YakuHanJP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      letter-spacing: .08em;
      border: none;
      margin: 0;
      padding-top: 15px !important; }
      @media screen and (max-width: 767px) {
        #contact-page .form div.attention .check dt {
          font-size: 14px; } }
      #contact-page .form div.attention .check dt:before {
        content: none; }
    #contact-page .form div.attention .check dd {
      width: 200px;
      text-align: center; }
    @media screen and (max-width: 767px) {
      #contact-page .form div.attention .check dt {
        width: 100%; }
      #contact-page .form div.attention .check dd {
        width: 100%; } }
#contact-page .form .contact-policy .mwform-checkbox-field-text {
  margin-top: 15px;
  background: white; }
#contact-page .form .mw_wp_form_confirm .child {
  line-height: 2; }

@media print {
  * html body {
    zoom: .7; } }

/*# sourceMappingURL=style.css.map */