@charset "UTF-8";
/* CSS Document */

/***RESET***/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	/*max-width: 100%;*/
	/*height: auto;*/
	vertical-align: central;
	font-size:0;
	line-height: 0;/*width: auto\9;*/ /* ie8 */
}
a:hover {
	opacity:0.8;
}
/***CLEARFIX***/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
	zoom: 1;
}

body {
    position: relative;
    left: 0;
    overflow-x: hidden;
	font-family:'ヒラギノ角ゴ ProN W3';
}
.header_main {
	position:relative;
}
.header  {
	background-color:#11B6D0;
	height:32px;
	clear:both;
	display:block;
	margin:0 -15px;
	box-shadow:0px 4px 2px -2px #000000;
	-moz-box-shadow:0px 4px 2px -2px #000000;
	-webkit-box-shadow:0px 4px 2px -2px #000000;
	position: fixed;
	width: 100%;
	z-index:9999;
}
.header p {
	color:#ffffff;
	font-size:11pt;
	text-align:center;
	margin:0px;
	padding:0px;
	padding-top:8px;
	
}
.menu {	
	float:left;
}
#slide_menu{
    position: fixed;
    top: 0;
    left: -240px;
    width: 240px;
    height: 100vh;
    background: #9FA0A0;
	
}
#slide_menu ul {
	height:100%;
}
#slide_menu li {
	height:15%;
	border-bottom:2px solid #ffffff;
	box-shadow:-6px 0px 5px -2px #5f5f5f inset;
	-moz-box-shadow:-6px 0px 5px -2px #5f5f5f inset;
	-webkit-box-shadow:-6px 0px 5px -2px #5f5f5f inset;
	position:relative;
	list-style-type:none;
	position: relative;
}
#slide_menu li.space {
	height:10%;
	box-shadow:-6px 0px 5px -2px #5f5f5f inset;
	-moz-box-shadow:-6px 0px 5px -2px #5f5f5f inset;
	-webkit-box-shadow:-6px 0px 5px -2px #5f5f5f inset;
}
#slide_menu li:last-child {
	border-bottom:0px;
}
#slide_menu li:nth-child(2n) {
	background-color:#7BCBDD;
}
#slide_menu li img {
	float:left;
	width: auto;
	height: 80%;
	position: absolute;
	top: 12%;
	left: 3%;
}
#slide_menu li span {
	font-weight:bold;
	font-size: 13pt;
	position: absolute;
	top: 15%;
	color: #ffffff;
	left:35%;
}

#button {
    position:absolute; /*bodyに対しての絶対位置指定です*/
    left:13px;
    top:6px;
    width:30px;
    height:25px;
    cursor:pointer}
#button div {position:relative} /*spanの絶対位置指定の親にします*/
#button span {
    display:block;
    position:absolute; /*#navToggle div に対して*/
    width:100%;
    border-bottom:solid 3px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#button span:nth-child(1) {top:0}
#button span:nth-child(2) {top:8px}
#button span:nth-child(3) {top:17px}

.main_box1 {
	background-image: url(../images/bg_img-50.jpg);
	background-size: contain;
	background-repeat: repeat-y;
}
#main {
	background-repeat:no-repeat;
	background-size:contain;
	padding-top:5px;
	position:relative;
	
	
}
#main  .box_photo {
	padding-bottom:0px;
	margin-bottom:0px;
}
.back_img {
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
	z-index:-999;
}
.back_img img {
	width:100%;
	height:auto;
}

