/* メイン共通 */
main {
  max-width: 1080px;
  margin: 0 auto;
}

button{
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.info-section--heading {
  font-size: 3.4rem;
  color: #fff;
  margin: 52px 0 26px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background: #9E62AA;
  width: 100%;
}

.section-hall-leadtxt{
    color: #7E2E8E;
    font-weight: 600;
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}

.info-section--description {
  text-align: left;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  color: #7E2E8E;
  margin-bottom: 25px;
  margin-left: 34px;
}

.info-section--notes {
  margin-bottom: 40px;
  list-style: none; /* デフォルトマーカー消す */
  padding-left: 0;
}

.info-section--notes li:last-child {
  margin-bottom: 0;
}

.info-section--notes li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8;
  background: #F6F0F6;
  padding: 15px 15px 15px 69px;  /* 左にマーカーのスペース */
  margin-bottom: 9px;
}

/* マーカー */
.info-section--notes li::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: #9C60A9;
  position: absolute;
  left: 34px;
  top: 24px;
  color: #9C60A9;
  font-size: 2rem;
}

/* 強調行（最初と最後） */
.info-section--notes li:first-of-type,
.info-section--notes li:last-of-type {
  font-weight: bold;
}

/* テーブル */
.section-hall-list {
  margin: 38px auto;
  text-align: center;
}

.section-hall-leadtxt {
  font-size: 3rem;
  color: #7E2E8E;
  margin-bottom: 31px;
}

.halllist-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.halllist-column {
  flex: 1;
  min-width: 320px;
}

.hall-area {
  background: rgba(158, 98, 170,0.25); 
  padding: 6.4px 10px 3px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #7E2E8E;
}

.hall-list-contact-address {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hall-list-contact-address li {
  display: grid;
  justify-content: space-between;
  padding: 4px 12px;
  font-size: 1.8rem;
  margin-top: 6px;
  background: #F6F0F6;
  gap: 37px;
  justify-content: center;
  text-align: left;
  align-items: center;
  grid-template-columns: 198px auto;
}

.hall-list-contact-address li a{
    color: initial;
}

.hall-list-contact-address li:last-child {
  border-bottom: none;
}


.hall-list-contact-address--tel {
  display: inline-flex;
  align-items: center; 
}

.hall-list-contact-address--tel a{
  pointer-events: none;
}

.hall-list-contact-address--tel::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../image/tel.svg) no-repeat center/contain;
}


/* 締切 */
.section-deadlines {
  text-align: center;
  margin: 54px auto 77px;
  padding:17.7px 62px 47px 63px;
  background: #F6F4EA; 
  font-family: "Noto Serif JP", serif;
}

.deadline-title {
  font-size: 3.6rem;
  font-weight: 600;
  color: #C80000; /* 赤文字 */
  margin-bottom: 24px;
}

