@charset "UTF-8";

#content * {
  line-height: 1.7;
  color: #6e6b6e;
}
#content .article h3 {
    font-size: 3rem;
    line-height: 55px;
  background: #a5cf2b;
  padding: 0 0 0 25px;
    color: #a5cf2b;            /* 文字の色 */
    letter-spacing : 6px;                /* 文字間 */
    text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
}
.nomal_size {
  font-size: 1.6rem;
}
.nomal_size {
}

#content .article .orange_text {
	color: #f57e00;
}

#content .article .green_list,
#content .article .orange_list {
	list-style: none;
}
#content .article .green_list li,
#content .article .orange_list li {
	padding-left: 1.5em;
	position: relative;
}
#content .article .green_list li:before {
	content: "●";
	color: #86ced3;
	position: absolute;
	left: 0px;
	top: 0px;
}
#content .article .kome_list li {
    list-style: none;
	padding-left: 1em;
	position: relative;
}
#content .article .kome_list li:before {
	content: "※";
	color: #000;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* メリット */
#content .merit {
}

/* ホテル中の生活 */
#content .living h3 ~ div {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
#content .living .report_note {
    width: 536px;
}
#content .living .living_img {
    text-align: center;
    margin-top: 10px;
}
#content .living .report {
    width: 500px;
    background: url("../pethotel/image/back_noise.jpg");
    border: solid 5px #86ced3;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
    overflow: hidden;
    margin-right: 50px;
}
#content .living .report dl {
}
#content .living .report dt {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 53px;
    color: #fff;
    background: #86ced3;
    margin-bottom: 21px;;
    text-align: center;
    position: relative;
}
#content .living .report dt:after {
    content: '';
    display: block;
    width: 100%;
    height: 21px;
    background: url("../pethotel/image/noren.png");
    background-size: contain;
    position: absolute;
    left: 0px;
    bottom: -21px;
}
#content .living .report dd {
    font-weight: bold;
    padding: 20px 50px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#content .living .report dd .repo_img {
    width: 118px;
    border: solid 2px #d4d4d4;
}
#content .living .report dd strong {
    color: #a5cf2b;
}

/* 予約方法 */
#content .reserv_contact .reserv_contact_tel {
    background: #51515d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1em 2em;
    display: table;
}
#content .reserv_contact .reserv_contact_tel p {
    font-family: "Noto Sans Japanese", serif;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
}


/* お預かり/お迎え時間 */
#content .tametable > div ul.tametable_detail {
}
#content .tametable > div ul.tametable_detail li {
	list-style: none;
	margin-bottom: 12px;
}
#content .tametable > div ul.tametable_detail li dl {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
#content .tametable > div ul.tametable_detail li dl dt {
	font-family: "Noto Sans Japanese", serif;
	font-weight: 500;
	color: #fff;
	background: #86ced3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 0.5em;
	width: 10em;
	margin-bottom: auto;
}
#content .tametable > div ul.tametable_detail li dl dd {
	padding: 0 1em;
}
#content .tametable > div ul.tametable_detail li dl dd span {
    display: inline-block;
}
#content .tametable > div .kome_list {
    font-size: 1.4rem;
}

/* 持ち物 */
#content .property sup {
    line-height: 1;
}

/* オプション */
#content .option {
}

/* スタッフより */
#content .end_note > div {
    background: #51515d;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 50px 50px;
    text-align: center;
    position: relative;
    max-width: 960px;
    margin: auto;
}
#content .end_note > div:after {
    content: '';
    display: block;
    width: 56px;
    height: 81px;
    background: url("../pethotel/image/dog.png") no-repeat center bottom;
    background-size: contain;
    position: absolute;
    right: 24px;
    bottom: 17px;
}
#content .end_note > div dl {
    font-size: 1.8rem;
    font-weight: bold;
}
#content .end_note > div dl * {
    color: #fff;
    font-weight: bold;
}
#content .end_note > div dl dt {
    font-size: 2.4rem;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 1199px) {
#content .article h3 {
    font-size: 2.2rem;
    line-height: 45px;
  padding: 0 0 0 15px;
    letter-spacing : 4px;
}
.nomal_size {
  font-size: 1.5rem;
}

/* メリット */
#content .merit {
}

/* ホテル中の生活 */
#content .living .report_note {
    width: 50%;
}
#content .living .report {
    width: 46%;
    border-width: 4px;
    margin-right: 0;
}
#content .living .report dt {
    font-size: 2rem;
    line-height: 45px;
    margin-bottom: 18px;;
}
#content .living .report dt:after {
    height: 18px;
    bottom: -18px;
}
#content .living .report dd {
    padding: 15px 30px;
}
#content .living .report dd .repo_img {
    width: 118px;
    margin-left: 15px;
    flex-shrink: 0;
}

