@font-face {
  font-family: AlternateGotNo2D;
  src: url(../font/alternategotno2d.ttf) format("truetype");
}
@font-face {
  font-family: YuMin-Medium;
  src: url(../font/yumin.ttf) format("truetype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #4B4B4B;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 16px;
  background: #f5f5f5;
}

* {
  box-sizing: border-box;
  scroll-padding-top: 180px;
}
.float-btn{
  position: fixed;
  bottom: 10rem;
  z-index: 10;
  width: calc(100vw - 73rem);
}
.float-btn .c__btn{
  width: 100%;
}
.float-btn .c__btn.web {
  background: #ffffff;
}

header .down__menu ul li .green-txt{
  color: #64965A;
  transition: .3s;
}
header .down__menu ul li .green-txt:hover{
  color: #4B4B4B;
  
}
header .down__menu ul li .green-txt:after {
  border-bottom: 1rem solid #64965A;

}

h1, h2, h3, h4, figure {
  margin: 0;

}
h4{
  color: #64965A;
}
.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_y.is-animated {
  transform-origin: right;
  animation: scaled_x 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
header {
  width: 100%;
  padding: 24rem 94rem 6rem 24rem;
  border-radius: 0 0 60rem 60rem;
  background: #F5F5F5;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}
header .up__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .up__menu .logo {
  width: 260rem;
  display: flex;
}
header .up__menu .contact__items {
  display: flex;
  align-items: center;
}
header .down__menu {
  margin-top: 12rem;
  margin-left: 72rem;
  border-radius: 30rem;
  background: #64965A;
}
header .down__menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .down__menu ul li {
  margin: 0 12rem;
  padding: 14rem 0;
}
header .down__menu ul li.child {
  position: relative;
}
header .down__menu ul li.child:hover .child__menu {
  opacity: 1;
  visibility: visible;
}
header .down__menu ul li.child:hover > a:before {
  opacity: 1;
  visibility: visible;
}
header .down__menu ul li.child .child__menu {
  display: inline-flex;
  padding: 21rem 24rem 24rem;
  border-radius: 40rem;
  position: absolute;
  left: -16rem;
  top: 50rem;
  background: #F0F0F0;
  box-shadow: 0 0 20rem rgba(90, 130, 85, 0.49);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
header .down__menu ul li.child .child__menu .c__inner {
  width: 226rem;
}
header .down__menu ul li.child .child__menu .c__inner:nth-child(2) {
  margin-left: 24rem;
}
header .down__menu ul li.child .child__menu .c__inner .t__lbl {
  font-weight: 700;
  font-size: 14rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  color: #64965A;
  border-bottom: 1rem solid #64965A;
  display: flex;
  align-items: center;
}
header .down__menu ul li.child .child__menu .c__inner .t__lbl .icon {
  width: 15rem;
  margin-right: 5rem;
  display: flex;
}
header .down__menu ul li.child .child__menu .c__inner ul {
  width: 100%;
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
}
header .down__menu ul li.child .child__menu .c__inner ul li {
  width: 50%;
  margin: 4rem 0;
  padding: 2rem 0;
}
header .down__menu ul li.child .child__menu .c__inner ul li a {
  display: block;
  padding-left: 12rem;
  font-weight: 500;
  font-size: 14rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #64965A;
  position: relative;
  transition: 0.3s;
}
header .down__menu ul li.child .child__menu .c__inner ul li a:hover {
  color: #4B4B4B;
}
header .down__menu ul li.child .child__menu .c__inner ul li a:hover:after {
  border-color: #4B4B4B;
}
header .down__menu ul li.child .child__menu .c__inner ul li a:after {
  content: "";
  width: 5rem;
  height: 5rem;
  border-right: 2rem solid #64965A;
  border-bottom: 2rem solid #64965A;
  position: absolute;
  right: 0;
  top: 7rem;
  transform: rotate(-45deg);
  transition: 0.3s;
}
header .down__menu ul li.child > a {
  z-index: 3;
}
header .down__menu ul li.child > a:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 11rem solid transparent;
  border-right: 11rem solid transparent;
  border-bottom: 20rem solid #F0F0F0;
  position: absolute;
  top: 25rem;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header .down__menu ul li:hover a:after {
  width: 100%;
}
header .down__menu ul li a {
  font-size: 14rem;
  font-weight: bold;
  color: #F5F5F5;
  line-height: 21rem;
  transition: 0.3s;
  position: relative;
}
header .down__menu ul li a:after {
  content: "";
  width: 0%;
  height: 0;
  border-bottom: 2rem solid #F5F5F5;
  position: absolute;
  bottom: -3rem;
  left: 0;
  transition: 0.3s;
}

.c__btn {
  width: 214rem;
  height: 44rem;
  margin-left: 12rem;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2rem solid #64965A;
  position: relative;
  transition: 0.3s;
}
.c-btn02{
  border: 2rem solid #f5f5f5;
}
.c__btn:hover {
  background: #64965A;
  box-shadow: inset rgba(60, 70, 85, 0.5) 0rem 0rem 40rem 0rem, rgba(0, 0, 0, 0.3) 0rem 30rem 100rem -24rem;
}
.c__btn:hover.web {
  background: #87786E;
}
.c__btn:hover.web .lbl {
  color: #F5F5F5;
}
.c__btn:hover.web:after {
  border-color: #F5F5F5;
}
.c__btn:hover.web .gap {
  background: url(../img/frame_w.png);
  background-size: 100% 100%;
  color: #87786E;
}
.c__btn:hover .icon svg path {
  fill: #F5F5F5;
}
.c__btn:hover .lbl {
  color: #F5F5F5;
}
.c__btn:hover:after {
  border-color: #F5F5F5;
}
.c__btn.p__btn {
  width: 197rem;
  height: 39rem;
  padding-left: 0;
  margin-left: 0;
  margin-top: 20rem;
  justify-content: center;
}
.c__btn.p__btn .lbl {
  font-size: 16rem;
}
.c__btn.web {
  border-color: #87786E;
  justify-content: center;
  padding-left: 0;
}
.c__btn.web .gap {
  width: 135rem;
  height: 33rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: url(../img/frame.png);
  background-size: 100% 100%;
  display: inline-flex;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding-top: 4rem;
  text-align: center;
  color: #F5F5F5;
  position: absolute;
  left: 50%;
  top: -22rem;
  transform: translate(-50%);
  transition: 0.3s;
}
.c__btn.web:after {
  border-color: #87786E;
}
.c__btn.web .lbl {
  color: #87786E;
  font-size: 20rem;
}
.c__btn:after {
  content: "";
  width: 7rem;
  height: 7rem;
  border-right: 2rem solid #64965A;
  border-bottom: 2rem solid #64965A;
  position: absolute;
  right: 12rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}
.c__btn .icon {
  width: 16rem;
  margin-right: 4rem;
  display: flex;
}
.c__btn .icon svg {
  width: 100%;
}
.c__btn .icon svg path {
  transition: 0.3s;
}
.c__btn .lbl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24rem;
  font-weight: bold;
  color: #64965A;
  transition: 0.3s;
}
.c__btn .lbl02{
  color: #f5f5f5;
}
footer .c__btn.web {
  border-color: #f5f5f5;
}
footer .c__btn.web .lbl {
  color: #f5f5f5;
}
footer .c__btn.web .gap {
  color: #4B4B4B;
  background: url(../img/frame02.png);
  background-size: 100% 100%;
}
footer .c__btn:after {
    border-right: 2rem solid #f5f5f5;
    border-bottom: 2rem solid #f5f5f5;

}
footer .c__btn.web:after {
  border-color: #f5f5f5;

}

.c-btn02 .lbl02{
  position: relative;
}
.c-btn02 .lbl02::before{
    content: '\f879';
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    left: -20px;
    top: 7px;
    font-size: 15px;
    transition: .3s;
    color: #f5f5f5;
}

.frontview {
  width: 79.6875%;
  padding-top: 166rem;
  margin: auto;
  display: flex;
}
.frontview .frontview__slider {
  width: 100%;
  
}
.frontview .frontview__slider .c__item {
  position: relative;
}
.frontview .frontview__slider .c__item .catchcopy {
  position: absolute;
  left: 60rem;
  bottom: 60rem;
}
.frontview .frontview__slider .c__item .catchcopy .txt01 {
  font-size: 24rem;
  border-radius: 4rem;
  padding: 4rem 10rem;
  line-height: 34rem;
  display: inline-block;
  margin-top: 6rem;
  color: #4B4B4B;
  background: #F5F5F5;
}
.frontview .frontview__slider .c__item .catchcopy .txt01 span {
  color: #64965A;
}
.frontview .frontview__slider .c__item .catchcopy .txt02 {
  font-size: 16rem;
  border-radius: 4rem;
  padding: 4rem 10rem;
  line-height: 34rem;
  display: inline-block;
  margin-top: 6rem;
  color: #F5F5F5;
  background: #87786E;
}

.topPage {
  width: 58rem;
  height: 58rem;
  position: fixed;
  right: 60rem;
  bottom: 20rem;
  z-index: 1;
  display: none;
}
.topPage:hover .inner {
  opacity: 0.6;
}
.topPage .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #64965A;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.topPage span.icon {
  width: 20rem;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

section {
  max-width: 990rem;
  width: 90%;
  margin: auto;
}

.t__title {
  font-weight: 500;
  font-size: 24rem;
  line-height: 1.5;
  position: relative;
}
.t__title.center {
  display: inline-block;
}
.t__title.center:before {
  content: "";
  width: 27rem;
  height: 27rem;
  background: url(../img/star.png);
  background-size: 100% 100%;
  position: absolute;
  right: -35rem;
  top: 50%;
  transform: translateY(-50%);
}
.t__title:after {
  content: "";
  width: 27rem;
  height: 27rem;
  background: url(../img/star.png);
  background-size: 100% 100%;
  position: absolute;
  left: -35rem;
  top: 50%;
  transform: translateY(-50%);
}

.section-news {
  margin-top: 70rem;
  display: flex;
}
.section-news.__list {
  display: block;
  width: 568rem;
}
.section-news.__list .sub__title {
  font-weight: bold;
  font-size: 24rem;
  margin-bottom: 60rem;
  text-align: center;
  color: #64965A;
}
.section-news.__list .news__content {
  width: 100%;
  margin: auto;
}
.section-news .news__content {
  width: 568rem;
  margin-left: 84rem;
}
.section-news .news__content .title {
  width: 100%;
}
.section-news .news__content .news__list {
  margin-top: 15rem;
}
.section-news .news__content .news__list li {
  padding: 12rem 0;
  border-bottom: 1rem dashed #64965A;
}
.section-news .news__content .news__list li a {
  padding: 0 26rem 0 15rem;
  display: flex;
  align-items: center;
  position: relative;
}
.section-news .news__content .news__list li a:hover .t__txt {
  color: #64965A;
}
.section-news .news__content .news__list li a:after {
  content: "";
  width: 7rem;
  height: 7rem;
  border-right: 2rem solid #64965A;
  border-bottom: 2rem solid #64965A;
  position: absolute;
  right: 12rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.section-news .news__content .news__list li a .date {
  font-weight: 500;
  font-size: 14rem;
  color: #64965A;
}
.section-news .news__content .news__list li a .t__txt {
  font-weight: 500;
  font-size: 14rem;
  margin-left: 54rem;
  color: #4B4B4B;
  transition: 0.3s;
}

.message-guide {
  position: relative;
  margin-top: 120rem;
}
.message-guide .bg {
  width: 810rem;
  display: flex;
  position: absolute;
  right: 0;
  top: 100rem;
  z-index: -1;
}

.section-message {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.section-message .message__content {
  width: 610rem;
  margin-right: 10rem;
}
.section-message .message__content .t__txt {
  font-weight: 500;
  font-size: 20rem;
  margin-top: 35rem;
  margin-bottom: 24rem;
  line-height: 29rem;
}
.section-message .message__content .t__txt span {
  font-size: 700;
  color: #64965A;
}
.section-message .message__content .c__txt {
  font-size: 14rem;
  font-weight: 350;
  line-height: 28rem;
  margin-bottom: 12rem;
}
.section-message .message__content .links__pos {
  margin-top: 24rem;
  display: flex;
  justify-content: space-between;
}
.section-message .ceo__image {
  width: 347rem;
  display: flex;
}

.section-guide {
  margin-top: 120rem;
}
.section-guide .content__frame {
  margin-top: 47rem;
  border-radius: 60rem;
  background: #F5F5F5;
  padding: 42rem 152rem;
  position: relative;
}
.section-guide .content__frame.three {
  padding: 42rem 262rem;
  margin-top: 48rem;
}
.section-guide .content__frame .glass__lbl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-guide .content__frame .glass__lbl .icon {
  width: 36rem;
  margin-right: 10rem;
  display: flex;
}
.section-guide .content__frame .glass__lbl .lbl {
  font-size: 20rem;
  font-weight: bold;
}
.section-guide .content__frame .glass__lbl .lbl span {
  color: #64965A;
}
.section-guide .content__frame .content__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-guide .content__frame .c__item {
  width: 142rem;
  height: 142rem;
  margin: 18rem 0;
  border-radius: 50%;
  background: #64965A;
  border: 2rem solid #64965A;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
  cursor: pointer;
}
.section-guide .content__frame .c__item:hover {
  background: #4B4B4B;
}
.section-guide .content__frame .c__item:hover .icon svg circle {
  fill: #4B4B4B;
}
.section-guide .content__frame .c__item:hover .icon svg path[fill-rule=evenodd] {
  fill: #4B4B4B;
  stroke: #F5F5F5;
}
.section-guide .content__frame .c__item .icon {
  width: 64rem;
  display: flex;
  margin-bottom: 2rem;
}
.section-guide .content__frame .c__item .icon svg {
  width: 100%;
}
.section-guide .content__frame .c__item .lbl {
  font-weight: 500;
  font-size: 16rem;
  line-height: 24rem;
  text-align: center;
  letter-spacing: 0;
  color: #F5F5F5;
}
.section-guide .content__frame:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #64965A;
  border-radius: 60rem;
  position: absolute;
  left: 0;
  bottom: -7rem;
  z-index: -1;
}

.faq-innergallery {
  position: relative;
  margin-top: 120rem;
}
.faq-innergallery .bg {
  width: 100%;
  height: 100%;
  background: url(../img/bg.png);
  background-size: 100% 100%;
  display: flex;
  position: absolute;
  top: 136rem;
  left: 0;
}

.section-inner-guide {
  margin-top: 120rem;
}
.section-inner-guide .detail__content {
  margin-top: 35rem;
  display: flex;
  position: relative;
}
.section-inner-guide .detail__content .camera {
  width: 242rem;
  display: flex;
  position: absolute;
  right: 80rem;
  top: 50%;
  transform: translateY(-50%);
}
.section-inner-guide .detail__content .content__text {
  width: 633rem;
  font-weight: 350;
  font-size: 14rem;
  line-height: 28rem;
}
.section-inner-guide .camera__items {
  width: 105%;
  margin-left: -2.5%;
  margin-top: 90rem;
  display: flex;
  justify-content: space-between;
}
.section-inner-guide .camera__items .c__item {
  width: 480rem;
}
.section-inner-guide .camera__items .c__item .c__inner {
  width: 100%;
  height: 309rem;
  background: #F5F5F5;
  border-radius: 60rem;
  padding: 36rem;
  position: relative;
}
.section-inner-guide .camera__items .c__item .c__inner .image {
  width: 130rem;
  display: flex;
  position: absolute;
  right: 30rem;
  bottom: 42rem;
}
.section-inner-guide .camera__items .c__item .c__inner .t__lbl {
  font-weight: bold;
  font-size: 20rem;
  color: #64965A;
  line-height: 28rem;
}
.section-inner-guide .camera__items .c__item .c__inner .n__txt {
  font-size: 14rem;
  margin-top: 12rem;
}
.section-inner-guide .camera__items .c__item .c__inner ul {
  width: 290rem;
  margin-top: 5rem;
}
.section-inner-guide .camera__items .c__item .c__inner ul li {
  padding: 4rem 0 4rem 25rem;
  position: relative;
  font-size: 14rem;
  line-height: 28rem;
}
.section-inner-guide .camera__items .c__item .c__inner ul li:after {
  content: "";
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: #64965A;
  position: absolute;
  left: 0;
  top: 12rem;
}
.section-inner-guide .camera__items .c__item .c__pos {
  margin-top: 4rem;
  display: flex;
  justify-content: right;
}

.section-feature {
  width: 795rem;
  margin: auto;
  margin-top: 220rem;
  text-align: center;
}
.section-feature .content__inner {
  margin-top: 48rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-feature .content__inner .c__item {
  width: 257rem;
  height: 100rem;
  margin-bottom: 12rem;
  padding-left: 10rem;
  border-radius: 10rem;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  border: 2rem solid #F0F0F0;
  cursor: pointer;
  transition: 0.3s;
}
.section-feature .content__inner .c__item:hover {
  background: #64965A;
  box-shadow: inset rgba(60, 70, 85, 0.5) 0rem 0rem 40rem 0rem, rgba(0, 0, 0, 0.3) 0rem 30rem 100rem -24rem;
}
.section-feature .content__inner .c__item:hover .lbl {
  color: #F5F5F5;
}
.section-feature .content__inner .c__item:nth-child(2n) {
  background: #E6F0E6;
  border: 2rem solid #E6F0E6;
}
.section-feature .content__inner .c__item:nth-child(2n):hover {
  background: #64965A;
  border: 2rem solid #F0F0F0;
  box-shadow: inset rgba(60, 70, 85, 0.5) 0rem 0rem 40rem 0rem, rgba(0, 0, 0, 0.3) 0rem 30rem 100rem -24rem;
}
.section-feature .content__inner .c__item:nth-child(2n):hover .lbl {
  color: #F5F5F5;
}
.section-feature .content__inner .c__item .num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 48rem;
  margin-right: 6rem;
  color: #CDD7CD;
}
.section-feature .content__inner .c__item .lbl {
  font-size: 16rem;
  font-weight: 500;
  text-align: left;
  transition: 0.3s;
}
.section-feature .p__pos {
  margin-top: 24rem;
  display: flex;
  justify-content: right;
}

.section-access {
  max-width: 1020rem;
  width: 95%;
  margin-top: 120rem;
  text-align: center;
}
.section-access .content__inner {
  margin-top: 44rem;
  display: flex;
  justify-content: space-between;
}
.section-access .content__inner .content__info {
  width: 526rem;
  margin-right: 10rem;
}
.section-access .content__inner .content__info .logo-access {
  display: flex;
  align-items: center;
}
.section-access .content__inner .content__info .logo-access .logo {
  width: 308rem;
  margin-right: 12rem;
  display: flex;
}
.section-access .content__inner .content__info .logo-access .address {
  font-size: 14rem;
  line-height: 21rem;
  text-align: left;
}
.section-access .content__inner .content__info .logo-access .address .post {
  font-size: 16rem;
  font-weight: 500;
  display: block;
}
.section-access .content__inner .content__info .logo-access .address .post span {
  color: #64965A;
}
.section-access .content__inner .content__info .time__graph {
  width: 100%;
  display: flex;
  margin-top: 24rem;
}
.section-access .content__inner .content__info .note__txt {
  margin-top: 14rem;
  font-size: 14rem;
  line-height: 21rem;
  text-align: left;
}
.section-access .content__inner .content__info .contact__items {
  margin-top: 21rem;
  margin-bottom: 26rem;
  display: flex;
  justify-content: space-between;
}
.section-access .content__inner .content__info .contact__items .c__btn {
  width: 255rem;
  margin: 0;
}
.section-access .content__inner .content__info .access__way {
  margin-bottom: 24rem;
}
.section-access .content__inner .content__info .access__way .bar {
  font-size: 14rem;
  line-height: 23rem;
  padding: 4rem 0;
  background: #CDD7CD;
}
.section-access .content__inner .content__info .access__way .txt {
  font-size: 14rem;
  margin-top: 12rem;
  text-align: left;
}
.section-access .content__inner .map {
  width: 454rem;
  height: 555rem;
  position: relative;
}
.section-access .content__inner .map iframe {
  width: 100%;
  height: 100%;
}
.section-access .content__inner .map .access__btn {
  width: 142rem;
  height: 142rem;
  border-radius: 50%;
  background: #64965A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2rem solid #F5F5F5;
  transition: 0.3s;
}
.section-access .content__inner .map .access__btn:hover {
  background: #4B4B4B;
  box-shadow: inset rgba(60, 70, 85, 0.5) 0rem 0rem 40rem 0rem, rgba(0, 0, 0, 0.3) 0rem 30rem 100rem -24rem;
}
.section-access .content__inner .map .access__btn:after {
  content: "";
  width: 7rem;
  height: 7rem;
  border-right: 2rem solid #F5F5F5;
  border-bottom: 2rem solid #F5F5F5;
  position: absolute;
  right: 12rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.section-access .content__inner .map .access__btn span {
  font-weight: 500;
  font-size: 20rem;
  color: #F5F5F5;
}

footer {
  margin-top: 154rem;
}
footer.sub {
  margin-top: -150rem;
}

.copyright {
  background: #64965A;
  font-size: 14rem;
  text-align: center;
  padding: 12rem 0;
  color: #F5F5F5;
}

.subtitle {
  padding-top: 206rem;
  width: 850rem;
  margin: auto;
}
.subtitle .title {
  display: flex;
  align-items: center;
}
.subtitle .title .icon {
  width: 64rem;
  margin-right: 17rem;
  display: flex;
}
.subtitle .title h1 {
  font-size: 36rem;
  font-weight: 500;
}

h2 {
  font-weight: bold;
  font-size: 24rem;
  margin-bottom: 24rem;
  line-height: 1.5;
  text-align: center;
  color: #64965A;
}

.page__content01 {
  width: 841rem;
  margin: auto;
  padding: 36rem 120rem 48rem;
  background: #E6F0E6;
  border-radius: 161rem;
  margin-top: 84rem;
}
.page__content01.c01 {
  background: white;
}
.page__content01 p {
  font-size: 14rem;
  line-height: 28rem;
  margin-bottom: 12rem;
  text-align: justify;
}

h3 {
  font-weight: bold;
  font-size: 20rem;
  line-height: 1;
  padding-left: 9rem;
  margin-bottom: 24rem;
  border-left: 3rem solid #64965A;
  color: #64965A;
}

.page__content02 {
  width: 841rem;
  margin: auto;
  margin-top: 120rem;
}
.page__content02 .list__items {
  margin-top: 36rem;
}
.page__content02 .list__items .c__item {
  margin-bottom: 40rem;
  display: flex;
  justify-content: space-between;
}
.page__content02 .list__items .c__item .image {
  width: 200rem;
  height: 200rem;
  margin-right: 20rem;
  margin-top: 38rem;
  border-radius: 40rem;
  background: #333;
}
.page__content02 .list__items .c__item .content__text {
  width: 600rem;
}
.page__content02 .list__items .c__item .content__text p {
  font-size: 14rem;
  line-height: 28rem;
  margin-bottom: 12rem;
  text-align: justify;
}

.page__content03 {
  margin-top: 130rem;
  background: url(../img/page/c_bg.png);
  background-size: 100% 100%;
  padding: 120rem 0 320rem;
}
.page__content03 .content__inner {
  width: 600rem;
  margin: auto;
}
.page__content03 .content__inner p {
  font-size: 14rem;
  line-height: 28rem;
  margin-bottom: 12rem;
  text-align: justify;
}
.page__content03 .c__images {
  margin-top: 84rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page__content03 .c__images .image {
  width: 170rem;
  height: 170rem;
  margin: 0 21rem;
  border-radius: 50%;
  border: 2rem solid #64965A;
  overflow: hidden;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  width: 10rem;
  height: 10rem;
  display: block;
  margin: 0 5rem;
  border-radius: 50%;
  background: #B4B4B4;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background: #64965A;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi span.nextpostslink {
  width: 48rem;
  height: 48rem;
  background: url(../img/page/btn_arw_R.png);
  background-size: 100% 100%;
  margin-left: 80rem;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi span.previouspostslink {
  width: 48rem;
  height: 48rem;
  background: url(../img/page/btn_arw_L.png);
  background-size: 100% 100%;
  margin-right: 80rem;
}

.pagination {
  margin-top: 36rem;
  text-align: center;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  width: 10rem;
  height: 10rem;
  margin: 0 5rem;
  border-radius: 50%;
  background: #B4B4B4;
}
.pagination ul li.prev {
  width: 48rem;
  height: 48rem;
  background: url(../img/page/btn_arw_L.png);
  background-size: 100% 100%;
  margin-right: 80rem;
}
.pagination ul li.next {
  width: 48rem;
  height: 48rem;
  background: url(../img/page/btn_arw_R.png);
  background-size: 100% 100%;
  margin-left: 80rem;
}
.pagination ul li.active {
  background: #64965A;
}
/* フッター */
footer .con-wrap{
  background: #4B4B4B;
  color: #F5F5F5;
  margin-top: -3%;
} 

footer .con-wrap a{
  color: #F5F5F5;
  transition: .3s;
  position: relative;

}
footer .con-wrap a:not(.c__btn,.green-txt):before{
  content: "";
  width: 7rem;
  height: 7rem;
  border-right: 2rem solid #F5F5F5;
  border-bottom: 2rem solid #F5F5F5;
  position: absolute;
  top: 14px;
  left: -18px;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;

}
footer .con-wrap a:hover{
  color: #64965A;

}
footer .con-wrap a:hover:before{
  border-right: 2rem solid #64965A;
  border-bottom: 2rem solid #64965A;

}

footer .con-wrap .f-menu,.f-contact-block{
  width: 80%;
  margin: 0 auto;

}
.f-menu-wrap {
  display: flex;
  justify-content: space-between;
  padding: 2em 0;
  border-bottom: 1px dashed #F5f5f5;
}
.f-menu-wrap div{
  width: 29.85%;
}
.f-menu-block ul .has-child,.bold-li{
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;

}
.bold-li{
  padding-left: 20px;
  position: relative;
}

/* .bold-li::before{
    content: "";
    width: 7rem;
    height: 7rem;
    border-right: 2rem solid #F5F5F5;
    border-bottom: 2rem solid #F5F5F5;
    position: absolute;
    top: 14px;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.3s;

} */

.child-menu{
  display: flex;
  flex-wrap: wrap;

}
.child-menu li{
  width: 50%;
  display: block;
  padding-left: 20px;
  position: relative;
  margin-bottom: 12px;

}
/* .child-menu li::before{
    content: "";
    width: 7rem;
    height: 7rem;
    border-right: 2rem solid #F5F5F5;
    border-bottom: 2rem solid #F5F5F5;
    position: absolute;
    top: 14px;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.3s;

} */
.f-menu-block ul:first-child{
  margin-bottom: 2em;
}
.f-contact-block {
  padding: 2em 0;
  display: flex;
  justify-content: space-between;
}
.contact-btn-wrap{
  display: flex;
  align-items: center;
}
.f-m-icon{
  position: absolute;
  top: 0;
  right: 0;
}
.plus-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  will-change: transform;
}

.section-feature .content__inner .c__item .lbl {
   color: #4B4B4B;
}




@media screen and (max-width: 1070px) {
  html {
    font-size: 0.8px;
  }
  header {
    padding: 24rem 30rem 6rem 0;
  }
  header .down__menu {
    margin-left: 42rem;
  }
  .section-guide .content__frame.three {
    padding: 42rem 213rem;
  }
  .section-guide .content__frame {
    padding: 42rem 142rem;
  }
}
@media screen and (max-width: 800px) {
  .section-guide .content__frame {
    padding: 42rem 93rem;
  }
  .section-guide .content__frame.three {
    padding: 42rem 180rem;
  }
  .f-menu-wrap {
    flex-direction: column;
  }
  .f-menu-wrap div {
    width: 100%;
}
.f-menu-block ul:first-child {
  margin-bottom: 0;
}
.child-menu{
  margin-bottom: 2em;
}
.f-menu-block ul .has-child+span {
  padding-bottom: 2em;
  display: none;
}
.active{
  display: flex;
}
.f-contact-block {
  flex-direction: column-reverse;
}
.contact-btn-wrap {
  flex-direction: column-reverse;
  margin-bottom: 2em;
}
footer .contact-btn-wrap a:first-child{
  margin-bottom: 1em;

}
footer .c__btn {
  margin-top: 1em;
  width: 100%;
  height: 35rem;

}
footer .c__btn .lbl {
  font-size: 16px;
}
footer .c__btn.web .lbl {
  font-size: 16px;
}
footer .c__btn.web .gap {
  padding-top: 5rem;
  height: 28rem;
}
.c-btn02 .lbl02::before {
  top: 3px;
  
}
.f-menu-block ul .has-child{
  position: relative;
}
.f-menu-block ul .has-child{
  position: relative;
}
.plus-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #f5f5f5;
  display: block;
}
.plus-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  border-radius: 10px;
  background: #f5f5f5;
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
.toggle-active .plus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2335vw;
  }
  header {
    width: 100%;
    height: 74rem;
    padding: 0 24rem 0 12rem;
    border-radius: 0;
    border-bottom: 4rem solid #64965A;
  }
  header .up__menu {
    height: 100%;
  }
  header .up__menu .logo {
    width: 210rem;
  }
  .frontview {
    width: 348rem;
    padding-top: 118rem;
  }
  .frontview .frontview__slider .c__item .catchcopy .txt01 {
    writing-mode: vertical-rl;
    line-height: 28rem;
    letter-spacing: 0.1em;
    margin: 0 4rem;
  }
  .frontview .frontview__slider .c__item .catchcopy {
    position: absolute;
    left: 30rem;
    top: 36rem;
    bottom: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .frontview .frontview__slider .c__item .catchcopy .txt02 {
    writing-mode: vertical-rl;
    line-height: 18rem;
    letter-spacing: 0.1em;
    margin: 0 7rem;
  }
  section {
    width: 348rem;
  }
  .section-news {
    margin-top: 84rem;
    display: block;
  }
  .t__title {
    margin-left: 34rem;
  }
  .section-news .news__content {
    width: 100%;
    margin-left: 0;
    margin-top: 24rem;
  }
  .section-news .news__content .news__list li a .t__txt {
    margin-left: 24rem;
  }
  .c__btn.p__btn {
    width: 100%;
    height: 43rem;
    display: flex;
    margin-top: 24rem;
    background: #64965A;
  }
  .c__btn.p__btn:after {
    border-color: #F5F5F5;
  }
  .c__btn.p__btn .lbl {
    color: #F5F5F5;
  }
  .message-guide {
    margin-top: 96rem;
  }
  .section-message {
    display: block;
  }
  .section-message .ceo__image {
    width: 100%;
    margin-top: 24rem;
  }
  .section-message .message__content {
    width: 100%;
    margin-right: 0;
  }
  .section-message .message__content .t__txt {
    font-size: 20rem;
    margin-top: 25rem;
    margin-bottom: 24rem;
  }
  .section-message .message__content .links__pos {
    margin-top: 24rem;
    display: block;
  }
  .section-message .message__content .links__pos .c__btn {
    margin-top: 12rem;
  }
  .message-guide .bg {
    width: 233rem;
  }
  .section-guide .content__frame {
    padding: 48rem 20rem;
    margin-top: 24rem;
  }
  .section-guide .content__frame:after {
    bottom: -11rem;
  }
  .section-guide {
    margin-top: 96rem;
  }
  .faq-innergallery .bg {
    width: 100%;
    height: 135%;
    background: url(../img/bg_sp.png);
    background-size: 100% 100%;
    top: -1035rem;
    z-index: -1;
  }
  .section-guide .content__frame.three {
    padding: 42rem 20rem;
    margin-top: 71rem;
  }
  .section-inner-guide {
    margin-top: 100rem;
  }
  .section-inner-guide .detail__content .camera {
    width: 242rem;
    display: flex;
    position: relative;
    right: 0;
    top: auto;
    transform: unset;
    margin: auto;
  }
  .section-inner-guide .detail__content {
    margin-top: 24rem;
    display: block;
  }
  .section-inner-guide .detail__content .content__text {
    width: 100%;
    font-weight: 350;
    font-size: 14rem;
    margin-top: 24rem;
  }
  .section-inner-guide .camera__items {
    width: 100%;
    margin-left: 0;
    margin-top: 48rem;
    display: block;
  }
  .section-inner-guide .camera__items .c__item {
    width: 100%;
  }
  .section-inner-guide .camera__items .c__item:last-child {
    margin-top: 48rem;
  }
  .section-inner-guide .camera__items .c__item .c__inner {
    height: auto;
    padding-bottom: 2rem;
  }
  .section-inner-guide .camera__items .c__item .c__inner .image {
    width: 100rem;
    display: flex;
    position: relative;
    right: auto;
    bottom: auto;
    margin: auto;
  }
  .section-inner-guide .camera__items .c__item .c__pos {
    margin-top: 0;
  }
  .section-feature {
    width: 348rem;
    margin: auto;
    margin-top: 135rem;
  }
  .section-feature .content__inner {
    margin-top: 24rem;
  }
  .section-feature .content__inner .c__item {
    width: 100%;
    height: 50rem;
  }
  .section-feature .content__inner .c__item .num {
    font-size: 36rem;
  }
  .section-feature .content__inner .c__item .lbl {
    letter-spacing: 0;
  }
  .section-feature .p__pos {
    margin-top: 0;
  }
  .section-access {
    width: 348rem;
    margin-top: 96rem;
  }
  .section-access .content__inner {
    margin-top: 25rem;
    display: block;
  }
  .section-access .content__inner .content__info {
    width: 100%;
    margin-right: 0;
  }
  .t__title.center {
    margin-left: 0;
  }
  .section-access .content__inner .content__info .logo-access {
    display: block;
  }
  .section-access .content__inner .content__info .logo-access .logo {
    width: 100%;
    margin-right: 0;
  }
  .section-access .content__inner .content__info .logo-access .address {
    display: flex;
    margin-top: 10rem;
  }
  .section-access .content__inner .content__info .logo-access .address .post {
    border-right: 1rem solid #4B4B4B;
    padding-right: 11rem;
    margin-right: 11rem;
  }
  .section-access .content__inner .content__info .contact__items {
    width: 265rem;
    margin: auto;
    margin-top: 48rem;
    margin-bottom: 48rem;
    display: block;
  }
  .section-access .content__inner .content__info .contact__items .c__btn.web {
    margin-top: 30rem;
  }
  .section-access .content__inner .map {
    width: 100%;
    height: 450rem;
    margin-top: 48rem;
  }
  .section-access .content__inner .map .access__btn {
    bottom: -100rem;
  }
  .copyright {
    letter-spacing: 0;
  }
  .topPage {
    right: 10rem;
    bottom: 10rem;
    z-index: 100;
  }
  .frontview .frontview__slider .c__item .catchcopy.c01 .txt02 {
    writing-mode: unset;
    line-height: 20rem;
    letter-spacing: 0;
    margin: 2rem 0;
  }
  .frontview .frontview__slider .c__item .catchcopy.c01 {
    top: 422rem;
    left: 12rem;
  }
  .sp-menu {
    display: flex;
    align-items: center;
  }
  .sp-menu .tel {
    width: 54rem;
    height: 54rem;
    border-radius: 50%;
    margin-right: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2rem solid #64965A;
  }
  .sp-menu .tel span {
    width: 21px;
  }
  .sp-menu .menu {
    width: 54rem;
    height: 54rem;
    background: #64965A;
    border-radius: 50%;
    position: relative;
  }
  .sp-menu .menu.open span:nth-of-type(1) {
    top: 27rem;
    transform: translate(-50%) rotate(45deg);
  }
  .sp-menu .menu.open span:nth-of-type(2) {
    top: 27rem;
    transform: translate(-50%) rotate(-45deg);
  }
  .sp-menu .menu.open:after {
    opacity: 0;
  }
  .sp-menu .menu:after {
    content: "menu";
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 14rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #F5F5F5;
    transition: 0.3s;
  }
  .sp-menu .menu span {
    width: 34rem;
    height: 0;
    position: absolute;
    left: 50%;
    top: 17rem;
    transform: translate(-50%);
    border-bottom: 2rem solid #F5F5F5;
    transition: 0.3s;
  }
  .sp-menu .menu span + span {
    top: 38rem;
  }
  header .down__menu {
    position: fixed;
    left: 0;
    top: 74rem;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0;
    height: calc(100vh - 74rem);
    overflow: auto;
    display: none;
  }
  header .down__menu ul {
    display: block;
    padding-top: 36rem;
  }
  header .down__menu ul li.child .child__menu {
    border-radius: 0;
    position: relative;
    left: auto;
    top: auto;
    background: #F0F0F0;
    box-shadow: unset;
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }
  header .down__menu ul li.child .child__menu .c__inner .t__lbl {
    display: none;
  }
  header .down__menu ul li.child .child__menu {
    display: none;
    padding: 10rem 14rem 12rem;
    margin-top: 5rem;
    transition: unset;
  }
  header .down__menu ul li.child .child__menu .c__inner ul li {
    width: 100%;
  }
  header .down__menu ul li.child .child__menu .c__inner {
    width: 100%;
  }
  header .down__menu ul li {
    padding: 13rem 0;
    margin: 0 22rem;
  }
  header .down__menu ul li.child > a:before {
    content: "";
    width: 0;
    height: 14rem;
    border-left: 1rem solid #fff;
    border-right: unset;
    border-bottom: unset;
    position: absolute;
    top: 50%;
    left: auto;
    right: 7rem;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }
  header .down__menu ul li a {
    display: block;
  }
  header .down__menu ul li.child a:after {
    width: 14rem;
    height: 0;
    border-bottom: 2rem solid #F5F5F5;
    position: absolute;
    bottom: auto;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    right: 0;
  }
  header .down__menu ul li.child .child__menu .c__inner ul {
    padding-top: 0;
  }
  header .down__menu ul li.child .child__menu .c__inner ul li a {
    padding-left: 0;
  }
  header .down__menu ul li.child .child__menu .c__inner:nth-child(2) {
    margin-left: 0;
  }
  header .down__menu ul li.child > a.open::before {
    opacity: 0;
  }
  .subtitle {
    padding-top: 110rem;
    width: 348rem;
  }
  .page__content01 {
    width: 100%;
    padding: 36rem 30rem 48rem;
    border-radius: 121rem;
  }
  .page__content02 {
    width: 348rem;
  }
  .page__content02 .list__items .c__item {
    display: block;
  }
  .page__content02 .list__items .c__item .image {
    width: 100%;
    height: 348rem;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 40rem;
  }
  .page__content02 .list__items .c__item .content__text {
    width: 100%;
  }
  .page__content03 .content__inner {
    width: 348rem;
  }
  .page__content03 .c__images {
    margin-top: 84rem;
    display: block;
  }
  .page__content03 .c__images .image {
    margin: auto;
    margin-bottom: 32rem;
  }
  .page__content03 {
    margin-top: 130rem;
    background: unset;
    background-size: contain;
    padding: 0 0 220rem;
  }
  footer.sub {
    margin-top: -126rem;
  }
  .section-news.__list {
    display: block;
    width: 348rem;
  }
  .wp-pagenavi a.nextpostslink, .wp-pagenavi span.nextpostslink {
    margin-left: 40rem;
  }
  .wp-pagenavi a.previouspostslink, .wp-pagenavi span.previouspostslink {
    margin-right: 40rem;
  }
  .bold-li{
    padding-left: 28px;
  }
  .child-menu li {
    padding-left: 28px;
  }
}/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 520px) {
  footer .c__btn {
    height: 42rem;
}
footer .c__btn.web .gap {
  height: 32rem;
  width: 147rem;
  font-size: 14px;
}
footer .con-wrap a::before {
  left: -28px;
}
.c__btn.web .gap {
  font-size: 14px;
  padding-top: 5px;
}

}