@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');
@import url('https://fonts.cdnfonts.com/css/old-english-five');@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;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;
}
main {
/*  background: #fbf6f3;*/
  color: #333;
}
.sub_info_cate a {
  color: #333 !important;
  border: 1px solid #333;
}
.sub_info_date {
  color: #333;
}
#g_setup_polysuede {
  width: unset;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: 'times', serif;
  overflow: hidden;
  text-align: left;
  /*	background: #fbf6f3;*/
  color: #333;
}
#g_setup_polysuede img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
#g_setup_polysuede p {
  font-size: 1em !important;
  margin-top: 0 !important;
  line-height: 180%;
}
#g_setup_polysuede .prostaff_wrap {
  width: 100% !important;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
#g_setup_polysuede h1, #g_setup_polysuede h2, #g_setup_polysuede h4, #g_setup_polysuede h5 {
  text-align: center;
 
  background: none;
  border: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #0F0F0F;
}
#g_setup_polysuede h3 {
  color: black;
  text-align: center;
  font-weight: bold;
  background: none;
  border: none;
  font-family: "sherborne-variable", sans-serif;
}
#g_setup_polysuede h1 {
  font-size: 2.3em;
  line-height: 170%;
  letter-spacing: 0.5px;
  margin: 50px auto;
  border-bottom: 2px solid #836953;
}
/*#g_setup_polysuede h1.underline{
	font-weight: bold;
	color: white;
	background: linear-gradient(transparent 0%, #333 0%);
}*/
/*#g_setup_polysuede h2.headline {
  line-height: 110%;
  font-size: 2em;
  border-bottom: 4px solid #856d4d;
  display: inline-block;
  margin: 25px auto 25px;
}
#g_setup_polysuede h2.headline span {
  font-size: 0.5em;
  border-bottom: none;
}*/
/*見出し部分*/ /*
#g_setup_polysuede h2.heading-042{
 position:relative;
 z-index:1;
 background-color: #333 !important;
 padding:10px;
margin:50px auto 0;
	color:white;
}*/
/*背景の装飾*/ /*
#g_setup_polysuede h2.heading-042::before{
 content: '';
 position: absolute;
 z-index:-1;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 background-image: linear-gradient(135deg, #856d4d  15px, transparent 15px calc(100% - 15px), #856d4d  calc(100% - 15px));*/
/*Lightning見出しデザイン設定のCSS対策*/
/* border: unset;
 margin: unset;
 width: unset;
 height: unset;
}*/
/*
#g_setup_polysuede h3.heading-006 {
    display: inline-block;
    position: relative;
    padding: 0 3em;
    color: #333;
	margin-bottom: 0px;
}

#g_setup_polysuede h3.heading-006::before,
#g_setup_polysuede h3.heading-006::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 1px;
    background-color: #2d2d2d;
}

#g_setup_polysuede h3.heading-006::before {
    left: 0;
}

#g_setup_polysuede h3.heading-006::after {
    right: 0;
}*/
#g_setup_polysuede h2 {
  font-size: 3em;
  margin: 2em auto 0.5em;
  text-align: center;
  letter-spacing: 2px;
