@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Jost);

/* CSS Document */
html, body {   height: 100%;
	width: 100%;
	background:#ffffff !important;
	color:#555;
    font-family: 'Jost';font-size: 16px;
}


h5 {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
  font-size: 25px
}




@media(min-width:751px){
    .sp{
        display: none !important;
    }
}
@media(max-width:750px){
    .pc{
        display: none !important;
    }
}

th,td {
    border: solid 1px;  /* 枠線指定 */
    padding: 10px;      /* 余白指定 */
}
 
table {
    border-collapse:  collapse; /* セルの線を重ねる */
}



.container{
	font-family: 'Jost', sans-serif;
}

p {
	font-size:16px;
}

img {
	max-width:100%;
	margin-bottom:15px;
}

.strong1 {
	color:#a46923;
}

.text-top {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.navbar_top{
	margin-bottom:0px;
}

.navbar-default {
    background-color: #1a3464;
    border: none;
	margin-bottom:0px;
}

a:focus {
    outline: none !important;
    outline: none !important;
    outline-offset: -2px;
}

.fixed {
	position: fixed;
	top: 0;
	z-index:1;
	width:100%;
}




/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}


時々使うCSS3 end */

/* IE */
@font-face {
	font-family: glyphicons-halflings-regular;
	src: url(fonts/glyphicons-halflings-regular.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: glyphicons-halflings-regular;
	src: url(fonts/glyphicons-halflings-regular.ttf) format(”truetype”);
}

h1{
	font-family:glyphicons-halflings-regular;
}

h3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}

h4{
	color:#000000;
	font-size:20px;
}



@media (max-width: 767px) {

  .text-top h1{
    font-size: 2.5em;
    color: #fff;
  }
  .text-top h3 {
    font-size: 1.5em;
    color: #fff;
    margin-top: -10px;
  }

  .text-top > .btn{
    margin-bottom: 20px;
  }

  #home {
    background: url(../images/top.jpg) no-repeat center center;
    display: table;
    width: 100%;
    height: 150px;
    position: relative;

    margin-top: 0px;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  


   #products-detail {
    background: url(../images/Desert.jpg) no-repeat center center;
    display: table;
    width: 100%;
    height: auto;
    position: relative;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

}
@media (min-width: 768px) {

  .text-top h1,.text-top h3 {
    font-size: 4em;
    color: #fff;
  }

  #home {
    background: url(../images/topimage.jpg) no-repeat fixed;
	background-position:left 0px top -0px;
    display: table;
    height: 45%;
    position: relative;
    width:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

  }
  




}

@media (min-width: 992px) {
	#home {
		background: url(../images/topimage.jpg) no-repeat fixed;
		background-position:right 0px top -0px;
		display: table;
		height: 45%;
		position: relative;
		width:100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	
	}
}

@media (min-width: 1200px) {
	#home {
		background: url(../images/topimage.jpg) no-repeat fixed;
		background-position:0px -200px;
		display: table;
		height: 50%;
		position: relative;
		width:100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	
	}
}

/* ヘッダー
-------------------------------------------------- */
.headtxt {
	font-size:12px;
	margin-top:5px;
	margin-bottom:0px;
}

.main_txt {
	margin-top:10px;
	padding-top:25px;
	padding-bottom:10px;
	margin-bottom:50px;
}

.main_txt p{
	margin-bottom:0px;
	font-size:21px;
	color:#000;
	font-family: 'Varela Round','Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	text-shadow: 1px 1px 3px #fff;
}

.main_txt img{
	margin-top:10px;
}

h1.head_logo {
	display:inline-block;
	margin-top:0px;
	margin-bottom:0px;
}

@media (max-width: 767px) {

	.main_txt {
		margin-bottom:5px;
	}
	
	.main_txt p{
		font-size:12px;
	}
	
	.main_txt img{
		max-width:180px;
		margin-top:30px;
	}
	
	h1.head_logo {
		width:50%;
	}
}

/* Bootstrap Navigation styles
-------------------------------------------------- */

.navbar {
    border-radius: 0px;
}

