@charset "UTF-8";
#content #main a[target=_blank]:not(.nonewtabIcon):not([href$=".pdf"]) {
  /*padding: 1em 2em !important;*/
}
#content #main a[target=_blank]:not(.nonewtabIcon):not([href$=".pdf"])::before {
  display: none;
}
#content #main a[target=_blank]:not(.nonewtabIcon):not([href$=".pdf"])::after {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 0.3em;
  margin-right: 0.3em;
  content: "\f35d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: none;
  -webkit-transform: none;
          transform: none;
}
#content #main a[target=_blank]:hover:not(.nonewtabIcon):not([href$=".pdf"])::after {
  border: none;
}

#content #main a[href$=".pdf"]:not(.nopdfIcon):not(.wp-block-file__button)::before, #content #main a[href$=".pdf"][target=_blank]:not(.nopdfIcon):not(.wp-block-file__button)::before {
  display: none;
}
#content #main a[href$=".pdf"]:not(.nopdfIcon):not(.wp-block-file__button)::after, #content #main a[href$=".pdf"][target=_blank]:not(.nopdfIcon):not(.wp-block-file__button)::after {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 0.3em;
  margin-right: 0.3em;
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: none;
  -webkit-transform: none;
          transform: none;
}
#content #main a[href$=".pdf"]:hover:not(.nopdfIcon):not(.wp-block-file__button)::after {
  border: none;
}

#content #main .wp-block-buttons .wp-block-button a, ul.btnList li a, .btn a {
  position: relative;
  display: inline-block;
  padding: 1em 4.3em 1em 3.7em;
  background-color: #FB9C6D;
  border: 0.1em solid #FB9C6D;
  border-radius: 3em;
  vertical-align: middle;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  cursor: pointer;
}
#content #main .wp-block-buttons .wp-block-button a::before, ul.btnList li a::before, .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#content #main .wp-block-buttons .wp-block-button a::after, ul.btnList li a::after, .btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#content #main .wp-block-buttons .wp-block-button a:hover, ul.btnList li a:hover, .btn a:hover {
  text-decoration: none;
  color: #FB9C6D;
  background-color: #fff;
  border-color: #FB9C6D;
  opacity: 1;
}
#content #main .wp-block-buttons .wp-block-button a:hover::before, ul.btnList li a:hover::before, .btn a:hover::before {
  right: 20px;
  width: 30px;
  background: #FB9C6D;
}
#content #main .wp-block-buttons .wp-block-button a:hover::after, ul.btnList li a:hover::after, .btn a:hover::after {
  right: 20px;
  border-left: 1px solid #FB9C6D;
  border-bottom: 1px solid #FB9C6D;
}
#content #main .wp-block-buttons .colorSub.wp-block-button a, ul.btnList li.colorSub a, .colorSub.btn a {
  border-color: #00AB8D;
  background-color: #00AB8D;
}
#content #main .wp-block-buttons .colorSub.wp-block-button a:hover, ul.btnList li.colorSub a:hover, .colorSub.btn a:hover {
  border-color: #00AB8D;
  color: #00AB8D;
  background-color: #fff;
}
#content #main .wp-block-buttons .colorSub.wp-block-button a:hover::before, ul.btnList li.colorSub a:hover::before, .colorSub.btn a:hover::before {
  background: #00AB8D;
}
#content #main .wp-block-buttons .colorSub.wp-block-button a:hover::after, ul.btnList li.colorSub a:hover::after, .colorSub.btn a:hover::after {
  border-left: 1px solid #00AB8D;
  border-bottom: 1px solid #00AB8D;
}
#content #main .wp-block-buttons .is-style-outline.wp-block-button a, ul.btnList li.is-style-outline a, .is-style-outline.btn a {
  color: #FB9C6D;
  background-color: transparent;
}
#content #main .wp-block-buttons .is-style-outline.wp-block-button a::before, ul.btnList li.is-style-outline a::before, .is-style-outline.btn a::before {
  background: #FB9C6D;
}
#content #main .wp-block-buttons .is-style-outline.wp-block-button a::after, ul.btnList li.is-style-outline a::after, .is-style-outline.btn a::after {
  border-left: 1px solid #FB9C6D;
  border-bottom: 1px solid #FB9C6D;
}
#content #main .wp-block-buttons .is-style-outline.wp-block-button a:hover, ul.btnList li.is-style-outline a:hover, .is-style-outline.btn a:hover {
  color: #fff;
  background-color: #FB9C6D;
  opacity: 1;
}
#content #main .wp-block-buttons .is-style-outline.wp-block-button a:hover::before, ul.btnList li.is-style-outline a:hover::before, .is-style-outline.btn a:hover::before {
  background: #fff;
}
#content #main .wp-block-buttons .is-style-outline.wp-block-button a:hover::after, ul.btnList li.is-style-outline a:hover::after, .is-style-outline.btn a:hover::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#content #main .wp-block-buttons .is-style-outline.wp-block-button a[target=_blank]::after, ul.btnList li.is-style-outline a[target=_blank]::after, .is-style-outline.btn a[target=_blank]::after {
  border: none;
}
#content #main .wp-block-buttons .narrow.wp-block-button a, ul.btnList li.narrow a, .narrow.btn a {
  padding: 1em 3.5em 1em 2em;
}
#content #main .wp-block-buttons .narrow.wp-block-button a:hover::after, ul.btnList li.narrow a:hover::after, .narrow.btn a:hover::after {
  background-image: none;
}
#content #main .wp-block-buttons .map.wp-block-button a::before, ul.btnList li.map a::before, .map.btn a::before {
  background-image: none;
  -webkit-transform: none;
          transform: none;
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
}
#content #main .wp-block-buttons .newtabIcon.wp-block-button a, ul.btnList li.newtabIcon a, .newtabIcon.btn a {
  padding: 1em 4em;
}

@media print, screen and (min-width: 769px) {
  .sp_disp {
    display: none !important;
  }
}

@media print, screen and (max-width: 768px) {
  .sp_hidden {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  .tb_hidden {
    display: none !important;
  }
}

@media print, screen and (min-width: 1081px) {
  .pc_hidden {
    display: none !important;
  }
}

@media print, screen and (min-width: 1081px) and (max-width: 1299px) {
  .pc-narrow_hidden {
    display: none !important;
  }
}

@media print, screen and (min-width: 1300px) {
  .pc-wide_hidden {
    display: none !important;
  }
}

noscript {
  padding: 2em;
  text-align: center;
  text-decoration: underline;
}

@media print, screen and (min-width: 1081px) {
  .scroll-hint-icon-wrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .scroll-hint-icon-wrap .scroll-hint-icon:before {
    width: 27px;
    height: 27px;
  }
  .scroll-hint-icon-wrap .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 0.9;
  }
  .scroll-hint-icon-wrap .scroll-hint-text {
    margin-top: 0;
    line-height: 1.5;
  }
  .scroll-hint-icon-wrap .scroll-hint-icon {
    left: calc(50% - 75px);
    top: calc(50% - 35px);
    width: 150px;
    height: 70px;
  }
  .scroll-hint-icon-wrap .scroll-hint-icon-white {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) !important;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) !important;
  }
}
/*--------------------------------------------------------------------------------
Layout
--------------------------------------------------------------------------------*/
#blockskip {
  z-index: 9999;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 100%;
}
#blockskip a {
  display: block;
  float: left;
  background: #FB9C6D;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 0;
  cursor: default;
  height: 0;
  overflow: hidden;
}
#blockskip a:hover {
  text-decoration: underline;
}
#blockskip a:focus {
  font-size: 1em;
  height: 1.7em;
  color: #fff;
  line-height: 1.7em;
  cursor: pointer;
}

body.home #main {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

body:not(.home) #main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body:not(.home) #main #content {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 769px) {
  body:not(.home) #main #content {
    margin-bottom: 5em;
  }
}

/*--------------------------------------------------------------------------------
widebox,contentbox
--------------------------------------------------------------------------------*/
.fullwidebox {
  width: 100vw;
  margin: 2em calc(50% - 50vw);
}

.contentwidebox {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .contentwidebox {
    padding: 0 1em;
  }
}
.contentwidebox .contentbox {
  padding: 0;
}

