@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 16px/1.7 "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	font-weight: normal;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #727171;
	background: #fff;
}

a{
	color: #727171;
	text-decoration: none;
}

a:hover, .active{
	text-decoration: none;
	font-weight: 600;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/*/////////////////////////////////////////////////////////////////////////////

 ヘッダー

/////////////////////////////////////////////////////////////////////////////*/

#header{
	text-align: center;
}

#header h1{
	padding-top: 20px;
}

#mainnav a{
	color: #727171;
}

#mainnav a:hover, .active{
	color: #8bc782;
}

#mainImg{
}

#mainImg img{
}


/*/////////////////////////////////////////////////////////////////////////////

 フッター

/////////////////////////////////////////////////////////////////////////////*/

#footer{
	clear: both;
	padding: 50px 10px 100px 0;
	text-align: center;
	font-size: 12px;
}

/*　下部メニュー（常時固定）*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}
/* ↓　responsive設定あり　*/
#sp-fixed-menu li{
	justify-content: center;
	align-items: center;
	width: 50%;
	margin: 0;
	font-size: 25px;
	border-right: 1px solid #fff;
	background: #8bc782;
	line-height: 1em;
}
/*右メニュー*/
#sp-fixed-menu li:last-child{
   border-right: none;
}
/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:10px 0;
}
#sp-fixed-menu .fontS{
	font-size: 14px;
}


/*/////////////////////////////////////////////////////////////////////////////

 ページ共通

/////////////////////////////////////////////////////////////////////////////*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 30px;
}

section h2{
	margin: 0 auto 40px;
	font-size: 1.8em;
	font-weight:normal;
	text-align: center;
	background: #8bc782;
	color: #fff;
}

section h3{
	margin: 0 auto 20px;
	font-size: 1.8em;
	text-align: center;
	color: #8bc782;
	font-weight: normal;
	line-height: 1.3;
}


.h3_gray{
	color: #727171;
}

.underline {
	height: 2px;
	background-color: #8bc782;
	width: 100%;
	margin-top: -10px;
	margin-bottom: 20px;
}

.inner{
	width: 75%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.inner_last{
	width: 75%;
	margin: 0 auto;
	padding-bottom: 10px;
}


.article_box{
	margin-bottom: 20px;
}



/*　文字
------------------------------------------------------------------------------*/
/*　文字色　*/
.ft_mainColor{
	color: #8bc782;
}

.ft_colorRed{
	color: #e60012;
}

/*　文字装飾　*/
.subttl{
	font-size: 1.8em;
	color: #8bc782;
	text-align: center;
	margin: 20px 0 10px;
}

/*　文字段落　*/
.indentS{
	margin-bottom: 10px;	
}
.indentM{
	margin-bottom: 20px;
}
.indentL{
	margin-bottom: 30px;
}
.outdentS{
	margin-top: 10px;
}
.outdentM{
	margin-top: 20px;
}
.outdentL{
	margin-top: 30px;
}
.outdentLL{
	margin-top: 40px;
}


/*　表示画像
------------------------------------------------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


/*　改行
------------------------------------------------------------------------------*/
/*スマホで改行*/
.br-sp {
  display: none;
}
@media screen and (max-width: 640px) {
.br-pc {
	display: none;
}
.br-sp {
	display: inline-block;
}
}

/*小さめのタブレット以下で改行*/
.br-tb {
  display: none;
}
@media screen and (max-width: 820px) {/*820*/
.br-pc {
	display: none;
}
.br-tb {
	display: inline-block;
}
}

/*パソコンの時だけ改行*/
.pc-only-br {
    display: none;
}
@media screen and (min-width: 767px) {
.pc-only-br {
	display: inline;
}
}

/* スマートフォン以外のデバイス（タブレット、パソコン）にのみ改行を適用 */
.br-pctb {
	display: none;
}
@media screen and (min-width: 768px) {
  .br-pctb {
    display: block;
	}
}


/*　文字位置
------------------------------------------------------------------------------*/
/*パソコンはセンター寄せ、スマホでは左寄せ*/
.responsive-text {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.responsive-text {
		text-align: left;
	}
}

/*　文字位置調整　*/
.send_left{
	margin-left: -10px;
}


