@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=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quando&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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:#f9894c;
  --bgCl01:#a3dc87;
  --txtCl01:#d83940;
  --btnCl01:#f9894c;
  --btnCl01ov:#ff7a0e;
  --btnCl02ov:#ffeee4;
  --lineCl01:#dedede;
  --lineCl02:#e1d4ce;
  --lineCl03:#dbd2cc;
  --kadomaru:20px;
  --kadomarusp:15px;
  --kadomaruL:70px;
  --kadomaruLsp:30px;
  --hdrH:130px;
  --hdrHsp:70px;
  --trTime: .5s;
  --spMaxW:350px;
  --overOp:0.85; }

@media screen and (min-width: 1260px) {
  .forPC {
    display: inherit !important; } }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forPC {
    display: none; } }
@media screen and (max-width: 767px) {
  .forPC {
    display: none; } }

@media screen and (min-width: 1260px) {
  .forTB {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forTB {
    display: inherit !important; } }
@media screen and (max-width: 767px) {
  .forTB {
    display: none; } }

@media screen and (min-width: 1260px) {
  .forTB2 {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forTB2 {
    display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1259px) and (max-width: 999px) {
    .forTB2 {
      display: inherit !important; } }

@media screen and (max-width: 767px) {
  .forTB2 {
    display: none; } }

@media screen and (min-width: 1260px) {
  .forSP {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forSP {
    display: none; } }
@media screen and (max-width: 767px) {
  .forSP {
    display: inherit !important; } }

#ftrSdgs .inner, #ftrBtm,
.wrapBoxW, #container.second #notfound, #mainImage #mainImageIn,
.wrapBox,
.wrapBoxC {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    #ftrSdgs .inner, #ftrBtm,
    .wrapBoxW, #container.second #notfound, #mainImage #mainImageIn,
    .wrapBox,
    .wrapBoxC {
      padding-left: 20px;
      padding-right: 20px; } }

#ftrSdgs .inner, #ftrBtm,
.wrapBoxW {
  width: 1320px; }

#container.second #notfound, #mainImage #mainImageIn,
.wrapBox {
  width: 1260px; }

.wrapBoxC {
  width: 1080px; }

/*-----------------------------------------------------
font size
--------------------------------------------------------*/
html {
  font-size: 10px; }

body {
  font-size: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    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; } }

/*----------------------------------------------------------
thumbnail img 
-----------------------------------------------------------*/
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; }

.font01R, #container.toppage #top--about .inner .item .btn a, #container.toppage #top--archive ul li a, #container.toppage #top--sns .inner .item a, #container.toppage #top--about .titBox h2 span, #container.toppage #top--about p.leadTxt, #container.toppage #top--about p.leadTxt + p, #container.toppage #top--about .inner .item p.date, #container.toppage #top--about .inner .item p.place, #container.toppage #top--about .inner .item p.place span, #container.toppage #top--archive .titBox h2, #container.toppage #top--archive .titBox h2 span, #container.toppage #top--sns .titBox h2, #container.toppage #top--sns .titBox h2 span, #container.toppage #top--sns .titBox p,
.font01M,
.font01B {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em; }

#container.toppage #top--sns .inner .item a span, #container.toppage #top--about .titBox h2 {
  font-family: "Quando", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em; }

#ftrBtm .ftrBtm--tel a {
  font-family: "Montserrat", sans-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; }

.font01R {
  font-weight: 400; }

#container.toppage #top--about .inner .item .btn a, #container.toppage #top--archive ul li a, #container.toppage #top--sns .inner .item a, #container.toppage #top--about .titBox h2 span, #container.toppage #top--about p.leadTxt, #container.toppage #top--about p.leadTxt + p, #container.toppage #top--about .inner .item p.date, #container.toppage #top--about .inner .item p.place, #container.toppage #top--about .inner .item p.place span, #container.toppage #top--archive .titBox h2, #container.toppage #top--archive .titBox h2 span, #container.toppage #top--sns .titBox h2, #container.toppage #top--sns .titBox h2 span, #container.toppage #top--sns .titBox p,
.font01M {
  font-weight: 500; }

