@charset "UTF-8";
/*
 Theme Name:   Junkyo Theme
 Theme URI:    https://www.jyunkyo.net/jwpd/wp-content/themes/junkyo2025/
 Description:  Junkyo Theme
 Author:       Junkyo Youchien
 Author URI:   https://www.jyunkyo.net/
 Version:      2.0.0
 Text Domain:  Junkyo Theme
*/
/**
Reset
---------------------------------------------*/
*,
*::before,
*::after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* html {
  font-size: 71.4%;
} */
body {
  max-width: 100vw;
  line-height: 1.6;
  font-family: "Kosugi Maru", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333;
  overflow-x: hidden;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

main {
  display: block;
}

.page-bg-w {
  min-height: calc(100vh - 710px);
}

article {
  min-height: calc(100vh - 560px);
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  display: block;
  cursor: pointer;
}

/**
Mixin
---------------------------------------------*/
/**
Base
---------------------------------------------*/
h1 {
  font-size: 4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4em;
  }
}

h2 {
  font-size: 2.6em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.8em;
  }
}

main {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 60px;
  }
}

body {
  color: #49321B;
}
body p {
  font-size: 0.9rem;
}

section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  section {
    margin: 0 auto 30px;
  }
}

.wrapper {
  width: calc(100% - 50px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: calc(100% - 40px);
    padding: 20px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.t-align-c {
  text-align: center;
}

.mb20 {
  margin-bottom: 20px;
}

/**
 * header
---------------------------------------------*/
@media screen and (max-width: 768px) {
  header {
    z-index: 110;
    height: 70px;
    position: fixed;
  }
}

nav {
  max-width: 1280px;
  width: 100%;
  height: 70px;
  z-index: 110;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  nav {
    position: fixed;
  }
}

nav.nopen {
  z-index: 110;
  background: #fff;
}

.drawer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 111;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .drawer {
    margin-top: -60px;
  }
}
.drawer .nav-logo {
  padding: 0.5em;
  max-width: 190px;
}
@media print, screen and (max-width: 960px) {
  .drawer .nav-logo {
    max-width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .drawer .nav-logo {
    max-width: 180px;
    width: 100%;
  }
}
.drawer .nav-logo h1 {
  font-size: 1rem;
}
.drawer .nav-logo img {
  width: 100%;
}
.drawer .Toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .drawer .Toggle {
    display: block;
    position: fixed;
    width: 46px;
    height: 46px;
    cursor: pointer;
    right: 20px;
    top: 10px;
    z-index: 112;
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  .drawer .Toggle span {
    display: block;
    position: absolute;
    width: 26px;
    border-bottom: solid 2px #49321B;
    transition: 0.35s ease-in-out;
    left: 10px;
  }
}

nav {
  width: 100vw;
}
@media print, screen and (min-width: 769px) {
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 100px;
    padding: 0 0.4em;
  }
}

.menu::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .menu {
    text-align: center;
    transition: 0.5s ease;
    overflow-x: hidden;
    padding-top: 30px;
    transform: translateX(100%);
    height: 100vh;
    background: #fff;
    background-size: 60%;
  }
}
.menu ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1em;
}
@media print, screen and (max-width: 960px) {
  .menu ul {
    gap: 0.6em;
  }
}
@media screen and (max-width: 768px) {
  .menu ul {
    flex-wrap: wrap;
    gap: 0;
  }
}
.menu ul li {
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  transition: 2s;
}
@media screen and (max-width: 768px) {
  .menu ul li {
    transition: 0.2s;
    padding: 0.5em 0;
  }
}
.menu ul li:hover {
  background: linear-gradient(transparent 50%, #e7f3cc 50%);
}
@media screen and (max-width: 768px) {
  .menu ul li:hover {
    background: #f5fbe7;
  }
}
@media screen and (max-width: 768px) {
  .menu ul li {
    width: 100%;
  }
}
.menu ul li a {
  padding: 2em 0;
  color: #49321B;
  text-decoration: none;
  font-size: 0.9rem;
}
@media print, screen and (max-width: 960px) {
  .menu ul li a {
    font-size: 0.85rem;
  }
}
.menu ul li a span.s-txt {
  font-size: 0.75em;
}
@media screen and (max-width: 768px) {
  .menu ul li a {
    display: block;
    padding: 1.3em;
    text-decoration: none;
    pointer-events: auto;
  }
}

@media screen and (max-width: 768px) {
  .menu.open {
    transform: translateX(0%);
    z-index: 10;
    height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  .Toggle span:nth-child(1) {
    top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .Toggle span:nth-child(2) {
    top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .Toggle span:nth-child(3) {
    top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .Toggle.active span:nth-child(1) {
    top: 18px;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 18px;
    transform: rotate(45deg);
  }
}

/**
* home title
---------------------------------------------*/
.home-title {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  position: relative;
  background-image: url(./assets/images/home-title-bg-tl.png), url(./assets/images/home-title-bg-tr.png), url(./assets/images/home-title-bg-br.png), url(./assets/images/home-title-bg-bl.png);
  background-position: top left, top right, bottom right, bottom left -10px;
  background-size: 30%, 30%, 20%, 20%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .home-title {
    background-size: 35%, 35%, 40%, 30%;
    padding: 50px 0 120px;
  }
}
.home-title h2 {
  z-index: 100;
  width: 30%;
}
@media print, screen and (min-width: 769px) {
  .home-title h2 {
    position: absolute;
    left: 0;
    top: 160px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .home-title h2 {
    margin-bottom: 30px;
    width: 90%;
  }
}
.home-title h2 img {
  width: 100%;
  max-width: 400px;
}
.home-title h2 span {
  display: inline-block;
  padding: 5px;
  background-color: #68ad48;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .home-title h2 span {
    padding: 0 10px;
  }
}

/**
 * Swiper
---------------------------------------------*/
.swiper {
  width: 100%;
  height: 100%;
  max-width: 720px;
  margin: 0 auto;
  border-radius: 15px;
}

.frame {
  position: fixed;
  z-index: 9;
  width: 95%;
  height: 95%;
  max-width: 720px;
  left: -10px;
  top: -15px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img {
  animation: zoomUp 4s linear 0s normal both;
}

.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: #eb716d;
}

.swiper-button-next, .swiper-button-prev {
  color: #eb716d;
}

/**
Tab
---------------------------------------------*/
.tab-list {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.tab-list__item {
  width: calc(33.3333333333% - 2px);
}
.tab-list__item button {
  width: 100%;
  border: none;
  text-align: center;
  background-color: #aaa;
  padding: 10px 0;
  border-radius: 15px 15px 0 0;
}
.tab-list__item.active button {
  background-color: #fff;
}

.tab-contents__item {
  display: none;
  padding: 30px;
  background-color: #fff;
  min-height: 300px;
  border-radius: 0 0 15px 15px;
}
.tab-contents__item.show {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
Modal Window
---------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 86, 86, 0.7);
  transition: all 0.3s ease-in-out;
  overscroll-behavior-y: contain;
}
.modal.active {
  display: block;
}

.modal-trigger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: none;
  gap: 20px;
}
.modal-trigger .active {
  background: #eee;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 60px;
  padding: 9px 35px 15px 25px;
  color: #49321B;
  border-radius: 0.2em;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .modal-trigger .active {
    width: 80%;
  }
}
.modal-trigger .active h3 {
  width: 100%;
  font-size: 1.1rem;
  font-weight: normal;
}
.modal-trigger .active::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 0.2em;
  width: 100%;
  height: 100%;
  border: 1px solid #49321B;
  transition: 0.2s;
}
.modal-trigger .active::after {
  position: absolute;
  right: 30px;
  top: 25%;
  content: "+";
  transition: 0.2s;
}
.modal-trigger .active:hover::before {
  top: 0;
  left: 0;
}
.modal-trigger .active:hover::after {
  top: calc(25% + 4px);
  right: 26px;
}
.modal-trigger .active:hover {
  text-decoration: none;
  padding: 13px 31px 11px 29px;
}
.modal-trigger .active:nth-child(1):hover {
  background-color: #D28D8A;
  color: #fff;
}
.modal-trigger .active:nth-child(2):hover {
  background-color: #70AB61;
  color: #fff;
}
.modal-trigger .active:nth-child(2):nth-child(3):hover {
  background-color: #8e7cc4;
  color: #fff;
}
.modal-trigger .active .modal-toggle {
  background: #eee;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 60px;
  padding: 9px 35px 15px 25px;
  color: #49321B;
  border-radius: 0.2em;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .modal-trigger .active .modal-toggle {
    width: 80%;
  }
}
.modal-trigger button {
  background: #eee;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 60px;
  color: #49321B;
  padding: 20px;
  border-radius: 0.2em;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .modal-trigger button {
    width: 80%;
  }
}
.modal-trigger button h3 {
  width: 100%;
  font-size: 1.1rem;
  font-weight: normal;
}

.modal-content {
  background: #fff;
  padding: 50px 15px 25px 25px;
  border-radius: 15px;
  width: 90%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: show 0.3s linear 0s;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.3));
}

.modal-container {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 10px;
  padding-bottom: 30px;
}
.modal-container.img {
  background: #f1f1f1;
  margin-bottom: 15px;
}
.modal-container h3 {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: #b8b8b8 1px solid;
  margin-bottom: 30px;
}
.modal-container p {
  margin-bottom: 10px;
}
.modal-container p:last-child {
  margin-bottom: 0;
}

.modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}

