@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-ec447655-4e73-4d8e-842d-743d60b6a5a5);
 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-df9d26e3-73dd-4637-9384-db797c390238);
 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-9a32983d-2219-45f7-b85d-7de7ed833471);
 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-c7d47c2d-a201-43c2-bce6-841b460c20cf);
 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-546f5c15-5284-413d-ae71-97f0390565fd);
 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-9dff9098-5e0c-4614-871f-248697ba28dd);
 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-250b5bc6-ec40-4527-8e6b-2db79c979dda);
}
.page-header h1.icon_modelhouse::before {
 width: 35px;
 height: 30px;
 background-image: var(--wpr-bg-b2715a72-9f0a-4cae-b706-4b401d4c51ba);
}
.page-header h1.icon_information::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-f1812aef-8ad6-41d4-bb33-ae3601ae5cbf);
}
.page-header h1.icon_event::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-20a8093a-f1d5-4dd3-8eb7-bda2f7e80e08);
}
.page-header h1.icon_column::before {
 width: 55px;
 height: 30px;
 background-image: var(--wpr-bg-dcaaaf04-361a-43bd-b539-8a3afee32e3f);
}
.page-header h1.icon_access::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-d1fa3dfb-61d0-484d-9f0b-96258988739d);
}
.page-header h1.icon_company::before {
 width: 25px;
 height: 30px;
 background-image: var(--wpr-bg-c0a5cfa0-f7b3-4e20-9a86-e786a066940d);
}
.page-header h1.icon_privacy::before {
 width: 26px;
 height: 30px;
 background-image: var(--wpr-bg-22b0354a-2232-476a-9968-241bda7ca642);
}
.page-header h1.icon_contact::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-0d98a53f-ca8e-4a49-909d-691c7164c381);
}
.page-header h1.icon_tour::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-32da082e-8dd5-433c-ba7b-c3c8007b2287);
}
.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-8d5f0785-453b-4467-9acd-c00c3e9f5cf3);
}
.page-header.headerStyle001.kakamigahara .page-titleBox {
 color: #fff;
 background-color: #EEB819;
}
.page-header.headerStyle001.kakamigahara .page-imgBox {
 background-image: var(--wpr-bg-7c49ac80-a1c8-4884-b6d6-25071e1286c7);
}
.page-header.headerStyle001.modelhouse .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.modelhouse .page-imgBox {
 background-image: var(--wpr-bg-469e1510-35de-48fd-afbf-cf5e4f539dab);
}
.page-header.headerStyle001.information .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.information .page-imgBox {
 background-image: var(--wpr-bg-14aa8d89-2080-4860-bcf6-add5105b68b0);
}
.page-header.headerStyle001.event .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.event .page-imgBox {
 background-image: var(--wpr-bg-e27a26e3-2c30-4c38-ad13-537f988c0fcc);
}
.page-header.headerStyle001.column .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.column .page-imgBox {
 background-image: var(--wpr-bg-0163cbbc-e3c0-4d4c-9452-0b2dd074fc17);
}
.page-header.headerStyle001.access .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.access .page-imgBox {
 background-image: var(--wpr-bg-30bf3888-1fb2-42da-8cba-e4877cd401e1);
}
.page-header.headerStyle001.tour .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.tour .page-imgBox {
 background-image: var(--wpr-bg-6c2bdb7e-e041-4e50-af66-bcda0f5efe25);
}
.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-4e23ff31-1922-432c-be33-430a26634554);
 }
 .page-header.headerStyle001.kakamigahara .page-imgBox {
  background-image: var(--wpr-bg-eea5b5e6-b7ec-43db-ae4b-6cc42c76f3fd);
 }
 .page-header.headerStyle001.modelhouse .page-imgBox {
  background-image: var(--wpr-bg-712e7e87-a4d6-4c63-bdd0-44df9dea2ba5);
 }
 .page-header.headerStyle001.information .page-imgBox {
  background-image: var(--wpr-bg-af55975e-847c-43eb-907a-0b144a5b63df);
 }
 .page-header.headerStyle001.event .page-imgBox {
  background-image: var(--wpr-bg-b56959b7-ff7f-4850-88af-ee57a866e821);
 }
 .page-header.headerStyle001.column .page-imgBox {
  background-image: var(--wpr-bg-1016d007-4072-4083-b345-9fd3227be2b3);
 }
 .page-header.headerStyle001.access .page-imgBox {
  background-image: var(--wpr-bg-ed465f0a-175d-4ca1-9d98-c7eefb13c835);
 }
 .page-header.headerStyle001.tour .page-imgBox {
  background-image: var(--wpr-bg-0f635a8e-6a74-454f-b3f3-6bb13124aa7d);
 }
 .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-4863c355-c87a-4f97-b075-1bd1eb5277ab);
}
.entry-header h1.icon_event::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-c6e9abc3-9082-46d4-b089-3d34ed9803c1);
}
.entry-header h1.icon_column::before {
 width: 55px;
 height: 30px;
 background-image: var(--wpr-bg-393c9d56-f3bb-45df-96af-7090e8b9e9e2);
}
.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-d0bea4b2-1bde-4ff5-a4c6-a2eb1f779c9c);
 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-bc91cf8c-23be-499d-abe2-0ea0c055ba97);
 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-cfc1cb0b-7022-454a-85df-675e3eb23aff);
 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-59988f57-a162-4feb-bcfc-57d347d789ce);
}
.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-495dc76e-ae98-4d4a-9c15-88821afdac38);
 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-85999b91-3e38-403e-ae0d-6a428dbe2df4);
}
.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-1232ca99-664a-4d2a-9885-0ed4edc2d37d);
 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-b0ed2b36-2932-4346-b599-0deb334f6298);
 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-75f7ebb3-90e0-4788-b0d1-c5e7c189f78e);
 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-90b752c0-3026-4c25-9acf-ebe8c7c6171c);
 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-9bd61e93-191d-4aaa-9129-54efa8a40e6c);
 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-27bc7824-d497-4c0b-93d2-bb25a0211e67);
 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-b3b8f105-30fd-49a9-8561-a7eaefe0b2ea);
 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-9bc31c45-cab2-4a41-9b65-52d9b032a5b2);
 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-7e21f50a-121f-4f88-a278-da98205139bc);
}
.categoryRibbon.kakamigahara {
 background-color: #EEB819;
}
.categoryRibbon.kakamigahara::before, .categoryRibbon.kakamigahara::after {
 background-image: var(--wpr-bg-7c7f4b1f-5b97-4db3-afd8-ac0d4cb6ab7c);
}
@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-6b6d29fa-bd32-49cf-b217-aaeef6f136cc);
 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-6800f258-6fd2-48ee-bcc4-022e5dbc9035);
 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-b05450e2-908a-4099-8937-29f6c1246364);
 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-57d04024-578b-4b80-ba31-c77dfd0c2d67);
 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-4863eb1e-c405-4025-9a98-06e2517b3460);
 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-f23c037f-d016-4a88-8c00-52b1e87a9f26);
 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-ba325559-70db-4038-9328-f2a06f00a23b);
 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;
 }
}