@charset "UTF-8";
/* ============= import ============== */
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("animation.css");
/* ============= color ============== */
body {
  background-image: url(../images/bgr-primary.png);
}

.logo {
  min-height: 70px;
}

.only-pc {
  display: none;
}

.only-sp {
  display: block;
}

@media screen and (min-width: 900px) {
  .only-pc {
    display: block;
  }
  .only-sp {
    display: none;
  }
}

/* slick ---------------------------------------- */
.main-image {
  width: 100%;
}

.slick-slider {
  margin: 0;
  padding: 0;
}

.slick-slider img {
  width: 100%;
  height: 100%;
}

.slick-slider .slide_content {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 5;
}

.sp-nav {
  position: relative;
  top: -16px;
  background-color: rgba(127, 112, 73, 0.9);
  width: 90%;
  border-radius: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 12px 12px 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.sp-nav a {
  color: #fff;
  font-size: 1.4rem;
}

.sp-nav ul {
  text-align: center;
}

.sp-nav ul li {
  display: inline-block;
  padding: 0 6px 8px;
}

/* contents ---------------------------------------- */
.contents {
  position: relative;
  overflow: hidden;
  z-index: 20;
}

.information-1, .information-2, .information-3 {
  margin: 60px 0;
}

.information-1 h2, .information-2 h2, .information-3 h2 {
  position: relative;
  margin: 5px 2% 16px;
  padding-left: 50px;
}

.information-1 h2 img, .information-2 h2 img, .information-3 h2 img {
  height: 32px;
}

.information-1 h2::before, .information-2 h2::before, .information-3 h2::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/ougi-kasumi.png);
  background-size: 48px auto;
  background-position: 0 2px;
  background-repeat: no-repeat;
}

.information-1 section, .information-2 section, .information-3 section {
  margin: auto 4%;
}

.information-1 section a.flyer {
  display: inline-block;
  text-align: center;
  margin: auto auto 24px;
}

.information-1 section a.flyer img {
  width: 70%;
}

.information-1 section .information-1_contents {
  padding: 24px 16px;
  background-image: url(../images/common/bg-shinonomekasumi-2.png);
  background-size: cover;
  border-radius: 12px;
  color: #171C28;
}

.information-1 section .information-1_contents .p1 {
  padding-bottom: 8px;
}

.information-1 section .information-1_contents .p1 .note {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  color: #615431;
}

.information-1 section .information-1_contents .p1 h3 {
  font-size: 2rem;
  padding-bottom: 4px;
  font-weight: bold;
  color: #615431;
}

.information-1 section .information-1_contents .p1 .date {
  text-align: right;
}

.information-1 section .information-1_contents .p2 a {
  color: #615431;
  text-decoration: underline;
}

.information-1 section .information-1_contents .p3 a {
  text-decoration: underline;
}

.information-1 section .information-1_contents .s-ttl {
  padding: 8px 0 0;
  font-weight: bold;
  color: #242A3F;
}

.information-1 section .information-1_contents .date {
  text-align: right;
  font-size: small;
  color: #505050;
}

.information-2 {
  position: relative;
  overflow: hidden;
  margin: 30px 0 10px 0;
  padding-bottom: 0px;
}

.information-2 section {
  margin-bottom: 16px;
}

.information-2 .information-2_contents {
  padding: 12px 16px 8px;
  background-image: url(../images/common/bg-shinonomekasumi-2.png);
  background-size: cover;
  border-radius: 12px;
  color: #171C28;
}

.information-2 .information-2_contents h3 {
  font-size: 2rem;
  padding-bottom: 4px;
  font-weight: bold;
}

.information-2 .information-2_contents .date {
  text-align: right;
  font-size: small;
  color: #505050;
}

.information-2 .information-2_contents a {
  color: #615431;
}

.information-2 .information-2_contents .info-note {
  font-size: 90%;
  line-height: 1.3 !important;
  padding-top: 12px;
  padding-bottom: 8px;
}

.information-2 .information-2_contents .info-2-box {
  border: 1px solid #242A3F !important;
  font-size: 90%;
  margin: 16px 0 8px;
  padding: 12px 16px;
}

.information-2 .information-2_contents .info-2-box h5 {
  font-weight: bold;
  padding-bottom: 8px;
}

.information-2 .information-2_contents .info-2-dl {
  margin-bottom: 8px;
}

