@charset "UTF-8";
/*-----color asset-----*/
/* Color Theme Swatches in Hex */
/*-----size asset-----*/
/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Color Theme Swatches in HSLA */
html {
  margin: 0;
  padding: 0;
  min-width: hidden;
  font-size: 50.8%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media screen and (min-width: 374px) {
  html {
    font-size: 54.7%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: momochidori, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 180%;
  color: #313131;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2.4rem;
    line-height: 180%;
  }
}

h1 {
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 3rem;
  margin: 0;
}

h2 {
  font-size: 2.8rem;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 2.3rem;
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 2rem;
  padding: 0;
  margin: 0;
}

p {
  font-size: 1.8rem;
  padding: 0 0.3rem;
  margin: 0;
  overflow-wrap: break-word;
}

a:link {
  color: #2e5295;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
a:link img {
  /*transition: 0.3s ease-in;
  backface-visibility: hidden;*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:active {
  color: #d40202;
}

a:visited {
  color: #486790;
}

a:hover {
  color: #d40202;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page-anchor {
  padding-top: 90px;
  margin-top: -90px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFF7E5;
}

.nonbr {
  display: inline;
}
@media screen and (min-width: 1023px) {
  .nonbr {
    display: none;
  }
}

.bron {
  display: none;
}
@media screen and (min-width: 1023px) {
  .bron {
    display: inline;
  }
}

#wrapper {
  margin: 0;
  width: 100%;
  padding: 0;
  position: relative;
}

.box1280 {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

div.centering {
  text-align: center;
}

.dropShadow {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.9));
}

ul.yokonarabi {
  margin: 0;
  padding: 0;
}

ul.yokonarabi > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.responsiveImg {
  width: 100%;
  max-width: 1000px;
}

.mobileCon {
  display: block;
}
@media screen and (min-width: 768px) {
  .mobileCon {
    display: none;
  }
}

.desktopCon {
  display: none;
}
@media screen and (min-width: 768px) {
  .desktopCon {
    display: block;
  }
}

#totop {
  position: fixed;
  bottom: 0.8rem;
  right: 0.8rem;
  z-index: 5;
  display: block;
  width: 6rem;
  height: 6rem;
}
@media screen and (min-width: 768px) {
  #totop {
    right: 10rem;
  }
}
#totop img {
  width: 100%;
  max-width: 10rem;
}

#totop a {
  position: relative;
  display: block;
  text-decoration: none;
}

a.pdfLink::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f1c1";
  font-weight: 900;
  padding-right: 0.8rem;
}

a.wordLink::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f1c2";
  font-weight: 900;
  padding-right: 0.8rem;
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.modalArea {
  visibility: hidden;
  /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 10;
  /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  max-width: 80rem;
  padding: 10px 30px;
  background-color: #fff;
}
.modalWrapper img {
  width: 100%;
  max-width: 100rem;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: larger;
  font-weight: 900;
}

.is-show {
  /* モーダル表示用クラス */
  visibility: visible;
  opacity: 1;
}

/* モーダルCSSここまで */
/* 以下ボタンスタイル */
button {
  padding: 0.8rem 1rem;
  background-color: #fff;
  border: 0.3rem dotted #282828;
  border-radius: 1rem;
  font-size: 2rem;
  cursor: pointer;
  margin-top: 1rem;
}

#pr-banner {
  margin: 0;
}
#pr-banner .pr-bannerBox {
  width: 85%;
  max-width: 128rem;
  padding: 1rem 0rem 4rem;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #pr-banner .pr-bannerBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto;
  }
}
#pr-banner .pr-bannerBox img {
  width: 100%;
  max-width: 60rem;
  border-radius: 1.5rem;
}

#footer-misc {
  background-color: #E9C070;
  overflow: hidden;
  position: relative;
}
#footer-misc .miscStg {
  width: 100%;
  max-width: 128rem;
  padding: 10rem 0rem 4rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #footer-misc .miscStg {
    width: 90%;
    max-width: 100rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #footer-misc .miscStg {
    width: 100%;
    max-width: 128rem;
    margin: 0 auto;
  }
}
#footer-misc .miscBox {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer-misc .miscBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer-misc .miscLink {
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #footer-misc .miscLink {
    width: 30%;
    margin-top: 2rem;
  }
}
#footer-misc .miscLink img {
  width: 100%;
  min-width: 160px;
  max-width: 260px;
  margin: 0 auto;
}

#footer-misc::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 26px;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23FFF7E5"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23FFF7E5"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23FFF7E5"/></svg>');
}
@media screen and (min-width: 768px) {
  #footer-misc::before {
    background-size: 100% calc(2vw + 6px);
  }
}

footer {
  width: 100%;
  background-color: #eeeeee;
  padding: 0;
  display: block;
  overflow: hidden;
  position: absolute;
}

.footerStg {
  width: 85%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 10rem 0 4rem;
  display: block;
}
@media screen and (min-width: 1023px) {
  .footerStg {
    width: 100%;
    max-width: 128rem;
    padding: 15rem 0 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footerStg .calendarStg {
  display: block;
  padding: 5rem 0rem;
  margin: 0 auto;
  /*　Googleカレンダー埋め込み　*/
}
@media screen and (min-width: 768px) {
  .footerStg .calendarStg {
    display: block;
    width: 90%;
    max-width: 80rem;
  }
}
.footerStg .calendarStg h2 {
  font-size: 2.8rem;
  text-align: left;
  font-weight: 600;
  line-height: 200%;
  padding-bottom: 1.5rem;
}
.footerStg .calendarStg p.overvTxt {
  font-size: 2rem;
  text-align: justify;
  line-height: 200%;
  padding-bottom: 1rem;
}
.footerStg .calendarStg p.overvTxt .ulpink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, pink));
  background: linear-gradient(transparent 70%, pink 70%);
  font-weight: 600;
}
.footerStg .calendarStg iframe {
  width: 100%;
  max-width: 1200px;
  height: 500px;
}
@media screen and (min-width: 768px) {
  .footerStg .calendarStg iframe {
    height: 600px;
  }
}
.footerStg .mapStg {
  display: block;
  padding: 0;
  margin: 0 auto;
  /*　Googleマップ埋め込み　*/
  /*　交通案内　*/
}
@media screen and (min-width: 768px) {
  .footerStg .mapStg {
    display: block;
    padding: 5rem 0;
    width: 90%;
    max-width: 80rem;
  }
}
.footerStg .mapStg h2 {
  font-size: 2.8rem;
  text-align: left;
  font-weight: 600;
  line-height: 200%;
  padding-bottom: 1.5rem;
}
.footerStg .mapStg iframe {
  width: 100%;
  max-width: 1200px;
  height: 500px;
}
@media screen and (min-width: 768px) {
  .footerStg .mapStg iframe {
    height: 600px;
  }
}
.footerStg .mapStg .accessInfo {
  text-align: justify;
  padding-bottom: 1rem;
  /* アコーディオン*/
}
.footerStg .mapStg .accessInfo dt {
  border-bottom: #d0d0d0 1px dotted;
  line-height: 2;
  margin-bottom: 1.2rem;
}
.footerStg .mapStg .accessInfo dd {
  padding-bottom: 0.5rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footerStg .mapStg .accessInfo dd {
    padding-bottom: 2rem;
  }
}
.footerStg .mapStg .accessInfo .faCar:before {
  font-family: "FontAwesome";
  content: "\f1b9";
  padding-right: 0.4rem;
  color: #276201;
}
.footerStg .mapStg .accessInfo .faTrain:before {
  font-family: "FontAwesome";
  content: "\f238";
  padding-right: 0.4rem;
  color: #276201;
}
.footerStg .mapStg .accessInfo ul.route {
  list-style-type: none;
  padding-left: 0.5rem;
}
.footerStg .mapStg .accessInfo ul.route li {
  list-style: none;
  position: relative;
  font-size: 2rem;
  line-height: 180%;
  padding-bottom: 1rem;
}
.footerStg .mapStg .accessInfo ul.route li:before {
  position: absolute;
  left: -1em;
  font-family: "FontAwesome";
  content: "\f054";
  color: #8d9d8c;
}
.footerStg .mapStg .accessInfo ul.route li:last-child {
  padding-bottom: 0;
}
.footerStg .mapStg .accessInfo .acd-check {
  display: none;
}
.footerStg .mapStg .accessInfo .acd-label {
  border-bottom: 1px solid #333;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
  padding: 0.5rem;
  position: relative;
  font-size: 2rem;
}
.footerStg .mapStg .accessInfo .acd-label:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .footerStg .mapStg .accessInfo .acd-label:after {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: "+";
    display: block;
    height: 44px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
  }
}
.footerStg .mapStg .accessInfo .acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}
.footerStg .mapStg .accessInfo .acd-check:checked + .acd-label:after {
  content: "-";
}
.footerStg .mapStg .accessInfo .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 0 10px;
  visibility: visible;
}

.footer-address {
  font-style: normal;
  font-size: 2rem;
  padding: 5rem 0;
  color: #313131;
  line-height: 180%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1023px) {
  .footer-address {
    line-height: 160%;
  }
}
.footer-address address {
  font-style: normal;
}

.copyright {
  margin: 2rem auto 0;
  color: #313131;
  font-size: 1.6rem;
  line-height: 140%;
  text-align: center;
}
@media screen and (min-width: 1023px) {
  .copyright {
    text-align: left;
  }
}

footer::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(5.5);
          transform: scaleX(5.5);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-animation: 10s infinite alternate footer linear;
          animation: 10s infinite alternate footer linear;
  background-size: 100% 70px;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23E9C070"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23E9C070"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23E9C070"/></svg>');
}

@-webkit-keyframes footer {
  100% {
    -webkit-transform: scaleX(5.5) translateX(81.8181818182%);
            transform: scaleX(5.5) translateX(81.8181818182%);
  }
}

