@charset "UTF-8";
/* ------------------------------
	　　色設定
------------------------------ */
/* ------------------------------
	　　ボタン類
------------------------------ */
.LargeBtn {
  background: #194A84;
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  padding: 20px;
  display: block;
  margin: 10px auto;
  width: 200px;
  text-align: center;
  -webkit-transition: all 400ms 0s ease;
  -o-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
}

@media (min-width: 1024px) {
  .LargeBtn {
    font-size: 20px;
    width: 260px;
  }
}
a.LargeBtn:link, a.LargeBtn:hover, a.LargeBtn:visited {
  color: #fff;
  text-decoration: none;
}

a.LargeBtn:hover, a.LargeBtn:active {
  background: #2163B0;
}

.LargeBtn__icon {
  margin-right: 5px;
}

/* ------------------------------
	　　ヘッダー・ナビ
------------------------------ */
.LargeGlobalNav__main {
  max-width: 1280px;
}

.LargeGlobalNav__mainIcon {
  color: #E2B0C9;
  font-size: 28px;
  margin-top: -42px;
}

.special .LargeGlobalNav__mainIcon {
  color: #fff;
}

.LargeGlobalNav__mainBtn, .LargeGlobalNav__mainBtn:link, .LargeGlobalNav__mainBtn:visited, .LargeGlobalNav__mainBtn:hover {
  color: #666;
  font-weight: 500;
}

.LargeGlobalNav__sub .acms-container {
  max-width: 1280px;
}

.FirstHeader__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 64px;
}

.FirstHeader__koushiki {
  font-size: 14px;
  color: #5877ba;
  border: 1px solid #5877ba;
  height: 15px;
  margin: 22px 0;
  padding: 2px 2px 3px 2px;
  border-radius: 3px;
}

.FirstHeader.line {
  padding: 20px 0;
}

.FirstHeader__logoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.FirstHeader__telWrap {
  margin: 20px 10px 0 10px;
}

.FirstHeader__telInfo {
  margin: 30px 0 5px;
  color: #bf1920;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2.5px;
}

.FirstHeader__tel {
  font-size: 23.5px;
  color: #315fb2;
  font-weight: 900;
}

.FirstHeader__tel:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.FirstHeader__tel a, .FirstHeader__tel a:visited {
  color: #315fb2;
}

.FirstHeader__tel a:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .FirstHeader__telWrap {
    display: none;
  }
}
.LargeGlobalNavFullMega {
  border-top: 1px solid rgb(49, 95, 178);
}

.navIcon {
  color: #E2B0C9;
  font-size: 28px;
  display: block;
}

.navLabel {
  color: #666;
  font-size: 16px;
  text-decoration: none;
}

#gnav > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

#gnav > div > ul > li {
  display: table-cell;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 400ms 0s ease;
  -o-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid rgba(49, 95, 178, 0.25);
}

#gnav > div > ul > li:last-child {
  border-right: 1px solid rgba(49, 95, 178, 0.25);
}

#gnav > div > ul > li.half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

#gnav > div > ul > li:hover {
  color: #666;
  background: rgba(185, 207, 247, 0.25);
}

#gnav > div > ul > li:hover > a {
  text-decoration: none;
}

#gnav > div > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}

#gnav > div > ul > li > a {
  color: #666;
  display: block;
  padding: 8px 1em 12px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#gnav > div > ul .menu {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background: rgb(23, 48, 88);
}

#gnav > div > ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
}

#gnav > div > ul ul li {
  display: table-cell;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;
  padding: 4px 10px;
  overflow: hidden;
  line-height: 1;
}

#gnav > div > ul .menu a .navLabel {
  color: #333;
  text-decoration: none;
}

#gnav > div > ul .menu a,
#gnav > div > ul .menu a:hover {
  text-decoration: none;
  border: none;
  display: block;
  padding: 12px 1em;
  background: #fff;
  border-radius: 30px;
}

#gnav > div > ul .menu a:hover {
  background: rgb(227, 235, 249);
}

.LargeGlobalNavFullMega__sub {
  background: rgb(49, 95, 178);
}

