@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */


@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

/* Utility
   ========================================================================== */

.small {
    font-size: .8em;
}



@media screen and (min-width: 768px) {
    .pt-md-65 {
        padding-top: 65px !important;
    }
}

/* Document
   ========================================================================== */

html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/**
 * 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 */
    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: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 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 and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

.ease-linear {
    -webkit-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    /* linear */
}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

html, body {
    width: 100%;
    background-color: #fff;
    /*-webkit-font-smoothing: antialiased;*/
    font-smoothing: antialiased;
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 300;
}

html.jsoff, body.jsoff {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    html, body {
        min-width: 0px;
    }

    .cart__nothing {
        padding: 20px;
    }
}

/*Macのバウンド動作削除*/
h1, h2, h3, h4, h5, ul, p {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 30px;
    line-height: 1.5;
    text-shadow: 0px 2px 2px #000;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 20px;
        line-height: 1.3;
    }
}

.title__h2 {
    text-shadow: none;
}

h2,
.title__h2 {
    padding-bottom: 7px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.5;
    border-bottom: 1px solid #e80000;
}

h2 img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    h2,
    .title__h2 {
        padding: 0 20px 8px;
        font-size: 20px;
    }
}

.wysiwyg h2 {
    margin-top: 30px;
    clear: both;
}

.wysiwyg h2:first-child {
    margin-top: 0;
}

h3 {
    margin: 30px 0 25px;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 1.5;
    background-color: #f0f0f0;
    clear: both;
}

@media screen and (max-width: 767px) {
    h3 {
        padding: 3px 10px;
        margin-bottom: 15px;
        font-size: 16px;
    }
}

h4 {
    padding-bottom: 10px;
    margin: 30px 0 25px;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid #dcdcdc;
}

h4.mb-s {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    h4 {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }

    h4.mb-s {
        padding-bottom: 0;
        margin-bottom: 15px;
        border-bottom: 0;
    }
}

h5,
.title__h5 {
    margin-bottom: 25px;
    font-size: 16px;
}

.title__h5 {
    padding: 0;
    background: none;
}

h5:before,
.title__h5:before {
    content: "■";
    display: inline-block;
    color: #e80000;
    font-size: 10px;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    h5 {
        margin-bottom: 15px;
        font-size: 14px;
    }
}

a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

a:link, a:visited, a:hover, a:active {
    color: #000;
}

a:hover {
    opacity: 0.5;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    a:hover {
        opacity: 1;
    }
}

input.submit {
    text-decoration: none;
    color: #e80000;
    -webkit-transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

input.submit:link, input.submit:visited, input.submit:hover, input.submit:active {
    color: #e80000;
}

input.submit:hover {
    opacity: 0.5;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    input.submit:hover {
        opacity: 1;
    }
}

p {
    margin-bottom: 15px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    p {
        font-size: 14px;
    }
}

.with-link a {
    color: #0066cc;
    border-bottom: 1px solid #0066cc;
}

.with-link a:link, .with-link a:visited, .with-link a:hover, .with-link a:active {
    color: #0066cc;
}

.with-link a.no-underline {
    border-bottom: 0;
}

.with-link a.no-underline img {
    vertical-align: top;
}

.news__date {
    color: #999;
    text-align: right;
    margin-bottom: 30px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .news__date {
        font-size: 14px;
    }
}

.news__date span:before {
    content: " - ";
}

@media screen and (max-width: 767px) {
    .news__date span:before {
        content: "";
    }
}

.wysiwyg a {
    color: #0066cc;
    border-bottom: 1px solid #0066cc;
}

.wysiwyg a:link, .wysiwyg a:visited, .wysiwyg a:hover, .wysiwyg a:active {
    color: #0066cc;
}

.wysiwyg a.no-link {
    color: #000;
    border-bottom: 0;
}

.wysiwyg a.no-link:link, .wysiwyg a.no-link:visited, .wysiwyg a.no-link:hover, .wysiwyg a.no-link:active {
    color: #000;
}

.wysiwyg a.no-link img {
    vertical-align: top;
}

.wysiwyg img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .wysiwyg {
        padding: 0 20px;
    }

    .wysiwyg ul {
        margin-bottom: 15px;
    }
}

.wysiwyg .image {
    text-align: center;
    margin: 30px 0;
}

.wysiwyg ul li,
.wysiwyg ol li {
    margin-bottom: .5em;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}

.wysiwyg ul {
    margin-bottom: 25px;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
}

.wysiwyg ul li:before {
    content: "・";
}

.wysiwyg ol {
    margin-bottom: 25px;
    padding: 0;
    list-style-type: decimal;
    list-style-position: inside;
}

@media screen and (max-width: 767px) {
    .wysiwyg ol {
        margin-bottom: 15px;
    }
}

.wysiwyg img.aligncenter {
    display: block;
    margin: 0 auto;
}

.wysiwyg .tablepress td {
    text-align: left;
}

.wysiwyg .bigimage {
    max-width: 300px;
}

@media screen and (max-width: 767px) {
    .wysiwyg .bigimage {
        max-width: 100%;
    }
}

dl, dt, dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    dl, dt, dd {
        font-size: 14px;
    }
}

dl {
    margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
    dl {
        margin: 0 0 15px 0;
    }
}

dt {
    font-weight: bold;
}

dl.column dt {
    width: 14%;
    float: left;
}

@media screen and (max-width: 767px) {
    dl.column dt {
        width: 100%;
        float: none;
    }
}

dd {
    padding-bottom: 10px;
}