@keyframes footer {
  100% {
    -webkit-transform: scaleX(5.5) translateX(81.8181818182%);
            transform: scaleX(5.5) translateX(81.8181818182%);
  }
}
@media screen and (min-width: 768px) {
  .footer::before {
    -webkit-transform: scaleX(2.7);
            transform: scaleX(2.7);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-animation: 10s infinite alternate footer-tablet linear;
            animation: 10s infinite alternate footer-tablet linear;
    background-size: 100% 123px;
    background-position: 50% 0%;
  }
}
@-webkit-keyframes footer-tablet {
  100% {
    -webkit-transform: scaleX(2.7) translateX(62.962962963%);
            transform: scaleX(2.7) translateX(62.962962963%);
  }
}
@keyframes footer-tablet {
  100% {
    -webkit-transform: scaleX(2.7) translateX(62.962962963%);
            transform: scaleX(2.7) translateX(62.962962963%);
  }
}
@media (min-width: 1025px) {
  .footer::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    -webkit-transform: scaleX(2.9);
            transform: scaleX(2.9);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-animation: 4s infinite alternate footer linear;
            animation: 4s infinite alternate footer linear;
    background-size: 100% 126px;
    background-position: 50% 0%;
  }
}
@media (min-width: 2100px) {
  .footer::before {
    background-size: 130% calc(2vw + 126px);
  }
}
@keyframes footer {
  100% {
    -webkit-transform: scaleX(2.9) translateX(65.5172413793%);
            transform: scaleX(2.9) translateX(65.5172413793%);
  }
}
.notfound h1 {
  margin: 150px 80px 10px;
  border-bottom: 1px dashed #777777;
}
.notfound p {
  margin: 10px 80px 100px;
}

#news {
  background-color: #FFF7E5;
  margin: 0;
  contain: paint;
}
#news h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #news h1 {
    font-size: 5rem;
    line-height: 320%;
    margin: 5rem 0;
  }
}

#stage-with-side {
  position: relative;
  max-width: 1280px;
  margin: 3rem auto 15rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF7E5;
}
@media screen and (min-width: 1023px) {
  #stage-with-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #stage-with-side #content {
    padding-right: 5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  #stage-with-side #sidebar {
    padding-left: 2.5rem;
    border-left: 0.2rem #c6c6c6 solid;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30rem;
            flex: 0 1 30rem;
  }
}

.news-content {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news-content {
    width: 90%;
  }
}
@media screen and (min-width: 1023px) {
  .news-content {
    width: 100%;
  }
}
.news-content .newsTitBox {
  position: relative;
  padding: 1rem;
  border-radius: 10px;
  border: 3px solid #F4F4F0;
  background-color: #F4F4F0;
  color: #313131;
}
.news-content .newsTitBox::before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 3px solid #c6c6c6;
  content: "";
}
.news-content h2 {
  font-size: 2.3rem;
  font-weight: 700;
  padding: 2rem;
}
@media screen and (min-width: 1023px) {
  .news-content h2 {
    font-size: 2.8rem;
    line-height: 180%;
  }
}
.news-content .pub-date {
  text-align: left;
  font-size: 2rem;
  margin: 0 1rem 4rem;
}
.news-content .chips {
  border: 3px solid #eeeeee;
  padding: 1rem 2rem;
  margin: 0 0 5rem;
}
.news-content .pager {
  border-top: 1px dotted #adadad;
  border-bottom: 1px dotted #adadad;
  width: 100%;
  padding: 1rem 0;
  margin: 0 auto 2rem;
  text-align: center;
}
.news-content .prevnext {
  display: block;
}
.news-content .repo {
  margin: 0 0 5rem;
  text-align: left;
  font-size: 2.5rem;
}
.news-content .repo p {
  line-height: 180%;
  font-size: 2.5rem;
  padding-bottom: 3rem;
  text-align: justify;
}
.news-content .repo img {
  width: 100%;
  max-width: 100rem;
  height: auto;
}
.news-content .repo ul {
  list-style-position: outside;
}
.news-content .repo ul li {
  margin-left: 3rem;
}
.news-content .repo ol {
  list-style-position: outside;
  margin: 0 0 0 2rem;
}
@media screen and (min-width: 1023px) {
  .news-content .repo ol {
    margin: 0 0 0 2rem;
  }
}
.news-content .repo hr {
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
  border: none;
  margin: 1.5rem 0;
}

#sidebar {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
#sidebar .side-news-list {
  display: inline-block;
}
#sidebar .side-news-list h3 {
  font-size: 2.8rem;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #647AA5;
  margin-bottom: 3rem;
}
#sidebar .side-news-list h3:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #647AA5 transparent transparent transparent;
}
#sidebar .side-news-list ul {
  list-style-type: none;
  padding-left: 0;
}
#sidebar .side-news-list ul li {
  border-bottom: 0.3rem dashed #647AA5;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

#page-newsListup {
  background-color: #FFF7E5;
  margin: 0;
  /*tabの形状*/
}
#page-newsListup .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-newsListup .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-newsListup .page-stg {
    width: 100%;
  }
}
#page-newsListup h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-newsListup h1 {
    font-size: 5rem;
    line-height: 320%;
    margin: 5rem 0;
  }
}
#page-newsListup .whatsnew {
  margin: 0 auto 5rem;
}
@media screen and (min-width: 768px) {
  #page-newsListup .whatsnew {
    margin: 0 auto 10rem;
  }
}
#page-newsListup .whatsnew h2 {
  padding: 0.8rem 1rem 5rem;
  color: darkgreen;
  text-align: center;
  top: 0px;
  background-color: #FFF7E5;
  display: block;
  z-index: 100;
}
#page-newsListup ul.newstab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0 !important;
  padding-left: 0;
}
#page-newsListup ul.newstab li:nth-child(2) {
  background-color: #647AA5;
}
#page-newsListup ul.newstab li:nth-child(3) {
  background-color: #6E8E52;
}
#page-newsListup ul.newstab li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 2rem;
}
#page-newsListup ul.newstab li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page-newsListup .tabItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  text-align: center;
  margin: 0 1rem;
  padding: 1rem 0.3rem;
  background-color: #936D96;
  color: white;
  cursor: pointer;
}
#page-newsListup .tabItem.on {
  text-decoration: underline;
}
#page-newsListup .newstab-body {
  padding: 0.5rem;
  margin: 1rem 0.2rem;
  border-radius: 0.5rem;
}
#page-newsListup .newstab-bodyItem {
  display: none;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#page-newsListup .newstab-bodyItem.on {
  display: block;
}
#page-newsListup ul.news-listup {
  width: 100%;
  max-width: 128rem;
  margin: 1rem 0;
  padding-left: 0;
  list-style-type: none;
}
#page-newsListup ul.news-listup li {
  padding: 0.5rem 0 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 0.4rem dotted #777777;
}
#page-newsListup .cglist-pubdate {
  text-align: left;
}
#page-newsListup .categoryInfo {
  background-color: #647AA5;
  padding: 0.5rem 0.8rem;
  margin-right: 1rem;
  border-radius: 0.8rem;
  color: #ffffff;
}
#page-newsListup .categoryEvent {
  background-color: #6E8E52;
  padding: 0.5rem 0.8rem;
  margin-right: 1rem;
  border-radius: 0.8rem;
  color: #ffffff;
}
#page-newsListup dl.lister {
  border-bottom: 1px #adadad dashed;
}
#page-newsListup dl.lister dt {
  padding: 0 0 0 1rem;
}
#page-newsListup dl.lister dd {
  padding: 0 0 1rem 0;
}

/*-----color asset-----*/
/* Color Theme Swatches in Hex */
/*-----size asset-----*/
/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Color Theme Swatches in HSLA */
.page-wrapper {
  margin: 0;
}

#page-header {
  position: relative;
}
#page-header .homeLogo {
  width: 18rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #page-header .homeLogo {
    width: 25rem;
    top: 2rem;
    left: 2rem;
  }
}
#page-header .homeLogo img {
  width: 100%;
  max-width: 32rem;
  height: auto;
  display: block;
}

#page-heritage {
  background-color: #FFF7E5;
  margin: 0;
}
#page-heritage .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-heritage .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-heritage .page-stg {
    width: 100%;
  }
}
#page-heritage h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-heritage h1 {
    font-size: 5rem;
    line-height: 150%;
    margin: 18rem 0 2rem;
  }
}
#page-heritage h3 {
  font-size: 2.5rem;
  line-height: 180%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #page-heritage h3 {
    font-size: 3rem;
    line-height: 200%;
    margin-bottom: 10rem;
  }
}
#page-heritage ul.mlang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  #page-heritage ul.mlang {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
#page-heritage ul.mlang li a {
  padding: 0.5rem 1rem;
  background-color: #F8E4BD;
  font-size: 1.6rem;
  border: 1px #ccc solid;
  border-radius: 0.5rem;
}
#page-heritage p {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 170%;
  text-spacing-trim: trim-start;
}
@media screen and (min-width: 768px) {
  #page-heritage p {
    line-height: 180%;
  }
}
#page-heritage .heritageNavBox {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}
#page-heritage .heritageNavBox .heritageNav ol {
  font-size: 2.3rem;
  line-height: 2;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  /*
              li::after {
                  font-family: "Font Awesome 5 Pro";
                  font-weight: 900;
                  content: "\f0ab";
                  color: $main50;
                  margin-left: 1rem;
              }
  */
}
#page-heritage .heritageNavBox .heritageNav ol li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
#page-heritage .heritageNavBox .heritageNav ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #D78E01;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#page-heritage .heritageNavBox .heritageNav ol li:last-of-type {
  border-bottom: none;
  /*最後のliの線だけ消す*/
}
#page-heritage .heritageNavBox .heritageNav ol a:hover {
  background-color: #F8E4BD;
  text-decoration: none;
}
#page-heritage .chips {
  margin: 2rem 0;
  padding: 2rem;
  background-color: #eeeeee;
  border: 1px dotted #777777;
  border-radius: 2rem;
}
#page-heritage .chips h3 {
  padding: 1rem 2rem;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
#page-heritage .chips ol {
  margin: 1rem;
  list-style-position: outside;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  #page-heritage .chips ol {
    list-style-position: inside;
    padding-left: 3rem;
  }
}
#page-heritage .chips a {
  padding: 0.5rem 1rem;
}
#page-heritage .heritageBox {
  margin: 10rem 0;
}
#page-heritage .heritageBox p {
  font-size: larger;
  line-height: 200%;
  margin-bottom: 3rem;
}
#page-heritage .heritageBox ul {
  list-style-type: square;
  padding-left: 0;
  list-style-position: outside;
  margin-left: 2.3rem;
}
#page-heritage .heritageBox ul li {
  font-size: larger;
  line-height: 200%;
  margin-bottom: 2rem;
}
#page-heritage .heritageBox h2.heritageTit {
  font-size: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1rem dotted #777777;
}
@media screen and (min-width: 768px) {
  #page-heritage .heritageBox h2.heritageTit {
    font-size: 5rem;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1.6rem dotted #777777;
  }
}
#page-heritage .heritageBox h2.heritageTit span {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #D78E01;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  #page-heritage .heritageBox h2.heritageTit span {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    line-height: 6rem;
    margin-right: 2rem;
  }
}

