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

*{
	margin:0;
	padding:0;
}

html{
	width:100%;
	height:100%;
}

body{
	width:100%;
	height:100%;
	background:#f2eaa8;
	color:#666666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* img{
	vertical-align:bottom;
}

a img{
	border:none;
}

/* header */

.outheader{
	width:100%;
	height:90px;
	border-top:10px solid #cf000e;
	background:#ffffff;
	float:left;
}

header{
	width:960px;
	margin-right:auto;
	margin-left:auto;
}

/* logo */

.logo{
	width:650px;
	height:90px;
	float:left;
}

.logo img{
	width:650px;
	height:90px;
}

/* imgtop トップページのみ */

.outimgtop{
	width:100%;
	height:420px;
	background:url(../img/bg_wave.png) repeat-x bottom left;
	position:absolute;
	z-index:-1;
	margin-top:100px;
}

.imgtop{
	width:960px;
	height:420px;
	margin-right:auto;
	margin-left:auto;
}

/* FireFox ハック イメージ画像の上の1px隙間を埋める */

@-moz-document url-prefix() {
	.outimgtop{
		margin-top:99px;
		height:421px;
	}
	.imgtop{
		height:421px;
		/*margin-bottom:-1px;*/
	}
}

/* main */

.outmain{
	width:100%;
	background:#ffffff;
	float:left;
}

.main{
	width:960px;
	margin-right:auto;
	margin-left:auto;
}

/* footer */

.outfooter{
	width:100%;
	border-top:1px solid #cf000e;
	clear:left;
}

footer{
	width:960px;
	margin-right:auto;
	margin-left:auto;
	padding-top:10px;
}

footer ul{
	list-style:none;
	float:left;
	margin-bottom:2em;
}

footer ul li{
	/*display:table-cell;*/
	float:left;
	margin-right:2em;
	font-size:1em;
	line-height:2;
}

footer ul li a{
	color:#666666;
	text-decoration:none;
}

footer ul li a:hover{
	color:#000000;
	text-decoration:underline;
}



/* btn_phone PC、タブレットでは非表示 */

.btn_phone{
	display:none;
}

/* nav トップページ用*/	

.outnav{
	width:100%;
	background:#369851;
	float:left;
	margin-top:420px;
}

nav{
	width:960px;
	margin-right:auto;
	margin-left:auto;
}

nav ul{
	list-style:none;
}

nav ul li{
	float:left;
}

/* outnav_sub サブページ用*/	

.outnav_sub{
	width:100%;
	background:#369851;
	float:left;
	margin-top:auto;
}

/* nav_home */

