@charset "UTF-8";
/*reset*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

figure {
  margin-bottom: 0;
}

/*
  font-family: "Kosugi Maru", sans-serif;
  font-family: "Shippori Mincho B1", system-ui;
  font-family: "Noto Serif JP", system-ui;
*/
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

html, body {
  font-family: "Kosugi Maru", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-style: normal;
  color: #000;
  background: #EDD5A5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body.entry_page {
  background: #FFF7F2;
}

body.lang-jp .lang_jp {
  display: block;
}
body.lang-jp .lang_en {
  display: none;
}
body.lang-en .lang_jp {
  display: none;
}
body.lang-en .lang_en {
  display: block;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  html, body {
    cursor: auto;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body.page {
    padding-top: 0vw;
  }
}
img {
  width: 100%;
  height: auto;
}

/* ::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
} */
/*----------------------------------------------------
 swiper
--------------------------------------------------- */
.swiper-wrapper {
  transition-timing-function: ease;
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview, .fade_up {
  opacity: 0;
  transform: scale(1, 1) translate(0%, 10px);
}

.scrollview.view, .fade_up.js-fade_up_view {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  .lazyload
--------------------------------------------------- */
.lazyload_set span {
  opacity: 0;
}
.lazyload_set span.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

.grade_bg {
  background: linear-gradient(90deg, #ffd900 0%, #ffef3f 7%, #c7dc68 14%, #68be8d 21%, #239dda 28%, #5a79ba 35%, #9079ad 42%, #e7609e 49%, #e95464 56%, #ed6d3d 70%, #f49d43 77%, #ffd900 100%);
  background-size: 500% 500%;
  animation-name: gradation_bg;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}

@keyframes gradation_bg {
  0% {
    background-position: 250% 250%;
  }
  100% {
    background-position: 0% 0%;
  }
}
/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  position: relative;
  transition: all 0.8s 0s ease;
  z-index: 3;
  overflow: hidden;
}

body.page .wrapper {
  padding-top: 220px;
}
@media (max-width: 896px) {
  body.page .wrapper {
    padding-top: 90px;
  }
}

/*----------------------------------------------------
 block_header
--------------------------------------------------- */
.block_header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s 0s ease;
}
.block_header ul.menu {
  position: absolute;
  top: -120px;
  left: 100px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_header ul.menu {
    top: -120px;
    left: 20px;
  }
}
.block_header ul.menu li {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 896px) {
  .block_header ul.menu li {
    margin-right: 0;
  }
}
.block_header ul.menu li:nth-child(1) {
  transform: translate(-20px, 0px) rotate(-10deg);
}
.block_header ul.menu li:nth-child(2) {
  transform: translate(0px, 0px) rotate(2deg);
}
.block_header ul.menu li:nth-child(3) {
  transform: translate(10px, 0px) rotate(10deg);
}
@media (max-width: 896px) {
  .block_header ul.menu li:nth-child(3) {
    transform: translate(20px, 0px) rotate(10deg);
  }
}
.block_header ul.menu li a {
  background: #FFF;
  width: 130px;
  height: 200px;
  border-radius: 0 0 10px 10px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: flex-end; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_header ul.menu li a {
    width: 90px;
    height: 170px;
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
  }
}
.block_header ul.menu li a:hover {
  background: #B28247;
  color: #FFF;
}
.block_header ul.menu li a .jp {
  font-weight: 700;
  font-size: 16px;
  font-family: "Shippori Mincho B1", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_header ul.menu li a .jp {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.block_header ul.sub_menu {
  position: absolute;
  top: 30px;
  left: 570px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_header ul.sub_menu {
    display: none;
  }
}
.block_header ul.sub_menu li {
  position: relative;
  margin-right: 20px;
}
.block_header ul.sub_menu li a {
  border-bottom: 2px #000 solid;
  padding-bottom: 2px;
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: flex-end; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  transition: all 0.5s 0s ease;
  color: #000;
}
.block_header ul.sub_menu li a:hover {
  opacity: 0.5;
}
.block_header ul.sub_menu li a .jp {
  font-weight: 700;
  font-size: 16px;
  font-family: "Shippori Mincho B1", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_header ul.sns {
  position: absolute;
  top: 30px;
  right: 40px;
}
@media (max-width: 896px) {
  .block_header ul.sns {
    display: none;
  }
}
.block_header ul.sns li a {
  display: block;
  width: 50px;
  height: 50px;
  background: #FFF;
  border-radius: 50px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_header ul.sns li a svg {
  width: 25px;
  height: 25px;
}

/*----------------------------------------------------
  .sp_menu
--------------------------------------------------- */
.block_navi a {
  position: fixed;
  z-index: 100;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #13AE67;
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.1);
  transition: all 0.4s 0s ease;
  visibility: hidden;
  opacity: 0;
}
body.page_scroll .block_navi a {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 896px) {
  .block_navi a {
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
}
.block_navi a:hover {
  background: #FFF;
}
.block_navi a:hover .wrap span {
  background: #13AE67;
}
@media (max-width: 896px) {
  .block_navi a {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.block_navi a i {
  display: none;
}
.block_navi a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  overflow: hidden;
  transition: all 0.4s 0s ease;
}
.block_navi a span.l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: -6px;
  margin-left: -15px;
  background: #FFF;
  transform-origin: center center;
}
.block_navi a span.l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: 0px;
  margin-left: -15px;
  background: #FFF;
  transform-origin: center center;
}
.block_navi a span.l3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-left: -15px;
  background: #FFF;
  transform-origin: center center;
}

body.menu_open .block_navi a span.l1 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
}
body.menu_open .block_navi a span.l2 {
  margin-top: 0px;
  transform: scale3d(0, 1, 1) translate(0px, 0px) rotate(0deg);
}
body.menu_open .block_navi a span.l3 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
}

/*----------------------------------------------------
  .block_sp_menu
--------------------------------------------------- */
.menu_bg {
  display: block;
  position: fixed;
  top: 0%;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 80;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  transition: all 0.5s 0s ease;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

body.menu_open .menu_bg {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
}

.block_sp_menu {
  display: block;
  position: fixed;
  top: 0%;
  right: 0px;
  width: 100%;
  width: 300px;
  height: 100%;
  z-index: 90;
  transition: all 0.5s 0s ease;
  background: url(../img/top/top_bg.png) center top;
  opacity: 0;
  visibility: hidden;
  transform: translate(100%, 0px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 896px) {
  .block_sp_menu {
    width: 280px;
  }
}

body.menu_open .block_sp_menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0px);
}
body.menu_open .block_sp_menu .menu_image figure {
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
}

.block_sp_menu .inner {
  padding: 60px 0 60px 20px;
  text-align: left;
  z-index: 2;
}
.block_sp_menu .inner ul.menu {
  margin-bottom: 20px;
}
.block_sp_menu .inner ul.menu li {
  margin-bottom: 10px;
}
.block_sp_menu .inner ul.menu li:nth-child(1) {
  transform: translate(20px, -10px) rotate(-5deg);
}
.block_sp_menu .inner ul.menu li:nth-child(2) {
  transform: translate(20px, 0px) rotate(2deg);
}
.block_sp_menu .inner ul.menu li:nth-child(3) {
  transform: translate(20px, 0px) rotate(-2deg);
}
.block_sp_menu .inner ul.menu li a {
  display: block;
  padding: 20px;
  border-radius: 10px;
  background: #FFF;
  font-family: "Shippori Mincho B1", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.block_sp_menu .inner ul.sub_menu {
  margin-bottom: 20px;
}
.block_sp_menu .inner ul.sub_menu li {
  margin-bottom: 10px;
}
.block_sp_menu .inner ul.sub_menu li a {
  display: block;
  border-bottom: 2px #000 solid;
  font-family: "Shippori Mincho B1", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.block_sp_menu .inner ul.sns {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_sp_menu .inner ul.sns li {
  margin: 0 5px;
}
.block_sp_menu .inner ul.sns li a {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #FFF;
}
.block_sp_menu .inner ul.sns li a:hover {
  background: #000;
}
.block_sp_menu .inner ul.sns li a:hover svg {
  fill: #FFF;
}
@media (max-width: 896px) {
  .block_sp_menu .inner ul.sns li a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
.block_sp_menu .inner ul.sns li a svg {
  width: 25px;
  height: 25px;
  fill: #000;
}
@media (max-width: 896px) {
  .block_sp_menu .inner ul.sns li a svg {
    width: 15px;
    height: 15px;
  }
}
.block_sp_menu .inner ul.sns li a.is:hover, .block_sp_menu .inner ul.sns li a.tw:hover, .block_sp_menu .inner ul.sns li a.fb:hover, .block_sp_menu .inner ul.sns li a.li:hover, .block_sp_menu .inner ul.sns li a.yt:hover {
  background: #000;
}
.block_sp_menu .inner ul.sns li .none {
  opacity: 0.2;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #000;
}
@media (max-width: 896px) {
  .block_sp_menu .inner ul.sns li .none {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
.block_sp_menu .inner ul.sns li .none svg {
  width: 25px;
  height: 25px;
  fill: #FFF;
}
@media (max-width: 896px) {
  .block_sp_menu .inner ul.sns li .none svg {
    width: 15px;
    height: 15px;
  }
}
.block_sp_menu .inner ul.sns li .none.is {
  background: #E05266;
}
.block_sp_menu .inner ul.sns li .none.tw {
  background: #000;
}
.block_sp_menu .inner ul.sns li .none.fb {
  background: #3B5796;
}
.block_sp_menu .inner ul.sns li .none.li {
  background: #45C921;
}
.block_sp_menu .inner ul.sns li .none.yt {
  background: #FF0000;
}
.block_sp_menu .inner ul.sns li .none.is:hover, .block_sp_menu .inner ul.sns li .none.tw:hover, .block_sp_menu .inner ul.sns li .none.fb:hover, .block_sp_menu .inner ul.sns li .none.li:hover, .block_sp_menu .inner ul.sns li .none.yt:hover {
  background: #000;
}

/*----------------------------------------------------
 block_mainvisual
--------------------------------------------------- */
.block_mainvisual {
  position: relative;
  padding: 0 10vw;
  padding-top: 90px;
}
@media (max-width: 896px) {
  .block_mainvisual {
    padding: 0 10px;
    padding-top: 70px;
  }
}

/*----------------------------------------------------
 block_about
--------------------------------------------------- */
.block_about {
  position: relative;
  padding: 0 10vw;
  background: #FFF url(../img/top/top_bg.png) no-repeat center bottom;
  background-size: 100% auto;
}
@media (max-width: 896px) {
  .block_about {
    padding: 0 10px;
    background-size: 100% 100%;
  }
}
.block_about .about_box {
  background: #FFFEEE;
  text-align: center;
  width: 900px;
  margin: 0 auto;
  padding: 80px 80px 80px;
  border-radius: 100px 100px 0 0;
  color: #13AE67;
}
@media (max-width: 896px) {
  .block_about .about_box {
    width: 100%;
    padding: 20px 10px 10px;
    border-radius: 20px 20px 0 0;
  }
}
.block_about .about_box .a_t {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_about .about_box .a_t {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.block_about .about_box .a_t strong {
  font-size: 32px;
}
@media (max-width: 896px) {
  .block_about .about_box .a_t strong {
    font-size: 28px;
    display: block;
  }
}
.block_about .about_box p {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_about .about_box p {
    font-size: 14px;
  }
}
.block_about .about_box .image {
  margin-top: -10px;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_about .about_box .image {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.block_about .about_box .sns {
  text-align: center;
}
.block_about .about_box .sns a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_about .about_box .sns a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.block_about .about_box .sns a .t {
  font-size: 18px;
}
.block_about figure {
  width: 200px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_about figure {
    width: 100px;
  }
}
.block_about .kodomo {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_about .kodomo {
    width: 100%;
  }
}

/*----------------------------------------------------
 block_access
--------------------------------------------------- */
.block_access {
  background: #FFF;
}
.block_access .inner {
  width: 800px;
  margin: 0 auto;
  background: #13AE67;
  padding: 40px;
  border-radius: 100px;
  color: #FFF;
  text-align: center;
  position: relative;
}
@media (max-width: 896px) {
  .block_access .inner {
    width: 85%;
    width: calc(100% - 40px);
    left: 10px;
    padding: 20px;
    border-radius: 40px;
  }
}
.block_access .inner .access {
  position: absolute;
  top: 20px;
  left: -50px;
  width: 40px;
}
@media (max-width: 896px) {
  .block_access .inner .access {
    left: -23px;
    width: 20px;
  }
}
.block_access .inner .title {
  font-size: 28px;
}
@media (max-width: 896px) {
  .block_access .inner .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.block_access .inner .step {
  font-size: 42px;
  margin-bottom: 0px;
}
@media (max-width: 896px) {
  .block_access .inner .step {
    font-size: 24px;
  }
}
.block_access .inner .step span {
  display: inline-block;
  line-height: 1.2;
  border-bottom: 2px #FFF solid;
}
.block_access .inner .address {
  margin-bottom: 40px;
  color: #EDD5A5;
  font-size: 20px;
}
@media (max-width: 896px) {
  .block_access .inner .address {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.block_access .inner .gmap {
  width: 90%;
  margin: 0 auto;
  padding-top: 75%;
  position: relative;
  border-radius: 80px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_access .inner .gmap {
    width: 100%;
    border-radius: 40px;
  }
}
.block_access .inner .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_access figure {
  width: 200px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_access figure {
    width: 100px;
  }
}

/*----------------------------------------------------
 block_donation
--------------------------------------------------- */
.block_donation {
  background: #FFF;
}
.block_donation .inner {
  width: 800px;
  margin: 0 auto;
  background: #FFF;
  padding: 40px;
  color: #13AE67;
  text-align: center;
  position: relative;
  border: 20px #13AE67 solid;
  box-sizing: border-box;
  font-family: "Shippori Mincho B1", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_donation .inner {
    width: 85%;
    width: calc(100% - 40px);
    left: 10px;
    padding: 20px;
    border-radius: 40px;
  }
}
.block_donation .inner .donation {
  position: absolute;
  top: 0px;
  left: -90px;
  width: 40px;
}
@media (max-width: 896px) {
  .block_donation .inner .donation {
    left: -43px;
    width: 20px;
  }
}
.block_donation .inner .d_t {
  margin-bottom: 20px;
}
.block_donation .inner .d_t span {
  display: inline-block;
  border: 1px #13AE67 solid;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_donation .inner .d_t span {
    font-size: 14px;
  }
}
.block_donation .inner p {
  font-size: 18px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_donation .inner p {
    font-size: 14px;
  }
}
.block_donation .inner ul {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_donation .inner ul {
    text-align: left;
    font-size: 14px;
  }
}
@media (max-width: 896px) {
  .block_donation .inner ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.block_donation .inner .box {
  width: 600px;
  margin: 0 auto;
  background: #13AE67;
  color: #FFF;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 896px) {
  .block_donation .inner .box {
    padding: 10px;
    width: 100%;
    font-size: 14px;
  }
}
.block_donation figure {
  width: 240px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_donation figure {
    width: 120px;
  }
}

/*----------------------------------------------------
 block_contact
--------------------------------------------------- */
.block_contact {
  background: #FFF;
  padding-bottom: 80px;
}
.block_contact .inner a {
  width: 450px;
  background: #13AE67;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
  border-radius: 80px;
  margin: 0 auto;
  display: block;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_contact .inner a {
    width: 90%;
  }
}
.block_contact .inner a:hover {
  background: #FFF;
  color: #13AE67;
}
.block_contact figure {
  width: 540px;
  margin: 0 auto;
  position: relative;
  left: -20px;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_contact figure {
    left: -10px;
    width: 260px;
  }
}
.block_contact .copy {
  text-align: center;
  font-family: "Shippori Mincho B1", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #13AE67;
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_contact .copy {
    padding: 0 10px;
    font-size: 16px;
  }
}
.block_contact .ibasyo {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_contact .ibasyo {
    width: 100px;
  }
}
.block_contact .attention {
  text-align: center;
  font-size: 18px;
  color: #13AE67;
}
@media (max-width: 896px) {
  .block_contact .attention {
    padding: 0 10px;
    font-size: 12px;
  }
}

/*----------------------------------------------------
 block_footer
--------------------------------------------------- */
.block_footer {
  background: #13AE67;
  color: #000;
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 896px) {
  .block_footer {
    padding: 40px 0;
  }
}
.block_footer .inner .copy {
  font-size: 18px;
}
@media (max-width: 896px) {
  .block_footer .inner .copy {
    font-size: 16px;
  }
}
.block_footer .inner .logo {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_footer .inner .logo {
    width: 200px;
  }
}
.block_footer .inner .banner {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_footer .inner .banner {
    width: 200px;
  }
}
.block_footer .inner .banner p {
  display: block;
  padding-top: 10px;
  font-size: 10px;
}
.block_footer .inner .copyright {
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_footer .inner .copyright {
    font-size: 10px;
  }
}/*# sourceMappingURL=common.css.map */