@media (max-width: 1023px) {
  .LargeGlobalNavFullMega {
    display: none;
  }

  .SpGlobalNavi .navIcon {
    color: #E2B0C9;
    font-size: 16px;
    display: inline-block;
    width: 32px;
    text-align: center;
    /* color: #fff; */
  }
}
@media (max-width: 767px) {
  .logoLayoutCenter .FirstHeader__siteName {
    margin-left: 30px;
    text-align: center;
  }

  .logoLayoutCenter .FirstHeader__siteName {
    margin-left: 0;
    text-align: center;
  }
}
.HeadSubNav {
  position: absolute;
  top: 5px;
  right: 10px;
}

.HeadSubNavList ul {
  margin: 0;
  padding: 0;
}

.HeadSubNavList ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.HeadSubNavList ul li a {
  display: block;
  margin: 0;
  padding: 8px 10px;
  color: #fff;
  font-size: 15px;
  background: rgb(23, 48, 88);
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.HeadSubNavList ul li.red a {
  background: rgb(188, 30, 94);
}

.logoLayoutCenter .FirstHeader__siteName {
  margin-left: 5px !important;
  text-align: left;
}

@media (max-width: 767px) {
  .HeadSubNav {
    display: none;
  }
}
/* ------------------------------
	　　フッター
------------------------------ */
.Category__inquiry .suggest-box, .Category__document .suggest-box, .Category__estimate .suggest-box, .Category__fca_form .suggest-box {
  display: none;
}

.footSpNavi {
  display: none;
}

@media (max-width: 767px) {
  .footSpNavi {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    margin: 0;
    width: 100%;
  }

  .footSpNavi ul {
    margin: 0;
    padding: 0;
    width: 100%;
    background: rgba(250, 250, 250, 0.9);
    border-top: 1px solid #777;
  }

  .footSpNavi li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: calc(25% - 1px);
    color: #777;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-left: 1px solid #777;
  }

  .footSpNavi a {
    display: block;
    margin: 0;
    padding: 3px 0;
    color: #777;
  }

  .footSpNavi li .navIcon {
    color: #777;
    font-size: 28px;
  }

  .spFooterNavi .navIcon {
    color: #777;
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 26px;
  }

  .foot-wrapper {
    padding: 0 0 70px 0;
  }
}
/* ------------------------------
	　　会館を探す　一覧ページ
------------------------------ */
.SummarySearch__areaLabel {
  background: #2163B0;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li.SummarySearch__list.summaryCustomEntryWrap {
  padding: 0 5px 0 5px;
  margin-bottom: 20px;
}

.SummarySearch__list .summary-custom-entry {
  height: auto;
}

.SummarySearch__title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1023px) {
  .SummarySearch__title {
    margin: 0 -10px 0 -10px;
  }
}
@media (min-width: 1024px) {
  .summaryEntryTitle {
    font-size: 24px;
  }
}
/* ------------------------------
	　　会館を探す　詳細ページ
------------------------------ */
/*	上部
	----------------------------- */
.SearchArticle__areaLabel {
  letter-spacing: 1px;
  background: #2163B0;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.SearchEntry__first {
  text-align: center;
  margin: 0 0 30px 0;
}

/*	基本情報
	----------------------------- */
.SearchEntry__basicWrap {
  margin: 30px 0 30px 0;
}

.entry-column h2.SearchEntry__basicHeader {
  text-align: center;
}

.entry-column .SearchEntry__basicTitle, .entry-column .SearchEntry__basicInfo {
  display: block;
  font-size: 16px;
}

@media (min-width: 1024px) {
  .entry-column table.SearchEntry__basic {
    width: 857px;
  }

  .SearchEntry__basicTitle {
    width: 100px;
  }

  .entry-column .SearchEntry__basicTitle, .entry-column .SearchEntry__basicInfo {
    display: table-cell;
  }
}
.entry-column h2.SearchMap__pdfTitle {
  margin: 30px 0 0 0;
  font-size: 16px;
  text-align: center;
}

/* ------------------------------
	　　TOP
------------------------------ */
.QuickGuide {
  padding: 0px 0 0px 0;
  margin: 0 0 -10px 0;
}

