.mv{
  height: 600px;
  background-image: url(../images/kota/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  position: relative;
  background-color: black;
}
.mv .wrapper{
  width: 867px;
  height: 100%;
  position: relative;
}
.mv-campaign{
  position: absolute;
  top: 70px;
  right: -90px;
  width: 160px;
}
.mv-txt{
  position: absolute;
  /*bottom: 160px;*/
  bottom: 125px;
  width: 867px;
  left: 50%;
  transform: translate(-50%,-20%);
}
.mv-news-wrapper {
  position: absolute;
  bottom: 20px;
  width: 865px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.mv-news{
  display: table;
  width: 100%;
  color: white;
  margin-bottom: 10px;
}
.mv-news:last-child {
    margin-bottom: 0;
}
.mv-news-time{
  display: table-cell;;
  vertical-align: middle;
  width: 142px;
  height: 45px;
  background-color: #05A499;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
.mv-news-txt{
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(255,255,255,0.6);
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 25px;
}
.mv-news-txt div {
  margin-top: 10px;
}
.mv-news-txt--small{
  font-size: 15px;
}

#CAMPAIGN {
    /*padding-top: 15px;*/
}
#CAMPAIGN190425 {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width:1100px){
  .mv-campaign{
    right: 0;
  }
}
@media only screen and (max-width:768px){
  .mv .wrapper{
    width: 100%;
  }
  html,body{
    height: 100%;
  }
  .mv{
    height: 100%;
    background-image: url(../images/kota/mv_bg_sp.jpg);
    background-size: cover;
  }
  .mv-campaign{
    display: none;
  }
  .mv-txt{
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    /*width: 240px;*/
    width: 50%;
    transform: translate(-50%,-60%);
  }
  .mv-news-wrapper {
      width: 100%;
      bottom: 0;
  }
  .mv-news{
    width: 100%;
    bottom: 0px;
  }
  .mv-news-time{
    width: 26.6%;
    height: 70px;
    font-size: 14px;
  }
  .mv-news-txt{
    font-size: 14px;
    padding-left: 4.8%;
  }
  .mv-news-txt span {
      display: inline-block;
  }
}

.born{
  padding: 85px 0 80px;
}
.born-ttl{
  width: 920px;
  margin: 0 auto 65px;
}
.born-box{
  width: 965px;
  display: table;
}
.born-box-l{
  display: table-cell;
  vertical-align: middle;
  width: 213px;
}
.born-box-r{
  display: table-cell;
  vertical-align: middle;
  line-height: 2.4;
  padding-left: 80px;
}
@media only screen and (max-width:768px){
  .born{
    padding: 42px 0 0px;
  }
  .born-ttl{
    width: 100%;
    margin: 0 auto 52px;
  }
  .born-box{
    width: 100%;
    display: block;
  }
  .born-box-l{
    display: block;
    width: 50%;
    margin: 0 auto 32px;
  }
  .born-box-r{
    display: block;
    padding-left: 0;
  }
}

.campaign{
  background-color: #05a499;
  padding: 60px 0;
}
.campaign-figure{
  margin-bottom: 40px;
}
@media only screen and (max-width:768px){
  .campaign{
    padding: 30px 0;
  }
  .campaign-figure{
    margin-bottom: 20px;
  }
}

.feture{
  background: #f8f8f8;
  padding: 50px 0 90px;
}

.feture-list{
  overflow: hidden;
}
.feture-list li{
  margin-bottom: 50px;
}
.feture-list li:nth-child(odd){
  float: left;
  clear: both;
}
.feture-list li:nth-child(even){
  float: right;
}
/*.feture-list-1 li:nth-child(1){
  width: 430px;
}
.feture-list-1 li:nth-child(2){
  width: 467px;
}
.feture-list-1 li:nth-child(3){
  width: 100%;
}*/
.feture-list-2 li:nth-child(odd){
  width: 495px;
}
.feture-list-2 li:nth-child(even){
  width: 440px;
}
.note-mutual {
  display: block;
  font-size: 12px;
  margin-top: 13px;
}



.floormap{
  padding: 60px 0 25px;
  background-color: #FAFAFA;
}
.floormap-ttl{
  width: 370px;
  margin: 0 auto 60px;
}
.floormap-box{
  background-color: white;
  padding: 34px 20px;
  margin-bottom: 40px;
}
.floormap-box-figure{
  margin-bottom: 35px;
}
.floormap-container{
  overflow: hidden;
  margin-bottom: 40px;
}
.floormap-list1{
  float: left;
  width: 50%;
}
.floormap-list2{
  float: right;
  width: 50%;
}
.floormap-list1 li,
.floormap-list2 li{
  display: table;
  width: 100%;
  height: 40px;
}
.floormap-list1 li:nth-child(odd),
.floormap-list2 li:nth-child(even){
  background-color: white;
}
.floormap-list1 li:nth-child(even),
.floormap-list2 li:nth-child(odd){
  background-color: #F2F2F2;
}
.floormap-list-txt{
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 500;
}
.floormap-list-num{
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  font-weight: 700;
  text-align: right;
}
.qa li{
  margin-bottom: 35px;
}
.qa-question{
  font-size: 18px;
  font-weight: 700;
  color: #05A499;
  margin-bottom: 10px;
  line-height: 1.6;
}
.qa-answer{
  line-height: 1.6;
}
.qa-answer a{
  display: inline-block;
  color: #D06456;
  text-decoration: underline;
  margin-right: 4px;
  margin-bottom: 8px;
}
.qa-answer-img{
  display: inline-block;
  vertical-align: text-bottom;
  width: 15px;
}
@media only screen and (max-width:768px){
  .floormap{
    padding: 40px 0 25px;
  }
  .floormap-ttl{
    width: 83%;
    margin: 0 auto 30px;
  }
  .floormap-box{
    padding: 10px 10px 30px;
    margin-bottom: 25px;
  }
  .floormap-box-figure{
    margin-bottom: 20px;
  }
  .floormap-container{
    margin-bottom: 25px;
  }
  .floormap-list1{
    float: none;
    width: 100%;
  }
  .floormap-list2{
    float: none;
    width: 100%;
  }
  .floormap-list1 li,
  .floormap-list2 li{
    height: 36px;
  }
  .floormap-list-txt{
    padding-left: 15px;
    padding-right: 4px;
    font-size: 12px;
    line-height: 1.3;
  }
  .floormap-list-num{
    padding-right: 15px;
    font-size: 12px;
    white-space: nowrap;
  }
  .qa li{
    margin-bottom: 20px;
  }
  .qa-question{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .qa-answer{
    font-size: 12px;
  }
  .qa-answer a{
    margin-bottom: 8px;
  }
  .qa-answer-img{
  }
}

.entry{
  padding: 80px 0;
}
@media only screen and (max-width:768px){
  .entry{
    padding: 30px 0;
  }
}

.-ttl{
  color: #05A499;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 25px;
}
.-ttl span{
  font-size: 22px;
}
.-ttl img{
  height: 25px;
  width: auto;
}
.-box{
  display: table;
}
.feture-list-1 .-box{
  margin-bottom: 20px;
}
.-box-l{
  display: table-cell;
  vertical-align: top;
  width: 120px;
}
.-box-r{
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width:768px){
  .feture{
    padding: 25px 0 43px;
  }
  .feture-ttl{
    width: 42%;
    margin: 0 auto 40px;
  }
  .feture-list li{
    margin-bottom: 25px;
  }
  .feture-list-2{
    margin-bottom: 15px;
  }
  .feture-list-1 li:nth-child(1),
  .feture-list-1 li:nth-child(2),
  .feture-list-1 li:nth-child(3),
  .feture-list-2 li:nth-child(odd),
  .feture-list-2 li:nth-child(even){
    width: 100%;
  }
  .-ttl{
    font-size: 24px;
    margin-bottom: 13px;
  }
  .-ttl span{
    font-size: 18px;
  }
  .-ttl img{
    height: 20px;
  }
  .feture-list-1 .-box{
    margin-bottom: 15px;
  }
  .-box{
    display: block;
  }
  .-box-l{
    display: block;
    float: left;
    padding-right: 20px;
    width: 80px;
  }
  .-box-r{
    display: block;
    padding-left: 0;
    font-size: 14px;
  }
}

.instagram{
  background-color: #05a499;
  padding: 65px 0 25px;
}
.instagram-ttl{
  width: 186px;
  margin: 0 auto 30px;
}
.instagram-copy{
  margin-bottom: 48px;
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.instagram-list{
  overflow: hidden;
}
.instagram-list li{
  float: left;
  width: 180px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.instagram-list li:nth-child(5n){
  margin-right: 0;
}
@media only screen and (max-width:768px){
  .instagram{
    padding: 32px 0 12px;
  }
  .instagram-ttl{
    width: 39.6%;
    margin: 0 auto 15px;
  }
  .instagram-copy{
    margin-bottom: 24px;
  }
  .instagram-list li{
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6%;
  }
  .instagram-list li:nth-child(5n){
    margin-right: 6%;
  }
  .instagram-list li:nth-child(even){
    margin-right: 0;
  }
}

.accessMap{
  padding: 60px 0;
}
.accessMap-ttl{
  width: 205px;
  margin: 0 auto 70px;
}
.accessMap-figure{
  position: relative;
}
.accessMap-figure a{
  display: block;
  width: 330px;
  height: 40px;
  margin-bottom: 10px;
  position: absolute;
  right: 5px;
  bottom: 0;
}
@media only screen and (max-width:768px){
  .accessMap{
    padding: 30px 0 40px;
  }
  .accessMap-ttl{
    width: 40.6%;
    margin: 0 auto 35px;
  }
  .accessMap-figure a{
    display: block;
    width: 80%;
    height: auto;
    position: static;
    right: auto;
    bottom: auto;
    margin: 20px auto 0;
  }
}









/****** 201909 追記 ******/

@media only screen and (min-width:769px) {

.mv-txt img {
  display: block;
  width: 728px;
  height: 357px;
  margin: 0 auto;
}

.campaign .apply {
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  padding: 56px 95px 72px;
  margin-bottom: 60px;
}

.campaign h2 {
  color: #05a499;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.campaign .price {
  margin-bottom: 50px;
}

.campaign .price .Flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign .price dt {
  color: #fff;
  background: #05a499;
  font-size: 20px;
  font-weight: bold;
  line-height: 47px;
  text-align: center;
  min-width: 165px;
  height: 47px;
  border-radius: 23.5px;
  padding: 0 30px;
  margin-right: 15px;
}

.campaign .price dd {
  font-size: 34px;
}

.campaign .price dd span {
  font-size: 18px;
}

.campaign .price p {
  line-height: 2;
  text-align: center;
  margin-top: 30px;
}

.campaign .visit.Flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.campaign .visit .col-l {
  color: #05a499;
  font-size: 32px;
  font-weight: bold;
  margin-right: 15px;
}

.campaign .visit .col-r {
  line-height: 1.8;
}

.campaign .info {
  box-sizing: border-box;
  border: 1px dotted #05a499;
  padding: 36px 26px;
}

.campaign .info dt {
  color: #05a499;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: #F2F2F2;
  display: table;
  width: 239px;
  height: 81px;
}

.campaign .info .staff-time {
  margin-bottom: 26px;
}

.campaign .info .staff-time dd {
  box-sizing: border-box;
  width: 493px;
  font-size: 23px;
}

.campaign .info .staff-time dd .col-l {
  padding-left: 18px;
  position: relative;
}

.campaign .info .staff-time dd span {
  display: block;
  position: relative;
}

.campaign .info .staff-time dd span::before {
  content: '';
  background: #05a499;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -18px;
}

.campaign .info .staff-time .notes {
  font-size: 11px;
  margin-top: 5px;
}

.campaign .info dt span {
  display: table-cell;
  vertical-align: middle;
}

.campaign .info .items dd {
  box-sizing: border-box;
  width: 493px;
  font-size: 17px;
  line-height: 1.28;
}

.campaign .info .items .notes {
  font-size: 11px;
}







.panorama {
  margin-bottom: 100px;
}

.panorama h2 {
  width: 334px;
  margin: 0 auto 30px;
}

.panorama .summary {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}

.panorama .view-wrapper {
  margin-bottom: 70px;
}





.mv-bottom-banner {
  margin-top: 100px;
}

.mv-bottom-banner .link-image {
  background-image: url(../images/common/campaign/20210701_daijyuji_aniversary_PC.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 49.78%;
}

.mv-bottom-banner .link-image a {
  display: inline-block;
  width: 650px;
  -webkit-transform: translate(0px, 356%);
          transform: translate(0px, 356%);
}

}






@media only screen and (max-width:768px){

.campaign .apply {
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  margin-bottom: 30px;
}

.campaign h2 {
  color: #05a499;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.campaign h2 span {
  display: inline-block;
}

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

.campaign .price .col-l {
  width: 47.5%;
  margin-bottom: 30px;
}

.campaign .price .col-r {
  width: 47.5%;
}


.campaign .price dt {
  color: #fff;
  background: #05a499;
  font-size: 20px;
  font-weight: bold;
  line-height: 47px;
  text-align: center;
  width: 100%;
  height: 47px;
  border-radius: 23.5px;
  padding: 0 30px;
  margin-bottom: 15px;
}

.campaign .price dd {
  font-size: 34px;
  width: 100%;
}

.campaign .price dd span {
  font-size: 18px;
}

.campaign .price p {
  line-height: 1.6;
  text-align: left;
  margin-top: 30px;
}

.campaign .visit.Flex {
  margin-bottom: 30px;
}

.campaign .visit .col-l {
  color: #05a499;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.campaign .visit .col-r {
  line-height: 1.8;
  width: 100%;
}

.campaign .info {
  box-sizing: border-box;
  border: 1px dotted #05a499;
  padding: 25px;
}

.campaign .info dt {
  color: #05a499;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: #F2F2F2;
  display: table;
  width: 100%;
  height: 60px;
  margin-bottom: 15px;
}

.campaign .info .staff-time {
  margin-bottom: 26px;
}

.campaign .info .staff-time dd {
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
}

.campaign .info .staff-time dd .col-l {
  position: relative;
  width: 47.5%;
  padding-left: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.campaign .info .staff-time dd .col-r {
  width: 47.5%;
  padding-left: 18px;
  line-height: 1.4;
}

.campaign .info .staff-time dd span {
  display: block;
  position: relative;
}

.campaign .info .staff-time dd span::before {
  content: '';
  background: #05a499;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0 auto -18px;
}

.campaign .info .staff-time .notes {
  font-size: 11px;
  margin-top: 5px;
  line-height: 1.7;
}

.campaign .info dt span {
  display: table-cell;
  vertical-align: middle;
}

.campaign .info .items dd {
  box-sizing: border-box;
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
}

.campaign .info .items .notes {
  display: block;
  font-size: 12px;
}






.panorama {
  margin-bottom: 40px;
}

.panorama h2 {
  width: 237px;
  margin: 0 auto 15px;
}

.panorama .summary {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}

.panorama .view-wrapper {
  margin-bottom: 30px;
}





.mv-bottom-banner {
  margin-top: 60px;
}

.mv-bottom-banner .link-image {
  background-image: url(../images/common/campaign/20210701_daijyuji_aniversary_SP.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 184%;
}

.mv-bottom-banner .link-image a {
  display: inline-block;
  width: 83.4%;
  -webkit-transform: translate(0px, 551%);
          transform: translate(0px, 551%);
}

}










@media only screen and (max-width:414px) {

.mv-txt {
  width: 280px;
}

.campaign .price .col-l {
  width: 100%;
}

.campaign .price .col-r {
  width: 100%;
}

.campaign .info .staff-time dd .col-l {
  width: 100%;
}

.campaign .info .staff-time dd .col-r {
  width: 100%;
}

}








.temp-news {
  line-height: 1.6;
  padding-top: 80px;
  /*padding-left: 100px;*/
  margin-bottom: -30px;
}

.temp-news .title {
  color: #05a499;
  font-size: 16px;
  font-weight: bold;
}

.born-ttl {
  text-align: center;
}

.born-ttl img {
  width: 673px;
}

@media only screen and (max-width:768px){

.temp-news {
  padding-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
}

.born-ttl img {
  width: 100%;
}

}








.contents-title {
  background: #05a499;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: .02em;
  line-height: 70px;
  text-align: center;
  margin: 0 auto 30px;
  height: 70px;
  position: relative;
}

@media only screen and (max-width:768px){

.contents-title {
  background: #05a499;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .02em;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 30px;
  padding: 15px;
  height: auto;
  position: relative;
}

.contents-title span {
  display: inline-block;
}

}









#facility {
  font-size: 16px;
  padding: 80px 0 90px;
}

#facility h2 img {
  width: 264px;
  height: 84px;
}

#facility .summary {
  line-height: 1.69;
  text-align: center;
  margin-bottom: 60px;
}

#facility .summary p {
  margin-bottom: 25px;
}

#facility .summary p:last-child {
  margin-bottom: 0;
}

#floormap {
  margin-bottom: 60px;
}

#floormap .view-wrapper {
  margin-bottom: 20px;
}