.modal-close {
  color: #666;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  padding: 8px;
}

.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-title {
  color: #fff;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.viewmodal {
  overflow: clip;
  overscroll-behavior: none;
}

html:has(body.viewmodal) {
  overscroll-behavior: none;
}

/**
 * bottom menu
---------------------------------------------*/
nav.ft-nav {
  width: 100%;
  display: block;
  position: relative;
  max-height: auto;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: -15px 0 200px 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  nav.ft-nav {
    margin: -15px 0 50px 0;
  }
}

.wave-top {
  width: 100%;
  height: 40px;
  background-image: url(./assets/images/wave-02-t.svg);
  background-repeat: repeat-x;
  background-position: top left;
}
@media print, screen and (max-width: 960px) {
  .wave-top {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .wave-top {
    background-position: bottom -2px left;
  }
}

.wave-bottom {
  width: 100%;
  height: 40px;
  background-image: url(./assets/images/wave-02-b.svg);
  background-repeat: repeat-x;
  background-position: bottom -1px left;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 960px) {
  .wave-bottom {
    background-size: cover;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .wave-bottom {
    margin-bottom: 0;
    background-position: top left;
  }
}

.bottom-menu-wrap {
  position: relative;
}
.bottom-menu-wrap figure img {
  position: absolute;
  bottom: -5%;
}
@media screen and (max-width: 768px) {
  .bottom-menu-wrap figure img {
    bottom: -2%;
  }
}
.bottom-menu-wrap figure img:nth-child(1) {
  width: 8%;
  left: 5%;
}
@media print, screen and (max-width: 960px) {
  .bottom-menu-wrap figure img:nth-child(1) {
    width: 12%;
  }
}
@media screen and (max-width: 768px) {
  .bottom-menu-wrap figure img:nth-child(1) {
    width: 15%;
  }
}
.bottom-menu-wrap figure img:nth-child(2) {
  width: 5%;
  right: 5%;
}
@media print, screen and (max-width: 960px) {
  .bottom-menu-wrap figure img:nth-child(2) {
    width: 9%;
  }
}
@media screen and (max-width: 768px) {
  .bottom-menu-wrap figure img:nth-child(2) {
    width: 12%;
  }
}

.bottom-menu {
  margin: 0 auto;
  max-width: 100%;
  background-color: #F7F4F2;
}
.bottom-menu ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 960px) {
  .bottom-menu ul {
    gap: 15px;
    max-width: 90%;
    margin: 0 auto;
  }
}
.bottom-menu ul li {
  width: calc(25% - 7.5px);
  max-height: 60px;
  overflow: hidden;
  border-radius: 7px;
}
@media print, screen and (max-width: 960px) {
  .bottom-menu ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .bottom-menu ul li {
    width: 100%;
  }
}
.bottom-menu ul li .menu-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  overflow: hidden;
  gap: 7px;
  position: relative;
  background: url(./assets/images/arrow-w.svg) no-repeat center right 15px;
  background-size: 17px;
  transition: 0.5s;
}
.bottom-menu ul li .menu-btn:hover {
  background: url(./assets/images/arrow-w.svg) no-repeat center right 10px;
  background-size: 23px;
}
.bottom-menu ul li .menu-btn .menu-img {
  display: block;
  height: 50px;
  width: 61px;
}
@media print, screen and (max-width: 960px) {
  .bottom-menu ul li .menu-btn .menu-img {
    height: 40px;
  }
}
.bottom-menu ul li .menu-btn .menu-img-01 {
  background: url(./assets/images/bottom-menu-01.png) no-repeat center left;
  background-size: contain;
}
.bottom-menu ul li .menu-btn .menu-img-02 {
  background: url(./assets/images/bottom-menu-02.png) no-repeat center left;
  background-size: contain;
}
.bottom-menu ul li .menu-btn .menu-img-03 {
  background: url(./assets/images/bottom-menu-03.png) no-repeat center left;
  background-size: contain;
}
.bottom-menu ul li .menu-btn .menu-img-04 {
  background: url(./assets/images/bottom-menu-04.png) no-repeat center left;
  background-size: contain;
}
.bottom-menu ul li .menu-btn .menu-img-05 {
  background: url(./assets/images/bottom-menu-05.png) no-repeat center left;
  background-size: contain;
}
.bottom-menu ul li .menu-btn .menu-img-06 {
  background: url(./assets/images/bottom-menu-06.png) no-repeat center left;
  background-size: contain;
}
.bottom-menu ul li .menu-btn .menu-img-07 {
  background: url(./assets/images/bottom-menu-07.png) no-repeat center left;
  background-size: contain;
}
.bottom-menu ul li .menu-btn .menu-img-08 {
  background: url(./assets/images/bottom-menu-08.png) no-repeat center left;
  background-size: contain;
}
.bottom-menu ul li .menu-btn span {
  width: calc(100% - 68px);
  padding-right: 30px;
  line-height: 1.1;
  text-align: center;
}
.bottom-menu ul li .menu-btn span .s-txt {
  font-size: 0.7em;
  padding: 0;
}
.bottom-menu ul li:nth-child(1) {
  background-color: #d8716b;
  transition: 0.5s;
}
.bottom-menu ul li:nth-child(1):hover {
  background-color: #ce534c;
}
.bottom-menu ul li:nth-child(2) {
  background-color: #70AB61;
  transition: 0.5s;
}
.bottom-menu ul li:nth-child(2):hover {
  background-color: #519740;
}
.bottom-menu ul li:nth-child(3) {
  background-color: #E5A65E;
  transition: 0.5s;
}
.bottom-menu ul li:nth-child(3):hover {
  background-color: #dc903a;
}
.bottom-menu ul li:nth-child(4) {
  background-color: #63ACD0;
  transition: 0.5s;
}
.bottom-menu ul li:nth-child(4):hover {
  background-color: #3e97c4;
}
.bottom-menu ul li:nth-child(5) {
  background-color: #EA938F;
  transition: 0.5s;
}
.bottom-menu ul li:nth-child(5):hover {
  background-color: #dd6a76;
}
.bottom-menu ul li:nth-child(6) {
  background-color: #A69CC4;
  transition: 0.5s;
}
.bottom-menu ul li:nth-child(6):hover {
  background-color: #8e7cc4;
}
.bottom-menu ul li:nth-child(7) {
  background-color: #929292;
  transition: 0.5s;
}
.bottom-menu ul li:nth-child(7):hover {
  background-color: #797979;
}
.bottom-menu ul li:nth-child(8) {
  background-color: #b8b8b8;
  transition: 0.5s;
}
.bottom-menu ul li:nth-child(8):hover {
  background-color: hsl(0, 0%, 62%);
}

