@charset "UTF-8";
html {
  font-size: 70%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 90%;
  }
}

body {
  font-family: "Quicksand", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  position: relative;
  overflow: hidden;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1200px;
    padding-bottom: 0;
  }
}
body.admin-bar {
  position: relative !important;
}

img {
  width: 100%;
  height: auto;
}

img.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

input,
textarea {
  background: #fff;
  border: 1px solid #ccc;
}

input[type=search] {
  padding: 0.5rem 1rem;
  width: 50%;
}

.pagination {
  margin: 0 auto 3rem;
}
.pagination a {
  color: #000;
  text-decoration: none;
}
.pagination .page-item.active .page-link {
  background: #000;
  border-color: #000;
  color: #fff;
}

.wrapper {
  position: relative;
  zoom: 1;
  padding: 0;
  margin: 0;
}

.wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.main_contents {
  background: url("../img/main_bg.png") #ede6db;
  position: relative;
  padding-bottom: 155px;
}
#page_index .main_contents {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .main_contents {
    width: 100%;
    float: left;
    padding-bottom: 155px;
  }
  #page_index .main_contents {
    padding-bottom: 155px;
    margin-right: -240px;
    padding-right: 240px;
  }
}
@media screen and (min-width: 1200px) {
  #page_index .main_contents {
    margin-right: -280px;
    padding-right: 280px;
  }
}

header.top-of-page {
  position: relative;
  padding: 0.5rem 0;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  header.top-of-page {
    padding: 0;
  }
}
#page_index header.top-of-page {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  header.top-of-page a.logo {
    margin: 0 1rem;
  }
}
header.top-of-page a.logo img {
  max-width: 100%;
  max-height: 9rem;
  height: auto;
  width: auto;
}
header.top-of-page .head_info .page_nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  header.top-of-page .head_info .page_nav {
    display: block;
    margin: auto;
  }
}
header.top-of-page .head_info .page_nav > .row {
  padding: 0;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header.top-of-page .head_info .page_nav > .row {
    padding: 0 0 0 4rem;
  }
}
@media screen and (min-width: 992px) {
  header.top-of-page .head_info .page_nav > .row {
    padding: 0 0 0 7rem;
  }
}
@media screen and (min-width: 1200px) {
  header.top-of-page .head_info .page_nav > .row {
    padding: 0 0 0 10rem;
  }
}
#page_index header.top-of-page .head_info .page_nav > .row {
  padding: 0;
}
header.top-of-page .head_info .head_tel {
  background: url("../img/menu_tel_line.png") repeat-x left bottom;
  background-size: auto 3px;
  display: flex;
  max-width: 250px;
}
header.top-of-page .head_info .head_tel .tel_icon {
  background: url("../img/menu_tel_line2.png") repeat-y right top;
  background-size: 3px auto;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
}
header.top-of-page .head_info .head_tel .tel_text {
  padding: 0;
  text-align: center;
}
header.top-of-page .head_info .head_tel .tel_text a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.2rem;
  width: 90%;
  margin: auto;
  text-decoration: none;
}
header.top-of-page .head_info .head_tel .tel_text a i {
  margin-right: 5px;
}
header.top-of-page .head_info .head_tel .tel_text span {
  font-size: 0.9rem;
  line-height: 1;
  display: inline-block;
  margin: 5px 0;
}
header.top-of-page .head_info .head_tel .tel_text span br {
  display: none;
}
@media screen and (min-width: 1400px) {
  header.top-of-page .head_info .head_tel .tel_text span br {
    display: none;
  }
}
header.top-of-page .head_info .head_tel .tel_text span.tel_common {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  padding: 4px 0;
  margin-bottom: 0;
}
header.top-of-page .head_nav {
  display: none;
}
@media screen and (min-width: 768px) {
  header.top-of-page .head_nav {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  header.top-of-page .head_nav ul {
    list-style: none;
    display: flex;
  }
}
header.top-of-page .nav_btn {
  padding: 1rem 0 0;
}
header.top-of-page .nav_btn ul {
  justify-content: space-between;
}
header.top-of-page .nav_btn li {
  width: 24%;
}
header.top-of-page .nav_btn li a {
  display: block;
  background: #fff;
  color: #000;
  border-radius: 2rem;
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.8rem 0;
  min-width: 8rem;
  text-align: center;
  border: 2px solid #000;
  box-sizing: border-box;
  text-decoration: none;
}
header.top-of-page .nav_btn li a:hover {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #page_index header.top-of-page .nav_btn li a {
    min-width: 7rem;
  }
}
@media screen and (min-width: 992px) {
  #page_index header.top-of-page .nav_btn li a {
    min-width: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  #page_index header.top-of-page .nav_btn li a {
    min-width: 7rem;
  }
}
header.top-of-page .nav_btn li.nav_btn_contact a {
  background: #8de28d;
  border-color: #8de28d;
}
header.top-of-page .nav_btn li.nav_btn_contact a:hover {
  background: #00B900;
  border-color: #00B900;
  color: #fff;
}
header.top-of-page .nav_btn li.nav_btn_family a {
  background: #b0dbe7;
  border-color: #b0dbe7;
}
header.top-of-page .nav_btn li.nav_btn_family a:hover {
  background: #00a8d7;
  border-color: #00a8d7;
  color: #fff;
}
header.top-of-page .nav_text ul {
  background: url("../img/menu_line.png") repeat-y right top;
  background-size: 4px auto;
  margin: 0;
  justify-content: space-between;
  font-size: 0.8rem;
}
header.top-of-page .nav_text ul li {
  background: url("../img/menu_line.png") repeat-y 0 0;
  background-size: 4px auto;
  width: 18%;
  position: relative;
}
header.top-of-page .nav_text ul li.nav_text_recruit {
  width: 28%;
}
header.top-of-page .nav_text ul li a {
  display: flex;
  line-height: 1;
  padding: 0.8rem 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
  text-decoration: none;
}
header.top-of-page .nav_text ul li a.active, header.top-of-page .nav_text ul li a:hover {
  background: url("../img/nav_bg.png") no-repeat center;
  background-size: auto 80%;
}
header.top-of-page .nav_text ul li a img {
  margin: 0 0 5px;
  height: 20px;
  width: auto;
}
header.top-of-page .nav_text ul li .accordion {
  display: none;
  background: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #b0dbe7;
  padding-bottom: 0;
  left: 2px;
}
header.top-of-page .nav_text ul li .accordion li {
  background: none;
  width: auto;
  margin: 0;
}
header.top-of-page .nav_text ul li .accordion li a {
  color: #000;
}
header.top-of-page .nav_text ul li .accordion li a:hover {
  background: #bbe6b2;
  color: #000;
}
header.top-of-page .nav_text ul li .accordion li a.active {
  background-image: none;
}
header.top-of-page .nav_text ul li .accordion li a.active span {
  background: none;
}
header.top-of-page .nav_text ul li:hover .accordion {
  display: flex;
}

main {
  position: relative;
}

.side_contents {
  overflow: hidden;
  display: none;
  padding-bottom: 155px;
}
#page_index .side_contents {
  display: block;
}
@media screen and (min-width: 768px) {
  .side_contents {
    padding-bottom: 0;
    position: relative;
    width: 240px;
    float: right;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .side_contents {
    width: 280px;
  }
}

#insta {
  background: #fff;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  #insta {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 240px;
  }
}
@media screen and (min-width: 1200px) {
  #insta {
    width: 280px;
  }
}
#insta h2 {
  width: 80%;
  margin: auto;
}
#insta .insta_account {
  padding: 1rem 0 3rem;
}
#insta .insta_account a {
  color: #000;
}
#insta #insta_content {
  padding: 32px 10px;
}
#insta #insta_content .insta {
  position: relative;
  margin: 10px auto;
}
#insta #insta_content .insta a {
  position: absolute;
  z-index: 1000;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#insta #insta_content .insta iframe {
  vertical-align: top;
  margin-bottom: -5px;
}
#insta #instafeed {
  list-style: none;
  overflow: hidden;
}
#insta #instafeed li {
  float: left;
  padding: 0 3px;
  margin-top: 6px;
  width: 50%;
}
#insta #instafeed li:first-child {
  width: 100%;
}
#insta .inster_more {
  display: block;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  text-decoration: none;
  position: relative;
}
#insta .inster_more:hover {
  background: #000;
  color: #fff;
}
#insta .inster_more:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
}

