@charset "utf-8";
/***************************************************
Common CSS(SetupPage/HikitoriPage)
****************************************************/
/***Common Tips***/

/*table*/
.tb-caption{
	margin:0;
	padding:5px;
	border:0;
	background-color:#ccc;
	font-weight:bold;
	text-align:center;
}
.table.tb-dashed{
	font-size:0.85rem;
	line-height:2rem;
}
.table.tb-dashed th,
.table.tb-dashed td{
	border-top: none;
	border-bottom: 1px dashed #bfbfbf;
}
/*****
Table CSS for responsive design of modern browser
(Table basic CSS for PC site are described in common.css.)
*****/
/*////////////////////////////////////////////*/
/* Small devices (tablets, 768px and up) */
@media only screen and (max-width:767px){
	table.tb-responsive{
		display: block;
	}
	table.tb-responsive thead{
		display: none;
	}
	table.tb-responsive tbody{
		display: block;
	}
	table.tb-responsive tbody tr{
		display: block;
		margin-bottom: 12px;
	}
	table.tb-responsive tbody th,
	table.tb-responsive tbody td{
		display: list-item;
		list-style-type: none;
		border: none;
	}
	table.tb-responsive tbody th{
		padding-bottom:5px;
	}
	table.tb-responsive tbody td{
		margin-left: 1em;
		padding: 0;
		padding-bottom:5px;
	}

}/*END media query*/
/*////////////////////////////////////////////*/

/***************************************************
Common Page Structure CSS(SetupPage/HikitoriPage)
***************************************************/
body{
	line-height:1.5em; /* takita_style2019_common.cssの上書き 2022-09-14 */
}
section h1{/* takita_style2022_common.cssの上書き */
	text-align:left;
}
section p{ /* takita_style2022_common.cssの上書き 2022-08-26 */
	padding-right:0;
	padding-left:0;
}


/* header */
.jumbotron br{ display: none; }

