@charset "UTF-8";
/*
Theme Name: Tutrial3
Theme URI: http://walkal.com
Description: WP theme for Tutrial
Version: 1.0
Author: Walkal Inc.
Author URI: http://walkal.com/
*/

/* 基本設定 */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* フロート解除を行う clearfix クラス */
        .clearfix::after {
            content: "";
            display: block;
            clear: both; /* フロート解除 */
        }

body, html {
    width: 100%;
    overflow-x: hidden;
	font-family:"Noto Sans JP",
	"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
	"Noto Serif JP",
    sans-serif;
	font-size:clamp(14px, 1.25vw, 18px);
	color:#231815;
	scroll-behavior: smooth;
}

a {
	color: inherit; /* 親要素のフォント色を継承 */
    text-decoration: none; /* 下線を取り除きたい場合はこの行を追加 */
}

a:hover {
	text-decoration:underline;
}

img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}

h3 img {
	margin-top:3%;
}

.pc-img {
	display:block;
	max-width:100%;
}

.sp-img {
	display:none;
	max-width:100%;
}

@media (max-width: 768px) {
	.pc-img {
	display:none;
}

.sp-img {
	display:block;
}

}


article {
	margin:0 auto;
}

article p {
	padding:1.5%;
	font-size:1.2em;
}

article .plus1 p {
	padding:1em 0px;
	font-size:1.5em;
	line-height:250%;
	text-align:center;
}

article .plus2 p {
	padding:1em 0px;
	text-align:center;
}

/* グラデーションの線 */
.header-gradient {
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, #009d3b, #00863c);
}
/* グラデーションの線 ダイエット用*/
.header-gradientdiet {
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, #ea6b25, #e7560e);
}

/* ヘッダー */
header {
    width: 100%;
    margin: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* シャドウの設定 */
}


.header-top {
	width:100%;
	max-width:1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
	margin:0 auto;
}

.store-info {
	min-width:49%;
	margin-left:1%;
	display:flex;
	flex-direction:column;
	font-size: clamp(1rem, 0.7991rem + 0.9346vw, 1.5rem);
}
.store-info p{
	font-size:.75em;
	margin-bottom:1%;
	font-weight:bold;
	line-height:130%;
}
.store-right {
	display:flex;
	align-items:flex-end;
}

.store-right p {
	font-size:.5em;
	width:60%;
	min-width:250px;
	font-weight:normal;
	padding-right:1%;
}

.line-img {
	width:39%;
}

.store-tel {
	font-size:2.5em;
	display:block;
	color:#ec6c1f;
	background-image:url(images/tel02.png);
	background-repeat:no-repeat;
	padding:15px 0 10px 20px;
	background-position: center left;
	background-size: contain;
    font-weight: bold;
	font-family:sans-serif;
}

.store-tel a{
	color:#ec6c1f;
}
.tel-red {
	background-image:url(images/tel03.png);
}

.txt-green {
	color:#00863c!important;
	font-weight: bold;
}
.txt-red {
	color:#b81a32!important;
	font-weight: bold;
}

.txt-orange {
	color:#de5317!important;
	font-weight: bold;
}
.logo-area {
	min-width:49%;
	display:flex;
	align-items:center;
	font-size: clamp(1rem, 0.7991rem + 0.9346vw, 1.5rem);

}
.logo-area span {
	text-align:left;
	margin-left:1%;
}

.logo-area h1 {
    display: flex;
    flex-direction: column;
	font-size:1.5em;
	padding:0;
	margin:0;
}
.logo-area p {
    display: flex;
    flex-direction: column;
	font-size:1.5em;
	padding:0;
	margin:0;
}

@media (max-width: 999px) {
	.logo-area h1 {
	width:75%;
	font-size:1.23em;
	}
	.logo-area p {
	width:75%;
	font-size:1.23em;
	}
}

.logo-area h2 {
	width:79%;
    display: flex;
    flex-direction: column;
}

.area-pict {
	width:20%;
	max-width:150px;
	margin-right:1%;
}

.area-pict img{
	width:100%;
}
.area-head {
	font-weight:normal;
	font-size:.65em;
}

.area-middle {
	font-size:1.05em;
	color:#00863c;
}
/*ダイエット整体ロゴ */
.area-middlediet {
	font-size:0.9em;
	color:#e7560e;
}

