@charset "utf-8";

/* ----------------------------------------------- second title */
#ttl {
  position: relative;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
}
#ttl p {
  position: relative;
  color: #46423c;
  font-size: 4.1rem;
  font-family: "ZenMaruGothic_Bold";
}
#ttl p span {
  padding-left: 10px;
  display: block;
  color: #ffba25;
  letter-spacing: 10px;
  font-size: 1.7rem;
  font-family: "ZenMaruGothic_Bold";
}
#ttl p::before {
  position: absolute;
  content: '';
  top: -55px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center center;
}
#ttl p.about::before {
  background-image: url("../img/nav_icon2.png");
}
#ttl p.event::before {
  background-image: url("../img/nav_icon3.png");
}
#ttl p.gallery::before {
  background-image: url("../img/nav_icon4.png");
}
#ttl p.news::before {
  background-image: url("../img/nav_icon5.png");
}
#ttl p.access::before {
  background-image: url("../img/nav_icon6.png");
}
#ttl p.download::before {
  background-image: url("../img/nav_icon7.png");
}
#ttl p.privacy::before {
  background-image: url("../img/nav_icon8.png");
}
#ttl p::after {
  position: absolute;
  content: '';
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  background-image: url("../img/second_ttl.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#ttl figure {
  padding: 25px 0 10px 0;
}
#ttl figure img {
  max-width: 1200px;
  width: 100%;
  height: auto;
}
/*parts*/
#ttl .ttl_parts1 {
  z-index: 10;
  position: absolute;
  top: 130px;
  left: -20px;
}
#ttl .ttl_parts2 {
  z-index: 1;
  position: absolute;
  top: 210px;
  left: 80px;
}
#ttl .ttl_parts2 img {
  width: 100px;
  height: auto;
}
#ttl .ttl_back1 {
  z-index: -1;
  position: absolute;
  top: 70px;
  right: -40px;
}
#ttl .ttl_back2 {
  z-index: -1;
  position: absolute;
  top: 310px;
  left: -110px;
}
/* ----------------------------------------------- breadcrumbs */
#breadcrumbs {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding-left: 25px;
  background-image: url("../img/breadcrumbs_icon.png");
  background-repeat: no-repeat;
  background-position: left center;
}
#breadcrumbs li {
  display: inline-block;
  padding-right: 22px;
  font-size: 1.4rem;
}
#breadcrumbs li a {
  display: inline-block;
  position: relative;
}
#breadcrumbs li a::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #bfb1a1;
}
#breadcrumbs li a:link,
#breadcrumbs li a:active,
#breadcrumbs li a:visited {
  color: #46423c;
  text-decoration: none;
}
/* ----------------------------------------------- content */
#content {
  max-width: 1200px;
  width: 95%;
  margin: 60px auto 0 auto;
}
/*heading*/
#content h1 {
  padding: 30px 0;
  color: #46423c;
  font-size: 3.4rem;
  font-family: "ZenMaruGothic_Bold";
  background-image: url("../img/second_h1.png");
  background-repeat: no-repeat;
  background-position: top left;
}
#content h1:nth-child(n+1) {/*2個目以降*/
  margin-top: 60px;
}
#content h2 {
  margin: 70px 0 30px 0;
  padding: 20px 20px;
  color: #59562d;
  font-size: 2.8rem;
  font-family: "ZenMaruGothic_Bold";
  background-image: url("../img/second_h2.png"),url("../img/second_h2.png");
  background-repeat: repeat-x,repeat-x;
  background-position: top,bottom;
}
#content h1 + h2 {
  margin-top: 30px;
}