.nav_home a{
	background:url(../img/nav_home.png) no-repeat;
	width:55px;
	height:40px;
	display:block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.nav_home a:hover{
	background:url(../img/nav_home_on.png) no-repeat;
}

/* nav_info */

.nav_info a{
	background:url(../img/nav_info.png) no-repeat;
	width:205px;
	height:40px;
	display:block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.nav_info a:hover{
	background:url(../img/nav_info_on.png) no-repeat;
}

/* nav_mem */

.nav_mem a{
	background:url(../img/nav_mem.png) no-repeat;
	width:184px;
	height:40px;
	display:block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.nav_mem a:hover{
	background:url(../img/nav_mem_on.png) no-repeat;
}

/* nav_prod */

.nav_prod a{
	background:url(../img/nav_prod.png) no-repeat;
	width:184px;
	height:40px;
	display:block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.nav_prod a:hover{
	background:url(../img/nav_prod_on.png) no-repeat;
}

/* nav_cart */

.nav_cart a{
	background:url(../img/nav_cart.png) no-repeat;
	width:270px;
	height:40px;
	display:block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.nav_cart a:hover{
	background:url(../img/nav_cart_on.png) no-repeat;
}

/* nav_con */

.nav_con a{
	background:url(../img/nav_con.png) no-repeat;
	width:62px;
	height:40px;
	display:block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.nav_con a:hover{
	background:url(../img/nav_con_on.png) no-repeat;
}

/* search */

.search{
	float:right;
	width:300px;
	margin-top:15px;
	margin-right:-15px;
}


/* imgthumb トップページのみ */

.imgthumb{
	width:297px;
	height:297px;
	padding-top:5px;
	padding-left:5px;
}

/* randombox */

.randombox{
	margin-top:27px;
	margin-right:-27px;
	position:relative;
}

/* randomimg */

.randomimg{
	list-style:none;
}

.randomimg li{
	float:left;
	width:302px;
	height:302px;
	margin-right:27px;
	margin-bottom:27px;
}

/* randomcover */

.randomcover{
	position:absolute;
	pointer-events: none;/* 上を透過して下に重なる要素をクリック可能にする */	
}

/* covermask 上に重なる要素をクリック可能にする */

.covermask{
	pointer-events: auto;
}

/* コンテンツページ用 */

/* タイトルのデザイン */

/* title_01 */

.title_01{
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ccc;
	margin-top:2em;
	margin-bottom:1em;
	font-size:1.5em;
	color:#dd482e;
}
.title_01::before,
.title_01::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.title_01::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
.title_01::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}

/* title_02 */

.title_02 {
	position: relative;
	padding: 0 .5em .5em 1.7em;
	/*border-bottom: 1px solid #ccc;*/
	font-size:1.5em;
	color:#f97e00;
}
.title_02::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* privacy */

.privacy{
	counter-reset: titleNum;
}

.privacy section {
	counter-increment: titleNum;
}

.privacy h2 {
	position: relative;
	padding: 0 0 .5em 2em;
	border-bottom: 1px solid #ccc;
	font-size:1.2em;
	margin-bottom:0.5em;
}

.privacy h2::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(titleNum);
	width: 28px;
	height: 28px;
	line-height: 28px;
	background-color: #ccc;
	border-radius: 100%;
	color: #fff;
	font-size: .9em;
	text-align: center;
}

.privacy p{
	font-size:1em;
	line-height:1.5;
	margin-bottom:1em;
}

.privacy ul{
	margin-bottom:2em;
	margin-left:2em;
}

.privacy ul li{
	font-size:1em;
	line-height:1.5;
}

/* table_01 */

.table_01{
	border-collapse:collapse;
	margin-bottom:2em;
	width:auto;
}

.table_01 tr:nth-child(2n) {    /* 偶数行 */
   background-color:#fbfbfb;
}

.table_01 tr:nth-child(2n+1) {  /* 奇数行 */
   background-color:#ecf0f1;
}

.table_01 th{
	font-size:1em;
	line-height:1.5;
	text-align:left;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	font-weight:normal;
}

.table_01 td{
	font-size:1em;
	line-height:1.5;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
}

/* tex_01 */

.tex_01{
	font-size:1em;
	line-height:1.5;
	margin-bottom:2em;
}


/* img_right */

.img_right{
	float:right;
	margin-bottom:1em;
	margin-left:1em;
}

/* img_logoinfo */

.img_logoinfo{
	width:294px;
	height:111px;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:1em;
}

/* contact */

.contact{
	margin-left:56px;
	font-size:1em;
	line-height:1.5;
}

/* contact_ico */

.contact_ico{
	float:left;
}

.contact_ico img{
	width:36px;
	height:36px;
}

/* conbox */

.conbox{
	margin-bottom:2em;
}

/* mailform */

.mailform{
	margin-bottom:2em;
}

.mailform table{
	border-collapse:collapse;
}

.mailform table th{
	text-align:left;
	font-weight:normal;
	font-size:1em;
	line-height:1.5;
	padding:1em;
}

.mailform table td{
	font-size:1em;
	line-height:1.5;
	padding:1em;
}

.mailform table tr:nth-child(2n) {    /* 偶数行 */
   background-color:#fbfbfb;
}

.mailform table tr:nth-child(2n+1) {  /* 奇数行 */
   background-color:#ecf0f1;
}

/* リストのデザイン */

/* list_01 */

.list_01{
	margin-bottom:1em;
	margin-left:1.7em;
	/*list-style:none;*/
}

.list_01 li{
	font-size:1em;
	line-height:2em;
	color:#3498db;
}

.list_01 li span{
	color:#666666;
}

.list_01 li a{
	color:#666666;
	text-decoration:none;
}

.list_01 li a:hover{
	text-decoration:underline;
}

.list_01 li a:after{
	content:" （詳細ページ >>）";
	color:#3498db;
}

/* list_link */

.list_link{
	margin-bottom:2em;
	list-style:none;
}

.list_link li{
	background:url(../img/list_link.png) no-repeat left center;
	font-size:1em;
	line-height:1.5;
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding-left:34px;
}

.list_link li a{
	color:#666666;
	text-decoration:none;
}

.list_link li a:hover{
	text-decoration:underline;
}

.list_link li a:after{
	content:" （外部リンク >>）";
	color:#3498db;
}




/* columns2 2カラム */

.columns2 {
  -webkit-columns: 470px 2;
  -moz-columns: 470px 2;
  -ms-columns: 470px 2;
  columns: 470px 2;
  margin-bottom:30px;
  vertical-align:top;
}

/* columns3 3カラム */

.columns3 {
  -webkit-columns: 320px 3;
  -moz-columns: 320px 3;
  -ms-columns: 320px 3;
  columns: 320px 3;
  margin-bottom:30px;
  vertical-align:top;
}


/* side_nav */

.side_nav{
	width:calc(320px - 10px - 2em) ;
	float:left;
	margin-bottom:2em;
	/*padding-top:1em;*/
	padding-right:1em;
	/*padding-bottom:1em;*/
	padding-left:1em;
	border:5px dotted #7fa6cf;
}

.side_nav ul{
	list-style:none;
	margin-left:1em;
}

.side_nav ul li{
	font-size:1em;
	line-height:1.5;
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding-top:0.05em;
}

.side_nav ul li a{
	color:#666666;
	text-decoration:none;
}

.side_nav ul li a:hover{
	text-decoration:underline;
}

.side_nav ul li {
	position: relative;
}
.side_nav ul li::after,
.side_nav ul li::before {
	display: block;
	content: '';
	position: absolute;
}
.side_nav ul li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
}
.side_nav ul li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* contents_area */

.contents_area{
	width:640px;
	float:left;
	margin-bottom:2em;
}

/* mem_headline */

.mem_headline{
	width:590px;
	float:left;
	border-left:10px solid #7fa6cf;
	padding-left:20px;
	margin-bottom:1em;
}

.mem_headline h1{
	font-size:1.2em;
	line-height:1.5;
}

.mem_headline p{
	font-size:1em;
	line-height:1.5;
}
	
/* mem_items */

.mem_items{
	width:610px;
	float:left;
	border-top:1px solid #cbcbcb;
	padding-top:1em;
	padding-bottom:1em;
}

/* mem_items_img */

.mem_items_img{
	border:1px solid #cbcbcb;
	padding:1px;
	width:300px;
	height:225px;
	/*display:table-cell;*/
	float:left;
}

/* mem_items_com */

.mem_items_com{
	width:calc(306px - 1em);
	/*display:table-cell;*/
	float:left;
	padding-left:1em;
	font-size:1em;
	line-height:1.5;
	vertical-align:top;
}

/* to_site ホームページへリンク */

.to_site{
	font-size:0.9em;
	line-height:1.5;
	min-height:24px;
	background:url(../img/list_link.png) no-repeat left center;
	padding-left:34px;
}
























/****************************************************************************************************************/
/****************************************************************************************************************/
/**** モバイル用 ****/

@media screen and (max-width: 800px) {
	
/* header */

.outheader{
	width:100%;
	height:auto;
}

header{
	width:98%;
	height:auto;
	padding:1%;
	/*float:left;*/
}

/* logo */

.logo{
	width:100%;
	height:auto;
}

.logo img{
	width:100%;
	height:auto;
}

/* imgtop トップページのみ */

.outimgtop{
	display:none;
}

/* main */

.outmain{
	width:100%;
	clear:both;
}


.main{
	width:98%;
	padding:1%;
}

/* footer */

footer{
	width:98%;
	padding:1%;
}

footer ul{
	width:100%;
	display:inline;
}

footer ul li{
	/*display:inline;
	float:left;
	margin-right:2em;*/
}

/* nav */	

.outnav{
	/*position:relative;*/
	/*width:100%;*/
	margin-top:0px;
	height:auto;
}

/* outnav_sub サブページ用*/	

.outnav_sub{
	/*width:100%;*/
	/*float:left;*/
	margin-top:auto;
}

nav{
	width:100%;
}

/* nav_home */

.nav_home a{
	background:none;
    text-indent: 0%;
	width:100%;
	height:auto;
}

.nav_home a:hover{
	background:none;
}

/* nav_info */

.nav_info a{
	background:none;
    text-indent: 0%;
	width:100%;
	height:auto;
}

.nav_info a:hover{
	background:none;
}

/* nav_mem */

.nav_mem a{
	background:none;
    text-indent: 0%;
	width:100%;
	height:auto;
}

.nav_mem a:hover{
	background:none;
}

/* nav_prod */

.nav_prod a{
	background:none;
    text-indent: 0%;
	width:100%;
	height:auto;
}

.nav_prod a:hover{
	background:none;
}

/* nav_cart */

.nav_cart a{
	background:none;
    text-indent: 0%;
	width:100%;
	height:auto;
}

.nav_cart a:hover{
	background:none;
}

/* nav_con */

.nav_con a{
	background:none;
    text-indent: 0%;
	width:100%;
	height:auto;
}

.nav_con a:hover{
	background:none;
}

/* search */

.search{
	clear:right;
	width:100%;
	margin-top:0px;
	margin-right:0px;
}

/* randombox */

.randombox{
	margin-top:0px;
	margin-right:0px;
}

/* img_right */

.img_right{
	clear:right;
	margin-bottom:1em;
	margin-left:0em;
	width:100%;
}

/* img_logoinfo */

.img_logoinfo{
	width:90%;
	height:auto;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:0em;
}

/* side_nav */

.side_nav{
	width:calc(100% - 10px - 2em) ;
}

/* contents_area */

.contents_area{
	width:100%;
}

/* mem_headline */

.mem_headline{
	width:100%;
}

/* mem_items */

.mem_items{
	width:100%;
}

/* mem_items_img */

.mem_items_img{
	width:100%;
	height:auto;
}

.mem_items_img img{
	width:100%;
	height:auto;
}

/* mem_items_com */

.mem_items_com{
	width:100%;
}











}



/****************************************************************************************************************/
/****************************************************************************************************************/
/**** 479px以下用（スマートフォン用）の記述 ****/

@media screen and (max-width: 479px) {

/* btn_phone スマホでは非表示 */

.btn_phone{
	display:block;
	width:100%;
	float:left;
	margin-bottom:1em;
}




}
