@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600");

/*変数指定
=======================================================*/

/*メインカラー
--------------------------------------------*/

/*フォント
--------------------------------------------*/

/*body以下
=======================================================*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Serif JP", serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 1280px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 2.0;
  color: #333;
  background: url(../img/common/com_bg02.png);
}

.inbox {
  width: 1080px;
  margin: 0 auto;
}

.pc_none {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_c {
  text-align: center;
}

a[href^="tel:"] {
  pointer-events: none;
}

img {
  max-width: 100%;
  vertical-align: moddle;
}

/*display flexキッド 
=================================================*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/
.flx_wrp {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx_rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx_btw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx_ard {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/

/*水平揃え　高さ揃え
-----------------------*/
.flx_alitem_strt {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx_alitem_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*水平揃え　上揃え
-----------------------*/
.flx_alitem_strt {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*水平揃え　下揃え
-----------------------*/
.flx_alitem_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx_alitem_end {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/

/*初期値
-----------------------*/
.flx_alcont_strt {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx_alcont_start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx_alcont_end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx_alcont_c {
  -ms-flex-line-pack: center;
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx_alcont_s-btw {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx_alcont_s-ard {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

/*更新画像
=================================================*/

/*更新イメージの調整
----------------------------------------------- */
.com-img {
  width: 600px;
  height: 350px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.com-img img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
  .com-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }

}

/*=========================================================
  header
=========================================================*/
#header {
  padding-top: 8px;
}

#header .hd_l {
  width: 135px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#header .hd_r {
  width: 340px;
}

#header .hd_r .hd_info .hd_sptel, #header .hd_r .hd_info .hd_tel {
  padding: 2px 0;
  text-align: center;
  width: 160px;
  line-height: 1;
  color: #396006;
  background: #c5d28f;
}

#header .hd_r .hd_info .hd_sptel span, #header .hd_r .hd_info .hd_tel span {
  padding-left: 16px;
}

#header .hd_r .hd_info .hd_sptel {
  margin-bottom: 5px;
}

#header .hd_r .hd_info .hd_sptel span {
  background: url(../img/common/hd_sp_icon.png) no-repeat left center;
}

#header .hd_r .hd_info .hd_tel {
  margin-bottom: 5px;
}

#header .hd_r .hd_info .hd_tel span {
  background: url(../img/common/hd_tel_icon.png) no-repeat left center;
}

/*=========================================================
  navi
=========================================================*/
#nav {
  margin-top: 15px;
}

#nav .inbox > ul > li {
  text-align: center;
  width: calc(100%/6);
}

#nav .inbox > ul > li a {
  padding: 10px 0 15px;
  display: block;
  line-height: 1;
}

#nav .inbox > ul > li a span {
  border-right: 1px solid #333;
  display: block;
}

#nav .inbox > ul > li:last-child a span {
  border-right: none;
}

#nav .inbox > ul .nav_megamenu {
  position: relative;
}

#nav .inbox > ul .nav_megamenu > ul {
  width: 280px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 40px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
}

#nav .inbox > ul .nav_megamenu > ul > li {
  width: 100%;
  border-bottom: 1px solid #d9ddd4;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: left;
}

#nav .inbox > ul .nav_megamenu > ul > li a {
  display: block;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav .inbox > ul .nav_megamenu > ul > li:hover a {
  color: #396006;
}

#nav .inbox > ul .nav_megamenu > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#nav .inbox > ul .nav_megamenu:hover {
  overflow: visible;
}

#nav .inbox > ul .nav_megamenu:hover > ul {
  z-index: 1000;
  opacity: 1;
}

/*Mainvisual
=========================================================*/
#mv {
  height: 850px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  background: url(../img/mv/mv_bg.png) no-repeat center/cover;
}

#mv .catch {
  text-align: center;
  position: absolute;
  top: 300px;
  right: 0px;
  left: 0px;
  z-index: 999;
}

#mv h1 {
  position: absolute;
  z-index: 100;
  bottom: -30px;
  left: 0;
  color: #333;
  font-size: 13px;
}

