﻿@charset "utf-8";
/*
Theme Name: theme_eir
Description: theme_eir
Version: 26.02.17
*/

/*　カスタムプロパティ
----------------------------------------------- */
:root {
  --color-text: #1a1a1a;
  --color-border: #ddd;
  /* ボタン */
  --color-btn: #c3071d;
  /* リンク */
  --color-link: #040405;
  --color-link-hover: #5f8fbf;
  /* メインカラー em1 */
  --color-main: #c3071d;
  --color-main-dark: #890514;
  --color-main-light: #f9e6e8;
  /* サブカラー em2 */
  --color-sub: #c09f6f;
  --color-sub-dark: #87704e;
  --color-sub-light: #f9f5f0;
  /* マーカー */
  --color-marker: #fff8b0;
  /* ベースカラー */
  --color-base-red: #b30f0f;
  --color-base-yellow: #ffc107;
  --color-base-green: #28a745;
  --color-base-blue: #007bff;
  --color-base-purple: #6f42c1;
  --color-base-pink: #e83e8c;
  /* フォント */
  --font-min: "Noto Serif JP", serif;
  --font-min-weight: 400;
  --font-min-style: normal;
  /*--font-en: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  /*--font-en: "Times New Roman", Times, serif;*/
  --font-en: "Cormorant Garamond", serif;
  --font-en-weight: 400;
  --font-en-style: normal;
}
.f-mi {
  font-family: var(--font-min);
  font-weight: var(--font-min-weight);
  font-style: var(--font-min-style);
}
.f-en {
  font-family: var(--font-en);
  font-weight: var(--font-en-weight);
  font-style: var(--font-en-style);
}
/*　body / html
----------------------------------------------- */
body {
  position: relative;
  overflow-x: hidden;
  word-wrap: break-word;
  color: var(--color-text);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
}
html {
  overflow-y: scroll;
}
p {
  margin-bottom: 1.5em;
  line-height: 2;
}
/* link
----------------------------------------------- */
a {
  color: var(--color-link);
  text-decoration: underline;
  word-break: break-all;
  cursor: pointer;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--color-link-hover);
  text-decoration: none;
}
.link01,
.link02,
.link03,
.link04 {
  padding-left: 1.2em;
  background-repeat: no-repeat;
  background-position: left 0.3em;
  background-size: 1em;
}
.link01 {
  background-image: url(images/common/icon-arrow01.png);
}
.link02 {
  background-image: url(images/common/icon-arrow02.png);
}
.link03 {
  background-image: url(images/common/icon-arrow04.png);
}
.link04 {
  background-image: url(images/common/icon-arrow03.png);
}
.faqlist li {
  margin-bottom: 0.4em;
}
.faqlist li a {
  background: url(images/common/icon-arrow01.png) no-repeat left 0.15em;
  background-size: 5px;
  padding-left: 12px;
  color: var(--color-text);
  text-decoration: none;
}
.faqlist li a:hover {
  color: var(--color-link-hover);
  text-decoration: none;
}
/* clearfix----------------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
/* typography----------------------------------------------- */
h1 {
  clear: both;
  margin: 1.5em 0 1em;
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 600;
}
h1.pagetitle,
div.pagetitle {
  margin: 0;
  padding: calc(2em + 70px) 5% 2em;
  background: url(images/common/bg-pagetitle.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  clear: both;
  margin: 0 0 1.2em;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  /*box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.1);*/
}
h1.pagetitle span,
div.pagetitle span {
  font-family: var(--font-min);
  font-weight: 400;
}
h2 {
  position: relative;
  clear: both;
  margin: 2em 0 1em;
  padding: 0 0 0.8em;
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: solid 3px var(--color-main);
}
h2::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--color-main-dark);
  bottom: -3px;
  width: 25%;
}
h3 {
  clear: both;
  margin: 1.8em 0 1em;
  padding: 0.8em 5px 0.8em 0.5em;
  font-size: 1.15em;
  line-height: 1.5;
  font-weight: 600;
  border-top: 3px solid var(--color-main);
  border-bottom: 3px solid var(--color-main);
}
h4 {
  clear: both;
  margin: 1.5em 0 1em;
  padding: 0.5em 5px 0.5em 0.5em;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 600;
  border-left: 5px solid var(--color-main);
}
h2.imgtitle,
h3.imgtitle,
h4.imgtitle {
  padding: 0;
  background: none;
  border: none;
}
.dateLabel {
  text-align: right;
  font-weight: 600;
  color: #858585;
}
.post blockquote {
  clear: both;
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin-bottom: 1em;
}
.post blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.post blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.5;
}
.post blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
@media screen and (min-width: 992px) {
  h1.pagetitle,
  div.pagetitle {
    padding: 2.5em 2.5em;
    font-size: 30px;
  }
}
/* image-style----------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin-bottom: 1.5em;
}
img.border {
  border: 1px solid #ddd;
  padding: 4px;
}
img.frame {
  outline: 7px solid rgb(255 255 255 / 40%);
  outline-offset: -7px;
}
img.round {
  border-radius: 50%;
}
img.aligncenter,
img.center {
  display: block;
  margin: auto;
}
img.alignright,
img.alignleft {
  display: block;
  margin: 0 auto 1.5em;
}
@media screen and (min-width: 768px) {
  img.alignright {
    float: right;
    margin: 0 0 0.8em 1.1em;
    max-width: 50%;
  }
  img.alignleft {
    float: left;
    margin: 0 1.1em 0.8em 0;
    max-width: 50%;
  }
}
/* img_switch----------------------------------------------- */
.switch {
  visibility: hidden;
}
/* box-style----------------------------------------------- */
[class^="box"] {
  margin: 0 0 2em;
  padding: 1.5em 5% 0;
  background: #fff;
  border: solid 1px transparent;
}
.box01 {
  border: 3px double #eee;
}
.box02 {
  border: 3px solid #ddd;
}
.box02.c-main {
  border-color: var(--color-main);
}
.box03 {
  box-shadow: 0px 0px 8px #ddd;
  -ms-box-shadow: 0px 0px 8px #ddd;
  -moz-box-shadow: 0px 0px 8px #ddd;
  -webkit-box-shadow: 0px 0px 8px #ddd;
}
.box04 {
  border: 1px solid #ddd;
  box-shadow: 7px 7px 0px #ddd;
  -ms-box-shadow: 7px 7px 0px #ddd;
  -moz-box-shadow: 7px 7px 0px #ddd;
  -webkit-box-shadow: 7px 7px 0px #ddd;
}
.box05 {
  background: #f8f8f8;
}
.box05.is-yellow {
  background: #fff9d0;
}
.box06 {
  background: url("images/common/notebg.png");
}
.box07 {
  background: var(--color-main);
  color: #fff;
  outline: 2px solid rgb(255, 255, 255);
  outline-offset: -6px;
}
.box08 {
  position: relative;
  margin: 2em 0;
  padding: 1.5em 5% 0.01em;
  background-color: var(--color-main-light);
}
.box08::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: var(--color-main) #fff var(--color-main);
}
.box09 {
  position: relative;
  border: 1px solid var(--color-border);
  background-color: #fff;
}
.box09::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -5px;
  top: -5px;
  border-width: 40px 40px 0 0;
  border-style: solid;
  border-color: var(--color-main) transparent var(--color-main);
}
.t-box01 {
  clear: both;
  margin: 0 0 1.5em;
}
.t-box01 .title {
  margin: 0;
  padding: 0.5em 0.8em;
  font-size: 1.15em;
  color: #fff;
  font-weight: 600;
  background: var(--color-main);
  border: 2px solid var(--color-main);
  border-bottom: none;
  border-radius: 0.2em 0.2em 0 0;
}
.t-box01 .t-box01In {
  padding: 1em 1.2em 0em;
  border: 2px solid var(--color-main);
  border-radius: 0 0 0.2em 0.2em;
}
.t-box02 {
  position: relative;
  padding: 2.2em 5% 0.01em;
  margin: 2.5em 0 2em;
  border: 2px solid #aaa;
  border-radius: 8px;
}
.t-box02 .title {
  position: absolute;
  top: -1.25em;
  left: 3%;
  display: inline-block;
  padding: 10px 15px;
  margin: 0;
  color: #fff;
  border: none;
  border-radius: 5px;
  background: #aaa;
}
.numberbox {
  position: relative;
}
.numberbox .number {
  position: absolute;
  top: -25px;
  left: -15px;
  color: var(--color-main);
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 3em;
  line-height: 1;
  letter-spacing: -2px;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  [class^="box"] {
    margin: 2.5em 0;
    padding: 2em 2em 0.5em;
  }
  .box09 {
    padding: 2em 3em 0.5em;
  }
  .box09::after {
    border-width: 80px 80px 0 0;
    border-color: var(--color-main) transparent var(--color-main);
  }
  .t-box01 {
    margin: 2.5em 0;
  }
  .t-box02 {
    margin: 3.5em 0 2.5em;
    padding-top: 2.5em;
  }
  .t-box02 .title {
    top: -1.5em;
    padding: 15px 20px;
  }
  .numberbox .number {
    top: -50px;
    left: -25px;
    font-size: 5em;
  }
}
/* color-box-style----------------------------------------------- */
.boxcolor {
  margin: 0 0 1.5em;
  padding: 1.3em 1.2em 0em;
  border: 3px solid var(--color-main);
  border-radius: 0.8em;
}
.boxcolor.is-red {
  border-color: var(--color-base-red);
}
.boxcolor.is-blue {
  border-color: var(--color-base-blue);
}
.boxcolor.is-green {
  border-color: var(--color-base-green);
}
.boxcolor.is-yellow {
  border-color: var(--color-base-yellow);
}
.boxcolor.is-purple {
  border-color: var(--color-base-purple);
}
.boxcolor.is-pink {
  border-color: var(--color-base-pink);
}
/* list-style----------------------------------------------- */
.list01,
.list02,
.list03 {
  margin: 0 0 1.5em 0.5em;
}
.list01 li,
.list02 li {
  margin-bottom: 0.3em;
  background-repeat: no-repeat;
  line-height: 1.8;
}
.list01 li {
  padding: 0 0 0 1em;
  background-image: url(images/common/icon-circle02.png);
  background-position: left 0.55em;
  background-size: 0.6em;
}
.list02 li {
  padding: 0 0 0 0.8em;
  background-image: url(images/common/icon-circle01.png);
  background-position: left 0.75em;
  background-size: 0.4em;
}
.list03 li {
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  border-bottom: 1px dotted #ccc;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.8;
}
.list03 li:last-child {
  border-bottom: none;
}
.checklist01,
.checklist02,
.checklist03 {
  margin: 1.5em 0;
}
.checklist01 li,
.checklist02 li,
.checklist03 li {
  margin-bottom: 0.5em;
  padding: 0 0 0 1.8em;
  background-repeat: no-repeat;
  background-position: left 0.4em;
  background-size: 1.3em;
}
.checklist01 li {
  background-image: url(images/common/icon-check01.png);
}
.checklist02 li {
  background-image: url(images/common/icon-check02.png);
}
.checklist03 li {
  background-image: url(images/common/icon-check03.png);
}
.checklist01.style01,
.checklist02.style01,
.checklist03.style01 {
  border-top: 1px solid var(--color-border);
}
.checklist01.style01 li,
.checklist02.style01 li,
.checklist03.style01 li {
  margin: 0;
  padding: 0.8em 0.2em 0.8em 1.4em;
  border-bottom: 1px solid var(--color-border);
  background-position: left 1.1em;
}
.checklist01.style02 li,
.checklist02.style02 li,
.checklist03.style02 li {
  margin: 0;
  padding: 0.8em 0.5em 0.8em 1.8em;
  background-position: 0.3em 1.1em;
}
.checklist01.style02 li:nth-child(even),
.checklist02.style02 li:nth-child(even),
.checklist03.style02 li:nth-child(even) {
  background-color: #eee;
}
.linklist {
  margin: 0 0 1.5em 0.5em;
}
.linklist li {
  margin-bottom: 0.2em;
}
.linklist li a {
  padding-left: 1.2em;
  background-repeat: no-repeat;
  background-position: left 0.3em;
  background-size: 1em;
  background-image: url(images/common/icon-arrow01.png);
}
/* dl-style----------------------------------------------- */
.dl01,
.dl02,
.dl03,
.dl04,
.faq {
  margin-bottom: 2em;
}
.dl01 dt,
.dl02 dt,
.dl03 dt,
.dl04 dt {
  margin: 1.5em 0 0.8em;
  padding: 0 0 0.5em;
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: 1px solid var(--color-border);
  line-height: 1.6;
}
.dl02 dt,
.dl03 dt,
.dl04 dt {
  padding-left: 1.3em;
  background-position: left 0.3em;
  background-repeat: no-repeat;
  background-size: 1em;
}
.dl01 dd,
.dl02 dd,
.dl03 dd,
.dl04 dd {
  margin: 0 0 1.5em;
  line-height: 1.8;
}
.dl02 dt {
  background-image: url(images/common/icon-square01.png);
}
.dl03 dt {
  background-image: url(images/common/icon-original.png);
}
.dl04 dt {
  background-image: url(images/common/icon-diamond02.png);
}
.faq dt {
  margin: 2em 0 1em;
  padding: 0 0 0.8em 1.8em;
  border-bottom: 1px solid var(--color-border);
  background: url(images/common/icon-faq-q.png) no-repeat 0px 0.1em;
  background-size: 1.5em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.6;
}
.faq dd {
  margin: 0 0 1.6em;
  padding: 0 0 0.6em 1.8em;
  background: url(images/common/icon-faq-a.png) no-repeat 0 0.15em;
  background-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .dl01 dt,
  .dl02 dt,
  .dl03 dt,
  .dl04 dt {
    font-size: 1.4em;
  }
  .faq dt {
    font-size: 1.25em;
  }
  .faq dd {
    background-position: left 0.2em;
  }
}
/* table-style----------------------------------------------- */
table {
  width: 100%;
  margin: 0 0 2em;
  border-collapse: collapse;
}

