@charset "UTF-8";
/* ===================================================================
PUBLIC
=====================================================================*/
#privacy_checkBox .item_choice {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  #privacy_checkBox .item_choice {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  #privacy_checkBox .item_choice {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  #privacy_checkBox .item_choice {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  #privacy_checkBox .item_choice {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}

/* ---------------------------------------------------------------- */
.item_choice {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .item_choice {
    font-size: clamp(13px, 0.729vw, 14px);
  }
}
@media screen and (max-width: 1024px) {
  .item_choice {
    font-size: clamp(12px, 1.2695vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  .item_choice {
    font-size: clamp(12px, 1.692vw, 13px);
  }
}
@media screen and (max-width: 480px) {
  .item_choice {
    font-size: clamp(11px, 2.5vw, 12px);
  }
}

/* ---------------------------------------------------------------- */
.request_form_headline {
  font-size: 30px;
}
@media screen and (min-width: 769px) {
  .request_form_headline {
    font-size: clamp(26px, 1.563vw, 30px);
  }
}
@media screen and (max-width: 1024px) {
  .request_form_headline {
    font-size: clamp(22px, 2.168vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .request_form_headline {
    font-size: clamp(22px, 3.385vw, 22px);
  }
}
@media screen and (max-width: 480px) {
  .request_form_headline {
    font-size: clamp(18px, 4.583vw, 22px);
  }
}

/* ---------------------------------------------------------------- */
#tel_orderBox, #pdf_downLoad.btn_basic, .item_name {
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  #tel_orderBox, #pdf_downLoad.btn_basic, .item_name {
    font-size: clamp(20px, 1.0422vw, 24px);
  }
}
@media screen and (max-width: 1024px) {
  #tel_orderBox, #pdf_downLoad.btn_basic, .item_name {
    font-size: clamp(18px, 1.757vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  #tel_orderBox, #pdf_downLoad.btn_basic, .item_name {
    font-size: clamp(18px, 2.343vw, 20px);
  }
}
@media screen and (max-width: 480px) {
  #tel_orderBox, #pdf_downLoad.btn_basic, .item_name {
    font-size: clamp(15px, 3.33vw, 16px);
  }
}

/* ===================================================================
供花・供物
=====================================================================*/
#mainContents {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  #mainContents {
    padding-bottom: 12% !important;
  }
}

/* ---------------------------------------------------------------- */
.introbox {
  width: 90%;
  margin: 0 auto;
}

/* ===================================================================
TAB NAVI
=====================================================================*/
.tab_navi_box {
  width: 80%;
  max-width: 860px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tab_navi_box {
    width: 100%;
  }
}

