@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
.wf-hannari { font-family: "Hannari"; }
.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 0.8em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}



body {
  line-height: 1.5;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: .1em;
  background: #fff;
  width: 100%;
  color: #040000;
}

body, body * {
  margin: 0;
  padding: 0;
  outline: 0;
}

body::-moz-focus-inner, body *::-moz-focus-inner {
  border: 0;
}

body.fixed {
  position: fixed;
}

body.header__nav[aria-expanded='true'],
body.header__category[aria-expanded='true'] {
  background-color: #000;
}

body.header-title__logo {
  background-image: url("../img/altar_logo.png");
}

@media only screen and (min-width: 960px) {
  body.header-title__logo {
    background-image: url("../img/altar_logo.png");
  }
}
@media screen and (max-width: 500px) {
   /* 表示領域が500px未満の場合に適用するスタイル */
   body.header-title__logo { text-align:center; image: url("../img/altar_logo.png");
  }
}



html[lang='en'] body,
*[lang='en'] {
  font-family: 'Baskerville10Pro', 'FOT-筑紫オールド明朝 Pro R', serif;
}

a {
  color: #040000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a:hover {
  opacity: .4;
}

.brands, .category-header, .detail, .footer, .group, .info, .tyumon-header, .navigation, .haisou-header, .page, .recommends, .riyou, .qa-header, .select-header, .selects {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}


@media only screen and (min-width: 960px) {
  .brands, .category-header, .detail, .footer, .group, .info, .tyumon-header, .navigation, .haisou-header, .page, .recommends, .riyou, .select-header, .qa-header, .selects {
    max-width: 1100px;
    padding: 0 15px;
  }
}


.wrapper, .header__inner {
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .wrapper, .header__inner {
    width: calc(100% - $_paddingPc * 2);
    max-width: 1100px;
  }
}

::-ms-expand {
  display: none;
}

.arrow:before {
  content: '▼';
  margin-right: .5em;
}

.nowrap {
  white-space: nowrap;
}


@media only screen and (min-width: 960px) {
  .hidden-md {
    display: none;
  }
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='button'],
textarea,
button,
select {
  border-radius: 0;
  border-color: #999;
  -webkit-appearance: none;
}

.detail select,
.detail button,
.item select,
.item button {
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  white-space: nowrap;
}

@media only screen and (min-width: 960px) {
  .detail select,
  .detail button,
  .item select,
  .item button {
    font-size: 12px;
  }
}

.select,
.detail label.select,
.item label.select {
  border: 1px solid #000;
  background: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}