footer.bottom-of-page {
  position: relative;
  margin-top: -155px;
  padding-top: 155px;
  background: url("../img/footer_top_line.png") repeat-x center top;
  background-size: auto 155px;
}
.body_price footer.bottom-of-page {
  background-color: #fff;
}
footer.bottom-of-page .tama-community {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 155px;
  background: url("../img/footer_top.png") no-repeat center top;
  background-size: auto 155px;
}
footer.bottom-of-page .footer-contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 145px;
  display: flex;
  background: url("../img/footer_top_bg.png") repeat center 4px;
  background-size: 336px auto;
  position: relative;
  font-weight: 700;
}
footer.bottom-of-page .footer-contact-contents {
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
footer.bottom-of-page .footer-contact-contents a {
  color: #000;
  border: 2px dashed #000;
  border-radius: 3rem;
  line-height: 1;
  padding: 1.4rem 4rem;
  background: #b0dbe7;
  position: relative;
  margin: 1.4rem 0 0.6rem;
  text-decoration: none;
}
footer.bottom-of-page .footer-contact-contents a:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.6rem;
  line-height: 1;
}
footer.bottom-of-page .footer-black {
  background: url("../img/footer_bg.png") center top #333;
  background-size: cover;
  color: #fff;
}
footer.bottom-of-page .footer-black a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer.bottom-of-page .footer-black-illust {
    background: url("../img/footer_illust.png") no-repeat 95% bottom;
    background-size: auto 65%;
  }
}
footer.bottom-of-page .footer-black-illust .container {
  max-width: 960px;
  font-size: 0.8rem;
}
footer.bottom-of-page .footer_catch {
  padding: 3rem 0 2rem;
}
footer.bottom-of-page .footer_nav {
  align-items: center;
  padding: 0 0 1rem;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  footer.bottom-of-page .footer_nav {
    padding: 0 0 5rem;
    flex-direction: row;
  }
}
footer.bottom-of-page .footer_nav ul {
  margin: 0;
  padding: 0 0 0 1rem;
}
footer.bottom-of-page .footer_nav ul li {
  padding: 0.5rem 0;
}
footer.bottom-of-page .footer_logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem 2rem;
}
@media screen and (min-width: 768px) {
  footer.bottom-of-page .footer_logo {
    padding: 0;
  }
}
footer.bottom-of-page .footer_logo_left {
  width: 50%;
}
@media screen and (min-width: 768px) {
  footer.bottom-of-page .footer_logo_left {
    margin-right: 10%;
  }
}
footer.bottom-of-page .footer_logo_right {
  width: 55%;
}
footer.bottom-of-page .footer_logo .produced {
  width: 60%;
}
footer.bottom-of-page .copy {
  padding: 0 0 2rem;
  margin: 0;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .fixed-header {
    height: 8rem;
    width: 100vw;
    transition: all 0.5s ease-out 0s;
  }
  #page_index .fixed-header {
    min-width: 960px;
    width: calc(100vw - 240px);
  }
}
@media screen and (min-width: 1200px) {
  #page_index .fixed-header {
    min-width: 920px;
    width: calc(100vw - 280px);
  }
}
.fixed-header.active {
  top: 0 !important;
}
.fixed-header .menu_btn {
  background: #fff;
  color: #000;
  border: 2px dashed #000;
  width: 8rem;
  height: 8rem;
  float: right;
  text-align: center;
}
.fixed-header .menu_btn a {
  color: #000;
}
@media screen and (min-width: 768px) {
  .fixed-header .menu_btn {
    width: 8rem;
    height: 8rem;
    float: right;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-header .menu_btn {
    width: 8rem;
    height: 8rem;
  }
}
.fixed-header .menu_btn.menu01 {
  float: left;
}
.fixed-header .menu_btn.menu02 {
  background: #b0dbe7;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .fixed-header .menu_btn.menu02 {
    margin-left: 10px;
  }
}
.fixed-header .menu_btn.menu03 {
  background: #00B900;
}
.fixed-header .menu_btn.menu03 a {
  color: #fff;
}
.fixed-header .menu_btn a,
.fixed-header .menu_btn span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fixed-header .menu_btn a i,
.fixed-header .menu_btn span i {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 3px;
}
.fixed-header .menu_btn a i.line_icon,
.fixed-header .menu_btn span i.line_icon {
  width: 2rem;
}

.fixed-header-sp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .fixed-header-sp {
    display: none;
  }
}
.fixed-header-sp .menu_btn {
  background: #fff;
  color: #000;
  border: 2px dashed #000;
  width: 8rem;
  height: 8rem;
}
.fixed-header-sp .menu_btn a {
  color: #000;
}
@media screen and (min-width: 768px) {
  .fixed-header-sp .menu_btn {
    width: 8rem;
    height: 8rem;
    float: right;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-header-sp .menu_btn {
    width: 8rem;
    height: 8rem;
  }
}
.fixed-header-sp .menu_btn a,
.fixed-header-sp .menu_btn span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fixed-header-sp .menu_btn a i,
.fixed-header-sp .menu_btn span i {
  font-size: 2rem;
}

.fixed-header-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  background: #bbe6b2;
  color: #000;
  height: 100%;
  overflow: auto;
}
.fixed-header-menu.active {
  display: block;
}
.fixed-header-menu .logo {
  width: 20%;
  margin: auto;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .fixed-header-menu .logo {
    width: 10%;
  }
}
.fixed-header-menu nav ul {
  margin: auto;
  width: 90%;
  list-style: none;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .fixed-header-menu nav ul {
    font-size: 1.5rem;
    width: 470px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-header-menu nav ul {
    width: 500px;
  }
}
.fixed-header-menu nav ul li {
  margin: 1.5rem 0 0;
}
.fixed-header-menu nav ul li a {
  color: #000;
  line-height: 1;
  display: block;
  padding: 0 0 0 5rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  background: url("../img/menu_select.png") no-repeat left bottom;
  background-size: auto 2rem;
}
@media screen and (min-width: 768px) {
  .fixed-header-menu nav ul li a {
    background: none;
  }
}
.fixed-header-menu nav ul li a:hover {
  background: url("../img/menu_select.png") no-repeat left bottom;
  background-size: auto 2rem;
  border-bottom: 2px solid #000;
}
.fixed-header-menu nav ul li a span {
  font-size: 1.5em;
  display: block;
  margin: 0.5rem 0 0;
}
.fixed-header-menu .menu_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 8rem;
}
@media screen and (min-width: 768px) {
  .fixed-header-menu .menu_close {
    left: 10px;
  }
}
.fixed-header-menu .menu_close span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fixed-header-menu .menu_close span i {
  font-size: 2rem;
}

.fixed-footer {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 9999;
  display: none;
}
@media screen and (min-width: 768px) {
  .fixed-footer {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #page_index .fixed-footer {
    right: calc(280px - 2rem);
  }
}
.fixed-footer #page-top a {
  display: block;
  width: 4rem;
  height: auto;
}

.fixed-side-left {
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  z-index: 9998;
  font-size: 1.2rem;
}
.fixed-side-left .footer_menu {
  width: 100%;
}
.fixed-side-left .footer_menu.menu01 {
  background: #00B900;
}
.fixed-side-left .footer_menu.menu01 a {
  color: #fff;
}
.fixed-side-left .footer_menu.menu02 {
  background: #b0dbe7;
}
.fixed-side-left .footer_menu.menu03 {
  background: #fff;
}
.fixed-side-left .footer_menu a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #000;
  line-height: 1.2;
}
.fixed-side-left .footer_menu i {
  font-size: 1.8rem;
  margin: 0 5px;
}
.fixed-side-left .footer_menu i.line_icon {
  width: 2.5rem;
}

i.line_icon img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}

.page-title {
  background: url("../img/pagetitle_top_line.png") repeat-x center top;
  background-size: auto 86px;
  margin: 3rem 0 5rem;
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
}
.body_price .page-title {
  margin: 3rem 0 10px;
}
.page-title h1 {
  letter-spacing: 0.5rem;
  margin: 0;
}
.page-title h2 {
  font-size: 1.4rem;
}
.page-title:before {
  content: "";
  height: 86px;
  width: 100%;
  display: block;
  background: url("../img/pagetitle_top.png") no-repeat center top;
  background-size: auto 86px;
  margin: 0 0 10px;
}
.page-title:after {
  content: "";
  height: 52px;
  width: 100%;
  display: block;
  background: url("../img/pagetitle_top_foot.png") repeat-x center top;
  background-size: auto 52px;
  margin: 10px 0 0;
}
.page-title:after.title-text {
  margin: 3rem 0 0;
}
.body_price .page-title:after {
  display: none;
}
.page-title.title-text:before {
  margin: 0 0 3rem;
}
.page-title.title-text:after {
  margin: 3.5rem 0 0;
}
.page-title img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
}

.view {
  height: 60vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 0 0 1px #000, 0 0 3px #000, 0 0 5px #000, 0 0 10px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .view {
    height: 40vw;
    font-size: 2rem;
    line-height: 2;
  }
}
.view .mitaka_open {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  color: #ff2674;
  text-shadow: 0 0 5px #fff, 0 0 3px #fff, 0 0 2px #fff, 0 0 1px #fff;
  text-shadow: none;
  padding: 1rem 0 0;
  border-radius: 0.5rem;
  line-height: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .view .mitaka_open {
    padding: 3rem 0 0;
    width: 30em;
  }
}
.view .mitaka_open svg {
  display: inline-block;
  overflow: visible;
}
.view .mitaka_open .foreground {
  fill: #ff2674;
}
.view .mitaka_open .background {
  stroke: #fff;
  stroke-width: 6;
  stroke-linejoin: round;
}
.view .mitaka_open_btn a {
  color: #000;
  background: #b0dbe7;
  border: 2px solid #fff;
  border-radius: 1rem;
  padding: 0.5rem;
  text-shadow: none;
  display: block;
  text-decoration: none;
  margin: 5px auto 0;
  width: 50%;
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  .view .mitaka_open_btn a {
    margin: 1rem auto 0;
    padding: 1rem;
  }
}
.view .mitaka_open_btn a:hover {
  color: #000;
  background: #bbe6b2;
}
.view .desk_num {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 0.5rem;
  font-weight: normal;
  font-size: 0.7em;
  color: #000;
  text-shadow: 0 0 5px #fff;
  padding: 0.5em 2em;
  line-height: 1.6;
  margin: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .view .desk_num {
    width: auto;
    margin: 1rem 0 0;
  }
}
.view .desk_num span {
  color: #ff6666;
}
.view .release_link {
  display: flex;
  justify-content: center;
  margin: 1rem 0 0;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .view .release_link {
    margin: 2rem 0 0;
  }
}
.view .release_link a {
  display: block;
  background: #ff6060;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3rem;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  line-height: 1.4;
  text-shadow: none;
  text-decoration: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .view .release_link a {
    border: 4px solid #fff;
    padding: 0.5rem 4rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.view .release_link a:hover {
  background: #ff9c9c;
  color: #fff;
}
.view .contact_link {
  display: flex;
  justify-content: center;
  margin: 1rem 0 0;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .view .contact_link {
    margin: 2rem 0 0;
  }
}
.view .contact_link a {
  display: block;
  background: #31aad0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3rem;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  line-height: 1.4;
  text-shadow: none;
  text-decoration: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .view .contact_link a {
    border: 4px solid #fff;
    padding: 0.5rem 4rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.view .contact_link a:hover {
  background: #62c7e7;
  color: #fff;
}

.view_slide {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  height: 60vw;
}
@media screen and (min-width: 768px) {
  .view_slide {
    position: absolute;
    width: 100%;
    top: -13rem;
    left: 0;
    z-index: 1;
    height: calc(40vw + 13rem);
  }
}
.body_price .view_slide {
  position: relative;
}
@media screen and (min-width: 768px) {
  .body_price .view_slide {
    position: relative;
    top: 0;
    margin-bottom: 5rem;
  }
}
.view_slide .fadeSlider {
  width: 100%;
  height: 100%;
  position: relative;
}
.view_slide .fadeSlider::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  z-index: 2;
}
.view_slide .fadeSlider > span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation-delay: 3s;
}
.view_slide .fadeSlider .fadeSlider_01 {
  background-image: url("/img/slide_photo01.jpg?v2");
  animation: fadeSlideImg01 15s ease-out infinite 2s;
}
.view_slide .fadeSlider .fadeSlider_02 {
  opacity: 0;
  background-image: url("/img/slide_photo02.jpg?v2");
  animation: fadeSlideImg02 15s ease-out infinite 2s;
}
.view_slide .fadeSlider .fadeSlider_03 {
  opacity: 0;
  background-image: url("/img/slide_photo03.jpg?v2");
  animation: fadeSlideImg03 15s ease-out infinite 2s;
}

@keyframes fadeSlideImg01 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeSlideImg02 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeSlideImg03 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#network {
  background: rgba(255, 255, 255, 0.3);
  padding: 0 0 3rem;
}
#network h1 {
  max-width: 700px;
  width: 100%;
  margin: 3rem auto 0;
}
#network .network_map {
  position: relative;
}
#network .network_map .area_btn {
  position: absolute;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
