@charset "utf-8";
/* CSS Document */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: #4a4a4a;
  position: relative;
  font-style: normal;
  font-weight: 600;
}
a {
  text-decoration: none;
  color: #4a4a4a;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  display: block;
}
ul {
  list-style: none;
}
.wrap {
  width: 85%;
  margin: 0 auto;
  max-width: 1500px;
}
.center {
  text-align: center;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.even {
  flex-direction: row-reverse;
}
.flex-2 {
  width: 48%;
}
.flex-3 {
  width: 31%;
}
.white {
  color: #ffffff;
}
.txt p {
  margin-bottom: 15px;
  line-height: 1.8;
}
.en {
  font-family: "Josefin Sans", sans-serif;
}
.green {
  color: #7fb14e;
}
.blue {
  color: #7c98c1;
}
.pink {
  color: #fea8a8;
}
.red {
  color: #ff0004;
}

/*==================================================
ヘッダー
===================================*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
}
.header-wrap {
  padding: 10px;
  display: flex;
  align-items: center;
}
.header-left {
  width: 15%;
}
.header-right {
  width: 80%;
  margin-left: auto;
}

/*==================================================
グローバルメニュー
===================================*/
.menu {
  position: relative;
  width: 100%;
  text-align: center;
}
.menu > li {
  float: left;
  width: 14.2%;
  position: relative;
}

.menu > li a {
  display: block;
  font-size: 16px;
  position: relative;
}

.menu > li a span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #c8d8a3;
}

.menu > li:hover::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fea8a8;
  position: absolute;
  bottom: -12px;
  right: 50%;
  transform: translateX(50%);
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu > li:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu__second-level li a:hover {
  background: #7fb14e;
  color: #ffffff;
}

/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

.menu > li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #eff7dc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 99;
}

li.menu__single:hover ul.menu__second-level {
  top: 60px;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.menu__second-level li a {
  padding: 10px 0;
  color: #4a4a4a;
}

.menu > li a img {
  margin: 0 auto;
  width: 30%;
}

/*==================================================
メインビジュアル
===================================*/
#mv {
  position: relative;
  z-index: 1;
}
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
  background: url("../img/top/mv01.jpg");
}

.slider-item02 {
  background: url("../img/top/mv02.jpg");
}

.slider-item03 {
  background: url("../img/top/mv03.jpg");
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

.cp {
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: 20%;
  right: 50%;
  transform: translate(50%, 50%);
  font-size: 50px;
  text-align: center;
  text-shadow: #fff 0 6px 6px;
}
.cp img {
  margin: 0 auto;
}

/*==================================================
お知らせ
===================================*/
#topics {
  position: relative;
  z-index: 1;
  padding: 70px 0;
}
#topics::after {
  content: "";
  background-image: url("../img/top/topics.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 200px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 60px;
}
#topics .border {
  width: 90%;
  max-width: 1300px;
  border: 10px solid #c8d8a3;
  margin: 0 auto;
  padding: 55px 2%;
}
.t-flex {
  display: flex;
}
#topics .index-ttl {
  width: 20%;
  text-align: center;
}
.t-content {
  width: 80%;
}
#topics .index-ttl span {
  display: block;
}

#topics .topic {
  max-height: 400px;
  overflow-y: auto;
}

#topics .date {
  margin-top: 20px;
}

#topics .date:nth-child(1) {
  margin-top: 0;
}

.index-ttl {
  margin-bottom: 20px;
}
.index-ttl span {
  display: inline-block;
}
.index-ttl .ja {
  font-size: 34px;
  margin-right: 10px;
}
.index-ttl .en {
  font-size: 20px;
}

/*==================================================
医院情報
===================================*/
#information {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#information .left,
#information .right {
  /* width: 48%; */
  width: 100%;
}
#information .index-ttl span {
  position: relative;
  z-index: 1;
}
#information .index-ttl span::after {
  content: "";
  background-image: url("../img/top/ttl.png");
  width: 46px;
  height: 46px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -10px;
  right: -30px;
  z-index: -1;
}

