﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');

@import url("Normalize.css");  
@import url("reset.css");  
/* default */
@import url("base.css");

/*========================================
 + CONTENTS
========================================*/
body {
	background-image: url(../images/bodyBack.png);
	/* padding: 0 0 95px; */
	color: #321301;
	border-top: 3px solid #321301;
}

#Wrap{
	width:100%;
	min-height:800px;
}

#contents{
	margin:0px auto 50px;
}

#LeftDisp{
	width: 705px;
	float:left;
	position:relative;
}

#RightDisp{
	width:257px;
	float:right;
	position:relative;
}

.w980{
	width: 980px;
	margin:0 auto;
}
.wrapper {
    width:980px;
	margin:0 auto;
}


/*========================================
 + TITLE
========================================*/
h1 {
    position: absolute;
    top:-15px;
    font-size: 11px;
    left: 50%;
	margin: 0 0 0 -480px;
	font-weight: normal
}




/*========================================
 + HEADER
========================================*/
#Header {
    height: 160px;
    box-sizing: border-box;
	position: relative;
	z-index: 5;
}
#Header::after {
	content: "";
	width: 100%;
	background-color: #321301;
	height: 55px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#Header .wrapper {
}
.head-main {
    margin: 20px 0 0;
}
.head-logo {
	width: 405px;
    float: left;
    margin: 9px 0 0;
	font-family: 'Sawarabi Mincho', serif;position: relative;
	color: #321301 !important;
	transform: 0.8s;
}
.head-logo span{
	transform: 0.8s;
	
font-size: 14px;font-weight: bold;position: absolute;bottom: -2px;left: 97px;}
.head-logo:hover span{
	opacity: 0.7;

}
#head-right{
    float: right;
}
#top-link{
	display: flex;
}
#top-link li{
	margin:0 0 0 15px;
}
#top-link li i{
	color:#b13535;
	margin:0 5px 0 0;
}
#top-link li a{
	color:#301209;
	font-weight: 600;
	font-size: 12px;
}
/*-- head-store --*/
.head-store{
    display: flex;
    justify-content: flex-end;
    margin: 5px 0 0 0;
}
.head-store li dl {
    display: flex;
    flex-wrap: wrap;
    width: 335px;
    justify-content: flex-end;
}

.head-store dt {
    font-weight: 500;
    width: 90px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    background : #321301;
    position: relative;
}
.head-store li:first-child dt::after {
    content: "▶ 大阪府";
    position: absolute;
    top: 0;
    right: -60px;
    color: #321301;
    display: block;
    font-weight: 700;
}
.head-store li:last-child dt::after {
    content: "▶ 埼玉県";
    position: absolute;
    top: 0;
    right: -60px;
    color: #321301;
    display: block;
    font-weight: 700;
}
.head-store-tel {
    font-size: 28px;
    font-weight: 700;
    color: #b13535;
    background-image: url(../images/header/tel-icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0 0 0 42px;
    line-height: 25px;
    margin: 5px 0;
    letter-spacing: 1px;
}
.head-store dd:last-child {
    display: flex;
}
.head-store dd:last-child p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1rem;
}
.head-store dd:last-child a {
    display: block;
    margin: 0 0 0 6px;
    width: 197px;
    height: 36px;
    box-sizing: border-box;
    background-color: #b13535;
    line-height: 35px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    background-image: url(../images/header/mail-icon.png);
    background-repeat: no-repeat;
    background-position: 22px center;
    padding: 0 0 0 49px;
    transition: .3s all;
    border-bottom: 3px solid #860707;
}
.head-store dd:last-child a:hover {
    border-bottom: 3px solid #b13535;
}



/*========================================
 + g-nav
========================================*/
.g-nav {
    height: 55px;
    position: absolute;
	bottom: 0;
	z-index: 5;
    background-color: #321301;
    
}
.g-nav ul {
    display: flex;
    background-image: url(../images/header/nav-line.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.g-nav li {
    box-sizing: border-box;
    width: 14.3%;
    height: 55px;
    text-align: center;
    background-image: url(../images/header/nav-line.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.g-nav li a {
    display: block;
    width: 93%;
    margin: 6% auto 0;
    color: #fff;
    font-family: 'Noto Serif JP', "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.3;
    background-color: #321301;
    transition: .3s all;
}
#Navi04 a{
    font-size: 15px !important;
    letter-spacing: 0 !important;
}
.g-nav li a span {
    font-size: 11px;
}
.g-nav li a:hover {
    background-color: #f7e4aa;
    color: #321301;
    border-radius: 3px
}



/*========================================
 + PANKUZU
========================================*/
#pankuzu{
	margin:5px auto 5px;
	width:960px;
}
#pankuzu li{
	float:left;
	margin:0 5px 0 0;
	font-size: 13px;
}
#pankuzu li:first-child{
	margin:0 5px 0 3px;
}
#pankuzu li a{
	font-size: 13px;
}






