@charset "utf-8";
/* CSS Document */

@import "product.css";
@import "pages.css";

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 180%;
	background: #ffeff3;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
ul.navimenu {
	display: none;
}
header {
	background: #FFF;
	box-shadow: 0 0 3px #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
header h1 {
	font-size: 80%;
	margin-top: 0;
	padding-top: 4px;
}
footer {
	background: #FFD8E5;
}
footer .container {
	padding-bottom: 20px;
}
footer .container .row {
	padding-top: 20px;
}
footer .container .row h3 {
	margin-top: 0;
}
footer ul li {
	background: url(../img/common/ico_f_arrow.png) no-repeat 0 5px;
	margin-left: 20px;
}
footer ul li a {
	display: inline-block;
	color: #000;
	text-decoration: underline;
	padding-left: 16px;
}
footer p {
	font-size: 75%;
}


/*------------Common_Class------------*/
img {
	max-width: 100%;
	height: auto;
}
.mini {
	font-size: 90%;
}

.white {
	background: #FFF;
	box-shadow: 0 0 3px #999;
	margin-bottom: 30px;
	padding-top: 10px;
}


/*==============PC only===============*/
@media (min-width: 1200px){
ul.navimenu {
	display: inherit;
}
nav.navbar {
	display: none;
}
header {
	overflow: hidden;
	min-height: 200px;
	background: transparent url(../img/common/bac_header.png) no-repeat center bottom;
	box-shadow: none;
	padding-top: 20px;
}
header .col-md-2 {
	width: 18%;
}
header h1 {
	float: left;
	font-size: 100%;
	margin-top: 0;
	padding-top: 10px;
}
header ul {
	clear: both;
	overflow: hidden;
	padding-top: 20px;
}
header ul li {
	float: left;
	width: 150px;
	list-style: none;
	text-align: center;
}
header ul li:nth-child(1),
header ul li:nth-child(7) {
	padding-top: 10px;
}
header ul li:nth-child(2),
header ul li:nth-child(6) {
	padding-top: 5px;
}
header ul li:nth-child(3),
header ul li:nth-child(5) {
	padding-top: 2px;
}
header ul li:nth-child(4) {
	padding-top: 0;
}
footer ul {
	text-align: right;
}
}

@media (min-width: 768px){
    .navbar-nav>li>a {
        padding: 15px 6px;
        font-size: 14.3px;
    }
}
/*YouTube動画*/
.news{
  position: relative;
}
.youtube{
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden; 
  margin-bottom: 2em;
}
.youtube iframe,
.container-fluid .youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
  margin-top: 0;
}