@charset "UTF-8";
/* CSS Document */


.main-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}
.main-wrap > section {
    /*flex: 1 1 100%;*/
   /* margin-bottom: 50px;*/
    margin-bottom: 0px;/*コロナのお知らせで変更*/
}
#main-img {
    order: 1;
    margin: 0;
}
/*コロナのお知らせで追加*/
#news {
    order: 2;
}
#plan {
    order: 3;
}
#reason {
    order: 4;
}
#hall {
    order: 5;
}
#other1 {
    order: 6;
}
#topics {
    order: 7;
}
#csr {
    order: 8;
}


@media screen and (max-width:767px) {
	.main-wrap > section {
		margin-bottom: 0;
	}
	#main-img {
		order: 1;
	}
	#plan {
		order: 5;
	}
	#reason {
		order: 3;
	}
	#hall {
		order: 6;
	}
	#other1 {
		order: 7;
	}
	#topics {
		order: 8;
	}
	#csr {
		order: 4;
	}
	
}
.bg-glay {
    background-color: #eee;
}

/*---------------------------------------------
メインイメージ
---------------------------------------------*/
#main-img .mv{
	display: block;
	width: 100%;
	height: 576px;
	background-image: url('/themes/www.ceremo117.jp_2017/img/main_pc.jpg');
	background-size: cover;
	background-position: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (   min--moz-device-pixel-ratio: 2),
       only screen and (     -o-min-device-pixel-ratio: 2/1),
       only screen and (        min-device-pixel-ratio: 2),
       only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx){
	#main-img .mv{
		background-image: url('/themes/www.ceremo117.jp_2017/img/main_pcx2.jpg');
		background-position: center;
	}
}

@media (max-width:1000px){
	#main-img .mv{
		height: 450px;
		background-image: url('/themes/www.ceremo117.jp_2017/img/main_pc.jpg');
	}
}

@media (max-width:767px){
	#main-img .mv{
		height: auto;
		background: none;
	}
}

/*トップページ反応装置*/

#main-img .mv-contact-wrap{
	display: block;
	width: 100%;
	padding: 15px 10px;
	background-color: #DE6977;
	color: #FFF;
	text-align: center;
}

#main-img .mv-contact-wrap .hurry-title-text{
	font-size: 1.3rem;
	font-weight: 600;
}

#main-img .mv-contact-wrap .tel-wrap{
	display: block;
	width: 100%;
	background-color: #fff;
	color: #000;
	padding: 15px;
}
#main-img .mv-contact-wrap .tel-wrap .tel01{
	display: table;
	padding-bottom: 15px;
	margin: auto;
}
@media (max-width:380px){
#main-img .mv-contact-wrap .tel-wrap .tel01{
	padding-bottom: 5px;
}
}
#main-img .mv-contact-wrap .tel-wrap .tel01 > div{
	display: table-cell;
	vertical-align: middle;
}

#main-img .mv-contact-wrap .tel-wrap .tel01 > div:first-child{
	width: 80px;
}
@media (max-width:380px){
#main-img .mv-contact-wrap .tel-wrap .tel01 > div:first-child{
	width: auto;
}
}
#main-img .mv-contact-wrap .tel-wrap .tel01 span{
	display: inline-block;
	font-size: 0.85rem;
	color: #de6977;
	padding: 5px 5px 3px 5px;
	border: solid 1px #DE6977;
	font-family: "ryo-gothic-plusn",sans-serif;
	font-weight: 700;
}
#main-img .mv-contact-wrap .tel-wrap .tel01 span.text-nowrap {
	border: none;
	padding: 0;
}
#main-img .mv-contact-wrap .tel-wrap .tel01 a{
	display: inline-block;
	font-size: 1.85rem;
	color: #de6977;
	text-decoration: none;
	padding-top: 5px;
	position: relative;
}
@media (max-width:380px){
#main-img .mv-contact-wrap .tel-wrap .tel01 a{
	font-size: 1.45rem;
}
}
#main-img .mv-contact-wrap .tel-wrap .tel01 a img{
	display: inline-block;
	position: relative;
	top: -5px;
	margin: auto 10px;
}
@media (max-width:380px){
#main-img .mv-contact-wrap .tel-wrap .tel01 a img{
	width: 20px;
	height: 20px;
}
}
#main-img .mv-contact-wrap .tel-wrap .text{
	letter-spacing: normal;
	font-family: "ryo-gothic-plusn",sans-serif;
}

