/*
    MAIN STYLE
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
## Galleries
--------------------------------------------------------------*/

@font-face {
     font-family: 'Font Awesome 5 Brands';
     font-style: normal;
     font-weight: 400;
     src: url("/wordpress/wp-content/themes/jiqoo/assets/fonts/webfonts/fa-brands-400.woff2") format("woff2");
     font-display: swap;
 }

 @font-face {
     font-family: 'Font Awesome 5 Free';
     font-style: normal;
     font-weight: 900;
     src:url("/wordpress/wp-content/themes/jiqoo/assets/fonts/webfonts/fa-regular-400.woff2") format("woff2"),
         url("/wordpress/wp-content/themes/jiqoo/assets/fonts/webfonts/fa-solid-900.woff2") format("woff2");
     font-display: swap;
 }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

::-moz-selection {
    /* Code for Firefox */
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #777777;
    font-weight: 300;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777777;
    opacity: 1;
    font-weight: 300;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777777;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777;
    font-weight: 300;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777777;
    font-weight: 300;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    background-color: #fff;
    color: #333;
    font-weight: 400;
    line-height: 1.625em;
    position: relative;
    word-wrap: break-word;

    width:100%;
    background:      line-height: 1;
    font: 13px/1.231 arial, helvetica, clean, sans-serif;
    *font: x-small;
    background: #fff;
    color: #333;
    /*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;*/
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-text-size-adjust: 100%;


}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

select {
    display: block;
}

figure {
    margin: 0;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    text-decoration: none;
    outline: 0;
}

.card-panel {
    margin: 0;
    padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
    font-size: 1em;
    line-height: inherit;
}

.gray-bg {
    background: #f9f9ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    color: #222222;
    line-height: 1.2em !important;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #222222;
}

h1,
.h1 {
    font-size:.85rem;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

td,
th {
    border-radius: 0px;
}


/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 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
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    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 in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 4px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

blockquote p {
    font-style: italic;
    padding: 15px 0px 5px 15px;
    margin-bottom: 0px;
    color: #333;
    font-weight: 400;
}

blockquote cite {
    padding-top: 7px;
    display: inline-block;
    font-weight: 700;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}


hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}


ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}


dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

table td,
table th {
    border: 1px solid #767676;
    padding: 15px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    background: #222;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 1em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/

.nav-previous,
.nav-next {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
}

.nav-previous a,
.nav-next a {
    font-weight: 500;
}

.nav-txt {
    font-size: 14px;
    font-weight: 700 !important;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.primary-menu>.menu-item {
    text-transform: uppercase;
}

.primary-menu>li {
    display: inline-block;
}

.is-active .primary-menu>li {
    display: block;
}

.main-navigation ul {
    list-style: none;
}

.sub-menu li {
    text-transform: capitalize;
    border-bottom: 1px solid #e3e3e3;
}

.sub-menu li:last-child {
    border-bottom: none;
}


.main-navigation .arrow:before {
    margin-left: 5px;
    display: inline;
    font-family: "Linearicons-Free";
    height: auto;
    content: "\e874";
    font-weight: 600;
    text-shadow: none;
    width: 10px;
    display: inline-block;
    font-size: 10px;
}

.is-active.main-navigation .arrow {
    float: right;
}

.sub-menu .arrow:before {
    margin-left: 5px;
    display: inline;
    font-family: "Linearicons-Free";
    height: auto;
    content: "\e876";
    float: right;
    font-weight: 600;
    text-shadow: none;
    width: 10px;
    display: inline-block;
    font-size: 10px;
}


@media (max-width: 991px) {
    .main-navigation {
        position: fixed;
        top: 45px;
        left: -100%;
        z-index: 9999;
        width: 100%;
        max-width: -webkit-calc(100%-40px);
        max-width: calc(100%-10px);
        height: 100%;
        padding: 20px 0px 20px 20px;
        overflow-y: scroll;
        overflow-x: hidden;
        background: #f4f7f6;
    }

    .logged-in.page .main-navigation,
    .logged-in .main-navigation {
        margin-top: 48px !important;
    }

    .main-navigation.is-active {
        left: 0;
        text-align: left;
    }

    .main-navigation ul li ul {
        display: none !important;
    }


    .primary-menu>li {
        border-bottom: 1px solid #fff;
        
    }
    .primary-menu>li .submenu> a{
        width:100%;
    }

    ul.primary-menu li.menu-item-has-children>ul.sub-menu {
        padding-left: 0px;
    }

    .sub-menu.show {
        display: block !important;
    }

}

@media screen and (max-width: 480px) {
    .main-navigation {
        max-width: -webkit-calc(100% - 80px);
        max-width: calc(100% - 80px);
    }
}

.close-navigation,
.hamburger-menu {
    display: none !important;
}

@media(max-width:991px) {

    .close-navigation,
    .hamburger-menu {
        display: inline-block !important;
    }

}

ul.primary-menu li {
    position: relative;
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
}

ul.primary-menu li a {
    display: block;
    text-decoration: none;
    outline: none;
    -webkit-transition: color .5s;
    transition: color .5s;
    color: #000;
    padding: 12px 16px;
}

ul.primary-menu li a:hover,
ul.primary-menu li.current-menu-item> a,
ul.primary-menu li.current-menu-parent> a,
ul.primary-menu li:hover>a {
    color: #111;
    background:#fff;
}

ul.primary-menu li a:hover,
ul.primary-menu li.current-menu-item a,
ul.primary-menu li:hover>a {
    color: #d70724;
    /*border-bottom:6px solid #d70724;*/
}

@media (min-width: 991px) {
    ul.primary-menu li ul {
        box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
        position: absolute;
        top: -webkit-calc(100% + 30px);
        top: calc(100% + 30px);
        left: 0;
        z-index: 999;
        width: 220px;
        height: auto;
        padding: 0;
        border-bottom: 0;
        text-align: left;
        background: #f4f7f6;
        display: none !important;
        opacity: 0;

    }

    ul.primary-menu li:hover>ul {
        top: 100%;
        display: block !important;
        opacity: 1;
        -webkit-animation: slide-down .5s ease-out;
        -moz-animation: slide-down .5s ease-out;

    }

    @-webkit-keyframes slide-down {
        0% {
            opacity: 0;
            -webkit-transform: translateY(3%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes slide-down {
        0% {
            opacity: 0;
            -moz-transform: translateY(3%);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }
}

ul.primary-menu li:hover>ul {
    display: block;
}


ul.primary-menu li li {
    height: auto !important;
}

ul.primary-menu li li a {
    width: 100%;
}

ul.primary-menu li li ul {
    top: 20px;
    left: 100%;
}

ul.primary-menu li li:hover>ul {
    top: -1px;
}

/*
  Hamburger Menu
----------------------------------------*/

/*
  Hamburger Menu
----------------------------------------*/
.hamburger-menu {

    display: inline-block;

    margin-left: 2px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;


    float:right;
    position: static;
    width: 115px;
    height: 40px;
    background:#d70724;
    color:#fff;
    right: auto;
    padding:5px;
    cursor:pointer;

}

.hamburger-menu span {
    display: block;

    height: 2px;


    opacity: 1;

    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;

    position: absolute;
    width: 40px;
    left: auto;
    margin-left:60px;
    background: #fff;

}

.hamburger-menu span:nth-child(1) {
    top: 22px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 29px;
}

.hamburger-menu span:nth-child(4) {
    top: 36px;
}

.hamburger-menu.cross span:nth-child(1) {
    top: 38px;
    width: 0;
    left: 0%;
}

.hamburger-menu.cross span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger-menu.cross span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger-menu.cross span:nth-child(4) {
    top: 38px;
    width: 0;
    left: 0%;
}

.close-navigation {
    top: 24px;
    right: 0px;
    z-index: 9999;
    width: 48px;
    height: 48px;
}
.close-navigation span {
    font-size: 36px;
}

.body-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .6);
}

.body-overlay.is-active {
    opacity: 0.8 !important;
    visibility: visible !important;
}

.transition-5s {
    -webkit-transition: all .5s;
    transition: all .5s;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.aligncenter .twitter-tweet {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-gallery {
    margin-left: 0;
    margin-bottom: 1.2em;
}

.wp-block-image figcaption {
    font-size: 15px;
    margin-top: 1em;
}

.entry-content .wp-block-gallery {
    padding-left: 0;
}
.site-header{
    display: inline;
    padding:5px 0;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
/*.site-header:before,
.site-header:after,*/
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.entry-content h2 {
    padding-bottom: 0.8em;
}

.entry-content ul,
.entry-content ol,
.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 2em;
}

.wp-block-gallery {
    margin: 0px !important;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 2em;
    /* Make sure select elements fit in widgets. */
}


.widget:last-child {
    margin-bottom: 0px;
}

.widget select {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 1rem;
}

.hidden {
    display: none !important;
}

.search-form {
    position: relative
}

.search-form input {
    padding-right: 40px;
    border-radius: 0px;
    padding-left: 15px;
}

.search-form span {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 38px;
    text-align: center
}

.widget-title {
    font-size: 20px;
    text-transform: uppercase;

    border-left:20px solid #d70724;
    border-bottom: 1px solid #111;
    padding:.2rem .5rem;
    margin-bottom: .5rem;

}


.widget-title:after {
    content: "";
    width: 40px;
    height: 3px;

    left: 0;
    position: relative;
    display: block;
    top: 10px;
    background-color:transparent;
}


.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child {
    border-bottom: none;
}

.haschildren {
    display: inline-block !important;
    margin-bottom: 0px;
}

.haschildren .children {
    margin-top: 20px;
}

.haschildren .children li {
    border-bottom: none !important;
}

.haschildren .children li:last-child {
    margin-bottom: 0px;
}

.widget_archive ul li:last-child {
    border-bottom: none;
}

.widget_calendar table {
    margin: 0px;
}

.widget_calendar table th,
.widget_calendar table td {
    text-align: center;
}

.widget_calendar table th {
    background: #222;
    color: #fff;
    border: 1px solid #ffffff;
    padding: 10px;
}

.widget_calendar table td {
    border: 1px solid #eee;
    padding: 9px;
}

@media(max-width: 1200px) and (min-width: 992px) {
    .widget_calendar table td {
        padding: 6px;
    }
}


.widget_calendar table td a {
    font-weight: 700;
}

.widget_calendar caption {
    text-align: center;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
}

.widget_recent_comments ul li,
.widget_rss ul li,
.widget_nav_menu ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    list-style: none;
}

.widget_recent_comments ul li:last-child,
.widget_rss ul li:last-child,
.widget_nav_menu ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_recent_comments ul li span,
.widget_rss cite {
    font-weight: 500;
}

.widget_recent_comments .comment-author-link a {
    text-decoration: none;
}

.widget_recent_comments ul li a {
    text-decoration: underline;
}

.widget_recent_entries ul li,
.widget_meta ul li {
    list-style: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.header-section {
    padding: 30px 0px;
    text-align: center;
    background-color: #fff;
}

.site-branding {
    margin-bottom: 0px;
    margin-top:0px;
    margin:0px;
    height:60px;
    width:auto;
}

.site-description {
    margin-bottom: 0px;
}

@media(max-width: 991px) {
    .site-header {
        position: relative;
        display: flex;
        align-items: center;
    }

    .header-section {
        text-align: left;
        padding: 0px;
    }

    .site-branding {
        display: inline-block;
        margin-bottom: 0px;
        width: 210px;
    }
}

.site-title {
    margin-top: 0px;
}

.page-header {
    margin-bottom: 2em;
    padding: 10px 30px;
    background: #fff;
    box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
    border: 1px solid #ddd;
}

.archive-description p {
    margin-bottom: 0px;
}

.main-content-section {
    padding: 60px 0px;
    overflow:hidden;
    margin:0;
    padding-top:1rem !important;
    background: #fff;
    width:100%;
}

.footer-section {
    background-color: #fff;
    padding: 30px 0px;
    text-align: center;
}

.widget,
.post,
.content-area .page,
.not-found {
    background: #fff;
    padding: 30px;
    box-shadow: none;
}

.page-numbers {
    background: white;
    padding: 10px;
    min-width: 40px;
    display: inline-block;
    text-align: center;
    margin: 1px;
    font-weight: 600;
    box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
}

.page-numbers:hover {
    background: #222;
    color: #fff;
}


.page-numbers.current {
    background: #222;
    color: #fff;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
    background: #333 !important;
    color: #fff;
}

.sticky h2,
.sticky a {
    color: #fff;
}

.hentry {
    margin: 0 0 2em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: .5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    font-weight: 700;
    text-transform: uppercase;
}

.page-links {
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0px;
    margin-top: 30px;
}

.page-links a {
    background: black;
    padding: 10px 15px;
    font-weight: 700;
    color: #fff;
    margin: 8px;
}

.post-password-form #pwbox-131 {
    padding: 8px;
}

.post-password-form label {
    margin-bottom: 0px;
}

.post-password-form p:last-child {
    display: flex;
    align-items: center;
}

@media(max-width: 991px) {
    .dope-pagination {
        margin-bottom: 30px;
    }
}

.post,
.page {
    padding: 0px !important;
}

.post-thumbnail img {
    width: 100%;
}

.wrap-content {
    padding:0;
}

.wrap-entry-meta {
    /*display: flex;*/
    display: none;
    align-items: center;
    margin: 20px 0px;
}

.single .wrap-entry-meta,.page .wrap-entry-meta {
    background: #f4f7f6;
    margin-top: 0px !important;
    padding: 20px;
}

.wrap-entry-meta .posted-on {
    font-weight: 400;
}

.wrap-entry-meta .byline {
    font-weight: 600;
}


.entry-avatar {
    margin-right: 10px;
}

.entry-avatar img {
    border-radius: 50px;
    box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
}

.user-details{
    display: flex;
    justify-content: space-between;
}

.single-post .entry-footer{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 30px;
}

.author-wrap{
    background:#fff;
    box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
    padding:30px;
    margin-bottom: 30px;
}

.author-img,.author-details{
    display: table-cell;
    vertical-align: middle;
}

@media(max-width: 600px){
    .author-img,.author-details{
        display:block;
        padding-left: 0px !important;
    }
}

.author-img img{
    max-width: inherit;
    display: block;
    border-radius: 100%;
}

.author-details{
    padding-left: 30px;
}

.author-details p{
    margin-bottom: 0px;
    margin-top: 10px;
}


@media(max-width:480px) {
    .entry-title {
        font-size: 22px;
    }

    .entry-category .cat-links a {
        font-size: 14px !important;
    }

    .entry-content p {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
    margin-top: 30px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


.comment-content {
    padding: 20px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-body {
    width: 100%;
}

.comment-body .pull-left {
    padding-right: 1rem;
}

.comment-list .media-body {
    word-break: break-word;
    box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
}

.comment-list .comment {
    display: block;
}

.comment-list {
    padding-left: 0;
}

.comment-list .card {
    border-radius: 0px;
    border: none;
}

.comment-list .card-header {
    border: none;
    border-radius: 0px;
    background: #eee;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.comment-reply {
    font-weight: 600;
    font-size: 14px;
}

.children {
    padding-left: 30px;
}

.comment-meta a {
    font-size: 12px;
    font-weight: 600;
}

.comment-list .card-footer {
    border: none;
    background: #eee;
    font-weight: 600;
}

.comment-list .fn {
    font-style: inherit;
}

.comments-title {
    font-size: 25px;
    margin: 0 0 1.5em;
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
}

.post-navigation {
    display: flow-root;
}

.comment-navigation {
    margin-bottom: 30px;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
    font-size: 14px;
    font-weight: 700 !important;
    text-transform: uppercase;
    display: block;
}

.comment-content .card-block {
    padding: 20px;
}

.comment-respond .form-control {
    border-radius: 0px;
}

.comment-respond input[type="text"] {
    padding-left: 15px;
}

.form-submit .btn-primary {
    border-radius: 0px;
}

.comment-form-author,.comment-form-email,.comment-form-url{
    display:grid;
}

.form-submit .btn-primary:hover {
    background: #222;
}

@media(min-width: 768px) {
    .nav-previous {
        border-right: 2px solid #eee
    }

    .nav-next {
        border-left: 2px solid #eee
    }
}

@media(max-width: 767px) {
    .nav-previous {
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Scroll-top
--------------------------------------------------------------*/
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: none;
    background: #d70724;
    border:2px solid #fff;
    border-radius: 3px;/*
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    */
    margin-bottom:1rem;
}

/*--------------------------------------------------------------
## chat button
--------------------------------------------------------------*/
#chat-button{
    display: none;
    min-width: 40px;

    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 999;


    /*
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 1px 7px;
    height: 40px;
    line-height: 40px;
    background: #FF9800;
    color: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);

    border:2px solid #fff;
    border-radius: 3px;
    */
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin-bottom:1rem;
}




/*--------------------------------------------------------------
## MY style
--------------------------------------------------------------*/

/*
main.cssを上書きしてる

* jiqoo red #d70724
        fancy red #ff6550
        blue #1fcdff
        yellow #f5ca59
* */

.hide{
    display:none;
}

/*lazysizes.js*/
.lazyload, .lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 1000ms;
}


/*見出し*/
.entry-title,.wp-show-posts-entry-title,.widget_recent_entries ul li{
    font-size:1.3rem;
    border-left:20px solid #d70724;
    margin-bottom:.1rem;
    padding:.5rem;
    font-weight:normal;
    background:#fff;
    color:#222; 
    font-weight: bold;
    border-bottom:1px solid #333;
}
.entry-title a,.wp-show-posts .wp-show-posts-entry-title a,.widget_recent_entries ul li a{
    width: 100%;
    color:#222; 
}
.entry-title a:hover,.wp-show-posts .wp-show-posts-entry-title a:hover,.widget_recent_entries ul li a:hover{
    color:#f00; 
}

/*topページ　タイトル非表示*/
.home .entry-title{
    display:none;
}
.home h3{
    text-decoration: none;
    font-weight: normal;
    font-size: 1.3rem;
    margin-bottom:1rem;
    margin-left: .1rem;
}




/*記事一覧 plugn wp-show-posts を使用*/
.wp-show-posts .wp-show-posts-entry-date,.wp-show-posts .wp-show-posts-terms{
    float:right;
}
.wp-show-posts .wpsp-read-more{
    width:100%;
    text-align: right;
}
/*-----------------------------------*/

a.post-edit-link{
    background:#ccff00;
    font-weight: 600;
    padding:1rem;
    margin:1rem;
}
#page{
    width: 100%;
}
.site-title,.custom-logo-link{
    float:left;
}


#content{
    margin:0;
    padding:0;
    padding-top:2rem;
    background:#fff;
}

.bottomline{
    border-bottom:4px solid #d70724;
}

.site-main,.widget{
    text-align: left;   
}
.entry-category{
    display: none;

}


/*animated modal*/
.btn-close-modal {
    width:100%;
    padding:.5rem;
    text-align: right;
    cursor:pointer;
    color:#4f505e;
    font-size:2.2rem;
}

.btn-xl {
    padding: 18px 28px;
    /*font-size: 28px; */
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.searchbtnfix{
    padding: 1rem;
    border-top:6px solid #111;
    font-size:1rem;
}

/* modai scroll fix for safari. apply to [body]*/
/*safariのみスタイル適用
chromeでmodal開く=>なぜか勝手に閉じる=>以降ページスクロールできない現象が起こったため*/
_::-webkit-full-page-media, _:future, :.showing_modal {
  position: fixed;
  overflow: hidden;
}
/************ HEADER / MENU **********/




.adx{
    overflow: hidden;
    padding:0;
}


.roof{
    display:block;
    height:40px;
    width:100%;
}
.ddlang{
    padding-top:1rem;
}
#google_translate_element{
    float:right;
    padding:0px 0px 0px 10px;
}
.ddlang,#google_translate_element{
    /*display:none;*/
    margin:0;
}




/*スマホメニューの横幅*/
#site-navigation{
    background:#fff;
    padding:0;
    top:22px;/*スマホメニュー　スライド上部位置*/
    z-index: 10000000 !important;
}


#primary-menu{
    height: 1000px; /*スマホメニュー全開の時の高さ*/
    font-size:0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background:transparent;

}

/*スマホ メニューとメニュ-の隙間*/
#primary-menu li{
    margin:0;
    padding:0;
}

.primary-menu>li{
    background:transparent;
    padding:0 .1rem;
    margin-bottom:-0.1rem;  
    border-right:2px solid #F9F9F9;
    border-bottom: 1px solid #333;
}
.primary-menu>li:first-child {
    border-left:2px solid #fff;
}

.primary-menu>li> a{
    color:#111;
    line-height:2rem;
    font-size:1rem;
}

.primary-menu>li a:hover{
    background:#fff;    
    color:#d70724;
}
#primary-menu li:first a{
    display: inline;
}

