@charset "Shift_JIS";

body{
  box-sizing: border-box;
  width: 100%;
  color: #383329;
}

img{
  max-width: 100%;
  height: auto;
}

small, sub, sup{
  font-size: .8em;
}

.pc{
  display: none;
}

.sp{
  display: block;
}

a{
  text-decoration: none;
  transition: .6s;
}


.flex-rvs{
  flex-direction: row-reverse;
}

/*top*/
#teaparty{
  max-width: 1020px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  background: url(/img/interior/ateaparty/bg.jpg) repeat-y 0;
  background-size: contain;
}
#teaparty .main_img{
  line-height: 0;
}

#teaparty .teaparty_mv .main_txt{
  color: #8f7253;
}
#teaparty .teaparty_mv p{
  padding: 1em 1em 2em;
  font-size: 3.8vw;
  line-height: 1.6em;
  text-align: center;
  background: url(/img/interior/ateaparty/main_txt.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
}
#teaparty .cntarea{
  padding: 1em 1.2em 0;
}
#teaparty .bw_itm{
  margin: 0 auto;
  text-align: center;
}
#teaparty .cntarea .bw_itmrb{
  width: 30%;
  padding: 0 0 1.2em;
}
#teaparty .cntbox{
  margin: 0 0 1em;
  padding: 2em .5em;
  font-size: 3.6vw;
  line-height: 1.6em;
  background: rgb(255,253,241,.6);
}
#teaparty .cntbox .cntA .imgit{
  margin: .5em 0;
}
#teaparty .cntbox .cntA .subttl1{
  width: 50%;
}
#teaparty .cntbox .cntA .sub_ttl{
  margin: 10% 0 2%;
}
#teaparty .cntbox .cntA .txt_line{
  position: relative;
  width: 86%;
  margin: 0 auto;
  padding: 1em 0 1em .3em;
}
#teaparty .cntbox .cntA .txt_line::before, #teaparty .cntbox .cntA .txt_line::after, #teaparty .cntbox .txt_sline::before, #teaparty .cntbox .txt_sline::after{
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 10%;
}
#teaparty .cntbox .cntA .txt_line::before{
  top: 0;
  background: url(/img/interior/ateaparty/line01.png) no-repeat 50% 50%;
  background-size: contain;
}
#teaparty .cntbox .cntA .txt_line::after{
  bottom: 0;
  background: url(/img/interior/ateaparty/line02.png) no-repeat 50% 50%;
  background-size: contain;
}
#teaparty .cntbox .cntA .cntA_tap{
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 30%;
}
#teaparty .cntbox .cntA .cntA_tap01{
  margin-bottom: 44%;
}
#teaparty .cntbox .cntA ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
#teaparty .cntbox .cntA ul li{
  justify-content: center;
}
#teaparty .cntbox .cntA .cntA_info{
  position: absolute;
  top: 50%;
}
#teaparty .cntbox .cntA .cntA_info02{
  top: 82%;
}
#teaparty .cntbox .cntA_info li{
  width: 55%;
  padding: 0 .2em 0;
}
#teaparty .cntbox .cntA_info li:nth-child(2){
  width: 40%;
  margin: 30% 5% 0 0;
  font-size: 3.2vw;
  line-height: 1.4em;
}
#teaparty .cntbox .cntA_info02 li:nth-child(2){
  width: 50%;
  margin: 8% 0 0 5%;
}
#teaparty .cntbox .cntA .txt_sline{
  position: relative;
  width: 100%;
  margin: .5em 0 1em;
  padding: 1em 0 1em .3em;
}
#teaparty .cntbox .txt_sline::before{
  top: 0;
  background: url(/img/interior/ateaparty/short_line01.png) no-repeat 50% 50%;
  background-size: contain;
}
#teaparty .cntbox .txt_sline::after{
  bottom: 0;
  background: url(/img/interior/ateaparty/short_line02.png) no-repeat 50% 50%;
  background-size: contain;
}
#teaparty .cntbox .cntA .tw_itm{
  justify-content: space-around;
  margin: 1em 0 .5em;
}
#teaparty .cntbox .tw_itm li{
  display: flex;
  flex-wrap: wrap;
  width: calc(100%/3);
  padding: 0;
}
#teaparty .cntbox .tw_itm02 li{
  width: 48%;
}
#teaparty .cntbox .cntA .tw_itm03{
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
}
#teaparty .cntbox .tw_itm03 li:nth-child(1){
  width: 50%;
}
#teaparty .cntbox .tw_itm03 li:nth-child(2){
  width: 35%;
  margin-bottom: 0;
}
#teaparty .cntbox .pdbtn img{
  width: 100%;
  margin: 1em auto;
  transition: .6s;
}

