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

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

html {
    font-size: 100%;
    box-sizing: border-box;
	overflow-x: hidden;
}
*, *::before, *::after {
    box-sizing: inherit;
}
.wrap,
.container {
  max-width: none !important;
  width: 100% !important;
  margin: 0 auto;
  padding: 0;
}
body {
    font-family: "Noto Serif", serif !important;
    font-size: 1rem;
    color: #3B3B3B;
	overflow-x: hidden;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}
.main {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% ;
    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 40%, #C0E4FB 100%)
}
.site-title {
    display: inline-block;
    width: 10rem;
    transition: all 0.5s;
}
.site-title:hover {
    opacity: 0.7;
}
.site-title__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.site-title img {
     width: 2.75rem;
  	 height: 3.375rem;
     line-height: 0.0625rem;
    object-fit: contain;
    display: block;
}
.site-title__sub {
    display: block;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #3B3B3B;
    padding: 0.5rem;
    letter-spacing: 0.05em;
}
.btn-reserve--header,
.btn-reserve {
    display: inline-block;
    width: 14.0625rem;
    height: 3.125rem;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: bold;
    background: linear-gradient(to right, #E63946,#F48790);
    border-radius: 0.3125rem;
    text-align: center;
    line-height: 3.125rem;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.08rem rgba(0, 0, 0, 0.25);
    transition: 0.2s ease-out;
    z-index: 10;
}
.btn-reserve-fixed {
    display: none;
}
.btn-reserve .fa-solid {
    padding-right: 1rem;
}
.btn-reserve--header:hover,
.btn-reserve:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    transform: translate(0.125rem,0.125rem);
	color: #ffffff !important;
}
.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 3rem;
}
.section-title .ja {
    display: inline-block;
    width: 25rem;
    font-size: 2rem;
    color: #6397B8;
    border-bottom: 2px solid #6397B8;
}
.section-title .en {
    font-size: 1.25rem;
    padding-top: 0.5rem;
}
.link {
  display: inline-block;
  padding: 0.75rem 2rem;
  border: 1.5px solid #6397B8;
  border-radius: 2rem;
  background-color: transparent;
  color: #3B3B3B;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin: 2.5rem auto 0;
  text-decoration: none;
}
.link:hover {
  background-color: #6397B8;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.content {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.page-title {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  color: #6397B8;
  text-align: center;
  padding: 2.5rem 1rem;
  margin-bottom: 3rem;
  border-bottom: 2px solid #6397B8;
  letter-spacing: 0.05em;
}
.page-title::after {
  content: '';
  display: block;
  width: 6rem;
  height: 3px;
  background-color: #6397B8;
  margin: 0.5rem auto 0;
  border-radius: 2px;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.pagination li {
  padding-right: 2.5rem;
}
.pagination li:last-child {
  padding-right: 0;
}
.contact-intro-text {
  max-width: 600px !important;
  width: 100%;
  margin: 0 auto;
}
.fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}
.fadein.active {
    opacity: 1;
    transform: translateY(0);
}

/* ヘッダー */
.header {
    width: 100vw;
    height: 6rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 1.875rem 5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    z-index: 20;
}
.header .wrapper {
    padding: 0;
}
.header__inner {
    display: flex;
    align-items: center;
	z-index: 30;
}
.global-nav__list {
    display: flex;
}
.global-nav__item {
    margin-right: 1.875rem;
}
.global-nav__item a{
    color: #3B3B3B;
}
.global-nav__item a:hover{
    opacity: 0.7;
}
.global-nav__list--sp {
  display: none;
}

