@charset "UTF-8";
/*////////////////////////
weenamkee.jp
home.css
///////////////////////*/


/*////////////////////////
メインビジュアル
///////////////////////*/

.top_section{
  position: relative;
  background-image: url(../images/top_img.jpg);
  background-size: cover;
  width: 90%;
  margin: auto;
  height: 90vh;
  border-radius: 1rem;
}
.top_section .img{
  width: 60%;
  bottom: -15rem;
  right: -2rem;
  position: absolute;
}
.top_section_txt{
  display: none;
}

/*////////////////////////
about
///////////////////////*/
.about_section{
  margin: 18rem 0 0;
}
.about_section p,.menu_section p,.party_section p,.atmos_section p{
  width: 85%;
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 2rem auto;
  text-align: justify;
}

/*////////////////////////
news
///////////////////////*/
.news_section .newsList {
  display: block;
  width: auto;
  padding: 0 2rem;
}

.news_section .newsList li {
  display: flex;
  width: 100%;
  margin: 3rem 0;
  align-items: center;
}

.news_section .newsList li a {
    display: contents;
}

.news_section .newsList li .newsPh {
  margin-bottom: 0;
  width: 40%;
  margin-right: 1.5rem;
}

.news_section .newsList li .data {
  width: 55%;
  color: #CA2C1F;
}

.news_section .newsList li .newsPh img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.news_section .newsList li .data .date {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

.news_section .newsList li .data .ttl {
  font-size: 1.2rem;
  line-height: 1.55em;
  color: #000000;
}



/*////////////////////////
menu
///////////////////////*/
.menu_section .img{
  margin-bottom: 2rem;
}

/* ==== メニューボタン横スクロール ==== */
.swiper {
  width: 100%;
  height: auto;
}

.menu_section .swiper-slide {
  position: relative;
  text-align: center;
  margin: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  box-sizing: border-box;
}
.menu_section .swiper-slide a{
  transition: 0.3s;
}
.menu_section .swiper-slide a:hover{
  transition: 0.3s;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  object-fit: cover;
  border-radius: 50%;
  filter: brightness(0.7);
}

.menu_section .swiper-slide p{
  width: 100%;
  margin: auto;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2.8rem;
  text-align: center;
}

.menu_section .swiper-slide p span{
  font-size: 1.2rem;
  font-weight: 700;
}

.swiper .swiper-button-next,.swiper .swiper-button-prev{
  color: #CA2C1F;
  background-color: #fff;
  border: #CA2C1F 1px solid;
  border-radius: 50%;
  padding: .5rem;
  width: 30px;
  height: 30px;
}

/*////////////////////////
party
///////////////////////*/
.party_section{
  position: relative;
}
.party_section .img{
  width: 28%;
  position: absolute;
  top: 17rem;
  left: -1rem;
}
.party_section .main_img{
  margin-bottom: 2rem;
}
.party_section .party_cont{
  width: 100%;
  position: relative;
  margin: 2rem auto;
  height: auto;
}
.party_section .party_img{
  width: 65%;
  position: relative;
  margin: auto;
}
.party_section .party_cont img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  object-fit: cover;
  border-radius: 50%;
  filter: brightness(0.7);
}
.party_section .party_cont .party_ttl {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2.8rem;
  text-align: center;
}
.party_section .party_cont p span {
    font-size: 1.2rem;
    font-weight: 700;
}
.party_section .party_cont .party_txt {
  font-size: 1.4rem;
  width: 80%;
  margin: 2rem auto 0;
  line-height: 2.2rem;
}
.party_section .party_cont a{
  transition: 0.3s;
  color: #000000;
}
.party_section .party_cont a:hover{
  transition: 0.3s;
}

/*////////////////////////
atmosphere
///////////////////////*/
.atmos_section .img{
  margin-bottom: 2rem;
}


@media (max-width: 768px) {


.top_section_txt{
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 5rem;
  letter-spacing: 2.5px;
  z-index: 2;
}
.top_section_txt span{
  background-color: #ffffff;
  padding: .8rem 0;
}
.top_section_txt span.txt02{
  margin-top: 5rem;
}
.top_section_txt span.txt03{
  margin-top: 3rem;
}
  .party_section .party_img {
    width: 80%;
}
}