@charset "utf-8";

/* ################################################################################################ */
/* ## 共通スタイル ################################################################################ */
/* ################################################################################################ */
body
{
	font-size:14px;
	font-size:1.4rem;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#707070;
	line-height: 2.00;
	letter-spacing: 0.125em;
}
.pc-none {
	display: none;
}
.tab-visible {
	display: none;
}
.sp-hide {

}
@media screen and (max-width:900px) {
	.tab-visible {
		display: block;
	}
}
@media screen and (max-width:640px) {
	.sp-hide {
		display: none;
	}
}
.ff-lora {
	font-family: 'Lora', serif;
}
.ff-noto-serif {
	font-family: 'Noto Serif JP', serif;
}


/*
************************************************************************
 ページラッパー
************************************************************************
*/
#wrapper
{
	z-index:0;
	overflow:hidden;
}
#wrapper.hidden
{
	visibility:hidden;
}

.contents {
	max-width: 1150px;
	margin: 0 auto;
	padding-bottom: 150px;
}

/*
************************************************************************
 ヘッダー
************************************************************************
*/
#header
{
	width: 100%;
	position: fixed;
	top: 0;
	padding: 10px 0;
	z-index:3;
	background-color: rgba(255,255,255,0.5);
}
#header-contents
{
	z-index:0;
}
#logo {
	float: left;
	height: 60px;
	padding-left: 10px;
}
#logo img {
	height: 60px;
}
#navi {
	padding-top: 20px;
	float: right;
}
#navi a {
	color: #53140E;
	text-decoration: none;
}
#navi a:hover {
	text-decoration: underline;
}
#navi li {
	list-style: none;
	display: inline;
	margin-right: 50px;
}
#navi li a {
	font-size: 1.6rem;
}

.ic_contact {
	padding-right: 10px;
}
.ic_contact img {
	width: 16px;
}
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #fff;
}
#btn {
	display: none;
}



#navi li.navi-delivery a:before {
	content: "";
	display: inline-block;

	position: absolute;
	left: -2.5em;

	background-image: url(../_img/common/label-new.svg);
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width:900px) {
	#header {

	}
	#navi {
		width: 100%;
		display: none;
		padding: 0;
	}
	#navi.white {
		background-color: #fff;
	}
	#navi li {
		width: 100%;
		display: block;
		text-align: center;
		margin: 3.125vw 0;
	}
	#navi li:last-chidl {
		margin-bottom: 0;
	}
	#navi li a {
		font-size: 4.75vw;
	}
	#btn {
		width: 40px;
		float: right;
		padding-right: 10px;
		box-sizing: border-box;
		display: block;
	}
}

@media screen and (max-width:900px) {
	#logo img {
		height: 30px;
	}
	#logo {
		height: auto;
	}
	.ic_contact img {
		width: 32px;
	}
}

/*
************************************************************************
 ボディ（コンテンツ部）
************************************************************************
*/
#title
{
	z-index:0;
}
#body
{
	z-index:1;
}
#body-contents
{
	z-index:0;
}
.contents {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.contents.address {
	padding-bottom: 0;
}

#page-tit {
	padding-top: 190px;
	padding-bottom: 30px;
	margin-bottom: 60px;
	color: #53140E;
	text-align: center;
	background-image: url(../_img/common/bd_tit@2x.png);
	background-position: 50% bottom;
	background-repeat: no-repeat;
}
#page-tit .en {
	font-size: 4.0rem;
	letter-spacing: 0.6em;
	margin-right: -0.6em;
}
#page-tit .jp {
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	margin-right: -0.15em;
}
.contents-tit {
	font-size: 3.2rem;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 30px;
	color: #53140E;
}

.table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
}
.table td {
	padding: 15px 0px;
	border-bottom: 1px solid #969696;
	vertical-align: top;
}
.table tr:last-child td {
	border-bottom: none;
}
@media screen and (max-width:900px) {
	.contents {
		padding: 0 30px;
	}
	#page-tit {
		padding-top: 80px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:640px) {
	.contents {
		padding: 0 3.125vw;
	}
	#page-tit {
		padding-top: 20vw;
		margin-bottom: 4.6875vw;
	}
	.ic_contact img {
		width: 4.6875vw;
	}
}


/*
************************************************************************
 フッター
************************************************************************
*/
#footer
{
	z-index:2;
	background-color: #464646;
	text-align: center;
	color: #fff;
	padding: 20px 0;
}
#footer-contents
{
	z-index:0;
}
.tit-access {
	text-align: center;
	color: #53140E;
	font-size: 2.5rem;
	margin-bottom: 100px;
}
#map {
	width: 100%;
	height: 510px;
	margin-bottom: 50px;
}
.address {
	color: #53140E;
	margin-bottom: 120px;
}

/*
************************************************************************
 段落
************************************************************************
*/
.section
{
	display:block;
	width:100%;
}
.section:before,
.section:after
{
	content: ".";
	display: block;
	clear: both;
	float: none;
	height: 0px;
	width: 100%;
	visibility: hidden;
	font-size: 0px;
}

.section:after {
	content:"";
	position:absolute;
	left:calc(50% - 25px);
	width:50px;
	height:7px;
	border-bottom: 3px solid #17254D;

}
.section:last-child:after {
	display: none;
}
.row
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.row.fill
{
	width:100%;
}

/*
************************************************************************
 ページTOPへのアンカー
************************************************************************
*/
#toTop
{
	position:fixed;

	bottom:2em;
	right:2em;
}
#toTop a
{
	display:block;
	width:3em;
	height:3em;

	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;

	transition-duration:0.3s;
	transition-property:all;
}
#toTop a img
{
	width:3em;
	height:3em;
}
#toTop a:hover
{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* ################################################################################################ */
/* ## 中型                       ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1100px) {
	body
	{

	}
	#header
	{
		z-index:3;
	}

	#body
	{
		z-index:1;
	}
	#footer
	{
		z-index:2;
	}
	/*
	************************************************************************
	 段落
	************************************************************************
	*/
	.row
	{
		width:100%;
		padding-left:6.25vw;
		padding-right:6.25vw;
	}
	.row.fill
	{
		width:100%;
		padding-left:0vw;
		padding-right:0vw;
	}
}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
	/*
	************************************************************************
	 基本
	************************************************************************
	*/
	.s-none {
		display: none;
	}
	.pc-none {
		display: block;
	}
	body
	{
		min-width:300px;
		font-size:3.75vw;
	}

	#header
	{
		z-index:3;
	}
	#title,
	.scrollmagic-pin-spacer
	{
		z-index:-1;
	}
	#body
	{
		z-index:1;
	}
	#footer
	{
		z-index:2;
	}
	#logo {
		height:  auto;
	}
	.contents-tit {
	font-size: 4.75vw;
	}
	#page-tit .jp {
		font-size: 3.125vw;
	}
	#map {
		margin-bottom: 7.8125vw;
	}
	.address {
		margin-bottom: 9.375vw;
	}
	#footer {
		font-size: 3.125vw;
	}
	/*
	************************************************************************
	 段落
	************************************************************************
	*/
	.row
	{
		width:100%;
		padding-left:6.25vw;
		padding-right:6.25vw;
	}
	.row.fill
	{
		width:100%;
		padding-left:0vw;
		padding-right:0vw;
	}
}
