@charset "utf-8";

/*
【リセットCSS】
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #8e7562;
    text-decoration: none;
}

.bg-container {
	background: #f2eae4;
	padding: 15px;
	margin: 0 0 20px;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
ul {
  list-style: none;
}
/* 【/リセットCSS】終わり */

/*-------------------
共通
--------------------*/
body {
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック",
     "Yu Gothic", sans-serif, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #71665e;
}

p {
	font-size: 16px;
	line-height: 1.6em;
}

img{
  max-width: 100%;
}

a:hover {
	opacity: .8;
}

.wrapper {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
}
.pcnon { display: none !important; }
/* .spnon { display: block !important; } */

.br-pc { display:block; }
.br-sp { display:none; }

.nowrap{
  white-space: nowrap
}


/* -------2カラムの設定------- */
.left-column {
  padding-top: 20px;
  width: 33.333%;
  padding: 0 20px;
  box-shadow: 10px -5px 10px rgba(230,230,230,0.5);
  z-index: 100;
}

.right-column {
  padding: 20px 20px 0px 0px; /* 上　下　左　右 */
  max-width: 66.666%;
  /* box-shadow: -10px -5px 10px #f5f5f5; */
  /* filter: drop-shadow(20px 0px 10px #333) */
}

/* --------背景の設定-------- */
.bg-1{
  background-image: url("../images/bg-1.jpg");
  background-size: 100%;
}

.bg-2{
  background-image: url("../images/bg-2.jpg");
  background-size: 100%;
}

