@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-5b30bd26-b180-4b27-9fc9-41c35012d21a);
 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-e82d0095-9350-44e5-b226-ff730bb89fc7);
 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-e8fd05da-08f1-4966-afd2-2c71b5db7029);
 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-a9f8526a-2710-464e-ac40-49bdf8138678);
 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-bb77f648-447f-4ef9-91d9-b26755791e37);
 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-10dfe9c0-cf30-407e-b741-32658c6c8710);
 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-6ee5cb27-6d8e-4f20-ba1d-59c19980018f);
}
.page-header h1.icon_modelhouse::before {
 width: 35px;
 height: 30px;
 background-image: var(--wpr-bg-becf819f-249f-41eb-95f4-903142d00397);
}
.page-header h1.icon_information::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-27cdbde1-2cc4-40e5-94ab-8701f4d734c5);
}
.page-header h1.icon_event::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-5d14b0f2-a6f6-40fb-bc08-ccc6a2230361);
}
.page-header h1.icon_column::before {
 width: 55px;
 height: 30px;
 background-image: var(--wpr-bg-0ff0a91b-e58f-481c-a9d7-b9243293c617);
}
.page-header h1.icon_access::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-818d7d4c-da77-4dce-88e9-dbc47828b006);
}
.page-header h1.icon_company::before {
 width: 25px;
 height: 30px;
 background-image: var(--wpr-bg-100b796d-a50b-49dc-a8f8-99590fd02c00);
}
.page-header h1.icon_privacy::before {
 width: 26px;
 height: 30px;
 background-image: var(--wpr-bg-6269f5b6-127c-4606-aa8d-d4d2637d9a70);
}
.page-header h1.icon_contact::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-2effea7a-2ac6-490f-951b-9fbf914045f8);
}
.page-header h1.icon_tour::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-1e9b455f-2823-4c73-a93a-da072c3d4656);
}
.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-6cf06ca1-df6a-4ccd-9465-67f5186e6486);
}
.page-header.headerStyle001.kakamigahara .page-titleBox {
 color: #fff;
 background-color: #EEB819;
}
.page-header.headerStyle001.kakamigahara .page-imgBox {
 background-image: var(--wpr-bg-75239bcf-41f5-492f-bd62-103c5ac60ba7);
}
.page-header.headerStyle001.modelhouse .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.modelhouse .page-imgBox {
 background-image: var(--wpr-bg-8770ec8f-6d44-434e-80cd-e67bc841df13);
}
.page-header.headerStyle001.information .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.information .page-imgBox {
 background-image: var(--wpr-bg-f8c0e762-d1c2-40fb-8a42-fda772941773);
}
.page-header.headerStyle001.event .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.event .page-imgBox {
 background-image: var(--wpr-bg-bd77b7cc-4dd8-418b-8ba5-6294769d24cd);
}
.page-header.headerStyle001.column .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.column .page-imgBox {
 background-image: var(--wpr-bg-e5ffe85f-9d08-40da-9425-c94e2a8274c1);
}
.page-header.headerStyle001.access .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.access .page-imgBox {
 background-image: var(--wpr-bg-8b57e3e6-5022-43eb-8279-bbb7c27e5e81);
}
.page-header.headerStyle001.tour .page-titleBox {
 color: #fff;
 background-color: #008B39;
}
.page-header.headerStyle001.tour .page-imgBox {
 background-image: var(--wpr-bg-6d94b238-27c6-4999-9dc2-61959a591314);
}
.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-0ad33664-08a9-441b-9693-dd9c6ed35d85);
 }
 .page-header.headerStyle001.kakamigahara .page-imgBox {
  background-image: var(--wpr-bg-069321a3-e78a-4f4d-a4f2-cb619227bc86);
 }
 .page-header.headerStyle001.modelhouse .page-imgBox {
  background-image: var(--wpr-bg-ab9145e3-47c1-4a7f-bdd3-766b3994b189);
 }
 .page-header.headerStyle001.information .page-imgBox {
  background-image: var(--wpr-bg-6cb2ed50-7714-4523-b00f-f4ebfc9ff92d);
 }
 .page-header.headerStyle001.event .page-imgBox {
  background-image: var(--wpr-bg-1958097b-57f2-46e4-a1fb-44e4faf35d74);
 }
 .page-header.headerStyle001.column .page-imgBox {
  background-image: var(--wpr-bg-4e903d49-4436-4d06-a1ef-076019e2752a);
 }
 .page-header.headerStyle001.access .page-imgBox {
  background-image: var(--wpr-bg-eb444203-a64a-462a-b01e-78b0bf36fc9c);
 }
 .page-header.headerStyle001.tour .page-imgBox {
  background-image: var(--wpr-bg-9b3f0ea0-33a8-4907-8294-b83c1d54c1ff);
 }
 .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-56b72c4a-4765-4c55-9b99-187152e3a049);
}
.entry-header h1.icon_event::before {
 width: 30px;
 height: 30px;
 background-image: var(--wpr-bg-0bc14d08-714f-4753-9507-c842cec65fcf);
}
.entry-header h1.icon_column::before {
 width: 55px;
 height: 30px;
 background-image: var(--wpr-bg-81c0e2ef-62e7-463e-a9b1-aa60bc6618b7);
}
.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-f17ac572-5121-4d97-90e5-86914d3ea67c);
 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-491f290a-cb6d-47da-bdb8-c069f86db228);
 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-1e8b80ca-a6b0-4187-af45-877e61fdee8c);
 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-89059258-7906-46e9-86e5-24e8d4e40881);
}
.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-52724911-9ba2-4f46-97bc-0364dd4064a4);
 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-d701557d-3824-468b-944f-2f8a5afad50a);
}
.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-c86818b2-8011-417a-a870-3307629eeaee);
 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-b5fd1e94-67bc-4b0b-84bc-f66c3d1e17fc);
 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-0c8aef1e-72ee-41ba-bd54-a1d95c819c00);
 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-7bc9cd73-9985-413a-8547-ae9f29d8ffb3);
 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-46998e40-3820-4d03-ae17-cf88eed2d8ec);
 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-5860e187-e946-43bf-8e98-752e7f08e4f4);
 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-5e292550-a49d-4123-b950-c26f2ad61545);
 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-76794c51-019e-49d5-ad34-b026f657b7fc);
 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-1894977c-38dd-4c8c-9cb0-6a8690735043);
}
.categoryRibbon.kakamigahara {
 background-color: #EEB819;
}
.categoryRibbon.kakamigahara::before, .categoryRibbon.kakamigahara::after {
 background-image: var(--wpr-bg-6f2a22c2-a69a-49e0-90cc-5b593489ba6b);
}
@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-adac83b3-9d30-4e1d-a27f-aa55cd197165);
 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-436d1d5f-5ee2-43af-a06f-2a3d022e86e9);
 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-4fa5d1f9-bfd6-4de2-bc29-060e83b2ea9f);
 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-0d5ea957-64ec-4a98-b519-35d4ba44ce21);
 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-e90ef785-2e42-44b4-ae9a-cb765861263c);
 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-03a00ddc-a858-40ee-9176-10b988b8772f);
 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-15c6790a-1da0-40c7-9cf7-b7bf7e672afd);
 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;
 }
}