.select:after,
.detail label.select:after,
.item label.select:after {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.detail select,
.item select {
  padding: 0 40px 0 8px;
  height: 25px;
  width: calc(100% + 20px);
}

@media only screen and (min-width: 960px) {
  .detail select,
  .item select {
    padding: 0 40px 0 10px;
    height: 38px;
  }
}

.detail button,
.item button {
  border-radius: 4px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #000;
  height: 27px;
}

@media only screen and (min-width: 960px) {
  .detail button,
  .item button {
    height: 40px;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 960px) {
  .detail button:hover,
  .item button:hover {
    background: #000;
    color: #fff;
  }
}

.button2 {
  background: #fff;
}

.button2:hover {
  background: #f5f5f5;
}

.button2--primary {
  background: red;
}

.brands {
  margin: 45px auto 0;
}

@media only screen and (min-width: 640px) {
  .brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.brand:not(:first-child) {
  margin-top: 52px;
}

@media only screen and (min-width: 640px) {
  .brand:not(:first-child) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 640px) {
  .brand {
    margin: 0 43px;
  }
}

@media only screen and (min-width: 960px) {
  .brand {
    margin: 0 96px;
  }
}

.brand__trigger {
  display: block;
}

@media only screen and (min-width: 960px) {
  .brand__trigger:hover {
    opacity: .4;
  }
}

.brand__header1 {
  background-image: url("../img/tenpo1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 280px;
  position: relative;
  margin: 0 auto;
}
.brand__header2 {
  background-image: url("../img/tenpo2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 280px;
  position: relative;
  margin: 0 auto;
}
.brand__header3 {
  background-image: url("../img/line-g.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 280px;
  position: relative;
  margin: 0 auto;
}
.brand__header4 {
  background-image: url("../img/line-gb.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 280px;
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .brand__header {
    width: 380px;
    height: 290px;
  }
}

.brand__title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand__content {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand__content p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2;
  font-size: 10px;
/*  white-space: nowrap;*/
}

@media only screen and (min-width: 960px) {
  .brand__content p {
    font-size: 14px;
  }
}

.brand--altar1 .brand__title {
  width: 93px;
  height: 45px;
}

@media only screen and (min-width: 960px) {
  .brand--altar1 .brand__title {
    width: 120px;
    height: 50px;
  }
}

.brand--altar2 .brand__title {
  width: 50px;
  height: 50px;
}

@media only screen and (min-width: 960px) {
  .brand--altar2 .brand__title {
    width: 72px;
    height: 72px;
  }
}

@media only screen and (min-width: 960px) {
  span.brand__trigger:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 959px) {
  .category-header {
    max-width: initial;
  }
}

@media only screen and (min-width: 960px) {
  .category-header {
    max-width: 1200px;
  }
}

.category-header__inner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 -25px;
}

@media only screen and (min-width: 960px) {
  .category-header__inner {
    margin: 0;
  }
}

.category-header__inner:before {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 125%;
}

@media only screen and (min-width: 960px) {
  .category-header__inner:before {
    content: '';
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 57.68%;
    max-height: calc(100vh - 188px);
  }
}

.category-header__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.category-header--category1 .category-header__inner {
  background-image: url(../img/img_category1_header_sp.jpg);
}

@media only screen and (min-width: 960px) {
  .category-header--category1 .category-header__inner {
    background-image: url(../img/img_category1_header.jpg);
  }
}

.category-header--category1 .category-header__title {
  background-image: url(../img/txt_category1_header_sp.svg);
}

@media only screen and (min-width: 960px) {
  .category-header--category1 .category-header__title {
    background-image: url(../img/txt_category1_header.svg);
  }
}

.category-header--category2 .category-header__inner {
  background-image: url(../img/img_category2_header_sp.jpg);
}

@media only screen and (min-width: 960px) {
  .category-header--category2 .category-header__inner {
    background-image: url(../img/img_category2_header.jpg);
  }
}

.category-header--category2 .category-header__title {
  background-image: url(../img/txt_category2_header_sp.svg);
}

@media only screen and (min-width: 960px) {
  .category-header--category2 .category-header__title {
    background-image: url(../img/txt_category2_header.svg);
  }
}

.category-header--category3 .category-header__inner {
  background-image: url(../img/img_category3_header_sp.jpg);
}

@media only screen and (min-width: 960px) {
  .category-header--category3 .category-header__inner {
    background-image: url(../img/img_category3_header.jpg);
  }
}

.category-header--category3 .category-header__title {
  background-image: url(../img/txt_category3_header_sp.svg);
}

@media only screen and (min-width: 960px) {
  .category-header--category3 .category-header__title {
    background-image: url(../img/txt_category3_header.svg);
  }
}

.category-header--category4 .category-header__inner {
  background-image: url(../img/img_category4_header_sp.jpg);
}

@media only screen and (min-width: 960px) {
  .category-header--category4 .category-header__inner {
    background-image: url(../img/img_category4_header.jpg);
  }
}

.category-header--category4 .category-header__title {
  background-image: url(../img/txt_category4_header_sp.svg);
}

@media only screen and (min-width: 960px) {
  .category-header--category4 .category-header__title {
    background-image: url(../img/txt_category4_header.svg);
  }
}

.category-header--category5 .category-header__inner {
  background-image: url(../img/img_category5_header_sp.jpg);
}

@media only screen and (min-width: 960px) {
  .category-header--category5 .category-header__inner {
    background-image: url(../img/img_category5_header.jpg);
  }
}

.category-header--category5 .category-header__title {
  background-image: url(../img/txt_category5_header_sp.svg);
}

@media only screen and (min-width: 960px) {
  .category-header--category5 .category-header__title {
    background-image: url(../img/txt_category5_header.svg);
  }
}

.contact-form {
  display: block;
  margin-top: 25px;
}

@media only screen and (min-width: 960px) {
  .contact-form {
    margin-top: 70px;
  }
}

.contact-field:not(:first-child) {
  margin-top: 20px;
}

@media only screen and (min-width: 960px) {
  .contact-field {
    display: table;
    width: 100%;
    max-width: 620px;
  }
}

.contact-field__label {
  display: block;
  line-height: 1.5;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .contact-field__label {
    display: table-cell;
    vertical-align: top;
    width: 180px;
    padding: 5px 10px 4px 0;
    font-size: 18px;
  }
}

.contact-field__label.empty {
  display: none;
}

@media only screen and (min-width: 960px) {
  .contact-field__label.empty {
    display: table-cell;
    font-size: 0;
    padding: 0 10px 0 0;
  }
}

@media only screen and (min-width: 960px) {
  .contact-field__content {
    vertical-align: top;
    display: table-cell;
  }
}

.contact-field__text {
  margin-top: 0 !important;
  font-size: 7px;
}

@media only screen and (min-width: 960px) {
  .contact-field__text {
    font-size: 10px;
  }
}

.contact-field__input:not(:first-child) {
  margin-top: 7px;
}

@media only screen and (min-width: 960px) {
  .contact-field__buttons {
    text-align: center;
  }
}

.contact-field input,
.contact-field textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #fff;
  margin: 0;
  padding: 13px 10px;
  width: 100%;
  line-height: 1;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .contact-field input,
  .contact-field textarea {
    padding: 10px 10px;
    font-size: 14px;
  }
}

.contact-field textarea {
  min-width: 100%;
  max-width: 100%;
  height: 240px;
}

@media only screen and (min-width: 960px) {
  .contact-field textarea {
    height: 140px;
  }
}

.contact-field button {
  display: inline-block;
  border: none;
  background: #231815;
  color: #fff;
  overflow: hidden;
  border-radius: 3px;
  min-width: 77px;
  padding: 2px 10px 1px;
  font-weight: normal;
  line-height: 2;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .contact-field button {
    min-width: 128px;
    padding: 2px 10px 1px;
  }
}

@media only screen and (min-width: 960px) {
  .contact-field button {
    line-height: 2.28;
    font-size: 14px;
  }
}

.contact-number {
  margin-top: 12px !important;
}

@media only screen and (min-width: 960px) {
  .contact-number {
    margin-top: 20px !important;
  }
}

.contact-number img {
  width: 190px;
}

@media only screen and (min-width: 960px) {
  .contact-number img {
    width: 380px;
  }
}

.detail {
  margin-top: 20px;
}

@media only screen and (min-width: 960px) {
  .detail {
    max-width: 1100px;
    margin-top: 120px;
  }
}

@media only screen and (min-width: 960px) {
  .detail__inner {
    display: table;
    width: calc(100% + 64px*2);
    table-layout: fixed;
    border-spacing: 64px 0;
    margin: 0 -64px;
  }
}

@media only screen and (min-width: 960px) {
  .detail__left {
    display: table-cell;
    vertical-align: top;
  }
}

.detail__right {
  margin-top: 30px;
}

@media only screen and (min-width: 960px) {
  .detail__right {
    margin-top: 0;
    display: table-cell;
    vertical-align: top;
    width: 314px;
  }
}

.detail__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 14px);
  margin: -7px;
}

.detail__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-image .3s ease;
  transition: background-image .3s ease;
  font-size: 0;
  width: calc(33.33% - 14px);
  margin: 7px;
}

.detail__image:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.detail__image:first-child {
  width: 100%;
}

.detail__image:not(:first-child) {
  cursor: pointer;
}

.detail__image:not(:first-child):hover {
  opacity: .5;
}

.detail__title {
  font-weight: normal;
  font-size: 14px;
}

@media only screen and (min-width: 960px) {
  .detail__title {
    font-size: 20px;
  }
}

.detail__title span,
.detail__title small {
  display: block;
}

.detail__title small {
  font-size: 7px;
}

@media only screen and (min-width: 960px) {
  .detail__title small {
    font-size: 10px;
  }
}

.detail__price {
  line-height: 2;
  font-size: 9px;
  margin-top: 9px;
}

@media only screen and (min-width: 960px) {
  .detail__price {
    font-size: 14px;
    margin-top: 12px;
  }
}

.detail__info {
  line-height: 2;
  font-size: 7px;
  margin-top: 12px;
}

@media only screen and (min-width: 960px) {
  .detail__info {
    font-size: 11px;
    margin-top: 18px;
  }
}

.detail__cart {
  display: block;
}

.detail__field {
  display: table;
  border-spacing: 7px 0;
  margin: 0 -7px;
  width: auto;
}

@media only screen and (min-width: 960px) {
  .detail__field {
    border-spacing: 10px 0;
    margin: 4px -10px 0;
  }
}

.detail__label {
  line-height: 2;
  font-size: 10px;
}

.detail__number, .detail__button {
  display: table-cell;
  vertical-align: middle;
}

.detail__button button {
  width: auto !important;
  padding: 0 20px !important;
}

.detail__number {
  width: 30%;
}

@media only screen and (min-width: 960px) {
  .detail__number {
    width: 70px;
  }
}

.detail__number label.select {
  border-color: #000;
}

.detail__item-label {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 11px;
  text-align: center;
  line-height: 1.5;
  font-size: 10px;
  padding: 1px 14px 0;
}

.detail__item-label:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (min-width: 960px) {
  .detail__item-label {
    min-width: 120px;
    border-radius: 12px;
    font-size: 14px;
    padding: 1px 10px 0;
  }
}

.detail__text {
  line-height: 2;
  font-size: 7px;
}

@media only screen and (min-width: 960px) {
  .detail__text {
    font-size: 10px;
  }
}

.detail__text h2, .detail__text h3 {
  font-weight: normal;
  font-size: 7px;
}

@media only screen and (min-width: 960px) {
  .detail__text h2, .detail__text h3 {
    font-size: 11px;
  }
}

.detail__text h2:before, .detail__text h2:after, .detail__text h3:before, .detail__text h3:after {
  content: '・';
}

.detail__text p:not(:first-child), .detail__text h2:not(:first-child), .detail__text h3:not(:first-child) {
  margin-top: .5em;
  font-size: 11px;
}

.detail__text .keep-all {
  word-break: keep-all;
}

.detail__header, .detail__cart, .detail__item-labels, .detail__text, .detail__items {
  border-top: 1px solid #000;
  padding-top: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

.detail__header:not(:first-child), .detail__cart:not(:first-child), .detail__item-labels:not(:first-child), .detail__text:not(:first-child), .detail__items:not(:first-child) {
  margin-top: 14px;
}

@media only screen and (min-width: 960px) {
  .detail__header:not(:first-child), .detail__cart:not(:first-child), .detail__item-labels:not(:first-child), .detail__text:not(:first-child), .detail__items:not(:first-child) {
    margin-top: 26px;
  }
}

@media only screen and (min-width: 960px) {
  .detail__header, .detail__cart, .detail__item-labels, .detail__text, .detail__items {
    padding-top: 26px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.detail-item {
  overflow: hidden;
  padding-left: 80px;
}

.detail-item:not(:first-child) {
  margin-top: 16px;
}

@media only screen and (min-width: 960px) {
  .detail-item:not(:first-child) {
    margin-top: 24px;
  }
}

@media only screen and (min-width: 960px) {
  .detail-item {
    padding-left: 112px;
  }
}

.detail-item__image {
  float: left;
  text-align: center;
  width: 64px;
  margin-left: -80px;
}

@media only screen and (min-width: 960px) {
  .detail-item__image {
    width: 96px;
    margin-left: -112px;
  }
}

.detail-item__image img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}

.detail-item__title {
  line-height: 2;
  font-weight: normal;
  font-size: 7px;
}

@media only screen and (min-width: 960px) {
  .detail-item__title {
    font-size: 11px;
  }
}

.detail-item__text {
  margin-top: .8em;
  line-height: 2;
  font-size: 7px;
}

@media only screen and (min-width: 960px) {
  .detail-item__text {
    font-size: 11px;
  }
}

.doc:not(:first-child) {
  margin-top: 53px;
}

@media only screen and (min-width: 960px) {
  .doc:not(:first-child) {
    margin-top: 124px;
  }
}

.doc__header {
  padding: 0 0 5px;
  border-bottom: 1px solid #231815;
}

@media only screen and (min-width: 960px) {
  .doc__header {
    padding: 0 0 15px;
  }
}

.doc__title {
  margin: 0 5px;
  font-weight: normal;
  font-size: 11px;
}

@media only screen and (min-width: 960px) {
  .doc__title {
    font-size: 20px;
    margin: 0 auto 0;
    max-width: 970px;
  }
}

.doc__title--date {
  font-size: 9px;
}

@media only screen and (min-width: 960px) {
  .doc__title--date {
    font-size: 14px;
  }
}

.doc__content {
  margin: 13px 5px 0;
}

@media only screen and (min-width: 960px) {
  .doc__content {
    margin: 24px auto 0;
    max-width: 970px;
  }
}

.doc__content ul, .doc__content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.doc__content p, .doc__content dt, .doc__content dd, .doc__content th, .doc__content td, .doc__content li, .doc__content h3, .doc__content h4 {
  margin: 0;
  padding: 0;
  line-height: 2;
  font-weight: normal;
  font-size: 10px;
  text-align: left;
}

@media only screen and (min-width: 960px) {
  .doc__content p, .doc__content dt, .doc__content dd, .doc__content th, .doc__content td, .doc__content li, .doc__content h3, .doc__content h4 {
    line-height: 2.28;
    font-size: 14px;
  }
}

.doc__content p:not(:first-child), .doc__content section:not(:first-child), .doc__content .section:not(:first-child) {
  margin-top: 20px;
}

@media only screen and (min-width: 960px) {
  .doc__content p:not(:first-child), .doc__content section:not(:first-child), .doc__content .section:not(:first-child) {
    margin-top: 32px;
  }
}

.doc__content h3 + p,
.doc__content h3 + section {
  margin-top: 0 !important;
}

.doc__content ul:not(.doc__timeslots) li {
  overflow: hidden;
  padding-left: 1.5em;
}

.doc__content ul:not(.doc__timeslots) li:before {
  content: '・';
  width: 1em;
  margin-left: -1.5em;
  float: left;
}

.doc__content ul.doc__dot li:before {
  content: '●' !important;
}

.doc__content ul.doc__arrow li {
  padding-left: 12px;
  position: relative;
}

.doc__content ul.doc__arrow li:before {
  content: '' !important;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: -1px;
  float: none;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #231815;
}

.doc__content img {
  max-width: 100%;
}

.doc__content dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -9px;
}

@media only screen and (min-width: 960px) {
  .doc__content dl {
    margin-top: -33px;
  }
}

.doc__content dl.no-margin {
  margin-top: 0;
}

.doc__content dl.no-margin dt, .doc__content dl.no-margin dd {
  margin-top: 0;
}

.doc__content dt, .doc__content dd {
  display: block;
  margin: 9px 0 0;
  width: 34%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 960px) {
  .doc__content dt, .doc__content dd {
    width: 15%;
    margin: 33px 0 0;
  }
}

.doc__content dd {
  padding-left: 10px;
  width: 66%;
}

@media only screen and (min-width: 960px) {
  .doc__content dd {
    width: 85%;
  }
}

.doc__content table {
  border-left: 1px solid #231815;
  border-top: 1px solid #231815;
  border-spacing: 0;
}

.doc__content th, .doc__content td {
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 2px 8px;
  vertical-align: top;
}

@media only screen and (min-width: 960px) {
  .doc__content th, .doc__content td {
    padding: 2px 20px;
  }
}

.doc__content th .area, .doc__content td .area {
  display: block;
}

@media only screen and (min-width: 960px) {
  .doc__content th .area, .doc__content td .area {
    display: inline;
  }
}

@media only screen and (min-width: 960px) {
  .doc__content th .area:not(:first-child):before, .doc__content td .area:not(:first-child):before {
    content: '・';
  }
}

.doc__content thead th, .doc__content thead td {
  background: #f5f5f5;
  white-space: nowrap;
}

.doc__content table.requirements {
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .doc__content table.requirements {
    width: 594px;
  }
}

.doc__content table.requirements th {
  padding: 2px 17px;
}

@media only screen and (min-width: 960px) {
  .doc__content table.requirements th {
    padding: 2px 14px 2px 34px;
  }
}

.doc__content table.requirements td {
  padding: 8px 17px;
}

@media only screen and (min-width: 960px) {
  .doc__content table.requirements td {
    padding: 16px 14px 16px 34px;
  }
}

@media only screen and (max-width: 959px) {
  .doc__content table.requirements thead {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .doc__content table.requirements table, .doc__content table.requirements tbody, .doc__content table.requirements tr, .doc__content table.requirements th, .doc__content table.requirements td {
    display: block;
  }
}

@media only screen and (max-width: 959px) {
  .doc__content table.requirements td[data-label]:before {
    display: block;
    content: attr(data-label);
    background: #f5f5f5;
    padding: 2px 17px;
    margin: -8px -17px 8px;
    border-bottom: 1px solid #231815;
  }
}

.doc__card {
  margin-top: 10px;
}

@media only screen and (min-width: 960px) {
  .doc__card {
    margin-top: 5px;
  }
}

.doc__timeslots {
  list-style: none;
  margin: -18px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 960px) {
  .doc__timeslots {
    margin: 5px 0 0;
  }
}

.doc__timeslots li {
  white-space: nowrap;
  margin: 28px 0 0;
  width: 33.33%;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 770px) {
  .doc__timeslots .time_04{
  width: 60%;
  }

  .doc__timeslots .time_05{
  width: 20%;
  }
}

@media only screen and (min-width: 960px) {
  .doc__timeslots li {
    width: auto;
    margin: 0 32px 0 0;
  }
}

.doc__timeslots li:before {
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
  width: 26px;
  height: 26px;
}

.doc__button {
  display: inline-block;
  border: 1px solid #231815;
  border-radius: 5px;
  padding: 2px 8px;
}

@media only screen and (min-width: 960px) {
  .doc__button {
    padding: 4px 16px;
  }
}

.doc__info-title {
  padding: 18px 0 !important;
  line-height: 1.72 !important;
  font-size: 11px !important;
}

@media only screen and (min-width: 960px) {
  .doc__info-title {
    padding: 0 0 12px !important;
    line-height: 2 !important;
    font-size: 20px !important;
  }
}

.footer {
  margin: 0 auto;
  padding: 0 25px 25px;
}

@media only screen and (min-width: 960px) {
  .footer {
    padding: 0 25px 25px;
    max-width: 1100px;
  }
}

.footer__inner {
  border-top: 1px solid #000;
}

.footer__list, .footer__row {
  list-style: none;
}

@media only screen and (min-width: 960px) {
  .footer__list, .footer__row {
    margin: 25px;
    max-width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer__list {
  margin: 25px 25px 20px;
}

.footer__item {
  line-height: 1.5;
  padding-left:30px;
  font-size: 9px;
  text-align: center;
}

.footer__item:not(:first-child) {
  margin-top: 22px;
}

@media only screen and (min-width: 960px) {
  .footer__item:not(:first-child) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 960px) {
  .footer__item {
    font-size: 12px;
    text-align: left;
  }
}

.footer__row {
  border-top: 1px solid #000;
}

@media only screen and (min-width: 960px) {
  .footer__row {
    margin-top: 20px;
    border-top: none;
  }
}

.footer__copyright {
  margin-top: 20px;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .footer__copyright {
    margin-top: 0;
    text-align: center;
  }
}

.footer__copyright small {
  display: block;
  line-height: 1.5;
  font-size: 6px;
}

@media only screen and (min-width: 960px) {
  .footer__copyright small {
    font-size: 12px;
  }
}

.footer__copyright span {
  display: inline-block;
}




.group {
  margin-top: 53px;
  margin-left:20px;
}

@media only screen and (min-width: 960px) {
  .group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1100px;
    padding: 0;
    margin-top: 196px;  margin-left:20px;
  }
}

.group__inner {
  margin: -27px 0 0;
}

@media only screen and (min-width: 960px) {
  .group__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -166px 0 0;
  }
}

.group__header {
  position: relative;
  overflow: hidden;
}

.group__header:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  background-image: url("../img/bg_g_header.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  padding-top: 59.51%;
}

@media only screen and (min-width: 960px) {
  .group__header:before {
    padding-top: 100%;
    background-image: url("../img/bg_g_header.png");
  }
}

.group__header-inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
  margin: 10% 0 0;
  padding: 0 0 10%;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .group__header-inner {
    position: absolute;
    width: 100%;
    height: 85%;
    margin: 0;
    padding: 0 0 40px;
    right: 0;
    top: 15%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.group__header-inner:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  z-index: 1;
  background-image: url("../img/bg_g_heade.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #fff;
  padding-top: 59.51%;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 960px) {
  .group__header-inner:before {
    padding-top: 167.74%;
    background-image: url("../img/bg_g_heade.png");
  }
}

.group__title {
  position: relative;
  z-index: 3;
  padding: 0 10%;
}

@media only screen and (min-width: 960px) {
  .group__title {
    margin-right: 15%;
    padding: 0;
  }
}

.group__title span {
  display: block;
  line-height: 1.4;
  font-size: 12px;
  font-weight: normal;
}

@media only screen and (min-width: 960px) {
  .group__title span {
    font-size: 23px;
  }
}

.group__title [lang='en'] {
  font-size: 7px;
}

@media only screen and (min-width: 960px) {
  .group__title [lang='en'] {
    font-size: 12px;
  }
}

.group__outline {
  position: relative;
  padding: 0 10%;
  z-index: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.5;
}

@media only screen and (max-width: 959px) {
  .group__outline {
    max-height: 100px;
  }
}

@media only screen and (min-width: 960px) {
  .group__outline {
    padding: 0 5px 0 0;
    font-size: 13px;
  }
}

.group__header,
.group .item {
  margin: 10px 0 0 0;
}

@media only screen and (min-width: 960px) {
  .group__header,
  .group .item {
    width: 23%;
    margin: 60px 20px 0 0;
  }
}

@media only screen and (min-width: 960px) {
  .header {
    padding: 32px 50px 100px;
  }
}

.header__inner {
  position: relative;
  height: 62px;
}

@media only screen and (min-width: 960px) {
  .header__inner {
    height: 130px;
  }
}

@media only screen and (min-width: 960px) {
  .header__inner {
    max-width: 1200px;
  }
}

.header__title {
  width: 32px;
  height: 28px;
  position: absolute;
  left: 18px;
  top: 50%;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 960px) {
  .header__title {
    width: 140px;
    height: auto;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.header__category, .header__nav {
  display: none;
}

@media only screen and (max-width: 959px) {
  .header__category[aria-expanded='true'], .header__nav[aria-expanded='true'] {
    display: block;
    border-top: 1px solid #000;
    position: absolute;
    background: #fff;
    z-index: 1000;
    width: 100%;
    height: calc(100vh - 62px);
    left: 0;
    top: 62px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (min-width: 960px) {
  .header__nav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
  }
}

.header__tool {
  position: absolute;
  right: 8px;
  top: 120px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


@media only screen and (min-width: 960px) {
  .header__tool {
    left: 0;
    right: initial;
  top: 120px;
  }
}

.header-title {
  margin: 0 auto;
}

.header-title__trigger {
  display: block;
}

@media only screen and (min-width: 960px) {
  .header-title__trigger {
    padding: 10px;
  }
}

.header-title__logo {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/altar_logo.png);
  width: 200px;
  height: 60px;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .header-title__logo {
    width: 200px;
    height: 60px;
    background-image: url(../img/altar_logo.png);
  }
}

.header-title__text {
  display: none;
}

@media only screen and (min-width: 960px) {
  .header-title__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px auto 0;
  }
}

.header-title__text p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 14px;
  white-space: nowrap;
}

.header-tool__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-tool__item {
  width: 42px;
  height: 40.6px;
    top: 120px;
}

.header-tool__item:not(:first-child) {
  margin: 0 0 0 20px;
}

@media only screen and (min-width: 960px) {
  .header-tool__item:not(:first-child) {
    margin: 0 0 0 20px;
  }
}

@media only screen and (min-width: 960px) {
  .header-tool__item {
    width: 80px;
    height: 27px;
	  top: 120px;
  }
}

.header-tool__item--items {
  display: block;
}

@media only screen and (min-width: 960px) {
  .header-tool__item--items {
    display: none;
  }
}

.header-tool__item--items .header-tool__trigger {
  background-image: url("../img/originalshop.png");
  background-size: 80px 27px;
}

.header-tool__item--cart .header-tool__trigger {
  background-image: url("../img/amazon.png");
  background-size: 80px 27px;
}

@media only screen and (min-width: 960px) {
  .header-tool__item--cart .header-tool__trigger {
    background-size: 80px 27px;
  }
}


.header-tool__item--rakuten {
  width: 80px;
  display: none;
}

@media only screen and (min-width: 960px) {
  .header-tool__item--rakuten {
    display: block;
  }
}

.header-tool__item--rakuten .header-tool__trigger {
  background-image: url("../img/rakuten.png");
  background-size: 80px 27px;
}

.header-tool__item--yahoo {
  display: none;
    width: 80px;
	
}

@media only screen and (min-width: 960px) {
  .header-tool__item--yahoo {
    display: block;
  }
}

.header-tool__item--yahoo .header-tool__trigger {
  background-image: url("../img/yahoo.png");
  background-size: 80px 27px;
  color:#FFF;
}

.header-tool__item--menu {
  display: block;
}

@media only screen and (min-width: 960px) {
  .header-tool__item--menu {
    display: none;
  }
}

.header-tool__item--menu .header-tool__trigger {
  background-image: url("../img/ico_menu.svg");
  background-size: 20.3px 14.25px;
}

.header-tool__trigger {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: none;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-tool__trigger[aria-expanded='true'] {
  opacity: .6;
}

span.header-tool__trigger {
  opacity: .3;
}

.header-category__list,
.header-nav__list {
  list-style: none;
}

.header-tool__font{
	font-size:10px; font-weight:100; list-style: none;
  display: -webkit-box; display: -ms-flexbox; display: flex; margin: 5px 5px 5px 0px;}
.header-tool__font li{ margin: 0px 20px 0px 5px;}
.header-tool__font a{
	font-size:10px; font-weight:100; color:#666;}
	

@media only screen and (max-width: 959px) {
  .header-category__list,
  .header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px;
  }
}

@media only screen and (min-width: 960px) {
  .header-category__list,
  .header-nav__list {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media only screen and (max-width: 959px) {
  .header-category__item,
  .header-nav__item {
    width: calc(50% - 10px);
    text-align: center;
    margin: 5px;
  }
}

@media only screen and (min-width: 960px) {
  .header-category__item,
  .header-nav__item {
    margin-left: 9px;
  }
}

@media only screen and (min-width: 960px) {
 .header-category__item--riyou, .header-category__item--contact, 
  .header-nav__item--line, .header-nav__item--tyumon,
  .header-nav__item--riyou, .header-nav__item--haisou,
  .header-nav__item--contact, {
    display: none;
  }
}


.header-category__item--tyumon,
.header-nav__item--tyumon {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.header-category__item--haisou,
.header-nav__item--haisou {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}


.header-category__item--first,
.header-nav__item--first {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

@media only screen and (min-width: 960px) {
  .header-category__item--first,
  .header-nav__item--first {
    display: none;
  }
}

.header-category__item--qa,
.header-nav__item--qa {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.header-category__item--select,
.header-nav__item--select {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.header-category__item--items,
.header-nav__item--items {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.header-category__item--stores,
.header-nav__item--stores {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.header-category__item--info,
.header-nav__item--info {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.header-category__item--riyou,
.header-nav__item--riyou {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.header-category__item--contact,
.header-nav__item--contact {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}


.header-category__item--all,
.header-nav__item--all {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.header-category__item--category1,
.header-nav__item--category1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.header-category__item--category2,
.header-nav__item--category2 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.header-category__item--category3,
.header-nav__item--category3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.header-category__item--category4,
.header-nav__item--category4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.header-category__item--category5,
.header-nav__item--category5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.header-category__item--fukulabo,
.header-nav__item--fukulabo {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.header-category__item--hyouhyouan,
.header-nav__item--hyouhyouan {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.header-category__trigger,
.header-nav__trigger {
  display: block;
}

@media only screen and (max-width: 959px) {
  .header-category__trigger,
  .header-nav__trigger {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px;
    border: 2px solid #000;
    width: 100%;
    line-height: 2;
    font-size: 12px;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
  }
}

@media only screen and (min-width: 960px) {
  .header-category__trigger,
  .header-nav__trigger {
    height: 110px;
    line-height: 2.2;
    font-size: 14px;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 959px) {
  .header-category__trigger:before,
  .header-nav__trigger:before {
    content: '';
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

span.header-category__trigger {
  opacity: .3;
}

.header-nav {
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .header-nav__list {
    float: right;
	font-size:10px;
  }
}



.info {
  max-width: 500px;
  margin: 52px auto 0;
  padding: 0 25px;
}

@media only screen and (min-width: 960px) {
  .info {
    margin: 100px auto 0;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1000px;
  }
}

.info__title {
  line-height: 1.75;
  font-size: 10px;
  white-space: nowrap;
}

@media only screen and (min-width: 960px) {
  .info__title {
    line-height: 1.5;
    padding: 8px 36px 7px 0;
    font-size: 14px;
    text-align: right;
  }
}

.info__content {
  margin-top: 15px;
}

@media only screen and (min-width: 960px) {
  .info__content {
    margin-top: 0;
    width: 81%;
  }
}

.info__list {
  list-style: none;
}

.info__item:not(:first-child) {
  margin-top: 12px;
}

.info__item-date, .info__item-title {
  display: table-cell;
}

.info__item-date {
  width: 5em;
}

.info__trigger {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 5px 14px 4px;
  line-height: 1.5;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .info__trigger {
    padding: 7px 18px 6px;
    font-size: 14px;
  }
}

.info__footer {
  margin-top: 13px;
  line-height: 1.5;
  font-size: 10px;
  white-space: nowrap;
}

@media only screen and (min-width: 960px) {
  .info__footer {
    margin-top: 0;
    padding: 8px 0 7px 36px;
    font-size: 14px;
  }
}

.informations {
  margin: 13px 5px 0;
}

@media only screen and (min-width: 960px) {
  .informations {
    margin: 24px auto 0;
    max-width: 970px;
  }
}

.interview {
  margin-top: 55px;
}

@media only screen and (min-width: 960px) {
  .interview {
    margin-top: 86px;
  }
}

.interview:before, .interview:after {
  display: block;
}

.interview:before {
  content: url(../img/img_interview_header_sp.svg);
  padding-bottom: 6px;
}

@media only screen and (min-width: 960px) {
  .interview:before {
    content: url(../img/img_interview_header.svg);
    padding-bottom: 32px;
  }
}

.interview:after {
  content: url(../img/img_interview_footer_sp.svg);
  padding-top: 36px;
}

@media only screen and (min-width: 960px) {
  .interview:after {
    content: url(../img/img_interview_footer.svg);
    padding-top: 60px;
  }
}

.interview__header {
  position: relative;
  padding: 0 0 7px;
}

@media only screen and (min-width: 960px) {
  .interview__header {
    padding: 0 0 18px;
  }
}

.interview__header:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #231815;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 960px) {
  .interview__header:after {
    width: 120px;
  }
}

.interview__title {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
}

@media only screen and (min-width: 960px) {
  .interview__title {
    font-size: 30px;
  }
}

.interview__boxes {
  margin: 36px 22px 0;
}

@media only screen and (min-width: 960px) {
  .interview__boxes {
    margin: 72px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 725px;
  }
}

.interview__box {
  margin-top: 22px;
}

@media only screen and (min-width: 960px) {
  .interview__box {
    width: calc(50% - 26px);
    margin-top: 54px;
  }
}

.interview__box h3, .interview__box p {
  margin: 0;
  padding: 0;
  clear: left;
  line-height: 2;
  font-weight: normal;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .interview__box h3, .interview__box p {
    line-height: 2.28;
    font-size: 14px;
  }
}

.interview__box header {
  overflow: hidden;
  float: left;
  border-radius: 11px;
}

@media only screen and (min-width: 960px) {
  .interview__box header {
    border-radius: 22px;
  }
}

.interview__box img {
  max-width: 100%;
}

.interview__box h3 {
  position: relative;
  border-top: 1px solid #231815;
  margin: 0 12px 10px;
  padding: 0 14px;
}

@media only screen and (min-width: 960px) {
  .interview__box h3 {
    margin: 0 18px 6px;
    padding: 0 22px;
  }
}

.interview__box h3:before, .interview__box h3:after {
  position: absolute;
  top: 0;
  left: -51px;
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: #231815;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.interview__box h3:after {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  left: auto;
  right: -51px;
}

.interview__box p {
  text-indent: 1em;
}

.interview__box .photo {
  text-indent: 0;
  width: 191px;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .interview__box .photo {
    width: auto;
  }
}

.interview__message {
  position: relative;
  border-top: 1px dashed #231815;
  border-bottom: 1px dashed #231815;
  margin: 36px 12px 0;
  padding: 24px 15px 25px;
}

@media only screen and (min-width: 960px) {
  .interview__message {
    margin: 72px auto 0;
    max-width: 725px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 66px 38px;
  }
}

.interview__message:before {
  content: '';
  display: block;
  border-left: 1px dashed #231815;
  border-right: 1px dashed #231815;
  position: absolute;
  width: 100%;
  top: 8px;
  left: 0;
  height: calc(100% - 16px);
}

.interview__message h3, .interview__message p {
  margin: 0;
  padding: 0;
  clear: left;
  line-height: 2;
  font-weight: normal;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .interview__message h3, .interview__message p {
    line-height: 2.28;
    font-size: 14px;
  }
}

.interview__message h3 {
  line-height: 1.5;
  border-bottom: 1px solid #231815;
  margin-bottom: 12px;
  float: left;
}

@media only screen and (min-width: 960px) {
  .interview__message h3 {
    margin-bottom: 12px;
  }
}

.interview__message p {
  text-indent: 1em;
}

.item {
  overflow: hidden;
}

.item__trigger {
  display: block;
}

.item__image {
  float: left;
  width: 40%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  
}

@media only screen and (min-width: 960px) {
  .item__image {
    float: none;
    width: auto;
	
  }
}

.item__image:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.item__image-hover {
  display: none;
}

@media only screen and (min-width: 960px) {
  .item__image-hover {
    display: block;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.item__title {
  font-weight: normal;
  line-height: 0.6;
  font-size: 11px;
  padding-left: calc(40% + 10px);
}

@media only screen and (min-width: 960px) {
  .item__title {
    padding-left: 10px;
    font-size: 12px;
    margin-top: 10px;
  }
}

.item__title span {
  display: block;
}

.item__title span[lang='en'] {
  font-size: 6px;
}

@media only screen and (min-width: 960px) {
  .item__title span[lang='en'] {
    font-size: 10px;
    margin-top: 7px;
  }
}

.item__price {
  padding-left: calc(40% + 10px);
  font-size: 11px;
  margin-top: 6px;
}

@media only screen and (min-width: 960px) {
  .item__price {
    padding-left: 10px;
    font-size: 12px;
    margin-top: 10px;
  }
}

.item__labels {
  margin-top: 12px;
  padding-left: calc(40% + 10px);
}

@media only screen and (min-width: 960px) {
  .item__labels {
    padding-left: 0;
    margin-top: 30px;
  }
}

.item__label {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 11px;
  text-align: center;
  line-height: 1.5;
  font-size: 10px;
  padding: 1px 14px 0;
}

.item__label:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (min-width: 960px) {
  .item__label {
    min-width: 120px;
    border-radius: 12px;
    font-size: 14px;
    padding: 1px 10px 0;
  }
}

.item__cart {
  margin-top: 12px;
  width: calc(60% - 10px);
  padding-left: calc(40% + 10px);
  display: block;
}

@media only screen and (min-width: 960px) {
  .item__cart {
    padding-left: 0;
  }
}

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

@media only screen and (min-width: 960px) {
  .item__field {
    display: table;
    border-spacing: 10px 0;
    width: calc(100% + 20px);
    margin: 30px -10px 0;
  }
}

.item__number, .item__button {
  display: block;
  width: calc(70% - 10px);
}

@media only screen and (min-width: 960px) {
  .item__number, .item__button {
    width: auto;
    display: table-cell;
    vertical-align: middle;
  }
}

.item__number {
  width: 30%;
}

@media only screen and (min-width: 960px) {
  .item__number {
    width: 40%;
  }
}

@media only screen and (min-width: 960px) {
  .item__trigger:hover {
    opacity: 1;
  }
}

@media only screen and (min-width: 960px) {
  .item__trigger:hover .item__image-hover {
    opacity: 1;
  }
}

.knowledges {
	margin: 10px auto 0px; padding: 0px 12px; max-width: 440px; box-sizing: border-box; -webkit-box-sizing: border-box;
}
@media only screen and (min-width:960px)
{
.knowledges {
	margin: 10px auto 0px; max-width: 980px;
}
}
:not(:first-child).knowledge {
	margin-top: 14px;
}
@media only screen and (min-width:960px)
{
:not(:first-child).knowledge {
	margin-top: 12px;
}
}
.knowledge__header::before {
	background-position: top; width: 100%; padding-top: 3.19%; display: block; content: "";
}

.knowledge__title {
	padding: 10px 20px 0px; line-height: 1.5; overflow: hidden; font-size: 10px; font-weight: normal;
}
@media only screen and (min-width:960px)
{
.knowledge__title {
	padding: 10px 52px 0px;
}
}
@media only screen and (min-width:960px)
{
.knowledge__title {
	font-size: 20px;
}
}
.knowledge__title span {
	clear: left; border-bottom-color: rgb(184, 28, 34); border-bottom-width: 1px; border-bottom-style: solid; float: left; display: block;
}
@media only screen and (min-width:960px)
{
.knowledge__title span {
	padding-right: 33px;
}
}
.knowledge__content {
	padding: 0px 10px; line-height: 2; font-size: 12px; font-weight: normal; margin-top: 14px;
}
@media only screen and (min-width:960px)
{
.knowledge__content {
	padding: 0px 52px; margin-top: 27px;
}
}
@media only screen and (min-width:960px)
{
.knowledge__content {
	line-height: 1.7; font-size: 14px;
}
}
.knowledge__content section {
	overflow: hidden;
}
.knowledge__content section + p {
	overflow: hidden;
}
.knowledge__content section:not(:first-child) {
	margin-top: 14px;
}
.knowledge__content section + p:not(:first-child) {
	margin-top: 14px;
}
@media only screen and (min-width:960px)
{
.knowledge__content section:not(:first-child) {
	margin-top: 28px;
}
.knowledge__content section + p:not(:first-child) {
	margin-top: 28px;
}
}
.knowledge__content p {
	text-indent: 1em;
}



.altarco {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 27px auto 0;
  padding: 0 12px;
  max-width: 440px;
}

@media only screen and (min-width: 960px) {
  .altarco {
    margin: auto ;
    max-width: 960px;
  }
}
.altarco:not(:first-child) {
  margin-top: 54px;
}

@media only screen and (min-width: 960px) {
  .altarco:not(:first-child) {
    margin-top: 92px;
  }
}

.altarco__header:before {
  content: '';
  display: block;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/img_altarco_header1_sp.svg);
  padding-top: 8.1904%;
}

@media only screen and (min-width: 960px) {
  .altarco__header:before {
    padding-top: 4.8167%;
    background-image: url(../img/img_altarco_header1.svg);
  }
}

.altarco:nth-child(1) .altarco__header:before {
  background-image: url(../img/img_altarco_header1_sp.svg);
}

@media only screen and (min-width: 960px) {
  .altarco:nth-child(1) .altarco__header:before {
    background-image: url(../img/img_altarco_header1.svg);
  }
}

.altarco:nth-child(2) .altarco__header:before {
  background-image: url(../img/img_altarco_header2_sp.svg);
}

@media only screen and (min-width: 960px) {
  .altarco:nth-child(2) .altarco__header:before {
    background-image: url(../img/img_altarco_header2.svg);
  }
}

.altarco:nth-child(3) .altarco__header:before {
  background-image: url(../img/img_altarco_header3_sp.svg);
}

@media only screen and (min-width: 960px) {
  .altarco:nth-child(3) .altarco__header:before {
    background-image: url(../img/img_altarco_header3.svg);
  }
}

.altarco:nth-child(4) .altarco__header:before {
  background-image: url(../img/img_altarco_header4_sp.svg);
}

@media only screen and (min-width: 960px) {
  .altarco:nth-child(4) .altarco__header:before {
    background-image: url(../img/img_altarco_header4.svg);
  }
}

.altarco:nth-child(5) .altarco__header:before {
  background-image: url(../img/img_altarco_header5_sp.svg);
}

@media only screen and (min-width: 960px) {
  .altarco:nth-child(5) .altarco__header:before {
    background-image: url(../img/img_altarco_header5.svg);
  }
}

.altarco:nth-child(6) .altarco__header:before {
  background-image: url(../img/img_altarco_header6_sp.svg);
}

@media only screen and (min-width: 960px) {
  .altarco:nth-child(6) .altarco__header:before {
    background-image: url(../img/img_altarco_header6.svg);
  }
}

.altarco:nth-child(7) .altarco__header:before {
  background-image: url(../img/img_altarco_header7_sp.svg);
}

@media only screen and (min-width: 960px) {
  .altarco:nth-child(7) .altarco__header:before {
    background-image: url(../img/img_altarco_header7.svg);
  }
}

.altarco__title {
  padding: 28px 20px 0;
  overflow: hidden;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.5;
}

@media only screen and (min-width: 960px) {
  .altarco__title {
    padding: 56px 92px 0;
  }
}

@media only screen and (min-width: 960px) {
  .altarco__title {
    font-size: 20px;
  }
}

.altarco__title span {
  clear: left;
  float: left;
  display: block;
  border-bottom: 1px solid #b81c22;
}

@media only screen and (min-width: 960px) {
  .altarco__title span {
    padding-right: 33px;
  }
}

.altarco__content {
  margin-top: 17px;
  padding: 0 20px;
  font-weight: normal;
  line-height: 2;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
.altarco__content {
    margin-top: 7px;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 960px) {
.altarco__content {
    line-height: 1.7;
    font-size: 14px;
  }
}

.altarco__content section,
.altarco__content section + p {
  overflow: hidden;
}

.altarco__content section:not(:first-child),
.altarco__content section + p:not(:first-child) {
  margin-top: 14px;
}

@media only screen and (min-width: 960px) {
.altarco__content section:not(:first-child),
.altarco__content section + p:not(:first-child) {
    margin-top: 28px;
  }
}

.altarco__content p {
  text-indent: 1em;
}

.altarco__footer {
  padding-top: 20px;
}

@media only screen and (min-width: 960px) {
  .altarco__footer {
    padding-top: 46px;
  }
}

.altarco__footer a {
  display: block;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  padding-top: 8.1904%;
}

@media only screen and (min-width: 960px) {
  .altarco__footer a {
    padding-top: 4.8167%;
  }
}

.altarco__footer a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/img_altarco_footer_sp.svg);
}

@media only screen and (min-width: 960px) {
  .altarco__footer a:before {
    background-image: url(../img/img_altarco_footer.svg);
  }
}

@media only screen and (min-width: 960px) {
  .altarco-memo {
    float: left;
  }
}

.altarco-memo__header {
  overflow: hidden;
}

.altarco-memo__title {
  float: left;
  width: 45px;
  height: 7px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/txt_okaki_memo.svg);
}

@media only screen and (min-width: 960px) {
  .altarco-memo__title {
    width: 90px;
    height: 14px;
  }
}

.altarco-memo__content {
  position: relative;
  margin-top: 2px;
  padding: 15px 19px 20px;
  border: 1px solid #231815;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__content {
    margin-top: 4px;
    padding: 34px 38px;
  }
}

.altarco-memo__content:before {
  content: '';
  display: block;
  border: 1px solid #231815;
  position: absolute;
  width: calc(100% - 6px);
  height: 100%;
  top: -1px;
  left: 2px;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__content:before {
    width: calc(100% - 8px);
    left: 3px;
  }
}

.altarco-memo__content:after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 18px);
  height: 100%;
  top: -1px;
  left: 8px;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__content:after {
    width: calc(100% - 34px);
    left: 16px;
  }
}

.altarco-memo__content h4:not(:first-child), .altarco-memo__content p:not(:first-child) {
  margin-top: 12px;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__content h4:not(:first-child), .altarco-memo__content p:not(:first-child) {
    margin-top: 24px;
  }
}

.altarco-memo__content p {
  text-indent: 0;
}

.altarco-memo__content h4 {
  overflow: hidden;
  font-weight: normal;
  line-height: 1.5;
}

.altarco-memo__content h4 span {
  clear: left;
  float: left;
  display: block;
  border-bottom: 1px solid #b81c22;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__content h4 span {
    padding-right: 33px;
  }
}

.altarco-memo__content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__content ol {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.altarco-memo__content li {
  position: relative;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 959px) {
  .altarco-memo__content li:not(:first-child) {
    margin-top: 8px;
  }
}

@media only screen and (min-width: 960px) {
  .altarco-memo__content li {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    padding-left: 18px;
    background-image: url(../img/ico_altarco_arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15px 11px;
    letter-spacing: .1em;
  }
}

.altarco-memo__content li:first-child {
  padding-left: 0;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__content li:nth-child(2) {
    width: 43%;
  }
}

.altarco-memo__content li:last-child {
  padding-right: 0;
  background: none;
}

.altarco-memo__content li:after {
  position: absolute;
  left: 0;
  top: 13px;
  content: '';
  display: block;
  overflow: hidden;
  width: 12px;
  height: 12px;
  background-image: url(../img/ico_altarco_number1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__content li:after {
    top: 35px;
    width: 22px;
    height: 22px;
  }
}

.altarco-memo__content li:nth-child(1):after {
  background-image: url(../img/ico_altarco_number1.svg);
}

.altarco-memo__content li:nth-child(2):after {
  background-image: url(../img/ico_altarco_number2.svg);
}

.altarco-memo__content li:nth-child(3):after {
  background-image: url(../img/ico_altarco_number3.svg);
}

.altarco-memo__content li:before {
  display: block;
  content: '';
  margin: 0 auto;
  height: 65px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__content li:before {
    height: 130px;
  }
}

.altarco-memo__step--1:before {
  background-image: url(../img/img_altarco_step1.svg);
  width: 66px;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__step--1:before {
    width: 92.4px;
  }
}

.altarco-memo__step--2:before {
  background-image: url(../img/img_altarco_step2.svg);
  width: 66px;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__step--2:before {
    width: 92.4px;
  }
}

.altarco-memo__step--3:before {
  background-image: url(../img/img_altarco_step3.svg);
  width: 67px;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__step--3:before {
    width: 93.8px;
  }
}

.altarco-memo__step--4:before {
  background-image: url(../img/img_altarco_step4.svg);
  width: 67px;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__step--4:before {
    width: 93.8px;
  }
}

.altarco-memo__step--5:before {
  background-image: url(../img/img_altarco_step5.svg);
  width: 104px;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__step--5:before {
    width: 145.6px;
  }
}

.altarco-memo__step--6:before {
  background-image: url(../img/img_altarco_step6.svg);
  width: 52px;
}

@media only screen and (min-width: 960px) {
  .altarco-memo__step--6:before {
    width: 72.8px;
  }
}




.navigation {
  overflow: hidden;
  margin: 90px auto 0;
  padding: 0 25px;
}

@media only screen and (min-width: 960px) {
  .navigation {
    margin: 110px auto 0;
    padding: 0 50px;
    max-width: 1000px;
  }
}

.navigation__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

@media only screen and (min-width: 640px) {
  .navigation__list {
    margin: 0 -5px;
  }
}

@media only screen and (min-width: 960px) {
  .navigation__list {
    margin: 0 -10px;
  }
}

.navigation__item {
  margin: 5px;
  width: calc(50% - 10px);
  position: relative;
}

@media only screen and (min-width: 640px) {
  .navigation__item {
    width: calc(25% - 10px);
    margin: 0 5px;
  }
}

@media only screen and (min-width: 960px) {
  .navigation__item {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
}

.navigation__item:before {
  content: '';
  display: block;
  padding-top: 138.57%;
}

@media only screen and (min-width: 640px) {
  .navigation__item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (min-width: 640px) {
  .navigation__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (min-width: 640px) {
  .navigation__item:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media only screen and (min-width: 640px) {
  .navigation__item:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.navigation__trigger {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.navigation__trigger:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.navigation__trigger:hover {
  opacity: 1;
}

.navigation__trigger:hover:before {
  opacity: 0;
}

.navigation__title {
	position: absolute;
	left: 50%;
	top: 80px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}

.navigation__item--incense .navigation__trigger {
  background-image: url(../img/img_top_incensei.jpg);
}

.navigation__item--objects .navigation__trigger {
  background-image: url(../img/img_top_objectsi.jpg);
}

.navigation__item--altar .navigation__trigger {
  background-image: url(../img/img_top_altari.jpg);
}

.navigation__item--furniture .navigation__trigger {
  background-image: url(../img/img_top_furniturei.jpg);
}

.navigation__item--incense .navigation__title {
  background-image: url(../img/txt_top_incense.svg);
  width: 45%;
  height: 76%;
}

.navigation__item--objects .navigation__title {
  background-image: url(../img/txt_top_objects.svg);
  width: 45%;
  height: 76%;
}

.navigation__item--altar .navigation__title {
  background-image: url(../img/txt_top_altar.svg);
  width: 45%;
  height: 76%;
}

.navigation__item--furniture .navigation__title {
  background-image: url(../img/txt_top_furniture.svg);
  width: 45%;
  height: 76%;
}



.qa {
  margin: 13px 5px 0;
}

@media only screen and (min-width: 960px) {
  .qa {
    margin: 24px auto 0;
    max-width: 970px;
  }
}

.qa p, .qa th, .qa td {
  margin: 0;
  padding: 0;
  line-height: 2;
  font-weight: normal;
  font-size: 10px;
  text-align: left;
}

@media only screen and (min-width: 960px) {
  .qa p, .qa th, .qa td {
    line-height: 2;
    font-size: 14px;
  }
}

.qa table {
  width: 100%;
  border-spacing: 0;
}

@media only screen and (min-width: 960px) {
  .qa table {
    border-left: 1px solid #231815;
    border-top: 1px solid #231815;
  }
}

@media only screen and (max-width: 959px) {
  .qa tr {
    border-left: 1px solid #231815;
    border-top: 1px solid #231815;
  }
}

.qa th, .qa td {
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 2px 8px;
  vertical-align: top;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (min-width: 960px) {
  .qa th, .qa td {
    padding: 3px 10px;
  }
}

.qa th .area, .qa td .area {
  display: block;
}

@media only screen and (min-width: 960px) {
  .qa th .area, .qa td .area {
    display: inline;
  }
}

@media only screen and (min-width: 960px) {
  .qa th .area:not(:first-child):before, .qa td .area:not(:first-child):before {
    content: '・';
  }
}

.qa th {
  white-space: nowrap;
}

@media only screen and (min-width: 960px) {
  .qa th br {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .qa td {
    padding: 10px 10px;
  }
}

@media only screen and (max-width: 959px) {
  .qa thead {
    display: none;
  }
}

.qa thead th, .qa thead td {
  background: #f5f5f5;
  white-space: nowrap;
}

@media only screen and (max-width: 959px) {
  .qa table, .qa tbody, .qa tr, .qa th, .qa td {
    display: block;
  }
}

@media only screen and (max-width: 959px) {
  .qa tbody {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 959px) {
  .qa tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
}

@media only screen and (max-width: 959px) {
  .qa tr:not(:first-child) {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 959px) {
  .qa th {
    min-width: 8em;
  }
}

@media only screen and (max-width: 959px) {
  .qa th[data-label]:before,
  .qa td[data-label]:before {
    display: block;
    content: attr(data-label);
    background: #f5f5f5;
    padding: 2px 8px;
    margin: -2px -8px 2px;
    border-bottom: 1px solid #231815;
    white-space: nowrap;
  }
}

.altarco-contents {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 650px;
  margin-top: 8px;
  padding-top: 18px;
}

@media only screen and (min-width: 960px) {
  .altarco-contents {
    margin-top: 85px;
    max-width: 900px;
    padding-top: 10px;
  }
}

.altarco-contents:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 196.85%;
  background-position: center center;
  background-size: contain;

}

@media only screen and (min-width: 960px) {
  .altarco-contents:before {
    padding-top: 60%;
  }
}

.altarco-contents__inner {
  position: relative;
  overflow: hidden;
  padding: 0 0 38px;
}

@media only screen and (min-width: 960px) {
  .altarco-contents__inner {
    padding: 0px;
  }
}

.altarco-contents__inner:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 196.85%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/img_altarco_f.svg);
  background-color: #fff;
}

@media only screen and (min-width: 960px) {
  .altarco-contents__inner:before {
    padding-top: 60%;
    background-image: url(../img/img_altarco_f.svg);
  }
}

.altarco-contents__header {
  text-align: center;
  padding: 0 15px 12px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 960px) {
  .altarco-contents__header {
    padding-bottom: 20px;
  }
}

.altarco-contents__header:after {
  content: '';
  display: block;
  width: 45px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (min-width: 960px) {
  .altarco-contents__header:after {
    width: 90px;
    height: 4px;
  }
}

.altarco-contents__title {
  display: inline-block;
  text-align: left;
  line-height: 1.7;
  font-weight: normal;
  font-size: 11px;
}

@media only screen and (min-width: 960px) {
  .altarco-contents__title {
    line-height: 1.7;
    font-size: 20px;
  }
}

.altarco-contents__contents {
  position: relative;
  padding: 0 15px;
  z-index: 2;
  text-align: center;
  margin-top: 12px;
  font-weight: normal;
  line-height: 2;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .altarco-contents__contents {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 960px) {
  .altarco-contents__contents {
    line-height: 1.7;
    font-size: 14px;
  }
}

.altarco-contents__contents ol {
  display: inline-block;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.altarco-contents__contents li:not(:first-child) {
  margin-top: 17px;
}


@media only screen and (min-width: 960px) {
  .altarco-contents__contents li br {
    display: none;
  }
}

.altarco-contents__contents a {
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 19px;
}

.altarco-contents__contents a:before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  margin: 5px 0 5px -19px;

}

@media only screen and (min-width: 960px) {
  .altarco-contents__contents a:before {
    margin: 0 16px 0 0;
    display: inline-block;
    width: 80px;
    height: 15px;
  }
}

.altarco-header {
	margin: 0px auto; padding: 0px 25px; max-width: 640px;
}
.altarco-header {
	padding: 0px 50px; max-width: 1100px;
	font-size:14px;
}
@media only screen and (max-width: 959px) {
  .altarco-header {
    max-width: initial;
  }
}

@media only screen and (min-width: 960px) {
  .altarco-header {
    margin-top: 60px;
    max-width: 1200px;
  }
}

.altarco-header__inner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/img_altarco_header.jpg");
  margin: 0 -25px;
}

@media only screen and (min-width: 960px) {
  .altarco-header__inner {
    background-image: url("../img/img_altarco_header.jpg");
  }
}

@media only screen and (max-width: 959px) {
  .altarco-header__inner {
    max-height: calc(100vh - 49px);
  }
}

@media only screen and (min-width: 960px) {
  .altarco-header__inner {
    margin: 0;
  }
}

.altarco-header__inner:before {
  content: '';
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 125%;
}

@media only screen and (min-width: 960px) {
  .altarco-header__inner:before {
    content: '';
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 57.68%;
    max-height: calc(100vh - 188px);
  }
}

.altarco-header__title {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media only screen and (max-width: 959px) {
  .altarco-header__title {
    max-width: 480px;
  }
}

@media only screen and (min-width: 960px) {
  .altarco-header__title {
    max-width: initial;
  }
}



.line-contents {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 650px;
  margin-top: 8px;
  padding-top: 18px;
}

@media only screen and (min-width: 960px) {
  .line-contents {
    margin-top: 85px;
    max-width: 900px;
    padding-top: 10px;
  }
}

.line-contents:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 196.85%;
  background-position: center center;
  background-size: contain;

}

@media only screen and (min-width: 960px) {
  .line-contents:before {
    padding-top: 60%;
  }
}

.line-contents__inner {
  position: relative;
  overflow: hidden;
  padding: 0 0 38px;
}

@media only screen and (min-width: 960px) {
  .line-contents__inner {
    padding: 0px;
  }
}

.line-contents__inner:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 196.85%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/img_altarco_f.svg);
  background-color: #fff;
}

@media only screen and (min-width: 960px) {
  .line-contents__inner:before {
    padding-top: 60%;
    background-image: url(../img/img_altarco_f.svg);
  }
}

.line-contents__header {
  text-align: center;
  padding: 0 15px 12px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 960px) {
  .line-contents__header {
    padding-bottom: 20px;
  }
}

.line-contents__header:after {
  content: '';
  display: block;
  width: 45px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (min-width: 960px) {
  .line-contents__header:after {
    width: 90px;
    height: 4px;
  }
}

.line-contents__title {
  display: inline-block;
  text-align: left;
  line-height: 1.7;
  font-weight: normal;
  font-size: 11px;
}

@media only screen and (min-width: 960px) {
  .line-contents__title {
    line-height: 1.7;
    font-size: 20px;
  }
}

.line-contents__contents {
  position: relative;
  padding: 0 15px;
  z-index: 2;
  text-align: center;
  margin-top: 12px;
  font-weight: normal;
  line-height: 2;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .line-contents__contents {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 960px) {
  .line-contents__contents {
    line-height: 1.7;
    font-size: 14px;
  }
}

.line-contents__contents ol {
  display: inline-block;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.line-contents__contents li:not(:first-child) {
  margin-top: 17px;
}


@media only screen and (min-width: 960px) {
  .line-contents__contents li br {
    display: none;
  }
}

.line-contents__contents a {
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 19px;
}

.line-contents__contents a:before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  margin: 5px 0 5px -19px;

}

@media only screen and (min-width: 960px) {
  .line-contents__contents a:before {
    margin: 0 16px 0 0;
    display: inline-block;
    width: 80px;
    height: 15px;
  }
}

.line-header {
	margin: 0px auto; padding: 0px 25px; max-width: 640px;
}
.line-header {
	padding: 0px 50px; max-width: 1100px;
}
@media only screen and (max-width: 959px) {
  .line-header {
    max-width: initial;
  }
}

@media only screen and (min-width: 960px) {
  .line-header {
    margin-top: 60px;
    max-width: 1200px;
  }
}
.line-header__title {
	position: absolute;
	right: 2px;
	top: -2px;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

@media only screen and (max-width: 959px) {
  .line-header__title {
    max-width: 480px;
  }
}

@media only screen and (min-width: 960px) {
  .line-header__title {
    max-width: initial;
  }
}

.line__title {
	padding: 10px 20px 0px; line-height: 1.5; overflow: hidden; font-size: 10px; font-weight: normal;
}
@media only screen and (min-width:960px)
{
.line__title {
	padding: 10px 62px 0px;
}
}
@media only screen and (min-width:960px)
{
.line__title {
	font-size: 24px; font-family:font-family: "Noto Sans Japanese";
}
}
.line__title span {
	clear: left; border-bottom-color: rgb(184, 28, 34); border-bottom-width: 3px; border-bottom-style: double; float: left; display: block;
}
@media only screen and (min-width:960px)
{
.line__title span {
	padding-right: 33px;
}
}

.line_ta {
	font-size:13px; text-align:left; padding-left:20px;}


.page {
  margin-top: 45px;
}

@media only screen and (min-width: 960px) {
  .page {
    max-width: 1100px;
    margin-top: 156px;
  }
}

.page__header {
  text-align: center;
}

.page__title {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  line-height: 1.5;
  font-weight: normal;
  font-size: 20px;
}

@media only screen and (min-width: 960px) {
  .page__title {
    padding: 24px 64px;
    font-size: 40px;
    margin: 0 auto;
    max-width: 970px;
  }
}

.page__title:before, .page__title:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #231815;
}

.page__title:after {
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-width: 1px;
}

.page__content {
  margin-top: 32px;
}

@media only screen and (min-width: 960px) {
  .page__content {
    margin-top: 80px;
  }
}

.page__footer {
  margin-top: 30px;
  border-top: 1px solid #231815;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .page__footer {
    margin-top: 30px;
  }
}

.page__footer p {
  margin: 0 5px 0;
}

@media only screen and (min-width: 960px) {
  .page__footer p {
    margin: 0 auto 0;
    max-width: 970px;
  }
}

.page__footer .return {
  display: block;
  margin-top: 5px;
  line-height: 2;
  float: right;
  font-size: 9px;
  position: relative;
  padding-left: 10px;
}

@media only screen and (min-width: 960px) {
  .page__footer .return {
    margin-top: 8px;
    padding-left: 16px;
    font-size: 10px;
  }
}

.page__footer .return:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-image: url(../img/ico_return.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (min-width: 960px) {
  .page__footer .return:before {
    width: 9px;
    height: 9px;
  }
}

.recommends {
  margin-top: 27px;
  padding: 0;
}

@media only screen and (min-width: 960px) {
  .recommends {
    margin-top: 180px;
    padding: 0;
  }
}

.recommend {
  display: block;
}

.recommend:not(:first-child) {
  margin-top: 62px;
}

@media only screen and (min-width: 960px) {
  .recommend:not(:first-child) {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 960px) {
  .recommend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0;
  }
}

@media only screen and (min-width: 960px) {
  .recommend--c3 {
    margin-top: calc(70% * -0.16 + 250px) !important;
  }
}

@media only screen and (min-width: 960px) {
  .recommend--c5 {
    margin-top: calc(70% * -0.16 + 250px) !important;
  }
}

.recommend__image {
  content: '';
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .recommend__image {
    width: 70%;
    background-size: contain;
    background-position: center bottom;
  }
}

.recommend__image:before {
  content: '';
  display: block;
  padding-top: 62.97%;
}

.recommend__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 0 0;
}

@media only screen and (min-width: 960px) {
  .recommend__inner {
    display: block;
    width: 30%;
    margin: 0;
    padding: 0 30px 0 40px;
  }
}

.recommend__header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  padding: 0;
}

@media only screen and (min-width: 960px) {
  .recommend__header {
    width: auto;
    padding: 0;
  }
}

.recommend__title {
  margin: 0 auto;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 960px) {
  .recommend__title {
    margin: 0 0 0 auto;
  }
}

.recommend__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  padding: 0 25px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 960px) {
  .recommend__content {
    width: auto;
    padding: 0;
    margin-top: 100px;
  }
}

@media only screen and (min-width: 960px) {
  .recommend__content:before {
    content: '';
    background-image: url("../img/img_line.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 10px;
    width: 100px;
    display: block;
    margin: 0 auto 10px 20px;
  }
}

.recommend__content p {
  line-height: 2;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .recommend__content p {
    line-height: 2.3;
    font-size: 14px;
  }
}

.recommend__footer {
  padding: 14px 0 0;
}

@media only screen and (min-width: 960px) {
  .recommend__footer {
    padding: 23px 0 0 16px;
  }
}

.recommend__trigger {
  display: inline-block;
  position: relative;
  padding: 4px 20px 2px;
  line-height: 1.5;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .recommend__trigger {
    padding: 4px 32px 3px;
    font-size: 16px;
  }
}

.recommend__trigger:before, .recommend__trigger:after {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
}

.recommend__trigger:before {
  border-radius: 4px;
}

.recommend--c1 .recommend__image {
  background-image: url("../img/img_top_hokkaido.jpg");
}

.recommend--c1 .recommend__title {
  background-image: url("../img/txt_top_hokkaido.svg");
}

@media only screen and (min-width: 960px) {
  .recommend--c1 .recommend__title {
    background-image: url("../img/txt_top_hokkaido.svg");
  }
}

.recommend--c2 .recommend__image {
  background-image: url("../img/img_top_tokusima.jpg");
}

.recommend--c2 .recommend__title {
  background-image: url("../img/txt_top_tokusima.svg");
}

@media only screen and (min-width: 960px) {
  .recommend--c2 .recommend__title {
    background-image: url("../img/txt_top_tokusima.svg");
  }
}

.recommend--c3 .recommend__image {
  background-image: url("../img/img_top_yagi.jpg");
}

.recommend--c3 .recommend__title {
  background-image: url("../img/txt_top_gendaibutudan.svg");
}

@media only screen and (min-width: 960px) {
  .recommend--c3 .recommend__title {
    background-image: url("../img/txt_top_gendaibutudan.svg");
  }
}

.recommend--c4 .recommend__image {
  background-image: url("../img/img_top_kakejiku.jpg");
}

.recommend--c4 .recommend__title {
  background-image: url("../img/txt_top_kakejiku.svg");
}

@media only screen and (min-width: 960px) {
  .recommend--c4 .recommend__title {
    background-image: url("../img/txt_top_kakejiku.svg");
  }
}

.recommend--c5 .recommend__image {
  background-image: url("../img/img_top_tamayura.jpg");
}

.recommend--c5 .recommend__title {
  background-image: url("../img/txt_top_rin.svg");
}

@media only screen and (min-width: 960px) {
  .recommend--c5 .recommend__title {
    background-image: url("../img/txt_top_rin.svg");
  }
}

.recommend--c1 .recommend__title {
  width: 52px;
  height: 148px;
  margin-top: -20px;
}

@media only screen and (min-width: 960px) {
  .recommend--c1 .recommend__title {
    width: 300px;
    height: 180px;
    margin-top: -55px;
  }
}

.recommend--c2 .recommend__title {
  width: 52px;
  height: 132px;
  margin-top: -25px;
}

@media only screen and (min-width: 960px) {
  .recommend--c2 .recommend__title {
    width: 300px;
    height: 180px;
    margin-top: 0;
  }
}

.recommend--c3 .recommend__title {
  width: 52px;
  height: 148px;
  margin-top: -20px;
}

@media only screen and (min-width: 960px) {
  .recommend--c3 .recommend__title {
    width: 300px;
    height: 180px;
    margin-top: -100px;
  }
}

.recommend--c4 .recommend__title {
  width: 62px;
  height: 110px;
  margin-top: -13px;
}

@media only screen and (min-width: 960px) {
  .recommend--c4 .recommend__title {
    width: 300px;
    height: 180px;
    margin-top: 0;
  }
}

.recommend--c5 .recommend__title {
  width: 84px;
  height: 148px;
  margin-top: -23px;
}

@media only screen and (min-width: 960px) {
  .recommend--c5 .recommend__title {
    width: 300px;
    height: 180px;
    margin-top: -86px;
  }
}

@media only screen and (min-width: 960px) {
  .recommend--c2 .recommend__image,
  .recommend--c4 .recommend__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-position: center top;
  }
}

@media only screen and (min-width: 960px) {
  .recommend--c2 .recommend__inner,
  .recommend--c4 .recommend__inner {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 40px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 960px) {
  .recommend--c2 .recommend__title,
  .recommend--c4 .recommend__title {
    margin-left: 0;
    margin-right: auto;
  }
}

@media only screen and (min-width: 960px) {
  .recommend--c1 .recommend__content,
  .recommend--c3 .recommend__content,
  .recommend--c5 .recommend__content {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 960px) {
  .recommend--c3 .recommend__content {
    margin-top: 70px;
  }
}

.first-contact {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 33px;
  width: 100%;
  padding: 16px 22px;
  border: 1px solid #231815;
}

@media only screen and (min-width: 960px) {
  .first-contact {
    margin-top: 43px;
    width: 594px;
  }
}

.first-contact__title {
  line-height: 2;
  font-weight: normal;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .first-contact__title {
    line-height: 2.28;
    font-size: 14px;
  }
}

.first-contact__content p {
  line-height: 1.5;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .first-contact__content p {
    line-height: 1.5;
    font-size: 14px;
  }
}

.first-contact__content p .phone {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
}

@media only screen and (min-width: 960px) {
  .first-contact__content p .phone {
    font-size: 22px;
  }
}

.first-contact__content p .phone small {
  display: block;
  font-size: 7px;
}

@media only screen and (min-width: 960px) {
  .first-contact__content p .phone small {
    display: inline;
    font-size: 11px;
  }
}

.riyou {
  margin: 55px auto 0;
  padding: 0 25px;
}

@media only screen and (min-width: 960px) {
  .riyou {
    margin: 96px auto 0;
    padding: 0 50px;
    max-width: 1100px;
  }
}

.riyou__inner {
  border-top: 1px solid #231815;
}

@media only screen and (min-width: 960px) {
  .riyou__header {
    margin: 0 auto;
    max-width: 970px;
  }
}

.riyou__title {
  padding: 23px 0;
  line-height: 1.2;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  position: relative;
  text-decoration:underline;
}

@media only screen and (min-width: 960px) {
  .riyou__title {
    text-align: left;
    font-size: 21px;
    cursor: pointer;
  }
}

@media only screen and (min-width: 960px) {
  .riyou__title:before, .riyou__title:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background: #000;
    display: block;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
}

@media only screen and (min-width: 960px) {
  .riyou__title:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}

@media only screen and (min-width: 960px) {
  .riyou__title[aria-expanded='true']:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}

@media only screen and (min-width: 960px) {
  .riyou__title[aria-expanded='true']:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
  }
}

@media only screen and (min-width: 960px) {
  .riyou__content {
    margin: 20px auto 0;
    padding-bottom: 80px;
    max-width: 970px;
  }
}

@media only screen and (min-width: 960px) {
  .riyou__content[aria-expanded='false'] {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .riyou-items .riyou-items__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -20px -20px;
  }
}

@media only screen and (min-width: 960px) {
  .riyou-items .riyou-items__row:not(:first-child) {
    margin-top: 65px;
  }
}

@media only screen and (min-width: 960px) {
  .riyou-items .riyou-items__col {
    width: calc(33% - 10px);
    margin: 0 10px;
  }
}

@media only screen and (min-width: 960px) {
  .riyou-items .riyou-items__col--auto {
/*    width: auto !important;*/
  }
}

@media only screen and (min-width: 960px) {
  .riyou-item:not(:first-child) {
    margin-top: 30px;
  }
}

.riyou-item__header {
  border-top: 1px solid #000;
  padding: 18px 40px 17px 0;
  cursor: pointer;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .riyou-item__header {
    border-top: none;
    padding: 0;
  }
}

.riyou-item__header:before, .riyou-item__header:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 5px;
  background: #000;
  display: block;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media only screen and (min-width: 960px) {
  .riyou-item__header:before, .riyou-item__header:after {
    display: none;
  }
}

.riyou-item__header:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.riyou-item__header[aria-expanded='true']:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.riyou-item__header[aria-expanded='true']:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.riyou-item__title {
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .riyou-item--soryo .riyou-item__title {
    color: transparent;
  }
}


.riyou-item__content {
  padding: 0 0 17px;
  line-height: 1.7;
  font-size: 12px;
  display: none;
}

@media only screen and (min-width: 960px) {
  .riyou-item__content {
    padding: 0;
    margin-top: 4px;
  }
}

@media only screen and (min-width: 960px) {
  .riyou-item__content {
    display: block;
  }
}

.riyou-item__content table {
  margin-top: 4px;
  width: 99%;
  border-spacing: 1px;
  background: #000;
}

.riyou-item__content th, .riyou-item__content td {
  background: #fff;
  padding: 5px 8px 4px;
  text-align: left;
  font-weight: normal;
}

.riyou-item__content thead th, .riyou-item__content thead td {
  background: #f5f5f5;
}

.riyou-item__content[aria-expanded='true'] {
  display: block;
}

.riyou-item__link a {
  color: #A10000;
  display: block;
}

.riyou-item__link a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  margin-right: 3px;
  border-color: transparent transparent transparent #A10000;
}

.riyou-package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 960px) {
  .riyou-package {
    margin-top: 6px;
  }
}

.riyou-package__item {
  width: 121px;
}

@media only screen and (min-width: 960px) {
  .riyou-package__item {
    width: 164px;
  }
}

.riyou-package__item:not(:first-child) {
  margin-left: 16px;
}

@media only screen and (min-width: 960px) {
  .riyou-package__item:not(:first-child) {
    margin-left: 28px;
  }
}

.riyou-package__item:before {
  content: '';
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.riyou-package__item--normal:before {
  background-image: url("../img/noshi.jpg");
}

.riyou-package__item--funeral:before {
  background-image: url("../img/noshi.jpg");
}

.riyou-package__item--handbag:before {
  background-image: url("../img/noshi.jpg");
}

.riyou-soryo {
  border: 2px solid #C12667;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 164px;
  min-height: 164px;
}

@media only screen and (min-width: 960px) {
  .riyou-soryo {
    width: 100%;
    margin-top: 6px;
  }
}

.riyou-soryo:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  left: 4px;
  top: 4px;
  border: 1px solid #C12667;
}

.riyou-soryo p {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
  line-height: 2;
  font-size: 12px;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .riyou-soryo p {
    padding: 4px;
    line-height: 1.5;
    font-size: 14px;
  }
}

.riyou-soryo p span {
  display: block;
  font-size: 20px;
  color:#C12667;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .riyou-soryo p span {
    font-size: 26px;
  }
}

.share {
  margin: 55px auto 0;
  padding: 0 25px;
}

@media only screen and (min-width: 960px) {
  .share {
    margin: 96px auto 0;
    padding: 0 50px;
    max-width: 1100px;
  }
}

.share__list {
  list-style: none;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share__item {
  margin: 15px 25px;
  width: 28px;
  height: 28px;
}

@media only screen and (min-width: 960px) {
  .share__item {
    margin: 50px 50px;
    width: 56px;
    height: 56px;
  }
}

.share__trigger {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.share__item--facebook .share__trigger {
  background-image: url("../img/ico_facebook.svg");
  background-size: 17.5px 17.5px;
}

@media only screen and (min-width: 960px) {
  .share__item--facebook .share__trigger {
    background-size: 25px 25px;
  }
}

.share__item--instagram .share__trigger {
  background-image: url("../img/ico_instagram.svg");
  background-size: 17.5px 17.5px;
}

@media only screen and (min-width: 960px) {
  .share__item--instagram .share__trigger {
    background-size: 25px 25px;
  }
}

.share__item--twitter .share__trigger {
  background-image: url("../img/ico_twitter.svg");
  background-size: 17.5px 17.5px;
}

@media only screen and (min-width: 960px) {
  .share__item--twitter .share__trigger {
    background-size: 25px 25px;
  }
}

.riyou + .share {
  margin-top: 0 !important;
}

.stores__map {
  margin: 13px 5px 0;
}

@media only screen and (min-width: 960px) {
  .stores__map {
    margin: 24px auto 0;
    max-width: 800px;
  }
}

.stores__map--pc {
  display: none;
}

@media only screen and (min-width: 960px) {
  .stores__map--pc {
    display: block;
  }
}

.stores__map--sp {
  display: block;
}

@media only screen and (min-width: 960px) {
  .stores__map--sp {
    display: none;
  }
}

.stores img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.area:not(:first-child) {
  margin-top: 54px;
}

@media only screen and (min-width: 960px) {
  .area:not(:first-child) {
    margin-top: 127px;
  }
}

.area__header {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .area__header {
    max-width: 800px;
  }
}

.area__title {
  line-height: 2;
  font-weight: normal;
  font-size: 10px;
  padding: 6px 10px;
}

@media only screen and (min-width: 960px) {
  .area__title {
    font-size: 20px;
    padding: 12px 0;
  }
}

.area__sub-title {
  font-weight: normal;
  line-height: 2;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .area__sub-title {
    line-height: 2.28;
    font-size: 14px;
  }
}

.area__sub-title:before {
  content: '（';
  margin-right: 1em;
}

.area__sub-title:after {
  content: '）';
  margin-left: 1em;
}

.area__content {
  margin: 13px 0 0;
}

@media only screen and (min-width: 960px) {
  .area__content {
    margin: 24px auto 0;
    max-width: 800px;
  }
}

.area__content section:not(:first-child) {
  margin-top: 10px;
}

@media only screen and (min-width: 960px) {
  .area__content section:not(:first-child) {
    margin-top: 24px;
  }
}

.area__content dl {
  overflow: hidden;
  position: relative;
  padding-left: 90px;
}

.area__content dl:not(:first-child) {
  margin-top: 4px;
}

@media only screen and (min-width: 960px) {
  .area__content dl:not(:first-child) {
    margin-top: 4px;
  }
}

@media only screen and (min-width: 960px) {
  .area__content dl {
    padding-left: 222px;
  }
}

.area__content dt, .area__content dd {
  position: relative;
  display: inline-block;
  font-weight: normal;
  line-height: 2;
  font-size: 10px;
  float: left;
  padding: 0 10px;
}

@media only screen and (min-width: 960px) {
  .area__content dt, .area__content dd {
    line-height: 2.28;
    font-size: 14px;
  }
}

@media only screen and (min-width: 960px) {
  .area__content dt, .area__content dd {
    padding: 0 20px;
  }
}

.area__content dt:before, .area__content dd:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 798px;
  width: calc(100vw - 50px - 2px);
  border-left: 1px solid #231815;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  height: 4px;
}

@media only screen and (min-width: 960px) {
  .area__content dt:before, .area__content dd:before {
    height: 8px;
  }
}

.area__content dd:last-child:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 798px;
  width: calc(100vw - 50px - 2px);
  border-left: 1px solid #231815;
  border-bottom: 1px solid transparent;
  border-right: 1px solid #231815;
  height: 4px;
}

@media only screen and (min-width: 960px) {
  .area__content dd:last-child:after {
    height: 8px;
  }
}

@media only screen and (max-width: 959px) {
  .area__content dd:nth-child(n + 4):last-child:before {
    width: calc(100vw - 50px - 2px - 83px);
  }
}

.area__content dt {
  width: 70px;
  margin-left: -90px;
}

@media only screen and (min-width: 960px) {
  .area__content dt {
    padding: 0 12px;
    width: 182px;
    margin-left: -222px;
  }
}

.area__content .stamp {
  display: inline-block;
  position: relative;
  padding-right: 12px;
}

@media only screen and (min-width: 960px) {
  .area__content .stamp {
    padding-right: 18px;
  }
}

.area__content .stamp:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/ico_stamp.svg);
  width: 10px;
  height: 10px;
}

@media only screen and (min-width: 960px) {
  .area__content .stamp:after {
    width: 16px;
    height: 16px;
  }
}

.stamp-note {
  margin: 23px 0 0;
}

@media only screen and (min-width: 960px) {
  .stamp-note {
    margin: 23px auto 0;
    max-width: 800px;
  }
}

.stamp-note p {
  font-weight: normal;
  line-height: 2;
  font-size: 10px;
  position: relative;
  padding-left: 12px;
}

@media only screen and (min-width: 960px) {
  .stamp-note p {
    line-height: 2.28;
    font-size: 14px;
  }
}

@media only screen and (min-width: 960px) {
  .stamp-note p {
    padding-left: 18px;
  }
}

.stamp-note p:before {
  content: '：';
}

.stamp-note p:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/ico_stamp.svg);
  width: 10px;
  height: 10px;
}

@media only screen and (min-width: 960px) {
  .stamp-note p:after {
    width: 16px;
    height: 16px;
  }
}

.head-office {
  margin: 13px 5px -20px;
}

@media only screen and (min-width: 960px) {
  .head-office {
    margin: 24px auto -60px;
    max-width: 800px;
    display: table;
    table-layout: fixed;
  }
}

@media only screen and (min-width: 960px) {
  .head-office__image {
    display: table-cell;
    vertical-align: top;
    width: 300px;
    padding-right: 30px;
  }
}

.head-office__image img {
  max-width: 100%;
  height: auto;
  width: auto;
}

@media only screen and (min-width: 960px) {
  .head-office__image img {
    width: 300px;
  }
}

.head-office__text {
  font-weight: normal;
  line-height: 2;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .head-office__text {
    line-height: 2.28;
    font-size: 12px;
  }
}

@media only screen and (min-width: 960px) {
  .head-office__text {
    display: table-cell;
    vertical-align: top;
  }
}

.head-office__text a {
  display: inline-block;
  padding-left: 10px;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .head-office__text a {
    margin-left: 3em;
  }
}

.head-office__text a:before {
  content: '' !important;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 0;
  float: none;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #231815;
}

@media only screen and (min-width: 960px) {
  .head-office__text a:before {
    margin-top: -1px;
  }
}

@media only screen and (min-width: 960px) {
  .head-office__br {
    display: none;
  }
}

.head-office__time {
  display: table;
}

.head-office__time-title, .head-office__time-text {
  display: table-cell;
  vertical-align: top;
}

.head-office__time-title {
  font-weight: normal;
  line-height: 2;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .head-office__time-title {
    line-height: 2.28;
    font-size: 14px;
  }
}

.head-office__time-title:after {
  content: '：';
}

.head-office__time-text {
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .head-office__time-text p {
    float: left;
    display: inline-block;
  }
}

@media only screen and (min-width: 960px) {
  .head-office__time-text p:not(:first-child):before {
    content: '　／　';
  }
}

@media only screen and (max-width: 959px) {
  .waselect-header {
    max-width: initial;
  }
}

@media only screen and (min-width: 960px) {
  .waselect-header {
    margin-top: 60px;
    max-width: 1200px;
  }
}

.waselect-header__inner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/img_waselect_header_sp.jpg);
  margin: 0 -25px;
}

@media only screen and (min-width: 960px) {
  .waselect-header__inner {
    background-image: url(../img/img_waselect_header.jpg);
  }
}

@media only screen and (max-width: 959px) {
  .waselect-header__inner {
    max-height: calc(100vh - 49px);
  }
}

@media only screen and (min-width: 960px) {
  .waselect-header__inner {
    margin: 0;
  }
}

.waselect-header__inner:before {
  content: '';
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 125%;
}

@media only screen and (min-width: 960px) {
  .waselect-header__inner:before {
    content: '';
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 57.68%;
    max-height: calc(100vh - 188px);
  }
}

.waselect-header__title {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-image: url(../img/txt_waselect_header_sp.svg);
}

@media only screen and (max-width: 959px) {
  .waselect-header__title {
    max-width: 480px;
  }
}

@media only screen and (min-width: 960px) {
  .waselect-header__title {
    background-image: url(../img/txt_waselect_header.svg);
    max-width: initial;
  }
}

.waselect {
  margin: 48px 5px 0;
}

@media only screen and (min-width: 960px) {
  .waselect {
    margin: 101px auto 0;
    max-width: 800px;
  }
}

.waselect:not(:first-child) {
  margin-top: 55px;
}

@media only screen and (min-width: 960px) {
  .waselect:not(:first-child) {
    margin-top: 115px;
  }
}

.waselect img {
  max-width: 100%;
}

.waselect__header {
  margin-top: 15px;
}

@media only screen and (min-width: 960px) {
  .waselect__header {
    margin-top: 16px;
  }
}

.waselect__title {
  font-weight: normal;
  font-size: 11px;
}

@media only screen and (min-width: 960px) {
  .waselect__title {
    font-size: 20px;
  }
}

.waselect__title small {
  display: block;
  font-size: 8px;
}

@media only screen and (min-width: 960px) {
  .waselect__title small {
    font-size: 10px;
  }
}

.waselect__content {
  margin-top: 4px;
}

@media only screen and (min-width: 960px) {
  .waselect__content {
    margin-top: 8px;
  }
}

.waselect__price {
  font-size: 11px;
}

@media only screen and (min-width: 960px) {
  .waselect__price {
    font-size: 14px;
  }
}

.waselect__text {
  margin-top: 13px;
  line-height: 2;
  font-size: 10px;
}

@media only screen and (min-width: 960px) {
  .waselect__text {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 960px) {
  .waselect__text {
    line-height: 2.28;
    font-size: 14px;
  }
}

.waselect__item {
  overflow: hidden;
  display: block;
  margin-top: 27px;
  padding-left: 133px;
}

@media only screen and (min-width: 960px) {
  .waselect__item {
    margin-top: 54px;
    padding-left: 263px;
  }
}

.waselect__item-image {
  float: left;
  width: 118px;
  margin-left: -133px;
}

@media only screen and (min-width: 960px) {
  .waselect__item-image {
    width: 236px;
    margin-left: -263px;
  }
}

.waselect__item-info {
  padding: 0;
}

@media only screen and (min-width: 960px) {
  .waselect__item-info {
    padding: 8px 0 0;
  }
}

.waselect__item-title {
  font-weight: normal;
  font-size: 11px;
}

@media only screen and (min-width: 960px) {
  .waselect__item-title {
    font-size: 14px;
  }
}

.waselect__item-title small {
  display: block;
  font-size: 8px;
}

@media only screen and (min-width: 960px) {
  .waselect__item-title small {
    font-size: 14px;
  }
}

.waselect__item-price {
  margin-top: 4px;
  font-size: 11px;
}

@media only screen and (min-width: 960px) {
  .waselect__item-price {
    margin-top: 8px;
    font-size: 20px;
  }
}

.waselect__item-text {
  margin-top: 4px;
  font-size: 7px;
}

@media only screen and (min-width: 960px) {
  .waselect__item-text {
    margin-top: 8px;
    font-size: 14px;
  }
}


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 30px 0 0 30px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  background-color: #C12667;
  color: #fff;
  font-weight: bold;
  font-size:29px;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/*-----　カレンダー -----*/
.working {
    width: 255px;
    float: right;
	margin-top:15px;
}
.working .title{
	font-size:14px;
	color:#333;
	text-align:center;
	margin-bottom:5px;
	text-decoration:underline;
	font-weight:bold;
}

#calendar {
    text-align: center;
	font-size: 12px; // IE8
	font-size: 0.9rem;
    margin-top: -5px;
}

#calendar tbody td {
    padding: 1px 7px;
    border: solid #fff 1px; 
}

#calendar td.sun,
#calendar td.sat {
    background: #FFE2E2;
    color: #ff0000;
}

#calendar td.weekday {
    background: none;
    color: #000;
}

#calendar td.today {
    font-weight: bold;
    text-decoration: underline;
}

.holiday_color {
	font-size: 12px; // IE8
	font-size: 0.85rem;
    color: #ff0000;
}

.holiday_color span {
    display: inline-block;
    margin-right: 5px;
    color: #FFE2E2;
}
