@charset "UTF-8";
.page {
  padding-top: 160px;
}
.page section {
  margin-bottom: 140px;
}
.page .h_style {
  position: relative;
  margin-bottom: 50px;
}
.page .h_style:before {
  position: absolute;
  top: -35px;
  left: -20px;
  z-index: -1;
  display: block;
  content: "";
  width: 100px;
  height: 110px;
  -webkit-clip-path: polygon(0 20px, 50% 0, 100% 20px, 100% 90px, 50% 100%, 0 90px);
          clip-path: polygon(0 20px, 50% 0, 100% 20px, 100% 90px, 50% 100%, 0 90px);
  background: #fafafa;
}
.page .h_style b {
  font-size: 32px;
  font-size: 2rem;
}
.page .item_card article h3 {
  font-size: 22px;
  font-size: 1.375rem;
}
.page .sec_contact .h_style:before {
  display: none;
}
.page article h3 {
  margin-bottom: 10px;
}
.page article p + h2,
.page article p + h3 {
  margin-top: 40px;
}
.page article p + ul {
  margin-top: 20px;
}
.page article ul {
  margin-bottom: 40px;
}
.page article ul li {
  margin-left: 1em;
  list-style: disc;
}
@media all and (max-width: 728px) {
  .page section {
    margin-bottom: 80px;
  }
}

.page_visual {
  position: relative;
  margin-bottom: 80px;
}
.page_visual .visual {
  margin-left: auto;
}
.page_visual .visual::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 228, 23, 0.8);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
.page_visual .visual:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: rgba(243, 130, 0, 0.8);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.page_visual .photo_img:before {
  padding-top: 30%;
}
.page_visual .photo_img img {
  display: block;
}
.page_visual .page_title {
  bottom: 0px;
  left: 0;
  z-index: 1;
  padding: 0 100px 30px 5%;
  background: #fff;
}
@media all and (max-width: 728px) {
  .page_visual .visual {
    display: flex;
    flex-direction: column;
  }
  .page_visual .visual:before {
    bottom: -30px;
  }
  .page_visual .visual:after {
    bottom: -30px;
  }
  .page_visual .photo_img:before {
    padding-top: 45%;
  }
  .page_visual .page_title {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 5%;
  }
}

/*---------------------------------------------------------
お知らせ
---------------------------------------------------------*/
.news_list .item {
  margin-bottom: 60px;
}

