@charset "UTF-8";
/* 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;
}

html, body {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/*-------------------------------------------------------------
カラー設定
-------------------------------------------------------------*/
/*-------------------------------------------------------------
フォント設定
-------------------------------------------------------------*/
/*-------------------------------------------------------------
共通設定
-------------------------------------------------------------*/
/*-------------------------------------------------------------
カラム余白設定　　→　common.scss
-------------------------------------------------------------*/
/*-------------------------------------------------------------
メディアクエリ
-------------------------------------------------------------*/
/*-------------------------------------------------------------
グリッド
-------------------------------------------------------------*/
/*-------------------------------------------------------------
テキスト関連
-------------------------------------------------------------*/
/*-------------------------------------------------------------
マウスオーバーで透過
-------------------------------------------------------------*/
/*-------------------------------------------------------------
 見出し
-------------------------------------------------------------*/
.ttl-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 3.4rem;
  letter-spacing: 0.25em;
  position: relative;
  color: transparent;
}
.ttl-01.fade_on span {
  animation-name: clipText;
  color: #000000;
  animation-delay: 300ms;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ttl-01.fade_on span:after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: textRevealer;
  animation-delay: 300ms;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .ttl-01 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}

.ttl-02 {
  font-size: 3.2rem;
  text-align: center;
  color: #000000;
  font-weight: normal;
}
@media (min-width: 768px) {
  .ttl-02 {
    font-size: 4rem;
  }
}

.ttl-03 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
}
.ttl-03 .upper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: relative;
}
.ttl-03 .upper::before, .ttl-03 .upper::after {
  content: "";
  display: block;
  width: 1.59rem;
  height: 1px;
  background: #000000;
  transform: rotate(45deg);
  margin: 0 0.3rem;
}
.ttl-03 .upper::after {
  transform: rotate(-45deg);
}
.ttl-03 .bottom {
  font-size: 2.8rem;
  position: relative;
}
.ttl-03 .bottom::before, .ttl-03 .bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ttl-03 .bottom::after {
  bottom: -0.6rem;
}
@media (min-width: 768px) {
  .ttl-03 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .ttl-03 .upper {
    font-size: 1.6rem;
  }
  .ttl-03 .upper::before, .ttl-03 .upper::after {
    width: 2.12132rem;
  }
}

.ttl-04 {
  font-size: 2.6rem;
  font-weight: normal;
  padding: 0 0 0.65em;
  border-bottom: 1px solid #000000;
  position: relative;
}

.ttl-05 {
  display: flex;
  font-size: 1.65rem;
  font-weight: bold;
  margin-bottom: 1.23em;
  letter-spacing: 0.08em;
  position: relative;
  color: transparent;
}
.ttl-05.fade_on span {
  animation-name: clipText;
  color: #000000;
  animation-delay: 300ms;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ttl-05.fade_on span:after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: textRevealer;
  animation-delay: 300ms;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .ttl-05 {
    font-size: 2.2rem;
  }
}

.ttl-06 {
  display: flex;
  font-size: 1.35rem;
  font-weight: bold;
  margin-bottom: 0.6em;
  letter-spacing: 0.08em;
  position: relative;
  color: transparent;
}
.ttl-06.fade_on span {
  animation-name: clipText;
  color: #000000;
  animation-delay: 300ms;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ttl-06.fade_on span:after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: textRevealer;
  animation-delay: 300ms;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .ttl-06 {
    font-size: 1.8rem;
  }
}

.area-cmn p a, .sec-cmn p a {
  color: #000000;
  text-decoration: underline;
}

/*-------------------------------------------------------------
 テキスト
-------------------------------------------------------------*/
.lead {
  line-height: 2.875;
}

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

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

.t-link {
  color: #000000;
}
.t-link:after {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 1.1rem;
  margin-left: 0.5rem;
}

.txt-strong {
  color: #000000;
  font-weight: bold;
}

.txt-small {
  font-size: 0.8em;
}

.caution {
  color: #f00;
}
.caution-li {
  font-size: 1.2rem;
  padding-left: 1em;
  color: #000000;
  position: relative;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .caution-li {
    margin-top: 2.4rem;
  }
}
.caution-li:before {
  content: "※";
  color: #FF5252;
  position: absolute;
  left: 0;
}