/**
 * footer
---------------------------------------------*/
#footer {
  background-image: url(./assets/images/footer-bg-l.png), url(./assets/images/footer-bg-r.png);
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  #footer {
    background-size: 20%, 15%;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    background-size: 50%, 40%;
    background-position: left -20% bottom, right bottom;
    padding-bottom: 50px;
  }
}
#footer .footer-box {
  margin: 0 auto;
  padding: 50px;
  display: flex;
  gap: 30px;
  align-items: center;
  align-items: stretch;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 768px) {
  #footer .footer-box {
    flex-wrap: wrap;
    max-width: 500px;
  }
}
#footer .footer-box figure {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px 0 0;
  border-right: #333 1px solid;
}
#footer .footer-box figure img {
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #footer .footer-box figure {
    padding: 0;
    border-right: none;
    display: inline-block;
    text-align: center;
  }
  #footer .footer-box figure img {
    max-width: 80%;
  }
}
#footer .footer-box .address {
  padding: 0 30px 0 0;
  border-right: #333 1px solid;
}
@media screen and (max-width: 768px) {
  #footer .footer-box .address {
    padding: 0;
    width: 100%;
    border-right: none;
    display: inline-flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
#footer .footer-box .address p {
  margin-bottom: 10px;
}
#footer .footer-box .address .map-btn {
  border: #333 1px solid;
  padding: 5px 35px 5px 25px;
  border-radius: 25vh;
  text-decoration: none;
  color: inherit;
  background: url(./assets/images/arrow-b.svg) no-repeat center right 15px;
  transition: 0.5s;
}
#footer .footer-box .address .map-btn:hover {
  background: url(./assets/images/arrow-b.svg) no-repeat center right 10px;
}
#footer .footer-box .tel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  border-radius: 10px;
  width: 200px;
  padding: 10px;
  height: 60px;
  margin: auto;
  transition: 0.3s;
  background-color: #D28D8A;
}
#footer .footer-box .tel-btn p.tel {
  margin-bottom: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #footer .footer-box .tel-btn p.tel {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-box .tel-btn {
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 25vh;
  }
}
#footer .footer-box .tel-btn:hover {
  background-color: #c66762;
}
#footer .footer-box .tel-btn a[href*="tel:"] {
  text-decoration: none;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  #footer .footer-box .tel-btn a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