.font01B {
  font-weight: 700; }

/*--------------------------------------------------------------------
1. bg
---------------------------------------------------------------------*/
#container.toppage #top--about, #container.toppage #top--archive, #container.toppage #top--sns {
  width: 1200px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  background-color: #fff;
  border-radius: var(--kadomaruL); }
  @media screen and (max-width: 767px) {
    #container.toppage #top--about, #container.toppage #top--archive, #container.toppage #top--sns {
      max-width: calc(100% - 40px);
      border-radius: var(--kadomaruLsp); } }
  #container.toppage #top--about + section, #container.toppage #top--archive + section, #container.toppage #top--sns + section {
    margin-top: 60px; }
    @media screen and (min-width: 768px) and (max-width: 1259px) {
      #container.toppage #top--about + section, #container.toppage #top--archive + section, #container.toppage #top--sns + section {
        margin-top: 5%; } }
    @media screen and (max-width: 767px) {
      #container.toppage #top--about + section, #container.toppage #top--archive + section, #container.toppage #top--sns + section {
        margin-top: 10.6667%; } }

/*--------------------------------------------------------------------
2. title
---------------------------------------------------------------------*/
/*--------------------------------------------------------------------
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 {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

ul.cListAt01 > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cListAt01 > li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0; }

ol.cNumList01 {
  counter-reset: num01; }
  ol.cNumList01 > li {
    padding-left: 1.2em;
    position: relative; }
    ol.cNumList01 > 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
---------------------------------------------------------------------*/
#container.toppage #top--about .inner .item .btn a, #container.toppage #top--archive ul li a, #container.toppage #top--sns .inner .item a {
  display: block;
  width: 350px;
  height: 68px;
  max-width: 90%;
  margin: 0 auto;
  border: var(--btnCl01) 1px solid;
  background-color: var(--btnCl01);
  border-radius: 50vw;
  text-align: center;
  color: #fff;
  font-size: clamp(16px, 1.349vw, 17px);
  line-height: 66px; }
  #container.toppage #top--about .inner .item .btn a:hover, #container.toppage #top--archive ul li a:hover, #container.toppage #top--sns .inner .item a:hover {
    background-color: var(--btnCl01ov);
    border-color: var(--btnCl01ov); }
#container.toppage #top--archive ul li a {
  background-color: #fff;
  color: var(--btnCl01);
  font-size: clamp(14px, 1.746vw, 22px); }
  #container.toppage #top--archive ul li a:hover {
    background-color: var(--btnCl02ov); }
#container.toppage #top--sns .inner .item a {
  width: 320px;
  height: 80px;
  border-color: var(--txBody);
  background-color: #fff;
  line-height: 78px; }
  #container.toppage #top--sns .inner .item a span {
    display: inline-block;
    position: relative;
    font-size: clamp(12px, 1.587vw, 20px);
    color: var(--txBody); }
    #container.toppage #top--sns .inner .item 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;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto auto auto 0; }
  #container.toppage #top--sns .inner .item a:hover {
    border-color: var(--txBody);
    background-color: #eee; }
    #container.toppage #top--sns .inner .item a:hover span {
      color: var(--txBody); }
@media screen and (max-width: 767px) {
  #container.toppage #top--about .inner .item .btn a, #container.toppage #top--archive ul li a, #container.toppage #top--sns .inner .item a {
    width: 200px;
    height: 44px;
    line-height: 43px;
    font-size: 1.4rem; } }

