@charset "utf-8";

* {
  margin: 0;
  padding: 0;
	box-sizing: border-box;
}

.wf-sawarabimincho {
  font-family: Sawarabi mincho;
}

.wf-hannari {
  font-family: Hannari;
}

.n_font {
  font-family: Old Standard TT, serif;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: 游明朝, Yu mincho, YuMincho, ヒラギノ明朝 Pro W3, Hiragino mincho Pro, HGS明朝E, ＭＳ\ Ｐ明朝, MS PMincho, Times New Roman, Times, Garamond, Georgia, serif;
}
a {
	text-decoration: none;
}
.gothic {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
  margin: 0 auto;
  padding: 3px;
  font-weight: 400;
  font-size: 10px;
  text-align: left;
}

body, h1 {
  max-width: 75pc;
  width: 100%
}

body {
  padding-top: 0;
  margin: 0 auto 50px
}

@media(min-width:768px) {
  .inner, nav {
    display: none
  }

  .top_line {
    background-color: #3c2f37;
    text-align: left
  }

  .headertext {
    font-size: 10px;
    color: #fff
  }
}

@media(max-width:767px) {
  .inner, nav {
    display: none
  }

  .top_line {
    background-color: #3c2f37;
    text-align: left
  }

  .headertext {
    font-size: 10px;
    color: #fff
  }
}

@media screen and (max-width:767px) {
  .breadcrumbs {
    width: 100%;
    background-color: #fafafa
  }

  .breadcrumbs span {
    padding-left: 5px
  }
}

footer {
  background-color: #f1edde
}

@media screen and (max-width:767px) {
  .container_2box_l, .container_2box_r {
    width: 100%
  }

  .container_2box_r ul {
    padding-left: 15px;
    text-align: left;
    list-style: none;
    font-size: 22px
  }

  .container_2box_r ul li {
    font-size: 1pc;
    line-height: 1.3
  }
}

@media screen and (max-width:770px) {
  #footer-menu ul {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
  }

  #footer-menu ul li {
    width: 50%;
    font-size: 1pc;
    display: block;
    padding: 5px 0
  }

  #footer-menu ul li a {
    color: #000
  }

  #footer-menu ul li a:hover {
    color: #6e6e6e
  }

  #footer-menu ul .sub-menu {
    display: none
  }
}

@media screen and (min-width:768px) and (max-width:769px) {
  .container {
    max-width: 750pt;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    display: flex
  }

  .container_2box_l {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
  }

  .container_2box_r {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-left: 20px
  }

  .container_2box_r ul {
    text-align: left;
    list-style: none;
    font-size: 28px
  }

  .container_2box_r ul li {
    font-size: 20px;
    line-height: 1.3
  }
}

.copyright {
  text-align: center;
  padding: 5 0;
  background-color: #3d3324;
  color: #fff
}

.mail a, .tel a {
  cursor: default;
  pointer-events: none;
  text-decoration: none
}

@media screen and (max-width:768px) {
  .mail a, .tel a {
    pointer-events: auto;
    text-decoration: underline
  }
}

