@charset "UTF-8";
/* -----------------------------------------------------------------------
reset
------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body, html {
  font-size: 100%; }

body {
  line-height: 1; }

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

nav ul,
li {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

/* -----------------------------------------------------------------------
ress +
------------------------------------------------------------------------- */
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

code, kbd, pre, samp {
  font-family: monospace, monospace; }

b, strong {
  font-weight: bolder; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

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

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button {
  overflow: visible; }

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

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

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

button,
select {
  text-transform: none; }

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

/* -----------------------------------------------------------------------
add
------------------------------------------------------------------------- */
input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

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

/*safari*/
* {
  min-height: 0vw; }

/*----------------------------------------------------------
Properties
-----------------------------------------------------------*/
:root {
  --bgBody: #fff;
  --txBody: #333;
  --pointCl01:#f4eee7;
  --lineCl01:#dedede;
  --lineCl02:#a6a6a6;
  --kadomaru:15px;
  --kadomarusp:10px;
  --hdrH:100px;
  --hdrHsp:65px;
  --trTime: .5s;
  --spMaxW:350px;
  --overOp:0.85; }

@media screen and (min-width: 1160px) {
  .forPC {
    display: inherit !important; } }
@media screen and (min-width: 768px) and (max-width: 1159px) {
  .forPC {
    display: none; } }
@media screen and (max-width: 767px) {
  .forPC {
    display: none; } }

@media screen and (min-width: 1160px) {
  .forTB {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1159px) {
  .forTB {
    display: inherit !important; } }
@media screen and (max-width: 767px) {
  .forTB {
    display: none; } }

@media screen and (min-width: 1160px) {
  .forTB2 {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1159px) {
  .forTB2 {
    display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1159px) and (max-width: 999px) {
    .forTB2 {
      display: inherit !important; } }

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

@media screen and (min-width: 1160px) {
  .forSP {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1159px) {
  .forSP {
    display: none; } }
@media screen and (max-width: 767px) {
  .forSP {
    display: inherit !important; } }

#container.gallery section,
.wrapBoxW, #container.second #notfound, #ftrInfo, #container.toppage section, #container.second section, #mainImage #mainTxt,
.wrapBox, #ftrContact,
.wrapBoxC, #container.second.contact section,
#container.second.thanks section, #container.second.privacy section, #container.news section#newsIndex, #container.news section#newsDetail,
.wrapBoxS {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    #container.gallery section,
    .wrapBoxW, #container.second #notfound, #ftrInfo, #container.toppage section, #container.second section, #mainImage #mainTxt,
    .wrapBox, #ftrContact,
    .wrapBoxC, #container.second.contact section,
    #container.second.thanks section, #container.second.privacy section, #container.news section#newsIndex, #container.news section#newsDetail,
    .wrapBoxS {
      padding-left: 20px;
      padding-right: 20px; } }

#container.gallery section,
.wrapBoxW {
  width: 1220px; }

#container.second #notfound, #ftrInfo, #container.toppage section, #container.second section, #mainImage #mainTxt,
.wrapBox {
  width: 1160px; }

#ftrContact,
.wrapBoxC {
  width: 1100px; }

#container.second.contact section,
#container.second.thanks section, #container.second.privacy section, #container.news section#newsIndex, #container.news section#newsDetail,
.wrapBoxS {
  width: 1060px; }

/*-----------------------------------------------------
font size
--------------------------------------------------------*/
html {
  font-size: 10px; }

body {
  font-size: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1159px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 374px) {
    body {
      font-size: 1.4rem; } }

body {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

input {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

#container.toppage #top--service h2, #container.toppage #top--gallery h2, #container.toppage #top--faq h2, .cAccBox dl dt span, #ftrContact .titBox, #ftrInfo .ftrInfoIn .shopName, #ftrBtm nav ul li a, #container.toppage #top--news .wrapBox .titBox h2, #container nav.navigation.pagination .nav-links span,
#container nav.navigation.pagination .nav-links a, #container .pageNav ul li a,
.font01L,
.font01R,
.font01M,
.font01B, .cBtn01 a, #container.toppage #top--news .wrapBox .btnBox a, #container.toppage #top--gallery .btnBox a, header nav ul li a, #ftrContact .txtBox .inner .btn a span, #mainTitle h1,
#mainTitle .h1txt, .spNav ul li, .spNavContact .btn a span, .spNavSns a, #container.toppage #top--news .wrapBox .listBox ul li .date, #container.news section#newsIndex ul li a span.date, #container.news section#newsDetail .newsTitle span.date {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em; }

input[type="checkbox"],
input[type="radio"],
.fontDef {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

#container.toppage #top--service h2, #container.toppage #top--gallery h2, #container.toppage #top--faq h2, .cAccBox dl dt span, #ftrContact .titBox, #ftrInfo .ftrInfoIn .shopName, #ftrBtm nav ul li a, #container.toppage #top--news .wrapBox .titBox h2, #container nav.navigation.pagination .nav-links span,
#container nav.navigation.pagination .nav-links a, #container .pageNav ul li a,
.font01L {
  font-weight: 300; }

.font01R {
  font-weight: 400; }

.font01M {
  font-weight: 500; }

.font01B {
  font-weight: 700; }

/* -----------------------------------------
-- 1. set
-- 2. title
-- 3. text
-- 4. list
-- 5. table
-- 6. btn
-- 7. other
----------------------------------------- */
/*--------------------------------------------------------------------
1. set
---------------------------------------------------------------------*/
/* bg
--------------------*/
#container.toppage #top--news, #container.toppage #top--faq {
  width: 100%;
  background-color: var(--pointCl01);
  padding: 90px 0; }
  @media screen and (min-width: 768px) and (max-width: 1159px) {
    #container.toppage #top--news, #container.toppage #top--faq {
      padding-top: 7.7586% 0; } }
  @media screen and (max-width: 767px) {
    #container.toppage #top--news, #container.toppage #top--faq {
      padding-top: 13.3333% 0 16%; } }

/*--------------------------------------------------------------------
2. title
---------------------------------------------------------------------*/
#container.toppage #top--service h2, #container.toppage #top--gallery h2, #container.toppage #top--faq h2 {
  text-align: center;
  font-size: clamp(33px, 3.793vw, 44px);
  margin-bottom: 30px; }

/*--------------------------------------------------------------------
3. text
---------------------------------------------------------------------*/
/* sp common
------------------------------------------------------*/
/* link
------------------------------------------------------*/
#container.second section p a.txtlink, #container.second section li a.txtlink, #container.second section td a.txtlink, #container.second section dd a.txtlink {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.second section p a.txtlink::after, #container.second section li a.txtlink::after, #container.second section td a.txtlink::after, #container.second section dd a.txtlink::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime);
    opacity: 0; }
  #container.second section p a.txtlink:hover::after, #container.second section li a.txtlink:hover::after, #container.second section td a.txtlink:hover::after, #container.second section dd a.txtlink:hover::after {
    opacity: 1; }

/*--------------------------------------------------------------------
4. list
---------------------------------------------------------------------*/
ul.cList01 > li, #container.second.privacy section ul > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before, #container.second.privacy section ul > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

ul.cListAt01 > li, #container.second.privacy section ul.att > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cListAt01 > li::before, #container.second.privacy section ul.att > li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0; }

ol.cNumList01, #container.second.privacy section ol {
  counter-reset: num01; }
  ol.cNumList01 > li, #container.second.privacy section ol > li {
    padding-left: 1.2em;
    position: relative; }
    ol.cNumList01 > li::before, #container.second.privacy section ol > li::before {
      counter-increment: num01;
      content: counter(num01) ".";
      position: absolute;
      top: 0;
      left: 0; }

ol.cNumList02 {
  counter-reset: num02; }
  ol.cNumList02 > li {
    padding-left: 2.5em;
    position: relative; }
    ol.cNumList02 > li::before {
      counter-increment: num02;
      content: "(" counter(num02) ")";
      position: absolute;
      top: 0;
      left: 0; }