#network .network_map .area_btn.kunitachi {
  width: 16%;
  height: 17%;
  top: 42%;
  left: 62%;
}
#network .network_map .area_btn.mitaka {
  width: 12%;
  height: 21%;
  top: 41%;
  left: 80.5%;
}

#about .about_box {
  padding-bottom: 5rem;
}
#about .about_box .about_support {
  background: #f9ffeb;
  border-radius: 2rem;
  border: 0.5rem solid #b3d16e;
}
#about .about_box .about_support_inner {
  border: 0.5rem solid #fff;
  border-radius: 1.5rem;
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  #about .about_box .about_support_inner {
    padding: 4rem 3rem;
  }
}
#about .about_box .about_support .catch {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #about .about_box .about_support .catch {
    width: 60%;
  }
}
#about .about_box .about_support .desc {
  width: 100%;
  margin: 0 auto 0;
}
@media screen and (min-width: 768px) {
  #about .about_box .about_support .desc {
    width: 45%;
    margin: 0 auto 5rem;
  }
}
#about .about_box .about_support .target_plan > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  #about .about_box .about_support .target_plan > div {
    margin: 0;
  }
}
#about .about_box .about_support .plan_catch {
  margin: 0 0 auto;
}
#about .about_box .about_support a {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #about .about_box .about_support a {
    margin-bottom: 1rem;
  }
}
#about .about_box .about_support a:hover {
  animation: planHover 0.5s;
}
#about h1 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto -3rem;
}
#about .card {
  background: url("../img/about_bg.png") no-repeat center top;
  background-size: 100% 100%;
  border-radius: 0;
  flex: 1 0 100%;
}
@media screen and (min-width: 768px) {
  #about .card {
    flex: 1 0 45%;
  }
}
#about .card .about-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#about .card.about01 {
  margin-top: 5.5rem;
}
#about .card.about01 .about-num {
  left: 0.5rem;
  top: -4.5rem;
}
@media screen and (min-width: 768px) {
  #about .card.about01 .about-num {
    top: -6rem;
  }
}
#about .card.about02 {
  margin-top: 5.5rem;
}
#about .card.about02 .about-num {
  left: 0.5rem;
  top: -4rem;
}
@media screen and (min-width: 768px) {
  #about .card.about02 .about-num {
    top: -5rem;
  }
}
#about .card.about03 {
  margin-top: 3rem;
}
#about .card.about03 .about-num {
  left: 0.5rem;
  top: -1rem;
}
#about .card.about04 {
  margin-top: 3rem;
}
#about .card.about04 .about-num {
  left: 0.5rem;
  top: -1rem;
}
#about .card .card-photo {
  margin: 2rem;
  overflow: hidden;
}
#about .card .card-photo img {
  position: relative;
  border-radius: 0;
  transition: all 1s;
}
#about .card .card-photo img:hover {
  transform: scale(1.1);
}
#about .card .card-body {
  background: url("../img/about_bg_illust") no-repeat right bottom;
  margin: 0 2rem;
  padding: 0 0 4rem;
}
@media screen and (min-width: 768px) {
  #about .card .card-body {
    padding: 0 0 3rem;
  }
}
#about .card .card-body .card-title {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #about .card .card-body .card-title {
    font-size: 2rem;
  }
}
#about .card .card-body .card-text {
  text-align: left;
  line-height: 2;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #about .card .card-body .card-text {
    font-size: 1.2rem;
  }
}

#plan {
  background: url("../img/main_bg2.png");
}
#plan h1 {
  max-width: 550px;
  width: 70%;
  margin: 0 auto 5rem;
}
#plan .plan_box {
  padding: 5rem 15px 2rem;
  background: url("../img/top_plan_bg.png") repeat-y 0 15rem;
  background-size: 100% auto;
}
#plan .card-deck {
  flex-direction: row;
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  #plan .card-deck {
    margin: 0;
  }
}
#plan .card {
  background: transparent;
  border: none;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #plan .card {
    margin-bottom: 3rem;
  }
}
#plan .card h2 {
  text-indent: -9999px;
}
#plan .card a {
  display: block;
}
#plan .card a:hover {
  animation: planHover 0.5s;
}

@keyframes planHover {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(5px, 0);
  }
  40% {
    transform: translate(-5px, 0);
  }
  60% {
    transform: translate(5px, 0);
  }
  80% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
#taberisu .taberisu_bg {
  background: url("../img/taberisu_bg.png") no-repeat center 5rem #27333b;
  background-size: 170% auto;
  padding-top: 55%;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #taberisu .taberisu_bg {
    background-size: auto;
    padding-top: 23rem;
    padding-bottom: 5rem;
  }
}
#taberisu h1 a {
  background: url("../img/taberisu_btn.png") no-repeat center center;
  background-size: cover;
  color: #27333b;
  display: block;
  border: 2px solid #fff;
  border-radius: 2rem;
  line-height: 1;
  padding: 1rem 0;
  max-width: 300px;
  font-size: 1.5rem;
  margin: auto;
  position: relative;
  text-decoration: none;
}
#taberisu h1 a:after {
  content: "\f0da";
  font-size: 1.6rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.9rem;
  line-height: 1;
}
#taberisu p {
  font-weight: 700;
  color: #fff;
  padding: 1rem 0 0;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

#news {
  background: url("../img/news_bg.png") center top;
}
#news h1 {
  padding: 4rem 0 2rem;
}
#news .news_btn {
  display: block;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  text-decoration: none;
  position: relative;
  margin-bottom: 34%;
}
@media screen and (min-width: 768px) {
  #news .news_btn {
    margin-bottom: 6rem;
  }
}
#news .news_btn:hover {
  background: #000;
  color: #fff;
}
#news .news_btn:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
}
#news .news {
  padding-bottom: 1rem;
}
#news .news_bg {
  background: url("../img/top_news_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 70% auto;
}
@media screen and (min-width: 768px) {
  #news .news_bg {
    background-size: contain;
    background-position: right bottom;
  }
}

#calendar .calender_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#calendar .calender_left p {
  padding: 0 0 2rem;
}
#calendar .calender_right .calendar_area {
  font-size: 1.6rem;
  margin: 1rem 0;
  color: #000;
  line-height: 1;
  padding: 0.5rem 0;
}
#calendar .calender_right .calendar_area.kunitachi {
  background: #b0dbe7;
}
#calendar .calender_right .calendar_area.mitaka {
  background: #bbe6b2;
}
#calendar .calender_right iframe {
  width: 560px;
  max-width: 100%;
}
#calendar .calendar_wrap {
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
}
#calendar .calendar_wrap iframe {
  vertical-align: top;
}
#calendar h1 {
  padding: 0 2rem 2rem;
}
#calendar .calendar_btn {
  display: block;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 300px;
}
#calendar .calendar_btn:hover {
  background: #000;
  color: #fff;
}
#calendar .calendar_btn:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
}

#recruit {
  background: url("../img/top_recruit_bg.png") repeat center top;
}
#recruit h1 {
  margin: 5rem auto;
  width: 50%;
  max-width: 300px;
}
#recruit .recruit_box {
  margin-bottom: 5rem;
}
#recruit .recruit {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#recruit h2 {
  height: 5rem;
}
#recruit h2 img {
  height: 100%;
  width: auto;
}
#recruit .recruit02 h2 {
  height: 7.6rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #recruit .recruit02 h2 {
    margin: -2rem 0 0;
  }
}
#recruit .recruit_description {
  height: 4rem;
  margin: 2rem 0;
}
#recruit .recruit_description img {
  height: 100%;
  width: auto;
}
#recruit .recruit02 .recruit_description {
  height: 5.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  #recruit .recruit02 .recruit_description {
    height: 4rem;
    margin: 2rem 0;
  }
}
#recruit .recruit_btn {
  display: block;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  text-decoration: none;
  position: relative;
  margin: 50% auto 0;
  text-align: center;
  width: 50%;
  max-width: 300px;
}
#recruit .recruit_btn:hover {
  background: #000;
  color: #fff;
}
#recruit .recruit_btn:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
}
#recruit .recruit03 .recruit_btn {
  color: #00abed;
  border-color: #00abed;
}
#recruit .recruit03 .recruit_btn:hover {
  background: #00abed;
  color: #fff;
}

