@charset "UTF-8";
*{
	padding: 0;
	margin: 0;
}
/*===============================================
●style.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

body {
	margin-top: 0px;
	color: #000000;
	letter-spacing: 0.1ex;
	font-family: "01フロップデザイン", sans-serif, monospace, "小塚ゴシック Pr6N L", "ヒラギノ角ゴ ProN W3", "FOT-ロダンNTLG Pro L", "ＭＳ ゴシック", "ＭＳ Ｐゴシック", Osaka, "メイリオ", "小塚ゴシック Pro L";
	height: auto;
}

img {
	margin:0px;
}

a img,:link img,:visited img {
	border: none;
	margin-bottom: 0px;
	max-width: none;
}

#container{
    width:100%;
}

.topline {
	height: 5px;
	background-color: #2E6525;
	width: 100%;
}

#header {
	width: 1200px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	width: 218px;
	height: 44px;
	float: left;
	margin-top: 23px;
}
	
.telhone {
	width: 265px;
	height: 60px;
	float: right;
	margin-top: 20px;
	font-size: 11px;
	line-height: 20px;
	text-align: right;
}
	
#slideshow {
	width: 1200px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.theme {
    width: 725px;
    height: 93px;
    position: absolute;
    left: 237px;
    top: 203px;
	z-index:10;
}

#nav1 {
	width: 1200px;
	height: 38px;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 22px;	
}
	
#nav1 a:link {
	color: #000;
	text-decoration: none;
}
#nav1 a:visited { 
    color: #000;
}

#nav1 a:hover { 
    color: #000; 
	text-decoration: underline;
} 
	
#aboutringyo {
	font-size: 30px;
	text-align: center;
	width: 350px;
	height: 55px;
	line-height: 55px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 95px;
	border-bottom: medium solid #2E6525;
}
	
#aboutringyo-naiyo {
	font-size: 16px;
	width: 960px;
	height: auto;
	line-height: 28px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
	
#aboutringyo-img {
	width: 1200px;
	height: 195px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
	
#kaisyagaiyo {
	font-size: 30px;
	text-align: center;
	width: 350px;
	height: 55px;
	line-height: 55px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 115px;
	border-bottom: medium solid #2E6525;
}

#kaisyagaiyo-naiyo {
	font-size: 16px;
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}

#mobile-kaisyagaiyo-naiyo {
		display: none;
}
	
#access {
	font-size: 30px;
	text-align: center;
	width: 350px;
	height: 55px;
	line-height: 55px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 115px;
	border-bottom: medium solid #2E6525;
}
	
#access-naiyo {
	width: 1200px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 45px;
}
	
#mobile-access-naiyo {
		display: none;
}
	
#omakase {
	width: 1200px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 115px;
}
	
#omakase-tel {
	width: 525px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}

#omakase-pct {
	width: 1200px;
	height: 264px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
	
#footer {
	height: 270px;
	background-color: #2E6525;
	width: 100%;
}
	
.nav2 {
	width: 1200px;
	color: #FFFFFF;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
}

.nav2 a:link {
	color: #fff;
	text-decoration: none;
}
.nav2 a:visited { 
    color: #fff;
}

.nav2 a:hover { 
    color: #fff; 
	text-decoration: underline;
} 
	
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #A1C788;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #F9EFD7;
}	

}
