@charset "utf-8";
/* CSS Document */


/* サイト全体のフォント指定 */
body {
font-family: "メイリオ" ;
}


/* ヘッダー */
header {
	background: #ffffff;
}
.header-container {
	padding: 10px 20px 10px 20px;
}
.header-logo {
	margin: 0;
	width: 100px;
	height: 22px;
	background-image: url(../image/logo.png);
	background-size: 100px 22px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
@media screen and (min-width: 768px) {
	.header-logo {
		width: 200px;
		height: 44px;
		background-size: 200px 44px;
	}
}


/* アッパー */

.up{
	padding: 0 0 20px 0;
}
.up img{
	width: 100%;
}
@media screen and (min-width: 768px){
.up{
	width: 650px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
}

/* グーグルマップ */	
	
.map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}




/* ナビゲーション */
nav {
	border-top: 8px solid #987D60;
	background: #FFDF7F;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li {
	border-bottom: 1px solid #987D45;
}
nav li a {
	display: block;
	width: 100%;
	padding: 20px 0;
	text-decoration: none;	
	text-align: center;
	font-size: 14px;
	color: #987D60;
}
nav li a:hover {
	background: #FFDF7F;
}

@media screen and (min-width: 768px){
nav {
	border-top: 8px solid #987D45;
	background: #FFDF7F;
}
nav ul {
	overflow: hidden;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
}
nav li {
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #FFDF7F;
	width: 20%;
}
nav li:last-child {
	border-right: none;
}
nav li a {
	display: block;
	padding: 20px 0;
	width: 100%;
	text-decoration: none;	
	text-align: center;
	font-size: 14px;
	color: #987D60;
}
}
/* TELタップ */


.tel{
		padding: 40px 0 40px 0;
		text-align: center;
	   	margin-left: auto;
        margin-right: auto;
	}

.tel img{
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	}
	
@media screen and (min-width: 768px) {
	
	.carendar{
		width: 830px;0
	}
	.tel{
		text-align: center;
	}
	.tel img{
		width: 630px;
	}
	.tel  a[href^="tel:"]{
    pointer-events: none;
	text-decoration: none;
  }
	}




/* コラム */
.articles {
	width: 100%;
}
.articles ul {
	list-style:none;
	margin: 0 auto;
	padding: 0;
}
.articles li {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
	background:#FFF4D3;
}
.articles .thumbnail {
	float: left;
	margin-right: 10px;
	font-size: 0;
}
.articles .category {
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #987D60;
}
.articles .title {
	margin: 0;
	font-size: 14px;
}
.articles .title a {
	text-decoration: none;
	color: #987D60;
}
.articles .title a:hover {
	color: #717171;
}
/* サムネイル画像にスタイルを適用 */
.thumbnail img {
	border: 5px solid #FFDF7F;
}


@media screen and (min-width: 768px) {
	
	.articles {
		font-size: 1.4rem;
	      }
	.articles .thumbnail {
	margin-left: 30%;
	text-align: center;
	}
}


/* トップフット */
	
	.top-foot{
		padding: 20px 10px 20px 10px;
		text-align: center;
	}
	