/*-------------------------------------------------------------
 フォーム
-------------------------------------------------------------*/
.form-cmn input[type=button] {
  /* reset */
  appearance: none;
  /* reset */
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
}
.form-cmn input[type=text],
.form-cmn input[type=number],
.form-cmn input[type=email],
.form-cmn input[type=tel],
.form-cmn input[type=checkbox],
.form-cmn input[type=radio],
.form-cmn textarea,
.form-cmn button,
.form-cmn select {
  /* reset */
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  /* reset */
  border: 1px solid #D8D8D8;
  border-radius: 0.4rem;
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .form-cmn input[type=text].form-w1,
.form-cmn input[type=number].form-w1,
.form-cmn input[type=email].form-w1,
.form-cmn input[type=tel].form-w1,
.form-cmn input[type=checkbox].form-w1,
.form-cmn input[type=radio].form-w1,
.form-cmn textarea.form-w1,
.form-cmn button.form-w1,
.form-cmn select.form-w1 {
    width: 10%;
  }
  .form-cmn input[type=text].form-w2,
.form-cmn input[type=number].form-w2,
.form-cmn input[type=email].form-w2,
.form-cmn input[type=tel].form-w2,
.form-cmn input[type=checkbox].form-w2,
.form-cmn input[type=radio].form-w2,
.form-cmn textarea.form-w2,
.form-cmn button.form-w2,
.form-cmn select.form-w2 {
    width: 20%;
  }
  .form-cmn input[type=text].form-w3,
.form-cmn input[type=number].form-w3,
.form-cmn input[type=email].form-w3,
.form-cmn input[type=tel].form-w3,
.form-cmn input[type=checkbox].form-w3,
.form-cmn input[type=radio].form-w3,
.form-cmn textarea.form-w3,
.form-cmn button.form-w3,
.form-cmn select.form-w3 {
    width: 30%;
  }
  .form-cmn input[type=text].form-w4,
.form-cmn input[type=number].form-w4,
.form-cmn input[type=email].form-w4,
.form-cmn input[type=tel].form-w4,
.form-cmn input[type=checkbox].form-w4,
.form-cmn input[type=radio].form-w4,
.form-cmn textarea.form-w4,
.form-cmn button.form-w4,
.form-cmn select.form-w4 {
    width: 40%;
  }
  .form-cmn input[type=text].form-w5,
.form-cmn input[type=number].form-w5,
.form-cmn input[type=email].form-w5,
.form-cmn input[type=tel].form-w5,
.form-cmn input[type=checkbox].form-w5,
.form-cmn input[type=radio].form-w5,
.form-cmn textarea.form-w5,
.form-cmn button.form-w5,
.form-cmn select.form-w5 {
    width: 50%;
  }
  .form-cmn input[type=text].form-w6,
.form-cmn input[type=number].form-w6,
.form-cmn input[type=email].form-w6,
.form-cmn input[type=tel].form-w6,
.form-cmn input[type=checkbox].form-w6,
.form-cmn input[type=radio].form-w6,
.form-cmn textarea.form-w6,
.form-cmn button.form-w6,
.form-cmn select.form-w6 {
    width: 60%;
  }
  .form-cmn input[type=text].form-w7,
.form-cmn input[type=number].form-w7,
.form-cmn input[type=email].form-w7,
.form-cmn input[type=tel].form-w7,
.form-cmn input[type=checkbox].form-w7,
.form-cmn input[type=radio].form-w7,
.form-cmn textarea.form-w7,
.form-cmn button.form-w7,
.form-cmn select.form-w7 {
    width: 70%;
  }
  .form-cmn input[type=text].form-w8,
.form-cmn input[type=number].form-w8,
.form-cmn input[type=email].form-w8,
.form-cmn input[type=tel].form-w8,
.form-cmn input[type=checkbox].form-w8,
.form-cmn input[type=radio].form-w8,
.form-cmn textarea.form-w8,
.form-cmn button.form-w8,
.form-cmn select.form-w8 {
    width: 80%;
  }
  .form-cmn input[type=text].form-w9,
.form-cmn input[type=number].form-w9,
.form-cmn input[type=email].form-w9,
.form-cmn input[type=tel].form-w9,
.form-cmn input[type=checkbox].form-w9,
.form-cmn input[type=radio].form-w9,
.form-cmn textarea.form-w9,
.form-cmn button.form-w9,
.form-cmn select.form-w9 {
    width: 90%;
  }
  .form-cmn input[type=text].form-w10,
.form-cmn input[type=number].form-w10,
.form-cmn input[type=email].form-w10,
.form-cmn input[type=tel].form-w10,
.form-cmn input[type=checkbox].form-w10,
.form-cmn input[type=radio].form-w10,
.form-cmn textarea.form-w10,
.form-cmn button.form-w10,
.form-cmn select.form-w10 {
    width: 100%;
  }
}
.form-cmn input[type=text],
.form-cmn input[type=number],
.form-cmn input[type=email],
.form-cmn input[type=tel],
.form-cmn select,
.form-cmn textarea {
  padding: 1.5rem 1rem;
}
@media (min-width: 768px) {
  .form-cmn input[type=text],
.form-cmn input[type=number],
.form-cmn input[type=email],
.form-cmn input[type=tel],
.form-cmn select,
.form-cmn textarea {
    padding: 1.6rem 2.4rem;
  }
}
.form-cmn select {
  max-width: 100%;
  padding: 0.7rem 1rem;
}
@media (min-width: 768px) {
  .form-cmn select {
    padding: 1rem 2.4rem;
  }
}
.form-cmn input[type=submit] {
  -webkit-appearance: none;
}
.form-cmn input::placeholder,
.form-cmn textarea::placeholder {
  color: #a8a8a8;
}
.form-cmn .dropdown,
.form-cmn .select-box {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .form-cmn .dropdown,
.form-cmn .select-box {
    max-width: 32rem;
  }
}
.form-cmn .dropdown select,
.form-cmn .select-box select {
  background-color: #fff;
  padding: 1.5rem 2.7rem 1.5rem 1.6rem;
}
@media (min-width: 768px) {
  .form-cmn .dropdown select,
.form-cmn .select-box select {
    padding: 1.6rem 2.7rem 1.6rem 2.4rem;
  }
}
.form-cmn .dropdown select::-ms-expand,
.form-cmn .select-box select::-ms-expand {
  display: none;
}
.form-cmn .form-checkbox,
.form-cmn .form-radio {
  display: inline-block;
  line-height: 1;
}
.form-cmn .form-checkbox label,
.form-cmn .form-radio label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 1.6rem 2.4rem 1.6rem 0;
  position: relative;
}
.form-cmn .form-checkbox label:before,
.form-cmn .form-radio label:before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 0.8rem;
}
.form-cmn .form-checkbox input[type=checkbox],
.form-cmn .form-checkbox input[type=radio],
.form-cmn .form-radio input[type=checkbox],
.form-cmn .form-radio input[type=radio] {
  display: none;
}
.form-cmn .form-checkbox label {
  display: flex;
  align-items: center;
}
.form-cmn .form-checkbox label:before {
  background-color: #fff;
  border: 1px solid #E3E3E3;
  width: 18px;
  height: 18px;
}
.form-cmn .form-checkbox input[type=checkbox]:checked + label:after {
  content: "";
  width: 21px;
  height: 17px;
  background: url(/img/common/ico-check.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0.3rem;
  bottom: 5px;
  margin: auto;
}
.form-cmn .form-radio label:before {
  border: 3px solid #fff;
  border-radius: 9999px;
  width: 14px;
  height: 14px;
  box-shadow: 0 0 0 1px #E3E3E3;
}
.form-cmn .form-radio input[type=radio]:checked + label:before {
  background-color: #000000;
}
.form-cmn input[type=text],
.form-cmn input[type=email],
.form-cmn input[type=tel],
.form-cmn textarea,
.form-cmn select {
  transition: 0.3s;
}
.form-cmn input[type=text]:focus,
.form-cmn input[type=email]:focus,
.form-cmn input[type=tel]:focus,
.form-cmn textarea:focus,
.form-cmn select:focus {
  border: 1px solid #10A594;
}
.form-cmn .memo {
  height: 6em;
}
.form-cmn .required {
  display: flex;
  font-size: 0.75em;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #FF5252;
  margin-left: 1.5rem;
}
.form-cmn .item {
  display: block;
  align-items: baseline;
  padding: 2.4rem 0;
  border-bottom: 1px solid #E3E3E3;
}
@media (min-width: 768px) {
  .form-cmn .item {
    display: flex;
    align-items: flex-start;
  }
}
.form-cmn .item .ttl {
  display: flex;
  align-items: center;
  width: 16rem;
  margin: 0 0 1rem 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .form-cmn .item .ttl {
    margin: 1.3rem 1.6rem 0 0;
  }
}
.form-cmn .item .cont {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .form-cmn .item .cont span {
    margin-left: 0.5rem;
  }
}
.form-cmn .item .cont .Sonota {
  width: 100%;
}

body.windows input[type=text],
body.windows input[type=email],
body.windows input[type=tel],
body.windows input[type=checkbox],
body.windows input[type=radio],
body.windows textarea,
body.windows select {
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

/* Contact Form 7 */
.wpcf7-not-valid-tip {
  color: #ff0000;
  display: block;
}

.wpcf7c-conf {
  border: none !important;
  background: transparent !important;
  pointer-events: none !important;
}
.wpcf7c-conf::placeholder {
  color: transparent !important;
}

.custom-wpcf7c-confirmed .form-select:after {
  display: none;
}

.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form-control-wrap p {
  width: 100%;
}
@media (min-width: 768px) {
  .wpcf7-form-control-wrap {
    width: auto;
  }
}
.wpcf7-form-control-wrap #calendar {
  width: 100%;
  max-width: 10em;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .wpcf7-form-control-wrap #calendar {
    margin: 0 1rem 0 0;
  }
}
.wpcf7-form-control-wrap.visittime {
  max-width: 10em;
}
.wpcf7-form-control-wrap #time {
  max-width: 10em;
  height: 5.6rem;
}
@media (min-width: 768px) {
  .wpcf7-form-control-wrap #time {
    height: 5rem;
  }
}
.wpcf7-form-control-wrap #visitshop {
  height: 5.6rem;
}
@media (min-width: 768px) {
  .wpcf7-form-control-wrap #visitshop {
    height: 5rem;
  }
}
.wpcf7-form-control-wrap.Kyori {
  background: #ff0;
}
.wpcf7-form-control-wrap.Kyori + span {
  display: block;
  width: 3em;
  padding-left: 1em;
}