/*　リンク
------------------------------------------------------------------------------*/
/* 角丸ボックス*/
.link_box {
	display: block;
	background: #f18b00;
	border-radius: 20px;
	color: #fff;
	padding: 0.5em 2em;
	text-decoration: none;
	text-align: center;
	transition: background 0.3s;
	border: #f18b00 solid 2px;
	margin: 20px 0;
}
.link_box:hover {
	background: #fff;
	border: #f18b00 solid 2px;
	color: #f18b00;
}


/*　その他
------------------------------------------------------------------------------*/
/*追従するトップへボタン　*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 90px;
  right: 10px;
  background-color: #8bc782;
  z-index: 1000;
  border-radius: 50%;
  opacity: 0; /* ← 最初は透明 */
  visibility: hidden; /* ← 最初は見えない */
  transform: translateY(50px); /* ← 下にずらしておく */
  transition: all 0.3s ease;
}

#page_top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* ← 元の位置にスライド */
}

#page_top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#page_top a:hover {
	border-radius: 50%;
	opacity: 0.5;
}



/*/////////////////////////////////////////////////////////////////////////////

 【トップページ】（index.html）

/////////////////////////////////////////////////////////////////////////////*/


/* sec01
------------------------------------------------------------------------------*/
#sec01{
	margin-top: -30px !important;
	background: #fffcdb;
	text-align: center;
	padding-bottom: 20px;
}

#sec01 .slogan{
	font-size: 2em;
	text-align: center;
	color: #8bc782;
	line-height: 1.5;
	margin-bottom: 20px;
}

#instagram{
	margin: 30px 0 10px;
}
#instagram img{
	width: 100%;
}

.link_box_instagram {
	display: block;
	background: #f18b00;
	border-radius: 20px;
	color: #fff;
	padding: 0.5em 2em;
	text-decoration: none;
	text-align: center;
	transition: background 0.3s;
	border: #f18b00 solid 2px;
	/*margin: 30px 0;*/
}
.link_box_instagram:hover {
	background: #fffcdb;
	border: #f18b00 solid 2px;
	color: #f18b00;	
}


/* sec01 RESPONSIVE設定
------------------------------------------------------------------------------*/
@media only screen and (max-width:766px){
	#sec01 .slogan{
		font-size: 25px;
	}
	#sec01{
		margin-top: -20px !important;
	}
}

/* iPad mini 縦（768px） */
@media screen and (min-width: 768px) and (max-width: 819px) {
	#sec01{
		margin-top: -50px !important;
	}
}



/* sec02 「語らいの丘の特徴」
------------------------------------------------------------------------------*/
#sec02{
	margin-top: -30px;
}

#bg_leaf {
	background: url("../images/index/bg_leaf.png") no-repeat center center;
	background-size: 100% auto; /* 横幅100％で縦のサイズは自動調整 */
	width: 100%; /* 幅100% */
	height: auto; /* 画面全体に高さを設定（適宜調整可能） */
	margin-bottom: 20px;
}

#sec02 .right_box{
	margin-bottom: 30px;
	margin-left: 10%;
}

#sec02 .left_box{
	margin-right: 0;
	margin-left: 50%;
	margin-top: 30px;
}

.tokuchou-wrapper {
  position: relative;
  height: auto;
  padding: 40px 0;
	overflow: hidden;
	margin-bottom: 40px;
}

.tokuchou-wrapper_last {
  position: relative;
  height: auto;
  padding: 40px 0;
	overflow: hidden;
	margin-bottom: 40px;
}

/*特徴01
-----------------------------------*/
#tokuchou_box_left01 {
  background: #fffcdb;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 0 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  z-index: 0;
}
#tokuchou_img_right01 {
  display: flex;
  justify-content: flex-end;  /* 画像を右端に寄せる */
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding-left: 120px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#tokuchou_img_right01 img {
  width: 100%;         /* 親要素の幅いっぱいに拡大 */
  max-width: none;     /* 制限なしに広げる */
  height: auto;
  display: block;
}
/*　01の中身　*/
#sec02 .caption_ttl{
	font-size: 1.5em;
	color: #8bc782;
	padding: 10px 0 0 10px;
	max-width: 100%;
}
#sec02 .caption_txt{
	padding: 5px 12% 0 10px;
	max-width: 100%;
}

