@charset "UTF-8";
/*********************
BREAKPOINTS
*********************/
/*********************
BREAKPOINTS
*********************/
/* snippet */
.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-c {
  text-align: center;
}

.serif {
  font-family: "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.gothic {
  font-family: "Helvetica neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.text-red {
  color: #ec0000;
}

.text-ul {
  border-bottom: 1px solid;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.col > div {
  width: 100%;
}

.col2 > div {
  width: 49%;
}

@media screen and (min-width: 768px) {
  .col2-tab > div {
    width: 49%;
  }
  .col3-tab > div {
    width: 32.333%;
  }
  .col4-tab > div {
    width: 24%;
  }
}

@media screen and (min-width: 1000px) {
  .col3-pc > div {
    width: 32.333%;
  }
  .col4-pc > div {
    width: 24%;
  }
  .col5-pc > div {
    width: 19%;
  }
  .col6-pc > div {
    width: 16%;
  }
}

.wrap {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .wrap {
    max-width: 700px;
  }
}

@media screen and (min-width: 1000px) {
  .wrap {
    max-width: 1000px;
  }
}

@media screen and (min-width: 768px) {
  .brsp {
    display: none;
  }
}

.brtab {
  display: none;
}

@media screen and (min-width: 768px) {
  .brtab {
    display: block;
  }
}

.brpc {
  display: none;
}

@media screen and (min-width: 1000px) {
  .brpc {
    display: block;
  }
}

.btn {
  display: inline-block;
  text-align: center;
  font-size: .875rem;
  padding: .75em 1em;
}

.btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: white;
  transform: rotate(45deg);
  margin-left: .5rem;
  position: relative;
  top: -1px;
}

@media screen and (min-width: 768px) {
  .btn {
    width: auto;
  }
}

@media screen and (min-width: 1000px) {
  .btn {
    font-size: 1rem;
    transition: .3s;
  }
}

.btn-m {
  font-size: .9125rem;
  padding: .75em 2em;
}

@media screen and (min-width: 768px) {
  .btn-m {
    width: auto;
  }
}

@media screen and (min-width: 1000px) {
  .btn-m {
    font-size: 1.125rem;
  }
}

.btn-l {
  font-size: 1rem;
  padding: .75em 2.5em;
}

@media screen and (min-width: 768px) {
  .btn-l {
    width: auto;
  }
}