#page-heritageEN {
  background-color: #FFF7E5;
  /* 英文用 */
  text-align: left;
  /* 日本語は単語の途中でも改行させず、英単語も区切らない */
  word-break: keep-all;
  /* はみ出しそうな英単語は、単語の区切りで改行させる */
  overflow-wrap: break-word;
  margin: 0;
}
#page-heritageEN .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-heritageEN .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-heritageEN .page-stg {
    width: 100%;
  }
}
#page-heritageEN h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-heritageEN h1 {
    font-size: 5rem;
    line-height: 150%;
    margin: 18rem 0 2rem;
  }
}
#page-heritageEN h3 {
  font-size: 2.5rem;
  line-height: 180%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #page-heritageEN h3 {
    font-size: 3rem;
    line-height: 200%;
    margin-bottom: 10rem;
  }
}
#page-heritageEN ul.mlang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  #page-heritageEN ul.mlang {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
#page-heritageEN ul.mlang li a {
  padding: 0.5rem 1rem;
  background-color: #F8E4BD;
  font-size: 1.6rem;
  border: 1px #ccc solid;
  border-radius: 0.5rem;
}
#page-heritageEN p {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 170%;
  text-spacing-trim: trim-start;
}
@media screen and (min-width: 768px) {
  #page-heritageEN p {
    line-height: 180%;
  }
}
#page-heritageEN .heritageNavBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}
@media screen and (min-width: 1280px) {
  #page-heritageEN .heritageNavBox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#page-heritageEN .heritageNavBox .heritageNav ol {
  font-size: 2.3rem;
  line-height: 2;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  /*
              li::after {
                  font-family: "Font Awesome 5 Pro";
                  font-weight: 900;
                  content: "\f0ab";
                  color: $main50;
                  margin-left: 1rem;
              }
  */
}
#page-heritageEN .heritageNavBox .heritageNav ol li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
#page-heritageEN .heritageNavBox .heritageNav ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #D78E01;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#page-heritageEN .heritageNavBox .heritageNav ol li:last-of-type {
  border-bottom: none;
  /*最後のliの線だけ消す*/
}
#page-heritageEN .heritageNavBox .heritageNav ol a:hover {
  background-color: #F8E4BD;
  text-decoration: none;
}
#page-heritageEN .heritageNavBox figure {
  width: 100%;
  max-width: 50rem;
}
#page-heritageEN .heritageNavBox figure figcaption {
  font-size: smaller;
  line-height: 150%;
}
#page-heritageEN .chips {
  margin: 2rem 0;
  padding: 2rem;
  background-color: #eeeeee;
  border: 1px dotted #777777;
  border-radius: 2rem;
}
#page-heritageEN .chips h3 {
  padding: 1rem 2rem;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
#page-heritageEN .chips ol {
  margin: 1rem;
  list-style-position: outside;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  #page-heritageEN .chips ol {
    list-style-position: inside;
    padding-left: 3rem;
  }
}
#page-heritageEN .chips a {
  padding: 0.5rem 1rem;
}
#page-heritageEN .heritageBox {
  margin: 10rem 0;
}
#page-heritageEN .heritageBox p {
  font-size: larger;
  line-height: 200%;
  margin-bottom: 3rem;
}
#page-heritageEN .heritageBox ul {
  list-style-type: square;
  padding-left: 0;
  list-style-position: outside;
  margin-left: 2.3rem;
}
#page-heritageEN .heritageBox ul li {
  font-size: larger;
  line-height: 200%;
  margin-bottom: 2rem;
}
#page-heritageEN .heritageBox h2.heritageTit {
  font-size: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1rem dotted #777777;
}
@media screen and (min-width: 768px) {
  #page-heritageEN .heritageBox h2.heritageTit {
    font-size: 5rem;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1.6rem dotted #777777;
  }
}
#page-heritageEN .heritageBox h2.heritageTit span {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #D78E01;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  #page-heritageEN .heritageBox h2.heritageTit span {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    line-height: 6rem;
    margin-right: 2rem;
  }
}

#page-school {
  background-color: #FFF7E5;
  margin: 0;
}
#page-school .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-school .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-school .page-stg {
    width: 100%;
  }
}
#page-school h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-school h1 {
    font-size: 5rem;
    line-height: 150%;
    margin: 18rem 0 2rem;
  }
}
#page-school h3 {
  font-size: 2.5rem;
  line-height: 180%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #page-school h3 {
    font-size: 3rem;
    line-height: 200%;
    margin-bottom: 6rem;
  }
}
#page-school p {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  #page-school p {
    line-height: 180%;
  }
}
#page-school ul.mlang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  #page-school ul.mlang {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
#page-school ul.mlang li a {
  padding: 0.5rem 1rem;
  background-color: #F8E4BD;
  font-size: 1.6rem;
  border: 1px #ccc solid;
  border-radius: 0.5rem;
}
#page-school .schoolNavBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  #page-school .schoolNavBox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#page-school .schoolNavBox .schoolNav ol {
  font-size: 2.3rem;
  width: 100%;
  max-width: 128rem;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0;
  margin: 0;
}
#page-school .schoolNavBox .schoolNav ol li {
  border-bottom: dashed 1px #1b3d76;
  position: relative;
  padding: 1rem 1rem 1rem 3.8rem;
  line-height: 150%;
  white-space: nowrap;
}
#page-school .schoolNavBox .schoolNav ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #1b3d76;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-school .schoolNavBox .schoolNav ol li:first-of-type {
  border-top: 0.2rem solid #1b3d76;
}
#page-school .schoolNavBox .schoolNav ol li:last-of-type {
  border-bottom: 0.2rem solid #1b3d76;
}
#page-school .schoolNavBox .schoolNav ol a:hover {
  background-color: #F8E4BD;
  text-decoration: none;
}
#page-school .schoolNavBox .schoolNavImg {
  width: 100%;
  max-width: 128rem;
}
#page-school .schoolNavBox .schoolNavImg img {
  width: 100%;
  max-width: 128rem;
}
#page-school .schoolBox {
  margin: 5rem 0;
  padding: 3rem 2rem;
  background-color: #eeeeee;
  border: 4px solid #313131;
  border-radius: 240px 15px 100px 15px/15px 200px 15px 185px;
}
@media screen and (min-width: 768px) {
  #page-school .schoolBox {
    margin: 10rem 0;
    padding: 5rem;
  }
}
#page-school .schoolBox p {
  font-size: larger;
  line-height: 200%;
  margin-bottom: 3rem;
}
#page-school .schoolBox li {
  font-size: larger;
  line-height: 200%;
}
#page-school .schoolBox h2.schoolTit {
  font-variation-settings: "wdth" 100, "wght" 900, "ital" 0;
  font-size: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  color: #851010;
  border-bottom: 3px dotted #adadad;
}
@media screen and (min-width: 768px) {
  #page-school .schoolBox h2.schoolTit {
    font-size: 5rem;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 8px dotted #adadad;
  }
}
#page-school .schoolBox h2.schoolTit span {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #1b3d76;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  #page-school .schoolBox h2.schoolTit span {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    line-height: 6rem;
    margin-right: 2rem;
  }
}
#page-school .schoolBox .schoolDetail {
  padding: 1rem;
  background: #ffffff;
  border-radius: 3rem;
}
@media screen and (min-width: 768px) {
  #page-school .schoolBox .schoolDetail {
    padding: 3rem;
  }
}
#page-school .schoolBox .schoolDetail dt {
  font-weight: bold;
  font-size: larger;
  margin: 3rem 0 2rem;
  background-image: url(../../assets/media/pub/icon-takatsuki.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 2.5rem;
  padding-left: 3.1rem;
}
#page-school .schoolBox .schoolDetail dd {
  text-indent: -1.5em;
  padding-left: 2em;
  margin-bottom: 1rem;
  margin-left: 0;
}
#page-school .schoolBox .schoolDetail dd::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f05a";
  color: #D78E01;
  margin-right: 1rem;
}
#page-school .schoolBox .schoolDetail .chargeTit {
  font-weight: 700;
  text-decoration: underline;
}
#page-school .schoolBox .sampleImg {
  width: 100%;
  max-width: 120rem;
}
#page-school .schoolBox .sakuhin {
  margin: 2rem 0;
}
#page-school .schoolBox .sakuhin a {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #F8E4BD;
  border-radius: 3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#page-school .schoolBox .sakuhin a:hover {
  background: #EDD39F;
}
#page-school .schoolBox .reserveLink {
  background-color: #fffbce;
  padding: 2rem 0 1rem;
  border-radius: 3rem;
}
#page-school .schoolBox .reserveLink p {
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 150%;
}
#page-school .schoolBox .reserveLink ul {
  list-style-type: none;
  display: block;
  text-align: center;
  font-size: smaller;
  padding: 0;
}
@media screen and (min-width: 1023px) {
  #page-school .schoolBox .reserveLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
#page-school .schoolBox .reserveLink ul li a {
  font-family: sans-serif;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin: 0.6rem 0;
  text-decoration: none;
  color: #668ad8;
  background: #eeeeee;
  border-radius: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#page-school .schoolBox .reserveLink ul li a:hover {
  background: #00bcd4;
  color: white;
}