table th,
table td {
  font-weight: normal;
  text-align: left;
  padding: 1em 1.2em;
}
table td p:last-of-type {
  margin-bottom: 0;
}
table.table01.w25 th,
table.table02.w25 th {
  width: 25%;
}
table.table01.w25 td,
table.table02.w25 td {
  width: 75%;
}
table.table01.w30 th,
table.table02.w30 th {
  width: 30%;
}
table.table01.w30 td,
table.table02.w30 td {
  width: 70%;
}
table.table01 {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
table.table01 th,
table.table01 td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.table01 th {
  background: #f6f6f6;
}
table.table02 {
  border-collapse: separate;
  border-spacing: 3px;
}
table.table02 th {
  background: #f6f6f6;
}
/* 横スクロールするtable */
.table03-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 2em;
  padding-bottom: 1em;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #666 #eee;
}
.table03-scroll-wrapper::-webkit-scrollbar {
  height: 8px;
}
.table03-scroll-wrapper::-webkit-scrollbar-track {
  background: #eee;
}
.table03-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #666;
}
table.table03 {
  margin: 0;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.table03 th,
.table03 td.bg-gray {
  background-color: #f6f6f6;
  text-align: center;
}
table.table03 th {
  padding: 0.5em 0.7em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  min-width: 20%;
  white-space: nowrap;
}
table.table03 td {
  padding: 0.5em 0.7em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 40%;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  table.table01 th,
  table.table01 td,
  table.table02 th,
  table.table02 td {
    display: block;
    width: 100% !important;
  }
  table.table03 {
    min-width: calc(120px + 280px * 2);
  }
  table.table03 th {
    width: 120px;
  }
  table.table03 td {
    width: 280px;
  }
}
/* text-style----------------------------------------------- */
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.font12 {
  font-size: 12px !important;
}
.font10 {
  font-size: 10px !important;
}
.lh16 {
  line-height: 1.6 !important;
}
.lh18 {
  line-height: 1.8 !important;
}
/* Emphasis----------------------------------------------------------- */
.em1 {
  color: var(--color-main-dark);
}
.em1b {
  color: var(--color-main);
  font-weight: 600;
}
.em2 {
  color: var(--color-sub);
}
.em2b {
  color: var(--color-sub);
  font-weight: 600;
}
.em3 {
  font-weight: 600;
}
.em4l {
  font-weight: 600;
  font-size: 1.15em;
}
.em4xl {
  font-weight: 600;
  font-size: 1.5em;
}
.em5 {
  font-weight: 600;
  text-decoration: underline;
}
.em6 {
  background: var(--color-marker);
  font-weight: 600;
  padding-left: 3px;
}
.em7 {
  font-weight: 600;
  background: linear-gradient(transparent 60%, var(--color-marker) 30%);
  padding-left: 3px;
}
.em7.is-red {
  background: linear-gradient(transparent 60%, #ffe6e6 30%);
}
.em7.is-blue {
  background: linear-gradient(transparent 60%, #ccebef 30%);
}
.em7.is-green {
  background: linear-gradient(transparent 60%, #e2f7df 30%);
}
.em-red {
  color: var(--color-base-red);
}
.em-yellow {
  color: var(--color-base-yellow);
}
.em-blue {
  color: var(--color-base-blue);
}
.em-green {
  color: var(--color-base-green);
}
.em-purple {
  color: var(--color-base-purple);
}
.em-pink {
  color: var(--color-base-pink);
}
@media screen and (min-width: 768px) {
  .em4l {
    font-size: 1.3em;
  }
  .em4xl {
    font-size: 2em;
  }
}

/* layout-style----------------------------------------------- */
.layout2 {
  margin: 0 0 20px;
}
.layout2 .itemleft {
  float: none;
}
.layout2 .itemright {
  float: none;
}
.layout37 {
  margin: 0 0 20px;
  overflow: hidden;
}
.layout37 .itemleft {
  float: none;
}
.layout37 .itemright {
  float: none;
}
.layout73 {
  margin: 0 0 20px;
  overflow: hidden;
}
.layout73 .itemleft {
  float: none;
}
.layout73 .itemright {
  float: none;
}
.layout3 {
  margin: 0 0 20px;
  overflow: hidden;
}
/* album----------------------------------------------- */
.album01 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5em;
}
.album01 .album-item {
  text-align: center;
}
.album01 figcaption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.6;
}
.album02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .album01 {
    grid-template-columns: repeat(2, 1fr);
  }
  .album02 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* btn-style----------------------------------------------- */
.submit-btn {
  margin: 1.8em 0;
  text-align: center;
}
/* btn-base */
.txt-btn {
  display: inline-block;
  max-width: 90%;
  min-width: 280px;
  margin: 0 0.5em 1em;
  padding: 1em 2em;
  /*border-radius: 2em;*/
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.txt-btn:hover {
  background-color: #fff;
  color: var(--color-main);
}
.txt-btn::before,
.txt-btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.txt-btn,
.txt-btn::before,
.txt-btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* other-style----------------------------------------------- */
.MT0 {
  margin-top: 0px !important;
}
.MT10 {
  margin-top: 10px !important;
}
.MT20 {
  margin-top: 20px !important;
}
.MT30 {
  margin-top: 30px !important;
}
.MT50 {
  margin-top: 50px !important;
}
.MB0 {
  margin-bottom: 0px !important;
}
.MB5 {
  margin-bottom: 5px !important;
}
.MB10 {
  margin-bottom: 10px !important;
}
.MB20 {
  margin-bottom: 20px !important;
}
.MB30 {
  margin-bottom: 30px !important;
}
.MR0 {
  margin-right: 0 !important;
}
.MR10 {
  margin-right: 10px !important;
}
.MR20 {
  margin-right: 20px !important;
}
.MR30 {
  margin-right: 30px !important;
}
.ML0 {
  margin-left: 0 !important;
}
.ML10 {
  margin-left: 10px !important;
}
.ML20 {
  margin-left: 20px !important;
}
.ML30 {
  margin-left: 30px !important;
}
.ML100 {
  margin-left: 100px !important;
}
.MRL-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.PT0 {
  padding-top: 0px !important;
}
.PT10 {
  padding-top: 10px !important;
}
.PT20 {
  padding-top: 20px !important;
}
.PT30 {
  padding-top: 30px !important;
}
.PB0 {
  padding-bottom: 0px !important;
}
.PB10 {
  padding-bottom: 10px !important;
}
.PB20 {
  padding-bottom: 20px !important;
}
.PB30 {
  padding-bottom: 30px !important;
}
.bnr {
  text-align: center;
  margin: 30px 0;
}
hr {
  clear: both;
  background: url("images/common/break.png") no-repeat center center;
  border: medium none;
  height: min(7vw, 40px);
  margin: 3em 0;
  background-size: contain;
}
hr.hr01 {
  clear: both;
  background: url("images/common/ornament.png") no-repeat center center;
  border: medium none;
  height: 15px;
  margin: 30px 0;
  background-size: 150px;
}
hr.hr02 {
  height: 6px;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(221, 221, 221) 5px, rgb(221, 221, 221) 7px);
  background-size: auto auto;
}
.youtube-wrap,
.map-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
  text-align: center;
}
.youtube-wrap iframe,
.map-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.sp_none {
  display: none;
}
.inlineb {
  display: inline-block;
}
.flowbox {
  padding-bottom: 25px;
  margin-bottom: 15px;
  background: url(images/common/u_arrow01.png) no-repeat 50% bottom;
}
.flowbox h4 {
  padding: 0;
  border: none;
}
.flowbox.last {
  background: none;
  padding-bottom: 0;
}
.flowbox .itemleft {
  text-align: center;
  margin-bottom: 1em;
}
/* accordion----------------------------------------------- */
.displayNone {
  display: none;
}
.contentWrap {
  margin: 10px;
}
.acswitch {
  cursor: pointer;
  font-weight: 600;
  padding: 12px 40px 12px 10px;
  text-align: center;
  font-size: 14px;
  position: relative;
  background-color: #c8b280;
  border: 1px solid #c8b280;
  color: #fff;
  border-radius: 30px;
}
.acswitch:after {
  content: ">";
  position: absolute;
  right: 10px;
  top: -100%;
  bottom: -100%;
  margin: auto;
  font-size: 16px;
  height: 16px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: sans-serif;
}
.acswitch.open:after {
  content: "x";
}
/*-----------*\$animation\*-----------*/ /*----- fadeIn -----*/
.js-fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn {
  opacity: 1;
}
/*----- Up slide -----*/
.js-Up {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- zoomIn -----*/
.js-zoomIn {
  opacity: 0.5;
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -webkit-transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
  transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
}
.zoomIn {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/*----- zoomIn fancy -----*/
.js-zoomIn_fancy {
  opacity: 0.5;
  transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.8, 0.8);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.zoomIn_fancy {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/*----- fadeInUp -----*/
.js-fadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- fadeInRight -----*/
.js-fadeInRight {
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.fadeInRight {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- fadeInLeft -----*/
.js-fadeInLeft {
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.fadeInLeft {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/* js-fadeIn_delay */
.js-fadeIn_delay li {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.js-fadeIn_delay li.fadeIn {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*----- fadeInLeft -----*/
.btnflash {
  -webkit-animation: move-btnflash 0.5s ease 1 alternate;
  animation: move-btnflash 0.5s ease 1 alternate;
}
@-webkit-keyframes move-btnflash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move-btnflash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
/* page-style----------------------------------------------- */ /* feature----------------------------------------------- */
.cardlist {
}
.cardlist li {
  margin: 0 0 20px;
  background: #f8f8f8;
  padding: 10px 2%;
  box-shadow: 0px 1px 3px #dadada;
  -moz-box-shadow: 0px 1px 3px #dadada;
  -webkit-box-shadow: 0px 1px 3px #dadada;
  text-align: center;
}
.cardlist li img {
  margin: 5px auto 10px;
}
.cardlist li p {
  margin: 0 0 5px;
}
.cardlist li span {
  font-size: 0.8em;
}
/* access----------------------------------------------- */
.accessbox {
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  background: url(images/common/icon-arrow-down01.png) no-repeat 50% bottom;
  background-size: 70px;
}
.accessbox.last {
  background: none;
}
.accessbox__img {
  margin: 0 auto 0.7em;
  width: 300px;
}
.accessbox__text {
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px) {
  .accessbox {
    display: flex;
    gap: 1.5em;
    padding-bottom: 2em;
    background-position: left 100px bottom;
  }
  .accessbox__text {
    width: calc(100% - 250px - 1.5em);
  }
  .accessbox__img {
    width: 250px;
  }
}
/* BeforeAfter----------------------------------------------- */
.babox {
  margin-bottom: 20px;
}
.babox p.img {
  text-align: center;
}
.babox .date {
  padding: 10px;
  background: url(images/common/notebg.png) repeat left top;
  box-shadow: 0px 1px 2px #cccccc;
}
.babox .comment {
  clear: both;
  border-bottom: 3px dotted #ccc;
  padding: 5px 10px 15px;
}
/* testimonials----------------------------------------------- */
.testimonial {
  margin: 0 0 20px;
  padding: 15px 15px 5px;
  border: 3px solid #e6e6e6;
  background: url(images/common/testimonial_bg.png) no-repeat 98% 10px #ffffff;
  background-size: 120px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.testimonial .title {
  padding: 0 0 10px 0;
  border: none;
  border-bottom: 2px dotted #ccc;
  margin: 0 0 20px;
  background: none;
  font-weight: 600;
}
.testimonial .ph {
  display: block;
  margin: 0 auto 20px;
  float: none;
  max-width: 280px;
  text-align: center;
}
.testimonial .name {
  font-weight: 600;
}
.testimonial02 {
  margin: 15px 0px;
  padding: 15px 10px 1px;
  border-left: 5px solid #ef9b9b;
  background: url(images/common/fivestar.png) no-repeat 98% 10px #fbf7f1;
  box-shadow: 0px 1px 2px #cccccc;
}
span.point {
  font-size: 15px;
  font-weight: 600;
  padding: 8px 16px 8px;
  margin-right: 10px;
  margin-bottom: 7px;
  text-shadow: none;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
  background: #b29c64;
  color: #fff;
  border-radius: 8px 8px 8px 8px;
}
/* ～768px メディアクエリ開始 */
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
/* 768px～ メディアクエリ開始 */
@media screen and (min-width: 768px) {
  body {
    font-size: 1em;
  }
  .pc_none {
    display: none;
  }
  /* typography----------------------------------------------- */
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.2em;
  }
  /* layout-style----------------------------------------------- */
  .layout2 {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .layout2 .item {
    width: 48%;
  }
  .layout2 .item:nth-child(even) {
    margin-left: 2%;
    width: 48%;
  }
  .layout37 {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .layout37 .itemleft {
    float: left;
    width: 30%;
  }
  .layout37 .itemright {
    float: right;
    width: 68%;
  }
  .layout73 {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .layout73 .itemleft {
    float: left;
    width: 70%;
  }
  .layout73 .itemright {
    float: right;
    width: 30%;
  }
  .layout46 {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .layout46 .itemleft {
    float: left;
    width: 40%;
  }
  .layout46 .itemright {
    float: right;
    width: 58%;
  }
  .layout64 {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .layout64 .itemleft {
    float: left;
    width: 60%;
  }
  .layout64 .itemright {
    float: right;
    width: 38%;
  }
  .layout3 {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .layout3 .item {
    width: 31%;
  }
  .layout3 .item:nth-child(even) {
    margin: 0 2%;
  }
  /* testimonials----------------------------------------------- */
  .testimonial {
    margin: 0 0 1.5em;
    padding: 25px 25px 5px;
    background: url(images/common/testimonial_bg.png) no-repeat 98% 10px #ffffff;
    background-size: 130px;
  }
  .testimonial .title {
    font-size: 1.3em;
  }
  .testimonial .ph {
    display: inline;
    margin: 0 0 10px 20px;
    float: right;
    max-width: 250px;
  }
  .flowbox {
    display: flex;
  }
  .flowbox .itemleft {
    width: 30%;
    text-align: left;
    margin-right: 5%;
  }
  .flowbox .itemright {
    width: 65%;
    text-align: left;
  }
}
/* 992px～ メディアクエリ開始 */
@media screen and (min-width: 992px) {
  /* typography----------------------------------------------- */
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.2em;
  }
  /* list-style pc----------------------------------------------- */ /* dl-style----------------------------------------------- */
  .reason1,
  .reason2,
  .reason3,
  .reason4,
  .reason5,
  .reason6,
  .reason7,
  .reason8,
  .reason9,
  .reason10 {
    font-size: 1.5em;
    padding-left: 76px;
  }
}
/* 1024px～ メディアクエリ終了 */

/* タイムラインスタイル
----------------------------------------------- */
dl.timeline {
  position: relative;
  margin: 2em 0;
}
dl.timeline::before {
  content: "";
  position: absolute;
  left: 83px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ddd;
}
dl.timeline dt {
  position: relative;
  margin: 0;
  padding: 0.5em 0;
  font-weight: 600;
  color: #888;
  width: 80px;
  font-size: 0.8em;
  letter-spacing: 0.5px;
  float: left;
  clear: both;
}
dl.timeline dt::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #888;
  border-radius: 50%;
}
dl.timeline dd {
  position: relative;
  margin: 0 0 0 100px;
  padding: 0.5em 0 0.5em 0;
  line-height: 1.6;
  min-height: 2.5em;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  dl.timeline::before {
    left: 120px;
  }
  dl.timeline dt {
    width: 100px;
    font-size: 1em;
  }
  dl.timeline dt::before {
    right: -27px;
  }
  dl.timeline dd {
    margin-left: 150px;
    padding-top: 0.7em;
  }
}
/* フォーム
----------------------------------*/
input,
select,
textarea {
  margin: 0;
  padding: 0.8em;
  outline: none;
  border: solid 1px var(--color-border);
  border-radius: 0;
  background: #fff;
  color: var(--color-text);
  font-size: 1em;
  font-family: inherit;
}
textarea {
  resize: vertical;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: var(--color-main);
}
input[type="radio"],
input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0;
  padding: 0;
  border: 1px solid var(--color-border);
  background: #fff;
  cursor: pointer;
  position: static;
  z-index: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.wpcf7-list-item label {
  display: inline-flex !important;
  align-items: center !important;
  cursor: pointer !important;
  margin: 0 0.5em !important;
}
input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}
/* 送信ボタン */
.formSubmit {
  margin-top: 2em;
  text-align: center;
}
input[type="submit"] {
  min-width: 200px;
  padding: 1em 2em;
  /*border-radius: 2em;*/
  border: solid 1px var(--color-btn);
  background: var(--color-btn);
  color: #fff;
  text-align: center;
  font-size: 1em;
  transition: all 0.3s ease;
}
input[type="submit"]:hover {
  background-color: #fff;
  border-color: var(--color-btn);
  color: var(--color-btn);
}
/* Contact Form 7 プラグイン */
.wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-spinner {
  display: none !important;
}
.screen-reader-response,
.wpcf7-response-output {
  margin: 1.5em 0;
  font-weight: 600;
  color: var(--color-main);
}
/* 検索フォーム */
.searchform {
  max-width: 700px;
  margin: 2em auto 0;
}
.search-form input[type="search"] {
  display: block;
  width: 100%;
}
.searchform div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#searchsubmit {
  margin: 0.8em auto 0;
}
#searchform input[type="text"] {
  width: 90%;
  padding: 5px 2%;
  vertical-align: bottom;
}
#searchform input[type="submit"] {
  padding: 0.5em 0;
  width: 20%;
  max-width: 140px;
  text-align: center;
}
/* フォームテーブル */
.formTable {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.formTable th,
.formTable td {
  padding: 1em 1.2em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}
.formTable th {
  width: 300px;
  background: #f6f6f6;
}
.formTable td {
  background: #fff;
  width: calc(100% - 300px);
}
.formTable th p,
.formTable td p {
  margin: 0;
  line-height: 1.5;
}
.formTable th span.required {
  margin-left: 0.5em;
  font-size: 0.8em;
  color: var(--color-base-red);
}
.formTable td p.fontsm {
  margin-top: 0.5em;
  font-size: 0.85em;
  line-height: 1.6;
}
/* recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .formTable th,
  .formTable td {
    display: block;
    width: 100% !important;
  }
}

/* スクロールボックス
----------------------------------------------- */
.scroll-box {
  width: 100%;
  height: 240px;
  margin-bottom: 3em;
  padding: 1.5em 1em;
  border: 1px solid var(--color-border);
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}
.scroll-box p {
  font-size: 0.9em;
  line-height: 1.8;
}

/* グループリスト
----------------------------------------------- */
.group-list__box {
  margin-bottom: 2.5em;
  padding: 1em 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  position: relative;
}
.group-list__box h3 {
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  border: none;
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  color: #666;
  position: absolute;
  top: -12px;
  left: 18px;
}
.group-list__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em 0.5em;
}
.group-list__item {
  text-align: center;
}
.group-list__link {
  display: inline-block;
  width: 100%;
  padding: 0.5em 1em;
  background: #eee;
  text-decoration: none;
  color: var(--color-text);
}
.group-list__link:hover {
  background: #333;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .group-list__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5em;
  }
}

/* おすすめ商品
----------------------------------------------- */
.recommend-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5em 1em;
}
.recommend-list li {
  text-align: center;
}
.recommend-list__img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  margin-bottom: 1em;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.recommend-list__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.recommend-list__img:hover img {
  transform: scale(1.1);
}
.recommend-list__ttl {
  margin-bottom: 0.5em;
}
.recommend-list__ttl a {
  line-height: 1.6;
  text-decoration: none;
}
.recommend-list__ttl a:hover {
  color: var(--color-text);
  text-decoration: underline;
}
.recommend-list__price span {
  display: block;
}
@media screen and (min-width: 600px) {
  .recommend-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .recommend-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2em 1.5em;
  }
}

/* 最近チェックした商品近
----------------------------------------------- */
.history-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em 0.5em;
}
.history-list li {
  text-align: center;
}
.history-list__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.4em;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.history-list__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.4s ease;
}
.history-list__img:hover img {
  opacity: 0.6;
}
.history-list__ttl {
  font-size: 11px;
  line-height: 1.5;
  text-decoration: none;
}
.history-list__ttl:hover {
  color: var(--color-text);
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .history-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .history-list {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5em 1em;
  }
}
@media screen and (min-width: 1000px) {
  .history-list {
    grid-template-columns: repeat(8, 1fr);
  }
}
