@charset "utf-8";
/* CSS Document */
#contWrap {
  padding: 0 0 10px 0;
  margin: 0;
	font-size: 16px;
}
#contWrap li {
	list-style-type: none;
}
#contWrap img{
  margin: 0;
  padding: 0;
  border:0;
  vertical-align:bottom;
  width: 100%;
}
#contWrap #top {
  margin: 0;
  padding: 0 0 20px 0;
	font-size: 14px;
	line-height: 1.5em;
}
#contWrap #top h2 {
  margin: 0 0 20px 0;
  padding: 0;
}
#contWrap #top img {
	margin: 0;
  padding: 0;
}
#contWrap #top p span {
  margin: 0;
  padding: 0;
  color: #f00;
}
#contWrap #top p:nth-of-type(n+2) {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 80%;
}

/* コンテンツ内共通 */
#contWrap .txtG {
  color: #4d6e05;
}
#contWrap .txtR {
  color: #c44a4a;
}
#contWrap h3.wing {
  display: inline-block;
  margin: 50px auto 30px;
  padding: 0 45px;
  text-align: center;
  color: #151515;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bolder;
  position: relative;
}
#contWrap h3.wing::before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #4d6e05;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}
#contWrap h3.wing::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #4d6e05;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}
#contWrap .goTop {
  width: calc(100% - 15px);
  padding: 0;
  margin: 30px 0 0 0;
  text-align: right;
  font-size: 16px;
  color: #151515;
  font-weight: 700;
  position: relative;
}
#contWrap .goTop::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 0;
  height: 0;
  margin: -7px 0 0 0;
  padding: 0;
  border: 5px solid transparent;
  border-bottom: 7px solid #0276CE;
}
#contWrap .goTop a {
  text-decoration: none;
  padding: 0 5px;
}
/* コンテンツ内メニュー */
#contWrap #contMenu {
  text-align: center;
  margin: 0;
  padding: 0;
}
#contWrap #contMenu h4 {
  margin: 0;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: normal;
  letter-spacing: 5px;
}
#contWrap #menuG h4 {
  background: #4d6e05;
}
#contWrap #menuR h4 {
  background: #c44a4a;
}
#contWrap #menuG > div,
#contWrap #menuR > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#contWrap #menuG .pointext {
  background: #f6f8f2;
}
#contWrap #menuR .pointext {
  background: #fcf6f6;
}
#contWrap #contMenu > div > div > div {
  margin: 0;
  padding: 20px 0 0 0;
  width: 20%;
  text-align: center;
  box-sizing: border-box;
}
#contWrap #contMenu .cMenuBtn a {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  color: #151515;
  position: relative;
}
#contWrap #menuG .cMenuBtn a span::before {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: -15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-top: 7px solid #4d6e05;
}
#contWrap #menuR .cMenuBtn a span::before {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: -15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
border-top: 7px solid #c44a4a;
}
#contWrap #contMenu > div > div > div.lineR {
  border-right: dashed 1px #151515;
}
#contWrap #contMenu > div > div > div.lineB {
  border-bottom: dashed 1px #151515;
}
#contWrap #contMenu .pointext {
  width: 60%;
  text-align: center;
  padding: 40px 0 50px 0;
  margin: 0;
}
#contWrap #contMenu .pointext p {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#contWrap #contMenu .pointext strong {
  font-size: 26px;
  font-weight: bold;
}
#contWrap #contMenu .pointext dl {
  display: inline-block;
  text-align: left;
  margin: 25px 0 0 0;
  padding: 0;
}
#contWrap #contMenu .pointext dd {
  color: #151515;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#contWrap #contMenu .pointext dd span {
  font-size: 12px;
}
#contWrap #contMenu .pointext dd::before {
	content: "・"
}
#contWrap #contMenu > p:last-of-type {
	width: 80%;
  margin: 20px auto 0 auto;
}

/* サイズ表 */
#contWrap #item {
  margin: 60px 0 0 0;
  padding: 0;
}
#contWrap #item section + section {
  margin: 50px 0 0 0;
  padding: 0;
}
#contWrap #item h4 {
	position: relative;
  color: #fff;
  font-size: 20px;
	line-height: 1.7em;
	font-weight: 700;
	padding: 5px 0 5px 25px;
	margin: 0;
}
#contWrap #item h4.hG {
	background-color: #4d6e05;
}
#contWrap #item h4.hR {
	background-color: #c44a4a;
}
#contWrap #item h4.hB {
	background-color: #0065b3;
  text-align: center;
}
#contWrap #item h4 .maker {
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -10px 0 0 0;
  padding: 0;
  }
#contWrap #item h4 .maker span {
  color: #fff;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 700;
  padding: 0 0 0 auto;
  margin: 0;
  }