#footer .footer-copy {
  color: #909090;
  font-size: small;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
  padding: 7px;
  margin-bottom: 0;
}

/**
 * home
---------------------------------------------*/
#home .home-news {
  padding: 10px;
}
#home .home-news .home-news-wrap {
  padding: 30px;
  background: #F7F4F2;
  border-radius: 15px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #home .home-news .home-news-wrap {
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 8px;
  }
}
#home .home-news .home-news-wrap h3 {
  display: flex;
  min-width: 6em;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 30px;
  padding-right: 30px;
  border-right: #49321B 1px solid;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #home .home-news .home-news-wrap h3 {
    border-bottom: #49321B 1px solid;
    min-width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-right: none;
    font-size: 1.2rem;
  }
}
#home .home-news .home-news-wrap dl {
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #home .home-news .home-news-wrap dl {
    flex-wrap: wrap;
    gap: 5px;
  }
}
#home .home-news .home-news-wrap dl:last-child {
  margin-bottom: 0;
}
#home .home-news .home-news-wrap dl dt {
  color: #B9B1A8;
  font-size: 0.9em;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 768px) {
  #home .home-news .home-news-wrap dl dt {
    font-size: 0.85rem;
  }
}
#home .home-news .home-news-wrap dl dd {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #home .home-news .home-news-wrap dl dd {
    font-size: 0.95rem;
  }
}
#home .bg-color {
  width: 100%;
  background: #D28D8A;
  padding-bottom: 30px;
}
#home .wave-top-intro {
  overflow: hidden;
  background-color: #fff;
}
#home .wave-top-intro img {
  display: flex;
  align-items: end;
  width: 150%;
}
#home .main-intro-flex {
  justify-content: space-between;
  align-items: end;
  display: flex;
  padding-bottom: 70px;
  background: url(./assets/images/illust-cloud.png) no-repeat right 42% bottom 20%;
  background-size: 20%;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #home .main-intro-flex {
    flex-wrap: wrap;
    background: url(./assets/images/illust-cloud.png) no-repeat left 5% bottom 20%;
    background-size: 30%;
    gap: 30px;
  }
}
#home .main-intro-flex figure {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #home .main-intro-flex figure {
    width: 100%;
  }
}
#home .main-intro-flex figure img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #home .main-intro-flex figure img {
    width: 70%;
    float: right;
  }
}
#home .intro {
  margin: 0 auto;
  padding-top: 40px;
}
#home .intro .main-intro {
  color: #fff;
}
#home .intro .main-intro h4 {
  font-size: 1.7rem;
  font-weight: normal;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #home .intro .main-intro h4 {
    font-size: 1.5rem;
  }
}
#home .intro .main-intro h5 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #home .intro .main-intro h5 {
    font-size: 1.3rem;
  }
}
#home .intro .sub-intro {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #home .intro .sub-intro {
    padding: 20px;
    border-radius: 8px;
  }
}
#home .intro .sub-intro h4 {
  color: #CB514A;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0px 0 30px 0;
}
@media screen and (max-width: 768px) {
  #home .intro .sub-intro h4 {
    font-size: 1.3rem;
    margin: 0 0 20px 0;
  }
}
#home .intro .sub-intro div.current {
  background: #FFF2F2;
  background-size: 20%;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #home .intro .sub-intro div.current {
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 5px;
  }
}
#home .intro .sub-intro div.current .bg-illust {
  position: absolute;
  top: -20px;
  right: -10px;
}
#home .intro .sub-intro .flex {
  display: flex;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #home .intro .sub-intro .flex {
    flex-wrap: wrap;
    padding: 0 12px;
  }
}
#home .intro .sub-intro .flex div {
  width: 50%;
  border-right: #B9B1A8 solid 1px;
  padding-right: 20px;
}
#home .intro .sub-intro .flex div:last-child, #home .intro .sub-intro .flex div:nth-child(2n) {
  border-right: none;
}
#home .intro .sub-intro .flex div:nth-child(2n) {
  padding-left: 20px;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #home .intro .sub-intro .flex div:nth-child(2n) {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #home .intro .sub-intro .flex div {
    width: 100%;
    border-right: none;
    border-bottom: #B9B1A8 solid 1px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #home .intro .sub-intro .flex div:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  #home .intro .sub-intro .flex div:first-child {
    padding-top: 0;
  }
}
#home .intro .sub-intro h5 span {
  font-size: 1rem;
  background: #FFFDDC;
}
@media screen and (max-width: 768px) {
  #home .intro .sub-intro h5 span {
    font-size: 0.9rem;
  }
}
#home .intro .sub-intro p {
  margin-bottom: 0;
}

