@charset "UTF-8";

:root {
  --color-theme: #279590;
}

/* ブライダルサロン各ページ用コンポーネント（旧 chapel 系からこのサイト向けに整理） */

.c-btn {
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background-color ease 0.25s;
  background-color: #acacac;
  color: #fff;
  width: 320px;
  font-size: 1rem;
  padding: 1em 1.5em 1em 1.5em;
  margin: 1rem auto;
}
.c-btn:hover {
  color: #279590;
  background-color: #e9f4f4;
}
@media (max-width: 980px) {
  .c-btn {
    font-size: 0.75rem;
    width: 100%;
    margin: 1rem auto;
    background-color: #279590;
  }
}
.c-reserve__btn,
.c-btn.c-reserve__btn {
  width: 100%;
  text-align: center;
  display: block;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background-color ease 0.25s, color ease 0.25s, border-color ease 0.25s;
  background-color: #279590;
  border: solid 1px #279590;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.8em 1.5em 1em 1.5em;
  margin: 0 auto;
  box-sizing: border-box;
}
.c-reserve__btn:hover,
.c-btn.c-reserve__btn:hover {
  color: #279590;
  background-color: #fff;
  border-color: #279590;
}
@media (max-width: 980px) {
  .c-reserve__btn,
  .c-btn.c-reserve__btn {
    font-size: 0.75rem;
    width: 100%;
    margin: 0 auto;
    background-color: #279590;
    border: solid 1px #279590;
    color: #fff;
  }
  .c-reserve__btn:hover,
  .c-btn.c-reserve__btn:hover {
    color: #279590;
    background-color: #fff;
    border-color: #279590;
  }
}
.c-reserve__btn span {
  display: block;
  line-height: 1.4;
}
.c-reserve__btn__txt--en {
  font-size: 1.75rem;
  letter-spacing: 0.125em;
  line-height: 1.4;
}
@media (max-width: 980px) {
  .c-reserve__btn__txt--en {
    display: none !important;
  }
}
.c-reserve__btn__txt--ja {
  line-height: 1.8;
}
@media (max-width: 980px) {
  .c-reserve__btn__txt--ja {
    font-size: 1rem;
  }
}