.information-2 .information-2_contents .info-2-dl div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.information-2 .information-2_contents .info-2-dl div dt, .information-2 .information-2_contents .info-2-dl div dd {
  box-sizing: border-box;
  padding-bottom: 8px;
}

.information-2 .information-2_contents .info-2-dl div dt {
  width: 4em;
}

.information-2 .information-2_contents .info-2-dl div dd {
  width: 74%;
}

.information-2 .information-2_contents .info-2-dl div dd span {
  display: block;
}

.information-2 .information-2_contents .info-2-0507-0 {
  display: block;
  text-align: right;
  padding-right: 1em;
}

.information-2 .information-2_contents .info-2-0507-1 {
  padding-top: 24px;
}

.information-2 .information-2_contents .info-2-0507-1 a {
  display: block;
}

.information-2 .information-2_contents .info-2-0507-2 {
  padding-top: 12px;
  text-align: right;
}

.information-2 .information-2_contents .info-2-0507-3 {
  font-size: 85%;
  text-indent: -1em;
  padding-left: 1em;
}

.link {
  margin: 8px auto auto;
}

.link a {
  color: #615431;
}

.nohnokai-sp {
  margin: 30px 4%;
}

.nohnokai-sp section {
  border-radius: 14px 14px 12px 12px;
  background: url(../images/common/bg-shinonomekasumi.png) no-repeat;
}

.nohnokai-sp .nohkai4intro {
  margin-top: 50px;
}

.nohnokai-sp .nohkai4intro .header {
  position: relative;
  padding: 52px 16px 16px;
  color: #fff;
  text-align: center;
  border-radius: 12px 12px 0 0;
  background: #042814;
}

.nohnokai-sp .nohkai4intro .header .h-note1 {
  position: absolute;
  text-align: left;
  margin-bottom: 0;
  width: 92%;
  height: 50px;
  top: 0;
  padding: 20px 0 0 8px;
}

.nohnokai-sp .nohkai4intro .header .h-note1 p {
  display: inline-block;
  position: absolute;
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.04em;
  z-index: 5;
}

.nohnokai-sp .nohkai4intro .header .h-note1::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 55px;
  position: absolute;
  top: -8px;
  left: -28px;
  margin: auto;
  background-image: url(../images/ougi-kasumi.png);
  background-size: 80px auto;
  background-position: 0 2px;
  background-repeat: no-repeat;
  z-index: 0;
}

.nohnokai-sp .nohkai4intro .header h2 {
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 2.36rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.nohnokai-sp .nohkai4intro .header h2::before {
  display: none;
}

.nohnokai-sp .nohkai4intro .header .h-note2, .nohnokai-sp .nohkai4intro .header .h-note3 {
  text-align: right;
}

.nohnokai-sp .nohkai4intro .p2 {
  padding-bottom: 4px;
  text-align: left;
}

.nohnokai-sp .program {
  padding: 16px 24px;
}

.nohnokai-sp .program h3 {
  margin: inherit;
  font-weight: bold;
  font-size: 2.36rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.nohnokai-sp .program h3 span {
  font-size: 90%;
}

.nohnokai-sp .program dl {
  margin: 4px auto 16px 3em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.nohnokai-sp .program dl dt, .nohnokai-sp .program dl dd {
  display: inline-block;
}

.nohnokai-sp .program dl dt {
  width: 20%;
}

.nohnokai-sp .program dl dd {
  width: 80%;
  font-weight: bold;
}

.nohnokai-sp .program dl dd span {
  display: inline-block;
  padding-right: 8px;
  font-size: 80%;
}

.nohnokai-sp .program .more {
  text-align: right;
}

.nohnokai-sp .program .more a {
  position: relative;
  padding-right: 1.2em;
  color: #615431;
  color: #042814;
  font-weight: bold;
}

.nohnokai-sp .program .more a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1em;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: auto 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/icon/arrow-right-green.png);
}

.nohnokai-sp .program .btn {
  margin-top: 20px;
  width: 100%;
  background: #3B4E43;
  box-sizing: border-box;
}

.nohnokai-sp .program .btn a {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.02em;
}

.nohnokai-sp .program .btn a::before {
  background-image: url(../images/icon/newwindow-wh.png);
}

.sp-menu-bnr {
  margin: 30px 4%;
}

.sp-menu-bnr .bnr {
  margin-bottom: 24px;
  width: 100%;
  height: 110px;
  overflow: hidden;
  border-radius: 10px;
}

.sp-menu-bnr .bnr a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}