#page-schoolEN {
  background-color: #FFF7E5;
  /* 英文用 */
  text-align: left;
  /* 日本語は単語の途中でも改行させず、英単語も区切らない */
  word-break: keep-all;
  /* はみ出しそうな英単語は、単語の区切りで改行させる */
  overflow-wrap: break-word;
  margin: 0;
}
#page-schoolEN .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-schoolEN .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-schoolEN .page-stg {
    width: 100%;
  }
}
#page-schoolEN h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-schoolEN h1 {
    font-size: 5rem;
    line-height: 150%;
    margin: 18rem 0 2rem;
  }
}
#page-schoolEN h3 {
  font-size: 2.5rem;
  line-height: 180%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #page-schoolEN h3 {
    font-size: 3rem;
    line-height: 200%;
    margin-bottom: 6rem;
  }
}
#page-schoolEN p {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  #page-schoolEN p {
    line-height: 180%;
  }
}
#page-schoolEN ul.mlang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  #page-schoolEN ul.mlang {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
#page-schoolEN ul.mlang li a {
  padding: 0.5rem 1rem;
  background-color: #F8E4BD;
  font-size: 1.6rem;
  border: 1px #ccc solid;
  border-radius: 0.5rem;
}
#page-schoolEN .schoolNavBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  #page-schoolEN .schoolNavBox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#page-schoolEN .schoolNavBox .schoolNav ol {
  font-size: 2.3rem;
  width: 100%;
  max-width: 128rem;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0;
  margin: 0;
}
#page-schoolEN .schoolNavBox .schoolNav ol li {
  border-bottom: dashed 1px #1b3d76;
  position: relative;
  padding: 1rem 1rem 1rem 3.8rem;
  line-height: 150%;
  white-space: nowrap;
}
#page-schoolEN .schoolNavBox .schoolNav ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #1b3d76;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-schoolEN .schoolNavBox .schoolNav ol li:last-of-type {
  border-bottom: none;
  /*最後のliの線だけ消す*/
}
#page-schoolEN .schoolNavBox .schoolNav ol a:hover {
  background-color: #F8E4BD;
  text-decoration: none;
}
#page-schoolEN .schoolNavBox .schoolNavImg {
  width: 100%;
  max-width: 128rem;
}
#page-schoolEN .schoolNavBox .schoolNavImg img {
  width: 100%;
  max-width: 128rem;
}
#page-schoolEN .schoolBox {
  margin: 5rem 0;
  padding: 3rem 2rem;
  background-color: #eeeeee;
  border: 4px solid #313131;
  border-radius: 240px 15px 100px 15px/15px 200px 15px 185px;
}
@media screen and (min-width: 768px) {
  #page-schoolEN .schoolBox {
    margin: 10rem 0;
    padding: 5rem;
  }
}
#page-schoolEN .schoolBox p {
  font-size: larger;
  line-height: 200%;
  margin-bottom: 3rem;
}
#page-schoolEN .schoolBox li {
  font-size: larger;
  line-height: 200%;
}
#page-schoolEN .schoolBox h2.schoolTit {
  font-variation-settings: "wdth" 100, "wght" 900, "ital" 0;
  font-size: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  color: #851010;
  border-bottom: 3px dotted #adadad;
}
@media screen and (min-width: 768px) {
  #page-schoolEN .schoolBox h2.schoolTit {
    font-size: 5rem;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 8px dotted #adadad;
  }
}
#page-schoolEN .schoolBox h2.schoolTit span {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #1b3d76;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  #page-schoolEN .schoolBox h2.schoolTit span {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    line-height: 6rem;
    margin-right: 2rem;
  }
}
#page-schoolEN .schoolBox .schoolDetail {
  padding: 3rem;
  background: #ffffff;
  border-radius: 3rem;
}
#page-schoolEN .schoolBox .schoolDetail dt {
  font-weight: bold;
  font-size: larger;
  margin: 3rem 0 2rem;
}
#page-schoolEN .schoolBox .schoolDetail dt::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f6be";
  color: #777777;
  margin-right: 1rem;
}
#page-schoolEN .schoolBox .schoolDetail dd {
  text-indent: -1.5em;
  padding-left: 2em;
  margin-bottom: 1rem;
  margin-left: 0;
}
#page-schoolEN .schoolBox .schoolDetail dd::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f05a";
  color: #D78E01;
  margin-right: 1rem;
}
#page-schoolEN .schoolBox .schoolDetail dd.chargeTit {
  font-weight: bold;
  text-indent: 5em;
}
#page-schoolEN .schoolBox .sampleImg {
  width: 100%;
  max-width: 120rem;
}
#page-schoolEN .schoolBox .sakuhin {
  margin: 2rem 0;
}
#page-schoolEN .schoolBox .sakuhin a {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #F8E4BD;
  border-radius: 3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#page-schoolEN .schoolBox .sakuhin a:hover {
  background: #EDD39F;
}
#page-schoolEN .schoolBox .reserveLink {
  background-color: #fffbce;
  padding: 2rem 0 1rem;
  border-radius: 3rem;
}
#page-schoolEN .schoolBox .reserveLink p {
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 150%;
}
#page-schoolEN .schoolBox .reserveLink ul {
  list-style-type: none;
  display: block;
  text-align: center;
  font-size: smaller;
  padding: 0;
}
@media screen and (min-width: 1023px) {
  #page-schoolEN .schoolBox .reserveLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
#page-schoolEN .schoolBox .reserveLink ul li a {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin: 0.6rem 0;
  text-decoration: none;
  color: #668ad8;
  background: #eeeeee;
  border-radius: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#page-schoolEN .schoolBox .reserveLink ul li a:hover {
  background: #00bcd4;
  color: white;
}

#page-artisan {
  background-color: #FFF7E5;
  margin: 0;
}
#page-artisan .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-artisan .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-artisan .page-stg {
    width: 100%;
  }
}
#page-artisan h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-artisan h1 {
    font-size: 5rem;
    line-height: 150%;
    margin: 18rem 0 2rem;
  }
}
#page-artisan h3 {
  font-size: 2.5rem;
  line-height: 180%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #page-artisan h3 {
    font-size: 3rem;
    line-height: 200%;
    margin-bottom: 10rem;
  }
}
#page-artisan p {
  font-size: larger;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  #page-artisan p {
    line-height: 180%;
  }
}
#page-artisan .artisanBox {
  display: block;
}
#page-artisan .artisanBox h2.artisanTit {
  font-size: 3.5rem;
  margin: 2rem 0 3rem;
  position: relative;
  padding: 0;
  text-align: left;
}
#page-artisan .artisanBox h2.artisanTit:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 0.5rem;
  content: "";
  background: #adadad;
}
#page-artisan .artisanBox h2.artisanTit span {
  position: relative;
  padding: 0 3rem 0 0;
  background: #FFF7E5;
}
#page-artisan dl.artisanList {
  margin: 10rem 0;
  margin: 3rem auto 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#page-artisan dl.artisanList dt {
  border-bottom: #777777 0.3rem dotted;
  line-height: 2;
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
#page-artisan dl.artisanList dd {
  margin-bottom: 1.9rem;
  margin-left: 0.3rem;
  width: 100%;
}
#page-artisan .ceramicType {
  display: inline-block;
  padding-right: 0.3rem;
}
#page-artisan .ceramicType:before {
  content: "+++ ";
}
#page-artisan .ceramicType:after {
  content: " +++ ";
}
#page-artisan .faSale:before {
  font-family: "FontAwesome";
  content: "\f290";
  color: #5c9a35;
}
#page-artisan .artisanInfoBox {
  display: block;
  margin-top: 8rem;
  margin-bottom: 10rem;
}
#page-artisan .artisanInfoBox h2 {
  font-size: 3.5rem;
  margin: 2rem 0 3rem;
  position: relative;
  padding: 0;
  text-align: left;
  color: #D78E01;
}
#page-artisan .artisanInfoBox h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 0.5rem;
  content: "";
  background: #adadad;
}
#page-artisan .artisanInfoBox h2 span {
  position: relative;
  padding: 0 3rem 0 0;
  background: #FFF7E5;
}
#page-artisan .artisanInfoBox h4 {
  font-size: larger;
  margin-top: 3rem;
}
#page-artisan .artisanInfoBox h4:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f518";
  color: #D78E01;
  margin-right: 1rem;
}

#page-artisanProfile {
  background-color: #FFF7E5;
  margin: 0;
}
#page-artisanProfile .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-artisanProfile .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-artisanProfile .page-stg {
    width: 100%;
  }
}
#page-artisanProfile h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-artisanProfile h1 {
    font-size: 5rem;
    line-height: 150%;
    margin: 18rem 0 2rem;
  }
}
#page-artisanProfile h2.artistName {
  font-size: 3rem;
  padding-bottom: 1rem;
  border-bottom: 0.5rem #c6c6c6 solid;
  margin-bottom: 3rem;
  color: #851010;
}
#page-artisanProfile .artistProfileBox {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #page-artisanProfile .artistProfileBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#page-artisanProfile .artistProfileBox .artistBio {
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
}
#page-artisanProfile .artistProfileBox .artistBio p {
  font-size: 2.5rem;
}
#page-artisanProfile .artistProfileBox .artistBio p.ceramicType {
  padding: 0 0.3rem;
  margin: 3rem 0;
  font-size: 2.5rem;
}
#page-artisanProfile .artistProfileBox .artistBio p.ceramicType:before {
  content: "+++ ";
}
#page-artisanProfile .artistProfileBox .artistBio p.ceramicType:after {
  content: " +++ ";
}
#page-artisanProfile .artistProfileBox .artistImg {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
#page-artisanProfile .artistProfileBox .artistImg img {
  max-width: 100%;
  height: auto;
}
#page-artisanProfile .artistProfileBox .artisanprofile td {
  vertical-align: top;
}
#page-artisanProfile .artistProfileBox .artisanprofile td:nth-of-type(1) {
  padding-right: 2rem;
  white-space: nowrap;
}
#page-artisanProfile .artisanListLink {
  display: block;
}
#page-artisanProfile .artisanListLink a {
  margin: 3rem auto;
  display: block;
  width: 98%;
  text-align: center;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #F8E4BD;
  border-radius: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#page-artisanProfile .artisanListLink a a:hover {
  background: #EDD39F;
}

#page-volunteer {
  background-color: #FFF7E5;
  margin: 0;
}
#page-volunteer .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-volunteer .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-volunteer .page-stg {
    width: 100%;
  }
}
#page-volunteer h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-volunteer h1 {
    font-size: 5rem;
    line-height: 150%;
    margin: 18rem 0 2rem;
  }
}
#page-volunteer h3 {
  font-size: 3rem;
  line-height: 200%;
}
#page-volunteer p {
  font-size: larger;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  #page-volunteer p {
    line-height: 180%;
  }
}
#page-volunteer .volunteerBox {
  display: block;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0.3rem solid #eeeeee;
  padding: 6rem;
  margin-bottom: 10rem;
}
#page-volunteer .volunteerBox h2.volunteerTit {
  font-size: 3.5rem;
  margin: 2rem 0 3rem;
  position: relative;
  padding: 0;
  text-align: left;
  color: #D78E01;
}
#page-volunteer .volunteerBox h2.volunteerTit:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 0.5rem;
  content: "";
  background: #D78E01;
}
#page-volunteer .volunteerBox h2.volunteerTit span {
  position: relative;
  padding: 0 3rem 0 0;
  background: #ffffff;
}
#page-volunteer .volunteerBox h3 {
  font-size: larger;
  line-height: 200%;
}
#page-volunteer .volunteerBox h4 {
  font-size: 3.2rem;
  color: #D78E01;
  margin: 3rem 0 2rem;
  border-bottom: 0.8rem dotted #D78E01;
}
#page-volunteer .volunteerBox dl {
  margin: 0 auto;
  line-height: 200%;
}
#page-volunteer .volunteerBox dl dt {
  font-size: larger;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
#page-volunteer .volunteerBox dl dd {
  margin-bottom: 1.9rem;
  margin-left: 0.3rem;
  width: 100%;
  font-size: larger;
}
#page-volunteer .volunteerBox p.pContact {
  margin-bottom: 5rem;
}