/*特徴02
-----------------------------------*/
#tokuchou_box_right01 {
  background: #fffcdb;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px 20px 20px 0;
  position: absolute;
  top: 0;
  right: 0;            /* ← 右に寄せる */
  width: 90%;          /* 画面の90%を覆う */
  height: 100%;
  z-index: 0;
}
#tokuchou_img_left01 {
  display: flex;
  justify-content: flex-start;  /* ← 画像を左端に寄せる */
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding-right: 120px;         /* ← 右に余白をとる */
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#tokuchou_img_left01 img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
/*　02の中身　*/
#sec02 .caption_ttl02{
	font-size: 1.5em;
	color: #8bc782;
	padding: 10px 15px 0 13%;
	max-width: 100%;
}
#sec02 .caption_txt02{
	padding: 5px 15px 0 13%;
	max-width: 100%;
}


/*特徴03
-----------------------------------*/
#tokuchou_box_left02 {
  background: #fffcdb;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 0 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  z-index: 0;
}
#tokuchou_img_right02 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding-left: 120px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#tokuchou_img_right02 img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
/*　03の中身　*/
#sec02 .caption_ttl03{
	font-size: 1.5em;
	color: #8bc782;
	padding: 10px 0 0 10px;
	max-width: 100%;
}
#sec02 .caption_txt03{
	padding: 5px 12% 0 10px;
	max-width: 100%;
}

/*特徴04
-----------------------------------*/
#tokuchou_box_right02 {
  background: #fffcdb;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px 20px 20px 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  z-index: 0;
}
#tokuchou_img_left02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding-right: 120px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
#tokuchou_img_left02 img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
/*　04の中身　*/
#sec02 .caption_ttl04{
	font-size: 1.5em;
	color: #8bc782;
	padding: 10px 15px 0 13%;
	max-width: 100%;
}
#sec02 .caption_txt04{
	padding: 5px 15px 0 13%;
	max-width: 100%;
}


/*　生前予約と利点のポイントのリンク */
.link_box_floatR {
	display: inline-block;
	background: #f18b00;
	color: #fff;
	padding: 0.5em 2em;
	text-decoration: none;
	text-align: center;
	transition: background 0.3s;
	border-top: #f18b00 solid 2px;
	border-left: #f18b00 solid 2px;
	border-bottom: #f18b00 solid 2px;
	float: right;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 80%;
	margin-left: 20%;
	margin-bottom: 30px;
}
.link_box_floatR:hover {
	background: #fff;
	color: #f18b00;
}


/* sec02 「語らいの丘の特徴」のRESPONSIVE設定
------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	/*特徴01*/
	#tokuchou_box_left01 {
		width: 100%;
		border-radius: 0;
	}
	#tokuchou_img_right01 {
		padding-left: 50px; /* 左余白は少しだけ */
		justify-content: flex-end; /* 右端寄せに変更！ */
	}
	#tokuchou_img_right01 img {
		max-width: 100%;
	}
	
	/*特徴02*/
	#tokuchou_box_right01 {
		width: 100%;
		border-radius: 0;
	}
	#tokuchou_img_left01 {
		padding-right: 20px; /* 右余白は少しだけ */
		justify-content: flex-start; /* 右端寄せに変更！ */
	}
	#tokuchou_img_left01 img {
		max-width: 90%;
	}
	
	/*特徴03*/
	#tokuchou_box_left02 {
		width: 100%;
		border-radius: 0;
	}
	#tokuchou_img_right02 {
		padding-left: 50px; /* 左余白は少しだけ */
		justify-content: flex-end; /* 右端寄せに変更！ */
	}
	#tokuchou_img_right02 img {
		max-width: 100%;
	}
	
	/*特徴04*/
	#tokuchou_box_right02 {
		width: 100%;
		border-radius: 0;
	}
	#tokuchou_img_left02 {
		padding-right: 20px; /* 右余白は少しだけ */
		justify-content: flex-start; /* 右端寄せに変更！ */
	}
	#tokuchou_img_left02 img {
		max-width: 90%;
	}
}


