@charset "UTF-8";
@import url("//use.fontawesome.com/releases/v5.7.2/css/all.css");
/* mixins
------------------------------------------------------- */
/* 色指定
------------------------------------------------------- */
#top .wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#top .wrap .content section {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#top .wrap .main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#top .wrap .main .mainTtl{
	width: 100%;
	text-align: center;
	z-index: 888;
	font-size: 22px;
	font-size: 1.375rem;
	color: #FFF;
	line-height: 1.3;
	letter-spacing: 0.2em;
	text-shadow: 0px 0px 5px rgba(90,84,75,0.3), 0px 0px 5px rgba(90,84,75,0.3), 0px 0px 5px rgba(90,84,75,0.3);
	background: linear-gradient(to right,  rgba(17,86,90,0.1) 0%,rgba(17,86,90,0.8) 50%,rgba(17,86,90,0.1) 100%);
	padding: 5%;
}
#top .wrap .main .mainTtl span{
	font-size: 50%;
}
#top .wrap .main .main-box {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
#top .wrap .main .main-box .main-photo {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
#top .wrap .main .main-box .main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .wrap .content section#topLeadArea01{
	width: 100%;
	padding: 6% 0;
}
#top .wrap .content section#topLeadArea01 .topLead02{
	width: 80%;
	margin: 0 auto;
	text-align: justify;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 2;
}
#top .wrap .content section#topLeadArea{
	width: 100%;
	background-color: #ece9e6;
	padding: 6% 0;
}
#top .wrap .content section#topLeadArea .topLead{
	width: 80%;
	margin: 0 auto 6%;
	text-align: justify;
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
}
#top .wrap .content section#topLeadArea .imgBox{
	width: 80%;
	margin: 0 auto;
}
#top .wrap .content section#bkListArea{
	width: 100%;
	margin: 10% auto 0;
}

#top .wrap .content section#bkListArea .bkList{
	width: 80%;
	margin: 0 auto 10%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#top .wrap .content section#bkListArea .bkList .bkBox{
	width: 100%;
	margin-bottom: 10%;
}
#top .wrap .content section#bkListArea .bkList .bkBox h3.nolabel {
  margin: 30px 0 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid #999;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
}

#top .wrap .content section#bkListArea .bkList .bkBox dl {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
}

#top .wrap .content section#bkListArea .bkList .bkBox dl div{
  display:flex;
  align-items:flex-start;
}

#top .wrap .content section#bkListArea .bkList .bkBox dl dt{
  width:5rem;
  margin:0;
  padding:0 0 0 0;
  box-sizing:border-box;
  line-height:1.8;
  font-weight:normal;
  text-align: justify;
}

#top .wrap .content section#bkListArea .bkList .bkBox dl dt::after{
  content:"：";
  letter-spacing:0;
  margin-left:0.2em;
}

#top .wrap .content section#bkListArea .bkList .bkBox dl dd{
  flex:1;
  margin:0;
  padding:0;
  line-height:1.8;
  text-align: justify;
}

#top .wrap .content section#bkListArea .bkList .bkBox dl dd ul{
  margin:0;
  padding:0;
  list-style:none;
}

#top .wrap .content section#bkListArea .bkList .bkBox dl dd li{
  margin:0;
  padding:0;
}



@media only screen and (min-width: 961px) {
  #top .wrap .content section {
    position: relative;
  }
#top .wrap .main .mainTtl{
	font-size: 3vw;
}
#top .wrap .main .mainTtl span{
	font-size: 60%;
}
#top .wrap .content section#topLeadArea01 .topLead02{
	text-align: center;
}
#top .wrap .content section#topLeadArea{
	display: flex;
	justify-content: space-between;
	padding: 6% 15%;
}
#top .wrap .content section#topLeadArea .topLead{
	width: 46%;
	margin: 0;
	line-height: 3;
	align-self: center;
}
#top .wrap .content section#topLeadArea .imgBox{
	width: 46%;
	margin: 0;
	align-self: center;
}
#top .wrap .content section#bkListArea .bkList{
	width: 60%;
	min-width: 1000px;
}
#top .wrap .content section#bkListArea .bkList .bkBox{
	width: 46%;
	margin-bottom: 8%;
	margin-right: 8%;
}
#top .wrap .content section#bkListArea .bkList .bkBox:nth-child(2n){
	margin-right: 0;
}
#top .wrap .content section#bkListArea .bkList .bkBox h3.nolabel {
    margin-top: 30px;
  }
}