@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
  line-height: 1.625;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #111;
}

.main section:nth-last-of-type(5) .inner {
  margin: 0 auto 6rem;
}

.inner {
  width: 100rem;
  margin: 0 auto 12rem;
}

.container__small {
  width: 80rem;
  margin: 0 auto;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .inner {
    width: 100%;
    padding: 0 1.5rem;
  }
  .container__small {
    width: 100%;
    max-width: 80rem;
  }
}
@media only screen and (max-width: 599px) {
  .container__small {
    width: 100%;
    margin: 0 auto;
    padding: 0 3.2%;
  }
  .inner {
    width: 100%;
    padding: 0 3.2%;
    margin: 0 auto 6rem;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #FFF;
  border-bottom: solid 1px #CCC;
  z-index: 10;
}

.header-top {
  display: flex;
  justify-content: space-between;
  width: 100rem;
  margin: 0 auto;
  padding: 1.5rem 0 1.4rem 0;
}
.header-top__sitename {
  width: 170px;
  height: 31px;
  transition: 0.2s all;
}
.header-top__sitename:hover {
  opacity: 0.6;
}
.header-top__menu {
  display: flex;
  align-items: center;
}
.header-top__menu__list {
  display: flex;
}
.header-top__menu__list li {
  margin: 0 1.5rem;
  line-height: 1.8571428571;
}
.header-top__menu__list li a {
  font-size: 1.4rem;
  text-indent: 0.2em;
  transition: all 0.2s;
}
.header-top__menu__list li a:hover {
  color: #FB7C00;
  opacity: 1;
}
.header-top__menu__list .fa-twitter {
  margin-top: 2px;
  font-size: 2rem;
  color: #1E8FE2;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .header-top {
    width: 100%;
    padding: 1.5rem 1.5rem 1.4rem;
  }
  .header-top__menu__list li {
    margin: 0 1rem;
  }
  .header-top__menu__list li a {
    font-size: calc(1.2rem + (1vw - 0.6rem) * 0.4762);
  }
  .header-top__menu__list .fa-twitter {
    font-size: calc(1.8rem + (1vw - 0.6rem) * 0.4762);
  }
}
@media only screen and (max-width: 599px) {
  #header {
    z-index: 100;
  }
  .header-top {
    width: 100%;
    height: 6rem;
    padding: 1.8rem 1.2rem;
  }
  .header-top__sitename {
    width: 130px;
    height: auto;
  }
  .header-top__sitename img {
    width: 13rem;
  }
  .header-top__menu {
    display: none;
  }
}
.header-top__hamburger {
  display: none;
}

.drawer-menu {
  position: absolute;
  opacity: 0;
  transition: all 0.4s ease-in;
  z-index: -1;
}