/* 2021-04-14変更点 k ▼*/
.QuickGuide__title {
  margin: 0 0 0 0;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* 2021-04-14変更点 k ▲*/
.QuickGuide__title i {
  margin-right: 5px;
  font-size: 16px;
}

.QuickGuide__iconDown {
  font-size: 20px;
  color: #b43c3c;
  display: block;
  text-align: center;
}

/* 2021-04-14変更点 k ▼*/
.QuickGuide__telWrap {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

.QuickGuide__telWrap img {
  padding: 0 0 15px 0;
}

/* 2021-04-14変更点 k ▲*/
.QuickGuide__tel {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  display: table-cell;
  width: 280px;
  height: 48px;
  color: #3c3c3c;
  text-decoration: none;
}

.QuickGuide__telIcon {
  font-size: 30px;
  color: #30BF3D;
  margin-right: 5px;
}

.QuickGuide__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 310px;
}

.QuickGuide__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  font-size: 15px;
  margin: 0 0 0 0;
  font-weight: 600;
}

.QuickGuide__textStrong {
  color: #b43c3c;
  font-weight: 800;
  display: block;
  font-size: 24px;
}

.QuickGuide__textImgWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  padding: 0 5px 0 0;
}

.QuickGuide__textImg {
  margin: -10px 0px 0 0;
  padding: 0 5px 0 0;
}

.TopFirstNav {
  background: #6D70B3;
}

@media (min-width: 1024px) {
  .TopFirstNav {
    padding: 0 40px;
  }
}
.TopFirstNav__title {
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 1024px) {
  .TopFirstNav__title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.TopFirstNav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 15px 10px;
}

.TopFirstNav__icon {
  font-size: 40px;
  color: #527AB8;
}

@media (min-width: 1024px) {
  .TopFirstNav__icon {
    font-size: 60px;
  }
}
.TopFirstNav__link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 400ms 0s ease;
  -o-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
}

.TopFirstNav__link:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .TopFirstNav__link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    max-width: 25%;
    padding: 10px 20px;
  }
}
.TopFirstNav__li {
  padding: 0 0 10px 0;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.TopFirstNav__linkTitle {
  margin: 0 0 0 0;
  line-height: 1.3;
  font-weight: 600;
  color: #444;
}

@media (min-width: 1024px) {
  .TopFirstNav__linkTitle {
    letter-spacing: 1px;
  }
}
/* スマホ用css 2021/04/14 追加分▼ */
.TopFirstNav__ul_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
}

.TopFirstNav__icon_sp {
  width: 60%;
  margin: 0 auto;
  padding: 15px 0;
}

.TopFirstNav__icon_sp img {
  max-height: 39px;
}

.TopFirstNav__linkTitle_sp {
  margin: 0 0 0 0;
  line-height: 1.3;
  font-weight: 600;
  color: #444;
  font-size: 0.8em;
}

.TopFirstContact {
  background: #fff;
  padding: 0;
  text-align: center;
}

.TopFirstContact__contents {
  margin-bottom: 15px;
}

.TopFirstContact__title {
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  color: #666;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
}

.TopFirstContact__text {
  font-size: 0.84em;
  line-height: 1.9;
}

.TopFirstContact__link {
  display: block;
  background: #315fb2;
  width: 70%;
  margin: 0 auto;
  padding: 15px;
  border-radius: 50px;
}

.TopFirstContact__linkText {
  color: #fff;
  font-size: 0.9em;
}

/* 2021-04-14変更点 k ▲*/
.TopBanner {
  margin: 30px 10px;
  background: #fff;
  padding: 15px 10px;
  border-radius: 20px;
}

@media (min-width: 1024px) {
  .TopBanner {
    margin: 30px auto;
  }
}
.TopBanner__title {
  text-align: center;
  font-size: 16px;
  margin: 0;
}

@media (min-width: 1024px) {
  .TopBanner__title {
    font-size: 24px;
  }
}
.TopBanner__titleIcon {
  font-size: 18px;
  color: #6D70B3;
  margin-right: 5px;
}

.TopBanner__li {
  padding: 10px;
}

@media (min-width: 1024px) {
  .TopBanner__ul {
    display: block;
    padding: 0 10px;
    text-align: center;
  }

  .TopBanner__li {
    display: inline-block;
    padding: 0;
    margin: 0 10px;
    width: calc(50% - 30px);
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .TopNews__summaryWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.TopNews__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0;
  padding: 10px 10px;
  background: #fff;
  border-radius: 8px;
}

@media (min-width: 1024px) {
  .TopNews__summary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.25%;
            flex: 0 0 49.25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 0;
  }
}
.TopNews__summaryImgWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
}

.TopNews__summaryImg {
  border-radius: 10px;
}

.TopNews__summaryTitleWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
  padding: 0 0 0 10px;
}

