@charset "utf-8";

/*********************************************************************
 * 共通スタイル
 * dependences: reset.css
 ********************************************************************/
 
/* iPhone・WindowsPhone用のフォント指定。Androidはデバイスフォントが様々なため指定しない(sans-serif) */
* {
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif;
	/*font-family:"Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	margin:0;
	padding:0;
}

.pc{ display: inherit !important;}
.smp{ display: none !important; }

/* フォーカス枠の削除 */
*:focus {
outline: none;
}

/* iPhone/iPadの自動サイズ調整機能をOFF */
html, body { height:100%; margin:0; }
html { 
	/*font-size: 62.5% ;*/
	-webkit-text-size-adjust: none;
}

/* iPhone UIガイドラインの推奨サイズに設定 */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

a[href^="tel:"] {
	pointer-events: none;
}

/* ウィンドウ幅が0～479pxの場合に適用するCSS */
@media screen and ( max-width:479px ){

a[href^="tel:"] {
	pointer-events: auto;
}

}/* ウィンドウ幅が0～479pxの場合に適用するCSS */
/*
body, textarea { font-family: "Yu Gothic",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Helvetica,Arial,sans-serif; }
input, select { font-family: "Yu Gothic",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Helvetica,Arial,sans-serif; }
*/
body, textarea { font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif; }
input, select { font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", sans-serif; }

/* IEハック */
@media all and (-ms-high-contrast:none) {
* {
	/*font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
}

input, select { /*font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/ }


}/* IEハック */

body {
	/*font-size: 2em;*/
	/*line-height: 30px !important;*/
	color: #424242;
	padding-bottom: 120px;
}

div{
	/*font-size: 16px;*/
	/*line-height: 30px;*/
}

p{
	/*font-size: 1.3rem ;*/
	font-size: 16px;
	/*line-height: 30px;*/
}

a {
	text-decoration: none;
	color: #d2004c;
	outline: none;
}

a img {
	-webkit-transition: 0.1s ease-in-out;
	   -moz-transition: 0.1s ease-in-out;
		 -o-transition: 0.1s ease-in-out;
			transition: 0.1s ease-in-out;
}

a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

td {
	color: #333;
	padding: 5px 0 5px 10px;
}

th {
	color: #333;
	padding: 5px 0 5px 10px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

button {
	background: transparent;
	padding: 0;
	border: none;
}

p,div {
	text-align: left;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* Androidのタップ領域バグ対策
a > div > img {
	display: block;
}
*/


/* フォントサイズ標準指定 */

/*------------------------*/

.main{
	width: 100%;
	text-align: center;
	line-height: 0;
}

.main img{
	width: 100%;
	max-width: 1920px;
	min-width: 1000px;
}

.list1_2 input{
	display: none !important;
}

.list1_2{
	height: 36px;
	font-size: 15px !important;
	color: #fff !important;
}


}

/*-----------------------------------*/
/* スライドショー START */


/* スライドショー END */
/*-----------------------------------*/
/* お問い合わせバナー START */



/* お問い合わせバナー END */
/*---------------------------------------------------------------------------*/
/* 見出し START */

h1{
	font-family: Sawarabi Gothic,serif;
	font-size: 3.5vw;
	color: #fff;
	font-weight: normal;
	margin: 0;
	text-align: center;
	line-height: 0;
}

h1.logo{
	margin: 0 0 20px;
}


h2{
	font-family: Rounded Mplus\ 1c,Mplus\ 1p,sans-serif;
	font-size: 3.5vw;
	color: #fff;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	background: #bc4a4a;
}

/* 見出し END */
/*---------------------------------------------------------------------------*/
/* 共通コンテンツ START */

.co_area{
	width: 100%;
	float: left;
	margin: 0;
	background: #ccc;
	text-align: center;
	padding: 0 0 5vw;
}

.contents_box{
	max-width: 1000px;
	margin: 0 auto 50px;
	/*background: #aaa;*/
	clear :both;
	text-align: center;
	padding: 2vw 0 0;
}

.contents_box p{
	text-align: center;
}

/* 共通コンテンツ END */
/*---------------------------------------------------------------------------*/
/* グローバルナビ START */


/* グローバルナビ END */
/*---------------------------------------------------------------------------*/
/* contents START */

/*オープニング見学会*/

.op_text{
	background: rgba(255,108,0,0.6);
	border: 1px solid #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #fff;
	margin: 0 50px 50px;
	text-align: center;
	font-size: 18px;
	padding: 45px 0;
	line-height: 34px;
}

.op_text h3{
	margin: 0 0 30px;
}

.op_list{
	width: 1000px;
}

.op_list li{
	/*float: left;*/
}

.op_list_bottom{
	text-align: center;
	color: #fff;
	width: 100%;
	float: left;
	margin: 40px 0;
	line-height: 25px;
}

.bg01,.bg02,.bg03,.bg04,.bg05,.bg06,.bg07{
	background-size: cover;
	background-attachment: fixed;
}

.bg01{ /*background-image: url(../img/bg01.jpg);*/ /*background-position: top;*/ background: #ebb85b; }
.bg02{ background-image: url(../img/bg02.jpg); }
.bg03{ background-image: url(../img/bg03.jpg); }
.bg04{ background-image: url(../img/bg04.jpg); }
.bg05{ background-image: url(../img/bg05.jpg); }
.bg06{ background-image: url(../img/bg06.jpg); display: none; }
.bg07{ background-image: url(../img/bg07.jpg); }

.bg01 .title{ background: url(../img/title_bg01.png) repeat-x; }
.bg02 .title{ background: url(../img/title_bg02.png) repeat-x; }
.bg03 .title{ background: url(../img/title_bg03.png) repeat-x; }
.bg04 .title{ background: url(../img/title_bg04.png) repeat-x; }
.bg05 .title{ background: url(../img/title_bg05.png) repeat-x; }
.bg06 .title{ background: url(../img/title_bg06.png) repeat-x; }
.bg07 .title{ background: url(../img/title_bg07.png) repeat-x; }


/*会館イベント情報*/

.calendar_area{
	margin: 0 0 100px;
}

.calendar_area .copy{
	display: none;
}

.contents_box .copy{
	display: none;
}

/**/

.calendar_box{
	width: 1000px;
	margin: 0 auto;
}

.calendar_box a:last-child{
	display: none last-child;
}

.calenderTable{
	width: 50%;
	margin: 0 auto;
	float: left;
}

.holidayText{
	display: none;
}


/*会館アクセス情報*/

.access_image{
	width: 100%;
	margin: 0 0 80px;
	float: left;
}

.access_title{
	width: 100%;
	text-align: center;
	margin: 0 0 30px;
	float: left;
}

.map_area{
	width: 1000px;
	margin: 0 auto;
}

.map_area iframe{
	font-size: 0;
	margin: 0;
	margin-bottom: 50px;
}

.map_area ul{
	width: 100%;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 70px;
	float: left;
}

.map_area ul li{
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.map_area ul li p{
	font-size: 15px;
	color: #fff;
}

.map_area ul li:nth-child(2){
	margin: 0 20px;
}

.access_rute{
	width: 100%;
	color: #fff;
}

.access_rute h4{
	margin: 0 0 15px;
}

.access_rute .left_box{
	width: 65%;
	float: left;
}

.access_rute .right_box{
	width: 34%;
	float: right;
}

.access_rute p{
	text-align: left;
	margin: 0 0 15px;
}

.access_map{
	margin-top: 50px;
	text-align: center;
	width: 100%;
	float: inherit;
}


/*事前相談のススメ*/

.jizen_area{
	width: 100%;
	color: #fff;
}

.jizen_area li{
	width: 100%;
	float: left;
	padding: 60px 0;
}

.jizen_area li:nth-child(1){ background: rgba(190,35,79,0.6); }
.jizen_area li:nth-child(2){ background: rgba(204,78,114,0.6); }

.jizen_area li .data_box{
	background: aaa;
	width: 1000px;
	margin: 0 auto;
}

.jizen_area li .data_box .text_box{
	float: left;
	width: 610px;
}

.jizen_area li .data_box .text_box .jizen_title{
	margin: 25px 25px 20px;
}

.jizen_area li .data_box .text_box p{
	margin: 0 25px;
	font-size: 15px;
	line-height: 30px;
}

.jizen_area li .data_box .text_box p strong{
	border-bottom: 0.2rem solid #ffd82f;
}

.jizen_area li .data_box .image_box{
	float: left;
	width: 390px;
}

.bt_box{
	margin: 40px 0 0;
	width: 1000px;
	float: left;
}

.bt_box_w{
	margin: 0 0 0;
	width: 1000px;
	float: left;
}

.bt_box_w li{
	width: 50%;
	text-algin: left;
	float: left;
}

.bt_box_w li p{
	width: 475px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
}

.bt_box_w li:nth-child(1){ text-align: left; }
.bt_box_w li:nth-child(2){ text-align: right; }


/*ナイスライフシステムのご案内*/

.plan_cm{
	margin-bottom: 35px;
}

.plan_text_top{
	margin: 0 0 60px;
}

.plan_text_bottom{
	margin: 20px 0 0;
}

/*ご葬儀・追悼の流れ*/

/*よくあるＱ＆Ａ*/

.qanda_list{

}

.qanda_list li{
	width: 100%;
	float: left;
	text-align: left;
	color: #fff;
	margin-bottom: 25px;
}

.qanda_list li h3{
	margin: 10px 0 10px;
	font-size: 25px;
	font-weight: bold;
	font-family: "リュウミン R-KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.qanda_list li div{
	float: left;
	width: 165px;
}

.qanda_list li p{
	text-align: left;
}

/* contents END */
/*---------------------------------------------------------------------------*/
/* contents START */




/* contents END */
/*---------------------------------------------------------------------------*/
/* フッターエリア START */

.footer{
	width: 100%;
	float: left;
	background: #009c84;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: #717171;
	font-size: 15px;
	padding-bottom: 90px;
}

.footer .copy{
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: 15px;
}

.page_top{
	margin: -32px 3px 0 0;
	float: right;
	/*font-size: 13px;*/
}

.page_top a{
	background: #009b73;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.footer_tel_box{
	width: 100%;
	float: left;
	position: fixed;
	bottom: 0px;
	right: 0px;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 5;
}

.footer_tel{
	max-width: 1000px;
	margin: 0 auto 0;

	display: flex;
	justify-content: space-between;
}

.footer_tel li{
	float: left;
/*
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
*/
	/*background: #fff;*/
	text-align: left;
	margin-top: 5px;
}

.footer_tel li:nth-child(2){
	margin : 5px 0 0;
	/*background: #fff;*/
}

.footer_tel li:nth-child(3){
	margin-top: 8px;
	text-align: right;
}

.footer_tel li:nth-child(3) img{
	margin: 0 0 0 10px;
}

/* フッターエリア END */
/*---------------------------------------------------------------------------*/
/* 調整分　20220402 */

.youtube{
	max-width: 1000px;
	margin: 100px auto 50px;
	padding: 25px 0;
	border-top: 0.2rem solid #fff;
	border-bottom: 0.2rem solid #fff;
	background: rgba( 1,154,115,.8 );
}

.youtube div{
	display: flex;
	justify-content: space-around;
}

.youtube div img{
	width: auto;
	height: 315px;
}

/**/

.pdf_text{
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
}

/**/

/*h1.logo{ display: none; }*/

.op_list.facility{
	margin: 0 auto;
}

/**/

article .bg02{ background: #fff; }
.event_text{ display: none; }

.pdf{
	display: flex;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
