container01_bg/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;  

}

*:first-child + html body {

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;  
}

body{
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;  
	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}




.bd_bg{

background-image:url(../img/common/page_btm_bg.jpg);
background-attachment:fixed;
background-repeat: repeat-x;
background-position: bottom;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


img, object, embed {
	max-width: 100%;
	height: auto;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:17px;

	line-height:160%;
	text-align:left;

}	 

/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}



.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}


.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0 80px 0;

}

.container01{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}




/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */






#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;

    

}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:100px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

header{

	width:100%;
	height:100px;
	margin:0 auto;

	box-sizing:border-box;
}

.header_tel{
    max-width: 240px;
    width: 100%;
    height: auto;

    box-sizing: border-box;
    
	position:absolute;
	top:10px;
	right:20px;

        
    font-size: 14px;
    line-height: 100%;

    text-align: center;
    
  
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;  
         
	-webkit-border-radius: 25px;     /* for Safari and Chrome */
	moz-border-radius: 25px;    /* for Firefox */
	-o-border-radius: 25px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:25px;   /* Linux browsers */
	border-radius: 25px;     /* CSS3 */         
}

.header_tel p{
    font-size: 28px;
    line-height: 100%;
    color: #176aab;
    letter-spacing: 0.03em;
    margin-bottom: 3px;
    
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;    
}




.h_sns{
    max-width: 58px;
    width: 100%;
    height: auto;
    
	position:absolute;
	top:21px;
	right:250px;

}

.h_sns ul li{
    width: 45%;
    height: auto;
    margin-right: 10%;
    float: left;
}

.h_sns ul li:nth-child(2n){
    margin-right: 0%;
}

.h_sns ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.h_sns ul li:hover img {
	opacity: .7;
}


/*nav{
	width:510px;
	position:absolute;
	top:55px;
	right:0;
}

nav ul{
	margin:0;
	padding:0;

}

nav ul li{
	float:left;
	color:#000;
	font-size:16px;

	font-weight:bold;
	margin-right:20px;
	line-height:120%;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	color:#FFF !important;
	text-decoration:none;

}

nav ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;
}

.nav_h{
	color:#FFF !important;
	text-decoration:underline !important;
}*/


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-80px;
    padding-top:80px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


footer{

	padding:30px 40px;
	box-sizing:border-box;
    background: #f5f6f6;

}

.footer_in{

	width:100%;
	height:auto;
	margin:0 auto;
	
	padding:0px 0 0px 0;
	box-sizing:border-box;
}



address{
	font-size:14px;
	line-height:160%;
	color:#000;


    margin-bottom: 10px;


}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:12px;	


}

footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color: #8c7402;
}





}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1060px) {


body{
	padding:0;
	margin:0;
	font-size:16px;

	line-height:160%;
	text-align:left;

}	

/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 30px;
	box-sizing:border-box;
}


.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}



.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 60px 0;

}


.container01{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


.hdr_logo{
width: 200px;
height: auto;
position: absolute;
top: 20px;
left: 30px;
}



#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;


}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;
 


}

header{	
	max-width:1300px;
	width:100%;
	height:60px;
	margin:0 auto;
		
	padding:0 20px;
	box-sizing:border-box;
}




.header_tel{
    max-width: 240px;
    width: 100%;
    height: auto;

    box-sizing: border-box;
    
	position:absolute;
	top:10px;
	right:38px;

        
    font-size: 12px;
    line-height: 100%;

    text-align: center;
    
  
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;  
         
	-webkit-border-radius: 25px;     /* for Safari and Chrome */
	moz-border-radius: 25px;    /* for Firefox */
	-o-border-radius: 25px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:25px;   /* Linux browsers */
	border-radius: 25px;     /* CSS3 */         
}

.header_tel p{
    font-size: 24px;
    line-height: 100%;
    color: #176aab;
    letter-spacing: 0.03em;
    margin-bottom: 3px;
    
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;    
}




.h_sns{
    max-width: 58px;
    width: 100%;
    height: auto;
    
	position:absolute;
	top:16px;
	right:250px;

}

.h_sns ul li{
    width: 45%;
    height: auto;
    margin-right: 10%;
    float: left;
}

.h_sns ul li:nth-child(2n){
    margin-right: 0%;
}

.h_sns ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.h_sns ul li:hover img {
	opacity: .7;
}









#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-70px;
    padding-top:70px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}



/* footer ---------------------------------------------- */


footer{


	padding:25px 30px;
	box-sizing:border-box;
    background: #f5f6f6;

}

.footer_in{

	width:100%;
	height:auto;
	margin:0 auto;
	
	padding:0px 0 0px 0;
	box-sizing:border-box;
}



address{
	font-size:13px;
	line-height:160%;
	color:#000;

    margin-bottom: 10px;


}

.ad_ttl{
	font-size:14px;
	line-height:120%;
	margin-bottom:12px;	


}

footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color: #8c7402;
}





}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 720px) {



body{
	padding:0;
	margin:0;
	font-size:15px;

	line-height:140%;
	text-align:left;

}	



/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 20px;
	box-sizing:border-box;
}


.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}


.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0 40px 0;

}



.container01{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;

}


/* header ---------------------------------------------- */


.hdr_logo{
width: 180px;
height: auto;
position: absolute;
top: 15px;
left: 20px;
}



#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;

}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:50px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

header{
	max-width:1300px;
	width:100%;
	height:50px;
	margin:0 auto;

		
	padding:0 15px;
	box-sizing:border-box;
}






.header_tel{
    max-width: 170px;
    width: 100%;
    height: auto;

    box-sizing: border-box;
    
	position:absolute;
	top:10px;
	right:26px;

        
    font-size: 9px;
    line-height: 100%;

    text-align: center;
    
  
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 500;  
         
	-webkit-border-radius: 25px;     /* for Safari and Chrome */
	moz-border-radius: 25px;    /* for Firefox */
	-o-border-radius: 25px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:25px;   /* Linux browsers */
	border-radius: 25px;     /* CSS3 */         
}

.header_tel p{
    font-size: 16px;
    line-height: 100%;
    color: #176aab;
    letter-spacing: 0.03em;
    margin-bottom: 3px;
    
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;    
}




.h_sns{
    max-width: 45px;
    width: 100%;
    height: auto;
    
	position:absolute;
	top:13px;
	right:174px;

}

.h_sns ul li{
    width: 44%;
    height: auto;
    margin-right: 12%;
    float: left;
}

.h_sns ul li:nth-child(2n){
    margin-right: 0%;
}

.h_sns ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.h_sns ul li:hover img {
	opacity: .7;
}






#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-50px;
    padding-top:50px;
}



#kyoten{
    margin-top:-40px;
    padding-top:40px;
}





/* footer ---------------------------------------------- */


footer{

	padding:20px 20px;
	box-sizing:border-box;
    background: #f5f6f6;

}

.footer_in{
	width:100%;
	height:auto;
	margin:0 auto;
	
	padding:0px 0 0px 0;
	box-sizing:border-box;
}



address{
	font-size:12px;
	line-height:160%;
	color:#000;

    margin-bottom: 10px;


}

.ad_ttl{
	font-size:13px;
	line-height:120%;
	margin-bottom:6px;	


}

footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}


.f_cpy{

	font-size: 11px;
	box-sizing:border-box;
	line-height:120%;
    color: #8c7402;
}




}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
    max-width: 260px;
    position: absolute;
    top: 30px;
    left: 40px;
}



h2.h2_01{
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 40px;

  color: #999999;  
  
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 400;      

}

h2.h2_01 p{
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 3px;
  color: #8c7402;
  margin-left: -1px;

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;  
}



h2.h2_02{
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 40px;
  text-align: center;

  color: #999999;  
  
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 400;      

}

h2.h2_02 p{
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 3px;
  color: #8c7402;
  margin-left: -1px;

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;  
}




.h2_btm01{
  margin-bottom: 25px !important;
}





h3.h3_01{
    font-size: 30px;
    line-height: 120%;
    padding-bottom: 8px;
    margin-bottom: 35px;
    color: #2f9fc4;
    text-align: center;
    
    border-bottom: 2px solid #2f9fc4;
  
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;    
}



h4.h4_01{
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    
    border-left: 7px solid #8c7402;
    padding: 10px;
    margin-bottom: 35px;

}





/* スライド ---------------------------------------------- */


.top_slide_out{
    padding: 0 30px;

}

.top_slide{
	width:100%;
	min-height:700px;

	z-index:5;


    margin-top:100px;


 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.slide_txt_out{
position:relative;
max-width: 1000px;
width: 100%;
height: 700px;
margin: 0 auto;

box-sizing: border-box;

z-index: 6000;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
}


.slide_txt_out p{

margin-top: -100px;

}


.slide_txt_out01{
position:relative;
max-width: 1000px;
width: 100%;
height: 450px;
margin: 0 auto;

box-sizing: border-box;

z-index: 6000;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
}


.slide_txt_out01 p{

}


/* 各ページイメージ ---------------------------------------------- */



.main_txt_out{
position: absolute;
width: 100%;
height: 500px;

box-sizing: border-box;

z-index: 6000;

  display: flex;
  justify-content: center;
  align-items: center;
}


.main_txt_out dl dt{
    margin-top: -20px;

    margin-bottom: 2px;
    
    font-size: 54px;
    line-height: 120%;
    color:#ffffff;

    margin-bottom: 15px;
    
   z-index: 9000;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal !important;
    font-weight: 800 !important;    
}

.main_txt_out dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.main_txt_out dl dd{
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: -15px;

font-family: titular, sans-serif;
font-style: normal;
font-weight: 700;
}


.our_policyt_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/our_policy/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
}


.grave_making_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/grave_making/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
}



.grave_reform_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/grave_reform/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
}



.grave_aftercare_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/grave_aftercare/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
}



.construction_example_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/construction_example/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
}





.about_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/about/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
}


.contact_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
}







/* ページ共通背景 ---------------------------------------------- */


.bg_main_tp{
    margin-top: 100px;
}


.bg_main{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") top no-repeat;
    background-size:contain;                               /* 画像のサイズを指定    */
}


.button_l{
    margin: 0 !important;
}



