@charset "utf-8";

/*------------------------------------------------
　会社情報
------------------------------------------------*/

.history_list {
	margin-top: -5px;
	margin-bottom: 20px;
	width: 100%;
}
.history_list th {
	vertical-align: top;
	color: #0050A0;
	font-weight: normal;
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px;
	width: 140px;
}
.history_list td {
	vertical-align: top;
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px;
}

@media screen and (max-width: 780px){
.history_list th {
	padding: 5px 5px 0px 5px;
	display: block;
	border: none;
	width: 100%;
}
.history_list td {
	padding: 5px 5px 5px 5px;
	display: block;
}
}


/*------------------------------------------------
　奉誠殿
------------------------------------------------*/

.ch_block {
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 20px;
	overflow: hidden;
}
.ch_block .floor {
	width: 320px;
	margin: 0px 20px 20px 0px;
	float: left;
}
.ch_block .photo {
	width: 350px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	letter-spacing: -0.4em;
	line-height: 100%;
}
.ch_block .photo li {
	max-width: 110px;
	max-height: 70px;
	margin: 2px;
	overflow: hidden;
	display: inline-block;
}
.ch_block .caption {
	font-size: 12px;
}
.ch_block .floor br {
	display: none;
}

@media screen and (max-width: 780px){
.ch_block .floor {
	width: 100%;
	max-width: 320px;
	text-align: center;
	margin: 0px auto 20px auto;
	float: none;
}
.ch_block .photo {
	width: 100%;
	text-align: center;
	float: none;
}
.ch_block .photo li {
	max-width: 95px;
	max-height: 65px;
}
.ch_block .caption {
}
}

/*------------------------------------------------
　貸式場
------------------------------------------------*/

.area_index {
	border: 3px double #CCCCCC;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.area_index ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/rental-hall/area_list.gif) 0px -3px;
}
.area_index li {
	display: inline-block;
	height: 30px;
}
.area_index li a {
	display: block;
	color: #000000;
	text-decoration: none;
	background: url(../images/common/icon_blue.png) no-repeat left center;
	padding-left: 15px;
	margin-right: 20px;
}
.area_index li a:hover {
	color: #0050A0;
}

.area_map {
	padding: 15px 20px;
	margin-bottom: 20px;
	background: #F7F7EE;
	border: 1px solid #E4E4CB;
	border-radius: 10px;
	overflow: hidden;
}
.area_map ul {
	margin: 20px 0px 0px 0px;
	padding: 0;
	list-style: none;
}
.area_map ul li {
	display: inline-block;

}
.area_map li a {
	display: block;
	width: 80px;
	color: #000000;
	text-decoration: none;
	background: url(../images/common/icon_blue.png) no-repeat left center;
	padding-left: 15px;
	margin-right: 20px;
}
.area_map ul li a:hover {
	color: #0050A0;
}
.area_map .map {
	float: right;
}

.rc_block {
	width: 100%;
	border-top: 1px dashed #CCCCCC;
	margin-bottom: 20px;
}
.rc_block dl {
	margin: 0;
	padding: 10px;
	border-bottom: 1px dashed #CCCCCC;
	overflow: hidden;
}
.rc_block dl:nth-of-type(2n+1) {
	background: #F5F5F5;
}
.rc_block dt {
	width: 320px;
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 20px;
	float: left;
}
.rc_block dd {
	margin: 0;
	padding: 0 10px 0 0;
	display: inline-block;
}
.rc_block dl span {
	font-size: 11px;
	line-height: 11px;
	color: #FFFFFF;
	border-radius: 3px;
	margin-right: 5px;
	padding: 3px 5px;
	display: inline-block;
}
.rc_block dl span.title {
	background: #0050A0;
}
.rc_block dl span.kasoba {
	background: #D90000;
}
.rc_block dl span.koei {
	background: #8C6900;
}
.rc_block dl dt span:nth-of-type(1) {
	margin-left: 10px;
}
.rc_block dd a {
	color: #000000;
}
.rc_block dd a:hover {
	color: #0050A0;
}

@media screen and (max-width: 780px){
.rc_block dt {
	width: 100%;
	float: none;
}
}

/*------------------------------------------------
　よくある質問
------------------------------------------------*/
.faq_index {
	border: 3px double #CCCCCC;
	padding: 5px 15px 10px 55px;
	margin-bottom: 30px;
	background: url(../images/faq/question_list.png) no-repeat 10px 0px;
}
.faq_index ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.faq_index li {
    border-bottom: 1px dashed #CCCCCC;
	background: url(../images/common/icon_blue.png) no-repeat left 10px;
	padding: 5px 5px 5px 15px;
}
.faq_index li a {
	color: #000000;
	text-decoration: none;
}
.faq_index li a:hover {
	color: #0050A0;
}

