/* --------------------------- */
/* kv
/* --------------------------- */
.kv-wrapper{
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
/* --------------------------- */
/* voice
/* --------------------------- */
.voice-img01{
  min-width: 400px;
  height: 400px;
}
.voice-tag{
  background-color: #ffffffd0;
  padding: 10px 50px 30px 10px;
  margin-top: 30px;
  margin-left: -20px;
  margin-bottom: 15px;
}
.voice-title-wrapper{
  padding: 10px;
}
.voice-main-title{
  font-size: 2rem;
  padding-left: 20px;
  margin-bottom: 10px;
}
.voice-text{
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.voice-qes{
  font-size: 1.2rem;
  font-weight: 600;
  padding: 15px 10px;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 2px #333;/*左線*/
  margin-left: 20px;
}
.voice-img02{
  min-width: 450px;
  height: auto;
}
.flower{
  width: 50px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* --------------------------- */
/* event
/* --------------------------- */
.section-wrapper#event{
  background-image: url(../images/bg04.jpg);
  background-size: cover;
}
.event-wrapper{
  margin-bottom: 30px;
}
.event-title-wrapper{
  background-color: #ffffffb5;
  padding: 40px 60px;
  margin-bottom: 20px;
}
.event-title{
  font-weight: lighter;
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  margin-bottom: 20px;
}
.event-detail{
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.event-img{
  max-width: 50%;
  margin-right: 20px;
}
.event-date-wrapper{
  background-color: #ffffffb5;
  width: 50%;
  padding: 30px;
}
.date-title{
  font-size: 1.8rem;
  margin-bottom: 20px;
  background-image: url(../images/flower02.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 0 0 40px;
}
.event-month01{
  font-size: 1.5rem;
  background: linear-gradient(transparent 50%, #dfaaaa 50%);
}
.event-month02{
  background: linear-gradient(transparent 50%, #c74343 50%);
}
.event-date{
  font-size: 3.6rem;
}
.date-small-b{
  font-size: 1.2rem;
}
.date-big-r{
  color: #CD3E2B;
  font-size: 3.6rem;
}
.date-small-r{
  color: #CD3E2B;
  font-size: 1.2rem;
}
/* --------------------------- */
/* iPad
/* --------------------------- */
@media screen and (max-width:1024px){
/* --------------------------- */
/* kv
/* --------------------------- */
.kv-wrapper{
  height: auto;
  }
}
/* --------------------------- */
/* SP
/* --------------------------- */
@media screen and (max-width:767px){
  /* --------------------------- */
/* kv
/* --------------------------- */
.kv-wrapper{
  height: auto;
  }
header{
  display: none;
}
/* --------------------------- */
/* voice
/* --------------------------- */
.voice-img01{
  min-width: 350px;
  height: 350px;
  margin: 0 auto;
}
.voice-tag{
  background-color: #ffffffd0;
  padding: 10px 50px 30px 10px;
  width: 80%;
  margin-top: -15px;
  margin-left: -20px;
  margin-bottom: 15px;
}
.voice-title-wrapper{
  padding: 10px;
}
.voice-main-title{
  font-size: 2rem;
  padding-left: 10px;
  margin-bottom: 10px;
}
.voice-text{
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 10px;
  padding-left: 20px;
}
.voice-qes{
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 10px;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 2px #333;/*左線*/
  margin-left: 10px;
}
.voice-img02{
  min-width: 350px;
  height: auto;
}
.flower{
  width: 50px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* --------------------------- */
/* event
/* --------------------------- */
.section-wrapper#event{
  background-image: url(../images/bg04.jpg);
  background-size: cover;
}
.event-wrapper{
  margin-bottom: 30px;
}
.event-title-wrapper{
  background-color: #ffffffb5;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.event-title{
  font-weight: lighter;
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  margin-bottom: 20px;
}
.event-detail{
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.event-img{
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.event-date-wrapper{
  background-color: #ffffffb5;
  width: 100%;
  padding: 20px;
}
.date-title{
  font-size: 1.8rem;
  margin-bottom: 20px;
  background-image: url(../images/flower02.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 0 0 40px;
}
.event-month01{
  font-size: 1.5rem;
  background: linear-gradient(transparent 50%, #fcb5b5c7 50%);
}
.event-month02{
  background: linear-gradient(transparent 50%, #f83030bf 50%);
}
.event-date{
  font-size: 2.6rem;
}
.date-big-r{
  color: #CD3E2B;
  font-size: 2.6rem;
}
}
/* --------------------------- */
/* SP_iphoneX
/* --------------------------- */
@media screen and (max-width:375px){

}
