@charset "UTF-8";
@import url("font.css");

/* ===============================
reset
=============================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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: 16px;
  font-size: 1rem;
  line-height: 1.6;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dddddd;
  margin: 1rem 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ===============================
setting
=============================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.828571;
  color: #332424;
  background-color: #eeece8;
}

h2,
.h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (max-width: 1023px) {
  h2,
  .h2 {
  font-size: 32px;
  font-size: 2rem;
}
}

h3,
.h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  h3,
  .h3 {
  font-size: 26px;
  font-size: 1.625rem;
}
}

a {
  color: #332424;
  text-decoration: none;
}
a:hover,
a.btn-link:hover,
a.btn-white:hover,
a.btn-back:hover {
  color: #bf1139;
}

a.btn-red:hover,
a.btn-black:hover {
  color: #ffffff;
}

a img:hover {
  opacity: 0.8;
}

ul,
ol,
li {
  list-style: none;
}

table {
  border: 1px solid #dddddd;
}

th,
td {
  border: 1px solid #dddddd;
}

img {
  vertical-align: bottom;
}

/* ===============================
ユーティリティ
=============================== */
/* コンテンツ用の余白
------------------------------- */
@media (max-width: 1023px) {
  .gutter {
  padding-left: 30px;
  padding-right: 30px;
}
}

/* ボーダーなし
------------------------------- */
.border-none {
  border: none !important;
}

/* リスト記号
------------------------------- */
.li-disc,
.li-disc > li {
  list-style-type: disc;
  margin-left: 10px;
}
@media (max-width: 1023px) {
  .li-disc,
  .li-disc > li {
  margin-left: 20px;
}
}

.li-decimal,
.li-decimal > li {
  list-style-type: decimal;
  margin-left: 10px;
}
@media (max-width: 1023px) {
  .li-decimal,
  .li-decimal > li {
  margin-left: 20px;
}
}

.li-none,
.li-none li {
  list-style-type: none;
}

/* 画像幅100%
------------------------------- */
.max-w-full {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* 文字色
------------------------------- */
.text-red {
  color: #bf1139;
}

.text-white {
  color: #ffffff;
}

.text-brown {
  color: #332424;
}

.text-beige {
  color: #eeece8;
}

.text-gray {
  color: #dddddd;
}

.text-light-gray {
  color: #eeeeee;
}

/* 背景色
------------------------------- */
.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #ffffff;
}

.bg-brown {
  background-color: #332424;
}

.bg-beige {
  background-color: #eeece8;
}

.bg-gray {
  background-color: #dddddd;
}

.bg-light-gray {
  background-color: #eeeeee;
}

/* PCでのみ表示
------------------------------- */
.pc-block {
  display: block !important;
}

.pc-inline-block {
  display: inline-block !important;
}

.pc-inline {
  display: inline !important;
}

@media (max-width: 1023px) {
  .pc-block {
  display: none !important;
}

.pc-inline-block {
  display: none !important;
}

.pc-inline {
  display: none !important;
}
}
/* PCでのみ非表示
------------------------------- */
@media (min-width: 1024px) {
  .pc-none {
  display: none !important;
}
}

/* SPでのみ表示
------------------------------- */
.sp-block {
  display: block !important;
}

.sp-inline-block {
  display: inline-block !important;
}

.sp-inline {
  display: inline !important;
}

@media (min-width: 1024px) {
  .sp-block {
  display: none !important;
}

.sp-inline-block {
  display: none !important;
}

.sp-inline {
  display: none !important;
}
}
/* SPでのみ非表示
------------------------------- */
@media (max-width: 1023px) {
  .sp-none {
  display: none !important;
}
}

/* 色付きカウンター
------------------------------- */
.counter {
  display: inline-block;
  border-radius: 10px;
  color: #ffffff;
  padding: 1px 6px;
  margin-left: 10px;
  vertical-align: 2px;
  font-size: 10px;
  font-size: 0.625rem;
}
@media (max-width: 1023px) {
  .counter {
  font-size: 16px;
  font-size: 1rem;
}
}

.counter-pink {
  background: #d887a2;
}

.counter-red {
  background: #bf3232;
}

.counter-green {
  background: #497253;
}

.counter-blue {
  background: #465384;
}

/* ボタン
------------------------------- */
/* 基本 */
.btn {
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
  padding: 16px 48px;
  display: inline-block;
  text-align: center;
  line-height:2;
}
@media (max-width: 1023px) {
  .btn {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 20px 44px;
}
}

/* ボタン大 */
.btn-lg {
  padding: 27px 50px;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .btn-lg {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 22px;
  width: 100%;
}
}

/* ボタン中央揃え */
.btn-center {
  text-align: center;
}

/* ボタン全幅 */
.btn-block {
  display: block;
  width: 100%;
}

/* 黒ボタン（SPの時は茶色）*/
.btn-black {
  color: #ffffff;
  background: #000000;
}
.btn-black:hover {
  background: #bf1139 !important;
}
@media (max-width: 1023px) {
  .btn-black {
  background: #281f1d;
}
}

/* 赤ボタン */
.btn-red {
  color: #ffffff;
  background: #bf1139;
}
.btn-red:hover {
  background: #332424;
}

/* 茶色ボタン */
.btn-brown {
  color: #ffffff;
  background: #332424;
}

/* 複数のボタンをまとめる */
.btn-group {
  display: flex;
  justify-content: center;
}
.btn-group .btn {
  margin-right: 20px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .btn-group {
  flex-direction: column;
}
.btn-group .btn {
  margin-right: 0;
  margin-bottom: 22px;
}
.btn-group .btn:last-child {
  margin-bottom: 0;
}
}

/* 白ボタン */
.btn-white {
  width: 100%;
  height: 64px;
  border: 2px solid #332424;
  padding: 16px;
  font-weight: bold;
  color: #332424;
  background: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 1023px) {
  .btn-white {
  width: 100%;
  height: 64px;
  border: 2px solid #332424;
  padding: 16px;
  font-weight: bold;
  color: #332424;
  background: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
}
}

/* 戻るボタン */
.btn-back {
  display: block;
  color: #332424;
  width: 402px;
  background: #ffffff;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-top: 60px;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 1023px) {
  .btn-back {
  width: 100%;
  padding: 32px;
  margin-top: 40px;
  font-size: 22px;
  font-size: 1.375rem;
}
}