@media only screen and (max-width: 640px){
	#sec02{
		margin-top: -30px !important;
	}
	#sec02 .caption_ttl{
		font-size: 1.3em;
	}
	#sec02 .caption_ttl02{
		font-size: 1.3em;
	}
	#sec02 .caption_ttl03{
		font-size: 1.3em;
	}
	#sec02 .caption_ttl04{
		font-size: 1.3em;
	}
	
	.link_box_floatR {
		padding: 5px 20px;
		font-size: 16px;
		width: 80%;
		margin-left: 20%;
		line-height: 1.2;
	}
	.tokuchou-wrapper {
		margin-bottom: -40px;/*spでは余白を狭くする*/
	}
	.tokuchou-wrapper_last {
		margin-bottom: 20px;
	}
}


/* iPad mini 縦（768px） */
@media screen and (min-width: 768px) and (max-width: 819px) {
	/*特徴01*/
	#tokuchou_img_right01 {
		padding-left: 90px; /* 左余白は少しだけ */
		justify-content: flex-end; /* 右端寄せに変更！ */
	}
	/*特徴03*/
	#tokuchou_img_right02 {
		padding-left: 90px; /* 左余白は少しだけ */
		justify-content: flex-end; /* 右端寄せに変更！ */
	}	
}


/* 背景リーフの各デバイス設定
------------------------------------------------------------------------------*/
/*　スマホ　*/
@media only screen and (max-width: 768px) {
	#sec02 .right_box{
		margin-bottom: 0;
		margin-left: 0;
	}
	#sec02 .left_box{
		margin-right: 0;
		margin-left: 0;
		margin-top: 70px;
	}
	#sec02{
		margin-top: -50px;
	}
	#bg_leaf {
		background: url("../images/index/bg_leaf_sp.png") no-repeat center center;
		background-size: 100% auto; /* 横幅100％で縦のサイズは自動調整 */
		width: 100%; /* 幅100% */
		height: auto; /* 画面全体に高さを設定（適宜調整可能） */
}
}

/* iPad mini 縦（768px） */
@media screen and (min-width: 768px) and (max-width: 819px) {
	#sec02 .right_box{
		margin-bottom: 0;
		margin-left: 0;
	}
	#sec02 .left_box{
		margin-right: 0;
		margin-left: 25%;
		margin-top: 50px;
	}
}

/* iPad Air（820px〜1024px） */
@media screen and (min-width: 820px) and (max-width: 1024px) {
	#sec02 .right_box{
		margin-bottom: 0;
		margin-left: 0;
	}
	#sec02 .left_box{
		margin-right: 0;
		margin-left: 12%;
		margin-top: 50px;
	}
}

/* iPad Pro （1024px〜1366px） */
@media screen and (min-width: 1024px) and (max-width: 1366px) {
	#sec02 .right_box{
		margin-bottom: 30px;
		margin-left: 5%;
	}
	#sec02 .left_box{
		margin-right: 0;
		margin-left: 30%;
		margin-top: 30px;
	}
}



/* sec03 「多様性に対応した供養方法」
------------------------------------------------------------------------------*/
#sec03{
}

/*庭園葬*/
#bg_leaf2 {
	background: url("../images/index/bg_leaf2.png") no-repeat left top;
	background-size: 100% auto; /* 横幅100％で縦のサイズは自動調整 */
	width: 100%; /* 幅100% */
	height: auto; /* 画面全体に高さを設定（適宜調整可能） */
	margin-bottom: 20px;
}

.ft_teienso_type{
	font-size: 1.2em;
	text-align: center;
}

.teienso_type_line {
	border: none;
	border-bottom: 2px solid #727171;
	width: 100%;
	margin: 0 0 10px;
}

.col2_teienso li{
	display: inline-block;
	width: 100%;
	margin: 15px 0;
	background: #fffcdb;
	border-radius: 20px;
}

.col2_teienso img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	width: 100%;
}

.col2_teienso_txt{
	padding: 0 20px 15px;
	/*margin-top: -30px;/*画像下の余白回避*/
}


/*永代供養塔*/
#bg_leaf3 {
	background: url("../images/index/bg_leaf3.png") no-repeat right top;
	background-size: 100% auto;
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

.col2_eidaikuyoto li{
	display: inline-block;
	width: 100%;
	margin: 20px 0 0;
}

