@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-2f3c3fb8-0b5c-487b-8a31-76c49fdac8b2);
 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-2f09ee2b-025e-454b-876d-e4e028583647);
 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-e9f2bc26-e2a6-4efe-b03c-8d1718256599);
 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-0def0b44-5f04-4d56-acc0-5eca70d30f28);
 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-8c12b151-5cde-4dfc-99e7-32940625e8eb);
 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-bf7d8ec7-8afc-4607-bbdb-659444de5b79);
 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-0d63ed36-09f2-4d86-b2e8-3606e510aa7d);
}
.page-header h1.icon_modelhouse::before {
 width: 35px;
 height: 30px;
 background-image: var(--wpr-bg-6878bf07-945a-4ca1-8e1c-58e0b8475821);
}
.page-header h1.icon_information::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-94a211fd-a990-47e4-bd20-d30ad708d058);
}
.page-header h1.icon_event::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-00c530b4-9755-468e-8742-a3b8a0f20e7a);
}
.page-header h1.icon_column::before {
 width: 55px;
 height: 30px;
 background-image: var(--wpr-bg-98206dd3-9048-4857-a8de-106887d3b506);
}
.page-header h1.icon_access::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-70412ce9-0066-46b3-9947-cbfbd7288c4d);
}
.page-header h1.icon_company::before {
 width: 25px;
 height: 30px;
 background-image: var(--wpr-bg-b4eb31e6-1729-4009-8e5f-b784e63dd1aa);
}
.page-header h1.icon_privacy::before {
 width: 26px;
 height: 30px;
 background-image: var(--wpr-bg-5f6bdc49-7161-45dc-b909-1ca62677cbe4);
}
.page-header h1.icon_contact::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-16ee1e44-c207-4daf-8921-6d54effb0324);
}
.page-header h1.icon_tour::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-21afb0a6-96b9-415f-974b-74530ecc6cb6);
}
.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-22e20b45-cd13-44a0-af19-4d072ec9aa10);
}
.page-header.headerStyle001.kakamigahara .page-titleBox {
 color: #fff;
 background-color: #EEB819;
}
.page-header.headerStyle001.kakamigahara .page-imgBox {
 background-image: var(--wpr-bg-aeb6ad05-5806-42c6-b17a-d3f14c54a6fd);
}
.page-header.headerStyle001.modelhouse .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.modelhouse .page-imgBox {
 background-image: var(--wpr-bg-858b1871-8662-4931-9eb8-d4878f385ea0);
}
.page-header.headerStyle001.information .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.information .page-imgBox {
 background-image: var(--wpr-bg-c207445e-a5a0-4028-86f7-897e33e92a1a);
}
.page-header.headerStyle001.event .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.event .page-imgBox {
 background-image: var(--wpr-bg-fb1a316b-76cc-4a12-9c8a-304415c5794d);
}
.page-header.headerStyle001.column .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.column .page-imgBox {
 background-image: var(--wpr-bg-9d4ee2bd-2788-4d03-b5d4-9f2dc7be328f);
}
.page-header.headerStyle001.access .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.access .page-imgBox {
 background-image: var(--wpr-bg-dd0ddcdf-6925-4035-89c8-aed8539860c2);
}
.page-header.headerStyle001.tour .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.tour .page-imgBox {
 background-image: var(--wpr-bg-a9632a8c-8004-476f-b024-c9ce863cb947);
}
.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-b32e7fed-3cbc-494e-8d9b-e522c2051341);
 }
 .page-header.headerStyle001.kakamigahara .page-imgBox {
  background-image: var(--wpr-bg-149f2942-fb5c-49cd-8aaf-55bf0dbf389f);
 }
 .page-header.headerStyle001.modelhouse .page-imgBox {
  background-image: var(--wpr-bg-b7b975fd-3588-41cc-9171-d07e27bcf616);
 }
 .page-header.headerStyle001.information .page-imgBox {
  background-image: var(--wpr-bg-e89bde9f-07de-4c35-9810-f7eab9fb6791);
 }
 .page-header.headerStyle001.event .page-imgBox {
  background-image: var(--wpr-bg-a915fdea-af96-47ba-aea3-6430096b8174);
 }
 .page-header.headerStyle001.column .page-imgBox {
  background-image: var(--wpr-bg-aede3b9f-ad44-4a55-943e-e504e6465dc8);
 }
 .page-header.headerStyle001.access .page-imgBox {
  background-image: var(--wpr-bg-9d307c4f-29fe-477f-94b5-19d9a26eda2d);
 }
 .page-header.headerStyle001.tour .page-imgBox {
  background-image: var(--wpr-bg-29961f33-5caa-4358-888f-d8041506ce1e);
 }
 .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-3163fcd2-8081-484b-ad6f-d9cbf1d1b99a);
}
.entry-header h1.icon_event::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-6027831b-00bf-4f34-928e-e976e8631a82);
}
.entry-header h1.icon_column::before {
 width: 55px;
 height: 30px;
 background-image: var(--wpr-bg-f2e7db98-ad03-4ffd-b50b-8fe6dbcf2b37);
}
.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-7505feda-7877-4eb1-bef3-7ad22b69f037);
 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-368f6bb7-a685-44a7-920d-cd084e00765e);
 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-f3a6a72c-de43-49d8-bcfe-77697f60cf64);
 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-86990d56-f043-4704-ba3b-1f77ab074591);
}
.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-f840e645-ed7a-45b5-9af6-8fcc22ea0638);
 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-b5ec8ebf-f551-45d3-846b-88a9add8a718);
}
.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-25f7cd5f-f743-4e82-8904-50710798d67a);
 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-299f7589-c718-42a5-87b7-ab4c16caf5f8);
 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-48ffd398-81c2-49dd-b8a6-17c7c59fc1ab);
 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-1f6c971b-bf2b-47ac-94e6-4f4f643871d4);
 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-25631d65-8a3c-4085-9567-a09c34c2a9ad);
 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-391cacd0-81d9-416d-8483-1291fadab4a2);
 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-d60d8a86-ac7a-4bbd-a37e-a56e06070bb8);
 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-81a785ea-352b-4185-9bdd-655c6c5d5c06);
 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-d52b27cf-993a-4791-80c6-52051ad58e6d);
}
.categoryRibbon.kakamigahara {
 background-color: #EEB819;
}
.categoryRibbon.kakamigahara::before, .categoryRibbon.kakamigahara::after {
 background-image: var(--wpr-bg-eae0430b-6ffa-42c1-b98f-1ce169043ab4);
}
@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-b0ca4776-ee51-475b-9a63-af5da4ac4540);
 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-2b84d926-41db-4551-8ee7-b875da9808cd);
 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-1f0951ae-a265-4488-a094-07b06d43dd4f);
 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-6632485a-528c-453f-a2a4-0737e39f89f8);
 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-ae32851a-4f62-4445-9d05-feab68f704c3);
 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-df056ec8-2612-48ef-aa32-1b53ec3aaa6d);
 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-93b25a3d-4dbc-4f00-a43d-f3dc13e2c9d8);
 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;
 }
}