@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.main {
  padding: 0;
  border: none;
}
#go-to-top {
  display: none !important;
}
img {
  display: block;
}
a {
	text-decoration: none;
	color: #06c755;
}
a:hover {
	opacity: 0.8;
	transition: 0.3s;
	color: #06c755;
}
a:link {
	transition: 0.3s;
}
.br_sp {
  display: none;
}
.ft-8 {
	font-size: 0.8rem;
}

/* mobile-navi */
.wwa .box-menu{
	padding: 0;
	min-height: 0;
	box-shadow: none;
}
.wwa .box-menu:hover{
	box-shadow:none;
	opacity: 0.8;
}
.wwa .box-menu-label,
.wwa .box-menu-description{
	display: none;
}
.wwa .box-menu-icon * {
	margin: 0;
	width: 100%;
	max-width: 100%;
	max-height: inherit;
}
.wwa .box-menus {
	display: flex;
	justify-content: center;
	gap: 20px;
}
@media screen and (max-width: 834px) {
	.wwa .box-menu{
		width: calc((100% - 40px) / 5);
	}
	.wwa .box-menus {
		gap: 10px;
	}
}
@media screen and (max-width: 600px) {
	.wwa .box-menus {
		max-width: 300px;
		margin: auto;
	}
	.wwa .box-menu{
		width: calc((100% - 20px) / 3);
	}
}

