@charset "UTF-8";
/* CSS Document */
.section-top__image {
  position: relative;
  height: 532px;
  background-color: #5f6589;
  color: #f8efe6; 
}
.section-top__main-wrapper {
  position: relative;
  max-width: 1160px;
  height: 100%;
  margin: 0 auto;
}
.section-top__picture-container {
  position: absolute;
  padding-top: 60px;
  padding-left: 0;
  width: 65vw;
  height: 308px;
  max-width: 680px;
  z-index: 20;
}
.section-top__picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 0;
}
.section-top__picture-container:before {
  position: absolute;
  content: '';
  background-color: rgba(255,255,255,0.08);
  width: 100%;
  height: 308px;
  box-sizing: border-box;
}
.section-top__massage {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  line-height: 2.3;
  position: absolute;
  width: 120px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  right: 2.6%;
  bottom: 92px;
  z-index: 30;
}
.ll1 {
  content: "";
  background-color: #f8efe6;
  width: 1.25px;
  height: 105%;
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 30;
}
.ll2 {
  content: "";
  background-color: #f8efe6;
  width: 1.25px;
  height: 105%;
  position: absolute;
  right: 4%;
  bottom: 30px;
  z-index: 30;
}
.l1 {
  margin-right: 1rem;
}
.l2 {
  text-indent: 1rem;
}
.comment {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.l3 {
  text-indent: 6rem;
}
span.type_1 {
  letter-spacing: normal;
}
.stars-container {
  position: absolute;
  width: 90px;
  height: auto;
  left: 30px;
  bottom: 20px;
  z-index: 30;
}
.stars {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0 0;
}
.cloud-container {
  display: flex;
  position: absolute;
  width: 44%;
  height: auto;
  max-width: 455px;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.cloud {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0 0;
}
@media(min-width:500px) {
  .section-top__massage {
    right: 5%;
    font-size: 1.8rem;
    letter-spacing: 0.4rem; 
  }
}
@media(min-width:768px) {
  .section-top__image {
    height: 640px;
  }
  .section-top__massage {
    left: 75%;
    font-size: 1.9rem;
    bottom: 120px;
  }
  .section-top__picture-container {
    height: 40vw;
    max-height: 400px;
  }
  .section-top__picture-container:before {
    height: 40vw;
    max-height: 400px;
  }
  .stars-container {
    position: absolute;
    width: 130px;
    height: auto;
    left: 40px;
    bottom: 20px;
    z-index: 30;
  }
}
.section-news {
  max-width: 900px;
  position: relative;
  background-color: #f8efe6;
  padding-top: 12px;
  margin: 0 auto 50px;
}
.line_1-container {
  width: 191px;
  height: auto;
  padding-bottom: 10px;
  margin: 0 auto;
}
.line_1 {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0 0;
}
.newsbox-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-news ol li {
  display: flex;
  font-size: 1.4rem;
  line-height: 3rem;
}
.section-news ol li time {
  font-size: 1.3rem;
}
.section-news ol li h3 {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  padding-left: 18px;
}
.arrow-button-box {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 20px;
  margin-top: 10px;
}
.section-news button {
  position: absolute;
  border: none;
  color: #453e39;
  background: transparent;
  cursor: pointer;
  display: block;
  right: 5%;
  padding: 0;
  transition: 0.6s;
}
.section-news button:hover {
  opacity: 0.5;
}
.button-content {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5rem;
}
.more {
  list-style: none;
  font-size: 1.4rem;
  display: inline-block;
}
.arrow {
  list-style: none;
  font-size: 2.0rem;
  font-weight: 100;
  padding-left: 0.3rem;
  display: inline-block;
  vertical-align: top;
}
@media(min-width:536px) {
  .news-button-wrapper {
    display: flex;
  }
  .newsbox-wrapper {
    flex: 1; /* flex横並びで(固定値+可変)にしたいときは、『可変したい子要素に「flex: 1; 」を付ける』 */
    text-align: left;
    justify-content: center;
  }
  .section-news ol li h3 {
    display: flex;
    flex-wrap: wrap; /* flexの折り返しを許可 */
  }
  .arrow-button-box {
    display: flex;
    height: auto;
    width: 30%;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
  }
  .section-news button {
    right: auto;
  }
  .section-news button:hover {
  opacity: 0.6;
}
  .button-content {
    display: flex;
    flex-direction: column-reverse;
    vertical-align: middle;
    line-height: unset;
  }
  .more {
    line-height: 1;
  }
  .arrow {
    color: #af978b;
    font-size: 3.4rem;
    font-weight: 100;
    padding-left: 0;
    line-height: 1;
  }
}
@media(min-width:768px) {
  .section-news {
    padding-top: 18px;
    margin-bottom: 80px;
  }
 .line_1-container {
    width: 282px;
    padding-bottom: 16px;
  }
  .section-news ol li {
    font-size: 1.6rem;
    line-height: 2.2;
  }
  .section-news ol li time {
    font-size: 1.5rem;
  }
  .section-news ol li h3 {
    padding-left: 30px;
  }
  .arrow-button-box {
    padding-left: 50px;
  }
  .more {
    font-size: 1.6rem;
  }
  .arrow {
    font-size: 4.8rem;
  }
}
@media(min-width:1040px) {
  .section-news {
    margin-bottom: 120px;
  }
}
.section-about {
  max-width: 1160px;
  padding-top: 15px;
  margin: 0 auto 60px; /*60px(margin-bottom) + 123px([section-system h2]のmargin)=183px*/
}
.bookshelves__image {
  display: flex;
  position: relative;
  justify-content: center; /*直下の子要素(filter)のみ中央寄せする*/
  height: 364px;
  width: auto;
  background-image: url("../images/about/bookshelves@2x.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.bookshelves__image-filter {
  height: 100%;
  width: 100%;
  max-width: 535px; /* 364px*1.47(元画像の縦横比)=535px */
  background-color: rgba(0, 0, 0, 0.18);
}
.section-about__message {
  font-family: "ten-mincho", serif;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  padding-top: 95px;
  padding-left: 25px;
  text-align: left;
  line-height: 2.6;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}
span.type_2 {
  padding-left: 0.25rem;
}
.section-about__text {
  font-size: 1.5rem;
  text-align: left;
  line-height: 2.2;
  padding-left: 30px;
  margin-bottom: 30px;
}
.section-about__text p ~ p {
  margin-top: 1.8rem;
}
.section-about__images {
  margin-bottom: 80px;
}
.section-about__image1-container {
  width: 55%;
  height: 100%;
  max-width: 340px;
  margin: 0 0 35px auto;
}
.section-about__image1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
.section-about__image2-container {
  width: 55%;
  height: 100%;
  max-width: 340px;
  margin: 0 auto 35px 0;
}
.section-about__image2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
.section-about__image3-container {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-width: 700px;
  margin: 0 auto;
}
.section-about__image3 {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: 100% 0;
}
@media(max-width:767px) {
  .bookshelves__image-filter {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media(min-width:536px) {
  .bookshelves__image {
    height: 500px;
    margin-bottom: 60px;
  }
  .bookshelves__image-filter {
    max-width: 735px;/* 500px*1.47(元画像の縦横比)=735px */
  }
  .section-about__message {
    font-size: 1.9rem;
    letter-spacing: 0.1rem;
    padding-top: 15%;
    padding-left: 35px;
  }
  .section-about__image1-container {
    margin-bottom: 45px;
  }
  .section-about__image2-container {
    margin-bottom: 45px;
  }
}
@media(min-width:768px) {
  .bookshelves__image {
    background-position: left;
    justify-content: flex-start;
    margin-left: 15px;
  }
  .bookshelves__image-filter {
    background-position: left;
  }
  .section-about__text {
    font-size: 1.8rem;
    padding-left: 55px;
    margin-bottom: 40px;
  }
  .section-about__image1-2_wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  .section-about__image1-container {
    width: 40%;
    max-width: 300px;
    margin: 0 0 60px;
  }
  .section-about__image2-container {
    width: 40%;
    max-width: 300px;
    padding-right: 30px;
    margin: 80px 0 60px;
  }
}
@media(min-width:1040px) {
  .section-about__massage-wrapper {
    display: flex;
    margin-bottom: 120px;
  }
  .bookshelves__image {
    width: 60%;
    margin-bottom: 0;
  }
  .section-about__text {
    flex: 1;
    margin-top: 200px;
    margin-bottom: 0;
    padding-left: 70px;
  }
  .section-about__image1-container {
    padding-right: 20px;
    margin: 0 0 120px;
  }
  .section-about__image2-container {
    padding-right: 60px;
    margin: 90px 0 120px;
  }
  .section-about__image3-container {
    margin: 0;
    margin-left: 15px;
  }
}
.section-system {
  text-align: left;
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto 90px;
  padding: 0 40px;
}
.cat-frames-container {
  float: right;
  width: 100px;
}
.cat-frames {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0 0;
}
.section-system h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  padding: 25px 8px 20px;
  border-radius: 10px;
  margin-top: 123px;
}
.section-system__box {
  padding: 0 20px;
  background-color: #fffbf7;
  border-radius: 10px;
}
.section-system__list {
  padding: 0 5px 5px;
}
.section-system__list ol li {
  list-style: none;
}
.section-system__list h3 { /* アコーディオンのtoggle */
  position: relative;
  font-family: "ten-mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  text-indent: -1.2em;
  padding-left: 1em;
  cursor: pointer;
  z-index: 10;
  border-top: solid 1px #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  pointer-events: none; /* モバイル幅以外ではトグルとして反応しない */
}
.section-system__list h3.system__list__1st {
  border-top: none;
}

.section-system__break:after {
  content: "\A";
  white-space: pre;
}
.section-system__description {
  padding: 10px 15px 30px 0;
}
.section-system__list ol li p {
  font-size: 1.4rem;
  text-indent: -1.3em;
  line-height: 1.8;
  padding-left: 1em;
}
.section-system__list ol li p ~ p {
  margin-top: 30px;
}
.charge {
  border-bottom: dashed 1px;
  padding-right: 0.2rem;
}
.section-system__description__break:after {
  content: "";
}
.section-system__list ol li ul {
  list-style: none;
  font-size: 1.4rem;
  margin-top: 10px;
  padding-left: 20px;
  max-width: 180px;
}
.section-system__list ol li ul li {
  margin: 0;
}
.section-system__list ol li ul li:nth-child(-n+2) {
  padding-left: 3.0rem;
}
.section-system__list ol li ul li:last-child {
  display: inline-block;
  border-top: solid 1px;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
@media(max-width:767px) {
  .section-system__list h3 {
    pointer-events: all; /* アコーディオンのtoggle反応 */
  }
  .section-system__list h3:after { /* アコーディオン矢印 */
    position: absolute;
    border-right: solid 2.5px #af978b;
    border-top: solid 2.5px #af978b;
    content: "";
    display: block;
    height: 9px;
    width: 9px;
    bottom: 43%;
    right: 0;
    cursor: pointer;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
  }
  .section-system__list h3.open:after {
    bottom: 36%;
    transform: rotate(-45deg);
  }
  .section-system__description {
    display: none;
  }
}
@media(min-width:768px) {
  .section-system {
    margin-bottom: 140px;
  }
  .cat-frames-container {
    width: 120px;
  }
  .section-system h2 {
    padding: 30px 8px 25px;
    margin-top: 140px;
  }
  .section-system__box {
    padding: 0 35px;
  }
  .section-system h3 {
    font-size: 2.0rem;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section-system__description {
    padding: 15px 25px 40px 25px;
  }
  .section-system__list ol li p {
    font-size: 1.6rem;
  }
  .section-system__list ol li p ~ p {
    margin-top: 40px;
  }
  .section-system__list ol li ul {
    max-width: 210px;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
  .section-system__list ol li ul li:nth-child(-n+2) {
  padding-left: 40px
}
  .section-system__break:after {
    content: "";
  }
}
@media(min-width:960px) {
  .section-system__description__break:after {
    content: "\A";
    white-space: pre;
  }
}
.section-menu {
  margin-bottom: 60px;
}
.section-menu h2 {
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
.section-menu ul {
  list-style: none;
  padding: 0 40px;
}
.section-menu ul li {
  max-width: 315px;
  background-color: #fffbf7;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 5px;
}
.section-menu ul li:last-child {
  margin-bottom: 0;
}
.section-menu__item-picture {
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: 0 0;
  vertical-align: top;
  border-radius: 5px 5px 0 0;
}
.section-menu__description-box {
  padding: 0 20px 10px 20px;
}
.section-menu h3 {
  font-size: 1.8rem;
  text-align: center;
  margin: 20px 0;
}
.section-menu__category-description {
  font-size: 1.45rem;
  margin-bottom: 20px;
}
.section-menu__item-description {
  font-size: 1.2rem;
  line-height: 1.8;
}
.section-menu__item-description span {
  font-size: 1.1rem;
}
@media(min-width:768px) {
  .section-menu {
    margin-bottom: 120px;
  }
  .section-menu h2 {
    margin-bottom: 80px;
  }
  .section-menu h3 {
    font-size: 2.0rem;
    margin: 22px 0;
  }
  .section-menu__category-description {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 22px;
  }
  .section-menu__item-description {
  font-size: 1.25rem;
  }
}
@media(min-width:1040px) {
  .section-menu ul {
    max-width: 1040px;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto;
  }
  .section-menu ul li {
    margin-bottom: 0;
  }
}
.section-access {
  text-align: left;
  margin-bottom: 60px;
}
.cat-night-container {
  width: 190px;
  height: 100%;
  margin-bottom: 30px;
}
.cat-night {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
.section-access h2 {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.access-list1 li {
  display: flex;
  list-style: none;
  font-size: 1.45rem;
  line-height: 1.8;
  padding: 0 40px;
  margin: 0 auto 40px;
}
.section-access ul li div {
  width: 19px;
  height: auto;
}
.section-access ul li div img {
  width: 19px;
  height: auto;
  object-fit: cover;
  object-position: 0 0;
  vertical-align: middle;
}
.section-access address {
  padding-left: 18px;
  font-style: normal;
}
.section-access ul li p {
  padding-left: 18px;
  flex: 1; /* flex横並びで(固定値+可変)にしたいときは、『可変したい子要素に「flex: 1; 」を付ける』 */
}
.number {
  letter-spacing: 0.05rem;
}
.section-access__break:after {
  content: "\A";
  white-space: pre;
} /* モバイル版のときだけ改行を入れ、pc版では改行を消す */
.section-access__break2:after {
    content: "";
  }
.section-access__map {
  height: 280px;
  margin-bottom: 40px;
}
.section-access__map iframe {
  width: 100%;
  height: 100%;
}
.access-list2 li {
  font-size: 1.45rem;
  list-style: none;
  line-height: 1.8;
  padding: 0 40px;
}
.access-list2 li dl {
  display: flex;
}
.access-list2 li dl dd {
  padding-left: 23px;
}
.access-list2 li:first-child {
  margin: 0 auto 20px;
}
.access-list2 li:last-child {
  margin: 0 auto;
}
@media(min-width:768px) {
  .section-access {
    margin-bottom: 80px;
  }
  .section-access__pc-title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 45px;
  }
  .cat-night-container {
    position: absolute;
    top: 0; /* [poaition:absolute]のため、この要素に対してmarginは効かない。access <h2>の左上が基準となる */
    left: 0;
    width: 220px;
    height: auto;
    margin: 0;
  }
  .section-access h2 {
    margin: 0;
    padding: 98px 0;
  }
  .access-list1 li {
    font-size: 1.6rem;
  }
  .section-access__break2:after {
    content: "\A";
    white-space: pre;
  }
  .section-access__map {
    max-width: 768px;
    height: 340px;
    margin-bottom: 40px;
    padding: 0 60px;
  }
  .access-list2 li {
    font-size: 1.6rem;
  }
}
@media(min-width:1040px) {
  .section-access {
    margin-bottom: 80px;
  }
  .section-access__pc-title {
    margin-bottom: 40px;
  }
  .address-map__wrapper {
    display: flex;
    align-items: center;
    margin: 0 auto 60px;
    max-width: 1040px;
  }
  .access-list1 {
    margin-top: 0;
  }
  .access-list1 li {
    padding: 0 0 0 40px;
  }
  .access-list1 li:last-child {
    margin-bottom: 0;
  }
  .section-access__break:after {
    content: "";
  }
  .section-access__map {
    width: 58%;
    height: 360px;
    padding: 0 40px;
    margin-bottom: 0;
  }
  .access-list2 {
    max-width: 1040px;
    margin: 0 auto;
  }
  .access-list2 li {
    padding: 0 40px;
  }
}