.sec-title {
  font-size: 1.05rem;
  padding-left: 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec-title {
    margin-bottom: 20px;
  }
}
.sec-title-01 {
  padding: 10px 0 10px 50px;
  color: #FFF7D2;
  background: url(./assets/images/icon-ttl-01.png) no-repeat left center;
  background-size: 50px;
}
.sec-title-02 {
  background: url(./assets/images/icon-ttl-02.png) no-repeat left center;
  background-size: contain;
  margin-top: 30px;
}
.sec-title-03 {
  background: url(./assets/images/icon-ttl-03.png) no-repeat left center;
  background-size: contain;
  color: #D28D8A;
}
.sec-title-04 {
  background: url(./assets/images/icon-ttl-04.png) no-repeat left center;
  background-size: contain;
  color: #D28D8A;
}
.sec-title-05 {
  background: url(./assets/images/icon-ttl-05.png) no-repeat left center;
  background-size: 30px;
}
.sec-title-06 {
  background: url(./assets/images/icon-ttl-06.png) no-repeat left center;
  background-size: contain;
  margin-top: 30px;
}

/**
 * page
---------------------------------------------*/
.page-ttl {
  background-image: url(./assets/images/top-bg-l.png), url(./assets/images/top-bg-r.png);
  background-repeat: no-repeat;
  background-position: top left, top right;
  background-size: 25%;
}
@media screen and (max-width: 768px) {
  .page-ttl {
    background-size: 35%;
  }
}
.page-ttl .page-ttl-inner {
  margin: 0 auto;
  padding: 50px;
  max-width: 500px;
  background-image: url(./assets/images/page-ttl-tr.png), url(./assets/images/page-ttl-bl.png), url(./assets/images/page-ttl-br.png);
  background-repeat: no-repeat;
  background-position: top 10% right 20%, bottom left, bottom right;
  background-size: 20%, 20%, 30%;
}
.page-ttl .page-ttl-inner h1 img {
  margin: auto;
  margin-bottom: ０;
  display: block;
  width: 45%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .page-ttl .page-ttl-inner h1 img {
    width: 60%;
    max-width: 300px;
    min-width: 150px;
  }
}

.page-bg-w {
  background-color: #fff;
  border-radius: 70px 70px 0 0;
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-bg-w {
    border-radius: 30px 30px 0 0;
  }
}

.page-flex {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .page-flex {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.page-flex section {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-flex section {
    width: 100%;
  }
}

#annual .page-bg-w, #oneday .page-bg-w {
  padding-top: 30px;
}
#annual h2, #oneday h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: 16px 60px;
  border-radius: 8px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 60px;
}
#annual h2::after, #oneday h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  translate: -50% 100%;
}
@media screen and (max-width: 768px) {
  #annual h2, #oneday h2 {
    padding: 10px 50px;
    font-size: 1.1rem;
  }
}
#annual .fukidashi-pink, #oneday .fukidashi-pink {
  background-color: #D28D8A;
}
#annual .fukidashi-pink::after, #oneday .fukidashi-pink::after {
  border-color: #D28D8A transparent transparent;
}
#annual .fukidashi-gre, #oneday .fukidashi-gre {
  background-color: #70AB61;
}
#annual .fukidashi-gre::after, #oneday .fukidashi-gre::after {
  border-color: #70AB61 transparent transparent;
}