#mv h1 span {
  display: block;
}

/*=========================================================
  トップページ
=========================================================*/

/*共通ボタン
=========================================================*/
.more_btn01 {
  text-align: center;
}

.more_btn01 a {
  width: 350px;
  margin: 0 auto;
  color: #396006;
  display: block;
  padding: 18px 0;
  background: rgba(197, 210, 143, 0.5);
  font-weight: bold;
  letter-spacing: 1.2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.more_btn01 a:hover {
  background: #396006;
  color: #fff;
}

.more_btn02 {
  text-align: center;
}

.more_btn02 a {
  width: 370px;
  margin: 0 auto;
  border: solid #fff 1px;
  color: #fff;
  border-radius: 10px;
  display: block;
  padding: 12px 0;
  font-weight: bold;
  letter-spacing: 1.2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.more_btn02 a:hover {
  background: #fff;
  color: #396006;
}

#contents-u .tax {
  text-align: right;
  margin: 5px 0 0;
}

/*top-section01
=========================================================*/
#t-sec01 {
  position: relative;
  padding: 100px 0 90px;
  background: url(../img/top/t-sec01_bg_r.png) no-repeat right top 88px, url(../img/top/t-sec01_cherry_b.png) no-repeat right 585px top 540px, url(../img/top/t-sec01_bg_l.png) no-repeat left top 20px;
}

#t-sec01 .t-sec01_wrp {
  max-height: 525px;
  margin-bottom: 60px;
}

#t-sec01 .t-sec01_wrp h3 {
  margin: 0 90px 0 70px;
  padding-left: 75px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: url(../img/top/t-sec01_ttl_s.png) no-repeat left top 155px;
  width: 180px;
}

#t-sec01 .t-sec01_wrp h3 span {
  display: inline-block;
  vertical-align: top;
  background: rgba(197, 210, 143, 0.5);
  padding: 20px 10px;
  color: #396006;
  font-size: 24px;
  margin-top: 135px;
}

#t-sec01 .t-sec01_wrp h3 span:nth-child(1) {
  margin-top: 0;
  margin-left: 10px;
}

#t-sec01 .t-sec01_wrp .t-sec01_txt {
  padding-top: 75px;
  line-height: 4.0;
}

#t-sec01 .t-sec01_wrp .t-sec01_txt p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#t-sec01 .season_imglist {
  text-align: center;
}

#t-sec01 .season_imglist li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

#t-sec01 .season_imglist li:last-child {
  margin-right: 0;
}

/*top-section02
=========================================================*/
#t-sec02 {
  padding: 90px 0;
  background: url(../img/top/t-sec02_img01.png) no-repeat left top 95px/56%, url(../img/top/t-sec02_bg.png) no-repeat center/cover;
}

#t-sec02 .t-sec02_wrp01 {
  margin-bottom: 80px;
  height: 590px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#t-sec02 .t-sec02_wrp01 dl dt {
  margin-left: 60px;
}

#t-sec02 .t-sec02_wrp01 dl dt h3 {
  padding: 74px 50px;
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  color: #fff;
  background: url(../img/top/t-sec02_ttl_bg.png) no-repeat center;
}

#t-sec02 .t-sec02_wrp01 dl dd {
  padding-top: 60px;
  font-size: 24px;
  line-height: 3;
}

#t-sec02 .t-sec02_wrp02 {
  text-align: center;
}

#t-sec02 .t-sec02_wrp02 .t-sec02_img {
  width: 470px;
}

#t-sec02 .t-sec02_wrp02 dl {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#t-sec02 .t-sec02_wrp02 dl dt {
  margin-bottom: 35px;
}

#t-sec02 .t-sec02_wrp02 dl dd {
  line-height: 3.5;
}

/*top-section03
=========================================================*/
#t-sec03 {
  background: #fff;
}