.btn-group-reverse {
  text-align: center;
}
@media (max-width: 1023px) {
  .btn-group-reverse {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
}

/* フォーム　修正へ戻るボタン */
.btn-back-edit {
  color: #332424;
  background: #dddddd;
  padding: 20px 165px;
  margin-right: 30px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  .btn-back-edit {
  margin-left: auto;
  margin-right: auto;
  order: 2;
  width: 80%;
  padding: 26px 80px;
  font-size: 26px;
  font-size: 1.625rem;
}
}

/* フォーム　確認画面へボタン */
.btn-go-confirm {
  color: #ffffff;
  background: #bf1139;
  padding: 20px 165px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  .btn-go-confirm {
  width: 100%;
  padding: 26px 80px;
  font-size: 26px;
  font-size: 1.625rem;
}
}

/* フォーム　送信ボタン */
.btn-submit {
  color: #ffffff;
  background: #bf1139;
  padding: 20px 165px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  .btn-submit {
  width: 100%;
  margin-bottom: 15px;
  order: 1;
  padding: 26px 80px;
  font-size: 26px;
  font-size: 1.625rem;
}
}

/* フォーム　ホームへ戻るボタン */
.btn-back-home {
  color: #332424;
  background: #dddddd;
  padding: 20px 135px;
  margin-right: 30px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  .btn-back-home {
  margin-left: auto;
  margin-right: auto;
  order: 2;
  width: 100%;
  padding: 26px 80px;
  font-size: 26px;
  font-size: 1.625rem;
}
}

/* 検索結果のリスト表示と地図表示を切り替えるボタン */
.btn-search-order {
  text-align: left;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px 20px 20px 40px;
  background: url("../image/common-arrow-md-icon.png") no-repeat left 20px center;
}
@media (max-width: 1023px) {
  .btn-search-order {
  width: 100%;
  border: 2px solid #eeeeee;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 20px 40px 20px 20px;
  background: url("../image/sp/common-arrow-icon.png") no-repeat right 20px center;
}
}

/* リンク先に遷移するボタン */
.btn-link {
  text-align: left;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-size: 0.875rem;
  padidng: 20px 40px 20px 20px;
  font-weight: bold;
  background: url("../image/common-arrow-md-icon.png") no-repeat left 20px center;
}
@media (max-width: 1023px) {
  .btn-link {
  width: 100%;
  border: 2px solid #eeeeee;
  font-size: 22px;
  font-size: 1.375rem;
  padidng: 20px 40px 20px 20px;
  font-weight: normal;
  background: url("../image/sp/common-arrow-icon.png") no-repeat right 20px center;
}
}

/* 小さな注意書き
------------------------------- */
.attention {
  font-size: 12px;
  font-size: 0.75rem;
  color: #585050;
}
.attention2 {
  font-size: 11px;
  font-size: 0.6rem;
  text-indent:-1em;
  padding:0.5em 0 0 1em;
}
@media (max-width: 1023px) {
  .attention {
  font-size: 20px;
  font-size: 1.25rem;
}
.attention2 {
  font-size: 14px;
  font-size: 0.8rem;
}
}

/* 必須項目
------------------------------- */
.required {
  color: #bf1139;
}
select.required,
textarea.required,
.required p {
  color: #585050;
}

/* アラート
------------------------------- */
/* 基本 */
.alert {
  width: 100%;
  height: auto;
  color: #332424;
  background: #eeeeee;
  padding: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .alert {
  padding: 22px;
  font-size: 20px;
  font-size: 1.25rem;
}
}

.alert-info {
  color: #bf1139;
  background: rgba(191, 17, 57, 0.1);
  font-weight: bold;
  padding: 17px 20px;
}
@media (max-width: 1023px) {
  .alert-info {
  text-align: center;
  padding: 24px;
  font-size: 22px;
  font-size: 1.375rem;
}
}

.alert-info-shoplist {
  margin-top: 70px;
}

.shop-list-anker {
  padding-top: 20px;
  padding-right: 20px;
  font-weight: bold;
  display: block;
}

@media (max-width: 1023px) {
  .shop-list-anker {
    padding-top: 25px;
    padding-right: 20px;
    font-weight: bold;
  }
}

.alert-attention {
  padding: 15px 30px 15px 50px;
  background: rgba(191, 17, 57, 0.1) url("../image/common-alert-attention-icon.png") no-repeat left 14px top 15px;
}
@media (max-width: 1023px) {
  .alert-attention {
  padding: 22px 45px 22px 73px;
  background: rgba(191, 17, 57, 0.1) url("../image/sp/common-alert-attention-icon.png") no-repeat left 25px top 20px;
}
}

/* ボタン用虫眼鏡アイコン
------------------------------- */
.search-icon {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url("../image/common-search-icon.png") no-repeat left center;
}
@media (max-width: 1023px) {
  .search-icon {
  padding-left: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: url("../image/sp/common-search-icon.png") no-repeat center center;
}
}

/* ボタン用戻るアイコン
------------------------------- */
.back-icon {
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-right: 20px;
  background: url("../image/common-back-icon.png") no-repeat center center;
}
@media (max-width: 1023px) {
  .back-icon {
  width: 22px;
  height: 16px;
  margin-right: 19px;
  background: url("../image/sp/common-back-icon.png") no-repeat center center;
}
}

/* メニューリスト用矢印アイコン
------------------------------- */
.arrow-icon {
  display: inline-block;
  margin-right: 12px;
  width: 6px;
  height: 12px;
  background: url("../image/common-arrow-md-icon.png") no-repeat center center;
}
@media (max-width: 1023px) {
  .arrow-icon {
  width: 10px;
  height: 16px;
  margin-right: 16px;
  background: url("../image/sp/common-arrow-icon.png") no-repeat center center;
}
}

/* リンクのアイコン
------------------------------- */
.link-icon {
  display: inline-block;
  margin-left: 10px;
  width: 13px;
  height: 12px;
  background: url("../image/common-link-icon.png") no-repeat left bottom;
}
@media (max-width: 1023px) {
  .link-icon {
  width: 19px;
  height: 21px;
  margin-right: 16px;
  background: url("../image/sp/common-link-icon.png") no-repeat center center;
}
}

/* 三角にエクスクラメーションのアイコン
------------------------------- */
.triangle-info-icon {
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 18px;
  vertical-align: -2px;
  background: url("../image/common-triangle-info-icon.png") no-repeat left bottom;
}
@media (max-width: 1023px) {
  .triangle-info-icon {
  width: 43px;
  height: 34px;
  margin-right: 16px;
  vertical-align: -6px;
  background: url("../image/sp/common-triangle-info-icon.png") no-repeat center center;
}
}

/* ボタン用ホームアイコン
------------------------------- */
.home-icon {
  display: inline-block;
  margin-right: 12px;
  margin-top: 2px;
  width: 28px;
  height: 23px;
  vertical-align: -4px;
  background: url("../image/common-hsgw-home-icon.png") no-repeat left center;
}
@media (max-width: 1023px) {
  .home-icon {
  width: 36px;
  height: 30px;
  margin-right: 16px;
  vertical-align: -6px;
  background: url("../image/sp/common-hsgw-home-icon.png") no-repeat center center;
}
}

/* タグ
------------------------------- */
/* 基本 */
.tag {
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 1px 6px;
  border: 1px solid #dddddd;
  margin-bottom: 5px;
}
.tag2x {
  padding: 1px 40px;
}
@media (max-width: 1023px) {
  .tag {
  font-size: 16px;
  font-size: 1rem;
  padding: 2px 5px;
  border: 2px solid #dddddd;
  margin-bottom: 10px;
}
.tag2x {
  padding: 2px 40px;
}
}

.tag-red {
  color: #bf1139;
  border-color: #bf1139;
}

.tag-pink {
  color: #d887a2;
  border-color: #d887a2;
}

.tag-blue {
  color: #465384;
  border-color: #465384;
}

.tag-green {
  color: #497253;
  border-color: #497253;
}

.tag-minkan {
  color: #5e77ca;
  border-color: #5e77ca;
}

.tag-kouei {
  color: #00b050;
  border-color: #00b050;
}

.tag-jiin {
  color: #31859c;
  border-color: #31859c;
}

.tag-okunai {
  color: #66373a;
  border-color: #66373a;
}

.tag-noukotsu {
  color: #66373a;
  border-color: #66373a;
}

.tag-dark-red {
  color: #bf3232;
  border-color: #bf3232;
}

.tag-light-blue {
  color: #6b97d2;
  border-color: #6b97d2;
}

.tag-group {
  display: block;
}

.tag-recommend {
  color: #FFFFFF;
  background-color: #bf1139;
}

/* フォント
------------------------------- */
.text-serif {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.text-sans-serif {
  font-family: "MS PMincho", "MS 明朝", "ＭＳ Ｐ明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
}

.text-volkhov {
  font-family: "Volkhov", serif;
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearfix::after {
  content: "";
  display: none;
  clear: both;
}

/* スクリーンリーダ用 文字は非表示
------------------------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* マージン
------------------------------- */
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-0 {
  margin-left: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* パディング
------------------------------- */
.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

/* ===============================
フォームパーツ
=============================== */
/* 装飾解除 */
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="image"],
button,
textarea,
select,
option,
label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* IEでのプルダウン矢印非表示 */
select::-ms-expand {
  display: none;
}

/* テキストフィールド
------------------------------- */
input[type="text"],
input[type="email"] {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #332424;
  border-radius: 0;
  border: 1px solid #dddddd;
  height: 40px;
  padding: 0 16px;
}
@media (max-width: 1023px) {
  input[type="text"],
  input[type="email"] {
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
  height: 56px;
  width: 100%;
  padding: 0 16px;
}
}
input[type="text"].narrow {
  width: 145px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  input[type="text"].narrow {
  width: 180px;
}
}

/* テキストフィールド（小）
------------------------------- */
input[type="text"].form-sm {
  display: inline-block;
  width: 96px;
}
@media (max-width: 1023px) {
  input[type="text"].form-sm {
  width: 120px;
}
}

/* テキストエリア
------------------------------- */
textarea {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #332424;
  border-radius: 0;
  border: 1px solid #dddddd;
  height: 120px;
}
@media (max-width: 1023px) {
  textarea {
  height: 300px;
  font-size: 20px;
  font-size: 1.25rem;
}
}

/* プレイスホルダー
------------------------------- */
::placeholder {
  color: #989394;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  ::placeholder {
    font-size: 20px;
  font-size: 1.25rem;
}
}

/* ラベル
------------------------------- */
/* フォームのみ項目ごとの見出し */
.form-label {
  display: inline-block;
  width: 100px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .form-label {
  width: 80px;
  font-size: 22px;
  font-size: 1.375rem;
}
}

/* ラジオボタン
------------------------------- */
/* 通常のラジオボタンは非表示し、ラベル対応 */
input[type="radio"] {
  display: none;
}

label {
  /* 画像つきのラジオボタン デフォルト */
  /* 画像なしのラジオボタン デフォルト */
  /* 背景色つきのラジオボタン デフォルト */
}
label.radio-with-icon {
  font-weight: bold;
  color: #332424;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #dddddd;
  padding: 20px 20px 20px 50px;
  background: url("../image/common-no-checked-icon.png") no-repeat left 18px center;
}
@media (max-width: 1023px) {
  label.radio-with-icon {
  font-size: 22px;
  font-size: 1.375rem;
  border: 2px solid #dddddd;
  padding: 14px 14px 14px 63px;
  background: url("../image/common-no-checked-icon.png") no-repeat left 18px center;
}
}
label.radio-with-icon:hover {
  border-color: #bf1139;
}
label.radio-without-icon {
  font-weight: bold;
  color: #332424;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #332424;
  padding: 15px 20px;
  text-align: center;
}
@media (max-width: 1023px) {
  label.radio-without-icon {
  font-size: 22px;
  font-size: 1.375rem;
  border: 2px solid #332424;
  padding: 20px 25px;
  margin-bottom: 15px;
}
}
label.radio-without-icon:hover {
  border-color: #bf1139;
}
label.pretty-radio {
  color: #332424;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 15px 15px 50px;
  background: #f5f4f1 url("../image/common-no-checked-pretty-radio-icon.png") no-repeat left 15px center;
}
@media (max-width: 1023px) {
  label.pretty-radio {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 14px 14px 14px 63px;
  background: #f5f4f1 url("../image/common-no-checked-pretty-radio-icon.png") no-repeat left 18px center;
}
}

/* 画像ありのラジオボタン 選択時 */
input[type="radio"]:checked + .radio-with-icon {
  font-weight: bold;
  border-color: #bf1139;
  background-image: url("../image/common-checked-icon.png");
}
@media (max-width: 1023px) {
  input[type="radio"]:checked + .radio-with-icon {
    background-image: url("../image/sp/common-checked-icon.png");
}
}

/* 画像なしのラジオボタン 選択時 */
input[type="radio"]:checked + .radio-without-icon {
  border-color: #bf1139;
  color: #bf1139;
}

/* 背景画像つきのラジオボタン 選択時 */
input[type="radio"]:checked + .pretty-radio {
  background-image: url("../image/common-checked-pretty-radio-icon.png");
}
@media (max-width: 1023px) {
  input[type="radio"]:checked + .pretty-radio {
    background-image: url("../image/sp/common-checked-pretty-radio-icon.png");
}
}

/* チェックボックス
------------------------------- */
/* 通常のチェックボックスは非表示し、ラベル対応 */
input[type="checkbox"] {
  display: none;
}

label {
  /* 画像つきのチェックボックス デフォルト */
  /* 画像なしのチェックボックス デフォルト */
  /* 背景画像つきのチェックボックス デフォルト */
}
label.checkbox-with-icon {
  color: #332424;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #dddddd;
  padding: 18px 18px 18px 50px;
  background: url("../image/common-no-checked-icon.png") no-repeat left 18px center;
}
@media (max-width: 1023px) {
  label.checkbox-with-icon {
  font-size: 22px;
  font-size: 1.375rem;
  border: 2px solid #dddddd;
  padding: 12px 12px 12px 60px;
  background: url("../image/common-no-checked-icon.png") no-repeat left 18px center;
}
}
label.checkbox-with-icon:hover {
  border-color: #bf1139;
}
label.checkbox-without-icon {
  font-weight: bold;
  color: #332424;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #332424;
  padding: 15px 20px;
  text-align: center;
}
@media (max-width: 1023px) {
  label.checkbox-without-icon {
  font-size: 22px;
  font-size: 1.375rem;
  border: 2px solid #332424;
  padding: 20px 25px;
  margin-bottom: 15px;
}
}
label.checkbox-without-icon:hover {
  border-color: #bf1139;
}
label.pretty-checkbox {
  color: #332424;
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 15px 15px 45px;
  background: #f5f4f1 url("../image/common-no-checked-pretty-checkbox-icon.png") no-repeat left 18px center;
}
@media (max-width: 1023px) {
  label.pretty-checkbox {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 12px 12px 12px 60px;
  background: #f5f4f1 url("../image/common-no-checked-pretty-checkbox-icon.png") no-repeat left 18px center;
}
}

/* 画像ありのチェックボックス 選択時 */
input[type="checkbox"]:checked + .checkbox-with-icon {
  border-color: #bf1139;
  background-image: url("../image/common-checked-icon.png");
}
@media (max-width: 1023px) {
  input[type="checkbox"]:checked + .checkbox-with-icon {
    background-image: url("../image/sp/common-checked-icon.png");
}
}

/* 画像なしのチェックボックス 選択時 */
input[type="checkbox"]:checked + .checkbox-without-icon {
  border-color: #bf1139;
  color: #bf1139;
}

/* 背景画像つきのチェックボックス 選択時 */
input[type="checkbox"]:checked + .pretty-checkbox {
  background-image: url("../image/common-checked-pretty-checkbox-icon.png");
}
@media (max-width: 1023px) {
  input[type="checkbox"]:checked + .pretty-checkbox {
    background-image: url("../image/sp/common-checked-pretty-checkbox-icon.png");
}
}

/* セレクトボックス
------------------------------- */
select {
  color: #585050;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0;
  border: 1px solid #dddddd;
  height: 40px;
  padding: 0 43px 0 21px;
  background: #ffffff url("../image/common-dropdown-arrow-icon.png") no-repeat right 12px top 15px;
}
select::-ms-expand {
  display: none; /* IEのセレクトボックスの矢印を消す */
}
@media (max-width: 1023px) {
  select {
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
  height: 56px;
  width: 100%;
  padding: 0 60px 0 24px;
  background: #ffffff url("../image/sp/common-dropdown-arrow-icon.png") no-repeat right 27px top 24px;
}
}

/* エラーメッセージボックス
------------------------------- */
.error-msg {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  background: #df4a61 url("../image/common-form-error-msg-icon.png") no-repeat top 37px left 37px;
  padding: 37px 37px 37px 97px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .error-msg {
  font-size: 22px;
  font-size: 1.375rem;
  background: #df4a61 url("../image/sp/common-form-error-msg-icon.png") no-repeat top 28px center;
  padding: 115px 25px 25px 25px;
}
}

/* エラーカラー
------------------------------- */
.has-error,
.has-error input[type="text"],
.has-error textarea,
.has-error select {
  background-color: #f8e7eb;
  border-color: #f5c7ce;
}

.has-error ~ label.pretty-checkbox {
  background-color: #f8e7eb;
}

/* ===============================
レイアウト
=============================== */
header,
.breadcrumb,
.container,
main,
article,
aside,
.w-590,
.w-720,
.w-898,
.w-1066,
.w-1300,
.w-1536 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 1079px) {
  header,
  .breadcrumb,
  .container,
  main,
  article,
  aside,
  .w-590,
  .w-720,
  .w-898,
  .w-1066,
  .w-1300,
  .w-1536 {
  width: 1080px;
}
}
@media (max-width: 1023px) {
  header,
  .breadcrumb,
  .container,
  main,
  article,
  aside,
  .w-590,
  .w-720,
  .w-898,
  .w-1066,
  .w-1300,
  .w-1536 {
  width: 100%;
}
}

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /* 個別に幅を指定する max-width */
}
@media (max-width: 1079px) {
  .content-wrapper {
  width: 1080px;
}
}
@media (max-width: 1023px) {
  .content-wrapper {
  width: 100%;
}
}

/* メインコンテンツ
------------------------------- */
main {
  background: #efede9;
  min-height: 300px;
}

article {
  background: #ffffff;
  max-width: 1536px;
}

.aside {
  background: #ffffff;
}

/* SPでの表示の際、左右に余白をつくる
------------------------------- */
@media (max-width: 1023px) {
  .page-body {
  padding: 0 30px;
}
}

/* articleタグのすぐ下のバナーエリア
------------------------------- */
.bottom-ad-link {
  background: #ffffff;
  padding: 64px 64px 68px;
  border-top: 1px solid #dddddd;
  text-align: center;
}
@media (max-width: 1023px) {
  .bottom-ad-link {
  padding: 55px 55px 77px;
  border-top: 2px solid #dddddd;
}
}
.bottom-ad-link .img-box {
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .bottom-ad-link .img-box {
  margin-bottom: 15px;
}
}
.bottom-ad-link .img-box img {
  max-width: 100%;
}
@media (max-width: 1023px) {
  .bottom-ad-link .img-box img {
    max-width: 428px;
    width: 100%;
  }
}
.bottom-ad-link h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .bottom-ad-link h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
}
}
.bottom-ad-link p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .bottom-ad-link p {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
}
}

/* コンテンツ幅
------------------------------- */
.w-590 {
  max-width: 590px;
}

.w-720 {
  max-width: 720px;
}

.w-898 {
  max-width: 898px;
}

.w-1066 {
  max-width: 1066px;
}

.w-1300 {
  max-width: 1300px;
}

.w-1536 {
  max-width: 1536px;
}

