/* フォントファミリー */
html {
  font-size: 10px;
}
body {
  background: #0b4992;
  font-family: "Koz Go Pr6 N", "Josefin Sans", "Noto Sans JP", sans-serif;
  color: black;
  font-size: 1.5rem;
}

body.is-fixed {
  overflow: hidden;
}

/* 共通クラス */
.inner {
  text-align: center;
  background: #0b4992;
  max-width: 365px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding-left: 0;
  text-align: center;
}

li {
  list-style: none;
  font-size: 7px;
  font-weight: bold;
}

img {
  width: 100%;
}

h3 {
  color: #64b44c;
  margin: 5px 0px;
  font-weight: bold;
}

h5 {
  color: #d4cd5f;
  margin: 5px 0px;
  font-weight: bold;
}

p {
  font-size: 10px;
}

.animal-left {
  display: block;
  width: 20%;
  height: 20%;
  margin-right: auto;
}

.animal-right {
  display: block;
  width: 20%;
  height: 20%;
  margin-left: auto;
}
/* 他ページのスタイル */
.post {
  margin-top: 25px;
}

.page-template {
  margin-top: 100px;
}

/* ヘッダー */
.header-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #c9c9c6;
  padding: 1px;
  width: 100%;
  z-index: 1000;
}

.header-nav-list {
  margin: auto 0;
  text-align: center;
  vertical-align: middle;
  gap: 0;
}

.header-nav-item {
  flex-grow: 1;
  background: #eaece4;
  margin: 1px;
  font-size: 18px;
  line-height: 30px;
  padding: 1px;
  font-size: 6px;
}
.header-nav-link {
  color: black;
  font-size: 9px;
}
.header-logo {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  gap: 10px;

  background-color: #eaece4;
  align-items: center;
  height: 40px;
}
.title {
  font-size: 12px;
  color: #e99a11;
  background-color: #eaece4;
  padding-top: 10px;
  height: 15px;
}

.drawer-flex {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.days {
  color: #dbcd05;
  font-size: 20px;
}

.days-plus {
  color: #64b44c;
  font-size: 20px;
}

.days-link {
  color: #ff0000;
  font-size: 20px;
}

/* ドロワーメニュー */
#g-nav {
  display: block;
}
.drawer-flex {
}
.drawer {
}

.drawer-menu {
}

.drawer-menu:hover {
  opacity: 0.7;
}

.button-drawer {
  width: 50%;
  height: 100%;
  background-image: url(../img/sozai_cman_jp.png);
}

.button-drawer.is-checked {
  background-image: url(../img/sozai_cman_jp_batu.png);
}

/* ファーストビュー */

.fv {
  position: relative;
  margin-top: 100px;
}

.fv-text-main {
  position: absolute;
  top: 130px;
  left: 100px;
  font-size: 13px;
  font-weight: bold;
  color: #0b4992;
  text-align: center;
}

.fv-text-sub {
  position: absolute;
  top: 145px;
  font-size: 10px;
  left: 100px;
  font-weight: bold;
  color: #0b4992;
}

/* デイズとは */
.about {
  background-color: #eaece4;
  border-radius: 40px;
  border-right: 20px solid red;
  border-bottom: 20px solid red;
  padding: 10px 10px;
  margin-top: 30px;
  margin-left: 10px;
}

.about-text {
  text-align: left;
  font-weight: bolder;
}

.animal-img-shika {
  margin-left: auto;
  margin-top: auto;
}

/* 活動内容 */

.activity {
  background-color: #eaece4;
  border-radius: 40px;
  border-left: 20px solid red;
  border-bottom: 20px solid red;
  padding: 10px 10px;
}
.activity-contere {
  margin: auto 0;
}
.section-activity-text {
  width: 100%;
  color: black;
  height: auto;
}
.div-section-inner {
  display: flex;
  height: 100px;
}
.activity-img {
  /* width: 100%; */
}

.container {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 50%;
  display: flex;
}

.center {
  font-size: 10px;
  text-align: center;
  color: black;
  font-weight: bold;
  z-index: 1;
  justify-content: center;
}

.item {
  position: absolute;
  border-radius: 50%;
  /* padding: 10px 20px; */
  font-size: 8px;
  font-weight: bold;
  color: white;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: block;
}

.undou {
  /* top: 10%; */
  /* left: 50%; */
  transform: translate(125%, -50%);
  background-color: #ff5722;
}

.manabu {
  /* top: 50%; */
  /* right: 0%; */
  transform: translate(225%, 30%);
  background-color: #8bc34a;
}