.bottom_box .back_img {
	z-index:-1;
	position:absolute;
}
.bottom_box {
	position:relative;
	
}
#main h2 {
	width:50%;
	height:auto;
	margin:0 auto;
	margin-top:30px;
}
#main h2 img {
	margin:0 auto;
	display:block;
	
	width:100%;
	height:auto
}
#main .main_text {
	width:90%;
	margin:0 auto;
}
#main .main_text img {
	margin:0 auto;
	display:block;
	width:100%;
	height:auto;
}
.box1 {
	background-repeat:no-repeat;
	background-size:contain;
	height:auto;
	background-image:url(../img/back_img03.png);
	background-repeat:no-repeat;
	background-size:cover;
	margin-top: -10px;
}
h2.h2_2 {
	width:80%;
	margin:0 auto;
	margin-bottom:10px;
	padding-top:30px;
}
h2.h2_2 img {
	margin:0 auto;
	display:block;
	width:100%;
	height:auto;
}
.box1_btn {
	width:10%;
	margin:0 auto;
	position:static;
	display: block;
height: auto;
padding-bottom: 30px;
}
.box1_btn img {
	width:100%;
	height:auto;
	display:block;
}
#box1_list {
	
}
.list_box,
.list_box2 {
	margin-bottom:15px;
}

#box1_list img {
	box-shadow:5px 5px 4px -2px #000000;
	-moz-box-shadow:5px 5px 4px -2px #000000;
	-webkit-box-shadow:5px 5px 4px -2px #000000;
	width:100%;
	height:auto;
}
.main_box1 #main {
	padding-right: 0px;
padding-left: 0px;
margin-right: 0px;
margin-left: 0px;
}


/*HOME*/
.home ul.logos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 50px;
	list-style: none;
}
.home ul.logos li:first-child,
.home ul.logos li:last-child {
	width: 49%;
}
.home ul.logos li:first-child,
.home ul.logos li:nth-child(2) {
	margin-bottom: 7px;
}
.home ul.logos li:nth-child(2) {
	width: 77%;
}
.home ul.logos li img,
.home .sm_page h1 img,
.homw_content_button ul li a img {
	width: 100%;
	height: auto;
}
.home_main_vis {
	width: 90%;
	margin: 0 auto 30px;
	padding-top: 20px;
}
.home_main_vis img {
	width: 100%;
	height: auto;
}
.home .sm_page h1 {
	width: 88%;
	margin: 0 auto 70px;
}
.home .homw_content_button {
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	background-color: #FFFF9A;
	padding-bottom: 20px;
}
.home #main h2 {
	width: 65%;
	margin-bottom: 22px;
}
.homw_content_button ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 92%;
	margin: 0 auto 10px;
	list-style: none;
}
.homw_content_button ul li {
	width: 48%;
	margin-bottom: 10px;
}
.homw_content_button ul li a {
	display: block;
	background-color: #FFF;
	padding: 13px;
	border-radius: 8px;
	box-shadow: 0px 0px 8px 0 rgba(255,142,3,0.9);
}
.homw_content_button ul li a h3 {
	padding-top: 8px;
	margin-bottom: 0;
	color: #F06611;
}
.home .companies_co {
	text-align: center;
	padding: 40px 0 50px;
}
.home .companies_co img {
	width: 92%;
	height: auto;
}
.home .co-op_koube_logo {
	padding: 0 0 10px;
	border-bottom: 1px solid #717173;
	width: 80%;
	margin: 0 auto;
}
.home .co-op_koube_logo img {
	width: 100%;
	height: auto;
}
.home .address {
	text-align: center;
	color: #717173;
	font-size: 0.9em;
	padding-bottom: 20px;
}

/*指定農場*/
.main_box2,
.main_box3,
.main_box4,
.main_box5,
.main_box6,
.main_box7,
.main_box8 {
	margin-top:0px;
	padding-top:62PX;
	background-image: url(../images/bg_img-50.jpg);
	background-size: contain;
	background-repeat: repeat-y;
}
.main_box2 .top_obi img {
	width:45%;
}
.main_box2 h2 {
	text-align:center;
	color:#11B6D0;
	font-weight:900;
	font-size:16px;
	line-height:1.5;
	background-image:url(../img/title_backimg_01.gif);
	background-position:87% bottom;
	background-repeat:no-repeat;
	padding-top:30px;
	margin-top:-25px;
}
.main_box2 .box_photo.images img {
	margin-bottom: 10px;
}
.main_box2 dl {
	width: 92%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 1.1em;
}
.main_box2 dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.main_box2 dl dd {
	padding-left: 1em;
	margin-bottom: 15px;
	text-align: justify;
}
.form_list {
	width:90%;
	margin:0 auto;
	border:3px solid #009F5D;
	border-radius:14px;
	-moz-border-radius: 14px;
	-webkit-border-radius:14px;
	-o-border-radius: 14px;
	-ms-border-radius: 14px;
	padding:5px;
	margin-bottom:30px;
	background-color: #FFF;
}
.form_list img {
	width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}

