@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ========================================================================================= ^^
    Custom properties
============================================================================================ ^^ */
:root {
  --black: #000;
  --white: #fff;
  --green1: #287eab;
  --green2: #2caca4;
  --green3: #2987aa;
  --green4: #2ca8a5;
  --blue1: #cce4ed;
  --blue2: #f0f4f9;
  --yellow1: #e28c0a;
  --yellow2: #e1ac50;
  --font-color: #2f304e;
  --button-color1: #d52d18;
  --hover-color: #398bbe;
  --menu-border: #f0f4f9;
  --cat_event: #16a085;
  --cat_seminar: #f39c12;
  --news_color: #707070;
  --news_border: #d8d6d2;
  --news_color: #696969;
  --section_title2: #398bbe;
  --section_title2_under_bar: #cce4ed;
  --price-color: #d52d18;
  --type-color: #398bbe;
  --type-border: #3880b3;
  --type-bg: #f0f4f9;
  --flow-bg: #cce4ed;
  --breadcrumb-link: #398bbe;
  --select-border: #e3e3e3;
  --form-bg: #f0f4f9;
  --form-th: #398bee;
  --residence-color1: #041134;
  --residence-color2: #2d3436;
  --residence-color3: #edf1f4;
  --residence-color4: #192a56;
  --residence-color5: #eaeff2;
  --residence-color6: #f39c2b;
  --residence-color7: #674007;
  --residence-color8: #f6f4f2;
  --residence-color9: #cc8e35;
  --residence-color10: #e3e3e3;
  --residence-color11: #4d3404;
  --residence-color12: #eaeaea;
  --rgb_white: 255, 255, 255;
  --rgb_black: 0, 0, 0;
  --rgb_residence-color1: 4, 17, 52;
  --flow01: #12987e;
  --flow02: #3083a2;
}

/* ========================================================================================= ^^
	Reseter
============================================================================================ ^^ */
*{
  margin:0;
  padding:0;
  list-style-type:none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.15;
  box-sizing: border-box;
  font-family: sans-serif;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  border: none;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  padding: 1px 6px;
}

input {
  overflow: visible;
}

input,
textarea {
  padding: 1px;
}

fieldset {
  border: 1px solid currentColor;
  margin: 0 2px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=color] {
  background: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}

dl,
ol,
ul {
  margin: 1em 0;
}

ol ol,
ol ul,
ol dl,
ul ol,
ul ul,
ul dl,
dl ol,
dl ul,
dl dl {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  text-indent: 0;
  border-color: inherit;
}

details {
  display: block;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ========================================================================================= ^^
	Reset
============================================================================================ ^^ */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background-color: #FFF;
}

main {
  display: block;
}
@media (max-width: 1920px) {
  main {
    margin: 0 auto;
  }
}