.col2_eidaikuyoto img {
    margin-bottom: 10px;
}

.col2_eidaikuyoto_txt{
	padding: 0 0 5px;
	margin-top: -10px;/*画像下の余白回避*/
}

.col2_eidaikuyoto_box{
	display: block;
	background: #8bc782;
	padding: 1%;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
}

.art_eidaikuyoto{
	margin-bottom: 0 !important;
}


/* sec03 「多様性に対応した供養方法」のRESPONSIVE設定
------------------------------------------------------------------------------*/
@media (min-width: 768px) {
	.col2_teienso li{
		width: 48%;
		vertical-align: top;
	}
	.col2_teienso li:first-child{
		width: 48%;
		margin-right: 2%;
	}
}

@media (min-width: 768px) {
	.col2_eidaikuyoto li{
		width: 48%;
		vertical-align: top;
	}
	.col2_eidaikuyoto li:first-child{
		width: 48%;
		margin-right: 2%;
	}
}
@media only screen and (max-width: 640px){
	#sec03{
		margin-top: 0;
	}
	.ft_teienso_type{
		font-size: 20px;
	}
	.col2_teienso li{
		margin: 10px 0;
	}
}



/* sec04 「ご成約までの流れ」
------------------------------------------------------------------------------*/
#sec04{
	background: #fffcdb;
	padding-top: 0;
	padding-bottom: 10px;
}


.tb01{
	border-collapse: separate;
	width: 100%;
	overflow: hidden;
	border-spacing: 0;
	border-radius: 10px;
	border: 1px solid #727171;
	margin: 0 0 15px;
}
.tb01 th,
.tb01 td{
	padding: 10px;
	border: solid 1px #ccc;
	box-sizing:border-box;
}
.tb01 th {
	background: #8bc782;
	color: #fff;
	text-align:center; 
	font-size: 1.5em;
	width: 10%;
	white-space: nowrap;
}

.step_name{
	font-size: 1.2em;
	white-space: nowrap;
	width: 15%;
}


/* sec04 「ご成約までの流れ」のRESPONSIVE設定
------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	.tb01 {
		width: 100%;
	}
	.tb01 th{
		display: block;
		width: 100%;
		border-bottom:none;
		font-size: 1.3em;
	}	
	.tb01 td {
		display: block;
		width: 100%;
		border:none !important;
	}
	.tb01 tr:last-child{
		border-bottom: solid 1px #727171;
	}
	.step_name{
		margin-bottom: -15px !important;/*td間の見えないpaddingを調整*/
	}
}

/*タブレットでの改行崩れ防止用*/
@media screen and (max-width: 820px) {
	.step_name{
		width: 27%;
	}
}



/* 【全ページ共通】会社情報エリア
------------------------------------------------------------------------------*/
#access{
	padding-top: 0;
}

.access{
	text-align: center;
}

#company{
	background: url("../images/index/bg_leaf3.png") no-repeat right top;
	background-size: 100% auto;
	width: 100%;
	height: auto;
}

#company h3{
	color: #727171;
}

.company_box{
	margin: 20px auto 0;
}

.company_box ul.col2 {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap; /* スマホ時に折り返しを許可 */
	font-size: 0.9em;
}

.company_box ul.col2 > li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 300px; /* 必要に応じて調整 */
}

.company_table {
	border-collapse: collapse;
	width: 100%;
}

.company_table td {
	padding: 4px 8px;
	vertical-align: top;
}

/* スマホ向け：長すぎる単語を折り返し */
.company_table td:last-child {
	word-break: break-word;
}


#link_teruma{
	background: url("../images/index/bg_leaf2.png") no-repeat left top;
	background-size: 100% auto;
	width: 100%;
	height: auto;
}

.link_box_teruma {
	display: inline-block;
	background: #8bc782;
	border-radius: 20px;
	color: #fff;
	padding: 0.5em 2em;
	text-decoration: none;
	text-align: center;
	transition: background 0.3s;
	border: #8bc782 solid 2px;
	margin: 30px auto;
}
.link_box_teruma:hover {
	background: #fff;
	border: #8bc782 solid 2px;
	color: #8bc782;
	
}


