@charset "utf-8";
/* CSS Document */
/* ----------------- common ------------------ */
html,body{
	height: 100%; 
	margin: 0;
  padding: 0;
	font-family: "ヒラギノ丸ゴ Pro W3","Hiragino Maru Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	color: #525050;
	line-height: 22px;
	letter-spacing:0.03em;
}

*{
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, form, p{
	margin:0;
	padding:0;
}

h2{
	font-weight:normal;
}

h4{
	margin: 3% 5px 1%;
	font-size:1.1em;
}

ul, ol, li, dl, dt, dd{
	margin:0;
	padding:0;
	list-style-type:none;
}

a{
	text-decoration:none;
	color:#123280;
}

a img{
	border:none;
}

a:hover{
	color:#5697e7;
	text-decoration:none;
}

a:hover img{
	opacity:0.7; 
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

img{
	border:none;
}

.clear{
	clear:both;
}

.fnt-b{
	font-weight:bold;
}

.fnt-red{
	color:#C00;
}

.mt-10{
	margin-top: 10px;
}

/* ----------------- /common ------------------ */

/* --------------- pagetop ------------- */
#page-top {
	position: fixed;
	bottom: 1%;
	right: 1%;
	z-index: 5;
}

#page-top a {
	text-decoration: none;
	width: 50px;
	height:30px;
	text-align: center;
	display: block;
	background:url(../img/top.png) no-repeat center center;
	background-color:rgba(121,109,105,0.5);
}

#page-top a:hover {
	text-decoration: none;
	background-color:rgba(121,109,105,0.8);
	color:#ffffff;
}
/* -------------- /pagetop ------------- */

#wrap_sc{
	overflow:hidden;
	margin:0;
	padding:0;
}
/* --------------- about ------------- */	
.button01{
  display:inline-block;
  padding: 0.5em;
  margin: 0.5em 0.25em;
  font-weight: bold;
  background: #FFF;
  border: solid 4px #aa9a9a;
  border-radius: 10px;
  width: 260px;
  height:150px;
  max-width:1200px; 
}
.button01 a{
  color: #aa9a9a;
}
.button01 a img{
	width:100%;
	max-width:240px; 
}
/* --------------- about ------------- */	
/* --------------- brand ------------- */
#brand {
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
#brand ul{
	display: flex;
	justify-content: center;
	align-items:  center;
}
#brand ul li{
	margin: 5%;
}
#brand ul li img{
	width:100%;
	max-width: 250px;
}
/* --------------- /brand ------------- */
@media only screen and (max-width:480px){
	.mb_hd{
		visibility:hidden;
		display:none;
	}
	
	h2{
	font-family: 'Lato', sans-serif !important;
	text-align:center;
	letter-spacing:0.2em;
	padding:2%;
	font-size:20px;
	clear:both;
}

h3{
	font-family: 'Lato', sans-serif !important;
	text-align:center;
	letter-spacing:0.2em;
	padding:1.5%;
	font-size:16px;
	clear:both;
}


/* --------------- header ------------- */	
h1{
	margin-top:1%;
	text-align:center;
}

#logo{
	width:100%;
}

#logo img{
	width:48%;
	max-width:80px;
}

#hdr_menu{
	display:none;
	visibility:hidden;
}

#header {
  display: none;
  padding: 5px 0;
}

#header {
  height:80px;
 	position: fixed;
  display: block;
  top: 0;
  width: 100%;
  z-index: 100;
  background: white;
  color: #333333;
	padding-bottom:10px;
}
/* --------------- /header ------------- */	
/* -------------- top_img ------------- */
#top_img{
	width: 100%;
}
#top_img img{
	width: 100%;
	max-width:480px;
}
/* -------------- /top_img ------------- */

/* --------------- brand ------------- */
#brand {
    width: 96%;
    max-width: 480px;
	margin: 5% auto;
}
#brand ul{
	flex-wrap:wrap;
}
#brand ul li{
	margin: 2.5%;
	width: 45%;
}
#brand ul li img{
	width:100%;
	max-width: 180px;
}
/* --------------- footer ------------- */
footer{
	background-color: #aea8a8;
}

footer ul{
	
}


footer #cp{
	text-align:center;
	font-size:0.9em;
	margin:10px;
}

#ftr_link{
	visibility:hidden;
	display:none;
}

footer #cp{
	text-align:center;
	font-size:0.9em;
	margin:10px;
	clear:both;
}

#sns{
	display:none;
	visibility:hidden;
}

/* --------------- footer ------------- */

/* --------------- section ------------- */
.inner {
	width:100%;
	max-width: 480px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
}

.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}

/* SECTIONS */
.sTop {
	background:#fff;
	color:#3d3d3d;
	padding: 50px 0;
	padding-bottom:10%
}

.s1 {

	padding-bottom:10%;
}


.s2 {
	padding-bottom:15%;
}


.s3 {
	padding-bottom:10%;
	
}


.s4 {
	/*height:100vh;*/
	padding-bottom:5%;
}

