@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	各固定ページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper{
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		padding: 80px 0;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 12vw 0;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}
}





/* ================================================================================

	メイン画像

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_cate {
		position: relative;
		padding: 0 0 473px;
	}
	.main_cate_in {
		position: absolute;
		top: 0;
		left: 0;
		background: url(../img/cate_main.jpg) no-repeat center top -50px / auto;
		height: 427px;
		width: 100%;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		color: #3a4e1c;
		font-size: 50px;
		text-align: center;
		padding: 212px 0 0;
	}

	/* 雲の流れ */
	.SubPage__cloudTop {
		position: absolute;
		right: 0;
		top: 340px;
		left: 0;
		height: 11.625rem;
		background-image: url(../img/cate_kumo03.png);
		background-repeat: repeat-x;
		background-position: -9.375rem center;
		background-size: 90rem 11.625rem;
		pointer-events: none;
	  }
	  
	  .SubPage__cloudTop::before {
		background-image: url(../img/cate_kumo01.png);
		-webkit-animation: 100s linear infinite SubPage-cloud;
		animation: 100s linear infinite SubPage-cloud;
	  }
	  
	   .SubPage__cloudTop::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-repeat: repeat-x;
		background-position: -9.375rem center;
		background-size: 90rem 11.625rem;
	  }
	  
	  /* beforeの1 */
	  @-webkit-keyframes SubPage-cloud {
	   from {
		background-position:-9.375rem center
	   }
	   to {
		background-position:-99.375rem center
	   }
	  }
	  @keyframes SubPage-cloud {
	   from {
		background-position:-9.375rem center
	   }
	   to {
		background-position:-99.375rem center
	   }
	  }

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_cate {
		position: relative;
		padding: 0 0 35vw;
	}
	.main_cate_in {
		position: absolute;
		top: 0;
		left: 0;
		background: url(../img/cate_main.jpg) no-repeat center top / cover;
		width: 100%;
		height: 35vw;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		color: #3a4e1c;
		font-size: 5vw;
		text-align: center;
		padding: 17vw 0 0;
		-moz-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8),0px 0px 5px rgba(255, 255, 255, 0.8);
-webkit-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8),0px 0px 5px rgba(255, 255, 255, 0.8);
-ms-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8),0px 0px 5px rgba(255, 255, 255, 0.8);
text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8),0px 0px 5px rgba(255, 255, 255, 0.8);
	}
}











/* ================================================================================

	セクション

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1,
	.col2_1_long,
	.col2_1_middle,
	.col2_1_short,
	.col2_1_vshort,
	.col2_1_mshort {
		margin-right: 20px;
	}
	.col2_2,
	.col2_2_long,
	.col2_2_middle,
	.col2_2_short,
	.col2_2_vshort,
	.col2_2_mshort {
		margin-left: 20px;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-right: 20px;
	}
	.col3_2 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.col3_3 {
		margin-left: 20px;
	}

}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1 {
	}
	.col2_1_long {
		margin-top: 16vw;
	}
	.col2_1_middle {
		margin-top: 12vw;
	}
	.col2_1_short {
		margin-top: 8vw;
	}
	.col2_1_vshort {
		margin-top: 4vw;
	}
	.col2_1_mshort {
		margin-top: 3vw;
	}

	.col2_2 {
	}
	.col2_2_long {
		margin-top: 16vw;
	}
	.col2_2_middle {
		margin-top: 12vw;
	}
	.col2_2_short {
		margin-top: 8vw;
	}
	.col2_2_vshort {
		margin-top: 4vw;
	}
	.col2_2_mshort {
		margin-top: 3vw;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-top: 0;
	}
	.col3_2,
	.col3_3 {
		margin-top: 12vw;
	}

}





/* ================================================================================

	マージンボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}
	.top_mshort {
		margin-top: 10px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}
	.bottom_mshort {
		margin-bottom: 10px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}
	.top_mshort {
		margin-top: 3vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}
	.bottom_mshort {
		margin-bottom: 3vw;
	}

}




/* ================================================================================

	パディングボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}
	.p_top_mshort {
		padding-top: 10px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}
	.p_bottom_mshort {
		padding-bottom: 10px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.row_mshort {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}
	.p_top_mshort {
		padding-top: 3vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}
	.p_bottom_mshort {
		padding-bottom: 3vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.row_mshort {
		padding-top: 3vw;
		padding-bottom: 3vw;
	}


	/* 背景色を伸ばす
	----------------------------------------------- */
	.row_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}