/*-------------------------------------------------------------
 検索ボックス
-------------------------------------------------------------*/
/* --------------------------------------------------
 *    ヘッダー・フッター
-------------------------------------------------- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 2.23rem 3rem 1.66rem;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.72);
  height: 82px;
  /*チェックボックス等は非表示に*/
  /*閉じる用の薄黒カバー*/
  /*中身*/
  /*チェックが入ったらもろもろ表示*/
}
@media (min-width: 1280px) {
  header {
    padding: 1.16rem 3.05rem 3.79rem 5.5rem;
    align-items: flex-end;
    height: 117px;
  }
}
header .logo {
  width: 100%;
  text-align: center;
  max-width: 8.249rem;
  line-height: 1.2;
}
header .flex-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-nav {
  display: none;
}
@media (min-width: 1280px) {
  header .header-nav {
    width: 100%;
    display: block;
  }
}
header .header-nav .pc-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-nav .pc-menu .nav-item {
  text-align: center;
  line-height: 1.6;
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: normal;
  padding: 0 1.5em;
}
header .header-nav .pc-menu .nav-item a {
  text-decoration: none;
  display: block;
  transition: 0.1s ease-in-out;
}
header .header-nav .pc-menu .nav-item a:hover {
  opacity: 0.5;
  transition: 0.3s;
}
header .mod-contact .mod-sns .box-sns {
  display: flex;
  justify-content: right;
  align-items: center;
}
header .mod-contact .mod-sns .box-sns .item {
  margin: 0 0.795rem;
  width: auto;
  line-height: 1;
}
header .mod-contact .box-contact {
  font-size: 1.6rem;
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  border-bottom: 0.1rem solid #000000;
  font-weight: normal;
}
header .sp-btn {
  display: flex;
  align-items: center;
}
header .sp-btn .mod-contact .box-contact {
  display: none;
}
@media (min-width: 1280px) {
  header .sp-btn .mod-contact .box-contact {
    display: block;
  }
}
header .sp-btn .box-menu {
  display: block;
  padding-left: 3rem;
}
@media (min-width: 1280px) {
  header .sp-btn .box-menu {
    display: none;
  }
}
header #nav-drawer {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 9998;
}
header .nav-unshown {
  display: none;
}
header #nav-open,
header #nav-close-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  position: relative;
  /*ハンバーガーアイコンをCSSだけで表現*/
}
header #nav-open span,
header #nav-close-btn span {
  display: block;
  width: 3.287rem;
  height: 0.1rem;
  background: #000000;
  position: relative;
  margin: 0 auto;
}
header #nav-open span:before, header #nav-open span:after,
header #nav-close-btn span:before,
header #nav-close-btn span:after {
  content: "";
  display: block;
  width: 3.287rem;
  height: 0.1rem;
  top: 0.9rem;
  position: absolute;
  border-radius: 0;
  background: #000000;
}
header #nav-open span:after,
header #nav-close-btn span:after {
  top: 1.8rem;
  width: 1.8rem;
  right: 0;
}
header #nav-open i,
header #nav-close-btn i {
  display: block;
  color: #000000;
  text-align: center;
  margin-top: 1.5rem;
  margin-left: 0.2rem;
  font-size: 1.2rem;
  font-family: "Open Sans";
  font-weight: 600;
}
header #nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 100;
  top: 0;
  /*全体に広がるように*/
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
header #nav-close-btn {
  background: transparent;
  display: none;
  position: fixed;
  right: 0;
  padding: 2.23rem 3rem;
  text-align: center;
  z-index: 99999;
  margin: 0;
}
header #nav-close-btn span {
  height: 0.1rem;
  bottom: -1.2rem;
  transform: rotate(45deg);
  position: relative;
}
header #nav-close-btn span:before {
  height: 0.1rem;
  top: 0.1rem;
  left: 0;
  transform: rotate(90deg);
}
header #nav-close-btn span:after {
  content: none;
}
header #nav-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  /*最前面に*/
  width: 57.97%;
  /*右側に隙間を作る*/
  max-width: 100%;
  /*最大幅*/
  height: 100%;
  max-height: 100%;
  background: rgba(255, 255, 255, 0.95);
  /*背景色*/
  transition: 0.6s ease-in-out;
  /*滑らかに表示*/
  transform: translateX(100%);
  /*左に隠しておく*/
  padding: 0 3.6rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
header #nav-content .menu .nav-item {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
header #nav-content .menu .nav-item:first-child {
  margin-top: 0;
}
header #nav-content .menu .nav-item > a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #000000;
  font-weight: normal;
  margin: 0.5rem 0;
  display: inline-block;
  position: relative;
  line-height: 1.5;
}
header #nav-content .menu .contact {
  border-bottom: 0.1rem solid #000000;
}
header #nav-content .menu .mod-sns {
  margin-top: 2rem;
}
header #nav-content .menu .mod-sns .box-sns {
  display: flex;
  justify-content: right;
}
header #nav-content .menu .mod-sns .box-sns .item {
  margin: 0 0.795rem;
  width: auto;
}
header #nav-input:checked ~ #nav-close-btn {
  display: block;
}
header #nav-input:checked ~ #nav-close {
  display: block;
  margin: 0;
}
header #nav-input:checked ~ #nav-content {
  transform: translateX(0);
  /*中身を表示*/
  overflow: auto;
}

.footer {
  padding-top: 6rem;
  background: #444444;
  text-align: left;
  /*-------------------------------------------------------------
  スマホ固定
  -------------------------------------------------------------*/
}
.footer .col-set .item {
  line-height: 2.26;
  font-weight: normal;
}
.footer .col-set .item a {
  color: #FFFFFF;
}
.footer .col-set .col_footer {
  font-size: 1.5rem;
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .col-set .col_footer .logo-footer {
  width: 50%;
}
.footer .col-set .col_footer .logo-footer img {
  width: 133px;
}
.footer .col-set .col_footer .mod-txt {
  width: 50%;
}
.footer .col-set .col_footer .mod-txt .item {
  line-height: 2.66;
}
.footer .col-set .col_footer .mod-txt .item a {
  color: #FFFFFF;
}
.footer .col-set .col_footer .mod-sns {
  padding-top: 6rem;
  padding-bottom: 1rem;
}
.footer .col-set .col_footer .mod-sns .box-sns {
  display: flex;
  justify-content: center;
}
.footer .col-set .col_footer .mod-sns .box-sns .item {
  margin: 1.15rem;
  height: 4.2rem;
  width: auto;
}
.footer .col-set .col_footer .mod-sns .box-sns .item svg {
  width: 4.2rem;
  height: 4.2rem;
  fill: #ffffff;
}
.footer .col-set .mod-address .item {
  line-height: 2.26;
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: normal;
}
@media (min-width: 960px) {
  .footer .col-set {
    display: flex;
    justify-content: space-between;
  }
  .footer .col-set .col_footer {
    position: relative;
  }
  .footer .col-set .col_footer .logo-footer {
    padding-right: 6.5959vw;
    width: auto;
  }
  .footer .col-set .col_footer .logo-footer img {
    width: 84.86px;
  }
  .footer .col-set .col_footer .mod-txt {
    display: flex;
    width: auto;
  }
  .footer .col-set .col_footer .mod-txt .item {
    line-height: 2.26;
  }
  .footer .col-set .col_footer .mod-txt .item a {
    color: #FFFFFF;
  }
  .footer .col-set .col_footer .mod-txt .menu-01 {
    padding-right: 5.19vw;
  }
  .footer .col-set .col_footer .mod-txt .menu-02 {
    padding-right: 4vw;
  }
  .footer .col-set .col_footer .mod-txt .mod-adress {
    padding-left: 12rem;
  }
  .footer .col-set .col_footer .mod-sns {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 2em;
    right: 0;
  }
  .footer .col-set .col_footer .mod-sns .box-sns .item {
    padding-right: 0;
    margin: 0.75rem;
    height: 2.7rem;
    width: auto;
  }
  .footer .col-set .col_footer .mod-sns .box-sns .item svg {
    width: 2.7rem;
    height: 2.7rem;
  }
}
.footer .copyright {
  text-align: center;
  margin-top: 60px;
  font-size: 1.2rem;
  background-color: #FFFFFF;
  line-height: 1;
  padding: 16px 8px;
  color: #000000;
  font-family: "Open Sans";
  padding: 40px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .footer .copyright {
    margin-top: 60px;
  }
}
.footer .fixed-contents .fix {
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.footer .fixed-contents .fix .item {
  width: 50%;
  margin: 0;
}
@media (min-width: 1280px) {
  .footer .fixed-contents .fix .item {
    display: none;
  }
}
.footer .fixed-contents .fix .item button,
.footer .fixed-contents .fix .item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
}
.footer .fixed-contents .fix .item .btn-seeker {
  background: #f5f4dc;
  color: #5d5b58;
  font-size: 1.4rem;
  font-family: "Open Sans";
  line-height: initial;
}
.footer .fixed-contents .fix .item .btn-clients {
  background: #dff2f0;
  color: #099da3;
  font-size: 1.4rem;
  font-family: "Open Sans";
  line-height: initial;
}

/*-------------------------------------------------------------
トップへ戻るボタン
-------------------------------------------------------------*/
/*-------------------------------------------------------------
基本設定
-------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  font-size: 3.3816vw;
  line-height: 2;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body.scllfix {
  position: fixed;
  width: 100%;
  height: 100%;
}

.pict {
  min-height: 1px;
}
.pict img {
  width: 100%;
}

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

a {
  text-decoration: none;
  transition: 0.5s;
  color: #000000;
}
a.txt-link {
  text-decoration: underline;
}
a.txt-link:hover {
  text-decoration: none;
}

p {
  font-size: 1.7rem;
  font-weight: normal;
}
p + p {
  padding-top: 3rem;
}

/*-------------------------------------------------------------
エリア・セクション
-------------------------------------------------------------*/
.container {
  max-width: 1128px;
  width: 100%;
  padding: 0 5.5vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    padding: 0 2.4rem;
  }
}
.container.size-small {
  max-width: 752px;
}

