@charset "UTF-8";

/* @font-face { font-family: 瀬戸フォント; src: url('https://cdn.leafscape.be/setofont/setofont_web.woff2')
  format("woff2"); }
*/
@font-face {
  font-family: SetoFontSP_sjis;
  src: url('../fonts/SetoFontSP_sjis.woff') format("woff");
}

svg text {
  font-family: 'SetoFontSP_sjis', sans-serif !important;
}

@media(min-width: 800px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  max-width: 1920px;
  color: #40210F;
  font-family: SetoFontSP_sjis, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  background: #fff;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
}

img, object {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration-line: none;
  color: #40210F;
}

a:hover { opacity: 0.7; }
ul { list-style: none; }

/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,h2,h3 { font-weight: bold; }

h1 { font-size: 3.2rem; }
h2 { font-size: 2.25rem; }
h3 { font-size: 1.5rem; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mb120 { margin-bottom: 120px; }
.mt40 { margin-top: 40px; }
.pb40 { padding-bottom: 40px; }
.pb60 { padding-bottom: 60px; }
.pb100 { padding-bottom: 100px; }
.pt40 { padding-top: 40px; }
.pt80 { padding-top: 80px; }
.pt100 { padding-top: 100px; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.bold { font-weight: bold; }

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1em;
}

.font24 { font-size: 24px; }
.text-64 { font-size: 64px; }
.text-red { color: #F5695F; }
.text-white { color: #FFF; }
.nowrap { white-space: nowrap; }

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

  .pc-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .pc { display: none !important; }
  .sp { display: block; }

  .pc-row {
    flex-direction: column;
    align-items: center;
  }

  .font24 { font-size: 16px; }
}

.box1440 {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 10px;
}

.box1200 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.bg-tile {
  background-image: url(../images/top-detail.png);
  width: 100%;
  height: 0;
  padding-top: calc(100 / 1920 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-size: cover;
  margin-bottom: 10px;
}

.bg-top {
  background-image: url(../images/top-detail.png);
  background-size: cover;
  width: 100%;
}

.bg-pink {
  background-image: url(../images/bg_pink.jpg);
  background-size: cover;
}

.bg-green {
  background-image: url(../images/bg_green.jpg);
  background-size: cover;
}

.bg-white {
  background-image: url(../images/bg_white.jpg);
  background-size: cover;
}

.logo-tel-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

.logo-tel-area object {
  width: 50vw;
  max-width: 610px;
}

/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
@media screen and (min-width: 981px) {

  /* PC時はMENUボタンを非表示 */
  #open,
  #close {
    display: none !important;
  }

  #navi {
    display: block !important;
  }
}

nav ul {
  font-size: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav01 {
  background: url(../images/nav_top.png) no-repeat left center;
}

.nav02 {
  background: url(../images/nav_about.png) no-repeat left center;
}

.nav03 {
  background: url(../images/nav_year.png) no-repeat left center;
}

.nav04 {
  background: url(../images/nav_day.png) no-repeat left center;
}

.nav05 {
  background: url(../images/nav_contact.png) no-repeat left center;
}

.nav01,
.nav02,
.nav03,
.nav04,
.nav05 {
  padding-left: 68px;
  margin-bottom: 10px;
  white-space: nowrap;
  background-size: auto 55px;
}

nav a {
  display: block;
  padding: 10px 0;
}

nav a:hover {
  color: #F5695F;
}

@media screen and (max-width: 980px) {
  .bg-tile {
    display: none;
  }

  .logo-tel-area {
    padding: 1em 0;
  }

  .menu {
    background-color: #fff;
    bottom: 0;
  }

  nav ul {
    font-size: 16px;
    flex-direction: column;
    padding: 20px;
  }

  nav li {
    padding: 10px 0 10px 2rem;
    border-bottom: 1px dotted #D6D6D6;
    margin-bottom: 0;
  }

  nav li a {
    text-align: left;
  }

  nav a {
    padding: 1rem;
  }

  .nav01,
  .nav02,
  .nav03,
  .nav04,
  .nav05 {
    padding-left: 55px;
    margin-bottom: 0px;
    background-size: auto 50px;
  }

  /* スマホ時はMENUボタンを表示 */
  #open,
  #close {
    display: block;
    position: relative;
    text-align: right;
  }

  #open img,
  #close img {
    position: relative;
    top: 5px;
    right: 5px;
    width: 10%;
    filter: drop-shadow(5px 5px 2px rgb(214, 214, 214));
  }

  /* スマホ時はメニューを非表示 */
  #navi {
    display: none;
  }
}

