@charset "UTF-8";

/*-----------------------------------------------------common*/
main{
  max-width: 1200px;
  margin:0 auto;
}
main h2{
  margin-bottom:30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5rem;
  font-weight: 100;
  text-align: center;
  line-height: 0.7;
  color:#6b5f48;
}
main h2 span{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size:2rem;
  font-weight: bold;
}

section{
  margin-bottom:120px;
    padding: 0 30px;
    box-sizing: border-box;
}
.attention{
  color:red;
}

@media(max-width:768px){
  main h2{
    font-size:5rem;
    line-height: 1.0;
  }
  main h2 span{
    position:relative;
    top:-20px;
  }
}


/*-----------------------------------------------------main*/
/*mainImg*/
.boxMainImg{
  position:relative;
  top:50px;
  height:360px;
  margin-bottom:150px;
  background: url("../images/main_image03.jpg") no-repeat center;
  background-size:cover;
}
.blockMainImg{
  /* position: absolute;
  top:180px;
  left:calc(50% - 30%);
  width:60%;*/
 height:360px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.catchImg{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width:60%;
  width:90%;
  font-family: 'Noto Serif JP', serif;
  font-size:3vw;
  font-weight: bold;
  line-height: 1.2;
}
.catchImg span:first-child{
  margin-bottom:10px;
}
.catchImg span br{
  display:none;
}
@media(max-width:1080px){
  .catchImg{
    margin-top:50px;
  }
}

@media(max-width:768px){
  .boxMainImg{
    top:100px;
  }
  .blockMainImg{
    height:100%;
  }
  .catchImg{
    width:86%;
    font-size:5vw;
    line-height: 1.2;
  }
  .catchImg span br{
    display:inherit;
  }
}
/*QR*/
.boxQr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:50px;
}
.boxQr p{
  width:35%;
}
.boxQr p:first-child{
  width:100px;
  margin-right:30px;
}
@media(max-width:768px){
  .boxQr{
    display:none;
  }
}

