@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
.button {
  text-decoration: none;
  padding: 10px 40px;
  letter-spacing: 0.1rem;
  color: #fff;
  background: #1257A8;
  border: 1px solid #1257A8;
  font-weight: normal;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 160px;
  height: auto;
  transition: 0.3s;
}
.button:hover {
  background: #fff;
  border: 1px solid #1257A8;
  color: #1257A8;
  text-decoration: none;
}
.button--xxx {
  text-decoration: none;
  padding: 10px 40px;
  letter-spacing: 0.1rem;
  color: #1257A8;
  background: #fff;
  border: 1px solid #1257A8;
  font-weight: normal;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 160px;
  height: auto;
  transition: 0.3s;
}
.button--xxx:hover {
  background: #1257A8;
  border: 1px solid #1257A8;
  color: #fff;
  text-decoration: none;
}
.button--form {
  text-decoration: none;
  padding: 10px 40px;
  letter-spacing: 0.1rem;
  color: #fff;
  background: #2776D6;
  border: 1px solid #2776D6;
  font-weight: normal;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 160px;
  height: auto;
  transition: 0.3s;
}
.button--form:hover {
  background: #fff;
  border: 1px solid #2776D6;
  color: #2776D6;
  text-decoration: none;
}
.button--prev {
  text-decoration: none;
  padding: 10px 40px;
  letter-spacing: 0.1rem;
  color: #1257A8;
  background: #dcdee0;
  border: 1px solid #dcdee0;
  font-weight: normal;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 160px;
  height: auto;
  transition: 0.3s;
}
.button--prev:hover {
  background: #1257A8;
  border: 1px solid #dcdee0;
  color: #dcdee0;
  text-decoration: none;
}
.button--prev:hover {
  background: #fff;
  border: 1px solid #dcdee0;
  color: #1257A8;
}

.pagetop {
  position: fixed;
  bottom: 100px;
  right: 16px;
}
.pagetop__anker {
  position: relative;
  text-decoration: none;
  padding: 10px 40px;
  letter-spacing: 0.1rem;
  color: #fff;
  background: #1257A8;
  border: 1px solid #1257A8;
  font-weight: normal;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 160px;
  height: auto;
  transition: 0.3s;
  width: 100px;
  min-width: initial;
  letter-spacing: 1;
  display: block;
  font-size: 10px;
  padding: 24px 4px 10px 4px;
  text-decoration: none;
  color: #0b3363;
  background: #fff;
  line-height: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}
.pagetop__anker:hover {
  background: #fff;
  border: 1px solid #1257A8;
  color: #1257A8;
  text-decoration: none;
}
.pagetop__anker:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0b3363;
  border-right: 2px solid #0b3363;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .pagetop a:hover {
    background: #fff;
    opacity: 1;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (min-width: 992px) {
  table {
    max-width: 840px;
    margin: auto;
  }
}
table th,
table td {
  border: 1px solid #dcdee0;
  padding: 8px;
  text-align: left;
}
table tr + tr .head {
  margin-top: 24px;
}
table .head,
table .body {
  display: block;
  border: none;
  padding: 8px;
}
@media screen and (min-width: 992px) {
  table .head,
table .body {
    display: table-cell;
    border-bottom: 1px solid #dcdee0;
    padding: 16px 24px;
  }
}
@media screen and (min-width: 992px) {
  table tr:last-child .head,
table tr:last-child .body {
    border: 0;
  }
}
table .head {
  background: #f2f2f3;
}
@media screen and (min-width: 992px) {
  table .head {
    width: 40%;
  }
}

.text {
  margin-bottom: 24px;
}
.text:last-child {
  margin-bottom: 0;
}

.note {
  color: #808080;
  font-size: 1.2rem;
  margin: 8px 0;
}

.section__title {
  text-indent: 0;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 40px;
  border-bottom: 3px solid #332D2B;
}

.content__title {
  margin-bottom: 24px;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #1257A8;
  padding-bottom: 8px;
  color: #1257A8;
}

