@charset "UTF-8";
/* CSS Document */
/*------------------------------
	Index
------------------------------*/
/*Common
---------------------*/
#index {
  background-image: url(../img/index/header_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#index section {
  margin: auto;
}
#index .container {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
.txt p {
  font-size: 1.1em;
}
.read p, .read li {
  line-height: 3;
}
.photoimg {
  width: 100%;
  height: auto;
  border-radius: 3vw;
}
.sub_ttl span {
  font-size: 0.7em;
  display: block;
}
@media (max-width:767.98px) {
  .txt p {
    font-size: 14px;
  }
}
@media (max-width:575.98px) {
  .txt p {
    font-size: 13px;
  }
  .txt p br {
    display: none;
  }
}
@media (max-width:400px) {
  .txt p {
    line-height: 1.4;
  }
}
/* main_img 
---------------------*/
#index #hed {
  position: relative;
  height: 1300px;
}
#mainRead {
  width: 100%;
  overflow: hidden;
}
#mainRead #maintxt {
  position: absolute;
  width: 60%;
  top: 70%;
  right: 5%;
  max-width: 850px;
}
#mainRead #green {
  position: absolute;
  width: 40%;
  top: 400px;
}
@media (max-width:1399.99px) {
  #mainRead #maintxt {
    top: 60%;
    right: 5%;
  }
}
@media (max-width:1199.99px) {
  #mainRead #maintxt {
    top: 50%;
  }
}
@media (max-width:991.99px) {
  #index #hed {
    height: 960px;
  }
  #mainRead #maintxt {
    top: 55%;
  }
  #mainRead #green {
    top: 300px;
  }
}
@media (max-width:767.99px) {
  #index {
    background-size: 110% auto;
  }
  #index #hed {
    height: 700px;
  }
  #mainRead #maintxt {
    top: 60%;
  }
  #mainRead #green {
    top: 280px;
  }
}
@media (max-width:575.98px) {
  #index {
    background-size: 130% auto;
  }
  #index #hed {
    height: 660px;
  }
  #mainRead #maintxt {
    top: 60%;
    width: 74%;
  }
  #mainRead #green {
    top: 200px;
  }
}
@media (max-width:450px) {
  #mainRead #maintxt {
    top: 60%;
  }
  #index #hed {
    height: 560px;
  }
}
/*#mainslide
---------------------*/
#mainSlide {
  position: absolute;
  width: 100%;
  top: 240px;
  overflow: hidden;
}
/*loopslide
---------------------*/
.loopSlide {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  width: 100vw;
  overflow: hidden;
}
.loopSlide ul {
  padding: 0;
  margin: 0;
  width: 100vw;
  display: flex;
  flex-shrink: 0;
}
.loopSlide ul:first-child {
  animation: slide1 90s -45s linear infinite;
}
.loopSlide ul:last-child {
  animation: slide2 90s linear infinite;
}
.loopSlide ul li {
  display: inline-block;
  width: 100%;
  list-style: none;
  text-align: center;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
.loopSlide ul li img {
  height: auto;
  width: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.loopSlide ul .img01 img {
  mask-image: url("../img/svg/sqwide01.svg");
}
.loopSlide ul .img02 img {
  mask-image: url("../img/svg/sqwide02.svg");
}
.loopSlide ul .img03 img {
  mask-image: url("../img/svg/sqwide03.svg");
}
@media (max-width:991.99px) {
  #mainSlide {
    top: 180px;
  }
}
@media (max-width:565.99px) {
  #mainSlide {
    top: 140px;
  }
  .loopSlide {
    width: 140vw;
  }
  .loopSlide ul {
    width: 140vw;
  }
}
@media (max-width:450px) {
  #mainSlide {
    top: 120px;
  }
  .loopSlide {
    width: 150vw;
  }
  .loopSlide ul {
    width: 150vw;
  }
}
/*#aboutEria
---------------------*/
#aboutEria {
  width: 100%;
  padding: 30em 0 0;
}
#aboutEria .container {
  position: relative;
  max-width: 1400px;
  width: 90%;
}
#aboutEria .ttl {
  text-align: right;
  width: 70%;
}
#aboutEria .ttl img {
  width: 80%;
  height: auto;
  max-width: 145px;
}
#aboutEria .txt {
  max-width: 630px;
}
#aboutEria .txt p {
  line-height: 2;
  font-size: 1.2em;
}
#aboutEria .linkbt {
  display: flex;
  width: 80%;
  max-width: 300px;
  margin: 4em auto 0;
}
@media (max-width:1599.99px) {
  #aboutEria {
    padding: 24em 0 0;
  }
}
@media (max-width:1499.99px) {
  #aboutEria {
    padding: 20em 0 0;
  }
}
@media (max-width:1399.99px) {
  #aboutEria {
    padding: 15em 0 0;
  }
}
@media (max-width:1299.99px) {
  #aboutEria {
    padding: 5em 0 0;
  }
}
@media (max-width:1199.99px) {
  #aboutEria {
    padding: 0em 0 0;
  }
  #aboutEria .ttl img {
    max-width: 140px;
  }
  #aboutEria .txt p {
    font-size: 1.1em;
  }
}
@media (max-width:991.99px) {
  #aboutEria .ttl {
    text-align: center;
    width: 100%;
  }
  #aboutEria .ttl img {
    max-width: 100px;
  }
  #aboutEria .txt p {
    font-size: 15px;
  }
}
@media (max-width:540px) {
  #aboutEria .txt p {
    font-size: 14px;
  }
  #aboutEria .ttl img {
    max-width: 70px;
  }
}
/*#menuEria
---------------------*/
#menuEria {
    text-align: center;   
}
#menuEria #menuhed {
  width: 100%;
  background-image: url(../img/index/menu_hedimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% top;
  position: relative;
  aspect-ratio: 4/3;
}
#menuEria #menuhed img {
  position: absolute;
  width: 50%;
  height: auto;
  max-width: 500px;
  top: 50%;
  right: 5%;
}
#menuEria .container-fluid {
    position: relative;
    padding: 0;
}
#menuEria .container-fluid #menuBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  clip-path: inset(0);
  z-index: -1;
}
#menuEria .container-fluid #menuBg img {
  width: 100%;
  height: auto;
  position: fixed;
  top: 100px;
  left: 0;
}

