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

/*
font-family: 'Kaisei Decol', serif;
*/

/*==============================
共通
==============================*/
#headWrap{
  background-image: url("../img/headBack.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
}

.titleBox{
  text-align: center;
  margin-bottom: 50px;
}

.titleBox > h2{
  text-decoration: underline;
  text-decoration-thickness: 2px;
  margin-bottom: 20px;
  font-family: 'Sawarabi Mincho', serif;
  letter-spacing: 10px;
  font-weight: normal;
}

.titleBox > hr{
  width: 50px;
  height: 5px;
  border: none;
  background-color: #9ec6ce;
  margin: 0 auto;
}

@media screen and (max-width: 600px){
  #headWrap{
    height: 250px;
  }
}



/*==============================
mainWrap
==============================*/
#mainWrap{
  position: relative;
  padding: 50px 100px 100px;
  background: linear-gradient(0deg, transparent 0%, transparent 50%, #cfe4e8 50%, #cfe4e8 100%);
  text-align: center;
}

#mainWrap > span{
  position: absolute;
  font-size: 100px;
  left: 50px;
  top: 100px;
  color: #fff;
  letter-spacing: 10px;
  z-index: 1;
}

#mainWrap > h2{
  position: relative;
  writing-mode: vertical-rl;
  font-size: 26px;
  letter-spacing: 4px;
  margin: 0 auto 100px;
  z-index: 1;
}

#mainWrap > h3{
  position: absolute;
  line-height: 40px;
  text-align: left;
  left: 0px;
  top: 400px;
  padding: 30px;
  background-color: rgba(255,255,255,.8);
  z-index: 2;
}

#mainWrap > div{
  width: 100%;
}

#mainWrap > div > #mainslide{
  margin-bottom: 20px;
}

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

@media screen and (max-width: 1400px){
  #mainWrap{
    padding: 50px 50px 100px;
  }
  
  #mainWrap > span{
    font-size: 60px;
    letter-spacing: 6px;
    left: 10px;
  }
}

@media screen and (max-width: 1000px){
  #mainWrap > h3{
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 28px;
    top: 450px;
  }
  
  #mainWrap > span {
    font-size: 40px;
    letter-spacing: 4px;
    left: 10px;
  }
}

@media screen and (max-width: 1000px){
  #mainWrap{
    padding: 50px 20px 50px;
  }
  
  #mainWrap > h3{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    padding: 20px;
    top: 450px;
  }
  
  #mainWrap > span {
    width: 100%;
    left: 0;
    font-size: 30px;
    letter-spacing: 3px;
    text-align: center;
  }
}

@media screen and (max-width: 600px){
  
  #mainWrap > h3{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    padding: 20px;
    top: 460px;
  }
  #mainWrap > div{
    margin-top: 140px;
  }
}

/*==============================
newsWrap
==============================*/

#newsWrap{
  position: relative;
  padding: 100px 20px;
  text-align: center;
}

#newsWrap .titleBox{
  margin-bottom: 100px;
}

#newsWrap > span{
  writing-mode: vertical-rl;
  position: absolute;
  font-size: 100px;
  left: 50px;
  top: 100px;
  color: #e2e3d8;
  letter-spacing: 10px;
  z-index: 1;  
}

.newsBox{
  position: relative;
  width: 100%;
  max-width: calc(100% - 200px);
  margin-left: 200px;
  right: -20px;
  background-color: #cfe4e8;
  padding: 0 50px;
}

.newsList{
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: -50px;
}

.newsList > li{
  width: 30%;
  
}

.newsList > li > a{
  width: 100%;
  display: block;
}

.newsList > li > a img{
  width: 100%;
}

.newsList > li > a div{
  background-color: #fff;
  padding: 20px;
  text-align: left;
}

.newsList > li > a div h4{
  font-size: 14px;
  margin-bottom: 5px;
}


#newsWrap > a.linkBtn{
  display: inline-block;
  margin-top: -20px;
}


@media screen and (max-width: 1200px){
  .newsBox{
    max-width: 100%;
    margin-left: 0;
  }
  
  #newsWrap > span{
    left: 30px;
  }
  
}

@media screen and (max-width: 800px){
  .newsList{
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .newsList > li{
    width: 100%;
    margin-bottom: 20px;
  }
  
  #newsWrap > span{
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: 50px;
    left: 20px;
  }
}

/*==============================
infomationWrap
==============================*/

#infomationWrap{
  position: relative;
  padding: 100px 0px 150px;
  background-color: #f0f0f0;
}

#infomationWrap > span{
  position: absolute;
  font-size: 100px;
  right: 50px;
  top: -50px;
  color: #e2e3d8;
  letter-spacing: 10px;
  z-index: 1;  
}

#infomationWrap > h3{
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto 10px;
}

#infomationWrap > h3::before{
  content: "ー";
}

#infomationWrap > p{
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto 30px;
}

.infoBox01{
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}

.infoBox01 > div{
  width: 48%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
  border-radius: 10px;
  background-color: #fff;
}

.infoBox01 > div h3{
  padding: 15px 20px;
  background-color: #cfe4e8;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.infoBox01 > div p{
  text-align: center;
  padding: 20px;
}