/*--------------------------------------------------------------------
5. table
---------------------------------------------------------------------*/
table.cTb01, #form table {
  width: 100%;
  border-top: var(--lineCl01) 1px solid; }
  table.cTb01 th, #form table th, table.cTb01 td, #form table td {
    border-bottom: var(--lineCl01) 1px solid;
    padding: 25px 0;
    text-align: left;
    vertical-align: top;
    position: relative; }
  table.cTb01 th, #form table th {
    font-weight: 500; }
  @media screen and (max-width: 767px) {
    table.cTb01 th, #form table th, table.cTb01 td, #form table td {
      display: list-item;
      list-style-type: none;
      font-size: 1.4rem;
      line-height: 2;
      padding: 15px 0; }
    table.cTb01 th, #form table th {
      border-bottom: none;
      padding-bottom: 0; }
    table.cTb01 td, #form table td {
      padding-top: 0; } }

/*--------------------------------------------------------------------
6. btn
---------------------------------------------------------------------*/
.cBtn01 a, #container.toppage #top--news .wrapBox .btnBox a, #container.toppage #top--gallery .btnBox a {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  position: relative;
  text-align: left;
  overflow: hidden; }
  .cBtn01 a span.arw, #container.toppage #top--news .wrapBox .btnBox a span.arw, #container.toppage #top--gallery .btnBox a span.arw {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
    width: 18px;
    height: 18px; }
  .cBtn01 a::before, #container.toppage #top--news .wrapBox .btnBox a::before, #container.toppage #top--gallery .btnBox a::before, .cBtn01 a::after, #container.toppage #top--news .wrapBox .btnBox a::after, #container.toppage #top--gallery .btnBox a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    animation-duration: .5s;
    animation-fill-mode: forwards; }
  .cBtn01 a::before, #container.toppage #top--news .wrapBox .btnBox a::before, #container.toppage #top--gallery .btnBox a::before {
    transform: translateX(0); }
  .cBtn01 a::after, #container.toppage #top--news .wrapBox .btnBox a::after, #container.toppage #top--gallery .btnBox a::after {
    transform: translateX(-105%); }
  .cBtn01 a:hover::before, #container.toppage #top--news .wrapBox .btnBox a:hover::before, #container.toppage #top--gallery .btnBox a:hover::before {
    animation-name: lineMove;
    animation-delay: 0; }
  .cBtn01 a:hover::after, #container.toppage #top--news .wrapBox .btnBox a:hover::after, #container.toppage #top--gallery .btnBox a:hover::after {
    animation-name: lineMove2;
    animation-delay: .6s; }
.cBtn01 a, #container.toppage #top--news .wrapBox .btnBox a, #container.toppage #top--gallery .btnBox a {
  width: 180px;
  height: 50px;
  letter-spacing: 0.075em;
  font-size: 2.2rem;
  line-height: 49px;
  color: var(--txBody); }
  .cBtn01 a span.arw, #container.toppage #top--news .wrapBox .btnBox a span.arw, #container.toppage #top--gallery .btnBox a span.arw {
    background-image: url("../images/ico_arw_01.svg"); }
  .cBtn01 a::before, #container.toppage #top--news .wrapBox .btnBox a::before, #container.toppage #top--gallery .btnBox a::before, .cBtn01 a::after, #container.toppage #top--news .wrapBox .btnBox a::after, #container.toppage #top--gallery .btnBox a::after {
    background-color: var(--txBody); }
@media screen and (max-width: 767px) {
  .cBtn01 a::before, #container.toppage #top--news .wrapBox .btnBox a::before, #container.toppage #top--gallery .btnBox a::before, .cBtn01 a::after, #container.toppage #top--news .wrapBox .btnBox a::after, #container.toppage #top--gallery .btnBox a::after {
    animation: none;
    transform: none;
    transition: unset; } }

/*-- line anime --*/
@keyframes lineMove {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(105%); } }
@keyframes lineMove2 {
  from {
    transform: translateX(-105%); }
  to {
    transform: translateX(0); } }
/*--------------------------------------------------------------------
7. other
---------------------------------------------------------------------*/
header h1 a,
header .logo a, #ftrBtm .logo a, header#home h1 a,
header#home .logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%; }
  header h1 a::before,
  header .logo a::before, #ftrBtm .logo a::before, header#home h1 a::before,
  header#home .logo a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    background-position: left center;
    position: absolute;
    top: 0;
    left: 0; }
header h1 a::before,
header .logo a::before, #ftrBtm .logo a::before {
  background-image: url("../images/logo.svg"); }
header#home h1 a::before,
header#home .logo a::before {
  background-image: url("../images/logo_w.svg"); }

/* -----------------------------------------
-- accordion
-- tab
-- modal
-- slide
-- form
-- 404
----------------------------------------- */
/*--------------------------------------------------------------------
accordion
---------------------------------------------------------------------*/
.cAccBox {
  max-width: 100%;
  margin: 0 auto; }
  .cAccBox dl + dl {
    margin-top: 20px; }
  .cAccBox dl {
    border-radius: 10px;
    background-color: #fcfaf8; }
    .cAccBox dl dt {
      padding: 30px 70px 30px 80px;
      text-align: left;
      cursor: pointer;
      position: relative;
      font-size: clamp(15px, 2.069vw, 24px);
      line-height: calc(52/30);
      font-weight: 500; }
      .cAccBox dl dt span {
        display: block;
        width: 1em;
        font-size: clamp(20px, 2.069vw, 24px);
        line-height: 1;
        position: absolute;
        top: 38px;
        left: 40px; }
      .cAccBox dl dt::before, .cAccBox dl dt::after {
        content: "";
        display: block;
        width: 16px;
        height: 3px;
        background-color: var(--txBody);
        position: absolute;
        top: 50%;
        right: 0;
        margin-right: 20px;
        transition: .3s; }
      .cAccBox dl dt::after {
        transform: rotate(270deg); }
      .cAccBox dl dt.open::after {
        transform: rotate(0); }
    .cAccBox dl dd {
      display: none; }
    .cAccBox dl dd .inner {
      padding: 0 40px 40px 40px; }
      .cAccBox dl dd .inner p {
        font-size: clamp(15px, 1.466vw, 17px);
        line-height: calc(36/17); }
  @media screen and (max-width: 767px) {
    .cAccBox dl dt {
      padding: 20px 35px 20px 50px; }
      .cAccBox dl dt span {
        top: 25px;
        left: 20px; }
      .cAccBox dl dt::before, .cAccBox dl dt::after {
        width: 10px;
        height: 2px;
        margin-right: 15px; }
    .cAccBox dl dd {
      display: none; }
    .cAccBox dl dd .inner {
      padding: 0 25px 20px 20px; } }

/*--------------------------------------------------------------------
form
---------------------------------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  position: relative;
  margin: 0 4px 0 0;
  top: -1px; }

/*--必須--*/
#form table th > span {
  display: inline-block;
  width: 48px;
  height: 20px;
  border-radius: 3px;
  margin-left: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #c4b19c;
  line-height: 20px;
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.01em;
  transform: translateY(-2px); }