/* ================================================================================

	カラーボックス

================================================================================ */

/* カラー01 */
.row_c01 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#ffffff;
	color: inherit;
}

/* カラー02 */
.row_c02 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#e1d6a9;
	color: #3a4e1c;
}

/* ボーダー囲い色 */
.box_border {
	border-color: #cccccc;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* カラー01 */
	.row_c01 {
	}

	/* カラー02 */
	.row_c02 {
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border-style: solid;
		border-width: 4px;
		border-color: #3a4e1c;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* カラー01 */
	.row_c01 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border-style: solid;
		border-width: 4px;
		border-color: #3a4e1c;
	}
}




/* ================================================================================

	見出し

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* h2見出し
	----------------------------------------------- */
	/* .h2_cate {
		border-bottom: 3px solid;
		padding: 0 0 12px 0 !important;
	} */
	.h2_cate h2 {
		position: relative;
		font-size: 32px;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
		z-index: 0;
	}
	.h2_cate h2::before {
		position: absolute;
		content: "";
		background: url(../img/title_bg.png) no-repeat center top / 100% auto;
		width: 130px;
		height: 139px;
		top: 42%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		pointer-events: none;
		z-index: -1;
	}
	/* .row_c01 .h2_cate h2 {
		color: inherit;
	}*/
	.row_c02 .h2_cate h2::before {
		position: absolute;
		content: "";
		background: url(../img/title_bg_w.png) no-repeat center top / 100% auto;
		width: 130px;
		height: 139px;
		top: 42%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		pointer-events: none;
		z-index: -1;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid;
		padding: 0 0 8px 0 !important;
	}
	.h3_cate h3 {
		position: relative;
		font-size: 26px;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.h3_cate h3::before {
		position: absolute;
		content: "●";
		font-size: 17px;
		bottom: -20px;
		left: -10px;
	}
	.h3_cate h3::after {
		position: absolute;
		content: "●";
		font-size: 17px;
		bottom: -20px;
		right: -10px;
	}
	/* .row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	} */

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 8px 0 !important;
	}
	.h3_col3 h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}
	.h3_col3 h3::before {
		position: absolute;
		content: "●";
		font-size: 17px;
		bottom: -11px;
		left: -10px;
	}
	.h3_col3 h3::after {
		position: absolute;
		content: "●";
		font-size: 17px;
		bottom: -11px;
		right: -10px;
	}
	/* .row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	} */

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* h2見出し
	----------------------------------------------- */
	/* .h2_cate {
		border-bottom: 3px solid;
		padding: 0 0 2vw 0 !important;
	} */
	.h2_cate h2 {
		font-size: 5.5vw;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
		z-index: 0;
		position: relative;
	}
	.h2_cate h2::before {
		position: absolute;
		content: "";
		background: url(../img/title_bg.png) no-repeat center top / 100% auto;
		width: 25vw;
		height: 26vw;
		top: 42%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		pointer-events: none;
		z-index: -1;
	}
	/* .row_c01 .h2_cate h2 {
		color: inherit;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	} */
	.row_c02 .h2_cate h2::before {
		position: absolute;
		content: "";
		background: url(../img/title_bg_w.png) no-repeat center top / 100% auto;
		width: 25vw;
		height: 26vw;
		top: 42%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		pointer-events: none;
		z-index: -1;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid;
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.h3_cate h3::before {
		position: absolute;
		content: "●";
		font-size: 4.4vw;
		bottom: -3vw;
		left: -1vw;
	}
	.h3_cate h3::after {
		position: absolute;
		content: "●";
		font-size: 4.4vw;
		bottom: -3vw;
		right: -1vw;
	}
	/* .row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	} */

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 3vw 1vw 3vw !important;
	}
	.h3_col3 h3 {
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}

	.h3_col3 h3::before {
		position: absolute;
		content: "●";
		font-size: 4.4vw;
		bottom: -3vw;
		left: -1vw;
	}
	.h3_col3 h3::after {
		position: absolute;
		content: "●";
		font-size: 4.4vw;
		bottom: -3vw;
		right: -1vw;
	}

	/* .row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	} */

}