.page__head {
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1257A8;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page__head {
    height: 85px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .page__head {
    height: 100px;
    margin-bottom: 80px;
  }
}
.page__title {
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .page__title {
    padding-top: 50px;
  }
}

/* =============================

Googleマップ

==============================*/
.map__wrap {
  position: relative;
}
.map__wrap::before {
  content: "";
  float: left;
  padding-top: 56.25%;
}
.map__wrap::after {
  content: "";
  display: block;
  clear: both;
}
.map__wrap > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* =============================

form

==============================*/
.form .required {
  color: #fff;
  background: #f03030;
  display: inline-block;
  padding: 2px 8px;
  margin-left: 16px;
  font-size: 1.2rem;
}
.form .body input[type=text],
.form .body input[type=email],
.form .body input[type=tel],
.form .body input[type=date],
.form .body textarea,
.form .body select {
  width: 100%;
  border: 1px solid #dcdee0;
  padding: 8px;
  border-radius: 5px;
}
.form .body input[type=checkbox] {
  margin-right: 4px;
}
.form .select {
  position: relative;
}
.form .select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #332D2B;
  border-bottom: 0;
}
.form .check {
  text-align: center;
  display: block;
}
@media screen and (min-width: 992px) {
  .form .check {
    margin-top: 24px;
  }
}
.form .check .wpcf7-list-item {
  margin: 0 8px 0 0;
}
.form .button__block {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.form .wpcf7-spinner {
  display: none;
}
.form--confirm .select::before {
  border: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  text-align: center;
  max-width: 840px;
  margin: 40px auto 0;
  color: #dc3232;
}

ul {
  list-style-type: none;
}

.list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}
.list li::before {
  content: "・";
  color: #808080;
}
.list li + li {
  margin-top: 8px;
}