#floormap .summary {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

#floormap .machine-manual {
  border: dotted 1px #05a499;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#floormap .machine-manual .col-l {
  width: 380px;
}

#floormap .machine-manual .col-r {
  text-align: center;
  width: calc(100% - 380px);
  padding: 0 57px;
}

#floormap .machine-manual .col-r .underline {
  color: #05a499;
  font-size: 27px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #05a499;
  margin-bottom: 20px;
}

#floormap .machine-manual .col-r h4 {
  color: #05a499;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.36;
  margin-bottom: 30px;
}

#floormap .machine-manual .col-r p {
  font-size: 20px;
}

#floormap .machine-manual .col-r .notes {
  font-size: 16px;
  margin-top: 17px;
}

@media only screen and (max-width:768px){

#facility {
  font-size: 14px;
  padding: 40px 0;
}

#facility h2 img {
  max-width: 264px;
  height: 40px;
  margin-bottom: 10px;
}

#facility .summary {
  line-height: 1.69;
  text-align: left;
  margin-bottom: 60px;
}

#facility .summary p {
  margin-bottom: 25px;
}

#facility .summary p span {
  display: inline-block;
}

#facility .summary p:last-child {
  margin-bottom: 0;
}

#floormap {
  margin-bottom: 60px;
}

#floormap .view-wrapper {
  margin-bottom: 20px;
}

