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

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

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

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

---------- Examples

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

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

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

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

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

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

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


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

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&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;
}
.grecaptcha-badge {
    position: absolute;
    z-index: -100;
    visibility: hidden;
}
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{
	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: center;
        -ms-flex-pack: center;
            justify-content: center;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
}

caption, th{
	text-align: left;
}

a:focus {
	outline:none;
}

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

* html .clear {
	height: 1px;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
span.sbi_btn_text, span.sbi_follow_btn.sbi_custom a span {
    color: #fff;
}
a{
	text-decoration:none;
	color:#525252;
}
a:hover {
	color:#86b68b;
}
body {
	overflow:hidden;
	background:#fff;
}
div, a, p, h1, h2, h3, h4, h5, h6, span, th, td, li, time, footer, button, label, strong, em, b{
	color:#525252;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size:16px;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height:auto;
}
.width {
	width:80%;
	max-width:1200px;
	margin:0 auto;
}
.width p, .width .p{
	margin-bottom:10px;
	line-height:28px;
	letter-spacing:1px;	
}
.green {
	background: #f2fff3;
	padding-bottom: 5%;
}
.pb0 {padding-bottom:0;}
.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;}
.mb5 {margin-bottom:5%!important;}
.mb8 {margin-bottom:8%!important;}
.mb0 {margin-bottom:0%!important;}

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

.width p span.pb {
	color: #86b68b;
	font-weight: 500;
	font-size:100%;
}
.width p span.b {
	font-weight: 500;
	font-size:100%;
}
.width p span.bu {
	font-weight: 500;
	font-size:100%;
	border-bottom:1px solid;
}
.width p strong, .width p span.big {
	font-weight: 500;
	font-size:110%;
}
.width p span.small {
	font-size:90%;
}
span.pink1 {
	color: #86b68b;
	font-size:100%;
}
span.pback {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #f2fff3));
    background: -o-linear-gradient(transparent 60%, #f2fff3 0%);
    background: linear-gradient(transparent 60%, #f2fff3 0%);
}
div#fancybox-title {
    color: #fff;
}


@-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);
	}
}
@-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%);
  }
}



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

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

