@charset "UTF-8";
/* 天然の湯の花 */
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../../onsen-yunohana/img/pagetit.jpg) no-repeat center;
  background-size: cover;
}

.txt_red {
  color: #f00;
  font-weight: bold;
}

/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 .bg01 {
  padding: 100px 0 120px;
  background: url(../../onsen-yunohana/img/sec1_bg_01.jpg) no-repeat center top;
  background-size: cover;
}
#sec1 .bg01 .tit {
  margin-bottom: 40px;
  color: #8d4f42;
  font-size: 27px;
  line-height: 1.4;
  text-align: center;
}
#sec1 .bg01 .txt {
  color: #8d4f42;
  font-size: 20px;
  line-height: 2.2;
  text-align: center;
}
#sec1 .bg01 .name {
  margin-top: 50px;
  color: #8d4f42;
  font-size: 18px;
  text-align: center;
}
#sec1 .bg02 {
  padding: 30px 0 30px;
  background: url(../../onsen-yunohana/img/sec1_bg_02.jpg) repeat-x center bottom, #fff;
}
#sec1 .bg02 .step_list {
  margin-bottom: 20px;
}
#sec1 .bg02 .step_list li {
  /*width: 22.99%;
  max-width: 239px;*/
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
#sec1 .bg02 .step_list li .icon {
  position: relative;
  margin-bottom: -40px;
  z-index: 1;
  text-align: center;
}
#sec1 .bg02 .step_list li .caption02 {
  margin: 10px 0 10px;
}

@media screen and (max-width: 768px) {
  #sec1 .bg01 {
    padding: 40px 0 60px;
  }
  #sec1 .bg01 .tit {
    margin-bottom: 20px;
    font-size: 24px;
  }
  #sec1 .bg01 .txt {
    font-size: 17px;
    line-height: 2;
  }
  #sec1 .bg01 .name {
    margin-top: 30px;
    font-size: 16px;
  }
  #sec1 .bg02 {
    padding: 30px 0 30px;
  }
  #sec1 .bg02 .step_list {
    margin-bottom: 0;
  }
  #sec1 .bg02 .step_list li {
    /*width: 48%;*/
    max-width: 100%;
    /*margin-bottom: 20px;*/
      display: block;
  }
  #sec1 .bg02 .step_list li .icon {
    margin-bottom: -25px;
  }
  #sec1 .bg02 .step_list li .icon img {
    width: 60px;
  }
  #sec1 .bg02 .step_list li .caption02 {
    margin: 10px 0 10px;
    font-size: 18px;
  }
}
/* ---------------------------------------------------
	sec2
------------------------------------------------------ */
#sec2 .bg01 {
  height: 555px;
  background: url(../../onsen-yunohana/img/sec2_bg_01.jpg) no-repeat center top;
}
#sec2 .bg01 .txt_box {
  width: 36.5%;
  margin-left: 63.5%;
  padding-top: 85px;
}
#sec2 .bg01 .btn_wrap {
  margin-top: 60px;
  text-align: left;
}
#sec2 .bg02 {
  padding: 60px 0 90px;
  background: url(../img/bg_common_03.png) no-repeat center top, #fff;
}
#sec2 .bg02 .soap_col2 {
  align-items: center;
}
#sec2 .bg02 .soap_col2 .col_pic {
  width: 50%;
}
#sec2 .bg02 .soap_col2 .col_txt {
  width: 45%;
}
#sec2 .bg02 .bnr {
  margin: 50px 0 65px;
}
#sec2 .reserve_box .reserve_btn {
  width: 36%;
}
#sec2 .reserve_box .reserve_btn a {
  width: 100%;
}
#sec2 .reserve_box .reserve_btn a:after {
  right: 15px;
}
#sec2 .reserve_box .reserve_tel {
  width: 34%;
}
#sec2 .reserve_box .reserve_tel .tit {
  margin-bottom: 3px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #sec2 .bg01 {
    height: auto;
    background: none;
  }
  #sec2 .bg01 .txt_box {
    width: 100%;
    margin-left: 0;
    padding: 15px 0 30px;
  }
  #sec2 .bg01 .btn_wrap {
    margin-top: 15px;
  }
  #sec2 .bg02 {
    padding: 30px 0 0;
    background-size: 400%;
  }
  #sec2 .bg02 .soap_col2 .col_pic {
    width: 100%;
    margin-bottom: 15px;
  }
  #sec2 .bg02 .soap_col2 .col_txt {
    width: 100%;
  }
  #sec2 .bg02 .bnr {
    margin: 30px 0 40px;
  }
  #sec2 .reserve_box .reserve_btn {
    width: 100%;
  }
  #sec2 .reserve_box .reserve_btn a {
    width: 100%;
    font-size: 16px;
  }
  #sec2 .reserve_box .reserve_btn a:after {
    right: 15px;
  }
  #sec2 .reserve_box .reserve_tel {
    width: 100%;
  }
  #sec2 .reserve_box .reserve_tel .tit {
    margin-bottom: 8px;
    margin-right: 0;
  }
}
