@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url(https://fonts.googleapis.com/css?family=Belleza);
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/* Scss Document */
/*トップページ　セクション*/
#mainvisual {
	margin: 1px auto 45px auto;
}

@media only screen and (max-width: 759px) {
#mainvisual {
	padding-top: 60px;
}
}
#mainvisual .slick-slide img {
	width: 100%;
}
#contents section .inner {
	width: 900px;
	margin: 0 auto 50px auto;
	/*padding-bottom: 70px;*/
	border-bottom: 5px solid #F0F0F0;
}

@media only screen and (max-width: 759px) {
#contents section .inner {
	width: 90%;
}
}
/*トップ　見出し*/
#contents section h1.tit {
	margin-bottom: 15px;
	font-family: 'Belleza', sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #DA5319;
	letter-spacing: 0.1em;
	text-align: center;
}
#contents section h1.tit span {
	margin-left: 5px;
	font-family: "Helvetica neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4B565E;
	letter-spacing: 0.1em;
	display: block;
}
/*トップ　お知らせ*/
#infoArea article {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
}

@media only screen and (max-width: 759px) {
#infoArea article {
	width: 100%;
}
}
#infoArea h1 {
	float: left;
	width: 150px;
	margin-right: 50px;
	border-top: 1px solid #DA5319;
	text-align: left;
}

@media only screen and (max-width: 759px) {
#infoArea h1 {
	float: none;
	width: 100%;
	margin-right: 0;
	border-top: 0;
	text-align: center;
}
}
#infoArea div.info {
	float: left;
	width: 600px;
}

#infoArea>.inner {

	border-bottom: 0 !important;
}

@media only screen and (max-width: 759px) {
#infoArea div.info {
	float: none;
	width: 100%;
}
}
#infoArea dl {
	margin-bottom: 0;
}
#infoArea dl dt {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#infoArea dl dd {
	margin-bottom: 15px;
	margin-left: 0;
	font-size: 14px;
}
/*トップ　サービス*/
#service {
	clear: both;
}
#service article {
	width: 800px;
	margin: 0 auto;
}

@media only screen and (max-width: 759px) {
#service article {
	width: 100%;
}
}
#service h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	font-weight: normal;
	color: #4B565E;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 759px) {
#service h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
}
#service p {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 1em;
}

@media only screen and (max-width: 759px) {
#service p {
	font-size: 14px;
}
}
/*トップ　アイテムリスト*/
#itemListArea .inner {
	overflow: hidden;
}
#itemListArea article {
	/*float: left;
	width: 450px;*/
	width: 900px;
	margin: 0 auto;
}

@media only screen and (max-width: 759px) {
#itemListArea article {
	float: nene;
	width: 100%;
}
}
#itemListArea h2 {
	clear: both;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #DDDDDD;
	font-family: belleza;
	font-size: 24px;
	color: #4B565E;
	text-align: center;
}

@media only screen and (max-width: 759px) {
#itemListArea h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
}

#itemListArea div {
	padding: 15px;
}

@media only screen and (max-width: 759px) {
	#itemListArea div {
	padding: 0;
	margin-bottom: 20px;
}
	}

#itemListArea div figure figcaption a{
	padding: 10px;
	display: block;
	text-align: center;
	font-size:15px;
	line-height: 1.5em;
}

#itemListArea div figure figcaption a:hover{
	color: #da5319;
}

#itemListArea ul {
	overflow: hidden;
	padding: 0;
	margin-bottom: 20px;
}
#itemListArea ul li {
	list-style-type: none;
	float: left;
	width: 195px;
	margin: 15px;
}

@media only screen and (max-width: 759px) {
	#itemListArea ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;	
	}
	
#itemListArea ul li {
	float: none;
	width: 48.5%;
	margin: 0 0 20px 0;
	}
}
#itemListArea ul li.bag01 {
	background: url(../img/top/pict_bag01.jpg) center center no-repeat;
	background-size: 195px 195px;
}

