/*
Theme Name: kawahara
*/



/* Reset */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style: none;
}
strong {
  font-weight: bold;
}
a:focus {
  outline: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}



/* 全体の設定
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body, input, select, textarea {
  color: #212121;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.5;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #999;
}
a img:hover {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
em, i {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-weight: 400;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border: 0;
}
.clear {
  clear: both;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
a[href^="tel:"] {
  pointer-events: none
}
@media screen and (max-width: 980px) {
  a[href^="tel:"] {
    pointer-events: auto
  }
}
.pc {
  display: block;
}
.sp {
  display: none;
}



/* 全体の設定
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}
body {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  line-height: 1.8;
  letter-spacing: .1em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}
/*
body#top::before {
  background: url("./images/bg.jpg") center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
*/
a:link {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s
}
a:visited {
  color: #fff
}
a:hover {
  color: #c6c6c6;
  text-decoration: none
}




/* レイアウト PC
---------------------------------------------------------------------------*/
#wrapper {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#under #wrapper {
  margin: 100px auto 0;
}
.inner {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2em 0 4em;
}
.inner02 {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4em 0 4em;
}
#side {
  float: right;
  width: 240px;
  padding: 0 0 30px 0;
}
#cont {
  float: left;
  width: calc(100% - 270px);
  padding: 0 30px 30px 0;
}



/* ヘッダー PC
---------------------------------------------------------------------------*/
#splash {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #212121;
  text-align: center;
  color: #fff;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 130px;
  z-index: 100;
}
.header .header_logo {
  display: block;
  margin: 0 0 0 2%;
  padding: 0;
  width: 400px;
  height: auto;
  z-index: 99;
}
.header .header_logo img {
  width: 100%;
  height: auto;
  margin: 2px 0 0 0;
  padding: 0;
  vertical-align: middle;
}
.header_logo img {
  display: none;
}
.header.n_scroll .header_logo img {
  display: block;
}
#under .header {
  background: #fff;
  height: 100px;
}
#under .header_logo img {
  display: block;
  width: 320px;
  height: auto;
}
@media screen and (max-width: 980px) {
  .header {
    width: 100%;
    height: 85px;
  }
  .header.n_scroll, #under .header, #under .header.n_scroll {
    background: #fff;
    width: 100%;
    height: 85px;
  }
  .header .header_logo {
    margin: 0 0 0 0;
    width: 240px;
    height: auto;
  }
  .header .header_logo img, #under .header .header_logo img {
    width: auto;
    height: 85px;
    padding: 0;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 60px;
  }
  .header.n_scroll, #under .header, #under .header.n_scroll {
    background: #fff;
    width: 100%;
    height: 66px;
  }
  .header .header_logo {
    margin: 0 0 0 0;
    width: 240px;
    height: auto;
  }
  .header .header_logo img, #under .header .header_logo img {
    width: auto;
    height: 66px;
    padding: 0;
    vertical-align: middle;
  }
}

