/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team / NARU customize
Author URI: https://wordpress.org/
Description: NARUデンタルクリニック向けカスタム（Twenty Twelve 上書き用）。style.css + brand.css + bxslider を統合。
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
Version: 4.0.13-naru
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

NARU brand:
  Main #F8F6F3 / Sub #C8A96A / Base #7D7468 / Hover #B8974F
*/

/* ========== DC One / base (from css/style.css) ========== */
/* reset css */


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;
}
.theme-blue a:hover {color:#2196F3;}
.theme-green a:hover {color:#FFA331;}
.theme-pink a:hover {color:#ff31b7;}
.theme-orange a:hover {color:#f9b144;}
.theme-pastel a:hover {color:#85d3e0;}
.theme-navy a:hover {color:#6d7d9f;}
.theme-black a:hover {color:#707070;}
.theme-deep-green a:hover {color:#548256;}
body {
	overflow:hidden;
	background:#fff;
}
body.font1 *:not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.fa) {
    font-family: "Noto Sans JP", sans-serif;
}
body.font2 *:not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.fa) {
    font-family: "Noto Serif JP", serif;
}
body.font3 *:not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.fa) {
    font-family: "M PLUS Rounded 1c", sans-serif;
}
div, a, p, h1, h2, h3, h4, h5, h6, span, th, td, li, time, footer, button, label, strong, em, b{
	color:#525252;
	font-size:16px;
}
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.float-right {
    float: right;
    margin: 0 0 10px 3%;
    width: 47%;
}
.float p.float-left {
    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;
}
.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 {
    position: relative;
    z-index: 10;
}

.menu1, .menu2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu1 .hlogo, .menu2 .hlogo {
    max-width: 400px;
}
.menu1 .hlogo a, .menu2 .hlogo a {
    padding: 10px 0 10px 10px;
    display: block;
}
.menu1 .hlogo a.shape-horizontal img, .menu2 .hlogo a.shape-horizontal img {
    max-width: 240px;
}
.menu1 .hlogo a.shape-vertical img,
.menu1 .hlogo a.shape-square img,
.menu2 .hlogo a.shape-vertical img,
.menu2 .hlogo a.shape-square img{
    width: auto;
    height:60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.menu1 .hlogo a span, .menu2 .hlogo a span {
    display: inline-block;
    font-weight: bold;
    font-size: 25px;
    vertical-align: middle;
}
.menu1 .hlogo a.shape-horizontal span, .menu2 .hlogo a.shape-horizontal span {
    font-size: 15px;
    display: block;
    text-align: center;
}
.menu1 nav {
    padding-right: 10px;
}
.menu1 nav > ul > li, .menu2 nav > ul > li, .menu3 nav > ul > li {
    display: inline-block;
    position: relative;
}
.menu1 nav > ul > li > a {
    display: block;
    z-index: 1;
    padding: 27px clamp(3px, calc(3px + (100vw - 1000px) * 0.0301), 15px) 30px;
}
.menu1 nav > ul > li ul, .menu2 nav > ul > li ul, .menu3 nav > ul > li ul {
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 0;
    overflow: hidden;
}
.menu1 nav > ul > li ul::before, .menu2 nav > ul > li ul::before, .menu3 nav > ul > li ul::before {
    content:"";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #ddd;
    width: 100%;
    height: 0%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: -1;
}
.theme-blue .menu1 nav > ul > li ul::before {background: #ddd;}
.theme-blue .menu1 nav > ul > li ul a:hover {color: #f9b144;}
.theme-green .menu1 nav > ul > li ul::before {background: #ddd;}
.theme-green .menu1 nav > ul > li ul a:hover {color: #f9b144;}
.theme-pink .menu1 nav > ul > li ul::before {background: #ddd;}
.theme-pink .menu1 nav > ul > li ul a:hover {color: #f9b144;}
.theme-orange .menu1 nav > ul > li ul::before {background: #fff4e4;}
.theme-orange .menu1 nav > ul > li ul a:hover {color: #f9b144;}
.theme-pastel .menu1 nav > ul > li ul::before {background: #ddd;}
.theme-pastel .menu1 nav > ul > li ul a:hover {color: #f9b144;}
.theme-navy .menu1 nav > ul > li ul::before {background: #ddd;}
.theme-navy .menu1 nav > ul > li ul a:hover {color: #f9b144;}
.theme-black .menu1 nav > ul > li ul::before {background: #ddd;}
.theme-black .menu1 nav > ul > li ul a:hover {color: #f9b144;}
.theme-deep-green .menu1 nav > ul > li ul::before {background: #ddd;}
.theme-deep-green .menu1 nav > ul > li ul a:hover {color: #f9b144;}

.menu1 nav > ul > li ul li, .menu2 nav > ul > li ul li, .menu3 nav > ul > li ul li {
    display: block;
}
.menu1 nav > ul > li ul li a, .menu2 nav > ul > li ul li a, .menu3 nav > ul > li ul li a {
    white-space: nowrap;
    display: block;
    padding: 8px 10px;
}
.menu1 nav > ul > li:hover ul, .menu2 nav > ul > li:hover ul, .menu3 nav > ul > li:hover ul {
    height:auto;
    padding:12px 0;
}
.menu1 nav > ul > li:hover ul::before, .menu2 nav > ul > li:hover ul::before, .menu3 nav > ul > li:hover ul::before {
    height:100%;
}

.menu2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.menu2 .h-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: anchor-center;
        -ms-flex-align: anchor-center;
            align-items: anchor-center;
}
.menu2 .h-cta a {
    display: block;
    padding: 0 5px;
}
.menu2 .h-cta a span {
    font-size: 40px;
}
.menu2 .h-cta a i {
    font-size: 40px;
    padding-right: 10px;
}
.menu2 .h-cta a img {
    width: 60px;
}
.menu2 .h-cta a:hover img {
    opacity:0.8;
}
.menu2 nav {
    width: 100%;
    padding: 0 10px;
}
.menu2 nav.align-right {
    text-align:right;
}
.menu2 nav.align-center {
    text-align:center;
}
.menu2 nav.align-left {
    text-align:left;
}
.menu2 nav > ul > li > a, .menu3 nav > ul > li > a {
    display: block;
    z-index: 1;
    padding: 30px 15px;
}
.menu2 nav > ul > li ul::before, .menu3 nav > ul > li ul::before {
	background: inherit;
}
.menu3 {
    text-align: center;
}
.menu3 .hlogo a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 0;
}
.menu3 .hlogo a.shape-horizontal img {
    max-width: 280px;
}
.menu3 .hlogo a.shape-vertical img,
.menu3 .hlogo a.shape-square img{
    width: auto;
    height:60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.menu3 .hlogo a span {
    display: inline-block;
    font-weight: bold;
    font-size: 25px;
    vertical-align: middle;
}
.menu3 .hlogo a.shape-horizontal span {
    font-size: 15px;
    display: block;
    text-align: center;
}

.menur1, .menur2, .menur3 {
    display:none;
}

p.f-logo {
    width: 96%;
    text-align: center;
    margin: 5% auto 3%;
}
p.f-logo img {
    margin: 0 auto 1%;
}
p.f-logo.smallsmall img {
    width: 10%;
    max-width: 100px;
}
p.f-logo.small img {
    width: 30%;
    max-width: 300px;
}
p.f-logo.medium img {
    width: 50%;
    max-width: 500px;
}
p.f-logo.large img {
    width: 80%;
    max-width: 800px;
}
p.f-logo span {
    font-size: 20px;
}
.f-info, ul.f-sitemap {
    margin: 3% auto;
    width: 96%;
    text-align: center;
}
.f-info p {
    margin-bottom: 3px;
}
ul.f-sitemap li {
    display: inline-block;
}
ul.f-sitemap li a {
    display: block;
    padding: 10px;
}
.map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 400px;
    display: block;
}
footer#colophon {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

section.footer2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width:96%;
    max-width:1200px;
    margin: 5% auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.f2-left {
    width: 50%;
}
.f2-left p.f-logo {
    width: 100%;
    margin: 0 auto 10px;
}
.f2-left p.f-logo a {
    display: block;
    position: relative;
    height: 80px;
}
.f2-left p.f-logo a img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.f2-left table {}
.f2-left table tr {
    border-bottom: 1px solid;
}
.f2-left table th {
    padding: 10px;
}
.f2-left table td {}
.f2-right {
    position: relative;
    width: 48%;
}
.f2-right iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

section.footer3 {
    overflow: hidden;
    margin: 5% auto 0;
}
.f3-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:96%;
    max-width:1200px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position:relative;
    padding: 4% 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}
.f3-in::before {
    content:"";
    background: #ffffffc4;
    width: 100vw;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: -2;
}
.f3-left {
    width: 48%;
}
.f3-left p.f-logo {
    width: 100%;
    margin: 0 auto 3%;
}
section.footer3 p.f-logo.smallsmall img {
    width: 30%;
    max-width: 100px;
}
section.footer3 p.f-logo.small img {
    width: 50%;
    max-width: 300px;
}
section.footer3 p.f-logo.medium img {
    width: 80%;
    max-width: 500px;
}
section.footer3 p.f-logo.large img {
    width: 100%;
    max-width: 800px;
}
section.footer3 .f-info {
    width: 100%;
}
ul.f3-right {
    width: 48%;
    margin: 3% auto;
}
ul.f3-right li {
    display: inline-block;
}
ul.f3-right li a {
    display: block;
    padding: 10px;
}
p.f3-back {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -3;
}

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

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

.httl.xs {
    font-size: 20px;
}
.httl.s {
    font-size: 25px;
}
.httl.m {
    font-size: 30px;
}
.httl.l {
    font-size: 40px;
}
.httl span {
    display: block;
}
.title-01, .title-02, .title-03 {
    text-align: center;
    margin: 8% auto 3%;
}
.title-01 span.main-ttl {
    color: inherit;
    font-weight: bold;
    opacity: 0.3;
    font-size: 200%;
}
.title-01 span.sub-ttl, .title-10 span.sub-ttl {
	font-weight: bold;
	color: #525252;
}
.title-02 span.main-ttl {
    font-size: 150%;
    font-weight: bold;
    color: #525252;
}
.title-02 span.sub-ttl {
    font-weight: bold;
    font-size: 80%;
}
.title-03 span.main-ttl {
    font-size: 170%;
    font-weight: bold;
    color: #525252;
    -webkit-filter: drop-shadow(4px 4px 2px #00000057);
            filter: drop-shadow(4px 4px 2px #00000057);
    letter-spacing: 3px;
}
.title-03 span.sub-ttl {
    font-weight: bold;
    font-size: 85%;
}
.title-04 {
    text-align: center;
    margin: 8% auto 3%;
    padding-bottom: 30px;
    position: relative;
}
.title-04 span.title-bg {
    position: absolute;
    height: 3px;
    width: 50%;
    max-width: 300px;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: auto;
}
.title-04 span.main-ttl {
    font-size: 180%;
    font-weight: bold;
    color: #ddd;
}
.title-04 span.sub-ttl {
    font-weight: bold;
    font-size: 80%;
    color: #525252;
}
.title-05 {
    text-align: center;
    margin: 5% auto 2%;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 1.5% 0;
}
.title-05 span.main-ttl, .title-06 span.main-ttl, .title-07 span.main-ttl, 
.title-08 span.sub-ttl, .title-11 span.sub-ttl, .title-12 span.sub-ttl, 
.title-13 span.main-ttl, .title-09 span.sub-ttl {
	font-weight: bold;
    color: #525252;
	font-size: 170%;
}
.title-05 span.sub-ttl, .title-06 span.sub-ttl, .title-07 span.sub-ttl, 
.title-08 span.main-ttl, .title-11 span.main-ttl, .title-09 span.main-ttl, 
.title-12 span.main-ttl, .title-13 span.sub-ttl {
	font-weight: bold;
}
.title-06, .title-07 {
    text-align: center;
    margin: 8% auto 3%;
    position: relative;
}
.title-06 span.title-bg::before {
    content:"";
    width: 300px;
    height: 300px;
    position: absolute;
    background: inherit;
    opacity: 0.3;
    z-index: -3;
    left: 10%;
    bottom: -3%;
}
.title-06 span.title-bg::after {
    content:"";
    width: 150px;
    height: 150px;
    position: absolute;
    background: inherit;
    opacity: 0.3;
    z-index: -3;
    right: 5%;
    bottom: 0%;
}
.title-07 span.title-bg {
    width: 300px;
    height: 300px;
    position: absolute;
    background: inherit;
    opacity: 0.3;
    z-index: -3;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
}
.title-08 {
    text-align: center;
    margin: 8% auto 3%;
    padding-bottom: 30px;
    position: relative;
}
.title-08::before {
	content:"";
	height: 2px;
	width: 80%;
	position: absolute;
	background: #525252;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.title-08::after {
	content:"";
	width: 30px;
	height: 30px;
	border-right: 2px solid #525252;
	border-bottom: 2px solid #525252;
	position: absolute;
	background: #fff;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	bottom: -4px;
	left: 0;
	right: 0;
	margin: auto;
}
.title-09, .title-10 {
	text-align: left;
    margin: 5% auto 2%;
}
.title-10 span.main-ttl {
	font-weight: bold;
	font-size: 170%;
}
.title-11 {
	text-align: left;
	margin: 5% auto 2%;
	border-bottom: 2px solid;
	border-left: 5px solid;
	padding: 0 0 0 10px;
}
.title-12 {
	text-align: left;
	margin: 5% auto 2%;
	border-bottom: 2px solid;
	padding: 0 10px 5px;
}
.title-13 {
	margin: 5% auto 3%;
	position: relative;
}
.title-13 span.title-bg {
	width: 230px;
	height: 230px;
	position: absolute;
	background: inherit;
	opacity: 0.2;
	z-index: -3;
	left: -7%;
	bottom: 0;
	top: 0;
	margin: auto;
	border-radius: 50%;
}

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;
}


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


section.mv23 ul.slider li h1 {
    margin: 0;
    padding: 0;
    line-height: 0;
}
section.mv23 {
    position: relative;
    width: 100%;
    max-width: none;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}
section.mv23 .bx-wrapper {
    position: absolute;
    inset: 0;
    margin-bottom: 0;
    box-shadow: none;
    border: 0;
    background: transparent;
    max-width: 100%;
    height: auto !important;
}
section.mv23 .bx-wrapper::after {
  background: #fff;
  opacity: 0.5;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.mv23 .bx-viewport {
    width: 100% !important;
    max-width: 100%;
    height: 100% !important;
}
section.mv23 .slider {
    height: 100% !important;
}
/* =============================================
   ▼ フェードモード（fade）用の設定
   ============================================= */
section.mv23 ul.slider[data-mode="fade"] {
    position: relative;
    display: block !important;
    width: 100%;
    height: 100% !important;
}
section.mv23 ul.slider[data-mode="fade"] li {
    width: 100% !important;
    height: 100% !important;
}
section.mv23 ul.slider[data-mode="fade"] li h1 {
    height: 100%;
    margin: 0;
}
section.mv23 ul.slider[data-mode="fade"] li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* =============================================
   ▼ スライドモード（horizontal）用の設定
   ============================================= */

section.mv23 ul.slider[data-mode="horizontal"] li {
    height: 100% !important;
}
section.mv23 ul.slider[data-mode="horizontal"] li h1 {
    height: 100% !important;
}
section.mv23 ul.slider[data-mode="horizontal"] li img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

section.mv4 {
    height: 70vh;
    overflow: hidden;
}
section.mv4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
}
section.mv4 ul li {
    position: relative;
    width: calc(100% / 3);
}
section.mv4 ul li img {
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
}

section.mv5 {
    position: relative;
    font-size: 0;
}
section.mv5 p.key1 {
    position: absolute;
    font-size: 8vw;
    right: 0;
    top: 3%;
    color: #c5c3c3;
    z-index: 3;
    -webkit-animation: key1 70s 0s ease infinite;
    animation: key1 70s 0s ease infinite;
}
section.mv5 .key2 {
    width: 45%;
    position: relative;
    vertical-align: top;
}
section.mv5 .key2::before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: -40px;
    left: 0;
}

.theme-blue section.mv5 .key2::before {background: #2295f0d6;}
.theme-green section.mv5 .key2::before {background: #4db151d4;}
.theme-pink section.mv5 .key2::before {background: #f295cbd4;}
.theme-orange section.mv5 .key2::before {background: #f9b144d4;}
.theme-pastel section.mv5 .key2::before {background: #feb7c5d6;}
.theme-navy section.mv5 .key2::before {background: #19247fcf;}
.theme-black section.mv5 .key2::before {background: #212121d4;}
.theme-deep-green section.mv5 .key2::before {background: #0a410fd4;}

section.mv5 p.key3 {
    display: block;
    width: 55%;
    margin: -23% 0 0 auto;
    position: relative;
}
section.mv5 p.key3::before {
    content: "";
    z-index: 1;
    width: 50%;
    height: 50%;
    position: absolute;
    left: -20%;
    bottom: 5%;
    -webkit-animation: key3 70s 0s ease infinite;
    animation: key3 70s 0s ease infinite;
}
.theme-blue section.mv5 p.key3::before {background: #2295f080;}
.theme-green section.mv5 p.key3::before {background: #4db15180;}
.theme-pink section.mv5 p.key3::before {background: #f295cb7d;}
.theme-orange section.mv5 p.key3::before {background: #f9b14482;}
.theme-pastel section.mv5 p.key3::before {background: #feb7c580;}
.theme-navy section.mv5 p.key3::before {background: #19247f52;}
.theme-black section.mv5 p.key3::before {background: #21212166;}
.theme-deep-green section.mv5 p.key3::before {background: #0a410f57;}

section.mv5 p.key3::after {
    content: "";
    position: absolute;
    width: 35%;
    height: 35%;
    right: 0;
    top: -3%;
    -webkit-animation: key3b 50s 0s ease infinite;
    animation: key3b 50s 0s ease infinite;
    opacity: 0.2;
}
.theme-blue section.mv5 p.key3::after {background: #2295f080;}
.theme-green section.mv5 p.key3::after {background: #4db15180;}
.theme-pink section.mv5 p.key3::after {background: #f295cb7d;}
.theme-orange section.mv5 p.key3::after {background: #f9b14482;}
.theme-pastel section.mv5 p.key3::after {background: #feb7c580;}
.theme-navy section.mv5 p.key3::after {background: #19247f52;}
.theme-black section.mv5 p.key3::after {background: #21212166;}
.theme-deep-green section.mv5 p.key3::after {background: #0a410f57;}

section.mv5 p.key4 {
    width: 45%;
    position: absolute;
    bottom: 5%;
    padding: 0 3% 0 5%;
    z-index: 3;
    -webkit-animation: fadeinbt 3s 0s ease forwards;
    animation: fadeinbt 3s 0s ease forwards;
    text-align: justify;
}
section.mv5 p.key4 strong {
	display: block;
	font-size: 150%;
	font-weight: 600;
	letter-spacing: 2px;
}
@-webkit-keyframes key1 {
	0% {right:0;}
	50% {right:10%;}
	100% {right:0%;}
}
@keyframes key1 {
	0% {right:0;}
	50% {right:10%;}
	100% {right:0%;}
}
@-webkit-keyframes key3 {
	0% {
		left:-20%;
		bottom:5%;
	}
	50% {
		left:-10%;
		bottom:10%;
	}
	100% {
		left:-20%;
		bottom:5%;
	}
}
@keyframes key3 {
	0% {
		left:-20%;
		bottom:5%;
	}
	50% {
		left:-10%;
		bottom:10%;
	}
	100% {
		left:-20%;
		bottom:5%;
	}
}
@-webkit-keyframes key3b {
	0% {top:-3%;}
	50% {
		top:-10%;
		width:15%;
		opacity:0.5;
	}
	100% {top:-3%;}
}
@keyframes key3b {
	0% {top:-3%;}
	50% {
		top:-10%;
		width:15%;
		opacity:0.5;
	}
	100% {top:-3%;}
}

section.mv6 {
    position: relative;
}
.mv6-right {
    width: 67%;
    margin: 0 0 0 auto;
    max-height: 80vh;
    overflow: hidden;
}
.mv6-left {
    position: absolute;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 33%;
    background: #ffffffd4;
    padding: 3%;
    margin: auto;
    text-align: center;
    min-width: 500px;
}
.mv6-left-h1 img {
    width: 70%;
    margin: 0 auto 3%;
}
.mv6-left-h1 span {
    font-size: 25px;
}
p.mv6-left-p {
    margin: 3% auto 0;
}

section.block-img-only img {
    margin: 3% auto;
}
section.block-img-only img.small {
    width:50%;
    max-width:500px;
}
section.block-img-only img.medium {
    width:80%;
    max-width:800px;
}
section.block-img-only img.large {
    width:100%;
    max-width:1200px;
}
ul.list-check {
    margin: 3% auto;
}
ul.list-check > li {
    margin-bottom: 10px;
    font-size: 18px;
}
ul.list-check > li i {
    font-size: 110%;
    padding-right: 5px;
}
ul.block-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
li.card-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 2%;
}
li.card-item:last-child {
    margin-right: 0;
}
li.card-item .card-img {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}
li.card-item .card-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
}
.card-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 23px;
}
ul.cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3% auto;
}
ul.cta-wrap > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 2%;
    max-width: 300px;
}
ul.cta-wrap > li:last-child {
    margin-right: 0;
}
ul.cta-wrap > li a {
    display: block;
    text-align: center;
    padding: 18px 0;
    font-size: 18px;
}
ul.cta-wrap > li a:hover {
    opacity: 0.8;
}
p.cta-line a {
    display: block;
    margin: 3% auto;
    max-width: 800px;
}
p.cta-line a:hover {
    opacity: 0.8;
}
.space-s {
    padding-top: 5%;
}
.space-m {
    padding-top: 10%;
}
.space-l {
    padding-top: 15%;
}

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





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

section.page-head {
    position: relative;
    padding: 5% 0;
    margin-bottom: 5%;
}
section.page-head.with-bgimg {
    background: #ffffffe3;
}
section.page-head .title {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
}
section.page-head .title span {
    display: block;
    font-size: 30px;
}
.theme-blue section.page-head .title span {color: #2295f0d6;}
.theme-green section.page-head .title span {color: #4db151d4;}
.theme-pink section.page-head .title span {color: #f295cbd4;}
.theme-orange section.page-head .title span {color: #f9b144d4;}
.theme-pastel section.page-head .title span {color: #feb7c5d6;}
.theme-navy section.page-head .title span {color: #19247fcf;}
.theme-black section.page-head .title span {color: #212121d4;}
.theme-deep-green section.page-head .title span {color: #0a410fd4;}
p.ph-back {
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -3;
}
p.ph-back img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

table.company-table {
    margin: 5% auto;
    border-collapse: separate;
    border-spacing: 0 3px;
}
table.company-table th {
    width: 220px;
    padding: 10px 0;
    text-align: center;
    color:#fff;
}
table.company-table td {
    padding: 10px;
}
.theme-blue table.company-table th {background: #2295f0d6;}
.theme-green table.company-table th {background: #4db151d4;}
.theme-pink table.company-table th {background: #f295cbd4;}
.theme-orange table.company-table th {background: #f9b144d4;}
.theme-pastel table.company-table th {background: #feb7c5d6;}
.theme-navy table.company-table th {background: #19247fcf;}
.theme-black table.company-table th {background: #212121d4;}
.theme-deep-green table.company-table th {background: #0a410fd4;}

.theme-blue table.company-table td {background: #e3f1fc;}
.theme-green table.company-table td {background: #eff7eb;}
.theme-pink table.company-table td {background: #fdf2f7;}
.theme-orange table.company-table td {background: #fff4e4;}
.theme-pastel table.company-table td {background: #fff0a7;}
.theme-navy table.company-table td {background: #dee2ea;}
.theme-black table.company-table td {background: #9e9e9e;}
.theme-deep-green table.company-table td {background: #f7e4ca;}

section.dc_cf {
    max-width: 1000px;
}
table.dccontact {
    border-collapse: separate;
    border-spacing: 0 10px;
}
table.dccontact th {
    width: 230px;
    text-align: center;
    padding: 20px 0;
    vertical-align: top;
    border-bottom: 2px solid;
}
table.dccontact tr:first-child th {
	border-top: 2px solid;
}
table.dccontact th span {
    color: #f90400;
    font-size: 80%;
}
table.dccontact td {
    padding: 20px;
    border-bottom: 1px solid;
}
table.dccontact tr:first-child td {
	border-top: 1px solid;
}
table.dccontact td span.rei {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
table.dccontact td > label {
    display: inline-block;
}
table.dccontact td > input {
    width: 100%;
    border: unset;
    background: #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 400px;
    height: 35px;
}
table.dccontact td > textarea {
    width: 100%;
    border: unset;
    background: #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
table.dccontact td label, p.lastcheck label, p.send button {
    cursor: pointer;
}
table.dccontact td label span {
    padding: 0 15px 0 5px;
    vertical-align: inherit;
}
table.dccontact td label input, p.lastcheck input {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
p.lastcheck {
    margin: 5% auto;
    margin-inline: auto;
    inline-size: fit-content;
}
p.lastcheck span {
    vertical-align: inherit;
    padding-left: 8px;
}
p.send {
    text-align: center;
    margin-bottom: 10%;
}
p.send button {
    border: unset;
    color: #fff;
    padding: 20px 0;
    min-width: 200px;
    font-size: 18px;
    letter-spacing: 2px;
    -webkit-box-shadow: inset 5px 15px 15px rgba(0,0,0,.5), inset -5px -15px 15px rgba(0,0,0,.5);
    box-shadow: inset 5px 15px 15px rgba(0,0,0,.5), inset -5px -15px 15px rgba(0,0,0,.5);
    border-radius: 3px;
}
.theme-blue p.send button  {background: #2295f0d6;}
.theme-green p.send button  {background: #4db151d4;}
.theme-pink p.send button  {background: #f295cbd4;}
.theme-orange p.send button  {background: #f9b144d4;}
.theme-pastel p.send button  {background: #feb7c5d6;}
.theme-navy p.send button  {background: #19247fcf;}
.theme-black p.send button  {background: #212121d4;}
.theme-deep-green p.send button  {background: #0a410fd4;}
p.send button:hover {
    opacity:0.8
}



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

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

.menu1 nav, .menu2 nav, .menu3 nav {
    display: none;
}
.menur1, .menur2, .menur3 {
    display: block;
}
.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: 90;
    border-radius: 3px;
}
.theme-blue .menur1 .r-btn {background: #2297f3;}
.theme-green .menur1 .r-btn {background: #4db151;}
.theme-pink .menur1 .r-btn {background: #f295cb;}
.theme-orange .menur1 .r-btn {background: #f9b144;}
.theme-pastel .menur1 .r-btn {background: #feb7c5;}
.theme-navy .menur1 .r-btn {background: #19247f;}
.theme-black .menur1 .r-btn {background: #212121;}
.theme-deep-green .menur1 .r-btn {background: #0a410f;}

.r-btn > span,
.r-btn span span {
    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 span:nth-child(1) {
    bottom: 8px;
}
.r-btn span span:nth-child(2) {
    top: 8px;
}
#label1:checked ~ .r-btn > span {
    background-color: #fff0!important;
}
#label1:checked ~ .r-btn span span:nth-child(1) {
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#label1:checked ~ .r-btn span span:nth-child(2) {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#label1 {
    display: none;
}
.hidden_box .hidden_show {
    height: 10px;
    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: left;
    margin: 0 auto 0;
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 73%);
    box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 73%);
    z-index: 30;
}
.hidden_show ul.nav1 {
    height: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}
.hidden_box input:checked ~ .hidden_show {
    padding: 80px 80px 30px 10px;
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    max-height: 100%;
    overflow: scroll;
}
.hidden_box input:checked ~ .hidden_show ul.nav1 {
	opacity: 1;
	height: auto;
}
.hidden_show ul.nav1 li{
	border-bottom: 1px solid;
}
.hidden_show ul.nav1 li a{
	display: block;
	padding: 0 10px 10px;
	letter-spacing: 1px;
	font-size:15px;
	text-align: center;
}
.hidden_show ul.nav1 li a:first-child {
	padding: 10px;
	font-size:16px;
}
.hidden_show ul.nav1 li:last-child{
	border-bottom:unset;
}

p.ttl-logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 3%;
    text-align: center;
}
p.ttl-logo a.shape-horizontal img {
    width: 70%;
    margin: 0 auto;
    max-width: 400px;
}
p.ttl-logo a.shape-horizontal span {
    display: block;
}
p.ttl-logo a.shape-vertical img,
p.ttl-logo a.shape-square img {
    display: inline-block;
    height: 60px;
    width: auto;
    margin: 0 5px;
    vertical-align: middle;
}
p.ttl-logo a.shape-vertical span,
p.ttl-logo a.shape-square span {
	font-size: 28px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	font-weight: bold;
}

.menu2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.menu2 .h-cta {
    margin-right: 80px;
}
.menu2 .h-cta a span {
    display: none;
}
.menu2 .h-cta a i {
    font-size: 50px;
    padding: 0;
}
.menu2 .h-cta a img {
    width: 50px;
}
ul.r-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 300px;
    margin: 3% auto 0;
}
ul.r-cta li {
    width: 80px;
	margin-right: 3%;
}
ul.r-cta li:last-child {
	margin-right: 0;
}
ul.r-cta li a {
    display: block;
    text-align: center;
}
ul.r-cta li a i {
    display: block;
    font-size: 50px;
    margin-bottom: 10px;
    height: 55px;
}
ul.r-cta li a img {
    width: 55px;
    margin: 0 auto 10px;
}
ul.r-cta li a span {
    display: block;
    border: 1px solid;
    font-size: 14px;
    border-radius: 50px;
}

.menu3 .hlogo a {
    margin: 0 auto 0 0;
    padding: 10px 0 10px 10px;
}
.menu3 .hlogo a.shape-horizontal img {
    max-width: 180px;
}
.menu3 .hlogo a.shape-horizontal span {
    font-size: 12px;
}

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

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

.httl.xs {
    font-size: 18px;
}
.httl.s {
    font-size: 20px;
}
.httl.m {
    font-size: 25px;
}
.httl.l {
    font-size: 35px;
}
.title-04 span.title-bg {
    bottom: 7px;
}
.title-06 span.title-bg::before {
    width: 200px;
    height: 200px;
    bottom: -10%;
}
.title-06 span.title-bg::after {
    width: 100px;
    height: 100px;
}
.title-07 span.title-bg {
    width: 200px;
    height: 200px;
}
.title-08::before {}
.title-08::after {}
.title-13 span.title-bg {
    width: 180px;
    height: 180px;
}


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

section.mv5 p.key1 {
    font-size: 10vw;
}
section.mv5 p.key4 {
    padding: 0 3%;
    bottom: 0;
    font-size: 14px;
}
.mv6-left {
    min-width: 400px;
}
.mv6-left-h1 span {
    font-size: 20px;
}
.card-title {
    font-size: 20px;
    margin-bottom: 8px;
}


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





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

section.page-head .title {
    width: 90%;
    font-size: 35px;
}
section.page-head .title span {
    font-size: 25px;
}
table.company-table th {
    width: 200px;
}
table.dccontact th {
    width: 200px;
}





}





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

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



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

.menu1 .hlogo, .menu2 .hlogo, .menu3 .hlogo {
    width: calc(100% - 80px);
}
.menu1 .hlogo a, .menu2 .hlogo a, .menu3 .hlogo a {
    padding: 5px 0 5px 5px;
    width: fit-content;
    max-width: 100%;
}
.menu1 .hlogo a.shape-vertical,
.menu1 .hlogo a.shape-square,
.menu2 .hlogo a.shape-vertical,
.menu2 .hlogo a.shape-square {
    height: 80px;
    overflow: hidden;
}
.menu1 .hlogo a.shape-vertical img, 
.menu1 .hlogo a.shape-square img, 
.menu2 .hlogo a.shape-vertical img, 
.menu2 .hlogo a.shape-square img {
    height: 70px;
}
p.ttl-logo a.shape-vertical span, 
p.ttl-logo a.shape-square span {
    font-size: 16px;
}

.menu2 .h-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 4px 6px black);
    background: #fff;
    z-index: 20;
}
.menu2 .h-cta a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    padding: 10px 0;
    position: relative;
}
.menu2 .h-cta a::before {
    content:"";
    height: 80%;
    width: 1px;
    background: #525252;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.menu2 .h-cta a:last-child::before {
    display:none;
}
.menu2 .h-cta a i {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
}
.menu2 .h-cta a img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}
.menu2 .h-cta a::after {
    content:"";
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 14px;
}
.menu2 .h-cta a.h-tel::after {
    content:"TEL";
}
.menu2 .h-cta a.h-line::after {
    content:"LINE";
}
.menu2 .h-cta a.h-instagram::after {
    content:"Instagram";
}
ul.r-cta li {
    width: 70px;
}
ul.r-cta li a i {
    font-size: 40px;
    height: 40px;
}
ul.r-cta li a span {
    font-size: 12px;
}
ul.r-cta li a img {
    width: 40px;
}

.f-info p {
    font-size: 14px;
}
ul.f-sitemap li a {
    font-size: 14px;
}
footer#colophon {
    font-size: 12px;
}
footer.select-h2-margin {
    padding: 10px 0 60px!important;
}

.f2-left {
    width: 100%;
    margin: 0 auto 5%;
}
.f2-left table th {
    font-size: 14px;
    padding: 5px;
}
.f2-left table td {
    font-size: 14px;
}
.f2-right {
    width: 100%;
}
.f2-right iframe {
    position: unset;
    height: 300px;
}

.f3-left {
    width: 100%;
}
section.footer3 p.f-logo.smallsmall img {
    width: 10%;
}
section.footer3 p.f-logo.small img {
    width: 30%;
}
section.footer3 p.f-logo.medium img {
    width: 50%;
}
section.footer3 p.f-logo.large img {
    width: 80%;
}
ul.f3-right {
    width: 100%;
    text-align: center;
    margin: 0;
}
ul.f3-right li a {
    font-size: 14px;
}


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

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

.httl.xs {
    font-size: 16px;
}
.httl.s, .httl.m {
    font-size: 18px;
}
.httl.l {
    font-size: 23px;
}
.title-04 {
	padding-bottom: 15px;
}
.title-04 span.title-bg {
    height: 2px;
}
.title-05 {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.title-06 span.title-bg::before {
    width: 100px;
    height: 100px;
}
.title-06 span.title-bg::after {
    width: 50px;
    height: 50px;
}
.title-07 span.title-bg {
    width: 100px;
    height: 100px;
}
.title-08 {
    padding-bottom: 20px;
}
.title-08::before {
    width: 100%;
    bottom: 13px;
    height: 1px;
}
.title-08::after {
    width: 20px;
    height: 20px;
    bottom: 4px;
    border-right: 1px solid #525252;
    border-bottom: 1px solid #525252;
}
.title-11 {
    padding-left: 5px;
    border-left: 3px solid;
    border-bottom: 1px solid;
}
.title-12 {
	border-bottom: 1px solid;
}
.title-13 span.title-bg {
    width: 130px;
    height: 130px;
}


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





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

section.mv4 {
    height: auto;
}
section.mv4 ul li {
    width: 100%;
    height: 130px;
}

section.mv5 p.key1 {
    font-size: 13vw;
    top: 0;
}
section.mv5 .key2 {
    width: 80%;
}
section.mv5 .key2::before {
    width: 80%;
    opacity: 0.5;
}
section.mv5 p.key3 {
    margin: 0 0 0 auto;
    width: 90%;
}
section.mv5 p.key3::before {
    background: #ffffffe0!important;
    width: 100%;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
}
section.mv5 p.key3::after {
    opacity: 1!important;
    width: 70%!important;
    height: 40%;
    top: -15%!important;
}
section.mv5 p.key4 {
    width: 83%;
    bottom: 3%;
    padding: 0 0 0 2%;
}

.mv6-right {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    width: 100%;
    position: relative;
}
.mv6-right::before {
    content: "";
    width: 100%;
    height: 80%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background: linear-gradient(0deg, #fff, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
}
.mv6-left {
    position: relative;
    min-width: unset;
    width: 100%;
    margin: -20% auto 10%;
    z-index: 3;
    background: unset;
}

ul.list-check > li {
    margin-bottom: 5px;
    font-size: 16px;
}
li.card-item {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-right: 0;
}
.card-title {
    margin-bottom: 5px;
}
ul.cta-wrap > li a {
    font-size: 14px;
    padding: 13px 0;
}



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





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

section.page-head .title {
    width: 96%;
    font-size: 25px;
}
section.page-head .title span {
    font-size: 16px;
}

table.company-table {
	border-collapse: collapse;
    border-spacing: 0;
}
table.company-table th, table.company-table td {
    display: block;
	width:100%;
}
table.dccontact {
    border-collapse: collapse;
    border-spacing: 0;
}
table.dccontact th {
    display: block;
    width: 100%;
    padding: 15px 0;
    border: unset!important;
	color:#fff;
}
.theme-blue table.dccontact th  {background: #2295f0d6;}
.theme-green table.dccontact th  {background: #4db151d4;}
.theme-pink table.dccontact th  {background: #f295cbd4;}
.theme-orange table.dccontact th  {background: #f9b144d4;}
.theme-pastel table.dccontact th  {background: #feb7c5d6;}
.theme-navy table.dccontact th  {background: #19247fcf;}
.theme-black table.dccontact th  {background: #212121d4;}
.theme-deep-green table.dccontact th  {background: #0a410fd4;}

table.dccontact td {
    display: block;
    width: 100%;
    padding: 10px;
	border: unset!important;
}



}



/* ========== bxSlider ========== */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}


/* ========== NARU brand (from css/brand.css) ========== */
/* =========================================
   NARU 共通CSS（ブランドカラー＋下層パーツ）
   style.css の直後にこのファイルを読み込んでください。

   メイン → アイボリーホワイト #F8F6F3
   サブ   → シャンパンゴールド #C8A96A（見出し・ボタン・ライン）
   ベース → グレージュ #7D7468（文字・アイコン）
   画像   → /wp-content/uploads/2026/08/*.webp
   ========================================= */

:root {
  --naru-main: #F8F6F3;
  --naru-sub: #C8A96A;
  --naru-base: #7D7468;
  --naru-sub-strong: #B8974F;
  --naru-text: var(--naru-base);
  --naru-heading: var(--naru-sub);
  --naru-muted: #A39A8E;
  --naru-line: var(--naru-sub);
  --naru-line-soft: #E5DFD6;
  --naru-bg: var(--naru-main);
  --naru-bg-soft: #F1EEE9;
  --naru-gold: var(--naru-sub);
  --naru-accent: var(--naru-sub);
  --naru-accent-strong: var(--naru-sub-strong);
  --naru-accent-soft: #F3EFE8;
  --naru-on-accent: #FFFFFF;
  --naru-img: /wp-content/uploads/2026/08;
}

/* ========== 全体ベース ========== */
body,
body.home,
body.page,
body.blog {
  color: var(--naru-base) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
}

body a {
  color: var(--naru-base);
}
body a:hover,
.theme-pink a:hover {
  color: var(--naru-sub-strong) !important;
}

p,
.p,
li,
td,
th,
label {
  color: inherit;
}

/* ========== ヘッダー／ナビ ========== */
.menu1 nav > ul > li > a,
.menu2 nav > ul > li > a,
.menu3 nav > ul > li > a,
ul.nav1 li a {
  color: var(--naru-base) !important;
}
.menu1 nav > ul > li > a:hover,
.menu2 nav > ul > li > a:hover,
.menu3 nav > ul > li > a:hover,
ul.nav1 li a:hover {
  color: var(--naru-sub) !important;
}
.theme-pink .menu1 nav > ul > li ul::before,
.theme-pink .menu2 nav > ul > li ul::before,
.theme-pink .menu3 nav > ul > li ul::before {
  background: var(--naru-bg-soft) !important;
}
.theme-pink .menu1 nav > ul > li ul a:hover,
.theme-pink .menu2 nav > ul > li ul a:hover,
.theme-pink .menu3 nav > ul > li ul a:hover {
  color: var(--naru-sub) !important;
}
.menu1 nav > ul > li ul,
.menu2 nav > ul > li ul,
.menu3 nav > ul > li ul {
  background: var(--naru-main);
}
.theme-pink .menur1 .r-btn {
  background: var(--naru-sub) !important;
}
.hidden_show {
  background: var(--naru-main);
}

/* ========== トップ：見出し（テーマ title-12 / title-01 準拠） ========== */
h2.httl,
h2.httl[style],
.block-title .httl,
.block-img-text .httl {
  color: var(--naru-sub);
  border-color: var(--naru-sub);
}

/* title-12: 英字（金）＋和文大きめ（グレージュ）＋下線 */
.title-12 {
  border-bottom-color: var(--naru-sub);
}
.title-12 span.main-ttl {
  color: var(--naru-sub) !important;
  font-weight: 700;
}
.title-12 span.sub-ttl {
  color: var(--naru-base) !important;
  font-weight: 700;
  font-size: 170%;
}

/* title-01: 英字透かし＋中央和文 */
.title-01 span.main-ttl {
  color: var(--naru-sub) !important;
  opacity: 0.3;
  font-weight: 700;
}
.title-01 span.sub-ttl {
  color: var(--naru-base) !important;
  font-weight: 700;
}

/* ========== トップ：CTAボタン ========== */
ul.cta-wrap > li a,
p.cta-line a,
a[style*="background:#c8a96a"],
a[style*="background: #c8a96a"],
a[style*="background:#C8A96A"] {
  background: var(--naru-sub) !important;
  color: var(--naru-on-accent) !important;
  border: 2px solid var(--naru-sub);
}
ul.cta-wrap > li a:hover,
p.cta-line a:hover {
  background: var(--naru-sub-strong) !important;
  border-color: var(--naru-sub-strong);
  opacity: 1;
}

/* ========== トップ：本文ブロック ========== */
.block-img-text,
.block-img-text p,
.block-title,
section.width {
  color: var(--naru-base);
}
.float.clear,
.float-left,
.floatr {
  color: var(--naru-base);
}

/* ========== MV 装飾（theme-pink 上書き） ========== */
.theme-pink section.mv5 .key2::before {
  background: rgba(200, 169, 106, 0.85) !important;
}
.theme-pink section.mv5 p.key3::before,
.theme-pink section.mv5 p.key3::after {
  background: rgba(200, 169, 106, 0.5) !important;
}

/* ========== 下層 page-head ========== */
section.page-head {
  position: relative;
  background-color: var(--naru-main);
  background-image: url("/wp-content/uploads/2026/08/default-header.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.page-head p.ph-back {
  background: url("/wp-content/uploads/2026/08/default-header.webp") center / cover no-repeat;
}
section.page-head p.ph-back img {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.page-head .title {
  position: relative;
  z-index: 1;
  color: var(--naru-sub) !important;
}
.theme-pink section.page-head .title span {
  color: var(--naru-sub) !important;
  opacity: 0.85;
}

/* ========== テーブル／フォーム（共通） ========== */
.theme-pink table.company-table th,
table.company-table th {
  background: var(--naru-sub) !important;
  color: var(--naru-on-accent) !important;
}
.theme-pink table.company-table td,
table.company-table td {
  background: var(--naru-bg-soft) !important;
  color: var(--naru-base) !important;
}
.theme-pink table.dccontact th,
table.dccontact th {
  background: var(--naru-sub) !important;
  color: var(--naru-on-accent) !important;
  border-color: var(--naru-sub) !important;
}
table.dccontact td {
  color: var(--naru-base);
  border-color: var(--naru-line-soft) !important;
}
table.dccontact td > input,
table.dccontact td > textarea {
  background: var(--naru-main) !important;
  color: var(--naru-base) !important;
}
.theme-pink p.send button,
p.send button {
  background: var(--naru-sub) !important;
  color: var(--naru-on-accent) !important;
  box-shadow: none !important;
}
p.send button:hover {
  background: var(--naru-sub-strong) !important;
  opacity: 1;
}

/* ========== フッター ========== */
section.footer2 {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 3.5rem 0 2.5rem;
  background: var(--naru-main);
  color: var(--naru-base);
  box-sizing: border-box;
}
section.footer2 .footer2-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
section.footer2 .footer-access.access-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem 2.5rem;
  align-items: start;
  margin: 0;
  padding: 2rem 2.2rem;
  background: #fff;
  border: 1px solid var(--naru-line-soft);
  border-radius: 14px;
  box-shadow: none;
}
section.footer2 .access-info dl {
  margin: 0 0 1rem;
}
section.footer2 .access-info dl > div {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--naru-line-soft);
}
section.footer2 .access-info dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  border: 1px solid var(--naru-sub);
  border-radius: 50%;
  color: var(--naru-sub);
  font-size: 0.95rem;
  line-height: 1;
}
section.footer2 .access-info dd {
  margin: 0;
  color: var(--naru-base);
  line-height: 1.75;
  font-size: 0.95rem;
}
section.footer2 .access-info dd a {
  color: var(--naru-base);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
section.footer2 .access-hours {
  margin-top: 0.25rem;
}
section.footer2 .hours-table {
  margin: 0;
  border: 1px solid var(--naru-sub);
  border-radius: 10px;
  overflow: hidden;
}
section.footer2 .hours-table th,
section.footer2 .hours-table td {
  border-bottom: 1px solid rgba(200, 169, 106, 0.35);
  padding: 0.7em 0.55em;
  font-size: 0.88rem;
}
section.footer2 .hours-table tr:last-child th,
section.footer2 .hours-table tr:last-child td {
  border-bottom: none;
}
section.footer2 .access-notes {
  margin: 1rem 0 0;
}
section.footer2 .access-notes li {
  padding: 0.55rem 0;
  font-size: 0.82rem;
  line-height: 1.75;
}
section.footer2 .access-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 10px;
}
section.footer2 .access-map-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-top: 0.85rem;
  padding: 0.95rem 2.5rem 0.95rem 1.5rem;
  background: linear-gradient(180deg, #d4b87a 0%, #b8974f 100%);
  border: none;
  border-radius: 8px;
  color: var(--naru-on-accent) !important;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.2s;
}
section.footer2 .access-map-btn::after {
  content: ">";
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 1;
}
section.footer2 .access-map-btn:hover {
  opacity: 0.9;
  background: linear-gradient(180deg, #d4b87a 0%, #b8974f 100%);
  color: var(--naru-on-accent) !important;
  border: none;
}
section.footer2 ul.f-sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem 0;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
section.footer2 ul.f-sitemap li a {
  display: block;
  padding: 0.45rem 0.75rem;
  color: var(--naru-base) !important;
  font-size: 0.82rem;
  text-decoration: none;
  letter-spacing: 0.02em;
}
section.footer2 ul.f-sitemap li a:hover {
  color: var(--naru-sub) !important;
}
footer#colophon {
  background: var(--naru-base) !important;
  color: var(--naru-main) !important;
  padding: 12px 0;
  font-size: 0.82rem;
  text-align: center;
}

/* ========== 下層：固定ページ本文パーツ ========== */
.under-body {
  padding-bottom: 8%;
  line-height: 1.9;
  color: var(--naru-text);
}

.under-body .lead {
  position: relative;
  font-size: 1.05rem;
  margin: 0 0 2.8em;
  padding: 1.35em 1.5em 1.35em 1.7em;
  letter-spacing: 0.04em;
  color: var(--naru-base);
  line-height: 2;
  background: linear-gradient(135deg, #fff 0%, #f3eee6 100%);
  border-radius: 12px;
  border-left: 4px solid var(--naru-sub);
  box-shadow: 0 10px 28px rgba(125, 116, 104, 0.08);
}

/* 冒頭の全幅ヒーロー画像は使用しない */
.under-hero,
.under-hero > img {
  display: none !important;
}

/* 導入ビジュアル（左右分割・全幅ヒーローではない） */
.under-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.6rem 2rem;
  align-items: center;
  margin: 0 0 3.2em;
}
.under-intro-media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(125, 116, 104, 0.14);
}
.under-intro-media::after {
  content: "";
  position: absolute;
  inset: auto -8% -10% auto;
  width: 42%;
  height: 42%;
  background: rgba(200, 169, 106, 0.28);
  border-radius: 12px;
  z-index: 0;
}
.under-intro-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.under-intro:hover .under-intro-media img {
  transform: scale(1.04);
}
.under-intro-body {
  background: #fff;
  border-radius: 12px;
  padding: 1.8rem 1.6rem;
  box-shadow: 0 12px 30px rgba(125, 116, 104, 0.1);
}
.under-intro-body > p:first-child {
  margin-top: 0;
}
.under-intro-body > *:last-child {
  margin-bottom: 0;
}

/* 2枚並び写真 */
.media-duo,
.media-trio {
  display: grid;
  gap: 1.2rem;
  list-style: none;
  margin: 0 0 1.8em;
  padding: 0;
}
.media-duo {
  grid-template-columns: 1fr 1fr;
}
.media-trio {
  grid-template-columns: repeat(3, 1fr);
}
.media-duo figure,
.media-trio figure,
.media-duo li,
.media-trio li {
  margin: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(125, 116, 104, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.media-duo figure:hover,
.media-trio figure:hover,
.media-duo li:hover,
.media-trio li:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(125, 116, 104, 0.16);
}
.media-duo img,
.media-trio img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.media-duo figure:hover img,
.media-trio figure:hover img,
.media-duo li:hover img,
.media-trio li:hover img {
  transform: scale(1.05);
}
.media-duo figcaption,
.media-trio figcaption,
.media-duo span,
.media-trio span {
  display: block;
  text-align: center;
  padding: 0.75em 0.6em 0.95em;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--naru-base);
  letter-spacing: 0.04em;
}

.under-band {
  background: linear-gradient(165deg, rgba(200, 169, 106, 0.14), rgba(248, 246, 243, 0.4));
  border-radius: 16px;
  padding: 1.8rem 1.5rem;
  margin: 0 0 1.6em;
}

.under-sec {
  margin: 0 0 4.5em;
  padding: 0;
  border-bottom: 0;
  animation: underFadeUp 0.55s ease both;
}
.under-sec:nth-of-type(2) { animation-delay: 0.05s; }
.under-sec:nth-of-type(3) { animation-delay: 0.1s; }
.under-sec:nth-of-type(4) { animation-delay: 0.15s; }
.under-sec .httl {
  margin: 0 0 1.5em;
}
@keyframes underFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .under-sec,
  .under-intro-media img,
  .gallery img,
  .feature-cards.with-media img,
  .worry-grid.with-media img {
    animation: none !important;
    transition: none !important;
  }
}

.under-h2 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1em;
  padding: 0 10px 5px;
  color: var(--naru-base);
  border-bottom: 2px solid var(--naru-sub);
  letter-spacing: 0.06em;
  text-align: left;
}
.under-h2 .en {
  display: block;
  font-size: 0.85rem;
  color: var(--naru-sub);
  letter-spacing: 0.12em;
  margin-bottom: 0.2em;
  font-weight: 700;
}
.under-h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1.6em 0 0.85em;
  color: var(--naru-base);
  letter-spacing: 0.04em;
}

/* トップの reason-card に近い白カード */
.under-card {
  background: #fff;
  padding: 2rem 1.8rem;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(125, 116, 104, 0.1);
  border: 1px solid rgba(200, 169, 106, 0.12);
}
.under-card > p:first-child {
  margin-top: 0;
}
.under-card > p:last-child,
.under-card > .btn-row:last-child,
.under-card > .note:last-child,
.under-card > .price-table:last-child,
.under-card > .dot-list:last-child {
  margin-bottom: 0;
}

/* 画像＋カード（左右／全幅ヒーローではない） */
.under-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 1.5rem 2rem;
  align-items: center;
}
.under-split.reverse {
  grid-template-columns: 1.1fr 1fr;
}
.under-split.reverse .under-media {
  order: 2;
}
.under-split.reverse .under-card {
  order: 1;
}
.under-media {
  position: relative;
  padding: 0 0 0 1rem;
}
.under-split.reverse .under-media {
  padding: 0 1rem 0 0;
}
.under-frame {
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  width: 88%;
  height: 88%;
  background: #E8DFD0;
  border-radius: 8px;
  z-index: 0;
}
.under-split.reverse .under-frame {
  left: auto;
  right: 0;
}
.under-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 8px;
}

.dot-list,
.stage-list {
  margin: 1em 0 0;
  padding-left: 1.2em;
  list-style: disc;
  color: var(--naru-text);
}
.dot-list li,
.stage-list li {
  margin-bottom: 0.55em;
}
.dot-list li::marker,
.stage-list li::marker {
  color: var(--naru-sub);
}

.price-table,
.info-table,
.hours-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0 0;
  color: var(--naru-text);
}
.price-table th,
.price-table td,
.info-table th,
.info-table td,
.hours-table th,
.hours-table td {
  padding: 0.85em 1em;
  border-bottom: 1px solid var(--naru-line-soft);
  text-align: left;
  vertical-align: top;
}
.price-table th,
.info-table th {
  width: 40%;
  background: var(--naru-bg-soft);
  font-weight: 700;
  color: var(--naru-base);
}
.hours-table thead th,
.hours-table tbody th {
  background: var(--naru-sub);
  color: var(--naru-on-accent);
  text-align: center;
  white-space: nowrap;
}
.hours-table td {
  text-align: center;
  background: var(--naru-main);
}
.table-scroll {
  overflow-x: auto;
}

.note {
  font-size: 0.92rem;
  color: var(--naru-text);
  background: var(--naru-bg-soft);
  padding: 0.9em 1.1em;
  border-left: 3px solid var(--naru-sub);
  margin: 1.2em 0 0;
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.worry-grid li a {
  display: block;
  height: 100%;
  padding: 1.6em 1.4em 1.3em;
  background: #fff;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(125, 116, 104, 0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s, box-shadow 0.25s;
  overflow: hidden;
}
.worry-grid li a:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(125, 116, 104, 0.16);
  color: inherit;
}
.worry-grid h2 {
  font-size: 1.15rem;
  margin: 0 0 0.65em;
  color: var(--naru-base);
  letter-spacing: 0.04em;
}
.worry-grid p {
  font-size: 0.92rem;
  margin-bottom: 0.95em;
  color: var(--naru-text);
  line-height: 1.8;
}
.worry-grid .more {
  font-size: 0.88rem;
  color: var(--naru-sub);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.worry-grid .more::after {
  content: " →";
}
.worry-grid.with-media li a {
  padding: 0;
}
.worry-grid.with-media .wg-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--naru-bg-soft);
}
.worry-grid.with-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.worry-grid.with-media li a:hover img {
  transform: scale(1.05);
}
.worry-grid.with-media .wg-body {
  padding: 1.35em 1.3em 1.25em;
}
.worry-grid.with-media .wg-body h2 {
  margin-bottom: 0.45em;
}
.worry-grid.with-media .wg-body p {
  margin-bottom: 0.75em;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  list-style: none;
  margin: 0 0 1.8em;
  padding: 0;
}
.gallery.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery li {
  margin: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(125, 116, 104, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gallery li:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(125, 116, 104, 0.16);
}
.gallery img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery li:hover img {
  transform: scale(1.06);
}
.gallery span {
  display: block;
  text-align: center;
  padding: 0.75em 0.5em 0.9em;
  font-size: 0.9rem;
  color: var(--naru-base);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.feature-cards.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.feature-cards.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.feature-cards li {
  padding: 1.5em 1.35em;
  background: #fff;
  border-top: 3px solid var(--naru-sub);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 10px 26px rgba(125, 116, 104, 0.1);
  color: var(--naru-text);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.feature-cards li:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(125, 116, 104, 0.14);
}
.feature-cards h3 {
  font-size: 1.05rem;
  margin: 0 0 0.65em;
  color: var(--naru-base);
  letter-spacing: 0.04em;
}
.feature-cards p {
  margin: 0;
  line-height: 1.8;
  font-size: 0.92rem;
}
.feature-cards.with-media li {
  padding: 0;
  overflow: hidden;
  border-top: 0;
  border-radius: 12px;
}
.feature-cards.with-media .fc-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--naru-bg-soft);
}
.feature-cards.with-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.feature-cards.with-media li:hover img {
  transform: scale(1.05);
}
.feature-cards.with-media .fc-body {
  padding: 1.3em 1.25em 1.45em;
  border-top: 3px solid var(--naru-sub);
}

.column-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.2rem;
}
.column-list li {
  padding: 1.5em 1.6em;
  border-bottom: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(125, 116, 104, 0.1);
}
.column-list time {
  display: inline-block;
  font-size: 0.85rem;
  color: var(--naru-sub);
  margin-bottom: 0.4em;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.column-list h2 {
  font-size: 1.2rem;
  margin: 0 0 0.55em;
  color: var(--naru-base);
  letter-spacing: 0.04em;
}
.column-list p {
  margin: 0;
  color: var(--naru-text);
  line-height: 1.85;
}

.flow-steps {
  counter-reset: step;
  list-style: none;
  margin: 0 0 1.2em;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.flow-steps li {
  position: relative;
  padding: 1.15em 1.3em 1.15em 3.7em;
  margin-bottom: 0;
  background: #fff;
  color: var(--naru-text);
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(125, 116, 104, 0.1);
}
.flow-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.9em;
  height: 1.9em;
  line-height: 1.9em;
  text-align: center;
  border-radius: 50%;
  background: var(--naru-sub);
  color: var(--naru-on-accent);
  font-weight: 700;
  font-size: 0.9rem;
}

.doctor-flex {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.doctor-flex > img {
  width: 38%;
  max-width: 320px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 8px;
}
.doctor-flex .sign {
  margin-top: 1.25em;
  font-weight: 700;
  text-align: right;
  color: var(--naru-gold);
}

.media-row {
  display: flex;
  gap: 1rem;
  margin: 1em 0 1.5em;
}
.media-row figure {
  margin: 0;
  width: 100%;
  max-width: 360px;
}
.media-row img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.media-row figcaption {
  font-size: 0.85rem;
  text-align: center;
  padding-top: 0.4em;
  color: var(--naru-muted);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5em;
}
.btn-under {
  display: inline-block;
  padding: 0.85em 1.6em;
  background: var(--naru-sub);
  color: var(--naru-on-accent) !important;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 2px solid var(--naru-sub);
  border-radius: 4px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.btn-under:hover {
  background: var(--naru-main);
  color: var(--naru-sub-strong) !important;
  border-color: var(--naru-sub-strong);
}
.btn-under.outline {
  background: var(--naru-main);
  color: var(--naru-sub) !important;
}
.btn-under.outline:hover {
  background: var(--naru-sub);
  color: var(--naru-on-accent) !important;
}

.tel-box {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  color: var(--naru-heading);
}
.tel-box a {
  color: var(--naru-accent-strong);
  text-decoration: none;
}
.tel-box a:hover {
  color: var(--naru-accent);
}

.contact-form .dccontact {
  width: 100%;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.7em;
  border: 1px solid var(--naru-line-soft);
  font: inherit;
  color: var(--naru-text);
  background: var(--naru-main);
}
.contact-form .send button {
  display: inline-block;
  padding: 0.9em 2.4em;
  background: var(--naru-sub);
  color: var(--naru-on-accent);
  border: 0;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.contact-form .send button:hover {
  background: var(--naru-sub-strong);
}
.contact-form .lastcheck {
  margin: 1em 0;
  color: var(--naru-text);
}

.under-body table.company-table th,
.theme-pink .under-body table.company-table th {
  background: var(--naru-sub);
  color: var(--naru-on-accent);
}
.under-body table.dccontact th,
.theme-pink .under-body table.dccontact th {
  background: var(--naru-sub);
  color: var(--naru-on-accent);
  border-color: var(--naru-sub);
}

/* ========== 1周年特設ページ ========== */
.anniversary {
  padding-top: 0;
}
.anni-mv {
  position: relative;
  margin: 0 0 4.5em;
  border-radius: 12px;
  overflow: hidden;
  background: var(--naru-bg-soft);
}
.anni-mv-media img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}
.anni-mv-copy {
  padding: 2rem 1.8rem 2.2rem;
  text-align: center;
}
.anni-label {
  margin: 0 0 0.6em;
  color: var(--naru-sub);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.anni-catch {
  margin: 0 0 0.85em;
  color: var(--naru-sub);
  font-size: clamp(1.45rem, 3.2vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-wrap: balance;
}
.anni-lead {
  margin: 0;
  color: var(--naru-base);
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.anni-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.anni-grid a {
  display: block;
  height: 100%;
  padding: 1.7em 1.45em 1.4em;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(125, 116, 104, 0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}
.anni-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(125, 116, 104, 0.14);
  color: inherit;
}
.anni-tag {
  display: inline-block;
  margin: 0 0 0.85em;
  padding: 0.2em 0.7em;
  background: var(--naru-sub);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  border-radius: 2px;
}
.anni-grid h3 {
  margin: 0 0 0.35em;
  color: var(--naru-base);
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-wrap: balance;
}
.anni-sub {
  margin: 0 0 0.9em;
  color: var(--naru-sub);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.anni-grid p:not(.anni-tag):not(.anni-sub) {
  margin: 0 0 1em;
  color: var(--naru-text);
  font-size: 0.92rem;
  line-height: 1.85;
}
.anni-grid .more {
  color: var(--naru-sub);
  font-size: 0.88rem;
  font-weight: 700;
}
.anni-grid .more::after {
  content: " →";
}
.anni-campaign-card {
  background: #fff;
  padding: 2.2rem 2rem;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(125, 116, 104, 0.1);
  border-top: 3px solid var(--naru-sub);
}
.anni-campaign-label {
  margin: 0 0 0.7em;
  color: var(--naru-sub);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.anni-campaign-card h3 {
  margin: 0 0 1em;
  color: var(--naru-base);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.anni-cta-box {
  text-align: center;
  background: #fff;
  padding: 2.6rem 1.8rem;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(125, 116, 104, 0.1);
}
.anni-cta-box h2 {
  margin: 0 0 0.7em;
  color: var(--naru-sub);
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  letter-spacing: 0.08em;
}
.anni-cta-box > p {
  margin: 0 0 1.4em;
  color: var(--naru-base);
}
.anni-cta-box .btn-row {
  justify-content: center;
}
.anni-tel {
  margin-top: 1.4em !important;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.anni-tel a {
  color: var(--naru-base);
  text-decoration: none;
}
.anni-tel a:hover {
  color: var(--naru-sub);
}

/* ========== トップページ（学習再現） ========== */
body.home {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
}

.top-contents {
  padding-bottom: 6%;
}

.top-sec {
  margin: 6% auto 8%;
}

.top-cta-wrap {
  text-align: center;
  margin: 3% auto 0;
}

/* --- MV --- */
.top-mv {
  position: relative;
  overflow: hidden;
  background: var(--naru-main);
  padding: 3% 0 4%;
}
.top-mv-watermark {
  position: absolute;
  top: 1.5%;
  left: 4%;
  margin: 0;
  font-size: clamp(2.4rem, 7vw, 5.5rem);
  line-height: 1;
  letter-spacing: 0.12em;
  color: rgba(200, 169, 106, 0.12);
  font-weight: 700;
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
}
.top-mv-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 3%;
  align-items: center;
}
.top-mv-copy h1 {
  margin: 0 0 1.2em;
  color: var(--naru-sub);
  font-size: clamp(1.55rem, 3.2vw, 2.45rem);
  line-height: 1.55;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.top-mv-badges {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0 0 1.8em;
  padding: 0;
}
.top-mv-badges li {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  border: 2px solid var(--naru-sub);
  box-shadow: inset 0 0 0 1px rgba(200, 169, 106, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(200, 169, 106, 0.08), transparent 70%);
}
.top-mv-badges span {
  display: block;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--naru-base);
  letter-spacing: 0.04em;
  font-weight: 600;
}
.top-mv-cta a {
  display: inline-block;
  min-width: min(100%, 360px);
  padding: 1em 1.5em;
  text-align: center;
  background: var(--naru-sub);
  color: #fff !important;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(125, 116, 104, 0.12);
  transition: background 0.2s;
}
.top-mv-cta a:hover {
  background: var(--naru-sub-strong);
  color: #fff !important;
}
.top-mv-visual {
  position: relative;
}
.top-mv-slider,
.top-mv-slider li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-mv-slider img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
}
.top-mv-vertical {
  position: absolute;
  right: -1.6rem;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  letter-spacing: 0.35em;
  font-size: 0.72rem;
  color: var(--naru-base);
  margin: 0;
  opacity: 0.75;
}

/* MV23 全幅・レスポンシブ */
body.home #primary.site-content,
body.home #content,
body.home section.main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  float: none;
}

/* MV23 オーバーレイ */
section.mv23 {
  position: relative;
}
section.mv23 .mv23-overlay {
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
}
section.mv23 .mv23-overlay a {
  pointer-events: auto;
}
section.mv23 .mv23-watermark {
  position: absolute;
  top: 1.5%;
  left: 4%;
  width: 100%;
  margin: 0;
  font-size: clamp(3.2rem, 8.5vw, 7.5rem);
  line-height: 1;
  letter-spacing: 0.12em;
  color: rgba(200, 169, 106, 0.14);
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
  box-sizing: border-box;
}
section.mv23 .mv23-vertical {
  position: absolute;
  right: clamp(0.8rem, 2vw, 1.6rem);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.35em;
  font-size: clamp(0.82rem, 1.3vw, 0.95rem);
  color: var(--naru-base);
  opacity: 0.85;
  font-weight: 600;
  pointer-events: none;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.95), 0 0 8px rgba(255, 255, 255, 0.75);
}
section.mv23 .mv23-inner {
  position: absolute;
  left: clamp(1rem, 4vw, 3.5rem);
  top: 50%;
  transform: translateY(-50%);
  width: 58%;
  max-width: none;
}
section.mv23 .mv23-copy {
  margin: 0 0 0.3em;
  color: rgb(154 125 74);
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  line-height: 1.2;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-shadow: rgb(255 229 184 / 80%) 2px 2px 10px;
}
section.mv23 .mv23-copy-line {
  display: block;
  font-weight: 100;
}
section.mv23 .mv23-gold {
  color: var(--naru-sub);
  font-weight: 700;
  font-size: 140%;
}
section.mv23 .mv23-badges {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.85rem, 1.8vw, 1.5rem);
  list-style: none;
  margin: 0 0 1.6em;
  padding: 0;
}
section.mv23 .mv23-badges li {
  width: clamp(7rem, 14vw, 10rem);
  height: clamp(7rem, 14vw, 10rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("/wp-content/uploads/2026/08/mv_catch_bg.png") center / contain no-repeat;
}
section.mv23 .mv23-badges span {
  display: block;
  font-size: clamp(0.82rem, 1.55vw, 1.1rem);
  line-height: 1.45;
  color: var(--naru-base);
  letter-spacing: 0.02em;
  font-weight: 600;
}
section.mv23 .mv23-cta {
  position: static;
  margin: 0;
  transform: none;
  writing-mode: horizontal-tb;
}
section.mv23 .mv23-cta a {
  display: block;
  width: min(80%, 620px);
  padding: 15px 30px;
  background: var(--naru-sub);
  color: var(--naru-on-accent) !important;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(125, 116, 104, 0.18);
  transition: background 0.2s, color 0.2s;
}
section.mv23 .mv23-cta a:hover {
  background: var(--naru-sub-strong);
  color: var(--naru-on-accent) !important;
  opacity: 1;
}

.top-mv .bx-wrapper {
  box-shadow: none;
  border: 0;
  background: transparent;
  margin-bottom: 0;
}

/* --- Reason points --- */
.reason-item {
  position: relative;
  container-type: inline-size;
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 0 2rem;
  align-items: center;
  margin: 0 0 7%;
  padding-top: 4rem;
}
.reason-item.reverse {
  grid-template-columns: 0.95fr 1.15fr;
}
.reason-item.reverse .reason-media {
  grid-column: 2;
}
.reason-num {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: var(--naru-sub);
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 600;
  z-index: 2;
}
.reason-num strong {
  font-size: clamp(2.4rem, 5vw, 3rem);
  font-weight: 700;
  margin-left: 0.15em;
}
.reason-item.reverse .reason-num {
  left: auto;
  right: 0;
}
.reason-media {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  padding: 0 0 0 1.2rem;
}
.reason-frame {
  position: absolute;
  left: 0;
  bottom: -0.8rem;
  width: 88%;
  height: 88%;
  background: #E8DFD0;
  border-radius: 8px;
  z-index: 0;
}
.reason-item.reverse .reason-media {
  padding: 0 1.2rem 0 0;
}
.reason-item.reverse .reason-frame {
  left: auto;
  right: 0;
}
.reason-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 8px;
}
.reason-card {
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 2;
  transform: translateY(calc(-50% + 2rem));
  width: 100%;
  max-width: 520px;
  max-height: calc(100% - 4rem);
  overflow: visible;
  box-sizing: border-box;
  background: #fff;
  padding: 2.2rem 2rem;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(125, 116, 104, 0.1);
  text-align: center;
}
.reason-item.reverse .reason-card {
  right: auto;
  left: 10%;
}
.reason-card h3 {
  margin: 0 0 1rem;
  color: var(--naru-base);
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.reason-card h3::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 1px;
  margin: 0.9rem auto 0;
  background: var(--naru-sub);
}
.reason-card p {
  margin: 0;
  color: var(--naru-base);
  font-size: clamp(0.85rem, 1.5vw, 0.95rem);
  line-height: 1.85;
  text-align: left;
}

/* 画面縮小時：カードを下寄せ＋余白・文字サイズを詰めて画像高さ内に収める */
@container (max-width: 1100px) {
  .reason-card {
    top: auto;
    bottom: 0;
    transform: none;
    padding: 1.5rem 1.4rem;
  }
  .reason-card h3 {
    margin-bottom: 0.65rem;
    font-size: clamp(0.95rem, 1.5vw, 1.15rem);
    line-height: 1.5;
  }
  .reason-card h3::after {
    margin-top: 0.55rem;
  }
  .reason-card p {
    line-height: 1.7;
    font-size: clamp(0.82rem, 1.4vw, 0.88rem);
  }
}

@container (max-width: 950px) {
  .reason-card {
    padding: 1.15rem 1.15rem;
  }
  .reason-card h3 {
    margin-bottom: 0.5rem;
    line-height: 1.45;
  }
  .reason-card h3::after {
    width: 2.6rem;
    margin-top: 0.4rem;
  }
  .reason-card p {
    line-height: 1.6;
    font-size: 0.82rem;
  }
}

/* --- Greeting --- */
.greeting-flex {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 2.5rem;
  align-items: start;
}
.greeting-photo {
  margin: 0;
}
.greeting-photo img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: top center;
  border-radius: 6px;
}
.greeting-name {
  margin: 0.85rem 0 0;
  text-align: center;
  font-weight: 700;
  color: var(--naru-sub);
  letter-spacing: 0.1em;
  font-size: 0.95rem;
}
.greeting-body {
  color: var(--naru-base);
  line-height: 2;
  font-size: 0.98rem;
}
.greeting-body p {
  margin: 0 0 1.1em;
}
.greeting-key {
  font-weight: 700;
  color: var(--naru-sub-strong);
}
.greeting-values {
  margin: 0 0 1.3em;
  padding: 1rem 1.2rem 1rem 1.4rem;
  list-style: none;
  background: var(--naru-accent-soft);
  border-left: 3px solid var(--naru-sub);
}
.greeting-values li {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.9;
  font-weight: 700;
  color: var(--naru-base);
}
.greeting-values li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: var(--naru-sub);
}
.greeting-quote {
  margin: 0 0 1.1em;
  padding-left: 0.2em;
  font-weight: 700;
  color: var(--naru-sub-strong);
  letter-spacing: 0.04em;
}
.greeting-more {
  margin: 0.2em 0 1.5em;
  border-top: 1px solid var(--naru-line-soft);
  border-bottom: 1px solid var(--naru-line-soft);
}
.greeting-more summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  padding: 0.85em 0;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--naru-sub);
}
.greeting-more summary::-webkit-details-marker {
  display: none;
}
.greeting-more summary:hover {
  color: var(--naru-sub-strong);
}
.greeting-more summary:hover::after {
  border-color: var(--naru-sub-strong);
}
.greeting-more summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid var(--naru-sub);
  border-radius: 50%;
  font-size: 0.85em;
  line-height: 1;
}
.greeting-more[open] summary::after {
  content: "−";
}
.greeting-more-open {
  display: none;
}
.greeting-more[open] .greeting-more-closed {
  display: none;
}
.greeting-more[open] .greeting-more-open {
  display: inline;
}
.greeting-more-inner {
  padding: 0.4em 0 1.1em;
}
.greeting-vision {
  margin: 0 !important;
  font-weight: 700;
  color: var(--naru-sub-strong);
  letter-spacing: 0.04em;
}
.greeting-sign {
  margin-top: 1.8em !important;
  text-align: right;
  font-weight: 700;
  color: var(--naru-sub);
  letter-spacing: 0.06em;
}

/* --- Concerns --- */
.concern-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.concern-grid li {
  display: flex;
}
.concern-grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.concern-grid a:hover {
  opacity: 0.82;
  color: inherit;
}
.concern-grid img {
  display: block;
  width: clamp(160px, 18vw, 240px);
  height: clamp(160px, 18vw, 240px);
  object-fit: contain;
  margin: 0 auto 1.2rem;
}
.concern-grid h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  margin: 0 0 0.65em;
  color: var(--naru-base);
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-wrap: balance;
  line-break: strict;
}
.concern-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6em;
  color: var(--naru-sub);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-wrap: balance;
  line-break: strict;
}
.concern-grid span::after {
  content: " →";
}

/* --- Access --- */
.access-card {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 2rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(125, 116, 104, 0.1);
  padding: 2rem;
}
.access-info dl {
  margin: 0 0 1.2rem;
}
.access-info dl > div {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--naru-line-soft);
}
.access-info dt {
  margin: 0;
  color: var(--naru-sub);
  font-size: 1.1rem;
  text-align: center;
}
.access-info dd {
  margin: 0;
  color: var(--naru-base);
  line-height: 1.7;
}
.access-info dd a {
  color: var(--naru-base);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.15rem;
}
.access-hours {
  margin-top: 0.5rem;
}
.access-notes {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  color: var(--naru-base);
  font-size: 0.86rem;
  line-height: 1.8;
}
.access-notes li {
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--naru-line-soft);
}
.access-map iframe {
  display: block;
  width: 100%;
  height: 280px;
  border-radius: 12px;
}
.access-map-btn {
  display: block !important;
  width: 100%;
  margin-top: 0.9rem;
  text-align: center;
  box-sizing: border-box;
}

/* ========== レスポンシブ（1000px / 700px） ========== */
@media screen and (max-width: 1000px) {
  /* 記念ページ */
  .anni-grid {
    grid-template-columns: 1fr;
  }
  .anni-mv-media img {
    max-height: 280px;
  }

  /* MV23 */
  section.mv23 .mv23-inner {
    width: 65%;
    left: clamp(0.8rem, 3vw, 2rem);
  }
  section.mv23 .mv23-watermark {
    width: 85%;
    left: 4%;
    font-size: clamp(2rem, 7.5vw, 3.8rem);
    letter-spacing: 0.1em;
  }
  section.mv23 .mv23-overlay {
    padding-top: 1.25rem;
    box-sizing: border-box;
  }

  /* 下層・トップ共通 */
  .worry-grid,
  .gallery,
  .feature-cards,
  .media-duo,
  .media-trio {
    grid-template-columns: 1fr 1fr;
  }
  .gallery.cols-4,
  .feature-cards.cols-4 {
    grid-template-columns: 1fr 1fr;
  }
  .under-split,
  .under-split.reverse,
  .under-intro {
    grid-template-columns: 1fr;
  }
  .under-split.reverse .under-media,
  .under-split.reverse .under-card {
    order: initial;
  }
  .under-card {
    padding: 1.5rem 1.3rem;
  }
  .doctor-flex {
    flex-direction: column;
  }
  .doctor-flex > img {
    width: 100%;
    max-width: none;
    max-height: 360px;
  }

  .top-mv-inner,
  .reason-item,
  .reason-item.reverse,
  .greeting-flex,
  .access-card {
    grid-template-columns: 1fr;
  }
  .greeting-photo {
    max-width: 360px;
    margin: 0 auto;
  }
  .greeting-values {
    padding: 0.85rem 1rem 0.85rem 1.15rem;
  }
  section.footer2 .footer-access.access-card {
    grid-template-columns: 1fr;
    padding: 1.5rem 1.2rem;
    gap: 1.5rem;
  }
  section.footer2 .access-map iframe {
    height: 240px;
  }
  .reason-media,
  .reason-item.reverse .reason-media {
    grid-column: auto;
    grid-row: auto;
  }
  .reason-card,
  .reason-item.reverse .reason-card {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    transform: none;
    width: auto;
    max-width: none;
    max-height: none;
    overflow: visible;
    margin: -1.5rem 0.8rem 0;
    padding: 2rem 1.5rem;
  }
  .reason-card h3 {
    margin-bottom: 1rem;
    font-size: clamp(1rem, 1.7vw, 1.35rem);
    line-height: 1.6;
  }
  .reason-card h3::after {
    width: 3.2rem;
    margin-top: 0.9rem;
  }
  .reason-card p {
    line-height: 1.85;
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
  }
  .reason-item.reverse .reason-num {
    left: 0;
    right: auto;
  }
  .top-mv-vertical {
    display: none;
  }
  .concern-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 700px) {
  /* MV23 */
  section.mv23 {
    aspect-ratio: none;
    min-height: 25rem;
  }
  section.mv23 .mv23-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 5rem 5% 1.25rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  section.mv23 .mv23-watermark {
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    margin: 0 0 0.5rem;
    font-size: clamp(1.75rem, 7.5vw, 2.8rem);
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  section.mv23 .mv23-vertical {
    top: 5.25rem;
    right: 0.35rem;
    transform: none;
    font-size: clamp(0.52rem, 2vw, 0.65rem);
    letter-spacing: 0.18em;
  }
  section.mv23 .mv23-inner {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: none;
    padding-right: 1.4rem;
  }
  section.mv23 .mv23-copy {
    font-size: clamp(1.15rem, 4.8vw, 1.5rem);
    margin-bottom: 0.75em;
    line-height: 1.5;
  }
  section.mv23 .mv23-badges {
    gap: 0.5rem;
    margin-bottom: 1em;
  }
  section.mv23 .mv23-badges li {
    width: clamp(4.2rem, 22vw, 5.5rem);
    height: clamp(4.2rem, 22vw, 5.5rem);
  }
  section.mv23 .mv23-badges span {
    font-size: clamp(0.52rem, 2.4vw, 0.62rem);
    line-height: 1.35;
  }
  section.mv23 .mv23-cta a {
    width: 100%;
    font-size: 0.78rem;
    padding: 0.85em 0.75em;
    white-space: normal;
  }

  /* 下層・トップ・フッター */
  .worry-grid,
  .gallery,
  .feature-cards,
  .media-duo,
  .media-trio,
  .gallery.cols-4,
  .feature-cards.cols-4,
  .feature-cards.cols-2 {
    grid-template-columns: 1fr;
  }
  section.page-head .title {
    font-size: 28px;
  }
  section.page-head .title span {
    font-size: 18px;
  }
  .price-table th {
    width: 45%;
  }

  .top-mv-badges {
    gap: 0.55rem;
  }
  .top-mv-badges li {
    width: 5.2rem;
    height: 5.2rem;
  }
  .top-mv-badges span {
    font-size: 0.62rem;
  }
  .concern-grid {
    grid-template-columns: 1fr;
  }
  .access-card {
    padding: 1.2rem;
  }
  section.footer2 {
    padding: 2.5rem 0 2rem;
  }
  section.footer2 .footer2-inner {
    width: 92%;
  }
  section.footer2 .footer-access.access-card {
    padding: 1.2rem 1rem;
  }
  section.footer2 .access-info dl > div {
    grid-template-columns: 2rem 1fr;
    gap: 0.65rem;
  }
  section.footer2 .access-info dt {
    width: 2rem;
    height: 2rem;
    font-size: 0.85rem;
  }
  section.footer2 .access-map iframe {
    height: 220px;
  }
  section.footer2 ul.f-sitemap li a {
    padding: 0.35rem 0.5rem;
    font-size: 0.78rem;
  }
}