@media only screen and (max-width: 599px) {
  .header-top__hamburger {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 1.2rem;
    width: 32px;
    height: 16px;
    margin: auto 0;
  }
  .header-top__hamburger .bar {
    position: absolute;
    width: 32px;
    height: 1px;
    background: #111;
    transition: all 0.3s ease-in;
  }
  .header-top__hamburger .bar.middle {
    top: 8px;
  }
  .header-top__hamburger .bar.bottom {
    top: 17px;
  }
  .header-top__hamburger.is-open .bar.top {
    display: none;
  }
  .header-top__hamburger.is-open .bar.middle {
    top: 8px;
    transform: rotate(135deg);
  }
  .header-top__hamburger.is-open .bar.bottom {
    top: 8px;
    transform: rotate(45deg);
  }
  .drawer-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -20;
  }
  .drawer-menu.is-open {
    opacity: 1;
    z-index: 20;
  }
  .drawer-menu__inner {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #FFF;
  }
  .drawer-menu__list {
    text-align: center;
    letter-spacing: 0.02em;
    font-size: calc(1.6rem + (1vw - 0.32rem) * 0.7168);
    line-height: 1.4444444444;
  }
  .drawer-menu__list li {
    margin-bottom: 4rem;
  }
  .drawer-menu__list .fab.fa-twitter {
    color: #1E8FE2;
    font-size: calc(2rem + (1vw - 0.32rem) * 0.7168);
  }
}
.visual {
  padding-top: 60px;
}
.visual .inner {
  margin: 0 auto;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: 10px;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .visual .inner {
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .visual .inner {
    padding: 0;
  }
}
.online-shop {
  margin: 2rem auto 6rem;
  padding: 4rem 0;
  background: url(../images/bg_logo.png);
  background-size: 100%;
  text-align: center;
}
.online-shop__text {
  font-size: 1.8rem;
}
.online-shop .marker {
  display: inline-block;
  margin-bottom: 2.3rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .online-shop__text {
    font-size: calc(1.6rem + (1vw - 0.6rem) * 0.4762);
  }
}
@media only screen and (max-width: 599px) {
  .online-shop {
    margin: 2rem -3.4188034188% 5rem;
    padding: 5rem 0;
    background-size: auto;
  }
  .online-shop__text {
    font-size: calc(1.4rem + (1vw - 0.32rem) * 0.7168);
  }
  .online-shop .marker {
    margin-bottom: 2.8rem;
  }
}
.covid__container {
  position: relative;
  margin-bottom: 6rem;
  padding: 7rem 3rem 4rem 6rem;
  border: dotted 3px #CCCCCC;
}
.covid__container__ttl {
  position: absolute;
  width: 30rem;
  top: -2.3rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #FFF;
  background: #111;
  border-radius: 25px;
  text-align: center;
}
.covid__container__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.covid__container__col {
  position: relative;
  flex-basis: 33rem;
  min-height: 8.8rem;
  margin-bottom: 5rem;
  background-color: #E4E8EF;
}
.covid__container__col .icon {
  position: absolute;
  top: -3rem;
  left: -3rem;
  width: 6rem;
  height: 6rem;
}
.covid__container__col:nth-of-type(n+3) {
  margin-bottom: 0;
}
.covid__text {
  padding: 1.8rem 1.5rem 1.8rem 4rem;
  line-height: 1.625;
  font-size: 1.6rem;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .covid__container__col {
    flex-basis: 100%;
    min-height: auto;
    margin-bottom: 2rem;
  }
  .covid__container__col .icon {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .covid__container__col:nth-of-type(n+3) {
    margin-bottom: 2rem;
  }
  .covid__text {
    font-size: calc(1.4rem + (1vw - 0.6rem) * 0.4762);
  }
}
@media only screen and (max-width: 599px) {
  .covid__container {
    margin-bottom: 3rem;
    padding: 0;
    border: 0;
  }
  .covid__container__ttl {
    position: relative;
    width: 25rem;
    top: initial;
    right: initial;
    left: initial;
    margin: 0 auto 2rem;
    font-size: 1.2rem;
    line-height: 0.75;
  }
  .covid__container__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .covid__container__col {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    min-height: 8.4rem;
    margin-bottom: 1rem;
  }
  .covid__container__col .icon {
    position: absolute;
    width: 6rem;
    height: 6rem;
    top: 0;
    left: 1rem;
    bottom: 0;
    margin: auto 0;
  }
  .covid__container__col:nth-of-type(n+3) {
    margin-bottom: 1rem;
  }
  .covid__text {
    padding: 0.85em 1.5rem 0.85em 24%;
    line-height: 2;
    font-size: calc(1.3rem + (1vw - 0.32rem) * 0.3584);
  }
}
.info .inner,
.return .inner {
  margin: 0 auto;
  padding: 6rem 0;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .info .inner,
  .return .inner {
    padding: 6rem 1.5rem;
  }
}
.info {
  background: #FFF;
}

@media only screen and (max-width: 599px) {
  .info .inner {
    width: 100%;
    padding: 5rem 3.2%;
    margin: 0 auto;
  }
}
.return .ttl-b {
  color: #111;
}
.return .ttl-b:before {
  background: #111;
}
.return .container__small .lead:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
  .return .inner {
    width: 100%;
    padding: 5rem 3.2%;
    margin: 0 auto;
  }
}
.contact {
  background: #F4F4F4;
}
.contact .inner {
  margin: 0 auto;
  padding: 6rem 0 8rem;
}
.contact .ttl-b {
  color: #111;
}
.contact .ttl-b:before {
  background: #111;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .contact .inner {
    padding: 6rem 1.5rem 8rem;
  }
}
@media only screen and (max-width: 599px) {
  .contact .inner {
    width: 100%;
    padding: 5rem 3.2% 6rem;
    margin: 0 auto;
  }
}
.copyright {
  padding: 1.25em 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 599px) {
  .copyright {
    padding: 1.45em 0;
    font-size: 1.1rem;
  }
}
.form {
  margin-top: 11rem;
}
.form .ttl-b {
  color: #333;
}
.form .ttl-b:before {
  background: #333;
}
.form .container {
  width: 80rem;
}
.form .mailform dl {
  display: table;
  width: 100%;
}
.form .mailform dl#form-file {
  display: none;
}
.form .mailform dl#form-file.active {
  display: block;
}
.form .mailform dt {
  width: 30%;
  font-size: 1.4rem;
}
.form .mailform dd {
  width: 70%;
}
.form .mailform .form-select {
  position: relative;
}
.form .mailform .form-select:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  border-left: solid 2px;
  border-bottom: solid 2px;
  transform: rotate(-45deg);
}
.form input[type=file] {
  font-size: 1.3rem;
}
.form-text {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.form-file__text {
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
}
.form .privacy {
  padding: 2rem;
  height: 15rem;
  overflow: scroll;
  border: dotted 2px #CCC;
  font-size: 1.3rem;
}
.form .privacy p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.form .privacy dl {
  display: block;
  padding: 0;
}
.form .privacy dt {
  display: block;
  width: 100%;
}
.form .privacy dd {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
}
.form .confirmation_btn.disable {
  background: #aaa;
  cursor: not-allowed;
}
.form .check-text {
  margin-top: 2rem;
  font-size: 1.4rem;
  text-align: center;
}
.form .submit_area {
  margin-top: 2.5rem;
}
.form .require {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  margin-left: 0.4rem;
  background: red;
  color: #FFF;
  font-size: 1.2rem;
}
.form .completion {
  font-size: 1.4rem;
}
.form .return.caution {
  display: none;
}
.form .return {
  display: block;
  padding: 2rem 1.5rem;
  font-size: 1.4rem;
  border: solid 1px red;
  color: red;
}

.mailform dd input[type=text],
.mailform dd select, dd textarea,
.mailform dd textarea {
  width: 100%;
  background: #fafafa;
}

.confirmation_btn,
input[type=submit][value=送信] {
  background: #111;
}

input[type=button][value=戻る] {
  border: 1px solid #111;
  color: #111;
}

.form-confirmation .ttl-b {
  color: #333;
}
.form-confirmation .ttl-b:before {
  background: #333;
}
.form-confirmation .confirmation {
  font-size: 1.4rem;
  text-align: center;
}
.form-confirmation .submit_content dl {
  display: table;
  width: 100%;
}
.form-confirmation .submit_content dt {
  width: 30%;
  font-size: 1.4rem;
}
.form-confirmation .submit_content dd {
  width: 70%;
  font-size: 1.4rem;
}
.form-confirmation .submit_content select {
  appearance: auto;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .form .container {
    width: 100%;
    max-width: 80rem;
  }
}
@media only screen and (max-width: 599px) {
  .form .container {
    width: 100%;
    padding: 1rem;
  }
  .form .mailform dt {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
  .form .mailform dd {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .form-confirmation .container {
    width: 100%;
    padding: 1rem;
  }
  .form-confirmation .submit_content dt {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
  .form-confirmation .submit_content dd {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .mailform dd input[type=text],
  .mailform dd select,
  dd textarea {
    font-size: 1.6rem;
  }
}
.shop .ttl-b {
  color: #111;
}
.shop .ttl-b::before {
  background: #111;
}

.shop-list {
  margin: 0 auto;
  max-width: 90rem;
}
.shop-list__item {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 0;
  border-bottom: dotted 3px #F3DFDF;
}
.shop-list__content {
  flex-basis: 52%;
  width: 52%;
  padding-right: 1.5rem;
}
.shop-list__content dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.shop-list__content dl dt {
  flex-basis: 25%;
  position: relative;
}
.shop-list__content dl dt::before {
  content: ":";
  position: absolute;
  right: 0.5rem;
}
.shop-list__content dl dd {
  flex-basis: 75%;
  margin-bottom: 1rem;
  word-break: break-all;
}
.shop-list__image {
  flex-basis: 48%;
  width: 48%;
}
.shop-list__image img {
  max-width: 100%;
}
.shop-list .name {
  margin-bottom: 0.96em;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .shop-list .name {
    font-size: calc(2rem + (1vw - 0.599rem) * 1.4252);
    min-height: 0vw;
  }
  .shop-list__content dl {
    font-size: calc(1.2rem + (1vw - 0.599rem) * 0.4751);
    min-height: 0vw;
  }
}
@media only screen and (max-width: 599px) {
  .shop-list__item {
    margin: 0 -3.2% 5rem;
    padding: 0;
    border-bottom: none;
  }
  .shop-list__content {
    flex-basis: 100%;
    padding: 0 3.2%;
    order: 2;
  }
  .shop-list__content dl {
    font-size: calc(1.3rem + (1vw - 0.325rem) * 0.365);
  }
  .shop-list__content dl dt {
    flex-basis: 21%;
    margin-bottom: 1rem;
  }
  .shop-list__content dl dd {
    flex-basis: 79%;
    margin-bottom: 1rem;
  }
  .shop-list__image {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 2rem;
    order: 1;
  }
  .shop-list__image img {
    width: 100%;
  }
  .shop-list .name {
    margin-bottom: 2rem;
    font-size: calc(1.6rem + (1vw - 0.325rem) * 0.7299);
    text-align: center;
  }
}
.schedule {
  max-width: 90rem;
  margin: 0 auto;
}
.schedule.l-column .col-2 {
  margin-bottom: 4rem;
}
.schedule.l-column .col-2:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.schedule_img {
  margin-bottom: 0.8rem;
}
.schedule_content {
  font-size: 1.6rem;
}
.schedule_time {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.schedule_ttl {
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  .schedule.l-column .col-2 {
    flex-basis: 100%;
    margin-bottom: 4rem;
  }
  .schedule.l-column .col-2:nth-last-child(-n+2) {
    margin-bottom: 4rem;
  }
  .schedule.l-column .col-2:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
  .schedule_content {
    font-size: calc(1.4rem + (1vw - 0.325rem) * 0.7299);
  }
  .schedule_ttl {
    line-height: 1.4;
  }
}
.sns .ttl-b {
  max-width: 100rem;
  margin: 0 auto 10rem;
}
.sns_list {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}
.sns_list li {
  padding: 0 0.65%;
  margin-bottom: 2.5rem;
  flex-basis: 33.333%;
}
.sns_list li a {
  display: block;
  border-bottom: dotted 1px #111;
  height: 100%;
  max-height: 8rem;
}
.sns_list dl {
  position: relative;
  width: 90%;
}
.sns_list dt {
  font-size: clamp(0.5rem, 0.2105263158rem + 1.1578947368vw, 1.6rem);
}
.sns_list dd {
  padding-bottom: 2.2em;
  font-size: clamp(0.4rem, 0.1894736842rem + 0.8421052632vw, 1.2rem);
}
.sns_list .small {
  font-size: clamp(0.4rem, 0.2421052632rem + 0.6315789474vw, 1rem);
}
.sns_x::before {
  content: "";
  position: absolute;
  width: 5%;
  height: 3rem;
  top: 0;
  bottom: 0;
  right: -8%;
  margin: auto 0;
  background: url(/RealShop/asset/images/x-logo.svg) no-repeat;
  background-size: 100%;
}
.sns_line::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: -8%;
  margin: auto 0;
  background: url(/RealShop/asset/images/icon-line.svg) no-repeat;
  background-size: 100%;
}
.sns_insta::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: -8%;
  margin: auto 0;
  background: url(/RealShop/asset/images/icon-instagram.svg) no-repeat;
  background-size: 100%;
}

.inner_sns {
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem 0 8rem;
}

@media only screen and (max-width: 599px) {
  .sns .ttl-b {
    margin: 0 auto 4rem;
  }
  .sns_list li {
    flex-basis: 100%;
    padding: 2.5rem 0 0.65%;
    margin-bottom: 0;
  }
  .sns_list dt {
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
  }
  .sns_list dd,
  .sns_list .small {
    font-size: 1.1rem;
  }
  .sns_x::before {
    width: 6%;
  }
  .sns_line::before, .sns_insta::before {
    width: 24px;
    height: 24px;
  }
  .inner_sns {
    width: 100%;
    padding: 5rem 3.2%;
    margin: 0 auto;
  }
}
.contents {
  margin: 6rem auto 3rem;
}

.pagination-container {
  margin-top: 2rem;
}

.pagination {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
}

.pagination a {
  padding: 0.2rem 1rem;
  margin: 0 0.2rem;
  border: solid 1px #AAA;
}

.navi-active a {
  color: #FFF;
  background: #AAA;
}

.bg-color {
  background: #FFFAF5;
}

.red {
  color: #FF0000;
}

.link {
  color: #1E8FE2;
}

.underline {
  text-decoration: underline;
}

.right-text {
  text-align: right;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  color: #FB7C00;
}

.small-text {
  font-size: 1.3rem;
  color: #FB7C00;
  margin-top: 1rem;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .right-text {
    font-size: calc(1.5rem + (1vw - 0.599rem) * 0.2375);
  }
}
@media only screen and (max-width: 599px) {
  .right-text {
    font-size: calc(1.4rem + (1vw - 0.32rem) * 0.7168);
  }
}
a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.text-left {
  text-align: left;
}

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

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

.ttl-a {
  margin-bottom: 11rem;
  padding: 1.54em 0;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: -0.015em;
  text-align: center;
  background-color: #FB7C00;
  line-height: 1.6;
}
.ttl-a__inner {
  display: inline-block;
  max-width: 100rem;
  padding: 0 0.5rem;
}

.ttl-b {
  position: relative;
  margin-bottom: 6rem;
  padding-bottom: 0.28em;
  font-size: 2.8rem;
  line-height: 1.0769230769;
  letter-spacing: 0.01em;
  color: #FB7C00;
  font-weight: bold;
  border-bottom: solid 3px #ddd;
  text-align: center;
}
.ttl-b:before {
  content: "";
  position: absolute;
  width: 20rem;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -0.3rem;
  margin: 0 auto;
  background: #FB7C00;
}

.ttl-c {
  padding: 3em 1em;
  margin-bottom: 5rem;
  color: #FB7C00;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, #FFF5FB 8px, #FFF5FB 12px);
}

.ttl-d {
  text-align: center;
  margin-bottom: 1.6rem;
}
.ttl-d__text {
  position: relative;
  display: inline-block;
  min-width: 30rem;
  margin: 0 auto;
  padding: 0.5em 1em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.625;
}
.ttl-d__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #FB7C00;
  transform: skewX(-25deg);
  z-index: -1;
}
.ttl-d-caution {
  margin-bottom: 2.5rem;
  text-align: center;
  color: #FF0000;
  font-size: 1.4rem;
}

.ttl-e {
  margin-bottom: 6rem;
  padding: 0.944em 0;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  background: #FB7C00;
  text-align: center;
  letter-spacing: -0.015em;
}

.ttl-f {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.015em;
  margin-bottom: 1rem;
  text-align: center;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .ttl-a {
    font-size: calc(1.6rem + (1vw - 0.6rem) * 1.4286);
    padding: 0.944em 1rem;
  }
  .ttl-b {
    font-size: calc(2.6rem + (1vw - 0.6rem) * 0.4762);
  }
  .ttl-b:before {
    width: 18rem;
  }
  .ttl-c {
    font-size: calc(1.4rem + (1vw - 0.6rem) * 0.4762);
  }
  .ttl-d__text {
    font-size: calc(1.4rem + (1vw - 0.6rem) * 0.4762);
  }
  .ttl-d-caution {
    font-size: calc(1.4rem + (1vw - 0.6rem) * 0.4762);
  }
  .ttl-e {
    font-size: calc(1.6rem + (1vw - 0.6rem) * 0.4762);
  }
  .ttl-f {
    font-size: calc(1.6rem + (1vw - 0.6rem) * 0.4762);
  }
}
@media only screen and (max-width: 599px) {
  .ttl-a {
    padding: 1em 1.2rem;
    margin-bottom: 1.92em;
    font-size: calc(1.3rem + (1vw - 0.32rem) * 0.7168);
    line-height: 1.4285714286;
  }
  .ttl-b {
    margin-bottom: 1.45em;
    font-size: calc(2.1rem + (1vw - 0.32rem) * 0.3584);
  }
  .ttl-c {
    padding: 2.28em 2.27%;
    margin-bottom: 3.2rem;
    font-size: calc(1.3rem + (1vw - 0.32rem) * 0.3584);
  }
  .ttl-d {
    margin-bottom: 1.2rem;
  }
  .ttl-d__text {
    min-width: 25.5rem;
    padding: 0.75em 4.58em;
    font-size: 1.2rem;
  }
  .ttl-d-caution {
    margin-bottom: 1.66em;
    font-size: 1.2rem;
  }
  .ttl-e {
    margin-bottom: 4rem;
    padding: 1.38em 0.61em;
    font-size: 1.2rem;
  }
  .ttl-f {
    font-size: calc(1.3rem + (1vw - 0.32rem) * 0.3584);
    margin-bottom: 1rem;
  }
}
.button {
  text-align: center;
}
.button .btn {
  position: relative;
  display: block;
  width: 35rem;
  height: 7.5rem;
  line-height: 7.5rem;
  margin: 0 auto;
  box-shadow: 2px 5px 9px 3px #aaa;
  transition: all 0.2s;
}
.button .btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  content: "\f105";
  font-family: FontAwesome;
  margin: auto 0;
}
.button .btn.btn-a {
  color: #fff;
  font-size: 1.6rem;
  background: #111;
  border-radius: 5px;
  border: solid 3px #111;
}
.button .btn.btn-a:hover {
  color: #111;
  background: #fff;
  border: solid 3px #111;
  opacity: 1;
}
.button .btn:hover {
  box-shadow: 0px 0px 0px 0px #aaa;
}

@media only screen and (max-width: 599px) {
  .button .btn {
    width: 30rem;
    height: 6.4rem;
    line-height: 6.4rem;
  }
  .button .btn.btn-a {
    font-size: calc(1.4rem + (1vw - 0.32rem) * 0.7168);
  }
}
.lead {
  margin-bottom: 4rem;
  font-size: 1.6rem;
}
.lead a {
  font-weight: bold;
  color: #1E8FE2;
  text-decoration: underline;
}
.lead a .fas {
  text-decoration: underline;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .lead {
    font-size: calc(1.4rem + (1vw - 0.6rem) * 0.4762);
  }
}
@media only screen and (max-width: 599px) {
  .lead {
    letter-spacing: 0.005em;
    font-size: calc(1.4rem + (1vw - 0.32rem) * 0.3584);
  }
}
.line-container {
  max-width: 80rem;
  margin-bottom: 5rem;
  padding: 4rem;
  border: solid 2px #111111;
}

.line-container-bold {
  max-width: 80rem;
  margin-bottom: 5rem;
  padding: 3rem;
  background: #FFF;
  border: solid 4px #111111;
}
.line-container-bold__text {
  font-size: 1.6rem;
}

.caution-container {
  max-width: 80rem;
  margin-bottom: 5rem;
  padding: 3rem;
  border: solid 4px #FF0000;
}
.caution-container__text {
  font-size: 1.6rem;
  color: #FF0000;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .caution-container__text {
    font-size: calc(1.4rem + (1vw - 0.6rem) * 0.4762);
  }
  .line-container-bold__text {
    font-size: calc(1.4rem + (1vw - 0.6rem) * 0.4762);
  }
}
@media only screen and (max-width: 599px) {
  .line-container {
    padding: 5.698005698%;
  }
  .line-container-bold {
    max-width: 100%;
    margin-bottom: 4rem;
    padding: 2.6rem;
    border: solid 2px #111111;
  }
  .line-container-bold__text {
    font-size: calc(1.3rem + (1vw - 0.32rem) * 0.3584);
  }
  .caution-container {
    margin-bottom: 5rem;
    padding: 7.4074074074%;
    border: solid 2px #FF0000;
  }
  .caution-container__text {
    font-size: calc(1.3rem + (1vw - 0.32rem) * 0.3584);
  }
}
.tbl {
  font-size: 1.6rem;
  line-height: 1.875;
}
.tbl th,
.tbl td {
  padding: 2rem 0 2rem 2rem;
  border-bottom: solid 1px #ddd;
  vertical-align: middle;
}
.tbl th {
  width: 15.2rem;
  font-weight: normal;
}
.tbl td {
  width: calc(100% - 15.2rem);
}
.tbl tr:first-of-type th,
.tbl tr:first-of-type td {
  padding: 0 0 2rem 2rem;
}
.tbl tr:last-of-type th,
.tbl tr:last-of-type td {
  padding: 2rem 0 0 2rem;
  border-bottom: 0;
}
.tbl tr:only-of-type th,
.tbl tr:only-of-type td {
  padding: 0 0 0 2rem;
}
.tbl a {
  color: #1E8FE2;
  text-decoration: underline;
}
.tbl .button .btn {
  margin: 0;
}
.tbl .button .btn.btn-a {
  text-decoration: none;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .tbl {
    font-size: calc(1.4rem + (1vw - 0.6rem) * 0.4762);
  }
  .tbl th {
    width: 12.2rem;
  }
  .tbl td {
    width: calc(100% - 12.2rem);
  }
}
@media only screen and (max-width: 599px) {
  .tbl {
    line-height: 2;
  }
  .tbl th,
  .tbl td {
    display: block;
    letter-spacing: 0.005em;
  }
  .tbl th {
    width: 100%;
    padding: 1.06em 0;
    font-size: calc(1.4rem + (1vw - 0.32rem) * 0.3584);
    font-weight: bold;
    border-bottom: none;
  }
  .tbl td {
    width: 100%;
    font-size: calc(1.3rem + (1vw - 0.32rem) * 0.3584);
    padding: 0 0 2rem;
  }
  .tbl tr:first-of-type th {
    padding: 0 0 1.06em;
  }
  .tbl tr:first-of-type td,
  .tbl tr:only-of-type td {
    padding: 0 0 2rem;
  }
  .tbl tr:last-of-type th {
    padding: 2rem 0 1.06em;
    border-bottom: 0;
  }
  .tbl tr:last-of-type td {
    padding: 0;
    border-bottom: 0;
  }
  .tbl tr:only-of-type th {
    padding: 0 0 1.06em;
  }
  .tbl .button .btn {
    width: 100%;
  }
}
.l-column {
  display: flex;
  margin-bottom: 4rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.l-column .col-1,
.l-column .col-1_2 {
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}
.l-column .col-1 + .col-2:nth-of-type(even),
.l-column .col-1_2 + .col-2:nth-of-type(even) {
  padding-left: 1rem;
  padding-right: 0;
}
.l-column .col-2 {
  flex-basis: 50%;
  margin-bottom: 2rem;
}
.l-column .col-2:nth-of-type(even) {
  padding-left: 1rem;
}
.l-column .col-2:nth-of-type(even) .image {
  text-align: right;
}
.l-column .col-2:nth-of-type(odd) {
  padding-right: 1rem;
}
.l-column .col-2:nth-of-type(odd) .image {
  text-align: left;
}
.l-column .col-3 {
  flex-basis: 33.333%;
  width: 33.333%;
  margin-bottom: 2rem;
  padding-left: 0.25%;
  padding-right: 0.25%;
}
.l-column .col-3 + .col-2:nth-of-type(even) {
  padding-left: 0;
  padding-right: 1rem;
}
.l-column .col-3 + .col-2:nth-of-type(odd) {
  padding-left: 1rem;
  padding-right: 0;
}
.l-column .col-3:nth-of-type(3n+1) {
  padding-left: 0;
  padding-right: 0.5%;
}
.l-column .col-3:nth-of-type(3n) {
  padding-left: 0.5%;
  padding-right: 0;
}
.l-column .col-3:last-of-type {
  margin-right: auto;
}
.l-column .col-4 {
  width: calc((100% - 30px) / 4);
  margin-bottom: 2rem;
}
.l-column .col-4:nth-of-type(n+1) {
  margin-left: 0;
  margin-right: 0.5%;
}
.l-column .col-4:last-of-type {
  margin-right: auto;
}
.l-column img {
  max-width: 100%;
}

.l-column.goods-list {
  text-align: center;
}
.l-column.goods-list .goods-list__inner {
  box-shadow: 2px 5px 9px 3px #ebebeb;
}
.l-column.goods-list .goods-list__inner .new {
  color: #FF0000;
  font-weight: bold;
}
.l-column.goods-list .col-1 .goods-list__inner {
  display: flex;
  padding: 3rem;
  flex-wrap: wrap;
  align-items: center;
}
.l-column.goods-list .col-1 .image {
  flex-basis: 60rem;
}
.l-column.goods-list .col-1 .goods-list__info {
  flex-basis: calc(100% - 60rem);
}
.l-column.goods-list .col-1_2 .goods-list__inner {
  padding: 3rem;
}
.l-column.goods-list .col-1_2 .image {
  margin-bottom: 3rem;
}
.l-column.goods-list .col-1_2 .owl-carousel .owl-item .image__container {
  padding-top: 70.5319148936%;
  margin-bottom: 2rem;
}
.l-column.goods-list .col-1_2 .owl-carousel .owl-item .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.l-column.goods-list .col-1_2 .owl-carousel .owl-item img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.l-column.goods-list .col-1_2 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-bottom: 2rem;
}
.l-column.goods-list .col-2 .goods-list__inner {
  height: 100%;
  padding: 1.5rem 1.5rem 2rem;
}
.l-column.goods-list .col-2 .image {
  margin-bottom: 1.8rem;
}
.l-column.goods-list .col-2 .image img {
  max-width: 100%;
  width: 100%;
}
.l-column.goods-list .col-3 .goods-list__inner {
  height: 100%;
  padding: 1rem 1rem 1.5rem;
}
.l-column.goods-list .col-3 .image {
  margin-bottom: 1.8rem;
}
.l-column.goods-list .col-3 .image img {
  max-width: 100%;
  width: 100%;
}
.l-column.goods-list .name {
  margin-bottom: 0.58em;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.l-column.goods-list .price {
  font-size: 2.4rem;
  line-height: 1.4;
}
.l-column.goods-list .price .text {
  font-size: 1.3rem;
}
.l-column.goods-list .price .yen {
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 1.3rem;
}
.l-column.goods-list .option {
  font-size: 1.2rem;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .l-column.goods-list .col-1 .goods-list__inner {
    padding: 1.5rem;
  }
  .l-column.goods-list .col-1 .image {
    flex-basis: 60%;
  }
  .l-column.goods-list .col-1 .goods-list__info {
    flex-basis: 40%;
    padding-left: 1rem;
  }
  .l-column.goods-list .col-1_2 .goods-list__inner {
    padding: 1.5rem;
  }
  .l-column.goods-list .name {
    font-size: calc(1.2rem + (1vw - 0.6rem) * 0.4762);
  }
  .l-column.goods-list .price {
    font-size: calc(1.4rem + (1vw - 0.6rem) * 0.9524);
  }
  .l-column.goods-list .price .yen {
    font-size: calc(1.2rem + (1vw - 0.6rem) * 0.2381);
  }
  .l-column.goods-list .option {
    font-size: calc(1.2rem + (1vw - 0.6rem) * 0.2381);
  }
}
@media only screen and (max-width: 599px) {
  .l-column {
    margin-bottom: 2rem;
  }
  .l-column .col-2 {
    margin-bottom: 0.3rem;
  }
  .l-column .col-2:nth-of-type(even) {
    padding-left: 0.15rem;
  }
  .l-column .col-2:nth-of-type(odd) {
    padding-right: 0.15rem;
  }
  .l-column .col-3 {
    flex-basis: 50%;
    margin-bottom: 0.3rem;
  }
  .l-column .col-3:nth-of-type(even) {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
  .l-column .col-3:nth-of-type(odd) {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
  .l-column .col-3 + .col-2:nth-of-type(even) {
    padding-right: 0;
    padding-left: 0.15rem;
  }
  .l-column .col-3 + .col-2:nth-of-type(odd) {
    padding-left: 0;
    padding-right: 0.15rem;
  }
  .l-column .col-4 {
    flex-basis: 50%;
    margin-bottom: 0.3rem;
  }
  .l-column img {
    width: 100%;
  }
  .l-column.goods-list .goods-list__inner {
    box-shadow: 2px 2px 3px 1px #ebebeb;
  }
  .l-column.goods-list .goods-list__inner .new {
    display: block;
  }
  .l-column.goods-list .col-1 .goods-list__inner,
  .l-column.goods-list .col-1_2 .goods-list__inner {
    padding: 2.84% 2.84% 3.41%;
  }
  .l-column.goods-list .col-1 .image,
  .l-column.goods-list .col-1_2 .image {
    flex-basis: 100%;
    margin-bottom: 1.2rem;
  }
  .l-column.goods-list .col-1 .goods-list__info,
  .l-column.goods-list .col-1_2 .goods-list__info {
    flex-basis: 100%;
    padding-left: 0;
  }
  .l-column.goods-list .col-1 .new,
  .l-column.goods-list .col-1_2 .new {
    display: inline;
  }
  .l-column.goods-list .col-1 .name,
  .l-column.goods-list .col-1_2 .name {
    margin-bottom: 0.93em;
    font-size: calc(1.3rem + (1vw - 0.32rem) * 0.3584);
  }
  .l-column.goods-list .col-1 .price,
  .l-column.goods-list .col-1 .price .yen,
  .l-column.goods-list .col-1_2 .price,
  .l-column.goods-list .col-1_2 .price .yen {
    font-size: calc(1.3rem + (1vw - 0.32rem) * 0.3584);
  }
  .l-column.goods-list .col-2 .goods-list__inner {
    padding: 2.29% 2.29% 4.59%;
  }
  .l-column.goods-list .col-2 .image {
    margin-bottom: 1.8rem;
  }
  .l-column.goods-list .col-2 .image img {
    max-width: 100%;
    width: 100%;
  }
  .l-column.goods-list .name {
    margin-bottom: 1em;
    font-size: 1.2rem;
    line-height: 1.3333333333;
    letter-spacing: -0.015em;
  }
  .l-column.goods-list .price {
    font-size: 1.2rem;
  }
  .l-column.goods-list .price .yen {
    font-size: 1.2rem;
  }
  .l-column.goods-list .option {
    font-size: 1rem;
  }
}
.article-list .schedule_article a {
  display: block;
}
.article-list .schedule_img {
  max-width: 100%;
  margin-bottom: 0.8rem;
}
.article-list .schedule_time {
  font-size: 1.6rem;
  font-weight: bold;
}
.article-list .schedule_ttl {
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
}

.list {
  list-style-type: disc;
  margin-left: 2.5rem;
  font-size: 1.6rem;
}
.list li {
  margin-left: -0.5rem;
  margin-bottom: 1rem;
}
.list li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .list {
    font-size: calc(1.4rem + (1vw - 0.6rem) * 0.4762);
  }
}
@media only screen and (max-width: 599px) {
  .list {
    font-size: calc(1.3rem + (1vw - 0.32rem) * 0.3584);
  }
  .list li {
    margin-bottom: 0.8rem;
  }
}
.pc-block,
.pc-tab-block {
  display: block;
}

.tab-block {
  display: none;
}

.sp-block {
  display: none;
}

@media only screen and (min-width: 599px) and (max-width: 1024px) {
  .pc-block,
  .sp-block {
    display: none;
  }
  .tab-block,
  .pc-tab-block {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .pc-block,
  .tab-block,
  .pc-tab-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
}
/*   NEWS   */
.news__top .inner {
  width: 100%;
  max-width: 120rem;
}
.news__top .col-4 {
  display: flex;
  width: 23.75%;
  margin-right: 0.08%;
  padding: 0;
  border: solid 1px #E5E5E5;
  box-sizing: border-box;
  border-radius: 2%;
}
.news__top .col-4:nth-of-type(n+1) {
  margin-left: 0;
  margin-right: 0.08%;
}
.news__top .col-4:last-of-type {
  margin-right: 0;
}
.news__top .l-column img {
  border-radius: 2% 2% 0 0;
}
.news__top .title {
  font-size: clamp(1.4rem, 1.3473684211rem + 0.2105263158vw, 1.6rem);
  letter-spacing: 0.02em;
  color: #666;
  font-weight: 700;
}
.news__top__time {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.news__top__time time {
  font-style: "Montserrat", sans-serif;
  vertical-align: middle;
  color: #999;
}
.news__top__time span {
  display: inline-block;
  margin-left: 1rem;
  padding: 0.3rem 1rem;
  font-size: 1rem;
  vertical-align: middle;
}
.news__top .event {
  background: #fb7c00;
  color: #fff;
}
.news__top .item {
  background: #ff4c9d;
  color: #fff;
}
.news__top .other {
  background: #333;
  color: #fff;
}
.news__top__box {
  display: flex;
  flex-direction: column;
}
.news__top__content {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 2rem 1rem;
}

@media only screen and (max-width: 599px) {
  .news__top .col-4 {
    flex-basis: 49%;
    width: 49%;
  }
  .news__top .col-4:nth-of-type(even) {
    margin-right: 0;
    margin-left: 0.05%;
  }
  .news__top .col-4:nth-of-type(odd) {
    margin-right: 0.05%;
    margin-left: 0;
  }
  .news__top .title {
    font-size: 1.2rem;
  }
}
.news .btn__list {
  display: flex;
  margin: 0 auto 8rem;
  padding: 2rem 0;
  justify-content: center;
  background: #eee;
}
.news .btn__list a {
  padding: 1rem 2.5rem;
  margin: 0 0.5rem;
  border: solid 1px #333;
  border-radius: 50px;
  font-size: 1.2rem;
  background: #fff;
}
.news .btn__list .active {
  color: #fff;
  border: solid 1px #333;
  background: #333;
}
.news .inner {
  width: 100%;
  max-width: 120rem;
}
.news-list {
  letter-spacing: 0.02em;
}
.news-list__time {
  font-size: 1.4rem;
}
.news-list__time time {
  font-style: "Montserrat", sans-serif;
  vertical-align: middle;
  color: #333;
}
.news-list__time span {
  display: inline-block;
  margin-left: 1rem;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  vertical-align: middle;
}
.news-list__time .event {
  background: #fb7c00;
  color: #fff;
}
.news-list__time .item {
  background: #ff4c9d;
  color: #fff;
}
.news-list__time .other {
  background: #333;
  color: #fff;
}
.news-list__item {
  display: flex;
  padding-bottom: 1.0416666667vw;
  margin-bottom: 2.6041666667vw;
  border-bottom: solid 1px #eee;
}
.news-list img {
  width: 100%;
}
.news-list .image {
  width: 34%;
  max-width: 40rem;
}
.news-list__time {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.news-list__content {
  width: 66%;
  padding: 0 0 0 3.0487804878em;
}
.news-list__title {
  margin-bottom: 3.2rem;
  font-size: clamp(1.6rem, 1.5473684211rem + 0.2105263158vw, 1.8rem);
  font-weight: bold;
}
.news-list__lead {
  line-height: 1.8571428571;
}
.news-list__lead p {
  font-size: clamp(1.2rem, 1.1473684211rem + 0.2105263158vw, 1.4rem);
  margin-bottom: 3rem;
}
.news-list__lead a {
  color: #1E8FE2;
}
.news-list__lead i {
  margin-left: 0.2rem;
}
.news-list__lead .small {
  margin: 0 auto 1rem;
  width: 50%;
}
.news-list__lead .middle {
  margin: 0 auto 1rem;
  width: 75%;
}
.news-list__lead .center {
  text-align: center;
}
.news-list__lead .right {
  text-align: right;
}
.news .pagination-container {
  margin-top: 2rem;
}
.news .pagination {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
}
.news .pagination a {
  padding: 0.2rem 1rem;
  margin: 0 0.2rem;
  border: solid 1px #AAA;
}
.news .navi-active a {
  color: #FFF;
  background: #AAA;
}

@media only screen and (max-width: 599px) {
  .news .btn__list {
    display: block;
    margin: 0 -3.3% 5rem;
    padding: 5rem 3.2%;
  }
  .news .btn__list a {
    width: 80%;
    display: block;
    padding: 2rem 1rem;
    margin: 0 auto 1rem;
    text-align: center;
  }
  .news .btn__list a:last-child {
    margin: 0 auto;
  }
  .news-list__item {
    padding-bottom: 10.6666666667vw;
    margin-bottom: 13.3333333333vw;
    flex-wrap: wrap;
  }
  .news-list .image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .news-list__time {
    margin-bottom: 0.4rem;
  }
  .news-list__content {
    width: 100%;
    padding: 0;
  }
  .news-list__lead p {
    font-size: 1.4rem;
  }
  .news .pagination a {
    padding: 1rem 1.5rem;
    margin: 0 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */