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


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  overflow-x: unset;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
*, ::after, ::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
#fall_colour {
  width: unset;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  overflow: hidden;
  text-align: left;
  color:#333;
  /*background: #333;
	color: #fff;*/
}
#fall_colour img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
/*#fall_colour img.neck {
	margin-top: 150px;
}*/
#fall_colour p {
  font-size: 1em !important;
  margin-top: 0 !important;
  line-height: 180%;
}
#fall_colour h2, #fall_colour h3, #fall_colour h4, #fall_colour h5 {
  color: #333;
  text-align: center;
  font-weight: bold;
  background: none;
  border: none;
  letter-spacing: 3px;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}
#fall_colour h1 {
  font-size: 4.5em;
  margin: 1em auto;
  line-height: 85%;
  font-weight: 600;
  text-align: center;
  font-family: 'Roboto', sans-serif;

}
#fall_colour h1 span {
  font-size: 0.45em;

}
#fall_colour h2 {
  font-size: 2em;
  margin: 35px auto;
  line-height: 170%;
  font-weight: 600;

  font-style: normal;
}
#fall_colour h2 span {
  font-size: 0.8em !important;
}

#fall_colour h2.brown {
 padding:3%;
background:#882d17;
color:white;
}

#fall_colour h2.beige{
 padding:3%;
background:#ba8759;
color:white;
}

#fall_colour h2.khaki{
 padding:3%;
background:#556b2f;
color:white;
}

#fall_colour h2.red{
 padding:3%;
background:#800000;
color:white;
}

#fall_colour .flex {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
}
#fall_colour .categorylist {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  justify-content: center;
}
#fall_colour .main_text {
  margin: 0 auto 30px !important;
  text-align: center;
  line-height: 180%;
  display: block !important;
  width: 100%;
  max-width: 1000px;
}
#fall_colour section.item {
  width: 100%;
  max-width: 800px;
  margin: 70px auto 0px;

}

#fall_colour section.item02 {
  width: 100%;
  max-width: 800px;
  margin: 0px auto 50px;

}
#fall_colour section.item02 img {
  width: 100%;
}
#fall_colour section.item02 .flex div {
  flex-basis: 50%;
  margin-bottom: 30px;
  padding: 1%;
}
#fall_colour p.itemname {
  font-size: 1em !important;
  margin: 20px auto 10px !important;
}
#fall_colour p.itemname span{
font-size: 1.2em;
  font-weight: 600;
  color: #006A84;
}
#fall_colour p.price {
  font-size: 1.2em !important;
  margin: 10px auto !important;
}
#fall_colour section.stylebox {
  width: 100%;
  margin: 80px auto 0;
}
#fall_colour section.stylebox .style {
  width: 100%;
  margin: 50px auto 0;
}

#fall_colour section.stylebox .flex div {
  flex-basis: 50%;
}
#fall_colour section.stylebox .image2 {
  width: 50%;
  margin-top: -40%;
}
#fall_colour section.stylebox .image3 {
  width: 50%;
  margin-top: -40%;
  margin-left: 50%;
}
#fall_colour .style .textaria {
  margin: 30px auto;
  width: 100%;
}
#fall_colour .style .textaria p.text {
  text-align: left;
  margin: 0 auto 20px !important;
}
/*#fall_colour p.model{
	margin: 10px auto !important;
	font-size: 0.9em!important;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1rem;
}*/
#fall_colour section.other {
  width: 90%;
  max-width: 650px;
  margin: 50px auto;
}
#fall_colour p.other a {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid white;
  background: #333;
  color: white;

  transition: 0.6s;
  margin: 60px auto;
}
#fall_colour p.other a:hover {
  background: white;
  text-align: center;
  border: 1px solid #333;
  color: #333;
}
#fall_colour .itemlist {
  font-size: 1em !important;
  text-align: left;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 95%;
  max-width: 600px;
  padding: 5px 0;
  border-top: 1px #333 solid;
  margin: 15px auto;
}
#fall_colour .itemlist:last-of-type {
  border-bottom: 1px #333 solid;
}
#fall_colour .itemlist div:first-child {
  width: 75%;
  padding: 4px 1% 3px 0;
  line-height: 180%;
}
#fall_colour .itemlist div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}
#fall_colour .item p.itemname {
  margin: 20px auto 5px !important;
  font-size: 1em !important;
  text-align: center !important;
}
#fall_colour .item p.price {
  margin: 0 auto 10px !important;
  font-size: 1.2em !important;
  display: block;
  text-align: center !important;
}
#fall_colour .itemlist p.price {
  margin: 0 auto !important;
  font-size: 1.2em !important;
  display: block;
}
#fall_colour p.price span {
  color: #C52F32;
  font-size: 1.2em !important;
  font-weight: bold;
}
#fall_colour .item_text {
  text-align: left;
  margin: 0 auto 30px;
  max-width: 600px;
}