@media screen and (min-width: 1000px) {
  .btn-l {
    font-size: 1.25rem;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 10px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 10px;
  height: 10px;
  line-height: 20px;
  text-align: center;
  background: black;
  border-radius: 6px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*********************
BREAKPOINTS
*********************/
.pop-box {
  display: none;
  background: #FFF;
  padding: 2rem 1rem 1rem;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  text-align: center !important;
}

@media screen and (min-width: 1000px) {
  .pop-box {
    padding: 3rem 1rem 1rem;
  }
}

.mfp-removing {
  animation: close 1s;
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.works-img {
  justify-content: center;
}

.box {
  background: #eee;
  height: 200px;
  margin-bottom: 100px;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

/* normalise */
/* styling */
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

p, h1, h2, h3, h4, h5, ul, li, ol, img, dl, dt, dd, a, span, i, figure {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .875rem;
}

input, textarea, button {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  line-height: 2;
}

div {
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: middle;
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1000px) {
  a:hover {
    opacity: .8;
  }
  p, li, dt, dd, span, i {
    font-size: 1rem;
  }
  img {
    width: auto;
  }
}

/* header */
.header-area {
  left: 0;
  top: 0;
  width: 100%;
}

.header-area .logo a {
  overflow: hidden;
  display: block;
  background: url(../img/common/logo.png) no-repeat center;
  text-indent: 100%;
  white-space: nowrap;
  background-size: contain;
  width: 240px;
}

.header-area .drawer-menu {
  padding: .5rem .5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.header-area .drawer-menu > ul, .header-area .drawer-menu .menu-bnr {
  width: 100%;
}

.header-area .drawer-menu > ul {
  order: 2;
  margin-bottom: 2rem;
}

.header-area .link-shop {
  width: 100%;
  padding-top: .25em;
}

.header-area .link-shop a {
  display: block;
  background: #bf0000;
  color: white;
  padding: 1em 0;
  text-align: center;
  line-height: 1.3;
}

.header-area .link-shop a::before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/icon-cart.png);
  background-size: contain;
  margin-right: .25em;
  position: relative;
  top: -1px;
}

.header-area .link-shop.yahoo a {
  background: #ffcc00;
  color: #000;
}

.header-area .link-shop.yahoo a::before {
  background-image: url(../img/common/icon-cart-bl.png);
}

.header-area .link-shop.pcmenu {
  display: none;
}

@media screen and (min-width: 1000px) {
  .header-area {
    background: url(../img/common/bg_light.jpg) repeat-x;
    height: 100px;
  }
  .header-area .logo {
    width: 100%;
    padding: 10px 16px 10px 0;
  }
  .header-area .logo a {
    height: 80px;
    width: 100%;
    background-image: url(../img/common/logo_2lines_03.png);
  }
  .header-area .drawer-menu > ul {
    width: 100%;
    margin-bottom: 0;
  }
  .header-area .link-shop {
    padding-top: 0;
  }
  .header-area .link-shop.spmenu {
    display: none;
  }
  .header-area .link-shop.pcmenu {
    display: inline-block;
    position: fixed;
    right: 0;
    top: 120px;
    height: 140px;
    width: 52px;
  }
  .header-area .link-shop.pcmenu.yahoo {
    top: 270px;
    height: 220px;
  }
  .header-area .link-shop.pcmenu a {
    display: block;
    height: 100%;
    letter-spacing: .1em;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    line-height: 24px;
    padding: 0 1em;
    border-radius: 5px 0 0 5px;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.3);
  }
  .header-area .link-shop.pcmenu a::before {
    margin-right: 0;
    margin-bottom: .25em;
    top: auto;
    left: -3px;
  }
  @-moz-document url-prefix() {
    .header-area .link-shop.pcmenu a::before {
      left: 0;
    }
  }
}

.drawer-menu-item a {
  display: block;
  padding: .75em;
  border-bottom: 1px solid;
  border-color: #ece5cc;
  position: relative;
  letter-spacing: .05em;
}

.drawer-menu-item a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translate(0, -50%) rotate(45deg);
}

@media screen and (min-width: 1000px) {
  .drawer-menu-item a {
    font-size: .9125rem;
    padding: 0 .75em;
    line-height: 40px;
    border-right: 1px solid;
    border-color: #ece5cc;
  }
  .drawer-menu-item a:hover {
    background: #f8f6ed;
    text-decoration: none;
  }
  .drawer-menu-item:nth-child(6n) a {
    border-right: 0;
  }
  .drawer-menu-item.btm a {
    border-bottom: 0;
  }
}

/* main */
.contents > section {
  padding: 1rem 0;
}

.contents p {
  margin-bottom: 1.5em;
}

.contents p:last-child {
  margin-bottom: 0;
}

.contents .sec-ttl-l, .contents .sec-ttl-m, .contents .sec-ttl-s {
  font-family: "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  line-height: 1.3;
}

.contents .sec-ttl-l {
  font-size: 1.25rem;
  padding: .25em 0;
  margin-bottom: .5em;
  margin-top: 1em;
  border-bottom: 1px solid;
  text-align: center;
}

.contents .sec-ttl-m {
  font-size: 1rem;
}

.contents.page .sec-ttl-m {
  background: #f2f2f2;
  padding: .7em;
  margin-bottom: .5em;
}

.contents.page p {
  padding: 0 2%;
}

.contents .sec-ttl-s {
  font-size: 1rem;
  padding: .25em 0;
  margin-bottom: .5em;
}

.contents .topics {
  background: #faf8f1;
}

.contents .topics .sec-ttl-m {
  position: relative;
  padding-left: 1.5em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #c2ac5d;
  padding-top: .75em;
  padding-bottom: .75em;
  margin-bottom: 1em;
}

.contents .topics .sec-ttl-m::before {
  content: 'Topic';
  display: block;
  position: absolute;
  font-size: 1rem;
  left: -1em;
  top: -1rem;
  padding: .25em .75em;
  background: #3b50b1;
  color: white;
  transform: rotate(-20deg);
}

.contents .topics .link-btn {
  justify-content: center;
}

.contents .topics .link-btn .btn {
  margin: .25em 0.5%;
}

.contents .topics .sec-ttl-ss {
  border-left: 2px solid #3b50b1;
  padding-left: .5em;
  margin-bottom: .25em;
}

@media screen and (min-width: 768px) {
  .contents > section {
    padding: 1.5rem 0;
  }
  .contents .sec-ttl-l {
    font-size: 1.5rem;
  }
  .contents .sec-ttl-m {
    font-size: 1.25rem;
  }
  .contents.page .sec-ttl-m {
    padding: .5em .7em;
  }
  .contents .topics .sec-ttl-m::before {
    font-size: 1.125rem;
    left: -2em;
    top: -1em;
    padding-right: 1.75em;
    padding-left: 1.75em;
    font-size: 1.125rem;
  }
  .contents .topics .sec-ttl-ss {
    padding: .5em .75em;
    margin-bottom: .5em;
  }
}

@media screen and (min-width: 1000px) {
  .contents > section {
    padding: 2rem 0;
  }
  .contents .sec-ttl-l {
    font-size: 2.25rem;
  }
  .contents .sec-ttl-m {
    font-size: 1.75rem;
  }
  .contents .sec-ttl-s {
    font-size: 1.5rem;
  }
  .contents .topics .sec-ttl-m {
    padding-left: 2em;
  }
  .contents .topics .sec-ttl-m::before {
    font-size: 1.5rem;
  }
  .contents .topics .sec-ttl-ss {
    font-size: 1.125rem;
  }
}

.link-btn {
  text-align: center;
  padding: .5rem 0;
}

.link-btn .btn {
  width: 100%;
  color: white !important;
  background: #c2ac5d;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .link-btn {
    justify-content: space-between;
  }
  .link-btn .btn {
    width: 49%;
  }
}

