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

body {
	min-width: inherit;
	max-height: 100%;
	color: #000;
	font: normal normal 15px/2em "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background:#FFF;
}
body.navOpen {
	overflow-y: hidden;
	height: 100vh;
	-webkit-overflow-scrolling: touch;
}
.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;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
.block p {
	margin: 0 2.5%;
	padding-bottom: 15px;
}
.normal {
	padding: 0 !important;
	margin: 0 !important;
}
.sh_img {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

main{
	position: relative;
	z-index: 1;
}
/*=============================================
 * header
 *=============================================*/

#open{
	background: url(../img/index/bg_op.jpg) repeat;
	position:  fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9991;
	overflow:  hidden;
}
#open #open_in{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
#open .open-logo{
	text-align: center;
}
#open .drop1{
	text-align: center;
	padding: 0 0 0 0;
	animation: dropc 1s infinite linear both;
}
@keyframes dropc{
	0%{
		transform: translateY(0);
		opacity: 0;
	}
	10%{
		transform: translateY(5px);
		opacity: 1;
	}
	80%{
		transform: translateY(25px);
		opacity: 0;
	}
	
	100%{
		transform: translateY(30px);
		opacity: 0;
	}
}
#progress{
  height:1px;
  background:#000;
  width:0;
	z-index: 99;
}
#progstat{
  font-size:14px;
  letter-spacing: 3px;
  width:100%;
  text-align:center;
  color:#000;
	z-index: 99;
	height: 40px;
}

header #belt {
	color: #fff;
	width: 100%;
	z-index: 9999;
}
header #hd_top {
	z-index: 99;
	position: relative;
}
header h1 {
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 99;
}
header #logo {
	position: absolute;
	top: 20px;
	left: 2px;
	z-index: 100;
	transition:all 0.3s ease 0.8s;
}
header {
	position: relative;
	border-bottom: 5px solid #2a4159;
}
/*====================== nav ====================== */

header .topnavi {
	position: absolute;
	top: 8px;
	right: 65px;
	height: 45px;
}

header .topnavi::before{
	width: 1px;
	height: 88%;
	position: absolute;
	top: 0;
	left: 53%;
	content: "";
	border-left: 1px dashed #001638;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 55px;
	vertical-align: top;
	text-align: center;
	height: 38px;
}
header .topnavi li#mapnavi {
	padding-top: 10px;
}
header .topnavi li.icon-phone-1:before {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 18px;
	padding-top: 1px;
}
header .topnavi li a {
	color: #001638;
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 35px;
	width: 100%;
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 3px;
	font-size: 20px;
	font-weight: normal;
}
header .menu_toggle dl {
	font-weight: bold;
	color: #FFF;
	padding: 10px 0;
	letter-spacing: 2px;
	text-align: center;
}
header .menu_toggle dl dt {
	margin-bottom: 10px;
}
header .menu_toggle dl dd {
	padding: 6px;
	margin: 0 5%;
	border: 1px solid #FFF;
}
header .menu_toggle dl dd a {
	padding-left: 35px;
	position: relative;
}
header .menu_toggle dl dd a::before {
	content: '\f101';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	line-height: 16px;
	top: 50%;
	left: 10px;
	margin-top: -10px;
	padding: 0 3px;
	color: #FFF;
	font-size: 13px;
	background: #e28d08;
}
header .menu_toggle .toggle.active .toggle-link:after {
	color: #FFF;
}
header .menu_toggle .toggle-link {
	padding-bottom: 10px;
}
header .menu_toggle .toggle .toggle-link:after {
	color: #FFF;
	right: 48%;
}
/*====================== end nav ====================== */

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

header #key {
	position: relative;
	overflow: hidden;
	z-index: 10;
}
header #key dl {
	position: relative;
}
header #key dl dd {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#ttl_key {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 80;
}

#ttl_key::after{
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 79;
	background: rgba(0,0,0,0.3);
	content: "";
	transition:
		top 1s cubic-bezier(0.86, 0, 0.07, 1),
		bottom 1s cubic-bezier(0.86, 0, 0.07, 1),
		left 1.2s cubic-bezier(0.86, 0, 0.07, 1) 1s,
		right 1.2s cubic-bezier(0.86, 0, 0.07, 1) 1s;
}
#ttl_key.active::after{
	top: 40%;
	left: 10%;
	right: 10%;
	bottom: 40%;
}