header.top hgroup > p, header.top hgroup > h1 {
    width: 80px;
    position: fixed;
    z-index: 100;
    left: 10px;
    top: 10px;
}
header.top hgroup > p a, header.top hgroup > h1 a {
    display: block;
}
.menu1 {
    position: fixed;
    width: calc(100% - 160px);
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
    z-index: 100;
}
.menu1 ul {
    background: #86b68b;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    border: 2px solid #f2fff3;
    border-radius: 50px;
    padding: 0 50px;
}
.menu1 ul li {
    display: inline-block;
}
.menu1 ul li a {
    color: #fff;
    display: block;
    padding: 15px;
}
.menu1 ul li a:hover {
    color: #FFFE01;
}
.menur {
    display: none;
}
.contact-li {
    position: fixed;
    z-index: 100;
    left: 6px;
    bottom: 10px;
}
.contact-li li {
    display: inline-block;
    margin-left: 5px;
}
.contact-li li a {
    display: block;
    background: #05a1b1;
    padding: 10px 23px;
    border: 2px solid #f2fff3;
    border-radius: 50px;
}
.contact-li li:nth-child(2) a {
    background: #e68434;
}
.contact-li li:nth-child(3) a {
    background:#f4235b;
}
.contact-li li a:hover {
    background:#86b68b;
}
.contact-li li a img {
    width: 30px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.contact-li li a span {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}

section.footer {
    margin: 10% auto 0;
}
footer#colophon {
    background: #86b68b;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
section.footer div.width {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.top-about {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 3%;
}
.top-about table {
    width: 100%;
}
.top-about tr {
    border-bottom: 1px solid;
}
.top-about th {
    width: 110px;
    padding: 10px;
}
.top-about td {
    padding: 10px;
}
.top-about td a {
    font-size: 100%;
}
.top-about td a:hover {
    color: #86b68b;
}
.f-access {
    display: inline-block;
    width: 50%;
}
.f-access iframe {
    width: 100%;
    height: 100%;
}
.f-sitemap {
    margin: 5% auto;
    text-align: center;
}
.f-sitemap > p {
    font-size: 30px!important;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 3%!important;
}
.f-sitemap li {
    display: inline-block;
}
.f-sitemap li a {
    display: block;
    padding: 10px;
    font-weight: 500;
}
.f-sitemap li a:hover {
    color: #86b68b;
}







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

section.main {
    position: relative;
    padding: 0;
}
.main-in {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 10%;
    bottom: 25%;
    z-index: 3;
}
.main-in h1, .main-in .h1 {
    color: #4b8151;
    font-weight: 700;
    font-size: 33px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 3%;
    letter-spacing: 3px;
}
.main-in p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-weight: 500;
    font-size: 35px;
    letter-spacing: 1px;
}
.main-in p span {
    font-size: 55px;
    font-weight: 700;
}
.pig1 {
    position: absolute;
    z-index: 3;
    width: 30%;
    max-width: 350px;
    right: 3%;
    bottom: -120px;
    -webkit-filter: drop-shadow(2px 2px 1px #ffffff);
    filter: drop-shadow(2px 2px 1px #ffffff);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
section.main .bx-wrapper {
    width: 100%;
    margin: 0 0 0 auto;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: unset;
    z-index: 1;
    max-height: 800px;
}
section.main .bx-wrapper .bx-pager {
    bottom: 30px;
}
section.main .bx-wrapper::before {
    content: "";
    background: #ffffff85;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}
section.index1 {
    padding: 5% 35% 3% 10%;
}
section.index1 ul {
    margin: 0 0 0 auto;
    max-width: 700px;
    width: 100%;
}
section.index1 ul li {
    border-bottom: 1px solid;
}
section.index1 ul li:last-child {
    border: unset;
    text-align: right;
}
section.index1 ul li a {
    display: block;
    padding: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section.index1 ul li a span {
    padding-right: 20px;
}
section.index1 ul li a:hover {
    color: #86b68b;
}
.title1 {
    color: #86b68b;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 3px;
    padding-top: 5%;
    position: relative;
    z-index: 0;
    margin-bottom: 3%;
}
.title1::before, .title3::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 500px;
    background: url(/wp-content/uploads/2026/01/leaf.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    left: 3%;
    top: 70%;
}
.title2 {
    background: #b9d9bc;
    text-align: center;
    color: #fff;
    font-size: 50px;
    padding: 4% 0;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 5%;
    position: relative;
}
.title2 > br {
	display:none;
}
.title2 span, .title3 span {
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 10px;
}
.title3 {
    color: #86b68b;
    font-weight: 700;
    font-size: 70px;
    letter-spacing: 3px;
    padding-top: 5%;
    text-align: center;
    position: relative;
    z-index: 0;
    margin-bottom: 3%;
}
.title4 {
    text-align: center;
    background: #b9d9bc;
    margin: 5% auto 3%;
    width: 70%;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}
.title5 {
    position: relative;
    padding: 80px 0 50px;
    text-align: center;
    color: #86b68b;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
}
.title5::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #86b68b;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.title6 {
    text-align: center;
    color: #b9d9bc;
    font-size: 120px;
    font-weight: bold;
    margin-bottom: 5%;
    margin-top: 8%;
}
.title6 span {
    display: block;
    margin-top: -50px;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px;
}
.title7 {
    margin: 8% auto 0;
}
.title7 img {
    height: 180px;
    width: auto;
    margin: 0 auto;
}
.title8 {
	padding-top: 5%;
	margin-bottom:3%;
}
.title8 span:nth-child(1) {
	color: #86b68b;
	font-weight: 700;
	font-size: 45px;
	letter-spacing: 3px;
	display: block;
	float: left;
	padding: 0 10px;
}
.title8 span:nth-child(2) {
	background: #fcffe1;
	display:block;
	border-radius: 50px;
	margin-top: 31px;
	padding: 5px 0;
	font-weight: 500;
	letter-spacing: 3px;
}
.title9 {
	color: #86b68b;
	font-size: 30px;
	font-weight: 500;
	margin: 0 auto 1%;
}
.title10 {
    font-size: 25px;
    background: #f2fff3;
    border-top: 3px solid #86b68b;
    border-bottom: 3px solid #86b68b;
    padding: 0.5em 10px;
    position: relative;
    margin: 5% auto 3%;
    font-weight: 500;
}
.title11 {
    margin: 3% auto;
    font-weight: 500;
    font-size: 25px;
    -webkit-text-decoration: underline 10px #b9d9bc;
    text-decoration: underline 10px #b9d9bc;
}
.title12 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 8px;
    position: relative;
}
.title12::before {
    content: "";
    background: #b9d9bc;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    left: -20px;
    top: -10px;
}

ul.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: 3% auto;
}
ul.cta li {
    width: 48%;
}
ul.cta li a {
    display: block;
    border: 3px solid #86b68b;
    border-radius: 30px;
    overflow: hidden;
}
ul.cta li a:hover {
    border: 3px solid #e68434;
    opacity: 0.8;
}
section.index2 p, section.index2 .p {
    position: relative;
    font-weight: 500;
}
section.index2 ul {
	margin: 5% auto 3%;
}
section.index2 ul li {
    width: calc(94% / 4);
    margin-right: 2%;
    position: relative;
}
section.index2 ul li:last-child {
    margin-right: 0;
}
section.index2 ul li a {
    display: block;
    height: 100%;
    text-align: center;
    background: #86b68b;
    border-radius: 30px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
}
section.index2 ul li a::before {
    content: "";
    width: 100%;
    padding-top: 80%;
    display: block;
}
section.index2 ul li a img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
}
section.index2 ul li:last-child a {
	border:3px solid #86b68b;
}
section.index2 ul li a h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    background: #ffffffbd;
    padding: 8px 0;
    font-weight:500;
    letter-spacing: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
}
section.index2 ul li a h2 span {
    display: block;
    font-size: 80%;
    letter-spacing: 0;
    padding: 0 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: justify;
}
section.index2 ul li:last-child a span {
    background:
    none;
    color:#fff;
    font-size: 18px;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
	font-weight:500;
    letter-spacing: 1px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
section.index2 ul li a:hover h2 {
    background: #86b68b;
    color:#fff;
}
section.index2 ul li a:hover h2 span {
    color:#fff;
}
section.index2 ul li:last-child a:hover {
    background: #fff;
}
section.index2 ul li:last-child a:hover span {
    color:#86b68b;
	background:none;
}
ul.points {
    margin-bottom: 5%;
}
ul.points li {
    width: 30%;
    margin-right: 5%;
    background: #fff;
    border-radius: 30px;
    padding: 3%;
}
ul.points li:last-child {
    margin-right: 0;
}
ul.points li p:first-child {
    width: 80%;
    margin: 0 auto;
    max-width: 150px;
}
ul.points li h3 {
    text-align: center;
    margin: -30px auto 3%;
    position: relative;
    font-weight: 500;
    font-size: 18px;
}
ul.points li h3 span {
    display: block;
    background: #86b68b;
    color: #fff;
    width: 80%;
    margin: 0 auto 10px;
    border-radius: 50px;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 7px 0;
}
div.maker {
    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%;
    margin: 5% auto 0;
    background: #fff;
    border-radius: 30px;
    padding: 10px 0;
}
div.maker > p {
    position: absolute;
    background: #86b68b;
    color: #fff;
    height: 100%;
    width: 120px;
    text-align: center;
    border-radius: 30px;
    padding-top: 25px;
    z-index: 1;
    line-height: normal;
    top: 0;
    left: 0;
}
div.maker 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: 131%;
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}
div.maker ul:nth-of-type(1) {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
div.maker ul + ul {
    -webkit-animation: loop2 50s linear infinite;
    animation: loop2 50s linear infinite;
}
div.maker ul li {
    display: inline-block;
    width: auto;
    box-sizing: content-box;
}
div.maker ul li img {
    height: 80px;
    width: auto;
}
ul.top-works {
}
ul.top-works li {
    width: calc(94% / 4);
    margin-right: 2%;
    background: #fff;
    border-radius: 30px;
}
ul.top-works li:last-child {
    margin-right: 0;
}
ul.top-works li a {
    display: block;
    background: #fff;
    border-radius: 30px;
    height: 100%;
}
ul.top-works li:last-child a {
    background: #86b68b;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.top-works li:last-child a:hover {
    background: #fff;
}
ul.top-works.top-column li:nth-child(n+1):nth-child(-n+3) a,ul.top-works.top-column li a:hover {
    background: #f2fff3;
}
ul.top-works li p:first-child {
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 30px;
    z-index: 1;
}
ul.top-works li p:first-child::before {
    content: "";
    padding-top: 75%;
    width: 100%;
    display: block;
}
ul.top-works li p:first-child img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.top-works li a:hover p:first-child img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
ul.top-works li:last-child a:hover p:first-child img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
ul.top-works li a > p:nth-child(2) {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    padding: 30px 0;
    font-weight: 500;
    line-height: 35px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.top-works li a:hover > p:nth-child(2) {
    color: #86b68b;
}
ul.top-works li div {
    padding: 0 5%;
}
ul.top-works li div h3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 500;
}
ul.top-works li > div h3 {
    text-align: center;
}
ul.top-works li div > p:nth-child(2) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: normal;
}
ul.top-works li a div > p:nth-child(3) {
    text-decoration: underline;
    color: #888;
    font-size: 14px;
    letter-spacing: 0;
}
ul.top-works li a:hover div > p:nth-child(3) {
    color: #86b68b;
}
p.tolink1 {
    text-align: center;
    margin: 3% auto 5%!important;
}
p.tolink1 a {
    display: block;
    background: #86b68b;
    color: #fff;
    width: 60%;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 18px!important;
    font-weight: 500;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	border:3px solid #86b68b;
}
p.tolink1 a:hover {
	background: #fff;
    color: #86b68b;
}
section.index3 {
    background: #f2fff3;
    padding: 3% 0 1px;
}
div.bunner a {
    display: block;
    background: url(/wp-content/uploads/2023/08/bunner1.jpg);
    background-size: cover;
    padding: 13% 3%;
    border: 5px solid #05a1b1;
    border-radius: 20px;
}
div.bunner a p {
    padding: 3%;
    background: #05a1b1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
}
div.bunner a p br {
	display:none;
}
div.bunner a p span {
    display: block;
    margin: 0 auto 3%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 20px;
}
div.bunner a:hover {
    opacity: 0.8;
}
section.index4 p, section.index4 .p {
    position: relative;
}
p.present {
    width: 90%;
    margin: 0 auto 3%;
    max-width: 700px;
}
section.top-contact div {
    background: #f2fff3;
    padding: 3%;
    border-radius: 30px;
}
section.top-contact table,section.top-contact tbody {
    display: block;
    width: 100%;
    font-size: 0;
}
section.top-contact tr {
    display: block;
    margin-bottom: 10px;
}
section.top-contact tr:nth-child(n+2):nth-child(-n+5) {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
section.top-contact th {
    display: inline-block;
    width: 180px;
    vertical-align: top;
    background: #86b68b;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
section.top-contact th p {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	font-size: 100%;
	letter-spacing: 0;
}
section.top-contact th span {
    font-size: 14px;
    padding-left: 5px;
    color: #FFFE01;
}
section.top-contact td {
    display: inline-block;
    width: calc(100% - 180px);
    padding: 0 10px;
}
section.top-contact td p {
	margin-bottom: 0;
	letter-spacing: 0;
}
section.top-contact tr:last-child td {
    padding: 10px;
}
section.top-contact td span.rei {
    display: block;
    font-size: 14px;
}
div.wpcf7 td span.wpcf7-list-item {
    margin: 0 1em 0 0;
}
div.wpcf7 td span.wpcf7-list-item-label {
    cursor: pointer;
}
div.wpcf7 td input.wpcf7-text {
    height: 43px;
    padding: 0 5px;
    font-size: 16px;
    width: 100%;
    max-width: 350px;
    border:unset;
}
div.wpcf7 td textarea.wpcf7-textarea {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border:unset;
}
div.wpcf7 p input.wpcf7-submit{
    padding: 13px 0;
    background: transparent;
    background: #fff;
    font-weight: bold;
    -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: 500;
    border-radius: 50px!important;
    color: #86b68b;
    margin-top: 5%;
    letter-spacing:5px;
    margin-left: 72px;
    width: 140px;
    border: unset;
    font-family: 'Zen Maru Gothic', sans-serif;
    -webkit-box-shadow: 0px 0px 5px 1px #d4d4d4a1 inset;
    box-shadow: 0px 0px 5px 1px #d4d4d4a1 inset;
}
div.wpcf7 p input.wpcf7-submit:hover{
    background: #86b68b;
    cursor: pointer;
    color:#fff;
    -webkit-box-shadow:unset;
            box-shadow:unset;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
}
section.top-contact form > p {
    text-align: center;
}














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

section.page-head {
    text-align: center;
    padding-top: 10%;
    margin-bottom: 8%;
    position: relative;
}
section.page-head::before {
    content:"";
    background:url(/wp-content/uploads/2026/01/leaf1.png);
    position: absolute;
    width: 13%;
    height: 100%;
    bottom: 3%;
    left: 1%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}
section.page-head::after {
    content:"";
    background:url(/wp-content/uploads/2026/01/leaf1.webp);
    position: absolute;
    width: 18%;
    height: 100%;
    top: -10%;
    right: 1%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
section.page-head h1,section.page-head p.title {
    font-weight: bold;
    font-size: 65px;
    letter-spacing: 5px;
    position: relative;
    z-index: 1;
}
section.page-head h1 br,section.page-head p.title br {
	display:none;
}
section.page-head p.title strong {
	font-weight: bold;
	font-size:100%;
}
section.page-head p:first-child {
    color: #86b68b;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
}
section.page-head p:nth-child(3) {
    width: 90%;
    margin: 30px auto 0;
    max-width: 500px;
    text-align: justify;
    line-height: 28px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}
ul.news {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
}
ul.news li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
	border-radius: 10px;
    overflow: hidden;
}
ul.news li:nth-child(even),ul.news li:last-child {
    margin-right: 0;
}
ul.news li a, ul.works li a {
    display: block;
    font-size: 0;
    background: #f2fff3;
}
ul.news li a > p, ul.works li a > p {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0;
    vertical-align: top;
    overflow: hidden;
	position:relative;
}
ul.news li a > p img, ul.works li a > p img {
	position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
ul.news li a div, ul.works li a div {
    display: inline-block;
    width: calc(100% - 150px);
    padding: 10px;
    height: 150px;
    overflow: hidden;
}
ul.news li a div h2, ul.works li a div h2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.news li a div p:first-child {
    font-size: 13px;
    font-weight: 500;
    color: #86b68b;
    margin: 0;
    line-height: normal;
}
ul.news li a div p:nth-child(3) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0 auto 5px;
    max-height: 3.5rem;
    line-height: normal;
    letter-spacing: unset;
    font-size: 15px;
}
ul.news li a div p:last-child, ul.works li a div p:last-child {
    margin: auto;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.news li a:hover > p img, ul.works li a:hover > p img {
    -webkit-transform: scale(1.1) rotate(5deg);
        -ms-transform: scale(1.1) rotate(5deg);
            transform: scale(1.1) rotate(5deg);
}
ul.news li a:hover div h2, ul.news li a:hover div p:last-child, ul.works li a:hover div h2, ul.works li a:hover div p:last-child {
    color:#86b68b;
}
nav.news-nav ul {
    font-size: 0;
}
nav.news-nav li {
    display: inline-block;
    width: 50%;
}
nav.news-nav li:nth-child(2) {
    text-align: right;
}
nav.news-nav li a {
    display: inline-block;
    margin: 10% auto 3%;
    font-weight: 500;
    padding: 10px 20px;
    background: #f2fff3;
    border-radius: 50px;
    letter-spacing: 3px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
nav.news-nav li a:hover {
    background: #86b68b;
    color: #fff;
}
nav.news-nav p {
    text-align: center;
}
nav.news-nav p a {
    display: block;
    width: 60%;
    margin: 0 auto;
    max-width: 280px;
    background: #f2fff3;
    border: 3px solid #86b68b;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 3px;
    padding: 8px 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
nav.news-nav p a:hover {
    background: #86b68b;
    color: #fff;
}

section.works-col {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -moz-box-lines:multiple;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
div.col1 {
    display: inline-block;
    width: calc(95% - 250px);
    margin-right: 5%;
}
div.col2 {
    display: inline-block;
    width: 250px;
    padding: 10px;
    background: #f2fff3;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 10px;
}
div.col2 h2 {
    font-weight: 500;
    font-size: 18px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
div.col2 ul {
    margin-bottom: 15px;
    list-style: square;
    padding-left: 20px;
}
div.col2 ul li a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 0 5px;
    font-size: 15px;
}
div.col2 ul li a:hover {
    color: #86b68b;
}
ul.works {}
ul.works li {
    margin-bottom: 3%;
    border-radius: 10px;
    overflow: hidden;
}
ul.works li a div p:nth-child(2) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 0 auto 5px;
    max-height: 5rem;
    line-height: normal;
    letter-spacing: unset;
    font-size: 15px;
}
nav.navigation.pagination {
    margin: 5% auto;
    text-align: center;
}
nav.navigation.pagination h2 {
    display: none;
}
.nav-links a,.nav-links span {
	background: #86b68b;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 7px;
    margin-right: 1%;
    margin-top: 10px;
    font-weight: bold;
}
.nav-links a:last-child, .nav-links span:last-child {
    margin-right: 0;
}
.nav-links a:hover {
    background: #f4b6cb;
}
section.singlep {
    margin-bottom: 3%;
}
section.singlep h1 {
    font-size: 25px;
    background: #f2fff3;
    border-top: 3px solid #86b68b;
    border-bottom: 3px solid #86b68b;
    padding: 5px 10px;
}
section.singlep p.date {
    text-align: right;
    font-weight: 500;
    color: #86b68b;
    margin-bottom: 3%;
}
section.singlep p.date span {
	font-size: 90%;
	letter-spacing: 0;
	font-weight: 500;
	padding-right: 10px;
}
section.singlep h2 {
    color: #86b68b;
    font-size: 23px;
    font-weight: 500;
    -webkit-text-decoration: 8px underline #f2fff3;
            text-decoration: 8px underline #f2fff3;
    margin: 3% auto 2%;
}
section.singlep img.float {
    width: 47%;
    float: left;
    margin: 0 3% 10px 0;
}
div#gallery-1,div#gallery-2 {
    clear: left;
    padding: 5% 0;
}
div#gallery-1 br, div#gallery-2 br {
    display: none;
}
#gallery-1 dl.gallery-item,#gallery-2 dl.gallery-item {
    width: calc(92% / 5);
    margin-right: 2%;
}
#gallery-1 dl.gallery-item:nth-of-type(5n), #gallery-2 dl.gallery-item:nth-of-type(5n), #gallery-1 dl.gallery-item:last-child, #gallery-2 dl.gallery-item:last-child {
    margin-right: 0;
}
#gallery-1 img,#gallery-2 img {
}

@-webkit-keyframes gaba {
	from {
		opacity: 0;
	}
    20% {
        opacity:1;
    }
	50% {
        opacity:1;
    }
	70% {
        opacity:0;
    }
	to {
		opacity: 0;
	}
}
@keyframes gaba {
	from {
		opacity: 0;
	}
    20% {
        opacity:1;
    }
	50% {
        opacity:1;
    }
	70% {
        opacity:0;
    }
	to {
		opacity: 0;
	}
}
div.gal-ba div#gallery-1 {
    display: block;
    padding: 0;
    width: 50%;
    margin: 0 3% 10px 0;
    position: relative;
    float: left;
}
div.gal-ba div#gallery-1::before {
    content:"";
    width: 100%;
    padding-top: 100%;
    display: block;
}
div.gal-ba div#gallery-1 dl.gallery-item:first-child {
    z-index: 2;
    -webkit-animation: ease-in 6s infinite gaba;
            animation: ease-in 6s infinite gaba;
}
div.gal-ba div#gallery-1 dl.gallery-item {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
div.gal-ba div#gallery-1 dl.gallery-item:first-child::before {
    content: "After";
    background: #ffffff9e;
    color: #86b68b;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
    font-family: 'Zen Maru Gothic', sans-serif;
}
div.gal-ba div#gallery-1 dl.gallery-item:nth-child(2)::before {
    content: "Before";
    background: #ffffff9e;
    color: #86b68b;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
    font-family: 'Zen Maru Gothic', sans-serif;
    z-index: 1;
}