/*========================================
 + FOOTER
========================================*/
#footer_disp{
	position:relative;
	border-top:1px solid #655049;
}
/*** FOOTER：リンク ***/
#footer_btm{
	border: 1px solid #000;
	background-color: #321301;
	padding:20px 0;
}
#footer_btm ul {
	display: flex;
}
#footer_btm ul li{
	padding-right:5px;
	color:#FFF;
	width: calc((100% - 196px) / 5);
}
#footer_btm ul li:last-child{
	width: 196px;
	padding: 0;
}
#footer_btm ul li a{
	color:#FFFFFF;
}
#footer_btm ul li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer_btm ul li table{
	width:100%;
}
#footer_btm ul li table th{
	padding:2px 0 2px;	
	background-image: url(../images/footer_th2.png);
	background-repeat:no-repeat;
	background-position:5px center;
	display:block;
	padding:0 0 0 21px;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
}
#footer_btm ul li table td{
	padding:2px 0 0 15px;
	font-size: 13px;
}
#footer_btm ul li table td a{
	background-image: url(../images/footer_td.png);
	background-repeat:no-repeat;
	background-position:5px center;
	display:block;
	padding:0 0 0 15px;
	text-decoration:none;
}
/*** COPYRIGHT ***/
#cp{
	padding: 5px 0 2px;
	text-align:center;
font-size: 13px;}
#footer_info{
	background-image: url(../images/footerlogo.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 85px;
	line-height:1.5em;
}
#cp .w980{position:relative;}



/*========================================
 + ページング
========================================*/
.page_area{
	margin:10px 0 5px 0;
	clear:both;
	/* height:24px; */
	line-height:24px;
	padding:0px 0px 5px;
}

.page{
	margin-left:5px;
	width:30px;
	height:30px;
	display:block;
	float:left;
	text-align:center;
	font-size:11px;
	color:#5e5e5e !important;
	border:1px solid #ababab;
	background-color:#FFF;
	line-height: 30px;
	font-size: 14px;
}
.page:hover,.page.hover{
	border:1px solid #ababab;
	background-color:#e2e2e2;
	color:#5e5e5e !important;
	text-decoration:none;
}

.page_sel{
	margin-left:5px;
	width: 30px;
	height: 30px;
	display:block;
	float:left;
	text-align:center;
	border: 1px solid #321301;
	background-color: #321301;
	color: #ffffff !important;
	font-weight:bold;
}
#page_TT{
	width:450px;
	float:left;
	font-size: 18px;
	font-weight:bold;
	line-height:25px;
	padding-left:10px;
}
#page_TT span{
	font-size: 25px;
	color: #d50000;
	font-weight:bold;
	margin: 0 0 0 5px;
}
.page_number{
	float:right;
	text-align:right;
	margin-right:10px;
}
.lb{
	border-left:1px solid #333;
	padding-left:5px;
}
.rb{
	border-right:1px solid #333;
	padding-right:5px;
}
/*========================================
 + タイトル
========================================*/
.h2TT{
	background-color: #321301;
	border:1px solid #e5e0d4;
	height:44px;
	line-height:44px;
	padding:0 0 0 15px;
	color:#FFF;
	font-size:18px;
}
.H3_TT{
	font-size: 20px;
	font-weight:bold;
	position: relative;
	padding: 0.7rem 0.25rem 1.0rem;
}

.H3_TT:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #56290e, #56290e 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #56290e, #56290e 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}



/*========================================
 + その他共通
========================================*/

.banner{
	display:block;
	margin-bottom:10px;
}
.price{
	color:#ff5069;
}
.contact_disp{
	background-image:url(../images/contact_disp.jpg);
	background-repeat:no-repeat;
	width:683px;
	height:119px;
	position:relative;
	margin:10px auto;
}
.contact_disp a{
	position:absolute;
	top:42px;
	right:25px;
}

