@charset "UTF-8";
/* Header
-------------------------------------------------------------- */
.is-animation {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.is-animation .navbar {
  -webkit-box-shadow: 0px 1px 2px -2px black;
  box-shadow: 0px 1px 2px -2px black;
}

@media (min-width: 768px) {
  .is-animation .navbar {
    top: -68px;
  }
  .is-animation .navbar .nav-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media (min-width: 992px) {
  .is-animation .navbar {
    top: -86px;
  }
}

.contact_box {
  margin-top: .25rem;
}

.contact_box div {
  line-height: 1;
  text-align: center;
  border: 1px solid #FFEB3B;
  border-radius: 0.25rem;
  margin: .25rem 1rem;
  position: relative;
}

.contact_box div.mail a {
  display: block;
  padding: 1rem;
}

.contact_box div.mail::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  color: #FFEB3B;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: calc(50% - 4.6rem);
  margin-top: -0.45em;
}

.contact_box div .number {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  padding: .9375rem 1rem;
}

.contact_box div .number::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  color: #FFEB3B;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: calc(50% - 5.6rem);
  margin-top: -0.45em;
}

@media (min-width: 768px) {
  .contact_box {
    margin-top: 0;
    position: absolute;
    top: .5rem;
    right: 15px;
  }
  .contact_box div {
    border: 2px solid #FFEB3B;
    margin: 0;
  }
  .contact_box div.mail {
    margin-right: .5rem;
  }
  .contact_box div.mail a {
    padding: .7rem .6rem .7rem 3.3rem;
  }
  .contact_box div.mail::before {
    color: #FFF;
    font-size: 22px;
    font-size: 1.375rem;
    background-color: #FFEB3B;
    padding: .5125rem;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
  .contact_box div .number {
    font-size: 20px;
    font-size: 1.25rem;
    padding: .575rem .6rem .575rem 2.3rem;
  }
  .contact_box div .number::before {
    font-size: 22px;
    font-size: 1.375rem;
    left: .6rem;
    margin-top: -0.5em;
  }
}

@media (min-width: 992px) {
  .contact_box {
    top: 10px;
  }
  .contact_box div.mail a {
    padding: .9rem .6rem .9rem 3.5rem;
  }
  .contact_box div.mail::before {
    font-size: 24px;
    font-size: 1.5rem;
    padding: .65rem;
  }
  .contact_box div .number {
    font-size: 22px;
    font-size: 1.375rem;
    padding: .7125rem .6rem .7125rem 2.3rem;
  }
  .contact_box div .number::before {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* Navbar */
.navbar {
  background-color: #FFF;
  padding: 0.5rem 0.625rem;
}

@media (min-width: 360px) {
  .navbar {
    padding: 0.5rem 1rem;
  }
}

@media (min-width: 768px) {
  .navbar {
    padding: 0.75rem 1rem 0 1rem;
  }
}

.navbar-brand {
  line-height: 1;
  width: 235px;
  margin-right: auto;
  margin-bottom: 0;
}

@media (min-width: 360px) {
  .navbar-brand {
    width: 264px;
  }
}

@media (min-width: 768px) {
  .navbar-brand {
    width: 282px;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    width: 338px;
  }
}

.navbar-nav .nav-link {
  text-align: center;
  padding: 1rem;
  position: relative;
}

.navbar-nav .nav-link:hover {
  background-image: url(../img/common/bg_nav-item.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (min-width: 768px) {
  .navbar-nav .nav-link {
    line-height: 1.2;
  }
  .navbar-nav .nav-link::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90a";
    color: #FFEB3B;
    font-size: 12px;
    font-size: 0.75rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -14px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .navbar-nav .nav-link::after {
    right: -30px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .navbar-nav .nav-link::after {
    right: -44px;
  }
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.navbar-nav .gnav06 .nav-link::after {
  content: "";
}

@media (min-width: 992px) {
  .navbar-nav {
    margin-top: 10px;
  }
}

.home #global_nav .gnav01,
.about #global_nav .gnav02,
.consultation #global_nav .gnav03,
.health #global_nav .gnav04,
.activity #global_nav .gnav05,
.activity_area #global_nav .gnav06 {
  background-image: url(../img/common/bg_nav-item.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* Navbar Offcanvas */
.navbar-toggler {
  padding: 15px 0px 0px 0px;
  border: none;
}

.navbar-toggler .text-menu {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  margin-top: 14px;
}

.offcanvas-toggle .icon-bar {
  position: relative;
  display: block;
  width: 1.5em;
  height: 2px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #469C4D;
}

.offcanvas-toggle .icon-bar::before,
.offcanvas-toggle .icon-bar::after {
  width: 1.5em;
  height: 2px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #469C4D;
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
}

.offcanvas-toggle .icon-bar::after {
  top: 10px;
}

.offcanvas-toggle.is-active .icon-bar {
  background-color: transparent;
}

.offcanvas-toggle.is-active .icon-bar::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.offcanvas-toggle.is-active .icon-bar::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 990;
}

@media (max-width: 767px) {
  .offcanvas-stop-scrolling {
    height: 100%;
    overflow: hidden;
  }
  .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    height: 100%;
    left: -250px;
    top: 0;
    z-index: 999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    background-color: #FFF;
  }
  .navbar-offcanvas.in {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1;
  }
  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
  }
  .navbar-offcanvas.offcanvas-position.in {
    left: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px;
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0;
  }
  .navbar-offcanvas .dropdown.open .caret {
    border-top: 0;
    border-bottom: 4px solid;
  }
  .navbar-offcanvas .dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: height 0.15s ease-in;
    -o-transition: height 0.15s ease-in;
    transition: height 0.15s ease-in;
  }
  .navbar-offcanvas .dropdown-menu.shown {
    display: block;
    margin-bottom: 10px;
  }
  .navbar-offcanvas .nav-link {
    border-bottom: 1px solid #CCC;
    padding: .8rem 1rem;
  }
  .navbar-offcanvas .dropdown-menu .nav-item:last-child .dropdown-item {
    border-bottom: 1px solid #CCC;
  }
}

/* Image
-------------------------------------------------------------- */
.hero {
  width: 100%;
  margin-top: 64px;
  position: relative;
}

@media (min-width: 360px) {
  .hero {
    margin-top: 68px;
  }
}

@media (min-width: 768px) {
  .hero {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 138px auto 0px auto;
  }
}

@media (min-width: 992px) {
  .hero {
    max-width: 960px;
    margin-top: 160px;
  }
}

@media (min-width: 1200px) {
  .hero {
    max-width: 1140px;
  }
}

.carousel .img_fit img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  /*IE*/
}

.carousel-indicators {
  bottom: -65px;
  display: none;
}

.carousel-indicators li {
  width: 20px;
  background-color: #FFEB3B;
}

.carousel_gradient::after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .carousel_gradient::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.8));
  }
}