#page-profile {
  background-color: #FFF7E5;
  margin: 0;
}
#page-profile .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-profile .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-profile .page-stg {
    width: 100%;
  }
}
#page-profile h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-profile h1 {
    font-size: 5rem;
    line-height: 150%;
    margin: 18rem 0 2rem;
  }
}
#page-profile h3 {
  font-size: 2.5rem;
  line-height: 180%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #page-profile h3 {
    font-size: 3rem;
    line-height: 200%;
    margin-bottom: 10rem;
  }
}
#page-profile p {
  font-size: larger;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  #page-profile p {
    line-height: 180%;
  }
}
#page-profile .profileBox {
  display: block;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0.3rem solid #eeeeee;
  padding: 2rem;
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  #page-profile .profileBox {
    padding: 6rem;
  }
}
#page-profile .profileBox h3 {
  font-size: larger;
  line-height: 200%;
}
#page-profile .profileBox dl {
  margin: 0 auto;
  line-height: 200%;
}
#page-profile .profileBox dl dt {
  font-weight: 600;
  margin-bottom: 1.2rem;
  font-size: 3.2rem;
  color: #D78E01;
  margin: 3rem 0 2rem;
  border-bottom: 0.8rem dotted #D78E01;
}
#page-profile .profileBox dl dd {
  margin-bottom: 1.9rem;
  margin-left: 0.3rem;
  width: 100%;
  font-size: larger;
}

#page-group {
  background-color: #FFF7E5;
  margin: 0;
}
#page-group .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-group .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-group .page-stg {
    width: 100%;
  }
}
#page-group h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-group h1 {
    font-size: 5rem;
    line-height: 150%;
    margin: 18rem 0 2rem;
  }
}
#page-group h3 {
  font-size: 2.5rem;
  line-height: 180%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #page-group h3 {
    font-size: 3rem;
    line-height: 200%;
    margin-bottom: 10rem;
  }
}
#page-group p {
  font-size: larger;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  #page-group p {
    line-height: 180%;
  }
}
#page-group .groupBox {
  display: block;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0.3rem solid #eeeeee;
  padding: 6rem;
  margin-bottom: 10rem;
}
#page-group .groupBox h3 {
  font-size: larger;
  line-height: 200%;
}
#page-group .groupBox dl {
  margin: 0 auto;
  line-height: 200%;
}
#page-group .groupBox dl dt {
  font-weight: 600;
  margin-bottom: 1.2rem;
  font-size: 3.2rem;
  color: #D78E01;
  margin: 3rem 0 2rem;
  border-bottom: 0.8rem dotted #D78E01;
}
#page-group .groupBox dl dd {
  margin-bottom: 1.9rem;
  margin-left: 0.3rem;
  width: 100%;
  font-size: larger;
}

#page-download {
  background-color: #FFF7E5;
  margin: 0;
}
#page-download .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-download .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-download .page-stg {
    width: 100%;
  }
}
#page-download h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-download h1 {
    font-size: 5rem;
    line-height: 150%;
    margin: 18rem 0 2rem;
  }
}
#page-download h3 {
  font-size: 2.5rem;
  line-height: 180%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #page-download h3 {
    font-size: 3rem;
    line-height: 200%;
    margin-bottom: 10rem;
  }
}
#page-download p {
  font-size: larger;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  #page-download p {
    line-height: 180%;
  }
}
#page-download .downloadBox {
  display: block;
  margin-bottom: 10rem;
  padding: 2rem;
  background-color: #F4F4F0;
  border-top-style: solid;
  border-top-width: 1rem;
  border-bottom-style: dashed;
  border-bottom-width: 1rem;
}
#page-download .downloadBox:nth-child(odd) {
  border-color: #647AA5;
}
#page-download .downloadBox:nth-child(even) {
  border-color: #92C5FD;
}
@media screen and (min-width: 768px) {
  #page-download .downloadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5rem;
  }
}
#page-download .downloadBox .dl-img {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  -ms-flex-item-align: start;
      align-self: start;
}
#page-download .downloadBox .dl-img img {
  width: 100%;
  max-width: 60rem;
  display: block;
}
#page-download .downloadBox .dl-repo {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #page-download .downloadBox .dl-repo {
    margin-top: 0;
  }
}
#page-download .downloadBox .dl-repo p {
  margin-bottom: 1.8rem;
}

#page-mokusui {
  background-color: #FFF7E5;
  margin: 0;
}
#page-mokusui .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-mokusui .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-mokusui .page-stg {
    width: 100%;
  }
}
#page-mokusui h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-mokusui h1 {
    font-size: 5rem;
    line-height: 150%;
    margin: 18rem 0 2rem;
  }
}
#page-mokusui h3 {
  font-size: 2.5rem;
  line-height: 180%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #page-mokusui h3 {
    font-size: 3rem;
    line-height: 200%;
    margin-bottom: 10rem;
  }
}
#page-mokusui p {
  font-size: larger;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  #page-mokusui p {
    line-height: 180%;
  }
}
#page-mokusui .mokusuiBox {
  display: block;
  padding: 6rem 0;
  margin-bottom: 10rem;
}
#page-mokusui .mokusuiBox h3 {
  font-weight: 600;
  margin-bottom: 3.2rem;
  font-size: 3.2rem;
  color: #D78E01;
  border-bottom: 0.8rem dotted #D78E01;
}
#page-mokusui .mokusuiBox .mokusuiBio {
  display: block;
}
@media screen and (min-width: 768px) {
  #page-mokusui .mokusuiBox .mokusuiBio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
  }
}
#page-mokusui .mokusuiBox .mokusuiBio :first-child {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
#page-mokusui .mokusuiBox .mokusuiBio img {
  width: 100%;
  max-width: 45rem;
  margin: 3rem auto 0;
}
#page-mokusui .mokusuiBox .mokusuiBio figcaption {
  margin: 0;
  padding: 0;
}
#page-mokusui .mokusuiBox dl {
  margin: 0 auto;
  line-height: 200%;
}
#page-mokusui .mokusuiBox dl dd {
  margin-bottom: 1.9rem;
  margin-left: 0.3rem;
  width: 100%;
  font-size: larger;
}

#page-contact {
  background-color: #FFF7E5;
  margin: 0;
}
#page-contact .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-contact .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-contact .page-stg {
    width: 100%;
  }
}
#page-contact h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-contact h1 {
    font-size: 5rem;
    line-height: 150%;
    margin: 18rem 0 2rem;
  }
}
#page-contact h3 {
  font-size: 2.5rem;
  line-height: 180%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #page-contact h3 {
    font-size: 3rem;
    line-height: 200%;
    margin-bottom: 10rem;
  }
}
#page-contact p {
  font-size: larger;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  #page-contact p {
    line-height: 180%;
  }
}
#page-contact .form-wrapper {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto 20rem;
  padding: 2rem;
  background-color: #F4F4F0;
  border: 0.3rem solid #777777;
  border-radius: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #page-contact .form-wrapper {
    padding: 3.5rem;
  }
}
@media screen and (min-width: 1023px) {
  #page-contact .form-wrapper {
    padding: 5rem;
  }
}
#page-contact .form-wrapper input[type=text],
#page-contact .form-wrapper input[type=date],
#page-contact .form-wrapper input[type=datetime],
#page-contact .form-wrapper input[type=email],
#page-contact .form-wrapper input[type=number],
#page-contact .form-wrapper input[type=search],
#page-contact .form-wrapper input[type=time],
#page-contact .form-wrapper input[type=url],
#page-contact .form-wrapper textarea,
#page-contact .form-wrapper select {
  border: none;
  border-radius: 0.8rem;
  font-size: 2rem;
  outline: 0;
  padding: 1.3rem;
  margin: 0;
  width: 100%;
  max-width: 100rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}
#page-contact .form-wrapper textarea {
  resize: vertical;
  overflow: auto;
  height: 120px;
}
#page-contact .form-wrapper input[type=text]:focus,
#page-contact .form-wrapper input[type=date]:focus,
#page-contact .form-wrapper input[type=datetime]:focus,
#page-contact .form-wrapper input[type=email]:focus,
#page-contact .form-wrapper input[type=number]:focus,
#page-contact .form-wrapper input[type=search]:focus,
#page-contact .form-wrapper input[type=time]:focus,
#page-contact .form-wrapper input[type=url]:focus,
#page-contact .form-wrapper textarea:focus,
#page-contact .form-wrapper select:focus {
  background: #ffffff;
  padding: 1.3rem;
}
#page-contact .form-wrapper .form-item {
  margin-bottom: 2rem;
}
#page-contact .form-wrapper label {
  display: block;
  text-align: left;
  font-size: 2.5rem;
}
#page-contact .form-wrapper input[type=submit],
#page-contact .form-wrapper input[type=reset] {
  padding: 1rem 2rem;
  border: 0.2rem solid #777777;
  border-radius: 2rem;
  background-color: #777777;
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
}
#page-contact .form-wrapper input[type=submit]:hover,
#page-contact .form-wrapper input[type=reset]:hover {
  background: #c6c6c6;
  color: #777777;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
}
#page-contact .alert,
#page-contact .error {
  color: red;
}
#page-contact .success {
  margin-bottom: 3rem;
}

#page-groupvisit {
  background-color: #FFF7E5;
  margin: 0;
}
#page-groupvisit .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-groupvisit .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-groupvisit .page-stg {
    width: 100%;
  }
}
#page-groupvisit h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-groupvisit h1 {
    font-size: 5rem;
    line-height: 150%;
    margin: 18rem 0 2rem;
  }
}
#page-groupvisit h3 {
  font-size: 2.5rem;
  line-height: 180%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #page-groupvisit h3 {
    font-size: 3rem;
    line-height: 200%;
    margin-bottom: 3rem;
  }
}
#page-groupvisit p {
  font-size: larger;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  #page-groupvisit p {
    line-height: 180%;
  }
}
#page-groupvisit .form-wrapper {
  width: 100%;
  margin: 0 auto 20rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page-groupvisit .form-wrapper fieldset {
  background-color: #eeeeee;
  border-color: #777777;
  border-radius: 1rem;
  margin-bottom: 3rem;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #page-groupvisit .form-wrapper fieldset {
    padding: 3.5rem;
  }
}
@media screen and (min-width: 1023px) {
  #page-groupvisit .form-wrapper fieldset {
    padding: 5rem;
  }
}
#page-groupvisit .form-wrapper fieldset legend {
  font-size: larger;
  background-color: #777777;
  padding: 1rem 2rem;
  color: #ffffff;
}
#page-groupvisit .form-wrapper fieldset .form-item {
  margin-bottom: 3.6rem;
}
#page-groupvisit .form-wrapper fieldset input[type=text],
#page-groupvisit .form-wrapper fieldset input[type=email],
#page-groupvisit .form-wrapper fieldset input[type=tel],
#page-groupvisit .form-wrapper fieldset input[type=search],
#page-groupvisit .form-wrapper fieldset input[type=url],
#page-groupvisit .form-wrapper fieldset textarea,
#page-groupvisit .form-wrapper fieldset select {
  border: none;
  border-radius: 0.8rem;
  font-size: 2rem;
  outline: 0;
  padding: 1.3rem;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}
