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

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

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

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

---------- Examples

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

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

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

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

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

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

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


/* =Reset
-------------------------------------------------------------- */

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

html{
	overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

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

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

ol, ul{
	list-style:none;
}


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

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

caption, th{
	text-align: left;
}

a:focus {
	outline:none;
}

.clear:after,
.back-tree::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:#1a1a1a;
}
a:hover {
	color:#0a4705;
}
body {
	overflow:hidden;
	background: url(/wp-content/uploads/2026/07/back.webp)repeat-y center / 100%;
}
div, a, p, h1, h2, h3, h4, h5, h6, span, th, td, li, time, footer, button, label, strong, em, b{
	color: #1a1a1a;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	font-weight: 300;
}
.script {font-family: "Imperial Script", cursive;}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
.grecaptcha-badge {
    position: absolute;
    z-index: -100;
    visibility: hidden;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
}
section[class^="index_"]{
}
.width {
	width:80%;
	max-width:1200px;
	margin:0 auto;
}
p, .p {
	margin-bottom:10px;
	letter-spacing:1px;	
}
section a, section span, section b, section strong {
	font-size:100%;
	font-weight: inherit;
	color: inherit;
}
.mt10 {margin-top:10%!important;}
.mt8 {margin-top:8%!important;}
.mt5 {margin-top:5%!important;}
.mt3 {margin-top:3%!important;}
.mt0 {margin-top:0%!important;}
.mb0 {margin-bottom:0%!important;}
.mb3 {margin-bottom:3%!important;}
.mb5 {margin-bottom:5%!important;}
.mb8 {margin-bottom:8%!important;}
.mb10 {margin-bottom:10%!important;}

div.float {
    margin: 3% auto;
}
.float p.floatr {
    float: right;
    margin: 0 0 10px 3%;
    width: 47%;
    position: relative;
    z-index: 1;
}
.float p.floatl {
    float: left;
    margin: 0 3% 10px 0;
    width: 47%;
	position: relative;
    z-index: 1;
}

