@charset "UTF-8";

p	{
	font-size: 1em;
	line-height: 2;
    }
	
/*ページ背景*/
#contentsBox {
	width: 100%;
	min-height: 100%;
	background-color: #faf7ee;
	border-top: 5px #f1c40f solid;
}


/*コンテンツ*/
@media screen and (min-width: 768px) {
#contentsArea {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
}

/*{　スマートフォン用CSS記述　}*/
@media screen and (max-width: 767px) {
#contentsArea {
	width: 100%;
}
}


/* ホバー */
.mouseHvr {
	opacity: 1;
}

.mouseHvr:hover {
	opacity: 0.8;
}


/*ヘッダー*/
@media screen and (min-width: 768px) {
#spNavHeader,#black,#spNav {
	display: none;
}

header {
	width: 22%;
	max-width: 220px;
	float: left;
}

#pcNav {
	width: 100%;
	max-width: 220px;
	background-color: #ffffff;
	margin-bottom: 10px;
	padding: 10px 0;
}

#pcNav h1 {
	width: 91%;
	max-width: 200px;
	margin: 0 auto 10px;
	line-height: 0;
}

#pcNav h1 img {
	width: 100%;
	height: auto;
}

#pcNav ul {
	width: 91%;
	max-width: 200px;
	margin: 0 auto;
}

#pcNav ul li {
	width: 100%;
	max-width: 200px;
	border-bottom: 1px #ecf0f1 solid;
	line-height: 1;
}

#pcNav ul li img {
	width: 100%;
	height: auto;
}

.noBorder {
	border-bottom: none !important;
}

#banner01 {
	width: 91%;
	max-width: 200px;
	margin: 5px auto 0;
	line-height: 0;
}

#banner02 {
	width: 100%;
	max-width: 220px;
	line-height: 0;
}

#banner01 img,#banner02 img {
	width: 100%;
	height: auto;
}
}

/*{　スマートフォン用CSS記述　}*/
@media screen and (max-width: 767px) {
header {
	position: relative;
}

#pcNav,#banner02 {
	display: none;
}

#spNavHeader {
	width: 100%;
	background-color: #ffffff;
}

#spNavHeader h1 {
	width: 50%;
	max-width: 320px;
	margin: 0 auto;
	padding: 5px 0 10px;
	line-height: 0;
}

#spNavHeader h1 img {
	width: 100%;
	height: auto;
}

#spMenuBtn {
	width: 17%;
	max-width: 110px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 2%;
	z-index: 2;
}

#spMenuBtn img {
	width: 100%;
	height: auto;
}

#spNav {
	display: none;
	width: 96%;
	position: absolute;
	left: 2%;
	z-index: 2;
}

#spNavBtn {
	width: 100%;
	background-color: #f1c40f;
	padding: 8px 0;
	position: relative;
}

#triangle {
	line-height: 0;
	position: absolute;
	top: -17px;
	right: 10px;
}

#spNavBtnInner {
	width: 96%;
	background-color: #ffffff;
	margin: 0 auto;
}

#spNavBtn ul {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}

#spNavBtn ul li {
	width: 46%;
	max-width: 280px;
	margin: 0 2% 10px;
	line-height: 1;
	float: left;
}

#spNavBtn ul li img {
	width: 100%;
	height: auto;
}

#spBanner {
	width: 96%;
	max-width: 570px;
	margin: 0 auto 10px;
	line-height: 0;
}

#spBanner img {
	width: 100%;
	height: auto;
}

.spNavClose {
	width: 96%;
	max-width: 570px;
	margin: 0 auto;
	padding-bottom: 10px;
	line-height: 0;
}

.spNavClose img {
	width: 100%;
	height: auto;
}

#black {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	z-index: 1;
}
}


/*メインコンテンツ*/
@media screen and (min-width: 768px) {
#mainContents {
	width: 77%;
	max-width: 770px;
	position: relative;
	float: right;
}

.topPage {
	padding: 10px 0 120px;
}

.subPage {
	padding: 10px 0 180px;
}
}

