@charset "UTF-8";

/* ==========================================================
色の変数
========================================================== */
/*=============================================
 樹木葬のページ
=============================================*/
/* 変数 ---------------------------------------------*/
.black {
  color: #221815;
}

.navy {
  color: #1d2975;
}

.red {
  color: #e60012;
}

.orange {
  color: #e8390d;
}

.brown {
  color: #593f1e;
}

/* --------------------------------------------------*/
body {
  color: #221815;
}

img {
  width: auto;
}

@media (min-width: 768px) {
  .inner {
    /*    margin-bottom: 0;*/
    max-width: 1200px !important;
    width: 90% !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    margin-right: 2vw;
    margin-left: 2vw;
  }
}

@media (min-width: 768px) {
  .contIn .inner {
    padding: 50px 10px;
  }
}

@media screen and (max-width: 767px) {
  .contIn .inner {
    padding: 5vw 0;
  }
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.bgF3 {
  background-color: #f3f3f3;
}

.bgFff {
  background-color: #fff;
}

p.btnWrap:not(:last-child) {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .btnWrap {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 767px) {
  .btnWrap {
    padding: 0.5rem 5vw;
  }
}

.btnWrap a.btn {
  border: 4px solid;
  border-radius: 8px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  margin: 0;
}

.btnWrap a.btn.mail {
  border-color: #1d2975;
  background-color: #1d2975;
}

@media (min-width: 768px) {
  .btnWrap a.btn.mail:hover {
    color: #1d2975;
  }
}

.btnWrap a.btn.phone {
  border-color: #e8390d;
  background-color: #e8390d;
}

@media (min-width: 768px) {
  .btnWrap a.btn {
    font-size: 1.75rem;
    padding: 0.8em 2em;
  }
}

@media screen and (max-width: 767px) {
  .btnWrap a.btn {
    font-size: 1.4rem;
    padding: 0.5em;
  }
}

.btnWrap a.btn i {
  margin-left: 0.2em;
  vertical-align: baseline;
}

@media (min-width: 768px) {

  .btnWrap a.btn,
  .btnWrap a.btn:hover {
    -webkit-transition: .2s;
    transition: .2s;
  }

  .btnWrap a.btn:hover {
    background-color: #fff;
  }
}

@media (min-width: 768px) {
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .flexboxSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* header
------------------------------------------------------*/
#header {
  width: 100%;
}

header .logo {
  background-color: #fff;
  text-align: right;
}

header .logo .inner {
  margin-bottom: 0;
  width: initial;
  padding: 0 3%;
}

header .logo img {
  padding: 20px 0;
  max-width: 250px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  header .logo img {
    width: 40%;
  }
}

header .mainV .inner {
  width: inherit;
  text-align: center;
}

header .mainV .inner picture.opn_ttl {
  max-width: 1000px;
  width: 90%;
  margin: 80px auto 40px;
  display: block;
}

header .mainV .inner picture.mainV {
  max-width: 1200px;
  width: 90%;
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  header .mainV .inner {
    margin: 0;
  }

  header .mainV .inner picture.opn_ttl {
    margin: 40px auto 30px;
  }
}

/*メイン
------------------------------------------------------*/
main #contents #read {
  background-color: #fff;
}

@media (min-width: 768px) {
  main #contents p.imgTxt {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  main #contents p.imgTxt {
    margin-bottom: 8vw;
  }
}

@media (min-width: 768px) {
  main #contents p.imgTxt img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  main #contents p.imgTxt img {
    width: 85%;
  }
}

@media (min-width: 768px) {
  main #contents .contact {
    /*    padding: 60px 0;*/
  }
}

@media screen and (max-width: 767px) {
  main #contents .contact {
    padding: 10vw 0;
  }
}

main #contents #overview {
  /*紹介*/
  background-image: url(../img/common/bgImg01.png);
  background-repeat: repeat;
  background-position: top left;
}

main #contents #overview .inner {
  width: inherit;
}

main #contents #overview .headTxt {
  background-color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
  main #contents #overview .headTxt {
    padding: 45px 30px 30px 50px;
  }
}

@media screen and (max-width: 767px) {
  main #contents #overview .headTxt {
    padding: 5vw 2vw;
  }
}

@media (min-width: 768px) {
  main #contents #overview .headTxt .listTitle {
    max-width: 650px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 767px) {
  main #contents #overview .headTxt .listTitle {
    margin: 0 2vw 5vw;
  }
}

@media (min-width: 768px) {
  main #contents #overview .headTxt .listIn {
    margin-bottom: 40px;
    text-align: center;
  }

  main #contents #overview .headTxt .listIn img {
    max-width: 600px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  main #contents #overview .headTxt .listIn {
    margin: 0 2vw 7vw 3vw;
  }
}

main #contents #overview .headTxt .listAtt {
  border: 2px solid #c20;
  text-align: center;
}

@media (min-width: 768px) {
  main #contents #overview .headTxt .listAtt {
    padding: 10px 25px;
  }
}