dl.column dd {
    background: #fff;
    margin-left: 14%;
}

dd:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    dl.column dd {
        margin-left: 0;
    }
}

dl.column dd:after {
    content: '';
    display: block;
    clear: both;
}

video {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background-color: #eee;
}

@media screen and (max-width: 767px) {
    video {
        margin-bottom: 15px;
    }
}

table {
    width: 100%;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #e80000;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    table {
        font-size: 14px;
    }
}

table tr th {
    padding: 20px;
    background-color: #e6e6e6;
}

@media screen and (max-width: 767px) {
    table tr th {
        padding: 6px 10px;
    }
}

table tr td {
    padding: 20px;
}

@media screen and (max-width: 767px) {
    table tr td {
        padding: 6px 10px;
    }
}

table tr:nth-child(2n) td {
    background-color: #fff;
}

table tr:nth-child(2n+1) td {
    background-color: #f5f5f5;
}

#mihon {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
}

#debug {
    width: 150px;
    opacity: 0.5;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    font-size: 12px;
    background-color: #fff;
    text-align: right;
}

/* .jsoff #wrapper {
    opacity: 1;
} */

#wrapper {
    /* opacity: 0; */
}

.col-wrap:after {
    content: "";
    display: table;
    clear: both;
}

.col {
    float: left;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
}

.site-search-wrap {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .site-search-wrap {
        display: block;
    }
}

form.site-search.is__inpage {
    width: 60%;
    margin: 50px auto;
}

form.site-search {
    width: 100%;
}

form.site-search:after {
    content: "";
    display: table;
    clear: both;
}

form.site-search .text {
    width: 100%;
    margin-bottom: 0;
    margin-right: -68px;
    height: 34px;
    padding: 7px 10px 5px 35px;
    float: left;
    border: 0;
    border-radius: 5px 0px 0px 5px;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    background-image: url('../img/common/icon_search.png?1500953799');
    background-repeat: no-repeat;
    background-position: 10px 10PX;
}

@media screen and (max-width: 767px) {
    form.site-search .text {
        height: 40px;
        padding: 16px 10px 8px 10px;
        background-image: none;
    }
}

form.site-search .btn {
    width: 68px;
    height: 34px;
    float: left;
    border: 0;
    border-radius: 0px 5px 5px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #e80000;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    form.site-search .btn {
        height: 40px;
        padding: 15px 0 11px 0;
        line-height: 1;
    }
}

@media screen and (max-width: 767px) {
    .page-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.text {
    margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
    .text {
        margin-bottom: 10px;
    }
}

.link {
    display: inline-block;
    padding-left: 15px;
    background-image: url('../img/common/arrow2.png?1500977092');
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 8px auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .link {
        font-size: 14px;
    }
}

.btn,
.wp_cart_button_wrapper input[type=submit] {
    display: block;
    width: 220px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #e80000;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #e80000;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.8;
    text-align: center;
    cursor: pointer;
    background-image: url('../img/common/btn_arrow.png?1500988003');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px auto;
}

.btn.search {
    background-image: url('../img/common/btn_arrow.png?1500988003'), url('../img/common/icon_search2.png?1500921670');
    background-repeat: no-repeat, no-repeat;
    background-position: right center, 12px center;
    background-size: 20px auto, 24px auto;
}

.btn.btn-s {
    width: 145px;
    height: 50px;
    margin-bottom: 30px;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .btn.btn-s {
        width: 100%;
        margin-bottom: 20px;
    }
}

.btn.btn-m {
    width: 238px;
    height: 50px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 2.3;
}

@media screen and (max-width: 767px) {
    .btn.btn-m {
        width: 48.5%;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 2.8;
    }
}

.btn.btn-l {
    width: 506px;
    height: 70px;
    margin-bottom: 68px;
    font-size: 30px;
    line-height: 2.1;
}

@media screen and (max-width: 767px) {
    .btn.btn-l {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 2.8;
    }
}

a.btn:link, a.btn:visited, a.btn:hover, a.btn:active {
    color: #e80000;
    border: 2px solid #e80000;
}

@media screen and (max-width: 767px) {
    .btn {
        width: 100%;
    }
}

.btn-m-wrap {
    text-align: center;
}

.btn-m-wrap .btn-m {
    display: inline-block;
}

.btn-m-wrap .btn-m:nth-child(1) {
    margin-right: 15px;
}

.btn-m-wrap .btn-m:nth-child(2) {
    margin-left: 15px;
}

@media screen and (max-width: 767px) {
    .btn-m-wrap .btn-m:nth-child(1) {
        margin-right: 3%;
    }

    .btn-m-wrap .btn-m:nth-child(2) {
        margin-left: 0px;
    }
}

.strong1 {
    font-weight: bold;
    color: #000;
}

.strong2 {
    font-weight: bold;
    color: #e86900;
}

.wysiwyg blockquote {
    padding: 30px 25px 30px 62px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    border-left: 2px solid #f2c4c4;
    background-image: url('../img/common/icon_quote.png?1501083251');
    background-repeat: no-repeat;
    background-position: 25px 28px;
}

.wysiwyg blockquote p {
    margin-bottom: 0;
    font-style: italic;
}

.wysiwyg blockquote p.origin-title {
    margin-top: 10px;
    text-align: right;
}

.wysiwyg .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.wysiwyg .alignright {
    float: right;
    margin: 0 0 20px 20px;
}

@media screen and (max-width: 767px) {
    .wysiwyg blockquote {
        padding: 13px 12px 15px 33px;
        margin-bottom: 15px;
        background-position: 10px 15px;
        background-size: 19px 14px;
    }

    .wysiwyg .alignleft,
    .wysiwyg .alignright {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }
}

.img-text {
    margin-bottom: 30px;
}

.img-text:after {
    content: "";
    display: table;
    clear: both;
}

.img-text .img {
    width: 238px;
    margin-right: -238px;
    float: left;
}

.img-text .img img {
    width: 100%;
    height: auto;
    margin-bottom: 6px;
    vertical-align: top;
}

.img-text .img .caption {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .img-text .img .caption {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .img-text .img {
        width: 130px;
        margin-right: -130px;
    }
}

.img-text .text {
    margin-bottom: 0;
    padding-left: 268px;
    float: left;
}

.img-text .text p {
    margin-bottom: 14px;
}

.img-text .text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .img-text .text {
        display: inline-block;
        padding-left: 140px;
    }

    .img-text .text p {
        display: inline-block;
    }
}

.column-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.column-wrap:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 767px) {
    .column-wrap {
        display: block;
    }
}