ul.primary-menu li ul{
    padding:0;
    background:transparent;
    width:100%;
}

ul.primary-menu li li{
    padding:0;
    width: 100%;
}

ul.primary-menu li li a{
    width:15vw;
    background:#fff;
    font-weight:normal;

}

ul.primary-menu li a {
    color:#111;
    -webkit-transition: color .1s;
    font-size: 1rem;
}
ul.primary-menu li li a{/*2階層目*/
    font-size: .85rem;
}

ul.primary-menu li a:hover, ul.primary-menu li.current-menu-item a, ul.primary-menu li:hover > a {

    color: #d70724;
    /*border-bottom: 6px solid #d70724;*/

}
ul.primary-menu li a:hover, ul.primary-menu li.current-menu-item > a, ul.primary-menu li.current-menu-parent > a, ul.primary-menu li:hover > a {

    color: #d70724;
    background: #fff;

}



.primary-menu > li a:hover {

    background: #fff;
    color: #d70724;

}
ul.primary-menu li a {

    color: #111;
    -webkit-transition: color .1s;

}

.order-lg-1{
    padding:0
}

.animated-modal-content .container{
    height:100vh;

    overflow: auto;
    overflow-y:scroll;
    padding:1rem;
}

#searchs {
    color:#333f48;
    box-sizing:border-box;
    border:3px solid #fff;
    border-radius:10px;
    font-size:2rem;
    background: #fff;
    padding:5px;
    font-family:'Noto Sans Japanese',sans-serif;
    font-weight:700;
    background-position:19px center;
    background-repeat:no-repeat;
    background-size:20px 20px;
}
#searchs input{
    font-size:1.5rem;
    border:none;

}
.search-form input {
    padding-right: 10px;
    border-radius: 0px;
    padding-left: 15px;
}
#searchs input-placeholder {
    opacity:0.7;
    color:#d6d9da;
}