.tel_button {
  background: #5a5cb5;
  background: -moz-linear-gradient(top, #5a5cb5 2%, #393c74 100%);
  background: -webkit-linear-gradient(top, #5a5cb5 2%, #393c74 100%);
  background: linear-gradient(to bottom, #5a5cb5 2%, #393c74 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5cb5', endColorstr='#393c74', GradientType=0);
  width: 80%;
  padding: 5px;
  margin: 0 auto;
  text-align: center
}

.tel_button:hover {
  opacity: .5
}

.inquiry_button {
  background: #0086a8;
  background: -moz-linear-gradient(top, #0086a8 0, #035267 100%);
  background: -webkit-linear-gradient(top, #0086a8 0, #035267 100%);
  background: linear-gradient(to bottom, #0086a8 0, #035267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086a8', endColorstr='#035267', GradientType=0);
  width: 80%;
  padding: 5px;
  margin: 0 auto;
  text-align: center
}

.inquiry_button:hover {
  opacity: .5
}

.request_button {
  background: #0086a8;
  background: -moz-linear-gradient(top, #0086a8 0, #035267 100%);
  background: -webkit-linear-gradient(top, #0086a8 0, #035267 100%);
  background: linear-gradient(to bottom, #0086a8 0, #035267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086a8', endColorstr='#035267', GradientType=0);
  width: 80%;
  padding: 5px
}

.link_button, .request_button {
  margin: 0 auto 20px auto;
  text-align: center
}

.link_button {
  background: #f2d2a2;
  background: -moz-linear-gradient(top, #d2af7a 1%, #a27c53 100%);
  background: -webkit-linear-gradient(top, #d2af7a 1%, #a27c53 100%);
  background: linear-gradient(to bottom, #d2af7a 1%, #a27c53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2d2a2', endColorstr='#c2a281', GradientType=0);
  width: 77%;
  padding: 7px;
  border-radius:5px;
}

.link_button a {
  text-decoration: none
}

.link_button:hover {
  opacity: .5
}

.link_font {
  font-size: 15px;
  color: #fff
}

.hanso_tel_button {
  background: #ef5658;
  background: -moz-linear-gradient(top, #ef5658 1%, #c14945 100%);
  background: -webkit-linear-gradient(top, #ef5658 1%, #c14945 100%);
  background: linear-gradient(to bottom, #ef5658 1%, #c14945 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef5658', endColorstr='#c14945', GradientType=0);
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  text-align: center
}

.hanso_tel_button a {
  text-decoration: none
}

.hanso_tel_button:hover {
  opacity: .5
}

.hanso_tel_font {
  font-size: 18px;
  color: #fff
}

@media screen and (min-width:500px) and (max-width:768px) {
  .post {
    margin: 20px 15px
  }

  .post h2 {
    font-size: 30px;
    color: #000;
    padding-bottom: 0;
    line-height: 1.3
  }

  .post .time {
    padding-bottom: 15px
  }
}

@media screen and (min-width:500px) and (max-width:768px) {
  .category_title {
    margin-top: 10px;
    font-size: 30px
  }

  .category {
    margin-top: 0;
    margin-bottom: 15px
  }

  .category h2 {
    padding-bottom: 5px;
    line-height: 1.3;
    color: #000
  }

  .category .time {
    padding-bottom: 10px
  }
}

@media screen and (max-width:499px) {
  .category_title {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 5px;
    font-size: 24px
  }

  .category {
    margin-top: 0;
    margin-bottom: 10px
  }

  .category h2 {
    font-size: 20px;
    line-height: 1.3;
    color: #000
  }

  .category .time, .category h2 {
    padding-bottom: 5px
  }
}

@media screen and (min-width:500px) and (max-width:768px) {
  .er_page {
    margin: 40px 15px
  }

  .er_page h2 {
    font-size: 30px;
    padding-bottom: 30px
  }

  .er_page h2, .er_page p {
    line-height: 1.3;
    color: #000
  }

  .er_page p {
    font-size: 22px;
    padding-bottom: 5px
  }

  .er_page a:hover {
    opacity: .5
  }
}

@media screen and (max-width:499px) {
  .er_page {
    margin: 25px 5px
  }

  .er_page h2 {
    font-size: 19px;
    padding-bottom: 25px;
    line-height: 1.3;
    color: #000
  }

  .er_page p {
    line-height: 1.3;
    padding-bottom: 5px
  }

  .er_page a:hover {
    opacity: .5
  }
}

.sidebnr {
  display: none
}

@media screen and (max-width:499px) {
  .checkbox {
    color: #7f6c5b;
    font-size: 20px
  }

  .deco_title_font {
    font-size: 22px;
    color: #333
  }
}

@media screen and (min-width:500px) and (max-width:768px) {
  .checkbox {
    color: #7f6c5b;
    font-size: 42px
  }

  .deco_title_font {
    font-size: 44px;
    color: #333
  }
}

.form_title_box {
  width: 90%;
  margin: 20px auto;
  padding: 5px 0;
  border: double 3px #7f6c5b
}

.form_title {
  color: #7f6c5b;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  padding: 0
}

.form_field {
  margin: 0 5% 30px;
  background-color: #f1f1f1;
  padding: 20px
}

.form_afterbox, .form_bantibox, .form_furibox, .form_inquirybox, .form_kenbox, .form_mailbox, .form_memorialbox, .form_namebox, .form_planbox, .form_shibox, .form_telbox, .form_yubinbox {
  margin-bottom: 15px
}

.form_banti, .form_furi, .form_ken, .form_mail, .form_memorial, .form_name, .form_shi, .form_tel, .form_yubin {
  height: 25px
}

.form_textarea {
  width: 96%;
  height: 150px;
  padding: 5px
}

.form_plan {
  margin-left: 10px
}

.submit_box {
  margin: 10px auto
}

.submit, .submit_box {
  width: 100%;
  text-align: center
}

.submit {
  background-color: #bdbdbd;
  padding: 8px;
  font-family: times new roman, times, serif;
  color: #fff;
  border: 0;
  font-size: 22px
}

.submit:hover {
  opacity: .5
}

.thanks_msbox {
  padding-bottom: 20px;
  font-size: 18px
}

.thanks_infobox {
  border: double 4px #bdbdbd;
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px;
  line-height: 1.3;
  margin-bottom: 30px;
  font-size: 18px
}

.thanks_infobox ul {
  list-style: none;
  font-size: 14px
}

.syoko_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #bdbdbd
}

.syoko_table th, td {
  border-collapse: collapse;
  padding: 5px;
  padding-left: 10px;
  margin: 0;
  font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
}

.syoko_table th {
  background-color: #a58f79;
  color: #fff;
  font-weight: 400
}

.footer_fix_container {
  width: 100%;
  display: flex
}

.footer_fix_conv {
  background-color: #fff;
  width: 100%;
  margin-right: -50px;
  height: 50px;
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 0
}

.footer_fix_left {
  box-sizing: border-box;
  border-right: solid 1px #fff;
  background: #5a5cb5;
  background: -moz-linear-gradient(top, #5a5cb5 2%, #393c74 100%);
  background: -webkit-linear-gradient(top, #5a5cb5 2%, #393c74 100%);
  background: linear-gradient(to bottom, #5a5cb5 2%, #393c74 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5cb5', endColorstr='#393c74', GradientType=0)
}

.footer_fix_left, .footer_fix_right {
  width: 43%;
  height: 50px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1pc;
  padding-top: 13px
}

.footer_fix_right {
  background: #0086a8;
  background: -moz-linear-gradient(top, #0086a8 0, #035267 100%);
  background: -webkit-linear-gradient(top, #0086a8 0, #035267 100%);
  background: linear-gradient(to bottom, #0086a8 0, #035267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086a8', endColorstr='#035267', GradientType=0)
}

a.gototop {
  background: #c7b284;
  background: -moz-linear-gradient(top, #c7b284 0, #716346 100%);
  background: -webkit-linear-gradient(top, #c7b284 0, #716346 100%);
  background: linear-gradient(to bottom, #c7b284 0, #716346 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7b284', endColorstr='#716346', GradientType=0);
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 2rem;
  height: 50px;
  line-height: 3.8rem;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 14%;
  z-index: 3;
  box-sizing: border-box;
  border-left: solid 1px #fff;
  display: inline-block
}

@media screen and (min-width:500px) and (max-width:768px) {
  .plan_table {
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
    border-collapse: collapse
  }

  .plan_tr .table_koumoku {
    width: 15%;
    padding: 8px 5px;
    font-size: 15px;
    color: #fff;
    background-color: #7a271d;
    text-align: left
  }

  .plan_tr .table_check, .plan_tr .table_koumoku {
    box-sizing: border-box;
    border: 1px solid #999;
    display: table-cell
  }

  .plan_tr .table_check {
    width: 10%;
    font-size: 14px;
    text-align: center;
    line-height: 1.2
  }
}

@media screen and (max-width:499px) {
  .plan_table {
    width: 100%;
    font-size: 0;
    border-collapse: collapse
  }

  .plan_tr {
    width: 100%
  }

  .plan_table .table_koumoku {
    width: 32%;
    text-align: left;
    font-size: 9pt;
    color: #fff;
    background-color: #7a271d;
    font-weight: 400
  }

  .plan_table .table_check, .plan_table .table_koumoku {
    box-sizing: border-box;
    border: 1px solid #999;
    height: 30px;
    padding: 5px
  }

  .plan_table .table_check {
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle
  }
}

.top_message {
  position: relative;
  width: 100%
}

.message_strong {
  font-size: 7vw
}

.topmessage_container {
  max-width: 750pt;
  margin: 0 auto
}

.chokusosenmon {
  top: 15px;
  font-size: 5vw
}

.chokusosenmon, .chokusosenmon1 {
  position: absolute;
  left: 5%;
  z-index: 1;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5)
}

.chokusosenmon1 {
  top: 50px;
  font-size: 4vw
}

.chokusosenmon2 {
  position: absolute;
  top: 230px;
  left: 10%;
  z-index: 1;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5)
}

.top_contact_container {
  background-color: #f1edde;
  padding: 20px 10px
}

.top_contact_m2 {
  display: none
}

.hanso_container {
  border: double 4px #000;
  box-sizing: border-box;
  margin: 20px 0 10px;
  background-color: #fff;
  padding: 20px
}

.hanso_container .hanso_message {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 15px;
  display: block;
  font-family: 游明朝, Yu mincho, YuMincho, ヒラギノ明朝 Pro W3, Hiragino mincho Pro, HGS明朝E, ＭＳ\ Ｐ明朝, MS PMincho, Times New Roman, Times, Garamond, Georgia, serif
}

.hanso_button {
  background: #ef5658;
  background: -moz-linear-gradient(top, #ef5658 1%, #c14945 100%);
  background: -webkit-linear-gradient(top, #ef5658 1%, #c14945 100%);
  background: linear-gradient(to bottom, #ef5658 1%, #c14945 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef5658', endColorstr='#c14945', GradientType=0);
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center
}

.hanso_button a {
  text-decoration: none
}

.hanso_button:hover {
  opacity: .5
}

.hanso_font {
  font-size: 18px;
  color: #fff
}

.contact_container {
  background-color: #f1edde;
  border: double 4px #bdbdbd;
  box-sizing: border-box;
  margin: 20px 10px;
  padding: 20px 10px
}

.contact_left, .contact_right {
  display: flex;
  flex-direction: column
}

.contact_m1 {
  display: none
}

.contact_sp_m1 {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 15px;
  font-family: 游明朝, Yu mincho, YuMincho, ヒラギノ明朝 Pro W3, Hiragino mincho Pro, HGS明朝E, ＭＳ\ Ｐ明朝, MS PMincho, Times New Roman, Times, Garamond, Georgia, serif
}

.contact_m2 {
  display: none
}

.contact_inquiry_button {
  background: #0086a8;
  background: -moz-linear-gradient(top, #0086a8 0, #035267 100%);
  background: -webkit-linear-gradient(top, #0086a8 0, #035267 100%);
  background: linear-gradient(to bottom, #0086a8 0, #035267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086a8', endColorstr='#035267', GradientType=0);
  width: 80%;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px
}

.contact_inquiry_button:hover {
  opacity: .5
}

.inquiry_font {
  font-size: 18px;
  color: #fff
}

.contact_request_button {
  background: #0086a8;
  background: -moz-linear-gradient(top, #0086a8 0, #035267 100%);
  background: -webkit-linear-gradient(top, #0086a8 0, #035267 100%);
  background: linear-gradient(to bottom, #0086a8 0, #035267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086a8', endColorstr='#035267', GradientType=0);
  width: 80%;
  padding: 5px;
  margin: 0 auto;
  text-align: center
}

.request_button:hover {
  opacity: .5
}

.request_font {
  font-size: 18px;
  color: #fff
}

.contact_request_button:hover {
  opacity: .5
}

.request_font {
  font-size: 20px;
  color: #fff
}

.contact_tel_button {
  background: #5a5cb5;
  background: -moz-linear-gradient(top, #5a5cb5 2%, #393c74 100%);
  background: -webkit-linear-gradient(top, #5a5cb5 2%, #393c74 100%);
  background: linear-gradient(to bottom, #5a5cb5 2%, #393c74 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5cb5', endColorstr='#393c74', GradientType=0);
  width: 80%;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px
}

.contact_tel_button:hover {
  opacity: .5
}

.tel_font {
  font-size: 18px;
  color: #fff
}

.facility_info ul {
  list-style: none;
  font-weight: 700;
  font-size: 22px
}

.facility_info ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4
}

.wpcf7 {
  width: 100%;
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 0;
  margin: 2.5em 0 !important;
  font-size: 14px
}

.wpcf7 form {
  margin: 1.5em 1.5em 0
}

.wpcf7 p {
  margin-bottom: 1em;
  font-size: 14px;
  color: #000
}

.wpcf7 input, .wpcf7 textarea {
  width: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 8px
}

.wpcf7 input[type=checkbox], .wpcf7 input[type=radio], .wpcf7 select {
  width: auto;
  max-width: 97%;
  border: 1px solid #ccc;
  padding: 8px
}

.wpcf7 .wpcf7-list-item-label, .wpcf7 select {
  line-height: 1.2;
  font-size: 14px
}

.wpcf7-list-item {
  display: block
}

.wpcf7 textarea {
  height: 200px
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
  outline: 0;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  box-shadow: inner 0 0 5px rgba(0, 0, 0, .5)
}

.wpcf7 input.wpcf7-submit {
  position: relative;
  display: block;
  width: 225px;
  height: 3pc;
  margin: 30px auto 0;
  background-color: #7cbae2;
  cursor: pointer;
  border: 0 0 !important;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  outline: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit:after, .wpcf7 input.wpcf7-submit:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.wpcf7 input.wpcf7-submit:hover {
  background-color: #666
}

.wpcf7 .wpcf7-not-valid {
  background: pink
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1
}

.wpcf7 input[name="your-hurigana"], .wpcf7 input[name="your-name"] {
  width: 200px
}

.wpcf7 input[name="your-email"], .wpcf7 input[name="your-remail"] {
  width: 300px
}

.wpcf7 input[name="sankaninzu"], .wpcf7 input[name="text-age"] {
  width: 50px
}

.wpcf7 input[name="select ninzu"] {
  background-color: #fff
}

.wpcf7 input[name="banti"], .wpcf7 input[name="ken"], .wpcf7 input[name="shi"], .wpcf7 input[name="your-phone"], .wpcf7 input[name="yubin"] {
  width: 190px
}

.plantable table {
  width: 100%;
  font-size: 11px;
  box-sizing: border-box;
  border: solid 1px #fff
}

.plantable td, .plantable th {
  line-height: 1.2
}

.midashi {
  text-align: center !important;
  padding-top: 5px;
  padding-bottom: 2px;
  color: #fff
}

.plantable tr {
  height: 40px
}

.plantable td {
  text-align: center;
  border: 0;
  background: #f3f2f2;
  display: table-cell;
  padding: 2px
}

.plantable th {
  padding-left: 5px;
  display: table-cell;
  text-align: left
}

.accbox {
  margin: .5em 5px;
  padding: 0;
  max-width: 750pt;
  font-size: 14px
}

.accbox label {
  display: block;
  margin: 1.5px 0 0;
  padding: 11px 18px;
  color: #fff;
  font-weight: 400;
  background: #7c6855;
  cursor: pointer;
  transition: all .5s
}

.accbox label:hover {
  opacity: .7
}

.accbox input {
  display: none
}

.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: .8s
}

.cssacc:checked+.accshow {
  height: auto;
  opacity: 1
}

.abox {
  border-left: solid 2px #a58f79;
  border-right: solid 2px #a58f79;
  border-bottom: solid 2px #a58f79;
  box-sizing: border-box;
  padding: 15px 10px 15px 15px;
  background: #fff
}

.review_sp_pg {
  padding-left: 5px;
  padding-right: 5px
}

.header_img {
  background: url(https://kochi-chokuso.jp/wp-content/uploads/2019/12/headerimg_afterservice.jpg);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.header_img .header_font {
  color: #fff;
  text-shadow: 1px 1px 8px rgba(74, 73, 73, .97);
  font-size: 20px;
  padding: 30px 0
}

.r_titlebox {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center
}

.r_titlebox1 h3, .r_titlebox h3 {
  font-size: 20px
}

.r_info_container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5px
}

.r_info_l_container, .r_info_r_container {
  display: flex;
  flex-direction: column
}

.r_info_inner {
  display: flex;
  flex-direction: row;
  margin-bottom: 1px
}

.r_info_l_inner {
  display: flex;
  width: 45%;
  background: #a58f79;
  color: #fff;
  padding: 5px 15px;
  font-size: 1pc;
  align-items: center
}

.r_info_img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

.r_info_txtbox {
  display: flex;
  align-items: center;
  width: 55%;
  background: #f1f1f1;
  padding: 5px 15px;
  font-size: 1pc
}

.satisfaction_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  height: 62px
}

.satisfaction_box img {
  width: 35px;
  height: 35px;
  vertical-align: middle
}

.f_30 {
  font-size: 18px
}

.review_container {
  border: solid 3px #a58f79;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px
}

.sp_no {
  display: none
}

.review_total {
  display: block;
  width: 100%
}

.review_total .flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
	text-align:center;
}

.review_total img {
  width: 5pc
}

.review_inner {
  font-size: 1pc
}

.review_inner_l, .review_inner_r {
  display: flex;
  flex-direction: row;
  align-items: center
}

.r_point1 img, .r_point img {
  width: 5pc
}

.r_komoku {
  width: 60%;
  font-weight: 700;
  color: #543d2d
}

.r_point {
  width: 40%
}

.r_komoku1 {
  width: 60%;
  font-weight: 700;
  color: #543d2d
}

.r_point1 {
  width: 40%
}

.r_hyodai {
  display: block;
  font-size: 18px;
  width: 100%;
  margin: 0 5px 10px;
  border-left: solid 5px #a58f79;
  padding-left: 10px
}

.review_inner1 {
  display: flex;
  flex-direction: row;
  font-size: 1pc;
  margin: 0 auto
}

.review_komoku {
  width: 70%
}

.review_komoku, .review_point {
  border-top: solid 1px #a58f79;
  border-left: solid 1px #a58f79;
  box-sizing: border-box;
  padding: 5px 10px
}

.review_point {
  width: 30%;
  border-right: solid 1px #a58f79;
  display: flex;
  justify-content: center;
  align-items: center
}

.review_coment {
  border: solid 1px #a58f79;
  margin-bottom: 50px
}

.review_coment, .review_coment1 {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px
}

.review_coment1 {
  border-left: solid 1px #a58f79;
  border-right: solid 1px #a58f79;
  border-top: solid 1px #a58f79
}

.thanks_message_box {
  margin: 0 auto 50px;
  padding: 20px;
  background: #f1f1f1;
  font-size: 18px
}

.r_cardlink {
  width: 100%;
  height: auto;
  border: solid 2px #a58f79;
  border-radius: 3px;
  box-shadow: 4px 4px 9px 1px #cecece
}

.r_cardlink img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

.review_pg a {
  text-decoration: none;
  color: #23282d
}

.review_pg a:hover .r_cardlink {
  opacity: .5
}

.review_pg ul {
  list-style: none;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 0px
}

.review_pg ul li {
  padding-bottom: 15px
}

.r_cardlink_l {
  height: auto;
  padding: 10px 10px 0
}

.r_cardlink_r {
  padding: 10px
}

.card_txt, .card_txt1, .r_manzoku {
  font-size: 1pc
}

.r_manzoku {
  text-align: center;
  padding-top: 10px
}

.r_manzoku img {
  width: auto;
  height: 20px;
  vertical-align: -3px
}

.txtbox {
  padding: 10px 10px 0;
  font-size: 1pc
}

.border {
  border-bottom: solid 2px #a58f79;
  width: 75pt;
  margin: 0 auto;
  padding-top: 15px
}

.r_titlebox1 {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.consultation_pg section {
  margin-top: 35px
}

.consultation_pg h2 {
  color: #3c2f37
}

.consultation_pg h3 {
  font-size: 20px
}

.consultation_pg p {
  font-size: 18px
}

.consultation_pg ul li {
  list-style: none
}

.title_center {
  text-align: center;
  padding-bottom: 20px
}

#consultation .txtbox, #decid .txtbox, #recommend .txtbox {
  width: 90%;
  margin: 0 auto;
  font-size: 24px
}

#advantage, #flow, #eidaimerit {
  background: #faf6f6;
  padding: 40px 10px
}

#advantage h3, #eidaimerit h3 {
  text-align: middle;
  color: #4c4129;
  line-height: 1.2;
  padding-bottom: 10px
}

.check {
  font-size: 26px;
  font-weight: 700;
  color: #a58f79
}

#advantage .border, #eidaimerit .border {
  margin-bottom: 30px
}

#advantage .box, #flow .box, #eidaimerit .box {
  border: 3px solid #a58f79;
  padding: 20px 15px 20px 20px;
  border-radius: 15px;
  background: #fff;
  margin-bottom: 10px
}

#decid .flex_container, #flow .flex_container, #greeting .flex_container {
  margin: 10px 0
}

#decid .flex_inner, #flow .flex_inner {
  box-sizing: border-box;
  border: 5px solid #fff;
  background: #fdecd4
}

#decid .flex_inner h3 {
  padding: 15px 20px 0;
  color: #4c4129;
  font-size: 24px
}

#decid .flex_inner p {
  padding: 0 20px 15px
}

#decid .flex_inner .check, #flow .check {
  font-weight: 400
}

.promisebox {
  margin: 50px auto;
  width: 100%;
  max-width: 700px;
  text-align: center;
  background: url(https://kochi-chokuso.jp/wp-content/uploads/2020/02/haikei.png);
  background-size: cover;
  color: #fff;
  text-shadow: 1px 1px 3px #050505
}

.promisebox h3 {
  font-size: 28px;
  padding-top: 40px
}

.promisebox h3, .promisebox ul {
  padding-bottom: 30px
}

.promisebox ul li {
  font-size: 20px;
  padding-bottom: 20px;
  line-height: 1.2
}

.flow_txt {
  text-align: center;
  padding: 20px 0 30px
}

.title_center_arrow {
  text-align: center;
  padding-bottom: 10px;
  font-size: 30px;
  color: #7f6c5b
}

#flow dt {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 5px;
  color: #4c4129
}

#flow dd {
  font-size: 20px
}

.title_center_flow {
  text-align: center;
  padding: 30px 0 0
}

#greeting .flex_container {
  background: #f1edde;
  border-radius: 5px;
  padding: 20px
}

#greeting .flex_inner_r {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

#greeting h2 {
  font-size: 21px;
  line-height: 1;
  display: inline-block;
  margin: 0 auto
}

#greeting .flex_inner_r p {
  padding: 10px 10px 0
}

.knowledge_pg h3 {
  border-left: 5px solid #7f6c5b;
  padding: 0 0 0 15px;
  margin: 30px 0 20px
}

#mosyu .flex_container, .knowledge_pg .flex_container {
  margin-top: 20px
}

#mosyu .flex_inner_l {
  padding: 18px;
  display: flex;
  align-items: center;
  background: #faf6f6
}

#mosyu .flex_inner_l p {
  font-size: 1pc
}

.flex_inner_l_img {
  width: 100%
}

.flex_inner_r_txt {
  padding: 20px;
  background: #faf6f6;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.flex_inner_r_txt h4, .flex_inner_r_txt p {
  padding-bottom: 10px
}

.txtbox_a {
  width: 90%;
  margin: 0 auto;
  font-size: 18px
}

.top_img {
  width: 100vw;
  height: 80vw;
  overflow: hidden;
  margin: 0 auto;
  margin-left: calc(50% - 50vw);
  background-image: url(https://kochi-chokuso.jp/wp-content/uploads/2019/12/1_R.png);
  background-size: cover;
  background-position: center;
  position: relative
}

.sp_jizen {
  display: block;
  width: 90%;
  margin: 20px auto
}

.top_title_img {
  background-image: url(https://kochi-chokuso.jp/wp-content/uploads/2019/12/planmidashi.png);
  background-size: cover;
  background-position: right center;
  padding: 10px 0;
  margin: 30px 0 30px 5px
}

.top_title_img_2 {
  background-image: url(https://kochi-chokuso.jp/wp-content/uploads/2019/05/noting_titleimage-1024x137.png)
}

.top_title_img_2, .top_title_img_3 {
  background-size: cover;
  background-position: left center;
  padding: 10px 0;
  margin: 30px 0 30px 5px
}

.top_title_img_3 {
  background-image: url(https://kochi-chokuso.jp/wp-content/uploads/2019/05/credit_titleimage-1024x137.png)
}

.top_title_img_4 {
  background-image: url(https://kochi-chokuso.jp/wp-content/uploads/2019/05/memorial_titleimage-1024x137.png)
}

.top_title_img_4, .top_title_img_5 {
  background-size: cover;
  background-position: left center;
  padding: 10px 0;
  margin: 30px 0 30px 5px
}

.top_title_img_5 {
  background-image: url(https://kochi-chokuso.jp/wp-content/uploads/2019/12/chokuso_midashi.png)
}

.top_title_img_6 {
  background-image: url(https://kochi-chokuso.jp/wp-content/uploads/2019/12/facility_midashi.png);
  background-size: cover;
  background-position: left center;
  padding: 10px 0;
  margin: 30px 0 30px 5px
}

#t_credit h2 .deco_title_font, #t_eidai h2 .deco_title_font {
  font-size: 20px
}

.top_border_box {
  width: 60%
}

.top_title_border {
  border-bottom: 1px solid #603813
}

.top_txt {
  text-align: left;
  margin: 30px 10px 20px
}

.top_txt p {
  font-size: 18px;
  line-height: 1.8
}

#t_plan .flex_inner {
  display: block
}

#t_plan .flex_inner .flex_imgbox {
  padding: 1px 5px;
  display: block
}

.flex_imgbox img {
  box-shadow: 0 0 6px 3px #d6d6d6
}

.flex_imgbox a:hover {
  opacity: .5
}

.jizen {
  margin: 30px 0
}

.jizen .flex_imgbox a {
  display: block;
  width: 90%;
  margin: 0 auto
}

#t_credit .flex_container {
  margin: 30px 0
}

.flex_inner3 {
  background: #f1edde;
  margin: 5px
}

.flex_inner3_box {
  padding: 15px;
  text-align: center
}

.flex_inner3_box img {
  display: block
}

.flex_inner3_box h3, .flex_inner3_box p {
  display:inline-block;
}

.flex_inner3_box p {
  font-size: 14px;
  padding-bottom:0px;
}

.flex_inner3_box h3 {
  font-size: 18px;
  color: #635447
}

.left_txtbox {
  text-align: left
}

.flex_inner3_box img {
  height: 20px;
  width: auto;
  display: block;
  margin: 0 auto;
  padding-top: 10px
}

#difference, #faq,#t_faq, #t_exp {
  padding: 40px 0;
  background: #faf6f6
}

#difference, #faq,#t_faq, #review, #t_consultation, #t_exp,#t_totalsupport {
  width: 100vw;
  overflow: hidden;
  margin: 40px auto 0;
  margin-left: calc(50% - 50vw);
  text-align: center
}

#difference h2, #faq h2,#t_faq h2, #review h2, #t_consultation h2, #t_exp h2,#t_totalsupport h2 {
  font-size: 22px;
  color: #333
}

#difference p, #faq p, #review p, #t_consultation p, #t_exp p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  padding: 0 10px
}

#difference .border, #faq .border,#t_faq .border, #review .border, #t_consultation .border, #t_exp .border,#t_totalsupport .border {
  margin-bottom: 30px
}

.faq_box {
  text-align: left;
  margin: 30px 0
}

.top_rev_archive {
  max-width: 950px;
  width: 100%;
  margin: 30px auto 10px;
  text-align: left
}

.t_consbox {
  max-width: 750pt;
  width: 100%;
  margin: 20px auto 50px
}

.t_consbox .flex_container {
  background: #f1edde;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 5px
}

.t_consbox .flex_inner_l {
  padding: 10px
}

.t_consbox .flex_inner_r {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left
}

.t_consbox .flex_inner_r h3 {
  font-size: 20px;
  color: #3c2f37;
  padding-bottom: 5px
}

#t_consultation .t_consbox .flex_container .flex_inner_r p {
  padding: 0 20px 20px;
  font-size: 18px;
  line-height: 1.4
}

#kasoshikiplan img {
  vertical-align:bottom;
}

.plan_top_container {
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: rgb(232,186,93);
  background: radial-gradient(circle, rgba(232,186,93,1) 12%, rgba(221,183,108,1) 47%, rgba(197,143,33,1) 100%);
  background-size: cover;
  background-position: center;
}

.plan_top_inner {
  width:100%;
  height:auto;
  margin:2px;
  background:#FFFFFF;
  border-radius:3px;
  box-sizing:border-box;
  padding:10px;
}

.plan_top_inner_half1 {
  width:100%;
  height:200px;
  background-image:url(https://kochi-chokuso.jp/wp-content/uploads/2019/12/kaso.jpg);
  background-size:cover;
  background-position:bottom;
}

#chokusoplan_pg .plan_top_inner_half1 {
  background-image:url(https://kochi-chokuso.jp/wp-content/uploads/2019/12/shokusoimg.jpg);
  background-size:cover;
  background-position:bottom;
}

#ichinichisoplan_pg .plan_top_inner_half1 {
  background-image:url(https://kochi-chokuso.jp/wp-content/uploads/2019/12/ichinichi.jpg);
  background-size:cover;
  background-position:bottom;
}

#kazokusoplan_pg .plan_top_inner_half1 {
  background-image:url(https://kochi-chokuso.jp/wp-content/uploads/2019/12/kazoku.jpg);
  background-size:cover;
  background-position:bottom;
}

.plan_top_inner_half {
  width:100%;
}

.plan_top_inner_half img {
  vertical-align:bottom;
}

.plan_price {
  width:100%;
  margin:0 auto;
}

.plan_top_container h2 {
  color:#86641d;
  text-align:center;
  padding:5px 0 0 0;
  margin-bottom:5px;
}

.plan_top_container .border {
  border-bottom:1px solid #C58F21;
  padding:0;
  margin-bottom:20px;
}

.plan_top_container p {
  line-height:1.4;
  padding-bottom:10px;
}

.plan_image {
  text-align:center;
}

.plan_top_txtbox {
  margin:0 10px 0 10px;
}

.tyusyaku {
  font-size:14px;
  padding-bottom:5px;
}

.flow_container {
  border-radius:3px;
  margin:3px 0 18px 0;
}

.flow_inner {
  width:100%;
  margin:0 auto;
}

.flow_inner p {
  padding-top:10px;
}

.flow_container p {
  font-size:16px;
  padding-bottom:0;
}

.plan_top_container h3 {
  border-left:5px solid #C58F21;
  padding:0 0 0 10px;
  font-size:16px;
  font-weight:bold;
}

.sectionbox {
  padding:30px 0;
}

.sectionbox2 {
  width: 100vw;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-left: calc(50% - 50vw);
  background: #F1EDDE;
}

.sectioninner2 {
  width:100%;
  height:auto;
  margin:0px auto;
  padding:50px 0;
}

.plan_hukumu h2 {
  width:90%;
  padding:10px 0;
  background:#956c18;
  border-radius:30px;
  text-align:center;
  color:#FFFFFF;
  margin:0 auto 30px auto;
  font-size:20px;
}

.plan_product .flex_container {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  list-style:none;
  margin-left:10px;
  margin-right:10px;
}

.plan_product .flex_inner6 {
  width:25%;
  text-align:center;
  margin-bottom:10px;
}

.plan_product .flex_inner6 .img_box {
  width:70px;
	aspect-ratio:1;
}

.plan_product .flex_inner6 p {
  font-size:12px;
  line-height:1.3;
}

.anchi {
  margin:10px 10px 30px 10px;
}

.anchi .flex_container_r {
  background:#fffae6;
  border-radius:5px;
  border: 1px solid #dddddd;
}

.anchi h3 {
  font-size:22px;
  padding:0px 0px 5px 0px; 
}

.anchi p {
  font-size:18px;
  padding:0 0px 20px 0px; 
}

.flow_container .flex_inbox1 {
  text-align:center;
  padding:0;
}

.flex_inbox1 {
  padding:30px 20px 20px 20px;
  text-align:center;
}

.flex_inbox {
  padding:00px 20px 10px 20px;
}


.sectionbox2 h2, #option_service h2, #kasohprice h2, #planflow h2, #hikaku h2 {
  text-align:center;
  color:#23282D;
  padding-bottom:0px;
}

.plan_listtable {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  margin:40px 5px;
  font-size:12px;
}

.plan_listtable .item {
  width:30%;
  height:auto;
  background:#7C6855;
  color:#FFFFFF;
  align-self:stretch;
  box-sizing:border-box;
  border-bottom:1px solid #bdbaba;
}

.plan_listtable .include {
  width:20%;
  text-align:center;
  background:#FFFFFF;
  align-self:stretch;
  box-sizing:border-box;
  border-bottom:1px solid #bdbaba;
  line-height:1.2;
}

.plan_listtable div {
  padding:7px 7px;
}

#option_service p, #hikaku p {
  font-size:18px;
  padding:40px 15px 20px 15px;
  text-align:left;
  line-height:1.4;
}

#option_service .flex_inbox {
  padding:3px 15px;
}

#kasohprice {
  background:#F9F9F9;
  border-radius:10px;
  margin:10px 15px 30px 15px;
  border:1px solid #E2E2E2;
}

#kasohprice p {
  font-size:18px;
  margin:40px 15px 20px 15px;
  line-height:1.4;
}

#kasohprice h3 {
  font-size:20px;
  text-align:center;
}

#kasohprice table{
  width: 90%;
  border-collapse: collapse;
  font-size:18px;
  margin:10px auto;
}

#kasohprice table tr{
  border-bottom: solid 2px #BDBDBD;
}

#kasohprice table tr:last-child{
  border-bottom: none;
}

#kasohprice table th{
  position: relative;
  text-align: left;
  width: 50%;
  background-color: #2d818b;
  color: white;
  text-align: center;
  padding: 10px 0;
}

#kasohprice table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #2d818b;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#kasohprice table td{
  text-align: left;
  text-align: center;
  background-color: #FFFFFF;
  padding: 10px 0;
}

