@charset 'utf-8';

/* *****************
TENPO CSS
******************** */

#news {
  margin-bottom: 140px;
}

/* ページナビ
-------------------- */

.pagenav {
  color: #5a5a5a;
  font-size: 3rem;
  margin-bottom: 100px;
  text-align: center;
}

.pagenav span {
  color: #a20007;
}

.pagenav a {
  color: #5a5a5a;
}

/* info btn
-------------------- */

.information_btn {
  margin: 0 auto;
  max-width: 768px;
  padding-bottom: 50px;
  text-align: center;
}

/**
 * 2020-12-24.information_btnの色を変更
 */

.information_btn a {
  /* background: rgba(193, 213, 238, .8); 青色 */
  background: rgba(190, 70, 70, .1);
  border: 1px solid rgba(0, 0, 0, .07);
  /* color: #010082; 青色 */
  color: #e34f4f;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  line-height: 1.5;
  padding: .625em .625em;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.information_btn a:hover {
  text-decoration: underline;
}

/* LINE
-------------------- */

.line {
  margin-bottom: 50px;
  text-align: center;
}

.line_text {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.line .line_btn img {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  width: initial;
  width: auto; /* IE対応 */
}

.line .line_btn img:hover {
  opacity: .8;
}

/* バッチ
-------------------- */

.badge::before {
  background: url(../images/badge.png) no-repeat;
  content: '';
  display: block;
  height: 100px;
  left: 4px;
  position: absolute;
  top: 3px;
  width: 100px;
  z-index: 998;
}

#tenpoHeader {
  padding-top: 70px;
}

#tenpoHeader h2 {
  color: #5a5a5a;
  font-family: 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 5rem;
  margin-bottom: 50px;
}

#tenpoHeader .tenpoHeader_nav {
  margin-bottom: 25px;
}

#tenpoHeader .tenpoHeader_nav nav ul {
  font-size: 2rem;
  line-height: 25px;
}

#tenpoHeader .tenpoHeader_nav nav ul li {
  border-right: 1px solid #000;
  display: inline-block;
  padding: 0 .896em;
}

#tenpoHeader .tenpoHeader_nav nav ul li:first-child {
  padding-left: 0;
}

#tenpoHeader .tenpoHeader_nav nav ul li:last-child {
  border-right: none;
}

#tenpoHeader .tenpoHeader_nav nav ul li a {
  color: #000;
}

#tenpoHeader .tenpoHeader_nav nav ul li a:hover {
  border-bottom: 1px solid #000;
}

#tenpoHeader .keyvisual {
  margin-bottom: 80px;
}

#tenpoHeader .keyvisual img {
  vertical-align: bottom;
}

#tenpoNews h3 {
  border-bottom: 1px solid #5a5a5a;
  color: #5a5a5a;
  font-family: 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 5rem;
  margin-bottom: 70px;
  padding-bottom: 30px;
  text-align: center;
}

#tenpoNews .next {
  margin-top: 40px;
}

#tenpoNews .bnr {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

#tenpoNews .bnr::after,
#tenpoNews .bnr .bnr_box {
  width: calc((100% - 40px) / 2);
}

#tenpoNews .bnr .bnr_box .bgBlue,
#tenpoNews .bnr .bnr_box .bgRed {
  overflow: hidden;
  padding-top: 36.363%;
  position: relative;
  width: 100%;
}

#tenpoNews .bnr .bnr_box .bgBlue img,
#tenpoNews .bnr .bnr_box .bgRed img {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  width: 100%;
}

#tenpoNews .bnr .bnr_box .bgBlue img:hover,
#tenpoNews .bnr .bnr_box .bgRed img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

#tenpoNews .bnr .bnr_box {
  pointer-events: fill;
  position: relative;
}

#tenpoNews .bnr .bnr_box .bnr_box_heading {
  background-color: #fff;
  color: #000;
  font-size: 3.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 50%;
  line-height: 1.66;
  max-width: 300px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -85%);
  transform: translate(-50%, -85%);
  width: 100%;
}

#tenpoNews .bnr .bnr_box .bnr_box_text {
  border: 1px solid #fff;
  color: #fff;
  font-size: 2.6rem;
  left: 50%;
  line-height: 1.7;
  max-width: 250px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, 15%);
  transform: translate(-50%, 15%);
  width: 100%;
}

#tenpoInfo .tenpoInfo_map {
  height: 450px;
  overflow: hidden;
  padding-bottom: 39.475%;
  position: relative;
}