/*-------------------------------------------------------------
デバイスサイズごとの表示切り替え
-------------------------------------------------------------*/
.show-tablet {
  display: none !important;
}
@media (min-width: 768px) {
  .show-tablet {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}

.show-desktop {
  display: none !important;
}
@media (min-width: 1280px) {
  .show-desktop {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .hide-desktop {
    display: none !important;
  }
}

/*-------------------------------------------------------------
その他共通スタイル・パーツなど
-------------------------------------------------------------*/
.nav-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.nav-pager .page-numbers {
  color: rgba(9, 157, 163, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem;
  width: 1rem;
  height: 2.5rem;
  font-family: "Open Sans";
}
.nav-pager .page-numbers.current {
  color: #099da3;
}
.nav-pager a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.nav-pager a.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.nav-pager .pre,
.nav-pager .next {
  color: #5d5b58;
}

.mod-cmn-title {
  position: relative;
}
.mod-cmn-title .ttl-pagename {
  right: 0;
  background-color: #5CB8B2;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-size: 2.4rem;
  padding: 2em 1em;
}
@media (min-width: 768px) {
  .mod-cmn-title .ttl-pagename {
    font-size: 3.6rem;
  }
}

@media (min-width: 768px) {
  .tel {
    pointer-events: none;
  }
}

/*-------------------------------------------------------------
下層ヘッダー
-------------------------------------------------------------*/
.area-head {
  padding: 82px 0 39.75px;
}
@media (min-width: 1280px) {
  .area-head {
    padding: 117px 0 39.75px;
  }
}
.area-head .ttl-page {
  background-color: #e3e3e3;
  text-align: center;
  font-size: 3.2rem;
  text-align: center;
  color: #000000;
  font-weight: normal;
  padding: 3.7rem;
}
@media (min-width: 768px) {
  .area-head .ttl-page {
    padding: 6.1rem;
    font-size: 4rem;
  }
}

/*-------------------------------------------------------------
下層
-------------------------------------------------------------*/
.menu .container {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .menu .container {
    margin-bottom: 13rem;
  }
}
.menu .container .sec-profile .mod-img {
  display: flex;
  border: 0.1rem solid #000000;
  align-items: center;
  margin-bottom: 2.1rem;
}
.menu .container .sec-profile .mod-img .ttl-02 {
  width: 54.24%;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .menu .container .sec-profile .mod-img .ttl-02 {
    font-size: 2.1229vw;
  }
}
@media (min-width: 960px) {
  .menu .container .sec-profile .mod-img .ttl-02 {
    font-size: 2.9rem;
  }
}
.menu .container .sec-profile .mod-img img {
  width: 45.76%;
  height: 38.888vw;
  object-fit: cover;
}
@media (min-width: 768px) {
  .menu .container .sec-profile .mod-img {
    margin-bottom: 6rem;
  }
  .menu .container .sec-profile .mod-img .ttl-02 {
    width: 31.12%;
  }
  .menu .container .sec-profile .mod-img img {
    width: 68.888%;
    height: auto;
  }
}
.menu .container .sec-profile .mod-profile {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .menu .container .sec-profile .mod-profile {
    text-align: center;
    margin-bottom: 10rem;
  }
}
.menu .container .sec-profile .mod-profile .col-set {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .menu .container .sec-profile .mod-profile .col-set {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 104%;
    margin: 0 -2%;
    padding: 2rem 0;
  }
}
.menu .container .sec-profile .mod-profile .col-set .col-4 {
  margin-bottom: 2.64rem;
}
@media (min-width: 768px) {
  .menu .container .sec-profile .mod-profile .col-set .col-4 {
    flex: 0 0 33.3333333333%;
    padding: 2% 1.7820070746%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .menu .container .sec-profile .mod-profile .col-set .col-4 .box-img {
    max-width: 345px;
    width: auto;
  }
  .menu .container .sec-profile .mod-profile .col-set .col-4 .box-img img {
    width: 100%;
    height: auto;
  }
}
.menu .container .sec-point {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .menu .container .sec-point {
    margin-bottom: 12rem;
  }
}
.menu .container .sec-point .ttl-02 {
  margin-bottom: 3rem;
}
.menu .container .sec-point .box-point {
  margin-bottom: 4rem;
}
.menu .container .sec-point .box-point .ttl-point {
  font-size: 3.2rem;
  color: #000000;
  font-weight: normal;
}
.menu .container .sec-point .box-point p {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .menu .container .sec-point .box-point {
    display: flex;
  }
  .menu .container .sec-point .box-point .mod-txt {
    width: 66.6666%;
    margin-right: 4rem;
  }
  .menu .container .sec-point .box-point .mod-txt .ttl-point {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .menu .container .sec-point .box-point .mod-txt p {
    margin-bottom: 0;
  }
  .menu .container .sec-point .box-point .mod-img {
    width: 33.3333%;
  }
}
.menu .container .sec-charge {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .menu .container .sec-charge {
    margin-bottom: 10rem;
  }
}
.menu .container .sec-charge .box-charge {
  border: 0.1rem solid #000000;
  font-size: 1.7rem;
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: normal;
  margin: 2.8rem 0 5rem;
}
.menu .container .sec-charge .box-charge:first-of-type {
  margin-top: 3rem;
}
.menu .container .sec-charge .box-charge .mod-tbl {
  padding: 4.1rem 2.8rem 2rem;
  position: relative;
}
.menu .container .sec-charge .box-charge .mod-tbl h3 {
  position: absolute;
  font-size: 1.8rem;
  font-weight: normal;
  top: 2%;
}
.menu .container .sec-charge .box-charge .mod-tbl table {
  margin-bottom: 1.5rem;
  width: 100%;
}
.menu .container .sec-charge .box-charge .mod-tbl table tr {
  border-bottom: 0.1rem solid #AFAFAF;
}
.menu .container .sec-charge .box-charge .mod-tbl table .tbl-contents {
  text-align: left;
  width: 30%;
}
.menu .container .sec-charge .box-charge .mod-tbl table .tbl-detail {
  width: 40%;
}
.menu .container .sec-charge .box-charge .mod-tbl table .tbl-charge {
  text-align: right;
  width: 40%;
}
.menu .container .sec-charge .box-charge .mod-tbl span {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .menu .container .sec-charge .box-charge {
    display: flex;
    margin-top: 4rem 0 6rem;
  }
  .menu .container .sec-charge .box-charge .mod-img {
    width: 39.444%;
  }
  .menu .container .sec-charge .box-charge .mod-tbl {
    width: 60.556%;
    padding: 9.5rem 5.3rem 3rem 3.9rem;
  }
  .menu .container .sec-charge .box-charge .mod-tbl h3 {
    font-size: 2.6rem;
    position: absolute;
    top: 5%;
  }
  .menu .container .sec-charge .box-charge .mod-tbl table {
    margin-bottom: 0;
  }
  .menu .container .sec-charge .box-charge .mod-tbl span {
    position: absolute;
    bottom: 5%;
    padding-right: 5rem;
  }
}
.menu .container .more {
  font-weight: normal;
}
.menu .container .sec-cautions {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .menu .container .sec-cautions {
    padding: 0 9.3rem;
    margin-bottom: 8rem;
  }
}
.menu .container .sec-cautions .ttl-caution {
  font-size: 2.6rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.menu .container .sec-cautions ul {
  background-color: #e3e3e3;
  padding: 2.4rem 1.7rem;
}
@media (min-width: 768px) {
  .menu .container .sec-cautions ul {
    padding: 4.4rem 4.7rem;
  }
}
.menu .container .sec-cautions ul li {
  position: relative;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
  padding-left: 2.4rem;
  padding-bottom: 2rem;
}
.menu .container .sec-cautions ul li:last-child {
  padding-bottom: 0;
}
.menu .container .sec-cautions ul li:before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  left: 2%;
  border-radius: 50%;
  background: #000000;
  top: calc(1em - 0.3rem);
}
@media (min-width: 768px) {
  .menu .container .sec-cautions ul li:before {
    left: 0%;
  }
}
.menu .container .sec-others {
  font-weight: normal;
}
@media (min-width: 768px) {
  .menu .container .sec-others {
    display: flex;
    padding: 0 9.3rem;
  }
}
.menu .container .sec-others h3 {
  font-size: 2.6rem;
  font-weight: normal;
  border-bottom: 0.1rem solid #AFAFAF;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.menu .container .sec-others dl div {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.menu .container .sec-others dl div:last-child {
  padding-bottom: 0;
}
.menu .container .sec-others .box-other {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .menu .container .sec-others .box-other {
    width: 50%;
    padding: 0 4%;
  }
}

.more {
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .more {
    font-size: 2.6rem;
  }
}
.more a {
  border-bottom: 0.1rem solid #000000;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .more a {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .col-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 104%;
    margin: 0 -2%;
  }
}
.col-menu .col-4 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 2.64rem;
}
@media (min-width: 768px) {
  .col-menu .col-4 {
    flex: 0 0 33.3333333333%;
    padding: 2% 1.7820070746%;
    margin-bottom: 0;
  }
}
.col-menu .col-4 a {
  border: 0.1rem solid #000000;
  display: flex;
}
@media (min-width: 768px) {
  .col-menu .col-4 a {
    display: block;
  }
}
.col-menu .col-4 .box-img {
  max-width: 38.888vw;
  width: 45.48%;
}
.col-menu .col-4 .box-img img {
  height: 38.888vw;
  object-fit: cover;
}
@media (min-width: 768px) {
  .col-menu .col-4 .box-img {
    max-width: 345px;
    width: auto;
  }
  .col-menu .col-4 .box-img img {
    width: 100%;
    height: auto;
  }
}
.col-menu .col-4 .box-content {
  margin-top: 1rem;
  padding: 0 1.8rem 2.06rem 1.3rem;
  width: 54.52%;
}
@media (min-width: 768px) {
  .col-menu .col-4 .box-content {
    margin-top: 1.5rem;
    padding: 0;
    width: auto;
  }
}
.col-menu .col-4 .box-content .txt-ttl {
  text-align: center;
}
@media (min-width: 768px) {
  .col-menu .col-4 .box-content .txt-ttl {
    font-size: 2.4rem;
  }
}
.col-menu .col-4 .box-content p {
  line-height: 1.875;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .col-menu .col-4 .box-content p {
    font-size: 1.6rem;
    padding: 1rem 2.2rem 6rem;
  }
}

.sec-gallery {
  padding-bottom: 6.6rem;
}
@media (min-width: 768px) {
  .sec-gallery {
    padding-bottom: 8.9rem;
  }
}
.sec-gallery .ttl-02 {
  padding-bottom: 3.6rem;
}
@media (min-width: 768px) {
  .sec-gallery .ttl-02 {
    padding-bottom: 3rem;
  }
}
.sec-gallery .col-set {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 768px) {
  .sec-gallery .col-set {
    width: 100%;
    margin: 0;
  }
}
.sec-gallery .col-set .col-4 {
  flex: 0 0 50%;
  padding: 1.1111111111% 0.8888888889%;
}
@media (min-width: 768px) {
  .sec-gallery .col-set .col-4 {
    flex: 0 0 25%;
    padding: 0.45% 0.45%;
  }
}
@media (min-width: 768px) {
  .sec-gallery .col-set .col-4 a {
    display: block;
  }
}
.sec-gallery .col-set .col-4 .box-img img {
  object-fit: cover;
}
@media (min-width: 768px) {
  .sec-gallery .col-set .col-4 .box-img {
    max-width: 345px;
    width: auto;
  }
  .sec-gallery .col-set .col-4 .box-img img {
    width: 100%;
    height: auto;
  }
}
.sec-gallery .more {
  padding-top: 1.8rem;
}
@media (min-width: 768px) {
  .sec-gallery .more {
    padding-top: 3rem;
  }
}

@media (min-width: 768px) {
  .txt-product {
    padding: 0 10rem;
  }
  .txt-product + .txt-product {
    padding-top: 3rem;
  }
}

.about .area-txt {
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .about .area-txt {
    text-align: center;
    padding-bottom: 10rem;
  }
  .about .area-txt p {
    padding: 0 8rem;
  }
  .about .area-txt p + p {
    padding-top: 3rem;
  }
}

/* ---------------------------------------- */
.mod-nav-pager {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}
.mod-nav-pager ul {
  display: flex;
  justify-content: center;
}
.mod-nav-pager ul li {
  width: 3.2rem;
  height: 3.2rem;
  font-weight: normal;
}
.mod-nav-pager ul a, .mod-nav-pager ul span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .mod-nav-pager {
    margin-top: 6rem;
  }
}

/* ---------------------------------------- */
.mod-layout-column .column-secondary {
  margin-top: 6.4rem;
}
@media (min-width: 1024px) {
  .mod-layout-column {
    display: flex;
    justify-content: space-between;
  }
  .mod-layout-column .column-primary {
    width: 65.3334%;
  }
  .mod-layout-column .column-secondary {
    width: 30.6666%;
    margin-top: 0;
  }
}

/* ---------------------------------------- */
.area-sidebar {
  margin-top: 6.4rem;
}
.area-sidebar .ttl-side {
  margin-bottom: 1.2rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #000;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: normal;
}
.area-sidebar * + .ttl-side {
  margin-top: 4rem;
}
.area-sidebar .btn-cmn {
  display: block;
  position: relative;
  padding: 0.6rem 0;
  font-size: 1.7rem;
  border-bottom: 0.1rem solid #E3E3E3;
  font-weight: normal;
}
.area-sidebar .btn-cmn span {
  display: block;
  padding-right: 7.8rem;
}
.area-sidebar .wrap-select {
  max-width: 100%;
  position: relative;
}
.area-sidebar .wrap-select:before {
  border-bottom: 6px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 14px;
  width: 0;
}
.area-sidebar .wrap-select:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #000;
  content: "";
  position: absolute;
  right: 9px;
  top: 23px;
  width: 0;
}
.area-sidebar select {
  width: 100%;
  padding: 1.3rem 3.7rem 1.3rem 1.6rem;
  background: transparent;
  border: none;
  background-color: #F5F5F5;
  font-size: 1.7rem;
  font-weight: normal;
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効 */
}
@media (min-width: 768px) {
  .area-sidebar {
    margin-top: 10rem;
    margin-left: 9rem;
    width: 23.9rem;
  }
  .area-sidebar .ttl-side {
    font-size: 2.6rem;
  }
  .area-sidebar * + .ttl-side {
    margin-top: 6.4rem;
  }
  .area-sidebar .btn-cmn {
    font-size: 1.7rem;
  }
  .area-sidebar select {
    font-size: 1.7rem;
  }
}

.home {
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: normal;
}
.home .sec-fv .container {
  padding: 0;
}
@media (min-width: 768px) {
  .home .sec-fv .container {
    padding: 0 2.4rem;
  }
}
.home .sec-fv .container .area-fv {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 82px 0 39.75px;
}
@media (min-width: 1280px) {
  .home .sec-fv .container .area-fv {
    padding: 117px 0 39.75px;
  }
}
.home .sec-fv .container .area-fv .scroll {
  position: absolute;
  bottom: 0%;
  right: 50%;
  transform: translateY(-50%);
}
.home .sec-fv .container .area-fv .scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 46%;
  width: 1px;
  height: 79.5px;
  background: #000000;
  animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}
