@charset "UTF-8";
/* initialize style */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, 　b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, input, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font-weight: normal; this time remove*/
  vertical-align: baseline;
  box-sizing: border-box;
}

address, em {
  font-style: normal;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
}

img {
  vertical-align: top;
  /*max-width: 100%; this time remove*/
  /*height: auto;*/
}

legend {
  clear: both;
}

input[type="submit"], button, label, select {
  cursor: pointer;
  -webkit-appearance: none;
}

button {
  border: none;
  box-sizing: content-box;
  background: transparent;
}

hr {
  -webkit-margin-before: 2em;
  -webkit-margin-after: 2em;
  clear: both;
}

main {
  display: block;
}

/* Fonts
------------------------------------------------------------*/
/* typeA ocn*/
@font-face {
  font-family: "YakuHanJP_Noto";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/yakuhanjp/YakuHanJP-Regular.woff2") format("woff2"), url("../fonts/yakuhanjp/YakuHanJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "YakuHanJP_Noto";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/yakuhanjp/YakuHanJP-Bold.woff2") format("woff2"), url("../fonts/yakuhanjp/YakuHanJP-Bold.woff") format("woff");
  font-display: swap;
}

body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body, input, button, textarea, select {
  font-family: 'YakuHanJP_Noto','Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
}

/* link custom
------------------------------------------------------------*/
a, .tapColor {
  color: #000000;
  text-decoration: none;
  /* disable to smartphone highlight when touch timing */
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

a img {
  backface-visibility: hidden;
}

a[target="_blank"] {
  text-decoration: none;
  position: relative;
}

a[target="_blank"]::after {
  margin-right: 3px;
  content: "\f08e";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: 0px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* debug-only
-------------------------------------------------------------*/
*.inDev {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* おさつ家 main CSS Document */
body {
  font-size: 16px;
  letter-spacing: .1rem;
  background-color: #f8f5f2;
}

body p, body dt, body dd {
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 2px;
}

body a.button, body button {
  background-color: transparent;
  color: #d28e45;
  font-weight: bold;
  border: 2px solid #d28e45;
  border-radius: 5px;
  padding: 10px 20px;
  outline: none;
  box-sizing: border-box;
}

body a.button i.fa, body button i.fa {
  font-size: 1.0rem;
  padding-right: 0.5rem;
}

body a.button:hover, body button:hover {
  cursor: pointer;
  background-color: #d28e45;
  color: #fff;
}

body a.button:focus, body button:focus {
  border: 2px solid #d28e45;
  background-color: #d28e45;
  color: #fff;
}

body div#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 90;
}

body div#loader-bg #loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  text-align: center;
  font-weight: bold;
  z-index: 91;
}

body div#loader-bg #loader img {
  width: 150px;
}

body div#loader-bg #loader p {
  padding-top: 40px;
}

body div.gnavbg {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 20;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotate(-45deg);
  border-radius: 50%;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.3);
}

body div#nav-wrap {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 200px;
  z-index: 80;
}

body div#nav-wrap header div.gnav-btn {
  z-index: 85;
}

body div#nav-wrap header div.gnav-btn .icon-animation {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  float: left;
  position: absolute;
  left: 20px;
  text-align: center;
  top: 20px;
  border: 1px solid transparent;
  -webkit-tap-highlight-color: transparent;
}

body div#nav-wrap header div.gnav-btn .icon-animation span {
  width: 30px;
  height: 3px;
  display: block;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  transition: all 0.3s;
  transform: rotate(0deg);
}

body div#nav-wrap header div.gnav-btn .icon-animation span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -6px;
  width: 3px;
  height: 3px;
  background-color: black;
}

body div#nav-wrap header div.gnav-btn .icon-animation span.top {
  transform: translateY(-13px);
}

body div#nav-wrap header div.gnav-btn .icon-animation span.bottom {
  transform: translateY(13px);
}

body div#nav-wrap header div.gnav-btn.is-open .icon-animation span::before {
  opacity: 0;
}

body div#nav-wrap header div.gnav-btn.is-open .icon-animation span.top {
  transform: rotate(-45deg) translate3d(-1px, -1px, 0);
}

body div#nav-wrap header div.gnav-btn.is-open .icon-animation span.middle {
  background: rgba(51, 51, 51, 0);
}

body div#nav-wrap header div.gnav-btn.is-open .icon-animation span.bottom {
  transform: rotate(45deg) translate3d(-1px, 1px, 0);
}

body div#nav-wrap nav {
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}

body div#nav-wrap nav ul.gnav {
  list-style-type: none;
  width: 100%;
  z-index: 95;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.3);
}

body div#nav-wrap nav ul.gnav li {
  background-color: rgba(255, 255, 255, 0.7);
  width: 200px;
}

body div#nav-wrap nav ul.gnav li:first-child {
  border-radius: 0 5px 0 0;
}

body div#nav-wrap nav ul.gnav li:last-child {
  border-radius: 0 0 5px 0;
}

