@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Zen+Maru+Gothic:wght@400;700&display=swap');

body {
  position: relative;
  font-family: 'Noto Sans JP', Meiryo, sans-serif;
  font-size: 18px;
  line-height: 2.6;
  color: #333;
}
@media screen and (max-width:1000px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3 {
  font-family: 'Zen Maru Gothic', Meiryo, sans-serif;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:1000px) {
  .inner {
    width: 100%;
    max-width: 92vw;
  }
}

header {
  background-color: #584949;
  padding: 0.67em 0;
}
header h1 {
  margin: 0;
}
header h1 span {
  display: block;
  width: 1000px;
  height: 67px;
  background: url("../img/header_logo.png") no-repeat 0 0;
  background-size: 1000px 67px;
  text-indent: -9999px;
  overflow: hidden;
}

@media screen and (max-width:1000px) {
  header h1 span {
    width: 92vw;
    height: 6.5vw;
    background-size: 100% auto;
    margin: auto;
  }
}


main {
  position: relative;
  display: block;
}

#mainvisual{
background-color: #FFFAE3;
background: -webkit-linear-gradient(#FFFAE3, 80%, #FAFAFA);
background: -o-linear-gradient(#FFFAE3, 80%, #FAFAFA);
background: linear-gradient(#FFFAE3, 80%, #FAFAFA);
  width: 100%;
}

#hero-area {
  line-height: 1;
  width: 1280px;
  text-align: center;
  vertical-align: bottom;
  margin: 0 auto;
}
#hero-area img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:1280px) {
  #hero-area {
    width: 100%;
    overflow-x: hidden;
  }
}

#nav-area {
  background-color: #FFFFFF;
  padding-bottom: 40px;
}
#nav-area nav {
  width: 1000px;
  margin: 0 auto;
}
#nav-area nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav-area nav ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 306px;
  margin-top: 40px;
  margin-left: 40px;
}
#nav-area nav ul li:nth-of-type(3n+1) {
  margin-left: 0;
}
#nav-area nav ul li a {
  display: block;
  background-color: #93CE40;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  font-family: 'Zen Maru Gothic', Meiryo, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  transition: opacity .3s;
}
#nav-area nav ul li a:hover {
  opacity: 0.6;
}
#nav-area nav ul li a span {
  display: inline-block;
  letter-spacing: 0.05em;
  padding-left: 44px;
}
#nav-area nav ul li.-about a span { background: url("../img/icon_about.svg") no-repeat 0% 50% / 36px 36px; }
#nav-area nav ul li.-column a span { background: url("../img/icon_column.svg") no-repeat 0% 50% / 36px 36px; }
#nav-area nav ul li.-blog a span { background: url("../img/icon_blog.svg") no-repeat 0% 50% / 36px 36px; }
#nav-area nav ul li.-funeral a span { background: url("../img/icon_funeral.svg") no-repeat 0% 50% / 36px 36px; }
#nav-area nav ul li.-prayer a span { background: url("../img/icon_prayer.svg") no-repeat 0% 50% / 36px 36px; }
#nav-area nav ul li.-pet a span { background: url("../img/icon_pet.svg") no-repeat 0% 50% / 36px 36px; }

@media screen and (max-width:1000px) {
  #nav-area {
    padding-bottom: 4vw;
  }
  #nav-area nav {
    width: 92vw;
    margin: 0 auto;
  }
  #nav-area nav ul li {
    width: 29.333vw;
    margin-top: 40px;
    margin-left: 2vw;
  }
  #nav-area nav ul li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  #nav-area nav ul li a {
    padding: 8px 0;
    font-size: 1.0em;
  }
}
@media screen and (max-width:767px) {
  #nav-area nav {
    width: 96vw;
  }
  #nav-area nav ul li {
    width: 47vw;
    margin-top: 4vw;
    margin-left: 2vw;
  }
  #nav-area nav ul li:nth-of-type(3n+1) {
    margin-left: 2vw;
  }
  #nav-area nav ul li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  #nav-area nav ul li a {
    padding: 8px 0;
    font-size: 0.75em;
  }
  #nav-area nav ul li a span {
    background-size: 24px 24px !important;
    padding-left: 30px;
  }
}
@media screen and (max-width:320px) {
  #nav-area nav ul li a {
    font-size: 10px;
  }
  #nav-area nav ul li a span {
    letter-spacing: -0.1em;
  }
}


