@charset "UTF-8";
body
{
	background: #C3B99B;
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:2em;
	font-size: 15px;
	background-image: url(../images/random-grey-variations.png);
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #CD0000;
	text-decoration: none;
}
a:hover
{
	/* color: #F58522; */
	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: 100%;
	/* border-radius: 10px; */
	background: #C3B99B;
	padding-bottom: 5px;
	min-width: 1000px;
	margin-top: 10px;
	/* box-shadow: 0 0 1px #000 inset; */
	/* margin-top: 0px; */
	border-bottom: 5px double #752D19;
}
.header:after
{
	content: "";
	display: block;
	clear: both;
}
.wapper
{
	width: 1000px;
	margin: auto;
	padding: 5px;
	padding-bottom: 10px;
}
.wapper:after
{
	content: "";
	display: block;
	clear: both;
}
h1
{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	margin-top: -10px;
	/* margin: 0; */
	/* border-radius: 0 0 10px 10px; */
	background: #61A49B;
	/* border-bottom: dotted #E29F7F; */
	padding: 14px 0;
	width: 100%;
	/* margin-bottom: -10px; */
	/* box-shadow: 0 0 1px #000 inset; */
	min-width: 1000px;
}
.blockS_high_pluse_show h2
{
	position: relative;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	/* border: 1px solid #61A49B; */
	font-size: 14px;
	background: #E88F4F;
	/* box-shadow: 0 0 5px #000 inset; */
	padding-left: 10px;
	/* border-radius: 0 99px 99px 0; */
}
.blockS_high_pluse_show h2:before
{
	content: "";
	position: absolute;
	top: -20px;
	right: 0px;
	width: 100px;
	/* border-radius: 106px; */
	height: 0;
	border-width: 10px 0px 10px 10px;
	border-style: solid;
	border-color: rgba(255, 34, 34, 0);
	/* border-bottom-color: #367A87; */
}
.blockS_high_pluse_show h2:after
{
    content: "";
    position: absolute;
    top: 31px;
    left: 7px;
    width: 98px;
    /* border-radius: 99px; */
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    /* border-top-color: #FFF; */
}
h3
{
	font-size: 14px;
	padding-left: 20px;
	padding-right: 40px;
	margin-top: 20px;
	color: #61A49B;
	margin-bottom: -10px;
	/* border-bottom: 1px dotted #147752; */
	display: block;
	overflow: hidden;
}
h3:before
{
	/* content: ""; */
	position: absolute;
	top: 11px;
	left: 36px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #00B245;
}
.top_images
{
	width: 1000px;
	margin: auto;
	min-width: 1000px;
	padding: 0;
	max-height: 300px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.top_content_sub_page
{
	width: 100%;
	margin: auto;
	padding: 0;
	/* box-shadow: 0 0 1px #E29F7F; */
}
.top_sub
{
	width: 100%;
	margin: auto;
	padding: 0;
	/* box-shadow: 0 0 1px #E29F7F; */
}
.menu_high_pluse_show
{
	margin: auto;
	padding: 0;
	/* border-radius: 0 0 10px 10px; */
	width: 1000px;
	clear: both;
	position: relative;
	/* background: #147752; */
	/* border-bottom: 2px dotted #E29F7F; */
}
.high_pluse_show_menu
{
padding: 0;
margin: 0;
}
.menu_high_pluse_show ul
{
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 0 auto;
}
.menu_high_pluse_show li
{
	display: inline-block;
}
.menu_high_pluse_show li a
{
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #61A49B;
	display: block;
	border-bottom: 1px solid #61A49B;
	BACKGROUND: #E88F4F;
	border-right: 5px solid #61A49B;
	border-left: 5px solid #61A49B;
	/* border-radius: 0 0 10px 10px; */
	padding: 8px 54px;
	/* border-bottom: 5px solid #147752; */
	position: relative;
	font-size: 13px;
	transition: all .5s ease-in-out;
}

.menu_high_pluse_show li a:hover
{background-color: #985214;}
.menu_high_pluse_show 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_high_pluse_show 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;
}
.high_pluse_show_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_high_pluse_show_sub
{
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.menu_high_pluse_show_sub ul
{
	list-style: none;
	text-align: center;
}
.menu_high_pluse_show_sub li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 5px;
}
.menu_high_pluse_show_sub li a
{
	display: block;
	background-color: #00B245;
	color: #fff;
	padding: 2px;
	transition: all .5s ease-in-out;
}
.menu_high_pluse_show_sub li a:hover
{
	text-decoration: none;
	box-shadow: 0 0 5px #000 inset;
}
.blockS_high_pluse_show_content_sub_page img
{
	width: 45%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0;
	/* box-shadow: 0 0 5px #BB5627; */
}
.blockS_high_pluse_show_sub img
{
	width: 45%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 10px;
	padding: 0;
	/* box-shadow: 0 0 5px #E29F7F; */
}
.img_high_pluse_show_01
{
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0;
	/* box-shadow: 0 0 5px #EFE8DD; */
}
.img_high_pluse_show_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px #000;
}
.img_high_pluse_show_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px #000;
}
.img_high_pluse_show_04
{
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px #000;
}
.content_sub_page
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.content_sub_page:after
{
	content: "";
	display: block;
	clear: both;
}

