/* 下層ページ */
/*Q&A　archive-qa.php*/
.qa_bk h3 {
  padding: 20px;
  margin: 40px 0 10px;
  border-bottom: 1px solid #ebebec;
  border-top: 1px solid #ebebec;
}
.qa_bk li {
  padding: 20px;
  border-bottom: 1px dotted #eee;
}
.qa_bk dt {
  padding-bottom: 20px;
  font-weight: bold;
}
.qa_bk dt span, .qa_bk dd span {
  display: inline-block;
  margin-left: 40px;
  margin-top: 5px;
  line-height: 1.6;
}
.qa_bk dt::before {
  content: "Q";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #808080;
  position: absolute;
}
.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #66455b;
  position: absolute;
}

/* ------------------------------
 施設　room
------------------------------ */
.page_top_view img.room_top {
  object-position: 50% 80%;
}
#room {
  padding: 80px 0;
}
#room h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
#room p.msg, .top_rental p.msg {
  text-align: center;
  margin-bottom: 60px;
  line-height: 2.1;
}
#room .box {
  margin-bottom: 65px;
}
#room .map {
  background: #fff;
  padding: 40px 30px 30px;
}
#room .map img {
  margin: 0 auto;
  width: 100%;
}
#room .inner {
  display: flex;
  justify-content: space-between;
  background-color: #D9D8D0;
  padding: 40px 20px;
  box-sizing: border-box;
}
#room .txt {
  width: 55%;
  margin: 0 auto;
  padding-left: 20px;
  box-sizing: border-box;
}
#room .txt p.type {
  background: #fffef6;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
}
#room .txt table {
  border-top: 1px solid #BCBBAD;
  border-bottom: 1px solid #BCBBAD;
  width: 100%;
}
#room .txt_width table {
  border-top: 1px solid #BCBBAD;
  border-bottom: 1px solid #BCBBAD;
  width: 100%;
  margin: 0 auto;
}
#room .txt table th, #room .txt_width table th {
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #ADB6BC;
  width: 25%;
  text-align: left;
}
#room .txt table td, #room .txt_width table td {
  width: 75%;
  font-size: 1.6rem;
  padding: 20px 25px;
  line-height: 1.5;
}
#room .txt table td {
  border-bottom: 1px dotted #ADB6BC;
}
#room ul.label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#room ul.label li {
  width: 48%;
  display: flex;
  margin-bottom: 14px;
}
#room ul.label li p {
  padding: 20px 0;
  font-size: 1.6rem;
}
#room ul.label li .green {
  width: 40%;
  color: #fff;
  background: #19a495;
  text-align: center;
  font-weight: 500;
}
#room ul.label li .white {
  width: 60%;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
}
.bk_white {
  background: #fff;
}
.rm_slide {
  width: 40%;
}
.rm_slide img {
  width: 100%;
}
.map_img {
  width: 100%;
  margin-bottom: 50px;
}
.map_img img {
  width: 40%;
  margin: 0 auto;
}
.pd_n {
  padding-bottom: 0;
}
/*PC*/
@media screen and (min-width: 897px) {
  #room .txt_width table td {
    border-bottom: 1px dotted #ADB6BC;
  }
} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #room .map {
    padding: 0;
  }
  #room .inner {
    flex-direction: column;
    padding: 40px 3%;
  }
  #room .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #room .txt_width table {
    width: 100%;
  }
  #room .txt table th, #room .txt_width table th {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 16px 0 16px 3px;
    width: 25%;
    box-sizing: border-box;
  }
  #room .txt table td, #room .txt_width table td {
    width: 75%;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #room .txt_width table th, #room .txt_width table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  #room .txt_width table th {
    text-align: center;
  }
  #room .txt_width table td {
    border-bottom: 1px solid #ADB6BC;
  }
  .rm_slide {
    width: 100%;
  }
  .map_img img {
    width: 90%;
  }
} /*END*/
/* ------------------------------
  食事　meal
------------------------------ */
.meal_top {
  object-position: 50% 70%;
}
#meal {
  padding: 80px 0;
}
#meal h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
#meal .box {
  background: #E4E4E4;
  padding: 60px 30px;
}
/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #888;
}
#meal img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#meal .inner {
  display: flex;
  justify-content: space-around;
}
#meal .me_inner {
  width: 50%;
}
#meal .txt {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
}
#meal .txt p.type {
  font-weight: bold;
}
#meal .menu_p {
  border-bottom: 1px solid #ABB4BD;
  font-size: 18px;
  padding-left: 3px;
}
#meal .txt ul {
  width: 100%;
}
#meal .txt ul li {
  font-size: 1.6rem;
  padding: 8px 16px;
  text-align: left;
  position: relative;
  line-height: 1.4;
}
#meal .txt ul li::after {
  position: absolute;
  content: '・';
  width: 1px;
  top: 12px;
  left: 0;
  color: rgba(119, 119, 119, 1.00);
}
.corres {
  width: 90%;
  max-width: 1000px;
  padding: 25px 0px;
  margin: 0 auto;
  background-color: #E4E4E4;
}
.corres h3 {
  text-align: center;
  margin-bottom: 18px;
}
.corres .txtbx {
  width: 90%;
  margin: 0 auto;
}
/*PC*/
@media screen and (min-width: 897px) {} /*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #meal img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #meal .inner {
    flex-direction: column;
  }
  #meal .box {
    padding: 60px 15px;
  }
  #meal .me_inner {
    width: 100%;
  }
  #meal .txt {
    width: auto;
    padding-left: 0;
  }
  #meal .menu_p {
    font-size: 16px;
  }
  #meal .txt ul li {
    font-size: 1.4rem;
    padding: 12px 0 2px 13px;
    text-align: left;
  }
  #meal .menu_p {
    margin-top: 40px;
  }
  .corres {
    width: 100%;
  }
  .corres h3 {
    font-size: 1.6rem;
  }
} /*END*/