.odekake {
  /* bottom: 10%;
  left: 50%; */
  transform: translate(70%, 150%);
  background-color: #2196f3;
}

.kurashi {
  /* top: 50%;
  left: 10%; */
  transform: translate(25%, 30%);
  background-color: #ff9800;
}

.hanasu {
  /* bottom: 10%;
  right: 10%; */
  transform: translate(190%, 150%);
  background-color: #9c27b0;
}

.btm {
  display: block;
  width: 80%;
  padding: 0.5em;
  margin: 10px auto;
  color: #fff !important;
  font-weight: bold;
  font-size: 10px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none !important;
  background-image: linear-gradient(#e27474, #cb0000);
}
.btm:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 0 0 5px;
  background: url("../img/矢印ボタン右2.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.activity-inline {
  border: solid;
  border-width: 3px;
  border-color: #c0c6ac;
  border-radius: 10px;
}

.activity-information-main {
  background-color: #c0c6ac;
  border-radius: 10px;
  padding: 5px 0;
  font-weight: bold;
  border-radius: 5px;
}

.activity-information-text-main {
  margin: 5px 20px 0px 20px;
  text-align: left;
}

.activity-information-text-sub {
  margin: 0px 30px 0px 30px;
  text-align: left;
}

.activity-information-line {
  border: solid;
  border-width: 1px;
  margin: 5px auto;
  border-color: #dbcd05;
  width: 90%;
}

/* お部屋紹介 */

.room {
  background-color: #eaece4;
  border-radius: 40px;
  border-right: 20px solid red;
  border-bottom: 20px solid red;
  padding: 10px 10px;
}

.room-contents {
  display: grid;
  background-color: #d4cd5f;
  border-radius: 20px;
  justify-content: center;
  margin: 30px auto;
  grid-template-rows: 75px 75px;
  grid-template-columns: 162.5px 162.5px;
}

.room-text-contents {
  font-weight: bold;
}
.room-inline .room-contents:nth-child(even) {
  flex-direction: row-reverse; /*★ポイント★*/
}

.item01 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  margin: auto auto 0 auto;
}

.item02 {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  margin: auto;
}
.item03 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  margin: auto;
}

.item04 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  margin: auto auto 0 auto;
}

.item05 {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  margin: auto;
}
.item06 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  margin: auto;
}

.room-list {
  margin: auto 10px;
}

.room-img {
  display: flex;
  margin: 10px 10px;
}

.room-name {
  font-size: 14px;
  font-weight: bold;
  color: black;
  width: 90%;
  text-align: center;
}
.room-text {
  font-size: 12px;
}

/*フォトギャラリー */

.photo {
  margin-top: 73px;
  background-color: #eaece4;
  border-radius: 40px;
  border-left: 20px solid red;
  border-bottom: 20px solid red;
  padding: 10px 10px;
}

.photo-contents {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-gap: 10px;
}

.photo-contents + img {
  /* padding: 5px; */
}
/* 一日の流れ */

.flow {
  background-color: #eaece4;
  border-radius: 40px;
  border-right: 20px solid red;
  border-bottom: 20px solid red;
  padding: 10px 10px;
}

.flow-schedule {
  border: solid;
  border-width: 0.5px;
  border-color: #ff0000;
  border-radius: 20px;
  width: 100%;
}

.flow-schedule-inner {
  margin: 0 auto;
}

.section-heading-sub-title {
  width: 100%;
}

.disabled {
  display: none;
}

.flow-schedule-inner-line {
  display: flex;
  align-items: center;
  border: solid;
  border-radius: 5px;
  border-width: 1px;
  border-color: #c0c6ac;
  line-height: 17px;
  margin: 5px 10px;
  height: 50px;
}
.time {
  display: flex;
  background-color: #c0c6ac;
  margin: 10px 0;
  font-size: 18px;
  width: 60px;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.do {
  text-align: center;
  box-sizing: border-box;
  font-size: 11px;
  width: 300px;
  align-items: center;
  /* line-height: 17px; */
  font-weight: bold;
  justify-content: center;
  padding: 5px 0px 0px 0px;
}

.do-sub {
  font-weight: lighter;
  font-size: 8px;
}

.triangular {
  text-align: left;
  margin-left: 30px;
  color: #c0c6ac;
}

#afterschool {
  font-size: 12px;
}
.arrival {
  font-size: 11px;
  text-align: left;
  margin: 0px 0px 0px 10px;
}
/* ご利用までの流れ */
.use-flow {
  background-color: #eaece4;
  border-radius: 40px;
  border-left: 20px solid red;
  border-bottom: 20px solid red;
  padding: 10px 10px;
}

