@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-bb785d48-268e-47bd-bfd3-86065eb6c6ca);
 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-d2851134-0089-49c3-a72a-c52d8856cd62);
 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-cdb70fee-5813-47d1-9b12-7ee1e1095484);
 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-77e70574-26bf-4439-a237-c4438a190c74);
 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-6a640658-2f59-41af-b4b9-3ec3e05f244b);
 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-c7c54251-a20e-4707-ad8d-fc116e120b9f);
 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-3fba2e35-5999-4a0c-92e6-6b34ae652327);
}
.page-header h1.icon_modelhouse::before {
 width: 35px;
 height: 30px;
 background-image: var(--wpr-bg-ef7fd576-6442-485c-887b-91c6adfbdb44);
}
.page-header h1.icon_information::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-17aef1b0-4625-4a64-ba7c-4cdd88e9c5cd);
}
.page-header h1.icon_event::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-e2299ac0-b2a9-4a94-9ebb-d473ab7c4d38);
}
.page-header h1.icon_column::before {
 width: 55px;
 height: 30px;
 background-image: var(--wpr-bg-aca7b99a-bd5e-4a66-8658-01affc376011);
}
.page-header h1.icon_access::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-9b5cf552-7899-46fa-83b4-bcfb4b53dfb3);
}
.page-header h1.icon_company::before {
 width: 25px;
 height: 30px;
 background-image: var(--wpr-bg-d08a155c-67f6-44ab-80d8-a1582552aede);
}
.page-header h1.icon_privacy::before {
 width: 26px;
 height: 30px;
 background-image: var(--wpr-bg-f124ebe6-fde1-4b7f-8bb9-487d49135bea);
}
.page-header h1.icon_contact::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-e84718b5-6c56-4bd4-8ab0-0a764c4031e6);
}
.page-header h1.icon_tour::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-596df59e-206a-4a17-b3c8-ab4ebf896cfa);
}
.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-e56fda96-f6d3-400c-8cd8-d992e3928b12);
}
.page-header.headerStyle001.kakamigahara .page-titleBox {
 color: #fff;
 background-color: #EEB819;
}
.page-header.headerStyle001.kakamigahara .page-imgBox {
 background-image: var(--wpr-bg-cd61d149-39e0-4a34-93b3-b9400a8cf7e6);
}
.page-header.headerStyle001.modelhouse .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.modelhouse .page-imgBox {
 background-image: var(--wpr-bg-97919ee8-6c38-42a2-aa85-bf47ee2ae622);
}
.page-header.headerStyle001.information .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.information .page-imgBox {
 background-image: var(--wpr-bg-26259ec9-747e-4235-bb89-2a6f2711a288);
}
.page-header.headerStyle001.event .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.event .page-imgBox {
 background-image: var(--wpr-bg-9ff78cca-5ff4-46ef-bab1-18d2b89789be);
}
.page-header.headerStyle001.column .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.column .page-imgBox {
 background-image: var(--wpr-bg-72f72234-c745-4cb7-a193-cd0612b76336);
}
.page-header.headerStyle001.access .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.access .page-imgBox {
 background-image: var(--wpr-bg-ddbda829-b989-43c8-a3be-b25916642425);
}
.page-header.headerStyle001.tour .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.tour .page-imgBox {
 background-image: var(--wpr-bg-dcda4539-812d-4f8b-9562-1626620c882f);
}
.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-c764e341-a0cb-49c4-853f-a73d5351d135);
 }
 .page-header.headerStyle001.kakamigahara .page-imgBox {
  background-image: var(--wpr-bg-57fec6be-a8ec-4144-8cb4-6d9437ea1c3e);
 }
 .page-header.headerStyle001.modelhouse .page-imgBox {
  background-image: var(--wpr-bg-e9d6fc8b-c246-4ab7-adde-853ae006700e);
 }
 .page-header.headerStyle001.information .page-imgBox {
  background-image: var(--wpr-bg-7b53cde8-6771-4ab5-8579-85b1fcedc7b3);
 }
 .page-header.headerStyle001.event .page-imgBox {
  background-image: var(--wpr-bg-ffe3a9f4-31e4-45d1-86ec-e597d328a60e);
 }
 .page-header.headerStyle001.column .page-imgBox {
  background-image: var(--wpr-bg-d3884bc4-ddc0-46df-9708-8512a2a7785e);
 }
 .page-header.headerStyle001.access .page-imgBox {
  background-image: var(--wpr-bg-c96176d2-f738-48ec-bb90-8710145a9c57);
 }
 .page-header.headerStyle001.tour .page-imgBox {
  background-image: var(--wpr-bg-62f2e5f4-0cc6-4774-aecd-ca31057dfc80);
 }
 .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-595ecc82-2604-48a5-8683-ccf086cba78b);
}
.entry-header h1.icon_event::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-d94e87b6-3109-413b-bc60-c84041db48a8);
}
.entry-header h1.icon_column::before {
 width: 55px;
 height: 30px;
 background-image: var(--wpr-bg-d6e7d245-7eed-43b0-830f-7c4d923d1274);
}
.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-d6e17ea4-e012-4c1f-a918-a527c459d517);
 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-6943a769-1012-4e71-acbe-71044e401ed9);
 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-a8ea8cee-dd14-4b6a-ae89-f3b3d6a55e0d);
 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-bd0e0adc-7c8d-40c5-ba5d-ba1948a2331e);
}
.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-9241483a-9bbc-4252-8751-b5716ee961e2);
 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-fd953123-c90f-4e05-a01e-fe39c4a775a2);
}
.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-f758dc83-2f08-458e-9604-6ff505a083f9);
 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-55816e86-b9c7-4d91-9b07-c11ff2e833a9);
 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-70087c15-d5c1-4acb-b6af-63671ea8d06e);
 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-e83f168b-61fa-4f65-82ba-b2f47b94652b);
 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-7ca12f47-15fc-4e45-aa2c-8ba5d34bfcbf);
 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-fbe48597-b949-46de-a9ec-0b87757dea9a);
 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-1de2cf93-a875-4b2f-a22c-3a92eb1826f2);
 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-4a661fd2-3827-44f4-aa4a-17addad69fd3);
 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-4c18d0f3-c705-444e-be4f-e73fecb3596c);
}
.categoryRibbon.kakamigahara {
 background-color: #EEB819;
}
.categoryRibbon.kakamigahara::before, .categoryRibbon.kakamigahara::after {
 background-image: var(--wpr-bg-8f8c4fa7-838d-4de0-a67c-09044e68e1b6);
}
@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-7644cd7a-c148-4105-a214-79563b534ae2);
 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-61104911-464a-4cb6-ae36-a7f5c3880ea9);
 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-168a29c0-20c9-4ace-bea8-f7b0b5bb90af);
 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-6088e846-33f7-4f6d-8032-515091c071cb);
 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-57858220-4b9b-4703-a024-240facab5984);
 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-f52ff0ab-f73e-4f1e-854d-616f24e104b7);
 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-bb133914-3286-4812-b279-b4354b3cc7dc);
 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;
 }
}