/**------------------------------------
* import */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**------------------------------------
/* default variable*/
/**------------------------------------
* mixin */
/**------------------------------------
* common style */
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  background: #FFFFFF url(../img/common/bg.png) repeat center top;
  color: #5B3E38;
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
}
.browser-ie body {
  font-family: sans-serif;
}
@media screen and (max-width: 1365px) {
  body {
    min-width: 100%;
  }
}
a {
  color: #B58E3F;
  text-decoration: none;
  transition: all 0.3s;
}
a img {
  opacity: 1;
}
a:hover img {
  opacity: 0.7;
}
/* header
----------------------------*/
.header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 64px;
  background: #FFFFFF;
}
.header .headerArea {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 64px;
}
.header .headerArea .logoArea {
  position: absolute;
  top: 11px;
  left: 24px;
  width: 413px;
  height: 47px;
}
.header .headerArea .logoArea img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1365px) {
  .header .headerArea .logoArea {
    top: 16px;
    left: 16px;
    width: 278px;
    height: 27px;
  }
}
@media screen and (max-width: 1365px) {
  .header .headerArea .menuBtn,
  .header .headerArea .closeBtn {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 70px;
    height: 64px;
    cursor: pointer;
  }
  .header .headerArea .menuBtn img,
  .header .headerArea .closeBtn img {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 30px;
    height: 23px;
    object-fit: contain;
  }
  .header .headerArea .menuBtn.on,
  .header .headerArea .closeBtn.on {
    display: block;
  }
  .header .headerArea .menuBtn span,
  .header .headerArea .closeBtn span {
    position: absolute;
    top: 39px;
    right: 11px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
  }
  .browser-ie .header .headerArea .menuBtn span,
  .browser-ie .header .headerArea .closeBtn span {
    font-family: sans-serif;
  }
}
.header .headerArea .naviArea {
  position: absolute;
  top: 0;
  right: 0;
  width: 875px;
  height: 64px;
}
.header .headerArea .naviArea .gNaviMain {
  list-style: none;
  margin: 0 180px 0 0;
  padding: 0;
  width: 695px;
  height: 64px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-auto-rows: 64px;
  justify-items: stretch;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem {
  margin: 0;
  padding: 0;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 53px;
  color: #5B3E38;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 53px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
.browser-ie .header .headerArea .naviArea .gNaviMain .gNaviMainItem a {
  font-family: serif;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem a p {
  margin: 0;
  padding: 0;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem a::before {
  position: absolute;
  content: '';
  height: 0px;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  background: #058944;
  opacity: 0;
  transition: all 0.3s;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem a::after {
  position: absolute;
  content: '';
  height: 17px;
  width: 1px;
  display: block;
  top: 18px;
  right: 0;
  background: #5B3E38;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem a:hover {
  color: #058944;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem a:hover::before {
  height: 6px;
  opacity: 1;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem:last-child a::after {
  display: none;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem.active a {
  color: #058944;
}
.header .headerArea .naviArea .gNaviMain .gNaviMainItem.active a::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  background: #058944;
  opacity: 1;
}
.header .headerArea .naviArea .toInquiry {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 180px;
  height: 64px;
  margin: 0;
  background: #219A53 url(../img/common/mail_w.svg) no-repeat left 26px center;
  background-size: 24px 16px;
}
.header .headerArea .naviArea .toInquiry a {
  color: #FFFFFF;
  text-decoration: none !important;
}
.header .headerArea .naviArea .toInquiry span {
  padding-left: 58px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 64px;
  text-align: left;
  color: #FFFFFF;
}
.browser-ie .header .headerArea .naviArea .toInquiry span {
  font-family: serif;
}
.header .headerArea .naviArea .freeTel {
  display: none;
}
@media screen and (max-width: 1365px) {
  .header .headerArea .naviArea {
    position: absolute;
    display: none;
    overflow: auto;
    box-sizing: border-box;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    background: #FFFFFF;
  }
  .header .headerArea .naviArea .gNaviMain {
    position: absolute;
    top: 72px;
    left: calc((100vw - 320px) / 2);
    width: 320px;
    height: auto;
    grid-template-columns: 100%;
    grid-auto-rows: 60px 60px 60px 60px 60px 60px;
    justify-items: stretch;
  }
  .header .headerArea .naviArea .gNaviMain .gNaviMainItem a {
    box-sizing: border-box;
    width: 320px;
    height: 60px;
    font-size: 18px;
    text-indent: 21px;
    line-height: 59px;
    text-align: left;
    border-top: 1px solid #5B3E38;
  }
  .header .headerArea .naviArea .gNaviMain .gNaviMainItem a p {
    margin: 0;
    padding: 0;
  }
  .header .headerArea .naviArea .gNaviMain .gNaviMainItem a::after {
    display: none;
  }
  .header .headerArea .naviArea .gNaviMain .gNaviMainItem a::before {
    position: absolute;
    content: '';
    height: 60px;
    width: 0;
    display: block;
    top: 0;
    left: 0;
    background: #058944;
    opacity: 0;
    transition: all 0.3s;
  }
  .header .headerArea .naviArea .gNaviMain .gNaviMainItem a:hover::before {
    width: 6px;
    height: 60px;
    opacity: 1;
  }
  .header .headerArea .naviArea .gNaviMain .gNaviMainItem:last-child a {
    border-bottom: 1px solid #5B3E38;
  }
  .header .headerArea .naviArea .gNaviMain .gNaviMainItem.active a {
    color: #058944;
  }
  .header .headerArea .naviArea .gNaviMain .gNaviMainItem.active a::before {
    position: absolute;
    content: '';
    height: 60px;
    width: 6px;
    display: block;
    top: 0;
    left: 0;
    background: #058944;
    opacity: 1;
  }
  .header .headerArea .naviArea .menu {
    position: absolute;
    display: block;
    top: 40px;
    left: calc((100vw - 320px) / 2);
    width: 110px;
    height: 32px;
    background: #219A53;
    font-family: 'BIZ UDPMincho', serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
  }
  .browser-ie .header .headerArea .naviArea .menu {
    font-family: serif;
  }
  .header .headerArea .naviArea .toInquiry {
    position: absolute;
    display: block;
    top: 683px;
    left: calc((100vw - 320px) / 2);
    box-sizing: border-box;
    width: 320px;
    height: 60px;
    margin: 0;
    background: #219A53 url(../img/common/mail_w.svg) no-repeat left 48px center;
    background-size: 30px 20px;
  }
  .header .headerArea .naviArea .toInquiry a {
    color: #FFFFFF;
    text-decoration: none !important;
  }
  .header .headerArea .naviArea .toInquiry span {
    padding-left: 94px;
    font-family: 'BIZ UDPMincho', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 60px;
    text-align: left;
    color: #FFFFFF;
  }
  .browser-ie .header .headerArea .naviArea .toInquiry span {
    font-family: serif;
  }
  .header .headerArea .naviArea .toInquiry span.not-pc {
    display: inline;
    padding-left: 0;
  }
  .header .headerArea .naviArea .toInquiry::after {
    box-sizing: border-box;
    display: block;
    position: absolute;
    content: '';
    width: 320px;
    height: 37px;
    transform: translateY(100%);
    bottom: 0;
    left: 0;
  }
  .header .headerArea .naviArea .freeTel {
    position: absolute;
    top: 451px;
    left: calc((100vw - 320px) / 2);
    width: 320px;
    height: 140px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    justify-content: center;
  }
  .header .headerArea .naviArea .freeTel .title {
    display: inline-block;
    box-sizing: border-box;
    width: 266px;
    height: 24px;
    margin: 17.5px 0 0;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .header .headerArea .naviArea .freeTel .title span {
    display: inline-block;
    margin: 0 0 0 9px;
    width: 88px;
    height: 24px;
    background: #BC1523;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
  }
  .header .headerArea .naviArea .freeTel .tel-link {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #A37413;
  }
  .header .headerArea .naviArea .freeTel .timeline {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    width: 250px;
    height: 30px;
    border-radius: 31px;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
  .header .headerArea .naviArea .toContact {
    position: absolute;
    display: block;
    top: 607px;
    left: calc((100vw - 320px) / 2);
    box-sizing: border-box;
    width: 320px;
    height: 60px;
    margin: 0;
    background: #A37413 url(../img/common/tel_w.svg) no-repeat left 38px center;
    background-size: 24px 24px;
  }
  .header .headerArea .naviArea .toContact a {
    color: #FFFFFF;
    text-decoration: none !important;
  }
  .header .headerArea .naviArea .toContact span {
    padding-left: 72px;
    font-family: 'BIZ UDPMincho', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 60px;
    text-align: left;
    letter-spacing: 2.34px;
    color: #FFFFFF;
  }
  .browser-ie .header .headerArea .naviArea .toContact span {
    font-family: serif;
  }
}
@media screen and (max-width: 1365px) {
  .header {
    height: 64px;
  }
}
/* main
----------------------------*/
.main {
  position: relative;
  overflow: hidden;
  margin: 64px 0 0;
  width: 100%;
}
.mainTitle {
  width: 100%;
  position: relative;
  margin: 0 auto 150px;
}
.mainTitle::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  z-index: 2;
}
.mainTitle img {
  width: 100%;
  object-fit: contain;
}
.mainTitle h1 {
  position: absolute;
  left: calc((100% - 1088px) / 2);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  z-index: 3;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  color: #5B3E38;
}
.browser-ie .mainTitle h1 {
  font-family: serif;
}
.mainTitle .pankuzu {
  position: absolute;
  left: calc((100% - 1088px) / 2);
  bottom: -30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainTitle .pankuzu li {
  float: left;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.browser-ie .mainTitle .pankuzu li {
  font-family: serif;
}
.mainTitle .pankuzu li:before {
  content: '／';
  margin: 0 4px;
}
.mainTitle .pankuzu li.root:before {
  content: '';
  margin: 0;
}
.mainTitle .pankuzu li a {
  text-decoration: none;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .mainTitle {
    margin: 0 auto 90px;
  }
  .mainTitle::before {
    display: none;
  }
  .mainTitle h1 {
    left: 76px;
  }
  .mainTitle .pankuzu {
    left: 76px;
    bottom: -36px;
  }
}
@media screen and (max-width: 699px) {
  .mainTitle {
    margin: 0 auto 90px;
  }
  .mainTitle::before {
    display: none;
  }
  .mainTitle h1 {
    left: 24px;
    font-size: 32px;
    line-height: 38px;
  }
  .mainTitle .pankuzu {
    left: 24px;
    bottom: -30px;
  }
}
h2.marked {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: auto;
  height: 100px;
  background: url(../img/common/midasi_parts.png) no-repeat left top;
  margin: 0 auto 56px;
  padding: 20px 0 0 149px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie h2.marked {
  font-family: serif;
}
h2.marked .sp-br {
  display: none;
}
@media screen and (max-width: 699px) {
  h2.marked {
    min-width: 145px;
    height: auto;
    background: url(../img/common/midasi_parts_sp.png) no-repeat center top;
    background-size: 137px 73px;
    padding: 77px 0 0;
    text-align: center;
    line-height: 48px;
  }
  h2.marked .sp-br {
    display: inline;
  }
}
.leaves {
  position: relative;
  width: 1023px;
  height: 293px;
  margin: 0 auto 56px;
  padding: 0;
  list-style: none;
}
.leaves li {
  position: absolute;
  display: block;
  width: 325px;
  height: 134px;
}
.leaves .leaf1 {
  top: 0;
  left: 174px;
  background: url(../img/common/leaf1.png) no-repeat center center;
}
.leaves .leaf2 {
  top: 0;
  right: 174px;
  background: url(../img/common/leaf2.png) no-repeat center center;
}
.leaves .leaf3 {
  bottom: 0;
  left: 0;
  background: url(../img/common/leaf3.png) no-repeat center center;
}
.leaves .leaf4 {
  bottom: 0;
  left: 349px;
  background: url(../img/common/leaf4.png) no-repeat center center;
}
.leaves .leaf5 {
  bottom: 0;
  right: 0;
  background: url(../img/common/leaf5.png) no-repeat center center;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .leaves {
    width: calc(100vw - 152px);
    height: calc((50vw - 91.5px) * 1.237 + 60px);
    margin: 0 auto 54px;
    display: grid;
    grid-template-columns: auto auto;
    grid-auto-rows: auto auto auto;
  }
  .leaves li {
    position: relative;
    width: calc(50vw - 91.5px);
    height: calc((50vw - 91.5px) * 0.412);
  }
  .leaves .leaf1 {
    top: auto;
    left: auto;
    background: url(../img/common/leaf1.png) no-repeat center center;
    background-size: contain;
  }
  .leaves .leaf2 {
    top: auto;
    right: auto;
    background: url(../img/common/leaf2.png) no-repeat center center;
    background-size: contain;
  }
  .leaves .leaf3 {
    bottom: auto;
    left: auto;
    background: url(../img/common/leaf3.png) no-repeat center center;
    background-size: contain;
  }
  .leaves .leaf4 {
    bottom: auto;
    left: auto;
    background: url(../img/common/leaf4.png) no-repeat center center;
    background-size: contain;
  }
  .leaves .leaf5 {
    bottom: auto;
    right: auto;
    background: url(../img/common/leaf5.png) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (max-width: 699px) {
  .leaves {
    width: calc(100vw - 48px);
    height: auto;
    margin: 0 auto 54px;
    display: grid;
    grid-template-columns: auto;
    grid-auto-rows: auto auto auto auto auto;
  }
  .leaves li {
    position: relative;
    width: 100%;
    height: 111px;
    margin-bottom: 24px;
  }
  .leaves .leaf1 {
    top: auto;
    left: auto;
    background: url(../img/common/leaf1.png) no-repeat right center;
    background-size: contain;
  }
  .leaves .leaf2 {
    top: auto;
    right: auto;
    background: url(../img/common/leaf2.png) no-repeat left center;
    background-size: contain;
  }
  .leaves .leaf3 {
    bottom: auto;
    left: auto;
    background: url(../img/common/leaf3.png) no-repeat right center;
    background-size: contain;
  }
  .leaves .leaf4 {
    bottom: auto;
    left: auto;
    background: url(../img/common/leaf4.png) no-repeat left center;
    background-size: contain;
  }
  .leaves .leaf5 {
    bottom: auto;
    right: auto;
    background: url(../img/common/leaf5.png) no-repeat right center;
    background-size: contain;
  }
}
.linkButton {
  box-sizing: border-box;
  position: relative;
  height: 50px;
  margin: 0 auto 0;
  padding: 17px 60px;
  border: 1px solid #5B3E38;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  color: #5B3E38;
}
.browser-ie .linkButton {
  font-family: serif;
}
.linkButton span {
  box-sizing: border-box;
  padding-left: 20px;
  background: url(../img/common/triangle.svg) no-repeat left center;
}
.linkButton:hover {
  color: #FFFFFF;
  background-color: #5B3E38;
}
.linkButton:hover span {
  background: url(../img/common/triangle-w.svg) no-repeat left center;
}
/* 樹木葬とは
----------------------------*/
.aboutColumn {
  width: 1040px;
  position: relative;
  margin: 0 auto 160px;
  background: url(../img/about/illust01.png) no-repeat left top;
}
.aboutColumn .column {
  width: 504px;
  margin: 0 0 0 536px;
}
.aboutColumn .column h2 {
  margin: 0 0 24px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  color: #469883;
}
.browser-ie .aboutColumn .column h2 {
  font-family: serif;
}
.aboutColumn .column p {
  margin: 0 0 56px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: justify;
  color: #5B3E38;
}
.browser-ie .aboutColumn .column p {
  font-family: sans-serif;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .aboutColumn {
    width: calc(100vw - 192px);
    margin: 0 auto 120px;
    padding-top: 420px;
    background: url(../img/about/illust01.png) no-repeat center top;
  }
  .aboutColumn .column {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 699px) {
  .aboutColumn {
    width: calc(100vw - 50px);
    margin: 0 auto 100px;
    padding-top: calc((100vw - 50px) * 0.744 + 39px);
    background: url(../img/about/illust01.png) no-repeat center top;
    background-size: contain;
  }
  .aboutColumn .column {
    width: 100%;
    margin: 0;
  }
}
.recommendedFor {
  width: 1022px;
  position: relative;
  margin: 0 auto 160px;
  text-align: center;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .recommendedFor {
    width: calc(100vw - 152px);
    margin: 0 auto 56px;
  }
}
@media screen and (max-width: 699px) {
  .recommendedFor {
    width: calc(100vw - 48px);
    margin: 0 auto 55px;
  }
}
.structureColumn {
  width: 700px;
  position: relative;
  margin: 0 auto 104px;
  text-align: center;
}
.structureColumn .flows {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.structureColumn .flows li {
  position: relative;
  display: block;
  margin: 20px 0 78px;
  width: 700px;
  height: 270px;
  box-shadow: 5px 5px 8px #0000001A;
  border-radius: 16px;
}
.structureColumn .flows li .sub {
  position: absolute;
  top: -20px;
  left: 32px;
  width: 82px;
  height: 40px;
  background: #6E5D56;
  border-radius: 8px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
}
.browser-ie .structureColumn .flows li .sub {
  font-family: serif;
}
.structureColumn .flows li .block {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 326px;
  transform: translateY(-50%);
}
.structureColumn .flows li .block .title {
  margin: 0 0 24px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  text-align: left;
  color: #469883;
}
.browser-ie .structureColumn .flows li .block .title {
  font-family: serif;
}
.structureColumn .flows li .block .body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #5B3E38;
}
.browser-ie .structureColumn .flows li .block .body {
  font-family: sans-serif;
}
.structureColumn .flows li .step {
  position: absolute;
  bottom: -58px;
  left: 50%;
  width: 136px;
  height: 38px;
  transform: translateX(-50%);
  background: #469883;
  border-radius: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
}
.browser-ie .structureColumn .flows li .step {
  font-family: sans-serif;
}
.structureColumn .flows li .step::before {
  position: absolute;
  content: '';
  top: -20px;
  left: 50%;
  width: 1px;
  height: 78px;
  background: #469883;
  transform: translateX(-50%);
  z-index: -1;
}
.structureColumn .flows li.flow1 {
  background: #FFFFFF url(../img/about/step01.png) no-repeat left 32px center;
}
.structureColumn .flows li.flow2 {
  background: #FFFFFF url(../img/about/step02.png) no-repeat left 32px center;
}
.structureColumn .flows li.flow3 {
  background: #FFFFFF url(../img/about/step03.png) no-repeat left 32px center;
}
.structureColumn .flows li.flow4 {
  background: #FFFFFF url(../img/about/step04.png) no-repeat left 32px center;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .structureColumn {
    width: calc(100vw - 192px);
  }
  .structureColumn .flows li {
    width: 100%;
  }
  .structureColumn .flows li .block {
    right: 20px;
    width: calc(100% - 350px);
  }
  .structureColumn .flows li .block .title {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 699px) {
  .structureColumn {
    width: calc(100vw - 48px);
    margin: 0 auto 26px;
  }
  .structureColumn .flows li {
    margin: 20px 0 98px;
    width: 100%;
    height: 385px;
  }
  .structureColumn .flows li .block {
    top: 246px;
    left: 24px;
    right: auto;
    width: calc(100% - 48px);
    transform: translateY(0);
  }
  .structureColumn .flows li .block .title {
    margin: 0 0 16px;
  }
  .structureColumn .flows li .step::before {
    height: 98px;
  }
  .structureColumn .flows li.flow1 {
    background: #FFFFFF url(../img/about/step01.png) no-repeat center top 16px;
  }
  .structureColumn .flows li.flow2 {
    background: #FFFFFF url(../img/about/step02.png) no-repeat center top 16px;
  }
  .structureColumn .flows li.flow3 {
    background: #FFFFFF url(../img/about/step03.png) no-repeat center top 16px;
  }
  .structureColumn .flows li.flow4 {
    background: #FFFFFF url(../img/about/step04.png) no-repeat center top 16px;
  }
}
/* ご契約の流れ
----------------------------*/
.beforeFlow {
  width: 1126px;
  position: relative;
  margin: 0 auto 158px;
  text-align: center;
}
.beforeFlow .flows {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.beforeFlow .flows li {
  position: relative;
  display: block;
  margin: 0 0 44px;
  width: 1126px;
  height: 380px;
  box-shadow: 5px 5px 8px #0000001A;
  border-radius: 16px;
}
.beforeFlow .flows li .block {
  position: absolute;
  top: 50%;
  right: 60px;
  width: 570px;
  transform: translateY(-50%);
  text-align: left;
}
.beforeFlow .flows li .block .title {
  margin: 0 0 24px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  color: #469883;
}
.browser-ie .beforeFlow .flows li .block .title {
  font-family: serif;
}
.beforeFlow .flows li .block .body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #5B3E38;
}
.browser-ie .beforeFlow .flows li .block .body {
  font-family: sans-serif;
}
.beforeFlow .flows li .block a {
  margin: 40px 0 0;
  display: inline-block;
  line-height: 14px;
}
.beforeFlow .flows li .block a span {
  line-height: 14px;
}
.beforeFlow .flows li.flow1 {
  background: #FFFFFF url(../img/flow/step01.png) no-repeat left 40px center;
}
.beforeFlow .flows li.flow2 {
  background: #FFFFFF url(../img/flow/step02.png) no-repeat left 40px center;
}
.beforeFlow .flows li.flow3 {
  background: #FFFFFF url(../img/flow/step03.png) no-repeat left 40px center;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .beforeFlow {
    width: calc(100vw - 192px);
  }
  .beforeFlow .flows li {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 340px 0 20px;
  }
  .beforeFlow .flows li .block {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 40px);
    transform: translateY(0);
    margin: 0 auto;
  }
  .beforeFlow .flows li.flow1 {
    background: #FFFFFF url(../img/flow/step01.png) no-repeat center top 20px;
  }
  .beforeFlow .flows li.flow2 {
    background: #FFFFFF url(../img/flow/step02.png) no-repeat center top 20px;
  }
  .beforeFlow .flows li.flow3 {
    background: #FFFFFF url(../img/flow/step03.png) no-repeat center top 20px;
  }
}
@media screen and (max-width: 699px) {
  .beforeFlow {
    width: calc(100vw - 32px);
  }
  .beforeFlow .flows li {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: calc((100% - 48px) * 0.75 + 40px) 0 20px;
  }
  .beforeFlow .flows li .block {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 48px);
    transform: translateY(0);
    margin: 0 auto;
  }
  .beforeFlow .flows li .block .title {
    padding-left: 3.7rem;
    line-height: 48px;
    text-indent: -3.7rem;
  }
  .beforeFlow .flows li .block a {
    padding: 15px 32px;
    height: auto;
    line-height: 26px;
  }
  .beforeFlow .flows li.flow1 {
    background: #FFFFFF url(../img/flow/step01.png) no-repeat center top 20px;
    background-size: calc(100% - 40px) auto;
  }
  .beforeFlow .flows li.flow2 {
    background: #FFFFFF url(../img/flow/step02.png) no-repeat center top 20px;
    background-size: calc(100% - 40px) auto;
  }
  .beforeFlow .flows li.flow3 {
    background: #FFFFFF url(../img/flow/step03.png) no-repeat center top 20px;
    background-size: calc(100% - 40px) auto;
  }
}
.afterFlow {
  width: 1126px;
  position: relative;
  margin: 0 auto 106px;
  text-align: center;
}
.afterFlow .flows {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.afterFlow .flows li {
  position: relative;
  display: block;
  margin: 0 0 44px;
  width: 1126px;
  height: 380px;
  box-shadow: 5px 5px 8px #0000001A;
  border-radius: 16px;
}
.afterFlow .flows li .block {
  position: absolute;
  top: 50%;
  right: 60px;
  width: 570px;
  transform: translateY(-50%);
}
.afterFlow .flows li .block .title {
  margin: 0 0 24px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  text-align: left;
  color: #469883;
}
.browser-ie .afterFlow .flows li .block .title {
  font-family: serif;
}
.afterFlow .flows li .block .body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #5B3E38;
}
.browser-ie .afterFlow .flows li .block .body {
  font-family: sans-serif;
}
.afterFlow .flows li .title2 {
  margin: 0 0 24px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #469883;
}
.browser-ie .afterFlow .flows li .title2 {
  font-family: serif;
}
.afterFlow .flows li .body2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #5B3E38;
}
.browser-ie .afterFlow .flows li .body2 {
  font-family: sans-serif;
}
.afterFlow .flows li.flow1 {
  background: #FFFFFF url(../img/flow/after_step01.png) no-repeat left 40px center;
}
.afterFlow .flows li.flow2 {
  background: #FFFFFF url(../img/flow/after_step02.png) no-repeat left 40px center;
}
.afterFlow .flows li.flow3 {
  height: 162px;
  padding: 41px 0 0;
  background: #FFFFFF;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .afterFlow {
    width: calc(100vw - 192px);
  }
  .afterFlow .flows li {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 340px 0 20px;
  }
  .afterFlow .flows li .block {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 40px);
    transform: translateY(0);
    margin: 0 auto;
  }
  .afterFlow .flows li.flow1 {
    background: #FFFFFF url(../img/flow/after_step01.png) no-repeat center top 20px;
  }
  .afterFlow .flows li.flow2 {
    background: #FFFFFF url(../img/flow/after_step02.png) no-repeat center top 20px;
  }
  .afterFlow .flows li.flow3 {
    padding: 41px 20px 0;
  }
  .afterFlow .flows li .title2 {
    text-align: left;
  }
  .afterFlow .flows li .body2 {
    text-align: left;
  }
}
@media screen and (max-width: 699px) {
  .afterFlow {
    width: calc(100vw - 32px);
  }
  .afterFlow .flows li {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: calc((100% - 48px) * 0.75 + 40px) 0 20px;
  }
  .afterFlow .flows li .block {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 48px);
    transform: translateY(0);
    margin: 0 auto;
  }
  .afterFlow .flows li .block .title {
    padding-left: 3.7rem;
    line-height: 48px;
    text-indent: -3.7rem;
  }
  .afterFlow .flows li .block a {
    padding: 15px 32px;
    height: auto;
    line-height: 26px;
  }
  .afterFlow .flows li.flow1 {
    background: #FFFFFF url(../img/flow/after_step01.png) no-repeat center top 20px;
    background-size: calc(100% - 40px) auto;
  }
  .afterFlow .flows li.flow2 {
    background: #FFFFFF url(../img/flow/step02.png) no-repeat center top 20px;
    background-size: calc(100% - 40px) auto;
  }
  .afterFlow .flows li.flow3 {
    height: auto;
    padding: 41px 20px 20px;
  }
  .afterFlow .flows li .title2 {
    text-align: left;
  }
  .afterFlow .flows li .body2 {
    text-align: left;
  }
}
.faqContent {
  width: 1126px;
  position: relative;
  margin: 0 auto 150px;
  text-align: center;
}
.faqContent .faqs {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: auto auto auto auto auto;
  justify-items: stretch;
}
.faqContent .faqs li .details {
  position: relative;
  display: block;
  margin: 0 auto 32px;
  padding: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 5px 5px 8px #0000001A;
  border-radius: 16px;
  transition: all 0.5s;
}
.faqContent .faqs li .details .summary {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 40px 0;
  border-radius: 16px;
  width: 100%;
  background: #FFFFFF;
}
.faqContent .faqs li .details .summary h3 {
  position: relative;
  margin: 0 50px 0 106px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  height: 40px;
  color: #469883;
}
.browser-ie .faqContent .faqs li .details .summary h3 {
  font-family: serif;
}
.faqContent .faqs li .details .summary h3:before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  content: 'Q';
  width: 40px;
  height: 34px;
  transform: translateY(-50%);
  top: 50%;
  left: -66px;
  font-size: 40px;
}
.faqContent .faqs li .details .summary .plus {
  position: absolute;
  top: 50%;
  right: 58px;
  color: #469883;
  width: 32px;
  height: 2px;
  background-color: #469883;
}
.faqContent .faqs li .details .summary .plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: 0.5s;
}
.faqContent .faqs li .details .contents {
  position: absolute;
  bottom: 40px;
  left: 106px;
  width: 962px;
  height: 58px;
  transition: 0.5s;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  transform: translateY(-100%);
  height: 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
.browser-ie .faqContent .faqs li .details .contents {
  font-family: sans-serif;
}
.faqContent .faqs li .details.open {
  height: 218px;
}
.faqContent .faqs li .details.open .plus::before {
  transform: rotate(0deg);
}
.faqContent .faqs li .details.open .contents {
  transform: translateY(0);
  height: auto;
  opacity: 1;
}
.faqContent .faqs li .details .small {
  font-size: 0.7em;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .faqContent {
    width: calc(100vw - 192px);
  }
  .faqContent .faqs li .details .summary {
    padding: 40px 0;
  }
  .faqContent .faqs li .details .summary h3 {
    margin: 0 74px 0 74px;
    height: auto;
  }
  .faqContent .faqs li .details .summary h3:before {
    top: 0;
    left: -56px;
    transform: translateY(0);
  }
  .faqContent .faqs li .details .summary .plus {
    right: 24px;
  }
  .faqContent .faqs li .details .contents {
    position: relative;
    display: block;
    bottom: auto;
    left: auto;
    width: calc(100% - 48px);
    margin: 0 auto 0;
    transform: translateY(-100%);
    height: 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
  }
  .faqContent .faqs li .details.open {
    height: auto;
    padding: 0 0 40px;
  }
  .faqContent .faqs li .details .small {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 699px) {
  .faqContent {
    width: calc(100vw - 32px);
  }
  .faqContent .faqs li .details {
    padding: 0 0 8px;
  }
  .faqContent .faqs li .details .summary {
    padding: 40px 0 32px;
  }
  .faqContent .faqs li .details .summary h3 {
    margin: 0 74px 0 68px;
    height: auto;
  }
  .faqContent .faqs li .details .summary h3:before {
    top: 0;
    left: -48px;
    transform: translateY(0);
    width: 28px;
    height: 32px;
  }
  .faqContent .faqs li .details .summary .plus {
    right: 24px;
  }
  .faqContent .faqs li .details .contents {
    position: relative;
    display: block;
    bottom: auto;
    left: auto;
    width: calc(100% - 48px);
    margin: 0 auto 0;
    transform: translateY(-100%);
    height: 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.5s;
  }
  .faqContent .faqs li .details.open {
    height: auto;
    padding: 0 0 40px;
  }
}
/* 区画・費用
----------------------------*/
.singleColumn {
  width: 1024px;
  position: relative;
  margin: 0 auto 120px;
}
.singleColumn p {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .singleColumn p {
  font-family: sans-serif;
}
.singleColumn p.note {
  margin: 16px 0 0;
  font-size: 16px;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .singleColumn {
    width: calc(100vw - 192px);
  }
}
@media screen and (max-width: 699px) {
  .singleColumn {
    width: calc(100vw - 32px);
    margin: 0 auto 100px;
  }
  .singleColumn p {
    text-align: justify;
  }
}
.priceColumn {
  width: 1000px;
  position: relative;
  margin: 0 auto 163px;
  text-align: center;
}
.priceColumn .sub {
  margin: 0 auto 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
}
.browser-ie .priceColumn .sub {
  font-family: sans-serif;
}
.priceColumn .image {
  margin: 0 auto 60px;
}
.priceColumn .detail {
  width: 800px;
  text-align: left;
  margin: 0 auto 32px;
}
.priceColumn .detail li {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
.browser-ie .priceColumn .detail li {
  font-family: sans-serif;
}
.priceColumn dl {
  width: 800px;
  margin: 0 auto 15px;
  display: grid;
  grid-template-columns: 200px 200px 200px 200px;
  grid-auto-rows: 60px 60px;
  justify-items: stretch;
}
.priceColumn dl dt {
  box-sizing: border-box;
  background: #469883;
  border-left: 1px solid #FFFFFF;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  color: #FFFFFF;
}
.browser-ie .priceColumn dl dt {
  font-family: sans-serif;
}
.priceColumn dl dt:first-child {
  border-left: none;
}
.priceColumn dl dt:nth-of-type(2) {
  grid-row: 1;
  grid-column: 2;
}
.priceColumn dl dt:nth-of-type(3) {
  grid-row: 1;
  grid-column: 3;
}
.priceColumn dl dt:nth-of-type(4) {
  grid-row: 1;
  grid-column: 4;
}
.priceColumn dl dd {
  box-sizing: border-box;
  background: #FFFFFF;
  border-left: 1px solid #469883;
  border-bottom: 1px solid #469883;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  color: #5B3E38;
}
.browser-ie .priceColumn dl dd {
  font-family: sans-serif;
}
.priceColumn dl dd:nth-of-type(1) {
  border-left: none;
}
.priceColumn .notes {
  width: 800px;
  margin: 0 auto 72px;
  padding: 0;
}
.priceColumn .notes li {
  float: left;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
.browser-ie .priceColumn .notes li {
  font-family: sans-serif;
}
.priceColumn .notes li:before {
  content: '※';
  margin: 0 4px;
}
.priceColumn h3 {
  margin: 0 auto 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
.browser-ie .priceColumn h3 {
  font-family: sans-serif;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .priceColumn {
    width: calc(100vw - 192px);
  }
  .priceColumn .image {
    margin: 0 auto 60px;
  }
  .priceColumn .image img {
    width: 100%;
    object-fit: contain;
  }
  .priceColumn .detail {
    width: 100%;
    padding: 0 0 0 1.5em;
    box-sizing: border-box;
    text-align: justify;
  }
  .priceColumn dl {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .priceColumn .notes {
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .priceColumn {
    width: calc(100vw - 32px);
    margin: 0 auto 100px;
  }
  .priceColumn .sub {
    margin: 0 auto 32px;
    line-height: 28px;
    text-align: justify;
  }
  .priceColumn .image {
    margin: 0 auto 32px;
  }
  .priceColumn .image img {
    width: 100%;
    object-fit: contain;
  }
  .priceColumn .detail {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 1.5em;
  }
  .priceColumn .detail li {
    text-align: justify;
  }
  .priceColumn dl {
    width: 100%;
    margin: 0 auto 10px;
    grid-template-columns: auto auto;
    grid-auto-rows: 60px 60px 60px 60px;
  }
  .priceColumn dl dt {
    border-bottom: 1px solid #FFFFFF;
    border-left: none;
  }
  .priceColumn dl dt:nth-of-type(2) {
    grid-row: 2;
    grid-column: 1;
  }
  .priceColumn dl dt:nth-of-type(3) {
    grid-row: 3;
    grid-column: 1;
  }
  .priceColumn dl dt:nth-of-type(4) {
    grid-row: 4;
    grid-column: 1;
  }
  .priceColumn dl dd {
    border-left: none;
  }
  .priceColumn .notes {
    width: 100%;
    margin: 0 auto 60px;
    text-align: left;
  }
  .priceColumn .notes li {
    float: none;
    margin: 0;
  }
}
.plateColumn {
  width: 1100px;
  position: relative;
  margin: 0 auto 152px;
  text-align: center;
}
.plateColumn h3 {
  margin: 0 auto 56px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  color: #469883;
}
.browser-ie .plateColumn h3 {
  font-family: serif;
}
.plateColumn h3 span {
  display: block;
  margin: 16px 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #5B3E38;
}
.browser-ie .plateColumn h3 span {
  font-family: sans-serif;
}
.plateColumn .letters {
  list-style: none;
  margin: 0 auto 71px;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-auto-rows: auto auto;
  justify-items: stretch;
}
.plateColumn .letters li {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0 0 49px;
  padding: 32px 24px;
  width: 342px;
  background: #FFFFFF;
  box-shadow: 5px 5px 8px #0000001A;
  border-radius: 16px;
}
.plateColumn .letters li .title {
  margin: 0 0 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #5B3E38;
}
.browser-ie .plateColumn .letters li .title {
  font-family: sans-serif;
}
.plateColumn .letters li .image {
  width: 240px;
  height: 240px;
  margin: 0 auto 8px;
}
.plateColumn .letters li .body {
  width: 240px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .plateColumn .letters li .body {
  font-family: sans-serif;
}
.plateColumn .letters li .note {
  width: 240px;
  margin: 7px auto 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .plateColumn .letters li .note {
  font-family: sans-serif;
}
.plateColumn .stones {
  list-style: none;
  margin: 0 auto 79px;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-auto-rows: auto;
  justify-items: stretch;
}
.plateColumn .stones li {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0;
  width: 260px;
  background: #FFFFFF;
  box-shadow: 5px 5px 8px #0000001A;
  border-radius: 16px;
}
.plateColumn .stones li .title {
  margin: 32px 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #5B3E38;
}
.browser-ie .plateColumn .stones li .title {
  font-family: sans-serif;
}
.plateColumn .stones li .image {
  width: 150px;
  height: 150px;
  margin: 0 auto 8px;
}
.plateColumn .stones li .body {
  width: 150px;
  margin: 0 auto 33px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .plateColumn .stones li .body {
  font-family: sans-serif;
}
.plateColumn .stones:last-of-type {
  margin: 0 auto 32px;
}
.plateColumn .stones:last-of-type li:last-of-type {
  background: none;
  box-shadow: none;
}
.plateColumn p {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .plateColumn p {
  font-family: sans-serif;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .plateColumn {
    width: calc(100vw - 192px);
  }
  .plateColumn .letters {
    display: flex;
    flex-wrap: wrap;
    column-gap: 37px;
    justify-content: space-between;
  }
  .plateColumn .letters li {
    flex-basis: 342px;
    flex-grow: 1;
  }
  .plateColumn .letters li .title {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .plateColumn .letters li .image {
    max-width: 100%;
    margin: 0 auto 8px;
  }
  .plateColumn .letters li .image img {
    width: 100%;
    object-fit: contain;
  }
  .plateColumn .letters li .body {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .plateColumn .letters li .note {
    max-width: 100%;
    font-size: 14px;
    line-height: 30px;
  }
  .plateColumn .stones {
    margin: 0 auto 79px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 49px;
    justify-content: space-between;
  }
  .plateColumn .stones li {
    flex-basis: 260px;
    flex-grow: 1;
  }
  .plateColumn .stones li .title {
    margin: 24px 0 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .plateColumn .stones li .body {
    font-size: 16px;
    line-height: 24px;
  }
  .plateColumn .stones:last-of-type {
    margin: 0 auto 0;
  }
  .plateColumn p {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #5B3E38;
  }
  .browser-ie .plateColumn p {
    font-family: sans-serif;
  }
}
@media screen and (max-width: 699px) {
  .plateColumn {
    width: calc(100vw - 32px);
    margin: 0 auto 106px;
  }
  .plateColumn h3 {
    margin: 0 auto 40px;
    line-height: 40px;
  }
  .plateColumn .letters {
    margin: 0 auto 76px;
    grid-template-columns: auto;
    grid-auto-rows: auto auto auto auto auto auto auto auto;
  }
  .plateColumn .letters li {
    margin: 0 0 24px;
    padding: 0;
    width: 100%;
    height: 50vw;
  }
  .plateColumn .letters li .title {
    position: absolute;
    display: block;
    content: '';
    width: calc(50% - 16px);
    height: 26px;
    top: 24px;
    right: 16px;
    text-align: left;
    margin: 0;
  }
  .plateColumn .letters li .image {
    position: absolute;
    display: block;
    content: '';
    width: calc(50vw - 48px);
    height: calc(50vw - 48px);
    top: 24px;
    left: 16px;
    margin: 0;
  }
  .plateColumn .letters li .image img {
    width: 100%;
    object-fit: contain;
  }
  .plateColumn .letters li .block {
    position: absolute;
    display: block;
    content: '';
    width: calc(50% - 16px);
    bottom: 24px;
    right: 16px;
  }
  .plateColumn .letters li .body {
    width: auto;
    margin: 0 auto;
  }
  .plateColumn .letters li .note {
    width: auto;
    margin: 6px auto 0;
    font-weight: 400;
  }
  .plateColumn .stones {
    margin: 0 auto 30px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto auto;
  }
  .plateColumn .stones li {
    margin: 0 0 49px;
    width: calc(100% - 7px);
  }
  .plateColumn .stones li .title {
    margin: 24px 15px 16px;
    text-align: justify;
  }
  .plateColumn .stones li .image {
    width: auto;
    height: auto;
    margin: 0 15px 8px;
  }
  .plateColumn .stones li .image img {
    width: 100%;
    object-fit: contain;
  }
  .plateColumn .stones li .body {
    width: auto;
    margin: 0 15px 24px;
    text-align: justify;
  }
  .plateColumn .stones li:nth-of-type(even) {
    margin-left: 7px;
  }
  .plateColumn .stones:last-of-type {
    margin: 0 auto 0;
  }
  .plateColumn p {
    text-align: justify;
  }
}
/* お墓じまい
----------------------------*/
.closedColumn {
  width: 1040px;
  height: 372px;
  position: relative;
  margin: 0 auto 150px;
  background: url(../img/closed/illust01.png) no-repeat left top;
}
.closedColumn .column {
  position: absolute;
  top: 50%;
  right: 0;
  width: 504px;
  transform: translateY(-50%);
  margin: 0 0 0 536px;
}
.closedColumn .column h2 {
  margin: 0 0 24px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  color: #469883;
}
.browser-ie .closedColumn .column h2 {
  font-family: serif;
}
.closedColumn .column p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: justify;
  color: #5B3E38;
  margin: 0;
}
.browser-ie .closedColumn .column p {
  font-family: sans-serif;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .closedColumn {
    width: calc(100vw - 192px);
    height: auto;
    margin: 0 auto 120px;
    padding-top: 420px;
    background: url(../img/closed/illust01.png) no-repeat center top;
  }
  .closedColumn .column {
    position: relative;
    top: auto;
    right: 0;
    transform: translateY(0);
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 699px) {
  .closedColumn {
    width: calc(100vw - 50px);
    height: auto;
    margin: 0 auto 120px;
    padding-top: calc((100vw - 50px) * 0.744 + 39px);
    background: url(../img/closed/illust01.png) no-repeat center top;
    background-size: contain;
  }
  .closedColumn .column {
    position: relative;
    top: auto;
    right: 0;
    transform: translateY(0);
    width: 100%;
    margin: 0;
  }
}
.leaves2 {
  position: relative;
  width: 902px;
  height: 288px;
  margin: 0 auto 150px;
  padding: 0;
  list-style: none;
}
.leaves2 li {
  position: absolute;
  display: block;
  width: 325px;
  height: 134px;
}
.leaves2 .leaf1 {
  top: 0;
  left: 0;
  background: url(../img/closed/leaf01.png) no-repeat center center;
}
.leaves2 .leaf2 {
  top: 0;
  left: 405px;
  background: url(../img/closed/leaf02.png) no-repeat center center;
}
.leaves2 .leaf3 {
  bottom: 0;
  right: 405px;
  background: url(../img/closed/leaf03.png) no-repeat center center;
}
.leaves2 .leaf4 {
  bottom: 0;
  right: 0;
  background: url(../img/closed/leaf04.png) no-repeat center center;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .leaves2 {
    width: calc(100vw - 152px);
    height: auto;
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: auto auto;
    grid-auto-rows: auto auto;
  }
  .leaves2 li {
    position: relative;
    width: calc(50vw - 91.5px);
    height: calc((50vw - 91.5px) * 0.412);
  }
  .leaves2 .leaf1 {
    top: auto;
    left: auto;
    background: url(../img/closed/leaf01.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 20px;
  }
  .leaves2 .leaf2 {
    top: auto;
    left: auto;
    background: url(../img/closed/leaf02.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 20px;
  }
  .leaves2 .leaf3 {
    bottom: auto;
    right: auto;
    background: url(../img/closed/leaf03.png) no-repeat center center;
    background-size: contain;
  }
  .leaves2 .leaf4 {
    bottom: auto;
    left: auto;
    background: url(../img/closed/leaf04.png) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (max-width: 699px) {
  .leaves2 {
    width: calc(100vw - 48px);
    height: auto;
    margin: 0 auto 76px;
    display: grid;
    grid-template-columns: auto;
    grid-auto-rows: auto auto auto auto;
  }
  .leaves2 li {
    position: relative;
    width: 100%;
    height: 111px;
    margin-bottom: 24px;
  }
  .leaves2 .leaf1 {
    top: auto;
    left: auto;
    background: url(../img/closed/leaf01.png) no-repeat right center;
    background-size: contain;
  }
  .leaves2 .leaf2 {
    top: auto;
    left: auto;
    background: url(../img/closed/leaf02.png) no-repeat left center;
    background-size: contain;
  }
  .leaves2 .leaf3 {
    bottom: auto;
    right: auto;
    background: url(../img/closed/leaf03.png) no-repeat right center;
    background-size: contain;
  }
  .leaves2 .leaf4 {
    bottom: auto;
    left: auto;
    background: url(../img/closed/leaf04.png) no-repeat left center;
    background-size: contain;
  }
}
.procedureColumn {
  width: 1126px;
  position: relative;
  margin: 0 auto 152px;
  text-align: center;
}
.procedureColumn .flows {
  list-style: none;
  margin: 0 auto 120px;
  padding: 0;
  width: 100%;
}
.procedureColumn .flows li {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0 0 32px;
  padding: 40px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 5px 5px 8px #0000001A;
  border-radius: 16px;
}
.procedureColumn .flows li .title {
  margin: 0 0 24px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  text-align: left;
  color: #469883;
}
.browser-ie .procedureColumn .flows li .title {
  font-family: serif;
}
.procedureColumn .flows li .body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #5B3E38;
}
.browser-ie .procedureColumn .flows li .body {
  font-family: sans-serif;
}
.procedureColumn .note {
  margin: 0 auto;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #5B3E38;
}
.browser-ie .procedureColumn .note {
  font-family: serif;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .procedureColumn {
    width: calc(100vw - 192px);
  }
  .procedureColumn .flows {
    margin: 0 auto 80px;
  }
  .procedureColumn .flows li {
    width: 100%;
    height: auto;
    padding: 32px 24px;
  }
}
@media screen and (max-width: 699px) {
  .procedureColumn {
    width: calc(100vw - 32px);
  }
  .procedureColumn .flows {
    margin: 0 auto 61px;
  }
  .procedureColumn .flows li {
    width: 100%;
    height: auto;
    padding: 20px 24px;
  }
  .procedureColumn .flows li .title {
    padding-left: 3.7rem;
    line-height: 48px;
    text-indent: -3.7rem;
  }
  .procedureColumn .flows li .body {
    height: auto;
  }
}
/* お客様の声
----------------------------*/
.customerReviews {
  width: 1040px;
  position: relative;
  margin: 0 auto 162px;
  text-align: center;
}
.customerReviews .reviews {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
  justify-content: space-evenly;
}
.customerReviews .reviews li {
  position: relative;
  display: block;
  margin: 0;
  width: 500px;
  min-height: 397px;
  background: #FFFFFF;
  box-shadow: 5px 5px 8px #0000001A;
  border-radius: 16px;
}
.customerReviews .reviews li .illust {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 40px;
  left: 69px;
}
.customerReviews .reviews li .name {
  position: absolute;
  width: 140px;
  top: 188px;
  left: 69px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .customerReviews .reviews li .name {
  font-family: sans-serif;
}
.customerReviews .reviews li .data {
  position: absolute;
  width: 140px;
  top: 219px;
  left: 69px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .customerReviews .reviews li .data {
  font-family: sans-serif;
}
.customerReviews .reviews li .letter {
  position: absolute;
  width: 190px;
  height: 200px;
  top: 40px;
  right: 69px;
}
.customerReviews .reviews li .letter .openDialog {
  box-sizing: border-box;
  position: absolute;
  width: 158px;
  height: 40px;
  top: 165px;
  left: 50%;
  border-radius: 6px;
  padding: 0 0 0 30px;
  transform: translateX(-50%);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  color: #FFFFFF;
  background: #8AA440 url(../img/voice/search-plus.png) no-repeat left 8px center;
}
.browser-ie .customerReviews .reviews li .letter .openDialog {
  font-family: sans-serif;
}
.customerReviews .reviews li .body {
  margin: 296px 40px 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #5B3E38;
}
.browser-ie .customerReviews .reviews li .body {
  font-family: sans-serif;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .customerReviews {
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .customerReviews {
    width: calc(100vw - 48px);
    margin: 0 auto 162px;
  }
  .customerReviews .reviews {
    row-gap: 51px;
  }
  .customerReviews .reviews li {
    width: 100%;
  }
  .customerReviews .reviews li .illust {
    width: calc((100vw - 110px) * .321);
    height: calc((100vw - 110px) * .321);
    top: 24px;
    left: 24px;
  }
  .customerReviews .reviews li .illust img {
    width: 100%;
    object-fit: contain;
  }
  .customerReviews .reviews li .name {
    width: calc((100vw - 110px) * .321);
    top: calc((100vw - 110px) * .321 + 32px);
    left: 24px;
  }
  .customerReviews .reviews li .data {
    width: calc((100vw - 110px) * .321);
    top: calc((100vw - 110px) * .321 + 63px);
    left: 24px;
  }
  .customerReviews .reviews li .letter {
    width: calc((100vw - 110px) * .679);
    height: calc((100vw - 110px) * .714);
    top: 24px;
    right: 24px;
  }
  .customerReviews .reviews li .letter .openDialog {
    top: calc((100vw - 110px) * .714 - 35px);
  }
  .customerReviews .reviews li .body {
    margin: calc((100vw - 110px) * .714 + 53px) 24px 24px;
  }
}
/* お問い合わせ
----------------------------*/
.single2Column {
  width: 800px;
  position: relative;
  margin: 0 auto 80px;
}
.single2Column p {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #5B3E38;
}
.browser-ie .single2Column p {
  font-family: sans-serif;
}
.single2Column .banner {
  width: 800px;
  margin: 40px auto;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .single2Column {
    width: calc(100vw - 192px);
  }
  .single2Column .banner {
    width: 334px;
    margin: 47px auto 0;
  }
  .single2Column .banner a img {
    width: 334px;
    object-fit: contain;
  }
}
@media screen and (max-width: 699px) {
  .single2Column {
    width: calc(100vw - 48px);
    margin: 0 auto 60px;
  }
  .single2Column p {
    text-align: justify;
  }
  .single2Column .banner {
    width: 334px;
    margin: 47px auto 0;
  }
  .single2Column .banner a img {
    width: 334px;
    object-fit: contain;
  }
}
.localNav {
  width: 1035px;
  position: relative;
  margin: 0 auto 120px;
  padding: 0;
  text-align: center;
}
.localNav .buttonSet {
  width: 100%;
  margin: 0 auto;
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.localNav .telButton,
.localNav .mailButton {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 500px;
  height: 80px;
  margin: 0 auto 30px;
  padding: 15px 0;
  border-radius: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}
.browser-ie .localNav .telButton,
.browser-ie .localNav .mailButton {
  font-family: sans-serif;
}
.localNav .telButton::before,
.localNav .mailButton::before {
  position: absolute;
  display: block;
  content: '';
  width: 18px;
  height: 8px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #FFFFFF;
}
.localNav .telButton:hover,
.localNav .mailButton:hover {
  color: #FFFFFF;
  background-color: #5B3E38;
}
.localNav .telButton {
  background: #A37413;
}
.localNav .mailButton {
  background: #219A53;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .localNav {
    width: calc(100vw - 192px);
  }
  .localNav .telButton,
  .localNav .mailButton {
    width: 45%;
  }
}
@media screen and (max-width: 699px) {
  .localNav {
    width: calc(100vw - 48px);
    margin: 0 auto 66px;
  }
  .localNav .telButton,
  .localNav .mailButton {
    width: calc((100% - 22px) / 2);
    height: 90px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .localNav .telButton::before,
  .localNav .mailButton::before {
    position: absolute;
    display: block;
    content: '';
    width: 18px;
    height: 8px;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #FFFFFF;
  }
  .localNav .telButton:hover,
  .localNav .mailButton:hover {
    color: #FFFFFF;
    background-color: #5B3E38;
  }
  .localNav .telButton {
    background: #A37413;
  }
  .localNav .mailButton {
    background: #219A53;
  }
}
.formColumn {
  width: 840px;
  position: relative;
  margin: 0 auto 150px;
}
.formColumn .titleWrap {
  width: 100%;
  text-align: center;
}
.formColumn p,
.formColumn span {
  margin: 0;
  padding: 0;
}
.formColumn .item {
  margin: 0 auto 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .formColumn .item {
  font-family: sans-serif;
}
.formColumn .item p {
  position: relative;
  display: inline;
}
.formColumn .item.required p:after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  transform: translateX(100%) translateY(-50%);
  top: 50%;
  right: -10px;
  content: '必須';
  background: #BC1523;
  width: 40px;
  height: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
}
.browser-ie .formColumn .item.required p:after {
  font-family: sans-serif;
}
.formColumn .item .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  padding: 0;
  opacity: 0;
}
.formColumn .item .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  margin-right: 32px;
  padding-left: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #5B3E38;
  cursor: pointer;
}
.browser-ie .formColumn .item .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label {
  font-family: sans-serif;
}
.formColumn .item .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label:before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  content: '';
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #469883;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  transition: all 250ms ease;
}
.formColumn .item .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background: #FFFFFF url(../img/common/check.svg) no-repeat center center;
}
.formColumn .subItem {
  margin: 0 0 12px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .formColumn .subItem {
  font-family: sans-serif;
}
.formColumn .inputForm,
.formColumn .subInputForm,
.formColumn .agree {
  clear: both;
  margin: 0 auto 43px;
}
.formColumn .inputForm.next,
.formColumn .subInputForm.next,
.formColumn .agree.next {
  margin: 0 auto 24px;
}
.formColumn .inputForm input,
.formColumn .subInputForm input,
.formColumn .agree input {
  box-sizing: border-box;
  padding: 15px 20px;
  background: #FFFFFF;
  border: none;
  border-radius: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .formColumn .inputForm input,
.browser-ie .formColumn .subInputForm input,
.browser-ie .formColumn .agree input {
  font-family: sans-serif;
}
.formColumn .inputForm input.full,
.formColumn .subInputForm input.full,
.formColumn .agree input.full {
  width: 100%;
}
.formColumn .inputForm input.halfLeft,
.formColumn .subInputForm input.halfLeft,
.formColumn .agree input.halfLeft {
  width: calc(50% - 20px);
}
.formColumn .inputForm input.halfRight,
.formColumn .subInputForm input.halfRight,
.formColumn .agree input.halfRight {
  width: calc(50% - 20px);
  margin-left: 40px;
}
.formColumn .inputForm input::placeholder,
.formColumn .subInputForm input::placeholder,
.formColumn .agree input::placeholder {
  color: #CCCCCC;
}
.formColumn .inputForm .wpcf7-radio,
.formColumn .subInputForm .wpcf7-radio,
.formColumn .agree .wpcf7-radio {
  margin: 0;
}
.formColumn .inputForm .wpcf7-radio input[type="radio"],
.formColumn .subInputForm .wpcf7-radio input[type="radio"],
.formColumn .agree .wpcf7-radio input[type="radio"] {
  position: relative;
  width: 0;
  opacity: 0;
}
.formColumn .inputForm .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label,
.formColumn .subInputForm .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label,
.formColumn .agree .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label {
  position: relative;
  margin-right: 80px;
  padding-left: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #5B3E38;
  cursor: pointer;
}
.browser-ie .formColumn .inputForm .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label,
.browser-ie .formColumn .subInputForm .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label,
.browser-ie .formColumn .agree .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label {
  font-family: sans-serif;
}
.formColumn .inputForm .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label:before,
.formColumn .subInputForm .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label:before,
.formColumn .agree .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label:before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  content: '';
  background: #FFFFFF;
  border-radius: 100%;
  border: 1px solid #bfbfbf;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  transition: all 250ms ease;
}
.formColumn .inputForm .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before,
.formColumn .subInputForm .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before,
.formColumn .agree .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #469883;
  box-shadow: inset 0 0 0 4px #FFFFFF;
}
.formColumn .inputForm select,
.formColumn .subInputForm select,
.formColumn .agree select {
  width: 160px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 8px;
  display: inline-block;
  padding: 17px 30px 17px 20px;
  margin: 0 40px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(60deg, transparent 50%, #5B3E38 50%), linear-gradient(120deg, #5B3E38 50%, transparent 50%);
  background-position: calc(100% - 19px) 30px, calc(100% - 14px) 30px;
  background-size: 5px 8px,
				5px 8px;
  background-repeat: no-repeat;
}
.formColumn .inputForm select.halfRight,
.formColumn .subInputForm select.halfRight,
.formColumn .agree select.halfRight {
  width: calc(50% - 20px);
  margin-left: 40px;
  margin-right: 0;
}
.formColumn .inputForm select:focus,
.formColumn .subInputForm select:focus,
.formColumn .agree select:focus {
  background-image: linear-gradient(60deg, transparent 50%, #5B3E38 50%), linear-gradient(120deg, #5B3E38 50%, transparent 50%);
  background-position: calc(100% - 19px) 30px, calc(100% - 14px) 30px;
  background-size: 5px 8px,
				5px 8px;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.formColumn .inputForm select:-moz-focusring,
.formColumn .subInputForm select:-moz-focusring,
.formColumn .agree select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.formColumn .inputForm span[data-name=bYear]:after,
.formColumn .subInputForm span[data-name=bYear]:after,
.formColumn .agree span[data-name=bYear]:after {
  content: '年';
  margin-left: -28px;
  margin-right: 32px;
}
.formColumn .inputForm span[data-name=bMon]:after,
.formColumn .subInputForm span[data-name=bMon]:after,
.formColumn .agree span[data-name=bMon]:after {
  content: '月';
  margin-left: -28px;
  margin-right: 32px;
}
.formColumn .inputForm span[data-name=bDay]:after,
.formColumn .subInputForm span[data-name=bDay]:after,
.formColumn .agree span[data-name=bDay]:after {
  content: '日';
  margin-left: -28px;
}
.formColumn .inputForm .wpcf7-checkbox input[type=checkbox],
.formColumn .subInputForm .wpcf7-checkbox input[type=checkbox],
.formColumn .agree .wpcf7-checkbox input[type=checkbox],
.formColumn .inputForm .wpcf7-acceptance input[type=checkbox],
.formColumn .subInputForm .wpcf7-acceptance input[type=checkbox],
.formColumn .agree .wpcf7-acceptance input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  padding: 0;
  opacity: 0;
}
.formColumn .inputForm .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
.formColumn .subInputForm .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
.formColumn .agree .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
.formColumn .inputForm .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
.formColumn .subInputForm .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
.formColumn .agree .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  margin-right: 32px;
  padding-left: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #5B3E38;
  cursor: pointer;
}
.browser-ie .formColumn .inputForm .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
.browser-ie .formColumn .subInputForm .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
.browser-ie .formColumn .agree .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
.browser-ie .formColumn .inputForm .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
.browser-ie .formColumn .subInputForm .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
.browser-ie .formColumn .agree .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
  font-family: sans-serif;
}
.formColumn .inputForm .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label:before,
.formColumn .subInputForm .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label:before,
.formColumn .agree .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label:before,
.formColumn .inputForm .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before,
.formColumn .subInputForm .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before,
.formColumn .agree .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  content: '';
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #469883;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  transition: all 250ms ease;
}
.formColumn .inputForm .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.formColumn .subInputForm .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.formColumn .agree .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.formColumn .inputForm .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.formColumn .subInputForm .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.formColumn .agree .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background: #FFFFFF url(../img/common/check.svg) no-repeat center center;
}
.formColumn .inputForm textarea,
.formColumn .subInputForm textarea,
.formColumn .agree textarea {
  margin: 0 0 80px;
  box-sizing: border-box;
  padding: 15px 20px;
  background: #FFFFFF;
  border: none;
  border-radius: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: #5B3E38;
  width: 100%;
  height: 140px;
}
.browser-ie .formColumn .inputForm textarea,
.browser-ie .formColumn .subInputForm textarea,
.browser-ie .formColumn .agree textarea {
  font-family: sans-serif;
}
.formColumn .inputForm textarea::placeholder,
.formColumn .subInputForm textarea::placeholder,
.formColumn .agree textarea::placeholder {
  color: #CCCCCC;
}
.formColumn .subInputForm {
  margin: 0 0 24px 20px;
}
.formColumn .subInputForm.next {
  margin: 0 0 16px 20px;
}
.formColumn .subInputForm.last {
  margin: 0 0 41px 20px;
}
.formColumn .halfLeft {
  float: left;
  width: calc(50% - 26px);
}
.formColumn .halfRight {
  float: left;
  margin-left: 32px;
  width: calc(50% - 26px);
}
.formColumn .note {
  margin: 0 0 43px 22px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #5B3E38;
  position: relative;
}
.browser-ie .formColumn .note {
  font-family: sans-serif;
}
.formColumn .note:before {
  position: absolute;
  content: '※';
  width: 16px;
  height: 28px;
  top: 0;
  left: -22px;
}
.formColumn .subNote {
  clear: both;
  margin: 0 0 43px 42px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #5B3E38;
  position: relative;
}
.browser-ie .formColumn .subNote {
  font-family: sans-serif;
}
.formColumn .subNote:before {
  position: absolute;
  content: '※';
  width: 16px;
  height: 28px;
  top: 0;
  left: -22px;
}
.formColumn .agree {
  margin: 0 auto 44px;
  text-align: center;
}
.formColumn .submit {
  text-align: center;
}
.formColumn .submit .wpcf7-submit {
  box-sizing: border-box;
  position: relative;
  width: 225px;
  height: 50px;
  margin: 0 auto 0;
  border: 1px solid #6E5D56;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 48npx;
  text-align: left;
  text-indent: 48px;
  color: #6E5D56;
  background: #FFFFFF url(../img/common/triangle.svg) no-repeat left 27px center;
}
.browser-ie .formColumn .submit .wpcf7-submit {
  font-family: serif;
}
.formColumn .submit .wpcf7-submit:hover {
  color: #FFFFFF;
  background: #6E5D56 url(../img/common/triangle-w.svg) no-repeat left 27px center;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .formColumn {
    width: calc(100vw - 192px);
  }
  .formColumn .inputForm input.halfLeft,
  .formColumn .subInputForm input.halfLeft,
  .formColumn .agree input.halfLeft {
    width: calc(50% - 10px);
  }
  .formColumn .inputForm input.halfRight,
  .formColumn .subInputForm input.halfRight,
  .formColumn .agree input.halfRight {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .formColumn .inputForm .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label,
  .formColumn .subInputForm .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label,
  .formColumn .agree .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label {
    margin-right: 40px;
  }
  .formColumn .inputForm select,
  .formColumn .subInputForm select,
  .formColumn .agree select {
    width: 100px;
    margin-bottom: 24px;
  }
  .formColumn .inputForm select.halfRight,
  .formColumn .subInputForm select.halfRight,
  .formColumn .agree select.halfRight {
    width: calc(50% - 10px);
    margin-left: 20px;
    margin-right: 0;
  }
  .formColumn .inputForm .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
  .formColumn .subInputForm .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
  .formColumn .agree .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
  .formColumn .inputForm .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
  .formColumn .subInputForm .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
  .formColumn .agree .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
    white-space: nowrap;
  }
}
@media screen and (max-width: 699px) {
  .formColumn {
    width: calc(100vw - 48px);
    margin: 0 auto 100px;
  }
  .formColumn .inputForm input.halfLeft,
  .formColumn .subInputForm input.halfLeft,
  .formColumn .agree input.halfLeft {
    width: 100%;
    margin-bottom: 24px;
  }
  .formColumn .inputForm input.halfRight,
  .formColumn .subInputForm input.halfRight,
  .formColumn .agree input.halfRight {
    width: 100%;
    margin-left: 0;
  }
  .formColumn .inputForm .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label,
  .formColumn .subInputForm .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label,
  .formColumn .agree .wpcf7-radio input[type="radio"] + .wpcf7-list-item-label {
    margin-right: 40px;
  }
  .formColumn .inputForm select,
  .formColumn .subInputForm select,
  .formColumn .agree select {
    width: 70px;
    margin-right: 0;
  }
  .formColumn .inputForm select#bEra,
  .formColumn .subInputForm select#bEra,
  .formColumn .agree select#bEra {
    width: 100%;
    margin-bottom: 24px;
  }
  .formColumn .inputForm select.halfRight,
  .formColumn .subInputForm select.halfRight,
  .formColumn .agree select.halfRight {
    width: 100%;
    margin-left: 0;
  }
  .formColumn .inputForm span[data-name=bYear]:after,
  .formColumn .subInputForm span[data-name=bYear]:after,
  .formColumn .agree span[data-name=bYear]:after {
    margin-left: 8px;
    margin-right: 24px;
  }
  .formColumn .inputForm span[data-name=bMon]:after,
  .formColumn .subInputForm span[data-name=bMon]:after,
  .formColumn .agree span[data-name=bMon]:after {
    margin-left: 8px;
    margin-right: 24px;
  }
  .formColumn .inputForm span[data-name=bDay]:after,
  .formColumn .subInputForm span[data-name=bDay]:after,
  .formColumn .agree span[data-name=bDay]:after {
    margin-left: 8px;
  }
  .formColumn .inputForm .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
  .formColumn .subInputForm .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
  .formColumn .agree .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
  .formColumn .inputForm .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
  .formColumn .subInputForm .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
  .formColumn .agree .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
    white-space: nowrap;
  }
  .formColumn .halfRight {
    float: none;
    margin-left: 0;
  }
}
.addressBook {
  width: 1040px;
  position: relative;
  margin: 0 auto 162px;
  text-align: center;
}
.addressBook .addressNav {
  width: 1024px;
  margin: 0 auto 93px;
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.addressBook .addressNav a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 120px;
  height: 60px;
  margin: 0;
  padding: 10px 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color: #5B3E38;
  background: #B58E3F1E;
}
.browser-ie .addressBook .addressNav a {
  font-family: sans-serif;
}
.addressBook .addressNav a::before {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 6px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #5B3E38;
}
.addressBook .addresses {
  list-style: none;
  margin: 0 auto 52px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
  justify-content: space-evenly;
}
.addressBook .addresses li {
  position: relative;
  display: block;
  margin: 0;
  width: 500px;
  background: #FFFFFF;
  box-shadow: 5px 5px 8px #0000001A;
  border-radius: 16px;
}
.addressBook .addresses li .name {
  box-sizing: border-box;
  margin: 40px 40px 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #5B3E38;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .addressBook .addresses li .name {
  font-family: sans-serif;
}
.addressBook .addresses li .name span {
  display: inline-block;
  margin: 3px 0 0 16px;
  max-width: 340px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  vertical-align: top;
}
.addressBook .addresses li .address {
  margin: 0 40px 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .addressBook .addresses li .address {
  font-family: sans-serif;
}
.addressBook .addresses li .tel {
  margin: 0 40px 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 28px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .addressBook .addresses li .tel {
  font-family: sans-serif;
}
.addressBook .addresses li .tel span {
  color: #B58E3F;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .addressBook {
    width: calc(100vw - 192px);
  }
  .addressBook .addressNav {
    width: 100%;
    justify-content: start;
  }
  .addressBook .addressNav a {
    margin: 0 20px 20px 0;
  }
}
@media screen and (max-width: 699px) {
  .addressBook {
    width: calc(100vw - 48px);
    margin: 0 auto 124px;
  }
  .addressBook .marked {
    font-size: 24px;
    line-height: 29px;
  }
  .addressBook .addressNav {
    width: 100%;
    justify-content: start;
    margin: 0 auto 51px;
  }
  .addressBook .addressNav a {
    width: 30%;
    height: 60px;
    margin: 0 1.6% 15px 1.6%;
    padding: 10px 0 0;
    font-size: 18px;
  }
  .addressBook .addresses {
    margin: 0 auto 80px;
    column-gap: 0;
  }
  .addressBook .addresses li {
    width: 100%;
  }
  .addressBook .addresses li .name {
    margin: 40px 24px 16px;
  }
  .addressBook .addresses li .name span {
    max-width: auto;
    text-align: justify;
  }
  .addressBook .addresses li .address {
    margin: 0 24px 16px;
    text-align: justify;
  }
  .addressBook .addresses li .tel {
    margin: 0 24px 40px;
    font-size: 28px;
  }
  .addressBook .addresses li .tel span {
    text-decoration: underline;
  }
}
/* 寺院様 お問い合わせ
----------------------------*/
.contactColumn {
  width: 1024px;
  position: relative;
  margin: 0 auto 158px;
  text-align: center;
}
.contactColumn p {
  margin: 0 0 80px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .contactColumn p {
  font-family: sans-serif;
}
.contactColumn .leaves3 {
  position: relative;
  width: 100%;
  height: 134px;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
}
.contactColumn .leaves3 li {
  position: absolute;
  display: block;
  width: 325px;
  height: 134px;
}
.contactColumn .leaves3 .leaf1 {
  top: 0;
  left: 0;
  background: url(../img/contact/leaf01.png) no-repeat center center;
}
.contactColumn .leaves3 .leaf2 {
  top: 0;
  left: 349px;
  background: url(../img/contact/leaf02.png) no-repeat center center;
}
.contactColumn .leaves3 .leaf3 {
  top: 0;
  right: 0;
  background: url(../img/contact/leaf03.png) no-repeat center center;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .contactColumn .leaves3 {
    width: calc(100vw - 152px);
    height: auto;
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: auto auto;
    grid-auto-rows: auto auto;
  }
  .contactColumn .leaves3 li {
    position: relative;
    width: calc(50vw - 91.5px);
    height: calc((50vw - 91.5px) * 0.412);
  }
  .contactColumn .leaves3 .leaf1 {
    top: auto;
    left: auto;
    background: url(../img/contact/leaf01.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 20px;
  }
  .contactColumn .leaves3 .leaf2 {
    top: auto;
    left: auto;
    background: url(../img/contact/leaf02.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 20px;
  }
  .contactColumn .leaves3 .leaf3 {
    bottom: auto;
    right: auto;
    background: url(../img/contact/leaf03.png) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (max-width: 699px) {
  .contactColumn .leaves3 {
    width: calc(100vw - 48px);
    height: auto;
    margin: 0 auto 76px;
    display: grid;
    grid-template-columns: auto;
    grid-auto-rows: auto auto auto auto;
  }
  .contactColumn .leaves3 li {
    position: relative;
    width: 100%;
    height: 111px;
    margin-bottom: 24px;
  }
  .contactColumn .leaves3 .leaf1 {
    top: auto;
    left: auto;
    background: url(../img/closed/leaf01.png) no-repeat right center;
    background-size: contain;
  }
  .contactColumn .leaves3 .leaf2 {
    top: auto;
    left: auto;
    background: url(../img/closed/leaf02.png) no-repeat left center;
    background-size: contain;
  }
  .contactColumn .leaves3 .leaf3 {
    bottom: auto;
    right: auto;
    background: url(../img/closed/leaf03.png) no-repeat right center;
    background-size: contain;
  }
  .contactColumn .leaves3 .leaf4 {
    bottom: auto;
    left: auto;
    background: url(../img/closed/leaf04.png) no-repeat left center;
    background-size: contain;
  }
}
.contactColumn h3 {
  margin: 0 0 0;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #469883;
}
.browser-ie .contactColumn h3 {
  font-family: serif;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .contactColumn {
    width: calc(100vw - 192px);
  }
}
@media screen and (max-width: 699px) {
  .contactColumn {
    width: calc(100vw - 48px);
    margin: 0 auto 60px;
  }
  .contactColumn p {
    text-align: justify;
  }
  .contactColumn h3 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.address2Book {
  width: 1100px;
  position: relative;
  margin: 0 auto 194px;
  text-align: center;
}
.address2Book h3 {
  margin: 0 0 32px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  text-align: left;
  color: #469883;
}
.browser-ie .address2Book h3 {
  font-family: serif;
}
.address2Book .addresses {
  list-style: none;
  margin: 0 auto 52px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: space-start;
}
.address2Book .addresses li {
  position: relative;
  display: block;
  margin: 0;
  width: 260px;
  height: 244px;
  background: #FFFFFF;
  box-shadow: 5px 5px 8px #0000001A;
  border-radius: 16px;
}
.address2Book .addresses li .name {
  position: absolute;
  width: 220px;
  top: 32px;
  left: 20px;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #5B3E38;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .address2Book .addresses li .name {
  font-family: sans-serif;
}
.address2Book .addresses li .address {
  position: absolute;
  width: 220px;
  top: 86px;
  left: 20px;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .address2Book .addresses li .address {
  font-family: sans-serif;
}
.address2Book .addresses li .tel {
  position: absolute;
  width: 220px;
  bottom: 32px;
  left: 20px;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #5B3E38;
}
.browser-ie .address2Book .addresses li .tel {
  font-family: sans-serif;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .address2Book {
    width: calc(100vw - 192px);
  }
}
@media screen and (max-width: 699px) {
  .address2Book {
    width: calc(100vw - 48px);
    margin: 0 auto 124px;
  }
  .address2Book .addresses {
    margin: 0 auto 80px;
    column-gap: 0;
  }
  .address2Book .addresses li {
    width: 100%;
    height: auto;
  }
  .address2Book .addresses li .name {
    position: relative;
    top: auto;
    left: auto;
    margin: 32px auto 16px;
    width: calc(100vw - 88px);
  }
  .address2Book .addresses li .address {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 20px;
    width: calc(100vw - 88px);
  }
  .address2Book .addresses li .tel {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 auto 32px;
    width: calc(100vw - 88px);
  }
}
/* 寺院様 お問い合わせ
----------------------------*/
.membersOnly {
  width: 1126px;
  position: relative;
  margin: 0 auto 160px;
  text-align: center;
}
.membersOnly h3 {
  margin: 0;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #469883;
}
.browser-ie .membersOnly h3 {
  font-family: serif;
}
.membersOnly h2 {
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
}
.browser-ie .membersOnly h2 {
  font-family: serif;
}
.membersOnly h2 .only-pc {
  display: inline-block;
}
.membersOnly .banner {
  position: relative;
  margin: 0 auto 60px;
  width: 1126px;
  height: 200px;
}
.membersOnly .banner img {
  position: absolute;
  top: -8px;
  left: -8px;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .membersOnly {
    width: calc(100vw - 152px);
  }
  .membersOnly .banner {
    width: calc(100vw - 152px);
    height: calc((100vw - 152px) * 0.178);
  }
  .membersOnly .banner img {
    max-width: calc(100vw - 152px);
  }
}
@media screen and (max-width: 699px) {
  .membersOnly {
    width: calc(100vw - 50px);
    margin: 0 auto 100px;
  }
  .membersOnly h2 {
    line-height: 48px;
  }
  .membersOnly h2 .only-pc {
    display: none;
  }
  .membersOnly .banner {
    width: calc(100vw - 50px);
    height: calc((100vw - 50px) * 0.92);
    margin: 0 auto 32px;
  }
  .membersOnly .banner img {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
  }
  .membersOnly .linkButton {
    display: inline-block;
    height: auto;
    line-height: 24px;
  }
}
.recommendedFor .monument {
  width: 800px;
  margin: 0 auto 102px;
}
.recommendedFor .information {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.recommendedFor .information li {
  position: relative;
  display: block;
  margin: 0 0 76px;
  padding: 40px 0 48px;
  width: 1126px;
  box-shadow: 5px 5px 8px #0000001A;
  background: #FFFFFF;
  border-radius: 16px;
}
.recommendedFor .information li .title {
  margin: 0 0 24px 60px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  text-align: left;
  color: #469883;
}
.browser-ie .recommendedFor .information li .title {
  font-family: serif;
}
.recommendedFor .information li .body {
  margin: 0 0 52px 60px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.browser-ie .recommendedFor .information li .body {
  font-family: sans-serif;
}
.recommendedFor .information li .block {
  display: block;
  margin: 0 0 0 60px;
}
.recommendedFor .information li .block .sub {
  margin: 0 0 20px;
  border-bottom: 1px solid #5B3E38;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-align: left;
}
.browser-ie .recommendedFor .information li .block .sub {
  font-family: sans-serif;
}
.recommendedFor .information li .block .body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.browser-ie .recommendedFor .information li .block .body {
  font-family: sans-serif;
}
.recommendedFor .information li.info1 .title,
.recommendedFor .information li.info1 .body,
.recommendedFor .information li.info1 .sub {
  width: 550px;
}
.recommendedFor .information li.info1 .photo {
  position: absolute;
  top: 40px;
  right: 64px;
}
.recommendedFor .information li.info2 .title,
.recommendedFor .information li.info2 .body,
.recommendedFor .information li.info2 .sub {
  width: 1000px;
}
.recommendedFor .information li.info2 .photo {
  width: 400px;
  margin: 62px 0 0 62px;
}
.recommendedFor .information li.info2 .map {
  width: 550px;
  margin: -300px 0 0 512px;
}
@media screen and (max-width: 1365px) {
  .recommendedFor .monument {
    max-width: 100%;
    margin: 0 auto 102px;
  }
  .recommendedFor .monument img {
    max-width: 100%;
  }
  .recommendedFor .information li {
    margin: 0 0 73px;
    padding: 40px 0 40px;
    width: 100%;
  }
  .recommendedFor .information li .title {
    line-height: 48px;
    margin: 0 0 24px 24px;
  }
  .recommendedFor .information li .body {
    margin: 0 0 32px 24px;
  }
  .recommendedFor .information li .block {
    margin: 0 0 0 24px;
  }
  .recommendedFor .information li img {
    max-width: 100%;
  }
  .recommendedFor .information li.info1 .title,
  .recommendedFor .information li.info1 .body {
    width: calc(100% - 48px);
  }
  .recommendedFor .information li.info1 .sub {
    width: calc(100% - 24px);
  }
  .recommendedFor .information li.info1 .photo {
    position: relative;
    top: 0;
    right: 0;
    margin: 32px auto 0;
    width: calc(100% - 48px);
  }
  .recommendedFor .information li.info2 .title,
  .recommendedFor .information li.info2 .body {
    width: calc(100% - 48px);
  }
  .recommendedFor .information li.info2 .sub {
    width: calc(100% - 24px);
  }
  .recommendedFor .information li.info2 .photo {
    margin: 32px auto 0;
    width: calc(100% - 48px);
  }
  .recommendedFor .information li.info2 .map {
    margin: 32px auto 0;
    width: calc(100% - 48px);
  }
}
.applicationFlow {
  width: 1100px;
  position: relative;
  margin: 0 auto 120px;
  text-align: center;
}
.applicationFlow .flows {
  list-style: none;
  margin: 0 auto 56px;
  padding: 0;
  width: 100%;
  height: 391px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-auto-rows: 391px;
  justify-items: stretch;
}
.applicationFlow .flows li {
  position: relative;
  display: block;
  width: 342px;
  height: 391px;
  background: #FFFFFF;
  box-shadow: 5px 5px 8px #0000001A;
  border-radius: 16px;
}
.applicationFlow .flows li .title {
  position: absolute;
  top: 50px;
  left: 21px;
  width: 300px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #B58E3F;
}
.browser-ie .applicationFlow .flows li .title {
  font-family: serif;
}
.applicationFlow .flows li.flow1 {
  background: #FFFFFF url(../img/cremation/flow_tel.png) no-repeat center bottom 44px;
}
.applicationFlow .flows li.flow2 {
  background: #FFFFFF url(../img/cremation/flow_reien.png) no-repeat center bottom 44px;
}
.applicationFlow .flows li.flow3 {
  background: #FFFFFF url(../img/cremation/flow_keiyaku.png) no-repeat center bottom 44px;
}
@media screen and (max-width: 1365px) {
  .applicationFlow {
    width: 100%;
    margin: 0 auto 40px;
  }
  .applicationFlow .flows {
    margin: 0 auto 56px;
    width: 342px;
    height: auto;
    grid-template-columns: 100%;
    grid-auto-rows: auto auto auto;
  }
  .applicationFlow .flows li {
    margin-bottom: 32px;
  }
}
.bannerSpace {
  width: 1000px;
  position: relative;
  margin: 100px auto 100px;
  text-align: left;
}
.bannerSpace .banners {
  list-style: none;
  margin: 0 auto 56px;
  padding: 0;
  width: 100%;
  height: 100px;
  display: grid;
  grid-template-columns: auto auto;
  grid-auto-rows: 100px;
  justify-items: stretch;
}
.bannerSpace .banners li {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
}
.bannerSpace .banners li a {
  top: 25px;
  left: 185px;
}
.bannerSpace .banners li.banner1 {
  background: url(../img/cremation/logo.png) no-repeat left center;
}
.bannerSpace .banners li.banner2 {
  background: url(../img/cremation/sora_logo.png) no-repeat left center;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .bannerSpace {
    width: 450px;
    max-width: calc(100vw - 50px);
    margin: 50px auto 40px;
  }
  .bannerSpace .banners {
    height: auto;
    grid-template-columns: 100%;
    grid-auto-rows: auto auto;
  }
}
@media screen and (max-width: 699px) {
  .bannerSpace {
    width: calc(100vw - 50px);
    margin: 50px auto 40px;
    text-align: center;
  }
  .bannerSpace .banners {
    margin: 0 auto 56px;
    height: auto;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: auto auto;
  }
  .bannerSpace .banners li {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
  }
  .bannerSpace .banners li a {
    top: 105px;
    left: 0;
  }
  .bannerSpace .banners li.banner1 {
    background: url(../img/cremation/logo.png) no-repeat center top;
  }
  .bannerSpace .banners li.banner2 {
    background: url(../img/cremation/sora_logo.png) no-repeat center top;
  }
}
/* footer
----------------------------*/
.contactUs {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 40px 0 32px;
  text-align: center;
  background: #B58E3F34;
}
.contactUs h2 {
  margin-bottom: 24px;
}
.contactUs h2.cremation {
  margin: 12px 0 16px;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
}
.browser-ie .contactUs h2.cremation {
  font-family: serif;
}
.contactUs .banner {
  width: 800px;
  margin: 0 auto 38px;
}
.contactUs .tel {
  /* .font-type-min2(); */
  font-weight: 700;
  font-size: 50px;
  line-height: 72px;
}
.contactUs .tel a {
  /* .font-type-min2(); */
  font-weight: 700;
  font-size: 50px;
  line-height: 72px;
}
.contactUs .block {
  display: block;
  margin: 8px auto 24px;
  width: 328px;
  height: 34px;
  border: 1px solid #5B3E38;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.browser-ie .contactUs .block {
  font-family: sans-serif;
}
.contactUs p {
  margin: 0 auto 24px;
  padding: 0;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
}
.browser-ie .contactUs p {
  font-family: serif;
}
.contactUs .buttonSet {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactUs .telButton {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 500px;
  height: 90px;
  margin: 0 auto 30px;
  padding: 30px 0;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background: #A37413;
}
.browser-ie .contactUs .telButton {
  font-family: serif;
}
.contactUs .telButton span {
  display: inline-block;
  height: 36px;
  box-sizing: border-box;
  padding-left: 57px;
  letter-spacing: 0.1rem;
  background: url(../img/common/tel_w.svg) no-repeat left center;
}
.contactUs .telButton:hover {
  color: #FFFFFF;
  background-color: #5B3E38;
}
.contactUs .mailButton {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 500px;
  height: 90px;
  margin: 0 auto 29px;
  padding: 30px 0;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background: #219A53;
}
.browser-ie .contactUs .mailButton {
  font-family: serif;
}
.contactUs .mailButton span {
  display: inline-block;
  height: 30px;
  box-sizing: border-box;
  padding-left: 57px;
  letter-spacing: 0.1rem;
  background: url(../img/common/mail_w.svg) no-repeat left center;
}
.contactUs .mailButton:hover {
  color: #FFFFFF;
  background-color: #5B3E38;
}
.contactUs a {
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  color: #5B3E38;
}
.browser-ie .contactUs a {
  font-family: serif;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .contactUs .banner {
    width: 334px;
    margin: 0 auto 55px;
  }
  .contactUs .banner a img {
    width: 334px;
    object-fit: contain;
  }
  .contactUs .buttonSet {
    width: 500px;
  }
  .contactUs .telButton {
    max-width: calc(100vw - 160px);
    margin-bottom: 20px;
  }
  .contactUs .mailButton {
    max-width: calc(100vw - 160px);
  }
}
@media screen and (max-width: 699px) {
  .contactUs {
    padding: 28px 0 40px;
    width: 100%;
  }
  .contactUs h2.cremation {
    margin: 12px 16px 16px;
    line-height: 48px;
  }
  .contactUs .banner {
    width: 334px;
    margin: 0 auto 55px;
  }
  .contactUs .banner a img {
    width: 334px;
    object-fit: contain;
  }
  .contactUs p {
    width: calc(100vw - 48px);
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
  }
  .contactUs .buttonSet {
    width: 342px;
  }
  .contactUs .telButton {
    width: 342px;
    margin: 0 auto 24px;
    padding: 17px 0;
  }
  .contactUs .telButton span {
    height: 56px;
    text-align: left;
    line-height: 44px;
  }
  .contactUs .mailButton {
    width: 342px;
    margin: 0 auto 24px;
    padding: 17px 0;
  }
  .contactUs .mailButton span {
    height: 56px;
    text-align: left;
  }
  .contactUs .mailButton span br {
    display: inline-block;
  }
}
#toInquiry {
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 72px;
  bottom: 0;
  left: 0;
  background: #FFF5E1;
}
#toInquiry .freeTel {
  position: absolute;
  top: 8.5px;
  left: calc(50% - 563px);
  width: 700px;
  height: 52px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#toInquiry .freeTel .title {
  position: relative;
  box-sizing: border-box;
  height: 24px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
#toInquiry .freeTel .title span {
  position: absolute;
  display: block;
  top: 28px;
  left: 0;
  margin: 0;
  width: 144px;
  height: 24px;
  background: #BC1523;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
#toInquiry .freeTel .tel-link {
  display: block;
  box-sizing: border-box;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #A37413;
}
.browser-ie #toInquiry .freeTel .tel-link {
  font-family: serif;
}
#toInquiry .freeTel .timeline {
  display: block;
  box-sizing: border-box;
  margin: 14.5px 0 7.5px;
  width: 220px;
  height: 30px;
  border-radius: 31px;
  background: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
#toInquiry .toInquiry-pc {
  position: absolute;
  top: 11px;
  right: calc(50% - 563px);
  display: block;
  box-sizing: border-box;
  width: 400px;
  height: 50px;
  margin: 0;
  background: #219A53;
  color: #FFFFFF;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.browser-ie #toInquiry .toInquiry-pc {
  font-family: serif;
}
#toInquiry .toInquiry-pc::before {
  display: inline-block;
  content: '';
  width: 30px;
  height: 20px;
  margin-right: 10px;
  transform: translateY(15%);
  background: url(../img/common/mail_w.svg) no-repeat center center;
  background-size: 30px 20px;
}
#toInquiry .toInquiry-sp {
  display: none;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  #toInquiry {
    height: 80px;
  }
  #toInquiry .freeTel {
    top: 12px;
    left: 20px;
    width: calc((100vw - 60px) * 0.59);
    height: auto;
    column-gap: 10px;
    justify-content: left;
  }
  #toInquiry .freeTel .title {
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    margin: 0 0 10px;
  }
  #toInquiry .freeTel .title span {
    position: relative;
    display: inline-block;
    top: 0;
    margin: 0 0 0 4px;
    width: 126px;
  }
  #toInquiry .freeTel .tel-link {
    font-size: 26px;
    line-height: 32px;
  }
  #toInquiry .freeTel .timeline {
    margin: 4px 0 0;
    max-width: 196px;
    width: calc((100vw - 60px) * 0.59 - 215px);
    height: 24px;
    font-size: 13px;
    line-height: 24px;
  }
  #toInquiry .toInquiry-pc {
    top: 10px;
    right: 20px;
    width: calc((100vw - 60px) * 0.41);
    height: 60px;
    font-size: 16px;
    line-height: 60px;
  }
  #toInquiry .toInquiry-pc::before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 20px;
    margin-right: 8px;
    transform: translateY(15%);
    background: url(../img/common/mail_w.svg) no-repeat center center;
    background-size: 25px 16.7px;
  }
  #toInquiry .toInquiry-sp {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  #toInquiry {
    height: 68px;
    background: #A37413;
  }
  #toInquiry .freeTel {
    top: 0;
    left: 0;
    width: 50%;
    height: 68px;
    display: block;
  }
  #toInquiry .freeTel .title {
    display: none;
  }
  #toInquiry .freeTel .tel-link {
    display: none;
  }
  #toInquiry .freeTel .timeline {
    display: none;
  }
  #toInquiry .freeTel a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    flex-wrap: wrap;
  }
  #toInquiry .freeTel a .free {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 16px 0 0;
    padding: 2px 0;
    width: 60px;
    height: 40px;
    background: #BC1523;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
  }
  #toInquiry .freeTel a span {
    position: relative;
    display: block;
    padding: 36px 0 0 0;
    font-family: 'BIZ UDPMincho', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
  }
  .browser-ie #toInquiry .freeTel a span {
    font-family: serif;
  }
  #toInquiry .freeTel a span::before {
    position: absolute;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    transform: translateX(-50%);
    top: 13px;
    left: 50%;
    background: url(../img/common/tel_w.svg) no-repeat center center;
    background-size: 16px 16px;
  }
  #toInquiry .toInquiry-pc {
    display: none;
  }
  #toInquiry .toInquiry-sp {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    margin: 0;
    padding-top: 39px;
    background: #219A53;
    color: #FFFFFF;
    font-family: 'BIZ UDPMincho', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    background: #219A53 url(../img/common/mail_w.svg) no-repeat top 14px center;
    background-size: 25px 17px;
  }
  .browser-ie #toInquiry .toInquiry-sp {
    font-family: serif;
  }
}
#toPageTop {
  z-index: 99;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 16px;
}
#toPageTop .toTop {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  background: transparent url(../img/common/to_top.png) no-repeat center center;
  opacity: 0.7;
}
#toPageTop .toTop span {
  display: none;
}
@media screen and (max-width: 699px) {
  #toPageTop {
    bottom: 84px;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  margin: 80px 0 72px;
  width: 100%;
  height: 130px;
}
.footer .footerInner {
  position: relative;
  width: 100%;
  margin: 0;
}
.footer .footerLogoArea {
  position: absolute;
  top: 12px;
  left: 40px;
  width: 413px;
  height: 47px;
}
.footer .footerLogoArea img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .linkArea {
  position: absolute;
  top: 32px;
  right: 25px;
  width: 760px;
  height: 19px;
}
.footer .linkArea ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 19px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-auto-rows: 19px;
  justify-items: stretch;
}
.footer .linkArea ul li {
  margin: 0;
  padding: 0;
  border-left: 1px solid #5B3E38;
}
.footer .linkArea ul li a {
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  text-align: center;
  color: #5B3E38;
}
.browser-ie .footer .linkArea ul li a {
  font-family: serif;
}
.footer .linkArea ul li:first-child {
  border-left: none;
}
.footer .copyrightArea {
  position: absolute;
  top: 89px;
  right: 52px;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .footer {
    margin: 60px 0 80px;
    height: 153px;
  }
  .footer .footerLogoArea {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer .linkArea {
    display: none;
  }
  .footer .copyrightArea {
    top: 93px;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
  }
}
@media screen and (max-width: 699px) {
  .footer {
    margin: 80px 0 68px;
    height: 139px;
  }
  .footer .footerLogoArea {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 413px;
    width: calc(100vw - 48px);
  }
  .footer .linkArea {
    display: none;
  }
  .footer .copyrightArea {
    top: 79px;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
  }
}
/* common
----------------------------*/
.viewerDialog {
  z-index: 200;
  position: fixed;
  overflow: auto;
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #FFFFFFEE;
}
.viewerDialog img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: contain;
}
.viewerCloser {
  z-index: 201;
  position: fixed;
  overflow: auto;
  display: none;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(../img/common/close.png) no-repeat center center;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.fitImage img {
  max-width: 100%;
  height: auto;
}
.only-pc {
  display: block;
}
@media screen and (max-width: 1365px) {
  .only-pc {
    display: none;
  }
}
.not-sp {
  display: block;
}
@media screen and (max-width: 699px) {
  .not-sp {
    display: none;
  }
}
.only-tab {
  display: none;
}
@media screen and (min-width: 700px) and (max-width: 1365px) {
  .only-tab {
    display: block;
  }
}
.not-pc {
  display: none;
}
@media screen and (max-width: 1365px) {
  .not-pc {
    display: block;
  }
}
.only-sp {
  display: none;
}
@media screen and (max-width: 699px) {
  .only-sp {
    display: block;
  }
}
hr {
  position: relative;
  margin: 0;
  width: 100%;
  height: 56px;
  opacity: 0;
}
.grecaptcha-badge {
  display: none;
  bottom: 325px !important;
}
@media screen and (max-width: 699px) {
  .grecaptcha-badge {
    bottom: 65px !important;
  }
}
/*火葬・モニュメント葬ページ*/
.top_margin {
  margin-top: 50px !important;
}
/*火葬・モニュメント葬ページ 電話のとこ*/
.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
.flexbox .area_name {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  margin: 0;
  font-weight: 700;
}
.flexbox .cremation_tel {
  font-family: 'Noto Serif JP', serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .flexbox {
    display: block;
  }
  .flexbox .area_name {
    margin: 10px auto;
    font-size: 20px;
    text-align: center;
  }
  .flexbox .cremation_tel a {
    font-family: 'Noto Serif JP', serif !important;
  }
}