/* ================================================================================

	共通ボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.link_common ul li {
		display: inline-block;
		font-size: 22px;
		letter-spacing: 0;
	}
	.link_common ul li:not(:first-child) {
		margin-left: 20px;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		background: url(../img/row04_button_bg.jpg) center top / cover no-repeat;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 5em 0.9em;
	}
	.row_c01 .link_common ul li a {
	}
	/* .row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #444444;
	} */
	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/button_icon_other.png) center top / contain no-repeat;
		width: 41px;
		height: 8px;
		top: 50%;
		margin-top: -2px;
		right: 16px;
	}
	/* .row_c01 .link_common ul li a::after {
	}
	.row_c02 .link_common ul li a::after {
		background: url(../img/arrow2.png) center top / contain no-repeat;
	} */
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
		font-size: 4vw;
	}
	.link_common ul li:not(:first-child) {
		margin-top: 2vw;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		width: 80vw;
		background: url(../img/row04_button_bg.jpg) center top / cover no-repeat;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 0 0.9em;
		margin-left: auto;
		margin-right: auto;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		/* background-color: #ffffff;
		color: #444444; */
	}

	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/button_icon_other.png) center top / contain no-repeat;
		width: 8vw;
		height: 2vw;
		top: 50%;
		margin-top: -0.5vw;
		right: 3vw;
	}
	.row_c01 .link_common ul li a::after {
	}
	.row_c02 .link_common ul li a::after {
		background: url(../img/button_icon_other.png) center top / contain no-repeat;
	}
}





/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここから各固定ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ================================================================================

	実績紹介部分

================================================================================ */


/* カテゴリアイコン色 */
.works_icon span {
	background-color: #222222;
	color: #ffffff;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.works_wrap {
		position: relative;
		width: 1000px;
		margin:0 auto;
	}
	.works_wrap ul {
		font-size: 0;
		text-align: center;
	}
	.works_wrap > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 320px;
		margin-left: 20px;
		font-size: 16px;
	}
	.works_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 16px;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		position: relative;
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		width: 100%;
		height: 213px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 18px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.works_wrap {
		position: relative;
		margin: 0 auto;
	}
	.works_wrap > ul {
	}
	.works_wrap > ul > li {
		position: relative;
		padding: 0;
	}
	.works_wrap > ul > li:not(:first-child) {
		margin-top: 6vw;
	}

	.works_wrap > ul > li > a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		
		border: 1px solid #cccccc;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 4vw;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		max-width: 100%;
		width: 100%;
		height: 62vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		object-position: center top;
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 4vw;
	}

}