ul.dotpi {
    margin: 20px auto;
}
ul.dotpi li {
    line-height: 28px;
}
ul.dotpi li:first-letter {
    color: #86b68b;
}








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

ul.service {}
ul.service li {
    margin-bottom: 8%;
}
ul.service li h2 {
    position: relative;
    margin-bottom: 3%;
}
ul.service li h2 span {
    display: block;
    width: 63%;
    border-radius: 30px;
    overflow: hidden;
}
ul.service li:nth-child(even) h2 span {
    margin: 0 0 0 auto;
}
ul.service li h2 span:nth-child(2) {
    position: absolute;
    background: #86b68b;
    color: #fff;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    width: 55%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    right: 0;
    font-size: 60px;
    text-align: center;
    font-weight: 500;
    padding: 15px 50px;
    border-radius: 10px;
}
ul.service li:nth-child(even) h2 span:nth-child(2) {
    right: auto;
    left: 0;
}
ul.service li div {
    background: #f2fff3;
    padding: 3%;
    border-radius: 10px;
}
.message {
    background: #f2fff3;
    padding: 3%;
    margin-bottom: 5%;
}
.message p a {
	font-size:100%;
	font-weight:500;
}
table.company {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
table.company tr {
    border-top: 1px solid;
}
table.company tr:last-child {
    border-bottom: 1px solid;
}
table.company th {
    background: #86b68b;
    color: #fff;
    padding: 30px 0;
    width: 200px;
    border-bottom: 1px solid;
    font-size: 18px;
    border-left: 1px solid #525252;
    text-align: center;
    letter-spacing: 5px;
    vertical-align: top;
    border-right: 1px solid #525252;
}
table.company tr:last-child th {
    border-bottom: unset;
}
table.company td {
    padding: 30px 20px;
    font-size: 18px;
    letter-spacing: 1.5px;
    border-right: 1px solid;
    line-height: 30px;
}
table.company td span {
    display: block;
    font-size: 15px;
}
table.company td a {
    font-size: 100%;
    display: block;
}
.shou {
    margin: 3% auto;
    text-align: center;
    font-size: 0;
}
.shou p {
    display: inline-block;
    width: 70%;
    max-width: 400px;
}
.shou p:nth-child(2) {
    vertical-align: bottom;
    width: 38%;
    max-width: 300px;
    margin-left: -8%;
}
.access iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 8%;
}