/* メインビジュアル */
.mainvisual {
    width: 100%;
    overflow: hidden;
	padding-top: 3.8rem;
}
.mainvisual-img {
    width: 100%;
    height: auto;
}
.main-visual__pc {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* コンタクト */
.contact {
    background: linear-gradient(to right, #5DA8D7,#C4E8FF);
    padding: 2rem 5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 3.75rem;
}
.contact-images {
    width: 18%;
}
.img-girl,
.img-boy {
    width: 100%;
}
.contact-content {
    width: 55%;
    text-align: center;
}
.contact-content_catch {
    display: inline-block;
    padding: 0.2rem 3rem;
    background-color: #FFFFFF;
    color: #6397B8;
    border-radius: 0.15rem;
    font-size: 2rem;
}
.contact-content_lead {
    margin: 4rem 0;
    color: #FFFFFF;
    line-height: 2rem;
    letter-spacing: 0.05em;
}

/* プロフィール */
.profile {
    margin-bottom: 3.75rem;
}
.profile-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.profile-img {
    width: 38%;
    aspect-ratio: 3 / 4;
    overflow: visible;
}
.profile-img__photo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    object-fit: cover;
    box-shadow: 
    0 12px 24px rgba(0, 0, 0, 0.2),
    0 8px 8px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}
.profile-content_item {
    width: 57%;
}
.profile-content_catch {
    color: #6397B8;
    font-size: 1.5rem;
    margin-bottom: 2.25rem;
}
.profile-content_lead  {
    margin-bottom: 1.25rem;
    line-height: 1.5rem;
}
.profile-content_lead .red {
    color: #E63946;
    font-weight: bold;
}

/* サービス */
.service {
    margin-bottom: 3.75rem;
}
.service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.service-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 4rem;
}
.service-card__img {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    aspect-ratio: 4 / 3; 
    object-fit: cover;
    width: 100%;
}
.service-card__img-wrap {
    flex-shrink: 0;
    width: 100%;
}
.service-card__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border: 2px solid #6397B8;
    background: linear-gradient(to right, #9BD6FB 0%, #F5FAFF 50%, #EEF8FF 100%);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-top: none;
    height: auto;
}
.service-card__title {
    font-size: 1.5rem;
    color: #6397B8;
}
.service-card__text {
    text-align: start;
    margin: 1rem 0;
}
.service-card__link {
    margin-top: auto;
    display: inline-block;
    width: 10rem;
    height: 2rem;
    line-height: 2rem;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: bold;
    background: linear-gradient(to right, #E63946,#F48790);
    border-radius: 0.3125rem;
    text-align: center;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.08rem rgba(0, 0, 0, 0.25);
    transition: 0.2s ease-out;
    z-index: 10;
}
.service-card__link:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    transform: translate(0.125rem,0.125rem);
	color: #ffffff !important;
}

/* サービスの流れ */
.service-flow {
    margin-bottom: 3.75rem;
}
.service-flow__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    list-style: none;
    counter-reset: step;
    gap: 5rem;
    padding: 0;
    margin: 0;
}
.service-flow__item {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.service-flow__title {
    background: linear-gradient(to right, #5DA8D7,#C4E8FF);
    font-size: 1.5rem;
    line-height: 1.5rem;
    width: 100%;
    padding: 1rem 1.5rem;
    text-align: center;
    font-weight: bold;
    position: relative;
    color: #FFFFFF;
    flex-shrink: 0;
}
.service-flow__title::before {
    counter-increment: step;
    content: "0" counter(step) " ";
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    margin-right: 2rem;
    font-size: 1.5rem; 
    font-weight: normal;
  }
.service-flow__body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    padding: 0.8rem;
    border: 1px solid #6397B8;
    border-top: none;
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.service-flow__img {
    flex-shrink: 0;
    width: 6.25rem;
    height: 6.25rem;
}
.service-flow__photo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.service-flow__description {
    line-height: 1.8;
    margin: 0;
    padding: 0;
    min-height: 7rem;
}

/* ニュース */
.news {
  margin-bottom: 6rem;
  text-align: center;
}
.news-item {
  text-align: left;
  margin-bottom: 3rem;
}
.news-item:last-of-type {
  margin-bottom: 0;
}
.news-item__link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #3B3B3B;
}
.news-item__link:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}
.news-item__img {
  width: 30%;
  height: auto;
} 
.news-item__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item__content {
  width: 65%;
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
}
.news-item__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #6397B8;
  margin-bottom: 1.5rem;
}
.news-item__text {
  line-height: 1.6;
}

/* 予約紹介 */
.contact-intro {
    background-image: url("img/contact-intro.jpg");
    background-size: 130%;
    background-position: center 80%;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding: 4rem 2rem; 
    position: relative;
	margin-bottom: 0;
}
.contact-intro h1,
.contact-intro p,
.contact-intro a {
  position: relative;
  z-index: 2;
}
.contact-intro::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(93, 168, 215, 0.5);
  z-index: 1;
}
.contact-intro__text {
    margin: 3rem;
	margin-bottom: 0;
    line-height: 1.6;
}

