/* ================================================
 http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 Changed from CSS to SCSS
 ================================================ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Add Reset Code */
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  color: #333;
  font-family: -apple-system, tbudgothic-std, 'BIZ UDPゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
}
article {
  position: relative;
}
article .entry-footer {
  position: absolute;
}
.bg-line-a {
  position: relative;
  background-color: white;
  background-image: url("../img/bg-pink-line-type-a-min.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-line-a .bottom-img {
  position: absolute;
  bottom: 0px;
  bottom: -18px;
  right: 0;
  z-index: 10;
  height: 28vh;
}
@media screen and (max-width: 769px) {
  .bg-line-a .bottom-img {
    width: 120px;
    height: auto;
  }
}
.bg-line-a-2 {
  position: relative;
  background-color: white;
  background-image: url("../img/bg-pink-line-type-a-2-min.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
.bg-line-a-2 .bottom-img {
  position: absolute;
  bottom: 0px;
  right: 4%;
  z-index: 10;
  height: 30vh;
}
.bg-line-b {
  position: relative;
  background-color: white;
  background-image: url("../img/bg-pink-line-type-b-min.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 12vh;
}
.bg-line-b .bottom-img {
  position: absolute;
  bottom: -13px;
  left: 11%;
  z-index: 10;
  height: 185px;
}
@media screen and (max-width: 1024px) {
  .bg-line-b .bottom-img {
    z-index: 50;
  }
}
@media screen and (max-width: 769px) {
  .bg-line-b .bottom-img {
    height: 135px;
  }
}
.bg-sky {
  position: relative;
  background-color: white;
  background-image: url("../img/bg-monami-min.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 3vh;
}
.site {
  position: relative;
}
.site-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 72%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .site-header {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .site-header {
    max-width: 90%;
  }
}
.site-header .logo-box {
  flex-basis: calc(220px);
  max-width: calc(220px);
}
.site-header .logo-box a .logo {
  max-width: 210px;
}
@media screen and (max-width: 769px) {
  .site-header .logo-box a .logo {
    max-width: 170px;
  }
}
.site-header .logo-box a .logo.top {
  margin-top: 24px;
}
.site-header .logo-box a .logo.detail {
  margin-top: 5px;
}
.site-header .menu-box {
  flex-basis: calc(100% - 220px);
  max-width: calc(100% - 220px);
  text-align: right;
}
.site-header .menu-box .sub-menu {
  margin-top: 15px;
  margin-bottom: 12px;
}
.site-header .menu-box .sub-menu .btn {
  display: inline-block;
  background-color: #f2827e;
  color: white;
  padding: 4px 18px;
  font-size: 1.3rem;
  text-decoration: none;
}
.site-header .menu-box .sub-menu .btn.mail:before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 15px;
  background-image: url(../img/ico-mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 1px;
}
.site-header .menu-box .main-menu .item {
  padding: 0px 15px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  border-left: 1px solid #c5c5c5;
  word-break: keep-all;
}
.site-header .menu-box .main-menu .item:last-child {
  border-right: 1px solid #c5c5c5;
}
header.sp {
  display: none !important;
}
header.pc {
  display: flex !important;
}
@media screen and (max-width: 1024px) {
  header.sp {
    display: flex !important;
  }
  header.pc {
    display: none !important;
  }
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  box-shadow: 0px 4px 10px rgba(128, 128, 128, 0.3);
  background-image: url(../img/header_sp.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
nav.globalMenuSp .main-menu {
  padding: 20px;
}
nav.globalMenuSp .main-menu img.logo {
  width: 150px;
  display: block;
}
nav.globalMenuSp .main-menu .item-box {
  text-align: left;
  margin-top: 20px;
}
nav.globalMenuSp .main-menu .item-box .item {
  color: black !important;
  text-shadow: none !important;
  width: 49%;
  display: inline-block;
  border: 1px solid gray !important;
  padding: 10px 20px !important;
  margin-bottom: 5px !important;
  font-size: 1.3rem;
  border-radius: 6px;
  background-color: white !important;
  text-align: center;
}
nav.globalMenuSp .main-menu .item-box .item:last-child {
  padding-right: 20px !important;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
.navToggle {
  display: block;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 4%;
  top: 12px;
  width: 50px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  background: #f2827e;
  border-radius: 8px;
  text-align: center;
}
.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 27px;
  border-bottom: solid 3px #eee;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 12px;
}
.navToggle span:nth-child(1) {
  top: 9px;
}
.navToggle span:nth-child(2) {
  top: 18px;
}
.navToggle span:nth-child(3) {
  top: 27px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
  width: 50px;
  left: 0px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider .main-menu .item {
  border: none !important;
  color: white !important;
  text-shadow: 0px 0px 7px black;
  padding-left: 0px !important;
  padding-right: 30px !important;
}
.slider .main-menu .item:last-child {
  padding-right: 0px !important;
}
.pagination {
  padding-bottom: 5vh;
  text-align: center;
}
.pagination span, .pagination a {
  margin-left: 20px;
  color: inherit;
}
.pagination a.btn {
  color: inherit;
  /* border: 1px solid gray; */
  padding: 12px 58px;
  text-decoration: none;
  margin-left: 0px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 1px 10px gainsboro;
  position: relative;
  z-index: 200;
}
.news-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 72%;
  z-index: 20;
  position: relative;
  padding-top: 50px;
  padding-bottom: 2vh;
}
@media screen and (max-width: 1024px) {
  .news-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .news-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .news-box {
    padding-top: 20px;
  }
}
.news-box .item {
  flex-basis: calc(24%);
  max-width: calc(24%);
  background-color: white;
  border: 1px solid #ccc;
  padding: 14px;
  margin-bottom: 15px;
  margin-right: 1%;
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
.news-box .item:hover {
  box-shadow: 0px 0px 3px gray;
}
@media screen and (min-width: 1025px) {
  .news-box .item:nth-child(4n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .news-box .item {
    flex-basis: calc(32%);
    max-width: calc(32%);
  }
  .news-box .item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 769px) {
  .news-box .item {
    flex-basis: 49%;
    max-width: 49%;
  }
  .news-box .item:nth-child(2n) {
    margin-right: 0px;
  }
}
.news-box .item .pic {
  margin-bottom: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 175px;
}
.news-box .item .title {
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: bold;
  min-height: 7rem;
  word-break: break-all;
}
@media screen and (max-width: 769px) {
  .news-box .item .title {
    line-height: 2rem;
  }
}
.news-box .item .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
@media screen and (max-width: 1533px) {
  .news-box .item .box {
    display: block;
  }
}
.news-box .item .box .left-date {
  flex-basis: calc(50%);
  max-width: calc(50%);
  color: #808080;
  font-size: 1.3rem;
}
@media screen and (max-width: 1533px) {
  .news-box .item .box .left-date {
    flex-basis: calc(100%);
    max-width: calc(100%);
    text-align: right;
  }
}
@media screen and (max-width: 769px) {
  .news-box .item .box .left-date {
    font-size: 1.1rem;
  }
}
.news-box .item .box .right-category {
  flex-basis: calc(50%);
  max-width: calc(50%);
  text-align: right;
}
@media screen and (max-width: 1533px) {
  .news-box .item .box .right-category {
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
}
.news-box .item .box .right-category span {
  font-size: 1.3rem;
  color: white;
  padding: 4px 10px;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .news-box .item .box .right-category span {
    font-size: 1.2rem;
    color: white;
    padding: 3px 6px;
  }
}
.news-box .item .box .right-category span.event {
  background-color: #f4b075;
}
.news-box .item .box .right-category span.news {
  background-color: #7ea939;
}
.news-box .item .box .right-category span.ebook {
  background-color: #ff6a8e;
}
.backnumber-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 72%;
  z-index: 20;
  position: relative;
  padding-bottom: 7vh;
}
@media screen and (max-width: 1024px) {
  .backnumber-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .backnumber-box {
    max-width: 90%;
  }
}
.backnumber-box .item {
  flex-basis: calc(24%);
  max-width: calc(24%);
  background-color: white;
  border: 1px solid #ccc;
  padding: 14px;
  margin-bottom: 15px;
  margin-right: 1%;
  color: inherit;
  text-decoration: none;
  text-align: center;
  transition: 0.4s;
}
.backnumber-box .item:hover {
  box-shadow: 0px 0px 3px gray;
}
.backnumber-box .item:nth-child(4n) {
  margin-right: 0px;
}
@media screen and (min-width: 1025px) {
  .backnumber-box .item:nth-child(4n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .backnumber-box .item {
    flex-basis: calc(32%);
    max-width: calc(32%);
  }
  .backnumber-box .item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 769px) {
  .backnumber-box .item {
    flex-basis: 49%;
    max-width: 49%;
  }
  .backnumber-box .item:nth-child(2n) {
    margin-right: 0px;
  }
}
.backnumber-box .item .pic {
  margin-bottom: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.backnumber-box .item .pic img {
  width: 100%;
  height: auto;
}
.backnumber-box .item .date {
  font-size: 1.3rem;
}
.backnumber-box .item .title {
  font-weight: bold;
  word-break: break-all;
}
.backnumber-box .item .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.backnumber-box .item .box .left-date {
  flex-basis: calc(50%);
  max-width: calc(50%);
  color: #808080;
  font-size: 1.3rem;
}
.backnumber-box .item .box .right-category {
  flex-basis: calc(50%);
  max-width: calc(50%);
  text-align: right;
}
.backnumber-box .item .box .right-category span {
  font-size: 1.3rem;
  color: white;
  padding: 4px 10px;
}
.backnumber-box .item .box .right-category span.event {
  background-color: #f4b075;
}
.backnumber-box .item .box .right-category span.news {
  background-color: #7ea939;
}
.backnumber-box .item .box .right-category span.ebook {
  background-color: #ff6a8e;
}
.monami-box {
  margin: 0 auto;
  width: 100%;
  max-width: 72%;
  padding: 40px 0px;
}
@media screen and (max-width: 1024px) {
  .monami-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .monami-box {
    max-width: 90%;
  }
}
.monami-box .title {
  text-align: center;
}
.monami-box .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../img/monami-saisingou-min.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  padding: 100px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
@media screen and (max-width: 1240px) {
  .monami-box .box {
    padding: 50px;
  }
}
@media screen and (max-width: 769px) {
  .monami-box .box {
    padding: 20px;
    display: block;
    background-image: none;
  }
}
.monami-box .box .left {
  flex-basis: calc(50%);
  max-width: calc(50%);
}
@media screen and (max-width: 769px) {
  .monami-box .box .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.monami-box .box .left .post-title {
  text-align: center;
  color: #f2827e;
  font-size: 2rem;
  margin-bottom: 20px;
}
.monami-box .box .left .pic {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0px 0px 30px #eaeaea;
}
@media screen and (max-width: 769px) {
  .monami-box .box .left .pic {
    max-width: 90%;
  }
}
.monami-box .box .left .btn {
  position: relative;
  background-color: #f2827e;
  box-shadow: 0px 2px 4px #c3c3c3;
  color: rgba(255, 255, 255, 0.92);
  width: 100%;
  font-size: 1.8rem;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  width: 77%;
  text-align: center;
  margin: 0 auto;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .monami-box .box .left .btn {
    width: 100%;
  }
}
.monami-box .box .left .btn:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 23px;
  background-image: url(../img/ico-book.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
.monami-box .box .left .btn:after {
  position: absolute;
  top: 11px;
  right: 5%;
  content: '';
  display: inline-block;
  width: 20px;
  height: 27px;
  background-image: url(../img/ico-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.monami-box .box .left .cap {
  text-align: center;
}
.monami-box .box .right {
  flex-basis: calc(50%);
  max-width: calc(50%);
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2.9rem;
}
@media screen and (max-width: 769px) {
  .monami-box .box .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.monami-box .box .right .mokuji {
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
  color: #8e8e8e;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .monami-box .box .right .mokuji {
    margin-bottom: 0px;
  }
}
.monami-box .box .right table tr td {
  min-width: 50px;
}
.sns-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 72%;
  padding-top: 4vh;
  padding-bottom: 4vh;
}
@media screen and (max-width: 1024px) {
  .sns-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .sns-box {
    max-width: 90%;
  }
}
.sns-box .item {
  flex-basis: 32.5%;
  max-width: 32.5%;
  box-shadow: 0px 0px 3px #d6d6d6;
}
@media screen and (max-width: 769px) {
  .sns-box .item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.sns-box .item img {
  width: 100%;
  vertical-align: bottom;
}
.setti-box {
  margin: 0 auto;
  width: 100%;
  max-width: 72%;
  position: relative;
  z-index: 20;
  background-color: white;
  background-image: url(../img/setti-min.jpg);
  background-position-x: right;
  background-repeat: no-repeat;
  height: 50vh;
  padding: 17vh 9vw;
}
@media screen and (max-width: 1024px) {
  .setti-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .setti-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .setti-box {
    background-image: none;
    padding: 0px;
    height: inherit;
    text-align: center;
    padding-bottom: 50px;
  }
}
.setti-box .sp-image {
  display: none;
}
@media screen and (max-width: 1024px) {
  .setti-box .sp-image {
    display: block;
    width: 100%;
  }
}
.setti-box .title {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .setti-box .title {
    font-size: 1.8rem;
  }
}
.setti-box .desc {
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 30px;
}
.setti-box .btn {
  position: relative;
  padding: 12px 54px 12px 40px;
  border: 1px solid #603813;
  font-size: 1.4rem;
  color: #603813;
  background-color: white;
  text-decoration: none;
  z-index: 200;
  transition: 0.5s;
}
.setti-box .btn:hover {
  background-color: #d89658;
  color: white;
}
.setti-box .btn:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 23px;
  background-image: url(../img/ico-pin.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.setti-box .btn:after {
  position: absolute;
  top: 4px;
  right: 4%;
  content: '';
  display: inline-block;
  width: 22px;
  height: 30px;
  background-image: url(../img/ico-arrow-brown.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.article-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 72%;
  padding-bottom: 5vh;
}
@media screen and (max-width: 1024px) {
  .article-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .article-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .article-box {
    display: block;
  }
}
.article-box article {
  flex-basis: calc(98% - 230px);
  max-width: calc(98% - 230px);
}
@media screen and (max-width: 769px) {
  .article-box article {
    flex-basis: calc(100%);
    max-width: calc(100%);
    margin-bottom: 20px;
  }
}
.article-box aside {
  flex-basis: 230px;
  max-width: 230px;
}
@media screen and (max-width: 769px) {
  .article-box aside {
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
}
.article-box aside h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
  color: #b75d00;
  background-color: #fffaef;
  padding: 10px;
  margin-bottom: 7px;
  box-shadow: 0px 3px 6px rgba(128, 128, 128, 0.15);
}
.article-box aside .item {
  width: 100%;
  display: block;
  background-color: white;
  padding: 14px;
  margin-bottom: 15px;
  margin-right: 1%;
  color: inherit;
  text-decoration: none;
  box-shadow: 0px 0px 15px rgba(195, 195, 195, 0.55);
  transition: 0.4s;
}
.article-box aside .item:hover {
  box-shadow: 0px 0px 3px gray;
}
.article-box aside .item:nth-child(4n) {
  margin-right: 0px;
}
.article-box aside .item .pic {
  margin-bottom: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 134px;
}
.article-box aside .item .title {
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: bold;
  margin-bottom: 1rem;
}
.article-box aside .item .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.article-box aside .item .box .left-date {
  flex-basis: calc(50%);
  max-width: calc(50%);
  color: #808080;
  font-size: 1.3rem;
}
.article-box aside .item .box .right-category {
  flex-basis: calc(50%);
  max-width: calc(50%);
  text-align: right;
}
.article-box aside .item .box .right-category span {
  font-size: 1.3rem;
  color: white;
  padding: 4px 10px;
  border-radius: 5px;
}
.article-box aside .item .box .right-category span.event {
  background-color: #f4b075;
}
.article-box aside .item .box .right-category span.news {
  background-color: #ff6a8e;
}
.article-box aside .item .box .right-category span.ebook {
  background-color: #ff8686;
}
.page-title-box {
  padding-top: 110px;
  margin-bottom: 3vh;
  background-image: url("../img/monami-chara-03-min.png");
  background-repeat: no-repeat;
  background-size: 157px;
  background-position-y: bottom;
  background-position-x: 72%;
}
@media screen and (max-width: 769px) {
  .page-title-box {
    background-position-x: right;
    background-size: 114px;
    padding-top: 70px;
  }
}
.page-title-box .page-title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #ff8c8c;
  padding-top: 3vh;
  background-color: rgba(255, 255, 255, 0.69);
}
.page-title-box .page-sub {
  text-align: center;
  color: gray;
  font-size: 1.3rem;
  padding-bottom: 2vh;
  background-color: rgba(255, 255, 255, 0.69);
  box-shadow: 0px 10px 26px rgba(230, 230, 230, 0.16);
}
.page-title-box + .news-box {
  padding-top: 0px;
}
article.place, article.type-page, article.type_ebook, article.type_event, article.post {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 7vh 7vw;
  box-shadow: 0px 0px 26px rgba(195, 195, 195, 0.55);
  line-height: 2.4rem;
}
@media screen and (max-width: 769px) {
  article.place, article.type-page, article.type_ebook, article.type_event, article.post {
    padding: 3vh 7vw;
  }
}
article.place .date, article.type-page .date, article.type_ebook .date, article.type_event .date, article.post .date {
  padding-bottom: 15px;
  font-size: 1.3rem;
  color: gray;
}
@media screen and (max-width: 769px) {
  article.place .date, article.type-page .date, article.type_ebook .date, article.type_event .date, article.post .date {
    padding-bottom: 0px;
  }
}
article.place h1, article.type-page h1, article.type_ebook h1, article.type_event h1, article.post h1 {
  color: #f2827e;
  font-size: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px dashed #ffebda;
  margin-bottom: 3rem;
  line-height: 4rem;
}
@media screen and (max-width: 769px) {
  article.place h1, article.type-page h1, article.type_ebook h1, article.type_event h1, article.post h1 {
    line-height: 3rem;
  }
}
article.place h2, article.type-page h2, article.type_ebook h2, article.type_event h2, article.post h2 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #fd8f8e;
}
article.place h3, article.type-page h3, article.type_ebook h3, article.type_event h3, article.post h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
article.place h4, article.type-page h4, article.type_ebook h4, article.type_event h4, article.post h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
article.place p, article.type-page p, article.type_ebook p, article.type_event p, article.post p {
  text-align: justify;
  text-justify: inter-ideograph;
  padding-bottom: 2rem;
}
article.place ol, article.type-page ol, article.type_ebook ol, article.type_event ol, article.post ol {
  padding-bottom: 2rem;
  padding-left: 25px;
}
article.place ol li, article.type-page ol li, article.type_ebook ol li, article.type_event ol li, article.post ol li {
  list-style-type: decimal;
  text-align: justify;
  text-justify: inter-ideograph;
}
article.place ul, article.type-page ul, article.type_ebook ul, article.type_event ul, article.post ul {
  padding-bottom: 2rem;
  padding-left: 25px;
}
article.place ul li, article.type-page ul li, article.type_ebook ul li, article.type_event ul li, article.post ul li {
  list-style-type: disc;
  text-align: justify;
  text-justify: inter-ideograph;
}
article.place a, article.type-page a, article.type_ebook a, article.type_event a, article.post a {
  color: inherit;
}
article.place strong, article.type-page strong, article.type_ebook strong, article.type_event strong, article.post strong {
  font-weight: bold;
}
article.place img, article.type-page img, article.type_ebook img, article.type_event img, article.post img {
  max-width: 100%;
  max-height: auto;
}
article.place .common-btn, article.type-page .common-btn, article.type_ebook .common-btn, article.type_event .common-btn, article.post .common-btn {
  display: inline-block;
  padding: 10px 17px;
  text-decoration: none;
  color: white;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(128, 128, 128, 0.49);
  background-color: #f2827e;
  margin-bottom: 30px;
}
article.place table, article.type-page table, article.type_ebook table, article.type_event table, article.post table {
  margin-bottom: 10px;
}
article.place table tr th, article.type-page table tr th, article.type_ebook table tr th, article.type_event table tr th, article.post table tr th {
  width: 160px;
  border: 1px solid #ccc;
  padding: 15px;
  background-color: #fff0f0;
  text-align: left;
  vertical-align: middle;
}
article.place table tr td, article.type-page table tr td, article.type_ebook table tr td, article.type_event table tr td, article.post table tr td {
  border: 1px solid #ccc;
  padding: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  article.place table tr td, article.type-page table tr td, article.type_ebook table tr td, article.type_event table tr td, article.post table tr td {
    padding: 5px;
  }
}
article.type_event .deadline-text {
  padding: 20px;
  border: 2px solid pink;
  text-align: center;
  background-color: #f3f3f3;
}
article.type_event p.thanks {
  padding: 43px !important;
  border: 1px solid pink;
  background-color: #f3f3f3;
  display: inline-block;
  /* margin: 0 auto; */
  text-align: center !important;
  width: 100%;
}
article.type_event .button-box button {
  padding: 7px 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ffe8c1;
  border: 1px solid #afafaf;
  box-shadow: 0px 3px 4px #e8e8e8;
  border-radius: 4px;
  font-size: 1.7rem;
}
article.type_event .button-box button:hover {
  background-color: #ffd48c;
}
article.type_event .button-box button.cancel {
  background-color: #ffdcdc;
  border: 1px solid #afafaf;
  box-shadow: 0px 3px 4px #e8e8e8;
  border-radius: 4px;
  padding: 5px 25px;
}
article.type_event .button-box button.cancel:hover {
  background-color: #ffbfbf;
}
article.type_event .button-box button.select {
  border: 9px solid #fd6b6b !important;
}
article.type_ebook .eyecatch img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: 0px 0px 56px rgba(128, 128, 128, 0.11);
}
article.type_ebook .book-link {
  position: relative;
  background-color: #f2827e;
  box-shadow: 0px 2px 4px #c3c3c3;
  color: rgba(255, 255, 255, 0.92);
  width: 100%;
  font-size: 1.4rem;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  margin-bottom: 3rem;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  width: 286px;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  article.type_ebook .book-link {
    max-width: 100%;
  }
}
article.type_ebook .book-link:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 23px;
  background-image: url(../img/ico-book.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
article.type_ebook .note {
  text-align: center;
  font-size: 1.4rem;
  color: gray;
  margin-bottom: 20px;
}
article.type_ebook .content {
  text-align: center;
  border: 1px solid gray;
  padding: 5px 0px;
  color: gray;
  margin-bottom: 15px;
}
article.type_ebook table {
  width: 100% !important;
}
article.type_ebook table td {
  min-height: 69px !important;
  padding: 4px 0px;
}
article.type_ebook table td:first-child {
  width: 40px !important;
  font-weight: bold;
}
article.place h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #fd8f8e;
}
article.place .desc {
  margin-bottom: 20px;
}
article.place .btn {
  display: inline-block;
  padding: 10px 17px;
  text-decoration: none;
  color: white;
  /* border: 1px solid #bfbfbf; */
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(128, 128, 128, 0.49);
  background-color: #f2827e;
  margin-bottom: 30px;
}
article.place .place-list {
  margin-bottom: 20px;
  border-bottom: 2px dashed gainsboro;
}
article.place .place-list .place-item {
  margin-right: 1%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(128, 128, 128, 0.49);
  display: inline-block;
  text-align: center;
  margin-bottom: 17px;
  text-decoration: none;
  color: inherit;
  width: 31%;
}
@media screen and (max-width: 769px) {
  article.place .place-list .place-item {
    width: 48%;
  }
}
article.place .place-list .place-item.active {
  background-color: #ffd6bb;
}
article.place .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
article.place .box h4 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #fd8f8e;
}
article.place .box ul {
  margin-bottom: 30px;
}
article.place .box ul li {
  padding: 5px 0px;
  border-top: 1px dashed #d4d4d4;
}
article.place .box ul li:last-child {
  border-bottom: 1px dashed #d4d4d4;
}
article.place .box #delivary_area_left {
  flex-basis: calc(48%);
  max-width: calc(48%);
}
@media screen and (max-width: 769px) {
  article.place .box #delivary_area_left {
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
}
article.place .box #delivary_area_right {
  flex-basis: calc(48%);
  max-width: calc(48%);
}
@media screen and (max-width: 769px) {
  article.place .box #delivary_area_right {
    flex-basis: calc(100%);
    max-width: calc(100%);
  }
}
@keyframes hurueru2 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider .slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  /*
   img {
   display: block;
   height: 77%; //90%;
   position: absolute;
   bottom: -35px;
   left: 7%;
   }
   */
}
.slider .slide.cover {
  background-size: cover !important;
}
.slider .slide.bg-0 {
  background-image: url(../img/bg_slide_01.jpg);
}
.slider .slide.bg-1 {
  background-image: url(../img/bg_slide_02.jpg);
}
.slider .slide.bg-2 {
  background-image: url(../img/bg_slide_03.jpg);
}
.slider .slide:not(:first-child) {
  display: none;
}
.slider .text {
  max-width: 80%;
  position: absolute;
  bottom: 18%;
  left: 19%;
  background-color: rgba(255, 255, 255, 0.64);
  padding: 20px 35px;
  box-shadow: 0px 10px 30px rgba(132, 132, 132, 0.19);
}
.slider .text .title {
  margin-bottom: 2px;
  max-width: 100%;
}
.slider .text .desc {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.6rem;
  line-height: 4rem;
}
.slider .arrow {
  position: absolute;
  bottom: 0px;
  left: 48%;
  animation-name: hurueru2;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1024px) {
  .slider .arrow {
    display: none;
  }
}
.slider + #responsiv-text-box {
  text-align: center;
  line-height: 2.7rem;
  margin-top: 13px;
  padding: 0px 20px;
}
.slider + #responsiv-text-box img.title {
  max-width: 100%;
}
.slider + #responsiv-text-box .desc {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2.4rem;
  font-size: 1.4rem;
}
.slider + #responsiv-text-box .desc br {
  display: none;
}
.bg-gray {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: #f9f9f9;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.bg-dark-gray {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: #878787;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.footer-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 72%;
  min-height: 215px;
}
@media screen and (max-width: 1024px) {
  .footer-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .footer-box {
    max-width: 90%;
  }
}
@incldue tablet {
  display: block;
}
.footer-box .logo {
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer-box .logo {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    display: block;
    margin-top: 20px;
  }
  .footer-box .logo a {
    display: inline-block;
    text-align: center;
  }
}
.footer-box .logo img {
  max-width: 250px;
}
.footer-box .menu {
  flex-basis: 50%;
  max-width: 50%;
  padding-top: 46px;
}
@media screen and (max-width: 1024px) {
  .footer-box .menu {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-box .menu a {
  position: relative;
  color: inherit;
  display: inline-block;
  width: 27%;
  margin-right: 5%;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .footer-box .menu a {
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-bottom: 11px;
  }
}
.footer-box .menu a:after {
  position: absolute;
  top: -3px;
  right: 3%;
  content: '';
  display: inline-block;
  width: 20px;
  height: 25px;
  background-image: url(../img/ico-arrow-brown.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.copyright-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 72%;
  padding: 5px 0px;
}
@media screen and (max-width: 1024px) {
  .copyright-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .copyright-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .copyright-box {
    display: block;
  }
}
.copyright-box .menu {
  flex-basis: 70%;
  max-width: 70%;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .copyright-box .menu {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.copyright-box .menu a.item {
  color: white;
  font-size: 1.3rem;
  border-left: 1px solid white;
  padding: 0px 20px;
}
.copyright-box .menu a.item:last-child {
  border-right: 1px solid white;
}
.copyright-box .copyright {
  flex-basis: 30%;
  max-width: 30%;
  text-align: right;
  color: white;
  font-size: 1.2rem;
}
@media screen and (max-width: 769px) {
  .copyright-box .copyright {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
/* NINJA FORMSプラグインの上書き */
.nf-form-content hr.ninja-forms-field {
  margin-bottom: 15px;
  padding: 0px !important;
}
.nf-field-description {
  margin-bottom: 20px !important;
}
.nf-form-content label {
  font-size: 1.4rem;
}
.nf-form-content label {
  font-size: 1.5rem !important;
}
#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 17px !important;
}
.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
  margin-bottom: 6px !important;
}
