@charset "UTF-8";

/*
	-----------------------------------
	v1.0
	Last Updated: 2017-12-26
	Copyright: 鬼頭運輸倉庫株式会社 All Rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2017-12-26
	-----------------------------------
	
	トップページ用CSS



	
*/

@media only screen and (max-width: 767px) {
	/*スマホ（ipad含まない）*/
}
@media print, screen and (min-width: 768px) {
	/*PC（ipad含む）*/
}
@media print, screen and (min-width: 1170px) {
	/*1170pix以上*/
}


/* **********************************************************************************************************************************************

       メインフォト

********************************************************************************************************************************************** */
/*枠*/
@media only screen and (max-width: 767px) {
	/*スマホ（ipad含まない）*/
}
@media print, screen and (min-width: 768px) {
	.main-photo {
		background: url('../images/carousel/main-photo-bg.png') repeat-x 0 bottom;
		height: 450px;
	}
	
}

/*メインフォト大*/
@media only screen and (max-width: 767px) {
	.main-photo-header {
		display: none;
	}
}
@media print, screen and (min-width: 768px) {
	.main-photo-header {
		height: 377px;
		overflow: hidden;
		position: relative;
	}
	.js-slider-for {
	}
	.js-slider-for div {
		margin: 0 10px;
	}
	.js-slider-for div div div:not(.slick-center) {
		background: #000;
	}
	.js-slider-for div div div:not(.slick-center) img {
		opacity: 0.4;
	}
	.slick-prev {
		background: url('../images/carousel/slick-prev-pc.png') no-repeat 0 0;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		text-decoration: none;
		border: 0px;
		width:100px;
		height:377px;
		/*width:31px;
		height:54px;*/
		position: absolute;
		top: 0;
		/*top: 50%;*/
		left: 50%;
		/*margin-top: -27px;*/
		margin-left: -445px;
	}
	.slick-next {
		background: url('../images/carousel/slick-next-pc.png') no-repeat 0 0;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		text-decoration: none;
		border: 0px;
		width:100px;
		height:377px;
		/*width:31px;
		height:54px;*/
		position: absolute;
		top: 0;
		/*top: 50%;*/
		right: 50%;
		/*margin-top: -27px;*/
		margin-right: -465px;
	}
}

/*メインフォト小*/
@media only screen and (max-width: 767px) {
	.main-photo-footer {
		display: none;
	}
}
@media print, screen and (min-width: 768px) {
	.main-photo-footer {
		width: 400px;
		height: 45px;
		margin: 15px auto 0;
		overflow: hidden;
	}
	.js-slider-nav {
	}
	.js-slider-nav div img {
		width: 80px;
	}
	.js-slider-nav div div:not(.slick-center) {
		background: #000;
		opacity: 0.4;
	}
}


/*メインフォト スマホ用*/
@media only screen and (max-width: 767px) {
	.js-slider-sp div img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.slick-prev {
		background: url('../images/carousel/slick-prev-sp.png') no-repeat 0 0;
		-moz-background-size:25px auto;
		background-size:25px auto;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		text-decoration: none;
		border: 0px;
		width:25px;
		height:40px;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -20px;
	}
	.slick-next {
		background: url('../images/carousel/slick-next-sp.png') no-repeat 0 0;
		-moz-background-size:25px auto;
		background-size:25px auto;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		text-decoration: none;
		border: 0px;
		width:25px;
		height:40px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -20px;
	}
}
@media print, screen and (min-width: 768px) {
	.main-photo-sp {
		display: none;
	}
}


/* **********************************************************************************************************************************************

       KITOからのお知らせ

********************************************************************************************************************************************** */

@media only screen and (max-width: 767px) {
	.home-news h2 {
		font-size: 23px;
		font-weight: normal;
		text-align: center;
		margin: 30px 0 25px;
	}
	.home-news h2 span {
		font-size: 18px;
	}
	.home-news table {
		color: #0033cc;
		margin: auto;
	}
	.home-news tr {
		border-bottom: 1px dotted #959595;
		cursor:pointer;
	}
	.home-news-date {
		display:block;
		float: left;
		font-weight: normal;
		text-align: left;
		width:50%;
		padding: 12px 0 5px;
	}
	.home-news-tags {
		display:block;
		float: left;
		font-weight: bold;
		width:50%;
		padding: 12px 0 5px;
	}
	.home-news-tags div {
		background: #00b3d8;
		color: #fff;
		font-size: 11px;
		text-align: center;
		width: 100%;
		padding: 3px 7px 2px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.home-news-title {
		clear: both;
		display:block;
		width:100%;
		padding: 3px 0 7px;
	}
	.home-news-new {
		display: inline-block;
		background: #ff9400;
		color: #fff;
		font-size: 11px;
		line-height: 16px;
		text-align: center;
		width: 35px;
		height: 16px;
		vertical-align: middle;
		margin-top: -4px;
	}
	.home-news-btn {
		list-style: none;
		margin: 0;
		padding:0; 
	}
	.home-news-btn li {
		width: 78.33333333333333%;
		margin: 25px auto;
	}
	.home-news-btn li img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
}
@media print, screen and (min-width: 768px) {
	.home-news h2 {
		font-size: 32px;
		font-weight: normal;
		text-align: center;
		margin: 0px 0 35px;
	}
	.home-news h2 span {
		font-size: 24px;
	}
	.home-news table {
		color: #0033cc;
		width: 100%;
	}
	.home-news tr {
		border-bottom: 1px dotted #959595;
		cursor:pointer;
	}
	.home-news tr:hover {
		background:#f1fae7;
	}
	.home-news-date {
		font-weight: normal;
		text-align: left;
		width: 160px;
		padding: 15px 0 10px 16px;
		vertical-align: top;
	}
	.home-news-tags {
		width: 114px;
		font-weight: bold;
		vertical-align: top;
		padding: 15px 0 10px;
	}
	.home-news-tags div {
		background: #00b3d8;
		color: #fff;
		font-size: 12px;
		text-align: center;
		width: 100px;
		padding: 3px 7px 2px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.home-news-title {
		/*width: 583px;*/
		padding: 15px 0 10px;
		vertical-align: top;
	}
	.home-news-new {
		display: inline-block;
		background: #ff9400;
		color: #fff;
		font-size: 11px;
		line-height: 18px;
		text-align: center;
		width: 40px;
		height: 18px;
		vertical-align: middle;
		margin-top: -4px;
	}
	.home-news-btn {
		list-style: none;
		margin: 0;
		padding:0; 
	}
	.home-news-btn li {
		width: 260px;
		margin: 50px auto;
	}
	.home-news-btn li img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
}
@media print, screen and (min-width: 1170px) {
	/*1170pix以上*/
}
.home-news {

}








@media only screen and (max-width: 767px) {
	/*スマホ（ipad含まない）*/
}
@media print, screen and (min-width: 768px) {
	/*PC（ipad含む）*/
}
@media print, screen and (min-width: 1170px) {
	/*1170pix以上*/
}