@charset "utf-8";

body{
	background:#FFF;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#605245;
	font-size:14px;
	line-height:1.75;
	
	-webkit-text-size-adjust: 100%;
}

a{
//	color:#603017;
	text-decoration:none;
}

a:hover{
//	color:#000000;
	text-decoration:none;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}
/* ページトップリンク */
#fixedTop {
	right: 10px;
	bottom: 40px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #A79C83;
	opacity: 0.6;
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	-webkit-transform: translateZ(0);
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.8;
}


/* GoogleMaps */
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

 

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ヘッダ */
#header {
    padding: 15px;
//    border-bottom: 1px solid #669;
    color: #999;
    background: #8fabbe;
    text-align: left;
}
 
#header a,
#header a:link,
#header a:visited {
    color: #ffffff;
    background: transparent;
    font-size: 100%;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

#header {
	width:100%;
    background: url("/images/title_bg.jpg") no-repeat left top;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    background-size: contain;
    padding-top: 5.25%;
}

#header .title {
	color:#ffffff;
	text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
	text-align: right;
	margin-top: -10px;
	margin-right: 50px;
}



#sec01 {
	width:100%;
    margin: 0 auto;
    padding: 5px 0 50px 0;
}

.contents01 p {
	padding: 10px 10px 10px 10px;
}

.contents01 ul {
	padding: 0px 30px 0px 40px;
}

.midashi {
	width: 100%;
	margin: 5px auto 0px;
	font-size: 108%;
	line-height: 1.5;
}
.midashi span {
	color: #EC2A2D;
}

/*----- class="midashi"見出し リンクボタン -----*/
.midashi ul {
	width: 100%;
	margin: 0px auto 10px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
/* モバイルでもメニュー並び */
	display: table;
	table-layout: fixed;
/* モバイルでもメニュー並び */
//    border-bottom: 1px solid #333333;
}
.midashi li {
	margin: 10px 5px;
/* モバイルでもメニュー並び */
	display: table-cell;
	border-right: 10px solid #fff;
/* モバイルでもメニュー並び */
}

/* モバイルでもメニュー並び */
.midashi li:last-child {
	border-right: 0;
}
/* モバイルでもメニュー並び */

.midashi li a {
	display: block;
	padding: 5px;
	text-align: center;
	background: #5c6366;
	border: 1px solid #5c6366;
	color: #fff;
}
.midashi li a:hover {
	background: #fff;
	border-color: #5c6366;
	color: #333333;
}

.title01 {
	background-color: #e2ddcf;	
	margin: 0 0 15px 0;
	-webkit-box-shadow: 1px 2px 7px #999;
	box-shadow: 1px 2px 7px #999;
	font-size: 116%;
	color: #333;	
	padding: 5px 5px 5px 15px;
	border: 1px solid #cdcdcd;
	border-radius: none;
}

.tel {
	font-size: 200%;
	color: #4169E1;
	font-weight: bold;
	font-family: century;
}

@media screen and (min-width:640px){

#header {
	padding-top: 15.25%;
	max-width: 1000px;
	max-height: 200px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
    overflow: hidden;
}

#header .title {
    font-size: 400%;
	padding-top: 40px;
	padding-right: 50px;
}

#sec01 {
	max-width: 1000px;
    margin: 0 auto;
    padding: 5px 0 50px 0;
    overflow: hidden;
}

.contents01 p {
	padding: 10px 30px 10px 30px;
}

.contents01 ul {
	padding: 0px 30px 0px 80px;
}

.midashi ul {
	width: 100%;
	margin: 0px auto 20px;
	display: table;
	table-layout: fixed;
}

.midashi li {
	display: table-cell;
	border-right: 10px solid #fff;
}

.midashi li:last-child {
	border-right: 0;
}

.title01 {
	width: 95%;
	margin: 0 0 15px 15px;
	background-color: #FFF;	
	-webkit-box-shadow: 1px 2px 7px #999;
	box-shadow: 1px 2px 7px #999;
	font-size: 116%;
	color: #333;	
	padding: 5px 5px 5px 15px;
	border-top: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 3px solid #5c6366;
	border-left: 1px solid #cdcdcd;	
	border-radius: 6px 6px 0px 0px;	
}

}