#page-groupvisit .form-wrapper fieldset input[type=date],
#page-groupvisit .form-wrapper fieldset input[type=time],
#page-groupvisit .form-wrapper fieldset input[type=number] {
  border: none;
  border-radius: 0.8rem;
  font-size: 2rem;
  outline: 0;
  padding: 1.3rem;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}
#page-groupvisit .form-wrapper fieldset input[type=radio] {
  -webkit-transform: scale(2);
          transform: scale(2);
  vertical-align: 3.5px;
}
#page-groupvisit .form-wrapper fieldset textarea {
  resize: vertical;
  overflow: auto;
  height: 120px;
}
#page-groupvisit .form-wrapper fieldset input[type=text]:focus,
#page-groupvisit .form-wrapper fieldset input[type=date]:focus,
#page-groupvisit .form-wrapper fieldset input[type=datetime]:focus,
#page-groupvisit .form-wrapper fieldset input[type=email]:focus,
#page-groupvisit .form-wrapper fieldset input[type=number]:focus,
#page-groupvisit .form-wrapper fieldset input[type=tel]:focus,
#page-groupvisit .form-wrapper fieldset input[type=search]:focus,
#page-groupvisit .form-wrapper fieldset input[type=time]:focus,
#page-groupvisit .form-wrapper fieldset input[type=url]:focus,
#page-groupvisit .form-wrapper fieldset textarea:focus,
#page-groupvisit .form-wrapper fieldset select:focus {
  background: #ffffff;
  padding: 1.3rem;
}
#page-groupvisit .form-wrapper fieldset label {
  display: block;
  text-align: left;
  font-size: 2.5rem;
}
#page-groupvisit .recapture {
  margin-bottom: 2rem;
}
#page-groupvisit input[type=submit],
#page-groupvisit input[type=reset] {
  padding: 1rem 2rem;
  border: 0.2rem solid #777777;
  border-radius: 2rem;
  background-color: #777777;
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
}
#page-groupvisit input[type=submit]:hover,
#page-groupvisit input[type=reset]:hover {
  background: #c6c6c6;
  color: #777777;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
}
#page-groupvisit .alert,
#page-groupvisit .error {
  color: red;
}
#page-groupvisit .success {
  margin-bottom: 3rem;
}

#page-privacypolicy {
  background-color: #FFF7E5;
  margin: 0;
}
#page-privacypolicy .page-stg {
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  max-width: 128rem;
}
@media screen and (min-width: 768px) {
  #page-privacypolicy .page-stg {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #page-privacypolicy .page-stg {
    width: 100%;
  }
}
#page-privacypolicy h1 {
  padding: 3rem 0;
  color: #313131;
  font-size: 3rem;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
  margin: 10rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #page-privacypolicy h1 {
    font-size: 5rem;
    line-height: 150%;
    margin: 18rem 0 2rem;
  }
}
#page-privacypolicy .ppBox {
  margin-bottom: 10rem;
}
#page-privacypolicy .ppBox h2 {
  font-size: 2.5rem;
  line-height: 180%;
  margin: 3rem 0 2rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #page-privacypolicy .ppBox h2 {
    font-size: 3rem;
    line-height: 200%;
  }
}
#page-privacypolicy .ppBox h3 {
  font-size: 2.3rem;
  line-height: 180%;
  margin: 2rem 0 1rem;
}
@media screen and (min-width: 768px) {
  #page-privacypolicy .ppBox h3 {
    font-size: 2.8rem;
    line-height: 200%;
  }
}
#page-privacypolicy .ppBox p {
  font-size: 2.6rem;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  #page-privacypolicy .ppBox p {
    font-size: 3rem;
    line-height: 180%;
  }
}
#page-privacypolicy .ppBox ul,
#page-privacypolicy .ppBox ol {
  font-size: 2.6rem;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  #page-privacypolicy .ppBox ul,
  #page-privacypolicy .ppBox ol {
    font-size: 3rem;
    line-height: 180%;
  }
}

/*-----color asset-----*/
/* Color Theme Swatches in Hex */
/*-----size asset-----*/
/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Color Theme Swatches in HSLA */
header {
  z-index: 10;
  top: 0;
}

#index-header {
  background-color: #eeeeee;
}
#index-header .homeLogo {
  position: absolute;
  width: 10rem;
  z-index: 2;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #F8E4BD;
  padding: 2rem 2rem 1rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (min-width: 768px) {
  #index-header .homeLogo {
    width: 13rem;
  }
}
#index-header .homeLogo img {
  width: 100%;
  max-width: 17rem;
}

#mainSlide {
  overflow: hidden;
  position: relative;
}
#mainSlide p.catchCopy {
  display: none;
  text-align: left;
  position: absolute;
  top: 83%;
  left: 10rem;
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
  z-index: 50;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 180%;
  -webkit-text-stroke: 0.6rem #ffffff;
  text-stroke: 0.6rem #ffffff;
  paint-order: stroke;
}
@media screen and (min-width: 768px) {
  #mainSlide p.catchCopy {
    display: block;
  }
}
#mainSlide p.catchCopy span {
  -webkit-transition: 1.8s;
  transition: 1.8s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  display: block;
}
#mainSlide p.catchCopy span:first-child {
  -webkit-animation: catch_anime 1.4s forwards 1s;
          animation: catch_anime 1.4s forwards 1s;
}
#mainSlide p.catchCopy span:nth-child(2) {
  -webkit-animation: catch_anime 1.4s forwards 2s;
          animation: catch_anime 1.4s forwards 2s;
}
#mainSlide p.catchCopy span:nth-child(3) {
  -webkit-animation: catch_anime 1.4s forwards 3s;
          animation: catch_anime 1.4s forwards 3s;
}
#mainSlide p.catchCopy span:nth-child(4) {
  -webkit-animation: catch_anime 1.4s forwards 4s;
          animation: catch_anime 1.4s forwards 4s;
}
#mainSlide p.catchCopy span:nth-child(5) {
  -webkit-animation: catch_anime 1.4s forwards 5s;
          animation: catch_anime 1.4s forwards 5s;
}
@-webkit-keyframes catch_anime {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes catch_anime {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#mainSlide::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 26px;
  background-position: 50% 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23fff7e5"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23fff7e5"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23fff7e5"/></svg>');
}
@media screen and (min-width: 768px) {
  #mainSlide::before {
    background-size: 100% calc(2vw + 6px);
  }
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100svh;
  /*スライダー全体の縦幅を画面の高さいっぱい（100svh）にする*/
}

.swiper-slide > div {
  height: 100%;
  width: 100%;
}

/*　背景画像設定　*/
.item01 {
  background: url(../media/index/main01.jpg) center center/cover no-repeat;
}

.item02 {
  background: url(../media/index/main02.jpg) center center/cover no-repeat;
}

.item03 {
  background: url(../media/index/main09.jpg) center center/cover no-repeat;
}

.item04 {
  background: url(../media/index/main07.jpg) center center/cover no-repeat;
}

.item05 {
  background: url(../media/index/main08.jpg) center center/cover no-repeat;
}

.item06 {
  background: url(../media/index/main05.jpg) center center/cover no-repeat;
}

.item07 {
  background: url(../media/index/main03.jpg) center center/cover no-repeat;
}

.item08 {
  background: url(../media/index/main10.jpg) center center/cover no-repeat;
}

.item09 {
  background: url(../media/index/main11.jpg) center center/cover no-repeat;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.swiper-slide-active > div {
  -webkit-animation: zoomUp 7s linear 0s 1 normal both;
          animation: zoomUp 7s linear 0s 1 normal both;
}

/* フェードモード時 共通調整 */
.swiper-fade .swiper-slide {
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}

#coName {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  background-color: #F8E4BD;
  padding: 2rem;
  border-bottom-right-radius: 2rem;
}
#coName img {
  width: 100%;
  max-width: 17rem;
}

.pickupNavi {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-bottom-left-radius: 2rem;
  background-color: #F8E4BD;
}
.pickupNavi ul {
  list-style-type: none;
  padding: 0 2rem;
  display: block;
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  line-height: 170%;
}
@media screen and (min-width: 1023px) {
  .pickupNavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    line-height: 100%;
  }
  .pickupNavi ul li {
    padding-right: 2rem;
  }
  .pickupNavi ul li:last-child {
    padding-right: 0;
  }
  .pickupNavi ul a {
    color: #313131;
  }
}

main {
  display: block;
}

#heritage .contStg,
#school .contStg,
#artisan .contStg,
#volunteer .contStg,
#calendar .contStg {
  width: 85%;
  display: block;
  padding: 10rem 0rem;
  margin: 5rem auto 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #heritage .contStg,
  #school .contStg,
  #artisan .contStg,
  #volunteer .contStg,
  #calendar .contStg {
    width: 90%;
    max-width: 100rem;
    margin: 10rem auto 0;
  }
}
@media screen and (min-width: 1280px) {
  #heritage .contStg,
  #school .contStg,
  #artisan .contStg,
  #volunteer .contStg,
  #calendar .contStg {
    width: 100%;
    max-width: 128rem;
    margin: 10rem auto 0;
  }
}
#heritage .contStg .stgTitle,
#school .contStg .stgTitle,
#artisan .contStg .stgTitle,
#volunteer .contStg .stgTitle,
#calendar .contStg .stgTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 28rem;
  text-align: center;
  margin-bottom: 5rem;
  border-radius: 50% 50% 30% 60%/50% 50% 70% 60%;
}
@media screen and (min-width: 768px) {
  #heritage .contStg .stgTitle,
  #school .contStg .stgTitle,
  #artisan .contStg .stgTitle,
  #volunteer .contStg .stgTitle,
  #calendar .contStg .stgTitle {
    height: 48rem;
  }
}
@media screen and (min-width: 1023px) {
  #heritage .contStg .stgTitle,
  #school .contStg .stgTitle,
  #artisan .contStg .stgTitle,
  #volunteer .contStg .stgTitle,
  #calendar .contStg .stgTitle {
    height: 48rem;
  }
}
#heritage .contStg .stgTitle img.titImg,
#school .contStg .stgTitle img.titImg,
#artisan .contStg .stgTitle img.titImg,
#volunteer .contStg .stgTitle img.titImg,
#calendar .contStg .stgTitle img.titImg {
  display: block;
}
#heritage .contStg .stgTitle a:link img:last-of-type,
#school .contStg .stgTitle a:link img:last-of-type,
#artisan .contStg .stgTitle a:link img:last-of-type,
#volunteer .contStg .stgTitle a:link img:last-of-type,
#calendar .contStg .stgTitle a:link img:last-of-type {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  opacity: 0;
}
#heritage .contStg .stgTitle a:hover img:last-of-type,
#school .contStg .stgTitle a:hover img:last-of-type,
#artisan .contStg .stgTitle a:hover img:last-of-type,
#volunteer .contStg .stgTitle a:hover img:last-of-type,
#calendar .contStg .stgTitle a:hover img:last-of-type {
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#heritage .contStg .stgTitle a:hover img:first-of-type,
#school .contStg .stgTitle a:hover img:first-of-type,
#artisan .contStg .stgTitle a:hover img:first-of-type,
#volunteer .contStg .stgTitle a:hover img:first-of-type,
#calendar .contStg .stgTitle a:hover img:first-of-type {
  opacity: 1;
}
#heritage .contStg .stgTitle img.titImg,
#school .contStg .stgTitle img.titImg,
#artisan .contStg .stgTitle img.titImg,
#volunteer .contStg .stgTitle img.titImg,
#calendar .contStg .stgTitle img.titImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-animation: mokufuwaTitle 4s ease-in-out infinite alternate;
          animation: mokufuwaTitle 4s ease-in-out infinite alternate;
}
@-webkit-keyframes mokufuwaTitle {
  0% {
    -webkit-transform: translate(0, -18px);
            transform: translate(0, -18px);
  }
  100% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}