#kasohprice .tyusyaku {
  font-size:16px;
  text-align:left;
  margin:20px 0 0 0;
  padding:0 15px;
}

#planflow {
  background:#FFFFFF;
}

#planflow .flex_container_r {

  margin:60px auto;
  background:#F1EDDE;
}

#planflow .flex_container_r p {
  font-size:18px;
  line-height:1.4;
  padding-bottom:10px;
}

.flow_title {
  box-sizing:border-box;
  border-left:5px solid #A58F79;
  border-right:1px solid #E2E2E2;
  border-top:1px solid #E2E2E2;
  border-bottom:1px solid #E2E2E2;
  background:#F9F9F9;
  padding:5px 10px 5px 15px;
  font-size:20px;
  max-width:900px;
  width:95%;
  margin:0 auto;
}

.flow_txt {
  box-sizing:border-box;
  border-left:1px solid #E2E2E2;
  border-right:1px solid #E2E2E2;
  border-bottom:1px solid #E2E2E2;
  padding:10px 20px 10px 20px;
  font-size:18px;
  text-align:left;
  max-width:900px;
  width:95%;
  margin:0 auto;
  line-height:1.4;
}

.arrowbox {
  text-align:center;
  font-size:26px;
  color:#A58F79;
  margin:5px 0;
}

