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

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

:root {
	--color-main : #402a13;
	--color-red: #FF5500;
	--color-red_u: #ff55002e;
	--color-yellow : #ffd900;
	--color-yellow_u : #fffbca7a;
	--color-orange : #F39700;
	--color-orange_u : #F3970099;
	--color-gray_u: #f8f8f8;
	
	--marker-yellow :linear-gradient(transparent 60%, #ffd90099 60%);
	--marker-orange :linear-gradient(transparent 60%, #F3970099 60%);
	--marker-red :linear-gradient(transparent 60%, #ff55002e 60%);
	
	--ff-en : "Urbanist", sans-serif;
	--ff-en : "Figtree", sans-serif;
}

body {
	background: #fff;
	color: var(--color-main);
}
#content {
	margin-top: 0;
}
#content-in {
	width: 80vw;
	margin-top: 3rem;
}
.main {
	width: 53vw;
	padding: 0;
}
#sidebar {
	width: 20vw;
	padding: 0;
}
@media screen and (max-width: 1023px){
    #content-in {
        display: flex;
		width: 90vw;
    }
	.main {
		width: 63vw !important;
	}
	#sidebar {
		width: 20vw !important;
	}
}
@media screen and (max-width: 768px){
	#container {
		padding-bottom: 25vw;
	}
    #content-in {
        display: block;
		margin-top: 0;
    }
	.main {
		width: auto !important;
	}
	#sidebar {
		width: auto !important;
	}
}
@media screen and (max-width: 480px){
    #content-in {
        width: 100vw;
    }
	#sidebar {
		width: 90vw !important;
		margin: 0 auto;
	}
}
.entry-title {
	background: var(--color-orange_u);
	padding: 2rem;
	margin-bottom: 2rem;
}
.main h2 {
	background: var(--color-orange);
	padding: 0.8rem;
	margin-bottom: 1rem;
}
.main h3 {
	border: 0;
	border-top: 2px solid var(--color-orange);
	border-bottom: 2px solid var(--color-orange);
	margin-bottom: 1rem;
}
.main h4 {
	color: var(--color-orange);
	border: 0;
	padding: 0;
	margin-bottom: 0.5rem;
}
img {
	vertical-align: bottom;
}
.breadcrumb {
    margin: 0 0 0.5rem;
    color: var(--main-color) !important; 
    font-size: 1rem;
    display: flex;
    justify-content: flex-end;
}
.breadcrumb .fa-fw {
	display: none;
}
@media screen and (max-width: 768px){
.breadcrumb {
	font-size: 0.8rem;
	}		
}

/* common */
article .sp {
	display: none;
}
.txt-center {
	text-align: center;
}
.ff-en {
	font-family: var(--ff-en);
}
.color-orange {
	color: var(--color-orange);
}
.color-red {
	color: var(--color-red);
}
.fs-s {
	font-size: 0.85rem;
}
.inner {
	margin-bottom :3rem; 
}
.inner .inner{
	margin-bottom :2rem; 
}
.mb-1 {
	margin-bottom: 1rem !important;
}
.mb-2 {
	margin-bottom: 2rem !important;
}