.area-bottom {
	font-size:.5em;
	font-weight:normal;
	margin-bottom:1%;
}

.area-bottom-tel {
	font-size:1em;
	color:#ec6c1f;
	background-image:url(images/tel02.png);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position: center left;
	background-size: contain;
    font-weight: bold;
	font-family:sans-serif;
	/*margin:-7px;*/
}

@media (min-width: 769px) {
.area-bottom-tel {
	display:none!important;
}

}

@media (max-width:768px) {
	.area-middle {
		letter-spacing:-1px;
	}
}

/* メインメニュー（PC用） */
.main-menu {
    display: flex;
    justify-content: center;
	background:#F1F1F1;
	padding:1% 0;
}

.main-menu ul {
	width:100%;
	max-width:1400px;
    list-style: none;
    display: flex;
	justify-content:center;
}

.main-menu ul li {
	font-size:clamp(12px, 1.5vw, 18px);
	padding:0;
	border-left:1px solid #231815;
}

.main-menu ul li:last-child {
	border-right:1px solid #231815;
}

@media (max-width: 768px) {
	.main-menu ul li:last-child {
	border-right:none;
	}
}

.main-menu ul li a {
	padding: 0 2.5vw;
	display:inline-block;
	text-align:center;
	height:100%;
	color:#00863c;
	font-weight:bold;
}

.main-menu ul li a span {
	display:block;
	font-size:65%;
	color:#a6a6a7;
	font-weight:normal;
}

/* ハンバーガーメニューボタン（モバイル用） */
.menu-toggle {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-bars {
    width: 40px;
    height: 25px;
    position: relative;
}

.menu-bars span {
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #333;
    border-radius: 1999px;
    transition: all 0.3s ease;
}

/* 1本目の線 */
.menu-bars span:nth-child(1) {
    top: 0;
}

.menu-bars span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.menu-bars span:nth-child(3) {
    bottom: 0;
}
.menu-text {
	font-size:65%;
	padding-top:5px;
}
/* ハンバーガーメニュー開閉のエフェクト */
.menu-toggle.active .menu-bars span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
    transform-origin: center;
}

.menu-toggle.active .menu-bars span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active .menu-bars span:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
    transform-origin: center;
}

/* スライダーエリア */
.slider-area {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}

.slider img {
    width: 100%;
    height: auto;
}