.top_flow_img {
  width:250px;
}

#chokusoplan_pg .plan_top_container {
  background: rgb(235,194,212);
background: radial-gradient(circle, rgba(235,194,212,1) 0%, rgba(196,141,165,1) 48%, rgba(145,111,126,1) 100%);
}

#ichinichisoplan_pg .plan_top_container {
background: rgb(217,219,241);
background: radial-gradient(circle, rgba(217,219,241,1) 0%, rgba(172,174,198,1) 55%, rgba(129,131,154,1) 100%);
}

#kazokusoplan_pg .plan_top_container {
background: rgb(222,220,176);
background: radial-gradient(circle, rgba(222,220,176,1) 0%, rgba(202,201,151,1) 51%, rgba(200,199,148,1) 53%, rgba(138,136,72,1) 100%);
}

#chokusoplan_pg .plan_top_container h2 {
  color:#8e6c7b;
}

#ichinichisoplan_pg .plan_top_container h2 {
  color:#717388;
}

#kazokusoplan_pg .plan_top_container h2 {
  color:#777640;
}

#chokusoplan_pg .plan_top_container .border {
  border-bottom:1px solid #8e6c7b;
}

#ichinichisoplan_pg .plan_top_container .border {
  border-bottom:1px solid #717388;
}

#kazokusoplan_pg .plan_top_container .border {
  border-bottom:1px solid #777640;
}

#chokusoplan_pg .plan_top_container h3 {
  border-left:5px solid #947180;
}

#ichinichisoplan_pg .plan_top_container h3 {
  border-left:5px solid #717388;
}

#kazokusoplan_pg .plan_top_container h3 {
  border-left:5px solid #777640;
}

#chokusoplan_pg .sectionbox2 {
  background: #e9dfe4;
}

#ichinichisoplan_pg .sectionbox2 {
  background: #e5e6ef;
}

#kazokusoplan_pg .sectionbox2 {
  background: #dedec3;
}

#chokusoplan_pg .plan_hukumu h2 {
  background:#8E6C7B;
}

#ichinichisoplan_pg .plan_hukumu h2 {
  background:#717388;
}

#kazokusoplan_pg .plan_hukumu h2 {
  background:#777640;
}

#chokusoplan_pg #planflow .flex_container_r {
  background:#e9dfe4;
}

#ichinichisoplan_pg #planflow .flex_container_r {
  background:#e5e6ef;
}

#kazokusoplan_pg #planflow .flex_container_r {
  background:#dedec3;
}

#planlist_pg .header_img, #difference_pg .header_img {
  background-image:url(https://kochi-chokuso.jp/wp-content/uploads/2019/12/headerimg_planarchive.jpg);
  background-size:cover;
  background-position:bottom;
}

.mg_ud_30 {
  margin:30px 0 40px 0;
}

.awe_plus {
  font-size:36px;
  color:#A58F79;
  text-align:center;
}

#hikaku {
  padding-bottom:0;
}

#contact_pg .header_img {
  background-image:url(https://kochi-chokuso.jp/wp-content/uploads/2019/03/5f8b17397770163e070950b78b11afe9_m.jpg);
  background-size:cover;
  background-position:center;
}

#contact_pg .tel_font {
  font-family: "Arapey", Sans-serif;
  font-size:20px;
}

#contact_pg h3 {
  font-size:24px;
  padding:30px 0 20px 0;
}

#contact_pg p {
  font-size:16px;
  line-height:1.6;
  padding:30px 0 10px 0;
}

#contact_pg .verification {
  max-width:600px;
  width:90%;
  margin:0 auto;
  background:#F9F9F9;
  box-sizing:border-box;
  border:4px double #B2B2B2;
  list-style:none;
  padding:30px 0px 30px 40px;
  font-size:20px;
}

.hanso_tel_button {
  width:300px;
}


#memorialservice_pg .header_img {
  background-image:url(https://kochi-chokuso.jp/wp-content/uploads/2019/12/headerimg_plan.jpg);
  background-size:cover;
  background-position:center;
}

#memorialservice_pg .eidaimerit .txtbox {
  padding-top:0px;
}

#memorialservice_pg p {
  font-size:18px;
  line-height:1.4;
  padding-top:10px;
}

#memorialservice_pg .jizen {
  margin:20px 20px;
}

#memorialservice_pg img {
  vertical-align:bottom;
}

#eidaimerit h2 {
  color:#000000;
  font-size:20px;
}

#eidaimerit h3 {
  font-size:20px;
  padding-bottom:0;
}

#eidaimerit .txtbox {
  padding:0 10px 20px 10px;
  text-align:left;
}

#reien4 h2 {
  text-align:center;
  color:#23282D;
  padding-bottom:0px;
}

#reien4 p {
  padding:0 10px 20px 10px;
}

#reien4 .flex_container_r {
  max-width:850px;
  width:100%;
  margin:0 auto;
  display:flex;
  flex-direction:column-reverse;
  padding:10px 0;
}

#reien4 .flex_container_r p {
  padding:5px 0 0px 0;
  text-align:left;
  font-size:16px;
}

#reien4 .border {
  margin-bottom:30px;
}

.reienlogo {
  width:200px;
  vertical-align:bottom;
}

#reien4 {
  padding-bottom:0;
}

#t_chokusocenter {
  width:95%;
  margin:30px auto;
  box-sizing:border-box;
  border:4px double #A58F79;
  padding:20px 20px;
  border-radius:5px;
  background:#FAF6F6;
}

#t_chokusocenter h2 {
  font-size:18px;
  line-height:1.2;
  color:#000000;
  padding-bottom:10px;
}

#t_chokusocenter p {
  line-height:1.4;
}

#concept_pg .header_img {
  background-image:url(https://kochi-chokuso.jp/wp-content/uploads/2026/02/Z72_6304-2.png);
  background-size:cover;
  background-position:center;
}

.concept_main {
 padding:20px 10px 20px 10px;
}

.concept_main p, #simpledemomanzoku p , #meikakunahiyo p {
  font-size:18px;
  line-height:1.4;
  padding-bottom:15px;
}

#simpledemomanzoku , #meikakunahiyo {
  padding:0 10px;
  margin:20px auto;
}

#simpledemomanzoku h2, #meikakunahiyo h2, #owakarenogi h2 {
  color:#000000;
  padding-bottom:5px;
}

#simpledemomanzoku .border, #meikakunahiyo .border {
  margin-bottom:15px;
}

#owakarenogi .txtbox {
  padding:0 20px;
}

#difference_pg h2 {
  padding-bottom:20px;
}

#difference_pg #sec_1 h2,#difference_pg #sec_2 h2,#difference_pg #sec_3 h2,#difference_pg #sec_4 h2 {
  border-left:5px solid #A58F79;
  padding:0 0 0 20px;
  color:#000000;
  font-size:20px;
  text-align:left;
  line-height:1.2;
}

#sec_1, #sec_2, #sec_3, #sec_4 {
  padding-top:30px;
}

#difference_pg .txtbox {
  padding-top:0;
}

#difference_pg #sec_1 .flex_container_r {
  width:100%;
  margin:30px auto;
  background:#F7F7F7;
  padding:20px 0 10px 0;
}

#difference_pg #sec_2 .flex_container_r {
  width:100%;
  margin:30px auto;
}


#funeral_pg .txtbox {
  margin:30px auto;
  padding-top:0;
}

#funeral_pg p {
  font-size:18px;
}

#funeral_pg #sec_4 ul {
  background:#F1EDDE;
  margin:20px auto;
  padding:20px 0px 20px 40px;
}

#funeral_pg dt {
  padding:0 0 0 10px;
  color:#000000;
  font-size:18px;
  text-align:left;
  font-weight:bold;
  margin-bottom:10px;
  border-left:5px solid #A58F79;
}

#funeral_pg dd {
  margin-bottom:30px;
}

#funeral_pg .mg_ud_30 {
  margin-bottom:20px;
}

#funeral_pg .txtbox {
  margin-top:10px;
}

#funeral_pg #sec_1,#funeral_pg #sec_2,#funeral_pg #sec_3,#funeral_pg #sec_4 {
  padding-top:0px;
}

#oisogi_boxcontainer {
  width:100%;
  padding:0 0 10px 0;
}

#oisogi_boxcontainer h2 {
  text-shadow:1px 1px 2px #ffffff;
  font-size:18px;
  line-height:1.3;
  text-align:left;
  background-image:url(https://kochi-chokuso.jp/wp-content/uploads/2020/02/oisogirenraku_spアセット-31000.png);
  background-size:cover;
  background-position:right bottom;
  padding:10px 0px 43px 5px;
}

#oisogi_boxcontainer ul {
  border-radius:7px;
  margin:7px 10px 0 10px;
  padding:20px 10px 15px 10px;
  list-style:none;
  border-radius:5px;
  background-color:rgba(0,0,0,0.1);
  text-align:center;
}

#oisogi_boxcontainer ul li {
  font-size:15px;
  font-weight:normal;
  padding-bottom:5px;
  color: #313073;
}

#oisogi_boxcontainer p {
  padding:13px 10px 0 10px;
  line-height:1.4;
}

.isogi_botton {
  text-align:center;
  padding-top:30px;
}

.isogi_botton a {
  max-width:400px;
  width:100%;
  background: rgb(247,113,113);
background: linear-gradient(180deg, rgba(247,113,113,1) 0%, rgba(255,80,80,1) 55%, rgba(255,0,0,1) 100%);
  padding:10px 30px;
  border-radius:7px;
  color:#FFFFFF;
  font-weight:normal;
  text-decoration:none;
  font-size:18px;
}