.hamburger-menu div{
    font-weight: bold;
    line-height: 30px;
}

#header-menu{
    width:100%;
    padding:.5rem 3px;
    margin-bottom:0px;
    height:70px;
    background: #fff;
    transition: .5s;
    overflow: hidden;
}

#header-menu .hide{
    transform: translateY(-100%);
}

/*SIDE COLUMN*/
.col-side{
    background:#fff;
    text-align:center;
}
.col-side a img{
    margin-bottom:1rem;
}


.modal-dialog-fluid {
  max-width: inherit;
  width: 70%;
  margin: auto;
  margin-top:2rem;
}

/************** TOP  ****************************/

/*トップインフォメーション(ブログ更新情報)*/
#topinfo{
    margin-bottom: 1rem;
    
}
#topinfo .date{
    margin:0 15px 0 0px;
    line-height:150%;
    color:#FF0051;
}

/*トップ巨大バナー*/
#imgtop{
    position:relative;
}

/*コンテンツ　アイコン群
ベースはbootstrap4の card を使って組んでいる
*/
.home .list-group .fa-stack{
    font-size:2vw;
}
.home .list-group .fa-bullseye{
    margin-top: -0.7vw;
}
.home .card-img-overlay{
  padding: 0;
  text-align: center;
  font-weight: bold;
  background: rgba(0,0,0,0.8);
}
.home .card-img-overlay:hover{
    background: rgba(0,0,0,0);
}