body div#nav-wrap nav ul.gnav li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 16px 24px;
  /* 44-16 /2 = 14 */
}

body main {
  overflow: hidden;
}

body main section {
  overflow: hidden;
  position: relative;
}

body main section h2 {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.2rem;
  padding: 100px 0 70px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}

body main section#one {
  height: 100vh;
}

body main section#one div#fadebg ul.set {
  display: inline-block;
  position: relative;
  border: 1px solid silver;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body main section#one div#fadebg ul.set li img {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

body main section#one div.scrollhere {
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  z-index: 15;
  display: block;
  text-decoration: none;
  padding-top: 60px;
  display: flex;
}

body main section#one div.scrollhere a {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  text-align: center;
}

body main section#one div.scrollhere a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 2px solid #000;
  border-radius: 100%;
  box-sizing: border-box;
}

body main section#one div.scrollhere a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  animation: sonar 3s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sonar {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sonar {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

body main section#one div.scrollhere a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

body main section:not(#one) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
}

body main section:not(#one) div.box {
  width: 50%;
  height: auto;
  min-width: 330px;
  overflow: hidden;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

body main section:not(#one) div.box div, body main section:not(#one) div.box img {
  max-width: 100%;
}

body main section:not(#one) div.box img {
  width: 100%;
  height: 98.6%;
  object-fit: cover;
}

body main section:not(#one) div.box:nth-of-type(odd) {
  border-radius: 0 10px 10px 0;
}

body main section:not(#one) div.box:nth-of-type(even) {
  border-radius: 10px 0 0 10px;
}

body main section:not(#one) div.boxT {
  padding: 0 30px;
}

body main section:not(#one) div.boxT div.centeringBox {
  padding: 60px;
  background: url(../img/boxtextbg2.png) center/100% 100% no-repeat;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

body main section#two div.boxT div.centeringBox div.about1 {
  width: 100%;
  padding-bottom: 30px;
}

body main section#two div.boxT div.centeringBox div.about2 {
  width: 50%;
}

body main section#two div.boxT div.centeringBox div.about2 dl dt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  padding: 15px 0;
}

body main section#two div.boxT div.centeringBox div.about2 dl dd {
  font-size: 1rem;
  line-height: 2rem;
  padding: 15px 0;
}

body main section#two div.boxT div.centeringBox div.about2 dl dd.callme a {
  padding-bottom: 2px;
  border-bottom: 1px dashed #000;
}

body main section#two div.boxT div.centeringBox div.about3 {
  width: 50%;
}

body main section#two div.boxT div.centeringBox div.about4 {
  width: 100%;
}

body main section#two div.boxT div.centeringBox div.about4 p {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  padding-bottom: 30px;
}

body main section#two div.boxT div.centeringBox hr {
  border: 1px solid #000;
  width: 100%;
}

body main section#three div.boxT div.centeringBox dl dt::before {
  content: url(../img/stamp25.png);
  display: inline-block;
  transform: translate3d(-4px, 4px, 0);
}

body main section#three div.boxT div.centeringBox dl dt.menuHead {
  font-weight: bold;
  padding: 15px 0 5px;
}

body main section#three div.boxT div.centeringBox dl dd.menuHead {
  font-weight: bold;
  padding-top: 5px;
  padding-left: 2.4rem;
}

body main section#three div.boxT div.centeringBox dl dd.menuHead + dd {
  padding-left: 2.4rem;
}

body main section#four div.boxT div.centeringBox p {
  padding: 30px 0;
}

body main section#four div.boxT div.centeringBox p#toPartner {
  padding: 30px 0;
}

body main section#four div.boxT div.centeringBox dl {
  width: 100%;
}

body main section#four div.boxT div.centeringBox dl dt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  padding: 15px 0;
}

body main section#four div.boxT div.centeringBox dl dd table {
  width: 100%;
}

body main section#four div.boxT div.centeringBox dl dd table tr {
  border-bottom: 1px solid #333;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
}

body main section#four div.boxT div.centeringBox dl dd table tr th {
  width: 40%;
  max-width: 300px;
  padding: 6px 0;
}

body main section#four div.boxT div.centeringBox dl dd table tr td {
  width: 60%;
  max-width: 300px;
  padding: 6px 0;
}

body main section#five {
  text-align: center;
}

body main section#five dl {
  padding-bottom: 30px;
  margin: 0 auto;
}

body main section#five dl dt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  padding: 30px 0 5px;
}

body main section#five dl dd {
  font-size: 1rem;
  line-height: 2rem;
  padding: 10px 0 0;
}

body main section#five dl dd.callme a {
  padding-bottom: 2px;
  border-bottom: 1px dashed #000;
}

body main#secondPage section div.box {
  width: 100%;
  margin: 70px auto;
}

body main#secondPage section div.box div.centeringBox {
  width: 100%;
  align-items: flex-start;
}

body main#secondPage section div.box div.centeringBox div.about2 {
  max-width: 350px;
}

