/*
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.7
Tested up to: 6.9
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@400&family=Noto+Serif+JP:wght@400;600&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, ul.txt-img1 li: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: #212121;
}
a:hover {
	color: #C5A059;
}
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: #212121;
	font-family: "Noto Serif JP", serif;
	font-size:16px;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
.grecaptcha-badge {
    position: absolute;
    z-index: -100;
    visibility: hidden;
}
section[class^="index_"]{
}
.width {
	width:80%;
	max-width:1200px;
	margin:0 auto;
}
p{
	margin-bottom:10px;
	letter-spacing: 3px;
    line-height: 1.6;
}
section a, section span, section b, section strong {
	font-size:100%;
}
.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;
	font-size:100%;
}
span.bo {
	font-size:100%;
	font-weight:600;
}
span.bbig{
	font-weight:bold!important;
	font-size:120%!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%);
}
.orange {
	color:#f9bd00!important;
}


@-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;
}
.downup .fadein {
	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 {
	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 {
	opacity : 1;
	-webkit-transform : translate(0, 0);
	    -ms-transform : translate(0, 0);
	        transform : translate(0, 0);
}

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.top {}
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.menu > div.logo {
    /* width: 200px; */
}
.menu > div.logo a {
	display: block;
	padding: 10px;
	text-align: center;
}
.menu > div.logo span:nth-child(1) {
	display: block;
}
.menu > div.logo span:nth-child(2) {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
.menu > div.logo a:hover span {
	color:#f9bd00;
}
.menu > div.tel a {
	display: block;
	padding: 0 10px;
}
.menu > div.tel a img {
    display: inline-block;
    width: 60px;
    margin-right: 5px;
    vertical-align: middle;
}
.menu > div.tel a span {
    display: inline-block;
    font-weight: bold;
    font-size: 60px;
    vertical-align: middle;
}
.menu > div.tel a:hover span {
	color:#C5A059;
}
.menu nav {
	width: 100%;
	text-align: center;
	background: #fff6db;
}
.menu li {
    display: inline-block;
}
.menu li a {
    display: block;
    padding: 28px 20px;
}
.menu li a:hover {
    color: #564031;
}
.menur, ul.cta1 {
    display: none;
}

.link {
  position: relative;
  display: flex;
  align-items: center;
  transition: color .15s;
}

.dropDown {
  position: absolute;
  left: calc(50% - 75%);
  bottom: 0;
  display: none;
  background-color: #ffd44b;
  box-shadow: 0px 3px 8px -2px #777;
  color: initial;
  transform: translate(0, 100%);
}

.link:hover > .dropDown {
  display: block;
	width:150%;
}

.dropDown__list {
  display: flex;
  flex-direction: column;
	padding:10px 5px;
}

.dropDown__link {
  padding: 10px 20px;
}
.menu .dropDown__item a {
	padding:10px 0px;
}
.menu .dropDown__item a:hover {
	color: #564031;
}


ul.cta2 {
    text-align: center;
}
ul.cta2 li {
    width: 48%;
}
ul.cta2 li a {
    display: block;
    background: #707070;
    color: #fff;
    padding: 15px 0;
    border-radius: 10px;
    font-size: 20px;
    border: #707070 1px solid;
}
ul.cta2 li a:hover {
    background: #fff;
    color: #C5A059;
}
p.bunner a {
    display: block;
    border: 2px solid #C5A059;
    border-radius: 10px;
    overflow: hidden;
}
p.bunner a:hover {
	opacity:0.8;
}

p.f-logo {
    text-align: center;
    margin-bottom: 3%;
}
p.f-logo img {
    display: inline-block;
	width:300px;
    margin:0 auto;
	object-fit:contain;
}
.table1 .frist {
	width:250px;
}
.table1 th {
	background: #fff8e2;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
	border: #ddd solid 1px;
}
.table1 br {
	display:none;
}
.table1 td {
	color: #212121;
	text-align: center;
	padding: 10px 0;
	border: #ddd solid 1px;
	vertical-align: middle;
}
span.small {
	font-size:90%;
}
ul.sitemap {
    margin: 3% auto;
    text-align: center;
}
ul.sitemap li {
    display: inline-block;
}
ul.sitemap li a {
    display: block;
    padding: 10px;
}
.access iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 400px;
    display: block;
}
footer#colophon {
    background: #fff8e2;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}