@keyframes mokufuwaTitle {
  0% {
    -webkit-transform: translate(0, -18px);
            transform: translate(0, -18px);
  }
  100% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}
#heritage .contStg .stgTitle h2.overvTit,
#school .contStg .stgTitle h2.overvTit,
#artisan .contStg .stgTitle h2.overvTit,
#volunteer .contStg .stgTitle h2.overvTit,
#calendar .contStg .stgTitle h2.overvTit {
  position: absolute;
  text-align: center;
  -webkit-text-stroke: 0.8rem #ffffff;
  text-stroke: 0.8rem #ffffff;
  paint-order: stroke;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 150%;
  z-index: 100;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #heritage .contStg .stgTitle h2.overvTit,
  #school .contStg .stgTitle h2.overvTit,
  #artisan .contStg .stgTitle h2.overvTit,
  #volunteer .contStg .stgTitle h2.overvTit,
  #calendar .contStg .stgTitle h2.overvTit {
    font-size: 4.8rem;
  }
}
#heritage .contStg p.overvTxt,
#school .contStg p.overvTxt,
#artisan .contStg p.overvTxt,
#volunteer .contStg p.overvTxt,
#calendar .contStg p.overvTxt {
  font-size: 2rem;
  text-align: justify;
  line-height: 200%;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #heritage .contStg p.overvTxt,
  #school .contStg p.overvTxt,
  #artisan .contStg p.overvTxt,
  #volunteer .contStg p.overvTxt,
  #calendar .contStg p.overvTxt {
    font-size: 2.8rem;
  }
}
#heritage .contStg .linkBtn a,
#school .contStg .linkBtn a,
#artisan .contStg .linkBtn a,
#volunteer .contStg .linkBtn a,
#calendar .contStg .linkBtn a {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  display: block;
  background-color: #848484;
  color: #FFF;
  padding: 1.6rem;
  border: 2px solid #333;
  margin: 2rem 0;
  border-radius: 240px 15px 100px 15px/15px 200px 15px 185px;
}
@media screen and (min-width: 768px) {
  #heritage .contStg .linkBtn a,
  #school .contStg .linkBtn a,
  #artisan .contStg .linkBtn a,
  #volunteer .contStg .linkBtn a,
  #calendar .contStg .linkBtn a {
    font-size: 2.8rem;
  }
}
#heritage .contStg .linkBtn a:hover,
#school .contStg .linkBtn a:hover,
#artisan .contStg .linkBtn a:hover,
#volunteer .contStg .linkBtn a:hover,
#calendar .contStg .linkBtn a:hover {
  background-color: #d1d1d1;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
#heritage .contStg ul.imgFr01,
#school .contStg ul.imgFr01,
#artisan .contStg ul.imgFr01,
#volunteer .contStg ul.imgFr01,
#calendar .contStg ul.imgFr01 {
  margin: 5% 0 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  display: block;
}
@media screen and (min-width: 768px) {
  #heritage .contStg ul.imgFr01,
  #school .contStg ul.imgFr01,
  #artisan .contStg ul.imgFr01,
  #volunteer .contStg ul.imgFr01,
  #calendar .contStg ul.imgFr01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#heritage .contStg ul.imgFr01 li,
#school .contStg ul.imgFr01 li,
#artisan .contStg ul.imgFr01 li,
#volunteer .contStg ul.imgFr01 li,
#calendar .contStg ul.imgFr01 li {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #heritage .contStg ul.imgFr01 li,
  #school .contStg ul.imgFr01 li,
  #artisan .contStg ul.imgFr01 li,
  #volunteer .contStg ul.imgFr01 li,
  #calendar .contStg ul.imgFr01 li {
    width: 100%;
    max-width: 30rem;
  }
}
#heritage .contStg ul.imgFr01 li .catchImg,
#school .contStg ul.imgFr01 li .catchImg,
#artisan .contStg ul.imgFr01 li .catchImg,
#volunteer .contStg ul.imgFr01 li .catchImg,
#calendar .contStg ul.imgFr01 li .catchImg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #FFF 1px solid;
  width: 100%;
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  #heritage .contStg ul.imgFr01 li .catchImg,
  #school .contStg ul.imgFr01 li .catchImg,
  #artisan .contStg ul.imgFr01 li .catchImg,
  #volunteer .contStg ul.imgFr01 li .catchImg,
  #calendar .contStg ul.imgFr01 li .catchImg {
    border: #FFF 1px solid;
    width: 100%;
    max-width: 40rem;
  }
}

#news-topics {
  background-color: #FFF7E5;
  /*tabの形状*/
}
#news-topics .box-vim {
  padding: 0.2rem 0.5rem;
  margin: 0 auto;
  width: 85%;
  max-width: 128rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #news-topics .box-vim {
    margin: 0 auto 3rem;
    padding-top: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#news-topics .vim-img {
  margin: 1rem 0 0.5rem;
  text-align: center;
}
#news-topics .vim-img img {
  display: inline-block;
  width: 25rem;
  border: #FFF 1px solid;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #news-topics .vim-img {
    -ms-flex-preferred-size: 25rem;
        flex-basis: 25rem;
    margin-right: 3rem;
  }
  #news-topics .vim-img img {
    width: 25rem;
    border: #FFF 1px solid;
  }
}
#news-topics .vim-img .vim-contant p {
  text-align: justify;
}
#news-topics .vim-img h3 {
  font-size: 2.3rem;
  padding: 0.6rem;
  text-align: left;
  color: crimson;
}
#news-topics .vim-img h3::before {
  content: url(../media/index/vimicon.png);
  padding-right: 0.5rem;
}
#news-topics .vim-img p,
#news-topics .vim-img ul {
  margin: 1.6rem;
  list-style-type: none;
}
#news-topics .vim-img li:before {
  font-family: FontAwesome;
  content: "\f138";
  padding: 0 0.5rem 0 1.6rem;
}
#news-topics .news-wrap {
  padding: 0.2rem 0.5rem;
  margin: 0 auto;
  width: 90%;
  max-width: 128rem;
  display: block;
}
#news-topics .news-wrap ul,
#news-topics .news-wrap ol {
  list-style-type: none;
  padding-left: 0;
}
#news-topics .whatsnew {
  margin: 0 auto 5rem;
}
@media screen and (min-width: 768px) {
  #news-topics .whatsnew {
    margin: 0 auto 10rem;
  }
}
#news-topics .whatsnew h2 {
  padding: 0.8rem 1rem 5rem;
  margin-top: 6rem;
  color: darkgreen;
  text-align: center;
  top: 0px;
  background-color: #FFF7E5;
  display: block;
  z-index: 100;
}
#news-topics ul.newstab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0 !important;
  padding-left: 0;
}
#news-topics ul.newstab li:nth-child(2) {
  background-color: #647AA5;
}
#news-topics ul.newstab li:nth-child(3) {
  background-color: #6E8E52;
}
#news-topics ul.newstab li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 2rem;
}
#news-topics ul.newstab li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#news-topics .tabItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  text-align: center;
  margin: 0 1rem;
  padding: 1rem 0.3rem;
  background-color: #936D96;
  color: white;
  cursor: pointer;
}
#news-topics .tabItem.on {
  text-decoration: underline;
}
#news-topics .newstab-body {
  padding: 0.5rem;
  margin: 1rem 0.2rem;
  border-radius: 0.5rem;
}
#news-topics .newstab-bodyItem {
  display: none;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#news-topics .newstab-bodyItem.on {
  display: block;
}
#news-topics ul.news-listup {
  width: 100%;
  max-width: 128rem;
  margin: 1rem 0;
  padding-left: 0;
  list-style-type: none;
}
#news-topics ul.news-listup li {
  padding: 0.5rem 0 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 0.4rem dotted #777777;
}
#news-topics .cglist-pubdate {
  text-align: left;
}
#news-topics .categoryInfo {
  background-color: #647AA5;
  padding: 0.5rem 0.8rem;
  margin-right: 1rem;
  border-radius: 0.8rem;
  color: #ffffff;
}
#news-topics .categoryEvent {
  background-color: #6E8E52;
  padding: 0.5rem 0.8rem;
  margin-right: 1rem;
  border-radius: 0.8rem;
  color: #ffffff;
}
#news-topics dl.lister {
  border-bottom: 1px #adadad dashed;
}
#news-topics dl.lister dt {
  padding: 0 0 0 1rem;
}
#news-topics dl.lister dd {
  padding: 0 0 1rem 0;
}

#misc {
  background-color: #F8E4BD;
  overflow: hidden;
  position: relative;
}
#misc .miscStg {
  width: 100%;
  max-width: 128rem;
  padding: 4rem 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #misc .miscStg {
    width: 90%;
    max-width: 100rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #misc .miscStg {
    width: 100%;
    max-width: 128rem;
    margin: 10rem auto 0;
  }
}
#misc .miscBox {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #misc .miscBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#misc .miscLink {
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #misc .miscLink {
    width: 30%;
    margin-top: 2rem;
  }
}
#misc .miscLink img {
  width: 100%;
  min-width: 160px;
  max-width: 260px;
  margin: 0 auto;
}