.isogi_botton a:hover {
  opacity:0.5;
}

.kyotyo {
  background: linear-gradient(transparent 70%, #F5A9A9 70%);
}

#t_plan .flex_inner40 .flex_inbox dl,#t_eidai .flex_inner50 .flex_inbox dl {
  box-sizing:border-box;
  border:1px solid #b3b3b3;
  border-radius:5px;
  box-shadow:0px 0px 9px -3px #cccccc;
}

#t_plan .flex_inner40 .flex_inbox dl h3, #t_eidai .flex_inner50 .flex_inbox dl h3 {
  box-sizing:border-box;
  border-left:4px solid #7F6C5B;
  border-bottom:1px solid #b3b3b3;
  padding:7px 0 7px 15px;
  background:#F1F1F1;
}

#t_plan ul,#t_eidai ul {
  padding:17px 0 17px 15px;
  font-size:16px;
  list-style:none;
}

#t_plan ul li,#t_eidai ul li {
  padding-bottom:2px;
}

#t_plan ul li .fa-check,#t_eidai ul li .fa-check {
  color:#7F6C5B;
}

.jizenwari .flex_container_r {
  background:#F1F1F1;
  border-radius:7px;
  box-sizing:border-box;
  border:1px solid #b3b3b3;
  margin:25px 15px 45px 15px;
  box-shadow:0px 0px 9px -3px #cccccc;
  padding-top:20px;
  padding-bottom:10px;
}

.jizenwari .flex_container_r .flex_inbox {
  padding:0px 20px 10px 20px;
}

.jizenwari .flex_container_r h3 {
  box-sizing:border-box;
  border-left:4px solid #7F6C5B;
  padding-left:10px;
  margin-bottom:5px;
  font-weight:normal;
  font-size:18px;
}

.jizenwari .flex_container_r p {
  font-size:16px;
  line-height:1.6;
}

.jizenwari a:hover {
  opacity:0.5;
}

.plantokutyo {
  padding:15px 0;
}

.option_discript .flex_inner25 {
  width:25%;
}

.option_discript h3 {
  background:#F1F1F1;
  border-radius:5px;
  box-sizing:border-box;
  border:1px solid #b3b3b3;
  margin:15px 10px 15px 10px;
  box-shadow:0px 0px 9px -3px #cccccc;
  padding:5px 15px;
  border-left:7px solid #7F6C5B;
}

.option_discript p {
  padding:0 15px;
}

.option_discript .flex_container_r {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  margin-top:20px;
}

.option_discript .flex_inner25 {
  position:relative;
    width:50%;
}

.option_discript .flex_inner25 p {
  padding:0px;
  text-align:center;
  position:absolute;
  bottom:23px;
  left:35px;
  color:white;
  font-weight:bold;
}

.plan_tyusyaku {
  font-size:14px;
  line-height:1.4;
}

.f_red {
  color:#d8241e;
  font-weight:bold;
  background: linear-gradient(transparent 70%, #ffcfce 70%);
}

#t_plan .top_title_img {
  margin-bottom:10px;
}

#t_eidai .flex_container_r {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  padding-left:5px;
}

#t_eidai .flex_container_r .flex_inner50_reien {
  width:50%;
}

.t_reien4 {
  margin:20px 0 10px 0;
  box-sizing:border-box;
  border-left:4px solid #7F6C5B;
  padding-left:10px;
}

.flex_inbox_reien {
  padding:0 10px 10px 0px;
  position:relative;
}

.flex_inbox_reien img {
  vertical-align:bottom;
}

.flex_inbox_reien p {
  position:absolute;
  bottom:10px;
  left:10px;
  color:white;
  font-weight:bold;
  text-shadow:0px 0px 4px #141414;
}

.t_eidai_txt {
  font-size:18px;
  text-align:left;
  padding:10px 10px 30px 10px;
  line-height:1.4;
}

#t_syokibo h3 {
  font-size:20px;
  text-align:center;
  color:#634519;
  padding-bottom:8px;
}

#t_syokibo .flex_inbox {
    margin: 10px;
    padding: 15px 10px;
    background-color: #fdf6ee;
  border-radius:3px;
  border:1px solid #f5e3d3;
}

#t_syokibo .flex_inbox .border {
  padding-top:0;
  margin-bottom:10px;
}

#t_syokibo .flex_inbox p {
  padding:0 15px 0 15px;
}

.sogi_txt {
  font-size:18px;
  padding:0px 15px;
  line-height:1.6;
}

#t_syokibo .flex_container_r {
  margin-bottom:30px;
}

#t_facility .flex_container_c p {
  font-family:"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-size:14px;
  line-height:1.4;
  padding:10px;
}

.t_facility_cb {
  width:100%;
  max-width:1000px;
  margin:0 auto 40px auto;
}

.t_facility_cb img {
  vertical-align:bottom;
}

.flex_inner_c {
  display:flex;
  flex-direction:row;
}

.flex_inner33 {
  box-sizing:border-box;
  border:1px solid #b9a06b;
  border-radius:5px;
  margin:0 1.15% 5px 1.15%;
  background:#fff2df;
  color:#4c3517;
  font-weight:normal;
  padding:5px;
}

.flex_container_c .flex_inner_c .flex_img {
  width:40%;
  margin:auto 0;
}

.flex_container_c .flex_inbox {
  width:60%;
  padding:0;
}

#t_director {
  margin:30px 0;
}

#t_director h2 {
  font-size:18px;
  line-height:1.4;
  background:url(https://kochi-chokuso.jp/wp-content/uploads/2026/02/pp12.png);
  background-size:cover;
  background-position:left;
  padding:20px 0px 15px 10px;
  text-shadow:0px 0px 2px #ffffff,0px 0px 4px #ffffff,0px 0px 5px #ffffff;
}

.t_direc_txt {
  background-color:rgba(255,255,255,0.6);
  color:#000000;
  border-radius:5px;
}

.t_direc_txt p {
  padding:10px 15px 0 15px;
}

.s_purp {
  color:#474994;
}

.t_direc_txt .s_purp {
  font-weight:bold;
}

.t_direc_txt2 {
  margin:20px auto 0 auto;
  background-color:rgba(255,255,255,0.6);
  color:#000000;
  border-radius:5px;
  width:95%;
  box-sizing:border-box;
  border:1px solid #eae9e7;
  padding:10px;
  background-color: #f6f9ff;
}

.t_direc_txt2 h3 {
  font-size:18px;
  padding-bottom:5px;
}

.t_direc_txt2 p {
  font-size:14px;
  line-height:1.4;
  color:#443a3a;
}

.top_txt_1 {
  margin:20px 3% 20px 3%;
}

.top_txt_2 {
  margin:0px 5% 40px 5%;
}

#t_facility h3 {
  font-size:22px;
  text-align:center;
  padding-bottom:15px;
  color:#464786;
}

.top_txt_1 p, .top_txt_2 p {
  font-size:18px;
}

.accbox1 {
  padding: 0;
  max-width: 750pt;
  font-size: 14px
}

.accbox1 label {
  display: block;
  margin: 5px 0 0;
  padding: 9px 15px;
  color: #fff;
  font-weight: 400;
  background: #7c6855;
  cursor: pointer;
  transition: all .5s
}

.accbox1 label:hover {
  opacity: .7;
}

.accbox1 input {
  display: none
}

.accbox1 .accshow1 {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: .8s;
}

.cssacc1:checked+.accshow1 {
  height: auto;
  opacity: 1
}

.abox1 {
  border-left: solid 2px #a58f79;
  border-right: solid 2px #a58f79;
  border-bottom: solid 2px #a58f79;
  box-sizing: border-box;
  padding: 15px 10px 15px 15px;
  background: #fff
}

#t_faq .flex_container_r {
  margin:0 auto;
}

#t_faq .flex_inner50 {
  margin:0 1%;
  text-align:left;
  align-self:stretch;
  
}

#t_faq .flex_container_r dt {
  margin-bottom:0;
  font-size:17px;
  line-height:1.4;
}

#t_faq .flex_container_r p {
  font-size:16px;
  font-family:"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  line-height:1.5;
}

.top_txt_3 {
  margin:20px auto;
  padding:0 15px;
}

.txt20_l {
  font-size:18px;
  text-align:left;
}

.txt24_c {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  text-align:left;
  margin-bottom:15px;
}

.mg_ud_3 {
  margin:30px 10px 10px 10px;
}

.sp_tyusyaku {
  color:#DA241E;
  font-family:"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  padding-bottom:10px;
}

#t_totalsupport .flex_container_r {
  margin:0 auto;
}

#t_totalsupport .flex_inner33 {
  border:none;
  background:none;
}

#t_totalsupport .flex_container_r dt {
  text-align:center;
  font-size:20px;
  color:white;
  padding:5px 0;
  background: rgb(165,151,139);
  background: linear-gradient(180deg, rgba(165,151,139,1) 0%, rgba(149,131,115,1) 35%, rgba(129,110,93,1) 100%);
}

#t_totalsupport .flex_container_r dd {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 10px 13px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FDE7D1;
}

#t_totalsupport .flex_container_r dd:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #7F6C5B;
}

.last:before {
  display:none;
  border:none;
}

#t_totalsupport .flex_container_r dd {
  padding:15px;
  text-align:left;
}

#t_totalsupport .top_txt_2 {
  margin:0 auto 10px auto;
  text-align:left;
  padding:0 10px;
}

#t_jizensodan {
  max-width:1000px;
  width:100%;
  margin:0 auto;
}

#t_jizensodan .flex_container_r {
  background-image:none;
}

#t_jizensodan .t_meritbox {
  background:#ececec;
  padding:20px;
  margin:0 20px;
}

.t_meritbox h4 {
  font-size:20px;
  padding-bottom:10px;
}

.t_meritbox ul {
  list-style:none;
  position:relative;
  font-weight:bold;
  font-size:17px;
}

.t_meritbox ul:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #7F6C5B;
}

.t_meritbox p {
  padding-top:35px;
}

.s_red {
  color:#D8241E;
  font-size:22px;
}

#t_jizensodan h3,#t_after h3,#t_funeral h3 {
  font-size:26px;
  position: relative;
  display: inline-block;
  padding: 20px 55px 20px 55px;
  color:#115c70;
}

#t_jizensodan h3:before, #t_jizensodan h3:after,#t_after h3:before, #t_after h3:after,#t_funeral h3:before, #t_funeral h3:after {
  content: '';
  position: absolute;
  top: 52%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #000000;
}

#t_jizensodan h3:before,#t_after h3:before,#t_funeral h3:before {
  left:0;
}
#t_jizensodan h3:after, #t_after h3:after, #t_funeral h3:after {
  right: 0;
}

#t_jizensodan .flex_inbox {
  padding:10px 15px 10px 15px;
  box-sizing:border-box;
  border-left:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  border-right:1px solid #cccccc;
  margin:0 20px;
}

#t_jizensodan .flex_inbox p {
  text-align:left;
  color:#000000;
}

.jizen_promise {
  border: 1px solid #d8b38f;
  margin:30px 5px 30px 5px;
}

