@charset "UTF-8";
/* お部屋 */
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../../room/img/pagetit.jpg) no-repeat center;
  background-size: cover;
}

/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 {
  padding-bottom: 70px;
  background: url(../../room/img/sec1_bg_01.jpg) repeat-x center bottom, #fff;
}
#sec1 .point_col {
  max-width: 1600px;
  margin: 0 auto;
}
#sec1 .point_col > .col {
  width: 50%;
}
#sec1 .point_col .pic img {
  max-width: 100%;
}
#sec1 .point_col .icon {
  position: relative;
  margin: -40px 0 20px;
  text-align: center;
}
#sec1 .point_col .txt {
  color: #8d4f42;
  font-size: 25px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec1 {
    padding-bottom: 10px;
    background: url(../img/bg_common_sp.jpg);
    background-size: 100%;
  }
  #sec1 .point_col {
    display: block;
  }
  #sec1 .point_col > .col {
    width: 100%;
    margin-bottom: 30px;
  }
  #sec1 .point_col .icon {
    margin: -40px 0 10px;
  }
  #sec1 .point_col .txt {
    padding: 0 15px;
    font-size: 22px;
  }
}
/* ---------------------------------------------------
	sec2
------------------------------------------------------ */
#sec2 {
  padding-bottom: 40px;
  background: url(../../room/img/sec2_bg_01.jpg) repeat-x center bottom, #fff;
}
#sec2 .room_col {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}
#sec2 .room_col > .col {
  display: block;
  width: 31.667%;
  max-width: 380px;
  margin: 0 2.499% 30px 0;
}
#sec2 .room_col > .col:nth-of-type(3n), #sec2 .room_col > .col:last-child {
  margin-right: 0;
}
#sec2 .room_col > .col:hover {
  opacity: 1;
}
#sec2 .room_col > .col:hover .tit span {
  background: #fff;
}
#sec2 .room_col .pic {
  position: relative;
}
#sec2 .room_col .pic img {
  max-width: 100%;
}
#sec2 .room_col .pic .garamond {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#sec2 .room_col .tit {
  position: relative;
  margin: 20px 0 15px;
  color: #8d4f42;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
#sec2 .room_col .tit:before {
  content: "";
  position: absolute;
  right: 16%;
  top: 50%;
  margin-top: -50px;
  display: block;
  width: 97px;
  height: 93px;
  background: url(../../room/img/sec2_icon.png) no-repeat;
  background-size: 100%;
}
#sec2 .room_col .tit span {
  position: relative;
  display: block;
  padding: 10px 10px;
  transition: all .3s ease;
  z-index: 10;
}
#sec2 .room_col .txt {
  color: #291c14;
  text-align: center;
}

@media screen and (max-width: 1240px) {
  #sec2 .room_col {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  #sec2 {
    padding-bottom: 10px;
    background: url(../img/bg_common_sp.jpg);
    background-size: 100%;
  }
  #sec2 .room_col {
    display: block;
    width: 100%;
  }
  #sec2 .room_col > .col {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  #sec2 .room_col .pic .garamond {
    bottom: 10px;
    font-size: 18px;
  }
  #sec2 .room_col .tit {
    margin: 0;
    line-height: 1.4;
  }
  #sec2 .room_col .tit:before {
    right: 16%;
    top: 50%;
    margin-top: -50px;
    width: 97px;
    height: 93px;
  }
  #sec2 .room_col .tit span {
    padding: 15px 10px 10px;
  }
  #sec2 .room_col .txt {
    padding: 0 15px;
  }
}
/* ---------------------------------------------------
	sec3
------------------------------------------------------ */
#sec3 {
  padding-bottom: 150px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #sec3 {
    padding-bottom: 50px;
  }
}
/* ---------------------------------------------------
	bnArea
------------------------------------------------------ */
.bnArea{
  padding-top: 60px;
  background: #fff;
}
.bnArea .container{
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bnArea{
    padding-top: 30px;
  }
}
