@charset "utf-8";

/* ========BASIC======== */
html {
}

body {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size:16px;
    background:#ffffff;
}
a {
    color:#000000;
    text-decoration:none;
}

a:hover {
    color:#000000;
    text-decoration:underline;
}


h1,h2,h3,h4,h5,h6 {
    margin:0;
}

h2 {
	clear: both;
}

h3 {
    clear:both;
}

h4 {
}

h5 {
}

h6 {
}

.clear{
	clear:both;
}

table {
    font-size:1.0em;
}

table {
    width:100%;
    margin:10px 0;
    border-collapse:collapse;
    border:1px solid #999;
    border-spacing:0;
    line-height:1.8;
}

table th {
	width:30%;
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    background:#EFEBEF;
    font-weight:bold;
    text-align:left;
}

table td {
	width:70%;
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    text-align:left;
}

table td ol {
    margin:0;
    padding:0 0 0 30px;
}

table td li {
    margin:0;
    padding:0;
}

.bold{font-weight: bold;}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px #667c00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
	  /*デフォルトで非表示にする*/
	opacity: 0;
	visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #667c00;
    border-right: 3px solid #667c00;
    transform: translateY(20%) rotate(-45deg);
}

	.sub_color_back{
		background-color: #f4ffd1;
		width:100%;}

	.sub_container{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
    	align-items:flex-start;
		width: 100%;
		margin: 0 auto;
	}
	
	.sub_greenline{border-top: solid 10px #667c00;}

/* ========TEMPLATE LAYOUT======== */

@media screen and (min-width: 1241px) {
body {
	overflow-x:hidden;
	}
}
@media screen and (max-width: 1240px) {
body {
	overflow-y:scroll;
	overflow-x:scroll;
	}
}
/*PC*/
@media screen and (min-width: 769px) {
.sp,.tab{display: none;}
.ps_tab{display: none;}
/*ヘッダー・グローバルメニュー*/
header {border-top: 5px solid #4d5e00;}

header div#g_navi{
	display: flex;
    align-items: flex-end;
	justify-content: space-between;
	margin: 5px auto;
	padding: 0 0.3em;
	max-width: 1720px;
	min-width: 1240px;
}

header div img {}
header div nav{}
header div nav li{float: left; list-style:none; padding-right: 1.5em; line-height: 1.5;}
header div div.contact {font-weight: bold;}
header div div.contact a.pc_contact{
	display: inline-block;
	width: 17em;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.2em 0;
	background-color: #9e0000;
	text-align: center;
	text-decoration: underline;
}
header div div.contact a:hover{
	color: #ffffff;
	text-decoration: none;
}
header div div.contact .tel_label{font-size: 1.2em;}
header div div.contact .tel_nomber{font-size: 2.2em; line-height: 1; white-space: nowrap;}
/*ヘッダー・グローバルメニューここまで*/

/*ハンバーガーメニュー*/
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}
/*ハンバーガーメニューここまで*/

/*フッター*/
footer {background-color: #4d5e00; color: #ffffff; line-height: 1.8;}

footer div.fooer_section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5px auto;
	max-width: 1720px;
	min-width: 1240px;
}

footer div.w40{width: 40%;}
footer div.w20{width: 20%;}
footer div.w15{width: 15%;}
footer div.w10{width: 10%;}

footer dl { 
	display: flex;
	flex-wrap: wrap;
}

footer dl dt{font-weight: bold; width: 35%; text-align: right;}

footer dl dd{width: 60%; margin-left: 1em;}

footer div.contact{padding: 1em;}
footer div.contact a{
	display: block;
	width: 12em;
	margin: 0.5em auto;
	color: #4d5e00;
	margin-bottom: 5px;
	font-weight: bold;
	padding: 0.2em 0;
	background-color: #ffffff;
	text-align: center;
}
footer div.contact a:hover{
	text-decoration: underline;
}

footer div .f_map{margin: 1em auto;}

footer div .f_map img{
	background-color: #ffffff;
	padding: 3px;
	width: 100%;
	height: auto;
}

footer div nav{}
footer div nav li{list-style:none; padding-right: 1.5em;}
footer div nav li a{color: #ffffff;}
footer div nav li a:hover{color: #ffffff; text-decoration: underline;}

footer #copyright{text-align: center; clear: both;}
/*フッターここまで*/

/*トップページ*/
.main_visual{width: 100%;}
.main_visual img{width: 100%; height: auto;}
/*.main_visual::before{
    content:"";
    display: block;
    padding-top: 36.45%;
}*/
#top_visual_slider {
	background-image: url('../images/top_visual01.webp');
	background-repeat: no-repeat;
	background-size: cover;
	animation: tvs 20s ease 0s infinite normal;
	-webkit-animation: tvs 20s ease 0s infinite normal;
}
@keyframes tvs {
0% {
background-image: url('../images/top_visual01.webp');
opacity: 1;
}
30% {
opacity: 1;
background-image: url('../images/top_visual02.webp');
}
40% {
opacity: 1;
}
60% {
opacity: 1;
background-image: url('../images/top_visual03.webp');
}
70% {
opacity: 1;
}
90% {
opacity: 1;
background-image: url('../images/top_visual01.webp');
}
100% {
opacity: 1;
}
}

.flex_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1720px;
	min-width: 1240px;
	margin: 30px auto 0;
}

.jushoku_words{
	max-width: 50%;
	border-top: solid 10px #667c00;
	padding: 10px 0 50px 50px;
	line-height: 1.8;
}

.jushoku_words img{
	float: right;
	margin: 0 0 0.5em 1em;
}

.link_box{
	max-width: 50%;
	padding: 0 10px 50px 50px;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.link_box .top_button4{
	width: 47%;
	border-top: solid 10px #667c00;
	line-height: 1.5;
}

.link_box .top_button4 .button a{
	font-weight: bold;
	font-size: 1.5em;
}

.link_box .top_button4 .button{
	margin: 5px auto;
	max-width: 90%;
}

.link_box .top_button4 .button img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
	
.link_box .top_button4 .button img:hover{box-shadow: 2px 2px 2px #333333;}

.jumokuso_about_back{
	background-color: #f4ffd1;
	width:100%;
}

.jumokuso_about_back .jumokuso_flex_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1720px;
	min-width: 1240px;
	margin: 30px auto 0;
}

.jumokuso_about_back .jumokuso_flex_container .about{
	width: 50%;
	padding: 10px 20px 10px 50px;
	line-height: 1.8;
}

.jumokuso_about_back .jumokuso_flex_container .about_photo{
	width: 50%;
}

.jumokuso_about_back .jumokuso_flex_container .about_photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.daitokuji_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1720px;
	min-width: 1240px;
	margin: 50px auto 70px;
}

.daitokuji_container .about{
	width: 55%;
	padding: 10px 20px 0 50px;
	line-height: 1.5;
}

.daitokuji_container .about img{
	min-width:150px;
	float: right;
	margin: 1em 0 1em 1.5em;
}

.daitokuji_container .keidaizu{
	width: 45%;
	padding: 10px 10px 0 0;
	text-align: right;
}

.daitokuji_container .keidaizu img{
	width: 100%;
	height: auto;
	padding: 5px;
	border: solid 1px #000000;
	margin: 0 10px 0 0;
}

/*トップページここまで*/
/*下層ページ共通*/
	.page_title{
		width: 100%;
		height: 200px;
		margin-bottom: 40px;
		display: flex;
		align-items: center
	}
	.page_title h1{
		color: #ffffff;
		font-size: 4em;
		display: block;
		max-width: 1700px;
		text-align: left;
		padding-left: 1em;
		text-shadow: 1px 1px 2px #000000;
	}
	.sub_wrap{
		max-width: 1700px;
		min-width: 1240px;
		margin: 0 auto;
		padding: 1em;
	}
	
/*下層ページ共通ここまで*/
/*正受院について*/
.shoju_tbg{
	background-image: url("../images/shoju_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}

	.shoju_about{
	max-width: 50%;
	margin: 0 auto;
	padding: 10px;
	}

	.shoju_photo{text-align: center;}
	
	.shoju_photo90 img{width: 90%; height: auto;}
	
	.shoju_photo100 img{width: 100%; height: auto;}

	.shoju_text_left{text-align: left; line-height: 1.8;}
/*正受院についてここまで*/
/*正受院の樹木葬について*/
.jumokuso_tbg{
	background-image: url("../images/jumokuso_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}

	.jumokuso_about{
	max-width: 48%;
	margin: 0 auto;
	padding: 10px;
	}

	.jumokuso_about h2{width:100%;}
	
	.jumokuso_photo100 img{width: 100%; height: auto; text-align: center;}
	
	.jumokuso_shirindan img{
		border: solid 1px #000000;
		box-shadow: 2px 2px 5px #666666;
		margin: 0 1em 2em;
		float: left;
	}
	
	.jumokuso_img img{width: 100%; height: auto;}
/*正受院の樹木葬についてここまで*/
/*ご契約までの流れと費用*/
	.contract_tbg{
	background-image: url("../images/contract_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}

	.contract_about{
	width: 70%;
	margin: 0 auto;
	padding: 10px;
	}
	
	.contract_about h2{width: 100%;}
	
	.contract_about dl dt{
	font-weight: bold;
	color: #9e0000;
	font-size: 120%;
	border-top: dotted 1px #667c00;
	padding-top: 0.5em;
	}
	
	.contract_about dl dd{
	padding-bottom: 0.5em;
	}
	
	.contract_about .cost img{
	margin: 0.5em;
	float: right;
	}
/*ご契約までの流れと費用ここまで*/
/*茈林会のご紹介*/
	.shirinkai_tbg{
	background-image: url("../images/shirinkai_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}
	.shirinkai_about{
	max-width: 70%;
	margin: 0 auto;
	padding: 10px;
	}
	.shirinkai_about h2{padding-left: 8em;}
	
	.shirinkai_about dl{
    display:flex;
    flex-wrap: wrap;
    border-top: none;
    padding: 0;
	font-size: 110%;
}
	.shirinkai_about dt{
    background: #ddd;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc; 
    text-align: center;
	font-weight: bold;
}
	.shirinkai_about dd{
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
    width: 70%;
    box-sizing: border-box;
}
/*茈林会のご紹介ここまで*/
/*よくあるご質問*/
	.faq_tbg{
	background-image: url("../images/faq_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}
	.faq_about{
	max-width: 70%;
	margin: 0 auto;
	padding: 10px;
	}
	
	.faq_list a{margin-left:2.5em; line-height: 2.5;}

	.faq_list{
		background-color: #eeeeee; 
		max-width: 70%;
		margin: 0 auto 2em;
		padding: 10px;}
	
	.faq_list h3{
		background-color: #ffffff;
		padding: 0.5em 0 0 0.5em;
		font-size: 1.2em;}
	
	.faq_about h3{
		background-color: #f4ffd1;
		border-left: 8px solid #4d5e00;
		padding: 0.5em 0 0 0.5em;
		font-size: 1.2em;
	}

	.faq_contents span{display: block; margin-left: 3.5em; padding-top: 0.3em;}
	
	.faq_about .questions{
		color:#9e0000;
		font-weight: bold;
		font-size: 1.2em;
		padding: 1em 0 1em 1em;
	}
	
	.faq_about .questions::before{
		content: "Q";
		display: block;
		width: 2em;
		height: 2em;
		border-radius: 1em;
		background-color: #9e0000;
		color: #ffffff;
		text-align: center;
		margin: 0.2em 0.5em;
		float:left;
	}
	
	.faq_about .answer{
		font-weight: bold;
		font-size: 1.2em;
		padding: 0 0 0.5em 1em;
		margin-bottom: 1em;
		border-bottom: dotted 1px #667c00;
	}
	
	.faq_about .answer::before{
		content: "A";
		display: block;
		width: 2em;
		height: 2em;
		border-radius: 1em;
		background-color: #4d5e00;
		color: #ffffff;
		text-align: center;
		margin: 0.2em 0.5em;
		float:left;
	}
	.faq_list a{text-decoration: underline;}
/*よくあるご質問ここまで*/
/*運営会社*/
	.company_tbg{
	background-image: url("../images/company_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}
	
	.company_a{
	color: #0034C4;
	text-decoration: underline;
	}
/*運営会社ここまで*/
/*交通・アクセス*/
	.access_tbg{
	background-image: url("../images/access_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}

	.access_about{
	width: 70%;
	margin: 0 auto;
	padding: 10px;
	line-height: 2;
	}
	
	.access_about .underline{
	text-decoration:underline;/*下線を引く*/
	text-decoration-style:wavy;/*下線を波線で表示*/
	text-decoration-color:#9e0000;
	}
/*交通・アクセスここまで*/
/*プライバシーポリシー*/
	.privacy_tbg{
	background-image: url("../images/privacy_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}

	.privacy_about{
	width: 70%;
	margin: 0 auto;
	padding: 10px;
	}

	.privacy_contents{
	margin: 0 auto;
	padding: 1em 0;
	line-height: 2;
	}
/*プライバシーポリシーここまで*/
/*お問い合わせ・資料請求*/
	.contact_tbg{
	background-image: url("../images/contact_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}
/*お問い合わせ・資料請求ここまで*/
	
}
/*PCここまで*/

/*タブレット*/
@media screen and (min-width: 481px) and (max-width: 768px) {
/*ヘッダー・グローバルメニュー*/
.pc,.sp{display: none;}
header {border-top: 5px solid #4d5e00;}

header div#g_navi{
	display: flex;
    align-items: flex-end;
	justify-content: space-between;
	margin: 5px auto;
	padding: 0 0 0 0.3em;
	width: 100%;
}
	
header div div.nav {float: right;}
	
header div img {float: left; min-width: 225px; max-width: 90%;}
header div div.contact {
	float: right;
	text-align: right;
	width:60%;
	padding-left: 20%;
	font-weight: bold;
	font-size:90%;
}
	
header div div.contact a.tab_contact{
	display: inline-block;
	width: 17em;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.2em 0;
	background-color: #9e0000;
	text-align: center;
	text-decoration: underline;
}
header div div.contact a:hover{
	color: #ffffff;
	text-decoration: none;
}
header div div.contact .tel_label{font-size: 1.2em;}
header div div.contact .tel_nomber{font-size: 2.2em; line-height: 1;}
/*ヘッダー・グローバルメニューここまで*/


/*ハンバーガーメニュー*/
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgba(255,255,255,0.9);
  transition: .5s;
  line-height: 3;
  text-align: center;
  font-weight: bold;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 20%;/* メニューを画面に入れる */
}
/*ハンバーガーメニューここまで*/

/*フッター*/
footer {background-color: #4d5e00; color: #ffffff; line-height: 1.8;}

footer div.fooer_section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5px auto;
	width: 100%;
}

footer div.w40{width: 100%;}

footer dl { 
	display: flex;
	flex-wrap: wrap;
}

footer dl dt{font-weight: bold; width: 35%; text-align: right;}

footer dl dd{width: 60%; margin-left: 1em;}

footer div.contact{padding: 1em; width: 100%; text-align: center;}
footer div.contact a{
	display: block;
	width: 12em;
	margin: 0.5em auto;
	color: #4d5e00;
	margin-bottom: 5px;
	font-weight: bold;
	padding: 0.2em 0;
	background-color: #ffffff;
	text-align: center;
}
footer div.contact a:hover{
	text-decoration: underline;
}

footer div .f_map{margin: 1em auto;}

footer div .f_map img{
	background-color: #ffffff;
	padding: 3px;
	text-align: center;
	width: 80%;
	height: auto;
}

footer div nav{line-height: 2.5;}
footer div nav li{list-style:none; padding-right: 1.5em;}
footer div nav li a{color: #ffffff;}
footer div nav li a:hover{color: #ffffff; text-decoration: underline;}

footer #copyright{text-align: center; clear: both;}
/*フッターここまで*/
/*トップページ*/
.main_visual img{
	width: 100%;
	height: 700px;
	object-fit: cover;
	}
/*.main_visual::before{
    content:"";
    display: block;
    padding-top: 36.45%;
}*/
#top_visual_slider {
	background-image: url('../images/top_visual01.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right 45% bottom 50%;
	animation: tvs 20s ease 0s infinite normal;
	-webkit-animation: tvs 20s ease 0s infinite normal;
}
@keyframes tvs {
0% {
background-image: url('../images/top_visual01.webp');
opacity: 1;
}
30% {
opacity: 1;
background-image: url('../images/top_visual02.webp');
}
40% {
opacity: 1;
}
60% {
opacity: 1;
background-image: url('../images/top_visual03.webp');
}
70% {
opacity: 1;
}
90% {
opacity: 1;
background-image: url('../images/top_visual01.webp');
}
100% {
opacity: 1;
}
}
.flex_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 30px auto 0;
}

.jushoku_words{
	width: 90%;
	margin: 0 auto;
	border-top: solid 10px #667c00;
	padding: 10px 0 50px 50px;
	line-height: 1.8;
}

.jushoku_words img{
	float: right;
	margin: 0 0 0.5em 1em;
}

.link_box{
	width: 90%;
	padding: 0 10px 50px 50px;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.link_box .top_button4{
	width: 47%;
	border-top: solid 10px #667c00;
	line-height: 1.5;
	margin-bottom: 2em;
}

.link_box .top_button4 .button a{
	font-weight: bold;
	font-size: 1.5em;
}

.link_box .top_button4 .button{
	margin: 5px auto;
	max-width: 90%;
}

.link_box .top_button4 .button img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
	
.link_box .top_button4 .button img:hover{box-shadow: 2px 2px 2px #333333;}

.jumokuso_about_back{
	background-color: #f4ffd1;
	width:100%;
}

.jumokuso_about_back .jumokuso_flex_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 30px auto 0;
}

.jumokuso_about_back .jumokuso_flex_container .about{
	width: 100%;
	padding: 10px 20px 10px 50px;
	line-height: 1.8;
}

.jumokuso_about_back .jumokuso_flex_container .about_photo{
	width: 95%;
	margin: 0 auto;
}

.jumokuso_about_back .jumokuso_flex_container .about_photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.daitokuji_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 50px auto 70px;
}

.daitokuji_container .about{
	width: 100%;
	padding: 10px 20px 0 50px;
	line-height: 1.5;
}

.daitokuji_container .about img{
	min-width:150px;
	float: right;
	margin: 1em 0 1em 1.5em;
}

.daitokuji_container .keidaizu{
	width: 90%;
	margin: 0 auto;
	padding: 10px 10px 0 0;
}

.daitokuji_container .keidaizu img{
	width: 100%;
	height: auto;
	padding: 5px;
	border: solid 1px #000000;
	margin: 0 10px;
}

/*トップページここまで*/
/*下層ページ共通*/
	.page_title{
		width: 100%;
		height: 200px;
		margin-bottom: 40px;
		display: flex;
		align-items: center
	}
	.page_title h1{
		color: #ffffff;
		font-size: 6.5vw;
		display: block;
		max-width: 100%;
		text-align: left;
		padding-left: 1em;
		text-shadow: 1px 1px 2px #000000;
	}
	.sub_wrap{
		width: 100%;
		margin: 0 auto;
		padding: 1em;
	}
/*下層ページ共通ここまで*/
/*正受院について*/
.shoju_tbg{
	background-image: url("../images/shoju_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}

	.shoju_about{
	max-width: 100%;
	padding: 10px;
	}

	.shoju_photo{text-align: center;}
	
	.shoju_photo90 img{width: 100%;}
	
	.shoju_photo100{width: 50%; text-align: center;}
	
	.shoju_photo100 img{width: 100%;}
	
	.shoju_photo100 img{width: 100%;}
	
	.shoju_photo50 img{width: 50%;}

	.shoju_text_left{text-align: left; line-height: 1.8;}
/*正受院についてここまで*/
/*正受院の樹木葬について*/
.jumokuso_tbg{
	background-image: url("../images/jumokuso_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}

	.jumokuso_about{
	max-width: 48%;
	margin: 0 auto;
	padding: 10px;
	}

	.jumokuso_about h2{width:100%;}
	
	.jumokuso_photo100 img{width: 100%; height: auto; text-align: center;}
	
	.jumokuso_shirindan img{
		border: solid 1px #000000;
		box-shadow: 2px 2px 5px #666666;
		margin: 0 1em 2em;
		float: left;
	}
	.jumokuso_img img{width: 100%; height: auto;}
/*正受院の樹木葬についてここまで*/
/*ご契約までの流れと費用*/
	.contract_tbg{
	background-image: url("../images/contract_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}

	.contract_about{
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	}
	
	.contract_about h2{width: 100%;}
	
	.contract_about dl dt{
	font-weight: bold;
	color: #9e0000;
	font-size: 120%;
	border-top: dotted 1px #667c00;
	padding-top: 0.5em;
	}
	
	.contract_about dl dd{
	padding-bottom: 0.5em;
	}
	
	.contract_about .cost img{
	margin: 0.5em;
	float: right;
	}
/*ご契約までの流れと費用ここまで*/
/*茈林会のご紹介*/
	.shirinkai_tbg{
	background-image: url("../images/shirinkai_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}
	.shirinkai_about{
	max-width: 90%;
	margin: 0 auto;
	padding: 10px;
	}
	
	.shirinkai_about dl{
    display:flex;
    flex-wrap: wrap;
    border-top: none;
    padding: 0;
	font-size: 110%;
}
	.shirinkai_about dt{
    background: #ddd;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc; 
    text-align: center;
	font-weight: bold;
}
	.shirinkai_about dd{
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
    width: 70%;
    box-sizing: border-box;
}
/*茈林会のご紹介ここまで*/
/*よくあるご質問*/
	.faq_tbg{
	background-image: url("../images/faq_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}
	.faq_about{
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
	}
	
	.faq_list a{margin-left:0.5em; line-height: 2.5;}

	.faq_list{
		background-color: #eeeeee; 
		max-width: 100%;
		margin: 0 auto 2em;
		padding: 10px;}
	
	.faq_list h3{
		background-color: #ffffff;
		padding: 0.5em 0 0 0.5em;
		font-size: 1.2em;}
	
	.faq_about h3{
		background-color: #f4ffd1;
		border-left: 8px solid #4d5e00;
		padding: 0.5em 0 0 0.5em;
		font-size: 1.2em;
	}

	.faq_contents span{display: block; margin-left: 3.5em; padding-top: 0.3em;}
	
	.faq_about .questions{
		color:#9e0000;
		font-weight: bold;
		font-size: 1.2em;
		padding: 1em 0 1em 1em;
	}
	
	.faq_about .questions::before{
		content: "Q";
		display: block;
		width: 2em;
		height: 2em;
		border-radius: 1em;
		background-color: #9e0000;
		color: #ffffff;
		text-align: center;
		margin: 0.2em 0.5em;
		float:left;
	}
	
	.faq_about .answer{
		font-weight: bold;
		font-size: 1.2em;
		padding: 0 0 0.5em 1em;
		margin-bottom: 1em;
		border-bottom: dotted 1px #667c00;
	}
	
	.faq_about .answer::before{
		content: "A";
		display: block;
		width: 2em;
		height: 2em;
		border-radius: 1em;
		background-color: #4d5e00;
		color: #ffffff;
		text-align: center;
		margin: 0.2em 0.5em;
		float:left;
	}
	.faq_list a{text-decoration: underline;}
/*よくあるご質問ここまで*/
/*運営会社*/
	.company_tbg{
	background-image: url("../images/company_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}
	
	.company_a{
	color: #0034C4;
	text-decoration: underline;
	}
/*運営会社ここまで*/
/*交通・アクセス*/
	.access_tbg{
	background-image: url("../images/access_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}

	.access_about{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	line-height: 2;
	}
	
	.access_about .underline{
	text-decoration:underline;/*下線を引く*/
	text-decoration-style:wavy;/*下線を波線で表示*/
	text-decoration-color:#9e0000;
	}
/*交通・アクセスここまで*/
/*プライバシーポリシー*/
	.privacy_tbg{
	background-image: url("../images/privacy_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}

	.privacy_about{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	}

	.privacy_contents{
	margin: 0 auto;
	padding: 1em 0;
	line-height: 2;
	}
/*プライバシーポリシーここまで*/
/*お問い合わせ・資料請求*/
	.contact_tbg{
	background-image: url("../images/contact_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	}
/*お問い合わせ・資料請求ここまで*/
}
/*タブレットここまで*/
/*スマホ*/
@media screen and (max-width: 480px) {
/*ヘッダー・グローバルメニュー*/
.pc,.tab{display: none;}
.pc_tab{display: none;}
main{font-size: 120%;}
header {border-top: 5px solid #4d5e00;}

header div#g_navi{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5px auto 0;
	width: 100%;
}
	
header div div.nav {float: right;}
	
header div.toplogo {width: 60%; padding-left: 0.5em;}
header div img {width: 100%;}
header div div.contact {
	width:100%;
	font-weight: bold;
	font-size:90%;
}
	
header div div.contact a.sp_contact{
	display: block;
	width: 30%;
	color: #ffffff;
	font-size: 3vw;
	padding: 0.5em;
	line-height: 1.5;
	background-color: #9e0000;
	text-decoration: underline;
	float: right;
}
header div div.contact a:hover{
	color: #ffffff;
	text-decoration: none;
}
header div div.contact .tel_label{font-size: 4vw; width: 50%; margin: 0 0 0 0.5em;}
header div div.contact .tel_nomber{font-size: 7vw; line-height: 1.5;}
header div div.contact .tel_nomber a:hover{color: #666666;}
header div div.contact .tel_nomber a:checked{color: #000000;}
/*ヘッダー・グローバルメニューここまで*/


/*ハンバーガーメニュー*/
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgba(255,255,255,0.9);
  transition: .5s;
  line-height: 3;
  text-align: center;
  font-weight: bold;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 20%;/* メニューを画面に入れる */
}
/*ハンバーガーメニューここまで*/

/*フッター*/
footer {background-color: #4d5e00; color: #ffffff; line-height: 1.8;}

footer div.fooer_section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5px auto;
	width: 100%;
}

footer div.w40{width: 100%;}
footer div.w20{width: 100%;}

footer dl { 
	margin: 1em 5%;
	width: 95%;
}

footer dl dt{font-weight: bold;}

footer dl dd{}

footer div.contact{padding: 1em; width: 100%; text-align: left;}
footer div.contact a{
	display: block;
	width: 100%;
	margin: 0.5em auto;
	color: #4d5e00;
	margin-bottom: 5px;
	font-weight: bold;
	padding: 0.2em 0;
	background-color: #ffffff;
	text-align: center;
}
footer div.contact a:hover{
	text-decoration: underline;
}

footer div .f_map{margin: 1em auto; text-align: center;}

footer div .f_map img{
	background-color: #ffffff;
	padding: 3px;
	text-align: center;
	width: 80%;
	height: auto;
}

footer div nav{line-height: 2.5; text-align: center; width: 100%;}
footer div nav li{list-style:none; padding-right: 1.5em;}
footer div nav li a{color: #ffffff;}
footer div nav li a:hover{color: #ffffff; text-decoration: underline;}

footer #copyright{text-align: center; clear: both;}
/*フッターここまで*/
/*トップページ*/
.main_visual{width: 100%;}
.main_visual img{
	width: 100%;
	height: 700px;
	object-fit: cover;
}
.flex_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 30px auto 0;
}

.jushoku_words{
	width: 90%;
	margin: 0 auto;
	border-top: solid 10px #667c00;
	padding: 20px;
	line-height: 1.5;
}

.jushoku_words img{
	margin: 0 0 0.5em 0.5em;
	float: right;
	width: 50%;
}

.link_box{
	width: 90%;
	padding: 20px 10px 0;
	margin: 0 auto;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.link_box .top_button4{
	width: 90%;
	border-top: solid 10px #667c00;
	line-height: 1.5;
	margin-bottom: 2em;
}

.link_box .top_button4 .button a{
	font-weight: bold;
	font-size: 1.5em;
}

.link_box .top_button4 .button{
	margin: 5px auto;
	max-width: 90%;
}

.link_box .top_button4 .button img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
	
.link_box .top_button4 .button img:hover{box-shadow: 2px 2px 2px #333333;}

.jumokuso_about_back{
	background-color: #f4ffd1;
	width:100%;
}

.jumokuso_about_back .jumokuso_flex_container{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	width: 100%;
	margin: 30px auto 0;
}

.jumokuso_about_back .jumokuso_flex_container .about{
	width: 100%;
	padding: 1em;
	line-height: 1.8;
}

.jumokuso_about_back .jumokuso_flex_container .about_photo{
	width: 95%;
	margin: 0 auto;
}

.jumokuso_about_back .jumokuso_flex_container .about_photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.daitokuji_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 50px auto 70px;
}

.daitokuji_container .about{
	width: 100%;
	padding: 1em;
	line-height: 1.5;
}

.daitokuji_container .about img{
	width:95%;
	margin: 1em auto;
}

.daitokuji_container .keidaizu{
	width: 90%;
	margin: 0 auto;
	padding: 10px 10px 0 0;
}

.daitokuji_container .keidaizu img{
	width: 100%;
	height: auto;
	padding: 5px;
	border: solid 1px #000000;
	margin: 0 10px;
}

/*トップページここまで*/
/*下層ページ共通*/
	.page_title{
		width: 100%;
		height: 150px;
		display: flex;
		align-items: center
	}
	.page_title h1{
		color: #ffffff;
		font-size: 8vw;
		display: block;
		max-width: 100%;
		text-align: left;
		padding-left: 0.5em;
		text-shadow: 1px 1px 2px #000000;
	}
/*下層ページ共通ここまで*/
/*正受院について*/
.shoju_tbg{
	background-image: url("../images/shoju_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	margin-bottom: 40px;
	}
	.sub_wrap{
		width: 100%;
		margin: 0 auto;
		padding: 1em;
	}

	.shoju_about{
	max-width: 100%;
	padding: 10px;
	}

	.shoju_photo{text-align: center;}
	
	.shoju_photo90 img{width: 100%;}
	
	.shoju_photo100{width: 100%; text-align: center;}
	
	.shoju_photo100 img{width: 100%;}
	
	.shoju_photo100 img{width: 100%;}
	
	.shoju_photo50 img{width: 50%;}

	.shoju_text_left{text-align: left; line-height: 1.8;}
/*正受院についてここまで*/
/*正受院の樹木葬について*/
.jumokuso_tbg{
	background-image: url("../images/jumokuso_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	margin-bottom: 40px;
	}

	.jumokuso_about{
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
	}

	.jumokuso_about h2{width:100%;}
	
	.jumokuso_photo100 img{width: 100%; height: auto; text-align: center;}
	
	.jumokuso_shirindan img{
		border: solid 1px #000000;
		box-shadow: 2px 2px 5px #666666;
		margin: 0 1em 2em;
		float: left;
	}
	.jumokuso_img img{width: 100%; height: auto;}
/*正受院の樹木葬についてここまで*/
/*ご契約までの流れと費用*/
	.contract_tbg{
	background-image: url("../images/contract_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	margin-bottom: 40px;
	}

	.contract_about{
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	}
	
	.contract_about h2{width: 100%;}
	
	.contract_about dl dt{
	font-weight: bold;
	color: #9e0000;
	font-size: 120%;
	border-top: dotted 1px #667c00;
	padding-top: 0.5em;
	}
	
	.contract_about dl dd{
	padding-bottom: 0.5em;
	margin-left: 0;
	}
	
	.contract_about .sp{
	margin: 0.5em;
	text-align: center;
	}
/*ご契約までの流れと費用ここまで*/
/*茈林会のご紹介*/
	.shirinkai_tbg{
	background-image: url("../images/shirinkai_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	margin-bottom: 40px;
	}
	.shirinkai_about{
	max-width: 96%;
	margin: 0 auto;
	padding: 10px;
	}
	
	.shirinkai_about dl{
    display:flex;
    flex-wrap: wrap;
    border-top: none;
    padding: 0;
}
	.shirinkai_about dt{
    background: #ddd;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc; 
    text-align: center;
	font-weight: bold;
}
	.shirinkai_about dd{
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
    width: 70%;
    box-sizing: border-box;
}
/*茈林会のご紹介ここまで*/
/*よくあるご質問*/
	.faq_tbg{
	background-image: url("../images/faq_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	margin-bottom: 40px;
	}
	.faq_about{
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
	}
	
	.faq_list a{margin-left:0.5em; line-height: 2.5;}

	.faq_list{
		background-color: #eeeeee; 
		max-width: 100%;
		margin: 0 auto 2em;
		padding: 10px;
		font-size: 0.9em;
	}
	
	.faq_list h3{
		background-color: #ffffff;
		padding: 0.5em 0 0 0.5em;
		font-size: 1.2em;}
	
	.faq_about h3{
		background-color: #f4ffd1;
		border-left: 8px solid #4d5e00;
		padding: 0.5em 0 0 0.5em;
		font-size: 1.2em;
	}

	.faq_contents span{display: block; margin-left: 3.5em; padding-top: 0.3em;}
	
	.faq_about .questions{
		color:#9e0000;
		font-weight: bold;
		padding: 1em 0;
	}
	
	.faq_about .questions::before{
		content: "Q";
		display: block;
		width: 2em;
		height: 2em;
		border-radius: 1em;
		background-color: #9e0000;
		color: #ffffff;
		text-align: center;
		margin: 0.2em 0.5em;
		float:left;
	}
	
	.faq_about .answer{
		font-weight: bold;
		padding: 0 0 0.5em 0;
		margin-bottom: 1em;
		border-bottom: dotted 1px #667c00;
	}
	
	.faq_about .answer::before{
		content: "A";
		display: block;
		width: 2em;
		height: 2em;
		border-radius: 1em;
		background-color: #4d5e00;
		color: #ffffff;
		text-align: center;
		margin: 0.2em 0.5em;
		float:left;
	}
	.faq_list a{text-decoration: underline;}
/*よくあるご質問ここまで*/
/*運営会社*/
	.company_tbg{
	background-image: url("../images/company_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	margin-bottom: 40px;
	}
	
	.company_a{
	color: #0034C4;
	text-decoration: underline;
	}
/*運営会社ここまで*/
/*交通・アクセス*/
	.access_tbg{
	background-image: url("../images/access_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	margin-bottom: 40px;
	}

	.access_about{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	line-height: 2;
	}
	
	.access_about .underline{
	text-decoration:underline;/*下線を引く*/
	text-decoration-style:wavy;/*下線を波線で表示*/
	text-decoration-color:#9e0000;
	}
/*交通・アクセスここまで*/
/*プライバシーポリシー*/
	.privacy_tbg{
	background-image: url("../images/privacy_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	margin-bottom: 40px;
	}

	.privacy_about{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	}

	.privacy_contents{
	margin: 0 auto;
	padding: 1em 0;
	line-height: 2;
	}
/*プライバシーポリシーここまで*/
/*お問い合わせ・資料請求*/
	.contact_tbg{
	background-image: url("../images/contact_title_bg.webp");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	margin-bottom: 40px;
	}
/*お問い合わせ・資料請求ここまで*/
}
/*スマホここまで*/