﻿@charset "utf-8";
/* CSS Document */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
/* ここからがリセットスタイルシートになります。
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/*フォーカスとは、ブラウザの画面上でマウスをクリックし、入力状態にあるまでの動作を指します*/
:focus {
  /* remember to define focus styles! */
  outline: 0;
}

body {
  /*行の高さをフォントサイズと同じにしています*/
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  /* 隣接するセルのボーダーを結合し、間隔を0に指定しています */
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  /*captionとはテーブル（表）にキャプションをつける。キャプションとは、主に図版や写真について説明のために付け加えられた文字情報のことである。*/
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  /*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
  content: "";
}

blockquote,
q {
  /*引用符の表示が出ないようにしています*/
  quotes: "" "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  /*html5の新しいタグをブロック要素として表示される。*/
  display: block;
}

/* reset.cssに下記を追加 */
header,
footer,
main,
nav,
article,
aside,
section {
  display: block;
}

/* ここまでがリセットスタイルシートになります。
-------------------------------------------------------------- */
body,
td,
th {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wf-roundedmplus1c {
  font-family: "Rounded Mplus 1c";
}

html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  background-image: url(images/bg_main.png);
}

body {
  background-image: url(images/bg_header_l.png), url(images/bg_header_r.png), url(images/bg_main.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top left, top right, center;
  background-size: 15%, 15%, auto;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

a {
  font-weight: bold;
  text-transform: none;
  color: #09C;
}

a:hover {
  color: #F60;
  text-decoration: underline;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  padding: .5em;
  font-size: .9em;
  color: #867164;
  text-align: center;
}


/*=======================================================*/
/*　　　　　　　　　header                               */
/*=======================================================*/

header {
  box-sizing: border-box;
  width: 100%;
  margin: 0px;



}

.header_copy {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.header_copy img {
  max-width: 100%;
  height: auto;
}


.header_box {
  width: min(100% - 2em, 1200px);
  margin-inline: auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 15px;
  margin-bottom: 20px;

}

.logo {
  width: 35%;
  box-sizing: border-box;
  padding-right: 10px;
}

.logo img {
  max-width: 100%;
  height: auto;
}

nav {
  width: 65%;
  box-sizing: border-box;

}

/*=======================================================*/
/*　　　　　　　　 footer                                */
/*=======================================================*/

footer {
  width: 100%;
  line-height: 150px;
  text-align: center;
  background-image: url(images/footer.png);
  background-position: top center;
  background-repeat: no-repeat;
  color: #01757E;
  font-family: "RocknRoll One", sans-serif;

}


/*===============================================*/
/*   全体的なデザインのタブレット・スマホ設定    */
/*===============================================*/


@media screen and (max-width:1200px) {
  body {
    background-image: url(images/bg_main.png);
    background-repeat: repeat;
    background-size: auto;

  }

}

@media screen and (max-width:768px) {
  .logo {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
    text-align: center;
  }

  .header_copy {
    padding-top: 30px;
  }

  footer {
    width: 100%;
    line-height: 150px;
    text-align: center;
    background-image: url(images/footer_s.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    color: #01757E;
    font-family: "RocknRoll One", sans-serif;

  }
}

@media screen and (max-width:480px) {

  body {
    font-size: 18px;
  }

  #footer {}


}

/*=======================================================*/
/*　　　　　　　　　ナビゲーション                       */
/*=======================================================*/

nav {}

nav ul {
  width: min(100% - 2em, 1400px);
  margin-inline: auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
}

nav ul li {
  width: calc(100% / 5 - 0px);
  height: auto;
  display: block;
  text-align: center;
  align-self: center;
  box-sizing: border-box;
}

nav ul li img {
  max-width: 100%;
  height: auto;
}

#navi1 {}

#navi1 ul li {
  border-left: #B0A099 dashed 1px;
}

#navi1 ul li:last-child {
  border-right: #B0A099 dashed 1px;
}

/*ナビボタン*のアニメーション*/

nav a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/*===============================================*/
/*   ナビゲーションのタブレット・スマホ設定    */
/*===============================================*/


@media screen and (max-width:768px) {
  nav ul li {
    width: calc(100% / 3 - 10px);
    width: -webkit-calc(100% / 3 - 10px);
  }
}

@media screen and (max-width:480px) {
  nav ul li {
    width: calc(100% / 2 - 10px);
    width: -webkit-calc(100% / 2 - 10px);
  }
}


/*-----------------------------------*/
/*　　　     SP用ナビ　　 　　　  　 */
/*-----------------------------------*/

/*=======================================================================*/

#sp_navi {
  display: none;
  z-index: 9999;
}

/* ++++ トグルボタン ++++ */

#navTgl {
  display: none;
}