/*こだわりの飼料*/
.main_box3 .keizairen {
	width: 92%;
	margin: 0 auto;
	text-align: center
}
.main_box3 .keizairen img {
	width: 70%;
	height: auto;
	padding: 30px 0;
}
.main_box3 .top_obi img {
	width:70%;
}
.main_box3 h2 {
	text-align:center;
	color:#565E52;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.5;
	padding-top:30px;
	margin-top:-25px;
}
.main_box3 h2 img {
	display:block;
	width:90%;
	height:auto;
	margin:0 auto;
}
.main_box3 .container {
	padding:0px;
}
.main_box3 .col-xs-12 img {
	border: 5px solid #F8F7F0;
	box-shadow:3px 3px 2px -2px #000000;
	-moz-box-shadow:3px 3px 2px -2px #000000;
	-webkit-box-shadow:3px 3px 2px -2px #000000;
	margin-bottom:3px;
}
.main_box3 .col-xs-6 img {
	border: 5px solid #F8F7F0;
	box-shadow:3px 3px 2px -2px #000000;
	-moz-box-shadow:3px 3px 2px -2px #000000;
	-webkit-box-shadow:3px 3px 2px -2px #000000;
	margin-bottom:3px;
}
.main_box3 .sp_shiryo {
	width: 92%;
	margin: 0 auto 15px;
	padding: 3px;
}
.main_box3 .sp_shiryo img {
	width: 45%;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
	border: 5px solid #FFF;
	box-shadow:3px 3px 2px -2px #000000;
	-moz-box-shadow:3px 3px 2px -2px #000000;
	-webkit-box-shadow:3px 3px 2px -2px #000000;
}
.main_box3 .sp_shiryo p {
	padding: 0;
}
.tyougo .col-xs-9,
.tyougo .col-xs-3 {
	padding:0px;
	margin:0px;
}
.tyougo .col-xs-3 {
	padding-left:15px;
	margin-top:5px;
	margin-right:10px;
}
.tyougo .col-xs-9 {
	width:65%;
	margin-bottom:5px;
	padding-left:1em;
	text-indent:-1em;
}
.tyougo .col-xs-9 p {
	padding:0px;
}
.tyougo .border_bottom {
}

