@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,700&subset=japanese');

/*-------------------------------------------------------------------
　基本設定
-------------------------------------------------------------------*/
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:1.8;
	color:#000000;
	-webkit-text-size-adjust:none;
}

/* ---- sp --------------------------- */
@media only screen and (max-width:768px){
body{
	font-size:15px;
	line-height:1.6;
}
}

/*-------------------------------------------------------------------
　header
-------------------------------------------------------------------*/
#hdWrap{
	width:100%;
	position:relative;
	height:40px;
	background-color:#3A1D0B;
}

#hdBar{
	width:1000px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.groupLogo{
	width:1000px;
	margin:0 auto;
	padding:3px 0 5px;
	overflow:hidden;
}

.groupLogo img{
	width:320px;
	height:auto;
	vertical-align:middle;
}

.topLink{
	width:170px;
}

.topLink a{
	display:block;
	width:170px;
	background-color:#660000;
	padding:0;
	text-align:center;
	font-size:14px;
	color:#FFF;
}

.topLink a:hover{
	opacity:0.8;
}

.hd_inner {
    width: 1000px;
    margin: 0px auto 0;
	padding:30px 0 0 0;
}

#top-head {
    width: 100%;
    margin: 0 auto;
    padding: 0;
	color:#FFF;
	height:90px;
	background-image:url(../images/top_hd_bg.jpg);
	background-repeat: repeat;
}

#top-head h1{
	padding:0;
	margin:0;
	display:none;
}

#top-head .hd_inner {
    position: relative;
}

#top-head .logo {
	position:absolute;
	top:10px;
	left:2%;
	z-index:100000000000;
	display:none;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*----- Navigation ------------*/
#global-nav ul {
	width:100%;
    list-style: none;
    position: absolute;
    right: 0;
	display:flex;
	justify-content:space-between;
	font-family: 'Noto Serif JP', serif;
	font-size:17px;
	font-weight:bold;
}

#global-nav ul li{
	padding:0;
	margin:0;
}

#global-nav ul li a{
	display:block;
	color:#FFF;
}

#global-nav ul li a:hover{
	opacity:0.7;
}

#shopLinkBtn{
	width:90%;
	margin:0 auto;
	display:none;
}

/* ----- ipad -------------- */
@media only screen and (max-width:1100px){
#hdBar{
	width:90%;
}

.groupLogo{
	width:90%;
	margin:0 auto;
	padding:3px 0 5px;
	overflow:hidden;
}

.hd_inner {
	width: 90%;
}
}

/* ----- sp ---------------- */
@media only screen and (max-width:767px){
#hdWrap{
	width:100%;
	padding:0;
	height:30px;
	position: relative;
	display:none;
}

#hdBar{
	width:100%;
	margin:0;
	padding:0;
	background-color:#241C16;
	display:none;
}

.topLink{
	display:none;
}

header {
	width:100%;
	margin-top: 0;
	z-index: 1000;
	position:fixed;
	top:0px;
	left:0;
}

#top-head,
.hd_inner {
	width: 100%;
	padding: 0;
	margin:0;
	height:0;
	position:relative;
}

#mobile-head {
	width: 100%;
	height: 56px;
	position: relative;
	background-image:url(../images/top_hd_bg.jpg);
	background-repeat: repeat;
}

#top-head .logo {
	position:absolute;
	top:10px;
	left:2%;
	z-index:10;
	display:block;
}

#top-head .logo img{
	width:80px;
	height:auto;
}

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -1000px;
	background:#211207;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#global-nav ul {
	list-style: none;
	position: static;
	display:block;
	flex-direction:column;
	text-align:center;
	clear:both;
	margin:5px 0;
}

#global-nav ul li {
	height: auto;
	margin:0;
}

#top-head #global-nav ul li a{
	width: 100%;
	display: block;
	color: #fff;
	padding: 5px 0;
	background: none !important;
	height:auto;
}

#shopLinkBtn{
	width:90%;
	margin:10px auto 20px;
	display:block;
	font-family: 'Noto Serif JP', sans-serif;
}

#shopLinkBtn ul{
	margin:10px auto 0;
	display:block;
}