#form table {
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1159px) {
    #form table {
      margin-bottom: liquid2(80); } }
  @media screen and (max-width: 767px) {
    #form table {
      margin-bottom: 40px; } }
  #form table th,
  #form table td {
    line-height: calc(40/18); }
  #form table th {
    width: 250px;
    padding-top: 30px;
    padding-left: 5px;
    font-size: clamp(16px, 1.552vw, 18px);
    font-weight: 500; }
    @media screen and (max-width: 999px) {
      #form table th {
        width: 200px; } }
  #form table th > div {
    margin-top: 5px;
    font-size: clamp(14px, 1.379vw, 16px);
    text-align: left;
    line-height: 19px;
    line-height: calc(28/14); }
  #form table th > div.inline {
    display: inline-block;
    margin-left: 1em; }
  #form table td {
    vertical-align: middle;
    font-size: 1em;
    padding-left: 25px; }
  @media screen and (max-width: 767px) {
    #form table th {
      width: 100%;
      padding-bottom: 20px; }
    #form table td {
      padding-left: 0;
      padding-bottom: 25px;
      font-size: 1.5rem; } }
  #form table td.chk label {
    display: block; }
  #form table td.name div {
    width: 50%;
    float: left;
    padding-right: 10px; }
    #form table td.name div + div {
      padding-left: 10px;
      padding-right: 0; }
    @media screen and (max-width: 767px) {
      #form table td.name div {
        width: auto;
        float: none;
        padding-right: 0; }
        #form table td.name div + div {
          padding-left: 0;
          padding-right: 0;
          padding-top: 15px; } }
  #form table td.privacy span,
  #form table td.privacy label {
    margin-top: 10px;
    font-weight: 500;
    font-size: clamp(16px, 1.466vw, 17px); }
  #form table ::placeholder {
    color: #bbbbbb; }

/*--form parts --*/
#form input[type="text"],
#form input[type="email"],
#form input[type="url"],
#form input[type="tel"],
#form textarea {
  border: #ececec 2px solid;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 12px 10px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    #form input[type="text"],
    #form input[type="email"],
    #form input[type="url"],
    #form input[type="tel"],
    #form textarea {
      padding: 10px;
      font-size: 16px; } }
#form textarea {
  height: 10em; }

/*--form btn--*/
#form .formBtn button,
#form .formBtn input,
.btnThanks a, #container.second #notfound .btn a {
  display: block;
  width: 380px;
  height: 72px;
  max-width: 100%;
  border-radius: 50vw;
  border: var(--txBody) 1px solid;
  color: var(--txBody);
  font-size: clamp(15px, 1.466vw, 17px);
  text-align: center;
  line-height: 70px;
  font-weight: 500;
  cursor: pointer; }
  #form .formBtn button:hover,
  #form .formBtn input:hover,
  .btnThanks a:hover, #container.second #notfound .btn a:hover {
    background-color: var(--txBody);
    color: #fff; }
  @media screen and (max-width: 767px) {
    #form .formBtn button,
    #form .formBtn input,
    .btnThanks a, #container.second #notfound .btn a {
      width: 260px;
      height: 50px;
      line-height: 50px;
      font-size: 1.4rem; } }

#form .formBtn {
  text-align: center; }

#form .formBtn button,
#form .formBtn input,
.btnThanks a {
  margin: 0 auto;
  transition: var(--trTime); }

.btnThanks {
  padding: 80px 0 80px; }
  @media screen and (min-width: 768px) and (max-width: 1159px) {
    .btnThanks {
      padding: 6.8966% 0 6.8966%; } }
  @media screen and (max-width: 767px) {
    .btnThanks {
      padding: 40px 0 40px; } }

.wpcf7-list-item {
  display: block !important; }

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em !important;
  padding: 1em !important; }

.wpcf7 form.sent .wpcf7-response-output {
  /* 送信ボタン下完了時 */
  border-color: transparent !important; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  /* 送信ボタン下未入力警告 */
  border-color: transparent !important;
  color: red !important;
  text-align: center !important; }

.wpcf7-not-valid-tip {
  /* 必須未入力項目下の文章 */
  border-color: transparent !important;
  font-size: 12px;
  color: red !important; }

.wpcf7-form-control-wrap.recaptcha {
  display: block;
  padding-bottom: 30px; }

/*--------------------------------------------------------------------
404
---------------------------------------------------------------------*/
#container.second #notfound {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1159px) {
    #container.second #notfound {
      padding-top: 8.6207%;
      padding-bottom: 8.6207%; } }
  #container.second #notfound h1 {
    text-align: center;
    font-size: clamp(20px, 2.586vw, 30px);
    font-weight: bold;
    margin-bottom: 50px; }
  #container.second #notfound p {
    text-align: center;
    padding-bottom: 50px; }
  #container.second #notfound .btn a {
    margin: 0 auto;
    transition: var(--trTime); }

/*-----------------------------------------------------
base setting
--------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.iphone body,
.ipad body,
.ipod body {
  cursor: pointer; }

*:focus {
  outline: none; }

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  background-color: var(--bgBody);
  color: var(--txBody); }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
html, body {
  height: 100%; }

body {
  width: 100%;
  text-align: center; }

a {
  color: var(--txBody);
  text-decoration: none;
  transition: all var(--trTime); }

strong {
  font-weight: bold; }

#wrapper {
  position: relative; }

/* -----------------------------------------------------------------------
clearfix
------------------------------------------------------------------------- */
#container.gallery section,
.wrapBoxW, #container.second #notfound, #ftrInfo, #container.toppage section, #container.second section, #mainImage #mainTxt,
.wrapBox, #ftrContact,
.wrapBoxC, #container.second.contact section,
#container.second.thanks section, #container.second.privacy section, #container.news section#newsIndex, #container.news section#newsDetail,
.wrapBoxS,
.clearfix,
header,
section {
  display: block; }
  #container.gallery section::after,
  .wrapBoxW::after, #container.second #notfound::after, #ftrInfo::after, #container.toppage section::after, #container.second section::after, #mainImage #mainTxt::after,
  .wrapBox::after, #ftrContact::after,
  .wrapBoxC::after, #container.second.contact section::after,
  #container.second.thanks section::after, #container.second.privacy section::after, #container.news section#newsIndex::after, #container.news section#newsDetail::after,
  .wrapBoxS::after, #container.gallery section::before,
  .wrapBoxW::before, #container.second #notfound::before, #ftrInfo::before, #container.toppage section::before, #container.second section::before, #mainImage #mainTxt::before,
  .wrapBox::before, #ftrContact::before,
  .wrapBoxC::before, #container.second.contact section::before,
  #container.second.thanks section::before, #container.second.privacy section::before, #container.news section#newsIndex::before, #container.news section#newsDetail::before,
  .wrapBoxS::before,
  .clearfix::after,
  .clearfix::before,
  header::after,
  header::before,
  section::after,
  section::before {
    content: "";
    display: block;
    clear: both; }

/*--------------------------------------------------------------------
   header
---------------------------------------------------------------------*/
.drawer-open header {
  z-index: inherit; }

html, body {
  scroll-padding-top: calc(var(--hdrH) + 30px);
  scroll-behavior: smooth; }
  @media screen and (max-width: 767px) {
    html, body {
      scroll-padding-top: calc(var(--hdrHsp) + 30px); } }

header {
  height: var(--hdrH);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  transition: all .3s; }
  header h1,
  header .logo {
    width: 200px;
    height: 194px;
    background-position: center top;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 55px;
    margin-top: 40px; }
  @media screen and (min-width: 768px) and (max-width: 1159px) {
    header h1,
    header .logo {
      width: 17.2414%;
      margin-top: 3.4483%; } }
  @media screen and (max-width: 767px) {
    header {
      height: var(--hdrHsp); }
      header h1,
      header .logo {
        width: 91.5px;
        height: 89px;
        margin-left: 10px;
        margin-top: 12px; } }
  header nav {
    margin-left: 290px;
    margin-right: 60px;
    padding-top: 45px;
    position: relative;
    transition: all .3s; }
    header nav ul {
      text-align: right;
      height: 42px; }
      header nav ul li {
        display: inline-block;
        margin-left: 30px;
        position: relative; }
        header nav ul li a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          color: var(--txBody);
          display: block;
          height: 42px;
          line-height: 42px;
          font-weight: 500;
          font-size: clamp(17px, 1.897vw, 22px);
          letter-spacing: 0.025em;
          cursor: pointer; }
          header nav ul li a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: var(--txBody);
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          header nav ul li a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
        header nav ul li.ins a {
          display: block;
          width: 42px;
          height: 42px; }
          header nav ul li.ins a::after {
            display: none; }
          header nav ul li.ins a span {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            overflow: hidden;
            white-space: nowrap;
            text-indent: 101%;
            line-height: 0;
            font-size: 0.1em;
            background-image: url("../images/ico_ins.svg"); }
          header nav ul li.ins a:hover {
            opacity: 0.8; }
  header#home nav ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all var(--trTime);
    color: #fff; }
    header#home nav ul li a::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #fff;
      transform-origin: right top;
      transform: scale(0, 1);
      transition: transform .3s;
      z-index: 1000; }
    header#home nav ul li a:hover::after {
      transform: scale(1, 1);
      transform-origin: left top; }
  header#home nav ul li.ins a span {
    background-image: url("../images/ico_ins_w.svg"); }