.column-wrap .column {
    width: 48%;
}

.column-wrap .column:first-child {
    margin-right: 4%;
}

.column {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .column, .column-wrap .column {
        width: 100%;
        padding: 15px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .column-wrap .column:first-child {
        margin-right: 0;
    }
}

.column .title {
    margin-bottom: 20px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .column .title {
        margin-bottom: 10px;
    }
}

.column p {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .column p {
        margin-bottom: 10px;
    }
}

#midashi {
    width: 100%;
    height: 200px;
    background-size: cover;
    color: #fff;
    background-position: center;
}

@media screen and (max-width: 767px) {
    #midashi {
        height: 80px;
        background-position: center center;
    }
}

#midashi .wrap {
    display: table;
    width: 100%;
    max-width: 1240px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#midashi .wrap h1 {
    display: table-cell;
    vertical-align: middle;
}

#content > .wrap {
    width: 100%;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#content > .wrap:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 767px) {
    #content > .wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

#content > .wrap #main-contents {
    width: 66.6%;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 60px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    #content > .wrap #main-contents {
        width: 100%;
        padding-right: 0px;
        padding-top: 25px;
        padding-bottom: 0px;
        margin-right: 0px;
        float: none;
    }
}

#content > .wrap #side-contents {
    width: 33.3%;
    float: right;
}

@media screen and (max-width: 767px) {
    #content > .wrap #side-contents {
        width: 100%;
        float: none;
        clear: both;
    }
}

.page-location #backnumber {
    margin-top: 30px;
}

#backnumber {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    #backnumber {
        margin-bottom: 40px;
    }
}

#backnumber p.exp {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #backnumber p.exp {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.5;
    }
}

#backnumber .wrap:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 767px) {
    #backnumber .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#backnumber .wrap .magazine-wrap {
    margin-bottom: 30px;
}

#backnumber .wrap .magazine-wrap:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 767px) {
    #backnumber .wrap .magazine-wrap {
        margin-bottom: 20px;
    }
}

#backnumber .magazine-wrap .magazine {
    display: block;
    width: 33.3%;
    position: relative;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#backnumber .magazine-wrap .magazine:last-child {
    padding-right: 0;
}

#backnumber .magazine-wrap .magazine:last-child .gou {
    padding-right: 0;
}

#backnumber .magazine-wrap .magazine:nth-child(3n+3) {
    padding-left: 18px;
}

#backnumber .magazine-wrap .magazine:nth-child(3n+3) .gou {
    padding-left: 18px;
}

#backnumber .magazine-wrap .magazine:nth-child(3n+2) {
    padding-left: 9px;
    padding-right: 9px;
}

#backnumber .magazine-wrap .magazine:nth-child(3n+2) .gou {
    padding-left: 9px;
    padding-right: 9px;
}

#backnumber .magazine-wrap .magazine:nth-child(3n+1) {
    padding-right: 18px;
    clear: both;
}

#backnumber .magazine-wrap .magazine:nth-child(3n+1) .gou {
    padding-right: 18px;
}

.page-magazine #backnumber .wrap .magazine .lead,
.page-magazine .interview {
    font-size: 14px;
    text-align: left;
}

.page-magazine .price {
    text-align: center;
    color: #e80000;
    font-wegith: bold;
}

@media screen and (max-width: 768px) {
    .page-magazine .price {
        text-align: left;
    }
}

.page-magazine #backnumber .wrap .magazine .lead {
    margin-bottom: .5em;
}

#backnumber .wrap .gou span.soldout,
.soldout {
    background-color: #666666;
    font-size: .8em;
    padding: 3px 10px;
    margin-left: 5px;
    color: #fff;
}

#backnumber .wrap .gou span.new {
    font-size: .8em;
    padding: 3px 10px;
    margin-left: 5px;
    border: 1px solid #e80000;
    color: #e80000;
}

@media screen and (min-width: 768px) {
    .page-magazine .magazine {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    #backnumber .wrap .magazine {
        width: 100%;
        padding: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #dcdcdc;
        float: none;
    }

    #backnumber .wrap .magazine:after {
        content: "";
        display: table;
        clear: both;
    }

    #backnumber .wrap .magazine:last-child {
        padding-right: 0;
    }

    #backnumber .wrap .magazine:nth-child(3n+3) {
        padding-left: 0px;
    }

    #backnumber .wrap .magazine:nth-child(3n+3) .gou {
        padding-left: 0;
    }

    #backnumber .wrap .magazine:nth-child(3n+2) {
        padding-left: 0px;
        padding-right: 0px;
    }

    #backnumber .wrap .magazine:nth-child(3n+2) .gou {
        padding-left: 0;
        padding-right: 0;
    }

    #backnumber .wrap .magazine:nth-child(3n+1) {
        padding-right: 0px;
    }

    #backnumber .wrap .magazine:nth-child(3n+1) .gou {
        padding-right: 0;
    }
}