.home .fv-logo {
  max-width: 23.9rem;
  width: 39.37%;
  margin: 3.4rem 0 4.2rem;
}
@media (min-width: 768px) {
  .home .fv-logo {
    margin: 6rem 0 7.8rem;
  }
}
.home .fv-logo svg {
  width: 100%;
}
.home .fv-logo .a {
  fill: #ffffff;
}
@media (min-width: 768px) {
  .home .area-news {
    max-width: 1128px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2.4rem;
  }
}
.home .area-news.size-small {
  max-width: 752px;
}
.home .sec-news {
  margin: 5rem 0 10rem;
  padding: 3rem 3rem 3.6rem;
  background-color: #F5F5F5;
}
.home .sec-news .ttl-news {
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 1em;
}
.home .sec-news .cont .box-news {
  font-size: 1.6rem;
}
.home .sec-news .cont .box-news .item {
  padding-bottom: 1em;
}
.home .sec-news .cont .box-news .item .date {
  padding-right: 2.2rem;
}
.home .sec-news .cont .box-news .item .txt-news {
  text-decoration: underline;
}
.home .sec-news .more-sml {
  font-size: 2rem;
  text-align: center;
}
.home .sec-news .more-sml a {
  border-bottom: 0.1rem solid #000;
  padding-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .home .sec-news {
    margin: 7.6rem 0 5rem;
    padding: 2.9rem 3.5rem 4.4rem;
    display: flex;
    justify-content: space-between;
  }
  .home .sec-news .ttl-news {
    font-size: 2.4rem;
    width: 6%;
    text-align: left;
  }
  .home .sec-news .cont {
    width: 60%;
  }
  .home .sec-news .cont .box-news {
    text-align: left;
    font-size: 1.7rem;
  }
  .home .sec-news .cont .box-news .item {
    padding-bottom: 1em;
  }
  .home .sec-news .cont .box-news .item:last-child {
    padding-bottom: 0;
  }
  .home .sec-news .cont .box-news .item .date {
    padding-right: 5.6rem;
  }
  .home .sec-news .more-sml {
    font-size: 1.7rem;
    width: 9%;
    padding-top: 15rem;
    text-align: left;
  }
}
.home .sec-menu {
  padding-bottom: 6.6rem;
}
@media (min-width: 768px) {
  .home .sec-menu {
    padding-bottom: 8.9rem;
  }
}
.home .sec-flow {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 7.3rem;
}
.home .sec-flow .box-txt h2 {
  text-align: left;
  padding: 3.3rem 0 2.8rem;
}
.home .sec-flow .box-txt p {
  font-size: 1.7rem;
}
.home .sec-flow .box-txt .more {
  text-align: left;
  padding-top: 2em;
}
.home .sec-flow .box-img img {
  width: 100%;
  height: 233px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .home .sec-flow {
    padding-bottom: 8.9rem;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .home .sec-flow .box-txt {
    width: 45%;
  }
  .home .sec-flow .box-txt h2 {
    padding: 0;
  }
  .home .sec-flow .box-img {
    max-width: 425px;
    width: 45%;
  }
  .home .sec-flow .box-img img {
    width: 100%;
    height: auto;
  }
}
.home .sec-other {
  padding: 4.85rem 0 6.6rem;
}
@media (min-width: 768px) {
  .home .sec-other {
    padding: 2.2rem 0 5rem;
  }
}
@media (min-width: 768px) {
  .home .sec-other .col-set {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 104%;
    margin: 0 -2%;
  }
}
.home .sec-other .col-set .col-4 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 4.98rem;
}
.home .sec-other .col-set .col-4:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .home .sec-other .col-set .col-4 {
    flex: 0 0 33.3333333333%;
    padding: 2% 1.7820070746%;
    margin-bottom: 0;
  }
}
.home .sec-other .col-set .col-4 a {
  display: block;
}
@media (min-width: 768px) {
  .home .sec-other .col-set .col-4 .box-img {
    max-width: 345px;
  }
  .home .sec-other .col-set .col-4 .box-img div {
    padding-top: 64%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.home .sec-other .col-set .col-4 .box-content .ttl-02 {
  text-align: center;
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .home .sec-other .col-set .col-4 .box-content .ttl-02 {
    font-size: 2.9282vw;
  }
}
@media (min-width: 960px) {
  .home .sec-other .col-set .col-4 .box-content .ttl-02 {
    font-size: 4rem;
  }
}
.home .sec-blog {
  padding-bottom: 9rem;
}
.home .sec-blog .box-txt .ttl-02 {
  text-align: center;
  padding-bottom: 3rem;
}
.home .sec-blog .box-txt .box-article a {
  display: flex;
  align-items: flex-start;
  padding-bottom: 4.2rem;
}
.home .sec-blog .box-txt .box-article a:last-child {
  padding-bottom: 0;
}
.home .sec-blog .box-txt .box-article a .pict {
  width: 100%;
  max-width: 10rem;
}
.home .sec-blog .box-txt .box-article a .text {
  padding-left: 2.6rem;
  font-size: 1.7rem;
}
.home .sec-blog .box-txt .more {
  text-align: center;
  padding-top: 3.2rem;
}
@media (min-width: 768px) {
  .home .sec-blog .box-txt {
    display: flex;
    justify-content: space-between;
  }
  .home .sec-blog .box-txt .ttl-02 {
    width: 0;
    padding-bottom: 0;
  }
  .home .sec-blog .box-txt .box-article {
    width: 55%;
    padding-top: 2rem;
  }
  .home .sec-blog .box-txt .box-article a {
    align-items: center;
    padding-bottom: 4.2rem;
  }
  .home .sec-blog .box-txt .box-article a:last-child {
    padding-bottom: 0;
  }
  .home .sec-blog .box-txt .more {
    padding-top: 45rem;
  }
}
.home .sec-contact {
  border: 0.1rem solid #000000;
  text-align: left;
  margin-bottom: 6.6rem;
  padding: 3.6rem 2.3rem 3.75rem;
}
@media (min-width: 768px) {
  .home .sec-contact {
    text-align: center;
    padding: 4.3rem 0 6.3rem;
    margin-bottom: 8.9rem;
  }
}
.home .sec-contact h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .home .sec-contact h2 {
    margin-bottom: 2rem;
  }
}
.home .sec-contact p {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .home .sec-contact p {
    font-size: 1.7rem;
  }
}
.home .sec-contact .more {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .home .sec-contact .more {
    margin-top: 2rem;
  }
}

.flow .container {
  margin-bottom: 7rem;
}
@media (min-width: 768px) {
  .flow .container {
    margin-bottom: 11rem;
  }
}
.flow .container .area-cmn {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .flow .container .area-cmn {
    margin-bottom: 4rem;
  }
}
.flow .container .area-cmn .mod-flow {
  counter-reset: dt;
}
.flow .container .area-cmn .mod-flow .item {
  border-bottom: 1px solid #E3E3E3;
}
.flow .container .area-cmn .mod-flow .question {
  counter-increment: dt;
  font-size: 1.8rem;
  padding: 1.6rem 1rem 1.2rem 3rem;
  position: relative;
  font-weight: normal;
  line-height: 1.666;
}
@media (min-width: 768px) {
  .flow .container .area-cmn .mod-flow .question {
    font-size: 2rem;
    padding: 2.6rem 2.1rem 2rem 5.8rem;
  }
}
.flow .container .area-cmn .mod-flow .question span::before {
  content: counter(dt);
  display: block;
  position: absolute;
  top: 0.5rem;
  font-weight: 500;
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  left: 0;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .flow .container .area-cmn .mod-flow .question span::before {
    top: 1.3rem;
    left: 1.5rem;
    font-size: 3.2rem;
  }
}
.flow .container .area-cmn .mod-flow .answer {
  font-size: 1.6rem;
  padding: 0 2rem 0 6.4rem;
  margin: 0 0 3.2rem;
  line-height: 1.76;
  font-weight: normal;
  position: relative;
}
@media (min-width: 768px) {
  .flow .container .area-cmn .mod-flow .answer {
    font-size: 1.7rem;
    padding: 0 4rem 0 9.9rem;
  }
}
.flow .container .area-cmn .mod-flow .answer ul li {
  padding-left: 1em;
  position: relative;
}
.flow .container .area-cmn .mod-flow .answer ul li:before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  left: 2%;
  border-radius: 50%;
  background: #000000;
  top: calc(1em - 0.3rem);
}
@media (min-width: 768px) {
  .flow .container .area-cmn .mod-flow .answer ul li:before {
    left: 0%;
  }
}