@media only screen and (max-width: 759px) {
#itemListArea ul li.bag01 {
	background-position: center left;
	background-size: 80px 80px;
}
}
#itemListArea ul li.bag02 {
	background: url(../img/top/pict_bag02.jpg) center center no-repeat;
	background-size: 195px 195px;
}

@media only screen and (max-width: 759px) {
#itemListArea ul li.bag02 {
	background-position: center left;
	background-size: 80px 80px;
}
}
#itemListArea ul li.bag03 {
	background: url(../img/top/pict_bag03.jpg) center center no-repeat;
	background-size: 195px 195px;
}

@media only screen and (max-width: 759px) {
#itemListArea ul li.bag03 {
	background-position: center left;
	background-size: 80px 80px;
}
}
#itemListArea ul li.bag04 {
	background: url(../img/top/pict_bag04.jpg) center center no-repeat;
	background-size: 195px 195px;
}

@media only screen and (max-width: 759px) {
#itemListArea ul li.bag04 {
	background-position: center left;
	background-size: 80px 80px;
}
}
#itemListArea ul li.bag05 {
	background: url(../img/top/pict_bag05.jpg) center center no-repeat;
	background-size: 195px 195px;
}

@media only screen and (max-width: 759px) {
#itemListArea ul li.bag05 {
	background-position: center left;
	background-size: 80px 80px;
}
}
#itemListArea ul li.bag06 {
	background: url(../img/top/pict_bag06.jpg) center center no-repeat;
	background-size: 195px 195px;
}

@media only screen and (max-width: 759px) {
#itemListArea ul li.bag06 {
	background-position: center left;
	background-size: 80px 80px;
}
}
#itemListArea ul li.bag07 {
	background: url(../img/top/pict_bag07.jpg) center center no-repeat;
	background-size: 195px 195px;
}

@media only screen and (max-width: 759px) {
#itemListArea ul li.bag07 {
	background-position: center left;
	background-size: 80px 80px;
}
}
#itemListArea ul li.bag08 {
	background: url(../img/top/pict_bag08.jpg) center center no-repeat;
	background-size: 195px 195px;
}

@media only screen and (max-width: 759px) {
#itemListArea ul li.bag08 {
	background-position: center left;
	background-size: 80px 80px;
}
}
#itemListArea ul li a {
	position: relative;
	display: block;
	width: 195px;
}

#itemListArea ul li a:first-child{
	background:#000;
}

@media only screen and (max-width: 759px) {
#itemListArea ul li a {
	width: 100%;
	opacity: 1;
	background: none;
	padding: 0;
	font-size:0.9em;
}
#itemListArea ul li a:hover span, #itemListArea ul li a:active span {
	color: #4B565E !important;
}
}
#itemListArea ul li a span.itemName {
	padding: 10px;
	width: 165px;
	font-size: 15px;
	text-align: center;
	display: block;
	line-height: 1.5em;
}

@media only screen and (max-width: 759px) {
	
#itemListArea ul li a span.itemName {
	padding: 10px 0;
	width: 100%;
	font-size: 13px;
	text-align: center;
	display: block;
	line-height: 1.5em;
}
	
#itemListArea ul li a span.itemName {
	top: 0px;
	left: 100px;
	width: auto;
	text-align: left;
}
}
#itemListArea ul li a span.more {
	display: none;
}

@media only screen and (max-width: 759px) {
#itemListArea ul li a span.more {
	display: none;
}
}
#itemListArea ul li a:hover, #itemListArea ul li a:active {
	opacity: 1;
}
#itemListArea ul li a:hover span, #itemListArea ul li a:active span {
	color: #da5319;
}

.aparrel{
	display: block;
	position: relative;
	width: 90%;
	max-width: 840px;
	margin: 0 auto;
	h1{
		margin: 0 0 2rem !important;
		span{
			margin-top: .5rem;
			line-height: 1.75em;
		}
	}
	img{
		display: block;
		width: 75%;
		max-width: 420px;
		border:1px solid #4f4f4f;
		margin: 0 auto;

	}
}