/* カラムレイアウト
------------------------------- */
fieldset {
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-center {
  justify-content: center !important;
}

.col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.col-gutter-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.col-gutter-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.col-gutter-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.col-gutter-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.col-gutter-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.col-gutter-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.col-gutter-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.col-pc-1 {
  max-width: 100%;
  flex-basis: 100%;
}

.col-pc-2 {
  max-width: 50%;
  flex-basis: 50%;
}

.col-pc-3 {
  max-width: 33.333333%;
  flex-basis: 33.333333%;
}

.col-pc-4 {
  max-width: 25%;
  flex-basis: 25%;
}

.col-pc-5 {
  max-width: 20%;
  flex-basis: 20%;
}

@media (max-width: 1023px) {
  .col-sp-1 {
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 1023px) {
  .col-sp-2 {
    max-width: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 1023px) {
  .col-sp-3 {
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
}

@media (max-width: 1023px) {
  .col-sp-4 {
    max-width: 25%;
    flex-basis: 25%;
  }
}

@media (max-width: 1023px) {
  .col-sp-5 {
  max-width: 20%;
  flex-basis: 20%;
}
}

/* ===============================
ヘッダー
=============================== */
body {
  position: relative;
  padding-top: 125px;
}
@media (max-width: 1023px) {
  body {
  padding-top: 112px;
}
}

header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 333;
}

/* グローバルナビ上部 */
.gnav-above {
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #dddddd;
  padding-left: 80px;
  display: flex;
}
@media (max-width: 1023px) {
  .gnav-above {
  height: 112px;
  border-bottom: 2px solid #dddddd;
  padding-left: 30px;
}
}
.gnav-above .logo {
  margin: 15px auto 15px 0;
}
@media (max-width: 1023px) {
  .gnav-above .logo {
  margin: 25px auto 25px 0;
}
}
.gnav-above .logo a {
  display: block;
  width: 168px;
  height: 42px;
  background: url("../image/logo.jpg") no-repeat;
}
@media (max-width: 1023px) {
  .gnav-above .logo a {
  display: block;
  width: 243px;
  height: 60px;
  background: url("../image/sp/logo.jpg") no-repeat;
}
}
.gnav-above .gnav-above-doc-request-bnr {
  width: 204px;
  height: 72px;
}
@media (max-width: 1023px) {
  .gnav-above .gnav-above-doc-request-bnr {
  display: none;
}
}
.gnav-above .gnav-above-tel-contact-bnr {
  width: 296px;
  height: 72px;
}
@media (max-width: 1023px) {
  .gnav-above .gnav-above-tel-contact-bnr {
  display: none;
}
}

/* グローバルナビ */
.gnav {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  height: 53px;
  padding-left: 80px;
  padding-right: 80px;
  /* スマホ用メニュー・メニューボタン */
}
@media (max-width: 1023px) {
  .gnav {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  border-bottom: none;
  height: auto;
}
}
.gnav ul {
  display: flex;
}
@media (max-width: 1023px) {
  .gnav ul {
  flex-direction: column;
}
}
@media (max-width: 1023px) {
  .gnav ul li {
  width: 100%;
  background: url(../image/sp/menu-arrow.png) no-repeat right 29px center;
}
}
.gnav ul li:first-child a {
  margin-left: 0;
}
.gnav ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #332424;
  font-weight: bold;
  display: block;
  padding: 19px 0 17px;
  margin: 0 20px;
}
@media (max-width: 1023px) {
  .gnav ul li a {
  font-size: 26px;
  font-size: 1.625rem;
  padding: 32px 33px 30px;
  margin-left: 0;
  border-bottom: 2px solid #dddddd;
}
}
.gnav ul li a:hover, .gnav ul li a.active {
  color: #bf1139;
  border-bottom: 3px solid #bf1139;
}
@media (max-width: 1023px) {
  .gnav ul li a:hover, .gnav ul li a.active {
    color: #332424;
  border-bottom: 2px solid #dddddd;
}
}
.gnav .toggle-btn-label,
.gnav #toggle-btn {
  /* スマホ用メニューボタン */
  display: none;
}
.gnav .sp-bnr {
  /* スマホ用メニュー内バナー */
  display: none;
}
@media (max-width: 1023px) {
  .gnav .toggle-btn-label {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: -114px;
  right: 0;
  width: 112px;
  height: 112px;
  background: url("../image/sp/toggle-btn.jpg") no-repeat center center;
}
.gnav .menu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #ffffff;
  height: calc(100vh - 114px);
  overflow: scroll;
}
@keyframes show {
  from {
  opacity: 0;
}
to {
  opacity: 1;
}
}
.gnav #toggle-btn:checked ~ .toggle-btn-label {
  background: url("../image/sp/toggle-close-btn.jpg") no-repeat center center;
}
.gnav #toggle-btn ~ .menu {
  display: none;
}
.gnav #toggle-btn:checked ~ .menu {
  display: block;
  animation: show .3s;
}
.gnav .sp-bnr {
  display: block;
  padding-top: 61px;
  padding-bottom: 85px;
}
.gnav .sp-bnr .sp-bnr-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}
.gnav .sp-bnr .gnav-sp-tel-contact-bnr {
  margin: 0 auto 30px;
  width: 468px;
  height: 88px;
  background: url(../image/sp/gnav-sp-tel-contact-bnr.jpg) no-repeat;
}
.gnav .sp-bnr .gnav-sp-tel-contact-bnr a {
  display: block;
  width: 100%;
  height: 100%;
}
.gnav .sp-bnr .gnav-sp-doc-request-bnr {
  margin: 0 auto 63px;
  width: 468px;
  height: 88px;
  background: url(../image/sp/gnav-sp-doc-request-bnr.jpg) no-repeat;
}
.gnav .sp-bnr .gnav-sp-doc-request-bnr a {
  display: block;
  width: 100%;
  height: 100%;
}
.gnav .sp-bnr .gnav-sp-living-bnr {
  margin: 0 auto;
  width: 468px;
  height: 356px;
  background: url(../image/sp/gnav-sp-living-bnr.jpg) no-repeat;
}
.gnav .sp-bnr .gnav-sp-living-bnr a {
  display: block;
  width: 100%;
  height: 100%;
}
}

/* 大画面対応 */
@media (min-width: 1921px) {
  .gnav-above,
  .gnav {
  padding-left: 0px;
  padding-right: 0px;
}
}

/* ===============================
main-visual
=============================== */
.main-visual {
  width: 100vw;
  max-width: 100%;
  height: calc(100vh - 125px);
  position: relative;
  text-align: center;
}
@media (max-width: 1079px) {
  .main-visual {
  width: 1080px;
}
}
@media (max-width: 1023px) {
  .main-visual {
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
}
.main-visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:90%;
  max-width: 640px;
}
@media (max-width: 1023px) {
  .main-visual img {
  margin-top: -182px;
  margin-left: -300px;
}
}

.main-slider-pc .slick-dots {
  display: inline-block;
  bottom: 22px;
  width: auto;/*200512追加*/
  right: 20px;/*200512追加*/
  /*left: 47%;*/
}
.main-slider-pc .slick-dots li {
  margin-left: 1px;
  margin-right: 1px
}
.main-slider-pc .slick-dots li button:before {
  color: #646464;
  opacity: 1;
  font-size: 14px;
}
.main-slider-pc .slick-dots li.slick-active button:before {
  color: #bf1139;
  opacity: 1;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .main-slider-sp .slick-dots {
  display: inline-block;
  bottom: 57px;
  width: auto;/*200512追加*/
  right: 10px;/*200512追加*/
  /*left: 35.5%;*/
}
.main-slider-sp .slick-dots li {
  margin-left: 14px;
  margin-right: 14px
}
.main-slider-sp .slick-dots li button:before {
  color: #646464;
  opacity: 1;
  font-size: 30px;
}
.main-slider-sp .slick-dots li.slick-active button:before {
  color: #bf1139;
  opacity: 1;
  font-size: 30px;
}
}
.main-slider-sp .slide-img-sp {
  width: 100vw;
  max-width: 100%;
  height: auto;
  min-height: 90vh;
  position: relative;
  margin: 0;
  left: 0;
}
.main-slider-pc {
  width: 100vw;
  max-width: 100%;
  height: calc(100vh - 125px);
}
.main-slider-pc .slide-img-pc {
  width: 100vw;
  max-width: 100%;
  height: calc(100vh - 125px);
  margin: 0;
  left: 0;
}

.main-visual .scroll-txt {
  position: absolute;
  bottom: 71px;
  left: 0;
  right: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 1023px) {
  .main-visual .scroll-txt {
  display: inline-block;
  bottom: 102px;
}
}
.main-visual .scroll-bar {
  position: absolute;
  width: 1px;
  height: 56px;
  background: #ffffff;
  bottom: 0;
  left: 50%;
}
@media (max-width: 1023px) {
  .main-visual .scroll-bar {
  height: 82px;
}
}


/* ===============================
ページタイトル
=============================== */
@media (max-width: 1023px) {
  .page-body {
  padding-left: 30px;
  padding-right: 30px;
}
}

.page-top-div {
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .page-top-div {
    margin-top: 0px;
  }
}

.page-title-area {
  width: 100%;
}

.page-title {
  width: 100%;
  font-family: "MS PMincho", "MS 明朝", "ＭＳ Ｐ明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  font-size: 38px;
  font-size: 2.375rem;
}
@media (max-width: 1023px) {
  .page-title {
  font-size: 44px;
  font-size: 2.75rem;
}
}

/* 幅100%のページタイトル（背景白/赤文字） */
.page-title-area.without-img {
  background: #ffffff;
  padding: 20px 40px 10px;
  margin-bottom: 40px;
  text-align: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 1023px) {
  .page-title-area.without-img {
  padding: 35px 35px 40px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
}
}
.page-title-area.without-img .page-title,
.page-title-area.without-img .la-shop-category {
  color: #bf1139;
}
.page-title-area.without-img .la-shop-category {
  font-family: "MS PMincho", "MS 明朝", "ＭＳ Ｐ明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
}
.page-title-area.without-img .page-title-lead {
  color: #332424;
  font-weight: bold;
  padding-top: 10px;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 1023px) {
  .page-title-area.without-img .page-title-lead {
  font-size: 22px;
  font-size: 1.375rem;
}
}
.page-title-area.without-img .page-title-summary {
  font-size: 14px;
  font-size: 0.875rem;
  color: #332424;
  padding-top: 15px;
}
@media (max-width: 1023px) {
  .page-title-area.without-img .page-title-summary {
  padding-top: 14px;
  font-size: 20px;
  font-size: 1.25rem;
}
}

/* 背景画像つきページタイトル */
.page-title-area.with-img .page-title {
  color: #bf1139;
}
.page-title-area.with-img .page-title-img {
  width: 100%;
  height: 426px;
  background: #281f1d no-repeat center center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .page-title-area.with-img .page-title-img {
  height: 320px;
}
}
.page-title-area.with-img .page-title-wrapper {
  width: 898px;
  background: #ffffff;
  padding: 44px;
  text-align: center;
  margin-top: -130px;
  margin-bottom: 54px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .page-title-area.with-img .page-title-wrapper {
  width: auto;
  padding: 43px;
  margin-top: -100px;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
}
}
.page-title-area.with-img .page-title-lead {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  color: #332424;
  padding-top: 30px;
}
@media (max-width: 1023px) {
  .page-title-area.with-img .page-title-lead {
  padding-top: 30px;
  font-size: 24px;
  font-size: 1.5rem;
}
}
.page-title-area.with-img .page-title-summary {
  font-size: 14px;
  font-size: 0.875rem;
  color: #332424;
  padding-top: 15px;
}
@media (max-width: 1023px) {
  .page-title-area.with-img .page-title-summary {
  padding-top: 14px;
  font-size: 20px;
  font-size: 1.25rem;
}
}

/* 幅100%のページタイトル（商品） */
.page-title-area.for-products {
  padding: 40px;
  margin-bottom: 63px;
  text-align: center;
  background: #332424;
}
@media (max-width: 1023px) {
  .page-title-area.for-products {
  padding: 35px 35px 40px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
}
}
.page-title-area.for-products .page-title {
  display: inline-block;
  color: #ffffff;
  max-width: 1300px;
  text-align: left;
  padding-left: 740px;
  font-size: 32px;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .page-title-area.for-products .page-title {
  font-size: 40px;
  font-size: 2.5rem;
  width: 100%;
  padding-left: 0;
  text-align: center;
  margin-bottom: 40px;
}
}

/* 幅100%のページタイトル（霊園） */
.page-title-area.for-reien {
  padding: 40px;
  margin-bottom: 63px;
  text-align: center;
  background: #bf3232;
}
@media (max-width: 1023px) {
  .page-title-area.for-reien {
  padding: 35px 35px 40px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
}
}
.page-title-area.for-reien .page-title {
  display: inline-block;
  color: #ffffff;
  width: 1300px;
  text-align: left;
  padding-left: 740px;
  font-size: 32px;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .page-title-area.for-reien .page-title {
  font-size: 40px;
  font-size: 2.5rem;
  width: 100%;
  padding-left: 0;
  text-align: center;
  margin-bottom: 40px;
}
}

.la-shop-category {
  display: inline-block;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 1px 6px;
  border: 1px solid #dddddd;
    border-radius: 0.8em;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
}

.border-color-flagship {
  border-color: #FF0066;
}

.border-color-boen {
  border-color: #66373A;
}

.border-color-atorie {
  border-color: #7F9EDA;
}

.border-color-living {
  border-color: #92D050;
}

