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

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

* {
  /*全てのタグにかかる設定（＊)*/
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --text-color: #69140a;
}
html {
  font-size: 62.5%; /*rem算出をしやすくするために*/
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Zen_Maru_Gothic", sans-serif, "FOT-TsukuARdGothic Std", "FOT-TsukuBRdGothic Std", "游ゴシック", "游明朝体";
}

/*ZenMaruGothic Regular*/
@font-face {
  font-family: "Zen_Maru_Gothic"; /*この名前がfont-familyで指定するフォント名になります*/
  font-style: normal;
  font-weight: 400;
  /*フォントファイルの読み込み*/
  src: url("./font/Zen_Maru_Gothic/Zen_Maru_Gothic.woff2") format("woff2"), url("./font/Zen_Maru_Gothic/Zen_Maru_Gothic.woff") format("woff"), url("./font/Zen_Maru_Gothic/Zen_Maru_Gothic.ttf") format("truetype");
}
/*ZenMarGothic Medium*/
@font-face {
  font-family: "Zen_Maru_Gothic"; /*この名前がfont-familyで指定するフォント名になります*/
  font-style: normal;
  font-weight: 500;
  /*フォントファイルの読み込み*/
  src: url("./font/Zen_Maru_Gothic/Zen_Maru_Gothic(medium).woff2") format("woff2"), url("./font/Zen_Maru_Gothic/Zen_Maru_Gothic(medium).woff") format("woff"), url("./font/Zen_Maru_Gothic/Zen_Maru_Gothic(medium).ttf") format("truetype");
}

body {
  font-size: 62.5%;
  color: var(--text-color);
  font-family: sans-serif, "FOT-TsukuARdGothic Std", "FOT-TsukuBRdGothic Std", "游ゴシック", "游明朝体";
}

h3 {
  font-weight: 700;
}

ul,
li {
  list-style: none;
}
li a {
  text-decoration: none;
}
p {
  font-family: sans-serif;
}

footer {
  background-color: #b9cdff;
}
div.globalNavInnerwrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.headerLogo {
  width: 100%;
}
/* --------------------------------------固定ページマーカー１ --------------------------------------------*/
.marker {
  background: linear-gradient(transparent 50%, rgba(255, 220, 123) 50%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
/* --------------------------------------固定ページマーカー ２--------------------------------------------*/
.marker2 {
  background: linear-gradient(transparent 90%, rgb(234, 69, 4) 90%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}
.marker2.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
/* cocoonの仕様で発生している三角の記号削除 */
.triangle:before {
  content: none;
}
/*==========================================================
  グローバルメニュー
===========================================================*/

.mainVisual,
main,
footer {
  background-image: url(img/iwata_header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.globalNav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  list-style: none;
  text-align: center;
}
.globalNav ul li {
  flex: 1 1;
  width: 14%;
  border-left: 1px solid #69140a;
  border-right: 1px solid #69140a;
  position: relative;
  display: inline-block;
}
.globalNav ul li + li {
  border-left: 0;
  border-right: 1px solid #69140a;
}

.globalNav ul li a {
  font-size: 2.4rem;
  color: var(--text-color);
  letter-spacing: 1.5em;
}

/*===========================================================
  メインビジュアル
============================================================*/

.contactMenu {
  width: 100%;
  text-align: center;
}
.btn03 {
  font-size: 1.5rem;
}
a.btn01:hover,
a.btn02:hover,
a.btn03:hover {
  margin-top: 2px;
  background: #f6ac4b;
  border-bottom: 2px solid #69140a;
}
a.btn02:hover {
  background: #a9ed09;
}

.fa-sharp fa-solid fa-comments,
.fa-solid fa-location-dot,
.fa-sharp fa-regular fa-envelope {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 2rem;
  right: 2rem;
}
.fa-comments,
.fa-location-dot,
.fa-envelope {
  padding-right: 5px;
}

/*==============================================================
  ２カラム:左300px、右800px:flex-box
================================================================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  /* margin: 0 auto; */
  overflow: hidden;
  width: 100%;
  position: relative;
  min-height: 100%;
}

body#b2 main div.boxSet {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/*==============================================================
  ２カラム:左300px 
================================================================*/
body#b2 main div.boxSet div.leftBox300 {
  flex: 0 0 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
body#b2 main div.boxSet div.leftBox300 p img {
  border-radius: 2rem;
}
body#b2 main div.boxSet div.leftBox300 .leftBox1 img {
  margin-top: 200px;
  margin-bottom: 80px;
  display: inline-block;
  transition: 0.3s;
}
body#b2 main div.boxSet div.leftBox300 .leftBox2 img,
body#b2 main div.boxSet div.leftBox300 .leftBox3 img,
body#b2 main div.boxSet div.leftBox300 .leftBox4 img {
  margin-bottom: 80px;
  display: inline-block;
  transition: 0.3s;
}
.leftBox1 img:hover,
.leftBox2 img:hover,
.leftBox3 img:hover,
.leftBox4 img:hover {
  margin-top: 3px;
  transform: scale(1.1);
}
/*==============================================================
  ２カラム:右側800px
================================================================*/
body#b2 main div.boxSet div.rightBox800 {
  flex: 0 0 800px;
}

.boxSet .rightBox800 h1 {
  font-size: 3.2rem;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 56px;
}
.menuHeader,
.menuTitle {
  font-size: 2.8rem;
  text-align: center;
  color: #fcb235;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuHeader::before,
.menuHeader::after,
.menuTitle::before,
.menuTitle::after {
  content: "";
  width: 70px;
  height: 4px;
  background-color: #fcb235;
}
.menuHeader::before,
.menuTitle::before {
  margin-right: 3rem;
  transform: rotate(60deg);
  transform-origin: 80% 20%;
}
.menuHeader::after,
.menuTitle::after {
  margin-left: 3rem;
  transform: rotate(-60deg);
  transform-origin: 20% 80%;
}

/*-----------------------------
  施術メニュー
------------------------------*/
#detailMenu {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 800px;
}
.menuGrid {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr); /* 3列固定 */
  justify-items: center; /* 各セル内の要素を中央寄せ */
  justify-content: start;
  margin-top: 40px;
  margin-bottom: 60px;
}
/* .menuItems {
  width: calc(33.333% - 20px);
  text-align: center;
} */

.menuItems img {
  width: 100%; /* 適度に縮小 */
  max-width: 120px;
  height: auto;
}
.menuItems h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

/* 施術menuボタン */
.menuBtn {
  display: inline-block;
  font-size: 1.6rem;
  width: 260px;
  height: 72px;
  line-height: 72px; /* 枠内で中央揃え */
  border: solid 1px rgb(169, 237, 9);
  border-radius: 40px;
  text-align: center;
  margin: 0 auto; /*画像とタイトルに合わせて中央揃え*/
  margin-top: 20px;
  background-color: rgb(225, 250, 168);
  box-shadow: 0 3px 0 0 rgb(191, 235, 89, 0.8);
  transition: 0.3s;
  position: relative;
  overflow: hidden; /*ボタンの外の領域は非表示*/
}

a.menuBtn {
  color: #69140a;
  text-decoration: none;
}

