/* -------------------------
   会社情報の下
------------------------- */
.side {
  float: left;
  width: 240px;
  font-size: 0.71em;
  line-height: 1.6;
}

.s-info {
  background: #f4f7fb;
  margin-bottom: 20px;
  padding: 19px 20px;
  border: 1px solid #b4d5f5;
  border-top-width: 0px;
  color: #2c4c6d;
  margin-top: -5px;
}

.s-info h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #2c4c6d;
}

.s-info .s-add {
  font-size: 1.2em;
}

.s-info .s-text {
  margin: 15px 0;
  padding: 13px 0;
  border-top: 1px solid #b4d5f5;
  border-bottom: 1px solid #b4d5f5;
}

.s-logo {
  text-align: center;
  margin-bottom: 20px;
}

.contentslist .img-category img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* -------------------------
   電話番号
------------------------- */
.s-title {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  color: #333333;
}

.s-tel {
  margin-bottom: 15px;
  line-height: 1.2;
  color: #2c4c6d;
}

.s-tel span {
  display: inline-block;
  margin-left: 0em;
  font-size: 25px;
  font-family: "Crimson Text", serif;
  color: #2c4c6d;
}

.s-tel1 {
  margin-bottom: 12px;
}

.s-tel1 span {
  font-family: "Crimson Text", serif;
  color: #2c4c6d;
}

.s-tel1 span + span {
  margin-left: 0.5em;
}

.s-tel span.tellink {
  background: url(../img/h_phone01.jpg) 0 0px no-repeat;
  padding-left: 40px;
  line-height: 0.7;
}

.s-tel1 span.tellink2 {
  font-size: 2.6em;
  background: url(../img/h_phone02.jpg) 0 2px no-repeat;
  padding-left: 30px;
  line-height: 1;
}

.s-tel1 span.tellink3 {
  font-size: 24px;
  background: url(../img/h_phone03.jpg) 0 2px no-repeat;
  padding-left: 30px;
  line-height: 1;
}

.s-tel a,
.s-tel1 a {
  font-weight: normal;
  text-decoration: none;
  color: #2d4d6e;
}

.s-time {
  font-size: 1.2em;
}

/* -------------------------
   アニマルライフケア沼津logo画像
------------------------- */
.contentslist {
  margin-bottom: 30px;
  font-size: 1.2em;
}

.contentslist > li {
  margin-top: 20px;
  font-size: 1.4rem;
}

.contentslist > li.first {
  margin-top: 0;
}

.contentslist .img-category {
  text-align: center;
}

.contentslist .img-category img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.contentslist .img-category.nolink .n_title {
  display: none;
}

/* テキストのみのとき */
.nolink .n_title {
  display: block;
  background: url(../img/icon_arrow_r.png) right 17px top 14px no-repeat;
  border-bottom: 2px solid #6fadec;
  padding: 8px 35px 5px 18px;
  font-weight: bold;
  color: #2d4d6e;
}

/* テキスト+リンクのとき */
.text-category.text-link {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
}