.carousel-caption {
  top: 3%;
  left: 8%;
}

@media (min-width: 768px) {
  .carousel-caption {
    top: 15%;
    left: 15%;
  }
}

.flower {
  background-image: url(../img/hero/flower.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: -40px;
  right: 10px;
  z-index: 100;
}

@media (max-width: 575.98px) {
  .page .flower {
    bottom: -60px;
  }
}

@media (min-width: 768px) {
  .flower {
    width: 110px;
    height: 110px;
    bottom: auto;
    right: auto;
    top: 30px;
    left: -20px;
  }
}

@media (min-width: 992px) {
  .flower {
    left: -25px;
  }
}

@media (min-width: 768px) {
  .shadow_box {
    background-color: #FFEB3B;
    width: 52%;
    height: 85%;
    position: absolute;
    right: -10px;
    bottom: -25px;
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .shadow_box {
    right: -15px;
    bottom: -30px;
  }
}

@media (min-width: 1050px) {
  .shadow_box {
    right: -35px;
    bottom: -50px;
  }
}

.ttl_container {
  width: 100%;
  margin-top: 64px;
  position: relative;
}

@media (min-width: 360px) {
  .ttl_container {
    margin-top: 68px;
  }
}

@media (min-width: 768px) {
  .ttl_container {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 138px auto 0px auto;
  }
}

@media (min-width: 992px) {
  .ttl_container {
    max-width: 960px;
    margin-top: 160px;
  }
}

@media (min-width: 1200px) {
  .ttl_container {
    max-width: 1140px;
  }
}

.ttl_overlay::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  background: rgba(0, 0, 0, 0.2);
}

/* Content
-------------------------------------------------------------- */
/* Typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
}

.ttl_container h1 {
  color: #FFF;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.privacy .ttl_container h1 {
	color: #333;
	text-shadow: none;
}

@media (min-width: 768px) {
  .ttl_container h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .contact .ttl_container h1,
  .privacy .ttl_container h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.carousel-caption h2 {
  line-height: 1.2;
  text-align: left;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

@media (min-width: 576px) {
  .carousel-caption h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 992px) {
  .carousel-caption h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

#content h2 {
  background-image: url(../img/common/h2.png);
  background-repeat: no-repeat;
  background-position: left 0.16em;
  background-size: 1.1em 1.1em;
  padding-left: 1.3em;
}

@media (min-width: 768px) {
  #content h2 {
    margin-bottom: 1.6rem;
  }
}

#content h3.hukidashi {
  text-shadow: none;
  position: relative;
  background: #FFEB3B;
  padding: .8rem 1.2rem;
  margin-bottom: 2em;
  border-radius: 10px;
}

#content h3.hukidashi.hukidashi:before, #content h3.hukidashi.hukidashi:after {
  position: absolute;
  content: '';
  background: #FFEB3B;
  border-radius: 50%;
}

#content h3.hukidashi.hukidashi:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}

#content h3.hukidashi.hukidashi:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}

#content h4 {
  line-height: 1.3;
  background-color: #D9EBDB;
  border: 1px solid #469C4D;
  display: inline-block;
  padding: .4em 1em .5em 1em;
  border-radius: 1.1em;
}

#content h5 {
  color: #469C4D;
  text-align: center;
}

@media (min-width: 992px) {
  #content h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#content h5.border_left {
  color: #333;
  text-align: left;
  background-color: #F2F2f2;
  border-left: 4px solid #FFEB3B;
  padding: .5em;
}

#content h6 {
  line-height: 1.2;
  border-left: 4px solid #999;
  padding-left: .4em;
}

@media (min-width: 992px) {
  #content h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#content h6.faq_q {
  border-left: 4px solid #469C4D;
  padding-left: .5em;
}

.privacy #content h6 {
  font-weight: 600;
  border-left: none;
  padding-left: 0;
}

#content p a {
  text-decoration: underline;
}

#content p a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  #content p.lg_large {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#content p.lead {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1rem;
}

#content p.balloon {
  background-color: rgba(250, 235, 59, 0.3);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 1rem;
  position: relative;
}

@media (min-width: 992px) {
  #content p.balloon {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px;
  }
}

#content p.balloon.balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 20px;
  border-right: 10px solid rgba(250, 235, 59, 0.3);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#content p.balloon_gray {
  background-color: #F2F2f2;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 3rem;
  position: relative;
}

@media (min-width: 992px) {
  #content p.balloon_gray {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px;
    margin-bottom: 5rem;
  }
}

#content p.balloon_gray.balloon_gray::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 20px;
  border-left: 10px solid #F2F2f2;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#content p.balloon_gray .icon-link:before,
#content p.balloon_gray .icon-phone:before {
  color: #FFEB3B;
  margin-right: .5rem;
}

#content p span.number {
  font-family: 'Lato', sans-serif;
  position: relative;
  padding-left: 1.4em;
}

#content p span.number::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  color: #FFEB3B;
  font-size: 1.1em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
}

#content p span.number_policy {
  letter-spacing: 0.03em;
  text-decoration: none;
}

#content p span.number_policy a {
  color: #333;
}

#content p.text_scroll {
  font-size: 80%;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  #content p.text_scroll {
    display: none;
  }
}

.privacy #content .text-note {
  line-height: 1.8;
}

.large {
  font-size: 40px;
  font-size: 2.5rem;
}

.text_bold {
  font-weight: 500;
}

/* List */
ul.asterisk {
  list-style: none;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

ul.asterisk li {
  margin-bottom: .5em;
}

ul.asterisk li::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  color: #469C4D;
  margin-right: 0.2em;
  vertical-align: -0.1em;
}

ul.arrow-down {
  list-style: none;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
ul.arrow-down li {
	margin-bottom: 0.5em;
	margin-left: 10px;
}

ul.arrow-down li::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  color: #469C4D;
  margin-right: 0.2em;
  vertical-align: -0.1em;
}


@media (min-width: 992px) {
  ul.asterisk {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

ul.link {
  list-style: none;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

ul.link li {
  margin-bottom: .5em;
}

ul.link li::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  color: #FFEB3B;
  margin-right: 0.3em;
  vertical-align: -0.1em;
}

@media (min-width: 992px) {
  ul.link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

ul.circle {
  padding-left: 20px;
  text-indent: -1.2em;
}

ul.circle li {
  margin-bottom: .4em;
}

ul.circle li::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #999;
  margin-right: 0.2em;
  vertical-align: -0.1em;
}

ul.circle .list_link a {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #CCC;
  padding: .04rem .8rem;
  margin-left: .5rem;
}

@media (min-width: 992px) {
  ul.circle .list_link a {
    font-size: 16px;
    font-size: 1rem;
  }
}

ul.circle .list_link a:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  color: #FFEB3B;
  margin-left: 0.3em;
}

ul.circle .list_link a:hover {
  background-color: rgba(165, 154, 202, 0.25);
}

ul.default {
  text-indent: 0;
  padding-left: 40px;
}

ul.default li {
  list-style-type: disc;
}

ol li {
  margin: .5rem 0;
}

.border_box dl {
  width: 100%;
  margin: 0;
}

.border_box dl dt {
  font-weight: normal;
  margin-bottom: .5rem;
  position: relative;
}

.border_box dl dt:last-child {
  margin-bottom: 0;
}

.border_box dl dt::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #CCC;
  margin-right: 0.3em;
  vertical-align: -0.08em;
}

@media (min-width: 768px) {
  .border_box dl dt {
    float: left;
    width: 10.5em;
    margin-bottom: .8rem;
  }
}

.border_box dl dd {
  margin-bottom: 1rem;
}

.border_box dl dd:last-child {
  margin-bottom: 0;
}

.border_box dl dd a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .border_box dl dd {
    padding-left: 10.5em;
  }
}