#contWrap #item h4 .maker span::before,
#contWrap #item h4 .maker span::after {
  content: '';
  display: inline-block;
  width: 30px;
  border: 1px solid rgba(255,255,255,0.8);
  vertical-align: middle;
}
#contWrap #item h4 .maker span::before {margin-right: 10px;}
#contWrap #item h4 .maker span::after {margin-left: 10px;}

#contWrap .cover {
	overflow-x: auto;
  position: relative;
  margin: 0;
  padding: 0;
}
#contWrap .scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  z-index: 9;
  margin: 0;
  padding: 0;
}
#contWrap .catalog-S .scaleBox {
	display: flex;
  flex-wrap: nowrap;
  padding: 0 0 0 45px;
  margin: 0;
  min-width: calc(100% - 45px);
  background: url(../../images/scale-line.png) repeat-x;
  background-position: left 0 top -140px;
}
#contWrap .catalog-M .scaleBox {
	display: flex;
  flex-wrap: nowrap;
  padding: 0 0 0 45px;
  margin: 0;
  min-width: calc(100% - 45px);
  background: url(../../images/scale-line.png) repeat-x;
  background-position: left 0 top -96px;
}
#contWrap .catalog-L .scaleBox {
	display: flex;
  flex-wrap: nowrap;
  padding: 0 0 0 45px;
  margin: 0;
  min-width: calc(100% - 45px);
  background: url(../../images/scale-line.png) repeat-x;
  background-position: left 0 top 0;
}
#contWrap .cover .scaleBox > div {
  flex: 0 0 auto;
  text-align: center;
  margin: 0;
  padding: 0;
}
#contWrap .catalog-S .scaleBox > div > div:first-of-type {
  display: flex;
  align-items: flex-end;
  height: 181px;
  padding: 0 15px;
  margin: 0;
  background: url(../../images/scale-line.png) left bottom repeat-x;
}
#contWrap .catalog-M .scaleBox > div > div:first-of-type {
  display: flex;
  align-items: flex-end;
  height: 225px;
  padding: 0 15px;
  margin: 0;
  background: url(../../images/scale-line.png) left bottom repeat-x;
}
#contWrap .catalog-L .scaleBox > div > div:first-of-type {
  display: flex;
  align-items: flex-end;
  height: 321px;
  padding: 0 15px;
  background: url(../../images/scale-line.png) left bottom repeat-x;
}
#contWrap .cover .scaleBox > div > div > div {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
#contWrap .cover .scaleBox p.itemSpec {
  padding: 0 15px 5px;
  margin: 0;
	font-size: 16px;
  color: #151515;
  font-weight: bold;
}
#contWrap .cover .scaleBox p.itemType {
	font-size: 14px;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 0;
}
#contWrap .btn01 {
  padding: 0 15px;
  margin: 0 auto;
  width: 110px;
}
#contWrap .btn02 {
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 200px;
}
#contWrap .btnL {
  padding: 0 15px;
  margin: 0 auto;
  width: 180px;
}
#contWrap .c_btn a {
	display: block;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 7px 0;
  margin:  0 0 7px 0;
  border-radius: 4px;
  background: #52b2ed;
  white-space: nowrap;
}
#contWrap .c_btn a.btnWh {
  color: #000;
}
#contWrap .btn02 a {
  width: 47.5%;
}
#contWrap .btn02 a.btnWh {
  color: #000;
}
#contWrap .c_btn a.btnSv {
  background: #9b9b9b;
}
#contWrap .c_btn a.btnBk {
  background: #000;
}
#contWrap .c_btn a.btnTr {
  background: #2d84e6;
}
#contWrap .c_btn a.btnTr02 {
  background: #56a2f7;
}
#contWrap .c_btn a.btnWh {
  background: #fff;
  box-sizing: border-box;
  border: solid 1px #000;
}
#contWrap .c_btn a.btnBr {
  background: #c68b53;
}
#contWrap .c_btn a span {
	display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
}
#contWrap .c_btn a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
#contWrap .c_btn a.btnWh span::before {
  border-left: 5px solid #000;
}
/* 特注 */
#contWrap #customOrder {
  background: #f6f8f2;
  text-align: center;
  margin: 50px 0;
  padding: 0 0 50px 0;
}
#customOrder > div > h3 + p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  width: 80%;
  margin: 20px auto 0;
  padding: 0;
  color: #000;
}
#customOrder > div > p strong {
  font-weight: 700;
  color: #c44a4a;
  margin: 0;
  padding: 0;
}
#customOrder > div > p.btnInquiry {
  background: #4d6e05;
  display: inline-block;
  margin: 40px 0 0 0;
  padding: 0;
}
#customOrder > div > p.btnInquiry a {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 17px 60px;
  margin: 0;
}
/* 関連商品 */
#contWrap #relation {
  margin: -90px 0 0 0;
  padding: 90px 0 0 0;
}
#relation > section {
  margin: 50px 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #cd9727;
}
#relation > section:last-of-type {
  border-bottom: none;
}
#relation #relMenu {
  margin: 0;
  padding: 0;
  text-align: center;
  background: rgb(219,178,71);
  background: linear-gradient(180deg, rgba(219,178,71,1) 0%, rgba(233,204,102,1) 30%, rgba(233,204,102,1) 100%);
}
#relMenu h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #cd9727;
  padding: 15px 0;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: 700;
}
#relMenu ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px 40px 20px;
}
#relMenu ul li {
  height: 130px;
  width: 23.362068965517242%;
  margin: 20px 0 0 0;
  padding: 0;
  border-radius: 4px;
  background: #fff;
}
#relMenu ul li:first-of-type {
  background: #fff url("../../images/bg-item01.png") right 15px center no-repeat;
}
#relMenu ul li:nth-of-type(2) {
  background: #fff url("../../images/bg-item02.png") right 15px center no-repeat;
}
#relMenu ul li:nth-of-type(3) {
  background: #fff url("../../images/bg-item03.png") right 15px center no-repeat;
}
#relMenu ul li:nth-of-type(4) {
  background: #fff url("../../images/bg-item04.png") right 15px center no-repeat;
}
#relMenu ul li:nth-of-type(5) {
  background: #fff url("../../images/bg-item05.png") right 15px center no-repeat;
}
#relMenu ul li:nth-of-type(6) {
  background: #fff url("../../images/bg-item06.png") right 15px center no-repeat;
}
#relMenu ul li:nth-of-type(7) {
  background: #fff url("../../images/bg-item07.png") right 15px center no-repeat;
}
#relMenu ul li:nth-of-type(8) {
  background: #fff url("../../images/bg-item08.png") right 15px center no-repeat;
}
#relMenu ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  color: #000;
  margin: 0;
  padding: 0 0 0 35px;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 700;
  text-align: left;
}
#relMenu ul li a span {
  position: relative;
  margin: 0;
  padding: 0;
}
#relMenu ul li a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #f46440;
}
#relation h4 {
  color: #473206;
  font-size: 22px;
  line-height: 1.7em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0;
}
#relation .goPage {
  text-align: center;
  padding: 30px 0 0 0;
  margin: 0;
}
#relation .goPage p {
  background: #887346;
  width: 40%;
  margin: 0 auto;
  padding: 0;
}
#relation .goPage p a {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px;
  margin: 0;
}
#relation .bnList {
  width: 82.93103448275862%;
  margin: 50px auto 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#relation .bnList li {
  width: 46.77754677754678%;
  margin: 15px 0 0 0;
}
/*#ページリンク調整
----------------------------------*/
#tokiwa01,#tokiwa02,#tokiwa03,#tokiwa04,#tokiwa05,#tokiwa06,#tokiwa07,#shinei01,#shinei02,
#rel01,#rel02,#rel03,#rel04,#rel05,#rel06,#rel07,#rel08{
	margin-top: -90px;
	padding-top: 90px;
}
/*#キャンペーン
----------------------------------*/
#contWrap #campaign {
  margin: 40px 0 0 0;
  padding: 0 0 70px 0;
}
#contWrap #campaign > div:first-of-type {
  background: #ffffeb;
  margin: 0;
  padding: 0;
}
#contWrap #campaign > div:first-of-type p {
  text-align: center;
  margin: 0;
  padding: 20px 10px 10px 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
}
#contWrap #campaign > div:first-of-type p strong {
  color: #f00;
  font-weight: strong;
}
#contWrap #campaign .ul-align-center{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
#contWrap #campaign .ul-align-center ul {
  margin: 0 auto;
  padding: 0 0 40px 0;
  font-size: 14px;
  line-height: 24px;
}
#contWrap #campaign .ul-align-center ul li {
  margin: 0 auto;
  padding: 0;
  text-indent: -1em;
  position: relative;
}
#contWrap #campaign > div ul li::before {
  content: '・'; 
}
#contWrap #campaignitem {
  margin: 0;
  padding: 0;
}
#contWrap #campaignitem section + section {
  margin: 50px 0 0 0;
  padding: 0;
}
#contWrap #campaignitem h4 {
	position: relative;
  color: #fff;
  font-size: 20px;
	line-height: 1.7em;
	font-weight: 700;
	padding: 5px;
	margin: 0;
  background-color: #0065b3;
  text-align: center
}

#contWrap .bnArea {
  margin: 0;
  padding: 0;
  text-align: center;
}
#contWrap .bnArea p {
  margin: 20px auto 0 auto;
  padding: 0;
  width: 80%;
}