@charset "UTF-8";
body{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 500;}
img{max-width: 100%; height: auto;}
h2,h3{ font-weight: bold;}
p{line-height: 1.8;}
a{transition:0.5s;color: #000;word-break: break-all;}
a:hover{color: #000;}
a:hover{opacity: 0.7;}
iframe {width: 100%;}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
#header {
    display: flex;
    padding: 5px 10px;
    height: 65px;
    align-items: center;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.logo img {
    width: 100px;
}
.logo a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
nav ul ul{
	display: block;
}

nav ul li{
	position: relative;
}
nav ul li a {
    display: block;
    text-decoration: none;
    color: #664f49;
    padding: 15px 35px;
    transition: all .3s;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
nav ul li li a{
	padding:10px 35px;
}

@media screen and (max-width:1200px){
#header .logo {
    position: relative;
    z-index: 9999;
}
#header::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
#g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    right: 0;
    margin: 0;
    background-color: #fff;
}
#g-nav.panelactive {
    top: 65px;
    border-top: 1px solid #2ba097;
}
#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 95%;
    height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    margin: 0;
    padding: 0;
}
#g-nav .g-scroll {
    height: 90vh;
    overflow: scroll;
}
nav{
    padding: 0;
}

nav ul{
    display: block;
}
nav ul li a {
    border-bottom: 1px solid #2ba097;
    position: relative;
}
nav ul li a::after {
    content: "";
    display: block;
    border-top: 4px solid #ddd;
    border-left: 4px solid #ddd;
    height: 18px;
    width: 18px;
    transform: rotate(135deg);
    position: absolute;
    top: 22px;
    right: 30px;
}
nav ul li a.tell::after {
    display: none;
}
.openbtn {
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background: #2ba097;
    border-radius: 5px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 30px;
}
.openbtn::before {
    content: "close";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.4s;
    opacity: 0;
}
.openbtn.active::before {
    transition: 0.4s;
    opacity: 1;
}
.openbtn span:nth-of-type(1) {
	top: 15px;
}
.openbtn span:nth-of-type(2) {
	top: 27px;
}
.openbtn span:nth-of-type(3) {
	top: 39px;
}

.openbtn.active span:nth-of-type(1) {
    top: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 25px;
    left: 15px;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 28px;
    transform: translateY(-6px) rotate(45deg);
    width: 25px;
    left: 15px;
}
}
#mainvisual {
    margin-top: 65px;
    position: relative;
}

.slider {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slider-item img {
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.slider, .slider-item, .slider-item img {
    height: 40vh;
}
.slick-dots {
    position: relative;
    z-index: 3;
    margin: -25px 0 0 0;
    padding: 0;
    text-align: center;
}
.slick-dots li {
    display:inline-block;
    margin: 0 15px;
}
.slick-dots > li:first-child:last-child {
    opacity: 0;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    background: #000;
    border: none;
}
.slick-dots .slick-active button {
    background: #fff;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    height: 25px;
    width: 25px;
}
.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}
section {
    padding: 2rem 0;
}

h2 {
    font-size: 20px;
}
.ttl {
    text-align: center;
    margin-bottom: 1rem;
}
.ttl h2 {
    margin: 0;
    letter-spacing: 3px;
}
p.sub-ttl {
    font-weight: bold;
    color: #9b736f;
    font-size: 15px;
    margin: 0;
}
a.link-btn {
    display: block;
    background: #2ba097;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
    margin: 1.5rem auto 0;
    width: 300px;
    border: 3px solid #2ba097;
}

a.link-btn:hover {
    opacity: 1;
    background: #fff;
    color: #2ba097;
}

#platform {
    background-image: url(../img/bg-platform2.png);
    padding: 3rem 0;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
#news {
    background: #efebe8;
    margin-top: -2rem;
    padding-top: 4rem;
}
ul.news-list {
    padding: 0 1rem;
    margin: 0;
    list-style-type: none;
}

ul.news-list li a {
    display: block;
    text-decoration: none;
}

ul.news-list li a figure {
    margin: 0;
}

ul.news-list li a:hover figure img {
    transform: scale(1.2);
    transition: 0.5s;
}