#backnumber .wrap .magazine .img {
    padding-top: 30px;
    margin-bottom: 5px;
}

#backnumber .wrap .magazine .img img {
    width: 100%;
    max-width: 170px;
    height: auto;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    #backnumber .wrap .magazine .img {
        width: 70px;
        padding-top: 0;
        margin-right: -70px;
        margin-bottom: 10px;
        float: left;
    }
}

#backnumber .wrap .magazine .text {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #backnumber .wrap .magazine .text {
        padding-left: 80px;
        float: left;
        text-align: left;
    }
}

#backnumber .wrap .magazine .gou {
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6;
    font-size: .9em;
}

@media screen and (max-width: 767px) {
    #backnumber .wrap .magazine .gou {
        margin-bottom: 10px;
        position: static;
        text-align: left;
        font-size: 14px;
    }
}

#backnumber .wrap .magazine .name {
    min-height: 50px;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
}

#backnumber .wrap .magazine .name:after {
    content: "";
    display: table;
    clear: both;
}

#backnumber .wrap .magazine .name .tag {
    display: block;
    width: 66px;
    padding: 6px 18px;
    margin-right: -66px;
    float: left;
    font-size: 12px;
    color: #fff;
    background-color: #e80000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #backnumber .wrap .magazine .name .tag {
        width: 64px;
        padding: 4px 12px;
        margin-bottom: 6px;
        float: none;
    }
}

#backnumber .wrap .magazine .name p {
    padding-left: 76px;
    margin-bottom: 0;
    float: left;
    line-height: 1.4;
}

.person__magazine .name p {
    padding-left: 76px;
}

.person__caution {
    color: #999;
    font-size: .8em;
}

@media screen and (max-width: 1024px) {
    #backnumber .wrap .magazine .name .tag {
        float: none;
        margin-bottom: 10px;
    }

    #backnumber .wrap .magazine .name p {
        padding-left: 0;
        float: none;
    }
}

#backnumber .wrap .magazine .lead {
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    clear: both;
}

@media screen and (max-width: 767px) {
    #backnumber .wrap .magazine .lead {
        font-size: 14px;
        line-height: 1.5;
    }
}

#magazine {
    background-color: #f0f0f0;
}

#magazine:after {
    content: "";
    display: table;
    clear: both;
}

#magazine .wrap {
    width: 50%;
    padding: 30px;
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#magazine .wrap:nth-child(1) {
    padding: 30px 15px 30px 30px;
}

#magazine .wrap:nth-child(2) {
    padding: 30px 30px 30px 15px;
}

@media screen and (max-width: 767px) {
    #magazine .wrap {
        width: 100%;
        padding: 20px;
        float: none;
    }

    #magazine .wrap:nth-child(1) {
        padding: 30px 20px 12px 20px;
    }

    #magazine .wrap:nth-child(2) {
        padding: 12px 20px 30px 20px;
    }
}

#magazine .wrap h2 {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: 0;
}

@media screen and (max-width: 767px) {
    #magazine .wrap h2 {
        padding-left: 0;
    }
}

#magazine .wrap .todetail {
    display: block;
    position: relative;
    border: 2px solid #e80000;
    text-align: left;
}

#magazine .wrap .todetail h3 {
    padding-left: 82px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    background-color: #fff;
    text-align: left;
}

@media screen and (max-width: 767px) {
    #magazine .wrap .todetail h3 {
        padding-left: 65px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

#magazine .wrap .todetail h3 img {
    width: 100%;
    max-width: 240px;
    height: auto;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    #magazine .wrap .todetail h3 img {
        width: 200px;
        height: auto;
    }
}

#magazine .wrap .todetail p.exp {
    margin-bottom: 0;
    padding-left: 82px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
    line-height: 1.4;
    background-image: url('../img/common/btn_arrow.png?1500988003');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px auto;
}

@media screen and (max-width: 767px) {
    #magazine .wrap .todetail p.exp {
        padding-left: 65px;
        font-size: 10px;
    }
}

#magazine .wrap .todetail .silet {
    position: absolute;
    left: 0px;
    top: -30px;
}

@media screen and (max-width: 767px) {
    #magazine .wrap .todetail .silet {
        left: 0px;
        top: -25px;
    }

    #magazine .wrap .todetail .silet img {
        width: 53px;
        height: auto;
    }
}

#magazine .wrap > h3 {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}

#magazine .wrap .mail {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    #magazine .wrap .mail {
        padding: 15px 15px 10px;
    }
}

header {
    width: 100%;
    height: auto;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    header {
        height: 50px;
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
        border-bottom: 1px solid #dcdcdc;
    }
}

header .wrap {
    display: inline-block;
    padding-top: 25px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    header .wrap {
        display: block;
        height: 50px;
        padding-left: 20px;
        padding-top: 11px;
        margin-bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #dcdcdc;
    }
}

header .wrap a {
    display: inline-block;
}

header .wrap a .logo {
    display: inline-block;
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
    header .wrap a .logo {
        margin-right: 6px;
    }
}

header .wrap a .logo img {
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    header .wrap a .logo img {
        width: 55px;
        height: auto;
    }
}