@media (min-width: 1024px) {
  .TopNews__summaryImgWrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
  }

  .TopNews__summaryTitleWrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
  }
}
.TopNews__date {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #527AB8;
  margin: 0px 0 5px 0;
}

.TopNews__summaryTitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

.TopNews__summaryText {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  margin: 5px 0 0 0;
}

@media (min-width: 1024px) {
  .TopNews__date {
    font-size: 16px;
  }

  .TopNews__summaryTitle {
    font-size: 28px;
    line-height: 1.4;
  }

  .TopNews__summaryText {
    font-size: 14px;
    color: #888;
  }
}
.label-new {
  color: #fff;
}

.TopService {
  background: #fff;
  padding: 0px 10px 30px 10px;
}

.TopService__title {
  text-align: center;
  font-size: 16px;
  margin: 0 -10px 10px -10px;
  padding: 15px 0;
  background: #315FB2;
  color: #fff;
}

@media (min-width: 1024px) {
  .TopService__title {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.TopService__icon {
  margin-right: 10px;
}

.TopService__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  .TopService__ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.TopService__li {
  background: #fff;
  padding: 5px;
}

@media (min-width: 1024px) {
  .TopService__li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
  }
}
.TopService__img {
  display: block;
  margin: 0px auto;
}

/* ------------------------------　　TOPだけのフッター------------------------------ */
.TopFooter {
  background: #194A84;
  padding: 30px 10px 30px 10px;
}

.TopFooter__title {
  text-align: center;
  font-size: 16px;
  margin: 0 -10px 10px -10px;
  padding: 15px 0;
  background: #315FB2;
  color: #fff;
}

@media (min-width: 1024px) {
  .TopFooter__title {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.TopFooter__icon {
  margin-right: 10px;
}

.TopFooter__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  .TopFooter__ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.TopFooter__li {
  padding: 5px;
}

@media (min-width: 1024px) {
  .TopFooter__li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
  }
}
.TopFooter__img {
  display: block;
  margin: 0px auto;
}

/* ------------------------------
　　エントリー　entry
------------------------------ */
.acms-page-header {
  border-bottom: none;
}

.acms-page-header .entry-title {
  font-size: 6.38vw;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .acms-page-header .entry-title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
p.entryInfo {
  margin-top: 5px;
  font-size: 0.875rem;
}

/* 見出しh系要素 ▼▼▼*/
@media (max-width: 767px) {
  .entry-column h2, .entry-column h3, .entry-column h4 {
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .customSectionWrap {
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.entry-column h2 {
  padding: 0.6em 10px;
  font-size: 1.125rem;
  letter-spacing: 1px;
  border-left: none;
  color: #222;
  background-size: 4px 4px;
  font-weight: 700;
}

.fontJumpRatio_s .entry-column h2 {
  font-size: 1.0625rem;
}

.fontJumpRatio_l .entry-column h2 {
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .entry-column h2 {
    background-size: 6px 6px;
  }
}
.entry-column h2.bgColor {
  color: #fff;
  border-bottom: none;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.entry-column h2.bgNone {
  font-weight: 700;
  color: #333;
  border-bottom: none;
  background: none;
}

@media (min-width: 768px) {
  .entry-column h2 {
    font-size: 1.5rem;
  }

  .fontJumpRatio_s .entry-column h2 {
    font-size: 1.25rem;
  }

  .fontJumpRatio_l .entry-column h2 {
    font-size: 2rem;
  }

  .entry-column h2.bgNone {
    padding-left: 0;
    padding-right: 0;
  }
}
.entry-column h3 {
  padding: 0.2em 10px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  background: #fff;
}

.fontJumpRatio_s .entry-column h3 {
  font-size: 1rem;
}

.fontJumpRatio_l .entry-column h3 {
  font-size: 1.375rem;
}

.entry-column h3.bgColor {
  color: #fff;
  border-bottom: none;
  background-size: 4px 4px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  padding: 0.6em 0 0.6em 10px;
}

@media (min-width: 768px) {
  .entry-column h3.bgColor {
    background-size: 4px 4px;
  }
}
.entry-column h3.bgNone {
  font-weight: 700;
  padding: 0.6em 0 0.6em 10px;
  border-bottom: none;
  color: #333;
  background: none;
}

@media (min-width: 768px) {
  .entry-column h3 {
    font-size: 1.25rem;
  }

  .fontJumpRatio_s .entry-column h3 {
    font-size: 1.125rem;
  }

  .fontJumpRatio_l .entry-column h3 {
    font-size: 1.5rem;
  }

  .entry-column h3.bgNone {
    padding-left: 0;
    padding-right: 0;
  }
}
.entry-column h4 {
  padding: 0.5em 10px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  background-color: #fff;
  display: inline-block;
}

.fontJumpRatio_s .entry-column h4 {
  font-size: 0.9375rem;
}

.fontJumpRatio_l .entry-column h4 {
  font-size: 1.0625rem;
}

.entry-column h4.bgColor {
  color: #000;
  border-top: none;
  border-bottom: none;
}

.entry-column h4.bgNone {
  font-weight: 700;
  border-top: none;
  border-bottom: none;
  color: #333;
  background: none;
}

@media (min-width: 768px) {
  .entry-column h4 {
    font-size: 1.125rem;
  }

  .fontJumpRatio_s .entry-column h4 {
    font-size: 1rem;
  }

  .fontJumpRatio_l .entry-column h4 {
    font-size: 1.25rem;
  }
}
/* 見出しh系要素 ▲▲▲*/
.entry-column p {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .entry-column p {
    font-size: 1.125rem;
    letter-spacing: 0.0625rem;
    line-height: 1.9;
    color: #555;
  }
}
/* エントリーのリスト */
.entry-column ul {
  padding-left: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .entry-column ul {
    margin-left: 1rem;
  }
}
.entry-column ul li:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: relative;
  top: -4px;
  margin-right: 10px;
}

.entry-column ul li {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0.6rem;
}

@media (min-width: 1024px) {
  .entry-column ul li, .entry-column ol li {
    font-size: 1.125rem;
  }
}
.entry-column li.summaryCustomEntryWrap:before {
  content: none;
}

/* エントリーの番号付きリスト */
.entry-column ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 1rem;
  margin-left: 1rem;
}

.entry-column ol ol {
  padding-left: 1em;
}

.entry-column ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.entry-column ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: 700;
}

/* シリアルナビ */
.serial-nav a {
  padding: 10px 0 10px 10px;
  -webkit-transition: all 400ms 0s ease;
  -o-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
}

.serial-nav a .acms-icon-arrow-small-right {
  float: right;
  margin-top: -30px;
  font-size: 16px;
}

.serial-nav span {
  display: block;
  font-weight: 700;
  font-size: 13px;
}

.serial-nav span.linkName {
  font-size: 14px;
  line-height: 1.3;
  margin-right: 26px;
}

.serial-nav span.linkName.linkNameIndex {
  margin-right: 0;
}

.serial-nav .nextLink {
  border-top: 1px solid #e5e5e5;
}

.serial-nav .upperLink {
  margin-top: 15px;
  text-align: center;
  border-bottom: none;
}

.serial-nav .upperLink a, .serial-nav .upperLink a:visited {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid #bbb;
  border-radius: 20px;
  -webkit-transition: all 400ms 0s ease;
  -o-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.serial-nav .upperLink .linkName {
  color: #333;
  display: inline;
}

.serial-nav .upperLink .acms-icon-sort {
  display: inline;
  font-size: 20px;
  vertical-align: top;
}

.linkNotFound {
  display: none;
}

@media screen and (min-width: 768px) {
  .serial-nav {
    margin-bottom: 10px;
  }

  .serial-nav li {
    display: block;
    float: right;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    padding: 10px;
  }

  .serial-nav li a {
    display: block;
    background: rgba(0, 0, 0, 0.06);
    padding: 15px;
  }

  .serial-nav li a:hover {
    text-decoration: none;
  }

  .serial-nav .nextLink {
    text-align: right;
    border: none;
  }

  .serial-nav a .acms-icon-arrow-small-right {
    display: none;
  }

  .serial-nav .upperLink {
    float: none;
    margin: 0 auto;
  }

  .linkNotFound {
    display: block;
    background: rgba(0, 0, 0, 0.06);
    height: 100%;
  }
}
/* ▼▼▼動的フォーム */
table.dynamicForm {
  background: rgba(0, 0, 0, 0.025);
}

.label-required {
  display: inline-block;
}

#entryform .dynamicFormWrap {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 1024px) {
  #entryform .dynamicForm {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#entryform .dynamicForm .acms-admin-grid {
  margin: 0 15px;
}

#entryform .dynamicForm table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#entryform .dynamicForm th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#entryform .dynamicForm td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 5px 15px 5px;
}

@media (min-width: 1024px) {
  #entryform .dynamicForm th {
    width: 30%;
  }

  #entryform .dynamicForm td {
    width: 70%;
  }

  #entryform .dynamicForm td {
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  #entryform .dynamicForm th, #entryform .dynamicForm td {
    display: block;
  }
}
.dynamicForm select, .dynamicForm .error-text {
  font-size: 14px;
}

