﻿@charset "utf-8";
@import url("reset.css");
@import url("default.css");

/* --------------------------------------------------------------------
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
-------------------------------------------------------------------- */
html {
	color: #333;
}
body {
	background-image: url(../img/common/body-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #fff;
	position: relative;
}
header {
	text-align:center;
}
h1 img {
	max-width: 100%;
	height: auto;
	margin: 30px 0 10px 0;
}
#menu-sub {
	background-color: #f96d31;
}
#menu-sub ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
}
#menu-sub ul li {
	width: 150px;
	height: ;
	list-style: none;
}
#menu-sub ul li div {
	margin-top: 6px;
	font-size: 12px;
	font-weight:normal;
}
#menu-sub ul li a {
	padding: 10px 5px;
	color: #039;
	display: block;
}
#menu-sub ul li a:hover {
	text-decoration:none;
	background-color: #fff;
	transition: background 0.8s;
}
#menu-shop {
	background-color: #f9a534;
	color: #fff;
}
#menu-shop ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
}
#menu-shop ul li {
	width: 150px;
	height: ;
	list-style: none;
	text-align:center;
	line-height: 160%;
}
#menu-shop ul li a {
	padding: 15px;
	color: #fff;
	display: block;
}
#menu-shop ul li a:hover {
	text-decoration:none;
	background-color: #f98504;
	transition: background 0.8s;
}
#sns {
	width: 120px;
	margin: 0 auto;
	display:flex;
	justify-content: space-around;
	top: 200px;
	right: 0;
	left: 0;
}
#sns a:hover {
	opacity:0.5;
}
.title-border {
display: flex;
align-items: center;
}
.title-border:before,
.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}
.title-border {
display: flex;
align-items: center;
}
.title-border:before,
.title-border:after {
border-top: 1px solid #999;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 2rem;
}
.title-border:after {
margin-left: 2rem;
}
footer {
	padding: 30px 30px 120px 30px;
	background-color: #333;
	color: #fff;
}
footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
footer li {
	padding: 10px 20px;
	color:#fff;
	list-style-type:none;
}
footer li a:link {
	color: #fff;
	text-decoration:none;
}
footer li a:visited {
	color: #fff;
	text-decoration:none;
}
footer li a:active {
	color: #fff;
	text-decoration:none;
}
footer li a:hover {
	color: #ccc;
	text-decoration:none;
}
#footer-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 20px;
	background-color: #f96d31;
	color: #fff;
	text-align:center;
}
#footer-bottom > div {
	margin: 0 auto;
	font-size: 15px;
}
#footer-bottom > div:nth-child(2) {
	width: 180px;
	background-image: url(../img/common/phone-call.png);
	background-repeat:no-repeat;
	margin-top: 10px;
	padding-left: 28px;
	font-weight: bold;
}
#footer-bottom div div {
	margin-top: 4px;
	font-size: 14px;
}
#footer-bottom address {
	margin: 7px;
	font-size: 22px;
	font-weight:bold;
}
#pankuzu {
	border-bottom: 1px solid #999;
}
#pankuzu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	color: #333;
}
#pankuzu ul li {
	list-style-type: none;
	padding: 3px 20px 0 0 ;
}
#pankuzu ul li a:link {
	color: #333;
}
#pankuzu ul li a:visited {
	color: #333;
}
#pankuzu ul li a:hover {
	color: #333;
}
#pankuzu ul li a:active {
	color: #333;
}
#pankuzu ul li:first-child {
	background-image: url(../img/common/home.png);
	background-repeat:no-repeat;
	font-size: 15px;
	padding-left: 35px;
}
#pankuzu ul li:nth-child(2):before {
	content: ">　";
}
@media screen and (min-width:480px){
}
@media screen and (min-width:768px){
}
/* end: Back-header -------------------------------- */

/* start: clearfix -------------------------------- */
.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
} 

.clearfix {
	display: inline-block;
}

/* Hides from Mac IE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hide from Mac IE */
/* end: clearfix -------------------------------- */
/* start: Highlight -------------------------------- */
.Highlight a:hover img {
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}
/* end: Highlight -------------------------------- */
/* start: Page-top -------------------------------- */
#Page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#Page-top a {
	background: #444;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#Page-top a:hover {
	text-decoration: none;
	background: #999;
}
/* end: Page-top -------------------------------- */

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  opacity: 0;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