@media screen and (min-width: 1000px) {
  .link-btn .btn {
    font-size: 1.125rem;
  }
}

/* 創業100年 */
.top-lead1 .text {
  margin-bottom: 1rem;
}

.top-lead1 .img {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  background: #f7f7f7;
}

.top-lead1 .img img {
  max-width: 500px;
}

@media screen and (min-width: 1000px) {
  .top-lead1 .text {
    width: 50%;
    padding-right: 2%;
  }
  .top-lead1 .img {
    width: 50%;
    padding: 1rem 2%;
  }
  .top-lead1 .img img {
    max-width: 100%;
  }
}

/* 関工作所について */
.top-about-us > div {
  border: 1px solid;
  padding: .75rem;
  margin-bottom: 1rem;
}

.top-about-us > div p {
  font-size: .8125rem;
}

.top-about-us h3 {
  font-size: 1rem;
  font-family: "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  background: #ece5cc;
  padding: .5em 0;
  margin-bottom: .5em;
  letter-spacing: .1em;
}

.top-about-us .for-family {
  border-color: #c2ac5d;
}

.top-about-us .for-family h3 {
  color: #615425;
}

.top-about-us .for-family .btn {
  background: #ab9441;
}

.top-about-us .for-temple {
  border-color: #b7c0e7;
}

.top-about-us .for-temple h3 {
  color: #212d65;
}

.top-about-us .for-temple .btn {
  background: #3b50b1;
}

.top-about-us .for-temple h3 {
  background: #cbd1ee;
}

.top-about-us .img {
  padding: 1rem 0;
}

.top-about-us .img figure {
  display: block;
  width: 50%;
  text-align: center;
  padding: 0 4%;
  margin-bottom: .5rem;
}