#floormap .summary {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

#floormap .machine-manual {
  border: dotted 1px #05a499;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

#floormap .machine-manual .col-l {
  width: 80%;
  max-width: 380px;
  margin: 0 auto 15px;
}

#floormap .machine-manual .col-r {
  text-align: center;
  width: 100%;
  padding: 0 5.5%;
}

#floormap .machine-manual .col-r .underline {
  color: #05a499;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #05a499;
  margin-bottom: 20px;
}

#floormap .machine-manual .col-r h4 {
  color: #05a499;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.36;
  margin-bottom: 30px;
}

#floormap .machine-manual .col-r h4 span {
  display: inline-block;
}

#floormap .machine-manual .col-r p {
  font-size: 16px;
  line-height: 1.6;
}

#floormap .machine-manual .col-r .notes {
  font-size: 14px;
  margin-top: 17px;
}

}









.floormap-box-figure{
  margin-bottom: 35px;
}
.floormap-container{
  overflow: hidden;
  margin-bottom: 40px;
}
.floormap-list1{
  float: left;
  width: 50%;
}
.floormap-list2{
  float: right;
  width: 50%;
}
.floormap-list1 li,
.floormap-list2 li{
  display: table;
  width: 100%;
  height: 40px;
}
.floormap-list1 li:nth-child(odd),
.floormap-list2 li:nth-child(even){
  background-color: white;
}
.floormap-list1 li:nth-child(even),
.floormap-list2 li:nth-child(odd){
  background-color: #F2F2F2;
}
.floormap-list-txt{
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 500;
}
.floormap-list-num{
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

@media only screen and (max-width:768px){

  .floormap-container{
    margin-bottom: 60px;
  }
  .floormap-list1{
    float: none;
    width: 100%;
  }
  .floormap-list2{
    float: none;
    width: 100%;
  }
  .floormap-list1 li,
  .floormap-list2 li{
    height: 36px;
  }
  .floormap-list-txt{
    padding-left: 15px;
    padding-right: 4px;
    font-size: 12px;
    line-height: 1.3;
  }
  .floormap-list-num{
    padding-right: 15px;
    font-size: 12px;
    white-space: nowrap;
  }
}









#guide {
  margin-bottom: 20px;
}