/* Button */
/*.btn-primary,
.btn-success {
  color: #333;
  padding: 0.375rem 1.8rem 0.375rem 0.75rem;
  position: relative;
}

.btn-primary:hover,
.btn-success:hover {
  color: #999;
}
*/

.btn-primary,
.btn-success {
  color: #FFF;
  padding: 0.375rem 1.8rem 0.375rem 0.75rem;
  position: relative;
}

.btn-primary:hover,
.btn-success:hover {
  color: #FFF;
}

.btn-primary::after,
.btn-success::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -0.5em;
  text-shadow: none;
}

.btn-link {
  font-size: 90%;
  padding-right: 1.2rem;
  margin-right: 1rem;
  position: relative;
}

.btn-link::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  color: #469C4D;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.45em;
  text-shadow: none;
}

.about .btn-link::after {
  content: "\e900";
}

.btn-link:hover {
  text-decoration: none;
}

.btn-outline-success {
  font-size: 90%;
}

.btn-outline-success:hover {
  color: #FFF;
}

.btn-outline-success:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-size: 140%;
  vertical-align: -0.2em;
}

.btn-pdf {
  font-size: 90%;
  background-color: #FFEB3B;
  border-color: #FFEB3B;
  padding: 0.275rem 1.8rem 0.275rem 0.75rem;
  position: relative;
}

