@charset "utf-8";
/* 下層ページ共通部分 */
/*-------------------------*/
.common_header_purple {
  background: #8574b6;
  border-radius: 10px;
  padding: 7px 25px;
  margin-bottom: 30px;
}
.common_header_purple h2 {
  color: #fff;
  font-size: 1.375em;
}
.main_ttl_container p,
.subpage_main_container p {
  font-size: 18px;
}
.subpage_main_img {
  margin: 0 auto;
}
.subpage_main_img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.subpage_main_sp_img {
  display: none;
  text-align: center;
}
.main_ttl_container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main_ttl_container h2 {
  background-color: hsla(0, 0%, 100%, 0.9);
  text-align: center;
  width: calc(40% + 2em);
  max-width: 90%;
  margin: -2.5em auto 0;
  padding: 2em 1em 0;
  position: relative;
  z-index: 0;
  color: #8574b6;
}
.title_underline_g {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
  margin: 0 auto 50px auto;
}
.title_underline_g:before {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 50px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #8574b6;
  border-radius: 5px;
}
.main_ttl_container p {
  margin-bottom: 40px;
  padding-top: 80px;
  text-align: center;
}
.main_ttl_container br.sp {
  display: none;
}
.kyouka {
  text-align: center;
}
.kyouka_area_list {
  display: flex;
  justify-content: space-evenly;
}
.kyouka_area {
  width: 32%;
  border: solid 3px #48a7c8;
  border-radius: 15px;
}
.kyouka_area_list h5 {
  background-color: #48a7c8;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 4em;
  border-radius: 8px 8px 0 0;
  margin: 0;
  text-align: center;
}

.kyouka_area_list ul {
  padding: 25px;
  font-size: 1.125rem;
}
.kyouka_area_list ul li {
  margin-bottom: 10px;
}
.kyouka_area_list a {
  text-decoration: none;
}
.kyouka_area_list a:hover {
  opacity: 0.8;
}
.order_container p {
  font-size: 1rem;
  line-height: 1.8em;
}
.flower_order_title{
  font-size: 18px!important;
}
.kyouka_list-txt {
  padding-top: 20px;
}
.kyouka_list-tit {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  color: #8574b6;
  font-size: 1.8em;
}
.kyouka_list-tit::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px; /*下線の上下位置調整*/
  display: inline-block;
  width: 53px; /*下線の幅*/
  height: 5px; /*下線の太さ*/
  border-radius: 2.5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background: #8667a3; /*下線の色*/
}
.makurabana {
  text-align: center;
}
.makurabana_list-txt {
  padding-top: 20px;
}
.makurabana_list-tit {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  color: #8574b6;
  font-size: 1.8em;
}
.makurabana_list img {
  width: 100%;
}
.makurabana_list-tit::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px; /*下線の上下位置調整*/
  display: inline-block;
  width: 53px; /*下線の幅*/
  height: 5px; /*下線の太さ*/
  border-radius: 2.5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background: #8667a3; /*下線の色*/
}

.makurabana_list li:first-of-type {
  margin-right: 30px;
}

/* ホールリスト　ここから */
.hall_list_wrapper {
  border: solid 1px #cccccc;
}

.hall_list_wrapper a {
  text-align: center;
}

.hall_list_wrapper .hall_name {
  position: inherit;
}

.hall_list_box {
  border-bottom: solid 1px #cccccc;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 120px;
}

.hall_list_box:last-of-type {
  border-bottom: none;
}

.hall_box_01 {
  display: flex;
  align-items: center;
  width: 45%;
}

.hall_box_01 img {
  width: 100px;
  height: auto;
  margin: 20px;
}

.hall_name {
  font-size: 1.2em;
}

.hall_box_02 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 30%;
  height: 100%;
  border-left: solid 1px #cccccc;
}

.hall_list_label {
  background-color: #e5e5e5;
  font-weight: 500;
  padding: 0.3em 0.8em;
  width: 65px;
  margin-right: 1em;
  letter-spacing: 1px;
}

.hall_box_02 p {
  font-size: 1em;
  font-weight: 500;
  padding-left: 15px;
}

.hall_box_02 p:first-of-type {
  margin-bottom: 0.8em;
}

.hall_box_03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 100%;
  border-left: solid 1px #cccccc;
}

.hall_box_03 a {
  background-color: #48a7c8;
  color: #ffffff;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 1.5em;
  width: 90%;
  height: 40px;
}

.hall_box_03 a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.hall_box_03 a:first-of-type {
  margin-bottom: 0.8em;
}
/* ホールリスト　ここまで */

.makurabana_list {
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
}

.makurabana_list li {
  width: calc(50% - 15px);
}

.makurabana_list li:first-of-type {
  margin-right: 30px;
}

.makurabana_list li img {
  margin-bottom: 10px;
}

.makurabana_list li p {
  font-size: 1.3em;
  font-weight: 500;
}

.makurabana_list li p span {
  font-size: 1.6em;
  font-weight: 500;
  display: inline-block;
  margin: 0 10px;
}