.ttl1 {
    margin: 5% auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    padding: 15px 30px 30px;
    font-size: 40px;
    font-weight: bold;
    border: 2px solid #C5A059;
    position: relative;
    min-width: 800px;
    text-align: center;
}
.ttl1 br {display:none;}
.ttl1 span {
    display: block;
    font-size: 18px;
    position: absolute;
    background: #C5A059;
    color: #fff;
    padding: 8px 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: -20px;
    border-radius: 50px;
}
.ttl2,
.ttl2a {
    margin: 8% auto 3%;
    font-size: 33px;
    font-weight: bold;
}
.ttl2 span,
.ttl2a span {
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #707070;
}
.ttl2a span {
    color: #ddd;
}
.ttl3 {
    font-size: 23px;
    position: relative;
    margin-bottom: 13px;
    z-index: 1;
    font-weight: bold;
}
.ttl3 span {
    position: absolute;
    font-size: 130px;
    top: -70px;
    color: #C5A059;
    z-index: -1;
    left: 0;
}
.ttl3a {
    font-size: 23px;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
    font-weight: bold;
    padding-left: 80px;
}
.ttl3a span {
	display:block;
	color: #f9bd00;
	font-size: 70%;
}
.ttl3a img {
	position: absolute;
	width: 70px;
	left: 0;
	top: 0;
}
.ttl4 {
    text-align: center;
    font-size: 40px;
    margin: 8% auto 3%;
}
.ttl4 span {
    color: #707070;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
.ttl4 span.t4b {
    color: #fff;
    display: block;
    font-size: 16px;
    background: #C5A059;
    width: fit-content;
    margin: 10px auto 0;
    min-width: 600px;
    padding: 10px 30px;
    border-radius: 50px;
}
.ttl5 {
    font-size: 33px;
    margin: 8% auto 3%;
    font-weight: bold;
}
.ttl5 span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.ttl6 {
    text-align: center;
    color: #C5A059;
    position: relative;
    font-size: 170px;
    line-height: 200px;
}
.ttl6 span {
    position: absolute;
    font-size: 18px;
    bottom: -20px;
    height: fit-content;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: bold;
}
.ttl7 {
    font-size: 20px;
    margin: 3% auto 10px;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 3px;
}

.formbnr:hover {
	opacity:0.8;
}


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

section.index1 > p:last-child {
    position: relative;
    z-index: -1;
    margin-top: -3%;
}
ul.txt-img1 {}
ul.txt-img1 li {
    background: url(/wp-content/uploads/2026/03/back1.webp)no-repeat center / cover;
    padding: 3% 3% 2%;
    border-radius: 10px;
    margin-bottom: 3%;
}
ul.txt-img1 li > p:first-child {
    width: 40%;
    float: right;
    margin: 0 0 10px 3%;
}
ul.txt-img2 {}
ul.txt-img2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.txt-img2 li div {
    width: 48%;
    background: #fff;
    padding: 3%;
    border-radius: 10px;
    -webkit-filter: drop-shadow(2px 3px 3px #0000001a);
            filter: drop-shadow(2px 3px 3px #0000001a);
}
ul.txt-img2 li:nth-child(even) div {
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
}
ul.txt-img2 li div p {
    position: relative;
    z-index: 1;
}
ul.txt-img2 li div p:last-child {
    margin-bottom: 0;
}
ul.txt-img2 li > p {
    width: 48%;
    margin: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
ul.txt-img2 li > p img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
}
.message {
    margin: 8% auto;
    border: 3px solid #ddd;
    padding: 3%;
}

section.back-list {
    background: url(https://dc-sample.site/wp-content/uploads/2026/02/back3-2.webp)no-repeat center / cover;
    padding: 3% 0;
}
section.back-list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
section.back-list ul li {
    width: 48%;
    margin-bottom: 3%;
    background: #fff;
    padding: 20px;
    font-size: 18px;
}
ul.step {
}
ul.step li {
    width: 32%;
}
section.backimg-box {
    margin: 8% auto;
    background: url(/wp-content/uploads/2026/04/shop_inner.webp)no-repeat center / cover;
    padding: 5% 0;
}
section.backimg-box div.width {
    background: #ffffffed;
    padding: 3%;
}
.treatment_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.treatment_list li div {
    padding: 20px;
}
.treatment_list li {
    width: 48%;
    border-radius: 15px;
    background: #FFF0F3;
    margin-bottom: 3%;
}
.treatment_list li:hover,
.treatment_list li.bg_yellow:hover {
    opacity:0.8;
	background: #fbfbfd;
}
.treatment_list li.bg_yellow {
    background-color: #FAF3E0;
}
.treatment_list li.bg_blue {
    background-color: #E0F2F1;
}
.treatment_list li.bg_purple {
    background-color: #F3E5F5;
}
.treatment_list li.bg_green {
    background-color: #E8F5E9;
}
.treatment_list li div>p:nth-of-type(1) {
    font-weight: bold;
}
.treatment_list li p.floatr {
    margin-bottom: 0;
    width: 150px;
}
.treatment_list li p.floatr img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0 10px 0 0;
}
.ttl8 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: bold;
}
.ttl8>span {
    font-size: 16px;
    display: block;
}


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





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

section.header {
    background: url(https://dc-sample.site/wp-content/uploads/2026/02/back3-2.webp) no-repeat center top / cover;
    padding: 10% 0 8%;
    overflow: hidden;
}
.ttl-page {
    font-size: 45px;
    letter-spacing: 3px;
    font-weight: bold;
}
.ttl-page span {
    display: block;
    font-size: 20px;
    color: #f9bd00;
    font-weight: bold;
}
section.bread {
    margin-bottom: 8%;
}
section.bread li {
    display: inline-block;
    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.contact-f {
    margin: 0 auto;
}
section.contact-f th p, section.contact-f td p:last-child {
    margin:0;
}
section.contact-f table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
section.contact-f table th {
    background: #f9bd00;
    text-align: center;
    width: 200px;
    padding: 20px 0;
    vertical-align: top;
}
section.contact-f th p {
	color:#fff;
}
section.contact-f table th span {
    font-size: 80%;
    color: #ffeb00;
}
section.contact-f table td {
    padding: 20px 0 20px 20px;
    vertical-align: middle;
}
section.contact-f table td span.rei {
    display: block;
    margin-top: 3px;
    font-size: 15px;
}
section.contact-f table td span.wpcf7-list-item {
    margin: 0 1em 0 0;
    line-height: 28px;
    letter-spacing: 1px;
}
section.contact-f table td span.wpcf7-acceptance span.wpcf7-list-item, section.contact-f table td span.acceptance-001 span.wpcf7-list-item {
    margin: 0;
}
div.wpcf7 td span.wpcf7-list-item-label {
    cursor: pointer;
}
section.contact-f table td span.wpcf7-form-control-wrap {
}
section.contact-f table td input.wpcf7-text, section.contact-f table td textarea.wpcf7-textarea {
    border: 1px solid #b6b6b6;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.contact-f table td input.wpcf7-text {
    width: 80%;
    max-width: 400px;
    height: 35px;
}
section.contact-f table td textarea.wpcf7-textarea {
    width: 100%;
}
section.contact-f p span.wpcf7-spinner {
    vertical-align: sub;
}
section.contact-f p input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 30px;
    background: #f9bd00;
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
    margin-left: 72px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    border-radius: 5px;
    min-width: 200px;
}
section.contact-f p input.wpcf7-form-control.wpcf7-submit:hover {
    background: #ffce91;
    color: #fff;
}
section.contact-f form > p {
    text-align: center;
}

.table2 th {
	background:#f9bd00;
	text-align:center;
	font-weight:bold;
	color:#fff;
	padding:10px 0;
	border: #ffce91 solid 1px;
    width: calc(100% / 3);
}
.table2 td {
    text-align: left;
    padding: 10px;
    border: #ffce91 solid 1px;
    vertical-align: middle;
    width: calc(100% / 3);
    background-color: #fff;
}
.w200 {
    width: 200px !important;
}
.w200 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.w200.price {
    width: 200px !important;
	height: 200px !important;
}
.w200.price img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:200px;
	box-shadow:rgba(0,0,0,.25)0 0 5px;
}
.qa-6 {
    margin-bottom: 5px;
    border-bottom: 2px solid #f9bd00;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #564031;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #f9bd00;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #564031b3;
    border-right: 3px solid #564031b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ffce91;
    line-height: 1.2;
    content: "A";
}

.qa-7 {
    margin-bottom: 5px;
    border-bottom: 2px solid #C5A059;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #564031;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #C5A059;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #564031b3;
    border-right: 3px solid #564031b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #e1c2df;
    line-height: 1.2;
    content: "A";
}

.table3 {
    border-collapse: unset;
    border-spacing: 5px;
    width: 100%;
}

.table3 th {
    width: 30%;
	background:#f9bd00;
	text-align:center;
	font-weight:bold;
	color:#fff;
	padding:10px 0;
	background-image: linear-gradient(90deg, #f9bd00, #ffe4c2);
}
.table3 td {
    padding: 10px;
    border-bottom: #ffce91 solid 2px;
    vertical-align: middle;
}

.list3 {
    padding: 20px;
    list-style: inside;
    background: #f5f5f5;
}
.list3 li {
    color: #f9bd00;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: #f9bd00 dashed 3px;
}
.list3 li span {
    color: #564031;
}

.list3a {
    padding: 20px;
    list-style: inside;
    background: #f5f5f5;
}
.list3a li {
    color: #E5989B;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: #E5989B dashed 3px;
}
.list3a li span {
    color: #564031;
}

.list3b {
    padding: 20px;
    list-style: inside;
    background: #f5f5f5;
}
.list3b li {
    color: #D4AF37;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: #D4AF37 dashed 3px;
}
.list3b li span {
    color: #564031;
}

.list3c {
    padding: 20px;
    list-style: inside;
    background: #f5f5f5;
}
.list3c li {
    color: #4DB6AC;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: #4DB6AC dashed 3px;
}
.list3c li span {
    color: #564031;
}

.list3d {
    padding: 20px;
    list-style: inside;
    background: #f5f5f5;
}
.list3d li {
    color: #9575CD;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: #9575CD dashed 3px;
}
.list3d li span {
    color: #564031;
}

.list3e {
    padding: 20px;
    list-style: inside;
    background: #f5f5f5;
}
.list3e li {
    color: #81C784;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: #81C784 dashed 3px;
}
.list3e li span {
    color: #564031;
}

.ttl9 {
    font-size: 24px;
    font-weight: bold;
    margin: 3% 0 2%;
    color: #E5989B;
    border-bottom: dotted 5px #E5989B;
    padding-bottom: 2%;
}
.ttl9a {
    font-size: 24px;
    font-weight: bold;
    margin: 3% 0 2%;
    color: #D4AF37;
    border-bottom: dotted 5px #D4AF37;
    padding-bottom: 2%;
}
.ttl9b {
    font-size: 24px;
    font-weight: bold;
    margin: 3% 0 2%;
    color: #4DB6AC;
    border-bottom: dotted 5px #4DB6AC;
    padding-bottom: 2%;
}
.ttl9c {
    font-size: 24px;
    font-weight: bold;
    margin: 3% 0 2%;
    color: #9575CD;
    border-bottom: dotted 5px #9575CD;
    padding-bottom: 2%;
}
.ttl9d {
    font-size: 24px;
    font-weight: bold;
    margin: 3% 0 2%;
    color: #81C784;
    border-bottom: dotted 5px #81C784;
    padding-bottom: 2%;
}

.txt_box {
    padding: 20px;
    background: #fbfbfb;
    box-shadow: rgba(0, 0, 0, .25) 1px 1px 4px;
}
p.green_txt {
    font-size: 18px;
    font-weight: bold;
    color: #7accaa;
}
.com_link {
    margin: 3% 0 2% auto;
    width: fit-content;
}
.com_link a {
    width: 150px;
    display: block;
    text-align: center;
    background: #C5A059;
    padding: 10px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    transition: all .3s;
}
.com_link a:hover {
    opacity: 0.8;
}
.com_link2 {
    margin: 3% 0 2% auto;
    width: fit-content;
}
.com_link2 a {
    width: 150px;
    display: block;
    text-align: center;
    background: #f9bd00;
    padding: 10px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    transition: all .3s;
}
.com_link2 a:hover {
    opacity: 0.8;
}
.sitemap1 li {
    width: 49%;
    margin-bottom: 1%;
    border-bottom: #777 2px solid;
}
.sitemap1 li a {
    display: block;
    padding: 10px;
}





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

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

.menu > div.logo a {
    padding: 5px 10px;
}
.menu > div.logo span:nth-child(1) {
    font-size: 14px;
}
.menu > div.logo span:nth-child(2) {
    font-size: 25px;
}
.menu > div.tel a img {
    width: 48px;
}
.menu > div.tel a span {
    font-size: 45px;
}
.menu li a {
    padding: 20px 15px;
}

ul.cta1 {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 100;
    font-size: 0;
}
ul.cta1 li {
    display: inline-block;
    margin-left: 10px;
    width: 80px;
    border-radius: 20px;
    overflow: hidden;
}
ul.cta1 li a {
    background: #f9bd00;
    display: block;
    padding: 12px 0 7px;
}
ul.cta1 li:nth-child(2) a {
    background: #C5A059;
}
ul.cta1 li:nth-child(3) a {
    background: #bababa;
}
ul.cta1 li a img {
    width: 50%;
    margin: 0 auto 3px;
}
ul.cta1 li a span {
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

ul.cta2 li a {
    font-size: 18px;
    padding: 13px 0;
}

.ttl1 {
    min-width: unset;
    font-size: 38px;
}
.ttl2 ,.ttl2a,.ttl5 {
    font-size: 30px;
}
.ttl2 span,
.ttl2a span {
    font-size: 18px;
}
.ttl3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.ttl3 span {
    font-size: 100px;
    top: -50px;
}
.ttl3a {
	font-size: 20px;
	padding-left: 60px;
	margin-bottom: 15px;
}
.ttl3a img {
    width: 55px;
}
.ttl4 {
    font-size: 38px;
}
.ttl4 span, .ttl5 span {
    margin-top: 8px;
}
.ttl4 span.t4b {
    margin-top: 8px;
    min-width: unset;
}
.ttl6 {
    font-size: 150px;
    line-height: 150px;
}
.ttl7 {
	font-size:18px;
}

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


section.back-list ul li {
    padding: 15px;
    font-size: 17px;
}



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





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

.ttl-page {
    font-size: 40px;
}
.ttl-page span {
    font-size: 18px;
}

section.contact-f table th {
    padding: 15px 0;
    width: 180px;
}
section.contact-f table td {
    padding: 15px 0 15px 15px;
}
section.contact-f table td span {
    font-size: 15px;
}
section.contact-f p input.wpcf7-form-control.wpcf7-submit {
    margin-top: 30px;
    font-size: 17px;
}




}





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

.width {
	width:96%;
}
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
\*------------------------------------*/
	.menu > div.logo {
		width:calc(100% - 80px);
		max-width:350px;
	}
.menu > div.logo a {
    padding: 10px 5px;
}
.menu > div.logo span:nth-child(1) {
    font-size: 12px;
}
.menu > div.logo span:nth-child(2) {
    font-size: 20px;
}
	.menu > div.tel {
		display:none;
	}
.menu > div.tel a {
    padding: 10px 70px 10px 0;
    position: absolute;
    top: 0;
    right: 0;
}

.menu > div.tel a span {
    display: none;
}

.menu nav {
    display: none;
}
div.menur {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    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: #f9bd00;
}
.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;
	margin:0 auto 5%;
}
p.ttl-logo span:nth-child(1) {
    display: block;
    font-size: 12px;
}
p.ttl-logo span:nth-child(2) {
    display: block;
    color: #f9bd00;
    font-size: 20px;
    font-weight: bold;
}
.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: 20px 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: #fff6eb;
}
.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 #564031;
}
.hidden_show ul.nav1 > li:last-child{
    border-bottom: unset;
}
.hidden_show ul.nav1 > li > a {
    padding: 10px 0;
    display: block;
    font-size: 110%;
}