#t-sec03 .t-sec03_list {
  text-align: center;
  padding: 95px 0;
  background: url(../img/top/t-sec03_flower_l.png) no-repeat left center, url(../img/top/t-sec03_flower_r.png) no-repeat right center;
}

#t-sec03 .t-sec03_list li {
  width: 295px;
  background: url(../img/top/t-sec03_list_bg.png) no-repeat center/cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 55px;
}

#t-sec03 .t-sec03_list li a {
  height: 115px;
  color: #fff;
  font-size: 22px;
  line-height: 1.8;
  display: block;
  padding-left: 35px;
  background: url(../img/common/arrow01.png) no-repeat left 50px center;
}

#t-sec03 .t-sec03_list li a h3 {
  padding-top: 35px;
}

#t-sec03 .t-sec03_list li:nth-child(2) {
  margin-right: 0;
}

#t-sec03 .t-sec03_list li:nth-child(2) a h3 {
  padding-top: 15px;
  line-height: 1.5;
}

/*top-section04
=========================================================*/
#t-sec04 {
  padding: 100px 0 90px;
}

#t-sec04 .t-sec04_wrp .t-sec04_ttl_wrp {
  width: 140px;
}

#t-sec04 .t-sec04_wrp .t-sec04_ttl_wrp h3 {
  padding-top: 15px;
  line-height: 140px;
  width: 100%;
  height: 145px;
  font-size: 40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 30px;
}

#t-sec04 .t-sec04_wrp .t-news {
  width: 905px;
}

#t-sec04 .t-sec04_wrp .t-news li {
  padding-left: 40px;
  background: url(../img/common/t-news_icon.png) no-repeat left center;
  margin-bottom: 20px;
  position: relative;
}

#t-sec04 .t-sec04_wrp .t-news li:last-child {
  margin-bottom: 0;
}

#t-sec04 .t-sec04_wrp .t-news li:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 17px;
  height: 4px;
  margin-top: -2px;
  background: url(../img/common/arrow02.png) no-repeat center/contain;
}

#t-sec04 .t-sec04_wrp .t-news li a time, #t-sec04 .t-sec04_wrp .t-news li a p {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

#t-sec04 .t-sec04_wrp .t-news li a time {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 0;
  text-align: center;
  width: 127px;
  background: rgba(197, 210, 143, 0.5);
  margin-right: 50px;
}

#t-sec04 .t-sec04_wrp .t-news li a p {
  width: 675px;
  padding: 10px 0 15px;
  background: url(../img/common/com_line02.png) repeat-x left bottom;
}

/*top-banner
=========================================================*/
.top-banner {
  text-align: center;
  padding: 35px 0;
  background: url(../img/banner/t-banner_bg_l.png) no-repeat left top, #fff url(../img/banner/t-banner_bg_r.png) no-repeat right bottom;
}

.top-banner .banner_wrp {
  padding: 40px 0 45px;
  background: url(../img/common/com_line02.png) repeat-x top left, url(../img/common/com_line02.png) repeat-x bottom left;
}

.top-banner .banner_wrp .banner_ttl {
  line-height: 1;
  padding: 20px 0;
  font-size: 24px;
  margin-bottom: 40px;
  background: url(../img/banner/cherry_b_icon.png) no-repeat center/contain;
}

.top-banner .banner_wrp .banner_tel_wrp {
  margin-bottom: 30px;
}

.top-banner .banner_wrp .banner_tel_wrp p {
  font-size: 32px;
  line-height: 1;
}

.top-banner .banner_wrp .banner_tel_wrp p span {
  padding-left: 30px;
}

.top-banner .banner_wrp .banner_tel_wrp .banner_sptel {
  margin-bottom: 18px;
}

.top-banner .banner_wrp .banner_tel_wrp .banner_sptel span {
  background: url(../img/banner/banner_sptel.png) no-repeat left center;
}

.top-banner .banner_wrp .banner_tel_wrp .banner_tel span {
  background: url(../img/banner/banner_tel.png) no-repeat left center;
}