.contentbox {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contentbox {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 1300px) {
  .contentbox {
    width: max(70%, 1200px);
    padding-left: 0;
    padding-right: 0;
  }
}

.contentsubbox {
  width: 90%;
  max-width: 1096px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contentsubbox {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

/*--------------------------------------------------------------------------------
Base
--------------------------------------------------------------------------------*/
a {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus {
  opacity: 0.7;
}
a.colorLink {
  color: #0077ff;
  text-decoration: underline;
}
a.colorLink::hover {
  text-decoration: none;
}

::-moz-selection {
  background: #ddd;
}

::selection {
  background: #ddd;
}

::-moz-selection {
  background: #ddd;
}

.fa {
  padding: 0 5px;
}

a,
a:hover,
a:focus,
content,
input[type=submit],
img,
p {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*--------------------------------------------------------------------------------
#content / H1-6
entry-content / H1-6,wp-parts
--------------------------------------------------------------------------------*/
#content ul {
  list-style-type: none;
}
#content ul:not([class]), #content ul:not([class*=" "]).wp-block-list {
  list-style-type: disc;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
#content ul:not([class]) li::marker, #content ul:not([class*=" "]).wp-block-list li::marker {
  color: #FB9C6D;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-weight: bold;
  line-height: 1.5;
  margin: 2em 0 2em 0;
}
@media screen and (max-width: 768px) {
  #content h1,
  #content h2,
  #content h3,
  #content h4,
  #content h5,
  #content h6 {
    margin: 1.5em 0 1.5em 0;
  }
}
#content h1 {
  font-size: 200%;
  line-height: 1.4;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  #content h1 {
    font-size: 170%;
  }
}
#content h2 {
  font-size: 165%;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content h2 {
    font-size: 140%;
  }
}
#content h2 a {
  text-decoration: none;
}
#content h2 a:hover {
  text-decoration: underline;
}
#content h3 {
  font-size: 140%;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content h3 {
    font-size: 130%;
  }
}
#content h4 {
  font-size: 130%;
  color: #000000;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #content h4 {
    font-size: 120%;
  }
}
#content h5 {
  font-size: 120%;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content h5 {
    font-size: 110%;
  }
}
#content h6 {
  font-size: 110%;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #content h6 {
    font-size: 100%;
  }
}
#content .top0 {
  margin-top: 0 !important;
}
#content .btm0 {
  margin-bottom: 0 !important;
}
#content h1.entry-title,
#content h2.entry-title,
#content h3.entry-title,
#content h4.entry-title,
#content h5.entry-title,
#content h6.entry-title {
  margin-top: 0;
}
#content p {
  line-height: 1.7;
}
#content #main {
  width: 100%;
  margin-bottom: 5em;
  overflow: visible;
}
#content #main .hentry {
  margin-bottom: 4em;
}
#content #main .hentry.news a:not(:has(img)):not(.wp-block-file__button):not(.wp-block-button):not(.wp-block-button__link) {
  color: #0077ff;
  text-decoration: underline;
}
#content #main a {
  position: relative;
  /* 新規タブで開くリンク（PDF以外）のスタイル */
  /* 新規タブで開くPDFリンクのスタイル */
}
#content #main a:hover {
  text-decoration: none;
}
#content #main:not(.page404) > *:first-child {
  margin-top: 0;
}
#content #main h1:not(.nopreset) {
  font-weight: bold;
  border: 0;
  font-weight: 700;
  padding-bottom: 0.5em; /* 下線用スペース */
  position: relative;
  text-align: center;
}
#content #main h1:not(.nopreset)::after {
  content: "";
  background-color: #FB9C6D;
  border-radius: 0.5em;
  width: 2em;
  height: 0.2em;
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#content #main .h1style {
  margin-bottom: 4em;
}
#content #main .h1style h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#content #main .h2style,
#content #main h2:not(.nopreset) {
  position: relative;
  border: 0;
  font-weight: bold;
  padding-left: 5vw;
}
@media print, screen and (min-width: 769px) {
  #content #main .h2style,
  #content #main h2:not(.nopreset) {
    padding-left: 2vw;
  }
}
#content #main .h2style::after,
#content #main h2:not(.nopreset)::after {
  content: "";
  background-color: #FB9C6D;
  position: absolute;
  bottom: -0.2em;
  border-radius: 0.5vw;
  height: 110%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1vw;
}
@media print, screen and (min-width: 769px) {
  #content #main .h2style::after,
  #content #main h2:not(.nopreset)::after {
    width: 0.5vw;
  }
}
#content #main .h2style span.description,
#content #main h2:not(.nopreset) span.description {
  font-weight: normal;
  font-size: 50%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #content #main .h2style span.description,
  #content #main h2:not(.nopreset) span.description {
    display: block;
    margin-top: 0.5em;
  }
}
@media print, screen and (min-width: 769px) {
  #content #main .h2style span.description,
  #content #main h2:not(.nopreset) span.description {
    margin-left: 1em;
  }
}
#content #main .h2style {
  margin-bottom: 3em;
}
#content #main .h2style h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#content #main h3:not(.nopreset) {
  line-height: 1.4;
  padding: 0.6em 0;
  color: #000000;
  font-weight: 500;
  position: relative;
}
#content #main h3:not(.nopreset)::before {
  width: 2em;
  border-radius: 0.5vw;
  height: 0.4vw;
  display: inline-block;
  content: "";
  background-color: #FB9C6D;
  position: absolute;
  bottom: -0.25em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content #main h3:not(.nopreset) span.description {
  font-weight: normal;
  font-size: 50%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #content #main h3:not(.nopreset) span.description {
    display: block;
    margin-top: 0.5em;
  }
}
@media print, screen and (min-width: 769px) {
  #content #main h3:not(.nopreset) span.description {
    margin-left: 1em;
  }
}
#content #main h4:not(.nopreset) {
  line-height: 1.4;
  padding: 0.6em 0em 0.6em 1.5em;
  font-weight: 500;
}
#content #main h4:not(.nopreset)::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.2em;
  background-color: #FB9C6D;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#content #main h5:not(.nopreset) {
  border-bottom: 1px solid #FB9C6D;
  padding: 0.6em 0 0.6em 0;
}
#content #main h6:not(.nopreset) {
  color: #000000;
  font-weight: bold;
  padding: 0.5em 0;
  border-bottom: 2px dotted #dddddd;
}
#content #main h3.has_description::before,
#content #main h4.has_description::before {
  top: 1em;
  -webkit-transform: none;
          transform: none;
}
@media print, screen and (min-width: 1081px) {
  #content #main h3.has_description,
  #content #main h4.has_description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #content #main h3.has_description::before,
  #content #main h4.has_description::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#content #main h3.has_description span.description,
#content #main h4.has_description span.description {
  display: block;
  font-weight: 400;
  font-size: 80%;
  margin-top: 1em;
}
@media print, screen and (min-width: 1081px) {
  #content #main h3.has_description span.description,
  #content #main h4.has_description span.description {
    margin-top: 0;
    margin-left: 2.5em;
  }
}
#content #main h5 {
  border-bottom: 1px solid #FB9C6D;
  padding: 0.6em 0 0.6em 0;
}
#content #main h6 {
  color: #000000;
  font-weight: bold;
  padding: 0.5em 0;
  border-bottom: 2px dotted #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#content #main figure.captionBlock {
  position: relative;
}
#content #main figure.captionBlock img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-width: auto;
}
#content #main figure.captionBlock figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.8em 1.8em 0.8em 1.5em;
  background-color: #fff;
  margin: 0;
  font-weight: 700;
  font-size: 1.1em;
}
#content #main figure.captionBlock figcaption::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 1em;
}
#content #main figure.captionBlock_bottom {
  position: relative;
}
#content #main figure.captionBlock_bottom img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-width: auto;
}
#content #main figure.captionBlock_bottom figcaption {
  padding: 0.8em 1.8em 0.8em 0;
  background-color: #fff;
  margin: 0;
  font-weight: 700;
  font-size: 1.1em;
}
#content #main figure.captionBlock_bottom figcaption::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 1em;
}
#content #main figure.line > a {
  display: block;
  border: 1px solid #e4e6fa;
}
#content #main figure.line > a img {
  border: 2px solid #fff;
}
#content #main figure.wp-block-table figcaption {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #content #main figure.wp-block-table.js-scrollable {
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 769px) {
  #content #main table.width2-8 tr th,
  #content #main figure.wp-block-table.width2-8 table tr th {
    width: 20%;
  }
  #content #main table.width2-8 tr td,
  #content #main figure.wp-block-table.width2-8 table tr td {
    width: 80%;
  }
}
@media print, screen and (min-width: 769px) {
  #content #main table.width3-7 tr th,
  #content #main figure.wp-block-table.width3-7 table tr th {
    width: 30%;
  }
  #content #main table.width3-7 tr td,
  #content #main figure.wp-block-table.width3-7 table tr td {
    width: 70%;
  }
}
#content #main .wp-block-file {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1em;
}
#content #main .wp-block-gallery {
  margin-top: 2em;
  margin-bottom: 2em;
}
#content #main .wp-block-group.borderBlock {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0.1em solid #dddddd;
  padding: 2em;
}
#content #main .wp-block-group.borderBlock h1:first-child,
#content #main .wp-block-group.borderBlock h2:first-child,
#content #main .wp-block-group.borderBlock h3:first-child,
#content #main .wp-block-group.borderBlock h4:first-child,
#content #main .wp-block-group.borderBlock h5:first-child,
#content #main .wp-block-group.borderBlock h6:first-child {
  margin-top: 0;
}
#content #main .wp-block-group.borderBlock :last-child {
  margin-bottom: 0;
}
#content #main .wp-block-gallery .wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #content #main .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  #content #main .wp-block-columns {
    gap: 0;
    margin-bottom: 3em;
  }
}
@media print, screen and (min-width: 769px) {
  #content #main .wp-block-columns {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
#content #main .wp-block-columns h1:first-child,
#content #main .wp-block-columns h2:first-child,
#content #main .wp-block-columns h3:first-child,
#content #main .wp-block-columns h4:first-child,
#content #main .wp-block-columns h5:first-child,
#content #main .wp-block-columns h6:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 769px) {
  #content #main .wp-block-columns .wp-block-image {
    margin-bottom: 0;
  }
  #content #main .wp-block-columns .wp-block-image:first-of-type {
    margin-top: 0;
  }
  #content #main .wp-block-columns .wp-block-image:not(:first-of-type) {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  #content #main .wp-block-columns .wp-block-image {
    margin-bottom: 1em;
  }
  #content #main .wp-block-columns .wp-block-image:first-of-type {
    margin-top: 0;
  }
  #content #main .wp-block-columns .wp-block-image:not(:first-of-type) {
    margin-top: 1em;
  }
}
#content #main .wp-block-columns .gmapWrap {
  margin-bottom: 0;
}
#content #main .wp-block-columns figure.wp-block-table table {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #content #main .wp-block-columns figure.wp-block-table table {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
#content #main .wp-block-buttons {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3em auto 0 auto;
}
#content #main .wp-block-buttons:not(.is-content-justification-center, .is-content-justification-left, .is-content-justification-right) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content #main .wp-block-buttons.is-content-justification-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content #main .wp-block-buttons.is-content-justification-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#content #main .wp-block-buttons.is-content-justification-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#content #main .wp-block-buttons.is-vertical .wp-block-button {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
#content #main .wp-block-buttons .wp-block-button {
  width: auto;
  margin-bottom: 0.8em;
}
#content #main .wp-block-buttons .wp-block-button a:not([href]) {
  pointer-events: none;
}
#content #main .wp-block-buttons .wp-block-button a:not([href]):hover {
  opacity: 1;
}
#content #main .wp-block-buttons .wp-block-button a:not([href]), #content #main .wp-block-buttons .wp-block-button.nolink a {
  background-color: #dddddd;
  border-color: #dddddd;
}
#content #main .wp-block-buttons .wp-block-button a:not([href])::after, #content #main .wp-block-buttons .wp-block-button.nolink a::after {
  color: #fff;
}
#content #main .wp-block-buttons .wp-block-button a:not([href]):hover, #content #main .wp-block-buttons .wp-block-button.nolink a:hover {
  opacity: 1;
  color: #999999;
  background-color: #fff;
  border-color: #999999;
}
#content #main .wp-block-buttons .wp-block-button a:not([href]):hover::after, #content #main .wp-block-buttons .wp-block-button.nolink a:hover::after {
  color: #999999;
}
#content #main .wp-block-buttons + .wp-block-buttons {
  margin-top: 0;
}
#content #main .wp-block-image {
  margin-left: 0;
  margin-right: 0;
  margin-top: 3em;
  margin-bottom: 3em;
}
#content #main .wp-block-image.borderImage img {
  border: 0.1em solid #dddddd;
}
#content #main .img100 img {
  max-width: none;
  width: 100%;
  height: auto;
}
#content #main .wp-block-cover__inner-container p:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  #content #main .wp-block-media-text .wp-block-media-text__content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 768px) {
  #content #main .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
  #content #main .wp-block-media-text .wp-block-media-text__content p {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