.la-shop-status {
  display: inline-block;
  font-size: 0.8rem;
  color: #bf1139;
  padding: 1px 6px;
  border: 1px solid #dddddd;
  border-color: #bf1139;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}

/* ===============================
パンくずリスト
=============================== */
.breadcrumb {
  padding: 13px 80px;
}
.breadcrumb li {
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline;
}
.breadcrumb li a {
  font-size: 13px;
  font-size: 0.8125rem;
}
.breadcrumb li a::after {
  content: ">";
  display: inline;
  margin: 0px 15px;
  width: 5px;
}
@media (max-width: 1023px) {
  .breadcrumb {
  padding: 16px 30px 17px;
  border-bottom: 2px solid #dddddd;
}
.breadcrumb li {
  font-size: 20px;
  font-size: 1.25rem;
}
.breadcrumb li a {
  font-size: 20px;
  font-size: 1.25rem;
}
.breadcrumb li a::after {
  margin: 0px 20px;
  width: 10px;
}
}

/* ===============================
ページネーション
=============================== */
.pagination {
  /* pendding */
}

/* ===============================
手順説明用パーツ
=============================== */
/* 手順説明エリア */
.step-boxes {
  margin-bottom: 15px;
}

.step-box {
  position: relative;
  width: auto;
  height: auto;
  background: #f5f4f1;
  padding: 44px 155px 40px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .step-box {
  padding: 26px;
}
}

/* ボックス下の吹き出し部分 */
.step-box::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 100%;
  border: 19px solid transparent;
  border-top: 19px solid #f5f4f1;
}
@media (max-width: 1023px) {
  .step-box::after {
    border: 30px solid transparent;
  border-top: 30px solid #f5f4f1;
  margin-bottom: 30px;
}
}

.step-box.last-step {
  margin-bottom: 0;
}

.step-box.last-step::after {
  display: none;
}

/* 手順説明タイトル */
.step-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 16px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .step-title {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px;
}
}

/* 手順番号 */
.step-label {
  margin-left: -48px;
  border-radius: 50%;
  background: #bf1139;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  padding-top: 2px;
  margin-right: 15px;
}
@media (max-width: 1023px) {
  .step-label {
  font-size: 20px;
  font-size: 1.25rem;
  width: 40px;
  height: 40px;
  padding-top: 3px;
  margin-left: 0;
}
}

/* ===============================
メニューエリア
=============================== */
.menu-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #332424;
  font-weight: bold;
  margin-bottom: 55px;
}
@media (max-width: 1023px) {
  .menu-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 36px;
}
}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .menu-list {
  flex-direction: column;
}
}

.menu-list-item {
  font-size: 14px;
  font-size: 0.875rem;
  color: #332424;
}
.menu-list-item button {
  display: block;
  width: 100%;
  border:none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #332424;
  cursor: pointer;
  background: none;
  text-align: left;
  outline: none;
}
.menu-list-item a,
.menu-list-item form {
  display: block;
  padding: 15px 15px 15px 17px;
  border-bottom: 1px dotted #332424;
  background: url("../image/common-arrow-sm-icon.png") no-repeat left center;
}
@media (max-width: 1023px) {
  .menu-list-item,
  .menu-list-item button {
  width: 100%;
  font-size: 22px;
  font-size: 1.375rem;
}
.menu-list-item:first-child {
  border-top: 2px dotted #332424;
}
.menu-list-item a,
.menu-list-item form {
  padding: 16px 30px 16px 3px;
  border-bottom: 2px dotted #332424;
  background: url("../image/sp/common-arrow-icon.png") no-repeat right center;
}
}

/* 商品カテゴリーアイコンメニュー */
.cat-menu-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .cat-menu-list {
  flex-direction: column;
}
}

.cat-menu-list-item {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  flex-basis: 286px;
  color: #332424;
  padding: 18px 18px 18px 79px;
  border: 1px solid #dddddd;
}
@media (max-width: 1023px) {
  .cat-menu-list-item {
  flex-basis: 100%;
  font-weight: normal;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 28px 25px 28px 96px;
  border-bottom: 2px solid #dddddd;
  border-left: 2px solid #dddddd;
  border-right: 2px solid #dddddd;
  border-top: none;
}
.cat-menu-list-item:first-child {
  border-top: 2px solid #dddddd;
}
}
.cat-menu-list-item.cat-ihai {
  padding-top: 30px;
  background: url("../image/common-cat-ihai-icon.png") no-repeat left 33px center;
}
@media (max-width: 1023px) {
  .cat-menu-list-item.cat-ihai {
  background: url("../image/sp/common-cat-ihai-icon.png") no-repeat left 34px center;
}
}
.cat-menu-list-item.cat-butsugu {
  margin-left: 18px;
  margin-right: 18px;
  background: url("../image/common-cat-butsugu-icon.png") no-repeat left 20px center;
}
@media (max-width: 1023px) {
  .cat-menu-list-item.cat-butsugu {
  background: url("../image/sp/common-cat-butsugu-icon.png") no-repeat left 24px center;
  margin: 0;
}
}
.cat-menu-list-item.cat-senko {
  padding-top: 30px;
  background: url("../image/common-cat-senko-icon.png") no-repeat left 19px center;
}
@media (max-width: 1023px) {
  .cat-menu-list-item.cat-senko {
  background: url("../image/sp/common-cat-senko-icon.png") no-repeat left 19px center;
}
}
.cat-menu-list-item span {
  display: block;
  background: url("../image/common-arrow-sm-icon.png") no-repeat right center;
}
@media (max-width: 1023px) {
  .cat-menu-list-item span {
  background: url("../image/sp/common-arrow-icon.png") no-repeat right center;
}
}

/* タイトルグレー・画像付き リンクカード */
.link-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .link-list {
  flex-direction: column;
}
}

.link-list-item {
  max-width: 402px;
  height: auto;
  margin-bottom: 30px;
}
.link-list-item:last-child {
  margin-bottom: 0;
}
.charge .link-list-item {
  max-width: 360px;
}
@media (max-width: 1023px) {
  .link-list-item {
  max-width: 468px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
}
.link-list-item .link-img {
  width: 100%;
  height: auto;
}
.link-list-item .link-note {
  padding-top: 20px;
}
@media (max-width: 1023px) {
  .link-list-item .link-note {
  font-size: 22px;
  font-size: 1.375rem;
  color: #332424;
}
}
.link-list-item .link-title {
  width: 100%;
  vertical-align: middle;
  background: #f4f4f4 url("../image/common-arrow-md-icon.png") no-repeat right 20px center;
  color: #332424;
  font-weight: bold;
  padding: 20px 45px 20px 21px;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 1023px) {
  .link-list-item .link-title {
  background: #f4f4f4 url("../image/sp/common-arrow-icon.png") no-repeat right 20px center;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 20px 46px 20px 23px;
}
}
.link-list-item .link-title.narrow {
  padding-top: 8px;
  padding-bottom: 8px;
}
.link-list-item .link-title small {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
.link-list-item .link-title .sub-txt {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .link-list-item .link-title .sub-txt {
  font-size: 18px;
  font-size: 1.125rem;
}
}

.shop-headline {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  .shop-headline {
  font-size: 22px;
  font-size: 1.375rem;
  border-bottom: 2px dotted #332424;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
}

/* ===============================
その他
=============================== */
/* 赤い字のタイトル */
.display-headline {
  position: relative;
  display: inline-block;
  color: #bf1139;
  font-size: 32px;
  font-size: 2rem;
  font-family: "MS PMincho", "MS 明朝", "ＭＳ Ｐ明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.display-headline.underline-center::before {
  left: 50%;
  content: "";
  margin-left: -16px;
  display: inline-block;
  width: 32px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  background: #bf1139;
}
.display-headline.underline-left::before {
  left: 50%;
  margin-left: -16px;
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  background: #bf1139;
}
@media (max-width: 1023px) {
  .display-headline {
  font-size: 42px;
  font-size: 2.625rem;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
.display-headline.underline-center::before {
  width: 40px;
  height: 2px;
  left: 45%;
}
.display-headline.underline-left::before {
  width: 40px;
  height: 2px;
}
}

/* 赤い字タイトルの「・」の字間調整 */
.dot-style {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -5px;
}
@media (max-width: 1023px) {
  .dot-style {
  font-size: 40px;
  font-size: 2.5rem;
}
}

/* 赤い字タイトル下のやや大きめのテキスト */
.headline-lead {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 38px;
}
@media (max-width: 1023px) {
  .headline-lead {
  font-size: 22px;
  font-size: 1.375rem;
}
}

.headline-lead {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 37px;
}

/* 赤い字タイトル下の案内テキスト */
.headline-summary,
.headline-summary span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 13px;
}
@media (max-width: 1023px) {
  .headline-summary,
  .headline-summary span {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 25px;
}
}

/* 赤い字タイトル下のやや大きめのテキスト */
.headline-sub-txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 38px;
}
@media (max-width: 1023px) {
  .headline-sub-txt {
  font-size: 22px;
  font-size: 1.375rem;
}
}

.headline-sub-txt-under {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 37px;
}

.headline-info-txt-red {
  color: #bf1139;
}

/* 赤い字タイトル下の案内テキスト */
.headline-info-txt,
.headline-info-txt span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 13px;
}
@media (max-width: 1023px) {
  .headline-info-txt,
  .headline-info-txt span {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 25px;
}
}

/* white-box, gray-box内のメニューリスト */
.box-sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
.box-sub-menu li {
  width: 149px;
  font-size: 13px;
  font-size: 0.8125rem;
  background: url("../image/info-topic-read-more-arrow.png") no-repeat left 4px;
  border-bottom: 1px dotted #332424;
  margin-right: 31px;
  margin-bottom: 13px;
}
.box-sub-menu li a {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 5px 7px 13px;
}
@media (max-width: 1023px) {
  .box-sub-menu {
  flex-direction: column;
}
.box-sub-menu li {
  width: 100%;
  background: url("../image/sp/menu-arrow.png") no-repeat right center;
  margin: 0;
  border-bottom: 2px dotted #332424;
}
.box-sub-menu li:first-child {
  border-top: 2px dotted #332424;
}
.box-sub-menu li a {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 20px 3px;
}
}

/* 白背景ボックス */
.white-box {
  background: #ffffff;
  padding: 71px 70px 65px;
}

/* グレイ背景ボックス */
.gray-box {
  background: #f5f4f1;
  padding: 100px 60px;
}

/* ===============================
タブメニュー
=============================== */
.tabs {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1079px) {
  .tabs {
  width: 1080px;
}
}
@media (max-width: 1023px) {
  .tabs {
  width: 100%;
}
}

.tab-item {
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  color: #332424;
  float: left;
  display: block;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  padding: 14px;
  cursor:pointer;
}
@media (max-width: 1023px) {
  .tab-item {
  border-bottom: 2px solid #eeeeee;
  text-align: left;
  padding: 12px 22px 12px 22px;
}
}

/* タブ２つ（均等幅） */
.tab-count-2 .tab-item {
  width: 37.2%;
}
@media (max-width: 1023px) {
  .tab-count-2 .tab-item {
  width: 50%;
}
}

/* タブ３つ（均等幅） */
.tab-count-3 .tab-item {
  width: 24.8%;
  text-align: center;
}
@media (max-width: 1023px) {
  .tab-count-3 .tab-item {
  width: 33.3333%;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 124px;
}
}

.tab-item-inner {
  display: inline-block;
  padding-left: 22px;
  font-size: 18px;
  font-size: 1.125rem;
  background: url("../image/common-arrow-lg-icon.png") no-repeat left center;
}
@media (max-width: 1023px) {
  .tab-item-inner {
  padding-left: 30px;
  background: url("../image/sp/common-arrow-icon.png") no-repeat left center;
}
}

@media (max-width: 1023px) {
  .tab-count-2 .tab-item-inner {
  font-size: 20px;
  font-size: 1.2rem;
}
}

@media (max-width: 1023px) {
  .tab-count-3 .tab-item-inner {
  font-size: 20px;
  font-size: 1.2rem;
}
}

.tab-count-2 .first-tab {
  margin-left: 12.8%;
}
@media (max-width: 1023px) {
  .tab-count-2 .first-tab {
  margin-left: auto;
}
}

.tab-count-3 .first-tab {
  margin-left: 12.8%;
}
@media (max-width: 1023px) {
  .tab-count-3 .first-tab {
  margin-left: auto;
}
}

input[name="tab-item"] {
  display: none;
}

.tab-contents {
  background: #ffffff;
  padding-top: 80px;
  clear: both;
}
@media (max-width: 1079px) {
  .tab-contents {
  width: 1080px;
}
}
@media (max-width: 1023px) {
  .tab-contents {
  width: 100%;
  padding-top: 0;
}
}

.tab-content {
  display: none;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .tab-content {
  padding: 60px 0 66px;
}
}

#tab01:checked ~ .tab-contents #tab01-content,
#tab02:checked ~ .tab-contents #tab02-content,
#tab03:checked ~ .tab-contents #tab03-content {
  display: block;
}

.tabs input:checked + .tab-item {
  background-color: #332424;
  color: #ffffff;
}