label {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
}

.open {
  z-index: 9998;
  box-sizing: border-box;
  width: 60px;
  height: 50px;
  transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
  box-sizing: border-box;
  background-color: #0099CC;
  /*トグルカラー*/
  border-radius: 0px;

}

.open::before,
.open::after {
  content: "";
}

.open span,
.open::before,
.open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid white;
  /*トグルボタンのサイズとカラー*/
  transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}

.open::before {
  transform: translateY(-8px);
}

.open::after {
  transform: translateY(8px);
}

.close {
  z-index: 9997;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .5s;
}

.active+.open span {
  transform: scaleX(0);
}

.active+.open::before {
  transform: rotate(45deg);
}

.active+.open::after {
  transform: rotate(-45deg);
}

.active~.close {
  background-color: rgba(255, 255, 255, 0.9);
  /*背景色*/
}

/* ++++ ドロワーメニュー ++++ */
.menu {
  z-index: 9997;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 6% 6% 6%;
  margin: 0;
  box-sizing: border-box;
  transform: translateX(-100%);
  transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
}

.active~.menu {
  transform: none;
}

@media screen and (max-width:768px) {

  /*TB SP ナビゲーション*/
  #sp_navi {
    display: block;
    width: 100%;
  }

  .pc_nav {
    display: none;
    width: 100%;
    float: none;
  }
}

/**=======================================================**/



/*=======================================================*/
/*　　　　　　　　　TOPに戻る                            */
/*=======================================================*/

/*jquery トップに戻る　*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 100;
}

#page-top img {
  max-width: 100%;
  height: auto;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 70px;
  text-align: center;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}


/*=======================================================*/
/*　　　　　　　　　全ページ共通                         */
/*=======================================================*/

/*mainとboxエリア*/

main {
  height: 100%;
  min-height: 80vh;
  /*最小の高さ*/
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.txt_box {
  /*width: 90%;*/
  margin-inline: auto;
  line-height: 135%;
  color: #663300;
}

.box {
  /*width: 90%;*/
  margin-inline: auto;
}

/*リンクのホバー*/
/*
a:hover {
	opacity: 0.6;
}
*/


/*-------------見出し-----------------*/


h2 {
  box-sizing: border-box;
  width: min(100% - 2em, 800px);
  padding: 1em;
  padding-bottom: 50px;
  margin: 1em auto 1em auto;
  font-size: 1.8em;
  color: #3FAD92;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  background-image: url(images/h2_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 900;
}




/*----PDFリンク----*/
.pdf {
  width: min(100% - 2em, 800px);
  margin-inline: auto;
  box-sizing: border-box;
}

.pdf li {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
  background-color: #E0EAF1;
  border-radius: 15px;
  padding: 0.5em 1em 0.5em 1em;
}

.pdf li a {
  text-decoration: none;
  display: block;
  color: #009966;
  width: 100%;
  padding: 0.5em 2em 0.5em 2em;
  box-sizing: border-box;
  border-radius: 15px;

}

.pdf li ::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15b";
  margin-right: 1em;
  color: #98D1E4
}

/* マウスオーバー時 */
.pdf li:hover {
  color: #0066CC;
  background-color: #CFEFDF;
  cursor: pointer;
}



/*-------テキストの修飾-----------------*/


.txt_r {
  text-align: right;
}

.txt_l {
  text-align: left;
}


/*--------リンクエリアの設定（エリア全体をリンク）-------------*/

.link-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.link-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  h2 {
    box-sizing: border-box;
    width: min(100% - 2em, 800px);
    padding: 1em;
    padding-bottom: 50px;
    margin: 1em auto 1em auto;
    font-size: 1.3em;
    color: #3FAD92;
    letter-spacing: 0em;
    display: block;
    text-align: center;
    background-image: url(images/h2_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    font-weight: 900;
  }


}

@media screen and (max-width: 480px) {

  .pdf li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
    background-color: #E0EAF1;
    border-radius: 7px;
    padding: 0.5em 0.5em 0.5em 0.5em;
  }

  .pdf li a {
    text-decoration: none;
    display: block;
    color: #009966;
    width: 100%;
    padding: 0.5em 0.5em 0.5em 0.5em;
    box-sizing: border-box;
    border-radius: 7px;

  }


}