.form-btn-box {
  margin: 0;
}

.form-btn-return {
  margin-top: 10px;
}

/* ▲▲▲動的フォーム */
/* ▲▲▲エントリー詳細 */
.label-category {
  background: #cacaca;
}

.custom_youtube iframe {
  width: 100%;
}

/* ------------------------------
　　サマリー・一覧　index
------------------------------ */
.summaryEntryTitle {
  margin: 5px auto;
  line-height: 1.3;
}

.summaryEntryTitle.xlarge {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .summaryEntryTitle.xlarge {
    font-size: 1.75rem;
  }
}
.summaryEntryTitle.large {
  font-size: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .summaryEntryTitle.large {
    font-size: 1.5rem;
  }
}
.summaryEntryTitle.medium {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .summaryEntryTitle.medium {
    font-size: 1.25rem;
  }
}
.summaryEntryTitle.mini {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .summaryEntryTitle.mini {
    font-size: 1rem;
  }
}
.photo .maru {
  border-radius: 1rem;
}

.photo .maruL {
  border-radius: 2.5rem;
}

.photo .circle {
  border-radius: 50%;
}

.summaryEntryTitle a:link, .summaryEntryTitle a:visited {
  color: #333;
  text-decoration: none;
}

.entry-column p.summaryEntryTitle {
  margin-bottom: 0;
  line-height: 1.3;
}