/* 下層フッター: トップへ戻る（reservation ボタンと同系） */
.p-salon__backHome {
  background-color: #fff;
  padding: 2.5rem 1.2rem 1.25rem;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .p-salon__backHome {
    padding: 1.75rem 1rem 1rem;
  }
}
.p-salon__backHomeButtons {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
}
@media (max-width: 980px) {
  .p-salon__backHomeButtons {
    display: block;
  }
  .p-salon__backHomeButtons .c-backhome__btn:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.p-salon {
  position: relative;
}
.p-salon__kvTopLink {
  position: absolute;
  top: 14px;
  left: 18px;
  z-index: 3;
  padding: 0;
}
.p-salon__kvTopLink a {
  display: inline-block;
}
.p-salon__kvTopLink img {
  display: block;
  height: 52px;
  width: auto;
}
@media (max-width: 980px) {
  .p-salon__kvTopLink {
    top: 10px;
    left: 10px;
  }
  .p-salon__kvTopLink img {
    height: 34px;
  }
}
.c-backhome__btn,
.c-btn.c-backhome__btn {
  width: 420px;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background-color ease 0.25s, color ease 0.25s, border-color ease 0.25s;
  background-color: #279590;
  border: solid 1px #279590;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.8em 1.5em 1em 1.5em;
  margin: 0 auto;
  box-sizing: border-box;
}
.c-backhome__btn:hover,
.c-btn.c-backhome__btn:hover {
  color: #279590;
  background-color: #fff;
  border-color: #279590;
}
@media (max-width: 980px) {
  .c-backhome__btn,
  .c-btn.c-backhome__btn {
    font-size: 0.75rem;
    width: 100%;
  }
}
.c-backhome__btn span {
  display: block;
  line-height: 1.4;
}
.c-backhome__btn__txt--ja {
  line-height: 1.8;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
.c-backhome__btn__txt--en {
  font-size: 1.75rem;
  letter-spacing: 0.125em;
  line-height: 1.4;
  white-space: nowrap;
  text-transform: lowercase;
}
@media (max-width: 980px) {
  .c-backhome__btn__txt--ja {
    font-size: 0.75rem;
  }
  .c-backhome__btn__txt--en {
    display: none !important;
  }
}
.c-box__sect {
  position: relative;
  width: 100%;
  margin: 50px auto;
  text-align: center;
  clear: both;
}
@media (max-width: 980px) {
  .c-box__sect {
    margin-top: 30px;
    margin-bottom: 48px;
  }
}
.c-box__sect__inner {
  position: relative;
  max-width: 980px;
  padding: 25px 0;
  margin: 50px auto;
}
@media (max-width: 980px) {
  .c-box__sect__inner {
    max-width: 720px;
    padding: 1.2rem 1.2rem;
    margin: 0.625rem auto 0 auto;
  }
}
.c-box__sect__title {
  text-align: center;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 2rem;
}
@media (max-width: 980px) {
  .c-box__sect__title {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
}
.c-box__sect__title span {
  display: block;
}
.c-page {
  color: #575757;
  font-size: 0.8125rem;
}
@media (max-width: 980px) {
  .c-page {
    font-size: 0.75rem;
  }
}

.p-salon__nav {
  margin-bottom: 2.5rem;
}
.p-salon__navParent {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-salon__navParent > li {
  position: relative;
  width: calc(25% - 2px);
  margin: 0.75rem 0;
  overflow: hidden;
}
@media (max-width: 980px) {
  .p-salon__navParent > li {
    max-height: 3.2rem;
    width: 100%;
    margin: 0.1rem auto;
    transition: max-height ease-out 0.5s;
  }
}
.p-salon__navParent > li.active {
  overflow: visible;
}
@media (max-width: 980px) {
  .p-salon__navParent > li.active {
    max-height: 32rem;
  }
}
@media (min-width: 981px) {
  .p-salon__navParent > li.active .p-salon__navChild {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
.p-salon__navChild {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 981px) {
  .p-salon__navChild {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all ease 0.25s;
  }
}
.p-salon__navChild > li {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
@media (max-width: 980px) {
  .p-salon__navChild > li {
    width: 100%;
  }
}
.p-salon__navArea {
  display: block;
  width: 100%;
  padding: 0.8rem 1rem;
  letter-spacing: 0.3125em;
  color: #fff;
  text-decoration: none;
  transition: background-color ease 0.25s;
  background-color: #279590;
  font-size: 0.9375rem;
}
.p-salon__navArea:hover {
  background-color: #acacac;
}
.p-salon__navPoint {
  display: block;
  width: 100%;
  border-bottom: solid 1px #279590;
  padding: 0.75rem 1rem;
  background-color: #e9f4f4;
  color: #575757;
  text-decoration: none;
  transition: all ease 0.25s;
  font-size: 0.8125rem;
}
.p-salon__navPoint:hover {
  background-color: #279590;
  color: #fff;
}
.p-salon__group {
  margin-bottom: 4rem;
}
@media (max-width: 980px) {
  .p-salon__group {
    margin-bottom: 2rem;
  }
}
.p-salon__card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3rem 0;
  border-bottom: solid 1px #575757;
}
.p-salon__card:last-child {
  border-bottom: none;
}
@media (max-width: 980px) {
  .p-salon__card {
    border: none;
    padding: 0;
    margin-bottom: 2.5rem;
    align-items: unset;
  }
}
.p-salon__cardImg {
  width: 100%;
  height: 470px;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
@media (max-width: 980px) {
  .p-salon__cardImg {
    width: 36%;
    height: 100%;
    margin-bottom: 0;
  }
}
.p-salon__cardImg img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-salon__cardContent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 980px) {
  .p-salon__cardContent {
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(100% - (36% + 1.75rem));
  }
}
.p-salon__cardContent h3 {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-align: left;
}
@media (max-width: 980px) {
  .p-salon__cardContent h3 {
    font-size: 1rem;
  }
}
.p-salon__cardContent address {
  text-align: left;
  font-style: normal;
  color: #575757;
  width: 350px;
}
@media (max-width: 980px) {
  .p-salon__cardContent address {
    width: 100%;
  }
}
.p-salon__cardLink {
  width: 100%;
  margin-top: 2.5rem;
}
@media (max-width: 980px) {
  .p-salon__cardLink {
    margin-top: 1.25rem;
  }
}

.p-salon__consult__listItem {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 980px) {
  .p-salon__consult__listItem {
    flex-wrap: wrap;
  }
}
.p-salon__consult__content {
  width: 475px;
  text-align: left;
}
@media (max-width: 980px) {
  .p-salon__consult__content {
    width: 100%;
    height: auto;
  }
}
.p-salon__consult__img {
  width: 470px;
  height: 320px;
  margin-right: 2rem;
}
@media (max-width: 980px) {
  .p-salon__consult__img {
    width: 100%;
    height: auto;
    margin: 0 auto 1.25rem;
  }
}
.p-salon__consult__img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-salon__consult__title {
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 980px) {
  .p-salon__consult__title {
    font-size: 1rem;
    text-align: center;
  }
}
.p-salon__consult__text {
  font-size: 0.75rem;
}
.p-salon__consult__link {
  margin-top: 2.5rem;
}

.u-none--pc {
  display: none;
}
@media (max-width: 980px) {
  .u-none--pc {
    display: initial;
  }
}
.u-none--sp {
  display: initial;
}
@media (max-width: 980px) {
  .u-none--sp {
    display: none;
  }
}
.u-height--100 {
  height: 100% !important;
}
.u-width--100 {
  height: 100% !important;
}

body.lower.bridalsalon .c-box__sect__inner {
  margin: 50px auto 75px;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .c-box__sect__inner {
    margin: 25px auto;
  }
}
body.lower.bridalsalon .box__sec01 .c-box__sect__inner {
  margin: 50px auto 0;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec01 .c-box__sect__inner {
    margin: 25px auto 0;
  }
}
body.lower.bridalsalon .box__sec01--link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec01--link {
    display: block;
  }
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec01--link li {
    margin-bottom: 10px;
  }
}
body.lower.bridalsalon .box__sec01--link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.6rem 1rem;
  letter-spacing: 0.25em;
  color: #fff;
  text-decoration: none;
  transition: background-color ease 0.25s;
  background-color: #279590;
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
  transition: all 0.3s;
}
@media screen and (min-width: 640px) {
  body.lower.bridalsalon .box__sec01--link li a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec01--link li a {
    padding: 1rem 0;
    font-size: 0.95rem;
  }
}
body.lower.bridalsalon .box__sec01--link li a span {
  display: block;
  width: 100%;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec01--link li a span {
    display: inline;
    width: initial;
  }
}
body.lower.bridalsalon .box__sec02 .c-box__sect__title {
  margin-bottom: 3rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec02 .c-box__sect__title {
    font-size: 1.2rem;
  }
}
body.lower.bridalsalon .box__sec02__List {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec02__List {
    grid-template-columns: 1fr;
  }
}
body.lower.bridalsalon .box__sec02__ListItem {
  display: flex;
  flex-direction: column;
  background: #e9f4f4;
}
body.lower.bridalsalon .box__sec02__ListItem .ph {
  width: 100%;
}
body.lower.bridalsalon .box__sec02__ListItem .ph img {
  width: 100%;
}
body.lower.bridalsalon .box__sec02__ListItem .cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  flex: 1;
  padding: 30px 30px 40px;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec02__ListItem .cont {
    padding: 20px 10px 30px;
  }
}
body.lower.bridalsalon .box__sec02__ListItem .cont dl dt {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #279590;
  font-weight: 600;
  margin-bottom: 0.5em;
}
body.lower.bridalsalon .box__sec02__ListItem .cont dl dt.min {
  font-family: 'Yu Mincho Pr6 W53';
  letter-spacing: 0.15em;
}
body.lower.bridalsalon .box__sec02__ListItem .cont dl dd {
  line-height: 1.8;
  font-size: 1rem;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec02__ListItem .cont dl dd {
    font-size: 0.9rem;
    letter-spacing: 0.01em;
  }
}
body.lower.bridalsalon .box__sec02__ListItem .cont .btn {
  margin-top: 30px;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec02__ListItem .cont .btn {
    margin: 20px 15px 0;
  }
}
body.lower.bridalsalon .box__sec02__ListItem .cont .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 1rem 1rem;
  letter-spacing: 0.25em;
  color: #fff;
  text-decoration: none;
  transition: background-color ease 0.25s;
  background-color: #279590;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 640px) {
  body.lower.bridalsalon .box__sec02__ListItem .cont .btn a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec02__ListItem .cont .btn a {
    max-width: initial;
  }
}
body.lower.bridalsalon .box__sec02__ListItem .cont .btn.sm a {
  font-size: 1rem;
  letter-spacing: 0.15em;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec02__ListItem .cont .btn.sm a {
    letter-spacing: 0.08em;
  }
}
body.lower.bridalsalon .box__sec03 .c-box__sect__title {
  margin-bottom: 3rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 .c-box__sect__title {
    font-size: 1.2rem;
  }
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 .c-box__sect__inner {
    padding: 0;
  }
}
body.lower.bridalsalon .box__sec03 #stepList dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all 0.3s;
}
@media screen and (min-width: 640px) {
  body.lower.bridalsalon .box__sec03 #stepList dt:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
body.lower.bridalsalon .box__sec03 #stepList dt picture {
  position: relative;
}
body.lower.bridalsalon .box__sec03 #stepList dt picture img {
  width: 100%;
}
body.lower.bridalsalon .box__sec03 #stepList dt .ttl {
  position: absolute;
  color: #FFF;
}
body.lower.bridalsalon .box__sec03 #stepList dt .ttl span {
  display: block;
}
body.lower.bridalsalon .box__sec03 #stepList dt .ttl span:first-of-type {
  font-family: 'Futura W01';
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
body.lower.bridalsalon .box__sec03 #stepList dt .ttl span:last-of-type {
  font-size: 1.7em;
  letter-spacing: 0.15em;
}
body.lower.bridalsalon .box__sec03 #stepList dd {
  display: none;
  width: 100%;
  padding: 40px 0;
  font-family: 'Yu Mincho Pr6 W53';
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 #stepList dd {
    padding: 40px 25px;
  }
}
body.lower.bridalsalon .box__sec03 #stepList dd .ttl {
  font-size: 1.1rem;
  margin-bottom: 1em;
}
body.lower.bridalsalon .box__sec03 #stepList dd .txt {
  text-align: center;
  line-height: 2;
  font-size: 1rem;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 #stepList dd .txt {
    text-align: left;
    font-size: 0.9rem;
  }
  body.lower.bridalsalon .box__sec03 #stepList dd .txt br {
    display: none;
  }
}
body.lower.bridalsalon .box__sec03 #stepList dd .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem 1rem;
  letter-spacing: 0.3125em;
  color: #fff;
  text-decoration: none;
  transition: background-color ease 0.25s;
  background-color: #279590;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 640px) {
  body.lower.bridalsalon .box__sec03 #stepList dd .btn a:hover {
    opacity: 0.8;
  }
}
body.lower.bridalsalon .box__sec03 #stepList dd .btn.sm a {
  font-size: 1rem;
  letter-spacing: 0.15em;
}
body.lower.bridalsalon .box__sec03 #stepList dd .btnWrap01 {
  display: flex;
  gap: 50px;
  width: 100%;
  max-width: 690px;
  margin: 40px auto 0;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 #stepList dd .btnWrap01 {
    display: block;
    margin: 25px auto 0;
  }
}
body.lower.bridalsalon .box__sec03 #stepList dd .btnWrap01 .btn {
  width: 100%;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 #stepList dd .btnWrap01 .btn:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
