@charset "UTF-8";

.stand-by {
	border: 3px solid #0284ca;
	padding: 30px;
	width:300px;
	text-align: center;
	margin: 100px auto 0;
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif !important;
   }

body {
  margin: 0; }

a {
	color: #025088;
}
a:focus {
  outline: none; }

a:active, a:hover {
  outline: 0; 
  color:#339FD1;}

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  
/*=================
	共通要素
===================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { margin: 0; }

html, body {
	height: 100%;
	width: 100%;
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; }

ul { padding: 0;
}

li { list-style: none;
}

img {
	border: 0;
	vertical-align: top;
	outline:none;
}

strong { font-weight: bold; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom: 1; }
.mb30{
	margin-bottom:30px;
}
.ml10{
	margin-left:10px;
}
.font18{
	font-size:18px;
	font-size:1.8rem;
}	  
.txt_right{
	text-align:right;}
.f_red {
	color:#ff0000;}
/*--------------------------------
Base
--------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.7;
  letter-spacing: 0.1em; }

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

a img {
  border: 0;
  outline:none; }

a img:hover {
  opacity: 0.85; }

.ie8 img {
  width: auto; }

caption {
  display: none; }

.wrapper {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }
 
.font_min {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","HGS明朝E", serif;}
 .sec_ttl{
	 text-align:center;
	 margin-bottom:4%;}

/*--------------------------------
 BxSlider関連
--------------------------------*/
.bx-wrapper {
	margin: 0 auto;
}
.bx-wrapper .bx-viewport {
	left:0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
	background-color:transparent;
	overflow: visible!important;
    width: 1200px;
}
/*.bx-wrapper .bx-prev {
	left: -30px;
	background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: -30px;
	background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}*/
.bx-wrapper .bx-prev {
	left: -33px;
	background: url(../img/slide_prev.png) no-repeat ;
}

.bx-wrapper .bx-next {
	right: -33px;
	background: url(../img/slide_next.png) no-repeat ;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
	opacity: 0.8;
}

.bx-wrapper .bx-next:hover {
	background-position: 0px 0;
	opacity: 0.8;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -51px;
	outline: 0;
	width: 33px;
	height: 102px;
	text-indent: -9999px;
	z-index: 9999;
}

#main-slide {
	margin: 0 auto;
}
#main-slide ul {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}
#main-slide ul li {
    margin: 0;
    padding: 0;
}

#main-slide {
	width:100%;
	max-height:500px;
	overflow:hidden;
}
#main-slide img{
	width:100%;
	height:auto;
}
.slider {
    width: 9999%!important;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider li {
    width: 1200px;
    margin: 0;
    padding: 0;
}


/*--------------------------------
Header
--------------------------------*/
/*.header-container{
	background-color: #0284ca;
}*/
#hdbg{
	background-color: #0284ca;
	position: relative;
	border-bottom:1px dotted #fff;
}
.header-container .hdbox{
	position: relative;
	height: 69px;
	z-index: 1000;
}
.header-container .hdbox h1#top{
	position:absolute;
	top:0;
	z-index:100;
	left: 0;
}

.header-container .hdbox #global-nav{
	position:absolute;
	top:0;
	left:401px;
	width:799px;
}

.header-container .hdbox #global-nav li{
	float:left;
	width:200px;
	text-indent:-9999px;
	box-sizing:border-box;
	
}
.header-container .hdbox #global-nav li:last-child{
	width:199px;
}

.header-container .hdbox #global-nav li a{
	display:block;
	width:100%;
	margin:0 auto;
	height:69px;
}
.header-container .hdbox #global-nav li a:hover {
	opacity:0.7;}
.header-container .hdbox #global-nav li.list1 a{
	background: url(../img/nav_home.jpg) no-repeat 0 0;
	background-size: 100% auto;
}
/*.header-container .hdbox #global-nav li.list1 a:hover{
	background-image: url(../img/gnav_home_on.jpg);
}*/
.header-container .hdbox #global-nav li.list2 a{
	background: url(../img/nav_about.jpg) no-repeat 0 0;
	background-size: 100% auto;
}
/*.header-container .hdbox #global-nav li.list2 a:hover{
	background-image: url(../img/gnav_about_on.jpg);
}*/
.header-container .hdbox #global-nav li.list4 a{
	background: url(../img/nav_shop.jpg) no-repeat 0 0;
	background-size: 100% auto;
}
/*.header-container .hdbox #global-nav li.list4 a:hover{
	background-image: url(../img/gnav_shop_on.jpg);
}*/
.header-container .hdbox #global-nav li.list5 a{
	background: url(../img/nav_contact.jpg) no-repeat 0 0;
	background-size: 100% auto;
}
/*.header-container .hdbox #global-nav li.list5 a:hover{
	background-image: url(../img/gnav_contact_on.jpg);
}*/

.header-container #header {
	background-color: #fff;
}
.spmenu{
	display:none;
}

.left {
	float:left;}
.right {
	float:right;}

/*--------------------------------
footer
--------------------------------*/
#footer{
	position: relative;
	background: #0284ca;
}
.footer_top {
	background: url(../img/bg03.jpg) no-repeat ;
	background-size: contain;
	padding-top:100px;}
.fnav {
	margin-left:auto;
	text-align:right;
}
.fnav a{
	display:inline-block;
	margin-left:20px;
	
}

.footerbox{
	color: #fff;
	padding: 2em 0 4em;
	position: relative;
}
.footerbox .left{
	width:350px;
}
.footerbox .right{
	width:780px;
/*width:48.666%;
*/}
.footerbox dl {
	margin:1em 0;}