@media screen and (max-width: 767px) {
  main #contents #overview .headTxt .listAtt {
    padding: 2vw;
  }
}

main #contents #overview .overviewTitle span {
  display: block;
  border-left: 5px solid #1d2975;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  main #contents #overview .overviewTitle span {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  main #contents #overview .overviewTitle span {
    padding-left: 2vw;
  }
}

main #contents #overview .overviewList::after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
}

@media (min-width: 768px) {
  main #contents #overview .overviewList li {
    padding: 20px 0;
    width: 48%;
    float: left;
  }

  main #contents #overview .overviewList li:nth-child(2n-1) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 767px) {
  main #contents #overview .overviewList li {
    padding: 2vw;
  }
}

main #contents #overview .overviewList .overviewListTxt {
  padding: 2em 0;
}

main #contents #overview .overviewList .overviewListImg {
  text-align: center;
}

main #contents #overview .overviewList ol.listNum {
  list-style-type: decimal;
}

main #contents #temple {
  /*浄土寺のご紹介*/
}

main #contents #temple .templeWrap {
  /* border: 3px solid #1d2975; */
  border: 3px solid rgba(29, 41, 117, .8);
  border-radius: 15px;
  position: relative;
}

@media (min-width: 768px) {
  main #contents #temple .templeWrap {
    padding: 50px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  main #contents #temple .templeWrap {
    padding: 5vw 3vw 3vw;
  }
}

main #contents #temple .templeWrap .templeTitle {
  position: absolute;
}

@media (min-width: 768px) {
  main #contents #temple .templeWrap .templeTitle {
    top: -0.7em;
    left: 2em;
  }
}

@media screen and (max-width: 767px) {
  main #contents #temple .templeWrap .templeTitle {
    top: -1.1em;
    left: 1em;
  }
}

main #contents #temple .templeTitle {
  color: #1d2975;
}

@media (min-width: 768px) {
  main #contents #temple .templeTitle {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 767px) {
  main #contents #temple .templeTitle {
    font-size: 2em;
  }
}

main #contents #temple .templeTitle strong {
  background-color: #fff;
  display: inline-block;
}

@media (min-width: 768px) {
  main #contents #temple .templeTitle strong {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 767px) {
  main #contents #temple .templeTitle strong {
    padding: 1vw 2vw;
  }
}

@media (min-width: 768px) {

  main #contents #temple .templeIn,
  main #contents #temple .templeMap {
    padding: 20px 30px;
  }

  main #contents #temple .templeIn img {
    margin-bottom: 20px;
    height: 300px;
    width: auto;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {

  main #contents #temple .templeIn,
  main #contents #temple .templeMap {
    padding: .4em 3%;
  }

  main #contents #temple .templeIn img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  main #contents #temple .templeMap {
    margin-bottom: 7vw;
  }
}

main #contents #temple .juushokuImg {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  main #contents #temple .juushokuImg {
    width: 40%;
  }
}

main #contents #temple .juushoku::after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
}

@media (min-width: 768px) {
  main #contents #temple .juushoku {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  main #contents #temple .juushoku {
    padding: 2vw;
  }
}

main #contents #temple .juushokucomment {
  font-size: 2em;
  color: #1d2975;
  font-weight: 900;
}

main #contents #toSee .toSeeTitle {
  background-color: #ede8f2;
  text-align: center;
}

@media (min-width: 768px) {
  main #contents #toSee .toSeeTitle {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  main #contents #toSee .toSeeTitle {
    padding: 3vw;
  }
}

main #contents #toSee .toSeeTableWrap {
  border: 4px solid #ede8f2;
  padding: 35px 20px;
  margin-bottom: 30px;
  align-items: baseline;
}


@media screen and (max-width: 767px) {
  main #contents #toSee .toSeeTableWrap {
    padding: 2vw;
  }
}

main #contents #toSee .toSeeTable {
  width: 100%;
}

@media screen and (max-width: 767px) {
  main #contents #toSee .toSeeTable {
    margin-bottom: 3vw;
  }
}

main #contents #toSee .toSeeTable td {
  text-align: right;
}

main #contents #toSee .toSeeTable tbody th,
main #contents #toSee .toSeeTable tbody td,
main #contents #toSee .toSeeTable tfoot th,
main #contents #toSee .toSeeTable tfoot td {
  padding: 10px 1.2em;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

main #contents #toSee .toSeeTable tbody th {
  border-right-color: #fff;
}

th main #contents #toSee .toSeeTable tbody th,
main #contents #toSee .toSeeTable tfoot th {
  font-size: 1.08em;
  border-left: 1px solid #ddd;
}

main #contents #toSee .toSeeTable tbody td,
main #contents #toSee .toSeeTable tfoot td {
  font-size: 1.12em;
}

main #contents #toSee .toSeeTable tbody th {
  border-left: 3px solid #bbb;
}

main #contents #toSee .toSeeTable tbody td {
  border-right: 3px solid #bbb;
}

main #contents #toSee .toSeeTable tbody tr:first-child th,
main #contents #toSee .toSeeTable tbody tr:first-child td {
  border-top: 3px solid #bbb;
}

