/* ----------------------------------------------
共通
------------------------------------------------- */
body {
  font-family: "Yu Gothic", Verdana, "meirio", sans-serif;
  color: #444;
  overflow-x: hidden;
}
main {
  background-image: url('../img/back.png');
  background-repeat: repeat;
  background-size: cover;
}
.title h1  {
  color: #fff;
  font-size: 26px;
  font-family: "Yu Gothic", Verdana, "meirio", sans-serif;
}
.layout {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #f47baf;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
/* ----------------------------------------------
header
------------------------------------------------- */
header {
  text-align: center;
  background: #fff;
}
header > a img {
  width: 400px;
  transition: all 0.3s ease;
}
header > a:hover img {
  opacity: 0.8;
}
.hamburger-menu {
  display: none;
}
header nav {
  background: #f47baf;
  width: 100%;
  border-bottom: 5px solid #ddd;
}
header .menu ul {
  display: flex;
}
nav ul {
  width: 1000px;
  margin: 0 auto;
  letter-spacing:-.4em;
  font-size: 0;
}
nav li {
  display: inline-flex;
  font-size: 15px;
}
nav a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  width: 141px;
  height: 63px;
  line-height: 63px;
  background: #f47baf;
  text-align: center;
  transition: all 0.8s ease;
  border-left: 1px solid #FFF;
  background: transparent;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
}
nav a::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  background: #ff3399;
  border-radius: 0 100% 100% 0;
  transform: translateX(-100%);
  transition: transform ease .8s;
}
nav a:hover::before {
  transform: translateX(10%);
}
.last {
  border-right: 1px solid #fff;
}
.now {
  background: #ff3399;
}
/* ----------------------------------------------
mainimage
------------------------------------------------- */
.mainimage .layout {
  position: relative;
}
.mainimage img {
  width:100%;
  max-height: 400px;
  object-fit: cover;
  object-position: 50% 85%;
}
.mainimage p {
  position: absolute;
  top: -350px;
  left: 1%;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  text-shadow:0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF;
}
/*----------------------------------
aisatsu
-----------------------------------*/
.aisatsu {
  text-align: center;
  position: relative;
  padding: 0px 0 50px;
}
.aisatsu > img {
  width: 90%;
}
.aisatsu p {
  text-align: left;
  font-family: "Yu Gothic";
  padding-top: 40px;
  position: absolute;
  font-size: 15px;
  top: 120px;
  left: 200px;
  line-height: 2em;
}
.aisatsu .title img {
  position: absolute;
  top: 60px;
  left: 360px;
}
.aisatsu .title h1 {
  position: absolute;
  top: 80px;
  left: 450px;
  font-size: 26px;
}
.aisatsu .title .oyako {
  position: absolute;
  top: 200px;
  left: 620px;
}
/*----------------------------------
shindan
-----------------------------------*/
.shindan  {
  position: relative;
  padding: 0 0 20px 0;
  zoom: 0.97;
}
.shindan .title h1 {
  position: absolute;
  top: 20px;
  left: 426px;
  z-index: 40;
}
.shindan .title img {
  position: absolute;
  top: 0px;
  left: 360px;
  z-index: 30;
}
main .shindan img {
  position: relative;
  z-index: 20;
  transition : all 0.5s ease;
}
main .shindan ul img {
  width: 283px;
}
main .shindan ul img:hover {
  transform:scale(1.1,1.1);
}
main .layout .shindan {
  margin: 0 auto;
  zoom: 0.9;
}
main .shindan ul {
  list-style:none;
  padding: 90px 0 0 0;
}
main .shindan a {
  font-weight: bold;
  font-size: 160%;
}
main .shindan ul div {
  position: relative;
  display: flex;
  width:800px;
  margin: 10px auto 100px;
}
.shindan .shindansaretara li p {
  position: absolute;
  z-index: 30;
  top:78px;
  left: 138px;
  text-align: center;
  color: #fff;
}
.shindan .nyuuin li p {
  position: absolute;
  z-index: 30;
  top: 88px;
  left: 78px;
  text-align: center;
  color: #fff;
}
.shindan .toubyou li p {
  position: absolute;
  z-index: 30;
  top: 90px;
  left: 160px;
  text-align: center;
  color: #fff;
}
.shindan .taiin li p {
  position: absolute;
  z-index: 30;
  top: 90px;
  left: 80px;
  text-align: center;
  color: #fff;
}
.shindan .taiingo li p {
  position: absolute;
  z-index: 30;
  top: 90px;
  left: 144px;
  text-align: center;
  color: #fff;
}
.shindan .nyuuin {
  margin-bottom: 100px;
}
.shindan .toubyou {
  margin-top: -10px;
}
.shindan .setsumei {
  z-index: 10;
  color: #444;
  background: #fff;
  border: solid 1px #fdc0df;
  border-radius: 20px;
  width: 515px;
  min-height: 130px;
  position: absolute;
  top:70px;
  left: 200px;
  padding: 30px 20px 30px 100px;
  line-height: 1.5;
}
.shindan .box {
  z-index: 1;
  position: absolute;
  top: 230px;
  left: 260px;
  width: 40px;
  height: 1130px;
  margin-bottom: -100000px;
  background : linear-gradient(to bottom, #ffd1d7, #ec1c5a);
}
/*----------------------------------
oshirase(2024.02.19からNEWSに変更)
-----------------------------------*/
.oshirase {
  position: relative;
  padding: 110px 0 10px 0;
}
.oshirase a {
  transition: all 0.4s ease;
}
.oshirase a:hover {
  opacity: 0.7;
}
.oshirase .title h1 {
  position: absolute;
  top: 50px;
  left: 426px;
  font-size: 26px;
  z-index: 40;
}
.oshirase .title img {
  position: absolute;
  top: 32px;
  left: 360px;
  z-index: 30;
}
.oshirase ul {
  display: flex;
  justify-content: space-between;
  margin: 30px 100px;
}
.osirasebox {
  width: 170px;
  height: 170px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.osirasebox img {
  width: 170px;
  height: 170px;
  border: 1px solid #ddd;
  object-fit: cover;
}
.oshirase .date {
  color: #888;
  padding: 8px 0;
}
.oshirase .sentence {
  font-size: 15px;
  width: 170px;
}
.oshiraseitiran {
  text-align: center;
  margin: 40px auto;
}
.oshiraseitiran a {
  background-color: #fff;
  padding: 8px 8px;
  border: 1px solid #444;
}
.oshiraseitiran a:hover {
  background-color: #fc7188;
  padding: 8px 8px;
  color: #fff;
  border: 1px solid #ccc;
}
/*----------------------------------
sns
-----------------------------------*/
.sns  {
  position: relative;
  padding: 100px 0 0 0;
  text-align: center;
}
.sns .title h1 {
  position: absolute;
  top: 20px;
  left: 460px;
  z-index: 40;
}
.sns .title img {
  position: absolute;
  top: 0px;
  left: 360px;
  z-index: 30;
}
.sns p {
  padding: 0 0 24px 0;
}
.sns a:hover {
  opacity: 0.8;
}
/*----------------------------------
footer
-----------------------------------*/
.footer {
  width: 100%;
  text-align: center;
  background: #f47baf;
}
.footer a {
  transition: all 0.5s ease;
}
.footer a:hover {
  opacity: 0.6;
}
.footer img {
  margin: 10px auto;
  width: 50vw;
  min-width: 300px;
  max-width: 400px;
}