@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);



/* ==================================================
Primary style
================================================== */

* {
	box-sizing:border-box;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

li {
	list-style-type: none;
}

img {
	transition: 0.5s;
}

a img:hover {
	opacity: 0.6;
	transition: 0.5s;
}

a {
	color: #b28437;
	text-decoration: none;
	font-weight: 300;
}

a:hover,
a:focus {
	color: #de5d60;
	outline: none;
}

body, html {
	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
}

ul {
	-webkit-padding-start: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	html {
		overflow: auto;
	}
}

@media all and (-ms-high-contrast:none) { /* IE11*/ 
	html {
		overflow: hidden;
	}
	body {
		overflow-y: auto;
		overflow-x: hidden;
	}
}



/* ==================================================
bootstrap reset
================================================== */

.container {
	width: auto;
	height: 100%;
	background-color: #fdfdfd;
}

.col-md-6 {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 769px){
	.container {
	 max-width: 1140px;
	}
	.col-md-6 {
	padding-left: 15px;
	padding-right: 15px;
	}
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}



/* ==================================================
typography
================================================== */

body {
	background-color: #fdfdfd;
	color: #000000;
	font-family: 'Hiragino Kaku Gothic Pro w3 ','Noto Sans Japanese','Yu Gothic','游ゴシック','メイリオ','Meiryo',sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	text-align: justify;
	line-height: 2.0;
	letter-spacing: 0.1rem;
}

h1,
h2,
h3,
h4,
h5 {
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
strong {
	font-weight: 500;
}

@media (min-width: 769px){
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	th,
	strong {
		letter-spacing: 0.2rem;
		line-height: 2.0;
	}
}

h1,
h2 {
	margin-top: 0;
	line-height: 1.8;
	padding-top: 20px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:24px;
}

@media (min-width: 769px){
	h1 {
		font-size:32px;
	}
	
	h2 {
		font-size:28px;
	}
}


p {
	font-size: 1.4rem;
	font-weight: 200;
	line-height: 2.8rem;
	text-align: justify;
	margin-bottom: 30px;
}

@media (min-width: 769px){
	p {
		font-size: 1.5rem;
	}
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


.text-center-left {
	text-align: left;
}

@media (min-width: 769px){
	.text-center-left {
		text-align: center !important;
	}

	.text-large {
		font-size: 13pt;
	}
}


/* ==================================================
margin
================================================== */

.spacer,
.spacer1 {
	margin-bottom: 30px;
}

.spacer2 {
	padding: 20px;

}

@media (min-width: 769px){
	.spacer {
		margin-bottom: 50px;
	}
	.spacer1 {
		margin-bottom: 80px;
	}
}


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

#header {
	background-color: inherit;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 70;
}

.navbar {
	position: relative;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	font-weight: 600;
}

.navbar a {
	color: 000;
	-webkit-text-stroke: 0.4px #555;
}

.navbar-default {
	background-color: inherit;
	border: none;
}

.navbar-brand {
	padding-top: 6px;
}

.navbar-brand img {
	width: 120px;
}
	#gnavi .nav li.shopping a
	#gnavi .nav li.sons a {
		color: #fff !important;
		font-weight: bold;
		-webkit-text-stroke: 0 #fff;
	}

.shopping.navbar-toggle,
.sons.navbar-toggle {
	padding: 0;
	margin-right: 10px;
	font-size: 12px;
	letter-spacing: 0;
}
.shopping.navbar-toggle a,
.sons.navbar-toggle a {
	font-weight: bold;
	-webkit-text-stroke: 0 #fff;
	display: inline-block;
	padding: 4px 5px;
}
.shopping.navbar-toggle a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 932px) { /*Break Point＜*/
	#header {
		height: 60px;
	}
	
	.navbar-brand {
		margin-left: 15%;
	}
	
	.navbar-brand img {
		width: 158px;
	}
	
	#gnavi {
		padding-top: 20px;
		margin-right: 5%;
	}
	
	#gnavi .nav li a {
		height:35px;
		color: #000000 !important;
		font-size: 1.4rem;
	}
	#gnavi .shopping {
		background-color: #b2292a;
	}

	#gnavi .sons {
		background-color: #0d216a;
	}
	#gnavi .nav li.shopping a,
	#gnavi .nav li.sons a{
		color: #fff !important;
		font-weight: bold;
		-webkit-text-stroke: 0 #fff;
	}

	#gnavi .shopping,
	#gnavi .sons {
		margin: -6px 2px 0;
		padding-top: 6px;
		height: 32px;
		/*background-color: #b2292a;*/
		border-radius: 4px;
		letter-spacing: 0;
	}

	.navbar-nav > li > a {
		padding: 0 15px;
	}
}	
.navbar-default .navbar-nav > li > a {
	color: #000;
}


/* ==================================================
google map responsive
================================================== */

.google-map {
 position: relative;
	padding: 0 0 56%;
	height: 0;
	overflow: hidden;
}

.google-map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



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

footer {
	width: 100%;
	height: auto;
	background: #26292E;
	text-align: center;
}

footer p {
	font-weight: 400;
	text-align: center;
}

footer .credits {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 0;
}


