@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

/*
Theme Name: Kakinoki Original
*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
*/

html, body, div, span, 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, g_nav_inner, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: "Poppins", "Zen Maru Gothic", "Kiwi Maru", sans-serif;
    font-size: 1.3rem;
    line-height: 1.6em;
    background-color: #FEFBF1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,g_nav_inner,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;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

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

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

*{
	margin:0;
}

ul {
  list-style-type: none!important;
}

img {
	max-width: 100%;
}

section {
    padding: 30px auto;
}


/************** layout base ********************/

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

a{
 color: #000000;
	text-decoration:none;
 -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
a:hover{
}

/*ボタンrollover*/
a:hover{
-moz-opacity:0.60;
opacity:0.60;}

sup {
	line-height: 100%;
	font-size:10px;
	vertical-align: 0.4em;
}
sub{
	line-height: 100%;
	font-size:10px;
	vertical-align: -0.1em;
}
h2 {
  color: #F37043;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
}
h2 span {
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
}
h3 {
    background: #fff;
    color: #F49513;
    border: solid #F49513 1px;
    border-radius: 100px;
}
img.mv {
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 100px);
}
img.br30 {
    border-radius: 36% 43% 41% 32% / 33% 33% 34% 53%;
}
.page_ttl {
    position: absolute;
    width: 350px;
    bottom: 13%;
    left: 5%;
    z-index: 99;
}
.page_ttl h1 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    text-align: center;
    font-size: 1.8rem;
    width: 90%;
}
.Subttl {
    font-size: larger;
    margin: 10px;
}
.txtLeft{
text-align:left;
}
.txtRight{
text-align:right;
}
.txtCenter{
text-align:center !important;
}

p {
    font-size: 18px;
    line-height: 2.4rem;
}

.fw{font-weight:bold !important;}
.f10{ font-size:10px !important;}
.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f17{ font-size:17px !important;}
.f18{ font-size:18px !important;}
.f20{ font-size:20px !important;}
.f22{ font-size:22px !important;}
.f24{ font-size:24px !important;}
.f26{ font-size:26px !important;}
.f28{ font-size:28px !important;}
.f30{ font-size:30px !important;}
.f32{ font-size:32px !important;}
.f34{ font-size:34px !important;}
.f36{ font-size:36px !important;}
.f60{ font-size:60px !important;}

.lh

.txt_small{
  font-size: smaller;
}
.txtRed{ color:#e60012;}
.note{ color:#666666; font-size:12px;}

.fLeft{ float:left;}
.fRight{ float:right;}
.fNon{
	float:none !important;
}

.mTop-50{ margin-top:-50PX !important;}
.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}
.mTop60{ margin-top:60px !important;}
.mTop100{ margin-top:100px !important;}
.mTop120{ margin-top:120px !important;}


.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm60{ margin-bottom:60px !important;}
.mBtm80{ margin-bottom:80px !important;}

.mRgt30{ margin-right:30px !important;}


.pTop0{ padding-top:0 !important;}
.pTop5{ padding-top:5px !important;}
.pTop10{ padding-top:10px !important;}
.pTop15{ padding-top:15px !important;}
.pTop20{ padding-top:20px !important;}
.pTop25{ padding-top:25px !important;}
.pTop30{ padding-top:30px !important;}
.pTop35{ padding-top:35px !important;}
.pTop40{ padding-top:40px !important;}
.pTop45{ padding-top:45px !important;}
.pTop50{ padding-top:50px !important;}
.pTop80{ padding-top:80px !important;}
.pTop100{ padding-top:100px !important;}


.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm60{ padding-bottom:60px !important;}

.clr_org {
  color: #F37043;
}

.bk_white {
    background-color: #fff;
}
.bk_blue {
  background-color: #E6EBE8;
}
.bk_org_slt {
    background: #FDEDCB !important;
}
.bk_org_lt {
    background: #F49513 !important;
}
.bk_org_dk{
  background-color: #F37043 !important;
}

.bk_grn{
  background-color: #EFF7EE;
}
.bk_org_lt {
    background: #F37043 !important;
}
.box{
  width: 100%;
  border: solid 1px #000;
}

/*矢印*/
.arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 80px;
  margin-left: 24.8px;
  border-radius: 9999px;
  background-color: #FAF0D0;
}

.arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 5px);
  width: 10px;
  height: 45px;
  border-radius: 9999px;
  background-color: #FAF0D0;
  transform: rotate(-45deg);
  transform-origin: 50% calc(100% - 5px);
}