header .wrap a .lead {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    header .wrap a .lead {
        width: 180px;
        margin-top: -2px;
        font-size: 10px;
    }
}

#globalbtn {
    display: none;
    width: 50px;
    height: 49px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    border-left: 1px solid #dcdcdc;
    background-color: #fff;
    cursor: pointer;
}

#globalbtn.open {
    background-color: #f0f0f0;
}

#globalbtn.open img:nth-child(1) {
    display: none;
}

#globalbtn.open img:nth-child(2) {
    display: inline;
}

@media screen and (max-width: 767px) {
    #globalbtn {
        display: block;
    }
}

#globalbtn img {
    width: 24px;
    height: auto;
    margin-left: 13px;
    margin-top: 15px;
}

#globalbtn img:nth-child(1) {
    display: inline;
}

#globalbtn img:nth-child(2) {
    display: none;
}

#global-menu ul {
    display: table;
    width: 100%;
    height: 49px;
    list-style: none;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    border-left: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
    #global-menu ul {
        display: block;
        height: auto;
        font-size: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #f0f0f0;
        border-left: 0;
    }
}

#global-menu ul li {
    display: table-cell;
    width: 16.6%;
    height: 49px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#global-menu ul li:hover a:link, #global-menu ul li:hover a:visited, #global-menu ul li:hover a:hover, #global-menu ul li:hover a:active, #global-menu ul li.active a:link, #global-menu ul li.active a:visited, #global-menu ul li.active a:hover, #global-menu ul li.active a:active {
    color: #e80000;
}

#global-menu ul li:hover a:after, #global-menu ul li.active a:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-bottom: 5px solid #e80000;
}

#global-menu ul li a {
    display: table;
    width: 100%;
    height: 100%;
}

#global-menu ul li a span {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    #global-menu ul li {
        display: block;
        width: 100%;
        height: auto;
        text-align: left;
        border-right: 0;
        line-height: 1;
    }

    #global-menu ul li a {
        display: block;
        width: auto;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    #global-menu ul li a span {
        display: block;
        width: auto;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: left;
        vertical-align: top;
        border-bottom: 1px solid #dcdcdc;
        background-image: url('../img/common/arrow2.png?1500977092');
        background-repeat: no-repeat;
        background-size: 8px auto;
        background-position: right center;
    }

    #global-menu ul li:hover a:after, #global-menu ul li.active a:after {
        content: "";
        display: none;
    }

    #global-menu ul li:hover a:link, #global-menu ul li:hover a:visited, #global-menu ul li:hover a:hover, #global-menu ul li:hover a:active {
        color: #000;
    }
}

#sub-menu {
    width: 100%;
    position: absolute;
    right: 20px;
    top: 35px;
}

#sub-menu:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 767px) {
    #sub-menu {
        position: static;
        background-color: #f0f0f0;
    }
}

#sub-menu ul {
    padding-top: 8px;
    list-style: none;
    font-size: 14px;
    float: right;
}

#sub-menu ul:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 767px) {
    #sub-menu ul {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        float: none;
    }
}

#sub-menu ul li {
    margin-left: 20px;
    float: left;
}

#sub-menu ul li:last-child {
    display: none;
}

@media screen and (max-width: 767px) {
    #sub-menu ul li:last-child {
        display: block;
    }
}

#sub-menu ul li:hover a:link, #sub-menu ul li:hover a:visited, #sub-menu ul li:hover a:hover, #sub-menu ul li:hover a:active, #sub-menu ul li.active a:link, #sub-menu ul li.active a:visited, #sub-menu ul li.active a:hover, #sub-menu ul li.active a:active {
    color: #e80000;
}

@media screen and (max-width: 767px) {
    #sub-menu ul li {
        width: 50%;
        padding-left: 17px;
        margin-left: 0;
        margin-bottom: 25px;
        background-image: url('../img/common/arrow2.png?1500977092');
        background-repeat: no-repeat;
        background-size: 8px auto;
        background-position: left center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sub-menu ul li:hover a:link, #sub-menu ul li:hover a:visited, #sub-menu ul li:hover a:hover, #sub-menu ul li:hover a:active {
        color: #000;
    }
}

#sub-menu form {
    width: 32.1%;
    margin-left: 20px;
    float: right;
}

#sub-menu form:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 767px) {
    #sub-menu form {
        display: none;
    }
}

footer {
    padding-bottom: 40px;
    position: relative;
}

@media screen and (max-width: 767px) {
    footer {
        padding-bottom: 80px;
    }
}

footer .wrap {
    display: table;
    width: 100%;
}

footer .wrap:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 767px) {
    footer .wrap {
        display: block;
    }
}

footer .wrap .company-wrap {
    display: table-cell;
    width: 50%;
    height: 100%;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    footer .wrap .company-wrap {
        display: block;
        width: 100%;
    }
}

footer .wrap .company-wrap:nth-child(1) {
    background-color: #dcdcdc;
}

footer .wrap .company-wrap:nth-child(2) {
    background-color: #eaeaea;
}

footer .wrap .company-wrap:nth-child(1) .company {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    footer .wrap .company-wrap:nth-child(1) .company {
        padding: 80px 20px 20px 20px;
    }
}

footer .wrap .company-wrap:nth-child(1) .company .logo {
    margin-top: -23px;
}

@media screen and (max-width: 767px) {
    footer .wrap .company-wrap:nth-child(1) .company .logo {
        margin-top: 0;
        position: relative;
        left: 0px;
        z-index: 1;
    }
}

footer .wrap .company-wrap:nth-child(1) .company .logo img {
    width: 94px;
    height: auto;
}

