@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/

article h1{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  width: 360px;
}
article h1 a{
  width: 100%;
}
article h1 a img{
  width: 100%;
}

header{
  width: 100%;
  background-image: url(../../img/opneBack.png);
  background-size: cover;
  background-position: center;
  height: 90px;
}

/*==============================
共通
==============================*/

article{
  background-image: url("../img/pageBack.png");
  background-size: cover;
  background-position: top center;
  border: 20px solid #2a2608;
  border-top: none;
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
}

.headTitle{
  display: block;
  width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.titleImg{
  margin-bottom: 30px;
  max-width: 80%;
}

@media screen and (max-width: 800px) { 
  header{
    height: 56px;
    display: none;
  }
  
  article h1{
    display: none;
  }
  
  article{
    border: 10px solid #2a2608;
    border-top: none;
  }
  
  .headTitle{
    margin-top: 56px;
    margin-bottom: 50px;
    max-width: 90%;
  }
  
  .titleImg{
    margin-bottom: 30px;
  }
}

.imageBtn{
  display: inline-block;
  max-width: calc(100% - 30px);
}

.imageBtn img{
  width: 100%;
}

/*==============================
メイン
==============================*/

.title01{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.title01 img:first-of-type{
  margin-right: 20px;
  margin-top: 8px;
  width: 52%;
}

.title01 img:last-of-type{
  width: 45%;
}

#cornerWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 50px;
  background-color: #fdf5e8;
}

#cornerWrap > img{
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
}

#cornerWrap > div{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#cornerWrap > div > img{
  align-self: flex-start;
  width: 40%;
}

#cornerWrap > div > div{
  width: 55%;
  text-align: left;
  position: relative;
}

#cornerWrap > div > div h3{
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 2px;
}

#cornerWrap > div > div img{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#cornerWrap > div > div img.umaibo{
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 200px;
  z-index: 0;
}

#cornerWrap > div > div span{
  color: #f15a24;
}

#eventWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 50px;
  background-color: #fdf5e8;
}


#eventWrap > ul:first-of-type{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
#eventWrap > ul:first-of-type li{
  width: 30%;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

#eventWrap > ul:first-of-type li img:last-of-type{
  position: absolute;
  left: 0;
  bottom: 0;
}

#eventWrap > ul:first-of-type li h3{
  font-size: 22px;
  letter-spacing: 2px;
  color: #f15a24;
  margin-bottom: 10px;
}

#eventWrap > ul:first-of-type li p{
  text-align: justify;
}


#eventWrap > ul:last-of-type{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  margin-bottom: 50px;
}
#eventWrap > ul:last-of-type li{
  width: 30%;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
}
#eventWrap > ul:last-of-type li > div{
  display: flex;
}
#eventWrap > ul:last-of-type li > div > img{
  align-self: flex-start;
}

#eventWrap > ul:last-of-type li > img:last-of-type{
  position: absolute;
  left: 0;
  bottom: 0;
}

#eventWrap > ul:last-of-type li h3{
  font-size: 22px;
  letter-spacing: 2px;
  color: #f15a24;
}

#eventWrap > ul:last-of-type li p{
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

#proWrap > div{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
}

#proWrap > div > div{
  width: 45%;
  padding: 40px 30px;
  background-color: #fdf5e8;
}

#proWrap > div > div img{
  max-width: 100%;
  margin-bottom: 10px;
}

#proWrap > div > div p{
  text-align: justify;
}

#froaWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 50px;
  background-color: #fdf5e8;  
}

#froaWrap > img{
  max-width: 100%;
  margin-bottom: 30px;
}

#froaWrap > div{
  display: flex;
  justify-content: space-between;
}

#froaWrap > div > div{
  width: 45%;
}

#froaWrap > div > div > img{
  width: 100%;
  margin-bottom: 10px;
}

#froaWrap > div > div h3{
  font-size: 22px;
  letter-spacing: 2px;
  color: #f15a24;
  margin-bottom: 10px;
}

#froaWrap > div > div p{
  text-align: justify;
}

#froaWrap > div > div > div{
  display: flex;
  justify-content: space-between;
}

#froaWrap > div > div > div p{
  margin-right: 10px;
}

#froaWrap > div > div > div img{
  align-self: flex-start;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
  .title01{
    width: calc(100% - 30px);
  }
  
  #cornerWrap > div > div img.umaibo{
    width: 30%;
  }
  
  #proWrap > div{
    width: calc(100% - 30px);    
  }
}

@media screen and (max-width: 800px) { 
  .title01{
    flex-wrap: wrap;
  }
  
  .title01 img{
    width: 100%;
  }
  
  .title01 img:first-of-type,
  .title01 img:last-of-type{
    width: 90%;
  }
  
  #cornerWrap{
    padding: 50px 15px;
  }
  
  #cornerWrap > div{
    flex-wrap: wrap;
    justify-content: center;
  }
  #cornerWrap > div:nth-of-type(2n - 1){
    flex-wrap: wrap-reverse;
  }
  
  #cornerWrap > div > div{
    width: 100%;
  }
  
  #cornerWrap > div > img{
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
  }
  
  #eventWrap{
    padding: 50px 15px;
  }
  
  #eventWrap > ul:first-of-type,
  #eventWrap > ul:last-of-type{
    max-width: 600px;
    margin: 0 auto 30px;
  }
  
  #eventWrap > ul:first-of-type li{
    width: 100%;
    padding-top: 20px;
  }
  #eventWrap > ul:last-of-type li{
    width: 48%;
  }
  
  #eventWrap > ul:last-of-type li p{
    margin-bottom: 10px;
  }
  
  #eventWrap > ul:last-of-type li > div{
    display: block;
  }
  
  #eventWrap > ul:last-of-type li > div img{
    display: block;
    margin: 0 auto;
  }
  
  #proWrap > div{
    flex-wrap: wrap;
  }
  
  #proWrap > div > div{
    width: 100%;
  }
  
  #froaWrap{
    padding: 50px 15px;
  }
  
  #froaWrap > div{
    flex-wrap: wrap;
  } 
  
  
  #froaWrap > div > div{
    width: 100%;
    margin-bottom: 10px;
  }
  
  #froaWrap > div > div > img{
    max-width: 300px;
  }
}

@media screen and (max-width: 600px){
  #cornerWrap > div > div h3 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
  }
  
  #cornerWrap > div > div img.umaibo{
    width: 40%;
    right: -30px;
    bottom: -60px;
  }
}

@media screen and (max-width: 414px){
}