#content #main .wp-block-media-text .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #content #main .wp-block-media-text__media img {
    max-width: 100%;
    width: auto;
  }
}
#content #main .wp-block-audio {
  width: 100%;
  padding: 0;
  margin: 0;
}
#content #main .wp-block-audio audio {
  max-width: 100%;
  min-width: auto;
}
#content #main .wp-block-audio figcaption {
  font-size: 90%;
  text-align: center;
}
#content #main .wp-block-pullquote {
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  margin-bottom: 1.75em;
  color: #000000;
  background-color: transparent;
}
#content #main .wp-block-quote {
  background: #eeeeee;
  border: 1px solid #ddd;
  padding: 1em !important;
  margin: 1em 0 !important;
}
#content #main .wp-block-quote p:last-child {
  margin-bottom: 0;
}
#content #main .wp-block-quote cite {
  font-style: italic;
  font-size: 90%;
}
#content #main .wp-block-table {
  margin: 0 0 1em 0;
}
@media screen and (max-width: 768px) {
  #content #main .wp-block-table {
    padding-left: 0;
    padding-right: 0;
  }
  #content #main .wp-block-table td {
    white-space: nowrap;
  }
}
#content #main .wp-block-table.is-style-stripes {
  border-bottom: none;
}
#content #main .wp-block-table figcaption {
  font-size: 90%;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 769px) {
  #content #main .wp-block-table figcaption {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #content #main .wp-block-table.fold td {
    white-space: normal;
  }
}
#content #main figure.wp-block-table {
  margin-top: 0;
  margin-bottom: 0;
}
#content #main .importantTxt {
  font-size: 120%;
  font-weight: bold;
  color: #cc0000;
}
#content #main #nav-below {
  position: relative;
  margin: 4em 0 2em 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 769px) {
  #content #main #nav-below {
    margin: 5em 0 4em 0;
  }
}
#content #main #nav-below > * {
  width: 33.3333333333%;
}
#content #main #nav-below .nav-all a,
#content #main #nav-below .nav-previous a,
#content #main #nav-below .nav-next a {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.8;
  border-radius: 2em;
  background-color: #fff;
  color: #FB9C6D;
  text-decoration: none;
  border: 0.1em solid #FB9C6D;
}
@media screen and (max-width: 768px) {
  #content #main #nav-below .nav-all a,
  #content #main #nav-below .nav-previous a,
  #content #main #nav-below .nav-next a {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  #content #main #nav-below .nav-all a,
  #content #main #nav-below .nav-previous a,
  #content #main #nav-below .nav-next a {
    padding: 0.8em 1.5em;
  }
}
@media print, screen and (min-width: 769px) {
  #content #main #nav-below .nav-all a,
  #content #main #nav-below .nav-previous a,
  #content #main #nav-below .nav-next a {
    padding: 1em 2em;
  }
}
@media print, screen and (min-width: 1081px) {
  #content #main #nav-below .nav-all a,
  #content #main #nav-below .nav-previous a,
  #content #main #nav-below .nav-next a {
    border-radius: 2em;
    padding: 1em 5em;
  }
}
#content #main #nav-below .nav-all a::before, #content #main #nav-below .nav-all a::after,
#content #main #nav-below .nav-previous a::before,
#content #main #nav-below .nav-previous a::after,
#content #main #nav-below .nav-next a::before,
#content #main #nav-below .nav-next a::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#content #main #nav-below .nav-all a:hover,
#content #main #nav-below .nav-previous a:hover,
#content #main #nav-below .nav-next a:hover {
  background-color: #FB9C6D;
  color: #fff;
}
#content #main #nav-below .nav-all a:hover::before, #content #main #nav-below .nav-all a:hover::after,
#content #main #nav-below .nav-previous a:hover::before,
#content #main #nav-below .nav-previous a:hover::after,
#content #main #nav-below .nav-next a:hover::before,
#content #main #nav-below .nav-next a:hover::after {
  color: #fff;
}
#content #main #nav-below .nav-all {
  text-align: center;
}
#content #main #nav-below .nav-previous a::before {
  content: "\f100";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FB9C6D;
  margin-right: 0.5em;
}
#content #main #nav-below .nav-next {
  text-align: right;
}
#content #main #nav-below .nav-next a::after {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FB9C6D;
  margin-left: 0.5em;
}
#content .gmapWrap {
  margin-bottom: 3em;
}
#content .gmapWrap:has(iframe) {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#content .gmapWrap:has(iframe) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single #content table, body.page #content table {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em;
  border-collapse: collapse;
  table-layout: auto;
}
body.single #content table p, body.page #content table p {
  margin-bottom: 0;
}
body.single #content table th,
body.single #content table td, body.page #content table th,
body.page #content table td {
  border: none;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
body.single #content table th ol,
body.single #content table th ul,
body.single #content table td ol,
body.single #content table td ul, body.page #content table th ol,
body.page #content table th ul,
body.page #content table td ol,
body.page #content table td ul {
  margin-bottom: 0;
}
body.single #content table thead, body.page #content table thead {
  border-bottom: 3px solid #eeeeee;
  background-color: transparent;
}
body.single #content table tfoot, body.page #content table tfoot {
  border-top: 3px solid #eeeeee;
}
body.single #content table th, body.page #content table th {
  vertical-align: top;
  border-top: 1px solid #eeeeee;
  padding: 1.2em 2em 1.2em 0;
  white-space: nowrap;
  position: relative;
  text-align: left;
  color: #F17133;
}
body.single #content table td, body.page #content table td {
  border-top: 1px solid #eeeeee;
  padding: 1.2em 0;
}
body.single #content table td table th, body.page #content table td table th {
  width: auto;
}
body.single #content table td table td, body.page #content table td table td {
  width: auto;
}
@media screen and (max-width: 768px) {
  body.single #content figure.fold table,
  body.single #content table.fold, body.page #content figure.fold table,
  body.page #content table.fold {
    border-bottom: none;
    border-right: none;
    border-left: none;
  }
  body.single #content figure.fold table th,
  body.single #content table.fold th, body.page #content figure.fold table th,
  body.page #content table.fold th {
    width: 100%;
    display: block;
  }
  body.single #content figure.fold table td,
  body.single #content table.fold td, body.page #content figure.fold table td,
  body.page #content table.fold td {
    width: 100%;
    display: block;
    border-top: none;
    padding-top: 0;
  }
}
body.single #content figure.line table,
body.single #content table.line, body.page #content figure.line table,
body.page #content table.line {
  border-top: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