.top-about-us .link-btn {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .top-about-us {
    justify-content: space-between;
  }
  .top-about-us > div {
    width: 49%;
    padding: .75rem 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .top-about-us > div > div {
    width: 100%;
    padding: 0 1rem;
  }
  .top-about-us > div .bottom {
    align-self: flex-end;
  }
  .top-about-us .img figure {
    height: 200px;
    padding: 0;
  }
  .top-about-us .img img {
    height: 100%;
    max-height: 100%;
    width: auto;
  }
}

@media screen and (min-width: 1000px) {
  .top-about-us {
    margin-bottom: 2rem;
  }
  .top-about-us h3 {
    font-size: 1.25rem;
  }
  .top-about-us > div p {
    font-size: 1rem;
    padding: 0 3%;
  }
  .top-about-us .img figure {
    width: 33.333%;
  }
  .top-about-us .btn {
    width: 70%;
  }
}

/* ご相談ください */
.top-soudan {
  margin-bottom: 2rem;
}

.top-soudan .sec-ttl-m {
  background: white;
  padding: .75em .5em;
  margin-bottom: .5rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #3b50b1;
}

.top-soudan .soudan-list {
  background: #f2f2f2;
  padding: 1rem 2rem;
}

.top-soudan .soudan-list ul {
  width: 100%;
}

.top-soudan .soudan-list li {
  padding: .25em 0;
  list-style: disc;
  line-height: 1.3;
}

.top-soudan .link-btn a {
  margin-bottom: .5em;
}

@media screen and (min-width: 1000px) {
  .top-soudan {
    margin-bottom: 4rem;
  }
  .top-soudan .soudan-list {
    padding: 1.5rem 5%;
    justify-content: space-between;
    margin-bottom: .5rem;
  }
  .top-soudan .soudan-list ul {
    width: 48%;
  }
  .top-soudan .link-btn {
    padding: .5rem 10%;
    justify-content: space-between;
  }
  .top-soudan .link-btn .btn {
    width: 48%;
  }
}

/* 認定書 */
.certificate .img {
  background: #f2f2f2;
  margin-bottom: 1rem;
  padding: 1rem 4%;
  border-color: #ccc;
}

.certificate .img img {
  display: block;
  width: 42%;
  height: auto;
  margin: 0 4% .5rem;
}

.certificate .img img:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .certificate .img {
    padding: 2rem 15%;
    justify-content: space-between;
  }
  .certificate .img img {
    width: 29.333%;
    margin: 0 2%;
  }
}

@media screen and (min-width: 1000px) {
  .obutudan .link-btn a {
    width: 22%;
  }
}

/* 下層ページ */
@media screen and (min-width: 768px) {
  .page-lead {
    text-align: center;
  }
}

/* original */
.original-img01-thumb > div {
  margin-bottom: 1rem;
}

.original-img01-thumb a {
  display: block;
}

@media screen and (min-width: 768px) {
  .original-img01-thumb {
    padding: 0 2%;
    justify-content: space-between;
  }
}

.modal-thumb {
  padding: 0 2%;
}

.modal-thumb > div {
  margin-bottom: 1rem;
}

.modal-thumb a {
  display: block;
}

@media screen and (min-width: 768px) {
  .modal-thumb {
    padding: 0 2%;
    justify-content: space-between;
  }
}

/* western_taste */
@media screen and (min-width: 1000px) {
  .western_taste-hero {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .western_taste-hero img {
    width: 100%;
  }
}

.contents.page .prod-showcase {
  border: 1px solid #ccc;
  padding: 1rem 2%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1000px) {
  .contents.page .prod-showcase .name {
    font-size: 1.125rem;
  }
}

.prod-showcase .modal-thumb {
  margin-bottom: 1rem;
}

.prod-showcase .name {
  font-weight: bold;
  margin-bottom: 1em;
}

.prod-showcase .spec {
  word-break: break-all;
}

@media screen and (min-width: 1000px) {
  .prod-showcase .spec {
    font-size: .875rem !important;
  }
}

.prod-spec-icons {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: .75rem .5rem;
  align-items: flex-start;
}

.prod-spec-icons img {
  width: 40px;
  margin-right: .5rem;
}

.contact-info .sec-ttl-s {
  background: #f2f2f2;
  padding: .75rem;
  margin-bottom: 2rem;
  text-align: center;
}

.prod-spec-icon-info {
  padding: 1rem 3% .5rem;
  border: 1px solid #ccc;
}

.prod-spec-icon-info > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: .5rem;
  width: 50%;
  margin-bottom: .5rem;
}