@media screen and (max-width: 767px) {
    footer .wrap .company-wrap:nth-child(1) .company .logo img {
        width: 100%;
    }
}

footer .wrap .company-wrap:nth-child(2) .company {
    margin-right: auto;
}

footer .wrap .company-wrap:nth-child(2) .company .logo {
    margin-top: -27px;
    left: 20px;
}

@media screen and (max-width: 767px) {
    footer .wrap .company-wrap:nth-child(2) .company .logo {
        margin-top: 0;
        position: relative;
        left: 0px;
        z-index: 1;
    }
}

footer .wrap .company-wrap:nth-child(2) .company .logo img {
    width: 88px;
    height: auto;
}

@media screen and (max-width: 767px) {
    footer .wrap .company-wrap:nth-child(2) .company .logo img {
        width: 100%;
    }
}

footer .wrap .company {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 620px;
    height: 100%;
    padding: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer .wrap .company .logo {
    display: table-cell;
    width: 110px;
    vertical-align: middle;
}

footer .wrap .company .logo img {
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    footer .wrap .company .logo {
        display: block;
        width: 70px;
        margin-right: -70px;
        float: left;
    }

    footer .wrap .company .logo img {
        width: 100%;
        height: auto;
    }
}

footer .wrap .company .exp {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    footer .wrap .company .exp {
        display: block;
        padding-left: 80px;
        float: left;
        font-size: 11px;
    }
}

footer .wrap .company .sns {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
}

footer .wrap .company .sns a {
    background-color: #c3c3c3;
    color: #fff;
    display: inline-block;
    width: 47px;
    border-radius: 47px;
    text-align: center;
    font-size: 25px;
    padding: 9px 0;
}

footer .wrap .company .sns:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 767px) {
    footer .wrap .company .sns {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 20px;
        text-align: center;
    }

    footer .wrap .company .sns a {
        width: 40px;
        border-radius: 40px;
        font-size: 15px;
        padding: 11px 0;
    }
}

footer .wrap .company .sns li {
    margin-left: 10px;
    float: left;
}

footer .wrap .company .sns li img {
    width: 60px;
    height: auto;
}

@media screen and (max-width: 767px) {
    footer .wrap .company .sns li {
        display: inline-block;
        margin-left: 13px;
        float: none;
    }

    footer .wrap .company .sns li img {
        width: 40px;
    }
}

#bottom-menu {
    padding-top: 40px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    #bottom-menu {
        padding-top: 20px;
        margin-bottom: 12px;
        font-size: 12px;
    }
}

#bottom-menu ul {
    list-style: none;
    text-align: center;
}

#bottom-menu ul li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #000;
}

#bottom-menu ul li:last-child {
    border-right: 0;
}

@media screen and (max-width: 767px) {
    #bottom-menu ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#copyright {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
}

#totop {
    position: absolute;
    right: 20px;
    top: 50px;
}

#totop img {
    width: 36px;
    height: auto;
}

@media screen and (max-width: 767px) {
    #totop {
        display: none;
    }
}

aside#side-contents {
    width: 400px;
    padding-top: 40px;
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    aside#side-contents {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 0px;
    }
}

#banners {
    margin-bottom: 30px;
}

#banners .banner {
    margin-bottom: 10px;
}

#banners .banner img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    #banners {
        text-align: center;
        font-size: 0;
    }

    #banners:after {
        content: "";
        display: table;
        clear: both;
    }

    #banners .banner {
        width: 60%;
        height: 100%;
        margin: 10px auto;
        /* float: left; */
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #banners a {
        display: block;
        width: 100%;
        height: 100%;
    }

    #banners .banner:nth-child(1) {
        border-right: 2px solid #fff;
    }

    #banners .banner:nth-child(2) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    #banners .banner:nth-child(3) {
        border-left: 2px solid #fff;
    }
}

.sidepanel01 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
}

.sidepanel01 h3 {
    padding: 15px 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #e80000;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .sidepanel01 h3 {
        padding: 30px 20px 15px 20px;
    }
}

.sidepanel01 .wrap {
    padding: 0px 30px 0px 30px;
}

@media screen and (max-width: 767px) {
    .sidepanel01 .wrap {
        padding: 0px 20px 0px 20px;
    }
}

.sidepanel01 .event {
    display: block;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #dcdcdc;
}

.page-event .event {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
    .sidepanel01 .event {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.sidepanel01 .event time {
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
    vertical-align: top;
    color: #666666;
}

.page-event .event time {
    color: #666;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .sidepanel01 .event time {
        margin-right: 15px;
        font-size: 20px;
    }
}

.sidepanel01 .event .tag {
    display: inline-block;
    padding: 7px 20px;
    background-color: #666666;
    color: #fff;
    font-size: 12px;
    vertical-align: top;
}

.page-event .event .tag {
    display: inline-block;
    padding: 7px 20px;
    background-color: #666;
    color: #fff;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .sidepanel01 .event .tag {
        padding: 5px 20px;
    }
}

.sidepanel01 .event p {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}

.page-event .event p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .sidepanel01 .event p {
        margin-top: 5px;
        font-size: 14px;
    }
}

#event-listbtn {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    #event-listbtn {
        margin-top: 20px;
    }
}

#hotels4change {
    padding: 20px 30px 30px 30px;
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
    #hotels4change {
        padding: 20px 20px 20px 20px;
        margin-bottom: 0;
    }
}

#hotels4change h2 {
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #hotels4change h2 {
        margin-bottom: 5px;
    }
}