/*  font-family: "sherborne-variable", sans-serif;*/
     font-family: "Shippori Mincho", serif;
     font-weight: 700;
}
#g_setup_polysuede .flex {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  justify-content: center;
}
#g_setup_polysuede p.main_text {
  width: 90% !important;
  max-width: 600px;
  margin: 20px auto !important;
  text-align: left;
  line-height: 180%;
  display: block !important;
}
/*
#g_setup_polysuede .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;

	border-radius: 10px;
}
#g_setup_polysuede section.category {
  margin: 50px auto 100px;
  width: 100%;
}
#g_setup_polysuede .categorylist div {
  flex-basis: calc(100% / 2 );
	padding: 2%;
}
#g_setup_polysuede .categorylist img {
 border:2px solid #4b5320;
}*/
.img_wrap img {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}
#g_setup_polysuede section {
  width: 100%;
  max-width: 800px;
}
#g_setup_polysuede section.main {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0px auto;
}
#g_setup_polysuede p.itemname {
  width: 100%;
  line-height: 200%;
}
#g_setup_polysuede p.price {
  width: 100%;
  display: block;
  font-size: 1.1em !important;
}
#g_setup_polysuede p.price span {
  color: #C52F32;
  font-size: 1.3em !important;
  font-weight: bold;
}
#g_setup_polysuede section.main .itembox {
  width: 80%;
  max-width: 800px;
  margin: 10px auto 25px;
}
#g_setup_polysuede section.main.itembox p {
  text-align: center;
}
#g_setup_polysuede section.main p.itemtext {
  margin: 20px auto 20px !important;
  font-size: 0.85em !important;
}
#g_setup_polysuede section.main p.itemname {
  font-size: 0.90em !important;
}
#g_setup_polysuede section.item2, #g_setup_polysuede section.item {
  width: 100%;
  max-width: 800px;
  margin: 0px auto 80px;
  text-align: center;
}
#g_setup_polysuede section.item2 img, #g_setup_polysuede section.item img {
  width: 100%;
}
#g_setup_polysuede section.item2 .flex div {
  flex-basis: 50%;
}
#g_setup_polysuede section.item .flex div {
  flex-basis: 100%;
}
#g_setup_polysuede p.itemname2 {
  font-size: 1em !important;
  margin: 20px auto 0px !important;
  font-weight: 600;
  text-align: center;
}
#g_setup_polysuede p.price2 {
  font-size: 1.2em !important;
  text-align: center;
  margin: 0px auto 1em !important;
}
#g_setup_polysuede .main_text span.big {
  font-size: 1.3em !important;
  color: #4682b4 !important;
  font-weight: bold !important;
  line-height: 180% !important;
}
#g_setup_polysuede section.main .doubleimage {
  width: 100%;
  max-width: 800px;
  margin: 0px auto 30px;
}
#g_setup_polysuede section.main .doubleimage div {
  flex-basis: 50%;
}
/* 購入ボタン */
#g_setup_polysuede .buy a, #g_setup_polysuede .coming {
  display: block;
  width: 100%;
  max-width: 130px;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #0F0F0F;
  background: #0F0F0F;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto;
  font-size: 1em !important;
}
#g_setup_polysuede .buy a:hover {
  background: #FFF;
  text-align: center;
  border: 1px solid #0F0F0F;
  color: #0F0F0F;
}
#g_setup_polysuede .buy2 {
  display: block;
  width: 100%;
  max-width: 120px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #0F0F0F;
  background: #0F0F0F;
  color: #fff;

  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto;
}
#g_setup_polysuede .buy2:hover {
  background: #fff;
  text-align: center;
  border: 1px solid #0F0F0F;
  color: #0F0F0F;
}
#g_setup_polysuede p.other a {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid white;
  background: black;
  color: white;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 60px auto;
}
#g_setup_polysuede p.other a:hover {
  background: white;
  text-align: center;
  border: 1px solid black;
  color: black;
}
/* 回遊リンク */
#g_setup_polysuede .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}
#g_setup_polysuede .Banner4 h3 {
  font-size: 25px !important;
  margin: 30px auto;
  padding: 20px 0;
  border-top: double #333;
  border-bottom: 1px solid #333;
  color: #0F0F0F;
  letter-spacing: 3px;
}
#g_setup_polysuede .Banner4 ul {
  display: inline;
}
#g_setup_polysuede .Banner4 ul li {
  display: inline-block;
  width: 47% !important;
  margin: 1% 1% 2% 1%;
}
@media only screen and (min-width:749px) {
  .pc_none {
    display: none !important;
  }
  /* ヘッダー・フッターの崩れを直す */
  #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;
  }
}
@media screen and (max-width:748px) {
  .sp_none {
    display: none;
  }
  #container:not(.topPage) {
    background: #fff;
  }
  #container, .container {
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
  }
  #single_post_list .single_post_info {
    padding: 3%;
  }
  .single_post_detail .blog_inner {
    padding: 0%;
  }
  #g_setup_polysuede h1 {
    font-size: 4.7vw;
    margin: 7vw auto;
  }
/*  #g_setup_polysuede h1.underline {
    font-weight: bold;
    color: white;
    background: linear-gradient(transparent 0%, #333 0%);
  }*/
/*  #g_setup_polysuede h1 span {
    font-size: 3vw;
  }*/
  #g_setup_polysuede h2 {
    font-size: 7vw;
    text-align: center;
    letter-spacing: 0.06em;
  }
  #g_setup_polysuede h3 {
    font-size: 4.5vw;
    color: black;
  }
  #g_setup_polysuede p, #g_setup_polysuede div {
    font-size: 3.8vw !important;
    line-height: 180%;
  }
  #g_setup_polysuede p.main_text {
    display: block !important;
    margin: 2.5vw auto !important;
    text-align: left;
    width: 90% !important;
  }
  #g_setup_polysuede section {
    margin: 8.375vw auto;
  }
  #g_setup_polysuede section.item2 {
    margin: 10vw auto;
  }
  #g_setup_polysuede section.item2 .flex div {
    flex-basis: 50%;
  }
  #g_setup_polysuede section.main {
    margin: 5vw auto 0;
  }
  #g_setup_polysuede p.price {
    font-size: 3.8vw !important;
    line-height: 110%;
  }
  #g_setup_polysuede .buy2 {
    max-width: 120px;
    padding: 6px 0;
  }
  /*#g_setup_polysuede h2.headline {
    margin: 20px auto 20px;
    font-size: 5.5vw;
  }
  #g_setup_polysuede h2.headline span {
    font-size: 3vw;
  }*/
  #g_setup_polysuede section.main .doubleimage div {
    flex-basis: 100%;
    padding: 0;
  }
  #g_setup_polysuede h2.heading-042 {
    margin: 40px auto 0;
  }
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #g_setup_polysuede .Banner4 {
    text-align: center;
    width: 100%;
  }
  #g_setup_polysuede .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #g_setup_polysuede .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
  .box26 {
    position: relative;
    margin: 3em 2em;
    padding: 1em;
    border: solid 2px black;
    border-radius: 8px;
  }
  .box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 100%;
    font-size: 3.5vw;
    background: #FFF;
    color: black;
    font-weight: bold;
  }
  .box26 p {
    text-align: left;
  }
  /* ヘッダー */
  #news_detail .detail .content p:first-child img {
    display: none;
  }
  #g_setup_polysuede .header {
    position: relative;
    height: 110vw;
  }
  #g_setup_polysuede .header .fv1 {
    position: absolute;
    top: 40vw;
    left: 0vw;
    right: 0vw;
    width: 100%;
    margin: auto;
  }
}