.faq_list {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    border-top: 1px dashed #CCCCCC;
}
.faq_list dt {
    margin: 0px;
    padding: 17px 10px 10px 45px;
    background: url(../images/faq/q.png) 10px 15px no-repeat;
	min-height: 25px;
	font-weight: bold;
	color: #0050A0;
}
.faq_list dd {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 20px 45px;
    min-height: 25px;
    background: url(../images/faq/a.png) 10px 0px no-repeat;
	min-height: 25px;
    border-bottom: 1px dashed #CCCCCC;
}
.faq_list dt:nth-of-type(2n+1), .faq_list dd:nth-of-type(2n+1) { background-color: #F5F5F5;}
.faq_list p, .faq_list ul, .faq_list ol {
	margin-bottom: 0px;
	padding-bottom: 10px;
}

/*------------------------------------------------
　葬儀
------------------------------------------------*/
.onepoint {
	border: 2px solid #0050A0;
	border-radius: 10px;
	padding: 0px 15px 0px 20px;
	margin: 30px 0px 20px 10px;
	vertical-align: top;
}
.onepoint h6 {
	font-size: 14px;
	margin: -15px 0px 10px -30px;
	background: url(../images/service/point.png) no-repeat 5px 4px #0050A0;
	color: #FFFFFF;
	border-radius: 20px;
	display: table;
	padding: 5px 20px 5px 35px;
}
.trivia {
	border: 2px solid #00873B;
	border-radius: 10px;
	padding: 0px 15px 0px 20px;
	margin: 30px 0px 20px 10px;
	vertical-align: top;
}
.trivia h6 {
	font-size: 14px;
	margin: -15px 0px 10px -30px;
	background: url(../images/service/trivia.png) no-repeat 5px 4px #00873B;
	color: #FFFFFF;
	border-radius: 20px;
	display: table;
	padding: 5px 20px 5px 35px;
}
.onepoint p, .trivia p {
	margin-bottom: 10px;
}

.service_flow {
	border-top: 1px solid #CCCCCC;
	background: url(../images/service/arrow.png) no-repeat top center;
	padding-top: 20px;
}

.service_list {
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
}
.service_list dl {
	border-bottom: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 15px 15px 5px 15px;
	box-sizing: border-box;
	background: #F9F9F9;
	margin: 0;
}
.service_list dl:nth-of-type(2n) {
	background: #FFFFFF;
}
.service_list dl dt {
	font-weight: bold;
	border: 1px solid #0050A0;
	color: #0050A0;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	padding: 8px 10px;
	border-radius: 3px;
	margin: 0px;
	float: left;
}
.service_list dt:first-line {
	font-size: 11px;
}

.service_list dd {
	margin: 0;
	padding: 0px 0 0 70px;
}

.service_list dd .icon_list {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	list-style: none;
}
.service_list dd .icon_list li {
	display: inline-block;
	margin-bottom: 5px;
}

.service_list p {
	margin-bottom: 10px;
}

/*------------------------------------------------
　まこと会
------------------------------------------------*/
.makoto-service {
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
}
.makoto-service dl {
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 15px;
	box-sizing: border-box;
	background: #F9F9F9;
	margin: 0;
}
.makoto-service dl:nth-of-type(2n) {
	background: #FFFFFF;
}
.makoto-service dt {
	margin: 0;
	padding: 0 0 0 70px;
	color: #0050A0;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
}
.makoto-service dd {
	margin: 0;
	padding: 5px 0 0 70px;
}

.makoto-service dl dt:nth-of-type(1) {
	border: 1px solid #0050A0;
	color: #0050A0;
	font-size: 11px;
	text-align: center;
	padding: 10px 5px;
	border-radius: 3px;
	margin: 0px;
	float: left;
}

body {counter-reset:num;}
.makoto-service dl dt:nth-of-type(1):after {
	counter-increment: num;	
	content: counter(num) ;
	font-size: 20px;
	display: block;
	margin-top: 5px;
}
@media screen and (max-width: 780px){
.makoto-service dl dt:nth-of-type(1) {
	display: none;
}
.makoto-service dt, .makoto-service dd {
	padding: 0;
}
}

/*------------------------------------------------
　お客さまアンケート
------------------------------------------------*/

.enquete_block {
	overflow: hidden;
	margin-bottom: 20px;
}
.enquete_block * {
	box-sizing: border-box;
}
.enquete_block.enquete_container {
	border: 1px solid #0050A0;
	padding: 15px 15px 0px 15px;
}

.enquete_block h3 {
	color: #FFF;
	background: #0050A0;
	font-size: 15px;
	padding: 5px 15px;
	margin: 0px 0px 15px 0px;
}
.enquete_block h3:first-letter {
	color: #FFF !important;
}

.enquete_block strong {
	color: #D90000;
} 

.enquete_graph {
	float: left;
}

.enquete_block .enquete_voice {
	float: right;
	max-width: 380px;
	margin: 0;
	padding: 10px;
	list-style: none;
	border: 1px solid #CCC;
	border-radius: 5px
}
.enquete_block.enquete_container .enquete_voice {
	max-width: 350px;
}
.enquete_block .enquete_voice {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.enquete_block .enquete_voice:after, .enquete_block .enquete_voice:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.enquete_block .enquete_voice:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
	border-width: 10px;
	margin-top: -10px;
}
.enquete_block .enquete_voice:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #CCCCCC;
	border-width: 11px;
	margin-top: -11px;
}