.items .container {
  margin-bottom: 7rem;
}
@media (min-width: 768px) {
  .items .container {
    margin-bottom: 11rem;
  }
}
.items .container .area-cmn {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .items .container .area-cmn {
    margin-bottom: 4rem;
  }
}
.items .container .area-cmn .mod-items .item {
  border-bottom: 1px solid #E3E3E3;
}
.items .container .area-cmn .mod-items .items-txt {
  font-size: 1.8rem;
  padding: 1.6rem 1rem 1.2rem 0;
  position: relative;
  font-weight: normal;
  line-height: 1.666;
}
@media (min-width: 768px) {
  .items .container .area-cmn .mod-items .items-txt {
    font-size: 2rem;
    padding: 2.6rem 2.1rem 2rem 0;
  }
}

.faq .container {
  margin-bottom: 7rem;
}
@media (min-width: 768px) {
  .faq .container {
    margin-bottom: 11rem;
  }
}
.faq .container .area-cmn {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .faq .container .area-cmn {
    margin-bottom: 4rem;
  }
}
.faq .container .area-cmn .mod-qa .item {
  border-bottom: 1px solid #E3E3E3;
}
.faq .container .area-cmn .mod-qa .question {
  font-size: 1.8rem;
  padding: 1.6rem 1rem 1.2rem 3rem;
  position: relative;
  font-weight: normal;
  line-height: 1.666;
}
@media (min-width: 768px) {
  .faq .container .area-cmn .mod-qa .question {
    font-size: 2rem;
    padding: 2.6rem 2.1rem 2rem 5.8rem;
  }
}
.faq .container .area-cmn .mod-qa .question span::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 0.5rem;
  font-weight: 500;
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  left: 0;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .faq .container .area-cmn .mod-qa .question span::before {
    top: 1.3rem;
    left: 1.5rem;
    font-size: 3.2rem;
  }
}
.faq .container .area-cmn .mod-qa .answer {
  font-size: 1.6rem;
  padding: 0 2rem 0 6.4rem;
  margin: 0 0 3.2rem;
  line-height: 1.76;
  font-weight: normal;
  position: relative;
}
@media (min-width: 768px) {
  .faq .container .area-cmn .mod-qa .answer {
    font-size: 1.7rem;
    padding: 0 4rem 0 9.9rem;
  }
}
.faq .container .area-cmn .mod-qa .answer::before {
  content: "A";
  display: block;
  position: absolute;
  top: -1rem;
  left: 3rem;
  font-size: 2.8rem;
  color: #afafaf;
}
@media (min-width: 768px) {
  .faq .container .area-cmn .mod-qa .answer::before {
    top: -1.3rem;
    left: 6rem;
    font-size: 3.2rem;
  }
}