.s5 {
	padding-bottom:5%;
	
}
/* --------------- /section ------------ */

/* --------------- about ------------- */
#about{
	width:100%;
}

#about img{
	width:100%;
	/*max-width:1600px;*/
}

.about_info{
	padding:2%;
}
	
/* --------------- /about ------------- */	

/* --------------- map ------------- */	
.canvas_wrapper{
  width: 100%;
  /*min-width: 300px;*/
  margin-top: 5%;
   /* border: 1px solid #CCC;
    margin: auto;*/
}
     
.canvas_wrapper img {
  max-width: none;
}
     
#map_canvas,#map_canvas2,#map_canvas3 {
  height:400px;
  width:100%;
}
/* --------------- /map ------------- */	

/* --------------- store ------------- */
#store p{
	margin: 5% 0;
	}
.store li{
}

.store_img{
	width:100%;
}

.store_img img{
	width:100%;
	max-width:800px;/*----元々　480px----*/
}

.store_info{
	margin:10px auto;
	width:96%;
}

.store_info dl{
	margin:5% 0;
}

.store_info dt{
	font-weight:bold;
	font-size:1.4em;
	margin-bottom: 3%;
}
.store_info dd{
  line-height: 25px;
}
	
/* --------------- /store ------------- */

/* --------------- news ------------- */	

#news li{
	margin:3% 1%;
	width:98%;
}

#news li img{
	width:100%;
	max-width:480px;
}	

#news_llink{
	clear:both;
	margin:10px 3%;
	text-align:right;
	font-family: 'Lato', sans-serif !important;
}

#news_llink a{
	display:inline-block;
	padding:5px 20px;
	font-size:1.1em;
	border:1px #123280 solid;
	letter-spacing:0.2em;
}

#news_llink a:hover{
  color:#ffffff;
	background-color:#123280;
}

#news_dtl{
	margin:80px auto 20px;
	padding:2%;
}

#news_dtl h3{
	padding:10px 0 20px!important;
	font-size:12px !important;
	font-weight:normal;
	font-family: "ヒラギノ丸ゴ Pro W3","Hiragino Maru Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}

#news_dtl img{
	width:100%;
	max-width:480px;
}

.news_week{
	font-family: 'Lato', sans-serif !important;
}

.news_date{
	font-family: 'Lato', sans-serif !important;
	font-size:36px;
	padding:5px 0;
}

.news_month{
	font-family: 'Lato', sans-serif !important;
}

#news_date{
	text-align:center;
}

.news_link{
	margin-top:20px;
	font-size:1.1em;
	text-align:center;
}

.news_txt{
	margin-top:20px;
	line-height:30px;
}

/* --------------- /items ------------- */

/* --------------- items ------------- */	

#items li{
	float:left;
	margin:1%;
	width:48%;
}

#items li img{
	width:100%;
	max-width:240px;
}	
/* --------------- /items ------------- */

/* --------------- contact ------------- */
#contact{
	height:80vh;
	max-width:1000px;
	margin:90px auto 20px;
}

#contact p{
	margin:20px;
}

#contact dl{
	margin:20px;
	line-height:25px;
}

#contact dt{
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:10px;
}

#contact dd{
	font-size:1.1em;
}

/* --------------- /contact ------------- */

/* ------------- company info ----------- */
#company{
	width:90%;
	margin:90px auto 20px;
	height:80vh;
}

#company p{
	margin:20px;
}

#company dl{
	margin:20px;
	line-height:40px;
}

#company dt{
	font-weight:bold;
	background-color:#F1F0F0;
	padding-left:5px;
}

#company dd{
	padding-left:5px;
	
}

/* ------------- /company info ----------- */
}


@media only screen and (min-width:481px){
	.pc_hd{
		visibility:hidden;
		display:none;
	}
	
	h2{
	font-family: 'Lato', sans-serif !important;
	text-align:center;
	letter-spacing:0.2em;
	padding:2%;
	font-size:20px;
	clear:both;
}

h3{
	font-family: 'Lato', sans-serif !important;
	text-align:center;
	letter-spacing:0.2em;
	padding:2%;
	font-size:16px;
	clear:both;
}


/* --------------- header ------------- */	

h1{
	margin-top:1%;
	text-align:center;
}

#logo{
	width:100%;
}

#logo img{
	width:20%;
	max-width:85px;
}

#hdr_menu{
	text-align:center;
	margin-top:10px;
}

#hdr_menu li{
	display:inline-block;
	font-size:12px !important;
	letter-spacing:0.2em;
	padding:10px;
}


#header {
  display: none;
  padding: 0;
}

#header {
  height: 140px;
 	position: fixed;
  display: block;
  top: 0;
  width: 100%;
  z-index: 100;
  background: white;
  color: #333333;
	/*padding-bottom:10px;*/
}
/* --------------- /header ------------- */	

/* -------------- top_img ------------- */
#top_img{
	width: 100%;
}
#top_img img{
	width: 100%;
	max-width:2000px;
}
/* -------------- /top_img ------------- */
/* --------------- footer ------------- */
footer{
	overflow:hidden;
}