body.lower.bridalsalon .box__sec03 #stepList dd .btnWrap02 {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 0;
}
body.lower.bridalsalon .box__sec03 #stepList dd .btnWrap02 .btn {
  width: 100%;
}
body.lower.bridalsalon .box__sec03 #stepList dd .clm2 {
  display: flex;
  justify-content: center;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 #stepList dd .clm2 {
    display: block;
  }
}
body.lower.bridalsalon .box__sec03 #stepList dd .clm2 > div {
  padding: 0 25px;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 #stepList dd .clm2 > div {
    padding: 0;
  }
  body.lower.bridalsalon .box__sec03 #stepList dd .clm2 > div:first-of-type {
    margin-bottom: 40px;
  }
}
body.lower.bridalsalon .box__sec03 #stepList dd .clm2 > div .ttl {
  letter-spacing: 0.15em;
}
body.lower.bridalsalon .box__sec03 #stepList dd .clm2 > div .btn {
  margin-top: 30px;
}
body.lower.bridalsalon .box__sec03 #stepList dd .clm3 {
  display: grid;
  gap: 120px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 -20px;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 #stepList dd .clm3 {
    grid-template-columns: 1fr;
    gap: 90px;
    margin: 20px 0;
  }
}
body.lower.bridalsalon .box__sec03 #stepList dd .clm3 > div {
  padding: 0;
}
body.lower.bridalsalon .box__sec03 #stepList dd .clm3 > div:not(:last-of-type) {
  position: relative;
}
body.lower.bridalsalon .box__sec03 #stepList dd .clm3 > div:not(:last-of-type):after {
  position: absolute;
  content: "";
  width: 25px;
  height: 50px;
  background: url('/shigira-mirage-chapel/bridalsalon/img/bridalsalon/ico_arrow02.svg') no-repeat left top;
  top: 50%;
  right: -75px;
  margin-top: -10px;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 #stepList dd .clm3 > div:not(:last-of-type):after {
    top: initial;
    bottom: -75px;
    right: 50%;
    margin-right: -12px;
    margin-top: initial;
    transform: rotate(90deg);
  }
}
body.lower.bridalsalon .box__sec03 #stepList dd .clm3 > div .ttl {
  margin-bottom: 1.5em;
}
body.lower.bridalsalon .box__sec03 #stepList dd .clm3 > div .txt {
  text-align: left;
}
body.lower.bridalsalon .box__sec03 #stepList dd .dayschedule {
  width: 100%;
  max-width: 700px;
  margin: 30px auto 0;
}
body.lower.bridalsalon .box__sec03 #stepList dd .dayschedule .item {
  display: flex;
  margin: 0 0 30px;
}
body.lower.bridalsalon .box__sec03 #stepList dd .dayschedule .item:not(:last-of-type) {
  position: relative;
}
body.lower.bridalsalon .box__sec03 #stepList dd .dayschedule .item:not(:last-of-type):after {
  position: absolute;
  content: "";
  width: 25px;
  height: 12px;
  background: url('/shigira-mirage-chapel/bridalsalon/img/bridalsalon/ico_arrow01.svg') no-repeat left top;
  bottom: -20px;
  left: 50%;
  margin-right: -6px;
}
body.lower.bridalsalon .box__sec03 #stepList dd .dayschedule .item > div {
  padding: 5px;
}
body.lower.bridalsalon .box__sec03 #stepList dd .dayschedule .item > div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6em;
  margin-right: 1em;
}
body.lower.bridalsalon .box__sec03 #stepList dd .dayschedule .item > div:first-of-type span {
  display: block;
  width: 100%;
  background: #279590;
  border-radius: 2px;
  color: #FFF;
  line-height: 1;
  padding: 5px 10px;
  font-size: 1rem;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 #stepList dd .dayschedule .item > div:first-of-type span {
    padding: 5px;
    font-size: 0.9rem;
  }
}
body.lower.bridalsalon .box__sec03 #stepList dd .dayschedule .item > div:last-of-type {
  flex: 1;
  text-align: left;
  font-size: 1rem;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 #stepList dd .dayschedule .item > div:last-of-type {
    font-size: 0.9rem;
  }
}
body.lower.bridalsalon .box__sec03 #stepList dd .ph {
  width: 100%;
  max-width: 630px;
  margin: 40px auto 0;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 #stepList dd .ph {
    margin: 20px auto 0;
  }
}
body.lower.bridalsalon .box__sec03 #stepList dd .ph img {
  width: 100%;
}
body.lower.bridalsalon .box__sec03 #stepList dd .box__link {
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}
body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn {
  position: relative;
  font-size: 1.5rem;
  max-width: 315px;
  width: 32.5%;
  height: 60px;
  background: #279590;
  border-color: #279590;
  color: #FFF;
}
body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #FFF;
  transition: all 0.5s;
}
body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn__txt--en,
body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn__txt--jp {
  display: block;
  transition: opacity 0.5s;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn__txt--en {
  font-family: 'Futura W01', 'Yu Mincho Pr6 W53';
}
body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn__txt--jp {
  font-size: 0.55em;
}
@media screen and (min-width: 981px) {
  body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn__txt--en {
    line-height: 60px;
  }
  body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn__txt--jp {
    line-height: 60px;
    opacity: 0;
  }
  body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn:hover {
    opacity: 1;
    background: #FFF;
    border-color: #279590;
    color: #279590;
  }
  body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn:hover:after {
    border-color: transparent transparent transparent #279590;
  }
  body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn:hover .btn__txt--en {
    opacity: 0;
  }
  body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn:hover .btn__txt--jp {
    opacity: 1;
  }
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn {
    width: 100%;
    max-width: initial;
    margin: 15px 0 0;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }
  body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn:after {
    display: none;
  }
  body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn__txt--en {
    line-height: 28px;
  }
  body.lower.bridalsalon .box__sec03 #stepList dd .box__link .btn__txt--jp {
    font-size: 10px;
    line-height: 12px;
    margin-top: 30px;
    height: auto;
  }
}
body.lower.bridalsalon .box__sec03 #stepList .item {
  margin: 0 0 50px;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .box__sec03 #stepList .item {
    margin: 0 0 25px;
  }
}
body.lower.bridalsalon .p-salon__consult__title,
body.lower.movie .p-salon__consult__title {
  margin-bottom: 1rem;
}
body.lower.bridalsalon .p-salon__consult__text,
body.lower.movie .p-salon__consult__text {
  font-size: 1rem;
}
@media (max-width: 980px) {
  body.lower.bridalsalon .p-salon__consult__text,
  body.lower.movie .p-salon__consult__text {
    font-size: 0.9rem;
  }
}