ul.news-list li > a {
    display: block;
    overflow: hidden;
    background: #fff;
    border: 15px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

ul.news-list li a figure img {
    object-fit: contain;
    object-position: top;
    width: 100%;
    height: 410px;
    transition: 0.5s;
}

ul.news-list li a:hover {
    opacity: initial;
}
ul.news-list li .info {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
a.cate {
    display: block;
    background: #d67534;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 130px;
    padding: 5px 0;
}
a.cate:hover {
    opacity: 0.8!important;
}
a.cate.cate-news {
    background: #56280a;
}

ul.news-list li .info p {
    font-weight: bold;
    margin: 0;
}
ul.news-list li h3 a {
    font-size: 18px;
}
ul.news-list li + li {
    margin-top: 2rem;
}
ul.news-list li h3 a:hover {
    color: #664f49;
}
.map iframe {
    height: 300px;
}
#contact{
    background: linear-gradient(90deg,rgba(102, 79, 73, 1) 0%, rgba(51, 27, 29, 1) 100%);
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#contact p.sub-ttl {
    color: #b7a6a5;
}
a.link-cta {
    display: block;
    background: #fff;
    padding: 20px 0;
    text-decoration: none;
    color: #664f49;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 2rem;
    border: 3px solid #fff;
}
a.link-cta:hover {
    background: #664f49;
    opacity: 1;
    color: #fff;
}
p.tell {
    font-size: 18px;
    margin: 0;
    line-height: 2.2;
}
#f-bottom ul {
    padding: 0;
    margin: 1rem 0 1.5rem;
    list-style-type: none;
    text-align: center;
}
#page-top {
    margin: 0;
    position: absolute;
    top: -20px;
    right: 10px;
}

@media screen and (min-width:760px) {
.slider, .slider-item, .slider-item img {
    height: auto;
}
}

@media screen and (min-width:1200px) {
#header {
    justify-content: space-between;
}
ul.h-nav {
    margin: 0;
    padding: 0;
    gap: 0 5px;
    align-items: center;
}
ul.h-nav li a {
    padding: 15px 10px;
    font-size: 16px;
}
ul.h-nav li a:hover {
    background: #efebe8;
    border-radius: 5px;
    color: #664f49;
    opacity: 1;
}
.logo a {
    font-size: 21px;
    align-items: center;
}
.logo img {
    width: 120px;
}
ul.h-nav li a.contact {
    background: #2ba097;
    color: #fff;
    border-radius: 5px;
    border: 3px solid #2ba097;
    padding: 10px 15px;
    font-size: 15px;
}
ul.h-nav li a.contact.event{
    border: 3px solid #d67534;
    background: #d67534;
}
ul.h-nav li a.contact.event:hover{
    color: #d67534;
}
ul.h-nav li a.contact:hover{
    opacity: 1;
    background: #fff;
    color: #2ba097;
}
section {
    padding: 5rem 0;
}
h2 {
    font-size: 25px;
}
p.sub-ttl {
    font-size: 18px;
    line-height: 2;
}
#intro .ttl {
    padding-top: 3rem;
    margin-bottom: 2rem;
}
#intro p.l-deco::before {
    content: "";
    background-image: url(../img/deco1.png);
    display: block;
    width: 115px;
    height: 125px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: -15px;
}
#intro p.l-deco {
    padding: 0 45px 0 140px;
    position: relative;
}
#platform {
    padding: 6rem 0;
    text-align: center;
    position: relative;
}
#platform p:not(.sub-ttl) {
    font-size: 18px;
}
#platform a.link-btn {
    margin-top: 4rem;
}
#platform::before, #platform::after {
    content: "";
    background-image: url(../img/deco2.png);
    display: block;
    width: 200px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 8%;
    top: 9%;
}
#platform::after {
    background-image: url(../img/deco3.png);
    right: auto;
    left: 4%;
    top: auto;
    bottom: 6%;
    width: 290px;
    height: 140px;
}
#news {
    padding-top: 7rem;
    position: relative;
}
#news .container {
    position: relative;
    z-index: 1;
}
#news::after {
    content: "";
    background-image: url(../img/deco-news.png);
    display: block;
    width: 100%;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: bottom;
    bottom: 2%;
}
ul.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

ul.news-list li + li {
    margin: 0;
}
ul.news-list li {
    width: 31.7%;
}