/*--------------------------------------------------------------------
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: 38px;
  height: 16px;
  margin-left: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #fe8b68;
  line-height: 16px;
  font-size: 10px;
  vertical-align: middle;
  letter-spacing: 0.01em;
  transform: translateY(-2px); }

#form table {
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #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.429vw, 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.27vw, 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.349vw, 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 {
  background-color: #eff2ed;
  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 select {
  background: #dcdcdc url("../images/select.svg") no-repeat scroll 95% 50%/15px auto;
  border-radius: 5px;
  padding: 10px 7px;
  position: relative;
  width: 310px;
  max-width: 100%; }

/*--form btn--*/
#form .formBtn button,
#form .formBtn input,
.btnThanks a, #container.second #notfound .btn a {
  display: block;
  width: 360px;
  height: 72px;
  max-width: 100%;
  border-radius: 50vw;
  border: var(--pointCl01) 1px solid;
  color: var(--pointCl01);
  font-size: clamp(15px, 1.349vw, 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(--pointCl01);
    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: 1259px) {
    .btnThanks {
      padding: 6.6667% 0 6.6667%; } }
  @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; }

.wpcf7 form.submitting .wpcf7-submit {
  pointer-events: none;
  opacity: 0.5; }

/*--------------------------------------------------------------------
404
---------------------------------------------------------------------*/
#container.second #notfound {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second #notfound {
      padding-top: 8.3333%;
      padding-bottom: 8.3333%; } }
  #container.second #notfound h1 {
    text-align: center;
    font-size: clamp(20px, 2.381vw, 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); }

/*--------------------------------------------------------------------
animation
---------------------------------------------------------------------*/
.fadein {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 2s, visibility 2s, transform 2s; }

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); }

/*-----------------------------------------------------
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
------------------------------------------------------------------------- */
#ftrSdgs .inner, #ftrBtm,
.wrapBoxW, #container.second #notfound, #mainImage #mainImageIn,
.wrapBox,
.wrapBoxC,
.clearfix,
header,
section {
  display: block; }
  #ftrSdgs .inner::after, #ftrBtm::after,
  .wrapBoxW::after, #container.second #notfound::after, #mainImage #mainImageIn::after,
  .wrapBox::after,
  .wrapBoxC::after, #ftrSdgs .inner::before, #ftrBtm::before,
  .wrapBoxW::before, #container.second #notfound::before, #mainImage #mainImageIn::before,
  .wrapBox::before,
  .wrapBoxC::before,
  .clearfix::after,
  .clearfix::before,
  header::after,
  header::before,
  section::after,
  section::before {
    content: "";
    display: block;
    clear: both; }

/*--------------------------------------------------------------------
   footer
---------------------------------------------------------------------*/
footer {
  padding-top: 70px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    footer {
      padding-top: 5.8333%;
      padding-bottom: 2.5%; } }

#ftrSdgs {
  border-bottom: var(--lineCl01) 1px solid;
  padding-bottom: 35px; }
  #ftrSdgs .inner {
    display: flex;
    align-items: center; }
    #ftrSdgs .inner .bnrBox {
      width: 21.4286%;
      margin-left: 30px; }
    #ftrSdgs .inner .txtBox {
      flex: 1;
      padding-left: 30px; }
      #ftrSdgs .inner .txtBox p {
        text-align: left;
        font-size: clamp(12px, 1.27vw, 16px);
        line-height: calc(26/16); }
  @media screen and (max-width: 767px) {
    #ftrSdgs .inner {
      display: block; }
      #ftrSdgs .inner .bnrBox {
        width: 52.2388%;
        margin: 0 auto 20px; }
      #ftrSdgs .inner .txtBox {
        padding-left: 0; }
        #ftrSdgs .inner .txtBox p {
          line-height: calc(50/24); } }

