@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
	position: relative;
	color: #000;
	min-width: inherit;
	max-height: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 28px;
	font-size: 14px;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background: url('../img/shared/bg.jpg');
	overflow-x: hidden;
}


body:before{
	content:"";
	top: 1%;
	left:0;
	right:0;
	position:fixed;
	background: transparent;
	width: 95%;
	height: 97%;
	border: 4px solid #000;
	z-index: 122;
	margin: auto;
}
/* 
body:after{
	content:"";
	top: -150px;
	left:0;
	position:absolute;
	background: #fff;
	height: 200px;
	width: 100%;
	z-index: 1;
} */
/* 
body .bot-wall{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}
body .bot-wall:after{
	content:"";
	top: 0;
	left:0;
	position:absolute;
	background: #fff;
	height: 50px;
	width: 100%;
	z-index: 999;
} 
*/

body .line01 {
    content: "";
    width: 2px;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 2;
    height: 0;
    background: #fff;
    transition: all 0.3s linear;
}


body .linespec {
    content: "";
    width: 2px;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 2;
    height: 0;
    background: #fff;
    transition: all 0.3s linear;
}


body .linespec-2 {
    content: "";
    width: 2px;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 2;
    height: 0;
    background: #fff;
    transition: all 0.3s linear;
}
.navOpen  {

		overflow-y: hidden;

		-webkit-overflow-scrolling: touch;
	
}


body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
/*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}
body.navOpen .hamburger,
body.navOpen #menu_toggle,
body.navOpen #menu_toggle * {
    touch-action: auto !important;
    pointer-events: visible !important;
}





.fnt-mincho {
	font-family: 'Sawarabi Mincho', sans-serif;
	
	
/*	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;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}



/*=============================================
 * header
 *=============================================*/

header .logo{
	width: 30%;
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 101;
}

header #belt {
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 9999;
}
header #hd_top {
	background: transparent;
	position: relative;
	height: 76px;
	z-index: 99;
}
header h1 {
	border-top: 3px solid #0d2947;
    border-bottom: 3px solid #910d0e;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    font-weight: normal;
    position: relative;
    text-align: center;
    padding: 10px 0;
    z-index: 99;
    background: rgba(37, 24, 2, 0.9);
    color: #fff;
}
/*====================== nav ====================== */

header .topnavi {
	position: absolute;
	bottom: 3px;
	right: 5px;
	height: 54px;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 60px;
	vertical-align: top;
}
header .topnavi li a {
	color: #fff;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 5px;
	width: 100%;
	border-left: 1px dotted rgba(255,255,255,1.00);
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 4px;
	font-size: 19px;
	font-weight: normal;
}
header .menu_toggle {
	background: rgba(37, 24, 2, 0.9);
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}
.hamburger {
	position: fixed;
	top: 1.5%;
	right: 2.5%;
	z-index: 9999;
}
 .hamburger:after  {
	font-size: 11px;
	content: 'MENU';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	text-align: center;
}

.navOpen .hamburger:after {
	
	content: 'CLOSE';
}
/*====================== end nav ====================== */

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


header #key {
	z-index: 99;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	min-height: 70vh;
	background: url('../img/shared/bg.jpg');
}

header #key li{
	height: 70vh;
}