#guide .list {
  margin-bottom: 40px;
}

#guide .list .Flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#guide .list li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin: 0 25px;
}

#guide .list li img {
  display: block;
  width: 166px;
  margin: 0 auto 28px;
}

#guide .list li .notes {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-top: 0px;
}

#guide .details .item {
  width: 466px;
  margin-bottom: 74px;
}

#guide .details .item img {
  vertical-align: bottom;
}

#guide .details h2 {
  background: #05a499;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 18px 0 14px;
  margin-bottom: 30px;
}

#guide .details p {
  font-size: 16px;
  line-height: 1.72;
}









#security {
  margin-bottom: 70px;
}

#security .contents-title {
  margin-bottom: 46px;
}

#security .summary {
  font-size: 16px;
  text-align: center;
}

#security .summary h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

#security .Flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#security li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin: 0 30px;
}

#security li img {
  display: block;
  width: 166px;
  margin: 0 auto 15px;
}





#ban {
  padding: 48px 0 28px;
  margin: 70px 0 60px;
  border: solid 1px #a3a3a3;
}

#ban p {
  text-align: center;
  margin-bottom: 45px;
}

#ban .cont.Flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}

#ban .col-l {
  margin-right: 100px;
}

#ban .col-r {
  width: 400px;
}

