@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}
 @font-face {
        font-family: 'font1';
     src: url('../fonts/Courgette/Courgette-Regular.eot?') format('oldIE'), 
url('../fonts/Courgette/Courgette-Regular.woff') format('woff'),
url('../fonts/Courgette/Courgette-Regular.ttf') format('truetype');
}
@font-face {
        font-family: 'font2';
     src: url('../fonts/ume/ume.eot?') format('oldIE'), 
url('../fonts/ume/ume.woff') format('woff'),
url('../fonts/ume/ume.ttf') format('truetype');
}
@font-face {
        font-family: 'font3';
     src: url('../fonts/magic/magic.eot?') format('oldIE'), 
url('../fonts/magic/magic.woff') format('woff'),
url('../fonts/magic/magic.ttf') format('truetype');
}
.f1{
	font-family:font1;
}
.tel-link {
    font-weight: bold;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
body {
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#header {
	color: #fff;
	height: 90px;
	background-repeat: repeat-x;
	background-image: url(../images/hedder.png);
}
#recommend {
	margin-bottom: 205px;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 37.5%;
	display: block;
	text-align: center;
	margin-top: 20px;
}
#nav {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 58.3333%;
	display: block;
	position: relative;
	margin-top: 70px;
	font-size: 18px;
	font-family: 'font1';
	text-align: center;
	z-index: 4;
	}
#nav2{
	clear: none;
	float: none;
	margin-left: 4.1666%;
	width: 90%;
	display: block;
	position: relative;
	margin-top: 70px;
	font-size: 18px;
	font-family: 'font3';
	text-align: center;
}
#nav ul, #nav2 ul{
	margin: 0;
	padding: 0;
}
#nav li,#nav2 li {
	margin: 0 5px 9px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
#nav a ,#nav2 a{
	padding: 3px 11px;
	text-decoration: none;
	color: #999;
	line-height: 100%;
}

/* マウスオーバーでボヤんと明るくなる */
.totop a , .topage a , .topage2 a,.sitaho a,.setumei a,.honnbunn a {
	text-decoration: none;
	color: #666;
}
#underline{
	text-decoration:underline;
}
#nav a,#nav2 a ,.totop a , #sitamadeiku ,.bonnyari ,.scroll{
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#nav a:hover,#nav2 a:hover ,.totop a:hover, #sitamadeiku:hover, .bonnyari:hover, .scroll:hover{
	color: #EA4515;
	text-shadow: #FFCC00 0px 0px 20px;
}
#nav .current a ,#nav2 .current a  {
	background: #999;
	color: #fff;
	border-radius: 5px;
}
#nav .current a:hover , {
	text-shadow: none;
}



#article {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 3%;
	margin-right: 3%;
	width: 84%;
	padding-bottom:20px;
	display: block;
	border-top-width: 40px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-radius: 25px 25px 35px 35px / 25px 25px 35px 35px;
}
h1 {
	font-family: "font1";
}
#satuei {
	font-size: x-small;
	margin-top: 3px;
	text-align: right;
	margin-right: 7px;
}
#article nav {
	font-family: font3;
}
.honnbunn {
	margin-right: 3%;
	margin-left: 3%;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

/* マウスオーバーで透明度が下がる */
	
.rslides,.navnav {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.rslides:hover ,.navnav:hover{
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: relative;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
#slidesmall1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 37.5%;
	display: block;
	margin-bottom: 105px;
}
#slider1 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
}
#slidesmall2 {
	clear: none;
	float: left;
	margin-left: 25%;
	width: 37.5%;
	display: block;
}
#slidesmall3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

/* 一時的にみえなくするdivで */
.mienai{
	display: none;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#logo {
	width: 35.8974%;
}
#nav {
	margin-left: 2.5641%;
	width: 61.5384%;
}
#article {
	width: 84%;	
}
#slidesmall1 {
	margin-left: 12.8205%;
	width: 23.0769%;
}
#slidesmall2 {
	clear: none;
	margin-left: 2.5641%;
	width: 23.0769%;
	display: block;
}
#slider2 {
	margin: 0 auto;
}
#slidesmall3 {
	clear: none;
	margin-left: 2.5641%;
	width: 23.0769%;
	display: block;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#logo {
	width: 18.3673%;
}
#nav {
	margin-left: 2.0408%;
	width: 74.5918%;
	padding-left:5%;
}
#article {
	width: 72%;
	margin-bottom:105px;
}
#slider2,#slider1,#slider3 {
	margin: 0 auto;
}
#slidesmall1 {
	clear: none;
	margin-top:35px;
	margin-left: 2.0408%;
	margin-bottom:20px;
	width: 18.3673%;
}
#slidesmall2 {
	margin-left: 2.0408%;
	margin-bottom:20px;
	width: 18.3673%;
}
#slidesmall3 {
	margin-left: 2.0408%;
	width: 18.3673%;
}
}
@media screen and (max-width: 480px) {
	#nav {
		min-height: 40px;
	}	
	#nav ul {
	width: 180px;
	padding: 5px 0;
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -90px;
	border: solid 1px #aaa;
	background: #fff url(../images/icon-menu.png) no-repeat 10px 11px;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
	#nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	#nav .current {
		display: block; /* show only current <li> item */
	}
	#nav a {
	display: block;
	padding: 5px 5px 5px 32px;
	text-align: left;
	}
	#nav .current a {
		background: none;
		color: #666;
	}

	/* on nav hover */
	#nav ul:hover {
		background-image: none;
	}
	#nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	#nav ul:hover .current {
		background: url(../images/icon-check.png) no-repeat 10px 7px;
	}
}