/* ------sectionの設定------ */
.section{
  margin-bottom: 50px;
}
.section-header-brown{
  width: 90%;
  margin: 0 auto;
  color: #fff;
  background-color: #8e7562;
  text-align: center;
  padding: 20px 10px 15px;
  border: solid 1px #8e7562;
}
.section-header-brown-2{
  width: 88%;
  margin: 0 auto;
  color: #8e7562;
  background-color: #f2eae4;
  text-align: center;
  padding: 20px 20px 15px;
  border-top: solid 3px #8e7562;
  border-bottom: solid 1px #8e7562;
}
.section-header-brown-2 h2{
  text-align: left;
  padding: 0 0 0 10px;
}
.section-header-grn{
  width: 90%;
  margin: 0 auto;
  color: #fff;
  background-color: #679162;
  padding: 10px 20px;
  border: solid 1px #679162;
  /* justify-content: center; */
  align-items: center;
}
.section-header-grn_2{
  width: 80%;
  margin: 0 auto;
  color: #fff;
  background-color: #679162;
  padding: 0 20px 0;
  border: solid 1px #679162;
  padding: 20px 20px 15px;
}
.section-header-grn-3{
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  background-color: #679162;
  padding: 10px 20px;
  border: solid 1px #679162;
}
.section-header-grn_4{
  margin: 0 auto;
  color: #fff;
  background-color: #679162;
  padding: 0 20px 0;
  border: solid 1px #679162;
  padding: 20px 20px 15px;
  text-align: left;
}
.section-contents{
  width: 90%;
  margin: 0 auto;
  /* padding: 50px 0 30px; */
  box-sizing: border-box;
  padding: 1px 0;
}
.section-contents-brown{
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border: solid 1px #8e7562;
  padding: 50px 10px 30px;
}
.section-contents-brown_2{
  width: 80%;
  margin: 0 auto;
  background-color: #fbf5f0;
  border: solid 1px #8e7562;
  padding: 20px 20px 20px;
}
.section-contents-grn_2{
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  border: solid 1px #679162;
  padding: 20px 20px 20px;
}
.section-contents-grn{
  margin: 0 auto;
  background-color: #fff;
  border: solid 1px #679162;
  padding: 20px 20px 20px;
  text-align: left;
}
.bg-org{
  width: 80%;
  margin: 0 auto;
  background-color: #eb9859;
  color: #fff ;
  border: solid 1px #eb9859;
  padding: 30px 20px 30px;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-decoration{
  font-size: 1.5em;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.W100-Hauto{
  width: 100%;
  height: auto;
}
.W100-Hauto{
  width: 100%;
  height: auto;
}

.W100-Hauto iframe{
  width: 100%;
  height: auto;
}

/* -------下の余白------- */
.m-0{
  margin: 0;
}
.mb-1{
  margin-bottom: 10px;
}
.mb-2{
  margin-bottom: 20px;
}
.mb-3{
  margin-bottom: 30px;
}
.mb-5{
  margin-bottom: 50px;
}
.mb-6{
  margin-bottom: 60px;
}
.pb-1{
  padding-bottom: 10px;
}
.pb-2{
  padding-bottom: 20px;
}
.pb-3{
  padding-bottom: 30px;
}
.pb-5{
  padding-bottom: 50px;
}
/* -----上の余白の設定----- */
.mt-1{
  margin-top: 10px;
}
.mt-3{
  margin-top: 30px;
}
.mt-6{
  margin-top: 60px;
}
.mt-10{
  margin-top: 100px;
}
.mt--10{
  margin-top: -10px;
}
.pt-2{
  padding-top: 20px;
}
.pt-3{
  padding-top: 30px;
}
.pt-5{
  padding-top: 50px;
}
.pt-10{
  padding-top: 100px;
}
/* -------左の余白------- */
.ml-1{
  margin-left: 10px;
}
.ml-3{
  margin-left: 30px;
}

/* -------フォント色------- */
.color-grn{
  color: #679162;
}
.color-org{
  color: #eb9859;
}
.color-brown{
  color: #71665e;
}

/* -------フォントサイズのみの設定------- */
.font-36{
  font-size: 36px;
}
.font-32{
  font-size: 32px;
}
.font-24{
  font-size: 24px;
}
.font-16{
  font-size: 16px;
}

/* -------タイトル------- */
h2{
  font-size: 2em;
  padding-bottom: 20px;
  line-height: 1.5em;
}
h2 .color-org{
  font-size: 1.2em;

}
h3{
  font-size: 1.6em;
  line-height: 1.5em;
}

h5{
  font-size: 1.7em;
  line-height: 1.5em;
}

h5 .color-grn{
  font-size: 1.2em;
}


/* -------電話の設定------- */
.tel{
  color: #eb9859;
	font-weight: bold;
	font-size: 1.7em;
  white-space: pre; /* 自動改行しない */
}
.tel span{
  position: relative;
  top: -.3em;
  padding: 0 0 0 .2em;
}
.tel:before,
.yoyaku-tel:before {
	content: '';
	display: inline-block;
	background: url(../images/ico-tel@x2.jpg) no-repeat;
	background-size: 100%;
	width: 20px;
  height: 34px;
  margin: 5px;
}

/* -------横並びの設定------- */
.container{
  display: flex;
  /* justify-content: space-around; */
}

.d-flex{
  display: flex;
  align-items: center;
}
.d-flex_list{
  display: flex;
  flex-wrap: nowrap;
}
.d-flex_3line{
  /* max-width: 100%; */
  display: flex;
  justify-content: space-between;
}
.d-flex_3line img{
  width: 30%;
}
.d-flex_2line{
  display: flex;
  justify-content: space-between;
}
.d-sm-flex{
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.d-sm-flex .img{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
}
.d-md-flex{
  display: flex;
}

/* -------横幅の設定------- */
.w-50{
  width: 50%;
}
.w-45{
  width: 45%;
}
.w-100{
  width: 100%;
}

/* -------テキストの設定------- */
.right-text{
  padding-left: 20px;
}
.left-text{
  padding-right: 20px;
}
.font-space_s{
  letter-spacing: -0.05em
}
.pc-textcenter_sp-textleft{
  text-align: center;
}
/* ----------マーカーの設定-------- */
.marker{
  background-color: #f3ea54;
}
.marker-2{
  background: linear-gradient(transparent 60%, #e6c24f9c 60%);
}

/* --------画像下の説明文の設定------- */
.figure {
  display: inline-block;
}
.figure img {
  vertical-align: top;
  margin-bottom: 10px;
}
.figure .d-flex{
  align-items: flex-start;
  justify-content: space-between;
}
.figure .d-flex img{
  width: 190px;
}
.figure p {
  letter-spacing: normal;
}
.figure li{
  width: 30%;
}

/* その他の設定 */
.big-arrow{
  width: 80%;
  margin: 0 auto;
}

/*-------------------
   sidebar
--------------------*/
.logo-top{
  text-align: center;
  margin: 0 auto;
  padding-bottom: 45px;
}

.logo-top img{
 width: 270px;
}

.adress p{
  margin-top: 10px;
  font-size: 14px;
  font-weight: bolder;
}

.shinkyu p{
  margin-top: 14px;
  font-size: 18px;
  font-weight: bolder;
}

.sidebar-title{
  background : #f2eae4;
  padding: 1em 0;
  border-top: solid 2px #8e7562;

}

.sidebar-title h4{
  font-size: 18px;
  line-height: 1em;
  padding-left: .5em;
  border-left: solid 5px #679162;/*左線（実線 太さ 色）*/
}
.inner-title{
  background : #f2eae4;
  padding: 1em 0;
  border-top: solid 2px #8e7562;
  border-bottom: solid 1px #8e7562;
}
.innrer-title_text{
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  padding-left: .5em;
  border-left: solid 5px #679162;/*左線（実線 太さ 色）*/
}
.innrer-title_text2{
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  padding-left: .5em;
}
.sidebar-container{
  border-left: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
  margin-bottom: 30px;
}

.sidebar-container li{
  padding: 1em;
  border-bottom: solid 1px #f2f2f2;
  line-height: 1.5em;
}

.news-list p{
  font-size: 14px;
}

.sidebar-menu li{
  font-weight: bold;
}

.sidebar-bnr img{
  /*width: 360px;*/
  width: 100%;
  margin-bottom: 30px;
}

.line-area img{
  margin: 0 auto;
}
.line-area {
	position: relative;
}

.line-area .line-btn {
	position: absolute;
	width: 85%;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: auto;
}
.contact .line-area .line-btn {
	position: absolute;
	width: 50%;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: auto;
}

/*-------------------
   header
--------------------*/
.header .container{
  display: flex;
  justify-content: flex-start;
}

.head{
  font-size: 13px;
}

.headerLeft{
  width: 60%;
}
.headerRight{
  width: 40%;
}

.headerLeft span{
  font-size: 12px;
  white-space: nowrap;
  box-sizing: border-box;
}

.headerLeft .d-flex{
  align-items: stretch;
  padding-bottom: 10px;
}

.headerLeft .d-flex :first-child{
  padding-right: 5px;
}

.headerLeft .d-flex :last-child{
  padding-top: 7px;
}

.headerLeft ul li:first-child span.head:before {
	content: '';
	display: inline-block;
	background: url(../images/ico-time@x2.jpg) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
  margin: 0 3px 0 0;
}

.headerLeft ul li:last-child span.head:before {
	content: '';
	display: inline-block;
	background: url(../images/ico-calendar@x2.jpg) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
  	margin: 0 3px 0 0;
}

.headerRight .telHead {
  background: #8e7562;
  text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
  padding: 4px 4px 2px;
  margin-bottom: 10px;
}

.navbar{
  padding: 20px 30px; /* 上下20px、左右30px内余白 */
  background-color: #f2eae4;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.navbar .d-flex{
  justify-content: space-around;
}
.time .d-flex{
  flex-wrap: wrap;
}
/* -------------------
　Instagram
--------------------*/
.ico-insta a{
  display: block;
  /* height: 60px; */
  margin: 0 0 10px;
  border: solid 3px #e8e8e8;
  border-radius: 10px;
}
.ico-insta img{
  width: 50%;
}
.ico-insta.youtube img {
	max-height: 36px;
    width: auto;
    padding: 10px 0;
}

/*-------------------
   メインビジュアル
--------------------*/
.kv{
  padding-bottom: 50px;
}

/*-------------------
   コンテンツ
--------------------*/
.trouble img{
  max-width: 100%;
}
.fukumaku .img{
  margin: 0 50px 0 50px;
}
.section h4{
  font-size: 1.5rem;
  padding: 20px 0;
  border-top: 3px solid #8e7562;
  border-bottom: 1px solid #8e7562;
  line-height: 1.5em;
}
/* ------5つの理由・3つの特徴----- */
.num {
	background: url(../images/bg_reason@x2.png) no-repeat;
  background-size: 66px;
  width: 96px;
  background-position: top 0px left 15px;
  color: #eb9859;
  /* padding: 18px 0 25px; */
}
.num p{
  font-size: 1.3em;
  padding-top: 20px;
  padding-bottom: 10px;
}
.reasons5 .img img{
  min-width: 300px;
}
.reasons5 h4{
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-top: none;
}
.num2 {
	background: url(../images/bg_feature@x2.png) no-repeat;
  background-size: 66px;
  width: 96px;
  background-position: top 0px left 15px;
  color: #eb9859;
  /* padding: 18px 0 25px; */
}
.num2 p{
  font-size: 1.3em;
  padding-top: 20px;
  padding-bottom: 10px;
}
.reason img{
  height: 66px;
  /* width: 70px; */
  object-fit: cover;
}
.reasons5 .section-header-grn .d-flex li:first-of-type{
  min-width: 60px;
  /* min-height: 67px; */
}

/* ------メリット----- */
.merit .color-org{
  font-weight: bold;
}
.align-self-center{
  align-self: center
}
.merit .merit-container {
	background: #fac298;
  border-radius: 10px;
   border: solid 5px #fac298;
}
.merit .merit-container table {
  border-top: none;
	table-layout: fixed;
  background: #fff;

}
.merit .merit-container table td {
	border: solid 12px #fac298;
  /* color: #627a86; */
  font-size: 1em;
  line-height: 1.3rem;
  padding: 10px 20px 10px 0;
}
.merit .merit-container table td .color-org{
  font-size: 20px;
}
.merit .merit-container table td img {
  max-height: 60px;
  width: 60px;
  padding: 16px ;
}
/* .tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
} */

/* ------クロージング----- */
.list-check_1 li {
	font-size: 1.2em;
	font-weight: bold;
	background: url(../images/ico-check@x2.png) no-repeat;
	background-size: 20px;
	background-position: top 2px left;
  padding: 0 0 3px 32px;
  line-height: 1.4em;
}

.list-check_2 li {
	font-size: 1.2em;
	font-weight: bold;
	background: url(../images/ico-check_2@x2.png) no-repeat;
	background-size: 20px;
	background-position: top 2px left;
  padding: 0 0 3px 32px;
  line-height: 1.4em;
}

/* -------footer------ */
.footer-hr{
  border-top: solid 3px #8e7562;
}
.footer-inner{
  max-width: 1100px;
  margin: 0 auto;
}
.footer-container{
  display: flex;
  justify-content: space-around;
}
.footer-logo img{
  height: 136px;
}
.footer-left .d-flex{
  align-items: center;

}
.footer-right img{
  max-width: 400px;
}
.footer-right li span{
  font-size: 12px;
}
.telfooter{
  background: #8e7562;
  text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
  padding: 4px 4px 2px;
  margin-bottom: 10px;
}
.footer-left .adress p{
  font-weight: normal;
}
.footer-nav a{
  color: #71665e;
  font-size: 13px;
}
.footer-nav li{
  padding: 0 5px;
  border-right: 1px solid #8e7562;
}
.footer-nav li:last-child{
  border-right: none;
}
.footer-nav .d-flex{
  flex-wrap: wrap;
}
.copysection{
  margin-top: 20px;
  padding: 10px 0;
  background-color: #8e7562;
  color: #fff;
  font-size: 12px;
}


/*------------------------
   タブレット＆スマホの設定
   ※詳細な調整はresponsive.cssへ
-------------------------*/
/* -------header------ */
/* -------メニュー------ */

.vk-mobile-nav-menu-btn { /* ? */
	display: none;
}

.drawer-hamburger:active:focus { /* ボタンなどの要素をクリックしたときに、アウトラインが表示されてしまうのを打ち消す　*/
	outline: none;
}

/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/

/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 50px;
  /* width: 60px; */
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上に */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

/* アイコンがクリックされたらアイコンが×印になように下の線を回転 */
#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.drawer-content {
  /* margin: 0 calc(50% - 50vw); */
  width: 100%;
  position: fixed;
  overflow-y: scroll;
  top: 85px;
  right: 100%;/* メニューを画面の外に飛ばす */
  background-color: #fff;
  z-index: 99;
  transition: .5s;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 30px;
  padding: 0 10px;
}


/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  right: 0;/* メニューを画面に入れる */
  height: 100%;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
 white-space: nowrap;
  margin-right: 100px;
  width: calc(100% - 100px);
  top: 85px;
}


/* -------header　メニューの設定--------- */
.menu-block b {
	line-height: 1.4em;
  	display: block;
  	font-size: .85em;
}

.sp-navbar-header {
	background: #8e7562;
	display: block;
	position: fixed;
  	top: 0;
  	z-index: 99999;
}

.sp-navbar-header {
	background: #8e7562;
}

.header_scrolled .sp-navbar-header {
	display: block;
	position: fixed;
  	top: 0;
  	z-index: 99999;
}

.sp-navbar-header ul li {
	width: 20%;
}

.sp-navbar-header ul li:nth-child(3) a {
	padding: 10px 0 0 0;
}

.sp-navbar-header ul li:nth-child(3) p {
    letter-spacing: -.5px;
    white-space: pre;
    font-size: .9em;
    line-height: 1.2em;
}

.sp-navbar-header ul li p {
	font-size: 13px;
  color: #fff;
  padding-bottom: 7px;
}
.sp-navbar-header ul .news-list li p{
  color: #71665E;
}


.sp-navbar-header ul li img {
    height: 24px;
    display: inline-block;
    margin-bottom: 3px;
}

.sp-navbar-header ul li a {
	display: block;
	padding: 15px 0 10px;
  white-space: initial;
}
.sp-navbar-header .drawer-content ul li{
  width: calc(100% - 10px);
  text-align-last: left;
}
.sp-navbar-header .drawer-content ul li .line-area{
  /* text-align-last: center; */
}
.sp-navbar-header .drawer-content img{
  margin: 0 auto;
  width: 99%;
  height: 90%;
}
.drawer-content{
  box-sizing: border-box;
  margin: 0;
}
.drawer-content .sidebar-container{
  padding-right: 0;
}

.teaser div {
	position: relative;
	margin-bottom: 80px;
}

.teaser .circle {
	position: absolute;
	bottom: -80px;
	width: 70%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99;
}

/* ---------------------
   施術料金
------------------------*/
.price .arrow{
  width: 20%;
  margin: 0 auto;
}


.hoken table{
  margin: 0 auto;
  padding: 0 10px;
  width: 90%;
  border-top: solid 3px #8e7562;
  border-bottom: solid 3px #8e7562;
}
.hoken table th{
  /* border-top: solid 3px #8e7562; */
  border-bottom: 1px solid #8e7562;
  padding: 10px;/*上下左右10pxずつ*/
}
.hoken table td {/*table内のtdに対して*/
  border-bottom: 1px solid #8e7562;
  padding: 10px;
  text-align: center;
}
.price-box{
  margin: 0 auto;
  width: 90%;
}
.price .section-header-grn{
  width: 100%;
  margin: 0;
  font-size: 1.2em;
}
.price .d-flex{
  flex-wrap: nowrap;
  justify-content: space-between;
}
.price .d-flex_3line{
  justify-content: space-between;
  flex-wrap: nowrap;
}
.price h4{
  text-align: center;
  font-size: 1.5rem;
  padding: 20px 0;
  border-top: 3px solid #8e7562;
  border-bottom: 1px solid #8e7562;
  line-height: 1.5em;
}
/* 特殊施術料金の画像サイズの設定 */
.special .d-flex li:first-child{
  width: 40%;
}
.special .d-flex li:last-of-type{
  width: 60%;
}


/* ---------------------
   初めての方へ
------------------------*/
.first .d-flex ul li p{
  box-sizing: border-box;
}

.first .d-flex{
  justify-content: space-between;
  align-items: flex-start;
}
.first .section-header-grn .d-flex{
  justify-content: flex-start;
  align-items: center;
}
.precaution{
  padding: 20px 10px;
  border: solid 1px #333;
  color: #fe0000;
}
.precaution li{
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: bolder;
  line-height: 1.5em;
}
.flow ul li{
  width: 48%;
}
.feature .d-flex{
  justify-content: flex-start;
  align-items: center;
}
.youtube-iframe {
	height: 400px;
}
.ems-area .d-flex_2line img{
  max-width: 48%;
}
.img-50 .d-flex{
  align-content: center;
  align-items: center;
}
.img-50 .d-flex li{
  max-width: 48%;
}


/* ---------------------
   よくある質問
------------------------*/
.faq .section-contents .h5{
  font-size: 20px;
}
.q{
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #8e7562;
  margin-top: 50px;
}
/* ---------------------
   アクセス
------------------------*/
.access table{
  margin: 0 auto;
  padding: 20px 10px;
  width: 90%;
  border-top: solid 3px #8e7562;
  border-bottom: solid 3px #8e7562;
}
.access table th{
  /* border-top: solid 3px #8e7562; */
  border-bottom: 1px solid #8e7562;
  padding: 20px 10px;/*上下左右10pxずつ*/
  white-space: nowrap;/*文字を折り返さない*/
}
.access table td {/*table内のtdに対して*/
  border-bottom: 1px solid #8e7562;
  padding: 20px 10px;
  line-height: 1.6em
}
.access-flow-container .arrow-r .img:after {
  content: '';
  display: block;
  background: url(../images/access/arrow_1@2x.png) no-repeat;
  background-size: 100%;
  width: 32px;
  height: 26px;
  position: absolute;
  right: -32px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.access-flow{
  margin: 0 auto;
}

/* ---------------------
   スタッフ紹介
------------------------*/
.staff　table{
  margin: 0 auto;
  padding: 20px 30px;
  width: 90%;
}
.staff table th{
  /* border-top: solid 3px #8e7562; */
  padding: 20px 10px;/*上下左右10pxずつ*/
  text-align: right;
  white-space: nowrap;/*文字を折り返さない*/
}
.staff table td {/*table内のtdに対して*/
  padding: 20px 10px;
  line-height: 1.6em;
  text-align: left;
}

.staff-img img{
  width: 400px;
}
.staff-img .d-flex_2line{
  justify-content: flex-start;
  align-items: center;
}
/* ---------------------
   腰痛
------------------------*/
.waist .figure .d-flex{
  align-items: flex-start;
}
.waist .figure li{
  width: 30%;
}

/* ---------------------
   マタニティ
------------------------*/
.d-flex_list img{
  width: 16px;
  padding-right: 10px;
  padding-top: 5px;
}
.maternity-img_tin{
  margin: 0 auto;
}
.maternity-img_tin img{
  width: 60%;
}

/* ---------------------
   肩こり
------------------------*/
.sholder-img_tin{
  margin: 0 auto;
}
.sholder-img_tin img{
  width: 60%;
}

/* ---------------------
   お知らせ
------------------------*/
.d-flex_j-s-b{
  display: flex;
  justify-content: space-between;
}
.blog-breadcrumb {
  border-bottom: dotted 1px #ccc;

}
.blog-breadcrumb a{
  font-size: 12px;
}
.blog-breadcrumb p{
  font-size: 12px;
}
.date{
  /* padding-left: 10px; */
  font-size: 12px;
  /* border-left: solid 5px #8e7562; */
}
.date p{
  font-size: 12px;
}
.category-item{
  font-size: 12px;
  padding: 1px 5px;
  background-color: #f2eae4;
}
.article__item {
  margin: 0 0 20px;
}
.article__item img{
  max-height: 240px;
}
.article__item .img-box {
  width: 30%;
}
.article__item .col-9 {
  width: 70%;
}
.archive .article__item{
  padding: 20px;
}
.border{
  border: 1px solid #dee2e6!important ;
}
.img-box{
  /* width: 100%; */
  margin-right: 20px;
  position: relative;
}
.img-box img {
       width: 100%;
       height: 100%;
       top: 0;
       object-fit: cover;
     }
.archive .article__item a:hover {
	text-decoration: none;
	opacity: .8;
}

.archive .article__item .category a,
.entry-meta_items_term a {
	background: #5ac2bb!important;
	color: #fff;
	line-height: 1em;
	display: inline-block;
	padding: .5em .5em .3em;
	text-align: center;
	border-radius: 0;
}

.sidebarblock .category-list a {
	display: block;
	color: #333;
	padding: .7em 1em;
	border-bottom: dashed 1px #dedede;
}

.sidebarblock .category-list a:last-child {
	border-bottom: none;
}

.sidebarblock .category-list a:hover {
	color: #333;
}

.sidebarblock .monthly-archive-list li {
	margin-bottom: 0;
}

.fa_v5_css .entry-meta_items.published {
	border-left: solid 6px #5ac2bb;
	padding: 0 0 0 .8em;
}

.fa_v5_css .entry-meta_items.published::before {
	content: none;
}

.single .entry-header {
	border-bottom: none;
}

.pagenation ul {
	padding: 0;
	margin-top: 50px;
}

.pagenation ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 80%;
}

.pagenation ul li a,
.pagenation ul li a:hover {
	color: #5ac2bb;
	display: block;
	border: solid 1px;
	padding: .5em .7em;
    line-height: 1em;
    text-decoration: none;
}

.pagenation ul li.active {
	background: #5ac2bb;
	color: #fff;
	border: solid 1px #5ac2bb;
	padding: .5em .7em;
    line-height: 1em;
}

.triangle-bottom{
	width: 0;
	height: 0;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 30px solid #ffef68;
	margin: 10px auto;
}

.color-gry,
.color-gry:hover {
	color: #606060;
}

.color-orn,
.color-orn:hover {
	color: #f5b557;
}

.color-line,
.color-line:hover {
	color: #00b900;
}

.post-name-faq .answer {
	padding: 0 0 0 1.6em;
}

.post-name-faq .answer .text:before {
	content: 'A.';
	display: block;
	color: #5ac2bb;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 .2em 0 0;
}


/* ---------------------
   お問い合わせ
------------------------*/
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    /* padding-left: 14px; */
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  /* font-weight: bold; */
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  /* border-radius: 6px; */
  /* margin-left: 40px; */
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  /* width: 100%; */
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  /* border-radius: 6px; */
  /* margin-left: 40px; */
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  /* width: 100%; */
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  /* border-radius: 6px; */
  border: none;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #eb9859;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.price-detail .head {
  background: #eb9859;
  color: #fff;
  padding: 3px 10px;
  margin: 0 10px 0 0;
  min-width: 30px;
  text-align: center;
}

.acupuncture-feature {
  align-items: flex-start;
}
#acupuncture .reasons5 .section-header-grn .d-flex li:first-of-type {
  min-width: 30px;
}
.d-flex.voice>div {
  width: 50%;
}
.btn {
	background: #679162;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    margin: 15px 0 20px;
    font-size: 14px;
}
.post-writer {
	margin: 0 0 20px;
}
.post-writer .head {
	font-size: 16px;
	font-weight: bold;
}
.post-writer .writer-img {
	width: 200px;
	max-width: 70%;
}
.post-writer .writer-text {
	width: calc(100% - 200px);
	padding-left: 40px;
}
.post-writer .writer-text .name{
	font-weight: bold;
	margin: 0 0 1em;
}
.single_cta .footer-left {
	    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}