table {
  width: 100%;
  margin-bottom: 60px;
}
table thead th {
  padding: 5px 0;
  font-size: 22px;
  font-size: 1.375rem;
  background: #ffef29;
}
table tbody th,
table tbody td {
  padding: 12px 0;
  border-bottom: 1px dashed #707070;
}
table tbody th {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
table tbody td {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}
table tbody td + th {
  padding-left: 1em;
}
table tbody td b {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
  word-spacing: 0.4em;
  color: #f38200;
  padding-right: 10px;
}
table tbody td b em {
  padding-left: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
table .jinai_bg {
  padding-left: 20px;
  color: #fff;
  background: #07ad9b;
}

.b_space {
  border-spacing: 4px;
}

.text_border {
  position: relative;
}
.text_border:before {
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: inline-block;
  content: "";
  width: 100%;
  height: 5px;
  background: #ffef29;
}

/*---------------------------------------------------------
入会案内
---------------------------------------------------------*/
.message {
  margin-bottom: 120px;
}
.message .photo_img:before {
  padding-top: 120.9090909091%;
}

.flow {
  padding: 60px 0 60px 0;
  background: #f2f2ea;
  overflow: hidden;
}
.flow .flow_slide {
  position: relative;
}
.flow .flow_box {
  margin-left: 10vw;
  padding-right: 40px;
  counter-reset: number 0;
}
.flow .flow_box .flow_card {
  position: relative;
  padding: 60px 20px;
  min-height: 330px;
  background: #fff;
}
.flow .flow_box .flow_card:before {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  color: #f38200;
}
.flow .flow_box .flow_card:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 0;
  border-color: #f38200 transparent transparent transparent;
}
.flow .flow_box .flow_card h3 {
  margin-bottom: 30px;
  text-align: center;
}

.swiper-scrollbar {
  left: 0 !important;
  bottom: -20px !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: #f38200;
}

.personal .flow_box {
  margin-left: -50px;
  margin-bottom: 30px;
  padding-right: 0;
}
.personal .flow_box .flow_card {
  min-height: 100%;
}

/*---------------------------------------------------------
施設案内
---------------------------------------------------------*/
.page_facility .item_card {
  margin-bottom: 80px;
}
.page_facility .item_card article {
  width: 60%;
}
.page_facility .item_card .photo_img {
  width: 50vw;
  margin-left: calc(50% - 50vw);
}
.page_facility .item_card.figure_right .photo_img {
  width: 50vw;
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
.page_facility .gallery_slide1F,
.page_facility .gallery_slide3F {
  overflow: hidden;
}
@media all and (max-width: 728px) {
  .page_facility .item_card article {
    width: 100%;
  }
  .page_facility .item_card .photo_img {
    width: 100vw;
    margin-bottom: 20px;
  }
  .page_facility .item_card.figure_right .photo_img {
    width: 100vw;
    margin-bottom: 20px;
  }
}

.items {
  margin-bottom: 60px;
}

.floor_1 figcaption,
.floor_3 figcaption {
  position: absolute;
  top: 0;
  width: 140px;
  height: 140px;
  text-align: center;
  line-height: 140px;
  color: #fff;
  font-size: 53px;
  font-size: 3.3125rem;
  font-weight: 600;
}

.floor_1 h3 {
  color: #ffe417;
}
.floor_1 h3:before {
  background: linear-gradient(to bottom, #ffe417, #e9fc84) !important;
}
.floor_1 figcaption {
  right: 0;
  background: #ffe417;
}

.floor_3 h3 {
  color: #f38200;
}
.floor_3 figcaption {
  background: #f38200;
}

/*---------------------------------------------------------
FAQ
---------------------------------------------------------*/
.page_faq .border_h {
  margin-bottom: 30px;
}

.item_faq {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.item_faq:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.item_faq h3 {
  display: flex;
  margin-bottom: 20px;
}
.item_faq h3:before {
  display: block;
  content: "Q";
  margin-right: 20px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #f38200;
}
.item_faq h3 span {
  width: calc(100% - 45px);
}
.item_faq > div {
  display: flex;
  justify-content: space-between;
}
.item_faq > div:before {
  display: block;
  content: "A";
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 4px;
  background: #ffe417;
}
.item_faq > div article {
  width: calc(100% - 45px);
}

/*-------------------------------------------------
single
-------------------------------------------------*/
.single {
  padding-bottom: 140px;
}
.single .thumbnail {
  max-width: 1032px;
  margin: 0 auto 60px;
  border-radius: 20px;
}
.single .thumbnail:before {
  padding-top: 64.5348837209%;
}
.single .thumbnail img {
  border-radius: 20px;
}
.single .wrap {
  max-width: 720px;
}
.single h1 {
  margin-bottom: 30px;
  color: #363636;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
}
.single h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
}
.single time {
  display: block;
  margin-bottom: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
.single p {
  margin-bottom: 1.5em;
}
.single .photo {
  margin-bottom: 50px;
}
.single .cate_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.single .cate_area .cate {
  margin-bottom: 0;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  background: #363636;
}
.single .cate_area time {
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 1;
}
@media all and (max-width: 728px) {
  .single {
    padding-bottom: 60px;
  }
  .single .thumbnail {
    width: 90%;
  }
  .single h1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3846153846;
    letter-spacing: 0.13em;
  }
  .single h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}

.share_area ul {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid #000;
}
.share_area ul li {
  margin: 0 10px;
}
.share_area ul .next {
  margin-left: auto;
  margin-right: 0;
}
.share_area ul .prev {
  margin-left: 0;
  margin-right: auto;
}
.share_area ul .next a, .share_area ul .prev a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 2.5px;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  background: #000;
}
.share_area ul .next a i, .share_area ul .prev a i {
  top: 4px;
}
.share_area ul i {
  font-size: 24px;
  font-size: 1.5rem;
}
.share_area ul .icon-facebook, .share_area ul .icon-twitter {
  display: block;
  margin-top: 2px;
}
@media all and (max-width: 728px) {
  .share_area {
    margin-bottom: 40px;
  }
}

/*-------------------------------------------------
プロジェクト
-------------------------------------------------*/
.project_single {
  padding-top: 562px;
}
.project_single .visual {
  width: 82.58%;
  top: 102px;
  border-radius: 16px 0 0 16px;
}
.project_single .visual:after {
  padding-top: 46.0992907801%;
}
.project_single .cate {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.project_single .excerpt {
  margin-bottom: 50px;
  font-weight: 600;
}
@media all and (max-width: 728px) {
  .project_single {
    padding-top: 230px;
  }
}

/*-------------------------------------------------
コラム
-------------------------------------------------*/
/*-------------------------------------------------
wpデフォルトClass
-------------------------------------------------*/
.wp-block-image {
  margin-bottom: 40px;
  border-radius: 16px;
}

.wp-block-separator {
  margin: 60px 0;
  border-bottom: 1px dashed #000;
}

/*-------------------------------------------------
お問い合せ
-------------------------------------------------*/
.page_contact h2 {
  margin-bottom: 20px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  display: inline-block;
  margin-left: 2em;
}
@media all and (max-width: 728px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    display: block;
    margin-left: 0;
  }
}

@media all and (max-width: 728px) {
  .mw_wp_form .horizontal-item {
    display: block;
    margin-bottom: 10px;
  }
}
.contact_box {
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 40px;
  background: #fdfcfa;
}
.contact_box .text {
  width: calc(100% - 300px);
  margin: 0;
}
.contact_box .tel_area {
  width: 300px;
  text-align: center;
  border-left: 1px dashed #0a1c3b;
}
.contact_box .tel_area p {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.contact_box .tel_area h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}
.contact_box .tel_area h3 small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
@media all and (max-width: 728px) {
  .contact_box {
    flex-direction: column;
  }
  .contact_box .text {
    width: 100%;
    margin: 0 0 30px;
  }
  .contact_box .tel_area {
    width: 100%;
    border-left: none;
  }
}

.form {
  /*
  .wpcf7-list-item-label {
  	box-sizing: border-box;
  	position: relative;
  	display: inline-block;
  	margin: 0 20px 0 0;
  	padding: 0 0 0 20px;
  	vertical-align: middle;
  	cursor: pointer;
  	&:after {
  		position: absolute;
  		top: 50%;
  		left: 0;
  		display: block;
  		margin-top: -8px;
  		width: 14px;
  		height: 14px;
  		background : #fff;
  		border : 1px solid #818A8E;
  		content: '';
  		z-index: 1;
  	}
  	&:before {
  		position: absolute;
  		top: 50%;
  		left: 5px;
  		display: block;
  		margin-top: -8px;
  		width: 6px;
  		height: 9px;
  		border-right: 2px solid #014A88;
  		border-bottom: 2px solid #014A88;
  		transform: rotate(45deg);
  		content: '';
  		opacity: 0;
  		z-index: 10;
  	}
  }
  */
}
.form .border_h {
  margin-bottom: 30px;
}
.form p {
  margin-bottom: 40px;
}
.form a {
  text-decoration: underline;
}
.form dl {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.form dl.align_top {
  align-items: flex-start;
}
.form dt {
  width: 15em;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 600;
}
.form dt em {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  padding: 4px 6px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 3px;
  background: #da1919;
}
.form dd {
  width: calc(100% - 15em);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
.form dd textarea {
  padding: 1em;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d5d5d5;
}
.form .checkbox_field {
  width: calc(80% - 15em);
}
.form .mwform-checkbox-field {
  white-space: nowrap;
}
.form input,
.form textarea {
  font-size: 15px;
  font-size: 0.9375rem;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel] {
  width: 100%;
  max-width: 700px;
  padding: 18px 20px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}
.form #confirm_mail {
  margin-top: 10px;
}
.form .wpcf7-form-control-wrap + .att {
  margin: 0.5em 0 0;
}
.form .select-wrap {
  position: relative;
  display: inline-block;
  width: auto;
  width: 100%;
  max-width: 700px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}
.form .select-wrap:after {
  position: absolute;
  top: 32%;
  right: 20px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-color: #000;
  transform: rotate(45deg);
}
.form .select-wrap select {
  width: 100%;
  height: auto;
  padding: 18px 20px;
  border-radius: 10px;
  color: #3c3c3c;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトのスタイルを無効 */
}
.form .policy_check {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}
.form .policy_check a {
  text-decoration: underline;
}
.form .btn_area {
  display: flex;
  justify-content: center;
  padding: 40px 0 0;
}
.form input[type=submit] {
  min-width: 117px;
  padding: 15px 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  border-radius: 8px;
  background: #f38200;
  font-weight: 700;
  cursor: pointer;
}
.form input[type=submit].back_btn {
  margin-right: 30px;
  color: #000;
  background: #f4efdf;
}
.form input[disabled] {
  opacity: 0.4;
}
@media all and (max-width: 1110px) {
  .form dl,
  .form dl,
  .form dd {
    display: block;
  }
  .form dt {
    padding-bottom: 15px;
  }
  .form dd {
    width: 100%;
  }
  .form .select-wrap {
    margin-bottom: 10px;
  }
  .form .select-wrap:nth-child(n+2) {
    margin-left: 0;
  }
  .form .btn_area {
    flex-direction: column;
  }
  .form .btn_area input[type=submit] {
    margin: 0 0 20px;
  }
  .form .btn_area input[type=submit].back_btn {
    margin: 0 0 20px;
  }
  .form input[type=submit] {
    min-width: 100%;
  }
  .form input[type=radio] + label {
    display: inline-block;
    margin-bottom: 12px;
  }
  .form .policy_check .horizontal-item {
    display: inline-block;
  }
}
.form #formbtn {
  min-width: 400px;
  position: relative;
  display: inline-block;
  padding: 20px 60px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1;
  z-index: 1;
  font-weight: bold;
  overflow: hidden;
  color: #fff;
  background: #014a88;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media all and (max-width: 728px) {
  .form #formbtn {
    width: 100%;
    min-width: 100%;
  }
}

.mw_wp_form_confirm .form dd {
  padding: 12px 1em;
  border-radius: 4px;
  background: #efefef;
}
.mw_wp_form_confirm .form dd .confirm {
  display: none;
}
.mw_wp_form_confirm .form dd p {
  margin-bottom: 0;
}
.mw_wp_form_confirm .form .select-wrap {
  border: none;
}
.mw_wp_form_confirm .form .policy_check {
  display: none;
}
.mw_wp_form_confirm .form .conf-mail {
  display: none;
}

.thanks {
  margin: 0 0 60px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.375;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=page.css.map */