.contact .container {
  margin-bottom: 6.8rem;
}
@media (min-width: 768px) {
  .contact .container {
    margin-bottom: 12rem;
  }
}
.contact .container .lead-text {
  color: #000000;
  padding-bottom: 4rem;
  font-size: 1.7rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .contact .container .lead-text {
    text-align: center;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .contact .container .form-cmn {
    padding: 0 9.4rem;
  }
}
.contact .container .form-cmn .list-form > div {
  padding-bottom: 3.2rem;
}
.contact .container .form-cmn .list-form > div dt {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
}
.contact .container .form-cmn .list-form > div dt .required {
  margin-left: 1rem;
  font-size: 1.2rem;
  background-color: #BF5858;
  color: #fff;
  padding: 0 0.7rem;
  border-radius: 0.4rem;
  line-height: 1.4;
}
.contact .container .form-cmn .list-form > div dd input,
.contact .container .form-cmn .list-form > div dd textarea {
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #000000;
  font-weight: 500;
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 980px) {
  .contact .container .form-cmn .list-form > div {
    display: flex;
  }
  .contact .container .form-cmn .list-form > div dt {
    width: 25%;
    padding-top: 12px;
  }
  .contact .container .form-cmn .list-form > div dd {
    width: calc(75% - 6.4rem);
    margin-left: 6.4rem;
  }
  .contact .container .form-cmn .list-form > div dd .l-short {
    max-width: 46.4rem;
  }
  .contact .container .form-cmn .list-form > div dd .form-size_m {
    width: 50.9%;
  }
  .contact .container .form-cmn .list-form > div dd .form-size_s {
    width: 36.3%;
  }
}
.contact .container .btn-form button {
  display: block;
  color: #585658;
  text-align: center;
  border: 0.1rem solid #585658;
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  width: 100%;
  max-width: 23.4rem;
  font-size: 1.6rem;
  border-radius: 0;
  padding: 1.5rem 2.4rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.contact .container .btn-form button:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
.contact .container .btn-form button:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #585658;
  border-top: 1px solid #585658;
  border-radius: 1px;
  position: absolute;
  bottom: 42%;
  right: 2.5rem;
  margin: auto;
  transform: rotate(135deg);
  transition: 0.6s, ease-in 0.1s;
  z-index: 5;
}

.thanks .container {
  text-align: center;
}
.thanks .ttl-03 {
  font-weight: normal;
}
.thanks .box-info {
  max-width: 60rem;
  border: 1px solid #ccc;
  padding: 1.5rem;
  margin: 3rem auto;
  text-align: left;
  font-weight: normal;
}
.thanks .box-info li + li {
  margin-top: 0.5em;
}
.thanks .box-info p {
  margin-top: 0;
  margin-bottom: 1em;
}
.thanks .box-info .tel {
  justify-content: center;
}
@media (min-width: 768px) {
  .thanks .box-info {
    padding: 3rem;
  }
}
.thanks .sec-btn {
  margin-top: 2em;
}
.thanks .sec-btn a {
  text-decoration: underline;
  font-weight: normal;
}
.thanks .sec-btn a:hover {
  text-decoration: underline;
}

#mfp_phase_confirm_inner h4 {
  text-align: center;
  margin: 3rem 0;
}
#mfp_phase_confirm_inner .mfp_buttons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}
@media (min-width: 768px) {
  #mfp_phase_confirm_inner .mfp_buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin: 6rem 0;
  }
}

#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

#mfp_confirm_table {
  border: 1px solid #ccc;
  width: 100%;
}
#mfp_confirm_table th,
#mfp_confirm_table td {
  padding: 1rem;
  border: none;
  display: block;
  width: 100%;
  border-bottom: none;
}
@media (min-width: 768px) {
  #mfp_confirm_table th,
#mfp_confirm_table td {
    display: table-cell;
  }
}
#mfp_confirm_table th {
  font-weight: 700;
  background: #e3e3e3;
}
@media (min-width: 768px) {
  #mfp_confirm_table th {
    width: 25rem;
  }
}
@media (min-width: 768px) {
  #mfp_confirm_table td {
    width: auto;
  }
}
#mfp_confirm_table tr {
  border-bottom: 1px solid #ccc;
}
#mfp_confirm_table tr :last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  #mfp_confirm_table tr {
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
  }
  #mfp_confirm_table tr :last-child {
    border-bottom: 1px solid #ccc;
  }
}

