@charset "utf-8";


/* ----------------------------------------------------------------------
	
	 ホテルクオリティ css
	
---------------------------------------------------------------------- */


.quality .title_type1 {
  background-image: url("/quality/images/bg_head.jpg");
}

.img_full {
  display: flex;
  width: 100%;
  margin-top: 120px;
}

.img_full > .left {
  width: 55%;
  margin-right: 30px;
  margin-top: 140px;
}

.img_full > .right {
  width: 45%;
  margin-left: 30px;
}

#quality1 .content .section_title {
  text-align: left;
  margin-bottom: 35px;
}

#quality2 {
  padding: 0 30px;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #FFF;
}

.sample_list {
  display: flex;
  width: 100%;
  max-width: 1200px;
  /*justify-content: center;*/
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 60px;
}

.sample_list > div {
  width: calc(30% - 30px / 2 );
  margin-right: 60px;
}

.sample_list > div:nth-child(3n) {
  margin-right: 0;
}

.sample_list > div:nth-child(n+4) {
  margin-top: 60px;
}

.sample_list > div > .unit {
  position: relative;
}

.sample_list > div > .unit > .cap {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(255,255,255,0.85);
  padding: 10px;
  font-size: 1.15rem;
}




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


}


@media screen and (max-width: 767px) {
/*
.sample_list > div {
  width: calc(50% - 60px / 2 );
  margin-right: 60px;
}
.sample_list > div:nth-child(2n) {
  margin-right: 0;
}
.sample_list > div:nth-child(n+3) {
  margin-top: 60px;
}
*/
  .img_full {
    margin-top: 50px;
  }
  
  .img_full > .left {
    margin-right: 5px;
    margin-top: 70px;
  }

  .img_full > .right {
    margin-left: 5px;
  }
  
  .sample_list {
    margin-top: 40px;
  }

  .sample_list > div {
    width: calc(50% - 30px / 2 );
    margin-right: 30px;
  }

  .sample_list > div:nth-child(2n) {
    margin-right: 0;
  }

  .sample_list > div:nth-child(n+3) {
    margin-top: 30px;
  }
  .sample_list > div:nth-child(3) {
  margin-right: 30px;
  }
  
  .sample_list > div > .unit > .cap {
    font-size: 1.6rem;
    padding: 5px;
  }
  
  
  #quality2 .grid_simple .section_title {
    margin-top: 0;
  }
  
}

@media screen and (max-width: 639px) {
/*
  .sample_list {
    display: block;
  }
  
  .sample_list > div {
    width: 100%;
    margin-right: 0;
  }

  .sample_list > div:nth-child(n+2) {
    margin-top: 30px;
  }
  */

}

@media screen and (max-width: 479px) {
  .img_full {
    margin-top: 30px;
  }
  
  .img_full > .left {
    margin-top: 35px;
  }
  
  .sample_list > div > .unit > .cap {
  font-size: 1.0rem;
}




}

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



}