p.f-logo img {
    height: 100px;
}
.table1 br {
	display:block;
}
	.table1 .frist {
		width:130px;
	}
footer#colophon {
    padding-bottom: 63px;
}

ul.cta1 {
    bottom: 0;
    width: 100%;
}
ul.cta1 li {
    margin: 0;
    border-radius: unset;
    width: calc(100% / 3);
    text-align: center;
}
ul.cta1 li a {
    padding: 13px 0px;
}
ul.cta1 li a img {
    width: 23px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
ul.cta1 li a span {
    display: inline-block;
    vertical-align: middle;
}
ul.cta2 li a {
    font-size: 16px;
}

.ttl1 {
    font-size: 30px;
    padding: 10px 3% 20px;
    margin: 5% auto 30px;
}
.ttl1 br {
    display: block;
}
.ttl1 span {
    font-size: 14px;
    padding: 5px 10px;
}
.ttl2,.ttl2a, .ttl5 {
    font-size: 25px;
}
.ttl2 span,
.ttl2a span {
    font-size: 16px;
}
.ttl3 {
    font-size: 18px;
    margin-bottom: 5px;
}
.ttl3 span {
    font-size: 80px;
    top: -40px;
}
.ttl4 {
    font-size: 30px;
}
.ttl4 span, .ttl5 span {
    margin-top: 3px;
    font-size: 15px;
}
.ttl4 span.t4b {
    margin-top: 3px;
    font-size: 15px;
    padding: 5px 20px;
}
.ttl6 {
    font-size: 100px;
    line-height: 120px;
}



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


ul.txt-img1 li > p:first-child {
    float: unset;
    width: 100%;
    margin: 0 auto 10px;
}
ul.txt-img2 li div {
    width: 100%;
    order: unset!important;
    margin-bottom: 3%;
}
ul.txt-img2 li > p {
    height: 180px;
    width: 100%;
}
section.back-list ul li {
    width: 100%;
    font-size: 16px;
    padding: 10px;
}
ul.step li {
    width: 100%;
}
.treatment_list li {
    width: 100%;
}
.treatment_list li p.floatr {
    width: 100px;
    float: right;
    margin: 0 0 10px 3%;
}
.treatment_list li div {
    padding: 5px;
}
.ttl8  {
    font-size: 18px;
    margin-bottom: 10px;
}





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





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

.ttl-page {
    font-size: 30px;
    letter-spacing: 2px;
}
.ttl-page span {
    font-size: 16px;
}
section.bread li {
    font-size: 12px;
}
section.bread li a {
    padding: 13px 0;
}

section.contact-f table {
    border-collapse: collapse;
    border-spacing: 0;
}
section.contact-f table th {
    display: block;
    width: 100%;
    padding: 10px 0;
}
section.contact-f table td {
    padding: 10px 0;
    width: 100%;
    display: block;
}
section.contact-f table td span.wpcf7-list-item span {
    letter-spacing: 0.5px;
}
section.contact-f table td input.wpcf7-text {
    width: 100%;
}
section.contact-f p input.wpcf7-form-control.wpcf7-submit {
    min-width:150px;
}
.table2 th,
.table2 td {
    width: 100%;
    display: block;
}





}

/*----------------
26.03.25 DC追記
----------------*/
span.big {
    font-size: 115%;
    font-weight: bold;
    border-bottom: #C5A059 3px solid;
}
.treatment_list li,
.treatment_list li.bg_yellow {
	width:100%;
	margin-bottom:30px;
	background:unset;
}
.treatment_list li:after,
.treatment_list li.bg_yellow:after {
	content:"";
	display:block;
	width:100%;
	height:10px;
	background-image:url(https://dc-sample.site/wp-content/uploads/2026/03/line4.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	visibility:unset;
}
.w75 {
	width:75%;
	margin: 0 auto;
}

/*--------------------
26.04.09 DC追記
---------------------*/
.price1 {
    padding: 15px;
    background-color: #f5ead6;
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px;
}
.price2 {
    padding: 15px;
    background-color: #f7f7f7;
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px;
}