main{
 overflow: hidden;
}
.inner{
	padding-left: 5.3%;
	padding-right: 5.3%;
	max-width:1100px;
	margin: 0 auto;
	box-sizing: content-box;
}

.inner_1100{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.inner_850 {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 5vh 0;
}
.inner_600 {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}
.box_white {
    background-color: #fff;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*fadein*/
.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0;
}

/*ベース_SP*/
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
  h2 span {
    font-size: 1.1rem;
  }
  img.mv {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
  .page_ttl {
        width: 70%;
        bottom: -105%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
  .page_ttl h1 {
    font-size: 1.4rem;
    width: 90%;
  }
  p {
    font-size: 18px;
    line-height: 2.0rem;
  }
  section h2 {
    width: 95% !important;
    margin: 0 auto !important;
  }
  .inner_1100{
    padding: 10px 0 0;
  }
}

/*基本パーツ*/
.btn_normal {
    position: relative;
    background: #F49513;
    border: none;
    color: #fff;
    padding: 15px !important;
    border-radius: 50px !important;
    width: 300px  !important;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    margin: 0 auto;
    line-height: 1.4em;
    height: auto !important;
}
.btn_normal::after {
    content: "";
    background-image: url(./assets/img/common/icon_arrow_R.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 55%;
    right: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.btn_normal a {
    color: #fff;
    display: block;
    width: 100%;
}
.btn_normal:hover {
    opacity: 0.8;
}
.btn_guide {
    width: 90% !important;
    padding: 15px 10px !important;
    margin-top: 10px;
}
.btn_guide::after {
    content: "";
    background-image: url(./assets/img/common/icon_arrow_R.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.btn_guide a {
    line-height: 1.2rem;
}
.btn_close {
  text-align: center;
  margin-bottom: 50px;
}
.btn_close a {
    padding: 15px 100px !important;
}

@media screen and (min-width: 769px) {
.spOnly{ display:none;}
	.pcFlex{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
	}
}

/*-PC only-*/
@media screen and (max-width: 768px) {
	.pcOnly{ display:none;}
}/*spOnly*/

/***** header *****/
header .g_nav {
    height: 80px;
    background: #FEFCF6;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
header .g_nav .h_logo {
    width: 180px;
    z-index: 999999;
    margin-left: 2% !important;
}
header .g_nav ul {
    flex-direction: row;
    line-height: 1.2em;
}
header .g_nav ul li img {
    height: 45px;
    width: auto;
    margin-right: 15px;
}
header .g_nav ul li img:hover {
    transform: scaleX(-1);
}
header .g_nav ul li:nth-of-type(6) img:hover {
    transform: none;
}
header .g_nav_inner {
  justify-content: flex-start;
  list-style-type: none;
  color: #fff;
  padding: 0;
  align-items: center;
}
header .g_nav_inner li {
  position: relative;
  margin-right: 20px;
  z-index: 9999999;
  height: 80px;
}
header .g_nav_inner li a {
    height: 80px;
    align-items: center;
}
header .g_nav_innerSub {
  position: absolute;
  margin-left: -6px;
  padding: 0;
  display: none;
  width: 280px;
  height: 50px;
}
header .g_nav_innerSub li {
    height: 50px;
    border-bottom: solid 1px #FDEDCB;
}
header .g_nav_innerSub li a {
    padding: 15px;
    display: block;
    color: #000;
    text-decoration: none;
    background: #FEFCF6;
    height: 20px;
}

@media screen and (max-width: 768px) {
  .header {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #FEFCF6;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
  .header .logo {
    font-weight: 700;
    padding-left: 5px;
    z-index: 99;
    margin-top: 60px;
  }
  .header .indta_link {
      margin-left: auto;
      margin-top: 10px;
  }
  .hamburger-menu {
    width: 60px;
    height: 60px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
    z-index: 9999999;
}
  .hamburger-menu__bar {
      display: inline-block;
      width: 57%;
      height: 3px;
      background: #F37043;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: .5s;
  }
  .hamburger-menu__bar:first-child {
    top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
      top: 29px;
  }
  .hamburger-menu__bar:last-child {
    top: 42px;
  }
	.hamburger-menu--open .hamburger-menu__bar {
	  top: 50%;
	}
	.hamburger-menu--open .hamburger-menu__bar:first-child {
	  transform: translateX(-50%) translateY(-50%) rotate(45deg);
	}
	.hamburger-menu--open .hamburger-menu__bar:last-child {
	  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	}
	.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
	  display: none;
	}
  .navigation {
          display: none;
          background: #fff;
          position: fixed;
          top: 0;
          width: 100%;
          z-index: 9999;
          margin: 0;
          overflow-y: auto;
          height: 100vh;
          -webkit-overflow-scrolling: touch;
      }
  .navigation__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 70%;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .navigation__list li {
      width: 40%;
  }
  .navigation__list li p {
    line-height: 1.5em;
  }
	.navigation__list .navigation__list-item {
	  border-bottom: solid 1px #FBD8A8;
    position: relative;
	}
	.navigation__list .navigation__list-item:nth-of-type(2n-1):before {
    content: "";
    position: absolute;
    left: 125%;
    top: 20%;
    background: #FBD8A8;
    width: 1px;
    height: 70%;
  }
	.navigation__link {
	  color: #000;
	  font-weight: 700;
	  text-decoration: none;
	  display: block;
	  padding: 24px 0;
	  transition: .5s;
	}
  .navigation .page__list {
    width: 80%;
    margin: 50px auto;
  }
	@media (hover: hover) and (pointer: fine) {
	  .navigation__link:hover {
	    background: #333;
	  }
	}
}

/*アーカイブページ*/
.blog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog li {
    width: 30%;
    margin-bottom: 40px;
}
.blog li div img {
  height: auto;
}
.blog li a h2 {
    font-size: 1.2rem;
    text-align: left;
}
ul.flex.btn_pagenation {
    justify-content: space-between;
}
ul.flex.btn_pagenation a {
    padding: 10px 20px;
    background: #eee;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .blog li {
    width: 47%;
  }
  .blog_page {
    width: 90%;
    margin: 0 auto;
  }
}
/*シングルページ*/
.post-nav-links {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
}
.post-nav-links a {
    padding: 10px 20px;
    background: #eee;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
}

/***** TOPページ *****/
.entry-page {
    position: fixed;
    bottom: -6vh;
    right: 0;
    z-index: 999;
    right: -34px;
}
.section-inner h2 {
    text-align: center;
}
.section-mv {
    position: relative;
}
.section-mv video {
    width: 100%;
    object-fit: cover;
    height: 90vh;
}
.section-mv img.mv_tree {
    position: absolute;
    bottom: 0;
    left: 0;
}
/*TOP_園お知らせ*/
.section-news {
    background: #FFFBF2;
    background-image: url(./assets/img/01_top/bk_dot.png);
    background-size: contain;
    padding: 0 0 150px;
}
.section-news h2 {
    position: relative;
}

.section-news h2::before {
    content: "";
    position: absolute;
    vertical-align: middle;
    width: 200px;
    height: 100px;
    background: url(./assets/img/01_top/flag_left.png) no-repeat;
    background-size: contain;
    top: -40px;
    left: 60px;
}
.section-news h2::after {
    content: "";
    position: absolute;
    top: -40px;
    right: 60px;
    width: 200px;
    height: 100px;
    background-image: url(./assets/img/01_top/flag_right.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.section-news ul {
    background: #fff;
    margin: 50px;
    padding: 50px 100px;
    border-radius: 20px;
}
.section-news ul li {
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 3vh 1vw 3vh 50px;
    position: relative;
    background-image: linear-gradient(to right, #F49513 7px, transparent 7px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-news ul li::before {
    content: "";
    background-image: url(./assets/img/common/icon_kaki.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 27px;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
footer .f_guide nav ul li,
.navigation .page__list li {
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 1vh 1vw 1vh 50px;
    position: relative;
}
footer .f_guide nav ul li::before,
nav.navigation ul.page__list li a::before {
    content: "";
    background-image: url(./assets/img/common/icon_kaki.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 27px;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
footer .f_guide nav ul li.list_ttl,
.navigation .page__list li.list_ttl {
    padding: 1vh 1vw 1vh 0;
    font-weight: bolder;
    font-size: larger;
}
footer .f_guide nav ul li.list_ttl::before,
nav.navigation ul.page__list li.list_ttl a::before {
    content: none;
}

/*TOP_柿の木ガイド*/
.section-guide {
    background: #FDEDCB;
    position: relative;
    padding-bottom: 50px;
}
.section-guide img.bk_guide {
    position: absolute;
    top: -85px;
}
.section-guide ul {
    justify-content: space-between;
}
.section-guide ul li {
    background: #fff;
    width: 28.5%;
    padding: 1.5%;
    border-radius: 20px;
}
.section-guide ul li ul li {
    background: #F49513;
    line-height: 1.2rem;
}
/*TOP_ブログ*/
.section-blog {
    position: relative;
    background: #fff;
}
.section-blog::before {
    content: "";
    background-image: url(./assets/img/01_top/leaf_line.png);
    background-size: contain;
    background-repeat: repeat-x;
    position: absolute;
    top: -20px;
    width: 100%;
    height: 80px;
    transform: scale(1, -1);
}
.section-blog::after {
    content: "";
    background-image: url(./assets/img/01_top/leaf_line.png);
    background-size: contain;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 80px;
    z-index: 99;
}
.section-blog ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-blog ul li {
    width: 30%;
}
.section-blog ul .thumbnail img {
    width: 100%;
    height: auto;
}
/*TOP_インスタグラム*/
.section-Insta {
    background-image: url(./assets/img/01_top/bk_insta01.png);
    background-color: #E7EBE8 !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    line-height: 0 !important;
}

/*TOP_自動スクロール*/
section.section-scroll {
    padding-bottom: 30px;
    background-color: #FDE7C5;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
}
.scroll-infinity__item > img {
  width: 100%;
}
/*TOPページSP*/
@media screen and (max-width: 768px) {
  .entry-page {
    width: 200px;
  }
  .section-mv video {
    width: 100%;
    object-fit: cover;
    height: 35vh;
  }
  .section-mv {
    margin-bottom: 24vw;
    top: 60px !important;
  }
  .section-news ul {
    background: #fff;
    margin: 5%;
    padding: 30px 5%;
    border-radius: 20px;
  }
  .section-news {
    background: #FFFBF2;
    background-image: url(./assets/img/01_top/bk_dot.png);
    background-size: contain;
    padding: 0 0 80px;
  }
  .section-news h2::before {
    content: "";
    position: absolute;
    vertical-align: middle;
    width: 140px;
    height: 100px;
    background: url(./assets/img/01_top/flag_left.png) no-repeat;
    background-size: contain;
    top: -12vh;
    left: 3vw;
  }
  .section-news h2::after {
    content: "";
    position: absolute;
    top: -12vh;
    right: 3vw;
    width: 140px;
    height: 100px;
    background-image: url(./assets/img/01_top/flag_right.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .section-blog ul {
    width: 90%;
    margin: 0 auto;
  }
  .section-blog ul li {
    width: 47%;
  }
  .section-blog::before,
  .section-blog::after {
    background-size: cover;
  }
  .section-guide img.bk_guide {
    position: absolute;
    top: -5vh;
  }
  .section-guide ul {
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
  }
  .section-guide ul li {
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
  }
  .section-guide ul li img {
    width: 80%;
    margin-top: 3vh;
  }
  .section-guide ul li ul {
    width: 90%;
  }
  .section-Insta {
    background-position-y: 35px;
  }
  .section-Insta .inner_insta {
    width: 90%;
  }
  .scroll-infinity__item {
    width: calc(100vw / 2);
  }
}

/*下層ページ共通*/
/*アンカー*/
section.section-mv {
    line-height: 0;
    top: 80px;
}
.section-anchor {
    background-image: url(https://kakinoki-kindergarten.com/wp/wp-content/themes/kakinoki_original/assets/img/01_top/bk_dot.png);
    background-size: cover;
}
.section-anchor p.txt_intro {
    width: 90%;
    margin: 0 auto;
}
.section-anchor ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.section-anchor ul a.btn_normal {
    width: 25% !important;
    border-radius: 10px !important;
    margin: 10px;
    display: inline-flex;
    align-items: center;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 15px 50px 15px 15px !important;
}
.section-anchor ul li.btn_normal.btn_gansho {
    width: 70% !important;
}
.section-anchor ul li.btn_normal::after {
    right: 0% !important;
}

/*テーブル*/
.infotable {
    width: 100%;
    font-size: 1.1rem;
}
.infotable tr:nth-child(odd) {
    background: #FDEDCB;
    padding: 10px;
}
.infotable th,
.infotable td {
    padding: 3%;
}
.infotable th {
    width: 30%;
    vertical-align: middle;
    font-weight: 600;
}
.infotable td {
    width: 70%;
    vertical-align: middle;
}
.infotable td:first-child{
  color: orange
}

@media screen and (max-width: 768px) {
  /*アンカー_SP*/
  .section-anchor {
    margin-top: 20px;
    background-size: contain;
  }
  .section-anchor ul{
    flex-wrap: wrap;
    flex-direction: row;
  }
  .section-anchor ul a.btn_normal {
    width: 70% !important;
  }
  /*テーブル_SP*/
  .infotable tbody tr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .infotable tbody tr th {
    border-bottom: 4px dotted #FED8B1 !important;
    width: 80%;
  }
  .infotable tbody tr td {
    width: 80%;
  }
}


/*かきの木学園について*/
#about_policy ul li:first-child {
    margin-right: 30px;
}
#about_policy ul li img {
    margin-bottom: 20px;
}
.pillar_inner p {
    padding: 30px;
}
.pillar_inner img {
    object-fit: cover;
}
#about_philosophy {
    text-align: center;
}
#about_philosophy .img_list {
    width: 100%;
}
#about_philosophy .img_list img {
    width: 46%;
    margin: 1%
}
.page_about {
    margin-bottom: 60px;
}
#about_blog_encho {
  background: #EFF7EE;
}
section#about_blog_encho ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
#about_blog_encho ul li {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin-bottom: 20px;
    line-height: 1.2em;
}
.youtube {
    text-align: center;
    margin: 50px auto !important;
}
.svg-wave.up-wave {
    line-height: 0;
}

/*柿の木幼稚園について_SP*/
@media screen and (max-width: 768px) {
  #about_policy ul {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  #about_policy ul li:first-child {
    margin-right: 0;
  }
  #about_policy ul li img {
    margin-bottom: 5px;
  }
  #about_policy .box_white {
    width: 90%;
    margin: 20px auto;
  }
  #about_policy .inner_1100 {
    padding-top: 0;
  }
  #about_policy .policy_message {
    padding: 50px 0;
    width: 85%;
    margin: 0 auto;
    }
  #about_policy .policy_career {
    flex-direction: column;
  }
  #about_policy .policy_career p {
    margin-right: 0 !important;
  }
  #about_philosophy div {
    width: 90%;
    margin: 0 auto;
  }
  #about_philosophy ul.img_list {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
  #about_philosophy .img_list img {
      width: 100%;
  }
  .pillar_inner p.txt_intro {
    padding: 0;
  }
  ul.pillar_list {
    width: 90%;
    margin: 0 auto;
  }
  ul.pillar_list li {
    flex-direction: column;
  }
  ul.pillar_list img {
    width: 100% !important;
  }
  ul.pillar_list p {
    padding: 30px;
  }
  ul.pillar_list p.f60.clr_org {
    order: 1;
  }
  #about_feature p {
    width: 85%;
  }
  #about_feature p {
    width: 90%;
    margin: 0 auto;
  }
  #about_blog_encho ul {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
  #about_blog_encho ul img {
    width: 100%;
    height: auto;
  }
  #about_blog_encho ul li {
    flex-direction: column;
    width: 48%;
  }
  .youtube {
    width: 90%;
  }
  .youtube iframe {
    width: 100%;
    height: 209px;
  }
}