.infoBox02{
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto 50px;  
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}

.infoBox02 h3{
  padding: 15px 20px;
  background-color: #cfe4e8;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.infoBox02 p{
  text-align: left;
  padding: 20px;
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 6);
}
.d-demo__item > img{
   width: 100%;
}

.d-demo__item{
  position: relative;
}

.d-demo__item > p{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,1);
}



.mtBack{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.mtBack > img{
  position: relative;
  width: 120%;
  opacity: .1;
}


@media screen and (max-width: 1200px){
  #infomationWrap > h3,
  #infomationWrap > p,
  .infoBox01,
  .infoBox02{
    max-width: 800px;
  }
  
  
  .d-demo__item {
    width: calc(100vw / 4);
  }
}

@media screen and (max-width: 1000px){
  #infomationWrap > span{
    font-size: 40px;
    letter-spacing: 4px;
    top: -25px;
  }
  
  .d-demo__item {
    width: calc(100vw / 3);
  }
}

@media screen and (max-width: 800px){
  #infomationWrap > h3,
  #infomationWrap > p,
  .infoBox01,
  .infoBox02{
    max-width: 600px;
  }
  
  .infoBox01{
    display: block;
    margin-bottom: 0;
  }
  
  .infoBox01 > div{
    width: 100%;
    margin-bottom: 20px;
  }
  
  
  .d-demo__item {
    width: calc(100vw / 2);
  }
}

/*==============================
hr
==============================*/

hr.sectionHr{
  width: 100%;
  max-width: calc(100% - 200px);
  margin: 0 auto;
}
@media screen and (max-width: 1000px){
  hr.sectionHr{
    max-width: calc(100% - 40px);
  }  
}

/*==============================
flowWrap
==============================*/

#flowWrap{
  padding: 100px 20px;
}

.flowList{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.flowList > li{
  position: relative;
  margin-bottom: 20px;
}

.flowList > li h3{
  position: relative;
  display: flex;
  align-items: center;
  bottom: -25px;
  left: -25px;
}

.flowList > li h3 span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #cfe4e8;
  margin-right: 15px;
}

.flowList > li h3 span p{
  color: #999999;
  position: relative;
  font-size: 40px;
  top: -15px;
}

.flowList > li div{
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}

@media screen and (max-width: 1000px){
  .flowList{
    position: relative;
    width: calc(100% - 40px);
    max-width: 600px;
    left: 10px;
  }
}
/*==============================
priceWrap
==============================*/

#priceWrap{
  padding: 100px 20px;
  text-align: center;
}

.priceBox{
  display: inline-block;
  border: 5px solid #cfe4e8;
  border-radius: 10px;
  padding: 20px 50px;
  margin: 10px auto;
}

a.pricelinkBtn{
  display: inline-block;
  border: 2px solid #333;
  padding: 10px 20px;
  color: #333;
  font-weight: bold;
  margin-top: 30px;
}

#priceWrap > table{
  border-collapse:collapse;
  margin: 0 auto 20px;
}

#priceWrap > table th,
#priceWrap > table td{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px;
}


/*==============================
faqWrap
==============================*/

#faqWrap{
  padding: 100px 20px;
}

.faqList{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.faqList > li{
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.faqList > li label{
  display: flex;
  margin-bottom: 20px;
}

.faqList > li label span{
  width: 70px;
  height: 70px;
  border-radius: 35px;
  font-size: 40px;
  background-color: #9ec6ce;
  color: #fff;
  padding: 5px 18px;
}

.faqList > li label h3{
  position: relative;
  top: 20px;
  left: 10px;
}

.faqList > li input[type="checkbox"]{
  display: none;
}

.faqList > li > div{
  display: flex;
  display: none;
}

.faqList > li > div span{
  width: 70px;
  height: 70px;
  border-radius: 35px;
  font-size: 40px;
  background-color: #fff;
  border: 2px solid #9ec6ce;
  color: #333;
  padding: 5px 20px;  
}

.faqList > li > div > div{
  margin-left: 10px;
  padding-top: 20px;
}

.faqList > li > span{
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #9ec6ce;
  border: 1px;
  transition: .3s;
}

.faqList > li > span::before{
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 14px;
  left: 8px;
  transition: .3s;
}

.faqList > li > span::after{
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 14px;
  left: 8px;
  transform: rotate(90deg);
  transition: .3s;
}



.faqList > li input[type="checkbox"]:checked ~ div{
  display: flex;
}

.faqList > li input[type="checkbox"]:checked ~ span{
  background-color: #333;
}

.faqList > li input[type="checkbox"]:checked ~ span::after{
  transform: rotate(0deg);  
}


@media screen and (max-width: 600px){
  .faqList > li label{
    margin-bottom: 10px;
  }
  
  .faqList > li label span,
  .faqList > li > div span{
    width: 50px;
    height: 50px;
    font-size: 25px;
    padding: 4px 14px;
  }
  
  .faqList > li label h3{
    font-size: 16px;
    line-height: 26px;
    padding-right: 50px;
    top: 10px;
  }
  
  .faqList > li > div > div{
    padding-top: 10px;
    
  }
}