/* メインコンテンツエリア */
.content-area {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.main-title {
	font-weight:normal;
	border-bottom:1px solid #231815;
	font-size:2em;
	text-align:left!important;
}

@media (max-width: 768px) {
	.main-title	{
		margin-top:5%;
		font-size:1.5em!important;
	}
}

.main-content {
	padding: 20px 10px;
    margin: 0 auto 5% auto;
}

.content-date {
	display:block;
	padding-bottom:2%;
	font-weight:normal;
	font-size:.95em;
	text-align:right;
}

.left-content {
    width: 70%;
	margin:2% auto;
}
.left-content h1 {
	text-align:center;
}
.left-content h2 {
	text-align:center;
}
.left-content h3 {
	font-size:2.1em;
	text-align:center;
	line-height:130%;
	letter-spacing:1px;
	padding:1% 0 0 0;
}

.left-content h4 {
	font-size:1.7em;
	padding:15px 0;
	text-align:center;
}

.font-selif {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.big-math0-7 {
	font-size:0.7em;
	line-height:100%;
}
.big-math0-9 {
	font-size:0.9em;
	line-height:100%;
}
.big-math1-1 {
	font-size:1em;
	line-height:100%;
}
.big-math1-25-m {
	font-size:1.25em;
	line-height:100%;
}
.big-math1-5 {
	font-size:1.5em;
	line-height:100%;
}

.big-math1-75 {
	font-size:1.75em;
	line-height:100%;
}

.big-math2 {
	font-size:2em;
	line-height:100%;
}

.big-math2-75 {
	font-size:2.75em;
	line-height:100%;
}

.big-math3 {
	font-size:3em;
	line-height:100%;
}

.big-math4 {
	font-size:4em;
	line-height:100%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.big-math5 {
	font-size:5em;
	text-align:center;
	line-height:100%;	
}

.title-news {
	text-align:center;
	background: linear-gradient(to bottom, #009d3b, #00863c);
	padding:5px 0;
	border:1px solid #231815;
	border-bottom:none;
	color:#FFFFFF;
	letter-spacing:3px;
}

ul.news-list {
	font-size:1.25em;
	list-style:none;
	padding:10px 20px;
	margin:0;
	border:1px solid #231815;
	border-top:none;
}

ul.news-list li {
	display:flex;
}

ul.news-list li a {
	border-left:1px solid #ced0ce;
	padding-left:1.5vw;
	padding-bottom:7px;
	margin-left:1.5vw;
}

ul.news-list li:last-child {
	justify-content:flex-end;
}

ul.news-list li:last-child  a {
	border-left:none;
	font-size:.95em;
	padding-bottom:0;
}
.season-cp { /* diet（season告知用） */
    padding: 5px 5px 5px 5px;
    margin: 5px;
    background: url(images/side-back01.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    border: 3px solid #de5317;
}
.landing-01 {
	margin:5% 0 1% 0;
	width:100%;
	background: linear-gradient(to bottom, #009d3b, #00863c);
	padding:20px;
}

.landing-01 article {
	width:100%;
	background:#FFFFFF;
}

.landing-01 h3 {
	font-size:2.3em;
	color:#4c3c28;
	text-align:center;
	padding:1.5%;
	font-weight:normal;
}

.landing-01 h4 {
	font-size:3em;
	color:#4c3c28;
	text-align:center;
	padding:1.5%;
}
.landing-01 h4 span {
	display:block;
	color:#de5317;
}

.landing-02 {
	margin:5% 0;
	width:100%;
	background: linear-gradient(to bottom, #009d3b, #00863c);
	padding:20px;
}

.landing-02 article {
	width:100%;
	background:#FFFFFF;
}

.landing-02 h3 {
	font-size:2.3em;
	color:#4c3c28;
	font-weight:normal;
}

.landing-02 h4 {
	font-size:3em;
	color:#4c3c28;
}
.landing-02 h4 span {
	display:block;
	color:#de5317;
}

.landing-03 {
	margin:5% 0;
	width:100%;
	background:#231815;
	padding:20px;
}

.landing-03 article {
	width:100%;
	background:#FFFFFF;
}

.landing-04 {
	margin:5% 0;
	width:100%;
	background:#f4f4f4;
	padding:20px;
}

.landing-05 {
	margin:5% 0 1% 0;
	width:100%;
	background:#de5317;
	padding:5px;
}

.landing-05 article {
	width:100%;
	background:#ffffff;
}
.landing-05 h3 {
	font-size:2.3em;
	color:#4c3c28;
	text-align:center;
	padding:1.5%;
	font-weight:normal;
}
.landing-05 ul {
	list-style-type: none; /* デフォルトのリストスタイルを無効化 */
	padding: 15px; /* 左側の余白をなくす */
}
.landing-05 li {
	display: flex; /* フレックスボックスで中央揃えをサポート */
	margin-bottom: 10px; /* 各リストの間にスペース */
	color:#4c3c28;
}
.landing-06 {
	margin:0;
	width:100%;
	background:#ffffff;
	padding:10px;
}

.landing-06 article {
	width:100%;
	background:#FFFFFF;
}
.landing-06 h2 {
	color:#dc0000;
	text-align:center;
	padding:1.5%;
	font-family:'Noto Serif JP';
}
.landing-06 ul {
	list-style-type: none; /* デフォルトのリストスタイルを無効化 */
	padding: 5px; /* 左側の余白をなくす */
	font-size:1.3em;
}
.landing-06 li {
	display: flex; /* フレックスボックスで中央揃えをサポート */
	margin-bottom: 10px; /* 各リストの間にスペース */
	color:#4c3c28;
}
.landing-06 li::before {
	content: ''; /* 擬似要素にコンテンツとして画像を設定 */
            display: inline-block; /* 画像をインライン表示 */
            width: 24px; /* 画像の幅を固定 */
            height: 24px; /* 画像の高さを固定 */
            margin-right: 10px; /* テキストと画像の間にスペースを作る */
            margin-top: 10px; /* テキストと画像の間にスペースを作る */
            background-image: url('images/landing-06d.png'); /* 画像のパスを指定 */
            background-size: contain; /* 画像をサイズにフィットさせる */
            background-repeat: no-repeat; /* 画像が繰り返されないように設定 */
            flex-shrink: 0; /* 画像が縮小されないようにする */
}



ul.landing-voice {
	list-style-type: none; /* デフォルトのリストスタイルを無効化 */
	padding: 15px; /* 左側の余白をなくす */
	font-size:1.5em;
}

ul.landing-voice li {
	display: flex; /* フレックスボックスで中央揃えをサポート */
	align-items: center; /* 垂直方向に中央揃え */
	margin-bottom: 10px; /* 各リストの間にスペース */
}

ul.landing-voice li::before {
	content: ''; /* 擬似要素にコンテンツとして画像を設定 */
            display: inline-block; /* 画像をインライン表示 */
            width: 24px; /* 画像の幅を固定 */
            height: 24px; /* 画像の高さを固定 */
            margin-right: 10px; /* テキストと画像の間にスペースを作る */
            background-image: url('images/landing-01d.png'); /* 画像のパスを指定 */
            background-size: contain; /* 画像をサイズにフィットさせる */
            background-repeat: no-repeat; /* 画像が繰り返されないように設定 */
            flex-shrink: 0; /* 画像が縮小されないようにする */
}

.big-orange {
	font-size:4.5em!important;
	color:#de5317!important;
	text-align:center;
	font-weight:bold!important;
}

.big-green {
	font-size:2.5em!important;
	color:#00863c!important;
	font-weight:bold!important;
}

.big01 {
	font-size:1.3em;
	color:#4c3c28!important;
}
.big02 {
	font-size:1.5em;
	color:#231815!important;
}	

.feeling {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align:center;
	font-size:1.1em;
	color:#4c3c28;
}
.feeling1-5 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align:center;
	font-size:1.5em;
	color:#4c3c28;
}
.minchyou1 {
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align:left;
	font-size:1em;
	display: inline-block;
    vertical-align: middle;
}
.minchyou1-2 {
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align:left;
	font-size:1.2em;
	display: inline-block;
    vertical-align: middle;
}
.minchyou1-3 {
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align:left;
	font-size:1.3em;
	display: inline-block;
    vertical-align: middle;
}
.minchyou1-5 {
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align:left;
	font-size:1.5em;
/*	display: inline-block; */
    vertical-align: middle;
}
.minchyou1-8 {
	font-family: 'Noto Serif JP','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align:left;
	font-size:1.8em;
/* 	display: inline-block; */
    vertical-align: middle;
}
.line-height250{
	line-height:250%;
}

.worktable {
	width:90%;
	margin:2% auto;
}

.worktable table {
            border-collapse: collapse;
            width: 100%;
			letter-spacing:3px;
			margin:1% auto;
        }
.worktable table th {
	color:#FFFFFF;
	background:#007130;
}

.worktable table th,.worktable table td {
    border: 1px solid black;
    padding: 0.3vw 0.3vh;
    text-align: center;
	font-size:1.5em;
}
.worktable h4 {
	padding:5px 0;
	}

.workday {
	background:#d9ebcf;
	}

.explain h3 {
	text-align:left;
}
.explain h4 {
	text-align:left;
}

.reason {
	width:100%;
	display:flex;
	flex-direction: row-reverse;
	padding-top:5%;
}

.reason-rev {
	flex-direction:row;
}

.reason-content {
	width:67%;
	margin:1.5%;
}


.reason-content h3 {
	font-size: 1.5em; /* 通常のテキストのフォントサイズ */
	font-weight:bold;
	text-align:left;
            line-height: 1.5; /* 残りの文字の行の高さを調整 */
            vertical-align: top; /* テキストを上に揃える */
}
.reason-content h3::first-letter {
	font-family:sans-serif;
	color:#00863c;
            font-size: 3em; /* 最初の文字を大きくする */
            float: left; /* 左にフロートさせる（テキストが回り込む効果） */
            line-height: 1; /* 最初の文字の行の高さを1に設定 */
            margin-right: 10px; /* 最初の文字と2文字目以降の間にスペースを追加 */
        }
		
.reason-img {
	width:27%;
	margin:1.5%;
}
.reason-img-sp {
	display:none;
}

ul.reason-ul, ul.reason2-ul {
	list-style:none;
	padding:0;
    margin:1.5% auto 3% auto;
    display: flex;
    flex-wrap: wrap;
    width: 97%;
    flex-direction: row;
	justify-content:space-between;
}

ul.reason-ul li, ul.reason2-ul li {
	width:48%;
}
.reason-ul img, ul.reason2-ul img {
	max-width:100%;
}
.reason3 {
	width:100%;
	display:flex;
	flex-direction: row-reverse;
	padding-top:10px;
}

.reason3-rev {
	flex-direction:row;
}

.reason3-content {
	width:100%;
	margin:1.5%;
}

.reason3-content h3 {
	color: #dd0000; /* 通常のテキストのフォントサイズ */
	text-align:left;
	margin: 10px 0;
	white-space: nowrap;
}

.reason3 ul {
/*	list-style:none; */
	padding:0;
    margin: 0 0 0 30px;
}

.reason3 li {
/*	display: flex; *//* フレックスボックスで中央揃えをサポート */
	margin-bottom: 10px; /* 各リストの間にスペース */
	color:#4c3c28;
	font-size:1.3em;
}
/*.reason3 li::before {*/
/*	content: ''; *//* 擬似要素にコンテンツとして画像を設定 */
/*            display: inline-block;*/ /* 画像をインライン表示 */
/*            width: 20px; *//* 画像の幅を固定 */
/*            height: 20px; *//* 画像の高さを固定 */
/*            margin: 5px 7px; *//* テキストと画像の間にスペースを作る */
/*            background-image: url('images/landing-06d.png');*/ /* 画像のパスを指定 */
/*            background-size: contain; *//* 画像をサイズにフィットさせる */
/*            background-repeat: no-repeat; *//* 画像が繰り返されないように設定 */
/*            flex-shrink: 0; *//* 画像が縮小されないようにする */
/*}*/


.cmnt-small-left {
	font-size:.85em;
	display:flex;
	justify-content: flex-start;
}

.cmnt-small-right {
	font-size:.85em;
	display:flex;
	justify-content: flex-end;
}

.landing-logo-area {
	display:flex;
	justify-content:center;
	align-items:center;
	color:#00863c;
	font-size:3em;
	
}
.landing-logo-area img {
	width:10%;
	margin:0 2% 0 1%;
}

ul.recommend {
	width:100%;
	list-style:none;
	padding:15px;
	margin:2% 0 5% 0;
	border:1px solid #231815;
}
ul.recommend li {
	display:flex;
	align-items:flex-start;
	margin-bottom:3%;
}

ul.recommend li:nth-child(even) {
	flex-direction:row-reverse;
}

ul.recommend li img {
	/* max-width:28%; */
	margin:0 1%;
}

.recommend-txt {
	width:76%;
}

.no-border {
	border:none!important;
	padding:0!important;
	margin-bottom:1%!important;
}

.recommend-txt2 {
	width:100%;
}

.recommend-img {
	width:28%;
	margin:0 1%;
}

.recommend-img-sp {
	display:none;
}

.recommend-img-both {
	width:33%;
	float:right;
	display:inherit;
	}

.recommend h5 {
	font-size:1.7em;
	color:#007130;
	padding:0 1.5%;
}

.recommend-green {
	background:#2bab38;
	color:#FFFFFF;
	padding:10px 0;
	margin:3% auto;
}

.recommend-orange {
	background:#ec7000;
	color:#FFFFFF;
	padding:10px 0;
	margin:3% auto;
}
.recommend-red2 {
	background:#6b003e;
	color:#FFFFFF;
	padding:10px 0;
	margin:3% auto;
}
.recommend-lightgray {
	background:#666666;
	color:#FFFFFF;
	margin:3% auto;
	font-family: 'Noto Serif JP';
	white-space: nowrap;
}
h3.recommend-lightgray {
	padding: 10px 10px 20px 10px;
	text-align: left;

}

.recommend-gray {
	background:#231815;
	color:#FFFFFF;
	padding:10px 0;
	margin:3% auto;
}

.attent {
	font-size:1.45em;
	padding:2%;
}

.solution {
	font-size:1.35em!important;
}

ul.list-both {
	width:100%;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	padding:0;
	margin:0 auto;
}

ul.list-both li {
	width:48%;
	margin:1%;
	font-size:1.2em;
	text-align:center;
}
.flow h3 {
	text-align:left!important;
}
.flow h4 {
	text-align:left!important;
}

@media (max-width: 768px) {
	.left-content h1 {
		font-size:2em;
	}
	.left-content h2 {
		font-size:2em;
	}
	.left-content h3 {
		font-size:1.8em;
		letter-spacing:normal;
	}
	.left-content h4 {
		font-size:1.35em;
		letter-spacing:normal;
	}
	.big-orange {
		font-size:3em!important;
	}
	.landing-01, .landing-03 {
		padding:10px;
	}
	.landing-02 {
	margin:5% 0;
	width:100%;
	background:none;
	padding:0;
}
	.reason2 {
		padding:0;
		margin:0 auto;
	}
	.reason-content {
		width:97%;
	}
	.reason-content hr {
		display:block;
        height: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        border: none;
        border-bottom: 1px solid #231815;
	}
	.reason-content p {
	}
	.reason-content h3 {
	font-size: 1.2em; /* 通常のテキストのフォントサイズ */
	}
	.reason-img{
		display:none;
	}
	.reason-img-sp {
		width:97%;
		margin:0 auto;
		display:block;
	}
	ul.reason-ul {
		display:none;
	}
	.cmnt-small-right, .cmnt-small-left {
	font-size:.7em;
	}
	.landing-logo-area {
	font-size:2em;
	}
	.landing-logo-area img {
	width:10%;
	margin:0 2% 0 3%;
	}
	.worktable {
	width:98%;
	margin:2% auto;
	}
	ul.recommend li h5 {
		font-size:1.5em;
	}
	ul.recommend li img {
	max-width:47%;
	margin:0 2%;
	}
	.recommend-txt {
	width:100%;
	}
	.recommend-img {
		display:none;
	}
	.recommend-img-pc {
		display:none;
	}
	.recommend-img-sp {
	float:right;
	display:inherit;
	}
	.recommend-img-both {
		width:38%;
	}
	.attent {
		font-size:.9em;
	}
	ul.list-both {
	width:100%;
	flex-direction:column;
	list-style:none;
	display:flex;
	padding:0;
	margin:0 auto;
	}
	ul.list-both li {
		width:98%;
	}
}

.add-padd {
	padding:5% 0;
}

.no-marg-h {
	margin:0!important;
}

.img-h img {
	margin-top:0!important;
}

@media (max-width: 768px) {
	.no-padd {
	padding:0;
	}	
}

.img-h {
	padding:0!important;
}

.al-left {
	text-align:left!important;
}
.al-center {
	text-align:center!important;
}
ul.list-qa {
	font-size:1.25em;
	list-style:none;
	padding:20px 0 5px 20px;
	margin:0;
}

ul.list-qa li {
	padding-left:0;
	margin-left:0;
}

ul.list-qa li:first-child {
	color:#007130;
}
ul.list-qa li:first-child::before {
    content: "Q ";
    list-style: none;
	margin-left:-1em;
}

ul.list-qa li:last-child::before {
    content: "A ";
    list-style: none;
	color:#de5317;
	margin-left:-1em;
}

.solid-box {
	width:100%;
	padding:15px;
	margin:0 0 2% 0;
	border:1px solid #231815;
}


/* Google Mapを囲う要素 */
.g-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qr-code-img {
	width:96%;
	margin:0 auto;
}


.orange-box {
	border:1px solid #de5317;
	margin:3% 0;
	padding:10px;
}

.green-box {
	border:1px solid #00863c;
	margin:3% 0;
	padding:10px;
}

/* 右サイドコンテンツ */

.right-content {
    width: 24%;
	margin:2%;
}

.right-content h2 {
	font-size:1.3em;
	text-align:center;
	background: linear-gradient(to bottom, #009d3b, #00863c);
	border:1px solid #231815;
	border-bottom:none;
	color:#FFFFFF;
	padding:10px 0;
	line-height:110%;
	letter-spacing:3px;
}

.right-content h3 {
/*	text-align:center; */
/*	margin-bottom:20px; */
	font-size:1.5em;
}

.right-content h4 {
	text-align:center;
	font-size:1.1em;
}

.right-content h5 {
	font-size:0.8em;
	margin-top:20px;
}
.right-content h6 {
	font-size:.85em;
	padding: 0 0 10px 0;
}

.right-content table {
            border-collapse: collapse;
            width: 100%;
        }
.right-content th {
	background:#d9ebcf;
}

.right-content th, td {
            border: 1px solid black;
            padding: 0.3vw 0.3vh;
            text-align: center;
			font-size:1.5em;
        }

.bgwrap {
	padding:10px 10px 10px 0;
	margin-bottom:50px;
	background:url(images/side-back01.jpg);
	background-repeat:repeat-y;
	background-size:cover;
	border:1px solid #231815;
	border-top:none;
}
.right-content ul {
	list-style:none;
	padding-left:20px;
	margin-bottom:20px;
}

.right-content ul li {
	border-bottom:1px dashed #231815;
	padding:10px 0;
}

.right-content ul li::before {
	content: "〉"; /* 大なり記号をリストの前に挿入 */
	font-size: 0.75em; /* '>' のサイズを小さく（0.75倍） */
	margin-right: 1px; /* 記号とテキストの間に余白を設定 */
    margin-left: -22px;
    padding-left: 10px;
}
.first-letter {
	font-size:1.5em;
	color:#007130;
	font-weight:bold;
	display:block;
	margin-top:-1.2em;
}

.g-map {
	margin-bottom:50px;
}

.side-info {
	padding:10px;
	margin-bottom:50px;
	border:1px solid #231815;
	border-top:none;
	text-align:center;
}

.side-tel {
	font-size:1.5em;
	display:inline;
	color:#ec6c1f;
	background-image:url(images/tel03.png);
	background-repeat:no-repeat;
	padding:3px 0 3px 1.5vw;
	background-position: center left;
	background-size: contain;
    font-weight: bold;
	font-family:sans-serif;
}
	
/* フッター */
footer {
    width:100%;
    padding: 20px 0 0 0;
	margin:0 auto;
}

/* フッター上段（ロゴ・住所） */
.footer-top {
	width:100%;
	max-width:1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
	margin:0 auto;
}

@media (max-width: 768px) {
	.footer-top {
		padding:20px 10px;
	}
	
}


.footer-top p {
    color: #333;
}

/* フッター中段（メニュー） */
.footer-middle {
    max-width:1200px;
    margin:0 auto 20px auto;
}

.footer-middle ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.footer-middle ul li {
    padding:0;
	border-left:1px solid #231815;
}
.footer-middle ul li:last-child {
	border-right:1px solid #231815;
}

.footer-middle ul li a {
	padding: 0 15px;
    color: #333;
    font-size: 16px;
	display:inline-block;
}

/* フッター下段（コピーライト） */
.footer-bottom {
    background: linear-gradient(to bottom, #009d3b, #00863c);
    padding: 10px 0;
	text-align:center;
}

.footer-bottom p {
    margin: 0;
    color: white;
    font-size: 14px;
}

/* モバイル用のメインメニュー */
@media (max-width: 768px) {
	.header-gradient {
		height:10px;
	}
	.header-top {
		width:calc(100% - 60px);
		padding:0;
		margin:5px;
	}
	.logo-area {
		width:100%;
		margin:0 auto;
	}
	.logo-area h1 {
		font-size:1.35em;
	}
	.logo-area p {
		font-size:1.35em; /* index以外 */
	}
	.store-info {
		display:none;
	}
    .menu-toggle {
        display: flex;
    }

    .main-menu {
        display: block;
        opacity: 0;  /* 初期状態で透過 */
        visibility: hidden;  /* メニューを見えなくする */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        height: 100%;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        flex-direction: column;
        transition: opacity 0.5s ease, visibility 0s 0.5s;  /* 透過表示とvisibilityの遅延 */
		padding-top:10px;
    }

    .main-menu ul {
        flex-direction: column;
    }

    .main-menu ul li {
 ? ? ? ?margin: 10px 0;
		border:none;
    }

    .main-menu ul li a {
        font-size: 21px;
		text-align: center;
        display: inline-block;
        width: 100%;
		border-bottom:1px solid #a6a6a7;
		padding:10px 0;
    }

    .main-menu.active {
        opacity: 1;  /* 表示時は透過解除 */
        visibility: visible;  /* visibilityを解除 */
        transition: opacity 0.5s ease;  /* 透過がゆっくり表示 */
		overflow:scroll;
		padding-bottom:150px;
    }
	.widget-area {
		width:98%;
		margin:0 auto;
		text-align:left;
	}
	ul.wp-block-latest-posts__list li a{
		font-size:1.3em;
		color:#333333;
		text-align:left;
	}

	.content-area  {
		width:99%;
		margin:0.5%;
		padding:0;
	}
	
    /* スマホでは右エリアを非表示 */
    .right-content {
        display: none;
    }

    /* 左エリアが100%の幅を取る */
    .left-content {
        width: 100%;
    }

footer {
	margin-bottom:22%;
}

    /* スマホではフッター中段（メニュー）を非表示に */
    .footer-middle {
        display: none;
    }

	
}

/* 最下部固定ボタンエリア（デフォルトは非表示） */
.fixed-buttons {
    display: none;  /* 初期状態ではPC含めて非表示 */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    background-color: #f1f1f1;
    padding: 5px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* 左ボタン */
.fixed-buttons .btn-left {
    /* background-color: #ee7b2b; */  /* 左ボタンの色 */
}

.fixed-buttons .btn-left:hover {
    /* background-color: #ee7b2b; */  /* 左ボタンのホバー時 */
}

/* 右ボタン */
.fixed-buttons .btn-right {
    /* background-color: #30a338; */  /* 右ボタンの色 */
}

.fixed-buttons .btn-right:hover {
    /* background-color: #30a338; */  /* 右ボタンのホバー時 */
}

/* ボタン共通スタイル */
.fixed-buttons .btn {
    padding: 2px;
    font-size: 18px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.fixed-buttons a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

/* スマートフォン表示用（ここで表示を有効化） */
@media (max-width: 768px) {
    .fixed-buttons {
        display: flex;  /* スマートフォンでのみ表示 */
    }

    .fixed-buttons .btn {
        /* width: 48%; */  /* ボタンが横に並ぶように幅を調整 */
    }
}

.inherit-buttons {
	display:flex;
	position:inherit;
}

.slick-dots li button {
    width: 20px; /* ドットの幅を指定 */
    height: 20px; /* ドットの高さを指定 */
    background-color: #ccc; /* ドットの背景色 */
 ? ?border: 1px solid #cccccc; /* 枠線を削除 */
    border-radius: 50%; /* 丸い形状に設定 */
    cursor: pointer; /* カーソルをポインターに変更 */
}

.slick-dots li.slick-active button {
    /*background-color: #333;  アクティブなドットの色を変更 */
}

.announcement-list ul {
	list-style:none;
	padding:0;
	margin:20px 0 40px 0;
	font-size:1.2em;
}

.announcement-list ul li {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:dotted 1px #231815;
}

.cat-date {
	display:block;
	font-size:.85em;
}

.cat-title {
	font-size:.75em;
	border:1px solid #ECECEC;
	border-radius:1999px;
	padding:3px 10px;
	background:#ECECEC;
	color:#231815;
	margin-left:5px;
}

/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align:center;
	margin:20px 0;
	padding:10px 0;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #00863c;
	border-color: #00863c;
	font-weight: bold;
    }

/* Breadcrumbs */

.breadcrumbs {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:5px 40px;
	font-size:.75em;
}

.social-icons i {
    display: inline-block !important;
    visibility: visible !important;
    font-size: 24px;
    color: #333;
}

/* 施術アーカイブ */

ul.symptom-list {
	width:100%;
	flex-wrap:wrap;
	list-style:none;
	display:flex;
	padding:0;
	margin-bottom:30px;
}

ul.symptom-list li {
	width:32.33333%;
	margin:1% 0.5%;
}

.green-bottom {
	font-size:1.3em;
	text-align:center;
	border-bottom:5px solid #00863c;
	padding:10px 0;
	margin-bottom:20px;
	line-height:110%;
	letter-spacing:3px;
}

.orange-bottom {
	font-size:1.3em;
	text-align:center;
	border-bottom:5px solid #ff5400;
	padding:10px 0;
	margin-bottom:20px;
	line-height:110%;
	letter-spacing:3px;
}

.announcement-list2 ul {
	list-style:none;
	padding:0;
	margin:20px 0 40px 0;
	font-size:1.5em;
}

.announcement-list2 ul li {
	margin-bottom:15px;
	padding-bottom:15px;
}
.announcement-list2 h3 {
	padding:0;
	margin:20px 0 15px 0;
	font-size:1.5em;
	text-align:left;
	font-weight: lighter;
}


/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}