/* =============================

商品リスト

==============================*/
.ec-layoutRole .shopItem__list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.ec-layoutRole .shopItem__item {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .ec-layoutRole .shopItem__item {
    width: calc((100% - 48px) / 2);
  }
  .ec-layoutRole .shopItem__item:last-child {
    flex: initial;
    width: calc((100% - 48px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .ec-layoutRole .shopItem__item {
    flex: initial;
    width: calc((100% - 48px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .ec-layoutRole .shopItem__item {
    width: 281px;
  }
  .ec-layoutRole .shopItem__item:last-child {
    width: 281px;
  }
}
.ec-layoutRole .shopItem__item a {
  text-decoration: none;
  color: #332D2B;
}
.ec-layoutRole .shopItem__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .ec-layoutRole .shopItem__head img {
    display: block;
    width: 281px;
    height: 281px;
    object-fit: contain;
  }
}
.ec-layoutRole .shopItem__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #332D2B;
  padding-bottom: 4px;
}
.ec-layoutRole .shopItem__desc {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #332D2B;
  padding: 6px 0 4px;
  line-height: initial;
}
.ec-layoutRole .shopItem__price {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}

/* =============================

店舗からのメッセージ

==============================*/
.shop-message {
  padding: 20px;
  display: flex;
  justify-content: center;
}
.shop-message__inner {
  padding: 16px;
  border: 2px solid #5CB1B1;
}
@media screen and (min-width: 992px) {
  .shop-message {
    padding: 24px 0;
  }
  .shop-message__inner {
    padding: 40px;
  }
}
.shop-message .text {
  font-size: 1.6rem;
}
.shop-message .attention + .attention {
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .shop-message .attention + .attention {
    margin-top: 48px;
  }
}
.shop-message .attention__item {
  line-height: 130%;
}
.shop-message .section__title {
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 3px solid #332d2b;
  font-size: 2rem;
}
.shop-message .content__location {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f2f3;
  padding: 26px;
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .shop-message .content__location {
    padding: 24px;
  }
}
.shop-message .content__title {
  color: #332D2B;
  border-bottom: 0;
  font-weight: bold;
}
.shop-message .infomation {
  text-align: center;
  margin-top: 24px;
}
.shop-message .infomation h4 {
  font-weight: bold;
}
.shop-message .infomation .tel {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #332D2B;
  text-decoration: none;
  margin-top: 8px;
  padding-left: 27px;
  position: relative;
}
.shop-message .infomation .tel:hover {
  text-decoration: none;
}
.shop-message .infomation .tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_phone.svg) no-repeat center;
  background-size: contain;
}
.shop-message .button__wrap {
  text-align: center;
  margin-top: 24px;
}

/*

  受け取り場所

  */
.location .section__title {
  text-align: center;
  padding-top: 8px;
  border-top: 3px solid #332d2b;
  font-size: 2.8rem;
}
.location .attention__list {
  background: #f2f2f3;
  padding: 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .location .attention__list {
    padding: 24px;
    margin-bottom: 40px;
  }
}
.location__title {
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 3px solid #332d2b;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .location__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 0;
    gap: 40px;
  }
}
.location__item + .location__item {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .location__item + .location__item {
    margin-top: 48px;
  }
}
.location__item__info {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .location__item__info {
    margin-bottom: 0;
    width: calc(100% - 40px - 60%);
  }
}
.location__item__title {
  border-bottom: 1px solid #332d2b;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}
.location__item__address {
  line-height: 150%;
  margin-bottom: 16px;
}
.location__item__address a {
  color: #332D2B !important;
  text-decoration: none !important;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .location .map__wrap {
    width: 60%;
  }
}

/* =============================

base

==============================*/
html,
body {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 13px;
  font-size: 1.3em;
  background-color: #fff;
  color: #332D2B;
  width: 100%;
}

.wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

a {
  text-decoration: none;
}
a:not([class]) {
  color: #1257A8;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  a:not([class]) {
    transition: 0.3s;
  }
  a:not([class]):hover {
    opacity: 0.7;
  }
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

.br--pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .br--pc {
    display: block;
  }
}

.br--sp {
  display: block;
}
@media screen and (min-width: 992px) {
  .br--sp {
    display: none;
  }
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* =============================

header

==============================*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .header {
    height: 120px;
  }
}
@media screen and (min-width: 992px) {
  .header__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header__logo {
  margin-left: 15px;
}
.header__logo a {
  text-decoration: none;
  display: inline-block;
}
.header__logo img {
  width: auto;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .header__logo img {
    height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .header__logo {
    margin-left: 3%;
  }
}
.header__nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .header__nav {
    display: block;
  }
  .header__nav .nav__list {
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    visibility: initial;
    opacity: 1;
    transition: 0.5s ease-in-out;
  }
  .header__nav .nav__item {
    text-align: center;
    margin-left: 56px;
  }
  .header__nav .nav__item a {
    display: block;
    padding: 0;
    line-height: 60px;
    text-decoration: none;
    border-bottom: 0;
    color: #332D2B;
    position: relative;
    transition: 0.5s ease;
    font-weight: bold;
  }
  .header__nav .nav__item a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    border-bottom: solid 4px #1257A8;
    transition: 0.5s;
  }
  .header__nav .nav__item a:hover {
    opacity: 1;
  }
  .header__nav .nav__item a:hover::after {
    width: 100%;
  }
}
.header__mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 992px) {
  .header__mobile {
    display: none;
  }
}
.header__mobile .mobile__inner {
  height: 100%;
}
.header__mobile .logo {
  width: 100%;
  margin-top: 8px;
  text-align: center;
}
.header__mobile .logo a {
  text-decoration: none;
  display: inline-block;
}
.header__mobile .logo img {
  margin: auto;
  width: auto;
  height: 60px;
}
.header__mobile .mobile__nav {
  width: 100%;
  padding: 0 16px;
  margin: 16px auto;
}
.header__mobile .nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
}
.header__mobile .nav__item {
  width: 100%;
}
.header__mobile .nav__item:last-child a {
  border-bottom: 0;
}
.header__mobile .nav__item a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #dcdee0;
  text-decoration: none;
  font-weight: bold;
}
.header__mobile .contact strong {
  margin-top: 4px;
  display: block;
  font-size: 1.5rem;
}
.header__mobile .contact strong span {
  color: #cdcdcd;
  font-size: 1.3rem;
}

#navbtn {
  position: fixed;
  top: 20px;
  right: 15px;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  #navbtn {
    display: none;
  }
}

#navbtn::before,
#navbtn::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #1257A8;
  transform: translateY(10px);
  transition: 0.3s ease-in-out;
}

#navbtn::before {
  transform: translateY(-10px);
  box-shadow: 0 10px #1257A8;
}

/* ナビゲーションボタン（閉じる） */
.open #navbtn {
  z-index: 100;
}

.open #navbtn::before {
  transform: rotate(-45deg);
  box-shadow: none;
  background-color: #1257A8;
}

.open #navbtn::after {
  transform: rotate(45deg);
  box-shadow: none;
  background-color: #1257A8;
}

/* ナビゲーションメニュー 開いた時*/
.open .header__mobile {
  visibility: visible;
  opacity: 1;
}

/* =============================

main

==============================*/
main {
  flex: 1;
}

