<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.hide-all {
  display: none;
}

@media print, screen and (min-width: 741px) {
  .hide-pc {
    display: none;
  }
}
@media only screen and (max-width: 740px) {
  .hide-sp {
    display: none;
  }
}
.area-pagetitle {
  background-image: url("../shop/img/hero.jpg");
}

@media only screen and (max-width: 740px) {
  .area-pagetitle {
    background-image: url("../shop/img/hero_sp.jpg");
  }
}
@media print, screen and (min-width: 741px) {
  .area-pagetitle.minimum {
    min-height: 200px;
    height: 200px;
  }

  .area-pagetitle.minimum .pagetitle-main {
    margin-top: 100px;
  }
}
.block-gmap {
  height: 350px;
}

@media only screen and (max-width: 740px) {
  .w-60-sp {
    width: 60%;
  }
}
/*店舗追加 - 20240718*/
.shop-name {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bolder;
}

@media only screen and (max-width: 740px) {
  .sp-nav {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding-top: 20px;
    border-top: 1px solid #D5D5D5;
    gap: 40px;
  }
}
.sp-nav a {
  display: flex;
  position: relative;
  font-size: 14px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bolder;
  color: #000;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.sp-nav a::before {
  content: "";
  width: 10px;
  height: 8px;
  background-image: url("/shop/img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 740px) {
  #shoplist {
    padding: 0 20px;
  }
}
#shoplist .shop-unit {
  display: flex;
}
@media print, screen and (min-width: 741px) {
  #shoplist .shop-unit {
    gap: 50px;
    padding: 60px 0;
    border-top: 1px solid #D5D5D5;
  }
}
@media only screen and (max-width: 740px) {
  #shoplist .shop-unit {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
  }
}
#shoplist .shop-unit#yonago {
  border-bottom: 1px solid #D5D5D5;
}
@media only screen and (max-width: 740px) {
  #shoplist .shop-unit#yonago {
    border-top: 1px solid #D5D5D5;
  }
}
#shoplist .shop-unit h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 740px) {
  #shoplist .shop-unit h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 741px) {
  #shoplist .shop-unit .unit-img {
    width: 420px;
  }
}
#shoplist .shop-unit .unit-deta {
  font-size: 16px;
}
@media only screen and (max-width: 740px) {
  #shoplist .shop-unit .unit-deta {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 740px) {
  #shoplist .shop-unit .unit-deta .tel-kurayoshi,
  #shoplist .shop-unit .unit-deta .tel-yonago {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    text-decoration: underline;
    margin-right: 10px;
  }
}
#shoplist .shop-unit .button-area {
  display: flex;
}
@media print, screen and (min-width: 741px) {
  #shoplist .shop-unit .button-area {
    gap: 10px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 740px) {
  #shoplist .shop-unit .button-area {
    margin-top: 20px;
    gap: 5px;
  }
}
#shoplist .shop-unit .button-area a {
  box-sizing: border-box;
  width: 230px;
  line-height: 1;
  border-radius: 60px;
  padding: 20px 30px;
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  #shoplist .shop-unit .button-area a {
    width: 175px;
    padding: 15px 30px;
  }
}
#shoplist .shop-unit .button-area a::after {
  content: "";
  width: 18px;
  height: 14px;
  background-image: url("/shop/img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#shoplist .shop-unit .button-area .shop_button {
  background-color: #EEEEEE;
}
#shoplist .shop-unit .button-area .form_button {
  background-color: #FFBB85;
}

@media only screen and (max-width: 740px) {
  #information {
    padding: 0 10px;
  }
}
#information .container {
  position: relative;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 740px) {
  #information .container {
    flex-direction: column;
    gap: 20px;
    padding-top: 45px;
  }
}
#information .img-box {
  width: 510px;
  overflow: hidden;
  flex-shrink: 0;
}
@media only screen and (max-width: 740px) {
  #information .img-box {
    width: 100%;
  }
}
#information .img-box .main_swiper {
  margin-bottom: 15px;
}
@media only screen and (max-width: 740px) {
  #information .img-box .main_swiper {
    margin-bottom: 5px;
  }
}
#information .info-box {
  display: flex;
  flex-direction: column;
}
#information .info-box h1,
#information .info-box h3 {
  font-size: 32px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bolder;
  margin-bottom: 30px;
}
@media only screen and (max-width: 740px) {
  #information .info-box h1,
  #information .info-box h3 {
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#information .info-box .tel-kurayoshi,
#information .info-box .tel-yonago {
  font-size: 24px;
  font-weight: bold;
  color: #6B7000;
}
@media only screen and (max-width: 740px) {
  #information .info-box .tel-kurayoshi,
  #information .info-box .tel-yonago {
    font-size: 20px;
    text-decoration: none;
  }
}
#information .info-box dl {
  display: flex;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1;
}
#information .info-box dl dt {
  width: 105px;
}
@media only screen and (max-width: 740px) {
  #information .info-box dl dt {
    width: 72px;
  }
}
@media only screen and (max-width: 740px) {
  #information .info-box dl dd {
    line-height: 1.3;
  }
}
#information .info-box .form-button {
  background-color: #FFBB85;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 230px;
  line-height: 1;
  border-radius: 60px;
  padding: 20px 30px;
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  #information .info-box .form-button {
    margin-top: 30px;
    width: 175px;
    padding: 15px 30px;
  }
}
#information .info-box .form-button::after {
  content: "";
  width: 18px;
  height: 14px;
  background-image: url("/shop/img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#access {
  margin-top: 100px;
}
@media only screen and (max-width: 740px) {
  #access {
    margin-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#access h3 {
  text-align: center;
  font-size: 32px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bolder;
  margin-bottom: 8px;
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  #access h3 {
    font-size: 18px;
  }
}
#access h4 {
  text-align: center;
  font-size: 16px;
}
#access .access-map {
  width: 100%;
  margin-top: 40px;
}
#access .access-map .g-map {
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 740px) {
  #access .access-map .g-map {
    aspect-ratio: 71/37;
    height: auto;
  }
}

