@media screen and (max-width: 480px)
#header .site-name-text {
    display: none;
}

@media screen and (max-width: 834px)
#header .site-name-text {
    display: none;
}

#header .site-name-text {
    display: none;
}

.site-name-text {
display: none;
}

p{
font-family: "Noto Serif JP", serif;}

h2{
font-family: "Noto Serif JP", serif;}

.navi-in > ul{
font-family: "Noto Serif JP", serif;}

.video-container{
margin: 0px auto;
}

.entry-title {
display: none;
}

a{
    text-decoration: none;
}

.ceremony-intro,
.ceremony-recommend,
.ceremony-menu,
.ceremony-wasou,
.ceremony-attention,
.ceremony-line {
  max-width: 930px;
  margin: 0 auto 50px;
  padding: 45px 38px;
  background: #fffaf8;
  box-sizing: border-box;
}

.ceremony-intro h2,
.ceremony-recommend h2,
.ceremony-menu h2,
.ceremony-wasou h2,
.ceremony-attention h2,
.ceremony-line h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 22px 15px;
  background: #ffb8bb;
  box-shadow: 0 4px 8px rgba(0,0,0,0.12);
  text-align: center !important;
  font-size: 27px;
  line-height: 1.6;
}

.ceremony-intro {
  text-align: center;
}

.ceremony-intro p {
  margin: 0;
  font-size: 17px;
  line-height: 2;
  text-align: center !important;
}

.ceremony-recommend ul {
  max-width: 600px;
  margin: 0 auto;
  padding-left: 1.5em;
  font-size: 17px;
  line-height: 2.2;
}

.ceremony-lead {
  margin: 0 0 30px;
  text-align: center;
  font-size: 17px;
  line-height: 2;
}

.ceremony-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ceremony-menu-card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 35px 24px;
  border: 1px solid #f2cccc;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}

.ceremony-menu-label {
  min-height: 55px;
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.7;
}

.ceremony-menu-card h3,
.ceremony-wasou-card h3 {
  margin: 0 0 25px;
  padding: 16px 10px;
  border: 1px solid #f2cccc;
  border-left: 6px solid #ffb8bb;
  font-size: 21px;
  line-height: 1.5;
}

.ceremony-menu-text {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

.ceremony-menu-time {
  margin: auto 0 0;
  padding-top: 30px;
  font-size: 17px;
}

.ceremony-menu-price {
  margin: 22px 0 0;
  font-size: 26px;
  font-weight: bold;
}

.ceremony-menu-note {
  margin: 25px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}

.ceremony-wasou-card {
  max-width: 650px;
  margin: 0 auto;
  padding: 38px;
  border: 1px solid #f2cccc;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}

.ceremony-wasou-card p {
  font-size: 16px;
  line-height: 2;
}

.ceremony-wasou-note {
  margin-top: 25px;
  font-weight: bold;
}

.ceremony-attention {
  text-align: center;
}

.ceremony-attention p {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 2;
}

.ceremony-attention p:last-child {
  margin-bottom: 0;
}

.ceremony-line {
  text-align: center;
}

.ceremony-line p {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 2;
}

.ceremony-line-button {
  display: inline-block;
  padding: 16px 40px;
  background: #4caf50;
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
}

@media screen and (max-width: 480px) {

  .ceremony-intro,
  .ceremony-recommend,
  .ceremony-menu,
  .ceremony-wasou,
  .ceremony-attention,
  .ceremony-line {
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .ceremony-intro h2,
  .ceremony-recommend h2,
  .ceremony-menu h2,
  .ceremony-wasou h2,
  .ceremony-attention h2,
  .ceremony-line h2 {
    margin-bottom: 25px;
    padding: 18px 10px;
    font-size: 23px;
  }

  .ceremony-intro p,
  .ceremony-lead,
  .ceremony-attention p,
  .ceremony-line p {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.9;
  }

  .ceremony-recommend ul {
    padding-left: 1.3em;
    font-size: 16px;
    line-height: 2;
  }

  .ceremony-menu-grid {
    display: block;
  }

  .ceremony-menu-card {
    min-height: 0;
    margin-bottom: 22px;
    padding: 30px 20px;
  }

  .ceremony-menu-card:last-child {
    margin-bottom: 0;
  }

  .ceremony-menu-label {
    min-height: 0;
  }

  .ceremony-menu-card h3,
  .ceremony-wasou-card h3 {
    font-size: 20px;
  }

  .ceremony-menu-text {
    font-size: 16px;
    line-height: 1.9;
  }

  .ceremony-menu-time {
    margin-top: 25px;
    padding-top: 0;
  }

  .ceremony-menu-price {
    font-size: 25px;
  }

  .ceremony-wasou-card {
    padding: 30px 20px;
  }

  .ceremony-wasou-card p {
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
  }

  .ceremony-wasou-card .ceremony-menu-label,
  .ceremony-wasou-card .ceremony-wasou-note {
    text-align: center;
  }

  .ceremony-line-button {
    width: 100%;
    padding: 16px 10px;
    box-sizing: border-box;
  }
}
body .ceremony-line a.ceremony-line-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 280px !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 15px 30px !important;
  border: none !important;
  border-radius: 6px !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
}

@media screen and (max-width: 480px) {
  body .ceremony-line a.ceremony-line-button {
    width: 280px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 15px 10px !important;
  }

  body .ceremony-line p {
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

/* ブライダル・成人式ページ最終調整 */

.ceremony-sp-line {
  display: inline;
}

.ceremony-benefit,
.ceremony-time-note {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.ceremony-attention-item {
  margin-bottom: 25px;
}

.ceremony-attention-item:last-child {
  margin-bottom: 0;
}

body .ceremony-line a.ceremony-line-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 240px !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 13px 24px !important;
  border: none !important;
  border-radius: 6px !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 480px) {

  .ceremony-sp-line {
    display: block;
  }

  .ceremony-menu-text {
    text-align: left;
  }

  .ceremony-benefit,
  .ceremony-time-note {
    max-width: 300px;
  }

  .ceremony-attention-item {
    margin-bottom: 25px;
  }

  body .ceremony-line a.ceremony-line-button {
    width: 250px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 13px 10px !important;
  }
}