/*announce*/
.boxAnnounce{
	height:400px;
	overflow-y: scroll;
  margin-bottom:30px;
  padding:10px 0;
  background:rgba(255,255,255,0.7);
}
.secAnnounce dl{
  display: flex;
  align-items: center;
  border-bottom:1px solid #ddd;
}
.secAnnounce dt{
  min-width: 140px;
  margin: 0 20px 0 20px;
  padding:3px 0;
}
.secAnnounce dd{
	box-sizing: border-box;
  width:100%;
  padding:5px 20px 5px 0;
}
.secAnnounce dd span{
  display:inline-block;
  width:23%;
  max-width:220px;
  min-width:165px;
  margin-right:25px;
  padding:3px 10px 1px;
  text-align: center;
}
.secAnnounce dd span.announce{background:#f1bbbc;}
.secAnnounce dd span.report{background:#7bb788;}
.btnDetail{
  width:200px;
  margin:auto;
  border:2px solid #6b5f48;
}
.btnDetail a{
  display: block;
  padding:15px 15px 12px 24px;
  background:url("../images/arrow01.png") no-repeat 120px 50% rgba(225,225,225,0.8);
  transition: 0.2s
}
.btnDetail a:hover{
  background:url("../images/arrow01.png") no-repeat 120px 50% rgba(255,255,255,0.7);
  text-decoration: none;
}

@media(max-width:768px){
  .boxAnnounce{
    padding:16px;
  }
  .secAnnounce dl{
    display: block;
  }
  .secAnnounce dt{
    min-width:inherit;
    margin:0;
    padding:6px 0 0;
    text-align: center;
  }
  .secAnnounce dd span{
    display:block;
    width:100%;
    max-width:none;
    margin:0;
    padding:3px 0 1px;
  }
}



/*event schedule*/
.boxEvent{
  background:rgba(255,255,255,0.7);
  padding:30px;
}
.dlEvent{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom:8px;
  border-bottom:1px solid #ddd;
}
.dlEvent dt{
  min-width: 150px;
  margin:0 40px 0 0px;
  padding:3px 0;
}
.dlEvent dd{
  width:calc(100% - 150px - 40px);
  padding:5px 0;
}
.blockImg{
  margin-bottom:30px;
}
.blockTxt{
  margin-bottom:25px;
}

@media(max-width:768px){
  .blockImg img{
    height:100px;
    object-fit: cover;
  }
  .blockTxt{
    padding:0 16px;
  }
  .boxEvent{
    padding:16px;
  }
  .secEvent dl{
    display: block;
  }
  .secEvent dt{
    min-width:inherit;
    margin:0;
    padding:6px 0 0;
    background:#a1e6d5;
    text-align: center;
  }
  .secEvent dd{
    display:block;
    width:100%;
    max-width:none;
    margin:0;
    padding:3px 0 1px;
  }
}
  


/*report*/
.boxReport{
  display: flex;
  justify-content: space-between;
  margin-bottom:30px;
  text-align: center;
}
.boxReport p:nth-child(1){
  margin-bottom:10px;
}
.boxReport p img{
  border-radius:10px;
}

@media(max-width:768px){
  .boxReport{
    flex-direction:column;
    align-items: center;
  }
  .blockReport{
    width:80%;
    margin-bottom:20px;
  }
  .blockReport p:nth-child(1){
    margin-bottom:4px;
  }
  
}

/*overview*/

.secOverview ul{
  display:flex;
  justify-content:center;
}
.secOverview ul li{/*
  width:15%;
  padding:5px 0;
  border-radius: 3px;
  background:#ccc;
  text-align: center;*/
}
.secOverview li+li{
  margin-left:60px;
}
.secOverview li a{
  padding-left:16px;
  background:url("../images/icn_arrow01.png") no-repeat left 50%;
}
.boxOverview{
  display:flex;
  justify-content: space-around;
}
.boxOverview a{
  color:#6b5f48;
}
.blockOverview{
  width:18%;
}
.blockOverview p:nth-child(1) {
    margin-bottom: 15px;
}
.blockOverview p:nth-child(2){
  margin-bottom:20px;
  font-size:2rem;
  text-align: center;
}
.blockOverview img{
  border-radius: 10px;
  border-radius:50%;
}
.blockOverview .btnDetail a{
  background:url("../images/arrow01.png") no-repeat 135px 50% rgba(225,225,225,0.8);
}
.blockOverview .btnDetail a:hover{
  background:url("../images/arrow01.png") no-repeat 135px 50% rgba(255,255,255,0.7);
}
@media(max-width:768px){
  .secOverview ul {
    flex-direction: column;
    justify-content:center;
  }
  .secOverview li a {
    display: block;
    margin-bottom: 10px;
    padding-bottom:10px;
    border-bottom:1px dotted #6b5f48;
    background:url("../images/icn_arrow01.png") no-repeat left 37%;
  }
  .secOverview li+li{
    margin-left:0;
  }
  .secOverview li a{
    
  }
  .boxOverview{/*
    flex-direction: column;*/
    align-items: center;
    justify-content: space-around;
    flex-wrap:wrap;
  }
  .blockOverview{
    width:80%;
    width:40%;
    margin-bottom:20px;
  }
  .blockOverview a{
    display: block;
  }
  .blockOverview img{
    width:100%;
  }
  .blockOverview p:nth-child(1){
    margin-bottom:5px;
  }
  .blockOverview p:nth-child(2){
    font-size:1.8rem;
  }
}



/*support*/
.boxSupport{
  display:flex;
  justify-content: space-around;
  margin-bottom:30px;
}
.boxSupport a{
  color:#6b5f48;
  transition:0.2s;
}
.blockSupport{
  width:18%;
}
.blockSupport p:nth-child(1){
  margin-bottom:15px;
}
.blockSupport p:nth-child(2){
  margin-bottom:20px;
  font-size:2rem;
  text-align: center;
  line-height: 1.3;
}
.blockSupport img{
  border-radius: 10px;
  border-radius:50%;
}
.blockSupport:nth-child(even) {
  box-sizing: border-box;
}
.blockSupport:nth-child(even) img{
  border:2px solid #ddd;
}
.blockSupport .btnDetail a{
  background:url("../images/arrow01.png") no-repeat 135px 50% rgba(225,225,225,0.8);
}
.blockSupport .btnDetail a:hover{
  background:url("../images/arrow01.png") no-repeat 135px 50% rgba(255,255,255,0.7);
}

.btnContact{
  width:60%;
  min-width:800px;
  margin:auto;
  border:2px solid #6b5f48;
  font-size:2.6rem;
}
.btnContact a{
  display: block;
  padding:15px 15px 12px 0;
  background:url("../images/arrow01.png") no-repeat 67% 50% rgba(225,225,225,0.8);
  text-align: center;
  transition: 0.2s ease;
}
.btnContact a:hover{
  background:url("../images/arrow01.png") no-repeat 67% 50% rgba(255,255,255,0.7);
  text-decoration: none;
}
@media(max-width:768px){
  .boxSupport{
    align-items: center;
    flex-direction:row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .blockSupport{
    width:80%;
    width:40%;
    margin-bottom:10px;
  }
  .blockSupport img{
    width:100%;
  }
  .blockSupport p:nth-child(1){
    margin-bottom:5px;
  }
  .blockSupport p:nth-child(2){
    font-size:1.8rem;
  }
  .btnContact{
    width:80%;
    min-width:inherit;
    font-size:2.2rem;
  }
  .btnContact a{
    padding: 15px 45px 12px 0;
    background: url(../images/arrow01.png) no-repeat 85% 50% rgba(225,225,225,0.8);
  }
  .btnContact a:hover{
    background:url("../images/arrow01.png") no-repeat 85% 50% rgba(255,255,255,0.7);
  }
  
}