/*柿の木幼稚園について*/
/*
#kindergarten_activities {
    background-image: url(https://kakinoki-kindergarten.com/wp/wp-content/themes/kakinoki_original/assets/img/common/bk_bar.png);
    background-size: cover;
    background-repeat: space;
    background-position: bottom;
}
*/
#kindergarten_activities ul{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
#kindergarten_activities ul li {
    background-color: #fff;
    margin-bottom: 5%;
    padding: 5% 8%;
    border-radius: 36% 43% 41% 32% / 33% 33% 34% 53%;
}
#kindergarten_activities ul.main_activities li {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8% 16%;
}
#kindergarten_activities ul.main_activities li p.Subttl {
    width: 100% !important;
}
#kindergarten_activities ul.main_activities li img {
    width: 48%;
    margin-bottom: 3%;
    height: auto !important;
}
#kindergarten_activities ul.main_activities li p {
    width: 47%;
}
#kindergarten_activities ul.sub_activities li {
    width: 33%;
}
#kindergarten_activities ul.main_activities.main_02 li {
    text-align: center;
}
#kindergarten_activities ul.main_activities.main_02 li img {
    width: 80%;
}
#kindergarten_activities ul.main_activities.main_02 li p {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
/*
#kindergarten_schedule .timetable tr {
    border-bottom: 5px #FAF0D0 dotted;
}
*/
#kindergarten_schedule .timetable th,
#kindergarten_schedule .timetable td {
    vertical-align: top;
    padding: 15px;
}
#kindergarten_schedule .timetable th p {
    border-radius: 100px;
    padding: 17px;
    width: 50%;
    margin: 0 auto;
    background: #F49513;
    color: #fff;
    position: relative;
}
#kindergarten_schedule .timetable th p:after {
    position: absolute;
    content: '';
    top: 35%;
    right: -19px;
    border: 8px solid transparent;
    border-top: 16px solid #F49513;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
}
#kindergarten_schedule .timetable td span {
    font-weight: bolder;
    color: #F37043;
}
#kindergarten_schedule .timetable td img {
    width: 100%;
    border-radius: 70% 50% 70% 60% / 40% 80% 60% 70%;
}
#kindergarten_events .events_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#kindergarten_events .events_list li {
    width: 48%;
    margin-bottom: 30px;
}
#kindergarten_events .events_list hr {
    border: dotted #83BD81 3px;
}
#kindergarten_other {
    text-align: center;
}
#kindergarten_other .inner_600 {
    padding: 0;
}
#kindergarten_other p {
    text-align: left;
}
#kindergarten_other p.lunch_schedule {
    border: solid 1px #000;
    padding: 15px 0 10px;
    text-align: center;
    line-height: 1.5em;
    margin-top: 10px;
}
#kindergarten_other ul.uniform_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#kindergarten_other ul.uniform_list li {
    width: 25%;
    margin-bottom: 20px;
}
#kindergarten_extraclass {
    background: #FEFBF1;
}
#kindergarten_extraclass ul {
    width: 90%;
    margin: 0 auto !important;
}
#kindergarten_extraclass ul.extraclass_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#kindergarten_extraclass ul.extraclass_list li {
    width: 48%;
    margin-bottom: 30px;
}
.class_name {
    color: #Fff;
    font-size: 1.3rem;
    line-height: 1.3em;
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 3em;
    justify-content: center;
    background: #F49513;
    border-radius: 100px;
    padding: 5px;
}