.button_c{
    margin: 0 auto !important;
}

.button01{
	width:300px;
	height:60px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #8c7402;
    

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */       
}

.button01 a{
    display: block;
    width: 100%;
    height: 60px;

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */       

    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  
    
}

.button01 a:hover{
    background: rgba(0,0,0,0.10);
}


/*
.button01 a{

	width:300px;
    height: 60px;
    font-size: 16px;
    line-height: 110%;
    color:#8c7402;
    padding-top: 1px;

    background:#FFFFFF;
	border: 1px solid #8c7402;
     box-sizing: border-box;



    font-family: ryo-gothic-plusn, sans-serif;
    font-weight:400;
    font-style: normal;   
    


}


.button01 a:hover {
    background:#FFFFFF;
	border: 1px solid #8c7402;
    color:#8c7402;
}*/





/*== 矢印の線がループして伸縮 */





.btnlinestretches5{


    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 
	color:#8c7402;
    padding: 10px 0;
	display:inline-block;
    text-decoration: none;
    outline: none;
}

/*線の設定*/
.btnlinestretches5::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #8c7402;
}

/*矢印の設定*/
.btnlinestretches5::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom:-4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #8c7402;
    border-right: 1px solid #8c7402;
    transform: rotate(45deg);
}

/*線と矢印を繰り返しアニメーション*/
.btnlinestretches5::before {
    animation: arrowlong01 2s ease infinite;
}
.btnlinestretches5::after {
    animation: arrowlong02 2s ease infinite;
}

@keyframes arrowlong01{
    0%{width:0;opacity:0}
    20%{width:0;opacity:1}
    80%{width:95%;opacity:1}
    100%{width:95%;opacity:0}
}

@keyframes arrowlong02{
    0%{left:0;opacity:0}
    20%{left:0;opacity:1}
    80%{left:90%;opacity:1}
    100%{left:90%;opacity:0}
}











/* トップメッセージ---------------------------------------------- */


.tp_msg{
    text-align: center;
    margin: 0 auto 70px auto;
}





/* 新着情報---------------------------------------------- */


.tp_news{
margin-bottom: 70px;
}

.tp_news dl{
margin-bottom: 30px;
}

.tp_news dl dt{
font-size: 16px;
line-height: 160%;

float: left;
clear: both;


}

.tp_news dl dd{
font-size: 16px;
line-height: 160%;
margin: 0 0 12px 0;
padding-bottom: 10px;
padding-left: 110px;    border-bottom: 1px dotted #2f9fc4;
}


.tp_news dl dd a{
    color: #000000;
    text-decoration: none;
}


.tp_news dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}

.news_ttl{
    font-size: 24px;
    line-height: 140%;
    border-bottom:3px solid #3b3653;
    margin-bottom: 15px;
    padding-bottom: 5px;
  
       font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;   
}

.news_day{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 15px;
    text-align: right;
}

.news_post{
    font-size: 18px;
    line-height: 180%;
}





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


.tp_ebr00{
    font-size: 20px;
    line-height: 170%;
    margin-bottom: 30px;
}

.tp_ebr01{
    text-align: center;
    margin-bottom: 40px;

}


.tp_ebr02{
    margin-bottom: 70px;
}

.tp_ebr02 ul{
    margin-bottom: 20px;
}

.tp_ebr02 ul li{
    width: 32%;
    height: 200px;
    margin-right: 2%;
    float: left;
    margin-bottom: 25px;
    padding: 15px;
    box-sizing: border-box;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 


	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */       
}

.tp_ebr02 ul li:nth-child(3n){
    margin-right: 0%;
}


.tp_ebr02 ul li dl dt{
    font-size: 70px;
    line-height: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}

.tp_ebr02 ul li dl dd{
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
}


.tp_ebr02 ul li dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}





