@import url("./html_lib/common.css");
@import url("./common_contents.css");
/*
	copyright (c)2008-2017 Pong! ALL right reserved.
	Create and Design by seiki nishijima

/*===========================================================================

  共通設定　ここから

===========================================================================*/
html{
	-webkit-text-size-adjust: none;
}
body {
	padding: 0 0 0 0;
	margin:0px auto 0px auto;
	text-align:center;
	color: #797979;
	background: url(./images/background01.jpg);
}
#background {
	padding: 0 0 0 0;
	margin:0px auto 0px auto;
	text-align:center;
	width: 100%;
	min-width: 1100px;
	position: relative;
	font-size: 16px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background {
		min-width: 320px;
		font-size: 14px;
	}
}
/*-----------------------------------*/
#background a {
	color: #797979;
	text-decoration: none;
	filter: Alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
}
#background a:hover {
	filter: Alpha(opacity=50);
	opacity: 0.5;
}
#background img {
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
#background .pcArea ,
#background .pcImage {
	display: block;
}
#background .spArea ,
#background .spImage {
	display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	a:hover {
		filter: Alpha(opacity=100);
		opacity: 1;
	}
	#background .pcArea ,
	#background .pcImage {
		display: none;
	}
	#background .spArea ,
	#background .spImage {
		display: block;
	}
	#background span.spNone {
		display: none;
	}
}
/*------------------------------------
  共通レイアウト設定　ここから
-------------------------------------*/
#background header ,
#background footer ,
#background article {
	margin:0px auto 0px auto;
	text-align:center;
	width: 100%;
	min-width: 1100px;
}
#background section {
	margin:0px auto 0px auto;
	text-align:center;
	width: 1100px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header ,
	#background footer ,
	#background article {
		min-width: initial;
		min-width: auto;
	}
	#background section {
		width: 100%;}
}
/*------------------------------------
  共通テキスト設定　ここから
-------------------------------------*/
#background article h2 ,
#background article h3 ,
#background article h4 ,
#background article h5 ,
#background article p ,
#background article ul ,
#background article ol {
	margin: 0 auto 40px auto;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background article h2 ,
	#background article h3 ,
	#background article h4 ,
	#background article h5 ,
	#background article p ,
	#background article ul ,
	#background article ol {
		margin: 0 0 15px 0;
	}
}

/*===========================================================================

  共通ヘッダ設定　ここから

===========================================================================*/
#background header {
	background: #fff url(./images/line01.jpg) repeat-x 100% 100%;
	min-width: 1120px;
	padding: 0 0 8px 0;
}
#background header section {
	width: 1120px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header {
		padding: 0 0 4px 0;
		background-size: auto 4px;
		min-width: initial;
		min-width: auto;
		position: fixed;
		z-index: 500;
		top: 0;
		left: 0;
	}
	#background header section {
		width: 100%;
	}
}
/*------------------------------------
  ヘッダー設定　ここから
-------------------------------------*/
#background header p {
	font-size: 14px;
	text-align: center;
	line-height: 1.8em;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 0;
}
#background header h1 {
	width: 200px;
	margin: 0 10px 10px 0;
	float: left;
}
#background header ul.snsArea {
	width: 910px;
	float: left;
	display: flex;
	align-items: flex-end;
	margin: 0 0 10px 0;
}
#background header ul.snsArea li:first-of-type {
	margin-right: 10px;
}
#background header ul img {
	width: auto;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header p {
		display: none;
	}
	#background header h1 {
		width: 40%;
		margin: 0 0 0 0;
		padding: 5px 10px 5px 5px;
	}
	#background header ul.snsArea {
		width: 60%;
		padding: 5px 0 5px 0;
		margin: 0 0 0 0;
	}
	#background header ul.snsArea li ,
	#background header ul.snsArea li:first-of-type {
		margin: 0;
		flex-grow: 1;
		position: relative;
	}
	#background header ul.snsArea li:before {
		display: block;
		content: " ";
		height: 60%;width: 1px;
		background: #c3c3c3;
		position: absolute;
		left: 0;bottom: 0;
	}
	#background header ul.snsArea li:first-of-type:before {
		display: none;
	}
	#background header ul img {
		width: 100%;
	}
}
/*===========================================================================

  共通メニュー設定　ここから

===========================================================================*/
#background header ul.globalNavi {
	width: 100%;
	clear: both;
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 0;
}
#background header ul.globalNavi li {
	width: auto;
	margin: auto auto auto auto;
}

