/*
コンテンツ用css
*/

/* ====================================================================================================
■ 共通パーツ
==================================================================================================== */
/* 見出し
----------------------------------------------- */
h4 {
	margin-bottom: 0.25em;
	padding-top: 0.25em;
	color: #333333;
	font-family: 'myfont';
	font-weight: normal;
}
h5 {
	font-size: 120%;
}
.entry .entryBody .block00 {
}

@media only screen and (max-width:768px) { /* ---------- SP ---------- */
	h4 {
		font-size: 160%;
		line-height: 130%;
	}
}
@media only screen and (min-width:769px) { /* ---------- PC ---------- */
	h4 {
		font-size: 200%;
		line-height: 130%;
	}
}

/* テキスト
----------------------------------------------- */
.txColor01 {
	color: #ff3f4d;/*赤*/
}
.txColor02 {
	color: #ff7800;/*オレンジ*/
}
.txLarge {
	margin-bottom: 0.75em;
	line-height: 130%;
	font-weight: bold;
	font-family: 'myfont';
}
.txMiddle {
	line-height: 130%;
	font-weight: bold;
}
.txSmall {
	line-height: 140%;
}
.txDefault {
	font-size: 1.4rem !important;
	line-height: 160% !important;
}
.txBold {
	font-weight: bold;
}
@media only screen and (max-width:768px) { /* ---------- SP ---------- */
.txLarge {
	font-size: 2.0rem;
}
.txMiddle {
	font-size: 1.8rem;
}
.txSmall {
	font-size: 1.1rem;
}
}
@media only screen and (min-width:769px) { /* ---------- PC ---------- */
.txLarge {
	font-size: 2.5rem;
}
.txMiddle {
	font-size: 2.0rem;
}
.txSmall {
	font-size: 1.2rem;
}
}

/* リスト
----------------------------------------------- */
.list01 {
	list-style: disc;
}
.list01 li {
	margin-bottom: 0.2em;
    margin-left: 1.4em;
}
.list02 {
	list-style: none;
}
.list02 li {
	padding-left: 1.2em;
	margin-bottom: 0.25em;
}
.list02 li:before {
	content:"※";
	margin: 0 0.25em 0 -1.2em;
}
.list03 {
	list-style-type : circle;
}
}