/* ===============================
開閉メニュー
=============================== */
.collapse-area {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 1079px) {
  .collapse-area {
  width: 1080px;
}
}
@media (max-width: 1023px) {
  .collapse-area {
  width: 100%;
  margin-bottom: 30px;
}
}
@media (max-width: 1023px) {
  .collapse-area-text {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
}
.collapse-title {
  color: #ffffff;
  display: none;
  font-weight: bold;
  background: #332424 url("../image/common-collapse-plus-icon.png") no-repeat right 21px center;
  padding: 18px 58px 18px 24px;
  font-size: 16px;
  font-size: 1rem;
  flex-basis: 146px;
}
@media (max-width: 1023px) {
  .collapse-title {
  display: block;
  background: #332424 url("../image/sp/common-collapse-plus-icon.png") no-repeat right 25px center;
  padding: 22px 70px 22px 29px;
  font-size: 22px;
  font-size: 1.375rem;
}
}

.collapse-open:checked ~ .collapse-title {
  background: #332424 url("../image/common-collapse-minus-icon.png") no-repeat right 21px center;
}
@media (max-width: 1023px) {
  .collapse-open:checked ~ .collapse-title {
    background: #332424 url("../image/sp/common-collapse-minus-icon.png") no-repeat right 25px center;
}
}

.collapse-body {
  padding: 24px 0 40px;
  overflow: hidden;
  height: auto;
}
@media (max-width: 1023px) {
  .collapse-body {
  padding: 23px 0 0;
}
.collapse-body .collapse-list-item {
  border-bottom: 2px solid #eeeeee;
  padding: 24px 35px 24px 2px;
  background: url("../image/sp/common-arrow-icon.png") no-repeat right center;
}
.collapse-body .collapse-list-title {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  color: #332424;
  margin-bottom: 15px;
}
.collapse-body .collapse-list-body {
  font-size: 20px;
  font-size: 1.25rem;
  color: #585050;
}
}

/* 上に内容が開くタイプ */
.collapse-body.open-down {
  display: none;
}

.collapse-open:checked ~ .collapse-body.open-down {
  display: block;
}

/* 下に内容が開くタイプ */
.collapse-body.open-up {
  height: 635px;
}

.collapse-open:checked ~ .collapse-body.open-up {
  height: auto;
}

.shop-list-item a {
  display: flex;
}
@media (max-width: 1023px) {
  .shop-list-item a {
  display: block;
}
}

/* ===============================
画面下固定の相談バー
=============================== */
/* はせがわに相談するフッター固定 */
.contact-hsgw-fixed-bottom {
  height: 64px;
  position: fixed;
  bottom: 0;
  background: #bf1139;
  text-align: center;
  z-index: 1000;
}
.contact-hsgw-fixed-bottom a {
  color: #ffffff;
}

/* ===============================
モーダル
=============================== */
.modal {
  position: relative;
}

.modal-overlay {
  display: none;
}

@keyframes modal-show {
  from {
  opacity: 0;
}
to {
  opacity: 1;
}
}
.modal-ck:checked ~ .modal-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  animation: modal-show .3s;
  overflow: scroll;
  z-index: 9999;
}

.modal-wrapper {
  padding-top: 120px;
  background: #ffffff;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin-top: 66px;
}

.modal-close {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding: 18px 30px 18px 0px;
  color: #332424;
  position: fixed;
  width: 100%;
  background: rgba(255,255,255,0.7);
}
@media (max-width: 1023px) {
  .modal-close {
    font-size: 20px;
    font-size: 1.75rem;
  }
}
.modal-close .fa-times {
  margin-right: 15px;
}
@media (max-width: 1023px) {
  .modal-close .fa-times {
    font-size: 36px;
  }
}

.modal-title {
  width: 100%;
  padding: 25px;
  margin-bottom: 0;
  text-align: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
  color: #bf1139;
  font-family: "MS PMincho", "MS 明朝", "ＭＳ Ｐ明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  font-size: 32px;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .modal-title {
  padding: 20px;
  font-size: 40px;
  font-size: 2.5rem;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
}
}

.modal-body {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  min-height: 100%;
  padding: 55px 0 53px;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
}
@media (max-width: 1023px) {
  .modal-body {
  width: 100%;
  padding: 50px 30px 59px;
  border: none;
}
}

.modal-body h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 93px;
}
@media (max-width: 1023px) {
  .modal-body h2 {
  padding-bottom: 0;
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 1.375rem;
}
}

.modal-body p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #585050;
}
@media (max-width: 1023px) {
  .modal-body p {
  margin-bottom: 50px;
  font-size: 22px;
  font-size: 1.375rem;
}
}

.modal-btn {
  text-align: center;
}

.modal-btn .btn {
  margin-top: 50px;
  padding: 30px 50px;
  border: 2px solid #dddddd;
}
@media (max-width: 1023px) {
  .modal-btn .btn {
  padding: 20px 20px 20px 0;
  font-size: 40px;
  font-size: 2.5rem;
  width: 100%;
  display: block;
}
}

.modal-overlay .btn-link {
  background: #ffffff;
  color: #332424;
}
@media (max-width: 1023px) {
  .modal-overlay .btn-link {
  padding: 20px 20px 20px 0;
  font-size: 22px;
  font-size: 1.375rem;
  border-top: 1px dotted #332424;
  border-bottom: 1px dotted #332424;
  border-left: none;
  border-right: none;
  text-align: left;
  background: url("../image/sp/menu-arrow.png") no-repeat right center;
}
}

.modal-overlay .btn-link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("../image/info-topic-read-more-arrow.png") left center no-repeat;
}
@media (max-width: 1023px) {
  .modal-overlay .btn-link::before {
    display: none;
}
}

.modal-footer {
  width: 720px;
  padding: 55px 0 32px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .modal-footer {
  width: 520px;
}
}

.modal-footer .contact-shop {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: #bf1139;
}
@media (max-width: 1023px) {
  .modal-footer .contact-shop {
  margin-bottom: 50px;
  font-size: 32px;
  font-size: 2rem;
}
}

.modal-footer .contact-bnr-area {
  background: #eeeeee;
  text-align: center;
}

/* ===============================
PDF関連
=============================== */
/* PDFの利用法情報パーツ */
.pdf-info {
  padding: 38px 48px 38px 130px;
  background: #ffffff url("../image/common-pdf-icon.png") no-repeat top 38px left 38px;
  border: 1px solid #dddddd;
  color: #585050;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .pdf-info {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 26px 31px 26px 132px;
  background: #ffffff url("../image/sp/common-pdf-icon.png") no-repeat top 29px left 26px;
}
}

/* PDFファイルダウンロードバナー */
.pdf-dl-bnr img {
  max-width: 100;
  height: auto;
}
@media (max-width: 1023px) {
  .pdf-dl-bnr img {
  width: 100%;
}
}

/* ===============================
ラベル
=============================== */
/* タイトル上のラベル */
.limited-label {
  font-size: 16px;
  font-size: 1rem;
  background: #bf1139;
  color: #ffffff;
  padding: 11px 22px;
  margin: 0 auto 18px;
  font-weight: bold;
  display: table;
  width: auto;
}
@media (max-width: 1023px) {
  .limited-label {
  font-size: 26px;
  font-size: 1.625rem;
  padding: 10px 25px;
  margin-bottom: 25px;
}
}

/* ===============================
共通ブロック ページ下部 お店でのご相談
=============================== */
.contact-us {
  width: 1300px;
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  background: transparent;
  margin-bottom: 95px;
}
@media (max-width: 1023px) {
  .contact-us {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 80px;
}
}
.contact-us .img-box {
  width: 1300px;
  height: 600px;
}
@media (max-width: 1023px) {
  .contact-us .img-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.contact-us .img-box img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
}
.contact-us .content-box {
  position: relative;
  margin: -288px auto 0;
  width: 869px;
  height: auto;
  padding: 85px 60px 65px;
}
.contact-us .content-box h3 {
  color: #bf1139;
}
.contact-us .content-box .headline-lead {
  margin-bottom: 7px;
  font-size: 16px;
  font-size: 1rem;
}
.contact-us .content-box .headline-summary {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .contact-us .content-box .row {
  flex-direction: column;
}
}
.contact-us .content-box .col-pc-2 {
  flex-basis: 339px;
}
@media (max-width: 1023px) {
  .contact-us .content-box .col-pc-2 {
  flex-basis: 100%;
}
.contact-us .content-box .col-pc-2 img {
  max-width: 100%;
  height: auto;
}
}
@media (max-width: 1023px) {
  .contact-us .content-box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 60px;
  margin: 0;
}
.contact-us .content-box h3 {
  color: #332424;
}
.contact-us .content-box .headline-lead {
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 1.375rem;
}
.contact-us .content-box .headline-summary {
  color: #332424;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 25px;
}
}
.contact-us .menu-list {
  display: block;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .contact-us .menu-list {
  margin-bottom: 30px;
}
}
@media (max-width: 1023px) {
  .contact-us .menu-list-item {
  margin-right: 0;
}
}
.contact-us .menu-list-item a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact-us .menu-list-item:first-child a {
  background: url("../image/common-arrow-sm-icon.png") no-repeat left bottom 16px;
}
@media (max-width: 1023px) {
  .contact-us .menu-list-item:first-child a {
    background: url("../image/sp/common-arrow-icon.png") no-repeat right center;
}
}
.contact-us .menu-list-item:first-child a {
  padding-top: 0;
}
@media (max-width: 1023px) {
  .contact-us .menu-list-item:first-child a {
    padding-top: 10px;
}
}
.contact-us .btn {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .contact-us .btn {
  margin-bottom: 62px;
}
}

/* ===============================
ページ下部固定 お問い合わせバー
=============================== */
.fixed-bottom-contact-bar {
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 20px;
  background: #bf1139;
  color: #ffffff !important;
  font-weight: bold;
  text-align: center;
  padding: 18px;
  z-index: 1000;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  .fixed-bottom-contact-bar {
  font-size: 26px;
  font-size: 1.625rem;
}
}

