div, p, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
td, th {
	font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}
.mb10 {
	margin-bottom: 10px;
}

body {
	background: #fff center;
	background-image: url(/common/img/bg_01.gif);
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #555;
	line-height: 1.5;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

}
#bg {
    background-image: url(/common/bg_00.gif);
    background-position: center;
    margin: 0 auto;
    width: 782px;
}
#header #copy {
	float:right;
	margin:5px;
	font-size: .7rem;
}
#header #hdContact{
	z-index:100;
	position:absolute;
	right:10px;
	top:35px;
}

#header #hdDocument{
	z-index:100;
	position:absolute;
	right:10px;
	top:74px;
}

#header #hdTel{
	z-index:100;
	position:absolute;
	right:10px;
	top:99px;
}
#header p{
	margin:0;
}
#topimg{
	z-index: 50;
	position:relative;
	line-height: 0;
}
#topimg span{
	position:absolute;
	right:10px;
	top:35px;
}
#topimg img{
	margin:0px;
	padding:0px;
}
#navi ul {
	clear:both;
	margin:1px 0px 1px 0px;
	padding:1px 0px 0px 0px;
	width:100%;
	height:27px;
	background-color:#FC3;
}
#navi li {
	float:left;
	display : block;
	list-style-type: none;
	border:1px solid #CCC;
	margin-right:1px;
	margin-bottom:1px;
}
#navi li a{
	text-decoration: none;
    display: block;
    padding: 2px 13px;
    background-color: #FFF;
    background-image: url(/common/nv_back.gif);
    color: #555;
    letter-spacing: 1;
    font-size: 12px;
}
#navi li a:hover{
	color:#FFFFFF;
	background-image: url(http://www.shienjuku.com/common/nv_back2.gif);
}
#container {
	display: flex;
	width: 730px;
	justify-content: space-between;
}


img { border:none; }

.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#footer {
	border-top: 1px solid #666;
	line-height: 2;
}

@media(min-width: 768px){
	.sp {
		display: none !important;
	}
	#header {
		width: 750px;
		margin: 0 16px;
		position:relative;
	}
	#header #logo {
		float:left;
		margin:5px;
	}
	#spHdContact {
		display: none;
	}
	#container {
		padding: 10px;
		margin: 0 16px;
	}

	#footer {
		width: 750px;
		text-align: left;
		margin: 0 16px;
	}
	#footer p {
		font-size: 10px;
		color: #666;
		margin: 5px;
		padding: 0;
	}
}
@media(max-width: 767px){
  .pc {
		display: none !important;
	}
  #bg, #header, #container, #footer {
    width: auto;
  }
  #container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 3%;
  }
  #header {
    padding-top: calc(100vw / 6.5);
  /*  height: calc(100vw / 6.5); */
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 36px 0;
    position: relative;
    background: url(/common/headimg_sp.png) no-repeat top left;
    background-size: contain;
    border-bottom: 2px solid #ccc;
  }
  #header #hdContact,
  #header #hdDocument,
  #header #hdTel,
  #header #topimg {
    display: none;
  }
  #header #logo a {
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100vw / 6.5);
    top: 0;
    left: 0;
    text-indent: -200%;
  }
  #header #copy {
    font-size: .7rem;
    padding: 5px 10px;
    margin: 0;
    line-height: 1;
    float: none;
    text-align: left;
  }
  #header #logo {
    order: 1;
  }
  #header #logo img {
    max-width: 150px;
  }
  #header #copy {
    order: 2;
  }
  #navi {
    order: 7;
  }
  #spHdContact {
  	order: 3;
  	border-top: #fcdb70 2px solid ;
  	width: 100%;
  	display: flex;
 		flex-wrap: wrap;
 		padding: .7em;
 		gap: 8px;
 		align-items: center;
  }
  #spHdContact .contact a,
  #spHdContact .document a {
  	display: block;
  	color: #fff;
  	font-size: .9rem;
  	line-height: 1;
  	text-decoration: none;
  	border-radius: 15px;
  	padding: 8px 12px;
   }
  #spHdContact .contact a {
  	background: linear-gradient(#d8292c, #bd2426);
  }
  #spHdContact .document a {
  	background: linear-gradient(#fd812f, #ff5b02);
  }
  #spHdContact .tel {
  	font-size: .6rem;
  	line-height: 1.2;
  }
  #spHdContact .tel a {
		font-size: 1rem;
		font-weight: 800;
	}
  /*
  #header #hdSnavi {
    display: block;
    order: 4;
    width: 85vw;
    margin: 0 auto;
  }
   #hdSnavi ul {
    display: flex;
    justify-content: space-around;
  }
  #hdSnavi a {
    display: block;
    text-decoration: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 800;
    padding: 15px 40px;
    line-height: 1;
  }
  #hdSnavi li {
    list-style: none;
  }
  #hdSnavi li:first-child a {
    background: #d00;
  }
  #hdSnavi li:last-child a {
    background: #f90;
  }
  */
  /* gnavi */
  #navi > ul {
    display: flex;
    flex-wrap: wrap;
  }
  #navi li {
    border: 1px solid #ccc;
    margin: 0;
    flex-grow: 1;
  }
  #navi li a {
    background-image: none;
    color: black;
    width: auto;
    display: block;
    font-size: .8rem;
    line-height: 1;
    padding: .5em 2vw;
    background: linear-gradient(#f8fcfd, #e4e9ea);
    text-align: center;
  }
  #footer {
  	padding: .7em;
  }
	#footer p {
		text-align: center;
	}
  .box2 {
    width: auto;
  }


}