.top-view {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(800 / 1070 * 100%);
  background: url(../images/top/top_img.jpg) center center / cover no-repeat;
}

.topview-text {
  position: absolute;
  top: 15%;
  left: 60%;
  transform: translateX(-50%);
  width: 70%;
  max-width: 1000px;
}

.topview-name {
  position: absolute;
  top: 55%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 700px;
}

.owl-greeting {
  position: relative;
  top: 20px;
}

.goals-area {
  background-image: url(../images/top/bg_goals.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  /* width: 100%; */
  padding: clamp(2em,8vw,5em);
  max-width: 840px;
  margin: 60px auto 100px;
  display: inline-block;
  text-align: center;
}

.policy-area p {
  display: inline-block;
  text-align: left;
}

.policy-area ul,
.goals-area ul {
  display: inline-block;
  text-align: left;
}

.policy-area ul li,
.goals-area ul li {
  line-height: 1.8;
  font-size: clamp(16px, 3vw, 20px);
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.policy-area ul li::before,
.goals-area ul li::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1em;
  margin-right: 5px;
}

.policy-area ul li:nth-child(odd)::before,
.goals-area ul li:nth-child(odd)::before {
  background: url(../images/leaf01.png) no-repeat center center / contain;
}

.policy-area ul li:nth-child(even)::before,
.goals-area ul li:nth-child(even)::before {
  background: url(../images/leaf02.png) no-repeat center center / contain;
}


.news {
  align-items: flex-end;
}

.news-area {
  width: 100%;
  background-color: #FAF4E9;
  border-radius: 10px;
  box-shadow: 10px 10px 5px 0 rgb(214, 214, 214);
  padding: 1rem;
}

.news-area iframe {
  height: 320px;
}

.bg-wara {
  max-width: 900px;
  background-color: #fff;
  margin: -1% auto;
  padding: 2em;
}

.wara-txt {
  text-align: left;
  display: inline-block;
  padding: 1em 2em;
  font-size: 18px;
}

.bg-wara a img {
  width: 20em;
}

.opening-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 100px;
  gap: 2em;
}

.opening-board {
  /* flex: 1 1 40%; */
}

.opening-img {
  position: relative;
  flex: 1 1 60%;
}

.open-item1 {
  position: absolute;
  bottom: 2%;
  left: 0;
  z-index: 2;
  width: 70%;
}

.open-item2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: right;
  width: 51%;
}

.open-item3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  text-align: right;
}

.open-item1 img,
.open-item2 img {
  width: 100%;
}

.bnr_area :not(:last-child) {
  margin-right: 1rem;
}

.top-routes p {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  margin: 20px auto 40px;
}

.contact-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: clamp(1em, 2vw, 4em);
}

.contact-l p.information::before {
  content: "";
  background: url(../images/leaf01.png) no-repeat center center / contain;
  display: inline-block;
  width: 1.1em;
  height: 1em;
  margin-right: 5px;
}

.contact-info p.text-red {
  text-indent: -1em;
  padding-left: 3.1em;
}

.contact-m {
  padding: 2em 0 0;
}

.information {
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: 10px;
  display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 8%;
  height: auto;
  z-index: 999;
}

#pagetop img {
  width: 100%;
}

#pagetop a:hover {
  opacity: 1;
}

@media (max-width: 1280px) {
  .opening-img .open-item3 img {
    width: 80%;
  }
}