section {
  background: #fff url("../img/section_bg.jpg") no-repeat 50% 50% / cover;
  padding: 120px 0;
}
section:nth-of-type(even) {
  background: #f2f8f5 url("../img/section_bg2.jpg") no-repeat 50% 50% / cover;
}
section h2 {
  position: relative;
  margin: 0;
  letter-spacing: 0.15em;
  font-size: 2.5rem;
}
section h2:before {
  content: "";
  background: url("../img/icon_lotus.svg") no-repeat 0 0 / 64px;
  width: 64px;
  height: 64px;
  margin: auto;
  position: absolute;
  top: 4px;
  left: -76px;
  bottom: 0;
}
section h3 {
  margin: 2.5rem 0 0;
  letter-spacing: 0.1em;
  font-size: 1.75rem;
}
section h3 small {
  font-size: 1rem;
}
section h4 {
  margin: 2.5rem 0 0;
  font-size: 1.25rem;
}
section p {
  margin: 2.0rem 0 0;
}
section .data-list {
  display: flex;
  flex-wrap: wrap;
}
section .data-list dt {
  width: 8em;
  padding: 12px 6px;
  border-bottom: 1px solid #bbb;
}
section .data-list dd {
  width: calc(100% - 8em - 24px);
  margin: 0;
  padding: 12px 6px;
  border-bottom: 1px solid #bbb;
}

section .inner-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

section .inner-row .inner-col-text {
  width: 652px;
}
section .inner-row .inner-col-image {
  width: 306px;
  margin-top: 2.6rem;
  margin-left: 40px;
}

section .inner-col-image img{
  width: 100%;
  height: auto;
}

section .inner-col-image span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

section .inner-col-image p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-top: 0;
}


@media screen and (max-width:1000px) {
  section h2 {
    line-height: 1.8;
    font-size: 2.0rem;
    text-indent: 56px;
  }
  section h2:before {
    background: url("../img/icon_lotus.svg") no-repeat 0 0 / 48px;
    width: 48px;
    height: 48px;
    margin: 0;
    top: 4px;
    left: 0;
    bottom: 0;
  }
  section h3 {
    margin: 2.0rem 0 0;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
  }
  section h3 small {
    font-size: 1rem;
  }
  section h4 {
    margin: 1.5rem 0 0;
    font-size: 1.125rem;
  }
  section p {
    margin: 1.5rem 0 0;
  }
  section a {
    word-wrap: break-word;
  }
  section .inner-row .inner-col-text{
    width: 57.2vw;
  }
  section .inner-row .inner-col-image {
    width: 30.6vw;
    margin-top: 2.0rem;
    margin-left: 4vw;
  }
  
}
@media screen and (max-width:767px) {
  section {
    padding: 16vw 0;
  }
  section .inner-row {
    display: block;
  }
  section .inner-row .inner-col-text {
    width: 100%;
  }
  section .inner-row .inner-col-image {
    width: 100%;
    margin-left: 0;
  }
  
}


.saisanji_btn {
  display: block;
  width: 320px;
  margin: 80px auto 0;
}
.saisanji_btn a {
  display: block;
  background-color: #584949;
  padding: 22px 0;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-family: 'Zen Maru Gothic', Meiryo, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  transition: opacity .3s;
}
.saisanji_btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width:1000px) {
  .saisanji_btn {
    width: 38vw;
    margin: 16.666vw auto 0;
  }
  .saisanji_btn a {
    padding: 18px 0;
    border-radius: 50px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width:767px) {
  .saisanji_btn {
    width: 92vw;
    margin: 16.666vw auto 0;
  }
}


/* pagetop */
#pagetop {
	width: 112px;
	height: 112px;
	position: absolute;
	right: 60px;
	bottom: 60px;
	z-index: 1;
}
#pagetop a {
	display: block;
	width: 100%;
	height: 112px;
	line-height: 112px;
	background: url("../img/btn_pagetop.png") 0 0 no-repeat;
	background-size: 112px 112px;
	text-indent: -999px;
	overflow: hidden;
  transition: opacity .3s;
}
#pagetop a:hover {
  opacity: 0.8;
}
@media screen and (max-width:1000px) {
  #pagetop {
    width: 60px;
    height: 60px;
    right: 2vw;
    bottom: 4vw;
  }
  #pagetop a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-size: 60px 60px;
  }
  #pagetop a:hover {
    opacity: 1;
  }
}
@media screen and (max-width:767px) {
  #pagetop {
    right: 4vw;
    bottom: 12vw;
  }
}

footer {
  background-color: #483A3A;
  padding: 30px 0;
  text-align: center;
}
footer .copy {
  margin: 0;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width:1000px) {
  footer {
    padding: 2vw 0;
  }
}
@media screen and (max-width:320px) {
  footer .copy {
    letter-spacing: -0.1em;
    font-size: 10px;
  }
}