.section {
  padding: 16px 0;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .section {
    padding: 32px 0;
  }
}
.section__inner {
  padding: 0 16px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .section__inner {
    padding: 0 24px;
    max-width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .section__inner {
    padding: 0;
    max-width: 940px;
  }
}
.section__head {
  margin-bottom: 24px;
}
.section__body .content + .content {
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .section__body .content + .content {
    margin-top: 80px;
  }
}
.section__foot {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .section__foot {
    margin-top: 86px;
  }
}

/* =============================

footer

==============================*/
.footer {
  margin-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .footer {
    margin: 80px 0 0;
    padding: 0;
  }
}
.footer__inner {
  padding: 16px;
}
@media screen and (min-width: 992px) {
  .footer__inner {
    padding: 80px 0 24px;
    width: 1000px;
    margin: auto;
  }
}
.footer__nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .footer__nav {
    display: block;
  }
}
.footer__logo {
  text-align: center;
}
.footer__logo .logo,
.footer__logo img {
  display: none;
}
@media screen and (min-width: 992px) {
  .footer__logo {
    margin-bottom: 16px;
    text-align: left;
  }
  .footer__logo .logo {
    text-decoration: none;
    display: inline-block;
  }
  .footer__logo img {
    display: block;
  }
}
.footer__site-title {
  font-size: 1.3rem;
}
@media screen and (min-width: 992px) {
  .footer__site-title {
    display: none;
  }
}
.footer__copy {
  font-size: 1.1rem;
  text-align: center;
}

/* =============================

ec-cubeカスタマイズ

==============================*/
.ec-categoryNaviRole {
  max-width: 940px;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .ec-itemNav__nav {
    display: flex;
    justify-content: space-between;
    margin: 24px auto;
  }
  .ec-itemNav__nav li {
    float: initial;
    text-align: center;
    width: 100%;
  }
  .ec-itemNav__nav li a {
    font-weight: bold;
    display: block;
    padding: 16px 0;
    line-height: 0;
  }
  .ec-itemNav__nav li + li {
    border-left: 1px solid #332D2B;
  }
}

.ec-role {
  max-width: 940px;
}

.ec-pageHeader h1 {
  margin: 10px 0 48px;
}

/* =============================
商品ページ
==============================*/
@media screen and (min-width: 768px) {
  .ec-productRole__inner {
    margin: 80px auto 0;
  }
}

/* =============================

top

==============================*/
.front_page {
  /*

  メインビジュアル

  */
  /*

  レンタル

  */
}
.front_page .hero img {
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .front_page .hero {
    width: 940px;
    margin: auto;
  }
}
.front_page .rental {
  padding: 0;
}

/* =============================

policy

==============================*/
.other_page .policy__wrap {
  margin-top: 40px;
}
.other_page .policy__item + .policy__item {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .other_page .policy__item + .policy__item {
    margin-top: 80px;
  }
}
.other_page .policy__item ol li {
  margin-left: 1em;
}
.other_page .policy__item ol li + li {
  margin-top: 8px;
}
.other_page .policy__item ul li {
  position: relative;
}
.other_page .policy__item ul li::before {
  content: "・";
}
.other_page .policy__item ul li + li {
  margin-top: 8px;
}
.other_page .policy .contactInfo {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .other_page .policy .contactInfo {
    margin-top: 80px;
  }
}

/* =============================

policy

==============================*/
.error .section__error .section__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* =============================

contract

==============================*/
.other_page .contract {
  font-size: 1.6rem;
}
.other_page .contract__wrap {
  margin-top: 40px;
}
.other_page .contract .section__title {
  text-align: center;
}
.other_page .contract .content__title {
  text-align: center;
  font-weight: bold;
  color: #332D2B;
  border-color: #332D2B;
}
.other_page .contract .text,
.other_page .contract li {
  line-height: 150%;
}
.other_page .contract__title {
  margin-bottom: 16px;
  font-weight: bold;
}
.other_page .contract__item + .contract__item {
  margin-top: 40px;
}
.other_page .contract__item ol li {
  margin-left: 1em;
}
.other_page .contract__item ol li + li {
  margin-top: 8px;
}
.other_page .contract__item ul li {
  position: relative;
}
.other_page .contract__item ul li::before {
  content: "・";
}
.other_page .contract__item ul li + li {
  margin-top: 8px;
}
.other_page .contract .contactInfo {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .other_page .contract .contactInfo {
    margin-top: 80px;
  }
}