body.single #content figure.line table th,
body.single #content figure.line table td,
body.single #content table.line th,
body.single #content table.line td, body.page #content figure.line table th,
body.page #content figure.line table td,
body.page #content table.line th,
body.page #content table.line td {
  padding-top: 1em;
  padding-bottom: 1em;
  border-left: none;
  border-right: none;
  background-color: transparent;
}
body.single #content figure.line table th,
body.single #content table.line th, body.page #content figure.line table th,
body.page #content table.line th {
  border-color: #dddddd;
  text-align: left;
  font-weight: 500;
  vertical-align: baseline;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  body.single #content figure.line table th,
  body.single #content table.line th, body.page #content figure.line table th,
  body.page #content table.line th {
    padding-right: 0;
  }
}
body.single #content figure.line table td,
body.single #content table.line td, body.page #content figure.line table td,
body.page #content table.line td {
  border-color: #dddddd;
}
@media screen and (max-width: 768px) {
  body.single #content figure.line table td,
  body.single #content table.line td, body.page #content figure.line table td,
  body.page #content table.line td {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single #content figure.noline table,
body.single #content table.noline, body.page #content figure.noline table,
body.page #content table.noline {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
body.single #content figure.noline table th,
body.single #content figure.noline table td,
body.single #content table.noline th,
body.single #content table.noline td, body.page #content figure.noline table th,
body.page #content figure.noline table td,
body.page #content table.noline th,
body.page #content table.noline td {
  padding-top: 1em;
  padding-bottom: 1em;
  border: none;
  background-color: transparent;
}
body.single #content figure.noline table th,
body.single #content table.noline th, body.page #content figure.noline table th,
body.page #content table.noline th {
  border: none;
  text-align: left;
  vertical-align: baseline;
}
body.single #content figure.nolinecenter table,
body.single #content table.nolinecenter, body.page #content figure.nolinecenter table,
body.page #content table.nolinecenter {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
@media print, screen and (min-width: 769px) {
  body.single #content figure.nolinecenter table,
  body.single #content table.nolinecenter, body.page #content figure.nolinecenter table,
  body.page #content table.nolinecenter {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
body.single #content figure.nolinecenter table tr:not(:first-of-type) td:first-of-type,
body.single #content table.nolinecenter tr:not(:first-of-type) td:first-of-type, body.page #content figure.nolinecenter table tr:not(:first-of-type) td:first-of-type,
body.page #content table.nolinecenter tr:not(:first-of-type) td:first-of-type {
  margin-top: 0.5em;
}
body.single #content figure.nolinecenter table th,
body.single #content figure.nolinecenter table td,
body.single #content table.nolinecenter th,
body.single #content table.nolinecenter td, body.page #content figure.nolinecenter table th,
body.page #content figure.nolinecenter table td,
body.page #content table.nolinecenter th,
body.page #content table.nolinecenter td {
  vertical-align: top;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  body.single #content figure.nolinecenter table th,
  body.single #content figure.nolinecenter table td,
  body.single #content table.nolinecenter th,
  body.single #content table.nolinecenter td, body.page #content figure.nolinecenter table th,
  body.page #content figure.nolinecenter table td,
  body.page #content table.nolinecenter th,
  body.page #content table.nolinecenter td {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.2em 0;
    white-space: normal !important;
  }
}
body.single #content figure.nolinecenter table th,
body.single #content table.nolinecenter th, body.page #content figure.nolinecenter table th,
body.page #content table.nolinecenter th {
  border: none;
  text-align: left;
  vertical-align: baseline;
}

/* #content */
/*--------------------------------------------------------------------------------
common parts font
--------------------------------------------------------------------------------*/
.search-highlight {
  background-color: #f9f988;
}

.colorBg {
  background-color: #f6f2f9;
  width: 100vw;
  margin: 3em calc(50% - 50vw);
  padding-top: 1em;
  padding-bottom: 1em;
}
@media print, screen and (min-width: 769px) {
  .colorBg {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.stantBg_pageWrap {
  position: relative;
}
.stantBg_pageWrap::before {
  /*clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 20%);*/
  content: "";
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEEAE1), to(#ffffff));
  background: linear-gradient(#FEEAE1 0%, #ffffff 100%);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .stantBg_pageWrap::before {
    border-radius: 80px 0 0 0;
    height: 18em;
  }
}
@media print, screen and (min-width: 769px) {
  .stantBg_pageWrap::before {
    border-radius: 96px 0 0 0;
    height: 30em;
  }
}
@media print, screen and (min-width: 1081px) {
  .stantBg_pageWrap::before {
    border-radius: 120px 0 0 0;
    height: 30em;
  }
}

.snsshareArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
.snsshareArea a {
  color: #fff;
  text-align: center;
  padding: 0.5em;
  width: calc(33.3333333333% - 1em);
}
@media print, screen and (min-width: 769px) {
  .snsshareArea a {
    width: calc(33.3333333333% - 2em);
  }
}
.snsshareArea a.facebook {
  background-color: #3b5998;
}
.snsshareArea a.x {
  background-color: #000000;
}
.snsshareArea a.instagram {
  background-color: #000000;
}
.snsshareArea a.line {
  background-color: #00c300;
}

.utility li {
  list-style: none;
  line-height: 1em;
  border-left: 1px solid #000000;
  margin-left: 1em;
  padding-left: 1em;
}
.utility li:first-of-type {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.utility li a {
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .utility li {
    margin-left: 0.5em;
    padding-left: 0.5em;
  }
}

.searchformArea {
  display: block;
}
.searchformArea form {
  padding: 1em 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.searchformArea form input[type=text] {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .searchformArea form input[type=text] {
    width: calc(100% - 6.5em);
  }
}
.searchformArea form button[type=submit] {
  padding: 0.5em 1em;
  border: none;
  background-color: #eeeeee;
  color: #000000;
  letter-spacing: 0.1em;
}
.searchformArea form button[type=submit]:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .searchformArea form button[type=submit] {
    width: 6.5em;
  }
}

.new {
  font-size: 0.8em;
  padding: 0 0.5em;
  letter-spacing: 0.1em;
  color: #d65a65;
}

.adobeBlock {
  padding: 0.8em;
  background-color: #efefef;
}
.adobeBlock p {
  font-size: 0.8em;
}
.adobeBlock p:last-of-type {
  margin-bottom: 0;
}

.font-poppins {
  font-family: "poppins", sans-serif;
}

.font-quicksand {
  font-family: "Quicksand", sans-serif;
}

.titleArea {
  position: relative;
}
.titleArea h2 {
  text-align: center;
  letter-spacing: 0.025em;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
.titleArea span.en {
  display: block;
  color: #FB9C6D;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 0.65em;
  line-height: 1em;
  /*		@include tb {
  			font-size: 2em;
  			line-height: 1em;
  		}
  		@include pc {
  			font-size: 2.3em;
  		}*/
}
.titleArea span.mincho {
  font-family: "Noto Serif JP", serif;
  display: block;
  color: #FB9C6D;
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1em;
}
.titleArea span.txt {
  font-size: 1.25em;
  font-weight: 600;
  /*		@include tb {
  			font-size: 0.6em;
  		}*/
}
.titleArea .btn a {
  font-size: 0.9em;
}
.titleArea .btn::after {
  right: 1em;
}

/*--------------------------------------------------------------------------------
common parts ul
--------------------------------------------------------------------------------*/
.dateIcon::before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
}

.areaIcon::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
}

.comIcon::before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
}

.detailIcon::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
}

