@media screen and (min-width: 1000px) {
  .wrap {
    overflow: hidden;
  }
  .sp {
    display: none !important;
  }
  .tb2 {
    display: none !important;
  }
  /* reset */
  html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  acronym,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  b,
  i,
  img,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dd,
  dl,
  dt,
  li,
  ol,
  ul,
  fieldset,
  form,
  label,
  legend,
  button,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  a {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
    text-decoration: none;
    color: #333;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  ol, ul {
    list-style: none;
  }
  q:before,
  q:after,
  blockquote:before,
  blockquote:after {
    content: "";
  }
  html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  a:focus {
    outline: thin dotted;
  }
  a:hover, a:active {
    outline: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }
  audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  audio:not([controls]) {
    display: none;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  button,
  input,
  select,
  textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  button, input {
    line-height: normal;
    *overflow: visible;
  }
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
  }
  input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  iframe[name=google_conversion_frame] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
  }
  input,
  button,
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
  }
  textarea {
    resize: vertical;
  }
  input[type=checkbox],
  input[type=radio] {
    display: none;
  }
  input[type=submit],
  input[type=button],
  label,
  button,
  select {
    cursor: pointer;
  }
  select::-ms-expand {
    display: none;
  }
  select:disabled {
    opacity: 1 !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 27px 90px 27px 0;
  background-color: #F3F2EC;
  box-sizing: border-box;
  z-index: 999;
}
.header__top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 44px 24px 24px 44px;
  background-color: #F3F2EC;
  border-radius: 0 0 32px 0;
}
.header__top img {
  width: 88px;
}
.header__bottom {
  text-align: right;
}
.header__bottom a {
  display: inline-block;
  letter-spacing: 1px;
  color: #333;
  font-size: 14px;
  text-align: center;
  padding: 0 40px 0 0;
  transition: 0.3s all;
}
.header__bottom a span {
  padding: 8px 0 0;
  display: block;
  font-size: 10px;
  font-family: "Kulim Park", sans-serif;
}
.header__bottom a:last-child {
  padding-right: 0;
}
.header__bottom a:last-child img {
  width: 20px;
}
.header__bottom a:hover {
  opacity: 0.6;
  transition: 0.3s all;
}