#ftrBtm {
  padding-top: 40px;
  display: flex;
  align-items: center; }
  #ftrBtm .ftrBtm--bnr {
    width: 26.0317%;
    margin-left: 30px; }
  #ftrBtm .ftrBtm--tel {
    flex: 1;
    text-align: center; }
    #ftrBtm .ftrBtm--tel a {
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 500;
      font-size: clamp(20px, 2.698vw, 34px); }
      #ftrBtm .ftrBtm--tel a span {
        display: inline-block;
        margin-right: 0.2em;
        font-weight: 500;
        font-size: clamp(15px, 1.905vw, 24px); }
    #ftrBtm .ftrBtm--tel p {
      margin-top: 15px;
      text-align: center;
      font-size: clamp(13px, 1.19vw, 15px); }
  #ftrBtm .ftrBtm--link {
    flex: 1; }
    #ftrBtm .ftrBtm--link ul {
      display: flex;
      align-items: center;
      justify-content: center; }
      #ftrBtm .ftrBtm--link ul li {
        margin: 0 2vw; }
        #ftrBtm .ftrBtm--link ul li > a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 30px;
          line-height: 30px;
          font-size: clamp(15px, 1.27vw, 16px);
          color: var(--txBody);
          cursor: pointer; }
          #ftrBtm .ftrBtm--link 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 .ftrBtm--link ul li > a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
  @media screen and (max-width: 999px) {
    #ftrBtm .ftrBtm--tel {
      flex: 2; }
    #ftrBtm .ftrBtm--link {
      flex: 1; }
      #ftrBtm .ftrBtm--link ul {
        display: block; }
        #ftrBtm .ftrBtm--link ul li {
          margin: 0; }
          #ftrBtm .ftrBtm--link ul li a {
            display: inline-block; } }
  @media screen and (max-width: 767px) {
    #ftrBtm {
      padding-top: 30px;
      display: block; }
      #ftrBtm .ftrBtm--bnr {
        width: 58.806%;
        margin: 0 auto 20px; }
      #ftrBtm .ftrBtm--tel {
        padding-bottom: 30px; }
        #ftrBtm .ftrBtm--tel a {
          font-size: 2.4rem; }
          #ftrBtm .ftrBtm--tel a span {
            font-size: 1.5rem; }
      #ftrBtm .ftrBtm--link ul {
        display: block; }
        #ftrBtm .ftrBtm--link ul li {
          margin: 0; }
          #ftrBtm .ftrBtm--link ul li a {
            display: inline-block; } }

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#container {
  background-color: var(--bgCl01);
  overflow-x: hidden;
  padding-top: 130px;
  padding-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container {
      padding-top: 10.8333%;
      padding-bottom: 6.6667%; } }
  @media screen and (max-width: 767px) {
    #container {
      padding-top: 12%;
      padding-bottom: 18.6667%; } }

/* 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.429vw, 18px);
  line-height: calc(34/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) !important; } }
div[id="container"] p + * {
  margin-top: 30px; }
div[id="container"] ul + * {
  margin-top: 30px; }
div[id="container"] ol + * {
  margin-top: 30px; }
div[id="container"] dl + * {
  margin-top: 30px; }
div[id="container"] table + * {
  margin-top: 30px; }

/* -----------------------------------------
-- 1. toppage
-- 2. second
----------------------------------------- */
/* -----------------------------------------
1. toppage
----------------------------------------- */
/*mainImage
--------------------------------*/
#mainImage {
  background-color: var(--bgCl01);
  padding-top: calc(1652/2600 * 100%);
  position: relative;
  overflow: hidden; }
  #mainImage::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    background-image: url("../images/top/main.jpg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  #mainImage #mainImageIn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    #mainImage #mainImageIn h1 {
      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; }
    #mainImage #mainImageIn 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;
      width: 18.0833%;
      height: auto;
      padding-top: 18.0833%;
      background-image: url("../images/top/coming.svg");
      position: absolute;
      right: 0;
      bottom: 0;
      margin-right: 2.8333%;
      margin-bottom: 10%; }
  @media screen and (max-width: 767px) {
    #mainImage {
      padding-top: calc(2115/1600 * 100%); }
      #mainImage::before {
        background-image: url("../images/top/main_sp.jpg"); }
      #mainImage #mainImageIn span {
        width: 25.3333%;
        padding-top: 25.3333%;
        margin-right: 2.6667%;
        margin-bottom: 35.6%; } }