/* ブライダルサロンサイト個別（テーマ・レイアウト調整） */


body#kos #template.font-monolith .header__navTop--logo img {
  height: 34.67px;
}

@media (max-width: 980px) {
  body#kos #template.font-monolith .header__navTop--logo {
    margin-top: -10px;
  }

  body#kos #template.font-monolith .header__navTop--logo img {
    height: 22.67px;
  }
}

body#kos #template.font-monolith .sideMenu .sideMenu__hdg img {
  height: 84px;
}

@media (max-width: 980px) {
  body#kos #template.font-monolith .sideMenu .sideMenu__hdg img {
    height: 66px;
  }
}

@media (max-width: 980px) {
  body#kos.top .box__main__hdg {
    top: 5%;
    width: 70%;
    max-width: 480px;
    background-size: 8px auto;
  }
}

.aside__newsTopics,
.sideMenu__box,
.sideMenu__overlay,
.footer {
  background: var(--color-theme);
  color: #fff;
}

.aside__newsTopics #newsTopicsTitle,
.aside__newsTopics__item a,
.sideMenu__subNav--txt__link a,
.sideMenu__relationNav__link a,
.sideMenu__nav__txt .sideMenu__nav__txt--en,
.sideMenu__relationNav--title,
.footer .footer__pageBtn a,
.footer__box__readText {
  color: #fff;
}