/*安心・安全*/
.main_box4 h2 {
	text-align:center;
	color:#11B6D0;
	font-weight:900;
	font-size:16px;
	line-height:1.5;
	background-image:url(../img/title_backimg_03.gif);
	background-position: 87% -30%;
	background-repeat: no-repeat;
	padding-top: 45px;
	margin-top: -20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.main_box4 h2 img {
	display:block;
	width:90%;
	height:auto;
	margin:0 auto;
}

/*協力企業一覧*/
.main_box7 .top_obi {
	margin-bottom:30px;
}
.main_box7 .top_obi img {
	width: 45%;
	height: auto;
}
.main_box7 .main_content {
	width:100%;
	margin:0 auto;
	padding:0px;
	
}
.main_box7 {
	background-repeat: repeat;
}
.main_box7 h2 img {
	width:100%;
	height:auto;
	z-index:-9999;
}

/*共通*/
.main_box5 ul {
	padding:0 15px;
	margin:30px 0 50px 0;
}
.main_box5 ul li {
	list-style-type:none;
	margin-bottom:10px;
}
.main_box5 ul li a {
	color:#727171;
	font-weight:900;
	margin:10px 0;
	font-size:14px;
}
.box_photo p {
	margin:0px;
	padding:0px;
}
.border_bottom {
	border-bottom:1px #9FA0A0 dotted;
	
}
.top_obi img {
	height:auto;
	margin:0 auto;
	display:block;
}
.box_photo {
	width:92%;
	margin:0 auto;
	height:auto;
	margin-bottom:10px;
}
.box_photo3 {
	margin-top: 43px;
	width:20%;
}
.box_photo2 {
	margin-bottom:20px;
}
.box_photo img {
	width:100%;
	height:auto;
}
h3 {
	text-align:center;
	color:#2E9D27;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:10px;
}
p {
	color:#727171;
	font-weight:900;
	padding:0 15px;
	margin:10px 0;
	font-size:14px;
	text-align: justify;
}
p.kyoutyo {
	color:#E60012;
	font-size:16px;
	text-align:center;
}
p.list {
	margin-top:0px;
}
p.list2 {
	margin-top:-5px;
}
p.list:before {
	content:"●";
	font-size: 10pt;
	color: #11B6D0;
}
.sab_title {
	margin-bottom:0px;
}
.list2:before {
	content:"◎";
}
footer {
	width: 100%;
	padding: 30px 0 50px;
	text-align: center;
	background-color: #FFF;
}
footer img {
	width: 60%;
	height: auto;
}
#recommend footer img {
	width: 30%;
	height: auto;
}
.footer {
	background-color:#11B6D0;
	padding-top:20px;
	padding-bottom:10px;
}
.footer img {
	width:55%;
	height:auto;
	display:block;
	margin:0 auto;
}
.footer_main {
	width:90%;
	margin:0 auto;
	border-top:1px solid #ffffff;
	text-align:center;
	padding-top:5px;
}
.footer_main p {
	color:#ffffff;
	margin:0px;
	text-align:center;
}
.footer_main p.min {
	font-size:12px;
}
.list_box p {
	padding:0px;
	margin:0px;
}
.list_box img {
	width:100%;
	height:auto;
}
h4 {
	background-color:#11B6D0;
	color:#ffffff;
	font-weight:900;
	font-size:14px;
	padding:5px 0;
}
.pc_page {
	display:none;
}
.main_box5 ul li.new_recipe a,
.recipe_box ul li.new_recipe {
	color:#F00;
	font-weight:900;
}
#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 77%;
}
#campaign #page-top,
#campaign-thanks #page-top {
    bottom: 0px;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 10%;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}

/*おすすめ商品ページ*/
.main_box8 .top_obi img {
	width:60%;
	margin-bottom: 20px;
}
.main_box8 h2 {
	text-align:center;
	color:#565E52;
	font-weight:bold;
	font-size:1.4em;
	line-height:1.5;
	padding-top:30px;
	margin-top:-25px;
	margin-bottom: 20px;
}

#recommend .coop_logos {
	text-align: center;
}
#recommend .coop_logos img {
	width: 70%;
	height: auto;
}
#recommend ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
}
#recommend ul li {
	width: 85%;
	margin-bottom: 25px;
}
#recommend ul li img {
	width: 100%;
	height: auto;
}
#recommend ul li p {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #F44D6E;
}
#recommend ul li p span {
	font-size: 0.9em;
	font-weight: normal;
	display: block;
}
#recommend ul li p.note {
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	color: #000;
}