#tenpoInfo .tenpoInfo_map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#tenpoInfo .tenpoInfo_list,
#barrier .barrier_list {
  margin-bottom: 50px;
}

#tenpoInfo .tenpoInfo_list dl,
#heisetu .heisetu_list dl,
#barrier .barrier_list dl {
  border-bottom: 1px solid #5a5a5a;
  color: #5a5a5a;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 1.20833em 0;
  width: 100%;
}

#tenpoInfo .tenpoInfo_list dl dt {
  width: 20%;
}

#tenpoInfo .tenpoInfo_list dl dd {
  width: 80%;
}

#tenpoInfo .tenpoInfo_map {
  margin-bottom: 100px;
}

#service,
#petCenter,
#heisetu,
#toriatukai {
  margin-bottom: 150px;
}

#tenpoInfo h3,
#service h3,
#petCenter h3,
#heisetu h3,
#toriatukai h3,
#hikitori h3,
#barrier h3 {
  background: #ebebeb;
  color: #5a5a5a;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 5rem;
  height: 2em;
  line-height: 2em;
  text-align: center;
}

/* --- アコーディオンボタン --- */

.service__btn {
  color: #5a5a5a;
  font-size: 2.4rem;
  line-height: 2;
  padding: 0 20px;
  position: relative;
}

.service__btn::before {
  color: #5a5a5a;
  content: '\02228';
  display: block;
  position: absolute;
  right: 3%;
  top: 2%;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.service__btn.active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#service p {
  font-size: 2rem;
  margin: 20px 0 80px 0;
  text-align: right;
}

#service .flex div:first-child {
  padding-right: 30px;
}

#service .flex div dl,
#hikitori .flex div dl {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 2.5em;
}

#service .flex div dl:last-child {
  margin-bottom: 0;
}

#service .flex div dl dt,
#hikitori .flex div dl dt {
  color: #b40000;
}

#petCenter p {
  font-size: 2rem;
  margin: 20px 0 80px 0;
  text-align: left;
}

#petCenter .pet-ichiran {
  background: #5a5a5a;
  color: #fff;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 3rem;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: center;
  width: 400px;
}

#petCenter .pet-content {
  margin-bottom: 100px;
}

#heisetu .heisetu_list dl dt {
  white-space: nowrap;
  width: 15%;
}

#heisetu .heisetu_list dl dd {
  width: 85%;
}

#heisetu .heisetu_list dl ul {
  -webkit-box-pack: start;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

#heisetu .heisetu_list dl ul li:first-child {
  width: 40%;
}

#heisetu .heisetu_list dl ul li:last-child {
  margin-left: 1%;
  width: 59%;
}

#heisetu .heisetu_list_first img {
  height: 36px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  width: auto;
}

#heisetu .heisetu_list_first {
  width: auto !important;
}

#heisetu .heisetu_list_second {
  margin-left: 2%;
  width: 30%;
}

#heisetu .heisetu_list_second a {
  color: #5a5a5a;
}

#heisetu .heisetu_list_third {
  margin-left: 2% !important;
  width: 53% !important;
}

#toriatukai .shizai_table {
  margin-top: 30px;
}

#toriatukai .shizai_table table {
  text-align: center;
  width: 100%;
}

#toriatukai .shizai_table table,
#toriatukai .shizai_table table thead tr th,
#toriatukai .shizai_table table thead tr td,
#toriatukai .shizai_table table tbody tr th,
#toriatukai .shizai_table table tbody tr td {
  border: 1px solid #5a5a5a;
  border-collapse: collapse;
}

#toriatukai .shizai_table table thead tr th,
#toriatukai .shizai_table table thead tr td,
#toriatukai .shizai_table table tbody tr th,
#toriatukai .shizai_table table tbody tr td {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: .5em .5em;
}

#toriatukai .shizai_table table thead,
#toriatukai .shizai_table table tbody tr th {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}

#hikitori p,
#barrier p {
  font-size: 2rem;
  line-height: 1.5;
  margin: 20px 0 80px 0;
  text-align: left;
}

#barrier .barrier_list dl dd img {
  height: 100%;
  margin-right: 1%;
  max-width: 1.666em;
  vertical-align: bottom;
  width: 2.5em;
}

#barrier .barrier_list dl dd img:last-child {
  margin-right: 0;
}

#barrier .barrier_list dl dt {
  width: 33%;
}

#barrier .barrier_list dl dd {
  display: -webkit-inline-box;
  display: inline-flex;
  width: 67%;
}
