@charset "utf-8";

/* PC ================================================== */
@media all and (min-width:960px){
  /* disclaimer */
  .day {
    text-align: right;
    margin: 20px 0;
  }
  .section li{
    margin: 20px 0!important;
  }

  .container-inner {
		max-width: 1000px;
		width: 80%;
		padding-top: 80px;
		margin: 0 auto;
	}
  .hole {
    width: 100%;
    height: 100px;
    margin: 70px 0 0;
    background-image: url(../image/main-image.jpg);
    background-size: cover;
    background-position: 0 0;
    background-attachment: fixed;
  }
  .main-ttl {
    font-size: 33px;
    text-align: center;
    margin-bottom: 80px;
  }
  .main-txt {
    font-size: 14px;
  }
  .section {
    width: 100%;
    margin: 50px auto 0;
  }
  .section-ttl {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    background-color: #eee;
    font-size: 24px;
    position: relative;
  }
  .section-ttl::before,
  .section-ttl::after {
    content:'';
    position: absolute;
    width: 2px;
    height: 100%;
    background: linear-gradient(#EDC06B,#776036);
  }
  .section-ttl::before {
    left: 0;
  }
  .section-ttl::after {
    right:0;
  }
  .section-txt {
    width: 100%;
    margin: 30px 0;
    line-height: 2.2;
  }
  .name {
    font-size: 15px;
    text-align: right;
  }
  .section-dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-dl:first-of-type {
    border-top: 1px solid #000;
  }
  .section-dl dt {
    padding-left: 20px;
    width: 200px;
  }
  .section-dl dd {
    padding-left: 80px;
  }



  
}



/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
/* disclaimer */
.day {
  text-align: right;
  margin: 20px 0;
}
.section li{
  margin: 20px 0!important;
}
.container-inner {
  max-width: 1000px;
  width: 80%;
  padding-top: 80px;
  margin: 0 auto;
}
.hole {
  width: 100%;
  height: 100px;
  margin: 70px 0 0;
  background-image: url(../image/main-image.jpg);
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed;
}
.main-ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 80px;
}
.main-txt {
  font-size: 13px;
}
.section {
  width: 100%;
  margin: 50px auto 0;
}
.section-ttl {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  background-color: #eee;
  font-size: 20px;
  position: relative;
}
.section-ttl::before,
.section-ttl::after {
  content:'';
  position: absolute;
  width: 2px;
  height: 100%;
  background: linear-gradient(#EDC06B,#776036);
}
.section-ttl::before {
  left: 0;
}
.section-ttl::after {
  right:0;
}
.section-txt {
  width: 100%;
  margin: 30px 0;
  line-height: 2.2;
  font-size: 14px;
}
.name {
  font-size: 15px;
  text-align: right;
}
.section-dl {
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}
.section-dl:first-of-type {
  border-top: 1px solid #000;
}
.section-dl dt {
  font-weight: 600;
  width: 100%;
}
.section-dl dd {
  padding-top: 20px;
}
}


/* SP ================================================== */
@media all and (max-width:559px){
   /* disclaimer */
   .day {
    text-align: right;
    margin: 20px 0;
  }
  .section li{
    margin: 20px 0!important;
  }
  .container-inner {
		max-width: 1000px;
		width: 80%;
		padding-top: 80px;
		margin: 0 auto;
	}
  .hole {
    width: 100%;
    height: 100px;
    margin: 70px 0 0;
    background-image: url(../image/main-image.jpg);
    background-size: cover;
    background-position: 0 0;
    background-attachment: fixed;
  }
  .main-ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 80px;
  }
  .main-txt {
    font-size: 13px;
  }
  .section {
    width: 100%;
    margin: 50px auto 0;
  }
  .section-ttl {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    background-color: #eee;
    font-size: 20px;
    position: relative;
  }
  .section-ttl::before,
  .section-ttl::after {
    content:'';
    position: absolute;
    width: 2px;
    height: 100%;
    background: linear-gradient(#EDC06B,#776036);
  }
  .section-ttl::before {
    left: 0;
  }
  .section-ttl::after {
    right:0;
  }
  .section-txt {
    width: 100%;
    margin: 30px 0;
    line-height: 2.2;
    font-size: 14px;
  }
  .name {
    font-size: 15px;
    text-align: right;
  }
  .section-dl {
    border-bottom: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .section-dl:first-of-type {
    border-top: 1px solid #000;
  }
  .section-dl dt {
    font-weight: 600;
    width: 100%;
  }
  .section-dl dd {
    padding-top: 20px;
  }

}