#content h3 {
  position: relative;
  margin: 25px 0 10px 0;
  padding: 15px 20px 15px 55px;
  color: #61564a;
  font-size: 2.4rem;
  font-family: "ZenMaruGothic_Bold";
  background-image: url("../img/second_h3_border.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
#content h3::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 15px;
  width: 45px;
  height: 30px;
  background: url("../img/second_h3.png") no-repeat;
}
#content h4 {
  position: relative;
  margin: 30px 0 10px 0;
  padding: 7px 20px 7px 35px;
  color: #fff;
  font-size: 2.2rem;
  font-family: "ZenMaruGothic_Bold";
  background-image: url("../img/second_h4.webp");
  background-color: #c5dda4;
  border-radius: 7px;
}
#content h4::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 7px;
  height: 60%;
  background-color: #fff;
  border-radius: 10px;
}
#content h5 {
  display: inline-block;
  margin: 20px 0 10px 0;
  padding: 5px 0;
  color: #46423c;
  font-size: 2.0rem;
  font-family: "ZenMaruGothic_Bold";
  background-image: url("../img/second_h5.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
#content h6 {
}
/*p*/
/*list*/
#content p {
  padding: 10px 0;
}
#content ul,
#content ol {
  margin: 20px 0;
}
#content ul li,
#content ol li {
  position: relative;
  margin: 5px 0;
  padding: 1px 0 1px 22px;
}
#content ul li::before {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 3px solid #ffc63a;
  border-radius: 10px;
}
#content ol li {
  position: relative;
  counter-increment: mycounter;
}
#content ol li:before {
  position: absolute;
  counter-increment: li;
  content: counter(mycounter);
  left: 2px;
  top: 2px;
  font-family: "Roboto";
  font-size: 1.7rem;
  color: #8fd054;
  font-weight: bold;
}
/*link*/
#content a {
  position: relative;
}
/*#content a::before {
  position: absolute;
  content: '';
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-image : linear-gradient(to right, #43a8f6 8px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x; 
  background-position: left bottom;
}
#content a:hover::before {
  width: 0%;
}*/
#content a:link,
#content a:active,
#content a:visited,
#content a:hover {
  color: #43a8f6;
  text-decoration: underline;
}
#content a:hover {
  color: #8ecaf9;
}
#content a:has(img):before {
  display: none;
}
/*link tel*/
#content a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #46423c;
}
/*link btn*/
main .link_btn {
  display: inline-block;
  position: relative;
  z-index: 10;
  bottom: -30px;
  right: -10px;
  padding: 15px 60px 15px 30px;
  font-size: 1.7rem;
  font-family: 'ZenKakuGothic_Bold';
  border-radius: 30px;
  background-color: #756b5c;
  background-image: url("../../img/mask1.png");
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
main .link_btn::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background-color: #fff;
  background-image: none;
}
main .link_btn:link,
main .link_btn:active,
main .link_btn:visited {
  color: #fff !important;
  text-decoration: none !important;
}
main .link_btn:hover {
  color: #fff !important;
  opacity: 1 !important;
}
main .link_btn:hover::before {
  right: 10px;
  background-color: transparent;
}
main .link_btn::after {
  position: absolute;
  content: '';
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
  width: 18px;
  height: 16px;
  background-image: url("../img/arrow_b.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
main .link_btn:hover::after {
  right: 15px;
  background-image: url("../img/arrow_w.svg");
}
/*box white*/
#content .box_w {
  margin: 25px 0;
  padding: 45px 60px;
  background-color: #fff;
  border-radius: 20px;
}
/*table*/
#content .table1 {
  margin: 10px 0;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  border: 1px solid #f8bb22;
}
#content .table1 th,
#content .table1 td {
  padding: 15px 35px;
}
#content .table1 th {
  min-width: 104px;
  border-block-end: 1px solid #f8bb22;
  border-inline-end: 1px solid #f8bb22;
  color: #9e7510;
  font-size: 1.8rem;
  font-weight: normal;
  background-color: #fff5dc;
  text-align: center;
  vertical-align: middle;
}
#content .table1 td {
  min-width: 180px;
  border-block-end: 1px solid #f8bb22;
  background-color: #fff;
}
#content .table1 tr:last-child th,
#content .table1 tr:last-child td {
  border-block-end: none; /* 下側のボーダーを削除 */
}
.w100 {
  width: 100%;
}
/*flex*/
#content .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#content .flex .stretch {
  flex: 1;
  margin: 0 0 0 50px;
}
/*img*/
.r_corner {
  border-radius: 15px;
}
/* ----------------------------------------------- ページ毎 */
/*園の案内*/
#content .goals {
  position: relative;
  margin-bottom: 70px;
}
#content .goals h2 {
  display: inline-block;
  margin: 0;
  padding: 0 0 15px 0;
  color: #46423c;
  font-size: 2.8rem;
  font-family: "ZenMaruGothic_Bold";
  background-image: url("../img/second_h5.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
#content .goals h2 br {
  display: none;
}
.goals h2 em {
  color: #f8bb22;
  font-style: normal;
}
#content .goals ul {
  padding-right: 220px;
}
#content .goals li {
  margin: 10px 0;
}
#content .goals .parts2 {
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 10;
}
#content .goals .parts2_u {
  position: absolute;
  bottom: -40px;
  right: -50px;
}
#content .goals .parts1 {
  position: absolute;
  top: -5px;
  right: -10px;
  z-index: 10;
}
/*行事紹介*/
#content .event_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 30px 10px;
}
#content .event_list li {
  width: 20%;
}
#content .event_month {
  margin: 25px 0;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 20px;
}
#content .event_month dl {
  display: flex;
}
#content .event_month dt {
  width: 100px;
  padding: 10px;
  margin-right: 20px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  align-content: center;
  background-color: #ff9fc1;
}
#content .event_month:last-child dt {
  background-color: #87c6f7;
}
#content .event_month dd {
  flex: 1;
  align-content: center;
}
.event_carousel {
  position: relative;
  padding-top: 70px;
}
/*園内紹介*/
#content .gallery_navi {
  display: flex;
  padding-bottom: 30px;
}
#content .gallery_navi li {
  margin: 0;
  padding: 0;
  width: 50%;
}
#content .gallery_navi li:first-child {
  border-right: 1px solid #fff;
}
#content .gallery_navi li::before {
  display: none;
}
#content .gallery_navi li a {
  display: block;
  padding: 10px;
}
#content .gallery_navi li:first-child a {
  border-radius: 15px 0 0 15px;
}
#content .gallery_navi li:last-child a {
  border-radius: 0 15px 15px 0;
}
#content .gallery_navi li a:link,
#content .gallery_navi li a:active,
#content .gallery_navi li a:visited {
  text-align: center;
  font-size: 2.0rem;
  color: #766c5d;
  background-color: #ece6dd;
  text-decoration: none;
}
#content .gallery_navi li a:hover {
  color: #fff;
  background-color: #f4c93c;
}
#content .gallery_navi li a::before {
  display: none;

}
.gallery_shisetsu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery_shisetsu dl {
  position: relative;
  width: 48%;
  margin-bottom: 50px;
}
.gallery_shisetsu dl dt img {
  max-width: 570px;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.gallery_shisetsu dl dd {
  position: absolute;
  bottom: -20px;
  left: -30px;
  border-radius: 30px;
  background-color: #f7f5f2;
}
.gallery_shisetsu dl dd div {
  position: relative;
  padding: 10px 30px 10px 50px;
}
.gallery_shisetsu dl dd div .corner_right {
  position: absolute;
  display: block;
  left: 52px;
  top: -44px;
  width: 22px;
  height: 22px;
  transform: translateX(-100%);
}
.gallery_shisetsu dl dd div .corner_right::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 205%;
  height: 200%;
  overflow: hidden;
  background: transparent;
  border-radius: 50%;
  box-shadow: 22px 22px 2px 2px #f7f5f2;
  transform: translate(-50%, -50%);
  transform: scale(-1, 1);
}
#content .gallery_mw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .gallery_mw li {
  position: relative;
  width: 22%;
  margin: 0 0 40px 0;
  padding: 0;
}
#content .gallery_mw li::before {
  display: none;
}
#content .gallery_mw li::after {
  position: absolute;
  display: block;
  z-index: 50;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,198,58,0.0);
  border-radius: 25px;
  pointer-events: none;
}
#content .gallery_mw li:hover::after {
  background-color: rgba(255,198,58,0.5);
}
#content .gallery_mw li a {
  position: relative;
  display: inline-block;
}
#content .gallery_mw li a::after {
  opacity: 0;
  position: absolute;
  display: block;
  z-index: 100;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 2px dotted #fff;
  background-image: url("../../gallery/img/click_icon.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#content .gallery_mw li a:hover::after {
  opacity: 1 !important;
}
#content .gallery_mw li a img {
  max-width: 270px;
  width: 100%;
  height: auto;
  border-radius: 25px;
}
/*お知らせ一覧*/
#content .news_list {
  margin: 25px 0;
  padding: 45px 60px;
  background-color: #fff;
  border-radius: 20px;
}
#content .news_list a {
  display: block;
  text-decoration: none;
  border-bottom: 1px dotted #d2b68d;
}
#content .news_list a::before {
  display: none !important;
}
#content .news_list a:last-of-type {
  border-bottom: none;
}
#content .news_list dl {
  position: relative;
  display: flex;
  padding: 15px;
}
#content .news_list dl::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 15px;
  height: 15px;