.content {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0 0 1rem;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dt, dd {
  padding: 0;
  margin: 0;
}

img {
  max-width: none;
  width: 100%;
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

button {
  padding: 0;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a:link {
  color: var(--black);
}
a:visited {
  color: var(--black);
}
a:hover {
  color: var(--black);
}
a:focus {
  color: var(--black);
}

.es-separate-container #primary, .es-separate-container #secondary {
  padding-top: 0 !important;
}

body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6{
}


/* ======================================================================================== ^^
	Typography
=========================================================================================== ^^ */


html {
  height: 100%;
  font-size: 100%;
}

html body {
  min-width: 0 !important;
  width: 100%;
  height: 100%;
  font-family: "Libre Bodoni", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.75;
  font-feature-settings: "palt";
  transition: all 0.3s linear;
}

body.is-show {
  opacity: 1;
}

sup {
  font-size: 2.3076923077vw;
  position: relative;
  top: -2.0512820513vw;
  left: -0.5128205128vw;
}
@media (min-width: 768px) {
  sup {
    font-size: 0.8333333333vw;
    top: -0.7407407407vw;
    left: -0.1851851852vw;
  }
}
@media (min-width: 1080px) {
  sup {
    font-size: 0.6428571429vw;
    top: -0.5714285714vw;
    left: -0.1428571429vw;
  }
}
@media (min-width: 1400px) {
  sup {
    font-size: 0.5625rem;
    top: -0.5rem;
    left: -0.125rem;
  }
}

abbr[title] {
  text-decoration: none;
}

a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:focus {
  color: #000;
  text-decoration: none;
}

/* ======================================================================================== ^^
	Utilities
============================================================================================ ^^ */

.sp{
  display: none !important;
}

@media (max-width: 768px) {
  .pc{
    display: none !important;
  }
  .sp{
    display: inherit !important;
  }.page-shonandai .top .section02 .section02_inner {
    display: block;
}
}



.tel-link {
  pointer-events: all;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tel-link {
    pointer-events: none;
    cursor: default;
  }
}

@media (min-width: 768px) {
  .pc-hide-br {
    display: none;
  }
}

.sp-hide-br {
  display: none;
}
@media (min-width: 768px) {
  .sp-hide-br {
    display: inline;
  }
}

.tb-hide-br {
  display: inline;
}
@media (min-width: 768px) {
  .tb-hide-br {
    display: none;
  }
}


a {
  transition: all 0.3s linear;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.screen-reader-text {
  clip: rect(0, 0, 1px, 1px);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* ========================================================================================= ^^
  Site header
============================================================================================ ^^ */
.site-header {
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 6000;
  position: fixed;
}
@media (min-width: 768px) {
  .site-header {
  }
}

.site-header__inner {
    max-width: 1600px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 20px 0 0;
}
@media (max-width: 768px) {
  .site-header__inner {
    padding: 5px 0 5px;
  }
}

.site-header__inner .site-brand {
    float: left;
    max-width: 199px;
    width: 13%;
}

@media (max-width: 768px) {
.site-header__inner .site-brand{
  width: 100%;
  max-width: inherit;
	}
}


.site-header__inner .menu-wrapper {
    float: left;
    width: 87%;
    margin: 0 auto 1rem;
}

@media (max-width: 768px) {
  .site-header__inner .menu-wrapper{
  display: none;   
  }
  .menu-close .site-header__inner .menu-wrapper{
    display: block;
    opacity: 1;
    overflow: hidden;
    float:none;
    width:100%;
    animation: 0.4s fadeIn 0s forwards;
  }
  .is-menu-open .site-header__inner .menu-wrapper {
      display: block;
      z-index: 999;
      float: none;
      width: 100%;
      
  }  
  
}


.site-header .no_link{
  pointer-events: none;
  opacity:0.5;
}

.site-header .site-logo {
    max-width: 199px;
}

@media (max-width: 768px) {
.site-header  .site-logo {
    max-width: 65px;
    margin: 0 auto;
  }
}
.site-header .menu_cv {
    max-width: 567px;
    overflow: hidden;
    float: right;
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {

  .site-header .menu_cv {
    width: 57%;
    margin-right: 1%;
  }
}

.site-header .menu_cv li {
    max-width: 283px;
    width: 49%;
}
@media (max-width: 768px) {
.site-header .menu_cv li {
  max-width: 280px;
  width: 50%;
}
}
 .site-navigation .menu li a:hover span{

	}
/* ========================================================================================= ^^
  Footer
============================================================================================ ^^ */
.site-footer {
  margin-top: 0 !important;
}
.site-footer__info {
  max-width: 51.25rem;
  width: 100%;
  padding: 9.4871794872vw 5.1282051282vw 10.2564102564vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-footer__info {
    padding: 9.6vw 2vw 7vw;
  }
}
@media (min-width: 1000px) {
  .site-footer__info {
    padding: 6rem 0 4.375rem;
  }
}
.site-footer__info + .site-footer__info {
  padding-bottom: 7.6923076923vw;
  border-bottom: none;
}
@media (min-width: 768px) {
  .site-footer__info + .site-footer__info {
    padding-top: 5.7vw;
    padding-bottom: 7.2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 5vw;
    column-gap: 5vw;
    row-gap: 4vw;
  }
}
@media (min-width: 1000px) {
  .site-footer__info + .site-footer__info {
    padding-top: 3.5625rem;
    padding-bottom: 4.5rem;
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem;
    row-gap: 2.5rem;
  }
}

.site__info {
  max-width: 1000px;
  background:#131831;
  width: 90%;
  padding: 9.4871794872vw 5.1282051282vw 10.2564102564vw;
  margin: 0 auto;
  border: 1px solid #5A5E6F;
}
@media (min-width: 768px) {
  .site__info {
    padding: 9.6vw 2vw 7vw;
  }
}
@media (min-width: 1000px) {
  .site__info {
    padding: 6rem 0 4.375rem;
  }
}

@media (max-width: 768px) {
  .site__info .site-footer__text {
      font-size: 3vw;
  }
}

.site-footer__text {
  margin-bottom: 5.8974358974vw;
  font-family: "Noto Serif JP", serif;
  font-size: 4.1025641026vw;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .site-footer__text {
    margin-bottom: 1.7vw;
    font-size: 1.8vw;
    line-height: 1.8888888889;
  }
}
@media (min-width: 1000px) {
  .site-footer__text {
    margin-bottom: 1.0625rem;
    font-size: 1.125rem;
  }
}
.page__info .site-footer__text {
  margin-bottom: 5.8974358974vw;
  font-family: "Noto Serif JP", serif;
  font-size: 4.1025641026vw;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page__info .site-footer__text {
    margin-bottom: 1.7vw;
    font-size: 1.8vw;
    line-height: 1.8888888889;
  }
}
@media (min-width: 1000px) {
  .page__info .site-footer__text {
    margin-bottom: 1.0625rem;
    font-size: 1.125rem;
  }
}

.site-footer__tel {
  margin: 0 0 1.5384615385vw;
  font-family: "Noto Serif JP", serif;
  font-size: 9.25641vw;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}
.page__info .site-footer__tel {
  margin: 0 0 1.5384615385vw;
  font-family: "Noto Serif JP", serif;
  font-size: 9.25641vw;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .site-footer__tel {
    margin-bottom: 0;
    font-size: 3.125rem;
  }
  .page__info .site-footer__tel {
    margin-bottom: 0;
    font-size: 5vw;
  }
}
@media (min-width: 1000px) {
  .site-footer__tel {
    font-size: 3.125rem;
  }
  .page__info .site-footer__tel {
    font-size: 3.125rem;
  }
}
.site-footer__tel a {
  padding-left: 14.1025641026vw;
  background-size: 11.5384615385vw auto;
  line-height: 1;
  display: inline-block;
}
@media (min-width: 768px) {
  .site-footer__tel a {
    padding-left: 7.5vw;
    margin-bottom: 1.9vw;
    background-size: 4.2vw auto;
  }
}
@media (min-width: 1000px) {
  .site-footer__tel a {
    padding-left: 4.6875rem;
    margin-bottom: 1.1875rem;
    background-size: 2.625rem auto;
  }
}
.site-footer__hours {
  margin-bottom: 8.4615384615vw;
  font-family: "Noto Serif JP", serif;
  font-size: 3vw;
  line-height: 2.4285714286;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__hours {
    margin-bottom: 2.7vw;
    font-size: 1.6vw;
    line-height: 2.125;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1000px) {
  .site-footer__hours {
    margin-bottom: 1.6875rem;
    font-size: 1rem;
  }
}
.site-footer__buttons {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
  .site-footer__buttons {
    display: block;
  }
}
.site-footer__logo {
  width: 44.1025641026vw;
  margin: 0 auto 8.2051282051vw;
}
@media (min-width: 768px) {
  .site-footer__logo {
    width: 20.2vw;
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .site-footer__logo {
    width: 12.625rem;
  }
}
.site-footer__address {
  margin-bottom: 5.1282051282vw;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5897435897vw;
  line-height: 171.4285714286%;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__address {
    margin-bottom: 0;
    font-size: 1.5vw;
    line-height: 162.5%;
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .site-footer__address {
    font-size: 0.9375rem;
  }
}
.site-footer__address span {
  margin-bottom: 2.5641025641vw;
  font-family: "Noto Serif JP", serif;
  font-size: 5.641025641vw;
  line-height: 154.5454545455%;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media (min-width: 768px) {
  .site-footer__address span {
    margin-bottom: 1vw;
    font-size: 2.4vw;
    line-height: 141.6666666667%;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1000px) {
  .site-footer__address span {
    margin-bottom: 0.625rem;
    font-size: 1.5rem;
  }
}
.site-footer__access {
  width: 100%;
  margin: 0;
  font-size: 3.0769230769vw;
  color: #3e3e3e;
  line-height: 183.3333333333%;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .site-footer__access {
    font-size: 1.4vw;
    line-height: 185.7142857143%;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1000px) {
  .site-footer__access {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
.site-footer__lower{
      padding-bottom: 14vw;
  }
}
.copyright {
  width: 100%;
  height: 18.7179487179vw;
  font-family: "Noto Serif JP", serif;
  font-size: 3.0769230769vw;
  color: #fff;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .copyright {
    height: 7.3vw;
    font-size: 1.2vw;
  }
}
@media (min-width: 1000px) {
  .copyright {
    height: 3.4375rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .copyright {
    height: 19.3vw;
    font-size: 3.2vw;
  }
}

.site-footer .site-description{
  font-size:16px;
  text-align: center;
  font-weight:normal;
  color: #fff;
}
.site-footer .site-logo{
  max-width:360px;
  width:80%;
  margin: 60px auto;
}

/* ========================================================================================= ^^
  Animation
============================================================================================ ^^ */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeLeft {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* ========================================================================================= ^^
  Menu button
============================================================================================ ^^ */
button.menu-button {
  width: 50px;
  height: 50px;
  padding: 0 50px 0 0;
    border: none;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    z-index: 100;
}
.is-menu-open button.menu-button {
  width: 50px;
  height: 50px;
  border: none;
  background-color: #BFA54A;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}

@media (min-width: 768px) {
  .menu-button {
    display: none;
  }
}
.menu-button__bars {
  width: 50px;
  height: 25px;
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.is-menu-open .menu-button__bars {
position: relative;
}
.menu-button__bars span {
  width: 35px;
  height: 3px;
  background-color: #547219;
  display: block;
}
.is-menu-open .menu-button__bars span {
  display: none;
}
.menu-button__bars::before, .menu-button__bars::after {
  width: 35px;
  height: 3px;
  background-color: #547219;
  content: " ";
  display: block;
}


/* ========================================================================================= ^^
  Menu close
============================================================================================ ^^ */
.menu-close button.menu-button {
  width: 50px;
  height: 50px;
  border: none;
  background-color: #BFA54A;
  background-color: #ffffff00;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}
.menu-close button.menu-button .menu-button__bars::before,.menu-close button.menu-button .menu-button__bars::after {
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.menu-close button.menu-button .menu-button__bars::before {
  transform: translateY(-50%) rotate(45deg);
  background-color: #fff;
}
.menu-close button.menu-button .menu-button__bars::after {
  transform: translateY(-50%) rotate(-45deg);
  background-color: #fff;
}
.menu-close .menu-button__label {
  font-family: "Playfair Display", serif;
  font-size: 2.5641025641vw;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rm;
}
.menu-close .menu-button__label::before {
  content: attr(data-label-open);
  display: inline;
}
.menu-close button.menu-button .menu-button__label::before {
  content: attr(data-label-close);
}
.menu-close button.menu-button .menu-button__bars span {
  display: none;
}

.is-menu-open button.menu-button .menu-button__bars::before {
    transform: translateY(-50%) rotate(45deg);
    background-color: #fff;
    top: 50%;
    position: absolute;
}
.is-menu-open button.menu-button .menu-button__bars::after {
    transform: translateY(-50%) rotate(-45deg);
    background-color: #fff;
    top: 50%;
    position: absolute;
}

/* ========================================================================================= ^^
  Buttons
============================================================================================ ^^ */
.btn {
}
.btn__link {
}
@media (max-width: 768px) {
  .btn__link {
  }
}

.btn__link:link {
  color: #fff;
}
.btn__link:visited {
  color: #fff;
}
.btn__link:hover {
  color: #fff;
}
.btn__link:focus {
  color: #fff;
}
.btn.btn-entry {
  background-color: #bf4545;
}
.btn.btn-document {
  background-color: #bc9b47;
}
.btn.btn-tel {
  background-color: #142d4d;
}
.btn.btn-outline {
  border: 1px solid #d0d5da;
  box-shadow: none;
}
.btn.btn-outline .btn__link:link {
  color: #142d4d;
}
.btn.btn-outline .btn__link:visited {
  color: #142d4d;
}
.btn.btn-outline .btn__link:hover {
  color: #142d4d;
}
.btn.btn-outline .btn__link:focus {
  color: #142d4d;
}

/* ========================================================================================= ^^
  Site navigation
============================================================================================ ^^ */
.site-navigation {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #547219eb;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
}
@media (min-width: 768px) {
  .site-navigation {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    position: static;
  }
}
.site-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    width: 100%;
    margin: 0px auto 0;
    float: left;
    padding: 75px 0 0;
}
@media (max-width: 768px) {
  .site-navigation .menu {
      display: block;
      width: auto;
      float: none;
      max-width: 300px;
  }
  .site-navigation .menu img {
    width: 70%;
  }
}

.site-navigation .menu li {
    padding: 0 5% 0 0;
    background:url(../img/menu_border.png)no-repeat right center;
    width: 20%;

}
@media (max-width: 768px) {
  .site-navigation .menu li {
  }
}

.site-navigation .menu li a {
  width: 100%;
  height: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .site-navigation .menu li a {
      height: auto;
      padding: 3% 0;
  }
}

.site-navigation .menu li a span {
    padding-bottom: 10px;
}
@media (max-width: 768px) {
  .site-navigation .menu li a span {
  }
}
.site-header .site-logo.sp{
    margin: 10% auto;
}


/* ========================================================================================= ^^
  Footer navigation
============================================================================================ ^^ */
.footer-navigation {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-navigation {
    height: 7.7vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1000px) {
  .footer-navigation {
    height: 4.8125rem;
  }
}
.footer-navigation .menu {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer-navigation .menu {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .footer-navigation .menu li {
    padding: 0 2vw;
    border-right: 1px solid #969191;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .footer-navigation .menu li {
    width:50%;
    text-align: center;
    border:1px solid #707070;
  }
}
@media (min-width: 1000px) {
  .footer-navigation .menu li {
    padding: 0 1.25rem;
  }
}
@media (min-width: 768px) {
  .footer-navigation .menu li:last-of-type {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .footer-navigation .menu li a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer-navigation .menu li a {
    display: block;
    padding:15px 0;
  }
}
.footer-navigation .menu li a:link {
  color: #fff;
}
.footer-navigation .menu li a:visited {
  color: #fff;
}
.footer-navigation .menu li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-navigation .menu li a:focus {
  color: #fff;
}
.footer-navigation .no_link{
  pointer-events: none;
  opacity:0.5;
}
/* ========================================================================================= ^^
  Lower menu
============================================================================================ ^^ */

.slick-track .slick-slide div {
    text-align: center;
}
.lower-menu {
  width: 100%;
  padding: 0 ;
  margin: 0 auto;
}





/* ========================================================================================= ^^
  Section
============================================================================================ ^^ */
.section {
}
.section .inner{
  max-width:1150px;
  margin:0 auto;
  width: 95%;

}
@media (min-width: 768px) {
  .section {
  }
}




/* ========================================================================================= ^^
  Concept block
============================================================================================ ^^ */
.contents-block {
  margin-bottom: 16.9230769231vw;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .contents-block {
    margin-bottom: 15vw;
    flex-direction: row-reverse;
    align-items: center;
  }
}


/* ========================================================================================= ^^
  Main visual
============================================================================================ ^^ */
.main-visual {
  /* max-width: 87.5rem; */
  width: 100%;
  /* padding: 0 !important; */
  margin: 0 auto 0vw;
  position: relative;
  aspect-ratio: 1/1.3333;
}
@media (min-width: 768px) {
  .main-visual {
    margin-bottom: 3vw;
    aspect-ratio: 1/0.4664;
    padding-top: 14.5vw;
  }
}


/* ========================================================================================= ^^
  Page top
============================================================================================ ^^ */
.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 4000;
  transition: auto;
}
@media (max-width: 768px) {
  .pagetop {
    bottom: 260px;
  }
}
.pagetop a {
  width: 100%;
  height: 100%;
  display: block;

}


/* ========================================================================================= ^^
  Tables
============================================================================================ ^^ */
.table-outline {
  width: 100%;
  border: none;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-collapse: collapse;
  font-size: 3.5897435897vw;
  color: #3e3e3e;
  line-height: 1.7142857143;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .table-outline {
    font-size: 1.4vw;
  }
}
@media (min-width: 1000px) {
  .table-outline {
    font-size: 0.875rem;
  }
}
.table-outline th {
  width: 100%;
  min-height: 10.2564102564vw;
  padding: 1.2820512821vw 4.358974359vw;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f0f0f0;
  font-weight: 500;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .table-outline th {
    width: 30%;
    min-height: auto;
    padding: 1.2vw 2.5vw;
    display: table-cell;
  }
}
@media (min-width: 1000px) {
  .table-outline th {
    padding: 0.75rem 1.5625rem;
  }
}
.table-outline td {
  width: 100%;
  min-height: 12.8205128205vw;
  padding: 1.2820512821vw 4.358974359vw;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .table-outline td {
    width: 70%;
    min-height: auto;
    padding: 1.2vw 2.5vw;
    display: table-cell;
  }
}
@media (min-width: 1000px) {
  .table-outline td {
    padding: 0.75rem 1.5625rem;
  }
}

/* ========================================================================================= ^^
  Page header
============================================================================================ ^^ */
.page-header {
  max-width: 87.5rem;
  width: 100%;
  height: 25.641025641vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .page-header {
  }
}



/* ========================================================================================= ^^
  Outline
============================================================================================ ^^ */

@media (min-width: 768px) {
	.site-header.active::before,.site-header.active::after{
	display:none;
}
.site-header.active .site-brand{
	display: none;
}
	.site-header.active .site-header__inner {
        padding-top: 0.5rem;
        padding-bottom: 0.5em;
    }
}
.more-contents{
	background-color: #24395F;
	padding:2em 0;
	overflow: hidden;
}
.more-contents .section__title{
	color: #FFF;
}
.lefttext{
	text-align:left;
}

	.titlemenu{
		display:none;
	}
@media (max-width: 768px) {
	.site-logo a{
		font-size: 4.85vw;
		font-weight: bold;
	}
	.is-menu-open .menu-wrapper{
		z-index: -1;
		position: relative;
	}

	.titlemenu{
		display:block;
		width: 100%;
		padding: 1em 0;
		text-align: center;
		color: #FFF;
		background-color: #1CAAB5;
		margin: 0;
		border-bottom: 1px solid #FFF;
		font-size: 7.2vw;
	}
.site-navigation .menu li {
    border-right: none;
    width: 100%;
    background: none;
    padding: 0 0 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
}
.menu-wrapper .notice-ad{
	display:none;
}


.site-footer__buttons .gotop{
	color: #FFF;
	position: fixed;
	right: 1.5em;
	bottom: 1.5em;
	padding: 1.5em;
	background-color: #1caab5;
	border-radius: 50%;
}
@media (max-width: 768px) {


.site-footer__buttons .gotop{
	bottom: 19vw;
	font-size: 3vw;
	right: 6vw;
}
	
}



/* ========================================================================================= ^^
  Content
============================================================================================ ^^ */


.slick-slider{
  max-width: 1400px;
  margin: 50px auto;  
}

.slick-list{
}
.slick-initialized .slick-slide {
    display: block;
    margin: 0 auto 0;
}


.slick-prev, .slick-next{
font-size: 0;
line-height: 0;
position: absolute;
top: inherit;
display: block;
width: auto;
height: auto;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: inherit;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
z-index: 10;
height: 113px;
border-radius: 10px;
width: 70px;
transform: translate(0px, -50%);
}

.slick-prev{
top: 50%;
left: 5% !important;
}
.slick-next{
top: 50%;
right: 5% !important;
}
.slick-prev::after{
transform: translate(-50%, -50%) rotate(-135deg);
left: 60%;
content: "";
width: 40%;
border-top: solid 5px #fff;
border-right: solid 5px #fff;
display: block;
position: absolute;
top: 50%;
left: 60%;
padding-top: 40%;
}
.slick-next::after{
transform: translate(-50%, -50%) rotate(45deg);
left: 40%;
content: "";
width: 40%;
border-top: solid 5px #fff;
border-right: solid 5px #fff;
display: block;
position: absolute;
top: 50%;
left: 40%;
padding-top: 40%;
}

.slick-prev:hover {
opacity: 1;

}
.slick-next:hover {
opacity: 1;
}

.slick-prev:before, .slick-next:before {
content: '';
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: inherit;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev:focus{
}
.slick-next:focus{
}
.thumb_box .slick-slide{
margin-right: 5px;
}
@media (max-width: 768px) {
 .txt_box{
   margin:0 auto 30px;
 }


.slick-prev, .slick-next {
  height: 54px;
  border-radius: 10px;
  width: 30px;
}
.slick-next::after {
    width: 45%;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
  }

  .slick-prev::after {
      width: 50%;
      border-top: solid 3px #000;
      border-right: solid 3px #000;
  }

}

.section_head {
    margin: 159px auto 0;
}
@media (max-width: 768px) {

.section_head {
      margin: 50px auto 0;
}
}



.section01 {
}
.section02{
  background:url(../img/bg01.jpg)no-repeat center center;
  background-size: 100% 100%;
  padding: 50px 0;
}
.section02 .inner {
}

.section02 .catch01 {
    font-size: 30px;
    text-align: center;
    margin: 50px auto;
    line-height: 2;
}

.infomation{
  display: flex;
  justify-content: space-between;
}
.infomation .box{
  width:48%;
}
.infomation .box .tit {
  border-bottom: 1px solid #000;
  padding: 0 0 20px;
}
.infomation .box .tit img{
  max-width:164px;
}
.infomation .box .detail{
  display: flex;
  justify-content: space-between;
}
.infomation .box .detail p{
  width:50%;
}
.infomation .box .detail p + p{
  max-width:250px;
  width:48%;

}
.btn{
  display: flex;
  justify-content: space-around;
  margin: 50px auto;
}
.btn li {
  background: url(../img/btn_bg01.png) no-repeat;
  max-width: 585px;
  text-align: center;
  width: 50%;
  background-size: 100% 100%;
}
.btn li a{
  padding: 15px 0;
  display: block;
  color:#fff;
  font-size:20px;
}
.section02 .catch02 {
    font-size: 42px;
    text-align: center;
    margin: 50px auto;
    line-height: 2;
    color:#547219
}


.section03 {
}
.section03 .main {
  display: flex;
  overflow: hidden;
}

.section03 .main img{
  display: block;
}
.section03 .main img.image01{
  width: 68.333333333%;
}
.section03 .main img.image02{
  width:31.666666666%;
}





.section03 .txt01{
  font-size:38px;
  margin: 50px auto 20px;
}
.section03 .txt02{
  font-size:25px;
  margin: 0px auto 20px;
}
.section03 .txt03{
  font-size:16px;
  margin: 0px auto 50px;
}
.section03 .txt04{
  font-size:26px;
  background:#F0F9DC;
  border:3px solid #547219;
  color:#547219;
  text-align: center;
  padding: 5px 0;
}
.section03 ul{
  margin: 40px auto 50px;
}
.section03 ul li{
  font-size:22px;
  margin: 15px auto;
}
.section04 {
    background: url(../img/bg03.jpg) repeat-y;
    padding: 0 0 100px;
    background-size: 100% 100%;
}
.section04 .tit {
    background: url(../img/bg02.jpg) repeat-y left top;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    padding: 30px 0 30px 30px;
    background-size: 100% 100%;
}
.section04 .box {
    position: relative;
    background: url(../img/bg04.png) repeat-y left top;
    background-size: 100% 100%;
}
.section04 .box .float_txt {
    position: absolute;
    max-width: 125px;
    top: 5%;
    left: 5%;
    width: 7%;
    transform: translate(-5%, 0%);
}
.section04 .box_inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 0;
}
.section04 .box_inner .txt01{
  color:#fff;
  font-size:30px;
  padding:0 0 30px;
  border-bottom:1px solid #fff;
    margin: 30px auto;
}
.section04 .box_inner .txt01 span{
  font-size:24px;
}
.section04 .box_inner .txt01 span span{
  font-size:16px;
}
.section04 .box_inner .txt02 {
    color: #fff;
    font-size: 22px;
}
.section04 .subtit {
    color: #fff;
    font-size: 40px;
    margin: 30px auto;
}
.section04 .detail_box {
    overflow: hidden;
}
/*
.section04 .detail_box:first-child {
  margin-bottom:50px;
}
*/
.section04 .detail_box_inner {
  float:left;
  max-width:300px;
  width: 27%;
}
.section04 .detail_box_inner + .detail_box_inner {
    max-width: inherit;
    width: 68%;
    margin-left: 5%;
}
.section04 .detail_box_inner .tit{
  background: none;
  color: #fff;
  margin: 0 auto;
  text-align: left;
  font-size: 28px;
  padding: 0px 0 0px 0px;
  margin:0 auto 20px;
}
.section04 .detail_box_inner .tag{
  color: #fff;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
}
.section04 .detail_box_inner .txt{
  color: #fff;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
}

.section04 .detail_box .more{
  color: #fff;
  font-size: 16px;
  clear: both;
  text-align: right;
  
}


.section05 {
  background:#EAE7E6;
}
.section05 .inner {
}
.section05 .catch01{
  font-size: 42px;
  text-align: center;
  margin: 50px auto;
  color: #547219;
}
.section05 .box{
  position:relative;
}
.section05 .box .float_txt {
  position: absolute;
  max-width: 125px;
  top: 0%;
  left: 5%;
  width: 7%;
  transform: translate(-5%, 0%);
}
.section05 .detail01 {
    border: 3px solid #fff;
    padding: 4%;
    display: flex;
    justify-content: space-between;
}
.section05 .detail01 .box_detail {
    width: 46%;
    max-width: 450px;
}
.section05 .detail01 table {
    border-collapse: collapse;
    margin: 30px auto 0;
}
.section05 .detail01 table th{
  font-weight:normal;
  font-size:16px;
  width: 30%;
  text-align: left;
  line-height: 2;
  vertical-align: baseline;
}
.section05 .detail01 table td {
  font-weight: normal;
  padding: 0px 0 30px;
  width: 70%;
  text-align: left;
  line-height: 2;
  vertical-align: baseline;
}

.section05 .txt01 {
  font-size: 32px;
  margin: 50px auto 20px;
  max-width:1150px;
}  
.section05 .txt02 {
  font-size: 22px;
  margin: 0px auto 100px;
  max-width:1150px;
}




.section06 {
    margin: 0 auto 150px;
}
.section06 .inner {
}

.section06 .catch{
  margin:100px auto 0;
  font-size: 32px;
  border-bottom:1px solid #000;
  padding:0 0 30px;
}
.section06 .box{
  overflow: hidden;
  margin:100px auto 0;
  font-size: 32px;
  border-bottom:1px solid #000;
  padding:0 0 0px;
}

.section06 .box img{
  display: block;
  float:left;
  width: 32%;
}
.section06 .box img + img{
  margin-left:2%;
}
.section06 .box img:nth-of-type(1){
  max-width:360px;
}
.section06 .box img:nth-of-type(2){
  max-width:367px;
}
.section06 .box img:nth-of-type(3){
  max-width:367px;
}
.section07 {
  margin:0 auto;
}
.section07 .inner {
}

.section07 .tit_area{
  position:relative;
}

.section07 .tit_area .btn {
    display: block;
    background: url(../img/btn_bg01.png) no-repeat;
    max-width: 1150px;
    text-align: center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 0;
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
    width: 95%;
}
.section07 .tit_area .btn a{
    color: #fff;
}

.section07 .access_tit {
    font-size: 26px;
    background: #F0F9DC;
    border: 3px solid #547219;
    color: #547219;
    text-align: center;
    padding: 5px 0;
    margin:30px auto;
}
.section07 .map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9ã®ã‚¢ã‚¹ãƒšã‚¯ãƒˆæ¯” */
    height: 0;
    margin:0 auto 50px;
}

.section07 .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







.section07 .catch01{
  font-size: 42px;
    text-align: center;
    margin: 50px auto 10px;
    color: #547219;
}
.section07 .txt{
  font-size: 22px;
  text-align: center;
  margin: 0px auto 50px;
}


.form_box dl{
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
}


.form_box dl dt{
  width:30%;
  font-size: 18px;
  padding: 10px 0 0;
}
.form_box dl dt .must{
  display: inline-block;
  background: #4A5F0F;
  color: #fff;
  margin-left: 10px;
  padding: 0 10px;
}
.form_box dl dd{
  width:70%;
  font-size: 18px;
}
.form_box dl dd input,
.form_box dl dd select,
.form_box dl dd textarea  {
  font-size: 18px;
  width: 100% !important;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #707070;
  background-color: #fff !important;
}
.form_box dl dd label input,
.form_box dl dd select {
  width: auto !important;

}
.form_box dl dd select{
  width:auto;
}
.form_box dl dd label{
  display: block;
}
.form_box dl dd label{
  float: left;
  width:48%;
  margin:0 auto 20px;
}
.form_box dl dd label:nth-of-type(2n+1){
  float: left;
  clear: both;
  
}

.form_box dl dd label input{
  width: auto;
}

.form_box dl dd textarea {
  height:200px;
}

.form_box .caution {
    font-size: 18px;
    text-align: center;
    margin: 30px auto 50px;
}
.form_box .caution a{
  font-size:18px;
  color: #547219;
  text-decoration: underline;
}
.form_box .agree {
  text-align: center;  
}
.form_box .agree label{
  display: block;
  font-size:18px;
}
.form_box .submit button {
  width:100%;
  background:#F0F9DC;
  border:3px solid #547219;
  text-align: center;  
  color:#547219;
  font-size:28px;
  padding:5px 0;
  margin:50px auto;
  text-shadow: none;
}

.form_box .problem {
    background-color: rgb(255 226 226) !important;
}




.site-footer {
  margin:100px auto 0;
    padding: 50px 0 30px;
    background: #EAE7E6;
}
.site-footer .site-footer_inner{
  margin:0 auto;
}
.site-footer .site-footer__upper{
  max-width:1150px;
  margin:0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.site-footer .site-footer__upper .box:nth-of-type(1) {
    
}
.site-footer .site-footer__upper .box img{
  max-width: 199px;

}

.site-footer .site-footer__upper .box img + p{
  margin:20px auto 0;
}
.site-footer .site-footer__upper .box:nth-of-type(2){

}
.site-footer .site-footer__upper .box ul {
  overflow: hidden;
}
.site-footer .site-footer__upper .box ul li{
  float:left;
}
.site-footer .site-footer__upper .box ul li + li{
  margin-left:20px;
}
.site-footer .site-footer__upper .box ul li a{
	font-size:0.85em;
}

@media (max-width: 1500px) {
  
.section04 .box .float_txt .pc{
  display: none !important;
}
.section04 .box .float_txt .sp{
  display: inherit !important;
}
.section04 .tit {
    background: #4D4D4D;
    padding: 20px 0 20px 0px;
}
.section04 .box {
    background: #547219;
    padding: 20px 0;
}

.section04 .box .float_txt {
  position: relative;
  max-width: 700px;
  top: inherit;
  left: inherit;
  width: 95%;
  transform: translate(0, 0%);
  margin: 20px auto 0;
  }
  
.section04 .box_inner {
  padding: 0px 0;
  max-width: 1150px;
  width:95%;
}
  
  
  
  
  
  
  
}










@media (max-width: 768px) {

.section01 {
}
.section02 .catch01 {
    font-size: 22px;
    margin: 0px auto 50px;
    line-height: 2;
}
.infomation {
    display: block;
}
.infomation .box {
    width: 100%;
}
.infomation .box + .box{
  margin:40px auto 0;
}
.infomation .box .tit {
    text-align: center;
}
.infomation .box .tit img {
    max-width: 114px;
}
.infomation .box .detail {
    display: block;
}
.infomation .box .detail p {
    width: 100%;
    font-size:14px;
}
.infomation .box .detail p + p {
    width: 100%;
    margin: 10px auto 0;
    max-width: 500px;
}
.btn {
    display: block;
}
.btn li {
    width: 100%;
    margin:20px auto 0;
}
.section02 .catch02 {
    font-size: 30px;
    margin: 0px auto;
}

.section03 .txt01 {
    font-size: 25px;
}
.section03 .txt02 {
    font-size: 20px;
}
.section03 .txt03 {
    font-size: 14px;
}

.section03 ul li {
    font-size: 16px;
    margin: 10px auto;
}
.section04 {
    padding: 0 0 0px;
  }
.section04 .tit {
    background: #4D4D4D;
    font-size: 22px;
    padding: 20px 0 20px 0px;
}

.section04 .box {
  position: relative;
  background: #547219;
  padding: 20px 0;
}
.section04 .box .float_txt {
    position: relative;
    max-width: inherit;
    top: inherit;
    left: inherit;
    width: 95%;
    transform: translate(0, 0%);
    margin: 20px auto 0;
}

.section04 .box_inner {
    padding: 20px 0;
    width: 95%;
}

.section04 .box_inner .txt01 {
    font-size: 22px;
    margin: 20px auto;
}
.section04 .box_inner .txt01 span{
  font-size:16px;
}
.section04 .box_inner .txt01 span span{
  font-size:12px;
}

.section04 .box_inner .txt02 {
    font-size: 18px;
}
.section04 .subtit {
    font-size: 22px;
    margin: 0px auto 30px;
    text-align: center;
}
.section04 .detail_box {
    max-width: 500px;
    margin: 0 auto;
}
.section04 .detail_box + .detail_box {
  margin-top:3%;
}
.section04 .detail_box_inner {
    float: none;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 20px;
}
.section04 .detail_box_inner + .detail_box_inner {
    width: 100%;
    margin-left: auto;
}
.section04 .detail_box_inner .tit {
    font-size: 22px;
}



.section05 .catch01 {
    font-size: 30px;
}


.section05 .box .float_txt {
    position: relative;
    max-width: inherit;
    top: inherit;
    left: inherit;
    transform: translate(0%, 0%);
    width: 95%;
}

.section05 .detail01 {
    display: block;
    border: none;
    padding: 0%;
}
.section05 .detail01 .box_detail {
    width: 100%;
    margin: 0 auto 30px;
    border: 3px solid #fff;
    padding: 4%;
}

.section05 .detail01 table th {
    display: block;
    width: 100%;
}
.section05 .detail01 table td {
    display: block;
    width: 100%;
}
.section05 .txt01 {
    font-size: 25px;
    width: 95%;
}

.section05 .txt02 {
    font-size: 18px;
    width: 95%;
}

.section06 .catch {
    font-size: 25px;
}
.section06 .box {
    margin: 40px auto 0;
}
.section06 .box img {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto;
}
.section06 .box img + img {
    margin-left: auto;
    margin-top: 2%;
}
.section07 {
    margin: 0 auto 0px;
}
.section07 .tit_area .btn {
    font-size: 20px;
}
.section07 .catch01 {
    font-size: 22px;
}

.section07 .txt {
    font-size: 16px;
}

.form_box dl {
  display: block;
  margin: 0 auto 20px;
}
.form_box dl dt {
  width: 100%;
  margin: 0 auto 10px;
}
.form_box dl dd {
  width: 100%;
}

.form_box dl dd input, .form_box dl dd select, .form_box dl dd textarea {
    font-size: 14px;
}
.form_box dl dd label {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
}
.form_box dl dd label:nth-of-type(2n+1) {
    float: none;
}
.form_box dl dd select {
    width: 100%;
}
.form_box dl dd textarea {
    height: 100px;
}

.form_box .caution {
    font-size: 16px;
}
.form_box .agree label {
    font-size: 16px;
}






.site-footer {
    padding: 50px 0 110px;
}

.site-footer .site-footer_inner {
    width: 95%;
    margin: 0 auto;
}
.site-footer .site-footer__upper {
    display: block;
}
.site-footer .site-footer__upper .box img {
    max-width: 112px;
}
.site-footer .site-footer__upper .box:nth-of-type(2) {
    width: 100%;
    margin: 30px auto 30px;
}


.site-footer .site-footer__upper .box ul {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}
.site-footer .site-footer__upper .box ul li {
    float: none;
    text-align:center;
}
.site-footer .site-footer__upper .box ul li + li {
  margin-left: 0;
}


}



.puzzle {
  position: relative;
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 96 / 35;          /* ç”»åƒæ¯”çŽ‡ã«åˆã‚ã›ã‚‹ */
  margin: 0 auto;
  overflow: hidden;
  background: none;
}

.piece {
  position: absolute;
  width: calc(100% / 8);          /* æ¨ª8åˆ†å‰² */
  height: calc(100% / 4);         /* ç¸¦4åˆ†å‰² */
  background-image: url('../img/mv.jpg');
  background-size: 800% 400%;      /* æ¨ª8Ã—ç¸¦4ã«åˆã‚ã›ã‚‹ */
  opacity: 0;
}


@media (max-width: 768px) {
  .puzzle {
    aspect-ratio: 125 / 128;     /* ç”»åƒæ¯”çŽ‡ã‚’ç¶­æŒ */
  }
  
  .piece {
    width: calc(100% / 8);     /* æ¨ª8åˆ†å‰² */
    height: calc(100% / 4);    /* ç¸¦4åˆ†å‰² */
    background-image: url('../img/mv_sp.jpg');  /* ã“ã“ã‚’æŒ‡å®š */
    background-size: 800% 400%; /* æ¨ª:åˆ†å‰²æ•°Ã—100%, ç¸¦:åˆ†å‰²æ•°Ã—100% */
  }
}



/*
  Seminar
============================================================================================ ^^ */

.seminar_section01 {
    background:#547219;
    padding:50px 0;
}

.seminar_section01 .catch01{
  color:#fff;
  text-align: center;
  margin:0 auto;
  font-size:36px;
}
.seminar_section01 .catch02{
  color:#fff;
  text-align: center;
  margin:0 auto;
  font-size:42px;
}

.thanks_section01{
  padding: 12vw 0;
}
.thanks_section01 p{
  text-align: center;
  font-size:18px;
  margin:0 auto 30px;
}
.thanks_section01 p a{
  text-align: center;
  font-size:26px;
  margin:0 auto;
  display: block;
  color:#fff;
  background:#547219;
  padding:10px 0;
  max-width:300px;
  margin:0 auto;
}
.seminar_section02{
  padding:50px 0;
  
}

.seminar_section02 p{
  text-align: center;
  font-size:18px;
  margin:0 auto ;
  
}
.seminar_section02 .point{
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.seminar_section02 .point li{
  text-align: center;
  background:#EBF4E6;
  border:3px solid #547219;
  padding:10px 10px;
  color:#547219;
  font-size:28px;
  width:30%;
}
  
.seminar_section02  .btn{
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
  }
.seminar_section02  .btn li {
    background: url(../img/btn_bg02.png) no-repeat;
    max-width: 585px;
    text-align: center;
    width: 50%;
    background-size: 100% 100%;
  }
.seminar_section02  .btn li + li{
    background: url(../img/btn_bg01.png) no-repeat;
    background-size: 100% 100%;

  }
.seminar_section02  .btn li a{
    padding: 15px 0;
    display: block;
    color:#547219;
    font-size:20px;
  }
  .seminar_section02  .btn li + li a{
      color:#fff;
    }
  
  
  
  
.seminar_section03{
  background:#EEECEB;
  padding:100px 0;
}
.seminar_section03 .inner::after {
   content: "";
   display: block;
   clear: both;
}
.seminar_section03 .side_l{
  float:left;
  width:70%;
}
.seminar_section03 .side_r{
  float:right;
  width:25%;
  position: sticky;
  right:0;
  top:159px;
}
.seminar_section03 .side_l h2{
  font-size:28px;
  color:#547219;
  border-top:1px solid #547219;
  border-bottom:1px solid #547219;
  padding:10px 0;
  font-weight:normal;
  margin:0 auto 30px;
}
.seminar_section03 .side_l .box01 ul{
  overflow: hidden;
  margin:0 auto 50px;
}
.seminar_section03 .side_l .box01 li{
  background: #fff;
  width: 49%;
  float: left;
  position: relative;
  padding: 15%;
  margin: 0 auto 2%;
  border-radius: 10px;
}
.seminar_section03 .side_l .box01 li:nth-of-type(2n){
  float:right;
}
.seminar_section03 .side_l .box01 li span.txt{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  display: block;
  text-align: center;
  width: 90%;
  font-size:20px;
}
.seminar_section03 .side_l .box01 li span.txt span{
  font-size:16px;
}
.seminar_section03 .side_l .box01 + img{
  max-width:581px;
  display: block;
  margin:0 auto 50px;
}
.seminar_section03 .side_l .box02{
  background:#fff;
  border-radius: 10px;
  padding:5%;
  margin:0 auto 30px;
}
.seminar_section03 .side_l .box02 a{
    color: #547219;
    text-decoration: underline;
}
.seminar_section03 .side_l .box02 h3{
  font-size:28px;
  color:#547219;
  border-top:1px solid #547219;
  border-bottom:1px solid #547219;
  padding:10px 0;
  font-weight:normal;
  margin:0 auto 30px;

}
.seminar_section03 .side_l .box02 p.txt00{
  font-size:20px;
  line-height:2.5;
}
.seminar_section03 .side_l .box02 .col2{
  overflow: hidden;
}
.seminar_section03 .side_l .box02 .col2 img{
  width:40%;
  float: left;
}
.seminar_section03 .side_l .box02 .col2 img + div{
  width:55%;
  float: right;
}
.seminar_section03 .side_l .box02 .col2 img + div p.txt00{
  line-height:2;
}
.seminar_section03 .side_l .box02 .col2 img + div p.txt00 span{
  font-size: 16px;
}
.seminar_section03 .side_l .box02 .col2 img + div p.txt00 + .txt00{
  font-size: 18px;
}

.seminar_section03 .side_l .box02 .snap{
  display: flex;
  justify-content: space-between;
}
.seminar_section03 .side_l .box02 .snap li{
  width:30%;
}
.seminar_section03 .side_l .box02 .snap li .txt01{
  background:#547219;
  color:#fff;
  font-size:20px;
  padding:10px;
}
.seminar_section03 .side_l .box02 .snap li .txt02{
  color:#547219;
  font-size:18px;

}
.seminar_section03 .side_l .box02 .snap li .txt03{
  font-size:16px;
}
.seminar_section03 .side_l .box02 span.cap{
  font-size:14px;
}

.accordion_container {
    margin: 0 auto 30px;
}
.accordion_title {
    background-color: #20395A;
    color: #fff;
    font-size: 20px;
    padding: 20px 50px 20px 20px;
    text-align: left;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    background: url(../img/arrow02.png) no-repeat 98% center #fff;
    background-size: 3%;
    border: 1px solid #547219;
    border-radius: 10px;
}
.accordion_title.open {
  background: url(../img/arrow01.png) no-repeat 98% center #fff;
  background-size: 3%;
}

.accordion_title p img {
    display: inline-block;
    max-width: 61px;
    width: 6%;
    margin-right: 2%;
    margin-top: 0.7%;
}
.accordion_container p {
  margin: 0 auto;
    color: #547219;
    font-size: 22px;
}
.accordion_inner {
    display: none;
    padding: 0px;
}
.ac_inner_wraper {
  padding: 0;
  background: #EEECEB;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #547219;
  border-radius: 10px;
}
.ac_inner_wraper p {
  padding: 30px 20px 30px 20px;
  font-size: 22px;
  /* font-weight: bold; */
  overflow: hidden;
  color: #000;
}
.ac_inner_wraper p img {
  display: inline-block;
  max-width: 61px;
  width: 6%;
  margin-right: 2%;
  margin-top: 0.7%;
  float: left;
}

.ac_inner_wraper p span {
    display: inline-block;
    float: none;
    width: 100%;
}

.seminar_section03 .side_r_inner{
  background:#fff;
  padding:5%;
      border-radius: 10px;
}
.seminar_section03 .side_r_inner p.tit{
  font-size: 26px;
  margin: 0 auto;
}
.seminar_section03 .side_r_inner .txt01 {
  margin: 0 auto 10px;
}
.seminar_section03 .side_r_inner ul.tit li {
    background: #CDEBF9;
    padding: 10px 15px;
    font-size: 18px;
    margin: 0 auto 10px;
    border-radius: 10px;
}
.seminar_section03 .side_r_inner .fix{
  background:#547219;
  color:#fff;
  border-radius: 10px;
}
.seminar_section03 .side_r_inner .fix .reserve a{
  color:#fff;
  display: block;
  padding:10px;
  text-align: center;
  font-size: 22px;
}
.seminar_section03 .side_r_inner p.txt02{
  font-size: 26px;
  margin: 0 auto;
}
.seminar_section03 .side_r_inner p.txt03 {
  margin: 0 auto 10px;
}
.seminar_section03 .side_r_inner p.txt03 + img {
  width:80%;
  display: block;
  margin:0 auto;
}
.seminar_section04 {
  background:#EEECEB;
  padding:0 0 50px;
}
.seminar_section04 .box03 {
    background: #fff;
    border-radius: 10px;
    padding: 5%;
    margin: 0 auto ;
}
.seminar_section04 .box03 + .box03{
    margin: 30px auto 0;
}

.seminar_section04 .form_box dl dd.col2 {
    display: flex;
    justify-content: space-between;
}
.seminar_section04 .form_box dl dd.col2 .col2box {
  width:50%;
}
.seminar_section04 .form_box dl dd.col2 .col2box input,
.seminar_section04 .form_box dl dd.col2 .col2box select{
  width:50%;
}
.seminar_section04 .box03 h3 {
    font-size: 28px;
    color: #547219;
    border-top: 1px solid #547219;
    border-bottom: 1px solid #547219;
    padding: 10px 0;
    font-weight: normal;
    margin: 0 auto 30px;
}  
.seminar_section04 .box03 .txt00{
  font-size:20px;
  margin:0 auto 30px;
}

.seminar_section04 .box03 .form_box dl dt {
    width: 30%;
    font-size: 18px;
    padding: 10px 0 0;
}

.seminar_section04 .box03 .form_box .submit button{
  margin: 0px auto;
}



.seminar_section05{
  background:#DCE4D7;
  padding:50px 0;
  
}
.seminar_section05 h2 {
    font-size: 28px;
    color: #547219;
    border-top: 1px solid #547219;
    border-bottom: 1px solid #547219;
    padding: 10px 0;
    font-weight: normal;
    margin: 0 auto 30px;
    text-align: center;
    margin:0 auto 50px;
}
.seminar_section05 .form_box .submit button{
    background: #547219;
    border: none;
    color: #fff;
}
.seminar_section05 .btn{
  justify-content: space-around;
  
}





@media (max-width: 768px) {
  
.seminar_section01  {
}  
  
.seminar_section01 .catch01 {
    font-size: 18px;
}  
  
.seminar_section01 .catch02 {
  font-size: 34px;
}
.seminar_section02 p {
  font-size: 16px;
}
  
.seminar_section02 .point {
  display: block;
  margin: 50px auto;
}
.seminar_section02 .point li {
  font-size: 24px;
  width: 100%;
  margin: 0 auto 10px;
}
.seminar_section02 .btn {
  display: block;
}
.seminar_section02 .btn li {
    width: 100%;
}
.seminar_section02 .btn + p{
  text-align: left;
  
}
.seminar_section03 {
  padding: 30px 0;
}
.seminar_section03 .side_r {
  float: none;
  width: 100%;
  position: fixed;
  right: 0;
  top: inherit;
  bottom: 0;
}
.seminar_section03 .side_r_inner {
  background: #547219;
  padding: 0%;
}
.seminar_section03 .side_r_inner .fix {
    background: #547219;
    color: #fff;
    border-radius: 0px;
    padding: 0 0 10px;
}
.seminar_section03 .side_r_inner .sp_fix{
  font-size:18px;
  text-align: center;
  padding: 10px 0 0;
  margin: 0 auto;
} 
.seminar_section03 .side_r_inner .reserve {
    width: 95%;
    border: 1px solid #fff;
    margin: 10px auto 0;
}
.side_r_inner .fix .reserve a {
    font-size: 20px;
}
  
.seminar_section03 .side_l {
    float: none;
    width: 100%;
}
  
.seminar_section03 .side_l h2 {
  font-size: 24px;
  text-align: center;
}
.seminar_section03 .side_l .box01 li {
    width: 100%;
    float: none;
    padding: 15px;
}
  
.seminar_section03 .side_l .box01 li:nth-of-type(2n) {
    float: none;
}
.seminar_section03 .side_l .box01 li span.txt {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    width: 100%;
}

.seminar_section03 .side_l .box01 + img {
    width: 85%;
}
.seminar_section03 .side_l .box02 h3 {
    font-size: 24px;
    text-align: center;
}
.seminar_section03 .side_l .box02 p.txt00 {
    font-size: 16px;
}
.seminar_section03 .side_l .box02 .col2 img + div p.txt00 span {
    font-size: 12px;
}
.seminar_section03 .side_l .box02 .col2 img + div p.txt00 + .txt00 {
    font-size: 14px;
}
.seminar_section03 .side_l .box02 .col2 img {
    width: 100%;
    float: none;
    margin: 0 auto 10px;
}
.seminar_section03 .side_l .box02 .col2 img + div {
    width: 100%;
    float: none;
}
.seminar_section03 .side_l .box02 .snap {
    display: block;
}
.seminar_section03 .side_l .box02 .snap li {
    width: 100%;
}
.seminar_section03 .side_l .box02 .snap li + li{
  margin:20px auto 0;
}
.seminar_section03 .side_l .box02 .snap li .txt01 {
    font-size: 20px;
    padding: 5px 10px;
}
.seminar_section03 .side_l .box02 .snap li .txt02 {
    margin: 5px auto;
}



.accordion_container {
    margin: 0 auto 10px;
}


.accordion_title {
    font-size: 16px;
    text-align: left;
    padding: 10px;
}
.accordion_container p {
    margin: 0 auto 0;
    font-size: 0.9em;
}
.accordion_title p img {
    width: 8%;
    margin-right: 1%;
}
.ac_inner_wraper p {
    padding: 20px 10px;
}

.ac_inner_wraper p img {
    width: 8%;
    margin-right: 1%;
}


.seminar_section04 .box03 h3 {
    font-size: 24px;
    text-align: center;
}
.seminar_section04 .box03 .txt00 {
    font-size: 16px;
}
.seminar_section04 .box03 .form_box dl dt {
    width: 100%;
    padding: 0px 0 0;
}
.seminar_section04 .form_box dl dd.col2 {
    display: block;
}
.seminar_section04 .form_box dl dd.col2 .col2box {
    width: 100%;
}
.seminar_section04 .form_box dl dd.col2 .col2box + .col2box {
    margin:10px auto 0;
}

.seminar_section04 .form_box dl dd.col2 .col2box input,
.seminar_section04 .form_box dl dd.col2 .col2box select {
    width: 100%;
}
.seminar_section04 .box03 .form_box .submit button {
    font-size: 24px;
}
.seminar_section05 h2 {
    font-size: 24px;
}

}

.reserve_section01 {
    padding: 50px 0;
}
.reserve_section01 h2 {
    font-size: 28px;
    color: #547219;
    border-top: 1px solid #547219;
    border-bottom: 1px solid #547219;
    padding: 10px 0;
    font-weight: normal;
    margin: 0 auto 30px;
    text-align: left;
    margin: 0 auto 30px;
}
.reserve_section01 h2 + p{
  margin:0px auto 50px;
}

.reserve_section01 dl dd div.col2{
  display: flex;
  justify-content: space-between;
}
.reserve_section01 dl dd div.col2 div{
  margin:0 0 15px;
  font-size:16px;
}
.reserve_section01 dl dd div.col2 input{
    width: 230px !important;
}

.reserve_section01 .form_box .submit button {
    background: #547219;
    border: none;
    color: #fff;
}



@media (max-width: 768px) {
  
  .reserve_section01 h2 {
      font-size: 24px;
  }  
  
  .reserve_section01 dl dd div.col2{
    display: block;
  }
  
  
  
}




















/*
  Deteil
============================================================================================ ^^ */

.detail_section01 .tit{
  max-width:300px;
  margin:0 0 80px;
  padding:50px 0 0;
  
}
.detail_section02 {
  padding:50px 0 100px;
}
.detail_section02 .date{
  margin:0 auto;
}
.detail_section02 .title{
  font-size: 36px;
  margin:0 auto;
}
.detail_section02 .image_area{
  width:100%;
  margin:0px auto 30px;
}
.detail_section02 .txt_box{
    font-size:16px;
}
.detail_section02 .txt_box p{
}

.detail_section02 .paegr{
  display: flex;
  justify-content: space-around;
  margin:100px auto 0;
}
.detail_section02 .paegr a{
  display: block;
  color:#547219;
}


@media (max-width: 768px) {

.detail_section01 .tit {
  margin: 0 0 0px;
  padding: 30px 0 0;
  width: 40%;
}

.detail_section02 {
    padding: 20px 0 100px;
}
.detail_section02 .date {
    font-size: 12px;
}
.detail_section02 .title {
    font-size: 26px;
}
.detail_section02 .image_area {
    margin: 0px auto 10px;
}
.detail_section02 .txt_box {
    font-size: 14px;
}




}































.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 0;
    padding: 80px 40px 80px;
    border: 1px solid #888;
    width: 95%;
    position: relative;
    border: 3px solid #54721E;
    max-width: 1340px;
}
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    width: 68px;
    height: 68px;
    color: #fff;
    background: #54721E;
    border-radius: 50%;
    cursor: pointer;
    font-size: 26px;
    font-weight: normal;
}

.modal_cont {
    overflow: hidden;
}


.modal_cont  p:nth-of-type(1) {
    font-size: 22px;
}
.modal_cont  p:nth-of-type(2) {
    font-size: 16px;
}


@media (max-width: 768px) {
    .modal-content {
        margin: 10% auto 0;
        padding: 40px 20px;
    }
    .modal-close {
        top: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
        font-size: 22px;
    }    

.modal_cont p:nth-of-type(1) {
  font-size: 18px;
  margin: 0 auto 5px;
  line-height: 1.2;
} 
.modal_cont p:nth-of-type(2) {
    font-size: 12px;
    margin: 0 auto 5px;
    line-height: 1.5;
}
}

/**/

.partner_indexWrap {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

.partner_indexWrap li {
  margin: 0 0 20px;
  width: 100%;
}

.partner_index_ttl {
  padding: 2px 8px;
  /* color: #ffffff; */
  font-size: 18px;
  margin: 0;
}

.partner_indexWrap li .partner_index_ttl.pink {
  background-color: #ff88b5;
}
.partner_indexWrap li .partner_index_ttl.blue {
  background-color: #0e55a7;
}
/*.partner_indexWrap li:nth-child(3) .partner_index_ttl {
  background-color: #0e55a7;
}*/

.partner_index_img {
  margin-bottom: 10px;
}

.partner_index_img img {
  padding-bottom: 10px;
  width: 100%;
}

.partner_indexWrap li a {
  display: block;
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #00678C;
  vertical-align: baseline;
  background: transparent;
  text-decoration: underline;
  word-break: break-all;
  transition: 0.6s;
}
.partner_indexWrap li a:hover{
	opacity:0.8;
}
.partner_index_txt {
  font-size: 14px;
  line-height: 1.6;
}
.section04 .detail h1{
	color:#FFF;
	margin-bottom:1em;
}
.centerwhlink{
	text-align:center;
	font-size:1.5em;
}

.centerwhlink a{
	color:#FFF;	
}
.centerwhlink a:hover{
	text-decoration: underline;
}
@media screen and (min-width: 640px) {
  .partner_indexWrap li {
    margin: 0 0 20px;
    width: 30%;
  }
  .partner_index_img img {
    padding-bottom: 15px;
  }
	.partner_indexWrap::after{
  content:"";
  display: block;
  width:30%;
}

.src_scl_img {
  margin: 0 auto 20px;
}

.src_scl_txt_1 {
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.6;
}
}