.tp_ebr02_bg01{
	width: 100%;
	height:200px !important;
	background:url("../img/top/01_01.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg02{
	width: 100%;
	height:200px !important;
	background:url("../img/top/01_02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg03{
	width: 100%;
	height:200px !important;
	background:url("../img/top/01_03.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg04{
	width: 100%;
	height:200px !important;
	background:url("../img/top/01_04.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg05{
	width: 100%;
	height:200px !important;
	background:url("../img/top/01_05.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg06{
	width: 100%;
	height:200px !important;
	background:url("../img/top/01_06.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





/*トップからの入り口--------------------------------------------- */


.tp_igt01{
    margin-bottom: 80px;
}

.tp_igt01_l{
    width: 39%;
    height: auto;
    float: left;
}

.tp_igt01_r{
    width: 58%;
    height: auto;
    float:right;

}



.tp_igt02{
    margin-bottom: 80px;
}

.tp_igt02_l{
    width: 58%;
    height: auto;
    float: left;
}

.tp_igt02_r{
    width: 39%;
    height: auto;

    float:right;

}





.tp_igt_in{
}

.tp_igt_in dl dt{
}

.tp_igt_in dl dd{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 15px;
    
    word-wrap: break-word;
    word-break: break-all;
}

.tp_igt_in_img{
    margin-top: 15px;
}



.tp_igt03_t{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 30px;
    text-align: center;
}

.tp_igt03_img{
    text-align: center;
    margin-bottom: 40px;
}


.tp_igt04{
    margin-bottom: 30px;
}

.tp_igt04 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}

.tp_igt04 ul li:nth-child(2n){
    margin-right: 0%;
}



.tp_igt04_ttl{
    background: #57734c;
    padding: 8px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    
    font-size: 26px;
    line-height: 120%;
    text-align:center;
    color: #FFFFFF;
    font-weight: 700;    

	-webkit-border-radius:30px;     /* for Safari and Chrome */
	moz-border-radius: 30px;    /* for Firefox */
	-o-border-radius: 30px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:30px;   /* Linux browsers */
	border-radius:30px;     /* CSS3 */           
}


.tp_igt04_in{
}

.tp_igt04_in dl dt{
    font-size: 17px;
    line-height: 160%;
    background: url("../img/top/04_list.jpg") left 6px no-repeat;
    margin-bottom:5px;
    padding-left: 20px;
}

.tp_igt04_in dl dd{
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 20px;
}

.tp_igt04_in dl dd:last-child{
	margin-bottom:0px;
}



/*トップ アクセス   --------------------------------------------- */


.tp_acs_01{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 15px;

}

.tp_acs_map{
}



/*吉田石材店のこだわり  --------------------------------------------- */


.op_img{
    padding: 15px;
    text-align: center;
    border: 1px solid #999933;
    margin-bottom: 50px;
    
	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */         
}




.op_bx{

}

.op_bx ul li{
    margin-bottom: 40px;
}

.op_bx ul li:last-child{
	margin-bottom:0px;
}




.op_bx_in{
}

.op_bx_in_l{
    width: 30%;
    height: 200px;
    float: left;

    box-sizing: border-box;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 


	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
    
    
}




.op_bx_in_l dl dt{
    text-align: center;
    margin-bottom: 18px;
}

.op_bx_in_l dl dd{
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
}


.op_bx_in_l dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}


.op_bx_in_r{
    width: 67%;
    height: auto;
    float: right;
    
    font-size: 16px;
    line-height: 180%;
    
    word-wrap: break-word;
    word-break: break-all;
}






.op_bx01{

}



.op_bx01 ul li{
    width: 49%;
    height: 520px;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    padding:20px 30px;
    box-sizing: border-box;
    

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */    
}

.op_bx01 ul li:nth-child(2n){
    margin-right: 0%;
}



.op_bx01 dl dt{
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color:#FFFFFF;
    margin-bottom: 20px;
    font-weight: 700;
}

.op_bx01 dl dt p{
    font-size: 70px;
    line-height: 100%;
    margin-bottom: 5px;
}





.op_bx01 dl dd{
    font-size: 16px;
    line-height: 150%;
    color:#FFFFFF;
}

.op_bx01 dl dd p{

    margin-bottom: 15px;
}





.op_bx01_bg01{
	width: 100%;
	height:520px !important;
	background:url("../img/our_policy/01_01.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.op_bx01_bg02{
	width: 100%;
	height:520px !important;
	background:url("../img/our_policy/01_02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.op_bx01_bg03{
	width: 100%;
	height:520px !important;
	background:url("../img/our_policy/01_03.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.op_bx01_bg04{
	width: 100%;
	height:520px !important;
	background:url("../img/our_policy/01_04.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.op_bx01_bg05{
	width: 100%;
	height:520px !important;
	background:url("../img/our_policy/01_05.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.op_bx01_bg06{
	width: 100%;
	height:520px !important;
	background:url("../img/our_policy/01_06.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}







/*お墓づくり --------------------------------------------- */


.gm_tab{
    margin-bottom: 60px;
}

.gm_tab ul li{
    width: 18.4%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.gm_tab ul li:last-child{
    margin-right:0%;
}

.gm_tab ul li a{
    display: block;
    height: 80px;
    border: 1px solid #2f9fc4;
    background:#FFFFFF;
    
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #2f9fc4;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;      
    

	-webkit-border-radius:15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius:15px;     /* CSS3 */
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.gm_tab ul li a:hover{
    border: 1px solid #2f9fc4;
    background:#2f9fc4;
    color:#FFFFFF;
}



.gm_0000{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 30px;

}



.gm_000{
    margin-bottom: 30px;

}

.gm_000 dl dt{
    font-size: 30px;
    line-height: 160%;
    margin-bottom: 10px;
    font-weight: 700;
}

.gm_000 dl dd{
    font-size: 16px;
    line-height: 180%;
}

.gm_000_img{
    text-align: center;
    margin-bottom: 20px;
}


.gm_0000{
    margin-bottom: 80px;
}

.gm_0000 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.gm_0000 ul li:nth-child(2n){
    margin-right: 0%;
}




.gm_00{
    margin-bottom: 100px;
}

.gm_00 ul li{

    width: 100%;
    margin: 0 auto 50px auto;
position: relative;
background-color: #97b95b;
padding: 25px 50px 15px 50px;
box-sizing: border-box;

color: #FFFFFF;


font-size: 24px;
font-weight: 700;

}

.gm_00 ul li::before {
content: "";
position: absolute;
border: 25px solid transparent;
border-top: 25px solid #97b95b;
top: 100%;
left: 50%;
}


.gm_00 ul li span{
    font-size: 60px;
    margin-right: 20px;
}

.gm_00_txt{
    margin-top: 15px;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    font-weight: 400;    
}




.gm_01{
    margin-bottom: 30px;
}


.gm_01 dl dt{
position: relative;
background-color: #97b95b;
padding: 25px 20px 15px 20px;
margin-bottom: 30px;

color: #FFFFFF;

font-size: 24px;
font-weight: 700;

}

.gm_01 dl dt::before {
content: "";
position: absolute;
border: 15px solid transparent;
border-top: 15px solid #97b95b;
top: 100%;
left: 50%;
}



.gm_01 dl dt span{
    font-size: 60px;
    margin-right: 10px;
}


.gm_01 dl dd{
    font-size: 16px;
    line-height: 180%;
    
    word-wrap: break-word;
    word-break: break-all;

}


.gm_02{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}

.gm_02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.gm_02 ul li:nth-child(2n){
    margin-right: 0%;
}


.gm_03_btm01{
    margin-bottom: 100px !important;
}


.gm_bdr{
    border-bottom: 1px dotted #999999;

}

.gm_bdr01{
    border-bottom: 1px dotted #999999;
    padding-bottom: 50px;

}



.gm_03{

    margin-bottom: 60px;
    

}

.gm_03_in_b01{
    margin-bottom: 20px !important;
}

.gm_03_in{
/*    margin-bottom: 20px;*/

}

.gm_03_in dl dt{
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    background: #57734c;
    margin-bottom: 20px;
    padding: 10px 10px;
    
    

	-webkit-border-radius:35px;     /* for Safari and Chrome */
	moz-border-radius: 35px;    /* for Firefox */
	-o-border-radius: 35px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:35px;   /* Linux browsers */
	border-radius:35px;     /* CSS3 */    
}

.gm_03_in dl dd{
    font-size: 16px;
    line-height: 180%;
    
    word-wrap: break-word;
    word-break: break-all;

}


.gm_04{

    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.gm_04 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.gm_04 ul li:nth-child(2n){
    margin-right: 0%;
}




.gm_05{

    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.gm_05 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
}

.gm_05 ul li:nth-child(2n){
    margin-right: 0%;
}





.gm_06_t{
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.gm_06{
    margin-bottom: 50px;
}


.gm_06 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    background: #a19a83;
    padding: 15px;
    box-sizing: border-box;

}


.gm_06 ul li:nth-child(3n){
    margin-right: 0%;
}

.gm_06 dl dt{
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #a19a83;
    font-weight: 700;
    background:#FFFFFF;
    margin-bottom: 15px;
    padding: 8px;

	-webkit-border-radius:35px;     /* for Safari and Chrome */
	moz-border-radius: 35px;    /* for Firefox */
	-o-border-radius: 35px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:35px;   /* Linux browsers */
	border-radius:35px;     /* CSS3 */      
}


.gm_06 dl dd{
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
}


.gm_07{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    text-align: center;
}





.gm_08{
}

.gm_08 ul li{
    width: 100%;
    height: auto;
    float: left;
    margin-right:0%;
    margin-bottom: 60px;
}

.gm_08 ul li:nth-child(2n){
    margin-right: 0%;
}



.gm_08_ttl{
    background: #57734c;
    padding: 8px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    
    font-size: 26px;
    line-height: 120%;
    text-align:center;
    color: #FFFFFF;
    font-weight: 700;    

	-webkit-border-radius:30px;     /* for Safari and Chrome */
	moz-border-radius: 30px;    /* for Firefox */
	-o-border-radius: 30px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:30px;   /* Linux browsers */
	border-radius:30px;     /* CSS3 */           
}


.gm_08_in{
}

.gm_08_in dl dt{
    font-size: 17px;
    line-height: 160%;
    background: url("../img/top/04_list.jpg") left 6px no-repeat;
    margin-bottom:5px;
    padding-left: 20px;
}

.gm_08_in dl dd{
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 20px;
}

.gm_08_in dl dd:last-child{
	margin-bottom:0px;
}














/*お墓のリフォーム --------------------------------------------- */


.gr_01{
    margin-bottom: 70px;
}

.gr_01 ul li{
    width: 32%;
    height: 160px;
    margin-right: 2%;
    margin-bottom: 25px;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    
    background: #57734c;
 
     font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
   
	-webkit-border-radius:30px;     /* for Safari and Chrome */
	moz-border-radius: 30px;    /* for Firefox */
	-o-border-radius: 30px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:30px;   /* Linux browsers */
	border-radius:30px;     /* CSS3 */      
}

.gr_01 ul li:nth-child(3n){
    margin-right: 0%;
}


.gr_01 ul li:nth-child(4){
    margin-bottom: 0;
}

.gr_01 ul li:nth-child(5){
    margin-bottom: 0;
}

.gr_01 ul li:nth-child(6){
    margin-bottom: 0;
}



.gr_02{
margin-bottom: 50px;

}

.gr_02 table{
	width:100%;
	height:auto;

}

.gr_02 table th{
    width: 16.66666%;
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    background: #90aabb;
    color: #FFFFFF;
    
	font-size:16px;
    line-height: 120%;
	border-collapse:collapse;


	text-align:center;
    border: 1px solid #cbcccb;
}

.gr_02 table td{
    width: 16.66666%;
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;

    
	font-size:16px;
    line-height: 120%;
	border-collapse:collapse;


	text-align:center;
    border: 1px solid #cbcccb;
}



/*アフターケア --------------------------------------------- */

.gac01{
    font-size: 22px;
    line-height: 170%;
    text-align: center;
    margin-bottom: 40px;

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;   

}



.gac02{
margin-bottom: 70px;

}


.gac02 table{
	width:100%;
	height:auto;
    
    border-top: 1px dotted #999999;

}

.gac02 table th{

	padding:15px 0px 15px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;

    border-bottom: 1px dotted #999999;
}

.gac02 table td{

	padding:15px 0px 15px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;

    border-bottom: 1px dotted #999999;
}

    


/*施工例 --------------------------------------------- */


.ceb01{
    padding: 40px 35px 0px 35px;
    background: #f2f2e9;
 
    

	-webkit-border-radius:15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius:15px;     /* CSS3 */
}



.ceb01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}

.ceb01 ul li:nth-child(2n){
    margin-right: 0%;
}


.ceb01 ul li dl dt{
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    background: #57734c;
    margin-bottom: 20px;
    padding: 10px 10px;
    
    

	-webkit-border-radius:35px;     /* for Safari and Chrome */
	moz-border-radius: 35px;    /* for Firefox */
	-o-border-radius: 35px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:35px;   /* Linux browsers */
	border-radius:35px;     /* CSS3 */    
}

.ceb01 ul li dl dd{
    font-size: 16px;
    line-height: 180%;
    
    word-wrap: break-word;
    word-break: break-all;

}



.ceb02_ttl{
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 13px;
}

.ceb02{
    padding-bottom: 30px;
    margin-bottom: 50px;
border-bottom: 1px dotted #999999;
}

.ceb02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.ceb02 ul li:nth-child(2n){
    margin-right: 0%;
}






/* 共通お問い合わせ---------------------------------------------- */


.cmm_ctt{
width: 100%;
height: auto;
}

.cmm_ctt dl{
text-align: center;
}

.cmm_ctt dl dt{
    margin-bottom: 20px;
}

.cmm_ctt dl dt p{
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 15px;

    
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;    
}


.cmm_ctt dl dt img{
    text-align: center;
    
}

.cmm_ctt dl dd{
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 25px;
    color:#000000;   

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 400;    
}

.cmm_ctt dl dd p{
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 2px;
    color:#176aab;    
  
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;    
}



.cmm_ctt_btn{
	max-width:420px;
	width:100%;
	height:auto;
    margin: 0 auto;

  text-align: center;
  text-decoration: none;  
}

.cmm_ctt_btn a{
    margin: 0 auto;
    padding: 15px 5px 15px 5px;
    box-sizing: border-box;

    display: block;
    font-size: 24px;
    line-height: 100%;
    color: #8c7402; 

    background:#FFFFFF;
    border: 1px solid #8c7402;

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;      
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  
    

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */    
}

.cmm_ctt_btn a:hover{
    color:#FFFFFF;
    background:#8c7402;
    border: 1px solid #8c7402; 

}




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



.abt_msg{
    margin-bottom: 70px;
}

.abt_msg dl{

}

.abt_msg dl dt{
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 15px;
    font-weight: 700;
}

.abt_msg dl dd{
    font-size: 16px;
    line-height: 200%;
    
    word-wrap: break-word;
    word-break: break-all;
}




.abt_tbl{
	width:100%;
	height:auto;
    margin-bottom: 70px;

}

.abt_tbl table{
	width:100%;
	height:auto;

}

.abt_tbl table th{
    width: 130px;
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;

    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;

    
    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px dotted #2f9fc4;
}

.abt_tbl table td{
	padding:10px 20px 10px 20px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    
	text-align:left;    border-bottom: 1px dotted #2f9fc4;
}


.abt_tbl_th01{
    width: 230px;
}

.abt_tbl table td a{
    color: #0066cc;
    text-decoration: underline;
}

.abt_tbl table td a:hover{
    color: #0066cc;
    text-decoration:none;
}


.abt_map_txt{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 15px;
}

.abt_map{
    margin-bottom: 70px;
}









/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:20px;
    line-height: 160%;

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;

}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}














/* お問い合わせフォーム ---------------------------------------------- */



.ctt_tel{
    margin-bottom: 80px;

}

.ctt_tel dl dt{
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    color: #00ac9a;
    margin-bottom: 20px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 24px;
    line-height: 180%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}







.contact-txt{
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 70px;
}


.f_text01{
font-size: 16px;
line-height: 120%;
text-align: center;
    margin-bottom: 15px;
}


.f_text01 a{
    color:#000000;
    text-decoration: underline;
}

.f_text01 a:hover{
    color:#000000;
    text-decoration: underline;
}


.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:50px;	
}


.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



@media screen and (max-width: 1060px) {


/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
    position: absolute;
    top: 8px;
    left: 30px;
    width: 220px;
}


h2.h2_01{
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 35px;

  color: #999999;  
  
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 400;      

}

h2.h2_01 p{
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 3px;
  color: #8c7402;
  margin-left: -1px;

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;  
}




h2.h2_02{
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 35px;
  text-align: center;

  color: #999999;  
  
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 400;      

}

h2.h2_02 p{
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 3px;
  color: #8c7402;
  margin-left: -1px;

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;  
}



.h2_btm01{
  margin-bottom: 20px !important;
}




h3.h3_01{
    font-size: 24px;
    line-height: 120%;
    padding-bottom: 6px;
    margin-bottom: 30px;
    color: #2f9fc4;
    text-align: center;
    
    border-bottom: 2px solid #2f9fc4;
  
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;    
}



h4.h4_01{
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    
    border-left: 7px solid #8c7402;
    padding: 10px;
    margin-bottom: 30px;

}




/* スライド ---------------------------------------------- */


.top_slide_out{
    padding: 0 20px;
}

.top_slide{
	width:100%;
	min-height:450px;
    margin-top: 60px;

	z-index:5;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}



.slide_txt_out{
position:relative;
max-width: 1000px;
width: 100%;
height: 450px;
margin: 0 auto;

box-sizing: border-box;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

z-index: 6000;
}

.slide_txt_out p{

    width: 550px;
    margin-top: -130px;

}



.slide_txt_out01{
position:relative;
max-width: 1000px;
width: 100%;
height: 300px;
margin: 0 auto;

box-sizing: border-box;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
z-index: 6000;
}

.slide_txt_out01 p{
    width: 220px;
}




/* 各ページイメージ ---------------------------------------------- */


.main_txt_out{
position: absolute;
width: 100%;
height: 300px;

box-sizing: border-box;

z-index: 6000;

  display: flex;
  justify-content: center;
  align-items: center;
}


.main_txt_out dl dt{


    margin-bottom: 2px;
    
    font-size: 46px;
    line-height: 120%;
    color:#ffffff;

    margin-bottom: 15px;
    
   z-index: 9000;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal !important;
    font-weight: 800 !important;    
}

.main_txt_out dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}


.main_txt_out dl dd{
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: -10px;

font-family: titular, sans-serif;
font-style: normal;
font-weight: 300;
}




.our_policyt_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/our_policy/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}

.grave_making_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/grave_making/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}




.grave_reform_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/grave_reform/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}



.grave_aftercare_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/grave_aftercare/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}



.construction_example_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/construction_example/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}




.about_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/about/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}




.contact_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}


/* ページ共通背景 ---------------------------------------------- */



.bg_main_tp{
    margin-top: 60px;
}

.bg_main{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") top no-repeat;
    background-size:contain;                               /* 画像のサイズを指定    */
}



.button_l{
    margin: 0 !important;
}




.button_c{
    margin: 0 auto !important;
}

.button01{
	width:240px;
	height:45px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #8c7402;
    

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */       
}

.button01 a{
    display: block;
    width: 100%;
    height: 45px;
    font-size: 15px;
    line-height: 100%;

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */       

    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  
    
}

.button01 a:hover{
    background: rgba(0,0,0,0.10);
}


/*
.button01 a{

	width:300px;
    height: 60px;
    font-size: 16px;
    line-height: 110%;
    color:#8c7402;
    padding-top: 1px;

    background:#FFFFFF;
	border: 1px solid #8c7402;
     box-sizing: border-box;



    font-family: ryo-gothic-plusn, sans-serif;
    font-weight:400;
    font-style: normal;   
    


}


.button01 a:hover {
    background:#FFFFFF;
	border: 1px solid #8c7402;
    color:#8c7402;
}*/





/*== 矢印の線がループして伸縮 */





.btnlinestretches5{


    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 
	color:#8c7402;
    padding:9px 0;
	display:inline-block;
    text-decoration: none;
    outline: none;
}

/*線の設定*/
.btnlinestretches5::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #8c7402;
}

/*矢印の設定*/
.btnlinestretches5::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom:-4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #8c7402;
    border-right: 1px solid #8c7402;
    transform: rotate(45deg);
}

/*線と矢印を繰り返しアニメーション*/
.btnlinestretches5::before {
    animation: arrowlong01 2s ease infinite;
}
.btnlinestretches5::after {
    animation: arrowlong02 2s ease infinite;
}

@keyframes arrowlong01{
    0%{width:0;opacity:0}
    20%{width:0;opacity:1}
    80%{width:95%;opacity:1}
    100%{width:95%;opacity:0}
}

@keyframes arrowlong02{
    0%{left:0;opacity:0}
    20%{left:0;opacity:1}
    80%{left:90%;opacity:1}
    100%{left:90%;opacity:0}
}




/* トップメッセージ---------------------------------------------- */


.tp_msg{
    max-width: 700px;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 60px auto;
}





/* 新着情報---------------------------------------------- */

.tp_news{
margin-bottom: 60px;
}



.tp_news dl{
margin-bottom: 25px;
}



.tp_news dl dt{
font-size: 15px;
line-height: 160%;


float: left;
clear: both;


}

.tp_news dl dd{
font-size: 15px;
line-height: 160%;
margin: 0 0 12px 0;
padding-bottom: 10px;
padding-left: 100px;    border-bottom: 1px dotted #2f9fc4;
}


.tp_news dl dd a{
    color: #000000;
    text-decoration: none;
}


.tp_news dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}