/* 施設概要 */

.about-company {
  background-color: #eaece4;
  border-radius: 40px;
  border-right: 20px solid red;
  border-bottom: 20px solid red;
  padding: 10px 10px;
}

.about-text-inline {
  text-align: center;
  border: solid;
  border-radius: 0.5px;
  border-width: 1px;
  border-color: #c0c6ac;
  border-radius: 10px 10px 0px 0px;
  padding: 5px 0px;
}
.contents-text {
  display: inline-block;
  text-align: left;
  font-weight: bold;
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: solid 2px #c0c6ac;
}

dt {
  display: flex;
  width: 40%;
  margin-bottom: 10px;
  font-size: 12px;
  /* align-items: center; */
  text-align: left;
  padding-left: 5px;
  font-weight: bold;
}

dd {
  display: flex;
  width: 55%;
  margin-bottom: 10px;
  font-size: 10px;
  justify-content: flex-start;
  text-align: left;
}

.line {
  margin: 5px;
  border: solid;
  border-bottom: 1px;
  border-color: #c0c6ac;
  border-width: 1px;
}

.about-map {
  margin: 10px 0px;
  padding: 10px;
  border: solid;
  border-color: #c0c6ac;
  border-width: 1px;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9; /*アスペクト比（縦横比）を指定*/
}
/* フッター */
.footer {
  width: 100%;
  text-align: center;
  padding: 12px 0px 12px 0px;
  background: #eaece4;
  bottom: 0px;
  left: 0;
  color: black;
}

.footer-nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.footer-nav-item {
  font-size: 10px;
  border-left: solid;
  border-right: solid;
  border-color: black;
  border-width: 1px;
  padding: 0px 15px;
  height: 9.2px;
  margin: 5px 0px;
}
.footer-nav-link {
  line-height: 15.2px;
  color: black;
}
.footer-copylight {
  font-size: 10px;
  margin-top: 5px;
}

.embed-pdf-viewer {
  width: 100% !important;
}

