@charset "utf-8";
/***************************************************************************

  ページヘッダ

***************************************************************************/
.pageHeadImg {
  background-image: url("../images/lower/head_bg01.png");
}
/***************************************************************************

  コンテンツ

***************************************************************************/
.copyTxt {
  max-width: 1060px;
  text-align: center;
  margin: 0 auto 70px auto;
}
.commitmentBoxWrap {
  max-width: 1440px;
  margin: 0 auto 50px auto;
}
.commitmentBox {
  height: 336px;
  color: #FFFFFF;
  background-size: cover;
  background-position: bottom -6vw left 0px;
  background-repeat: no-repeat;
  margin: 0;
}
.commitmentBox .inner {
  height: 336px;
  display: table;
  padding: 0 90px 0 160px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 9%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
}
.commitmentBox.bg_roten .inner, .commitmentBox.bg_dog .inner {
  padding: 0 160px 0 90px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 9%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  margin: 0 0 0 auto;
}
.bg_gensen {
  background-image: url("../images/lower/commitment/bg01.png");
}
.bg_roten {
  background-image: url("../images/lower/commitment/bg02.png");
}
.bg_anniversary {
  background-image: url("../images/lower/commitment/bg03.png");
}
.bg_dog {
  background-image: url("../images/lower/commitment/bg04.png");
}
.bg_meal {
  background-image: url("../images/lower/commitment/bg05.png");
}
.commitmentCnt {
  width: 540px;
  display: table-cell;
  vertical-align: middle;
}
.commitmentCnt h4 {
  font-size: 2em;
  margin-bottom: 10px;
  line-height: 1.4;
  letter-spacing: .1em;
}
.commitmentCnt p {
  font-weight: 400;
  margin-bottom: 20px;
}
.commitmentCnt .button a {
  color: #fff;
}
.commitmentBoxSp {
  display: none;
}
@media screen and (max-width: 1068px) {
  .commitmentBox .inner, .commitmentBox.bg_roten .inner, .commitmentBox.bg_dog .inner {
    padding: 0 90px;
  }
  .commitmentBox, .commitmentBox .inner {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .copyTxt {
    margin: 0 4% 50px 4%;
  }
  .commitmentBoxWrap {
    /*max-width: 1440px;*/
    margin: 0 auto 100px auto;
  }
  .commitmentBox {
    height: auto;
    color: #000;
    background: none;
    margin-bottom: 60px;
  }
  .commitmentBox .inner {
    height: auto;
    padding: 0 4% 0 4%;
    background: none;
  }
  .commitmentBox.bg_roten .inner, .commitmentBox.bg_dog .inner {
    padding: 0 4% 0 4%;
    background: none;
    margin: 0;
  }
  .commitmentCnt {
    width: 100%;
    display: block;
  }
  .commitmentBoxSp {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 0 left 0px;
    height: 284px;
    margin-bottom: 30px;
  }
}
/***************************************************************************

  各こだわりコンテンツ

***************************************************************************/
.pageHeadImg.senshitsuHead {
  background-image: url("../images/lower/commitment/head_bg_senshitsu.png");
  background-position: left 50% bottom -210px;
}
.pageHeadImg.rotenHead {
  background-image: url("../images/lower/commitment/head_bg_roten.png");
  background-position: left 50% bottom -100px;
}
.pageHeadImg.anniversaryHead {
  background-image: url("../images/lower/commitment/head_bg_anniversary.png");
  background-position: left 50% bottom -140px;
}
.pageHeadImg.dogHead {
  background-image: url("../images/lower/commitment/head_bg_dog.png");
  background-position: left 50% bottom -150px;
}
.pageHeadImg.mealHead {
  background-image: url("../images/lower/commitment/head_bg_meal.png");
  background-position: left 50% bottom -90px;
}
.facilityWrap {
  max-width: 1070px;
  margin: 0 auto 120px auto;
}
.facilityWrap h4 {
  text-align: center;
  background-color: #183665;
  font-size: 1.8em;
  color: #fff;
  padding: 2px 0;
  margin-bottom: 60px;
}
.facilityBox {
  display: flex;
  margin-bottom: 76px;
  /*align-items: flex-start;*/
  align-items: center;
}
.facilityBox.sc {
  flex-direction: row-reverse;
}
.facilityImg {
  width: 49%;
}
.facilityTxt {
  width: 51%;
}
.facilityTxt {
  padding-left: 48px;
}
.facilityBox.sc .facilityTxt {
  padding: 0 48px 0 0;
}
.facilityTxt h5 {
  padding-left: 24px;
  border-left: solid 8px #163567;
  font-size: 1.6em;
  margin-bottom: 30px;
  line-height: 1.5;
}
.facilityTxt p {
  margin-bottom: 20px;
}
.listBtn a {
  background-color: #183665;
  color: #fff;
  border-radius: 50px;
  padding: 8px 40px;
  text-align: center;
}
.listBtn.wd a {
  padding: 8px 100px;
}
.listBtn a span {
  position: relative;
  padding-right: 18px;
}
.listBtn a span:after, .listBtn a span:before {
  position: absolute;
  content: '';
}
.listBtn a span:after {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  right: 0px;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.listBtn a span:before {
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
  top: 50%;
  right: 1px;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.facilityListTi {
  position: relative;
  margin-bottom: 26px;
}
.facilityListTi h3 {
  font-size: 1.6em;
  border-bottom: solid 1px #000;
}
.facilityListTi p {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #0075b0;
}
.facilityListDl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facilityListDl dt {
  width: 16%;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #183665;
  justify-content: center;
  margin-bottom: 10px;
  padding: 14px;
}
.facilityListDl dt.alLeft {
	justify-content: left;
}
.facilityListDl dd {
  width: 84%;
  background-color: #e3e3e3;
  margin-bottom: 10px;
  padding: 12px 38px 10px 38px;
  display: flex;
  align-content: stretch;
  align-items: center;
}
.facilityListDl ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.facilityListDl li {
  display: inline-block;
  padding: 2px 0;
  margin-right: 0;
  width: 33%;
}
.facilityListDl li a {
  position: relative;
  padding: 0 20px 0 6px;
  display: inline-block;
}
.facilityListDl li a:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  top: 0.65em;
  left: 0px;
  background-color: #0075b0;
}
.facilityListDl li a:after {
  position: static;
  content: '';
  width: 15px;
  height: 15px;
  top: 2px;
  right: 0;
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
  background-position: center -238px;
  background-size: 15px;
  display: inline-block;
  margin-left: 2px;
}
@media screen and (max-width: 1070px) {
  .facilityWrap {
    padding: 0 4%;
  }
  .facilityTxt {
    padding-left: 20px;
  }
  .facilityBox.sc .facilityTxt {
    padding: 0 20px 0 0;
  }
  .listBtn a {
    padding: 8px 20px;
  }
  .listBtn.wd a {
    padding: 8px 80px;
  }
  .facilityBox {
    align-items: flex-start;
  }
  .sf {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .pageHeadImg.senshitsuHead {
    background-position: left 50% bottom -50px;
  }
  .pageHeadImg.rotenHead {
    background-position: left 50% bottom -20px;
  }
  .pageHeadImg.anniversaryHead {
    background-position: left 50% bottom -30px;
  }
  .pageHeadImg.dogHead {
    background-position: left 50% bottom -30px;
  }
  .pageHeadImg.mealHead {
    background-position: left 50% bottom -10px;
  }
  .facilityWrap {
    margin: 0 auto 70px auto;
  }
  .facilityWrap h4 {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
  .facilityBox {
    display: block;
    margin-bottom: 50px;
  }
  .facilityBox.sc {
    flex-direction: row;
  }
  .facilityImg {
    width: 100%;
    margin-bottom: 24px;
  }
  .facilityTxt {
    width: 100%;
  }
  .facilityTxt {
    padding-left: 0;
  }
  .facilityBox.sc .facilityTxt {
    padding: 0;
  }
  .facilityTxt h5 {
    padding-left: 18px;
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .listBtn a {
    display: block;
    width: 100%;
  }
  .facilityListTi {
    margin-bottom: 10px;
  }
  .facilityListTi h3 {
    font-size: 1.2em;
  }
  .facilityListTi p {
    position: static;
  }
  .facilityListDl {
    display: block;
  }
  .facilityListDl dt {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 8px;
  }
	.facilityListDl dt.alLeft {
	  justify-content: center;
  }
  .facilityListDl dd {
    width: 100%;
    margin-bottom: 16px;
    padding: 10px 20px;
  }
.facilityListDl ul {
  width: 100%;
  display: block;
}
  .facilityListDl li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .facilityListDl li a {
    padding: 0 0 0 6px;
  }
  .facilityListDl li a:after {
    display: none;
  }
  .sf {
    font-size: 1em;
  }
}