.time-table {
  width: 100%;
  padding: 2%;
  background: #eff7dc;
  margin-bottom: 10px;
}
.biz-hour {
  width: 100%;
  border-collapse: collapse;
}
.biz-hour td,
.biz-hour th {
  text-align: center;
  padding: 5px;
}
.biz-hour td {
  width: 90px;
}
.biz-hour .body th {
  width: 280px;
}
thead.ryu {
  border-bottom: 1px solid #7fb14e;
}
.biz-hour-txt {
  font-size: 15px;
  line-height: 1.8;
}
#information .item {
  margin-bottom: 60px;
}

/*==================================================
口コミ評価
===================================*/
#review {
  background-image: url("../img/top/review_bg01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#review .bg {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  background-image: url("../img/top/review_bg02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 65px 0 80px;
  position: relative;
  z-index: 1;
}
#review .bg::before {
  content: "";
  background-image: url("../img/top/review03.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 160px;
  height: 120px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 1;
}
#review .wrap {
  max-width: 820px;
  position: relative;
  z-index: 1;
}
#review .ttl {
  max-width: 200px;
  text-align: center;
  font-size: 30px;
  padding: 10px 0;
  border: 3px solid #fff;
  margin-bottom: 30px;
}
#review .txt p {
  margin-bottom: 50px;
  font-size: 30px;
  text-align: center;
}
#review .txt span {
  font-size: 50px;
  color: #fff56b;
  position: relative;
  z-index: 1;
}
#review .txt span::after {
  content: "";
  background-image: url("../img/top/review02.png");
  width: 70px;
  height: 85px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -30px;
  right: -45px;
  z-index: -1;
}
.review-btn {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 2;
}
.review-btn:hover {
  opacity: 0.7;
}
.review-btn::after {
  content: "";
  background-image: url("../img/top/review04.png");
  width: 120px;
  height: 90px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
}

/*==================================================
ご挨拶・病院理念
===================================*/
#greeting {
  margin: 30px auto;
  background-image: url("../img/top/greeting_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 130px 0 200px;
  position: relative;
  z-index: 1;
}
#greeting::after {
  content: "";
  background-image: url("../img/top/greeting02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 220px;
  height: 255px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: -1;
}
#greeting .wrap {
  margin: 0 auto 0 0;
  width: 95%;
}
#greeting .img,
#index-philosophy .img {
  width: 50%;
}
#greeting .txtbox h3,
#index-philosophy .txtbox h3 {
  font-size: 25px;
  border-bottom: 1px dashed #7fb14e;
  margin-bottom: 20px;
}

#index-philosophy {
  margin: 45px auto;
  position: relative;
  z-index: 1;
}
#index-philosophy::after {
  content: "";
  background-image: url("../img/top/philosophy02.png");
  width: 150px;
  height: 170px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: -1;
}
#index-philosophy .flex {
  flex-direction: row-reverse;
  margin: 0 0 0 auto;
  width: 95%;
}

.more {
  width: 70%;
  max-width: 150px;
  margin: 45px auto 0;
}
.more-btn {
  display: block;
  text-align: center;
  padding: 15px 0;
  background: #eff7dc;
  font-size: 20px;
  border: 1px solid #7fb14e;
  border-radius: 0 10px 0 10px;
  position: relative;
  z-index: 1;
}
.more-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #7fb14e;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 1;
}
.more-btn:hover {
  opacity: 0.7;
}

/*==================================================
シンシア動物病院の特徴
===================================*/
#index-feature {
  background-image: url("../img/top/feature_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0 120px;
  position: relative;
  z-index: 1;
}
#index-feature::before {
  content: "";
  background-image: url("../img/top/feature_icon01.png");
  width: 195px;
  height: 140px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 7%;
  right: 10%;
  transform: translate(50%, -50%);
  z-index: 1;
}
#index-feature::after {
  content: "";
  background-image: url("../img/top/feature_icon02.png");
  width: 170px;
  height: 115px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 8%;
  left: 9%;
  transform: translate(-50%, 50%);
  z-index: 1;
}
#index-feature .index-ttl .en {
  font-size: 80px;
  font-weight: 700;
}
#index-feature .index-ttl .ja {
  font-size: 28px;
}
#index-feature .wrap {
  max-width: 1200px;
}
#index-feature .flex {
  margin-top: 100px;
}
.f-item {
  position: relative;
  z-index: 1;
  margin-bottom: 95px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
}
.f-item .number {
  position: absolute;
  top: -35px;
  left: 0;
  z-index: 1;
  font-size: 70px;
  font-weight: 700;
}
.f-item .ttl {
  padding-top: 30px;
  font-size: 30px;
}
.f-item img {
  margin: 0 auto;
}