/*--------------リスト----------------*/
.liststyle ul {
  padding-top: 1em;
  box-sizing: border-box;
  padding-left: 1.5em;
}

.liststyle ul li {
  /*display: flex;
	align-items: baseline;
	justify-content:left;*/
  margin-bottom: .5em;
  text-indent: -1.3em;
  line-height: 135%;
}

.liststyle ul li:before {
  content: "\f621";
  /*アイコン番号*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #FBA6BB;
  /*色*/
}


/* olのスタイル */
.liststyle ol {
  padding-top: 1em;
  margin-bottom: 1em;
  list-style: none;
  /* デフォルトの数字を非表示に */
  counter-reset: li;
  box-sizing: border-box;
}

/* ol内のliのスタイル */
.liststyle ol li {
  position: relative;
  font-size: 16px;
  padding-left: 1.5em;
  line-height: 1.5;
}

/* 2つ目以降のliにmargin-topを指定 */
.liststyle ol li:not(:first-child) {
  margin-top: 0.5em;
}

/* 数字のスタイル */
.liststyle ol li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 2px;
  /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #72B766;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

/*テーブル*/
.liststyle table {
  border-collapse: separate;
  border-spacing: 3px;
  margin-bottom: 1em;
  margin-top: 1em;
}

.liststyle table th {
  background-color: #DEF1F3;
  padding: 10px;
  color: #006699;
  font-weight: bold;
}

.liststyle table td {
  background-color: #F3F1EF;
  padding: 10px;
}


/*=====================================================*/
/*   リストテーブルデザインのタブレット・スマホ設定    */
/*=====================================================*/


@media only screen and (max-width: 480px) {

  .liststyle table {
    width: 100%;
    box-sizing: border-box;
  }

  .liststyle table th,
  .liststyle table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }



}



/*=======================================================*/
/*　　　　　　レスポンシブテーブル                       */
/*=======================================================*/



.re_table {
  /*border-collapse: collapse;*/
  /*隣接するポーターラインを重ねる*/
}

.re_table th,
.re_table td {
  /*border: 1px solid #999999;
	padding: 8px;*/
}

.re_table th {
  text-align: left;
}

@media only screen and (max-width: 768px) {

  .re_table tr,
  .re_table th,
  .re_table td {
    display: block;
    width: auto;
  }

  .re_table tr:first-child {
    /*border-top: 1px solid #999999;*/
  }

  .re_table th,
  .re_table td {
    /*border-top: none;*/
  }
}

/*レスポンシブテーブルここまで*/





/*=======================================================*/
/*　　　　　　　　　写真の表示　　                       */
/*=======================================================*/


/*アルバム　横3枚*/
.album3 {
  width: min(100% - 2em, 1200px);
  margin: 0 auto 2em auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.album3 li {
  width: calc(100% / 3 - 10px);
  margin-bottom: 1em;
  text-align: center;
  box-sizing: border-box;

}

.album3 li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
  margin-bottom: 10px;
  border-radius: 10px;

}

.album3 li p {
  font-size;
  0.8em;
  color: blue;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px 5px 10px;
  text-align: center;
}




/*アルバム　横2枚*/
.album2 {
  width: min(100% - 2em, 1000px);
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}

.album2 li {
  width: calc(100% / 2 - 10px);
  margin-bottom: 1em;
  text-align: center;
}

.album2 li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 400px;
  margin-bottom: 10px;
  border-radius: .5em;

}

.album2 li p {
  font-size;
  0.8em;
  color: blue;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px 5px 10px;
  text-align: center;
}


/*写真の表示タブレット以下*/

@media screen and (max-width:768px) {
  .album3 li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 1em;
  }
}

@media screen and (max-width:480px) {
  .album2 li {
    box-sizing: border-box;
    width: 100%;
    height: autot;
    padding: 10px;
    margin-bottom: 1em;
  }

  .album3 li {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 1em;
  }
}

/*写真の表示ここまで*/



/*=======================================================*/
/*　　　　　　　　　Flex-box                             */
/*=======================================================*/


/*左右の端による配置 ※左右いっぱいにしたいときはこちら*/
.flexboxb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

/*均等割り付け*/
.flexboxa {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}