.marker-yellow {
	background: var(--marker-yellow);
}
.link-btn {
	display: block;
	text-align: center;
	text-decoration: none;
	color: var(--color-main) !important;
	background: var(--color-yellow);
	border-radius: 0.5rem;
	padding: 0.75rem;
	font-weight: 500;
	letter-spacing:0.1rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.link-btn:before {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	background: #fff;
	position: absolute;
	right: 1rem;
	border-radius: 50%;
}
.link-btn:after {
	content: "";
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background: url(https://nakayama-johnny.net/wp-content/themes/cocoon-child-master/assets/images/arrow.svg) no-repeat center center / contain;
	position: absolute;
	right: 1.5rem;
}
@media screen and (max-width: 768px){
	article .sp {
		display: block;
	}
}

/* header */
#header {
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 100;
}
.header-inner {
	width: 90vw;
	margin: 0 auto;
	padding: 1rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo {
	flex-basis: 20vw;
}
.header-logo h1 {
	font-size: 0.85rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.header-nav {
	flex-basis: 50vw;
	display: flex;
	flex-direction: column;
}
.header-nav .header-contact {
	display: flex;
	justify-content: flex-end;
	gap: 0 1.5rem;
	margin-bottom: 0.5rem;
}
.header-nav .header-contact img {
	height: 3.2vw;
	border-radius: 0.25rem;
}
.header-nav ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	list-style: none;
}
.header-nav ul a {
	color: var(--color-main);
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 500;
}
.header-nav ul .nav-menu {
	display: none;
}
#header.is-scroll {
	position: fixed;
	top: 0;
	left: 0;
	animation: headerAnime .5s;
	animation-fill-mode: forwards;
}
@keyframes headerAnime {
    0% {opacity: 0;}
    100% {opacity:100;}
}
#header.is-scroll .header-logo h1,
#header.is-scroll .header-contact {
	display: none;
}
#header.is-scroll .header-logo{
	flex-basis:12vw;
}
@media screen and (max-width: 1023px){
	.header-nav {
		flex-basis: 60vw;
	}
	.header-nav ul a {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 768px){
	.header-inner {
		flex-direction: column;
		padding: 0.5rem 0;
		width: 100%;
		background: var(--color-yellow_u);
	}
	.header-logo h1 {
		text-align: center;
		margin-bottom: 0.25rem;
		font-size: 0.7rem;
	}
	.header-logo .logo {
		width: 45vw;
		margin: 0 auto 0.75rem;
	}
/* 	#header.is-scroll .header-logo {
		display: none;
	} */
	.header-nav .header-contact{
		display: none;
	}
	.header-nav {
		flex-basis: 0;
		width: 90vw;
	}
	.header-nav ul li {
		text-align: center;
	}
	.header-nav ul .nav-menu {
		display: block;
	}
	.header-nav ul a {
		display: flex;
		flex-direction: column;
		font-size: 0.8rem;
	}
	.header-nav ul a:before {
		content: "";
		display: block;
		margin: 0 auto;
		width: 1.5rem;
		height: 1.5rem;
		background: url(https://nakayama-johnny.net/wp-content/themes/cocoon-child-master/assets/images/icon-home.svg) no-repeat center center / 100% auto;
	}
	.header-nav ul .nav-first a:before {
		background-image: url(https://nakayama-johnny.net/wp-content/themes/cocoon-child-master/assets/images/icon-info1.svg);
	}
	.header-nav ul .nav-access a:before {
		background-image: url(https://nakayama-johnny.net/wp-content/themes/cocoon-child-master/assets/images/icon-map.svg);
	}
	.header-nav ul .nav-fee a:before {
		background-image: url(https://nakayama-johnny.net/wp-content/themes/cocoon-child-master/assets/images/icon-yen.svg);
	}
	.header-nav ul .nav-menu a:before {
		background-image: url(https://nakayama-johnny.net/wp-content/themes/cocoon-child-master/assets/images/icon-menu.svg);
	}
	.header-nav ul .nav-contents,
	.header-nav ul .nav-contact {
		display: none;
	}
}


/* side */
.side-nav {
	border: 1px solid;
	border-radius: 0.5rem;
	padding: 0.25rem 0.25rem 0.5rem;
	margin: 0 0 1.5rem 0;
}
.side-nav h3 {
	background: var(--color-main);
	color: #fff;
	font-size: 1.25rem;
	padding: 1.5rem 0;
	margin: 0 0 1rem;
	text-align: center;
	border-radius: 0.5rem 0.5rem 0 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.side-nav h3:before {
	content: "";
	display: inline-block;
	width: 1.3rem;
	height: 1.3rem;
	margin-right: 0.75rem;
	background: url(https://nakayama-johnny.net/wp-content/themes/cocoon-child-master/assets/images/icon-info.svg) no-repeat center center / 100% auto;
}
.side-nav h3.side-pain:before {
	width: 1.6rem;
	height: 1.6rem;
	background-image: url(https://nakayama-johnny.net/wp-content/themes/cocoon-child-master/assets/images/icon-pain.svg);
}

.side-nav ul {
	list-style: none;
	padding: 0 1.5rem 1rem;
}
.side-nav ul li {
	padding: 0.25rem 0.5rem;
	border-bottom: 1px solid #dedede;
	text-align: center;
}
.side-nav ul li:last-child {
	border: 0;
}
.side-nav ul li a {
	text-decoration: none;
	color: var(--color-main);
	font-size: 1rem;
	font-weight: 500;
}
.side-btn {
	margin-bottom: 1rem;
}
.bnr-content {
	text-align: center;
}
.side-nav .nayami-item {
	width: 90%;
	margin: 0 auto 1rem;
}
.side-nav .nayami-header {
    padding: 0.75rem 2.5rem 0.75rem 0.75rem;
    cursor: pointer;
    position: relative;
	background: #fff2b0;
	border-radius: 0.5rem;
	margin-bottom: 0.5rem;
}
.side-nav .nayami-header::before, .nayami-header::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 1.5rem;
    bottom: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background: var(--color-red);
}
.side-nav .nayami-header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}
.side-nav .nayami-header.active::after{
	transform:rotate(0deg);
}
.side-nav .nayami-header span {
	font-weight: 500;
	font-size: 1.125rem;
}
.side-nav .nayami-content {
    padding: 0 0 1.5rem;
	display: none;
}
.side-nav .nayami-content ul {
	padding: 0;
}
.side-nav .nayami-content ul li {
	text-align:left;
}

.side-nav .nayami-content ul li{
	position: relative;
	display: flex;
	align-items: center;
}
.side-nav .nayami-content ul li:before {
	content: "";
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.75rem;
	background: url(https://nakayama-johnny.net/wp-content/themes/cocoon-child-master/assets/images/arrow-s.svg) no-repeat center center / 100% auto;
}
.bnr-content p {
	margin-bottom: 1rem;
}


/* mv */
.mv {
	width: 85vw;
	margin: 0 auto;
}
@media screen and (max-width: 480px){
.mv {
	width: 100vw;
}
}
/* footer */
.footer {
	background: #F3F4EB;
	margin: 5rem 0 0;
}
.footer-in {
	width: 80vw;
	margin: 0 auto;
	padding: 3rem 0 0;
}
.footer-logo {
	width: 20vw;
	margin: 0 auto 3rem;
}
.footer-content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.footer-content > div {
	flex-basis: 48%;
}
.footer-store img {
	border-radius: 0.5rem;
	aspect-ratio: 5 / 3;
	object-fit: cover;	
}
.hour-table {
	margin-bottom: 1rem;
}
.hour-table thead th {
	font-size: 1rem;
	color: #fff;
	background: var(--color-main);
	padding: 1rem 0;
}
.hour-table thead th:first-child {
	border-radius: 0.5rem 0 0 0;
}
.hour-table thead th:last-child {
	border-radius: 0 0.5rem 0 0;
}
.hour-table tbody th {
	font-size: 1rem;
	color: var(--color-main);
	background: #fff;
	font-family: var(--ff-en);
}
.hour-table tbody td {
	font-size: 1rem;
	color: var(--color-orange_u);
	background: #fff !important;
	text-align: center;
	padding: 1rem 0.5rem;
}
.hour-table caption {
	caption-side: bottom;
	font-size: 0.85rem;
	text-align: left;
	margin: 0.5rem 0 0;
}
.hour-table caption span{
	color: var(--color-orange_u);
}
.footer-access {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1rem;
	align-items: center;
}
.footer-access > dt {
	flex-basis: 20%;
	background: var(--color-orange_u);
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
	font-size: 0.85rem;
	font-weight: 500;
}
.footer-access > dd {
	flex-basis: calc(80% - 1rem);
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}
.footer-contact {
	width: 80%;
	display: flex;
	justify-content: space-between;
	gap: 0 5%;
	margin: 0 auto 3rem;
}
.footer-contact > * {
	flex: 1;
}
.copyright {
	text-align: center;
}
.go-to-top-button {
	width: 4rem;
	height: 4rem;
	font-size: 1rem;
	color: #fff !important;
	background: var(--color-main);
}
.sp-bottom-cta {
	display: none;
}
@media screen and (max-width: 768px){
	.footer-in {
		width: 90vw;
	}
	.footer-logo {
    	width: 60vw;
    	margin: 0 auto 2rem;
	}
	.footer-content {
		flex-direction: column;
	}
	.footer-store {
		margin-bottom: 1rem;
	}
	.footer-contact {
    	width: 90%;
	    gap: 0.75rem 0;
	    flex-direction: column;
	}
	.hour-table thead th,
	.hour-table tbody th,
	.hour-table tbody td {
		font-size: 0.9rem;
	}
	.footer-access > dt {
		padding: 0.25rem;
	}
	.sp-bottom-cta {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		background: #fcf7e5;
		padding: 0.5rem;
		width: 100%;
	}
	.sp-bottom-cta .txt{
		font-size: 0.8rem;
		text-align: center;
		margin-bottom: 0.25rem;
	}
	.sp-cta-content {
		display: flex;
		gap: 0 2%;
	}
	.sp-cta-content > div {
		flex-basis: 49%;
		text-align: center;
	}
	.go-to-top {
		position: static;
	}
	.go-to-top-button {
		width: 100%;
		height: 3rem;
		border-radius: 0;
	}
}
@media screen and (max-width: 480px){
}

/* contact */
#contact p {
	margin-bottom: 1rem;
}
#contact .contact-content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
#contact .contact-content > div {
	flex-basis: 48%;
}
#contact .contact-store img {
	border-radius: 0.5rem;
	aspect-ratio: 5 / 3;
	object-fit: cover;	
}
#contact .contact-access > dt {
	background: var(--color-orange_u);
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
	font-size: 0.85rem;
	font-weight: 500;
}
#contact .contact-access > dd {
	flex-basis: calc(80% - 1rem);
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px){
	#contact .contact-content {
		flex-direction: column;
	}
	#contact .contact-store {
		margin-bottom: 1rem;
	}
}



/* home */

.home h1.entry-title{
	display: none;
}
.home section {
	margin-bottom: 3rem;
}
.home .main h2 {
	padding: 1.5rem;
}
.home .main h3 {
	border: 0;
}
#home-catch h2 {
	background: transparent;
	text-align: center;
	font-size: 3.75vw;
	padding: 0;
	margin: 0 0 2rem;
}
#home-catch h2 small{
	display: block;
	text-align: center;
	font-size: 0.5em;
	color: var(--color-orange);
	margin-bottom: 0.5rem;
}
.catch-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 4px solid var(--color-orange_u);
	border-radius: 3rem;
	padding: 2rem 7%;
	margin-bottom: 2rem;
}
.catch-pic {
	flex-basis: 22%;
	margin-bottom: 0 !important;
}
.catch-list {
	flex-basis: 75%;
	padding: 0 !important;
	margin: 0 !important;
}
.catch-list li {
	list-style: none;
	position: relative;
	padding: 0.25rem 0;
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	font-weight: 500;
}
.catch-list li span{
	width: calc(100% - 1.75rem);
}
.catch-list li strong{
	border-bottom: 3px solid var(--color-orange);
}
.catch-list li:before {
	content: "";
	display: inline-block;
	width: 1.75rem;
	height: 1.75rem;
	margin-right: 1rem;
	background: url(https://nakayama-johnny.net/wp-content/themes/cocoon-child-master/assets/images/icon-check3.svg) no-repeat center center / 100% auto;
}
.catch-bottom {
	background: var(--color-gray_u);
	padding: 2rem;
}
.catch-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0 !important;
}
.catch-btn li {
	flex-basis: 30%;
	text-align: center;
}
.catch-other .txt{
	text-align: center;
}
.catch-other .link .link-btn{
	width: fit-content;
	margin: 0 auto;
	padding: 2rem 5rem;
	font-size: 1.3rem;
}
.catch-other .link .link-btn strong {
	border-bottom: 2px solid;
	margin-right: 0.25rem;
}
#home-reason h2 {
	margin-bottom: 1rem;
}
.reason-title {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-bottom: 4px solid var(--color-red);
	margin-bottom: 3rem;
	gap: 0 1rem;
}
.reason-title .txt{
/*	flex-basis: 55%;*/
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 1rem;
}
.reason-title .txt small{
	display: block;
	font-size: 0.4em;
	letter-spacing: 0.1rem;
	margin-bottom: 1rem;
	background: var(--color-red_u);
	padding: 0.5rem;
}
.reason-title .txt .select{
	display: block;
	text-align: right;
}
.reason-title .txt strong{
	color: var(--color-red);
	position: relative;
    margin-top: -6vw;
    display: block;
	text-align: right;
}
.reason-title .txt .num{
	font-size: 3em;
    margin-right: 0.75rem;
	font-family: var(--ff-en);
	font-style: italic;
	line-height: 1;
}
.reason-title .pic{
	flex-basis: 38%;
}
.reason-list {
	counter-reset: h_reason;
	list-style: none;
	padding: 0 !important;
	margin: 0;
}
.reason-list li {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 2rem !important;
	padding-bottom: 2rem;
}
.reason-list li h3 {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 1rem;
	padding: 0;
	margin 0 0 0;
	line-height: 1.6;
	font-size: 2vw;
}
.reason-list li h3 strong {
	color: var(--color-red);
	
}
.reason-list li h3:before {
    counter-increment: h_reason;
    content: counter(h_reason);
    display: inline-block;
    background: var(--color-red);
    color: #fff;
    font-size: 4vw;
	font-family: var(--ff-en);
	font-style: italic;	
    text-align: center;
    line-height:6vw;
    width: 6vw;;
    height: 6vw;;
    border-radius: 50%;
}
.reason-item {
	display: flex;
	flex-direction: row-reverse;
	gap: 0 0.5rem;
	justify-content: space-between;
}
.reason-item .pic{
	flex-basis: 30%;
	text-align: center;
	margin-bottom: 0.5rem;
}
.reason-item .txt{
	flex-basis: 65%;	
}
#home-approach h2 {
	margin-bottom: 1rem!important;
}
.approach-title {
	text-align: center;
	font-size: 2.75vw;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 4px solid var(--color-orange);
	margin-bottom: 2rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.approach-title .txt {
	padding-bottom: 2rem;
}
.approach-title .txt small {
	display: block;
	font-size: 0.5em;
	letter-spacing: 0.1rem;
	margin: 0 auto;
	width: fit-content;
	padding: 0 0 0.5rem;
	border-bottom: 3px solid var(--color-orange);
}
.approach-title .txt strong{
	display: block;
	color: var(--color-orange);
	font-size: 3.5vw;
	position: relative;
	margin-top: -3vw;
}
.approach-title .txt strong .num{
	font-family: var(--ff-en);
	font-style: italic;
	font-size: 2.5em;
	line-height: 1;
}
.approach-title .pic {
	flex-basis: 22%;
}
.approach-pic {
	margin-bottom: 2rem;
	text-align: center;
}
.recommend-list p {
	text-align: center;
}

@media screen and (max-width: 480px){
	#home-catch h2 {
		font-size: 7.75vw;
	}
	.catch-content {
		flex-direction: column;
	}
	.catch-pic {
		width: 40%;
		position: relative;
		margin-top: 1rem !important;
		margin-bottom: -3rem !important;
	}
	.catch-bottom {
		padding: 1rem;
	}
	.catch-btn li {
		flex-basis: 47%;
	}
	.catch-other .link .link-btn {
	    padding: 1rem 2.5rem 1rem 1rem;
		font-size: 1rem;
	}
	.reason-title {
		margin-bottom: 1.5rem;
	}
	.reason-title .txt {
		font-size: 7vw;
		margin-bottom: 0.5rem;
	}
	.reason-title .txt strong {
		margin-top: -11vw;
	}
	.reason-list li {
		margin-bottom: 1rem !important;
	}
	.reason-list li h3 {
		flex-direction: column;
	}
	.reason-list li h3:before {
		font-size: 7vw;
		width: 10vw;
		height: 10vw;
		line-height: 10vw;
	}
	.reason-list li h3 {
	    gap: 0.5rem 0;
	    font-size: 4.3vw;
	}
	.reason-item {
		flex-direction: column;
	}
	.approach-title .txt {
		padding-bottom: 1rem;
	}
	.approach-title {
		font-size: 5.2vw;
	}
	.approach-title .txt small {
		display: none;
	}
	.approach-title .txt strong {
		font-size: 6vw;
	}
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

/* ▼お悩みブロック */
.lw-nayami-block{
  padding: 28px 16px;
  margin: 24px 0;
  background: linear-gradient(180deg, #f6f7fb 0%, #ffffff 70%);
  border-radius: 16px;
}

.lw-nayami-inner{
  max-width: 960px;
  margin: 0 auto;
}

.lw-nayami-list{
  list-style: none;
  margin: 0;
  padding: 14px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.lw-nayami-item{
  position: relative;
  margin: 0;
  padding: 14px 12px 14px 44px;
  border-bottom: 1px dashed rgba(0,0,0,.12);
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

.lw-nayami-item:last-child{
  border-bottom: none;
}

.lw-nayami-item::before{
  content: "✓";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #19a974; /* 色変更OK */
  color: #fff;
  font-weight: 900;
  font-size: 14px;
}

/* SP微調整 */
@media (max-width: 600px){
  .lw-nayami-list{ padding: 10px; }
  .lw-nayami-item{
    padding: 12px 10px 12px 42px;
    font-size: 15px;
  }
}
/* ▲お悩みブロック */


/* ===== 喜びの声 ===== */
.lw-voice {
  padding: 56px 0 24px; /* 上 / 左右 / 下 */
  background: #fff;
}

.lw-voice__inner {
  width: min(1000px, calc(100% - 32px));
  margin: 0 auto;
}

.lw-voice__title {
  margin-bottom: 24px;
  font-size: clamp(22px, 2.6vw, 30px);
}

.lw-voice__list {
  display: grid;
  gap: 14px;
  justify-content: center;
}

/* カード */
.lw-voice__card {
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 20px;
  background: #fff;
}

.lw-voice__cardTitle {
  margin-bottom: 14px;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.4;
}

/* 横並びエリア */
.lw-voice__content {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* 画像 */
.lw-voice__figure {
  flex-shrink: 0;
  width: 200px;
}

.lw-voice__figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* テキスト */
.lw-voice__text {
  font-size: 15px;
  line-height: 1.9;
}

.lw-voice__text p {
  margin: 0 0 10px;
}

/* 注意書き */
.lw-voice__note {
  margin-top: 12px;
  font-size: 12px;
  color: #666;
  border-top: 1px dashed #ddd;
  padding-top: 10px;
}

/* スマホは縦並び */
@media (max-width: 600px) {
  .lw-voice__content {
    flex-direction: column;
  }
  .lw-voice__figure {
    width: 300px;
	margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .lw-voice__content {
    flex-direction: column;
  }
}

/* 施術の流れ 全体 */
.flow-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

/* 見出し */
.flow-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
  color: #222;
}

/* リスト */
.flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 各ステップ */
.flow-item {
  flex: 1 1 calc(33.333% - 28px);
  background: #fff;   /* 白 */
  border: none;       /* ← ボーダーなし */
  box-shado

	/* 追記（Symptom／症状一覧ページ）ここから KANECHIKA 2024.03.17 */
}

.symptom-list {
  width: 740px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.symptom-list li {
  list-style: none;
  width: calc(50% - 30px);
  background: #f9f5ef;
  padding: 20px;
  margin: 15px;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
}
@media (max-width: 768px) {
  .symptom-list {
    width: 100%;
  }

  .symptom-list li {
    width: 100%;
    padding: 15px;
    margin: 10px;
    font-size: 14px;
  }
}

/* 追記 ここから HONDA 2026.1.10 */
@media screen and (max-width: 768px){
.pc {
  display: none;
}
}

@media screen and (min-width: 769px){
.sp {
  display: none;
}
}

@media screen and (max-width: 768px){
.nav_sp {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top: 1px solid #65503a;
  float: left;
}

.nav_sp .left {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  border-right: 1px solid #65503a;
}

.nav_sp .right {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.nav_sp .left li,
.nav_sp .right li {
  width: 100%;
  height: auto;
  background-color: #fffde7;
  border-bottom: 1px dotted #65503a;
  list-style-image: none;
  list-style-type: none;
}

.nav_sp .left li:last-child,
.nav_sp .right li:last-child {
  border-bottom: 1px solid #65503a;
}

.nav_sp .left li:hover,
.nav_sp .right li:hover {
  width: 100%;
  height: auto;
  background-color: #65503a;
  border-bottom: 1px dotted #ffffff;
}

.nav_sp .left li a,
.nav_sp .right li a {
  font-size: 3.5vw;
  color: #65503a;
  text-align: center;
  text-decoration: none;
  padding: 6px 0;
  display: block;
}

.nav_sp .left li a:hover,
.nav_sp .right li a:hover {
  color: #ffffff;
}
	
.beginner_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 3.90625%;
  display:table;
}		
	
.beginner_box figure {
  width: 80%;
  height: auto;
  margin: 0 auto 7.8125% auto;
  padding: 0;
}	
	
.beginner_box figure img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}	
	
.beginner_box p {
  margin: 2.604166666% 0 0 0 !important;
}
	
.fixes_flow {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}	
	
.fixes_flow ul {
  width: 48.546511627%;
  height: auto;
  margin: 0;
  padding: 0;
}	

.fixes_flow ul li {
  width: 100;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}	

.fixes_flow ul li img {
  width: 100;
  height: auto;
  margin: 0;
  padding: 0;
}	
	
.fixes_flow ul li p {
  font-size: 3.5vw;
  font-weight: 400;
  text-align: cleft;
  line-height: 1.4em;
  color: #333333;
}
.alignright{
 width: 100%;
}
.wp-block-image img {
  margin: 0 auto;
}
}
/* 追記 ここまで */

/* 追記 */
@media screen and (max-width: 480px) {
.entry-title, .article h2 {
   font-size: 16px;
}
}
/* 追記 end*/

/* 追記スマホヘッダー調整 */
@media screen and (max-width: 768px) {
  /* いったん全部非表示 */
.header-nav ul li {
 display: none;
}
  /* 指定したliだけ表示 */
.header-nav ul li.sp-show {
 display: block;
}
.header-nav ul {
 justify-content: end;
 margin-right: 20px;
}
.header-nav ul .nav-menu {
 display: block;
 margin-left: 21px;
}
.header-inner {
 flex-direction: unset;
}
.header-logo {
  flex-basis: unset;
}
.header-nav {
width: 30%;
 flex-basis: unset; 
 flex: auto;
}
#header.is-scroll .header-logo{
 flex-basis:unset;
 margin-left: 16px;
 margin-top: 0.3rem;
}
}
.home .main h3.no-border {
    border: 0;
    border-top: 2px solid var(--color-orange);
    border-bottom: 2px solid var(--color-orange);
    margin-bottom: 1rem;
}
/* 追記end */

/* ブログ */
.blog-single{
max-width:900px;
margin:0 auto;
padding:40px 20px;
}

.blog-title{
font-size:32px;
margin-bottom:10px;
}

.blog-date{
font-size:14px;
color:#777;
margin-bottom:30px;
}

.blog-thumbnail img{
width:100%;
height:auto;
margin-bottom:30px;
}

.blog-content{
line-height:1.8;
font-size:16px;
}

.blog-content h2{
margin-top:40px;
}

.blog-content p{
margin-bottom:20px;
}
/* 追記end */