/*==================================================
診療メニュー
===================================*/
#index-menu {
  background-image: url("../img/top/menu_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
#index-menu .wrap {
  max-width: 1200px;
}
.menu-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.menu-wrap li {
  width: 30%;
  margin-bottom: 25px;
}
.menu-wrap .menu-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #eff7dc;
  border: 5px solid #fff;
  border-radius: 20px;
  padding: 25px 0 35px;
}
.menu-btn img {
  margin: 0 auto 40px;
}
.menu-btn h3 {
  font-size: 20px;
}
.menu-btn:hover {
  opacity: 0.7;
}

/*==================================================
院長紹介
===================================*/
#index-doctor {
  background-image: url("../img/top/doctor_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0 200px;
}
#index-doctor .index-ttl .en {
  font-size: 80px;
}
#index-doctor .index-ttl .ja {
  font-size: 28px;
}
#index-doctor .flex {
  max-width: 1200px;
  margin: 0 auto;
}
#index-doctor .txt {
  width: 70%;
}
#index-doctor .img {
  width: 30%;
}
#index-doctor .img img {
  margin: 0 auto;
}

/*==================================================
採用情報・リンク
===================================*/
.index-flex {
  margin: 90px auto 120px;
}
#index-recruit,
#link {
  width: 50%;
}
.index-flex .txt,
.index-flex ul {
  width: 80%;
  max-width: 530px;
  margin: 0 auto;
}
#link ul li {
  margin-bottom: 30px;
}

/*==================================================
フッター
===================================*/
#footer {
  position: relative;
  z-index: 1;
}
.footer-top {
  background-image: url("../img/top/footer_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 45px 0;
}
.footer-top .left {
  width: 30%;
}
.footer-top .right {
  width: 65%;
}
.footer-top .left img {
  margin: 0 auto;
}
.footer-top .adress {
  padding: 15px 0;
}
.f-tel {
  display: block;
  width: 235px;
  margin: 0 auto 20px;
  color: #7fb14e;
  border: 1px solid #7fb14e;
  border-radius: 30px;
  padding: 10px 0;
  text-align: center;
  font-size: 25px;
  background: #eff7dc;
}
.f-line {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.footer-top a:hover {
  opacity: 0.7;
}

.copyright {
  font-size: 15px;
  text-align: center;
  padding: 15px 0;
  color: #ffffff;
  background: #7fb14e;
}

/*==================================================
ページトップに戻る
===================================*/
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #fea8a8;
  border-radius: 50%;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*==================================================
ここから下層ページ_医院紹介
===================================*/
#mainvisual {
  background-image: url("../img/subpage_bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 50vh;
  z-index: 1;
}
.page-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-shadow: 2px 2px 15px #fff, -2px 2px 15px #fff, 2px -2px 15px #fff,
    -2px -2px 15px #fff;
}
.page-ttl .en {
  font-size: 20px;
}
.page-ttl .ja {
  font-size: 34px;
}

.section {
  padding-top: 100px;
}
.w-1200 .wrap {
  max-width: 1200px;
}

.sec-ttl {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto 55px;
  position: relative;
  z-index: 1;
  padding: 50px 0 30px;
  background: #f5f9f4;
}
.sec-ttl .ja {
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: 5px solid #c8d8a3;
}
.sec-ttl::before {
  content: "";
  background-image: url("../img/sec-ttl01.png");
  width: 125px;
  height: 90px;
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 10px;
  z-index: -1;
}
.sec-ttl::after {
  content: "";
  background-image: url("../img/sec-ttl02.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: -1;
}

#philosophy .item {
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.border {
  border: 3px solid #dbdbdb;
  padding: 25px 3%;
}
#philosophy .item .number {
  width: 15%;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
#philosophy .item .number::before {
  content: "";
  background-image: url("../img/clinic/policy_bg.png");
  width: 110px;
  height: 105px;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#philosophy .item .txt {
  width: 80%;
  max-width: 900px;
}
.bg-gray {
  background: rgba(219, 219, 219, 0.4);
  padding: 45px 4%;
}
.list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.list li {
  margin-bottom: 20px;
  padding-left: 20px;
}
.list li::before {
  content: "";
  background-image: url("../img/list.png");
  width: 15px;
  height: 15px;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
}
#target li {
  width: 25%;
}

