@charset "UTF-8";
.mapWrap{
  max-width: 700px;
  margin: 0 auto 100px auto;
	text-align: center;
}
.mapWrap img{
  border: 1px solid #777;
}


/*合同の場合はコメント*/
main + .pjContents{
  background: #ebf1f5;
}


.mapWrap02{
  position: relative;
  /*padding: 100px 0 140px 0;*/
  padding: 100px 0 0 0;
}
.mapWrap02 .tabList li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mapWrap02 .tabList li:nth-of-type(1).is-active::before{
  background: #ebe7de;
}
.mapWrap02 .tabList li:nth-of-type(2).is-active::before{
  background: #ebf1f5;
}


.mapWrap02 .tabList{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 80px auto;
}
.mapWrap02 .tabList li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((250 / 520) * 100%);
  height: 80px;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #c9caca;
  color: #c9caca;
  transition: .3s;
}
.mapWrap02 .tabList li p:nth-of-type(1){
  font-size: clamp(calc(15px * 0.7), calc(15vw / 11.00), 15px);/*15 / 12*/
  line-height: 1.0;
}
.mapWrap02 .tabList li p:nth-of-type(2){
  margin: 5px 0 0 0;
  font-size: clamp(calc(23px * 0.7), calc(23vw / 11.00), 23px);/*23 / 18*/
  line-height: 1.0;
}

/*hover*/
.mapWrap02 .tabList li:hover{
  cursor: pointer;
}

.mapWrap02 .tabList li:nth-of-type(1):hover,
.mapWrap02 .tabList li:nth-of-type(1).is-active:nth-of-type(1){
  background: #c8a57d;
  border-color: #c8a57d;
  color: #fff;
}
.mapWrap02 .tabList li:nth-of-type(2):hover,
.mapWrap02 .tabList li:nth-of-type(2).is-active:nth-of-type(2){
  background: #9cb8cd;
  border-color: #9cb8cd;
  color: #fff;
}



.mapWrap02 .tabContent{
  width: 100%;
}
.mapWrap02 .tabPanel{
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: .3s;
}

.mapWrap02 .tabPanel.is-active{
  opacity: 1;
  visibility: visible;
  height: auto;
}

.mapWrap02 .tabPanelBody{
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0 140px 0;
}


.mapWrap02 .tabPanel figure{}
.mapWrap02 .tabPanel figure img{
  border: 1px solid #777;
}
.mapWrap02 .time{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 0 ;
}
.mapWrap02 .time li{
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  font-feature-settings: "palt";
}
.mapWrap02 .time li + li{
  position: relative;
  padding-left: 40px;
}
.mapWrap02 .time li + li::before{
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  width: 1px;
  height: 110%;
  background: #333;
  transform: rotate(20deg) translate(-5px,-50%);
}
.mapWrap02 .time li p:nth-of-type(1){
  margin: 0 0 15px 0;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 11.00), 16px);/*16 / 14*/
  letter-spacing: 0.1em;
  line-height: 1.0;
}
.mapWrap02 .time li p:nth-of-type(2){
  font-size: clamp(calc(30px * 0.7), calc(30vw / 11.00), 30px);/*30 / 24*/
  letter-spacing: 0.1em;
  line-height: 1.0;
}


.mapWrap02 .data{
  display: flex;
  align-items: center;
	margin: 50px 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}
.mapWrap02 .data dt,
.mapWrap02 .data dd{
	padding: 0.5em 3em;
	font-size: clamp(calc(18px * 0.7), calc(18vw / 11.00), 18px);/*18 / 16*/
	line-height: 1.0;
	text-align: left;
	letter-spacing: 0.1em;
}
.mapWrap02 .data dt{}
.mapWrap02 .data dd{
  border-left: 1px solid #777;
}