.entry-column ul.summary-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

@media (max-width: 1023px) {
  ul.summary-custom, .cfFilterWrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.description {
  color: #666;
  font-size: 0.8125rem;
}

@media (min-width: 768px) {
  .description {
    color: #777;
    font-size: 0.875rem;
  }
}
.summaryCustomEntryWrap, .entry-column ul li.summaryCustomEntryWrap {
  padding: 0 0.3rem 0.6rem 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .acms-entry li.summaryCustomEntryWrap, li.summaryCustomEntryWrap {
    padding: 0 0.5rem 1rem 0.5rem;
  }
}
.summary-custom-entry {
  height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
}

.summary-custom-entry.translucent {
  background: rgba(255, 255, 255, 0.6);
}

.borderShowLeft .summary-custom-entry {
  border-top: none;
}

.borderShowAll .summary-custom-entry {
  border-radius: 2.2%;
}

.borderShowNone .summary-custom-entry {
  border-top: none;
}

.summary-custom-entry.imgLayoutRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.summary-custom-entry.imgLayoutRow .photo {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  margin-right: 10px;
}

.summary-custom-entry.imgLayoutRow .labelTextWrap {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.summary-custom {
  border-left: none;
  padding-top: 18px;
}

/* カテゴリーの動線・案内 */
.indexGuideWrap {
  text-align: center;
  margin: 1rem auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .indexGuideWrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.indexGuide .linkBtn {
  margin-bottom: 0;
}

.indexGuide p {
  padding: 0.5em;
  margin: 0;
}

.indexGuideImgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .indexGuideImgWrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.indexGuideImgWrap {
  line-height: 0;
}

.indexGuideImgWrap [class*=acms-col] {
  padding-left: 0;
  padding-right: 0;
}

.indexGuideImg a {
  display: inline-block;
}

.indexGuideWrap .guideText {
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.5rem 0 0.5rem 0;
}

.indexGuide a.linkOff {
  pointer-events: none;
}

a.linkOff .acms-icon-arrow-small-right {
  display: none;
}

.cfFilterWrap {
  background: rgba(0, 0, 0, 0.05);
}

nav.cfFilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
}

nav.cfFilter ul a {
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 5px 0.8125rem;
  color: #fff;
  border-radius: 10px;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
}

.cfFilterWrap label.filterName {
  text-align: center;
  display: block;
  padding: 0.25em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
}

label.entryFieldFilter {
  font-size: 0.625rem;
  padding: 0.2em 1em;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 5px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  label.entryFieldFilter {
    font-size: 0.8125rem;
  }
}
label.entryFieldFilter.none-, .entryInfo span.none- {
  display: none;
}

p.filter-description {
  background: rgba(0, 0, 0, 0.05);
  padding: 0.5em;
}

.summaryCustomEntryWrap .labelWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

time.summaryDate {
  font-size: 0.625rem;
  float: left;
  margin-right: 1rem;
  margin-top: 3px;
  background: #eee;
  padding: 0.4em 0.8em;
  border-radius: 0.5em;
  display: block;
  color: #333;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 1024px) {
  time.summaryDate {
    font-size: 0.8125rem;
  }
}
time.summaryDate, time.summaryDate.no_date {
  display: none;
}

time.summaryDate.show_date {
  display: block;
}

.entry-column ul li.summaryCustomEntryWrap.show_date, .acms-entry li.summaryCustomEntryWrap.show_date {
  padding: 0 0.3rem 0rem 0.3rem;
  margin-bottom: 0;
}

.summaryCustomEntryWrap.show_date .summary-custom-entry {
  border-top: none;
}

/* ▲▲▲一覧 */
/* よくあるご質問 お葬式に関するご質問 */
.categoryListFaq-ceremony_wrap {
  margin-top: 10px;
}

.categoryListFaq-qa-price {
  float: left;
  width: 45%;
  margin-right: 15px;
}

.categoryListFaq-qa-flow {
  width: 45%;
  margin-left: 2px !important;
  float: left;
  margin-bottom: 15px;
}

.categoryListFaq-qa-plan {
  width: 45%;
  margin-bottom: 10px;
  margin-right: 15px;
  float: left;
}

.categoryListFaq-qa-search {
  float: left;
  width: 45%;
  margin-left: 2px !important;
  margin-bottom: 15px;
}

.categoryListFaq-qa-other {
  clear: both;
  width: 45%;
  float: left;
  margin-bottom: 50px;
}

.categoryList-qa-mc {
  clear: both;
}

.Category__qa-ceremony .module-header {
  clear: both;
}

/* よくあるご質問 お葬式に関するご質問 スマホ */
@media screen and (max-width: 480px) {
  .categoryListFaq-qa-price {
    float: unset;
    width: 100%;
    margin-left: 2px !important;
  }

  .categoryListFaq-qa-flow {
    width: 100%;
    float: unset;
  }

  .categoryListFaq-qa-plan {
    width: 100%;
    margin-left: 2px !important;
    float: unset;
  }

  .categoryListFaq-qa-search {
    float: unset;
    width: 100%;
    margin-bottom: 0;
  }

  .categoryListFaq-qa-other {
    width: 100%;
    margin-left: 2px !important;
    float: unset;
  }
}
/* 会社案内　採用情報 */
.categoryList-recruit_wrap {
  margin-bottom: 20px !important;
}

.categoryList-recruit-information {
  width: 45%;
  float: left;
  margin-right: 50px !important;
  margin-left: 9px;
}

.categoryList-struggle {
  width: 45%;
  float: left;
  margin-bottom: 50px;
}

.categoryList-fca_school {
  clear: both;
}

.indexGuideWrap {
  clear: both;
}

@media screen and (max-width: 480px) {
  .categoryList-recruit_wrap {
    margin-bottom: 10px !important;
  }

  .categoryList-recruit-information {
    width: 95vw;
    float: unset;
  }

  .categoryList-struggle {
    width: 95vw;
    float: unset;
    margin-bottom: 50px;
  }
}
#category_list-category_list {
  clear: both;
}

@media screen and (min-width: 480px) {
  .acms-col-md-12.sub {
    clear: both;
  }
}
.cell_background_red {
  color: #fff !important;
  background: #f00;
}

.cell_background_blue {
  color: #fff !important;
  background: #4b4be8;
}

.cell_background_yellow {
  background: #ff0;
}

.cell_background_gray {
  background: #ccc;
}

/* ------------------------------　　
	トップバナー
------------------------------ */
#top .banner_img_outer{
  display: block;
  position: relative;
}
#top .banner_text:link, #top .banner_text:visited,#top .banner_text{
  color: #fff;
}
#top .banner_text{
  text-shadow: #000 1px 0 10px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 480px){
  /* .banner_text{
    width: 200px;
  } */
}


