@charset "UTF-8";
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  font-size: 62.5%;
  /* 1rem=10px */
}

body {
  overflow: auto;
  height: 100%;
  font-size: 1.6rem;
  /* =16px */
  line-height: 1.5;
  color: #000;
  background-color: #FBFAF6;
  font-family: 'Zen Maru Gothic',"M PLUS Rounded 1c","Kosugi Maru" !important;
  font-weight: 400;
  font-style: normal;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Zen Maru Gothic', "M PLUS Rounded 1c","Kosugi Maru" !important;
  font-weight: 400;
  font-style: normal;
}

.p-inner {
  width: 374px;
  margin: 0 auto;
}

/* スクロールごとにフェードインCSS */
.inview {
  /* 50px下げる */
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  /* 要素を透明にする */
  opacity: 0;
  /* 2秒かけて、変化させる */
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
}

.inview.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* タブレット用css */
@media screen and (min-width: 759px) {
  .p-inner {
    width: 714px;
    margin: 0 auto;
  }
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  .p-inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.c-topMain__button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.c-button__text {
  background-color: #F39800;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  position: relative;
  border-radius: 50px;
}

.c-button__text a {
  color: #fff;
}

.c-button__arrow {
  width: 15px;
  position: absolute;
  right: 20px;
}

.c-button {
  margin-top: 30px;
}

.c-button:hover {
  opacity: 0.9;
}

.c-button__supplement {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.c-button__web {
  background-color: #996633;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  padding: 5px 20px;
  margin: 10px auto 0;
}

.c-button__web:hover {
  opacity: 0.8;
}

.c-button__web a {
  color: #fff;
  font-size: 14px;
}

/* タブレット用css */
@media screen and (min-width: 759px) {
  .c-button__text {
    width: 400px;
    margin: 0 auto;
  }
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  .c-button__text {
    width: 500px;
    margin: 0 auto;
  }
  .c-button__web {
    padding: 10px 30px;
  }
  .c-button__web a {
    font-size: 20px;
  }
}

.c-title {
  color: #996633;
  font-weight: bold;
  padding-top: 50px;
}

.c-title__maru {
  color: #F39800;
  margin-right: 5px;
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  .c-title {
    padding-top: 100px;
  }
}

/* ハンバーガーメニュークリック前 */
.c-btnHamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #F39800;
  z-index: 2;
}

.c-btnHamburger__line01 {
  width: 40px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
}

.c-btnHamburger__line02 {
  width: 40px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
}

.c-btnHamburger__line03 {
  width: 40px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 41px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
}

/* ハンバーガーメニュークリック後 */
.c-btnHamburger.is-active .c-btnHamburger__line01 {
  top: 27px;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 3;
}

.c-btnHamburger.is-active .c-btnHamburger__line02 {
  display: none;
}

.c-btnHamburger.is-active .c-btnHamburger__line03 {
  top: 27px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 3;
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  .c-btnHamburger {
    width: 100px;
    height: 100px;
  }
  .c-btnHamburger__line01 {
    top: 40px;
  }
  .c-btnHamburger__line02 {
    top: 50px;
  }
  .c-btnHamburger__line03 {
    top: 60px;
  }
  .c-btnHamburger.is-active .c-btnHamburger__line01 {
    top: 50px;
    left: 30px;
  }
  .c-btnHamburger.is-active .c-btnHamburger__line03 {
    top: 50px;
    left: 30px;
  }
}

.l-footer {
  background-color: #996633;
}

.p-footerNav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-footerNav__li a {
  color: #fff;
  font-size: 9px;
}

.p-footerNav__li {
  color: #fff;
  font-size: 12px;
  line-height: 17px;
}

.p-footerNav__li:hover {
  opacity: 0.6;
}

.p-taxi {
  display: block;
  margin: 30px auto;
}

.p-copyright {
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  .p-footerNav__li a {
    font-size: 20px;
  }
  .p-footerNav__li {
    font-size: 20px;
    line-height: 30px;
  }
}

.l-header {
  width: 100%;
  height: 62px;
  position: fixed;
  background-color: #fff;
  z-index: 1;
}

.p-logo {
  width: 60px;
  height: 60px;
  z-index: 2;
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  .l-header {
    height: 100px;
  }
  .p-logo {
    width: 100px;
    height: 100px;
  }
}

.p-topMain {
  position: relative;
}

.p-topMain__back {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -1;
}

.p-topMain__concept {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 100px;
  right: 28px;
  line-height: 40px;
  font-size: 25px;
}

.p-topMain__taxi {
  font-size: 25px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 130px;
  left: 45%;
  line-height: 50px;
}

.p-topMain__title {
  color: #F39800;
  font-weight: bold;
  font-size: 50px;
  margin-top: 10px;
}

.p-topMain__img {
  width: 300px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

/* タブレット用css */
@media screen and (min-width: 759px) {
  .p-topMain__taxi {
    left: 48%;
  }
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  .p-topMain__concept {
    font-size: 40px;
    line-height: 50px;
    top: 130px;
    right: 80px;
  }
  .p-topMain__taxi {
    font-size: 40px;
    line-height: 60px;
    top: 150px;
    left: 50%;
  }
  .p-topMain__title {
    font-size: 60px;
  }
}

.p-nav {
  display: none;
}

.p-nav.is-active {
  display: block;
  background-color: #fff;
  height: 100vh;
  font-size: 20px;
  line-height: 50px;
  z-index: 1;
}

.p-nav__li a:hover {
  opacity: 0.6;
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  .p-contact {
    display: block;
  }
}

.p-contact {
  background-color: #F39800;
  border-radius: 20px;
  text-align: center;
  line-height: 35px;
  padding: 10px;
  margin-top: 20px;
  color: #000;
}

.p-contact__title {
  font-size: 20px;
  color: #F39800;
  font-weight: bold;
  background-color: #fff;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  margin: 0 auto 10px auto;
}

.p-contact__tel {
  font-size: 30px;
}

.p-contact__tel a:hover {
  color: #fff;
}

.p-contact__email a:hover {
  color: #fff;
}

.p-contact__fax {
  font-size: 30px;
}

.p-contact__email {
  font-size: 20px;
}

.p-contact__supplement{
    font-size: 1.2rem;
    line-height: 15px;
    margin-bottom: 10px;
}

.p-contactContent__text {
  color: #fff;
  text-align: center;
  line-height: 25px;
}

#p-about{
   padding-top: 50px;
}

.p-about__img {
  margin: 10px auto;
  display: block;
}

.p-about__concept1, .p-about__concept2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #996633;
  background-color: #fff;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}

.p-about__name {
  text-align: right;
}

.p-aboutContent {
  margin-top: 50px;
  position: relative;
}

.p-aboutContent__title {
  color: #F39800;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.p-aboutContent__img {
  width: 215px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-aboutContent__frame {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 130px;
  padding: 70px 20px 50px 20px;
  -webkit-box-sizing: 0px 4px 4px 4px #000;
          box-sizing: 0px 4px 4px 4px #000;
}

.p-aboutContent__dl {
  margin-bottom: 10px;
}

.p-aboutContent__dt {
  font-weight: bold;
  color: #F39800;
}

.p-aboutContent__dd {
  line-height: 20px;
}

.p-contrail {
  position: relative;
}

.p-contrail__title {
  color: #996633;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #996633;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 10px;
  position: relative;
  top: 10px;
}

.p-contrail__frame {
  background-color: #F39800;
  padding: 20px 10px;
}

.p-contrail__text {
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  .p-about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 50px;
  }
  .p-about__img {
    margin: 0;
    width: 250px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-about__concept1, .p-about__concept2 {
    font-size: 40px;
  }
  .p-about__text {
    width: 700px;
    margin-top: 30px;
    font-size: 20px;
  }
  .p-about__name {
    font-size: 20px;
    margin-top: 10px;
  }
  .p-aboutContent {
    margin-top: 100px;
  }
  .p-aboutContent__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .p-aboutContent__img {
    width: 315px;
    height: 250px;
  }
  .p-aboutContent__frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 230px;
  }
  .p-aboutContent__dl {
    font-size: 16px;
    line-height: 30px;
  }
  .p-contrail {
    width: 700px;
    margin: 0 auto;
  }
  .p-contrail__title {
    font-size: 20px;
  }
  .p-contrail__text {
    font-size: 16px;
    line-height: 20px;
  }
}

#p-guide {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F5D461;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.p-guideContent {
  margin-top: 30px;
}