#ban .col-l h4 {
  font-size: 26px;
  font-weight: bold;
}

#ban .col-l h4::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  background: url(../images/facility/ban.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
}

#ban ul.Flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ban li {
  font-size: 20px;
  margin: 0 60px 20px 0;
}

#ban li:nth-child(2n) {
  margin-right: 0;
}

#ban li::before {
  color: #05A499;
  content: "■";
  display: inline;
  vertical-align: baseline;
}

.sns-share {
  margin-bottom: 60px;
  padding: 0 20px;
  padding: 0;
}




@media only screen and (max-width:768px){

#guide {
  margin-bottom: 60px;
}

#guide .details .item {
  width: 100%;
  margin-bottom: 30px;
}

#guide .details .item img {
  vertical-align: bottom;
}

#guide .details h2 {
  background: #05a499;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 15px;
}

#guide .details .free-locker h2 {
  line-height: 1.4;
}

#guide .details p {
  line-height: 1.72;
}





#security {
  margin-bottom: 60px;
}

#security .summary p {
  text-align: left;
}

#security .Flex {
  justify-content: flex-start;
}

#security li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  width: calc((100% - 15px) / 2);
  margin: 0 15px 30px 0;
}

#security li:nth-child(2n) {
  margin-right: 0;
}

#security li img {
  display: block;
  width: 100%;
  max-width: 166px;
  margin: 0 auto 15px;
}