.news_ttl{
    font-size: 22px;
    line-height: 140%;
    border-bottom:3px solid #3b3653;
    margin-bottom: 15px;
    padding-bottom: 5px;
  
       font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;   
}

.news_day{
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 15px;
    text-align: right;
}

.news_post{
    font-size: 17px;
    line-height: 170%;
}





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


.tp_ebr00{
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 30px;
}



.tp_ebr01{
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;

}


.tp_ebr02{
    margin-bottom: 60px;
}


.tp_ebr02 ul{
    margin-bottom: 20px;
}

.tp_ebr02 ul li{
    width: 32%;
    height: 180px;
    margin-right: 2%;
    float: left;
    margin-bottom: 18px;
    padding: 15px;
    box-sizing: border-box;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 


	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */       
}

.tp_ebr02 ul li:nth-child(3n){
    margin-right: 0%;
}


.tp_ebr02 ul li dl dt{
    font-size: 50px;
    line-height: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;

}

.tp_ebr02 ul li dl dd{
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
}


.tp_ebr02 ul li dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}




.tp_ebr02_bg01{
	width: 100%;
	height:160px !important;
	background:url("../img/top/01_01.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg02{
	width: 100%;
	height:160px !important;
	background:url("../img/top/01_02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg03{
	width: 100%;
	height:160px !important;
	background:url("../img/top/01_03.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg04{
	width: 100%;
	height:160px !important;
	background:url("../img/top/01_04.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg05{
	width: 100%;
	height:160px !important;
	background:url("../img/top/01_05.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg06{
	width: 100%;
	height:160px !important;
	background:url("../img/top/01_06.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}




/*トップからの入り口--------------------------------------------- */


.tp_igt01{
    margin-bottom: 70px;
}

.tp_igt01_l{
    width: 47%;
    height: auto;
    float: left;
}

.tp_igt01_r{
    width: 50%;
    height: auto;
    float:right;

}



.tp_igt02{
    margin-bottom: 70px;
}

.tp_igt02_l{
    width: 50%;
    height: auto;
    float: left;
}

.tp_igt02_r{
    width: 47%;
    height: auto;

    float:right;

}





.tp_igt_in{
}

.tp_igt_in dl dt{
}

.tp_igt_in dl dd{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 15px;
    
    word-wrap: break-word;
    word-break: break-all;
}

.tp_igt_in_img{
    max-width: 130px;
    margin-top: 15px;
}






.tp_igt03_t{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 25px;
    text-align: center;
}

.tp_igt03_img{
    text-align: center;
    margin-bottom: 40px;
}


.tp_igt04{
}

.tp_igt04 ul li{
    width: 100%;
    height: auto;
    float: left;
    margin-right:0%;
    margin-bottom: 40px;
}

.tp_igt04 ul li:nth-child(2n){
    margin-right: 0%;
}



.tp_igt04_ttl{
    background: #57734c;
    padding: 6px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    
    font-size: 23px;
    line-height: 120%;
    text-align:center;
    color: #FFFFFF;
    font-weight: 700;    

	-webkit-border-radius:30px;     /* for Safari and Chrome */
	moz-border-radius: 30px;    /* for Firefox */
	-o-border-radius: 30px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:30px;   /* Linux browsers */
	border-radius:30px;     /* CSS3 */           
}


.tp_igt04_in{
}

.tp_igt04_in dl dt{
    font-size: 16px;
    line-height: 160%;
    background: url("../img/top/04_list.jpg") left 4px no-repeat;
    margin-bottom:5px;
    padding-left: 20px;
}

.tp_igt04_in dl dd{
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 20px;
}

.tp_igt04_in dl dd:last-child{
	margin-bottom:0px;
}






/*トップ アクセス   --------------------------------------------- */


.tp_acs_01{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 14px;

}

.tp_acs_map{
}





/*吉田石材店のこだわり  --------------------------------------------- */


.op_img{
    padding: 15px;
    text-align: center;
    border: 1px solid #999933;
    margin-bottom: 40px;
    


	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */         
}

.op_img img{
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;

}







.op_bx{

}

.op_bx ul li{
    margin-bottom: 30px;
}

.op_bx ul li:last-child{
	margin-bottom:0px;
}




.op_bx_in{
}

.op_bx_in_l{
    width: 30%;
    height: 180px;
    float: left;

    box-sizing: border-box;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 


	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
    
    
}




.op_bx_in_l dl dt{
    max-width: 65px;
    width: 100%;
    height: auto;
    margin: 0 auto 15px auto;
    text-align: center;
}

.op_bx_in_l dl dd{
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
}


.op_bx_in_l dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}


.op_bx_in_r{
    width: 67%;
    height: auto;
    float: right;
    
    font-size: 15px;
    line-height: 170%;
    
    word-wrap: break-word;
    word-break: break-all;
}










.op_bx01{

}



.op_bx01 ul li{
    width: 49%;
    height: 520px;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    padding:20px 20px;
    box-sizing: border-box;
    

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */    
}

.op_bx01 ul li:nth-child(2n){
    margin-right: 0%;
}



.op_bx01 dl dt{
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color:#FFFFFF;
    margin-bottom: 15px;
    font-weight: 700;
}

.op_bx01 dl dt p{
    font-size: 55px;
    line-height: 100%;
    margin-bottom: 5px;
}



.op_bx01 dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.op_bx01 dl dd{
    font-size: 15px;
    line-height: 160%;
    color:#FFFFFF;
}

.op_bx01 dl dd p{

    margin-bottom: 15px;
}





.op_bx01_bg01{
	width: 100%;
	height:500px !important;
	background:url("../img/our_policy/01_01.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.op_bx01_bg02{
	width: 100%;
	height:500px !important;
	background:url("../img/our_policy/01_02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.op_bx01_bg03{
	width: 100%;
	height:500px !important;
	background:url("../img/our_policy/01_03.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.op_bx01_bg04{
	width: 100%;
	height:500px !important;
	background:url("../img/our_policy/01_04.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.op_bx01_bg05{
	width: 100%;
	height:500px !important;
	background:url("../img/our_policy/01_05.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.op_bx01_bg06{
	width: 100%;
	height:500px !important;
	background:url("../img/our_policy/01_06.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





/*お墓づくり --------------------------------------------- */


.gm_tab{
    margin-bottom: 50px;
}

.gm_tab ul li{
    width: 19.2%;
    height: auto;
    float: left;
    margin-right: 1%;
}

.gm_tab ul li:last-child{
    margin-right:0%;
}

.gm_tab ul li a{
    display: block;
    height: 70px;
    border: 1px solid #2f9fc4;
    background:#FFFFFF;
    
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #2f9fc4;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;      
    

	-webkit-border-radius:15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius:15px;     /* CSS3 */
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.gm_tab ul li a:hover{
    border: 1px solid #2f9fc4;
    background:#2f9fc4;
    color:#FFFFFF;
}


.gm_tab ul li span::before {
	content: "\A" ;
	white-space: pre ;
}




.gm_0000{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 30px;

}


.gm_000{
    margin-bottom: 30px;

}

.gm_000 dl dt{
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 10px;
    font-weight: 700;
}

.gm_000 dl dd{
    font-size: 15px;
    line-height: 170%;
}

.gm_000_img{
    text-align: center;
    margin-bottom: 15px;

}

.gm_0000{
    margin-bottom: 70px;
}

.gm_0000 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.gm_0000 ul li:nth-child(2n){
    margin-right: 0%;
}






.gm_00{
    margin-bottom: 80px;
}

.gm_00 ul li{

    width: 100%;
    margin: 0 auto 40px auto;
position: relative;
background-color: #97b95b;
padding: 20px 50px 15px 50px;
box-sizing: border-box;

color: #FFFFFF;


font-size: 21px;
font-weight: 700;

}

.gm_00 ul li::before {
content: "";
position: absolute;
border: 25px solid transparent;
border-top: 25px solid #97b95b;
top: 100%;
left: 50%;
}


.gm_00 ul li span{
    font-size: 45px;
    margin-right: 20px;
}




.gm_00_txt{
    margin-top: 15px;
    font-size: 17px;
    line-height: 140%;
    color: #FFFFFF;
    font-weight: 400;    
}









.gm_01{
    margin-bottom: 30px;
}


.gm_01 dl dt{
position: relative;
background-color: #97b95b;
padding: 20px 20px 12px 20px;
margin-bottom: 30px;

color: #FFFFFF;

font-size: 21px;
font-weight: 700;

}

.gm_01 dl dt::before {
content: "";
position: absolute;
border: 15px solid transparent;
border-top: 15px solid #97b95b;
top: 100%;
left: 50%;
}



.gm_01 dl dt span{
    font-size: 45px;
    margin-right: 10px;
}


.gm_01 dl dd{
    font-size: 15px;
    line-height: 170%;
    
    word-wrap: break-word;
    word-break: break-all;

}



.gm_02{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
}

.gm_02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.gm_02 ul li:nth-child(2n){
    margin-right: 0%;
}





.gm_bdr{
    border-bottom: 1px dotted #999999;

}

.gm_bdr01{
    border-bottom: 1px dotted #999999;
    padding-bottom: 40px;

}






.gm_03_btm01{
    margin-bottom: 80px !important;
}

.gm_03{

    margin-bottom: 60px;

}

.gm_03_in_b01{
    margin-bottom: 17px !important;
}


.gm_03_in{
/*    margin-bottom: 17px;
*/
}

.gm_03_in dl dt{
    font-size: 21px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    background: #57734c;
    margin-bottom: 20px;
    padding: 10px 10px;
    
    

	-webkit-border-radius:35px;     /* for Safari and Chrome */
	moz-border-radius: 35px;    /* for Firefox */
	-o-border-radius: 35px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:35px;   /* Linux browsers */
	border-radius:35px;     /* CSS3 */    
}

.gm_03_in dl dd{
    font-size: 15px;
    line-height: 170%;
    
    word-wrap: break-word;
    word-break: break-all;

}


.gm_04{

    width: 100%;
    height: auto;
    height: auto;
    margin: 0 auto 60px auto;
}

.gm_04 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.gm_04 ul li:nth-child(2n){
    margin-right: 0%;
}



.gm_05{

    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.gm_05 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
}

.gm_05 ul li:nth-child(2n){
    margin-right: 0%;
}






.gm_06_t{
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.gm_06{
    margin-bottom: 40px;
}


.gm_06 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    background: #a19a83;
    padding: 15px 10px;
    box-sizing: border-box;

}


.gm_06 ul li:nth-child(3n){
    margin-right: 0%;
}

.gm_06 dl dt{
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    color: #a19a83;
    font-weight: 700;
    background:#FFFFFF;
    margin-bottom: 15px;
    padding: 8px;

	-webkit-border-radius:35px;     /* for Safari and Chrome */
	moz-border-radius: 35px;    /* for Firefox */
	-o-border-radius: 35px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:35px;   /* Linux browsers */
	border-radius:35px;     /* CSS3 */      
}


.gm_06 dl dd{
    font-size: 15px;
    line-height: 160%;
    color: #FFFFFF;
}



.gm_07{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 55px auto;
    text-align: center;
}




.gm_08{
}

.gm_08 ul li{
    width: 100%;
    height: auto;
    float: left;
    margin-right:0%;
    margin-bottom: 40px;
}

.gm_08 ul li:nth-child(2n){
    margin-right: 0%;
}



.gm_08_ttl{
    background: #57734c;
    padding: 6px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    
    font-size: 23px;
    line-height: 120%;
    text-align:center;
    color: #FFFFFF;
    font-weight: 700;    

	-webkit-border-radius:30px;     /* for Safari and Chrome */
	moz-border-radius: 30px;    /* for Firefox */
	-o-border-radius: 30px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:30px;   /* Linux browsers */
	border-radius:30px;     /* CSS3 */           
}


.gm_08_in{
}

.gm_08_in dl dt{
    font-size: 16px;
    line-height: 160%;
    background: url("../img/top/04_list.jpg") left 4px no-repeat;
    margin-bottom:5px;
    padding-left: 20px;
}

.gm_08_in dl dd{
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 20px;
}

.gm_08_in dl dd:last-child{
	margin-bottom:0px;
}





/*お墓のリフォーム --------------------------------------------- */


.gr_01{
    margin-bottom: 60px;
}

.gr_01 ul li{
    width: 32%;
    height: 140px;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    
    background: #57734c;
 
     font-size: 21px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
   
	-webkit-border-radius:30px;     /* for Safari and Chrome */
	moz-border-radius: 30px;    /* for Firefox */
	-o-border-radius: 30px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:30px;   /* Linux browsers */
	border-radius:30px;     /* CSS3 */      
}

.gr_01 ul li:nth-child(3n){
    margin-right: 0%;
}


.gr_01 ul li:nth-child(4){
    margin-bottom: 0;
}

.gr_01 ul li:nth-child(5){
    margin-bottom: 0;
}

.gr_01 ul li:nth-child(6){
    margin-bottom: 0;
}






.gr_02{
margin-bottom: 50px;

}

.gr_02 table{
	width:100%;
	height:auto;

}

.gr_02 table th{
    width: 16.66666%;
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    background: #90aabb;
    color: #FFFFFF;
    
	font-size:15px;
    line-height: 120%;
	border-collapse:collapse;


	text-align:center;
    border: 1px solid #cbcccb;
}

.gr_02 table td{
    width: 16.66666%;
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;

    
	font-size:15px;
    line-height: 120%;
	border-collapse:collapse;


	text-align:center;
    border: 1px solid #cbcccb;
}

.gr_02 table th span::before {
	content: "\A" ;
	white-space: pre ;
}

.gr_02 table td span::before {
	content: "\A" ;
	white-space: pre ;
}




/*アフターケア --------------------------------------------- */

.gac01{
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    margin-bottom: 30px;

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;   

}



.gac02{
margin-bottom: 60px;

}


.gac02 table{
	width:100%;
	height:auto;
    
    border-top: 1px dotted #999999;

}

.gac02 table th{

	padding:13px 0px 13px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;

    border-bottom: 1px dotted #999999;
}

.gac02 table td{

	padding:13px 0px 13px 0px;	
	box-sizing:border-box;
    
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;

    border-bottom: 1px dotted #999999;
}



/*施工例 --------------------------------------------- */


.ceb01{
    padding: 35px 30px 0px 30px;
    background: #f2f2e9;
 
    

	-webkit-border-radius:15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius:15px;     /* CSS3 */
}



.ceb01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}

.ceb01 ul li:nth-child(2n){
    margin-right: 0%;
}


.ceb01 ul li dl dt{
    font-size: 21px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    background: #57734c;
    margin-bottom: 20px;
    padding: 10px 10px;
    
    

	-webkit-border-radius:35px;     /* for Safari and Chrome */
	moz-border-radius: 35px;    /* for Firefox */
	-o-border-radius: 35px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:35px;   /* Linux browsers */
	border-radius:35px;     /* CSS3 */    
}

.ceb01 ul li dl dd{
    font-size: 15px;
    line-height: 170%;
    
    word-wrap: break-word;
    word-break: break-all;

}






.ceb02_ttl{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 13px;
}

.ceb02{
    padding-bottom: 20px;
    margin-bottom: 30px;
border-bottom: 1px dotted #999999;
}

.ceb02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 13px;
}

.ceb02 ul li:nth-child(2n){
    margin-right: 0%;
}









/* 共通お問い合わせ---------------------------------------------- */


.cmm_ctt{
width: 100%;
height: auto;
}

.cmm_ctt dl{
text-align: center;
}

.cmm_ctt dl dt{
    margin-bottom: 20px;
}

.cmm_ctt dl dt p{
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 15px;

    
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;    
}


.cmm_ctt dl dt img{
    max-width: 135px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    
}

.cmm_ctt dl dd{
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 25px;
    color:#000000;   

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 400;    
}

.cmm_ctt dl dd p{
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 2px;
    color:#176aab;    
  
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;    
}



.cmm_ctt_btn{
	max-width:360px;
	width:100%;
	height:auto;
    margin: 0 auto;

  text-align: center;
  text-decoration: none;  
}

.cmm_ctt_btn a{
    margin: 0 auto;
    padding: 15px 5px 15px 5px;
    box-sizing: border-box;

    display: block;
    font-size: 18px;
    line-height: 100%;
    color: #8c7402; 

    background:#FFFFFF;
    border: 1px solid #8c7402;

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;      
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  
    

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */    
}

.cmm_ctt_btn a:hover{
    color:#FFFFFF;
    background:#8c7402;
    border: 1px solid #8c7402; 

}






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




.abt_msg{
    margin-bottom: 60px;
}

.abt_msg dl{

}

.abt_msg dl dt{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 15px;
    font-weight: 700;
}

.abt_msg dl dd{
    font-size: 15px;
    line-height: 170%;
    
    word-wrap: break-word;
    word-break: break-all;
}





.abt_tbl{
	width:100%;
	height:auto;
    margin-bottom: 60px;
}

.abt_tbl table{
	width:100%;
	height:auto;

}

.abt_tbl table th{
    width: 120px;
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;

	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

    
    vertical-align: text-top;

	text-align:left;    border-bottom: 1px dotted #2f9fc4;
}

.abt_tbl table td{
	padding:10px 20px 10px 20px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    
	text-align:left;    border-bottom: 1px dotted #2f9fc4;
}


.abt_tbl_th01{
    width: 230px;
}

.abt_tbl table td a{
    color: #0066cc;
    text-decoration: underline;
}

.abt_tbl table td a:hover{
    color: #0066cc;
    text-decoration:none;
}




.abt_map_txt{
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 15px;
}

.abt_map{
    margin-bottom: 60px;
}










/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}





















/* お問い合わせフォーム---------------------------------------------- */




.ctt_tel{
    margin-bottom: 60px;

}

.ctt_tel dl dt{
    font-size: 45px;
    line-height: 100%;
    text-align: center;
    color: #00ac9a;
    margin-bottom: 15px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 20px;
    line-height: 160%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}






.contact-txt{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 60px;
}



.f_text01{
font-size: 14px;
line-height: 120%;
text-align: center;
    margin-bottom: 15px;
}


.f_text01 a{
    color:#000000;
    text-decoration: underline;
}

.f_text01 a:hover{
    color:#000000;
    text-decoration: underline;
}


.contact-t{
	font-size:16px;
	line-height:160%;
	margin-bottom:40px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}



#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}


input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */



h1.h1_01{
    position: absolute;
    top: 9px;
    left: 20px;
    width: 135px;
}




h2.h2_01{
  font-size: 15px;
  line-height: 110%;
  margin-bottom: 29px;

  color: #999999;  
  
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 400;      

}

h2.h2_01 p{
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 2px;
  color: #8c7402;
  margin-left: -0px;

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;  
}



h2.h2_02{
  font-size: 15px;
  line-height: 110%;
  margin-bottom: 29px;
  text-align:center;

  color: #999999;  
  
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 400;      

}

h2.h2_02 p{
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 2px;
  color: #8c7402;
  margin-left: -0px;

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;  
}



.h2_btm01{
  margin-bottom: 5px !important;
}



.h2_cr{
    color:  #FFFFFF !important;
}


.h2_cnr{
    text-align: center !important;
}

.h2_btm{
    margin-bottom: 10px !important
}

.h2_btm0{
    margin-bottom: 0px !important
}

.h2_btm01{
    margin-bottom: 25px !important
}





h3.h3_01{
    font-size: 20px;
    line-height: 120%;
    padding-bottom: 4px;
    margin-bottom: 24px;
    color: #2f9fc4;
    text-align: center;
    
    border-bottom: 2px solid #2f9fc4;
  
    font-family: ryo-display-plusn, serif;
    font-style: normal;
    font-weight: 700;    
}





h4.h4_01{
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    
    border-left: 5px solid #8c7402;
    padding: 10px;
    margin-bottom: 24px;

}


/* スライド ---------------------------------------------- */


.top_slide_out{
    padding: 0 15px;
}


.top_slide{
	width:100%;
	min-height:270px;
	z-index:5;

    margin-top: 50px;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}


.slide_txt_out{
position:relative;
max-width: 1000px;
width: 100%;
height: 270px;
margin: 0 auto;

box-sizing: border-box;



   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
z-index: 6000;
}

.slide_txt_out p{

    width: 280px;
    margin-top: -90px;
}




.slide_txt_out01{
position:relative;
max-width: 1000px;
width: 100%;
height: 200px;
margin: 0 auto;

box-sizing: border-box;



   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
z-index: 6000;
}

.slide_txt_out01 p{
    width: 160px;
}






/* 各ページイメージ ---------------------------------------------- */


.main_txt_out{
position: absolute;
width: 100%;
height: 230px;

box-sizing: border-box;

z-index: 6000;

  display: flex;
  justify-content: center;
  align-items: center;
}


.main_txt_out dl dt{


    font-size: 25px;
    line-height: 130%;
    color:#ffffff;

    margin-bottom: 10px;
    
   z-index: 9000;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal !important;
    font-weight: 800 !important;
}

.main_txt_out dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}


.main_txt_out dl dd{
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;


font-family: titular, sans-serif;
font-style: normal;
font-weight: 300;
}



.our_policyt_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/our_policy/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
}


.grave_making_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/grave_making/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
}




.grave_reform_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/grave_reform/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
}



.grave_aftercare_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/grave_aftercare/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
}



.construction_example_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/construction_example/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
}



.about_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/about/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
}




.contact_top_img{
	width: 100%;
	height:200px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
}



/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:60px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}





/* ページ共通背景 ---------------------------------------------- */



.bg_main_tp{
    margin-top: 50px;
}

.bg_main{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") top no-repeat;
    background-size:contain;                               /* 画像のサイズを指定    */
}


.button_l{
    margin: 0 !important;
}





.button_c{
    margin: 0 auto !important;
}

.button01{
	width:170px;
	height:36px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #8c7402;
    

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */       
}

.button01 a{
    display: block;
    width: 100%;
    height: 36px;
    font-size: 13px;
    line-height: 100%;

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */       

    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  
    
}

.button01 a:hover{
    background: rgba(0,0,0,0.10);
}


/*
.button01 a{

	width:300px;
    height: 60px;
    font-size: 16px;
    line-height: 110%;
    color:#8c7402;
    padding-top: 1px;

    background:#FFFFFF;
	border: 1px solid #8c7402;
     box-sizing: border-box;



    font-family: ryo-gothic-plusn, sans-serif;
    font-weight:400;
    font-style: normal;   
    


}


.button01 a:hover {
    background:#FFFFFF;
	border: 1px solid #8c7402;
    color:#8c7402;
}*/





/*== 矢印の線がループして伸縮 */





.btnlinestretches5{


    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 
	color:#8c7402;
    padding:7px 0;
	display:inline-block;
    text-decoration: none;
    outline: none;
}

/*線の設定*/
.btnlinestretches5::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #8c7402;
}

/*矢印の設定*/
.btnlinestretches5::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom:-4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #8c7402;
    border-right: 1px solid #8c7402;
    transform: rotate(45deg);
}

/*線と矢印を繰り返しアニメーション*/
.btnlinestretches5::before {
    animation: arrowlong01 2s ease infinite;
}
.btnlinestretches5::after {
    animation: arrowlong02 2s ease infinite;
}

@keyframes arrowlong01{
    0%{width:0;opacity:0}
    20%{width:0;opacity:1}
    80%{width:95%;opacity:1}
    100%{width:95%;opacity:0}
}

@keyframes arrowlong02{
    0%{left:0;opacity:0}
    20%{left:0;opacity:1}
    80%{left:90%;opacity:1}
    100%{left:90%;opacity:0}
}







/* トップメッセージ---------------------------------------------- */



.tp_msg{
    max-width: 450px;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 40px auto;
}





/* 新着情報---------------------------------------------- */

.tp_news{
margin-bottom: 50px;
}


.tp_news dl{
margin-bottom: 20px;
}

.tp_news dl dt{
font-size: 13px;
line-height: 150%;
float: none;
clear: both;

color:#336699;

letter-spacing: 0.03em;

}

.tp_news dl dd{
font-size: 14px;
line-height: 150%;
margin: 0 0 7px 0;
padding-bottom: 6px;
padding-left: 0;    border-bottom: 1px dotted #2f9fc4;
}


.tp_news dl dd a{
    color: #000000;
    text-decoration: none;
}


.tp_news dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}



