@charset "UTF-8";
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.center {
  text-align: center;
}

/*
font-family: 'Ubuntu Condensed', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/
* {
  box-sizing: border-box;
}

/*html {
	overflow-x: hidden!important;
    @include mq( $sp , min )  {
      font-size: 62.5%;
    }
    @include mq( $sp , max ) {
      font-size: calc(100vw / 40);
    }
}
body {

	@include font-size(15);
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial, Hiragino Kaku Gothic Pro,Meiryo, sans-serif;
	line-height:1.7;
	color: $text-color;
	margin: 0;
    overflow-x: hidden;
}
.body {
    position: relative;
}*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img:hover {
  opacity: 1;
}

a {
  color: rgb(32, 80, 209);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: rgb(65.9460580913, 109.3651452282, 226.0539419087);
  text-decoration: none;
}
a {
  /*&:visited {
   color: darken($color, $amount) ;
  }*/
}
a img {
  transition: 0.3s;
  opacity: 1;
}
a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}

@media print, screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block;
  }
}

.container {
  margin: 0 auto;
  max-width: 1100px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}
.container .container {
  padding: 0;
}

.narrow-container {
  margin: 0 auto;
  max-width: 900px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.nav-link {
  color: #5D4037;
  text-decoration: none;
}
.nav-link:hover, .nav-link:active, .nav-link:focus {
  color: #5d4037;
  text-decoration: none;
}
.nav-link {
  /*&:visited {
   color: darken($color, $amount) ;
  }*/
}

.button-more {
  color: #4A4035;
  text-decoration: none;
}
.button-more:hover, .button-more:active, .button-more:focus {
  color: #4a4035;
  text-decoration: none;
}
.button-more {
  /*&:visited {
   color: darken($color, $amount) ;
  }*/
}

.button-more-green {
  color: #fff;
  text-decoration: none;
}
.button-more-green:hover, .button-more-green:active, .button-more-green:focus {
  color: white;
  text-decoration: none;
}
.button-more-green {
  /*&:visited {
   color: darken($color, $amount) ;
  }*/
}

.button-more-orange {
  color: #4A4035;
  text-decoration: none;
}
.button-more-orange:hover, .button-more-orange:active, .button-more-orange:focus {
  color: #4a4035;
  text-decoration: none;
}
.button-more-orange {
  /*&:visited {
   color: darken($color, $amount) ;
  }*/
}

@media screen and (max-width: 767px) {
  .phone-number {
    white-space: nowrap;
    font-size: 36px;
  }
}

.box-wrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.box-wrap .box-item {
  width: 100%;
  padding: 0 15px;
}
@media print, screen and (min-width: 768px) {
  .box-wrap .box-item {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .box-wrap .box-item.col-3 {
    width: 33.3333333333%;
  }
}

.googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1022px) {
  .footer-title,
  .footer-address,
  .footer-tel,
  .footer-fax {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-main-info {
    display: block !important;
  }
  .footer-main-info .footer-info-group {
    flex-direction: row;
  }
  .footer-main-info .footer-info-group .footer-info-block {
    width: 50%;
  }
}
.notfound {
  display: none !important;
}

.section-01 {
  padding: 4em 0;
}
.section-01 > *:first-child {
  margin-top: 0;
}
.section-01 .h2-02 {
  margin-top: 0;
}

.section-index {
  padding: 2em 0;
}

.sec-gallery-nav {
  padding: 1em 0;
}
.sec-gallery-nav .entry-btn-wrap .entry-btn {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.sec-gallery-nav .entry-btn-wrap .entry-btn li {
  padding: 5px;
  list-style: none;
  margin: 5px 0;
}
.sec-gallery-nav .entry-btn-wrap .entry-btn li .btn {
  padding: 0.5em 1em;
  color: #fff;
  background: #519736;
  border-radius: 30px;
}
.sec-gallery-nav .entry-btn-wrap .entry-btn li .btn.-archive {
  background: #F1C541;
}

.bcd-gallery article.entry {
  background: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 479px) {
  .bcd-gallery :where(.entry-style) :where([data-type=columns]).layout-two-column,
  .bcd-gallery :where(.entry-style) :where([data-type=columns]).layout-three-column {
    display: block;
  }
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #1e1e1e;
  padding: 4em 0;
  margin: 4em 0 0;
  color: #fff;
}
.bg-black > *:first-child {
  margin-top: 0;
}
.bg-black.-nomargin {
  margin: 0;
}
.bg-black.-nopadding {
  padding: 0;
}

section.sec-nav {
  padding: 0 0 50px;
}

.news-item .news-meta {
  display: flex;
  align-items: center;
}
.news-item .category-group {
  margin: 0 10px 0 30px;
  display: flex;
}
.news-item .news-category {
  white-space: nowrap;
  margin: 0 5px 5px;
}
@media screen and (max-width: 767px) {
  .news-item {
    line-height: 1.3;
  }
  .news-item .news-meta {
    width: 100% !important;
  }
  .news-item .news-meta .news-date {
    white-space: nowrap;
  }
  .news-item .news-meta .category-group {
    margin: 0 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

p, ul, ol, dl, h2, h3, h4, h5, table {
  margin-top: 1em;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

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

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

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

.img-r {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .img-r {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .img-r {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }
}

.img-l {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .img-l {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .img-l {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

.large {
  font-size: 110%;
}

.x-large {
  font-size: 140%;
}
@media screen and (max-width: 767px) {
  .x-large {
    font-size: 120%;
  }
}

.xx-large {
  font-size: 170%;
}
@media screen and (max-width: 767px) {
  .xx-large {
    font-size: 130%;
  }
}

.small {
  font-size: 84%;
}

.x-small {
  font-size: 70%;
}

em {
  font-weight: bold;
  font-style: normal;
}

.attention {
  color: red;
}

.memo {
  color: #888;
  font-size: 80%;
}

.tel {
  text-align: center;
}
.tel a {
  color: #000;
  text-decoration: none;
}
.tel a:hover, .tel a:active, .tel a:focus {
  color: black;
  text-decoration: none;
}
.tel a {
  /*&:visited {
   color: darken($color, $amount) ;
  }*/
}
.tel span {
  display: inline-block;
}
.tel .label {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
}
.tel .no {
  font-family: "EB Garamond", serif;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .tel .no {
    font-size: 3.75px;
    font-size: 2.4rem;
  }
}
.tel .no {
  letter-spacing: 0.2em;
}
.tel .memo {
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .tel .memo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tel .memo {
    display: block;
  }
}
.tel .note {
  color: #999;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .tel .note {
    font-size: 1.875px;
    font-size: 1.2rem;
  }
}
.tel .note {
  display: block;
}

@media screen and (max-width: 767px) {
  br.sp-none {
    display: none;
  }
}

.margin__0 {
  margin-top: 0 !important;
}
.margin__05x {
  margin-top: 1em !important;
}
.margin__15x {
  margin-top: 3em !important;
}
.margin__2x {
  margin-top: 4em !important;
}

.fileicon {
  padding-left: 10px;
  padding-right: 10px;
}

.fileicon:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px;
}

.fileicon--docx:before {
  content: "\f1c2";
}

.fileicon--xlsx:before {
  content: "\f1c3";
}

.fileicon--pptx:before {
  content: "\f1c4";
}

.fileicon--pdf:before {
  content: "\f1c1";
}

.fileicon--zip:before {
  content: "\f1c6";
}

.fromTopIn {
  transition: transform 1s ease, opacity 1s ease;
  transform: translate(0, 0);
  opacity: 1;
}

.fromTopOut {
  transition: transform 1s ease, opacity 1s ease;
  transform: translate(0, -10px);
  opacity: 0;
}

.fromBottomIn {
  transition: transform 1s ease, opacity 1s ease;
  transform: translate(0, 0);
  opacity: 1;
}

.fromBottomOut {
  transition: transform 1s ease, opacity 1s ease;
  transform: translate(0, 10px);
  opacity: 0;
}

.fromLeftIn {
  transition: transform 1s ease, opacity 1s ease;
  transform: translate(0, 0);
  opacity: 1;
}

.fromLeftOut {
  transition: transform 1s ease, opacity 1s ease;
  transform: translate(-10px, 0);
  opacity: 0;
}

.fromRightIn {
  transition: transform 1s ease, opacity 1s ease;
  transform: translate(0, 0);
  opacity: 1;
}

.fromRightOut {
  transition: transform 1s ease, opacity 1s ease;
  transform: translate(10px, 0);
  opacity: 0;
}

.icon-text {
  display: inline-block;
  line-height: 1;
  border-radius: 15px;
  padding: 5px 1em;
  color: #fff;
  background: #519736;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .icon-text {
    font-size: 1.625px;
    font-size: 1.04rem;
  }
}

.kadomaru {
  border-radius: 30px;
}
.kadomaru.-small {
  border-radius: 20px;
}

.page-title-wrapper {
  z-index: 1;
  position: relative;
  padding: 12vw 0 17vw;
}
.page-title-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* ここで背景画像を指定 */
  background: url("../../assets/img/bg_contact.svg") no-repeat center center;
  background-size: 100% auto;
  background-position: top center;
  /* ここで回転！ */
  transform: rotate(180deg);
  /* 背景をコンテンツの背後に配置 */
  z-index: -1;
}
.page-title-wrapper .page-title-inner .icon {
  border-radius: 40px;
  display: inline-block;
  padding: 7px 1.5em;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.5em;
}
.page-title-wrapper.-philosophy:before {
  background: url("../../assets/img/pagetitle_philosophy.jpg") no-repeat center center;
  background-size: cover;
  -webkit-mask-image: url("../../assets/img/bg_pagetitle.svg");
  mask-image: url("../../assets/img/bg_pagetitle.svg");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  transform: none;
}
.page-title-wrapper.-philosophy .page-title-inner h1.page-title {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.page-title-wrapper.-philosophy .page-title-inner .en {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.page-title-wrapper.-admission:before {
  background: url("../../assets/img/pagetitle_admission.jpg") no-repeat center center;
  background-size: cover;
  -webkit-mask-image: url("../../assets/img/bg_pagetitle.svg");
  mask-image: url("../../assets/img/bg_pagetitle.svg");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  transform: none;
}
.page-title-wrapper.-admission .page-title-inner h1.page-title {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.page-title-wrapper.-admission .page-title-inner .en {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.page-title-wrapper.-meguminosono:before {
  background: url("../../assets/img/pagetitle_meguminosono.jpg") no-repeat center center;
  background-size: cover;
  -webkit-mask-image: url("../../assets/img/bg_pagetitle.svg");
  mask-image: url("../../assets/img/bg_pagetitle.svg");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  transform: none;
}
@media screen and (max-width: 1022px) {
  .page-title-wrapper.-meguminosono {
    margin-bottom: 5em;
  }
}
.page-title-wrapper.-meguminosono .page-title-inner h1.page-title {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.page-title-wrapper.-meguminosono .page-title-inner .en {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.page-title-wrapper.-meguminosono .page-title-inner .banner {
  position: absolute;
  width: 500px;
  bottom: -80px;
  right: 20px;
  transition: 0.2s;
}
.page-title-wrapper.-meguminosono .page-title-inner .banner .img {
  padding: 0 20px 20px 0;
}
.page-title-wrapper.-meguminosono .page-title-inner .banner .img img {
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border: 10px solid #fff;
}
.page-title-wrapper.-meguminosono .page-title-inner .banner .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-title-wrapper.-meguminosono .page-title-inner .banner:hover {
  bottom: -50px;
  transition: 0.2s;
}
.page-title-wrapper.-meguminosono .page-title-inner .banner a:hover {
  opacity: 1;
}
.page-title-wrapper.-meguminosono .page-title-inner .banner a:hover img {
  opacity: 1;
}
.page-title-wrapper.-meguminosono .page-title-inner .banner .button-more {
  background: #fff;
}
@media screen and (max-width: 1022px) {
  .page-title-wrapper.-meguminosono .page-title-inner .banner {
    position: absolute;
    bottom: -80px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  .page-title-wrapper.-meguminosono .page-title-inner .banner .img {
    display: none;
  }
  .page-title-wrapper.-meguminosono .page-title-inner .banner .btn {
    position: static;
  }
  .page-title-wrapper.-meguminosono .page-title-inner .banner:hover {
    bottom: 10px;
  }
}
.page-title-wrapper.-nijiiro:before {
  background: url("../../assets/img/pagetitle_nijiiro.jpg") no-repeat center center;
  background-size: cover;
  -webkit-mask-image: url("../../assets/img/bg_pagetitle.svg");
  mask-image: url("../../assets/img/bg_pagetitle.svg");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  transform: none;
}
@media screen and (max-width: 1022px) {
  .page-title-wrapper.-nijiiro {
    margin-bottom: 5em;
  }
}
.page-title-wrapper.-nijiiro .page-title-inner h1.page-title {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.page-title-wrapper.-nijiiro .page-title-inner .en {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.page-title-wrapper.-nijiiro .page-title-inner .banner {
  position: absolute;
  width: 500px;
  bottom: -80px;
  right: 20px;
  transition: 0.2s;
}
.page-title-wrapper.-nijiiro .page-title-inner .banner .img {
  padding: 0 20px 20px 0;
}
.page-title-wrapper.-nijiiro .page-title-inner .banner .img img {
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border: 10px solid #fff;
}
.page-title-wrapper.-nijiiro .page-title-inner .banner .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-title-wrapper.-nijiiro .page-title-inner .banner:hover {
  bottom: -50px;
  transition: 0.2s;
}
.page-title-wrapper.-nijiiro .page-title-inner .banner a:hover {
  opacity: 1;
}
.page-title-wrapper.-nijiiro .page-title-inner .banner a:hover img {
  opacity: 1;
}
.page-title-wrapper.-nijiiro .page-title-inner .banner .button-more {
  background: #fff;
}
@media screen and (max-width: 1022px) {
  .page-title-wrapper.-nijiiro .page-title-inner .banner {
    position: absolute;
    bottom: -80px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  .page-title-wrapper.-nijiiro .page-title-inner .banner .img {
    display: none;
  }
  .page-title-wrapper.-nijiiro .page-title-inner .banner .btn {
    position: static;
  }
  .page-title-wrapper.-nijiiro .page-title-inner .banner:hover {
    bottom: 10px;
  }
}
.page-title-wrapper.-about:before {
  background: url("../../assets/img/pagetitle_about.jpg") no-repeat center center;
  background-size: cover;
  -webkit-mask-image: url("../../assets/img/bg_pagetitle.svg");
  mask-image: url("../../assets/img/bg_pagetitle.svg");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  transform: none;
}
.page-title-wrapper.-about .page-title-inner h1.page-title {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.page-title-wrapper.-life:before {
  background: url("../../assets/img/pagetitle_life.jpg") no-repeat center center;
  background-size: cover;
  -webkit-mask-image: url("../../assets/img/bg_pagetitle.svg");
  mask-image: url("../../assets/img/bg_pagetitle.svg");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  transform: none;
}
.page-title-wrapper.-life .page-title-inner h1.page-title {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.page-title-wrapper.-event:before {
  background: url("../../assets/img/pagetitle_event.jpg") no-repeat center center;
  background-size: cover;
  -webkit-mask-image: url("../../assets/img/bg_pagetitle.svg");
  mask-image: url("../../assets/img/bg_pagetitle.svg");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  transform: none;
}
.page-title-wrapper.-event .page-title-inner h1.page-title {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.page-title-wrapper.-recruit:before {
  background: url("../../assets/img/pagetitle_recruit.jpg") no-repeat center center;
  background-size: cover;
  -webkit-mask-image: url("../../assets/img/bg_pagetitle.svg");
  mask-image: url("../../assets/img/bg_pagetitle.svg");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  transform: none;
}
.page-title-wrapper.-recruit .page-title-inner h1.page-title {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.page-title-wrapper.-info:before {
  background: url("../../assets/img/pagetitle_info.jpg") no-repeat center center;
  background-size: cover;
  -webkit-mask-image: url("../../assets/img/bg_pagetitle.svg");
  mask-image: url("../../assets/img/bg_pagetitle.svg");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  transform: none;
}
.page-title-wrapper.-info .page-title-inner h1.page-title {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.page-title-wrapper.-download:before {
  background: url("../../assets/img/pagetitle_download.jpg") no-repeat center center;
  background-size: cover;
  -webkit-mask-image: url("../../assets/img/bg_pagetitle.svg");
  mask-image: url("../../assets/img/bg_pagetitle.svg");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  transform: none;
}
.page-title-wrapper.-download .page-title-inner h1.page-title {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.page-title-wrapper.-privacy:before {
  background: url("../../assets/img/pagetitle_privacy.jpg") no-repeat center center;
  background-size: cover;
  -webkit-mask-image: url("../../assets/img/bg_pagetitle.svg");
  mask-image: url("../../assets/img/bg_pagetitle.svg");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  transform: none;
}
.page-title-wrapper.-privacy .page-title-inner h1.page-title {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.page-title-inner {
  text-align: center;
}
.page-title-inner .en {
  color: #fff;
  font-size: 20px;
  margin: 0;
  line-height: 1;
}
.page-title-inner h1.page-title {
  font-size: 32px;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-title-inner h1.page-title {
    font-size: 30px;
  }
}

.topicpath {
  margin-bottom: 30px;
  padding: 10px 0;
  margin-top: 50px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .topicpath {
    font-size: 1.75px;
    font-size: 1.12rem;
  }
}
@media screen and (max-width: 767px) {
  .topicpath {
    margin-bottom: 5px;
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 1em;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
  .topicpath {
    font-size: 1.375px;
    font-size: 0.88rem;
  }
}

.topicpath-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.topicpath-item {
  float: left;
  padding: 0 10px 0 5px;
}
.topicpath-item:first-child {
  padding: 0 10px 0 0;
  background: 0;
}
.topicpath-item:not(:last-child)::after {
  font-family: ionicons;
  content: "\f3d3";
  padding-left: 10px;
}
.topicpath-item:nth-child(1) a::before {
  display: inline-block;
  text-indent: none;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/icon_home.svg) no-repeat 0 0;
  background-size: contain;
}

.topicpath-link {
  color: #666;
}
.topicpath-link:visited, .topicpath-link:focus, .topicpath-link:active {
  color: #666;
}

ul.page-navi {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
ul.page-navi li {
  list-style: none;
  margin: 1em;
  width: 19%;
}
@media screen and (max-width: 767px) {
  ul.page-navi li {
    margin: 0.3em;
  }
}
ul.page-navi li a {
  display: block;
  background: #EA6269;
  color: #fff;
  text-decoration: none;
}
ul.page-navi li a:hover, ul.page-navi li a:active, ul.page-navi li a:focus {
  color: white;
  text-decoration: none;
}
ul.page-navi li a {
  /*&:visited {
   color: darken($color, $amount) ;
  }*/
}
@media screen and (max-width: 767px) {
  ul.page-navi li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
  ul.page-navi li a {
    font-size: 1.625px;
    font-size: 1.04rem;
  }
}
ul.page-navi li a {
  text-align: center;
  padding: 0.6em;
}
ul.page-navi li a::after {
  font-family: ionicons;
  content: "\f123";
  display: block;
  line-height: 1;
  transition: 0.2s;
}
ul.page-navi li a:hover::after {
  transition: 0.2s;
  transform: translate(0, 5px);
}

.acms-entry table,
.table-01 {
  width: 100%;
  border-collapse: collapse;
  border-radius: 16px;
  background: #fff;
  border: 2px solid #519736;
  border-collapse: separate; /* 【重要】角丸を効かせるために必要です */
  border-spacing: 0; /* セル同士の隙間をなくします */
  overflow: hidden;
}
.acms-entry table thead th,
.table-01 thead th {
  background: #519736;
  color: #fff;
}
.acms-entry table th, .acms-entry table td,
.table-01 th,
.table-01 td {
  border: 1px solid #8FC999;
  border-right: none;
  padding: 15px 20px;
  border-radius: 0;
}
.acms-entry table th p, .acms-entry table td p,
.table-01 th p,
.table-01 td p {
  margin: 0;
}
.acms-entry table th,
.table-01 th {
  background: #D4ECD4;
}
.acms-entry table th.w20,
.table-01 th.w20 {
  width: 20%;
}
.acms-entry table th.nowrap,
.table-01 th.nowrap {
  white-space: nowrap;
}
.acms-entry table td,
.table-01 td {
  text-align: left;
}
.acms-entry table td.bold,
.table-01 td.bold {
  font-weight: bold;
}
.acms-entry table table,
.table-01 table {
  margin-top: 0;
}
.acms-entry table table th, .acms-entry table table td,
.table-01 table th,
.table-01 table td {
  border: 0;
}
.acms-entry table table th,
.table-01 table th {
  background: none;
}

.table-01 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.table-01.-orange-table {
  border: 2px solid #F4AB42;
}
.table-01.-orange-table thead th {
  background: #F4AB42;
  color: #5F4D48;
}
.table-01.-orange-table th, .table-01.-orange-table td {
  border-color: rgba(245, 176, 65, 0.2);
}
.table-01.-orange-table th {
  text-align: left;
  background: #FCDCB7;
}
.table-01.-orange-table td {
  text-align: left;
}
.table-01 .margin {
  margin: 1em 0 1.5em;
}
.table-01 .table-list .table-item {
  margin: 0.8em 0;
}
.table-01 .table-list .table-item .title {
  background: #519736;
  border-radius: 30px;
  padding: 5px 1em;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  display: inline-block;
}
.table-01 .table-list .table-item .summary {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.table-01 .table-list .table-item .summary .icon {
  padding: 5px;
  background: #fff;
  border: 1px solid #519736;
  color: #519736;
  margin: 0 1em 0 0;
  display: inline-block;
  line-height: 1;
  width: 5em;
  text-align: center;
}
@media screen and (max-width: 1022px) {
  .table-01 .table-list .table-item .summary {
    padding: 0.5em;
  }
}
@media print, screen and (min-width: 1023px) {
  .table-01 .table-list .table-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .table-01 .table-list .table-item .title {
    width: 10%;
  }
  .table-01 .table-list .table-item .title.w20 {
    width: 20%;
  }
  .table-01 .table-list .table-item .title.w15 {
    width: 15%;
  }
  .table-01 .table-list .table-item .summary {
    width: calc(90% - 1em);
    margin-left: 1em;
  }
  .table-01 .table-list .table-item .summary.w80 {
    width: calc(80% - 1em);
  }
  .table-01 .table-list .table-item .summary.w85 {
    width: calc(85% - 1em);
  }
  .table-01 .table-list .table-item.no-title .summary {
    width: 100%;
    margin: 2px 0;
  }
}

table.table-02 {
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
}
table.table-02 tr:last-child th, table.table-02 tr:last-child td {
  border-bottom: none;
}
table.table-02 th, table.table-02 td {
  border: 1px solid #DBDBDB;
  padding: 1em 2em;
  border-left: 0;
}
table.table-02 th.noborder, table.table-02 td.noborder {
  border-right: none;
}
table.table-02 th {
  background: #F8F8F8;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  table.table-02 th {
    font-size: 2.375px;
    font-size: 1.52rem;
  }
}
table.table-02 th.em {
  background: #edf3f8;
}
table.table-02 td {
  border-right: none;
  background: #F8F8F8;
}
table.table-02 td.big {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  table.table-02 td.big {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}
table.table-02 td.big {
  font-weight: bold;
}
table.table-02 thead th {
  background: #519736;
  color: #fff;
  border: none;
}
table.table-02.price {
  font-weight: bold;
}
table.table-02.price th, table.table-02.price td {
  padding: 0.5em 2em;
}
table.table-02.price td {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  table.table-02.price td {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}

table.table-03 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #aaa;
}
table.table-03 th, table.table-03 td {
  border-bottom: 1px solid #C6C7C5;
  padding: 10px;
  border-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  table.table-03 th, table.table-03 td {
    font-size: 1.75px;
    font-size: 1.12rem;
  }
}
table.table-03 th {
  color: #519736;
  text-align: right;
}

table.calendar {
  width: 100%;
  border-collapse: collapse;
}
table.calendar th, table.calendar td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
table.calendar th {
  background: #fff;
}

table.table-border {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dde5e9;
}
table.table-border th, table.table-border td {
  border-bottom: 1px solid #dde5e9;
  padding: 10px 1em;
  border-left: 0;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  table.table-border th, table.table-border td {
    float: none;
    display: block;
    width: 100% !important;
  }
}
table.table-border th {
  width: 20%;
}
@media screen and (max-width: 767px) {
  table.table-border th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
table.table-border.-table02 th {
  width: 25%;
}

table.table-noborder {
  width: 100%;
  border-collapse: collapse;
}
table.table-noborder th, table.table-noborder td {
  border: 20px solid #fff;
  padding: 5px;
  border-left: 0;
  text-align: left;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}
@media print, screen and (min-width: 768px) {
  table.table-noborder th, table.table-noborder td {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 480px) and (max-width: 1200px) {
  table.table-noborder th, table.table-noborder td {
    font-size: 2.25px;
    font-size: 1.44rem;
  }
}
table.table-noborder th {
  width: 20%;
  text-align: center;
  position: relative;
}
table.table-noborder th .kadomaru {
  background: #ef8688;
  color: #fff;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
table.table-noborder td td {
  border: none;
}

@media screen and (max-width: 767px) {
  .table-scroll {
    overflow-x: auto;
  }
  .table-scroll table {
    min-width: 768px;
  }
}

.sec-title .jp {
  color: #242424;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .sec-title .jp {
    font-size: 5px;
    font-size: 3.2rem;
  }
}
.sec-title .jp {
  margin: 0;
  line-height: 2;
  font-weight: normal;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-title .jp {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
  .sec-title .jp {
    font-size: 3.75px;
    font-size: 2.4rem;
  }
}
.sec-title .en {
  color: #51A4C9;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .sec-title .en {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}
.sec-title .en {
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500; /*400*/
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec-title .en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
  .sec-title .en {
    font-size: 2px;
    font-size: 1.28rem;
  }
}
.sec-title.-center {
  text-align: center;
}

h2.heading {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  h2.heading {
    font-size: 32px;
  }
}

h3.heading {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  h3.heading {
    font-size: 28px;
  }
}

h4.heading {
  font-size: 20px;
}

h5.heading {
  font-size: 18px;
}

.heading.-margintop {
  margin-top: 2em;
}
.heading.-h3 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .heading.-h3 {
    font-size: 28px;
  }
}
.heading.-h4 {
  font-size: 20px;
}
.heading.-h5 {
  font-size: 18px;
}
.heading.-center {
  text-align: center;
}
.heading.-deco {
  background: #519736;
  color: #fff;
  padding: 5px 2em;
  border-radius: 30px;
  display: inline-block;
}

.h2-01 {
  position: relative;
}
.h2-01 .jp {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .h2-01 .jp {
    font-size: 4px;
    font-size: 2.56rem;
  }
}
.h2-01 .jp {
  margin: 0;
  line-height: 1.5;
  background: #519736;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0.3em 1em;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .h2-01 .jp {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
  .h2-01 .jp {
    font-size: 3.25px;
    font-size: 2.08rem;
  }
}
.h2-01 .en {
  color: #519736;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .h2-01 .en {
    font-size: 2.875px;
    font-size: 1.84rem;
  }
}
.h2-01 .en {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .h2-01 .en {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
  .h2-01 .en {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}
.h2-01.-center {
  text-align: center;
}
.h2-01.-center:before {
  position: static;
  display: block;
}

.container > *:first-child {
  margin-top: 0;
}

.entry h2.title {
  position: relative;
  color: #519736;
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .entry h2.title {
    font-size: 4.75px;
    font-size: 3.04rem;
  }
}
.entry h2.title {
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .entry h2.title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
  .entry h2.title {
    font-size: 3.5px;
    font-size: 2.24rem;
  }
}
.entry h2.title:before {
  content: "●";
  color: #519736;
  position: absolute;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .entry h2.title:before {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}
.entry h2.title:before {
  top: 0.7em;
  left: -1.5em;
}

.h2-02 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .h2-02 {
    font-size: 3.5px;
    font-size: 2.24rem;
  }
}
.h2-02 {
  font-weight: normal;
  color: #519736;
}
@media screen and (max-width: 767px) {
  .h2-02 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
  .h2-02 {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}

.h3-01 .jp {
  color: #519736;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .h3-01 .jp {
    font-size: 3.5px;
    font-size: 2.24rem;
  }
}
.h3-01 .jp {
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .h3-01 .jp {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
  .h3-01 .jp {
    font-size: 3px;
    font-size: 1.92rem;
  }
}
.h3-01 .en {
  color: #F4AB42;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .h3-01 .en {
    font-size: 2.25px;
    font-size: 1.44rem;
  }
}
.h3-01 .en {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 0.3em;
  padding-left: 3px;
}

.h3-02 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .h3-02 {
    font-size: 3.5px;
    font-size: 2.24rem;
  }
}
.h3-02 {
  background: url(../img/icon_heading02.png) no-repeat 50% 0;
  background-size: 3em auto;
  padding-top: 3em;
  margin-top: 0;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h3-02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
  .h3-02 {
    font-size: 2.75px;
    font-size: 1.76rem;
  }
}
.h3-02 h3 {
  margin: 0;
}

.h3-03 {
  width: 10em;
  border-radius: 3px;
  background: #ef8688;
  text-align: center;
  padding: 0.2em 0;
  color: #fff;
}

.entry h3.title {
  color: #5F4D48;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .entry h3.title {
    font-size: 4px;
    font-size: 2.56rem;
  }
}
.entry h3.title {
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .entry h3.title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
  .entry h3.title {
    font-size: 3.5px;
    font-size: 2.24rem;
  }
}

.h4-01 {
  font-weight: normal;
  color: #999;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .h4-01 {
    font-size: 3.25px;
    font-size: 2.08rem;
  }
}
.h4-01:before {
  content: "●";
  color: #999;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .h4-01:before {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}
.h4-01:before {
  display: inline-block;
  position: relative;
  top: -0.2em;
  left: -0.4em;
}

.h4-border {
  display: block;
  text-align: center;
}
.h4-border h4 {
  display: inline-block;
  padding: 0.5em 0;
  border-bottom: 5px dotted #999;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .h4-border h4 {
    font-size: 2.75px;
    font-size: 1.76rem;
  }
}

.entry h4.title {
  font-weight: normal;
  color: #999;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .entry h4.title {
    font-size: 3.25px;
    font-size: 2.08rem;
  }
}
.entry h4.title {
  margin-left: 0;
  margin-right: 0;
}
.entry h4.title:before {
  content: "●";
  color: #999;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .entry h4.title:before {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}
.entry h4.title:before {
  display: inline-block;
  position: relative;
  top: -0.2em;
  left: -0.4em;
}

.copy-title {
  -js-display: flex;
  display: flex;
}
.copy-title h2, .copy-title h3, .copy-title h4 {
  font-weight: normal;
  color: #5F4D48;
  margin: 0;
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .copy-title h2, .copy-title h3, .copy-title h4 {
    font-size: 4.75px;
    font-size: 3.04rem;
  }
}
@media screen and (max-width: 767px) {
  .copy-title h2, .copy-title h3, .copy-title h4 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
  .copy-title h2, .copy-title h3, .copy-title h4 {
    font-size: 3.5px;
    font-size: 2.24rem;
  }
}
@media screen and (max-width: 479px) {
  .copy-title h2, .copy-title h3, .copy-title h4 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 479px) and (min-width: 480px) and (max-width: 1200px) {
  .copy-title h2, .copy-title h3, .copy-title h4 {
    font-size: 2.875px;
    font-size: 1.84rem;
  }
}
.copy-title .copy {
  margin: 0;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .copy-title .copy {
    font-size: 3.5px;
    font-size: 2.24rem;
  }
}
@media screen and (max-width: 767px) {
  .copy-title .copy {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
  .copy-title .copy {
    font-size: 2.75px;
    font-size: 1.76rem;
  }
}
.copy-title .deco {
  width: 9px;
  display: inline-block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ad7bb3+0,e8b8c4+50,e4a15a+100 */
  background: #ad7bb3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ad7bb3 0%, #e8b8c4 50%, #e4a15a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7bb3', endColorstr='#e4a15a',GradientType=0 ); /* IE6-9 */
  display: block;
}
.copy-title .text {
  display: block;
  padding-left: 1em;
}
.copy-title.-blue .deco {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#447bb2+0,00a392+100 */
  background: #447bb2; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #447bb2 0%, #00a392 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#447bb2', endColorstr='#00a392',GradientType=0 ); /* IE6-9 */
}

ul.list-headline {
  margin-top: 0;
  border-top: 5px dotted #FAD9DF;
  padding: 0;
}
ul.list-headline li {
  list-style: none;
}
ul.list-headline li a {
  display: block;
  border-bottom: 5px dotted #FAD9DF;
  background: url(../img/icon_arrow_b.png) no-repeat 97% 50%;
  background-size: 13px 13px;
  padding: 1em 0;
  color: #5F4D48;
  text-decoration: none;
}
ul.list-headline li a:hover, ul.list-headline li a:active, ul.list-headline li a:focus {
  color: #5f4d48;
  text-decoration: none;
}
ul.list-headline li a {
  /*&:visited {
   color: darken($color, $amount) ;
  }*/
  transition: 0.2s;
}
ul.list-headline li a dl {
  margin: 0;
  padding: 0 0.5em;
}
@media print, screen and (min-width: 768px) {
  ul.list-headline li a dl {
    display: flex;
  }
}
ul.list-headline li a dt {
  color: #519736;
}
@media print, screen and (min-width: 768px) {
  ul.list-headline li a dt {
    width: 8em;
  }
}
ul.list-headline li a dd {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  ul.list-headline li a dd {
    width: calc(100% - 8em);
  }
}
ul.list-headline li a dd a {
  color: #519736;
  text-decoration: none;
}
ul.list-headline li a dd a:hover, ul.list-headline li a dd a:active, ul.list-headline li a dd a:focus {
  color: #519736;
  text-decoration: none;
}
ul.list-headline li a dd a {
  /*&:visited {
   color: darken($color, $amount) ;
  }*/
}
ul.list-headline li a:hover {
  background: rgba(250, 217, 223, 0.4);
  transition: 0.2s;
}

.rice-list {
  padding: 0;
}
.rice-list li {
  margin: 0 0 5px 1em;
  text-indent: -1em;
  list-style: none;
  line-height: 1.3;
}
.rice-list li:before {
  content: "※";
}

.entry ul li p {
  display: inline;
  margin: 0;
}

.maruno-list {
  padding: 0;
}
.maruno-list li {
  margin: 0 0 5px 1em;
  text-indent: -1em;
  list-style: none;
}

.list01 {
  padding-left: 0.5em;
  list-style-type: none;
  margin-top: 1em;
}
.list01 li {
  padding-left: 1em;
  text-indent: -0.25em;
  margin-bottom: 0.5em;
}
.list01 li::before {
  margin: 0 5px 0 -0.8em;
  display: inline-block;
  content: "●";
  font-size: 12px;
  color: #519736;
  position: relative;
  top: -2px;
  left: 0;
}
.list01.shikaku li:before {
  content: "◆";
}
.list01.-copy li {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
.list01.-copy li::before {
  font-size: 15px;
}
@media screen and (max-width: 1022px) {
  .list01.-copy li {
    font-size: 18px;
  }
  .list01.-copy li:before {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .list01.-copy li {
    font-size: 16px;
  }
  .list01.-copy li:before {
    font-size: 13px;
    top: -1px;
  }
}

.within {
  padding-left: 0;
  list-style-type: none;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .within {
    margin: 1.5em auto 0;
  }
}
.within li {
  margin: 0 0 1.5em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .within li {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.within a {
  position: relative;
  display: inline-block;
  padding-left: 0;
  text-decoration: none;
  padding: 0.5em 2em;
}
.within a::after {
  width: 20px;
  height: 20px;
  color: #fff;
  background: #519736;
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 10px;
  display: inline-block;
  font-size: 15px;
  border-radius: 10px;
  text-align: center;
  line-height: 22px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 767px) {
  .within a {
    padding: 0.5em 1em;
  }
}

.list-arrow, .list-colorful {
  padding-left: 0;
  list-style-type: none;
}
.list-arrow a, .list-colorful a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  text-decoration: none;
}
.list-arrow a::before, .list-colorful a::before {
  width: 14px;
  height: 14px;
  color: #fff;
  background: #519736;
  font-family: ionicons;
  content: "\f3d1";
  margin-right: 5px;
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .list-arrow a::before, .list-colorful a::before {
    font-size: 1.25px;
    font-size: 0.8rem;
  }
}
.list-arrow a::before, .list-colorful a::before {
  border-radius: 7px;
  text-align: center;
}

.check-list {
  padding-left: 0;
  list-style-type: none;
}
.check-list li {
  position: relative;
  display: inline-block;
  padding-left: 1.4em;
  text-indent: -1.4em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .check-list li {
    font-size: 2.25px;
    font-size: 1.44rem;
  }
}
.check-list li {
  text-decoration: none;
}
.check-list li::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url("../img/icon_check.png") no-repeat center center;
  background-size: contain;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 0.4em;
}

.list-colorful li:first-child a:before {
  background: #848BD9;
}
.list-colorful li:nth-child(2) a:before {
  background: #4FBA89;
}
.list-colorful li:nth-child(3) a:before {
  background: #999;
}
.list-colorful li:nth-child(4) a:before {
  background: #999;
}
.list-colorful li:nth-child(5) a:before {
  background: #F4AB42;
}
.list-colorful li:nth-child(6) a:before {
  background: #519736;
}
.list-colorful li:nth-child(7) a:before {
  background: #ABD36B;
}
.list-colorful li:nth-child(8) a:before {
  background: #F8A079;
}

/*行事予定リスト*/
.life-event-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 1em 0;
  line-height: 1.5;
  gap: 30px;
}
.life-event-list li .life-event-day {
  width: 45%;
  text-align: right;
}
.life-event-list li .life-event-summary {
  width: 45%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .life-event-list li {
    gap: 15px;
  }
  .life-event-list li .life-event-day {
    width: 25%;
    text-align: left;
  }
  .life-event-list li .life-event-summary {
    width: calc(75% - 15px);
  }
}

ol.no-list {
  padding-left: 1.2em;
}

ol.none li {
  list-style: none;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.docs-list {
  border-top: 1px solid #FFE0B2;
}
.docs-list li {
  border-bottom: 1px solid #FFE0B2;
  padding: 1em 1.5em;
}
.docs-list li .docs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 10px;
}
.docs-list li .docs .btn {
  margin-top: 0;
  font-size: 13px;
}
.docs-list li .docs .btn a {
  background: #519736;
  border-radius: 20px;
  border: 1px solid #519736;
  color: #fff;
  padding: 0.5em 1em;
  line-height: 1;
}
.docs-list li .docs .btn a:hover {
  background: #fff;
  color: #519736;
}
@media print, screen and (min-width: 768px) {
  .docs-list li {
    display: flex;
    align-items: center;
  }
  .docs-list li .docs-title {
    width: 70%;
  }
  .docs-list li .docs {
    width: 30%;
  }
}

ul.pager {
  text-align: center;
  padding: 0;
  margin-top: 4em;
  margin-bottom: 4em;
}
ul.pager li {
  list-style: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
}
ul.pager li.arrow a {
  color: #519736;
  text-decoration: none;
}
ul.pager li.arrow a:hover, ul.pager li.arrow a:active, ul.pager li.arrow a:focus {
  color: #519736;
  text-decoration: none;
}
ul.pager li.arrow a {
  /*&:visited {
   color: darken($color, $amount) ;
  }*/
}
ul.pager li span.no {
  display: inline-block;
}
ul.pager li span.no a {
  display: inline-block;
  padding: 1px 13px;
  color: #5F4D48;
  text-decoration: none;
}
ul.pager li span.no a:hover, ul.pager li span.no a:active, ul.pager li span.no a:focus {
  color: #5f4d48;
  text-decoration: none;
}
ul.pager li span.no a {
  /*&:visited {
   color: darken($color, $amount) ;
  }*/
  border: none !important;
}
ul.pager li.cur span.no {
  padding: 1px 13px;
  border-bottom: 3px solid #519736;
}
ul.pager li .pager-text {
  padding: 1px 13px;
  text-indent: -99999px;
  position: relative;
  display: inline-block;
  width: 80px;
}
ul.pager li .pager-text::before, ul.pager li .pager-text::after {
  position: absolute;
  right: 0;
  content: "";
}
ul.pager li .pager-text::before {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: 5px solid #DEDEDE;
  position: absolute;
  top: -5px;
  right: 0;
  transition: 0.2s;
  opacity: 1;
}
ul.pager li .pager-text::after {
  width: 71.5px;
  height: 36px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/btn_arrow03.png) no-repeat 0 center;
  background-size: 56px auto;
}
ul.pager li .pager-text span {
  display: inline-block;
}
ul.pager li .pager-text:hover::before {
  right: 36px;
  opacity: 0;
}
ul.pager li .pager-text.prev::before {
  right: auto;
  left: 0;
}
ul.pager li .pager-text.prev::after {
  top: 50%;
  right: auto;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/btn_arrow03_prev.png) no-repeat 100% center;
  background-size: 56px auto;
}
ul.pager li .pager-text.prev:hover::before {
  left: 36px;
  opacity: 0;
}

ul.pagination {
  padding: 0;
  text-align: center;
}
ul.pagination li.page-item {
  list-style: none;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.tab-contents,
.inner-tab-contents {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .tab-contents,
  .inner-tab-contents {
    margin-top: 2em;
  }
}
.tab-contents .tab-list ul, .tab-contents .inner-tab-list ul,
.inner-tab-contents .tab-list ul,
.inner-tab-contents .inner-tab-list ul {
  display: flex;
  padding: 0 10px;
  gap: 10px 0;
  border-bottom: 2px solid #F1C541;
}
.tab-contents .tab-list ul li, .tab-contents .inner-tab-list ul li,
.inner-tab-contents .tab-list ul li,
.inner-tab-contents .inner-tab-list ul li {
  list-style: none;
  background: #FFEF9E;
  border: 1px solid #FFEF9E;
  border-bottom: none;
  text-align: center;
  border-radius: 10px 10px 0 0;
  margin: 0 5px;
}
.tab-contents .tab-list ul li a, .tab-contents .inner-tab-list ul li a,
.inner-tab-contents .tab-list ul li a,
.inner-tab-contents .inner-tab-list ul li a {
  display: block;
  padding: 0.5em 2em;
  color: #5F4D48;
  text-decoration: none;
}
.tab-contents .tab-list ul li.active, .tab-contents .inner-tab-list ul li.active,
.inner-tab-contents .tab-list ul li.active,
.inner-tab-contents .inner-tab-list ul li.active {
  background: #F1C541;
  border: 1px solid #F1C541;
}
@media screen and (max-width: 767px) {
  .tab-contents .tab-list ul li a, .tab-contents .inner-tab-list ul li a,
  .inner-tab-contents .tab-list ul li a,
  .inner-tab-contents .inner-tab-list ul li a {
    padding: 0.5em 0.8em;
    font-size: 14px;
  }
}
.tab-contents .tab-panel, .tab-contents .inner-tab-panel,
.inner-tab-contents .tab-panel,
.inner-tab-contents .inner-tab-panel {
  padding: 1em 1.5em;
}
.tab-contents .tab-panel .tab-panel-summary, .tab-contents .tab-panel .inner-tab-panel-summary, .tab-contents .inner-tab-panel .tab-panel-summary, .tab-contents .inner-tab-panel .inner-tab-panel-summary,
.inner-tab-contents .tab-panel .tab-panel-summary,
.inner-tab-contents .tab-panel .inner-tab-panel-summary,
.inner-tab-contents .inner-tab-panel .tab-panel-summary,
.inner-tab-contents .inner-tab-panel .inner-tab-panel-summary {
  display: none;
}
.tab-contents .tab-panel .tab-panel-summary.active, .tab-contents .tab-panel .inner-tab-panel-summary.active, .tab-contents .inner-tab-panel .tab-panel-summary.active, .tab-contents .inner-tab-panel .inner-tab-panel-summary.active,
.inner-tab-contents .tab-panel .tab-panel-summary.active,
.inner-tab-contents .tab-panel .inner-tab-panel-summary.active,
.inner-tab-contents .inner-tab-panel .tab-panel-summary.active,
.inner-tab-contents .inner-tab-panel .inner-tab-panel-summary.active {
  display: block;
  animation: fadeIn 0.4s ease forwards;
}
@media screen and (max-width: 767px) {
  .tab-contents .tab-panel, .tab-contents .inner-tab-panel,
  .inner-tab-contents .tab-panel,
  .inner-tab-contents .inner-tab-panel {
    padding: 0;
  }
}

.inner-tab-contents {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .inner-tab-contents .inner-tab-panel {
    padding: 0;
  }
}
.inner-tab-contents .inner-tab-list ul {
  border: none;
}
.inner-tab-contents .inner-tab-list ul li {
  background: #E2EEDD;
  border-radius: 50px;
}
.inner-tab-contents .inner-tab-list ul li a {
  padding: 0.5em 2em;
}
.inner-tab-contents .inner-tab-list ul li.active {
  background: #519736;
}
.inner-tab-contents .inner-tab-list ul li.active a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .inner-tab-contents .inner-tab-list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .inner-tab-contents .inner-tab-list ul li a {
    padding: 0.3em 1em;
  }
}

.acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
  margin-top: 2em !important;
}
@media screen and (max-width: 767px) {
  .acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
    margin-bottom: 2em !important;
  }
}

.acms-thumbnail p {
  margin-top: 0;
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box .error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: red;
}
.contact-box {
  /* a-blog cmsでエラー時に付与されるクラスや、フォームの各項目に対して指定します */
}
.contact-box input.invalid,
.contact-box select.invalid,
.contact-box textarea.invalid,
.contact-box .acms-admin-form-group {
  scroll-margin-top: 87px; /* ※ヘッダーの高さ + 20px程度の余白を指定してください */
}
@media screen and (max-width: 1022px) {
  .contact-box input.invalid,
  .contact-box select.invalid,
  .contact-box textarea.invalid,
  .contact-box .acms-admin-form-group {
    scroll-margin-top: 65px;
  }
}

.contact-form,
.form-group-list {
  width: 100%;
  padding: 0;
  list-style: none;
}
.contact-form td, .contact-form th,
.form-group-list td,
.form-group-list th {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .contact-form td, .contact-form th,
  .form-group-list td,
  .form-group-list th {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-form th,
  .form-group-list th {
    width: 30%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .contact-form th,
  .form-group-list th {
    border: 0;
    text-align: left;
    padding-bottom: 0;
  }
}

.contact-form-group::after,
.form-group::after {
  content: "";
  display: block;
  clear: both;
}

.contact-form-label,
.form-label {
  display: block;
  text-align: left;
  margin: 0;
  padding: 10px 10px 0 10px;
  font-weight: normal;
}

.contact-form-control,
.form-control {
  display: block;
  padding: 10px;
}

.contact-form-grid,
.form-grid {
  margin: 0 -5px;
}

.contact-form-col,
.acms-entry .contact-form-col,
.form-col {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
.contact-form-col:last-child,
.acms-entry .contact-form-col:last-child,
.form-col:last-child {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .contact-form,
  .form-group-list {
    display: table;
    width: 100%;
  }
  .contact-form-group,
  .form-group {
    display: table-row;
  }
  .contact-form-label,
  .contact-form-control,
  .form-label,
  .form-control {
    display: table-cell;
  }
  .contact-form-label,
  .form-label {
    width: 30%;
    padding: 25px 15px 15px 15px;
    vertical-align: top;
  }
  .contact-form-control,
  .form-control {
    width: 70%;
    padding: 15px;
  }
  .contact-form-col,
  .form-col {
    margin: 0;
  }
}
.contact-box input[type=text],
.contact-box input[type=number],
.contact-box input[type=email],
.contact-box input[type=tel],
.contact-box textarea {
  border: 1px solid #edf3f8;
  border-radius: 3px;
  background: #edf3f8;
  box-shadow: none;
  padding: 1em 1.5em !important;
}
.contact-box input[type=text]:hover,
.contact-box input[type=number]:hover,
.contact-box input[type=email]:hover,
.contact-box input[type=tel]:hover,
.contact-box textarea:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.form-group .form-control input[type=text],
.form-group .form-control input[type=number],
.form-group .form-control input[type=email],
.form-group .form-control input[type=tel],
.form-group .form-control select,
.form-group .form-control textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #FFFADE;
  box-shadow: none;
  font-size: 16px;
  padding: 1em 1.5em !important;
}
.form-group .form-control input[type=text]:hover,
.form-group .form-control input[type=number]:hover,
.form-group .form-control input[type=email]:hover,
.form-group .form-control input[type=tel]:hover,
.form-group .form-control select:hover,
.form-group .form-control textarea:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* ステップ
------------------------------ */
.contact-box .mail-step {
  margin: 0 0 35px 0;
  padding: 0 10px;
  /* カウンターの設定 */
  counter-reset: mailStep;
}
.contact-box .mail-step-item {
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .contact-box .mail-step-item {
    font-size: 2px;
    font-size: 1.28rem;
  }
}
.contact-box .mail-step-item {
  font-weight: bold;
}
.contact-box .mail-step-item:before {
  /* カウンターの設定 */
  counter-increment: mailStep;
  content: counter(mailStep) ".";
}
.contact-box .mail-step-item-current {
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .contact-box .mail-step {
    height: 60px;
  }
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

.form-btn-return {
  float: left;
}

.form-btn-send {
  float: right;
}

@media print, screen and (min-width: 768px) {
  .form-btn-return {
    float: none;
  }
  .form-btn-send {
    float: none;
    max-width: 360px;
    width: 100%;
  }
}
/* ラベル
------------------------------ */
.label-required {
  margin: 0 5px;
  padding: 2px 1em;
  color: #FFF;
  font-size: 14px;
  border-radius: 1em;
  background: #EB677B;
  line-height: 1.2;
  font-weight: normal;
}

@media print, screen and (min-width: 768px) {
  .label-required {
    float: right;
  }
}
.label-optional {
  display: none !important;
}

/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #C49511;
}
.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}
.contact-box select[required]:valid {
  border: 1px solid #A7A7AA;
}
.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #FFFDEB;
}
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #FFEBEE;
}
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #FFF;
}
.contact-box input[type=text],
.contact-box input[type=password],
.contact-box input[type=datetime],
.contact-box input[type=datetime-local],
.contact-box input[type=date],
.contact-box input[type=month],
.contact-box input[type=time],
.contact-box input[type=week],
.contact-box input[type=number],
.contact-box input[type=email],
.contact-box input[type=url],
.contact-box input[type=search],
.contact-box input[type=tel] {
  padding: 14px 5px 10px 5px;
}
.contact-box textarea {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .contact-box textarea {
    font-size: 2px;
    font-size: 1.28rem;
  }
}
.contact-box textarea {
  padding: 5px 5px 4px;
}
.contact-box select {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .contact-box select {
    font-size: 2px;
    font-size: 1.28rem;
  }
}
.contact-box select {
  padding: 11px 30px 11px 10px;
  vertical-align: top;
}

/* バリデーター
------------------------------ */
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  color: #5cb85c;
  float: right;
}

.invalid {
  background: #ffebee !important;
}

table.contact-form .cource {
  padding-left: 30px;
}
table.contact-form .price {
  color: #666;
  font-size: 84%;
}
table.contact-form .readonly, table.contact-form .readonly:focus {
  border: 0;
  background: #fff;
  box-shadow: none;
}

.form-kiyaku {
  text-align: center;
  margin-top: 2em;
}

.sec-contact-form {
  padding: 4em 0;
}

.acms-form input[type=text], .acms-form input[type=password], .acms-form input[type=datetime], .acms-form input[type=datetime-local], .acms-form input[type=date], .acms-form input[type=month], .acms-form input[type=time], .acms-form input[type=week], .acms-form input[type=number], .acms-form input[type=email], .acms-form input[type=url], .acms-form input[type=search], .acms-form input[type=tel], .acms-form input.acms-form-control,
.acms-form textarea,
.acms-form .entryFormLiteEditor,
.acms-form textarea.acms-form-control {
  background: #fff;
  font-size: 16px;
}

.form-btn-box {
  margin-top: 2em;
}
.form-btn-box .button-more {
  padding: 0;
}
.form-btn-box .button-more input {
  background: none;
  border: none;
  padding: 18px 90px 18px 40px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .form-btn-box .button-more input {
    padding: 15px 40px 15px 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .form-btn-box .button-more {
    padding: 0 !important;
  }
  .form-btn-box .button-more input {
    padding: 15px 80px 15px 25px !important;
  }
}
.form-btn-box .button-more.-back input {
  padding: 18px 40px 18px 90px;
}
@media screen and (max-width: 767px) {
  .form-btn-box .button-more.-back input {
    padding: 15px 20px 15px 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .form-btn-box .button-more.-back input {
    padding: 15px 80px 15px 25px !important;
  }
}
.form-btn-box .button-more.-back:after {
  right: auto;
  left: 40px;
  transform: translateY(-50%) rotate(180deg);
}

article.entry {
  background: #fff;
  border-radius: 20px;
  padding: 2em;
  margin: 100px 0 200px;
}

.acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
  margin-top: 4em;
}

.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  margin-top: 4em;
}

.acms-entry a.file {
  display: block;
  color: #519736;
  position: relative;
}
.acms-entry a.file::before {
  width: 14px;
  height: 14px;
  color: #fff;
  background: #519736;
  font-family: ionicons;
  content: "\f3d1";
  margin-right: 5px;
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .acms-entry a.file::before {
    font-size: 1.25px;
    font-size: 0.8rem;
  }
}
.acms-entry a.file::before {
  border-radius: 7px;
  text-align: center;
}
.acms-entry h2.title, .acms-entry h3.title, .acms-entry h4.title {
  margin-top: 3em !important;
}
.acms-entry .h3-01 {
  margin-left: -1.5em;
}
.acms-entry .h3-01 .en {
  padding-left: 3px;
}
.acms-entry .list01 {
  margin-top: 1em;
}
.acms-entry .index-text {
  margin: 0.5em 0 3em;
  color: #519736;
  text-align: center;
  color: #5F4D48;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .acms-entry .index-text {
    font-size: 2px;
    font-size: 1.28rem;
  }
}

header.entry-header {
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #FFE0B2;
}
header.entry-header .h2-02 {
  margin-top: 0;
}
header.entry-header .entry-header-info {
  margin-top: 0.5em;
  text-align: right;
}
header.entry-header .entry-header-info a {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #519736;
  color: #519736;
  line-height: 1;
}
header.entry-header .entry-header-info a:hover {
  color: #519736;
}
header.entry-header .entry-header-info .news-category {
  margin: 5px;
}
header.entry-header a {
  color: #5F4D48;
  text-decoration: none;
}
header.entry-header a:hover, header.entry-header a:active, header.entry-header a:focus {
  color: #5f4d48;
  text-decoration: none;
}
header.entry-header a {
  /*&:visited {
   color: darken($color, $amount) ;
  }*/
}

section.sec-blog,
section.section {
  padding: 50px 0 200px;
}

.column-group {
  padding: 2em 0;
}

.media-image-block {
  margin: 1em 0;
}
.media-image-block.align-center {
  text-align: center;
}
.media-image-block.align-center * {
  margin: 0 auto;
}

.bg-pink {
  background: rgba(252, 232, 242, 0.5);
}

.bg-white {
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  .box-01 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .box-01 {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .box-01 .photo {
    width: 48%;
  }
}
@media print, screen and (min-width: 768px) {
  .box-01 .body {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .box-01 .body {
    padding-top: 1em;
  }
}
.box-01 .body .description {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .box-01 .body .description {
    margin-top: 0.5em;
  }
}
.box-01.-reverse {
  flex-direction: row-reverse;
}

@media print, screen and (min-width: 768px) {
  .box-02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .box-02 {
    padding: 0 1em;
    margin-bottom: 2.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .box-02 .photo {
    width: 30%;
  }
}
@media print, screen and (min-width: 768px) {
  .box-02 .body {
    width: 64%;
  }
}
@media screen and (max-width: 767px) {
  .box-02 .body {
    padding-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .box-02 .body .description {
    margin-top: 0.5em;
  }
}

@media print, screen and (min-width: 768px) {
  .box-03-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1em;
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media screen and (max-width: 767px) {
  .box-03-wrap {
    padding: 0 1em;
    margin-bottom: 2.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .box-03-wrap .box-03 {
    width: 33.3333333333%;
    padding: 1em;
  }
}
.box-03-wrap .box-03 .body {
  margin-top: 1em;
}

.kadomaru-box {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 40px rgba(241, 197, 65, 0.1);
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .kadomaru-box {
    border-radius: 30px;
    padding: 30px 20px;
  }
  .kadomaru-box p {
    margin: 1em 0;
  }
}
.kadomaru-box.-green {
  border: 2px solid #519736;
}
.kadomaru-box .heading {
  margin-top: 0;
}

.entry .kadomaru-box {
  margin: 3em 0;
}

.archive {
  background: #000;
  padding: 8px;
  color: #fff;
  margin-bottom: 2em;
}
.archive a {
  color: #fff;
  text-decoration: none;
}
.archive a:hover, .archive a:active, .archive a:focus {
  color: white;
  text-decoration: none;
}
.archive a {
  /*&:visited {
   color: darken($color, $amount) ;
  }*/
}
.archive .inner {
  border: 1px solid #ddd;
  padding: 15px;
}
.archive h2 {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .archive h2 {
    font-size: 2.25px;
    font-size: 1.44rem;
  }
}
.archive h2::after {
  display: block;
  content: "";
  background: #519736;
  height: 2px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

ul.archive-entry {
  margin: 1em 0 0;
  padding: 0;
}
ul.archive-entry li {
  list-style: none;
}
ul.archive-entry li:not(:last-child) {
  margin-bottom: 10px;
}
ul.archive-entry a {
  display: block;
}
ul.archive-entry a::after {
  content: "";
  display: block;
  clear: both;
}
ul.archive-entry .thumb {
  width: 70px;
  float: left;
  margin-right: 10px;
}
ul.archive-entry .body {
  overflow: hidden;
}
ul.archive-entry .body dl {
  margin: 0;
}
ul.archive-entry .body .date {
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  ul.archive-entry .body .date {
    font-size: 1.375px;
    font-size: 0.88rem;
  }
}
ul.archive-entry .body .title {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  ul.archive-entry .body .title {
    font-size: 1.625px;
    font-size: 1.04rem;
  }
}

.archive-year {
  margin: 1em 0 0;
  padding: 0;
}
.archive-year li {
  list-style: none;
}
.archive-year li:not(:last-child) {
  margin-bottom: 10px;
}
.archive-year a {
  display: block;
}
.archive-year a::after {
  content: "";
  display: block;
  clear: both;
}
.archive-year a {
  position: relative;
}
.archive-year a::after {
  font-family: ionicons;
  content: "\f125";
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 5px;
  color: #519736;
  line-height: 1;
  transition: all 0.3s;
}
.archive-year a:hover::after {
  transform: translate(5px, 0px);
}/*# sourceMappingURL=layout.css.map */