#teaparty .other_area .other_ttl{
  width: 90%;
  margin: 3em auto 0;
}

#teaparty .other_area .other_pd ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}

#teaparty .other_area .other_pd li{
  width: 46%;
  margin: 0 0 3%;
  padding: 0 5px;
}

#teaparty .other_area .other_pd li a{
  text-decoration: underline;

  text-decoration-color: #d27c8e;
}

#teaparty .other_area .other_pd li a img{
  display: block;
  margin: 0 0 .5em;
  border-radius: 5px;
  border: solid 1px #ffffff;
  box-shadow: 0 0 2px 1px #efc0c9;
  transition: .4s;
}

#teaparty .other_area .other_pd .pd_txt{
  position: relative;
  height: 3em;
  margin: .7em 0 1em;
  padding: 1.5em;
  font-size: 2.5vw;
  line-height: 1.4em;
  text-align: center;
  color: #d27c8e;
  border-radius: 5px;
  border: #f4e4df 3px solid;
  background: #ffffff;
  box-shadow: 0 0 0 1px #d8909e;
  transition: .6s;
}
#teaparty .other_area .other_pd .pd_txt span{
  position: absolute;
  bottom: .5em;
  display: block;
  width: 90%;
  margin: 0;
  padding: 2.5em 0 0;
  font-weight: 400;
  text-align: center;
  color: #383329;
  background-size: auto;
}

#teaparty .cntbox .cntA span{
  position: relative;
  bottom: 6em;
  left: 19em;
}
#teaparty .cntbox .cntA span img{
  width: 20%;
}
/* Popup image *

/* The Modal*/
#myImg{
  cursor: pointer;
}
.modal{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: auto;
  background-color: rgba(240,182,187,.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content{
  display: block;
  max-width: 700px;
  width: 80%;
  margin: auto;
}

/* Caption of Modal Image */
#caption{
  display: block;
  max-width: 700px;
  width: 80%;
  margin: auto;
  padding: 0;
  text-align: center;
  color: #401f0f;
}

/* Add Animation */
.modal-content, #caption{
          animation-name: zoom;
          animation-duration: .6s;

  -webkit-animation-name: zoom;
  -webkit-animation-duration: .6s;
}

@-webkit-keyframes zoom{
  from{
    -webkit-transform: scale(0);
  }
  to{
    -webkit-transform: scale(1);
  }
}

@keyframes zoom{
  from{
    transform: scale(0);
  }
  to{
    transform: scale(1);
  }
}

/* The Close Button */
.close{
  position: absolute;
  right: 1em;
  font-size: 17px;
  font-weight: bold;
  font-style: inherit;
  color: #fcf7e7;
  transition: .3s;
}

.close:hover, .close:focus{
  text-decoration: none;
  color: #bbbbbb;
  cursor: pointer;
}
.modal-content{
  width: 92%;
  padding: 2em 0 0;
}

@media screen and (min-width: 480px){
  #teaparty .teaparty_mv p{
    padding: 1em;
    font-size: 1rem;
    line-height: 1.8em;
    text-align: center;
  }

  #teaparty .cntbox .cntA .txt{
    font-size: 1rem;
    line-height: 1.6em;
  }

  #teaparty .cntbox .cntB ul li:nth-child(2){
    width: 45%;
    font-size: 1rem;
    line-height: 1.6em;
  }

  #teaparty .other_area .other_pd li{
    width: 46%;
    margin: 0 auto;
    padding: 0;
  }

  #teaparty .other_area .other_pd .pd_txt{
    height: 24em;
    font-size: 1rem;
    line-height: 1.6em;
  }
}