/* 公式ブログ・SNSバナー */
.entry-column .business_area{
  padding-bottom: 2vw !important;
}

.business_area.sns_areaWrap h2{
  padding-left: 1rem;
  margin-bottom: 0;
}

.business_area.sns_areaWrap .blog_content{
  display: flex;
  padding-right: 5.6vw;
}
.business_area.sns_areaWrap .blog_content .column-module{
  width: 57%;
}
.business_area.sns_areaWrap .blog_content .sns_content{
  width: 40%;
  margin-right: 0;
  padding-right: 0;
  margin-top: 8.5vh;
}
.business_area.sns_areaWrap .blog_content .sns_content .column-module{
  margin-right: 0;
  width: 100%;
}
#top .top_banner_blogWrap{
  padding-right: 0;
  padding-left: 0;
}



#top .blogWrap .top_banner_blogWrap{
  padding-left: 0;
}
#top .top_banner_blog{
  /* width: 43.5%; */
  width: 50%;
  padding: 0;
}
#top .top_banner_blog:nth-child(1){
  padding-right: 5px;
  padding-left: 5px;
}
#top .top_banner_blog:nth-child(2){
  padding-left: 5px;
}
/* SNSバナー */
/* sns外枠 */
#top .top_banner_snsWrap{
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}
/* snsリスト設定 */
#top .top_banner_sns{
  width: 8.8rem;
}
/* snsリンク設定 */
#top .top_banner_snsLink{
  color: #333 !important;
  border: 1px solid #333;
  display: block;
  padding: 8px 17px;
  border-radius: 50px;
  text-decoration: none !important;
}
#top .top_banner_snsLink:link, .top_banner_snsLink:visited{
  color: #333 !important;
  text-decoration: none !important;
}
#top .top_banner_snsLink:hover{
  opacity: .5;
}
/* sns要素内枠 */
#top .top_banner_snsInnerWrap{
  display: flex;
}
/* snsアイコン */
#top .top_banner_snsImg{
  width: 40px;
}
/* snsテキスト */
#top .top_banner_snsText{
  line-height: 40px;
  padding-left: 10px;
}
/* snsスマホ設定 */
@media screen and (max-width: 480px){
  #top .top_banner_sns{
    margin: 0 auto !important;
  }
}

