@charset 'UTF-8';
/* -----------------------------------------------------------------
   Base
   ----------------------------------------------------------------- */
/* Reset
   ----------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #961a27;
  color: #505050;
  text-decoration: none;
}

mark {
  background-color: #961a27;
  color: #505050;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #505050;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* Base
   ----------------------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  overflow: hidden;
  color: #505050;
  background-color: #fff;
  font-size: 1.6em;
  font-family: "Noto Serif JP", serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

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

a {
  color: #128889;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}

a:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  color: #505050;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  outline: 1px solid #128889;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

select::-ms-expand {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

.pc {
  display: inline-block !important;
  visibility: visible;
}
.sp {
  display: none !important;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block !important;
    visibility: visible;
  }
  .pc {
    display: none !important;
    visibility: hidden;
  }
}

/* -----------------------------------------------------------------
   Layout
   ----------------------------------------------------------------- */
/* Header
   ----------------------------------------------------------------- */
.ly_header_logo {
  text-align: center;
}

.ly_header_menu {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 30px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .ly_header_menu {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}

.ly_header_btn {
  position: absolute;
  top: 6px;
  left: 40px;
  width: 30px;
  height: 20px;
  z-index: 99;
  cursor: pointer;
}

.ly_header_btnLine {
  background-color: #505050;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

.ly_header_btnLine._center {
  top: 8px;
}

.ly_header_btnLine._bottom {
  bottom: 2px;
}

.is_active .ly_header_btnLine._top {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is_active .ly_header_btnLine._center {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.is_active .ly_header_btnLine._bottom {
  bottom: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .ly_header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding: 20px;
  }
  .ly_header_logo {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-top: 10px;
  }
  .ly_header_logo img {
    width: 100%;
    max-width: 140px;
  }
  .ly_header_menu {
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    margin: 0;
    padding-left: 0;
  }
  .ly_header_btn {
    top: -18px;
    left: 10px;
  }
  .ly_header_txt {
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    font-size: 12px;
  }
}

/* Gnav
   ----------------------------------------------------------------- */
.ly_gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 275px);
  height: 100%;
  margin-left: 275px;
}

.ly_gnav_inner {
  width: 100%;
  height: 100%;
  background-color: rgba(150, 26, 39, 0.94);
  overflow-y: scroll;
}

@media screen and (min-width: 1025px) {
  .ly_gnav_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.ly_gnav_wrapper {
  width: 100%;
  max-width: 1280px;
  padding: 60px 30px;
  z-index: 100;
}

.ly_gnav_list {
  text-align: center;
}

.ly_gnav_list > *:last-child {
  margin-bottom: 0;
}

.ly_gnav_list li {
  margin-bottom: 18px;
}

.ly_gnav_list a,
.ly_gnav_sublist a {
  color: #fff;
  text-decoration: none;
}

.ly_gnav_list a:focus,
.ly_gnav_list a:hover,
.ly_gnav_sublist a:focus,
.ly_gnav_sublist a:hover {
  text-decoration: underline;
  opacity: 1;
}

.ly_gnav_btn {
  display: block;
  width: 300px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ly_gnav_hr {
  margin-top: 40px;
  border-color: #fff;
}

.ly_gnav_sublist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ly_gnav_sublist li {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .ly_gnav {
    top: 80px;
    width: 100%;
    margin-left: 0;
  }
  .ly_gnav_wrapper {
    padding: 60px 0 120px;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .ly_gnav_list,
  .ly_gnav_sublist {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Footer
   ----------------------------------------------------------------- */
.ly_footer {
  background-color: #f4f4f4;
}

@media screen and (min-width: 769px) {
  .ly_footer {
    padding-left: 275px;
  }
}

.ly_footer a {
  color: #505050;
  text-decoration: none;
}

.ly_footer_inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .ly_footer_inner {
    max-width: 1280px;
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .ly_footer_inner {
    padding: 30px 20px 20px 20px;
  }
}

.ly_footer_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -24px;
}

.ly_footer_list > *:last-child {
  margin-bottom: 0;
}

.ly_footer_list > li {
  margin-right: 24px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .ly_footer_list > li {
    font-size: 1.5rem;
  }
}

.ly_footer_hr {
  border-color: #ababab;
}

.ly_footer_sublist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -18px;
}

.ly_footer_sublist li {
  position: relative;
  margin-right: 18px;
  margin-bottom: 8px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .ly_footer_sublist li {
    font-size: 1.5rem;
  }
}

.ly_footer_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 20px;
  list-style-type: none;
}

.ly_footer_sns > li {
  -webkit-flex-basis: 40px;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  margin-right: 10px;
  margin-left: 10px;
}

.ly_footer_sns img {
  vertical-align: middle;
}

.ly_footer_copy {
  display: block;
  margin-top: auto;
}

.ly_footer_copy small {
  display: block;
  text-align: center;
  line-height: 1.7;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .ly_footer_copy small {
    font-size: 1.2rem;
  }
}

/* Sidebar
   ----------------------------------------------------------------- */
.ly_side {
  position: fixed;
  top: 0;
  left: 0;
  width: 275px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.ly_side_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 6vh 30px 4vh;
  overflow-y: scroll;
}

.ly_side_menu {
  list-style-type: none;
  margin-bottom: 10vh;
  text-align: center;
}

.ly_side_menu > *:last-child {
  margin-bottom: 0;
}

.ly_side_menu li {
  margin-bottom: 18px;
  font-weight: 500;
}

.ly_side_menu a {
  color: #505050;
  text-decoration: none;
}

.ly_side_footer {
  margin-top: auto;
}

.ly_side_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5vh;
  list-style-type: none;
}

.ly_side_sns > li {
  -webkit-flex-basis: 40px;
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
}

.ly_side_sns img {
  vertical-align: middle;
}

.ly_side_copy small {
  display: block;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .ly_side {
    width: 100%;
    height: 80px;
  }
  .ly_side_inner {
    display: block;
    padding: 0;
    overflow-y: hidden;
  }
  .ly_side_footer {
    display: none;
  }
}

/* Main
   ----------------------------------------------------------------- */
.ly_main {
  position: relative;
}

@media screen and (min-width: 769px) {
  .ly_main {
    padding-left: 275px;
  }
}

@media screen and (max-width: 768px) {
  .ly_main {
    margin-top: 80px;
    padding-left: 0;
  }
}

/* Container
   ----------------------------------------------------------------- */
.ly_cont {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .ly_cont {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* 余白なし */
.ly_cont_np {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

/* -----------------------------------------------------------------
   Element
   ----------------------------------------------------------------- */
/**
 * Button
 */
.el_btn {
  display: inline-block;
  min-width: 240px;
  max-width: 100%;
  padding: 10px 20px;
  border: 2px solid #961a27;
  border-radius: 240px;
  background-color: #fff;
  color: #505050;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}

.el_btn:focus,
.el_btn:hover {
  background-color: #fbf6f6;
}

.el_btn.disabled:hover {
  background-color: #fff;
  opacity: 1;
  cursor: default;
}

.el_btn__big {
  min-width: 70%;
}

@media screen and (max-width: 768px) {
  .el_btn__big {
    width: 100%;
  }
}

.el_icon_clone {
  position: relative;
  width: 1em;
  height: 1em;
}

.el_icon_clone::before {
  content: url(../img/icon/clone.svg);
  position: absolute;
  top: 0;
  display: inline-block;
  width: 1em;
}

/**
 * Heading
 */
.el_lv1Heading,
.el_lv2Heading,
.el_lv3Heading,
.el_lv4Heading,
.el_lv5Heading {
  font-weight: 400;
  line-height: 1.3;
}

.el_lv1Heading::before,
.el_lv2Heading::before,
.el_lv3Heading::before,
.el_lv4Heading::before,
.el_lv5Heading::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
}

.el_lv1Heading {
  margin-bottom: 2.8rem;
  font-size: 2.8rem;
  text-align: center;
  color: #961a27;
}

@media screen and (max-width: 768px) {
  .el_lv1Heading {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.el_lv1HeadingImg {
  position: relative;
  z-index: 0;
}

.el_lv1HeadingImg::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -45px;
  z-index: -1;
  width: 60px;
  height: 60px;
  background: no-repeat url("../img/cmn/heading.svg");
}

.el_lv2Heading {
  margin-bottom: 2.6rem;
  font-size: 2.6rem;
  text-align: center;
  color: #961a27;
}

@media screen and (max-width: 768px) {
  .el_lv2Heading {
    font-size: 2.2rem;
    margin-bottom: 2.2rem;
  }
}

.el_lv2HeadingSub {
  margin-left: 2rem;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .el_lv2HeadingSub {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    font-size: 1.6rem;
  }
}

.el_horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.el_horizontal::before,
.el_horizontal::after {
  border-top: 1px solid;
  content: "";
  width: 2em;
}

.el_horizontal::before {
  margin-right: 0.5em;
}

.el_horizontal::after {
  margin-left: 0.5em;
}

.el_lv3Heading {
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .el_lv3Heading {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
}

.el_lv3HeadingSub {
  margin-left: 2rem;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .el_lv3HeadingSub {
    display: block;
    margin-top: 0.4rem;
    margin-left: 0;
    font-size: 1.6rem;
  }
}

.el_lv4Heading {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .el_lv4Heading {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
  }
}

.el_lv5Heading {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .el_lv5Heading {
    font-size: 1.6rem;
  }
}

.el_lv6Heading {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .el_lv6Heading {
    font-size: 1.4rem;
  }
}

/* Access */
.el_accessHeading {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 2.8rem;
  color: #505050;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
}

.el_accessHeading::before {
  content: url(../img/icon/map-marker-alt.svg);
  position: absolute;
  top: 4px;
  left: -2px;
  display: block;
  width: 20px;
}

/* 文中の大きいテキスト */
.el_bigTxt {
  margin-bottom: 1.8rem;
  font-size: 2.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .el_bigTxt {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
  }
}

/**
 * Label
 */
.el_label {
  display: inline-block;
  min-width: 84px;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #ababab;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

.el_label.el_label__notice {
  background-color: #ffbab7;
}

.el_label.el_label__event {
  background-color: #a5d9fa;
}

.el_label.el_label__shichigosan {
  background-color: #f2c17f;
}

.el_label.el_label__ceremony {
  background-color: #9bd1de;
}

a.el_label {
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a.el_label:focus,
a.el_label:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #000;
}

/**
 * Link
 */
.el_arrowLink {
  position: relative;
  padding-left: 0.6em;
}

.el_arrowLink::before {
  content: ">";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/**
 * Caution
 */
.el_caution {
  color: #f00;
}

.el_note {
  font-size: 14px;
}

/**
 * Section
 */
.bl_sect {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .bl_sect {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.bl_sects {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .bl_sects {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.bl_sectBdr {
  padding: 40px;
  border: 50px solid #fbf6f6;
}

@media screen and (max-width: 768px) {
  .bl_sectBdr {
    padding: 40px 20px;
    border-right-width: 25px;
    border-left-width: 25px;
  }
}

.bl_sectsUnit .bl_sects {
  position: relative;
}

.bl_sectsUnit .bl_sects:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  display: block;
  width: 200%;
  height: 100%;
  background-color: #fafafa;
  z-index: -1;
}

/**
 * Jumbotron
 */
.bl_jumbotron {
  position: relative;
  width: 100%;
  background-position: top center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .bl_jumbotron {
    height: 80vh;
  }
}

@media screen and (max-width: 768px) {
  .bl_jumbotron {
    height: 450px;
    margin-top: 80px;
  }
}

.bl_jumbotron_box {
  position: absolute;
  display: block;
  padding: 25px;
  text-align: center;
  background-color: rgba(80, 80, 80, 0.5);
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .bl_jumbotron_box {
    top: 50%;
    right: 70px;
    width: 360px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .bl_jumbotron_box {
    right: 30px;
    bottom: 100px;
    left: 30px;
    width: 100%;
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
  }
}

.bl_jumbotron_ttl {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .bl_jumbotron_ttl {
    font-size: 14px;
  }
}

.bl_jumbotron_txt {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .bl_jumbotron_txt {
    font-size: 12px;
  }
}

/* Slider */
.bl_slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bl_slider_img {
  height: 80vh;
  background-position: top center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .bl_slider_img {
    height: 450px;
  }
}

/* Scroll */
.bl_toNext {
  position: absolute;
  bottom: 25px;
  left: 50%;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .bl_toNext {
    font-size: 14px;
  }
}

.bl_toNext::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 1px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .bl_toNext::before {
    height: 46px;
  }
}

.bl_toNext::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 1px;
  height: 90px;
  background-color: #fff;
  -webkit-animation: shooting-star 3s ease infinite both;
  animation: shooting-star 3s ease infinite both;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .bl_toNext::after {
    height: 46px;
  }
}

@-webkit-keyframes shooting-star {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  30% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  31% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  60% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}

/* Campaign Area */
.bl_hero {
  position: relative;
  width: 100%;
  height: 345px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bl_hero_logo {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bl_hero_ttl {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 68px;
}

@media screen and (max-width: 768px) {
  .bl_hero {
    max-width: 100%;
    height: 140px;
  }
  .bl_hero_logo {
    left: 20px;
  }
  .bl_hero_logo img {
    width: 120px;
  }
  .bl_hero_ttl {
    right: 20px;
    font-size: 24px;
  }
}

/**
 * Media
 */
/* 複合 */
.bl_mediaUnit .bl_media {
  margin-bottom: 60px;
}

.bl_mediaUnit .bl_media:last-child {
  margin-bottom: 0;
}

.bl_mediaBgcUnit .bl_media {
  padding-top: 30px;
  padding-bottom: 30px;
}

.bl_mediaBgcUnit .bl_media_body {
  margin-right: 20px;
  margin-left: 50px;
}

.bl_mediaBgcUnit .bl_media_imgWrapper {
  margin-right: 0;
}

.bl_mediaBgcUnit__odd .bl_media:nth-child(odd) {
  background-color: #fbf6f6;
}

.bl_mediaBgcUnit__even .bl_media:nth-child(even) {
  background-color: #fbf6f6;
}

@media screen and (min-width: 769px) {
  .bl_media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bl_media.bl_media__rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .bl_media > *:first-child {
    margin-bottom: 30px;
  }
}

.bl_media_imgWrapper > img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .bl_media_imgWrapper {
    -webkit-flex-basis: calc(50% - 20px);
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin-right: 20px;
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .bl_media__rev .bl_media_imgWrapper {
    margin-right: 0;
    margin-left: 20px;
  }
}

.bl_media_body {
  margin-right: 20px;
  margin-left: 20px;
}

.bl_media_body > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .bl_media_body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 50px;
  }
}

@media screen and (min-width: 769px) {
  .bl_media__rev .bl_media_body {
    margin-left: 50px;
  }
}

/* スマホ表示で画像が下に来るパターン */
@media screen and (min-width: 769px) {
  .bl_media__below .bl_media_imgWrapper {
    margin-right: 0;
    margin-left: 20px;
  }
  .bl_media__below .bl_media_body {
    margin-right: 20px;
    margin-left: 50px;
  }
  .bl_media__below.bl_media__rev .bl_media_imgWrapper {
    margin-right: 20px;
    margin-left: 0;
  }
  .bl_media__below.bl_media__rev .bl_media_body {
    margin-right: 50px;
    margin-left: 20px;
  }
}

.bl_media_ttl {
  margin-bottom: 1.8rem;
  color: #961a27;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2em;
}

.bl_media_ttl::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}

@media screen and (max-width: 768px) {
  .bl_media_ttl {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}

.bl_media_txt {
  margin-bottom: 1em;
}

.bl_media_btn {
  margin-top: 40px;
  text-align: center;
}

.bl_media_longTxt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .bl_media_longTxt {
    margin-right: 50px;
    margin-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .bl_media_longTxt {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.bl_media__rev .bl_media_imgWrapper {
  margin-right: 0;
  margin-left: 20px;
}

.bl_media__rev .bl_media_body {
  margin-right: 0;
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .bl_media {
    display: block;
  }
  .bl_media > *:first-child {
    margin-bottom: 20px;
  }
  .bl_media_imgWrapper {
    margin-right: 0;
  }
  .bl_media__rev .bl_media_imgWrapper {
    margin-left: 0;
  }
  .bl_mediaBgcUnit .bl_media_body,
  .bl_media__rev .bl_media_body,
  .bl_media_body {
    margin-right: 20px;
    margin-left: 20px;
  }
}

/* アクセスマップ */
@media screen and (min-width: 769px) {
  .bl_mediaUnit__access .bl_media_imgWrapper {
    -webkit-flex-basis: calc(50% - 75px);
    -ms-flex-preferred-size: calc(50% - 75px);
    flex-basis: calc(50% - 75px);
    margin-right: 50px;
    margin-left: 25px;
  }
  .bl_mediaUnit__access .bl_media_body {
    margin-right: 25px;
    margin-left: 50px;
  }
}

/* 画像が上、下にテキスト(神社お寺結婚式) */
.bl_mediaUpUnit {
  margin-bottom: -20px;
}

.bl_mediaUpUnit > .bl_mediaUp {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .bl_mediaUpUnit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bl_mediaUpUnit.bl_mediaUpUnit__col2 > .bl_mediaUp {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  .bl_mediaUpUnit.bl_mediaUpUnit__col2 > .bl_mediaUp:nth-of-type(2n) {
    margin-right: 0;
  }
  .bl_mediaUpUnit.bl_mediaUpUnit__col3 > .bl_mediaUp {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .bl_mediaUpUnit.bl_mediaUpUnit__col3 > .bl_mediaUp:nth-of-type(3n) {
    margin-right: 0;
  }
}

.bl_mediaUp_imgWrapper {
  overflow: hidden;
  margin-top: auto;
}

.bl_mediaUp_imgWrapper > img {
  width: 100%;
}

.bl_mediaUp_body {
  padding: 0 20px;
  text-align: center;
  /*> * {
    margin-bottom: 10px;
  }
  > *:last-child {
    margin-bottom: 0;
  }*/
}

.bl_mediaUp_ttl {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .bl_mediaUp_ttl {
    font-size: 1.8rem;
  }
}

.bl_mediaUp_sup,
.bl_mediaUp_cut {
  line-height: 1.4;
  /*@include mq-up() {
    min-height: 56px;
  }*/
}

.bl_mediaUp_yen span {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .bl_mediaUp_yen span {
    font-size: 2rem;
  }
}

.bl_mediaUp_txt {
  margin-top: 5px;
  text-align: left;
}

/* スタジオインテリア */
.bl_mediaRow {
  text-align: center;
}

.bl_mediaRow img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .bl_mediaRow img {
    max-width: 880px;
  }
}

/**
 * Card
 */
.bl_card_img {
  width: 100%;
}

.bl_card_img__border {
  border: 1px solid #eee;
}

.bl_card_body {
  padding: 15px;
}

.bl_card_body > *:last-child {
  margin-bottom: 0;
}

.bl_card_ttl {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}

.bl_card_caption {
  margin-top: 5px;
  text-align: center;
  line-height: 1.4;
}

/* 複合 */
.bl_cardUnit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.bl_cardUnit.bl_cardUnit__col2 > .bl_card {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}

.bl_cardUnit.bl_cardUnit__col2 > .bl_card:nth-of-type(2n) {
  margin-right: 0;
}

.bl_cardUnit.bl_cardUnit__col3 > .bl_card {
  width: 31.707%;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}

.bl_cardUnit.bl_cardUnit__col3 > .bl_card:nth-of-type(3n) {
  margin-right: 0;
}

.bl_cardUnit.bl_cardUnit__col4 > .bl_card {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}

.bl_cardUnit.bl_cardUnit__col4 > .bl_card:nth-of-type(4n) {
  margin-right: 0;
}

.bl_cardUnit.bl_cardUnit__col6 > .bl_card {
  width: calc((100% - 100px) / 6);
  margin-right: 20px;
  margin-bottom: 20px;
}

.bl_cardUnit.bl_cardUnit__col6 > .bl_card:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .bl_cardUnit > .bl_card {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .bl_cardUnit.bl_cardUnit__col4 > .bl_card {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .bl_cardUnit.bl_cardUnit__col4 > .bl_card:nth-of-type(2n) {
    margin-right: 0;
  }
  .bl_cardUnit.bl_cardUnit__col6 > .bl_card {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
  .bl_cardUnit.bl_cardUnit__col6 > .bl_card:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* 衣装ギャラリー用 */
.bl_cardUnit.bl_cardUnit__gallery {
  margin-bottom: -30px;
}

.bl_cardUnit.bl_cardUnit__gallery > .bl_card {
  margin-bottom: 30px;
  margin-right: 20px;
}

@media screen and (min-width: 769px) {
  .bl_cardUnit.bl_cardUnit__gallery > .bl_card {
    width: calc((100% - 60px) / 4);
  }
  .bl_cardUnit.bl_cardUnit__gallery > .bl_card:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .bl_cardUnit.bl_cardUnit__gallery > .bl_card {
    width: calc((100% - 20px) / 2);
  }
  .bl_cardUnit.bl_cardUnit__gallery > .bl_card:nth-of-type(2n) {
    margin-right: 0;
  }
}

.bl_cardUnit.bl_cardUnit__gallery .bl_card_caption {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .bl_cardUnit.bl_cardUnit__gallery .bl_card_caption {
    font-size: 1.4rem;
  }
}

/* プランのセット(大) */
.bl_cardPlanUnit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_cardPlanUnit > .bl_card {
  position: relative;
  width: calc((100% - 320px) / 4);
  margin-right: 80px;
  margin-bottom: 20px;
}

.bl_cardPlanUnit > .bl_card::before,
.bl_cardPlanUnit > .bl_card::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -50px;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #961a27;
}

.bl_cardPlanUnit > .bl_card::after {
  top: calc(40% - 9px);
  right: -41px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bl_cardPlanUnit > .bl_card.bl_card__and::before {
  content: "＆";
  position: absolute;
  top: calc(40% - 9px);
  right: -50px;
  display: block;
  width: 22px;
  height: 22px;
  border-top: none;
  color: #961a27;
  font-family: sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}

.bl_cardPlanUnit > .bl_card.bl_card__and::after {
  content: none;
}

.bl_cardPlanUnit > *:last-child {
  margin-right: 0;
}

.bl_cardPlanUnit > *:last-child::before,
.bl_cardPlanUnit > *:last-child::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .bl_cardPlanUnit > .bl_card {
    width: calc((100% - 80px) / 2);
    margin-right: 40px;
    margin-bottom: 20px;
  }
  .bl_cardPlanUnit > .bl_card::before,
  .bl_cardPlanUnit > .bl_card.bl_card__and::before {
    right: -29px;
  }
  .bl_cardPlanUnit > .bl_card::after {
    right: -20px;
  }
}

/* プランのセット(小) */
.bl_cardPlanBoxUnit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.bl_cardPlanBoxUnit > .bl_card {
  width: calc((100% - 70px) / 3);
  margin-right: 30px;
}

.bl_cardPlanBoxUnit > .bl_card:last-child {
  margin-right: 0;
}

.bl_cardPlanBoxUnit > .bl_card:nth-of-type(3n) {
  margin-right: 10px;
}

.bl_cardPlanBoxUnit > .bl_card {
  position: relative;
  margin-bottom: 20px;
}

.bl_cardPlanBoxUnit > .bl_card::before,
.bl_cardPlanBoxUnit > .bl_card::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -22px;
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #961a27;
}

.bl_cardPlanBoxUnit > .bl_card::after {
  top: calc(40% - 7px);
  right: -15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bl_cardPlanBoxUnit > .bl_card:last-child::before,
.bl_cardPlanBoxUnit > .bl_card:last-child::after {
  content: none;
}

.bl_cardPlanBoxUnit .bl_card_caption {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .bl_cardPlanBoxUnit .bl_card_caption {
    font-size: 1.2rem;
  }
}

/**
 * List
 */
/* ポストリスト */
.bl_postList {
  margin-top: -20px;
}

.bl_postList_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px #505050 dashed;
}

.bl_postList_head {
  -webkit-flex-basis: 120px;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  min-width: 120px;
}

.bl_postList_body {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  height: 50px;
  overflow: hidden;
}

.bl_postList_txt {
  color: #505050;
  text-decoration: none;
}

.bl_postList_btn {
  margin-top: 40px;
  text-align: center;
}

/* 順序なしリスト「・」 */
.bl_bulletList {
  list-style-type: none;
}

.bl_bulletList > *:last-child {
  margin-bottom: 0;
}

.bl_bulletList > li {
  position: relative;
  padding-left: 1em;
}

.bl_bulletList > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/* 順序なしリスト「※」 */
.bl_asterList {
  list-style-type: none;
}

.bl_asterList > li {
  position: relative;
  padding-left: 1em;
}

.bl_asterList > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/* 順序なしリスト「■」 */
.bl_squareList {
  list-style-type: none;
}

.bl_squareList > li {
  position: relative;
  padding-left: 1em;
}

.bl_squareList > li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  display: block;
  width: 0.8em;
  height: 0.8em;
  background-color: #505050;
}

/* 順序ありリスト */
.bl_orderList {
  list-style-type: none;
  counter-reset: bl_orderList;
}

.bl_orderList > *:last-child {
  margin-bottom: 0;
}

.bl_orderList > li {
  position: relative;
  padding-left: 1em;
}

.bl_orderList > li::before {
  content: counter(bl_orderList) ". ";
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: bl_orderList;
}

/* 丸数字の順序ありリスト */
.bl_roundList {
  counter-reset: bl_roundList;
  list-style: none;
}

.bl_roundList li {
  position: relative;
  padding-left: 1.2em;
}

.bl_roundList li::before {
  content: counter(bl_roundList);
  counter-increment: bl_roundList;
  position: absolute;
  top: 0.3em;
  left: 0.35em;
  font-size: 0.8em;
}

.bl_roundList li::after {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #505050;
  border-radius: 50%;
}

/* ()の順序ありリスト */
.bl_bracketsList {
  counter-reset: bl_bracketsList;
  list-style: none;
}

.bl_bracketsList li {
  position: relative;
  padding-left: 2.5em;
}

.bl_bracketsList li::before {
  content: "（" counter(bl_bracketsList) "）";
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: bl_bracketsList;
}

/* ※の順序ありリスト */
.bl_asterNumList {
  counter-reset: bl_asterNumList;
  list-style: none;
}

.bl_asterNumList li {
  position: relative;
  padding-left: 2em;
}

.bl_asterNumList li::before {
  content: "※" counter(bl_asterNumList);
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: bl_asterNumList;
}

/* 定義リスト */
@media screen and (min-width: 769px) {
  .bl_defList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_defList dt {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .bl_defList dd {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}

@media screen and (max-width: 768px) {
  .bl_defList dt {
    margin-bottom: 8px;
  }
}

/* メニュー定義リスト */
.bl_menuDefList div {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .bl_menuDefList div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_menuDefList div dt {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .bl_menuDefList div dd {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}

.bl_menuDefList > *:last-child {
  margin-bottom: 0;
}

/* 特典リスト */
.bl_benefitList {
  list-style-type: none;
  counter-reset: bl_benefitLsist;
}

.bl_benefitList > *:last-child {
  margin-bottom: 0;
}

.bl_benefitList > li {
  position: relative;
  padding-left: 5.5em;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .bl_benefitList > li {
    padding-top: 25px;
    padding-left: 0;
    font-size: 1.8rem;
  }
}

.bl_benefitList > li::before {
  content: "特典" counter(bl_benefitLsist) "・・・";
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: bl_benefitLsist;
}

@media screen and (max-width: 768px) {
  .bl_benefitList > li::before {
    content: "特典" counter(bl_benefitLsist);
    display: block;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .bl_benefitList > li:only-child {
    padding-left: 5em;
  }
}

.bl_benefitList > li:only-child::before {
  content: "特典・・・";
}

@media screen and (max-width: 768px) {
  .bl_benefitList > li:only-child::before {
    content: "特典";
  }
}

/* 料金リスト */
.bl_priceList {
  margin-bottom: 20px;
}

@media screen and (min-width: 481px) {
  .bl_priceList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .bl_priceList > dt {
    -webkit-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .bl_priceList > dd {
    -webkit-flex-basis: calc(100% - 120px);
    -ms-flex-preferred-size: calc(100% - 120px);
    flex-basis: calc(100% - 120px);
    font-size: 2.2rem;
  }
  .bl_priceList > dd .price {
    font-size: 2.6rem;
  }
  .bl_priceList > dd .price > span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .bl_priceList > dt {
    width: 100%;
    font-size: 1.5rem;
  }
  .bl_priceList > dd {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .bl_priceList > dd .price {
    font-size: 2.4rem;
  }
  .bl_priceList > dd .price > span {
    font-size: 1.6rem;
  }
}

/* リスト横並び */
@media screen and (min-width: 769px) {
  .bl_inlineList > li {
    display: inline-block;
  }
  .bl_inlineList > li:not(:last-child) {
    margin-right: 1em;
  }
  .bl_inlineList > li:not(:last-child) a {
    margin-right: 1em;
  }
}

/* リスト行間広め Line spacing */
.bl_lineSp_s > * {
  margin-bottom: 10px;
}

.bl_lineSp_m > * {
  margin-bottom: 20px;
}

.bl_lineSp_l > * {
  margin-bottom: 30px;
}

/**
 * Table
 */
/* 大きいテーブルをスクロール表示する */
@media screen and (max-width: 768px) {
  .bl_horizTable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bl_horizTable th,
  .bl_horizTable td {
    white-space: nowrap;
  }
}

/* 料金表 */
.bl_priceTable {
  width: 100%;
}

.bl_priceTable th {
  padding: 10px 5px;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

.bl_priceTable td {
  padding: 5px 0;
  vertical-align: text-top;
}

.bl_priceTable .bl_priceTable_br > *:last-child {
  margin-bottom: 0;
}

.bl_priceTable .bl_priceTable_br span {
  display: block;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .bl_priceTable td:nth-child(1) {
    width: calc(100% - 250px);
    text-align: left;
  }
  .bl_priceTable td:nth-child(2) {
    width: 250px;
    text-align: right;
    vertical-align: bottom;
  }
}

@media screen and (max-width: 768px) {
  .bl_priceTable td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .bl_priceTable td:nth-child(2) {
    padding-top: 0;
    margin-bottom: 10px;
  }
  .bl_priceTable tr:last-child > td:nth-child(2) {
    margin-bottom: 0;
  }
  .bl_priceTable .bl_priceTable_br span {
    margin-bottom: 0;
  }
}

.bl_priceTable2 {
  width: 100%;
}

.bl_priceTable2 th,
.bl_priceTable2 td {
  width: 25%;
  padding: 10px 5px;
  text-align: right;
  vertical-align: middle;
}

.bl_priceTable2 th {
  font-size: 20px;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .bl_priceTable2 th:nth-child(1),
  .bl_priceTable2 td:nth-child(1) {
    width: 50%;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .bl_priceTable2 th:nth-child(1),
  .bl_priceTable2 td:nth-child(1) {
    display: block;
    width: 100%;
    text-align: left;
  }
  .bl_priceTable2 th:nth-child(2),
  .bl_priceTable2 td:nth-child(2) {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding-top: 0;
    margin-bottom: 15px;
  }
  .bl_priceTable2 th:nth-child(3),
  .bl_priceTable2 td:nth-child(3) {
    display: inline-block;
    width: 50%;
    text-align: right;
    padding-top: 0;
    margin-bottom: 15px;
  }
}

/* スマホの時に価格を改行しない */
.bl_pricedlList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -0.5em;
}

.bl_pricedlList dt {
  -webkit-flex-basis: calc(100% - 5em);
  -ms-flex-preferred-size: calc(100% - 5em);
  flex-basis: calc(100% - 5em);
  margin-bottom: 0.5em;
}

.bl_pricedlList dd {
  -webkit-flex-basis: 5em;
  -ms-flex-preferred-size: 5em;
  flex-basis: 5em;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 0.5em;
  text-align: right;
}

/* プラン表 */
.bl_planTable {
  width: 100%;
}

.bl_planTable th,
.bl_planTable td {
  padding: 10px 20px;
  background-color: #fff;
  border: 2px solid #961a27;
  text-align: center;
  vertical-align: middle;
}

.bl_planTable th {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .bl_planTable th,
  .bl_planTable td {
    padding: 10px;
  }
}

/* テーブル下の注記 */
.bl_tableNote {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: right;
}

/* tbodyのth左寄せ */
.bl_planTable__thLeft tbody th {
  padding-left: 60px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .bl_planTable__thLeft tbody th {
    padding-left: 10px;
  }
}

/* tbody td左寄せ */
.bl_planTable__tdLeft tbody td {
  text-align: left;
}

/* tbody thサイズ固定 */
@media screen and (min-width: 769px) {
  .bl_planTable__fix tbody th {
    width: 200px;
  }
}

/* tableサイズ小さめ */
@media screen and (min-width: 769px) {
  .bl_planTable__min {
    width: 70%;
  }
}

/* スマホのときブロックにする */
@media screen and (max-width: 768px) {
  .md_tableBlk {
    border-bottom: 2px solid #961a27;
  }
  .md_tableBlk tr,
  .md_tableBlk th,
  .md_tableBlk td {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
}

/* 「・」から始まるテーブル */
.bl_bulletTable tr td {
  padding-left: 1em;
}

.bl_bulletTable tr > td:first-child {
  position: relative;
}

.bl_bulletTable tr > td:first-child::before {
  content: "・";
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .bl_bulletTable tr > td:first-child::before {
    top: 0;
  }
}

/**
 * Button
 */
/* ボタン中寄せ */
.bl_btnWrapper {
  margin-top: 20px;
  text-align: center;
}

/* 複数ボタン */
@media screen and (min-width: 769px) {
  .bl_btnUnit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -20px;
  }
  .bl_btnUnit > .el_btn {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .bl_btnUnit.bl_btnUnit__col2 > .el_btn {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .bl_btnUnit.bl_btnUnit__col2 > .el_btn:nth-of-type(2n) {
    margin-right: 0;
  }
  .bl_btnUnit.bl_btnUnit__col3 > .el_btn {
    width: calc((100% - 40px) / 3);
    min-width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .bl_btnUnit.bl_btnUnit__col3 > .el_btn:nth-of-type(3n) {
    margin-right: 0;
  }
  .bl_btnUnit.bl_btnUnit__col4 > .el_btn {
    width: calc((100% - 60px) / 4);
    min-width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .bl_btnUnit.bl_btnUnit__col4 > .el_btn.font15 {
    font-size: 15px;
  }
  .bl_btnUnit.bl_btnUnit__col4 > .el_btn:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .bl_btnUnit {
    margin-bottom: -18px;
    text-align: center;
  }
  .bl_btnUnit > .el_btn {
    margin-bottom: 18px;
  }
}

/* 衣装レンタルのリンクボタン */
.bl_menuBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  padding: 10px;
  border: 2px solid #961a27;
  border-radius: 240px;
  background-color: #fff;
  color: #505050;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}

.bl_menuBtn:focus,
.bl_menuBtn:hover {
  background-color: #fffbfa;
}

@media screen and (min-width: 769px) {
  .bl_menuBtnUnit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.bl_menuBtnUnit > .bl_menuBtn {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .bl_menuBtnUnit > .bl_menuBtn {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .bl_menuBtnUnit > .bl_menuBtn:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .bl_menuBtnUnit > .bl_menuBtn {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* タイトル横のリンクボタン */
.bl_titleBtn_has {
  position: relative;
}

@media screen and (max-width: 768px) {
  .bl_titleBtn_has {
    padding-bottom: 62px;
  }
}

.bl_titleBtn_wrapper {
  position: absolute;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bl_titleBtn_wrapper > *:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .bl_titleBtn_wrapper {
    top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.bl_titleBtn {
  display: inline-block;
  height: 48px;
  padding: 10px 20px;
  border: 2px solid #961a27;
  border-radius: 240px;
  background-color: #fff;
  color: #505050;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
}

.bl_titleBtn:focus,
.bl_titleBtn:hover {
  background-color: #fffbfa;
}

/**
 * Box
 */
/* 背景灰色 */
.bl_box {
  width: 100%;
  padding: 30px;
  background-color: #fafafa;
  text-align: center;
}

.bl_box_ttl {
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: normal;
  position: relative;
}

.bl_box_ttl::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 60px;
  height: 2px;
  background-color: #505050;
  -webkit-transform: transLateX(-50%);
  transform: transLateX(-50%);
}

/* 電話番号 */
.bl_telBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 40px auto 30px;
  padding: 30px;
  border: 1px solid #961a27;
}

@media screen and (max-width: 768px) {
  .bl_telBox {
    display: block;
    padding: 20px;
  }
}

.bl_telBox_dt,
.bl_telBox_dd {
  text-align: center;
  line-height: 1.2;
  color: #961a27;
}

@media screen and (min-width: 769px) {
  .bl_telBox_dt {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .bl_telBox_dt {
    margin-bottom: 10px;
  }
}

.bl_telBox_dd {
  font-size: 32px;
  font-weight: 700;
}

/* 枠ボーダー */
.bl_baseBox {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #961a27;
}

.bl_baseBox_note {
  margin-top: 10px;
  margin-bottom: -10px;
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .bl_baseBox_note {
    font-size: 1.3rem;
  }
}

.bl_rowBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .bl_rowBox {
    display: block;
  }
}

.bl_leftBox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.bl_rightBox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.bl_leftPlusBox {
  position: relative;
  width: calc(100% - 60px);
  margin-left: 60px;
}

.bl_leftPlusBox::before,
.bl_leftPlusBox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  display: block;
  width: 40px;
  height: 40px;
  border-top: 3px solid #961a27;
}

.bl_leftPlusBox::after {
  top: calc(50% - 18px);
  left: -68px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .bl_leftPlusBox {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
  .bl_leftPlusBox::before,
  .bl_leftPlusBox::after {
    top: -33px;
    left: calc(50% - 15px);
  }
  .bl_leftPlusBox::after {
    top: -50px;
    left: calc(50% - 32px);
  }
}

.bl_bottomPlusBox {
  position: relative;
  margin-bottom: 40px;
}

.bl_bottomPlusBox::before,
.bl_bottomPlusBox::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #961a27;
}

.bl_bottomPlusBox::after {
  bottom: -30px;
  left: calc(50% - 9px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .bl_bottomPlusBox {
    margin-bottom: 60px;
  }
  .bl_bottomPlusBox::before,
  .bl_bottomPlusBox::after {
    bottom: -70px;
    left: calc(50% - 15px);
    width: 40px;
    height: 40px;
    border-top: 3px solid #961a27;
  }
  .bl_bottomPlusBox::after {
    bottom: -53px;
    left: calc(50% - 32px);
  }
}

/* 枠ドット */
.bl_dottedBox {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  border: 2px dashed #961a27;
}

@media screen and (max-width: 768px) {
  .bl_dottedBox {
    margin-bottom: 20px;
    padding: 20px;
  }
}

.bl_dottedBox_ttl {
  margin-bottom: 12px;
  color: #505050;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3;
}

.bl_dottedBox_ttl::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
}

@media screen and (max-width: 768px) {
  .bl_dottedBox_ttl {
    font-size: 1.8rem;
  }
}

.bl_dottedBox_txt + .bl_dottedBox_txt {
  margin-top: 10px;
}

.bl_dottedBox_sub {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
}

.bl_dottedBox_note {
  margin-top: 1em;
  margin-right: -0.5em;
  margin-bottom: -1em;
  font-size: 1.2rem;
  text-align: right;
}

.bl_dottedBox_img img {
  width: 100%;
  max-width: 250px;
}

@media screen and (min-width: 769px) {
  .bl_dottedBox_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_dottedBox_img {
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    max-width: 250px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .bl_dottedBox_img {
    margin-bottom: 20px;
  }
}

/* ボックス下の注記 */
.bl_dottedBoxNote {
  margin-top: -22px;
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .bl_dottedBoxNote {
    margin-top: -12px;
  }
}

/* ------ value plans ----- */
.bl_valuealbumplans {
  padding: 50px 0 10px;
}
.bl_valuealbumplans h4 {
  padding: 0 0 40px;
  font-size: 24px;
  text-align: center;
  position: relative;
}
.bl_valuealbumplans h4::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background: #d3381c;
  bottom: 20px;
  left: calc(50% - 40px);
}
.bl_valuealbumplans p.ttl_bottom {
  text-align: center;
  line-height: 1.4;
  padding: 0 0 20px;
}
.bl_valuealbumplans h3 {
  font-size: 30px;
  line-height: 30px;
}
.bl_valuealbumplans .album_price {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 18px;
  padding-bottom: 0;
  border-bottom: none;
}
.bl_valuealbumplans .album_price > span {
  font-size: 1.8rem;
}
.bl_valuealbumplans .album_add {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 12px;
  border-top: 1px solid #e5e5e5;
  padding: 15px 0 0;
}
.bl_valuealbumplans .album_media {
  padding: 30px 0;
  text-align: left;
  position: relative;
}
.bl_valuealbumplans .album_media:last-of-type::after {
  position: absolute;
  content: none;
  width: 100%;
}
.bl_valuealbumplans .album_media::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  bottom: 0;
  left: 0;
}
.bl_valuealbumplans ul {
  padding: 15px 20px 5px 40px;
  margin: 20px 0 0;
  list-style: disc;
  background: #fff;
}
.bl_valuealbumplans ul li {
  text-align: left;
  padding: 0 0 10px;
  font-size: 14px;
}
.bl_valuealbumplans ul li::marker {
  font-size: 10px;
}

#plan5 .album_media {
  padding: 60px 0 0;
}

@media screen and (min-width: 768px) {
  .bl_valuealbumplans {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 50px 10px;
  }
  .bl_valuealbumplans .album_media {
    display: flex;
    justify-content: space-between;
  }
  .bl_valuealbumplans .album_img {
    flex-basis: 400px;
    max-width: 400px;
    padding: 0 30px 0 0;
  }
  .bl_valuealbumplans .album_body {
    flex-basis: 780px;
    max-width: 780px;
  }
  .bl_valuealbumplans ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bl_valuealbumplans ul li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .bl_valuealbumplans {
    padding: 50px 20px 10px;
  }
  .bl_valuealbumplans .album_media {
    text-align: center;
  }
  .bl_valuealbumplans .album_img img {
    width: 70%;
    margin: 0 auto;
  }
  .bl_valuealbumplans h3 {
    font-size: 24px;
    line-height: 2;
  }
  .bl_valuealbumplans .album_price {
    margin-top: 0;
    font-size: 2rem;
  }
  .bl_valuealbumplans .album_add {
    text-align: left;
  }
  .bl_valuealbumplans .album_price > span {
    font-size: 1.4rem;
  }
  .bl_valuealbumplans ul {
    padding: 15px 20px 5px 30px;
  }
}

/* 背景画像ありリンク */
.bl_linkBox {
  width: 100%;
  height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}

.bl_linkBox::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(150, 26, 39, 0.7);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .bl_linkBox {
    height: 280px;
  }
}

a.bl_linkBox:hover {
  cursor: pointer;
}

a.bl_linkBox:hover::before {
  background-color: rgba(150, 26, 39, 0.1);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.bl_linkBox_inner {
  position: absolute;
  width: 100%;
  padding: 20px;
}

.bl_linkBox_ttl {
  position: relative;
  margin-bottom: 40px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .bl_linkBox_ttl {
    font-size: 24px;
  }
}

.bl_linkBox_ttl::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 60px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: transLateX(-50%);
  transform: transLateX(-50%);
}

.bl_linkBox_txt {
  position: relative;
  color: #fff;
  font-size: 18px;
  z-index: 100;
}

/* 2カラム */
.bl_linkBoxUnit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: -20px;
}

.bl_linkBoxUnit > .bl_linkBox {
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}

.bl_linkBoxUnit > .bl_linkBox:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .bl_linkBoxUnit {
    margin-right: 0;
    margin-left: 0;
  }
  .bl_linkBoxUnit > .bl_linkBox {
    width: 100%;
    margin-right: 0;
  }
}

/* 料金表 */
.bl_priceBoxUnit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bl_priceBoxUnit .bl_priceBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}

.bl_priceBoxUnit .bl_priceBox:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .bl_priceBoxUnit {
    display: block;
  }
  .bl_priceBoxUnit .bl_priceBox {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .bl_priceBoxUnit .bl_priceBox:last-child {
    margin-bottom: 0;
  }
}

/* デザインアルバム */
.bl_priceBox {
  position: relative;
  padding: 20px 20px 30px 20px;
  background-color: #fff;
  border: 1px solid #961a27;
}

.bl_priceBox_ttl {
  margin-bottom: 1.4rem;
  color: #505050;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.bl_priceBox_ttl::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
}

@media screen and (max-width: 768px) {
  .bl_priceBox_ttl {
    font-size: 2rem;
  }
}

.bl_priceBox_note {
  position: absolute;
  bottom: 1em;
  right: 1.5em;
  font-size: 1.2rem;
  text-align: right;
}

.bl_priceBox_img {
  width: 100%;
  margin-bottom: 20px;
}

.bl_priceBox_yen {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .bl_priceBox_yen {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .shichigosan .bl_priceBox_body {
    min-height: 13em;
  }
  .photo_wedding .bl_priceBox_body {
    min-height: 6em;
  }
}

.bl_priceBox_txt {
  margin-bottom: 20px;
}

.bl_priceBox_footer {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px dashed #505050;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .bl_priceBox_footer {
    font-size: 1.4rem;
  }
}

/**
 * FAQ
 */
.bl_faq {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bl_faq:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  display: block;
  width: 200%;
  height: 100%;
  background-color: #fafafa;
  z-index: -1;
}

.bl_faq_q,
.bl_faq_a {
  position: relative;
  padding-left: 2em;
}

.bl_faq_q {
  margin-bottom: 20px;
  color: #505050;
  font-weight: 500;
}

.bl_faq_q::before {
  content: "Q：";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.bl_faq_a::before {
  content: "A：";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-weight: 500;
}

/**
 * Map
 */
.bl_map {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 30px;
  padding-top: 40%;
}

@media screen and (max-width: 768px) {
  .bl_map {
    padding-top: 60%;
  }
}

@media screen and (max-width: 480px) {
  .bl_map {
    padding-top: 80%;
  }
}

.bl_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Contact
 */
/* お問い合わせフォーム用 */
.bl_contact > div {
  position: relative;
}

.bl_contact > div:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  display: block;
  width: 200%;
  height: 100%;
  background-color: #fafafa;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .bl_contact > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .bl_contact > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .bl_contact dt {
    -webkit-flex-basis: 280px;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    max-width: 280px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .bl_contact dt {
    margin-bottom: 15px;
  }
}

.bl_contact dd p {
  font-size: 14px;
  line-height: 1.714;
  margin: 0.6em 0 1em;
}

@media all and (min-width: 768px) {
  .bl_contact dd {
    flex-basis: 620px;
    max-width: 620px;
  }
}

@media screen and (max-width: 767px) {
  .bl_contact dd p {
    margin: 1em 0;
  }
}

@media all and (min-width: 768px) {
  .bl_contact dd.hp_horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.bl_contact input,
.bl_contact select {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border: 1px solid #aaa;
  line-height: 40px;
}

.bl_contact select {
  background-image: url(../img/icon/chevron-down.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.bl_contact textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #aaa;
  line-height: 1.4;
}

.bl_contact_name {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .bl_contact_name {
    -webkit-flex-basis: 260px;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    max-width: 260px;
  }
}

.bl_contact_name label {
  -webkit-flex-basis: 60px;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  max-width: 60px;
}

.bl_contact_name input {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .bl_contact_name input {
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 769px) {
  .bl_contact_name:nth-child(-n + 2) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .bl_contact_name:not(:last-child) {
    margin-bottom: 10px;
  }
}

.bl_contact_zip,
.bl_contact_pref {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.bl_contact_zip label,
.bl_contact_pref label {
  -webkit-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  max-width: 100px;
}

.bl_contact_zip input,
.bl_contact_pref input {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .bl_contact_zip input,
  .bl_contact_pref input {
    width: calc(100% - 100px);
  }
}

.bl_contact_address {
  margin-bottom: 10px;
}

.bl_contact_address,
.bl_contact_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bl_contact_address label,
.bl_contact_number label {
  -webkit-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  max-width: 100px;
}

.bl_contact_address input,
.bl_contact_number input {
  width: 450px;
}

@media screen and (max-width: 768px) {
  .bl_contact_address input,
  .bl_contact_number input {
    width: calc(100% - 100px);
  }
}

.bl_contact_address textarea,
.bl_contact_number textarea {
  width: 450px;
  height: 40px;
  padding-top: 6px;
}

@media screen and (max-width: 768px) {
  .bl_contact_address textarea,
  .bl_contact_number textarea {
    width: calc(100% - 100px);
    height: 80px;
  }
}

.bl_contact_date,
.bl_contact_time {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .bl_contact_date,
  .bl_contact_time {
    -webkit-flex-basis: 280px;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    max-width: 280px;
  }
}

@media screen and (min-width: 769px) {
  .bl_contact_date label,
  .bl_contact_time label {
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    max-width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .bl_contact_date label,
  .bl_contact_time label {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .bl_contact_date input,
  .bl_contact_date select,
  .bl_contact_time input,
  .bl_contact_time select {
    width: 200px;
  }
}

@media screen and (min-width: 769px) {
  .bl_contact_time {
    padding-right: 50px;
  }
  .bl_contact_time:nth-child(3),
  .bl_contact_date:nth-child(2) {
    margin-top: 20px;
  }
  .bl_contact_time:nth-child(3),
  .bl_contact_date:nth-child(2) {
    margin-bottom: 10px;
  }
  .bl_contact_date:nth-child(4),
  .bl_contact_time:nth-child(5) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .bl_contact_date,
  .bl_contact_time:not(:last-child) {
    margin-bottom: 10px;
  }
}

.bl_contact_agree {
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .bl_contact_agree {
    margin-top: 20px;
  }
}
@media screen and (max-width: 367px) {
  .bl_contact_agree:nth-child(6) .mwform-checkbox-field-text {
    width: 210px;
    text-align: left;
  }
}

.bl_contact_agree .mwform-radio-field .mwform-radio-field-text {
  padding-left: 24px;
  position: relative;
}

.bl_contact_agree .mwform-radio-field input[type="radio"] {
  display: none;
}

.bl_contact_agree .mwform-radio-field input[type="radio"] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bl_contact_agree .mwform-checkbox-field,
.bl_contact_agree .mwform-radio-field {
  display: block;
}

@media all and (min-width: 768px) {
  .bl_contact_agree .mwform-checkbox-field + .mwform-checkbox-field,
  .bl_contact_agree .mwform-radio-field + .mwform-radio-field {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .bl_contact_agree .mwform-checkbox-field + .mwform-checkbox-field,
  .bl_contact_agree .mwform-radio-field + .mwform-radio-field {
    margin-top: 10px;
  }
}
.bl_contact_agree
  .mwform-radio-field
  input[type="radio"]:checked
  + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.5px;
  display: block;
  width: 11px;
  height: 11px;
  background-color: #505050;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bl_contact_agree .mwform-checkbox-field input[type="checkbox"] {
  display: none;
}

.bl_contact_agree
  .mwform-checkbox-field
  input[type="checkbox"]:checked
  + span::before {
  background-color: #d3381c;
  background-image: url(../img/cmn/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #d3381c;
}
.bl_contact_agree .mwform-checkbox-field .mwform-checkbox-field-text {
  font-size: 16px;
  padding-left: 28px;
  position: relative;
  display: block;
  line-height: 1.3;
}
.bl_contact_agree .mwform-checkbox-field .mwform-checkbox-field-text::before {
  border: 1px solid #444;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 30px !important;
}

.bl_contact_action {
  margin-top: 65px;
  text-align: center;
}

input[type="submit"].bl_contact_btn,
input[type="submit"].bl_contact_backBtn {
  display: inline-block;
  min-width: 240px;
  max-width: 100%;
  padding: 10px 20px;
  border: 2px solid #961a27;
  border-radius: 240px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

input[type="submit"].bl_contact_btn {
  background-color: #fff;
  color: #505050;
}

input[type="submit"].bl_contact_btn:focus,
input[type="submit"].bl_contact_btn:hover {
  border-color: #961a27;
  background-color: #fffbfa;
  color: #505050;
}

input[type="submit"].bl_contact_btn:disabled {
  color: #999;
  border: 2px solid #999;
  background-color: #fff;
  cursor: default;
}

input[type="submit"].bl_contact_backBtn {
  background-color: #961a27;
  color: #fff;
}

input[type="submit"].bl_contact_backBtn:focus,
input[type="submit"].bl_contact_backBtn:hover {
  border-color: transparent;
  background-color: rgba(150, 26, 39, 0.6);
  color: #fff;
}

@media screen and (min-width: 769px) {
  input[type="submit"].bl_contact_backBtn {
    margin-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  input[type="submit"].bl_contact_backBtn {
    margin-bottom: 0px;
  }
}

/**
 * Article
 */
.bl_article_head {
  margin-bottom: 20px;
}

.bl_article_date {
  margin-left: 10px;
}

.bl_article_body {
  margin-top: 2em;
}

.bl_article_body p {
  margin-bottom: 1em;
}

/* -----------------------------------------------------------------
   Helper
   ----------------------------------------------------------------- */
/**
 * Display
 */
.hp_none {
  display: none !important;
}

.hp_inline {
  display: inline !important;
}

.hp_inline_block {
  display: inline-block !important;
}

.hp_block {
  display: block !important;
}

@media (min-width: 480px) {
  .sm_none {
    display: none !important;
  }
  .sm_inline {
    display: inline !important;
  }
  .sm_inline_block {
    display: inline-block !important;
  }
  .sm_block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .md_none {
    display: none !important;
  }
  .md_inline {
    display: inline !important;
  }
  .md_inline_block {
    display: inline-block !important;
  }
  .md_block {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .lg_none {
    display: none !important;
  }
  .lg_inline {
    display: inline !important;
  }
  .lg_inline_block {
    display: inline-block !important;
  }
  .lg_block {
    display: block !important;
  }
}

/**
 * BackGround
 */
.hp_bgcBase {
  background-color: #fbf6f6;
}

.hp_bgcLight {
  background-color: #fafafa;
}

.hp_bgcHalf {
  position: relative;
}

.hp_bgcHalf::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 40%;
  background-color: #fbf6f6;
  z-index: -1;
}

.hp_bgcLeft {
  position: relative;
}

.hp_bgcLeft::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 50%;
  background-color: #fbf6f6;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .hp_bgcLeft::after {
    right: 40%;
  }
}

.hp_bgcWide {
  position: relative;
}

.hp_bgcWide::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  display: block;
  width: 200%;
  height: 100%;
  background-color: #fafafa;
  z-index: -1;
}

.hp_borderBase {
  border: 1px solid #961a27;
}

/**
 * Text
 */
/* Color */
.hp_txtBase {
  color: #961a27;
}

/* Size */
.hp_txtSize12 {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .hp_txtSize12 {
    font-size: 1.1rem;
  }
}

.hp_txtSize13 {
  font-size: 1.3rem;
}

.hp_txtSize14 {
  font-size: 1.4rem;
}

.hp_txtSize16 {
  font-size: 1.6rem;
}

.hp_txtSize18 {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .hp_txtSize18 {
    font-size: 1.6rem;
  }
}

.hp_txtSize20 {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .hp_txtSize20 {
    font-size: 1.8rem;
  }
}

.hp_txtSize24 {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .hp_txtSize24 {
    font-size: 2rem;
  }
}

.hp_txtSize28 {
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .hp_txtSize28 {
    font-size: 2.4rem;
  }
}

/* Weight */
.hp_txtRegular {
  font-weight: 400;
}

.hp_txtMedium {
  font-weight: 500;
}

.hp_txtBold {
  font-weight: 600;
}

/* Decoration */
.hp_txtLine {
  text-decoration: underline;
}

.hp_txtCancel {
  text-decoration: line-through;
}

/* 2行目インデント */
.hp_txtIndent {
  padding-left: 1em;
  text-indent: -1em;
}

/**
 * Align
 */
.hp_ta_c {
  text-align: center !important;
}

.hp_ta_r {
  text-align: right !important;
}

.hp_ta_l {
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .md_ta_c {
    text-align: center !important;
  }
  .md_ta_r {
    text-align: right !important;
  }
  .md_ta_l {
    text-align: left !important;
  }
}

/* 横並び */
@media screen and (min-width: 769px) {
  .hp_horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/**
 * Margin
 */
/* em */
.hp_mt1em {
  margin-top: 1em !important;
}

.hp_mr1em {
  margin-right: 1em !important;
}

.hp_mb1em {
  margin-bottom: 1em !important;
}

.hp_ml1em {
  margin-left: 1em !important;
}

/* pixcel*/
.hp_mt0 {
  margin-top: 0 !important;
}

.hp_mr0 {
  margin-right: 0 !important;
}

.hp_mb0 {
  margin-bottom: 0 !important;
}

.hp_ml0 {
  margin-left: 0 !important;
}

.hp_mt10 {
  margin-top: 10px !important;
}

.hp_mr10 {
  margin-right: 10px !important;
}

.hp_mb10 {
  margin-bottom: 10px !important;
}

.hp_ml10 {
  margin-left: 10px !important;
}

.hp_mt20 {
  margin-top: 20px !important;
}

.hp_mr20 {
  margin-right: 20px !important;
}

.hp_mb20 {
  margin-bottom: 20px !important;
}

.hp_ml20 {
  margin-left: 20px !important;
}

.hp_mt30 {
  margin-top: 30px !important;
}

.hp_mr30 {
  margin-right: 30px !important;
}

.hp_mb30 {
  margin-bottom: 30px !important;
}

.hp_ml30 {
  margin-left: 30px !important;
}

.hp_mt40 {
  margin-top: 40px !important;
}

.hp_mr40 {
  margin-right: 40px !important;
}

.hp_mb40 {
  margin-bottom: 40px !important;
}

.hp_ml40 {
  margin-left: 40px !important;
}

.hp_mt50 {
  margin-top: 50px !important;
}

.hp_mr50 {
  margin-right: 50px !important;
}

.hp_mb50 {
  margin-bottom: 50px !important;
}

.hp_ml50 {
  margin-left: 50px !important;
}

.hp_mt60 {
  margin-top: 60px !important;
}

.hp_mr60 {
  margin-right: 60px !important;
}

.hp_mb60 {
  margin-bottom: 60px !important;
}

.hp_ml60 {
  margin-left: 60px !important;
}

.hp_mt70 {
  margin-top: 70px !important;
}

.hp_mr70 {
  margin-right: 70px !important;
}

.hp_mb70 {
  margin-bottom: 70px !important;
}

.hp_ml70 {
  margin-left: 70px !important;
}

.hp_mt80 {
  margin-top: 80px !important;
}

.hp_mr80 {
  margin-right: 80px !important;
}

.hp_mb80 {
  margin-bottom: 80px !important;
}

.hp_ml80 {
  margin-left: 80px !important;
}

/* negative margin */
.hp_MT10 {
  margin-top: -10px !important;
}

.hp_MR10 {
  margin-right: -10px !important;
}

.hp_MB10 {
  margin-bottom: -10px !important;
}

.hp_ML10 {
  margin-left: -10px !important;
}

.hp_MT20 {
  margin-top: -20px !important;
}

.hp_MR20 {
  margin-right: -20px !important;
}

.hp_MB20 {
  margin-bottom: -20px !important;
}

.hp_ML20 {
  margin-left: -20px !important;
}

.hp_MT30 {
  margin-top: -30px !important;
}

.hp_MR30 {
  margin-right: -30px !important;
}

.hp_MB30 {
  margin-bottom: -30px !important;
}

.hp_ML30 {
  margin-left: -30px !important;
}

.hp_MT40 {
  margin-top: -40px !important;
}

.hp_MR40 {
  margin-right: -40px !important;
}

.hp_MB40 {
  margin-bottom: -40px !important;
}

.hp_ML40 {
  margin-left: -40px !important;
}

.hp_MT50 {
  margin-top: -50px !important;
}

.hp_MR50 {
  margin-right: -50px !important;
}

.hp_MB50 {
  margin-bottom: -50px !important;
}

.hp_ML50 {
  margin-left: -50px !important;
}

.hp_MT60 {
  margin-top: -60px !important;
}

.hp_MR60 {
  margin-right: -60px !important;
}

.hp_MB60 {
  margin-bottom: -60px !important;
}

.hp_ML60 {
  margin-left: -60px !important;
}

.hp_MT70 {
  margin-top: -70px !important;
}

.hp_MR70 {
  margin-right: -70px !important;
}

.hp_MB70 {
  margin-bottom: -70px !important;
}

.hp_ML70 {
  margin-left: -70px !important;
}

.hp_MT80 {
  margin-top: -80px !important;
}

.hp_MR80 {
  margin-right: -80px !important;
}

.hp_MB80 {
  margin-bottom: -80px !important;
}

.hp_ML80 {
  margin-left: -80px !important;
}

/* md margin */
@media screen and (max-width: 768px) {
  .md_mt0 {
    margin-top: 0 !important;
  }
  .md_mb0 {
    margin-bottom: 0 !important;
  }
  .md_mt10 {
    margin-top: 10px !important;
  }
  .md_mb10 {
    margin-bottom: 10px !important;
  }
  .md_mt20 {
    margin-top: 20px !important;
  }
  .md_mb20 {
    margin-bottom: 20px !important;
  }
  .md_mt30 {
    margin-top: 30px !important;
  }
  .md_mb30 {
    margin-bottom: 30px !important;
  }
  .md_mt40 {
    margin-top: 40px !important;
  }
  .md_mb40 {
    margin-bottom: 40px !important;
  }
  .md_mt50 {
    margin-top: 50px !important;
  }
  .md_mb50 {
    margin-bottom: 50px !important;
  }
  .md_mt60 {
    margin-top: 60px !important;
  }
  .md_mb60 {
    margin-bottom: 60px !important;
  }
  .md_mt70 {
    margin-top: 70px !important;
  }
  .md_mb70 {
    margin-bottom: 70px !important;
  }
  .md_mt80 {
    margin-top: 80px !important;
  }
  .md_mb80 {
    margin-bottom: 80px !important;
  }
}

/**
 * Padding
 */
.hp_pt0 {
  padding-top: 0 !important;
}

.hp_pr0 {
  padding-right: 0 !important;
}

.hp_pb0 {
  padding-bottom: 0 !important;
}

.hp_pl0 {
  padding-left: 0 !important;
}

.hp_p0 {
  padding: 0 !important;
}

.hp_px0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.hp_py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hp_pt10 {
  padding-top: 10px !important;
}

.hp_pr10 {
  padding-right: 10px !important;
}

.hp_pb10 {
  padding-bottom: 10px !important;
}

.hp_pl10 {
  padding-left: 10px !important;
}

.hp_p10 {
  padding: 10px !important;
}

.hp_px10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.hp_py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.hp_pt20 {
  padding-top: 20px !important;
}

.hp_pr20 {
  padding-right: 20px !important;
}

.hp_pb20 {
  padding-bottom: 20px !important;
}

.hp_pl20 {
  padding-left: 20px !important;
}

.hp_p20 {
  padding: 20px !important;
}

.hp_px20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.hp_py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.hp_pt30 {
  padding-top: 30px !important;
}

.hp_pr30 {
  padding-right: 30px !important;
}

.hp_pb30 {
  padding-bottom: 30px !important;
}

.hp_pl30 {
  padding-left: 30px !important;
}

.hp_p30 {
  padding: 30px !important;
}

.hp_px30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.hp_py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* md padding */
@media screen and (max-width: 768px) {
  .md_p0 {
    padding: 0 !important;
  }
  .md_px0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .md_py0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .md_p10 {
    padding: 10px !important;
  }
  .md_px10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .md_py10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .md_p20 {
    padding: 20px !important;
  }
  .md_px20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .md_py20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .md_p30 {
    padding: 30px !important;
  }
  .md_px30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .md_py30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/**
 * Position
 */
/**
 * Width
 */
.hp_w100 {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .md_w100 {
    width: 100% !important;
  }
}

.hp_w70 {
  width: 70% !important;
}

/* -----------------------------------------------------------------
   Uniq
   ----------------------------------------------------------------- */
/**
 * indexMenu (トップページ：撮影メニューのリンク)
 */
.un_indexMenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(8, 170px);
}

@media screen and (max-width: 768px) {
  .un_indexMenu {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(12, 120px);
  }
}

@media screen and (max-width: 480px) {
  .un_indexMenu {
    grid-template-rows: repeat(12, 90px);
  }
}

.un_indexMenu_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  border: 1px solid #fff;
  background-position: center center;
  background-size: cover;
}

.un_indexMenu_item._big1 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

@media screen and (max-width: 768px) {
  .un_indexMenu_item._big1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }
}

.un_indexMenu_item._big2 {
  grid-column: 2 / 4;
  grid-row: 3 / 5;
}

@media screen and (max-width: 768px) {
  .un_indexMenu_item._big2 {
    grid-column: 1 / 3;
    grid-row: 4 / 6;
  }
}

.un_indexMenu_item._big3 {
  grid-column: 1 / 3;
  grid-row: 6 / 8;
}

@media screen and (max-width: 768px) {
  .un_indexMenu_item._big3 {
    grid-column: 1 / 3;
    grid-row: 8 / 10;
  }
}

.un_indexMenu_item:nth-child(1) {
  background-image: url(../img/index/menu1.jpg);
}

.un_indexMenu_item:nth-child(2) {
  background-image: url(../img/index/menu2.jpg);
}

.un_indexMenu_item:nth-child(3) {
  background-image: url(../img/index/menu3.jpg);
}

.un_indexMenu_item:nth-child(4) {
  background-image: url(../img/index/menu4.jpg);
}

.un_indexMenu_item:nth-child(5) {
  background-image: url(../img/index/menu5.jpg);
}

.un_indexMenu_item:nth-child(6) {
  background-image: url(../img/index/menu6.jpg);
}

.un_indexMenu_item:nth-child(7) {
  background-image: url(../img/index/menu7.jpg);
}

.un_indexMenu_item:nth-child(8) {
  background-image: url(../img/index/menu8.jpg);
}

.un_indexMenu_item:nth-child(9) {
  background-image: url(../img/index/menu9.jpg);
}

.un_indexMenu_item:nth-child(10) {
  background-image: url(../img/index/menu10.jpg);
}

.un_indexMenu_item:nth-child(11) {
  background-image: url(../img/index/menu11.jpg);
}

.un_indexMenu_item:nth-child(12) {
  background-image: url(../img/index/menu12.jpg);
}

.un_indexMenu_item:nth-child(13) {
  background-image: url(../img/index/menu13.jpg);
}

.un_indexMenu_item:nth-child(14) {
  background-image: url(../img/index/menu14.jpg);
}

.un_indexMenu_item:nth-child(15) {
  background-image: url(../img/index/menu15.jpg);
}

.un_indexMenu_item:nth-child(16) {
  background-image: url(../img/index/menu16.jpg);
}

.un_indexMenu_item:nth-child(17) {
  background-image: url(../img/index/menu17.jpg);
}

.un_indexMenu_item:nth-child(18) {
  background-image: url(../img/index/menu18.jpg);
}

.un_indexMenu_item a {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.un_indexMenu_item a:hover {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  cursor: pointer;
}

/* IE11用 */
.un_indexMenu {
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 170px 170px 170px 170px 170px 170px 170px 170px;
}

.un_indexMenu > .un_indexMenu_item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row-span: 2;
}

.un_indexMenu > .un_indexMenu_item:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.un_indexMenu > .un_indexMenu_item:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}

.un_indexMenu > .un_indexMenu_item:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-row: 3;
  -ms-grid-column-span: 2;
  -ms-grid-row-span: 2;
}

.un_indexMenu > .un_indexMenu_item:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}

.un_indexMenu > .un_indexMenu_item:nth-child(6) {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}

.un_indexMenu > .un_indexMenu_item:nth-child(7) {
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}

.un_indexMenu > .un_indexMenu_item:nth-child(8) {
  -ms-grid-column: 2;
  -ms-grid-row: 5;
}

.un_indexMenu > .un_indexMenu_item:nth-child(9) {
  -ms-grid-column: 1;
  -ms-grid-row: 6;
  -ms-grid-column-span: 2;
  -ms-grid-row-span: 2;
}

.un_indexMenu > .un_indexMenu_item:nth-child(10) {
  -ms-grid-column: 3;
  -ms-grid-row: 5;
}

.un_indexMenu > .un_indexMenu_item:nth-child(11) {
  -ms-grid-column: 3;
  -ms-grid-row: 6;
}

.un_indexMenu > .un_indexMenu_item:nth-child(12) {
  -ms-grid-column: 3;
  -ms-grid-row: 7;
}

.un_indexMenu > .un_indexMenu_item:nth-child(13) {
  -ms-grid-column: 1;
  -ms-grid-row: 8;
}

.un_indexMenu > .un_indexMenu_item:nth-child(14) {
  -ms-grid-column: 2;
  -ms-grid-row: 8;
}

.un_indexMenu > .un_indexMenu_item:nth-child(15) {
  -ms-grid-column: 3;
  -ms-grid-row: 8;
}

.un_indexMenu_txt {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #505050;
  color: #505050;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  z-index: 50;
}

@media screen and (max-width: 1024px) {
  .un_indexMenu_txt {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .un_indexMenu_txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .un_indexMenu_txt {
    border-bottom-width: 1px;
    font-size: 16px;
  }
}

/**
 * Instagram
 */
.un_instaBlogLink {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .un_instaBlogLink {
    margin-top: -40px;
    margin-bottom: 40px;
  }
}

.un_instaHeading {
  position: relative;
  margin-bottom: 2.8rem;
  padding-bottom: 25px;
  padding-left: 35px;
  color: #961a27;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .un_instaHeading {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.un_instaHeading::before {
  content: "";
  position: absolute;
  top: 1px;
  left: calc(50% - 90px);
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/cmn/icon_insta_p.svg") no-repeat;
}

.un_instaHeading::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  display: block;
  width: 1px;
  height: 30px;
  background-color: #961a27;
}

@media screen and (max-width: 768px) {
  .un_instaHeading::after {
    bottom: -20px;
  }
}

.un_instaAccount {
  color: #961a27;
  margin-bottom: 25px;
  font-weight: 500;
  text-align: center;
}

.un_instaWrapper {
  margin: -20px;
}

/**
 * Instagram Feed
 */
#sb_instagram {
  padding-bottom: 0 !important;
}

#sb_instagram .sbi_photo_wrap {
  overflow: hidden;
}

#sb_instagram .sbi_photo {
  background-size: cover;
}

#sb_instagram .sbi_photo img {
  display: none;
}

/* スマホのときは2カラム表示にする */
@media (max-width: 480px) {
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 50% !important;
  }
}

/* フローティングボタン */
#footerFloatingMenu {
  display: inline-flex;
  width: 100%;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  text-align: center;
  padding: 0 auto;
}

#footerFloatingMenu img {
  max-width: 100%;
}

@media (min-width: 768px) {
  #footerFloatingMenu {
    display: none;
  }
}

@media (max-width: 768px) {
  .ly_footer_inner {
    padding-bottom: 100px;
  }
}

/* メールフォームの文章 */
.inner,
.inner2 {
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .inner {
    max-width: 750px;
  }
}

@media (min-width: 768px) {
  .inner2 {
    max-width: 530px;
  }
}

/* 感染症対策のページ*/

.taisaku_text {
  padding: 30px 0px 30px 0px;
}

@media screen and (min-width: 481px) {
  .taisaku_text {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .taisaku_text {
    display: inline-block;
  }
}

.taisaku_box {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .taisaku_box {
    width: 760px;
  }
}

@media screen and (max-width: 767px) {
  .taisaku_box {
    width: 100%;
  }
}

.taisaku_box-img {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .taisaku_box-img {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .taisaku_box-img {
    width: 32%;
  }
}

@media screen and (max-width: 425px) {
  .taisaku_box-img {
    width: 49%;
  }
}

@media screen and (min-width: 425px) {
  img.banner_taisaku {
    width: 400px;
    height: 111px;
  }
}

.taisaku_info {
  text-align: center;
}

/* 感染症対策のトップページバナー*/

.taisaku_link {
  text-align: center;
  padding: 10px 0px 80px 0px;
}

img.taisaku_link_b {
  width: 380px;
  height: 79px;
}

@media screen and (max-width: 425px) {
  img.taisaku_link_b {
    width: 90%;
    height: 90%;
  }
}

/* アルバム一覧 */
.album_title {
  text-align: center;
}

.bl_priceBox {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* パソコンのみ改行 */
@media screen and (min-width: 768px) {
  br.br_PC {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  br.br_PC {
    display: none;
  }
}
/* スマホのみ改行 */
@media screen and (min-width: 768px) {
  br.br_SP {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  br.br_SP {
    display: inline;
  }
}

/* ママ振袖 */
.Kplan_mamafuri {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* バナー */
@media screen and (max-width: 767px) {
  img.Kp_banner {
    max-width: 100%;
    height: auto;
  }
}

@media all and (min-width: 768px) {
  img.Kp_banner {
    width: 500px;
    height: 180px;
  }
}

/* 家族で祝う成人へのリンク */
.Kp_link,
.Kp_link2 {
  text-align: center;
  width: 100%;
  height: auto;
}

.Kp_link2 {
  margin-top: 10px;
  margin-bottom: 50px;
}

/* スタジオ情報 */
.bl_media_txt2 {
  margin-bottom: 0.5em;
  line-height: 1.4em;
}

.button_info {
  margin-top: 20px;
}

.bl_media_btn {
  margin-top: 40px;
  text-align: center;
}

/* 七五三料金 */
@media screen and (min-width: 769px) {
  .sichigosan {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .SC_price {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sichigosan {
    margin-bottom: 20px;
  }
  .SC_price {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* カスタム投稿（LP） */
.post-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.post-wrapper figure {
  margin: 0;
}

.post-wrapper .lp-pageContents > img {
  height: auto;
}