.top-banner .banner_wrp .banner_worksday {
  margin: 0 auto 25px;
  width: 220px;
  background: rgba(197, 210, 143, 0.5);
}

.t-map {
  height: 475px;
}

.t-map iframe {
  width: 100%;
  height: 100%;
}

/*=========================================================
  footer
=========================================================*/
#pagetop {
  position: fixed;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  z-index: 999;
}

#footer {
  padding-top: 95px;
  text-align: center;
}

#footer .ft_logo {
  margin-bottom: 30px;
}

#footer .ft_add {
  margin-bottom: 20px;
}

#footer .ft_add p {
  margin-bottom: 10px;
  line-height: 1;
}

#footer .ft_add p:last-child {
  margin-bottom: 0;
}

#footer .ft_tel_wrp {
  margin-bottom: 30px;
}

#footer .ft_tel_wrp p {
  margin-bottom: 5px;
}

#footer .ft_tel_wrp p:last-child {
  margin-bottom: 0;
}

#footer .ft_tel_wrp p a {
  width: 265px;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  padding: 5px 15px;
  color: #396006;
  letter-spacing: 3px;
  line-height: 1;
  background: rgba(197, 210, 143, 0.5);
}

#footer .ft_tel_wrp p a span {
  padding-left: 17px;
}

#footer .ft_tel_wrp .ft_sptel a span {
  background: url(../img/common/ft_sptel.png) no-repeat left center;
}

#footer .ft_tel_wrp .ft_tel a span {
  background: url(../img/common/ft_tel.png) no-repeat left center;
}

#footer .ft_snslist {
  width: 175px;
  padding: 15px 0;
  margin: 0 auto 45px;
  border-top: solid 1px rgba(57, 96, 6, 0.1);
  border-bottom: solid 1px rgba(57, 96, 6, 0.1);
}

#footer .ft_snslist li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#footer .ft_snslist li:last-child {
  margin-right: 0;
}

#footer .ft_nav ul {
  margin-bottom: 5px;
}

#footer .ft_nav ul:last-child {
  margin-bottom: 0;
}

#footer .ft_nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
  line-height: 1;
  border-right: 1px solid #a9a7a3;
}

#footer .ft_nav ul li a {
  letter-spacing: 3px;
}

#footer .ft_nav ul li:last-child {
  border-right: none;
}

#footer #copyright {
  margin-top: 70px;
  background: #396006;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 2px;
}

#footer #copyright small {
  line-height: 1;
  color: #fff;
  font-size: 12px;
}

#footer #copyright small a {
  line-height: 1;
  color: #fff;
}

/*=========================================================
  下層ページ
=========================================================*/
#contents-u {
  padding: 100px 0 120px;
}

/*下層共通タイトル
=========================================================*/
.ttl01 {
  text-align: center;
  line-height: 1.8;
  font-size: 32px;
  padding-bottom: 15px;
  margin-bottom: 40px;
  background: url(../img/common/ttl_01line.png) no-repeat bottom center;
}

.ttl02 {
  font-weight: bold;
  color: #396006;
  font-size: 24px;
  padding: 15px 25px;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(197, 210, 143, 0.5);
  margin-bottom: 20px;
}

/*下層共通パーツ
=========================================================*/
#ma {
  position: relative;
  height: 360px;
  background: url(../img/common/ma_bg.png) no-repeat center/cover;
  margin-bottom: 40px;
}

#ma h1 {
  position: absolute;
  z-index: 100;
  bottom: -30px;
  left: 0;
  color: #333;
  font-size: 13px;
}

#ma h1 span {
  display: block;
}

#ma h2 {
  line-height: 1;
  letter-spacing: 5px;
  text-align: center;
  padding-top: 140px;
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  text-shadow: rgba(51, 51, 51, 0.5) 1px 1px 5px, rgba(51, 51, 51, 0.5) -1px 1px 5px, rgba(51, 51, 51, 0.5) 1px -1px 5px, rgba(51, 51, 51, 0.5) -1px -1px 5px, rgba(51, 51, 51, 0.5) 1px 1px 8px, rgba(51, 51, 51, 0.5) -1px 1px 8px, rgba(51, 51, 51, 0.5) 1px -1px 8px, rgba(51, 51, 51, 0.5) -1px -1px 8px;
}

