/* reset EC-CUBE default style */
#container,
#undercolumn{
	width:100%;
	max-width:none;
	font-family:'Lucida Grande', 'Droid Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Verdana, 'ＭＳ Ｐゴシック', 'MS PGothic', 'VL Pゴシック', 'Takao Pゴシック', 'IPA Pゴシック', sans-serif;
  font-size: 15px
}
a,
a:hover,
a:visited{
	color: inherit;
  text-decoration: none;
}
html,body{height:100%;}
#container{
	position:absolute;
	*position:static;
	min-height:100%;
}
#undercolumn{
	padding-bottom:225px;
}
#undercolumn #footer{
	position:absolute;
	*position:static;
	bottom:0;
	padding:10px 0 0;
}
ol.step{
	list-style-type:decimal;
	line-height:1.4;
	margin-bottom:0;
}
#reserve-desc{
	padding:10px;
	background: #FCFCFC;
  border: dashed 2px #FFDD7E;
  margin-bottom:30px;
}
/* design by HOKOSHA.Inc */
#header{
	padding:15px;
	background:#ffffff;
	box-sizing:border-box;
}
.lattice{
	width:100%;
	max-width: 980px;
  margin: 0 auto;
  position: relative;
}
#header #logo img{
	width:250px;
}
#sliderWrapper {
  height: 300px;
  position: relative;
}
#sliderWrapper .flexslider{
  height: 100%;
  background-color: none;
  border: none;
  box-shadow: none;
  border-radius: none;
}
#sliderWrapper .flexslider .slides img{
	height:300px;
}
#sliderWrapper .front_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 5;
}
#sliderWrapper .front_layer img {
  display: block;
  margin: 0 auto;
}
#footer{
	background-color: #FFF;
  color: #000;
}
#footer .notice{
	padding:6px;
}
#footer .notice p {
  font-size: 12px;
  font-family:'Lucida Grande', 'Droid Sans', 'DejaVu Sans', 'Bitstream Vera Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Verdana, 'ＭＳ Ｐゴシック', 'MS PGothic', 'VL Pゴシック', 'Takao Pゴシック', 'IPA Pゴシック', sans-serif;
}
#footer .lattice {
  padding: 10px 0;
}
#footer .links, #footer .notice, #footer .contact_info {
  display: block;
  float: left;
  width: 30%;
  padding: 16px;
}
#footer .contact_info {
  height: 100px;
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
}
#footer .links li:before {
  content: url(../svg/arrow.svg);
  width: 10px;
  height: 10px;
}
.business_hour {
  border-bottom: 1px dotted #888;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.contact_button {
  background-color: #F4CA45;
  color: #333;
  border-radius: 10px;
  box-shadow: 0px 2px 0px #B8AC5D;
  display: inline-block;
  float: right;
  margin: 5px;
  padding: 5px 10px;
}
.copyright {
  background-color: #474747;
  color: #fff;
}
.copyright p {
  text-align: right;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/* reserve form or contact form style by japanlaim */
#reserve-ebook{
	max-width:980px;
	margin:30px auto;
}
#reserve-ebook p{
	margin:0 0 1.5em;
	text-align:center;
}
#form-title{
	font-size:19px;
	white-space:nowrap;
	font-weight:bold;
	color:#000000;
}
.reserveform{
	display:table;
	margin:0 auto 1.5em;
}
.contactform{
	display:table;
	margin:0 0 1.5em;
}
.reserveform dt,
.reserveform dd,
.contactform dt,
.contactform dd{
	display:table-cell;
	padding:0 0 0.5em;
	*display:inline;
}
.reserveform dt,
.contactform dt{
	width:21%;
	padding:0.5em;
	min-width:145px;
	text-align:right;
	margin-left:1.5em;
}
.reserveform dt.copymail,
.contactform dt.copymail{
	text-align:left;
}
.reserveform dd,
.contactform dd{
	width:78%;
}
.reserveform dd.namelabel{
	padding-right:1em;
}
.reserveform .copymail,
.contactform .copymail{
	width:100%;
	display:table-cell;
	*display:inline;
}
.reserveform dt.copymail,
.contactform dt.copymail{
	width:31%;
	white-space:nowrap;
}
.reserveform dd.copymail,
.contactform dd.copymail{
	width:69%;
	font-size:2em;
	color:#666666;
	display:block;
	margin-left:0;
	word-break:break-word;
	line-height:1.0;
}
.reserveform input,
.contactform input{
	font-size:14px;
}
.reserveform input[name^="name"],
.contactform input[name^="name"]{
	width:5em;
}
.contactform input[name^="name"]{
	width:10em;
}