/* ===============================
フッター
=============================== */
.fnav {
  width: 100%;
  background: #342424;
  padding: 55px 0 42px;
  display: flex;
  justify-content: center;
  /* 一般ナビメニュー */
  /* 規約関連リンク */
}
@media (max-width: 1023px) {
  .fnav {
  flex-direction: column;
  padding: 50px 30px 60px;
}
}
.fnav li {
  padding: 0 15px 10px 16px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.fnav li a {
  display: block;
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.fnav .fnav-primary {
  width: 468px;
  display: flex;
  flex-wrap: wrap;
  opacity: 0.8;
}
.fnav .fnav-primary li {
  width: 234px;
  color: #ffffff;
  background: url("../image/fnav-arrow.png") no-repeat left 4px;
}
.fnav .fnav-primary li:last-child a {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .fnav .fnav-primary {
  width: 100%;
  /*margin-bottom: 44px;*/
  flex-direction: column;
}
.fnav .fnav-primary li {
  width: 100%;
  padding: 20px 6px 20px;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
  background: url("../image/sp/fnav-arrow.png") no-repeat right 35px;
  font-size: 22px;
  font-size: 1.375rem;
}
.fnav .fnav-primary li:first-child {
  padding-top: 0;
  background: url("../image/sp/fnav-arrow.png") no-repeat right 10px;
}
.fnav .fnav-primary li a {
  font-weight: normal;
  display: block;
  width: 100%;
  height: 100%;
}
}
.fnav .fnav-secondary {
  width: 428px;
  text-align: right;
  opacity: 0.8;
}
.fnav .fnav-secondary li {
  font-size: 11px;
  font-size: 0.6875rem;
  padding-bottom: 18px;
}
@media (max-width: 1023px) {
  .fnav .fnav-secondary {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fnav .fnav-secondary li {
  width: 45%;
  padding: 14px 6px 12px;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
  background: url("../image/sp/fnav-arrow.png") no-repeat right 24px;
  font-size: 22px;
  font-size: 1.375rem;
}
.fnav .fnav-secondary li a {
  font-weight: normal;
  display: block;
  width: 100%;
  height: 100%;
}
}

/* フッター問い合わせエリア */
.fnav-below {
  width: 100%;
  background: #ffffff;
  padding-top: 47px;
  padding-bottom: 49px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .fnav-below {
  flex-direction: column;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 78px;
  text-align: center;
}
}
.fnav-below .fnav-below-grave {
  width: 396px;
  margin-right: 104px;
}
@media (max-width: 1023px) {
  .fnav-below .fnav-below-grave {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  margin-right: 0;
}
}
.fnav-below .fnav-below-ceremony {
  width: 396px;
}
@media (max-width: 1023px) {
  .fnav-below .fnav-below-ceremony {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
}
}
.fnav-below .fnav-tel-contact-bnr {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .fnav-below .fnav-tel-contact-bnr {
  margin-bottom: 31px;
}
}
.fnav-below .fnav-tel-contact-bnr a {
  display: inline-block;
}
@media (max-width: 1023px) {
  .fnav-below .fnav-tel-contact-bnr img {
  max-width: 100%;
  height: auto;
}
}
.fnav-below .fnav-doc-request-bnr {
  display: block;
}
@media (max-width: 1023px) {
  .fnav-below .fnav-doc-request-bnr {
  margin-bottom: 78px;
}
}
.fnav-below .fnav-doc-request-bnr a {
  display: inline-block;
}
@media (max-width: 1023px) {
  .fnav-below .fnav-doc-request-bnr img {
  max-width: 100%;
  height: auto;
}
}
.fnav-below .fnav-24h-tel-contact-bnr {
  display: block;
  margin-bottom: 17px;
}
@media (max-width: 1023px) {
  .fnav-below .fnav-24h-tel-contact-bnr {
  margin-bottom: 25px;
}
}
.fnav-below .fnav-24h-tel-contact-bnr a {
  display: inline-block;
}
@media (max-width: 1023px) {
  .fnav-below .fnav-24h-tel-contact-bnr img {
  max-width: 100%;
  height: auto;
}
}
.fnav-below .fnav-below-attention {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media (max-width: 1023px) {
  .fnav-below .fnav-below-attention {
  font-size: 16px;
  font-size: 1rem;
}
}
.fnav-below .fnav-below-headline {
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .fnav-below .fnav-below-headline {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 25px;
}
}

/* コピーライト */
.copyright {
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Volkhov", serif;
  text-align: center;
  height: 56px;
  padding: 20px;
  background: #bf1139;
}
@media (max-width: 1023px) {
  .copyright {
  font-size: 16px;
  font-size: 1rem;
  height: 64px;
}
}

.shop-name-wrapper {
  flex-basis: 235px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 1023px) {
  .shop-name-wrapper {
  border: none;
}
}

.shop-name {
  font-weight: bold;
  text-decoration: underline;
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.142857;
}
@media (max-width: 1023px) {
  .shop-name {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  color: #332424;
  border: none;
  text-decoration: none;
}
}

.shop-data {
  flex-grow: 1;
  border: 1px solid #eeeeee;
}
@media (max-width: 1023px) {
  .shop-data {
  border: none;
}
}

.shop-address {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .shop-address {
  font-size: 20px;
  font-size: 1.25rem;
  color: #585050;
}
}

.shop-tel {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .shop-tel {
  font-size: 20px;
  font-size: 1.25rem;
  color: #585050;
}
}



/* 0723用css 20180702 ==============================================================*/
.searchtitle {
  margin-bottom:40px;
}
.bgnone {
  background-image: none;
}
.butsudantypelabel {
  position: relative;
  text-align: left !important;
  padding-left:15% !important;
  padding-right:0 !important;
  font-size:1.375rem !important;
}
.butsudantypelabel span {
  display: inline-block;
  line-height: 1.2 !important;
  text-align:left;
  padding-left:10%;
  position: absolute;
  top: 50%;
  font-size:1rem !important;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
/*.btns .col-sp-1 {
    margin-bottom:10px !important;
    }
    .btns .col-sp-1:last-of-type {
    margin-bottom:40px !important;
    }*/
.collapse-title.custombtn {
  margin-top:30px;
  margin-bottom:60px;
  color:#2D2121 !important;
  background: #C3C3C3 url("../image/common-collapse-plus-icon2.png") no-repeat right 21px center;
}
.collapse-open:checked ~ .collapse-title.custombtn {
  background: #C3C3C3 url("../image/common-collapse-minus-icon2.png") no-repeat right 21px center;
  color:#2D2121 !important;
  margin-bottom:0;
}
.link-list-item-col1 {
  width:402px;
  margin:0 auto;
}
@media screen and ( max-width:1023px ) {
  .link-list-item-col1 {
  width:100%;
}
.cat-menu-list li span {
  font-size: 1.375rem !important;
}
.cat-menu-list br {
  display:none !important;
}
.butsudantypelabel {
  padding-left:8% !important;
}
.btns label.checkbox-without-icon {
  padding: 32px 25px;
}
}


.sp_button {
  display:none !important;
}



/* 0723用css 20180706 ==============================================================*/
.clearfix:after,
.other div:after,
ul:after {
  content: "";
  display: block;
  clear: both;
}
.consult-about-grave .grave-faq-bnr img {
  width:100%;
  display: block;
}
html .feature .feature-okunaiboen {
  margin-bottom: 80px;
}
html .feature .feature-okunaiboen .btn {
  margin-bottom: 0;
}
html .feature .feature-okunaiboen .gray-box {
  height: 412px;
  top: 181px;
  padding: 100px 60px;
}

@media screen and ( max-width:1023px ) {
  html .feature .feature-okunaiboen .gray-box {
  top: 0;
  height: auto;
}
}
.nav {
  border-bottom:1px solid #ccc;
}
.nav ul {
  max-width:1080px;
  margin:0 auto;
}
.arrow-down li a {
  display:block;
  position: relative;
}
.arrow-down li a:after {
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top:2px solid #B71132;
  border-right:2px solid #B71132;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translate(0%, -50%) rotate(130deg);
  -moz-transform: translate(0%, -50%) rotate(135deg);
  -ms-transform: translate(0%, -50%) rotate(135deg);
  -o-transform: translate(0%, -50%) rotate(135deg);
  transform: translate(0%, -50%) rotate(135deg);
}
.nav li {
  float:left;
  width:25%;
  border-right:1px solid #ccc;
}
.nav li:last-of-type {
  border-right:0px;
}
.nav li a {
  padding:0.8em 0 0.8em 1.5em;
}
@media screen and ( max-width:1023px ) {
  .nav li {
  width:50%;
  font-size:1.375rem;
}
.nav li:nth-of-type(1),
.nav li:nth-of-type(2) {
  border-bottom:1px solid #ccc;;
}
.nav li:nth-of-type(2n) {
  border-right:0px;
}
.nav li:nth-of-type(2n+1) {
  clear:left;
}
}
.cmbnr {
  width:50%;
  margin:60px auto 0;
}
.cmbnr img {
  display:block;
  width:100%;
}
@media screen and ( max-width:1023px ) {
  .cmbnr {
  width:81.25%;
  margin:95px auto 0;
}
.cmbnr img {
  display:block;
  width:100%;
}
}


.memorial-bnrs {
  padding-bottom:40px;
}
.memorial-bnr {
  float:left;
  width:47.5%;
  margin-right:5%;
}
.memorial-bnr a {
  display:block;
}
.memorial-bnr.memorial-bnr02 a:last-of-type {
  margin-top:40px;
}
.memorial-bnr:last-of-type {
  margin-right:0;
}
.memorial-bnr img {
  width:100%;
}
.memorial-bnrs .menu-list {
  margin-top:1em;
}

.bnrs-naoshi img {
  width:100%;
}


@media screen and ( max-width:1023px ) {
  .memorial-bnrs {
  padding-top:40px;
}
.memorial-bnr {
  float:none;
  width:100%;
  margin-right:0;
}
.memorial-bnr a {
  display:block;
}
.memorial-bnr.memorial-bnr02 a:last-of-type {
  margin-bottom:40px;
}
.memorial-bnr img {
  width:100%;
}
.memorial-bnrs .menu-list {
  margin-top:1em;
}
}

.memorial .menu-list-item {
  border-bottom-width: 0 !important;
}
.memorial .menu-list-item:first-child {
  border-top-width: 0 !important;
}
.memorial h2 {
  border-bottom:0px;
}


.shop .page-title-area.with-img .page-title-img {
  background: url("../../image/shop/page-title-img_mc.jpg") no-repeat center center;
}
@media screen and ( max-width:1023px ) {
  .shop .page-title-area.with-img .page-title-img {
  background: url("../../image/sp/shop/page-title-img_mc.jpg") no-repeat center center;
  background-size: cover;
}
}
/*.shop .link-list-item {
    max-width:none;
    }*/
.shop .headline span {
  font-size:inherit;
  display:inline-block;
}
.shop .headline span.headline1 {
  width:50%;
}
@media screen and ( max-width:1023px ) {
  .shop .headline span.headline1 {
  width:100%;
}
}
.shop .headline span.headline2,
.shop .headline span.headline3 {
  width:25%;
}



/* 0723用css 20180710 ==============================================================*/
.dl    {
  line-height: 1.875;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
.dl dd {
  text-indent: -1em;
  padding-left:1em;
}
.dl dd:before {
  content:"・";
}
.dl dt {
  font-weight:bold;
}
.dl dt:before {
  content:"【";
}
.dl dt:after {
  content:"】";
}

@media screen and ( max-width:1023px ) {
  .dl dt,
  .dl dd {
  font-size: 1.625rem;
}
}

.kinds.kinds h4,
h3.h3 {
  margin-top: 16px !important;
  margin-bottom: 8px;
  color: #bf1139;
  min-height:3.2em;
}
.kinds.kinds h4.indent,
h3.h3.indent {
  text-indent: -1em;
  padding-left:1em;
}
.kinds.kinds h4.indent:before,
h3.h3.indent:before {
  content:"●";
}
.moving .kinds p.mtb {
  margin-top:0;
}
.moving .kinds img + p.mtb {
  margin-top:1em;
}

@media screen and ( max-width:1023px ) {
  .kinds.kinds h4,
  h3.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
}

.headline {
  margin-top:-122px !important;
  padding-top:122px;
}

h4.h4 {
  margin-top: 16px !important;
  margin-bottom: 8px;
  color:inherit !important;
}
h4.h4.indent {
  text-indent: -1em;
  padding-left:1em;
}
h4.h4.indent:before {
  content: none !important;
}

@media screen and ( max-width:1023px ) {
  h4.h4 {
  margin-top: 24px;
  margin-bottom: 12px;
}
}

.kinds.kinds div {
  padding-bottom:2em;
}
.pr-block p {
  margin-bottom: 0 !important;
  font-size:0.85rem;
}

.headline ~ .headline {
  margin-top:3em;
}

h3.h3.mtb {
  margin-top:3em !important;
}
div.mtb {
  margin-top:1em !important;
}
@media screen and ( max-width:1023px ) {
  div.mtb {
  margin-top:3em !important;
}
}


.p {
  line-height: 1.875;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
@media screen and ( max-width:1023px ) {
  .p {
  font-size: 26px;
  font-size: 1.625rem;
}
}


.mtm {
  margin-top:-1em;
}

.arrow li {
  border-top:1px dotted #ccc;
}
.arrow a {
  display:block;
  position: relative;
  padding:0.8em;
  border-bottom:1px dotted #ccc;
}
.arrow.bb0 a {
  border-bottom:0px;
}
.arrow.btn-red a {
  border:0px;
  background-color: #B71132;
  color:#fff;
}
.arrow a:after {
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top:2px solid #B71132;
  border-right:2px solid #B71132;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -moz-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  -o-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}
.arrow.btn-red a:after {
  border-top:2px solid #fff;
  border-right:2px solid #fff;
}
.arrow.btn-red .btn-back {
  margin-bottom:0;
}
.other .arrow.btn-red {
  background-color: #fff;
}
@media screen and ( max-width:1023px ) {
  .arrow a {
  font-size: 26px;
  font-size: 1.625rem;
}
.arrow a:after {
  width:12px;
  height:12px;
}
}


.matome {
  margin-top:2em;
  background-color: #EFEDE9;
  padding:2em 3em;
}
.matome p {
  margin-bottom: 1rem;
}
.matome p:last-of-type {
  margin-bottom: 0;
}



.footerlink {
  width: 100%;
  max-width: 1536px;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 56px !important;
}

.footerlink .content-wrapper {
  max-width: 898px;
}

.footerlink .link-bnr {
  text-align: center;
}

.footerlink .content-wrapper h2 {
  margin-bottom: 40px;
}

.footerlink .content-wrapper h3 {
  margin-bottom: 25px;
}

.footerlink .cat-menu-list {
  margin-bottom: 60px;
}

.footerlink .menu-list {
  margin-bottom: 40px;
}

.footerlink .menu-list .menu-list-item {
  flex-basis: 428px;
}
.footerlink .menu-list .menu-list-item:nth-child(2n-1) {
  margin-right: 36px;
}
@media (max-width: 1023px) {
  .footerlink .menu-list .menu-list-item {
  flex-basis: 100%;
}
}

.footerlink .content-wrapper {
  width: 100%;
  max-width: 898px;
}

p.mtb {
  margin-top:1em;
}

.location article {
  padding-bottom: 60px;
}



#mokuji li, #mokuji ul {
  margin: 0;
  padding: 0
}
#mokuji ul ul {
  margin-left: 1.5em
}
#mokuji {
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 1em 2em;
  margin: 0 auto 64px;
  width: 80%;
  display: table;
  font-size: 95%;
}
#mokuji p.mokuji-title {
  text-align: left;
  font-weight: 700;
  margin: 0;
  padding: 0
}
#mokuji.mokuji-black p.mokuji-title {
  color: #aaa
}
#mokuji span.mokuji-toggle {
  font-weight: 400;
  font-size: 90%
}
#mokuji p.mokuji-title + ul.mokuji-list {
  margin-top: 0.5em
}
.mokuji-wrap_left {
  float: left;
  margin-right: 10px
}
.mokuji-wrap_right {
  float: right;
  margin-left: 10px
}
#mokuji a {
  text-decoration: underline;
  text-shadow: none
}
#mokuji a:hover {
  text-decoration: underline
}
.mokuji-sitemap_posts_letter {
  font-size: 1.5em;
  font-style: italic
}

@media screen and ( max-width:1023px ) {
  #mokuji p,
  #mokuji a {
  font-size: 26px;
  font-size: 1.625rem;
}
}


.main-visual {
  height: calc(100vh - 125px);
  min-height: auto;
  overflow: hidden;
}
@media screen and ( max-width:1023px ) {
  .main-visual {
  height: calc(90vh);
}
}

.ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.ol li {
  margin-bottom: 0.3em;
  padding-left: 2em;
  position: relative;
}
.ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  border:1px solid #000;
  color: #000;
  display: block;
  float: left;
  font-size:smaller;
  line-height: 20px;
  margin-top:0.1em;
  margin-left: -2em;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

@media screen and ( max-width:1023px ) {
  .ol li {
  font-size: 26px;
  font-size: 1.625rem;
}
.ol li:before {
  line-height: 1.5;
  margin-top:0.2em;
  margin-left: -2em;
  height: 1.5em;
  width: 1.5em;
}
}

