@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i');
/* CSS Document */
/* general styles */
body {
	color: #333333;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}
@media (min-width: 1300px) {/* ビューエリアの最小幅。このサイズより大きい場合に適用 */
	body.boxed #all {
		position: relative;
		background: #fff;
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
		-webkit-box-shadow: 0 0 5px #cccccc;
		box-shadow: 0 0 5px #cccccc;
	}
}
p {
	font-size: 15px;
	line-height: 1.7em;
	padding-bottom: 7px;
}
a {
	color: #312C23;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #267280;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a,
button {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a i.fa,
button i.fa {
	margin: 0 5px;
}
hr {
	border: 0; 
	margin:30px 20px 40px 20px; 
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0)); 
	background-image: -moz-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0)); 
	background-image: -ms-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0)); 
	background-image: -o-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0)); 
}
/* font */
.alf {
	font-family: 'Roboto', sans-serif;
}
.sm14 {
	font-size: 14px;
	line-height: 1.7em;
}
.em16{
	font-size: 16px;
	line-height: 1.7em;
}
.em18{
	font-size: 18px;
	line-height: 1.8em;
}
.em20{
	font-size: 20px;
	line-height: 1.8em;
}
.gry {
	color: #999999;
	font-weight: 300;
}
.wh {
	color: white;
}
.bl {
	color: #38A7BB;
}
.ora {
	color: #FFD700;
}
.red {
	color: #8B2F00;
}
.gr {
	color: #A5A84B;
}
.sp {
	letter-spacing: 0.08em;
}
.fa {
	padding: 0 2px;
}
.corrected{
text-decoration: line-through;
}
.upp {
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
/* img */
.img_left { float:left; margin:0 30px 30px 0; border:none;}
.img_right { float:right; margin:0 0 30px 30px; border:none;}
.img_c{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
.banner {
	margin-bottom: 30px;
	text-align: center;
}
.banner img {
	margin: 0 auto;
}
.banner a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.transp a:hover img{opacity: 0.7; filter: alpha(opacity=70);}
.no-mb {
	margin-bottom: 0;
}
.mb {
	margin-bottom: 50px!important;
}
.mb-lg {
	margin-bottom: 100px!important;
}
.mb-small {
	margin-bottom: 20px!important;
}
.icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	color: #fff;
	line-height: 80px;
	border-radius: 40px;
	border: solid 1px #fff;
	font-size: 20px;
}
.icon.icon-lg {
	font-size: 30px;
	border-width: 2px;
}
.bg-primary {
	background: #CB593E;
	padding: 3px 7px;
	color:#fff;
	margin-bottom: 7px;
	border-radius: 8px;
}
.bg-success {
	background: #869735;
	padding: 3px 7px;
	color:#fff;
	margin-bottom: 7px;
	border-radius: 8px;
}
.bg-danger {
	background: #716d65;
	padding: 3px 15px;
	color:#fff;
	border-radius: 8px;
}
.bg-warning {
	background: #38A7BB;
	padding: 3px 7px;
	color:#fff;
	margin-bottom: 7px;
	border-radius: 8px;
}
.bg-info {
	background: #54514a;
	padding: 3px 7px;
	color:#fff;
	margin-bottom: 7px;
}
.bg-orange {
	background: #DC974A;
	padding: 3px 7px;
	color:#fff;
	margin-bottom: 7px;
	border-radius: 8px;
}
.bg-wh {
	background: #dcdcdc;
	padding: 15px;
}
/* buttons */
.btn {
	font-weight: 400;
	letter-spacing: 0.08em;
	padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 0;
}
.input-group .btn {
	font-size: 16px;
}
.btn-sm {
	padding: 3px 10px;
	font-size: 14px;
	line-height: 1.6;
	border-radius: 0;
}
.btn-main {
	color: #8c2f00;
	background-color: rgba(255, 255, 255, 0.7);
	border-color: #8c2f00;
}
.btn-main:hover,
.btn-main:active,
.btn-main.active,
.open > .dropdown-toggle.btn-main {
	color: #8c2f00;
	background-color: #e6e6e6;
	border-color: #8c2f00;
}
.btn-main:hover,
.btn-main:active,
.btn-main.active {
	background: #8c2f00;
	color: #ffffff;
	border-color: #8c2f00;
}
.btn-transp-black {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}
.btn-transp-black:hover,
.btn-transp-black:active,
.btn-transp-black.active,
.open > .dropdown-toggle.btn-transp-black {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0);
	border-color: #e0e0e0;
}
.btn-transp-black:hover,
.btn-transp-black:active,
.btn-transp-black.active {
	color: #8c2f00;
	background-color: rgba(255, 255, 255, 0.8);
	border-color: #8c2f00;
}
.btn-primary {
	color: #38a7bb;
	background-color: transparent;
	border-color: #38a7bb;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #38a7bb;
	border-color: #38a7bb;
}
.btn-tag {
	border-radius: 50%;
	background: #716d65;
	font-size: 14px;
	color: #fff;
	padding: 3px 5px;
}
/*************************
*******TOP******
**************************/
#top {
	background: #312c23;
	color: #eeeeee;
	padding: 10px 0;
}
#top p {
	margin: 0;
	padding-top: 7px;
	font-size: 12px;
}
#top .social {
	float: right;
	text-align: right;
}
#top .social a {
	margin: 5px 5px 0 5px;
	padding-top: 5px;
	color: #fff;
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 12px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
}
#top .social a:hover {
	color: #fff;
}
#top .social a:hover.facebook {
	background-color: #4460ae;
	text-decoration: none;
}
#top .social a:hover.youtube {
	background-color: #c21f25;
	text-decoration: none;
}
#top .social a:hover.twitter {
	background-color: #3cf;
	text-decoration: none;
}
#top .social a:hover.instagram {
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	text-decoration: none;
}
#top .social a.lang {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
#top .social a:hover.lang {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
body.boxed .navbar-affixed-top.affix {
	position: static;
}
#login-modal { /* sm size google search in modal */
	overflow: hidden;
}
#login-modal .modal-header h4 {
	text-transform: uppercase;
}
#login-modal form {
	margin-bottom: 20px;
}
#login-modal a {
	color: #8c2f00;
}
#login-modal p {
	font-weight: 300;
	margin-bottom: 20px;
}
/*************************
*******Container******
**************************/
section,
div.section {
	margin-bottom: 40px;
}
.bar {
	position: relative;
	background: #8c2f00;
	padding: 60px 0;
}
.bar.background-white {
	background: #fff;
}
.bar.background-textile {
	background: #fff;
	background: url("../../img/bg/clean-textile.png");
}
.bar.background-gray {
	background-color: #f5f5f5;
	background-image: url("../../img/bg/clean-textile.png");
}
.bar.background-blue {
	background: #38A7BB;
}
.title {
	text-align: center;
	padding-bottom: 70px;
}
.title h2 {
	color: #333;
	font-size: 30px;
	line-height: 1.7;
	padding-bottom: 25px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.title h2:before {
	content: '';
	width: 40px;
	height: 2px;
	background: #8B2F00;
	position: absolute;
	top: 24px;
	left: -60px;
}
.title h2:after {
	content: '';
	width: 40px;
	height: 2px;
	background: #8B2F00;
	position: absolute;
	top: 24px;
	right: -60px;
}
.sub-title {
	display: inline-block;
	border-bottom: solid 5px #38a7bb;
	line-height: 1.1;
	margin-bottom: 30px;
	padding: 0 10px 10px 10px;
}
.sub-title h3 {
	font-size: 28px;
}

.sub-title-vio {
	display: inline-block;
	border-bottom: solid 5px #82354A;
	line-height: 1.1;
	margin-bottom: 30px;
	padding: 0 10px 10px 10px;
}
.sub-title-ora {
	display: inline-block;
	border-bottom: solid 5px #DC974A;
	line-height: 1.1;
	margin-bottom: 30px;
	padding: 0 10px 10px 10px;
}
.sub-title-gray {
	display: inline-block;
	border-bottom: solid 5px #B3A48F;
	line-height: 1.1;
	margin-bottom: 30px;
	padding: 0 10px 10px 10px;
}
.box-simple {
	margin-bottom: 20px;
}
.box-simple .icon {
	text-align: center;
	color: #38a7bb;
	border-color: #38a7bb;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.box-simple h3 {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	color: #555555;
	font-weight: 800;
	letter-spacing: 0.08em;
}
.box-simple h3 a {
	text-align: center;
	color: #555555;
}
.box-simple p {
	color: #999999;
}
.box-simple:hover .icon {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.box-simple:hover .icon i {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.box-simple.box-white {
	padding: 20px;
	border: dotted 1px #999999;
}
.box-simple.box-white .icon {
	color: #555555;
	border-color: transparent;
	font-size: 70px;
}
.box-simple.box-dark {
	padding: 20px;
	border: dotted 1px #4a70a9;
	background: #3365a8;
	color: #fff;
}
.box-simple.box-dark .icon {
	color: #f7f7f7;
	border-color: transparent;
	font-size: 70px;
}
.box-simple.box-dark h3 {
	color: #fff;
}
.box-simple.box-dark h3 a {
	color: #fff;
}
.box-simple.box-dark p {
	color: #fff;
}
/*************************
*******FB******
**************************/
#pageplugin {
	margin-top: 50px;
	margin-bottom: 50px;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
	width: 100%;
}
/*************************
*******footer******
**************************/
textarea, input, select {
	color: #555555;
	font-size: 14px;
	padding: 4px;
}
#copyright {
	background: #333;
	padding: 50px 0;
}
#copyright p {
	margin: 0;
	font-size: 14px;
	color: #ccc;
	line-height: 28px;
	padding-top: 10px;
}
#copyright p a {
	color: #6C9EA3;
}
#copyright p a:hover {
	color: #fff;
	text-decoration: underline;
}
.social{
	text-align: center;
}
.social-share{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.social-share li {
	display: inline-block;
	padding-right: 20px;
}
ul.social-share li a {
	display: inline-block;
	color: #fff;
	background: #404040;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
}
ul.social-share a:hover.facebook {
	background-color: #4460ae;
}
ul.social-share a:hover.youtube {
	background-color: #c21f25;
}
ul.social-share a:hover.twitter {
	background-color: #3cf;
}
ul.social-share a:hover.instagram {
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
#scrollUp {
	background-image: url(../../img/icon/top.png);
	bottom: 30px;
	right: 20px;
	width: 38px; /* Width of image */
	height: 38px; /* Height of image */
	text-indent: -9999px;
}
.clearfix:before,
.clearfix:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table;
}
.clearfix:after,
.navbar:after,
.navbar-header:after {
	clear: both;
}
@media (min-width: 992px) {
/*　画面サイズが992pxからはここを読み込む　*/
}
@media (max-width: 991px) {
/*　画面サイズが991pxまではここを読み込む　*/
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.banner {
		max-width: 85%;
	}
}
@media (min-width: 768px) {
/*　画面サイズが 768px (sm )からははここを読み込む　*/
	blockquote {
		padding: 10px 20px;
		margin: 0 0 20px;
		font-size: 15px;
		border-left: 5px solid #38a7bb;
	}
	blockquote footer,
	blockquote small,
	blockquote .small {
		display: block;
		font-size: 80%;
		line-height: 1.42857143;
		color: #999999;
	}
	blockquote footer:before,
	blockquote small:before,
	blockquote .small:before {
		content: '\2014 \00A0';
	}
	.blockquote-reverse,
	blockquote.pull-right {
		border-right: 5px solid #38a7bb;
	}
}
@media (max-width: 767px) {
/*　画面サイズが 767px (xs)まではここを読み込む　*/
	.title h2 {
		font-size: 22px;
	}
	.title h2:before {
		width: 15px;
		top: 18px;
		left: -30px;
	}
	.title h2:after {
		width: 15px;
		top: 18px;
		right: -30px;
	}
}
@media screen and (min-width: 427px) and (max-width: 767px) {
	.banner {
		max-width: 50%;
	}
}
@media screen and (max-width:428px) { 
/*　画面サイズが 428pxまではここを読み込む　*/
	p {
		font-size: 16px;
	}
	.sm14 {
		font-size: 16px;
	}
	.banner {
		max-width: 80%;
	}
	.btn-sm {
	font-size: 16px;
	}
}