ul.skip {
    text-align: center;
    margin: 0 auto -3%;
}
ul.skip li {
    display: inline-block;
    margin: 0 1% 3%;
}
ul.skip li a {
    display: block;
    background: #fff;
    padding: 10px 30px;
    border: 3px solid #86b68b;
    border-radius: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.skip li a:hover {
    background: #86b68b;
    color: #fff;
}
p.caution {
    text-align: center;
    color: #86b68b;
    letter-spacing: 0;
    font-weight: 500;
}
ul.catalog {
    margin: 6% auto;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}
ul.catalog li {
    width: calc(94% / 4);
    margin-right: 2%;
    margin-bottom: 2%;
}
ul.catalog li:nth-child(4n),ul.catalog li:last-child {
    margin-right: 0;
}
ul.catalog li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 3px solid #f2fff3;
}
ul.catalog li a::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 130%;
}
ul.catalog li a span {
    display: block;
    background: #86b68b;
    width: 90%;
    margin: auto;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border-radius: 50px;
    padding: 5px 0;
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
ul.catalog li a img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
ul.catalog li a:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
        -ms-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg);
}

ul.col1,ul.col2,ul.col3,ul.col4 {
    margin: 3% auto;
}
div.yt iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

section.pr-p p {
	position:relative;
}
ul.column {
}
ul.column li {
    margin-bottom: 3%;
}
ul.column li a {
    display: block;
    font-size: 0;
    background: #f2fff3;
}
ul.column li a > p {
    width: 250px;
    display: inline-block;
    position: relative;
    height: 150px;
    overflow: hidden;
    margin-bottom: 0;
    vertical-align: top;
    border: 3px solid #f4b6cb;
}
ul.column li a p img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.column li a div {
    display: inline-block;
    width: calc(100% - 250px);
    padding: 1rem;
}
ul.column li a div h2 {
    margin-bottom: 8px;
    font-size: 23px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}
