@charset "UTF-8";
@media screen and (min-width: 680px) {
  .pc {
    display: block; }

  .sp {
    display: none; } }
@media screen and (max-width: 680px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
.item:nth-child(1) {
  -webkit-animation: fadein 1.5s ease 0.1s 1 forwards;
  animation: fadein 1.5s ease 0.1s 1 forwards; }

.item:nth-child(2) {
  -webkit-animation: fadein 1.5s ease 0.2s 1 forwards;
  animation: fadein 1.5s ease 0.2s 1 forwards; }

.item:nth-child(3) {
  -webkit-animation: fadein 1.5s ease 0.3s 1 forwards;
  animation: fadein 1.5s ease 0.3s 1 forwards; }

.item:nth-child(4) {
  -webkit-animation: fadein 1.5s ease 0.4s 1 forwards;
  animation: fadein 1.5s ease 0.4s 1 forwards; }

.item:nth-child(5) {
  -webkit-animation: fadein 1.5s ease 0.5s 1 forwards;
  animation: fadein 1.5s ease 0.5s 1 forwards; }

.item:nth-child(6) {
  -webkit-animation: fadein 1.5s ease 0.6s 1 forwards;
  animation: fadein 1.5s ease 0.6s 1 forwards; }

/*---------------
Reset
---------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*---------------
Layout
---------------*/
/*--------------------
Common Style 
--------------------*/
/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.clearline {
  clear: both;
  margin: 50px 0;
  border: none;
  border-bottom: 1px dotted #40220F; }

.clearwhite {
  clear: both;
  margin: 50px 0;
  border: none;
  border-bottom: 1px dotted #fff;
  opacity: 0; }

.clear20 {
  clear: both;
  margin: 10px 0;
  border: none;
  border-bottom: 1px dotted #fff;
  opacity: 0; }

/* display none */
.displaynone {
  display: none; }

.display-none {
  display: none; }

@media screen and (max-width: 399px) {
  .display-none-sm {
    display: none; } }
@media screen and (max-width: 767px) {
  .display-none-md {
    display: none; } }
@media screen and (max-width: 999px) {
  .display-none-lg {
    display: none; } }
@media screen and (max-width: 1199px) {
  .display-none-xl {
    display: none; } }
html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-size: 1.6rem;
  line-height: 180%;
  background: url("../img/bg.png");
  color: #231815; }

a {
  color: #40220F; }

a:hover {
  opacity: .7;
  text-decoration: none; }

/*スマホの場合は画像幅を100%に*/
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto; } }

@media screen and (min-width: 768px) {
  .wrap {
    width: 1100px;
    margin: 0 auto; } }

.toplead {
  padding: 30px 20px;
  line-height: 2.0; }
  @media screen and (min-width: 768px) {
    .toplead {
      background: url("../img/leadbg.png") no-repeat center 0px;
      padding: 80px 10px; } }
  .toplead h1 {
    font-size: 1.6em;
    margin: 10px; }
  .toplead h3 {
    text-align: center; }

strong {
  font-size: 120%;
  color: #E73828;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF000));
  background: linear-gradient(transparent 60%, #FFF000 0); }

/*Header*/
@media screen and (max-width: 767px) {
  a.navbar-brand img {
    width: 80%;
    padding: 10px; } }
@media screen and (min-width: 768px) {
  a.navbar-brand img {
    padding: 10px 0; } }

@media screen and (max-width: 767px) {
  .navbar-light .navbar-toggler {
    color: #40220F;
    border: 3px solid #40220F;
    margin: 10px;
    padding: 5px; } }

/*グローバルナビ*/
nav.navbar {
  background: url("../img/headerbg.png") repeat-x top #3F9548;
  padding: 30px 0 20px 0; }

.navbar-light .navbar-nav .nav-link {
  color: #fff; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    opacity: 0.8; }

li.nav-item {
  text-align: center;
  min-height: 80px;
  position: relative; }
  @media screen and (max-width: 767px) {
    li.nav-item img {
      width: 50px;
      position: absolute;
      top: 20px;
      left: 30px; } }
  @media screen and (min-width: 768px) {
    li.nav-item span {
      display: block; } }
  @media screen and (max-width: 767px) {
    li.nav-item span {
      position: absolute;
      top: 30px;
      left: 150px; } }

@media screen and (min-width: 768px) {
  ul.navbar-nav {
    width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; } }
@media screen and (max-width: 767px) {
  ul.navbar-nav li {
    border-bottom: 1px dotted #fff;
    padding: 5px; }
    ul.navbar-nav li:last-child {
      border: none;
      /*            text-align: center;ログインボタンを表示する時に有効にする！*/ } }

/*ログインボタン*/
.btn-danger {
  border-radius: 10px;
  padding: 0px 10px; }
  .btn-danger a {
    color: #fff;
    text-decoration: none; }

.navbar .btn-danger a.nav-link {
  color: #fff; }
  .navbar .btn-danger a.nav-linkhover {
    text-decoration: none; }

/*その他のボタンスタイル上書き*/
.btn-primary {
  border-radius: 10px;
  padding: 0px 10px; }
  .btn-primary a {
    color: #fff;
    text-decoration: none; }

/*Footer*/
#footer {
  background: url("../img/footer_bg.png") repeat-x bottom;
  padding: 40px 0 130px 0;
  clear: both;
  text-align: center; }
  #footer a {
    color: #40220F;
    text-decoration: none; }
  #footer img.footerlogo {
    margin: 10px;
    padding-top: 100px; }
    @media screen and (max-width: 767px) {
      #footer img.footerlogo {
        width: 50%; } }
  #footer .footerbtn a {
    display: block;
    background: #fff;
    color: #40220F;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (min-width: 768px) {
      #footer .footerbtn a {
        width: 600px;
        margin: 10px auto; } }
  #footer ul li {
    display: inline; }
    #footer ul li a {
      color: #fff; }
      #footer ul li a:hover {
        color: #fff;
        opacity: .7; }

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  background: #40220F;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 300; }
  #page_top a {
    color: #fff;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none; }
  #page_top a:hover {
    text-decoration: none; }

