@charset "utf-8";

.ytube {
    display: block;
    width: 100%;
    max-width: 1000px;
    aspect-ratio:192 / 108;
    margin-left: auto;
    margin-right: auto;
}
.ytube iframe {
    display: block;
    width: 100%;
    height: 100%;
}

@keyframes sflower {
  from {
    opacity: 0;
    filter: blur(10px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}
.sflower {
  -webkit-animation-name: sflower;
  animation-name: sflower;
}


@keyframes main_bg {
  0% {
    background-position: center top;
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    background-position: center bottom;
    opacity: 1;
  }
}

#main_img {
    margin-top: 190px;
    position: relative;
    width: 100%;
    aspect-ratio:192 / 135;
    background-image: url("../img/main_img_pc.webp");
    background-position: center top;
    background-size: cover;
    animation: main_bg 1.5s ease-out 0s normal both;
    transition: all 0.3s;
}
.main_tx {
    width: 60%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 6.5%;
}
.main_tx img {
    width: 100%;
}
.main_tx h1 {
    position: absolute;
    width: 10%;
    left: 3%;
    top: 3%;
    line-height: 0;
}
.main_tx h2 {
    line-height: 0;
}
.main_tx h2 img {
    filter: drop-shadow(0 0 5px rgba(0,0,0,1));
}

.name_plate {
    position: absolute;
    width: 15%;
    line-height: 0;
}
.name_h {
    left: 28%;
    top: 56%;
}
.name_u {
    left: 59%;
    top: 60%;
}
.name_plate section {
    position: relative;
    box-sizing: border-box;
    padding: 7%;
    width: 100%;
    height: 100%;
}
.name_plate span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.name_h span {
    background-color: #707070;
    mix-blend-mode: multiply;
}
.name_u span {
    background-color: #ad5c15;
    mix-blend-mode: multiply;
}
.name_plate img {
    position: relative;
    width: 100%;
}

.slide1 {
    position: relative;
}
.slide1 img {
    width: 100%;
}
.slide1 section {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 900px;
    height: 100%;
    padding: 80px;
}
.sd1 section {
    margin: 0 0 0 auto;
}
.sd1 .sbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to right, #8a8a8a, #c4c4c4);
}
.sd1 h2 {
    position: absolute;
    right: 7%;
    top: 3%;
    width: 5%;
    height: auto;
}
.sd2 section {
    margin: 0 auto 0 0;
}
.sd2 .sbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to right, #a68e71, #513a1e);
}
.sd2 h2 {
    position: absolute;
    left: 7%;
    top: 3%;
    width: 5%;
    height: auto;
}

.slide1 h3 {
    position: relative;
    width: 30%;
    margin: 0 auto 4vw;
}
.slide1 .sgaikan {
    position: relative;
    width: 100%;
    margin: 0 auto 2vw;
}
.slide1 h4 {
    position: relative;
    width: 80%;
    margin: 0 auto 3vw;
}
.slide1 .sname {
    position: relative;
    width: 80%;
    margin: 0 auto 3vw;
}
.slide1 .sbtn {
    position: relative;
    width: 50%;
    margin: 0 auto 3vw;
}

.yokoku2 {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 30%;
    max-width: 250px;
}

.ev_img {
    width: 100%;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
}
.ev_img ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.ev_img ul li:first-child {
    width: 55%;
}
.ev_img ul li:first-child img {
    width: 100%;
}
.ev_img ul li:last-child {
    width: 45%;
    background-image: url("../img/img1.jpg");
    background-position: center center;
    background-size: cover;
}

.m_tx {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto 5em;
}
.map {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.chadj {
    padding-top: 0;
    padding-bottom: 2em;
    text-align: center;
}
@media screen and (min-width: 600px) {
.swiper-container1 .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.swiper-container1 .swiper-slide {
    width: 50% !important;
    height: auto;
}
.swiper-button-prev,.swiper-button-next {
	display: none;
}
}
@media screen and (max-width: 599px) {
.swiper-container1 {
    overflow: hidden;
}
.swiper-container1 .swiper-slide {
    width: 100% !important;
}

.swiper-button-prev,.swiper-button-next {
	position:relative;
	z-index:100;
    width: 12px !important;
    height: 12px !important;
    margin-top: -6px !important;
}
.swiper-button-prev {
    left: 5px !important;
    background: url(../img/left.png) no-repeat center center !important;
    background-size:contain !important;
}
.swiper-button-next {
    right: 5px !important;
    background: url(../img/right.png) no-repeat center center !important;
	background-size:contain !important;
}
}

.infobox {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
}
.infobox h4 {
    font-family: "EB Garamond", sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.2em;
    margin-bottom: 1em;
    letter-spacing: 1.5px;
}

.newsbox {
    width: 47.5%;
}
.newsbox dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5em;
}
.newsbox dl dt {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.84em;
    margin-right: 1.5em;
    line-height: 1.5;
    margin-top: 0.16em;
}
.newsbox dl dd {
    line-height: 1.5;
}
.newsbox dl dd a {
    display: block;
}
.newsbox ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1.5em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1.5em;
}
.newsbox ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px;
}
.newsbox ul li {
    width: 50%;
}
.newsbox ul li img {
    max-width: 95%;
    max-height: 280px;
}