/*中のbox*/
.inbox2 {
  width: calc(100% / 2 - 10px);
  margin-bottom: 10px;
}

.inbox3 {
  width: calc(100% / 3 - 10px);
  margin-bottom: 10px;
}

.inbox4 {
  width: calc(100% / 4 - 10px);
  margin-bottom: 10px;
}


/*共通Flexboxのタブレット以下設定*/

@media screen and (max-width:768px) {
  .inbox2 {
    width: 100%;
  }

  .inbox3 {
    width: calc(100% / 2 - 10px);
  }

  .inbox4 {
    width: calc(100% / 2 - 10px);
  }
}

@media screen and (max-width:480px) {
  .inboxy {
    width: 100%;
  }

  .inbox3 {
    width: 100%;
  }

  .inbox4 {
    width: 100%;
  }
}




/*=======================================================
　　　　　　　　PCスマホ表示の切り替

 　　　　　　 .pc　.sp　タブレット以下切り替え
 
 　　　　　　 .pc2 .sp2　スマホ以下で切り替え          
       
=======================================================*/




/*-- PC版表示CSS   --*/


.pc,
.pc2 {
  display: block;
}

.sp,
.sp2 {
  display: none;
}


/*-- スマホ版表示CSS  --*/


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

  .sp {
    display: block;
  }

  .sp2 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .pc2 {
    display: none;
  }

  .sp2 {
    display: block;
  }

}



/*=========================================================================================================================================================*/

/*----------------ここより下各ページ---------------------------*/

/*=========================================================================================================================================================*/
.contents {
  width: min(100% - 2em, 1200px);
  margin-inline: auto;
}

.imgbox img {
  max-width: 100%;
  height: auto;
}




/*---------------------------------------------- 

　　　　TOPページ index.html

------------------------------------------------*/


/*------------slickの設定-----------*/

.slick01 .slick-slide {
  /*width: 600px;
  height: 400px;
  margin: 0 40px;*/
  position: relative;
  overflow: hidden;
}

.slick01.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick01 .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #F99;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slick01 .slick-arrow::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
}

.slick01 .slick-next {
  right: 20%;
}

.slick01 .slick-prev {
  left: 20%;
}

.slick01 .slick-next::before {
  left: 10px;
}

.slick01 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 10px;
}

.dots01 .slick-dots {
  text-align: center;
}

.dots01 .slick-dots li {
  display: inline-block;
}

.dots01 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #FFD9EC;
}

.dots01 .slick-dots .slick-active button {
  background-color: #FF99CC;
}

/*-----スライドショー-----*/

#ss {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  width: 100%;
  position: relative;
}

#ss ul {}

#ss li img {
  width: 100%;
  height: auto;
  max-height: 40vw;
  /*写真の大きさが揃うように高さを調整する*/
  object-fit: cover;
}

.slide_illust {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  pointer-events: none;
  height: 30px;
  background-image: url(images/bg_sstop.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}

.slide_illust2 {
  width: 20%;
  position: absolute;
  left: 5%;
  z-index: 99;
  pointer-events: none;
  bottom: -5px;
  text-align: left;
}

.slide_illust3 {
  width: 20%;
  position: absolute;
  right: 5%;
  z-index: 99;
  pointer-events: none;
  bottom: -5px;
  text-align: right;
}

.slide_illust4 {
  max-width: 50%;
  position: absolute;
  top: 10%;
  right: 5%;
  text-align: left;

}

.slide_illust2 img,
.slide_illust3 img,
.slide_illust4 img {
  max-width: 100%;
  height: auto;
}

.zoom-slick {
  width: 100%;
  margin: 15px auto;
  position: relative;
  overflow: hidden;
}

.add-anime {
  animation: zoom-anime 10s linear 0s normal both;
}

@keyframes zoom-anime {
  0% {
    transform: scale(1.2);
  }

  70% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}


/*----/スライドショーここまで----*/

/*-----更新情報-----*/
#news {
  margin-bottom: 3em;
  background-image: url(images/bg_hana1.png), url(images/bg_hana2.png);
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
}


#news .contents {
  width: min(100% - 2em, 800px);
  padding: 60px 10px 10px 10px;
  box-sizing: border-box;
  background-image: url(images/new_top.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #FFDBE3;

}

#news .box {
  width: 100%;
  box-sizing: border-box;
  background-image: url(images/bg_new.png);
  border-radius: 30px;
  padding: 10px;


}

