@charset "UTF-8";
/***************　mixin　  ***************/ /***************　index　  ***************/

body{
  width: 100%;
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  body{min-width: auto;}
}
.haeading-area{
  text-align: center;
}
.haeading-area > h2{
  font-size: 25px;
  margin-bottom: 15px;
}
.haeading-area > img{
  margin-bottom: 15px;
}
.haeading-area > p{
  margin-bottom: 20px;
}

main#index{
  margin-top: 104px;
}
@media screen and (max-width: 768px) {
  main#index{
    margin-top: 4vh;
  }
}

#top-area{
  /*background-image: url(../images/top_spring.png);*/
  /*background-image: url(../images/top_summer.png);*/
  /*background-image: url(../images/top_autumn.png);*/
  background-image: url(../images/top_winter.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 350px;
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
@media screen and (max-width: 768px) {
  #top-area{
    /*background-image: url(../images/top_spring_sp.png);*/
    /*background-image: url(../images/top_summer_sp.png);*/
    /*background-image: url(../images/top_autumn_sp.png);*/
    background-image: url(../images/top_winter_sp.png);
    background-size: 100% 55vw;
  }
}

#main-view{
  width: 100%;
  height: 285px;
}
@media screen and (max-width: 768px) {
  #main-view{
    height: 54vw;
  }
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@keyframes fadeDownAnime{
  from{
  opacity: 0;
  transform: translateY(-100px);
  }

  to{
  opacity: 1;
  transform: translateY(0);
  }
}
@-webkit-keyframes fadeDownAnime{
  from{
  opacity: 0;
  transform: translateY(-100px);
  }

  to{
  opacity: 1;
  transform: translateY(0);
  }
}
@keyframes fadeRightAnime{
  from{
  opacity: 0;
  transform: translateX(100px);
  }

  to{
  opacity: 1;
  transform: translateX(0);
  }
}
@keyframes fadeLeftAnime{
  from{
  opacity: 0;
  transform: translateX(-100px);
  }

  to{
  opacity: 1;
  transform: translateX(0);
  }
}

#main-view > div{
  width: 990px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #main-view > div{
    width: 100%;
  }
}

#main-view-text01{
  opacity: 0;
  animation: fadeDownAnime 1.5s ease 0s 1 normal forwards;
}
#main-view-text01-sp{
  opacity: 0;
  animation: fadeDownAnime 1.5s ease 0s 1 normal forwards;
  display: none;
}
@media screen and (max-width: 768px) {
  #main-view-text01{
    display: none;
  }
  #main-view-text01-sp{
    display: block;
  }
}

h1{
  display: inline-block;
  text-align: left;
  margin-top: 40px;
  width: 100%;
}
h1 text{
  font-weight       : bold;
  font-size         : 30px;
  stroke            : #e8cb52;
  fill              : #ffffff;
  letter-spacing    : 4px;
  text-anchor       : middle;
  dominant-baseline : alphabetic;
}
@media screen and (max-width: 768px) {
  h1{margin-top: 30px;}
  h1 text{
    font-size: 5vw;
  }
}
h1 > svg > use:nth-of-type(1) {
  stroke-width      : 9px;
  paint-order       : stroke;
  stroke-linejoin   : round ;
}
h1 > svg > use:nth-of-type(2) {
  stroke-width : 0;
}

#main-view-text02{
  display: flex;
  margin: 40px auto!important;
}
@media screen and (max-width: 768px) {
  #main-view-text02{
    display:block;
    margin: 10px auto 20px!important;
  }
}
#main-view-text02 > p{
  color:#2a2a2a;
  font-weight: bold;
  font-size: 47px;
}
#main-view-text02 > p:first-of-type{
  margin: auto 1rem auto 2.5rem;
  animation: fadeLeftAnime 1.5s ease 1s 1 normal forwards;
  opacity: 0;
}
#main-view-text02 > p:last-of-type{
  animation: fadeRightAnime 1.5s ease 1.5s 1 normal forwards;
  opacity: 0;
}
#main-view-text02 > p > span{
  color: #ff5a30;
  font-size: 65px;
}
@media screen and (max-width: 768px) {
  #main-view-text02 > p{
    margin-left: 5vw;
    font-size: 5vw;
  }
  #main-view-text02 > p:first-of-type{
    margin-left: 6vw;
  }
  #main-view-text02 > p:last-of-type{
    margin: auto 5vw auto 5vw;
    text-align: right;
  }
  #main-view-text02 > p > span{
    font-size: 9vw;
  }
}