footer ul{
	margin-top:10px;
	overflow:hidden;
}

footer li{
	float:left;
	margin:0 15px 0 8px;
}

#ftr_link{
	float:left;
}

footer #cp{
	text-align:center;
	font-size:0.9em;
	margin:10px;
	clear:both;
}

#sns{
	margin-right:15px;
	float:right;
}

#sns li{
	float:right;
	margin:0 5px;
}

#sns li img{
	width:25px;
}
/* --------------- footer ------------- */

/* --------------- section ------------- */
.inner {
	width:100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

/*.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}
*/
/* SECTIONS */
.sTop {
	min-height: 110px;
	background:#fff;
	color:#3d3d3d;
	
}

.s1 {

	padding-bottom:5%;
}


.s2 {
	/*height:100vh;*/
	padding-bottom:5%;
}


.s3 {
	padding-bottom:5%;/*元々5%*/
	height:100vh;
}


.s4 {
	/*height:100vh;*/
	padding-bottom:1%;
}
/* --------------- /section ------------ */

/* --------------- about ------------- */
#about{
	width:100%;
}

#about img{
	width:100%;
	/*max-width:1600px;*/
}

.about_info{
	padding:2%;
}
/* --------------- /about ------------- */	

/* --------------- map ------------- */	
.canvas_wrapper{
  width: 100%;
  /*min-width: 1000px;*/
   /* border: 1px solid #CCC;
    margin: auto;*/
}
     
.canvas_wrapper img{
  max-width: none;
}
     
#map_canvas,#map_canvas2,#map_canvas3 {
  height:600px;
  width:100%;
}
/* --------------- /map ------------- */	

/* --------------- store ------------- */	
#store p{
	margin: 5% 0;
	}
.store li{
	float:left;
	/*margin-left:2%;*/
}

.store_img{
	width:50%;
}

.store_img img{
	width:100%;
	max-width:800px;
}

.store_info{
	margin-left:2%;width:46%;
}

.store_info dl{
	margin:3% 0;
}

.store_info dt{
	font-weight:bold;
	font-size:1.4em;
	margin-bottom: 3%;
}
.store_info dd{
	line-height: 25px;
	}
a[href^="tel:"] { 
    pointer-events: none; 
  }

/* --------------- /store ------------- */


/* --------------- news ------------- */	

#news li{
	float:left;
	margin:2%;
	width:29%;
}

#news li img{
	width:100%;
	max-width:450px;
}	

#news_llink{
	clear:both;
	margin:10px 3%;
	text-align:right;
	font-family: 'Lato', sans-serif !important;
}

#news_llink a{
	display:inline-block;
	padding:5px 20px;
	font-size:1.1em;
	border:1px #123280 solid;
	letter-spacing:0.2em;
}

#news_llink a:hover{
  color:#ffffff;
	background-color:#123280;
}

#news_dtl{
	margin:150px auto 20px;
	padding:2%;
	max-width: 1600px;
}

#news_dtl h3{
	padding:10px 0 20px!important;
	font-size:12px !important;
	font-weight:normal;
	font-family: "ヒラギノ丸ゴ Pro W3","Hiragino Maru Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}

#news_dtl img{
	width:100%;
	max-width:1600px;
}

.news_week{
	font-family: 'Lato', sans-serif !important;
}

.news_date{
	font-family: 'Lato', sans-serif !important;
	font-size:36px;
	padding:5px 0;
}

.news_month{
	font-family: 'Lato', sans-serif !important;
}

#news_date{
	text-align:center;
}

.news_link{
	margin-top:20px;
	font-size:1.1em;
	text-align:center;
}

.news_txt{
	margin-top:20px;
	line-height:30px;
}


/* --------------- /news ------------- */

/* --------------- items ------------- */	

#items li{
	float:left;
	margin:2%;
	width:29%;
}

#items li img{
	width:100%;
	max-width:450px;
}	
/* --------------- /items ------------- */

/* --------------- contact ------------- */
#contact{
	height:80vh;
	max-width:800px;
	margin:130px auto 20px;
}

#contact p{
	margin:20px;
}

#contact dl{
	margin:20px;
	line-height:25px;
}

#contact dt{
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:10px;
}

#contact dd{
	font-size:1.1em;
}

/* --------------- /contact ------------- */

/* ------------- company info ----------- */
#company{
	max-width:800px;
	margin:130px auto 20px;
	height:80vh;
}

#company p{
	margin:20px;
}

#company dl{
	margin:20px;
	line-height:50px;
}

#company dt{
	font-weight:bold;
	float:left;
	clear:both;
	width:20%;
	padding-left:5px;
	margin-top:5px;
	text-align:center;	
}

#company dd{
	float:left;
	margin-left:5%;
	width:72%;	
	padding-left:5px;
	margin-top:5px;
}

.bd_clr{
	background-color:#fcfafa;
}

/* ------------- /company info ----------- */
}