/*レシピページ*/
.recipe_box {
	
}
.main_box6 .top_obi {
	margin-bottom: 30px;
}
.main_box6 .top_obi img {
	width: 34%;
}
.recipe_box .complete_img img {
	width: 100%;
	height: auto;
}
.recipe_box h2 {
	color:#F44D6E;
	font-weight:bold;
	font-size:1.6em;
	line-height:1.5;
	border-bottom: #F44D6E 1px solid;
	width: 92%;
	margin: 0 auto;
}
.recipe_box .box_photo {
	position:relative;
}
.recipe_box .box_photo .vol {
	position:absolute;
	width:25%;
	height:auto;
	top:-45px;
	left:-30px;
}
.recipe_box .box_photo .new {
	position:absolute;
	width:25%;
	height:auto;
	right:-10px;
	top:-10px;
}
.recipe_box h3 {
	padding:7px 15px;
	color:#F44D6E;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: #F44D6E 2px solid;
	background-color: #FFFFBF;
	width: 92%;
	margin: 0 auto 10px;
	text-align: left;
	box-sizing: border-box;
	font-size: 1.1em;
	font-weight: bold;
}
.recipe_box h3 img {
	width:100%;
	height:auto;
}
.recipe_box .complete_img,
.main_box2 .complete_img {
	width: 92%;
	height: 0;
	padding: 0 0 56.25% 0;
	margin: 10px auto;
	overflow: hidden;
	position: relative;
}
.recipe_box .complete_img iframe,
.main_box2 .complete_img iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ytp-title-text,　.ytp-title-channel-logo {
  visibility: hidden;
}
.new_recipe h4 {
	background-color:#F08300;
	padding-left:10px;
	font-size:13px;
	
}
.recipe_box ul {
	margin-top:10px;
	width: 85%;
	margin: 0 auto 40px;
}
.recipe_box ul li {
	list-style-type:none;
	margin-bottom:5px;
	border-bottom: #A1C138 1px solid;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recipe_box ul li h4 {
	width: 100%;
	font-weight: bold;
	font-size: 1.2em;
	color: #ED6C00;
	background-color: transparent;
	padding: 10px 0 0;
}
.recipe_box ul li p {
	padding: 0;
	margin-bottom: 2px;
}
.recipe_box ol {
	width: 88%;
	margin: 0 auto 70px;
	padding-left: 20px;
}
.recipe_box ol li {
	margin-bottom: 15px;
	border-bottom: #A1C138 1px solid;
}
.new_recipe {
	margin-bottom:20px;
}
.recipi_list {
	float:right;	
}
.recipe_box .sab_title {
	border-top:2px solid #11B6D0;
	border-bottom:2px solid #11B6D0;
	padding:5px 0;
	margin-bottom:10px;
}
.h4_center {
	border-radius:20px;
	text-align:center;
	letter-spacing: 5px;
}
.zairyo li {
	color:#727171;
	font-size:14px;
	background-image:url(../img/ten.gif);
	background-repeat:repeat-x;
	background-position:center;
}
.zairyo li.sab_title {
	text-align:center;
	border-top:none;
	border-bottom:none;
	background:none;
} 
.zairyo li .name {
	background-color:#ffffff;
}
.zairyo li .right {
	background-color:#ffffff;
}

.blue {
	color:#11B6D0;
	padding-right:3px;
}
.matome_box {
	background-color:#F08300;
	padding:5px;
	margin-bottom:50px;
}
.matome_box p {
	color:#ffffff;
}
.checkpoint_box {
	background-color:#F08300;
	padding:5px;
	margin-bottom:50px;
}
.checkpoint_box p {
	color:#ffffff;
}
.right {
	float:right;
}
.kome{
	color: #000;
	font-weight: 400;
	margin: 5px 0;
}
.tyotai{
	display: inline-block;
}
.line{
	line-height: 4em;
}
.text_number{
	font-size: 0.9em;
}


/* ------------------------------
   #menuList
------------------------------ */
#menuList {
    width: 100%;
    height: 45px;
    border-top: #aaa 1px solid;
    border-bottom: #aaa 1px solid;
    position: relative;
    z-index: 10;
    background: #ebebeb;
}
 
#menuList ul {
    margin: 0 auto;
    width: 800px;
    height: 45px;
    text-align: left;
}
 
#menuList ul li {
    width: 160px;
    height: 45px;
    float: left;
    border-left: #aaa 1px solid;
    box-sizing: border-box;
}
 
#menuList ul li:last-child {
    border-right: #aaa 1px solid;
}
 
#menuList ul li a {
    height: 45px;
    font-weight: bold;
    line-height: 45px;
    display: block;
    text-align: center;
    transition: all 0.2s linear;
}
 
#menuList ul li:hover > a {
    background: #fff;
}
 
#contents {
    margin: 0 auto;
    padding: 40px 0;
    width: 800px;
    text-align: left;
}
 
#contents p {
    padding-bottom: 2em;
    font-size: 1em;
    line-height: 2em;
}
 
/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
    #menuList ul {
        width: 100%;
    }
 
    #menuList ul li {
        width: 20%;
    }
}
 