/* 予約方法 */
#content .reserv_contact .reserv_contact_tel p {
    font-size: 2rem;
}

/* お預かり/お迎え時間 */
#content .tametable > div ul.tametable_detail {
	display: block;
}
#content .tametable > div ul.tametable_detail li {
	width: 100%;
	margin-bottom: 10px;
}
#content .tametable > div ul.tametable_detail li dl {
	display: -webkit-flex;
	display: flex;
}
#content .tametable > div ul.tametable_detail li dl dt {
	padding: 0.3em;
}
#content .tametable > div ul.tametable_detail li dl dd {
	padding: 0 0.5em;
	width: 60%;
	width: -webkit-calc(100% - 10em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 10em);/*Firefox4~15対応*/
	width: calc(100% - 10em);
}
#content .tametable > div .kome_list {
    font-size: 1.3rem;
}
/* その他 */
#content .others {
	display: block;
}
#content .others > div {
	width: 100%;
}
#content .others > div:nth-child(4) dl dt {
	color: #f57e00;
	background: #ffe7ce;
	border-bottom: 4px solid #f57e00;
}
#content .others > div:nth-child(3) dl dt {
	color: #06981c;
	background: #e6f6e8;
	border-bottom: 4px solid #06981c;
}
#content .others > div dl dd {
	padding: 10px 0px 15px;
}
#content .article.others > div:nth-child(odd) li:before {
	color: #54ac61;
}
#content .article.others > div:nth-child(even) li:before {
	color: #f6861d;
}
#content .others > div .hotel_info {
	border-color: #54ac61;
}
#content .others > div .hotel_info .hotel_info_title {
	color: #06981c;
}
/* スタッフより */
#content .end_note > div {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 80px;
}
#content .end_note > div:after {
    width: 50px;
    height: 72px;
    right: 15px;
    bottom: 10px;
}
#content .end_note > div dl {
    font-size: 1.6rem;
}
#content .end_note > div dl dt {
    font-size: 2rem;
}
}

@media screen and (max-width: 767px) {
#content .article h3 {
    font-size: 1.8rem;
    line-height: 38px;
  padding: 0 0 0 15px;
    letter-spacing : 4px;
    text-shadow    : 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;
}
.nomal_size {
  font-size: 1.3rem;
}

  #content .titlearea {
    height: 130px;
  }
  #content .titlearea:before {
      height: 130px;
  }
  #content .titlearea div.pagetitle {
      height: auto;
      top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #content .titlearea div.pagetitle .h2title {
    display: block;
      height: auto;
  }
  #content .titlearea div.pagetitle .h2title h2 {
      line-height: 1.8;
  }
  #content .titlearea div.pagetitle .h2title p {
      text-align: right;
    line-height: 2;
  }
/* メリット */
#content .merit {
}
/* ホテル中の生活 */
#content .living h3 ~ div {
    display: block;
}
#content .living .report_note {
    width: 100%;
}
#content .living .living_img {
    max-width: 360px;
    margin: 10px auto 20px;
}
#content .living .report {
    display: table;
    width: auto;
    border-width: 3px;
    margin: auto;
}
#content .living dl {
    display: table;
}
#content .living .report dt {
    font-size: 1.8rem;
    line-height: 40px;
    margin-bottom: 12px;;
}
#content .living .report dt:after {
    height: 12px;
    bottom: -12px;
}
#content .living .report dd {
    padding: 10px 15px;
}
#content .living .report dd p {
    margin: auto;
}
#content .living .report dd p.repo_img {
    width: 100px;
    margin-left: 0 0 0 15px;
}
/* 予約方法 */
#content .reserv_contact .reserv_contact_tel {
  padding: 0.5em 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#content .reserv_contact .reserv_contact_tel p {
    font-size: 1.6rem;
}
/* お預かり/お迎え時間 */
#content .tametable > div .kome_list {
    font-size: 1.2rem;
}
/* スタッフより */
#content .end_note > div {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 10px 55px;
    margin-bottom: 30px;
}
#content .end_note > div:after {
    width: 46px;
    height: 67px;
    right: 20px;
    bottom: -15px;
}
#content .end_note > div dl {
    font-size: 1.6rem;
}
#content .end_note > div dl dt {
    font-size: 2rem;
}
#content .end_note > div dl {
    font-size: 1.4rem;
}
}

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

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

