@charset "UTF-8";

/* Reset
==================================================*/
html{font-size:16px;}
@media (min-width: 768px) {
	html{font-size:16px;}
}

body {
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size:1.0rem;
	color: #342518;
	line-height :1.6 !important;
	background:#E3D9C8 url(/common/images/bg_main.gif) top repeat;
}

img {
	border:none;
	vertical-align:top;
	width:100%;
}

/*リンクカラー定義*/

a:link{color: #179909; text-decoration: none;}

a:active{color: #FF9900;}

a:visited{color:#179909;}

a:hover{color:#E93E6E;}


/*
  .align
-------------------------------------------------------
*/

.alignC {text-align:center !important;}
.alignL {text-align:left !important;}
.alignR {text-align:right !important;}

/*
  .margin
-------------------------------------------------------
*/

.adm-l5 {margin-left:5px !important;}
.adm-l10 {margin-left:10px !important;}
.adm-l27 {margin-left:27px !important;}
.adm-l31 {margin-left:31px !important;}
.adm-l39 {margin-left:39px !important;}
.adm-l405 {margin-left:405px !important;}
.adm-t10 {margin-top:10px !important;}
.adm-t20 {margin-top:20px !important;}

.txt_pink{color:#E93E6E;}
.txt_red{color:#CC0000;}


	
/*タイトル*/
h1 img{width:100%;}
h1 {
  margin-top: 0;
  margin-bottom: 0;
	line-height :1.0;
	font-size: 0.1rem;
}


/*ニュース*/
dl{
 width:100%;
 border-top:1px solid #ccc;
}
dt{
	display: inline-block;
  margin:1em 1% 0.5em;
	vertical-align:top;
	width:12%;
	font-weight:normal;
	color:#E93E6E;
}
dd{
	display: inline-block;
	vertical-align:top;
  margin:1em 1% 0.5em;
	width:68%;
}
dd.news{
	width:12%;
}
.news img{
  width:100%;
  border-radius:10px;
}

/*イメージ*/
.TopImg img{
	width:320px;
	float:right;
}
.Banner img{
	width:800px;
}

.Mail img{
	width:286px;
}

.footer{
	width:100%;
	background:#5D3D2C;
	color:#FFF;
	font-size: 0.75rem;
	padding:1rem 0 0.1rem;
	margin-top:0;
}

iframe.Map{
	width:100%;
	height:400px;
	margin-bottom:1em;
}

p.indent{
  text-indent: -1em;
  padding-left: 1em;
}

/* ページTOPに戻る */
.pagetop{
    display: none;
    position: fixed;
    right: 50px;
    bottom: 40px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #B99C8A;
    border-radius: 50%;
    line-height: 40px;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 40px;
}

@media screen and (max-width: 767px) {
	/*イメージ*/
	.TopImg{
		text-align:center;
		margin-bottom:1em;
	}
	.TopImg img{
		width:80%;
		float:none;
	}
	/*ニュース*/
	dt{
		display: block;
		margin:0.5em 1% 0;
		vertical-align:top;
		width:100%;
		font-weight:normal;
	}
	dd{
		display: inline-block;
		vertical-align:top;
		margin:0.5em 1% 1em;
		width:68%;
	}
	dd.news{
		width:24%;
	}
	/* ページTOPに戻る */
	.pagetop{
			right: 10px;
			bottom: 40px;
	}
}
@media screen and (max-width: 900px) {	
  /*イメージ*/
	.Banner img{
		width:100%;
	}
}