/* scrolling
-----------------------*/
header.is-fixed,
header#home.is-fixed {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: var(--hdrH);
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    header.is-fixed,
    header#home.is-fixed {
      height: var(--hdrHsp); } }
  header.is-fixed h1,
  header.is-fixed .logo,
  header#home.is-fixed h1,
  header#home.is-fixed .logo {
    width: 226px;
    height: 33px;
    margin-top: 35px; }
    header.is-fixed h1 a::before,
    header.is-fixed .logo a::before,
    header#home.is-fixed h1 a::before,
    header#home.is-fixed .logo a::before {
      background-image: url("../images/logo_s.svg"); }
    @media screen and (min-width: 768px) and (max-width: 1159px) {
      header.is-fixed h1,
      header.is-fixed .logo,
      header#home.is-fixed h1,
      header#home.is-fixed .logo {
        width: 19.4828%; } }
    @media screen and (max-width: 767px) {
      header.is-fixed h1,
      header.is-fixed .logo,
      header#home.is-fixed h1,
      header#home.is-fixed .logo {
        width: 131px;
        height: 19px;
        margin-top: 24px;
        margin-left: 17.5px; } }
  header.is-fixed nav,
  header#home.is-fixed nav {
    padding-top: 30px; }
    header.is-fixed nav ul li a,
    header#home.is-fixed nav ul li a {
      color: var(--txBody); }
    header.is-fixed nav ul li a::after,
    header#home.is-fixed nav ul li a::after {
      background: var(--txBody); }
    header.is-fixed nav ul li.ins a span,
    header#home.is-fixed nav ul li.ins a span {
      background-image: url("../images/ico_ins.svg"); }

/*--------------------------------------------------------------------
   footer
---------------------------------------------------------------------*/
footer {
  padding-top: 120px;
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1159px) {
    footer {
      padding-top: 10.3448%; } }
  @media screen and (max-width: 767px) {
    footer {
      padding-top: 16%; } }

#ftrContact {
  border: var(--lineCl02) 1px solid;
  border-radius: var(--kadomaru);
  max-width: calc(100% - 60px);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  display: flex;
  align-items: center; }
  #ftrContact .titBox {
    width: 23.5849%;
    text-align: center;
    font-size: clamp(33px, 3.793vw, 44px); }
  #ftrContact .txtBox {
    flex: 1;
    padding-left: 20px; }
    #ftrContact .txtBox p {
      padding-bottom: 25px;
      text-align: left;
      font-size: clamp(15px, 1.466vw, 17px);
      line-height: calc(34/17); }
    #ftrContact .txtBox .inner {
      display: block; }
      #ftrContact .txtBox .inner::after, #ftrContact .txtBox .inner::before {
        content: "";
        display: block;
        clear: both; }
      #ftrContact .txtBox .inner .tel {
        width: 50%;
        float: left;
        text-align: center; }
        #ftrContact .txtBox .inner .tel a {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          overflow: hidden;
          white-space: nowrap;
          text-indent: 101%;
          line-height: 0;
          font-size: 0.1em;
          width: 325px;
          height: 39px;
          max-width: 100%;
          background-image: url("../images/tel.svg");
          margin-right: auto; }
        #ftrContact .txtBox .inner .tel p {
          padding: 10px 0;
          font-size: clamp(10px, 1.207vw, 14px); }
      #ftrContact .txtBox .inner .btn {
        width: 50%;
        float: right;
        padding: 10px 10px 0; }
        #ftrContact .txtBox .inner .btn a {
          display: block;
          border: var(--txBody) 1px solid;
          border-radius: 50vw;
          width: 300px;
          height: 68px;
          max-width: 100%;
          text-align: center;
          position: relative;
          margin: 0 auto; }
          #ftrContact .txtBox .inner .btn a span {
            display: inline-block;
            padding-left: 30px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: clamp(18px, 1.897vw, 22px);
            white-space: nowrap; }
            #ftrContact .txtBox .inner .btn a span::before {
              content: "";
              display: block;
              width: 100%;
              height: 100%;
              background-position: center center;
              background-repeat: no-repeat;
              background-size: contain;
              overflow: hidden;
              white-space: nowrap;
              text-indent: 101%;
              line-height: 0;
              font-size: 0.1em;
              width: 24px;
              height: 17px;
              background-image: url("../images/ico_mail.svg");
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto auto auto 0; }
          #ftrContact .txtBox .inner .btn a:hover {
            background-color: var(--txBody); }
            #ftrContact .txtBox .inner .btn a:hover span {
              color: #fff; }
              #ftrContact .txtBox .inner .btn a:hover span::before {
                background-image: url("../images/ico_mail_w.svg"); }
  @media screen and (max-width: 767px) {
    #ftrContact {
      border-radius: var(--kadomarusp);
      max-width: calc(100% - 40px);
      padding-top: 12%;
      padding-bottom: 16%;
      margin-bottom: 9.3333%;
      display: block; }
      #ftrContact .titBox {
        width: auto;
        margin-bottom: 20px; }
      #ftrContact .txtBox {
        padding-left: 20px;
        padding-right: 20px; }
        #ftrContact .txtBox p {
          padding-bottom: 20px; }
        #ftrContact .txtBox .inner .tel {
          width: auto;
          float: none;
          margin: 0 auto; }
          #ftrContact .txtBox .inner .tel a {
            width: 253px;
            height: 29.5px;
            margin: 0 auto; }
          #ftrContact .txtBox .inner .tel p {
            text-align: center; }
        #ftrContact .txtBox .inner .btn {
          width: auto;
          float: none;
          margin: 0 auto;
          padding: 10px 10px 0; }
          #ftrContact .txtBox .inner .btn a {
            width: 240px;
            height: 55px; }
            #ftrContact .txtBox .inner .btn a span {
              padding-left: 27.5px;
              font-size: 1.7rem; }
              #ftrContact .txtBox .inner .btn a span::before {
                width: 18.5px;
                height: 12.5px; } }

#ftrInfo {
  display: block;
  padding-bottom: 50px; }
  #ftrInfo::after, #ftrInfo::before {
    content: "";
    display: block;
    clear: both; }
  #ftrInfo .ftrInfoIn {
    width: 43.9655%;
    float: left; }
    #ftrInfo .ftrInfoIn .shopName {
      margin-bottom: 10px;
      text-align: left;
      font-size: clamp(30px, 2.586vw, 30px);
      vertical-align: middle;
      line-height: 34px; }
      #ftrInfo .ftrInfoIn .shopName a {
        display: inline-block;
        width: 34px;
        height: 34px;
        margin-left: 10px;
        vertical-align: middle; }
        #ftrInfo .ftrInfoIn .shopName a:hover {
          opacity: 0.8; }
    #ftrInfo .ftrInfoIn p {
      text-align: left;
      font-size: clamp(15px, 1.466vw, 17px);
      line-height: calc(34/17); }
      #ftrInfo .ftrInfoIn p a {
        text-decoration: underline; }
      #ftrInfo .ftrInfoIn p a:hover {
        text-decoration: none; }
  #ftrInfo .ftrMap {
    width: 47.4138%;
    float: right; }
    #ftrInfo .ftrMap .mapBox {
      padding-top: calc(300/550 * 100%);
      position: relative; }
      #ftrInfo .ftrMap .mapBox iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
  @media screen and (max-width: 767px) {
    #ftrInfo {
      padding-bottom: 12%; }
      #ftrInfo .ftrInfoIn {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-bottom: 30px; }
        #ftrInfo .ftrInfoIn .shopName {
          padding-bottom: 20px;
          text-align: center; }
          #ftrInfo .ftrInfoIn .shopName a {
            display: block;
            width: 42px;
            height: 42px;
            margin: 25px auto 0; }
        #ftrInfo .ftrInfoIn p {
          padding-left: 20px;
          padding-right: 20px; }
      #ftrInfo .ftrMap {
        width: auto;
        float: none;
        margin: 0 auto; }
        #ftrInfo .ftrMap .mapBox {
          padding-top: calc(366/670 * 100%); } }