.prod-spec-icon-info > div div {
  width: 40px;
}

.prod-spec-icon-info > div p {
  width: 100%;
  font-size: .75rem;
  line-height: 1.5;
  padding: 0 3% !important;
}

@media screen and (min-width: 768px) {
  .prod-spec-icon-info > div {
    width: 33.333%;
  }
  .prod-spec-icon-info > div div {
    width: 20%;
  }
  .prod-spec-icon-info > div p {
    width: 80%;
  }
}

@media screen and (min-width: 1000px) {
  .prod-spec-icon-info > div {
    width: 25%;
  }
}

/* fallentree */
.fallentree-prod > .flex, .golden-prod > .flex, .temple-prod > .flex {
  justify-content: space-between;
}

@media screen and (min-width: 1000px) {
  .fallentree-prod > .flex, .golden-prod > .flex, .temple-prod > .flex {
    justify-content: flex-start;
  }
  .fallentree-prod > .flex > div, .golden-prod > .flex > div, .temple-prod > .flex > div {
    margin-right: 1.5%;
  }
  .fallentree-prod > .flex > div:nth-child(3n), .golden-prod > .flex > div:nth-child(3n), .temple-prod > .flex > div:nth-child(3n) {
    margin-right: 0;
  }
}

/* golden */
@media screen and (min-width: 768px) {
  .golden-prod #hamadan > div {
    width: 42.9%;
  }
  .golden-prod #hamadan > div:last-child {
    width: 55.1%;
  }
}

@media screen and (min-width: 768px) and (min-width: 1000px) {
  .golden-prod #hamadan a {
    font-size: inherit;
  }
  .golden-prod #hamadan > div {
    width: 32.333%;
  }
  .golden-prod #hamadan > div:last-child {
    width: 66%;
    margin-right: 0;
  }
}

/* washer */
.washer-works, .repair-works {
  justify-content: space-between;
}

.washer-works > div, .repair-works > div {
  margin-bottom: 1rem;
}

.repair, .wash {
  justify-content: space-between;
}

.repair .before p, .repair .after p, .wash .before p, .wash .after p {
  margin-bottom: 0;
  padding: .25em 0;
  text-align: center;
  background: #ece5cc;
  font-family: "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  letter-spacing: .1em;
}

.repair .before p, .wash .before p {
  color: #615425;
}

.repair .after p, .wash .after p {
  background: #cbd1ee;
  color: #212d65;
}

@media screen and (min-width: 768px) {
  .repair .before p, .repair .after p, .wash .before p, .wash .after p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  .repair .before p, .repair .after p, .wash .before p, .wash .after p {
    font-size: 1.25rem;
  }
}

.repair img, .wash img {
  width: 100%;
}

.washer .wash .flex, .washer .repair .flex, .temple .wash .flex, .temple .repair .flex {
  justify-content: space-between;
  align-items: flex-start;
}

.washer .wash .ttl, .washer .repair .ttl, .temple .wash .ttl, .temple .repair .ttl {
  border-bottom: 1px solid;
  margin-bottom: .5em;
  padding: .25em .5em;
}

@media screen and (min-width: 1000px) {
  .washer .wash .ttl, .washer .repair .ttl, .temple .wash .ttl, .temple .repair .ttl {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1000px) {
  .washer .wash, .washer .repair, .temple .wash, .temple .repair {
    padding: 0 2%;
  }
}

/* sevenworks */
.sevenworks-cat {
  justify-content: space-between;
}

.sevenworks-cat > div {
  margin-bottom: 1rem;
}

.sevenworks-cat > div#nuri .flex, .sevenworks-cat > div#makie .flex {
  justify-content: space-between;
}

.sevenworks-cat > div#nuri .flex div, .sevenworks-cat > div#makie .flex div {
  margin-bottom: .5rem;
}