@media (max-width:380px){
#main-img .mv-contact-wrap .tel-wrap .text{
	margin-bottom: 0;
}
}
/*---------------------------------------------
プラン
---------------------------------------------*/

.plan-wrap {
    position: relative;
}
.plan-bnr-area {
    display: flex;
    justify-content: center;
    position: relative;
    top: -60px;
}
.plan-bnr-circle {
    flex: 1 1 390px;
    color: #4a4a4a;
    text-align: center;
    padding: 20px 10px;
    margin: 0 10px;
}

.plan-bnr-sq-area{
	position: relative;
	top: -50px;
}

.plan-bnr-sq-area a{
	display: block;
	width: 90%;
	margin: 10px 20px;
}

/*.plan-simulation{
	display: block;
	background-image: url('/themes/www.ceremo117.jp_2017/_common/img/bg_parts_01.png'), url('/themes/www.ceremo117.jp_2017/_common/img/bg_parts_02.png');
	background-color: #FFF;
	background-position: top 30px right 30px, bottom 30px left 30px, top;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.plan-simulation h4{
	font-size: 2rem;
	display: block;
	padding: 20px 0 10px 0;
	font-weight: 700;
}

.simulation-text{
	display: block;
	padding: 15px;
	font-family: "ryo-gothic-plusn",sans-serif;
	font-size: 1.1rem;
	line-height: 180%;
}*/

#plan .plan-simulation{
	display: table;
	width: 100%;
	min-height: 108px;
	text-decoration: none;
}

#plan .plan-simulation .simulation-text01{
	display: table-cell;
	width: 45%;
	background: #84cbe8;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	padding: 40px 10px;
}

#plan .plan-simulation:hover .simulation-text01{
	background: #A0D7EE;
}
#plan .plan-simulation .simulation-text02{
	display: table-cell;
	width: 55%;
	background: #fff;
	vertical-align: middle;
	color: #000;
	font-size: 1.1rem;
	text-align: center;
	font-family: "ryo-gothic-plusn",sans-serif;
}

#plan .plan-simulation:hover .simulation-text02{
	color: #656565;
}

@media screen and (max-width:992px){
	.plan-bnr-circle {
		padding: 20px 0 10px 0;
		margin: 0 5px;
	}
}

@media screen and (max-width:767px){
	.plan-bnr-area{
		top: 0;
		margin-top: 20px;
	}
	.plan-bnr-sq-area{
		top: 0;
	}
	.plan-bnr-circle {
		padding: 10px 0 0 0;
		margin: 0 5px;
	}
	/*.plan-simulation{
		display: block;
		background: none;
		padding: 10px 10px;
		margin: 0;
	}*/
}

/*----------------------------------------------
選ばれる理由
---------------------------------------------*/



#reason > .reason-wrap01{
	background:linear-gradient(rgba(255,255,255, .7), rgba(188, 226, 232, .7));
	position: relative;
}

.reason-voice-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.reason-voice-wrap > div{
	-webkit-flex: 1 1 50%;;
	-moz-flex: 1 1 50%;;
	-ms-flex: 1 1 50%;;
	-o-flex: 1 1 50%;;
	flex: 1 1 50%;; 
	margin: 15px;
	background-image: url('/themes/www.ceremo117.jp_2017/_common/img/bg_parts_01.png'), url('/themes/www.ceremo117.jp_2017/_common/img/bg_parts_02.png');
	background-color: #FFF;
	background-position: top 30px right 30px, bottom 30px left 30px, top;
	background-repeat: no-repeat;
	padding: 30px;
}

.reason-voice-wrap > div .content-text01{
	text-align: center;
	color: #008285;
	font-size: 1.4rem;
	font-family: "ryo-gothic-plusn",sans-serif;
}