/* ================================================================================

	共通設定

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.pc_center {
		text-align: center;
	}
	.bt_box {
		border-top: 1px solid #a3ac95;
		margin-top: 20px;
		padding-top: 20px;
	}
	.white_box {
		background: #fff;
		padding: 15px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.bt_box {
		border-top: 1px solid #a3ac95;
		margin-top: 2.5vw;
		padding-top: 2.5vw;
	}
	.white_box {
		background: #fff;
		padding: 2.5vw;
	}
}




/* ================================================================================

	一乗寺について

================================================================================ */
.about_dl dt {
	background: #444;
	color: #fff;
}
.about_dl dd {
	background: #fff
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.tb_about.access_table02 th {
		width: 15%!important;
	}
	.tb_about.access_table02 td {
		width: 85%!important;
	}
	.about_dl dt,
	.about_dl dd {
		padding: 10px 20px;
	}

	/* 武士背景 */
	.busi_bg{
		position: relative;
	}
	.busi_bg::before{
		position: absolute;
		content: "";
		background: url(../img/busi.png)no-repeat center top / 100% auto;
		width: 387px;
		height: 471px;
		top: -210px;
		right: -260px;
		opacity: 0.08;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.about_dl dt,
	.about_dl dd {
		padding: 2vw 3vw;
	}
	/* 武士背景 */
	.busi_bg{
		position: relative;
	}
	.busi_bg::before{
		position: absolute;
		content: "";
		background: url(../img/busi.png)no-repeat center top / 100% auto;
		width: 80vw;
		height: 97vw;
		top: 102vw;
		left: 19vw;
		opacity: 0.08;
	}
}



/* ================================================================================

	一乗寺の歴史

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.tb_history table {
		width: 100%;
	}
	.tb_history tr {
		border-bottom: 1px solid #a3ac95;
	}
	.tb_history td:first-child {
		width: 15% !important;
		padding: 12px;
	}
	.tb_history td:nth-child(2) {
		width: 10% !important;
		padding: 12px 12px 12px 0;
	}
	.tb_history td:last-child {
		width: 75% !important;
		padding: 12px 12px 12px 0;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.tb_history table {
		width: 100%;
		font-size: 3.2vw;
	}
	.tb_history tr {
		border-bottom: 1px solid #a3ac95;
	}
	.tb_history td:first-child {
		width: 18% !important;
		padding: 2vw;
	}
	.tb_history td:nth-child(2) {
		width: 12% !important;
		padding: 2vw 2vw 2vw 0;
	}
	.tb_history td:last-child {
		width: 70% !important;
		padding: 2vw 2vw 2vw 0;
	}
}



/* ================================================================================

	お寺の取り組み

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.attempt_box01 {
		position: relative;
		text-align: center;
	}
	.attempt_box01::before {
		position: absolute;
		content: "";
		background: url(../img/bg_attempt01.png) no-repeat center top / 100% auto;
		width: 139px;
		height: 162px;
		top: 40px;
		right: 0;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}





/* ================================================================================

	行事・イベント

================================================================================ */
.bnr_event img {
	max-width: 600px;
	width: 100%;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.tb_event table {
		width: 100%;
	}
	.tb_event tr {
		border-bottom: 1px solid #a3ac95;
	}
	.tb_event th {
		width: 20% !important;
		font-size: 16px;
		text-align: left;
		padding: 16px;
	}
	.tb_event td {
		width: 80% !important;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		padding: 16px 16px 16px 0;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.tb_event table {
		width: 100%;
	}
	.tb_event tr {
		border-bottom: 1px solid #a3ac95;
	}
	.tb_event th {
		width: 34% !important;
		font-size: 3.2vw;
		text-align: left;
		padding: 2vw;
	}
	.tb_event td {
		width: 66% !important;
		font-size: 3.2vw;
		font-weight: normal;
		text-align: left;
		padding: 2vw 2vw 2vw 0;
	}
}






/* ================================================================================

	境内案内

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.keidai_link {
		font-size: 20px;
		line-height: 2.2;
	}
	
	h2 ruby rt {
	  margin-bottom: -6px;
	}

	/* 狐イラスト */
	.rakan_kitune_box{
		position: relative;
	}
	.rakan_kitune_box::before{
		position: absolute;
		content: "";
		background: url(../img/kitune.png) no-repeat center top / 100% auto;
		width: 170px;
		height: 177px;
		top: -188px;
		right: 180px;
	}
	.guide img {
	  height: 320px;
	  width: 490px;
	  object-fit: cover;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.keidai_link {
		font-size: 3.6vw;
		line-height: 2;
	}
	h2 ruby rt {
	  margin-bottom: -1.4vw;
	}

	/* 狐イラスト */
	.rakan_kitune_box{
		position: relative;
	}
	.rakan_kitune_box::before{
		position: absolute;
		content: "";
		background: url(../img/kitune.png) no-repeat center top / 100% auto;
		width: 27vw;
		height: 32vw;
		top: -30vw;
		right: -5vw;
	}
}



/* ================================================================================

	永代供養

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.tit_kuyou h4 {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 15px!important;
	}
	.tit_kuyou h4 span {
		font-size: 25px;
		font-weight: 500;
		display: block;
		margin-top: 10px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.tit_kuyou h4 {
		font-size: 3.7vw;
		font-weight: 500;
		margin-bottom: 2vw!important;
		line-height: 1.5!important;
	}
	.tit_kuyou h4 span {
		font-size: 4.6vw;
		font-weight: 500;
		display: block;
		margin-top: 1vw;
		
	}
}





/* ================================================================================

	ご法要

================================================================================ */
.pointer-events,
.fax_num {
	color: #000;
}
.tb_legal table {
	width: 100%;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
}
.tb_legal table th {
	background: #777;
	color: #fff;
	font-weight: 400;
}
.tb_legal table th,
.tb_legal table td {
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	text-align: center;
	font-size: 90%;
	vertical-align: middle;
	line-height: 1.3;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.tb_legal table th,
	.tb_legal table td {
		padding: 8px;
	}
	.contact_border_txt {
		font-size: 22px;
		font-weight: 500;
		text-align: center;
		background: #fff;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.tb_legal table th,
	.tb_legal table td {
		padding: 1vw 0;
	}
	.contact_border_txt {
		font-size: 4.1vw;
		font-weight: 500;
		text-align: center;
		background: #fff;
	}
}








/* ================================================================================

	アクセスページ

================================================================================ */

.map_box a {
	width: 100%;
	height: 450px;
	display: block;
	z-index: 1;
	position: absolute;
}
.tab_privacy .elementor-tab-title {
	background: #777;
	color: #fff;
}
.tab_privacy .elementor-tab-content {
	background: #fff;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.link-benner img {
		width: 200px;
		height: auto;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.link-benner img {
		width: 40vw;
		height: auto;
	}
}


/* ================================================================================

	お寺さんぽ

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	/* ＝＝＝古いテレビ＝＝＝ */
	/* ストリートビューサイズ設定 */
	.tv_bg iframe{
		width: 850px !important;
		height: 460px !important;
		padding-left: 151px;
	  }
	/* テレビ背景設定 */
	.tv_bg{
		position: relative;
		padding-bottom: 201px;
	}
	.tv_bg::before{	
		position: absolute;
		content: "";
		background: url(../img/tv_img.png) no-repeat center top / 100% auto;
		width: 1000px;
		height: 730px;
		top: -60px;
		left: 50%;		
		margin-left: -500px;
		z-index: 1;
		pointer-events: none;

	}

	/* ＝＝＝新しいテレビ＝＝＝ */
	/* ストリートビューサイズ設定 */
	.tv_bg_02 iframe{

	  }
	/* テレビ背景設定 */
	.tv_bg_02{
		position: relative;
		padding-bottom: 201px;
	}
	.tv_bg_02::before{	
		position: absolute;
		content: "";
		background: url(../img/tv_img02.png) no-repeat center top / 100% auto;
		width: 481px;
		height: 375px;
		top: -20px;
		left: 50%;
		margin-left: -240px;
		z-index: 1;
		pointer-events: none;

	}


}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* ストリートビューサイズ設定 */
	.tv_bg iframe{
		height: 79vw !important;
		width: 100% !important;
	  }
	
}

/* ================================================================================

	お寺ギャラリー

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.season_title{
		font-size: 30px;
	}
	.attachment-full.size-full {
	  height: 130px;
	  object-fit: cover;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.season_title{
		font-size: 30px;
	}
	.season_ga figure{
		width: calc(100% / 2) !important;
	}
	.attachment-full.size-full {
	  height: 40vw;
	  object-fit: cover;
	}
}
