@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@400;600&display=swap");
/*-----------------------------------------------------------*/
/*メインカラー定義*/
/*-----------------------------------------------------------*/
:root {
  --main-bg-color: #e7d8cd;
  --main-bg-text: #5b4f45;
  --cont-text: #5b4f45;
  --acc-sup-color: #715947;
  --acc-arrow-color: #b58a4c;
}

/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 1281px ) { /*PC*/ }
@media screen and (max-width: 720px ) { /*SP*/ }
@media screen and (max-width: 1280px ) and (min-width: 721px ) { /*TB*/ }
@media screen and (max-width: 720px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes openLine {
  0% {
    width: 0%;
    left: 50%;
  }
  100% {
    width: 100%;
    left: 0%;
  }
}
@keyframes openLine {
  0% {
    width: 0%;
    left: 50%;
  }
  100% {
    width: 100%;
    left: 0%;
  }
}
@-webkit-keyframes closeLine {
  0% {
    width: 100%;
    left: 0%;
  }
  100% {
    width: 0%;
    left: 50%;
  }
}
@keyframes closeLine {
  0% {
    width: 100%;
    left: 0%;
  }
  100% {
    width: 0%;
    left: 50%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 0.5s 0.1s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 0.5s 0.2s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 0.5s 0.3s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 0.5s 0.4s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 0.5s 0.5s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 0.5s 0.6s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 0.5s 0.7s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 0.5s 0.8s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 0.5s 0.9s 1 ease normal forwards;
          animation: fadeUp 0.5s 0.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 0.5s 1s 1 ease normal forwards;
          animation: fadeUp 0.5s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 0.5s 1.1s 1 ease normal forwards;
          animation: fadeUp 0.5s 1.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 0.5s 1.2s 1 ease normal forwards;
          animation: fadeUp 0.5s 1.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}

@-webkit-keyframes moveText {
  0% {
    -webkit-transform: translateX(0em);
            transform: translateX(0em);
  }
  60% {
    -webkit-transform: translateX(-0.3em);
            transform: translateX(-0.3em);
  }
  100% {
    -webkit-transform: translateX(0em);
            transform: translateX(0em);
  }
}
@keyframes moveText {
  0% {
    -webkit-transform: translateX(0em);
            transform: translateX(0em);
  }
  60% {
    -webkit-transform: translateX(-0.3em);
            transform: translateX(-0.3em);
  }
  100% {
    -webkit-transform: translateX(0em);
            transform: translateX(0em);
  }
}
@-webkit-keyframes waveText {
  0% {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(-0.3em);
            transform: translateY(-0.3em);
  }
  100% {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
}
@keyframes waveText {
  0% {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
  60% {
    -webkit-transform: translateY(-0.3em);
            transform: translateY(-0.3em);
  }
  100% {
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
}
@-webkit-keyframes fadeShadow {
  0% {
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1) rotateZ(0);
    transform: translateY(-50%) scale(1) rotateZ(0);
  }
  45% {
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.2) rotateZ(0);
    transform: translateY(-50%) scale(1.2) rotateZ(0);
  }
  100% {
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.5) rotateZ(0);
    transform: translateY(-50%) scale(1.5) rotateZ(0);
  }
}
@keyframes fadeShadow {
  0% {
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1) rotateZ(0);
    transform: translateY(-50%) scale(1) rotateZ(0);
  }
  45% {
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.2) rotateZ(0);
    transform: translateY(-50%) scale(1.2) rotateZ(0);
  }
  100% {
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.5) rotateZ(0);
    transform: translateY(-50%) scale(1.5) rotateZ(0);
  }
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 縦書き　*/
@font-face {
  font-family: "NS-JP R tate";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ns_cjkjp_r_tate.woff2") format("woff2"), url("../fonts/ns_cjkjp_r_tate.woff") format("woff");
  font-display: swap;
}
/*フォントサイズ*/
body {
  font-family: "Noto Serif JP", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 100%;
  /*14px*/
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 100%;
  color: #2E302E;
}

table {
  font-size: inherit;
}