.footerbox dl dt {
	width: 6em;
	float: left;
}
.footerbox dl dd {}
.footerbox .f_tel {
	padding-left:10px;}

footer .itogon {
	position:absolute;
	bottom:-60px;
	right:200px;}

footer .f_pagetop {
	margin-top:1em;}
footer .f_pagetop a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
	footer .f_pagetop a:hover {
	color:#66cc00;
	text-decoration:underline;}
	footer a{
	color:#fff;
	text-decoration:none;
	}
.copy{
	clear:both;
	text-align:right;
	background:#66cc00;
	padding:4px 0;
}
.copy p{
	color:#0284ca;
	text-align:right;
	font-weight:bold;
	max-width:1200px;
	margin:0 auto;
}
#pagetop.pg_none {
	display:none !important;}

/*--------------------------------
maincontent
--------------------------------*/

.main-container{
	margin:0 auto;
	position: relative;
}
.sec_area {
	padding: 3% 0;
}

/*--大石金光堂について--*/
#about{

}
.about_in {
	max-width:1080px;
	margin:0 auto;
	position:relative;}
.about_in ol {
	border-top:2px dashed #ddd;
	padding-left:0;}
.about_in li {
	clear:both;
	padding:2em 0;
	border-bottom:2px dashed #ddd;
	font-size:16px;
	font-size:1.6rem;
	}
.about_in li .sec_txt {
	width:670px;
	float:left;
	background: url(../img/img_n1.png) no-repeat left center;
	padding-left: 100px;
	margin-top:2em;
	box-sizing:border-box;}
	.about_in li .sec_txt img{
		padding-bottom:1em;}

.about_in li:nth-child(2) .sec_txt {
	background: url(../img/img_n2.png) no-repeat left center;}
.about_in li:nth-child(3) .sec_txt {
	background: url(../img/img_n3.png) no-repeat left center;}
.about_in li:nth-child(4) .sec_txt {
	background: url(../img/img_n4.png) no-repeat left center;}


.about_in li .sec_img {
	/*310px*/
	width:310px;
	float:right;}
.about_in .itogon {
	position:absolute;
	top:-80px;
	right:0;}

/*--店舗情報--*/

#shop{
	background: #0284ca;
	padding-bottom:4em;
}
#shop .shop_bg_top{
	background: url(../img/bg01.jpg) no-repeat ;
	background-size:contain;
	padding-top:100px;
	overflow:hidden;
}

#shop .shop_in {max-width:1200px;
	margin:0px auto;}
#shop .shop_info {
	background: #fff;
	padding: 4% 0;
	position: relative;
	}
	#shop .shop_in .itogon {
		position:absolute;
		top:-90px;}
#shop .shop_info .inner {
	max-width:1080px;
	margin:0 auto;}
#shop .shop_info .inner_ttl {
	background:url(../img/shop_ttl_line.jpg) repeat-x left center;
	margin-bottom:1em;}
#shop .shop_info .inner h3{
	background:#fff;
	width:6em;
}

#shop .shop_info .inner h3 img{
	margin-top:-4px;
}
#shop .shop_info .inner .left {
	/*width:540px;*/
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#shop .shop_info .inner .left dl{
	border:1px solid #ccc;
	position:relative;
	margin:2em 0;}
#shop .shop_info .inner .left dt{
	background-color: #F0F4F4;
	width: 18%;
	float: left;
	padding: 0.5% 0 0.5% 2%;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
 }

#shop .shop_info .inner .left dd{
	width:82%;
	padding: 0.5% 2% ;
	float:left;
	box-sizing:border-box;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	}
#shop .shop_info .inner .left dd.col4{
	width:32%;
	}

#shop .shop_info .inner .left .bn {
	border-top:none;}
	


#shop .shop_info .inner .left .bnr_in {
	margin-top: 3%;
	width: 48.148% !important;
}
#shop .shop_info .inner .right {
	/*width:480px;*/
	width:44.444%;
	margin-bottom:4%;
}
#shop .shop_info .inner .map {
	height: 260px;
	box-sizing:border-box;
	border: 1px solid #ddd;
}
#shop .shop_info .inner .twitter {
	border: 1px solid #ddd;
	position: relative;
	height: 320px;
	margin-bottom: 2em;
/*	overflow-y: hidden;*/
}
#shop .shop_info .inner .twitter .tw_line{
	position:static;
	/*padding-left: 60px;*/}
  
#shop .shop_info .inner .twitter .tw_btn {
	position:absolute;
	top:16px;
	right:20px;
}

/*-お問合せ-*/

#contact {max-width:1200px; margin:0 auto ; padding-bottom:20px;}

#contact p{
	text-align:center;
	margin-bottom:1em;
}
#contact .tap {
	display: none;
}
/*#contact .inner {
	border: 4px solid #f39800;
	margin-top: 4em;
	padding-top: 3em;
	padding-bottom: 2em;
}*/

/*パララックス背景*/
#id_5{
	background-color: #0284ca;
}
.id_5_top {
	background: url(../img/bg02.jpg) no-repeat center 0 ;
	background-size: cover;
	padding-top:100px;
	overflow:hidden;
}
#id_5 .id_5_in {
	text-align: center;
	/* [disabled]width: 1200px; */
	margin: 0 auto;
	padding:2em;
	position: relative;
	max-width: 1200px;
}
	#id_5 .id_5_in .itogon {
		position:absolute;
		bottom:24px;
		right:40px;}
.image2{
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url(../img/bg_img.jpg);
	background-attachment: fixed;
}

.idbox4 {
    min-height: 420px;
}

.idbox4 img{
	display:none;
}
.return {
	margin:2em 0;}