main #contents #toSee .toSeeTable tbody tr:last-child th,
main #contents #toSee .toSeeTable tbody tr:last-child td {
  border-bottom: 3px solid #bbb;
}

main #contents #toSee .toSeeTable tbody th {
  background-color: #fff;
  border-right: none;
  font-size: 1.35em;
}

main #contents #toSee .toSeeTable tbody td {
  font-size: 1.8em;
  font-weight: bold;
}

main #contents #toSee .toSeeTable tbody tr:first-child th {
  background-color: #ede8f2;
  border-right: 3px solid #bbb;
  font-weight: bold;
  font-size: 1.5em;
}

main #contents #toSee .toSeeTable tfoot tr.bo-btm th,
main #contents #toSee .toSeeTable tfoot tr.bo-btm td {
  border-bottom: 1px solid #ddd;
}

main #contents #toSee .toSeeTable tfoot tr.hidden th,
main #contents #toSee .toSeeTable tfoot tr.hidden td {
  background-color: #fff;
  border: none;
  font-size: 0;
  padding: 5px;
}

main #contents #toSee .toSeeTable tfoot th {
  background-color: #ede8f2;
}

main #contents #toSee .toSeeTable tfoot tr:last-child th,
main #contents #toSee .toSeeTable tfoot tr:last-child td {
  border-bottom: 1px solid #ddd;
}


@media (min-width: 768px) {
  main #contents #toSee .toSeeAtt {
    padding: 20px 30px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  main #contents #toSee .toSeeAtt {
    padding: 1vw 2vw;
  }
}

/* footer
------------------------------------------------------*/
footer {
  border-bottom: #593f1e solid;
}

footer img {
  max-width: 300px;
  width: 100%;
}

@media (min-width: 768px) {
  footer .footerIn {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  footer .footerIn {
    padding: 4vw 0;
  }
}

@media screen and (max-width: 767px) {
  footer .inner {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  footer .logo {
    width: 84%;
  }
}

@media screen and (max-width: 767px) {
  footer .logo {
    width: 60%;
  }
}

footer .ueskh {
  line-height: 1.35;
}

@media (min-width: 768px) {
  footer .ueskh {
    width: 15%;
  }
}

@media screen and (max-width: 767px) {
  footer .ueskh {
    width: 32%;
    font-size: 0.9em;
    margin-left: 8%;
  }
}

footer #copy {
  background-color: #fff;
}

@media (min-width: 768px) {
  footer #copy {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  footer #copy {
    padding: 1.5vw 0;
  }
}

/* 

▽ 20251006 記載

*/
.heading04 {
  text-align: center;
  font-weight: bold;
  font-size: 1.35em;
  background-color: #efefef;
  padding: .3em 0 .2em;
  letter-spacing: .1em;
}

.tbl_flex {
  gap: 30px;
}

.tbl_flex .flex_in {
  flex: 1 1 50%;
}

.aisatsu-wrap {
  background-color: #efefef;
  padding: 30px;
  margin: 30px 30px 0;
}

.aisatsu-wrap p {
  font-size: 1rem;
}

.aisatsu-absolute {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 5px 20px;
  border: 1px solid #ddd;
  font-size: 1.25em;
  display: block;
  text-align: center;
}

.aisatsu-flex {
  gap: 2em;
  align-items: center;
}

.aisatsu-flex .aisatsu-img {
  flex: 1 1 auto;
}

.aisatsu-flex .aisatsu-text {
  flex: 0 0 70%;
}

@media screen and (max-width: 767px) {

  header .mainV .inner picture.mainV {
    padding-bottom: 2.5em;
  }

  main #contents #toSee .toSeeTable tbody th,
  main #contents #toSee .toSeeTable tbody td,
  main #contents #toSee .toSeeTable tfoot th,
  main #contents #toSee .toSeeTable tfoot td {
    padding: .4em 3%;
  }

  main #contents #toSee .toSeeTable tbody th,
  main #contents #toSee .toSeeTable tbody tr:first-child th {
    font-size: 1.25em;
  }

  main #contents #toSee .toSeeTable tfoot tr.hidden th,
  main #contents #toSee .toSeeTable tfoot tr.hidden td {
    padding: 2.5px;
  }

  main #contents #toSee .toSeeTable tbody td {
    font-size: 1.5em;
  }

  main #contents #toSee .toSeeTableWrap {
    padding: 1.8em 2vw .4em;
  }

  .aisatsu-wrap {
    padding: .8em 5%.8em;
    margin: 0 3% .4em;
  }

  .aisatsu-absolute {
    font-size: 1rem;
    padding: .3em 3%;
    top: 0;
    left: 0;
    transform: translateX(0);
  }

  .aisatsu-flex {
    gap: .8em;
  }

  .aisatsu-flex .aisatsu-img {
    text-align: center;
  }

  .aisatsu-flex .aisatsu-img img {
    width: 85%;
  }

  .aisatsu-flex .aisatsu-text {
    flex: 1 1 auto;
  }
}