#hotels4change h2 img {
    width: 100%;
    max-width: 294px;
    height: auto;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    #hotels4change h2 img {
        width: 210px;
        height: auto;
    }
}

#hotels4change p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    #hotels4change p {
        margin-bottom: 8px;
        line-height: 1.5;
    }
}

#hotels4change #aboutbtn {
    display: block;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    background-image: url('../img/common/arrow2.png?1500977092');
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 8px auto;
}

a.linkmark {
    background-image: url('../img/common/arrow2.png?1500977092');
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 8px auto;
}

@media screen and (max-width: 767px) {
    #hotels4change #aboutbtn {
        margin-bottom: 15px;
        line-height: 1.5;
        background-position: left 5px;
    }
}

#hotels4change form {
    padding-top: 15px;
    border-top: 1px solid #dcdcdc;
}

#hotels4change form .input p {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}

#hotels4change form .input input {
    width: 100%;
    height: 40px;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1) inset;
    border: 0;
    -webkit-appearance: none;
}

#hotels4change form .input input[disabled] {
    background-color: #ccc;
}

@media screen and (max-width: 767px) {
    #hotels4change form .input input {
        padding: 15px 15px 11px;
    }
}

#hotels4change form .check {
    display: inline-block;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #hotels4change form .check {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
}

#hotels4change form .check label {
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    font-weight: bold;
}

#hotels4change form .check label .checkbox {
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    #hotels4change form .check label .checkbox {
        width: 20px;
        height: 20px;
        margin-top: 0;
        vertical-align: top;
    }
}

#hotels4change form .btn.submit {
    width: 206px;
    margin-bottom: 20px;
    float: right;
}

@media screen and (max-width: 767px) {
    #hotels4change form .btn.submit {
        width: 100%;
        float: none;
    }
}

#hotels4change .powered {
    margin-bottom: 0;
    clear: both;
    text-align: right;
    font-size: 12px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    #hotels4change .powered {
        font-size: 10px;
    }
}

#infos {
    padding: 15px 30px;
    background-color: #f5f5f5;
}

#infos:empty {
    background-color: none;
    padding: 0;
}

@media screen and (max-width: 767px) {
    #infos {
        padding: 15px 20px;
    }
}

#infos .info {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
}

#infos .info:after {
    content: "";
    display: table;
    clear: both;
}

#infos .info:last-child {
    border-bottom: 0;
}

#infos .info .img {
    width: 35.3%;
    float: left;
}

#infos .info .img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    #infos .info .img {
        width: 80px;
        margin-right: -80px;
    }
}

#infos .info .text {
    width: 64.7%;
    padding-left: 10px;
    margin-bottom: 0;
    float: left;
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    #infos .info .text {
        width: auto;
        padding-left: 90px;
    }
}

#infos .info .text p {
    margin-bottom: 0;
}

/**
 * News Section
 */
.section__news {
    padding-top: 0px;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .section__news {
        padding-top: 0px;
        margin-bottom: 30px;
    }

    .section__news h2,
    #backnumber h2 {
        padding-left: 20px;
    }
}

.section__news ul {
    margin-top: -20px;
    list-style: none;
}

@media screen and (max-width: 767px) {
    .section__news ul {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.section__news ul li .wrap {
    display: table;
    width: 100%;
    min-height: 160px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section__news ul li .wrap:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 767px) {
    .section__news ul li .wrap {
        min-height: 128px;
    }
}

.section__news ul li .wrap .img {
    display: table-cell;
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .section__news ul li .wrap .img {
        width: 70px;
        vertical-align: top;
    }

    .section__news ul li .wrap .img img {
        width: 100%;
        height: auto;
    }
}

.section__news ul li .wrap .text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .section__news ul li .wrap .text {
        padding-left: 10px;
    }
}

.section__news ul li .wrap .text .pickup {
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #e80000;
}

@media screen and (max-width: 767px) {
    .section__news ul li .wrap .text .pickup {
        padding: 4px 10px;
    }
}

.section__news img {
    width: 120px;
    height: auto;
}

.section__news ul li .wrap .text time {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .section__news ul li .wrap .text time {
        margin-bottom: 6px;
    }
}

.section__news ul li .wrap .text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .section__news ul li .wrap .text p {
        font-size: 14px;
    }
}

.section__news .date {
    color: #999;
    font-size: .8em;
    margin-bottom: .5em;
}

.section__news .date span:before {
    content: " - ";
}

.block__back {
    margin-top: 40px;
    text-align: center;
}

.sidepanel__list {
    padding: 22px 0 0;
}

.sidepanel__list li {
    list-style: none;
    margin-bottom: .5em;
}

.sidepanel__list li:last-child {
    margin-bottom: 0;
}

a.linkmark {
    padding-left: 15px;
    background-image: url('../img/common/arrow2.png?1500977092');
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 8px auto;
}

/**
 * WP-Pagenavi
 */
.wp-pagenavi {
    text-align: center;
    margin-bottom: 50px;
}

.wp-pagenavi span,
.wp-pagenavi a.page {
    border: 1px solid #e80000;
}

.wp-pagenavi span,
.wp-pagenavi a {
    padding: 3px 10px;
    font-size: .9em;
    margin: 0 3px;
    color: #666;
}

.wp-pagenavi .current {
    background-color: #F8EFEE;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #e80000;
}

.person__image {
    border-top: 1px solid #E5010C;
    background-color: #f5f5f5;
    padding: 10px;
    float: left;
    margin: 0 10px 10px 0;
}

.person__image img {
    max-width: 240px;
}