#mpf_phase_confirm .ttl-01 {
  padding: 10rem 0 4.8rem;
  position: relative;
}
@media (min-width: 768px) {
  #mpf_phase_confirm .ttl-01 {
    padding: 12rem 0 0 5.6rem;
  }
}
#mpf_phase_confirm p {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  #mpf_phase_confirm p {
    margin-bottom: 4.4rem;
  }
}
#mpf_phase_confirm .mod-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.8rem 0 8.9rem;
  position: relative;
}
@media (min-width: 768px) {
  #mpf_phase_confirm .mod-btn {
    padding: 4.8rem 0 12rem;
  }
}
#mpf_phase_confirm .mod-btn .btn {
  max-width: 35.4rem;
}
#mpf_phase_confirm .mod-btn .btn:before {
  content: none;
}

#mfp_overlay_background,
#mfp_loading_screen {
  display: none;
}

.mfp_element_button {
  border: none;
  display: block;
  color: #585658;
  text-align: center;
  border: 0.1rem solid #585658;
  background: #ffffff;
  font-family: "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  width: 100%;
  max-width: 23.4rem;
  font-size: 1.6rem;
  padding: 1.5rem 2.4rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.mfp_element_button:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
.mfp_element_button:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #585658;
  border-top: 1px solid #585658;
  border-radius: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  margin: auto;
  transform: rotate(135deg);
  transition: 0.6s, ease-in 0.1s;
  z-index: 5;
}

#mfp_button_cancel {
  background: #ffffff;
  border: 0.1rem solid #585658;
  text-align: center;
}
#mfp_button_cancel:after {
  right: auto;
  left: 2.5rem;
  margin: auto;
  transform: rotate(-45deg);
}

#mfp_confirm_table {
  background-color: transparent;
}

.information .container {
  margin-bottom: 7rem;
  /*-------------------------------------------------------------
  詳細
  -------------------------------------------------------------*/
}
@media (min-width: 768px) {
  .information .container {
    margin-bottom: 11rem;
  }
}
.information .container .col-set {
  display: block;
}
@media (min-width: 768px) {
  .information .container .col-set {
    display: flex;
    flex-wrap: wrap;
  }
}
.information .container .area-content .ttl-content {
  margin-bottom: 3.6rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #000;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: normal;
}
.information .container .area-content .item {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.information .container .area-content .item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.information .container .area-content .item a {
  display: flex;
  align-items: flex-start;
}
.information .container .area-content .item a .pict {
  width: 100%;
  max-width: 10rem;
}
.information .container .area-content .item a .text {
  padding-left: 2.6rem;
  font-size: 1.7rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .information .container .area-content {
    width: calc(100% - 23.9rem - 9rem);
  }
  .information .container .area-content .item {
    border-bottom: 0.1rem solid #E3E3E3;
  }
  .information .container .area-content .item:last-of-type {
    border-bottom: none;
  }
  .information .container .area-content .item a {
    align-items: center;
  }
}
.information .container .mod-post-info {
  margin-bottom: 0.2rem;
  font-weight: normal;
  font-size: 1.7rem;
}
.information .container .mod-post-info .date {
  margin-right: 2em;
}
.information .container .wrap-link-back {
  margin-top: 6rem;
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .information .container .wrap-link-back {
    font-size: 2.6rem;
  }
}
.information .container .wrap-link-back a {
  border-bottom: 0.1rem solid #000000;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .information .container .wrap-link-back a {
    padding-bottom: 1.25rem;
  }
}
.information .container .post-img {
  margin-bottom: 4rem;
}
.information .container .post-content .wp-block-image,
.information .container .post-content figure,
.information .container .post-content img {
  width: auto;
  max-width: 100%;
}
.information .container .post-content .wp-caption {
  width: 100% !important;
}
.information .container .post-content .wp-caption-text {
  margin-top: 0.25em;
}
.information .container .post-content .alignleft,
.information .container .post-content .aligncenter,
.information .container .post-content .alignright {
  display: inline-block;
}
.information .container .post-content .alignleft {
  text-align: left;
}
.information .container .post-content .aligncenter {
  text-align: center;
}
.information .container .post-content .alignright {
  text-align: right;
}
@media (min-width: 768px) {
  .information .container .post-content .wp-caption {
    width: auto !important;
  }
  .information .container .post-content .alignleft {
    float: left;
    margin-right: 1.6em;
  }
  .information .container .post-content .alignright {
    float: right;
    margin-left: 1.6em;
  }
}
.information .container .post-content a {
  text-decoration: underline;
}
.information .container .post-content strong {
  font-weight: bold;
}
.information .container .post-content em {
  font-style: italic;
}
.information .container .post-content p:not(:last-child),
.information .container .post-content div:not(:last-child),
.information .container .post-content table:not(:last-child),
.information .container .post-content ul:not(:last-child),
.information .container .post-content ol:not(:last-child),
.information .container .post-content dl:not(:last-child),
.information .container .post-content pre:not(:last-child),
.information .container .post-content blockquote:not(:last-child) {
  margin-bottom: 1em;
}
.information .container .ttl-single {
  font-size: 2.6rem;
  font-weight: normal;
  padding-bottom: 0.3em;
  margin-bottom: 3rem;
  border-bottom: 1px solid #000000;
  position: relative;
}

.gallery .container {
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .gallery .container {
    padding: 4.825rem 0 12rem;
  }
}
.gallery .container .mod-img {
  display: flex;
  border: 0.1rem solid #000000;
  align-items: center;
  margin-bottom: 2.1rem;
}
.gallery .container .mod-img .ttl-02 {
  width: 54.24%;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .gallery .container .mod-img .ttl-02 {
    font-size: 2.1229vw;
  }
}
@media (min-width: 960px) {
  .gallery .container .mod-img .ttl-02 {
    font-size: 2.9rem;
  }
}
.gallery .container .mod-img img {
  width: 45.76%;
  height: 38.888vw;
  object-fit: cover;
}
@media (min-width: 768px) {
  .gallery .container .mod-img {
    margin-bottom: 6rem;
  }
  .gallery .container .mod-img .ttl-02 {
    width: 31.12%;
  }
  .gallery .container .mod-img img {
    width: 68.888%;
    height: auto;
  }
}
.gallery .container .col-set {
  display: block;
}
@media (min-width: 768px) {
  .gallery .container .col-set {
    display: flex;
  }
}
@media (min-width: 768px) {
  .gallery .container .area-content {
    width: calc(100% - 23.9rem - 3.2rem);
  }
}
.gallery .container .area-content .col-gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 768px) {
  .gallery .container .area-content .col-gallery {
    width: 100%;
    margin: 0;
  }
}
.gallery .container .area-content .col-gallery .col-4 {
  flex: 0 0 50%;
  padding: 1.1111111111% 0.8888888889%;
}
@media (min-width: 768px) {
  .gallery .container .area-content .col-gallery .col-4 {
    flex: 0 0 33.3333333333%;
    padding: 0.45% 0.45%;
  }
}
@media (min-width: 768px) {
  .gallery .container .area-content .col-gallery .col-4 a {
    display: block;
  }
}
.gallery .container .area-content .col-gallery .col-4 .box-img img {
  object-fit: cover;
  width: 175px;
  height: 175px;
}
@media (min-width: 768px) {
  .gallery .container .area-content .col-gallery .col-4 .box-img {
    max-width: 345px;
    width: auto;
  }
  .gallery .container .area-content .col-gallery .col-4 .box-img img {
    width: 262px;
    height: 262px;
  }
}
.gallery .container .area-content .wrap-link-back {
  margin-top: 6rem;
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .gallery .container .area-content .wrap-link-back {
    font-size: 2.6rem;
  }
}
.gallery .container .area-content .wrap-link-back a {
  border-bottom: 0.1rem solid #000000;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .gallery .container .area-content .wrap-link-back a {
    padding-bottom: 1.25rem;
  }
}
.gallery .container .area-sidebar {
  margin-top: 4rem;
}
.gallery .container .area-sidebar .ttl-side {
  padding: 0;
  padding-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .gallery .container .area-sidebar {
    margin-top: 0;
    margin-left: 3.2rem;
  }
}
.gallery .container .area-gallery .pict {
  padding-bottom: 4rem;
}
.gallery .container .area-gallery .pict:last-of-type {
  padding-bottom: 0;
}

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