#annual {
  background-color: #F8F0E5;
}
@media screen and (max-width: 768px) {
  #annual .nyuuji {
    margin-bottom: 0;
  }
}
#annual .nyuuji ul li {
  font-size: 1.1rem;
  list-style: "⚫︎" inside;
  color: #ED8282;
  background-color: #FAF8F4;
  border-radius: 15px;
  padding: 20px 20px 30px 20px;
  margin-bottom: 50px;
  position: relative;
}
#annual .nyuuji ul li:nth-child(2), #annual .nyuuji ul li:nth-child(5) {
  color: #69D3D7;
}
#annual .nyuuji ul li:nth-child(3n) {
  color: #95BD26;
}
#annual .nyuuji ul li span {
  padding-left: 0.5em;
  color: #49321B;
}
@media screen and (max-width: 768px) {
  #annual .nyuuji ul li {
    border-radius: 8px;
  }
}
#annual .nyuuji ul li p {
  margin-bottom: 0;
}
#annual .nyuuji ul li p span {
  border-bottom: dashed;
  padding-left: 0;
  line-height: 2;
  padding-bottom: 0.5em;
}
#annual .nyuuji ul li .event-illust {
  width: 60px;
  height: auto;
}
#annual .nyuuji ul li .event-illust img {
  width: inherit;
  position: absolute;
  top: -40px;
  right: 20px;
}
#annual .nyuuji ul li .position-02 img {
  top: -10px;
  right: 20px;
}
#annual .nyuuji ul li .position-03 img {
  top: -15px;
  right: 20px;
}
#annual .nyuuji ul li .position-04 img {
  top: -5px;
  right: 20px;
}
#annual .nyuuji ul li .position-05 img {
  top: -15px;
  right: 20px;
}
#annual .nyuuji ul li .position-06 img {
  top: -15px;
  right: 20px;
}
#annual .nyuuji .nyuuji-point {
  padding: 20px;
  margin: 10px;
  border: #797979 dotted 2px;
  border-radius: 10px;
}
#annual .nyuuji .nyuuji-point p {
  margin-bottom: 0;
}
#annual .nyuuji .nyuuji-point p span {
  background: linear-gradient(transparent 50%, #F5DFDF 50%);
}
#annual .youji .semester {
  background-color: #FAF8F4;
  padding: 0 20px 20px;
  position: relative;
  margin-bottom: 50px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #annual .youji .semester {
    border-radius: 8px;
  }
}
#annual .youji .semester-01 dt {
  color: #95BD26;
}
#annual .youji .semester-02 dt p {
  color: #69D3D7;
}
#annual .youji .semester-03 {
  margin-bottom: 20px;
}
#annual .youji .semester-03 dt p {
  color: #ED8282;
}
#annual .youji .semester .semester-icon {
  width: 60px;
  height: 30px;
}
#annual .youji .semester .semester-icon img {
  width: inherit;
  position: absolute;
  top: -20px;
  left: -10px;
}
#annual .youji .semester .semester-illust {
  width: 80px;
  height: auto;
}
#annual .youji .semester .semester-illust img {
  width: inherit;
  position: absolute;
  top: -20px;
  right: 20px;
}
#annual .youji .semester dl {
  display: flex;
  gap: 20px;
  border-bottom: #bdb9b4 1px solid;
  padding: 10px;
}
#annual .youji .semester dl:first-child {
  padding-top: 0;
}
#annual .youji .semester dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#annual .youji .semester dl dt {
  padding: 1em 0;
  text-align: center;
  display: flex;
  background-color: #fff;
  border-radius: 25vh;
}
#annual .youji .semester dl dt p {
  writing-mode: vertical-rl;
  display: inline-block;
  text-orientation: upright;
  margin: 0;
  letter-spacing: 0.5em;
}
#annual .youji .semester dl dd {
  width: 100%;
}
#annual .youji .semester dl dd ul li {
  list-style: "・";
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.1rem;
}
#annual .youji .semester dl .vacation {
  list-style: none;
  padding: 7px 7px 7px 30px;
  width: 100%;
  border-radius: 8px;
  line-height: 1.5;
  min-width: 200px;
  margin-top: 7px;
}
#annual .youji .semester dl .vacation-01 {
  background-color: #D2E7B4;
}
#annual .youji .semester dl .vacation-02 {
  background-color: #CDECED;
}
#annual .youji .semester dl .vacation-03 {
  background-color: #F5DFDF;
}
#annual .youji .semester dl .vacation span.vacation-bg-w {
  background-color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 25vh;
  margin-right: 1em;
}

.table-recruit {
  border-radius: 15px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .table-recruit {
    border-radius: 8px;
    font-size: 0.9rem;
  }
}
.table-recruit tr {
  border-bottom: #fff 1px solid;
}
.table-recruit tr:last-child {
  border-bottom: none;
}
.table-recruit tr th, .table-recruit tr td {
  padding: 1em 1.5em;
  background: #FAF8F4;
  border-radius: inherit;
}
.table-recruit tr th {
  vertical-align: middle;
  color: #fff;
  background: #70AB61;
  font-weight: normal;
  width: 22%;
  min-width: 10em;
}
@media screen and (max-width: 768px) {
  .table-recruit tr th {
    width: 10%;
    min-width: 4em;
  }
}
@media screen and (max-width: 768px) {
  .table-recruit tr th span {
    white-space: pre;
    writing-mode: vertical-rl;
    display: inline-block;
  }
}
.table-recruit tr td ul {
  margin-bottom: 1em;
}
.table-recruit tr td ul:last-child {
  margin-bottom: 0;
}
.table-recruit tr td ul li {
  list-style: "• " inside;
  padding-left: 1em;
  text-indent: -1em;
}
.table-recruit .radius-tl {
  border-radius: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
  .table-recruit .radius-tl {
    border-radius: 8px 0 0 0;
  }
}
.table-recruit .radius-tr {
  border-radius: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .table-recruit .radius-tr {
    border-radius: 0 8px 0 0;
  }
}
.table-recruit .radius-bl {
  border-radius: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .table-recruit .radius-bl {
    border-radius: 0 0 0 8px;
  }
}
.table-recruit .radius-br {
  border-radius: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .table-recruit .radius-br {
    border-radius: 0 0 8px;
  }
}

#guide {
  background-color: #F7FAEF;
}
#guide .modal {
  background-color: rgba(201, 230, 159, 0.7);
}
#guide .wave-top {
  background-color: #EFF3E4;
}
#guide .illust-guide-01 {
  margin: 0 auto;
  width: 25%;
  max-width: 500px;
}
#guide .illust-guide-01 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #guide .illust-guide-01 {
    width: 60%;
    margin: 15px auto 0;
  }
}
#guide .guide-sec01 {
  padding: 50px 0 0;
  margin: 0 auto;
}
#guide .guide-sec01 h3 {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #guide .guide-sec01 {
    padding: 40px 0;
  }
}
#guide .table-gre th {
  background: #70AB61;
}
#guide .bg-color {
  background-color: #F7FAEF;
}
#guide .wave-top-keihi {
  margin-top: 30px;
  overflow: hidden;
  background-color: #fff;
}
#guide .wave-top-keihi img {
  display: flex;
  align-items: end;
  width: 100%;
}
#guide .keihi {
  margin-bottom: 0;
  padding-bottom: 104px;
}
@media print, screen and (min-width: 769px) {
  #guide .keihi p {
    text-align: center;
  }
}
#guide .keihi ul {
  justify-content: center;
  display: flex;
  gap: 1.5em;
}
@media screen and (max-width: 768px) {
  #guide .keihi ul {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
}
#guide .keihi ul li {
  width: calc(33.3% - 3em);
}
@media screen and (max-width: 768px) {
  #guide .keihi ul li {
    width: calc(100% - 4em);
  }
}
#guide .keihi ul li .pdf-btn {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 50px 3px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
  background: #D28D8A url(./assets/images/pdf.svg) no-repeat center right 20px;
  background-size: 1.2em;
  box-shadow: #c66762 0px 3px;
  transition: 0.3s;
  height: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #guide .keihi ul li .pdf-btn {
    width: 100%;
  }
}
#guide .keihi ul li .pdf-btn:hover {
  margin-top: 3px;
  background: #D28D8A url(./assets/images/pdf.svg) no-repeat center right 20px;
  background-size: 1.4em;
  box-shadow: none;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  #guide .keihi ul li .pdf-btn {
    margin-bottom: 0;
  }
}
#guide .keihi .sec-title-02 {
  margin: 0 auto 50px;
  width: -moz-fit-content;
  width: fit-content;
}