.sp-menu-bnr .bnr a .ttl {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(97, 84, 49, 0.8);
  border-radius: 0 0 10px 10px;
}

.sp-menu-bnr .bnr a .ttl img {
  height: 32px;
  margin: 10px auto 3px;
}

.sp-menu-bnr .bnr1 a {
  background: url(../images/index/sp/bnr-1-off.png) no-repeat center center;
  background-size: 100% auto;
}

.sp-menu-bnr .bnr1 a:hover {
  background: url(../images/index/sp/bnr-1-on.png) no-repeat center center;
  background-size: 130% auto;
}

.sp-menu-bnr .bnr2 a {
  background: url(../images/index/sp/bnr-2-off.png) no-repeat center center;
  background-size: 100% auto;
}

.sp-menu-bnr .bnr2 a:hover {
  background: url(../images/index/sp/bnr-2-on.png) no-repeat center center;
  background-size: 130% auto;
}

.sp-menu-bnr .bnr3 a {
  background: url(../images/index/sp/bnr-3-off.png) no-repeat center top;
  background-size: 100% auto;
}

.sp-menu-bnr .bnr3 a:hover {
  background: url(../images/index/sp/bnr-3-on.png) no-repeat center top;
  background-size: 130% auto;
}

.sp-menu-bnr .bnr-s {
  width: 100%;
  height: 72px;
  margin-bottom: 24px;
}

.sp-menu-bnr .bnr-s a {
  display: block;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  background: url(../images/common/bg-shinonomekasumi.png) no-repeat;
  background-size: cover;
  border-radius: 10px;
  transition: all 0.1s ease-in-out;
  box-sizing: border-box;
}

.sp-menu-bnr .bnr-s a:hover {
  opacity: 0.8;
}

.sp-menu-bnr .bnr-s a img {
  display: block;
  height: 48px;
}

.sp-menu-list {
  margin-bottom: 70px;
}

.sp-menu-list li {
  position: relative;
  margin: auto auto 22px;
  padding-left: 1.6em;
  font-size: 2rem;
}

.sp-menu-list li a {
  color: #d1d1d1;
}

.sp-menu-list li::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.4em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/kamon-p60.png);
  background-size: 1.2em auto;
  background-position: 0 2px;
  background-repeat: no-repeat;
}

.fog-sp-top {
  position: absolute;
  width: 300px;
  height: 140px;
  top: 270px;
  z-index: 10;
}

.fog-sp-top-img {
  background-image: url(../images/kasumi1.png);
  background-size: 300px auto;
  background-repeat: no-repeat;
  width: 300px;
  height: 140px;
  opacity: 0.5;
}

.fog-sp-top.is-animated {
  animation: fog-animation-sp-top 2s forwards;
  animation-timing-function: ease-out;
}

@keyframes fog-animation-sp-top {
  0% {
    right: 100%;
    opacity: 0;
  }
  100% {
    right: 60%;
    opacity: 1;
  }
}

@media screen and (min-width: 650px) and (max-width: 899px) {
  .fog-sp-top {
    width: 400px;
    height: 123px;
    top: 430px;
  }
  .fog-sp-top-img {
    background-size: 400px auto;
    width: 400px;
    height: 123px;
  }
  @keyframes fog-animation-sp-top {
    100% {
      right: 70%;
    }
  }
}

/*---------------------------------------------------------------------------
PC
---------------------------------------------------------------------------*/
/* かすみPCtop ---------------------- */
.fog-pc-top {
  position: absolute;
  width: 600px;
  height: 220px;
  bottom: -100px;
  z-index: 10;
}

.fog-pc-top-img {
  background-image: url(../images/kasumi1.png);
  background-size: 600px auto;
  background-repeat: no-repeat;
  width: 600px;
  height: 220px;
  opacity: 0.4;
}

.fog-pc-top.is-animated {
  animation: fog-pc-top-animation 2s forwards;
  animation-timing-function: ease-out;
}

@keyframes fog-pc-top-animation {
  0% {
    right: 100%;
    opacity: 0;
  }
  100% {
    right: 70%;
    opacity: 1;
  }
}

