@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
:root {
  --text-color: #333;
  --brown-lighter: #C5B7AA;
  --brown-light: #aa9888;
  --brown-dark: #3D250A;
  --beige-lightest: #FCFAF6;
  --green-lightest: #F6F7F3;
  --green-lighter: #e6ebe4;
  --green-light: #68A447;
  --green-dark: #457410;
  --gray-lightest: #f9f9f9;
}

html, body {
  overflow-x: hidden;
}
a {
  color: var(--green-dark);
  text-decoration: none;
}
a:hover {
  color: var(--green-light);
}
.br-pc-none,
.br-1060-none {
  display: none;
}
.hidden-field {
  display: none !important;
}
/************************************
** 基本表示
************************************/
.wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 98%;
}
.header-container .wrap {
  max-width: 1920px;
  width:100%;
}
.common-contentSize {
  margin: auto;
  width: min(100%,1120px);
}
.min-contentSize {
  margin: auto;
  width: min(100%,880px);
}
.top-about .layout-box {
  margin: auto;
  width: min(100%,960px);  
}
/*youtubeのサイズ変更*/
.video-container {
  margin: auto;
  max-width: 1080px;
  width: 100%;
}
/*セクション間隔*/
.section {
  padding: clamp(32px,12vw,120px) 0;
}
.section:not(.section--bg) + .section:not(.section--bg) {
  padding-top: 0;
}
.section >:first-child {
  margin-top: 0;
}
.section >:last-child {
  margin-bottom: 0;
}
.section--bg {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-bottom: 0 !important;
}
.full-wide {
  margin: 0 calc((100% - 100vw) / 2) !important;
}
.full-wide img {
  width: 100vw !important;
}
/*右側へ要素を広げる（2カラム）*/
.column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw) !important;
}
/*左側へ要素を広げる（2カラム）*/
.column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw) !important;
}
.alternate {
  display: flex;
  flex-direction: row-reverse;
}
.alternate._reverse {
  flex-direction: row;
}
.alternate__body {
  position: relative;
}
.centering__outer {
  text-align: center;
}
.centering__inner {
  display: inline-block;
  text-align: left;
}
/* 見出し */
.sub-title,
.type-page h1,
.article h2,
.font-mincho,
.our-value h3 span,
.our-value h3::before,
.features h3,
.bg-count {
  font-family: 'Noto Serif JP', serif;
}
.type-page h1 {
  color: var(--brown-dark);
  font-size: clamp(22px,4.8vw,48px);
  font-weight: normal;
  margin-bottom: clamp(32px,5.6vw,56px);
}
.type-post h1 {
  font-size: clamp(22px,3.6vw,36px);
  padding: 0;
}
.sub-title {
  color: var(--brown-lighter);
  display: block;
  font-size: clamp(14px,1.8vw,18px);
  margin-bottom: clamp(12px,2.4vw,24px) !important;
}
.top-aboutus .sub-title,
.contact-section .sub-title {
  margin-bottom: 0 !important;
}
.article h2 {
  background: none;
  color: var(--brown-dark);
  font-size: clamp(24px,4vw,40px);
  line-height: 1.5;
  margin: 0 auto;
  padding-left: 0;
  text-align: left;
}
.features h2 {
  text-align: center !important;
}
.article h3 {
  border: none;
  font-size: clamp(18px,2.4vw,24px);
  margin-top: 2rem;
  padding: 0;
}
.has-medium-font-size {
  font-size: clamp(18px,2.4vw,24px) !important;  
}
.has-large-font-size {
  font-size: clamp(20px,3.2vw,32px) !important;
  margin-bottom: 16px;
}
.has-x-large-font-size {
  font-size: clamp(24px,4.8vw,48px) !important;
  font-weight: bold;
  margin-bottom: .5em !important;
}
/* =======================================
    トップページ
======================================= */
.hero-section {
  background-image: url("../img/senior-living/bg_firstview.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
  display: grid;
  font-family: 'Noto Serif JP', serif;
  grid-template-columns: 2fr 3fr;
  grid-template-areas:
    "box1 box3"
    "box2 box3";
  padding-top: clamp(4px,4vw,60px);
}
.hero-section .box1 {
  color: var(--brown-dark);
  grid-area: box1;
  font-size: clamp(14px,2vw,20px);
  padding-top: clamp(2px,5vw,160px);
}
.hero-section .box1 p {
  margin-bottom: 72px;
}
.hero-section .box2 { grid-area: box2; }
.hero-section .box3 {
  grid-area: box3;
  margin-right: calc(28% - 28vw) !important;
}
.hero-section .box3 img {
  border: clamp(4px,1vw,10px) solid #fff;
  border-radius: 12px;
}
.top-about, .top-concept {
  background-color: var(--green-lightest);
  padding-top: clamp(24px,5vw,100px);
}
.layout-box {
  background: #fff;
  border-radius: 16px;
  font-size: clamp(16px,2vw,20px);
  line-height: 2;
  padding: clamp(32px,8vw,96px) clamp(24px,4vw,80px) clamp(32px,13.6vw,136px);
  text-align: center;
}
.layout-box-inner {
  display: inline-block;
  text-align: left;
}
.top-about .text-area, .top-concept .text-area {
  line-height: 1.8;
  margin: clamp(24px,4.8vw,48px) auto 0;
  max-width: 500px;
  width: 100%;
  text-align: left;
}
/* 在宅での介護同居、あなたは無理なく続けられるでしょうか。 */
.top-about {
  background-image: url("../img/senior-living/bg_introduction01.png");
  background-repeat: no-repeat;
  background-size: 22%;
  background-position: 100% 0;
  position: relative;
}
.top-about .img01,
.top-about .img02,
.top-concept .img02 {
  border: 6px solid #fff;
  border-radius: 12px;
  width: 30%;
}
.top-about .img01 {
  position: absolute;
  right: -20%;
  top: 40%;
}
.top-about .img02 {
  position: absolute;
  left: -20%;
  bottom: 14%;
}
.top-about .img03 {
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 48%;
  z-index: 1;
}
/* 寄り添いながらも、負担は軽く。 */
.top-concept {
  background-image: url("../img/senior-living/bg_concept_bottom.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
}
.top-concept .img02 {
  position: absolute;
  right: -14%;
  top: 36%;
}
.top-concept .alternate {
  align-items: flex-end;
}
.top-concept .alternate__body {
  max-width: 960px;
  width: 80%;
}
.top-concept .alternate__thumb {
  margin-right: -6% !important;
  position: relative;
  text-align: right;
  z-index: 1;
}
.top-concept .alternate__thumb img {
  max-width: 560px;
  width: 100%;
}
/* ほどよい距離が、よい関係を続ける。 */
.top-feature {
  padding-bottom: clamp(32px,10vw,100px);
}
.top-feature .alternate:first-child {
  align-items: flex-end;
}
.top-feature .alternate:last-child {
  align-items: center;
}
.top-feature .img01 {
  max-width: 400px;
  width: 30%;
}
.top-feature .img02 {
  max-width: 400px;
  width: 34%;
}
.top-feature .wp-block-media-text>.wp-block-media-text__content {
  padding: 0;
}
.top-feature ul {
  padding: 0;
}
.top-feature li {
  color: var(--brown-dark);
  font-size: clamp(16px,2.4vw,24px);
  font-weight: bold;
  list-style: none;
  margin: clamp(16px,2vw,24px) 0 0 !important;
  padding: 0 0 0 1.5em;
  position: relative;
}
.top-feature li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f058';
  color: var(--brown-lighter);
}
/* 看る人も、看られる人も。 */
.our-value {
  background-image: url("../img/senior-living/bg_our-value.jpg"),url("img/home/bg_ourvalue_last.png");
  background-repeat: no-repeat,no-repeat;
  background-size: 64%,7%;
  background-position: 100% 0,96% 100%;
  counter-reset: number 0;
}
.our-value .title-area {
  background-image: url("img/home/bg_ourvalue_title.png");
  background-repeat: no-repeat;
  background-size: 14%;
  background-position: 0 100%;
  padding: 0 0 clamp(16px,4vw,64px) clamp(24px,6vw,90px);
}
.our-value .cardList02 div {
  background: #fff;
  border: 1px solid var(--green-lighter);
  border-radius: 12px;
  padding: clamp(12px,2.4vw,24px) clamp(16px,4vw,40px) clamp(16px,4vw,40px);
  text-align: center;
}
.our-value .cardList02 div:nth-child(even) {
  position: relative;
  top: 28px;
}
.our-value h3 span {
  color: var(--green-lighter);
  display: block;
  font-size: 15px;
  padding-bottom: clamp(12px,2.4vw,24px);
}
.our-value h3 {
  color: var(--green-dark);
  height: 96px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.our-value h3::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: clamp(64px,7.2vw,72px);
  font-weight: bold;
  color: var(--green-lighter);
  pointer-events: none;
  white-space: nowrap;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.our-value .last-copy {
  color: var(--brown-dark);
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(18px,3vw,30px);
  margin-top: -64px;
  text-align: right;
}
/* メッセージ */
.top-message {
  background-image: url("../img/senior-living/bg_message01.png"),url("../img/senior-living/bg_message02.png"),url("../img/senior-living/bg_message03.png"),url("../img/senior-living/bg_message04.png"),url("../img/senior-living/bg_message_top.jpg");
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x;
  background-size: 21%,26%,23%,24%,2%;
  background-position: 3% 3%,94% 0,10% 96%,98% 100%,0 0;
  padding: 100px 0;
}
/* C’ZBシニアリビングの特徴 */
.senior-img .text {
  color: var(--brown-dark);
  font-size: clamp(17px,3vw,38px);
  font-weight: bold;
  line-height: 1.6;
  margin-top: clamp(8px,2vw,36px);
  text-align: center;
}
.senior-img .text span {
  font-size: clamp(20px,6vw,70px);
  color: var(--green-dark);
}
.features {
  background: #e6f3f4;
  padding: clamp(24px,4vw,40px) 16px;
}
.features h2 {
  font-size: clamp(24px,5vw,64px) !important;
  margin: clamp(16px,3vw,32px) auto clamp(24px,5vw,56px) !important;
}
.features h3 {
  font-size: clamp(21px,5vw,48px) !important;
}
.features .cardList > div {
  background: #fff;
  border-radius: 12px;
  margin: 0 auto clamp(56px,8vw,80px) !important;
  max-width: 1040px;
  padding: clamp(24px,4vw,40px) clamp(16px,6vw,136px) clamp(32px,4vw,56px);
  position: relative;
}
.features .cardList > div:nth-child(odd) {
  left: -5%;
}
.features .cardList > div:nth-child(even) {
  right: -5%;
}
.bg-count {	
  position: absolute;
  width: clamp(56px,10vw,112px);
  height: clamp(56px,10vw,112px);
  background: #9c5f28;
  color: #fff;
  margin: auto;
  opacity: .8;
  -webkit-transform: translateX(-40px) translateY(-80%);
  transform: translateX(-40px) translateY(-80%);
}
.bg-count p {
  font-size: clamp(13px,2vw,20px);
  font-weight: bold;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: clamp(56px,10vw,112px);
  text-align:center;
  line-height: 1.2;
}
.bg-count p span {
  display: block;
  font-size: clamp(20px,4vw,40px);
}
/* 私たちの想い */
.top-aboutus {
  flex: 1;
  margin: clamp(32px,10vw,140px) calc(50% - 50vw) clamp(32px,8vw,100px) 0 !important;
  border: 1px solid var(--brown-lighter);
  padding: 0;
}
.about-us-container {
  align-items: center;
  display: flex;
  max-width: 1600px;
  margin: 0;
}
.visual-area {
  background: url("../img/senior-living/bg_aboutus_visual-area.jpg") no-repeat bottom right;
  background-size: cover;
  margin: 0 !important;
  max-width: 480px;
  min-height: 200px;
  position: relative;
  width: 26%;
}
.visual-area img {
  position: absolute;
  left: -32px;
  bottom: -9px;
}
.message-area {
  padding: 24px 24px 0 0;
  width: 44%;
}
.link-area {
  border-left: 1px solid var(--brown-lighter); 
  text-align: center;
  width: 30%;
}
.link-area-inner {
  display: inline-block;
  text-align: left;
}
/* お問い合わせ */
.grecaptcha-badge {
visibility: hidden;
}
.contact-section {
  background: var(--beige-lightest);
  margin: 0 calc(50% - 50vw) !important;
  padding: clamp(24px,8vw,80px) calc(50vw - 50%);
  text-align: center;
}
.contact-header {
  display: flex;
  max-width: 800px;
  margin: 0 auto 40px;
}
.contact-options-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
.contact-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  font-family: 'Noto Serif JP', serif;
  justify-content: center;
  margin: 0 !important;
  max-width: 500px;
  padding: clamp(20px,3vw,30px) clamp(16px,2vw,20px);
  width: 100%;
}
.contact-card .contact-title {
  font-size: clamp(20px,2.2vw,22px);
  margin-bottom: 0;
}
.phone-number {
  color: var(--green-dark);
  font-size: clamp(28px,4vw,40px);
  font-weight: bold;
  margin-bottom: 0 !important;
}
.phone-number::before {
  content: "\f879";
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: 900;
  margin-right: 6px;
}
.email-button {
  align-items: center;
  background: var(--green-dark);
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 30px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.email-button:hover {
  background-color: var(--green-light);
  color: #fff;
}
.email-button::before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 6px;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
/* =======================================
    私たちの想い
======================================= */
.representative-message .img01 {
  margin: 0 auto 16px;
  width: 72%;
}
.column-banner-area {
  max-width:880px;
  margin:auto;
  overflow: hidden;
  width: 100%;
}
.column-banner-area img {
  transition: filter 0.3s ease;
  filter: brightness(
    1
  ); /* デフォルト値なのでこの一行は省略してもOK */
}
.column-banner-area img:hover {
  filter: brightness(1.2); /* 明るくする */
}
/* =======================================
    レイアウト
======================================= */
/*ヘッダーとコンテンツ間の余白調整*/
.main {
  border-top: none;
  padding: 0 29px;
}
.body .article {
  margin-bottom: 0;
}
/************************************
** ヘッダー
************************************/
/*ヘッダーを最大幅にする*/
.header-container-in.hlt-top-menu {
  width:100%;
}
/*ヘッダーロゴの左右余白の調整*/
.site-name-text-link {
  padding: 0;
}
/************************************
** グローバルメニュー
************************************/
#navi .navi-in>ul>li>a {
  padding: 0 1em;
}
.navi-in .has-icon {
  display: none;
}
.navi-in a {
  color: #666;
}
.navi-in a:hover {
  color: #666;
  background: inherit;
  opacity: 1;
}
.navi-in a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid currentColor;
  display: block;
}
.navi-in a:hover::after {
  width: 100%;
  border-bottom: 1px solid currentColor;
}
/*お問い合わせを強調する*/
.gmenu-last {
  background: var(--green-dark);
  color: #fff;
}
.gmenu-last a {
	color:#fff;
}
.gmenu-last a:hover {
  background: var(--green-light);
  color: #fff;
}
/************************************
** 日付関係のスタイル
************************************/
/*固定ページの投稿日・更新日・投稿者名を非表示*/
.page .post-date,
.page .post-update,
.page .author-info {
  display: none;
}
/************************************
** パンくずリスト
************************************/
/*アイコンをまとめて非表示にする*/
.breadcrumb .fa-home,
.breadcrumb .fa-folder,
.breadcrumb .fa-file {
	display: none;
}
.breadcrumb.sbp-main-before,
.breadcrumb.sbp-footer-before,
.breadcrumb.pbp-main-before,
.breadcrumb.pbp-footer-before {
  margin: 0;
}
/************************************
** 内容
************************************/
/*エントリー・アーカイブの見出し*/
.entry-title,
.archive-title {
  margin: 0 0 8px;
}
.entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
.cat-label,
.archive-title :before {
  display: none;
}
#main .sns-buttons a {
  background-color: var(--brown-light);
  font-size: 17px;
  height: 28px;
  width: 28px;
}
.sns-buttons {
  background: var(--beige-lightest);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.sns-buttons a:hover {
  color: #fff;
}
/************************************
** 投稿・固定ページで使うHTML要素
************************************/
table th {
  font-weight: normal;
  text-align: left;
  width: 26%;
}
figure.wp-block-table table {
  width: 100%;
}
.wp-block-table th, .wp-block-table td {
  border-color: #eee;
  border-width: 1px 0px;
  background-color: white;
  padding: 16px 24px;
}
.wp-block-table table tr:nth-of-type(2n+1) {
  background-color: white;	
}
.container table tr {
  background-color: transparent;
}
/************************************
** リンクとボタンのスタイル
************************************/
.btn-border-white {
  width: 300px;
}
.button-link {
  display: block;
  text-align: center;
  color: #fff;
}
.button-link:hover {
  color: var(--text-color);
}
.bg-extend-left {
  padding: 20px;
  border: 2px solid #fff;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bg-extend-left::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: -100%;
  top: 0;
  transition: .4s;
  z-index: -1;
}
.bg-extend-left:hover::before {
  left: 0;
}
.go-to-top-button {
  background: transparent;
}
.go-to-top-button:hover {
  opacity: .7;
}
/* =======================================
    装飾
======================================= */
/*横並びのカードリスト*/
.cardList02 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2,1fr);
}
/************************************
** フッター、フッターボトム
************************************/
.footer, .footer-bottom {
  margin-top: 0;
}
.footer {
  background: var(--beige-lightest);
}
.navi-footer {
  margin-top: 8px;
}
.navi-footer-in a {
  color: #484848;
}
.navi-footer-in a:hover {
  color: #484848;
  background-color: inherit;
  opacity: 1;
}
.navi-footer li a i {
  margin-right: 8px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1280px){
.top-about .img01,
.top-about .img02,
.top-concept .img02 {
  width: 24%;
}
.top-about .img01 {
  right: -3%;
}
.top-about .img02 {
  left: -9%;
}
.top-about .img03 {
  bottom: -12%;
  width: 52%;
}
.top-concept .img02 {
  right: -8%;
}
}
@media screen and (max-width: 1060px){
.br-1060-none {
  display: block;
}
.top-concept .alternate {
  display: block;
}
.top-concept .alternate__body {
  width: 100%;
}
.top-concept .alternate__thumb {
  margin-top: -16%;
  padding-left: 24px;
  text-align: left;
}
.top-concept .alternate__thumb img {
  width: 64%;
}
.top-feature {
  padding-top: clamp(24px,5vw,100px);
}
.top-feature .img01 {
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.features .cardList > div:nth-child(odd) {
  left: 0;
}
.features .cardList > div:nth-child(even) {
  right: 0;
}
}
@media screen and (max-width: 834px){
.br-834-none {
  display: none;
}
.block-reverse {
  flex-direction: column-reverse;
}
.alternate {
  display: block;
}
.alternate__body {
  width: 100%;
}
/* =======================================
    トップページ
======================================= */
.hero-section {
  background-color: var(--green-lightest);
  background-image: none;
  grid-template-columns: 1fr;
  grid-template-areas:
    "box1"
    "box3"
    "box2";
}
.hero-section .box1,
.hero-section .box1 p {
  margin-bottom: 0;
}
.hero-section .box1 img {
  margin: auto;
  width: 90%;
}
.hero-section .box3 {
  margin-right: calc(80% - 80vw) !important;
  width: 100%;
}
.hero-section .box2 p {
  line-height: 1.4;
  padding-top: 32px;
}
.top-about {
  background-image: none;
}
.top-about .text-area, .top-concept .text-area {
  max-width: 460px;
}
.top-about .img02 {
  left: 0;
  right: -90%;
  bottom: 26%;
}
.top-about .img03 {
  bottom: -16%;
  width: 66%;
}
/* ほどよい距離が、よい関係を続ける。 */
.top-feature .alternate__body {
  padding: 0;
}
.top-feature .img02 {
  width: 56%;
}
.top-feature li {
  line-height: 1.5;
}
/* 看る人も、看られる人も。 */
.our-value {
  background-size: 72%,14%;
}
.our-value .title-area {
  background-size: 21%;
}
.our-value .cardList02 {
  gap: 12px;
  grid-template-columns: repeat(1,1fr);
}
.our-value .cardList02 div:nth-child(even) {
  top: 0;
}
.our-value .cardList02 div p {
  font-size: 15px;
  line-height: 1.5;
}
.our-value .last-copy {
  margin-top: 40px;
  text-align: center;
}
/* メッセージ */
.top-message {
  background-size: 34%,38%,36%,36%;
}
/* シニアリビングの特徴 */
.bg-count {	
  margin-left: 8px !important;
}
/* 私たちの想い */
.about-us-container {
  flex-wrap: wrap;
}
.visual-area {
  width: 40%;
}
.message-area {
  width: 60%;
}
.link-area {
  padding: 24px 0;
  width: 100%;
}
/* お問い合わせ */
.contact-options-container {
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.contact-header {
  flex-direction: column;
}
.contact-card {
  width: 90%;
  max-width: 450px;
}
/* =======================================
    私たちの想い
======================================= */
.timeline-row {
  display: grid !important;
  gap: 16px;
  grid-template-columns: 1fr;
  margin: 16px 0;
}
.timeline-ceo::before {
  left: 20px;  /* 軸を左に寄せる */
}
.timeline-ceo .year {
  grid-column: auto !important;
  grid-row: 1;
  justify-self: start;
  text-align: left;
}
.timeline-ceo .year p {
  padding: 2px 12px;
}
.business-event, .private-event {
  margin-left: 40px;
}
.business-event {
  grid-row: 2;
  text-align: left;
}
.private-event {
  grid-row: 3;
}
.private-event::before {
  left: -20px;
  width: 20px;
}
/*ヘッダーとコンテンツの間の余白をなくす*/
main.main {
  padding: 0 16px;
}
.sns-follow-buttons a {
  width: 10%;
}
table th,
table td {
  font-size: 16px;
}
}
/*600px以下*/
@media screen and (max-width: 600px){
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 48px;
}
.layout-box-inner {
  display: block;
}
.top-about .img01,
.top-about .img02 {
  position: static;
  width: 48%;
}
.top-about .img01 {
  margin-right: -240px !important;
}
.top-about .img02 {
  margin: 24px 0 0 -240px !important;
}
.top-about .img03 {
  bottom: -12%;
}
.top-concept .img02 {
  width: 32%;
}
.top-message,
.top-lastmessage {
  min-height: 400px !important;
}
.article h3 {
  line-height: 1.5;
}
/*スマホのハンバーガーメニューを右からスライド*/
.navi-menu-content {
  left: auto;
  right: 0;
  transform: translateX(105%);
}
/*ハンバーガーメニューの閉じるボタンの調整*/
.menu-close-button {
  font-size: 1.3em;
  padding: 8px 24px 24px 0;
  text-align: right;
} 
.menu-drawer a {
  border-bottom: solid 1px #e6e6e6;
  padding: 12px;
}
.menu-drawer a:hover {
  background:#eee;
}
/************************************
** パンくずリスト
************************************/
.breadcrumb {
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
}
/************************************
** リンクとボタンのスタイル
************************************/
a[href*="tel:"] {
  pointer-events: auto;
  cursor: pointer;
}
/************************************
** テーブル
************************************/
table th {
  width: 100%;
}  
.wp-block-table th {
  background-color: var(--gray-lightest);
}
.wp-block-table th, .wp-block-table td {
  border: none;
  display: block;
  padding: 8px 16px;
}
}
/*480px以下*/
@media screen and (max-width: 480px){
.br-pc-none,
.br-834-none {
  display: block;
}
.br-sp-none {
  display: none;
}
.top-about .img01 {
  margin-right: -180px !important;
}
.top-about .img02 {
  margin: 20px 0 0 -180px !important;
}
.top-about .img03 {
  bottom: -12%;
  width: 72%;
}
.top-concept .img02 {
  display: none;
}
/* 私たちの想い */
.about-us-container {
  flex-direction: column;
  gap: 0;
}
.visual-area, .message-area {
  width: 100%;
}
.visual-area {
  order: 2;
}
.visual-area img {
  left: -16px;
  width: 76%;
}
.message-area {
  order: 1;
  padding: 16px 16px 0;
}
.link-area {
  border-left: none;
  order: 3;
}
}