.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	top: 71vw;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 60;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	z-index: 60;
}
.bx-wrapper .bx-controls-direction a {
	color: #e75a5a;
	font-family: "fontello";
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 26px;
	
}
.bx-prev::after {
	content: "";
	left: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-next::after {
	content: "";
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #052140;
	display: block;
	height: 7px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 60px;
	cursor: pointer;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #7e0101;
}
/*====================== end nav ====================== */


/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/


footer {
	text-align: center;
	color: #FFF;
	position: relative;
	z-index: 4;
	background: url('../img/shared/bg-black.jpg');
	overflow: hidden;
	font-size: 13px;
	line-height: 19px;
	padding-bottom: 4em;
	z-index: 99;
}


/* 


footer:after{
	content:"";
	position:absolute;
	bottom:600px;
	left:0;
	width:100%;
	height:600px;
	background:#fff;
} */

footer .shopinfo {
	padding: 5% 1.5%;
	position: relative;
}
footer .vcard {
	font-size: 1.1em;
	padding: 0 1%;
	margin-bottom: 3%;
	margin-top: 4%;
}

footer .vcard dl{
	padding-bottom: 1.1em;
}
footer .vcard dt{}

footer .vcard dd {
}
#f_logo {
	margin: 1em auto;
	width: 10em;
}
#f_tel {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
footer .banner li {
	float: left;
	width: 32%;
	padding: 0 0.5%;
}
footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 45%;
	min-width: 300px;
	max-width: 250px;
	margin: 20px auto 15px;
	padding: 0 6px;
	line-height: 35px;
}
footer .link p a {
	background: #910d0e;
	border: solid 1px rgba(200, 200, 200, 0.78);
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer address {
	line-height: 44px;
	background: #444;
	color: #d3d1d1;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/



#index .slide_thm li {
	float: left;
	width: 33.33%;
}
.link-archo li {
	width: 49%;
	float: left;
	color: #fff;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.botan {
	color: #fff;
	padding: 3px 5px;
}
.access_btn {
	background: #4C06F7;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.access_btn span {
	display: block;
	padding: 10px;
	cursor: pointer;
}
.copied {
	background-color: transparent;
	color: rgb(255, 255, 255);
}
#ft_group {
	position: fixed;
	opacity: 0;
	z-index: -9999;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;

	background-color:rgb(243, 235, 235);
		transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
/* 
#ft_group div{
	width: 33.33333333333333%;
}
 */

.has_nav  #ft_group {position: fixed;z-index: 999;opacity: 1;width: 97%;margin: auto;}
#ft_group .box {
	width: 50%;
	padding: 3% 0;
	background-color: #122e4d;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #000;
	position: relative;
}

.ft_contact_tel dd {
	font-size: 18px;
}
.ft_contact_tel .icon-phone-1:before {
	padding-right: 10px;
	
}
.contact_gr .ft_contact_tel dd {
	font-size: 14px;
} 
.contact_gr .fl,.contact_gr .fr {
	width: 49%;
	
	
	
}
.contact_gr .ft_contact_mail {
    font-size: 12px !important;
    line-height: 20px !important;
} 
.ft_contact_mail:after {
	content: '\f105';
	font-size: 15px;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
 position: absolute;
    right: 12px;
    top: 50%;
   transform: translateY(-50%);

	
}
#ft_group .box  .icon-mail-alt {font-size: 14px;}
#ft_group .box  .icon-mail-alt:before {
	
	font-size: 14px;
	padding-right: 10px;
}



.js_full  .bx-viewport {
	overflow: visible !important;
	padding: 0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.js_full_ext {
	
	padding-left: 0;
}
.js_full_ext  .js_in {
	padding-left: 5%;
}

.js_full_ext  img {
	width: 90%;
}

.js_full_ext .bx-prev {
	display: none;
}
.js_full_ext .bx-next{
	right: -18%;
	
}



.pr{
	font-size: 2em;
	font-weight: bold;
}

.pr span{
	font-size: 0.7em;
}

.tit-w{
	text-align: left;
	display: inline-block;
	font-weight: bold;
	font-size: 2.2em;
	line-height: 45px;
	color: #FFF;
	opacity: 0.5;
}
.tit-w span{
	font-size: 1.3em;
}

.ttl-w{
	font-size: 1.45em;
}

.ttl-w span{
	font-size: 1em;
}

.txt{
	text-align: justify;
}

.tac{
	text-align: center;
}

.tal{
	text-align: left;
}

.fwb{
	font-weight: 600;
}

.c-r{
	color: #7E0101;
}

.c-b{
	color: #0A2645;
}

.c-bl{
	color: #000;
}

.toggle .toggle-link:after {
    
}

.toggle:after {
	font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    position: static;
    line-height: 20px;
    margin-top: -10px;
    color: #000;
    content: '\f13a';
    font-size: 16px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.toggle.active:after{
	content: '\f139';
}


.m-frame{
	margin: auto;
	position: relative;
	width: 90%;
	min-height: 150px;
	border: 8px solid #4b0501;
	background: url('../img/shared/bg-wall.jpg');
}

.m-frame:before{
	content:"";
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	background: transparent;
	border: 4px solid #b8191a;
}

header .menu_toggle a:hover,
header .menu_toggle a.act{
	color: #F73334;
}

@media (max-width: 350px) {
	.ttl-w{
		font-size: 1.4em;
	}
}