/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
    #menuList {
        display: none;
    }
 
    #menuOverlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
        display: none;
        position: fixed;
        z-index: 9997;
    }
 
    #switchBtnArea {
        width: 100%;
        height:32px;
        background: #A1C138;
        position: relative;
		box-shadow: 0px 4px 2px -2px #000000;
    	-moz-box-shadow: 0px 4px 2px -2px #000000;
    	-webkit-box-shadow: 0px 4px 2px -2px #000000;
    }
	#switchBtnArea2 {
		position:fixed;
		z-index:9998;
		width:100%;
	}
 	
	#switchBtnArea p {
		color:#ffffff;
		margin:0px;
		padding:0px;
		text-align:center;
		padding-top:5px;
	}
    #switchBtnArea #switchBtn {
        top: 5px;
        left: 5px;
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        border-radius: 2px;
        z-index: 9998;
    }
 
    #switchBtnArea #switchBtn span {
        left: 20%;
        width: 60%;
        height: 3px;
        display: block;
        position: absolute;
        background-color: #fff;
        border-radius: 5px;
        transition: all 0.2s linear;
    }
    #switchBtnArea #switchBtn span:nth-of-type(1) {
        top: 2px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    #switchBtnArea #switchBtn span:nth-of-type(2) {
        top: 10px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    #switchBtnArea #switchBtn span:nth-of-type(3) {
        bottom: 18px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
 
    #switchBtnArea #switchBtn.btnClose {
        background: transparent;
    }
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
        top: 18px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
        bottom: 18px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
 
    #rwdMenuWrap {
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #3c3c3c;
        overflow: auto;
        position: fixed;
        z-index: 9999;
    }
 
    #rwdMenuWrap ul {
        width: 100%;
    }
 
    #rwdMenuWrap ul li {
        width: 100%;
        position: relative;
		box-shadow: -6px 0px 5px -2px #5f5f5f inset;
    	-moz-box-shadow: -6px 0px 5px -2px #5f5f5f inset;
    	-webkit-box-shadow: -6px 0px 5px -2px #5f5f5f inset;
		border-bottom: #fff 1px solid;
    }
	
 
    #rwdMenuWrap ul li a {
        padding: 5px 5px;
        text-align: left;
        display: block;
        background: #9FA0A0;
		color:#ffffff;
		font-weight:900;
		font-size:12pt;
    }
	
	#rwdMenuWrap ul li a:hover {
		background-color:#F08300;
		opacity:1;
		
	}
	
	#rwdMenuWrap ul li a img {
		width:30%;
		height:auto;
	}
	#rwdMenuWrap ul li a span {
    	position: absolute;
    	top: 22%;
   	 	left: 35%;
	}
	#rwdMenuWrap ul li:nth-child(2n) a {
    	background-color: #7BCBDD;
	}
	#rwdMenuWrap ul li:nth-child(2n) a:hover {
    	background-color:#F08300;
		opacity:1;
	}
 
    #rwdMenuWrap ul li a:after {
        content: '';
        margin-top: -4px;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        color: #888;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.2em;
        display: block;
        position: absolute;
        
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
 
    #contents {
        width: 100%;
    }
 
    #contents p {
        padding: 0 20px 2em 20px;
    }
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
    content: " ";
    display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}



@media screen and (min-device-width: 759px) {
	.sm_page {
		display:none;
	}
	.pc_page {
		display:block;
		border-top:40px solid #11B6D0;
		text-align:center;
		padding-top:50px;
	}
	.pc_page img {
		margin-bottom:10px;
	}
	.pc_page p {
		width:410px;
		margin:0 auto;
		text-align:center;
		padding:0px;
		padding-bottom:10px;
		border-bottom:1px dashed #000000;
		color:#000000;
		font-size:14px;
		margin-bottom:30px;
	}
}


/*バナー固定用----------------------*/

/*
#page-top {
	z-index: 1000;
 	bottom: calc(100vw*0.355);
}

#footer_banner {
	width: 100vw;
	height: auto;
	position: fixed;
	bottom: 0;
	z-index: 50;
}

.footer {
	margin-bottom: calc(100vw*0.355);
}
*/