.enquete_block .enquete_voice li {
	margin: 5px;
	background: url(../images/enquete/voice.png) no-repeat 0px 3px;
	padding-left: 24px;
}

.enquete_block .enquete_comment {
	clear: both;
	width: 80%;
	padding: 15px;
	background: #FFFBEE;
	border: 1px solid #E1BC7D;
	border-radius: 5px;
	position: relative;
	margin: 0px 0px 20px 0px;
} 
.enquete_block .enquete_comment:after {
	content: url(../images/enquete/comment.png);
	display: block;
	position: absolute;
	right: -103px;
	bottom: 0;
}

.enquete_block .enquete_catch {
	clear: both;
	max-width: 100%;
	padding: 15px;
	border: 1px solid #D90000;
	background: #FFE1E1;
	border-radius: 5px;
	position: relative;
	margin: 0px 0px 26px 0px;
	color: #D90000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.enquete_block .enquete_catch:after {
	content: url(../images/enquete/arrow.png);
	display: block;
	position: absolute;
	right: 45%;
	bottom: -34px;
}

.enquete_block .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.enquete_block .flex .enquete_block02 p {
	text-align: center;
}

@media screen and (max-width: 720px){
.enquete_block .enquete_graph {
	text-align: center;
	float: none;
	width: 100% ;
}
.enquete_block .enquete_voice {
	float: none;
	max-width: initial !important;
	width: 100% ;
}
.enquete_block .enquete_comment {
	width: 100%;
}
.enquete_block .enquete_comment:after {
	content: none;
}
.enquete_block .flex {
	display: block;
}
.enquete_block .flex .enquete_block02 {
	text-align: center;
	width: 100%;
	display: block;
}
}

/*----------------------------------------------　
　　お問合せフォーム
----------------------------------------------*/
table.wpcf7-table {
    width: 100%;
    margin-bottom: 40px;
    border-collapse: collapse;
    /*table-layout: fixed;*/
    width: 100%;
    /*text-align: center;*/
    boder-top: 1px solid #ccc;
}
table.wpcf7-table p {
    margin-bottom: 0px !important
}

table.wpcf7-table tr:first-child {
    border-top: 1px solid #ccc;
}
table.wpcf7-table tr {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table.wpcf7-table th {
    width: 20em;
    padding: 12px 15px;
    background: #EFEFEF;
    text-align: left;
border-bottom: 1px solid #ccc;

}
table.wpcf7-table th.thead_th {
color:#fff;
background: #0050A0;
}
table.wpcf7-table td > p {
  /*  text-align: left;*/
/*margin-bottom: 0px !important;*/
}

.wpcf7 .required {
    margin: 0 0 0 10px;
    padding: 2px 5px;
    /* background: #FF0045; */
    border-radius: 4px;
    color: #FF0045;
    font-size: 13px;
}


table.wpcf7-table td {
    padding: 12px 20px;
border-bottom: 1px solid #CCC;
}


table.wpcf7-table textarea{
width:96%;
}

.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"] {
    width: 30em;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    margin: 10px 0;
    padding: 8px;
    border: 0;
    border: solid 1px #999;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 10px 30px;
    background: #0D3773;
    color: #fff;
}
.btn-wrap {
    text-align: center;
padding-bottom: 20px;
    
}

/*----送信完了メッセージを非表示にする------*/

.wpcf7-response-output {
    display: none !important;
}


/*----スピナーを非表示にする------*/
div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

/*----reCAPTCHAバッジを非表示にする------*/
.grecaptcha-badge {
visibility: hidden !important; 
}