/* ------------------------------
  桜　sakura
------------------------------ */
.top_slid.under_slide {
  margin-top: 0;
}
.top_slid.under_slide h2 img {
  width: 700px;
}
#sakura img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#sakura .inner {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 50px;
}
#sakura .inner .sakura_image {
  width: 50%;
}
#sakura .inner .sakura_image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
#sakura .inner .txt {
  padding: 30px;
}
#room .sakura .inner .txt .sakura_type {
  font-size: 22px;
  font-weight: bold;
  /*background-color: #fff;*/
  text-align: center;
  padding: 10px;
}
.sakura {
  width: 100%;
}
.sakura img {
  width: 100%;
}
/*Smartphone*/
@media screen and (max-width:896px) {
  .top_slid.under_slide h2 img {
    width: 240px;
  }
  #sakura .inner {
    flex-wrap: wrap;
  }
  #sakura .inner .sakura_image {
    width: 100%;
  }
  .sakura img, #sakura .inner .sakura_image img {
    height: 240px;
  }
} /*END*/
/* ------------------------------
  LP　愛犬
------------------------------ */
img.page_top_view_lp {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.c_lp {
  position: relative;
}
p.c_lp {
  font-size: 5.5rem;
  font-weight: bold;
  color: #fff;
}
.lp_top_p {
  position: absolute;
  left: 50px;
  bottom: 100px;
}
.lp_top_p_s {
  position: absolute;
  left: 50px;
  bottom: 380px;
  font-size: 4rem;
}
.lp_top_logo {
  position: absolute;
  bottom: 50px;
  right: 20px;
}
.lp_top_logo img {
  width: 200px;
  height: auto;
  object-fit: cover;
}
.lp {
  width: 1000px;
  margin: 0 auto;
}
.lp p {
  max-width: 500px;
  margin: 0 auto;
}
.lp p.lp_type {
  font-size: 2rem;
  font-weight: bold;
}
.lp .box.pet {
  background: #ecda9d;
  width: 600px;
  height: 110px;
  margin: 50px auto;
  padding: 10px;
  text-align: center;
}
.lp_main {
  background: #ffe47b;
}
.lp_main .top_feature_bk .container h3.ttl {
  font-size: 2.4rem;
  text-decoration: underline;
  text-align: center;
}
.top_box.lp_box {
  position: relative;
  margin-bottom: 200px;
}
.top_box.lp_box .feature_mainimg img {
  height: 400px;
  filter: drop-shadow(15px 15px 0 #d0b965);
}
.top_box.lp_box .feature_txtarea {
  position: absolute;
  top: 185px;
  right: 50px;
  height: auto;
  width: 480px;
}
.top_box_re.lp_box .feature_txtarea {
  position: absolute;
  top: 250px;
  right: 630px;
  height: auto;
  width: 480px;
}
.lp_map {
  max-width: 700px;
  margin: 0 auto 60px;
}
.lp_map img {
  width: 100%;
}
hr.style5 {
  background: #ffe47b;
  border-top: 2px dashed #fff;
  margin-bottom: 50px;
}
.lp_last {
  margin: 0 auto;
  background: #fdeba9;
  padding: 60px 0;
}
/*Smartphone*/
@media screen and (max-width:896px) {
  img.page_top_view_lp {
    height: 300px;
  }
  p.c_lp {
    font-size: 2.5rem;
  }
  .lp_top_p {
    position: absolute;
    left: 20px;
    bottom: 90px;
  }
  .lp_top_p_s {
    position: absolute;
    left: 20px;
    bottom: 218px;
    font-size: 1.8rem;
  }
  .lp_top_logo {
    position: absolute;
    bottom: 18px;
    right: 20px;
  }
  .lp_top_logo img {
    width: 80px;
  }
  .lp {
    width: 100%;
  }
  .lp p {
    max-width: 96%;
  }
  .lp .box.pet {
    width: auto;
  }
  .top_box.lp_box {
    margin-bottom: 460px;
  }
  .top_box.lp_box .feature_mainimg img {
    height: 200px;
    width: 90%;
  }
  .top_box.lp_box .feature_txtarea {
    width: 100%;
    top: 220px;
    right: 0;
  }
  .top_box_re.lp_box .feature_txtarea {
    width: 100%;
    top: 225px;
    left: 0;
  }
  .lp_map {
    width: 80%;
    margin: 0 auto 30px;
  }
}
/* ------------------------------
  LP　愛犬 new
------------------------------ */
.dogpage p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.dogpage .btn_link_color_dg p {
  padding: 0 0 30px 50px;
}
.dogpage .btn_link_color_dg p a {
  margin: 0;
}
.dog_top {
  width: 100%;
  height: 600px;
  background: url(../img/doglp/fv.png);
  background-position: center;
  background-size: cover;
}
.dltop {
  margin-bottom: 53px;
}
.dog_top .dl_logo {
  width: 100%;
  height: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.dog_top .dl_logo img {
  width: 100%;
  max-width: 200px;
  object-fit: cover;
}
.dltop h2 {
  font-size: 2.3rem;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
.dltop h2 span {
  font-size: 2.2rem;
}
.dogpage {
  width: 100%;
  padding: 0px 30px;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
}
.dogpage h2, .dogpage p {
  text-align: left;
  padding: 30px 0 30px 55px;
}
.dogpage h2 {
  font-size: 3.3rem;
}
@media screen and (max-width:896px) {
  .dogpage h2 {
    font-size: 2.3rem;
  }
}
.dl_concept {
  width: 100%;
}
.dl_concept h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 30px;
  line-height: 0.7;
}
.dl_concept h3 span {
  font-size: 1.4rem;
  color: #6F6856;
}
.dl_concept h3:before {
  content: '';
  position: absolute;
  top: 17%;
  left: 0;
  display: inline-block;
  width: 45px;
  height: 5px;
  background-color: #968866;
}
.dl_concept .con_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.dl_concept .con_flex p {
  width: 40%;
  box-sizing: border-box;
  margin: 30px 0;
}
.dl_concept .con_flex p.dog_ex {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  text-align: right;
  font-size: 13px;
}
.dl_concept .con_flex p span {
  font-size: 23px;
}
.dl_concept p {
  line-height: 2;
}
.dl_concept .con_flex .con_img {
  width: 60%;
  text-align: center;
  display: block;
}
.dl_concept .con_flex .con_img img {
  width: 260px;
  height: 360px;
  object-fit: cover;
  display: inline-block;
}
.con_left {
  width: 100%;
  text-align: left;
}
.con_left img {
  margin: 0px 0;
  width: 70%;
  height: 220px;
  object-fit: cover;
  display: inline-block;
}
.con_right {
  width: 100%;
  text-align: right;
}
.con_right img {
  margin: 0px 0;
  width: 50%;
  height: 180px;
  object-fit: cover;
  display: inline-block;
  object-position: 50% 70%;
}
.con_center {
  width: 100%;
  text-align: center;
}
.con_center img {
  margin: 0px 0;
  width: 65%;
  height: 261px;
  object-fit: cover;
  display: inline-block;
  object-position: 50% 20%;
}
.con_mv {
  width: 100%;
  text-align: center;
}
.con_mv img {
  margin: 50px 0;
  width: 80%;
  height: 220px;
  object-fit: cover;
  display: inline-block;
  object-position: 50% 40%;
}
.con_flex_img {
  width: 50%;
  text-align: center;
}
.con_flex_img .confl_lf {
  width: 60%;
  height: 300px;
  object-fit: cover;
  display: inline-block;
  object-position: 50% 70%;
}
.con_flex_img .confl_rt {
  width: 100%;
  height: 219px;
  object-fit: cover;
  display: inline-block;
  object-position: 50% 70%;
}
.dl_concept .con_flex_sten {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 350px;
}
.dl_concept .con_flex_sten div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.dl_concept .con_flex_sten div:first-child {
  width: 50%;
  justify-content: flex-start;
}
.dl_concept .con_flex_sten div:first-child img {
  width: 100%;
  height: 190px;
}
.dl_concept .con_flex_sten div:last-child {
  width: 50%;
  justify-content: flex-end;
  align-items: flex-end;
}
.dl_concept .con_flex_sten div:last-child img {
  width: 90%;
  height: 260px;
}
.dl_concept .con_flex_dg_eq div:first-child {
  width: 50%;
  justify-content: flex-start;
}
.dl_concept .con_flex_dg_eq div:first-child img {
  width: 100%;
  height: 190px;
}
.dl_concept .con_flex_dg_eq div:last-child {
  width: 50%;
  justify-content: flex-end;
  align-items: flex-end;
}
.dl_concept .con_flex_dg_eq div:last-child img {
  width: 90%;
  height: 260px;
}
.doglp_resv {
  width: 100%;
  text-align: center;
  margin: 70px auto;
}
.doglp_resv h3 {
  font-size: 2.4rem;
}
.dogother {
  width: 100%;
  max-width: 1100px;
}
.dogother ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dogother ul li {
  width: 33%;
  padding: 20px;
  box-sizing: border-box;
}
.dogother ul li h3 {
  width: 60%;
  background-color: #ACA186;
  padding: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.dogother ul li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.dogother ul li p {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0;
  padding-top: 15px;
}
.dogother .btn_doglp p a {
  width: 120px;
  padding: 3px 20px;
  display: block;
  transition: all 0.2s;
  text-align: center;
  margin: 0 auto;
  margin-left: 0;
  border-radius: 27px;
  border: #6F6856 1px solid;
  color: #6F6856;
  font-size: 1.3rem;
}
.dglpft {
  width: 100%;
  margin: 60px auto 120px;
}
.dglpft img {
  width: 100%;
  max-width: 800px;
  height: 200px;
  object-fit: cover;
  margin: 0 auto;
}
.dglpft p {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  padding: 0;
  margin: 30px auto;
}
.con_full {
  width: 100%;
}
.con_full img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: 50% 73%;
}
.dogpage .dog_resbtn p a {
  width: 35%;
  font-size: 2rem;
}
.fnt_sawara {
  font-family: "Sawarabi Mincho", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.lh_dog {
  line-height: 1.5em;
}
.dfoot {
  width: 75px;
  margin: 20px auto 40px;
}
.dfoot img {
  width: 100%;
}
.dogpage .dog_resbtn p {
  padding-left: 0;
}
.dmt_50 {
  margin-top: 50px;
}
.dmt_100 {
  margin-top: 100px;
}
.padb_50 {
  padding-bottom: 50px;
}
.padt_50 {
  padding-top: 50px;
}
.dl_concept .lih_1 {
	line-height: 1;
}
@media screen and (max-width:896px) {
  .padb_50 {
    padding-bottom: 0px;
  }
  .dmt_50 {
    margin-top: 25px;
  }
  .dmt_100 {
    margin-top: 50px;
  }
  .con_full img {
    width: 100%;
    height: 238px;
    object-fit: cover;
    object-position: 50% 85%;
  }
  .dog_top {
    width: 100%;
    height: 275px;
    background-size: cover;
  }
  .doglp_resv h3 {
    font-size: 1.8rem;
  }
  .dogpage .dog_resbtn p a {
    width: 35%;
    font-size: 1.8rem;
  }
  .dog_top .dl_logo {
    width: 100%;
    height: 275px;
  }
  .dog_top .dl_logo img {
    width: 100%;
    max-width: 130px;
    object-fit: cover;
  }
  .dogother ul li {
    width: 100%;
  }
  .dogpage h2 {
    padding: 30px 0 0;
  }
  .dogpage p {
    padding: 0;
    font-size: 14px;
  }
  .dogpage {
    padding: 0px 10px;
  }
  .dl_concept .con_flex {
    flex-direction: row-reverse;
    align-items: stretch;
    margin-top: 50px;
  }
.dl_concept .mt_0 {
	margin-top: 0;
}
  .dl_concept .con_flex.re_flex {
    flex-direction: row;
    align-items: center;
  }
  .m20 {
    margin-top: 20px;
  }
  .dg50 {
    margin-top: 50px;
  }
  .dl_concept .con_flex p {
    width: 100%;
    margin: 0;
  }
  .dl_concept .con_flex p span {
    font-size: 14px;
  }
  .dl_concept .con_flex .con_img {
    display: none;
  }
  .dl_concept .con_flex .con_img img {
    height: 260px;
  }
  .dogpage .btn_link_color_dg p {
    padding: 0 0 30px 0;
  }
  .con_left img {
    width: 80%;
    height: 140px;
    margin: 25px 0 0;
  }
  .con_right img {
    width: 80%;
    height: 140px;
    margin: 0;
  }
  .con_right.w-all {
    width: 100%;
    text-align: center;
  }
  .con_center.w-all img {
    width: 100%;
    height: 140px;
  }
  .con_mv img {
    width: 100%;
    height: 140px;
  }
  .con_flex_img {
    width: 45%;
    text-align: center;
  }
  .con_flex_img .confl_lf {
    width: 100%;
    height: 200px;
  }
  .con_flex_img .confl_rt {
    width: 100%;
    height: 100px;
  }
  .dl_concept .con_flex_sten div:first-child img {
    height: 120px;
    margin-top: 50px;
  }
  .dl_concept .con_flex_sten div:last-child img {
    height: 100px;
  }
  .dl_concept .con_flex_sten {
    flex-wrap: wrap;
    height: 215px;
  }
  .dglpft img {
    height: 140px;
  }
} /*END*/