@media screen and (max-width: 1023px) {
  .mobile-footer-menu-buttons li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-footer-menu-buttons li:first-of-type .fa-star:before{
    content: "";
    background-image: url(../cocoon-master/images/top/icon-taxi.svg);
    width: 52px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mobile-footer-menu-buttons li:nth-of-type(2) .fa-star:before {
    content: "";
    background-image: url(../cocoon-master/images/top/icon-service.svg);
    width: 24px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mobile-footer-menu-buttons li:nth-of-type(3) .fa-star:before {
	  content: "";
    background-image: url(../cocoon-master/images/top/icon-thought.svg);
    width: 33px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mobile-footer-menu-buttons li:nth-of-type(4) .fa-star:before {
    content: "";
    background-image: url(../cocoon-master/images/top/icon-price.svg);
    width: 15px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mobile-footer-menu-buttons li:nth-of-type(5) .fa-star:before {
    content: "";
    background-image: url(../cocoon-master/images/top/icon-tel.svg);
    width: 18px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mobile-menu-buttons .menu-caption {
    font-size: 10px;
    color: #06c755;
  }
}
@media screen and (max-width: 350px) {
	.mobile-menu-buttons .menu-caption {
    font-size: 9px;
  }
}


/* layout */
.section {
  padding-left: 30px;
  padding-right: 30px;
}
.top_container {
  max-width: 1125px;
  margin: auto;
}
.top_section_title {
  text-align: center;
}
.top_section_title_ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #06c755;
  line-height: 1;
  padding: 0 5px 5px;
  position: relative;
}
.top_section_title_ja:before {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,rgba(172, 255, 206, 1) 0%, rgba(193, 225, 255, 1) 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top_section_title_ja span {
  display: inline-block;
}
.top_section_title_en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  color: #06c755;
  line-height: 1;
  text-align: center;
  margin-top: 12px;
}
.link_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.link_btn {
  min-width: 235px;
  max-width: 100%;
  height: 63px;
  border-radius: 100vmax;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  padding: 0 50px;
  background-color: #fff;
  transition: .3s;
}
@media screen and (max-width: 480px){
	.link_btn {
		min-width: 200px;
	}
}
.link_btn:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../cocoon-master/images/top/arrow-right-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.link_btn_text {
  font-size: 22px;
}
.link_btn_pink {
  color: #ef91b5;
  border-color: #ef91b5;
}
.link_btn_pink:after {
  background-image: url("../cocoon-master/images/top/arrow-right-circle-pink.svg");
  transition: .3s;
}
.link_btn_pink:hover {
  color: #fff;
  background-color: #ef91b5;
}
.link_btn_pink:hover:after {
  background-image: url("../cocoon-master/images/top/arrow-right-circle-white.svg");
}
.link_btn_orange {
  color: #ffae44;
  border-color: #ffae44;
}
.link_btn_orange:after {
  background-image: url("../cocoon-master/images/top/arrow-right-circle-orange.svg");
  transition: .3s;
}
.link_btn_orange:hover {
  color: #fff;
  background-color: #ffae44;
}
.link_btn_orange:hover:after {
  background-image: url("../cocoon-master/images/top/arrow-right-circle-white.svg");
}
.link_btn_green {
  color: #00b900;
  border-color: #00b900;
}
.link_btn_green:after {
  background-image: url("../cocoon-master/images/top/arrow-right-circle-green.svg");
  transition: .3s;
}
.link_btn_green:hover {
  color: #fff;
  background-color: #00b900;
}
.link_btn_green:hover:after {
  background-image: url("../cocoon-master/images/top/arrow-right-circle-white.svg");
}
.reserve_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 120px;
  z-index: 100;
  display: none;
  transition: .3s;
}
.reserve_btn:hover {
  opacity: .7;
}
@media screen and (max-width: 1023px) {
  #navi {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .main {
    padding: 0 !important;
  }
  .content {
    margin-top: 0;
  }
  .section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .top_section_title_ja {
    font-size: 28px;
  }
  .top_section_title_en {
    font-size: 16px;
  }
  .link_btn  {
    height: 50px;
    padding: 0 30px;
  }
  .link_btn_text {
    font-size: 18px;
  }
  .reserve_btn {
    width: 80px;
  }
}

.top_container {
  max-width: 1125px;
  margin: auto;
}

/* Scene */
.top_scene {
  margin-top: 230px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f2fff7;
}
.top_scene_box_wrapper {
  background-color: #fff;
  padding: 0px 25px 75px;
  margin-top: 85px;
  position: relative;
  border-radius: 15px;
}
.top_scene_box_title {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.top_scene_box_title_text {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  display: inline-block;
  padding: 10px 40px;
  clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%, 7% 50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top_scene_box_title_text_small {
  font-size: 18px;
  margin-top: 5px;
}
.top_scene_box {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px 22px;
}
.top_scene_box_item_text {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}
.top_scene_box_bottom {
  max-width: 480px;
  margin: 45px auto 0;
  padding: 15px 10px;
}
.top_scene_box_bottom_text {
  text-align: center;
}
.top_scene_box_wrapper:nth-of-type(1) .top_scene_box_title {
  top: -20px;
}
.top_scene_box_wrapper:nth-of-type(1) .top_scene_box_title_text {
  background-color: #06c755;
}
.top_scene_box_wrapper:nth-of-type(1) .top_scene_box_item_text {
  color: #06c755;
}
.top_scene_box_wrapper:nth-of-type(1) .top_scene_box_bottom {
  border-top: 3px dotted #06c755;
  border-bottom: 3px dotted #06c755;
}
.top_scene_box_wrapper:nth-of-type(2) {
  padding-top: 95px;
}
.top_scene_box_wrapper:nth-of-type(2) .top_scene_box_title {
  top: -33px;
}
.top_scene_box_wrapper:nth-of-type(2) .top_scene_box_title_text {
  background-color: #ef91b5;
}
.top_scene_box_wrapper:nth-of-type(2) .top_scene_box_item_text {
  color: #ef91b5;
}
.top_scene_box_wrapper:nth-of-type(2) .top_scene_box_bottom {
  border-top: 3px dotted #ef91b5;
  border-bottom: 3px dotted #ef91b5;
}
@media screen and (max-width: 834px) {
  .top_scene_box_item_text {
    font-size: 20px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .top_scene {
    margin-top: 150px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top_scene_box_wrapper {
    padding: 50px 15px 45px;
    margin-top: 50px;
  }
  .top_scene_box {
    grid-template-columns: repeat(2,1fr);
    gap: 20px 10px;
  }
  .top_scene_box_title_text {
    font-size: 18px;
    white-space: nowrap;
    padding: 10px 30px;
  }
  .top_scene_box_title_text_small {
    font-size: 12px;
  }
  .top_scene_box_wrapper:nth-of-type(2) .top_scene_box_title {
    top: -29px;
  }
  .top_scene_box_wrapper:nth-of-type(2) {
    padding-top: 65px;
  }
  .top_scene_box_item_text {
    font-size: 13px;
    white-space: inherit;
  }
  .top_scene_box_bottom {
    margin: 30px auto 0;
    padding: 10px 10px;
  }
  .top_scene_box_bottom_text {
    font-size: 14px;
    text-align: left;
  }
}

.entry-content .top_scene_box_wrapper {
  padding-top: 0px!important;
}
.entry-content .top_scene_box_wrapper .top_scene_box_title {
  top: -33px!important;
}
.entry-content .top_scene_box_wrapper .top_scene_box_title_text {
  background-color: #ef91b5!important;
}
.entry-content .top_scene_box_wrapper .top_scene_box_item_text {
  color: #ef91b5!important;
	margin-bottom: 0px;
}
.entry-content .top_scene_box_wrapper .top_scene_box_bottom {
  border-top: 3px dotted #ef91b5!important;
  border-bottom: 3px dotted #ef91b5!important;
}
@media screen and (max-width: 834px) {
  .entry-content .top_scene_box_item_text {
    font-size: 20px;
    white-space: nowrap!important;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .top_scene {
    margin-top: 150px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .entry-content .top_scene_box_wrapper {
    padding: 0px 15px 45px;
    margin-top: 50px;
  }
  .entry-content .top_scene_box {
    grid-template-columns: repeat(2,1fr);
    gap: 20px 10px;
  }
  .entry-content .top_scene_box_title_text {
    font-size: 18px;
    white-space: nowrap;
    padding: 10px 30px;
  }
  .entry-content .top_scene_box_title_text_small {
    font-size: 12px!important;
	}
  .entry-content .top_scene_box_wrapper:nth-of-type(1) .top_scene_box_title {
    top: -29px!important;
  }
  .entry-content .top_scene_box_wrapper:nth-of-type(1) {
    padding-top: 0px!important;
  }
  .entry-content .top_scene_box_item_text {
    font-size: 13px;
    white-space: inherit;
	  margin-bottom: 5px!important;
  }
  .entry-content .top_scene_box_bottom {
    margin: 30px auto 0;
    padding: 10px 10px;
  }
  .entry-content .top_scene_box_bottom_text {
    font-size: 14px;
    text-align: left;
  }
}

/* CTA */
.top_cta {
  margin-top: 70px;
}
.top_cta_box {
  background-image: url(../cocoon-master/images/top/cta-bg.png);
  background-position: center;
  background-size: cover;
  height: 445px;
  padding: 45px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.top_cta_flower {
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  transform: translateX(-50%);
  width: 1111px;
  min-width: 1111px;
  z-index: -1;
}
.top_cta_woman {
  position: absolute;
  bottom: 0;
  right: 94px;
  z-index: -1;
  width: 192px;
}
.top_cta_title {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}
.top_cta_title_green {
  color: #00b900;
}
.top_cta_title_pink {
  color: #ef91b5;
}
.top_cta_title_img {
  width: 426px;
  margin: auto;
}
.top_cta_text {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
.top_cta .link_btn_wrap {
  margin: 20px 0;
  gap: 13px;
}
.top_cta_box p {
	margin-bottom: 0!important;
}
.link_btn_title span {
  display: inline-block;
}
.link_btn_title span:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #444;
  transform: translateY(2px) rotate(-15deg);
  margin-right: 10px;
}
.link_btn_title span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #444;
  transform: translateY(2px) rotate(15deg);
  margin-left: 10px;
}
.top_cta_text_bottom {
  font-size: 14px;
	text-align: center;
	text-shadow: -1px 0px 1px rgba(255,255,255,1),1px 0px 1px rgba(255,255,255,1),0px 1px 1px rgba(255,255,255,1),0px -1px 1px rgba(255,255,255,1);
}
@media screen and (max-width: 950px) {
  .top_cta_woman {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_cta {
    margin-top: 0;
  }
  .top_cta_box {
    padding: 25px 0;
  }
  .top_cta_flower {
    width: 100%;
    min-width: inherit;
  }
  .top_cta_woman {
    width: 89px;
    bottom: 0;
  }
  .top_cta_title {
    font-size: 19px;
  }
  .top_cta_title_img {
    max-width: 300px;
    width: 90%;
  }
  .top_cta_text {
    font-size: 18px;
    margin-top: 12px;
  }
  .top_cta .link_btn_wrap {
    flex-direction: column;
    gap: 10px;
  }
}


/* Contact */
.top_contact {
  margin-top: 90px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.top_contact_text {
  font-size: 18px;
  text-align: center;
  margin: 40px 0;
}
.top_contact_box_wrapper {
  max-width: 840px;
  margin: auto;
  background-color: #f7f7f7;
  padding: 60px 15px;
}
.top_contact_box {
  max-width: 655px;
  margin: auto;
}
.top_contact_box_item:not(:first-of-type) {
  margin: 25px 0;
}
.top_contact_box_item_title {
  font-size: 20px;
  margin-bottom: 7px!important;
}
.top_contact_box_item_title:before {
  content: "";
  background-color: #06c755;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 5px;
}
.top_contact_box_item_required {
  font-size: 16px;
}
.top_contact_box_item_required_red {
  color: #e26565;
}
.top_contact_box_item_note {
  font-size: 14px;
}
.top_contact_box_item_other {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 7px!important;
}
.top_contact_box_item_btn {
  margin-top: 50px;
}
.top_contact_box_item_select {
  width: 235px;
  max-width: 100%;
  position: relative;
}
.top_contact_box_item_select:before {
  content: "";
  display: inline-block;
  width: 49px;
  height: 49px;
  background-image: url("../images/top/select-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  right: 0;
  pointer-events: none;
}
.top_contact_box_item_code {
  width: 200px;
}
.top_contact_box input[type=text],
.top_contact_box input[type=email],
.top_contact_box input[type=tel],
.top_contact_box input[type=date],
.top_contact_box textarea,
.top_contact_box select {
  font-weight: normal;
  padding: 11px 20px;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #a4a4a4;
  border-radius: 7px;
  background-color: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Zen Kaku Gothic New", sans-serif;
  color: #444;
  overflow: hidden;
  height: 49px;
}
.top_contact_box textarea {
  height: 100px;
}
.top_contact_box .wpcf7-submit {
  width: 235px;
  max-width: 100%;
  height: 63px;
  border-radius: 100vmax;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  padding: 0 50px;
  background-color: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  color: #ef91b5;
  border-color: #ef91b5;
  margin: auto;
  transition: .3s;
}
.top_contact_box .wpcf7-submit:hover {
  color: #fff;
  background-color: #ef91b5;
}
.top_contact_box_item p {
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .top_contact {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top_contact_text {
    font-size: 16px;
    margin: 30px 0;
  }
  .top_contact_box_wrapper {
    padding: 30px 15px;
  }
  .top_contact_box_item_title {
    font-size: 16px;
  }
  .top_contact_box_item_title:before {
    width: 12px;
    height: 12px;
  }
  .top_contact_box_item_required {
    font-size: 14px;
  }
  .top_contact_box_item + .top_contact_box_item {
    margin-top: 17px;
  }
  .top_contact_box input[type=text],
  .top_contact_box input[type=email],
  .top_contact_box input[type=tel],
  .top_contact_box input[type=date],
  .top_contact_box textarea,
  .top_contact_box select {
    padding: 8px 10px;
    height: 44px;
  }
  .top_contact_box_item_select:before {
    width: 44px;
    height: 44px;
  }
  .top_contact_box_item_other {
    font-size: 16px;
    margin-top: 12px;
  }
  .top_contact_box_item_note {
    font-size: 12px;
  }
  .top_contact_box .wpcf7-submit {
    font-size: 18px;
    height: 50px;
    padding: 0 30px;
    width: 200px;
  }
}
.form-100px input {
	width: 100px!important;
}
.form-80px select {
	width: 65px!important;
	margin: 0 5px;
	text-align: center;
}
.form-80px .wpcf7 select option[value=""] {
  display: none;
}
.grecaptcha-badge { visibility: hidden; }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