/* フッター */
.footer {
    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 40%, #C0E4FB 100%);
    padding: 7rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content:center;
	margin-bottom: 0 !important;
}
.footer .site-title__link {
	justify-content: center; 
}
.sns-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    margin: 4rem 0 2rem 0;
}
.sns-links__item:hover {
    opacity: 0.7;
    transition: 0.3s ease;
}
.news-single__img {
  margin-bottom: 2rem;
  text-align: center;
}
.news-single__photo {
  max-width: 100%;
  height: auto;
}
.news-single__content {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.news-single__meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 2rem;
}
.news-single__back {
  text-align: center;
  margin-top: 2rem;
}

/* お問い合わせ */
.wpcf7-form {
  max-width: 600px;
  margin: 0 ;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.wpcf7-form p {
  margin-bottom: 1.5rem;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: 1rem;
}
.wpcf7-form textarea {
  height: 180px;
  resize: vertical;
}
.wpcf7-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.wpcf7-form .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}
.wpcf7-form input[type="submit"] {
  background: linear-gradient(to right, #E63946,#F48790);
  color: #fff;
  padding: 0.8rem 2rem;
  font-size: 1.25rem;
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  box-shadow: 0.1rem 0.1rem 0.1rem 0.08rem rgba(0, 0, 0, 0.25);
  transition: 0.2s ease-out;
}
.wpcf7-form input[type="submit"]:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  transform: translate(0.125rem,0.125rem);
}
/*-------------------------------------------------------------
固定ページ_共通設定
--------------------------------------------------------------*/
.page-mainvisual{
	width:100%;
	margin-top:3.75rem;
	padding:3rem 0%;
	    background: linear-gradient(to right, #5DA8D7, #C4E8FF);
	display:flex;
	justify-content:center;
	align-items:center;
}

.page-mainvisual-text{
	width:100%;
	text-align:center;
	color:white;
	font-size:2rem;
	letter-spacing:0.2rem;
	font-weight:bold;
	z-index:98;
}
/* タブレット */
@media screen and (max-width: 1024px) {
.btn-reserve-fixed {
    display: block;
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    color: #FFFFFF;
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: linear-gradient(to right, #E63946,#F48790);
    border-radius: 3rem;
    text-align: center;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.btn-reserve-fixed:hover {
    opacity: 0.9;
    transform: translateX(-50%) scale(1.03);
    box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.3);
	color: #ffffff !important;
}
/* ヘッダー */
.btn-reserve--header,
.btn-reserve {
    display: none;
}
.header {
    padding: 1rem 3rem 0 3rem;
    height: 7rem;
}
.main {
    padding-top: 7rem;
}
.global-nav__list--pc {
    display: none;
}
.global-nav__list--sp {
    width: 300px;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    opacity: 0;
    padding: 6rem 2rem;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 20;
}
.open .global-nav__list--sp {
    left: 0;
    opacity: 1;
}
.global-nav__list--sp {
    flex-direction: column;
}
.global-nav__item {
    margin-bottom: 3rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #6397B8;
}
.global-nav__item a {
    color: #6397B8;
    font-weight: bold;
}
.global-nav__item:hover {
    opacity: 0.8;
}
.hmb_btn {
    width: 1.8rem;
    height: 1.8rem;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 20;
}
.hmb_btn__line {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.1rem;
    border-radius: 0.25rem;
    background-color: #6397B8;
    transition: all 0.5s;
}
.open .hmb_btn__line {
    background-color: #FFFFFF;
}
.hmb_btn__line:nth-child(1) {
    top: 0.6rem;
}
.hmb_btn__line:nth-child(2) {
    bottom: 0.6rem;
}
.open .hmb_btn__line:nth-child(1) {
    transform: translateY(0.6rem) rotate(45deg);
}
.open .hmb_btn__line:nth-child(2) {
    transform: translateY(-0.6rem) rotate(-45deg);
}
.hmb_mask {
    display: none;
    transition: all 0.5s;
}
.open .hmb_mask {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3B3B3B;
    opacity: 0.8;
    cursor: pointer;
    z-index: 10;
}

/* コンタクト */
.contact {
    padding: 1rem 3rem;
}
.contact-content {
    margin: 1rem 0;
}
.contact-content_catch {
    font-size: 1.5rem;
}
.contact-content_lead {
    margin: 2rem 0 0 0;
}

/* サービス */
.service-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3rem;
}
/* サービスの流れ */
.service-flow__list {
    flex-direction: column;
    gap: 3rem;
}
.service-flow__item {
    width: 100%;
}
.service-flow__body {
    flex-direction: row;
    align-items: center;       
    padding: 1rem;           
}
.service-flow__img {
    width: 12rem;
    height: 12rem;
    margin-right: 1.5rem;       
}
.service-flow__title {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 0.8rem 1.2rem;
}
.service-flow__title::before {
    font-size: 1.4rem;
    left: 1rem;
}
.service-flow__description {
    font-size: 1.4rem;
    line-height: 1.7;
    min-height: auto;
}

/* 予約紹介 */
.contact-intro {
    background-size: 150%; 
    background-position: center 75%;
    padding: 3rem 1.5rem;
}
.contact-intro__text {
    margin: 2rem auto;
    font-size: 1rem;
    max-width: 90%;
}
.btn-reserve {
    margin-top: 2rem;
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
}

/* フッター */
.footer {
    padding-bottom: 9rem;
}
.sns-links {
    gap: 3rem; 
    flex-wrap: wrap;
    row-gap: 2rem;
}

	
/* SP */
@media screen and (max-width: 590px) {
.btn-reserve-fixed {       
    height: 4rem;
    line-height: 4rem;
}
.wrapper {
    width: 95%;
    padding: 0 0.5rem;
}
.section-title {
    margin-bottom: 2rem;
}
.content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.page-title {
  font-size: 1.5rem;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}
.page-title::after {
  width: 4rem;
  height: 2px;
  margin: 0.5rem auto 0;
}
.link {
  margin-top: 3rem;
}
.site-title {
    width: auto;
}
.site-title img {
     width: 2rem;
  	 height: 3rem;
     line-height: 0.02rem;
}
.site-title__sub {
    font-size: 0.8rem;
    line-height: 1.1rem;
    padding: 0.3rem;
}
/* ヘッダー */
.header {
	height: 6.5rem;
    padding: 0.5rem 2rem 0 2rem;
}
/* コンタクト */
.contact {
    padding: 2rem 1rem;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2rem;
}
.contact-content {
    width: 95%;
}
.contact-content_catch {
    padding: 0.2rem 3rem;
    font-size: 1.3rem;
}
.contact-content_lead {
    margin: 2rem 0 0 0;
}

/* プロフィール */
.profile {
    margin-bottom: 1.875rem;
}
.profile-content {
    flex-direction: column;
}
.profile-img {
    width: 100%;
    aspect-ratio: auto;
    overflow: visible;
    margin-bottom: 3rem;
}
.profile-img__photo {
    height: auto;
    object-fit: contain;
}
.profile-content_item {
    width: 100%;
}

/* サービス */
.service-content {
    grid-template-columns: repeat(1, 1fr);
}

/* サービスの流れ */
.service-flow__body {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0.5rem;
}
.service-flow__img {
    width: 5.5rem;
    height: 5.5rem;
	padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.service-flow__photo {
    display: block; 
    margin: 0 auto;
}
.service-flow__title {
    font-size: 1.3rem;
    padding: 0.6rem 1rem;
}
.service-flow__title::before {
    font-size: 1.2rem;
    left: 0.8rem;
}
.service-flow__description {
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 0 1rem;
  }

/* ニュース */
.news-item__link {
    flex-direction: column;
    align-items: center;
    text-align: left;
}
.news-item__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
} 
.news-item__photo {
    width: 100%;
    height: auto;
}
.news-item__content {
    width: 100%;
}
.news-item__title {
    margin-bottom: 1rem;
}

/* 予約紹介 */
.contact-intro {
    background-size: 180%;
    background-position: center 70%;
    padding: 2.5rem 1rem;
}
.contact-intro h1 {
    font-size: 1.3rem;
    line-height: 1.4;
}
.contact-intro__text {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 1.5rem auto;
    max-width: 100%;
}
.btn-reserve {
    font-size: 0.95rem;
    padding: 0.7rem 1.2rem;
  
}

/* フッター */
.footer {
    padding: 5rem 1rem 9rem;
}
.sns-links {
    gap: 2rem;
    flex-wrap: wrap;
    row-gap: 1.5rem;
}
/*-------------------------------------------------------------
SP 固定ページ_共通設定
--------------------------------------------------------------*/
	.page-mainvisual{
		height:15vh;
	}
	.page-mainvisual-text{
		font-size:1.5rem;	
	}
}