.btn-pdf:hover {
  color: #FFEB3B;
  background-color: #fff;
}

.btn-pdf:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-size: 140%;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -0.5em;
}

.btn-pdf_s {
  font-size: 75%;
}

/* Table */
table th,
table td {
  padding: 10px;
}

table th {
  font-weight: 500;
  white-space: nowrap;
}

/* normal */
.table_normal th {
  border: 1px solid #CCC;
  background-color: #F2F2F2;
}

.table_normal td {
  border: 1px solid #CCC;
  background-color: #FFF;
}

/* vertical */
.table_vertical th, #mfp_confirm_table th {
  display: block;
  text-align: left;
  border: 1px solid #CCC;
  border-bottom: none;
  background-color: #FAFAFA;
}

.table_vertical td, #mfp_confirm_table td {
  display: block;
  border: 1px solid #CCC;
  border-bottom: none;
}

.table_vertical tr:last-child td, #mfp_confirm_table tr:last-child td {
  border-bottom: 1px solid #CCC;
}

@media (min-width: 768px) {
  .table_vertical th, #mfp_confirm_table th, .table_vertical td, #mfp_confirm_table td {
    display: table-cell;
    border: 1px solid #CCC;
  }
}

@media (min-width: 768px) {
  .recruit .table_vertical th, .recruit #mfp_confirm_table th {
    width: 10em;
  }
}