/*柿の木幼稚園について_SP*/
@media screen and (max-width: 768px) {
  #kindergarten_activities .inner_600 {
    padding-top: 10px;
    padding-bottom: 0;
  }
  #kindergarten_activities .txt_intro {
    width: 90%;
    margin: 0 auto;
  }
  #kindergarten_activities div.activities_blk {
    width: 90%;
    margin: 0 auto;
  }
  #kindergarten_activities .Subttl {
    padding: 10px 0 0;
  }
  #kindergarten_activities ul li {
    padding: 9% 12%;
    border-radius: 163% 106% 79% 62% / 34% 39% 41% 66%;
  }
  #kindergarten_activities ul.main_activities li img {
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: cover;
    vertical-align: bottom;
  }
  #kindergarten_activities ul.main_activities li {
  line-height: 1;
  padding: 0;
  margin: 0;
}
  @media screen and (-webkit-min-device-pixel-ratio:0) {
  #kindergarten_activities ul.main_activities li img {
    vertical-align: bottom;
  }
}
  #kindergarten_activities ul.main_activities li {
    flex-direction: column !important;
    padding: 30% 12% 20%;
  }
  #kindergarten_activities ul.activities_blk_34 li {
    padding: 18% 12% 12%;
  }
  #kindergarten_activities ul.main_activities li p {
    width: 100%;
  }
  #kindergarten_activities ul.sub_activities li {
    width: 100%;
  }
  #kindergarten_activities ul.main_activities.main_02 li img {
      width: 100%;
  }
  #kindergarten_activities ul.main_activities.main_02 li p {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #kindergarten_schedule {
    width: 90%;
    margin: 0 auto;
  }
  #kindergarten_schedule .timetable tr {
    border-bottom: 5px #FAF0D0 dotted;
    display: flex;
    flex-direction: column;
  }
  #kindergarten_schedule .timetable th,
  #kindergarten_schedule .timetable td {
    text-align: center;
    width: 90%;
  }
  #kindergarten_schedule .timetable th p:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 45%;
    border: 8px solid transparent;
    border-top: 16px solid #F49513;
    width: 0;
    height: 0;
    transform: rotate(0);
  }
  #kindergarten_schedule .inner_850 {
    padding-top: 0;
  }
  #kindergarten_events .inner_600,
  #kindergarten_events .inner_1100 {
    width: 90%;
    margin: 0 auto;
  }
  #kindergarten_events .events_list li {
    width: 100%;
  }
  #kindergarten_other .inner_850 {
    width: 90%;
    margin: 0 auto;
  }
  #kindergarten_other ul.uniform_list li {
    width: 50%;
    margin-bottom: 20px;
  }
  #kindergarten_extraclass .inner_600 {
    padding-bottom: 0;
  }
  #kindergarten_extraclass p.txt_intro {
    width: 90%;
    margin: 0 auto;
  }
  #kindergarten_extraclass ul.extraclass_list li {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*満３歳児クラスについて*/