.menuBtn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -60px; /*ボタン左上を基準に上へ60pxの位置*/
  left: -60px; /*ボタン左上を基準に左へ60pxの位置*/
  width: 50px;
  height: 50px;
  /* 背景色は透明から白へグラデーション */
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  animation: menuBtn 3s ease-in-out infinite;
}
@keyframes menuBtn {
  0% {
    transform: scale(0) rotate(50deg);
    opacity: 0;
  }
  40% {
    /*40%まで進む間に大きさ等倍に。傾きは50度のまま*/
    transform: scale(1) rotate(50deg);
    opacity: 1;
  }
  100% {
    /*最後は元の大きさの250倍になるようにする。傾きは50度のまま*/
    transform: scale(250) rotate(50deg);
    opacity: 0;
  }
}
@-webkit-keyframes menuBtn {
  0% {
    -webkit-transform: scale(0) rotate(50deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1) rotate(50deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(250) rotate(50deg);
    opacity: 0;
  }
}
.menuTitle {
  margin-top: 60px;
}
.menuHr {
  margin-top: 60px;
}
/*-----------------------------
  お知らせ＆ブログ
------------------------------*/

.btnList {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  padding-top: 150px;
}
#news .newsBtn {
  font-size: 32px;
  color: var(--text-color);
  font-weight: bold;
  width: 400px;
  height: 120px;
  line-height: 120px;
  border: solid 1px #69140a;
  border-radius: 20px;
  background-color: #e1faa8;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.newsBtn::after,
.blogBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #69140a;
  border-right: 1px solid #69140a;
  transform: rotate(45deg);
}

#blog .blogBtn {
  font-size: 32px;
  color: var(--text-color);
  font-weight: bold;
  width: 400px;
  height: 120px;
  line-height: 120px;
  border: solid 1px #69140a;
  border-radius: 20px;
  background-color: #fdcd7d;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  text-decoration: none;
}
.newsBtn .letter,
.blogBtn .letter {
  font-size: 1.6rem;
  color: var(--text-color);
}
.linkItems {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}
.container2 {
  text-align: center;
  display: block;
}

/*トップページカスタマイズ***************************************/
.toppage {
  padding: 3em 0;
}

/*見出し*/
div.title {
  margin: 2rem 0;
  padding: 0;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 1px; /*文字間の余白*/
  line-height: 1.8;
  font-weight: 700;
}

div.title:after {
  display: block;
  font-size: 2.4rem;
}

div.newpost:after {
  content: "新着記事";
}
div.category:after {
  content: "カテゴリー別の記事";
}
div.popular:after {
  content: "今日、読まれている記事";
}

/***リンクボタン***/
.link-btn {
  display: block;
  margin: 1em auto;
  padding: 0.7em 2.5em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #69140a;
  font-size: 2.4rem;
  color: #69140a;
  width: 250px;
  background: #e1faa8;
  border-radius: 30px;
}

/***記事横並べ(flex)***/
.widget-entry-cards.large-thumb {
  display: flex;
  flex-wrap: wrap;
}

/*新着、人気記事サムネイル（大）*/
.new-entry-cards.large-thumb a {
  width: calc(100% / 2); /*pcで横2列に並べる*/
}