/* vertical horizontal line */
.table_vertical_horizontal_line th {
  display: block;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #CCC;
  padding-bottom: 0;
}

.table_vertical_horizontal_line td {
  display: block;
  padding-top: 5px;
}

.table_vertical_horizontal_line tr:last-child td {
  border-bottom: 1px solid #CCC;
}

@media (min-width: 768px) {
  .table_vertical_horizontal_line th,
  .table_vertical_horizontal_line td {
    display: table-cell;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px;
  }
}

/* mailformpro */
@media (min-width: 768px) {
  #mfp_confirm_table tr th {
    width: 25%;
  }
}

/* health */
.happy_check th {
  text-align: center;
}

.happy_check tr:nth-of-type(2) th {
  color: #FFF;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  background-color: #fec000;
}

.happy_check tr:nth-of-type(4) th {
  color: #FFF;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  background-color: #5a9ad5;
}

.happy_check tr:nth-of-type(6) th {
  color: #FFF;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  background-color: #ed7d31;
}

.happy_check tr:nth-of-type(7) th {
  color: #FFF;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  background-color: #4472c4;
}

.happy_check tr:nth-of-type(8) th {
  color: #FFF;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  background-color: #70ad47;
}

.happy_check a {
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .happy_check td {
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .taiso,
  .s-day {
    margin-bottom: 3rem;
  }
  .taiso th,
  .s-day th {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .activity_chi th {
    width: 8em;
  }
  .activity_chi td {
    vertical-align: top;
  }
}

/* Images */
figure img {
  line-height: 1;
  margin-bottom: .5rem;
}

figure figcaption {
  font-size: 90%;
  text-align: center;
}

.rowpdf figure {
  margin-bottom: 0;
}

.rowpdf figure img {
  border: 1px solid #CCC;
}

.max_width {
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .max_width {
    max-width: none;
  }
}

.max_width_b {
  width: 260px;
}

@media (min-width: 992px) {
  .max_width_b {
    width: 290px;
  }
}

.sns a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #FFF;
}

footer a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

@media (min-width: 992px) {
  footer a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background: #FFF;
  }
}