@media (max-width: 980px) {
  .opening-img .open-item3 img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 16px;
  }

  .row {
    flex-direction: column;
    align-items: center;
  }

  #open img,
  #close img {
    width: 15%;
  }

  #pagetop {
    width: 20%;
  }

  .topview-text {
    top: 50%;
    left: 53%;
    width: 85%;
    max-width: 500px;
}

  .topview-name {
    position: absolute;
    top: 80%;
    left: 53%;
    width: 65%;
    max-width: 400px;
  }
  

  .news-area iframe {
    height: 240px;
  }

  .bg-wara {
    max-width: 600px;
  }

  .wara-txt {
    padding: 2em 0;
    font-size: 16px;
  }

  .bg-wara {
    padding: 1em;
    margin-top: -3%;
  }

  .bg-wara a img {
    width: 15em;
  }

  .opening-area {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .opening-img img {
    width: 80%;
  }

  .open-item1 {
    position: relative;
    width: 100%;
    left: 2%;
  }

  .open-item2 {
    position: relative;
    top: -40px;
  }

  .open-item3 {
    width: 50%;
    position: relative;
    top: -40px;
    text-align: center;
    margin: 0 0 0 auto;
  }

  .opening-img .open-item3 img {
    width: 100%;
  }

  .bnr_area a img {
    margin-bottom: 1rem;
    width: 70vw;
  }

  .top-routes p {
    font-size: 16px;
    margin: 5px auto 20px;
  }

  .contact-info {
    flex-direction: column;
    align-items: center;
  }

  .contact-l {
    /* width: 90%; */
    margin: 0;
  }

  .contact-r {
    width: 90%;
    padding-left: 0;
    margin: 1rem 2rem;
  }

  .contact-r a img {
    display: block;
    margin: 0 auto;
  }

  .contact-address {
    display: inline-block;
  }

  .margin-r {
    margin: 0 auto;
    text-align: center;
  }
}

/**************************************************
          footer
**************************************************/
footer .box1440 {
  position: relative;
}

.footer-mailto {
  position: absolute;
  top: -45px;
  right: 5px;
}

.footer-mailto a img {
  width: 60%;
}

.logo-address {
  display: flex;
  flex-direction: column;
  flex: 0 1 45%;
  width: 100%;
}

.footer-information {
  display: inline-block;
  margin: 0 auto;
  text-align: right;
}

.footer-information .footer-address {
  display: inline-block;
  font-size: clamp(18px, 3.5vw, 31px);
  text-align: justify;
  white-space: nowrap;
}

.footer-information .footer-tel,
.footer-information .footer-fax {
  display: inline-block;
  text-align: right;
  font-size: clamp(18px, 3.5vw, 24px);
}

.footer-information .footer-tel::before,
.footer-information .footer-fax::before {
  content: "";
  display: inline-block;
  background: url(../images/tel_icon.png) no-repeat center / contain;
  width: 1em;
  height: 1em;
}

.footer-information .footer-fax::before {
  background: url(../images/fax_icon.png) no-repeat center / contain;
}

.map-area {
  flex: 0 1 48%;
  margin-left: 1rem;
  width: 100%;
}

.map-area iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-img {
  position: relative;
  top: 15px;
}

.row.footer-group {
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
  max-width: 610px;
  margin: 0 auto;
}

.row.footer-group>div:first-of-type {
  display: flex;
  justify-content: center;
  width: 100%;
  /*text-align: center; */
}

.row.footer-group>a {
  width: 48%;
}

.footer-group a img {
  /*  border: 1px solid #e0e0e0; */
  display: block;
}

.row.footer-group>div:first-of-type a:not(:last-of-type) {
  position: relative;
}

.row.footer-group>div:first-of-type a:not(:last-of-type)::after {
  content: "";
  width: 2px;
  height: 60%;
  background-color: #40210f;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.copyright {
  font-size: 0.9em;
  font-weight: bold;
  padding: 14px 0 15px;
  background-image: url(../images/copyright_bg.png);
}