.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;
}
span.b400 {
	font-weight:400;
}
span.b500 {
	font-weight:500;
}
span.big{
	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%);
}
.green {color:#084802!important;}
.blue {color:#297d8d!important;}
.purple {color:#7c3e96!important;}
.pink {color:#e4487f!important;}
.red {color:#c61515!important;}
.yellow {color: #8d8d28!important;}

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

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

.fadein{
	opacity:0;
	-webkit-transition : all 3s;
	-o-transition : all 3s;
	transition : all 3s;
}
.downup .fadein {
	opacity : 0;
	-webkit-transform : translate(0, 50px);
	    -ms-transform : translate(0, 50px);
	        transform : translate(0, 50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.updown .fadein {
	opacity : 0;
	-webkit-transform : translate(0, -50px);
	    -ms-transform : translate(0, -50px);
	        transform : translate(0, -50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinrl .fadein {
	opacity : 0;
	-webkit-transform : translate(80px, 0);
	    -ms-transform : translate(80px, 0);
	        transform : translate(80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinlr .fadein {
	opacity : 0;
	-webkit-transform : translate(-80px, 0);
	    -ms-transform : translate(-80px, 0);
	        transform : translate(-80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	-webkit-transform : translate(0, 0);
	    -ms-transform : translate(0, 0);
	        transform : translate(0, 0);
}

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

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

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

header.top hgroup {
    display: none;
}
.menu1 nav > ul {
    background: #084802;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 300px;
}
.menu1 nav > ul > li {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.menu1 nav > ul > li > a {
    display: block;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
}
.menu1 nav > ul > li > a:hover {
    color: #edfc81;
}
.menu1 li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    text-align: center;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-top:-10px;
    min-width: 100%;
}
.menu1 li ul::before {
    content:"";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0px;
    left: 0;
    background: #084802;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	z-index: -1;
}
.menu1 li li {
    display: block;
}
.menu1 li li a {
    padding: 10px;
    color:#fff;
    display: block;
}
.menu1 li:hover ul {
    height: auto;
    opacity: 1;
    padding: 10px 0;
}
.menu1 li:hover ul::before {
    height:100%;
}
.menu1 li li a:hover {
	color:#edfc81;
}
.menur {
    display: none;
}
ul.cta1 {
    position: fixed;
    z-index: 30;
    right: 5px;
    top: 5px;
    background: #e3e323;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.cta1 li:nth-child(1) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
ul.cta1 li:nth-child(1) a img {
    width: 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 10px;
}
ul.cta1 li:nth-child(1) a span {
    font-size: 30px;
    font-weight: 400;
    color: #084802;
    line-height: 0.6;
}
ul.cta1 li:nth-child(1) a:hover span {
    color: #e63c3c;
}
ul.cta1 li:nth-child(2) a {
    display: block;
    background: #084802;
    border-radius: 50%;
    padding: 5px;
    margin-right: 10px;
}
ul.cta1 li:nth-child(2) a:hover {
    background: #e63c3c;
}
ul.cta1 li:nth-child(2) a img {
    width: 30px;
}
ul.cta1 li:nth-child(2) a span {
    display: none;
}

section.footer {
    text-align: center;
}
p.f-logo {
    width: 40%;
    margin: 0 auto 5%;
    max-width: 300px;
}
table.time-table {
    border-collapse: separate;
    border-spacing: 1px;
}
table.time-table th {
    width: 250px;
    background: #084802;
    text-align: center;
    position: relative;
    padding: 10px 0;
    color: #fff;
}
table.time-table th span {
    display: block;
    font-size: 80%;
    color: #fff;
}
table.time-table tr:first-child th {
    height: 50px;
    overflow: hidden;
}
table.time-table tr:first-child th::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 1px;
    background: #ffffff;
    left: -10%;
    top: 50%;
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
}
table.time-table tr:first-child th span {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 90%;
}
table.time-table tr:first-child th span:nth-child(2) {
    left: 10px;
    bottom: 5px;
    top: auto;
    right: auto;
}
table.time-table td {
    text-align: center;
    background: #e3f0e2;
    vertical-align: middle;
}
table.time-table tr:first-child td {
    background: #084802;
    color: #fff;
}
ul.f-sitemap {
    background: #084802;
    text-align: center;
}
ul.f-sitemap li {
    display: inline-block;
}
ul.f-sitemap li a {
    display: block;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
}
ul.f-sitemap li a:hover {
    color: #edfc81;
}
.map {
    border-bottom: 3px solid #084802;
}
.map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 300px;
    display: block;
}
footer#colophon {
    padding: 5% 0;
    text-align: center;
    color:#084802;
    font-size: 14px;
}



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

.ttl1 {
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 25px;
    padding: 3% 0;
    margin-bottom: 3%;
}
.ttl1 span.script {
    display: block;
    font-size: 120px;
    line-height: 0.9;
    color: #ddd;
}
.ttl2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.ttl3 {
    font-size: 30px;
    margin: 8% auto 3%;
    color: #297d8d;
}
.ttl3 span.script {
    display: block;
    font-size: 150px;
    color: #ddd;
    line-height: 0.3;
}
.ttl4 {
    font-size: 23px;
    font-weight: 500;
    color:#084802;
    margin-bottom: 3%;
}
.ttl5 {
    text-align: center;
    position: relative;
    font-size: 25px;
    margin: 8% auto 5%;
}
.ttl5::before {
	content:"";
	width: 180px;
	height: 180px;
	position: absolute;
	background: #edfc81;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ttl5.t5-color1::before {
	background: #b5d7df;
}
.ttl5.t5-color2::before {
	background: #e0d2e6;
}
.ttl5.t5-color3::before {
	background: #f5dec9;
}
.ttl5 span {
    display: block;
    font-size: 100px;
    color: #fff;
    -webkit-filter: drop-shadow(2px 4px 4px #0000009c);
            filter: drop-shadow(2px 4px 4px #0000009c);
}
.ttl6 {
    font-size: 25px;
    background: linear-gradient(45deg, #084802, transparent);
    color: #fff;
    padding: 5px 100px 5px 8px;
    margin: 5% auto 3%;
    position: relative;
}


section.bread {
    margin-bottom: 5%;
    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:#084802;
}

section.cta {
    background: url(/wp-content/uploads/2026/07/back_clover.webp)repeat-x center bottom -1px / 40%;
    padding-bottom: 4%;
    margin: 3% auto;
    border-bottom: 5px solid #619f38;
}
section.cta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
section.cta ul li {
    width: 48%;
}
section.cta ul li a {
    display: block;
    background: #fff;
    border: 1px solid #084802;
    text-align: center;
    padding: 70px 0  3%;
    border-radius: 15px;
}
section.cta ul li a:hover {
    background:#084802;
}
section.cta ul li:nth-child(2) a {
    border-color:#297d8d;
}
section.cta ul li:nth-child(2) a:hover {
    background:#297d8d;
}
section.cta ul li a span:nth-child(1) {
    display: block;
    color: #ddd;
    font-size: 120px;
    line-height: 0;
}
section.cta ul li a span:nth-child(2) {
    display: block;
    font-weight: 500;
    color:#084802;
    margin: 0 auto 3%;
    font-size: 20px;
}
section.cta ul li:nth-child(2) a span:nth-child(2) {
    color:#297d8d;
}
section.cta ul li a span:nth-child(3) {
    display: block;
    font-size: 15px;
}
section.cta ul li a span.btn {
    display: block;
    background:#084802;
    color: #fff;
    width: 80%;
    margin: 3% auto 0;
    border-radius: 50px;
    padding: 10px 20px;
    position: relative;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-right: 40px;
}
section.cta ul li:nth-child(2) a span.btn {
    background:#297d8d;
}
section.cta ul li a span:nth-child(3) br, section.cta ul li a span.btn br {
	display:none;
}
section.cta ul li a span.btn::before {
    content:"";
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}
section.cta ul li a span.btn::after {
    content:"";
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 3px solid #084802;
    border-right: 3px solid #084802;
    right: 18px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
section.cta ul li:nth-child(2) a span.btn::after {
    border-color:#297d8d;
}
section.cta ul li a:hover span {
    color:#fff!important;
}
section.cta ul li a:hover span.script {
    color:#286f24!important;
}
section.cta ul li:nth-child(2) a:hover span.script {
    color:#5ea2af!important;
}
section.cta ul li a:hover span.btn {
    background:#fff;
    color:#084802!important;
}
section.cta ul li:nth-child(2) a:hover span.btn {
    color:#297d8d!important;
}
section.cta ul li a:hover span.btn::before {
    background:#084802;
}
section.cta ul li:nth-child(2) a:hover span.btn::before {
    background:#297d8d;
}
section.cta ul li a:hover span.btn::after {
    border-color:#fff;
}

p.link1 {
    margin: 3% auto;
    text-align: center;
}
p.link1 a {
    display: block;
    color: #fff;
    background: #084802;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 50px;
}
p.link1 a:hover {
    background: #297d8d;
}
p.link2 {
    margin: 3% auto;
}
p.link2 a {
    display: block;
    background: #e3e224;
    text-align: right;
    padding: 13px 20px;
    font-weight: 400;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
p.link2 a:hover {
    background: #c61515;
    color:#fff;
}

p.key1 {
    text-align: center;
    background: #fbfbd8;
    padding: 10px;
    margin: 3% auto;
    font-weight: 400;
}
p.sp-block {
	display:none;
}


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

section.main h1 {
    position: relative;
    margin-bottom: 5%;
}
section.main h1 > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-animation: mvFade 16s infinite;
            animation: mvFade 16s infinite;
}
section.main h1 > img:first-child {
    position: relative;
    opacity: 1;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
section.main h1 > img:nth-child(2) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
}
section.main h1 > img:nth-child(3) {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
}
section.main h1 > img:nth-child(4) {
    -webkit-animation-delay: 12s;
            animation-delay: 12s;
}
@-webkit-keyframes mvFade {
    0% {
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    37% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes mvFade {
    0% {
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    37% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
section.main h1 span {
    width: 40%;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-filter: drop-shadow(2px 4px 6px black);
            filter: drop-shadow(2px 4px 6px black);
}

ul.h-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5% auto;
}
ul.h-cta li {
    width: 32%;
}
ul.h-cta li a {
    display: block;
    position: relative;
    text-align: center;
    padding: 30px 0 15px;
    overflow: hidden;
    border-radius: 20px;
}
ul.h-cta li a span:nth-child(1) {
    display: block;
    position: relative;
    font-weight: 400;
}
ul.h-cta li a span:nth-child(2) {
    display: block;
    color: #fff;
    font-size: 90px;
    margin: -50px auto -10px;
}
ul.h-cta li a span.btn {
    display: block;
    background: #297d8d;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    border-radius: 50px;
    padding: 5px 0;
    font-size: 15px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}
ul.h-cta li:nth-child(2) a span.btn {
    background: #8d8d28;
}
ul.h-cta li:nth-child(3) a span.btn {
    background: #084802;
}
ul.h-cta li a img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    z-index: -1;
}
ul.h-cta li a:hover span.btn {
    background: #fff;
    color:#1a1a1a;
}

section.b-green {
    background: #084802;
    padding: 2% 3%;
}
section.b-green .ttl1, section.b-green .ttl1 span {
    color: #fff;
}
ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.menu > li {
    width: 32%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
ul.menu > li h3 {
    position: relative;
    overflow: hidden;
    z-index: 3;
}
ul.menu > li h3 span {
    color: #fff;
    font-size: 100px;
    text-align: center;
    display: block;
    padding: 10% 0;
}
ul.menu > li h3 img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    z-index: -1;
}
ul.menu > li div {
    padding: 3%;
}
ul.menu > li div p:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: normal;
    margin: 0;
}
ul.menu-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
ul.menu-img > li {
    width: 50%;
    background: url(/wp-content/uploads/2026/07/handmade1.jpg)no-repeat center / cover;
    padding: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
ul.menu-img > li:nth-child(2) {
    background: url(/wp-content/uploads/2026/07/item.jpg)no-repeat center / cover;
}
ul.menu-img > li div {
    background: #ffffffc4;
    padding: 3%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
}
ul.menu-img > li div p {
    font-weight: 400;
}
ul.menu-img > li div .link1 {
    margin: auto auto 0;
    padding-top: 3%;
    font-weight: 300;
}
ul.m-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3%;
}
ul.m-img li {
    width: 24%;
    position: relative;
    padding-top: 24%;
    border-radius: 20px;
    overflow: hidden;
}
ul.m-img li img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
}
section.t-concept {
    background: #fff url(/wp-content/uploads/2026/07/drop.webp)no-repeat right bottom / contain;
    padding: 8% 0 5%;
    margin-bottom: 100px;
    position: relative;
}
section.t-concept::before {
	content:"";
	position: absolute;
	width: 100%;
	height: 100px;
	top: 100%;
	left: 0;
	background: linear-gradient(0deg, transparent, white);
}

ul.txt-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.txt-line li {
    width: 48%;
    margin-bottom: 4%;
}
ul.txt-line li div {
    padding: 3% 0 1% 3%;
    border-left: 1px solid;
}
ul.top-faq {}
ul.top-faq li {
    margin-bottom: 2%;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
}
ul.top-faq li input {
    display: none;
}
label.qa-btn {
    display: block;
    position: relative;
    font-size: 17px;
    padding: 20px 10px 20px 60px;
    cursor: pointer;
}
label.qa-btn span {
    position: absolute;
    left: 20px;
    top: 17px;
    font-size: 120%;
}
label.qa-btn:hover {
    background: #084802;
    color: #fff;
}
label.qa-btn:hover span {
	color: #fff;
}
.show-a {
    width: 100%;
    padding: 0 10px 0 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
}
.show-a p:last-child {
	margin-bottom:0;
}
.show-a p:first-child span:first-child {
    position: absolute;
    left: 20px;
    top: -5px;
    font-size: 130%;
}
ul.top-faq li input:checked ~ .show-a {
    height: auto;
    opacity: 1;
    padding: 0px 10px 20px 60px;
    overflow: visible;
}

section.coupon {
    margin: 8% auto;
    padding: 0 3%;
}
section.coupon .cou-ttl {
    background: url(/wp-content/uploads/2026/07/back2.webp)no-repeat center / cover;
    padding: 3% 3% 1px;
    margin-bottom: 3%;
}
section.coupon .cou-ttl .script {
    color: #8d8d28;
}
section.coupon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
section.coupon ul li {
    width: 48%;
    margin-bottom: 4%;
}


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





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

section.page-head {
    position: relative;
    padding: 8% 0 5%;
    overflow: hidden;
    border-bottom: 3px solid #084802;
}
section.page-head h1, section.page-head .title {
    font-size: 30px;
    -webkit-filter: drop-shadow(2px 4px 1px #fff);
    filter: drop-shadow(2px 4px 1px #fff);
}
section.page-head p:nth-child(2) {
    -webkit-filter: drop-shadow(2px 4px 1px #fff);
    filter: drop-shadow(2px 4px 1px #fff);
    text-transform: capitalize;
    font-size: 130px;
    margin: 0;
    color: #084802;
}
.ph-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ph-img img {}

.back-tree {
    border: 1px solid #084802;
    padding: 5% 3% 3%;
    background: #ffffff6e url(/wp-content/uploads/2026/07/back_glass2.webp) no-repeat right top / 50%;
}
.back-tree::before {
    content: "";
    width: 43%;
    display: block;
    aspect-ratio: 2467 / 1598;
    float: right;
    margin: -5% -3% 0 0;
}

ul.menu-link, ul.img-txt, ul.img-txt3, ul.img-txt4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.menu-link li {
    width: 24%;
}
ul.menu-link li a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
ul.menu-link li a div, ul.img-txt li div {
    position: relative;
}
ul.menu-link li a div img, ul.img-txt li div img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: 0;
}
ul.menu-link li a:hover div img {
    opacity:0.8;
}
ul.menu-link li a div span, ul.img-txt li div span {
    z-index: 1;
    color: #fff;
    font-size: 70px;
    text-align: center;
    display: block;
    padding: 15% 0;
    position: relative;
}
ul.menu-link li a p {
    margin: 0;
    text-align: center;
    background: #084802;
    color: #fff;
    padding: 10px 0;
}
ul.menu-link li.ml-contact a p {
	background: #e3e323;
	color: #1a1a1a;
}
ul.menu-link li a:hover p {
    background: #297d8d;
	color: #fff;
}
ul.img-txt li {
	width: 32%;
}
ul.img-txt li p.it-ttl {
    margin: 0;
    text-align: center;
    background: #fff;
    padding: 10px 0;
}
ul.img-txt4 li {
    width: 24%;
}
ul.img-txt3 li {
    width: 32%;
}
p.wauto-img img {
    width: auto;
    max-width: 100%;
}

table.price, table.price-kitsuke {
    background: #fff;
    border: 1px solid #084802;
}
table.price th, table.price-kitsuke th {
    padding: 10px;
    border-bottom: 1px solid #084802;
    font-weight: 400;
}
table.price td, table.price-kitsuke td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #084802;
    border-left: 1px solid #084802;
}
table.price th > span, table.price td > span,
table.price-kitsuke th > span, table.price-kitsuke td > span {
    display: block;
}
table.price span.tps1, table.price-kitsuke span.tps1 {
    font-size: 90%;
    font-weight: 300;
}
table.price span.tps2, table.price-kitsuke span.tps2 {
    font-size: 90%;
    font-weight: 400;
    color:#084802;
}
table.price span.tps3, table.price-kitsuke span.tps3 {
    font-size: 90%;
    font-weight: 400;
    color:#c61515;
}
table.price.tp-col3 td:last-child {
    background: #fbfbd8;
    vertical-align: top;
}
tr.tp-head th, tr.tp-head td {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
}
table.price.tp-col3 tr.tp-head td:nth-of-type(2) {
    color: #8d8d28;
}
table.price.tp-col3a tr.tp-head td:nth-of-type(2) {
    color: #c61515;
}
table.price.tp-col3a td:last-child {
    background: #ffecec;
}
tr.tp-ttl1 th {
	background:#b2ccb0;
	font-size: 18px;
}

.box1 {
    margin: 10% auto;
    padding: 3%;
    background: #ffffff73;
    border: 1px solid #084802;
    position: relative;
    border-top: unset;
}
.box1::before {
    content:"";
    height: 1px;
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    background: #084802;
}
.box1 .b1-ttl {
    position: absolute;
    top: -70px;
    margin: 0;
    font-size: 100px;
    color: #e3e323;
    right: 0;
    width: 40%;
    text-align: center;
}
.box1 .ttl4 {
    border-bottom: 1px solid #084802;
    padding-bottom: 2%;
}


ul.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
ul.product > li {
    width: calc(94% / 4);
    margin-right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    margin-bottom: 3%;
}
ul.product > li:nth-child(4n),ul.product > li:last-child {
    margin-right: 0;
}
.lip-ttl {
    text-align: center;
    font-weight: 500;
    background: #297d8d;
    color: #fff;
    padding: 10px 0;
}
ul.lip-hm .lip-ttl {
	background: #ffeeb2;
	color: #1a1a1a;
	font-weight: 400;
}
p.price-normal {
    text-align: center;
    background: #fff;
    font-size: 15px;
    padding: 5px 0;
}
p.price-special {
    background: #c61515;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 5px 0;
    font-weight: 400;
}
p.price-special span {
    position: absolute;
    background: #e3e323;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding-top: 7px;
    color: #1a1a1a;
    left: -20px;
    top: -8px;
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #c61515;
}
.popup-check{
    display:none;
}
.popup-open{
    display:inline-block;
    cursor:pointer;
    color:#084802;
    margin-top: auto;
    text-align: center;
    border: 1px solid #084802;
    font-weight: 400;
    padding: 10px 0;
    position: relative;
}
.popup-open::before {
	content:"";
	height: 100%;
	width: 0;
	background: #e3e224;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	z-index: -1;
}
.popup-open:hover::before {
	width: 100%;
}
label.popup-open.wtt-ppuo {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 20px;
    border: unset;
    background: #084802;
    color: #fff;
    margin-top: 10px;
    border-radius: 50px;
}
label.popup-open.wtt-ppuo::before {
    display: none;
}
label.popup-open.wtt-ppuo::after {
    content: "\02192";
    padding-left: 10px;
}
label.popup-open.wtt-ppuo:hover {
    background: #8d8d28;
}
.popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    opacity:0;
    visibility:hidden;
    -webkit-transition:.35s;
    transition:.35s;
    z-index:9998;
}
.pop-up{
    position:fixed;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%) scale(.9);
    -ms-transform:translate(-50%,-50%) scale(.9);
    transform:translate(-50%,-50%) scale(.9);
    width: min(900px,90vw);
    max-height:80vh;
    overflow:auto;
    background:#fff;
    padding: 5%;
    border-radius:12px;
    -webkit-box-shadow:0 20px 50px rgba(0,0,0,.3);
    box-shadow:0 20px 50px rgba(0,0,0,.3);
    opacity:0;
    visibility:hidden;
    -webkit-transition:.35s;
    transition:.35s;
    z-index:9999;
}
.popup-check:checked ~ .popup-overlay{
    opacity:1;
    visibility:visible;
}
.popup-check:checked ~ .pop-up{
    opacity:1;
    visibility:visible;
    -webkit-transform:translate(-50%,-50%) scale(1);
        -ms-transform:translate(-50%,-50%) scale(1);
            transform:translate(-50%,-50%) scale(1);
}
.popup-close{
    position:absolute;
    right:20px;
    top:15px;
    font-size:30px;
    cursor:pointer;
    line-height:1;
}

ul.listc {
    margin: 3% auto;
    display: flex;
    flex-wrap: wrap;
}
ul.listc > li {
    position: relative;
    padding: 0 10px 0 1.5rem;
    letter-spacing: 0.5px;
    line-height: 2;
    width: 50%;
}
ul.listc > li::after {
    content: '';
    display: block;
    position: absolute;
    top: 0.7em;
    left: 5px;
    width: 10px;
    height: 5px;
    border-left: 3px solid #084802;
    border-bottom: 3px solid #084802;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

ul.img2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.img2 li {
    width: 48%;
}

section.form {
    max-width: 1000px;
    margin: 8% auto 15%;
}
section.form table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}
section.form table th {
    background: #084802;
    color: #fff;
    vertical-align: top;
    width: 230px;
    text-align: center;
    padding: 20px 0;
    letter-spacing: 3px;
}
section.form table th p {
	text-align: center;
	font-size:100%;
	margin-bottom: 0;
	color: #fff;
}
section.form table th span {
    color: #e3e224;
    font-size: 14px;
    padding-left: 5px;
    letter-spacing: 0;
}
section.form table td {
    padding: 2px 0 0 20px;
}
section.form table td.td {
	padding: 20px 0 20px 20px;
}
section.form table td p {
	margin-bottom: 0;
}
section.form table td span.rei {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    padding-bottom: 10px;
}
div.wpcf7 td span.wpcf7-list-item-label {
    cursor: pointer;
}
section.form table td span.wpcf7-list-item {
    margin: 0 1em 0 0;
    line-height: 28px;
    letter-spacing: 1px;
}
section.form table td span.wpcf7-form-control-wrap {
    display: block;
}
section.form table tr:nth-child(4) td span.wpcf7-form-control-wrap {
    display: inline-block;
}
section.form table td span.radio-001, section.form table td span.acceptance-001, section.form table td span.menu, section.form table td span.cosme {
    padding: 20px 0;
}
section.form table td input.wpcf7-text, section.form table td textarea.wpcf7-textarea {
    border: 1px solid #b6b6b6;
    background: #fff;
}
section.form table td input.wpcf7-text {
    width: 80%;
    max-width: 400px;
    height: 35px;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: 80%;
    max-width: 400px;
    background: #fff;
    border: 1px solid #b6b6b6;
    height: 35px;
    margin-bottom: 5px;
}
select.wpcf7-form-control.wpcf7-select {
    background: #fff;
    border: 1px solid #b6b6b6;
    height: 25px;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    background: #fff;
    border: 1px solid #b6b6b6;
    height: 25px;
    margin-bottom: 5px;
    vertical-align: super;
    width: 50px;
}
section.form table td textarea.wpcf7-textarea {
    width: 100%;
}
p.schedule {
    font-size: 14px;
    color: #c61515;
}
section.form form > p {
    text-align:center;
}
section.form p span.wpcf7-spinner {
    vertical-align: sub;
}
section.form p input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 30px;
    background: #707070;
    color:#fff;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 18px;
    font-weight: 300;
    border-radius: 5px;
    margin-top: 5%;
    margin-left: 72px;
    font-family: 'Noto Sans JP', sans-serif;
}
section.form p input.wpcf7-form-control.wpcf7-submit:hover {
    background: #e3e224;
	color:#1a1a1a;
}

section.loop {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}
section.loop > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: auto;
    margin: 0;
    padding: 0;
}
section.loop > ul:nth-of-type(1) {
    -webkit-animation: loop 60s -30s linear infinite;
    animation: loop 60s -30s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
section.loop > ul + ul {
    -webkit-animation: loop2 60s linear infinite;
    animation: loop2 60s linear infinite;
}
section.loop:hover > ul{
	-webkit-animation-play-state: paused;
	        animation-play-state: paused;
}
section.loop > ul li {
    display: inline-block;
    width: calc(100vw / 5);
    list-style: none;
    text-align: center;
    position: relative;
    border-right: 10px solid #ffffff00;
    overflow: hidden;
}
section.loop div.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 300%;
    margin: 0;
    padding: 0;
}
section.loop div.gallery:nth-of-type(1) {
    -webkit-animation: loop 100s -50s linear infinite;
    animation: loop 100s -50s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
section.loop div.gallery:nth-of-type(2) {
    -webkit-animation: loop2 100s  linear infinite;
    animation: loop2 100s linear infinite;
}
section.loop div.gallery dl.gallery-item {
	display: inline-block;
	width: calc(100vw / 5)!important;
	list-style: none;
	text-align: center!important;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 10px solid #ddd0;
	float: unset!important;
	margin: 0!important;
}
section.loop div.gallery br {
    display: none;
}

table.about {
    border-collapse: separate;
    border-spacing: 0 3px;
    margin: 3% auto;
}
table.about th {
    background: #084802;
    color: #fff;
    width: 200px;
    text-align: center;
    padding: 15px 0;
}
table.about td {
    background: #fff;
    padding: 15px;
}










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

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

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

ul.cta1 {
    top: 10px;
    right: 80px;
}

ul.f-sitemap li a {
    padding: 20px 15px;
}
table.time-table th {
    width: 200px;
}

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

.ttl1 {
    font-size: 23px;
}
.ttl1 span.script {
    font-size: 100px;
}
.ttl2 {
    font-size: 18px;
    margin-bottom: 8px;
}
.ttl3 {
    font-size: 25px;
}
.ttl3 span.script {
    font-size: 120px;
}
.ttl4 {
    font-size: 20px;
}
.ttl5 {}
.ttl5::before {}
.ttl5 span {
    font-size: 80px;
}
.ttl6 {
    font-size: 23px;
}

section.cta {
    background: url(/wp-content/uploads/2026/07/back_clover.webp)repeat-x center bottom / 100%;
}
section.cta ul li a {
    padding-top: 60px;
}
section.cta ul li a span:nth-child(1) {
    font-size: 100px;
}


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

ul.h-cta li a span:nth-child(2) {
    font-size: 70px;
}
ul.menu > li h3 span {
    font-size: 80px;
}



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





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

section.page-head h1, section.page-head .title {
    font-size: 25px;
}
section.page-head p:nth-child(2) {
    font-size: 100px;
}
ul.menu-link li a div span {
    font-size: 50px;
}
.box1 .b1-ttl {
    font-size: 80px;
    top: -55px;
}
ul.img-txt li div span {
    font-size: 45px;
}

ul.product > li {
    width: 48%;
    margin-right: 4%;
}
ul.product > li:nth-child(even) {
    margin-right: 0;
}

ul.img-txt4 li {
    width: 48%;
	margin-bottom:3%;
}

section.form table th {
    padding: 15px 0;
    width: 200px;
    letter-spacing: 1px;
}
section.form table td {
    padding: 2px 0px 0 15px;
}
section.form table td.td {
	padding: 15px 0 15px 15px;
}
section.form table td span.radio-001, section.form table td span.acceptance-001, section.form table td span.menu, section.form table td span.cosme {
    padding: 15px 0;
}
section.form p input.wpcf7-form-control.wpcf7-submit {
    font-size: 17px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

section.loop {
	padding:8px 0;
}
section.loop ul, section.loop div.gallery {
	width:400%;
}
section.loop ul li, section.loop div.gallery dl.gallery-item {
    width: calc(100vw / 4)!important;
    border-right: 8px solid #ddd0;
}


}





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

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



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

ul.cta1 {
    top: auto;
    bottom: 0;
    right: 0;
    border-radius: unset;
    width: 100%;
    background: unset;
}
ul.cta1 li {
    width: 50%;
}
ul.cta1 li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
ul.cta1 li:nth-child(1) a {
    background: #e3e323;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
}
ul.cta1 li:nth-child(1) a img {
    width: 20px;
}
ul.cta1 li:nth-child(1) a span {
    font-size: 16px;
}
ul.cta1 li:nth-child(2) a {
    border-radius: unset;
    background: #297d8d;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
ul.cta1 li:nth-child(2) a img {
    width: 20px;
    margin-right: 10px;
}
ul.cta1 li:nth-child(2) a span {
    display: block;
    font-size: 16px;
    line-height: 0.6;
    color: #fff;
    font-weight: 400;
}

table.time-table th {
    width: 100px;
    font-size: 15px;
    padding: 5px 0;
}
table.time-table tr:first-child td {
    font-size: 15px;
}
table.time-table td span {
    font-size: 12px;
}
ul.f-sitemap {
    padding: 10px 0;
}
ul.f-sitemap li a {
    padding: 10px;
}
footer#colophon {
    font-size: 12px;
}

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

.ttl1 {
    font-size: 20px;
}
.ttl1 span.script {
    font-size: 80px;
}
.ttl2 {}
.ttl3 {}
.ttl3 span.script {
    font-size: 100px;
}
.ttl4 {}
.ttl5 {
    font-size: 20px;
}
.ttl5::before {
    width: 150px;
    height: 150px;
}
.ttl5 span {}
.ttl6 {
    font-size: 20px;
    padding-right: 8px;
}

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

section.cta ul li a {
    padding-top: 30px;
}
section.cta ul li a span:nth-child(1) {
    font-size: 50px;
}
section.cta ul li a span:nth-child(2) {
    font-size: 16px;
}
section.cta ul li a span:nth-child(3), section.cta ul li a span.btn {
    font-size: 14px;
}
section.cta ul li a span:nth-child(3) br, section.cta ul li a span.btn br {
    display: block;
}

p.sp-block {
    display: block;
}

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

ul.h-cta li {
    width: 48%;
}
ul.h-cta li:last-child {
    width: 100%;
    margin-top: 3%;
}
ul.h-cta li a span.btn {
    width: 90%;
}
ul.menu > li {
    width: 100%;
    margin-bottom: 3%;
}
ul.menu > li h3 span {
    padding: 20px 0;
    font-size: 70px;
}
ul.menu > li div p:last-child {
    display: block;
}
ul.menu-img > li,
ul.txt-line li,
section.coupon ul li {
    width: 100%;
}
section.t-concept {
    margin-bottom: 50px;
}
section.t-concept::before {
    height: 50px;
}
label.qa-btn {
    padding: 10px 5px 10px 40px;
    font-size: 16px;
}
label.qa-btn span {
    left: 8px;
    top: 8px;
}
.show-a {
    padding: 0 5px 0 40px;
}
ul.top-faq li {
    border-radius: 10px;
}
ul.top-faq li input:checked ~ .show-a {
    padding: 0px 5px 10px 40px;
}
.show-a p:first-child span:first-child {
    left: 8px;
}



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





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

section.page-head h1, section.page-head .title {
    font-size: 23px;
}
section.page-head p:nth-child(2) {
    font-size: 80px;
}

.back-tree {
    background: #ffffff6e;
    padding: 8% 3% 3%;
    position: relative;
    z-index: 1;
}
.back-tree::before {
    float: unset;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2026/07/back_glass2.webp) no-repeat right top / contain;
    z-index: -1;
    opacity: 0.3;
}
.back-tree .ttl3 span.script {
    color: #efff01;
}

ul.menu-link li {
    width: 48%;
    margin-bottom: 4%;
}

.box1::before {
    width: 40%;
}
.box1 .b1-ttl {
    font-size: 50px;
    width: 60%;
    top: -30px;
}
ul.img-txt li {
    width: 100%;
    margin-bottom: 3%;
}

table.price th, table.price td {
    display: block;
    width: 100%;
    border-left: unset;
}
table.price td {
    background: #fbfbd8;
    text-align: right;
}
table.price tr:last-child td {
	border-bottom: unset;
}
table.price.tp-col3 td, table.price.tp-col3a td {
    width: 50%;
    display: inline-block;
    background: #ddd;
}
table.price.tp-col3 td:last-child, table.price.tp-col3a td:last-child {
    border-left: 1px solid #084802;
}
tr.tp-ttl1 th, tr.tp-head th, tr.tp-head td {
    font-size: 16px;
}
.sp-pk-table {
    overflow: scroll;
}
table.price-kitsuke {
    min-width: 650px;
}


ul.product > li {
    width: 100%;
    margin-right: 0;
}
ul.product.lip-hm > li {
    width: 49%;
    margin-right: 2%;
}
ul.product.lip-hm > li:nth-child(even) {
	margin-right: 0;
}
p.price-special span {
    left: -10px;
    top: -13px;
}
.popup-open {
    font-size: 15px;
    margin-top: 10px;
}

ul.img-txt3 li {
    width: 48%;
	margin-bottom: 3%;
}
ul.img2 li {
    width: 49%;
}

section.form table {
    border-collapse: collapse;
    border-spacing: 0;
}
section.form table th {
    display: block;
    width: 100%;
    padding: 10px 0;
}
section.form table td {
    padding: 5px 0 1px;
    width: 100%;
    display: block;
}
section.form table td.td {
	padding: 5px 0;
}
section.form table td span.wpcf7-list-item span {
    letter-spacing: 0.5px;
}
section.form table td span.rei {
    padding: 0 5px 5px;
}
section.form table td input.wpcf7-text,input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: 100%;
}
section.form table td span.radio-001, section.form table td span.acceptance-001, section.form table td span.cosme {
    padding: 0px 5px 5px;
}
section.form table td span.menu {
	padding: 0px 0 5px;
}
section.form p input.wpcf7-form-control.wpcf7-submit {
	font-size:16px;
    padding: 8px 25px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

section.loop {
	padding:5px 0;
}
section.loop ul li, section.loop div.gallery dl.gallery-item {
    width: calc(100vw / 3)!important;
    border-right: 5px solid #ddd0;
}

table.about {
    border-collapse: collapse;
    border-spacing: 0;
}
table.about th,table.about td {
    display: block;
    width: 100%;
}


}