.jizen_promise h4 {
  text-align:right;
  font-size:20px;
  text-shadow:0px 0px 3px #ffffff,0px 0px 3px #ffffff,0px 0px 4px #ffffff,0px 0px 5px #ffffff,0px 0px 9px #ffffff;
  background-image:url(https://kochi-chokuso.jp/wp-content/uploads/2026/02/t_jizenアセット-9.png);
  background-position:left;
  background-repeat:no-repeat;
  background-size:cover;
  padding-right:10px;
  line-height:1.4;
  padding-top:20px;
  padding-bottom:20px;
}

.yakusoku_container {
  background-color:rgba(255,255,255,0.7);
  display:block;
  padding:20px;
}

.jizen_promise ul {
  list-style:none;
  font-size:16px;
}

.jizen_promise ul li {
  font-weight:bold;
  padding-bottom:10px;
}

.under {
  background: linear-gradient(transparent 70%, #ffcfce 70%);
}

#t_jizensodan .link_button {
  background: #f2d2a2;
  background: -moz-linear-gradient(top, #d2af7a 1%, #a27c53 100%);
  background: -webkit-linear-gradient(top, #d2af7a 1%, #a27c53 100%);
  background: linear-gradient(to bottom, #d2af7a 1%, #a27c53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2d2a2', endColorstr='#c2a281', GradientType=0);
  width: 77%px;
  padding: 7px;
  border-radius:5px;
  font-size:18px;
  margin-top:12px;
}

.t_jizen_messe h4 {
  font-size:24px;
  padding-bottom:10px;
}

.t_jizen_messe p {
  text-align:left;
  padding:0 20px;
}

.blog_pg {
  margin-bottom:30px;
}

.blog_header_container {
  background:url(https://kochi-chokuso.jp/wp-content/uploads/2019/12/headerimg_plan.jpg);
  margin:0 auto;
  padding:30px 0;
  background-size:cover;
  background-position:center;
    width: 100vw;
  height: auto;
  overflow: hidden;
}

.blog_pg .blog_header_container p {
  text-align:center;
  font-size:26px;
  color:white;
  text-shadow:0px 0px 3px #717388,0px 0px 4px #717388,0px 0px 5px #717388,0px 0px 9px #717388;
  font-family: 游明朝, Yu mincho, YuMincho, ヒラギノ明朝 Pro W3, Hiragino mincho Pro, HGS明朝E, ＭＳ\ Ｐ明朝, MS PMincho, Times New Roman, Times, Garamond, Georgia, serif;
}

.blog_pg .post_title, .archive_pg .category_archive, #t_topic .category_archive {
  padding: 0.4em 1em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7D786C;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  margin:15px 5px 5px 5px;
  padding-top:10px;
}

.post_title h2, .archive_pg .category_archive h2, #t_topic .category_archive h2 {
  font-size:18px;
  padding-bottom:0;
  line-height:1.4;
}

.blog_pg p {
  font-size:20px;
  font-family:"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

.post .time, .category_archive .time {
  display:inline-block;
  font-family:"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  padding-right:10px;
  font-size:14px;
}

.post_title p,  .category_archive .category {
  display:inline-block;
  font-family:"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-size:14px;
}

.blog_pg h3 {
  position: relative;
  padding: 0.25em 0;
  font-size:20px;
  margin:20px 0 10px 0;
  line-height:1.4;
}
.blog_pg h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(165, 133, 85), transparent);
  background: linear-gradient(to right, rgb(165, 133, 85), transparent);
}

.post_free_pg {
  margin:0 10px 0 10px;
}

.post_free_pg p {
  font-family:"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-size:17px;
  line-height:1.6;
}

.archive_pg {
  margin:30px auto 30px auto;
}

.archive_pg a {
  text-decoration:none;
  color:#000000;
  display:block;
}

.archive_pg a:hover {
  opacity:0.5;
}

.category_archive .category {
  margin-bottom:0;
}

.category_archive {
  margin-top:15px;
  margin-bottom:15px;
}


#t_topic {
    width: 100vw;
  height: auto;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  background: #F1EDDE;
  padding:20px 0px 20px 0px;
}

#t_topic a {
  text-decoration:none;
  display:block;
}

#t_topic a:hover {
  opacity:0.5;
}

#t_topic .exp {
  font-family:"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

.topic_title {
  padding-bottom:0;
  border-bottom: solid 3px #d4cfc1;
  position: relative;
  margin-bottom:20px;
}

.topic_title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #7D786C;
  bottom: -3px;
  width: 20%;
}

.t_topicbox {
  margin:0 5px;
}

#t_after .flex_inner25 {
  width:48%;
  margin:0 1% 5px 1%;
  background:#fff5e6;
  border-radius:5px;
  border: 1px solid #fddebd;
  box-sizing:border-box;
}

#t_totalsupport #t_after .flex_container_r {
  background-image:none;
  margin-top:20px;
  margin-bottom:30px;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}

#t_totalsupport #t_after .flex_container_r .flex_inner25 dt {
  background:#FFF5E6;
}

#t_after .flex_container_r dt {
  color:#5a3e20;
  font-size:18px;
  padding-top:15px;
  font-weight:bold;
}

#t_after .border {
  margin-bottom:0px;
  padding-top:0;
  border-bottom: solid 2px #c19c76;
}

#t_totalsupport #t_after .flex_container_r dd {
  background:none;
  margin:0;
  padding:15px;
  font-family:"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  line-height:1.4;
}

#t_totalsupport #t_after .flex_container_r dd:before {
  display:none;
}

#t_after h4 {
  font-size:22px;
  margin-top:20px;
}

#t_after .top_txt_3 {
  text-align:left;
}

#review .revtxt {
  font-size:18px;
  text-align:left;
  font-family:"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  line-height:1.6;
}

#review .t_manzokubox .t_p_manzoku {
  display:inline-block;
  font-size:20px;
  line-height:1.2;
  font-weight:bold;
  padding:0;
}

#review .t_manzokubox .flex_inner45 {
  margin-top:-10px;
  margin-bottom:-20px;
}

.t_p_manzokup {
  display:inline-block;
}

.score1 {
  font-size:58px;
  letter-spacing:-10px;
  background: rgb(162,151,116);
background: linear-gradient(180deg, rgba(162,151,116,1) 0%, rgba(205,187,136,1) 48%, rgba(78,69,46,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:bold;
}

.score {
  font-size:40px;
  background: rgb(162,151,116);
background: linear-gradient(180deg, rgba(162,151,116,1) 0%, rgba(205,187,136,1) 48%, rgba(78,69,46,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:bold;
}

.point {
  font-size:24px;
  font-weight:bold;
}

.t_manzokubox .flex_container_r {
  align-items:center;
}

.t_manzokubox {
  margin:0 10px;
  box-sizing:border-box;
  border:2px solid #a58f79;
  padding:20px 15px;
  border-radius:5px;
  background-color: #faf6f6;
}

.chokucolor {
  color:#6D6550;
  font-size:20px;
  font-weight:bold;
  background: linear-gradient(transparent 70%, #ffcfce 70%);
}

.r_container {
  margin:0 20px 20px 20px;
  background-color: #fafaf6;
  border: 1px solid #e2d2d2;
}

#review .r_container p {
  font-size:18px;
  text-align:left;
  line-height:1.5;
}
#review .top_txt_3 {
  margin-top:20px;
}
  
#review .top_txt_3 p {
  font-size:18px;
  text-align:left;
  line-height:1.4;
  padding:0 5px;
}

.r_container .flex_inbox {
  padding:10px;
}
  
.r_container img {
  height:200px;
}

#choosecompany_pg .txtbox {
  padding-bottom:40px;
}

#choosepoint, #chokusopoint {
  background:#f9f6f2;
  padding:30px 10px;
  box-sizing:border-box;
  border-radius:5px;
  border:1px solid #e2e2e2;
}

#choosecompany_pg .box, #top #choosepoint .box {
  box-sizing:border-box;
  border:2px solid #A58F79;
  border-radius:5px;
  background:white;
  margin:15px 0px;
  padding:7px 15px 15px 15px;
}

#choosepoint h2, #chokusopoint h2 {
  color:#4a3829;
  line-height:1.4;
}

#choosecompany_pg .box h3,#top #choosepoint .box h3 {
  font-size:22px;
  padding-bottom:0px;
  color:#4a3829;
  line-height:1.4;
}

#choosecompany_pg .box p,#top #choosepoint .box p {
  line-height:1.4;
}
  
#choosecompany_pg .score1,#top #choosepoint .score1 {
  font-size:36px;
  letter-spacing:0;
  font-weight:normal;
  padding-right:10px;
}

.choosebox {
  padding-top:20px;
}

.choosebox h2 {
  text-align:center;
  font-size:24px;
  padding-bottom:15px;
}

.choosebox p {
  max-width:800px;
  width:100%;
  margin:0 auto;
}

.arrow_b {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #a58f79 transparent transparent transparent;
  line-height: 0px;
  _border-color: #a58f79 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  margin:20px auto;
}

#top #choosepoint {
  margin:30px 10px;
}

#top #choosepoint .mg_ud_30 {
  margin-bottom:10px;
}

#t_funeral .t_direc_txt {
  text-align:left;
}

#t_funeral h4 {
  background:url(https://kochi-chokuso.jp/wp-content/uploads/2020/02/sogiimage.png);
  margin:0 auto;
  padding:30px 20px;
  background-position:right bottom;
  background-size:cover;
  font-size:20px;
}

#t_funeral .top_txt h5 {
  font-size:20px;
  padding:5px 20px 5px 20px;
  box-sizing:border-box;
  border-left:5px solid #7F6C5B;
  background:#ECECEC;
  margin-bottom:10px;
  line-height:1.4;
}

.top_txt {
  margin:20px 10px;
  text-align:left;
}

#t_funeral .top_txt p {
  font-size:16px;
  line-height:1.6;
}

#t_totalsupport #t_funeral .flex_container_r {
  background-image:none;
  margin-bottom:20px;
  display:flex;
  flex-direction:column-reverse;
}

#t_totalsupport #t_funeral .flex_container_r .flex_inner_l {
  margin:0px 15px 15px 15px;
  background:#FAFAF6;
  text-align:left;
  line-height:1.4;
}

#t_totalsupport #t_funeral .flex_container_r .flex_inner_l p {
  padding:15px 25px;
}

#t_totalsupport #t_funeral .flex_container_r .flex_inner_r {
  padding:0px 15px 0px 15px;
}

#t_totalsupport #t_funeral .flex_container_r .flex_inner_r img {
  vertical-align:bottom;
}

#t_funeral .t_f_container_2 {
  margin-top:30px;
}

#t_funeral .t_f_container_2 h4 {
  background:url(https://kochi-chokuso.jp/wp-content/uploads/2020/02/mannerimage.png);
  margin:0 auto;
  padding:30px 20px 30px 20px;
  background-position:right bottom;
  background-size:cover;
  font-size:20px;
  text-align:right;
}

#t_funeral .t_f_container_3 h4 {
  background:url(https://kochi-chokuso.jp/wp-content/uploads/2026/02/t_jizenアセット-d9.jpg);
  margin:0 auto;
  padding:30px 20px;
  background-position:right bottom;
  background-size:cover;
  font-size:20px;
}

.t_f_container_3 {
  margin-top:30px;
}

.choosecontainer {
  margin:30px 0;
}

#t_totalsupport #choosepoint h2 {
  font-size:22px;
}

#t_totalsupport #choosepoint .border {
  margin-bottom:0px;
}

#t_totalsupport #choosepoint .box {
  text-align:left;
}

#t_totalsupport #choosepoint .choosebox h2 {
  font-size:22px;
  padding-bottom:15px;
}

#t_totalsupport #choosepoint .choosebox p {
  text-align:left;
}

#difference_pg .header_img h2 {
  color:white;
}

.blog_pg .post_title h2 {
  border:none;
  padding-left:0;
  margin-bottom:0;
}

.blog_pg h2 {
  border-left:5px solid #A98A5D;
  padding-left:10px;
  padding-bottom:0;
  margin-bottom:10px;
  line-height:1.4;
  font-size:20px;
}

