@charset "UTF-8";
/*
RESET
*/
*, *:before, *:after {
 box-sizing: border-box;
}
* {
 margin: 0;
 padding: 0;
}
html {
 font-size: 62.5%;
 /* 10px */
}
body {
 width: 100%;
 color: #535353;
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 14px;
 line-height: 1.714;
 word-break: break-word;
 -webkit-text-size-adjust: 100%;
 -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
 body {
  font-size: 16px;
 }
}
/*----------------------------------------
	HTML5
----------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
/*----------------------------------------
	Text
----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
 margin: 0 auto 1.6rem;
 padding: 0;
 font-family: 'Noto Sans JP', sans-serif;
 line-height: 1.4;
}
p {
 margin: 0;
}
pre {
 margin: 1.5em 25px;
 padding: 1em;
 overflow: scroll;
 font-family: 'Noto Sans JP', sans-serif;
 line-height: 1.9;
}
blockquote {
 margin: 1.5em 1px;
 border: 5px solid #9f998f;
 color: #77471c;
 background-color: #f5f5f5;
 background-repeat: repeat-x;
 background-position: left bottom;
}
blockquote[title]::before {
 padding: 0.2em 10px 0.4em 10px;
 content: attr(title);
 display: block;
 color: #fff;
 background-color: #9f998f;
 font-weight: bold;
}
blockquote[cite]::after {
 margin: 0.5em 10px;
 content: attr(cite);
 display: block;
 text-align: right;
 font-size: 85%;
}
blockquote * {
 color: #333 !important;
}
em {
 color: #000;
}
pre {
 background: #eee;
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 15px;
 font-size: 1.5rem;
 line-height: 1.6;
 margin-bottom: 1.6em;
 max-width: 100%;
 overflow: auto;
 padding: 1.6em;
}
pre em {
 font-weight: bold;
 background-image: none;
}
q {
 text-decoration: underline;
}
b, strong {
 font-weight: bold;
}
cite {
 display: block;
 text-align: right;
}
dfn, cite, em, i {
 font-style: italic;
}
kbd {
 background-color: #f5f5f5;
 font-family: 'Noto Sans JP', sans-serif;
 text-transform: uppercase;
 padding: 0 0.4em;
 border: 1px solid #6a8eaa;
}
del {
 text-decoration: line-through;
}
ins {
 border-top: 10px solid #3cadd6;
 border-bottom: 10px solid #3cadd6;
 border: 7px solid #3cadd6;
 margin: 2em 1px;
 padding: 1px 0;
 display: block;
 text-decoration: none;
}
mark {
 background: #fff9c0;
 text-decoration: none;
}
ins * {
 color: #666 !important;
 background: #fff9c0;
 text-decoration: none;
}
abbr, acronym {
 border-bottom: 1px dotted #666;
 cursor: help;
}
address {
 margin: 0 0 1.5em;
}
sup, sub {
 font-size: 75%;
 height: 0;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}
sup {
 bottom: 1ex;
}
sub {
 top: .5ex;
}
small {
 font-size: 75%;
}
big {
 font-size: 125%;
}
hr {
 background-color: #ccc;
 border: 0;
 height: 1px;
 margin-bottom: 1.5em;
}
/*----------------------------------------
	List
----------------------------------------*/
ul, ol, li, dl, dt, dd {
 margin: 0;
 padding: 0;
 list-style: none;
 font-weight: normal;
}
/*----------------------------------------
	Image
----------------------------------------*/
figure {
 margin: 0;
 line-height: 1;
}
img {
 display: block;
 margin: 0 auto;
 height: auto;
 /* Make sure images are scaled correctly. */
 max-width: 100%;
 border: none;
 vertical-align: baseline;
 -webkit-backface-visibility: hidden;
}
/*----------------------------------------
	Anchor
----------------------------------------*/
a {
 color: inherit;
 text-decoration: none;
 transition: opacity 0.3s ease;
}
a:focus, a:active {
 outline: none;
}
a:hover {
 color: inherit;
 text-decoration: none;
 opacity: 0.7;
}
@media screen and (min-width: 768px) {
 a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
 }
}
/*----------------------------------------
	Table
----------------------------------------*/
table {
 margin: 0;
 width: 100%;
 border-collapse: collapse;
}
/*----------------------------------------
	Form
----------------------------------------*/
fieldset, legend {
 border: none;
}
input[type=text], textarea {
 padding: 0.2em;
 border: 1px solid #d1d1d1;
 background-color: #fff;
}
input {
 line-height: 1.2;
}
select, input, textarea, button {
 vertical-align: middle;
 font-family: 'Noto Sans JP', sans-serif;
 position: relative;
 margin-right: 3px;
 top: 0;
}
input[type="checkbox"], input[type="radio"] {
 border: none;
 top: -1px;
 margin-right: 2px;
}
input[type=text]:focus, textarea:focus {
 border: 1px solid #069;
 background-color: #fff;
}
input.button {
 padding: 0;
 border: none;
 background-image: none;
 vertical-align: top;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
 border-radius: 0;
 -webkit-box-sizing: content-box;
 appearance: button;
 border: none;
 box-sizing: border-box;
 cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]:focus, input[type="button"]:focus {
 outline-offset: -2px;
}
/*
site-header
*/
/*
site-header
*/
.site-header {
 margin: 0 auto;
 padding: 0;
 width: 100%;
 background-color: #fff;
 position: fixed;
 left: 0;
 top: 0;
 z-index: 9999;
}
.site-header__in {
 margin: 0 auto;
 padding: 0;
}
@media screen and (min-width: 920px) {
 .site-header__in {
  padding-bottom: 8px;
 }
}
/*
headerCoutionBlock
*/
.headerCoutionBlock {
 padding: 13px 75px 13px 15px;
 color: #fff;
 line-height: 1.857;
 text-align: left;
 background-color: #D60F0F;
 position: relative;
}
.headerCoutionBlock a {
 text-decoration: underline;
}
.headerCoutionBlock a:hover {
 opacity: 1;
 text-decoration: none;
}
.headerCoutionBlock .date {
 margin: 0 15px 0 0;
}
/*
headerCoutionClose
*/
.headerCoutionClose {
 display: block;
 width: 24px;
 height: 34px;
 background-image: var(--wpr-bg-5e26f812-1762-4c90-a7b2-19feea1f2d28);
 background-repeat: no-repeat;
 background-position: 50% 50%;
 background-size: contain;
 position: absolute;
 right: 17px;
 top: 50%;
 transition: opacity 0.6s ease;
 transform: translateY(-50%);
 cursor: pointer;
}
.headerCoutionClose:hover {
 opacity: 0.7;
}
@media screen and (min-width: 920px) {
 .headerCoutionBlock {
  padding: 15px 75px;
  font-size: 16px;
  text-align: center;
 }
}
/*
headerWrap
*/
.headerWrap {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 0 70px 0 16px;
 width: 100%;
 height: 60px;
 position: relative;
}
@media screen and (min-width: 920px) {
 .headerWrap {
  padding: 0;
  height: auto;
 }
}
/*
headerLogo
*/
.headerLogo img {
 width: 160px;
}
@media screen and (min-width: 920px) {
 .headerLogo {
  padding-left: 20px;
 }
 .headerLogo img {
  width: 265px;
 }
}
/*
headerMenu
*/
.headerMenu {
 display: none;
 padding: 40px 25px 50px;
 width: 100%;
 height: 100vh;
 color: #fff;
 text-align: center;
 background-color: #008B39;
 position: absolute;
 left: 0;
 top: 60px;
 z-index: 101;
}
.headerMenu .navi001 {
 margin: 0 -7px 30px;
}
.headerMenu .navi001 > div {
 padding: 0 7px;
}
.headerMenu .navi001 a {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0 5px;
 width: 100%;
 height: 50px;
 font-weight: 500;
 box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
 transition: all 0.3s ease;
}
.headerMenu .navi001 a:hover {
 opacity: 1;
 transform: scale(1.05);
}
.headerMenu .navi001 a.kenchomae {
 background-color: #33B59B;
}
.headerMenu .navi001 a.kakamigahara {
 background-color: #EEB819;
}
.headerMenu .navi002 {
 border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.headerMenu .navi002 li {
 padding: 10px 0;
 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.headerMenu .navi002 li a {
 font-size: 14px;
 font-weight: 700;
}
.headerMenu .navi003 {
 padding: 15px 25px;
}
.headerMenu .navi003 a {
 font-size: 12px;
 font-weight: 700;
}
@media screen and (min-width: 375px) {
 .headerMenu .navi002 li {
  padding: 15px 0;
 }
 .headerMenu .navi002 li a {
  font-size: 18px;
 }
}
@media screen and (min-width: 920px) {
 .headerMenu {
  display: block !important;
  padding: 0;
  width: auto;
  height: auto;
  color: #535353;
  background: none;
  position: static;
 }
 .headerMenu .navi001 {
  margin: 0 0 8px auto;
  width: 400px;
 }
 .headerMenu .navi001 > div {
  padding: 0;
 }
 .headerMenu .navi001 a {
  width: 200px;
  height: 40px;
  color: #fff;
 }
 .headerMenu .navi002 {
  padding: 0 20px;
  border: 0;
 }
 .headerMenu .navi002 ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -15px;
 }
 .headerMenu .navi002 ul li {
  margin: 0 15px;
  border: 0;
 }
 .headerMenu .navi002 ul li a {
  display: block;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
 }
 .headerMenu .navi002 ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #008B39;
  transition: all 0.3s ease;
  transform: translateY(3px);
  opacity: 0;
 }
 .headerMenu .navi002 ul li a:hover {
  opacity: 1;
 }
 .headerMenu .navi002 ul li:hover a::after, .headerMenu .navi002 ul li.current-menu-item a::after {
  transform: translateY(0);
  opacity: 1;
 }
}
@media screen and (min-width: 1000px) {
 .headerMenu .navi002 ul li a {
  font-size: 16px;
 }
}
/*
sp_menuopen_overlay
*/
.sp_menuopen_overlay {
 display: block;
 width: 100vw;
 height: 100%;
 position: fixed;
 top: 60px;
 left: 0;
 z-index: -1;
 transition: all 0.3s ease;
 visibility: hidden;
 opacity: 0;
 pointer-events: none;
}
/*
menu-open .sp_menuopen_overlay
*/
.menu-open .sp_menuopen_overlay {
 visibility: visible;
 opacity: 1;
 pointer-events: all;
}
/*
site-footer
*/
/*
site-footer
*/
.site-footer {
 margin: 0;
 padding: 0;
 position: relative;
}
/*
footer__main
*/
.footer__main {
 margin: 0 auto;
 padding: 50px 6px 38px;
 width: 100%;
 background-color: #F5F4EF;
}
@media screen and (min-width: 768px) {
 .footer__main {
  padding: 57px 25px 38px;
 }
}
/*
footer__menu
*/
.footer__menu {
 margin-bottom: 20px;
}
.footer__menu ul {
 display: flex;
 flex-wrap: wrap;
 border-bottom: 1px solid #DDDDDD;
}
.footer__menu ul li a {
 display: block;
 padding-bottom: 2px;
 position: relative;
 font-weight: 700;
}
.footer__menu ul li a::after {
 content: "";
 display: block;
 width: 100%;
 height: 2px;
 position: absolute;
 left: 0;
 top: 100%;
 background-color: #008B39;
 transition: all 0.3s ease;
 transform: translateY(3px);
 opacity: 0;
}
.footer__menu ul li a:hover {
 opacity: 1;
}
.footer__menu ul li:hover a::after, .footer__menu ul li.current a::after {
 transform: translateY(0);
 opacity: 1;
}
@media screen and (max-width: 640px) {
 .footer__menu ul li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 18px;
 }
}
@media screen and (min-width: 768px) {
 .footer__menu {
  margin-bottom: 38px;
 }
 .footer__menu ul {
  padding-bottom: 20px;
 }
 .footer__menu ul li {
  margin-right: 24px;
 }
 .footer__menu ul li a {
  font-size: 16px;
 }
}
/*
footer__infomation
*/
.footer__infomation .name {
 margin-bottom: 10px;
 font-size: 20px;
 font-weight: 700;
 line-height: 1.45;
}
.footer__infomation .addr {
 margin-bottom: 5px;
}
.footer__infomation .tel {
 margin-bottom: 28px;
 padding-left: 30px;
 font-size: 25px;
 font-weight: 700;
 line-height: 30px;
 position: relative;
}
.footer__infomation .tel::before {
 content: "";
 display: block;
 width: 24px;
 height: 24px;
 background-image: var(--wpr-bg-d5e9a486-e4d5-42b8-b7c2-407df06e9003);
 background-repeat: no-repeat;
 background-position: 0 50%;
 background-size: contain;
 position: absolute;
 left: 0;
 top: 6px;
}
@media screen and (min-width: 768px) {
 .footer__infomation .name {
  font-size: 24px;
 }
 .footer__infomation .addr {
  font-size: 16px;
 }
 .footer__infomation .tel {
  font-size: 30px;
 }
}
/*
footer__mediaBanner
*/
.footer__mediaBanner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer__mediaBanner ul.f-bnrArea li {
	width: calc(50% - 2%);
	margin: 0 auto 10px;
}
.footer__mediaBanner ul.f-bnrArea li:last-child {
	margin: 0 auto;
}
.footer__mediaBanner a {
 display: block;
 transition: all 0.3s ease;
}
.footer__mediaBanner a:hover {
 opacity: 1;
 transform: scale(1.05);
}
@media screen and (min-width: 768px) {
 .footer__mediaBanner {
  margin: 0 0 0 auto;
  max-width: 460px;
 }
.footer__mediaBanner ul.f-bnrArea li {
	width: calc(33.3333% - 2%);
	margin: 0 2.5% 0 0;
}
}
/*
footer__exhibition
*/
.footer__exhibition {
 margin: 0;
}
.footer__exhibition__item {
 padding: 40px 25px 50px;
 color: #fff;
}
.footer__exhibition__item.kenchomae {
 background-color: #33B59B;
}
.footer__exhibition__item.kakamigahara {
 background-color: #EEB819;
}
.footer__exhibition__item figure {
 margin-bottom: 20px;
}
.footer__exhibition__item .name {
 font-size: 24px;
 font-weight: 700;
}
.footer__exhibition__item .name a {
 display: inline-block;
 padding-bottom: 2px;
 position: relative;
}
.footer__exhibition__item .name a::before {
 content: "";
 display: block;
 width: 100%;
 height: 2px;
 background-color: #fff;
 position: absolute;
 left: 0;
 bottom: 0;
 transition: all 0.3s ease;
 opacity: 0;
}
.footer__exhibition__item .name a::after {
 content: "";
 display: block;
 width: 9px;
 height: 10px;
 background-image: var(--wpr-bg-09ba36cd-2cda-40be-9fa3-d3d91825bec4);
 background-repeat: no-repeat;
 background-position: 0 50%;
 background-size: contain;
 position: absolute;
 right: -20px;
 top: 50%;
 transform: translateY(-50%);
}
.footer__exhibition__item .name a:hover {
 opacity: 1;
}
.footer__exhibition__item .name a:hover::before {
 opacity: 1;
}
.footer__exhibition__item .addr {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding-left: 30px;
 position: relative;
}
.footer__exhibition__item .addr::before {
 content: "";
 display: block;
 width: 18px;
 height: 22px;
 background-image: var(--wpr-bg-c1385925-d440-4683-87b2-8b54c1ed557b);
 background-repeat: no-repeat;
 background-position: 0 50%;
 background-size: contain;
 position: absolute;
 left: 0;
 top: 5px;
}
.footer__exhibition__item .addr .mapBtn {
 flex: 0 0 65px;
}
.footer__exhibition__item .tel {
 margin: 0;
 padding-left: 30px;
 font-size: 25px;
 font-weight: 700;
 line-height: 30px;
 position: relative;
}
.footer__exhibition__item .tel::before {
 content: "";
 display: block;
 width: 24px;
 height: 24px;
 background-image: var(--wpr-bg-3b1c23b1-a158-445e-808c-5f6680468181);
 background-repeat: no-repeat;
 background-position: 0 50%;
 background-size: contain;
 position: absolute;
 left: 0;
 top: 6px;
}
@media screen and (min-width: 768px) {
 .footer__exhibition__item {
  padding: 0;
  height: 100%;
 }
 .footer__exhibition__item figure {
  margin-bottom: 0;
 }
 .footer__exhibition__item .txtarea {
  padding: 26px 20px 20px;
 }
 .footer__exhibition__item .name {
  margin-bottom: 20px;
  line-height: 1;
 }
 .footer__exhibition__item .addr {
  justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 16px;
 }
 .footer__exhibition__item .addr span {
  margin-right: 20px;
 }
 .footer__exhibition__item .tel {
  font-size: 30px;
 }
}
@media screen and (min-width: 1200px) {
 .footer__exhibition__item .col-xl-5 {
  flex: 0 0 324px;
  max-width: 324px;
 }
 .footer__exhibition__item .col-xl-7 {
  flex: 0 0 calc(100% - 324px);
  max-width: calc(100% - 324px);
 }
 .footer__exhibition__item .name {
  font-size: 18px;
 }
 .footer__exhibition__item .addr {
  font-size: 13px;
 }
 .footer__exhibition__item .tel {
  font-size: 28px;
 }
}
@media screen and (min-width: 1410px) {
 .footer__exhibition__item .name {
  font-size: 24px;
 }
 .footer__exhibition__item .addr {
  font-size: 16px;
 }
 .footer__exhibition__item .tel {
  font-size: 30px;
 }
}
/*
mapBtn
*/
.mapBtn {
 display: flex;
 align-items: center;
 justify-content: center;
 padding-right: 10px;
 width: 65px;
 height: 33px;
 color: #008B39;
 font-size: 14px;
 font-weight: 500;
 background-color: #fff;
 border: 2px solid #008B39;
 border-radius: 5px;
 box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
 position: relative;
 transition: all 0.3s ease;
}
.mapBtn::after {
 content: "";
 display: block;
 width: 9px;
 height: 10px;
 background-image: var(--wpr-bg-07c1a060-7571-44f6-825d-d06ab6b0b887);
 background-repeat: no-repeat;
 background-position: 0 50%;
 background-size: contain;
 position: absolute;
 right: 5px;
 top: 50%;
 transform: translateY(-50%);
}
.mapBtn:hover {
 color: #008B39;
 opacity: 1;
 transform: scale(1.05);
}
/*
footer__bottom
*/
.footer__bottom {
 padding: 20px 0;
 color: #fff;
 background-color: #535353;
}
.footer__bottom ul {
 display: flex;
 align-items: center;
 margin-bottom: 20px;
}
.footer__bottom ul li {
 margin-right: 15px;
}
.footer__bottom ul li a {
 font-size: 12px;
}
.footer__bottom ul li a:hover {
 opacity: 1;
}
.footer__bottom .copyright {
 font-size: 12px;
}
@media screen and (min-width: 768px) {
 .footer__bottom {
  padding: 10px 0;
 }
 .footer__bottom ul {
  margin: 0;
 }
 .footer__bottom ul li {
  margin-right: 25px;
 }
 .footer__bottom ul li a {
  font-size: 13px;
 }
 .footer__bottom .copyright {
  font-size: 14px;
  text-align: right;
 }
}
@media screen and (min-width: 992px) {
 .footer__bottom ul li a {
  font-size: 14px;
 }
}
/*
bottomFixedBlock-sp
*/
.bottomFixedBlock-sp {
 width: 100%;
 background-color: #fff;
 box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.03);
 position: fixed;
 bottom: 0;
 left: 0;
 z-index: 9999;
}
.bottomFixedBlock-sp .col-15 {
 flex: 0 0 20%;
 max-width: 20%;
}
.bottomFixedBlock-sp .col-15:nth-of-type(3), .bottomFixedBlock-sp .col-15:nth-of-type(4) {
 border-right: 1px solid #ddd;
}
.bottomFixedBlock-sp a {
 display: flex;
 flex-wrap: wrap;
 align-items: flex-end;
 padding: 8px 0 13px;
 width: 100%;
 height: 75px;
 font-size: 11px;
 font-weight: 700;
 text-align: center;
}
.bottomFixedBlock-sp a.kenchomae {
 color: #fff;
 background-color: #33B59B;
}
.bottomFixedBlock-sp a.kakamigahara {
 color: #fff;
 background-color: #EEB819;
}
.bottomFixedBlock-sp span {
 display: block;
 width: 100%;
}
/*
pagetop
*/
#pagetop {
 position: fixed;
 right: 10px;
 bottom: 85px;
 z-index: 99;
}
#pagetop a {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 50px;
 height: 50px;
 background-color: #fff;
 border: 3px solid #008B39;
 border-radius: 50%;
 box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
 transition: all 0.3s ease;
}
#pagetop a img {
 width: 8.8px;
 height: 9.64px;
}
#pagetop a:hover {
 opacity: 1;
 transform: scale(1.2);
}
@media screen and (min-width: 768px) {
 #pagetop {
  right: 30px;
  bottom: 30px;
 }
 #pagetop.fixed {
  position: absolute;
  right: 10px;
  bottom: 225px;
 }
}
/*
layout
*/
/*
wrapper
*/
.wrapper {
 margin: 0;
 padding: 60px 0 75px;
 width: 100%;
 overflow: hidden;
 transition: all 0.1s ease;
}
@media screen and (min-width: 768px) {
 .wrapper {
  padding: 60px 0 0;
 }
}
@media screen and (min-width: 920px) {
 .wrapper {
  padding: 113px 0 0;
 }
}
.inner {
 margin: 0 auto;
 padding: 0 25px;
 width: 100%;
 max-width: 1170px;
}
/*
固定ページ
*/
/*
固定ページ page-header
*/
.page-header h1 {
 margin: 40px 0 0;
 font-size: 16px;
 font-weight: 700;
 text-align: center;
 position: relative;
}
.page-header h1::before {
 content: "";
 display: block;
 margin-bottom: 5px;
 background-repeat: no-repeat;
 background-position: 50% 0;
 background-size: contain;
 position: absolute;
 left: 50%;
 bottom: 100%;
 transform: translateX(-50%);
}
.page-header h1 span.ja {
 display: block;
 font-size: 16px;
}
.page-header h1.icon_exhibition::before {
 width: 35px;
 height: 34px;
 background-image: var(--wpr-bg-0b9d43aa-9a74-43ca-bfec-a58e64c721df);
}
.page-header h1.icon_modelhouse::before {
 width: 35px;
 height: 30px;
 background-image: var(--wpr-bg-1334171a-dbf1-48c1-854c-c8221e7dbb78);
}
.page-header h1.icon_information::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-cb445d0e-4795-4b2a-a041-5310d2d70528);
}
.page-header h1.icon_event::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-1c7b72f3-eef2-415c-a303-e26ec3b8c8c5);
}
.page-header h1.icon_column::before {
 width: 55px;
 height: 30px;
 background-image: var(--wpr-bg-068d03d0-b243-4e7b-9709-6179cc608805);
}
.page-header h1.icon_access::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-bedd686c-e615-4625-b8be-740c920f790a);
}
.page-header h1.icon_company::before {
 width: 25px;
 height: 30px;
 background-image: var(--wpr-bg-6409f9e5-2428-420c-ad93-141835ea72ca);
}
.page-header h1.icon_privacy::before {
 width: 26px;
 height: 30px;
 background-image: var(--wpr-bg-31ca774d-2d05-4c17-87ff-6f6a32845633);
}
.page-header h1.icon_contact::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-2592314c-da28-4ec8-822c-56e76e8bffa8);
}
.page-header h1.icon_tour::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-a9c5f6ec-4834-4f42-9dab-2c831429c980);
}
.page-header.headerStyle001 {
 position: relative;
}
.page-header.headerStyle001 .page-titleBox {
 padding: 15px 26px;
 color: #fff;
 background-color: #008B39;
 position: absolute;
 left: 0;
 top: 50%;
 z-index: 1;
 transform: translateY(-50%);
}
.page-header.headerStyle001 .page-imgBox {
 width: 100%;
 height: 250px;
 background-repeat: no-repeat;
 background-position: 50% 50%;
 background-size: cover;
}
.page-header.headerStyle001.kencho .page-titleBox {
 color: #fff;
 background-color: #33B59B;
}
.page-header.headerStyle001.kencho .page-imgBox {
 background-image: var(--wpr-bg-ca1ea759-1feb-478a-b69f-59f9a7891a44);
}
.page-header.headerStyle001.kakamigahara .page-titleBox {
 color: #fff;
 background-color: #EEB819;
}
.page-header.headerStyle001.kakamigahara .page-imgBox {
 background-image: var(--wpr-bg-e78efe32-0bd2-4202-a489-75693e0c1e1f);
}
.page-header.headerStyle001.modelhouse .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.modelhouse .page-imgBox {
 background-image: var(--wpr-bg-b4f0767c-d2d9-497d-a32a-4645b91821af);
}
.page-header.headerStyle001.information .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.information .page-imgBox {
 background-image: var(--wpr-bg-e053b16e-7131-49ff-a7e4-77408449abbd);
}
.page-header.headerStyle001.event .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.event .page-imgBox {
 background-image: var(--wpr-bg-4946940f-3a1f-4aa3-b530-5213b30c1d78);
}
.page-header.headerStyle001.column .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.column .page-imgBox {
 background-image: var(--wpr-bg-9b1cf3c8-4d1f-4df6-beb9-50e36862278b);
}
.page-header.headerStyle001.access .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.access .page-imgBox {
 background-image: var(--wpr-bg-4f514012-d248-471d-9364-943d74e627d7);
}
.page-header.headerStyle001.tour .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.tour .page-imgBox {
 background-image: var(--wpr-bg-bd184336-a4e4-4c36-be54-2c0d05c63c03);
}
.page-header.headerStyle002 {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 118px;
 color: #fff;
 background-color: #008B39;
}
@media screen and (min-width: 768px) {
 .page-header h1 {
  font-size: 30px;
 }
 .page-header h1 span.ja {
  font-size: 14px;
 }
 .page-header h1.icon_exhibition::before {
  width: 44px;
  height: 41px;
 }
 .page-header h1.icon_modelhouse::before {
  width: 50px;
  height: 43px;
 }
 .page-header h1.icon_information::before {
  width: 40px;
  height: 40px;
 }
 .page-header h1.icon_event::before {
  width: 40px;
  height: 40px;
 }
 .page-header h1.icon_column::before {
  width: 73px;
  height: 40px;
 }
 .page-header h1.icon_access::before {
  width: 41px;
  height: 41px;
 }
 .page-header h1.icon_company::before {
  width: 38px;
  height: 46px;
 }
 .page-header h1.icon_privacy::before {
  width: 40px;
  height: 46px;
 }
 .page-header h1.icon_contact::before {
  width: 46px;
  height: 46px;
 }
 .page-header h1.icon_tour::before {
  width: 40px;
  height: 40px;
 }
 .page-header.headerStyle001 {
  display: flex;
  align-items: center;
 }
 .page-header.headerStyle001 .page-titleBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50vw;
  height: 250px;
  position: static;
  transform: none;
 }
 .page-header.headerStyle001.kencho .page-imgBox {
  background-image: var(--wpr-bg-d8027b1b-27e7-49a9-bdf9-878d57d0706f);
 }
 .page-header.headerStyle001.kakamigahara .page-imgBox {
  background-image: var(--wpr-bg-d73c1084-3624-4a1a-819f-9411b828aadf);
 }
 .page-header.headerStyle001.modelhouse .page-imgBox {
  background-image: var(--wpr-bg-0800b3ac-e8eb-4143-9acd-3c1bd20f046f);
 }
 .page-header.headerStyle001.information .page-imgBox {
  background-image: var(--wpr-bg-0da2aac5-85f1-4b72-8303-eba0ac594a7d);
 }
 .page-header.headerStyle001.event .page-imgBox {
  background-image: var(--wpr-bg-ad3c7068-1a21-40ba-8555-5a8fcb238e0a);
 }
 .page-header.headerStyle001.column .page-imgBox {
  background-image: var(--wpr-bg-f7cd55c7-299e-4ab4-8745-49eb63000026);
 }
 .page-header.headerStyle001.access .page-imgBox {
  background-image: var(--wpr-bg-c61f76da-4b92-4202-8804-fd485e0da9d9);
 }
 .page-header.headerStyle001.tour .page-imgBox {
  background-image: var(--wpr-bg-4d033bd2-c0fa-422c-9662-a948ed419336);
 }
 .page-header.headerStyle002 {
  height: 250px;
 }
}
@media screen and (min-width: 1000px) {
 .page-header h1 {
  font-size: 40px;
 }
 .page-header h1 span.ja {
  font-size: 16px;
 }
 .page-header h1.icon_exhibition::before {
  width: 44px;
  height: 41px;
 }
 .page-header.headerStyle001 .page-titleBox {
  width: 540px;
 }
 .page-header.headerStyle001 .page-imgBox {
  width: calc(100% - 540px);
 }
}
/*
固定ページ page-content
*/
.page-content.modelhouse {
 background-color: #F5F4EF;
}
/*
投稿ページ HEADER
*/
.entry-header h1 {
 margin: 40px 0 0;
 font-size: 16px;
 font-weight: 700;
 text-align: center;
 position: relative;
}
.entry-header h1::before {
 content: "";
 display: block;
 margin-bottom: 5px;
 background-repeat: no-repeat;
 background-position: 50% 0;
 background-size: contain;
 position: absolute;
 left: 50%;
 bottom: 100%;
 transform: translateX(-50%);
}
.entry-header h1 span.ja {
 display: block;
 font-size: 16px;
}
.entry-header h1.icon_information::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-c88b7f2a-657c-412c-a686-d2697a9810c3);
}
.entry-header h1.icon_event::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-10a346de-9c79-4739-9c3f-e5246bdeded2);
}
.entry-header h1.icon_column::before {
 width: 55px;
 height: 30px;
 background-image: var(--wpr-bg-83d5848e-17a2-429a-bf17-54156a8f5802);
}
.entry-header.headerStyle002 {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 118px;
 color: #fff;
 background-color: #008B39;
}
@media screen and (min-width: 768px) {
 .entry-header h1 {
  font-size: 40px;
 }
 .entry-header h1 span.ja {
  font-size: 16px;
 }
 .entry-header h1.icon_information::before {
  width: 40px;
  height: 40px;
 }
 .entry-header h1.icon_event::before {
  width: 40px;
  height: 40px;
 }
 .entry-header h1.icon_column::before {
  width: 73px;
  height: 40px;
 }
 .entry-header.headerStyle002 {
  height: 250px;
 }
}
/*
投稿　ハウスメーカー
*/
.single-house_maker .entry-content .houseMakerInformationCont + article {
 margin: 40px 0;
}
.single-house_maker .entry-content .houseMakerInformationCont h3 {
 margin: 30px 0;
 position: relative;
}
.single-house_maker .entry-content .houseMakerInformationCont h3::before, .single-house_maker .entry-content .houseMakerInformationCont h3::after {
 content: "";
 display: block;
 width: 25px;
 height: 25px;
 position: absolute;
 top: 50%;
 left: 0;
 z-index: 0;
 transform: translateY(-50%);
}
.single-house_maker .entry-content .houseMakerInformationCont figure {
 margin: 20px auto;
}
.single-house_maker .entry-content .houseMakerInformationCont div.txtarea {
 margin: 20px 0;
}
.single-house_maker .entry-content .houseMakerInformationCont div.blankurl {
 padding: 30px 0 0;
}
.single-house_maker .entry-content .houseMakerInformationCont div.blankurl a {
 padding: 0 0 0 20px;
 position: relative;
 text-decoration: underline;
}
.single-house_maker .entry-content .houseMakerInformationCont div.blankurl a::before {
 content: "";
 display: block;
 margin-top: -4px;
 width: 9px;
 height: 10px;
 background-image: var(--wpr-bg-4582da1e-d74b-48c4-8462-f4a078dc0337);
 background-repeat: no-repeat;
 background-position: 50% 50%;
 background-size: contain;
 position: absolute;
 top: 50%;
}
.single-house_maker .entry-content .houseMakerInformationCont div.blankurl a::after {
 content: "";
 display: inline-block;
 width: 9px;
 height: 10px;
 background-image: var(--wpr-bg-915884b4-cf43-4b6f-b7c1-5637e5886172);
 background-repeat: no-repeat;
 background-position: 50% 50%;
 background-size: contain;
 transition: all 0.3s ease;
 transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
 .single-house_maker .entry-content .inner {
  padding-top: 80px;
 }
 .single-house_maker .entry-content .houseMakerInformationCont + article {
  margin: 60px 0;
 }
 .single-house_maker .entry-content .houseMakerInformationCont h3 {
  margin: 30px 0;
  font-size: 25px;
 }
 .single-house_maker .entry-content .houseMakerInformationCont figure {
  margin: 30px auto;
 }
 .single-house_maker .entry-content .houseMakerInformationCont div.txtarea {
  margin: 30px 0;
 }
}
/*
pagenavi
*/
.pagenation {
 margin: 0 auto;
 padding: 16px 0 0;
}
.pagenation__in {
 display: flex;
 align-items: center;
 justify-content: center;
}
.pagenation .page-numbers {
 display: flex;
 align-items: center;
 padding: 0 10px;
}
.pagenation a, .pagenation span {
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0;
 width: 34px;
 height: 34px;
 color: #008B39;
 font-size: 14px;
 text-decoration: none;
 border: 2px solid #fff;
 border-radius: 50%;
 box-sizing: border-box;
}
.pagenation a:hover {
 color: #fff;
 text-decoration: none;
 background-color: #008B39;
 border: 2px solid #008B39;
 opacity: 1;
}
.pagenation span.dots {
 background: none;
 border: 0;
}
.pagenation span.current {
 color: #fff;
 background-color: #008B39;
 border: 1px solid #008B39;
}
.pagenation .prev-link a, .pagenation .next-link a {
 margin: 0;
 width: 65px;
 height: 34px;
 border: 2px solid #008B39;
 border-radius: 5px;
 box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
 position: relative;
}
.pagenation .prev-link a::after, .pagenation .next-link a::after {
 content: "";
 display: block;
 margin-top: -4px;
 width: 9px;
 height: 10px;
 background-image: var(--wpr-bg-6af2a8a6-b357-428c-9285-8307ad33585c);
 background-repeat: no-repeat;
 background-position: 50% 50%;
 background-size: contain;
 position: absolute;
 top: 50%;
}
.pagenation .prev-link a:hover, .pagenation .next-link a:hover {
 opacity: 1;
}
.pagenation .prev-link a:hover::after, .pagenation .next-link a:hover::after {
 background-image: var(--wpr-bg-e4cc3f02-e730-4509-bd17-ec7830360b6d);
}
.pagenation .prev-link a {
 padding: 0 0 0 12px;
}
.pagenation .prev-link a::after {
 left: 7px;
 transform: rotate(180deg);
}
.pagenation .next-link a {
 padding: 0 12px 0 0;
}
.pagenation .next-link a::after {
 right: 7px;
}
@media screen and (min-width: 768px) {
 .pagenation {
  padding: 53px 0 0;
 }
 .pagenation .page-numbers {
  margin: 0 5px;
 }
 .pagenation a, .pagenation span {
  margin: 0 3px;
 }
}
.previous_next_post {
 margin: 60px 0 0;
 padding: 30px 0 0;
 width: 100%;
 border-top: 1px solid #ddd;
}
.previous_next_post:after {
 content: "";
 display: table;
 clear: both;
 height: 0;
 visibility: hidden;
}
.previous_next_post .prev_post {
 float: left;
}
.previous_next_post .next_post {
 float: right;
}
.previous_next_post .prev_post a, .previous_next_post .next_post a {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 150px;
 height: 33px;
 color: #008B39;
 font-size: 14px;
 font-weight: 500;
 background-color: #fff;
 border: 2px solid #008B39;
 border-radius: 5px;
 box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
 position: relative;
 transition: all 0.3s ease;
}
.previous_next_post .prev_post a::after, .previous_next_post .next_post a::after {
 content: "";
 display: block;
 width: 9px;
 height: 10px;
 background-image: var(--wpr-bg-77abf16c-29e0-4864-b35d-f641b69b783e);
 background-repeat: no-repeat;
 background-position: 0 50%;
 background-size: contain;
 position: absolute;
}
.previous_next_post .prev_post a:hover, .previous_next_post .next_post a:hover {
 color: #fff;
 background-color: #008B39;
 opacity: 1;
}
.previous_next_post .prev_post a:hover::after, .previous_next_post .next_post a:hover::after {
 background-image: var(--wpr-bg-11b13f2e-1140-440b-80e8-dea057dffc9e);
}
.previous_next_post .prev_post a {
 padding: 0 10px 0 20px;
}
.previous_next_post .prev_post a::after {
 left: 7px;
 top: 50%;
 transform: translateY(-50%) rotate(180deg);
}
.previous_next_post .next_post a {
 padding: 0 20px 0 10px;
}
.previous_next_post .next_post a::after {
 right: 7px;
 top: 50%;
 transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
 .previous_next_post {
  margin: 120px 0 0;
  padding: 60px 0 0;
 }
}
/*
Hamburger Menu
*/
#hamburger_button {
 display: block;
 margin: 0;
 padding: 0;
 width: 60px;
 height: 60px;
 background-color: #008B39;
 box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
 position: absolute;
 right: 0;
 bottom: 0;
 z-index: 100;
 cursor: pointer;
}
#hamburger_button span {
 display: block;
 width: 36%;
 height: 2px;
 background-color: #fff;
 position: absolute;
 left: 32%;
 top: 44%;
 transform: translateY(-50%);
}
#hamburger_button span::before, #hamburger_button span::after {
 content: "";
 display: block;
 width: 100%;
 height: 2px;
 background-color: #fff;
 position: absolute;
 left: 0;
 transition: 0.6s;
}
#hamburger_button span::before {
 top: -7px;
}
#hamburger_button span::after {
 top: 7px;
}
#hamburger_button small {
 display: block;
 width: 100%;
 height: 12px;
 color: #fff;
 font-size: 8px;
 font-weight: 500;
 text-align: center;
 position: absolute;
 bottom: 8px;
 left: 0;
}
#hamburger_button small::after {
 content: "MENU";
}
.menu-open #hamburger_button span {
 background-color: transparent;
}
.menu-open #hamburger_button span::before {
 top: 0;
 transform: rotate(45deg);
}
.menu-open #hamburger_button span::after {
 top: 0;
 transform: rotate(-45deg);
}
.menu-open #hamburger_button small::after {
 content: "CLOSE";
}
@media screen and (min-width: 920px) {
 #hamburger_button {
  display: none;
 }
}
/*
Animation
*/
/*
SCROLL IN ANIMATION
*/
.scrollEffect {
 transition: all 1500ms cubic-bezier(0.395, 0.085, 0.15, 0.86);
 /* custom */
 transition-timing-function: cubic-bezier(0.395, 0.085, 0.15, 0.86);
 /* custom */
}
.fadeIn {
 opacity: 0;
}
.fadeIn.view {
 opacity: 1;
}
.fadeblur {
 transform: scale(1.1) translateY(20px);
 filter: blur(20px);
 opacity: 0;
}
.fadeblur.view {
 transform: scale(1) translateY(0);
 filter: blur(0);
 opacity: 1;
}
.fadeIn {
 opacity: 0;
}
.fadeIn.view {
 opacity: 1;
}
.fadeIn-left {
 opacity: 0;
 transform: translateX(-100px);
}
.fadeIn-left.view {
 opacity: 1;
 transform: translateX(0);
}
.fadeIn-right {
 opacity: 0;
 transform: translateX(100px);
}
.fadeIn-right.view {
 opacity: 1;
 transform: translateX(0);
}
.fadeIn-UP {
 opacity: 0;
 transform: translateY(100px);
}
.fadeIn-UP.view {
 opacity: 1;
 transform: translateY(0);
}
/*
typography
*/
/*
タイトルテキスト all__titleStyle_01
*/
.all__titleStyle_01 {
 margin-bottom: 22px;
 font-size: 30px;
 font-weight: 700;
 text-align: center;
 line-height: 1.25;
}
.all__titleStyle_01 span {
 display: block;
 margin-top: 5px;
 font-size: 16px;
}
@media screen and (min-width: 768px) {
 .all__titleStyle_01 {
  font-size: 40px;
 }
 .all__titleStyle_01 span {
  font-size: 16px;
 }
}
/*
タイトルテキスト all__titleStyle_02
*/
.all__titleStyle_02 {
 margin-bottom: 20px;
 padding-bottom: 10px;
 font-size: 20px;
 font-weight: 700;
 border-bottom: 1px solid #DDDDDD;
 position: relative;
}
.all__titleStyle_02::after {
 content: "";
 display: block;
 width: 100px;
 height: 1px;
 background-color: #3C8843;
 position: absolute;
 left: 0;
 bottom: 0;
}
.all__titleStyle_02.kencho::after {
 background-color: #33B59B;
}
.all__titleStyle_02.kakamigahara::after {
 background-color: #EEB819;
}
@media screen and (min-width: 768px) {
 .all__titleStyle_02 {
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 30px;
 }
 .all__titleStyle_02::after {
  width: 200px;
 }
}
/*
タイトルテキスト all__titleStyle_03
*/
.all__titleStyle_03 {
 margin-bottom: 20px;
 padding-bottom: 10px;
 color: #008B39;
 font-size: 20px;
 font-weight: 700;
 text-align: center;
}
@media screen and (min-width: 768px) {
 .all__titleStyle_03 {
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 25px;
 }
}
/*
ボタンリンク all__buttonLink_large
*/
.all__buttonLink__large span, .all__buttonLink__large a {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0 30px 0 20px;
 width: auto;
 height: 50px;
 color: #008B39;
 font-size: 14px;
 font-weight: 500;
 background-color: #fff;
 border: 3px solid #008B39;
 border-radius: 5px;
 box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
 position: relative;
 transition: all 0.3s ease;
}
.all__buttonLink__large span::after, .all__buttonLink__large a::after {
 content: "";
 display: block;
 width: 9px;
 height: 10px;
 background-image: var(--wpr-bg-96d7c34f-b6d5-4572-8fb4-100737c65a2e);
 background-repeat: no-repeat;
 background-position: 0 50%;
 background-size: contain;
 position: absolute;
 right: 20px;
 top: 50%;
 transform: translateY(-50%);
}
.all__buttonLink__large span:hover, .all__buttonLink__large a:hover {
 opacity: 1;
 transform: scale(1.05);
}
@media screen and (min-width: 768px) {
 .all__buttonLink__large span, .all__buttonLink__large a {
  height: 60px;
  font-size: 16px;
 }
}
/*
ボタンリンク all__buttonLink_large
*/
.all__buttonLink__small a {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0 20px 0 10px;
 width: auto;
 height: 33px;
 color: #008B39;
 font-size: 14px;
 font-weight: 500;
 background-color: #fff;
 border: 2px solid #008B39;
 border-radius: 5px;
 box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
 position: relative;
 transition: all 0.3s ease;
}
.all__buttonLink__small a::after {
 content: "";
 display: block;
 width: 9px;
 height: 10px;
 background-image: var(--wpr-bg-457896ad-35f5-4d6e-beb5-b43c2f5e8bfc);
 background-repeat: no-repeat;
 background-position: 0 50%;
 background-size: contain;
 position: absolute;
 right: 10px;
 top: 50%;
 transform: translateY(-50%);
}
.all__buttonLink__small a:hover {
 opacity: 1;
 transform: scale(1.05);
}
/*
外部ボタン all__blankButton_large
*/
.all__blankButton_large a {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0 30px 0 20px;
 width: auto;
 height: 50px;
 color: #008B39;
 font-size: 14px;
 font-weight: 500;
 background-color: #fff;
 border: 3px solid #008B39;
 border-radius: 5px;
 box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
 position: relative;
 transition: all 0.3s ease;
}
.all__blankButton_large a::after {
 content: "";
 display: block;
 width: 12px;
 height: 11px;
 background-image: var(--wpr-bg-9aa62ecd-b0b4-4d14-a3ec-39997dee97ea);
 background-repeat: no-repeat;
 background-position: 0 50%;
 background-size: contain;
 position: absolute;
 right: 20px;
 top: 50%;
 transform: translateY(-50%);
}
.all__blankButton_large a:hover {
 opacity: 1;
 transform: scale(1.05);
}
@media screen and (min-width: 768px) {
 .all__blankButton_large a {
  height: 60px;
  font-size: 16px;
 }
}
/*
外部ボタン all__blankButton__small
*/
.all__blankButton__small a {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0 30px 0 20px;
 width: auto;
 height: 33px;
 color: #008B39;
 font-size: 14px;
 font-weight: 500;
 background-color: #fff;
 border: 2px solid #008B39;
 border-radius: 5px;
 box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
 position: relative;
 transition: all 0.3s ease;
}
.all__blankButton__small a::after {
 content: "";
 display: block;
 width: 12px;
 height: 11px;
 background-image: var(--wpr-bg-f4c3decf-89aa-422d-8887-92a66b59f6a4);
 background-repeat: no-repeat;
 background-position: 0 50%;
 background-size: contain;
 position: absolute;
 right: 20px;
 top: 50%;
 transform: translateY(-50%);
}
.all__blankButton__small a:hover {
 opacity: 1;
 transform: scale(1.05);
}
/*
all__blankButton_large-green
*/
.all__blankButton_large-green a {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0 30px 0 20px;
 width: auto;
 height: 50px;
 color: #fff;
 font-size: 14px;
 font-weight: 500;
 background-color: #008B39;
 border: 3px solid #008B39;
 border-radius: 5px;
 box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
 position: relative;
 transition: all 0.3s ease;
}
.all__blankButton_large-green a::after {
 content: "";
 display: block;
 width: 12px;
 height: 11px;
 background-image: var(--wpr-bg-d6e9f3bf-5810-4083-b813-07a576ece581);
 background-repeat: no-repeat;
 background-position: 0 50%;
 background-size: contain;
 position: absolute;
 right: 20px;
 top: 50%;
 transform: translateY(-50%);
}
.all__blankButton_large-green a:hover {
 opacity: 1;
 transform: scale(1.05);
}
@media screen and (min-width: 768px) {
 .all__blankButton_large-green a {
  height: 60px;
  font-size: 16px;
 }
}
/*
リンクテキスト all__linkText
*/
a.all__linkText {
 text-decoration: underline;
 transition: all 0.3s ease;
}
a.all__linkText::after {
 content: "";
 display: inline-block;
 margin-left: 10px;
 width: 9px;
 height: 10px;
 background-image: var(--wpr-bg-1e744f8b-610f-4e25-8ac5-62364babc62b);
 background-repeat: no-repeat;
 background-position: 0 50%;
 background-size: contain;
}
a.all__linkText:hover {
 color: #008B39;
 text-decoration: none;
}
@media screen and (min-width: 768px) {
 a.all__linkText {
  font-size: 16px;
 }
}
/*
外部リンクテキスト all__linkText-blank
*/
a.all__linkText-blank {
 text-decoration: underline;
 transition: all 0.3s ease;
}
a.all__linkText-blank::after {
 content: "";
 display: inline-block;
 margin-left: 10px;
 width: 12px;
 height: 11px;
 background-image: var(--wpr-bg-ddce47f9-c07d-49ff-b04c-b3eb056a432b);
 background-repeat: no-repeat;
 background-position: 0 50%;
 background-size: contain;
}
a.all__linkText-blank:hover {
 color: #008B39;
 text-decoration: none;
}
@media screen and (min-width: 768px) {
 a.all__linkText-blank {
  font-size: 16px;
 }
}
/*
カテゴリアイコン
*/
.categoryRibbon {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 0 10px;
 height: 28px;
 color: #fff;
 font-size: 12px;
 font-weight: 700;
 line-height: 1;
 background-color: #00B40F;
 border-radius: 5px 0 0 0;
 position: relative;
}
.categoryRibbon::before, .categoryRibbon::after {
 content: "";
 display: block;
 background-image: var(--wpr-bg-e11c9647-3740-4600-8a6b-5260c35fe003);
 background-repeat: no-repeat;
 position: absolute;
}
.categoryRibbon::before {
 width: 5px;
 height: 6px;
 background-position: 0 100%;
 background-size: auto;
 left: 0;
 top: 100%;
}
.categoryRibbon::after {
 width: 10px;
 height: 28px;
 background-position: 100% 0;
 background-size: auto 120%;
 left: 100%;
 top: 0;
}
.categoryRibbon.kencho {
 background-color: #33B59B;
}
.categoryRibbon.kencho::before, .categoryRibbon.kencho::after {
 background-image: var(--wpr-bg-7935cdc0-6425-4ea6-a23a-08f4f310828c);
}
.categoryRibbon.kakamigahara {
 background-color: #EEB819;
}
.categoryRibbon.kakamigahara::before, .categoryRibbon.kakamigahara::after {
 background-image: var(--wpr-bg-7a10d542-3193-48c7-92bf-e8b0be0840cb);
}
@media screen and (min-width: 768px) {
 .categoryRibbon {
  font-size: 16px;
 }
}
/*
カテゴリ cate_kencho
*/
.cate_kencho {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0 10px;
 width: 60px;
 height: 28px;
 color: #fff;
 font-size: 12px;
 font-weight: 700;
 line-height: 1;
 background-color: #33B59B;
 border-radius: 5px 0 0 0;
 position: relative;
}
.cate_kencho::before, .cate_kencho::after {
 content: "";
 display: block;
 background-image: var(--wpr-bg-bab28214-f26c-4ec9-af42-60d050e90a12);
 background-repeat: no-repeat;
 position: absolute;
}
.cate_kencho::before {
 width: 5px;
 height: 6px;
 background-position: 0 100%;
 background-size: auto;
 left: 0;
 top: 100%;
}
.cate_kencho::after {
 width: 10px;
 height: 28px;
 background-position: 100% 0;
 background-size: auto 120%;
 left: 100%;
 top: 0;
}
/*
カテゴリ cate_kakamigahara
*/
.cate_kakamigahara {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0 10px;
 width: 60px;
 height: 28px;
 color: #fff;
 font-size: 12px;
 font-weight: 700;
 line-height: 1;
 background-color: #E6B944;
 border-radius: 5px 0 0 0;
 position: relative;
}
.cate_kakamigahara::before, .cate_kakamigahara::after {
 content: "";
 display: block;
 background-image: var(--wpr-bg-b3a4885a-6c7c-4d09-a4fd-e774503daa8b);
 background-repeat: no-repeat;
 position: absolute;
}
.cate_kakamigahara::before {
 width: 5px;
 height: 6px;
 background-position: 0 100%;
 background-size: auto;
 left: 0;
 top: 100%;
}
.cate_kakamigahara::after {
 width: 10px;
 height: 28px;
 background-position: 100% 0;
 background-size: auto 120%;
 left: 100%;
 top: 0;
}
/*
SLICK SLIDER Default Style
*/
.sliderDefault {
 margin-bottom: 25px;
}
.sliderDefault .slick-prev, .sliderDefault .slick-next {
 margin: 0;
 width: 40px;
 height: 40px;
 transition: all 0.3s ease;
}
.sliderDefault .slick-prev:hover, .sliderDefault .slick-next:hover {
 transform: translate(0, -50%) scale(1.1);
}
.sliderDefault .slick-prev::before, .sliderDefault .slick-next::before {
 opacity: 1;
}
.sliderDefault .slick-prev {
 display: block;
 width: 40px;
 height: 40px;
 background-color: #fff;
 border: 3px solid #008B39;
 border-radius: 50%;
 box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
 top: 50%;
 left: -16px;
 z-index: 3;
 transform: translate(0, -50%);
}
.sliderDefault .slick-prev::before {
 content: "";
 display: block;
 width: 8.8px;
 height: 9.64px;
 background-image: var(--wpr-bg-e9e1adf1-9835-4b6b-8d8e-5620ee76d1c6);
 background-repeat: no-repeat;
 background-position: 50% 50%;
 background-size: contain;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
}
.sliderDefault .slick-next {
 display: block;
 width: 40px;
 height: 40px;
 background-color: #fff;
 border: 3px solid #008B39;
 border-radius: 50%;
 box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
 top: 50%;
 right: -16px;
 z-index: 3;
 transform: translate(0, -50%);
}
.sliderDefault .slick-next::before {
 content: "";
 display: block;
 width: 8.8px;
 height: 9.64px;
 background-image: var(--wpr-bg-e8c73f0d-0a5d-432c-82f3-93a13546054c);
 background-repeat: no-repeat;
 background-position: 50% 50%;
 background-size: contain;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
}
.sliderDefault .slick-dots {
 bottom: -20px;
}
.sliderDefault .slick-dots li button {
 background-color: #008B39;
}
@media screen and (min-width: 768px) {
 .sliderDefault {
  margin-bottom: 30px;
 }
 .sliderDefault .slick-dots {
  bottom: -30px;
 }
}
/*
SLICK SLIDER sliderVenueModel Style
*/
.sliderVenueModel {
 margin-bottom: 25px;
}
.sliderVenueModel .slick-prev, .sliderVenueModel .slick-next {
 margin: 0;
 width: 40px;
 height: 40px;
}
.sliderVenueModel .slick-prev::before, .sliderVenueModel .slick-next::before {
 opacity: 1;
}
.sliderVenueModel .slick-prev:hover::before, .sliderVenueModel .slick-next:hover::before {
 opacity: 0.7;
}
.sliderVenueModel .slick-prev {
 left: -16px;
 z-index: 3;
}
.sliderVenueModel .slick-prev::before {
 content: "";
 display: block;
 width: 40px;
 height: 40px;
 background-image: var(--wpr-bg-2cd6be8c-15e4-4c6b-ac05-8ac63b3feca1);
 background-repeat: no-repeat;
 background-position: 50% 50%;
 background-size: contain;
}
.sliderVenueModel .slick-next {
 right: -16px;
 z-index: 3;
}
.sliderVenueModel .slick-next::before {
 content: "";
 display: block;
 width: 40px;
 height: 40px;
 background-image: var(--wpr-bg-6f909b61-0bae-4806-bf88-b45e6a453c04);
 background-repeat: no-repeat;
 background-position: 50% 50%;
 background-size: contain;
}
.sliderVenueModel .slick-dots {
 bottom: -20px;
}
.sliderVenueModel .slick-dots li button {
 background-color: #008B39;
}
@media screen and (min-width: 768px) {
 .sliderVenueModel {
  margin-bottom: 30px;
 }
 .sliderVenueModel .slick-dots {
  bottom: -30px;
 }
}
.entry-content {
 line-height: 1.875;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
 clear: both;
 margin: 0 0 20px;
 font-weight: 700;
 line-height: 1.4;
}
.entry-content h2 {
 font-size: 20px;
}
.entry-content h3 {
 font-size: 18px;
}
.entry-content h4 {
 font-size: 16px;
}
.entry-content h5 {
 font-size: 14px;
}
.entry-content h6 {
 font-size: 12px;
}
.entry-content img {
 margin: 0;
}
.entry-content .align-center {
 margin-left: auto;
 margin-right: auto;
}
.entry-content .align-right {
 margin-left: auto;
}
.entry-content .category {
 display: inline-block;
 margin-bottom: 5px;
 margin-right: 10px;
 padding: 3px 7px;
 color: #fff;
 font-size: 12px;
 line-height: 1;
 background-color: #626262;
}
.entry-content .category.kencho {
 background-color: #33B59B;
}
.entry-content .category.kakamigahara {
 background-color: #EEB819;
}
.entry-content .inner {
 padding: 30px 25px;
}
.entry-content__head {
 margin-bottom: 30px;
}
.entry-content__head .category {
 display: inline-block;
 margin-bottom: 5px;
 margin-right: 10px;
 padding: 6px 7px;
 color: #fff;
 font-size: 12px;
 line-height: 1;
 background-color: #626262;
}
.entry-content__head .category.kencho {
 background-color: #33B59B;
}
.entry-content__head .category.kakamigahara {
 background-color: #EEB819;
}
.entry-content__head .date {
 display: inline-block;
 margin-bottom: 5px;
 font-size: 14px;
 font-weight: 700;
}
.entry-content__head .categoryRibbon {
 height: 35px;
 font-size: 16px;
}
.entry-content__head .categoryRibbon::after {
 height: 35px;
}
.entry-content__head .categoryRibbon + h2.all__titleStyle_02 {
 margin-top: 15px;
}
.entry-content__head h2.all__titleStyle_02 {
 margin-top: 10px;
 margin-bottom: 30px;
 font-size: 20px;
}
.entry-content__body h2 {
 margin: 30px 0 20px;
}
.entry-content__body p {
 margin-bottom: 1em;
}
.entry-content__body img {
 margin: 30px auto;
}
.entry-content .informationArchiveBlock .all__titleStyle_02 {
 margin-bottom: 10px;
 font-size: 20px;
}
.entry-content .columnArchiveBlock .all__titleStyle_02 {
 margin-bottom: 30px;
 font-size: 20px;
}
@media screen and (min-width: 768px) {
 .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 0 0 30px;
 }
 .entry-content h2 {
  font-size: 25px;
 }
 .entry-content h3 {
  font-size: 22px;
 }
 .entry-content h4 {
  font-size: 20px;
 }
 .entry-content h5 {
  font-size: 18px;
 }
 .entry-content h6 {
  font-size: 16px;
 }
 .entry-content .inner {
  padding: 120px 25px 40px;
 }
 .entry-content__head {
  margin-bottom: 60px;
 }
 .entry-content__head .category {
  margin-bottom: 0;
  margin-right: 16px;
  padding: 7px 20px;
  font-size: 16px;
 }
 .entry-content__head .date {
  margin-bottom: 0;
  font-size: 16px;
 }
 .entry-content__head h2.all__titleStyle_02 {
  margin-top: 15px;
  font-size: 30px;
 }
 .entry-content__body h2 {
  margin: 120px 0 30px;
 }
 .entry-content__body h2:first-child {
  margin-top: 60px;
 }
 .entry-content__body p {
  margin-bottom: 1em;
 }
 .entry-content__body img {
  margin: 60px auto;
 }
 .entry-content .informationArchiveBlock .all__titleStyle_02 {
  margin-bottom: 30px;
  font-size: 30px;
 }
 .entry-content .columnArchiveBlock .all__titleStyle_02 {
  margin-bottom: 60px;
  font-size: 30px;
 }
}
/*
Breadcrumb
*/
.Breadcrumb {
 margin: 0;
 padding: 0;
 background-color: #F0EFE9;
}
.Breadcrumb__in {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 margin: 0 auto;
 padding: 7px 25px;
 width: 100%;
 max-width: 1170px;
 line-height: 1.5;
}
.Breadcrumb span, .Breadcrumb a {
 font-size: 12px;
 font-weight: 400;
}
.Breadcrumb span.current-item {
 margin-left: 12px;
}
.Breadcrumb a {
 margin: 0 12px;
 position: relative;
}
.Breadcrumb a::after {
 content: "";
 display: block;
 margin-left: 10px;
 width: 6px;
 height: 8px;
 background-image: var(--wpr-bg-4a9ae01c-7257-4e7a-bb9b-4e1b61e97888);
 background-repeat: no-repeat;
 background-position: 0 0;
 background-size: contain;
 position: absolute;
 top: 50%;
 left: 100%;
 transform: translateY(-50%);
}
.Breadcrumb a.home {
 margin-left: 0;
}
.Breadcrumb a:hover {
 color: #008B39;
 text-decoration: none;
}
@media screen and (min-width: 768px) {
 .Breadcrumb span, .Breadcrumb a {
  font-size: 14px;
 }
}