﻿@charset "UTF-8";
body
{
	background: #E5B564;
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:2em;
	font-size: 15px;
	/* background-color: #314864; */
	background-image: url("http://www.transparenttextures.com/patterns/batthern.png");/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	/* background-color: #616127; */
	background-image: url("http://www.transparenttextures.com/patterns/brick-wall-dark.png");/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	background-color: #FFAE86;
	/* background-image: url("http://www.transparenttextures.com/patterns/dark-circles.png"); *//* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	background-color: #2A5237;
	background-image: url("http://www.transparenttextures.com/patterns/corrugation.png");/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
h3 {
    margin-left: 19px;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #FF2222;
	text-decoration: none;
}
a:hover
{
	color: #FF2222;
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 10px;
}
.header
{
	clear: both;
	margin: auto;
	padding: 0;
	/* width: 1000px; */
	/* border-radius: 10px; */
	/* background: #6AC9A7; */
	/* padding-bottom: 5px; */
	min-width: 1000px;
	/* margin-top: 10px; */
	/* margin-bottom: 7px; */
	/* box-shadow: 0 0 1px #000 inset; */
}
.header:after
{
	content: "";
	display: block;
	clear: both;
}
.wapper
{
	width: 1000px;
	margin: auto;
	padding: 10px;
	padding-bottom: 10px;
}
.wapper:after
{
	content: "";
	display: block;
	clear: both;
}
h1
{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 17px;
	margin: 0;
	padding: 0px 0;
	width: 1000px;
	margin: auto;
	min-width: 1000px;
	background: #248946;
	padding: 10px 0;
	margin-bottom: -4px;
	margin-top: 0px;
	border-bottom: 2px solid #fff;
}
h2  {
    position: relative;
    color: #111;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 .7em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #D26466;
}
h2:before {
    content: "";
    position: absolute;
    /* background: #d48789; */
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
h2:after {
    content: "";
    position: absolute;
    /* background: #d26466; */
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}


.logo_top
{
	width: 1000px;
	margin: auto;
	min-width: 1000px;
	padding: 0;
	max-height: 300px;
	/* margin-bottom: 10px; */
	margin-top: 5px;
}
.top_contenner
{
	width: 100%;
	margin: auto;
	padding: 0;
	box-shadow: 0 0 1px #888383;
	margin-bottom: -13px;
}
.top_sub
{
	width: 100%;
	margin: auto;
	padding: 0;
	box-shadow: 0 0 1px #000;
}
.menu_stone_grid
{
	margin: auto;
	padding: 0;
	width: 1000px;
	clear: both;
	position: relative;
	margin-bottom: -21px;
}
.stone_grid_menu
{
padding: 0;
margin: 0;
}
.menu_stone_grid ul
{
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 0 auto;
	background: #A63F2C;
	margin-bottom: 10px;
	margin-top: 4px;
	padding: 10px 0;
	/* background-color: #616127; */
	background-image: url("http://www.transparenttextures.com/patterns/corrugation.png");/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.menu_stone_grid li
{
	display: inline-block;
}
.menu_stone_grid li a
{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 8px 31px;
	position: relative;
	font-size: 13px;
	transition: all .5s ease-in-out;
}
.menu_stone_grid li:first-child a
{
	/* background-color: #314864; */
	/* background-color: #FF9640; */
	/* background-image: url("http://www.transparenttextures.com/patterns/dark-circles.png"); */
}

.menu_stone_grid li a:hover
{background-color: #314864;background-color: #248946;/* background-image: url("http://www.transparenttextures.com/patterns/dark-circles.png"); */}
.menu_stone_grid li a:before
{
	/* content:""; */
	position: absolute;
	top: 17px;
	left: 0;
	height:0;
	width0;
	border-width: 7px;
	border-style:solid;
	border-color:transparent;
	border-left-color: rgba(121, 51, 51, 0);
	transition:all .5s ease-in-out;
}
.menu_stone_grid li a:hover:before
{
	/* content:""; */
	position: absolute;
	top: 17px;
	left: 0;
	height:0;
	width0;
	border-width: 7px;
	border-style:solid;
	border-color:transparent;
	/* border-left-color: #F22; */
}
.stone_grid_menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu{
    display: block;
}
label
{
	transition: all .5s ease-in-out;
	cursor: pointer;
}
label:hover
{
	box-shadow: 0 0 5px #000 inset;
}
.menu_stone_grid_sub
{
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.menu_stone_grid_sub ul
{
	list-style: none;
	text-align: center;
}
.menu_stone_grid_sub li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 5px;
}
.menu_stone_grid_sub li a
{
	display: block;
	background-color: #00B245;
	color: #fff;
	padding: 2px;
	transition: all .5s ease-in-out;
}
.menu_stone_grid_sub li a:hover
{
	text-decoration: none;
	box-shadow: 0 0 5px #000 inset;
}
.blockS_stone_grid_contenner img
{
	width: 45%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 25px;
	padding: 0;
	box-shadow: 0 0 5px #000;
}
.blockS_stone_grid_sub img
{
	width: 45%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 23px;
	padding: 0;
	box-shadow: 0 0 5px #000;
}
.img_stone_grid_01
{
	width: 45%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 25px;
	padding: 0;
	box-shadow: 0 0 5px #000;
}
.img_stone_grid_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px #000;
}
.img_stone_grid_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px #000;
}
.img_stone_grid_04
{
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px #000;
}
.contenner
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.contenner:after
{
	content: "";
	display: block;
	clear: both;
}

.frames_stone_grid
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.frames_stone_grid:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_stone_grid_links
{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.blockS_stone_grid_links:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_stone_grid_contenner
{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 1px #000;
}
.blockS_stone_grid_contenner:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_stone_grid_sub
{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 5px #000;
}
.blockS_stone_grid_sub:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_stone_grid_01
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.blockS_stone_grid_01:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_stone_grid_02
{
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 40px;
}
.blockS_stone_grid_02:first-child
{
	margin-left: 0px;
}
.blockS_stone_grid_02:nth-child(2)
{
	margin-right: 0px;
}
.blockS_stone_grid_02:nth-child(4)
{
	margin-right: 0px;
}
.blockS_stone_grid_02:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_stone_grid_03
{
	width: 32%;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 20px;
}
.blockS_stone_grid_03:first-child
{
	margin-left: 0px;
}
.blockS_stone_grid_03:nth-child(3)
{
	margin-right: 0px;
}
.blockS_stone_grid_03:nth-child(6)
{
	margin-right: 0px;
}
.blockS_stone_grid_03:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_stone_grid_04
{
	width: 23%;
	margin: 0;
	float: left;
	padding: 0;
	margin-right: 26px;
}
.blockS_stone_grid_04:first-child
{
	margin-left: 0px;
}
.blockS_stone_grid_04:nth-child(4)
{
	margin-right: 0px;
}
.blockS_stone_grid_04:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_stone_grid:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_stone_grid
{
	background-color: #fff;
	/* box-shadow: 0 0 1px #000; */
	/* margin-bottom: 20px; */
	padding-bottom: 10px;
	/* border-radius: 0 0 10px 10px; */
	border-top: 3px solid #FFFFFF;
	/* padding-top: 5px; */
	padding-bottom: 24px;
}
.blockS_stone_grid_links ul
{
	list-style: none;
	padding-top: 10px;
}
.blockS_stone_grid_links li
{
	border-bottom: 1px solid #ccc;
	margin-left: 20px;
	margin-right: 20px;
}
p.links_stone_grid a
{
	float: right;
	color: #F22;
	/* background-color: #487DCA; */
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 4px 20px;
	transition: all .5s ease-in-out;
	border-bottom: 3px solid #D26466;
}
p.links_stone_grid a:hover
{
	text-decoration: none;
	color: #fff;
	background: #248946;
	/* box-shadow: 0 0 5px #000 inset; */
}
.footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #A63F2C;
	color: #000;
	margin: auto;
	width: 1000px;
	height: auto;
	box-shadow: 0 0 5px #000 inset;
	min-width: 1000px;
	text-align: center;
	word-wrap: break-word;
	margin-top: -14px;
}
.footer a
{
	color: #FFF;
	text-decoration: none;
}
.footer a:hover
{
	color: #FFF;
	text-decoration: underline;
}
@media screen and (max-width: 480px){
.wapper
{
	width: 92%;
	min-width: inherit;
}
h1
{
	width: 100%;
	min-width: inherit;
	margin-bottom: 10px;
}
.header
{width: 100%;
min-width: inherit;
padding: 0;
margin: auto;
box-shadow: none;background-color: transparent;}
.logo_top
{
	width: 100%;
	min-width: inherit;
	background-color: transparent;
}
.top_contenner
{
	border-radius: 0;
	margin-top: 10px;
}
.top_sub
{
	border-radius: 0;
}
.menu_stone_grid
{
	width: 100%;
	min-width: inherit;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #A63F2C;
}
.stone_grid_menu
{
	text-align: left;
	text-indent: 10px;
}
.menu_stone_grid li
{
	display: inline;
}
/*Make dropdown links appear inline of Mobile*/
	.menu_stone_grid ul {
		position: static;
		display: none;
		margin: 0;
		transition: all .5s ease-in-out;
	}

	/*Display 'show menu' link of Mobile*/
	.stone_grid_menu {
		display:block;
		margin-top: 0px;
		transition: all .5s ease-in-out;
	}
label:after 
{
    content: "";
    background: url('../images/nav.png') no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
}
.contenner
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}

.blockS_stone_grid_contenner,
.blockS_stone_grid_sub,
.blockS_stone_grid_01,
.blockS_stone_grid_02,
.blockS_stone_grid_03,
.blockS_stone_grid_04
{
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.blockS_stone_grid
{
	width: 100%;
	padding: 0;
	margin: auto;
	float: none;
	border-radius: 0;
	margin-bottom: 20px;
	padding-bottom: 40px;
}
.blockS_stone_grid_contenner img,
.blockS_stone_grid_sub img,
.img_stone_grid_01,
.img_stone_grid_02,
.img_stone_grid_03,
.img_stone_grid_04
{
	width: 100%;
	padding: 0;
	margin:0;
	float: none;
}
.footer
{
	width: 100%;
	min-width: inherit;
}


}/*end-mobile*/
.social
{
	width: 295px;
	text-align: center;
	margin: auto;
}
.pocket-btn
{
	margin-top: 1px;
}