#threeyearold_point ul {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
#threeyearold_point ul li {
    background-color: #fff;
    margin-bottom: 5%;
    padding: 8% 13%;
    border-radius: 19% 32% 48% 23% / 33% 33% 34% 53%;
}

#threeyearold_schedule .timetable tr {
    border-bottom: 5px #FAF0D0 dotted;
}
#threeyearold_schedule .timetable th,
#threeyearold_schedule .timetable td {
    vertical-align: top;
    padding: 15px;
}
#threeyearold_schedule .timetable th p {
    border-radius: 100px;
    padding: 17px;
    width: 50%;
    margin: 0 auto;
    background: #F49513;
    color: #fff;
    position: relative;
}
#threeyearold_schedule .timetable th p:after {
    position: absolute;
    content: '';
    top: 35%;
    right: -19px;
    border: 8px solid transparent;
    border-top: 16px solid #F49513;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
}
#threeyearold_schedule .timetable td span {
    font-weight: 600;
    color: #F37043;
}
#threeyearold_schedule .timetable td img {
    width: 100%;
    border-radius: 70% 50% 70% 60% / 40% 80% 60% 70%;
}
#threeyearold_events .events_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#threeyearold_events .events_list li {
    width: 48%;
    margin-bottom: 30px;
}
#threeyearold_events .events_list hr {
    border: dotted #83BD81 3px;
}
#threeyearold_other {
    text-align: center;
}
#threeyearold_other p {
    text-align: : left;
}
#threeyearold_other ul.uniform_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#threeyearold_other ul.uniform_list li {
    width: 25%;
    margin-bottom: 20px;
}
#threeyearold_other p.lunch_schedule {
    border: solid 1px #000;
    padding: 10px;
    text-align: center;
}
#threeyearold_extraclass {
    background: #fff;
}
#threeyearold_extraclass ul.extraclass_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#threeyearold_extraclass ul.extraclass_list li{
  width: 48%;
}