/*container
--------------------------------*/
#container.toppage #top--about {
  padding-top: 80px;
  padding-bottom: 10px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--about {
      padding-top: 6.6667%; } }
  #container.toppage #top--about .titBox {
    margin-bottom: 4.902%;
    position: relative; }
    #container.toppage #top--about .titBox::before, #container.toppage #top--about .titBox::after {
      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;
      height: auto;
      position: absolute;
      left: 50%;
      top: 0; }
    #container.toppage #top--about .titBox::before {
      width: 11.0784%;
      padding-top: 11.0784%;
      background-image: url("../images/top/tit_about_01.svg");
      margin-left: -23.5294%;
      margin-top: -4.3137%; }
    #container.toppage #top--about .titBox::after {
      width: 10.5882%;
      padding-top: 11.5686%;
      background-image: url("../images/top/tit_about_02.svg");
      margin-left: 14.2157%;
      margin-top: -4.1176%; }
    #container.toppage #top--about .titBox h2 {
      text-align: center;
      font-size: clamp(25px, 3.175vw, 40px); }
      #container.toppage #top--about .titBox h2 span {
        display: block;
        margin-top: 15px;
        text-align: center;
        font-size: clamp(14px, 1.27vw, 16px); }
  #container.toppage #top--about p.leadTxt {
    margin-bottom: 2.9412%;
    text-align: center;
    font-size: clamp(16px, 1.746vw, 22px);
    line-height: calc(44/22); }
  #container.toppage #top--about p.leadTxt + p {
    margin-bottom: 6.8627%;
    text-align: center;
    font-size: clamp(14px, 1.349vw, 17px);
    line-height: calc(36/17); }
  #container.toppage #top--about .inner {
    display: block; }
    #container.toppage #top--about .inner::after, #container.toppage #top--about .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage #top--about .inner .item {
      width: 47.0588%;
      float: left;
      padding-bottom: 7.3529%; }
      #container.toppage #top--about .inner .item:nth-child(2n) {
        float: right; }
      #container.toppage #top--about .inner .item .mapBox {
        border-radius: var(--kadomaru);
        width: 100%;
        padding-top: calc(260/480 * 100%);
        margin-bottom: 10px;
        position: relative;
        overflow: hidden; }
        #container.toppage #top--about .inner .item .mapBox iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      #container.toppage #top--about .inner .item p.date {
        text-align: center;
        font-size: clamp(16px, 1.746vw, 22px);
        color: var(--pointCl01); }
      #container.toppage #top--about .inner .item p.place {
        margin-top: 10px;
        text-align: center;
        font-size: clamp(16px, 1.587vw, 20px);
        line-height: calc(34/20); }
        #container.toppage #top--about .inner .item p.place span {
          display: block;
          text-align: center;
          font-size: clamp(14px, 1.349vw, 17px); }
      #container.toppage #top--about .inner .item .btn a {
        margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--about {
      padding-top: 14.9254%; }
      #container.toppage #top--about .titBox {
        margin-bottom: 7.4627%; }
        #container.toppage #top--about .titBox::before {
          left: 0;
          width: 16.7164%;
          padding-top: 16.7164%;
          margin-left: 1.4925%;
          margin-top: -7.4627%; }
        #container.toppage #top--about .titBox::after {
          left: auto;
          right: 0;
          width: 15.9701%;
          padding-top: 17.6119%;
          margin-left: auto;
          margin-right: 2.9851%;
          margin-top: -8.3582%; }
        #container.toppage #top--about .titBox h2 span {
          margin-top: 10px; }
      #container.toppage #top--about p.leadTxt {
        margin-bottom: 4.4776%; }
      #container.toppage #top--about p.leadTxt + p {
        margin-bottom: 7.4627%;
        text-align: left; }
      #container.toppage #top--about .inner .item {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-bottom: 14.9254%; }
        #container.toppage #top--about .inner .item:nth-child(2n) {
          float: none; }
        #container.toppage #top--about .inner .item .mapBox {
          border-radius: var(--kadomarusp);
          padding-top: calc(310/570 * 100%); }
        #container.toppage #top--about .inner .item .btn {
          margin-top: 15px; } }