.home .card-img-overlay i:hover,.home .card-img-overlay .fa-stack:hover,.home .card-img-overlay .fa-stack span:hover{
    color:rgba(255,255,255,0.3);
}

.home .card-img-overlay p{
    width:100%;
    background-color: rgba( 244, 63, 63, 0.85 );
    padding:.5em;
    margin:0;
    margin-top: 1vw;
    font-size:1.5vw;
}

.home .card a p:hover{
    background-color: rgba( 224, 15, 15, 0.85 );
}

.home .card-img-overlay i,.home .card-img-overlay .fa-stack{
    color:rgba(255,255,255,0.85);
    font-size: 10vw;
}

.home .card-img-overlay .fa-stack{
    font-size: 5.5vw;
}
.home .card-img-overlay .fa-bullseye{
    margin-top: -1vw;
}


.home .card-img-overlay .fa-inverse{
    font-weight:bold;
    color: #222;
    background:transparent;
}

.home .jdesc{
    font-size: 1.3vw;
}

/* 探してみよう　自遊空間 */
.JP-homeHeroScroll {
    opacity:1;
    text-align:center;
    z-index:2;
    position:absolute;
    left:50%;
    bottom:45px;
    margin-left:-265px;
    -webkit-transition-duration:0.4s;
    transition-duration:0.4s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.JP-homeHeroScroll.is-scroll {
    opacity:0;
}

.JP-homeHeroScroll a {
    position:relative;
    display:block;
    padding:10px;
    font-size:1.4rem;
    font-weight:700;
    color:#fff;
    background:#ddd;
    background-color: rgba( 0, 0, 0, 0.35 );

}

.JP-homeHeroScroll a::before {
    content:'';
    display:inline-block;
    position:absolute;
    top:-24px;
    left:50%;
    width:20px;
    height:20px;
    margin-left:-10px;
    border-left:7px solid #fff;
    border-bottom:7px solid #fff;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-animation:scrollIcon 2s infinite;
    animation:scrollIcon 2s infinite;
    box-sizing:border-box;
}
@-webkit-keyframes scrollIcon {
    0% {
        top:-24px;
    }
    20% {
        top:-14px;
    }
    40% {
        top:-24px;
    }
}

@keyframes scrollIcon {
    0% {
        top:-24px;
    }
    20% {
        top:-14px;
    }
    40% {
        top:-24px;
    }
}

.JP-homeHeroScroll a {
    position: relative;
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-weight: 700;
    color: #fff;
}
.JP-homeHeroScroll a:hover {
    text-decoration:none;
    color:#fff;
    background-color: rgba( 240, 75, 75, 0.35 );
}


#slideshow{
  margin-top: .5rem;
}
.slick-list{
    text-align: center;
}
.slick-slider{
    overflow: hidden;
}
.slick-arrow{
    background: rgba(0, 0, 0, 0);
}
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.prev-arrow {
  left: 0;
  z-index: 10;
}
.next-arrow {
  right: 0;
}
.prev-arrow {
  left: 0;
  z-index: 10;
}

/*wpのプラグインを介して直にHTMLに埋め込んでもなぜか空になるのでここに記述*/
.slide-arrow i{
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


/*
.slick-dots{
  display:none;
}
*/

/************** SHOP INFO  ****************************/

#shopinfo dl,#shopinfo dt,#shopinfo dd{
    margin:0;
    padding:0;  
}
#shopinfo dl{
}
#shopinfo dd{


}


#shopinfo{
    font-size:1rem;
    margin-bottom:10rem;
}
#maps{

}
#maps a{
}
#maps #seatmap{

}
#maps .rmap{
    margin:0px 2px 2px 2px;
}


div#shopinfo dl{
    /*margin:5px 0px;*/
}

div#shopinfo dt{
  
  padding:.1em 0 0 0;
  font-weight:bold;
    color:#d70724;

}

div#shopinfo dd{
    margin-bottom:2rem;
    word-break:break-word;
    float:right;
}