.mbs {
  margin-bottom:0.5em !important;
}
.fwb {
  font-weight: bold;
}

.ul {
  padding: 0 0 0 1.2em;
  margin-bottom: 2rem;
}
.ul li {
  list-style-type: disc;
  margin-bottom: 0.3em;
}

.ul li span.kome {
  font-size: 12px;
  font-size: 0.7rem;
}

@media screen and ( max-width:1023px ) {
  .ul li {
  font-size: 26px;
  font-size: 1.625rem;
}
.ul li span.kome {
  display: block;
  font-size: 12px;
  font-size: 1rem;
}
}

.moving .kinds img {
  width:100%;
}
.moving .kinds .h3:before {
  content:none;
}
.moving .headline1,
.moving .headline2,
.moving .headline3,
.moving .headline4 {
  margin-top:-72px !important;
}

/*.moving .matome img {
    float:left;
    width:15%;
    margin-right:2em;
    }
    */
.moving .matome {
  margin:6em 0 0;
  background: url(../image/memorial/build/moving/img06.jpg) no-repeat left top #EFEDE9;
  background-size: contain;
  padding: 1em 2em 1em 17.5%;
}
@media screen and ( max-width:1023px ) {
  .moving .matome {
  background: url(../image/memorial/build/moving/img06_sp.png) no-repeat left top #EFEDE9;
  background-size: 26%;
  padding:2em 2em 2em 26%;
}
}

.moving article {
  padding-bottom: 60px;
}

.howto .ul li ~ li {
  margin-top:1em;
}
.howto .ul li span {
  font-weight:bold;
  padding-bottom:0.3em;
}
@media screen and ( max-width:1023px ) {
  .howto .ul li span {
  font-size: 1.625rem;
}
}
.howto .kinds img {
  width:100%;
}
.howto .kinds .h3:before {
  content:none;
}
.howto .headline1,
.howto .headline2,
.howto .headline3,
.howto .headline4 {
  margin-top:-72px !important;
}

.howto .matome {
  margin:6em 0 0;
  background: url(../image/memorial/boseki/reform/img06.png) no-repeat left top #EFEDE9;
  background-size: contain;
  padding:1em 2em 1em 17.5%;
}
@media screen and ( max-width:1023px ) {
  .howto .matome {
  background: url(../image/memorial/boseki/reform/img06_sp.png) no-repeat left top #EFEDE9;
  background-size: 42%;
  padding:2em 2em 2em 42%;
}
.howto .matome .p {
  line-height: 1.75;
}
}

.float-left {
  float:left;
  width:25%;
  margin-right:2em;
}
@media screen and ( max-width:1023px ) {
  .float-left {
  float:none;
  width:100%;
  margin:0 0 2em;
}
}

.howto article {
  padding-bottom: 60px;
}

.shape-images {
  display: flex;
  width: 100%;
  background-color: #fff;
  justify-content: space-around;
}
.shape-images-primary .flex-item {
  width: 50%;
}
.shape-images-primary .flex-item img {
  width:98%;
  margin:0 auto;
  display: block;
}
.shape-images-secondary .flex-item {
  width: 16.66%;
}
.shape-images-secondary {
  margin:2em 0;
}
.shape-images-secondary .flex-item img {
  width:98%;
  margin:0 auto;
  display: block;
}
.shape .headline1 {
  margin-top:-72px !important;
}
.shape .headline2,
.shape .headline3,
.shape .headline4,
.shape .headline5 {
  margin-top:-22px !important;
}
.shape-images-single .flex-item {
  width:100%;
}
.shape-images-single .flex-item img {
  width:50%;
  margin:0 auto;
  display: block;
}

.shape-sample {
  background-color: #f0f0f0;
}
.shape-sample ~ .shape-sample {
  margin-top:3em;
}
.shape-sample img {
  float:left;
  width:42%;
}
.shape-sample p {
  float:right;
  width:55%;
  padding-right:1em;
}
.shape-sample p span {
  font-weight: bold;
  display: block;
  padding-bottom:0.8em;
}

@media screen and ( max-width:1023px ) {
  .shape-sample {
  background-color: #f0f0f0;
}
.shape-sample ~ .shape-sample {
  margin-top:3em;
}
.shape-sample img {
  float:none;
  width:100%;
}
.shape-sample p {
  float:none;
  width:100%;
  padding:0 1em 1em;
}
.shape-sample p span {
  font-weight: bold;
  display: block;
  padding-bottom:0.8em;
  font-size: 26px;
  font-size: 1.625rem;
}
}

.shape .matome {
  margin:6em 0 0;
  background: url(../image/memorial/boseki/knowl/img24.png) no-repeat left top #EFEDE9;
  background-size: contain;
  padding:1em 2em 1em 17.5%;
}
.shape .matome p {
  margin:0;
}
@media screen and ( max-width:1023px ) {
  .shape .matome {
  background: url(../image/memorial/boseki/knowl/img24_sp.png) no-repeat left top #EFEDE9;
  background-size: 26%;
  padding:2em 2em 2em 26%;
}
.shape .matome .p {
  line-height: 1.75;
}
}

.news-primary .news-item .news-category {
  min-width: 72px;
  text-align: center;
}

.main-visual .slide-img {
  position: relative;
}
.main-visual .slide-img a {
  display: block;
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
}

.link-bnr img {
  width:100%;
}


.consult-about-products .box-sub-menu {
  width:580px;
}
.consult-about-products .white-box {
  padding: 50px 70px 65px !important;
}


/* メインビジュアル　TBでのみ表示
------------------------------- */
.main-visual .tb-block {
  display: none !important;
}

.main-visual .tb-inline-block {
  display: none !important;
}

.main-visual .tb-inline {
  display: none !important;
}

@media screen and (orientation: portrait) and ( min-width:1024px ) {
  .main-visual .pc-block {
  display: none !important;
}

.main-visual .pc-inline-block {
  display: none !important;
}

.main-visual .pc-inline {
  display: none !important;
}

.main-visual .tb-block {
  display: block !important;
}

.main-visual .tb-inline-block {
  display: inline-block !important;
}

.main-visual .tb-inline {
  display: inline !important;
}

.main-visual .sp-block {
  display: none !important;
}

.main-visual .sp-inline-block {
  display: none !important;
}

.main-visual .sp-inline {
  display: none !important;
}

}


sup {
  vertical-align:top;
  font-size:0.6rem;
}
@media screen and ( max-width:1023px ) {
  sup {
  font-size:1rem;
}
}


.link-list-item .link-title,
.contents .slide .slide-item .slide-item-title {
  font-size: 0.9rem;
}
@media (max-width: 1023px) {
  .link-list-item .link-title,
  .contents .slide .slide-item .slide-item-title {
  font-size: 1.375rem;
}
}

.txt-block a {
  text-decoration: underline;
}
.txt-block a:hover,
.txt-block li a {
  text-decoration: none;
}


.consult-about-grave .section-sub-img {
  left: 5% !important;
  z-index: 20 !important;
}



.consult-about-shop .box-sub-menu {
  width:540px;
}
.consult-about-shop .white-box {
  padding: 50px 70px 65px !important;
  top: 540px !important;
}
@media (max-width: 1023px) {
  .consult-about-shop .white-box {
  top: 40px !important;
  padding: 80px 60px 150px !important;
}
}
.consult-about-shop .box-sub-menu img {
  width:100%;
}
.consult-about-shop .link-bnr .bnr {
  width:241px;
  height: 182px;
}
.consult-about-shop .link-bnr .about-shop-contact-bnr {
  width:100%;
}
.consult-about-shop .link-bnr {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  width: 510px;
}
@media (max-width: 1023px) {
  .consult-about-shop .link-bnr {
  display: flex;
  flex-direction: column;
  width: 100%;
}
}

.consult-about-shop .link-bnr .bnr {
  width: 338px;
  height: auto;
}
/* 一時的にバナーを小さくする場合は.bnrに.smallを付与 */
.consult-about-shop .link-bnr .bnr.small {
  width: 241px;
  height: 182px;
}

@media (max-width: 1023px) {
  .consult-about-shop .link-bnr .bnr1 {
  width: 100%;
  height: auto;
  margin-bottom: 42px;
}
.consult-about-shop .link-bnr .bnr img {
  width: 100%;
  height: auto;
}
}
@media (max-width: 1023px) {
  .consult-about-shop .link-bnr .bnr2 {
  width: 100%;
  height: auto;
}
}
.consult-about-shop .white-box-left {
  width: 335px;
  margin-right: 50px;
}
@media (max-width: 1023px) {
  .consult-about-shop .white-box-left {
  width: 100%;
  margin-bottom: 60px;
  margin-right: 0;
}
}
@media (max-width: 1023px) {
  .consult-about-shop .box-sub-menu {
  margin-bottom: 55px;
}
}


@media screen and ( min-width:1024px ) {
  .pc-nowrap {
  flex-wrap: nowrap;
}
}

.ihai .txt-block p span {
  font-weight:bold;
}

@media screen and ( max-width:1023px ) {
  .ihai .txt-block p span {
  font-size: 26px;
  font-size: 1.625rem;
}
}


.ihai-sample {
  background-color: #fff;
}
.ihai-sample ~ .ihai-sample {
  margin-top:3em;
}
.ihai-sample img {
  float:left;
  width:42%;
}
.ihai-sample p {
  float:right;
  width:55%;
  padding-right:1em;
}
.ihai-sample2 p {
  margin:0 !important;
}

.ihai-sample p span {
  font-weight: bold;
  display: block;
  padding-bottom:0.8em;
}

@media screen and ( max-width:1023px ) {
  .ihai-sample {
  background-color: #f0f0f0;
}
.ihai-sample ~ .ihai-sample {
  margin-top:3em;
}
.ihai-sample img {
  float:none;
  width:100%;
}
.ihai-sample p {
  float:none;
  width:100%;
  padding:0 1em 1em;
}
.ihai-sample p span {
  font-weight: bold;
  display: block;
  padding-bottom:0.8em;
  font-size: 26px;
  font-size: 1.625rem;
}
}

.ihai .matome .p {
  margin:0;
}