.reason-voice-wrap > div .content-text01a{
	text-align: center;
	color: #008285;
	font-size: 1.4rem;
}

.reason-voice-wrap > div .content-text02{
	text-align: center;
	font-family: "ryo-gothic-plusn",sans-serif;
}

.reason-voice-wrap > div .content-text02 .small{
	font-size: 0.8rem;
}

h3.border-titleb{
	font-size: 1.78rem;
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	padding-bottom: 15px;
}
h3.border-titleb::after{
	content: "";
	width: 176px;
	height: 10px;
	border-bottom: solid 1px #008285;
	position: absolute;
	left: calc(50% - 88px);
	bottom: 0;
}


/*----------------------------------------------
新型コロナウイルス感染予防に対する取り組み
---------------------------------------------*/

#news {
    background-color: #eee;
}
.offering-bnr{
	margin-bottom: 100px;
	display: block;
}

.box-offering-info{
	
	float: left;
	background-color:#fdf8f1;
	padding: 15px 25px 15px 25px;
	margin-top: 10px;
	width: 100%;
}

.title-offering-info{
	font-family: "yu-mincho-pr6", sans-serif;
	font-size:19px;
	font-weight: bold;
	color:#67324d
}

.text-offering-info{
	font-family:"ryo-gothic-plusn",sans-serif;
	font-size:16px;
	font-weight: normal;
	line-height: 140%;
	
}

.text-offering-info a:link{
	text-decoration: none;
}

.btn-offering-info{
	display: inline-block;
	text-decoration: none;
	font-family: "yu-mincho-pr6", sans-serif;
	font-weight: bold;
	color: #fdf8f1;
	background-color: #795266;
	padding: 5px;
	
}


@media screen and (max-width:1200px) {
	.text-offering-info{
		line-height: 190%;
	}
	.btn-offering-info{
		margin-top: 10px;
	}
}
@media screen and (max-width:767px) {
	.offering-bnr{
	margin:0 10px 20px;	
}
	.box-offering-info{
		padding: 15px;
	}
	
.title-offering-info{
	font-family: "yu-mincho-pr6", sans-serif;
	font-size:17px;
	font-weight: bold;
	color:#67324d
}

.text-offering-info{
	font-family:"ryo-gothic-plusn",sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height: 190%;
	
}
}

.area-table-xs {
    margin: 0 auto;
    padding:0 0 20px;
    /*width: 70%;*/
}
.area-table-xs input {
    display: none;
}
.area-table-xs label {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    display: block;
    padding: 20px;
    cursor: pointer;
    margin: 40px auto 0;
    background: #CCC;
    /*border-top: solid 2px #C9C9C9;*/
    text-align: center;
}
.area-table-xs .hall-contents-area {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    background: #fff;
}
.area-table-xs .hall-contents-area ul {
    font-family: "ryo-gothic-plusn",sans-serif;
	/*font-size: 1.3rem;*/
    float: left;
    /*width: 50%;*/
    list-style: disc;
    padding: 15px 0 0 40px;
    /*border-bottom: solid 1px #C9C9C9;*/
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
}
.area-table-xs input:checked ~ .hall-contents-area {
    max-height: 950px;
    width: 100%;
    margin: 0 auto;
    border: 0.5px solid #CCC;
    /*padding-bottom: 15px;*/
}
area-table-xs label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}
.area-table-xs input[type=checkbox] + label::before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 12px;
    background-color: #333;
    position: absolute;
    right: 20px;
    top: 28px;
}
.area-table-xs input[type=checkbox] + label::after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 12px;
    background-color: #333;
    position: absolute;
    right: 20px;
    top: 28px;
    transform: rotate(90deg);
    transition: 0.2s
}
.area-table-xs input[type=checkbox]:checked + label::after {
    transform: rotate(0deg);
    transition: 0.2s
}


@media (max-width: 992px){
.area-table-xs {
    /*width: 90%;*/
	padding:0 0 60px;

}
.area-table-xs label {
    font-size: 16px;
}
.area-table-xs .hall-contents-area ul {
    font-size: 14px;
}

	}