/*{　スマートフォン用CSS記述　}*/
@media screen and (max-width: 767px) {
#mainContents {
	width: 100%;
	position: relative;
}

.topPage {
	background-color: #ffffff;
	padding-bottom: 85px;
}

.subPage {
	background-color: #faf7ee;
	padding-bottom: 100px;
}
}


/* ページトップ */
@media screen and (min-width: 768px) {
#pageTop {
	width: 65px;
	line-height: 0;
	position: absolute;
	right: 0;
	bottom: 5px;
}
}

/*{　スマートフォン用CSS記述　}*/
@media screen and (max-width: 767px) {
#pageTop {
	width: 20%;
	max-width: 65px;
	line-height: 0;
	position: absolute;
	right: 4%;
	bottom: 10px;
}

#pageTop img {
	width: 100%;
	height: auto;
}
}


/*フッター*/
footer {
	width: 100%;
	border-top: 5px #f1c40f solid;
	background-color: #f8f1d9;
}

#googleMap iframe {
	border: none;
}

/*{　PC用CSS記述　}*/
@media screen and (min-width: 1000px) {
#googleMap {
	width: 440px;
	height: 280px;
	margin-right: 10px;
	float: left;
}

#googleMap iframe {
	width: 440px;
	height: 280px;
}

#footerImg {
	width: 300px;
	margin-right: 20px;
	line-height: 0;
	float: left;
}

#footerInfo {
	width: 300px;
	padding-top: 15px;
	float: left;
}
}

/*{　タブレット用CSS記述　}*/
@media screen and (max-width: 999px) and (min-width: 768px) {
#googleMap {
	width: 44%;
	max-width: 440px;
	height: 280px;
	margin-right: 1%;
	float: left;
}

#googleMap iframe {
	width: 100%;
	height: 280px;
}

#footerImg {
	width: 25%;
	max-width: 250px;
	margin-right: 1%;
	line-height: 0;
	float: left;
}

#footerImg img {
	width: 100%;
	height: auto;
}

#footerInfo {
	width: 29%;
	max-width: 290px;
	padding-top: 15px;
	float: left;
}
}

@media screen and (min-width: 768px) {
#footerTop {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 0 20px;
}

#footerInfo h2 {
	line-height: 0;
}

#footerInfo ul {
	padding-left: 5px;
}

#footerInfo ul li {
	color: #7f8c8d;
	font-size: 80%;
	line-height: 140%;
	margin-top: 30px;
}

#footerInfo ul li span {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

#footerBottom {
	background-color: #000000;
	padding: 25px 0 35px;
}

#footerBottom ul {
	text-align: center;
}

#footerBottom ul li {
	display: inline;
	font-size: 80%;
	margin: 0 10px 0;
}
}

/*{　スマートフォン用CSS記述　}*/
@media screen and (max-width: 767px) {
#footerTop {
	width: 100%;
}

#googleMap {
	width: 100% !important;
	height: 240px;
}

#googleMap iframe {
	width: 100%;
	height: 240px;
}

#footerImg {
	display: none;
}

#footerInfo h2 {
	margin-top: 20px;
	line-height: 0;
}

#footerInfo ul li {
	color: #7f8c8d;
	font-size: 90%;
	line-height: 180%;
	margin-top: 20px;
	padding: 0 0 20px 2%;
	border-bottom: 1px #c4c4c4 solid;
}

#footerInfo ul li:last-child {
	border-bottom: none;
}

#footerInfo ul li span {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#footerBottom {
	width: 100%;
	background-color: #000000;
	padding: 20px 0 25px;
}

#footerBottom ul {
	width: 280px;
	margin: 0 auto;
}

#footerBottom ul li {
	display: inline;
	font-size: 90%;
	margin: 0 10px 0;
}
}

#footerBottom ul li a {
	color: #ffffff;
	text-decoration: none;
	background: url('../images-3/footerLinkIcon.png') no-repeat left center;
	padding-left: 10px;
}

#address {
	color: #ffffff;
	font-style: normal;
	font-size: 85%;
	text-align: center;
	margin-top: 30px;
}