#ftrBtm {
  padding-bottom: 50px; }
  #ftrBtm .logo {
    width: 166px;
    height: 160px;
    overflow: hidden;
    margin: 0 auto 40px; }
  #ftrBtm nav ul {
    text-align: center; }
    #ftrBtm nav ul li {
      display: inline-block;
      margin-left: 22px;
      margin-right: 22px;
      position: relative; }
      #ftrBtm nav ul li a {
        display: inline-block;
        overflow: hidden;
        position: relative;
        transition: all var(--trTime);
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: clamp(17px, 2.069vw, 24px);
        color: var(--txBody);
        letter-spacing: 0.025em;
        cursor: pointer; }
        #ftrBtm nav ul li a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: var(--txBody);
          transform-origin: right top;
          transform: scale(0, 1);
          transition: transform .3s;
          z-index: 1000; }
        #ftrBtm nav ul li a:hover::after {
          transform: scale(1, 1);
          transform-origin: left top; }
  @media screen and (max-width: 767px) {
    #ftrBtm {
      display: flex;
      flex-direction: column-reverse;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 25px; }
      #ftrBtm .logo {
        width: 110px;
        height: 106.5px;
        margin: 0 auto 20px; }
      #ftrBtm nav {
        padding-bottom: 10.6667%; }
        #ftrBtm nav ul {
          border-top: #cccccc 1px solid;
          text-align: left; }
          #ftrBtm nav ul li {
            display: block;
            margin: 0;
            border-bottom: #cccccc 1px solid;
            font-size: 1.7rem;
            text-align: center; }
            #ftrBtm nav ul li a {
              display: block;
              height: auto;
              line-height: 1;
              text-align: center;
              padding: calc(40 / 30 * 1em) 0; }
              #ftrBtm nav ul li a::after {
                display: none; } }

footer .copy {
  text-align: center;
  color: #999999;
  font-size: clamp(12px, 1.379vw, 16px);
  line-height: calc(48/24); }
  footer .copy a {
    color: #999999; }

/*--------------------------------------------------------------------
   mainTitle
---------------------------------------------------------------------*/
#mainTitle {
  width: 100%;
  padding-top: 380px;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1159px) {
    #mainTitle {
      padding-top: 32.7586%; } }
  @media screen and (max-width: 767px) {
    #mainTitle {
      padding-top: 64%; } }
  #mainTitle h1,
  #mainTitle .h1txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 200px;
    text-align: center;
    font-size: clamp(33px, 5.172vw, 60px); }
    @media screen and (min-width: 768px) and (max-width: 1159px) {
      #mainTitle h1,
      #mainTitle .h1txt {
        padding-top: 17.2414%; } }
    @media screen and (max-width: 767px) {
      #mainTitle h1,
      #mainTitle .h1txt {
        padding-top: 36%; } }

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#container {
  overflow: hidden; }
  #container.toppage section {
    padding-bottom: 90px; }
  @media screen and (min-width: 768px) and (max-width: 1159px) {
    #container.toppage section {
      padding-bottom: 7.7586%; } }
  @media screen and (max-width: 767px) {
    #container.toppage section {
      padding-bottom: 12%; } }
  #container.second section {
    padding-bottom: 90px; }
  @media screen and (min-width: 768px) and (max-width: 1159px) {
    #container.second section {
      padding-bottom: 7.7586%; } }
  @media screen and (max-width: 767px) {
    #container.second section {
      padding-bottom: 12%; } }

/* base
-----------------------*/
div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
  font-size: clamp(16px, 1.552vw, 18px);
  line-height: calc(38/18);
  text-align: left;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
      font-size: 1.6rem;
      line-height: calc(60/30); } }
div[id="container"] p + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] p + * {
      margin-top: 20px; } }
div[id="container"] ul + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] ul + * {
      margin-top: 20px; } }
div[id="container"] ol + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] ol + * {
      margin-top: 20px; } }
div[id="container"] dl + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] dl + * {
      margin-top: 20px; } }
div[id="container"] table + * {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div[id="container"] table + * {
      margin-top: 20px; } }

/*===========================================
_drawer.scss
=============================================*/
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 9000;
  top: 0;
  overflow: hidden;
  width: 480px;
  max-width: 100%;
  height: 100%;
  color: var(--txBody);
  background-color: rgba(255, 255, 255, 0.96); }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  /*right: 16.25rem;*/ }

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 9999;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: 47px;
  height: 47px;
  padding: 0 15px;
  background-color: var(--txBody);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  border-radius: 50vw;
  margin-top: calc((100px - 47px)/2);
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger {
      width: calc(54px * 0.6);
      height: calc(54px * 0.6);
      padding: 0 calc(15px * 0.6);
      margin-top: calc((65px - 54px * 0.6)/2);
      margin-right: 10px; } }

.drawer-hamburger:hover {
  cursor: pointer; }

.drawer-hamburger-icon {
  position: relative;
  display: block; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff; }

.drawer-hamburger-icon {
  background-color: transparent; }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -3px;
  left: 0;
  content: ' '; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
      top: -2px; } }

.drawer-hamburger-icon:after {
  top: 3px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon:after {
      top: 2px; } }

#home + .drawer-hamburger {
  background-color: #fff; }
  #home + .drawer-hamburger .drawer-hamburger-icon:before,
  #home + .drawer-hamburger .drawer-hamburger-icon:after {
    background-color: var(--txBody); }

#home.is-fixed + .drawer-hamburger {
  background-color: var(--txBody); }
  #home.is-fixed + .drawer-hamburger .drawer-hamburger-icon:before,
  #home.is-fixed + .drawer-hamburger .drawer-hamburger-icon:after {
    background-color: #fff; }