/*満3歳児クラスについて_SP*/
@media screen and (max-width: 768px) {
  #threeyearold_point .inner_600,
  #threeyearold_point .inner_1100 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 1px;
  }
  #threeyearold_point ul li {
    background-color: #fff;
    margin-bottom: 5%;
    padding: 13% 13%;
    border-radius: 30% 85% 80% 137% / 60% 57% 51% 18%;
  }
  #threeyearold_schedule .timetable tr {
      border-bottom: 5px #FAF0D0 dotted;
  }
  #threeyearold_schedule .timetable th,
  #threeyearold_schedule .timetable td {
      vertical-align: top;
      padding: 15px;
  }
  #threeyearold_schedule .timetable th p {
      border-radius: 100px;
      padding: 17px;
      width: 50%;
      margin: 0 auto;
      background: #F49513;
      color: #fff;
      position: relative;
  }
  #threeyearold_schedule .timetable th p:after {
      position: absolute;
      content: '';
      top: 35%;
      right: -19px;
      border: 8px solid transparent;
      border-top: 16px solid #F49513;
      width: 0;
      height: 0;
      transform: rotate(-90deg);
  }
  #threeyearold_schedule .timetable td span {
      color: #F37043;
  }
  #threeyearold_schedule .timetable td img {
      width: 100%;
      border-radius: 70% 50% 70% 60% / 40% 80% 60% 70%;
  }
  #threeyearold_schedule {
    width: 90%;
    margin: 0 auto;
  }
  #threeyearold_schedule .timetable tr {
    border-bottom: 5px #FAF0D0 dotted;
    display: flex;
    flex-direction: column;
  }
  #threeyearold_schedule .timetable th,
  #threeyearold_schedule .timetable td {
    text-align: center;
    width: 90%;
  }
  #threeyearold_schedule .timetable th p:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 45%;
    border: 8px solid transparent;
    border-top: 16px solid #F49513;
    width: 0;
    height: 0;
    transform: rotate(0);
  }
  #threeyearold_events .inner_600,
  #threeyearold_events .inner_1100 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  #threeyearold_events .events_list li {
    width: 100%;
  }
  #threeyearold_other .inner_850 {
    width: 90%;
    margin: 0 auto;
  }
  #threeyearold_other ul.uniform_list li {
    width: 50%;
    margin-bottom: 20px;
  }
  #threeyearold_enfant .inner_600 {
    width: 90%;
    margin: 0 auto;
}
}