.blog_pg h5 {
  font-size:16px;
  font-weight:bold;
  color:#A98A5D;
  font-family:"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}



.blog_pg dt {
  background:#A98A5D;
  padding:7px 10px;
  color:#FFFFFF;
  box-sizing:border-box;
  border:1px solid white;
  width:100%;
}

.blog_pg dd {
  background:#F4F4F4;
  padding:7px 10px;
  box-sizing:border-box;
  border:1px solid white;
  width:100%;
}

.info {
  text-align:center;
  font-size:18px;
  padding:15px 0;
}

.info .pickplan {
  margin:20px 5px 0 5px;
  display:block;
}

.info .pickplan a:hover {
  opacity:0.5;
}

.space_30 {
  margin-bottom:20px;
}

.facility-360gallery {
	padding: 0px 0;
    background: white;
	margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
	.facility-360gallery {
	margin-bottom: 40px;
}
}
.slider-for .slider, .slider-nav .slider, .slider360-nav .slider {
	width:90%;
}
.slider-for .slick-slider img, .slider-nav .slickslider img, .slider360-nav .slider img {
	width:100%;
	height:auto;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    
}
.slider-for .slick-slide {
	margin:0 5px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    
}
.slider-nav .slick-slide, .slider360-nav .slick-slide {
	margin:0 5px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    
}
.slider-nav img:hover, .slider360-nav img:hover {
	opacity:0.6;
}

.slider-for .slick-slide {
    opacity: 0.4;
}
.slider-for .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.slider-nav, .slider360-nav {
	width:100%;
	margin:0 auto;
    
}
a.js-smartPhoto.slick-slide.slick-current.slick-active.slick-center {
	opacity:1;
}
.slider.slider360-for.slick-initialized.slick-slider {
	width:100%;

	margin:0 auto 10px auto;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    
}
.slider.slider360-for.slick-initialized.slick-slider .panoview {
	width:100%;

	margin:0 auto;
}
.facility-360gallery h2 {
	padding-bottom:10px;
	font-size:16px;
    box-sizing: border-box;
    border-left: 5px solid #21446D;
    padding: 5px 0 5px 10px;
	margin-left: 10px;
}


.facility-360gallery h2 .color_b {
	font-size:1.2em;
	color:#21446D;
}

.facility-360gallery .border {
	margin-bottom:5px;
  border:none;
}
.slider.slider360-nav.slick-initialized.slick-slider {
    height: 50px;
}
.img_box {
    width:100%;
    aspect-ratio:16/8;
}
.img_box > img {
    object-fit:cover;
    object-position:center;
    width:100%;
    height:100%!important;
    display:block;
}
#top_facility .flex_container_r {
	width:90%;
	margin:0 auto;
	display: block;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
	margin-bottom:30px;
	color:#1D1D1D;
	text-decoration: none;
}
.flex_right {
	padding-left:20px;
	padding-bottom:10px;
}
#top_facility ul li {
	list-style: none;
}
.facility_name_bold {
	font-weight:bold;
	padding-top:10px;
}
.foot_logo {
	width:90%;
	padding-bottom:15px;
  padding-top:20px;
}
.foot_v2 {
	width:100%;
	box-sizing: border-box;
	padding-left:15px;
	padding-right:15px;
}
.foot_v2 ul {
	padding-bottom:20px;
  list-style:none;
}
.foot_menu_title {
	padding-bottom:5px;
	font-weight: bold;
}
.foot_v2 li a {
	font-weight: normal;
	font-size:14px;
	color:#382b1c;
}
.cprt {
	color:white;
	text-decoration: none;
}

    .top_img02 {
        width: 100vw;
        height: auto;
        margin-left: calc(50% - 50vw);
    }
.top_img02 img {
      vertical-align: bottom;
}
.brand_cont ul {
	font-size:18px;
	padding-bottom:20px;
}
.facility_cont ul {
	font-size:16px;
	padding-bottom:10px;
}
/***　星評価のスタイル　************************************************/
/*星のスタイル*/
.rating-star{
color: #f5bc55;
font-size: 1.2em;
	display: inline-block;
}
/*数字のスタイル*/
.rating-number{
color: #333;
font-size: 0.9em;
margin-left: 0.4em;
}
span.fa.fa-star-half-alt {
    font-size: 17px;
    vertical-align: 1px;
}
.i_b {
	display:inline-block;
}

/***　葬祭館ページ作り直し　************************************************/

.gaikan-wrapper {
    /* Flexコンテナの指定 */
    display: flex;
    /* 画像を折り返す設定 */
    flex-wrap: wrap;
    /* 画像間に隙間を作るための設定 */
    gap: 20px; /* 画像間の隙間（お好みで調整） */
    padding: 10px; /* wrapperの内側の余白（お好みで調整） */
}
@media screen and (max-width: 768px) {
	.gaikan-wrapper {
    flex-direction: column;
}
}
.gaikan-item {
    /* 2列にするため、全体の48%程度の幅を指定 */
    /* gapのサイズを考慮して50%より少し小さくする */
    width: calc(50% - 10px); /* 50% - (gapの半分) */
    /* 画像のアスペクト比を維持し、幅に合わせて高さを自動調整 */
    box-sizing: border-box; /* paddingやborderをwidthに含める */
}
@media screen and (max-width: 768px) {
	.gaikan-item {
    width: 100%;
}
}
/* 画像を囲む要素 (.gaikan-item) */
.gaikan-item2 {
    width: 100%; /* 親要素 (room-set) の幅いっぱいに広がる */
    margin-bottom: 5px; /* 画像とテキストの間の余白 */
}
.gaikan-item img {
    /* 画像が親要素(.gaikan-item)の幅いっぱいに広がるようにする */
    width: 100%;
    height: auto;
    /* 画像の下部にできるわずかな隙間を解消 */
    display: block; 
}
.gaikan-item2 img {
    /* 画像が親要素(.gaikan-item)の幅いっぱいに広がるようにする */
    width: 100%;
    height: auto;
    /* 画像の下部にできるわずかな隙間を解消 */
    display: block; 
}
/* 画像とテキストのセット (.room-set) が Flex アイテムになる */
.room-set {
    /* 2列にするため、全体の48%程度の幅を指定 */
    /* gap のサイズを考慮して50%より少し小さくする */
    width: calc(50% - 10px); /* 50% - (gapの半分) */
    box-sizing: border-box; 
    
    /* room-set 内では、画像とテキストが縦に並ぶ（FlexboxやGridを適用しない限りデフォルトのブロック要素の動作） */
}
@media screen and (max-width: 768px) {
	.room-set {
    width:100%;
}
}
/* Flexboxのコンテナ */
.access-flex-wrapper {
    display: flex; /* 横並びにする */
    justify-content: space-between; /* 要素間にスペースを空ける（お好みで） */
    align-items: flex-start; /* 縦方向の開始位置を揃える */
    gap: 30px; /* 画像とテキストの間の隙間 */
    margin-top: 20px; /* h2との間に余白 */
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.access-flex-wrapper {
    display: flex; /* 横並びにする */
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
		gap: 20px;
		margin-bottom: 0px;
}
}
/* 画像を囲む左側の要素 */
.hall-main-image-wrapper {
    /* 画像に割り当てる幅を設定 */
    flex-basis: 50%; 
    flex-shrink: 0; /* 縮小させない */
}

.hall-main-image-wrapper img {
    /* 画像が親要素の幅いっぱいになるようにする */
    width: 100%;
    height: auto;
    display: block;
}

/* 施設情報が入る右側の要素 */
.facility_info {
    /* 情報に割り当てる幅を設定 */
    flex-basis: 50%; 
    padding: 0; /* 必要に応じて調整 */
}

.facility_info ul {
    list-style: none; /* リストマークを消す（必要に応じて） */
    padding-left: 0;
}


h2.h_tit {
    background-color: #ffffff;
    padding: 10px 15px 4px 15px;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #848484;
    margin-bottom: 20px;
	margin-left:10px;
}
@media screen and (max-width: 768px) {
	h2.h_tit {
    font-size:20px;
}
}
#h_gaikan, #h_naikan, #h_lobby, #h_kaso, #h_room {
	margin-bottom: 60px;
}
#hall_pg p {
    font-size: 18px;
    line-height: 1.8;