#sns .sns_box {
  background: #fff;
  padding: 5rem 0;
}
#sns .sns_box .facebook {
  padding: 0 1.5rem 5rem;
}
@media screen and (min-width: 768px) {
  #sns .sns_box .facebook {
    padding: 0 1.5rem;
  }
}
#sns .sns_box .twitter {
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #sns .sns_box .twitter {
    padding: 0 1rem;
  }
}
#sns .sns_box .twitter iframe {
  width: 740px !important;
}
#sns .line_box {
  background: #27333b;
  color: #fff;
  padding: 1rem 0;
}
#sns .line_box .line_box_bg {
  background: url("../img/top_line_bg2.png") repeat-y center center;
  background-size: cover;
}
#sns .line_box .line_box_bg:after, #sns .line_box .line_box_bg:before {
  content: "";
  display: block;
  background: url("../img/top_line_bg.png") no-repeat center top;
  background-size: contain;
  height: 2rem;
  margin: 3rem 0;
}
#sns .line_box .line_box_bg:after {
  background-position: center bottom;
}
#sns .line_box .line_title {
  max-width: 700px;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 768px) {
  #sns .line_box .line_title {
    width: 60%;
  }
}
#sns .line_box .line_catch {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  margin: 0 auto 2rem;
}
#sns .line_box p {
  margin: 0 auto 2rem;
  line-height: 3;
}
#sns .line_box a {
  background: url("../img/taberisu_btn.png") no-repeat center center;
  background-size: cover;
  color: #27333b;
  display: block;
  border: 2px solid #fff;
  border-radius: 2rem;
  line-height: 1;
  padding: 1rem 0;
  max-width: 300px;
  font-size: 1.5rem;
  margin: auto;
  position: relative;
  text-decoration: none;
}
#sns .line_box a:after {
  content: "\f0da";
  font-size: 1.6rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
}

#access .access_box {
  padding: 5rem 15px;
}
#access h1 {
  width: 60%;
  margin: 0 auto 5rem;
  max-width: 400px;
}
#access .access_photo {
  padding: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  #access .access_photo {
    padding: 0;
  }
}
#access .access_bg {
  background: url("../img/top_access_bg.png") no-repeat right 60%;
  background-size: auto 60%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #access .access_bg {
    max-width: 300px;
    background-size: auto 40%;
  }
}
#access .access_desc {
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 0 2rem;
}
#access .access_address {
  padding: 0 0 2rem;
}
#access .access_btn {
  display: block;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  max-width: 300px;
  margin: auto;
}
#access .access_btn:hover {
  background: #000;
  color: #fff;
}
#access .access_btn:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
}

#google_map,
#google_map_mitaka {
  height: 300px;
}
@media screen and (min-width: 768px) {
  #google_map,
  #google_map_mitaka {
    height: 500px;
  }
}

#sns .row {
  justify-content: space-around;
}

#sns .row .col-6 {
  max-width: 500px;
}

/* SEEDPLACEについて */
.tamaImage {
  display: block;
  width: 75%;
  margin: 0 auto 50px;
}

@media (max-width: 600px) {
  .tamaImage {
    width: 100%;
  }
}
.categoryMenu ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 1rem 2rem 1rem 0;
  margin: 0 0 3rem 2rem;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .categoryMenu ul {
    padding: 1rem 3rem 1rem 0;
    margin: 0 0 3rem 3rem;
  }
}
.categoryMenu ul:before {
  content: "";
  display: block;
  background: url("../img/news_category_bg_20200612.png") no-repeat right bottom;
  background-size: contain;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
}
.categoryMenu ul li {
  padding: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .categoryMenu ul li {
    padding: 0 0.5rem;
  }
}
.categoryMenu ul li a {
  color: #000;
  display: block;
  padding: 0.5rem 1rem;
  line-height: 1;
  text-decoration: none;
}
.categoryMenu ul li a.active {
  background: #bbe6b2;
}
.categoryMenu ul li a:hover {
  background: #bbe6b2;
}

.news .card-deck {
  flex-direction: row;
  flex-wrap: wrap;
}
.news .card {
  flex: 1 0 47%;
  margin: 0 0.5rem 3rem;
  border: none;
}
#page_index .news .card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.news .card:first-of-type {
  flex: 1 0 100%;
}
@media screen and (min-width: 768px) {
  .news .card {
    flex: 1 0 30%;
    margin: 0 1rem 3rem;
  }
  .news .card:first-of-type {
    flex: 1 0 30%;
  }
}
.news .card a {
  color: #000;
  text-decoration: none;
}
.news .card a:hover img {
  transform: scale(1.1);
}
.news .card .card-photo {
  height: 15rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news .card .card-photo {
    height: 20rem;
  }
}
.news .card img {
  height: 15rem;
  transition: all 1s;
}
@media screen and (min-width: 768px) {
  .news .card img {
    height: 20rem;
  }
}
.news .card .card-title {
  font-size: 1.2rem;
  line-height: 1.6;
}
.news .card .label {
  border: 1px solid #000;
  padding: 0 1rem;
  margin: 0 1rem 0 0;
}
.news .pagination {
  margin: 0 auto 3rem;
}

.post {
  font-size: 1rem;
  line-height: 2;
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
  margin: 5rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .post {
    font-size: 1rem;
    padding: 2rem;
  }
}
.post-thumbnail {
  padding: 4rem 0;
  text-align: center;
}
.post-thumbnail img {
  width: 60%;
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  line-height: 1.4;
}
.post h1 {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .post h1 {
    font-size: 2rem;
  }
}
.post h2 {
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) {
  .post h2 {
    font-size: 1.8rem;
  }
}
.post h3 {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .post h3 {
    font-size: 1.6rem;
  }
}
.post h4 {
  font-size: 2.1rem;
}
@media screen and (min-width: 768px) {
  .post h4 {
    font-size: 1.4rem;
  }
}
.post h5 {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .post h5 {
    font-size: 1.2rem;
  }
}
.post h6 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .post h6 {
    font-size: 1rem;
  }
}
.post a {
  color: #000;
  border-bottom: 1px dashed #000;
  margin-bottom: 2px;
  text-decoration: none;
}
.post a:hover {
  border-bottom: 3px solid #000;
  margin-bottom: 0;
}
.post .entry-header {
  border-bottom: 1px solid #ccc;
  padding: 0 1rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .post .entry-header {
    padding: 0 2rem 1rem;
  }
}
.post .entry-header a {
  color: #000;
}
.post .entry-summary {
  padding: 2rem 2rem 0;
}
.post .entry-summary a {
  color: #000;
}
.post .entry-meta {
  color: #666;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .post .entry-meta {
    font-size: 1rem;
  }
}
.post .entry-meta a {
  color: #666;
  margin-right: 1rem;
}
.post .entry-meta .updated:not(.published) {
  display: none;
}
.post .entry-title {
  font-size: 1.8rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .post .entry-title {
    font-size: 1.6rem;
  }
}
.post .entry-content {
  font-size: 1.5em;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .post .entry-content {
    font-size: 1.3em;
    padding: 0 2rem;
  }
}
.post .entry-content img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.post .entry-footer {
  padding: 0 2rem;
  font-size: 1.2rem;
  line-height: 2;
}
.post .entry-footer span {
  display: block;
}
.post .entry-footer .cat-links,
.post .entry-footer .tags-links {
  position: relative;
  padding-left: 1.5rem;
}
.post .entry-footer .cat-links .icon,
.post .entry-footer .tags-links .icon {
  color: #767676;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
}

.relatedarticle {
  margin: 5rem 0 2rem;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
}

.news-secondary {
  display: flex;
  flex-wrap: wrap;
}
.news-secondary section {
  width: 50%;
  padding: 0 5%;
}

#sfsi_plus_floater {
  display: none;
}

.page_member .member h2 {
  line-height: 1.4;
  margin: 0;
}
.page_member .catch {
  font-size: 1.4rem;
}
.page_member .plan_box {
  border: 2px dashed #000;
  background: #fff;
  padding: 2rem;
  margin-bottom: 3rem;
}
.page_member .plan_box h3 {
  text-align: center;
  margin: 1rem 0 2rem;
}
.page_member .plan_box p {
  font-size: 1.4rem;
  text-align: center;
}
.page_member .plan_box p:last-of-type {
  margin-bottom: 0;
}
.page_member .office_wrap {
  background: #fff;
}
.page_member .office_wrap .office {
  padding-top: 3rem;
}
.page_member .office_wrap .office h3 {
  padding: 0rem 0 1rem;
}
.page_member .office_wrap .office h3 a {
  border-bottom: 1px dotted #000;
  color: #000;
  text-decoration: none;
}
.page_member .office_wrap .office h3 a:hover {
  border-bottom: 1px dotted transparent;
}
.page_member .office_wrap .office .address {
  font-size: 1.2rem;
}
.page_member .office_wrap .office .address strong {
  font-weight: normal;
  color: #ff0000;
}

.page_access h3 {
  text-align: center;
  padding: 0 0 3rem;
}
.page_access .access_right {
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page_access .access_right {
    margin-top: 0;
    overflow: visible;
  }
}
.page_access .venueArea {
  margin: 2rem 0 0;
}
.page_access .venueArea::before {
  content: "";
  display: block;
  background: url("../img/access_bg_top.png") no-repeat center top;
  background-size: 100% auto;
  height: 3.8rem;
}
@media screen and (min-width: 768px) {
  .page_access .venueArea::before {
    height: 3rem;
  }
}
.page_access .venueArea::after {
  content: "";
  display: block;
  background: url("../img/access_bg_bottom.png") no-repeat center bottom;
  background-size: 100% auto;
  height: 3.8rem;
}
@media screen and (min-width: 768px) {
  .page_access .venueArea::after {
    height: 3rem;
  }
}
.page_access .venueArea .address {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: url("../img/access_bg_middle.png") repeat-y center;
  background-size: 100% auto;
  padding: 1rem 2rem;
}
.page_access .venueArea .address:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3rem;
  right: -3rem;
  width: 10rem;
  height: 10rem;
  background: url("../img/top_access_bg.png") no-repeat center;
  background-size: contain;
}
.page_access .venueArea dl {
  margin: 0;
}
.page_access .venueArea dl dt {
  font-size: 1.2rem;
}
.page_access .venueArea dl dd {
  padding: 0 0 1rem;
  margin: 0;
}
.page_access .venueArea dl dd:last-of-type {
  padding: 0;
}
.page_access #google_map,
.page_access #google_map_mitaka {
  height: 100%;
  min-height: 500px;
}
.page_access .status {
  background: #dcf1d7;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: 5rem;
  font-size: 1.4rem;
  line-height: 2;
}
.page_access .contact {
  margin: 2rem 0 1rem;
}
.page_access .button {
  display: inline-block;
  border: 2px dashed #000;
  border-radius: 3rem;
  line-height: 1;
  padding: 1rem 0;
  width: 80%;
  max-width: 300px;
  margin: 0 1rem 2rem;
  color: #000;
  text-decoration: none;
}
.page_access .button:last-of-type {
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  .page_access .button {
    width: 30%;
    max-width: 300px;
    margin: 0 1rem;
  }
}
.page_access .button::before {
  content: "";
  display: inline-block;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem 0 0;
  vertical-align: text-top;
}
.page_access .button.tel {
  background: #bbe6b2;
}
.page_access .button.tel::before {
  background-image: url("../img/icon_tel.png");
}
.page_access .button.form {
  background: #b0dbe7;
}
.page_access .button.form::before {
  background-image: url("../img/icon_mail.png");
}