/* table
----------------------------------------------- */
.entry table {
	width: 99.5%;
	margin: 0 0 0.5em;
}
.entry table thead th,
.entry table tbody th,
.entry table tbody td {
	padding: 0.25em 0.5em;
	border: solid 1px #aaaaaa;
	font-weight: normal;
	text-align: left;
}
.entry table thead th { background: #d1ccbd;}
.entry table tbody th { background: #e3e1d4;}
.entry table tbody td { background: #efeee6;}

.entry .table01 {
	width: 99.5%;
	margin: 0 0 0.5em;
}
.entry .table01 thead th,
.entry .table01 tbody th,
.entry .table01 tbody td {
	padding: 0.25em 0.5em;
	border: solid 3px #ffffff;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.entry .table01 thead th,
.entry .table01 tbody th {
	background: #dcc8e2;
	color: #5f007b;
}
.entry .table01 thead th {
}
.entry .table01 tbody td { background: #f0f0f0;}

.entry .table02 tbody td {
	padding: 0.3em 0.75em;
	border: none;
	background: #ffffff;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: left;
}
.entry .table02 tbody .odd td {
	background: #e2e2e2;
}

.entry table.time th,
.entry table.time td {
	text-align: center;
}
.entry table.time tbody th {
	width: 30%;
}
.entry table.time thead td {
	width: 10%;
}
@media only screen and (max-width:768px) { /* ---------- SP ---------- */
.entry table.time {
	font-size: 78%;
}
.entry .table01 th {
	font-size: 1.4rem;
}
.entry .table01 td {
	font-size: 1.3rem;
}
}
@media only screen and (min-width:769px) { /* ---------- PC ---------- */
.entry .table01 thead th {
	font-size: 1.5rem;
}
}

/* box
----------------------------------------------- */
/* clearfix */.block00 { zoom: 1;}
/* clearfix */.block00:after { content: "."; display: block; clear: both; font-size: 0; height: 0px;}
.block00 {
	margin-bottom: 50px;
}

/* ====================================================================================================
■ トップページ
==================================================================================================== */
.topBn {
	list-style: none;
}
.topBnInner {
	display: block;
	font-size: 0;
	line-height: 0;
}
.topBn li {
	float: left;
	padding: 0 6px;
	margin-bottom: 12px;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;	
}
.topBn li .topBnInner {
	display: block;
	background: #e2e2e2 url(../images/top_bn_bg.png) right bottom no-repeat;
	border-radius: 0 0 4px 4px;
	color: #4c4c4c;
	text-decoration: none;
}
.topBn li .topBnInner img {
	width: 100%;
}
.topBn li .topBnInner .topBnBody {
	display: block;
	padding: 10px 15px 12px; 
}
.topBn li .topBnInner .topBnTitle {
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
}
.topBn li .topBnInner .topBnTx {
	display: block;
	margin: 0;
	line-height: 130%;
}
.topBox01 {
	list-style: none;
	position: relative;
}
.topBox01 .topDiscount {
}
.topBox01 .topCard {
}
.topBox01 li h2 {
	font-size: 2.0rem;
	line-height: 140%;
	margin-bottom: 10px;
	font-weight: normal;
}
.topSns {
	float: right;
	width: 100px;
}
@media only screen and (max-width:768px) { /* ---------- SP ---------- */
.topBn li .topBnInner .topBnTitle {
	font-size: 1.6rem;
	line-height: 120%;
}
.topBn li {
	width: 50%;
}
.topBn li .topBnInner .topBnTx {
	font-size: 1.2rem;
}
.topBox01 .topDiscount {
	margin-bottom: 30px;
}
.topBox01 .topCard {
}
.topBox01 p {
	font-size: 1.2rem;
	line-height: 130%;
}
}
@media only screen and (min-width:769px) { /* ---------- PC共通 ---------- */
.topBn li .topBnInner .topBnTitle {
	font-size: 2.0rem;
	line-height: 120%;
}
.topBn li .topBnInner .topBnTx {
	font-size: 1.3rem;
}
.topBox01 p {
	font-size: 1.2rem;
	line-height: 140%;
}
}
@media only screen and (min-width:769px) and (max-width:1000px) { /* ---------- PC小 ---------- */
.topBn li {
	width: 50%;
}
.topBox01 .topDiscount {
	margin-bottom: 30px;
}
.topBox01 .topCard {
}
}
@media only screen and (min-width:1001px) { /* ---------- PC大 ---------- */
.topBn li {
	width: 25%;
}
.topBox01 .topDiscount {
	padding-right: 410px;
}
.topBox01 .topCard {
	width: 380px;
	position: absolute;
	right: 0;
	top: 0;
}
}

/* ====================================================================================================
■ サブページ共通
==================================================================================================== */
.subTopImg {
	width: 100%;
	margin-bottom: 25px;
}
.subTopImg img {
	width: 100%;
}
@media only screen and (max-width:768px) { /* ---------- SP ---------- */
}
@media only screen and (min-width:769px) { /* ---------- PC共通 ---------- */
}

/* ====================================================================================================
■ 会社概要
==================================================================================================== */
.entry .outlineTable01 .primary {
	width: 5em;
	font-weight: bold;
	color: #65017d;
}
.entry .outlineTable01 a.tel {
	text-decoration: none;
	color: #464646;
	cursor: default;
}

/* ====================================================================================================
■ 企業沿革
==================================================================================================== */
.entry .table02 .year,
.entry .table02 .month {
	font-size: 1.2rem;
	font-weight: bold;
	color: #65017d;
}
.table02 .year {
	width:4.5em;
}
.table02 .month {
	width: 3.5em;
}

/* ====================================================================================================
■ ご葬儀価格の目安
==================================================================================================== */
.priceBox01 {
}
.priceBox01 img {
	display: block;
	margin-bottom: 10px;
}
.priceBox02 {
}
.priceBox03 .txLarge {
	color: #ff3f4d;
}

@media only screen and (min-width:769px) and (max-width:1000px) { /* ---------- PC小 ---------- */
.priceBox01 {
	margin-bottom: 20px;
}
.priceBox02 {
}
}
@media only screen and (min-width:1001px) { /* ---------- PC大 ---------- */
.priceBox01 {
	float: left;
	width: 300px;
}
.priceBox02 {
	padding-left: 320px;
}
}

/* ====================================================================================================
■ ご葬儀の流れ
==================================================================================================== */
.flowImg01 img {
	display: block;
	margin: 0 auto;
	padding: 0 10px;
}

/* ====================================================================================================
■ 一般葬と家族葬
==================================================================================================== */
.funeral-typeBox01 {
	box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;
}

@media only screen and (max-width:768px) { /* ---------- SP ---------- */
/* clearfix */.funeral-typeBox01 { zoom: 1;}
/* clearfix */.funeral-typeBox01:after { content: "."; display: block; clear: both; font-size: 0; height: 0px;}
.funeral-typeBox01 {
	margin-bottom: 30px;
}
.funeral-typeBox01 img {
	float: right;
	width: 50%;
	max-width: 175px;
	margin: 0 0 10px 10px;
}
}
@media only screen and (min-width:769px) { /* ---------- PC共通 ---------- */
.funeral-typeBox01 {
	float: left;
	width: 50%;
	padding: 0 15px;
}
}
@media only screen and (min-width:769px) and (max-width:1000px) { /* ---------- PC小 ---------- */
.funeral-typeBox01 img {
	width: 100%;
	margin-bottom: 15px;
}
}
@media only screen and (min-width:1001px) { /* ---------- PC大 ---------- */
.funeral-typeBox01 img {
	float: right;
	width: 50%;
	max-width: 175px;
	margin: 0 0 10px 10px;
}
}

/* ====================================================================================================
■ 心からのおもてなし
==================================================================================================== */
.hospitalityBox01 {
}
.hospitalityBox02 {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;
}
.hospitalityBox02 .hospitalityTx01 {
	color: #65017d;
}
.hospitalityBox02 .hospitalityTx02 {
	color: #ff3f4d;
}
.hospitalityBox02 .hospitalityTx01 span,
.hospitalityBox02 .hospitalityTx02 span {
	font-size: 2.0rem;
}

@media only screen and (max-width:768px) { /* ---------- SP ---------- */
.hospitalityBox01 {
	margin-bottom: 20px;
}
}
@media only screen and (min-width:769px) { /* ---------- PC共通 --------- */
.hospitalityBox01 {
}
}
@media only screen and (min-width:769px) and (max-width:1000px) { /* ---------- PC小 ---------- */
.hospitalityBox01 {
	margin-bottom: 20px;
}
.hospitalityBox01 img {
	width: 100%;
}
.hospitalityBox02 {
}
}
@media only screen and (min-width:1001px) { /* ---------- PC大 ---------- */
.hospitalityBox01 {
	float: left;
	width: 50%;
	max-width: 388px;
	margin-right: 10px;
}
.hospitalityBox02 {
	padding-left: 50%;
	margin-left: 20px;
}
}

/* ====================================================================================================
■ オリジナル会葬礼状
==================================================================================================== */
.thankyouLetterBox01 .lead {
	margin-bottom: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}

/* ====================================================================================================
■ アートフラワー祭壇
==================================================================================================== */
.altarFlowerBox01 {
	margin-bottom: 40px;
}
.altarFlowerBox01 img {
	display: block;
	float: left;
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;
}
.altarFlowerBox02 dt {
	display: block;
	color: #ff3f4d;
}
.altarFlowerBox02 dd {
	display: block;
	margin-bottom: 15px;
}

/* ====================================================================================================
■ ギフトサービス
==================================================================================================== */
.giftBox01 {
	margin-bottom: 40px;
	position: relative;
}
@media only screen and (max-width:768px) { /* ---------- SP ---------- */
.giftBox01 .boxInner01 {
	margin-bottom: 30px;
}
.giftBox01 .boxInner02 {
	text-align: center;
}
.giftBox01 .boxInner02 .btn03 {
}
}
@media only screen and (min-width:769px) { /* ---------- PC共通 --------- */
}
@media only screen and (min-width:769px) and (max-width:1000px) { /* ---------- PC小 ---------- */
.giftBox01 .boxInner01 {
	margin-bottom: 30px;
}
.giftBox01 .boxInner02 {
	text-align: center;
}
.giftBox01 .boxInner02 .btn03 {
}
}
@media only screen and (min-width:1001px) { /* ---------- PC大 ---------- */
.giftBox01 .boxInner01 {
	float: left;
	padding-right: 300px;
}
.giftBox01 .boxInner02 {
	position: absolute;
	right: 15px;
	top: 80px;
}
.giftBox01 .boxInner02 .btn03 {
	font-size: 16px !important;
}
}

/* ====================================================================================================
■ セレモニーサービス
==================================================================================================== */
.ceremonyBox01 {
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;
}
.ceremonyBox02 .plBox {
	padding-left: 200px;
	margin-bottom: 30px;
}
.ceremonyBox03 .lead {
	font-size: 1.5rem;
	font-weight: bold;
}
.ceremonyBox03 ol {
	display: block;
	margin-left: 1.6em;
	list-style-type: decimal;
}
.ceremonyBox03 ol li {
	color: #ff7800;
	margin-bottom: 10px;
}
.ceremonyBox03 ol li ul li {
	color: #4c4c4c;
}

@media only screen and (max-width:768px) { /* ---------- SP ---------- */
/* clearfix */.ceremonyBox01,
.ceremonyBox02 { zoom: 1;}
/* clearfix */.ceremonyBox01:after,
.ceremonyBox02:after { content: "."; display: block; clear: both; font-size: 0; height: 0px;}
.ceremonyBox01 {
	margin-bottom: 30px;
}
.ceremonyBox01 img {
	float: right;
	width: 50%;
	max-width: 175px;
	margin-left: 10px;
}
.ceremonyBox02 {
	margin-bottom: 30px;
}
}
@media only screen and (min-width:769px) { /* ---------- PC共通 --------- */
.ceremonyBox01 {
	float: left;
	width: 50%;
	padding: 0 15px;
}
}
@media only screen and (min-width:769px) and (max-width:1000px) { /* ---------- PC小 ---------- */
.ceremonyBox01 img {
	width: 100%;
	margin-bottom: 15px;
}
.ceremonyBox02 {
	margin-bottom: 40px;
}
.ceremonyBox03 {
}
}
@media only screen and (min-width:1001px) { /* ---------- PC大 ---------- */
.ceremonyBox01 img {
	float: right;
	width: 50%;
	max-width: 175px;
	margin-left: 10px;
}
.ceremonyBox02 {
	float: left;
	width: 380px;
}
.ceremonyBox03 {
	padding-left: 420px;
}
}

/* ====================================================================================================
■ 寄贈品のご案内
==================================================================================================== */
/* 商品紹介共通ボックス */
.itemBox01,
.itemBox02 {
	width: 100%;
	margin: 0 auto;
}
.itemBox01 ul,
.itemBox02 ul {
	list-style: none;
}
.itemBox01 .itemCol2,
.itemBox01 .itemCol3,
.itemBox01 .itemCol4,
.itemBox01 .itemCol5 {
	float: left;
	padding: 0 10px;
	margin-bottom: 30px;
	text-align: center;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;
}
.itemBox01 h4 {
    background: url("../images/saijo_room01.png") no-repeat 0 1px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    font-size: 1.4rem;
	text-align: left;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
}
.itemBox02 h4 {
	background: url("../images/saijo_room01.png") no-repeat 0 1px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    font-size: 1.8rem;
	text-align: left;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
}
.itemBox01 img {
	display: block;
	margin: 0 auto 5px;
}
@media only screen and (max-width:768px) { /* ---------- SP共通 ---------- */
.itemBox01 .itemCol2 { width: 50%;}
.itemBox01 .itemCol3 { width: 33.3%;}
.itemBox01 .itemCol4 { width: 50%;}
.itemBox01 .note {
	font-size: 1.2rem;
	line-height: 140%;
}
.itemBox01 .price {
	color: #ff3f4d;
	font-size: 1.6rem;
	line-height: 140%;
	margin-bottom: 5px;
}
.itemBox02 .price01,
.itemBox02 .price02 {
	color: #ff3f4d;
	font-weight: bold;
	line-height: 140%;
}
.itemBox02 .price01 {
	font-size: 2.0rem;
	line-height: 120%;
}
.itemBox02 .price02 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.itemBox01 .price .tax,
.itemBox02 .price01 .tax {
	font-size: 1.2rem;
}
}
@media only screen and (max-width:500px) { /* ---------- SP小 ---------- */
.itemBox01 .itemCol5 { width: 50%;}
}
@media only screen and (min-width:501px) and (max-width:768px) { /* ---------- SP大 ---------- */
.itemBox01 .itemCol5 { width: 33.3%;}
}
@media only screen and (min-width:769px) and (max-width:1000px) { /* ---------- PC小、中 ---------- */
.itemBox01 .itemCol2 { width: 50%;}
.itemBox01 .itemCol3 { width: 33.3%;}
.itemBox01 .itemCol4 { width: 50%;}
.itemBox01 .note {
	font-size: 1.2rem;
	line-height: 140%;
}
.itemBox01 .price {
	color: #ff3f4d;
	font-size: 1.6rem;
	line-height: 140%;
	margin-bottom: 5px;
}
.itemBox02 .price01,
.itemBox02 .price02 {
	color: #ff3f4d;
	font-weight: bold;
	line-height: 140%;
}
.itemBox02 .price01 {
	font-size: 2.0rem;
	line-height: 120%;
}
.itemBox02 .price02 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.itemBox01 .price .tax,
.itemBox02 .price01 .tax {
	font-size: 1.2rem;
}
}
@media only screen and (min-width:769px) and (max-width:850px) { /* ---------- PC小 ---------- */
.itemBox01 .itemCol5 { width: 33.3%;}
}
@media only screen and (min-width:851px) and (max-width:1000px) { /* ---------- PC中 ---------- */
.itemBox01 .itemCol5 { width: 25%;}
}
@media only screen and (min-width:1001px) { /* ---------- PC大 ---------- */
.itemBox01 .itemCol2 { width: 50%;}
.itemBox01 .itemCol3 { width: 33.3%;}
.itemBox01 .itemCol4 { width: 25%;}
.itemBox01 .itemCol5 { width: 20%;}
.itemBox01 .note {
	font-size: 1.3rem;
	line-height: 140%;
}
.itemBox01 .price {
	color: #ff3f4d;
	font-size: 1.8rem;
	line-height: 140%;
	margin-bottom: 5px;
}
.itemBox02 .price01,
.itemBox02 .price02 {
	color: #ff3f4d;
	font-weight: bold;
	line-height: 140%;
}
.itemBox02 .price01 {
	font-size: 2.2rem;
	line-height: 120%;
}
.itemBox02 .price02 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.itemBox01 .price .tax,
.itemBox02 .price01 .tax {
	font-size: 1.3rem;
}
.itemBox01 .itemCol5 h4,
.itemBox01 .itemCol5 .note,
.itemBox01 .itemCol5 .price{
	font-size: 1.3rem;
}
}

.donationBox01 {
	max-width: 600px;
}
.donationBox02 {
	max-width: 700px;
}.donationBox03 {
	max-width: 800px;
}

/* ====================================================================================================
■ 新盆法要
==================================================================================================== */
.nibonHoyoBox01 .image {
	float: left;
	width: 50%;
	max-width: 390px;
	margin: 0 20px 10px 0;
}

/* ====================================================================================================
■ つり提灯のご案内
==================================================================================================== */
.chochinHangBox01 {
}

/* ====================================================================================================
■ ガス灯のご案内
==================================================================================================== */
.chochinGasBox01 {
}

/* ====================================================================================================
■ 通夜ぶるまい・会席膳
==================================================================================================== */
.mealBox01 .itemCol3,
.mealBox02 .itemCol4,
.mealBox03 .itemCol3 {
	text-align: left;
}
.mealBox01 .price,
.mealBox02 .price,
.mealBox03 .price {
	font-size: 1.5rem;
}
.mealBox01 .btn {
	padding-top: 5px;
}
.mealBox05 ul {
	list-style: none;
}
.mealBox05 img {
	max-width: 230px;
	min-width: 230px;
}
.mealBox05 .plBox {
	padding-left: 250px;
}

@media only screen and (min-width:1001px) { /* ---------- PC大 ---------- */
.mealBox04 .price01,
.mealBox04 .price02,
.mealBox04 .note,
.mealBox04 .menu {
	padding-left: 340px;
}
}

/* ====================================================================================================
■ 手元供養
==================================================================================================== */
.castaBox01 ul {
	list-style: none;
}
.castaBox01 .boxInner01 {
	margin-bottom: 30px
}
.castaBox01 .boxInner01 img {
	max-width: 360px;
}
.castaBox01 .boxInner02 img {
	max-width: 175px;
}
.castaBox02 {
	margin-bottom: 20px;
}
.castaBox02 img {
	max-width: 175px;
}
.castaBox03 dl {
	font-size: 1.3rem;
}
.castaBox03 dt {
	float: left;
	width: 5.5em;
}
.castaBox03 dd {
	padding-left: 5.5em;
	margin-bottom: 5px;
}

/* ====================================================================================================
■ 葬祭会員制度
==================================================================================================== */
.memberBox01 {
	margin-bottom: 40px;
}

/* ====================================================================================================
■ 情報セキュリティ方針
==================================================================================================== */
.privacyPolicyList01 {
	list-style: none;
}
.privacyPolicyList01 li {
	margin-bottom: 15px;
	font-size: 1.3rem
}
.privacyPolicyList01 li .txBold {
	font-size: 1.4rem;
}

/* ====================================================================================================
■ リンク集
==================================================================================================== */
.linkBox01 li {
	margin-bottom: 20px;	
}

/* ====================================================================================================
■ お客様の声
==================================================================================================== */
/* 一覧ページ */
.monthlyAchives ul {
	list-style: none;
}
.monthlyAchivesBody {
	list-style: none;
}
.monthlyAchivesBody .month {
	padding: 6px 10px;
	background: #dcc8e2;
	color: #65017d;
	font-weight: bold;
	text-align: center;
	border-right: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;
}
.monthlyAchivesBody .monthlyList {
	display: block;
	margin-bottom: 25px;
}
.monthlyAchivesBody .monthlyList li {
	float: left;
	width: 50%;
	font-weight: bold;
	background-image: url(../images/enquete_icon01.png);
	background-position: 12px center;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	border-right: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;
}
.monthlyAchivesBody .monthlyList li a {
	display: block;
	color: #4c4c4c;
	text-decoration: none;
}
.monthlyAchivesBody .monthlyList li a:hover {
	text-decoration: underline;
}
.date .enqueteWrapper .entry p {
	margin-bottom: 1em;
}
.date .enqueteWrapper .entry b,
.date .enqueteWrapper .entry strong {
	color: #f8243d;
}
.enqueteThumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 100px;
}
.enqueteThumb img {
	width: 100%;
}
@media only screen and (max-width:768px) { /* ---------- SP ---------- */
.monthlyAchivesBody .month {
	font-size: 1.5rem;
}
.monthlyAchivesBody .monthlyList li {
	font-size: 1.3rem;
	background-size: 16px;
}
.monthlyAchivesBody .monthlyList li a {
	padding: 4px 10px 4px 35px;
}
}
@media only screen and (min-width:769px) { /* ---------- PC ---------- */
.monthlyAchivesBody .month {
	font-size: 1.8rem;
}
.monthlyAchivesBody .monthlyList li {
	font-size: 1.4rem;
}
.monthlyAchivesBody .monthlyList li a {
	padding: 4px 10px 4px 40px;
}
}

/* ====================================================================================================
■ 斎場のご案内
==================================================================================================== */
.saijoImg01 {
	margin-bottom: 20px;
}
.saijoBox01 {
}
.saijoBox02 {
}
.saijoBox01,
.saijoBox02 {
	float: left;
	margin: 0 0 30px;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;
}
.saijoBox01 .roomName,
.saijoBox02 .roomName {
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	background: url(../images/saijo_room01.png) 0 3px no-repeat;
	font-size: 1.6rem;
}
.saijoBox01 .roomInfo,
.saijoBox02 .roomInfo {
	font-size: 1.2rem;
	line-height: 160%;
}
.saijoBox01 .roomInfo img,
.saijoBox02 .roomInfo img {
}
.saijoAccess {
}
.saijoAddress {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
}

.saijoAccess .canvasContainer {
	font-size: 1.2rem;
}
.saijoAccess #canvas_wrapper {
	width: 100%;
	height: 0;
	margin: auto;
	position: relative;
}
.saijoAccess iframe {
	display: block;
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


@media only screen and (max-width:768px) { /* ---------- SP ---------- */
.saijoBox01 {
}
.saijoBox02 {
}
.saijoBox01,
.saijoBox02 {
	width: 100%;
	height: auto !important;
}
.saijoBox01 .roomInfo img,
.saijoBox02 .roomInfo img {
	float: right;
	width: 50%;
	max-width: 250px;
	margin-left: 10px;
}
.saijoAccess .canvasContainer {
	width: 100%;
	margin-bottom: 15px;
}
.saijoAccess #canvas_wrapper {
	padding-bottom: 75%;/* 地図の幅に対する高さの割合 */
}
}
@media only screen and (min-width:769px) { /* ---------- PC共通 ---------- */
.saijoTel a {
	cursor: default;
}
}
@media only screen and (min-width:769px) and (max-width:1000px) { /* ---------- PC小 ---------- */
.saijoBox01 {
}
.saijoBox02 {
}
.saijoBox01,
.saijoBox02 {
	width: 100%;
	height: auto !important;
}
.saijoBox01 .roomInfo img,
.saijoBox02 .roomInfo img {
	float: right;
	width: 50%;
	max-width: 250px;
	margin-left: 10px;
}
.saijoAccess .canvasContainer {
	width: 100%;
	margin-bottom: 15px;
}
.saijoAccess #canvas_wrapper {
	padding-bottom: 50%;/* 地図の幅に対する高さの割合 */
}
}
@media only screen and (min-width:1001px) { /* ---------- PC大 ---------- */
.saijoBox01 {
	width: 50%;
}
.saijoBox02 {
	width: 33.3%;
}
.saijoBox01,
.saijoBox02 {
	padding: 0 5px;
}
.saijoBox01 .roomInfo img,
.saijoBox02 .roomInfo img {
	width: 100%;
	margin-bottom: 10px;
}
.saijoAccess .canvasContainer {
	float: right;
	width: 450px;
	margin-left: 10px;
}
.saijoAccess #canvas_wrapper {
	padding-bottom: 300px;/* 地図の高さ */
}
}

/* ====================================================================================================
■ お問い合わせ
==================================================================================================== */
.contactRead {
	margin-bottom: 0.5em;
}
#contactForm {
}
#contactForm p {
	margin: 0;
}
/* clearfix */#contactForm dl { zoom: 1;}
/* clearfix */#contactForm dl:after { content: "."; display: block; clear: both; font-size: 0; height: 0px;}
#contactForm dl {
	display: block;
	background: #dcc8e2;
}
#contactForm dt {
	display: block;
	clear: left;
	border-top: solid 3px #ffffff;
	color: #65017d;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;	
}
#contactForm dd {
	background: #f0f0f0;
	border-top: solid 3px #ffffff;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;	
}
#contactForm dt span.must,
#contactForm dt span.option {
	float: left;
	font-size: 80%;
	line-height: 100%;
	margin: 0 5px 0 0;
	padding: 3px 4px;
}
#contactForm dt span.must {
	background: #ed1b43;
	color: #ffffff;
}
#contactForm dt span.option {
	background: #999999;
	color: #ffffff
}
#contactForm dd .example {
	font-size: 90%;
	color: #999999;
}
#contactForm dd input,
#contactForm dd textarea {
	max-width: 100%;
	font-size: 95%;
	padding: 5px;
	border: solid 1px #dddddd;
	border-radius: 2px;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;
}
#contactForm dd select {
	font-size: 95%;
	border: solid 1px #cccccc;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;
}
#contactForm dd textarea {
}
#contactForm .formConfirm {
	margin-bottom: 30px;
}
#contactForm .formConfirm p {
	padding: 0.2em 0 0 32px;
	color: #990000;
}
#contactForm .formSubmit {
	text-align: center;
	margin-bottom: 30px;
}
#contactForm .privacy .txMiddle {
	margin-bottom: 20px;
}
#contactForm .privacy ul {
	list-style: none;
}
#contactForm .privacy li {
	margin-bottom: 10px;
}
#contactForm input.wpcf7-submit,
#contactForm input[type="reset"] {
	background-color: #D52647;
	border: none;
	padding: 10px 70px 10px 65px;
	font-size: 1.6rem;
	font-weight: bold;
	background: url(../images/bn_icon01.png) no-repeat right center #ed1b43;
	font-size: 100%;
	line-height: 100%;	
	color: #ffffff;
	border-radius: 4px;
	box-shadow:         0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:    0px 1px 3px rgba(0,0,0,0.5);
}
#contactForm input.wpcf7-submit:hover,
#contactForm input[type="reset"]:hover {
	background-color: #D52647;
}
a.btn03 {
}

