@charset "utf-8";

@font-face {
  font-family: 'Hannari';
  src: url(../font/Hannari.woff2) format("woff2"),url(../font/Hannari.woff) format("woff");
}

body {
  width: 100%;
	background-color: #fff;
	font-size: 62.5%;
	line-height: 1.75;
	font-family:  "ヒラギノ角ゴPro W3",Arial, Roboto,"Droid Sans","Hiragino Kaku Gothic ProN" ,"メイリオ",Meiryo,Sans-Serif;
}
a {
	color: #111;
	text-decoration: none;
}	
a:hover {
	color: #111;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size: 0;	
    clear: both; 
	visibility: hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.op:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */	
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
body div.wpcf7-validation-errors {
	display: none !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.sp_only {
  display: none;
}
select,label {
	cursor: pointer;
}


/*--------------------------------------
　header
---------------------------------------*/
#header-container {
	width: 100%;
}
#header {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  background-position: center top;
  background-size: cover;
  position: relative;
}
header #sp_menu {
  display: none;
}
#head_inner {
	width: 1000px;
  height: calc(100vh - 78px);
  margin: 0 auto;
  position: relative;
}
#head_inner .imgttl{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 420px;
  height: 420px;
}

/*--------------------------------------
　pagenation
---------------------------------------*/
.box .wp-pagenavi {
	text-align: center;
}
.box .wp-pagenavi span.current {
	color: #FFF;
	background: #151b3d;
}
.box .wp-pagenavi a.previouspostslink,
.box .wp-pagenavi a.nextpostslink {
	font-size: 12px;
}
.box .wp-pagenavi a,
.box .wp-pagenavi span {
	display: inline-block;
	height: 24px;
	box-sizing: border-box;
	color: #b1b1b1;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 0 4px;
}

/*--------------------------------------
　gnav
---------------------------------------*/
#gnav {
	width: 100%;
	height: 78px;
	background: #192254;
}
#gnav #gnav_inner {
	width: 1000px;
	height: 78px;
	margin: 0 auto;
	background-color: #fff;
}
#gnav #gnav_inner li {
	float: left;
}
#gnav #gnav_inner li img {
  display: block;
}

#linkArea {
  padding: 45px 0 50px;
  background-image: url(../../img/funeral/background01.png);
}
#linkArea .box{
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
}
#linkArea .box a {
  display: block;
}

/*--------------------------------------
　footer
---------------------------------------*/
#footer {
	width: 100%;
	background: url(../../img/common/footerBg.jpg) no-repeat;
  background-size: cover;
}
#footer_top {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
  padding: 30px 0 20px;
	font-size: 14px;
  color: #FFFFFF;
  border-bottom: 1px solid #FFF;
}
#footer_top .flogo{
  display: block;
  margin:10px 80px 0 20px;
}
#footer_top #fnav_box01 {
  margin-right: 30px;
}
#footer_top #fnav_box01 #fnav01{
  margin-left: 14px;
}
#footer_top #fnav_box02 {
  margin-right: 30px;
}
#footer_top #fnav_box02 .flexBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding-left: 14px;
}
#footer_top #fnav_box02 #fnav02{
  margin-right: 10px;
}
#footer_top #fnav_box01 p a,
#footer_top #fnav_box02 p a,
#footer_top #fnav_box04 p a{
  color: #FFFFFF;
}
#footer_top #fnav_box01 ul a,
#footer_top #fnav_box02 ul a,
#footer_top #fnav_box04 ul a{
  color: #FFFFFF;
  font-size: 12px;
}
#footer_top #fnav_box01 p a:hover,
#footer_top #fnav_box02 p a:hover,
#footer_top #fnav_box04 p a:hover,
#footer_top #fnav_box01 ul a:hover,
#footer_top #fnav_box02 ul a:hover,
#footer_top #fnav_box04 ul a:hover {
	color: #D7D7D7;
}
#footer_top #fnav_box04 ul{
  margin-top: 20px;
  width: 1000px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
#footer_top #fnav_box04 ul li:nth-child(1){
  margin-left: 280px;
}
#footer_top #fnav_box04 ul li{
  margin-right: 40px;
}

#footer_middle {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
	width: 1000px;
	margin: 0 auto;
  padding: 20px 0 30px;
  color: #FFFFFF;
}
#footer_middle .address {
  color: #FFFFFF;
  font-size: 14px;
  margin-right: 25px;
}
#footer_middle .contactBox {
  display: block;
  margin-right: 20px;
}
#footer_middle .contactBox:hover {
	opacity: 0.7;
}
#footer_bottom {
	width: 1000px;
  margin: 0 auto;
	height: 30px;
  text-align: center;
	font-size: 12px;
	color: #fff;
}
.rental_bn {
    padding: 20px 0 10px 280px;
}