@charset "utf-8";
/* CSS Document */
@import url("Normalize.css");
@import url("reset.css");
@import url("base.css");

/* ===============================================
  FONT
=============================================== */
/* IE */
@font-face {
	font-family: 'Arial Black';
	src:url("arial-black.eot");
}
/* Firefox,Opera,Safari */
@font-face {
	font-family: 'Arial Black';
	src:url("arial-black.ttf") format("truetype");
}

/* ===============================================
  BODY
=============================================== */
body {
	border-top-width: 20px;
	border-top-style: solid;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
}
main section {
	width: 100%;
	margin: 0 auto 50px !important;
	box-sizing: border-box;
}
.titleDisp {
	padding:15px 10px;
	box-sizing: border-box;
	margin: 0 auto 30px;
}
.sp {display: none;}
/* ===============================================
  TITLE
=============================================== */
h1 {
	font-size:10px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0 0 0 -490px;
	line-height: 20px;
}
.titleDisp h2 .icon{
	padding:10px 10px 0 0;
}
.h3Disp {
	border-bottom-width:2px;
	border-style: solid;
	padding: 0 0 7px;
	margin: 0 auto 20px;
}
.h3Disp h3 {
	font-size:20px;
}
.h3Disp h3 .icon {
	padding: 0 10px 0 10px;
}
.sabTT {
	font-size:20px;
	font-weight: bold;
}
/* ===============================================
  HEADER
=============================================== */
header .wrapper {
	height: 78px;
}
.global-navi {
	
}
.global-navi li {
	width: 20%;
	float: left;
	height: 78px;
	text-align: center;
}
.global-navi li a {
	box-sizing: border-box;
	padding: 7px 0 0;
	display: block;
	width: 100%;
	height: 100%;
}
.logo {
	margin: 10px 0 0 5px;
}
/* ===============================================
  pankuzu
=============================================== */
#pankuzu {
}
#pankuzu h3 .icon{
	padding:0 4px 0 0;
}
#pankuzu li {
	display: inline-block;
}
#pankuzu li:after {
	content:">";
	padding:0 5px 0 7px;
}
#pankuzu li:last-child:after {
	content:" ";
}


/* ===============================================
  footer
=============================================== */
footer {
	border-top-width:7px;
	border-top-style: solid;
	padding:20px 0 0!important;
}
.storeName span {
	border:solid 1px #777777;
	padding: 0 20px;
}
.storeTel {
	margin: 3px 0;
	font-size: 20px;
	font-weight: bold;
}
#footLink {
	padding:15px 0;
	width: 100%;
	margin: 0 auto ;
	text-align: center;
}
#footLink li {
	padding: 0 10px 0 0;
	display: inline-block;
}
#footLink li:after {
	content: "|";
	padding: 0 0px 0 10px;
}
#footLink li:first-child:before {
	content: "|";
	padding: 0 10px 0 0px;
}
#copy {
	text-align: center;
	padding:15px 0;
}

/* ===============================================
  ボタン
=============================================== */
/*---アニメーションbutton---*/
.button {
	margin: 0 auto;
  	position: relative;
  	z-index: 2;
	border-width: 2px;
	border-style: solid;
  	-webkit-perspective: 300px;
  	perspective: 300px;
  	-webkit-transform-style: preserve-3d;
  	transform-style: preserve-3d;
	text-decoration: none;
	font-size: 22px;
	display: block;
  	text-align: center;
  	outline: none;
	background-color: #fff;
}
.button .fas {
	padding:0px 0 0 5px;
}
.button:hover {
  	color: #fff  !important;
	text-decoration: none;
	letter-spacing: 5px;
}
.button::after {
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	-webkit-transform-origin: center top;
  	transform-origin: center top;
  	-webkit-transform: rotateX(90deg);
  	transform: rotateX(90deg);
  	opacity: 0;
}
.button:hover::after {
  	-webkit-transform: rotateX(0);
  	transform: rotateX(0);
  	opacity: 1;
}