/* Animation */
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadein {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.delighter.right {
  -webkit-transform: translate(-30px);
  -ms-transform: translate(-30px);
  transform: translate(-30px);
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(30px);
  -ms-transform: translate(30px);
  transform: translate(30px);
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.bottom {
  -webkit-transform: translatey(20px);
  -ms-transform: translatey(20px);
  transform: translatey(20px);
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.bottom.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.bottom_slow {
  -webkit-transform: translatey(30px);
  -ms-transform: translatey(30px);
  transform: translatey(30px);
  opacity: 0;
  -webkit-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.delighter.bottom_slow.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter li {
  opacity: 0;
  -webkit-transform: translatey(200%);
  -ms-transform: translatey(200%);
  transform: translatey(200%);
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.started li {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.delighter.started li:nth-child(1) {
  -webkit-transition: all .7s ease-out .1s;
  -o-transition: all .7s ease-out .1s;
  transition: all .7s ease-out .1s;
}

.delighter.started li:nth-child(2) {
  -webkit-transition: all .7s ease-out .3s;
  -o-transition: all .7s ease-out .3s;
  transition: all .7s ease-out .3s;
}

.delighter.started li:nth-child(3) {
  -webkit-transition: all .7s ease-out .5s;
  -o-transition: all .7s ease-out .5s;
  transition: all .7s ease-out .5s;
}

.delighter.started li:nth-child(4) {
  -webkit-transition: all .7s ease-out .7s;
  -o-transition: all .7s ease-out .7s;
  transition: all .7s ease-out .7s;
}

.delighter.started li:nth-child(5) {
  -webkit-transition: all .7s ease-out .9s;
  -o-transition: all .7s ease-out .9s;
  transition: all .7s ease-out .9s;
}

.delighter.started li:nth-child(6) {
  -webkit-transition: all .7s ease-out 1.1s;
  -o-transition: all .7s ease-out 1.1s;
  transition: all .7s ease-out 1.1s;
}

.delighter.started li:nth-child(7) {
  -webkit-transition: all .7s ease-out 1.3s;
  -o-transition: all .7s ease-out 1.3s;
  transition: all .7s ease-out 1.3s;
}

/* Content etc. ------------------- */
.section {
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.page .section {
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  .section {
    margin-top: 6rem;
  }
}

.section .container p:last-child {
  margin-bottom: 0;
}

.border_box {
  border: 1px solid #CCC;
  border-radius: 0.25rem;
  padding: 15px;
  margin-bottom: 2rem;
}

.border_box p:last-child,
.border_box ul:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .border_box {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .border_box {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .border_box {
    padding: 30px;
  }
}

.border_box_illust {
  border: 1px solid #CCC;
  border-radius: 10px;
  background-color: #F8F8F8;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link_box a:hover {
  background: rgba(190, 217, 234, 0.3);
  border-radius: 10px;
}

.link_box:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

#content {
  padding-bottom: 2rem;
}

hr {
  border-top: 1px solid #999;
}

/* 包括ってなに */
.illust {
  background-color: #BED9EA;
  border-radius: 9px 9px 0 0;
}

.illust h3 {
  text-align: center;
  padding: 1em 0 1em 50px;
  margin-top: 0px !important;
}

@media (min-width: 992px) {
  .illust h3 {
    padding: 1.5em 0 1.5em 64px;
  }
}

.illust1 {
  background-image: url(../img/top/support_icon1.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: calc(50% - 2.8em) center;
}

@media (min-width: 992px) {
  .illust1 {
    background-size: 64px auto;
  }
}

.illust2 {
  background-image: url(../img/top/support_icon2.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: calc(50% - 3em) center;
}

@media (min-width: 992px) {
  .illust2 {
    background-size: 64px auto;
  }
}

.illust3 {
  background-image: url(../img/top/support_icon3.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: calc(50% - 2.8em) center;
}

@media (min-width: 992px) {
  .illust3 {
    background-size: 64px auto;
  }
}

.illust4 {
  background-image: url(../img/top/support_icon4.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: calc(50% - 3.4em) center;
}

@media (min-width: 992px) {
  .illust4 {
    background-size: 64px auto;
  }
}

.btn_absolute {
  position: absolute;
  right: 0;
  bottom: 10PX;
}

/* 包括ってなに　丸子 */
.illust_m {
  background-color: #BED9EA;
  border-radius: 9px 9px 0 0;
}

.illust_m h3 {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 1em 1em 1em 70px;
  margin-top: 0px !important;
}

@media (min-width: 768px) {
  .illust_m h3 {
    font-size: 16px;
    font-size: 1rem;
    padding: 1em 1em 1em 75px;
  }
}

@media (min-width: 1200px) {
  .illust_m h3 {
    padding: 1em 1em 1em 90px;
  }
}

@media (min-width: 768px) {
  .illust_m + h5 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

.illust1_m {
  background-image: url(../img/top/support_icon1.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: 1rem center;
}

@media (min-width: 1200px) {
  .illust1_m {
    background-size: 64px auto;
  }
}

.illust2_m {
  background-image: url(../img/top/support_icon2.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: 1rem center;
}

@media (min-width: 1200px) {
  .illust2_m {
    background-size: 64px auto;
  }
}

.illust3_m {
  background-image: url(../img/top/support_icon3.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: 1rem center;
}

@media (min-width: 1200px) {
  .illust3_m {
    background-size: 64px auto;
  }
}

.illust4_m {
  background-image: url(../img/top/support_icon4.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: 1rem center;
}

@media (min-width: 1200px) {
  .illust4_m {
    background-size: 64px auto;
  }
}

@media (min-width: 1200px) {
  .pt-xl {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
}

/* アクセス */
.map_box {
  height: 400px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .map_box {
    height: auto;
  }
}

/* sns */
.sns {
  width: 40px;
}

.mitene p {
  font-size: 14px;
  margin-bottom: 0;
}

/* PDF */
.rowpdf {
  margin-right: -5px;
  margin-left: -5px;
}

@media (min-width: 768px) {
  .rowpdf {
    margin-bottom: 2rem;
  }
}

.rowpdf > .col,
.rowpdf > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* Form
-------------------------------------------------------------- */
@media (min-width: 768px) {
  .form_box {
    padding: 30px 15px;
    border: 1px solid #CCC;
    border-radius: 6px;
    background-color: #FFF;
  }
}

@media (min-width: 992px) {
  .form_box {
    padding: 50px 20px;
  }
}

@media (min-width: 1200px) {
  .form_box {
    padding: 50px 30px;
  }
}

.form_box .row {
  margin-right: -5px;
  margin-left: -5px;
}

.form_box .row > .col,
.form_box .row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.contact body {
  overflow-x: hidden;
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

div#mfp_thanks {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px 0px;
}

div#mfp_thanks strong {
  color: #dc3545;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  div#mfp_thanks strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* base */
.must {
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #FFEB3B;
  border-radius: 4px;
  padding: .125rem .5rem;
  margin-left: .5rem;
}

/* label */
form#mailformpro label.mfp_checked {
  padding: 3px;
  border: solid 1px #CCC;
  background-color: #E8EEF9;
  -webkit-box-shadow: 0px 1px 3px #CCC inset;
  box-shadow: 0px 1px 3px #CCC inset;
}

form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: solid 1px #EEE;
}

/* Confirm（確認画面）#mfp_confirm_table は、Tableに記述 */
/* Confirm flat */
div#mfp_phase_confirm {
  clear: both;
}

div#mfp_phase_confirm h4 {
  text-align: center;
}

/* Confirm Overlay */
div#mfp_overlay {
  display: none;
}

div#mfp_overlay_background {
  display: none;
}

/* Loading */
div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}

/* Error  */
div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  color: #F00;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  background-color: #FCC;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  font-size: 1.125rem;
  color: #dc3545;
}

/* Warning */
div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 18px;
  font-size: 1.125rem;
  color: #F00;
}

/* Price */
div#mfp_price {
  color: #C00;
  font-size: 36px;
  padding: 10px;
  font-weight: bolder;
}

div#mfp_price span {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

/* Button */
div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
}

.imagebutton {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background: none;
}

/* Prefcode 郵便番号からの住所入力 */
div.prefcodeWrapper {
  position: relative;
}

div.prefcodeResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px #CCC;
  box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.prefcodeResult div {
  cursor: pointer;
}

div.prefcodeResult div:hover {
  background-color: #C9EBFB;
}

div.prefcodeResult div.prefcodeNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

/* animated */
.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

/* OperationCheck.js　動作チェック */
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
  display: none;
}

div#mfp_OperationCheck strong {
  background: #090;
  display: block;
  color: #222;
  text-align: center;
  border-radius: 3px;
}

div#mfp_OperationCheck * {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p {
  padding: 0px 5px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p a {
  color: #0C0;
  text-decoration: none;
}

div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
  text-decoration: underline;
}

div#mfp_OperationCheck p button {
  border: none;
  background: none;
  color: #0C0;
  cursor: pointer;
}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
  line-height: 12px;
  font-size: 12px;
  list-style: none;
  vertical-align: middle;
}

div#mfp_OperationCheck ul li {
  padding: 5px 10px;
}