/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
}

#bread-clumb li {
  position: relative;
  color: #333;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}

#bread-clumb li a {
  color: #333;
}

#bread-clumb li:after {
  content: "|";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}

#bread-clumb li:last-child {
  margin-right: 0;
}

#bread-clumb li:last-child:after {
  display: none;
}

/*共通セクション
=========================================================*/
.com_sec {
  width: 850px;
  margin: 0 auto 80px;
}

.com_sec:last-child {
  margin-bottom: 0;
}

.com_sec02 {
  width: 1050px;
  margin: 0 auto 80px;
}

.com_sec02:last-child {
  margin-bottom: 0;
}

.com_img_sec01 {
  margin-bottom: 30px;
}

.com_img_sec01 .com_secimg01 {
  width: 200px;
  margin-right: 25px;
}

.com_img_sec01 ul li {
  padding-left: 25px;
  background: url(../img/common/t-news_icon.png) no-repeat left center;
  margin-bottom: 5px;
}

.com_img_sec01 ul li:last-child {
  margin-bottom: 0;
}

/*共通テーブル
=========================================================*/
.com_dl dl, .com_dl dd, .com_dl dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.com_dl dt, .com_dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 20px;
}

.com_dl dl {
  margin-bottom: 1px;
}

.com_dl dl dt {
  width: 320px;
  text-align: center;
  background: rgba(51, 51, 51, 0.12);
}

.com_dl dl dd {
  padding-left: 18px;
  width: 760px;
  background: url(../img/common/com_dd_line.png) no-repeat bottom right;
}

.com_dl dl dd a {
  color: #333;
}

.com_dl dl dd strong {
  color: #396006;
}

.com_dl dl:last-child {
  margin-bottom: 0;
}

/*熊毛墓苑について
=========================================================*/
#kumageboen_sec01 {
  margin-bottom: 100px;
}

.kumageboen_txt {
  text-align: center;
  margin-bottom: 50px;
}

.kumageboen_txt p {
  margin-bottom: 30px;
  line-height: 2.5;
}

.kumageboen_txt p:last-child {
  margin-bottom: 0;
}

#kumageboen_sec02 {
  margin-bottom: 100px;
}

#kumageboen_sec02 .kumageboen_point dl {
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 500px;
  background: #fff;
  margin-top: 40px;
}

#kumageboen_sec02 .kumageboen_point dl:nth-child(-n+2) {
  margin-top: 0;
}

#kumageboen_sec02 .kumageboen_point dl dt {
  text-align: center;
  color: #396006;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

#kumageboen_sec03 .map_wrp .map {
  margin-bottom: 5px;
  height: 300px;
}

#kumageboen_sec03 .map_wrp .map iframe {
  width: 100%;
  height: 100%;
}

#kumageboen_sec03 .map_wrp p {
  text-align: right;
  font-size: 14px;
}

/*樹木葬とは
=========================================================*/
.treeburial_txt {
  margin-bottom: 45px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.treeburial_list {
  text-align: center;
}

.treeburial_list .coution {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  padding: 0 5px 5px 5px;
  margin-bottom: 40px;
  background: url(../img/common/coution_bg.png) repeat-x left bottom;
}

.treeburial_list .coution span {
  font-size: 15px;
}

.treeburial_list ul li {
  width: 320px;
}

/*永代供養
=========================================================*/
.eidaikuyou #eidaikuyou_sec01 {
  text-align: center;
  line-height: 2.5;
}

.eidaikuyou #eidaikuyou_sec03 {
  margin-top: -50px;
  padding-top: 50px;
}

.eidaikuyou #eidaikuyou_sec03 .eidaikuyou_sec03_wrp .eidaikuyou_img, .eidaikuyou #eidaikuyou_sec03 .eidaikuyou_sec03_wrp .eidaikuou_txt {
  display: inline-block;
  vertical-align: top;
}