.button::before,
.button::after {
  	position: absolute;
  	z-index: -1;
  	display: block;
  	content: '';
}
.button,
.button::before,
.button::after {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-transition: all .3s;
  	transition: all .3s;
}

/*----- アニメーションなし -----*/
.nomalBT {
	position: relative;
  	z-index: 2;
	border-width: 2px;
	border-style: solid;
	text-decoration: none;
	font-size: 18px;
	font-variant-east-asian: 600;
	display: block;
  	text-align: center;
  	outline: none;
	background-color: #fff !important;
}

/* ===============================================
stickyBT
=============================================== */
.stickyBT {
	position: fixed;
	width: 130px;
	height: 260px;
	bottom:180px;
	right:0px;
	z-index: 1000
}
.stickyBT li {
	width: 130px;
	height: 130px;
	box-sizing: border-box;
}
.stickyBT li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 15px;
	box-sizing: border-box;
	padding: 20px 0 0;
	line-height: 1.1
}
.stickyBT li a span {
	font-size: 10px;
}
.stickyBT li:first-child a .icon {
	-moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
	padding: 0 0 5px
}
#st_mail  {
	padding:25px 0 0;
}
#st_mail .icon {
	padding: 0 0 10px;
}

#st_rec{
	background-color: #1ec1b8;
	padding:25px 0 0;
}


/* ===============================================
  input
=============================================== */
.inputStyle {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	border:1px solid #d4d4d4;
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
	background-color: #fff;
	border-radius: 5px;
}
select::-ms-expand {
  display: none;
}
.selectStyle  {
	background-image: url(../images/serect.jpg);
	background-position:  95% center;
	background-repeat: no-repeat;
	background-size: 16px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	border:1px solid #d4d4d4;
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
	background-color: #fff;
	border-radius: 5px;
}

.icon {
	padding:0 5px 0 0;
}
.hilight{
	background-color:#fce775;
	border:3px dotted #cc1a1a;
}
/* ===============================================
  @max-width:768px
=============================================== */
@media (max-width:768px) {
	.pc {
		display:none
	}
	.sp {
		display: block
	}
	.wrapper {
		width: 96%;
	}
	#pankuzu {display: none;}
	/**----- header -----**/
	body {
		border-top-width: 5px;
		border-top-style: solid;
		padding: 65px 0;
	}
	header  {
		box-sizing: border-box;
		border-top-width: 5px;
		border-top-style: solid;
		border-top-color: #fff !important;
		position: fixed;
		z-index: 500;
		top: 0;
		width: 100%;
		background-color: #fff;
		border-bottom: 1px solid #ccc !important;;
	}
	header .wrapper {
		padding: 5px 0 0;
		height: 65px !important;
		box-sizing: border-box;
	}	
	.logo {
		margin: 0px 0 0 0px;
	}
	.logo img {
		height: 60% !important;
	}
	h1 {
		display:none !important;
		font-size: 11px;
		font-weight: normal;
		position: absolute;
		top: 5px;
		left: 50%;
		margin: 0 0 0 -450px;
	}
	.f-logo {
		margin: 0 auto 20px;
	}
	.spStickyBT {
		position: fixed;
		width: 100%;
		text-align: center;
		height: 67px;
		padding: 12px 0 0;
		box-sizing: border-box;
		bottom:0;
		z-index: 1000;
		background-color: rgba(0,0,0,0.80)
	}
	.spStickyBT li {
		width: 30%;
		height: 45px;
		vertical-align: top;
		box-sizing: border-box;
		display: inline-block;
	}
	.spStickyBT li a {
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		font-size: 15px;
		box-sizing: border-box;
		line-height: 45px
	}
	.spStickyBT li a span {
		display: none
	}
	.spStickyBT li:first-child a .icon {
		-moz-transform: rotate(-20deg);
		-webkit-transform: rotate(-20deg);
		-o-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}

	#sp_st_rec{
		background-color: #1ec1b8;
	}

}