.cate .new-entry-cards.large-thumb a,
.popular-entry-cards.large-thumb a {
  width: calc(100% / 3); /*pcで横3列に並べる*/
}
.toppage {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* ブログ内 */
/* カテゴリーサムネイル非表示 */
.no-thumbnail .e-card-meta .e-card-categorys {
  display: none;
}
a.entry-card-wrap.a-wrap.border-element.cf,
a.pagination-next-link.key-btn,
a.page-numbers {
  color: #69140a;
}
/**************************
 タブ切り替え
***************************/

/* 親要素で囲みタブの横並びのためflexを指定*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}

/*タブ(label)のスタイル*/
.tab-label1 {
  border: 1px solid #ccc;
  text-align: center;
  padding: 0.5em 1em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  font-size: 2rem;
}
.tab-label2 {
  border: 1px solid #ccc;
  text-align: center;
  padding: 0.5em 1em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  font-size: 2rem;
  background-color: #fdfbec;
}

/* タブのコンテンツ部分*/
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/*スタッフブログ*/
.tab-switch:checked + .tab-label1 {
  color: #fff;
  background-color: #b9cdff; /*タブの背景色*/
  border: 1px solid #b5b5ae; /*タブの枠線　太さ　種類　色*/
}
/*youtube*/
.tab-switch:checked + .tab-label2 {
  color: #69140a;
  background-color: #e1faa8;
  border: 1px solid #b5b5ae;
}
/* radioボタンは仕組みだけ利用するため非表示に、トップページヘッダーまわり非表示*/
.tab-switch,
.home .article-header,
.home .article-footer {
  display: none;
}

/*-----------------------------
  背景の変更
------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
#main,
#information {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.boxSet {
  position: relative;
}
.leftBox .leftBox300 {
  padding: 50px 0px 30px;
  max-width: 600px;
  margin: 0 auto;
}
.sec02 {
  padding-top: 100px;
}

/*-----------------------------
  About Us当院のご案内
------------------------------*/
#about {
  background-color: #fdfbec;
  width: 100%;
}
.titleLeft {
  font-size: 8rem;
  padding-top: 100px;
  border-bottom: solid 2px #69140a;
  width: 50vw;
}
.titleLeft span {
  font-size: 2.4rem;
  font-weight: bold;
}
#aboutConcept1 {
  margin-right: 400px;
}
/*---------------------------
コンセプト　/施術料金の一部
----------------------------*/
.aboutContents {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.aboutConcept {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fcb235;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16rem;
  margin-bottom: 40px;
}
.aboutConcept::before,
.aboutConcept::after {
  content: "";
  width: 70px;
  height: 4px;
  background-color: #fcb235;
}
.aboutConcept::before {
  margin-right: 3rem;
  transform: rotate(60deg);
  transform-origin: 80% 20%;
}
.aboutConcept::after {
  margin-left: 3rem;
  transform: rotate(-60deg);
  transform-origin: 20% 80%;
}
.aboutText1,
.aboutText2 {
  font-size: 1.8rem;
  display: inline-block;
  text-align: left;
  max-width: 800px;
  font-feature-settings: "palt";
}
/*---------------------------
選ばれる5つの強み
----------------------------*/
.aboutHeading1 {
  position: relative;
  padding: 3rem;
  font-size: 2.4rem;
  text-align: left;
}
.aboutHeading2 {
  position: relative;
  padding: 3rem;
  font-size: 2.4rem;
  text-align: right;
}
.aboutHeading1 span,
.aboutHeading2 span {
  position: relative;
  z-index: 2;
}
.aboutHeading1::before {
  content: attr(data-number);
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(252 178 53 / 0.4);
  font-size: 7rem;
  font-weight: 800;
  padding-bottom: 0.5rem;
  z-index: 1;
}
.aboutHeading2::after {
  content: attr(data-number);
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(252 178 53 / 0.4);
  font-size: 7rem;
  font-weight: 800;
  padding-bottom: 0.5rem;
  z-index: 1;
}

.aboutItems {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
}
.aboutImages {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
/*---------------------------
”強み”詳細を左右寄せの中央揃え
----------------------------*/
.aboutDetail1 {
  display: inline-block;
  text-align: left;
  margin-top: 8rem;
  max-width: 800px;
}
.aboutDetail2 {
  display: inline-block;
  text-align: right;
  margin-top: 8rem;
  max-width: 800px;
}
.aboutText1,
.aboutText2 {
  font-size: 1.8rem;
}

/*---------------------------
  施術料金
----------------------------*/
#price {
  width: 100%;
}
.priceTitle,
.accessTitle {
  text-align: right;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.aboutTitle,
.contactTitle {
  text-align: left;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.titleRight {
  font-size: 8rem;
  padding-top: 100px;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.titleRight:after {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 50vw;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #69140a;
  border-radius: 2px;
}
.titleRight span {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 120px;
}
.priceItems,
.contactTable,
.qaTable {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: solid 6px rgba(74, 142, 49, 0.35);
  width: 360px;
  margin: 0 auto;
  padding-top: 200px;
  margin-bottom: 60px;
}

.priceImages:last-child {
  padding-bottom: 100px;
}
.price_link {
  text-align: center;
  margin-bottom: 200px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.pricelink_btn a img {
  transition: 0.3s;
}
.pricelink_btn a img:hover {
  transform: scale(1.1);
}
.pricelink_btn a:hover {
  border-bottom: 2px solid #69140a;
  transform: scale(1.05);
  transition: 0.3s;
}
.price_link::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.answer a {
  text-decoration: underline wavy #69140a;
  color: red;
  font-weight: 800;
}
.qaContact a {
  text-decoration: none;
  color: #69140a;
  font-weight: 800;
}
.question {
  background-color: #fdfbec;
}
body.faq main .questions-wrapper .question-list:first-of-type .question {
  margin-top: 45px;
}
body.faq main .questions-wrapper .question-list .question {
  background-color: #f8f2ec;
  border-radius: 1000px;
  display: flex;
}
body.faq main .questions-wrapper .question-list .question:before {
  content: "";
  display: inline-block;
  background-image: url(../images/faq/question.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.question .icon:after {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #c9171e;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transition: transform 0.3s;
  transform: rotate(90deg) scaleX(1);
}
.question p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 2.125;
  width: calc(100% - 8%);
  margin-right: 50px;
}
.question .icon {
  position: relative;
}
.qaContact,
.telIcon,
.mailIcon,
.lineIcon {
  padding: 10px 10px;
}
.fa-mobile-alt,
.fa-envelope,
.fa-line {
  padding-right: 10px;
}

.answer {
  display: flex;
  align-items: center;
  margin-top: 22px;
  padding-bottom: 20px;
}
/*---------------------------
送信完了画面/send
----------------------------*/
#send {
  font-size: 24px;
  width: 188px;
  height: 68px;
  text-decoration: none;
  color: #69140a;
  padding: 1rem 2rem;
  border-radius: 10px;
}
.send_p {
  margin-top: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  body.faq main .questions-wrapper .question-list .question {
    align-items: center;
    padding: 21px 39px 21px 0;
  }

  body.faq main .questions-wrapper .question-list .question:before {
    width: 8%;
    height: 40px;
    margin-left: 5px;
  }
  body.faq main .questions-wrapper .question-list .answer p {
    padding-right: 45px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 2.133333333;
    width: calc(100% - 8%);
  }
}
/* デフォルトはPC用を表示、モバイル用は非表示 */
.slider-mobile {
  display: none;
}

/* 600px以下の場合はモバイル用を表示、PC用を非表示 */
@media screen and (max-width: 600px) and (min-width: 300px) {
  .slider-pc {
    display: none;
  }
  .slider-mobile {
    display: block;
  }
}
/*---------------------------
  お問い合わせ・ご予約
----------------------------*/
.contactContents {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.contactBtn li p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.contactBtn {
  margin-top: 100px;
  padding-bottom: 40px;
}
#access {
  background-color: #fdfbec;
}
.accessImages {
  display: flex;
  flex-direction: column;
}
.accessContents {
  display: flex;
  justify-content: center;
}
.accessAddress {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 200px;
  margin-bottom: 100px;
}
.accessMenu {
  display: block;
  text-align: center;
}
.accessMenu ul {
  column-count: 2;
  display: inline-block;
}
iframe.scrollanime.downup.fadeInDown {
  width: 1200px;
}
/* プラグインcontacg form7のGoogleのrecaptchaV3導入後、
 * サイト上にreCaptchaのロゴを非表示にする設定（contact form7の問い合わせページ（サイト上）に、
 * Googleの指定する文章を記載していれば、ロゴ非表示してOKとGoogleQ＆Aに記載あり） */
.grecaptcha-badge {
  visibility: hidden;
}
.recaptcha {
  font-size: 1.2rem;
}
/*---------------------------------------------
  フッター
---------------------------------------------*/
.footerItems {
  text-align: left;
  padding-bottom: 20px;
}
.footerItems a {
  font-size: 2rem;
  font-weight: bold;
  color: var(--text-color);
}
footer {
  height: 80px;
  text-align: center;
  line-height: 80px;
}
footer p {
  font-size: 2rem;
}
/************************************
/* ここからWP内で追加したcss */
/*======================
WP（共通・ヘッダー部分）
======================*/
body {
  background-color: transparent;
}

body {
  overflow-x: hidden !important;
}
html {
  overflow-x: visible !important;
}
#navi .navi-in > ul > li {
  border-right: 1px solid #69140a;
  width: 150px;
}

#navi .navi-in > ul > li:last-child {
  border-right-width: 0;
}
.header-container,
#navi .navi-in .wrap .cf > ul,
main,
footer,
.navi .cf {
  background-image: url(/wp-content/themes/cocoon-child-master/img/iwata_header.jpg);
  width: auto;
}
.navi-in > ul > .menu-item-has-children > a::after {
  right: 10px;
}
.content-in {
  padding-left: 0;
  padding-right: 0;
}
/*-----------------------
カテゴリページ
------------------*/
.category-lab-text {
  display: inline-block;
  clear: both;
  background-color: #187cff;
  color: #fff;
  padding: 0 10px;
  font-size: 1rem;
  margin: 1rem 0;
}
/*-----------------------
カテゴリ一覧：テキストリンク
-----------------------*/
.textlink-area-wall {
  display: block;
  margin: 2rem 0 7rem;
  padding: 0;
  width: 100%;
}
.textlink-area-wall p strong {
  display: inline-block;
  background-color: #187cff;
  color: #fff;
  padding: 0 14px;
  margin: 1rem 0;
}
.textlink-area {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  clear: both;
  width: 100%;
  height: auto;
  margin: 1rem auto;
  padding: 5px 0;
  background-color: #fff;
  box-shadow: 0 0 0.6rem -0.2rem #9f9f9f;
  box-sizing: border-box;
  list-style: none;
}
.textlink-li {
  display: flex;
  align-items: center;
  clear: both;
  width: 100%;
  height: auto;
  text-align: left;
  margin: 0;
  padding: 0.2em 0;
  list-style: none;
  /*list-style: inside;
	list-style-type: decimal;/*数字*/
  /*counter-increment: listCounter;*/
}
.textlink-li:nth-child(1n) {
  background-color: #fff;
}
.textlink-li:nth-child(2n) {
  background-color: #e5f0f2;
}
.textlink-li .marker {
  display: block;
  font-size: 70%;
  width: 85px;
  background-color: #799dc1;
  border: solid 4px #799dc1;
  color: #fff;
  content: "LESSON: " counters(listCounter, ".", decimal) " ";
}
.textlink:hover,
.postlink-title:hover {
  color: #0975aa;
}
/*
----------
数字マーカーをつける
olとliで設定が必要
----------
.textlink-li::marker, 
.textlink-li:nth-child(1n)::marker, 
.textlink-li:nth-child(2n)::marker {
	font-size: 80%;
	color:#71c6ff;
  content:  "LESSON: " counters(listCounter, '.', decimal) ' ';
}*/
.textlink {
  display: inline-flex;
  flex-wrap: wrap;
  clear: both;
  width: auto;
  height: auto;
  min-height: 50px;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  margin: 2px 5px 2px 10px;
  line-height: 110%;
  text-align: left;
  color: #35393c;
  text-decoration: none;
}
.textlink-li:nth-child(2n) a.textlink {
  color: #0975aa;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .textlink-li {
    display: block;
    padding: 0 0 1em;
  }
  .textlink-li .marker {
    display: block;
    font-size: 65%;
    margin: 0 0 1em;
    padding: 0 0 0 5px;
    border: none;
  }
}
/*=======================
wp（contactボタン）
========================*/
#contact {
  width: 100%;
}
.footerBtn {
  position: fixed;
  top: 150px;
  right: 0;
  max-width: 100vw;
  z-index: 999;
}
.contactList {
  display: flex;
  flex-direction: column;
}
.contactList a {
  vertical-align: bottom;
}
.contactImages {
  width: 90%;
}
.contactContents {
  width: 100%;
}
.googlebannerPc {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.googlebannerPc a {
  width: 100%;
}
.campaign {
  margin-left: 20px;
  width: 50%;
}
/*google口コミバナー非表示*/
.googlebannerSp {
  display: none;
}
/*サイドバーの背景色*/
.sidebar {
  background-color: #fdfbec;
  text-align: center;
}
/*メインビジュアル*/
n2-ss-slide n2-ow n2-ss-slide-14 {
  height: 600px;
}
/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*2.上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}
.downup {
  transform: translateY(100px);
}

/* cocoon 3カラム構成の2つ目の要素に200msのdelayをかける */
.delaycenter {
  animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
}
/* cocoon 3カラム構成の3つ目の要素に400msのdelayをかける */
.delayright {
  animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -webkit-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  -ms-animation-delay: 300ms;
}
/*=====================
  wp(main内)
======================*/
.boxSet {
  display: flex;
  flex-direction: row;
}
/*　ホームのサイドのimg画像縦並び*/
.leftBox.leftBox300 {
  display: flex;
  flex-direction: column;
}
.main {
  background: #fff;
  padding-bottom: 0;
}
.priceItems,
.contactTable,
.qaTable {
  text-align: center;
}
/*=========================
wp(main：施術メニュー内部分)
=========================*/
.partsName {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.partsContents {
  margin-top: 60px;
}
.article h3 {
  border-left: 7px solid var(--cocoon-middle-thickness-color);
  border-right: 1px solid var(--cocoon-thin-color);
  border-top: 1px solid var(--cocoon-thin-color);
  border-bottom: 1px solid var(--cocoon-thin-color);
  font-size: 18px;
  padding: 12px 20px;
}
.article p {
  font-size: 1.4rem;
}
/*=========================
 wp(main：カテゴリー内部分)
===========================*/

.btnList {
  padding-top: 20px;
}
/*タブの間に余白をあける*/
.green:not(:last-of-type),
.orange:not(:last-of-type) {
  margin-right: 5px;
}

.tab__area {
  color: #69140a;
  margin: 30px 10px;
  width: auto;
  font-size: 1.6rem;
  line-height: 1.6;
}
.tab__list {
  display: table;
  margin: 0 auto;
  width: 100%;
  zoom: 1;
  table-layout: fixed;
  border-spacing: 0;
  margin-bottom: 30px;
}
.tab__item {
  display: table-cell;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
/*吹き出し部分のスタイル*/
/*　スタッフブログ*/
.tab__item:before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% + 5px);
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #fac888; /*タブの吹き出し部分*/
  width: 0;
  height: 0;
}
/*Youtube*/
.tab__item.selected:before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% + 5px);
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #e1faa8; /*タブの吹き出し部分*/
  width: 0;
  height: 0;
}

