@charset "UTF-8";
/* ベース設定 */
body {
  color: #333;
  font-size: 12px;
  font-feature-settings: "palt";
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all .3s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* スマホ・タブレット */
@media (hover: none) {
  a:active {
    opacity: 0.6;
  }

  a:link,
  a:hover {
    color: inherit;
  }

  a:hover {
    opacity: 1 !important;
  }
}

section {
  padding: 0;
}

/* ホバーアニメーション */
/* PCマウス */
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    color: inherit;
  }
}

/* スライド */
.splide {
  position: relative;
}

.splide__pagination li {
  display: none;
}

.splide__arrow {
  display: none;
}

/* コンテンツ */
.ly_header_inner {
  background-color: #231815;
  height: 55px;
  display: flex;
  align-items: center;
}

.ly_header_logo {
  width: 100px;
  max-width: 100%;
  margin-left: 5%;
}

.ly_header_qa {
  display: none;
}

.ly_fv {
  position: relative;
}

.ly_fv_img {
  width: 100%;
  object-fit: cover;
}

.ly_fv_img_no1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  object-fit: cover;
}

.ly_container {
  margin-top: 40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.ly_heading {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.ly_description {
  margin-top: 20px;
}

.ly_lead_ttl {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.ly_nav {
  margin-top: 20px;
}

.ly_nav_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}

.ly_nav_item {
  padding-bottom: 5px;
  border-bottom: 1px solid #D28D26;
  display: flex;
  align-items: center;
}

.ly_nav_item::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid;
  border-color:  transparent transparent #D28D26 #D28D26;
  transform: rotate(-45deg) translateY(-45%);
  margin-left: 10px;
}
.ly_nav_item:last-child {
  border-bottom: 1px solid #d43e73;
}

.ly_nav_item:last-child::before {
  border-color:  transparent #d43e73 #d43e73 transparent;
}

.ly_nav_item > a {
  display: block;
  width: 100%;
  margin-left: 5px;
}

.ly_ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 5px solid #D28D26;
  padding-bottom: 5px;
}

.ly_inner {
  margin-top: 15px;
  margin-bottom: 20px;
}

.ly_shop_img {
  height: 100%;
}

.ly_shop_img > img {
  width: 100%;
}

.ly_shop_content {
  margin-top: 20px;
}

.ly_shop_ttl {
  font-size: 16px;
  font-weight: bold;
}

.ly_shop_txt {
  margin-top: 16px;
  text-align: justify;
}

.ly_shop_info {
  margin-top: 16px;
}

.ly_shop_info_wrap:not(:last-child) {
  margin-bottom: 16px;
}

.ly_shop_info_q {
  border-left: 3px solid #333;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 8px;
  line-height: 1;
}

.ly_shop_info_a {
  font-size: 14px;
}

.ly_shop_info_a > a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #D28D26;
  border: 1px solid #D28D26;
  text-decoration: underline;
}

.ly_shop_info_a > a > span {
  position: relative;
}

.ly_shop_info_a > a > span::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -18px;
  background-image: url(/images/index/icon_tel.svg);
  background-size: contain;
}

.ly_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.ly_btn_wrap.el_btn--one {
  width: calc(100% - 15px);
  margin-left: auto;
  margin-right: auto;
}

.el_btn {
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  flex: 1;
}

.el_btn--one > .el_btn {
  flex: 0.5;
}

.el_btn > a {
  display: block;
  height: 100%;
  width: 100%;
}

.el_btn > a > span {
  position: relative;
}

.el_btn > a > span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
}

.el_btn--wedding {
  background-color: #D43E73;
}

.el_btn--party {
  background-color: #D28D26;
}

.el_btn--weddingNiji {
  background-color: #76BBB8;
}

.ly_shop_other {
  margin-top: 15px;
}

.ly_shop_other:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 5px solid #D28D26;
}

.ly_ttl_other {
  font-size: 14px;
  border-left: 3px solid #333;
  padding-left: 8px;
  font-weight: bold;
}

.ly_shop_ttl_other {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ly_shop_ttl_other span {
  display: block;
  margin-bottom: 8px;
}

.ly_shop_item:not(:last-child) {
  margin-bottom: 20px;
}

main {
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }

  .ly_container {
    width: 100%;
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 80px;
  }

  .ly_fv_img_no1 {
    top: auto;
    bottom: 0;
    right: 0;
    max-width: 400px;
    width: 100%;
  }

  .ly_heading {
    font-size: 36px;
  }

  .ly_description {
    margin-top: 30px;
  }

  .ly_lead_ttl {
    font-size: 28px;
  }

  .ly_nav {
    margin-top: 30px;
  }

  .ly_nav_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 40px;
  }

  .ly_ttl {
    font-size: 24px;
  }

  .ly_inner {
    margin-top: 25px;
    display: flex;
    margin-bottom: 30px;
  }

  .ly_shop_img {
    height: 280px;
    max-height: 100%;
    width: 280px;
  }

  .ly_shop_content {
    margin-top: 0;
    flex: 1;
    margin-left: 30px;
  }

  .ly_shop_ttl {
    font-size: 20px;
  }

  .ly_shop_txt {
    text-align: left;
  }

  .ly_shop_info_q,
  .ly_shop_info_a {
    font-size: 18px;
  }

  .ly_shop_info_a > a {
    color: #333;
    text-decoration: none;
    text-align: left;
    border: none;
    line-height: normal;
    pointer-events: none
  }

  .ly_shop_info_a > a > span::before {
    content: none;
  }

  .ly_btn_wrap {
    gap: 30px;
    width: 100%;
  }

  #other .ly_btn_wrap {
    justify-content: flex-end;
  }

  .el_btn {
    max-width: 280px;
    font-size: 18px;
  }

  .el_btn--one > .el_btn {
    flex: 1;
  }

  .ly_btn_wrap.el_btn--one {
    width: 100%;
  }

  .ly_btn_wrap.el_btn--one::after {
    content: "";
    max-width: 280px;
    width: 100%;
    height: 0;
    display: block;
  }

  .el_btn > a > span::after {
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -24px;
  }

  .ly_shop_other {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ly_shop_other:not(:last-child) {
    padding-bottom: 25px;
  }

  .ly_ttl_other {
    font-size: 18px;
    border-left: none;
    flex: 0.2;
  }

  .ly_shop_list {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
  }

  .ly_shop_item {
    display: flex;
    align-items: center;
  }

  .ly_shop_item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D28D26;
  }

  .ly_shop_ttl_other {
    margin-top: 0;
    margin-bottom: 0;
  }

  main {
    margin-bottom: 160px;
  }

  .copyright {
    padding-bottom: 0;
  }
}