#oneday {
  background-color: #EFF6FA;
}
#oneday .fukidashi-pink, #oneday .fukidashi-gre {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #oneday .fukidashi-pink, #oneday .fukidashi-gre {
    margin-right: 40px;
  }
}
#oneday .page-flex {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  #oneday .page-flex {
    padding: 0 0 0 25px;
  }
}
#oneday .page-bg-w {
  background: #fff url(./assets/images/illust-oneday.png) no-repeat;
  background-position: bottom 10% left 15%;
  background-size: 30%;
}
@media print, screen and (max-width: 960px) {
  #oneday .page-bg-w {
    background-position: bottom 10% left 8%;
    background-size: 40%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #oneday .page-bg-w {
    padding-bottom: 80px;
    background-position: bottom 20px center;
    background-size: 40%;
    padding-bottom: 50px;
  }
}
#oneday .youji .bg-color {
  background-color: #FAF8F4;
  border-radius: 15px;
  padding: 30px 0;
}
#oneday .youji .bg-color .oneday-illust {
  position: relative;
}
#oneday .youji .bg-color .oneday-illust img {
  width: 120px;
  position: absolute;
  top: -70px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  #oneday .youji .bg-color .oneday-illust img {
    width: 80px;
    top: -60px;
    right: 10px;
  }
}
#oneday .nyuuji .bg-color {
  border-radius: 15px;
  background-color: #FAF8F4;
  padding: 30px 0;
}
#oneday .nyuuji .bg-color .oneday-illust {
  position: relative;
}
#oneday .nyuuji .bg-color .oneday-illust img {
  width: 60px;
  position: absolute;
  top: -100px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  #oneday .nyuuji .bg-color .oneday-illust img {
    width: 40px;
    top: -70px;
    right: 20px;
  }
}
#oneday .timeschedule {
  padding: 0 30px 0 60px;
  background: url(./assets/images/bg-dotted.svg) repeat-y left 0 top 2px;
  margin: 0 0 0 -4px;
}
@media screen and (max-width: 768px) {
  #oneday .timeschedule {
    padding: 0 15px 0 50px;
  }
}
#oneday .timeschedule ol {
  list-style: none;
}
#oneday .timeschedule ol .timeschedule-li {
  position: relative;
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: #B9B1A8 1px solid;
}
#oneday .timeschedule ol .timeschedule-li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#oneday .timeschedule ol .time {
  background-color: #6D615A;
  color: #fff;
  border-radius: 25vw;
  text-align: center;
  position: absolute;
  top: 0px;
  left: -95px;
  width: 75px;
  height: auto;
  margin-top: 2px;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  #oneday .timeschedule ol .time {
    width: 65px;
    left: -80px;
  }
}
#oneday .timeschedule h3 {
  font-size: 1.05rem;
}
@media screen and (max-width: 768px) {
  #oneday .timeschedule h3 {
    font-size: 0.95rem;
  }
}
#oneday .timeschedule h3 span {
  background: #FFFDDC;
}
#oneday .timeschedule ul {
  padding-left: 1em;
}
#oneday .timeschedule ul li {
  font-size: 0.9rem;
  list-style: "・";
}
@media screen and (max-width: 768px) {
  #oneday .timeschedule ul li {
    font-size: 0.85rem;
  }
}

#download {
  background-color: #eeeeee;
}
#download .download-list {
  max-width: 640px;
}
#download .download-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #70AB61;
  padding: 1em 0;
  border-bottom: #929292 1px solid;
  font-size: 1.05rem;
}
#download .download-list li:first-child {
  padding: 0 0 1em 0;
}
@media screen and (max-width: 768px) {
  #download .download-list li {
    font-size: 1rem;
  }
}
#download .download-list li a {
  background: url(./assets/images/disc.svg) no-repeat left center;
  padding-left: 1.5em;
  text-decoration: none;
  color: #70AB61;
}
#download .download-list li a span {
  transition: 1s;
  padding-bottom: 0.5em;
  position: relative;
}
#download .download-list li a span::before {
  content: attr(data);
  display: block;
}
#download .download-list li a span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  background-color: #70AB61;
  transition: width 300ms;
  width: 0;
}
#download .download-list li a span:hover::after {
  width: 100%;
  left: 0;
}
#download .download-list li .download-btn {
  display: inline-block;
  padding: 5px 35px 5px 25px;
  border-radius: 25vh;
  text-decoration: none;
  font-size: 0.75rem;
  color: #fff;
  background: #70AB61 url(./assets/images/download-w.svg) no-repeat center right 15px;
  background-size: 1em;
  transition: 0.2s;
  border: #70AB61 1px solid;
}
#download .download-list li .download-btn:hover {
  background: #fff url(./assets/images/download-gr.svg) no-repeat center right 15px;
  background-size: 1em;
  color: #70AB61;
}
@media screen and (max-width: 768px) {
  #download .download-list li .download-btn {
    font-size: 0.7rem;
    padding: 5px 35px 5px 20px;
  }
}