#fall_colour .oneitem {
 width:50%;
  max-width: 600px;
  margin: 0 auto 5em; 
}


.box26 {
  position: relative;
  margin: 2em 0 auto;
  padding: 1.5em;
  text-align: left;
  font-family: "georgiapro";
  font-style: italic;
}
.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 22px;
  background: #FFF;
  color: #333;
  font-weight: bold;
}
.box26 p {
  margin: 0;
  padding: 0;
}
/* 購入ボタン */
#fall_colour .itemlist a, #fall_colour .buy {
  display: block;
  width: 100%;
  max-width: 110px;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #333;
  background: #333;
  color: #FFF;
 
  transition: 0.6s;
  margin: 0 auto;
}
#fall_colour .itemlist a:hover, #fall_colour .buy:hover {
  background: #FFF;
  text-align: center;
  border: 1px solid #333;
  color: #333;
}
/* 回遊リンク */
#fall_colour .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#fall_colour .Banner4 h3 {
  font-size: 30px !important;
  margin: 100px auto 50px;
  padding: 20px 0;
  border-top: double #333;
  border-bottom: 1px solid #333;
  color: #333;
}
#fall_colour .Banner4 ul {
  display: inline;
}
#fall_colour .Banner4 ul li {
  display: inline-block;
  width: 47% !important;
  margin: 1% 1% 2% 1%;
}
#fall_colour .style .slide ul {
  width: 100%;
  max-width: 470px;
}
#fall_colour .style .slide ul li img {
  width: 100%;
  max-width: 470px;
}
@media only screen and (min-width:749px) {
  .pc_none {
    display: none !important;
  }
  #fall_colour .pcflex {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    width: 100%;
  }
  #fall_colour section.stylebox .style {
    flex-basis: 50%;
  }
  #fall_colour section.stylebox .style1 {
    padding-right: 2%;
  }
  #fall_colour section.stylebox .style2 {
    padding-left: 2%;
  }
  #fall_colour .right {
    flex-direction: row-reverse;
  }
  /* ヘッダー・フッターの崩れを直す */
  #news_detail .detail {
    width: 100% !important;
  }
  #news_detail .detail .head {
    width: 1000px !important;
    margin: 0 auto 50px !important;
  }
  #news_detail .detail .content p:first-child {
    margin: 0 auto;
    max-width: 1000px !important;
  }
  #topicpath {
    width: 1168px;
    margin: 0 auto;
  }
  .paging {
    width: 1000px;
    margin: 0 auto;
  }
  .item_category_links {
    width: 1168px;
    margin: 100px auto 0;
  }
}
/*まっくろ*/
#news_detail .detail .content {
  background: none;
}
#news_detail .detail .content p {
  background: none;
}
#news_detail .detail .content p:first-child img {
  padding-top: 50px;
  display: none;
}
@media screen and (max-width:748px) {
  .sp_none {
    display: none;
  }
  #fall_colour p, #fall_colour div {
    font-size: 3.8vw !important;
    line-height: 180%;
  }
  /*#fall_colour img.neck {
	margin-top: 50px;
}*/
  #fall_colour h1 {
    font-size: 8vw;
    margin: 40px auto 20px;
  }
  #fall_colour h1 span {
  font-size: 4vw;

}
  #fall_colour h2 {
    font-size: 5vw !important;
    width: 95%;
  }
  #fall_colour .main_text {
    margin: 3vw auto 4em;
    width: 90%;
    text-align: left;
  }
  #fall_colour section.item {
    margin: 6.125vw auto;
  }
  #fall_colour section.item p.item_text {
    text-align: left !important;
    margin: 0 auto;
    width: 90%;
  }
  #fall_colour section.stylebox {
    width: 100%;
    margin: 14.125vw auto 8.125vw;
  }
  #fall_colour .itemlist div {
    font-size: 3.8vw !important;
  }
  #fall_colour .itemlist p.price {
    font-size: 3.8vw !important;
  }
 
  #fall_colour section.item02 .flex div {
    flex-basis: 50%;
  }
  #fall_colour .oneitem {
 width:90%;
  max-width: 600px;
  margin: 0 auto 5em; 
}
  .box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 100%;
    font-size: 4.0vw;
    background: #FFF;
    color: #333;
    font-weight: bold;
  }
  .box26 p {
    text-align: left;
  }
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #fall_colour .Banner4 {
    text-align: center;
    width: 100%;
  }
  #fall_colour .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #fall_colour .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
  /* ヘッダー */
  #news_detail .detail .content p:first-child img {
    display: none;
  }
  #fall_colour .header {
    position: relative;
    height: 97vw;
  }
}