#menuEria #menucnt {
  position: relative;
  width: 100%;
  background-image: url("../img/index/menu_suka_1.png"), url("../img/index/menu_suka_2.png");
  background-repeat: no-repeat;
  background-size: 100% auto, 110% auto;
  background-position: 0% top, 0% bottom;
  padding: 0 3em 3em;
  margin: 0;
}
#menuEria #menucnt .row {
  width: 90%;
  margin: auto;
}
#menuEria #ttleria {
  position: sticky;
  top: 50px;
  height: 100%;
}
#menuEria #ttleria .ttl {
  padding: 2em 0 10em;
}
#menuEria #boxeria .row {
  width: 100%;
}
#menuEria #boxeria .ttl {
  font-size: 2.4em;
}
#menuEria #boxeria p {
  text-align: center;
  padding-bottom: 1em;
}
#menuEria #boxeria .tx {
  padding-top: 60px;
  font-size: 1.1em;
}
#menuEria .cont {
  padding-bottom: 5em;
}
#menuEria #boxeria .pt {
  position: relative;
  width: 100%;
  aspect-ratio: 4/4;
}
#menuEria #boxeria .pt img {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 500px;
}
#menuEria #boxeria .pt .p01 {
  mask-image: url("../img/svg/sq_01.svg");
}
#menuEria #boxeria .pt .p02 {
  mask-image: url("../img/svg/sq_02.svg");
}
#menuEria #boxeria .pt .p03 {
  mask-image: url("../img/svg/sq_03.svg");
}
#menuEria #boxeria .pt .p04 {
  mask-image: url("../img/svg/sq_04.svg");
}
#menuEria #sejyutsu .pt .p04 {
  left: 0;
  top: 0;
  width: 60%;
}
#menuEria #sejyutsu .pt .p03 {
  left: 10%;
  top: 50%;
  width: 40%;
}
#menuEria #sejyutsu .pt .p02 {
  right: 2%;
  top: 0;
  width: 50%;
}
#menuEria #sejyutsu .pt .p01 {
  right: 15%;
  top: 50%;
  width: 45%;
}
#menuEria #engei .pt .p04 {
  right: 5%;
  top: 0;
  width: 40%;
}
#menuEria #engei .pt .p03 {
  right: 0;
  top: 40%;
  width: 66%;
}
#menuEria #engei .pt .p02 {
  left: 5%;
  top: 0;
  width: 55%;
}
#menuEria #engei .pt .p01 {
  left: 0;
  top: 50%;
  width: 45%;
}
#menuEria #zouen .pt .p04 {
  left: 0;
  top: 0;
  width: 60%;
}
#menuEria #zouen .pt .p03 {
  left: 10%;
  top: 50%;
  width: 40%;
}
#menuEria #zouen .pt .p02 {
  right: 0;
  top: 0;
  width: 50%;
}
#menuEria #zouen .pt .p01 {
  right: 5%;
  top: 50%;
  width: 45%;
}
@media (max-width:991.98px) {
  #menuEria .container-fluid #menuBg img {
    width: 150%;
    top: 0px;
  }
  #menuEria #menucnt .row {
    width: 100%;
  }
  #menuEria .ttl {
    font-size: 1.8em;
  }
  #menuEria #boxeria .ttl {
    font-size: 1.7em;
  }
  #menuEria #boxeria p {
    font-size: 0.9em;
  }
}
@media (max-width:767.98px) {
  #menuEria #boxeria .tx {
    padding-top: 0px;
  }
  #menuEria #boxeria .ttl {
    font-size: 2em;
  }
}
@media (max-width:575.98px) {
  #menuEria .container-fluid #menuBg img {
    width: 300%;
    top: 0px;
  }
  #menuEria #ttleria {
    position: inherit;
    top: 0px;
    height: auto;
  }
  #menuEria #ttleria .ttl {
    padding: 0;
  }
  #menuEria #boxeria .ttl {
    font-size: 20px;
  }
  #menuEria #boxeria p {
    font-size: 13px;
  }
}
/*#calendarEria
---------------------*/
#calendarEria {
  width: 100%;
  text-align: center;
  background-image: url(../img/index/carender_bg01.jpg), url(../img/index/carender_bg02.jpg);
  background-repeat: no-repeat;
  background-position: left 40%, right 40%;
  background-size: 30% auto;
  margin-top: -5px;
  background-color: rgba(249, 245, 232, 1.00);
}
#calendarEria .container {
  width: 98%;
}
#calendarbox {
  width: 60%;
  max-width: 900px;
  margin: 2em auto;
  padding: 2em 1em;
  background-color: rgba(255, 255, 255, 1.00);
  border-radius: 30px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.10);
}
#calendarEria h3.subttl {
  font-size: 1.3em;
  padding: 1em;
}
#calendarEria .linkbt {
  display: flex;
  width: 80%;
  max-width: 300px;
  margin: 4em auto;
}
@media (max-width:767.98px) {
  #calendarEria {
    background: none;
  }
  #calendarbox {
    width: 90%;
    margin: 2em auto;
    padding: 2em 1em;
    border-radius: 20px;
  }
}
@media (max-width:575.98px) {
  #calendarbox {
    width: 100%;
  }
  #calendarEria h3.subttl {
    font-size: 16px;
  }
  #calendarEria p {
    font-size: 13px;
  }
  #calendarEria .linkbt {
    margin: 2em auto;
  }
}
@media (max-width:400px) {
  #calendarEria h3.subttl {
    font-size: 14px;
  }
}