@media (max-width: 767px){
	#news {
    background-color: #fff;
}
.area-table-xs {
    /*width: 95%;*/
	margin: 10px 10px 0 10px;
	padding:0 0 10px;
}	
.area-table-xs label {
    font-size: 15px;
	letter-spacing: 0px;
	text-align: left;
	padding: 20px 30px 20px 10px;
    margin: 0 auto 0;
}	
.area-table-xs .hall-contents-area ul {
    font-size: 14px;
	padding: 15px 5px 0 30px;
}	

}

/*.area-table-xs {
    margin: 0 auto;
    padding:0 0 100px;
    width: 70%;
}
.area-table-xs input {
    display: none;
}
.area-table-xs label {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    display: block;
    padding: 20px;
    cursor: pointer;
    margin: 40px auto 0;
    background: #CCC;
    text-align: center;
}
.area-table-xs .hall-contents-area {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    background: #fff;
}
.area-table-xs .hall-contents-area ul {
    float: left;
    list-style: disc;
    padding: 15px 0 0 40px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
}
.area-table-xs input:checked ~ .hall-contents-area {
    max-height: 950px;
    width: 100%;
    margin: 0 auto;
    border: 0.5px solid #CCC;
    padding-bottom: 15px;
}
area-table-xs label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}
.area-table-xs input[type=checkbox] + label::before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 12px;
    background-color: #333;
    position: absolute;
    right: 20px;
    top: 28px;
}
.area-table-xs input[type=checkbox] + label::after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 12px;
    background-color: #333;
    position: absolute;
    right: 20px;
    top: 28px;
    transform: rotate(90deg);
    transition: 0.2s
}
.area-table-xs input[type=checkbox]:checked + label::after {
    transform: rotate(0deg);
    transition: 0.2s
}


@media (max-width: 992px){
.area-table-xs {
    width: 90%;
	padding:0 0 60px;

}
.area-table-xs .hall-contents-area ul {
    font-size: 16px;
}
.area-table-xs label {
    font-size: 16px;
}	
	}

@media (max-width: 767px){
.area-table-xs {
    width: 95%;
	padding:0 0 40px;
}	
	
.area-table-xs .hall-contents-area ul {
    font-size: 14px;
	padding: 15px 0 0 30px;
}	
.area-table-xs label {
    font-size: 14px;
	letter-spacing: 0px;
	text-align: left;
	padding: 20px 10px;
}
}*/
/*----------------------------
新型コロナ　▲▲　
----------------------------*/

/*----------------------------
▼▼　55周年 追加
----------------------------*/

	.anniversary_55th {
		order: 2;
		padding: 10px 10px 10px 10px;
	}

/*----------------------------
55周年　▲▲
----------------------------*/


#reason .sp-reason-btn-wrap{
	display: table;
	border-spacing: 10px;
	width: 100%;
}

@media screen and (min-width:768px){
	/*#reason > .reason-wrap01{
		background:linear-gradient(rgba(255,255,255, .7), rgba(188, 226, 232, .7)), url('/themes/www.ceremo117.jp_2017/img/bg_reason02.jpg');
		background-position: bottom -20px right 50%;
		background-repeat: no-repeat;
		position: relative;
	}*/
	
		#reason .sp-reason-btn-wrap{
		display: none;
	}
}

#reason .sp-reason-btn-wrap > a{
	display: table-cell;
	padding: 15px 0;
	background-color: #FFF;
	border: solid 1px #CACACA;
	color: #141414;
	text-align: center;
	position: relative;
	font-family: "ryo-gothic-plusn",sans-serif;
	letter-spacing: 0.2rem;
	width: 50%;
	vertical-align: middle;
	text-decoration: none;
}

#reason .sp-reason-btn-wrap > a::before{
	content: "";
	background-image: url(/themes/www.ceremo117.jp_2017/_common/img/btn_bg01_sp.gif);
	background-size: contain;
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	position: absolute;
	bottom: -1px;
	right: -1px;
}

.top-text1 {
	font-size: 1.2rem;
}

.top-text1 span {
	font-weight: 500;
	color: #008285;
	font-size: 1.35rem;
}

.voice-text01{
	font-size: 1.85rem;
	display: block;
	padding: 20px 0;
	font-weight: bold;
}