.tab__item a {
  display: block;
  padding: 0.5em 1em;
  margin: 0 2px;
  overflow: hidden;
  position: relative;
  color: #69140a;
  background-color: #fdfbec;
  border: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
  font-size: 2rem;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
}
/* hover時の背景色（グレー）の指定 */
.tab__item a:hover {
  background-color: #eee;
}
/* タブ選択時の文字色の指定 */
.tab__item a.selected {
  color: #fff;
}
/* タブ01（ピンク）の背景色と文字色の指定 */
.tab__item:first-child a.selected {
  background-color: #e1faa8;
}
/* タブ02（オレンジ）の背景色と文字色の指定 */
.tab__item:nth-child(2) a.selected {
  background-color: #fac888;
}

/*=======================
 wp(main:サイドバー)
========================*/
.leftBox_leftBox300_sp {
  display: none;
}

/*======================
  wp(main:access内)
=======================*/
.accessContents {
  margin-top: 100px;
}

.accessAddress {
  text-align: left;
}
.accessMenu ul li {
  white-space: nowrap;
  /*padding-left: 150px;*/
  padding-right: 150px;
}
.titleLeft span {
  padding-left: 20px;
}
iframe {
  margin-top: 60px;
}
/*====================
 wp(フッター部分)
=====================*/
/*フッター上の余白削除*/
.footer {
  margin-top: 0;
  padding: 0;
}
/*フッター下の余白削除*/
.footer-bottom {
  margin-top: 0;
  padding: 0;
}
/* トップへ戻るボタン画像の表示調整 */
.go-to-top-button {
  width: 48px; /* ボタン画像の表示幅 */
  height: auto; /* ボタン画像の高さは自動調整 */
}
.go-to-top-button:hover {
  /* カーソルを合わせると少し拡大する */
  transform: scale(1.1);
}
.go-to-top {
  right: 10px; /* 右から10pxの位置に配置 */
  bottom: 18px; /* 下から20pxの位置に配置 */
}
/* ページ内のスムーススクロール */
html {
  scroll-behavior: smooth;
}
.footerBtn {
  top: 5%;
}
.contactList {
  display: flex;
  flex-direction: column;
}
#global-nav-sp {
  display: none;
}
/************************************
** 下層ページのCSS
************************************/
/* 目次 */
.toc-002 {
  margin-bottom: 30px;
  border: 2px solid #319f2d;
  border-radius: 3px;
}

.toc-002 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #319f2d;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}

.toc-002 div::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  content: "";
}

.toc-002 ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-002 > ol {
  padding: 1em 1em 1em 3em;
}
/* 2つ目以降のliにmargin-topを指定 */
ol li:not(:first-child) {
  margin-top: 0.5em;
}
.toc-002 ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
}
/* 数字のスタイル */
ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #319f2d;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.toc-002 li {
  /* list-style-type: decimal; */
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}

/* .toc-002 ol ol li {
  font-weight: 500;
  font-size: 0.9em;
} */
/* ol内のliのスタイル */
ol li {
  position: relative;
  font-size: 16px;
  padding-left: 1em;
  line-height: 1;
}
.toc-002 a {
  color: #333;
  text-decoration: none;
}
/* 初めての方へ(page-beginner.php) */
.contents .container,
.box-row h3 {
  margin: 20px 0;
}
.contents p,
.contents .alignnone {
  margin-top: 20px;
}

/*お問合せ・ご予約フォーム(page-contact.php)*/
.titleLeft_p {
  margin-top: 20px;
}
.wpcf7-form .mousikomi select {
  display: inline;
  width: 60px;
  height: 30px;
  margin: 0px 5px 15px 8px;
  padding: 4px;
}
.wpcf7-form .mousikomi select[name="menu-time"],
.wpcf7-form .mousikomi select[name="menu-time2"],
.wpcf7-form .mousikomi select[name="menu-time3"] {
  width: 88px;
}
.wpcf7-list-item-label {
  margin-left: 5px;
}
.wpcf7-radio span.wpcf7-list-item {
  display: block;
}
#mail_submit2 {
  background: #fdcd7d;
  color: #69140a;
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0 25px;
  padding: 9px 18px;
  text-decoration: none;
}
.sankou {
  font-size: 70%;
  background-color: #f57c00;
  color: #fff;
  padding: 3px 4px;
  margin: 0 5px;
  white-space: nowrap;
}
.sankou.blue {
  background-color: #2196f3;
}
.mousikomi {
  margin-top: 20px;
}
/* テーブル */
.yoyaku {
  background-color: #fdfbec;
  color: #69140a;
  font-size: 15px;
  width: 30%;
  vertical-align: middle;
}
.mousikomi td {
  padding-left: 10px;
  vertical-align: middle;
}
table .mousikomi {
  width: 100%;
}