@media screen and (min-width: 550px){
  #teaparty .other_area .other_pd .pd_txt{
    height: 24em;
    font-size: 1rem;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 768px){
  .pc{
    display: block;
  }
  .sp{
    display: none;
  }
  #teaparty .cntbox{
    padding: 1em 0;
    font-size: 1.2rem;
    text-align: center;
  }
  #teaparty .cntarea{
    padding: 1em 2em 0;
  }
  #teaparty .teaparty_mv p{
    padding: 1em 0 3em;
    font-size: 1.2rem;
  }
  #teaparty .cntbox .pdbtn{
    margin: 1em auto 2em;
  }
  #teaparty .cntbox .cntA .cntA_tap{
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 22%;
  }
  #teaparty .cntbox .cntA .cntA_tap01{
    margin-bottom: 26%;
  }
  #teaparty .cntbox .cntA_info li:nth-child(2){
    width: 54%;
    margin: 30% 0 0 0;
    font-size: 1.2rem;
    line-height: 1.4em;
  }
  #teaparty .cntbox .txt_sline::before, #teaparty .cntbox .txt_sline::after{
    background-size: 100%;
  }
  #teaparty .cntbox .cntA ul li{
    width: 60%;
  }
  #teaparty .cntbox .cntA_tap01 ul li{
    width: 43%;
  }
  #teaparty .cntbox .cntA_info li:nth-child(2){
    width: 40%;
    margin: 26% 0 0 0;
  }
  #teaparty .cntbox .cntA_tap01 li:nth-child(2){
    width: 37%;
    margin: 3% 2% 0 0;
    text-align: left;
  }
  #teaparty .cntbox .cntA .sub_ttl{
    margin: 5% 0 2%;
  }
  #teaparty .cntbox .cntA .sub_ttl01{
    margin: 8% 0 2%;
  }
  #teaparty .cntbox .cntA .tw_itm{
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: .5em;
  }
  #teaparty .cntbox .tw_itm04 li a{
    opacity: .8;
  }
  #teaparty .cntbox .cntA .tw_itm04 li a:hover{
    opacity: 1;
    transform: scale(1.02);
  }
  #teaparty .cntbox .pdbtn img{
    width: 50%;
  }
  #teaparty .cntbox .cntA .txt_line::before, #teaparty .cntbox .cntA .txt_line::after{
    background-size: 100%;
  }
  #teaparty .cntbox .cntA .txt_line{
    max-width: 600px;
  }

  #teaparty .other_area .other_pd ul{
    width: 90%;
    margin: 0 auto 3%;
  }
  #teaparty .other_area .other_pd li{
    width: 30%;
    margin: 0 auto;
    padding: 0 1% 0 .5%;
  }
  #teaparty .other_area .other_pd .pd_txt{
    opacity: .8;
    height: 3em;
    margin: .5em 0 1em;
    padding: 1.5em;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #teaparty .other_area .other_pd .pd_txt span{
    display: block;
    margin: 1em 0 0;
    text-align: center;
  }
  #teaparty .other_area .other_pd li{
    display: block;
    width: 32%;
    margin: 0 auto;
    padding: 0;
  }
  #teaparty .cntbox .tw_itm03 li:nth-child(1){
    width: 54%;
  }
  #teaparty .cntbox .tw_itm03 li:nth-child(2){
    width: 45%;
  }
  #teaparty .cntbox .tw_itm03 li img{
    transition: .6s;
  }
  #teaparty .cntbox .tw_itm03 li a:hover img{
    transform: scale(1.02);
  }
  #teaparty .other_area .other_pd li a:hover img{
    box-shadow: 0 0 2px 1px #eb9fae ;
  }
  #teaparty .other_area .other_pd li a:hover .pd_txt{
    opacity: 1;
    box-shadow: 0 0 2px 2px #eb9fae;
  }
  #teaparty .cntbox .pdbtn a:hover img{
    transform: scale(1.02);
  }
  #teaparty .cntbox .cntA span{
    position: relative;
    bottom: 8em;
    left: 16em;
  }
  #teaparty .cntbox .cntA span img{
    width: 20%;
  }
  #teaparty .other_area .other_ttl{
    width: 60%;
    margin: 10em auto 0;
  }
  #teaparty .cntbox .cntA .tw_itm{
    justify-content: space-between;
  }
  .close{
    font-size: 18px;
  }
  .modal{
    left: 10%;
  }
}

/*///// animation /////*/
.anmt, .at-anmt1, .at-anmt2{
  position: relative;
  height: 100%;
}

.anmt, .anmt > div, .at-anmt1, .at-anmt2{
  opacity: 0;
}

.at-anmt1.animated{
  animation: mainshow1 .8s ease-in-out 0s forwards;
}

@keyframes mainshow1{
  10%{
    opacity: 0;
    transform: translateY(100px);
  }

  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}

.at-anmt2.animated{
  animation: mainshow2 .8s ease-in-out .5s forwards;
}

@keyframes mainshow2{
  40%{
    opacity: 0;
    transform: translateY(100px);
  }

  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}
.anmt.animated, .anmt.animated > div{
  animation: boxshow .5s ease-in-out 0s forwards;
}
@keyframes boxshow{
  0%{
    opacity: 0;
    transform: translateY(70px);
  }

  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}
