﻿html:not(.responsive) {
	min-width: 1100px; /* viewport */
}


/*=============================================
 * body
 *=============================================*/

body {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #474747;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 0.1em;
	background: url('../img/shared/bg.jpg') repeat center top;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}


/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}
.tac {
	text-align: center;
}
.img-sd {
	box-shadow: 0px 0px 60px 0px rgba(4, 0, 0, 0.3);
}
.rss_img img {
	max-width: 100%;
	height: auto;
}
.rss_img span {
	width: 100% !important;
	height: 0 !important;
	padding-top: 75%;
	transition: all ease .3s;
}
.rss_img span:hover {
	opacity: .8;
}
.d-flex {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.pbtn a {
	background: url('../img/shared/arrow.png') no-repeat top 20px right 12px;
	background-color: #5d605a;
	transition: all ease .3s;
	display: block;
	width: 340px;
	line-height: 50px;
	font-size: 18px;
	letter-spacing: 0.26em;
	padding: 0 30px;
	box-sizing: border-box;
	margin-left: auto;
	transition:800ms ease all;
	position: relative;
	color: #fff;
}
.pbtn a:before, .pbtn a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 1px;
	width: 0;
	background: #5d605a;
	transition: 400ms ease all;
}
.pbtn a:after {
	right: inherit;
	top: inherit;
	left: 0;
	bottom: 0;
}
.pbtn a:hover:before, .pbtn a:hover:after {
	width: 100%;
	transition: 800ms ease all;
}
.pbtn a:hover {
	background: url('../img/shared/arrow_on.png') no-repeat top 20px right 12px;
	background-color: transparent;
	text-decoration: none;
	color: #5d605a;
}
@media all and (-ms-high-contrast:none) {
    p.btn a img, header .nav-fl a img {
        transition: opacity 0s ease !important;
        -moz-transition: opacity 0s ease !important;
        -webkit-transition: opacity 0s ease !important;
    }
	.btn-over img,
	.over-img img,
	img.over,
	img:not(.btn):not(.non-over),
	button img {
		opacity: 1;
		transform: translateX(0) translateZ(0);
		-moz-transform: translateX(0) translateZ(0);
		-webkit-transform: translateX(0) translateZ(0);
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
}


/*=============================================
 * <header>
 *=============================================*/

header {
	background: url('../img/shared/linetop.jpg') repeat-x center top;
	padding-top: 7px;
}
header h1 {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 20px;
	color: #474747;
}
header .logo {
	padding: 27px 0 28px;
	text-align: center;
}
header .btn_head {
	position: absolute;
	top: 30px;
	right: 0;
}
header .btn_head li {
	margin-top: 5px;
}
header nav {
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	justify-content: center;
	padding: 5px 0 3px;
	line-height: 1;
}
header #key nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/*=============================================
 * <header>
 *=============================================*/

.nav-fixed {
	background: #fff;
	border-top: 1px solid #889987;
	border-bottom: 1px solid #889987;
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: -50px;
	opacity: 0;
	width: 100%;
	transition: all ease .3s;
}
.nav-fixed nav {
	padding: 4px 0;
}
.nav-fixed.fixed {
	top: 0;
	opacity: 1;
}
.nav-fixed a {
	position: relative;
}
.nav-fixed a:before {
	content: '';
	position: absolute;
	left: 0;
	height: 2px;
	background: #8f1309;
	bottom: 0;
	transition: all .5s ease;
	width: 0;
}
.nav-fixed a.active:before, .nav-fixed a:hover:before {
	width: 100%;
}
.nav-fixed a:hover {
	text-decoration: none;
}

/*=============================================
 * key
 *=============================================*/

#key {
	box-shadow: 0px 0px 60px 0px rgba(4, 0, 0, 0.2);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 710px;
	max-width: 1400px;
	margin: auto;
	position: relative;
}


/*=============================================
 * <footer>
 *=============================================*/

.banner .col {
	background-color: #b6b0b0;
	border: 1px solid #b99d7c;
	padding: 63px 0 62px;
	position: relative;
	width: 50%;
}
.banner .left{
background: url(../img/shared/footer_bnr1_bg.png) no-repeat;
	background-size: cover;
	}
.banner .right{
background: url("../img/shared_onlineshop/footer_bnr2_bg.jpg")no-repeat;
	background-size: cover;
	}

.banner .col:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	border: 1px dashed #fff;
	opacity: 0.5;
}
.banner .col + .col {
	border: 1px solid #9d936e;
}
.banner .col a {
	position: relative;
	background-color: #b99d7c;
	font-size: 25px;
	letter-spacing: 0.3em;
	line-height: 48px;
	text-align: center;
	display: block;
	color: #fff;
}
.banner .col a:before {
	content: "";
	position: absolute;
	top: 20px;
	right: 12px;
	background: url('../img/shared/arrow.png') no-repeat center top;
	width: 10px;
	height: 10px;
}
.banner .col + .col a {
	background-color: #9d936e;
}
.banner .col a:hover {
	text-decoration: none;
	opacity: .8;
}
footer {
	text-align: center;
	padding: 6px 0 14px;
}
footer .d-flex {
	justify-content: center;
	align-items: center;
}
footer #socialbuttons {
	margin: inherit;
	margin-left: 10px;
}

/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 14px;
	letter-spacing: 0.26em;
	line-height: 16px;
}