.jumbotron {
	background: #f6f7f9;
	margin: 0;
	padding: 0;
}
.jumbotron h1,
.jumbotron .h1 {
	font-size: 28px;
}
.jumbotron .container-fluid{
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.pageTitle_container {
	margin: auto 0;
	padding: 10px;
	background: rgba(255, 255, 255, 0.3);
	color: #7a715f;
}
.pageTitle {
	margin:0 auto;
	padding: 10px 0 10px 0;
}
.pageIntro {
	font-size:0.85em !important;
}

/*main*/
.main{
	margin: 0px auto 20px;
	padding-left:0;/*overwrite Bootstrap "padding-left:15px" */
	padding-right:0;/*overwrite Bootstrap "padding-right:15px" */
	background-color:#ffffff;
	padding-top:0px;
/*	margin-top:10px; */
}


.main section{
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:20px;
}
.main section p.txt{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:1em;
}
.main h1,.main h2,.main h3,.main h4,.main h5,.main h6{
	font-size:16px;
}
/*leftmenu*/
.left-block{
	display:none;/*hide leftmenu*/
	height:100%;
	padding: 0px 5px;
	color:#000;
/*	background-color: #ddcc99;*/
}
.right-block{
	padding-left:5px;
	padding-right:5px;
	margin-top:10px;
}

/* パンくずリスト */
.main-wrap-head .breadcrumb_wrapper {
/*	height: 40px;*/
	margin: 0px;
	padding:0px;
	background-color:#e8da95;
	border:0px solid #cc0000;
}
.main-wrap-head .breadcrumb_wrapper .container-fluid{
	padding-left:15px;
	padding-right:15px;
}
.main-wrap-head .breadcrumb > li + li::before {
	color: #000;
	content: "/ ";
	padding:0 5px;
	margin:0;
}
.main-wrap-head .breadcrumb{
	margin: 3px auto 0px auto;
	/* margin: 3px 0 0 0;*/
	background-color:#e8da95;
	font-size:14px;
	line-height:1.428;
	/* 2025-05-14 以下は、共通パンクズにscrollを追加したため上書き */
	padding:8px 15px;
	overflow-x: visible;
	display: -webkit-block;
	display: block;
	/* 2016-01-06 ヘッダインクルード化*/
	max-width:992px;
}
/* 2016-01-06 ヘッダインクルード化
.soreisha_setup .breadcrumb,
.soreisha_hikitori .breadcrumb{
	max-width:992px;
}
*/
.main-wrap-head .breadcrumb a {
	color: #cb0000;
	text-decoration: none;
}
.main-wrap-head .breadcrumb a:hover,a:focus{
	color:#7e0000;
	text-decoration:underline
}
.main-wrap-head .breadcrumb a:focus{
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
/*////////////////////////////////////////////*/
/* Small devices (tablets, 768px and up) */
@media print, screen and (min-width:768px) {
	/* header */
	.jumbotron br{ display:inline }

	.jumbotron {
		background-color:#fff;
	}
	.jumbotron h1,
	.soreisha_setupf .jumbotron .h1 {
		font-size: 40px;
	}
	.jumbotron .container-fluid{
		background:#fff url("https://cdn.butsudanya.co.jp/image/soreishaSetup_top_image.jpg") no-repeat right bottom;
		padding-top: 10px;
		padding-bottom: 10px;
		max-width:992px;
	}
	.pageTitle_container{
		display:table;	/* 子要素の横幅に合わせる。width指定不可 */
		margin: auto 0;
		padding: 10px 20px;
		background: rgba(246, 247, 249, 0.75);	/* #f6f7f9 */
		color: #7a715f;

		text-shadow:
		-1px  0px 0.3px rgba(246, 247, 249, 0.9),
		 0px -1px 0.3px rgba(246, 247, 249, 0.9),
		 1px  0px 0.3px rgba(246, 247, 249, 0.9),
		 0px  1px 0.3px rgba(246, 247, 249, 0.9),
		-1px  1px 0.3px rgba(246, 247, 249, 0.9),
		 0px  0px 0.3px rgba(246, 247, 249, 0.9);

		border-radius: 15px 15px 15px 15px;
	}
	.pageTitle {
		width: 11em; /* number of title characters */
		margin:0;/* for IE7 */
		padding: 10px 0;
		text-align: left;
	}
	.pageIntro {
		width:100%;
		min-width:380px;
	}
	/*right*/
	.right-block{
		float:right;
		width:100%;
		margin-left:-213px;
		padding-left:0;
		padding-right:0;
	}
	/*left*/
	.left-block{
		display:block;/*show leftmenu*/
		float:left;
		/*width:192px;*/
		width:200px;
		padding: 0px 5px;
	}
	.right-block-inner{
		margin-left:213px;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Medium devices (desktops, 992px and up) */
@media screen and (min-width:992px) {
/*main*/
	.main {
		width: 960px;
		margin-top:10px;
	}
	.main .container-fluid{
		max-width:960px;
	}
}/*END media query*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Medium devices (desktops, 1200x and up) */
@media (min-width: 1200px) {
/*navbar*/
	.navbar .container-fluid{
		width: 1170px;
	}
/*breadcrumb*/
	.main-wrap-head .breadcrumb_wrapper .container-fluid{
		width: 1170px;
	}
/*header*/
	.jumbotron .container-fluid{
		 width: 1170px;
	}
}/*END media query*/
/*////////////////////////////////////////////*/

/*############# CSS for each page as below ###################*/

/**SetupPage Common CSS**/
section h1,
section h2{
	margin:0;
	padding:0;
	border:0;
}
section h1.h1-chidori{
	margin: 10px 0px;
	padding-left:26px;
	height:42px;
	line-height:42px;
	color:#524c40;
	background-color:#e5e0d6;
	background-image:url(https://cdn.butsudanya.co.jp/image/h2_line_chidori.gif);
	background-repeat:no-repeat;
	background-position:8px 4px;
	font-size:20px;
	font-weight:bold;
}

.priceSection .container-fluid,
.flowSection .container-fluid,
.hourSection .container-fluid,
.orderSection .container-fluid,
.deliverySection .container-fluid,
.hikitoriBannerSection .container-fluid{
	padding-left:10px;
	padding-right:10px;
}
/***************************************************
setupSection
***************************************************/
.setupSection h1 img{
	max-width:680px;
}
.setupSection h2 img{
	max-width:492px;
}
ul.setup-voice{
	margin:0;
	padding:0;
}
ul.setup-voice li{
	list-style:none;
}
ul.setup-voice li img{
	max-width:373px;
}
.setup-arrow img{
	max-width:190px;
	margin-top:15px;
	margin-bottom:15px;
}
.setup-rakuraku img{
	max-width:747px;
}

/***************************************************
priceSection
***************************************************/
/* ////////// Price Table ////////// */
.pricetable_forSETUP {
	width:100%;
	border:1px solid #644001;
}
.pricetable_forSETUP thead th,
.pricetable_forSETUP tbody td {
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #644001;
	text-align:center;
	font-weight: bold;
}
.pricetable_forSETUP thead th {
	color: #fff;
	font-size: 1.125rem;
	background-color: #7a7160;
}
.pricetable_forSETUP tbody td {
	color: #464646;
	vertical-align: middle;
}
/* Small devices (tablets, 768px and up) */
@media screen and (min-width:768px) {
	.pricetable_forSETUP thead th,
	.pricetable_forSETUP tbody td {
		padding-top:10px;
		padding-bottom:10px;
	}
}
/***************************************************
flowSection
***************************************************/
.flow-step img{
	max-width:660px;
	margin-bottom:5px;
}
.flow-step p.flow-txt{
	text-indent:-2em;
	padding-left:1em;
}
.flow-step p.f-kome{
	padding-left:1em;
}
/***************************************************
hourSection
***************************************************/
.hourSection .hour-img img{
	max-width:717px;
}
/***************************************************
orderSection
***************************************************/
.orderSection img{
	max-width:717px;
}
.orderSection a{
	color:#0000ff;
}
/***************************************************
deliverySection
***************************************************/
/* ////////// Area Table ////////// */
#areaTable {
	width: 100%;
	border-collapse: collapse;
}
#areaTable td,
#areaTable th{
	font-weight: normal;
	padding: 2px;
	border: 1px solid #644001;
}
#areaTable th{
	text-align:center;
	font-weight: bold;
	width: 20%;
	vertical-align:middle;
}
#areaTable td{
	padding-left: 10px;
	width: 80%;
}
#areaTable thead th{
	color:#fff;
	background:#7a7160;
}