#right_link_list{
}
#right_link_list li{
	background-color:#f5c587;
	margin:0 0 5px;
	padding:5px;
}
#right_link_list li a{
	display:block;
	padding:3px 0 3px 20px;
	line-height:25px;
	background-image: url(../images/footer_th.png);
	background-repeat:no-repeat;
	background-position:10px center;
	background-color:#FFF;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
}

#bannerDisp2 {
	padding: 25px 0 0;
	background-image: url(../images/banner/line.png);
	background-position: left 5px;
	background-repeat: no-repeat;
}

/* ﾆﾎﾏﾀﾟﾄ・*/
.ime_a{ime-mode:active;}
.ime_d{ime-mode:disabled;}
/* ､ｽ､ﾎﾂｾ */
.c_p { cursor:pointer;}
.d_n{display:none;}



/*----- compliance -----*/
.compliance {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	background-color: rgba(89,61,40,0.9);
	height: 90px;
	box-sizing: border-box;
	padding: 15px 0 0;

}
.compliance ul{
text-align: center;}
.compliance li {
	display: inline-block;
	margin: 0 14px 0 0;
	vertical-align: top;
}
.compliance li:nth-child(2),
.compliance li:first-child {
	padding: 10px 0 0
}

.compliance .foot_tel {
	font-size: 20px;
	font-weight: bold;
	color:#f8ebcb;
	line-height: 1.0
;text-align: left;padding: 14px 0 0px;}
.compliance .foot_tel p {
	font-size: 15px !important;
	margin: 0 0 5px;

}
.compliance .foot_tel img {
	width: 30px !important;
	height: auto;
	padding: 0 5px 0 0;	
}
.compliance  .foot_tel span {
	font-size: 12px !important;
	padding: 0 0 0 0px;
	line-height: 2;
}



.cmn_contact {
    border: 2px solid #3e1c08;
    background: #FFF;
    padding: 0;
    width: 97%;
    border-radius: 3px;
    margin: 32px auto;
}
.cmn_contact > p{
    font-size: 19px;
    color: #FFF;
    padding: 12px 0px 14px 23px;
    font-weight: bold;
    background: #3e1c08;
}
.cmn_contact_tel {
    display: flex;
    padding: 0px 22px;
    justify-content: space-between;
    margin: 6px 0 0;
align-items: center;}
.cmn_contact_tel dl{
    width: 49%;
    margin: 8px 0;
}
.cmn_contact_tel dl dt{
    font-size: 18px;
    color:#b13438;
    border-bottom: 2px solid #f8d8ae;
    padding: 5px;
}
.cmn_contact_tel dl dd{
	padding: 5px;
}

.cmn_contact_tel dl dd i{
	margin: 0 7px 0 0;
}
.cmn_contact_tel dl dd{
    font-size: 32px;
    font-weight:bold;
    color:#b13438;
    font-family: 'Secular One', sans-serif;
    letter-spacing: 1px;
    text-align: left;
    padding: 5px 10px;
}
.cmn_contact_tel a{
	display:inline-block;
	background: #b13535;border-bottom: 3px solid #860707;color: #fbebd0;height: 70px;line-height: 70px;width: 290px;text-align: center;font-size: 20px;
border-radius: 5px;}
.cmn_contact_tel a i{
	margin-right: 15px;

font-size: 31px;position: relative;top: 5px;}
.cmn_contact_btm{
	background: #fff4e4;
	text-align: center;
	padding: 15px 0;
}

/*　共通会社リンク　*/
#store {
	background: #30120a;
	padding: 10px 14px 6px;
	text-align: center;
	margin-bottom: 10px;
}
#store p {
	color: #fff;
	font-size: 15px;
	margin: -4px auto -6px;
}
#store div {
	padding: 7px 0 7px 15px;
	text-align: left;
	color: #30120a;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	box-shadow: #f5c588 0px 3px;
	margin: 14px auto;
	border-radius: 4px;
}
#store div small{
	font-size:10px;
	position:relative;
	top:-1px;
	margin-right:5px;

}

.floating {
	position: fixed;
	right: -160px;
	bottom: 59px;
	z-index: 999;
	}
  .floating a {
	display: block;
	color: #fff;
	/* background: #000; */
	/* padding: 8px; */
	text-decoration: none;
	/* opacity: 0.6; */
	margin: 0 0 10px;
	transition-duration:2s;
	
	}
  .floating a:hover {
	opacity: 0.7;
  }