.openbtn {
  display: block;
  position: fixed;
  background-color: rgba(36,69,35,1);
  z-index: 101;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 64px;
  height: 64px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 15%;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  width: 70%;
}
.openbtn span:nth-of-type(1) {
  top: 12px;
}
.openbtn span:nth-of-type(2) {
  top: 24px;
}
.openbtn span:nth-of-type(3) {
  top: 36px;
}
.openbtn.active {
  background-color: rgba(255,255,255,0.2);
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18%;
  transform: translateY(6px) rotate(-45deg);
  width: 64%;
  background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18%;
  transform: translateY(-6px) rotate(45deg);
  width: 64%;
  background-color: #fff;
}
.openbtn p {
  padding: 40px 0 0 0;
  color: #fff;
  font-size: 70%;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.openbtn.active p {
  color: #fff;
}


@media screen and (max-width: 768px) {
  .openbtn {
    display: block;
    position: fixed;
    background-color: rgba(36, 69, 35, 1);
    z-index: 101;
    top: 8px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15%;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    width: 70%;
  }
  .openbtn span:nth-of-type(1) {
    top: 8px;
  }
  .openbtn span:nth-of-type(2) {
    top: 17px;
  }
  .openbtn span:nth-of-type(3) {
    top: 26px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 12px;
    left: 20%;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
    background-color: #fff;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 24px;
    left: 20%;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
    background-color: #fff;
  }
  .openbtn p {
    padding: 30px 0 0 0;
    color: #fff;
    font-size: 60%;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
  }
  .openbtn.active p {
    color: #fff;
  }
}

ul.g_nav {
  display: none;
  position: fixed;
  z-index: 100;
  top: -5%;
  left: 0;
  right: -210%;
  float: none;
  margin: 0;
  width: 100%;
  height: 105%;
  background:rgba(36,69,35,0.97);
  transition: all 0.2s;
}
ul.g_nav.panelactive {
  display: block;
  right: 0;
  left: 0;
}
.g_nav-list {
  display: none;
  width: 100%;
  padding: 100px 0 100px 16%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
ul.g_nav.panelactive .g_nav-list {
  display: block;
  text-align: left;
}
ul.g_nav li {
  margin: 0 0 0.75em 0;
  padding: 0;
  vertical-align: middle;
}
ul.g_nav li {
  display: block;
  padding: 6px 12px;
  font-size: 16px;
  vertical-align: top;
  text-align: left;
  line-height: 1.66;
  list-style: none;
  border-left: 1px dotted rgba(55, 55, 55, 0.33);
  transition: all 0.6s;
}
ul.g_nav li.instagram .n1, ul.g_nav li.facebook .n1 {
  display: inline-block;
}
ul.g_nav li.instagram .n2, ul.g_nav li.facebook .n2 {
  display: none;
}
ul.g_nav li img {
  width: 40px;
  height: auto
}
ul.g_nav li a {
  display: block;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  vertical-align: middle;
}
ul.g_nav li a span {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 1.2rem;
}
ul.g_nav li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
ul.g_nav li a:hover span {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1024px) {
.openbtn {
  display: none;
}
ul.g_nav, .header.n_scroll ul.g_nav {
  display: block;
  position: fixed;
  z-index: 100;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  float: none;
  margin: 0;
  width: 100%;
  height: 210px;
  transition: all 0.2s;
}
.g_nav-list, .header.n_scroll .g_nav-list {
  display: block;
  background:rgba(255,255,255,0.97);
  margin: 0 auto;
  width: 100%;
  padding: 0;
  height: 210px;
  overflow: hidden;
  writing-mode: vertical-rl;
  -webkit-overflow-scrolling: touch;
}
ul.g_nav li, .header.n_scroll ul.g_nav li {
  display: inline-block;
  width: calc(100vw / 7);
  height: 210px;
  padding: 18px 24px 8px 12px;
  font-size: 14px;
  text-align: left;
  writing-mode: vertical-rl;
  line-height: 1.33;
  list-style: none;
  border-left: 1px dotted rgba(55, 55, 55, 0.33);
  transition: all 0.6s;
}
ul.g_nav li.instagram, ul.g_nav li.facebook, .header.n_scroll ul.g_nav li.instagram, .header.n_scroll ul.g_nav li.facebook {
  display: inline-block;
}
ul.g_nav li img, .header.n_scroll ul.g_nav li img {
  width: 32px;
  height: auto
}
ul.g_nav li a, .header.n_scroll ul.g_nav li a {
  display: block;
  color: #212121;
  font-size: calc(100vh / 88);
  font-weight: 500;
}
ul.g_nav li a span, .header.n_scroll ul.g_nav li a span {
  display: block;
  margin: 0;
  color: #212121;
  font-size: calc(100vh / 66);
}
ul.g_nav li a:hover {
  color: rgba(55, 55, 55, 0.5);
}
ul.g_nav li a:hover span {
  color: rgba(55, 55, 55, 0.7);
}
ul.g_nav li.instagram .n1, ul.g_nav li.facebook .n1 {
  display: none;
}
ul.g_nav li.instagram, ul.g_nav li.facebook, .header.n_scroll ul.g_nav li.instagram, .header.n_scroll ul.g_nav li.facebook {
  height: 36px;
  border-left: none;
}
ul.g_nav li.instagram .n2, ul.g_nav li.facebook .n2, .header.n_scroll ul.g_nav li.instagram .n2, .header.n_scroll ul.g_nav li.facebook .n2 {
  display: block;
  width: 32px;
  height: 32px;
}
.header.n_scroll ul.g_nav li.instagram .n1, .header.n_scroll ul.g_nav li.facebook .n1 {
  display: none;
}

/*
.header.n_scroll ul.g_nav {
  display: none;
  position: fixed;
  z-index: 100;
  top: -5%;
  bottom: auto;
  left: 0;
  right: -210%;
  float: none;
  margin: 0;
  width: 100%;
  height: 105%;
  background:rgba(36,69,35,0.97);
  transition: all 0.2s;
}

.header.n_scroll .openbtn {
  display: block;
}
.header.n_scroll ul.g_nav.panelactive {
  display: block;
  right: 0;
  left: 0;
}
.header.n_scroll .g_nav-list {
  display: none;
  background:rgba(36,69,35,0.97);
  width: 100%;
  padding: 100px 0 100px 16%;
  height: 100vh;
  overflow: auto;
  writing-mode: horizontal-tb;
  -webkit-overflow-scrolling: touch;
}
.header.n_scroll ul.g_nav.panelactive .g_nav-list {
  display: block;
  text-align: left;
}
.header.n_scroll ul.g_nav li {
  width: 100%;
  margin: 0 0 0.75em 0;
  padding: 0;
  height: auto;
  writing-mode: horizontal-tb;
  vertical-align: middle;
}
.header.n_scroll ul.g_nav li {
  display: block;
  padding: 6px 12px;
  font-size: 16px;
  vertical-align: top;
  text-align: left;
  line-height: 1.66;
  list-style: none;
  border-left: 1px dotted rgba(55, 55, 55, 0.33);
  transition: all 0.6s;
}
.header.n_scroll ul.g_nav li.instagram, .header.n_scroll ul.g_nav li.facebook {
  display: inline-block;
}
.header.n_scroll ul.g_nav li.instagram .n1, .header.n_scroll ul.g_nav li.facebook .n1 {
  display: block;
}
.header.n_scroll ul.g_nav li.instagram .n2, .header.n_scroll ul.g_nav li.facebook .n2 {
  display: none;
}

.header.n_scroll ul.g_nav li img {
  width: 40px;
  height: auto
}
.header.n_scroll ul.g_nav li a {
  display: block;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  vertical-align: middle;
}
.header.n_scroll ul.g_nav li a span {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 1.2rem;
}
.header.n_scroll ul.g_nav li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.header.n_scroll ul.g_nav li a:hover span {
  color: rgba(255, 255, 255, 0.6);
}
*/


}
@keyframes arrowmove {
  0% {
    bottom: 6%;
  }
  50% {
    bottom: 8%;
  }
  100% {
    bottom: 6%;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
}
.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden
}
.mainvisual_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 640px;
  height: auto;
  z-index: 99;
}
@media screen and (max-width: 980px) {
  .mainvisual_logo {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 320px;
    height: auto;
  }
}
.mainvisual_logo img {
  width: 100%;
  height: auto;
  vertical-align: top
}
#mainvisual {
position: relative;
}
.overlay {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.overlay::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.1);
}
.slider {
  position: relative;
  z-index: 0;
  height: 100vh;
  overflow: hidden;
}
.slider_item {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider_item.slider_item01 {
  background-image: url("./images/main01.jpg")
}
.slider_item.slider_item02 {
  background-image: url("./images/main02.jpg")
}
.slider_item.slider_item03 {
  background-image: url("./images/main03.jpg")
}

@media screen and (max-width: 640px) {
.slider_item.slider_item01 {
  background-image: url("./images/main01_sp.jpg")
}
.slider_item.slider_item02 {
  background-image: url("./images/main02_sp.jpg")
}
.slider_item.slider_item03 {
  background-image: url("./images/main03.jpg")
}
}
.slide>.slick-list, .slide>.slick-list>.slick-track, .slide>.slick-list>.slick-track>.slick-slide>div {
  position: relative;
  height: 100%
}
.slide-animation.slider_item01, .slide-animation.slider_item02, .slide-animation.slider_item03 {
  -webkit-animation: slide-zoom 10s ease-out;
  animation: slide-zoom 10s ease-out
}
@-webkit-keyframes slide-zoom {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes slide-zoom {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}



/* フッター PC
---------------------------------------------------------------------------*/
.footer {
  position: relative;
  background: rgba(36,69,35,1);
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
  z-index: 10;
}
.footer .footer_inner {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto 20px;
  padding: 0;
}
.footer .footer_inner:first-child {
  margin-bottom: 40px
}
.footer_logo {
  width: 320px;
  margin: 0 0 20px;
}
@media screen and (max-width: 980px) {
  .footer_logo {
    margin: 0 0 1em -10px;
  }
}
.footer_logo img {
  display: block;
  width: 100%;
  height: auto
}
.sns_nav {
  margin: 0 0 1em 1em;
}
.sns_nav li {
  display: inline-block;
}
.sns_nav li img {
  width: 40px;
  height: auto
}

.footer_info {
  margin: 0 0 2em 1.2em;
}
.footer_link {
  display: none;
}
.footer_link {
  margin: 2em 0 2em 1.2em;
}
.footer_link li {
  display: inline-block;
  margin: 0 1em 1em 0;
  font-size: 90%;
}
.copyright {
  width: 100%;
  max-width: 90vw;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: .06em;
  text-align: center;
  color: #fff
}
@media screen and (max-width: 980px) {
  .copyright {
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
  }
}
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 37px;
  z-index: 99;
}
#pagetop img {
  width: 40px;
  height: auto;
}
#pagetop:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  #pagetop {
    position: fixed;
    bottom: 30px;
    right: 16px;
    z-index: 99;
  }
}



/* コンテンツ PC
---------------------------------------------------------------------------*/
h2.tit01 {
  margin: 10px 0 1em 0;
  font-family: 'Libre Caslon Text', serif;
  font-size: 2rem;
  line-height: 1.33;
  text-align: center;
}
h2.tit01.txt_l {
  text-align: left;
}
h2.tit01::first-letter {
  font-size: 133%;
}
h2.tit01 span {
  display: inline-block;
  padding: 6px 0 0 10px;
  font-size: 1.2rem;
  text-align: center;
}
h2.tit02 {
  margin: 10px 0 0.66em 0;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
}
h2.tit02 span {
  display: block;
  width: 4em;
  margin: 10px auto;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  background: linear-gradient(transparent 55%, rgba(186, 144, 109, 0.33) 55%);
}
h2.tit02 span::first-letter {
  font-size: 133%;
}
h2.tit03 {
  margin: 10px 0 1em 0;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
}
h2.tit03 span {
  display: inline-block;
  padding: 6px 0 0 10px;
  font-size: 1.2rem;
  text-align: left;
}
h2.tit03::first-letter {
  font-size: 133%;
}
h2.page_tit {
  display: block;
  position: relative;
  background: rgba(142, 184, 60, 0.25) url("./images/wagara.png");
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: right 50%;
  margin-bottom: 15px;
  padding: 0.6em 0.5em 0.6em calc(0.5em + 18px);
  color: #333;
  font-size: 1.66rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.33;
}
h2.page_tit:after {
  position: absolute;
  top: 0.6em;
  left: 0.5em;
  width: 10px;
  height: calc(100% - 1.2em);
  content: '';
  background-image: linear-gradient(to bottom, green 0%, rgba(142, 184, 60, 1) 100%);
}