/*延長保育について*/
#extended_point ul {
    justify-content: space-between;
}
#extended_point ul li {
    width: 30%;
    background: #fff;
    padding: 1%;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
}

/*延長保育について_SP*/
@media screen and (max-width: 768px) {
  #extended_point ul {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  #extended_point ul li {
    width: 100%;
    background: #fff;
    padding: 5%;
    margin-bottom: 30px;
  }
}

/*プレ保育について*/
#pre_talent ul.pre_talent li {
    background-color: #fff;
    margin-bottom: 5%;
    padding: 8% 13%;
    border-radius: 19% 32% 48% 23% / 33% 33% 34% 53%;
}
.pre_guideline_btn ul.flex li {
    width: 350px !important;
}

/*プレ保育について_SP*/
@media screen and (max-width: 768px) {
  #pre_talent ul.pre_talent {
      width: 90%;
      margin: 0 auto;
  }
  #pre_talent p.txt_intro {
      width: 90%;
      margin: 0 auto 30px;
  }
  #pre_requirement ul {
    width: 90%;
    margin: 0 auto;
  }
  #pre_events ul.events_list p {
    width: 90%;
    margin: 0 auto;
  }
}

/*環境設備のページ*/
/*map*/
#facility_map {
  position: relative;
  width: 100%;
  /*max-width: 1000px;*/
  margin: 0 auto;
}

