@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
ol, ul {
    padding-left: 0;
}
.btn, 
.ranking-item-link-buttons a, 
.btn-wrap > a, 
.wp-block-freeform .btn-wrap > a, 
[class*="inline-button-"] {
  all: unset;
  display: inline-block; /* または block にするなど、用途に応じて */
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
}

/* 共通 */
* {
  outline: none;
}

html {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  height: 100%;
  padding-top: 112px;
  font-family: "Noto Sans JP", sans-serif;
  /* background-color: #deb887; */
}

body.page-contact {
  padding-top: 0;
}

a {
  color: #4663f5;
}

img {
  max-width: 100%;
}

/* etc */
.bold {
  font-weight: 900;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

ul,
ol {
  list-style: none;
}

small {
  font-size: .875rem;
  /* 14px */
}

a,
a[href="javascript:void(0);"]:hover {
  color: #272A2A;
  text-decoration: none;
  transition: all .4s ease-out;
  outline: none;
}

a[href="javascript:void(0);"],
a[href="javascript:void(0);"]::before {
  color: inherit;
  cursor: inherit;
  opacity: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
  text-decoration: none !important;
}

/* --- pc or sp --- */
.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-j-ctr {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-a-ctr {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* --- font --- */
.font-jp {
  font-family: 'Shuei Yokobuto Min M';
}

.font-en-sb {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

/* btn
********************************************** */
.btn+.btn {
  margin-top: 8px;
}

.btn a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 18px 40px;
  border-radius: 120px;
  width: 100%;
  max-width: 250px;
  color: #fff;
  text-align: center;
  background-color: #00a968;
  font-family: 'Josefin Sans', 'Hiragino UD Sans W5 JIS2004', sans-serif;
  font-weight: 600;
}

.btn svg {
  fill: #fff;
}

.btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 28px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  transition: all .2s ease-out;
}

.btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"]):hover::before {
  right: 22px;
}

.btn.btn-next_page a {
  max-width: 100%;
  border-radius: 0;
  text-align: left;
}

/* img */
.img-trim {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-trim.pos_rel::before {
  content: '';
  display: block;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* --- inner --- */
.inner {
  width: 90%!important;
  max-width: 1200px!important;
  margin-left: auto!important;
  margin-right: auto!important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 112px;
  background-color: #fff;
  z-index: 9990;
  transition: all .4s ease-out;
}

.header>.inner {
  width: 100%!important;
  max-width: 100%!important;
  height: 100%;
  padding-right: 24px;
}

.logo-img {
  width: 70%;
  object-fit: contain;
  margin-left: 20px;
}

.sub_en {
  font-family: trajan-pro-3, serif;
  color: #deb887;
  text-transform: uppercase;
}

.header_logomenu {
  flex-wrap: nowrap;
}




.header--nav,
.gnav,
.gnav li,
.gnav a {
  height: 100%;
}


/* gnav
  ********************************************** */
.gnav a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gnav--link {
  position: relative;
  padding: 0 1em;
  letter-spacing: .05em;
}

.gnav--menu {
  align-items: center;
  flex-wrap: nowrap;
}

.gnav--menu>li>.gnav--link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  width: 13px;
  height: 13px;
  margin: auto;
  background-image: url(./images/icn-current.svg);
  opacity: 0;
  transition: all .4s ease-out;
}

.head_sub_nav--wrap {
  display: block;
  position: absolute;
  left: -4em;
  right: -4em;
  z-index: 100;
  transition: all .4s ease-out;
  opacity: 0;
  pointer-events: none;
  font-size: .938rem;
}

.menu-item-has-children {
  position: relative;
}

.head_sub_nav li {
  padding-top: 1px;
}

.head_sub_nav a {
  display: block;
  padding: 16px 24px;
}

.gnav--menu>li.current_page_item>.gnav--link,
.gnav--menu>li.current-page-parent>.gnav--link,
.fnav--menu>li.current_page_item>a,
.fnav--menu>li.current-page-parent>a {
  color: #ABCD03;
}

.gnav--menu>li.current_page_item>.gnav--link::before,
.gnav--menu>li.current-page-parent>.gnav--link::before {
  opacity: 1;
}

/* ---CTA --- */
.gnav--contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 44px;
}

.gnav--contact a {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gnav--contact a:hover {
  color: #00a968 !important;
  background-color: #ABCD03 !important;
}
.gnav--contact.pc-none {
	display: none;
}

@media print, screen and (min-width: 1011px) {
  .gnav {
    display: flex;
  }

  .gnav--link {
    text-align: center;
  }

  .gnav--menu>li>.gnav--link:not([href="javascript:void(0);"]):hover,
  .gnav--menu>li.current_page_item>.gnav--link,
  .gnav--menu>li.current-page-parent>.gnav--link,
  .fnav--menu>li>a:not([href="javascript:void(0);"]):hover,
  .fnav--menu>li.current_page_item>a,
  .fnav--menu>li.current-page-parent>a,
  .head_sub_nav a:hover {
    color: #ABCD03;
  }

  .gnav--menu>li>.gnav--link:not([href="javascript:void(0);"]):hover::before,
  .fnav--menu>li>a:not([href="javascript:void(0);"]):hover::before {
    opacity: 1;
  }

  .gnav--menu>li.menu-item-type-custom>.gnav--link:hover::after,
  .fnav--menu>li.menu-item-type-custom>a:hover::after {
    transform: translateX(4px);
  }

  .head_sub_nav a {
    background-color: #fff;
  }

  .gnav_sub_toggle,
  .contact_btn {
    display: none;
  }

  /* hover */
  .gnav--menu .menu-item-has-children:hover .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }
}

@media print, screen and (max-width: 1440px) {
  .gnav--link {
    padding: 0 .75em;
  }

  .gnav--contact {
    margin-left: 1em;
  }
}

@media screen and (max-width: 1010px) {
  .header>.inner {
    height: 56px;
  }

  body {
    padding-top: 50px;
  }

  .header {
    height: auto;
	}

  .gnav {
    width: 70%;
    margin: 0;
    padding: 24px 7%;
    overflow: scroll;
    background-color: #fff;
    z-index: 300;
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
  }
	.sp-btnarea {
	}
	.header_btn1,.header_btn2{
    position: fixed !important;
    top: 0;
    width: 56px;
    height: 56px;
    border-left: 1px solid #dedfe1;
    border-bottom: 1px solid #dedfe1;
    z-index: 9999;
    transition: all .4s ease-out;
    flex-direction: column;
	background: #f4f5f7;	
	}
	.header_btn1{
    	right: 112px;
	}
	.header_btn2 {
    	right: 56px;
	}
	header .btn-icon {
	  font-size: 20px;
	  line-height: 1;
      color: #00a968;
	}
	header .btn-txt {
		font-size: 10px;
		text-align: center;
		color: #676767;
	}
	
  .gnav_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    border-left: 1px solid #dedfe1;
    border-bottom: 1px solid #dedfe1;
    z-index: 9999;
    transition: all .4s ease-out;
    flex-direction: column;
	background: #f4f5f7;	
	}

  .gnav_btn--lines {
    position: relative;
    width: 22px;
    height: 18px;
  }

  .gnav_btn--lines span {
    transition: all .4s ease-out;
    box-sizing: border-box;
  }

  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0B4324;
  }

  .gnav_btn--lines span:nth-of-type(1) {
    top: 0;
  }

  .gnav_btn--lines span:nth-of-type(2) {
    top: calc(50% - 1px);
  }

  .gnav_btn--lines span:nth-of-type(3) {
    bottom: 0;
  }

  .active .gnav_btn--lines span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }

  .active .gnav_btn--lines span:nth-of-type(2) {
    opacity: 0;
  }

  .active .gnav_btn--lines span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }

  .gnav,
  .gnav_overlay {
    position: fixed;
    top: 56px;
    right: 0;
    height: calc(100% - 56px);
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease-out;
    font-size: 1rem;
  }

  .gnav {
    width: 70%;
    margin: 0;
    padding: 24px 7%;
    overflow: scroll;
    background-color: #fff;
    z-index: 300;
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
  }

  .gnav_overlay {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
  }

  .gnav.active,
  .gnav_overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  .gnav.active {
    transform: translateX(0);
  }

  .gnav--menu,
  .gnav--cta {
    display: block;
  }
  .gnav--menu {
	margin-bottom: 1.5rem;	
  }

  .gnav--menu li {
    position: relative;
    display: block;
    width: 100%;
  }

  .gnav--menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }

  .gnav--menu a {
    display: block;
    padding: 16px 26px;
  }

  .gnav--menu li:not(.menu-item-has-children):not(.menu-item-2982) a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0B4324;
    border-right: 1px solid #0B4324;
    transform: rotate(45deg);
  }

  .gnav--menu li.menu-item-2982 a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .gnav--menu>li>.gnav--link::before {
    top: -1px;
    right: auto;
    left: 4px;
    bottom: 0;
  }

  /* ---CTA --- */
  .gnav--cta li:not(:last-child) {
    margin-bottom: 16px;
  }

  .gnav--tel {
    margin-left: 0;
    text-align: center;
  }

  .gnav--contact {
    margin-top: 20px;
    margin-left: 0;
	width: 100%;
  }

  .gnav--contact a {
    padding: 16px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  /* topAboutセクション */
  .top_content_upper {
    display: block;
  }

  .top_content_upper img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  /* .gnav,
  .gnav_overlay {
    position: fixed;
    top: 56px;
    right: 0;
    height: calc(100% - 56px);
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease-out;
    font-size: 1rem;
  }

  .gnav {
    width: 70%;
    margin: 0;
    padding: 24px 7%;
    overflow: scroll;
    background-color: #fff;
    z-index: 300;
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
  }

  .gnav_overlay {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
  }

  .gnav.active,
  .gnav_overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  .gnav.active {
    transform: translateX(0);
  }

  .gnav--menu,
  .gnav--cta {
    display: block;
  }

  .gnav--menu li {
    position: relative;
    display: block;
    width: 100%;
  }

  .gnav--menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }

  .gnav--menu a {
    display: block;
    padding: 16px 26px;
  }

  .gnav--menu li:not(.menu-item-has-children):not(.menu-item-2982) a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0B4324;
    border-right: 1px solid #0B4324;
    transform: rotate(45deg);
  }

  .gnav--menu li.menu-item-2982 a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .gnav--menu>li>.gnav--link::before {
    top: -1px;
    right: auto;
    left: 4px;
    bottom: 0;
  } */

  .head_sub_nav--wrap {
    position: relative;
    right: auto;
    left: auto;
    width: 100%;
    border-top: 1px solid #eee;
    transition: none;
    opacity: 1;
    pointer-events: inherit;
    display: none;
  }

  .menu-item-has-children.active .head_sub_nav--wrap {
    opacity: 1;
    pointer-events: auto;
  }

  .head_sub_nav a {
    padding-left: 32px;
  }

  .gnav_sub_toggle {
    position: absolute;
    top: 0;
    right: -14px;
    width: 58px;
    height: 58px;
    transition: all .4s ease-out;
    color: #0B4324;
  }

  .gnav_sub_toggle::before,
  .gnav_sub_toggle::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 11px;
    height: 1px;
    border-bottom: 1px solid;
  }

  .gnav_sub_toggle::after {
    transform: rotate(90deg);
  }

  .gnav_sub_toggle.active {
    transform: rotate(135deg);
  }

  .current_page_item .gnav_sub_toggle {
    color: #fff;
  }

  .head_sub_nav {
    position: relative;
  }



  .contact_btn {
    position: fixed;
    top: 14px;
    right: 68px;
    z-index: 9999;
    margin-top: 0;
    display: none;
  }

  .contact_btn a {
    padding: 4px 12px;
    font-size: .786em;
  }

  header {
    height: auto !important;
  }
}