.sideMenu__relationNav,
.sideMenu__nav {
  border-color: #fff;
}

.footer .footer__reserveBtn a,
.footer .footer__pageBtn a {
  background: url("/shigira-mirage-chapel/bridalsalon/img/common/icn_arrow_right_white.svg") 97.3% 50% no-repeat;
  background-size: auto;
  background-size: 6px auto;
  color: #fff;
}

.footer .footer__reserveBtn a,
.footer .footer__pageBtn {
  border: 1px solid #fff;
}

.sideMenu__menu__icn.is-open {
  background-image: url(/shigira-mirage-chapel/bridalsalon/img/common/icn_close_white.svg) !important;
}

.sideMenu__subNav--guest__link a {
  background: #fff;
  color: var(--color-theme);
}

.footer .footer__reserveBtn a:hover,
.footer__pageBtn:hover {
  color: var(--color-theme) !important;
  background: #fff url("/shigira-mirage-chapel/bridalsalon/img/common/icn_arrow_right_blue.svg") 97.3% 50% no-repeat;
  background-size: 6px auto;
}

.footer .footer__pageBtn a:hover {
  background-image: url("/shigira-mirage-chapel/bridalsalon/img/common/icn_arrow_right_blue.svg");
  color: var(--color-theme) !important;
}