/*--------------------
Toppage Slideshow
--------------------*/
.main_imgBox {
  height: 640px;
  overflow: hidden;
  position: relative;
  background: #3F9548; }
  @media screen and (max-width: 767px) {
    .main_imgBox {
      width: 100%;
      height: 220px; }
      .main_imgBox div.main_img {
        background-size: 120%;
        background-position: top; } }

.main_logo {
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8%;
  height: auto; }
  @media screen and (max-width: 767px) {
    .main_logo {
      width: 70px; } }

.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 640px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite; }

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }

.main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s; }

.main_imgM {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite; }

.main_imgM:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.main_imgM:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }

.main_imgM:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

.main_imgM:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }

.main_imgM:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s; }

@keyframes anime {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9; }
  100% {
    opacity: 0; } }
@-webkit-keyframes anime {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    z-index: 9; }
  100% {
    opacity: 0; } }
/*wordpressプラグインsmartsliderに拡大だけ追加したい*/
.skip-lazy {
  width: 100%;
  height: auto;
  animation: animationZoom2 16s ease-in-out infinite; }

@keyframes animationZoom2 {
  50% {
    transform: scale(1.1); } }
/*---------------
Main
---------------*/
/*Common*/
div.cattitle {
  background-image: url("../img/catbg1.jpg");
  background-size: cover; }
  @media screen and (min-width: 768px) {
    div.cattitle {
      min-height: 200px;
      padding: 80px 20px 0 20px; } }
  @media screen and (max-width: 767px) {
    div.cattitle {
      min-height: 100px;
      padding: 40px 20px 0 20px; } }
  div.cattitle h1 {
    text-align: center;
    font-size: 2.0em;
    color: #fff;
    text-shadow: 1px 1px #558ABB; }

div.catabout {
  background-image: url("../img/catbg1.jpg"); }

/*プロジェクト*/
div.catproject {
  background-image: url("../img/catbg2.jpg"); }

/*イベント情報*/
div.catevent {
  background-image: url("../img/catbg1.jpg"); }

/*ギャラリー*/
div.catgallery {
  background-image: url("../img/catbg5.jpg"); }

/*施設紹介*/
div.catinfo {
  background-image: url("../img/catbg6.jpg"); }

/*メインコンテンツ*/
div.main {
  width: 100%;
  padding: 10px;
  margin: 10px 0; }
  @media screen and (min-width: 768px) {
    div.main {
      width: 1100px;
      padding: 50px;
      margin: 0 auto 10px auto;
      border-radius: 80px; } }

div.entryBody {
  text-align: left;
  margin: 20px 10px; }
  @media screen and (min-width: 768px) {
    div.entryBody {
      width: 100%;
      margin: 0 auto 40px auto;
      min-height: 500px; } }
  div.entryBody h1 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #40220F;
    border-bottom: double 5px #FFC778; }
  div.entryBody h2 {
    font-size: 23px;
    font-size: 2.3rem;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 0px 5px #fff;
    border: dashed 2px #ffd599;
    padding: 0.2em 0.5em;
    color: #6a3906;
    margin: 10px 0; }
  div.entryBody h2:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #ffd599;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
  div.entryBody h3 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin: 5px 0 20px 0;
    color: #40220F; }
  div.entryBody h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 20px 0; }
  div.entryBody h5 {
    margin: 10px 0;
    color: #40220F; }
  div.entryBody ul li {
    list-style: none; }
  div.entryBody p {
    padding: 10px 0; }
  div.entryBody ol li {
    margin-left: 20px; }
  div.entryBody table.gaiyou {
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto; }
    @media screen and (min-width: 768px) {
      div.entryBody table.gaiyou {
        width: 800px; } }
    div.entryBody table.gaiyou th {
      background: url("../img/ybg.png");
      padding: 10px;
      color: #603813;
      border: 1px solid #2B2D7D;
      vertical-align: middle;
      text-align: center; }
      @media screen and (min-width: 768px) {
        div.entryBody table.gaiyou th {
          width: 200px; } }
      @media screen and (max-width: 767px) {
        div.entryBody table.gaiyou th {
          display: block;
          text-align: center; } }
    div.entryBody table.gaiyou td {
      text-align: left;
      padding: 10px;
      border: 1px solid #2B2D7D; }
      @media screen and (min-width: 768px) {
        div.entryBody table.gaiyou td {
          width: 600px; } }
      @media screen and (max-width: 767px) {
        div.entryBody table.gaiyou td {
          display: block; } }

/*Toppage*/
/*Side*/
.entryBody .side h3 {
  background: #40220F;
  padding: 4px;
  color: #fff; }
  .entryBody .side h3 a {
    color: #fff; }
.entryBody .side ul li {
  list-style-type: none;
  padding: 0 0 0 15px;
  text-align: left; }

/*News*/
ul.newsList {
  margin: 0 0 50px 0;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  border-top: 10px solid #EA512E; }
  @media screen and (min-width: 768px) {
    ul.newsList {
      width: 800px;
      margin: -10px auto 0 auto; } }
  ul.newsList li {
    list-style: none;
    border-bottom: 2px dotted #2B2D7D;
    padding: 10px; }

/*GoogleMap埋め込みレスポンシブ*/
@media screen and (max-width: 767px) {
  .iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 75%; }

  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }
/*YouTube埋め込みレスポンシブ対応*/
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/*トップページの流れる写真*/
.slider1 {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 200px;
  overflow: hidden; }

.slider1 ul {
  display: flex;
  padding: 0;
  margin: 0; }

.slider1 li {
  width: 300px;
  list-style: none; }

.slider1 ul:first-child {
  animation: slide1 150s -75s linear infinite; }

.slider1 ul:last-child {
  animation: slide2 150s linear infinite; }

@keyframes slide1 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes slide2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
a {
  text-decoration: none; }

body {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden; }

.inner {
  width: 1080px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 10px; }

.section {
  padding: 100px 0; }

.heading {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center; }

.lead {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px; }

.btn {
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
  max-width: 150px;
  background-color: #888;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 10px; }
  .btn:hover {
    background-color: #f2f2f2;
    color: #888; }

.header {
  height: 50px;
  width: 100%;
  background-color: #333; }
  .header > .inner {
    display: flex;
    justify-content: space-between; }
  .header__logo {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px; }
  .header__menu {
    display: flex; }
  .header__item a {
    display: block;
    font-size: 16px;
    color: #f2f2f2;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box; }
    .header__item a:hover {
      background: #f2f2f2;
      color: #333; }

.mv {
  background-color: rgba(0, 0, 0, 0.6); }
  .mv > .inner {
    display: flex;
    align-items: center;
    justify-content: center; }
  .mv .heading {
    color: #f2f2f2; }
  .mv .lead {
    color: #f2f2f2; }

.works {
  background-color: #eee; }
  .works .container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
    .works .container .item {
      width: 50%; }

.blog__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap; }
.blog__item {
  width: calc(33.3333% - 20px);
  box-shadow: 1px 2px 6px #eee;
  box-sizing: border-box;
  padding: 20px 10px;
  transition: all 0.4s; }
  .blog__item + .blog__item {
    margin-left: 30px; }
  .blog__item:hover {
    box-shadow: 1px 6px 12px #ccc;
    transform: translateY(-5px); }
  .blog__item a {
    color: #333;
    display: flex;
    flex-direction: column; }
    .blog__item a .blog__top {
      margin-top: 10px;
      order: 2; }
    .blog__item a img {
      width: 100%;
      height: auto;
      order: 1; }
    .blog__item a .title {
      font-size: 20px;
      font-weight: bold; }

/*  アニメーションスタイル
-------------------------------------------*/
.slide-left {
  position: relative;
  left: 100vw;
  transition: left 860ms ease-in-out; }
  .slide-left.is-show {
    left: 16%; }

.slide-right {
  position: relative;
  right: 100vw;
  transition: right 860ms ease-in-out; }
  .slide-right.is-show {
    right: 16%; }

.slide-up {
  position: relative;
  top: 30px;
  opacity: 0;
  transition: top 860ms,opacity 1s; }
  .slide-up.is-show {
    top: 0;
    opacity: 1; }

.bg-open-right {
  position: relative;
  z-index: 0; }
  .bg-open-right::after {
    content: "";
    background: #42c9b4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: left 860ms ease-in-out; }
  .bg-open-right.is-show::after {
    left: 100vw; }

.bg-open-left {
  position: relative;
  z-index: 0; }
  .bg-open-left::after {
    content: "";
    background: #ff512b;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    transition: right 860ms ease-in-out; }
  .bg-open-left.is-show::after {
    right: 100vw; }