@media screen and (max-width: 340px) {
  .contact_btn {
    right: 60px;
  }

  .contact_btn a {
    font-size: .7142em;
  }
}



/* --- sns_area --- */
.sns--list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns--list li {
  padding-left: 10px;
  padding-right: 10px;
}

.sns--list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FFF;
}

.sns--list li path {
  transition: all .4s ease-out;
}

.sns--list li a:hover {
  background-color: #0B4324;
}

.sns--list li a:hover path {
  fill: #fff;
}

@media screen and (max-width: 768px) {

  /* --- sns_area --- */
  .sns--list li {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* fv */
.fv {
  position: relative;
  height: calc(100vh - 112px);
  margin-bottom: 50px;
}

.fv--catch {
  position: absolute;
  top: 96px;
  left: 12vw;
  bottom: 0;
}

.fv--catch .ttl {
  font-size: 1.625rem;
  letter-spacing: .3em;
  line-height: 1;
}

.fv--catch .ttl span {
  display: block;
  margin-top: 1.85rem;
  margin-bottom: 3.15rem;
  font-size: 3.875rem;
  letter-spacing: .3em;
  line-height: 1;
}

.fv--catch .txt {
  letter-spacing: .1em;
  line-height: 2.625;
}

.fv_slide {
  overflow: hidden;
  filter: opacity(50%);
}

.hero_slide-sp {
  display: none !important;
}

.fv_slides,
.fv_slide,
.fv_slide .slick-list,
.fv_slide .slick-track,
.fv_slide .slick-slider,
.fv_slide .slick-slide {
  width: 100%;
  height: 100% !important;
}

.fv_slides {
  width: 76.9vw;
  margin-left: auto;
  margin-right: 0;
}

.fv_slide .slick-list {
  position: relative;
  overflow: hidden;
}

.fv_slides img {
  border-radius: 6px 0 0 6px;
}

.fv .slick-dots {
  position: absolute;
  right: 6.5vw;
  bottom: 76px;
}

.home .slick-dots {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.home .slick-dots li {
  margin-left: 16px;
}

.home .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: all .4s ease-out;
}

.home .slick-dots .slick-active button {
  background-color: #0B4324;
}

/* --- fv--other --- */
.fv--other {
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 40px;
  z-index: 100;
}

.fv--other .copyright {
  margin-bottom: 34px;
  color: #0B4324;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.fv--other .sns--list li {
  padding: 6px 0;
}

.cls-1 {
  fill: #0b4324;
  fill-rule: evenodd;
}

@media print, screen and (max-width: 1400px) {
  .fv--catch {
    left: 5vw;
  }

  .fv--other {
    right: 8px;
  }
}

@media screen and (max-width: 768px) {
  .fv {
    height: 594px;
    padding-bottom: 224px;
    margin-bottom: 0;
  }

  .fv::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 498px;
    background-color: #F4F8F7;
  }

  .hero_slide-pc {
    display: none !important;
  }

  .hero_slide-sp {
    display: block !important;
  }

  .fv--catch {
    top: auto;
    left: 6vw;
    bottom: 88px;
    pointer-events: none;
  }

  .fv--catch .ttl {
    font-size: 1.125rem;
  }

  .fv--catch .ttl span {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }

  .fv--catch .txt {
    font-size: 12px;
    line-height: 2;
  }

  .fv_slides {
    width: 100vw;
  }

  .fv .slick-dots {
    bottom: 16px;
  }

  .home .slick-dots li {
    margin-left: 8px;
  }

  .home .slick-dots button {
    width: 8px;
    height: 8px;
  }

  /* --- fv--other --- */
  .fv--other {
    display: none;
  }
}



main {
  overflow-x: hidden;
}



/* ctaセクション */

.cv01 {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

.cv {
  min-height: 125px;
}

.cv01>div {
  background-size: auto 100%;
  background-position: center;
  background-color: #00a968;
}

.cv01 .inner_cv {
  position: relative;
}

.inner_cv {
  display: block;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1100px;
  box-sizing: content-box;
}

.cv01 .button {
  position: absolute;
  bottom: 8%;
  margin: 0 auto;
  max-width: 40%;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* position: absolute; */
  bottom: 24%;
  left: 50%;
  /* transform: translateX(-50%); */
}

.cta_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 310px;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  border: 2px solid transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.btn-inner {
  display: flex;
  align-items: center;
}

.icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.arrow {
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
}

.phone-btn {
  background: linear-gradient(to right, #3bd671, #32c858);
  border-color: #fff;
}

.phone-btn:hover {
  background: linear-gradient(to right, #32c858, #28a745);
}

.reserve-btn {
  background: linear-gradient(to right, #e85298, #d62678);
  border-color: #fff;
}

.reserve-btn:hover {
  background: linear-gradient(to right, #d62678, #c2185b);
}

/* topAboutセクション */

.top_content {
  padding: 2em 0;
}

.top_content_upper {
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}

.top_content_upper h2 {
  flex: 1 0 0%;
  /* margin-top: -2em; */
  text-align: center;
}

.top_content_upper h2 span {
  -ms-writing-mode: tb-rl;
  /* writing-mode: vertical-rl; */
  text-align: left;
  font-size: 36px;
  line-height: 1.6em;
  font-weight: normal;
}

.top_content_upper h2 em {
  font-style: normal;
  color: #deb887;
}

.top_content_upper .sub_en {
  font-size: 72px;
  line-height: 52px;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_content_bottom .detail {
  flex: 1 0 0%;
}

.top_content_bottom .detail p {
  text-align: left;
  font-size: 16px;
  line-height: 1.6em;
}

.more_bloc .sub_en {
  font-size: 18px;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 1em;
}

.more_bloc .btn_more {
  border: solid 1px #070707;
  color: #070707;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  width: 300px;
  max-width: 300px;
  box-sizing: border-box;
  padding: 0.8em 1em;
}

.more_bloc .btn_more span {
  font-family: trajan-pro-3, serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}

.more_bloc .btn_more figure img {
  display: block;
}

.topAbout .top_content_bottom {
  flex-direction: row-reverse;
}

.topAbout .top_content_bottom .detail {
  margin-left: 2em;
}

/* topTrial*/

.topTrial .top_content_upper {
  flex-direction: row-reverse;
}

.topTrial .top_content_bottom .detail {
  margin-right: 2em;
}

.top_title {
  position: relative;
  margin-bottom: 2em;
}

.top_title h2 {
  font-family: trajan-pro-3, serif;
  color: #deb887;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1em;
  font-weight: normal;
  width: 50%;
  text-align: left;
  padding-left: 1em;
  box-sizing: border-box;
  margin-left: auto;
}

.top_title:after {
  content: "";
  border: solid 1px #d1b48c;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 100%;
}

/* topsalonInfoセクション */

.topsalonInfo {
  padding: 2em 0;
}

.topsalonInfo .top_title:after {
  left: auto;
  right: 50%;
}

.topsalonInfo_bloc {
  align-items: center;
  justify-content: space-between;
}

.topsalonInfo_bloc .company_bloc .logo {
  margin-bottom: 2em;
}

.topsalonInfo_bloc .company_bloc .logo img {
  display: block;
}

.topsalonInfo_bloc .company_bloc .logo span {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  margin-top: 0.5em;
}

.topsalonInfo_bloc .company_data {
  margin-bottom: 1em;
}

.topsalonInfo_bloc .company_data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.4em;
}

.topsalonInfo_bloc .company_data dl+dl {
  margin-top: 0.5em;
}

.topsalonInfo_bloc .company_data dl dt {
  width: 5em;
  text-align: left;
}

.topsalonInfo_bloc .company_data dl dd {
  flex: 1 0 0%;
  text-align: left;
}

.topsalonInfo_bloc .company_tel {
  margin-bottom: 1em;
}

.topsalonInfo_bloc .company_tel p {
  color: #deb887;
  font-family: trajan-pro-3, serif;
  font-size: 40px;
  line-height: 1.2em;
  text-align: left;
}

.topsalonInfo_bloc .map_data {
  width: 50%;
}

.topsalonInfo_bloc .map_data figure {
  margin-bottom: 1em;
}

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

.topsalonInfo_bloc .map_data .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* フッター
*/
footer {
  background: #deb887;
  /* color: #49371e; */
  padding: 0;
  margin-top: 2em;
  text-align: center;
  /* padding: 1em 0; */
  position: relative;
  z-index: 99;
  font-size: 13px;
  color: #6b6b6b;
}

footer a {
  color: #49371e;
  margin: 0;
}

.footer_bloc {
  padding: 2em 0;
}

.footer_item h3 {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: normal;
  text-align: left;
  margin-bottom: 0.5em;
}

.footer_item ul li {
  font-size: 13px;
  line-height: 1.4em;
  text-align: left;
}

.footer_item ul li+li {
  margin-top: 0.2em;
}

footer .copy {
  font-size: 10px;
  line-height: 1.2em;
  margin: 0;
}

.footer_logo {
  width: 75%;
}

.fotter_bottom {
  margin-bottom: 1em;
}

.fotter_bottom_bloc {
  align-items: flex-start;
  justify-content: flex-end;
}

.fotter_bottom_bloc .more_bloc+.more_bloc {
  margin-left: 2em;
}

.fotter_bottom_bloc .more_bloc .btn_more figure {
  margin-right: 0.5em;
}

.copy_content {
  padding: 1.5em 0;
}

.copy_content .inner {
  position: relative;
}

.copy_content .logo {
  position: absolute;
  bottom: 0;
  left: 0;
}

.copy_content .copy {
  color: #49371e;
  display: block;
  font-size: 13px;
  line-height: 1;
}

@media (max-width: 900px) {
  .topsalonInfo_bloc .map_data {
    width: 100%;
    padding: 1em;
  }

  .topsalonInfo_bloc .map_data img {
    width: 100%;
  }
}

@media (max-width: 768px) {

  /* .btn a {
      max-width: 100%;
    }
    .btn a {
      padding: 12px 40px;
    }
    .btn a:not([target="_blank"]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"])::before {
      width: 7px;
      height: 7px;
    } */
  .pci {
    display: none !important;
  }

  .spi {
    display: inline-block !important;
  }

  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  .inner {
    width: 86%;
  }

  .top_content {
    padding: 0;
  }

  .top_content_upper {
    display: block;
    margin-bottom: 0;
  }

  .top_content_upper h2 {
    position: absolute;
    top: 1em;
    left: 0.5em;
    margin-top: 0;
    writing-mode: vertical-rl;
  }

  .topTrial .top_content_upper h2 {
    left: auto;
    right: 0.5em;
  }

  .topCampaign .top_content_upper h2 {
    left: auto;
    right: 0.5em;
  }



  .top_content_upper h2 span {
    font-size: 21px;
    line-height: 1.4em;
  }

  .top_content_upper .sub_en {
    padding: 0 0 0 0.5em;
    font-size: 21px;
    line-height: 1.2em;
  }

  .top_content_bottom {
    display: block;
    padding: 1em;
  }

  .top_content_bottom .detail {
    margin-left: 0;
    margin-bottom: 1em;
  }

  .top_content_bottom .detail p {
    font-size: 14px;
    line-height: 1.4em;
  }

  .more_bloc .sub_en {
    font-size: 14px;
  }

  .more_bloc .btn_more {
    margin: 0 auto;
  }

  .topAbout .top_content_bottom .detail {
    margin-left: 0;
  }

  .topTrial .top_content_bottom .detail {
    margin-right: 0;
  }

  .top_title {
    position: relative;
    margin-bottom: 1em;
  }

  .top_title h2 {
    width: 60%;
    font-size: 24px;
  }

  .top_title:after {
    top: 10px;
    left: 60%;
  }

  .topsalonInfo {
    padding: 1em 0;
  }

  .topsalonInfo .top_title:after {
    left: auto;
    right: 60%;
  }

  .topsalonInfo_bloc .company_bloc {
    padding: 0 1em 1em;
  }

  .topsalonInfo_bloc .company_bloc .logo {
    width: 60%;
    margin: 0 auto 1em;
  }

  .topsalonInfo_bloc .company_bloc .logo span {
    font-size: 16px;
  }

  .topsalonInfo_bloc .company_data dl {
    font-size: 14px;
  }

  .topsalonInfo_bloc .company_tel p {
    font-size: 24px;
    text-align: center;
  }

  .topsalonInfo_bloc .map_data {
    width: 100%;
    padding: 1em;
  }

  footer {
    margin-top: 0;
  }

  .footer_bloc {
    padding: 1em 0;
  }

  .footer_bloc {
    /* display: none; */
  }

  .fotter_bottom {
    display: none;
  }

  .copy_content {
    padding: 0.5em 0;
  }

  .copy_content .logo {
    position: static;
    width: 30%;
    margin: 0 auto 0.5em;
  }

  .copy_content .copy {
    font-size: 10px;
  }

  .button-container {
    display: block;
  }

  .phone-btn {
    font-size: 16px;
    margin-bottom: 10px;
    margin: 0 auto 10px auto;
  }

  .reserve-btn {
    font-size: 16px;
    margin: auto;
  }

  .footer_menu {
    margin-bottom: 20px;
    width: 40%;
  }

  .footer .flex {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .cta_btn {
    padding: 12px 5px;
    box-sizing: border-box;
  }
}

.header_logomenu .header_logo {
  width: 300px;
  height: 100%;
}

.header_logomenu .header_logo>div {
  display: flex;
  align-items: center;
  height: 100%;
}

.header_logomenu .header_logo .logo-img {
  width: 230px;
  height: 100%;
}

.header_logomenu .header_logo span {
  font-family: 'Shuei Yokobuto Min M';
  font-weight: bold;
}

.copy_content .logo {
  width: 150px;
}

.cta {
  width: 100%;
  background-image: linear-gradient(180deg, rgba(130, 76, 193, 1) 10%, rgba(85, 78, 194, 1) 90%);
}

.cta .inner_cv {
  padding: 20px 0 80px 0;
}

.cta_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 605px;
  margin: auto;
}

.cta_box .logo {
  width: 60%;
  color: #FFF;
}

.cta_box .logo p {
  margin-top: 20px;
  font-size: 24px;
}

.cta_box .logo img {
  width: 100px;
}

.cta_box .cta_person {
  width: 40%;
}



@media screen and (max-width: 1010px) {
  .header_logomenu .header_logo .logo-img {
    width: 120px;
  }

  .gnav--contact {
    margin-top: 0;
    margin-left: 0;
    margin-right: 100px;
  }
	.gnav--contact.pc-none {
		display: block;		
	}
  .gnav--contact a {
    padding: 10px 16px;
  }
}

@media (max-width: 768px) {
  .cta_btn {
    width: 83%;
  }

  .cta_box .logo,
  .cta_box .cta_person {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .cta_btn {
    width: 90%;
  }
}


.mincho {
  font-family: "Zen Old Mincho", serif;
}

.first {
  margin-bottom: 50px;
}

.title_head {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.title_head::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #deb887;
}

.title_head h2 {
  font-size: 40px;
}

.title_head span {
  color: #00a968;
  line-height: 2.85;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.first .txt01 {
  font-size: 24px;
  line-height: 1.83;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}

.first .txt02 {
  line-height: 2.13;
  font-size: 16px;
}

.first .txt02 span {
  color: #00a968;
  font-weight: bold;
}

.first .box {
  display: flex;
  justify-content: space-between;
}

.first .box .txt {
  width: 55%;
}

.first .box .img {
  width: 40%;
}

.first .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.worry {
  padding: 80px 0;
}

.worry h2 {
  text-align: center;
}

.worry h2 span {
  font-size: 40px;
  color: #00a968;
  border-bottom: 2px solid #00a968;
}

.worry .box01 {
  display: flex;
  margin-top: 50px;
}

.worry .box01>div {
  width: 50%;
}

.worry .box01 .left {
  padding-right: 5%;
  border-right: 1px dashed #00a968;
}

.worry .box01 .right {
  padding-left: 5%;
}

.worry .box01 h3 {
  text-align: center;
  color: #00a968;
  font-size: 24px;
  border: 2px solid #00a968;
  background-color: #FFF;
  position: relative;
  padding: 15px 0;
}

.worry .box01 h3::before,
.worry .bbox01ox h3::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.worry .box01 h3::before {
  border-width: 16px 17px 0 17px;
  border-color: #00a968 transparent transparent transparent;
  bottom: -16px;
}

.worry .box01 h3::after {
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  bottom: -14px;
}

.worry_example {
  display: flex;
  margin: 50px 0 30px 0;
}

.worry_example_img,
.worry_example_list {
  width: 50%;
}

.worry_example_img {
  text-align: center;
}

.worry_example_img img {
  width: 50%;
}

.worry_example_list p {
  text-align: right;
}

.worry_example_list li {
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: .3rem;
  color: #00a968;
}

.worry .box01 a {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: .2em;
  padding: 25px 0 25px;
  border-radius: 5px;
}

.worry .box01 a:hover {
  opacity: 0.6;
}

.worry .box01 a span {
  font-size: 14px;
}

.worry .box01 a strong {
  font-size: 28px;
}

.worry .box01 .left a {
  color: #FFF;
  background-color: #00a968;
  box-shadow: 5px 5px 0px 0px #deb887;
}

.worry .box01 .right a {
  color: #FFF;
  background-color: #deb887;
  box-shadow: 5px 5px 0px 0px #00a968;
}

.worry .box02 {
  background-color: #00a968;
  color: #FFF;
  padding: 80px 50px;
  position: relative;
  text-align: center;
  margin-top: 80px;
}

.worry .box02 h3 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.worry .box02 h3 span {
  color: #00a968;
  font-size: 24px;
  border: 2px solid #00a968;
  background-color: #FFF;
  position: relative;
  padding: 15px;
}


.worry .box02 h3 span::before,
.worry .box02 h3 span::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.worry .box02 h3 span::before {
  border-width: 16px 17px 0 17px;
  border-color: #00a968 transparent transparent transparent;
  bottom: -16px;
}

.worry .box02 h3 span::after {
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  bottom: -14px;
}

.worry .box02 strong {
  font-size: 55px;
  letter-spacing: .3rem;
  line-height: 1.5;
  border-bottom: 3px #fff solid;
}

.worry .box02 p {
  margin-top: 40px;
  line-height: 2.3;
}



.point {
  position: relative;
  padding: 80px 0;
  background-color: #deb887;
}

.point .inner {
  background-color: #FFF;
}

.point .img {
  position: absolute;
  left: 0;
  top: 40px;
  display: flex;
  align-items: end;
  gap: 20px;
}

.point .img_left {
  width: 21.527vw;
}

.img_left01 {
  width: 100%;
  height: 25vw;
  object-fit: cover;
}

.img_left02 {
  width: 80%;
  margin-left: 20%;
  margin-top: 20px;
}

.img_right {
  width: 14.58vw;
}

.img_right02 {
  height: 17.01vw;
  object-fit: cover;
  margin-top: 20px;
}

.point .box {
  margin-left: 37vw;
  padding: 25px 65px 65px 0;
}

.point span {
  color: #00a968;
  font-size: 55px;
}

.point span span {
  font-size: 90px;
}

.point h3 {
  color: #00a968;
  font-size: 45px;
  margin: 40px 0;
}

.point p {
  line-height: 2;
}

.point a {
  width: 250px;
  display: inline-block;
  padding: 15px 0;
  text-align: center;
  color: #FFF;
  background-color: #00a968;
  border-radius: 50px;
  margin-top: 40px;
  position: relative;
}

.point a:hover {
  opacity: 0.6;
}

.point a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp_br {
  display: none;
}

@media (max-width: 768px) {
  .sp_br {
    display: block;
  }

  .first {
    padding: 50px 0;
  }

  .first .box {
    flex-direction: column;
    gap: 30px;
  }

  .first .box .txt,
  .first .box .img {
    width: 100%;
  }

  .title_head h2 {
    font-size: 28px;
  }

  .first .txt01 {
    font-size: 20px;
  }

  .worry h2 span {
    font-size: 18px;
  }

  .worry .box01 {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }

  .worry .box01>div {
    width: 100%;
  }

  .worry .box01 h3 {
    font-size: 20px;
    padding: 10px 0;
  }

  .worry .box01 .left {
    padding-right: 0;
    border: 0;
  }

  .worry .box01 .right {
    padding-left: 0;
  }

  .worry .box01 a strong {
    font-size: 22px;
  }

  .worry_example_img {
    width: 40%;
  }

  .worry_example_img img {
    width: 70%;
  }

  .worry_example_list {
    width: 60%;
  }

  .worry_example_list li {
    font-size: 16px;
  }

  .worry .box02 {
    padding: 50px 30px;
  }

  .worry .box02 h3 span {
    font-size: 14px;
  }

  .worry .box02 strong {
    font-size: 24px;
  }

  .point {
    padding: 50px 0;
  }

  .point .img {
    position: initial;
    margin-top: -50%;
  }

  .point .box {
    margin-left: 0;
    padding: 5% 5% 80% 5%;
  }

  .point h3 {
    font-size: 28px;
    margin: 25px 0;
  }

  .point a {
    width: 100%;
  }

  .point .img_left {
    width: 45vw;
  }

  .img_left01 {
    height: 40vw;
  }

  .img_left02 {
    width: 85%;
    margin-left: 15%;
  }

  .img_right {
    width: 35vw;
  }

  .img_right02 {
    width: 100%;
    height: 33vw;
  }
}

.price-section {
  padding: 50px 20px;
  background-color: #f9f9f9;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.section-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.image-center {
  text-align: center;
  margin-bottom: 30px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  font-size: 16px;
}

.price-table th,
.price-table td {
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
}

.price-table th {
  background-color: #62af0a;
  color: #fff;
  font-weight: bold;
}

.price-table td {
  color: #333;
}

.price-table td:first-child {
  font-weight: bold;
  text-align: left;
}
.footer-meta {
    display: none;
}
.entry-title{
	text-align: center;
}
.date-tags {
	display: none;
}
/* コンタクトフォーム */
/* お問い合わせフォーム全体 */
.wpcf7-form {
  max-width: 700px;
  margin: 0 auto;
  background-color: #f9f9f9;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-family: 'Helvetica Neue', sans-serif;
}

/* ラベルの整形 */
.wpcf7-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
  font-size: 16px;
}

/* テキスト入力・メール・電話・テキストエリア */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 20px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #0073aa;
  outline: none;
}

/* 送信ボタン */
.wpcf7-form input[type="submit"] {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #005f8d;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #d00;
  font-size: 14px;
  margin-top: -15px;
  margin-bottom: 10px;
}

/* 成功メッセージ */
.wpcf7-mail-sent-ok {
  background: #dff0d8;
  border: 1px solid #c3e6cb;
  padding: 15px;
  border-radius: 5px;
  color: #3c763d;
  margin-bottom: 20px;
}

/* エラーメッセージ */
.wpcf7-validation-errors {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 15px;
  border-radius: 5px;
  color: #721c24;
  margin-bottom: 20px;
}
/* 初めての方へページ*/
.block_wrapper {
    overflow: visible !important;
    margin-bottom: 2em !important;
}
ul.block_point {
    counter-reset: blockPoint;
    padding: 0 1em;
}
li.block_point_list {
    overflow: hidden;
    padding: 24px 0;
    position: relative;
    border-bottom: dotted 2px #323232;
}
    p.block_point_list_ttl {
        align-items: flex-start;
    }
p.block_point_list_ttl {
    position: relative;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 0 24px;
    padding-left: 3.5em;
    font-size: clamp(16px, 3vw, 24px);
    font-weight: bold;
    line-height: 1.3;
    min-height: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
p.block_point_list_ttl::before {
  content: "Point";
  vertical-align: bottom;
  background-color: #7cb500 !important;
  color: #ffff;
  height: 3.8em;
  width: 3.8em;
  border-radius: 50%;
  font-size: 80%;
  line-height: 2.2em;
  left: 0;
}
p.block_point_list_ttl::after {
    content: counter(blockPoint);
    counter-increment: blockPoint;
    color: #fff;
    font-size: 140%;
    top: .8em;
    left: .8em;
}
p.block_point_list_ttl::before, p.block_point_list_ttl::after {
    position: absolute;
    text-align: center;
}
    p.block_point_list_ttl {
        align-items: flex-start;
    }
    figure.block_point_list_pic {
        float: right;
        margin-left: 1em;
    }
figure.block_point_list_pic {
    margin: 0 0 1em;
}
    figure.block_point_list_pic img {
        max-width: 300px;
    }
.compare-section {
  padding: 50px 20px;
  background-color: #f8f8f8;
}

.section-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  font-size: 1rem;
}

.compare-table thead th {
  background-color: #62af0a;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}

.compare-table th,
.compare-table td {
  border: 1px solid #ccc;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}

.compare-table tbody th {
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: center;
  width: 15%;
}

.compare-table .mark {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  font-size: 1.2rem;
}

.compare-message {
  margin-top: 30px;
  font-size: 1.1rem;
  color: #444;
  line-height: 1.8;
  text-align: center;
}
.mark-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.5em;
}

.mark {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.4em;
}

.desc {
  font-size: 0.95rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .compare-table thead th,
  .compare-table tbody th,
  .compare-table td {
    font-size: 0.9rem;
    padding: 10px;
  }
	.compare-section{
		padding: 0;
	}
	.footer_bloc {
		padding: 2rem 0 1.5rem;
	}
	.footer_bloc .flex.sp-noflex {
/*    	justify-content: center!important;*/
		display: block;
	}
	.footer_bloc .flex.sp-noflex > * {
			width: 100%;
	}
	.footer_item h3 {
		text-align: center;
		border-bottom: 1px solid;
		padding-bottom: 0.25rem;
		margin-bottom: 0.5rem;
	}
	.footer_item ul li {
	    padding: 0.125rem 0 0.125rem 0.5rem;
	}

	.footer_item ul li a {
		position:relative;
	}
	.footer_item ul li a:before {
	  	content: '';
  		display: inline-block;
  		vertical-align: middle;
  		color: #333;
  		line-height: 1;
  		position: relative;
  		width: 0.8em;
  		height: 0.8em;
  		border: 0.075em solid currentColor;
  		background: currentColor;
  		border-radius: 50%;
  		box-sizing: content-box;
		margin-right: 0.25rem;
	}

	.footer_item ul li a:after{
  		content: '';
  		color: #fff;
  		width: 0;
  		height: 0;
 		border-style: solid;
 		border-color: transparent;
  		border-width: 0.18em 0.31177em;
  		border-left-color: currentColor;
  		border-right: 0;
  		transform: translateX(15%),translateY(-50%);
  		position: absolute;
  		top: 50%;
  		left: 0.4em;
	}	
	.more_bloc .btn_more {
		margin: 0 auto 0.5rem;
	}
	.more_bloc .flex {
    	justify-content: center!important;
	}
	
    .footer-popup ul {
        width: 100%;
        display: table;
        background-color: white;
        table-layout: fixed;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 10;
    }
    .footer-popup ul li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
	.footer-popup ul li:nth-child(1){
		background: #00a968;
	}
	.footer-popup ul li:nth-child(2){
		background: #00a9688a;
	}
    .footer-popup ul li a img {
        margin: auto;
        width: 55%;
    }

	
	 /*--------------ここからpopupのcss--------------*/
	 .modal,
 	.modal__bg,
 	.modal__content,
 	div#popuptel_wrap div.popuptel_inner ul,
 	.modal__content li,
 	.modal__content li a {
	   	box-sizing: border-box;
	    margin: 0;
	    padding: 0;
	}

	 .modal {
	    display: flex;
	    height: 100vh;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 100;
	    justify-content: center;
	    align-items: center;
	    width: 100vw;
	    z-index: 99999999999999999999999999;
	}
	 .modal__bg {
	    cursor: pointer;
	    background: rgba(0,0,0,0.8);
	    height: 100vh;
	    position: absolute;
	    width: 100%;
	}
	 #popuptel_wrap {
	    display: none;
		justify-content: center;
		align-items: center;
		width: 100vw;
		z-index: 99999999999999999999999999;
	}
	 div#popuptel_wrap div.popuptel_inner {
	   background-color: #fff;
	   border-radius: 8px;
	   display: block;
	   margin-bottom: 15vw;
	   width: 84vw;
	   height: auto;  
	   padding: 7vw 0;
	   z-index: 0;
	  margin: auto
	}
	div#popuptel_wrap div.popuptel_inner > p{
	  font-size: 4.5vw;
	  line-height: 1.35em;
	  font-weight: bold;
	  text-align: center;
	  display: block;
	  color: #5c2f0d;
	  font-family: "Noto Sans Japanese", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
	}
	div#popuptel_wrap div.popuptel_inner ul{
	  width: 100%;
	  display: flex;
	  flex-wrap: nowrap;
	  align-items: center;
	  justify-content: center;
	  padding: 3.5vw 5vw;
	  background: #f7e4ff;
	  margin: 3.5vw 0 4vw;
	}
	div#popuptel_wrap div.popuptel_inner ul li{
	  width: 45%;
	  margin: 0 auto;
	  border-radius: 1.5vw;
	  padding-bottom: 3vw;
	  list-style: none;
	}
	div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) {
	  background: #602d76;
	}
	div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) {
  		background: #b485c7;	
	}
	div#popuptel_wrap div.popuptel_inner ul.south li:nth-child(1) {
	    background: #4f2b7f;
	}
	div#popuptel_wrap div.popuptel_inner ul.south li:nth-child(2) {
	    background: #8985c7;
	}
	div#popuptel_wrap div.popuptel_inner ul li a{
	  display: block;
	  text-decoration: none;
	  color: #fff;
	  font-size: 3.75vw;
	}
	div#popuptel_wrap div.popuptel_inner ul li span{
	  width: 9vw;
	  background-color: #fff;
	  height: 9vw;
	  border-radius: 800px;
	  text-align: center;
	  display: flex;
	  align-items: center;
	  margin: 3vw auto;
	}
	div#popuptel_wrap div.popuptel_inner ul li span i{
	  margin: 0 auto;
	  font-size: 4.2vw;
	}
	div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) span i {
	  color: #602d76;
	}
	div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) span i {
	  color: #b485c7;
	}
	div#popuptel_wrap div.popuptel_inner ul.south li:nth-child(1) span i {
	  color: #4f2b7f;
	}
	div#popuptel_wrap div.popuptel_inner ul.south li:nth-child(2) span i {
	  color: #8985c7;
	}
	div#popuptel_wrap div.popuptel_inner ul li b{
	  text-align: center;
	  display: block;
	}
	div#popuptel_wrap div.popuptel_inner label{
	  background-color: #602d76;
	  width: 80%;
	  border-radius: 5000px;
	  text-align: center;
	  display: block;
	  padding: 1.25vw;
	  position: relative;
	  color: #fff;
	  max-width: 280px;
	  margin: 0vw auto 0;
	}
	div#popuptel_wrap div.popuptel_inner ul.south {
 	   background: #d3cae5;
	}
	div#popuptel_wrap div.popuptel_inner label::before{
	  border-left: 2px solid ;
	  border-top: 2px solid ;
	  border-color: #fff;
	  content: "";
	  height: 6px;
	  position: absolute;
	  right: 15px;
	  top: 45%;
	  -moz-transform: rotate(135deg);
	  -webkit-transform: rotate(135deg);
	  -ms-transform: rotate(135deg);
	  transform: rotate(135deg);
	  width: 6px;  
	}
	div#popuptel_wrap div.popuptel_inner > p.pointText {
	    padding: 0 7% 3%;
	    font-size: .8em;
	}
	/* Web */
	.contact-web .fa-mobile-alt:before {
	    content:"\f003";
	}
	.contact-web div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) {
	    background: #ffa50d;
	}
	.contact-web  div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) span i {
	    color: #ff7700;
	}
	.contact-web div#popuptel_wrap div.popuptel_inner label{
	    background-color: #ffa50d;
	}
	.contact-web div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) span i {
	    color: #ffa50d;
	}
	.contact-web div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) {
	    background: #ff7700;
	}
	.contact-web div#popuptel_wrap div.popuptel_inner ul {
	    background: #fff0d6;
	}
	/* Web */
	/* LINE */
	.contact-LINE .fa-mobile-alt:before {
	    content:"\f0e5";
	}
	.contact-LINE div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) {
	    background: #79bf29;
	}
	.contact-LINE  div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) span i {
	    color: #47a940;
	}
	.contact-LINE div#popuptel_wrap div.popuptel_inner label{
	    background-color: #79bf29;
	}
	.contact-LINE div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) span i {
	    color: #79bf29;
	}
	.contact-LINE div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) {
	    background: #47a940;
	}
	.contact-LINE div#popuptel_wrap div.popuptel_inner ul {
	    background: #ecffd5;
	}
	/* LINE */
	/*    labelCSS*/
	input#sp-popup-minami:checked + #popuptel_wrap {
	    display: flex; 
	}

	input#sp-popup-mail:checked + #popuptel_wrap {
	    display: flex; 
	}

	input#sp-popup-LINE:checked + #popuptel_wrap {
	    display: flex; 
	}

	input#sp-popup:checked + #popuptel_wrap {
	    display: flex; 
	}
}

@media screen and ( min-width:768px ) {
  #popuptel_wrap {
      display: none!important;
  }
	.footer-popup,.js-modal-open {
      display: none!important;
	}
}
	






.case-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	padding-left: 0 !important;
}
.case-list > li {
	width: 30%;
}
.case-list > li >a {
	display: block;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;	
	background: #fff;
}
.case-list > li >a img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.case-list > li >a span.txt {
	text-align: center;
	padding: 1rem 0.5rem;
	font-size: 18px;
	font-weight: bold;
	display: block;
}

@media screen and (max-width: 834px){
	.case-list {
		display: block;
	}	
	.case-list > li {
		width: 100%;
		margin-bottom: 1.5rem !important;
	}
	.case-list > li >a img {
		height: 150px;	
	}
}




/*必要ならばここにコードを書く*/

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

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

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