/*  background-image: url("../img/arrow_be.svg");
  background-repeat: no-repeat;
  background-position: center right;*/
  opacity: 1;
}
#content .news_list dl:hover::after {
  right: 5px;
  opacity: 0;
}
#content .news_list dl::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 15px;
  height: 15px;
  background-image: url("../img/arrow_o.svg");
  background-repeat: no-repeat;
  background-position: center right;
  opacity: 0;
}
#content .news_list dl:hover::before {
  right: 5px;
  opacity: 1;
}
#content .news_list dt {
  padding-top: 3px;
  font-size: 1.5rem;
  color: #b09671;
  font-family: "Roboto";
}
#content .news_list dd {
  padding: 0 15px 0 15px;
  color: #46423c;
  transition: all 0.3s ease 0s;
}
#content .news_list a:hover dd {
  color: #ffc63a;
}
/*アクセスマップ*/
/*様式ダウンロード*/
#content .dl_list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#content .dl_list li {
  position: relative;
  width: 48%;
  background-color: #fce5ea;
  border-radius: 15px;
  padding: 0;
}
#content .dl_list li::before {
  z-index: 1;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-color: #f6839b;
  border-radius: 15px 0 0 15px;
  border: none;
}
#content .dl_list li::after {
  position: absolute;
  z-index: 10;
  content: '';
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-color: #f6839b;
  border-radius: 15px 0 0 15px;
  background-image: url("../../img/download_pdficon.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#content .dl_list li a {
  position: relative;
  display: block;
  margin: 0;
  text-decoration: none;
}
#content .dl_list li a::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background-color: #f6839b;
  border-radius: 15px 0 0 15px;
  border: none;
  opacity: 0;
}
#content .dl_list li a:hover::before {
  width: 100%;
  border-radius: 15px;
  border: none;
  opacity: 1;
}
#content .dl_list li a::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 47px;
  height: 47px;
  background: none;
}
#content .dl_list li a span {
  position: relative;
  display: block;
  z-index: 10;
  padding: 20px 20px 20px 120px;
  font-size: 2.0rem;
}
#content .dl_list li a:link span,
#content .dl_list li a:active span,
#content .dl_list li a:visited span {
  color: #60464b;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
#content .dl_list li a:hover span {
  color: #fff;
}
#content .dl_list li a span::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 47px;
  height: 47px;
  background-color: #fff;
  border-radius: 100%;
}
#content .dl_list li a span::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 47px;
  height: 47px;
  background-image: url("../../img/download_dlicon.png");
  background-position: center center;
  background-repeat: no-repeat;
}
/*プライバシーポリシー*/
#content .pp_contact {
  margin-top: 80px;
}