h3.tit02 {
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    color: green;
    font-size: 1.33rem;
    font-weight: bold;
    border-left: 10px solid rgba(142, 184, 60, 1);
}
h4.tit02 {
    margin: 0 0 10px 0;
    padding: 0;
    color: green;
    font-size: 1.33rem;
    font-weight: bold;
}
img.photo_size01 {
 width: 100%;
 max-width: 400px;
 height: auto;
 margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
h2.page_tit {
  display: block;
  position: relative;
  background: rgba(142, 184, 60, 0.25) url("./images/wagara.png");
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: right 50%;
  margin-bottom: 10px;
  padding: 0.6em 0.5em 0.6em calc(0.5em + 18px);
  color: #333;
  font-size: 1.33rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.33;
}
h2.page_tit:after {
  position: absolute;
  top: 0.6em;
  left: 0.5em;
  width: 10px;
  height: calc(100% - 1.2em);
  content: '';
  background-image: linear-gradient(to bottom, green 0%, rgba(142, 184, 60, 1) 100%);
}
}

h3.tit01 {
  margin: 0 0 10px 0;
  padding: 5px 0 10px 2px;
  font-size: 1.1rem;
  text-align: left;
}
h3.tit01 span {
  margin: 0 0 0 0.2em;
  padding: 1px 0 1px 8px;
  font-size: 0.9rem;
  border-left: 5px solid #cbaa00;
}
h4.tit01 {
  margin-bottom: 15px;
  padding: 0;
  color: green;
  font-size:1.2rem;
  font-weight: 500;
  text-align: left;
  border-bottom: 3px dotted #aaa;
}
h4.tit01 span.bot {
  padding: 2px 0 2px 8px;
  border-left: 8px solid green
}
h4.tit01 span.num {
  margin: 0 5px;
  font-size:150%;
  vertical-align: -2px;
}
section .inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto 3em;
  padding: 2em 60px 2em;
}
section .inner02 {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2em 0 2em;
}
section.news {
  background-color: #fff;
  background-image: url("./images/bg01_l.png"), url("./images/bg01_r.png");
  background-repeat: no-repeat;
  background-size: 320px;
  background-position: left 50%, right 50%;
  max-width: 1920px;
  margin: 3em auto 3em;
  padding: 0;
}
section.ureshino .inner {
  background: #fff url("./images/ureshino_bg02.jpg");
  background-size: cover;
  width: 92%;
  max-width: 1280px;
  margin: 0 auto 6em;
  padding: 4em 60px 2em;
}
section.item {
  max-width: 1920px;
  margin: 0 auto 8em;
}
section.greeting {
  background: url("./images/greeting_bg.jpg") center;
  background-size: cover;
  margin: 8em auto 4em;
}
section.access {
  background-color: #fff;
  background-image: url("./images/bg02_l.png"), url("./images/bg02_r.png");
  background-repeat: no-repeat;
  background-size: 320px;
  background-position: left 50%, right 50%;
  max-width: 1920px;
  margin: 0 auto 4em;
}
section.access .inner {
 margin: 0 auto;
}
section p.name {
  margin: 3em 2em 0 0;
  font-size: 1rem;
  text-align: right;
}
.fb {
  font-size: 166%;
}
.fs {
  font-size: 80%;
}
.block1 {
  margin: 30px 0 0;
  font-size: 0;
}
.block1 li {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
}
.block1 li img {
  width: 100%;
  max-width: 540px;
  height: auto;
  border-radius: 10px;
}
.block2 {
  margin: 20px 0;
  font-size: 0;
}
.block2 li {
  display: inline-block;
  width: 50%;
  margin: 0 0 30px 0;
  padding: 10px;
  font-size: 16px;
  vertical-align: top;
}
.block2 li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.online_bnr img {
display: block;
margin: 45px auto 60px;
  width: 100%;
  max-width: 980px;
  height: auto;
  border: 1px solid #fff;
  transform: scale(1);
  transition: all .3s;
  border-radius: 10px;
}
.online_bnr img:hover {
  transform: scale(0.99);
  transition: all .3s;
}
section p.youtube_txt {
  margin: 0.66em 0 2em 0;
  text-align: center;
}
section p.youtube_txt span {
  background: #f7c8ce;
  padding: 1px 8px;
  border-radius: 4px;
}

.top_txt_block {
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
  padding: 1.5em 0 3em;
}
.box_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.box_wrap:last-child {
  margin-bottom: 30px;
}
.box_wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.txt_box {
  width: calc(100% - 440px);
  padding: 0 1.5em 0 0;
}
.txt_box.pdl {
  padding: 0 0 0 1.5em;
}
.box_wrap img {
  display: block;
  width: 360px;
  height: auto;
}
.item_box_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.item_box_wrap .item_top_block {
  background: #f3ecd9;
  width: auto;
  margin: 15vh 0 0 -10%;
  padding: 2em 6em;
  z-index: 2;
}
.item_box_wrap img {
  display: block;
  width: 72%;
  height: auto;
  margin: 0;
}