.voice-text01 span{
	display: block;
	color: #007ba7;
	margin: 0;
	font-size: 1.7rem;
}

.voice-text01 span.left{
	padding-right: 140px;
}

.voice-text01 span.right{
	padding-left: 40px;
}

.voice-text02{
	font-family: "ryo-gothic-plusn",sans-serif;
}

.voice-text02 span{
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin: 10px 0 0 0;
	line-height: 150%;
}


@media screen and (max-width:767px){
	#reason > div{
		background:linear-gradient(rgba(255,255,255, .7), rgb(216, 241, 229));
			
	}
}


.reason-top4-item{
	display: block;
	padding: 10%;
}

.reason-top4-wrap > div{
	border-right: dotted 1px #C7C7C7;
}

.reason-top4-wrap div:last-child{
	border-right: none;	
}



@media screen and (max-width:767px){
	.reason-top4-wrap > div{
		border-right: dotted 1px #C7C7C7;
		border-bottom: dotted 1px #C7C7C7;
	}

	.reason-top4-wrap div:nth-child(2n){
		border-right: none;	
	}
	
	.reason-top4-wrap div:last-child,
	.reason-top4-wrap div:nth-last-child(2){
		border-bottom: none;	
	}
}

.reason-top4-title{
	font-size: 1.2rem;
	font-weight: 500;
	padding: 25px 0 0 0;
	line-height: 170%;
}

.voice-text01{
	font-size: 1.85rem;
	display: block;
	padding: 20px 0;
	font-weight: bold;
}

.voice-text01 span{
	display: block;
	color: #008285;
	margin: 0;
	font-size: 1.7rem;
}

.voice-text01 span.left{
	padding-right: 140px;
}

.voice-text01 span.right{
	padding-left: 40px;
}

.voice-text02{
	font-family: "ryo-gothic-plusn",sans-serif;
}

.voice-text02 span{
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin: 10px 0 0 0;
	line-height: 150%;
}

@media screen and (max-width:767px){
.voice-area{
		padding: 10px;
	}
	.voice-text01{
		font-size: 1.6rem;
	}
	
.voice-text01 span{
	margin: 0;
	font-size: 1.4rem;
	line-height: 120%;
}
.voice-text01 span.left{
	padding-right: 0;
	display: inline;
}
.voice-text01 span.right{
	padding-left: 0;
	display: inline;
}	
.voice-text02 span{
		font-size: 1.6rem;
	}
}

#reason .slider{
	display: block;
	margin-bottom: -10px;
}

#reason .slider img{
	border-right: solid 2px #FFF;
}

#reason .reason-wrap02{
	display: block;
	padding: 180px 0;
	background-image: url(/themes/www.ceremo117.jp_2017/img/bg_reason03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#reason{
	margin-bottom: 0;
}

#reason .reason02-inner-wrap{
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 150px;
}

#reason .reason02-inner-wrap:nth-child(2n){
	text-align: right;
}

#reason .reason02-inner-wrap > .img {
	display: inline-block;
	/*width: calc(50% + 50px);*/
	width: calc(50% + 15px);
}

#reason .reason02-inner-wrap > .text-wrap{
	display: block;
	/*width: calc(50% + 20px);*/
	width: calc(50% - 15px);
	position: absolute;
	top: -40px;
	/*left: calc(50% - 20px);*/
	left: calc(50% + 15px);
	text-align: left;
	
	background-image: url('/themes/www.ceremo117.jp_2017/_common/img/bg_parts_01.png'), url('/themes/www.ceremo117.jp_2017/_common/img/bg_parts_02.png');
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top 30px right 30px, bottom 30px left 30px, top;
	
	padding: 60px;
}

#reason .reason02-inner-wrap > .text-wrap .title{
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	display: block;
	padding-bottom: 30px;
}

#reason .reason02-inner-wrap > .text-wrap .text{
	font-size: 1.1rem;
	letter-spacing: 0.2em;
	display: block;
	line-height: 1.8em;
	font-family: "ryo-gothic-plusn",sans-serif;
}

