@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.disnone {
  display: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

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, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

body {
  counter-reset: number 0;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-attachment: fixed;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.inner2 {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .inner2 {
    max-width: 1200px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
}

#contents {
  width: 95%;
  max-width: 1200px;
  min-width: 320px;
  background: none;
  padding-bottom: 100px;
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}
#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  width: 23% !important;
}
@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}
#col_side1 a {
  display: block;
}
#col_side1 img {
  width: 100% !important;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
}

header::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background: #000;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  header::after {
    display: none;
  }
}
header .header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  padding-left: 30px;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 640px) {
  header .header {
    height: 60px;
    padding-left: 2.5%;
  }
}
header .header .logo {
  line-height: 80px;
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  header .header .logo {
    line-height: 60px;
    max-width: 200px;
    padding-right: 0;
  }
}
header .header .logo img {
  vertical-align: middle;
  width: 300px;
}
header .header .contact-links {
  display: flex;
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  header .header .contact-links {
    transform: translateX(-80px);
  }
}
@media screen and (max-width: 640px) {
  header .header .contact-links {
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}
header .header .contact-links .tel {
  background: #111;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  header .header .contact-links .tel {
    width: 80px;
    background: #000;
  }
}
@media screen and (max-width: 640px) {
  header .header .contact-links .tel {
    width: 50%;
    height: 50px;
  }
}
header .header .contact-links .tel .sp {
  display: none;
}
@media screen and (max-width: 834px) {
  header .header .contact-links .tel .sp {
    display: block;
  }
}
header .header .contact-links .tel .pc {
  color: #fff;
  font-family: "Oswald", sans-serif;
  width: 150px;
}
@media screen and (max-width: 834px) {
  header .header .contact-links .tel .pc {
    display: none;
  }
}
header .header .contact-links .contact {
  background: #000;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  header .header .contact-links .contact {
    width: 50%;
    height: 50px;
  }
}
header .header .header-nav {
  display: flex;
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: 50px;
}
@media only screen and (max-width: 1200px) {
  header .header .header-nav {
    width: 0;
  }
}
header .header .header-nav .nav-links {
  width: 100%;
  line-height: 80px;
  justify-content: space-around;
  display: flex;
  transition: all 0.5S ease-in-out;
}
@media only screen and (max-width: 1200px) {
  header .header .header-nav .nav-links {
    position: absolute;
    right: 0;
    top: 80px;
    height: calc(100vh - 80px);
    background-color: rgba(0, 0, 0, 0.7);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 200px;
    transform: translateX(100%);
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 834px) {
  header .header .header-nav .nav-links {
    height: calc(100vh - 60px);
    top: 60px;
  }
}
header .header .header-nav .nav-links li {
  line-height: 80px;
  position: relative;
}
header .header .header-nav .nav-links li a {
  display: block;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  header .header .header-nav .nav-links li {
    opacity: 0;
  }
}
header .header .nav-active {
  transform: translateX(0%) !important;
}
header .header .burger {
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1200px) {
  header .header .burger {
    display: block;
    position: absolute;
    right: 15px;
  }
}
header .header .burger div {
  width: 40px;
  height: 3px;
  background: #fff;
  margin: 5px;
  transition: all 0.5s ease-in-out;
}
header .header .toggle .line1 {
  transform: rotate(-35deg) translate(-5px, 6px);
}
header .header .toggle .line2 {
  opacity: 0;
  transform: translateX(50px);
}
header .header .toggle .line3 {
  transform: rotate(35deg) translate(-5px, -6px);
}
@-webkit-keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
header .scroll-nav {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  #global_footer {
    padding-bottom: 60px;
  }
}
#global_footer .footer {
  max-width: 1200px;
  margin-inline: auto;
  padding: 60px 2.5% 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #global_footer .footer {
    flex-direction: column-reverse;
  }
}
#global_footer .footer-left {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 834px) {
  #global_footer .footer-left {
    width: 100%;
  }
}
#global_footer .footer-left img {
  padding-right: 20px;
}
#global_footer .footer-left address {
  margin-top: 50px;
}
#global_footer .footer-left address a {
  color: #fff;
}
#global_footer .footer-map {
  width: 50%;
}
@media screen and (max-width: 834px) {
  #global_footer .footer-map {
    width: 100%;
    margin-bottom: 50px;
  }
}
#global_footer .footer-map iframe {
  max-width: 520px;
  height: 280px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #global_footer .footer-map iframe {
    max-width: none;
  }
}
#global_footer .home-footer {
  margin-top: -100px;
}

