@charset "shift_jis";
@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
body {
	background-color:#ffffff;
	text-align:center;
	font-size:80%;
	line-height:1.5;
	color:#202020;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0;
	text-align:center;
}

/*a{ color:#811B1B;}
a:hover{color:#611414;}*/

#inbox{
	width:910px;
	margin:0 auto;
	/*background-image:url(../img/back.gif);
	background-repeat:repeat-y;*/
	text-align:left;
}

#inbox-inner{
	width:900px;
	margin-left:4px;
}

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

	ヘッダー
	
--------------------------*/

h1{
	width:897px;
	background-color:#760505;
	line-height:normal;
	font-size:9pt;
	color:#ffffff;
	padding:2px 0 2px 3px;
}

#header{
	width:900px;
	height:153px;
	position:relative;
	background-image:url(../img/header-back.gif);
	background-repeat:repeat-x;
}

#header-logo{
	width:462px;
	height:112px;
	position:absolute;
	top:50%;
	margin-top:-52px;
	left:10px;
}

#header-logo h2{
	margin-bottom:10px;
}

#header-inq{
	width:417px;
	height:142px;
	position:absolute;
	background-image:url(../img/header-inq-back.gif);
	background-repeat:no-repeat;
	top:5px;
	right:3px;
	
}

#header-inq .title{
	position: absolute;
	top:0;
	left:5px;
}

#header-inq .inner{
	width:100%;
	height: 100%;
	display:flex;
	justify-content: center;
	align-items: center;
}

#header-inq .tel{
	width:395px;
}


#header-inq .tel img{
	margin-bottom:3px;
}

#header-inq .hour{
	width:395px;
}

/*#header-inq .ico{
	position:absolute;
	bottom:10px;
	left:15px;
}*/

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

	メニュー
	
--------------------------*/

#menu{
	width:899px;
	height:47px;
	/*background-image:url(../img/menu-back_f01.jpg);
	background-repeat:repeat-x;*/
	padding-bottom:1px;
	border-bottom:1px solid #BA969F;
	border-left:1px solid #BA969F;
	display: flex;
}

#menu li{
	width:calc(100% / 6);
	height:47px;
	/*float:left;*/
	text-align:center;
	line-height:normal;
	border-right:1px solid #BA969F;
	display:flex;
	justify-content: center;
	align-items: center;
}

#menu a,
#now{
	font-family: 'Noto Sans JP', sans-serif;
	width:100%;
	height:47px;
	font-size:16px;
	color:#740505;
	text-decoration: none;
	display:flex;
	justify-content: center;
	align-items: center;
	transform: rotate(0.03deg); 
	border-right:1px solid #BA969F;
	/*position:relative;*/
}

/*#menu .first a{
	width:114px;
}*/

#menu a:hover{
	background-image:url(../img/menu-back_f02.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#now{
	background-image:url(../img/menu-back_f02.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	position:relative;
}

#now img{
	position:absolute;
	top:50%;
	margin-top:-18px;
	left:50%;
	margin-left:-47px;
}

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

	メイン
	
--------------------------*/

#main{
	width:900px;
	/*background-image:url(../img/main-back.gif);
	background-repeat:repeat-y;*/
	padding:10px 0;
}

#main-left{
	width:176px;
	float:left;
	border:1px solid #BB5370;
	padding-top:10px;
}

#main-right{
	width:700px;
	float:right;
}

/*------メイン左側----------*/

#main-title{
	margin-bottom:15px;
	text-align:center;
}

#main-left-photo{
	width:170px;
	margin:0 auto;
	text-align:center;
}

#main-left-photo img{
	margin-bototm:10px;
}

#main-left-photo .text{
	text-align:left;
	font-size:90%;
}

#main-left .item{
	width:176px;
	margin-top:10px;
}

#main-left .item h3{
	margin-bottom:3px;
}

#main-left .item-main{
	width:166px;
	margin:0 auto;
	padding:5px 3px;
	background-color:#FFFFFF;
	font-size:95%;
}

#main-left li{
	margin-bottom:3px;
	background-image:url(../img/left-link-ico_f01.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:8px;
	line-height:normal;

}

/*#main-left li a{
	color:#202020;
}

#main-left li a:hover{
	color:#811B1B;
}*/

#main-left #for-first .item-text{
	min-height:50px;
	background-image:url(../img/first-ico.gif);
	background-repeat:no-repeat;
	padding-left:40px;
	margin-bottom:5px;
}

#main-left #left-inq p{
	margin-top:5px;
}

#main-left #left-voice .bana{
	text-align:right;
	margin-top:10px;
}

/*------メイン右側----------*/
#main-right-inner{
	width:700px;
	*margin:0 auto;
}

/*------下お問い合せ----------*/

#bottom-inq{
	width:700px;
	height:197px;
	background-image:url(../img/bottom-inq.gif);
	background-repeat:no-repeat;
	position:relative;
	margin:0 auto;
}

#bottom-inq h3{
	width:312px;
	height:18px;
	position:absolute;
	top:20px;
	left:20px;
	line-height:normal;
}

#bottom-inq .tel{
	width: 416px;
	height: 61px;
	position: absolute;
	top: 48px;
	left: 30px;
}

#bottom-inq .tel p{
	margin-top:3px;
}

#bottom-inq .area{
	position:absolute;
	top:20px;
	right:20px;
}

#bottom-inq .inq-bana{
	position:absolute;
	top:85px;
	right:20px;
}

#bottom-inq .address{
	width:679px;
	height:40px;
	position:absolute;
	bottom:0;
	left:15px;
	background-image:url(../img/bottom-line.gif);
	background-repeat:repeat-x;
	padding-top:10px;
}

#bottom-inq .address .name{
	float:left;
}

#bottom-inq .address .jyusyo{
	float:right;
}
/*--------------------------

	フッダー
	
--------------------------*/

#fooder{
	width:900px;
	border-top:3px double #BB5370;
	/*background-color:#F8F3F3;*/
	padding:10px 0 15px 0;
	font-size:8pt;
	text-align:center;
}

#fooder-link{
	text-align:center;
	margin-bottom:15px;
	color:#4A2B30;
}

/*#fooder a{
	color:#4A2B30;
	text-decoration:none;
}

#fooder a:hover{
	text-decoration:underline;
	color:#660000;
}*/
