@charset "utf-8";
/* CSS Document */
.ipad-ipad {
  display: none;
}
/*contact*/
.pan-active {
  color: #b38f00;
}
.pri-txt-container {
  margin: 0 0 50px 0;
}
.pri-txt-list {
  border-bottom: 1px dotted #000000;
  margin: 30px 0 0 0;
}
.pri-txt-list:last-child {
  border: none;
}
.pri-txt {
  color: #323232;
  font-size: 16px;
  line-height: 33px;
  padding: 0 0 0 51px;
  margin: 10px 0 20px 0;
  font-weight: 300;
}
.contact-list-container {
  background-color: rgba(117, 96, 24, 0.3);
  border-left: solid 9px #39370b;
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 23px 29px;
  display: -webkit-flex;
  display: flex;
  font-family: a-otf-ryumin-pr6n, serif;
}
.contact-ttl {
  flex-basis: 410px;
}
.btn-box {
  width: 225px;
  height: 53px;
  border-radius: 15px;
  border-width: 1px;
  border-color: #483113;
  border-style: solid;
  background-color: #cfa972;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #483112;
  font-size: 18px;
  margin: 60px auto 60px auto;
}
.btn-box:hover {
  background-color: #f29b76;
}
.btn-send1 {
  border: none;
  background: none;
  font-family: ryo-display-plusn, serif;
}
.req::after {
  content: "必須";
  color: #ffffff;
  width: 54px;
  height: 33px;
  border-radius: 5px;
  border-width: 0.5px;
  border-color: #c41e02;
  border-style: solid;
  background-color: #c41e02;
  position: absolute;
  text-align: center;
  font-size: 16px;
  margin: 0 0 0 20px;
  padding: 0 0 3px 0;
}
.c-name input, .c-kana input, .c-tel input {
  width: 432px;
  height: 39px;
}
.c-mail input {
  width: 432px;
  height: 39px;
}
.size4 {
  width: 208px;
  height: 39px;
}
.size_add {
  width: 432px;
  height: 106px;
}
.size-txtbox1 {
  width: 432px;
  height: 174px;
}
.contact-pan {
  margin: 20px 0 20px 60px;
}
.c-doi a {
  color: #c41e02;
}
.c-doi span {
  color: #c41e02;
}
.select1 {
  height: 39px;
  padding: 0 0 0 10px;
  font-family: a-otf-ryumin-pr6n, serif;
}
/*contact*/
/*top*/
.top-main-img-container {
  position: relative;
  height: 500px;
}
.top-main-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.top-01-container {
  background: url("../images/top/top-01-bk.png");
}
.top-01-txt-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 100px 0;
}
.top-01-image-container {
  margin: 32px 0 0 0;
}
.top-01-image {
  width: 508px;
}
.top-01-ttl {
  text-align: center;
}
.top-01-ttl div:first-child {
  font-size: 18px;
  font-weight: 700;
}
.top-01-ttl div:last-child {
  margin: 27px 0;
  font-size: 28px;
  font-weight: 700;
}
.top-01-subtxt-container {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 36px;
  font-size: 18px;
  font-weight: 700;
  text-indent: -2.7em;
  margin: 50px 0 0 0;
  width: 500px;
}
.top-01-subtxt-container span {
  font-size: 24px;
}
.top-01-subtxt {
  margin: 0 0 0 60px;
  font-weight: 700;
}
.top-01-subtxt-last {
  margin: 0;
  font-weight: 700;
}
.top-01-list {
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
}
.top-01-list div {
  height: 190px;
  text-indent: 0em;
  font-weight: 700;
}
.top-tensyu {
  text-align: right;
  font-size: 24px;
  margin: 0 0 20px 0;
  font-weight: 700;
}
.top-midasi {
  background: url("../images/common/midasi01.png") no-repeat;
  width: 250px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-midasi div:first-child {
  font-size: 16px;
  color: #4b4b4b;
  margin: 13px 0 0 0;
  line-height: 100%;
  font-weight: 700;
}
.top-midasi div:last-child {
  font-size: 10px;
  color: #4b4b4b;
  line-height: 100%;
  margin: 3px 0 0 0;
}
.top-hukidasi-right-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
}
.hukidasi-right {
  position: relative;
  padding: 10px 62px;
  font-size: 16px;
  flex-basis: 724px;
  border-radius: 15px;
  border-width: 0.5px;
  border-color: #626262;
  border-style: solid;
  background-color: #65772e;
}
.hukidasi-right:before {
  content: "";
  position: absolute;
  top: 30%;
  right: -54px;
  margin-top: -15px;
  border: 20px solid transparent;
  border-left: 35px solid #65772e;
}
.hukidasi-right div {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
}
.hukidasi-right span {
  color: #e18517;
  font-size: 20px;
}
.top-kakaku-image01 {
  position: absolute;
  right: -40px;
  top: 120px;
}
.hukidasi-right-image {
  flex-basis: 112px;
  height: 238px;
}
.top-hukidasi-left-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
  margin: 47px 0 0 0;
}
.hukidasi-left {
  position: relative;
  padding: 60px 62px;
  font-size: 16px;
  flex-basis: 666px;
  border-radius: 15px;
  border-width: 0.5px;
  border-color: #626262;
  border-style: solid;
  background-color: #65772e;
}
.hukidasi-left:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -54px;
  margin-top: -15px;
  border: 20px solid transparent;
  border-right: 35px solid #65772e;
}
.hukidasi-left div {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
}
.hukidasi-left span:first-child {
  color: #c41e02;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.hukidasi-left span {
  color: #e18517;
  font-size: 20px;
}
.top-kakaku-image02 {
  position: absolute;
  right: 13px;
  bottom: 15px;
}
.hukidasi-left-image {}
.hukidasi-left-image img {
  flex-basis: 200px;
}
.top-kakaku-container {
  margin: 50px 0;
}
.top-syosai a {
  color: #4b4b4b;
  font-size: 16px;
  border-radius: 15px;
  border-width: 1px;
  border-color: #626262;
  border-style: solid;
  width: 167px;
  height: 43px;
  margin: 30px 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 200%;
  padding: 4px 0 0 0;
}
.top-syosai a:hover {
  background-color: #504100;
  color: #fff;
  opacity: 0.8;
}
.top-syosai a::after {
  content: url("../images/common/syosai-arrow.png");
  margin: 5px;
  position: relative;
  top: 2px;
}
.top-syosai a:hover::after {
  content: url("../images/common/syosai-arrow02.png");
}
.top-area-container {
  padding: 50px 0;
  background: url("../images/top/top-03-bk.png");
}
.top-area-contents {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 42px 0 0 0;
}
.top-area-jinbutu {
  position: relative
}
.jinbutu01 {
  position: absolute;
}
.jinbutu02 {
  position: absolute;
}
.top-area-tel-mail {
  position: absolute;
  bottom: 0;
}
.top-area-image {
  position: relative;
}
.top-area-image div {
  position: absolute;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
}
.top-area-image span {
  font-size: 18px;
}
.top-area-image div:nth-child(2) {
  top: 75px;
  left: 145px;
}
.top-area-image div:nth-child(3) {
  top: 181px;
  left: 156px;
}
.top-area-image div:nth-child(4) {
  top: 267px;
  left: 137px;
}
.top-area-image div:nth-child(5) {
  top: 224px;
  right: 142px;
}
.top-area-image span {
  display: block;
}
.top-area-image img {
  flex-basis: 585px;
}
.area-map-tokyo {
  display: inline !important;
}
.top-area-contact-container {
  position: relative;
}
.top-area-contact-container div:nth-child(1) {
  border-radius: 50px;
  background-color: #c41e02;
  color: #ffffff;
  font-size: 30px;
  line-height: 48px;
  width: 419px;
  height: 142px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -118px;
  left: -120px;
}
.top-area-contact-container div:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 15px;
  border-left: 40px solid #c41e02;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(30deg);
}
.top-area-contact-container div:nth-child(3) {
  border-radius: 15px;
  border-width: 1px;
  border-color: #c41e02;
  border-style: solid;
  background-color: #ffffff;
  font-family: century-gothic, sans-serif;
  color: #c41e02;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  /*background-image: url("../images/common/area-tel-ico.png");
	background-position: 5% center;
	background-repeat: no-repeat;*/
  width: 391px;
  height: 57px;
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
  align-items: center;
  margin: 52px 0 0 0;
  position: relative;
}
.top-area-contact-container div:nth-child(3) a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c41e02;
}
.top-area-contact-container div:nth-child(3) a:hover {
  border-radius: 15px;
  border-width: 1px;
  border-color: #c41e02;
  border-style: solid;
  background-color: #c41e02;
  color: #ffffff;
}
.top-area-contact-container div:nth-child(3) a::before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("../images/common/area-tel-ico.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.top-area-contact-container div:nth-child(3) a:hover::before {
  background-image: url("../images/common/area-tel-ico02.png");
}
.top-area-contact-container div:nth-child(4) {
  margin: 19px 0 0 22px;
  color: #c41e02;
  font-size: 18px;
  line-height: 31px;
}
.top-area-contact-container div:nth-child(4) span {
  font-size: 30px;
}
.top-area-image-txt-container {
  width: 582px;
  height: 122px;
  display: -webkit-flex;
  display: flex;
  margin: 31px 0 0 0;
}
.top-area-contact-container div:nth-child(5) {
  border-radius: 15px;
  border-width: 1px;
  border-color: #c41e02;
  border-style: solid;
  background-color: #ffffff;
  color: #c41e02;
  font-size: 18px;
  line-height: 36px;
  width: 391px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 0;
  padding: 5px 0 0 0;
  position: relative;
}
.top-area-contact-container div:nth-child(5) a {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c41e02;
  width: 391px;
  height: 52px;
  padding: 5px 0 0 0;
}
.top-area-contact-container div:nth-child(5) a:hover {
  border-radius: 15px;
  border-width: 1px;
  border-color: #c41e02;
  border-style: solid;
  background-color: #c41e02;
  color: #ffffff;
}
.top-area-image-txt-container div:first-child {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #b3d465;
  color: #5e5e5e;
  font-size: 16px;
  flex-basis: 55px;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-area-image-txt-container div:last-child {
  background-color: #72984b;
  color: #ffffff;
  border-radius: 0 10px 10px 0;
  flex-basis: 527px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 2px;
}
.top-flow-container {
  padding: 50px 0 50px 0;
}
.top-flow-contents {
  border-top: solid 0.5px #00233a;
  margin: 0 0 0 70px;
  padding: 19px 0 0 0;
}
.top-flow-ttl {
  display: -webkit-flex;
  display: flex;
  margin: 30px 0 0 0;
}
.top-flow-ttl01 {
  border-radius: 50%;
  background-color: #00233a;
  color: #ffffff;
  font-size: 36px;
  width: 55px;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 14px 0 0;
  padding: 6px 4px 0 3px;
}
.top-flow-ttl02 {
  color: #4b4b4b;
  font-size: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-flow-image-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 857px;
}
.top-flow-txt {
  margin: 31px 0 0 0;
  width: 857px;
}
.top-flow-image-container img {
  border-radius: 10%;
}
.top-product-container {
  background: url("../images/top/top-product-bk.png");
  padding: 50px 0 50px 0;
}
.top-midasi-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.top-product-bana {
  background: url("../images/common/product-bana.png") no-repeat;
  width: 298px;
  height: 64px;
  color: #c41e02;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-product-hukidasi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 50px 0 25px 0;
  padding: 25px 55px;
  border-radius: 50px;
  background-color: rgba(178, 159, 101, 0.7);
}
.top-product-hukidasi div:first-child {}
.top-product-hukidasi div:last-child {
  color: #1f1b11;
  font-size: 28px;
  line-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 610px;
}
.top-product-contents-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top-product-txt-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 623px;
}
.top-product-txt-in {
  width: 100%;
}
.top-product-ttl-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.top-product-ttl-container div:first-child {
  color: #52461f;
  font-size: 30px;
}
.top-product-txt {
  color: #52461f;
  font-size: 18px;
  line-height: 40px;
  margin: 35px 0 0 0;
}
.top-product-image {
  text-align: center;
}
.top-product-image img {
  border-radius: 10%;
}
.top-product-syosai a {
  color: #4b4b4b;
  font-size: 16px;
  border-radius: 15px;
  border-width: 1px;
  border-color: #626262;
  border-style: solid;
  width: 167px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  padding: 4px 0 0 0;
  opacity: 0.8;
}
.top-product-syosai a:hover {
  background-color: #504100;
  color: #fff;
}
.top-product-syosai a::after {
  content: url("../images/common/syosai-arrow.png");
  margin: 5px;
  position: relative;
  top: 2px;
}
.top-product-syosai a:hover::after {
  content: url("../images/common/syosai-arrow02.png");
}
.top-news-container {
  padding: 50px 0;
}
.news-container {
  margin: 30px 0 0 0;
  border-top: 1px #626262 solid;
}
.news-list {
  border-bottom: 1px #626262 solid;
  height: 74px;
  display: flex;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.news-list span:first-child {
  margin: 0 48px 0 0;
}
.news-list span:last-child {
  margin-left: auto;
  background: url("../images/common/news-arrow02.png") no-repeat;
}
.news-list span:last-child a {
  display: inline-block;
}
.news-list span:last-child a:hover img {
  visibility: hidden;
}
.top-news-ichiran a {
  color: #4b4b4b;
  font-size: 16px;
  border-radius: 15px;
  border-width: 1px;
  border-color: #626262;
  border-style: solid;
  width: 167px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  margin: 24px 0 0 auto;
  padding: 4px 0 0 0;
}
.top-news-ichiran a:hover {
  background-color: #504100;
  color: #fff;
  opacity: 0.8;
}
.top-news-ichiran a::after {
  content: url("../images/common/syosai-arrow.png");
  margin: 5px;
  position: relative;
  top: 2px;
}
.top-news-ichiran a:hover::after {
  content: url("../images/common/syosai-arrow02.png");
}
/*top*/
html {
  font-family: ryo-display-plusn, serif;
  font-style: normal;
  line-height: 33px;
  font-size: 18px;
  font-weight: 300;
}
body {
  font-family: ryo-display-plusn, serif;
  font-style: normal;
}
header {
  margin: 0 0 100px 0;
}
.top-prod-box02-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-prod-box02 {
  margin: 30px 0 0 0;
  width: 451px;
  border-width: 1px;
  border-color: #7d7d7d;
  border-style: solid;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  position: relative;
  background: url("../images/common/list-bk.png") no-repeat;
  background-size: cover;
}
.top-prod-box02:hover {
  opacity: 0.8;
}
.top-prod-box02 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.top-prod-box02-img {
  margin: 0 17px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-prod-box02-txt {
  width: 65%;
}
.top-prod-box02-txt div:first-child {
  font-size: 15px;
  border-bottom: 1px solid #7d7d7d;
  padding: 0 0 2px 0;
  font-weight: bold;
}
.top-prod-box02-txt div:last-child {
  font-size: 14px;
  margin: 10px 0 0 0;
}
.top-prod-box02-ico {
  position: absolute;
  bottom: 10px;
  right: 12px;
  background: url("../images/common/list-arrow01.png") no-repeat;
  width: 32px;
  height: 18px;
}
.top-prod-box02:hover .top-prod-box02-ico {
  position: absolute;
  bottom: 10px;
  right: 12px;
  background: url("../images/common/list-arrow02.png") no-repeat;
  width: 32px;
  height: 18px;
}
.top-prod-box02-ico a, .news-link-ico a {
  width: 32px;
  height: 18px;
  background: url("../images/common/list-arrow01.png") no-repeat;
  display: block;
  text-indent: -9999px;
}
.top-prod-box02-ico a:hover, .news-link-ico a:hover {
  width: 32px;
  height: 18px;
  background: url("../images/common/list-arrow02.png") no-repeat;
  display: block;
  text-indent: -9999px;
}
.top-hed {
  margin: 0;
}
.sp-sp {
  display: none;
}
.navToggle {
  display: none;
}
.top-info-container {
  background: url("../images/common/top-bk.png") repeat;
  padding: 11px 0;
}
.top-info-in {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top-info-logo-container {
  color: #ffffff;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-info-logo-container a {
  color: #fff;
}
.top-logo-sub {
  font-size: 14px;
  margin: 0 0 8px 0;
}
.top-logo {
  line-height: 100%;
  margin: 15px 0 0 0;
}
.top-logo span:first-child {
  margin: 0 10px 0 0;
  font-size: 28px;
}
.top-logo span:last-child {
  font-size: 36px;
}
.top-contact-container {
  display: -webkit-flex;
  display: flex;
}
.top-tel-container {
  color: #fff;
}
.top-tel-txt {
  font-size: 12px;
  line-height: 16px;
}
.top-tel {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  padding: 0;
  letter-spacing: 4.5px;
}
.top-tel::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 25px;
  background-image: url("../images/common/top-tel-ico.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.top-tel a {
  color: #fff;
}
.top-contact-bana {
  margin: 0 0 0 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-img-container {
  position: relative;
  height: 250px;
}
.main-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.main-ttl-container {
  background-color: rgba(72, 106, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100px;
  z-index: 2;
}
.main-ttl {
  max-width: 1000px;
  margin: auto;
  color: #ffffff;
  font-size: 36px;
}
.top-nav-container {
  background: url("../images/common/top-bk.png") repeat;
  padding: 11px 0;
  position: relative;
  height: 75px;
}
.top-nav {
  width: 1000px;
  margin: auto;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  left: 50%;
  bottom: -80px;
  transform: translate(-50%);
  z-index: 100;
}
.top-nav div:hover {
  background: #f29b76;
}
.top-nav div {
  border-radius: 15px;
  border-width: 1px;
  border-color: #483113;
  border-style: solid;
  background-color: #cfa972;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 21px 0 0 0;
  letter-spacing: 1px;
  line-height: 100%;
  width: 58px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-nav a {
  color: #483112;
}
.top-main-container {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.main-container {
  max-width: 1000px;
  margin: 20px auto;
  overflow: hidden;
}
section {
  margin: 50px 0 0 0;
}
.bana01-container {
  background: url("../images/common/bana01.png") no-repeat center center;
  object-fit: cover;
}
.bana01 {
  width: 298px;
  height: 78px;
  color: #ffffff;
  font-size: 24px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #c41e02;
  margin: auto;
  text-align: center;
}
.red-bana01-container {
  background: url("../images/common/bana01-bk.png") no-repeat left top;
  font-family: a-otf-ryumin-pr6n, serif;
  color: #ffffff;
  width: 391px;
  height: 89px;
}
.red-bana01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 89px;
  margin: 0 0 0 70px;
  line-height: 100%;
}
.red-bana01 div:first-child {
  font-size: 20px;
  margin: 15px 0 0 0;
}
.red-bana01 div:last-child {
  font-size: 9px;
  margin: 8px 0 0 0;
}
.red-bana02-container {
  background: url("../images/common/bana01-bk.png") no-repeat left top;
  font-family: a-otf-ryumin-pr6n, serif;
  color: #ffffff;
  max-width: 1000px;
  height: 89px;
}
.red-bana02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 89px;
  width: 321px;
  line-height: 100%;
}
.red-bana02 div:first-child {
  font-size: 20px;
  margin: 15px 0 0 0;
}
.red-bana02 div:last-child {
  font-size: 9px;
  margin: 8px 0 0 0;
}
.news-red-bana02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 89px;
  line-height: 100%;
  padding: 0 0 0 85px;
}
.news-red-bana02 h1 {
  font-size: 20px;
}
.m-over-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.m-over-image-container {
  max-width: 470px;
  margin: 0 5px;
}
.m-over-image-container .m-over-image {
  overflow: hidden;
  max-width: 470px;
  max-height: 314px;
  border-radius: 10px;
}
.m-over-image-container .m-over-image img {
  display: block;
  transition-duration: 0.3s;
}
.m-over-image img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.m-over-txt {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 16px;
  line-height: 22px;
  margin: 8px 0 0 0;
}
.b-w-ttl {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 30px 0;
}
.b-w-ttl span:nth-child(odd) {
  width: 63px;
  height: 63px;
  border-width: 2px;
  border-color: #1f1c12;
  border-style: solid;
  background-color: #1f1c12;
  color: #ffffff;
  font-size: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 6px 0 0;
  line-height: 150%;
}
.b-w-ttl span:nth-child(even) {
  width: 63px;
  height: 63px;
  border-width: 2px;
  border-color: #1f1c12;
  border-style: solid;
  color: #1f1c12;
  font-size: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 6px 0 0;
  line-height: 150%;
}
.map-image-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.map-image-image-container {
  width: 470px;
  margin: 0 10px;
}
.map-image iframe {
  border-radius: 10px;
}
.map-image-container .map-image {
  width: 470px;
  max-height: 314px;
  border-radius: 10px;
}
.map-image-container img, .map-image img {
  border-radius: 10px;
}
.map-image-txt {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 16px;
  line-height: 22px;
  margin: 8px 0 0 0;
}
.googlemap {
  position: relative;
  padding-bottom: 60.5%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.googlemap iframe, .googlemap object, .googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.border-yell {
  border: solid 30px;
  border-image-source: url("../images/common/border01.png");
  border-image-slice: 30;
  color: #39370b;
  font-size: 18px;
  line-height: 33px;
  padding: 41px;
}
.box01-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box01-ttl {
  background-image: url("../images/common/box-ttl-bk02.png"), url("../images/common/box-ttl-bk01.png"), url("../images/common/box-ttl-bk03.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: bottom right, left, right;
  width: 313px;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: a-otf-ryumin-pr6n, serif;
  color: #ffffff;
  font-size: 18px;
  margin: 0 34px 30px 0;
}
.box01-txt {
  width: 533px;
}
.box01-img {
  width: 313px;
}
.box01-img img {
  border-radius: 10px;
}
.box02-image-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box02-image-container div {}
.box02-image {
  width: 275px;
  height: 177px;
  margin: 30px 0 0 0;
}
.box02-image img {
  width: 275px;
  border-radius: 10px;
}
.box02-subtxt {
  font-family: a-otf-ryumin-pr6n, serif;
  color: #39370b;
  font-size: 13px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .box02-subtxt {
    font-size: 15px;
  }
}
.box03-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box03-image-container div:first-child img {
  width: 312px;
  height: 150px;
  border-radius: 10px;
  margin: 0 0 30px 0;
  object-fit: cover;
}
.box03-image-container div:nth-child(2) img {
  width: 312px;
  height: 150px;
  border-radius: 10px;
  margin: 0 0 30px 0;
  object-fit: cover;
}
.box03-image-container div:last-child img {
  width: 312px;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
}
.box03-txt-container {
  width: 533px;
}
.box03-ttl {
  background-image: url("../images/common/box-ttl-bk02.png"), url("../images/common/box-ttl-bk01.png"), url("../images/common/box-ttl-bk03.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: bottom right, left, center;
  width: 313px;
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: a-otf-ryumin-pr6n, serif;
  color: #ffffff;
  font-size: 18px;
  margin: 30px 34px 30px 0;
}
.box04 {
  border-width: 1px;
  border-color: #39370b;
  border-style: solid;
  color: #39370b;
  font-size: 18px;
  line-height: 33px;
  padding: 41px;
}
.ico01 {
  background: url("../images/common/ico01.png") no-repeat center left;
  padding: 0 0 0 50px;
  font-family: a-otf-ryumin-pr6n, serif;
  color: #323232;
  font-size: 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  background-position: left 0.2em;
}
.span01 {
  background-color: #39370b;
  margin: 0 15px;
  padding: 12px;
  font-family: a-otf-ryumin-pr6n, serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 100px;
}
.span02 {
  background-color: #39370b;
  margin: 0 15px;
  padding: 12px;
  font-family: a-otf-ryumin-pr6n, serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 100px;
}
@media screen and (max-width: 768px) {
  .span02 {
    font-size: 13px;
  }
}
.list01 {
  list-style-type: none;
  padding: 0;
  display: inline;
}
.list01 li {
  display: inline;
  padding: 5px 0 5px 30px;
  margin: 0 20px 0 0;
  /*list-style-image: url("../images/common/li-ico01.png");*/
  background-image: url("../images/common/li-ico01.png");
  background-repeat: no-repeat;
  background-position: left 0.1em;
  line-height: 33px;
  font-size: 18px;
}
.list02 {
  list-style-type: none;
  padding: 0;
}
.list02 li {
  padding: 5px 0 5px 30px;
  margin: 0 20px 0 0;
  /*list-style-image: url("../images/common/li-ico01.png");*/
  background-image: url("../images/common/li-ico01.png");
  background-repeat: no-repeat;
  background-position: left 0.5em;
  line-height: 33px;
  font-size: 18px;
}
.list03 {
  list-style-type: decimal;
  padding: 0 0 0 20px;
}
.list03 li {
  padding: 0 0 5px 10px;
  line-height: 33px;
  font-size: 18px;
}
.table01 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table01 {
  font-family: a-otf-ryumin-pr6n, serif;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.table01 div:first-child {
  margin: 0 10px 0 0;
}
.table01 img {
  border-radius: 10px;
}
.table01 td:nth-child(1), .table100 td:nth-child(1) {
  background-color: #39370b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  width: 300px;
  padding: 12px;
  border-bottom: 2px solid;
}
.table01 td:nth-child(2), .table100 td:nth-child(2) {
  background-color: #756018;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  width: 300px;
  padding: 12px;
  border-bottom: 2px solid;
}
.table01-image-txt {
  color: #323232;
  font-size: 14px;
}
.table100 {
  font-family: a-otf-ryumin-pr6n, serif;
}
.table02-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 16px;
}
.sub-tb {
  margin: 0;
  width: 49%;
  border-collapse: separate;
  border: 1px
}
.sub-tb th {
  text-align: left;
}
.sub-tb th:last-child {
  margin: 30px 0 0 0;
}
.table02-ttl {
  color: #39370b;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: 280px;
  height: 48px;
  border-width: 1px;
  border-color: #39370b;
  border-style: solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 12px;
  margin: 0 0 10px;
}
.table02-ttl-02 {
  color: #39370b;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: 280px;
  height: 48px;
  border-width: 1px;
  border-color: #39370b;
  border-style: solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 12px;
  margin: 60px 0 10px;
}
.sub-tb td:nth-child(1) {
  background-color: #39370b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  width: 353px;
  padding: 12px;
}
.sub-tb td:nth-child(2) {
  background-color: #756018;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  width: 150px;
  padding: 12px;
}
.td-comment {
  background-color: #fff !important;
  color: #000 !important;
  word-break: break-all;
}
.foot-nav-container {
  background: url("../images/common/foot-nav-bk.png");
  padding: 50px 0;
}
.foot-nav {
  max-width: 1000px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: auto;
  color: #4b4b4b;
  font-size: 14px;
}
.foot-nav ul {
  list-style-type: none;
  padding: 0;
  width: 30%;
}
.foot-nav li {
  background-image: url("../images/common/foot-nav-ico.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding: 5px 0 5px 60px;
  margin: 0 20px 0 0;
}
.foot-nav ul a {
  color: #4b4b4b;
}
.foot-nav ul a:hover {
  opacity: 0.5;
}
.foot-info-container {
  background: url("../images/common/foot-bk.png");
  padding: 50px 0 30px 0;
  text-align: center;
}
.foot-addr {
  color: #ffffff;
  font-size: 14px;
}
.foot-addr span {
  margin: 0 30px 0 0;
}
.foot-addr span:last-child {
  margin: 0;
  margin: 0 30px 0 0;
}
.foot-contact-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 25px 0 0 0;
}
.foot-contact-container a:hover {
  opacity: 0.7;
}
.foot-tel {
  margin: 0 30px 0 0;
  padding: 10px 0 0 0;
  width: 363px;
  height: 49px;
  border-radius: 15px;
  background-color: rgba(196, 30, 2, 0.7);
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 4px;
}
.foot-tel::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 37px;
  background-image: url("../images/common/foot-tel-ico.png");
  vertical-align: middle;
  margin: 0 10px 0 0;
  background-repeat: no-repeat;
}
.foot-tel a, .foot-mail a {
  color: #FFFFFF;
}
.foot-mail {
  margin: 0 30px 0 0;
  width: 393px;
  height: 54px;
  border-radius: 15px;
  background-color: rgba(196, 30, 2, 0.7);
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0 0 0;
}
.foot-gr-line {
  height: 75px;
  background-color: rgba(72, 106, 0, 0.7);
  margin: 24px 0 0 0;
  padding: 10px 0 0 0;
}
.foot-gr-line div {
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
}
.foot-gr-line span {
  font-size: 30px;
}
.copy {
  margin: 30px 0 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}
#page-top a {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 50px;
  width: 50px;
  height: 50px;
  background-image: url(../images/btn_pagetop.png);
  background-size: 100%;
  text-indent: -9999px;
}
.imgLink img {
  object-fit: cover;
  width: 311px;
  height: 200px;
  border-radius: 10px;
  background-color: #a0a0a0;
}
@media screen and (max-width: 1000px) {
  .top-nav {
    width: 90%
  }
}
@media screen and (max-width: 768px) {
  .top-prod-box02-container {
    flex-direction: column;
    align-items: center;
  }
  .box02-image {
    width: auto;
  }
  .box02-image img {
    width: 250px;
  }
  .top-hukidasi-left-container {
    margin: 60px 0 0 0;
  }
  .areagai {
    position: relative
  }
  .areagai img {
    position: absolute;
    bottom: -150px;
    right: -80px;
  }
  .pc-pc {
    display: none;
  }
  .ipad-ipad {
    display: block;
  }
  /*contact*/
  .contact-list-container {
    display: block;
  }
  .contact-ttl {
    margin: 0 0 10px 0;
  }
  /*contact*/
  .top-info-container {
    padding: 11px 20px;
  }
  .top-nav div {
    margin: 0;
  }
  .top-main-container {
    margin: 0 40px;
  }
  .main-container {
    margin: 0 40px;
  }
  .map-image-container .map-image {
    width: 100%;
  }
  .googlemap {
    padding-bottom: 59%;
  }
  .box01-img {
    width: auto;
    margin: 0 10px 0 0;
  }
  .box03-image-container {
    width: 600px;
    margin: 0 10px 0 0;
  }
  .box1-txt-container {
    flex-basis: 347px;
  }
  .box01-txt {
    width: 100%;
  }
  .table01 td:nth-child(1), .table01 td:nth-child(2) {
    width: 30%;
  }
  .table02-container {
    display: block;
  }
  .sub-tb {
    width: 100%;
  }
  .foot-nav {
    margin: 0 10px;
  }
  .foot-contact-container {
    margin: 25px 10px 0 10px;
  }
  .foot-mail {
    margin: 0;
  }
  /*top*/
  .top-01-txt-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-01-image {
    margin: auto;
  }
  .top-01-subtxt-container {
    margin: 70px 0 0 0;
  }
  .hukidasi-right {
    flex-basis: 450px;
  }
  .hukidasi-right div {
    font-size: 13px;
    line-height: 30px;
  }
  .hukidasi-right-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 191px;
  }
  .top-kakaku-image01 {
    top: 80%;
    width: 130px;
  }
  .hukidasi-left {
    padding: 50px 40px;
  }
  .hukidasi-left div {
    font-size: 13px;
    line-height: 30px;
  }
  .top-kakaku-image02 {
    width: 140px;
  }
  .top-area-contents {
    display: block;
    text-align: center;
  }
  .top-area {
    padding: 50px 0 0 0;
  }
  .top-area img {
    margin: auto;
  }
  .top-area-image div:nth-child(5) {
    right: 28%;
  }
  .top-area-image div:nth-child(2) {
    left: 30%;
  }
  .top-area-image div:nth-child(3) {
    left: 30%;
  }
  .top-area-image div:nth-child(4) {
    left: 30%;
  }
  .top-area-image-txt-container {
    margin: 31px auto 0 auto;
  }
  .top-area-contact-container div:nth-child(1) {
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-area-contact-container div:nth-child(3) {
    margin: 52px auto 0 auto;
  }
  .top-area-contact-container div:nth-child(5) {
    margin: 20px auto 0 auto;
  }
  .top-area-contact-container {
    margin: 150px 0 60px 0;
  }
  .top-flow-image-container img {
    margin: 0 10px;
    width: 300px;
    height: 100%;
  }
  .top-flow-txt {
    width: 100%;
  }
  .top-product-ttl-container div:first-child {
    font-size: 3vw;
  }
  .top-product-txt {
    font-size: 2vw;
  }
  .top-product-txt-in {
    margin: 0 10px 0 0;
  }
  /*top*/
}
@media screen and (max-width: 568px) {
  .top-prod-box02 {
    width: auto;
    line-height: 120%;
  }
  .top-prod-box02-txt {
    margin: 0 0 20px 0;
  }
  .top-prod-box02-ico, .top-prod-box02:hover .top-prod-box02-ico {
    bottom: 5%;
  }
  .ico01 {
    font-size: 5.5vw;
  }
  .box02-image-container div {
    margin: 5px auto;
  }
  .list01 li {
    display: block;
    background-position: left 0.5em;
  }
  .b-w-ttl span:nth-child(odd) {
    height: 15vw;
    font-size: 11vw;
  }
  .b-w-ttl span:nth-child(even) {
    height: 15vw;
    font-size: 11vw;
  }
  .b-w-ttl span:last-child {
    margin: 0;
  }
  .top-main-container {
    margin: 0 20px;
  }
  .main-container {
    margin: 0 20px;
  }
  .top-area-image span {
    font-size: 4vw;
  }
  .top-area {
    padding: 20px 0 0 0;
  }
  .ipad-ipad {
    display: none;
  }
  /*contact*/
  .c-name input, .c-kana input, .c-tel input, .c-mail input, .size_add, .size-txtbox1 {
    width: 100%;
  }
  .req::after {
    margin: 0 0 0 10px;
  }
  .contact-list-container {
    padding: 23px 20px;
  }
  /*contact*/
  html {
    line-height: 33px;
    font-size: 16px;
  }
  .pc-pc {
    display: none;
  }
  .sp-sp {
    display: block;
  }
  .top-info-in {
    display: block;
  }
  .top-contact-container {
    display: block;
  }
  .top-info-container {
    text-align: center;
  }
  .top-contact-bana {
    display: block;
    margin: 0;
  }
  .top-tel {
    background-color: rgba(196, 30, 2, 0.7);
    width: 100%;
    margin: 0 0 20px;
    letter-spacing: 1px;
    display: block;
    padding: 10px 0 0 0;
    height: 49px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
  }
  .top-tel::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 37px;
    background-image: url("../images/common/foot-tel-ico.png");
    vertical-align: middle;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
  }
  .top-info-logo-container {
    margin: 0 0 20px 0;
  }
  .top-tel-container {
    margin: 0 0 20px 0;
  }
  .top-nav div {
    height: 200px;
    width: 15vw;
  }
  .m-over-container {
    display: block;
  }
  .m-over-txt {
    margin: 8px 0 10px 0;
  }
  .m-over-image-container {
    margin: 0 auto 20px auto;
  }
  .map-image-image-container {
    width: 100%;
    margin: 0;
  }
  .map-image-container .map-image {
    width: 100%;
  }
  .map-image-container {
    display: block;
  }
  .map-image-txt {
    margin: 8px 0 10px 0;
  }
  .box01-container {
    display: block;
  }
  .red-bana01-container, .red-bana02-container {
    width: 100%;
  }
  .red-bana01 {
    margin: 0;
  }
  .red-bana02 {
    margin: 0;
    width: 100%;
  }
  .bana01 {
    width: 100%;
  }
  .border-yell {
    font-size: 16px;
    line-height: 33px;
    border-image-slice: 70;
  }
  .box01-ttl {
    width: 100%;
    font-size: 4.5vw;
  }
  .box01-txt {
    width: 100%;
  }
  .box01-img {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .box01-txt {
    width: 100%;
  }
  .box02-image {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .box03-container {
    display: block;
  }
  .box03-image-container {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .box03-ttl {
    width: 100%;
  }
  .box03-txt-container {
    width: 100%;
  }
  .box04 {
    border-width: 1px;
    border-color: #39370b;
    border-style: solid;
    color: #39370b;
    font-size: 16px;
    line-height: 33px;
    padding: 41px;
  }
  .list01 li {}
  .list03 li {
    font-size: 16px;
    line-height: 33px;
  }
  .table01, .table100 {
    display: block;
  }
  .table01 td:nth-child(1), .table01 td:nth-child(2), .table100 td:nth-child(1), .table100 td:nth-child(2), .sub-tb td:nth-child(1), .sub-tb td:nth-child(2) {
    display: block;
    width: auto;
    border-right: 0px;
  }
  .table01 div:first-child {
    margin: 0;
  }
  .table02-ttl {
    width: auto;
    padding: 10px;
  }
  .foot-addr span {
    display: block;
    margin: 0;
  }
  .foot-addr span:last-child {
    margin: 0;
  }
  .foot-contact-container {
    display: block;
  }
  .foot-tel {
    background-color: rgba(196, 30, 2, 0.7);
    width: 100%;
    margin: 0 0 20px;
    letter-spacing: 1px;
    display: block;
    padding: 10px 0 0 0;
    height: 49px;
  }
  .foot-mail {
    width: 100%;
    font-size: 5vw;
  }
  .foot-gr-line {
    height: auto;
  }
  .foot-nav {
    display: block;
    ;
  }
  .foot-nav ul {
    width: 100%;
  }
  .nav-content {
    position: fixed;
    z-index: 100;
    top: 0px;
    background: #fff;
    color: #000;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
  .nav-content ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .nav-content ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 20px 20px 20px 50px;
    border-bottom: 1px dotted #333;
  }
  .nav-content ul li:last-child {
    padding-bottom: 20px;
    border-bottom: none;
  }
  .nav-content ul li a {
    color: #000;
    padding: 1em 0;
  }
  .nav-content.active {
    transform: translateY(0%);
  }
  .navToggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 10px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 101;
    background: #cca600;
    text-align: center
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 28px;
  }
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .border-yell {
    padding: 10px 0;
  }
  .box04 {
    padding: 10px 20px;
  }
  /*top*/
  .main-ttl {
    font-size: 6vw;
  }
  .top-nav {
    top: 0px;
    padding: 0;
    width: 90%;
  }
  .top-nav div {
    height: 150px;
  }
  .top-01-ttl div:last-child {
    font-size: 7vw;
  }
  .top-01-list {
    line-height: 120%;
    font-size: 5vw;
  }
  .top-01-image {
    width: 100%;
  }
  .top-01-subtxt-container {
    line-height: 7vw;
    width: auto;
    font-size: 5vw;
  }
  .top-01-subtxt {
    margin: 0 0 0 20px;
  }
  .top-area-image div:nth-child(2) {
    top: 15%;
    left: 25%;
  }
  .top-area-image div:nth-child(3) {
    top: 40%;
    left: 25%;
  }
  .top-area-image div:nth-child(4) {
    left: 20%;
    top: 56%;
  }
  .top-area-image div:nth-child(5) {
    right: 20%;
    top: 40%;
  }
  .top-hukidasi-right-container {
    margin: 200px 0 0 0;
  }
  .top-midasi {
    margin: auto;
  }
  .top-syosai a, .top-product-syosai a, .top-news-ichiran a {
    margin: 30px auto 0 auto;
  }
  .hukidasi-right {
    padding: 10px 10px;
  }
  .hukidasi-right div, .hukidasi-left div {
    font-size: 14px;
  }
  .top-kakaku-image01, .top-kakaku-image02 {
    width: 150px;
    margin: 0 0 0 auto !important;
    top: 95%;
    right: 10px;
  }
  .top-kakaku-image02 {
    position: static;
  }
  .hukidasi-right-image {
    top: -191px;
  }
  .hukidasi-right::before {
    top: -30px;
    right: 90px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-left: 40px solid #65772e;
  }
  .hukidasi-left::before {
    top: -30px;
    left: 50px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(90deg);
    border-right: 40px solid #65772e;
  }
  .top-hukidasi-left-container {
    display: block;
  }
  .hukidasi-left-image img {
    height: 200px;
  }
  .hukidasi-left {
    padding: 30px;
  }
  .top-area-image-txt-container {
    width: 100%;
  }
  .top-area-image-txt-container div:last-child {
    font-size: 100%;
  }
  .top-area-contact-container {
    margin: 30px 0;
  }
  .top-area-contact-container div:nth-child(1) {
    font-size: 26px;
    line-height: 48px;
    width: 100%;
    height: 142px;
    position: relative;
    top: 0;
    left: 0;
  }
  .top-area-contact-container div:nth-child(1)::before {
    bottom: -20px;
    right: 40px;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  .top-area-contact-container div:nth-child(3) {
    width: 95%;
    font-size: 8vw;
  }
  .top-area-contact-container div:nth-child(5) {
    width: 95%;
    font-size: 5vw;
  }
  .top-flow-contents {
    margin: 0;
    margin: 10px 0 0 0;
  }
  .top-flow-ttl02 {
    font-size: 5vw;
  }
  .top-flow-txt {
    width: 100%;
  }
  .top-flow-image-container {
    display: block;
    text-align: center;
  }
  .top-flow-image-container img {
    margin: 10px 0;
  }
  .top-midasi-container {
    display: block;
  }
  .top-product-bana {
    margin: 30px auto 0 auto;
    width: auto;
    background-size: contain;
    background-position: center;
  }
  .top-product-hukidasi {
    padding: 20px;
    background-color: rgba(178, 159, 101, 0.7);
  }
  .top-product-hukidasi div:last-child {
    font-size: 5.5vw;
    line-height: 25px;
  }
  .top-product-contents-container {
    display: block;
  }
  .top-product-txt-container {
    display: block;
    width: 100%;
  }
  .top-product-ttl-container {
    display: block;
  }
  .top-product-ttl-container div:first-child {
    font-size: 6.5vw;
    margin: 0 0 20px 0;
  }
  .top-product-txt {
    font-size: 100%;
  }
  .news-list {
    height: 100%;
    display: block;
  }
  .news-list span {
    display: block;
  }
  .news-list span:last-child {
    background: url(../images/common/news-arrow02.png) no-repeat right top;
    margin: auto;
    text-align: right;
  }
  /*top*/
}
/*
@media screen and (min-width: 320px) and (max-width: 568px) {
	.top-tel {
    background: url(../images/common/top-tel-ico.png) no-repeat 6% center;
}
	.top-area-image div:nth-child(2) {
    top: 40px;
    left: 80px;
}
	.top-area-image div:nth-child(3) {
    top: 85px;
    left: 80px;
}
}*/
.daiken {
  width: 200px;
  height: auto;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .daiken {
    margin: 0 auto;
  }
}
@media screen and (max-width: 568px) {
  .daiken {
    margin: 0 auto;
  }
  .span01 {
    margin: 5px auto 5px auto;
    padding: 12px;
    line-height: 100%;
    display: block;
    text-align: center;
    width: 70%;
  }
  .span01-subtxt {
    margin: 0 auto;
    display: block;
    width: 80%;
  }
  .span01-subtxt02 {
    margin: 0 auto;
    display: block;
    width: 30%;
  }
  .sp-mgT10 {
    margin: 10px 0 0 0;
  }
  .sp-center {
    text-align: center;
  }
  .flex02 {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px auto;
    width: 70%;
  }
  .flex02 a {
    width: 70%;
  }
  .flex {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
  }
  .flex a {
    width: 70%;
  }
  .box02-subtxt {
    margin: 0 0 30px 0;
  }
  .news-red-bana02 h1 {
    font-size: 16px;
  }
  .news-red-bana02 {
    padding: 0 50px 0 50px;
  }
}
.daiken p {
  font-size: 14px;
  color: #4D4B4B;
  text-align: center;
}
.daiken a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}