/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 4.8
Tested up to: 7.0
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;500&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Yu Gothic" , "YuGothic" ,  "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
	
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

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

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style:none;
}


ul.flex,.flex{
	display:-webkit-box;
	display:-ms-box;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	width:100%;
}

caption, th{
	text-align: left;
}

a:focus {
	outline:none;
}

.clear:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .clear {
	height: 1px;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
*{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
a{
	text-decoration:none;
	color:#525252;
}
a:hover {
	color:#ffca4c;
}
body {
	overflow:hidden;
	background:#fff;
}
div, a, p, h1, h2, h3, h4, h5, h6, span, th, td, li, time, footer, button, label, strong, em, b{
	color:#525252;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	font-weight: 200;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
.grecaptcha-badge {
    position: absolute;
    z-index: -100;
    visibility: hidden;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
}
section[class^="index_"]{
}
.width {
	width:80%;
	max-width:1200px;
	margin:0 auto;
}
p, .p {
	margin-bottom:10px;
	letter-spacing:1px;	
}
section a, section span, section b, section strong {
	font-size:100%;
	font-weight: inherit;
	color: inherit;
}
.mt10 {margin-top:10%!important;}
.mt8 {margin-top:8%!important;}
.mt5 {margin-top:5%!important;}
.mt3 {margin-top:3%!important;}
.mt0 {margin-top:0%!important;}
.mb0 {margin-bottom:0%!important;}
.mb3 {margin-bottom:3%!important;}
.mb5 {margin-bottom:5%!important;}
.mb8 {margin-bottom:8%!important;}
.mb10 {margin-bottom:10%!important;}

div.float {
    margin: 3% auto;
}
.float p.floatr {
    float: right;
    margin: 0 0 10px 3%;
    width: 47%;
}
.float p.floatl {
    float: left;
    margin: 0 3% 10px 0;
    width: 47%;
}

.center {
	text-align:center!important;
}
.right {
	text-align:right!important;
}
.left {
	text-align:left!important;
}
span.ib {
	display:inline-block!important;
}
span.bu {
	border-bottom:1px solid;
	font-weight:500;
}
span.bo {
	font-weight:600;
}
span.bbig{
	font-weight:bold!important;
	font-size:120%!important;
}
span.small{
	font-size:80%!important;
}
span.yb {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFFAC6));
    background: -o-linear-gradient(transparent 60%, #FFFAC6 0%);
    background: linear-gradient(transparent 60%, #FFFAC6 0%);
}


@-webkit-keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
@-webkit-keyframes fadeinrl {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeinrl {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeinlr {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeinlr {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeinbt {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeinbt {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes fadeintb {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeintb {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

.fadein{
	opacity:0;
	-webkit-transition : all 3s;
	-o-transition : all 3s;
	transition : all 3s;
}
.ponpon, .pon{
	opacity:0;
	-webkit-transition : all 2s;
	-o-transition : all 2s;
	transition : all 2s;
}
.downup .fadein, .downup .ponpon, .downup .pon {
	opacity : 0;
	-webkit-transform : translate(0, 50px);
	    -ms-transform : translate(0, 50px);
	        transform : translate(0, 50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.updown .fadein, .updown .ponpon, .updown .pon {
	opacity : 0;
	-webkit-transform : translate(0, -50px);
	    -ms-transform : translate(0, -50px);
	        transform : translate(0, -50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinrl .fadein {
	opacity : 0;
	-webkit-transform : translate(80px, 0);
	    -ms-transform : translate(80px, 0);
	        transform : translate(80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinlr .fadein {
	opacity : 0;
	-webkit-transform : translate(-80px, 0);
	    -ms-transform : translate(-80px, 0);
	        transform : translate(-80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadein.scrollin, .ponpon.active, .pon.activate {
	opacity : 1;
	-webkit-transform : translate(0, 0);
	    -ms-transform : translate(0, 0);
	        transform : translate(0, 0);
}
ul li.ponpon.active:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
ul li.ponpon.active:nth-child(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
ul li.ponpon.active:nth-child(4) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

ul[class^="col2_"] > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
}
ul[class^="col3_"] > li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3%;
}
ul[class^="col2_"] > li:nth-child(even), ul[class^="col3_"] > li:nth-child(3n){
    margin-right: 0;
}

/*------------------------------------*\
    ヘッダー＆フッダー00
\*------------------------------------*/

header.header hgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
header.header hgroup p {
    margin: 0;
    width: 28%;
    max-width: 240px;
}
header.header hgroup p a {
    display: block;
    padding: 10px;
}
header.header hgroup div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header.header hgroup div > span {
    display: block;
    text-align: center;
    padding: 7px 10px;
}
header.header hgroup div > a {
    display: block;
}
header.header hgroup div > a img {
    display: inline-block;
    width: 50px;
    vertical-align: middle;
    margin-right: 10px;
}
header.header hgroup div > a span {
    font-size: 43px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
header.header hgroup div > a:hover span {
    color: #ffca4c;
}

.menu1 ul {
    text-align: center;
    background: url(/wp-content/uploads/2026/06/back1.webp)no-repeat center / cover;
    padding: 1% 0;
}
.menu1 ul li {
    display: inline-block;
}
.menu1 ul li a {
    display: block;
    padding: 20px 10px;
}
.menu1 ul li a:hover {
    color: #ffca4c;
}
.menur {
    display: none;
}

section.footer {
    text-align: center;
    margin-top: 10%;
    background: url(/wp-content/uploads/2026/06/back1.webp)no-repeat center / cover;
    padding-top: 5%;
}
section.footer > p.flogo a {
    display: block;
    max-width: 300px;
    margin: 0 auto 2%;
}
ul.f-sitemap li {
    display: inline-block;
}
ul.f-sitemap li a {
    display: block;
    padding: 15px 10px;
}
section.footer ul.cta-col2 {
    width: 96%;
}
.access iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 400px;
    display: block;
}
footer#colophon {
    background: #2e5d6c;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}





/*------------------------------------*\
    共通_00
\*------------------------------------*/

.ttl1 {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
    margin: 8% auto 3%;
}
/* 中央揃えテキストの段落ち回避（装飾付き要素の内側で使用） */
.ttl-ib {
	display: inline-block;
	text-align: center;
	max-width: 100%;
	vertical-align: top;
}
.ttl2 {
    text-align: center;
    font-size: 40px;
}
.ttl3 {
    text-align: center;
    font-size: 23px;
    margin-bottom: 10px;
}
.ttl4 {
    text-align: center;
}
.ttl4 span {
    font-size: 50px;
    color: #2e5d6c;
}
.ttl5 {
    width: fit-content;
    margin: 8% auto 3%;
    font-size: 30px;
    position: relative;
    text-align: center;
}
.ttl5::before {
	content:"";
	background: #ffca4c;
	width: 2px;
	height: 100%;
	transform: rotate(-35deg);
	position: absolute;
	right: 108%;
	top: 3px;
}
.ttl5::after {
	content:"";
	background: #ffca4c;
	width: 2px;
	height: 100%;
	transform: rotate(35deg);
	position: absolute;
	left: 108%;
	top: 3px;
}
.ttl6 {
    font-size: 20px;
    border-bottom: 2px solid #ffca4c;
    margin: 5% auto 10px;
}
.ttl6 span {
    display: block;
    color: #ffca4c;
    font-size: 120%;
}
.ttl7 {
	background: #2e5d6c;
	position: relative;
	text-align: center;
	margin: 5% auto 3%;
}
.ttl7::before {
	content:"";
	height: 1px;
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ttl7 span {
    color: #fff;
    background: #2e5d6c;
    position: relative;
    z-index: 1;
    font-size: 25px;
    padding: 10px;
    display: inline-block;
}
.ttl8 {
	text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.ttl9 {
    font-size: 25px;
    margin-bottom: 10px;
}
.ttl10 {
	background: #2e5d6c;
	margin: 5% auto 10px;
	font-size: 20px;
	color: #fff;
	padding: 10px;
}
.ttl11 {}
.ttl11 span {}

p.link1 {
    margin: 3% auto;
}
p.link1 a {
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #2e5d6c;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 50px;
    border-radius: 50px;
}
p.link1 a:hover {
    background: #ffca4c;
}

ul.cta-col2, ul.cta-col3 {
    max-width: 1000px;
    margin: 3% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.cta-col3 li {
    width: 32%;
}
ul.cta-col2 li a:hover, ul.cta-col3 li a:hover {
    opacity: 0.8;
}
ul.cta-col2 li {
    width: 48%;
}

section.bread {
    margin-bottom:3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.bread ul {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.bread li {
  display: inline;
  font-size: 14px;
}
section.bread li::after {
    content:"/";
    padding: 0 10px;
}
section.bread li:last-child::after {
    display:none;
}
section.bread li a {
    display: inline-block;
    padding: 12px 0;
}
section.bread li a:hover {
	color:#6b1e1e;
}

main {
    width: 96%;
    margin: 3% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
}
div.main {
    width: calc(97% - 300px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
section.side-bar {
    width: 300px;
}
p.s-bnr {
    margin-bottom: 8%;
}
p.s-bnr a {
    display: block;
}
p.s-bnr a:hover {
    opacity: 0.8;
}
.side-box {
    margin: 30px auto 20%;
    display: block;
    border: 1px solid #ffca4c;
    border-radius: 20px;
    padding: 20px;
}
.side-box > p {
    text-align: center;
    background: #ffca4c;
    padding: 10px 0;
    width: 90%;
    margin: -40px auto 8%;
    border-radius: 50px;
}
.side-box ul {
    list-style: inside;
}
ul.right-list {
    margin: 10% auto 10%;
}
.side-box ul li a {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
}
ul.right-list li a {
    display: block;
    padding: 3px 0;
}
ul.right-list li a i {
    font-size: 130%;
    color: #2e5d6c;
    padding-right: 5px;
    vertical-align: text-bottom;
}
.s-map iframe {
    width: 100%;
    height: 300px;
}


/*------------------------------------*\
    トップページ00
\*------------------------------------*/

ul.box-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.box-col2 > li {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4%;
}
ul.box-col2 > li h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    border: 1px solid #acacac;
    padding: 10px 0;
}
ul.box-col2 > li div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid #acacac;
    border-bottom: unset;
    background: url(/wp-content/uploads/2026/06/back1.webp)no-repeat center / cover;
    padding: 3% 5%;
}
ul.box-col2 > li:nth-child(2) div, ul.box-col2 > li:nth-child(3) div, ul.box-col2 > li:nth-child(6) div {
    background: url(/wp-content/uploads/2026/06/back2.webp)no-repeat center / cover;
}

section.yellow {
    background: #fff3d8;
    padding: 3%;
}
section.yellow > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3%;
    width: 100%;
}
section.yellow > ul > li > div {
    width: 62%;
}
section.yellow > ul > li > p {
    width: 35%;
    margin: 0 0 0 3%;
    position: relative;
    height: auto;
    overflow: hidden;
}
section.yellow > ul > li > p img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
}

ul.liimg-col3 {
    margin: 3% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.liimg-col3 li {
    width: 32%;
    margin-bottom: 3%;
}
ul.liimg-col3 p.img {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
}
ul.liimg-col3 p.img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
}
.imgtxt-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3% auto;
}
.imgtxt-box > p {
    width: 28%;
    height: 100%;
    margin: 0 2% 0 0;
    height: auto;
}
.imgtxt-box > p img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.imgtxt-box > div {
    background: #2e5d6c;
    padding: 3% 3% 0;
    width: 70%;
}
.imgtxt-box * {
    color:#fff;
}
.imgtxt-box p.link1 a {
    background: #fff;
    color:#2e5d6c;
}
.imgtxt-box p.link1 a:hover {
    background: #ffca4c;
}
ul.top-faq {}
ul.top-faq li {
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}
ul.top-faq li input {
    display: none;
}
label.qa-btn {
    display: block;
    position: relative;
    font-size: 17px;
    padding: 15px 10px 15px 50px;
    cursor: pointer;
}
label.qa-btn span {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 120%;
}
label.qa-btn:hover {
    background: #fff3d8;
}
.show-a {
    width: 100%;
    padding: 0 10px 0 50px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
    background: #fff3d8;
}
.show-a p:last-child {
	margin-bottom:0;
}
.show-a p:first-child span:first-child {
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 130%;
}
ul.top-faq li input:checked ~ .show-a {
    height: auto;
    opacity: 1;
    padding: 10px 10px 10px 50px;
    overflow: visible;
}




/*------------------------------------*\
    アーカイブ00
\*------------------------------------*/





/*------------------------------------*\
    下層ページ00
\*------------------------------------*/

h1.entry-title {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    padding: 10px 0;
    margin: 8% auto 3%;
    background: #ffca4c;
}

/* 美容整体（親・孫ページ）追加スタイル */

/* 症状チェックリスト（2カラム） */
ul.check-col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	margin: 3% auto;
	padding: 0;
}
ul.check-col2 li {
	width: 48%;
	padding: 10px 0 10px 30px;
	position: relative;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
ul.check-col2 li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #2e5d6c;
	position: absolute;
	left: 0;
	top: 10px;
}

/* ビフォーアフター画像 */
ul.ba-col1 {
	margin: 3% auto;
	padding: 0;
	list-style: none;
}
ul.ba-col1 li {
	margin-bottom: 3%;
}

/* 患者様の声 */
ul.voice-col1 {
	margin: 3% auto;
	padding: 0;
	list-style: none;
}
ul.voice-col1 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5%;
	padding: 3%;
	background: #fff3d8;
}
ul.voice-col1 > li > p.voice-img {
	width: 28%;
	margin: 0 3% 0 0;
}
ul.voice-col1 > li > div.voice-txt {
	width: 69%;
}
ul.voice-col1 h3.ttl8 {
	text-align: left;
	color: #2e5d6c;
}

/* リード文 */
p.lead-txt {
	font-size: 18px;
	text-align: center;
	margin: 3% auto 5%;
	line-height: 1.8;
}

/* 箇条書き（1カラム） */
ul.point-col1 {
	list-style: none;
	margin: 3% auto;
	padding: 0;
}
ul.point-col1 li {
	padding: 8px 0 8px 20px;
	position: relative;
	border-bottom: 1px dotted #ccc;
}
ul.point-col1 li::before {
	content: "・";
	position: absolute;
	left: 0;
	color: #2e5d6c;
	font-weight: bold;
}

/* 中央寄せ画像 */
p.img-center {
	text-align: center;
	margin: 3% auto;
	max-width: 690px;
}

/* 美容整体メニュー（親ページ） */
ul.box-col2 > li div p.link1 {
	margin-top: auto;
	padding-top: 15px;
}
ul.box-col2 > li div p.link1 a {
	padding: 10px 30px;
	font-size: 14px;
}

/* 院概要・基本情報テーブル */
table.table1 {
	margin: 0 auto 3%;
	border-top: 2px solid #2e5d6c;
}
table.table1 th,
table.table1 td {
	border-bottom: 1px solid #ddd;
	padding: 14px 16px;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.7;
}
table.table1 th {
	width: 22%;
	background: #f7f7f7;
	font-weight: 700;
	color: #2e5d6c;
	white-space: nowrap;
}
table.table1 td a {
	color: #2e5d6c;
	text-decoration: underline;
}

/* 改善率・実績ハイライト */
p.stat-box {
	text-align: center;
	background: #2e5d6c;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	padding: 20px 15px;
	margin: 3% auto;
}
p.stat-box span {
	display: block;
	font-size: 36px;
	font-weight: 700;
	color: #ffca4c;
	margin-bottom: 5px;
}

/* 冷え性タイプ診断 */
ul.type-col1 {
	list-style: none;
	margin: 3% auto;
	padding: 0;
	counter-reset: type-num;
}
ul.type-col1 li {
	padding: 15px 15px 15px 55px;
	position: relative;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #ddd;
	counter-increment: type-num;
}
ul.type-col1 li::before {
	content: counter(type-num);
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #2e5d6c;
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
}
ul.type-col1 li.type-result {
	background: #fff3d8;
	border-color: #ffca4c;
}

/* 約束・安心メッセージ */
section.promise-box {
	background: #f5f5f5;
	padding: 4% 5%;
	margin: 5% auto 3%;
	text-align: center;
}
section.promise-box h2.ttl1 {
	margin-top: 0;
}

/* 孫ページ共通フッターCTA */
.beauty-sub-cta {
	margin-top: 5%;
}

@media screen and (max-width: 700px) {
	ul.check-col2 li {
		width: 100%;
	}
	ul.voice-col1 > li > p.voice-img,
	ul.voice-col1 > li > div.voice-txt {
		width: 100%;
		margin: 0 auto 3%;
	}
	p.stat-box {
		font-size: 18px;
		padding: 15px 10px;
	}
	p.stat-box span {
		font-size: 28px;
	}
	ul.type-col1 li {
		padding-left: 50px;
	}
	table.table1 th,
	table.table1 td {
		display: block;
		width: 100%;
		padding: 10px 12px;
	}
	table.table1 th {
		border-bottom: none;
		padding-bottom: 4px;
	}
	table.table1 td {
		padding-top: 4px;
	}
}








@media screen and (max-width: 1000px) {
.width {
	width:90%;
}
p, .p {
	font-size:15.5px;
	margin-bottom:8px;
}

/*------------------------------------*\
    ヘッダー＆フッダー1000
\*------------------------------------*/

header.header {
    position: fixed;
    z-index: 10;
    background: #fff;
    width: 100%;
    top: 0;
}
header.header hgroup p {
    width: 260px;
    max-width: unset;
}
header.header hgroup p a {
    padding: 18px 10px;
}
header.header hgroup div {
    display: block;
}
header.header hgroup div > span {
    padding: 10px 80px 0 0;
    font-size: 7px;
}
header.header hgroup div > span br {
    display: none;
}
header.header hgroup div > a {
    padding: 0 80px 0 0;
    text-align: center;
    line-height: 45px;
}
header.header hgroup div > a img {
    width: 40px;
}
header.header hgroup div > a span {
    font-size: 40px;
}
header.header hgroup ul, .menu1 {
    display: none;
}
section.mv {
    padding-top: 80px;
}
div.menur {
    display: block;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99;
}
.r-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10000;
    background-color: #2e5d6c;
}
.r-btn span,
.r-btn span:before,
.r-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.r-btn span:before {
    bottom: 8px;
}
.r-btn span:after {
    top: 8px;
}
#label1:checked ~ .r-btn span {
    background-color: #fff0;
}
#label1:checked ~ .r-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#label1:checked ~ .r-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#label1 {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 0 80px 0 10px;
    overflow: hidden;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: center;
    -webkit-box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 35%);
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 35%);
    max-height: 100vh;
}
.hidden_show p.ttl-logo {
	opacity:0;
	width: 70%;
	margin:0 auto 5%;
	max-width: 300px;
}
.hidden_show ul.nav1 {
    height: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}
.hidden_box input:checked ~ .hidden_show {
    padding: 80px 80px 30px 10px;
    height: auto;
    opacity: 1;
    margin: 0 auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-box-sizing:border-box;
    box-sizing:
    border-box;
    overflow: scroll;
    background: #ffca4c;
}
.hidden_box input:checked ~ .hidden_show p.ttl-logo {
	opacity:1;
}
.hidden_box input:checked ~ .hidden_show ul.nav1 {
	opacity: 1;
	height: auto;
}
.hidden_show ul.nav1 > li{
    border-bottom: 1px solid #fff;
}
.hidden_show ul.nav1 > li:last-child{
    border-bottom: unset;
}
.hidden_show ul.nav1 > li > a {
    padding: 10px 0;
    display: block;
    font-size: 110%;
    color:#fff;
}
.hidden_show ul.nav1 > li li a {
    padding: 0 0 10px;
    display: block;
    font-size: 100%;
}
.hidden_show ul.nav1 > li li a::before {
    content: "-";
    padding-right: 10px;
}




/*------------------------------------*\
    共通_1000
\*------------------------------------*/

.ttl1 {}
.ttl2 {}
.ttl3 {}
.ttl4 {}
.ttl5 {}
.ttl6 {}

div.main {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 100%;
}
section.side-bar {
    width: 100%;
    margin: 10% auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
section.side-bar .col1 {
    width: 100%;
    margin: 5% auto 8%;
}
section.side-bar .col2 {
    width: 48%;
}
section.side-bar .col3 {
    width: 32%;
    margin-bottom: 0;
}
section.side-bar p.s-bnr.col1 a {
    max-width: 500px;
    margin: 0 auto;
}
ul.right-list {
    margin: 5% auto;
}
.s-map {
    display: none;
}


/*------------------------------------*\
    トップページ1000
\*------------------------------------*/





/*------------------------------------*\
    アーカイブ1000
\*------------------------------------*/





/*------------------------------------*\
    下層ページ1000
\*------------------------------------*/

}





@media screen and (max-width: 700px) {

.width {
	width:96%;
}
p, .p {
	font-size:15px;
	letter-spacing:0.5px;
	margin-bottom:5px;
}
.float p.floatr,.float p.floatl {
	float:unset;
	width:100%;
	margin:0 auto 10px;
}



/*------------------------------------*\
    ヘッダー＆フッダー700
\*------------------------------------*/

header.header hgroup {
    height: 80px;
}
header.header hgroup p {
    width: 230px;
}
header.header hgroup p a {
    padding: 21px 10px;
}
header.header hgroup div span {
    display: none!important;
}
header.header hgroup div > a {
    padding: 15px 80px 10px 10px;
}
header.header hgroup div > a img {
    margin: 0;
    width: 50px;
}

/*------------------------------------*\
    共通_700
\*------------------------------------*/

.ttl1 {
    font-size: 23px;
}
.ttl2 {
    font-size: 35px;
}
.ttl3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.ttl4 {}
.ttl5 {
    font-size: 25px;
}
.ttl6 {
    font-size: 18px;
}
.ttl7 span {
    font-size: 23px;
}
.ttl8 {
    font-size: 18px;
    margin-bottom: 5px;
}
.ttl9 {
    font-size: 23px;
    margin-bottom: 5px;
}
.ttl10 {
    font-size: 18px;
    margin-bottom: 5px;
    padding: 5px;
}
.ttl11 {}

	
ul.cta-col2 li {
    width: 100%;
    margin-bottom: 3%;
}
p.link1 a {
    padding: 13px 50px;
}

section.bread li {
    font-size: 12px;
}
section.bread li a {
    padding: 13px 0;
}

section.side-bar .col1,section.side-bar .col2, section.side-bar .col3 {
    width: 100%;
}
.side-box {
    margin-bottom: 0;
}
p.s-bnr {
    margin-bottom: 3%;
}



/*------------------------------------*\
    トップページ700
\*------------------------------------*/

ul.box-col2 > li {
    width: 100%;
}
ul.box-col2 > li h2 {
    padding: 5px 0;
}
ul.box-col2 > li:nth-child(3) div {
    background: url(/wp-content/uploads/2026/06/back1.webp)no-repeat center / cover;
}
ul.box-col2 > li:nth-child(4) div {
    background: url(/wp-content/uploads/2026/06/back2.webp)no-repeat center / cover;
}
section.yellow > ul > li > div {
    width: 100%;
}
section.yellow > ul > li > p {
    width: 100%;
    padding-top: 80%;
    margin: 0 auto;
}
ul.liimg-col3 li {
    width: 48%;
}
.imgtxt-box > p {
    width: 100%;
    margin: 0 auto;
}
.imgtxt-box > div {
    width: 100%;
}
ul.top-faq li {
    margin-bottom: 5px;
}
label.qa-btn {
    padding: 10px 5px 10px 40px;
}
label.qa-btn span {
    left: 10px;
    top: 6px;
}
.show-a {
    padding: 0 5px 0 40px;
}
ul.top-faq li input:checked ~ .show-a {
    padding: 10px 5px 10px 40px;
}
.show-a p:first-child span:first-child {
    left: 12px;
}






/*------------------------------------*\
    アーカイブ700
\*------------------------------------*/





/*------------------------------------*\
    下層ページ700
\*------------------------------------*/

}