/*フォントサイズ*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  clear: both;
  visibility: hidden;
}

* + html .clearfix {
  height: 1%;
}

* html .clearfix {
  height: 1%;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*共通*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
a {
  text-decoration: none;
  color: inherit;
}
a, a * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.clear {
  clear: both;
}

.pd10 {
  padding: 10px;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

.tx_ac {
  text-align: center;
}

.tx_ar {
  text-align: right;
}

.tx_al {
  text-align: left;
}

ul.img2 > li, ul.img3 > li, ul.img4 > li {
  float: left;
  margin: auto;
  background: none !important;
  padding: 5px !important;
  text-align: center;
  overflow: hidden;
  _zoom: 1;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 720px ) {
  ul.img2 > li, ul.img3 > li, ul.img4 > li { /*SP*/
    width: 100% !important;
  }
}

ul.img2 > li {
  width: 50%;
}

ul.img3 > li {
  width: 33.3%;
}

ul.img4 > li {
  width: 25%;
}

.free > dt {
  float: left;
  margin-right: 15px;
}

.free2 > dt {
  float: right;
  margin-left: 15px;
}

.free > dd, .free2 > dd {
  overflow: hidden;
  _zoom: 1;
}
@media screen and (max-width: 720px ) {
  .free, .free2 { /*SP*/ }
  .free > dt, .free2 > dt {
    float: none;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.panel_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.panel_box > div > * {
  width: 100%;
}
.panel_box.box1 > * {
  width: 100%;
}
.panel_box.box2 > * {
  width: 50%;
}
.panel_box.box3 > * {
  width: 33.3333333333%;
}
.panel_box.box4 > * {
  width: 25%;
}
.panel_box.box5 > * {
  width: 20%;
}
.panel_box.box6 > * {
  width: 16.6666666667%;
}
@media screen and (max-width: 1280px ) and (min-width: 721px ) {
  .panel_box { /*SP*/ }
  .panel_box.box4 > * {
    width: 50%;
  }
  .panel_box.box5 > * {
    width: 40%;
  }
  .panel_box.box6 > * {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 720px ) {
  .panel_box { /*SP*/ }
  .panel_box.box2 > *, .panel_box.box3 > * {
    width: 100%;
  }
  .panel_box.box4 > * {
    width: 50%;
  }
  .panel_box.box5 > * {
    width: 40%;
  }
  .panel_box.box6 > * {
    width: 33.3333333333%;
  }
}
.panel_box.tile-layout > * {
  padding: 1em;
}
.panel_box.tile-layout > * .tile-box {
  padding: 1.5em;
  background: #f6f6f6;
  border-radius: 15px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.panel_box.tile-layout > * .tile-box:hover {
  background: #fff;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
}
@media all and (-ms-high-contrast: none) {
  .panel_box.tile-layout > * .tile-box:hover {
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
}

.column-box.box2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media screen and (max-width: 1280px ) and (min-width: 721px ) {
  .column-box.box2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 720px ) {
  .column-box.box2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box.box3 {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
@media screen and (max-width: 1280px ) and (min-width: 721px ) {
  .column-box.box3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 720px ) {
  .column-box.box3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box.box4 {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
}
@media screen and (max-width: 1280px ) and (min-width: 721px ) {
  .column-box.box4 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 720px ) {
  .column-box.box4 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box > * {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding: 0 10px 10px;
}
.column-box > *:first-child {
  margin-top: 0 !important;
}
.column-box > .full {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

@media screen and (max-width: 1280px ) and (min-width: 721px ), screen and (max-width: 720px ) { /*SP*/
  .sp-order-reset {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
.notice {
  color: red;
}

.pd_box {
  padding: 1em;
}

@-webkit-keyframes moreBtn {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 30%;
    left: 50%;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes moreBtn {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 30%;
    left: 50%;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
.more_btn a {
  display: inline-block;
  background: #343434;
  color: #fff;
  padding: 1em;
  text-align: center;
  min-width: 280px;
  text-decoration: none;
  position: relative;
}
.more_btn a span {
  display: inline-block;
}
@media screen and (max-width: 720px ) {
  .more_btn a { /*SP*/
    min-width: inherit;
    min-width: initial;
  }
}
.more_btn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  margin-right: 5px;
  color: var(--acc-arrow-color);
}
.more_btn a:after {
  display: block;
  content: "";
  background: var(--acc-arrow-color);
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.more_btn a:hover {
  background: #444;
}
.more_btn a:hover:after {
  -webkit-animation: moreBtn 0.5s linear 0s 1 normal forwards;
          animation: moreBtn 0.5s linear 0s 1 normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

/*リンクアイコン----------------------*/
.pdf:after, .word:after, .jtd:after, .excel:after, .zip:after, .outerlink:after, .file:after {
  margin: 0 5px;
}

/*外部リンク*/
a.outerlink:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f35d";
  font-weight: 600;
  color: #9c9c9c;
}

/*pdf*/
a.pdf:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c1";
  color: #ff0000;
}

/*word*/
a.word:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c2";
  color: #007eff;
}

/*excel*/
a.excel:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c3";
  color: #55ad00;
}

/*zip*/
a.zip:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f1c6";
  color: #9c9c9c;
}

/*その他のファイル形式：jtd,xdw*/
a.file:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  content: "\f016";
  color: #9c9c9c;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*フッター固定用css*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  /*　検証　一時コメントアウト
  	overflow: auto;
  */
}

#wrap {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body > #wrap {
  height: auto;
}

div#content {
  margin: 0 auto;
  line-height: 1.5;
}

.cont {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.cont.wide {
  max-width: 1480px;
}
.cont.narrow {
  max-width: 1080px;
}
.cont img {
  max-width: 100%;
  height: auto;
}

.wd100 {
  width: 100%;
}

.wd80 {
  width: 80%;
}

.wd75 {
  width: 75%;
}

.wd70 {
  width: 70%;
}

.wd60 {
  width: 60%;
}

.wd50 {
  width: 50%;
}

.wd40 {
  width: 40%;
}

.wd30 {
  width: 30%;
}

.wd20 {
  width: 20%;
}

.wd25 {
  width: 25%;
}

.wd-reset {
  width: auto;
}

@media screen and (max-width: 1280px ) and (min-width: 721px ) { /*SP*/
  .tab-wd100 {
    width: 100%;
  }
  .tab-wd80 {
    width: 80%;
  }
  .tab-wd75 {
    width: 75%;
  }
  .tab-wd70 {
    width: 70%;
  }
  .tab-wd60 {
    width: 60%;
  }
  .tab-wd50 {
    width: 50%;
  }
  .tab-wd40 {
    width: 40%;
  }
  .tab-wd30 {
    width: 30%;
  }
  .tab-wd20 {
    width: 20%;
  }
  .tab-wd25 {
    width: 25%;
  }
  .tab-wd-reset {
    width: auto;
  }
}
@media screen and (max-width: 720px ) { /*SP*/
  .sp-wd100 {
    width: 100%;
  }
  .sp-wd80 {
    width: 80%;
  }
  .sp-wd75 {
    width: 75%;
  }
  .sp-wd70 {
    width: 70%;
  }
  .sp-wd60 {
    width: 60%;
  }
  .sp-wd50 {
    width: 50%;
  }
  .sp-wd40 {
    width: 40%;
  }
  .sp-wd30 {
    width: 30%;
  }
  .sp-wd25 {
    width: 25%;
  }
  .sp-wd20 {
    width: 20%;
  }
  .sp-wd-reset {
    width: auto;
  }
}
.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.panel_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.panel_box > div > * {
  width: 100%;
}
.panel_box.box1 > * {
  width: 100%;
}
.panel_box.box2 > * {
  width: 50%;
}
.panel_box.box3 > * {
  width: 33.3333333333%;
}
.panel_box.box4 > * {
  width: 25%;
}
.panel_box.box5 > * {
  width: 20%;
}
.panel_box.box6 > * {
  width: 16.6666666667%;
}
@media screen and (max-width: 1280px ) and (min-width: 721px ) {
  .panel_box { /*SP*/ }
  .panel_box.box4 > * {
    width: 50%;
  }
  .panel_box.box5 > * {
    width: 40%;
  }
  .panel_box.box6 > * {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 720px ) {
  .panel_box { /*SP*/ }
  .panel_box.box2 > *, .panel_box.box3 > * {
    width: 100%;
  }
  .panel_box.box4 > * {
    width: 50%;
  }
  .panel_box.box5 > * {
    width: 40%;
  }
  .panel_box.box6 > * {
    width: 33.3333333333%;
  }
}
.panel_box.tile-layout > * {
  padding: 1em;
}
.panel_box.tile-layout > * .tile-box {
  padding: 1.5em;
  background: #f6f6f6;
  border-radius: 15px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.panel_box.tile-layout > * .tile-box:hover {
  background: #fff;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
}
@media all and (-ms-high-contrast: none) {
  .panel_box.tile-layout > * .tile-box:hover {
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
}

.column-box.box2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media screen and (max-width: 1280px ) and (min-width: 721px ) {
  .column-box.box2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 720px ) {
  .column-box.box2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box.box3 {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
@media screen and (max-width: 1280px ) and (min-width: 721px ) {
  .column-box.box3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 720px ) {
  .column-box.box3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box.box4 {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
}
@media screen and (max-width: 1280px ) and (min-width: 721px ) {
  .column-box.box4 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 720px ) {
  .column-box.box4 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box > * {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding: 0 10px 10px;
}
.column-box > *:first-child {
  margin-top: 0 !important;
}
.column-box > .full {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

@media screen and (max-width: 1280px ) and (min-width: 721px ), screen and (max-width: 720px ) { /*SP*/
  .sp-order-reset {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
.notice {
  color: red;
}

.pd_box {
  padding: 1em;
}

/*--------------------------------------*/
/* WPビジュアルエディター用--------------------- */
/*--------------------------------------*/
img.size-auto, img.size-full,
img.size-large, img.size-medium,
.attachment img, .widget-container img {
  max-width: 100%;
  height: auto;
}

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft, img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px;
  /* caption width - 10px */
}

.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #777;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br + br {
  display: none;
}

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

#load_screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--main-bg-color);
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#load_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
#load_icon img {
  width: 5em;
}

.loading_sc {
  display: none;
  content: "";
  position: fixed;
  -webkit-transform: scale(100);
          transform: scale(100);
  background-color: #333; /*伸びる背景色の設定*/
  z-index: 999;
  /*丸のスタートの形状*/
  top: calc(50% - 1rem); /*50%から円の半径を引いた値*/
  left: calc(50% - 1rem); /*50%から円の半径を引いた値*/
  width: 2rem;
  height: 2rem;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------------------*/
#main {
  padding-right: 20vw;
}
@media screen and (max-width: 1280px ) and (min-width: 721px ), screen and (max-width: 720px ) {
  #main {
    padding-right: 0;
  }
}

@-webkit-keyframes openMenu {
  0% {
    right: -100%;
    width: 0;
    opacity: 0;
  }
  100% {
    right: 0;
    width: 20vw;
    opacity: 1;
  }
}
@keyframes openMenu {
  0% {
    right: -100%;
    width: 0;
    opacity: 0;
  }
  100% {
    right: 0;
    width: 20vw;
    opacity: 1;
  }
}
@-webkit-keyframes openMenuSP {
  0% {
    right: -100%;
    width: 0;
    opacity: 0;
  }
  100% {
    right: 0;
    width: 80vw;
    opacity: 1;
  }
}
@keyframes openMenuSP {
  0% {
    right: -100%;
    width: 0;
    opacity: 0;
  }
  100% {
    right: 0;
    width: 80vw;
    opacity: 1;
  }
}
@-webkit-keyframes closeMenu {
  0% {
    right: 0;
    width: 20vw;
    opacity: 1;
  }
  100% {
    right: -100%;
    width: 0;
    opacity: 0;
  }
}
@keyframes closeMenu {
  0% {
    right: 0;
    width: 20vw;
    opacity: 1;
  }
  100% {
    right: -100%;
    width: 0;
    opacity: 0;
  }
}
#sp_menu {
  background: var(--main-bg-color);
  color: var(--main-bg-text);
  border: none;
  outline: none;
  font-size: 2.5em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  padding: 8px;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  line-height: 1;
  border-radius: 0 0 0 8px;
  cursor: pointer;
}
@media screen and (max-width: 1280px ) and (min-width: 721px ), screen and (max-width: 720px ) {
  #sp_menu { /*SP*/
    opacity: 1;
    z-index: 10001;
  }
}

#top_hed {
  -webkit-animation: closeMenu 0.7s ease 0s 1 normal forwards;
          animation: closeMenu 0.7s ease 0s 1 normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  width: 20vw;
  height: 100vh;
  overflow-y: auto;
  padding: 10vh 1.5em;
  background: var(--main-bg-color);
  color: var(--main-bg-text);
  position: fixed;
  right: -100%;
  top: 0;
  text-align: center;
  z-index: 100;
}
#top_hed h1 {
  margin-bottom: 3em;
}
#top_hed h1 img {
  max-width: 100%;
  height: auto;
}
#top_hed h1 a {
  display: inline-block;
}
#top_hed.open {
  -webkit-animation: openMenuSP 0.7s ease 0s 1 normal forwards;
          animation: openMenuSP 0.7s ease 0s 1 normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  width: 80vw;
}
@media screen and (min-width: 1281px ) {
  #top_hed { /*SP*/
    -webkit-animation: openMenu 0.7s ease 0s 1 normal forwards;
            animation: openMenu 0.7s ease 0s 1 normal forwards;
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
}

address {
  text-align: left;
  max-width: 14em;
  margin: 0 auto;
}
address .telinfo {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 0.5em;
}
address ul li {
  margin-bottom: 0.25em;
}

#g_nav {
  margin-bottom: 3em;
}
#g_nav ul {
  display: inline-block;
  margin: 0 auto;
  padding-right: 1.5em;
}
#g_nav ul li {
  font-size: 110%;
  padding-left: 1.5em;
  margin-bottom: 2em;
  position: relative;
  text-align: left;
}
#g_nav ul li.f-menu {
  display: none;
}
@media screen and (max-width: 1280px ) and (min-width: 721px ), screen and (max-width: 720px ) {
  #g_nav ul li.f-menu {
    display: block;
  }
}
#g_nav ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
}
#g_nav ul li a {
  display: inline-block;
  position: relative;
}
#g_nav ul li a:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  bottom: -1em;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#g_nav ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#g_nav ul li a:hover:after {
  background: var(--main-bg-text);
  opacity: 1;
  bottom: -0.4em;
}

/*-----------------------------------------------------------*/
/*メインコンテンツ*/
/*-----------------------------------------------------------*/
#main {
  border-left: 30px solid var(--main-bg-color);
}

/*-----------------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------------*/
#page-up {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  text-align: center;
  z-index: 10000;
}
#page-up a {
  display: inline-block;
  line-height: 1;
  width: 3em;
  padding: 1em;
  color: #fff;
  background: #343434;
  border: 1px solid #fff;
  border-bottom: none;
  border-right: none;
}

#f_nav {
  padding: 1.5em 3% 0.5em;
  text-align: center;
}
#f_nav li {
  display: inline-block;
  padding: 0 1em;
  line-height: 1;
  margin-bottom: 1em;
}
#f_nav li:not(:last-child) {
  border-right: 1px solid #000;
}

#footer {
  position: relative;
  z-index: 999;
  padding: 3em 5%;
  background: url("../img/key-visual.jpg") no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}
#footer:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
#footer > * {
  position: relative;
  z-index: 1001;
}
#footer h2 {
  margin-bottom: 1em;
}
#footer h2 span {
  font-weight: normal;
  display: block;
  font-size: 85%;
}