.map-image {
  width: 100%;
  display: block;
}

.pin {
  position: absolute;
  transform: translate(-50%, -100%);
  cursor: pointer;
}

.pin img.pin-icon {
    width: 2em;
    height: auto;
}

.popup {
  position: absolute;
  top: -300px;
  left: -150px;
  width: 300px; /* 大きめに */
  background: white;
  border: 2px solid #888;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  display: none;
  z-index: 10;
  border-radius: 8px;
}

.popup.pin06 {
    top: -300px;
    left: -220px;
}

.popup img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.pin.active .popup {
  display: block;
}
#facility_info ul {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
#facility_info ul li {
    background-color: #fff;
    margin-bottom: 5%;
    padding: 5% 8%;
    border-radius: 36% 43% 41% 32% / 33% 33% 34% 53%;
}
#facility_info ul.sub_activities li {
    width: 33%;
}

/*環境設備のページ_SP*/
@media screen and (max-width: 768px) {
  .pin img.pin-icon {
      width: 1.25em;
      height: auto;
  }
  .popup {
    top: -460%;
    left: -210%;
    width: 200px;
  }
  .popup.pin05 {
    top: -460%;
    left: -360%;
  }
  .popup.pin06 {
    top: -460%;
    left: -660%;
  }
  .popup.pin07 {
    top: -460%;
    left: -460%;
  }
  #facility_info ul {
    width: 90%;
    margin: 0 auto;
  }
  #facility_info ul.sub_activities li {
    width: 100%;
  }
  #facility_info ul li {
    margin-bottom: 5%;
    padding: 9% 10% 12%;
    border-radius: 21% 48% 38% 19% / 32% 19% 38% 47%;
  }
  #facility_other p {
      width: 90%;
      margin: 0 auto;
  }
}
/*見学・入園の案内*/
@media screen and (max-width: 768px) {
  #entry_kengaku p {
    width: 86%;
    margin: 0 auto;
  }
  #entry_kindergarten h3 {
    font-size: 1.3rem !important;
  }
  #entry_kindergarten h3,
  #entry_kindergarten p {
    width: 90%;
    margin: 0 auto;
  }
}

/*サイトポリシー_SP*/
@media screen and (max-width: 768px) {
  #sitepolicy {
    width: 90%;
    margin: 0 auto;
  }
}

/*採用情報*/
.section-rinfo p {
    width: 90%;
    margin: 30px auto;
}
@media screen and (max-width: 768px) {
    section.section-intro {
        width: 90%;
        margin: 160px auto 0;
    }
}

/*footer*/
footer {
    background-color: #FEFBF1;
    line-height: 0;
}
footer .f_access iframe {
    width: 100% !important;
}
footer .f_guide nav {
    justify-content: space-between;
}
footer nav ul {
  line-height: 1.5rem;
}

/*footer_SP*/
@media screen and (max-width: 768px) {
  footer .f_guide nav {
    flex-direction: column; !important;
  }
  footer .f_guide nav {
    justify-content: space-between;
  }
  footer nav ul {
    width: 85%;
    margin: 3% auto;
    line-height: 1.5rem;
}
  footer nav ul li {
    width: 85%;
  }
  footer .navigation__link {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0;
    transition: .5s;
  }
}

/* トップへ戻るボタン */
.page-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 80px;
    height: 80px;
    background-color: #F37043 !important;
    border-radius: 100%;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
    z-index: 99999;
}
.page-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.page-top:hover {
    opacity: .7;
}
.page-top__arrow {
    height: 15px;
    width: 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translateY(3px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .page-top {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 15px;
  }
}

/* マウスオーバー時 */

.content.white {
height: 500px;
background-color: #fff;
}

.content.gray {
height: 500px;
background-color: #eee;
}
