﻿/*********************************************/	

@charset "UTF-8";
/*********************************************/	


/* ======================================   

  web-fonts 

========================================= */
	
	@font-face
	{
  font-family: dejima;
  src: url('https://cdn.leafscape.be/dejima-mincho/dejima-mincho_web.woff2')
		 format("woff2");
}
/* ======================================

  基本 

========================================= */


HTML{
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
BODY{
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  //	font-weight: 500;
  line-height: 140%;
  word-break : break-all;
  -webkit-text-size-adjust: 100%;
}
A{
  color: #FF7A2B;
  text-decoration: underline;
}
A:LINK{
  color: #FF7A2B;
  text-decoration: underline;
}
A:VISITED{
  color: #FF7A2B;
  text-decoration: underline;
}
A:HOVER{
  color: #FF7A2B;
  text-decoration: none;
}
IMG{
  border: none;
  line-height: 0;
  vertical-align: bottom;
}
/* Selected Text
	------------------------*/

	::selection {
  color: #FFF;
  background: #FF7A2B;
/* Safari */
	}
::-moz-selection {
  color: #FFF;
  background: #FF7A2B;
/* Firefox */
	}
/**************************************** */




/* ======================================

  all_frame 

========================================= */


#all_frame{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
/**************************************** */



/* ====================================== 

  header 

========================================= */
	
HEADER{
  width: 100%;
  margin: 0 auto 20px auto;
  padding-top: 20px;
  overflow: hidden;
  display: block;
  position: relative;
}
#title{
  float: left;
  width: calc( 100% - 500px );
  padding: 0 15px;
}
#title IMG{
  height : 125px;
}
@media screen and (min-width: 320px) {
  /*--- iPhone5Sまで ---*/
		#tel{
  position: absolute;
  top: 20px;
  right: 110px;
  width: 36px;
  height: 36px;
}
#cart{
  position: absolute;
  top: 20px;
  right: 62px;
  width: 36px;
  height: 36px;
}
}
@media screen and (min-width: 360px) {
  /*--- 小さめAndroid、iPhone6、iPhone6S等から ---*/
		#tel{
  position: absolute;
  top: 20px;
  right: 116px;
  width: 36px;
  height: 36px;
}
#cart{
  position: absolute;
  top: 20px;
  right: 65px;
  width: 36px;
  height: 36px;
}
}
#tel IMG{
  width: 100%;
}
#cart IMG{
  width: 100%;
}
.fixed{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* ハンバーガーアイコン
	------------------------*/
	#nav_menu{
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  display: block;
}
#nav_bt{
  display: block;
  position: relative;
  width: 65px;
  height: 65px;
}
#nav_bt_icon{
  display: block;
  position: absolute;
  z-index: 999;
  top: 56%;
  left: 50%;
  width: 26px;
  height: 4px;
  margin: -1px 0 0 -12px;
  background: #FF7A2B;
  transition: .2s;
}
#nav_bt_icon:before, #nav_bt_icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 56%;
  left: 0;
  width: 26px;
  height: 4px;
  background: #FF7A2B;
  transition: .3s;
}
#nav_bt_icon:before{
  margin-top: -12px;
}
#nav_bt_icon:after{
  margin-top: 8px;
}
#nav_bt .close{
  background: transparent;
}
#nav_bt .close:before, #nav_bt .close:after{
  margin-top: 0;
}
#nav_bt .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-color: #FFF;
}
#nav_bt .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background-color: #FFF;
}
/* ナビゲーション
	------------------------*/
	
	NAV{
  position: absolute;
  display: none;
  opacity: 0;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px 15px 30px 15px;
  background-color: #FF7A2B;
  box-shadow: 0 2px 2px #333;
  -webkit-box-shadow: 0 2px 2px #333;
  -moz-box-shadow: 0 2px 2px #333;
  box-sizing: border-box;
}
NAV.open{
  display: block;
  opacity: 1;
  transition: 0.5s ;
}
NAV P{
  margin-bottom: 5px;
  margin-left: 3px;
  color: #FFF;
  font-family: "dejima";
  //	font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 4px;
}
NAV UL{
  width: 100%;
  height: 100%;
  padding: 10px 0 30px 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
NAV UL LI{
  width: 100%;
  height: 50px;
  padding-top: 5px;
  font-family: "dejima";
  //	font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 3px;
  line-height: 50px;
  text-align: left;
  border-bottom: 3px double #FFF;
}
NAV UL LI:last-child{
  margin-bottom: 20px;
}
NAV UL LI A,
	NAV UL LI A:LINK,
	NAV UL LI A:VISITED{
  display: block;
  width: 100%;
  text-decoration: none;
  color: #FFF;
  position: relative;
}
nav ul li a::after {
  position: absolute;
  display: block;
  content: '';
  top: 20px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/**************************************** */



/* ======================================

  main 

========================================= */

SECTION{
  padding: 0 15px;
  box-sizing: border-box;
}
H1{
  margin-bottom: 15px;
  font-family: "dejima";
  //	font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 160%;
}
SECTION > P{
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
  line-height: 160%;
}
A.bt,
	A:LINK.bt,
	A:VISITED.bt,
	A:HOVER.bt{
  width:100%;
  padding: 20px 0 18px 0;
  display: block;
  font-family: "dejima";
  //	font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  text-decoration: none;
  text-indent: 3px;
  letter-spacing: 3px;
  line-height: 100%;
  color: #FFF;
  background-color: #FF7A2B;
  border-bottom: 3px solid #EA5800;
  box-sizing: border-box;
}
UL.link_box{
  overflow: hidden;
  clear: both;
  box-sizing: border-box;
}
UL.link_box LI{
  float: left;
  width : 50% ;
  box-sizing: border-box;
  border-bottom-width : 0px;
  margin-bottom : 10px;
}
UL.link_box LI:first-child{
  padding-right: 8px;
}
UL.link_box LI:nth-child(2){
  padding-left: 8px;
}
UL.link_box LI A{
  display: block;
}
/**************************************** */



/* ======================================   

  slider 

========================================= */

#slider,
.flexslider,
.slides{
  z-index: 0;
}
SECTION#slider{
  padding: 0;
}
.flexslider .slides{
  margin-bottom: 45px;
}
/**************************************** */



/* ======================================   

  goods 

========================================= */

.goods_box{
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #DDD;
}
.goods_pic{
  float: left;
  width: 40%;
}
.goods_pic IMG{
  width: 100%;
}
.goods_text{
  float: right;
  width: 55%;
  letter-spacing: 2px;
  line-height: 150%;
}
A.goods_title,
	A:LINK.goods_title,
	A:VISITED.goods_title,
	A:HOVER.goods_title{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.goods_price{
  margin-top: 8px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
/**************************************** */



/* ======================================   

 news 

========================================= */

.news_box{
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
}
.news_date{
  margin: 0 auto 10px auto;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.news_date SPAN{
  display: inline-block;
  width: 80px;
  height: 8px;
  margin-right: 15px;
  padding: 8px 5px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-indent: 3px;
  line-height: 8px;
  letter-spacing: 3px;
  color: #FFF;
  background: #999;
}
.news_date SPAN.cate1{
  background: #269A5B;
}
.news_date SPAN.cate2{
  background: #D66A6A;
}
.news_date SPAN.cate3{
  background: #80C3D4;
}
.news_title{
  width: 100%;
  margin: 0 auto;
  padding-left: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 2px;
}
/**************************************** */



/* ======================================   

  f o o t e r 

========================================= */
	
FOOTER{
  width: 100%;
  margin: 60px auto 30px auto;
  padding: 0 15px;
  box-sizing: border-box;
}
/* 社名ロゴ
	------------------------*/
	#footer_title{
  width: 100%;
  margin: 0 auto 15px auto;
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 4px;
  line-height: 100%;
  border-bottom: 2px solid #FF7A2B;
}
.footer_data,
	.footer_data A{
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 2px;
  line-height: 160%;
}
.footer_link{
  margin-top: 15px;
}
.footer_link LI{
  margin: 0 auto 10px auto;
  padding-left: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 3px;
  position: relative;
}
.footer_link li::after {
  display: block;
  content: '';
  position: absolute;
  top: .3em;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 2px solid #FF7A2B;
  border-bottom: 2px solid #FF7A2B;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/**************************************** */



/* ======================================   

  ページトップへ戻る 

========================================= */

.go_top{
  position: fixed;
  right: 20px;
  margin-bottom: 20px;
}
.go_top A{
  display: block;
  width: 60px;
  height: 60px;
  color: #F00;
  text-indent: -9999px;
  background-image: url(../img/page_top.png);
  background-size: 60px auto;
  background-position: center center;
  background-repeat: no-repeat;
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.go_top a:hover{
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}
/**************************************** */



/* ======================================   

  copyright 

========================================= */

#copyright{
  width: 100%;
  height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 3px;
  line-height: 40px;
  background-color: #F4F4F4;
}
/**************************************** */