#contents .home-wrap h2 {
  font-size: 6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  #contents .home-wrap h2 {
    font-size: 4rem;
  }
}
#contents .home-wrap .inner-text {
  padding: 0 2.5%;
}
#contents .home-wrap .home-service, #contents .home-wrap .home-carstock {
  max-height: 500px;
}
@media screen and (max-width: 640px) {
  #contents .home-wrap .home-service, #contents .home-wrap .home-carstock {
    flex-direction: column !important;
    max-height: none;
    background-image: none;
  }
}
@media screen and (max-width: 640px) {
  #contents .home-wrap .home-service .box, #contents .home-wrap .home-carstock .box {
    width: 100% !important;
  }
}
#contents .home-wrap .home-service .box:nth-child(1), #contents .home-wrap .home-carstock .box:nth-child(1) {
  width: 44.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  #contents .home-wrap .home-service .box:nth-child(1), #contents .home-wrap .home-carstock .box:nth-child(1) {
    padding-top: 50px;
  }
}
#contents .home-wrap .home-service .box:nth-child(1) h2, #contents .home-wrap .home-carstock .box:nth-child(1) h2 {
  margin-bottom: 10px;
}
#contents .home-wrap .home-service .box:nth-child(2), #contents .home-wrap .home-carstock .box:nth-child(2) {
  width: 55.5%;
}
#contents .home-wrap .home-service .box:nth-child(2) > img, #contents .home-wrap .home-carstock .box:nth-child(2) > img {
  width: 100%;
  height: 100% !important;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  #contents .home-wrap .home-service .box:nth-child(2) > img, #contents .home-wrap .home-carstock .box:nth-child(2) > img {
    aspect-ratio: 3/2;
    max-height: none;
    -webkit-clip-path: none !important;
            clip-path: none !important;
  }
}
#contents .home-wrap .home-service {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
#contents .home-wrap .home-service .box:nth-child(1) {
  padding-left: 2.5%;
}
@media screen and (max-width: 640px) {
  #contents .home-wrap .home-service .box:nth-child(1) {
    background: url(../images/home/bg01.jpg);
    background-size: cover;
    background-position: left;
  }
}
#contents .home-wrap .home-service .box:nth-child(2) > img {
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
#contents .home-wrap .home-carstock {
  flex-direction: row-reverse;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