.ihai .page-title-area.with-img .page-title-img {
  background: url("../../../image/learning/howto/ihai/mv.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and ( max-width:1023px ) {
  .ihai .page-title-area.with-img .page-title-img {
  background: url("../../../image/learning/howto/ihai/mv_sp.jpg") no-repeat center center;
  background-size: cover;
}
}


/* ===================== 一時対応 ==================== */
@media (max-width: 1023px) {
  .sub-content-list .link-list {
  flex-direction: row;
}
.sub-content-list .link-list .col-sp-1 {
  max-width: 50%;
  flex-basis: 50%;
}
.sub-content-list .link-list-item .link-title {
  margin-bottom: 0;
}
}

.obutsudantoha .matome,
.choice .matome,
.iroha .matome {
  margin:6em 0 0;
  background: url(../image/other/img01.png) no-repeat left top #EFEDE9;
  background-size: contain;
  padding: 1em 2em 1em 17.5%;
}
@media screen and ( max-width:1023px ) {
  .obutsudantoha .matome,
  .choice .matome,
  .iroha .matome,
  .flow .matome {
  background-image: none;
  padding:2em;
}
}
.flow .matome {
  margin:6em 0 0;
  background: url(../image/memorial/boseki/reform/img06.png) no-repeat left top #EFEDE9;
  background-size: contain;
  padding: 1em 2em 1em 16.5%;
}
@media screen and ( max-width:1023px ) {
  .flow .matome {
  background-image: none;
  padding:2em;
}
}
.dispose .matome,
.replace .matome {
  margin:6em 0 0;
  background: url(../image/other/img01-2.png) no-repeat left top #EFEDE9;
  background-size: contain;
  padding: 1em 2em 1em 16.5%;
}
@media screen and ( max-width:1023px ) {
  .dispose .matome,
  .replace .matome,
  .butsugu .matome {
  background-image: none;
  padding:2em;
}
}

.obutsudantoha .page-title-area.with-img .page-title-img {
  background: url("../image/other/bg01.png") no-repeat center center;
  background-size: cover;
}

.choice .page-title-area.with-img .page-title-img {
  background: url("../image/other/bg02.png") no-repeat center center;
  background-size: cover;
}

.iroha .page-title-area.with-img .page-title-img {
  background: url("../image/other/bg03.png") no-repeat center center;
  background-size: cover;
}

.flow .page-title-area.with-img .page-title-img {
  background: url("../image/other/bg04.png") no-repeat center center;
  background-size: cover;
}

.dispose .page-title-area.with-img .page-title-img {
  background: url("../image/other/bg05.png") no-repeat center center;
  background-size: cover;
}

.replace .page-title-area.with-img .page-title-img {
  background: url("../image/other/bg06.png") no-repeat center center;
  background-size: cover;
}

.butsugu .page-title-area.with-img .page-title-img {
  background: url("../image/other/bg07.png") no-repeat center center;
  background-size: cover;
}

.ptn01 .txt-block img {
  width:80%;
  margin:0 auto 3em;
  display: block;
}
.ptn01 .txt-block p + img,
.ptn01 .txt-block h3 + img {
  margin-top:2em;
}

.ptn01 .txt-block p + h3,
.ptn01 .txt-block div.butsugu-photo + h3 {
  margin-top:3em !important;
}
.ptn01 div + h2.headline ~ h2.headline {
  margin-top:-32px !important;
}
.ptn01 .txt-block img.tate {
  width:30%;
  margin:0 auto 3em;
}
.ptn01 .txt-block p + .menu-list {
  margin:-2em auto 3em;
}


.ptn01 .txt-block .ohaka-flow img {
  width:240px;
  margin:0 0 0 1em;
  display: block;
}

.ptn01 .image-center-bx img {
  width:100% !important;
  margin-bottom:0.5em;
}

.ippan-butsugu h4 {
  padding-bottom:2em;
  font-weight: normal;
  text-align: left;
}
.ippan-butsugu h4 span {
  display: block;
  font-weight: bold;
  padding-bottom:0.5em;
  /*font-size: larger;*/
  text-align: center;
}

@media screen and ( max-width:1023px ) {
  .ptn01 .ohaka-flow dd {
  display: block !important;
}
.ptn01 .txt-block .ohaka-flow img {
  width:75%;
  margin:1em;
  display: block;
}
.ptn01 .txt-block p {
  font-size: 26px;
  font-size: 1.625rem;
}
.ptn01 article h2 {
  font-size: 30px;
  font-size: 1.8rem;
}
.ptn01 .ohaka-flow dt span {
  font-size: 20px;
  font-size: 1.2rem;
}
.ptn01 .txt-block div.butsugu-photo + h3 {
  margin-top:0 !important;
}
.ippan-butsugu h4 {
  font-size: 16px;
  font-size: 1rem;
}
.ippan-butsugu h4 span {
  font-size: 16px;
  font-size: 1rem;
}
}
.sub-content-list .link-list-item .link-title {
  margin-bottom: 0;
}

.shop-slider.slick-initialized.slick-slider.slick-dotted {
  padding-bottom: 30px !important;
}

.display-none {
  display: none !important;
}

h2.reien-name {
  text-align: left; /* 霊園検索結果ページ */
  margin-bottom: 0;
}

.kint:before {
  content: "開発用デバッグ表示";
}

.reien-recommend-tag {
  min-height: 64px;
}


/* knowl */
.knowl article {
  padding-top: 70px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.knowl article h2 {
  margin-bottom: 65px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1023px) {
  .knowl article h2 {
  font-size: 32px;
  font-size: 2rem;
}

.knowl article h4 {
  font-size: 26px;
  font-size: 1.625rem;
}
}
.knowl .headline {
  text-align: center;
  color: #bf1139;
}

.knowl .contents-list {
  display: flex;
  flex-wrap: wrap;
}

.knowl .contents-list a {
  display: block;
}

.knowl .content-parts {
  margin-bottom: 23px;
}

.knowl .contents-parts-wrap {
  border: 1px solid #ddd;
  padding: 3px;
  box-shadow: 0px 2px 3px #ddd;
}

.knowl a.contents-part-inner {
  border: 1px solid #ddd;
  display: flex;
}

.knowl .content-parts-txt {
  padding: 8px 10px;
}

.knowl .content-parts-txt h3 {
  padding-left: 18px;
  background: url(../../../../image/image/memorial/boseki/knowl/h3-bg.png) 0px 7px no-repeat;
  margin-bottom: 3px;
  font-size: 20px;
}

.knowl .content-parts-txt p {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 1023px) {
  .knowl .content-parts-txt h3 {
  background: url(../../../../image/image/memorial/boseki/knowl/h3-bg.png) 0px 10px no-repeat;
  font-size: 28px;
  font-size: 1.75rem;
  background-size: 22px;
  padding-left: 30px;
}

.knowl .content-parts-txt p {
  font-size: 24px;
  font-size: 1.5rem;
}

.knowl a.contents-part-inner img {
  align-self: center;
}
}
/* shape.html
------------------------------*/
.knowl .pr-block {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px 5px;
}

.knowl .pr-block dt {
  width: 115px;
}

.knowl .pr-block dt span {
  background: #bf1139;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 2px;
  display: block;
  text-align: center;
}

.knowl .pr-block dd {
  width: calc(100% - 115px);
  padding-left: 15px;
  margin-bottom: 10px;
}

.knowl .pr-block ul li {
  background: url(../../../../image/image/memorial/boseki/knowl/location_li_bg.jpg) 0 6px no-repeat;
  padding-left: 19px;
}

@media (max-width: 1023px) {
  .knowl .pr-block {
  flex-direction: column;
  padding: 15px 15px 0px;
  margin-bottom: 30px;
}

.knowl .pr-block dt {
  width: 210px;
  margin-bottom: 10px;
}

.knowl .pr-block dt span {
  font-size: 22px;
  font-size: 1.25rem;
}

.knowl .pr-block dd {
  padding-left: 0;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.knowl .pr-block ul li {
  font-size: 24px;
  font-size: 1.5rem;
  background-size: 20px;
  padding-left: 30px;
}
}
.knowl .images-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.knowl .images-block img {
  width: 100%;
}

.knowl .col-6 {
  justify-content: space-between;
  margin-bottom: 30px;
}

.knowl .you-boseki div {
  align-self: flex-end;
}

.knowl .txt-block p {
  line-height: 1.875;
}

@media (max-width: 1023px) {
  .knowl .txt-block p {
  font-size: 26px;
  font-size: 1.625rem;
}

.knowl .images-block .col-sp-1 {
  margin-bottom: 10px;
}

.knowl .you-boseki div {
  margin-bottom: 15px;
}
}
/* armk */
.knowl .safety-box {
  margin-bottom: 60px;
}

.knowl .img-fluid {
  max-width: 100%;
  height: auto;
}

.knowl .headline {
  text-align: center;
  color: #bf1139;
}

.knowl h4 div {
  font-weight: normal;
  font-weight: 400;
}

.knowl p {
  margin: 30px 0;
}

.knowl figure {
  text-align: center;
}

.knowl ol {
  padding-left: 24px;
}

.knowl ol li {
  list-style-type: disc;
}

.knowl .bosekiDesign {
  flex-wrap: nowrap;
  margin-bottom: 32px;
}

.knowl .bosekiDesign p {
  margin: 16px 0;
}

.knowl .col-img {
  flex-basis: auto;
  margin-right: 30px;
}

.knowl .col-txt {
  flex-basis: auto;
}

.knowl .award {
  display: inline-block;
  padding: 8px 16px;
  color: #FFFFFF;
  line-height: 1.0;
  background-color: #bf1139;
}

@media (max-width: 1023px) {
  .knowl .col-img {
  flex-basis: auto;
  margin-right: 30px;
}
}
/* kind */
.kind .box-gray {
  padding: 24px;
  border: 1px solid #e5e5e5;
}

.kind .summary {
  margin-bottom: 24px;
}

.kind .summary dt span {
  padding: 8px 16px;
  font-family: "MS PMincho", "MS 明朝", "ＭＳ Ｐ明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  color: #FFFFFF;
  background-color: #bf1139;
}

.kind .summary dl {
  margin-bottom: 16px;
  flex-wrap: nowrap;
}

.kind .summary dt {
  width: 20%;
}

.kind .summary dd {
  width: 80%;
}

.kind .summary li {
  margin-right: 18px;
  padding-left: 18px;
  background: url(../../../../image/image/memorial/boseki/knowl/location_li_bg.jpg) left center no-repeat;
}

.kind .area {
  flex-wrap: nowrap;
}

.kind .area p {
  margin-top: 0;
}

.kind .stone-type h3 {
  padding: 8px 0;
  font-family: "MS PMincho", "MS 明朝", "ＭＳ Ｐ明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  color: #FFFFFF;
  text-align: center;
}

.kind .japan {
  background-color: #000000;
}

.kind .india {
  background-color: #F5B153;
}

.kind .europa {
  background-color: #8F83BA;
}

.kind .africa {
  background-color: #B1D165;
}

.kind .china {
  background-color: #F09B7B;
}

.kind .stone-type li {
  margin-bottom: 24px;
}

.kind .stone-type figure img {
  margin-bottom: 16px;
}

.kind .stone-type figcaption {
  padding: 0 24px;
  font-weight: 700;
  text-align: left;
}

.kind .stone-type dl {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  padding: 0 24px;
}

.kind .stone-type dt {
  width: 30%;
}

.kind .stone-type dd {
  width: 70%;
}

@media (max-width: 1023px) {
  .kind .summary dt {
  margin-bottom: 8px;
}

.kind .summary dl {
  flex-wrap: wrap;
}

.kind .summary dt, .summary dd {
  width: 100%;
}

.kind .area {
  flex-wrap: wrap;
}

.kind .stone-type .col-img {
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
}

.kind .stone-type figcaption {
  padding: 0;
}

.kind .stone-type dl {
  padding: 0;
}
}
/* name */
.name .stone-name .img-summary {
  margin-bottom: 40px;
}

.name .stone-name dl {
  margin-bottom: 40px;
}

.name .stone-name dt {
  font-weight: 700;
}

.name .stone-name dt span {
  margin-right: 8px;
  padding: 4px 7px;
  color: #FFFFFF;
  background-color: #bf1139;
  border-radius: 16px;
}

.name .stone-name dd p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.name .stone-name .link-detail {
  padding-left: 16px;
  background: url(../../../../image/image/common-arrow-sm-icon.png) no-repeat left center;
}



/* flyer */
/*.flyer .page-title-area.with-img .page-title-img {
  background: url("../../../image/campaign/flyer/page-title-img-flyer.jpg") no-repeat center center;
  background-size: cover;
}*/



/* 7つの安心修正 */
.safety-box h2 {
  position:relative;
  padding:0 0 0.5em 3.8em;
}
.safety-box h2 span.num-box {
  position:absolute;
  left:0;
  top:0;
}
.safety-box h2 span.txt-box {
  line-height:1.2;
}
@media screen and ( max-width:1023px ) {
  .safety-box h2 {
  padding-left: 2.1em;
}
}

.pager__item {
  margin: 0 auto;
  text-align: center;
}

.show-detail-badge {
  color: #fff;
  background: #666666;
  font-size: 65%;
  font-weight: normal;
  padding: 3px 10px;
  border-radius: 3px;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .show-detail-badge {
    font-size: 100%;
    vertical-align: 2px;
    display: inline-block;
    padding: 1px 15px;
  }
}


/* pager */
.pager a {
  color: #FFFFFF;
}

/* 霊園詳細 設備アイコンポップアップ */
.close-popup {
  cursor: pointer;
}
.popup-comment:before{
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #e7e4e4;
  z-index: 2;
}
.popup-comment:after{
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 13px solid #000;
  z-index: 1;
}

@media (max-width: 767px) {
  .sp-width-full {
    width: 100%;
  }
}

/* FOR PROMAX
===================== */
/* 霊園 地図を印刷するボタン */
.promax-cemetery-map-btn-area {
  margin-bottom: 60px;
}
.promax-cemetery-map-btn-area .btn-black {
  background: #332424;
}

/* 霊園 霊園資料印刷ボタン */
.promax-cemetery-flyer-btn-area {
  position: fixed;
  top: 83px;
  right: 15px;
  display: inline-block;
  background: rgba(255,255,255,0.7);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  padding: 15px;
  text-align: center;
  z-index: 9999;
}
/*
@media (max-width: 1023px) {
  .promax-cemetery-flyer-btn-area {
    display: none;
  }
}*/
.promax-cemetery-flyer-btn-area .btn-red {
  margin-bottom: 0;
  font-weight: bold;
  padding: 15px 45px;
}

/* 店舗 店舗資料印刷ボタン */
.promax-shop-flyer-btn-area {
  position: fixed;
  top: 83px;
  right: 15px;
  display: inline-block;
  background: rgba(255,255,255,0.7);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  padding: 15px;
  text-align: center;
  z-index: 9999;
}
/*
@media (max-width: 1023px) {
  .promax-shop-flyer-btn-area {
    display: none;
  }
}
*/
.promax-shop-flyer-btn-area .btn-red {
  margin-bottom: 0;
  font-weight: bold;
  padding: 15px 45px;
}


.collapse-area-text.tac {
  text-align:center;
  line-height:2;
  padding:0 0 1em;
}
#tab02-content .collapse-area-text.tac {
  padding:0 0 2em;
}

@media (max-width: 1023px) {
  .collapse-area-text.tac {
    padding:0;
  }
  #tab02-content .collapse-area-text.tac {
    padding:0 0 1em;
  }
}

.reien-detail-link {
    width: 431px;
    margin-top: 20px;
    margin-left: 110px;
    margin-right: 110px;
    height: 91px;
    text-align: center;
    padding-top: 28px;
    border:2px solid #BD173C;
    background-color:#fff;
    color:#BD173C;
}

.reien-detail-link a {
    color: #BD173C;
}

.reien-detail-link a:hover {
  text-decoration: underline;
}

.reien-detail-link a::after {
  content: "";
  position: absolute;
  padding-right: 30px;
  width: 7px;
  height: 30px;
  border-top: 2px solid #BD173C;
  border-right: 2px solid #BD173C;
  transform: rotate(45deg);
  margin-left: 60px;
}

.border-red {
  border:2px solid #BD173C;
  background-color:#fff;
  color:#BD173C;
}
.border-red:hover {
  background-color:#BD173C;
  color:#fff;
}
label.btn,
.fixed-bottom-contact-bar {
  cursor:pointer;
}

/*2020.9.8追加*/
#fix-btn {
  display: none;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
}
#fix-btn img {
  width: 150px;
}
@media (max-width: 767px) {
  #fix-btn img {
   width: 200px;
  }
}