body main#secondPage section div.box div.centeringBox div.about2 dl dd.instagram {
  display: inline-block;
  padding: 30px 30px 0 0;
}

body main#secondPage section div.box div.centeringBox div.about2 dl dd.instagram a {
  font-size: 2.5rem;
}

body main#secondPage section div.box div.centeringBox div.about2 dl dd.instagram a i:hover {
  filter: opacity(0.6);
}

body main#secondPage section div.box div.centeringBox div.about2 dl dd.facebook {
  display: inline-block;
  padding: 30px 30px 0 0;
}

body main#secondPage section div.box div.centeringBox div.about2 dl dd.facebook a {
  color: #3B5998;
  font-size: 2.5rem;
}

body main#secondPage section div.box div.centeringBox div.about2 dl dd.facebook a i:hover {
  filter: opacity(0.6);
}

body footer {
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
  font-weight: bold;
  padding: 30px 0;
}

body footer p {
  padding-bottom: 20px;
}

body footer p a {
  color: #000;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px dashed #000;
}

body footer p a:hover {
  color: #d28e45;
}

/* CSS Document */
body main#error404 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100vw;
  height: 90vh;
}

body main#error404 section {
  width: 80vw;
  height: auto;
  padding: 30px 0;
  background: url(../image/boxtextbg2.png) center/cover no-repeat;
}

body main#error404 section h2 {
  padding: 0 0 30px !important;
}

body main#error404 section p {
  text-align: center;
  width: 100%;
}

body main#error404 div {
  width: 200px;
}

body main#error404 div img {
  width: 100%;
}

body main#error404 div:first-of-type {
  padding-bottom: 30px;
}

body main#error404 div:last-of-type {
  padding-top: 30px;
}

body footer.page404 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* おさつ家 mediaqueri CSS Document */
@media screen and (min-width: 1031px) {
  *.sp {
    display: none !important;
  }
}

@media screen and (max-width: 1030px) {
  *.pc {
    display: none !important;
  }
  body p, body dt, body dd {
    font-size: 14px;
    line-height: 24px;
  }
  body div.gnavbg {
    background-color: rgba(255, 255, 255, 0.9);
  }
  body div#nav-wrap nav ul.gnav li {
    background-color: rgba(255, 255, 255, 0.9);
  }
  body main section#one {
    background: url(../image/fv_sp.jpg) center/cover no-repeat;
  }
  body main section#one div#fadebg {
    display: none;
  }
  body main section:not(#one) h2 {
    font-size: 1.8rem;
    padding: 70px 0 40px;
  }
  body main section:not(#one) div.box {
    width: 100%;
    border-radius: unset !important;
    order: 1;
  }
  body main section:not(#one) div.boxT {
    padding: 30px;
    order: 2;
  }
  body main section:not(#one) div.boxT div.centeringBox {
    height: auto;
    padding: 30px;
  }
  body main section:not(#one) div.boxT div.centeringBox div.about2 {
    width: 100%;
  }
  body main section:not(#one) div.boxT div.centeringBox div.about2 dl {
    padding-bottom: 30px;
  }
  body main section:not(#one) div.boxT div.centeringBox div.about2 dl dd {
    font-size: 14px;
    line-height: 24px;
  }
  body main section:not(#one) div.boxT div.centeringBox div.about3 {
    width: 100%;
  }
  body main section#three div.boxT div.centeringBox dl dd.menuHead, body main section#three div.boxT div.centeringBox dl dd.menuHead + dd {
    padding-left: 1.6rem;
  }
  body main section#five dl dd {
    font-size: 14px;
    line-height: 24px;
  }
  body main section#five dl dd:last-of-type {
    padding-top: 30px;
  }
  body main#secondPage section div.box {
    margin: 0;
  }
  body main#error404 {
    height: 100vh;
  }
  body main#error404 div:first-of-type {
    padding-top: 30px;
  }
  body main#error404 section {
    width: calc(100vw - 60px);
    padding: 30px;
  }
  body main#error404 section h2 {
    font-size: 1.4rem;
  }
  body main#error404 section p {
    text-align: left;
  }
  body main#error404 section#one {
    background: url(../image/boxtextbg2.png) center/cover no-repeat;
  }
  body footer a::before, body footer a::after {
    content: "\A";
    white-space: pre;
  }
  body footer.page404 {
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1030px) {
  body div.gnavbg {
    top: 30px;
    left: 30px;
  }
  body div#nav-wrap header div.gnav-btn div.icon-animation {
    top: 38px;
    left: 40px;
  }
  body main section:not(#one) div.boxT {
    padding: 40px;
  }
  body main section:not(#one) div.boxT div.centeringBox {
    padding: 60px;
  }
  body main section:not(#one) div.boxT div.centeringBox div.about2 {
    width: 50%;
  }
  body main section:not(#one) div.boxT div.centeringBox div.about3 {
    width: 50%;
  }
}