/* エントリーの管理画面 */
.Category__top .js-acms_layout_contents.js-acms_layout_module_box .acms-list-nostyle.acms-grid li .banner_text{
  position: unset !important;
  transform: unset !important;
}
.acms-admin-layout-module-edit-inner .acms-list-nostyle li .banner_text{
  position: unset !important;
  transform: unset !important;
}
.snsBanner_title{
  font-family: 'Shippori Mincho', serif !important;
}



@media screen and (min-width:768px) and ( max-width:1023px) {
  #top .top_banner_blogWrap{
    padding-left: 20px;
  }
  .business_area.sns_areaWrap .blog_content .column-module{
    width: 57.5%;
  }
  .business_area.sns_areaWrap .blog_content .sns_content{
    margin-left: 10px;
    margin-top: 0;
    padding-top: 0;
  }
}



@media screen and (max-width: 767px){
  .entry-column .business_area.sns_areaWrap{
    padding-top: 10vw;
  }
  .business_area.sns_areaWrap h2{
    padding-bottom: 0;
  }
  .business_area.sns_areaWrap .blog_content{
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .business_area.sns_areaWrap .blog_content .sns_content{
    width: 100%;
  }
  .business_area.sns_areaWrap .blog_content .column-module{
    width: 100%;
  }
  .business_area.sns_areaWrap .blog_content .sns_content{
    margin: 0 auto;
  }
  #top .top_banner_blog{
    width: 100%;
    padding: 5px;
    margin-bottom: 3vw;
  }

  .sns_content{
    padding-top: 0;
  }
  #top .top_banner_sns{
    width: fit-content;
  }
  #top .top_banner_snsLink{
    padding: 10px;
  }

  #top .top_banner_snsWrap{
    display: flex;
  }
    /* snsアイコン */
  #top .top_banner_snsImg{
    width: 20px;
    
  }
  /* snsテキスト */
  #top .top_banner_snsText{
    line-height: 20px;
    padding-left: 5px;
  }
}