/* baloonBg */
ul.balloonBg {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 769px) {
  ul.balloonBg {
    margin-bottom: 4em;
  }
}
ul.balloonBg li {
  position: relative;
  background-color: #FB9C6D;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
}
ul.balloonBg li::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1em;
  border: 1em solid transparent;
  border-top: 1em solid #FB9C6D;
}
@media screen and (max-width: 768px) {
  ul.balloonBg li {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 769px) {
  ul.balloonBg li {
    width: 48%;
    margin-bottom: 2em;
    padding: 2em 1em;
  }
}
@media print, screen and (min-width: 1081px) {
  ul.balloonBg li {
    width: 23%;
    padding: 4.5em 1em;
    margin-bottom: 0;
  }
}

/* baloonLine */
.balloonLine {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 4em;
  padding: 2.5em;
  border: 1px solid #FB9C6D;
}
@media screen and (max-width: 768px) {
  .balloonLine {
    padding: 1em;
  }
  .balloonLine .wp-block-column:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
.balloonLine:not(.last)::before, .balloonLine:not(.last)::after {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: solid transparent;
  content: "";
}
.balloonLine:not(.last)::before {
  border-color: transparent;
  border-top-color: #FB9C6D;
  border-width: 2em;
}
.balloonLine:not(.last)::after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 2em;
  margin-top: -1px;
}
.balloonLine .inner {
  padding: 1.5em;
  background-color: #eeeeee;
  margin-top: 2em;
}
.balloonLine .inner .wp-block-buttons {
  margin-top: 1em !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.balloonLine .inner .wp-block-buttons .wp-block-button {
  margin-bottom: 0 !important;
}

ul.indexList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8em;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  ul.indexList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
ul.indexList li {
  font-size: 0.8em;
}
ul.indexList li a {
  font-weight: bold;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.1em solid #FB9C6D;
  background-color: #FB9C6D;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  padding: 1.5em 2em;
  line-height: 1;
  vertical-align: middle;
}
ul.indexList li a:hover {
  background-color: #fff;
  color: #FB9C6D;
}
ul.indexList li.current a {
  background-color: #fff;
  color: #FB9C6D;
}
ul.indexList li.current a:hover {
  background-color: #FB9C6D;
  color: #fff;
}
ul.indexList.is-style-outline li a {
  background-color: #fff;
  color: #FB9C6D;
}
ul.indexList.is-style-outline li a:hover {
  background-color: #FB9C6D;
  color: #fff;
}
ul.indexList.is-style-outline li.current a {
  background-color: #FB9C6D;
  color: #fff;
}
ul.indexList.is-style-outline li.current a:hover {
  background-color: #fff;
  color: #FB9C6D;
}

/* indexList */
ul.processList li {
  border: 0.1em solid #FB9C6D;
  border-radius: 1em;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 1.5em;
}
ul.processList li:not(:first-of-type)::before {
  content: "";
  background-color: #FB9C6D;
  width: 0.1em;
  height: 1.5em;
  position: absolute;
  left: 50%;
  top: calc(-1.5em - 1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
ul.processList li.invert {
  background-color: #FB9C6D;
  color: #fff;
}
ul.processList li.bold {
  font-weight: bold;
}

ul.columnList {
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 2em;
}
ul.columnList.column3 {
  grid-template-columns: repeat(3, 1fr);
}
ul.columnList.column4 {
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 769px) {
  ul.columnList.column4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1081px) {
  ul.columnList.column4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

ul.commonList li {
  margin: 0 0 0 0;
  padding: 0.6em 0;
  border-bottom: 1px solid #dddddd;
  position: relative;
  width: 100%;
}
ul.commonList li:first-child {
  border-top: 1px solid #dddddd;
}
ul.commonList li a {
  padding-left: 1.25em;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}
ul.commonList li a:hover {
  text-decoration: none;
}
ul.commonList li a::before {
  color: #ebe1f1;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0%;
}

/* commonList */
ul.common-newsList {
  border-top: 0.1em solid #eeeeee;
  margin-bottom: 3em;
}
ul.common-newsList li {
  font-weight: 500;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0.1em solid #eeeeee;
}
ul.common-newsList li > a {
  position: relative;
  width: 100%;
  display: block;
  padding: 1.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 1081px) {
  ul.common-newsList li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
ul.common-newsList li > a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #242e3b;
  position: absolute;
  font-size: 100%;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
ul.common-newsList li > a:hover {
  background: #fffaf8;
}
ul.common-newsList li > a:hover span.title {
  text-decoration: underline;
}
ul.common-newsList li > a:hover span.date {
  text-decoration: none;
}
ul.common-newsList li > a:hover::before {
  color: #FB9C6D;
}
ul.common-newsList li .date {
  display: inline-block;
  width: 8.5em;
}
ul.common-newsList li .terms {
  display: inline-block;
  width: 8.5em;
}
ul.common-newsList li .terms .cat:not(:has(a)) {
  width: 9em;
  min-width: auto;
  padding-left: 0;
  padding-right: 0;
}
ul.common-newsList li .title {
  display: block;
  width: 100%;
  margin-top: 0.5em;
  padding-right: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 1081px) {
  ul.common-newsList li .title {
    display: inline-block;
    width: calc(100% - 17em);
  }
}

ul.archiveThumbList {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5em 3em;
  margin-bottom: 5em;
  /* li */
}
@media print, screen and (min-width: 769px) {
  ul.archiveThumbList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1081px) {
  ul.archiveThumbList {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.archiveThumbList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.archiveThumbList li .thumbBlock {
  position: relative;
}
ul.archiveThumbList li .thumbBlock a {
  display: block;
}
ul.archiveThumbList li .thumbBlock a img {
  border-radius: 1em 1em 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
ul.archiveThumbList li .thumbBlock a:hover {
  opacity: 0.8;
}
ul.archiveThumbList li .textBlock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ul.archiveThumbList li .textBlock p {
  margin-bottom: 0;
}
ul.archiveThumbList li .textBlock .term {
  font-size: 0.7em;
  margin-bottom: 1em;
}
ul.archiveThumbList li .textBlock .title {
  font-weight: bold;
  margin-bottom: 1em;
}
ul.archiveThumbList li .textBlock .title a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
ul.archiveThumbList li .textBlock .title a:hover {
  text-decoration: underline;
}
ul.archiveThumbList li .textBlock .title .new {
  display: none;
}
ul.archiveThumbList li .textBlock .datetext {
  font-weight: bold;
  color: #FB9C6D;
  margin-bottom: 1em;
}
ul.archiveThumbList li .textBlock .summary {
  margin-bottom: 1em;
}
ul.archiveThumbList li .textBlock .summary p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
}
ul.archiveThumbList li .detailBtn {
  margin: 0;
  text-align: center;
}
ul.archiveThumbList li .detailBtn a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  background-color: #00AB8D;
  border-color: #00AB8D;
  border-radius: 0;
}
ul.archiveThumbList li .detailBtn a:hover {
  background-color: #e9f7f5;
  border-color: #e9f7f5;
  color: #00AB8D;
}
ul.archiveThumbList li .detailBtn a:hover::before {
  background: #00AB8D;
}
ul.archiveThumbList li .detailBtn a:hover::after {
  border-left: 1px solid #00AB8D;
  border-bottom: 1px solid #00AB8D;
}

ul.btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  ul.btnList {
    gap: 2vw;
  }
}
ul.btnList li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  ul.btnList li:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 769px) {
  ul.btnList li {
    width: calc(50% - 1vw);
  }
}
ul.btnList li a {
  display: block;
  padding-left: 2em;
  padding-right: 4.5em;
}

/* -------------------------------------------------- slick -------------------------------------------------- */
.eventsingleSlick,
.eventblockSlick,
.pickupcontentsSlick,
.featureeventSlick {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.eventsingleSlick.slick-initialized,
.eventblockSlick.slick-initialized,
.pickupcontentsSlick.slick-initialized,
.featureeventSlick.slick-initialized {
  opacity: 1;
}

#content .slick-slide img {
  max-width: none;
  width: 100%;
  height: auto;
}
#content .slick-prev,
#content .slick-next {
  z-index: 100;
  width: 10vw;
  height: 10vw;
}
@media print, screen and (min-width: 769px) {
  #content .slick-prev,
  #content .slick-next {
    width: 2.75em;
    height: 2.75em;
  }
}
#content .slick-prev::before,
#content .slick-next::before {
  font-size: 1.4em;
  color: #000000;
  opacity: 1 !important;
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  width: 10vw;
  height: 10vw;
}
@media print, screen and (min-width: 769px) {
  #content .slick-prev::before,
  #content .slick-next::before {
    width: 2.75em;
    height: 2.75em;
  }
}
#content .slick-prev {
  left: 0;
}
#content .slick-next {
  right: 0;
}
#content .slick-dots {
  /* 3個以下の時はドット表示しない */
  width: auto;
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  margin-left: 0 !important;
  padding: 0;
}
#content .slick-dots:not(:has(:nth-child(4))) {
  display: none !important;
}
@media print, screen and (min-width: 769px) {
  #content .slick-dots {
    padding: 0;
  }
}
#content .slick-dots li {
  vertical-align: middle;
  opacity: 1 !important;
  margin: 0 calc(0.6em * 0.5);
  width: calc(0.6em * 1.5);
  height: calc(0.6em * 1.5);
}
#content .slick-dots li:first-child {
  margin-left: calc(0.6em * 2);
}
#content .slick-dots li:last-child {
  margin-right: calc(0.6em * 2);
}
#content .slick-dots li button {
  font-size: 1em;
  width: calc(0.6em * 1.5);
  height: calc(0.6em * 1.5);
  line-height: calc(0.6em * 1.5);
  background-color: #aaaaaa;
  opacity: 1;
  border-radius: 100%;
}
#content .slick-dots li button::before {
  display: none;
}
#content .slick-dots li.slick-active button {
  opacity: 1;
}
#content .slick-dots li.slick-active button::before {
  display: none;
}
#content .common-arrow-prev,
#content .common-arrow-next {
  cursor: pointer;
}
#content .common-arrow-prev::before,
#content .common-arrow-next::before {
  content: "";
  display: block;
  width: 2.75em;
  height: 2.75em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#content .common-arrow-prev:hover::before,
#content .common-arrow-next:hover::before {
  -webkit-filter: brightness(2);
          filter: brightness(2);
}
#content .common-arrow-prev::before {
  background-image: url(../img/top-slick_prev.svg);
}
#content .common-arrow-next::before {
  background-image: url(../img/top-slick_next.svg);
}
#content .mainColor ul.slick-dots {
  text-align: left;
}
#content .mainColor ul.slick-dots li.slick-active button {
  opacity: 1 !important;
  background-color: #00AB8D !important;
}

/*--------------------------------------------------------------------------------
btn,cat
--------------------------------------------------------------------------------*/
span.need, span.noneed {
  line-height: 1.8;
  font-size: 80%;
  font-weight: bold;
  padding: 0 1em;
  display: inline-block;
  letter-spacing: 0.15em;
}
span.need {
  background-color: #d40000;
  color: #fff;
}
span.noneed {
  background-color: #2b2b2b;
  color: #fff;
}