/* ----------------------------------------------------------- */
ul.tab_navi_list,
ul.item {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
ul.tab_navi_list li,
ul.item li {
  width: 50%;
  display: block;
  font-family: "Cochin", "NotoSerif", serif !important;
}
ul.tab_navi_list li a, ul.tab_navi_list li span,
ul.item li a,
ul.item li span {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: min(3vw, 40px);
  font-size: 20px;
  background: #fff;
  line-height: 120%;
  border-radius: min(1vw, 15px) min(1vw, 15px) 0 0;
  cursor: pointer;
  color: #333;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  ul.tab_navi_list li a, ul.tab_navi_list li span,
  ul.item li a,
  ul.item li span {
    font-size: min(3.125vw, 15px) !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
ul.tab_navi_list li.active a, ul.tab_navi_list li.active span,
ul.item li.active a,
ul.item li.active span {
  background: #78C153;
  color: #fff !important;
}
ul.tab_navi_list.payment li a,
ul.item.payment li a {
  letter-spacing: -0.5px;
}

/*
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  ul.tab_navi_list li a, ul.tab_navi_list li span,
  ul.item li a, ul.item li span {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul.tab_navi_list li a, ul.tab_navi_list li span,
  ul.item li a, ul.item li span {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
*/
/* ----------------------------------------------------------- */
.item_content, .payment_content {
  display: none;
}
.item_content.active, .payment_content.active {
  display: block;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

/* ----------------------------------------------------------- */
.tab_column {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .tab_column {
    margin-bottom: 9%;
  }
}

/* ------------------------------------------------------------- */
.tab_container {
  width: 100%;
  height: auto;
  background: #fff;
  margin: 0 auto 90px;
  border-radius: 10px;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .tab_container {
    padding: 6% 0;
  }
}
.item_list_contents {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .item_list_contents {
    margin-bottom: 9%;
  }
}
/* ------------------------------------------------------------- */
ul.item_list {
  list-style-type: none;
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ul.item_list.payment li {
    width: 50%;
  }
}
ul.item_list li {
  width: 31.3333%;
  height: auto;
  margin: 0 2% 4% 0;
}
ul.item_list li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  ul.item_list li {
    width: 49%;
  }
  ul.item_list li:nth-of-type(3n) {
    margin-right: 2%;
  }
  ul.item_list li:nth-of-type(even) {
    margin-right: 0;
  }
}

/* ------------------------------------------------------------- */
.item_photo {
  padding: 0;
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.item_photo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------------------------------------------------- */
.item_detail {
  padding: 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item_name {
  text-align: center;
  font-family: "NotoSerif", serif !important;
  margin-bottom: 1rem;
  font-weight: 400;
  width: 100%;
  line-height: 120%;
}

.item_name span {
  line-height: 110%;
  padding: 0;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .item_name span {
    font-size: clamp(11px, 1vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .item_name span {
    font-size: clamp(10px, 1.432vw, 11px);
  }
}
@media screen and (max-width: 480px) {
  .item_name span {
    font-size: clamp(9px, 2.083vw, 10px);
  }
}

/* ----------------------------------------------------------------
フォーム
---------------------------------------------------------------- */
#reQuest input[type=checkbox] {
  display: none;
}

.item_choice {
  letter-spacing: 0;
  line-height: 140%;
  padding-left: 1.4rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-right: 0.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .item_choice {
    margin-right: 0;
  }
}
.item_choice:before, .item_choice:after {
  content: "";
  position: absolute;
}
.item_choice:before {
  left: 0;
  top: -0.1rem;
  border: 2px solid #333;
  width: 1.2rem;
  height: 1.2rem;
}
.item_choice:after {
  display: block;
  border-right: 2px solid #78C153;
  border-bottom: 3px solid #78C153;
  width: 0.5rem;
  height: 0.9rem;
  top: 0%;
  left: 4px;
  opacity: 0;
  -webkit-transform: rotate(48deg) skew(15deg);
  transform: rotate(48deg) skew(15deg);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (min-width: 1200px) {
  .item_choice br {
    display: none;
  }
}

/* ------------------------------------------------------------- */
#reQuest input[type=checkbox]:checked + .item_choice {
  color: #78C153;
}
#reQuest input[type=checkbox]:checked + .item_choice:before {
  border-color: #78C153;
}
#reQuest input[type=checkbox]:checked + .item_choice:after {
  opacity: 1;
}

/* ===================================================================
フォーム
=====================================================================*/
.request_form_headline {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
  padding: 0.8rem 2rem;
  width: 70%;
  display: block;
  max-width: 400px;
  /* margin-bottom: 60px; */
  margin: 0 auto 60px;
  font-weight: 400;
  line-height: 140%;
  font-family: "NotoSerif", serif !important;
  display: block;
}
@media screen and (max-width: 768px) {
  .request_form_headline {
    margin-bottom: 12%;
    padding: 0.8rem 0;
    width: 90%;
  }
}

/* ----------------------------------------------------------- */
.tab_container .one_period {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .tab_container .one_period {
    padding-bottom: 6%;
  }
}

/*
FORM
=====================================================================*/
.formbox {
  margin-top: 45px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .formbox {
    margin-top: 9%;
  }
}

/* ----------------------------------------------------------- */
.form_one_box + .agree {
  margin-top: 60px;
  width: 80%;
  max-width: 860px;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .form_one_box + .agree {
    margin-top: 6%;
    width: 90%;
    padding: 20px;
  }
}

/* ----------------------------------------------------------- */
#privacy_checkBox {
  text-align: center;
}
#privacy_checkBox .item_choice {
  padding-left: 1.5rem;
}
#privacy_checkBox .item_choice:before {
  top: 0.12rem;
  width: 1rem;
  height: 1rem;
}

/* ----------------------------------------------------------- */
#orderBloc {
  width: 80%;
  height: auto;
  margin: 0 auto;
  max-width: 600px;
  font-family: "NotoSerif", serif !important;
}
@media screen and (max-width: 768px) {
  #orderBloc {
    width: 90%;
  }
}

/* ----------------------------------------------------------- */
#pdf_downLoad.btn_basic {
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
  display: block;
  max-width: inherit;
  text-align: center;
  font-family: "NotoSerif", serif !important;
}
@media screen and (max-width: 768px) {
  #pdf_downLoad.btn_basic {
    width: 90%;
    margin-bottom: 9%;
  }
}
#pdf_downLoad.btn_basic a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 500;
}

/* ----------------------------------------------------------- */
#tel_orderBox, #tel_orderBox2 {
  border-top: 1px solid #D61105;
  border-bottom: 1px solid #D61105;
  padding: 30px 0;
  width: 80%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-family: "NotoSerif", serif !important;
}
@media screen and (max-width: 768px) {
  #tel_orderBox, #tel_orderBox2 {
    padding: 4% 0;
  }
}
#tel_orderBox p, #tel_orderBox2 p {
  margin-bottom: 1.5rem;
  font-family: "NotoSerif", serif !important;
}
#tel_orderBox .link_freedial, #tel_orderBox2 .link_freedial {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
#tel_orderBox .link_freedial a, #tel_orderBox .link_freedial img, #tel_orderBox2 .link_freedial a, #tel_orderBox2 .link_freedial img {
  width: 100%;
  height: auto;
  display: block;
}