/*ブログページ(page-staffblog.php)*/
.bloglist_date {
  margin-top: 20px;
}
.bloglist_title {
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 10px;
}
.voiceTitle {
  margin-bottom: 20px;
}
.bloglist_title a,
.voicelist_title a {
  text-decoration: none;
  color: #69140a;
  font-size: 1.8rem;
}
.bloglist_excerpt,
.voicelist_excerpt {
  text-align: left;
  font-size: 12px;
}
.bloglist_category {
  display: none;
}
.bloglist_hr,
.voicelist_hr {
  margin-top: 30px;
}
.voiceList {
  font-weight: 700;
  height: 30px;
}
.cat-link {
  background-color: #fff;
}
/*Youtubeページ(page-yt.php)*/
ul.youtubeList {
  margin-top: 60px;
}
.youtubeList li {
  text-align: left;
}
#youtube .row {
  display: flex;
  justify-content: flex-start;
}
#youtube div.col-sm-12.col-md-6.col-lg-4.text-center {
  margin-right: 10px;
}
/*single投稿ページ*/
footer.article-footer.entry-footer {
  background: #fff;
}
/* menuの下層ページ(page-menu-**.php) */
.menuH1 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}
.menuH2 {
  font-size: 2.4rem;
  margin-top: 20px;
}
.menuQ,
.menuA {
  font-size: 2rem;
  margin-bottom: 20px;
  font-style: italic;
}
.menuP {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#zutuu2 {
  width: 60%;
}
#yotuu2,
#zutuu3 {
  width: 70%;
}
#yotuu6,
#yotuu7 {
  width: 80%;
}
#yotuu2h5,
#yotuu7h5 {
  font-size: 2.4rem;
  margin-bottom: 0;
  font-feature-settings: "palt";
}
@media (max-width: 500px) {
  #yotuu2h5,
  #yotuu7h5 {
    font-size: 15px;
  }
}
.attentionYotuu {
  font-size: 12px;
}

.menuImg {
  width: 100%;
  /* text-align: center; */
}
#voice {
  width: 90%;
  margin: 0 auto;
}

.entry-title,
.eye-catch-wrap {
  display: none;
}

.voicecat-title {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px solid #319f2d;
}
.voiceCat {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 500px) {
  .voiceCat {
    flex-wrap: wrap;
  }
}
.voiceTag {
  align-self: center;
  color: #69140a;
  text-decoration: none;
  padding: 2px 5px;
}
.continue {
  font-size: 16px;
  color: #69140a;
  text-decoration: none;
}
.dateContinue {
  font-size: 11px;
  color: #3e2909;
  text-decoration: none;
}

#voiceyotuu .voice {
  border-radius: 10px;
  border: 1px solid #b5b5ae;
  background-color: #b9cdff;
}
#voicekubikatakori .voice {
  border-radius: 10px;
  border: 1px solid #b5b5ae;
  background-color: #90d78d;
}
#voicezutuu .voice {
  border-radius: 10px;
  border: 1px solid #b5b5ae;
  background-color: #ffffb9;
}
#voicekotsuban .voice {
  border-radius: 10px;
  border: 1px solid #b5b5ae;
  background-color: #fac1dc;
}
#voiceetc .voice {
  border-radius: 10px;
  border: 1px solid #b5b5ae;
  background-color: hsl(192, 84%, 71%);
}
#voicesports .voice {
  border-radius: 10px;
  border: 1px solid #b5b5ae;
  background-color: #5e65f9;
}

#voicejiko .voice {
  border-radius: 10px;
  border: 1px solid #b5b5ae;
  background-color: #f6ac4b;
}
#voiceyotuu .voice a,
#voicezutuu .voice a,
#voicejiko .voice a,
#voicesports .voice a,
#voiceetc .voice a,
#voicejiko .voice a,
#voicekotsuban .voice a,
#voicekubikatakori .voice a {
  font-size: 12px;
  color: #3e2909;
  font-weight: 600;
  text-decoration: none;
}

.voicelist_hr {
  color: #f0eeee;
}
/*施術メニューのslick内 */
.autoplay img {
  margin: 10px; /*画像の周りに余白*/
  width: 95%; /*横幅に制限*/
  border: 0.5px solid #eee; /*周囲に薄いボーダー*/
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.slide-inner {
  position: relative;
}
.slide-txt {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(238, 238, 238, 0.9);
  font-size: 20px;
  padding: 10px;
  color: #232323;
  font-weight: 600;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  z-index: 1;
  border-left: 0 solid transparent;
  border-right: 15px solid #319f2d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #319f2d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media (max-width: 500px) {
  .prev-arrow {
    left: 2%;
  }
  .next-arrow {
    right: 2%;
  }
}
/* ここまで */
.card {
  width: 90%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
}
@media (max-width: 500px) {
  .card {
    margin: 0 auto;
  }
}

.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.card-content {
  padding: 20px;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
/*喜びの声テキスト*/
.voice_title {
  background: #319f2d none repeat scroll 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 10px 25px;
}
.col_voice_in {
  color: #3e2909;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .voice_title {
    font-size: 15px;
  }
  .col_voice_in {
    display: flex;
    flex-direction: column;
  }
}
.col_voice_in_right {
  width: 50%;
}

.col_voice_in_left {
  width: 50%;
}
@media (max-width: 500px) {
  .col_voice_in_right {
    width: 100%;
  }
  .col_voice_in_left {
    width: 100%;
  }
}
.col_voice_in_left ul {
  margin-bottom: 18px;
}

.col_voice_in_left li {
  padding-bottom: 4px;
  font-size: 16px;
}
@media (max-width: 500px) {
  .col_voice_in_left li {
    font-size: 12px;
  }
}

.name-age-syoujou {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  padding: 1px 10px;
  background-color: #def8dd;
  border: solid 1px #232323;
  border-radius: 100px;
  vertical-align: middle;
}

.voice_comment {
  font-size: 16px;
  color: #3e2909;
}
.m_bot20 {
  font-size: 12px;
  color: #3e2909;
}
@media (max-width: 500px) {
  .name-age-syoujou {
    font-size: 12px;
  }
  .voice_comment {
    font-size: 13px;
  }
  .m_bot20 {
    font-size: 10px;
  }
}
/* 交通事故 */
.allcontents {
  width: 85%;
}
@media (max-width: 500px) {
  .allcontents {
    width: 100%;
  }
}
.wip-text {
  padding: 50px 0;
  text-align: center;
  font-size: 1.8rem;
}

.front-page-contanents {
  align-items: center;
  text-align: center;
}

.front-cont-left,
.front-cont-right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
}

.pagetop {
  position: relative;
  height: 100px;
}

.pagetop > img {
  position: absolute;
  left: 100%;
  cursor: pointer;
  transition: 0.1s;
}