.plan {
  padding: 5rem 0 0;
}
.plan h2 {
  width: 247px;
  margin: 0 auto 2rem;
}

.page_contact span.must {
  color: #29c2ed;
}
.page_contact .contact_form {
  background: #fff;
  border-radius: 1rem;
  line-height: 2;
  font-size: 1.2rem;
}
.page_contact .contact_form p {
  margin: 0;
}
.page_contact .contact_form .attention {
  font-size: 1rem;
}
.page_contact .group {
  display: block;
}
@media screen and (min-width: 768px) {
  .page_contact .group {
    display: flex;
  }
}
.page_contact .group .form-title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_contact .group .form-title {
    width: 30%;
  }
}
.page_contact .group .form-body {
  flex: 1;
}
.page_contact input[type=text],
.page_contact textarea {
  background: #eeeeee;
  border: 1px solid transparent;
}
.page_contact input[type=text]:focus,
.page_contact textarea:focus {
  border-color: #ccc;
  background: #fff;
}
.page_contact .with-errors {
  color: #ff0000;
}
.page_contact .btn {
  background: #b0dbe7;
  padding: 1rem 0;
  border-radius: 3rem;
  max-width: 240px;
  width: 80%;
  margin: 2rem 1rem 0;
  text-align: center;
  display: inline-block;
}
.page_contact .btn.back {
  background: #dbdbdb;
}

.concept {
  margin-top: -5rem;
}
.concept .about-info {
  background: url("../img/concept_bg.png") no-repeat center;
  background-size: auto 100%;
  font-size: 1.2rem;
  line-height: 2;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .concept .about-info {
    background-size: 100% auto;
  }
}
.concept .about-info .catch {
  padding: 0 0 2rem;
}
.concept .about-info .name {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  padding: 0.5rem 0 0;
  font-weight: bold;
}
.concept .about-info .name img {
  width: 2rem;
  height: auto;
}
.concept .company {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  padding: 5rem 0;
}
.concept .company .operating {
  display: flex;
  flex-direction: column;
}
.concept .company .operating h3 {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.2rem;
  border-bottom: 1px dashed #000;
  text-align: center;
}
.concept .company .operating span.ja {
  padding: 0;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept .company .operating span.ja {
    padding: 0 0 2rem;
  }
}
.concept .company .description {
  line-height: 2.4;
}
.concept .company .description table {
  margin: auto;
}
.concept .company .description table th {
  white-space: nowrap;
  vertical-align: top;
  line-height: 1.5;
  padding: 0.5em 0;
}
.concept .company .description table td {
  vertical-align: top;
  padding: 0.5em 0 0.5em 1em;
  line-height: 1.5;
}
.concept .company .button {
  display: block;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  max-width: 300px;
  margin: 3rem 0 0;
}
.concept .company .button:hover {
  background: #000;
  color: #fff;
}
.concept .company .button:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
}

