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

body {
	color: #fff;
	min-width: inherit;
	max-height: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", 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) repeat center top;
}
.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;
}

.fnt-ro-nikkatsu {
	font-family: "ro-nikkatsu-sei-kai-std";
}

/*=============================================
 * header
 *=============================================*/
header {
	position: relative;
	z-index: 99;
}
header .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 99;
}

header .logo_page {
	position: absolute;
	top: 20px;
	left: 5px;
	z-index: 99;
}

header #belt {
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 9999;
}
header #hd_top {
	background: none;
	position: relative;
	/* height: 76px; */
	z-index: 9999;
}
header h1 {
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	font-weight: normal;
	position: absolute;
	top: 2px;
	left: 5px;
	z-index: 99;
	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: url(../img/shared/bg.jpg) repeat center top;
	z-index: 999;
}
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;
}

header .menu_toggle li {
	background: url(../img/shared/bg_br.png) repeat-x center bottom;
	border-bottom: none;
	padding-left: 50px;
}

header .menu_toggle ul li:before {
	background: url(../img/shared/nav_icon2.png) no-repeat center top;
    width: 30px;
    height: 20px;
    content: '';
    position: absolute;
    top: 15px;
    left: 17px;
}
header .menu_toggle ul li.active:before {
	background: url(../img/shared/nav_icon1.png) no-repeat center top;
}

header .menu_toggle ul li a:after {
	display: none;
}

.hamburger {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #28150a;
	padding: 13px 10px 4px 10px;
    border-radius: 8px;
}
 .hamburger:after  {
	/* font-size: 11px;
	content: 'MENU';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	text-align: center; */
}

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


.hamburger-box {
	width: 34px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 34px;
	height: 3px;
}
/*====================== end nav ====================== */

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


header #key {
	position: relative;
	overflow: hidden;
	margin-top: 0px;
}
.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;
	bottom: 5%;
	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: #fff;
	font-family: "fontello";
	font-size: 28px;
	line-height: 35px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: url(../img/shared/bg3.png) repeat top center;
	
}
.bx-prev::after {
	content: "";
	left: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-next::after {
	content: "";
	left: 12px;
	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: #fff;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #be0900 none repeat scroll 0 0;
}
/*====================== end nav ====================== */


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


footer {
	background: #DBDADA;
	overflow: hidden;
	font-size: 13px;
	line-height: 19px;
	position: relative;
	z-index: 1;
	padding-bottom: 65px;
	    background: url(../img/shared/bg_ft_ct.jpg) no-repeat center top, url(../img/shared/bg_ft_t.jpg) repeat-x center top, url(../img/shared/bg_ft.jpg) repeat center top;
}
footer .shopinfo {
	padding: 8% 1.5% 0%;
	position: relative;
}
footer .vcard {
	padding: 5% 6%;
	margin-bottom: 0%;
	color: #fff;
}
footer .vcard dd {
	padding-left: 20px;
}
#f_logo {
	margin: 0 auto 5%;
	width: 145px;
}
#f_tel {
	margin-bottom: 10px;
	margin: 0 6%;
}
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: 170px;
	max-width: 210px;
	margin: 10px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	background: #000;
	border: solid 1px rgba(255,255,255,1);
	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;
	color: #d3d1d1;
	font-size: 10px;
	letter-spacing: 3px;
	text-align: center;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}

#pagetop {
	bottom: 58px;
	z-index: 9;
}

/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/


#index h3 {
	font-size: 22px;
	padding: 5px 0;
}
#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: rgb(61, 38, 18); */
	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;
}

.has_nav  #ft_group {
position: fixed;
	
		z-index: 99;
	opacity: 1;
	
	
	
}
#ft_group .box {
	padding: 6px 0 0;
	background: url(../img/shared/bg.jpg) repeat center top;
	color: #fff;
	text-align: center;
	font-size: 10px;
	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: 14px !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 {
	position: relative;
	overflow: hidden;
	
	margin: 0 -2%;
	height: 0;
	padding-top: calc(51% + 30px );
}
.js_full .bx-pager {
	position: static;
	padding-top: 10px;
}
.js_full .js_in {
	padding: 0 15%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
top: 0;
	left: 0;
	right: 0;
}
.js_full  .bx-viewport {
	overflow: visible !important;
}

.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%;
	
}

.title1 {
	letter-spacing: 2px;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
	font-family: "ro-nikkatsu-sei-kai-std";
}
.txt {
	padding: 0 2.5%;
	text-align: justify;
}

dl:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
.listmenu dl dt {
	float: left;
}
.listmenu dl dd {
	float: right;
	text-align: right;
}

#sake #sec4 {
	color: #fff;
}

#sake #sec4 .open:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#sake #sec4 .btn-acc {
  position: relative;
  padding: 6% 0 4%; 
}

#sake #sec4 .btn-acc:after {
  content: url(../img/shared/icon_arrow.png);
  position: relative;
  display: block;
	text-align: center;
	margin: 0 auto;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sake #sec4 .scroll_box {
  margin: 0 2.34%;
}

#sake #sec4 .scroll_box .toggle {
  border: 1px solid #7c7162;
  padding: 2%;
  line-height: 25px;
  margin-bottom: 5%;
}

#sake #sec4 .scroll_box .toggle h3 {
  background: url(../img/shared/bg2.jpg) repeat top center;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-top: 2%;
  padding-bottom: 2%;
  line-height: 32px;
}

#sake #sec4 .scroll_box .toggle .toggle-main .item dl {
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0;
 background: url(../img/shared/bg_br2.png) repeat-x bottom center
}

#sake #sec4 .scroll_box .toggle .toggle-main .item dl dt {
  float: left;
}

#sake #sec4 .scroll_box .toggle .toggle-main .item dl dd {
  float: right;
  text-align: right;
}

.toggle-link {
	cursor: pointer;
}

.texture {
	background: url(../img/shared/bg.jpg) repeat center top;
}