#contents .home-wrap .home-carstock .box:nth-child(1) {
  padding-right: 2.5%;
}
@media screen and (max-width: 640px) {
  #contents .home-wrap .home-carstock .box:nth-child(1) {
    background: url(../images/home/bg02.jpg);
    background-size: cover;
    background-position: right;
  }
}
#contents .home-wrap .home-carstock .box:nth-child(1) > div div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
#contents .home-wrap .home-carstock .box:nth-child(2) > img {
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
#contents .home-order {
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  #contents .home-order {
    padding: 50px 0;
  }
}
#contents .home-order article {
  margin-bottom: 40px;
}
#contents .home-order article h2 {
  margin-bottom: 10px;
}
#contents .home-order ul li {
  padding: 0 10px;
}
#contents .home-order ul li img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#contents .home-insta {
  padding: 100px 0 120px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  #contents .home-insta {
    padding: 50px 0 80px;
  }
}
#contents .home-insta article {
  margin-bottom: 40px;
}
#contents .home-insta article h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  #contents .home-insta .inner-insta {
    padding: 0 2.5%;
    overflow: hidden;
  }
}
#contents .home-insta .inner-insta .sns_list {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
}
#contents .home-insta .inner-insta .sns_list > div {
  flex-direction: column;
  width: 20%;
  border: none;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  #contents .home-insta .inner-insta .sns_list > div {
    width: 33.3333333333%;
  }
  #contents .home-insta .inner-insta .sns_list > div:nth-child(4) {
    display: none;
  }
  #contents .home-insta .inner-insta .sns_list > div:nth-child(5) {
    display: none;
  }
}
#contents .home-insta .inner-insta .sns_list > div .sns_photo {
  width: 100%;
}
#contents .home-insta .inner-insta .sns_list > div .sns_photo a img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .home-insta .inner-insta .sns_list > div .sns_text .sns_date {
  font-size: 1.6rem;
  color: green;
  font-weight: 900;
}
#contents .home-insta .inner-insta .sns_list > div .sns_text .caption {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#contents .home-insta .inner-insta .sns_list > div .sns_text ul li {
  display: none;
}
#contents .home-insta .inner-insta .sns_list > div .sns_text ul li:nth-child(1), #contents .home-insta .inner-insta .sns_list > div .sns_text ul li:nth-child(2), #contents .home-insta .inner-insta .sns_list > div .sns_text ul li:nth-child(3), #contents .home-insta .inner-insta .sns_list > div .sns_text ul li:nth-child(4), #contents .home-insta .inner-insta .sns_list > div .sns_text ul li:nth-child(5), #contents .home-insta .inner-insta .sns_list > div .sns_text ul li:nth-child(6), #contents .home-insta .inner-insta .sns_list > div .sns_text ul li:nth-child(7), #contents .home-insta .inner-insta .sns_list > div .sns_text ul li:nth-child(8), #contents .home-insta .inner-insta .sns_list > div .sns_text ul li:nth-child(9), #contents .home-insta .inner-insta .sns_list > div .sns_text ul li:nth-child(10) {
  display: inline-block;
}
#contents .home-insta .inner-insta .sns_list > div .sns_text ul li:nth-child(10) a::after {
  content: "...";
}
#contents .home-insta .inner-insta .sns_list > div .sns_text ul li a {
  color: #fff;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 20px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .bg100 {
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .bg100 {
    padding: 0;
  }
}

#contents .form_wrap.entry dl dt {
  flex-direction: row;
  justify-content: space-between;
}
#contents .form_wrap.entry dl dt label {
  background: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: 900;
}
#contents .form_wrap.entry dl dt label::after {
  content: "必須";
}
#contents .form_wrap.confirm {
  margin-top: 200px;
}
#contents .form_wrap.message {
  margin-top: 150px;
}
#contents section form p.annot {
  display: none;
}

#contents .instagram .sns_list {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  margin-top: 80px;
}
#contents .instagram .sns_list > div {
  flex-direction: column;
  width: 33.3333333333%;
  border: none;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #contents .instagram .sns_list > div {
    width: 50%;
  }
}
#contents .instagram .sns_list > div .sns_photo {
  width: 100%;
}
#contents .instagram .sns_list > div .sns_photo a img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .instagram .sns_list > div .sns_text {
  width: 100%;
}
#contents .instagram .sns_list > div .sns_text .sns_date {
  font-size: 1.6rem;
  color: green;
  font-weight: 900;
}
#contents .instagram .sns_list > div .sns_text .caption {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#contents .instagram .sns_list > div .sns_text ul li {
  display: none;
}
#contents .instagram .sns_list > div .sns_text ul li:nth-child(1), #contents .instagram .sns_list > div .sns_text ul li:nth-child(2), #contents .instagram .sns_list > div .sns_text ul li:nth-child(3), #contents .instagram .sns_list > div .sns_text ul li:nth-child(4), #contents .instagram .sns_list > div .sns_text ul li:nth-child(5), #contents .instagram .sns_list > div .sns_text ul li:nth-child(6), #contents .instagram .sns_list > div .sns_text ul li:nth-child(7), #contents .instagram .sns_list > div .sns_text ul li:nth-child(8), #contents .instagram .sns_list > div .sns_text ul li:nth-child(9), #contents .instagram .sns_list > div .sns_text ul li:nth-child(10) {
  display: inline-block;
}
#contents .instagram .sns_list > div .sns_text ul li:nth-child(10) a::after {
  content: "...";
}
#contents .instagram .sns_list > div .sns_text ul li a {
  color: #fff;
}