/* タブレット、PCサイズの表示 */
@media screen and (min-width: 768px) {
  body {
    width: 100%;
  }
  h3 {
    font-size: 40px;
  }
  h5 {
    font-size: 30px;
  }
  .inner {
    max-width: 1080px;
  }

  .header-nav {
    display: block;
    background: #c9c9c6;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .header-nav-list {
    display: flex;
    gap: 1px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .header-nav-item {
    flex-grow: 1;
    background: #eaece4;
    margin: 1px;
    font-size: 18px;
    line-height: 50px;
    padding: 1px;
  }
  .header-nav-link {
    color: black;
    font-size: 20px;
  }

  .header-logo {
    background-color: #0b4992;
    gap: 30px;
    margin: 50px 0px;
  }

  .fv {
    margin-top: 0;
  }

  .drawer-flex {
    position: static;
  }
  /* ドロワーメニュー */
  .button-drawer {
    display: none;
  }
  #g-nav {
    display: none;
  }
  li {
    font-size: 16px;
  }

  .title {
    margin-top: 60px;
    font-size: 30px;
    background-color: #0b4992;
  }

  .days {
    font-size: 40px;
  }

  .days-plus {
    font-size: 40px;
  }

  .days-link {
    font-size: 40px;
  }

  img {
    width: 100%;
  }

  .about {
    border-radius: 40px;
    border-right: 20px solid red;
    border-bottom: 20px solid red;
  }

  .section-heading {
    margin-top: 20px;
  }
  .section-heading-main {
    font-size: 40px;
  }

  .about-text {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section-activity-text {
    font-size: 20px;
    margin: auto;
    width: 100%;
  }

  /* 活動内容 */
  .btm {
    margin-left: 70px;
    font-size: 20px;
    height: 30px;
    margin: auto;
    width: 250px;
    position: relative;
    top: 300px;
  }
  .activity {
    display: flex;
    justify-content: space-around;
    height: 500px;
  }
  .activity-contere {
    height: 87px;
  }

  .section-activity-text {
    height: 100%;
  }
  .section-activity {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-activity-main {
    margin: 0 auto;
  }

  .container {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 50%;
    display: flex;
  }

  .center {
    font-size: 10px;
    text-align: center;
    color: black;
    font-weight: bold;
    z-index: 1;
    justify-content: center;
  }

  .item {
    position: absolute;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: white;
    height: 125px;
    width: 125px;
    line-height: 125px;
    display: block;
  }

  .undou {
    transform: translate(150%, 0%);
    background-color: #ff5722;
  }

  .manabu {
    transform: translate(250%, 50%);
    background-color: #8bc34a;
  }

  .odekake {
    transform: translate(100%, 150%);
    background-color: #2196f3;
  }

  .kurashi {
    transform: translate(50%, 50%);
    background-color: #ff9800;
  }

  .hanasu {
    transform: translate(210%, 150%);
    background-color: #9c27b0;
  }
  .about-section-heading-sub {
    text-align: center;
    font-size: 30px;
  }

  .activity-inline {
    margin: 10px 0;
    width: 350px;
  }
  .div-section-inner {
    display: block;
  }
  .activity-information {
    justify-content: right;
  }

  .activity-information-main {
    font-size: 20px;
  }
  .activity-information-text-main {
    font-size: 20px;
  }
  .activity-information-text-sub {
    font-size: 20px;
  }

  /* お部屋紹介 */
  /* 各部屋のコンテンツを縦に並べる */
  .room-inline {
    display: flex;
    flex-wrap: wrap; /*要素が横に溢れた場合に折り返す*/
    justify-content: space-between; /* 要素を均等に配置 */
    margin: 0 auto;
  }

  .room-contents {
    display: block;
    width: 33%; /*幅が親要素を超えないように設定 */
    aspect-ratio: 4/3;
  }
  .room-name,
  .room-img,
  .room-text {
    display: flex;
    justify-content: center; /* 中央揃え */
    align-items: center; /* 中央揃え */
    height: auto; /*アスペクト比を保持したまま幅に合わせる*/
  }

  .room-name {
    font-size: 26px;
    font-weight: bold;
    color: black;
  }

  .room-text-contents {
    font-size: 18px;
    margin-bottom: 20px; /* 各要素の下の余白を調整 */
  }
  .item01 {
    display: grid;
    margin: auto auto 0 auto;
  }

  .item02 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    margin: auto;
    order: 2;
  }
  .item03 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    margin: auto;
    order: 2;
  }

  .item04 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    margin: auto auto 0 auto;
  }

  .item05 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    margin: auto;
  }
  .item06 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    margin: auto;
  }

  .flow-inner {
    display: flex;
    justify-content: space-around;
  }

  .flow-schedule {
    width: 45%;
  }

  /* 一日の流れ */

  .disabled {
    display: block;
  }

  .time {
    width: 30%;
    height: 100%;
    font-size: 30px;
    font-weight: 900;
  }
  .do {
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto;
  }

  .do-sub {
    font-size: 12px;
    font-weight: 900;
  }

  .triangular {
    margin-left: 70px;
  }

  .arrival {
    margin-left: 50px;
  }
  /* ご利用の流れ */

  .use-text-outline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .use-text-main-A {
    font-size: 2vw;
    /* margin: 20px; */
    width: 33%;
    margin: auto;
  }
  .use-text-sub-A {
    font-size: 1vw;
    overflow-wrap: break-word;
    /* width: 100%; */
  }
  .use-text-inline-A {
    margin: 20px;
    width: 33%;
    border: solid;
    border-width: 1px;
    border-color: #c0c6ac;
    border-radius: 10px;
  }

  /* 施設概要 */
  .section-heading-sub {
    font-size: 20px;
    text-align: left;
  }
  .about-text-inline {
    border: none;
  }
  .about-company-flex {
    display: flex;
    justify-content: space-evenly;
  }

  .about-company-nav-list {
    font-size: 20px;
  }
  .contents-text {
    display: block;
    text-align: left;
    padding-left: 10px;
    font-size: 20px;
  }
  .line {
    border: none;
  }

  .about-map {
    width: 40%;

    margin: auto 0;
  }

  dl {
    margin-top: 10px;
  }
  dt {
    width: 20%;
  }
  dd {
    width: 75%;
  }

  /* フッター */

  .footer-nav-list {
    gap: 1px;
  }
  .footer-nav-item {
    font-size: 16px;
  }

  .footer-copylight {
    font-size: 16px;
  }

  /* 他ページのスタイル */
  .post {
    margin-top: 20px;
  }

  .page-template {
    margin-top: 20px;
  }

  .photo-gallery {
    margin-top: 0;
  }

  page-template {
    margin-top: 50px;
  }
}
