@charset "UTF-8";

body,
html {
	width:100%;
  height: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
  min-height: 100%; /* 最小の高さ */
}


html {
	width: 100%;
	height: 100%;
}
body {
  /*background:#fff8f1;*/
  	background-color: #f4edf4;
  	background-image: url("../img/tex01.png");
	/*footer用*/
	display: flex;
    flex-direction: column;
    min-height: 100vh;
	/*footer用end*/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.hr1 {
	margin: auto;
	width: 50%;
	border-top: 2px solid #dec690;
	background-color: #dec690;
}

#content {
	height: auto;
	width: 100%;
}
@media screen and (max-width: 900px) {
	#content {
		height: auto;
		width: 100%;
	}
}


/*----最上部メニュー----*/
.topheader {
	/*background-color: #dddddd;
	background-image: repeating-linear-gradient(45deg, #d7d7d7, #d7d7d7 4px, #cbcbcb 4px, #cbcbcb 8px);*/
	background-color: #ff0bb6;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	/*background-color: antiquewhite;*/
}
.headerlogo {
	font-size: 30px;
	padding: 3px 20px 5px 20px;
	font-weight: 900;
	color: #ffc831;
	letter-spacing: -2px;
	/*color: #f8a51f;*/
}
.headerlogo a {
	color: #ffc831;
	text-decoration: none;
}
.topheaderleft {
	font-family: "Kiwi Maru", serif;
	font-size: 12px;
	display: flex;
}
ul {
	list-style: none;
}
li {
	color: rgb(246, 209, 27);
	margin-right: 20px;
}
.topheaderleft a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.topheaderleft a:hover{
	color: rgb(246, 209, 27);
	text-decoration: none;
}

@media screen and (max-width: 780px) {
	.topheader {
		width: 100%;
		display: block;
	}
	.topheaderleft {
		flex-wrap: wrap;
	}
	li {
		color: rgb(246, 209, 27);
		margin-right: 30px;
	}
	ul {padding: 0px;}
}

/*パンくず*/
.pannav {
	font-size: 12px;
	padding-left: 20px;
}

/*----メイン大バナー部分----*/
.main1 {
	width: 770px;
	margin: auto;
	padding-top: 10px;
	/*background-color: beige;*/
}
.main1 img {width: 770px;}

.toptext1 {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 25px;
}

@media screen and (max-width: 990px) {
	.main1 {
		width: 100%;
		margin: auto;
		text-align: center;
		padding-top: 5px;
	}
	.main1 img{
		width: 95%;
		height: auto;
		background-color: #a18f6e;
	}
}

/*----大バナー下エリア 左右----*/
.centerarea {
	width: 770px;
	margin: auto;
	display: flex;
	justify-content: center;
	/*background-color: #dec690;*/
}
/*左*/
.cleft {
	width: 560px;
	padding-right: 10px;
}
.cleft_topbnr img {
	width: 560px;
}
.news {
	background-color: #fff;
	border: #bcbcbc 2px solid;
	border-radius: 10px;
	padding: 4px;
	margin: 5px 0;
}
.news img {width: 551px;}
.newsbox {
	max-height: 350px;
	overflow-y: scroll;
}
.newsdate {
	font-size: 12px;
	padding: 5px 10px;
	border-bottom: 2px dotted #bcbcbc;
}
.newsmore {
	font-size: 12px;
	text-align: right;
	padding: 12px;
}
.newsmore a {
	color: #ff0bb6;
}
/*右*/
.cright {
	width: 220px;
	border-radius: 5px;
	background-size: auto auto;background-color: rgb(255, 174, 237);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(255, 164, 235) 2px, rgb(255, 186, 245) 7px );
}
.bblog {
	text-align: center;
	border-bottom: #f4f2ed 2px solid;
}
.p_pick {font-size: 12px;}
.p_pick img {width: 130px;}
.p_pick a{color: #ff0bb6;}
.brandrink {text-align: center;}
@media screen and (max-width: 900px) {
	.centerarea {
		width: 100%;
		margin: auto;
		display: block;
	}
	/*左m*/
	.cleft {
		width: 98%;
		padding-right: 0px;
		margin: auto;
	}
	.cleft_topbnr img {
		width: 95%;
	}
	.cleft_topbnr {
		margin: auto;
		text-align: center;
	}
	.newsdate {
		text-align: left;
	}
	/*右m*/
	.cright {
		width: 98%;
		margin: auto;
	}
	.brandrink {
		text-align: center;
	}
}

/*別ページ更新履歴*/
.rirekimainbox {
	width: 770px;
	background-color: #fff;
	margin: 10px auto;
	padding: 10px 20px;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 10px;
}
.rireki_title {
	border-bottom: #bcbcbc solid 1px;
	margin-bottom: 20px;
}
.rireki_title img {
	width: 300px;
}
.rireki_wrap {
	width: 600px;
	margin: auto;
	font-size: 12px;
	display: flex;
	border-top: #bcbcbc 3px dotted;
	padding: 10px;
}
.rireki_wrap a {color: #3183ff;}
.r_day {
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: #ff0bb6;
	color: #fff;
}
.r_text {padding-left: 40px;}
.rireki_backtop {
	text-align: center;
	font-size: 12px;
}

@media screen and (max-width: 800px) {
	.rirekimainbox {
		width: 90%;
	}
	.rireki_title img {width: 100%;}
	.rireki_wrap {
		width: 90%;
		display: block;
	}
}

/*製品一覧*/
.seihin_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	border: #dedede 1px solid;
	width: 600px;
	margin: 20px auto;
	font-size: 12px;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.21);
}
.swrap_left {
	width: 130px;
	margin-right: 40px;
}
.swrap_right {
	width: 470px;
}
.seihin_title {
	background-color: #333333;
	color: #f4f2ed;
	padding: 5px 0;
}
img.stitleimg {
	vertical-align: bottom;
}
tr {padding-bottom: 20px;}
th {	
	background-color: #c2c2c2;
	color: #262626;
	padding: 5px 15px;
}
.sbottom_rink {
	text-align: right;
	padding-top: 10px;
}
.sbottom_rink a{
	color: #ff0bb6;
	text-decoration: none;
}
@media screen and (max-width: 800px) {
	.seihin_wrap {
		display: block;
		width: 90%;
		padding: 2%;
	}
	.swrap_left {
		margin-right: 0px;
		margin: auto;
	}
	.swrap_right {width: 100%;}
	.seihin_title {
		text-align: center;
		padding: 5px 0;
	}
}

/*----footer----*/
footer {
	font-size: 10px;
	text-align: center;
	padding: 10px 0;
	background-color: #ff0bb6;
	color: #f4f2ed;
	margin-top: 20px;
}
.f_hight {margin-top: auto;}
/*----//footer----*/
@media screen and (max-width: 800px) {
	.hr1 {width: 90%;}
}