.drawer-open .drawer-hamburger {
  position: fixed;
  background-color: var(--txBody) !important; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background-color: #fff !important; }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto; }

/*
@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
*/
/*!------------------------------------*\
    add
\*!------------------------------------*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right .drawer-hamburger {
  right: 0px; }

@media screen and (max-width: 767px) {
  .drawer-nav {
    width: 100%; } }
/*--------------------------------------------------------------------
   hamburger
---------------------------------------------------------------------*/
.drawer-hamburger {
  display: none;
  z-index: 9999; }

@media screen and (max-width: 999px) {
  .drawer-hamburger {
    display: block; }

  header nav {
    display: none; }

  header .hdrTop {
    display: none; } }
/*--------------------------------------------------------------------
   menu
---------------------------------------------------------------------*/
.spNav {
  padding-top: var(--hdrH);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  .spNav a {
    color: var(--txBody); }
  .spNav ul {
    border-top: #cccccc 1px solid;
    text-align: left; }
    .spNav ul li {
      border-bottom: #cccccc 1px solid;
      font-size: 2rem;
      text-align: center; }
      .spNav ul li a {
        display: block;
        padding: calc(40 / 30 * 1em) 0; }
  @media screen and (max-width: 767px) {
    .spNav {
      padding-top: var(--hdrHsp);
      padding-left: 20px;
      padding-right: 20px; }
      .spNav ul li {
        font-size: 1.7rem; } }

.spNavContact .tel {
  padding-bottom: 30px;
  text-align: center; }
  .spNavContact .tel a {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 256.2px;
    height: 30.6px;
    background-image: url("../images/tel.svg");
    margin: 0 auto 20px; }
  .spNavContact .tel p {
    text-align: center;
    font-size: 1.4rem; }
.spNavContact .btn {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: #cccccc 1px solid; }
  .spNavContact .btn a {
    display: block;
    border: var(--txBody) 1px solid;
    border-radius: 50vw;
    width: 288px;
    height: 66px;
    text-align: center;
    position: relative;
    margin: 0 auto; }
    .spNavContact .btn a span {
      display: inline-block;
      padding-left: 33px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 2rem;
      white-space: nowrap; }
      .spNavContact .btn a span::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 101%;
        line-height: 0;
        font-size: 0.1em;
        width: 22.2px;
        height: 15px;
        background-image: url("../images/ico_mail.svg");
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto auto 0; }
@media screen and (max-width: 767px) {
  .spNavContact .tel a {
    width: 213.5px;
    height: 25.5px; }
  .spNavContact .btn a {
    width: 240px;
    height: 55px; }
    .spNavContact .btn a span {
      padding-left: 27.5px;
      font-size: 1.7rem; }
      .spNavContact .btn a span::before {
        width: 18.5px;
        height: 12.5px; } }

.spNavSns {
  padding-top: 40px;
  text-align: center; }
  .spNavSns a {
    display: inline-block;
    padding-left: 42px;
    font-size: 2rem;
    white-space: nowrap;
    position: relative; }
    .spNavSns a::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      width: 34.8px;
      height: 34.8px;
      background-image: url("../images/ico_ins.svg");
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto auto auto 0; }

/* -----------------------------------------
-- 1. toppage
-- 2. 
----------------------------------------- */
/*--------------------------------------------------------------------
1. toppage
---------------------------------------------------------------------*/
/*--------------------------------------------------------------------
1. toppage
---------------------------------------------------------------------*/
/*mainimage
------------------------------------------------------*/
#mainImage {
  width: 100%;
  position: relative;
  z-index: -1;
  overflow: hidden; }
  #mainImage .swiper-slide .slide-img {
    padding-top: 890px;
    width: 100%;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) and (max-width: 1159px) {
      #mainImage .swiper-slide .slide-img {
        padding-top: 76.7241%; } }
    @media screen and (max-width: 767px) {
      #mainImage .swiper-slide .slide-img {
        width: 100%;
        max-width: none;
        padding-top: 100svh; } }
  #mainImage .swiper-slide .slide-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0; }
  #mainImage .swiper-slide #main01::before {
    background-image: url(../images/top/main_01.jpg); }
  #mainImage .swiper-slide #main02::before {
    background-image: url(../images/top/main_02.jpg); }
  #mainImage .swiper-slide #main03::before {
    background-image: url(../images/top/main_03.jpg); }
  #mainImage .swiper-slide #main04::before {
    background-image: url(../images/top/main_04.jpg); }
  #mainImage .swiper-slide #main05::before {
    background-image: url(../images/top/main_05.jpg); }
  @media screen and (max-width: 767px) {
    #mainImage .swiper-slide #main01::before {
      background-image: url(../images/top/main_01_sp.jpg); }
    #mainImage .swiper-slide #main02::before {
      background-image: url(../images/top/main_02_sp.jpg); }
    #mainImage .swiper-slide #main03::before {
      background-image: url(../images/top/main_03_sp.jpg); }
    #mainImage .swiper-slide #main04::before {
      background-image: url(../images/top/main_04_sp.jpg); }
    #mainImage .swiper-slide #main05::before {
      background-image: url(../images/top/main_05_sp.jpg); } }
@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }
  #mainImage .swiper-slide-active .slide-img::before,
  #mainImage .swiper-slide-duplicate-active .slide-img::before,
  #mainImage .swiper-slide-prev .slide-img::before {
    animation: zoomUp 6s linear 0s 1 normal both; }
  #mainImage #mainTxt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 6; }
    #mainImage #mainTxt img {
      display: block;
      width: 66.8103%;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        #mainImage #mainTxt img {
          width: 79.4667%; } }

/*container
------------------------------------------------------*/
#container.toppage #top--news .wrapBox {
  display: flex;
  align-items: center; }
  #container.toppage #top--news .wrapBox .titBox {
    width: 17.2414%; }
    #container.toppage #top--news .wrapBox .titBox h2 {
      text-align: left;
      font-size: clamp(33px, 4.138vw, 48px); }
  #container.toppage #top--news .wrapBox .listBox {
    flex: 1; }
    #container.toppage #top--news .wrapBox .listBox ul li {
      position: relative; }
      #container.toppage #top--news .wrapBox .listBox ul li:nth-child(n + 2) {
        margin-top: 20px; }
      #container.toppage #top--news .wrapBox .listBox ul li .date {
        display: block;
        width: 120px;
        text-align: left;
        font-size: clamp(15px, 1.983vw, 23px);
        line-height: 30px;
        position: absolute;
        top: 0;
        left: 0; }
      #container.toppage #top--news .wrapBox .listBox ul li p {
        margin-left: 120px;
        text-align: left;
        font-size: clamp(15px, 1.466vw, 17px);
        line-height: 30px; }
        #container.toppage #top--news .wrapBox .listBox ul li p a {
          text-decoration: none; }
          #container.toppage #top--news .wrapBox .listBox ul li p a:hover {
            text-decoration: underline; }
  #container.toppage #top--news .wrapBox .btnBox {
    width: 200px;
    padding-left: 20px;
    align-self: flex-end; }
@media screen and (max-width: 767px) {
  #container.toppage #top--news .wrapBox {
    display: block; }
    #container.toppage #top--news .wrapBox .titBox {
      width: auto;
      margin-bottom: 7.4627%; }
      #container.toppage #top--news .wrapBox .titBox h2 {
        text-align: center; }
    #container.toppage #top--news .wrapBox .listBox {
      margin-bottom: 10.4478%; }
      #container.toppage #top--news .wrapBox .listBox ul {
        border-top: var(--lineCl01) 1px solid; }
        #container.toppage #top--news .wrapBox .listBox ul li {
          border-bottom: var(--lineCl01) 1px solid;
          padding: 20px 0; }
          #container.toppage #top--news .wrapBox .listBox ul li:nth-child(n + 2) {
            margin-top: 0; }
          #container.toppage #top--news .wrapBox .listBox ul li .date {
            position: static; }
          #container.toppage #top--news .wrapBox .listBox ul li p {
            margin-left: 0; }
    #container.toppage #top--news .wrapBox .btnBox {
      width: auto;
      padding-left: 0; }
      #container.toppage #top--news .wrapBox .btnBox a {
        margin: 0 auto; } }

#container.toppage #top--concept {
  padding-top: 110px; }
  @media screen and (min-width: 768px) and (max-width: 1159px) {
    #container.toppage #top--concept {
      padding-top: 9.4828%; } }
  #container.toppage #top--concept .titImg {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 49.6364%;
    height: auto;
    padding-top: 2.7273%;
    background-image: url("../images/top/tit_01.svg");
    margin: 0 auto 4.5455%; }
  #container.toppage #top--concept p {
    text-align: center; }
  #container.toppage #top--concept p + p {
    margin-top: 20px; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--concept {
      padding-top: 18.6667%; }
      #container.toppage #top--concept .titImg {
        width: 65.6716%;
        padding-top: 15.9701%;
        background-image: url("../images/top/tit_01_sp.svg");
        margin: 0 auto 11.9403%; } }

#container.toppage #top--service p {
  text-align: center; }
#container.toppage #top--service p.sub {
  margin-bottom: 35px;
  text-align: center; }
  #container.toppage #top--service p.sub span {
    display: inline-block;
    width: 180px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: var(--txBody) 1px solid;
    font-size: clamp(13px, 1.293vw, 15px); }