/* 実装時追記 */
.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
    padding: 8px !important;
    background: #fff !important;
    border-bottom: 1px solid #cccccc;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container select {
	width: 100%;
    border: none !important;
    font-size: 4.103vw;
    font-weight: bold;
    color: #000000;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar {
	width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    position: relative;
    margin: 0 auto !important;
    float: none;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.wpsbc-calendar .wpsbc-date-inner {
    width: 100% !important;
    padding: 0 !important;
    height: 42px !important;
    line-height: 42px !important;
    font-size: 12px !important;
    text-align: center;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td {
    padding: 5px !important;
}

.wpsbc-legend {
    border: none;
}

.wpsbc-legend .wpsbc-legend-item {
	display: block;
}


@media screen and (min-width : 768px) {

}

@media screen and (min-width : 1024px) {

.wpsbc-container {
	width: 90% !important;
    max-width: 1036px !important;
    padding: 0 !important;
    position: relative;
    margin: 0 auto !important;
    float: none;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
    padding: 8px !important;
    background: #fff !important;
    border-bottom: 1px solid #cccccc;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container select {
	width: 100%;
    border: none !important;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar {
	width: 100% !important;
    max-width: 1036px !important;
    height: auto !important;
    padding: 0 !important;
    position: relative;
    margin: 0 auto !important;
    float: none;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.wpsbc-calendar .wpsbc-date-inner {
    width: 100% !important;
    padding: 0 !important;
    height: 42px !important;
    line-height: 42px !important;
    font-size: 12px !important;
    text-align: center;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td {
    padding: 5px !important;
}

.wpsbc-legend {
    border: none;
}

.wpsbc-legend .wpsbc-legend-item {
	display: block;
}


}

/*profileEria
---------------------*/
#profileEria {
  width: 100%;
  text-align: center;
}
#profileEria .container {
  max-width: 1200px;
}
#profileEria .wrap {
  width: 100%;
  margin: auto;
  position: relative;
  aspect-ratio: 4/3;
}
#profileEria #ttlebox {
  position: absolute;
  right: 10%;
  top: 40%;
}
#profileEria #fuki01 {
  position: absolute;
  left: 16%;
  top: 12%;
  width: 24%;
}
#profileEria #fuki01 img {
  width: 100%;
  height: auto;
  max-width: 175px;
}
#profileEria #fuki02 {
  position: absolute;
  right: 20%;
  top: 10%;
  width: 24%;
}
#profileEria #fuki02 img {
  width: 100%;
  height: auto;
  max-width: 220px;
}
#profileEria #makun {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 26%;
}
#profileEria #makun img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
#profileEria .fadeslide, .nonslide {
  max-width: 1200px;
  mask-size: 100%, 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url("../img/svg/profile_waku.svg");
  width: 100%;
  margin: auto;
  aspect-ratio: 4/3;
  position: absolute;
  overflow: hidden;
}
.fadeslide img, .nonslide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  height: auto;
}
@media (max-width:575.98px) {
  #profileEria .container {
    padding-top: 100px;
    margin-top: 100px;
  }
  #profileEria #ttlebox {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0%;
    padding-bottom: 8em;
  }
  #profileEria .fadeslide, .nonslide {
    mask-image: none;
  }
  .fadeslide img, .nonslide img {
    width: 110%;
  }
  #profileEria #fuki01 {
    top: 6%;
  }
  #profileEria #fuki02 {
    position: absolute;
    top: 10%;
  }
}
/*slide*/
.fadeslide img {
  opacity: 0;
  animation: slideAnime 18s ease infinite;
}
.fadeslide img:nth-of-type(1) {
  animation-delay: 0s
}
.fadeslide img:nth-of-type(2) {
  animation-delay: 6s
}
.fadeslide img:nth-of-type(3) {
  animation-delay: 12s
}
@keyframes slideAnime {
  0% {
    opacity: 0
  }
  20% {
    opacity: 1
  }
  80% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
/*#newsEria
---------------------*/
#newsEria {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
#newsEria .container {
  width: 90%;
  max-width: 1200px;
  background-image: url(../img/index/image_01.png), url(../img/index/image_02.png);
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: 20% auto;
}
#newsEria .txt {
  margin: 4em auto;
}
#newsEria .linkbt {
  display: flex;
  width: 80%;
  max-width: 500px;
  margin: 4em auto;
}
@media (max-width:575.98px) {
  #newsEria {
    padding-bottom: 0px;
  }
  #newsEria .container {
    padding-top: 3em;
    background-position: left top, right top;
    background-size: 30% auto;
  }
  #newsEria .txt {
    margin: 4em auto 0em;
  }
  #newsEria .linkbt {
    width: 100%;
  }
}
/*------------------------------
Access
------------------------------*/
#accessEria {
  padding-top: 100px;
  text-align: center;
}
#accessEria .container {
  max-width: 1400px;
  width: 90%;
}
#mapEria {
  width: 100%;
  margin: auto;
  padding: 1em;
}
#mapEria iframe {
  width: 100%;
  height: 400px;
  box-shadow: 10px 10px 20px rgba(85, 85, 85, 0.20);
}
#accessEria img {
  width: 100%;
  height: auto;
  max-width: 550px;
  margin: 10px auto;
}
@media (max-width:991.98px) {
  #accessEria .txt {
    padding: 1em 0em
  }
  #mapEria iframe {
    width: 100%;
    height: 300px;
  }
}
@media (max-width:575.98px) {
  #accessEria {
    padding-top: 0;
  }
  #accessEria .container {
    width: 90%;
  }
  #accessEria img {
    width: 90%;
  }
}