.sevenworks-cat a {
  display: block;
  margin-bottom: .5rem;
}

.sevenworks-cat .ttl {
  background: #cbd1ee;
  color: #212d65;
  padding: .25em .5em;
  margin-bottom: .25em;
}

.sevenworks-cat .name {
  font-weight: bold;
  display: block;
}

@media screen and (min-width: 768px) {
  .sevenworks-cat .ttl {
    font-size: 1rem;
    margin-bottom: .5em;
  }
  .sevenworks-cat > div {
    margin-bottom: 2rem;
  }
  .sevenworks-cat > div#nuri, .sevenworks-cat > div#makie {
    width: 100%;
  }
  .sevenworks-cat > div#nuri .flex div, .sevenworks-cat > div#makie .flex div {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  .sevenworks-cat .ttl {
    font-size: 1.25rem;
  }
}

.pop-box {
  text-align: center;
}

.pop-box .ttl {
  font-size: 1.25rem;
  letter-spacing: .1em;
  font-family: "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  border-bottom: 1px solid;
}

.pop-box p.name {
  font-size: .9125rem;
  padding: .25em 0;
}

.pop-box figure {
  margin: .5rem 0;
}

.pop-box .sevenworks-flow {
  margin: .5rem 0;
  background: #f2f2f2;
  padding: 1rem;
  display: inline-block;
  width: 100%;
}

.pop-box .sevenworks-flow li:after {
  display: block;
  content: '↓';
  vertical-align: middle;
}

.pop-box .sevenworks-flow li:last-child:after {
  content: '';
}

@media screen and (min-width: 1000px) {
  .pop-box .ttl {
    font-size: 1.75rem;
  }
  .pop-box p.name {
    font-size: 1.25rem;
  }
}

/* temple */
.temple-prod .flex > div {
  margin-bottom: 1rem;
}

.temple-prod .flex > div p {
  font-size: .8125rem;
}

@media screen and (min-width: 1000px) {
  .temple-prod .flex > div p {
    font-size: 1rem;
  }
}

.temple-prod .flex > div img {
  border: 1px solid #ccc;
  padding: .5rem;
}

/* others */
.other-prod .flex {
  justify-content: space-between;
}

.other-prod .flex > div {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .other-prod .flex {
    justify-content: flex-start;
  }
  .other-prod .flex > div {
    margin-right: 1.5%;
  }
  .other-prod .flex > div:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1000px) {
  .other-prod .flex > div {
    margin-right: 1.333%;
  }
  .other-prod .flex > div:nth-child(3n) {
    margin-right: 1.333%;
  }
  .other-prod .flex > div:nth-child(4n) {
    margin-right: 0;
  }
}

.other-prod .sales-point h4 {
  border-bottom: 1px solid;
  margin-bottom: .5em;
  font-size: .9125rem;
}

.other-prod .sales-point ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.other-prod .sales-point li {
  padding: .25em 0;
}

.other-contact .sec-ttl-s {
  line-height: 1.5;
  border-top: 1px solid #3b50b1;
  border-bottom: 1px solid #3b50b1;
  padding: .5em .25em;
}

@media screen and (min-width: 768px) {
  .other-contact .sec-ttl-s {
    font-size: 1.125rem;
  }
}

/* access */
.access-info p {
  font-size: .9125rem;
}

@media screen and (min-width: 1000px) {
  .access-info p {
    font-size: 1.25rem;
  }
}

.map-area iframe {
  width: 100%;
  height: 300px;
}

@media screen and (min-width: 768px) {
  .map-area iframe {
    height: 400px;
  }
}

@media screen and (min-width: 1000px) {
  .map-area iframe {
    height: 600px;
  }
}