#contents .sub-h1 {
  position: relative;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1600px) {
  #contents .sub-h1 {
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  #contents .sub-h1 {
    height: 200px;
  }
}
#contents .sub-h1 h1 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
}
@media screen and (max-width: 834px) {
  #contents .sub-h1 h1 {
    font-size: 4rem;
  }
}
#contents .sub-h1 h1 span {
  font-family: "游ゴシック", YuGothic, "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: green;
  font-weight: 900;
}
#contents .pankuzu {
  font-size: 1.4rem;
  margin-top: 5px;
}
#contents .pankuzu a {
  color: green;
  font-weight: 900;
}

#contents .center-text h2 {
  position: relative;
  margin-top: 80px;
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  #contents .center-text h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  #contents .center-text h2 {
    font-size: 1.6rem;
  }
}
#contents .center-text h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 2px;
  background: green;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#contents .center-text div {
  margin-top: 60px;
}
#contents .flex-2 {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  #contents .flex-2 {
    flex-direction: column-reverse !important;
  }
}
#contents .flex-2 .box {
  width: 50%;
}
@media screen and (max-width: 640px) {
  #contents .flex-2 .box {
    width: 100%;
  }
}
#contents .flex-2 .box > div h2 {
  font-size: 2.4rem;
  font-weight: 900;
  border-bottom: 3px solid green;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #contents .flex-2 .box > div h2 {
    margin-top: 20px;
  }
}
#contents .flex-2 .box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
#contents .flex-2.row {
  flex-direction: row;
}
#contents .flex-2.row .box:nth-child(1) {
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  #contents .flex-2.row .box:nth-child(1) {
    padding-right: 0;
  }
}
#contents .flex-2.reverse {
  flex-direction: row-reverse;
}
#contents .flex-2.reverse .box:nth-child(1) {
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  #contents .flex-2.reverse .box:nth-child(1) {
    padding-left: 0;
  }
}
@media screen and (max-width: 834px) {
  #contents .flex-2.contain {
    flex-direction: column;
    gap: 30px;
  }
}
#contents .flex-2.contain .box {
  width: 50%;
  padding: 0 30px;
}
@media screen and (max-width: 834px) {
  #contents .flex-2.contain .box {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
#contents .flex-2.contain .box img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: auto;
}
#contents .company-dl, #contents .contact-form {
  margin-top: 50px;
}
#contents .company-dl dl, #contents .contact-form dl {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
@media screen and (max-width: 834px) {
  #contents .company-dl dl, #contents .contact-form dl {
    flex-direction: column;
  }
}
#contents .company-dl dl dt, #contents .contact-form dl dt {
  border: none;
  background: none;
  width: 300px;
}
@media screen and (max-width: 834px) {
  #contents .company-dl dl dt, #contents .contact-form dl dt {
    width: 100%;
  }
}
#contents .company-dl dl dd, #contents .contact-form dl dd {
  border: none;
  background: none;
}
@media screen and (max-width: 834px) {
  #contents .company-dl dl dd, #contents .contact-form dl dd {
    width: 100%;
  }
}
#contents .company-dl dl dd img, #contents .contact-form dl dd img {
  width: 80px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .company-dl dl dd img + img, #contents .contact-form dl dd img + img {
  margin-left: 20px;
}
#contents .company-dl dl dd a, #contents .contact-form dl dd a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}
#contents .policy-text {
  margin-top: 100px;
}
#contents .policy-text br {
  display: none;
}
#contents .policy-text h2 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-top: 50px;
  margin-bottom: 10px;
}
#contents div.error {
  margin-top: 200px !important;
}
#contents section div.form_wrap.error {
  margin-bottom: -180px !important;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.item_view ul li a {
  color: #fff;
  padding: 5px 10px;
  line-height: 1.7em;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl,
button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a,
.item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopwrap .search {
  margin-top: 0;
}
.shopwrap .items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.9126213592%;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items {
    margin-left: -2.1097%;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items {
    justify-content: space-between;
    margin-left: 0;
  }
}
.shopwrap .items article {
  position: relative;
  width: 21.359223301%;
  margin-left: 2.9126213592%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items article {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items article {
    width: 48%;
    margin-left: 0;
  }
}
.shopwrap .items article .photo {
  display: block;
  width: 100%;
  height: auto;
}
.shopwrap .items article img {
  display: block !important;
  width: 100% !important;
}
.shopwrap .items article .price {
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=common_style.css.map */