@charset "UTF-8";
/* font $size
====================================== */
/* font family
====================================== */
/* colors 色管理
====================================== */
/* border 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
/*----------------------------------------------------
	INDEX PAGE
----------------------------------------------------*/
.swiper-button-prev, .swiper-button-next {
  width: 56px !important;
  height: 56px !important;
  transform: translateY(-50%);
  margin: 0 !important;
  border-radius: 100%;
  border: 1px solid #016f58;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev {
  background: url("../img/common/arrow_prev.svg") no-repeat;
  left: calc(50% - 735px) !important;
  right: auto !important;
}
@media screen and (max-width: 1300px) {
  .swiper-button-prev {
    left: calc(50% - 585px) !important;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-button-prev {
    left: calc(50% - 485px) !important;
  }
}
@media screen and (max-width: 820px) {
  .swiper-button-prev {
    left: calc(50% - 335px) !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next {
  background: url("../img/common/arrow_next.svg") no-repeat;
  right: calc(50% - 735px) !important;
  left: auto !important;
}
@media screen and (max-width: 1300px) {
  .swiper-button-next {
    right: calc(50% - 585px) !important;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-button-next {
    right: calc(50% - 485px) !important;
  }
}
@media screen and (max-width: 820px) {
  .swiper-button-next {
    right: calc(50% - 335px) !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    display: none;
  }
}

.swiper-mv .swiper-slide {
  width: 100% !important;
  max-width: 1400px;
}
@media screen and (max-width: 1300px) {
  .swiper-mv .swiper-slide {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-mv .swiper-slide {
    max-width: 900px;
  }
}
@media screen and (max-width: 820px) {
  .swiper-mv .swiper-slide {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-mv .swiper-slide {
    max-width: auto;
  }
}

.column-mv {
  background: #f7f8f9;
  padding-bottom: 50px;
}

/* news */
@media screen and (max-width: 767px) {
  .column-news .com-btn-02 a {
    margin: 30px auto 0 auto;
  }
}

.tit_area {
  align-items: baseline;
  margin-bottom: 30px;
}

.news_list li {
  border-bottom: 1px solid #d3d1d1;
  position: relative;
}
.news_list li:before, .news_list li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.news_list li:before {
  content: "";
  right: 23px;
  width: 11px;
  height: 1px;
  background: #016f58;
}
.news_list li:after {
  content: "";
  right: 23px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #016f58;
  border-right: 1px solid #016f58;
  transform: rotate(45deg);
}
.news_list li:first-child {
  border-top: 1px solid #d3d1d1;
}
.news_list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 820px) {
  .news_list li a {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news_list li a:after {
  content: "";
  border-right: 1px solid #d3d1d1;
  position: absolute;
  right: 55px;
  height: 70%;
}
.news_list li a .title {
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .news_list li a .title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news_list li a .title {
    width: 75%;
  }
}

.date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

.cat {
  color: #016f58;
  text-align: center;
  padding: 2px 15px;
  font-weight: 400;
  min-width: 100px;
  border: 1px solid #016f58;
  border-radius: 30px;
  font-size: 13px;
  font-size: 1.3rem;
}

.butsudan_list {
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .butsudan_list {
    flex-wrap: wrap;
  }
}
.butsudan_list li {
  width: calc(25% - 30px);
}
@media screen and (max-width: 820px) {
  .butsudan_list li {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .butsudan_list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .butsudan_list figure {
    width: 80%;
    margin: 0 auto;
  }
}
.butsudan_list .text {
  margin-top: 20px;
}
.butsudan_list .text p {
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
}

.line {
  border-top: 1px solid #dddddd;
}

.column-ohaka {
  background: url("../img/common/bg_gray.jpg");
}

.body-top {
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .body-top {
    gap: 40px;
  }
}
@media screen and (max-width: 820px) {
  .body-top {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.body-top .com-tit-02 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid;
}
@media screen and (max-width: 1023px) {
  .body-top .com-tit-02 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .top_right {
    flex-wrap: wrap;
  }
}
.top_right li {
  background: #fff;
  padding: 20px;
  width: 50%;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .top_right li {
    flex-wrap: wrap;
    width: 100%;
  }
}
.top_right figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
  border-radius: 6px;
}
.top_right .text {
  margin-top: 10px;
}
.top_right .text .com-tit-03 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 1023px) {
  .top_right .text .com-tit-03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.top_right .text p {
  font-weight: 400;
}

.body-bottom {
  margin-top: 30px;
}
.body-bottom .top_right li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .body-bottom .top_right li {
    gap: 10px;
  }
}
.body-bottom .top_right figure {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .body-bottom .top_right figure {
    width: 100%;
  }
}
.body-bottom .top_right figure img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .body-bottom .top_right figure img {
    height: 200px;
  }
}
.body-bottom .top_right .text {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .body-bottom .top_right .text {
    width: 100%;
  }
}
.body-bottom .top_right .text .com-tit-03 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .body-bottom .top_right .text .com-tit-03 {
    text-align: center;
  }
}
.body-bottom .top_right .text .com-btn-05 a {
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .body-bottom .top_right .text .com-btn-05 a {
    margin: 30px auto 0 auto;
  }
}
.body-bottom .top_right .jumoku_logo {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #df6a5d;
  border-radius: 0 6px 6px 0;
}
.body-bottom .top_right .jumoku_logo img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .body-bottom .top_right .jumoku_logo img {
    width: 150px;
  }
}

/* reason */
.column-reason {
  position: relative;
  background: #f9f9f9;
}
.column-reason:before {
  content: "";
  background-size: cover;
  background: url("../img/top/reason01.jpg") no-repeat;
  margin-top: 50px;
  height: 420px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .column-reason:before {
    height: 300px;
  }
}
.column-reason .inner {
  position: relative;
  z-index: 1;
}
.column-reason .com-tit-04 {
  margin-top: 50px;
}

.reason_list {
  flex-wrap: wrap;
  gap: 50px 20px;
}
.reason_list li {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 820px) {
  .reason_list li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .reason_list li {
    width: 100%;
  }
}
.reason_list li figure img {
  border-radius: 6px;
}
.reason_list li .text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .reason_list li .text {
    margin-top: 10px;
  }
}
.reason_list li .text > p {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
.reason_list li a {
  color: #016f58;
  border-bottom: 1px solid;
  font-weight: 600;
}

/* banner */
.column-banner {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .column-banner {
    padding: 60px 0;
  }
}

.banner_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.banner_list img {
  border-radius: 6px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

/* voice */
.column-blog .inner {
  position: relative;
}
.column-blog .swiper-button-prev,
.column-blog .swiper-button-next {
  top: 55% !important;
}
.column-blog .swiper-button-prev {
  left: calc(50% - 670px) !important;
}
@media screen and (max-width: 1300px) {
  .column-blog .swiper-button-prev {
    left: 10px !important;
    background-size: contain;
  }
}
.column-blog .swiper-button-next {
  right: calc(50% - 670px) !important;
}
@media screen and (max-width: 1300px) {
  .column-blog .swiper-button-next {
    right: 10px !important;
    background-size: contain;
  }
}

.column-voice {
  background: #f6f5ef;
}

.blog_list {
  margin: 40px 0 10px 0;
}
.blog_list li {
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 0 0;
}
.blog_list li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 180px;
}
.blog_list li figure .noimg {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f9f6;
}
.blog_list li figure .noimg img {
  height: auto;
  width: auto;
}
.blog_list li .text {
  padding: 20px;
}
.blog_list li .date {
  font-size: 14px;
  font-size: 1.4rem;
}
.blog_list li .title {
  line-height: 1.4;
  margin-bottom: 10px;
}
.blog_list li .content {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

/* consulting */
.column-consulting {
  background: #f3f1e2;
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .column-consulting {
    margin: 0 15px;
  }
}

.text_catch {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 820px) {
  .text_catch {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .text_catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.consulting_area {
  gap: 0;
  align-items: center;
  background: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 1300px) {
  .consulting_area {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .consulting_area {
    padding: 20px;
  }
}
.consulting_area figure {
  width: 50%;
}
@media screen and (max-width: 1300px) {
  .consulting_area figure {
    width: 100%;
    text-align: center;
  }
}
.consulting_area .text {
  width: 50%;
  padding: 0 60px;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  .consulting_area .text {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .consulting_area .text {
    padding: 0;
  }
}

/* access */
.access_area {
  margin: 40px 0;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 820px) {
  .access_area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.access_area figure {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .access_area figure {
    width: 100%;
  }
}
.access_area figure img {
  border-radius: 6px;
}
.access_area .text {
  width: 50%;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  .access_area .text {
    width: 100%;
  }
}
.access_area .tel {
  color: #016f58;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.access_area .com-btn-03 a {
  margin: 40px 0 0 auto;
}
@media screen and (max-width: 820px) {
  .access_area .com-btn-03 a {
    margin: 40px auto 0 auto;
  }
}

.small_text {
  font-size: 14px;
  font-size: 1.4rem;
}

.googlemap iframe {
  width: 100%;
  height: 350px;
}

/*----------------------------------------------------
	COMMON 下層共通
----------------------------------------------------*/
.column-kv {
  position: relative;
}
.column-kv .kv_bg {
  filter: brightness(0.5) sepia(10%);
  width: 100%;
}
@media screen and (max-width: 820px) {
  .column-kv .kv_bg {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .column-kv .kv_bg {
    height: 180px;
  }
}
.column-kv .com-tit-08 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}

.point {
  color: #e95e26;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

/*----------------------------------------------------
	REASON 選ばれる理由
----------------------------------------------------*/
.column-reason-page:before {
  content: none;
}
.column-reason-page .reason_list {
  margin-top: 60px;
}
.column-reason-page .reason_list li {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .column-reason-page .reason_list li {
    width: 100%;
  }
}

.column-service {
  background: #f6f5ef;
  margin-bottom: 40px;
}

.service_list {
  margin-top: 40px;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.service_list li {
  border: 1px solid #90c145;
  text-align: center;
  width: calc(20% - 20px);
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 820px) {
  .service_list li {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .service_list li {
    width: calc(50% - 10px);
    padding: 10px;
  }
}
.service_list li .point {
  color: #016f58;
}
@media screen and (max-width: 767px) {
  .service_list li .point {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.service_list .s_title {
  background: #f6f8f2;
  padding: 5px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #90c145;
}

.sub_note {
  font-size: 12px;
  font-size: 1.2rem;
}

/*----------------------------------------------------
	BUTSUDAN 仏壇のご紹介
----------------------------------------------------*/
.main_butsudan_list {
  margin-top: 60px;
  padding-bottom: 60px;
}

.title_area {
  border-bottom: solid 2px #f6f8f2;
  position: relative;
  padding-bottom: 30px;
  font-weight: 400;
}
.title_area:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #90c145;
  bottom: -3px;
  width: 20%;
}
.title_area .com-tit-01 {
  margin-bottom: 15px;
}

/*----------------------------------------------------
	BUTSUGU 仏具・神具のご紹介
----------------------------------------------------*/
.column-butsugu-page .title_area {
  padding-bottom: 0;
}

.greeting_area {
  gap: 80px;
  align-items: center;
  margin: 40px 0;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .greeting_area {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .greeting_area {
    gap: 30px;
    flex-wrap: wrap;
    line-height: 1.8;
  }
}
.greeting_area .text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .greeting_area .text {
    width: 100%;
  }
}
.greeting_area figure {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .greeting_area figure {
    width: 100%;
  }
}
.greeting_area figure img {
  border-radius: 6px;
}

.c_name {
  text-align: right;
  margin-top: 40px;
}

.main_butsudan_list_other p {
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
}
.main_butsudan_list_other .butsudan_list {
  margin-bottom: 30px;
}
.main_butsudan_list_other .butsudan_list li {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 767px) {
  .main_butsudan_list_other .butsudan_list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main_butsudan_list_other .butsudan_list li figure {
    width: 100%;
  }
}

/*----------------------------------------------------
	REPAIR 洗浄・修復について
----------------------------------------------------*/
.repair_top {
  background: url(../img/common/bg_gray.jpg);
  padding: 60px 0;
  margin-top: 60px;
}

.repair_top_inner {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 820px) {
  .repair_top_inner {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.repair_top_inner figure {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .repair_top_inner figure {
    width: 100%;
  }
}
.repair_top_inner figure img {
  border-radius: 6px;
}
.repair_top_inner .text {
  width: 60%;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  .repair_top_inner .text {
    width: 100%;
  }
}

.butsugu_icon {
  width: 90px;
  margin-bottom: -7px;
}
@media screen and (max-width: 767px) {
  .butsugu_icon {
    width: 60px;
  }
}

.repair_body .com-tit-03 {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .repair_body .com-tit-03 {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.repair_body img {
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .repair_body_inner {
    gap: 10px;
  }
}

.under-line {
  display: inline-block;
  border-bottom: solid 0.5em rgba(243, 248, 168, 0.6);
  line-height: 0.2;
}
@media screen and (max-width: 767px) {
  .under-line {
    line-height: normal;
    display: inline;
  }
}

.repair_arrow {
  font-size: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 3.4rem 15px;
  color: #fff;
  background-color: #016f58;
  position: relative;
  margin-bottom: 7rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .repair_arrow {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.repair_arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10rem solid transparent;
  border-left: 10rem solid transparent;
  border-top: 3rem solid #016f58;
  border-bottom: 0;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}

.repair_bottom_inner {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .repair_bottom_inner {
    gap: 10px;
  }
}
.repair_bottom_inner li {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .repair_bottom_inner li {
    width: calc(50% - 10px);
  }
}
.repair_bottom_inner .com-tit-03 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .repair_bottom_inner .com-tit-03 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.column-repair-table {
  background: #f6f5ef;
}

.sub_coment {
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #615a5a;
}

.repair_before {
  margin-top: 30px;
  background: #f9f9f9;
  padding: 30px;
  align-items: center;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .repair_before {
    padding: 15px;
    gap: 10px;
  }
}
.repair_before figure img {
  border-radius: 6px;
}
.repair_before .triangle {
  width: 0;
  height: 0;
  border-left: 30px solid #016f58;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .repair_before .triangle {
    border-left: 15px solid #016f58;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-top: -40px;
  }
}
.repair_before .title {
  color: #e95e26;
  text-align: center;
  border-radius: 30px;
  border: 1px solid;
  padding: 5px 0;
  width: 250px;
  display: inline-block;
  margin-top: 20px;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .repair_before .title {
    width: auto;
    padding: 5px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .repair_before .title {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.column-repair-renovation .title_area {
  margin: 40px 0 0 0;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  color: #016f58;
}
.column-repair-renovation .butsudan_list {
  border-radius: 10px;
  background: #f3f4f4;
  gap: 10px;
  padding: 15px;
}
@media screen and (max-width: 820px) {
  .column-repair-renovation .butsudan_list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.column-repair-renovation .butsudan_list li {
  background: #fff;
  padding: 10px;
  border-radius: 3px;
  width: calc(20% - 10px);
}
@media screen and (max-width: 820px) {
  .column-repair-renovation .butsudan_list li {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .column-repair-renovation .butsudan_list li {
    width: 100%;
  }
}
.column-repair-renovation .butsudan_list .text {
  margin-top: 0;
}
.column-repair-renovation .butsudan_list .text p {
  font-size: 14px;
  font-size: 1.4rem;
}

/*----------------------------------------------------
	butsudan_select 仏壇の選び方
----------------------------------------------------*/
.point_list_top {
  margin-top: 60px;
}

.point_list {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .point_list {
    flex-wrap: wrap;
  }
}
.point_list li {
  text-align: center;
  border: 1px solid #eee;

  width: calc(25% - 20px);
  font-weight: 600;
  position: relative;
}
.point_list li a{
  padding: 20px 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .point_list li {
    width: calc(50% - 10px);
  }
}
.point_list li::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid #016f58;
}
.point_list .num {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #90c145;
  font-size: 32px;
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .point_list .num {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.point_list .num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  border: 1px solid;
}

.point_list_bottom {
  background: url(../img/common/bg_gray.jpg);
  padding: 60px 0;
  margin-top: 60px;
}

.point_list_inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .point_list_inner {
    gap: 40px;
  }
}
.point_list_inner li {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point_list_inner li {
    flex-wrap: wrap;
  }
}
.point_list_inner li:nth-child(even) {
  flex-direction: row-reverse;
}
.point_list_inner li:nth-child(even) .text {
  right: inherit;
  left: 0;
}
.point_list_inner li figure {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .point_list_inner li figure {
    width: 100%;
  }
}
.point_list_inner li figure img {
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .point_list_inner li figure img {
    border-radius: 0;
  }
}
.point_list_inner li .text {
  background: #fff;
  padding: 40px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  right: 0;
  width: 60%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .point_list_inner li .text {
    width: 100%;
    position: inherit;
    padding: 20px;
    transform: inherit;
  }
}
@media screen and (max-width: 767px) {
  .point_list_inner li .com-tit-05 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .point_list_inner li .com-tit-05 .num {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.column-role-page {
  font-size: 14px;
  font-size: 1.4rem;
}
.column-role-page figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 440px;
}
@media screen and (max-width: 767px) {
  .column-role-page figure img {
    height: auto;
  }
}

.column-kinds-page .com-tit-07 {
  color: #016f58;
}
.column-kinds-page .access_area figure {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .column-kinds-page .access_area figure {
    width: 100%;
  }
}
.column-kinds-page .access_area figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 820px) {
  .column-kinds-page .access_area figure img {
    height: auto;
  }
}
.column-kinds-page .access_area .text {
  width: 60%;
}
@media screen and (max-width: 820px) {
  .column-kinds-page .access_area .text {
    width: 100%;
  }
}

.role_text {
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #f9f9f9;
  margin-top: 20px;
}

/*----------------------------------------------------
	OHAKA お墓のご相談
----------------------------------------------------*/
.column-select-role {
  background: #f6f5ef;
}
.column-select-role .reason_list {
  justify-content: center;
  margin-top: 40px;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .column-select-role .reason_list {
    justify-content: flex-start;
  }
}
.column-select-role .com-tit-05 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .column-select-role .com-tit-05 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.role_point_list {
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .role_point_list {
    flex-wrap: wrap;
  }
}
.role_point_list li {
  border: 1px solid #eee;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
.role_point_list .role_bottom_text {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .role_point_list .role_bottom_text {
    padding: 20px 10px;
  }
}
.role_point_list .sub_text {
  background: #f6f7f5;
  padding: 15px 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .role_point_list .sub_text {
    padding: 15px 5px;
  }
}
.role_point_list .title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background: #df6a5d;
  padding: 5px 10px;
}
.role_point_list .m_mark {
  text-align: center;
  color: #fff;
  background: #016f58;
  border-radius: 60px;
  display: inline-block;
  margin: 15px 0 5px 0;
  width: 150px;
}

.column-ohaka-page .top_right {
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .column-ohaka-page .top_right {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 820px) {
  .column-ohaka-page .top_right li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .column-ohaka-page .top_right li {
    padding: 15px;
  }
}
@media screen and (max-width: 820px) {
  .column-ohaka-page .top_right figure img {
    height: auto;
  }
}
.column-ohaka-page .top_right .text .com-tit-03 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .column-ohaka-page .top_right .text .com-tit-03 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.column-ohaka-page .body-bottom .top_right li {
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .column-ohaka-page .body-bottom .top_right li {
    width: 100%;
  }
}
.column-ohaka-page .body-bottom .top_right figure {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .column-ohaka-page .body-bottom .top_right figure {
    width: 100%;
  }
}
.column-ohaka-page .body-bottom .top_right .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .column-ohaka-page .body-bottom .top_right .text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .column-ohaka-page .body-bottom .top_right .text .com-tit-03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.column-flow {
  background: #f6f5ef;
}

.flow_list {
  margin-top: 40px;
}
.flow_list > li {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #afac9b;
  position: relative;
}
@media screen and (max-width: 820px) {
  .flow_list > li {
    flex-wrap: wrap;
  }
}
.flow_list > li:last-child {
  border-bottom: none;
}
.flow_list > li:after {
  content: "";
  position: absolute;
  bottom: -54px;
  left: 50%;
  border: 30px solid transparent;
  border-top: 25px solid #e95e26;
  transform: translateX(-50%);
}
.flow_list > li:last-child:after {
  content: none;
}
.flow_list figure img {
  border-radius: 6px;
}
.flow_list .text {
  width: 65%;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  .flow_list .text {
    width: 100%;
  }
}
.flow_list .text > p {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 820px) {
  .flow_list .text > p {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    text-align: justify;
  }
}
.flow_list .text .tel {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
  display: inline-block;
}
.flow_list .com-tit-03 {
  text-align: left;
}
.flow_list .com-tit-05 {
  border-bottom: none;
  white-space: nowrap;
  background: #90c145;
  padding: 15px;
  border-radius: 6px;
}
@media screen and (max-width: 820px) {
  .flow_list .com-tit-05 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
  }
}
@media screen and (max-width: 767px) {
  .flow_list .com-tit-05 {
    padding: 8px;
  }
}
.flow_list .com-tit-05 .num {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .flow_list .com-tit-05 .num {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.flow_list .com-tit-07 {
  font-size: 20px;
  font-size: 2rem;
}

.red {
  color: #e95e26;
  font-weight: 600;
}

/*----------------------------------------------------
	COMPANY 会社概要
----------------------------------------------------*/
.column-company {
  background: #f6f5ef;
}

.column-table-01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.column-table-01 dt {
  width: 20%;
  padding: 30px 0;
  font-weight: 600;
  border-bottom: solid 2px #90c145;
}
@media screen and (max-width: 767px) {
  .column-table-01 dt {
    width: 30%;
  }
}
.column-table-01 dd {
  width: 80%;
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .column-table-01 dd {
    width: 70%;
  }
}

/*----------------------------------------------------
	ACCESS アクセス
----------------------------------------------------*/
.shop_access {
  background: #f6f5ef;
  padding: 30px;
  border-radius: 10px;
  justify-content: center;
  gap: 100px;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .shop_access {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
  }
}
.shop_access ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shop_access .fa {
  margin-right: 10px;
  color: #016f58;
}

.access_title {
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  font-size: 1.5rem;
}

.column-gallery {
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .column-gallery {
    margin-top: 30px;
    gap: 20px;
  }
}
.column-gallery figure {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .column-gallery figure {
    width: calc(50% - 10px);
  }
}

/*----------------------------------------------------
	FAQ よくある質問
----------------------------------------------------*/
.faq_area {
  margin-top: 30px;
  background: #fbfaf1;
  padding: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

details {
  border: 1px solid #eee;
  line-height: 1.5;
}
details summary {
  background: #fff;
  padding: 20px 60px 20px 60px;
  cursor: pointer;
  list-style: none;
  position: relative;
  list-style: none;
}
details summary:before {
  content: "Q.";
  color: #016f58;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  position: absolute;
  top: 10px;
  left: 21px;
}
details summary:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #90c145;
  border-right: 2px solid #90c145;
  transition: all 0.3s;
}
details p {
  padding: 20px 20px 20px 60px;
  background: #fff;
  border-top: 1px solid #eee;
  font-weight: 400;
  position: relative;
}
details p:before {
  content: "A.";
  color: #e95e26;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 21px;
}

details[open] {
  background: #fbfaf1;
}

details summary::-webkit-details-marker {
  display: none;
}

/*----------------------------------------------------
	hakajimai 墓じまい
----------------------------------------------------*/
.sp_only {
  display: none;
}

@media (max-width: 820px) {
  .sp_only {
    display: block;
  }
}
.gray {
  color: #999;
}

.f14rem {
  font-size: 1.4rem;
}

.f24rem {
  font-size: 2.4rem;
}

/*墓じまいをせず放置しておくと・・・*/
.warning {
  width: 100%;
}

.warning .inner {
  padding: 30px;
  margin: 40px auto 0 auto;
  border: 3px solid #0564ba;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.warning .inner > img {
  width: 30%;
  border-radius: 6px;
  margin: 0 auto;
}

.warning .inner .warning-txt h3 {
  font-size: 3rem;
  color: #0564ba;
}

@media (max-width: 820px) {
  .warning .inner {
    width: calc(100% - 40px);
    padding: 15px;
  }
  .warning .inner > img {
    width: 100%;
  }
  .warning .inner .warning-txt h3 {
    font-size: 2.3rem;
    line-height: 1.2;
    text-align: left;
    margin: 15px auto 10px auto;
  }
}
/*墓じまいのメリット*/
.merit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.merit > * {
  width: 50%;
}

.merit .merit_list li {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.merit .merit_list li:last-child {
  margin-bottom: 0;
}

.merit .merit_list li span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  font-size: 3.4rem;
  color: #fff;
  background-color: #B5D23F;
  border-radius: 50%;
  text-align: center;
}

.merit .merit_list li img {
  max-width: 50px;
  margin: 0 10px;
}

@media (max-width: 820px) {
  .merit > * {
    width: 100%;
  }
  .merit .merit_list li {
    font-size: 1.4rem;
    padding: 10px;
    margin-bottom: 10px;
    letter-spacing: 0em;
  }
  .merit .merit_list li span {
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .merit .merit_list li img {
    max-width: 40px;
    margin: 0 5px;
  }
}
/*参考価格・施工事例*/
.before_after {
  max-width: 72%;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.before_after dl:not(.arrow) {
  width: 45%;
}

.before_after dl.arrow {
  width: 10%;
}

.before_after dl dt h4 {
  text-align: center;
  color: #DF6A5D;
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.before_after dl dd img {
  border-radius: 6px;
}

.before_after dl.arrow dd img {
  display: block;
  border-radius: 0;
  max-width: 60px;
  margin: 0 auto;
}

@media (max-width: 820px) {
  .before_after {
    max-width: 100%;
    margin: 15px auto;
  }
  .before_after dl dt h4 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .before_after dl.arrow dd img {
    display: block;
    border-radius: 0;
    max-width: 30px;
    margin: 0 auto;
  }
}
/*墓じまいにかかる料金項目*/
.price_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.8rem;
}

.price_table th,
.price_table td {
  border: 1px solid #eee;
  padding: 1% 3%;
}

.price_table th {
  color: #DF6A5D;
}

.price_table th.caption {
  color: #016f58;
  background-color: #F6F5EF;
}

.price_table td {
  font-weight: 400;
}

@media (max-width: 820px) {
  .price_table th,
  .price_table td {
    line-height: 1.4;
    font-size: 16px;
    padding: 3%;
  }
}
/*墓じまいの流れ（お問い合わせアイコン部分）*/
.contact_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.contact_icon li {
  width: 45%;
}

.contact_icon li:after {
  display: none;
}

.contact_icon li.contact a {
  background: #e95e26;
  border: 1px solid #e95e26;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 20px 0;
  font-size: 1.8rem;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.contact_icon li.contact a > i {
  margin-top: 3px;
}

.contact_icon li.tel {
  margin: 0 !important;
}

.contact_icon li.tel a.tel {
  background: #fff;
  border: 1px solid #eee;
  margin-top: 0;
  padding: 15px;
  width: 100%;
  text-align: center;
}

.contact_icon li.tel a.tel .tel_main {
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.2rem;
}

.contact_icon li.tel a.tel .tel_text {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .contact_icon li {
    width: 100%;
  }
  .contact_icon li.tel a.tel {
    width: 100%;
    text-align: center;
  }
  .contact_icon li.tel a.tel .tel_main {
    justify-content: center;
  }
}
/*----------------------------------------------------
	CONTACT お問い合わせ
----------------------------------------------------*/
.column-contact-tel {
  text-align: center;
}
.column-contact-tel .tel_main {
  justify-content: center;
}
.column-contact-tel .tel_text {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}

.tel_title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  color: #016f58;
}

.column-contact {
  background: url(../img/common/bg_gray.jpg);
}

.required {
  background: #016f58;
  border: 1px solid #016f58;
  color: #fff;
  border-radius: 60px;
  text-align: center;
  padding: 0px 20px;
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .required {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 3px 20px;
  }
}

.formTable {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-top: 30px;
}
.formTable tbody {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 40px;
  margin: 40px 0;
}
@media screen and (max-width: 820px) {
  .formTable tbody {
    padding: 15px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .formTable tbody {
    gap: 15px;
  }
}
.formTable tr {
  background: #fafafa;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .formTable tr {
    padding: 30px 15px;
  }
}
.formTable tr td {
  width: 100%;
  display: block;
}
.formTable tr td.access_contact {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.formTable tr th {
  display: block;
  margin-bottom: 15px;
  text-align: left;
}
.formTable .date_wrap {
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
}
@media screen and (max-width: 820px) {
  .formTable .date_wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.formTable .date_wrap > div {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .formTable .date_wrap > div {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .formTable .date_wrap > div .tit {
    width: 100%;
  }
}
.formTable .date_wrap > div input {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .formTable .date_wrap > div input {
    margin-left: 0px;
  }
}
.formTable .date_wrap .date_inner_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.formTable .content_wrap {
  gap: 20px;
  justify-content: flex-start;
}
.formTable ::-moz-placeholder {
  color: #dddddd;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 0.1em;
}
.formTable ::placeholder {
  color: #dddddd;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 0.1em;
}

.wpcf7-list-item:first-child {
  margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    width: 100%;
    margin: 0.5rem 0 0.5rem 0 !important;
  }
}

.contact_flex {
  display: flex;
  gap: 20px;
  align-items: center;
}
.contact_flex > span {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .contact_flex > span {
    width: 50%;
  }
}

.post_code {
  display: flex;
  gap: 10px;
  align-items: center;
}

form input[type=text], form input[type=email], form input[type=tel], form textarea {
  border: solid 1px #ccc !important;
  border-radius: 4px;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 8px;
  box-sizing: border-box;
  background: #fff !important;
  width: 100%;
}

form select {
  width: auto;
  border: solid 1px #ccc !important;
  border-radius: 4px;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 8px;
  box-sizing: border-box;
  background: #fff !important;
}

.p-title {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.policy {
  margin: 40px 0;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.policy .privacy {
  margin-bottom: 40px;
  padding: 40px 30px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow-y: scroll;
  height: 250px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .policy .privacy {
    padding: 15px;
    height: 200px;
  }
}
.policy .privacy a {
  text-decoration: underline;
  color: #016f58;
}
.policy .privacy ul {
  padding-left: 20px;
  margin-top: 10px;
}
.policy .privacy ul li {
  list-style: square;
}

.p_title {
  margin: 30px 0 10px 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

.sub_fild_contact {
  color: #635f5f;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 10px;
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.btn-previous {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  text-align: center;
  width: 300px;
  display: block;
  padding: 15px 0;
  border-radius: 60px;
  letter-spacing: 0.2em;
  border: 1px solid #333;
  position: relative;
  cursor: pointer;
}
.btn-previous:hover {
  color: #333;
  background: #fff;
  border: 1px solid;
}

.wpcf7-spinner {
  display: none !important;
}

/*----------------------------------------------------
	archive/single 一覧・詳細共通
----------------------------------------------------*/
.archive .bottom-header,
.single .bottom-header {
  box-shadow: none;
}
.archive .column-kv,
.single .column-kv {
  padding: 30px 0 0 0;
}
.archive .column-kv .com-tit-08,
.single .column-kv .com-tit-08 {
  color: #016f58;
  position: inherit;
}
.archive .inner,
.single .inner {
  gap: 60px;
}
@media screen and (max-width: 820px) {
  .archive .inner,
  .single .inner {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.archive .title,
.single .title {
  color: #fff;
  background: #016f58;
  padding: 10px 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .archive .title,
  .single .title {
    line-height: 1.4;
  }
}

.blog_side {
  max-width: 250px;
  width: 100%;
  display: flex;
  gap: 30px;
  flex-direction: column;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 820px) {
  .blog_side {
    max-width: 100%;
  }
}
.blog_side .title {
  margin-bottom: 20px;
}
.blog_side li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.blog_side li .date {
  margin-right: 10px;
}
.blog_side li .children {
  padding-left: 20px;
}
.blog_side li .children li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog_side li .children a:before {
  content: "-";
}

.archive_list {
  overflow-y: auto;
  height: 150px;
}

/*----------------------------------------------------
	archive 一覧
----------------------------------------------------*/
.blog_archive {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.blog_content_wrap {
  width: 100%;
}

.post_detaile .blog_content {
  border: 1px solid #eee;
  padding: 25px;
  display: flex;
  gap: 40px;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .post_detaile .blog_content {
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 12px;
  }
}
.post_detaile .blog_content figure {
  border: 1px solid #eee;
  min-width: 400px;
}
@media screen and (max-width: 820px) {
  .post_detaile .blog_content figure {
    min-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .post_detaile .blog_content figure {
    min-width: 100%;
  }
}
.post_detaile .blog_content figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}
.post_detaile .blog_content figure .noimg {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f9f6;
}
.post_detaile .blog_content figure .noimg img {
  width: auto;
  height: auto;
}

.fablic {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.pagination {
  margin-top: 40px;
}

.page-numbers {
  padding: 7px 10px;
  border: 1px solid #016f58;
  display: inline;
  margin-right: 5px;
  line-height: 1;
  color: #016f58;
}
.page-numbers.current, .page-numbers:hover {
  background: #016f58;
  color: #fff;
}

/*----------------------------------------------------
	single 詳細
----------------------------------------------------*/
.blog_single .blog_content {
  border: 1px solid #eee;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .blog_single .blog_content {
    padding: 20px 12px;
  }
}
.blog_single .title {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .blog_single .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.single .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .single .pagination {
    flex-wrap: wrap;
    margin: 20px 0;
  }
}
.single .blog_content .wp-block-image {
  margin: 20px 0;
}
.single .blog_content .wp-element-caption {
  color: #999;
  font-size: 13px;
  font-size: 1.3rem;
}
.single .blog_content .wp-block-list {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 20px;
  margin: 15px 0;
}
.single .blog_content .wp-block-list li {
  list-style: circle;
}
.single .blog_content h2 {
  font-weight: 600;
  margin: 30px 0;
  color: #016f58;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  padding-bottom: 20px;
  border-bottom: solid 2px #deebf4;
}
@media screen and (max-width: 767px) {
  .single .blog_content h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.single .blog_content h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #016f58;
  bottom: -3px;
  width: 20%;
}
.single .blog_content h3 {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 30px 0;
  border-left: 5px solid #016f58;
  padding-left: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .single .blog_content h3 {
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.single .blog_content h4 {
  margin: 30px 0;
  line-height: 1.4;
  font-weight: 600;
  background: #f5fbf7;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 0 15px 35px;
  position: relative;
}
.single .blog_content h4::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #016f58;
  bottom: -2px;
  width: 20%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .single .blog_content h4 {
    padding-left: 15px;
  }
}

.prev, .next, .listback {
  min-width: 160px;
  text-align: center;
}
.prev a, .next a, .listback a {
  display: block;
  padding: 10px 20px;
  background: #016f58;
  color: #fff;
  border: 1px solid #016f58;
}

.listback {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .listback {
    width: 100%;
    order: 3;
  }
}
.listback a {
  background: #fff;
  color: #016f58;
}/*# sourceMappingURL=style.css.map */