.mapWrap02 .btnList{
  display: flex;
  justify-content: space-between;
	margin: 100px 0 0 0;
}
.mapWrap02 .btnList li{
  width: calc((340 / 700) * 100%);
	font-size: clamp(calc(16px * 0.7), calc(16vw / 11.00), 16px);/*16 / 14*/
  line-height: 1.0;
	text-align: center;
	vertical-align: top;
}
.mapWrap02 .btnList li > *{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background: #777;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.mapWrap02 .btnList li > *.icoArr::before,
.mapWrap02 .btnList li > *.icoArr::after{
  right: 30px
}
.mapWrap02 .btnList li > *.icoArr:hover{
  color: #777 !important;
  background: #fff;
}
.mapWrap02 .btnList li > *.icoArr:hover::before{
  background: #777;
}
.mapWrap02 .btnList li > *.icoArr:hover::after{
  border-color: #777;
}




/* for sp*/
@media screen and (max-width: 767px) {
	.mapWrap{
    margin: 0 auto 60px auto;
  }
  .mapWrap img{}



  .mapWrap02{
    position: relative;
    /*padding: 50px 0 70px 0;*/
    padding: 50px 0 0 0;
  }
  .mapWrap02 .tabList li::before{}

  .mapWrap02 .tabList li:nth-of-type(1).is-active::before{}
  .mapWrap02 .tabList li:nth-of-type(2).is-active::before{}


  .mapWrap02 .tabList{
    width: calc(100% - 40px);
    margin: 0 auto 30px auto;
  }
  .mapWrap02 .tabList li{
    width: calc((100% - 10px) / 2);
    height: 60px;
  }
  .mapWrap02 .tabList li p:nth-of-type(1){
    font-size: clamp(calc(12px * 0.7), calc(12vw / 3.75), 12px);/*15 / 12*/
  }
  .mapWrap02 .tabList li p:nth-of-type(2){
    font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*23 / 18*/
  }

  /*hover*/
  .mapWrap02 .tabList li:hover{
    cursor: default;
  }

  .mapWrap02 .tabList li:nth-of-type(1):hover,
  .mapWrap02 .tabList li:nth-of-type(1).is-active:nth-of-type(1){}
  .mapWrap02 .tabList li:nth-of-type(2):hover,
  .mapWrap02 .tabList li:nth-of-type(2).is-active:nth-of-type(2){}



  .mapWrap02 .tabContent{}
  .mapWrap02 .tabPanel{}
  .mapWrap02 .tabPanelBody{
    width: calc(100% - 40px);
    max-width: auto;
    margin: 0 auto;
    padding: 0 0 70px 0;
  }

  .mapWrap02 .tabPanel.is-active{}

  .mapWrap02 .tabPanel figure{}
  .mapWrap02 .tabPanel figure img{}
  .mapWrap02 .time{
    margin: 0
  }
  .mapWrap02 .time li{
    margin-top: 30px;
  }
  .mapWrap02 .time li + li{
    padding-left: 0;
  }
  .mapWrap02 .time li + li::before{
    content: none;
  }
  .mapWrap02 .time li p:nth-of-type(1){
    margin: 0 0 10px 0;
    font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);/*16 / 14*/
  }
  .mapWrap02 .time li p:nth-of-type(2){
    font-size: clamp(calc(24px * 0.7), calc(24vw / 3.75), 24px);/*30 / 24*/
  }


  .mapWrap02 .data{
    display: block;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .mapWrap02 .data dt,
  .mapWrap02 .data dd{
    padding: 0.5em 0;
    font-size: clamp(calc(16px * 0.7), calc(16vw / 3.75), 16px);/*18 / 16*/
    text-align: center;
    letter-spacing: normal;
  }
  .mapWrap02 .data dt{}
  .mapWrap02 .data dd{
    border-left: none;
    border-top: 1px solid #aaa;
  }


  .mapWrap02 .btnList{
    display: block;
    width: 80%;
    margin: 40px auto 0 auto;
  }
  .mapWrap02 .btnList li{
    width:100%;
    font-size: clamp(calc(14px * 0.7), calc(14vw / 3.75), 14px);/*16 / 14*/
  }
  .mapWrap02 .btnList li + li{
    margin-top: 10px;
  }
  .mapWrap02 .btnList li > *{
    height: 50px;
    cursor: default;
  }
  .mapWrap02 .btnList li > *.icoArr::before,
  .mapWrap02 .btnList li > *.icoArr::after{
    right: 10px
  }
  .mapWrap02 .btnList li > *.icoArr:hover{}
  .mapWrap02 .btnList li > *.icoArr:hover::before{}
  .mapWrap02 .btnList li > *.icoArr:hover::after{}
}
/*メディアクエリ終わり*/