.news_ttl{
    font-size: 18px;
    line-height: 160%;
    border-bottom:3px solid #3b3653;
    margin-bottom: 15px;
    padding-bottom: 5px;
  
       font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;   
}

.news_day{
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 15px;
    text-align: right;
}

.news_post{
    font-size: 16px;
    line-height: 170%;
}




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


.tp_ebr00{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 20px;
}




.tp_ebr01{
    max-width: 220px;
    width: 100%;
    height: auto;
    margin: 0 auto 25px auto;

}


.tp_ebr02{
    margin-bottom: 50px;
}


.tp_ebr02 ul{
    margin-bottom: 15px;
}

.tp_ebr02 ul li{
    width: 49%;
    height: 150px;
    margin-right: 2%;
    float: left;
    margin-bottom: 8px;
    padding: 10px;
    box-sizing: border-box;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 


	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */       
}


.tp_ebr02 ul li:nth-child(2n){
    margin-right: 0%;
}

.tp_ebr02 ul li:nth-child(3n){
    margin-right:2%;
}

.tp_ebr02 ul li:nth-child(6n){
    margin-right: 0%;
}


.tp_ebr02 ul li dl dt{
    font-size: 40px;
    line-height: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;

}

.tp_ebr02 ul li dl dd{
    font-size: 15px;
    line-height: 150%;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
}