ul.news-list li a figure img {
    height: 445px;
}
.map iframe {
    height: 500px;
}
a.link-cta {
    width: 600px;
    margin: 0 auto 3rem;
    font-size: 25px;
    padding: 30px 0;
}
p.tell {
    font-size: 22px;
}
p.tell a {
    margin: 0 20px;
}
#f-bottom ul {
    margin: 0 3rem 0 0;
}
#f-bottom {
    padding: 3rem 0;
}
}

@media screen and (min-width:1400px) {
.logo a {
    font-size: 26px;
}
.logo img {
    width: 160px;
}

ul.h-nav li a {
    padding: 15px;
}
section {
    padding: 7rem 0;
}
.container{
    max-width: 1300px;
}
h2 {
    font-size: 30px;
}
p.sub-ttl {
    font-size: 23px;
}
p, a,#page-content li,#page-content th,#page-content td {
    font-size: 18px;
}
#intro p.l-deco {
    padding: 0 45px 0 170px;
    margin-bottom: 3rem;
}
#intro p.l-deco::before {
    width: 150px;
    height: 160px;
}
#platform {
    padding: 8rem 0;
}
#news {
    padding-top: 8rem;
}
ul.news-list {
    padding: 0;
    gap: 30px;
}
a.cate, p.date {
    font-size: 16px;
}
#news::after {
    height: 220px;
}
ul.news-list li a figure img {
    height: 530px;
}
#contact {
    padding: 5rem 0;
}
}
@media screen and (min-width:1500px) {
    ul.h-nav li a, ul.h-nav li a.contact {
        padding: 10px 20px;
        font-size: 18px;
    }
}
@media screen and (min-width: 1600px) {
ul.h-nav li a, ul.h-nav li a.contact {
    padding: 15px 30px;
    font-size: 18px;
}
#platform {
    padding: 12rem 0;
}
#platform p:not(.sub-ttl)  {
    font-size: 20px;
}
#platform::before {
    width: 250px;
    height: 180px;
    right: 12%;
}
#platform::after {
    left: 6%;
    width: 375px;
    height: 190px;
}
#platform a.link-btn {
    width: 340px;
}
ul.news-list li h3 a {
    font-size: 22px;
}
#news::after {
    height: 270px;
    bottom: 4%;
}
a.link-cta {
    width: 640px;
    font-size: 30px;
    margin: 0 auto 4rem;
}
p.tell {
    font-size: 24px;
}
}
@media screen and (min-width:1720px) {
ul.h-nav li a, ul.h-nav li a.contact {
    padding: 10px 35px;
    font-size: 20px;
}
}

/* page */
#page_header {
    margin-top: 65px;
    height: 150px;
    position: relative;
    background-size: cover;
    background-position: center;
}
#page_header.nothumb {
    background: #efebe8;
}
h1.page-title {
    font-size: 24px;
    font-weight: bold;
    background-color: rgba(102,79,73,0.8);
    width: fit-content;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px 30px;
    color: #fff;
    letter-spacing: 1px;
    min-width: 300px;
    text-align: center;
}
#page-content {
    padding: 2rem 0;
}
h2.wp-block-heading {
    color: #664f49;
    margin-bottom: 1rem;
}
h2.wp-block-heading::before {
    content: "";
    width: 25px;
    height: 25px;
    background: #2ba097;
    display: inline-block;
    border-radius: 50%;
    vertical-align: bottom;
    margin-right: 5px;
}
h4.wp-block-heading {
    color: #664f49;
    font-weight: bold;
    font-size: 18px;
    margin: 2rem 0 1rem;
}
.bread {
    margin: 1rem 0 0;
}
.bread a, .bread span {
    text-decoration: none;
    padding: 0 2px;
    font-size: 16px;
}
ul.movie-list {
    padding: 0;
    margin: 0 0 2rem;
    list-style-type: none;
}
ul.movie-list li a {
    display: block;
    text-decoration: none;
}

ul.movie-list li a figure img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 16/9;
    transition: 0.5s;
}

ul.movie-list li a figure {
    /* border: 1px solid; */
    overflow: hidden;
}

ul.movie-list li a h3 {
    font-size: 18px;
    margin: 0;
}
ul.movie-list li a:hover {
    opacity: 1;
}