div#mfp_OperationCheck ul li label {
  text-decoration: underline;
}

/* submit block */
button.mfp_submit_enable {
  background: none;
  background: #000090;
}

button.mfp_submit_disable {
  background: none;
  background: #FD8282;
}

/* tips */
span.mfp_tips {
  background-color: #FCC;
  display: block;
  border-radius: 5px;
  padding: 10px;
  margin: 2px;
  -webkit-box-shadow: 0px 2px 10px #999;
  box-shadow: 0px 2px 10px #999;
}

span.mfp_tips strong {
  color: #800040;
}

span.mfp_tips span {
  display: block;
  padding: 10px;
  color: #008080;
}

span.mfp_tips em {
  font-style: normal;
  color: #090;
  font-weight: bold;
}

/* page_top
-------------------------------------------------------------- */
.page_top {
  width: 40px;
  height: 54px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: #999;
  opacity: .8;
  border-radius: 0.25rem;
  z-index: 10;
}

@media (min-width: 768px) {
  .page_top {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 50px;
  }
}

.page_top a {
  color: #FFF;
  line-height: 1.1;
  font-size: 75%;
  text-align: center;
  display: block;
  width: 40px;
  height: 54px;
  padding-top: 20px;
}

.page_top a::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  color: #FFF;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .page_top a {
    font-size: 80%;
    width: 60px;
    height: 60px;
    padding-top: 22px;
  }
}