/* ----------------------------------------------------------- */
#tel_orderBox, #tel_orderBox2 {
  border-top: 1px solid #D61105;
  border-bottom: 1px solid #D61105;
  padding: 30px 0;
  width: 80%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-family: "NotoSerif", serif !important;
}
@media screen and (max-width: 768px) {
  #tel_orderBox, #tel_orderBox2 {
    padding: 4% 0;
  }
}
#tel_orderBox p, #tel_orderBox2 p {
  margin-bottom: 1.5rem;
  font-family: "NotoSerif", serif !important;
}
#tel_orderBox .link_freedial, #tel_orderBox2 .link_freedial {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
#tel_orderBox .link_freedial a, #tel_orderBox .link_freedial img, #tel_orderBox2 .link_freedial a, #tel_orderBox2 .link_freedial img {
  width: 100%;
  height: auto;
  display: block;
}

#tel_orderBox2 {
  margin-top: 2em;
}

/* ----------------------------------------------------------- */
/* フォーム切り替え */
#credit-Form.credit .for_cash_bank {
  display: none;
}
#credit-Form.credit .for_credit {
  display: block;
}
#credit-Form.cash_bank .for_credit {
  display: none;
}
#credit-Form.cash_bank .for_cash_bank {
  display: block;
}
#credit-Form.cash_bank .form_one_box.for_cash_bank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ----------------------------------------------------------- */
.one_period.center .for_credit, .one_period.center .for_cash_bank {
  margin-bottom: 3em;
}

.one_period .form_one_box.for_cash_bank {
  margin-bottom: 30px;
}

/* ----------------------------------------------------------- */
/* confirm_section */
#confirm_section {
  width: 100%;
  height: auto;
  background: #fff;
  margin: 0 auto 90px;
  border-radius: 10px;
  padding: 60px 0;
}
#confirm_section h3 {
  margin: 3em auto;
  display: block;
}
#confirm_section .confirm_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}
#confirm_section h4 {
  font-size: clamp(18px, 5.625vw, 30px);
  border-left: #78C153 0.2em solid;
  color: #78C153;
  margin-top: 2em;
  margin-bottom: 0.4em;
  padding-left: 0.5em;
}
#confirm_section p, #confirm_section #confirm_items {
  font-size: clamp(12px, 3.75vw, 18px);
  width: 100%;
  border-bottom: 1px #78C153 solid;
  line-height: 2;
  margin-bottom: 1.4rem;
}
#confirm_section p span, #confirm_section #confirm_items span {
  font-size: 1em;
}
#confirm_section .btn_agree {
  display: none;
  /* font-size: clamp(20px, 1.0422vw, 24px); */
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: #78C153;
  border-radius: 100vh !important;
  max-width: 300px !important;
  width: 70% !important;
  margin: 60px auto 0;
  padding: 12px 24px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-weight: 600;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #78C153;
}
#confirm_section .btn_agree.back {
  margin-top: 30px;
  background: #999;
  border: 1px solid #999;
  display: block;
}
#confirm_section .btn_agree.back:hover {
  background: #fff;
  color: #999;
}
#confirm_section .btn_agree:hover {
  background: #fff;
  color: #78C153;
}

/* ----------------------------------------------------------- */
#paypal-button-container {
  margin: 60px auto 0;
  width: 90%;
  max-width: 600px;
  display: block;
}

/*
/* 2026.01.08 追加
/* ----------------------------------------------------------- */
.tab_caption {
  width: 90%;
  margin: 0 auto 45px;
  text-align: center;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .tab_caption {
    font-size: clamp(18px, 1.0422vw, 20px);
  }
}
@media screen and (max-width: 1024px) {
  .tab_caption {
    font-size: clamp(16px, 1.757vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .tab_caption {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .tab_caption {
    font-size: clamp(14px, 3.125vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .tab_caption {
    margin-bottom: 4.5%;
  }
}
.tab_caption span {
  font-size: 20px;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) {
  .tab_caption span {
    font-size: clamp(18px, 1.0422vw, 20px);
  }
}
@media screen and (max-width: 1024px) {
  .tab_caption span {
    font-size: clamp(16px, 1.757vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .tab_caption span {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .tab_caption span {
    font-size: clamp(14px, 3.125vw, 15px);
  }
}

/* ----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .submit_btn_box .btn_agree {
    margin-top: 0 !important;
  }
}

/* ---------------------------------------------------------------- */
#requestBody.one_period .tab_container {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #requestBody.one_period .tab_container {
    margin-bottom: 9%;
  }
}