.page_family .contact {
  font-size: 1.4rem;
}
.page_family .contact .row {
  align-items: center;
}
.page_family .contact_btn {
  display: block;
  background: #bbe6b2;
  color: #000;
  border: 2px solid #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  max-width: 300px;
  margin: 3rem 0 0;
}
.page_family .contact_btn:hover {
  background: #000;
  color: #fff;
}
.page_family .contact_btn:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
}
.page_family .purpose {
  padding-bottom: 5rem;
}
.page_family .purpose h2 {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  padding: 5rem 0 0;
}
.page_family .purpose .sub-title {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page_family .purpose .sub-title {
    padding: 0 0 5rem;
  }
}
.page_family .purpose .purpose_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_family .purpose .purpose_text {
    padding: 7rem 0 0;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.page_family .activity {
  background: #27333b;
  padding-bottom: 5rem;
}
.page_family .activity h2 {
  margin: 1rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .page_family .activity h2 {
    margin: 1rem -5rem 5rem;
  }
}
.page_family .activity h2 img {
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .page_family .activity h2 img {
    height: auto;
  }
}
.page_family .activity_box {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page_family .activity_box {
    border-width: 2px 0 0 2px;
    border-color: #fff;
    border-style: dashed;
    width: 100%;
  }
}
.page_family .activity_item {
  border-width: 2px 2px 0 2px;
  border-color: #fff;
  border-style: dashed;
  color: #fff;
  width: 100%;
}
.page_family .activity_item:last-of-type {
  border-width: 2px 0 0;
}
@media screen and (min-width: 768px) {
  .page_family .activity_item:last-of-type {
    border-width: 0 2px 2px 0;
  }
}
@media screen and (min-width: 768px) {
  .page_family .activity_item {
    border-width: 0 2px 2px 0;
    border-color: #fff;
    border-style: dashed;
    width: 33.33%;
  }
}
.page_family .activity_photo {
  padding: 2rem;
}
.page_family .activity_photo:last-of-type {
  padding-bottom: 2rem;
}
.page_family .activity_text {
  padding: 0 2rem 2rem;
  line-height: 2;
  font-size: 1.2rem;
  text-align: justify;
}
.page_family .activity_comment {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  margin: 0 0 3rem;
}
.page_family .activity_comment br {
  display: none;
}
@media screen and (min-width: 768px) {
  .page_family .activity_comment br.pc {
    display: block;
  }
}
.page_family .supporter {
  padding: 5rem 0;
}
.page_family .supporter h3 {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.page_family .supporter .sub-title {
  padding: 0 0 2rem;
}
.page_family .supporter b {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}
.page_family .supporter p {
  margin-bottom: 2rem;
}
.page_family .supporter .supporter_box {
  background: #fff;
  border: 2px dashed #000;
}
.page_family .supporter h4 {
  margin-bottom: 1rem;
}
.page_family .supporter h4 span {
  font-size: 0.8em;
}
.page_family .supporter h4 a {
  color: #000;
}
.page_family .supporter h4 a:hover {
  text-decoration: none;
}
.page_family .supporter .limited {
  background: #46667a;
  border-radius: 1rem;
  line-height: 1;
  padding: 0.5em;
  color: #fff;
  margin: 0 0 1rem;
}
.page_family .supporter ul {
  text-align: left;
  list-style: none;
  margin: 0;
}
.page_family .supporter ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.page_family .supporter ul li:before {
  content: "•";
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  left: 0.2em;
}
.page_family .supporter .supporter_logo {
  padding: 0.5rem 0.5rem 0;
}
.page_family .supporter .supporter_detail {
  padding: 1rem;
}
.page_family .supporter .supporter_catch {
  padding: 1.7rem 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #458fbb;
}
.page_family .price {
  background: #b9e3b2;
  padding: 5rem 0;
}
.page_family .price h3 {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.page_family .price .sub-title {
  padding: 0 0 2rem;
}
.page_family .price b {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}
.page_family .price p {
  margin-bottom: 2rem;
}
.page_family .price .dropin {
  padding: 1.7rem 0 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.page_family .kigaru {
  padding: 5rem 0;
  font-size: 1.4rem;
  line-height: 2.4;
  font-weight: bold;
}
.page_family .kigaru_box {
  display: flex;
}
.page_family .kigaru_text {
  margin: auto;
}
.page_family .kigaru_text span {
  position: relative;
}
.page_family .kigaru_text span::after {
  content: "シードプレイスファミリー";
  position: absolute;
  top: -0.7rem;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1;
}
.page_family .flow h3 {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.page_family .flow .sub-title {
  padding: 0 0 2rem;
}
.page_family .flow .flow_box {
  background: #fff;
  border: 2px dashed #000;
  padding: 3rem 0;
  margin: 0 0 3rem;
}
.page_family .flow .flow_box:last-of-type {
  margin: 0;
}
.page_family .flow .flow_box h4 {
  padding: 0 0 3rem;
}
.page_family .flow .flow_box h4 img {
  height: 12rem;
  width: auto;
}
.page_family .flow .flow_box .flow_illust {
  padding: 3rem 0 0;
}
.page_family .flow .flow_box .flow_illust img {
  height: 15rem;
  width: auto;
}
.page_family .flow .flow_box .flow_btn {
  display: block;
  background: #b0dbe7;
  color: #000;
  border: 2px dashed #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  max-width: 300px;
  width: 80%;
  margin: 3rem auto 0;
}
.page_family .flow .flow_box .flow_btn:hover {
  background: #000;
  color: #fff;
}
.page_family .flow .flow_box .flow_btn:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
}

.page_support .catch {
  font-size: 1.4rem;
}
.page_support .catch .row {
  align-items: center;
}
.page_support .catch .support_box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_support .catch .support_box {
    text-align: left;
  }
}
.page_support .catch .support_title {
  position: relative;
}
.page_support .catch .support_title::after, .page_support .catch .support_title::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 1.5rem;
  height: 1.5rem;
}
.page_support .catch .support_title::before {
  background-image: url("../img/support_title01.png");
  top: -0.5rem;
  left: -1.6rem;
}
.page_support .catch .support_title::after {
  background-image: url("../img/support_title02.png");
  bottom: -0.5rem;
  right: -1.6rem;
}
.page_support .catch .support_catch {
  padding: 4rem 0 0;
}
.page_support .nayami {
  background: rgba(255, 255, 255, 0.6);
  margin-top: 5rem;
  padding: 5rem 0;
}
.page_support .nayami .total_support {
  display: flex;
  justify-content: center;
  padding: 5rem 0;
}
.page_support .nayami .total_support_illsut {
  width: 20%;
}
.page_support .nayami .total_support_text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-right: 0;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .page_support .nayami .total_support_text {
    margin-right: 20%;
    flex: none;
    padding-bottom: 2rem;
  }
}
.page_support .nayami .service_box {
  background: #fff;
  border: 2px dashed #000;
  padding: 3rem 0;
  margin: 0 0 3rem;
  text-align: center;
}
.page_support .nayami .service_box:last-of-type {
  margin: 0;
}
.page_support .nayami .service_box h4 {
  padding: 0 0 3rem;
  margin: 0;
}
.page_support .nayami .service_box h4 img {
  height: 8rem;
  width: auto;
}
.page_support .nayami .service_box .service_text {
  letter-spacing: 3px;
  font-size: 1.2rem;
}
.page_support .nayami .service_box .service_illust {
  padding: 2rem 0 3rem;
}
.page_support .nayami .service_box .service_illust img {
  max-height: 15rem;
  max-width: 100%;
  height: auto;
  width: auto;
}
.page_support .nayami .service_box .service_description {
  width: 90%;
  margin: 0 auto;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .page_support .nayami .service_box .service_description {
    width: 60%;
  }
}
.page_support .price {
  background: #bbe6b2;
  padding: 5rem 0;
}
.page_support .price h3 {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.page_support .price .sub-title {
  padding: 0 0 2rem;
}
.page_support .price .support_plan {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .page_support .price .support_plan {
    line-height: 1;
  }
}
.page_support .price .support_plan b {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.4em;
  vertical-align: sub;
}
.page_support .price .support_plan strong {
  display: inline-block;
  border: 2px dashed #000;
  background: #fff;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  line-height: 1;
  vertical-align: text-top;
  margin-bottom: 1rem;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .page_support .price .support_plan strong {
    margin-bottom: 0;
    margin-right: 1.2rem;
    vertical-align: baseline;
  }
}
.page_support .price p {
  margin-bottom: 2rem;
}
.page_support .faq {
  padding: 5rem 0;
}
.page_support .faq h3 {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.page_support .faq .sub-title {
  padding: 0 0 2rem;
}
.page_support .faq .faq_box {
  background: #fff;
  margin: 0 0 3rem;
}
.page_support .faq .faq_box:last-of-type {
  margin: 0;
}
.page_support .faq .faq_box .faq_item {
  display: flex;
  padding: 1rem 3rem 1rem 2rem;
  text-align: left;
  line-height: 2;
}
.page_support .faq .faq_box .question {
  border: 2px solid #000;
  position: relative;
}
.page_support .faq .faq_box .question::after {
  display: block;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 2em;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -1em;
}
.page_support .faq .faq_box .question.active::after {
  content: "\f068";
}
.page_support .faq .faq_box .question.js-none::after {
  display: none;
}
.page_support .faq .faq_box .answer {
  border: 2px dashed #000;
  border-top: none;
}

.page_recruit .recruit {
  padding-bottom: 5rem;
  line-height: 2;
}
.page_recruit .recruit .catch {
  font-size: 1.4rem;
  font-weight: bold;
}
.page_recruit .recruit .map {
  padding: 2rem 0;
  margin: auto;
  width: 90%;
  max-width: 600px;
}
.page_recruit .owner_image {
  background: #27333b;
  color: #fff;
  padding: 5rem 0;
}
.page_recruit .owner_image ul {
  list-style: none;
  margin: 3rem 0 0;
}
.page_recruit .owner_image ul li {
  margin: 1.5rem 0 0;
  font-size: 1.2rem;
}
.page_recruit .merit {
  background: rgba(255, 255, 255, 0.6);
  padding-top: 5rem;
}
.page_recruit .merit h3 {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.page_recruit .merit .sub-title {
  padding: 0;
}
.page_recruit .merit .description {
  padding: 5rem 0;
}
.page_recruit .merit .merit_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page_recruit .merit .merit_box .merit_item {
  width: 44%;
  margin: 0 3% 0.5rem;
}
@media screen and (min-width: 768px) {
  .page_recruit .merit .merit_box .merit_item {
    width: 22%;
    margin: 0 1.5% 2rem;
  }
}
.page_recruit .merit .illust {
  padding: 3rem 0 5rem;
}
.page_recruit .merit .illust img {
  width: 90%;
  max-width: 600px;
}
.page_recruit .area {
  color: #fff;
  background: #27333b;
  padding: 1.5rem 0;
}
.page_recruit .area .area_box {
  margin: 0 4px;
  background-image: url("../img/area_dot3.png"), url("../img/area_dot3.png"), url("../img/area_dot3.png"), url("../img/area_dot3.png");
  background-size: 15px auto;
  background-position: center -3px, center calc(100% + 4px), -3px center, calc(100% + 4px) center;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}
@media screen and (min-width: 768px) {
  .page_recruit .area .area_box {
    background-size: 30px auto;
    background-position: center -6px, center calc(100% + 8px), -7px center, calc(100% + 8px) center;
  }
}
.page_recruit .area .area_inner {
  background-image: url("../img/area_top_left.png"), url("../img/area_top_center.png"), url("../img/area_top_right.png"), url("../img/area_bottom_left.png"), url("../img/area_bottom_center.png"), url("../img/area_bottom_right.png"), url("../img/area_middle_left.png"), url("../img/area_middle_right.png");
  background-size: 40px auto;
  background-position: left top, center top, right top, left bottom, center bottom, right bottom, left center, right center;
  background-repeat: no-repeat;
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .page_recruit .area .area_inner {
    padding: 4rem 0 0;
    background-size: 80px auto;
  }
}
.page_recruit .area h3 {
  color: #27333b;
  background: url("../img/area_title_bg.png") no-repeat center;
  background-size: auto 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.7rem 0;
  margin: 0 0 3rem;
}
.page_recruit .area .area_text {
  text-align: center;
  padding: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .page_recruit .area .area_text {
    padding: 0 0 7rem;
  }
}
.page_recruit .area .price_text {
  text-align: center;
  padding: 0 0 3rem;
}
.page_recruit .area .fc_text {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 2px;
  padding: 0;
}
.page_recruit .area .entry_price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 3rem;
  font-size: 2rem;
  line-height: 1;
}
.page_recruit .area .entry_price .title {
  background: #fff;
  color: #000;
  border-radius: 2rem;
  font-size: 0.6em;
  padding: 0.4em 0.9em;
  margin: 0 2rem 0 0;
}
.page_recruit .area .entry_price del {
  text-decoration: none;
  position: relative;
  margin: 0 1rem 0 0;
}
.page_recruit .area .entry_price del:after {
  content: "";
  height: 2px;
  background: #f29c9f;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
}
.page_recruit .area .entry_price i.arrow {
  font-style: normal;
  margin: 0 1rem 0 0;
}
.page_recruit .area .entry_price strong {
  color: #f29c9f;
  font-size: 1.2em;
}
.page_recruit .area .entry_price strong span.limit {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  padding: 0 0 2px;
}
.page_recruit .flow {
  padding: 5rem 0;
}
.page_recruit .flow h3 {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.page_recruit .flow .sub-title {
  padding: 0 0 2rem;
}
.page_recruit .flow .flow_box {
  background: #fff;
  border: 2px dashed #000;
  padding: 3rem 0;
  margin: 0 0 3rem;
}
.page_recruit .flow .flow_box:last-of-type {
  margin: 0;
}
.page_recruit .flow .flow_box h4 {
  padding: 0 0 3rem;
}
.page_recruit .flow .flow_box h4 img {
  height: 12rem;
  width: auto;
}
.page_recruit .flow .flow_box .flow_text {
  padding: 0 1rem;
}
.page_recruit .flow .flow_box .flow_illust {
  padding: 3rem 1rem 0;
}
.page_recruit .flow .flow_box .flow_illust img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 15rem;
}
.page_recruit .flow .flow_box .flow_illust img.map {
  max-height: 20rem;
}
.page_recruit .flow .flow_box .flow_btn {
  display: block;
  background: #b0dbe7;
  color: #000;
  border: 2px dashed #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  max-width: 300px;
  width: 80%;
  margin: 3rem auto 0;
}
.page_recruit .flow .flow_box .flow_btn:hover {
  background: #000;
  color: #fff;
}
.page_recruit .flow .flow_box .flow_btn:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
}
.page_recruit .contact {
  background: #27333b;
  color: #fff;
  padding: 7rem 0;
  font-size: 1.2rem;
  position: relative;
}
.page_recruit .contact::after, .page_recruit .contact::before {
  content: "";
  display: block;
  width: 10vw;
  height: 10vw;
  max-width: 150px;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.page_recruit .contact::before {
  top: 0;
  left: 0;
  background-image: url("../img/recruit_contact_bg1.png");
}
.page_recruit .contact::after {
  top: 0;
  right: 0;
  background-image: url("../img/recruit_contact_bg2.png");
}
.page_recruit .contact .contact_box {
  align-items: center;
}
.page_recruit .contact .contact_box img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 112px;
}
.page_recruit .contact .contact_btn {
  display: block;
  background: #b0dbe7;
  color: #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: 1.5rem 0;
  border-radius: 3rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  max-width: 300px;
  width: 80%;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .page_recruit .contact .contact_btn {
    width: 100%;
  }
}
.page_recruit .contact .contact_btn:hover {
  background: #000;
  color: #fff;
}
.page_recruit .contact .contact_btn:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
}

.page_recruit_new .catch h2 {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.3rem;
  position: relative;
  margin: 0 0 3rem;
}
.page_recruit_new .catch h2:before, .page_recruit_new .catch h2:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: -0.2em;
}
.page_recruit_new .catch h2:before {
  background-image: url("../img/quote1.png");
}
.page_recruit_new .catch h2:after {
  background-image: url("../img/quote2.png");
  left: -0.5em;
}
.page_recruit_new .meeting {
  background: #e8f5e6;
}
.page_recruit_new .meeting_title {
  margin: 0 auto;
  width: 70%;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .page_recruit_new .meeting_title {
    width: 30%;
  }
}
.page_recruit_new .meeting_title img {
  margin: 0 0 1rem;
}
.page_recruit_new .meeting_num {
  width: 40%;
  position: relative;
  z-index: 2;
  margin-bottom: -1.5rem;
}
.page_recruit_new .meeting_photo {
  position: relative;
  z-index: 1;
}
.page_recruit_new .meeting_info {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 1rem 1.4rem 1rem 1.4rem;
  letter-spacing: 0.2rem;
  line-height: 1.8;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_recruit_new .meeting_info {
    margin-top: -2rem;
    padding: 1rem 0 1rem 1.4rem;
  }
}
.page_recruit_new .meeting h3 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 3rem -1rem;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_recruit_new .meeting h3 {
    font-size: 1.8rem;
    text-align: left;
  }
}
.page_recruit_new .meeting p {
  margin-bottom: 2rem;
}
.page_recruit_new .meeting .comment {
  font-size: 1.1rem;
  line-height: 2.4;
  letter-spacing: 0.1rem;
}
.page_recruit_new .meeting .comment strong {
  color: #75c366;
}
.page_recruit_new .recruitment_title {
  margin: 0 auto;
  width: 70%;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .page_recruit_new .recruitment_title {
    width: 30%;
  }
}
.page_recruit_new .recruitment_title img {
  margin: 0 0 1rem;
}
.page_recruit_new .recruitment_box {
  background: #fff;
  border: 2px dashed #000;
  padding: 1rem 1.5rem 3rem;
}
@media screen and (min-width: 768px) {
  .page_recruit_new .recruitment_box {
    padding: 3rem 0 1rem;
  }
}
.page_recruit_new .recruitment h3 {
  background: url("../img/recruit_title_bg.png") no-repeat center center;
  background-size: contain;
  text-align: center;
  color: #fff;
  width: 13rem;
  font-size: 1rem;
  padding: 1rem 0;
  letter-spacing: 0.2rem;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .page_recruit_new .recruitment .recruit_center h3 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .page_recruit_new .recruitment .recruit_center .recruitment_item {
    display: flex;
    justify-content: center;
  }
}
.page_recruit_new .recruitment_item {
  font-size: 1.1rem;
  line-height: 2.4;
  letter-spacing: 0rem;
}
.page_recruit_new .recruitment p {
  margin-bottom: 2rem;
}