.flyerbox {
    width: 60%;
}
.flyerbox dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5em;
}
.flyerbox dl dt {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.84em;
    margin-right: 1.5em;
    line-height: 1.5;
    margin-top: 0.16em;
}
.flyerbox dl dd {
    line-height: 1.5;
}
.flyerbox dl dd a {
    display: block;
}
.flyerbox ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1.5em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1.5em;
}
.flyerbox ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px;
}
.flyerbox ul li {
    width: 50%;
}
.flyerbox ul li img {
    max-width: 95%;
    max-height: 280px;
}

@media screen and (max-width: 1149px) {
#main_img {
    margin-top: 80px;
}
}

@media screen and (max-width: 1024px) {
#main_img {
    aspect-ratio:180 / 144;
    background-image: url("../img/main_img_tb.webp");
}
.main_tx {
    width: 70%;
    padding-top: 5%;
}
.main_tx h1 {
    width: 12%;
}
.main_tx {
    padding-top: 11%;
}
.name_plate {
    width: 18%;
}
.name_h {
    left: 28%;
    top: 61%;
}
.name_u {
    left: 59%;
    top: 65%;
}

.slide1 section {
    padding: 10% 10% 15%;
}
.yokoku2 {
    left: 10px;
    top: 10px;
    width: 30%;
}

.m_tx {
    width: 90%;
}
.map {
    width: 100%;
}

.chadj {
    padding-top: 0;
    padding-bottom: 2em;
    text-align: left;
}

.infobox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.newsbox {
    width: 100%;
    margin-bottom: 5em;
}

.infobox h4 {
    font-size: 1.5em;
}
.flyerbox {
    width: 100%;
}

}

@media screen and (max-width: 599px) {
#main_img {
    margin-top: 60px;
    aspect-ratio:110 / 116;
    background-image: url("../img/main_img_sp.webp");
}
.main_tx h1 {
    width: 15%;
}
.main_tx {
    width: 85%;
    padding-top: 18%;
}
.name_plate {
    width: 25%;
}
.name_h {
    left: 21%;
    top: 62%;
}
.name_u {
    left: 59.5%;
    top: 66%;
}

.sd1 .sbg,.sd2 .sbg {
    height: 53%;
}
.slide1 section {
    padding: 7% 7% 14%;
}
.slide1 h3 {
    margin: 0 auto 8vw;
}
.slide1 .sgaikan {
    margin: 0 auto 4vw;
}
.slide1 h4 {
    margin: 0 auto 6vw;
}
.slide1 .sname {
    margin: 0 auto 6vw;
}
.slide1 .sbtn {
    margin: 0 auto 6vw;
}

.ev_img {

}
.ev_img ul li:first-child {
    width: 100%;
}
.ev_img ul li:last-child {
    width: 100%;
    aspect-ratio: 1;
}

.m_tx {
    width: 80%;
}

.infobox h4 {
    font-size: 1.4em;
}

}

.site_box {
    width: 100%;
}
.site_box img {
    width: 50%;
    max-width: 400px;
}
.site_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.site_box ul li {
    width: 50%;
    text-align: center;
}
.site_box ul li a {
    display: block;
    background: linear-gradient(to right, #c4c4c4, #8a8a8a);
    padding: 3.2em 0 3em;
    transition: 0.3s;
}
.site_box ul li:last-child a {
    background: linear-gradient(to right, #a68e71, #513a1e);
}
.site_box ul li a:hover {
	opacity: 0.7;
}
.site_box span {
    display: block;
    font-size: 0.5em;
}

@media screen and (max-width: 1024px) {
.site_box img {
    width: 60%;
}
.site_box ul li a {
    padding: 2.7em 0 2.5em;
}
}

@media screen and (max-width: 799px) {
.site_box ul li {
    width: 100%;
}
.site_box img {
    width: 60%;
}
.site_box ul li a {
    padding: 2.2em 0 2em;
}
}