.eidaikuyou #eidaikuyou_sec03 .eidaikuyou_sec03_wrp .eidaikuyou_img {
  width: 198px;
}

.eidaikuyou #eidaikuyou_sec03 .eidaikuyou_sec03_wrp .eidaikuou_txt {
  width: 560px;
  margin-right: 80px;
}

/*慶福寺について
=========================================================*/
.keifukuji_about_list dl {
  margin-bottom: 60px;
}

.keifukuji_about_list dl dd {
  line-height: 1.8;
}

.keifukuji_map_wrp {
  margin: 0 0 40px;
}

.keifukuji_map_wrp .map {
  margin-bottom: 5px;
  height: 300px;
}

.keifukuji_map_wrp .map iframe {
  width: 100%;
  height: 100%;
}

/*ご利用案内
=========================================================*/
.infomation .com_sec, .infomation .com_sec02 {
  padding-top: 50px;
  margin-top: -50px;
}

.infomation_dl dl {
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(51, 51, 51, 0.2);
}

.infomation_dl dl:last-child {
  margin-bottom: 0;
}

.infomation_dl dl dt, .infomation_dl dl dd {
  vertical-align: middle;
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.infomation_dl dl dt {
  text-align: center;
  width: 70px;
  background: #396006;
  color: #fff;
  font-size: 24px;
}

.infomation_dl dl dd {
  width: 680px;
  padding: 10px 20px;
  background: #fff;
}

.infomation_dl dl dd .infomation_dl_ttl {
  color: #396006;
  font-weight: bold;
  font-size: 20px;
}

.access_txt {
  text-align: center;
  margin-bottom: 40px;
}

.info_map {
  height: 400px;
}

.info_map iframe {
  width: 100%;
  height: 100%;
}

/*施工事例一覧
=========================================================*/
#contents-u.case .case_txt {
  text-align: center;
  margin-bottom: 50px;
}

#contents-u.case .case_list li {
  width: 378px;
  float: left;
  margin-right: 30px;
  margin-top: 30px;
}

#contents-u.case .case_list li a {
  color: #333;
  padding: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
  border: solid 2px #396006;
}

#contents-u.case .case_list li a dl dt {
  width: 340px;
  height: 240px;
  margin-bottom: 15px;
}

#contents-u.case .case_list li a dl dd {
  line-height: 1;
  font-size: 15px;
  padding-left: 15px;
  border-left: 1px solid #396006;
}

#contents-u.case .case_list li:nth-child(3n) {
  margin-right: 0;
}

#contents-u.case .case_list li:nth-child(-n+3) {
  margin-top: 0;
}

/*施工事例個別
=========================================================*/
.case-main-img {
  width: 640px;
  height: 420px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
}

.case-main-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-thum li {
  width: 175px;
  height: 150px;
  margin-right: 20px;
  display: inline-block;
  margin-top: 10px;
}

.case-thum li:nth-child(6n) {
  margin-right: 0;
}

.case-thum li:nth-child(-n+6) {
  margin-top: 0;
}

#viewer {
  margin-bottom: 60px;
}

.case-txtwrp {
  padding: 10px;
  background: url(../img/common/com_bg.png);
}

.case-txtwrp .case_intxt {
  background: #fff;
  padding: 20px;
}

/*お知らせ一覧
=========================================================*/
.post_wrp .all_post_list li {
  margin-bottom: 20px;
}

.post_wrp .all_post_list li a {
  display: block;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 1px solid #396006;
}

.post_wrp .all_post_list li a dl dt {
  font-size: 18px;
  font-weight: bold;
}

.post_wrp .all_post_list li a dl dt span {
  display: inline-block;
}

.post_wrp .all_post_list li a dl dt span:nth-child(1) {
  width: 120px;
  padding: 5px 0;
  text-align: center;
  background: rgba(197, 210, 143, 0.5);
  margin-right: 20px;
  font-size: 14px;
}