.footer {
  background-color: #F3F2EC;
}
.footer__inner {
  width: 1000px;
  padding: 40px 0;
  margin: 0 auto;
}
.footer__cap {
  font-size: 12px;
  color: #7A7782;
  text-align: center;
}
.footer__block {
  width: 100%;
  font-size: 0;
  padding: 0 0 30px;
}
.footer__block-top {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 0;
}
.footer__block-top-logo {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.footer__block-top-logo img {
  width: 88px;
}
.footer__block-top-info {
  width: 50%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.footer__block-top-info-num {
  font-size: 20px;
  font-family: "Kulim Park", sans-serif;
  padding: 0 0 20px;
}
.footer__block-bottom {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 0;
}
.footer__block-bottom-map {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.footer__block-bottom-map iframe {
  border-radius: 24px;
}
.footer__block-bottom-link {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 0;
}
.footer__block-bottom-link a {
  font-size: 14px;
  display: block;
  padding: 0 0 20px 150px;
  box-sizing: border-box;
}
.footer__block-bottom-link a:hover {
  text-decoration: underline;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  opacity: 0;
  transform: translate(0, 200px);
  transition: all 1.5s;
}

.fadein-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-left {
  opacity: 0;
  transform: translate(-200px, 0);
  transition: all 1.5s;
}

.fadein-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-right {
  opacity: 0;
  transform: translate(200px, 0);
  transition: all 1.5s;
}

.fadein-top.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-top {
  opacity: 0;
  transform: translate(0, -200px);
  transition: all 1.5s;
}

.home-main {
  position: relative;
  background-color: #F3F2EC;
}
.home-main__image {
  padding: 89px 50px 100px;
  box-sizing: border-box;
  background-color: #F3F2EC;
}
.home-main__image img {
  width: 100%;
  border-radius: 40px;
}
.home-main__news {
  display: inline-block;
  position: absolute;
  right: 80px;
  bottom: 130px;
  font-size: 14px;
  background-color: #fff;
  padding: 15px 144px 15px 44px;
  border-radius: 40px;
  transition: 0.3s all;
  cursor: pointer;
}
.home-main__news-title {
  display: inline-block;
  padding: 0 12px 0 0;
  line-height: 1.5;
}
.home-main__news-text {
  display: inline-block;
  line-height: 1.5;
}
.home-main__news:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 22.5px;
  left: 24px;
  background-image: url(/wp-content/themes/smoco/image/Home/circle.png);
  background-size: contain;
}
.home-main__news:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 10px;
  top: 20.5px;
  right: 24px;
  background-image: url(/wp-content/themes/smoco/image/Home/arrow2.png);
  background-size: contain;
}
.home-main__news:hover {
  opacity: 0.6;
  transition: 0.3s all;
}
.home-main__cap {
  position: absolute;
  transform: rotate(270deg);
  color: #333;
  left: -82px;
  bottom: 270px;
  font-size: 12px;
  font-family: "Kulim Park", sans-serif;
  letter-spacing: 1px;
}
.home-main__block {
  position: absolute;
  left: 80px;
  bottom: 130px;
}
.home-main__block-staff {
  position: absolute;
  bottom: 20px;
  left: 260px;
  transition: 0.3s all;
}
.home-main__block-staff img {
  width: 200px;
}
.home-main__block-staff:hover {
  opacity: 0.5;
  transition: 0.3s all;
}
.home-main__block-top {
  display: inline-block;
  color: #fff;
  padding: 12px 29px 12px 44px;
  background-color: #308A33;
  border-radius: 8px;
  font-size: 14px;
  line-height: 23px;
  border: 1px solid #308A33;
  margin: 0 0 12px;
  position: relative;
  transition: 0.3s all;
}
.home-main__block-top:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 13.5px;
  left: 12px;
  background-image: url(/wp-content/themes/smoco/image/Home/smoke.png);
  background-size: contain;
}
.home-main__block-top:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 10px;
  top: 18.5px;
  right: 12px;
  background-image: url(/wp-content/themes/smoco/image/Home/arrow.png);
  background-size: contain;
}
.home-main__block-top:hover {
  color: #308A33;
  background-color: #fff;
  transition: 0.3s all;
}
.home-main__block-bottom {
  color: #fff;
  padding: 20px;
  background-color: rgba(20, 19, 19, 0.7);
  border-radius: 8px;
  font-family: "Kulim Park", sans-serif;
}
.home-main__block-bottom-tel {
  padding: 0 0 16px;
}
.home-main__block-bottom-tel span {
  display: inline-block;
  font-size: 12px;
  padding: 0 0 8px;
  color: rgba(255, 255, 255, 0.5);
}
.home-main__block-bottom-tel-text {
  font-size: 24px;
}
.home-main__block-bottom-time {
  padding: 0 0 16px;
}
.home-main__block-bottom-time span.dd {
  display: inline-block;
  font-size: 12px;
  padding: 0 0 8px;
  color: rgba(255, 255, 255, 0.5);
}
.home-main__block-bottom-time-text {
  font-size: 24px;
  line-height: 1.5;
}
.home-main__block-bottom-time-text span.wh {
  font-size: 12px;
  color: rgb(255, 255, 255);
}
.home-main__block-bottom-attr {
  font-size: 10px;
}