#container.toppage #top--service .inner {
  display: block; }
  #container.toppage #top--service .inner::after, #container.toppage #top--service .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.toppage #top--service .inner .item {
    width: 29.0909%;
    float: left;
    margin-right: 6.3636%;
    margin-bottom: 3.6364%; }
    #container.toppage #top--service .inner .item:nth-child(3) {
      margin-right: 0; }
    #container.toppage #top--service .inner .item:nth-child(4) {
      margin-left: 18.1818%; }
    #container.toppage #top--service .inner .item dl {
      padding-top: 20px;
      text-align: center; }
      #container.toppage #top--service .inner .item dl dt {
        text-align: center;
        font-size: clamp(17px, 1.638vw, 19px);
        font-weight: 500;
        line-height: calc(36/22); }
      #container.toppage #top--service .inner .item dl dd {
        text-align: center;
        font-size: clamp(15px, 1.466vw, 17px); }
@media screen and (max-width: 767px) {
  #container.toppage #top--service .inner {
    padding-left: 20px;
    padding-right: 20px; }
    #container.toppage #top--service .inner .item {
      width: auto;
      float: none;
      margin: 0 auto;
      margin-right: 0;
      margin-bottom: 7.4627%; }
      #container.toppage #top--service .inner .item:nth-child(3) {
        margin-right: 0; }
      #container.toppage #top--service .inner .item:nth-child(4) {
        margin-left: 0; }
      #container.toppage #top--service .inner .item dl {
        padding-top: 10px; }
        #container.toppage #top--service .inner .item dl dt {
          margin-bottom: 5px; } }

#container.toppage #top--gallery ul {
  display: block;
  padding-bottom: 10px; }
  #container.toppage #top--gallery ul::after, #container.toppage #top--gallery ul::before {
    content: "";
    display: block;
    clear: both; }
  #container.toppage #top--gallery ul li {
    width: 32.7273%;
    float: left;
    margin-right: 0.9091%;
    margin-bottom: 3.6364%; }
    #container.toppage #top--gallery ul li:nth-child(3n) {
      margin-right: 0; }
#container.toppage #top--gallery .btnBox a {
  margin: 0 auto; }
@media screen and (max-width: 767px) {
  #container.toppage #top--gallery {
    padding-bottom: 18.6667%; }
    #container.toppage #top--gallery ul {
      padding-left: 20px;
      padding-right: 20px; }
      #container.toppage #top--gallery ul li {
        width: auto;
        float: none;
        margin: 0 auto;
        margin-right: 0;
        margin-bottom: 20px; } }

/*--------------------------------------------------------------------
2. local
---------------------------------------------------------------------*/
/*contact
------------------------------------------------------*/
#container.second.contact #contact--lead,
#container.second.thanks #contact--lead {
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1159px) {
    #container.second.contact #contact--lead,
    #container.second.thanks #contact--lead {
      padding-bottom: 5.1724%; } }
  #container.second.contact #contact--lead p,
  #container.second.thanks #contact--lead p {
    text-align: center;
    line-height: calc(40/18); }
  #container.second.contact #contact--lead p.tit,
  #container.second.thanks #contact--lead p.tit {
    font-size: clamp(20px, 2.069vw, 24px);
    margin-bottom: 3.7736%; }
  #container.second.contact #contact--lead h2,
  #container.second.thanks #contact--lead h2 {
    font-size: clamp(20px, 2.069vw, 24px);
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px; }
  #container.second.contact #contact--lead .telBox,
  #container.second.thanks #contact--lead .telBox {
    padding-bottom: 35px; }
    #container.second.contact #contact--lead .telBox a,
    #container.second.thanks #contact--lead .telBox a {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      width: 325px;
      height: 39px;
      max-width: 100%;
      background-image: url("../images/tel.svg");
      margin: 0 auto; }
    #container.second.contact #contact--lead .telBox p,
    #container.second.thanks #contact--lead .telBox p {
      padding: 10px 0;
      font-size: clamp(12px, 1.207vw, 14px); }
  #container.second.contact #contact--lead .formBox p a,
  #container.second.thanks #contact--lead .formBox p a {
    text-decoration: underline; }
    #container.second.contact #contact--lead .formBox p a:hover,
    #container.second.thanks #contact--lead .formBox p a:hover {
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    #container.second.contact #contact--lead,
    #container.second.thanks #contact--lead {
      padding-bottom: 8%; }
      #container.second.contact #contact--lead p,
      #container.second.thanks #contact--lead p {
        text-align: left; }
      #container.second.contact #contact--lead p.tit,
      #container.second.thanks #contact--lead p.tit {
        font-size: clamp(20px, 2.069vw, 24px);
        margin-bottom: 3.7736%; }
      #container.second.contact #contact--lead h2,
      #container.second.thanks #contact--lead h2 {
        font-size: clamp(20px, 2.069vw, 24px);
        font-weight: 500;
        text-align: center;
        margin-bottom: 25px; }
      #container.second.contact #contact--lead .telBox,
      #container.second.thanks #contact--lead .telBox {
        padding-bottom: 35px; }
        #container.second.contact #contact--lead .telBox a,
        #container.second.thanks #contact--lead .telBox a {
          width: 227.5px;
          height: 27.3px; }
        #container.second.contact #contact--lead .telBox p,
        #container.second.thanks #contact--lead .telBox p {
          text-align: center; } }
#container.second.contact .formArea,
#container.second.thanks .formArea {
  padding-bottom: 0; }

#container.second.thanks #contact--lead {
  padding-bottom: 0; }

/*privacy
------------------------------------------------------*/
#container.second.privacy section h2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(18px, 2.069vw, 24px);
  line-height: 1.5;
  font-weight: 500; }
#container.second.privacy section * + h2 {
  margin-top: 50px; }
#container.second.privacy section ul {
  margin-top: 0; }
#container.second.privacy section ul.att {
  margin-top: 0; }
#container.second.privacy section ol {
  margin-top: 0; }
#container.second.privacy section p {
  word-break: break-all; }
#container.second.privacy section * a {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.second.privacy section * a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime); }
  #container.second.privacy section * a:hover::after {
    opacity: 0; }

/*----------------------------------------------------------
thumbnail img 
-----------------------------------------------------------*/
/*=============
plugin
==============*/
/*-----------------------------------------------------
wp-pagenavi
--------------------------------------------------------*/
#container nav.navigation.pagination h2 {
  visibility: hidden; }
#container nav.navigation.pagination .nav-links {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  #container nav.navigation.pagination .nav-links span,
  #container nav.navigation.pagination .nav-links a {
    display: block;
    margin: 0 5px;
    width: 54px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 52px;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      #container nav.navigation.pagination .nav-links span,
      #container nav.navigation.pagination .nav-links a {
        width: 35.1px;
        line-height: 33.8px;
        font-size: 11px; } }
  #container nav.navigation.pagination .nav-links .page_num {
    display: none; }
  #container nav.navigation.pagination .nav-links a:hover {
    background-color: #d6d6d6;
    color: var(--txBody); }
  #container nav.navigation.pagination .nav-links .extend {
    border: none; }
  #container nav.navigation.pagination .nav-links .current {
    color: #fff;
    border-color: #333333;
    background-color: #333333; }
  #container nav.navigation.pagination .nav-links a.previouspostslink {
    display: none; }
  #container nav.navigation.pagination .nav-links a.first {
    display: none; }
  @media screen and (max-width: 767px) {
    #container nav.navigation.pagination .nav-links .extend {
      display: none; } }

/*-----------------------------------------------------
single pager
--------------------------------------------------------*/
/* pageNav
--------------*/
#container .pageNav ul {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 10px; }
#container .pageNav ul li {
  flex-basis: 100px;
  height: 40px; }
#container .pageNav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 2.4rem; }
  #container .pageNav ul li a:hover {
    text-decoration: underline; }