@media (max-width: 980px) {
  .sideMenu__subNav--txtList .guest {
    background: #fff;
    color: var(--color-theme) !important;
  }

  .sideMenu__bnrNav__link a.back--white {
    color: #fff;
    background-color: transparent;
  }

  .sideMenu__bnrNav__link a {
    border: 1px solid #fff !important;
    color: #fff;
    background: none;
  }

  .sideMenu__subNav--txt__link:nth-last-child(2)::before,
  .sideMenu__subNav--txt__link:nth-last-child(2)::after {
    background: #fff;
  }
}

.sideMenu__nav__txt:hover .sideMenu__nav__txt--en,
.sideMenu__nav__txt:hover .sideMenu__nav__txt--ja {
  color: #fff !important;
  opacity: 0.45;
}

.sideMenu__nav__txt .sideMenu__nav__txt--ja {
  color: var(--color-theme) !important;
}

.sideMenu__nav__txt:hover .sideMenu__nav__txt--ja {
  color: #fff !important;
}

.footer__copyright__txt {
  color: #000;
}

body#kos #LP__banner ul {
  width: 280px;
}

@media screen and (max-width: 768px) {
  body#kos #LP__banner ul {
    width: 200px;
  }
}

/* KV 英字見出し: title.svg（トップ・地域下層共通。下層は body.lower.movie） */
body.lower.bridalsalon .box__main__hdg--en,
body.lower.movie .box__main__hdg--en {
  font-size: 0;
  line-height: 0;
  /* template の letter-spacing が残ると、インライン置換要素まわりでレイアウトが微妙に歪むことがある */
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
}

/* viewBox 小数の SVG: 幅基準 + aspect-ratio で縦横比を明示し、曲線（S 等）の横潰れ感を抑える */
body.lower.bridalsalon .box__main__hdg--en img,
body.lower.movie .box__main__hdg--en img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 754px);
  height: auto;
  max-width: 100%;
  aspect-ratio: 796.5 / 85.5;
  object-fit: contain;
  object-position: center center;
}

@media (max-width: 980px) {
  body.lower.bridalsalon .box__main__hdg--en img,
  body.lower.movie .box__main__hdg--en img {
    width: min(100%, 447px);
  }
}

/* KV 直上の余白（template の body.lower main 135px/50px 等）を打ち消す */
body#kos.lower.bridalsalon #template.box__container,
body#kos.lower.bridalsalon #template,
body#kos.lower.movie #template.box__container,
body#kos.lower.movie #template {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body#kos.lower.bridalsalon main#main,
body#kos.lower.bridalsalon main.c-page,
body#kos.lower.bridalsalon main,
body#kos.lower.movie main#main,
body#kos.lower.movie main.c-page,
body#kos.lower.movie main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body#kos.lower.bridalsalon .box__main.box__main01,
body#kos.lower.movie .box__main.box__main01 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