.person__image_more {
    margin: 30px 0;
}

.person__image_more img {
    padding: 10px;
    background-color: #f0f0f0;
    margin: 10px;
    width: 25%;
}

@media screen and (max-width: 767px) {
    .person__image_wrap {
        text-align: center;
    }

    .person__image {
        float: none;
        margin: 30px auto;
        display: inline-block;
    }

    .person__image img {
        max-width: 100%;
    }

    .person__image_more img {
        display: block;
        margin: 10px auto;
    }
}

.person__caption {
    font-size: 80%;
    text-align: right;
}

.person__magazine {
    margin-top: 50px;
}

.person__magazine .img {
    float: left;
    margin: 0 10px 10px 0;
}

.person__magazine .img img {
    float: left;
    margin: 0 10px 10px 0;
    width: 170px;
}

.person__magazine .name .tag {
    padding: 3px 18px;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    background-color: #e80000;
}

.person__magazine .soldout {
    background-color: #666;
    font-size: .8em;
    padding: 3px 10px;
    display: inline-block;
    margin-top: -5px;
    margin-left: 10px;
    color: #fff;
}

.list__search {
    margin: 50px 0;
}

.list__search dt {
    margin-bottom: .5em;
}

.list__search dd {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
    margin: 0 0 30px;
}

.link__to_top {
    text-align: center;
    margin-top: 50px;
}

.iframe {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

/**
 * Form
 */
.form__contact dt {
    margin-bottom: .5em;
    font-weight: 300;
    border-left: 3px solid #e80000;
    padding-left: 5px;
}

.form__contact dd {
    padding: 0;
    margin: 0 0 1.5em;
}

.form__contact input[type=text],
.form__contact input[type=email],
.form__contact input[type=tel] {
    font-size: 18px;
    padding: 5px;
    width: 95%;
    line-height: 1;
}

.form__contact textarea {
    width: 95%;
    padding: 10px;
}

.form__contact input[type=submit] {
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid #e80000;
    border-radius: 3px;
    cursor: pointer;
}

.mw_wp_form .form__contact .error {
    color: #e80000;
}

.form__contact input[type=submit].btn__back {
    margin-right: 10px;
    border: none;

}

/** 今月の人 **/
.list__vendor {
    margin-top: 50px;
}

.list__vendor dt {
    margin-bottom: 1em;
    clear: both;
}

.list__vendor_icon {
    width: 100px;
    background-color: #f0f0f0;
    font-size: 80%;
    text-align: center;
    float: left;
    font-weight: normal;
    padding: 3px 0;
}

.list__vendor dt p {
    margin-left: 110px;
}

.list__vendor dd {
    margin: 0 0 30px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
    clear: both;
}

.list__vendor dd:last-child {
    border: none;
}

.list__vendor img {
    width: 100px;
    height: auto;
    float: left;
    margin: 0 10px 10px 0;
}

/** magazine */
.list__magazine_toc dt {
    margin-bottom: .5em;
    border-left: 2px solid #e80000;
    padding-left: 10px;
}

.list__magazine_toc dd {
    margin: 0 0 20px;
}

.list__magazine_interview dt span {
    background-color: #f0f0f0;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: .8em;
}

@media screen and (max-width: 767px) {
    .list__magazine_interview dt span {
        display: block;
        margin-bottom: .5em;
    }
}

.list__magazine_interview dt {
    margin-bottom: 1em;
    line-height: 2;
}

.list__magazine_interview dd {
    margin: 0 0 20px;
}

.list__buy {
    list-style: none;
}

.-onlySP {
    display: none;
}
.-onlyPC {
    display: block;
}

.-only1200 {
    display: none;
}

@media screen and (max-width: 767px) {
    .-onlySP {
        display: block;
    }
    .-onlyPC {
        display: none;
    }
}

.list__sitemap dt {
    margin: 1em 0;
    background-color: #eee;
    padding: 10px 15px;
}

.list__sitemap dd {
    margin-left: 30px;
}

.list__sitemap dd {
    margin-bottom: 0;
}

.list__sitemap ul {
    margin: 0;
}

.list__sitemap dd ul li:before {
    content: '';
}

.list__sitemap_other li > ul {
    margin-top: .5em;
}

.buy__station {
    margin-top: 1em;
    margin-bottom: 0;
}

.buy__detail {
    margin-left: 1em;
    margin-bottom: .5em;
}

.buy__title {
    margin-bottom: .5em;
}

.buy__box {
    margin-bottom: 2em;
}

.buy__box h4 {
    clear: both;
}

/* Profile */
.profile__image {
    width: 200px;
}

.profile__detail {
    margin-left: 210px;
}

@media screen and (max-width: 767px) {
    .profile__detail {
        margin-left: 0;
    }
}

#map {
    height: 600px;
}

.mt-20 {
    margin-top: 20px;
}

.cart__count {
    text-align: center;
    margin-top: 20px;
}
.cart__count span {
    font-size: 1.5em;
}

.footer_cart {
    background-color: #F5F5F5;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    border-top: 3px solid #e80000;
    padding: 10px 20px;
    box-sizing: border-box;
}
.footer_cart p {
    float: left;
    margin: 0;
}
.footer_cart button {
    float: right;

}
.btn-small {
    width: auto;
    height: auto;
    margin: 0;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 0;
}

.buy_button .wp_cart_button_wrapper input[type=submit] {
    background-color: #e80000;
    color: #fff;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .buy_button .wspsc_add_cart_submit {
        padding: 0;
    }
}

.embed-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.embed-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}