#nighttime-support .item {
  margin-bottom: 35px;
}
#nighttime-support .ttl {
  margin-bottom: 20px;
  font-weight: 700;
}

.facility-list .item {
  border: 1px solid #dbdbdb;
  margin-bottom: 40px;
}
.facility-list .img {
  padding: 1%;
}
.facility-list .ttl {
  font-size: 20px;
  padding: 20px 0;
  background: #eff7dc;
  margin-bottom: 10px;
}
.facility-list .txt {
  padding: 0 2%;
}

.content {
  padding-top: 60px;
}
.border-line {
  border-bottom: 3px dashed #fea8a8;
  margin-bottom: 40px;
  font-size: 20px;
}
.border-blue {
  border-bottom: 3px dashed #7c98c1;
}
.border-green {
  border-bottom: 3px dashed #7fb14e;
}
.info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
}
.info-list dt {
  background: #eff7dc;
  padding: 10px 0;
  text-align: center;
  width: 200px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.info-list dd {
  background: #fff;
  padding: 10px 0 10px 10px;
  width: calc(100% - 200px);
  border-bottom: 1px solid #ccc;
}

#access .content .img {
  margin-bottom: 100px;
}

/*==================================================
スライダーのためのcss
===================================*/

/*画像の横幅を100%にしてレスポンシブ化*/
#gallery img {
  width: 100%;
  height: auto;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 0 5px 0;
}

.gallery li {
  list-style: none;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc; /*矢印の色*/
  border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li {
  cursor: pointer;
  outline: none;
  background: #333;
  list-style: none;
}

.choice-btn li img {
  opacity: 0.4; /*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img {
  opacity: 1; /*選択されているものは透過しない*/
}

/*==================================================
下層ページ_院長・スタッフ紹介
===================================*/
.doctor {
  margin-bottom: 60px;
}
.doctor .txt {
  width: 70%;
}
.doctor .img {
  width: 30%;
}
.doctor .img img {
  margin: 0 auto;
}
.doctor-name {
  font-size: 25px;
  margin-bottom: 30px;
}
.doctor-name span {
  display: inline-block;
  font-size: 16px;
  padding-right: 10px;
}
.skill {
  background: #eff7dc;
  padding: 20px 2% 40px;
}
.skill .ttl {
  font-size: 20px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}
.skill ul li {
  margin-bottom: 10px;
}
.skill-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.skill-list dt {
  margin-bottom: 10px;
  width: 170px;
}
.skill-list dd {
  margin-bottom: 10px;
  width: calc(100% - 170px);
}

#recruit {
  margin-bottom: 100px;
}
#recruit p.txt {
  font-size: 23px;
}