/* 会社情報 (サイト共通)のRESPONSIVE設定
------------------------------------------------------------------------------*/
/* pc以外（幅1024px以下）は一列表示にする */
@media screen and (max-width: 1024px) {
	.company_box ul.col2 {
		flex-direction: column; /* 縦並び */
    }
    .company_box ul.col2 > li {
        min-height: auto;
        width: 100%;
    }
}

/*　スマホでの表示　*/
@media screen and (max-width: 640px) {
	.company_table td.label {
		white-space: nowrap;         /* ← 改行させない */
		min-width: 100px;            /* ← 幅の最低値を保証 */
		width: 35%;                  /* ← テーブル内での比率を広めに */
	}
	.company_table td {
		word-break: break-word;      /* ← 長いテキストも折り返す */
		font-size: 14px;
  }
	.link_box_teruma {
		margin: 20px auto -10px;
}
}





/*/////////////////////////////////////////////////////////////////////////////

 【下層ページ】生前予約（seizen_yoyaku.html）

/////////////////////////////////////////////////////////////////////////////*/

#seizen_yoyaku{
}

.h3_seizen_yoyaku{
	margin-top: 10px;
}

/*価格表　※「多様性に対応した供養方法」ページでも使用*/
.tb02{
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed; /* 追加：列幅を均等にする */
}
.tb02 th,
.tb02 td{
	padding: 10px;
	border: solid 1px #727171;
	text-align:center;
	box-sizing:border-box;
}
.tb02 th {
	background: #8bc782;
	color: #fff;
	font-weight: normal;
  
}
.block{
	font-size: 1.2em;
	color: #8bc782;
	text-align: center;
	letter-spacing: 5px;
	margin-top: 20px;
}


/* 生前予約　のRESPONSIVE設定
------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#seizen_yoyaku{
		margin-top: 0;
	}
	.tb02 .head{
		display:none;
	}
	.tb02 {
		width: 100%;
	}
	.tb02 td {
		display: block;
		width: 100%;
		border-bottom:none;
	}
	.tb02 td:first-child{
		background: #8bc782;
		color:#fff;
		font-weight:bold;
  }
	.tb02 td:before{
		content: attr(data-label);
		font-size: .7rem;
		font-weight:bold;
		color: #727171;
		display: block;
	}
	.tb02 tr:last-child{
		border-bottom: solid 1px #727171;
	}
}



/*/////////////////////////////////////////////////////////////////////////////

 【下層ページ】多様性に対応した供養方法（kuyou_houhou.html）

/////////////////////////////////////////////////////////////////////////////*/

#kuyou_houhou01 img, #kuyou_houhou02 img {
	width: 100%;
	margin: 20px 0;
}


#kuyou_houhou01 a, #kuyou_houhou02 a {
	color: #e60012;
	text-decoration: none;
}


.hr_up {
	height: 3px;
	background-color: #8bc782;
	border: none;
	width: 100%;
	margin: 10px 0 15px;
}
.hr_down {
	height: 3px;
	background-color: #8bc782;
	border: none;
	width: 100%;
	margin: 0 0 20px;
}

/*　レスポンシブさせないtable　*/
.tb03{
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed; /* 追加：列幅を均等にする */
}
.tb03 th,
.tb03 td{
	padding: 10px;
	border: solid 1px #727171;
	text-align:center;
	box-sizing:border-box;
}
.tb03 th {
	background: #8bc782;
	color: #fff;
	font-weight: normal; 
}

.image-row {
	display: flex;
	gap: 8px;
}


/* 多様性に対応した供養方法　のRESPONSIVE設定
------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#kuyou_houhou01{
		margin-top: 0;
	}
	#kuyou_houhou02{
		margin-top: 0;
	}
}



/*/////////////////////////////////////////////////////////////////////////////

　【下層ページ】お問い合わせ（contact.html）

/////////////////////////////////////////////////////////////////////////////*/

#contact{
	margin-top: 10px;
}

#contact h2{
	display: none;
}

.contact_box{
	text-align: center;
	margin-bottom: 30px;
}


.contact_kind{
	font-size: 1.2em;
	margin-bottom: 20px;
}