/* Footer
-------------------------------------------------------------- */
.footer_container {
  background-color: #F8F8f8;
  padding-top: 3rem;
}

.footer_container h6 {
  padding-left: 50px;
  background-image: url(../img/common/flower_f.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  background-size: contain;
}

.footer_container p {
  font-size: 14px;
  font-size: 0.875rem;
}

.footer_nav {
  text-align: center;
  margin: 2rem 0;
}

.footer_nav li {
  font-size: 15px;
  font-size: 0.937rem;
  line-height: 1.5;
  display: inline-block;
  padding-right: 1rem;
  position: relative;
}

.footer_nav li::after {
  content: "・";
  font-weight: bold;
  color: #FFEB3B;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.footer_nav li:last-child::after {
  content: "";
}

@media (min-width: 480px) {
  .row_banner {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row_banner > .col,
  .row_banner > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.bg_mariko {
  background-color: rgba(229, 151, 178, 0.1);
}

.bg_osada {
  background-color: rgba(70, 156, 77, 0.1);
}

.bg_tenma {
  background-color: rgba(243, 152, 0, 0.1);
}

.bg_chiyoda {
  background-color: rgba(165, 154, 202, 0.1);
}

.bg_anzai {
  background-color: rgba(250, 235, 59, 0.15);
}

.copyright_container {
  background-color: #FFEB3B;
  padding: 1rem 0;
}

.copyright_container p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  line-height: 1;
  text-align: center;
  margin: 0;
}