.reserveform input[name="mail"],
.contactform input[name^="mail"]{
	width:20em;
}
.reserveform #submit,
.contactform #submit{
	margin-left:108px;
}
.contactform textarea{
	width:30em;
	min-height:10em;
}
#submit input{
	padding: 0.5em 1em;
	margin:0 0 0 0;
  border-radius: 3px;
  box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.4);
  background: #2BCA76;
  border: solid 1px #39B674;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 1px;
}
.error{
	display:none;
	padding:0.25em;
	background:#FF2F52;
	color:#ffffff;
	font-weight:bold;
	width:100%;
	margin:0 0 0.5em;
}
/* complete(受付完了) */
#complete_area{
	max-width:980px;
	margin:auto;
}
#complete_area p{
	text-align:left;
}
#complete_area p.message{
	white-space:nowrap;
}
#complete_area .shop_information p{
	*display:inline;
	*zoom:1;
	display:inline-block;
}
#complete_area .shop_information p.name{
	vertical-align: top;
  line-height: 1.0;
}
#complete_area .shop_information p a{
	transition:color 200ms ease;
	-webkit-transition:color 200ms ease;
	-moz-transition:color 200ms ease;
	-ms-transition:color 200ms ease;
}
#complete_area .shop_information p a:hover{
	color:#FF7D16;
}

/* contact */
.contact #header{
	box-shadow:0 1px 0px rgba(0,0,0,.1);
	max-width:none;
}
#contact{
	width:100%;
	max-width:980px;
	margin:30px auto 0;
}
#contact .inner{
	padding:0 0 1em;
	margin:0 0 1em;
	border-bottom:solid 1px #e2e2e2;
}
#contact .inner:last-child{
	border:none;
}
#contact .icon{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:16px;
	height:16px;
  box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.4);
  background: #2BCA76;
  border: solid 1px #39B674;
  border-radius:3px;
  line-height:1.0;
 	vertical-align:top;
 	margin-right:1em;
 }
 #contact .icon img{
 	width:100%;
 	height:auto;
 }
 #contact strong{
 	font-size:20px;
 	line-height:1.0;
 	vertical-align:middle;
 }
 #contact #phone{
 	margin-left:1em;
 }

@media screen and (max-width:767px){
	#container,#undercolumn,#undercolumn #footer{
		position:static;
		padding:0;
	}
	#form-title{
		white-space:normal;
	}
	.flexslider .slides img{
		height:auto!important;
	}
	#sliderWrapper{
		width:100%;
		height:auto;
		background-size:cover;
	}
	#sliderWrapper .front_layer{
		width:100%;
		height:auto;
		position:static;
		z-index:inherit;
	}
	#sliderWrapper .front_layer img{
		width:100%;
		height:auto;
	}
	#reserve-ebook p{
		text-align:left;
		box-sizing:border-box;
		padding:0 1em;
	}
	#reserve-ebook p#form-title{
		font-size:1.35rem;
		box-sizing:content-box;
		padding:0;
		word-break:break-word;
	}
	.reserveform,
	.contactform{
		display:inherit;
		box-sizing:border-box;
		padding:0.5em 1.5em 1em;
		margin-bottom:0;
		background:#fafafa;
	}
	.contactform{
		background:#fdfdfd;
	}

	.reserveform dt,
	.reserveform dd,
	.contactform dt,
	.contactform dd{
		width:auto;
		min-width:none;
		display:block;
		text-align:left;
		padding:0;
		margin:0;
	}
	.reserveform dd input[name="mail"]{
		width:80%;
		max-width:20rem;
		margin-left:1.5em;
	}
	.contactform dd input[name="mail"]{
		width:80%;
		max-width:20rem;
	}
	.reserveform .namelabel{
		display:block;
		width:100%;
	}
	.reserveform .namelabel input[name^="name"]{
		white-space:nowrap;
		width:50%;
		max-width:10rem;
		margin-left:0;
	}
	.contactform textarea{
		width:90%;
		min-height:5em;
	}
	.reserveform #submit,
	.contactform #submit{
		margin-left:1.35em;
	}
	#submit input{
		max-width:20rem;
		width:80%;
	}
	/*debug*/
	#undercolumn #footer{
		width:100%;
	}
	#footer .lattice *{
		width:100%;
		box-sizing:border-box;
		float:none;
	}
	#footer .links,
	#footer .notice,
	#footer .contact_info{
		border:none;
		border-bottom:1px dotted #888;
		height:auto;
	}
	.business_hour{
		border:none;
	}
	#footer .lattice .contact_button{
		text-align:center;
		max-width:20rem;
	}
	.contact #footer .links,
	.contact #footer .contact_info{
		display:none;
	}
	#complete_area p.message{
		white-space:normal;
	}
	#sliderWrapper .spflex{
		background-size: cover;
		background-image: url('/user_data/bcw/img/slider/1.png');
		background-position: 30% 0%;
	}
	ol.step {
  list-style-type: decimal!important;
  line-height: 1.4;
  margin-bottom: 0;
  margin-left: 2em;
}
}