.p-guideContent__title {
  font-size: 20px;
  font-weight: bold;
  color: #996633;
  text-align: center;
  margin-bottom: 10px;
}

.p-guideContent__ul {
  border: 1px dashed #996633;
  padding: 10px;
  background-color: #fff;
}

.p-guideContent__li {
  margin-bottom: 10px;
}

.dli-check-circle {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-right: 10px;
}

.dli-check-circle > span {
  width: 0.58em;
  height: 0.261em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(-45deg);
          transform: translateY(-25%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.p-guide__text {
  margin-top: 10px;
  text-align: center;
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  #p-guide {
    padding-top: 50px;
    padding-bottom: 100px;
    margin-top: 100px;
  }
  .p-guide__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .p-guideContent__title {
    font-size: 20px;
  }
  .p-guideContent__ul {
    width: 450px;
    height: 270px;
    border: 3px dashed #996633;
    padding: 20px;
  }
  .p-guideContent__li {
    font-size: 16px;
    line-height: 30px;
  }
  .p-guide__text {
    margin-top: 30px;
  }
}

#p-car {
  padding-top: 50px;
}

.p-ride {
  margin: 30px 0;
}

.p-ride__title {
  font-size: 20px;
  font-weight: bold;
  color: #996633;
  text-align: center;
  margin-bottom: 10px;
}