#ban {
  margin-bottom: 60px;
  padding: 30px 0 15px;
}

#ban p {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0px;
  padding: 0 20px;
}

#ban p span {
  display: inline-block;
}

#ban .cont.Flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 25px 20px 10px;
}

#ban .col-l {
  width: 100%;
  text-align: center;
  margin-right: 0;
  margin-bottom: 30px;
}

#ban .col-r {
  width: 100%;
}

#ban .col-l h4 {
  font-size: 22px;
  font-weight: bold;
}

#ban .col-l h4::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  background: url(../images/facility/ban.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
}

#ban ul.Flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ban li {
  font-size: 18px;
  margin: 0 30px 15px 0;
}

#ban li:nth-child(2n) {
  margin-right: 15px;
}

#ban li::before {
  color: #05A499;
  content: "■";
  display: inline;
  vertical-align: baseline;
}

.sns-share {
  margin-bottom: 30px;
  padding: 0 20px;
}

}









#staff-time {
  background: #f8f8f8;
  margin-bottom: 60px;
  padding-bottom: 35px;
}

#staff-time p {
  text-align: center;
  margin-bottom: 30px;
}

.staff-time-schedule {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.staff-time-schedule .g {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.staff-time-schedule .g:first-child {
  margin-right: 50px;
}

.staff-time-schedule dt {
  font-weight: bold;
  text-align: center;
  width: 190px;
  padding: 20px;
  margin-right: 15px;
  border: solid 1px #707070;
}

@media only screen and (max-width:768px){

#staff-time {
  background: #f8f8f8;
  margin-bottom: 60px;
  padding: 0 0 35px;
}

#staff-time p {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 5.5%;
}

#staff-time p span {
  display: inline-block;
}