/* forms */
.form-area {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.form-area div {
  font-size: .875rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.form-area div .reds {
  color: #ec0000;
}

@media screen and (min-width: 1000px) {
  .form-area div {
    font-size: 1rem;
  }
}

.form-area .form-error {
  font-size: 1rem;
  line-height: 2;
  background: #ffdede;
  padding: 1rem;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.form-area input {
  border: 1px solid #ccc;
  width: 100%;
  height: 40px;
  padding: .25em;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.form-area textarea {
  font-size: 1rem;
  border: 1px solid #ccc;
  width: 100%;
  height: 10rem;
  padding: .25em;
  line-height: 1.5;
}

.form-area #btn {
  padding: 1rem 0;
  text-align: center;
}

.form-area #btn input {
  background: #3b50b1;
  color: white;
  letter-spacing: .1em;
  padding: 1em 0;
  height: auto;
  max-width: 400px;
}

@media screen and (min-width: 1000px) {
  .form-area #btn input:hover {
    opacity: .8;
  }
}

/* footer */
.footer-area {
  margin-top: 2rem;
  background: #867433;
  padding: 2rem 0 0;
}

.footer-area .right {
  width: 100%;
  margin-bottom: 2rem;
}

.footer-area .right > div {
  width: 100%;
}

.footer-area .right .links {
  margin-bottom: 1rem;
}

.footer-area .right .link-shop {
  width: 100%;
  margin-bottom: .25rem;
}

.footer-area .right .link-shop a {
  padding: .5rem 0;
  display: block;
  text-align: center;
  background: white;
}

.footer-area .right .link-shop a::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/icon-cart-bl.png);
  background-size: contain;
  margin-right: .25em;
  position: relative;
  top: -1px;
}

.footer-area .right .img {
  margin-bottom: 0.2rem;
}

.footer-area .right .img img {
  width: 160px;
}

@media screen and (min-width: 768px) {
  .footer-area .right .links {
    justify-content: space-between;
  }
  .footer-area .right .link-shop {
    width: 49%;
  }
  .footer-area .right .img img {
    width: auto;
    max-width: 40%;
  }
}

@media screen and (min-width: 1000px) {
  .footer-area {
    margin-top: 5rem;
  }
  .footer-area .right {
    width: 20%;
    padding-right: 0;
    padding-left: 3%;
    margin-bottom: 1rem;
  }
  .footer-area .right .links {
    order: 2;
  }
  .footer-area .right .link-shop {
    width: 100%;
  }
  .footer-area .right .img {
    order: 1;
  }
  .footer-area .right .img img {
    max-width: 100%;
  }
  .footer-area .right .img:last-child {
    margin-bottom: 1rem;
  }
}

.footer-info {
  margin-bottom: 2rem;
  color: white;
}

.footer-info .company-name {
  display: block;
}

.footer-info .address p {
  font-size: .75rem;
}

.footer-info .address span {
  font-size: .875rem;
}

@media screen and (min-width: 1000px) {
  .footer-info {
    width: 26%;
    padding-right: 3%;
    margin-bottom: 1rem;
  }
}

.footer-logo img {
  width: 180px;
  display: block;
  margin-bottom: .25rem;
}

@media screen and (min-width: 768px) {
  .footer-logo img {
    width: 240px;
  }
}

@media screen and (min-width: 1000px) {
  .footer-logo {
    padding-right: 0;
  }
  .footer-logo img {
    width: auto;
  }
}

.footer-nav {
  margin-bottom: 1rem;
}

.footer-nav ul {
  border-bottom: 1px solid white;
}

.footer-nav li {
  width: 50%;
}

.footer-nav a {
  border-top: 1px solid;
  font-size: .875rem;
  display: block;
  padding: 1em .5em;
  color: white !important;
}

@media screen and (min-width: 1000px) {
  .footer-nav {
    width: 54%;
  }
  .footer-nav li {
    width: 33.333%;
  }
}

.copyright {
  background: #3b50b1;
  color: white;
  text-align: center;
  font-size: .875rem;
  padding: .75em .5em .5em;
  letter-spacing: .1em;
}

#btn-top {
  position: fixed;
  right: 4%;
  bottom: 4%;
  font-size: .75rem;
  line-height: 1.2;
  width: 4rem;
  padding: .75em .5em;
  text-align: center;
  background: #3b50b1;
  color: white;
}

#btn-top img {
  width: 24px;
}

#btn-top ~ img {
  width: auto;
  position: absolute;
}