#container.toppage #top--archive {
  padding-top: 70px;
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--archive {
      padding-top: 5.8333%;
      padding-bottom: 5%; } }
  #container.toppage #top--archive .titBox {
    margin-bottom: 5.3922%;
    position: relative; }
    #container.toppage #top--archive .titBox::before, #container.toppage #top--archive .titBox::after {
      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;
      height: auto;
      position: absolute;
      left: 50%;
      top: 0; }
    #container.toppage #top--archive .titBox::before {
      width: 18.1373%;
      padding-top: 14.3137%;
      background-image: url("../images/top/tit_archive_01.svg");
      margin-left: -36.9608%;
      margin-top: -9.8039%; }
    #container.toppage #top--archive .titBox::after {
      width: 19.2157%;
      padding-top: 9.5098%;
      background-image: url("../images/top/tit_archive_02.svg");
      margin-left: 21.2745%;
      margin-top: -2.2549%; }
    #container.toppage #top--archive .titBox h2 {
      text-align: center;
      font-size: clamp(20px, 2.54vw, 32px);
      line-height: calc(60/40); }
      #container.toppage #top--archive .titBox h2 span {
        display: block;
        margin-bottom: 5px;
        text-align: center;
        font-size: clamp(14px, 1.587vw, 20px);
        line-height: calc(40/24);
        color: var(--txtCl01); }
  #container.toppage #top--archive ul {
    display: block; }
    #container.toppage #top--archive ul::after, #container.toppage #top--archive ul::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage #top--archive ul li {
      width: 22.549%;
      float: left;
      margin-right: 2.9412%; }
      #container.toppage #top--archive ul li:nth-child(4n) {
        margin-right: 0; }
      #container.toppage #top--archive ul li a {
        margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--archive {
      padding-top: 10.4478%;
      padding-bottom: 14.9254%; }
      #container.toppage #top--archive .titBox {
        margin-bottom: 8.209%; }
        #container.toppage #top--archive .titBox::before {
          left: 0;
          width: 27.6119%;
          padding-top: 21.791%;
          margin-left: -1.0448%;
          margin-top: -17.4627%; }
        #container.toppage #top--archive .titBox::after {
          left: auto;
          right: 0;
          width: 29.2537%;
          padding-top: 14.4776%;
          margin-left: auto;
          margin-right: 1.0448%;
          margin-top: -10%; }
      #container.toppage #top--archive ul {
        display: block;
        width: 200px;
        max-width: 100%;
        margin: 0 auto; }
        #container.toppage #top--archive ul::after, #container.toppage #top--archive ul::before {
          content: "";
          display: block;
          clear: both; }
        #container.toppage #top--archive ul li {
          width: auto;
          float: none;
          margin: 0 auto;
          margin-right: 0; }
          #container.toppage #top--archive ul li:nth-child(n + 2) {
            margin-top: 5.9701%; } }