#misc::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 26px;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23fff7e5"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23fff7e5"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23fff7e5"/></svg>');
}
@media screen and (min-width: 768px) {
  #misc::before {
    background-size: 100% calc(2vw + 6px);
  }
}

#heritage {
  background-color: #EDD39F;
  overflow: hidden;
  position: relative;
}
#heritage .stgTitle {
  background: #FFF7E5;
}
#heritage .stgTitle img.titImg {
  width: 18rem;
}
@media screen and (min-width: 768px) {
  #heritage .stgTitle img.titImg {
    width: 27rem;
  }
}
#heritage .imgFr01 li:nth-child(1) img {
  border-radius: 80% 30% 50% 50%/50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #heritage .imgFr01 li:nth-child(1) img {
    top: -1rem;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}
#heritage .imgFr01 li:nth-child(2) img {
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #heritage .imgFr01 li:nth-child(2) img {
    top: 4rem;
    left: 0.5rem;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
#heritage .imgFr01 li:nth-child(3) img {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #heritage .imgFr01 li:nth-child(3) img {
    top: -1rem;
    left: -1.5rem;
    -webkit-transform: scale(1.1, 1.1) rotate(10deg);
            transform: scale(1.1, 1.1) rotate(10deg);
  }
}
#heritage .imgFr01 li:nth-child(4) img {
  border-radius: 30% 50% 50% 70%/50% 50% 70% 60%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #heritage .imgFr01 li:nth-child(4) img {
    -webkit-transform: scale(1.3, 1.3) rotate(-5deg);
            transform: scale(1.3, 1.3) rotate(-5deg);
    top: 1rem;
  }
}

#heritage::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 26px;
  background-position: 50% 0%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23f8e4bd"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23f8e4bd"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23f8e4bd"/></svg>');
}
@media screen and (min-width: 768px) {
  #heritage::before {
    background-size: 100% calc(2vw + 6px);
  }
}

#school {
  background-color: #eeeeee;
  overflow: hidden;
  position: relative;
}
#school .stgTitle {
  background: #E9C070;
}
#school .stgTitle img.titImg {
  width: 16rem;
}
@media screen and (min-width: 768px) {
  #school .stgTitle img.titImg {
    width: 28rem;
  }
}
#school .imgFr01 li:nth-child(1) img {
  border-radius: 80% 30% 50% 50%/50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #school .imgFr01 li:nth-child(1) img {
    top: 1rem;
    -webkit-transform: scale(-8deg);
            transform: scale(-8deg);
  }
}
#school .imgFr01 li:nth-child(2) img {
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #school .imgFr01 li:nth-child(2) img {
    top: -1rem;
    left: -1.5rem;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}
#school .imgFr01 li:nth-child(3) img {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #school .imgFr01 li:nth-child(3) img {
    top: -1.8rem;
    left: 0.5rem;
    -webkit-transform: scale(1.2, 1.2) rotate(-3deg);
            transform: scale(1.2, 1.2) rotate(-3deg);
  }
}
#school .imgFr01 li:nth-child(4) img {
  border-radius: 30% 50% 50% 70%/50% 50% 70% 60%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #school .imgFr01 li:nth-child(4) img {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    top: 2rem;
  }
}

#school::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 26px;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23edd39f"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23edd39f"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23edd39f"/></svg>');
}
@media screen and (min-width: 768px) {
  #school::before {
    background-size: 100% calc(2vw + 11px);
    background-position: 50% 0%;
  }
}

#artisan {
  background-color: #F8E4BD;
  overflow: hidden;
  position: relative;
}
#artisan .stgTitle {
  background: #E9AA2F;
}
#artisan .stgTitle img.titImg {
  width: 20rem;
}
@media screen and (min-width: 768px) {
  #artisan .stgTitle img.titImg {
    width: 35rem;
  }
}
#artisan .imgFr01 li:nth-child(1) img {
  border-radius: 80% 30% 50% 50%/50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #artisan .imgFr01 li:nth-child(1) img {
    top: 1rem;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
#artisan .imgFr01 li:nth-child(2) img {
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #artisan .imgFr01 li:nth-child(2) img {
    top: -4rem;
    left: -0.5rem;
    -webkit-transform: scale(1.1, 1.1) rotate(-6deg);
            transform: scale(1.1, 1.1) rotate(-6deg);
  }
}
#artisan .imgFr01 li:nth-child(3) img {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #artisan .imgFr01 li:nth-child(3) img {
    top: 1rem;
    left: -1rem;
    -webkit-transform: scale(1.2, 1.2) rotate(7deg);
            transform: scale(1.2, 1.2) rotate(7deg);
  }
}
#artisan .imgFr01 li:nth-child(4) img {
  border-radius: 30% 50% 50% 70%/50% 50% 70% 60%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #artisan .imgFr01 li:nth-child(4) img {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    top: 2rem;
  }
}

#artisan::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 26px;
  background-position: 50% 0%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23eeeeee"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23eeeeee"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23eeeeee"/></svg>');
}
@media screen and (min-width: 768px) {
  #artisan::before {
    background-size: 100% calc(2vw + 13px);
  }
}

#volunteer {
  background-color: #E9C070;
  overflow: hidden;
  position: relative;
}
#volunteer .stgTitle {
  background: #F8E4BD;
}
#volunteer .stgTitle img.titImg {
  width: 23rem;
}
@media screen and (min-width: 768px) {
  #volunteer .stgTitle img.titImg {
    width: 43rem;
  }
}
#volunteer .imgFr01 li:nth-child(1) img {
  border-radius: 80% 30% 50% 50%/50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #volunteer .imgFr01 li:nth-child(1) img {
    top: -1rem;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
}
#volunteer .imgFr01 li:nth-child(2) img {
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #volunteer .imgFr01 li:nth-child(2) img {
    top: -2rem;
    left: -0.5rem;
    -webkit-transform: scale(1.1, 1.1) rotate(6deg);
            transform: scale(1.1, 1.1) rotate(6deg);
  }
}
#volunteer .imgFr01 li:nth-child(3) img {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #volunteer .imgFr01 li:nth-child(3) img {
    top: 1rem;
    left: 1rem;
    -webkit-transform: scale(1.2, 1.2) rotate(-6deg);
            transform: scale(1.2, 1.2) rotate(-6deg);
  }
}
#volunteer .imgFr01 li:nth-child(4) img {
  border-radius: 30% 50% 50% 70%/50% 50% 70% 60%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #volunteer .imgFr01 li:nth-child(4) img {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    top: 2rem;
  }
}

#volunteer::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 26px;
  background-position: 50% 0%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23f8e4bd"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23f8e4bd"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23f8e4bd"/></svg>');
}
@media screen and (min-width: 768px) {
  #volunteer::before {
    background-size: 100% calc(2vw + 6px);
  }
}

#calendar {
  background-color: #eeeeee;
}

/*-----color asset-----*/
/* Color Theme Swatches in Hex */
/*-----size asset-----*/
/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Color Theme Swatches in HSLA */
/*アクティブになったエリア*/
#gnav.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100vh;
}

/*丸の拡大*/
.menuBg {
  position: fixed;
  z-index: 900;
  /*丸の形*/
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #F8E4BD;
  /*丸のスタート位置と形状*/
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  /*scaleをはじめは0に*/
  right: -60px;
  top: -60px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  /*0.6秒かけてアニメーション*/
}

.menuBg.circleactive {
  -webkit-transform: scale(50);
          transform: scale(50);
  opacity: 100;
  /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#gnav-list {
  display: none;
  /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#gnav.panelactive #gnav-list {
  display: block;
  /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#mokusuiMenu {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*ナビゲーション天地中央揃え※レイアウトによって調整。不必要なら削除*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
}
#mokusuiMenu .mokusuiProfile {
  width: 16rem;
  padding: 0;
  display: block;
  /*
  a:hover img {
    opacity: 0;
  }
    */
}
@media screen and (min-width: 1023px) {
  #mokusuiMenu .mokusuiProfile {
    width: 25rem;
  }
}
#mokusuiMenu .mokusuiProfile a:link img {
  width: 16rem;
}
@media screen and (min-width: 1023px) {
  #mokusuiMenu .mokusuiProfile a:link img {
    width: 25rem;
  }
}

.gnav-list {
  opacity: 0;
  /*はじめは透過0*/
}

/*背景が出現後にナビゲーションを表示*/
#gnav-list {
  opacity: 1;
  padding-left: 1rem;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#gnav-list {
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  /*0.2 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  white-space: nowrap;
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
.mokusuiProfile {
  animation: mokufuwaMenu 2s ease-in-out infinite alternate;
}

@keyframes mokufuwaMenu {
  0% {
    transform: translate(0, -10px);
  }

  100% {
    transform: translate(0, 10px);
  }
}
  */
/*リストのレイアウト設定*/
#gnav ul {
  padding-left: 0px;
}
@media screen and (min-width: 768px) {
  #gnav ul {
    padding-left: 4rem;
  }
}

#gnav li {
  text-align: left;
  list-style-type: none;
  background-image: url(../../assets/media/pub/icon-kame.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 2.5rem;
  padding-left: 3.1rem;
}
#gnav li a:link {
  color: #313131;
  text-decoration: none;
  padding: 0px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#gnav li a:hover {
  background-color: #EDD39F;
}

.homeLogo {
  position: static;
  width: 20rem;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #F8E4BD;
  padding: 2rem;
  border-bottom-right-radius: 1rem;
}
.homeLogo img {
  width: 100%;
  max-width: 17rem;
}

/*========= ボタンのためのCSS ===============*/
.menuBtn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  /*ボタンを最前面に*/
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 0.5rem;
  background-image: url(../../assets/media/pub/MENU.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: fuwa 3s ease-in-out infinite alternate;
          animation: fuwa 3s ease-in-out infinite alternate;
}

/*
@keyframes fuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }

  50% {
    transform: translate(0, -5px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
 */
.menuBtn.active {
  background-image: url(../../assets/media/pub/MENU-CLOSE.png);
}

/*×に変化*/
/*
.menuBtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 19px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.menuBtn span:nth-of-type(1) {
  top: 61px;
}

.menuBtn span:nth-of-type(2) {
  top: 72px;
}

.menuBtn span:nth-of-type(3) {
  top: 83px;
}

.menuBtn.active span:nth-of-type(1) {
  top: 64px;
  left: 19px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.menuBtn.active span:nth-of-type(2) {
  opacity: 0;
}

.menuBtn.active span:nth-of-type(3) {
  top: 76px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
  */