.staff-time-schedule {
  font-size: 18px;
  font-weight: 500;
  padding: 0 5.5%;
}

.staff-time-schedule .g {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}


.staff-time-schedule .g:first-child {
  margin-right: 0;
}

.staff-time-schedule .g:last-child {
  margin-bottom: 0;
}

.staff-time-schedule dt {
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 15px;
  margin-right: 0;
  margin-bottom: 15px;
  border: solid 1px #707070;
}

}









#flow {
  background: #f8f8f8;
  margin-bottom: 80px;
  padding: 80px 0;
}

#flow h2 img {
  max-width: 158px;
  height: 40px;
  margin-bottom: 10px;
}

#flow .entry-flow {
  margin-bottom: 28px;
}

#flow .entry-flow ol {
  padding: 0 20px;
}

#flow .entry-flow li {
  color: #05a499;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  position: relative;
}

#flow .entry-flow li::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 31px;
  background: url(../images/information/arrow_r.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto -40px auto 0;
}

#flow .entry-flow li:last-child {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-right: 0;
}

#flow .entry-flow li:last-child::after {
  display: none;
}

#flow .entry-flow li img {
  display: block;
  width: 93px;
  height: 88px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}

#flow .entry-flow li .notes {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

#flow .staff-time {
  background: #fff;
  padding: 30px 0;
  margin-bottom: 60px;
}

#flow .staff-time .heading {
  background: #fff;
  text-align: center;
  margin-bottom: 23px;
}

#flow .staff-time .heading h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (max-width:768px) {

#flow {
  margin-bottom: 60px;
  padding: 30px 0;
}

#flow .entry-flow .Flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#flow .entry-flow ol {
  padding: 0;
}

#flow .entry-flow li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  color: #05a499;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  position: relative;
  justify-content: center;
  width: 100%;
  margin-bottom: 52px;
}

#flow .entry-flow li:last-child {
  margin-bottom: 0;
}

#flow .entry-flow li::after {
  content: "";
  display: block;
  width: 11px;
  height: 19px;
  background: url(../images/information/arrow_r.svg) no-repeat center;
  background-size: contain;
  margin: 25px auto 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto -44px auto;
}

#flow .entry-flow li:last-child {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .2em;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  margin-right: 0;
  margin-bottom: 0;
}

#flow .entry-flow li img {
  display: block;
  width: 83px;
  height: 75px;
  margin: 0 15px 0 0;
}