.price_slide {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 10000;
  width: 50%;
  margin-left: -25%;
}
@media screen and (min-width: 768px) {
  .price_slide {
    width: 30%;
    margin-left: -15%;
  }
}

.page_plan h3 {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.page_plan .sub-title {
  padding: 0 0 2rem;
}
.page_plan .catch {
  font-size: 1.2rem;
  line-height: 2;
}
.page_plan .catch .row {
  align-items: center;
}
.page_plan .catch .support_box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_plan .catch .support_box {
    text-align: left;
  }
}
.page_plan .catch .support_title {
  position: relative;
}
.page_plan .catch .support_title::after, .page_plan .catch .support_title::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 1.5rem;
  height: 1.5rem;
}
.page_plan .catch .support_title::before {
  background-image: url("../img/support_title01.png");
  top: -0.5rem;
  left: -1.6rem;
}
.page_plan .catch .support_title::after {
  background-image: url("../img/support_title02.png");
  bottom: -0.5rem;
  right: -1.6rem;
}
.page_plan .catch .support_catch {
  padding: 0;
}
.page_plan .catch .support_catch h3 {
  margin: 0 0 2rem;
}
.page_plan .floormap {
  padding: 5rem 0;
}
.page_plan .floormap .image {
  background: #fff;
  padding: 1.5%;
}
.page_plan .floormap .image.fm {
  position: relative;
}
.page_plan .floormap .image.fm .fm_photo {
  position: absolute;
  text-indent: -9999px;
  text-align: left;
  z-index: 9;
  width: 5%;
  height: 5%;
}
.page_plan .floormap .image.fm .fm_photo_cofee {
  top: 74.5%;
  left: 50.5%;
}
.page_plan .floormap .image.fm .fm_photo_copy {
  top: 75%;
  left: 71%;
}
.page_plan .floormap .image.fm .fm_photo_free {
  top: 47%;
  left: 39.5%;
}
.page_plan .floormap .image.fm .fm_photo_kaigi {
  top: 23.8%;
  left: 6.5%;
}
.page_plan .floormap .image.fm .fm_photo_kotei {
  top: 54.5%;
  left: 76%;
}
.page_plan .floormap .image.fm .fm_photo_rocker {
  top: 77%;
  left: 45.5%;
}
.page_plan .floormap .image.fm .fm_photo_shoes {
  top: 34.8%;
  left: 51%;
}
.page_plan .floormap .image.fm .fm_photo_toilet {
  top: 23.8%;
  left: 19%;
}
.page_plan .plan_target {
  padding: 5rem 0;
  background: #27333b;
  color: #fff;
}
.page_plan .plan_target_box {
  border: 0.2rem dashed #fff;
  text-align: center;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page_plan .plan_target_box h4 {
  margin: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .page_plan .plan_target_box h4 {
    margin: 1rem 0;
  }
}
.page_plan .plan_target_desc {
  margin: 1rem 0 auto;
  line-height: 2;
}
.page_plan .plan_target a {
  border-radius: 2rem;
  border: 1px solid #fff;
  padding: 0.5rem 2rem;
  margin: 1rem auto 0;
  background: #fff;
  color: #27333b;
}
@media screen and (min-width: 768px) {
  .page_plan .plan_target a {
    padding: 0.5rem;
    margin: 2rem 0 0;
  }
}
.page_plan .plan_target a:hover {
  color: #fff;
  background: transparent;
  text-decoration: none;
}
.page_plan .pricelist {
  padding: 0 0 1rem;
  background: #27333b;
  color: #fff;
}
.page_plan .pricelist h2 {
  margin: 1rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .page_plan .pricelist h2 {
    margin: 1rem -5rem 3rem;
  }
}
.page_plan .pricelist h2 img {
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .page_plan .pricelist h2 img {
    height: auto;
  }
}
.page_plan .pricelist .planlist {
  display: flex;
  position: relative;
  max-width: 1470px;
  margin: auto;
  font-size: 0.8rem;
}
.page_plan .pricelist .option {
  font-size: 0.8rem;
  max-width: 1470px;
  margin: 0.5rem auto 0;
  padding: 1rem 1rem 0;
  display: flex;
  border-top: 2px dashed #fff;
}
.page_plan .pricelist .option .option_title {
  padding: 0 2rem 0 0;
  white-space: nowrap;
}
.page_plan .pricelist .option .space {
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page_plan .pricelist .option .space {
    height: auto;
    display: inline;
  }
}
.page_plan .pricelist .planlist_fixed {
  width: 160px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_plan .pricelist .planlist_fixed {
    width: 270px;
  }
}
.page_plan .pricelist .planlist_fixed .planlist_wrap {
  margin: auto;
  display: block;
  white-space: nowrap;
}
.page_plan .pricelist .planlist_fixed .planlist_wrap:nth-child(2n) {
  background: #3d484f;
}
.page_plan .pricelist .planlist_fixed .planlist_body,
.page_plan .pricelist .planlist_fixed .planlist_head {
  align-items: center;
  margin: auto;
}
.page_plan .pricelist .planlist_fixed .plan_menu {
  width: 160px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_plan .pricelist .planlist_fixed .plan_menu {
    width: 270px;
  }
}
.page_plan .pricelist .planlist_fixed .plan_menu img {
  height: 10rem;
  width: auto;
  margin-top: 1rem;
}
.page_plan .pricelist .planlist_fixed .planlist_body {
  padding: 1rem 0;
}
.page_plan .pricelist .planlist_fixed .planlist_body .plan_menu {
  text-align: left;
  padding: 0 1rem;
}
.page_plan .pricelist .planlist_fixed .planlist_head {
  padding: 0 0 1rem;
}
.page_plan .pricelist .planlist_fixed .planlist_head .plan_menu_title {
  padding: 0 0 2.5rem;
  background: url("../img/plan_menu_line.png") repeat-x left bottom;
  background-size: auto 2rem;
}
.page_plan .pricelist .planlist_fixed .planlist_head .plan_menu_title .daily {
  background: url("../img/plan_menu_title_line.png") repeat-y right;
  background-size: 1rem auto;
}
.page_plan .pricelist .planlist_fixed .plan_menu_title {
  display: flex;
}
.page_plan .pricelist .planlist_fixed .plan_menu_title .plan_menu_group {
  display: flex;
  padding: 1rem 0;
}
.page_plan .pricelist .planlist_fixed .plan_menu_title .plan_menu_group:last-child {
  padding: 0;
}
.page_plan .pricelist .planlist_fixed .plan_menu_title .plan_menu_group_title {
  text-align: left;
  width: 100%;
}
.page_plan .pricelist .planlist_fixed .plan_menu_title .plan_menu_group_title img {
  height: 3rem;
  width: auto;
}
.page_plan .pricelist .planlist_fixed .plan_menu_title .plan_menu_title_item {
  text-align: center;
  padding: 0 1rem 0 0.5rem;
  min-width: 10rem;
  white-space: nowrap;
}
.page_plan .pricelist .planlist_fixed .plan_menu_title .plan_menu_title_item:nth-child(6) {
  min-width: 12rem;
}
.page_plan .pricelist .planlist_fixed .plan_menu_title .plan_menu_title_item strong {
  font-size: 1.2rem;
}
.page_plan .pricelist .planlist_box {
  overflow: auto;
  max-width: 100%;
  padding: 0 0 1rem;
  display: inline;
  position: relative;
}
.page_plan .pricelist .planlist_box .swipe {
  content: "";
  display: block;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  width: 7rem;
  margin-left: -3.5rem;
}
@media screen and (min-width: 768px) {
  .page_plan .pricelist .planlist_box .swipe {
    display: none;
  }
}
.page_plan .pricelist .planlist_box .swipe.active {
  animation: swipeImg 1s;
}
.page_plan .pricelist .planlist_box .planlist_wrap {
  margin: auto;
  display: inline-block;
}
.page_plan .pricelist .planlist_box .planlist_wrap:nth-child(2n) .plan_menu_title_item {
  background: #3d484f;
}
.page_plan .pricelist .planlist_box .planlist_body,
.page_plan .pricelist .planlist_box .planlist_head {
  align-items: center;
  margin: auto;
}
.page_plan .pricelist .planlist_box .plan_menu {
  float: left;
  width: 300px;
  text-align: center;
}
.page_plan .pricelist .planlist_box .plan_menu img {
  height: 10rem;
  width: auto;
}
.page_plan .pricelist .planlist_box .planlist_body .plan_menu {
  text-align: left;
  padding: 0 1rem 0 3rem;
}
.page_plan .pricelist .planlist_box .planlist_head {
  display: inline-block;
  padding: 0 0 1rem;
}
.page_plan .pricelist .planlist_box .planlist_head .plan_menu_title {
  padding: 0 0 2.5rem;
  background: url("../img/plan_menu_line.png") repeat-x left bottom;
  background-size: auto 2rem;
}
.page_plan .pricelist .planlist_box .planlist_head .plan_menu_title .daily {
  background: url("../img/plan_menu_title_line.png") repeat-y right;
  background-size: 1rem auto;
}
.page_plan .pricelist .planlist_box .plan_menu_title {
  display: flex;
}
.page_plan .pricelist .planlist_box .plan_menu_title .plan_menu_group {
  display: flex;
  padding: 1rem 0;
}
.page_plan .pricelist .planlist_box .plan_menu_title .plan_menu_group:last-child {
  padding: 0;
}
.page_plan .pricelist .planlist_box .plan_menu_title .plan_menu_group_title {
  text-align: left;
  width: 100%;
}
.page_plan .pricelist .planlist_box .plan_menu_title .plan_menu_group_title img {
  height: 3rem;
  width: auto;
}
.page_plan .pricelist .planlist_box .plan_menu_title .plan_menu_title_item {
  text-align: center;
  padding: 1rem 1rem 1rem 0.5rem;
  min-width: 10rem;
  white-space: nowrap;
}
.page_plan .pricelist .planlist_box .plan_menu_title .plan_menu_title_item:nth-child(6) {
  min-width: 12rem;
}
.page_plan .pricelist .planlist_box .plan_menu_title .plan_menu_title_item strong {
  font-size: 1.2rem;
}
.page_plan .pricelist .planlist_box .plan_menu_title .daily .plan_menu_group .plan_menu_title_item:last-of-type {
  padding-right: 3rem;
}
.page_plan .pricelist .scroll {
  position: absolute;
  bottom: -1rem;
  right: 0;
  padding: 0;
}
.page_plan .pricelist .scroll .custom-range {
  border: none;
}
.page_plan .facility {
  padding: 5rem 0;
}
.page_plan .facility .facility-box {
  display: flex;
  padding: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page_plan .facility .facility-box {
    padding: 0 3rem;
  }
}
.page_plan .facility .facility-box .item {
  width: 50%;
  text-align: center;
  padding: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .page_plan .facility .facility-box .item {
    width: 20%;
    text-align: center;
    padding: 1rem 0 0;
  }
}
.page_plan .introduction {
  padding: 5rem 0;
}
.page_plan .introduction.spot {
  background: #d8f2d6;
}
.page_plan .introduction h3.target_title {
  font-size: 1.6rem;
  margin: 3rem 0;
  border-bottom: 1px dashed #000;
  padding: 1rem 0 1rem;
  line-height: 1;
}
.page_plan .introduction .intro_box {
  background: #fff;
  border: 2px dashed #000;
  padding: 2rem;
  line-height: 2.5;
  margin: 2rem 0 0;
}
.page_plan .introduction .intro_box .title {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.page_plan .introduction .intro_box .title .icon {
  width: 30%;
  max-width: 100px;
}
.page_plan .introduction .intro_box .title .text {
  flex: 1;
  text-align: left;
  padding: 0 0 0 1rem;
  line-height: 1.5;
}
.page_plan .introduction .intro_box .description {
  text-align: left;
  padding: 1.5rem 0 0;
  font-weight: bold;
}
.page_plan .introduction .intro_box .price {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 2rem 0 0;
}
.page_plan .introduction .intro_box .price strong {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-style: italic;
  text-align: left;
}
.page_plan .introduction .intro_box .price strong i {
  position: relative;
  z-index: 2;
}
.page_plan .introduction .intro_box .price strong b {
  font-size: 2rem;
}
.page_plan .introduction .intro_box .price span {
  font-size: 0.8rem;
  color: #666;
  display: inline-block;
  margin: 1rem 0 0;
  text-align: left;
}
.page_plan .introduction .intro_box .time {
  margin: 4rem 0 0;
  background: #d8f2d3;
}
.page_plan .introduction .intro_box .time dl {
  display: flex;
  text-align: left;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
  margin: 0;
}
.page_plan .introduction .intro_box .time dl:last-of-type {
  border: none;
}
.page_plan .introduction .intro_box .time dl dt {
  padding: 1.5rem;
  margin: 0;
  min-width: 7rem;
}
.page_plan .introduction .intro_box .time dl dd {
  padding: 1.5rem 0.5rem 1.5rem 0;
  margin: 0;
  flex: 1;
}
.page_plan .introduction .intro_box .time dl span.tag {
  display: inline-block;
  background: #fff;
  border-radius: 1rem;
  padding: 0.3rem 0.4rem;
  margin: 0 0.3rem 0.5rem 0;
  font-size: 0.8em;
}
.page_plan .introduction .intro_box .contact {
  padding: 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .page_plan .introduction .intro_box .contact {
    padding: 0;
  }
}
.page_plan .introduction .intro_box .contact .contact_btn {
  display: block;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  max-width: 300px;
  margin: 4rem 0 0;
}
.page_plan .introduction .intro_box .contact .contact_btn:hover {
  background: #000;
  color: #fff;
}
.page_plan .introduction .intro_box .contact .contact_btn:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
}
.page_plan .introduction .intro_box .photo {
  margin: 0 0 2rem;
}
.page_plan .introduction .intro_box .photo:last-of-type {
  margin: 0;
}
.page_plan .introduction .intro_box .calendar {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page_plan .introduction .intro_box .calendar {
    flex-direction: column;
  }
}
.page_plan .introduction .intro_box .calendar iframe {
  width: 600px;
  max-width: 100%;
}
.page_plan .outline {
  background: #b9e3b2;
  padding: 5rem 0 6rem;
}
.page_plan .outline .description {
  padding: 2rem 0 0;
}
.page_plan .flow {
  background: #fff;
  padding: 5rem 0;
}
.page_plan .flow h3 {
  font-family: "Bitter", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.page_plan .flow .sub-title {
  padding: 0 0 2rem;
}
.page_plan .flow .flow_box {
  background: #fff;
  border: 2px dashed #000;
  padding: 3rem 0;
  margin: 0 0 3rem;
}
.page_plan .flow .flow_box:last-of-type {
  margin: 0;
}
.page_plan .flow .flow_box h4 {
  padding: 0 0 3rem;
}
.page_plan .flow .flow_box h4 img {
  height: 12rem;
  width: auto;
}
.page_plan .flow .flow_box .flow_illust {
  padding: 3rem 0 0;
}
.page_plan .flow .flow_box .flow_illust img {
  height: 15rem;
  width: auto;
}
.page_plan .flow .flow_box .flow_btn {
  display: block;
  background: #b0dbe7;
  color: #000;
  border: 2px dashed #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  max-width: 300px;
  width: 80%;
  margin: 3rem auto 0;
}
.page_plan .flow .flow_box .flow_btn:hover {
  background: #000;
  color: #fff;
}
.page_plan .flow .flow_box .flow_btn:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
}
.page_plan .flow .recruit {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page_plan .flow h2 {
  height: 5rem;
}
.page_plan .flow h2 img {
  height: 100%;
  width: auto;
}
.page_plan .flow .recruit02 h2 {
  height: 7.6rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page_plan .flow .recruit02 h2 {
    margin: -2rem 0 0;
  }
}
.page_plan .flow .recruit_description {
  height: 4rem;
  margin: 2rem 0;
}
.page_plan .flow .recruit_description img {
  height: 100%;
  width: auto;
}
.page_plan .flow .recruit02 .recruit_description {
  height: 5.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .page_plan .flow .recruit02 .recruit_description {
    height: 4rem;
    margin: 2rem 0;
  }
}
.page_plan .flow .recruit_btn {
  display: block;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  text-decoration: none;
  position: relative;
  margin: 50% auto 0;
  text-align: center;
  width: 50%;
  max-width: 300px;
}
.page_plan .flow .recruit_btn:hover {
  background: #000;
  color: #fff;
}
.page_plan .flow .recruit_btn:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
}
.page_plan .flow .recruit03 .recruit_btn {
  color: #00abed;
  border-color: #00abed;
}
.page_plan .flow .recruit03 .recruit_btn:hover {
  background: #00abed;
  color: #fff;
}

@keyframes swipeImg {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(5px, 0);
  }
  40% {
    transform: translate(-5px, 0);
  }
  60% {
    transform: translate(5px, 0);
  }
  80% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.fm_popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10003;
  overflow: hidden;
}
.fm_popup_image {
  max-width: 80%;
  max-height: 80%;
  overflow: hidden;
  border-radius: 10px;
  border: 5px solid #fff;
}
.fm_popup:after {
  content: "\f00d";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: #fff;
}/*# sourceMappingURL=style.css.map */