.btnArea {
  margin-top: 1.5em;
  margin-bottom: 2em;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.btn.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* --------------------------------------------------------------------------------
 catset
-------------------------------------------------------------------------------- */
.cat {
  display: inline-block;
}
.cat:not(:only-child) {
  margin-right: 0.5em;
}
.cat:not(:has(a)) {
  display: inline-block;
  min-width: 5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  background-color: #fff;
  border: 2px solid #FB9C6D;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3;
  color: #FB9C6D;
}
@media screen and (max-width: 768px) {
  .cat:not(:has(a)) {
    font-size: 70%;
    line-height: 1.4em;
  }
}
@media print, screen and (min-width: 769px) {
  .cat:not(:has(a)) {
    font-size: 80%;
  }
}
.cat a {
  display: inline-block;
  min-width: 5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  background-color: #fff;
  border: 2px solid #FB9C6D;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3;
  color: #FB9C6D;
}
.cat a.view::before, .cat a.eat::before, .cat a.buy::before, .cat a.stay::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.5em;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.cat a.view::before {
  background-image: url(../img/icon_information_view.svg);
}
.cat a.eat::before {
  background-image: url(../img/icon_information_eat.svg);
}
.cat a.buy::before {
  background-image: url(../img/icon_information_buy.svg);
}
.cat a.stay::before {
  background-image: url(../img/icon_information_stay.svg);
}

.centerBtnBlock {
  text-align: center;
}
.centerBtnBlock a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

/*--------------------------------------------------------------------------------
contact form
--------------------------------------------------------------------------------*/
.contactbtn {
  font-size: 0.9em;
  padding: 0.5em;
  color: #fff !important;
  border: 2px solid #777;
  background-color: #777;
}
.contactbtn :hover {
  color: #fff;
  border: 2px solid #111;
  background-color: #111;
}

/* 送信・確認ボタン */
.btn_submit input,
.wpcf7-submit {
  background: #aaa;
}

.btn_submit input:hover,
.wpcf7-submit:hover {
  background: #000000;
}

.btn_submit input:active,
.wpcf7-submit:active {
  background: #666;
}

.cautionTxt {
  color: #ff0000;
}

.leadBlock {
  line-height: 1.8;
  margin-top: 3em;
  margin-bottom: 3em;
}
.leadBlock span.need {
  margin-right: 0.8em;
}
.leadBlock .numberTxt {
  font-size: 120%;
  font-weight: bold;
}

#content .formArea {
  /* catalog */
}
#content .formArea dl {
  border-top: 0.1vw solid #eeeeee;
  margin-bottom: 2em;
  /* dd */
}
@media print, screen and (min-width: 769px) {
  #content .formArea dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#content .formArea dl dt,
#content .formArea dl dd {
  border-bottom: 0.1vw solid #eeeeee;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  font-weight: 500;
}
#content .formArea dl dt p:not([class]):last-of-type,
#content .formArea dl dd p:not([class]):last-of-type {
  margin-bottom: 0;
}
#content .formArea dl dt {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  /* space */
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 4em;
}
@media print, screen and (min-width: 1081px) {
  #content .formArea dl dt {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media print, screen and (min-width: 769px) {
  #content .formArea dl dt {
    padding-top: 1.2em;
    padding-bottom: 1.5em;
    padding-right: 8em;
  }
}
#content .formArea dl dt span {
  position: absolute;
  right: 0;
  top: 1em;
}
@media print, screen and (min-width: 769px) {
  #content .formArea dl dt span {
    top: 1.7em;
    right: 4em;
  }
}
#content .formArea dl dd {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}
@media print, screen and (min-width: 1081px) {
  #content .formArea dl dd {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
#content .formArea dl dd p.productName {
  margin-bottom: 0.5em;
}
#content .formArea dl dd p.commentDescription, #content .formArea dl dd p.postalDescription {
  margin-bottom: 0.5em;
}
#content .formArea dl dd div.postalCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.5em;
  gap: 0.8em;
}
#content .formArea dl dd input[type=email],
#content .formArea dl dd input[type=tel],
#content .formArea dl dd input[type=text],
#content .formArea dl dd textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#content .formArea dl dd input[type=checkbox] {
  margin-right: 0.5em;
}
#content .formArea dl dd input[type=radio] {
  margin-right: 0.5em;
}
#content .formArea dl dd.inquirytypeRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content .formArea dl dd.inquirytypeRadio label {
  line-height: 2;
}
#content .formArea dl dd.inquirytypeRadio span.wpcf7-list-item {
  display: block;
}
#content .formArea dl dd.seibetsuRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content .formArea dl dd.seibetsuRadio label {
  line-height: 2;
}
#content .formArea dl dd.seibetsuRadio span.wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label::after {
  content: "／";
  margin-left: 1em;
  margin-right: 1em;
}
#content .formArea .acceptanceArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}
#content .formArea .acceptanceArea input[type=checkbox] {
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  #content .formArea .acceptanceArea {
    display: block;
  }
}
#content .formArea .submitArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content .formArea .submitArea input[type=submit] {
  font-size: 1.2em !important;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 4em;
  padding: 1em;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: #000000;
  border: 0.1em solid #000000;
}
@media print, screen and (min-width: 769px) {
  #content .formArea .submitArea input[type=submit] {
    width: 25vw;
    min-width: 20em;
  }
}
#content .formArea .submitArea input[type=submit]:hover {
  background-color: #fff;
  color: #000000;
  border-color: #000000;
}
#content .formArea .wpcf7-spinner {
  display: none;
}

/* formArea */
/*--------------------------------------------------------------------------------
header
--------------------------------------------------------------------------------*/
.switch {
  background-color: transparent;
}
.switch #mainNavi .logoColumn {
  background-color: #fff;
}
.switch #mainNavi .logoColumn .site-titleArea {
  height: 80px;
  padding-left: calc(80px * 2);
}
@media print, screen and (min-width: 769px) {
  .switch #mainNavi .logoColumn .site-titleArea {
    height: 96px;
    padding-left: calc(96px * 2.2);
  }
}
@media print, screen and (min-width: 1081px) {
  .switch #mainNavi .logoColumn .site-titleArea {
    height: 120px;
    padding-left: calc(120px * 2.4);
  }
}
.switch #mainNavi .logoColumn .site-titleArea #site-title {
  top: 10px;
}
@media print, screen and (min-width: 769px) {
  .switch #mainNavi .logoColumn .site-titleArea #site-title {
    top: 15px;
  }
}
@media print, screen and (min-width: 1081px) {
  .switch #mainNavi .logoColumn .site-titleArea #site-title {
    top: 20px;
  }
}
.switch #mainNavi .logoColumn .site-titleArea #site-title a img {
  height: 80px;
}
@media print, screen and (min-width: 769px) {
  .switch #mainNavi .logoColumn .site-titleArea #site-title a img {
    height: 96px;
  }
}
@media print, screen and (min-width: 1081px) {
  .switch #mainNavi .logoColumn .site-titleArea #site-title a img {
    height: 120px;
  }
}
.switch #mainNavi .logoColumn .menuArea .menuBtn a {
  border-radius: 24% 0 24% 24%;
}
@media screen and (max-width: 768px) {
  .switch #mainNavi .logoColumn .menuArea .menuBtn a {
    margin-top: 20px;
    width: calc(80px + 20px);
    height: calc(80px + 20px);
    line-height: calc(80px + 20px);
    font-size: 2em;
  }
}
@media print, screen and (min-width: 769px) {
  .switch #mainNavi .logoColumn .menuArea .menuBtn a {
    margin-top: 30px;
    width: calc(96px + 30px);
    height: calc(96px + 30px);
    line-height: calc(96px + 30px);
    font-size: 3em;
  }
}
@media print, screen and (min-width: 1081px) {
  .switch #mainNavi .logoColumn .menuArea .menuBtn a {
    margin-top: 40px;
    width: calc(120px + 40px);
    height: calc(120px + 40px);
    line-height: calc(120px + 40px);
    font-size: 4em;
  }
}
.switch.show {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.switch.show #mainNavi .logoColumn .site-titleArea {
  height: 80px;
  padding-left: calc(80px * 1.6);
}
@media print, screen and (min-width: 769px) {
  .switch.show #mainNavi .logoColumn .site-titleArea {
    height: 96px;
    padding-left: calc(96px * 1.8);
  }
}
@media print, screen and (min-width: 1081px) {
  .switch.show #mainNavi .logoColumn .site-titleArea {
    height: 120px;
    padding-left: calc(120px * 1.9);
  }
}
.switch.show #mainNavi .logoColumn .site-titleArea #site-title {
  top: 6px;
}
@media print, screen and (min-width: 769px) {
  .switch.show #mainNavi .logoColumn .site-titleArea #site-title {
    top: 8px;
  }
}
@media print, screen and (min-width: 1081px) {
  .switch.show #mainNavi .logoColumn .site-titleArea #site-title {
    top: 10px;
  }
}
.switch.show #mainNavi .logoColumn .site-titleArea #site-title a img {
  height: calc(80px * 0.8);
}
@media print, screen and (min-width: 769px) {
  .switch.show #mainNavi .logoColumn .site-titleArea #site-title a img {
    height: calc(96px * 0.8);
  }
}
@media print, screen and (min-width: 1081px) {
  .switch.show #mainNavi .logoColumn .site-titleArea #site-title a img {
    height: calc(120px * 0.8);
  }
}
.switch.show #mainNavi .logoColumn .menuArea .menuBtn a {
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .switch.show #mainNavi .logoColumn .menuArea .menuBtn a {
    margin-top: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 2em;
  }
}
@media print, screen and (min-width: 769px) {
  .switch.show #mainNavi .logoColumn .menuArea .menuBtn a {
    margin-top: 0;
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 3em;
  }
}
@media print, screen and (min-width: 1081px) {
  .switch.show #mainNavi .logoColumn .menuArea .menuBtn a {
    margin-top: 0;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 4em;
  }
}

