@charset "UTF-8";
body {
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif
}
a {
	color:#000
}

a:link, a:visited {
	color: #000;
	text-decoration: none
}

a:hover, a:active {
	color:#C9C
}
hr.style-two {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	width: 100%
}
/* サイト名 */
.site h1 a {
	color: #000000;
	text-decoration: none
}
.site h1 {
	margin: 0;
	font-size: 30px
}
.site img {
	border: none
}
/* 画像 */
.topimg {
	max-width: 100%;
	height: auto;
	vertical-align: bottom
}
.SideBox2 img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 1px solid #C9C
}
.boxR1 img {
	max-width: 60%;
	height: auto;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}
/* お知らせ */
.news {
	padding: 20px;
	border: solid 5px #dddddd
}
.news h1 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #666666
}
.news ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.news li a {
	display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none
}
.news li a:hover {
	background-color: #eeeeee
}
.news time {
	color: #888888;
	font-weight: bold
}
.news a:after {
	content: "";
	display: block;
	clear: both
}
.news time {
	float: left;
	width: 60px
}
.news .text {
	float: none;
	width: auto;
	margin-left: 60px
}

/* ボックスの左右 */
#heder, #wrapper, #footer {
	padding-left: 15px;
	padding-right: 15px
}
/* ボックスの上下 */
#heder {
	padding-top: 20px;
	padding-bottom: 10px
}
#wrapper {
	padding-bottom: 20px
}
#main {
	padding-bottom: 20px
}
.banner {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
}
.boxL:after {
	content: "";
	display: block;
	clear: both
}
.boxL {
	padding-bottom: 20px
}
.boxL1 {
	float: left;
	font-size: 14px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-weight: bold;
	padding-top: 10px
}
.boxL2 {
	float: right;
	font-size: 12px;
	width: 95%;
	padding-top: 5px
}
.boxL3 {
	float: right;
	font-size: 12px;
	width: 95%;
	padding-top: 5px;
	text-align: right;
	padding-right: 5%;
}
.boxR:after {
	content: "";
	display: block;
	clear: both
}
.boxR1 {
	width: auto;
	text-align: center;
	padding-top: 10px
}
.boxR1 img {	
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4)
}
.boxR2 {
	font-size: 14px;
	text-align: center
}
.SideBox:after {
	content: "";
	display: block;
	clear: both
}
.SideBox {
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
}
.IconBox {
	width: 33.3%;
	float: left;
	text-align: center;
}
.SideBox1 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #630
}
.SideBox2 {
	text-align: center;
	padding-bottom: 15px;
	font-size: 12px;
}

#instagram {
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	color: #600
}
#access:after {
	content: "";
	display: block;
	clear: both
}
/* footerをバーの形にする */
#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #C9C
}
/* コピーライト */
.copyright p {
	margin: 0;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center
}
.SnsBox:after {
	content: "";
	display: block;
	clear: both
}
.SnsBox {
	width: 60%;
	margin: auto
}
.SnsBox1 {
	text-align: center;
	float: left;
	width: 33.3%;
	padding-top: 15px;
}
/* page-top */		
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%
}
#page-top a {
	background: #666;
	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: #999
}


/* ########### 359px以下 ########### */
@media (max-width: 359px) {
/* サイト名 */
.site img {
	width: 225px;
	height: auto
}
}

/* ########### 479px以下 ########### */
@media (max-width: 479px) {
/* サイト名 */
.site img {
	width: 300px;
	height: auto
}
/* ナビゲーション */
.menu li a {
	padding: 10px 7px;
	font-size: 11px
}
.SideBox1, .SideBox2 {
	display: none
}
.copyright p {
	font-size: 12px
}
}


/* ########### 480px以上 ########### */
@media (min-width: 480px) {

#wrapper {
	padding-top: 20px
}
/* logoとnavを横に並べる設定 */
#heder:after {
	content: "";
	display: block;
	clear: both
}
.logo {
	float: left;
	width: auto
}
.nav {
	float: right;
	width: auto
}
/* mainとsideを横に並べる設定 */
#wrapper:after {
	content: "";
	display: block;
	clear: both
}
#main {
	float: left;
	width: 70%;
	padding-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#side {
	float: right;
	width: 27%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 20px
}
/* boxLとboxRを横に並べる設定 */
#main:after {
	content: "";
	display: block;
	clear: both
}
.boxL {
	float: left;
	width: 57%;
	padding-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.boxR {
	float: right;
	width: 40%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 20px
}
.SideBox {
	float: left
}
.SnsBox {
	width: 40%
}
}

/* ########### 767px以下 ########### */
@media (max-width: 767px) {

/* トグルボタン */
#menubtn {
	padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer
}
#menubtn:hover {
	background-color: #dddddd
}
#menubtn:focus {
	outline: none
}
#menubtn i {
	color: #888888;
	font-size: 18px
}
#menubtn span {
	display: inline-block;
	text-indent: -9999px
}
/* ナビゲーションメニュー（縦並び） */
.menu {
	display: none
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.menu li a {
	display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none
}
.menu li a:hover {
	background-color: #eeeeee
}
}

/* ########### 768px以上 ########### */
@media (min-width: 768px) {
/* トグルボタン */
#menubtn {
	display: none
}
/* ナビゲーション */
#menu {
	display: block !important
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.menu li a {
	display: block;
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none
}
.menu li a:hover {
	background-color: #eeeeee
}
.menu ul:after {
	content: "";
	display: block;
	clear: both
}
.menu li {
	float: left;
	width: auto
}
}

/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {
/* 全体の横幅を固定 */
.heder-inner, #top, #wrapper, #instagram, .footer-inne {
	width: 1140px;
	margin-left: auto;
	margin-right: auto
}
/* hederの下に罫線を挿入 */
#heder {
	margin-bottom: 20px;
	border-bottom: solid 1px #dddddd
}
.SnsBox {
	width: 25%
}
}