#news .box h3 {
  text-align: center;
  margin-bottom: 2em;
}

#news .box h3 img {
  max-width: 100%;
  height: auto;
}

.news_content {
  box-sizing: border-box;
  width: 90%;
  margin-inline: auto;
  color: #594B46;
  font-size: 0.9em;
}

.news_content time {
  color: #009966;
  padding-right: 1em;
}

.news_content li {
  box-sizing: border-box;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #C5AFA3;
  line-height: 135%;
}

.news_content li a {
  color: #006699;
}

.news_content li time a {
  text-decoration: none;
}

/*-----基本情報-----*/
#kihon {
  margin-bottom: 3em;
}

#kihon .contents {}

#kihon .add {
  width: 40%;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  padding-top: 2em;

}

.entitle1 {
  font-size: 1.2em;
  color: #826762;
  margin-bottom: .5em;
  font-weight: 900;
}

.entitle2 {
  font-size: 2em;
  font-weight: 900;
  color: #3AC579;
  margin-bottom: .5em
}

.en_add {
  line-height: 150%;
  color: #6C6259;
  margin-bottom: 2em;
}

#kihon .add .imgbox {}



#kihon .map {
  width: 60%;
  box-sizing: border-box;
  padding: 1em;
}

.map img {
  max-width: 100%;
  height: auto;


}

/*----Googleマップ----*/

#googlemap iframe {
  width: 100%;
  height: 450px
}

#googlemap {
  margin-bottom: 5em;

}

/*----概要----*/

#gaiyo {}

#gaiyo table {
  box-sizing: border-box;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.3em;
}

#gaiyo .re_table tr {
  background-image: url(images/bg_sen_bottom.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}

#gaiyo .re_table th {
  white-space: nowrap;
  padding-right: 1em;
  color: #006699;
  font-weight: bold;
  padding-top: 1em;
}

#gaiyo .re_table td {
  padding-top: 1em;
  padding-bottom: 1.5em;
}

#gaiyo table h3 {
  color: #2C8F9A;
}

/*=====================================================*/
/*   トップページ　デザインのタブレット・スマホ設定    */
/*=====================================================*/


@media screen and (max-width:768px) {

  /*======================================
           sp-スライドショー
======================================*/
  #ss {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
  }

  #ss .slider img {
    border-radius: 1em;
    height: auto;
    width: 90%;
  }

  #ss li img {
    width: 100%;
    height: auto;
    max-height: 60vw;
    /*写真の大きさが揃うように高さを調整する*/
    object-fit: cover;
  }


  .slide_illust {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    pointer-events: none;
    height: 18px;
    background-image: url(images/bg_sstop_s.png);
    background-repeat: repeat-x;
    background-position: bottom center;
  }

  /*更新情報*/

  #news {
    margin-bottom: 3em;
    background-image: none, none;
  }

  /*基本情報*/
  #kihon .add,
  #kihon .map {
    width: 100%;
  }

  .en_add {
    margin-bottom: 0em;
  }

}

@media screen and (max-width:480px) {

  .slide_illust4 {
    max-width: 80%;
    position: absolute;
    top: 10%;
    right: 5%;
    text-align: left;

  }


  #news {
    padding-top: 50px;
  }

  #kihon .map {
    padding: 0em;
  }

}


/*-------------------------------------------


　　　　こんな園です　about.html

--------------------------------------------*/

#about {
  background-image: url(images/bg_hana1.png), url(images/bg_hana2.png), url(images/bg_hana3.png), url(images/bg_hana4.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 10% left, top 30% right, top 60% left, top 80% right;
}

#about .contents {
  width: min(100% - 2em, 900px);
  margin-inline: auto;
  line-height: 135%;
  color: #663300;
  font-family: "Kosugi Maru", sans-serif;
  margin-bottom: 2em;

}


.about {}


#about .about .photo_box {
  width: min(100% - 2em, 1000px);
  margin-inline: auto;
}

.rinen .contents {
  text-align: center;
  font-size: 1.2em;

}


.moku {}

.moku .inbox3 {
  box-sizing: border-box;
  padding: 1em;
  border-radius: 20px;
  text-align: center;
  font-size: 1.1em;
  font-family: "Mochiy Pop One", sans-serif;
  line-height: 200%;

}

.moku imf {
  max-width: 100%;
  height: auto;
}

.moku1 {
  color: #2F79BD;
  background-color: #DBF0F2;
}