#shopLinkBtn ul li{
	width:80%;
	list-style:none;
	margin:0 auto 10px auto;
	padding:5px 0;
	background-color:#791216;
	color:#FFF;
	text-align:center;
	border-radius:10px;
}

/*スクロールしたらCSSを適用しナビゲーションバーの位置を固定*/
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height:100%;
	overflow:auto;
}

#nav-toggle {
	display: block;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	position:fixed;
	overflow:auto;
	top:0;
	left:0;
	height:100%;
	z-index:20;
}

.open #global-nav ul {
	height:100%;
	overflow:auto;
}
}


/*-------------------------------------------------------------------
　footer
-------------------------------------------------------------------*/
#footer{
	width:100%;
	padding:60px 0;
	background-color:#3A1D0B;
	overflow:hidden;
}

#footer img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
}

#footer a:hover img{
	opacity:0.8;
}

#footerIn{
	width:1000px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap; /*--下に回り込み--*/
}

.accessBox{
	width:31%;
	color:#FFF;
}

.accessBox h4{
	font-size:20px;
	font-family: 'Noto Serif JP', sans-serif;
	color:#E2A441;
	text-align:center;
	padding:10px 0;
	margin-bottom:10px;
	border-bottom:1px dashed #FFF;
}

.ftAdd{font-size:14px;}

ul.ftBtn{
	width:100%;
	margin-top:10px;
	display:flex;
	flex-wrap: wrap; /*--下に回り込み--*/
	justify-content:space-between; /*--等間隔に配置--*/
}

ul.ftBtn li{
	width:48%;
	list-style-type:none;
}

#copyright{
	width:100%;
	text-align:center;
	background-color:#791216;
	color:#FFF;
	font-size:12px;
	padding:15px 0;
	font-family: 'Frank Ruhl Libre', serif;
}

#copyright p{
	width:90%;
	margin:0 auto;
}

/* ===== ipad以下 ======== */
@media only screen and (max-width:1024px){
#footerIn{
	width:90%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
}

/* ===== 767px以下 ======== */
@media only screen and (max-width:767px){
#footer{
	width:100%;
	padding:30px 0 0px;
}

#footerIn{
	width:90%;
	margin:0 auto;
}

.accessBox{
	width:100%;
	padding-bottom:30px;
}

.ftAdd{
	font-size:15px;
	text-align:center;
}

ul.ftBtn li{
	width:90%;
	margin:0 auto 20px auto;
}

#copyright p{
	line-height:1.2;
}
}


/*-------------------------------------------------------------------
　tel link 
-------------------------------------------------------------------*/
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}


/*----------------------------------------------------
	margin
----------------------------------------------------*/
.MG-B20{margin-bottom:20px !important;}
.MG-B30{margin-bottom:30px;}
.MG-T10{margin-top:10px;}

/* ---- sp --------------- */
@media only screen and (max-width:767px){
.MG-B20{margin-bottom:20px !important;}
}

/*----------------------------------------------------
	font
----------------------------------------------------*/
.fontB{font-weight:bold;}
.fRed{color:#9A0000;}

.fRed_l{
	font-size: 27px;
	color:#9A0000;
	font-weight: bold;
	display: block;
	margin-top: 15px;
}

.txCR{
	font-size: 27px;
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 1px dashed #000;
}

/* ===== 1250px ============= */
@media only screen and (max-width:1250px){
.fRed_l{font-size: 25px;}
.txCR{font-size: 25px;}
}

/* ===== sp 767px ========= */
@media only screen and (max-width:767px){
.fRed_l{font-size: 23px;}

.txCR{
	font-size: 23px;
	text-align: center;
	padding-bottom: 30px;
}
}

/* ===== sp 480px ========= */
@media only screen and (max-width:480px){
.fRed_l{
	font-size: 20px;
}

.txCR{
	font-size: 17px;
	text-align: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
}

/*----------------------------------------------------
	page top icon
----------------------------------------------------*/
#page-top {
	position: fixed;
	right: 15px;
	bottom: 70px;
	z-index:1;
}

#page-top a {
	width: 60px;
	height: 48px;
	display: block;
}

#page-top a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

@media only screen and (max-width:1150px){
#page-top {
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index:1;
}
}

/* ---- ipad --------------- */
@media only screen and (max-width:767px){
#page-top,
#page-top a {
	display:none;
}
}