.kyouka_list {
  margin: 30px auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 80%;
}

.kanazawa .kyouka_list{
  justify-content: center;
}

.kyouka_list li {
  margin-right: 20px;
  /*max-width: 32%;*/
  max-width: calc(33% - 20px);
}

.kyouka_list li:nth-of-type(3),
.kyouka_list li:nth-of-type(6),
.kyouka_list li:nth-of-type(9) {
  margin-right: 0;
}

.kyouka_list li img {
  margin-bottom: 10px;
  width: 100%;
}

.kyouka_price {
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 15px;
}

.kyouka_list li p:nth-of-type(4) {
  margin-bottom: 30px;
}

.kyouka_item {
  font-size: 1.2em;
  margin: 10px 0 -5px;
  font-weight: 500;
}

.kyouka_list li p span {
  font-size: 1.6em;
  font-weight: 500;
  display: inline-block;
  margin: 0 10px;
}

/* 供花エリア選択ページ */
.kyouka_area_list {
  display: flex;
  justify-content: space-evenly;
  margin: 50px auto;
  width: 80%;
  max-width: 1200px;
}

.kyouka_area_list a {
  display: inline-block;
  width: 32%;
  text-decoration: none;
  border: solid 3px #48a7c8;
  border-radius: 12px;
}

.kyouka_area_list a:hover {
  opacity: .8;
}

.kyouka_area_list h5 {
  background-color: #48a7c8;
  color: #ffffff;
  font-size: 1.8em;
  line-height: 4em;
  border-radius: 8px 8px 0 0;
}

.kyouka_area_list ul {
  padding: 20px;
}

.kyouka_area_list li {
  line-height: 2em;
  text-align: left;
  color: #3f788b;
  font-weight: 500;
}

.txt_1em {
  font-size: 1em !important;
}

.kyouka_note {
  color: #cc0000;
  font-size: 0.9em;
  margin-top: 3.6em;
  text-align: left;
  word-break: keep-all;
}

/*------------------------ 店舗リスト------------------------*/
@media screen and (max-width: 950px) {
  .hall_list_box {
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
  }

  .hall_box_01 {
    width: 100%;
  }

  .hall_box_01 img {
    width: 85px;
    margin: 15px;
  }

  .hall_name {
    font-size: 1em;
    padding-right: 15px;
  }

  .hall_box_02 {
    flex-direction: row;
    justify-content: left;
    width: 100%;
    border: none;
  }

  .hall_box_03 {
    flex-direction: row;
    width: 100%;
    margin: 15px 0 20px;
    border: none;
  }

  .hall_box_03 a {
    width: 45%;
    padding: 0 3px 0 11px;
    font-size: 16px;
  }

  .hall_box_03 a:first-of-type {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

/*------------------------ SPサイズ------------------------*/
@media screen and (max-width: 768px) {
  .kyouka_area_list {
    flex-direction: column;
  }
  .kyouka_list-tit{
    font-size: 20px;
  }
  .kyouka_area {
    width: 100%;
    margin-bottom: 20px;
  }
  .flower_order {
    width: 94%;
    margin: 35px auto 0;
    display: block;
  }

  .flower_order p {
    text-align: left;
    margin: 25px auto;
    white-space: inherit;
    font-size: 1em;
    font-weight: 500;
  }

  .flower_hall_list {
    width: 100%;
  }

  .flower_ttl {
    padding: 15px 10px;
    font-size: 1.4em;
    line-height: 1.6em;
  }

  .hall_box_02 {
    width: 100%;
    border: none;
    flex-direction: column;
    justify-content: center;
    font-size: 1rem;
  }

  .makurabana_list {
    width: 90%;
  }

  .makurabana_list li:first-of-type {
    margin-right: 20px;
  }

  .makurabana_list li img {
    margin-bottom: 10px;
  }

  .makurabana_list li p span {
    font-size: 1.8em;
    margin: 0 5px;
  }

  .kyouka_list {
    width: 90%;
    margin: 30px auto 0;
  }

  .kyouka_list li {
    margin-right: 10px;
    max-width: 49%;
    width: calc(50% - 5px);
  }

  .kyouka_list li:nth-of-type(2),
  .kyouka_list li:nth-of-type(4),
  .kyouka_list li:nth-of-type(6),
  .kyouka_list li:nth-of-type(8) {
    margin-right: 0;
  }

  .kyouka_list li:nth-of-type(3) {
    margin-right: 10px;
  }

  .kyouka_list li img {
    margin-bottom: 10px;
  }

  .kyouka_list li p span {
    font-size: 1.8em;
    margin: 0 5px;
  }

  /* 供花エリア選択ページ */
  .kyouka_area_list {
    flex-direction: column;
    margin: 50px auto 0;
    width: 90%;
  }

  .kyouka_area_list a {
    width: 100%;
    margin-bottom: 30px;
  }

  .kyouka_area_list a:hover {
    width: 100%;
    border: solid 3px #4193af;
    box-shadow: none;
  }

  .kyouka_note {
    margin-top: 1em;
  }
}