ul.movie-list li a:hover figure img {
    transition: 0.5s;
    transform: scale(1.2);
}
ul.movie-list li + li {
    margin-top: 2rem;
}
.nav-links {
    text-align: center;
    margin: 1rem auto;
}

.nav-links span,.nav-links a {
    border: 1px solid #664f49;
    padding: 15px 20px;
    text-decoration: none;
    margin: 0 5px;
}

.nav-links span.current {
    background: #664f49;
    color: #fff;
}
h3.wp-block-heading {
    color: #664f49;
    font-size: 19px;
    margin: 2rem 0 1rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 20px;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    background-color: #efebe8;
    color: #664f49;
}
@media screen and (max-width:760px) {
:where(.wp-block-columns.is-layout-flex) {
    gap: 0em;
}
}
@media screen and (min-width:1200px){
#page_header {
    height: 210px;
}
h1.page-title {
    font-size: 26px;
    min-width: 600px;
    padding: 30px;
    top: 26%;
}
h2.wp-block-heading::before {
    width: 30px;
    height: 30px;
    vertical-align: top;
}
h3.wp-block-heading {
    margin: 3rem 0 1rem;
}
ul.movie-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
}

ul.movie-list li + li {
    margin: 0;
}

ul.movie-list li {
    width: 31.5%;
}
.nav-links {
    margin: 2rem auto;
}
img.wp-image-35 {
    margin-top: -4rem;
}
h3.wp-block-heading {
    font-size: 22px;
}
}
@media screen and (min-width:1400px){
#page_header {
    height: 270px;
}
h1.page-title {
    font-size: 30px;
    min-width: 700px;
    padding: 35px;
    top: 29%;
}
#page-content {
    padding: 4rem 0;
}
ul.movie-list {
    gap: 60px 35px;
}
h3.wp-block-heading {
    font-size: 26px;
}
h4.wp-block-heading {
    font-size: 22px;
}
}
@media screen and (min-width:1600px){
#page_header {
    height: 335px;
}
h1.page-title {
    top: 33%;
}
}

/* single */
.post_thumbnail {
    margin-bottom: 1rem;
}
h2.singlettl {
    color: #664f49;
    margin: 0 0 1rem;
    text-align: center;
}
.Single-post .info {
    display: flex;
    align-items: baseline;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 1rem;
}
.Single-post .info a {
    text-decoration: none;
}
.entry-pager {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.back a, .next a {
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 5px;
  width: 150px;
  display: block;
  text-align: center;
  color: #000;
}
.back a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #2ba097;
  border-bottom: 3px solid #2ba097;
  transform: rotate(45deg);
  margin-right: 10px;
}
.next a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #2ba097;
  border-bottom: 3px solid #2ba097;
  transform: rotate(-135deg);
  margin-left: 10px;
}
.mt-lg-6 {
    margin-top: 4rem !important;
}
a.link-event {
    display: block;
    background: #d67534;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
    margin: 1.5rem auto 0;
    width: 300px;
    border: 3px solid #d67534;
}

a.link-event:hover {
    opacity: 1;
    background: #fff;
    color: #d67534;
}
@media screen and (min-width:1200px) {
.post_thumbnail {
    margin-bottom: 2rem;
}
}
@media screen and (min-width:1400px) {
    .back a, .next a {
    width: 160px;
}
}


/* form */
.smf-item label strong {
    color: #CF2E2E;
    font-size: 12px;
    vertical-align: text-top;
    margin-left: 3px;
}
.smf-item label {
    font-weight: bold;
}
.smf-form--simple-table .smf-item__col--label {
    padding-bottom: 5px;
}
.smf-form--simple-table .smf-item {
    border-top: 1px solid #ddd;
    padding: 1rem;
}
.smf-form--simple-table .smf-item:last-child {
    border-bottom: 1px solid #ddd;
}
.smf-action .smf-button-control__control {
    background: #2ba097;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
}
.page-id-68 a.link-cta {
    display: none;
}
@media screen and (min-width:1200px) {
.snow-monkey-form {
    margin: 3rem 0;
}
.smf-form--simple-table .smf-item {
    padding: 3rem 6rem;
}
}