/*==================================================
下層ページ_よくあるご質問
===================================*/
#faq {
  margin-bottom: 100px;
}
.faq-item {
  margin-bottom: 20px;
}
.faq-item div {
  display: flex;
}
.faq-item div span {
  width: 10%;
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 700;
  padding-left: 15px;
}
.faq-item div span::before {
  content: "";
  background-image: url("../img/faq.png");
  width: 55px;
  height: 55px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 30%;
  transform: translateX(-50%);
  z-index: -1;
}
.faq-item div p {
  width: 90%;
}
.faq-item .question {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.pet-pass-info {
  max-width: fit-content;
  margin-inline: auto;
}
.pet-pass__box {
  display: grid;
  grid-template-columns: 1fr 400px;
  column-gap: 20px;
  padding-bottom: 40px;
}

/*==================================================
下層ページ_診療メニュー
===================================*/
.price {
  width: 100%;
  border-collapse: collapse;
}
.price th,
.price td {
  text-align: center;
  padding: 10px 0;
  border: 1px solid #dbdbdb;
}
.price th {
  background: #eff7dc;
}
.price-dog th,
.price-dog td {
  width: 20%;
}
.price-rabbit th,
.price-rabbit td {
  width: 25%;
}
.price-cut th,
.price-cut td {
  width: 33.3%;
}
.tax {
  text-align: end;
  padding: 10px 0;
}
.list2 li {
  width: 100%;
}

#endoscope {
  margin-bottom: 100px;
}

.exo-btn {
  display: flex;
  justify-content: space-between;
}
.exo-btn li {
  width: 20%;
}

#trimming {
  margin-bottom: 100px;
}

/* 2507追加 */
.accordion-001 {
  width: 100%;
  background-color: #ffffff;
  margin-top: 30px;
}

.accordion-001_inner {
  padding: 50px 0;
  width: 95%;
  margin: 0 auto;
}

.accordion-001_inner h4 {
  font-size: 18px;
  margin: 30px 0 20px;
}

.accordion-001_inner h4 span {
  color: #fea8a8;
}

.accordion-001:not([open]) {
  margin-bottom: 30px;
}

.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 0 10px 0 10px;
  background-color: #eff7dc;
  color: #4a4a4a;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #7fb14e;
  font-size: 20px;
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: #7fb14e;
  content: "";
}

.accordion-001 summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.accordion-001 summary::after {
  transition: rotate 0.3s;
}

.accordion-001[open] summary::after {
  rotate: 90deg;
}

.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding-bottom: 20px;
  color: #4a4a4a;
  transition: transform 0.5s, opacity 0.5s;
  line-height: 1.8;
}

.accordion-001[open] p {
  transform: none;
  opacity: 1;
}

.accordion-001_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.accordion-001_table th,
.accordion-001_table td {
  padding: 10px;
  border: 1px solid #dbdbdb;
}

.accordion-001_table th {
  background: #eff7dc;
}

/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 上から */

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左から */

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右から */

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*==================================================
お知らせ個別（single）
===================================*/
.single-header .sec-ttl {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 50px 0 30px;
  background: #f5f9f4;
}

.container article {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto 55px;
  position: relative;
  z-index: 1;
  padding: 50px 0 30px;
  background: #f5f9f4;
}

.single-date,
.single-body,
.single-nav,
.pagination {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 90px;
}

.single-body {
  margin-bottom: 50px;
}

.single-nav {
  padding: 20px 90px;
  margin-left: 90px;
  margin-right: 90px;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-prev,
.nav-next {
  flex: 1;
}

.nav-prev {
  text-align: left;
}

.nav-next {
  text-align: right;
}

.nav-prev a,
.nav-next a {
  display: inline-block;
  color: #66413f;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #66413f;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.nav-prev a:hover,
.nav-next a:hover {
  background-color: #66413f;
  color: #fff;
}

.back-to-archive {
  text-align: center;
  width: 70%;
  max-width: 150px;
  margin: 45px auto 0;
}

.back-to-archive a {
  display: block;
  text-align: center;
  padding: 15px 0;
  background: #eff7dc;
  font-size: 20px;
  border: 1px solid #7fb14e;
  border-radius: 0 10px 0 10px;
  position: relative;
  z-index: 1;
}

.back-to-archive a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #7fb14e;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 1;
}

.back-to-archive a:hover {
  opacity: 0.7;
}

.read-more a {
    color: #6592cb;;
    text-decoration: none;
    font-weight: bold;
}
.read-more a:hover {
    text-decoration: underline;
}

#archive .single-date {
	margin: 0;
}

.archive .single-date,
.archive .single-title,
.excerpt,
.read-more {
	padding: 0 90px;
}

.read-more {
	text-align: right;
}

.pagination {
	margin-bottom: 40px;
}