.navbar-default .navbar-nav > .active{
   color: #000;
   background: #114f70;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
      color: #fff;
      background: #114f70;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav{
	width:100%;
}

.navbar-default .navbar-nav > li{
	width:12.5%;
}

.navbar-default .navbar-nav > li > a{
	text-align:center;
    color: #fff;
	border-left:1px dotted #ccc;
	padding:15px 0px;
}

@media (max-width: 992px) {
	.navbar-default .navbar-nav > li > a{
		font-size:12px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a{
		font-size:16px;
	}
}

.navbar-default .navbar-nav > li:last-child > a{
	text-align:center;
    color: #fff;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
}



.navbar-default .navbar-nav > li > a:hover{
    color: #fff;
	background:#114f70;
}

.navbar-default .navbar-nav > li > a:active{
    color: #fff;
	background:#114f70;
}



@media (max-width: 767px) {
	.navbar-default .navbar-nav > li{
		width:100%;
		border-bottom:1px solid #fff;
	}
	
	.navbar-nav {
		margin: 7.5px 0px;
		margin:0px;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		padding:0px 0px;
	}
	
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	
}


/* コンテンツ
-------------------------------------------------- */

h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.top_logo{
	-webkit-filter: drop-shadow(0px 0 2px #fff);
}

.headtxt{
	text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
}

@media (max-width: 450px) {
	#toyama img{
		width:100%;
	}
	
	.top_logo{
		width:50%;
	}
}





/* Sticky footer styles
-------------------------------------------------- */

.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
  padding: 20px 0;
}



/* Content styles
-------------------------------------------------- */
/* Products */
#products {
  background-color: #306d9f;
  color: #ffffff;
  padding-bottom: 20px;
}

#products-detail .panel {
  margin-top: 50px;
  margin-bottom: 50px;
  opacity: 0.85;
}

h2,.p-center{
text-align: center;
}

.service > p{
text-align: center;
}

.enimg{
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:200px;
}

.section{
  margin-top: 15px;
  margin-bottom: 15px;
}

.center-block{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.video{
  margin-top: 50px;
}

.content-img{
  width:80%;
  height:auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* フッター
-------------------------------------------------*/

.footer_shop_area ul{
	list-style:none;
	padding:0px;
}

.footer_shop_area ul li{
	float:left;
	margin-right:15px;
}

.footer_shop_area h3 {
	background:#1ca015;
	color:#fff;
	margin-top:0px;
	font-size:16px;
	padding:5px;
	border:0px;
	padding-bottom:2px;
}

.contact_bn {
	background:#559a55;
	color:#fff;
	display:inline-block;
	width:100%;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.contact_bn .contact_bn_txt_left {
	background:#fff;
	color:#559a55;
	font-size:14px;
	width:calc(55% - 20px);
	padding:5px;
	margin:10px;
	float:left;
}

.contact_bn .contact_bn_txt_right {
	width:calc(45% - 20px);
	float:right;
	margin-top:25px;
	display:inline-block;
	text-align:right;
	padding-right:20px;
	margin-right:15px;
	background:url(../images/footer_contact_bn_ico.png) no-repeat right;
	background-size:18px;
}

.contact_bn .contact_bn_txt_right a{
	color:#fff;
}

ul.footer_nav{
	list-style:none;
	display:block;
	margin:0 auto;
	padding-bottom:15px;
	height:50px;
	max-width:700px;
	padding-left:0px;
}

ul.footer_nav li{
	float:left;
	margin:0px 5px;
}

/*スクロール　トップに戻る
-------------------------------------------------*/

#pageTop {

  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop span {
	font-size:28px;
	text-align:center;
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 2px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #9fd6d2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

//### assets:precompileでglyphiconが表示されない不具合対応 ###
@font-face{
  font-family:'Glyphicons Halflings';
  src: image-url("bootstrap/glyphicons-halflings-regular.eot");
  src: image-url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
       image-url("bootstrap/glyphicons-halflings-regular.woff") format("woff"),
       image-url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"),
       image-url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  
  .new_area {
	  box-shadow:none;
  }
  
  .menu_area {
	  box-shadow:none;
  }
  
  .access_area {
	  box-shadow:none;
  }
  

}
