@charset "UTF-8";

/*---------------------------------
micro clearfix
--------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


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

	サイト全体共通のCSS

==========================================================================================*/
html,body{height: 100%;}
ul,ol{list-style:none;}
img{border:none;vertical-align:bottom;}
ahover{text-decoration: underline;}
a{color: #b3111f;text-decoration: underline;}

mark{
  background: rgba(254,251,3,0.5);
  font-style: normal;
  font-weight: normal;
}
.over{
    transition: -webkit-opacity .5s ease;
    transition: opacity .5s ease;
}
.over:hover{
	opacity: 0.4;
}

.is-pc{
	display: block !important;
}
.is-sp{
	display: none !important;
}

.inner{
	width: auto;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

/*font*/
@font-face{
	font-family:'honoka';
	font-style:normal;
	src:url('../font/font_1_honokamin.eot');
	src:url('../font/font_1_honokamin?#iefix') format('embedded-opentype'),
	url('../font/font_1_honokamin.woff') format('woff'),
	url('../font/font_1_honokamin.ttf') format('truetype');
}
#data-pc .mincho{
	font-family: "Sawarabi Mincho", serif;
}
.garamond{
	font-family: 'Cormorant Garamond', serif;
}
.lato{
	font-family: 'Lato', sans-serif;
}
.honoka{
	font-family: 'honoka';
}
body{
	font-family: "Sawarabi Gothic", sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0em;
	color: #333333;
	background: #FFF;
}

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

	ヘッダー部分のCSS

==========================================================================================*/
header{
	position: fixed;
	padding: 20px 40px;
	height: 80px;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
  background: #FFF;
}
header h1{
  width: 210px;
}
header h1 img{
    width: 100%;
}

header .btnShop{
	position: absolute;
	right: 90px;
	top: 20px;
}
header .btnShop a{
	display: block;
	background: #b3111f;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	width: 150px;
	height: 36px;
	line-height: 36px;
  font-size: 14px;
  font-weight: bold;
}
header .btnShop a i{
  margin: 0 5px 0 0;
  font-size: 20px;
}

.drawer-hamburger{
  padding: 25px 40px 0 0;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after{
	background: #322111;
}

.drawer-nav{
	width: 25rem;
	background: rgba(255,255,255,1);
}

nav.drawer-nav.drawer-nav.drawer-nav > div{
	padding: 40px 60px;
	box-sizing: border-box;
}
nav.drawer-nav ul li{
	height: 80px;
}
nav.drawer-nav ul li a{
	display: block;
	text-decoration: none;
	color: #b3111f;
	font-size: 24px;
	padding: 10px 0 10px;
}
nav.drawer-nav ul li a:hover{
	border-bottom: 2px solid #b3111f;
}
nav.drawer-nav ul li a span{
	display: block;
	font-size: 14px;
	line-height: 1.4em;
  color: #333;
}
nav.drawer-nav ul li.btnShop a{
  border: 1px solid #b3111f;
  text-align: center;
  font-size: 18px;
  background: #b3111f;
  color: #FFF;
}
nav.drawer-nav ul li.btnShop a i{
  margin: 0 10px 0 0;
  font-size: 22px;
}

nav.drawer-nav ul.sns li{
	display: inline-block;
	margin: 0 10px 0 0;
}
nav.drawer-nav ul.sns li a:hover{
	border: none;
	color: #bf3333;
}
nav.drawer-nav ul.sns li a i{
	font-size: 40px;
}


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

	メイン部分のCSS

==========================================================================================*/
main{
	padding: 0px 0 80px;
	display: block;
	height: auto;
}
main > section{
	padding: 80px 0;
}
main > section h2{
	text-align: center;
	font-size: 40px;
	margin: 0 0 80px;
	height: 72px;
	line-height: 72px;
	position: relative;
}
main > section h2:after{
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background: #bf3333;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}



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

	フッター部分のCSS

==========================================================================================*/
footer{
	padding: 20px 0;
	background: #000;
	text-align: center;
	color: #CCC;
	font-size: 12px;
}


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

	768px以下用（SP）のCSS

==========================================================================================*/
@media screen and (max-width: 768px) {
	.is-pc{
		display: none !important;
	}
	.is-sp{
		display: block !important;
	}
	.inner{
		width: auto;
		max-width: 600px;
		margin: 0 auto;
		padding: 0 20px;
	}
	body{
		font-size: 14px;
	}

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

		ヘッダー部分のCSS

	==========================================================================================*/
	header{
		padding: 10px 20px;
    height: 60px;
	}
	header h1{
		width: 150px;
    margin: 0 auto;
	}
	header h1 img{
		width: 100%;
	}
	.drawer-hamburger{
    padding: 20px 20px 0 0;
	}
	.drawer-nav{
		width: 16rem;
	}
	nav.drawer-nav.drawer-nav.drawer-nav > div{
		padding: 20px;
	}
	nav.drawer-nav ul li{
		height: 60px;
	}
	nav.drawer-nav ul li a{
		font-size: 20px;
		margin: 0 0 0px;
		padding: 5px 0 5px;
	}
	nav.drawer-nav ul li a:hover{
		border-bottom: 2px solid #412b16;
	}
	nav.drawer-nav ul li a span{
		font-size: 10px;
        letter-spacing: inherit;
	}

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

		メイン部分のCSS

	==========================================================================================*/
	main{
		padding: 0px 0 60px;
	}
	main > section{
		padding: 20px 0px 60px;
	}
	main > section h2{
		font-size: 30px;
		margin: 0 0 40px;
	}



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

		フッター部分のCSS

	==========================================================================================*/
	footer .inner{
		width: auto;
	}
	footer .logo{
		width: 178px;
		margin: 0 auto 40px;
	}
	footer .logo img{
		width: 100%;
	}
	footer .contact{
		float: none;
		margin: 0 0 0 0px;
		width: auto;
	}
	footer .contact p.btn{
		margin: 0 0 20px;
	}
	footer .contact p.btn a{
		border: 5px solid #412b16;
	}
	footer .contact p.tel strong{
		margin: 0;
	}

	footer .footer_navi{
		float: none;
		margin: 40px 0 0 0px;
		width: auto;
	}

	footer .footer_navi nav{
		width: auto;
   
	}
	footer .footer_navi nav ul li a{
		display: block;
		border-bottom: 1px dotted #CCC;
        
	}
	footer .footer_navi nav ul.sns{
		text-align: center;
	}
	footer .footer_navi nav ul.sns li{
		display: inline;
	}
	footer .footer_navi nav ul.sns li a{
		display: inline;
		border-bottom: 0px;
	}

}