#container .pageNav ul li.prev a {
  padding-left: 20px;
  text-align: left;
  position: relative; }
  #container .pageNav ul li.prev a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 8px;
    height: 12px;
    background-image: url("../images/prev.svg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0; }
#container .pageNav ul li.next a {
  padding-right: 20px;
  text-align: right;
  position: relative; }
  #container .pageNav ul li.next a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 8px;
    height: 12px;
    background-image: url("../images/next.svg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto; }
@media screen and (max-width: 767px) {
  #container .pageNav ul li a {
    font-size: 1.8rem; }
  #container .pageNav ul li.prev a {
    padding-left: 15px; }
    #container .pageNav ul li.prev a::before {
      width: 4px;
      height: 6px; }
  #container .pageNav ul li.next a {
    padding-right: 15px; }
    #container .pageNav ul li.next a::before {
      width: 4px;
      height: 6px; } }

/* -----------------------------------------
Index
----------------------------------------- */
#container.news section#newsIndex {
  padding-bottom: 0; }
  #container.news section#newsIndex ul {
    border-top: var(--lineCl01) 1px solid;
    margin-bottom: 7.0755%; }
    #container.news section#newsIndex ul li {
      border-bottom: var(--lineCl01) 1px solid; }
      #container.news section#newsIndex ul li a {
        display: block;
        padding: 35px 15px;
        text-align: left;
        position: relative; }
        #container.news section#newsIndex ul li a::before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          overflow: hidden;
          white-space: nowrap;
          text-indent: 101%;
          line-height: 0;
          font-size: 0.1em;
          width: 3.1132%;
          height: auto;
          padding-top: 3.1132%;
          background-image: url("../images/ico_arw_02.svg");
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto 0 auto auto;
          margin-right: 15px; }
        #container.news section#newsIndex ul li a span.date {
          display: inline-block;
          text-align: left;
          font-size: clamp(20px, 1.983vw, 23px);
          line-height: 28px;
          position: absolute;
          top: 30px;
          left: 0; }
        #container.news section#newsIndex ul li a p {
          margin-left: 125px;
          font-size: clamp(16px, 1.466vw, 17px);
          line-height: 28px;
          padding-right: 50px; }
        #container.news section#newsIndex ul li a:hover p {
          text-decoration: underline; }
  @media screen and (max-width: 767px) {
    #container.news section#newsIndex ul {
      margin-bottom: 11.194%; }
      #container.news section#newsIndex ul li a {
        padding: 20px 5px; }
        #container.news section#newsIndex ul li a::before {
          width: 20px;
          padding-top: 20px; }
        #container.news section#newsIndex ul li a span.date {
          position: static; }
        #container.news section#newsIndex ul li a p {
          margin-left: 0; } }

/* -----------------------------------------
detail
----------------------------------------- */
#container.news section#newsDetail {
  padding-bottom: 0; }
  #container.news section#newsDetail .newsTitle {
    border-bottom: var(--lineCl01) 1px solid;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    #container.news section#newsDetail .newsTitle span.date {
      display: block;
      text-align: left;
      font-size: clamp(20px, 1.983vw, 23px);
      line-height: 28px; }
    #container.news section#newsDetail .newsTitle h1 {
      margin-top: 15px;
      margin-bottom: 0;
      text-align: left;
      font-size: clamp(20px, 2.069vw, 24px);
      line-height: calc(50 / 30); }

/* -----------------------------------------
Index
----------------------------------------- */
#container.gallery section {
  padding-bottom: 0; }
  #container.gallery section .grid {
    display: block; }
    #container.gallery section .grid::after, #container.gallery section .grid::before {
      content: "";
      display: block;
      clear: both; }
    #container.gallery section .grid .grid-item {
      width: 33.333%;
      float: left;
      padding: 20px; }
      #container.gallery section .grid .grid-item a {
        display: block; }
        #container.gallery section .grid .grid-item a .img {
          padding-top: 63.8888888889%;
          position: relative;
          overflow: hidden; }
          #container.gallery section .grid .grid-item a .img img {
            object-fit: cover;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            transition: all 0.5s; }
        #container.gallery section .grid .grid-item a:hover .img img {
          transform: scale(1.15); }
  @media screen and (max-width: 767px) {
    #container.gallery section .grid {
      padding-left: 20px;
      padding-right: 20px; }
      #container.gallery section .grid .grid-item {
        width: auto;
        float: none;
        margin: 0 auto;
        padding: 0 0 25px; }
        #container.gallery section .grid .grid-item a {
          pointer-events: none; }
          #container.gallery section .grid .grid-item a .img {
            position: static;
            padding: 0; }
            #container.gallery section .grid .grid-item a .img img {
              margin: 0 auto;
              position: static; } }

/* -- blog parts --*/
#container .post {
  padding-bottom: 80px;
  /*------------
  block editor
  --------------*/ }
  @media screen and (max-width: 767px) {
    #container .post {
      padding-bottom: 10.6667%; } }
  #container .post h2 {
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-size: clamp(20px, 2.069vw, 24px);
    text-align: left;
    font-weight: 500;
    line-height: 1.75; }
  #container .post h3 {
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-size: clamp(18px, 1.897vw, 22px);
    text-align: left;
    font-weight: 500;
    line-height: 1.75; }
  #container .post h4 {
    font-size: clamp(17px, 1.724vw, 20px); }
  #container .post h4, #container .post h5, #container .post h6 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: bold;
    line-height: 1.75; }
  #container .post a {
    color: var(--txBody);
    text-decoration: underline;
    word-break: break-all; }
    #container .post a:hover {
      text-decoration: none; }
  #container .post ul {
    margin-left: 20px; }
    #container .post ul li {
      list-style-position: outside;
      list-style-type: disc; }
  #container .post ol {
    margin-left: 20px; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post > img,
  #container .post p img,
  #container .post figure {
    display: block;
    width: 70.7547%;
    margin: 30px auto; }
  #container .post * + p,
  #container .post * + ul,
  #container .post * + ol {
    margin-top: 15px; }
  #container .post * + blockquote,
  #container .post * + figure,
  #container .post * + table,
  #container .post blockquote + *,
  #container .post figure + *,
  #container .post table + * {
    margin-top: 30px; }
  #container .post p.has-text-align-right {
    text-align: right; }
  #container .post p.has-text-align-center {
    text-align: center; }
  #container .post ol {
    margin-left: 1em; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post .wp-block-quote cite, #container .post .wp-block-pullquote cite, #container .post .wp-block-table figcaption {
    display: block;
    margin-top: 10px;
    text-align: left;
    font-size: clamp(12px, 1.207vw, 14px);
    color: #666;
    line-height: 1.7; }
  #container .post .wp-block-quote {
    border-left: var(--txBody) 4px solid;
    padding-left: 15px; }
  #container .post .wp-block-pullquote {
    border-bottom: var(--txBody) 4px solid;
    border-top: var(--txBody) 4px solid;
    padding: 15px 0; }
    #container .post .wp-block-pullquote p {
      font-size: 1em; }
  #container .post .wp-block-table {
    overflow: visible !important; }
  #container .post table {
    width: 100%;
    border-top: #999 1px solid;
    border-left: #999 1px solid; }
    #container .post table th, #container .post table td {
      border-bottom: #999 1px solid;
      border-right: #999 1px solid;
      padding: 15px;
      vertical-align: top; }
    @media screen and (max-width: 767px) {
      #container .post table th, #container .post table td {
        display: list-item;
        list-style-type: none;
        font-size: 1.4rem;
        line-height: 2; } }
  #container .post .wp-block-separator {
    border-color: #ccc; }

/*--float--*/
.flL {
  float: left; }

.flR {
  float: right; }

.clear {
  clear: both; }

/*--textalign--*/
.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txtR {
  text-align: right !important; }

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

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

/*--textwrap--*/
.text {
  display: inline-block; }

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