ul.column li a div h2 span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #86b68b;
}
ul.column li a div p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    line-height: normal;
}
ul.column li a:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
        -ms-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg);
}
ul.column li a:hover h2 {
    color: #86b68b;
}

table.table1, table.table2,table.table3 {
    width: 100%;
    margin: 3% auto;
    border-collapse: separate;
    border-spacing: 0 3px;
}
table.table1 th {
    width: 300px;
    text-align: center;
    background: #86b68b;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
}
table.table1 th span {
    display: block;
    color: #fff;
    font-size: 90%;
}
table.table1 td {
    background: #b9d9bc;
    padding: 10px;
}
table.table2 th {
    width: 200px;
    text-align: center;
    padding: 10px 0;
    background: #05a1b1;
    color: #fff;
    font-size: 18px;
}
table.table2 td {
    padding: 10px;
    background: #e5f3f5;
}
table.table3 th {
    width: 200px;
    text-align: center;
    padding: 10px 0;
    background: #00a05d;
    color: #fff;
    font-size: 18px;
}
table.table3 td {
    padding: 10px;
    background: #e7f0ec;
}
table.table4 {
    width: 100%;
    margin: 3% auto;
    border-collapse: separate;
    border-spacing: 3px 3px;
}
table.table4 th {
    width: 200px;
    text-align: center;
    background: #f0f196;
    padding: 10px 0;
    font-size: 18px;
}
table.table4 tr:first-child th,table.table4 tr:first-child td {
    background: #86b68b!important;
    color: #fff;
    text-align: center;
}
table.table4 td {
    background: #f9fadb;
    padding: 10px;
}
table.table4 td:nth-of-type(n+1):nth-of-type(-n+2) {
    width: 150px;
    text-align: center;
    background: #f2fff3;
    padding: 10px 0;
}
p.scroll {
    display: none;
}







