@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");
}


@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 {
  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;
}

.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/tile.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/tile.png);
  background-size: cover;
  width: 100%;
}


.bg-pink {
  background-image: url(../images/bg_pink.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;
}

/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
@media screen and (min-width: 1201px){
  /* 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: 1200px){
  .bg-tile {
    display: none;
  }
  
  .logo-tel-area {
    padding: 2rem 1rem 1rem;
  }
  
  .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 / 1920 * 100%);
  background: url(../images/top/top_img.jpg) center center / cover no-repeat;
}
.topview-text {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.owl-greeting {
  position: relative;
  top: 20px;
}

.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: space-between;
  margin-bottom: 100px;
}
.opening-board {
  flex: 0 1 42%;
}
.opening-img { 
  position: relative;
  flex: 0 1 54%;
}
.open-item1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.open-item2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: right;
}
.open-item3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  text-align: right;
}

.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;
}

.contact-l {
  flex-basis: 40%;
  padding-top: 5px;
}

.contact-r a img {
  padding: 1rem 0;
}

.contact-m{
  padding: 5px 2rem 0;

}

.contact-r {
  flex-basis: 40%;
  padding-left: 2rem;
}

.information{
font-size: 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 img {
    width: 80%;
  }
}

@media (max-width: 980px) {
  .opening-img 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: 16%;
  }

  .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;
  }
  .open-item2 {
    position: relative;
    top: -40px;
  }
  .open-item3 {
    width: 80%;
    position: relative;
    top: -40px;
    text-align: center;
    margin: 0 auto;
  }

  .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%;
}

.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: 560px) {
	.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;
}
.about_top_textarea p {
  display: inline-block;
  text-align: left;
  font-size: 24px;
}

.overview-area table, .content-area table {
  flex: 0 1 55%;
  background-color: #fff;
  font-size: 24px;
  padding: 0 2rem 1rem;
  border: 1px solid #ED8C8C;
}

.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;
}
.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: 0 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: -25px;
  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: row;
  justify-content: space-between;
}

.room1f, .room2f {
  flex: 0 1 50%;
}
.f-ttl {
  position: relative;
  left: 19%;
  display: inline-block;
}


@media (max-width: 980px) {
  .map-row { 
    flex-direction: column;
    padding-right: 2rem;
  }
  .room1f {
    margin-bottom: 2rem;
  }
}

@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: 100%;
    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;
  }
  
}