#search{
  width: 1100px;
  margin: 0 auto 80px;
  animation: fadeIn .5s ease 0s 1 normal;
  -webkit-animation: fadeIn .5s ease 0s 1 normal;
}
#search > .tab > li{
  width: 50%;
  text-align: center;
  background: #dcdcdc;
  border-radius: 0 15px 0 0;
}
#search > .tab > li:first-of-type{
  border-radius: 15px 0 0 0;
}
#search > .tab > li.active{
  background: #00a5cf;
}
@media screen and (max-width: 768px) {
  #search{
    width: 100%;
  }
}

/*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
}
.tab li a{
  font-size: 25px;
	display: block;
	background:#dcdcdc;
	/*margin:0 2px;*/
	padding:15px 20px 10px;
  border-radius: 0 15px 0 0;
}
#search > .tab > li:first-of-type a{
  border-radius: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
  .tab li a{
    font-size: 16px;
  }
}

.tab li.active a{
  color: #fff;
	background:#00a5cf;
}

/*エリアの表示非表示と形状*/
.area {
	display: none;
	opacity: 0;
	background: #fff;
	padding:40px 20px;
  border: solid 7px #00a5cf;
  width: 1100px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .area{
    width: 100%;
  }
}

.area.is-active {
    display: block;
    opacity: 1;
    /*
    animation-name: displayAnime;
    animation-duration: .8s;
    animation-fill-mode: forwards;*/
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.slide-items {
  width: 990px;
  height: 100%;
  margin: auto;
  margin-bottom: 50px!important;
}
.slide-items{
  text-align: center;
}

.slide-items img {
  width: 260px;
  object-fit: cover;
  margin: auto;
}
.slide-items p{
  width: 260px;
  margin: 20px auto 0;
}
.slide-items li > p{
  text-align: left;
  font-size: 0.9rem;
}
.slide-items a:hover p{
  text-decoration: underline;
}
.slick-dots{
  bottom: -35px!important;
}
.slick-dots li{
  margin: 0;
}
.slick-dots li button:before{
  font-size: 9px;
}
.slide-arrow{
  width: 50px!important;
  z-index: 2;
  position: absolute;
  top: 35%;
  cursor: pointer;
}
.next-arrow{ right:0.5rem!important; }
.prev-arrow{ left:0.5rem!important; }
.slide-patternB > .slide-arrow{
  top: 22%;
}
@media screen and (max-width: 768px) {
  .slide-items {
    width: 100%;
  }
}

#search .anchor-type1,#search .anchor-type2{
  color: #00a5cf;
  background-color: #fff;
  text-align: center;
  display: block;
  font-size: 22px;
  width: 25rem;
  border: 3px solid #00a5cf;
  border-radius: 10px;
  margin: 0 auto 20px;
  padding: 5px 0;
  transition: .4s;
  -webkit-transition: .4s;
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
#search .anchor-type1:hover{
  color: #fff;
  background-color: #00a5cf;
}
#search .anchor-type2{
  color: #fff;
  background-color: #ff5a30;
  width: 50rem;
  border: 3px solid #ff5a30;
}
#search .anchor-type2:hover{
  background-color: #d33e19;
  border: 3px solid #d33e19;
}
@media screen and (max-width: 768px) {
  #search .anchor-type1{
    width: 85vw;
  }
}

#tab-search{
  width: 920px;
  background-color: #fdf8f3;
  margin: 0 auto 30px;
  padding: 30px 0;
}
#tab-search > h3{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
}
#tab-search > ul{
  display: flex;
  flex-wrap : wrap;
}
#tab-search > ul > li{
  display: block;
  background-color: #fff;
  border: 2px solid #f1d3b7;
  border-radius: 5px;
  width: 23%;
  margin: 5px 1%;
}
#tab-search > ul > li:hover{
  background-color: #f1d3b7;
}
#tab-search > ul > li > a{
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
#tab-search > ul > li > a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #tab-search{
    width: 100%;
  }
  #tab-search > ul > li{
    width: 48%;
  }
}

#tab-button{
  display: flex;
  margin: auto;
  width: 70%;
}
#tab-button > a {
  display: block;
  color:#fff;
  font-size: 22px;
  width: 22rem;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  -webkit-transition: .4s;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
#tab-button > a:first-of-type{
  background-color: #00a5cf;
  margin-right: 2.5rem;
}
#tab-button > a:first-of-type:hover{
  background-color: #017491;
}
#tab-button > a:last-of-type{
  background-color: #00c1cf;
}
#tab-button > a:last-of-type:hover{
  background-color: #00848d;
}
@media screen and (max-width: 768px) {
  #tab-button{
    display: block;
    width: 100%;
  }
  #tab-button > a{
    width: 100%;
  }
  #tab-button > a:first-of-type{
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

#season-movie,#etc-movie{
  margin-bottom: 120px;
}