@media screen and (max-width: 1000px) {
.width {
	width:90%;
}
.width p, .width .p {
	font-size:15.5px;
	line-height:27px;
	margin-bottom:8px;
}
.width p a, .width p span, .width p b {
	font-size:100%;
}

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

header.top hgroup > p, header.top hgroup > h1 {
    width: 230px;
}
header.top hgroup > p a, header.top hgroup > h1 a {
    padding: 10px 0;
}
.menu1 {
    display: none;
}
.menur {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 50;
    overflow: hidden;
}
nav.nav1 {
    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;
    background-color: #86b68b;
    border-radius: 10px;
}
.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{
    background: #f2fff3;
}
#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);
	background-color: #86b68b;
}
#label1:checked ~ .r-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
	background-color: #86b68b;
}
#label1 {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 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;
    -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: calc(100vh - 47px);
}
.hidden_show ul.nav1-a {
    height: 0;
    padding: 0;
    overflow: hidden;
    width: calc(100% - 70px);
}
.hidden_box input:checked ~ .hidden_show {
    padding: 80px 10px 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: #86b68b;
}
.hidden_box input:checked ~ .hidden_show ul.nav1-a {
	opacity: 1;
	height: auto;
}
.hidden_show ul.nav1-a li a{
	display: block;
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid;
	letter-spacing: 1px;
}
.hidden_show ul.nav1-a li:last-child a{
	border-bottom:unset;
}

.f-access iframe {
}

.contact-li li a {
    padding: 8px 20px;
}
.contact-li li a img {
    width: 25px;
}
.contact-li li a span {
    font-size: 18px;
}
footer#colophon {
    text-align: right;
}





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

