@charset "UTF-8";
/* 不洗観音寺について */
#path ul li:last-child {
  color: #C97CA5;
}

.page_ttl {
  margin-bottom: 1rem;
  line-height: 1.7;
}
.page_ttl::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .page_ttl {
    margin: 3rem 0 2rem 0;
  }
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .d_flex {
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
  }
}

.ochigo_btn {
  background: #C97CA5;
  color: #fff !important;
  font-size: 16px;
  position: relative;
  padding: 10px 10px 10px 40px;
  width: 100%;
  line-height: 1.3;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .ochigo_btn {
    max-width: 344px;
  }
}
.ochigo_btn::before {
  content: "";
  display: inline-block;
  border-top: 4px solid #C97CA5;
  border-bottom: 4px solid #C97CA5;
  border-left: 6px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 10%;
}
@media screen and (min-width: 768px) {
  .ochigo_btn::before {
    left: 8%;
  }
}

.sec01 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding-bottom: 75px;
  }
}
.sec01:before, .sec01:after {
  content: "";
  display: inline-block;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}
.sec01:before {
  background: url(../img/ochigo2025/bg_img.png) left center/100% no-repeat;
  width: 170px;
  height: 158px;
  left: -2em;
  top: 0;
}
@media screen and (min-width: 768px) {
  .sec01:before {
    width: 370px;
    height: 317px;
  }
}
.sec01 .about_ochigo_list {
  background: #F8F1EC;
  padding: 20px 20px 20px 40px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .sec01 .about_ochigo_list {
    margin-bottom: 60px;
    padding: 30px 30px 25px 40px;
  }
}
.sec01 .about_ochigo_list ul li {
  position: relative;
  letter-spacing: 0.05em;
}
.sec01 .about_ochigo_list ul li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #DFC9E0;
  position: absolute;
  left: -1em;
  top: 0.5em;
}
@media screen and (min-width: 768px) {
  .sec01 .about_ochigo_list ul li::before {
    top: 0.6em;
  }
}
.sec01 .d_flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .sec01 .d_flex {
    gap: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec01 .d_flex .imgBox {
  margin-left: -9%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sec01 .d_flex .imgBox {
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
.sec01 .d_flex .txtBox p {
  font-size: 16px;
  line-height: 2.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec01 .d_flex .txtBox p {
    font-size: 20px;
    line-height: 2.6;
  }
}
.sec01 .d_flex .txtBox p strong {
  position: relative;
}
.sec01 .d_flex .txtBox p strong::before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: -5px;
  position: absolute;
  left: 0;
  background: #000;
}

.sec02 {
  padding-top: 0;
}
.sec02 .container {
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .sec02 .container {
    max-width: 800px;
    margin: 0 auto;
  }
}
.sec02 .day_tb table {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-collapse: collapse;
  letter-spacing: 0.05em;
}
.sec02 .day_tb table tr {
  border-bottom: solid 1px #ccc;
}
.sec02 .day_tb table tr:last-child {
  border-bottom: none;
}
.sec02 .day_tb table tr th {
  width: 20%;
  background: #F8F1EC;
  border-right: dashed 1px #ccc;
  padding: 10px;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec02 .day_tb table tr th {
    width: 35%;
    text-align: left;
    font-size: 18px;
  }
}
.sec02 .day_tb table tr td {
  width: 80%;
  padding: 20px 20px 20px 10px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .sec02 .day_tb table tr td {
    width: 65%;
    font-size: 16px;
    padding: 15px;
  }
  .sec02 .day_tb table tr td .day_txt {
    font-size: 20px;
  }
  .sec02 .day_tb table tr td .ochigo_btn {
    margin-top: 20px;
  }
  .sec02 .day_tb table tr td small {
    font-size: 14px;
  }
}
.sec02 .day_tb table tr td .bold_txt {
  font-weight: bold;
  display: block;
}
.sec02 .day_tb table tr td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec02 .day_tb table tr td dl dt {
  margin-right: 10px;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .sec02 .day_tb table tr td dl dt {
    width: 15%;
  }
}
.sec02 .day_tb table tr td dl.address dt {
  margin-right: 10px;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .sec02 .day_tb table tr td dl.address dt {
    width: 10%;
  }
}
.sec02 .day_tb table tr td ul {
  counter-reset: step-counter2;
}
.sec02 .day_tb table tr td ul li {
  position: relative;
  counter-increment: step-counter2;
  padding-left: 8%;
  padding-bottom: 0.5em;
}
.sec02 .day_tb table tr td ul li::before {
  content: counter(step-counter2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  max-width: 20px;
  width: 1.1em;
  height: 1.1em;
  margin-right: 5px;
  background: #F8F1EC;
  color: #C76161;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0.3em;
}
@media screen and (min-width: 768px) {
  .sec02 .day_tb table tr td ul li::before {
    top: 0;
    width: 1.5em;
    height: 1.5em;
    max-width: 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    margin-right: 10px;
    font-size: 18px;
  }
}
.sec02 .day_tb table tr td .left_border, .sec02 .day_tb table tr td .d_flex, .sec02 .day_tb table tr td .kome {
  padding-left: 30px;
}
.sec02 .day_tb table tr td .left_border {
  position: relative;
}
.sec02 .day_tb table tr td .left_border::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #C97CA5;
  position: absolute;
  top: 0.8em;
  left: 0;
}
.sec02 .day_tb table tr td .d_flex {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
}
.sec02 .day_tb table tr td .d_flex span {
  width: 40%;
  display: inline-block;
  max-width: 60px;
}
@media screen and (min-width: 768px) {
  .sec02 .day_tb table tr td .d_flex span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
.sec02 .day_tb table tr td .kome {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .sec02 .day_tb table tr td .kome {
    font-size: 14px;
  }
}
.sec02 .day_tb table tr td .ochigo_btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.sec02 .day_tb table .pdfLink_img {
  display: block;
  width: 100%;
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  .sec02 .day_tb table .pdfLink_img {
    max-width: 300px;
  }
}

.sec03 {
  counter-reset: step-counter;
}
.sec03 .flow_box {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sec03 .flow_box {
    margin-bottom: 40px;
    gap: 0 30px;
  }
}
.sec03 .flow_box .flow_txt {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sec03 .flow_box .flow_txt {
    max-width: 450px;
    margin: 0 auto 0 0;
  }
}
.sec03 .flow_box .flow_txt .num {
  position: relative;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  counter-increment: step-counter;
}
@media screen and (min-width: 768px) {
  .sec03 .flow_box .flow_txt .num {
    font-size: 20px;
  }
}
.sec03 .flow_box .flow_txt .num::before {
  content: counter(step-counter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  max-width: 35px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: #F8F1EC;
  color: #C76161;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
}
.sec03 .flow_box .flow_txt p {
  font-size: 14px;
  margin-left: 3rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .sec03 .flow_box .flow_txt p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.sec03 .flow_box .flow_img {
  margin-left: 3rem;
}
.sec03 .flow_box .flow_img .d_flex {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sec03 .flow_box .flow_img {
    max-width: 300px;
    margin: 0 0 0 auto;
  }
  .sec03 .flow_box .flow_img .d_flex {
    gap: 0 10px;
    margin-top: 0;
  }
}
.sec03 .flow_box .flow_img .img_cap {
  font-size: 12px;
  margin-top: 5px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .sec03 .flow_box .flow_img .img_cap {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .sec03 .flow_box.last .flow_img {
    max-width: 550px;
  }
}
.sec03 .ochigo_form {
  text-align: center;
}
.sec03 .ochigo_form .ochigo_btn {
  padding: 15px 15px 15px 35px;
}
.sec03 .ochigo_form .ochigo_btn::before {
  left: 10%;
}

.contact_btBox {
  position: relative;
}
.contact_btBox .c_txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contact_btBox .c_txt p {
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contact_btBox .c_txt p {
    font-size: 25px;
  }
}
.contact_btBox .c_txt .phone {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .contact_btBox .c_txt .phone {
    line-height: 1;
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
.contact_btBox .c_txt .hours_txt {
  font-size: 16px;
}

.lead_txt {
  line-height: 2.25;
}
.lead_txt:not(:last-child) {
  margin-bottom: 1rem;
}

.prlx01 {
  background-image: url(../img/ochigo2025/main_sp.jpg);
}
@media screen and (min-width: 768px) {
  .prlx01 {
    background-image: url(../img/ochigo2025/main_pc.jpg);
  }
}

@media screen and (min-width: 768px) {
  .ttl_border:before {
    margin-right: 40px;
  }
  .ttl_border:after {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .img_box {
    max-width: 70%;
    margin: auto;
  }
}
.img_box p {
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  margin-top: 13px;
}

.ttl_normal {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 1.875rem auto;
}
@media screen and (min-width: 768px) {
  .ttl_normal {
    font-size: 1.25rem;
    text-align: left;
    margin: 0 0 0 2rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .vtcl_txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 3rem auto 0;
  }
  .vtcl_txtbox * {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: left;
  }
  .vtcl_txtbox .sec_p {
    line-height: 2.25;
  }
}
#other {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  #other {
    padding-top: 4rem;
  }
}