.side_navigation
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.side_navigation:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_high_pluse_show_links
{
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.blockS_high_pluse_show_links:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_high_pluse_show_content_sub_page
{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 1px #000;
}
.blockS_high_pluse_show_content_sub_page:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_high_pluse_show_sub
{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 5px #000;
}
.blockS_high_pluse_show_sub:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_high_pluse_show_01
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.blockS_high_pluse_show_01:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_high_pluse_show_02
{
	width: 49%;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 20px;
}
.blockS_high_pluse_show_02:first-child
{
	margin-left: 0px;
}
.blockS_high_pluse_show_02:nth-child(2)
{
	margin-right: 0px;
}
.blockS_high_pluse_show_02:nth-child(4)
{
	margin-right: 0px;
}
.blockS_high_pluse_show_02:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_high_pluse_show_03
{
	width: 32%;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 20px;
}
.blockS_high_pluse_show_03:first-child
{
	margin-left: 0px;
}
.blockS_high_pluse_show_03:nth-child(3)
{
	margin-right: 0px;
}
.blockS_high_pluse_show_03:nth-child(6)
{
	margin-right: 0px;
}
.blockS_high_pluse_show_03:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_high_pluse_show_04
{
	width: 23%;
	margin: 0;
	float: left;
	padding: 0;
	margin-right: 26px;
}
.blockS_high_pluse_show_04:first-child
{
	margin-left: 0px;
}
.blockS_high_pluse_show_04:nth-child(4)
{
	margin-right: 0px;
}
.blockS_high_pluse_show_04:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_high_pluse_show:after
{
	content: "";
	display: block;
	clear: both;
}
.blockS_high_pluse_show
{
	background-color: rgba(244, 240, 230, 0.94);
	box-shadow: 0 0 1px #61A49B;
	/* margin-bottom: 20px; */
	padding-bottom: 10px;
	/* border-radius: 0 0 10px 10px; */
	border-top: 4px solid #61A49B;
	/* padding-top: 5px; */
	/* color: #fff; */
}
.blockS_high_pluse_show_links ul
{
	list-style: none;
	padding-top: 10px;
}
.blockS_high_pluse_show_links li
{
	/* border-bottom: 1px solid #D59F6A; */
	margin-left: 20px;
	margin-right: 20px;
}
p.links_high_pluse_show a
{
	float: right;
	color: #fff;
	background-color: #E29F7F;
	text-align: center;
	/* border-radius: 0 0 10px 10px; */
	border-top: 1px solid #61A49B;
	display: block;
	border-bottom: 1px solid #61A49B;
	BACKGROUND: #E88F4F;
	border-right: 5px solid #61A49B;
	border-left: 5px solid #61A49B;
	text-decoration: none;
	/* border-top: 4px double #147752; */
	padding: 4px 20px;
	transition: all .5s ease-in-out;
}
p.links_high_pluse_show a:hover
{
	text-decoration: none;
	background: #985214;
	color: #fff;
	/* box-shadow: 0 0 5px #367A87 inset; */
}
.footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #61A49B;
	color: #000;
	margin: auto;
	/* border-radius: 10px 10px 0 0; */
	width: 100%;
	height: auto;
	/* box-shadow: 0 0 1px #000 inset; */
	border-top: 5px double #752D19;
	min-width: 1000px;
	text-align: center;
	word-wrap: break-word;
}
.footer a
{
	color: #FFF;
	text-decoration: none;
}
.footer a:hover
{
	/* color: #F58522; */
	text-decoration: underline;
}
@media screen and (max-width: 480px){
.wapper
{
	width: 92%;
	min-width: inherit;
}
.menu_high_pluse_show li a{/* border-top: 1px solid #C2C1C1; */}
h1
{
	width: 100%;
	min-width: inherit;
	font-size: 14px;
	margin-bottom: 10px;
}
.header
{width: 100%;
min-width: inherit;
padding: 0;
margin: auto;
box-shadow: none;/* background-color: transparent; */}
.top_images
{
	width: 100%;
	min-width: inherit;
	background-color: transparent;
}
.top_content_sub_page
{
	border-radius: 0;
	/* margin-top: 10px; */
}
.top_sub
{
	border-radius: 0;
}
.menu_high_pluse_show
{
	width: 100%;
	min-width: inherit;
	margin: 0;
	padding: 0;
	margin-top: -10px;
	/* margin-bottom: 10px; */
	background: #E88F4F;
	border-bottom: 5px solid #C3B99B;
}
.high_pluse_show_menu
{
	text-align: left;
	text-indent: 10px;
}
.menu_high_pluse_show li
{
	display: inline;
}
/*Make dropdown links appear inline of Mobile*/
	.menu_high_pluse_show ul {
		position: static;
		display: none;
		margin: 0;
		transition: all .5s ease-in-out;
	}

	/*Display 'show menu' link of Mobile*/
	.high_pluse_show_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;
}
.content_sub_page
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}

.blockS_high_pluse_show_content_sub_page,
.blockS_high_pluse_show_sub,
.blockS_high_pluse_show_01,
.blockS_high_pluse_show_02,
.blockS_high_pluse_show_03,
.blockS_high_pluse_show_04
{
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.blockS_high_pluse_show
{
	width: 100%;
	padding: 0;
	margin: auto;
	float: none;
	border-radius: 0;
	/* margin-bottom: 20px; */
	padding-bottom: 40px;
}
.blockS_high_pluse_show_content_sub_page img,
.blockS_high_pluse_show_sub img,
.img_high_pluse_show_01,
.img_high_pluse_show_02,
.img_high_pluse_show_03,
.img_high_pluse_show_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;
}