/* ////////// Area Table ////////// */

/***************************************************
hikitoriBannerSection
***************************************************/
/*.hikitoriBannerSection a{
	display:block;
}
.hikitoriBannerSection a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
.hikitoriBannerSection a img{
	max-width:717px;
}*/

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Mobile (smart phone, 480px and up) */
@media screen and (min-width:480px) {

	/***************************************************
	setupSection
	***************************************************/
	ul.setup-voice{
		float:left;
	}
	ul.setup-voice li{
		float:left;
		width:50%;
	}

}/*END media query*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Small devices (tablets, 768px and up) */
@media print, screen and (min-width:768px) {
	section h1.h1-chidori{
		margin: 20px 0px;
		font-size:22px;
		border-radius:8px;
	}

	.setupSection .container-fluid{
		padding-right:15px;
	}
	.priceSection .container-fluid,
	.flowSection .container-fluid,
	.hourSection .container-fluid,
	.orderSection .container-fluid,
	.deliverySection .container-fluid,
	.hikitoriBannerSection .container-fluid,
	.contactBannerSection .container-fluid{
		padding-left:15px;
		padding-right:15px;
	}
	/***************************************************
	setupSection
	***************************************************/
	.setupSection h1 img{
		max-width:747px;
	}

}/*END media query*/
/*////////////////////////////////////////////*/