/*お知らせ個別
=========================================================*/
#contents-u.post .s-time {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid #396006;
}

#contents-u.post .s-time time {
  color: #396006;
  font-weight: bold;
}

/*お問い合わせ
=========================================================*/
#contents-u.contact .cont_dl {
  margin-bottom: 40px;
}

#contents-u.contact .cont_dl dl dt {
  width: 320px;
  position: relative;
}

#contents-u.contact .cont_dl dl dt .hissu {
  line-height: 1;
  padding: 5px 8px;
  position: absolute;
  right: 0;
  color: #fff;
  background: #396006;
  font-size: 13px;
}

#contents-u.contact .cont_dl dl dd {
  width: 760px;
}

#contents-u.contact .cont_dl dl dd input[type=text], #contents-u.contact .cont_dl dl dd input[type=num] {
  width: 100%;
  padding: 5px;
  border: solid #ccc 1px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents-u.contact .cont_dl dl dd textarea {
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
}

#contents-u.contact .cont_dl dl dd #pc01, #contents-u.contact .cont_dl dl dd #pc02 {
  margin-bottom: 10px;
}

#contents-u.contact .cont_dl dl dd #pc01 {
  width: 60px !important;
}

#contents-u.contact .cont_dl dl dd #pc02 {
  width: 80px !important;
}

#contents-u.contact .cont_dl dl .error-text {
  color: #f44336;
}

.contact_btn ul {
  text-align: center;
}

.contact_btn ul li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  border: solid 1px #396006;
}

.contact_btn ul li #form_btn {
  font-family: "Noto Serif JP", serif;
  width: 340px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
  border: none;
  cursor: pointer;
  padding: 25px 0;
  background-color: #396006;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

.contact_btn ul li:last-child {
  margin-right: 0;
}

.contact_btn ul li:hover #form_btn {
  color: #396006;
  background: #fff;
}

/*pagenation---------------*/
ul.pagenation {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}

ul.pagenation li {
  display: inline-block;
  margin: 0 5px;
}

ul.pagenation li a {
  font-size: 17px;
  color: #38322d;
}

ul.pagenation li.current {
  font-size: 20px;
  color: #fff;
  background-color: #396006;
  padding: 5px 8px;
}

/*page-btn
--------------------------------------------*/
.page_btn {
  margin-top: 30px;
}

.page_btn a {
  color: #38322d;
  font-weight: bold;
}

.page_btn .right {
  position: relative;
  padding-right: 20px;
}

.page_btn .left {
  position: relative;
  padding-left: 20px;
}

.page_btn .right::after, .page_btn .left::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page_btn .left::before {
  left: 0;
  border: solid 5px transparent;
  border-right: solid #396006 5px;
}

.page_btn .right::after {
  right: 0;
  border: solid 5px transparent;
  border-left: solid #396006 5px;
}

/*サイトマップ
=========================================================*/
#contents-u.site_map #site_map ul li {
  border-bottom: 1px solid #396006;
}

#contents-u.site_map #site_map ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 15px 0 15px 35px;
  color: #333;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#contents-u.site_map #site_map ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -8px;
  border: solid 8px transparent;
  border-left: 8px solid #396006;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#contents-u.site_map #site_map ul li a:hover {
  color: #396006;
}

#contents-u.site_map #site_map ul li a:hover:before {
  left: 10px;
}

/*プライバシーポリシー
=========================================================*/
#contents-u.privacy .privacy_box {
  margin-bottom: 50px;
}

#contents-u.privacy .privacy_box .title02 {
  color: #396006;
  font-size: 20px;
  font-weight: bold;
}

/*404
=========================================================*/
.not_found_txt {
  text-align: center;
}

.not_found_txt p {
  font-size: 16px;
  line-height: 1.8;
}

.not_found_txt p a {
  font-weight: bold;
  color: #396006;
}

/*リキャプチャ---------------*/
#recap-id {
  padding: 20px 0;
}

.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}

.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}