#flow .entry-flow li span {
  display: inline-block;
}

#flow .entry-flow li .notes {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 5px;
}

#flow .staff-time {
  background: #fff;
  padding: 30px 0;
  margin-bottom: 60px;
}

#flow .staff-time .heading {
  background: #fff;
  text-align: center;
  margin-bottom: 23px;
  padding: 0 20px;
}

#flow .staff-time .heading h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}

}









@media only screen and (min-width:769px) {

#items {
  margin-bottom: 107px;
}

#items .col-l .notes {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-top: 15px;
}

#items .col-r {
  width: 540px;
}

#items li {
  color: #05a499;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 42px;
  padding-left: 100px;
  position: relative;
}

#items li:last-child {
  margin-bottom: 0;
}

#items li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  margin: 3px 0 0 35px;
}

#items .notes-time {
  font-size: 16px;
  text-align: center;
  margin-top: 60px;
}

}


@media only screen and (max-width:768px) {

#items {
  margin-bottom: 60px;
}

#items .col-l {
  width: 47.5%;
  margin-bottom: 30px;
}

#items .col-l .notes {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-top: 5px;
}

#items .col-r {
  width: 47.5%;
}

#items li {
  color: #05a499;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

#items li:last-child {
  margin-bottom: 0;
}

#items li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  margin: 5px 0 0 0;
}

#items .notes-time {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-top: 30px;
}

}









@media only screen and (min-width:769px) {

#refusal .contents-title {
  margin-bottom: 55px;
}

#refusal .Flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#refusal li {
  font-size: 20px;
  margin: 0 60px 28px 0;
}

#refusal li:nth-child(3) {
  margin-right: 0;
}

#refusal li::before {
  color: #05A499;
  content: "■";
  display: inline;
  vertical-align: baseline;
}

#refusal .notes {
  font-size: 14px;
  text-align: center;
  margin: 20px 0 70px;
}

}

@media only screen and (max-width:768px) {

#refusal .Flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#refusal li {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 15px 15px 0;
}

#refusal li::before {
  color: #05A499;
  content: "■";
  display: inline;
  vertical-align: baseline;
}

#refusal .notes {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin: 15px 0 30px;
}

}









#qa {
  margin-bottom: 80px;
}

#qa h2 img {
  width: 188px;
  height: 84px;
}

#qa li.title {
  margin-top: 55px;
  margin-bottom: 12px;
}

#qa li.title.first {
  margin-top: 0;
}

#qa h3 {
  color: #05A499;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #05A499;
  padding-bottom: 17px;
}

@media only screen and (max-width:768px) {

#qa {
  margin-bottom: 60px;
}

#qa h2 img {
  max-width: 188px;
  height: 40px;
  margin-bottom: 10px;
}

#qa h3 {
  font-size: 22px;
}

}






#ACCESSMAP {
  background: #f8f8f8;
}

#ACCESSMAP h2 img {
  width: 388px;
  height: 84px;
}

#ACCESSMAP .notes {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width:768px) {

#ACCESSMAP {
  background: #f8f8f8;
}

#ACCESSMAP h2 img {
  max-width: 388px;
  width: 80%;
  height: 40px;
  margin-bottom: 10px;
}

#ACCESSMAP .notes {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-top: 40px;
}

#ACCESSMAP .notes span {
  display: inline-block;
}

}








@media only screen and (max-width:414px) {


#price .col-l {
  width: 100%;
}

#price .col-r {
  width: 100%;
}

#items .col-l {
  width: 100%;
}

#items .col-r {
  width: 100%;
}

#refusal li {
  width: 100%;
  margin: 0 0 15px 0;
}


#staff-time .col-l {
  width: 100%;
}

#staff-time .col-r {
  width: 100%;
}

#ban ul.Flex {
  justify-content: flex-start;
}

}









@media only screen and (max-width:321px) {
  .mv-txt {
    width: 240px;
    transform: translate(-50%,-80%);
  }
}