.top_item {
  display: block;
  width: 100%;
  margin: 0 auto 45px;
  padding: 0
  font-size: 0;
  letter-spacing: 0;
}
.top_item li {
  display: inline-block;
  width: 26%;
  margin: 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0;
}
.top_item li:nth-child(1) {
  width: 19%;
}
.top_item .pc {
  display: block;
}
.top_item .sp {
  display: none;
}
.top_item li img {
  width: 100%;
  height: auto;
  padding: 10px;
}
.top_item li:nth-child(1) img {
  width: 100%;
  height: auto;
}
.online_bnr02 {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
}
.online_bnr02 img {
  width: 100%;
  height: auto;
}
.online_bnr02 .pc {
  display: block;
}
.online_bnr02 .sp {
  display: none;
}
.top_bnr {
  display: block;
  width: 100%;
  margin: 0 auto 45px;
  padding: 0
  font-size: 0;
}
.top_bnr li {
  display: inline-block;
  width: 31.3%;
  margin: 0;
  padding: 30px;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
.top_bnr li:nth-child(3n-1) {
  margin: 0 2%;
}
.top_bnr li img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.c_item {
  position: relative;
  display: block;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: 0;
  border-left: 4px solid #86b728;
  border-right: 4px solid #244523;
}
.c_item li {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
.c_item li:nth-child(1) {
  position: absolute;
  top: -50px;
  left: -4px;
  right: -4px;
  background: url(./images/chart_pc.png) no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: calc(100% + 8px);
  height: 60px;
  padding: 0;
}
.c_item li:nth-child(2) {
  width: calc(100% / 9);
  margin: 0;
  border-bottom: 4px solid #86b728;
}
.c_item li:nth-child(2) a {
  display: block;
  width: 100%;
  padding-bottom: 300%;
  background: url(./images/c_item01_pc.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(3) {
  width: calc(100% / 9);
  margin: 0;
  border-bottom: 4px solid #86b728;
}
.c_item li:nth-child(3) a {
  display: block;
  width: 100%;
  padding-bottom: 300%;
  background: url(./images/c_item02_pc.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(4) {
  width: calc(100% / 9);
  margin: 0;
  border-bottom: 4px solid #86b728;
}
.c_item li:nth-child(4) a {
  display: block;
  width: 100%;
  padding-bottom: 300%;
  background: url(./images/c_item03_pc.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(5) {
  width: calc(100% / 9);
  margin: 0;
  border-bottom: 4px solid #86b728;
}
.c_item li:nth-child(5) a {
  display: block;
  width: 100%;
  padding-bottom: 300%;
  background: url(./images/c_item04_pc.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(6) {
  width: calc(100% / 9);
  margin: 0;
  border-bottom: 4px solid #86b728;
}
.c_item li:nth-child(6) a {
  display: block;
  width: 100%;
  padding-bottom: 300%;
  background: url(./images/c_item05_pc.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(7) {
  width: calc(100% / 9);
  margin: 0;
  border-bottom: 4px solid #86b728;
}
.c_item li:nth-child(7) a {
  display: block;
  width: 100%;
  padding-bottom: 300%;
  background: url(./images/c_item06_pc.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(8) {
  width: calc(100% / 9);
  margin: 0;
  border-bottom: 4px solid #86b728;
}
.c_item li:nth-child(8) a {
  display: block;
  width: 100%;
  padding-bottom: 300%;
  background: url(./images/c_item07_pc.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(9) {
  width: calc(100% / 9);
  margin: 0;
  border-bottom: 4px solid #244523;
}
.c_item li:nth-child(9) a {
  display: block;
  width: 100%;
  padding-bottom: 300%;
  background: url(./images/c_item08_pc.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(10) {
  width: calc(100% / 9);
  margin: 0;
  border-bottom: 4px solid #244523;
}
.c_item li:nth-child(10) a {
  display: block;
  width: 100%;
  padding-bottom: 300%;
  background: url(./images/c_item09_pc.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 980px) {
.top_bnr {
  display: block;
  width: 100%;
  margin: 0 auto 45px;
  padding: 0
  font-size: 0;
}
.top_bnr li {
  display: inline-block;
  width: 31.3%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
.top_bnr li:nth-child(3n-1) {
  margin: 0 2%;
}
.top_bnr li img {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
.top_item .pc {
  display: none;
}
.top_item .sp {
  display: block;
}
.top_item {
  display: block;
  width: 60%;
  margin: 0 auto 45px;
  padding: 0
  font-size: 0;
  letter-spacing: 0;
}
.top_item li {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0;
}
.top_item li:nth-child(1) {
  width: 100%;
}
.online_bnr02 .pc {
  display: none;
}
.online_bnr02 .sp {
  display: block;
}
.online_bnr02 img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.top_bnr {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0
  font-size: 0;
}
.top_bnr li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
.top_bnr li:nth-child(3n-1) {
  margin: 0 2%;
}
.top_bnr li img {
  display: block;
  width: 50%;
  height: auto;
  margin: 0 auto;
}
.c_item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 60px auto 0;
  font-size: 0;
  letter-spacing: 0;
  border-top: 6px solid #86b728;
  border-bottom: 6px solid #244523;
  border-left: 0px solid #86b728;
  border-right: 0px solid #244523;
}
.c_item li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(./images/chart_sp.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 50px;
  height: 100%;
  padding: 0;
}
.c_item li:nth-child(2) {
  width: calc(100% - 50px);
  margin: 0 0 0 50px;
  border-bottom: 0px solid #86b728;
  border-right: 6px solid #86b728;
}
.c_item li:nth-child(2) a {
  display: block;
  width: 100%;
  padding-bottom: 39%;
  background: url(./images/c_item01_sp.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(3) {
  width: calc(100% - 50px);
  margin: 0 0 0 50px;
  border-bottom: 0px solid #86b728;
  border-right: 6px solid #86b728;
}
.c_item li:nth-child(3) a {
  display: block;
  width: 100%;
  padding-bottom: 39%;
  background: url(./images/c_item02_sp.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(4) {
  width: calc(100% - 50px);
  margin: 0 0 0 50px;
  border-bottom: 0px solid #86b728;
  border-right: 6px solid #86b728;
}
.c_item li:nth-child(4) a {
  display: block;
  width: 100%;
  padding-bottom: 39%;
  background: url(./images/c_item03_sp.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(5) {
  width: calc(100% - 50px);
  margin: 0 0 0 50px;
  border-bottom: 0px solid #86b728;
  border-right: 6px solid #86b728;
}
.c_item li:nth-child(5) a {
  display: block;
  width: 100%;
  padding-bottom: 39%;
  background: url(./images/c_item04_sp.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(6) {
  width: calc(100% - 50px);
  margin: 0 0 0 50px;
  border-bottom: 0px solid #86b728;
  border-right: 6px solid #86b728;
}
.c_item li:nth-child(6) a {
  display: block;
  width: 100%;
  padding-bottom: 39%;
  background: url(./images/c_item05_sp.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(7) {
  width: calc(100% - 50px);
  margin: 0 0 0 50px;
  border-bottom: 0px solid #86b728;
  border-right: 6px solid #86b728;
}
.c_item li:nth-child(7) a {
  display: block;
  width: 100%;
  padding-bottom: 39%;
  background: url(./images/c_item06_sp.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(8) {
  width: calc(100% - 50px);
  margin: 0 0 0 50px;
  border-bottom: 0px solid #86b728;
  border-right: 6px solid #86b728;
}
.c_item li:nth-child(8) a {
  display: block;
  width: 100%;
  padding-bottom: 39%;
  background: url(./images/c_item07_sp.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(9) {
  width: calc(100% - 50px);
  margin: 0 0 0 50px;
  border-bottom: 0px solid #86b728;
  border-right: 6px solid #244523;
}
.c_item li:nth-child(9) a {
  display: block;
  width: 100%;
  padding-bottom: 39%;
  background: url(./images/c_item08_sp.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c_item li:nth-child(10) {
  width: calc(100% - 50px);
  margin: 0 0 0 50px;
  border-bottom: 0px solid #86b728;
  border-right: 6px solid #244523;
}
.c_item li:nth-child(10) a {
  display: block;
  width: 100%;
  padding-bottom: 39%;
  background: url(./images/c_item09_sp.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
}
@media screen and (max-width: 480px) {
.top_item {
  display: block;
  width: 80%;
  margin: 0 auto 45px;
  padding: 0
  font-size: 0;
  letter-spacing: 0;
}
.top_bnr li img {
  display: block;
  width: 66%;
  height: auto;
  margin: 0 auto;
}
}


.news_box {
  width: 100%;
  margin: 0 auto 4em;
}
.news_list {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.66;
  border-top: 1px dotted rgba(33, 33, 33, 0.66);
  overflow: auto;
}
.news_list dt {
  clear: both;
  width: 9em;
  float: left;
  padding: 14px;
  font-weight: 700;
  color: #212121;
}
.news_list dd {
  padding: 14px 14px 14px 9em;
  text-align: left;
  border-bottom: 1px dotted rgba(33, 33, 33, 0.66);
}
.news_list dd a {
  color: #212121;
}
.news_list dd a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(33, 33, 33, 0.33);
  text-underline-offset: 6px;
}
.block {
  margin: 0 auto 4em;
}
.block2 {
  display: block;
  width: 100%;
  margin: 30px auto 0;
  font-size: 0px;
  letter-spacing: 0;
}
.block2 li {
  display: inline-block;
  width: 47%;
  margin: 0 3% 20px 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
.block2 li:nth-child(2n) {
  margin: 0 0 20px 3%;
}
.block3 {
  display: block;
  width: 100%;
  margin: 30px auto 0;
  font-size: 0px;
}
.block3 li {
  display: inline-block;
  width: 31.5%;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
.block3 li:nth-child(3n-1) {
  margin: 0 2% 20px;
}
.block3 li img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #f2f2f2;
  transform: scale(1);
  transition: all .3s;
}
.block3 li a:hover img {
  transform: scale(0.97);
  transition: all .3s;
}
section .block3 li p {
  padding: 0 6px;
  text-align: left;
  font-size: 1rem;
}
.size100 {
  width: 100%;
  height: auto;
}
.more_btn01 {
  display: block;
  position: relative;
  width: 90%;
  margin: 10px auto;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.more_btn01 a {
  display: block;
  color: #212121;
  padding: 10px 20px 20px 20px;
}
.more_btn01 a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.more_btn01::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #212121;
  border-left: 1px solid #212121;
}
.more_btn01::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
}
.more_btn01 a::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 5%;
  right: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: #212121;
  transition: all .3s;
}
.more_btn01 a::after {
  display: block;
  content: '';
  position: absolute;
  bottom: calc(5% + 4px);
  right: calc(50% - 30px);
  width: 12px;
  height: 1px;
  background: #212121;
  transform: rotate(33deg);
  transition: all .3s;
}
.more_btn01 a:hover::before {
  right: calc(50% - 54px);
}
.more_btn01 a:hover::after {
  right: calc(50% - 54px);
}
.btn_wide01 {
  width: 80%;
  max-width: 320px;
  height: auto;
}
.btn_wide02 {
  width: 80%;
  max-width: 320px;
  height: auto;
  margin: 10px 0;
}
.google_map {
  position: relative;
}
.access_info {
  margin: 2em 0 1em;
  padding: 0.1em 0 0.1em 1em;
  border-left: 5px solid rgba(36,69,35,0.66);
}
.access_info .top_txt.last {
  margin: 0;
}
.tbl01 {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.66;
}
.tbl01 th {
  width: 8em;
  padding: 16px 10px;
  color: rgba(0, 131, 75, 1);
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
}
.tbl01 td {
  width: calc(100% - 8em);
  padding: 16px 24px;
  text-align: left;
  vertical-align: top;
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
}
.tbl01 td img {
  margin: 10px auto;
  width: 70%;
  max-width: 320px;
  height: auto;
  border-radius: 5px;
}
.lead_txt {
  font-size: 120%;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}
.zabuton {
  background: linear-gradient(transparent 55%, rgba(142,184,60,0.33) 55%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 100%;
  line-height: 2.4;
  padding: 0.4em 0.5em 0.2em;
  font-feature-settings: "palt";
}



/* 下層ページ PC
---------------------------------------------------------------------------*/
.sub_visual01 {
  background: url(./images/sub_visual.jpg) no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  width: 100%;
  height: 270px;
  margin: 0 auto 30px;
}
.sub_visual02 {
  background: url(./images/sub_visual02.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 270px;
  margin: 0 auto 30px;
}
.sub_visual03 {
  background: url(./images/sub_visual03.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 270px;
  margin: 0 auto 30px;
}
.sub_visual04 {
  background: url(./images/sub_visual04.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 270px;
  margin: 0 auto 30px;
}
.sub_visual05 {
  background: url(./images/sub_visual05.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 270px;
  margin: 0 auto 30px;
}
.sv_inner {
  display: table;
  width: 92%;
  height: 270px;
  margin: 0 auto;
}
.sub_visual .sv_tit {
  display: table-cell;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.sub_visual .sv_tit span {
  background: rgba(255, 255, 255, 1);
  padding: 4px 20px;
  color: green;
}


/* 私たちについて */
.txt_block {
  float: left;
  width: 60%;
  margin: 0 0 40px 0;
  padding: 30px 60px 30px 0;
}
.photo_block {
  float: left;
  width: 40%;
  margin: 0 0 40px 0;
  padding: 30px 0;
}
.photo_block img {
  width: 100%;
  height: auto;
}
.box_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.box_wrap:last-child {
  margin-bottom: 30px;
}
.box_wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
.txt_box {
  width: 62%;
  padding: 0 1.5em 0 0;
}
.txt_box.pdl {
  padding: 0 0 0 1.5em;
}
.box_wrap img {
  display: block;
  width: 36%;
  height: auto;
}
.ureshino_map {
  float: left;
  width: 240px;
  height: auto;
}

dl.history {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
dl.history dt {
  text-align: right;
  width: 8em;
  padding: 0 1.2em 0 0.3em;
  position: relative;
  color: green;
  font-size: 1rem;
}
dl.history dt .year {
  font-size: 200%
}
dl.history dt::after {
  content: '●';
  position: absolute;
  right: -0.55em;
  top: 8px;
  font-size: 21px;
  color: rgba(136, 186, 40, 1);
}
dl.history dd {
  width: calc(100% - 8em);
  padding: 0.5em 2.0em 3.0em;
  border-left: 2px solid #ccc;
}
dl.history dd img {
  float: right;
  padding: 0 0 2em 1.5em;
}
dl.history dd h3 {
  padding: 0 0 5px;
  color: green;
  font-size: 1.33rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
dl.history dt {
  text-align: right;
  width: 6em;
  padding: 0.6em 1.2em 0 0.3em;
  position: relative;
  color: green;
  font-size: 1rem;
}
dl.history dt .year {
  font-size: 133%
}
dl.history dt::after {
  content: '●';
  position: absolute;
  right: -0.55em;
  top: 8px;
  font-size: 21px;
  color: rgba(136, 186, 40, 1);
}
dl.history dd {
  width: calc(100% - 6em);
  padding: 0.5em 2.0em 3.0em;
  border-left: 2px solid #ccc;
}
dl.history dd img {
  float: none;
  padding: 0.5em 0 1em 0;
}
dl.history dd h3 {
  padding: 3px 0 5px;
  color: green;
  font-size: 1.15rem;
  font-weight: bold;
}
}

.flow_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.flow_wrap ul {
  padding: 0;
}
.flow_wrap li {
  list-style-type: none;
}
.flow_wrap dd {
  margin-left: 0;
}
.flow {
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}
.flow>li {
  position: relative;
}
.flow>li:not(:last-child) {
  margin-bottom: 60px;
}
.flow>li .flow_num {
  font-size: 1rem;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #8EB83C;
  display: inline-block;
  margin-right: 0.3em;
}
.flow>li dl.flow_list {
  padding-left: 70px;
  position: relative;
}
.flow>li dl.flow_list::before, .flow>li dl.flow_list::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow>li dl.flow_list::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #8EB83C;
  border-radius: 50%;
  left: -4px;
}
.flow>li dl.flow_list::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow>li dl.flow_list dt {
  display: flex;
  margin-bottom: -0.5em;
  align-items: center;
  line-height: 1.33;
}
.flow>li dl.flow_list dt h3 {
  color: #8EB83C;
  font-size: 1.4rem;
  font-weight: 500;
}
.flow>li dl.flow_list dd {
  padding: 20px 0 ;
  line-height: 1.66;
}

.title_block {
  float: left;
  width: 200px;
}
.cont_block {
  float: left;
  width: calc(100% - 200px);
  padding: 45px 30px 60px 10px;
  border-top: 1px solid rgba(142, 184, 60, 1);
  line-height: 2;
}
.vertical_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  font-feature-settings: "palt";
  line-height: 1.33;
}
.vertical_tit::before, .vertical_tit::after {
  content: "";
  width: 20px;
  height: 20px;
}
.vertical_tit::before {
  margin: 20px 70px 0 0;
  border-top: 7px solid rgba(142, 184, 60, 1);
  border-left: 7px solid green;
}
.vertical_tit::after {
  margin: 0 0 -20px 70px;
  border-right: 7px solid green;
  border-bottom: 7px solid rgba(142, 184, 60, 1);
}
.vertical_tit.two::before {
  margin: 20px 110px 0 0;
  border-top: 7px solid rgba(142, 184, 60, 1);
  border-left: 7px solid green;
}
.vertical_tit.two::after {
  margin: 0 0 -20px 110px;
  border-right: 7px solid green;
  border-bottom: 7px solid rgba(142, 184, 60, 1);
}
.water {
  float: right;
  margin: 0 0 30px 30px;
  width: 300px;
  height: auto;
}
.bg01 {
  display: block;
  background: #FFF5DE;
  margin: 30px auto;
  padding: 30px;
}

@media screen and (max-width: 768px) {
.txt_block {
  float: none;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 30px 0 0;
}
.photo_block {
  float: none;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 20px 0 30px;
}
.photo_block img {
  width: 100%;
  height: auto;
}
.title_block {
  float: none;
  width: 100%;
}
.cont_block {
  float: none;
  width: 100%;
  padding: 30px 0;
  border-top: 0 solid rgba(142, 184, 60, 1);
  line-height: 2;
}
.vertical_tit {
  display: flex;
  justify-content: left;
  font-size: 1.88rem;
-ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}
.vertical_tit::before, .vertical_tit::after {
  content: "";
  width: 20px;
  height: 20px;
}
.vertical_tit::before {
  margin: -36px 5px 0 0;
  border-top: 7px solid rgba(142, 184, 60, 1);
  border-left: 7px solid green;
}
.vertical_tit::after {
  margin: 0 0 -36px 5px;
  border-right: 7px solid green;
  border-bottom: 7px solid rgba(142, 184, 60, 1);
}
.vertical_tit.two::before {
  margin: -80px 0 0 0;
  border-top: 7px solid rgba(142, 184, 60, 1);
  border-left: 7px solid green;
}
.vertical_tit.two::after {
  margin: 0 0 -80px 0;
  border-right: 7px solid green;
  border-bottom: 7px solid rgba(142, 184, 60, 1);
}
.water {
  float: none;
  margin: 0 0 20px 25px;
  width: 240px;
  height: auto;
}
.bg01 {
  display: block;
  background: #FFF5DE;
  margin: 30px auto;
  padding: 30px;
}
}


/* お茶について */
img.green_tea {
  display: block;
  margin: 40px auto;
  width: 100%;
  max-width: 600px;
  height: auto;
  text-align: center;
}
h3.tea_tit {
  position: relative;
  background: rgba(142, 184, 60, 1);
  box-shadow: 0px 0px 0px 7px rgba(142, 184, 60, 1);
  border: dashed 2px white;
  margin: 40px 0 20px 0;
  padding: 0em 0.8em 0em;
  color: #fff;
  font-size: 1.33rem;
  font-weight: 500;
}
h3.tea_tit:after {
  position: absolute;
  content: '';
  left: -10px;
  top: -10px;
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: #fff #fff green;
}
.component {
  margin: 30px auto;
  font-size: 1rem;
  line-height: 1.66;
  border-top: 1px dotted rgba(33, 33, 33, 0.66);
  overflow: auto;
}
.component dt {
  clear: both;
  width: 13em;
  float: left;
  padding: 14px;
  font-weight: 700;
  color: #212121;
}
.component dd {
  padding: 14px 14px 14px 13em;
  text-align: left;
  border-bottom: 1px dotted rgba(33, 33, 33, 0.66);
}
.component dt:nth-of-type(odd), .component dd:nth-of-type(odd) {
  background: #FFF5DE;
}

@media screen and (max-width: 768px) {
.component dt {
  clear: none;
  width: 100%;
  float: none;
  padding: 14px 14px 8px;
  font-weight: 700;
  color: #212121;
}
.component dt span {
  background: rgba(36, 69, 35, 1);
  padding: 2px 12px;
  color: #fff;
}
.component dd {
  width: 100%;
  padding: 0 14px 14px;
}
}
.pic {
  background: rgba(142, 184, 60, 1);
  margin: 0 0.5em 0 0;
  padding: 2px 6px;
  color: #fff;
}
.block2 li.s_box  {
  background: #fff;
  padding: 20px 24px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  vertical-align: top;
}

.block2.tea_banner li img {
  width: 100%;
  height: auto;
}
.block2 li img.tea_umekusa {
  float: right;
  width: 130px;
  height: auto;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
.block2 li img.tea_umekusa {
  float: right;
  width: 100px;
  height: auto;
  margin: 0 0 30px 10px;
}
}
img.tea_umekusa02 {
  float: left;
  width: 130px;
  height: auto;
  margin: 0 30px 30px 0;
}
@media screen and (max-width: 768px) {
img.tea_umekusa02 {
  float: left;
  width: 100px;
  height: auto;
  margin: 0 20px 20px 0;
}
}


.ureshino_umekusa {
  float: right;
  width: 400px;
  height: auto;
  margin: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
.ureshino_umekusa {
  float: none;
  width: 100%;
  height: auto;
  margin: 10px 0 20px 0;
}
}




/* お客様の声 */
.voice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.voice li {
  width: 100%;
  height: auto;
  background: #fff;
  margin: 0 0 30px;
  padding: 20px 60px 40px;
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  vertical-align: top;
}
.voice h3.voice_tit {
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
  color: green;
  font-size: 1.33rem;
  font-weight: bold;
  border-left: 10px solid green;
}
.voice_name {
  background: green;
  padding: 3px 8px;
  color: #fff;
  font-size: 85%;
}
img.chagama, img.kyusu {
  float: right;
  margin: -20px 0 20px 2em;
  width: 120px;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .voice li {
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0 0 30px;
    padding: 20px 24px 30px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    vertical-align: top;
  }
  .voice h3.voice_tit {
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    color: green;
    font-size: 1.15rem;
    font-weight: bold;
    border-left: 10px solid green;
  }
  .voice_name {
    background: green;
    padding: 3px 8px;
    color: #fff;
    font-size: 85%;
  }
  img.chagama, img.kyusu {
    float: right;
    margin: 10px 0 0;
    width: 100px;
    height: auto;
    vertical-align: top;
  }
}


.breadcrumb {
  margin: 0 auto 40px;
}
.fbc-page .fbc-wrap .fbc-items {
  background-color: transparent;
}
.fbc-page .fbc-wrap .fbc-items li {
  font-size: 12px;
}
.fbc-page .fbc-wrap .fbc-items li a {
  color: #555;
}
.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
  color: #ccc;
}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  color: #333;
  font-size: 12px;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 0;
}
.link_nav {
  margin: 100px auto 0;
  font-size: 85%;
}
.link_nav  a {
  color: #555;
}
section .link_nav .link_nav_l {
  float: left;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: left;
}
section .link_nav .link_nav_r {
  float: right;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: right;
}
section .link_nav .link_nav_c {
  float: left;
  width: 80px !important;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 85%;
  text-align: center;
}
.center {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #fff !important;
  text-decoration: none;
  padding: 1px 4px;
  margin: 2px;
  color: #333;
  font-size: 85%;
  border: 1px solid rgba(142, 184, 60, 1);
}
.wp-pagenavi span.current {
  font-weight: bold;
  font-size: 85%;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: rgba(142, 184, 60, 1) !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(142, 184, 60, 1) !important;
}
#side h3 {
  position: relative;
  margin: 0 0 12px 0;  
  padding: 10px 0 8px;
  color: #555;
  font-size: 1rem;
  font-feature-settings: "palt";
  border-bottom: 1px solid rgba(142, 184, 60, 0.33);
  z-index: 10;
}
#side h3:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  content: '';
  background: rgba(142, 184, 60, 1);
}
.side_menu01 {
  width: 100%;
  margin: 10px auto 24px;
  border-top: 1px dotted #ddd;
}
.side_menu01 li {
  background: url(./images/arr.svg) no-repeat;
  background-position: 2px 50%;
  background-size: 11px 11px;
  padding: 0 0 0 16px;
  font-feature-settings: "palt";
  border-bottom: 1px dotted #ddd;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.side_menu01 li .fs {
  font-size: 90%;
}
.side_menu01 li a {
  display: block;
  color: #555;
  font-size: 0.9rem;
  padding: 8px 0;
  line-height: 1.33;
}
.side_menu01 li a:hover {
  color: rgba(51, 51, 51, 0.7);
}
.side-wrap {
  margin: 0 auto 24px;
  position: relative;
  width: 100%;
  z-index: 10;
}
#side select {
  -webkit-appearance: none;
  background: #fff;
  appearance: none;
  border-radius: 0;
  height: 36px;
  padding: 5px 4px 5px 10px;
  width: 100%;
  color: #555;
  font-size: 0.9rem;
  border: none;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
}
select::-ms-expand {
  display: none;
}
.side-wrap::before {
  border-bottom: 4.5px solid #1f1f1f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 12px;
  width: 0;
}
.side-wrap::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #1f1f1f;
  content: "";
  position: absolute;
  right: 9px;
  top: 24px;
  width: 0;
}
.post_block h1 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em;
  color: rgba(142, 184, 60, 1);
  font-size: 150%;
  font-weight: bold;
}
.post_block h1.post_ttl {
  background: none;
  margin: 0 0 1em;
  padding: 0 0 0.3em 0;
  color: rgba(142, 184, 60, 1);
  font-size: 150%;
  font-weight: bold;  
  border-bottom: 3px dotted rgba(142, 184, 60, 0.33);
  font-feature-settings: "palt";
}
.post_block h1.post_ttl02 {
  background: none;
  margin: 0 0 1em;
  padding-bottom: 0;
  color: rgba(142, 184, 60, 1);
  font-size: 150%;
  font-weight: bold;  
  font-feature-settings: "palt";
}
.post_block h1.post_ttl span, .post_block h1.post_ttl02 span {
  padding: 0.1em 0.3em;
  border-left: 8px solid rgba(142, 184, 60, 0.66);
}
.post_block h2 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em 0.3em;
  color: rgba(142, 184, 60, 1);
  font-size: 140%;
  font-weight: bold;  
  border-left: 8px solid rgba(142, 184, 60, 0.66);
}
.post_block h2.tit03 {
  margin: 0 0 1em;
}
.post_block h3 {
  background: transparent;
  width: 100%;
  margin: 2em 0 1em;
  padding: 0 0 0.5em 0;
  color: rgba(142, 184, 60, 1);
  font-size: 130%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h4 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(142, 184, 60, 1);
  font-size: 120%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h5 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(142, 184, 60, 1);
  font-size: 110%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h6 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(142, 184, 60, 1);
  font-size: 100%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block p {
  margin: 0 0 1em 0;
  font-size: 16px;
  line-height: 1.66;
  text-align: left;
}
.post_block p.date {
  margin: 0 0 30px 0;
  font-size: 80%;
}
.post_block p.date span {
  background: #bbb;
  padding: 2px 6px;
  color: #fff;
}



/*　エフェクト
---------------------------------------------------------------------------*/
.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0
}
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.fadeInTrigger {
  opacity: 0
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.fadeUpTrigger {
  opacity: 0
}
.fadeOut {
  -webkit-animation-name: fadeOutAnime;
  animation-name: fadeOutAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  visibility: visible
}
@-webkit-keyframes fadeOutAnime {
  0% {
    visibility: visible
  }
  50% {
    visibility: visible
  }
  100% {
    visibility: hidden
  }
}
@keyframes fadeOutAnime {
  0% {
    visibility: visible
  }
  50% {
    visibility: visible
  }
  100% {
    visibility: hidden
  }
}
.blurIn {
  -webkit-animation-name: blurInAnime;
  animation-name: blurInAnime;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0
}
.blurInTrigger {
  opacity: 0
}
@-webkit-keyframes blurInAnime {
  0% {
    -webkit-filter: blur(15px);
    filter: blur(15px);
    opacity: 0;
    perspective: 1000;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    perspective: 1000;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
  }
}
@keyframes blurInAnime {
  0% {
    -webkit-filter: blur(15px);
    filter: blur(15px);
    opacity: 0;
    perspective: 1000;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    perspective: 1000;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
  }
}
.delay-time0 {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important
}
.delay-time025 {
  -webkit-animation-delay: .25s !important;
  animation-delay: .25s !important
}
.delay-time05 {
  -webkit-animation-delay: .5s !important;
  animation-delay: .5s !important
}
.delay-time075 {
  -webkit-animation-delay: .75s !important;
  animation-delay: .75s !important
}
.delay-time1 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important
}
.delay-time15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important
}
.delay-time175 {
  -webkit-animation-delay: 1.75s !important;
  animation-delay: 1.75s !important
}
.delay-time2 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important
}
.delay-time25 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important
}
.delay-time3 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important
}
.delay-time35 {
  -webkit-animation-delay: 3.5s !important;
  animation-delay: 3.5s !important
}
.delay-time4 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important
}
.delay-time45 {
  -webkit-animation-delay: 4.5s !important;
  animation-delay: 4.5s !important
}
.delay-time5 {
  -webkit-animation-delay: 5s !important;
  animation-delay: 5s !important
}
.delay-time55 {
  -webkit-animation-delay: 5.5s !important;
  animation-delay: 5.5s !important
}
.delay-time6 {
  -webkit-animation-delay: 6s !important;
  animation-delay: 6s !important
}
.delay-time65 {
  -webkit-animation-delay: 6.5s !important;
  animation-delay: 6.5s !important
}
.delay-time7 {
  -webkit-animation-delay: 7s !important;
  animation-delay: 7s !important
}
.delay-time75 {
  -webkit-animation-delay: 7.5s !important;
  animation-delay: 7.5s !important
}
.delay-time8 {
  -webkit-animation-delay: 8s !important;
  animation-delay: 8s !important
}
.delay-time85 {
  -webkit-animation-delay: 8.5s !important;
  animation-delay: 8.5s !important
}
.timing-cubic-bezier {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}
.duration-time0 {
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important
}
.duration-time05 {
  -webkit-animation-duration: .5s !important;
  animation-duration: .5s !important
}
.duration-time1 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important
}
.duration-time125 {
  -webkit-animation-duration: 1.25s !important;
  animation-duration: 1.25s !important
}
.duration-time15 {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important
}
.duration-time2 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important
}
.duration-time25 {
  -webkit-animation-duration: 2.5s !important;
  animation-duration: 2.5s !important
}
.duration-time3 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important
}
.duration-time35 {
  -webkit-animation-duration: 3.5s !important;
  animation-duration: 3.5s !important
}
.duration-time4 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important
}
.duration-time45 {
  -webkit-animation-duration: 4.5s !important;
  animation-duration: 4.5s !important
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px)
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px)
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@-webkit-keyframes blurOff {
  0% {
    -webkit-filter: blur(0);
    filter: blur(0)
  }
  100% {
    -webkit-filter: blur(10px);
    filter: blur(10px)
  }
}
@keyframes blurOff {
  0% {
    -webkit-filter: blur(0);
    filter: blur(0)
  }
  100% {
    -webkit-filter: blur(10px);
    filter: blur(10px)
  }
}
@-webkit-keyframes blurText {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px);
    filter: blur(8px)
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@keyframes blurText {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px);
    filter: blur(8px)
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@-webkit-keyframes blurTextOff {
  0% {
    opacity: 1;
    -webkit-filter: blur(8px);
    filter: blur(8px)
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(8px);
    filter: blur(8px)
  }
}
@keyframes blurTextOff {
  0% {
    opacity: 1;
    -webkit-filter: blur(8px);
    filter: blur(8px)
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(8px);
    filter: blur(8px)
  }
}



/*　その他 PC
---------------------------------------------------------------------------*/
.box {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
.page_scroll01 > a {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
.page_scroll02 > a {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
.c_txt {
  text-align: center;
}
.center {
  text-align: center;
}
.mgt25 {
  margin-top: 25px;
}
.mgt45 {
  margin-top: 45px;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb45 {
  margin-bottom: 45px;
}



@media screen and (max-width: 1400px) {
  section.news {
    background-color: #fff;
    background-image: url("./images/bg01_l.png"), url("./images/bg01_r.png");
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: left 5%, right 95%;
    max-width: initial;
    margin: 3em auto 2.4em;
    padding: 0 0;
  }
  section.access {
    background-color: #fff;
    background-image: url("./images/bg02_l.png"), url("./images/bg02_r.png");
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: left 50%, right 50%;
    max-width: initial;
    margin: 0 auto 3em;
  }
}

@media screen and (max-width: 1200px) {
.top_box_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.top_box_wrap:last-child {
  margin-bottom: 0;
}
.top_box_wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.top_box_wrap .top_txt_box {
  background: #fff;
  width: auto;
  margin: 4em auto 0;
  padding: 2em 6em;
  z-index: 2;
}
.top_box_wrap img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
}



@media screen and (max-width: 980px) {
  #wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #under #wrapper {
    margin: 66px auto 0;
  }
  .inner {
    width: 92%;
    max-width: initial;
    margin: 0 auto;
    padding: 2em 0 4em;
  }
  .inner02 {
    width: 92%;
    max-width: initial;
    margin: 0 auto;
    padding: 4em 0 4em;
  }
  #side {
    float: none;
    width: 100%;
  }
  #cont {
    float: none;
    width: 100%;
    padding: 0 0 30px 0;
  }
  .footer {
    position: relative;
    background: rgba(36, 69, 35, 1);
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
    color: #fff;
    z-index: 10;
  }
  .footer .footer_inner {
    width: 92%;
    max-width: initial;
    margin: 0 auto 20px;
    padding: 0;
  }
  section .inner {
    width: 92%;
    max-width: initial;
    margin: 0 auto 3em;
    padding: 2.4em 20px 2.4em;
  }
  section.news {
    background-color: #fff;
    background-image: url("./images/bg01_l.png"), url("./images/bg01_r.png");
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: left 5%, right 95%;
    max-width: initial;
    margin: 3em auto 2em;
    padding: 0 0;
  }
  section.ureshino .inner {
    background: #fff url("./images/ureshino_bg02.jpg");
    background-size: cover;
    width: 92%;
    max-width: initial;
    margin: 0 auto 6em;
    padding: 3em 20px 1.5em;
  }
  section.item {
    max-width: initial;
    margin: 0 auto 6em;
  }
  section.greeting {
    background: url("./images/greeting_bg.jpg") center;
    background-size: cover;
    margin: 6em auto 3em;
  }
  section.greeting .inner {
    padding: 3em 20px 1.5em;
  }
  section.access {
    background-color: #fff;
    background-image: url("./images/bg02_l.png"), url("./images/bg02_r.png");
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: left 50%, right 50%;
    max-width: initial;
    margin: 0 auto 2.5em;
  }
  section.access .inner {
    margin: 0 auto;
  }
  .top_txt_block {
    width: 92%;
    max-width: initial;
    margin: 0 auto;
    padding: 1em 0 3em;
  }
  .box_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .box_wrap:last-child {
    margin-bottom: 0;
  }
  .box_wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .txt_box {
    display: block;
    width: 100%;
    padding: 0 1.5em 40px 0;
  }
  .txt_box.pdl {
    padding: 0 0 0 1.5em;
  }
  .box_wrap img {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 360px;
    height: auto;
  }
  .item_box_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .item_box_wrap:last-child {
    margin-bottom: 0;
  }
  .top_box_wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .item_box_wrap .item_top_block {
    background: #f3ecd9;
    width: auto;
    margin: 4em auto 0;
    padding: 2em 6em;
    z-index: 2;
  }
  .item_box_wrap img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .block3 {
    display: block;
    margin: 20px auto 0;
    font-size: 0px;
  }
  .block3 li {
    display: inline-block;
    width: 48%;
    margin: 0 1.88% 30px 0;
    padding: 0;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
  }
  .block3 li:nth-child(3n-1) {
    margin: 0 0 30px;
  }
  .block3 li:nth-child(2n) {
    margin: 0 0 30px 1.88%;
  }
  .top_txt_block {
    width: 96%;
    max-width: initial;
    margin: 0 auto;
    padding: 1em 0 2em;
  }
  .google_map iframe {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .sub_visual01 {
    background: url(./images/sub_visual.jpg) no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    width: 100%;
    height: 210px;
  }
  .sub_visual02 {
    background: url(./images/sub_visual02.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 210px;
  }
  .sub_visual03 {
    background: url(./images/sub_visual03.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 210px;
  }
  .sub_visual04 {
    background: url(./images/sub_visual04.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 210px;
  }
  .sub_visual05 {
    background: url(./images/sub_visual05.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 210px;
  }
  .sv_inner {
    display: table;
    width: 92%;
    height: 210px;
    margin: 0 auto;
  }
  .sub_visual .sv_tit {
    display: table-cell;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
  }
  .sub_visual .sv_tit span {
    background: rgba(255, 255, 255, 1);
    padding: 4px 20px;
    color: green;
  }
  .lead_txt br {
    display: none;
  }
}


@media screen and (max-width: 768px) {
  .sns_nav {
    display: none;
  }
  .footer .footer_inner {
    padding: 0 0 60px 0;
  }
}

@media screen and (max-width: 768px) {
/*
  .g_nav-list {
    display: none;
    width: 100%;
    padding: 120px 0 120px 10%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
*/

  ul.g_nav, .header.n_scroll ul.g_nav {
    display: block;
    position: fixed;
    z-index: 100;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    float: none;
    margin: 0;
    width: 100%;
    height: 140px;
    transition: all 0.2s;
  }
  .g_nav-list, .header.n_scroll .g_nav-list {
    display: block;
    background: rgba(255, 255, 255, 0.97);
    margin: 0 auto;
    width: 100%;
    padding: 0;
    height: 140px;
    overflow: hidden;
    writing-mode: vertical-rl;
    -webkit-overflow-scrolling: touch;
  }
  ul.g_nav li, .header.n_scroll ul.g_nav li {
    display: inline-block;
    width: calc(100vw / 7);
    height: 140px;
    padding: 12px 8px 8px;
    font-size: 14px;
    text-align: left;
    writing-mode: vertical-rl;
    line-height: 1.33;
    list-style: none;
    border-left: 1px dotted rgba(55, 55, 55, 0.33);
    transition: all 0.6s;
  }
  h2.tit01 {
    margin: 10px 0 0.8em 0;
    font-family: 'Libre Caslon Text', serif;
    font-size: 1.6rem;
    line-height: 1.33;
    text-align: center;
  }
  h2.tit01::first-letter {
    font-size: 133%;
  }
  h2.tit01 span {
    display: block;
    padding: 6px 0 0 0;
    font-size: 1rem;
    text-align: center;
  }
  h2.tit01.txt_l {
    text-align: center;
  }
  h2.tit01.txt_l span {
    text-align: center;
  }
  h2.tit02 {
    margin: 10px 0 0.66em 0;
    font-size: 1.44rem;
    line-height: 1.5;
    text-align: left;
  }
  h2.tit02 span {
    display: block;
    width: 4em;
    margin: 10px auto;
    font-size: 1.44rem;
    line-height: 1;
    text-align: left;
    background: linear-gradient(transparent 55%, rgba(186, 144, 109, 0.33) 55%);
  }
  h2.tit02 span::first-letter {
    font-size: 133%;
  }
  h2.tit03 {
    margin: 10px 0 1em 0;
    font-size: 1.44rem;
    line-height: 1.5;
    text-align: left;
  }
  h2.tit03 span {
    display: block;
    padding: 6px 0 0 10px;
    font-size: 1.2rem;
    text-align: left;
  }
  h2.tit03::first-letter {
    font-size: 133%;
  }
  h3.tit01 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px 2px;
    font-size: 1rem;
    text-align: left;
  }
  h3.tit01 span {
    margin: 0 0 0 0.2em;
    padding: 1px 0 1px 8px;
    font-size: 0.8rem;
    border-left: 5px solid #cbaa00;
  }
  h4.tit01 {
    margin-bottom: 20px;
    padding: 10px 0 10px 2px;
    color: rgba(181, 84, 84, 1);
    font-size: 1rem;
    text-align: left;
    border-bottom: 1px dotted rgba(181, 84, 84, 0.66);
  }
  .box_wrap img {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    max-width: initial;
    height: auto;
  }
  .news_box {
    width: 100%;
    margin: 0 auto 3.2em;
  }
  .news_list {
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.66;
    border-top: 1px dotted rgba(33, 33, 33, 0.66);
    overflow: auto;
  }
  .news_list dt {
    clear: none;
    width: 100%;
    float: none;
    padding: 14px 8px 4px;
  }
  .news_list dd {
    padding: 0 8px 14px;
    text-align: left;
    border-bottom: 1px dotted rgba(33, 33, 33, 0.66);
  }
  .block2 {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    font-size: 0px;
    letter-spacing: 0;
  }
  .block2 li {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
  }
  .block2 li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  .block3 {
    display: block;
    margin: 20px auto 0;
    font-size: 0px;
  }
  .block3 li {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
  }
  .block3 li:nth-child(3n-1) {
    margin: 0 0 30px;
  }
  .block3 li:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  .mb {
    display: block;
  }
}