.single_cta .cta-tel {
	width: 410px;
	margin: 0 auto 20px;
	max-width: 90%;
}
.single_cta .line-area {
	width: 340px;
    margin: 0 auto 40px;
    max-width: 100%;
}
.single_cta .line-area .line-btn {
    position: absolute;
    width: 80%;
}
@media screen and (max-width: 480px) {
  .acupuncture-feature {
    flex-wrap: wrap;
  }
  .acupuncture-feature li {
    width: 50%;
  }
.post-writer .writer-text {
	width: 100%;
	padding: 0;
	}
.post-writer .writer-img {
	margin: 0 auto 10px;
	}
.single_cta .line-area .line-btn {
	bottom: 40px;
	}
	.single_cta_container .offer,
	.single_cta_container .access table {
		width: 100%;
	}
}
.grecaptcha-badge { visibility: hidden; }
/* ============================================================
 * H1の是正（2026-09-22）
 * ロゴの h1 を div にして、各ページの見出しを h1 にした。
 * 見た目は変えない。もとのタグと同じ指定をここで当て直す。
 * ============================================================ */

/* もと h2：各ページ上部の見出し帯 */
.section-header-brown-2 h1{
  font-size: 2em;
  line-height: 1.5em;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 10px;
  margin: 0;
}

/* もと h3：記事タイトル */
h1.simple-head{
  font-size: 1.6em;
  line-height: 1.5em;
  font-weight: bold;
}

/* もと h1：本文中の見出し（h2へ下げた分を元の見え方に戻す） */
h2.yy-was-h1{
  font-size: 1em;
  line-height: 1em;
  padding: 0;
  margin: 0;
}

/* もと img：トップのメインビジュアル */
h1.kv-h1{
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