.pagetop > img:hover {
  margin-top: -10px;
}
.jumbotron {
  background-image: url(./img/jiko2/bg_main.jpg);
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  margin: 0;
  padding: 1rem 0;
}
.jumbotron .container {
  background-color: transparent;
}
.okomari {
  background-image: url(./img/katakori/2507bg_section.jpg);
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}
.okomari .board {
  /* background-image: url(./img/jiko2/bg_okomari.png); */
  background-color: #f8f2ec;
  padding: 20px;
  border-radius: 10px;
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 500px) {
  .okomari .board {
    margin: 0;
    padding: 4px;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .okomari .board {
    margin-left: 10px;
    margin-right: 10px;
    padding: 8px;
    border-radius: 10px;
  }
}

.okomari .board ul li {
  background-image: url(./img/jiko2/mark02.png);
  background-size: 5%;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 1.6rem;
  min-height: 33px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  border-bottom: 1px solid #cce6e6;
}
@media (max-width: 500px) {
  .okomari .board ul li {
    background-size: 10%;
    font-size: 1.3rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .okomari .board ul {
    padding-left: 0;
  }
}

@media screen and (max-width: 1326px) {
  .pagetop > img {
    position: absolute;
    left: auto;
    right: 0px;
    cursor: pointer;
  }
}
.contents .point dt.point1 {
  background-image: url(./img/jiko2/mark_point01.png);
}
.contents .point dt {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  padding-left: 130px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .contents .point dt {
    padding-left: 100px;
  }
}

.contents .point dd {
  font-weight: normal;
  margin-bottom: 30px;
  padding-left: 130px;
}
.contents .point dt.point2 {
  background-image: url(./img/jiko2/mark_point02.png);
}
.contents .point dt.point3 {
  background-image: url(./img/jiko2/mark_point03.png);
}
.contents .point dt.point4 {
  background-image: url(./img/jiko2/mark_point04.png);
}
.contents .point dt.point5 {
  background-image: url(./img/jiko2/mark_point05.png);
}

@media (max-width: 500px) {
  .contents .point dt {
    font-size: 2rem;
    padding-left: 0;
    padding-top: 40px;
    background-size: 30%;
  }
  .contents .point dd {
    padding-left: 0;
  }
}
.contents h3.greeting {
  background-color: #f2bd66;
  color: #fff;
  border-radius: 10px;
  border-bottom: none;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.contents h3 {
  font-size: 14pt;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffdab9;
  width: 100%;
}
.jikoSejyutu {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 500px) {
  .jikoSejyutu {
    display: block;
  }
}
.contents .flow .box {
  font-family: "MS Gothic", "Hiragino Sans", sans-serif;
  font-weight: 600;
  margin: 0 auto 33px;
  width: 80%;
  padding: 30px 100px;
  background-color: #e1faa8;
  /* background-image: url(./img/jiko2/bg_flow.png); */
  border-radius: 5px;
  position: relative;
  line-height: 1.4;
}

@media (max-width: 500px) {
  .contents .flow .box {
    padding: 15px;
  }
}
.contents .qa dt.q,
.contents .voice dt.q {
  background-image: url(./img/jiko2/point_q.png);
  background-repeat: no-repeat;
  background-size: 5%;
}
.contents .qa dt,
.contents .voice dt {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 50px;
  margin-bottom: 15px;
  min-height: 40px;
}
.contents .qa dd.a,
.contents .voice dd.a {
  background-image: url(./img/jiko2/point_a.png);
  background-repeat: no-repeat;
  background-size: 5%;
}
.contents .qa dd,
.contents .voice dd {
  font-weight: normal;
  padding-left: 50px;
  margin-bottom: 30px;
  min-height: 40px;
}
@media (max-width: 500px) {
  .contents .qa dt.q,
  .contents .voice dt.q,
  .contents .qa dd.a,
  .contents .voice dd.a {
    background-size: 15%;
  }
}
.contents .ketsui {
  background-image: url(./img/jiko2/bg_ketsui.png);
  border-radius: 10px;
  margin: 0 auto;
  padding: 30px;
}
.contents .flow .box:after {
  border-top: 25px solid #bbffa8;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -70px;
}
.contents .flow .box:last-child:after {
  border: none;
}
.contents h5 {
  font-size: 2.4rem;
  color: #fff;
  background-color: #319f2d;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 35px;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  margin-left: 80px;
}
@media (max-width: 500px) {
  .contents h5 {
    margin-left: 0;
  }
}
.ketsuiList ul li:first-of-type {
  background-image: url(./img/jiko2/ketsui1.png);
  background-size: 5%;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 1.5rem;
  min-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  border-bottom: 1px solid #cce6e6;
}

.ketsuiList ul li:nth-of-type(2) {
  background-image: url(./img/jiko2/ketsui2.png);
  background-size: 5%;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 1.5rem;
  min-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  border-bottom: 1px solid #cce6e6;
}
.ketsuiList ul li:nth-of-type(3) {
  background-image: url(./img/jiko2/ketsui3.png);
  background-size: 5%;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 1.5rem;
  min-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px;
  border-bottom: 1px solid #cce6e6;
}
@media (max-width: 500px) {
  .ketsuiList ul li:first-of-type,
  .ketsuiList ul li:nth-of-type(2),
  .ketsuiList ul li:nth-of-type(3) {
    background-size: 12%;
  }
}
/* 肩こり */
.contents .point dt.pattern1 {
  background-image: url(./img/katakori/pattern1.png);
}
.contents .point dt {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  padding-left: 130px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .contents .point dt {
    padding-left: 100px;
  }
}

.contents .point dd {
  font-weight: normal;
  margin-bottom: 30px;
  padding-left: 130px;
}
.contents .point dt.pattern2 {
  background-image: url(./img/katakori/pattern2.png);
}
.contents .point dt.pattern3 {
  background-image: url(./img/katakori/pattern3.png);
}

@media (max-width: 500px) {
  .contents .point dt {
    font-size: 2.2rem;
    padding-left: 0;
    padding-top: 40px;
    background-size: 30%;
  }
  .contents .point dd {
    padding-left: 0;
  }
}
#title4Img {
  width: 100%;
}
/* 腰痛 */
.yotuuType {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#yotuu3 {
  width: 75%;
}
@media (max-width: 500px) {
  .yotuuType {
    width: 80%;
    display: flex;
    flex-direction: column;
  }
}
.yotuuType img {
  margin: 0.5rem;
}

/* プライバシーポリシーページ(page-pp.php) */
#pp {
  font-size: 4.8rem;
}
/* 喜びの声各内容のアーカイブ月表示を非表示(single-voice.php) */
.widget_archive h2,
.main-scroll .widget_archive ul li {
  display: none;
}
#single_voice {
  width: 100%;
  text-align: left;
}
#voice_img {
  width: 80%;
  height: 50%;
  margin: 0 auto;
}
#voice_comment {
  display: inline-block;
  text-align: left;
  margin: 0 15px;
  line-height: 2;
}
footer.article-footer.entry-footer {
  display: none;
}
/* youtubeの動画表示(single-yt.php) */
.youtube-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
}
/* 投稿ページのカテゴリを非表示 */
.entry-categories a {
  display: none;
}
/* youtube個別ページのカテゴリを非表示 */
#post-660 .wp-block-embed__wrapper {
  display: none;
}
/* スポーツ治療 */
.sportsImg {
  width: 80%;
  height: 80%;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1149px以下*/
@media screen and (max-width: 2506px) {
  .menuGrid {
    display: grid;
    width: 800px;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .menuItems img {
    width: 100%; /* 適度に縮小 */
    max-width: 300px;
    height: auto;
  }
  .menuItems {
    text-align: center;
    padding: 1rem 0;
  }
}
/*1079px以下*/
@media screen and (max-width: 1079px) {
  .navi-in > ul {
    flex-wrap: nowrap;
  }
}
/*1075px以下*/
@media screen and (max-width: 1075px) {
  .titleLeft span,
  .titleRight span {
    font-size: 1.5rem;
  }
  .footerBtn {
    top: 10%;
  }
  ul.contactList img {
    height: 80%;
    width: 80%;
  }
  #navi .navi-in > .menu-mobile li a {
    font-size: 1.4rem;
  }
}
/*1049px以下*/
@media screen and (max-width: 1049px) {
  /*必要ならばここにコードを書く*/
  .container {
    width: 100vw;
  }

  .navi-in > ul {
    width: 100vw;
    flex-wrap: nowrap;
    padding: 20px;
  }
  .navi-in a {
    font-size: 1.5rem;
  }

  .boxSet .rightBox800 h1 {
    font-size: 2.4rem;
  }

  .sec02 {
    padding-top: 40px;
  }
  .titleLeft,
  .titleRight {
    font-size: 6rem;
  }

  #detailMenu {
    width: 100vw;
  }
  .menuGrid {
    width: 720px;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  /*プライス、アクセス*/
  .priceTitle,
  .accessTitle,
  .aboutTitle,
  .contactTitle {
    max-width: 1200px;
    width: 100vw;
  }
  /*投稿タブ*/
  .toppage {
    max-width: 800px;
    width: 100vw;
  }
  /*料金*/
  .priceImages {
    width: 82%;
    margin: 0 auto;
  }
  /*about*/
  .aboutContents,
  .aboutItems {
    width: 100vw;
  }

  .contactBtn {
    margin-right: 250px;
  }
  .contactContents {
    width: 100%;
  }
  .contactBtn li p {
    font-size: 1.4rem;
  }
}
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /* .menuGrid {
    width: 640px;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  } */
  .rightBox.rightBox800 {
    margin-left: -60px;
  }
  .navi-in .menu-pc {
    display: flex;
    justify-content: center;
  }
  .mblt-footer-mobile-buttons .go-to-top-button,
  .mblt-header-and-footer-mobile-buttons .go-to-top-button {
    display: block;
  }
  .mobile-menu-buttons {
    display: none;
  }
  .go-to-top-button {
    width: 40px; /* ボタン画像の表示幅 */
    height: auto; /* ボタン画像の高さは自動調整 */
  }
  .contactContents {
    width: 100vw;
    margin-left: 50px;
  }
  #aboutConcept1 {
    margin-right: 0;
  }
  .sportsImg {
    text-align: center;
  }
}
/*991px以下*/
@media screen and (max-width: 991px) {
  .navi-in .menu-pc {
    display: none;
  }
  .menu-drawer a {
    color: #69140a;
    text-decoration: none;
    padding: 20px;
    display: block;
    text-align: center;
  }
  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
    background: #e1faa8;
  }
  span.fas.fa-mobile-alt,
  span.fab.fa-line,
  span.fas.fa-envelope,
  span.custom-menu-caption.menu-caption {
    color: #69140a;
  }
  .contactList {
    display: none;
  }
  .go-to-top {
    display: block;
  }
  /*about幅調整*/
  .aboutContents,
  .aboutItems {
    max-width: 800px;
  }
  /*ヘッダーメニューをカスタマイズ*/
  .mobile-menu-buttons {
    background-image: url(/wp-content/themes/cocoon-child-master/img/iwata_header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 60px;
    align-items: center;
  }
  .mobile-menu-buttons .menu-caption {
    font-size: 1.6rem;
  }

  /*スライドインメニューをカスタマイズ*/
  .navi-menu-content {
    left: auto;
    right: 0;
    transform: translateX(101%);
  }
  /*フッターメニューをカスタマイズ*/
  .footer_bottombtn {
    display: block;
  }
  #global-nav-sp,
  #ff-sp-contents {
    display: flex;
    justify-content: center;
  }
  #global-nav-sp {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    right: 0;
    bottom: 8%;
  }
  #ff-sp-contents {
    z-index: 1000;
  }
  #navi-menu-content {
    z-index: 1001;
  }
}
/*929px以下*/
@media screen and (max-width: 929px) {
  /*必要ならばここにコードを書く*/

  .boxSet .rightBox800 h1 {
    margin-top: 40px;
  }
  .contactImages {
    width: 90%;
  }
  .contactBtn {
    width: 100%;
  }
  #ff-sp-contents {
    display: flex;
    justify-content: flex-end;
    width: 40vw;
  }
  #global-nav-sp {
    position: fixed;
    left: 30%;
    bottom: 20%;
  }
}

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

  .titleLeft,
  .titleRight {
    font-size: 4rem;
  }

  #slide-in-sidebar {
    width: 50vw;
    height: 80vw;
  }
  .footerBtn {
    right: 0;
  }
  /*右サイドバー削除してメインビジュアル下へ移動*/
  .contactList {
    display: none;
  }
  /*about幅調整*/

  .aboutContents,
  .aboutItems {
    max-width: 650px;
  }
  /*aboutコンセプトフォントサイズ変更*/
  .aboutConcept {
    font-size: 2.4rem;
  }
  /*access内フォントサイズ変更*/
  .accessAddress,
  .footerItems a {
    font-size: 1.6rem;
  }
  .priceItems,
  .contactTable,
  .qaTable {
    font-size: 2rem;
    border-bottom: solid 3px rgba(74, 142, 49, 0.35);
    width: 250px;
  }
  #detailMenu {
    padding-right: 10px;
    padding-left: 10px;
  }
  .toppage {
    width: 80vw;
  }
  .boxSet {
    display: flex;
    justify-content: center;
  }
  .new-entry-cards.large-thumb a {
    width: 100%; /*スマホで横１列に*/
  }
  .cate .new-entry-cards.large-thumb a,
  .popular-entry-cards.large-thumb a {
    width: calc(100% / 2); /*スマホで横２列*/
  }
  .menuGrid {
    display: grid;
    flex-wrap: wrap;
    width: 100%;
    grid-template-columns: repeat(3, 1fr); /* 3列固定 */
    justify-items: center; /* 各セル内の要素を中央寄せ */
    justify-content: start;
  }
}
/*779px以下*/
@media screen and (max-width: 779px) {
  .container {
    width: auto;
  }

  .leftBox.leftBox300 {
    display: none;
  }
  .leftBox_leftBox300_sp {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .boxSet {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .leftBox1_sp,
  .leftBox2_sp,
  .leftBox3_sp,
  .leftBox4_sp {
    width: 24%;
    margin-left: 5px;
  }
  .leftBox1_sp img,
  .leftBox3_sp img {
    width: 150px;
    height: 150px;
  }
  .leftBox2_sp img {
    width: 150px;
    margin-top: 20px;
  }
  .leftBox4_sp img {
    width: 150px;
    height: 150px;
  }
  .googlebannerPc {
    display: none;
  }
  .googlebannerSp {
    display: block;
  }
  .priceTitle,
  .accessTitle {
    text-align: right;
  }
  .aboutTitle,
  .contactTitle {
    text-align: left;
  }
  .titleLeft,
  .titleRight {
    font-size: 3rem;
    margin: 0 auto;
    width: 300px;
    text-align: center;
  }
  #pp {
    width: 400px;
  }
  .aboutContents,
  .aboutItems {
    width: 80vw;
  }
  .rightBox.rightBox800 {
    margin-left: 0;
  }

  .menuItems {
    padding: 0;
  }
  .menuBtn {
    font-size: 1.4rem;
    width: 240px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    word-break: break-word;
    margin: 0 auto;
    margin-top: 20px;
  }
  .accessAddress {
    margin-left: 60px;
  }
  .accessMenu ul li {
    padding-right: 60px;
  }
  #pp {
    font-size: 3rem;
  }
  #global-nav-sp {
    position: fixed;
    left: 0;
    bottom: 8%;
  }

  #ff-sp-contents {
    display: flex;
    justify-content: center;
    width: 100vw;
  }
}
/*600px以下*/
@media screen and (max-width: 600px) {
  main.main {
    padding: 0;
  }
  /* .menuGrid {
    width: 500px;
  } */
  #about .titleLeft {
    text-align: center;
  }
  .titleLeft {
    margin-top: -50px;
  }
  .leftBox_leftBox300_sp {
    display: flex;
    flex-wrap: wrap;
  }
  .titleLeft,
  .titleRight {
    font-size: 2.4rem;
    text-align: center;
  }
  .aboutConcept {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .menuHeader:before,
  .menuHeader:after,
  .aboutConcept:before,
  .aboutConcept:after {
    width: 40px;
  }
  .aboutText,
  .aboutText1,
  .aboutText2 {
    font-size: 1.6rem;
  }
  .aboutDetail1,
  .aboutDetail2 {
    margin-top: 4rem;
  }
  .aboutHeading1,
  .aboutHeading2 {
    font-size: 1.8rem;
  }
  .aboutHeading1:before,
  .aboutHeading2:after {
    font-size: 5rem;
  }
  #contact {
    margin-top: 100px;
  }
  .contactContents {
    margin-left: 0;
    width: 100%;
  }
  .contactImages {
    width: 100%;
  }
  .contactBtn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .priceItems,
  .contactTable,
  .qaTable {
    padding-top: 100px;
    margin-bottom: 40px;
  }
  .contactTable {
    margin-top: 20px;
  }
  .contactTable {
    text-align: center;
  }
  .accessImages,
  .accessImages img {
    margin-left: 20px;
    width: 80%;
  }
  .tab__item a {
    font-size: 1.6rem;
  }
  /* menuの下層ページ */
  .contents {
    margin-left: 10px;
    margin-right: 10px;
  }
  .bloglist_title a,
  .voicelist_title a {
    font-size: 1.6rem;
  }
  .send_p {
    margin-top: 20px;
    font-size: 14px;
  }
  .okomari {
    width: 100%;
    margin: 0 auto;
  }
}
/*554px以下*/
@media only screen and (max-width: 554px) {
  .mousikomi tbody tr {
    display: block;
    border: none;
    margin-bottom: 0.8em;
  }
  .mousikomi tbody td {
    display: block;
    border: none;
    padding: 10px;
  }
  .wpcf7-textarea {
    width: 100%;
  }
  .mousikomi table tr td,
  .mousikomi {
    border: none;
  }
  .mousikomi td {
    width: auto;
  }

  .boxSet .rightBox800 h1,
  .menuHeader,
  div.title,
  .menuTitle {
    font-size: 2rem;
  }
  .partsName,
  div.title:after {
    font-size: 1.8rem;
  }
  .menuItems h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .leftBox_leftBox300_sp {
    display: none;
  }
  .titleLeft,
  .titleRight {
    font-size: 1.8rem;
  }
  .titleRight {
    text-align: center;
  }
  .green,
  .orange {
    font-size: 1.6rem;
  }
  .link-btn {
    font-size: 1.8rem;
  }

  .titleLeft span,
  .titleRight span {
    display: block;
    margin-top: 0;
    padding-left: 0;
  }
  .titleRight span {
    padding-right: 0;
  }
  .aboutConcept {
    font-size: 1.6rem;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .aboutConcept:before,
  .aboutConcept:after {
    width: 30px;
  }
  .aboutText,
  .aboutText1,
  .aboutText2 {
    font-size: 1.4rem;
  }
  .aboutDetail1,
  .aboutDetail2 {
    margin-top: 3rem;
  }
  .aboutHeading1,
  .aboutHeading2 {
    font-size: 1.6rem;
  }
  .aboutHeading1:before,
  .aboutHeading2:after {
    font-size: 4rem;
  }

  .menuItems {
    margin: 0 auto;
  }
  .menuGrid {
    margin-bottom: 120px;
  }
  .menuItems img {
    width: 100%; /* 適度に縮小 */
    max-width: 120px;
    height: auto;
  }
  #detailMenu {
    padding: 0;
  }
  .main {
    padding: 0;
  }
  .toppage .cate {
    margin-left: 20px;
  }
  .priceTitle,
  .accessTitle {
    text-align: center;
  }
  .priceItems,
  .contactTable,
  .qaTable {
    font-size: 1.6rem;
    border-bottom: solid 3px rgba(74, 142, 49, 0.35);
    width: 200px;
  }
  .qaContents p {
    font-size: 1.4rem;
  }
  .qaContents a {
    font-size: 1.4rem;
  }
  .contactContents {
    margin-left: 0;
  }
  .contactImages {
    width: 100%;
  }
  .contactBtn {
    width: 100%;
  }
  .contactBtn {
    padding-left: 0;
  }
  .accessAddress {
    margin-left: 20px;
  }
  .tab__list {
    width: 100%;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  .container {
    min-width: 480px;
  }
  /* ヘッダーの幅 */
  .mobile-menu-buttons {
    width: 100vw;
  }
  .boxSet {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  /*　ホームのサイドのimg画像縦並び*/
  /* .menuGrid {
    width: 400px;
  } */
  /* .menuItems {
    margin-top: 20px;
    margin-bottom: 40px;
  } */
  .menuBtn {
    margin-top: 10px;
  }
  .menuHeader {
    font-size: 2rem;
    text-align: center;
    color: #fcb235;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container {
    min-width: 300px;
  }
  #detailMenu {
    margin-left: 0;
    margin-right: 0;
  }
  .accessAddress,
  .footerItems a {
    font-size: 1.4rem;
  }
  .accessMenu {
    margin-top: -120px;
    padding-bottom: 60px;
  }
  .accessMenu ul {
    padding-left: 10px;
  }
  .accessMenu ul li {
    padding-right: 0;
  }
  .copyright {
    margin-top: 0;
  }
  .titleLeft,
  .titleRight {
    padding-top: 60px;
  }
  .accessTitle {
    text-align: center;
  }
  .contactTable {
    /* margin-top: 100px; */
    display: block;
    text-align: center;
  }
  .contactImages {
    margin: 0 auto;
  }
  .contactBtn {
    margin-top: 20px;
  }
  .titleLeft,
  .titleRight,
  .priceTitle {
    text-align: center;
  }
  .priceImages:last-child {
    padding-bottom: 100px;
  }
  .tab__list {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .tab__item {
    zoom: 1.2;
  }
  .tab__item a {
    font-size: 1.4rem;
  }
  /* menuの下層ページ */
  .menuH1 {
    font-size: 2.4rem;
    text-align: center;
  }
  .menuH2 {
    font-size: 2rem;
  }
  .menuQ,
  .menuA {
    font-size: 1.8rem;
  }
  .menuP {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .menuImg {
    width: 100%;
  }
  #pp {
    font-size: 2rem;
  }

  /*フッターメニューをカスタマイズ*/
  .copyright {
    font-size: 12px;
  }

  .pagination {
    margin-top: 24px;
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 351px) {
  .footer__telbtn img {
    width: 160px;
    height: auto;
  }
}