.main-in {
    left: 5%;
    bottom: 20%;
}
main-in h1 {
    font-size: 25px;
}
.main-in p {
    font-size: 25px;
}
.main-in p span {
    font-size: 40px;
}
section.index1 {
    padding: 5% 35% 3% 5%;
}
.title1 {
    font-size: 33px;
}
.title1::before, .title3::before {
    width: 150px;
    height: 220px;
}
.title2 {
    font-size: 35px;
}
.title2 span, .title3 span {
    font-size: 18px;
}
.title3 {
    font-size: 60px;
}
.title4 {
    font-size: 20px;
}
.title5 {
    font-size: 35px;
    padding: 50px 0 30px;
}
.title5::before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #86b68b;
}
.title6 {
    font-size: 100px;
}
.title6 span {
    font-size: 30px;
}
.title7 img {
    height: 150px;
}
.title8 span:nth-child(1) {
    font-size: 40px;
}
.title8 span:nth-child(2) {
    margin-top: 24px;
}
.title9 {
    font-size: 25px;
}
.title10 {
    font-size: 23px;
    padding: 5px;
}
.title11 {
	font-size:23px;
}
.title12 {
	font-size:19px;
}
section.index2 ul li a, section.index2 ul li a h3, section.index2 ul li a h2, section.index2 ul li a h3 span, section.index2 ul li a h2 span, section.index2 ul li:last-child a span {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
section.index2 ul li a::before {
    padding-top: 100%;
}
ul.points li {
    width: 32%;
    margin-right: 2%;
}
div.maker > p {
    padding-top: 18px;
}
div.maker ul li img {
    height: 60px;
}
ul.top-works li:last-child a,ul.top-works li p:first-child img {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
ul.top-works li div h3 {
    font-size: 17px;
}
ul.top-works li div > p:nth-child(2) {
    font-size: 14.5px;
}
ul.top-works li a div > p:nth-child(3) {
    font-size: 13px;
}
ul.top-works li a > p:nth-child(2) {
    font-size: 18px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
ul.top-works li a:hover p:first-child img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
div.bunner a p {
    font-size: 25px;
}
p.tolink1 a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
section.top-contact tr:nth-child(n+2):nth-child(-n+5) {
    display: block;
    width: 100%;
}
section.top-contact td {
    padding: 0 0 0 10px;
}
section.top-contact tr:last-child td {
	padding: 10px 0 0 10px;
}
div.wpcf7 p input.wpcf7-submit {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}















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

section.page-head::before {
    width: 20%;
    max-width: 150px;
}
section.page-head::after {
    width: 25%;
    top: -5%;
    max-width: 200px;
}
section.page-head h1, section.page-head p.title {
    font-size: 55px;
}
section.page-head p:first-child {
    font-size: 35px;
}
section.page-head p:nth-child(3) {
    margin: 3% auto 3%;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

ul.news li {
    width: 49%;
    margin-right: 2%;
}
ul.news li a > p, ul.works li a > p {
    width: 130px;
    height: 130px;
}
ul.news li a > p img, ul.works li a > p img {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
ul.news li a div, ul.works li a div {
    width: calc(100% - 130px);
    height: 130px;
}
ul.news li a div h2, ul.works li a div h2 {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    font-size: 18px;
    margin-bottom: 3px;
}
ul.news li a div p:last-child, ul.works li a div p:last-child {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    font-size: 12px;
    line-height: unset;
}
nav.news-nav li a, nav.news-nav p a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

div.col1 {
    width: calc(97% - 180px);
    margin-right: 3%;
}
div.col2 {
    width: 180px;
}
div.col2 h2 {
    font-size: 17px;
}
section.singlep h1,section.singlep h2 {
    font-size: 20px;
}

div.gal-ba div#gallery-1 dl.gallery-item:first-child::before,div.gal-ba div#gallery-1 dl.gallery-item:nth-child(2)::before {
    font-size: 25px;
    padding: 5px 0;
}














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

ul.service li h2 span:nth-child(2) {
    font-size: 50px;
}
table.company th {
    font-size: 16px;
    line-height: 28px;
    width: 180px;
	padding: 20px 0;
}
table.company td {
    font-size: 16px;
    line-height: 28px;
	padding: 20px;
}

ul.skip li a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    padding: 8px 15px;
}
ul.catalog li a:hover img {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
}
ul.catalog li a span {
    font-size: 16px;
}
ul.catalog li a:hover span {
    background: #fff;
    color: #86b68b;
}

ul.column li a > p {
    width: 200px;
    height: 130px;
}
ul.column li a div {
    width: calc(100% - 200px);
}
ul.column li a div h2 {
    font-size: 18px;
    margin-bottom: 3px;
}
ul.column li a div h2 span {
    font-size: 16px;
}

table.table1 th {
    width: 250px;
    font-size: 17px;
}
table.table2 th,table.table3 th {
    width: 180px;
    font-size: 17px;
}
table.table4 th {
    width: 150px;
    font-size: 16px;
}
table.table4 td:nth-of-type(n+1):nth-of-type(-n+2) {
    width: 100px;
}









	

}

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

.width {
	width:96%;
}
.width p, .width .p {
	font-size:15px;
	letter-spacing:0.5px;
	line-height:26px;
	margin-bottom:5px;
}
ul.points li:nth-child(2) p.ponpon.active, ul.points li:nth-child(3) p.ponpon.active {
  -webkit-transition-delay: unset;
       -o-transition-delay: unset;
          transition-delay: unset;
}
.floatr p.float,.floatl p.float {
	float:unset;
	width:100%;
	margin:0 auto 10px;
}



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

.contact-li {
    width: 100%;
    left: 0;
    bottom: 0;
}
.contact-li ul {
    font-size:0;
}
.contact-li li {
    margin: 0;
    width: 50%;
    text-align: center;
}
.contact-li li:nth-child(3) {
	width: 60px;
}
.contact-li li a {
    border-radius: unset;
    border-right: 1px solid #fff;
    padding: 8px 0;
}
.contact-li li a:hover {
	background:#05a1b1;
}
.contact-li li:nth-child(2) a:hover {
	background:#00a05d;
}
.contact-li li:nth-child(3) a:hover {
	background:#f4235b;
}
.contact-li li:nth-child() a {
    border-right: 2px solid #fff;
    border-left: 1px solid #fff;
}
.contact-li li a img {
    width: 23px;
}
.contact-li li:nth-child(3) a img {
    margin:0;
}
.contact-li li a span {
    font-size: 17px;
}
.contact-li li:nth-child(3) a span {
    display:none;
}

.top-about {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
}
.f-access {
    display: block;
    width: 100%;
}
.f-access iframe {
    height: 300px;
}
section.footer {
    margin: 15% auto 0;
}
footer#colophon {
    text-align: center;
    font-size: 14px;
    padding: 10px 0 57px;
}







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

.main-in {
    bottom: 15%;
}
.main-in h1, .main-in .h1 {
    font-size: 4vw;
    letter-spacing: 0;
}
.main-in p {
    font-size: 5vw;
}
.main-in p span {
    font-size: 140%;
}
section.main .bx-wrapper {
	border-bottom-left-radius: 50px;
}
section.main .bx-wrapper .bx-pager {
	opacity:0;
}
.pig1 {
    bottom: -30%;
}
section.index1 {
    padding: 20% 3% 5%;
}
section.index1 ul li a {
    padding: 10px 5px;
    font-size: 15px;
}
section.index1 ul li a span {
    font-size: 14px;
    padding-right: 10px;
}
.title1 {
    font-size: 19px;
    letter-spacing: 1px;
}
.title1::before, .title3::before {
    width: 150px;
    height: 220px;
}
.title2 {
    font-size: 23px;
}
.title2 > br {
	display:block;
}
.title2 span, .title3 span {
    font-size: 15px;
    margin-top: 5px;
}
.title3 {
    font-size: 40px;
}
.title4 {
    font-size: 18px;
}
.title5 {
    font-size: 25px;
    padding: 30px 0 20px;
}
.title5::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #86b68b;
}
.title6 {
    font-size: 70px;
}
.title6 span {
    font-size: 25px;
    letter-spacing: 1px;
}
.title7 img {
    height: auto;
    width: 80%;
    max-width: 500px;
}
.title8 span:nth-child(1) {
    font-size: 30px;
    text-align: center;
    float: unset;
}
.title8 span:nth-child(2) {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 3px 0;
    clear: left;
    margin-top: 0;
    text-align: center;
}
.title9, .title10, .title11 {
    font-size: 20px;
}
.title12 {
    font-size: 18px;
	margin-bottom:5px;
}