#container.toppage #top--sns {
  padding-top: 70px;
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--sns {
      padding-top: 5.8333%;
      padding-bottom: 5%; } }
  #container.toppage #top--sns .titBox {
    margin-bottom: 4.902%;
    position: relative; }
    #container.toppage #top--sns .titBox::before, #container.toppage #top--sns .titBox::after {
      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;
      height: auto;
      position: absolute;
      left: 50%;
      top: 0; }
    #container.toppage #top--sns .titBox::before {
      width: 18.8235%;
      padding-top: 11.3725%;
      background-image: url("../images/top/tit_sns_01.svg");
      margin-left: -37.2549%;
      margin-top: -1.9608%; }
    #container.toppage #top--sns .titBox::after {
      width: 19.2157%;
      padding-top: 14.3137%;
      background-image: url("../images/top/tit_sns_02.svg");
      margin-left: 17.8431%;
      margin-top: -2.9412%; }
    #container.toppage #top--sns .titBox h2 {
      margin-bottom: 10px;
      text-align: center;
      font-size: clamp(20px, 2.54vw, 32px);
      line-height: calc(60/40); }
      #container.toppage #top--sns .titBox h2 span {
        display: block;
        margin-bottom: 5px;
        text-align: center;
        font-size: clamp(14px, 1.587vw, 20px);
        line-height: calc(40/24);
        color: var(--txtCl01); }
    #container.toppage #top--sns .titBox p {
      text-align: center;
      font-size: clamp(14px, 1.587vw, 20px);
      line-height: calc(40/24); }
  #container.toppage #top--sns .inner {
    display: block; }
    #container.toppage #top--sns .inner::after, #container.toppage #top--sns .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage #top--sns .inner .item {
      width: 31.3725%;
      float: left;
      margin-right: 2.9412%; }
      #container.toppage #top--sns .inner .item:nth-child(3) {
        margin-right: 0; }
      #container.toppage #top--sns .inner .item a {
        margin: 0 auto; }
      #container.toppage #top--sns .inner .item.youtube a span {
        padding-left: 55px; }
        #container.toppage #top--sns .inner .item.youtube a span::before {
          width: 41px;
          height: 32px;
          background-image: url("../images/ico_youtube.svg"); }
      #container.toppage #top--sns .inner .item.instagram a span {
        padding-left: 52px; }
        #container.toppage #top--sns .inner .item.instagram a span::before {
          width: 40px;
          height: 40px;
          background-image: url("../images/ico_insta.svg"); }
      #container.toppage #top--sns .inner .item.tiktok a span {
        padding-left: 52px; }
        #container.toppage #top--sns .inner .item.tiktok a span::before {
          width: 40px;
          height: 40px;
          background-image: url("../images/ico_tt.svg"); }
  @media screen and (max-width: 767px) {
    #container.toppage #top--sns {
      padding-top: 9.3333%;
      padding-bottom: 13.3333%; }
      #container.toppage #top--sns .titBox {
        margin-bottom: 5.9701%; }
        #container.toppage #top--sns .titBox::before {
          left: 0;
          width: 28.6567%;
          padding-top: 17.3134%;
          margin-left: -1.9403%;
          margin-top: -15.8209%; }
        #container.toppage #top--sns .titBox::after {
          left: auto;
          right: 0;
          width: 29.2537%;
          padding-top: 21.791%;
          margin-left: -1.194%;
          margin-top: -18.806%; }
      #container.toppage #top--sns .inner .item {
        width: auto;
        float: none;
        margin: 0 auto;
        margin-right: 0; }
        #container.toppage #top--sns .inner .item:nth-child(3) {
          margin-right: 0; }
        #container.toppage #top--sns .inner .item:nth-child(n + 2) {
          margin-top: 6.7164%; }
        #container.toppage #top--sns .inner .item.youtube a span {
          padding-left: 25px; }
          #container.toppage #top--sns .inner .item.youtube a span::before {
            width: 20px;
            height: 16px; }
        #container.toppage #top--sns .inner .item.instagram a span, #container.toppage #top--sns .inner .item.tiktok a span {
          padding-left: 25px; }
          #container.toppage #top--sns .inner .item.instagram a span::before, #container.toppage #top--sns .inner .item.tiktok a span::before {
            width: 20px;
            height: 20px; } }

/*--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 */
