.mv{
  height: 600px;
  background-image: url(../images/index/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%,-27%);
}
.mv-news-wrapper {
  position: absolute;
  bottom: 20px;
  width: 870px;
  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/index/sp/mv_bg.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%,-70%);
  }
  .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 40px;
  }
  .born-ttl{
    width: 100%;
    margin: 0 auto 32px;
  }
  .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{
  padding: 50px 0 30px;
}
.feture-ttl{
  width: 330px;
  margin: 0 auto 80px;
}
.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;
}

.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;
}
.floormap-list3 li{
  margin-bottom: 35px;
}
.floormap-list3-question{
  font-size: 18px;
  font-weight: 700;
  color: #05A499;
  margin-bottom: 10px;
  line-height: 1.6;
}
.floormap-list3-answer{
  line-height: 1.6;
}
.floormap-list3-answer a{
  display: inline-block;
  color: #D06456;
  text-decoration: underline;
  margin-right: 4px;
  margin-bottom: 8px;
}
.floormap-list3-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;
  }
  .floormap-list3 li{
    margin-bottom: 20px;
  }
  .floormap-list3-question{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .floormap-list3-answer{
    font-size: 12px;
  }
  .floormap-list3-answer a{
    margin-bottom: 8px;
  }
  .floormap-list3-answer-img{
  }
}

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

.-ttl{
  margin-bottom: 25px;
}
.-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{
    margin-bottom: 13px;
  }
  .-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: 352px;
  height: 84px;
  margin: 0 auto;
}
.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;
}

#instafeed li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}


@media only screen and (max-width:768px){
  .instagram{
    padding: 32px 0 60px;
  }
.instagram-ttl{
    width: 80%;
    max-width: 352px;
    height: auto;
    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;
  }
}

#instafeed li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.accessMap{
  padding: 60px 0;
}
.accessMap-ttl{
  width: 205px;
  margin: 0 auto 70px;
}
.accessMap-figure{
  position: relative;
}
.accessMap-figure a{
  display: block;
  width: 330px;
  height: 50px;
  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: 287px;
  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-bottom: 100px;
}

}






@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-bottom: 60px;
}

}










@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 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  text-align: center;
  padding-top: 80px;
  /*padding-left: 100px;*/
  margin-bottom: 80px;
}

.temp-news h2 {
  text-align: center;
  width: 701px;
  height: 48px;
  margin: 0 auto 55px;
}

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

.temp-news .summary {
  margin-bottom: 60px;
}

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

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

#entry-apply {
  background: #f8f8f8;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  padding: 60px 0;
  margin-bottom: 60px;
}

#entry-apply h1 {
  width: 661px;
  margin: 0 auto 40px;
}

#shops {
  margin-bottom: 80px;
}

#shops .Flex > div {
  width: 480px;
}

#shops .ttl-arrow-under {
  margin-bottom: 60px;
}

#shops .banner-houjin {
  display: inline-block;
  margin-top: 40px;
}

#shops .banner-bottom {
  margin-top: 40px;
}

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

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

.temp-news h2 {
  text-align: center;
  width: 100%;
  max-width: 701px;
  height: 48px;
  margin: 0 auto 30px;
}

.temp-news .summary {
  margin-bottom: 30px;
}

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

#entry-apply {
  background: #f8f8f8;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  padding: 60px 0;
  margin-bottom: 45px;
}

#entry-apply h1 {
  width: 100%;
  max-width: 661px;
  margin: 0 auto 40px;
}

#shops {
  margin-bottom: 40px;
}

#shops .Flex > div {
  width: 100%;
  margin-bottom: 15px;
}

#shops .ttl-arrow-under {
  margin-bottom: 40px;
}

#shops .banner-houjin {
  margin-top: 0;
}

#shops .banner-bottom {
  margin-top: 0;
}

}










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