#form {
  padding-top: 100px;
}
@media only screen and (max-width: 740px) {
  #form {
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#form h3 {
  text-align: center;
  font-size: 32px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bolder;
  margin-bottom: 8px;
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  #form h3 {
    font-size: 18px;
  }
}
#form h4 {
  text-align: center;
  font-size: 16px;
}
#form .form-txt {
  width: 420px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  #form .form-txt {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 740px) {
  #form input, #form select {
    font-size: 14px;
  }
}
#form .input-select {
  color: #000;
}
#form .input-select:invalid {
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 740px) {
  #form tr {
    border-bottom: 1px dashed #CCCCCC;
    padding-top: 10px;
    display: block;
  }
}

/*contact.cssの複製*/
@media print, screen and (min-width: 741px) {
  .area-pagetitle.header-form {
    min-height: 340px;
  }
}
@media print, screen and (min-width: 741px) {
  .table-form {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 741px) {
  .table-form tr {
    border-top: none;
    border-bottom: 1px dotted #D5D5D5;
  }
}
@media only screen and (max-width: 740px) {
  .table-form th .label-form-title {
    padding-left: 1em;
    line-height: 1.25;
    font-weight: bold;
    font-size: 14px;
  }
}
@media only screen and (max-width: 740px) {
  .table-form th .label-form-title:before {
    content: "●";
    margin-left: -1em;
  }
}
@media print, screen and (min-width: 741px) {
  .table-form td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 740px) {
  .table-form td {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .label-required {
    line-height: 1.3;
    margin-left: 0;
  }

  .label-required:before {
    content: "※";
  }
}
@media only screen and (max-width: 740px) {
  .label-required {
    float: none;
    font-size: 11px;
    line-height: 1.3;
  }
}
.panel-note {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.button-submit {
  background-color: #7BC6B4;
  color: #000;
  font-weight: 700;
}

@media print, screen and (min-width: 741px) {
  .button-submit {
    width: 470px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 740px) {
  .button-submit {
    width: 250px;
  }
}
.button-submit:hover {
  background-color: #69beaa;
}

.sec-contact .link-noline dt a {
  display: block;
  background-color: #698C00;
  text-decoration: none;
  border-radius: 6px;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.select-arrow {
  display: block;
}

.list-radio, .list-checkbox {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}

.list-radio li, .list-checkbox li {
  display: block;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}

@media print, screen and (min-width: 741px) {
  .list-radio li, .list-checkbox li {
    width: 50%;
  }
}
@media only screen and (max-width: 740px) {
  .list-radio li, .list-checkbox li {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 50%;
  }
}
.list-radio li label, .list-checkbox li label {
  display: block;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 740px) {
  .list-radio li label, .list-checkbox li label {
    background-color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 740px) {
  .panel-note {
    margin-top: 30px;
    font-size: 14px;
  }
}
.tel-flex p {
  font-weight: bolder;
  margin-bottom: 0;
}

@media print, screen and (min-width: 741px) {
  .tel-flex {
    display: flex;
    justify-content: center;
    gap: 35px;
    width: 801px;
    margin: auto auto 15px;
  }

  .flex-line {
    width: 1px;
    border-left: 1px solid #ccc;
  }

  .tel-flex p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .tel-flex p {
    font-size: 16px;
  }
}
.time-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 740px) {
  .time-row {
    gap: 5px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 740px) {
  .time-row .time-txt {
    width: 100%;
  }
}
.time-row .input-date {
  width: 223px;
}
@media only screen and (max-width: 740px) {
  .time-row .input-date {
    width: calc(50vw - 17.5px);
  }
}
.time-row .input-time {
  width: 180px;
}
@media only screen and (max-width: 740px) {
  .time-row .input-time {
    width: calc(50vw - 17.5px);
  }
}

/*# sourceMappingURL=page_shop.css.map */
</pre></body></html>