ul.cta li {
    width: 49%;
}
ul.cta li a {
    border-radius: 10px;
    border: 2px solid #86b68b;
}
ul.cta li a:hover {
    border: 2px solid #e68434;
}
section.index2 ul li, ul.top-works li {
    width: 49%;
    margin-bottom: 2%;
}
section.index2 ul li:nth-child(even), section.index2 ul li:last-child, ul.top-works li:nth-child(even), ul.top-works li:last-child {
    margin-right: 0;
}
ul.points li {
    width: 100%;
    margin: 0 auto 3%;
}
ul.points li h3 br {
    display: none;
}
div.maker > p {
    width: 80px;
    font-size: 14px;
    padding-top: 11px;
    letter-spacing: 0;
    border-radius: 10px;
    padding-left: 5px;
}
div.maker ul li img {
    height: 40px;
}
ul.top-works li div h3 {
    font-size: 16px;
}
ul.top-works li a div > p:nth-child(3) {
    text-align: right;
}
p.tolink1 a {
    font-size: 16px!important;
}
div.bunner a p {
    margin: 0 auto;
    text-align: center;
    line-height: normal;
    font-size: 20px;
}
div.bunner a p br {
	display:block;
}
div.bunner a p span {
    font-size: 16px;
}
section.top-contact th {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
section.top-contact td,section.top-contact tr:last-child td {
    padding: 0;
    width: 100%;
    display: block;
}
div.wpcf7 td input.wpcf7-text {
    max-width: unset;
}
div.wpcf7 td span.spam span.wpcf7-list-item {
    margin: 0;
}
div.wpcf7 p input.wpcf7-submit {
    font-size: 16px;
    margin-left: 44px;
}
.wpcf7-spinner {
    margin: 0 10px;
}















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

section.page-head {
    padding-top: 70px;
}
section.page-head::before {
    width: 25%;
    max-width: 100px;
}
section.page-head::after {
    width: 30%;
    top: 25%;
    max-width: 100px;
    height: 75%;
}
section.page-head h1, section.page-head p.title {
    font-size: 35px;
    letter-spacing: 3px;
}
section.page-head h1 br,section.page-head p.title br {
	display:block;
}
section.page-head p:first-child {
    font-size: 23px;
    letter-spacing: 1px;
}
section.page-head p:nth-child(3) {
    font-size: 14px;
    line-height: 23px;
}

ul.news li {
    width: 100%;
}
ul.news li a > p, ul.works li a > p {
    width: 110px;
    height: 110px;
}
ul.news li a div, ul.works li a div {
    width: calc(100% - 110px);
    padding: 5px;
    height: 110px;
}
ul.news li a div p:first-child {
    font-size: 12px;
}
ul.news li a div h2, ul.works li a div h2 {
    font-size: 17px;
    margin: 0;
}
ul.news li a div p:nth-child(3), ul.works li a div p:nth-child(2) {
    font-size: 14px;
    margin: 0;
}
nav.news-nav li a, nav.news-nav p a {
    font-size: 15px;
	margin-bottom: 20px;
}

div.col1 {
    width: 100%;
    margin: 0 auto 10px;
}
div.col2 {
    width: 100%;
    padding: 3%;
}
div.col2 h2 {
    font-size: 16px;
}
div.col2 ul li a {
    font-size: 14px;
}

section.singlep h1,section.singlep h2 {
    font-size: 17px;
}
section.singlep img.float {
    width: 100%;
    float: unset;
    margin: 0 auto 10px;
    max-width: 500px;
}

div.gal-ba div#gallery-1 {
    float: unset;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
}

ul.dotpi {
    margin: 15px auto;
}
ul.dotpi li {
    line-height: 26px;
}












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

ul.service li h2 {
    margin-bottom: 40px;
}
ul.service li h2 span {
    width: 100%;
}
ul.service li h2 span:nth-child(2),ul.service li:nth-child(even) h2 span:nth-child(2) {
    font-size: 25px;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: -25px;
    border-radius: 50px;
    width: fit-content;
    padding: 10px 30px;
    letter-spacing: 2px;
}
table.company tr, table.company tr:last-child {
    border: unset;
}
table.company th {
    display: block;
    width: 100%;
    padding: 8px 0;
    border: unset;
    letter-spacing: 3px;
}
table.company td {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border: unset;
    line-height: normal;
}
.access iframe {
    height: 300px;
}

ul.skip li a {
    font-size: 14px;
    padding: 5px 10px;
}
p.caution {
    font-size: 12px;
}
ul.catalog li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
ul.catalog li:nth-child(even) {
    margin-right: 0;
}
ul.catalog li a span {
    font-size: 14px;
}

ul.column li a {
    background: no-repeat;
}
ul.column li a > p {
    width: 150px;
}
ul.column li a div {
    width: calc(100% - 70px);
    margin: 30px 0 10px -80px;
    position: relative;
    background: #f2fff3c4;
    border: 3px solid #f4b6cb;
    padding: 10px;
}

table.table1, table.table2, table.table3 {
    border-collapse: collapse;
    border-spacing: 0;
}
table.table1 th, table.table2 th, table.table2 td, table.table3 th, table.table3 td {
    display: block;
    width: 100%;
}
table.table1 td {
    display: block;
    width: 100%;
    text-align: center;
}
p.scroll {
    display: block;
    margin: 3% auto -3% 12px;
    padding: 0 0 5px 5px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
p.scroll::before {
    content: "";
    width: 1.5px;
    height: 20px;
    background: #86b68b;
    position: absolute;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    left: -5px;
    bottom: 4px;
}
p.scroll::after {
    content: "";
    width: calc(100% + 13px);
    height: 1.5px;
    background: #86b68b;
    position: absolute;
    left: -10px;
    bottom: 5px;
}
div.table-scroll {
    overflow: scroll;
}
table.table4 {
    min-width: 800px;
}









}

@media screen and (max-width: 480px) {
#sb_instagram #sbi_images .sbi_item {
    display: none;
}
#sb_instagram #sbi_images .sbi_item:first-child {
    display: block;
}
}

/*------------------
26.02.27　DC追記
--------------------*/
.float.h300 {
    height: 250px;
}
.float.h300 img {
    height: 100%;
    object-fit: cover;
}