.tp_ebr02 ul li dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}






.tp_ebr02_bg01{
	width: 100%;
	height:130px !important;
	background:url("../img/top/01_01.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg02{
	width: 100%;
	height:130px !important;
	background:url("../img/top/01_02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg03{
	width: 100%;
	height:130px !important;
	background:url("../img/top/01_03.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg04{
	width: 100%;
	height:130px !important;
	background:url("../img/top/01_04.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg05{
	width: 100%;
	height:130px !important;
	background:url("../img/top/01_05.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_ebr02_bg06{
	width: 100%;
	height:130px !important;
	background:url("../img/top/01_06.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}




/*トップからの入り口--------------------------------------------- */


.tp_igt01{
    margin-bottom: 50px;
}

.tp_igt01_l{
    width: 100%;
    height: auto;
    float: none;
}

.tp_igt01_r{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 25px;
}

.tp_igt01_r img{
width: 100%;
  height: 200px;
  object-fit: cover; /* この一行を追加するだけ！ */

}


.tp_igt02{
    margin-bottom: 50px;
}

.tp_igt02_l{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 25px;    
}

.tp_igt02_r{
    width: 100%;
    height: auto;
    float: none;

}

.tp_igt02_l img{
width: 100%;
  height: 200px;
  object-fit: cover; /* この一行を追加するだけ！ */

}




.tp_igt_in{
}

.tp_igt_in dl dt{
}

.tp_igt_in dl dd{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px;
    
    word-wrap: break-word;
    word-break: break-all;
}

.tp_igt_in_img{
    max-width: 130px;
    margin-top: 15px;
}






.tp_igt03_t{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 25px;
    text-align:left;
}

.tp_igt03_img{
    text-align: center;
    margin-bottom: 30px;
}


.tp_igt04{
}

.tp_igt04 ul li{
    width: 100%;
    height: auto;
    float: left;
    margin-right:0%;
    margin-bottom: 40px;
}

.tp_igt04 ul li:nth-child(2n){
    margin-right: 0%;
}



.tp_igt04_ttl{
    background: #57734c;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    
    font-size: 18px;
    line-height: 120%;
    text-align:center;
    color: #FFFFFF;
    font-weight: 700;    

	-webkit-border-radius:30px;     /* for Safari and Chrome */
	moz-border-radius: 30px;    /* for Firefox */
	-o-border-radius: 30px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:30px;   /* Linux browsers */
	border-radius:30px;     /* CSS3 */           
}


.tp_igt04_in{
}

.tp_igt04_in dl dt{
    font-size: 15px;
    line-height: 140%;
    background: url("../img/top/04_list.jpg") left 3px no-repeat;
    margin-bottom:5px;
    padding-left: 16px;
    background-size: 12px 12px;
}

.tp_igt04_in dl dd{
    font-size: 16px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 20px;
}

.tp_igt04_in dl dd:last-child{
	margin-bottom:0px;
}




/*トップ アクセス   --------------------------------------------- */


.tp_acs_01{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 10px;

}

.tp_acs_map{
}





/*吉田石材店のこだわり  --------------------------------------------- */


.op_img{
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #999933;
    margin-bottom: 30px;
    


	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */         
}

.op_img img{
    max-width: 180px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;

}










.op_bx{

}

.op_bx ul li{
    margin-bottom: 30px;
}

.op_bx ul li:last-child{
	margin-bottom:0px;
}




.op_bx_in{
}

.op_bx_in_l{
    width: 100%;
    height: 150px;
    float: none;
    margin-bottom: 15px;

    box-sizing: border-box;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 


	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
    
    
}




.op_bx_in_l dl dt{
    max-width: 45px;
    width: 100%;
    height: auto;
    margin: 0 auto 12px auto;
    text-align: center;
}

.op_bx_in_l dl dd{
    font-size: 15px;
    line-height: 150%;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
}


.op_bx_in_l dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}


.op_bx_in_r{
    width: 100%;
    height: auto;
    float: none;
    
    font-size: 15px;
    line-height: 170%;
    
    word-wrap: break-word;
    word-break: break-all;
}






.op_bx01{

}



.op_bx01 ul li{
    width: 100%;
    height: 520px;
    float: none;
    margin-right:0%;
    margin-bottom: 20px;
    padding:20px 20px;
    box-sizing: border-box;
    

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */    
}

.op_bx01 ul li:nth-child(2n){
    margin-right: 0%;
}



.op_bx01 dl dt{
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color:#FFFFFF;
    margin-bottom: 10px;
    font-weight: 700;
}

.op_bx01 dl dt p{
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 5px;
}



.op_bx01 dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.op_bx01 dl dd{
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 150%;
    color:#FFFFFF;
}

.op_bx01 dl dd p{
text-align: center;

    margin-bottom: 15px;
}





.op_bx01_bg01{
	width: 100%;
	height:460px !important;
	background:url("../img/our_policy/01_01.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.op_bx01_bg02{
	width: 100%;
	height:460px !important;
	background:url("../img/our_policy/01_02.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.op_bx01_bg03{
	width: 100%;
	height:460px !important;
	background:url("../img/our_policy/01_03.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.op_bx01_bg04{
	width: 100%;
	height:460px !important;
	background:url("../img/our_policy/01_04.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.op_bx01_bg05{
	width: 100%;
	height:460px !important;
	background:url("../img/our_policy/01_05.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.op_bx01_bg06{
	width: 100%;
	height:460px !important;
	background:url("../img/our_policy/01_06.png") center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}




/*お墓づくり --------------------------------------------- */


.gm_tab{
    margin-bottom: 40px;
}

.gm_tab ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 8px;
}

.gm_tab ul li:nth-child(3n){
    margin-right: 0%;
}


.gm_tab ul li:nth-child(4){
    margin-right: 2%;
    margin-bottom: 0;
}


.gm_tab ul li:last-child{
    margin-right:0%;
    margin-bottom: 0;    
}

.gm_tab ul li a{
    display: block;
    height: 50px;
    border: 1px solid #2f9fc4;
    background:#FFFFFF;
    
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    color: #2f9fc4;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;      
    

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.gm_tab ul li a:hover{
    border: 1px solid #2f9fc4;
    background:#2f9fc4;
    color:#FFFFFF;
}


.gm_tab ul li span::before {
	content: "\A" ;
	white-space: pre ;
}


.gm_0000{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;

}



.gm_000{
    margin-bottom: 20px;

}

.gm_000 dl dt{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
    font-weight: 700;
}

.gm_000 dl dd{
    font-size: 14px;
    line-height: 160%;
}

.gm_000_img{
    text-align: center;
    margin-bottom: 7px;

}


.gm_0000{
    margin-bottom: 50px;
}

.gm_0000 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.gm_0000 ul li:nth-child(2n){
    margin-right: 0%;
}





.gm_00{
    margin-bottom: 60px;
}

.gm_00 ul li{

    width: 100%;
    margin: 0 auto 30px auto;
position: relative;
background-color: #97b95b;
padding: 12px 20px 10px 20px;
box-sizing: border-box;

color: #FFFFFF;


font-size: 18px;
font-weight: 700;

}

.gm_00 ul li::before {
content: "";
position: absolute;
border: 12px solid transparent;
border-top: 18px solid #97b95b;
top: 100%;
left: 50%;
}


.gm_00 ul li span{
    font-size: 28px;
    margin-right: 10px;
}


.gm_00_txt{
    margin-top: 5px;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    font-weight: 400;
}







.gm_01{
    margin-bottom: 20px;
}


.gm_01 dl dt{
position: relative;
background-color: #97b95b;
padding: 10px 15px 7px 15px;
margin-bottom: 20px;

color: #FFFFFF;

font-size: 18px;
font-weight: 700;

}

.gm_01 dl dt::before {
content: "";
position: absolute;
border: 12px solid transparent;
border-top: 12px solid #97b95b;
top: 100%;
left: 50%;
}



.gm_01 dl dt span{
    font-size: 30px;
    margin-right: 7px;
}


.gm_01 dl dd{
    font-size: 14px;
    line-height: 160%;
    
    word-wrap: break-word;
    word-break: break-all;

}



.gm_02{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.gm_02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.gm_02 ul li:nth-child(2n){
    margin-right: 0%;
}



.gm_bdr{
    border-bottom: 1px dotted #999999;

}

.gm_bdr01{
    border-bottom: 1px dotted #999999;
    padding-bottom: 40px;

}



.gm_03_btm01{
    margin-bottom: 60px !important;
}


.gm_03{

    margin-bottom: 50px;

}


.gm_03_in_b01{
    margin-bottom: 17px !important;
}



.gm_03_in{
/*    margin-bottom: 17px;*/

}

.gm_03_in dl dt{
    font-size: 14px;
    line-height: 130%;
    text-align:left;
    color: #FFFFFF;
    font-weight: 700;
    background: #57734c;
    margin-bottom: 15px;
    padding: 10px 15px;
    
    

	-webkit-border-radius:35px;     /* for Safari and Chrome */
	moz-border-radius: 35px;    /* for Firefox */
	-o-border-radius: 35px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:35px;   /* Linux browsers */
	border-radius:35px;     /* CSS3 */    
}

.gm_03_in dl dd{
    font-size: 14px;
    line-height: 160%;
    
    word-wrap: break-word;
    word-break: break-all;

}


.gm_04{

    width: 100%;
    height: auto;
    height: auto;
    margin: 0 auto 50px auto;
    

}

.gm_04 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.gm_04 ul li:nth-child(2n){
    margin-right: 0%;
}


.gm_05{

    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.gm_05 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}

.gm_05 ul li:nth-child(2n){
    margin-right: 0%;
}





.gm_06_t{
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.gm_06{
    max-width: 450px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;

}


.gm_06 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 2%;
    background: #a19a83;
    padding: 15px 15px;
    box-sizing: border-box;
    margin-bottom: 15px;

}


.gm_06 ul li:nth-child(3n){
    margin-right: 0%;
    margin-bottom: 0;
}

.gm_06 dl dt{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #a19a83;
    font-weight: 700;
    background:#FFFFFF;
    margin-bottom: 15px;
    padding: 8px;

	-webkit-border-radius:35px;     /* for Safari and Chrome */
	moz-border-radius: 35px;    /* for Firefox */
	-o-border-radius: 35px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:35px;   /* Linux browsers */
	border-radius:35px;     /* CSS3 */      
}


.gm_06 dl dd{
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}


.gm_07{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 45px auto;
    text-align: center;
}




.gm_08{
}

.gm_08 ul li{
    width: 100%;
    height: auto;
    float: left;
    margin-right:0%;
    margin-bottom: 40px;
}

.gm_08 ul li:nth-child(2n){
    margin-right: 0%;
}



.gm_08_ttl{
    background: #57734c;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    
    font-size: 18px;
    line-height: 120%;
    text-align:center;
    color: #FFFFFF;
    font-weight: 700;    

	-webkit-border-radius:30px;     /* for Safari and Chrome */
	moz-border-radius: 30px;    /* for Firefox */
	-o-border-radius: 30px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:30px;   /* Linux browsers */
	border-radius:30px;     /* CSS3 */           
}


.gm_08_in{
}

.gm_08_in dl dt{
    font-size: 15px;
    line-height: 140%;
    background: url("../img/top/04_list.jpg") left 3px no-repeat;
    margin-bottom:5px;
    padding-left: 16px;
    background-size: 12px 12px;
}

.gm_08_in dl dd{
    font-size: 16px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 20px;
}

.gm_08_in dl dd:last-child{
	margin-bottom:0px;
}



/*お墓のリフォーム --------------------------------------------- */


.gr_01{
    margin-bottom: 50px;
}

.gr_01 ul li{
    width: 49%;
    height: 80px;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    
    background: #57734c;
 
     font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
   
	-webkit-border-radius:20px;     /* for Safari and Chrome */
	moz-border-radius: 20px;    /* for Firefox */
	-o-border-radius: 20px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:20px;   /* Linux browsers */
	border-radius:20px;     /* CSS3 */      
}

.gr_01 ul li:nth-child(2n){
    margin-right: 0%;
}


.gr_01 ul li:nth-child(3n){
    margin-right: 2%;
}


.gr_01 ul li:nth-child(4){
    margin-bottom: 15px;
}

.gr_01 ul li:nth-child(5){
    margin-bottom: 0;
}

.gr_01 ul li:nth-child(6){
    margin-bottom: 0;
    margin-right: 0%;    
}





.gr_02{
margin-bottom:40px;

}

.gr_02 table{
	width:100%;
	height:auto;

}

.gr_02 table th{
    width: 16.66666%;
	padding:10px 5px 10px 5px;	
	box-sizing:border-box;
    background: #90aabb;
    color: #FFFFFF;
    
	font-size:13px;
    line-height: 120%;
	border-collapse:collapse;


	text-align:center;
    border: 1px solid #cbcccb;
}

.gr_02 table td{
    width: 16.66666%;
	padding:10px 5px 10px 5px;	
	box-sizing:border-box;

	font-size:13px;
    line-height: 120%;
	border-collapse:collapse;


	text-align:center;
    border: 1px solid #cbcccb;
}

.gr_02 table th span::before {
	content: "\A" ;
	white-space: pre ;
}


.gr_02 table td span::before {
	content: "\A" ;
	white-space: pre ;
}




/*アフターケア --------------------------------------------- */

.gac01{
    font-size: 15px;
    line-height: 160%;
    text-align:left;
    margin-bottom: 20px;

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;   

}



.gac02{
margin-bottom: 50px;

}


.gac02 table{
	width:100%;
	height:auto;
    
    border-top: 1px dotted #999999;

}

.gac02 table th{

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

    border-bottom: 1px dotted #999999;
}

.gac02 table td{

	padding:10px 0px 10px 0px
	box-sizing:border-box;
    
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

    border-bottom: 1px dotted #999999;
}




/*施工例 --------------------------------------------- */


.ceb01{
    padding: 25px 20px 0px 20px;
    background: #f2f2e9;
 
    

	-webkit-border-radius:15px;     /* for Safari and Chrome */
	moz-border-radius: 15px;    /* for Firefox */
	-o-border-radius: 15px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:15px;   /* Linux browsers */
	border-radius:15px;     /* CSS3 */
}



.ceb01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 40px;
}

.ceb01 ul li:nth-child(2n){
    margin-right: 0%;
}



.ceb01 ul li:last-child{
	margin-bottom:25px;
}



.ceb01 ul li dl dt{
    font-size: 14px;
    line-height: 130%;
    text-align:left;
    color: #FFFFFF;
    font-weight: 700;
    background: #57734c;
    margin-bottom: 15px;
    padding: 10px 15px;
    
    

	-webkit-border-radius:35px;     /* for Safari and Chrome */
	moz-border-radius: 35px;    /* for Firefox */
	-o-border-radius: 35px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:35px;   /* Linux browsers */
	border-radius:35px;     /* CSS3 */    
}

.ceb01 ul li dl dd{
    font-size: 14px;
    line-height: 160%;
    
    word-wrap: break-word;
    word-break: break-all;

}








.ceb02_ttl{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 13px;
}

.ceb02{
    padding-bottom: 13px;
    margin-bottom: 20px;
border-bottom: 1px dotted #999999;
}

.ceb02 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 9px;
}

.ceb02 ul li:nth-child(2n){
    margin-right: 0%;
}




/* 共通お問い合わせ---------------------------------------------- */


.cmm_ctt{
width: 100%;
height: auto;
}

.cmm_ctt dl{
text-align: center;
}

.cmm_ctt dl dt{
    margin-bottom: 12px;
}

.cmm_ctt dl dt p{
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 15px;

    
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;    
}


.cmm_ctt dl dt img{
    max-width: 100px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    
}

.cmm_ctt dl dd{
    font-size: 15px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 15px;
    color:#000000;   

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 400;    
}

.cmm_ctt dl dd p{
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 2px;
    color:#176aab;    
  
font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;    
}



.cmm_ctt_btn{
	max-width:240px;
	width:100%;
	height:auto;
    margin: 0 auto;

  text-align: center;
  text-decoration: none;  
}

.cmm_ctt_btn a{
    margin: 0 auto;
    padding: 10px 5px 10px 5px;
    box-sizing: border-box;

    display: block;
    font-size: 14px;
    line-height: 100%;
    color: #8c7402; 

    background:#FFFFFF;
    border: 1px solid #8c7402;

font-family: ryo-display-plusn, serif;
font-style: normal;
font-weight: 700;      
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  
    

	-webkit-border-radius:10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius:10px;     /* CSS3 */    
}

.cmm_ctt_btn a:hover{
    color:#FFFFFF;
    background:#8c7402;
    border: 1px solid #8c7402; 

}







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





.abt_msg{
    margin-bottom: 50px;
}

.abt_msg dl{

}

.abt_msg dl dt{
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 12px;
    font-weight: 700;
}

.abt_msg dl dd{
    font-size: 14px;
    line-height: 160%;
    
    word-wrap: break-word;
    word-break: break-all;
}











.abt_tbl{
	width:100%;
	height:auto;
    margin-bottom: 50px;
}

.abt_tbl table{
	width:100%;
	height:auto;

}

.abt_tbl table th{
    width: 80px;
	padding:7px 0px 7px 0px;	
	box-sizing:border-box;

    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

    
    vertical-align: text-top;

	text-align:left;    border-bottom: 1px dotted #2f9fc4;
}

.abt_tbl table td{
	padding:7px 10px 7px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    
	text-align:left;    border-bottom: 1px dotted #2f9fc4;
}


.abt_tbl_th01{
    width: 140px;
}

.abt_tbl table td a{
    color: #0066cc;
    text-decoration: underline;
}

.abt_tbl table td a:hover{
    color: #0066cc;
    text-decoration:none;
}



.abt_map_txt{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 15px;
}

.abt_map{
    margin-bottom: 40px;
}






/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:16px;
    line-height: 160%;

    margin-bottom: 5px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


.privacy dd {
    font-size:14px;
    line-height: 150%;
    margin-bottom: 25px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}













/* お問い合わせフォーム---------------------------------------------- */





.ctt_tel{
    margin-bottom: 40px;

}

.ctt_tel dl dt{
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    color: #00ac9a;
    margin-bottom: 5px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 16px;
    line-height: 160%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}






.contact-txt{
	font-size:15px;
	line-height:150%;
    margin-bottom: 50px;
}





.f_text01{
font-size: 13px;
line-height: 120%;
text-align: center;
    margin-bottom: 15px;
}


.f_text01 a{
    color:#000000;
    text-decoration: underline;
}

.f_text01 a:hover{
    color:#000000;
    text-decoration: underline;
}


.contact-t{
	font-size:15px;
	line-height:150%;
	margin-bottom:40px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

.contact-t dl dt{
	color:#F90;
	font-size:20px;
	text-align:left;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:16px;
	line-height:140%;
	margin-bottom:15px;
	text-align:left;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}
.contact-t dl dd:last-child{
	margin-bottom:0px;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}





#contact-f{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}


#contact-f th{
	font-size:15px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

#contact-f td{
	font-size:15px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:100%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	box-sizing:border-box;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;

}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}







#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}













}