.news li{
    padding:0px 10px 10px 10px;
    font-size:0.9rem;
    line-height:1.2rem;
}
.news li p{
    font-weight:bold;
    margin:0;
}
.news .date{
    text-decoration:normal;
    width:75px;
}
.news .subject{
    font-weight:bold;
    color:#1529eb;
    margin:.5em 0;
}
.news .title{
    width:400px;
}
.news div.newssubj{
    font-size:1.2rem;
    margin-bottom:5px;
}

.news li a{
    display:block;
    color:#222;
    text-decoration:none;
}
* html.news li a{
    width:100%;
}
.news li a:hover{
    background:#FFF9FF;
}
.news div.next{
    width:100%;
    text-align:right;
    color:#f00;
    text-decoration:underline;
}

.news em{
    font-size:1.2rem;
    font-weight:bold;
    color:#CB1B45;
    background:#FEDFE1;
    padding:0.2em;
    margin:0.5em 0;

}
.news i{
    font-weight:bold;
    color:#DB4D6D;
}


/************** SHOP LIST  ****************************/
#modalShop{
  height: 100vh !important;
  overflow-y: hidden !important;
}


.srcrslt{
    font-size:.8rem;

}

#areabtns{
    margin:0 0 1em 0;
}
#areabtns a{
    margin:1px;
}

.srcrslt-wrap{
    /*position: fixed;*/
}
#modalmobile{
    padding-bottom:2rem;
}
#modalmobile .modal-body {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#modalmobile .modal-body::-webkit-scrollbar {
    display:none;
}
#modalmobile .srcrslt{

}
#modalmobile .container{
  height: 100vh;
  overflow:scroll;
  -webkit-overflow-scrolling:touch;
  overflow-scrolling:touch;  
  background: #fff;
}

.srcrslt p{
    font-size:.8rem;
    font-weight:bold;
}
.srcrslt ul{
    padding-bottom:3em
}
.srcrslt li{
    margin-bottom:.5rem;
    margin-left: -1.5rem;
    list-style-type: none;
}

.srcrslt li p{
    margin:0px;
    color:#111;
}
.srcrslt li>a{
    display:block;
    font-size:.6rem;
    padding:1rem;
    background:#F9F9F9;
    text-decoration: none;
    color:#555;
    border-left:5px solid #969696;
    -webkit-border-radius: 0px 0px  10px 2px/ 0px 0px 10px 2px;
    -moz-border-radius: 0px 0px  10px 2px/ 0px 0px 10px 2px;
    -ms-border-radius: 0px 0px  10px 2px/ 0px 0px 10px 2px;
    -o-border-radius: 0px 0px  10px 2px/ 0px 0px 10px 2px;
    border-radius:0px 0px  10px 2px/ 0px 0px 10px 2px;
    position:relative;
    behavior:url("PIE/PIE.htc");
}
/*
* html .srcrslt li>a{
    width:96%;
}
*/
.srcrslt li>a:hover{
    background:#FFF9FF;
    border-left:5px solid #f00;
}

/*汎用ショップリスト 上書き*/
.shop p{
    margin-bottom:.5rem !important;

}
/******************　SHOP SEARCH　*********************/

#jiqoosearchPlus{
    border:4px solid #0069D9;
    padding:1em 0;
}


#jiqoosearchPlus form{
    margin-bottom:2rem;
}


#jiqoosearchJS{

}
#jiqoosearchJS h4{
    margin:0;
    padding:.5rem;
    background:#333;
    font-weight:600;
    color:#fff;
    text-align: center;
}

#pref {
    font-size:1.2rem;
    /*
    color:#fff;
    background:#222;
    */
}

/*SEO
select[name="tdfkn"] > option,
select[name="pref"] > option,*/
select[multiple="multiple"] > option{
    display: none;
}


#packU .form-group,#packP .form-group{
    width:100%;
    display:inline-flex;
    min-height:2rem;
    font-size:1rem;
    vertical-align: sub;
}

#packU select,#packP select{
    height:1.5rem;
}

#resultM{
    overflow:hidden;
}
#resultM button{
    border:5px solid #222;
}
#resultM button .btn-danger{
    color:#fff;
}
#resultM button strong{
    color:#222;
    font-size: 1.5rem;
}

#resultM{
    
}

#genz{
    margin:.5em 0;
}

.tsfv{
    padding:0 1rem;
}

.tsfv h4{
    font-weight:normal;
    text-decoration: none;
}


/******************　個別ページ　*********************/

/*TOP PAGE*/


/* 自遊空間とは? */

#about a{
    text-decoration: underline;
    font-size:1rem;
}
#about a:hover{
    color:#f00;
}
div#about h4{
    margin:0;
    padding:3px;
    color:#222;
    border-bottom:2px solid #ea2d41;
    font-size:1rem;
    text-decoration: none;
}
/*
#about .desc div{
    float: right;
}

div#about img{
    float:left;
    margin-right:1rem;
}

div#about div{
    display:block;
    width:500px;
}
div#about p{
    margin:10px 0 0 0;
}
*/
div#about .desc{
    margin-bottom:2rem;
    border:1px dotted #999;
    box-shadow: 3px 3px 3px #eee;
    border-radius:10px;
    position:relative;
}









/* faq */
#faq h3{
    margin:1.5em 0 .5em 0;
}
#faq .well{
    padding:1rem;
    border:1px dotted #ddd;
}

#faq li{
    margin-left:-2rem;
}

#faq a{
    font-weight: normal;
}

/*ことたま*/
#gallery{

}

#gallery a{
    float:left;
    margin:.2rem .3rem;
}