.home-what {
  background-color: #F3F2EC;
  padding: 0 0 100px;
}
.home-what__inner {
  width: 1000px;
  margin: 0 auto;
}
.home-what__block {
  width: 100%;
  font-size: 0;
}
.home-what__block-top {
  width: 50%;
  padding: 0 50px 0 0;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
.home-what__block-top img {
  width: 100%;
}
.home-what__block-bottom {
  font-size: 14px;
  width: 50%;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.home-what__block-bottom-btn {
  border-radius: 50%;
  font-family: "Kulim Park", sans-serif;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s all;
}
.home-what__block-bottom-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-what__block-bottom-btn:hover {
  color: #333;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s all;
}
.home-what__block-bottom-title {
  font-family: "Kulim Park", sans-serif;
  letter-spacing: 1px;
  font-size: 40px;
  padding: 0 0 35px;
  font-weight: bold;
}
.home-what__block-bottom-text {
  font-family: "Kulim Park", sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 0 0 35px;
  font-weight: bold;
}
.home-what__block-bottom-text span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 0 8px;
  font-weight: 100;
}
.home-what__block-bottom-cap {
  font-weight: 100;
  line-height: 1.7;
}
.home-what__block-bottom-cap span {
  font-weight: 400;
}

.home-access {
  color: #333;
  background-color: #F3F2EC;
  padding: 0 0 100px;
}
.home-access__inner {
  width: 1000px;
  margin: 0 auto;
}
.home-access__title {
  color: #333;
  font-family: "Kulim Park", sans-serif;
  letter-spacing: 1px;
  font-size: 40px;
  padding: 0 0 35px;
  font-weight: bold;
}
.home-access__info {
  font-weight: 400;
  font-size: 0;
  padding: 0 0 35px;
  width: 100%;
}
.home-access__info-map iframe {
  border-radius: 24px;
}
.home-access__info-top {
  width: 35%;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 1.7;
}
.home-access__info-top span {
  font-weight: bold;
}
.home-access__info-bottom {
  width: 65%;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 1.7;
}
.home-access__info-bottom span {
  font-weight: bold;
}

.home-pick {
  background-color: #081116;
  padding: 80px 0 0;
}
.home-pick__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.home-pick__btn.en {
  top: 10px;
  right: 150px;
}
.home-pick__btn {
  position: absolute;
  top: 10px;
  right: 0;
}
.home-pick__btn-contents {
  display: inline-block;
  font-family: "Kulim Park", sans-serif;
  font-size: 14px;
  padding: 16px 24px;
  border-radius: 40px;
  border: 1px solid #fff;
  transition: 0.3s all;
  color: #fff;
}
.home-pick__btn-contents:first-child {
  margin: 0 20px 0 0;
}
.home-pick__btn-contents:hover {
  color: #F3F2EC;
  background-color: #141313;
  transition: 0.3s all;
}
.home-pick__title {
  color: #fff;
  font-family: "Kulim Park", sans-serif;
  letter-spacing: 1px;
  font-size: 40px;
  padding: 0 0 40px;
  font-weight: bold;
}
.home-pick__title span {
  padding: 8px 0 0;
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.home-pick__block {
  padding: 0 0 20px;
}
.home-pick__block-title {
  color: #fff;
  font-weight: bold;
  font-family: "Kulim Park", sans-serif;
  letter-spacing: 1px;
  font-size: 24px;
  padding: 0 0 25px;
}
.home-pick__block-main {
  font-size: 0;
}
.home-pick__block-main-plus {
  font-size: 0;
  padding: 0 0 50px;
}
.home-pick__block-main-plus-contents {
  display: inline-block;
  width: 490px;
  margin: 0 20px 0 0;
}
.home-pick__block-main-plus-contents img {
  width: 100%;
}
.home-pick__block-main-plus-contents:last-child {
  margin-right: 0;
}
.home-pick__block-main-contents {
  display: inline-block;
  width: 320px;
  padding: 0 20px 30px 0;
  vertical-align: top;
}
.home-pick__block-main-contents:nth-child(3n) {
  padding-right: 0;
}
.home-pick__block-main-contents-image {
  font-size: 0;
  padding: 0 0 15px;
}
.home-pick__block-main-contents-image img {
  width: 100%;
  border-radius: 24px;
}
.home-pick__block-main-contents-text {
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
}
.home-pick__block-main-contents-text-main {
  font-family: "Kulim Park", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 0 0 10px;
  line-height: 1.5;
}
.home-pick__block-main-contents-text-yen {
  font-family: "Kulim Park", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}

.home-news {
  background-color: #F3F2EC;
  padding: 30px 0 80px;
}
.home-news__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.home-news__title {
  font-family: "Kulim Park", sans-serif;
  letter-spacing: 1px;
  font-size: 40px;
  padding: 0 0 40px;
  font-weight: bold;
}
.home-news__title span {
  padding: 8px 0 0;
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.home-news__main {
  border-bottom: 1px solid #D8D8D8;
}
.home-news__main-block {
  line-height: 1.5;
  display: block;
  padding: 32px 40px;
  border-top: 1px solid #D8D8D8;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s all;
}
.home-news__main-block:hover {
  opacity: 0.6;
  transition: 0.3s all;
}
.home-news__main-block:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 10px;
  top: 50%;
  transform: translate(0, -50%);
  right: 40px;
  background-image: url(/wp-content/themes/smoco/image/Home/arrow3.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.home-news__main-block-date {
  display: inline-block;
  vertical-align: top;
  padding: 5px 95px 0 0;
  font-size: 14px;
  color: #6F6F6F;
}
.home-news__main-block-text {
  display: inline-block;
  vertical-align: top;
}
.home-news__main-block-text-title {
  font-size: 16px;
  font-weight: bold;
}
.home-news__main-block-text-text {
  font-size: 14px;
  line-height: 1.7;
}

.news-single__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 200px 0 100px;
}
.news-single__date {
  font-size: 14px;
  font-family: "Kulim Park", sans-serif;
  padding: 0 0 10px;
}
.news-single__title {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 20px;
}
.news-single__text {
  line-height: 1.5;
  font-size: 16px;
}
.news-single__text p {
  line-height: 1.5;
  font-size: 16px;
}

.home-gallery {
  background-color: #081116;
  padding: 80px 0 0;
}
.home-gallery__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.home-gallery__title {
  color: white;
  font-family: "Kulim Park", sans-serif;
  letter-spacing: 1px;
  font-size: 40px;
  padding: 0 0 40px;
  font-weight: bold;
}
.home-gallery__title span {
  padding: 8px 0 0;
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.home-gallery__block {
  font-size: 0;
}
.home-gallery__block-contents {
  display: inline-block;
  width: 320px;
  padding: 0 20px 20px 0;
  cursor: pointer;
}
.home-gallery__block-contents img {
  width: 100%;
  border-radius: 24px;
}
.home-gallery__block-contents:nth-child(3n) {
  padding-right: 0;
}

.home-instagram {
  background-color: #081116;
  padding: 60px 0 0;
}
.home-instagram__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.home-instagram__title {
  color: white;
  font-family: "Kulim Park", sans-serif;
  letter-spacing: 1px;
  font-size: 40px;
  padding: 0 0 40px;
  font-weight: bold;
}
.home-instagram__title span {
  padding: 8px 0 0;
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.home-contact {
  background-color: #081116;
  padding: 80px 0 0;
}
.home-contact__inner {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
.home-contact__title {
  color: white;
  font-family: "Kulim Park", sans-serif;
  letter-spacing: 1px;
  font-size: 40px;
  padding: 0 0 40px;
  font-weight: bold;
  text-align: center;
}
.home-contact__title span {
  padding: 8px 0 0;
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.home-contact__block {
  color: #fff;
}
.home-contact__block-tel-text {
  font-size: 0;
  width: 800px;
  padding: 0 0 60px;
}
.home-contact__block-tel-text-top {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  vertical-align: top;
}
.home-contact__block-tel-text-top span {
  font-weight: bold;
}
.home-contact__block-tel-text-top-cap {
  width: 270px;
  padding: 15px 0 0;
  font-size: 12px;
  font-family: "Kulim Park", sans-serif;
  line-height: 1.7;
}
.home-contact__block-tel-text-bottom {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  vertical-align: top;
}
.home-contact__block-tel-text-bottom-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.home-contact__block-tel-text-bottom-num {
  font-size: 24px;
  font-family: "Kulim Park", sans-serif;
  font-weight: bold;
  padding: 0 0 25px;
}
.home-contact__block-tel-text-bottom-cap {
  font-size: 14px;
}
.home-contact__block-tel-text-bottom-input input {
  width: 100%;
  display: block;
  padding: 0 0 12px;
  margin: 0 0 14px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  color: #fff;
}
.home-contact__block-tel-text-bottom-input input::placeholder {
  color: #fff;
  font-size: 14px;
}
.home-contact__block-tel-text-bottom-input textarea {
  width: 100%;
  display: block;
  padding: 0 0 12px;
  margin: 0 0 24px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  height: 100px;
  line-height: 1.7;
}
.home-contact__block-tel-text-bottom-input textarea::placeholder {
  color: #fff;
  font-size: 14px;
}
.home-contact__block-tel-text-bottom-input input[type=submit] {
  width: 100%;
  display: block;
  padding: 16px 0;
  font-size: 14px;
  color: #141313;
  background-color: #fff;
  border-radius: 2px;
  line-height: 1;
  border: 1px solid #fff;
  box-sizing: border-box;
  transition: 0.3s all;
}
.home-contact__block-tel-text-bottom-input input[type=submit]:hover {
  color: #fff;
  background-color: #141313;
  transition: 0.3s all;
}
/*# sourceMappingURL=style.css.map */