padding-left:10px;
	padding-right:10px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.room-set > p {
padding-left:0px!important;
}
}
.bold {
	font-weight: bold;
}
.g_map_all {
	margin-bottom:40px;
}
.h_access_img {
	background-color: #f2f2f2;
    margin: 0px 0px 30px 0px;
    padding: 40px 30px 40px 30px;
    border-style: double;
    border-color: #d6d6d6;
}
@media screen and (max-width: 768px) {
	.h_access_img {
    margin: 0px 10px 30px 10px;
    padding: 20px 20px 20px 20px;
}
}
.h_access_img img {
	width:100%;
}
.header_img_h {
  background: url(https://kochi-chokuso.jp/wp-content/themes/funeralthemes/image/header_higashino.webp);
  width: 100%;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
	margin-bottom:40px;
	background-position: center;
}

.header_img_m {
  background: url(https://kochi-chokuso.jp/wp-content/themes/funeralthemes/image/header_miyanishi.webp);
  width: 100%;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
	margin-bottom:40px;
	background-position: center;
}

.header_img .header_font, .header_img_h .header_font, .header_img_m .header_font {
  color: #fff;
  text-shadow: 1px 1px 8px rgba(74, 73, 73, .97);
  font-size: 24px
}

/***　プランページ作り直し　************************************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
        .plan_top_inner {
        width: 96%;
        height: auto;
        display: flex;
        flex-direction: row;
        margin: 2px auto;
        background: #FFFFFF;
        border-radius: 3px;
    }
	.plan_in_cov {
		width:50%;
	}
    .plan_top_inner_half1 {
		width: 100%;
		height:auto;
  aspect-ratio: 1 / 1;
    object-fit:cover;
object-position:center;
display:block;
}
	    .plan_top_inner_half {
        width: 50%;
    }
	.plan_price {
        width: 80%;
        margin: 0 auto;
    }
	    .plan_top_container h2 {
        font-size: 20px !important;
			padding:0;
    }
	.plan_top_container .border {
        margin-bottom: 10px;
    }
	    .plan_top_container p {

        font-size: 14px;
    }
	.plan_top_txtbox > .tyusyaku {
		font-size: 12px;
		text-align: center;
	}
	    .top_flow_img {
        width: 200px;
    }
	    .flow_container {
        border-radius: 3px;
        margin: 3px 0 3px 0;
    }
	    .plan_product .flex_inner6 {
        width: 14%;
    }
	.anchi > .flex_container_r {
		display:flex;
		flex-direction: row;
	}
	.anchi > .flex_container_r > .flex_inner40 {
        width: 40%;
    }
	    .anchi > .flex_container_r > .flex_inner60 {
        width: 60%;
    }
	.flex_inbox {
        padding: 20px 20px 20px 20px;
    }
	    .anchi h3 {
        font-size: 20px;
        padding: 0px 0px 10px 0px;
    }
	    .anchi p {
        font-size: 16px;
        padding: 0 0px 20px 0px;
    }
	    .link_font {
        font-size: 15px;
        color: #fff;
    }
	    .link_button {
        padding: 14px;
        border-radius: 5px;
    }
	.plan_listtable {
        width: 80%;
        margin: 40px auto;
    }
	    .sectionbox {
        padding: 50px 0;
    }
	.op_sec {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.op_sec > .flex_inner50 {
		width:50%;
		padding-bottom: 10px;
	}
	    #kasohprice h3 {
        padding-top:20px;
			
    }
	    #kasohprice p, #kasohprice .tyusyaku {
        margin: 40px auto 20px auto;
        width: 80%;
    }
	#planflow .flex_container_r {
        margin: 60px auto;
        width:80%;
    }
	    .flex_inbox1 {
        padding: 30px 20px 00px 20px;
    }
	#planflow .flex_container_r p {
		width:90%;
		margin:0 auto;

	}
.flow_title {
        width: 80%;
        max-width:80%;
    }
	    .flow_txt {
        padding: 20px 30px 20px 30px;
        max-width: 80%;
        width: 80%;
		line-height:1.6;
    }
	.foot_inner_v2_2 {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
	    .foot_logo {
        width: 50%;
    }
	footer {
        box-sizing: border-box;
        padding: 30px 0 0 0;
    }
	    .contact_container {
        margin: 20px auto;
        width: 60%;
    }
	        .contact_container {
            margin: 20px auto;
            width: 60%;
            margin-bottom: 60px;
        }
}
@media screen and (max-width: 767px) {
.plan_top_container {
	padding:10px;
	box-sizing: border-box;
}
.plan_top_inner {
	margin:0;
}
}

/******************** タブレットサイズ修正　*******************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #oisogi_boxcontainer h2 {
		padding: 40px 0 100px 40px;
        box-sizing: border-box;
		font-size:20px;
	}
    #oisogi_boxcontainer ul {
		width: 70%;
        margin: 20px auto;
    }
	#oisogi_boxcontainer p {
        width: 90%;
        margin: 0 auto;
		padding-bottom:20px;
    }
	    .top_title_img_6, #t_plan .top_title_img, .top_title_img_4, .top_title_img_5, .top_title_img_3 {
        padding: 10px 10px;
        margin: 30px 0 30px 0px;
        box-sizing: border-box;
    }
	        .deco_title_font {
            font-size: 34px!important;
    }
	        .checkbox {
            color: #7f6c5b;
            font-size: 34px;
        }
	#top_facility {
    padding-bottom: 40px;
}
	    #top_facility .flex_container_r {
        width: 46%;
        margin: 0 14px;
			box-sizing: border-box;
			display: inline-block;
	}
	    .plantokutyo {
        padding:0;
    }
	.flex_inbox {
        padding: 00px 20px 30px 20px;
    }
	        #t_plan .flex_container {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 10px;
            margin: 0 auto;
            width: 94%;
        }
	    #t_plan .flex_inner {
        display: block;
        width: calc(50% - 5px);
        box-sizing: border-box;
    }
	.jizenwari a {
		width: 500px;
    display: block;
    margin: 30px auto 10px auto;
	}
	.jizenwari .flex_container_r {
        width: 80%;
        margin: 60px auto;
		padding-top: 0;
    }
	    .option_discript .flex_inner25 p {
        bottom: 40px;
    }
	p.plan_tyusyaku {
    width: 90%;
    margin: 0 auto;
}
	.plan_tyusyaku a {
		padding: 14px;
        border-radius: 5px;
		background: linear-gradient(to bottom, #d2af7a 1%, #a27c53 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2d2a2', endColorstr='#c2a281', GradientType=0);
        width: 77%;
		color:white;
		display: block;
            text-align: center;
		margin: 30px auto 40px auto;
	}
	#t_eidai p {
		padding-bottom:40px!important;
	}
	#t_credit .flex_container {
		display: flex;
	}
	#t_credit .flex_container > .flex_inner3 {
		width: 33%;
	}
	.flex_inner3_box img {
        height: auto;
        width: 100%;
    }
	.jacc {
		width: 80px!important;
	}
	.sogi_txt {
		padding-bottom:40px;
	}
	#t_syokibo .flex_container_r {
        margin-bottom: 30px;
        display: flex;
        gap: 20px;
        width: 94%;
        margin: 0 auto 40px auto;
    }
	#t_syokibo .flex_container_r > .flex_inner50 {
    background-color: #fdf6ee;
    border-radius: 3px;
    border: 1px solid #f5e3d3;
    box-sizing: border-box;
	}
	#t_syokibo .flex_inbox {
        background-color: none;
        border-radius: 0px;
        border: 0px;
    }
	#t_syokibo .flex_inbox .border {
        padding-top: 0;
        margin-bottom: 26px;
    }
	    #t_syokibo h3 {
        padding-bottom: 14px;
    }
	        .link_button {
            margin-bottom: 60px;
        }
	    #t_director h2, #t_funeral .t_f_container_2 h4, #t_funeral h4, #t_funeral .t_f_container_3 h4 {
        background-position: left top;
        padding: 40px 0px 200px 60px;
        text-shadow: 0px 0px 2px #ffffff, 0px 0px 4px #ffffff, 0px 0px 5px #ffffff;
			text-align: left;
    }
	    .t_direc_txt p {
        padding: 10px 40px 0 60px;
        margin-top: -180px;
        text-shadow: 0 0 white;
        background: #ffffff99;
        width: 80%;
    }
	.t_facility_cb > .flex_container_r {
		display: flex;
	}
	.t_facility_cb > .flex_container_r > .flex_inner33 {
		width:33%;
	}
	    .flex_inner_c {
        display: flex;
        flex-direction: column;
    }
	    .flex_container_c .flex_inner_c .flex_img {
        width: 100%;
        margin: auto 0;
    }
	.flex_container_c .flex_inbox {
        width: 100%;
        padding: 0;
    }
	.fac_link_box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 94%;
    margin: 0 auto;
}
	#t_faq {
		margin-top:0;
	}
	    #t_faq .flex_container_r {
        margin: 0 auto;
        width: 90%;
    }
	    .txt24_c, .txt20_l {
        width: 90%;
        margin: 0 auto 40px auto;
    }
	.accshow1 {
		margin-bottom:20px;
	}
	#review .flex_container_r {
		display: flex;
    align-items: center;
	}
	#review .flex_container_r > .flex_inner50 {
    width: 50%;
    align-items: center;
}
	.t_manzokubox > .flex_container_r {
		display: flex;
    align-items: center;
		flex-direction: column;
	}
	    .review_pg ul {
        list-style: none;
        width: 90%;
        margin: 0 auto 40px auto;
        padding: 0 0 0px;
        display: flex;
        gap: 20px;
    }
	    .consultation_pg {
        box-sizing: border-box;
        padding: 0 20px 40px 20px;
    }
	    #greeting .flex_container {
        display: flex;
    }
	#greeting .flex_container .flex_inner_l {
    width: 40%;
}
	#greeting .flex_container .flex_inner_r {
    width: 60%;
}
	#flow > img {
		width: 60%;
            margin: 30px auto;
            display: block;
	}
	    .jizen_promise {
        display: flex;
        justify-content: center;
    }
	.jizen_promise h4 {
		width:50%;
		
	}
	    .yakusoku_container {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
	.jizen_promise .yakusoku_container > .link_button {
		margin-bottom:0;
	}
}

/***************************************************************************
 Google口コミカセット スマホ専用・完全版（全機能網羅）
 ***************************************************************************/

/* =============================================
   1. 共通変数・基本レイアウト
   ============================================= */
.kuchikomi-review-content {
  --main-gold: #d2af7a;
  --gonose-color: #1e3a5f;
  --text-dark: #333333;
  --text-gray: #70757a;
  --bg-panel: #fcfcfc;
  --font-gothic: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding-top: 30px;
  width: 100%;
}

/* タイトルエリア */
.kuchikomi-review-content .section-title-wrapper {
  text-align: center;
  margin: 40px 0 25px;
}

.kuchikomi-review-content .section-title-wrapper h2 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: var(--text-dark);
  margin: 0;
  padding: 0 45px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.kuchikomi-review-content .section-title-wrapper h2::before,
.kuchikomi-review-content .section-title-wrapper h2::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: var(--main-gold);
}
.kuchikomi-review-content .section-title-wrapper h2::before { left: 0; }
.kuchikomi-review-content .section-title-wrapper h2::after { right: 0; }

.kuchikomi-review-content .section-title-wrapper .en-title {
  display: block;
  font-size: 13px;
  color: var(--main-gold);
  font-family: 'Times New Roman', serif !important;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.kuchikomi-review-content .section-intro-text {
  text-align: center;
  color: var(--text-gray);
  font-size: 14px;
  margin-bottom: 35px;
  line-height: 1.8;
  padding: 0 20px;
}

.kuchikomi-review-content .sp-only { display: inline; }

/* =============================================
   2. 総合評価パネル
   ============================================= */
.kuchikomi-review-content .rating-summary-panel {
  background-color: var(--bg-panel);
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 40px 20px 20px;
  margin: 0 20px 50px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.02);
}

.kuchikomi-review-content .google-rating-container {
  display: flex;
  flex-direction: column; /* スマホ縦並び */
  align-items: center;
  text-align: center;
}

.kuchikomi-review-content .rating-item { width: 100%; }

.kuchikomi-review-content .rating-divider {
  width: 80%;
  height: 1px;
  background-color: #ddd;
  margin: 30px auto;
}

.kuchikomi-review-content .rating-facility-name {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--text-dark);
  font-size: 17px;
}

.kuchikomi-review-content .rating-score-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 32px;
  color: var(--text-dark);
  font-weight: bold;
  font-family: 'Times New Roman', serif !important;
}

/* 星評価（共通） */
.kuchikomi-review-content .star-rating {
  display: flex;
  color: #ccc;
  font-size: 22px;
  letter-spacing: -1px;
}
.kuchikomi-review-content .star-rating .star { position: relative; display: inline-block; }
.kuchikomi-review-content .star-rating .star.full { color: var(--main-gold); }
.kuchikomi-review-content .star-rating .star.half::before {
  content: "★";
  position: absolute;
  left: 0; top: 0; width: 51%;
  overflow: hidden;
  color: var(--main-gold);
}

.kuchikomi-review-content .rating-count {
  color: var(--text-gray);
  font-size: 14px;
  font-weight: normal;
  margin-left: 4px;
}

.kuchikomi-review-content .rating-update-note {
  text-align: center;
  margin: 35px 0 0;
  font-size: 12px;
  color: var(--text-gray);
}

/* =============================================
   3. 口コミカード（グリッド & スライダー）
   ============================================= */
.kuchikomi-review-content .kuchikomi-grid {
  display: grid;
  grid-template-columns: 1fr; /* 1列固定 */
  margin: 0 10px 40px;
}

.kuchikomi-review-content .kuchikomi-slider-wrapper {
  position: relative;
  padding: 0 15px;
  margin: 30px auto;
}

.kuchikomi-review-content .kuchikomi-slider { margin: 0 -5px; }
.kuchikomi-review-content .slick-track { display: flex !important; }
.kuchikomi-review-content .slick-slide { height: inherit !important; display: flex !important; }

/* カード本体 */
.kuchikomi-review-content .kuchikomi-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 6px solid var(--facility-color, var(--main-gold));
  border-radius: 4px;
  padding: 24px;
  margin: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  display: flex !important;
  flex-direction: column;
  flex: 1;
  text-align: left;
  font-family: var(--font-gothic) !important;
}

.kuchikomi-review-content .facility-gonose { --facility-color: var(--gonose-color); }

.kuchikomi-review-content .kuchikomi-facility {
  font-size: 11px;
  color: #fff;
  background: var(--facility-color, var(--text-gray));
  display: inline-block;
  padding: 3px 12px;
  border-radius: 2px;
  margin-bottom: 15px;
  align-self: flex-start;
  font-weight: bold;
}

.kuchikomi-review-content .kuchikomi-name {
  color: var(--text-dark);
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 8px;
}

.kuchikomi-review-content .kuchikomi-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.kuchikomi-review-content .kuchikomi-date {
  color: var(--text-gray);
  font-size: 13px;
}

.kuchikomi-review-content .kuchikomi-comment {
  line-height: 1.6;
  color: #444;
  font-size: 14.5px;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* スライダーUI */
.kuchikomi-review-content .slick-prev,
.kuchikomi-review-content .slick-next { display: none !important; }
.kuchikomi-review-content .slick-dots { bottom: -30px; }
.kuchikomi-review-content .slick-dots li button:before { color: var(--main-gold); font-size: 10px; }

/* =============================================
   4. ポップアップ（モーダル）
   ============================================= */
#kuchikomi-modal { 
  display: none; 
  position: fixed; 
  inset: 0; 
  z-index: 9999; 
  background: rgba(0,0,0,0.7); 
  align-items: center; 
  justify-content: center; 
  padding: 15vh 20px; 
  backdrop-filter: blur(3px); 
}
#kuchikomi-modal.is-active { display: flex; }

.modal-content-inner { 
  background: #fff; 
  width: 100%; 
  max-width: 600px; 
  max-height: 100%; 
  padding: 40px; 
  border-radius: 4px; 
  border-top: 8px solid var(--modal-border-color); 
  position: relative;
  overflow-y: auto; 
  -webkit-overflow-scrolling: touch; 
}

/* ポップアップ内：全文表示を強制（ここが重要） */
#modal-injected-content .kuchikomi-comment {
  -webkit-line-clamp: none !important;
  display: block !important;
  overflow: visible !important;
  white-space: pre-wrap !important;
}

.modal-close-btn { 
  position: absolute; 
  top: 10px; 
  right: 15px; 
  font-size: 30px; 
  cursor: pointer; 
  color: #bbb; 
  z-index: 10; 
}

body.modal-open { overflow: hidden; }

/* =============================================
   5. ページネーション & 下部ボタン
   ============================================= */
.kuchikomi-pagination { text-align: center; margin: 40px 0 60px; }
.kuchikomi-pagination .page-numbers {
  display: inline-block; padding: 8px 16px; margin: 0 4px; border: 1px solid #ddd; border-radius: 4px; text-decoration: none; color: var(--text-dark);
}
.kuchikomi-pagination .current { background: var(--main-gold); color: #fff; border-color: var(--main-gold); }

.kuchikomi-review-content .google-link-section {
  text-align: center;
  margin: 60px 0 50px;
  padding: 0 20px;
}

.kuchikomi-review-content .google-link-title {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: var(--text-dark);
  margin-bottom: 25px;
}

.kuchikomi-review-content .google-link-container {
  display: flex;
  flex-direction: column; /* ボタンを縦並びに */
  gap: 15px;
}

.kuchikomi-review-content .google-link-btn {
  display: block;
  padding: 15px 20px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none !important;
  border: 1px solid transparent;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.kuchikomi-review-content .btn-gonose { background-color: var(--gonose-color); color: #fff !important; }