#ttl_key span{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 280px;
	margin-left: -140px;
	z-index: 80;
	transform: translateY(-50%);
}
#row {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -30px;
	z-index: 98;
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #000;
	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: 999;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 54%;
	margin-top: -20px;
	width: 100%;
	z-index: 999;
}
.bx-wrapper .bx-controls-direction a {
	color: #FFF;
	font-family: "fontello";
	font-size: 25px;
	height: 35px;
	line-height: 35px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	text-align: center;
	width: 35px;
	z-index: 99;
	display: block;
	background: rgba(0,0,0,0.2);
}
.bx-prev::after {
	content: "";
	left: 10px;
	position: absolute;
	text-indent: 0;
	top: -1px;
}
.bx-next::after {
	content: "";
	left: 13px;
	position: absolute;
	text-indent: 0;
	top: -1px;
}
.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 {
	border: 1px solid #001638;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 8px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
	box-sizing: border-box;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #001638;
}
/*====================== end nav ====================== */

.bn {
	border: none !important;
}
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/


footer {
	overflow: hidden;
	position: relative;
	padding: 30px 0 55px;
	color: #FFF;
	border-top: 2px solid #2a4159;
	text-align: center;
	z-index: 9;
	background: url(../img/shared/bg_ft.jpg) repeat;
}

footer .tel_ft {
	padding: 10px 0 0;
	text-align: center;
	
}
footer .tel_ft span{
	display: block;
	font-size: 13px;
	
}
footer .ttl_logo{
	font-weight: bold;
	font-size: 18px;
}
footer dl {
	margin: 0 2.5%;
	line-height: 26px;
	padding: 12px 0 3px;
}

footer dl dt {
	font-weight: bold;
}
footer dl dd {
	font-size: 14px;
}
footer .toggle .toggle-link:after {
	right: 48%;
}
footer #tel_info {
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}
.line-social {
	width: 92px;
	overflow: hidden;
}
.ft_box1 {
	padding-top: 10px;
}
#ft_pages {
	background: url(../img/shared/address.jpg) repeat top center;
	padding-top: 10px;
}

footer .link {
	margin: auto 10%;
	text-align: center;
	width: 80%;
	font-weight: normal;
	padding-bottom: 15px;
}
footer .link p {
	margin: 30px auto 0px;
	line-height: 40px;
	background: #FFF;
	padding: 1px 2.5%;
}
footer .link p a {
	display: block;
	font-size: 15px;
	letter-spacing: 0;
	padding: 1px 20px;
	text-align: center;
	text-decoration: none;
	background: #FFF;
	color: #000;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer address {
	line-height: 40px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.3);
	margin-top: 22px;
}
footer address a{
 font-size: 10px;
 color: #FFF;
 display: block;
 text-decoration: none;
}
p.bnt_ft {
	text-align: center;
	padding: 5px 0 10px;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
#ft_group {
	position: fixed;
	opacity: 0;
	z-index: -9999;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	background: #2a4159;
}
.has_nav #ft_group {
	position: fixed;
	z-index: 98;
	opacity: 1;
}
#ft_group .box1 {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 55px;
	float: left;
	width: 80%;
}
#ft_group .box1 dl {
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.4);
}
.ft_contact_tel dt {
	padding-top: 5px;
	line-height: 20px;
	font-size: 14px;
}
#ft_group .box p {
	padding-top: 16px;
	text-align: center;
	color: #FFF;
}
.ft_contact_tel dd a {
	font-size: 18px;
	position: relative;
	text-decoration: none;
}
.lk_ex .icon-link-ext:before {
	padding: 3px 5px 0 0;
	font-size: 14px;
}
.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;
	display: block;
	padding-top: 15px;
}
#ft_group .box .icon-mail-alt:before {
	font-size: 14px;
	padding-right: 10px;
}
.dl_tel1::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	background: #2a2a2a;
	content: "";
}
.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%;
}


.botan a{
	background-color: #2a4159;
	margin: 10px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color:#fff;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}
.line {
	margin: 10px;
	text-align: center;
	
} 
.line_btn {
	display: inline-block;
	padding-top: 10px;
	padding-right: 62px;
	padding-bottom: 10px;
	padding-left: 36px;
	margin: 0px;
	background-color: #2cb74b;
	background-image: none;
	background-size: contain;
	color: #fff;
	text-decoration: none;
	border-width: 2px;
	border-style: solid;
	border-color: #2cb74b;
	border-radius: 0px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	box-shadow: none;
	-webkit-appearance: none;
	line-height: 1.6;
	position: relative;
	text-align: left;
	
}

.line_btn:hover {
	background-color: #fff;
	color: #424242;
	text-decoration: none;
}

.line_btn svg {
	width: 24px;
	height: auto;
	position: absolute;
	top: 50%;
	left: auto;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	stroke: #fff;
	stroke-width: 2px;
	right: 8px;
}

.line_btn:hover svg {
	stroke: #424242;
}
.tabi{
	width: 90%;
	margin: 20px auto;
}
.shopinfo {
	margin: 20px auto;
}
.shopinfo ul li {
	width: 62%;
	margin: 10px auto;
}