@media (max-width: 768px) {
  .footer-mailto {
    position: absolute;
    top: -60px;
    right: 5px;
  }

  .footer-mailto a img {
    width: 80%;
  }

  .map-area {
    margin: 40px 0;
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .row.footer-group>div:first-of-type {
    flex-direction: column;
    align-items: center;
  }

  .row.footer-group>div:first-of-type a:not(:last-of-type)::after {
    width: 70%;
    height: 2px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }

  .row.footer-group>a {
    width: auto;
  }
}

/*                    */
/*   当園についてページ   */
/*                    */
.page-ttl {
  padding: 4rem 0 0.5rem;
  text-align: center;
  background-image: linear-gradient(to right, #5ca48e, #5ca48e 3px, transparent 3px, transparent 9px);
  /* 幅2の線を作る */
  background-size: 9px 3px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
}

.little_ttl {
  text-align: center;
  padding: 80px 0 40px;
}

.about_fukidashi {
  padding-top: 80px;
  margin-bottom: 40px;
}

.about_top_textarea {
  margin: 0 auto;
  max-width: 800px;
}

.about_top_textarea p {
  display: inline-block;
  text-align: left;
  font-size: 24px;
}

.overview-area table tr {
  border-bottom: 1px dashed #40210F;
}

.overview-area table,
.content-area table {
  flex: 1 1 55%;
  background-color: #fff;
  font-size: clamp(18px,2vw,24px);
  padding: 0 2rem 1rem;
  border: 2px solid #96ca7b;
  border-radius: 5px;
}

.overview-area th,
.overview-area td,
.content-area th,
.content-area td {
  text-align: left;
  border-bottom: 1px dashed #40210F;
  padding: 1rem 1rem;
  white-space: nowrap;
}

.overview-area tr:last-of-type th,
.overview-area tr:last-of-type td,
.content-area tr:last-of-type th,
.content-area tr:last-of-type td {
  border: none;
}

.table-tel::before {
  margin-right: 5px;
  content: url(../images/tel_icon.png);
}

.table-fax::before {
  margin-right: 5px;
  content: url(../images/fax_icon.png);
}

.overview-imgarea {
  position: relative;
  flex: 1 1 40%;
  /* padding-left: 1rem; */
}

.overview-img01 {
  position: absolute;
  left: 0;
  top: 0;
}

.overview-img02 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.content-imgarea {
  position: relative;
  flex: 0 1 40%;
  padding-left: 1rem;
}

.content-img01 {
  position: absolute;
  left: 0;
  top: 0;
}

.content-img02 {
  position: absolute;
  right: -20px;
  bottom: -20px;
}

.about-map-text {
  font-size: 24px;
  margin-bottom: 2rem;
  white-space: nowrap;
}

.about-map-text::before {
  margin-right: 5px;
  content: url(../images/leaf01.png);
}

.map-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.room1f,
.room2f {
  width: 98%;
  text-align: center;
}

.f-ttl {
text-align: left;
}

@media (max-width: 768px) {
  .page-ttl {
    padding: 0;
  }

  .sp70 {
    width: 70%;
  }

  .little_ttl {
    padding: 2rem 0 1rem;
  }

  .little_ttl img {
    width: 80%;
  }

  .about_fukidashi {
    padding-top: 2rem;
    margin-bottom: 1.5rem;
  }

  .about_top_textarea p {
    font-size: 16px;
  }

  .overview-area table,
  .content-area table {
    width: 90%;
    font-size: 16px;
    padding: 0 0.5rem 1rem;
  }

  .overview-area th,
  .overview-area td,
  .content-area th,
  .content-area td {
    width: 100%;
    display: block;
    white-space: normal;
  }

  .overview-area th,
  .content-area th {
    border-bottom: none;
    padding: 0.5rem 1rem;
  }

  .overview-area td,
  .content-area td {
    padding: 0 1rem 0.5rem;
  }

  .overview-imgarea {
    width: 80%;
    padding-top: 40px;
  }

  .overview-img01 {
    position: relative;
    left: 4px;
    top: 0;
  }

  .overview-img02 {
    position: relative;
    right: 0;
    top: -40px;
    text-align: right;
  }

  .content-imgarea {
    width: 100%;
    order: 2;
    padding: 1rem 0;
  }

  .content-img01 {
    position: relative;
    left: 4px;
    top: 0;
  }

  .content-img02 {
    position: relative;
    right: 0;
    top: -84px;
    text-align: right;
  }

  .about-map-text {
    font-size: 16px;
  }
}

/*                       */
/*     園での生活ページ     */
/*                       */
.time-text {
  font-size: 24px;
  padding: 1rem 0 5rem 1rem;
}

.year-event {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
}

#life-body .lum-lightbox {
  background: #f8e6e6d4;
}

#life-body .lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #40210F;
  /* max-width: 700px; */
  text-align: center;
  font-size: 1.1em;
}

.monthly-fukidashi-area {
  align-items: center;
  gap: 2em;
  margin-top: 40px;
}

.year-fukidashi {
  padding-right: 4rem;
}

.year-text {
  text-align: right;
  padding-bottom: 140px;
  padding-right: 4rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .year-event {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }

  .monthly-fukidashi-area>div {
    width: 80%;
  }

  .monthly-fukidashi-area .row {
    flex-direction: row;
  }
}