.contact_box_tel {
    margin: 40px 0 20px;
    background: #8bc782;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	font-size: 3em;
	line-height: 0.8em;
	letter-spacing: 6px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.contact_box_tel:hover {
	background: #f18b00;
	transition: background 0.3s;
}

.contact_box_tel .time {
	font-size: 25px;
}

#contact_mailform{
	max-width: 100%;
	overflow-x: hidden;	
	margin-top: 20px;
}


/*　個人情報について　*/
.accordion {
  margin: 2em 0;
}
.accordion__summary {
  display: block;
  background: #fff; /* 見出しの背景色 */
  font-weight: bold;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 10px 38px 10px 10px;
	border: #727171 solid 1px;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::after {
  content: "+";
  font-size: 1.4em; /* 記号のサイズ */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion[open] .accordion__summary::after {
  content: "−";
}
.accordion__detail {
  padding: 4px 10px;
  margin: 10px 0;
	text-align: left;
	color: #727171;
}
.accordion__text {
  margin: 0;
}

.pp_ttl{
	font-size: 1.2em;
	font-weight: 600;
}
.pp_subttl{
	font-weight: 600;
}

ul.custom-list {
  list-style-type: disc; /* ドットに設定 */
  padding-left: 20px; /* 左のインデントを調整 */
	margin-bottom: 20px;
}

ul.custom-list li {
}


/* お問い合わせ　のRESPONSIVE設定
------------------------------------------------------------------------------*/
@media only screen and (max-width: 799px){
	.contact_kind{
		margin-bottom: 10px;
	}
	.contact_box_tel {
		font-size: 2em;
		line-height: 0.9em;
		padding-bottom: 10px;
		margin: 10px 0;
		letter-spacing: normal;
	}
	.contact_box_tel .time {
		font-size: 0.6em;
	}
}








/*/////////////////////////////////////////////////////////////////////////////

　RESPONSIVE 設定【サイト共通】

/////////////////////////////////////////////////////////////////////////////*/


/*-----------------------------------------------------------------------------

　800px以上の画面サイズのデバイス（大きなタブレット、デスクトップPCなど）に適用。

-----------------------------------------------------------------------------*/
@media only screen and (min-width: 800px){
	body{
		font-size:20px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 20px 25px 10px;
		font-size: 18px;
	}
	
	/* フッター
	--------------------------------------------------------------------------*/
	#footer{
		padding: 30px 10px 100px 0;
	}
}


/*-----------------------------------------------------------------------------

　画面幅が641px以上のデバイス（タブレットやPCなど）にだけスタイルを適用。スマホは適用外。

-----------------------------------------------------------------------------*/
/*@media only screen and (min-width: 641px){
}*/


/*------------------------------------------------------------------------------

　画面幅640px以下のすべてのデバイス。主にスマートフォン向け。

------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px){
	.inner{
		width: 94%;
		padding-bottom: 20px;
	}
	.inner_last{
		width: 94%;
		padding-bottom: 10px;
	}
	section h2{
		font-size: 25px;
	}
	section h3{
		font-size: 25px;
		line-height: 1.2;
	}
	
	/*　フッター
	--------------------------------------------------------------------------*/
	#sp-fixed-menu li{
	line-height: 0.8;
	/*align-items: center; 縦中央揃えしたい時必要
	display: flex;縦中央揃えしたい時必要*/
	}
	
	/*　装飾
	--------------------------------------------------------------------------*/
	.link_box {
		padding: 5px 20px;
		font-size: 18px;
	}
	.subttl{
		font-size: 25px;
		line-height: 1.3;
}
}


/*------------------------------------------------------------------------------

　画面幅799px以下のデバイス。タブレット縦向き、小さめのラップトップや大きめのスマホなど。

------------------------------------------------------------------------------*/
@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 70px;
		z-index: -100;
	}
	section{
		padding-top: 20px;
	}
	section h2{
		margin: 0 auto 20px;
	}
}



/*/////////////////////////////////////////////////////////////////////////////

　RESPONSIVE 設定【その他/特定部分】

/////////////////////////////////////////////////////////////////////////////*/

/* メニュー
-----------------------------------------------------------------------------*/
/*pro Airのメニューが2行になるのを防止*/
@media (max-width: 1280px) and (min-width: 820px) {
	#mainnav li{
		padding: 10px 5px;
		font-size: 16px;
	}
}


