@media print,  screen and (min-width: 1024px){
.hamburger{
display: none;
}
} @media screen and (min-width: 700px) and (max-width: 1023px){
.hamburger{
position: fixed;
top: 50px;
right: 0;
z-index: 9999;
width: calc(100% - 250px);
height: 50px;
overflow: visible;
}
.hamburger .spnavi{
width: 50px;
height: 50px;
margin: -50px 0 0 auto;
}
.hamburger .spnavi .toggle{
transition: 0.3s ease;
position: relative;
width: 50px;
height: 50px;
cursor: pointer;
appearance: none;
border: 0;
z-index: 100;
background-color: #5a9b21;
}
.hamburger .spnavi .toggle:hover{
opacity: 0.7;
}
.hamburger .spnavi .toggle.spnavi-btn,
.hamburger .spnavi .toggle.navi-btn-on{
outline: none;
}
.navi-btn {
position: relative;
display: inline-block;
box-sizing: border-box;
}
.navi-btn div {
position: absolute;
left: 12px;
height: 1px;
width: 28px;
border-radius: 1px;
background-color: #fff;
display: inline-block;
box-sizing: border-box;
transition: 0.3s;
}
.navi-btn div:nth-of-type(1) {
top: 15px;
}
.navi-btn div:nth-of-type(2) {
top: 24px;
}
.navi-btn div:nth-of-type(3) {
bottom: 16px;
width: 20px;
}
.navi-btn-on{
position: relative;
display: inline-block;
box-sizing: border-box;
transition: 0.3s;
}
.navi-btn-on div{
position: absolute;
left: 11px;
height: 1px;
width: 30px;
background-color: #fff;
border-radius: 2px;
display: inline-block;
box-sizing: border-box;
filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3)); 
transition: 0.3s;
}
.navi-btn-on div:nth-of-type(1) {
top: 24px;
transform: translateX(0px) rotate(45deg);
}
.navi-btn-on div:nth-of-type(2) {
display: none;
}
.navi-btn-on div:nth-of-type(3) {
width: 30px;
bottom: 25px;
transform: translateY(0px) rotate(-45deg);
} .spmenu{
display: none;
position: absolute;
top: -50px;
right: 0;
margin: 0;
padding: 5%;
box-sizing: border-box;
color: #fff;
background-color: #5a9b21;
width: calc(100% + 250px);
height: calc(100vh + 50px);
text-align: center;
touch-action: manipulation;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
z-index: 10;
} .spmenu .title{
margin: 20px auto 0;
}
.spmenu .title img{
display: block;
margin: 0 auto;
width: 150px;
}
.spmenu .title p{
font-size: 1.2rem;
} .spmenu ul{
width: 90%;
margin: 30px auto;
padding: 0;
list-style: none;
text-align: left;
font-weight: 500;
border-top: 1px solid #eee;
}
.spmenu ul li a{
display: block;
padding: 15px;
box-sizing: border-box;
border-bottom: 1px solid #eee;
color: #fff;
}
.spmenu ul li a:hover{
color: #5a9b21;
background-color: #fff;
} .spmenu ul li.accordion {
padding: 10px;
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/icon_on.svg);
background-position: right 10px top 13px;
background-repeat: no-repeat; 
background-size: 15px;
border-bottom: 1px solid #eee;
cursor: pointer;
}
.spmenu ul li.accordion.open {
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/icon_off.svg);
background-position: right 10px top 13px;
background-repeat: no-repeat; 
background-size: 15px;
border-bottom: none;
}
.spmenu ul li.accordion ul{
width: 95%;
margin: 10px 0 0 5%;
padding: 0;
font-size: 1.4rem;
}
.spmenu ul li.accordion ul li{
border: none;
} .spmenu .sub{
text-align: center;
}
.spmenu .sub a{
color: #fff;
} .spmenu .sns{
width: 90%;
margin: 20px auto;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.spmenu .sns div{
width: 45px;
margin: 0 5px;	
}
.spmenu .sns a{
display: block;
width: 40px;
height: 40px;
border-radius: 50%;
padding: 5px;
margin: 0 auto;	
}
.spmenu .sns img{
width: 25px;
margin-top: 7px;
}
.spmenu .sns a:hover{
background-color: #fff;
} .spmenu .copyright{
width: 90%;
text-align: center;
font-size: 1.3rem;
margin: 0 auto;
padding: 0 0 50px;
}
} @media screen and (max-width: 700px){
.hamburger{
position: fixed;
top: 50px;
right: 0;
z-index: 9999;
width: calc(100% - 250px);
height: 50px;
overflow: visible;
}
.hamburger .spnavi{
width: 50px;
height: 50px;
margin: -50px 0 0 auto;
}
.hamburger .spnavi .toggle{
transition: 0.3s ease;
position: relative;
width: 50px;
height: 50px;
cursor: pointer;
appearance: none;
border: 0;
z-index: 100;
background-color: #5a9b21;
}
.hamburger .spnavi .toggle:hover{
opacity: 0.7;
}
.hamburger .spnavi .toggle.spnavi-btn,
.hamburger .spnavi .toggle.navi-btn-on{
outline: none;
}
.navi-btn {
position: relative;
display: inline-block;
box-sizing: border-box;
}
.navi-btn div {
position: absolute;
left: 12px;
height: 1px;
width: 28px;
border-radius: 1px;
background-color: #fff;
display: inline-block;
box-sizing: border-box;
transition: 0.3s;
}
.navi-btn div:nth-of-type(1) {
top: 15px;
}
.navi-btn div:nth-of-type(2) {
top: 24px;
}
.navi-btn div:nth-of-type(3) {
bottom: 16px;
width: 20px;
}
.navi-btn-on{
position: relative;
display: inline-block;
box-sizing: border-box;
transition: 0.3s;
}
.navi-btn-on div{
position: absolute;
left: 11px;
height: 1px;
width: 30px;
background-color: #fff;
border-radius: 2px;
display: inline-block;
box-sizing: border-box;
filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3)); 
transition: 0.3s;
}
.navi-btn-on div:nth-of-type(1) {
top: 24px;
transform: translateX(0px) rotate(45deg);
}
.navi-btn-on div:nth-of-type(2) {
display: none;
}
.navi-btn-on div:nth-of-type(3) {
width: 30px;
bottom: 25px;
transform: translateY(0px) rotate(-45deg);
} .spmenu{
display: none;
position: absolute;
top: -50px;
right: 0;
margin: 0;
padding: 5%;
box-sizing: border-box;
color: #fff;
background-color: #5a9b21;
width: calc(100% + 250px);
height: calc(100vh + 50px);
touch-action: manipulation;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
z-index: 10;
} .spmenu .title{
margin: 15px auto 0;
}
.spmenu .title img{
display: block;
margin: 0 auto;
width: 100px;
}
.spmenu .title p{
width: 90%;
margin: 0 auto;
text-align: center;
font-size: 1rem;
} .spmenu ul{
width: 90%;
margin: 10px auto;
padding: 0;
list-style: none;
text-align: left;
font-weight: 500;
border-top: 1px solid #eee;
}
.spmenu ul li a{
display: block;
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #eee;
color: #fff;
}
.spmenu ul li a:hover{
color: #5a9b21;
background-color: #fff;
} .spmenu ul li.accordion {
padding: 10px;
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/icon_on.svg);
background-position: right 10px top 13px;
background-repeat: no-repeat; 
background-size: 15px;
border-bottom: 1px solid #eee;
cursor: pointer;
}
.spmenu ul li.accordion.open {
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/icon_off.svg);
background-position: right 10px top 13px;
background-repeat: no-repeat; 
background-size: 15px;
border-bottom: none;
}
.spmenu ul li.accordion ul{
width: 95%;
margin: 10px 0 0 5%;
padding: 0;
font-size: 1.4rem;
}
.spmenu ul li.accordion ul li{
border: none;
} .spmenu .sub{
text-align: center;
}
.spmenu .sub a{
color: #fff;
padding: 2px 6px;
}
.spmenu .sub a:hover{
color: #5a9b21;
background-color: #fff;
} .spmenu .sns{
width: 90%;
margin: 10px auto;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.spmenu .sns div{
width: 45px;
margin: 0 5px;	
}
.spmenu .sns a{
display: block;
width: 40px;
height: 40px;
border-radius: 50%;
padding: 5px;
margin: 0 auto;	
}
.spmenu .sns img{
width: 25px;
margin-top: 7px;
}
.spmenu .sns a:hover{
background-color: #fff;
} .spmenu .copyright{
width: 90%;
text-align: center;
font-size: 1.3rem;
margin: 0 auto;
padding: 0 0 50px;
}
}@media print,  screen and (max-width: 699px){ html{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
font-size: 62.5%;
}
body{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
background-color: #fff;
color: #333; 
font-family: "Zen Maru Gothic", serif;
font-weight: 400;
font-size: 1.4rem;
-webkit-text-size-adjust: 100%;
}
img{
border: none; 
max-width: 100%;
height: auto;
width :auto;　
}
a{
outline: none;
transition: 0.3s;
}
a:link,
a:visited{
color: #000;
text-decoration: none;
transition: 0.3s;
word-break: break-all;
}
a:hover,
a:active{
color: #666;
text-decoration: none;
}
.clear{
clear: both;
}
p{
line-height: 1.77;
}
br.pc{
display: none;
} .loadingWrap{
width: 100%;
height: 100%;
background-color: #5a9b21;
position: fixed;
top: 0;
left: 0;
z-index: 20001;
}
.loadingWrap div{
width: 200px;
height: 200px;
position: absolute;
top: calc(50% - 100px);
left: calc(50% - 100px);
overflow: hidden;
text-align: center;
} .header{
width: 140px;
box-sizing: border-box;
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/bg_logo.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-size: cover;
background-color: #9c7c00;
position: absolute;
top: 0;
left: 0;
z-index: 20;
display: grid;
place-items: center;
cursor: pointer;
transition: 0.3s;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.header img{
width: 110px;
transition: 0.3s;
}
.header img:hover{
opacity: 0.8;
}
.header.fixed{
width: 70px;
height: 50px;
position: fixed;
}
.header.fixed img{
width: 50px;
} .navi{
width: 100%;
height: 50px;
background-color: rgba(255,255,255,0.7);
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
z-index: 15;
position: fixed;
top: 0;
} .navi .inner{
width: calc(100% - 65px);
margin: 0 auto 0 0;
display: flex;
justify-content: flex-end;
align-items: center;
} .navi ul{
display: none;
} .navi .sns{
width: 100px;
display: flex;
justify-content: space-between;
}
.navi .sns img{
width: 26px;
margin: 12px 0 0;
transition: 0.3s;
}
.navi .sns img:hover{
opacity: 0.8;
}   .mv{
width: 100%;
height: calc(100svh - 20px);
background-color: #5a9b21;
position: relative;
z-index: 1;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
} .mv .copy{
z-index: 10;
text-align: center;
}
.mv .copy h1{
width: 80%;
text-align: left;
font-size: 1.5rem;
font-weight: 400;
margin: 0 auto;
line-height: 1.8;
filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
}
.mv .copy h1 br{
display: none;
}
.mv .copy h2{
width: 80%;
font-family: "Damion", cursive;
font-size: 3rem;
font-weight: 400;
margin: 0 auto 20px;
line-height: 1.2;
filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
} .mv .scroll{
position: absolute;
bottom: 24px;
left: calc(50% - 16px);
width: 30px;
height: 30px;
border-radius: 15px;
background-color: #5a9b21;
z-index: 1000;
display: grid;
place-items: center;
transition: 0.3s;
cursor: pointer;
}
.mv .scroll img{
transform: rotate(180deg);
width: 15px;
}
.mv .scroll:hover{
background-color: #9c7c00;
transform: translate(0,2px);
} .mv .slide{
position: absolute;
top: 0;
left:0;
width: 100%;
height: 100%;
z-index: 0;
overflow: hidden;
}
.xo-slider,
.mv .slide ul{
margin: 0;
padding: 0;
list-style: none;
width: 100%;
height: 100%;
}
.xo-slider img,
.mv .slide ul img{
width: 100% !important;
height: 100vh !important;
object-fit: cover !important;
overflow:hidden !important;
animation: zoom 5s ease-in-out forwards;
}
@keyframes zoom {
100% {
transform:scale(1.1)
} 
} .footer{
clear: both;
width: 100%;
margin: 0 auto;
padding: 30px 0 40px;
box-sizing: border-box;
z-index: 1;
position: relative;
background-color: #5a9b21;
color: #fff;
font-size: 1.2rem;
} .footer .inner{
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.footer .inner a{
color: #fff;
}
.footer .inner a:hover{
color: #fff;
text-decoration: underline;
} .footer .logo{
width: 100%;
}
.footer .logo img{
width: 100px;
display: block;
margin: 0 auto 10px;
} .footer .info{
width: 100%;
padding: 15px 0;
border-top: 1px solid #fff;
}
.footer .info strong{
display: block;
padding: 0 0 10px;
} .footer .sub{
text-align: center;
border-top: 1px solid #fff;
width: 100%;
padding: 10px 0;
}
.footer .sub .copyright{
margin: 10px 0;
padding: 10px 0;
border-top: 1px solid #fff;
} .pagescroll {
position: fixed;
bottom: 0;
right: 0;
z-index: 10;
width: 40px;
}
.pagescroll a{
display: block;
text-align: center;
width: 40px;
height: 34px;
line-height: 34px;
margin: 0 0 0 auto;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
box-sizing: border-box;
text-decoration: none;
background-color: #5a9b21;
transition: 0.3s;
}
.pagescroll a img{
width: 13px;
}
.pagescroll a:hover{
background-color: #9c7c00;
} .side-banner{
position: fixed;
bottom: 0;
left: 0;
z-index: 10;
width: 100%;
}
.side-banner a{
font-size: 1.3rem;
display: block;
text-align: center;
color: #fff;
width: 100%;
height: 34px;
line-height: 34px;
margin: 0;
box-sizing: border-box;
border-top: 1px solid #fff;
text-decoration: none;
background-color: #5a9b21;
transition: 0.3s;
letter-spacing: 2px;
}
.side-banner a:hover{
background-color: #9c7c00;
} .bg-image{
width: 100%;
height: 200px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.bg-image.first{
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/bg_space_01.jpg);
}
.bg-image.second{
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/bg_space_02.jpg);
} .section{
clear: both;
width: 100%;
margin: 0 auto;
padding: 40px 0;
box-sizing: border-box;
position: relative;
} .section .inner{
margin: 0 auto;
width: 94%;
} .section .midashi{
margin: 0 0 20px;
text-align: center;
}
.section .midashi h2{
color: #5a9b21;
font-size: 2.3rem;
font-weight: 600;
margin: 0 0 20px;
padding: 0;
}
.section .midashi p{
width: 90%;
margin: 0 auto;
text-align: left;
}
.section .midashi p br{
display: none;
} .section .btn{
margin: 0;
text-align: center;
}
.section .btn a{
margin: 30px auto 0;
display: block;
width: 200px;
height: 40px;
line-height: 40px;
border-radius: 40px;
background-color: #5a9b21;
color: #fff;
font-weight: 500;
}
.section .btn a:hover{
background-color: #9c7c00;
} .section ul.panel{
width: 100%;
margin: 30px auto;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
} .section ul.panel li{
margin: 0.5%;
width: 49%;
padding: 0 10px;
box-sizing: border-box;
color: #fff;
} .section ul.panel li .clip img{
transition: 0.3s;
width: 100%;
height: 130px;
object-fit: cover;
overflow: hidden;
transition: 0.3s;
border: 1px solid #fff;
}
.section ul.panel li .clip img:hover{
border: 1px solid #5a9b21;
} .section ul.panel li .item{
margin: 5px 0;
padding: 0 0 10px;
}
.section ul.panel li a{
text-align: left;
} .section.concept-area{
} .section.showcase-area{
color: #fff;
background-color: #5a9b21;	
}
.section.showcase-area .midashi h2{
color: #fff;
}
.section.showcase-area .btn a{
color: #5a9b21;
background-color: #fff;
}
.section.showcase-area .btn a:hover{
color: #fff;
background-color: #9c7c00;
} .section.showcase-area ul.panel li{
width: 49%;
}
.section.showcase-area ul.panel li .item{
border-bottom: 1px solid #fff;
}
.section.showcase-area ul.panel li a{
color: #fff;
}
.section.showcase-area ul.panel li .cate{
margin: 15px 0;
font-size: 1rem;
}
.section.showcase-area ul.panel li .cate a{
display: inline-block;
padding: 2px 3px;
margin: 0 5px 5px 0;
color: #5a9b21;
background-color: #fff;
}
.section.showcase-area ul.panel li .cate a:hover{
color: #fff;
background-color: #9c7c00;	
} .section.tree-area{
background-color: #f9f8e9;	
} .section.news-area{
}
.section ul.news-list{
width: 94%;
margin: 40px auto 20px;
padding: 0;
list-style: none;
text-align: left;
}
.home .section ul.news-list{
margin: 20px auto;
}
.section ul.news-list li{
box-sizing: border-box;
padding: 10px 5px;
border-bottom: 1px solid #ccc;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.section ul.news-list li .date{
display: inline-block;
margin-bottom: 5px;
background-color: #eee;
padding: 2px 6px;
font-size: 1.1rem;
width: 50px;
text-align: center;
}
.section ul.news-list li .term{
width: calc(100% - 70px);
}
.section ul.news-list li .term a{
font-size: 1rem;
display: inline-block;
padding: 2px 6px;
text-align: center;
color: #fff;
font-weight: bold;
background-color: #5a9b21;
}
.section ul.news-list li .term a:hover{
background-color: #9c7c00;
}
.section ul.news-list li .detai{
width: 100%;
margin: 10px 0;
}
.section ul.news-list li .detai a{
display: block;
}
.section ul.news-list li .detai a:hover{
color: #5a9b21;
text-decoration: underline;
}
.section.contents-area ul.news-list{
width: 100%;
margin: 30px 0;
padding: 0;
}
.section.contents-area ul.news-list li{
padding: 10px 0;
} .section.campain-area{
background-color: #eff8e7;	
}
.section.campain-area p.empty{
text-align: center;
color: #5a9b21;
font-weight: 600;
} .section.step-area{
} .section.step-area ul.panel li{
width: 100%;
margin: 0;
color: #333;
text-align: left;
position: relative;
}
.section.step-area ul.panel li:before{
position: absolute;
top: 40px;
left: 0;
width: 100%;
text-align: center;
font-size: 3rem;
font-weight: 600;
color: #fff;
}
.section.step-area ul.panel li:first-child:before{
content: "Step1";
}
.section.step-area ul.panel li:nth-child(2):before{
content: "Step2";
}
.section.step-area ul.panel li:last-child:before{
content: "Step3";
}
.section.step-area ul.panel li .item{
font-weight: 500;
border-bottom: 1px solid #ccc;
}
.section.step-area ul.panel li p{
font-size: 1.3rem;
line-height: 1.5;
width: 100%;
}
.section.step-area ul.panel li .clip img{
height: 100px;
margin: 20px 0 10px;
} .section.areamap-area{
color: #fff;
background-color: #5a9b21;	
}
.section.areamap-area .midashi h2{
color: #fff;
}
.section.areamap-area img{
display: block;
margin: 20px auto 0;
width: 95%;
filter: drop-shadow(0 0 3px rgba(0,0,0,0.2));
}
.section.areamap-area .btn a{
color: #5a9b21;
background-color: #fff;
}
.section.areamap-area .btn a:hover{
color: #fff;
background-color: #9c7c00;
} .section.sns-area{
border-top: 1px solid #ddd;
background-color: #fafafa;	
} .section.sns-area .box{
margin: 0 auto;
padding: 0;
list-style: none;
width: 100%;
}
.section.sns-area .box li{
width: 100%;
padding: 15px 0 5px;
box-sizing: border-box;
text-align: left;
border-bottom: 1px dotted #ccc;
}
.section.sns-area .box li img{
display: block;
width: 40px;
margin: 0 auto 10px;
}
.section.sns-area .box li p a{
font-size; 1.2rem;
display: block;
padding: 20px 0;
text-decoration: underline;
}
.section.sns-area .box li p a:hover{
color: #9c7c00;
} .section.contact-area{
background-color: #5a9b21;	
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/bg_contact.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.section.contact-area .inner{
padding: 20px 10px 10px;
box-sizing: border-box;
width: 90%;
background-color: rgba(255,255,255,0.7);
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
} .section.contact-area .btns{
width: 90%;
margin: 10px auto 20px;
display: flex;
display: inline-flex;
flex-wrap: wrap;
}
.section.contact-area .btns a{
color: #fff;
background-color: #5a9b21;
width: 90%;
height: 50px;
line-height: 50px;
font-weight: 500;
margin: 10px auto 0;
}
.section.contact-area .btns a:hover{
background-color: #9c7c00;
}
.section.contact-area .aligncenter{
text-align: center;
} .section.banner-area{
padding: 30px 0;
background-color: #eee;	
}
.section.banner-area ul{
margin: 0 auto;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
width: 90%;
}
.section.banner-area ul li{
width: 33.3%;
margin: 1% 0;
}
.section.banner-area ul li a img{
display: block;
margin: 0;
width: 90%;
max-width: 250px;
border: 1px solid #ddd;
}
.section.banner-area ul li a img:hover{
border: 1px solid #fff;
}  .fv{
width: 100%;
height: 120px;
position: relative;
z-index: 1;
background-color: #5a9b21;
background-repeat: no-repeat;
background-position: center center; 	
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
} .fv h1{
display: none;
width: 90%;
color: #fff;
text-align: center;
font-size: 2.2rem;
font-weight: 500;
margin: 70px auto 0;
filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
} .pankuzu{
width: 100%;
margin: 1px auto 0;
padding: 0;
background-color: #eee;
font-size: 1.2rem;
color: #666;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
position: relative;
}
.pankuzu::-webkit-scrollbar {
display: none;
}
.pankuzu ul{
width: max-content;
margin: 0;
padding: 5px 20px;
list-style: none;
display: flex;
}
.pankuzu ul li a{
display: block;
margin: 0 6px 0 0;
position: relative;
color: #333;
}
.pankuzu ul li a:after{
content: ">";
position: relative;
margin-left: 6px;
}
.pankuzu ul li a:hover{
text-decoration: none;
color: #999;
} .section.contents-area{
width: 90%;
margin: 0 auto;
} .contents-area h1{
text-align: center;
font-size: 2.4rem;
margin: 0;
padding: 0;
display: flex;
align-items: center;
color: #5a9b21;
}
.contents-area h1::before{
content: '';
height: 1px;
background-color: #ccc;
flex-grow: 1;
margin: 0 2rem 0 0;
}
.contents-area h1::after {
content: '';
height: 1px;
background-color: #ccc;
flex-grow: 1;
margin: 0 0 0 2rem;
}
.section.contents-area h2{
font-size: 2rem;
font-weight: 600;
margin: 50px 0 15px;
padding: 0 0 5px;
border-bottom: solid 5px #eee;
position: relative;
}
.section.contents-area h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 5px #5a9b21;
bottom: -5px;
width: 20%;
}
.section.contents-area h3{
font-size: 1.8rem;
font-weight: 600;
margin: 50px 0 10px;
padding: 0 0 10px;
position: relative;
}
.section.contents-area h3:after{
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 5px;
background: -webkit-repeating-linear-gradient(-45deg, #ddd, #ddd 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, #ddd, #ddd 2px, #fff 2px, #fff 4px);
}
.section.contents-area h4{
font-size: 1.5rem;
font-weight: 600;
margin: 50px 0 5px;
padding: 0 0 5px;
border-bottom: 1px dotted #ccc;
} .aligncenter{
text-align: center;
}
.alignright{
text-align: right;
}
.aligncenter .wp-block img{
display: block;
margin: 0 auto;
}
img.alignleft{
display: block;
float: left;
margin: 10px 25px 10px 0;
}
img.aligncenter{
display: block;
margin: 10px auto;
}
img.alignright{
display: block;
float: right;
margin: 10px 0 10px 25px;
} .section.contents-area p{
margin: 10px 0 20px;
line-height: 1.8;
}
.section.contents-area strong{
color: #5a9b21;
} .section.contents-area ul{
margin: 30px 0;
padding: 0 0 0 25px;
}
.section.contents-area ol{
margin: 30px 0;
padding: 0 0 0 25px;
} 
.section.contents-area ul li,
.section.contents-area ol li{
margin: 5px 0;
padding: 0;
} .section.contents-area p a{
color: #5a9b21;
text-decoration: underline;
}
.section.contents-area p a:hover{
color: #9c7c00;
text-decoration: underline;
} .section.contents-area a.btn{
display: inline-block;
color: #fff;
background-color: #5a9b21;
text-decoration: none;
text-align: center;
padding: 10px 40px;
border-radius: 30px;
font-weight: 500;
}
.section.contents-area a.btn:hover{
color: #fff;
text-decoration: none;
background-color: #9c7c00;
} .section.contents-area hr{
margin: 30px 0 0;
border: 0; 
height: 1px; 
background-color: #ddd;
} .scroll-table{
width: 100%;
margin: 0 auto;
overflow: auto;
white-space: nowrap;
}
table{
width: 100%;
margin: 10px 0 30px;
border-collapse: collapse !important;
border-top: 1px solid #ddd;
}
table thead tr{
background-color: #eee !important;
}
table thead,
table tbody{
border-collapse: collapse !important;
}
table th{
width: 130px;
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
table td{
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
table tr:nth-child(odd){
background-color: #fafafa;
}
table a{
text-decoration: underline !important;
} .wp-block-button__link {
margin-top: 20px;
color: #fff !important;
background-color: #5a9b21 !important;
min-width: 200px;
}
.wp-block-button__link:hover{
background-color: #9c7c00 !important;
} .wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 select,
.wpcf7 textarea{
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
padding: 10px;
font-size: 1.6rem;
box-sizing: border-box;
background-color: #eee;	
border: 1px solid #eee;
border-radius: 5px;
}
.wpcf7 textarea{
height: 80px;
}
.wpcf7 input[type=submit],
.wpcf7 input[type=reset]{
display: block;
appearance: none;
margin: 0 auto;
width: 50%;
padding: 15px;
font-size: 1.6rem;
font-weight: 600;
color: #fff;
text-align: center;
border: 0px;
transition: 0.3s ease;
margin: 30px auto;
display: block;
border-radius: 25px;
}
.wpcf7 input[type=submit]:disabled{
opacity: 0.2;
cursor: default;
}
.wpcf7 input[type=submit]{
background-color: #5a9b21;
color: #fff;
cursor: pointer;
}
.wpcf7 input[type=submit]:enabled:hover{
background-color: #9c7c00;
color: #fff;
}
.wpcf7 .req{
color: #dc3232;
margin: 5px;
}
.wpcf7 .half{
width: 50% !important;
} .calendar iframe{
width: 100%;
margin: 30px auto;
} .tel{
margin: 10px 0px;
letter-spacing: 2px;
font-size: 2.6rem;
font-weight: 600;
font-family: "Zen Maru Gothic", serif;
color: #5a9b21;
}  .wpp-list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 !important;
padding: 0 !important;
}
.wpp-list li{
width: 48%;
}
.wpp-list li img{
width: 100%;
display: block;
height: 100px;
object-fit: cover;
border: 2px solid #fafafa;
box-sizing: border-box;
transition: 0.3s;
}
.wpp-list li img:hover{
border: 2px solid #5a9b21;
}
.wpp-list li .wpp-post-title,
.wpp-list li .wpp-views{
width: 100%;
display: block;
} .catetag {
}
.catetag a{
font-size: 1.2rem;
display: inline-block;
padding: 3px;
margin: 3px;
}  .company iframe{
height: 200px;
}
.company iframe.accessmap{
height: 300px;
} .archive .date:not(.news-list .date){
margin: 10px 0 0;
}
.archive .more-link{
border-top: 1px solid #ddd;
text-align: right;
}
.archive .more-link a{
color: #fff;
background-color: #5a9b21;
display: inline-block;
padding: 3px 15px;
font-size: 1.1rem;
font-weight: 500;
margin: 0 0 20px;
}
.archive .more-link a:hover{
background-color: #9c7c00;
} .pagination{	
clear: both;
width: 100%;
margin: 30px 0;
padding: 0;
display: flex;
align-items: stretch;
justify-content: center;
text-align: center;
font-size: 1.2rem;
font-weight: 600;
}
.pagination a{
width: 32px;
height: 32px;
line-height: 32px;
color: #5a9b21;
background-color: #eee;
transition: 0.3s ease;
text-decoration: none !important;
border-radius: 1px;
margin: 0 1px;
}
.pagination a:hover{
color: #fff !important;
background-color: #9c7c00;
}
.pagination span{
width: 32px;
height: 32px;
line-height: 32px;
color: #5a9b21;
background-color: #eee;
transition: 0.3s ease;
text-decoration: none;
border-radius: 1px;
margin: 0 1px;
}
.pagination span.current{
color: #fff;
background-color: #5a9b21;
}
.pagination a.next,
.pagination a.prev{
color: #5a9b21;
}
.pagination a.next:hover,
.pagination a.prev:hover{
color: #fff;
} .pager{
clear: both;
display: flex;
justify-content: space-between;
border-top: 1px solid #ddd;
margin: 50px 0 0;
padding: 50px 0 0;
}
.pager span{
width: 33%;
}
.pager span:nth-child(1){
text-align: left;
}
.pager span:nth-child(2) {
text-align: center;
}
.pager span:nth-child(3) {
text-align: right;
}
.pager a{
text-decoration: none;
color: #fff;
background-color: #5a9b21;
display: inline-block;
padding: 5px 10px;
transition: 0.3s ease;
text-decoration: none;
font-size: 1.2rem;
}
.pager a:hover{
color: #fff;
background-color: #9c7c00;
}  .contents-area ul.panel{
width: 101%;
margin: 30px -1%;
padding: 0;
justify-content: space-between;
} .contents-area ul.panel li{
margin: 1% 0;
width: 48%;
padding: 0;
color: #333;
} .contents-area ul.panel li .clip img{
transition: 0.3s;
border: 3px solid #eee;
}
.contents-area ul.panel li .clip img:hover{
border: 3px solid #5a9b21;
} .tag .contents-area ul.panel li .item,
.category .contents-area ul.panel li .item,
.tax-tree_tag .contents-area ul.panel li .item,
.tax-tree_categor .contents-area ul.panel li .item,
.post-type-archive-tree .contents-area ul.panel li .item,
.showcase .contents-area ul.panel li .item{
border-bottom: 1px solid #ddd;
} .contents-area ul.panel li .cate{
margin: 20px 0;
font-size: 1.2rem;
}
.contents-area ul.panel li .cate a{
display: inline-block;
padding: 3px 6px;
margin: 0 5px 5px 0;
color: #fff;
background-color: #5a9b21;
}
.contents-area ul.panel li .cate a:hover{
color: #fff;
background-color: #9c7c00;	
} .single h2{
margin-bottom: 30px  !important;
} .single .date{
margin: -30px 0 0;
padding: 10px 5px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
} .single .term{
margin: 0 0 30px;
padding: 10px 5px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
.single .term a{
display: inline-block;
font-size: 80%;
padding: 2px 10px;
text-align: center;
color: #fff;
font-weight: bold;
background-color: #5a9b21;
}
.single .term a:hover{
background-color: #9c7c00;
} .single .data{
clear: both;
border: 1px solid #ddd;
background-color: #fafafa;
padding: 0 10px 10px;
box-sizing: border-box;
}
.single .data h4{
color: #5a9b21;
margin-top: 10px;
}
.single .data ul{
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
position: relative;
} .cntl{
margin: 20px 0;
}
.cntl strong{
display: block;
width: 200px;
margin: 0;
padding: 10px;
box-sizing: border-box;
text-align: center;
color: #fff !important;
background-color: #5a9b21;
cursor: pointer;
}
.cntl div.search{
width: 100%;
margin: 0;
padding: 0 10px 10px 10px;
box-sizing: border-box;
border: 1px solid #5a9b21;
background-color: #fafafa;
display: none;
}
.cntl div.search h3{
color: #5a9b21;
margin-top: 10px;
} .cntl div.search select{
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
padding: 10px;
font-size: 1.3rem;
box-sizing: border-box;
color: #5a9b21;
background-color: #fff;
border-radius: 1px;
} .cntl div.search a{
color: #5a9b21;
background-color: #fff;
padding: 2px 5px;
display: inline-block;
border-radius: 1px;
}
.cntl div.search a:hover{
color: #fff;
background-color: #9c7c00;
border-radius: 1px;
} .circle{
color: #fff;
background-color: #5a9b21;
padding: 0 0 0 30px;
border-radius: 5px;
font-size: 1.7rem;
font-weight: 500;
position: relative;
}
.circle:after {
content: '';
display: block;
position: absolute;
top: 10px;
left: 10px;
width: 10px;
height: 5px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(-45deg);
}
.wp-block-columns h3,
.wp-block-columns h4{
margin-top: 5px !important;
}
}@media screen and (min-width: 700px) and (max-width: 1023px){ html{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
font-size: 62.5%;
}
body{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
background-color: #fff;
color: #333; 
font-family: "Zen Maru Gothic", serif;
font-weight: 400;
font-size: 1.5rem;
-webkit-text-size-adjust: 100%;
}
img{
border: none; 
max-width: 100%;
height: auto;
width :auto;　
}
a{
outline: none;
transition: 0.3s;
word-break: break-all;
}
a:link,
a:visited{
color: #000;
text-decoration: none;
transition: 0.3s;
}
a:hover,
a:active{
color: #666;
text-decoration: none;
}
.clear{
clear: both;
}
p{
line-height: 1.77;
}
br.pc{
display: none;
} .loadingWrap{
width: 100%;
height: 100%;
background-color: #5a9b21;
position: fixed;
top: 0;
left: 0;
z-index: 20001;
}
.loadingWrap div{
width: 280px;
height: 280px;
position: absolute;
top: calc(50% - 140px);
left: calc(50% - 140px);
overflow: hidden;
text-align: center;
} .header{
width: 190px;
box-sizing: border-box;
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/bg_logo.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-size: cover;
background-color: #9c7c00;
position: absolute;
top: 0;
left: 0;
z-index: 20;
display: grid;
place-items: center;
cursor: pointer;
transition: 0.3s;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.header img{
width: 150px;
transition: 0.3s;
}
.header img:hover{
opacity: 0.8;
}
.header.fixed{
width: 100px;
height: 70px;
position: fixed;
}
.header.fixed img{
width: 70px;
} .navi{
width: 100%;
height: 50px;
background-color: rgba(255,255,255,0.7);
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
z-index: 15;
position: fixed;
top: 0;
} .navi .inner{
width: calc(100% - 65px);
margin: 0 auto 0 0;
display: flex;
justify-content: flex-end;
align-items: center;
} .navi ul{
display: none;
} .navi .sns{
width: 100px;
display: flex;
justify-content: space-between;
}
.navi .sns img{
width: 26px;
margin: 12px 0 0;
transition: 0.3s;
}
.navi .sns img:hover{
opacity: 0.8;
}   .mv{
width: 100%;
height: calc(100svh - 20px);
background-color: #5a9b21;
position: relative;
z-index: 1;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
} .mv .copy{
z-index: 10;
text-align: center;
}
.mv .copy h1{
font-size: 1.8rem;
font-weight: 400;
margin: 0;
line-height: 1.8;
filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
}
.mv .copy h2{
font-family: "Damion", cursive;
font-size: 4.2rem;
font-weight: 400;
margin: 0 0 30px;
line-height: 1.2;
filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
} .mv .scroll{
position: absolute;
bottom: -16px;
left: calc(50% - 16px);
width: 32px;
height: 32px;
border-radius: 16px;
background-color: #5a9b21;
z-index: 1000;
display: grid;
place-items: center;
transition: 0.3s;
cursor: pointer;
}
.mv .scroll img{
transform: rotate(180deg);
width: 16px;
}
.mv .scroll:hover{
background-color: #9c7c00;
transform: translate(0,2px);
} .mv .slide{
position: absolute;
top: 0;
left:0;
width: 100%;
height: 100%;
z-index: 0;
overflow: hidden;
}
.xo-slider,
.mv .slide ul{
margin: 0;
padding: 0;
list-style: none;
width: 100%;
height: 100%;
}
.xo-slider img,
.mv .slide ul img{
width: 100% !important;
height: 100vh !important;
object-fit: cover !important;
overflow:hidden !important;
animation: zoom 5s ease-in-out forwards;
}
@keyframes zoom {
100% {
transform:scale(1.1)
} 
} .footer{
clear: both;
width: 100%;
margin: 0 auto;
padding: 40px 0 60px;
box-sizing: border-box;
z-index: 1;
position: relative;
background-color: #5a9b21;
color: #fff;
font-size: 1.4rem;
} .footer .inner{
width: 92%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.footer .inner a{
color: #fff;
}
.footer .inner a:hover{
color: #fff;
text-decoration: underline;
} .footer .logo{
width: 100%;
}
.footer .logo img{
width: 160px;
} .footer .info{
width: 100%;
padding: 15px 0;
border-top: 1px solid #fff;
}
.footer .info strong{
display: block;
padding: 0 0 10px;
}
.footer .info strong br{
display: none;
} .footer .sub{
border-top: 1px solid #fff;
width: 100%;
padding: 10px 0;
}
.footer .sub .copyright{
margin: 10px 0;
padding: 10px 0;
border-top: 1px solid #fff;
} .pagescroll {
position: fixed;
bottom: 5px;
right: 2px;
z-index: 5;
width: 36px;
}
.pagescroll a{
display: block;
width: 36px;
height: 36px;
border-radius: 18px;
margin: 0 0 0 auto;
padding: 4px 10px;
border: 1px solid #fff;
box-sizing: border-box;
text-decoration: none;
background-color: #5a9b21;
transition: 0.3s;
}
.pagescroll a img{
width: 13px;
}
.pagescroll a:hover{
background-color: #9c7c00;
transform: translate(0,-2px);
} .side-banner{
position: fixed;
top: calc(50% - 90px);
right: 0;
z-index: 1000;
width: 40px;
}
.side-banner a{
height: 180px;
display: block;
writing-mode: vertical-rl;
color: #fff;
width: 38px;
padding: 16px 8px 16px 2px;
margin: 0 0 0 auto;
box-sizing: border-box;
border: 1px solid #fff;
border-right: 0;
text-decoration: none;
background-color: #5a9b21;
transition: 0.3s;
letter-spacing: 1px;
}
.side-banner a:hover{
background-color: #9c7c00;
} .bg-image{
width: 100%;
height: 300px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.bg-image.first{
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/bg_space_01.jpg);
}
.bg-image.second{
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/bg_space_02.jpg);
} .section{
clear: both;
width: 100%;
margin: 0 auto;
padding: 60px 0;
box-sizing: border-box;
position: relative;
} .section .inner{
margin: 0 auto;
width: 92%;
} .section .midashi{
margin: 0 0 30px;
text-align: center;
}
.section .midashi h2{
color: #5a9b21;
font-size: 3rem;
font-weight: 600;
margin: 0 0 30px;
padding: 0;
} .section .btn{
margin: 0;
text-align: center;
}
.section .btn a{
margin: 40px auto 0;
display: block;
width: 260px;
height: 50px;
line-height: 50px;
border-radius: 50px;
background-color: #5a9b21;
color: #fff;
font-weight: 500;
}
.section .btn a:hover{
background-color: #9c7c00;
} .section ul.panel{
width: 100%;
margin: 30px auto;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
} .section ul.panel li{
margin: 1%;
width: 31%;
padding: 0 10px;
box-sizing: border-box;
color: #fff;
} .section ul.panel li .clip img{
transition: 0.3s;
width: 100%;
height: 200px;
object-fit: cover;
overflow: hidden;
transition: 0.3s;
border: 3px solid #fff;
}
.section ul.panel li .clip img:hover{
border: 3px solid #5a9b21;
} .section ul.panel li .item{
margin: 5px 0;
padding: 0 0 15px;
}
.section ul.panel li a{
text-align: left;
} .section.concept-area{
}
.section.concept-area p{
margin: 0 auto;
width: 90%;
} .section.showcase-area{
color: #fff;
background-color: #5a9b21;	
}
.section.showcase-area .midashi h2{
color: #fff;
}
.section.showcase-area .btn a{
color: #5a9b21;
background-color: #fff;
}
.section.showcase-area .btn a:hover{
color: #fff;
background-color: #9c7c00;
} .section.showcase-area ul.panel li{
width: 48%;
}
.section.showcase-area ul.panel li .item{
border-bottom: 1px solid #fff;
}
.section.showcase-area ul.panel li a{
color: #fff;
}
.section.showcase-area ul.panel li .cate{
margin: 20px 0;
font-size: 1.2rem;
}
.section.showcase-area ul.panel li .cate a{
display: inline-block;
padding: 3px 6px;
margin: 0 5px 5px 0;
color: #5a9b21;
background-color: #fff;
}
.section.showcase-area ul.panel li .cate a:hover{
color: #fff;
background-color: #9c7c00;	
} .section.tree-area{
background-color: #f9f8e9;	
} .section.news-area{
}
.section ul.news-list{
width: 94%;
margin: 60px auto 30px;
padding: 0;
list-style: none;
text-align: left;
}
.home .section ul.news-list{
margin: 30px auto;
}
.section ul.news-list li{
box-sizing: border-box;
padding: 15px 5px;
border-bottom: 1px solid #ccc;
display: flex;
flex-wrap: nowrap;
}
.section ul.news-list li .date{
width: 80px;
}
.section ul.news-list li .term{
width: 110px;
margin-right: 10px;
}
.section ul.news-list li .term a{
display: block;
font-size: 80%;
padding: 2px;
text-align: center;
color: #fff;
font-weight: bold;
background-color: #5a9b21;
}
.section ul.news-list li .term a:hover{
background-color: #9c7c00;
}
.section ul.news-list li .detai{
width: calc(100% - 220px);
}
.section ul.news-list li .detai a{
display: block;
color: #fff;
}
.section ul.news-list li .detai a:hover{
color: #5a9b21;
text-decoration: underline;
}
.section.contents-area ul.news-list{
width: 100%;
margin: 40px 0;
padding: 0;
}
.section.contents-area ul.news-list li{
padding: 15px 5px;
} .section.campain-area{
background-color: #eff8e7;	
}
.section.campain-area p.empty{
text-align: center;
color: #5a9b21;
font-weight: 600;
} .section.step-area{
} .section.step-area ul.panel li{
color: #333;
text-align: left;
position: relative;
}
.section.step-area ul.panel li:before{
position: absolute;
top: 55px;
left: 0;
width: 100%;
text-align: center;
font-size: 3rem;
font-weight: 600;
color: #fff;
}
.section.step-area ul.panel li:first-child:before{
content: "Step1";
}
.section.step-area ul.panel li:nth-child(2):before{
content: "Step2";
}
.section.step-area ul.panel li:last-child:before{
content: "Step3";
}
.section.step-area ul.panel li .item{
font-weight: 500;
border-bottom: 1px solid #ccc;
}
.section.step-area ul.panel li p{
font-size: 1.4rem;
}
.section.step-area ul.panel li .clip img{
height: 150px;
} .section.areamap-area{
color: #fff;
background-color: #5a9b21;	
}
.section.areamap-area .midashi h2{
color: #fff;
}
.section.areamap-area img{
display: block;
margin: 30px auto 0;
width: 80%;
max-width: 600px;
filter: drop-shadow(0 0 3px rgba(0,0,0,0.2));
}
.section.areamap-area .btn a{
color: #5a9b21;
background-color: #fff;
}
.section.areamap-area .btn a:hover{
color: #fff;
background-color: #9c7c00;
} .section.sns-area{
border-top: 1px solid #ddd;
background-color: #fafafa;	
} .section.sns-area .box{
margin: 0 auto;
padding: 0;
list-style: none;
width: 100%;
display: flex;
}
.section.sns-area .box li{
flex-grow: 0;
width: 50%;
padding: 0;
box-sizing: border-box;
text-align: left;
border-right: 1px solid #ccc;
}
.section.sns-area .box li:last-child{
border: none;
}
.section.sns-area .box li img{
display: block;
width: 70px;
margin: 0 auto;	
}
.section.sns-area .box li p{
margin: 30px auto;
width: 90%;
}
.section.sns-area .box li p a{
display: block;
padding-top: 20px;
text-decoration: underline;
}
.section.sns-area .box li p a:hover{
color: #9c7c00;
} .section.contact-area{
background-color: #5a9b21;	
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/bg_contact.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.section.contact-area .inner{
padding: 40px 40px 10px;
box-sizing: border-box;
width: 90%;
background-color: rgba(255,255,255,0.8);
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
} .section.contact-area .btns{
width: 510px;
margin: 10px 0;
display: flex;
display: inline-flex;
justify-content: space-between;
}
.section.contact-area .btns a{
color: #fff;
background-color: #5a9b21;
width: 240px;
height: 50px;
line-height: 50px;
font-size: 1.8rem;
}
.section.contact-area .btns a:hover{
background-color: #9c7c00;
} .section.banner-area{
padding: 40px 0;
background-color: #eee;	
}
.section.banner-area ul{
margin: 0 auto;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
width: 92%;
}
.section.banner-area ul li{
width: 20%;
margin: 1% 0;
}
.section.banner-area ul li a img{
display: block;
margin: 0 auto;
width: 90%;
max-width: 250px;
border: 1px solid #ddd;
}
.section.banner-area ul li a img:hover{
border: 1px solid #fff;
}  .fv{
width: 100%;
height: 160px;
position: relative;
z-index: 1;
background-color: #5a9b21;
background-repeat: no-repeat;
background-position: center center; 	
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
} .fv h1{
display: none;
width: 90%;
color: #fff;
text-align: center;
font-size: 2.8rem;
font-weight: 500;
margin: 70px auto 0;
filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
} .pankuzu{
width: 100%;
margin: 1px auto 0;
padding: 0;
background-color: #eee;
color: #666;
font-size: 1.2rem;
font-weight: 500;
}
.pankuzu ul{
width: 90%;
margin: 0 auto;
padding: 10px 0;
list-style: none;
display: flex;
}
.pankuzu ul li a{
margin: 0 8px 0 0;
position: relative;
color: #666;
}
.pankuzu ul li a:after{
content: ">";
position: relative;
margin-left: 8px;
}
.pankuzu ul li a:hover{
text-decoration: none;
color: #5a9b21;
} .section.contents-area{
width: 94%;
margin: 0 auto;
} .contents-area h1{
text-align: center;
font-size: 3rem;
margin: 0;
padding: 0;
display: flex;
align-items: center;
color: #5a9b21;
}
.contents-area h1::before{
content: '';
height: 1px;
background-color: #ccc;
flex-grow: 1;
margin: 0 2rem 0 0;
}
.contents-area h1::after {
content: '';
height: 1px;
background-color: #ccc;
flex-grow: 1;
margin: 0 0 0 2rem;
}
.section.contents-area h2{
font-size: 2.4rem;
font-weight: 600;
margin: 70px 0 15px;
padding: 0 0 5px;
border-bottom: solid 5px #eee;
position: relative;
}
.section.contents-area h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 5px #5a9b21;
bottom: -5px;
width: 20%;
}
.section.contents-area h3{
font-size: 2rem;
font-weight: 600;
margin: 50px 0 10px;
padding: 0 0 10px;
position: relative;
}
.section.contents-area h3:after{
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 5px;
background: -webkit-repeating-linear-gradient(-45deg, #ddd, #ddd 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, #ddd, #ddd 2px, #fff 2px, #fff 4px);
}
.section.contents-area h4{
font-size: 1.6rem;
font-weight: 600;
margin: 50px 0 5px;
padding: 0 0 5px;
border-bottom: 1px dotted #ccc;
} .aligncenter{
text-align: center;
}
.alignright{
text-align: right;
}
.aligncenter .wp-block img{
display: block;
margin: 0 auto;
}
img.alignleft{
display: block;
float: left;
margin: 10px 25px 10px 0;
}
img.aligncenter{
display: block;
margin: 10px auto;
}
img.alignright{
display: block;
float: right;
margin: 10px 0 10px 25px;
} .section.contents-area p{
margin: 10px 0 20px;
line-height: 1.8;
}
.section.contents-area strong{
color: #5a9b21;
} .section.contents-area ul{
margin: 30px 0;
padding: 0 0 0 25px;
}
.section.contents-area ol{
margin: 30px 0;
padding: 0 0 0 25px;
} 
.section.contents-area ul li,
.section.contents-area ol li{
margin: 5px 0;
padding: 0;
} .section.contents-area p a{
color: #5a9b21;
text-decoration: underline;
}
.section.contents-area p a:hover{
color: #9c7c00;
text-decoration: underline;
} .section.contents-area a.btn{
display: inline-block;
color: #fff;
background-color: #5a9b21;
text-decoration: none;
text-align: center;
padding: 10px 40px;
border-radius: 30px;
font-weight: 500;
}
.section.contents-area a.btn:hover{
color: #fff;
text-decoration: none;
background-color: #9c7c00;
} .section.contents-area hr{
margin: 30px 0 0;
border: 0; 
height: 1px; 
background-color: #ddd;
} .scroll-table{
width: 100%;
margin: 0 auto;
overflow: auto;
white-space: nowrap;
}
table{
width: 100%;
margin: 10px 0 30px;
border-collapse: collapse !important;
border-top: 1px solid #ddd;
}
table thead tr{
background-color: #eee !important;
}
table thead,
table tbody{
border-collapse: collapse !important;
}
table th{
width: 150px;
padding: 15px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
table td{
padding: 15px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
table tr:nth-child(odd){
background-color: #fafafa;
}
table a{
text-decoration: underline !important;
} .wp-block-button__link {
margin-top: 20px;
color: #fff !important;
background-color: #5a9b21 !important;
min-width: 260px;
}
.wp-block-button__link:hover{
background-color: #9c7c00 !important;
} .wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 select,
.wpcf7 textarea{
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
padding: 12px;
font-size: 1.6rem;
box-sizing: border-box;
background-color: #eee;	
border: 1px solid #eee;
border-radius: 5px;
}
.wpcf7 textarea{
height: 120px;
}
.wpcf7 input[type=submit],
.wpcf7 input[type=reset]{
display: block;
appearance: none;
margin: 0 auto;
width: 40%;
padding: 20px;
font-size: 1.8rem;
font-weight: 600;
color: #fff;
text-align: center;
border: 0px;
transition: 0.3s ease;
margin: 30px auto;
display: block;
border-radius: 30px;
}
.wpcf7 input[type=submit]:disabled{
opacity: 0.2;
cursor: default;
}
.wpcf7 input[type=submit]{
background-color: #5a9b21;
color: #fff;
cursor: pointer;
}
.wpcf7 input[type=submit]:enabled:hover{
background-color: #9c7c00;
color: #fff;
}
.wpcf7 .req{
color: #dc3232;
margin: 5px;
}
.wpcf7 .half{
width: 50% !important;
} .calendar iframe{
width: 100%;
margin: 30px auto;
} .tel{
margin: 10px 0px;
letter-spacing: 2px;
font-size: 3rem;
font-weight: 600;
font-family: "Zen Maru Gothic", serif;
color: #5a9b21;
}  .wpp-list{
display: flex;
justify-content: space-between;
margin: 0 !important;
padding: 0 !important;
}
.wpp-list li{
width: 23%;
}
.wpp-list li img{
width: 100%;
display: block;
height: 130px;
object-fit: cover;
border: 3px solid #fafafa;
box-sizing: border-box;
transition: 0.3s;
}
.wpp-list li img:hover{
border: 3px solid #5a9b21;
}
.wpp-list li .wpp-post-title,
.wpp-list li .wpp-views{
width: 100%;
display: block;
} .catetag {
}
.catetag a{
font-size: 1.3rem;
display: inline-block;
padding: 3px;
margin: 3px;
}  .company iframe{
height: 250px;
}
.company iframe.accessmap{
height: 400px;
} .archive .date:not(.news-list .date){
margin: 15px 0 0;
}
.archive .more-link{
border-top: 1px solid #ddd;
text-align: right;
}
.archive .more-link a{
color: #fff;
background-color: #5a9b21;
display: inline-block;
padding: 4px 16px;
font-size: 1.2rem;
font-weight: 500;
margin: 0 0 25px;
}
.archive .more-link a:hover{
background-color: #9c7c00;
} .pagination{	
clear: both;
width: 100%;
margin: 30px 0;
padding: 0;
display: flex;
align-items: stretch;
justify-content: center;
text-align: center;
font-size: 1.3rem;
font-weight: 600;
}
.pagination a{
width: 36px;
height: 36px;
line-height: 36px;
color: #5a9b21;
background-color: #eee;
transition: 0.3s ease;
text-decoration: none !important;
border-radius: 1px;
margin: 0 1px;
}
.pagination a:hover{
color: #fff !important;
background-color: #9c7c00;
}
.pagination span{
width: 36px;
height: 36px;
line-height: 36px;
color: #5a9b21;
background-color: #eee;
transition: 0.3s ease;
text-decoration: none;
border-radius: 1px;
margin: 0 1px;
}
.pagination span.current{
color: #fff;
background-color: #5a9b21;
}
.pagination a.next,
.pagination a.prev{
color: #5a9b21;
}
.pagination a.next:hover,
.pagination a.prev:hover{
color: #fff;
} .pager{
clear: both;
display: flex;
justify-content: space-between;
border-top: 1px solid #ddd;
margin: 50px 0 0;
padding: 50px 0 0;
}
.pager span{
width: 33%;
}
.pager span:nth-child(1){
text-align: left;
}
.pager span:nth-child(2) {
text-align: center;
}
.pager span:nth-child(3) {
text-align: right;
}
.pager a{
text-decoration: none;
color: #fff;
background-color: #5a9b21;
display: inline-block;
padding: 5px 15px;
transition: 0.3s ease;
text-decoration: none;
font-size: 1.3rem;
}
.pager a:hover{
color: #fff;
background-color: #9c7c00;
}  .contents-area ul.panel{
width: 103%;
margin: 30px -1.5%;
padding: 0;
} .contents-area ul.panel li{
margin: 1%;
width: 31%;
color: #333;
} .contents-area ul.panel li .clip img{
transition: 0.3s;
border: 4px solid #eee;
}
.contents-area ul.panel li .clip img:hover{
border: 4px solid #5a9b21;
} .tag .contents-area ul.panel li .item,
.category .contents-area ul.panel li .item,
.tax-tree_tag .contents-area ul.panel li .item,
.tax-tree_categor .contents-area ul.panel li .item,
.post-type-archive-tree .contents-area ul.panel li .item,
.showcase .contents-area ul.panel li .item{
border-bottom: 1px solid #ddd;
} .contents-area ul.panel li .cate{
margin: 20px 0;
font-size: 1.2rem;
}
.contents-area ul.panel li .cate a{
display: inline-block;
padding: 3px 6px;
margin: 0 5px 5px 0;
color: #fff;
background-color: #5a9b21;
}
.contents-area ul.panel li .cate a:hover{
color: #fff;
background-color: #9c7c00;	
} .single h2{
margin-bottom: 40px !important;
} .single .date{
margin: -40px 0 0;
padding: 10px 5px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
} .single .term{
margin: 0 0 40px;
padding: 10px 5px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
.single .term a{
display: inline-block;
font-size: 80%;
padding: 2px 10px;
text-align: center;
color: #fff;
font-weight: bold;
background-color: #5a9b21;
}
.single .term a:hover{
background-color: #9c7c00;
} .single .data{
clear: both;
border: 1px solid #ddd;
background-color: #fafafa;
padding: 5px 15px 15px;
box-sizing: border-box;
}
.single .data h4{
color: #5a9b21;
margin-top: 10px;
}
.single .data ul{
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
position: relative;
} .cntl{
margin: 20px 0;
}
.cntl strong{
display: block;
width: 200px;
margin: 0;
padding: 10px;
box-sizing: border-box;
text-align: center;
color: #fff !important;
background-color: #5a9b21;
cursor: pointer;
}
.cntl div.search{
width: 100%;
margin: 0;
padding: 0 15px 15px 15px;
box-sizing: border-box;
border: 1px solid #5a9b21;
background-color: #fafafa;
display: none;
}
.cntl div.search h3{
color: #5a9b21;
margin-top: 10px;
} .cntl div.search select{
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
padding: 10px;
font-size: 1.4rem;
box-sizing: border-box;
color: #5a9b21;
background-color: #fff;
border-radius: 1px;
} .cntl div.search a{
color: #5a9b21;
background-color: #fff;
padding: 2px 5px;
display: inline-block;
border-radius: 1px;
}
.cntl div.search a:hover{
color: #fff;
background-color: #9c7c00;
border-radius: 1px;
} .circle{
color: #fff;
background-color: #5a9b21;
padding: 0 0 0 35px;
border-radius: 5px;
font-size: 2.2rem;
font-weight: 500;
position: relative;
}
.circle:after {
content: '';
display: block;
position: absolute;
top: 15px;
left: 15px;
width: 10px;
height: 5px;
border-left: 3px solid #fff;
border-bottom: 3px solid #fff;
transform: rotate(-45deg);
}
.wp-block-columns h3,
.wp-block-columns h4{
margin-top: 5px !important;
}
}@media screen and (min-width: 1024px){ html{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
font-size: 62.5%;
}
body{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
background-color: #fff;
color: #333; 
font-family: "Zen Maru Gothic", serif;
font-weight: 400;
font-size: 1.6rem;
-webkit-text-size-adjust: 100%;
}
img{
border: none; 
max-width: 100%;
height: auto;
width :auto;　
}
a{
outline: none;
transition: 0.3s;
word-break: break-all;
}
a:link,
a:visited{
color: #000;
text-decoration: none;
transition: 0.3s;
}
a:hover,
a:active{
color: #666;
text-decoration: none;
}
.clear{
clear: both;
}
p{
line-height: 1.77;
}
br.pc{
display: none;
} .loadingWrap{
width: 100%;
height: 100%;
background-color: #5a9b21;
position: fixed;
top: 0;
left: 0;
z-index: 20001;
}
.loadingWrap div{
width: 320px;
height: 320px;
position: absolute;
top: calc(50% - 160px);
left: calc(50% - 160px);
overflow: hidden;
text-align: center;
} .header{
width: 220px;
box-sizing: border-box;
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/bg_logo.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-size: cover;
background-color: #9c7c00;
position: absolute;
top: 0;
left: 2%;
z-index: 20;
display: grid;
place-items: center;
cursor: pointer;
transition: 0.3s;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.header img{
width: 195px;
transition: 0.3s;
}
.header img:hover{
opacity: 0.8;
}
.header.fixed{
width: 120px;
height: 95px;
position: fixed;
}
.header.fixed img{
width: 100px;
} .navi{
width: 100%;
height: 70px;
background-color: rgba(255,255,255,0.8);
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
z-index: 15;
position: fixed;
top: 0;
} .navi .inner{
width: 810px;
margin: 0 1% 0 auto;
display: flex;
justify-content: flex-end;
align-items: center;
} .navi ul{
display: flex;
justify-content: space-around;
padding: 0;
margin: 0 20px 0 0;
line-height: 70px;
list-style: none;
font-weight: 500;
z-index: 150;
}
.navi ul li a{
display: block;
padding: 0 15px;
}
.navi ul li a:hover{
color: #5a9b21;
background-color: #fff;
} .navi .sns{
width: 86px;
display: flex;
justify-content: space-between;
}
.navi .sns img{
width: 24px;
margin: 5px 0 0;
transition: 0.3s;
}
.navi .sns img:hover{
opacity: 0.8;
} .navi ul.menu ol{
position: absolute; 
display: none;
top: 70px;
margin: 0;
padding: 0;
background-color: rgba(255,255,255,0.8);
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
list-style: none;
z-index: 1;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
.navi ul.menu ol li{
position: relative;
margin: 0;
padding: 0;
text-align: left;
line-height: 1.7;
}
.navi ul.menu ol li a{
min-width: 150px;
display: block;
padding: 10px 30px 10px 20px;
border: none;
}
.navi ul.menu ol li a:hover{
border: none;
background-color: #fff;
color: #5a9b21;
} .hamburger{
display: none;
} .mv{
width: 100%;
height: calc(100svh - 20px);
background-color: #5a9b21;
position: relative;
z-index: 1;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
} .mv .copy{
z-index: 10;
text-align: center;
}
.mv .copy h1{
font-size: 2.4rem;
font-weight: 400;
margin: 0;
line-height: 2;
filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
}
.mv .copy h2{
font-family: "Damion", cursive;
font-size: 6.5rem;
font-weight: 400;
margin: 0 0 50px;
line-height: 1.2;
filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
} .mv .scroll{
position: absolute;
bottom: -16px;
left: calc(50% - 18px);
width: 36px;
height: 36px;
border-radius: 18px;
background-color: #5a9b21;
z-index: 1000;
display: grid;
place-items: center;
transition: 0.3s;
cursor: pointer;
}
.mv .scroll img{
transform: rotate(180deg);
width: 20px;
}
.mv .scroll:hover{
background-color: #9c7c00;
transform: translate(0,2px);
} .mv .slide{
position: absolute;
top: 0;
left:0;
width: 100%;
height: 100%;
z-index: 0;
overflow: hidden;
}
.xo-slider,
.mv .slide ul{
margin: 0;
padding: 0;
list-style: none;
width: 100%;
height: 100%;
}
.xo-slider img,
.mv .slide ul img{
width: 100% !important;
height: 100vh !important;
object-fit: cover !important;
overflow:hidden !important;
animation: zoom 5s ease-in-out forwards;
}
@keyframes zoom {
100% {
transform:scale(1.1)
} 
} .footer{
clear: both;
width: 100%;
margin: 0 auto;
padding: 60px 0 80px;
box-sizing: border-box;
z-index: 1;
position: relative;
background-color: #5a9b21;
color: #fff;
} .footer .inner{
width: 92%;
margin: 0 auto;
display: flex;
align-items: flex-end;
}
.footer .inner a{
color: #fff;
}
.footer .inner a:hover{
color: #fff;
text-decoration: underline;
} .footer .logo{
width: 220px;
}
.footer .logo img{
width: 200px;
} .footer .info{
width: calc(100% - 560px);
flex-grow: 2;
font-size: 1.5rem;
}
.footer .info strong{
display: block;
padding: 0 0 10px;
} .footer .sub{
font-size: 1.5rem;
text-align: right;
margin: 0 auto 0 0;
width: 300px;
}
.footer .copyright{
} .pagescroll {
position: fixed;
bottom: 5px;
right: 2px;
z-index: 5;
width: 36px;
}
.pagescroll a{
display: block;
width: 36px;
height: 36px;
border-radius: 18px;
margin: 0 0 0 auto;
padding: 2px 10px;
border: 1px solid #fff;
box-sizing: border-box;
text-decoration: none;
background-color: #5a9b21;
transition: 0.3s;
}
.pagescroll a:hover{
background-color: #9c7c00;
transform: translate(0,-2px);
} .side-banner{
position: fixed;
top: calc(50% - 100px);
right: 0;
z-index: 1000;
width: 40px;
}
.side-banner a{
height: 200px;
display: block;
writing-mode: vertical-rl;
color: #fff;
width: 40px;
padding: 16px 6px 16px 4px;
margin: 0 0 0 auto;
box-sizing: border-box;
border: 1px solid #fff;
border-right: 0;
text-decoration: none;
background-color: #5a9b21;
transition: 0.3s;
letter-spacing: 2px;
}
.side-banner a:hover{
background-color: #9c7c00;
} .bg-image{
width: 100%;
height: 500px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.bg-image.first{
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/bg_space_01.jpg);
}
.bg-image.second{
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/bg_space_02.jpg);
} .section{
clear: both;
width: 100%;
margin: 0 auto;
padding: 70px 0;
box-sizing: border-box;
position: relative;
} .section .inner{
margin: 0 auto;
width: 86%;
max-width: 1100px;
} .section .midashi{
margin: 0 0 50px;
text-align: center;
}
.section .midashi h2{
color: #5a9b21;
font-size: 3.6rem;
font-weight: 600;
margin: 0 0 50px;
padding: 0;
} .section .btn{
margin: 0;
text-align: center;
}
.section .btn a{
margin: 50px auto 0;
display: block;
width: 300px;
height: 60px;
line-height: 60px;
border-radius: 30px;
background-color: #5a9b21;
color: #fff;
font-weight: 500;
}
.section .btn a:hover{
background-color: #9c7c00;
} .section ul.panel{
width: 100%;
margin: 40px auto;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
} .section ul.panel li{
margin: 1.5%;
padding: 0 10px;
box-sizing: border-box;
width: 30%;
max-width: 380px;
color: #fff;
} .section ul.panel li .clip img{
transition: 0.3s;
width: 100%;
height: 230px;
object-fit: cover;
overflow: hidden;
transition: 0.3s;
border: 5px solid #fff;
}
.section ul.panel li .clip img:hover{
border: 5px solid #5a9b21;
} .section ul.panel li .item{
font-weight: 500;
margin: 5px 0;
padding: 0 0 15px;
}
.section ul.panel li a{
text-align: left;
} .section.concept-area{
font-size: 1.8rem;
} .section.showcase-area{
color: #fff;
background-color: #5a9b21;	
}
.section.showcase-area .midashi h2{
color: #fff;
}
.section.showcase-area .btn a{
color: #5a9b21;
background-color: #fff;
}
.section.showcase-area .btn a:hover{
color: #fff;
background-color: #9c7c00;
} .section.showcase-area ul.panel li .item{
border-bottom: 1px solid #fff;
}
.section.showcase-area ul.panel li a{
color: #fff;
}
.section.showcase-area ul.panel li .cate{
margin: 20px 0;
font-size: 1.2rem;
}
.section.showcase-area ul.panel li .cate a{
display: inline-block;
padding: 3px 6px;
margin: 0 5px 5px 0;
color: #5a9b21;
background-color: #fff;
}
.section.showcase-area ul.panel li .cate a:hover{
color: #fff;
background-color: #9c7c00;	
} .section.tree-area{
background-color: #f9f8e9;	
} .section.news-area{
}
.section ul.news-list{
width: 90%;
max-width: 1100px;
margin: 100px auto 50px;
padding: 0;
list-style: none;
text-align: left;
}
.home .section ul.news-list{
margin: 50px auto;
}
.section ul.news-list li{
box-sizing: border-box;
padding: 20px 5px;
margin: 0;
border-bottom: 1px solid #ccc;
display: flex;
flex-wrap: nowrap;
}
.section ul.news-list li .date{
width: 90px;
}
.section ul.news-list li .term{
width: 120px;
margin-right: 20px;
}
.section ul.news-list li .term a{
display: block;
font-size: 80%;
padding: 2px;
text-align: center;
color: #fff;
font-weight: bold;
background-color: #5a9b21;
}
.section ul.news-list li .term a:hover{
background-color: #9c7c00;
}
.section ul.news-list li .detai{
width: calc(100% - 230px);
}
.section ul.news-list li .detai a{
display: block;
color: #fff;
}
.section ul.news-list li .detai a:hover{
color: #5a9b21;
text-decoration: underline;
}
.section.contents-area ul.news-list{
width: 100%;
margin: 50px 0;
padding: 0;
}
.section.contents-area ul.news-list li{
padding: 20px 5px;
} .section.campain-area{
background-color: #eff8e7;	
}
.section.campain-area p.empty{
text-align: center;
color: #5a9b21;
font-weight: 600;
} .section.step-area{
} .section.step-area ul.panel li{
color: #333;
text-align: left;
position: relative;
}
.section.step-area ul.panel li:before{
position: absolute;
top: 85px;
left: 0;
width: 100%;
text-align: center;
font-size: 4rem;
font-weight: 600;
color: #fff;
filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
}
.section.step-area ul.panel li:first-child:before{
content: "Step1";
}
.section.step-area ul.panel li:nth-child(2):before{
content: "Step2";
}
.section.step-area ul.panel li:last-child:before{
content: "Step3";
}
.section.step-area ul.panel li .item{
font-weight: 500;
border-bottom: 1px solid #ccc;
}
.section.step-area ul.panel li p{
font-size: 1.5rem;
} .section.areamap-area{
color: #fff;
background-color: #5a9b21;	
}
.section.areamap-area .midashi h2{
color: #fff;
}
.section.areamap-area img{
display: block;
margin: 50px auto 0;
width: 700px;
filter: drop-shadow(0 0 3px rgba(0,0,0,0.2));
}
.section.areamap-area .btn a{
color: #5a9b21;
background-color: #fff;
}
.section.areamap-area .btn a:hover{
color: #fff;
background-color: #9c7c00;
} .section.sns-area{
border-top: 1px solid #ddd;
background-color: #fafafa;	
} .section.sns-area .box{
margin: 0 auto;
padding: 0;
list-style: none;
width: 90%;
max-width: 1280px;
display: flex;
}
.section.sns-area .box li{
flex-grow: 0;
width: 50%;
padding: 0;
box-sizing: border-box;
text-align: left;
border-right: 1px solid #ccc;
}
.section.sns-area .box li:last-child{
border: none;
}
.section.sns-area .box li img{
display: block;
width: 100px;
margin: 0 auto;	
}
.section.sns-area .box li p{
margin: 30px auto;
width: 80%;
max-width: 480px;
}
.section.sns-area .box li p a{
display: block;
padding-top: 20px;
text-decoration: underline;
}
.section.sns-area .box li p a:hover{
color: #9c7c00;
} .section.contact-area{
background-color: #5a9b21;	
background-image: url(//www.playgarden.jp/wp/wp-content/themes/playgarden6s/assets/images/bg_contact.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.section.contact-area .inner{
margin: 15px auto;
padding: 40px 40px 10px;
box-sizing: border-box;
width: 980px;
background-color: rgba(255,255,255,0.8);
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
} .section.contact-area .btns{
width: 640px;
margin: 20px 0;
display: flex;
display: inline-flex;
justify-content: space-between;
}
.section.contact-area .btns a{
color: #fff;
background-color: #5a9b21;
width: 300px;
height: 60px;
line-height: 60px;
font-size: 2rem;
}
.section.contact-area .btns a:hover{
background-color: #9c7c00;
} .section.banner-area{
padding: 50px 0;
background-color: #eee;	
}
.section.banner-area ul{
margin: 0 auto;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
width: 92%;
}
.section.banner-area ul li{
width: 16%;
margin: 1% 0;
}
.section.banner-area ul li a img{
display: block;
margin: 0 auto;
width: 90%;
max-width: 250px;
border: 1px solid #ddd;
}
.section.banner-area ul li a img:hover{
border: 1px solid #fff;
}  .fv{
width: 100%;
height: 200px;
position: relative;
z-index: 1;
background-color: #5a9b21;
background-repeat: no-repeat;
background-position: center center; 	
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
} .fv h1{
display: none;
width: 90%;
color: #fff;
text-align: center;
font-size: 3.2rem;
font-weight: 500;
margin: 80px auto 0;
filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
} .pankuzu{
width: 100%;
margin: 1px auto 0;
padding: 0;
background-color: #eee;
color: #666;
font-size: 1.3rem;
font-weight: 500;
}
.pankuzu ul{
width: 90%;
margin: 0 auto;
padding: 10px 0;
list-style: none;
display: flex;
}
.pankuzu ul li a{
margin: 0 8px 0 0;
position: relative;
color: #666;
}
.pankuzu ul li a:after{
content: ">";
position: relative;
margin-left: 8px;
}
.pankuzu ul li a:hover{
text-decoration: none;
color: #5a9b21;
} .contents-area{
} .contents-area h1{
text-align: center;
font-size: 3.6rem;
margin: 0;
padding: 0;
display: flex;
align-items: center;
color: #5a9b21;
}
.contents-area h1::before{
content: '';
height: 1px;
background-color: #ccc;
flex-grow: 1;
margin: 0 2rem 0 0;
}
.contents-area h1::after {
content: '';
height: 1px;
background-color: #ccc;
flex-grow: 1;
margin: 0 0 0 2rem;
}
.section.contents-area h2{
font-size: 2.8rem;
font-weight: 600;
margin: 80px 0 15px;
padding: 0 0 5px;
border-bottom: solid 5px #eee;
position: relative;
}
.section.contents-area h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 5px #5a9b21;
bottom: -5px;
width: 20%;
}
.section.contents-area h3{
font-size: 2.4rem;
font-weight: 600;
margin: 50px 0 10px;
padding: 0 0 10px;
position: relative;
}
.section.contents-area h3:after{
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 5px;
background: -webkit-repeating-linear-gradient(-45deg, #ddd, #ddd 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, #ddd, #ddd 2px, #fff 2px, #fff 4px);
}
.section.contents-area h4{
font-size: 2rem;
font-weight: 600;
margin: 50px 0 5px;
padding: 0 0 5px;
border-bottom: 1px dotted #ccc;
} .aligncenter{
text-align: center;
}
.alignright{
text-align: right;
}
.aligncenter .wp-block img{
display: block;
margin: 0 auto;
}
img.alignleft{
display: block;
float: left;
margin: 10px 25px 10px 0;
}
img.aligncenter{
display: block;
margin: 10px auto;
}
img.alignright{
display: block;
float: right;
margin: 10px 0 10px 25px;
} .section.contents-area p{
margin: 15px 0 30px;
line-height: 1.8;
}
.section.contents-area strong{
color: #5a9b21;
} .section.contents-area ul{
margin: 30px 0;
padding: 0 0 0 25px;
}
.section.contents-area ol{
margin: 30px 0;
padding: 0 0 0 25px;
} 
.section.contents-area ul li,
.section.contents-area ol li{
margin: 5px 0;
padding: 0;
} .section.contents-area p a{
color: #5a9b21;
text-decoration: underline;
}
.section.contents-area p a:hover{
color: #9c7c00;
text-decoration: underline;
} .section.contents-area a.btn{
display: inline-block;
color: #fff;
background-color: #5a9b21;
text-decoration: none;
text-align: center;
padding: 10px 40px;
border-radius: 30px;
font-weight: 500;
}
.section.contents-area a.btn:hover{
color: #fff;
text-decoration: none;
background-color: #9c7c00;
} .section.contents-area hr{
margin: 30px 0 0;
border: 0; 
height: 1px; 
background-color: #ddd;
} .scroll-table{
width: 100%;
margin: 0 auto;
overflow: auto;
white-space: nowrap;
}
table{
width: 100%;
margin: 10px 0 30px;
border-collapse: collapse !important;
border-top: 1px solid #ddd;
}
table thead tr{
background-color: #eee !important;
}
table thead,
table tbody{
border-collapse: collapse !important;
}
table th{
width: 160px;
padding: 20px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
table td{
padding: 20px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
table tr:nth-child(odd){
background-color: #fafafa;
}
table a{
text-decoration: underline !important;
} .wp-block-button__link {
margin-top: 20px;
color: #fff !important;
background-color: #5a9b21 !important;
min-width: 300px;
}
.wp-block-button__link:hover{
background-color: #9c7c00 !important;
} .wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 select,
.wpcf7 textarea{
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
padding: 15px;
font-size: 1.6rem;
box-sizing: border-box;
background-color: #eee;	
border: 1px solid #eee;
border-radius: 5px;
}
.wpcf7 textarea{
height: 160px;
}
.wpcf7 input[type=submit],
.wpcf7 input[type=reset]{
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
font-size: 2rem;
font-weight: 600;
width: 40%;
height: 60px;
line-height: 60px;
color: #fff;
text-align: center;
border: 0px;
transition: 0.3s ease;
margin: 30px auto;
display: block;
border-radius: 35px;
}
.wpcf7 input[type=submit]:disabled{
opacity: 0.2;
cursor: default;
}
.wpcf7 input[type=submit]{
background-color: #5a9b21;
color: #fff;
cursor: pointer;
}
.wpcf7 input[type=submit]:enabled:hover{
background-color: #9c7c00;
color: #fff;
}
.wpcf7 .req{
color: #dc3232;
margin: 5px;
}
.wpcf7 .half{
width: 50% !important;
} .calendar iframe{
width: 100%;
margin: 30px auto;
} .tel{
margin: 10px 0px;
letter-spacing: 2px;
font-size: 3.4rem;
font-weight: 600;
font-family: "Zen Maru Gothic", serif;
color: #5a9b21;
}  .wpp-list{
width: 100%;
display: flex;
justify-content: space-between;
margin: 0 !important;
padding: 0 !important;
}
.wpp-list li{
width: 23%;
}
.wpp-list li img{
width: 100%;
display: block;
height: 160px;
object-fit: cover;
border: 5px solid #fafafa;
box-sizing: border-box;
transition: 0.3s;
}
.wpp-list li img:hover{
border: 5px solid #5a9b21;
}
.wpp-list li .wpp-post-title,
.wpp-list li .wpp-views{
width: 100%;
display: block;
} .catetag {
}
.catetag a{
font-size: 1.4rem;
display: inline-block;
padding: 3px;
margin: 3px;
}  .company iframe{
height: 400px;
}
.company iframe.accessmap{
height: 650px;
}  .archive .date:not(.news-list .date){
margin: 20px 0 0;
} .archive .more-link{
border-top: 1px solid #ddd;
text-align: right;
}
.archive .more-link a{
color: #fff;
background-color: #5a9b21;
display: inline-block;
padding: 5px 20px;
font-size: 1.3rem;
font-weight: 500;
margin: 0 0 30px;
}
.archive .more-link a:hover{
background-color: #9c7c00;
} .pagination{	
clear: both;
width: 100%;
margin: 30px 0;
padding: 0;
display: flex;
align-items: stretch;
justify-content: center;
text-align: center;
font-size: 1.4rem;
font-weight: 600;
}
.pagination a{
width: 40px;
height: 40px;
line-height: 40px;
color: #5a9b21;
background-color: #eee;
transition: 0.3s ease;
text-decoration: none !important;
border-radius: 1px;
margin: 0 1px;
}
.pagination a:hover{
color: #fff !important;
background-color: #9c7c00;
}
.pagination span{
width: 40px;
height: 40px;
line-height: 40px;
color: #5a9b21;
background-color: #eee;
transition: 0.3s ease;
text-decoration: none;
border-radius: 1px;
margin: 0 1px;
}
.pagination span.current{
color: #fff;
background-color: #5a9b21;
}
.pagination a.next,
.pagination a.prev{
color: #5a9b21;
}
.pagination a.next:hover,
.pagination a.prev:hover{
color: #fff;
} .pager{
clear: both;
display: flex;
justify-content: space-between;
border-top: 1px solid #ddd;
margin: 50px 0 0;
padding: 50px 0 0;
}
.pager span{
width: 33%;
}
.pager span:nth-child(1){
text-align: left;
}
.pager span:nth-child(2) {
text-align: center;
}
.pager span:nth-child(3) {
text-align: right;
}
.pager a{
text-decoration: none;
color: #fff;
background-color: #5a9b21;
display: inline-block;
padding: 5px 20px;
transition: 0.3s ease;
text-decoration: none;
font-size: 1.4rem;
}
.pager a:hover{
color: #fff;
background-color: #9c7c00;
}  .contents-area ul.panel{
width: 103%;
margin: 40px -1.5%;
padding: 0;
} .contents-area ul.panel li{
margin: 1.5%;
padding: 0;
color: #333;
} .contents-area ul.panel li .clip img{
transition: 0.3s;
border: 5px solid #eee;
}
.contents-area ul.panel li .clip img:hover{
border: 5px solid #5a9b21;
} .tag .contents-area ul.panel li .item,
.category .contents-area ul.panel li .item,
.tax-tree_tag .contents-area ul.panel li .item,
.tax-tree_categor .contents-area ul.panel li .item,
.post-type-archive-tree .contents-area ul.panel li .item,
.showcase .contents-area ul.panel li .item{
border-bottom: 1px solid #ddd;
} .contents-area ul.panel li .cate{
margin: 20px 0;
font-size: 1.2rem;
}
.contents-area ul.panel li .cate a{
display: inline-block;
padding: 3px 6px;
margin: 0 5px 5px 0;
color: #fff;
background-color: #5a9b21;
}
.contents-area ul.panel li .cate a:hover{
color: #fff;
background-color: #9c7c00;	
} .single h2{
margin-bottom: 50px !important;
} .single .date{
margin: -50px 0 0;
padding: 10px 5px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
} .single .term{
margin: 0 0 50px;
padding: 10px 5px;
box-sizing: border-box;
border-bottom: 1px solid #ddd;
}
.single .term a{
display: inline-block;
font-size: 80%;
padding: 2px 10px;
text-align: center;
color: #fff;
font-weight: bold;
background-color: #5a9b21;
}
.single .term a:hover{
background-color: #9c7c00;
} .single .data{
clear: both;
border: 1px solid #ddd;
background-color: #fafafa;
padding: 10px 20px 20px;
box-sizing: border-box;
}
.single .data h4{
color: #5a9b21;
margin-top: 10px;
}
.single .data ul{
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
position: relative;
} .cntl{
margin: 20px 0;
}
.cntl strong{
display: block;
width: 215px;
margin: 0;
padding: 10px;
box-sizing: border-box;
text-align: center;
color: #fff !important;
background-color: #5a9b21;
cursor: pointer;
}
.cntl div.search{
width: 100%;
margin: 0;
padding: 0 20px 20px 20px;
box-sizing: border-box;
border: 1px solid #5a9b21;
background-color: #fafafa;
display: none;
}
.cntl div.search h3{
color: #5a9b21;
margin-top: 10px;
} .cntl div.search select{
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
padding: 10px;
font-size: 1.5rem;
box-sizing: border-box;
color: #5a9b21;
background-color: #fff;
border-radius: 1px;
} .cntl div.search a{
color: #5a9b21;
background-color: #fff;
padding: 2px 5px;
display: inline-block;
border-radius: 1px;
}
.cntl div.search a:hover{
color: #fff;
background-color: #9c7c00;
border-radius: 1px;
} .circle{
color: #fff;
background-color: #5a9b21;
padding: 0 15px 0 40px;
border-radius: 5px;
font-size: 3rem;
font-weight: 500;
position: relative;
}
.circle:after {
content: '';
display: block;
position: absolute;
top: 23px;
left: 15px;
width: 10px;
height: 5px;
border-left: 3px solid #fff;
border-bottom: 3px solid #fff;
transform: rotate(-45deg);
}
.wp-block-columns h3,
.wp-block-columns h4{
margin-top: 5px !important;
}
}