#reason .reason02-inner-wrap:nth-child(2n) > .text-wrap{
	left: 0;
}

@media (max-width: 992px){
	#reason .reason02-inner-wrap > .text-wrap{
		padding: 45px;
	}
	
	#reason .reason02-inner-wrap > .img {
		display: inline-block;
		width: calc(50% + 30px);
	}
	
	#reason .reason02-inner-wrap > .text-wrap .title{
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		padding-bottom: 15px;
	}
	#reason .reason02-inner-wrap > .text-wrap .text{
		font-size: 1rem;
		letter-spacing: 0.1rem;
		display: block;
		line-height: 1.5em;
	}
}

#reason .reason-bnr-wrap{
	margin: auto -10px;
}

#reason .reason-bnr-wrap a{
	display: block;
	margin: 10px;
}

@media (max-width:767px){
	.top-text1 {
	font-size: 1rem;
}	

	#reason .reason-bnr-wrap{
		margin: 0;
	}
}

#other1 .other-bnr-wrap{
	display: block;
	padding: 36px 0 40px 0;
}

#other1 .other-bnr-wrap a{
	display: block;
	padding: 0 15px;
}
#other1 .other-bnr-wrap a img {
  box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

@media (max-width:767px){
	#other1 .other-bnr-wrap{
		display: block;
		padding: 25px 0;
	}

	#other1 .other-bnr-wrap a{
		display: block;
		padding: 0 10px;
	}	
}

.bnr_top_topics {
	width: 100%;
	border: 1px solid #D9D9D9;
	margin: 20px 0;
}

.bnr_top_topics img {
	margin: 10px auto;
}

@media (max-width:767px){
	.bnr_top_topics {
	margin: 10px 0;
}

.bnr_top_topics img {
	margin: 5px auto;
}
}

/*----------------------------------------------
葬儀品質認定
---------------------------------------------*/
/*.sougi-hinshitsu-img{
	padding-top: 15px;
}*/

.sougi-hinshitsu-wrap{
	text-align: center;
	display: table;
	padding-top: 20px;
}

.sougi-hinshitsu-wrap .sougi-hinshitsu ,
.sougi-hinshitsu-wrap .omotenashi{
	display: table-cell;
	vertical-align: bottom;
}

.sougi-hinshitsu-title{
	font-size: 1.1rem;
	/*font-weight: bold;*/
	font-family: 'ryo-gothic-plusn',sans-serif;
	padding-top: 20px;
	margin-bottom: 30px;
	color: #333;
	display: block;

}

.sougi-hinshitsu-text{
	font-size: 1.1rem;
	line-height: 25px; 
	margin-bottom: 0;
	font-family: 'ryo-gothic-plusn',sans-serif;
	text-align: center;
	font-weight: bold;

}

@media (max-width:767px){
.sougi-hinshitsu-img{
	padding: 0px;
}

.sougi-hinshitsu-text-area{
	padding-top: 0px;
}

.sougi-hinshitsu-text-area .sougi-hinshitsu-title{
	font-size: 1.0rem;
	text-align: center;
	margin-top: 0;
	padding-top: 5px;
}

.sougi-hinshitsu-text-area .sougi-hinshitsu-text{
	font-size: 1.0rem;
}
}

/*----------------------------------------------
セレモニーホールのご案内 style.cssに記載
---------------------------------------------*/

/*----------------------------------------------
トピックス一覧 style.cssに記載
---------------------------------------------*/
@media (min-width: 768px){
	#topics .topics-wrap{
		background-color: rgba(211,211,211,0.2);
		padding: 10px;
	}
}

#topics .topics-bnr-wrap01 div div a{
	display: block;
	width: 100%;
	padding: 8px;
}

#topics .topics-bnr-wrap02 .bnr-slider a{
	display: block;
	width: 100%;
	padding: 8px;
}

/*#topics .topics-bnr-wrap02 .bnr-slider{
	display: block;
	width: 100%;
	padding-left: 0;
}

#topics .topics-bnr-wrap02 .bnr-slider li{
	display: inline-block;
	list-style: none;
	width: calc(33% - 16px);
	margin: auto 8px;
	padding-left: 0;
}*/