#kids {
  background-color: #FFF2F2;
}
#kids .wave-top {
  background-color: #F4E3E3;
}
#kids .page-bg-w {
  max-width: 100%;
}
#kids .bg-illust {
  background: url(./assets/images/illust-kids-01.png) no-repeat top 30% left 15%;
  background-size: 80px;
}
@media screen and (max-width: 768px) {
  #kids .bg-illust {
    background: url(./assets/images/illust-kids-01.png) no-repeat bottom right 5%;
    background-size: 60px;
  }
}
#kids .kids-copy {
  text-align: center;
  line-height: 1.7;
  margin: 70px auto 50px;
}
@media screen and (max-width: 768px) {
  #kids .kids-copy {
    text-align: start;
    margin: 50px auto 0;
  }
}
#kids .kids-copy p {
  margin-bottom: 0;
}
#kids .wave-top-kids {
  overflow: hidden;
  background-color: #fff;
}
#kids .wave-top-kids img {
  display: flex;
  align-items: end;
  width: 100%;
}
#kids .bg-color {
  background-color: #F4E3E3;
  max-width: 100%;
}
#kids .sakuranbo {
  margin: 0 auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #kids .sakuranbo {
    padding-bottom: 30px;
  }
}
#kids .sakuranbo-ttl, #kids .entei-ttl {
  text-align: center;
  font-size: 1.2rem;
  margin: 20px 0 40px 0;
}
#kids .sakuranbo-ttl span, #kids .entei-ttl span {
  padding: 0 0.3em;
  background: linear-gradient(transparent 50%, #fffeee 50%);
}
#kids .entei {
  margin: 0 auto;
}
#kids .entei .wrapper {
  padding: 25px 25px 70px 25px;
}
@media screen and (max-width: 768px) {
  #kids .entei .wrapper {
    padding: 0 0 50px 0;
  }
}
#kids .kids-news {
  background-color: #fff;
  border-radius: 15px;
  margin: 0 auto;
  max-width: 640px;
  padding: 20px;
  border: 1px solid #EA938F;
}
#kids .kids-news p {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #kids .kids-news {
    border-radius: 8px;
  }
}
#kids .kids-news-w {
  background-color: #fff;
  border: 1px solid #EA938F;
  border-radius: 15px;
  margin: 0 auto;
  max-width: 640px;
  padding: 20px;
}
#kids .kids-news-w p {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #kids .kids-news-w {
    border-radius: 8px;
  }
}
#kids .table-pink {
  max-width: 1080px;
  margin: 50px auto;
}
#kids .table-pink th {
  background: #D28D8A;
}
#kids .flex {
  display: flex;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #kids .flex {
    flex-wrap: wrap;
    padding: 0 12px;
  }
}
#kids .flex .flex-item {
  width: 50%;
  border-right: #B9B1A8 solid 1px;
  padding-right: 20px;
}
#kids .flex .flex-item:last-child, #kids .flex .flex-item:nth-child(2n) {
  border-right: none;
}
#kids .flex .flex-item:nth-child(2n) {
  padding-left: 20px;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  #kids .flex .flex-item:nth-child(2n) {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #kids .flex .flex-item {
    width: 100%;
    border-right: none;
    border-bottom: #B9B1A8 solid 1px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #kids .flex .flex-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  #kids .flex .flex-item:first-child {
    padding-top: 0;
  }
}
#kids .inner-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#kids .inner-flex h4 {
  font-size: 1rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #kids .inner-flex h4 {
    font-size: 0.95rem;
  }
}
#kids .inner-flex h4 span {
  padding-bottom: 0.3em;
  border-bottom: 1px solid;
}
#kids .inner-flex div {
  width: calc(50% - 10px);
}
#kids .inner-flex div:last-child {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #kids .inner-flex div {
    width: 100%;
  }
  #kids .inner-flex div:first-child {
    padding-top: 0;
  }
}
#kids .inner-flex div ul li {
  margin-left: 1em;
  font-size: 0.9rem;
  list-style: "・";
}
@media screen and (max-width: 768px) {
  #kids .inner-flex div ul li {
    font-size: 0.9rem;
  }
}

#info {
  background-color: #EAE8F0;
}
#info .info-modal .modal-trigger button.active:nth-child(1) {
  background-color: #D28D8A;
  color: #fff;
}
#info .info-modal .modal-trigger button.active:nth-child(1):hover {
  background-color: #c86a65;
}
#info .info-modal .modal-trigger button.active:nth-child(2) {
  background-color: #70AB61;
  color: #fff;
}
#info .info-modal .modal-trigger button.active:nth-child(2):hover {
  background-color: #499635;
}
#info .info-modal .modal-trigger button.active:nth-child(2):nth-child(3) {
  background-color: #8e7cc4;
  color: #fff;
}
#info .info-modal .modal-trigger button.active:nth-child(2):nth-child(3):hover {
  background-color: #7157bd;
}
#info h2 {
  margin-top: 30px;
  display: inline-block;
  text-align: center;
}
#info .modal-container {
  text-align: center;
}
#info .modal {
  background: rgba(212, 200, 232, 0.7);
}

#photo {
  background-color: #fdfce0;
}
#photo .photo-sec {
  padding: 50px 0;
  max-width: 100%;
}
#photo .photo-sec p {
  text-align: center;
  margin-bottom: 30px;
}
#photo .photo-sec .photo-list {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
}
#photo .photo-sec .photo-list li {
  width: calc(33.3% - 14px);
  height: auto;
}
#photo .photo-sec .photo-list li img {
  width: 100%;
}
.post-password-form {
  padding: 100px 0 0;
}
.post-password-form p {
  margin-bottom: 25px;
}
.post-password-form p:last-child {
  padding: 30px;
  border-radius: 30px;
  background-color: #f4f1e9;
}/*# sourceMappingURL=style.css.map */