/*フードメニュー*/
#foods{
    
    
}
div.ctg{
    clear : both;
    display:block;
    /*background-color:#eec;*/
    margin:20px auto;
    margin-left:20px;
    margin-bottom:60px;
    overflow: hidden;  
    height: auto; 
}
div.ctg h2{
    float:clear;
}
/*
div.menu{

    margin:5px 5px;
    float:left;
    font: 85% "MS UI Gothic", Osaka; COLOR: #999;
    text-align:left;
}

div.gmenu .menu{
    vertical-align:top;

    min-height:160px;
    margin:12px;
    vertical-align: super;
    padding-bottom: 32767px;  
    margin-bottom: -32767px; 
}

*/
div.menu{
    min-height:300px;
    padding-bottom:1rem;
}

div.menu p{
    margin:5px 0px;
    font: 100% "MS UI Gothic", Osaka; COLOR: #555;
    font-weight:bold;
    text-align:left;
}
div.menu em{
    display:block;
    width:100%;
    text-align: right;
    margin:5px 0;
    font: 96% Arial,sans-serif,"MS UI Gothic", Osaka; COLOR: #777;
}
div.menu em.price{
    text-align:right;
    font-weight:bold;
    color:#aaa;
}

/************** FOOTER  ****************************/
#footertop{
    position: relative;
    height:100px;
    background: url( "/wordpress/wp-content/uploads/2020/08/fotertop-bg.png" ) top left  repeat-x #fff ;
}

.footer-section{
    background:#000;
    color:#fff;
}

#copyright-txt{
    font-size:.8rem;
    margin:2em 0;
}


/*footer menu*/
#footermenu{
    background:#000;
    padding:1em 0;
}

#footermenu .widget{
    margin:0;
    padding:0;
    background:#000;
}

#footermenu h3, #footermenu a,#footermenu  p {
     color: #fff;
}
#footermenu h4 {
     font-size: 1.2rem !important;
     line-height: 1.5rem;
     color:#fff;
     margin-bottom:.3rem;
}


#footeracomenu ul{
  list-style: none;
  margin-left:1rem;
}
#footeracomenu li{
  font-size:1rem;
  margin-bottom: .5rem;
}
#footeracomenu a:hover{
  color:#aaa;
}
#footeracomenu h4{
 font-size: 1.2rem !important;
 line-height: 1.2rem;
 color:#fff;
 margin-bottom:.8rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight:normal;
}
#footeracomenu h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #F5CA59;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#footeracomenu h4:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}





/*Youtube*/

.YouTubeLink {

    background:transparent;
    height:300px;

    /*
    display:-webkit-flex;
    display:flex;
    */
}
.YouTubeLink p{
    white-space: nowrap;
    width:100%;
    color:#fff;
    font-weight:500;
    overflow: hidden;

    padding: .2rem .5rem;
    margin:0;

    background:#111;
}

.YouTubeLink>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.YouTubeLink img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  line-height: 1.0rem;
 float: left;
    display: block;
}


.YouTubeLink a {/*pタグを画像の真ん中に*/
  width:100%;
  height:100%;
  
  position: absolute;
  
  top: 50%;
  left: 50%;
  
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  
  margin:0;
  padding:0;
  
  color: white;
  font-size: 4vw;/*文字サイズ*/
  text-align:center;
  font-family: 'Quicksand',sans-serif;
  background: rgba(0, 0, 0, 0.3);
/*  background:#cfc;*/

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;

}

.YouTubeLink a .fab {/*version bootstrap4*/
  display:block;
  padding-bottom:10px;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.8);
}

.YouTubeLink a:hover{
  background: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color:#f00;
}



section,.widget{
    margin:0;
    padding:0;
}


.form-group option:disabled{
    background: #ccdfff;
    color:#111;
    direction: rtl;
    padding:.5rem 0;
}

input::placeholder {
  color: #eee;
}

/* IE */
input:-ms-input-placeholder {
  color: #eee;
}

/* Edge */
input::-ms-input-placeholder {
  color: #eee;
}



/*:::::  sitemap  */


.sitemap ul li ul {
margin-top: .5em;
margin-bottom: .75em;
margin-left: 48px;
}

.sitemap ul li ul li {
margin-bottom: .25em;
position: relative;
}

.sitemap ul li ul li::before {
content: "";
position: absolute;
top: -0.5em;
left: -16px;
width: 10px;
height: calc(100% + .75em);
border-left: 1px solid #3972b2;
}

.sitemap ul li ul li:last-child::before {
height: calc(1em + .25em);
}

.sitemap ul li ul li::after {
content: "";
position: absolute;
top: .75em;
left: -16px;
width: 10px;
border-bottom: 1px solid #3972b2;
}

.sitemap a{
font-weight: 580;
font-size: 1.2rem;
}
.sitemap p{

color:#666;
}

.sitemap h3{
margin: 2rem 0px 1rem 0px;
border-left:5px solid #d70724;
padding-left: .5rem;
}






/* modal navigation*/

.main-modal-navigation{
    max-width: -webkit-calc(100%-40px);
    max-width: calc(100%-10px);
    height: 100%;
}

.main-modal-navigation ul {
    list-style: none;
}
.main-modal-navigation.is-active {
    left: 0;
    text-align: left;
}

.main-modal-navigation ul li ul {
    display: none !important;
}

.main-modal-navigation ul.primary-menu li {
    width:100%;
}