.contentslist .parent-text > a,
.contentslist .text-link a {
  display: block;
  position: relative;
  width: 100%;
  border: 3px solid #e3ebf4;
  background: #e3ebf4;
  padding: 15px 35px 14px 15px;
  text-decoration: none;
  font-weight: bold;
  color: #2d4d6e;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.contentslist .parent-text > a::before,
.contentslist .text-link a::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 17px;
  width: 14px;
  height: 14px;
  background: url(../img/icon_arrow_b.png) center no-repeat;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.contentslist .parent-text > a:hover,
.contentslist .text-link a:hover {
  background: #fff;
}

.contentslist .parent-text > a:hover::before,
.contentslist .text-link a:hover::before {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

/* -------------------------
   葬儀マップ＋memorialグッズ
------------------------- */
.s-banner {
  margin-bottom: 30px;
}

.s-banner li.width50 {
  float: left;
  width: 115px;
  margin-right: 10px;
}

.s-banner li {
  margin-bottom: 20px;
}

.s-banner .s-banner__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid #e0e0e0;
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, serif, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  color: #212539;
}

.s-banner__item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* モバイルメニュー
------------------------------*/
/* background */
.drawer--left .drawer-hamburger {
  display: none;
  top: 5px;
  left: auto;
  right: 5px;
  width: 3rem;
  background: url(../img/bg_contact.jpg) repeat;
  border-radius: 5px;
  padding: 12px 8px 22px;
}
.drawer--left.drawer-open .drawer-hamburger {
  left: auto;
  right: 5px;
}
/* line */
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #6fadec;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.drawer-nav {
  display: none;
}
/* menu */
.drawer--left .drawer-nav {
  display: none;
  left: -260px;
  width: 260px;
  background: #fff;
}
.drawer-menu {
  padding: 20px 10px;
}
.drawer--left .drawer-nav > li {
  margin-bottom: 50px;
}
.drawer--left.drawer-open .drawer-nav {
  left: 0;
}
.drawer-nav .contentslist {
  font-size: 1.2rem;
}
.sp-nav {
  margin-bottom: 30px;
}
.sp-nav > li {
  margin-bottom: 1px;
}
.sp-nav a {
  display: block;
  position: relative;
  padding: 14px 20px 12px;
  background: url(../img/nav_bg.jpg) repeat;
  text-decoration: none;
  text-align: center;
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, serif, "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 1.16em;
  color: #003366;
}
.sp-nav a:hover {
  background: url(../img/bg_sp.jpg) repeat;
  color: #fff;
  text-shadow: 0 0 5px rgba(141, 107, 182, 0.75);
}

.sp-banner {
  margin-bottom: 30px;
}
.sp-banner li {
  margin-bottom: 10px;
  text-align: center;
}
.accordion-004 {
  max-width: 500px;
  border: 2px solid #d6dde3;
  border-radius: 5px;
  background: url(../img/bg_sp.jpg) repeat;
}

.accordion-004 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.accordion-004 summary::-webkit-details-marker {
  display: none;
}

.accordion-004 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.3s;
}

.accordion-004[open] summary::after {
  transform: rotate(225deg);
}

.accordion-004 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  transition:
    transform 0.5s,
    opacity 0.5s;
}

.accordion-004[open] p {
  transform: none;
  opacity: 1;
}
.accordion-004 a {
  text-align: center;
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, serif, "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 1.16em;
  color: #003366;
  margin-left: 2em;
}

@media screen and (max-width: 680px) {
  body {
    min-width: 320px;
  }

  img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  table {
    border-bottom: 1px solid #e1e1e1;
    table-layout: auto;
  }

  .module.mod_text th,
  .module.mod_text td {
    padding: 11px 10px 8px;
  }

  .seotext span {
    display: none;
  }

  /* content */
  .main {
    width: 100%;
    padding: 30px 0;
  }

  .content {
    float: none;
    width: 92.6%;
    margin: 0 3.2%;
  }

  .drawer-nav .side,
  .drawer-nav .s-banner {
    display: none !important;
  }

  /* side本体 */
  .side {
    display: block !important;
    float: none !important;
    width: 92.6% !important;
    margin: 0 3.2% !important;
    font-size: 0.71em;
    line-height: 1.6;
  }

  .side > * {
    display: none !important;
  }

  .side .s-banner {
    display: block !important;
    margin-bottom: 30px;
    text-align: center;
  }

  .side .s-banner li {
    display: block !important;
    margin-bottom: 20px;
    text-align: center;
  }

  .side .s-banner li.width50 {
    float: none !important;
    width: auto !important;
    margin: 0 auto 20px !important;
  }

  .side .s-banner img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }

  .side .s-banner .s-banner__item a {
    height: 60px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .main {
    padding: 30px 0;
  }
}