@media screen and (min-width: 900px) {
  .page {
    position: relative;
  }
  .header {
    height: 0;
  }
  .pc-header {
    position: relative;
  }
  .pc-header .pc-logo {
    width: 13%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/bgr-primary-transparent.png);
    opacity: 0.94;
  }
  .p-logo {
    min-height: inherit;
    width: 100%;
  }
  .p-logo h1 {
    width: 100%;
  }
  .p-logo h1 a, .p-logo h1 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .p-logo h1 a img, .p-logo h1 span img {
    width: 70%;
    height: auto;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .slick-slider .slide_content {
    width: 50%;
  }
  .menu-pc {
    margin: 20px auto 40px;
    max-width: 930px;
  }
  .menu-pc ul {
    display: flex;
    justify-content: space-around;
  }
  .menu-pc ul li {
    padding: 4px 0;
    margin: auto 20px;
    list-style: none;
  }
  .menu-pc ul li a {
    position: relative;
    padding: 4px 0;
    color: #fff;
    font-size: 1.6rem;
  }
  .menu-pc ul li a:hover {
    color: #D8C89E;
  }
  .contents {
    position: relative;
    max-width: 930px;
    margin: auto;
  }
  .information-1 section .information-1_contents {
    display: flex;
    padding: 24px;
  }
  .information-1 section .information-1_contents a.flyer {
    display: block;
    flex-basis: 30%;
    align-content: center;
    margin: auto;
  }
  .information-1 section .information-1_contents a.flyer img {
    width: 100%;
  }
  .information-1 section .information-1_contents .p1 .note {
    font-size: 1.8rem;
    padding-bottom: 4px;
  }
  .information-1 section .information-1_contents .txtarea {
    flex-basis: 78%;
    margin-left: 30px;
    color: #171C28;
  }
  .information-1 section .information-1_contents .txtarea h3 {
    font-size: 2.8rem;
  }
  .information-2 {
    margin-top: 60px;
    padding-bottom: 70px;
  }
  .information-2 .information-2_contents {
    padding: 20px 30px;
  }
  .information-2 .information-2_contents h3 {
    font-size: 2.2rem;
    padding-bottom: 12px;
  }
  .information-2 .information-2_contents .info-2-box {
    padding: 24px 32px;
  }
  .nohnokai-pc .nohnokai-header {
    padding: 0 24px 16px;
    color: #fff;
    background: #042814;
  }
  .nohnokai-pc .nohnokai-header .h-note1 {
    text-align: left;
    padding: 20px 0 0 8px;
  }
  .nohnokai-pc .nohnokai-header .h-note1 p {
    font-size: 1.25rem;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.04em;
  }
  .nohnokai-pc .nohnokai-header h2 {
    padding-bottom: 8px;
    letter-spacing: 0.04em;
    font-weight: bold;
    font-size: 2.36rem;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .nohnokai-pc .nohnokai-header h2::before {
    display: none;
  }
  .nohnokai-pc .nohnokai-header .h-note2, .nohnokai-pc .nohnokai-header .h-note3 {
    text-align: right;
  }
  .nohnokai-pc .program {
    padding: 16px 24px;
    background: url(../images/common/bg-shinonomekasumi.png) no-repeat;
  }
  .nohnokai-pc .program h3 {
    font-weight: bold;
    font-size: 2.36rem;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .nohnokai-pc .program h3 span {
    font-size: 90%;
  }
  .nohnokai-pc .program dl {
    margin: 4px auto 16px 3em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .nohnokai-pc .program dl dt, .nohnokai-pc .program dl dd {
    display: inline-block;
  }
  .nohnokai-pc .program dl dt {
    width: 20%;
  }
  .nohnokai-pc .program dl dd {
    width: 80%;
    font-weight: bold;
  }
  .nohnokai-pc .program dl dd span {
    display: inline-block;
    padding-right: 8px;
    font-size: 80%;
  }
  .nohnokai-pc .program .more {
    text-align: right;
  }
  .nohnokai-pc .program .more a {
    position: relative;
    padding-right: 1.2em;
    color: #615431;
    color: #042814;
    font-weight: bold;
  }
  .nohnokai-pc .program .more a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 1em;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: auto 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/icon/arrow-right-green.png);
  }
  .nohnokai-pc .program .btn {
    margin-top: 20px;
    width: 100%;
    background: #3B4E43;
    box-sizing: border-box;
  }
  .nohnokai-pc .program .btn a {
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.02em;
  }
  .nohnokai-pc .program .btn a::before {
    background-image: url(../images/icon/newwindow-wh.png);
  }
  .footer {
    position: relative;
  }
  .fog2-index-btm {
    position: absolute;
    top: -70px;
  }
}