.moku2 {
  color: #339966;
  background-color: #D9F2E6;
}

.moku3 {
  color: #E970AC;
  background-color: #FDDDE4;
}

.naiyou {}

#about .naiyou .contents {
  width: min(100% - 2em, 600px);
  margin-inline: auto;
}

.toku {}

.toku .box {
  padding: 1em;
  background-color: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
  border: solid 3px #FFDFEA;


}

.toku .box h3 {
  font-size: 1.3em;
  color: #F98AB7;
  line-height: 150%;
  border-bottom: dotted 3px #FCCFE7;
  margin-bottom: 1em;
}

.toku .box .text_box {
  box-sizing: border-box;
  width: 60%;
}

.toku .box .photo_box {
  box-sizing: border-box;
  width: 38%;
  text-align: center;
}

.toku .box .photo_box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}


/*==========情報開示==========*/

#joho {
  margin-bottom: 5em;
  text-align: center;
  padding-top: 4em;
}

#joho a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #50BC81;
  padding: 18px 30px;
  border-radius: 6px;
  transition: .3s;
  text-decoration: none;
}

#joho a:hover {
  background: #BFE393;
}


/*===============================================*/
/*   こんな園ですのタブレット・スマホ設定 　　   */
/*===============================================*/
@media screen and (max-width:1000px) {
  #about {
    background-image: none, none, none, none;
  }
}

@media screen and (max-width:768px) {
  #about {
    background-image: none, none, none, none;
  }

  .toku .box h3 {
    font-size: 1.1em;
    color: #F98AB7;
    line-height: 150%;
    border-bottom: dotted 3px #FCCFE7;
    margin-bottom: 1em;
  }

  .toku .box .text_box {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1em;
  }

  .toku .box .photo_box {
    box-sizing: border-box;
    width: 100%;
  }


}

@media screen and (max-width:480px) {

  .rinen .contents {
    text-align: center;
    font-size: 1em;

  }

}





/*--------------------------------------

　　　　園の生活　life.html

----------------------------------------*/
/*----デイリー----*/

#daily {}

.daybox {
  width: calc(100% / 3 - 10px);
  margin-bottom: 2em;
  box-sizing: border-box;
  padding: 1em;
  border-radius: 10px;

}

.daybox table th {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.2em;
  font-weight: 900;
  text-align: right;
  line-height: 150%;
}

.daybox table td {
  font-family: "Kosugi Maru", sans-serif;
  color: #6C5E55;

}

.day1 {
  background-color: #FFEAEE;
  background-image: url(images/day1_bg1.png), url(images/day1_bg2.png);
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
}

.day1 th {
  color: #B63A47;
}

.day2 {
  background-color: #FBF2CA;
  background-image: url(images/day2_bg1.png), url(images/day2_bg2.png);
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
}

.day2 th {
  color: #BD7533;
}

.day3 {
  background-color: #E8F5F7;
  background-image: url(images/day3_bg1.png), url(images/day3_bg2.png);
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
}

.day3 th {
  color: #6699CC;
}


.daybox h3 {
  text-align: center;
  margin-bottom: 1em;
  padding-top: 1em;
  font-size: 1.5em;
  font-family: 'RocknRoll One', sans-serif;

}

.day1 h3 {
  color: #FF6699;
}

.day2 h3 {
  color: #E47347;
}

.day3 h3 {
  color: #35978F;
}

.daybox table {
  width: min(100% - 2em, 300px);
  margin-inline: auto;
  margin-bottom: 2em;
  box-sizing: border-box;
}

.daybox table tr {
  border-bottom: #CCCCCC dotted 2px;
}

.daybox table th {
  padding: 10px;
}

.daybox table td {
  padding: 10px;
  line-height: 150%;
}

.daybox ul {
  width: min(100% - 20px);
  margin-inline: auto;
}

.daybox ul li {
  width: 100%;
  max-width: 280px;
  height: auto;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 10px;
}

.daybox ul img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

＃daily figure img {}

/*===============================================*/
/*  園の一日のタブレット・スマホ設定 　　   */
/*===============================================*/


@media screen and (max-width:768px) {

  .daybox {
    width: min(100%, 500px);
    margin-inline: auto;
    box-sizing: border-box;
  }

}

@media screen and (max-width:480px) {}



/*------------------------------------------

　　   　年間行事 year.html

-------------------------------------------*/

#year {
  margin-bottom: 3em;
}