.p-content {
  margin-bottom: 30px;
}

.p-content__img01 {
  border: 3px solid #F39800;
  width: 300px;
  height: 316px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}

.p-content__text {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
  text-align: center;
}

.p-content__supplement {
  font-size: 14px;
  text-align: center;
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  .p-ride__title {
    margin-bottom: 30px;
  }
  .p-ride__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .p-content {
    text-align: center;
  }
  .p-content__img01 {
    width: 300px;
    height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-ride {
    margin: 50px 0;
  }
}

.p-link__content {
  position: relative;
}

.p-link__content:hover {
  opacity: 0.8;
}

.p-link__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-link__text {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
  font-size: 20px;
  color: #F39800;
  width: 100%;
  text-align: center;
}

/* タブレット用css */
@media screen and (min-width: 759px) {
  .p-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  .p-link__text {
    font-size: 30px;
  }
}

.p-price {
  padding-top: 110px;
}

.p-priceTitle {
  font-size: 30px;
  text-align: center;
  color: #F39800;
  font-weight: bold;
}

.p-price__text {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
}

.p-price__big {
  font-size: 20px;
  color: #996633;
  border-bottom: 1px dotted #996633;
}

.p-price__supplement {
  font-size: 14px;
  text-align: center;
}

.p-priceContent {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-priceContent__title {
  background-color: #F39800;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}

.p-priceContent__details {
  border: 1px solid #F39800;
  padding: 10px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}

.p-p-priceContent__width {
  width: 50%;
}

.p-plus {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.p-priceContent--brown {
  margin-top: 30px;
}

.p-priceContent__title--brown {
  background-color: #996633;
}

.p-priceContent__details--brown {
  border: 1px solid #996633;
}

.p-priceContent__brown {
  border: 1px solid #996633;
  padding: 10px;
  line-height: 20px;
  background-color: #fff;
}

.p-priceContent__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-priceContent__supplement {
  text-align: right;
}

.p-price__supplement1 {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  .p-price {
    padding: 200px 0;
  }
  .p-priceTitle {
    font-size: 40px;
  }
  .p-price__text {
    font-size: 20px;
  }
  .p-price__big {
    font-size: 30px;
  }
  .p-price__supplement {
    font-size: 16px;
  }
  .p-priceContent {
    width: 700px;
    margin: 30px auto;
  }
  .p-priceContent__title {
    font-size: 30px;
  }
  .p-priceContent__details {
    font-size: 20px;
  }
  .p-price__supplement1 {
    font-size: 16px;
  }
}

.p-faq {
  padding-top: 110px;
}

.p-faqTitle {
  font-size: 30px;
  text-align: center;
  color: #f39800;
  font-weight: bold;
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  .p-faq {
    padding: 200px 0;
  }
  .p-faqTitle {
    font-size: 40px;
  }
}

.p-accordion {
  margin: 30px 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-accordion-002 {
  max-width: 500px;
  margin: 0 auto 7px auto;
  border: 2px solid #f39300;
  border-radius: 5px;
}

.p-accordion-002 summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23f39300%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-position: right calc(2em - 7px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #f39300;
  font-weight: 600;
  cursor: pointer;
}

.p-accordion-002 summary::-webkit-details-marker {
  display: none;
}

.p-accordion-002 summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.p-accordion-002[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.p-accordion-002 p {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  color: #333333;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.p-accordion-002[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

/* パソコン用css */
.p-slide__img1 {
  width: 250px;
  margin: 0 auto;
}

.p-slide__img2 {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px auto;
}

.slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 70px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #996633;
  color: #996633;
  width: 30px;
  height: 30px;
  z-index: 99;
}

.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 70px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #996633;
  color: #996633;
  width: 30px;
  height: 30px;
  z-index: 99;
}

/* タブレット用css */
@media screen and (min-width: 759px) {
  .p-slide__img1 {
    margin: 20px auto;
  }
}

/* パソコン用css */
@media screen and (min-width: 1024px) {
  .slick-prev {
    left: 400px;
  }
  .slick-next {
    right: 400px;
  }
}
/*# sourceMappingURL=style.css.map */