@media screen and (max-width: 768px) {
  body:not(.home) {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 769px) {
  body:not(.home) {
    padding-top: 96px;
  }
}
@media print, screen and (min-width: 1081px) {
  body:not(.home) {
    padding-top: 120px;
  }
}

body:not(.home) header {
  background-color: #fff;
  /*box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);*/
}

header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  z-index: 1000;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  header {
    height: 96px;
  }
}
@media print, screen and (min-width: 1081px) {
  header {
    height: 120px;
  }
}
header #mainNavi {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-sizing: border-box;
  /* logocolumn */
}
header #mainNavi .logoColumn {
  position: relative;
  width: 100%; /* ie */
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* menu-main-container */
}
@media print, screen and (min-width: 769px) {
  header #mainNavi .logoColumn {
    height: 96px;
  }
}
@media print, screen and (min-width: 1081px) {
  header #mainNavi .logoColumn {
    height: 120px;
  }
}
header #mainNavi .logoColumn .site-titleArea {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #mainNavi .logoColumn .site-titleArea #site-title {
  position: absolute;
  left: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  header #mainNavi .logoColumn .site-titleArea #site-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 1081px) {
  header #mainNavi .logoColumn .site-titleArea #site-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header #mainNavi .logoColumn .site-titleArea #site-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
header #mainNavi .logoColumn .site-titleArea #site-title a img {
  vertical-align: bottom;
  display: inline-block;
  width: auto;
}
header #mainNavi .logoColumn .site-titleArea p.siteName {
  font-size: 85%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  header #mainNavi .logoColumn .site-titleArea p.siteName {
    /*font-size: max(70%, 3vw);*/
    font-size: 65%;
    line-height: 1.4;
  }
}
header #mainNavi .logoColumn .menuArea {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  /* お問い合わせ、カタログ請求ボタン */
}
@media print, screen and (min-width: 769px) {
  header #mainNavi .logoColumn .menuArea {
    height: 96px;
  }
}
@media print, screen and (min-width: 1081px) {
  header #mainNavi .logoColumn .menuArea {
    height: 120px;
  }
}
header #mainNavi .logoColumn .menuArea .menuBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  border: none;
}
header #mainNavi .logoColumn .menuArea .menuBtn a {
  display: block;
  text-align: center;
  text-decoration: none;
  word-break: break-all;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FB9C6D;
  border-radius: 24% 0 24% 24%;
  border: none;
  color: #fff;
}
header #mainNavi .logoColumn .menuArea .menuBtn a:hover {
  background-color: #F17133;
  opacity: 1;
}
header #mainNavi .logoColumn .menuArea .menuBtn.menuActive a {
  background-color: #fff !important;
}
header #mainNavi .logoColumn .menuArea .menuBtn.menuActive a i {
  color: #F17133 !important;
}
header #mainNavi .logoColumn .menu-main-container {
  margin-right: 2vw;
  /* ul */
}
header #mainNavi .logoColumn .menu-main-container ul {
  margin: 0 auto;
  letter-spacing: -1em;
  /* hover,focus メガメニュー操作 */
}
header #mainNavi .logoColumn .menu-main-container ul li {
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding-left: 1vw;
  padding-right: 1vw;
}
header #mainNavi .logoColumn .menu-main-container ul li a {
  color: #000000;
  padding: 0;
  font-size: 1em;
  line-height: 1.5vw;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
header #mainNavi .logoColumn .menu-main-container ul li a.current {
  color: #FB9C6D;
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap {
  position: fixed;
  left: 0;
  top: 4.5vw;
  background-color: #fff;
  width: 100%;
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap.toggleWrap {
  /* 初期状態_非表示用 hidden */
  opacity: 0;
  visibility: hidden;
  height: 0;
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap .megaMenuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 3em 2em 3em 2em;
  width: 90%;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap .megaMenuWrap .megaMenuTitleArea {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap .megaMenuWrap .megaMenuTitleArea .title {
  margin-bottom: 2em;
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap .megaMenuWrap .megaMenuTitleArea .title span.en {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 2em;
  color: #FB9C6D;
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap .megaMenuWrap .megaMenuTitleArea .title span.ja {
  display: block;
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap .megaMenuWrap .megaMenuTitleArea .indexLink a {
  font-weight: bold;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  color: #FB9C6D;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap .megaMenuWrap .megaMenuTitleArea .indexLink a::after {
  background-image: url(../img/icon_centerbtn.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  -webkit-transform: translateY(0.15em);
          transform: translateY(0.15em);
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap ul.sub-menu {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap ul.sub-menu::after {
  display: block;
  content: "";
  width: 31.3333333333%;
}
@media print, screen and (min-width: 1081px) and (max-width: 1299px) {
  header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap ul.sub-menu::after {
    width: 48%;
  }
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap ul.sub-menu li {
  width: 31.3333333333%;
  padding: 0;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 1081px) and (max-width: 1299px) {
  header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap ul.sub-menu li {
    width: 48%;
  }
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap ul.sub-menu li a {
  border-bottom: 1px solid #eeeeee;
  font-size: 0.9em;
  font-weight: 500;
  position: relative;
  padding: 1em 0.5em 1em 0.5em;
  text-align: left;
  line-height: 1.5;
  display: block;
  width: 100%;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap ul.sub-menu li a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FB9C6D;
  position: absolute;
  font-size: 80%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 1em;
}
@media print, screen and (min-width: 769px) {
  header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap ul.sub-menu li a::before {
    top: 50%;
  }
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap ul.sub-menu li a:hover {
  text-decoration: underline;
}
header #mainNavi .logoColumn .menu-main-container ul div.subcategoryWrap ul.sub-menu li a:hover::before {
  color: #dddddd;
}
header #mainNavi .logoColumn .menu-main-container ul li:hover div.subcategoryWrap.toggleWrap {
  opacity: 1;
  height: auto;
  visibility: visible;
}
header #mainNavi .logoColumn .menu-main-container ul .subcategoryWrap.toggleWrap.focused {
  opacity: 1;
  height: auto;
  visibility: visible;
}
header #mainNavi .logoColumn .menu-main-container > ul > li > a:hover {
  opacity: 1;
  color: #FB9C6D;
}

/*--------------------------------------------------------------------------------
toggleMenu
--------------------------------------------------------------------------------*/
.toggleMenuWrap {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}

#subMenuWrap #subMenu {
  background: #FB9C6D;
  position: relative;
}
@media screen and (max-width: 768px) {
  #subMenuWrap #subMenu {
    z-index: 999;
    height: 100dvh;
    overflow-y: auto;
    padding: 1.5em;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  #subMenuWrap #subMenu {
    padding: 3em;
    right: 0;
    height: 100dvh;
    overflow-y: auto;
  }
}
#subMenuWrap #subMenu a {
  color: #fff;
}
@media print, screen and (min-width: 1300px) {
  #subMenuWrap #subMenu .submenuinnerArea {
    width: max(70%, 1200px);
    margin-left: auto;
    margin-right: auto;
  }
}
#subMenuWrap #subMenu .submenuinnerArea .site-titleArea {
  max-width: 70vw;
  margin-bottom: 1em;
  text-align: center;
  font-size: 90%;
}
#subMenuWrap #subMenu .submenuinnerArea .site-titleArea #site-title img {
  width: auto;
  height: 80px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #subMenuWrap #subMenu .submenuinnerArea .site-titleArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    margin: 80px 0 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #subMenuWrap #subMenu .submenuinnerArea .site-titleArea {
    max-width: 100%;
  }
  #subMenuWrap #subMenu .submenuinnerArea .site-titleArea #site-title img {
    height: 96px;
  }
}
@media print, screen and (min-width: 1081px) {
  #subMenuWrap #subMenu .submenuinnerArea .site-titleArea #site-title img {
    height: 120px;
  }
}
#subMenuWrap #subMenu .submenuinnerArea .site-titleArea p {
  color: #fff;
}
#subMenuWrap #subMenu .submenuinnerArea .menu-common-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#subMenuWrap #subMenu .submenuinnerArea ul.sns {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #subMenuWrap #subMenu .submenuinnerArea ul.sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#subMenuWrap #subMenu .submenuinnerArea ul.sns li:not(:first-of-type) {
  margin-left: 1em;
}
#subMenuWrap #subMenu .submenuinnerArea ul.sns li a {
  color: #fff;
  font-size: 2em;
}
#subMenuWrap #subMenu .submenuinnerArea ul.utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#subMenuWrap #subMenu .submenuinnerArea ul.utility li {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  #subMenuWrap #subMenu .submenuinnerArea ul.utility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #subMenuWrap #subMenu .submenuinnerArea ul.utility li {
    margin: 0.5em 0;
    padding: 0;
    border: none;
  }
}

