@charset "UTF-8";
html {
  font-size: 1.28vw;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #333;
  background-color: #F9F4EF;
  letter-spacing: 0.1em;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* ?嵭??￠ulI×AC,olI×AC,aI×A??ε-?OA?A
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1250px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.p-brand__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-brand__item {
  margin-right: 0.9375rem;
}

.p-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 15rem;
}

.p-img img {
  width: 33.3333333333%;
}

.p-header {
  background: #F9F4EF;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 4.375rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo {
  width: 9.375rem;
}

.p-header__pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.375rem;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__item a {
  padding: 0 0.625rem;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-mv__video {
  width: 100%;
  background-color: #E5E5E5;
  height: 100vh;
  margin-top: 4.375rem;
  height: 34.375rem;
}

.c-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}

.c-content__img {
  width: 100%;
  max-width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: 4rem;
}

.c-content__textarea {
  width: 75%;
}

.c-content__text {
  font-size: 14px;
  line-height: 1.8;
}

.c-sectionttl {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 35px;
}

.p-about {
  margin-top: 16rem;
}

.p-category, .p-new, .p-brand {
  margin-top: 7.5rem;
}

.p-category__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1100px;
  max-width: 100%;
  width: 100%;
}

.p-category__item {
  width: calc(33.33333% - 64.66667px);
  margin-right: 97px;
}

@media screen and (min-width: 481px) and (max-width: 979px) {
  .p-category__item {
    width: calc(33.33333% - 33.33333px);
    margin-right: 50px;
  }
}
.p-category__item:nth-child(3n) {
  margin-right: 0;
  padding-top: 4rem;
  padding-bottom: 3.125rem;
}

.p-category__item-2, .p-category__item-3 {
  padding-top: 2rem;
}

.c-item__img {
  max-width: 100%;
  margin-bottom: 15px;
}

.c-item__cat {
  font-size: 19px;
  font-weight: bold;
}

.c-item__text, .c-item__date {
  font-size: 11px;
}

.c-item__ttl, .item__name, .c-item__price {
  font-size: 14px;
}

.p-footer {
  margin: 3rem auto;
}

.p-footer__logo {
  width: 7.5rem;
  margin: 0 auto;
}

.p-footer__content {
  text-align: center;
}

.p-footer__list {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__content a {
  display: inline-block;
  padding: 0.3125rem;
}

.p-footer__item:not(:first-of-type) {
  margin-left: 0.5rem;
}

.aside_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.text_box {
  width: 180px;
  height: 30px;
}

.searchBtn {
  margin-right: 5px;
  width: 30px;
}

input {
  font-size: 16px;
  margin: 0;
  vertical-align: baseline;
}

#foot_guide {
 width:1000px;
 margin:0 auto;
}

.left {
 width:580px;
 float:left
}
 
.right {
 width:400px;
 float:right;
}

dt {
 font-size:15px;
 font-weight:bold;
 margin-top:10px;
}
 
dd {
 margin-left:15px;
 margin-top:5px;
}

table.calbase_rakuten {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  border: none !important; /*枠線の削除*/
}

table.calframe_rakuten {
  margin: 12px 0 !important;
  width: 220px !important; /*全体の幅*/
}

table.calframe_rakuten th {
  text-align: left !important;
  border-bottom: 1px solid;
}
table.calbase_rakuten td {
  width: 24px !important;
  height: 28px !important;
  font-size: 11px !important;
}
tr.weektitle_rakuten td {
  background: none !important;
  font-weight: bold;
  font-size: 10px !important;
}
table.calbase_rakuten .event_rakuten td {
  height: 14px !important;
}
/*# sourceMappingURL=styles.css.map */