#contactForm .wpcf7-not-valid-tip {
	font-size: 90%;
	line-height: 100%;
	padding: 3px 12px;
	background: #990000;
	border: none;
	color: #ffffff;
	left: 0;
	top: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.wpcf7-response-output {
	margin: 2em 0 2em!important;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
div.wpcf7-validation-errors {
	border: solid 2px #990000!important;
}
div.wpcf7-mail-sent-ok {
	display: none!important;
}

@media only screen and (max-width:500px) { /* ---------- SP小 ---------- */
#contactForm input.wpcf7-submit,
#contactForm input[type="reset"] {
	padding: 10px 40px 10px 35px;
}
}
@media only screen and (max-width:979px) { /* ---------- SP、PC小 ---------- */
	#contactForm dt {
		width: 100%;
		padding: 10px 15px;
	}
	#contactForm dd {
		padding: 10px 15px;
	}
	#contactForm dd textarea {
		width: 100%;
	}
}
@media only screen and (min-width:980px) { /* ---------- PC大 ---------- */
	#contactForm dt {
		float: left;
		width: 17.5em;
		padding: 10px 25px;
	}
	#contactForm dd {
		margin: 0 0 0 17.5em;
		padding: 10px 25px;
		min-height:80px;
	}
	#contactForm dd textarea {
		width: 100%;
	}
}