.deadline-boxes {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.deadline-box-outline{
  border: 3px solid #9C60A9;
  padding: 6px;
  width: 100%;
}


.deadline-box {
  display: flex;
  align-items: center;
  border: 1px solid #9C60A9;
  outline: 6px solid #fff;
  padding: 20px;
  justify-content: space-around;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
}

.deadline-colortxt{
  font-weight: 600;
  color: #7E2E8E;
  font-size: 3.4rem;
}

.deadline-label {
  font-size: 2.3rem;
  flex: 1;

}

.deadline-arrow {
  color: #9C60A9;
  font-weight: bold;
  font-size: 2.7rem;
}

.deadline-time {
  color: #7E2E8E;
  font-size: 2.3rem;
  flex: 1;
}

.deadline-strong {
  color: #C80000; /* 赤強調 */
  font-weight: 600;
  text-decoration: underline;
  font-size: 3.4rem;
}

.deadline-blacktxt{
    color: #444;
}

/* 注文フォーム */
.order-info {
  margin: 50px auto 5px;
  background: #fff;
  border-top: 4px solid #9C60A9;
}

.order-info--border-double {
    content: "";
    width: 100%;
    height: 2px;
    background: #9E62AA;
    margin-top: 4px;
}

.order-info--heading img{
    width: 94px;
    margin: 0 auto;
}


.order-info--heading{
    font-family: "Noto Serif JP", serif;
    font-size: 3.4rem;
    font-weight: 600;
    margin-top: 51.4px;
    text-align: center;
}

.order-info--heading-text{
  margin-top: 28px;
}

/* === 共通 === */
.order-form {
  display: flex;
  flex-direction: column;
  margin: 48px 28px 0;
}

.order-form--error{
  font-size: 1.6rem;
  color: #C80000;
  margin-top: 8px;
}

.order-form--row {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px dotted #ccc;
  padding: 22px 0;
}

/* 左の紫マーカー */
.order-form--label::before {
  margin-left: 5px;
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: #9C60A9;
  top: calc(50% - 8px);
  left: -27px;
  position: absolute;
}

/* ラベル */
.order-form--label {
  font-weight: bold;
  font-size: 2rem;
  color: #333;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 27px;
}

/* 必須 */
.order-form--required {
  display: block;
  margin-left: 37px;
  padding: 0 6px;
  height: 27px;
  box-sizing: border-box;
  font-size: 1.6rem;
  background: #C80000;
  color: #fff;
  border-radius: 6px;
  margin-right: 25px;
  font-weight: normal;
}

.order-form--label--family .order-form--required{
  margin-left: 17px;
}

.order-form--label--item .order-form--required{
  margin-left: 23px;
}
.order-info input,.order-info select{
  font-size: 2rem;
  line-height: 1.45;
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

/* === ご芳名 + 会場名の横並び === */
.order-info--border-double {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.order-form--col {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* 入力フィールド */
.order-form--field {
  flex: 1;
  display: flex;
  gap: 8px;
}

.order-form--field input,
.order-form--field select {
  padding: 0 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 50px;
  box-sizing: border-box;
}

.order-form select {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
}

.order-form select{
  background-image: url(../image/select_icon.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 11.68px 16.31px;
}

.order-form--select-wrap{
  position: relative;
  width: fit-content;
}


/* ご芳名の「家」を擬似要素で表示 */
.order-form--input-wrap--family {
  display: flex;
  align-items: center;
}

.order-form--input-wrap--family p{
  font-size: 2rem;
  margin-left: 8px;
}

.order-form--input-wrap--family input{
  width: 228px;
}

.order-form--label--venue ~ .order-form--field--venue select{
  width: 305px;
}

.order-form--label--venue .order-form--required{
  margin-left: 19px;
}

/* お通夜・告別式の幅調整 */
.order-form--field--datetime .order-form--date-wrap input{
  width: 294px;
  position: relative;
  padding: 0 15px;
}
.order-form--field--datetime .order-form--select-wrap select{
  width: 251px;
  padding: 0 15px;
}


/* input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type="date"]::after {
  content: '';
  background-image: url(../image/date_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

input[type="date"]{
  background-image: url(../image/date_icon.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 17.92px 19.26px;
  -webkit-appearance: none; 
} */

.order-form--date-wrap {
  position: relative;
  width: 294px; /* 必要に応じて調整 */
  height: 50px;
}

.order-form--date-wrap input[type="date"] {
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
}

/* デフォルトアイコンを見えなくする */
.order-form--date-wrap input[type="date"]::-webkit-calendar-picker-indicator,
.order-form--date-wrap input[type="date"]::-moz-calendar-picker-indicator {
  opacity: 0;
  pointer-events: none;
}


/* 白いレイヤーで隠す */
.order-form--date-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  background-color: #fff;
  z-index: 1;
  pointer-events: none;
}

/* カスタムアイコン表示 */
.order-form--date-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../image/date_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}



.order-form--note{
  font-size: 1.8rem;
  color: #7E2E8E;
}

.order-form--label--item ~ .order-form--field{
  display: flex;
  justify-content: space-between;
}

/* 注釈 */
.order-form--note--small {
  font-size: 1.2rem;
  color: #666;
  text-align: right;
  margin-top: 10px;
}

.product-list-note--under-txt{
  font-size: 1.8rem;
  text-align: center;
  margin-top: 20px;
  
}

/* 商品カード */
.product-list {
  margin: 0 auto 29px;
  padding: 0 20px;
}

.product-list-note {
  background: #9C60A9;
  text-align: center;
  padding: 10px;
  font-size: 2.3rem;
  color: #fff;
}
.product-list-note span {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}

.product-item {
  display: flex;
  gap: 15px;
  margin-top: 44.6px;
  border-bottom: #707070 1px dotted;
  padding-bottom: 22px;
}

.product-item--img{
  text-align: center;
}

.product-item--img img {
  width: 250px;
  aspect-ratio: 1/1;
  height: auto;
  margin-bottom: 10px;
}

.product-item--information{
  text-align: left;
  flex: 1;
}

.product-title {
  font-size: 2rem;
  color: #7E2E8E;
  font-weight: bold;
}

.product-information {
  background: #fffecb;
  color: #4d4d4d;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 10px;
  padding: 6px 15px;
}

.product-size {
  font-size: 1.6rem;
}

.product-price {
  font-size: 1.8rem;
  margin-top: 12px;
}
.product-price .price {
  font-weight: bold;
  font-size: 2.4rem;
}
.product-price .tax {
  font-size: 1.2rem;
  color: #666;
  margin-left: 3px;
}

.order-quantity {
  margin-top: 43px;
}

.order-quantity label {
  font-size: 2rem;
}

.order-count{
  display: flex;
  align-items: center;
}

.order-quantity select {
  width: 122px;
  text-align: center;
  padding: 12px 0 8px 0;
  font-size: 2rem;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  background-image: url(../image/select_icon.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 11.68px 16.31px
}

.flag-description{
  font-size: 1.8rem;
}


.order-counter{
  position: relative;
}



.order-quantity .unit {
  margin-left: 25px;
  font-size: 2rem;

}

.zoom-link {
  font-size: 2rem;
  color: #7E2E8E;
  text-decoration: none;
  position: relative;
}
.zoom-link::after{
  content: url(../image/icon_zoom.svg);
  margin-left: 6px;
  position: absolute;
  bottom: -15%;
}
.zoom-link:hover {
  opacity: 0.6;
}

.btn-wrap {
  text-align: center;
  margin: 113px 0 69px;
}

.main-btn {
  background: #2B6EC2;
  color: #fff;
  text-decoration: none;
  border: 1px solid #2B6EC2;
  transition: all 0.2s ease;
  width: 493px;
  height: 67px;
  font-size: 2.2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
  border-radius: 999px;
  margin: 0 auto;
}

.main-btn:hover {
  background: #1a56a0;
}


.main-btn::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}

.hall-list-contact-address--tel a{
  text-decoration: none;
}




@media screen and (max-width: 767px) {
  body{
    font-size: 1.4rem;
  }

  .section-hall-leadtxt{
    margin-bottom: 12px;
    font-size: 2rem;
  }
  .hall-area{
    font-size: 1.6rem;
  }
  .hall-list-contact-address li{
    font-size: 1.3rem;
    grid-template-columns: 154px auto;
    gap: 6px;
  }
  .hall-list-contact-address--tel::before{
    width: 13px;
    height: 13px;
  }
  .order-form--error{
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .info-section--notes li{
    font-size: 1.4rem;
    padding: 15px 15px 15px 40px;
  }
  .info-section--notes li::before{
    width: 10px;
    height: 10px;
    left: 18px;
    top: 22px;
  }
  .deadline-title{
    font-size: 2.6rem;
  }
  .section-deadlines{
    padding: 30px 20px;
  }
  .deadline-colortxt{
    font-size: 2.4rem;
  }
  .deadline-label{
    font-size: 1.8rem;
  }
  .deadline-arrow{
    font-size: 1.6rem;
  }
  .deadline-time{
    font-size: 1.6rem;
  }
  .deadline-strong{
    font-size: 2.4rem;
  }
  .deadline-box{
    display: block;
  }
  .deadline-label,.deadline-arrow,.deadline-time{
    display: block;
  }
  .deadline-arrow{
    transform: rotate(90deg);
  }
  .deadline-boxes{
    gap: 10px 30px;
  }

  .info-section--heading{
    font-size: 2.4rem;
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .info-section--description{
    margin-left: 0;
    margin-bottom: 12px;
    padding: 0 20px;
    font-size: 2rem;
  }
  .section-hall-list{
    margin: 12px 0;
  }
  .section-deadlines{
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .order-info{
    margin-top: 0;
  }
  .info-section--notes{
    margin-bottom: 32px;
  }
  .order-info--heading{
    font-size: 2.2rem;
    margin-top: 32px;
  }
  .order-info--heading img{
    width: 52px;
  }
  .order-info--heading p{
    margin-top: 6px;
  }
  .order-info .order-form{
    margin: 32px 12px 0;
  }
  .product-list-note{
    font-size: 1.8rem;
  }
  .product-list{
    padding: 0 ;
  }
  .product-grid{
    display: block;
  }
  .product-item{
    margin-top: 32px;
    justify-content: center;
    gap: 20px;
  }
  .product-title{
    font-size: 1.6rem;
  }
  .product-information {
    font-size: 1.4rem;
    margin-top: 6px;
  }
  .product-size{
    font-size: 1.4rem;
  }
  .product-price{
    font-size: 1.4rem;
    margin-top: 0;
  }
  .product-price .price{
    font-size: 1.8rem;
  }
  .order-quantity label{
    font-size: 1.6rem;
  }
  .order-quantity .unit{
    font-size: 1.6rem;
    margin-left: 12px;
  }
  .order-quantity input{
    padding: 0;
    height: 40px;
    box-sizing: border-box;
    font-size: 1.6rem;
    width: 100px;
  }
  .product-item--img img{
    width: 140px;
  }
  .order-quantity{
    margin-top: 32px;
  }
  .counter-arrow--up{
    top: 11px;
  }
  .counter-arrow--down{
    bottom: 11px;
  }
  .zoom-link{
    font-size: 1.6rem;
  }
  .zoom-link::after{
    width: 16px;
    height: 16px;
    bottom: 9px;
  }
  .main-btn{
    font-size: 1.6rem;
    width: 335px;
    box-sizing: border-box;
    padding:  15px;
    height: 52px;
  }
  .order-form--label{
    font-size: 1.6rem;
  }
  .order-form--col{
    display: block;
  }
  .order-form--row--double{
    display: block;
  }
  .order-form--row{
    display: block;
    padding: 16px 0;
  }
  .order-form--field--datetime{
    display: block;
  }
  .order-form--label--item ~ .order-form--field{
    display: block;
    margin-top: 12px;
  }
  .order-form--note{
    font-size: 1.4rem;
    text-align: center;
  }
  .order-form--note--small{
    font-size: 1rem;
    margin-top: 6px;
  }
  .order-form--required{
    font-size: 1.2rem;
    height: 20px;
    padding: 0 6px;
    margin-left: 8px;
    margin-right: 0;
  }
  .order-form--field input, .order-form--field select{
    height: 40px;
    font-size: 1.6rem;
  }
  .order-form--date-wrap{
    height: 40px;
  }
  .order-form--date-wrap::before{
    height: 30px;
  }
  .order-form--label--venue .order-form--required{
    margin-left: 8px;
  }
  .order-form--label--family .order-form--required{
    margin-left: 8px;
  }
  .order-form--field{
    margin-top: 4px;
  }
  .order-form--input-wrap--family p{
    font-size: 1.6rem;
  }
  .order-form--field--datetime .order-form-input--wrapper{
    margin-top: 10px;
  }
  .order-form--col--venue{
    padding: 16px 0 0;
    border-top: 1px dotted #ccc;
    margin-top: 16px;
  }
  .btn-wrap{
    margin: 62px 0 32px;
  }
  .hall-list-contact-address--tel a{
  pointer-events: auto;
  }
  .order-form--label--venue ~ .order-form--field--venue select{
    width: 100%;
  }
  .order-form--date-wrap{
    width: 100%;
  }
  .form--field--datetime .order-form--select-wrap select{
    width: 100%;
  }
  .order-form--select-wrap{
    width: 100%;
  }
  .order-form--field--datetime .order-form--select-wrap select{
    width: 100%;
  }
  .flag-description{
  font-size: 1.4rem;
}
.product-list-note--under-txt{
  font-size: 1.4rem;
}

}