#year .contents {
  width: min(100% - 2em, 1000px);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.ybox {
  width: calc(100% / 2 - 20px);
  box-sizing: border-box;
  margin-bottom: 2em;
  padding: 2em;
  padding-bottom: 70px;
  border-radius: 8px;


}

.ybox h3 {
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #B39F86;
  margin-bottom: 1em;


}

/*春の行事*/
.haru {
  background-color: #FFE1EF;
  background-image: url(images/bg_haru2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  /*background-size: 100% auto;*/

}

.haru h3 {
  color: #EB7887;
}

/*夏の行事*/
.natu {
  background-color: #D0EED5;
  background-image: url(images/bg_natu2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.natu h3 {
  color: #36A55C;
}

/*秋の行事*/
.aki {
  background-color: #EFEBBA;
  background-image: url(images/bg_aki2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.aki h3 {
  color: #B4A434;
}

/*冬の行事*/
.fuyu {
  background-color: #CEE1F0;
  background-image: url(images/bg_fuyu2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.fuyu h3 {
  color: #739DCC;
}


.event {
  width: 90%;
  box-sizing: border-box;
  margin-inline: auto;
  color: #755E4A;

}

.event ul {
  box-sizing: border-box;
  padding: 1em;

}

.event ul li {
  margin-bottom: .5em;

}

.haru ul li:before {
  content: "\f0c8";
  /*アイコン番号*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #FB93B7;
}

.natu ul li:before {
  content: "\f0c8";
  /*アイコン番号*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #6DCD83;
}

.aki ul li:before {
  content: "\f0c8";
  /*アイコン番号*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #D9CA0F;
}

.fuyu ul li:before {
  content: "\f0c8";
  /*アイコン番号*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #76AFE2;
}

#year .photo_box {
  width: min(100% - 2em, 1200px);
  box-sizing: border-box;
  margin-bottom: 3em;
  margin-inline: auto;

}

.yalbum {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}

.yalbum li {
  width: calc(100% / 4 - 10px);
  margin-bottom: 1em;
  text-align: center;
}

.yalbum li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 400px;
  margin-bottom: 10px;
  border-radius: .5em;

}

.yalbum li figcaption {
  font-size: 0.8em;
  color: #339966;
  box-sizing: border-box;
  width: 100%;
  padding: 3px 10px 10px 10px;
  text-align: center;
}





/*===============================================*/
/*   年間行事のタブレット・スマホ設定 　　   */
/*===============================================*/


@media screen and (max-width:768px) {
  .yphoto ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
  }

  .ybox {
    width: min(100%, 580px);
    margin-inline: auto;
    box-sizing: border-box;
    margin-bottom: 2em;
    padding: 2em;
    padding-bottom: 70px;
    border-radius: 15px;
  }

  .yalbum li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 1em;
    text-align: center;
  }


}

@media screen and (max-width:480px) {
  .event {
    width: 100%;
    box-sizing: border-box;

  }

  .yphoto {
    width: 100%;
    box-sizing: border-box;

  }

  .yalbum li {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }


}




/*------------------------
　　　　ブログ
-------------------------*/

#blog {
  width: min(100% - 2em, 1200px);
  margin: 2em auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#category {
  width: 27%;
  box-sizing: border-box;


}

#blog_main {
  width: 70%;
  box-sizing: border-box;
}

/*----カテゴリー----*/

#category h3 {
  color: #D94A79;
  font-size: 1.2em;
  font-weight: bold;
  padding: 1em;
  font-family: "Kosugi Maru", sans-serif;
  background-color: #FEEBF3;
  width: 96%;
  box-sizing: border-box;
  margin-inline: auto;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 2em;
}

#category ul {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  padding: 1em;
  padding-bottom: 50px;
  background-image: url(images/bg_category.png);
  background-position: top center;
  background-repeat: repeat-x;
  padding-top: 50px;
}

#category li {
  margin-bottom: 1em;
  border-bottom: 2px #CCCCCC dotted;
  color: #009966;

}

/*----ブログ記事----*/
.blogbox {
  width: 100%;
  background-color: #FFF;
  border-radius: 5px;
  margin-bottom: 2em;
  padding-bottom: 2em;
  padding-top: 1em;
  background-image: url(images/bg_blogbox.png);
  background-position: top center;
  background-repeat: repeat-x;
  padding-top: 50px;
}

.blog_date {
  text-align: right;
  font-size: 0.9em;
  padding: .5em;
  color: #066;
  width: 90%;
  margin-inline: auto;

}


.blogbox h3 {
  font-size: 1.2em;
  font-weight: bold;
  padding: 1em;
  font-family: "Kosugi Maru", sans-serif;
  color: #188F3F;
  background-color: #CBECC8;
  width: 96%;
  margin-inline: auto;
  border-radius: 20px;
  margin-bottom: 0;
  box-sizing: border-box;
}

.blogbox img {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 1em auto 1em auto;
  display: block;
}

/*記事本文*/
.blog_txt {
  margin-top: 1em;
  margin-bottom: 1em;
  width: min(100% - 2em);
  margin-inline: auto;
  line-height: 1.5em;
  color: #660000;
}

/*ブログ写真横3枚*/
.blog_photo {
  margin-top: 1em;
  margin-bottom: 1em;
}

.blog_photo figcaption {
  font-size: 0.8em;
  color: #339966;
  box-sizing: border-box;
  width: 100%;
  padding: 3px 10px 10px 10px;
  text-align: center;
}



/*PDF貼り付け*/
#blog .pdf {
  padding: 1em;
  width: 90%;
  margin: 1em auto 1em auto;
}