/*--------------------------------------------------------------------------------
pagetitle
--------------------------------------------------------------------------------*/
.pagetitleWrap {
  margin-bottom: 4vw;
  width: 100%;
}
.pagetitleWrap .pagetitleBg .pagetitle {
  margin: 0 auto;
}
.pagetitleWrap .pagetitleBg .pagetitle .entry-title {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  display: block;
  font-weight: bold;
  padding-top: calc(80px * 0.8);
  padding-bottom: calc(80px * 0.6);
  font-size: 1.5em;
}
@media print, screen and (min-width: 769px) {
  .pagetitleWrap .pagetitleBg .pagetitle .entry-title {
    padding-top: calc(96px * 0.8);
    padding-bottom: calc(96px * 0.6);
    font-size: 1.75em;
  }
}
@media print, screen and (min-width: 1081px) {
  .pagetitleWrap .pagetitleBg .pagetitle .entry-title {
    padding-top: calc(120px * 0.8);
    padding-bottom: calc(120px * 0.6);
    font-size: 2em;
  }
}
.pagetitleWrap .pagetitleBg .pagetitle .entry-title .slug {
  display: block;
  font-size: 0.5em;
  color: #FB9C6D;
}

/*--------------------------------------------------------------------------------
breadcrumbList
--------------------------------------------------------------------------------*/
div.breadcrumbList {
  color: #000000;
  font-weight: 500;
  font-size: 90%;
}
@media screen and (max-width: 768px) {
  div.breadcrumbList {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 75%;
  }
}
div.breadcrumbList span:nth-child(n+2) {
  position: relative;
}
div.breadcrumbList span:nth-child(n+2):before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-weight: 600;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-indent: 0;
  display: inline-block;
}

/*--------------------------------------------------------------------------------
footer
--------------------------------------------------------------------------------*/
.menu-common-container {
  margin: 3em auto;
  /* common */
}
@media screen and (max-width: 768px) {
  .menu-common-container {
    margin: 1.5em auto;
  }
}
.menu-common-container ul.menu-parent {
  width: 100%;
}
.menu-common-container ul.menu-parent div.vertical {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.menu-common-container ul.menu-parent div.vertical > li.parentLi {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.menu-common-container ul.menu-parent div.vertical > li.parentLi > a {
  position: relative;
  display: block;
  padding: 1.5em 0;
  font-weight: bold;
}
.menu-common-container ul.menu-parent div.vertical > li.parentLi + .parentLi {
  /*margin-bottom: 1em;*/
}
.menu-common-container ul.menu-parent div.vertical ul.menu-child {
  margin-bottom: 2em;
}
.menu-common-container ul.menu-parent div.vertical ul.menu-child li {
  position: relative;
  display: block;
}
.menu-common-container ul.menu-parent div.vertical ul.menu-child li a {
  font-size: 90%;
  padding-left: 1.5em;
  display: inline-block;
  font-weight: normal;
}
.menu-common-container ul.menu-parent div.vertical ul.menu-child li::before {
  color: #fff;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.menu-common-container ul {
  margin: 0 auto;
  letter-spacing: -1em;
}
.menu-common-container ul li {
  list-style-type: none;
  letter-spacing: 0;
  vertical-align: middle;
}
.menu-common-container ul li a {
  color: #fff;
  text-decoration: none;
}
.menu-common-container ul li a:hover {
  text-decoration: underline;
}

footer .footersnsmenuAreaWrap .footersnsmenuArea {
  padding-top: 4em;
  display: block;
}
footer .footersnsmenuAreaWrap .footersnsmenuArea .siteinfoBlock {
  text-align: center;
}
footer .footersnsmenuAreaWrap .footersnsmenuArea .siteinfoBlock .copy {
  margin-bottom: 0.5em;
  font-size: 75%;
}
footer .footersnsmenuAreaWrap .footersnsmenuArea .siteinfoBlock a.sitelogo {
  display: inline-block;
  margin-bottom: 0.5em;
}
footer .footersnsmenuAreaWrap .footersnsmenuArea .siteinfoBlock a.sitelogo img {
  width: auto;
  height: 120px;
}
footer .footersnsmenuAreaWrap .footersnsmenuArea .siteinfoBlock strong {
  display: block;
  margin-bottom: 1em;
  font-size: 90%;
}
footer .footersnsmenuAreaWrap .footersnsmenuArea .supportedBlock {
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 3em auto;
  font-size: 0.8em;
}
footer .footersnsmenuAreaWrap .footersnsmenuArea .supportedBlock ul.bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 auto 2em auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footersnsmenuAreaWrap .footersnsmenuArea .supportedBlock ul.bnr li a {
  display: block;
}
footer .footersnsmenuAreaWrap .footersnsmenuArea .supportedBlock ul.bnr li:last-child {
  margin-left: 2em;
}
footer .footersnsmenuAreaWrap .footersnsmenuArea ul.footersubmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto 3em auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footersnsmenuAreaWrap .footersnsmenuArea ul.footersubmenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 240px;
  }
}
footer .footersnsmenuAreaWrap .footersnsmenuArea ul.footersubmenu li {
  display: inline-block;
  margin: 0.5em;
}
footer .footersnsmenuAreaWrap .footersnsmenuArea ul.footersubmenu li a {
  display: block;
  padding: 0 1.5em;
  background: #FB9C6D;
  border-radius: 30px;
  line-height: 2em;
  color: #fff;
}
footer .footersnsmenuAreaWrap .footersnsmenuArea ul.footersubmenu li a.login {
  background: #00AB8D;
}
footer .utilitysitecopyArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 1px #DDDDDD;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 80%;
}
@media print, screen and (min-width: 1300px) {
  footer .utilitysitecopyArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3em 0;
    width: max(70%, 1200px);
    margin-left: auto;
    margin-right: auto;
  }
}
footer .utilitysitecopyArea ul.utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  /*li {
  	list-style-type: none;
  	line-height: 1;
  	&:not(:first-of-type) {
  		margin-left: 1em;
  	}
  }*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1em;
  padding-top: 3em;
}
@media print, screen and (min-width: 1300px) {
  footer .utilitysitecopyArea ul.utility {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 1300px) {
  footer .utilitysitecopyArea ul.utility li a {
    color: #000000;
  }
}
@media screen and (max-width: 768px) {
  footer .utilitysitecopyArea ul.utility {
    display: inline-block;
  }
  footer .utilitysitecopyArea ul.utility li {
    display: inline-block;
    margin-top: 0.5em;
  }
}
footer .utilitysitecopyArea p.copy {
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
  padding: 1em 0 3em 0;
}
@media screen and (max-width: 768px) {
  footer .utilitysitecopyArea p.copy {
    font-size: 75%;
  }
}
@media print, screen and (min-width: 1300px) {
  footer .utilitysitecopyArea p.copy {
    padding: 0;
  }
}

/*--------------------------------------------------------------------------------
wp-pagenavi
--------------------------------------------------------------------------------*/
#content .wp-pagenavi {
  display: block;
  margin: 2em 0 2em 0;
  font-family: "Quicksand", sans-serif;
  padding: 2em 0 2em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content .wp-pagenavi {
    margin-bottom: 0;
  }
}
#content .wp-pagenavi .pages {
  margin: 0 0.3em 0.5em 0.3em;
  width: auto;
  background: #FB9C6D;
  border: 0.1em solid #FB9C6D;
  color: #fff;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span {
  margin: 0 0.3em 0.5em 0.3em;
  vertical-align: middle;
  padding: 0.3em 0.6em;
  min-width: 1em;
  display: inline-block;
  color: #000000;
  background-color: #eeeeee;
  border: 0.1em solid #eeeeee;
}
#content .wp-pagenavi a:hover {
  background-color: #FB9C6D;
  color: #fff;
}
#content .wp-pagenavi span.current {
  font-weight: bold;
  border-color: #FB9C6D;
  color: #fff;
  background: #FB9C6D;
}

/*--------------------------------------------------------------------------------
Animation
--------------------------------------------------------------------------------*/
.fadeup {
  opacity: 0;
}

.fadeup.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.time_dif:nth-of-type(2) {
  /* 0.3秒の遅延 */
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.time_dif:nth-of-type(3) {
  /* 0.6秒の遅延 */
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/*--------------------------------------------------------------------------------
IE
--------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #itemname {
    width: auto;
  }
}
/*--------------------------------------------------------------------------------
print
--------------------------------------------------------------------------------*/
@media print {
  .switch.hide {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
  .switch.hide #mainNavi .logoColumn .siteName,
  .switch.hide #mainNavi .logoColumn #site-title {
    opacity: 1;
  }
  .switch.hide #mainNavi .logoColumn .menu-main-container ul#menu-main li a {
    color: #000000;
  }
  .switch.hide #mainNavi .logoColumn .menu-main-container ul#menu-main li a:hover {
    opacity: 0.7;
  }
  html body {
    margin-top: 0;
  }
  html header {
    position: relative;
  }
  html #main .contentbox {
    max-width: 90%;
  }
  html #main .widebox {
    margin: 0;
    width: 100%;
    max-width: none;
  }
  html .menu-common-container {
    display: block !important;
  }
}