.main-modal-navigation ul.primary-menu li:hover>ul {
    top: 100%;
    display: block !important;
    opacity: 1;
    -webkit-animation: slide-down 1.5s ease-out;
    -moz-animation: slide-down 1.5s ease-out;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(3%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(3%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}




/************** delighter アニメーション  ****************************/

/*general alaha morphing*/
.row.delighter {
  transition: all 1s ease-out;
  opacity: 0;
}

.row.delighter.started {
  transform: none;
  opacity: 1;
}

.row.delighter.started.ended {
  
}

@media (min-width: 575.98px) {
  .shop-search.delighter {
    transition: all .6s ease-out;
    transform: translateY(-50%);
    opacity: 0;
  }
  .shop-search.delighter.started {
    transform: none;
    opacity: 1;
  }
  .shop-search.delighter.started.ended {
    
  }
}

.lets-play.delighter {
  transition: all .6s ease-out;
  transform: translateX(-100%);
  opacity: 0;
}
.lets-play.delighter.started {
  transform: none;
  opacity: 1;
}
.lets-play.delighter.started.ended {
  
}


.lets-room.delighter {
  transition: all .6s ease-out;
  transform: translateX(200%);
  opacity: 0;
}
.lets-room.delighter.started {
  transform: none;
  opacity: 1;
}
.lets-room.delighter.started.ended {
  
}

/*jippy yuppy*/
#footertop img.delighter {
  transition: all .3s ease-out;
  transform: translateY(-100%);
  opacity: 1;
}
#footertop img.delighter.started {
  transform: none;
  opacity: 1;
}
#footertop img.delighter.started.ended {
  
}





/******************************************  media query  */



/* extra Large devices (desktops, greater than 1200px)*/
@media (min-width: 1199.98px) {

    .primary-menu li>a {
        font-size: 1rem;
    }

    ul.primary-menu li li a{
        font-size: .75rem;
    }
}
@media (min-width: 1125.98px) {

    .primary-menu li>a {
        font-size: 1rem !important;
    }

    ul.primary-menu li li a{
        font-size: .75rem;
    }
}
/* Large devices 
*/
@media (min-width: 991.98px){/* greater  than md  */

    .home h3{
        font-weight: 600;
        font-size: 1.5vw;
    }


    #slideshow{
      margin-top: 1rem;
    }

    #site-navigation{
        top:auto;
    }

    #primary-menu{
        height: auto; 
        overflow: visible;
    float:left;

    }

    #primary-menu li:first-child a{
        /*display: none;*/
    }

    .primary-menu>li{
        border-bottom:none;
    }
    ul.primary-menu li a{
        width:100%;
        font-size: .75rem;
    }
    ul.primary-menu li li a{
        font-size: .65rem;
    }
    .ddlang{
        padding-top:0;
    }

    .ddlang,#google_translate_element{
        display:inline;
        margin:0;
    }
    
    .site-branding{
        width:auto;
        float:left;
    }
    #top-lets-play>p,#top-lets-room>p{
        font-size: 1.2rem;
    }


    #primary-menu li{
        margin:0;
        padding:0 .1rem;

    }
    ul.primary-menu li li>a{
        border: 1px solid #aaa;
        
    }
    .YouTubeLink {
        height:200px;
    }
    .home .card-img-overlay i,.home .card-img-overlay span{
        margin-bottom:1rem;
    }
}



/* Medium devices (tablets, less than md 992px)
このサイズ以下はメニューがハンバーガー
*/
@media (max-width: 991.97px) {


    #top-shop-search{
        background : none;
        background : url() !important;
    }

    .site-branding{
        float:left;
        width:auto;
    }

    .main-navigation {
        top: 98px;/*navigation top*/
        border-top:4px solid #111;
    }

    ul.primary-menu li li>a{
        width:auto;
        background:#fff;
        color:#111;

        
    }

    ul.primary-menu li li a:hover,
    ul.primary-menu li li.current-menu-item a,
    ul.primary-menu li li:hover>a {
        color: #f00;
        background:#fff;
    }
    .current-menu-item a{
        color: #0d52c1 !important;
    }
    .custom-logo-link {
        display: inherit;
        float:left;
    }



    .primary-menu>li> a{
        border-bottom:1px solid #222;
        border-radius: 0 / 0;
        -webkit-border-radius:0 / 0;
        -moz-border-radius: 0 / 0;
        font-size: 1rem;

    }

    .menu-item-has-children> a:focus{
        border-top:2px solid #d70724;
    }
}


@media (min-width: 767.98px) {
    .site-branding {
        margin:0px 1rem;
    }

    .JP-homeHeroScroll {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        bottom: 64px;
    }
    .JP-homeHeroScroll a {
        letter-spacing: 0.08em;
    }

}



/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .JP-homeHeroScroll{
        margin-left:-185px;
    }


    #header-menuX{
        overflow: hidden;
    }



}

/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {

    #header-menu{
        height:55px;
    }
    .site-branding{
        height:auto;
    }

    .JP-homeHeroScroll{
        display: none;
    }

    .main-navigation {
        max-width: -webkit-calc(100%);
        max-width: calc(100%);
    }

    .col-11{
        max-width:85% !important;
    }

    .site-header{
        display: inline;
    }

    .btn-fluid >.btn-group {
        display: flex;
        flex-direction: column;
    }

    .comic-search-result{
        width:80% !important;
    }

    .home .card-img-overlay i{
        font-size: 24vw;
    }
    .home .card-img-overlay .fa-stack{
        font-size: 12vw;
    }
    .home .card-img-overlay p{
        margin-top: 4vw;
        font-size: 3vw;
    }
    .home .card-img-overlay .fa-bullseye{
        margin-top: -2.3vw;
    }
    .home .jdesc{
        font-size: 3vw;
    }
    .home .list-group .fa-stack{
        font-size:5vw;
    }
    .home .list-group .fa-bullseye{
        margin-top: -1.2vw;
    }


}


@media (min-width: 575.98px) {

    .site-branding{
        position:static;
        top:auto;
        width:auto;
    }
}
@media (max-width: 450px) {




}

/****************************************************
debug borders


.roof{
    border:2px solid  #0fa;
    
}
.site-branding {
    border:2px solid #c02;
}


#searchs{
    border:3px solid #3FC;
}
*/