/*YOUTUBE*/
.movie {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*----ブログのページャー ----*/
.pager .pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  background-color: #99D88B;

  display: grid;
  place-content: center;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #fff;
  text-decoration: none;

  display: grid;
  place-content: center;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #390;
  border-radius: 10px;
  background-color: #D3EFB8;
}

@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after {
    content: "　前の記事へ";
  }

  .pager .pagination li.next span::before {
    content: "次の記事へ　";
  }
}

/*----ページャーここまで------*/





/*===============================================*/
/*  ブログのタブレット・スマホ設定 　　   */
/*===============================================*/


@media screen and (max-width:768px) {


  #blog {
    width: 96%;
    max-width: 1200px;
    margin: 2em auto 2em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  #category {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 2em;
  }

  #blog_main {
    width: 100%;
    box-sizing: border-box;
  }

}


@media screen and (max-width:480px) {}




/*==============================================*/
/*　　お知らせ　info.html                       */
/*==============================================*/

#info {}

#info .contents {
  width: min(100% - 2em, 1000px);
  margin-inline: auto;

}

.infobox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 2em;
  padding: 1em;
  padding-bottom: 3em;
  border-bottom: #F3BECF 4px dotted;

}

.infobox h3 {
  width: 100%;
  background-image: url(images/bg_infoh3.png);
  background-color: #FFDDE9;
  margin-bottom: 1em;
  box-sizing: border-box;
  padding: 1em;
  font-size: 1.1em;
  font-family: "Kosugi Maru", sans-serif;
  border-radius: 10px;
  color: #993333;
}



.infobox .text_box {
  width: min(100%, 900px);
  margin: 1em auto;
  box-sizing: border-box;
  line-height: 135%;
  color: #6F5651;
}

/*.infobox .photo_box {
	width: 38%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
}

.photo_box img {
	max-width: 100%;
	height: auto;
}

*/



/*===============================================*/
/*  おしらせのタブレット・スマホ設定 　     　   */
/*===============================================*/


@media screen and (max-width:768px) {

  .infobox .text_box {
    width: 100%;
    box-sizing: border-box;
    line-height: 135%;
    color: #6F5651;
  }


  .infobox .photo_box {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
  }



}

@media screen and (max-width:480px) {}





/*==========================フォント===========================================*/

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.yusei-magic-regular {
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.yomogi-regular {
  font-family: "Yomogi", cursive;
  font-weight: 400;
  font-style: normal;
}


.stick-regular {
  font-family: "Stick", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.mochiy-pop-one-regular {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.rocknroll-one-regular {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}


.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*=========================アニメーション===========================================*/

.fuwafuwa01 {
  animation: fuwafuwa01 2s infinite;
}

@keyframes fuwafuwa01 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 15px);
  }
}

.fuwafuwa02 {
  animation: fuwafuwa02 2s infinite;
}

@keyframes fuwafuwa02 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -15px);
  }
}

.fuwafuwa03 {
  animation: fuwafuwa03 2s infinite;
}

@keyframes fuwafuwa03 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 10px);
  }
}

.yurayura {
  transform-origin: center bottom;
  animation: yurayura 3s linear infinite;
}

@keyframes yurayura {

  0%,
  100% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }
}