/*===========================================================================

  共通メニューSP設定　ここから

===========================================================================*/
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header ul.globalNavi {
		width: 100%;
		clear: both;
		display: none;
		margin: 0 0 0 0;
	}
	#background header ul.globalNavi li {
		width: 100%;
		border-top: 1px solid #c3c3c3;
	}
	#background header ul.globalNavi li a {
		display: block;
	}
	#background header ul.globalNavi li img {
		width: auto;
		height: 40px;
	}
	#background header ul.globalNavi li.contact {
		background: #ffffd7;
	}
	#background header ul.globalNavi li.close a {
		background: #3f0000;
		padding: 10px 10px 10px 40px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		position: relative;
	}
	#background header ul.globalNavi li.close a:before {
		display: block;
		content: " ";
		background: url(./images/icon_close.svg) no-repeat 50% 50%;
		background-size: 100% 100%;
		height: 20px;width: 20px;
		position: absolute;
		left: 10px;top: 10px;
	}
}


/*===========================================================================

  共通フッター設定　ここから

===========================================================================*/
#background footer {
	background: url(./images/background02.jpg);
	color: #fff;
}
#background footer section {
	padding: 20px 610px 0 0;
	background: url(./images/footer_image.png) no-repeat 100% 100%;
	background-size: contain;
}
#background footer h3 {
	margin: 0 0 20px 0;
}
#background footer ol {
	width: 170px;
	margin: 0 0 10px 0;
	float: left;
}
#background footer ol li {
	margin: 0 0 10px 0;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	position: relative;
}
#background footer ol li:before {
	display: block;
	position: absolute;
	width: 14px;height: 14px;
	content: "└";
	top: 50%;left: 0;margin-top: -5px;
	font-weight: bold;
}
#background footer ol li a {
	color: #fff;
}
#background footer ul {
	width: 320px;
	margin: 0 0 15px;
	float: right;
}
#background footer ul li {
	width: 50%;
	margin: 0 0 5px;
	float: left;
	padding-left: 10px;
}
#background footer ul li:first-of-type {
	padding-left: 0;
}
#background footer ul li:nth-of-type(3) {
	width: 100%;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background footer section {
		padding: 10px 0 55.46% 0;
		background: url(./images/footer_image_sp.png) no-repeat 100% 100%;
		background-size: contain;
	}
	#background footer h3 {
		margin: 0 0 20px 0;
	}
	#background footer ol {
		width: auto;
		margin: 0 20% 10px 20%;
		float: none;
	}
	#background footer ul {
		width: 100%;
		margin: 0 0 10px;
		float: none;
		padding: 0 15px 0 10px;
	}
	#background footer ul li {
		margin: 0 0 5px;
		padding-left: 5px;
	}
	#background footer ul li:first-of-type {
		padding-left: 0;
	}
}

/*------------------------------------
  共通トップへ設定　ここから
-------------------------------------*/
#background .go2top {
	display: none; position: fixed;
	width: 110px; height: 220px;
	min-width: initial;
	min-width: auto;
	right: 30px; bottom: 30px;
	z-index: 100;
	margin: 0 0 0 0;
}
#background .go2top section ,
#background .go2top section ul {
	width: 110px; height: 220px;
	background: transparent;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#background .go2top section a {
	display: block; position: relative;
	width: 110px; height: 110px;
	overflow: hidden;
	text-indent: -20em;
	background: url(./images/contact.png);
}
#background .go2top section li:last-of-type a {
	background: url(./images/go2top.png);
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .go2top ,
	#background .go2top section {
		display: none !important;
	}
}
/*===========================================================================

  問い合わせセット設定　ここから

===========================================================================*/
#background section.contactArea {
	width: 1040px;
}
#background .contactArea ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
#background .contactArea ul li {
	width: 50%;
	margin: 0 0 20px 0;
	padding: 0 10px 0 10px;
}
#background .contactArea ul li:first-of-type {
	width: 100%;
}
#background .contactArea ul li.text {
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background section.contactArea {
		width: 100%;
	}
	#background .contactArea ul {
		display: block;
		margin: 0 0 15px 0;
	}
	#background .contactArea ul li ,
	#background .contactArea ul li:first-of-type {
		width: 100%;
		margin: 0 0 5px 0;
		padding: 0 15px 0 15px;
	}
	#background .contactArea ul li.text {
		padding-top: 10px;
	}
	#background .contactArea ul li.text span {
		display: inline-block;
	}
}
/*===========================================================================

  ページネーション設定　ここから

===========================================================================*/
#background .pagination ol {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#background .pagination ol li {
	margin: 0 0 10px 0;
	padding: 0 5px 0 5px;
}
#background .pagination ol li a {
	display: block;
	width: 40px; height: 40px;
	line-height: 38px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	color: #41220d;
	border: 2px solid #41220d;
	border-radius: 50% 50%;
}
#background .pagination ol li.active a {
	background: #41220d;
	color: #fff;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .pagination ol {
		margin-bottom: 10px;
	}
	#background .pagination ol li {
		margin: 0 0 5px 0;
	}
	#background .pagination ol li a {
		width: 30px; height: 30px;
		line-height: 30px;
		font-size: 12px;
		border-width: 1px;
	}
}

/*===========================================================================

  設定　ここから

===========================================================================*/

/*------------------------------------
  設定　ここから
-------------------------------------*/

/*-----------------------------------*/

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
}