@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset 'UTF-8';
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}.pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none; }
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.pswp img {
max-width: none; } .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open {
display: block; }
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab; }
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing; } .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden; }
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; } .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg {
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none; }
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden;
will-change: transform; }
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden; }
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0; } .pswp__img--placeholder {
-webkit-backface-visibility: hidden; } .pswp__img--placeholder--blank {
background: #222; }
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0; } .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC; }
.pswp__error-msg a {
color: #CCC;
text-decoration: underline; }    .pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none; }
.pswp__button:focus,
.pswp__button:hover {
opacity: 1; }
.pswp__button:active {
outline: none;
opacity: 0.9; }
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0; } .pswp__ui--over-close .pswp__button--close {
opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//gift-home.net/wordpress/wp-content/themes/cyber/js/photoswipe/skin/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//gift-home.net/wordpress/wp-content/themes/cyber/js/photoswipe/skin/default-skin.svg); }
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none; } }
.pswp__button--close {
background-position: 0 -44px; }
.pswp__button--share {
background-position: -44px -44px; }
.pswp__button--fs {
display: none; }
.pswp--supports-fs .pswp__button--fs {
display: block; }
.pswp--fs .pswp__button--fs {
background-position: -44px 0; }
.pswp__button--zoom {
display: none;
background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
display: block; }
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0; } .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden; } .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute; }
.pswp__button--arrow--left {
left: 0; }
.pswp__button--arrow--right {
right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute; }
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px; }
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px; } .pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__share-modal--hidden {
display: none; }
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform; }
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px; }
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000; }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in {
opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px; }
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF; }
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF; }
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D; }
a.pswp__share--download:hover {
background: #DDD; } .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px; } .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px; }
.pswp__caption small {
font-size: 11px;
color: #BBB; }
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC; }
.pswp__caption--empty {
display: none; } .pswp__caption--fake {
visibility: hidden; } .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr; }
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px; }
.pswp__preloader--active {
opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url(//gift-home.net/wordpress/wp-content/themes/cyber/js/photoswipe/skin/preloader.gif) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active {
opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0; }
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0; }
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right; } }
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550; } .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%; }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); } .pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible; }
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5); } .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3); } .pswp__ui--idle .pswp__top-bar {
opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0; } .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; } .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none; }
.pswp__element--disabled {
display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
background: none; }.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://gift-home.net/wordpress/wp-content/themes/cyber/js/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://gift-home.net/wordpress/wp-content/themes/cyber/js/slick/fonts/slick.eot);
src: url(https://gift-home.net/wordpress/wp-content/themes/cyber/js/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://gift-home.net/wordpress/wp-content/themes/cyber/js/slick/fonts/slick.woff) format('woff'), url(https://gift-home.net/wordpress/wp-content/themes/cyber/js/slick/fonts/slick.ttf) format('truetype'), url(https://gift-home.net/wordpress/wp-content/themes/cyber/js/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}
 @import url("https://fonts.googleapis.com/css?family=Roboto:500,700");    @font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 400;
src: url(//gift-home.net/wordpress/wp-content/themes/cyber/font/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
url(//gift-home.net/wordpress/wp-content/themes/cyber/font/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
url(//gift-home.net/wordpress/wp-content/themes/cyber/font/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: 700;
src: url(//gift-home.net/wordpress/wp-content/themes/cyber/font/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
url(//gift-home.net/wordpress/wp-content/themes/cyber/font/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
url(//gift-home.net/wordpress/wp-content/themes/cyber/font/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
font-family: "my_mincho";
src: url(//gift-home.net/wordpress/wp-content/themes/cyber/font/mincho_w4/mincho.woff) format('woff'),
url(//gift-home.net/wordpress/wp-content/themes/cyber/font/mincho_w4/mincho.otf)  format('opentype');
}  @media screen and (max-width: 1200px) {
body{
text-size-adjust: 100%; -webkit-text-size-adjust: 100%; word-wrap: break-word
}
} * {
box-sizing: border-box;
}
html,
body{
font-size: 62.5%; }
body{
margin:0;
font-family:sans-serif;
word-break: break-all; }
h1,h2,h3,h4,h5,h6{
font-size: 100%; font-weight:normal;
margin:0;
}
em{
font-style:normal;
}
th{
font-weight:normal;
white-space: nowrap; }
@media screen and (max-width: 640px) {
th{
white-space: normal; min-width: 90px; }
} td{
word-break: break-all; }
ul,ol {
list-style-type: none;
padding-left: 0;
margin: 0;
}
ol li:before{
font-family: "Roboto",sans-serif;
}
dl,
dd {
margin: 0;
}
p,
blockquote {margin: 0;}
table {
border-collapse: collapse;
}
img{
max-width:100%;
vertical-align: bottom;
height:auto;
}
a img{border:none;} label{cursor: pointer;}
textarea, input, select,button {
max-width: 100%;
}
select {
margin: 2px;
}
input[type="submit"],
input[type="button"],
button {
cursor: pointer;
border: none;
display:inline-block;
}
input[type="submit"],
input[type="button"] {
-webkit-appearance: none;
}
sup {
font-size: .5em;
} body,input, textarea, keygen, select, button{
font-size:13px;
line-height:1.4;
color:#333; }
@media screen and (max-width: 640px) {
input, textarea, keygen, select, button{ font-size:16px;
}
} h1,h2,h3,h4,h5,h6{
line-height:1.4;
}
a{
color:#333;
}
body,input, textarea, keygen, select, button, .gothic{  font-family: "Roboto","Noto Sans Japanese","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial; } .mincho { font-family: "my_mincho", serif;
}
table {
width: 100%; }
th {
text-align: left;
}
a{
text-decoration:none;
}
a:hover{
text-decoration:underline;
} ol{
counter-reset: ol_cnt;
}
ol ol{
counter-reset: ol_cnt2;
}
ol ol ol{
counter-reset: ol_cnt3;
}
ol > li{
counter-increment: ol_cnt;
}
ol ol > li{
counter-increment: ol_cnt2;
}
ol ol ol > li{
counter-increment: ol_cnt3;
}  a,
li{
-webkit-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear;
} ::selection {
background: rgba(30, 140, 190, 0.5);
color: #FFF;
} .cf:before,
.cf:after {
content:""; display:block;
}
.cf:after {clear:both;}
.cf {zoom:1;}




        @font-face{font-family:'FontAwesome';src:url(//gift-home.net/wordpress/wp-content/themes/cyber/font/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//gift-home.net/wordpress/wp-content/themes/cyber/font/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//gift-home.net/wordpress/wp-content/themes/cyber/font/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//gift-home.net/wordpress/wp-content/themes/cyber/font/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//gift-home.net/wordpress/wp-content/themes/cyber/font/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//gift-home.net/wordpress/wp-content/themes/cyber/font/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@font-face {
font-family: 'icomoon';
src:  url(//gift-home.net/wordpress/wp-content/themes/cyber/font/icomoon/fonts/icomoon.eot?z7c515);
src:  url(//gift-home.net/wordpress/wp-content/themes/cyber/font/icomoon/fonts/icomoon.eot?z7c515#iefix) format('embedded-opentype'),
url(//gift-home.net/wordpress/wp-content/themes/cyber/font/icomoon/fonts/icomoon.ttf?z7c515) format('truetype'),
url(//gift-home.net/wordpress/wp-content/themes/cyber/font/icomoon/fonts/icomoon.woff?z7c515) format('woff'),
url(//gift-home.net/wordpress/wp-content/themes/cyber/font/icomoon/fonts/icomoon.svg?z7c515#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-feedly:before {
content: "\e900";
}
.icon-hatebu:before {
content: "\e901";
}
.icon-line:before {
content: "\e902";
}
.icon-pocket:before {
content: "\e903";
}
.icon-home3:before {
content: "\e904";
}
.icon-play:before {
content: "\e912";
}
.icon-film:before {
content: "\e913";
}
.icon-phone:before {
content: "\e942";
}
.icon-envelop:before {
content: "\e945";
}
.icon-bubble:before {
content: "\e96b";
}
.icon-bubbles:before {
content: "\e96c";
}
.icon-bubbles2:before {
content: "\e96d";
}
.icon-bubble2:before {
content: "\e96e";
}
.icon-bubbles3:before {
content: "\e96f";
}
.icon-bubbles4:before {
content: "\e970";
}
.icon-user:before {
content: "\e971";
}
.icon-users:before {
content: "\e972";
}
.icon-point-up:before {
content: "\ea03";
}
.icon-point-right:before {
content: "\ea04";
}
.icon-point-down:before {
content: "\ea05";
}
.icon-point-left:before {
content: "\ea06";
}
.icon-warning:before {
content: "\ea07";
}
.icon-notification:before {
content: "\ea08";
}
.icon-question:before {
content: "\ea09";
}
.icon-plus:before {
content: "\ea0a";
}
.icon-minus:before {
content: "\ea0b";
}
.icon-cross:before {
content: "\ea0f";
}
.icon-checkmark:before {
content: "\ea10";
}
.icon-checkmark2:before {
content: "\ea11";
}
.icon-amazon:before {
content: "\ea87";
}
.icon-google:before {
content: "\ea88";
}
.icon-google2:before {
content: "\ea89";
}
.icon-google3:before {
content: "\ea8a";
}
.icon-google-plus:before {
content: "\ea8b";
}
.icon-google-plus2:before {
content: "\ea8c";
}
.icon-google-plus3:before {
content: "\ea8d";
}
.icon-facebook:before {
content: "\ea90";
}
.icon-instagram:before {
content: "\ea92";
}
.icon-twitter:before {
content: "\ea96";
}
.icon-rss:before {
content: "\ea9b";
}
.icon-rss2:before {
content: "\ea9c";
}
.icon-youtube:before {
content: "\ea9d";
}
.icon-dropbox:before {
content: "\eaae";
}
.icon-wordpress:before {
content: "\eab4";
}
.icon-android:before {
content: "\eac0";
}
.icon-windows8:before {
content: "\eac2";
}
.icon-skype:before {
content: "\eac5";
}
.icon-html-five:before {
content: "\eae4";
} @font-face {
font-family: 'fontello';
src: url(//gift-home.net/wordpress/wp-content/themes/cyber/font/fontello/font/fontello.eot?66270739);
src: url(//gift-home.net/wordpress/wp-content/themes/cyber/font/fontello/font/fontello.eot?66270739#iefix) format('embedded-opentype'),
url(//gift-home.net/wordpress/wp-content/themes/cyber/font/fontello/font/fontello.woff2?66270739) format('woff2'),
url(//gift-home.net/wordpress/wp-content/themes/cyber/font/fontello/font/fontello.woff?66270739) format('woff'),
url(//gift-home.net/wordpress/wp-content/themes/cyber/font/fontello/font/fontello.ttf?66270739) format('truetype'),
url(//gift-home.net/wordpress/wp-content/themes/cyber/font/fontello/font/fontello.svg?66270739#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.icon-megaphone:before { content: '\e800'; } .icon-monitor:before { content: '\e801'; } .icon-pencil:before { content: '\e802'; } .icon-home:before { content: '\e803'; } .icon-star:before { content: '\e804'; } .icon-star-empty:before { content: '\e805'; } .icon-star-half:before { content: '\e806'; } .icon-commerical-building:before { content: '\e811'; } .icon-popup:before { content: '\e833'; } .icon-crown:before { content: '\e844'; } .icon-th-list:before { content: '\f009'; } .icon-mail-alt:before { content: '\f0e0'; } .icon-angle-right:before { content: '\f105'; } .icon-star-half-alt:before { content: '\f123'; } .icon-paper-plane:before { content: '\f1d8'; } .icon-commenting:before { content: '\f27a'; }
  div#footer_info {
text-align: center;
padding: 30px 0;
}
div#footer_info .name {
display: none;
}
div#footer_info .addr_wrap {
margin-top: 10px;
} div#copy_frame {
background: #333;
} [class*="section_kugiri"] {
padding: 50px 0;
min-width: 1100px;
}
[class*="s_section_kugiri"] {
padding: 25px 0;
} a[href*="tel:"] img:hover {
opacity: 1;
}
a[href*="tel:"], a[href*="tel:"]:hover {
cursor: default;
text-decoration: none !important;
color: inherit !important;
} .txt-vertical {
cursor: vertical-text;
writing-mode: vertical-rl;
-o-writing-mode: vertical-rl;
-ms-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-moz-writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
text-orientation: upright;
word-wrap: break-word;
} p.back_to_list a {
font-size: 14px;
text-decoration: underline;
}
p.back_to_list a:hover {
text-decoration: none;
}
p.back_to_list a:before {
content: '\f104';
font-family: FontAwesome;
display: inline-block;
margin-right: 10px;
font-weight: bold;
font-size: 1.5em;
vertical-align: -2px;
line-height: 1;
} .tweet_area {
padding: 16px 0;
background: #ddd;
}
.tweet_area .txt_wrap {
margin: 0 auto;
font-size: 16px;
max-width: 1100px;
display: table;
}
.tweet_area a {
color: #06f;
text-decoration: underline;
}
.tweet_area a:hover {
text-decoration: none;
} .slick-prev, .slick-next {
background: rgba(255, 255, 255, .5);
width: 40px;
height: 40px;
border-radius: 50%;
z-index: 1;
border: 1px solid #333;
text-align: center;
}
.slick-prev {
left: -50px;
}
.slick-next {
right: -50px;
}
.slick-prev:hover, .slick-next:hover {
background: rgba(255, 255, 255, .5);
}
.slick-prev:before, .slick-next:before {
content: '';
width: 12px;
height: 12px;
border: 0 solid #333;
border-top-width: 2px;
border-right-width: 2px;
display: inline-block;
position: relative;
opacity: 1;
}
.slick-prev:before {
transform: rotate(-135deg);
left: 2px;
}
.slick-next:before {
transform: rotate(45deg);
right: 2px;
} .loading_wrap {
min-height: 150px;
position: relative;
}
.loading_wrap img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .article_title_faq h1 {
background-color: #f8f9fa;
font-weight: bold;
padding: 20px;
font-size: 20px;
}
.article_title_faq h1:before {
content: 'Q. ';
} .page_promo .txt_box_wrap {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.page_promo {
height: 250px;
background: #eee;
min-width: 1100px;
position: relative;
overflow: hidden;
}
.page_promo img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.page_promo .txt_box {
position: relative;
text-align: center;
width: 100%; }
.page_promo img {
max-width: none;
}
.page_promo .sub_ttl {
font-size: 16px;
font-weight: bold;
display: inline-block;
background: #ccc;
padding: 3px 20px 3px;
margin-bottom: 5px;
}
.page_promo .ttl {
font-weight: bold;
font-size: 30px;
max-width: 1100px;
margin: 0 auto;
}
.page_promo .slug {
display: none;
} .yarpp-related ol {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
.yarpp-related ol li {
width: calc((100% - 80px) / 4);
margin: 0 10px 15px!important;
}
.yarpp-related .img {
margin-bottom: 5px;
background: #eee;
}
.yarpp-related .date {
font-size: .8em;
color: #777;
}
.yarpp-related .ttl {
line-height: 1.4;
margin-bottom:5px;
}
.yarpp-related .ttl a {
font-size: 14px;
color: #333;
text-decoration: none;
font-weight: bold;
}
.yarpp-related .ttl a:hover {
text-decoration: underline;
} ul.search_results {
font-family: arial,sans-serif;
max-width: 600px;
margin: 0 auto;
}
ul.search_results li:not(:last-child) {
margin-bottom: 26px;
}
ul.search_results .ttl a {
color: #1a0dab;
font-size: 18px;
}
ul.search_results .url {
color: #006621;
font-size: 14px;
}
ul.search_results .txt {
color: #545454;
font-size: 13px;
} form#searchform {
position: relative;
}
form#searchform label.screen-reader-text {
display: none;
}
form#searchform input[type="text"] {
border: 0;
border-radius: 0;
background: #eee;
width: 100%;
}
form#searchform input[type="submit"] {
background: transparent;
padding: 0;
margin: 0;
text-indent: -9999px;
display: block;
width: 30px;
height: 30px;
position: absolute;
right: 5px;
top: 4px;
z-index: 2;
}
form#searchform:after {
font-family: FontAwesome;
content: '\f002';
position: absolute;
right: 10px;
top: 5px;
z-index: 1;
font-size: 20px;
color: #a6a6a6;
} .post-type-archive-works ul.post_archive {
margin-left: -20px;
overflow: hidden;
display: flex;
flex-wrap: wrap;
}
ul.post_archive li {
overflow: hidden;
position: relative; }
body.normal_post ul.post_archive li {
padding-bottom: 30px;
border-bottom: 1px dotted #ccc;
margin-bottom: 30px;
}
.post-type-archive-works ul.post_archive li {
margin-bottom: 50px;
width: calc((100% - 60px) / 3);
margin-left: 20px;
}
body.normal_post ul.post_archive li .area1 {
width: 240px;
float: right;
margin-left: 10px;
}
body.normal_post ul.post_archive li .area2 {
width: 100%;
}
ul.post_archive li .cat > * {
font-size: 12px;
text-align: center;
z-index: 1;
min-width: 120px;
display: inline-block;
padding: 5px 10px;
color: #fff;
background: #333;
}
ul.post_archive li .cat > *:not(:last-child) {
margin-right:10px;
}
ul.post_archive li .cat a:hover {
text-decoration: none;
opacity: .8;
}
ul.post_archive li .img { }
body.normal_post ul.post_archive li .img {
padding-top: 180px;
}
.post-type-archive-works ul.post_archive li .img {
padding-top: 260px;
margin-bottom: 10px;
}
ul.post_archive li .ttl {
font-size: 18px;
margin-top: 5px;
}
body.normal_post ul.post_archive li .ttl {
margin: 15px auto;
line-height:1.4;
}
ul.post_archive li .meta {
margin-top: 8px;
overflow: hidden;
}
ul.post_archive li .meta, ul.post_archive li .meta a {
font-size: 13px;
color: #7d7d7d;
}
ul.post_archive li .date {
float: left;
}
ul.post_archive li .tag {
padding-left: 80px;
}
ul.post_archive li .post_tags > * {
display: inline-block;
}
ul.post_archive li .post_tags > *:not(:first-child) {
border-left: 1px solid #ccc;
margin-left: 5px;
padding-left: 5px;
} .contact_bnrs > div:first-child {
margin-bottom: 15px;
} .single-faq .article_title_faq h1, .single-faq .answer_ttl {
position: relative;
font-size: 30px;
line-height: 1.4em;
padding: 0.5em 0.5em 0.5em 2.1em!important;
margin-bottom: 0.5em;
}
.single-faq .article_title_faq h1 {
background: #eaf2ff;
border-radius: 10px;
}
.single-faq .answer_ttl p {
font-size: 0.8em;
line-height: 1.4em;
}
.single-faq .article_title_faq h1:before, .single-faq .answer_ttl:before {
display: block;
position: absolute;
left: 0.5em;
line-height: 1.6em;
width: 1.6em;
text-align: center;
border-radius: 50%;
color: #fff;
font-size: 0.8em
}
.single-faq .article_title_faq h1:before {
content: 'Q';
background: #8aaee4;
}
.single-faq .answer_ttl:before {
content: 'A';
background: #ff9194;
top: 10px;
} .contents_more {
display: block;
text-align: right;
margin-top: 1em;
}
.contents_more a {
font-weight: bold;
}
.contents_more a:after {
content: ' >>';
}
.contents_more a:hover {
text-decoration: none;
opacity: .8;
} ul.gallery {
overflow: hidden;
margin-top: 15px;
}
ul.gallery li {
float: left;
}
ul.gallery li:hover {
opacity: .8;
}
ul.gallery li img {
padding: 3px;
box-sizing: border-box;
} .cat_area_wrap {
padding: 17px 15px 10px;
border: 1px solid;
position: relative;
margin-top: 10px;
margin-bottom: 15px;
}
.cat_area_wrap .title {
position: absolute;
background: #fff;
line-height: 1;
top: -0.5em;
padding: 0 10px;
font-size: 14px;
}
.cat_area_wrap .cat_area span, .cat_area_wrap .cat_area a {
margin: 0px 5px 5px 0px;
line-height: 1;
padding: 6px 8px 4px;
border-radius: 3px;
}
.cat_area_wrap .cat_area a:hover {
opacity: .8;
} .editor_area h2, .editor_area h3 { }
.editor_area a[id] {  } #h_navi_wrap li.pickup > a:before {
display: block;
position: absolute;
top: -9px;
left: 10px;
z-index: 1;
font-size: 12px;
line-height: 1;
padding: 3px 5px;
font-weight: bold;
text-align: center;
content: "注目";
background: #FFD25B;
color: #1F57FF;
}
#h_navi_wrap li.pickup > a:after {
top: 9px;
left: 28px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(0, 0, 0, 0);
border-width: 5px;
margin-left: -5px;
border-top-color: #ffd25b;
} .btn a:hover {
opacity: .8;
}
.rel, .relative {
position: relative;
}
.biggerlink:hover, .biggerlink_blank:hover {
opacity: .8;
cursor: pointer;
} [class*="btn"] a {
display: inline-block;
box-sizing: border-box;
text-align: center;
text-decoration: none;
}
[class*="btn"] a:hover {
text-decoration: none;
opacity: .8;
}
.m_btm10 {
margin-bottom: 10px;
}
.m_btm15 {
margin-bottom: 15px;
}
span.small {
font-size: .75em;
} a.simple_link {
position: relative;
display: inline-block;
line-height: 1.2;
padding: 5px 20px 5px 0;
}
a.simple_link:hover {
text-decoration: underline;
}
a.simple_link:after {
font-family: FontAwesome;
content: '\f138';
font-size: 18px;
position: absolute;
top: 50%;
right: 0;
margin-top: -.55em;
line-height: 1;
} .more_link {
text-align: right;
}   *#sub_area .i_wrap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
margin-bottom: 10px;
}
*#sub_area .i_wrap>iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} #side_info {
border-width: 1px;
border-style: solid;
border-top-width: 5px;
border-bottom-width: 5px;
border-left-color: #ddd;
border-right-color: #ddd;
padding: 14px;
background: #fff;
}
#side_info .corp {
font-weight: bold;
font-size: 1.2em;
}
#side_info .logo, #side_info .mail {
text-align: center;
}
#side_info .logo {
margin-bottom: 10px;
}
#side_info .logo img { }
#side_info .map {
margin-top: 10px;
}  #sub_area .side_menu_common {
margin-top: 25px;
}
#sub_area aside:first-child .side_menu_common {
margin-top: 0;
} #sub_area .menu_header {
font-size: 16px;
padding: 15px 10px;
border-bottom: 1px solid #ddd;
}
#sub_area .menu_header, #sub_area .menu_header a, #sub_area .menu_header h2 { font-weight: bold;
}
#sub_area .menu_header a:hover {
text-decoration: none;
} #sub_area .side_menu {
background-color: #fff;
}
#sub_area .side_menu.widget_black_studio_tinymce {
border: 0;
padding: 0;
} #sub_area .widget_black_studio_tinymce {
background-color: transparent;
border: 0;
} #sub_area .widget_black_studio_tinymce a {
display: block;
background-color: #fff;
}
#sub_area .side_menu li { border-bottom: 1px solid #ddd;
position: relative;
}
#sub_area .side_menu ul {
background: rgba(255, 255, 255, 0.6);
}
#sub_area .side_menu li:hover { }
#sub_area .side_menu li.current-cat {
background: #f0f0f0;
}
#sub_area .side_menu li li:last-child {
border: 0;
}
#sub_area .side_menu li li:first-child {
border-top: 1px solid #ddd; }
#sub_area .side_menu li a {
position: relative;
display: block;
padding: 15px;
}
#sub_area .side_menu li a:hover {
text-decoration: none;
}
#sub_area .side_menu li li:after {
right: 0;
}
#sub_area .side_menu li ul { }
#sub_area .side_menu li ul li { }
#sub_area .side_menu li ul li a {
padding-left: 20px;
} #sub_area .side_menu :not(.wpp-list) li a:after {
font-family: FontAwesome;
content: '\f105';
font-size: 1em;
position: absolute;
right: 5px;
top: 50%;
color: #aaa;
margin-top: -8px;
}
#sub_area .side_menu .wpp-list li a {
display: inline;
padding: 0;
}
#sub_area .side_menu .wpp-list li {
padding: 12px 5px;
}
.wpp-thumbnail {
margin: 0 10px 0 0;
}
.side_menu.widget_archive .menu_header {
margin-bottom: 10px
}
.side_menu.widget_archive label {
margin-left: 10px;
} #sub_area .widget_categories ul ul li a {
padding-left: 30px;
} #sub_area .widget_recent_entries2 li:after, #sub_area .popular-posts li:after {
content: '';
} #sub_area .popular-posts {
counter-reset: wpp-ranking;
}
#sub_area .popular-posts > ul > li, #sub_area .popular-posts > div > ul > li {
position: relative;
}
#sub_area .popular-posts ul li:before {
content: counter(wpp-ranking, decimal);
counter-increment: wpp-ranking;
font-size: 14px;
color: #fff;
position: absolute;
top: 12px;
left: 5px;
background: #333;
padding: 3px;
line-height: 1;
font-family: sans-serif;
margin: 0;
text-align: center;
font-weight: bold;
width: 15px;
height: 15px;
z-index: 1;
}
#sub_area .popular-posts ul li:nth-child(1):before {
background: #debc32;
}
#sub_area .popular-posts ul li:nth-child(2):before {
background: #97b0c0;
}
#sub_area .popular-posts ul li:nth-child(3):before {
background: #b66c18;
} #sub_area .widget_recent_entries2 > ul > li {
overflow: hidden;
padding: 10px;
}
#sub_area .widget_recent_entries2 > ul > li .txt_wrap { }
#sub_area .widget_recent_entries2 > ul > li img {
height: auto;
width: 25%; float: right; margin-left: .5em;
border-radius: 2px;
}
#sub_area .widget_recent_entries2 .post_ttl, #sub_area .widget_recent_entries2 > ul > li span.post-date {
display: block;
}
#sub_area .widget_recent_entries2 .post_ttl {
}
#sub_area .widget_recent_entries2 > ul > li span.post-date {
font-size: 10px;
}
#sub_area .side_menu.widget_recent_entries2 > ul > li a {
padding: 0;
}
#sub_area .side_menu.widget_recent_entries2 > ul > li a:after {
content: '';
}
#sub_area .side_menu.widget_recent_entries2 .more_link {
margin-top: 15px;
text-align: center;
border: 1px solid #ddd;
}
#sub_area .side_menu.widget_recent_entries2 .more_link a {
display: block;
padding: 15px;
font-size: 14px;
}
#sub_area .side_menu.widget_recent_entries2 .more_link a:hover {
background: #eee;
text-decoration: none;
}
#sub_area .cat_area span, #sub_area .cat_area a {
padding: 3px 4px 2px;
font-size: 10px;
line-height: 1;
} .cat_area span, .cat_area a {
display: inline-block;
color: #fff;
padding: 1px 5px;
margin: 0px 2px 2px 0px;
background: #333;
}
.cat_area a:hover {
text-decoration: none;
}
.cat_area a[href*="category/news"] {
background: #333;
}
.cat_area a[href*="category/blog"] {
background: #333;
} .widget_calendar caption {
font-weight: bold;
margin-bottom: 5px;
}
.widget_calendar table {
}
.widget_calendar table th, .widget_calendar table td {
border: 1px solid #fff;
padding: 3px 5px;
}
.widget_calendar table th {
background: #ccc;
font-weight: bold;
text-align: center;
}
.widget_calendar table td {
background: #eee;
text-align: right;
font-size: 12px;
}
.widget_calendar table td#today {
font-weight: bold;
font-weight: normal;
background: #ffc;
}
.widget_calendar a {
color: #fff;
display: inline-block;
background: #888;
border-radius: 50%;
padding: 5px;
line-height: 1;
}
.widget_calendar a:hover {
background: #aaa;
text-decoration: none;
} #swich_to_pc {
padding: 20px;
text-align: center;
background: #ccc;
display: none; }
#swich_to_sp {
font-size: 50px;
padding: 40px;
text-align: center;
background: #ccc;
display: none; }  .block-type {
margin: -1%;
}
.block-type > li {
float: left;
width: 46%;
margin: 2%;
} .block-type li .thumb {
margin: -11px -11px 10px;
}  .liquid li {
overflow: hidden;
}
.liquid li .thumb_area {
overflow: hidden;
float: left;
background: #ddd;
text-align: center;
width: 50px;
height: 50px;
}
.liquid li .thumb_area img { }
.liquid li .txt_area {
padding-left: 60px;
} .liq75 li .thumb_area {
width: 75px;
height: 75px;
}
.liq75 li .txt_area {
padding-left: 85px;
} .liq100 li .thumb_area {
width: 100px;
height: 100px;
}
.liq100 li .txt_area {
padding-left: 110px;
} .liq150 li .thumb_area {
width: 150px;
height: 150px;
}
.liq150 li .txt_area {
padding-left: 170px;
} .thumb_area > .plain_type {
position: relative;
height: 100%;
}
.thumb_area > .plain_type > span {
color: #888;
position: absolute;
top: 50%;
left: 50%;
line-height: 1;
}
.liq50 .thumb_area > .plain_type > span {
margin-left: -2.5em;
margin-top: -1em;
font-size: 11px;
}
.liq75 .thumb_area > .plain_type > span {
margin-left: -2.5em;
margin-top: -1em;
}
.liq100 .thumb_area > .plain_type > span {
margin-left: -2.5em;
margin-top: -.5em;
}
.liq150 .thumb_area > .plain_type > span {
margin-left: -2.5em;
margin-top: -.5em;
} .thumb_area > .date_type {
color: #FFF;
font-family: helvetica;
}
.thumb_area > .date_type > span {
display: block;
}
.thumb_area .month {
background: #8CA3AB;
font-size: 12px;
line-height: 20px;
}
.thumb_area .day {
background: #C3C3C3;
font-size: 20px;
line-height: 30px;
}
.liq100 .thumb_area .month {
font-size: 16px;
line-height: 40px;
}
.liq100 .thumb_area .day {
font-size: 30px;
line-height: 60px;
}
.liq150 .thumb_area .month {
font-size: 20px;
line-height: 50px;
}
.liq150 .thumb_area .day {
font-size: 40px;
line-height: 100px;
} .li_style01 li {
border-top: 1px dashed #ccc;
padding: 15px 10px;
}
.li_style01 li:first-child {
border-top: 0;
}
.li_style02 li {
border-top: 1px dashed #ccc;
padding: 5px;
}
.li_style02 li:first-child {
border-top: 0;
}  .post_list li {
overflow: hidden;
margin-bottom: 10px;
} .font_m .post_list p { line-height: 1.5;
} .post_list li .title {
}
.post_list li .title a {
text-decoration: underline!important;
color: #058ad7!important;
}
.post_list li .title a:hover {
text-decoration: none!important;
} .post_list p.meta {
font-size: 14px;
} .post_list .place:before {
font-family: FontAwesome;
content: '\f041';
font-size: 1.3em;
color: #8eb738;
margin: 0 5px;
} .post_list p.date {
color: #aaa;
display: inline-block;
} .post_list p.cat {
display: inline-block;
}
.post_list p.cat > span {
display: inline-block;
color: #fff;
padding: 2px 10px;
font-size: 12px;
background-color: #333;
} .post_list li .thumb { text-align: center;
height: 100%;
}  .post_list.horizontal li .title {
margin-bottom: 10px;
}
.post_list.horizontal li .title a {
font-size: 22px
} .post_list.cubic li {
position: relative;
padding-bottom: 20px;
}
.post_list.cubic li .title a {
font-size: 16px;
color: #0068b7;
text-decoration: underline;
}
.post_list.cubic p.date {
font-size: 10px;
position: absolute;
bottom: 0;
}  #main_area .article_outer {
margin-top: 1em;
}
#main_area > .article_outer:first-child {
margin-top: 0;
}
#main_area .articleDate_area {
text-align: right;
margin-bottom: 15px;
padding: 0 10px;
font-size: 14px;
}
#main_area .article_meta_area {
padding: 30px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin: 15px auto;
}
#main_area .article_meta_area > * {
display: inline;
margin-left: 20px;
}
#main_area .article_meta_area .cats:before {
font-family: FontAwesome;
content: '\f07c';
font-weight: bold;
margin-right: 5px;
}
#main_area .article_meta_area .tags:before {
content: '#';
font-weight: bold;
margin-right: 5px;
}
#main_area .article_meta_area a {
color: #3b3b3b;
font-size: 14px;
margin-right: 10px;
}
#main_area .article_title.plain_type h1 {  font-size: 24px;
line-height: 1.4; position: relative;  padding: 15px 0;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
font-weight: bold;
}
#main_area .article_title.txt_type h1 {
text-align: center;
font-size: 26px;
line-height: 1.4; font-weight: bold;
position: relative;
margin: 20px auto 40px;
}
#main_area .article_title.img_type h1 {
margin-bottom: 20px;
}
.page #main_area .article_title { }
.home #main_area .article_title {
display: none;
}
.article_title span {
display: inline-block;
}
.article_title .term_ttl {
border-left: 4px double #555;
display: inline-block;
margin-left: 20px;
padding-left: 15px;
} .sns_btn_wrap {
padding: 0;
margin-top: 2em;
}
.sns_btn_wrap > li {
display: inline-block;
line-height: 1;
margin: 0 0 5px 0;
}
.sns_btn_wrap .tw a {
background: #55acee;
}
.sns_btn_wrap .fb a {
background: #3c5a99;
}
.sns_btn_wrap .gp a {
background: #dd4b39;
}
.sns_btn_wrap .hb a {
background: #3c7dd1;
}
.sns_btn_wrap .po a {
background: #ee4257;
}
.sns_btn_wrap .li a {
background: #00c300;
}
.sns_btn_wrap .fe a {
background: #87bd33;
} .sns_btn_wrap [class^="icon-"]:before {
font-family: inherit;
margin-left: 0;
}
.sns_btn_wrap a {
color: #fff;
padding: 3px 5px;
background: #333;
font-size: 12px;
border-radius: 3px;
font-weight: bold;
}
.sns_btn_wrap.cubic a {
padding: 0;
height: 30px;
width: 30px;
line-height: 30px;
}
.sns_btn_wrap :before {
color: #fff;
vertical-align: middle;
margin-right: 5px;
font-size: 1.2em;
font-weight: normal;
}
.sns_btn_wrap.cubic :before {
margin-right: 0;
font-size: 20px;
}
.sns_btn_wrap.cubic .text {
display: none;
} .wp_social_bookmarking_light_clear {
display: none; }
.wp_social_bookmarking_light:after {
content: "";
display: block;
clear: both;
}
div.wp_social_bookmarking_light {
zoom:1; padding: 0!important;
margin-top: 2em!important;
}
.wp_social_bookmarking_light iframe {
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
} .wsbl_google_plus_one, #___plusone_0, #___plusone_1, #___plusone_2 {
width: 58px !important;
} .pocket-btn, .pocket-btn iframe {
width: 86px !important;
margin: 0 !important;
} .wsbl_twitter {
width: 75px!important;
} .form_table th, .form_table td {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 15px 10px; }
@media (min-width: 1px) { .wpcf7-checkbox input[type*="checkbox"] {
display: none;
}
.wpcf7-checkbox .wpcf7-list-item-label {
display: inline-block;
position: relative;
cursor: pointer;
margin-left: 10px;
padding: 10px 10px 10px 20px;
line-height: 1;
}
.wpcf7-checkbox .wpcf7-list-item-label:before {
position: absolute;
content: "";
top: 50%;
left: -10px;
width: 20px;
height: 20px;
margin-top: -10px;
border: 1px solid #aaa;
background: #fff;
box-sizing: border-box;
}
.wpcf7-exclusive-checkbox .wpcf7-list-item-label:before {
border-radius: 50%;
}
.wpcf7-checkbox input[type*="checkbox"]:checked + .wpcf7-list-item-label:after {
position: absolute;
content: "";
top: 50%;
left: -8px;
width: 15px;
height: 6px;
margin-top: -7px;
border-left: 4px solid #E71063;
border-bottom: 4px solid #E71063;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.wpcf7-exclusive-checkbox input[type*="checkbox"]:checked + .wpcf7-list-item-label:after {
left: -5px;
width: 10px;
height: 10px;
margin-top: -5px;
border-radius: 50%;
background: #E71063;
border-left: 0;
border-bottom: 0;
-webkit-transform: inherit;
-ms-transform: inherit;
transform: inherit;
}
} #wpcf_comp_msg {
background: #ffc;
padding: 15px;
}
.wpcf7-list-item {
display: block;
}
.content-form button, .wpcf7 input[type="submit"] {
margin: 20px auto;
padding: 10px 20px;
text-align: center;
border-radius: 5px;
font-size: 15px;
color: white;
background: #37C65C;
}
.wpcf7 input[type="submit"].submit_disable {
background: #ddd;
color: #333;
border-radius: 0;
} .wpcf7-not-valid {
background: #fee;
border-color: #da7a7a;
}
.wpcf7-not-valid .wpcf7-list-item-label:before {
border-color: #da7a7a;
}
.wpcf7-checkbox {
display: block;
}   .require {
color: red;
font-weight: bold;
}
input, textarea {
border: 1px solid #999;
padding: 10px;
margin-bottom: 5px;
border-radius: 2px;
box-sizing: border-box;
}
input[type="date"], select {
padding: 5px;
margin: 0 0 5px;
}
input[type="file"] {
border: 0;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="file"], textarea {
width: 100%;
}
input.w50 {
width: 50px;
}
input.w70 {
width: 70px;
}
input.w100 {
width: 100px;
}
input.w7 {
width: 7em;
}
input.zip {
width: 9em;
}  .comment_area {
} *#respond {
border: 1px solid #ccc;
background: #ddd;
padding: 15px;
} *#respond h3 {
font-size: 16px;
margin-bottom: 5px;
} *#respond .required {
color: red;
font-weight: bold;
} *#respond form > p {
margin-top: 10px;
}
*#respond form > p:first-child {
margin-top: 0;
}
*#respond [type="text"], *#respond textarea {
width: 95%;
} *#respond .comment-form-comment label {
display: block;
} p.form-submit {
text-align: center;
}
p.form-submit [type="submit"] {
padding: 5px;
} ol.comment-list {
margin-bottom: 15px;
} ol.comment-list>li {
border-top: 1px dashed #ccc;
padding-top: 10px;
margin-top: 10px;
}
ol.comment-list>li:first-child {
border-top: 0;
padding-top: 0;
margin-top: 0;
} .bypostauthor>* {
background: rgb(255, 254, 224);
padding: 10px 10px 10px 30px;
} em.comment-awaiting-moderation {
color: red;
background: pink;
} .comment-author {
font-size: 14px;
margin-bottom: 5px;
} .comment-author img {
width: 25px;
height: auto;
} .comment-meta {
margin: 5px auto;
} .yarpp-related {
margin: 2em 0 1em !important;
}  * + .paging_common {
margin-top: 4em;
}
.paging_common + * {
margin-top: 2em;
} .wp-pagenavi {
text-align: center;
line-height: 1;
width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
display: inline-block;
margin: 3px !important;
padding: 10px 12px;
border: 1px solid #ccc;
border-radius: 2px;
color: #333;
background: #fafafa;
font-size: 14px;
}
.wp-pagenavi a:hover {
text-decoration: none;
background: #333;
color: #fff;
}
.wp-pagenavi span.current {
font-weight: bold;
background: #333;
color: #fff;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #333;
} .next_pickup {
margin-bottom: 1.5em;
}
.next_pickup a {
background: #ccc;
border: 2px solid transparent;
display: table;
margin: 0 auto;
padding: 10px 25px 10px 15px;
min-width: 70%;
text-align: center;
position: relative;
line-height: 1.6;
}
.next_pickup a:hover {
text-decoration: none;
border-color: #ccc;
background:#fff;
}
.next_pickup a:hover:before,
.next_pickup a:hover:after {
color:#333;
}
.next_pickup a {
text-decoration: none;
}
.next_pickup a:before {
content: '次のページ';
display: block;
font-size: .9em;
color: #fff;
}
.next_pickup a:after {
content: '\f105';
font-family: FontAwesome;
display: block;
position: absolute;
top: 50%;
right: 5px;
margin-top: -.55em;
line-height: 1;
color: #fff;
font-size: 2em;
} .next_prev_wrap {
display: flex;
justify-content: center;
padding-top: 15px;
position: relative;
height: 50px;
}
.next_prev_wrap > * {
margin:0 25px;
}
.next_prev_wrap:after {
content: '';
background: #ccc;
width: 1px;
height: 50px;
position: absolute;
left: 50%;
top: 0;
}
.next_prev_wrap > p.single > * {
line-height: 1.4;
display: flex;
color: #ccc;
position: relative;
}
.next_prev_wrap > p.next > * {
padding: 0 10px 0 25px;
}
.next_prev_wrap > p.prev > * {
padding: 0 25px 0 10px;
}
.next_prev_wrap > p.single > a {
color: #333;
}
.next_prev_wrap > p.single > a:before {
content: '';
height: 1px;
width: 90%;
background: #333;
position: absolute;
bottom: -5px;
left: 5%;
}
.next_prev_wrap > p.single a:hover {
text-decoration: none;
}
.next_prev_wrap > p.single > *:after {
color: #ccc;
font-family: FontAwesome;
font-size: 20px;
border-radius: 50%;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
display: inline-block;
position: absolute;
}
.next_prev_wrap > p.single > a:after {
color: #000;
}
.next_prev_wrap > p.next > *:after {
content: '\f104';
margin-right: 5px;
left: 0;
}
.next_prev_wrap > p.prev > *:after {
content: '\f105';
margin-left: 5px;
right: 0;
} #footer_fixed_zone {
position: fixed;
right: 40px;
bottom: -55px;
z-index: 10;
transition: all .6s cubic-bezier(.075,.82,.165,1) .1s;
}
.to_page_top a {
display: block;
text-align: center;
color: #333;
font-family: 'helvetica';
font-size: 26px;
box-sizing: border-box;
border-radius: 50%;
width: 52px;
height: 52px;
line-height: 45px;
border: 2px solid #333;
background: rgba(255, 255, 255, .5);
}
.to_page_top a:hover {
text-decoration: none;
} div#side_form {
border: 2px solid #b5b5b5;
background: #fff;
padding: 10px;
text-align: center;
}
div#side_form img {
margin-bottom: 10px;
}
div#side_form [type="submit"] {
margin: 10px auto;
background: #1c97d5;
}  .bxslider {
position: relative;
}
.bxslider > * {
position: absolute;
top: 0;
} .bx-wrapper img {
margin: 0 auto; } .bx-wrapper {
margin: 0 auto!important;
} .bx-wrapper .bx-viewport {
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
border: none!important;
left: 0!important;
background: transparent!important;
} .bx-wrapper .bx-controls-direction a {
width: 30px;
height: 30px;
display: block;
background: rgba(255,255,255,0.6);
border-radius: 50%;
box-shadow: 0 0 5px 0 #000;
z-index: 1;
}
.bx-controls-direction a.bx-prev {
left: 0px
}
.bx-controls-direction a.bx-next {
right: 0px
}
.bx-controls-direction a:after {
width: 8px;
height: 8px;
content: '';
position: absolute;
border-top: 3px solid rgba(0, 0, 0, 0.8);
border-right: 3px solid rgba(0, 0, 0, 0.8);
top: 10px;
}
.bx-controls-direction a.bx-prev:after {
transform: rotate(-135deg);
left: 12px;
}
.bx-controls-direction a.bx-next:after {
transform: rotate(45deg);
left: 8px;
} .img_container {
position: relative; padding-top: 66.6666%; overflow: hidden;
}
.img_container img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: none;
height: 115%!important; width: auto;
}
.img_container img.portrait {
height: auto;
width: 100%;
}
.img_container img.landscape {
height: 100%;
width: auto;
} .zoom_container .img_container img {
-webkit-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.zoom_container:hover .img_container img {
-webkit-transform: translate(-50%, -50%) scale(1.1);
-ms-transform: translate(-50%, -50%) scale(1.1);
transform: translate(-50%, -50%) scale(1.1);
opacity: 1;
}  body:not(.home) .editor_area img {
margin-bottom: 8px;
} ul.col2.line li {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin-bottom: -1px!important;
}  .col2 {
margin-left: -4%;
display: flex;
flex-wrap: wrap;
}
.col2 li {
width: 46%;
margin-left: 4%;
} .col3 {
margin-left: -1%;
margin-right: -1%;
}
.col3 li {
float: left;
width: 32%;
margin-left: 1%;
} .col4 {
margin-left: -1%;
}
.col4 li {
float: left;
width: 24%;
margin-left: 1%;
} .col5 {
margin-left: -1%;
}
.col5 li {
float: left;
width: 19%;
margin-left: 1%;
}  .editor_area ul, .editor_area ol {
padding-left: 2em;
}
.editor_area ul li, .editor_area ol li {
margin-top: 0.6em;
margin-bottom: 0.6em;
}
.editor_area ul {
list-style-type: disc;
}
.editor_area ol {
list-style-type: decimal;
} .editor_area ul[class], .editor_area ol[class] {
list-style-type: none;
padding-left: 0;
}
.editor_area ul[class] li, .editor_area ol[class] li {
margin-top: 0;
margin-bottom: 0;
}  .font_m {
font-size: 16px;
line-height: 1.8;
word-break: normal; }
.font_m input, .font_m textarea {
font-size: 16px;
} .font_m ol:not(.list02) li, .font_m ul:not(.list02) li, .font_m th, .font_m td {
line-height: 1.4;
}
.font_m ol li p, .font_m ul li p {
line-height: 1.8;
} p.wp-caption-text, [style *= "font-size"] {
line-height: 1.4;  }
[style *= "font-size: 12px"] , [style *= "font-size: 14px"] , [style *= "font-size: 16px"] , [style *= "font-size: 18px"] {
line-height: 1.8;
} .editor_area a {
color: #09f;
text-decoration: underline;
}
.editor_area a:hover {
text-decoration: none;
}
.editor_area ul[class] li a {
text-decoration: none;
color: #333;
}
.editor_area ul[class] a:hover {
text-decoration: underline;
}  .aligncenter, dl.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float: left; margin: 0 20px 20px 0;
}
img.alignright {
float: right; margin: 0 0 20px 20px;
} .wp-caption {
max-width: 100%;
}
.wp-caption img {
margin-bottom: 0!important;
}
.wp-caption-text {
margin-top: 0.5em;
text-align: center;
font-size: 12px;
}
.wp-caption.alignright {
float: right;
text-align: center;
margin: 0 0 20px 20px;
}
.wp-caption.alignleft {
float: left;
text-align: center;
margin: 0 20px 20px 0;
} .editor_area img {
height: auto;
} img.mce-object.mce-object-iframe {
max-height: 300px;
} .editor_area:after {
content: '';
display: block;
clear: both;
} iframe[src*="maps"], iframe[src*="youtube"] {
max-width: 100%;
border: 0;
} dl.faq:not(:last-child) {
border-bottom: 1px dotted #ccc;
}
dl.faq > dt {
background-color: #f8f9fa;
font-weight: bold;
padding: 20px 25px 20px 30px;
position: relative;
}
dl.faq > dt.open, dl.faq > dt:hover {
background-color: #f3f3f3;
}
dl.faq > dt .arrow {
float: right;
font-size: 1.5em;
line-height: 1;
position: absolute;
right: 5px;
top: 50%;
margin-top: -.5em;
}
dl.faq > dt .arrow:before {
font-family: FontAwesome;
content: '\f107';
}
dl.faq > dt.open .arrow:before {
font-family: FontAwesome;
content: '\f106';
}
dl.faq > dt:before {
content: 'Q. ';
position: absolute;
left: 10px;
top: 19px;
}
dl.faq > dt a {
color: #333;
}
dl.faq > dd {
padding: 20px;
overflow: hidden;
}  [class*="ttl"], [class*="header"] {
line-height: 1.4;
} h2[class*="h2"] {
font-size: 26px;
margin-bottom: 1em;
clear: both;
position: relative;
line-height: 1.4;
}
* + h2[class*="h2"] {
margin-top: 2em;
} h2[class*="h2a"] {
padding: 10px 15px;
background: #ddd;
} h3[class*="h3"] {
font-size: 20px;
margin-bottom: 1em;
clear: both;
font-weight: inherit;
position: relative;
line-height: 1.4;
}
* + h3[class*="h3"] {
margin-top: 2em;
} h3[class*="h3a"] {
padding: 8px 15px;
background: #EEE;
} .editor_area hr.hr01 {
border: none;
border-top: 1px dashed #aaa;
}
.editor_area hr {
border: none;
border-top: 1px solid #ccc;
} .thLock01 th {
width: 200px;
}
.table01 th, .table01 td {
border: 1px solid #cccccc;
padding: 15px;
}
.table01 th {
text-align: center;
background-color: #f0f0f0;
} table.addr th {
text-align: left;
vertical-align: top;
min-width: 70px;
} .editor_area blockquote {
position: relative;
border: 1px solid #C0C0C0;
margin: 1em 0;
padding: 30px;
border-radius: 5px;
color: #000;
background: #FAFAFA;
}
.editor_area blockquote:before, .editor_area blockquote:after {
position: absolute;
font-family: Georgia;
font-size: 60px;
color: #C9C9C9;
line-height: 1;
}
.editor_area blockquote:before {
content: "“";
top: 5px;
left: 10px;
}
.editor_area blockquote:after {
content: "”";
bottom: -30px;
right: 10px;
} ol.numtype01 > li:before {
content: ''!important;
}
ol.numtype01 li {
background-size: 1.2em auto;
}
ol.numtype01 li:nth-child(1) {
background-image: url(http://localhost/yaneshima/wp-content/themes/cyber/./parts/images/li/count/01_1.png);
}
ol.numtype01 li:nth-child(2) {
background-image: url(http://localhost/yaneshima/wp-content/themes/cyber/./parts/images/li/count/01_2.png);
}
ol.numtype01 li:nth-child(3) {
background-image: url(http://localhost/yaneshima/wp-content/themes/cyber/./parts/images/li/count/01_3.png);
}
ol.numtype01 li:nth-child(4) {
background-image: url(http://localhost/yaneshima/wp-content/themes/cyber/./parts/images/li/count/01_4.png);
}
ol.numtype01 li:nth-child(5) {
background-image: url(http://localhost/yaneshima/wp-content/themes/cyber/./parts/images/li/count/01_5.png);
}
ol.numtype01 li:nth-child(6) {
background-image: url(http://localhost/yaneshima/wp-content/themes/cyber/./parts/images/li/count/01_6.png);
}
ol.numtype01 li:nth-child(7) {
background-image: url(http://localhost/yaneshima/wp-content/themes/cyber/./parts/images/li/count/01_7.png);
}
ol.numtype01 li:nth-child(8) {
background-image: url(http://localhost/yaneshima/wp-content/themes/cyber/./parts/images/li/count/01_8.png);
}
ol.numtype01 li:nth-child(9) {
background-image: url(http://localhost/yaneshima/wp-content/themes/cyber/./parts/images/li/count/01_9.png);
} ul.bg_type01 {
background: url(http://localhost/yaneshima/wp-content/themes/cyber/./parts/images/bg01_btm.png) no-repeat 50% 100%, url(http://localhost/yaneshima/wp-content/themes/cyber/./parts/images/bg01_top.png) no-repeat 50% 0%, url(http://localhost/yaneshima/wp-content/themes/cyber/./parts/images/bg01_mid.png) repeat-y 50% 0%;
background-size: contain;
padding: 85px 5% 30px!important;
position: relative;
margin: 0 auto;
} ol[class*="list"] > li:before {
content: counters(ol_cnt, "")".";
}
ol[class*="list"] ol > li:before {
content: counters(ol_cnt2, "")".";
}
ol[class*="list"] ol ol > li:before {
content: counters(ol_cnt3, "")".";
}
ol.list02 > li:before {
content: counters(ol_cnt, "");
}  .list01 > li { position: relative;
font-size:22px;
} .large > li {
font-size: 30px;
line-height: 1.4;
}
.list01 > li .list01 > li { border-bottom: 0;
border-top: 1px dotted #ccc;
}
.list01 li:before {
font-size: 1.2em;
line-height: 1;
color: #555;
margin-right: 5px;
position: absolute;
left: 0;
top: 0;
} [class*=list0] > li {
margin-top: 0.6em!important;
margin-bottom: 0.6em!important;
} ul.list01 > li {
padding-left: 1em;
}
ul.list_type02 > li { padding-left: 1.5em;
}
ul.list01 > li:before {
font-family: FontAwesome;
content: '\f0da';
vertical-align: bottom;
}
ul.list_type02 > li:before {
content: '\f046';
color: #f00;
top: 3px;
} ol.list01 > li {
padding-left: 2.5em;
font-weight:bold;
}
ol.list01 > li:before {
top: auto;
left: auto;
top: 2px;
right: calc(100% - 2em);
} .list01 ul > li:first-child {
margin-top: 5px;
}
.list01 ul > li:before {
content: '┗';
margin-left: 0;
}  .list02 > li { padding: 30px;
position: relative;
border: 2px solid #333;
background: #fff;
min-height: 2em;
margin-top: 20px!important;
}
.list02 > li:first-child {
margin-top: 0;
} .fontM ol.list02 li {
line-height: 1.8;
}
.fontM ol.list02 li li {
line-height: 1.4;
}
ol.list02 > li {
padding-left: 80px;
min-height: 80px;
}
ol.list02 > li:after {
position: absolute;
line-height: 1;
left: 50%; top: -27px;
font-size: 30px;
margin-left: -.5em;
content: "\f0d7";
font-family: FontAwesome;
color: #333;
}
ol.list02 > li:first-child:after {
content: '';
}
ol.list02 > li:before {
position: absolute;
top: 0;
left: 0;
color: #fff;
width: 60px;
line-height: 60px;
text-align: center;
font-size: 28px;
background-color: #ccc;
font-family: Arial;
}
ol.list02 > li > h3 {
font-weight: bold; font-size: 20px;
margin-bottom: 20px;
} body.editor_only .guide01:before {
display: block;
background: pink;
padding: 2px;
font-size: 14px;
text-align: center;
}
body.editor_only .guide01 {
border: 1px dotted red;
} body.editor_only .only_sp:before {
content: 'スマホのみ表示';
font-size: 12px;
color: red;
}
body.editor_only .only_pc:before {
content: 'PCのみ表示';
} .editor_only .container00:before {
content: '2列エリア';
}
.container00 > * {
float: right;
}
.container00 > *:first-child {
float: left;
}
.lr_reverse > * {
float: left;
}
.lr_reverse > *:first-child {
float: right;
}
.one_column .container00 > * {
width: calc(50% - 20px);
}
.multi_column .container00 > * {
width: calc(50% - 10px);
}
.container00.col_37 > *:first-child {
width: 30%;
}
.one_column .col_37 > * {
width: calc(70% - 40px);
}
.multi_column .col_37 > * {
width: calc(70% - 20px);
}
.container00.col_73 > * {
width: 30%;
}
.one_column .col_73 > *:first-child {
width: calc(70% - 40px);
}
.multi_column .col_73 > *:first-child {
width: calc(70% - 20px);
}
.container00.col_28 > *:first-child {
width: 20%;
}
.one_column .col_28 > * {
width: calc(80% - 40px);
}
.multi_column .col_28 > * {
width: calc(80% - 20px);
}
.container00.col_82 > * {
width: 20%;
}
.one_column .col_82 > *:first-child {
width: calc(80% - 40px);
}
.multi_column .col_82 > *:first-child {
width: calc(80% - 20px);
}
.container00.col_46 > *:first-child {
width: 40%;
}
.one_column .col_46 > * {
width: calc(60% - 40px);
}
.multi_column .col_46 > * {
width: calc(60% - 20px);
}
.container00.col_64 > * {
width: 40%;
}
.one_column .col_64 > *:first-child {
width: calc(60% - 40px);
}
.multi_column .col_64 > *:first-child {
width: calc(60% - 20px);
} body.editor_only .container01:before {
content: '3列エリア';
}
.container01 > * {
float: left;
}
.one_column .container01 > * { width: calc((100% - 100px) * 0.333);
margin-left: 50px;
}
.multi_column .container01 > * { width: calc((100% - 50px) * 0.333);
margin-left: 25px;
}
.container01 > *:first-child {
margin-left: 0;
} .editor_only .container02:before {
content: '4列エリア';
}
.container02 > * {
float: right;
width: 49%;
width: calc(50% - 10px);
}
.container02 > *:first-child {
float: left;
}
.container02 > * > * {
float: right;
width: 48%;
width: calc(50% - 10px);
}
.container02 > * > *:first-child {
float: left;
} .box01 {
background: #fcf8e6;
padding: 20px 30px;
} a.btn01 {
position: relative;
text-decoration: none;
display: inline-block;
line-height: 1.2;
padding: 17px 30px 17px 20px;
color: #FFF;
background: #ccc;
font-size: 18px;
min-width: 300px;
text-align: center;
}
a.btn01:hover {
opacity: .8;
}
a.btn01:before {
font-family: FontAwesome;
content: '\f105';
font-size: 1.5em;
position: absolute;
top: 50%;
margin-top: -.55em;
line-height: 1;
right: 8px;
font-weight: normal;
} a.btn02 {
position: relative;
text-decoration: none;
display: inline-block;
line-height: 1.2;
padding: 5px 0 5px 20px; }
a.btn02:hover {
text-decoration: underline;
}
a.btn02:before {
font-family: FontAwesome;
content: '\f138';
font-size: 18px;
position: absolute; top: 5px;
left: 0; line-height: 1;
} .gallery-item img {
border: 0!important;
}
.gallery img[data-mce-selected]:focus {
outline: none;
}
.gallery a { }
.gallery {
margin: auto -6px;
padding: 6px 0;
line-height: 1;
overflow-x: hidden;
}
.ie7 .gallery, .ie8 .gallery {
margin: auto;
}
.gallery .gallery-item {
float: left;
margin: 0;
text-align: center;
padding: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ie7 .gallery .gallery-item, .ie8 .gallery .gallery-item {
padding: 6px 0;
}
.gallery .gallery-caption, .gallery .gallery-icon {
margin: 0;
}
.gallery .gallery-caption {
font-size: 13px;
margin: 4px 0;
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.333%;
}
.ie8 .gallery-columns-3 .gallery-item, .ie7 .gallery-columns-3 .gallery-item {
width: 33%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.665%;
}
.gallery-columns-7 .gallery-item {
width: 14.285%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11.111%;
}
.gallery img {
max-width: 100%;
height: auto;
border: none;
padding: 0;
}
 
@import url("https://fonts.googleapis.com/css?family=Fjalla+One"); @font-face {
font-family: 'mplus';
src: url(//gift-home.net/wordpress/wp-content/themes/cyber-child/font/rounded-l-mplus-1m-medium.woff2) format('woff2'), url(//gift-home.net/wordpress/wp-content/themes/cyber-child/font/rounded-l-mplus-1m-medium.woff) format('woff'), url(//gift-home.net/wordpress/wp-content/themes/cyber-child/font/rounded-l-mplus-1m-medium.otf) format('opentype');
} .page-index-2 .page_promo_wrap {
display: none;
} .grecaptcha-badge {
display: none;
}  #booking-package button {
font-size: 16px;
background: #f1a209;
padding: 10px;
color: #fff;
min-width: 150px;
} #returnDayButton,
#nextDayButtton{
display:none;
} #booking-package_inputFormPanel .returnButton {
max-width: 400px;
display: block;
margin: 0 auto;
} div#daysListPanel [class*="selectPanel"] {
text-align:center;
}
div#daysListPanel [class*="selectPanel"] > *:first-child {
display:none;
}
div#daysListPanel [class*="selectPanel"] > *:last-child:after {
content:' 日';
} div#scheduleMainPanel .selectPanel span:first-child:after {
content: '◯';
}
div#scheduleMainPanel .selectPanelError span:first-child:after {
content: '✕';
} #booking-package_inputFormPanel input[type=text] {
max-width: 500px;
}  .sns a {
text-decoration: none;
}
.insta img{
width: 48px;
}   .common_event_list .slick-prev, 
.common_event_list .slick-next {
border:none;
background:none;
} ul.post_archive li .cat > *.fin {
background: #afafaf;
} .table01 th {
background-color: #fbfaf4;
} #main_area .icon_label > * {
font-size: 14px;
background: #a0a0a0;
padding: 8px 10px;
min-width: 120px;
display: inline-block;
text-align: center;
color: #fff;
line-height: 1;
}
#main_area .icon_label > *:not(:last-child) {
margin-right:10px;
}
#main_area .articleDate_area_event {
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
padding: 10px 0 20px;
font-size: 18px;
}  body.single-works .slick-prev, body.single-works .slick-next {
border: 0 solid rgba(0, 0, 0, 0.8);
border-top-width: 3px;
border-right-width: 3px;
z-index: 1;
width: 30px;
height: 30px;
top: 200px;
border-radius: 0;
}
body.single-works .slick-prev {
transform: rotate(-135deg);
left: 0;
}
body.single-works .slick-next {
transform: rotate(45deg);
right: 0;
}
body.single-works .slick-prev:before, body.single-works .slick-next:before {
display: none;
} body.single-works .slick-slider {
margin: 30px auto;
}
body.single-works .slick-list .img_container {
padding-top: 50%;
} body.single-works .slick-dots {
position: static;
margin-top: 10px;
text-align: left;
}
body.single-works .slick-dots li {
width: 80px;
position: relative;
padding-top: 60px;
overflow: hidden;
}
body.single-works .slick-dots li img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: none;
height: 100%!important;
width: auto;
} .next_pickup a {
background: #f1a209;
}
.next_pickup a:hover {
border-color: #f1a209;
color: #f1a209;
} .page_promo .txt_box {
width: auto;
min-width: 500px;
display: table;
padding: 20px 0 75px;
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/ttl_bg04.png) no-repeat 50% 100% / 166px auto;
}
.page_promo .txt_box .inner {
background: #fff;
border: 2px solid #5e380b;
border-radius: 10px;
padding: 10px 20px;
position: relative;
}
.page_promo .txt_box .inner:after {
content: '';
width: 18px;
height: 18px;
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/fukidashi.png) no-repeat 50% / contain;
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -9px;
}
.page_promo .sub_ttl {
background: transparent;
color: #f1a209;
font-weight: normal;
border-bottom: 2px solid #f1a209;
}
.page_promo .ttl {
font-size: 28px;
color: #4f0f0f;
} @keyframes up_down {
0% {
transform: translateY(-3px);
}
100% {
transform: translateY(0px);
}
} .tweet_area a {
color: #fff;
}
.tweet_area {
background: rgba(57, 33, 9, .9); width: 100%; display:none;
}
.tweet_area .txt_wrap {
color: #fff;
position: relative;
display: flex;
}
.tweet_area .icon {
font-family: 'Fjalla One', sans-serif;
position: relative;
font-size: 18px;
padding-left: 50px;
}
.tweet_area .icon:before, .tweet_area .txt_wrap .icon:after {
content: '';
width: 0;
height: 0;
border-style: solid;
position: absolute;
}
.tweet_area .icon:before {
border-width: 11px 14px 11px 0;
border-color: transparent #f1a209 transparent transparent;
left: 14px;
}
.tweet_area .icon:after {
border-width: 11px 0 11px 14px;
border-color: transparent transparent transparent #b5b5b6;
left: 0;
}
.tweet_area .items {
padding-left: 30px;
margin-left: 30px;
position: relative;
}
.tweet_area .items:before {
content: '';
height: 40px;
width: 1px;
position: absolute;
background: #fff;
left: 0;
top: -7px;
}
.tweet_area .date {
margin-right: 1em;
}
.tweet_area .more {
position: absolute;
right: 0;
padding-right: 15px;
}
.tweet_area .more:after {
font-family: FontAwesome;
content: '\f105';
position: absolute;
top: 50%;
margin-top: -.5em;
line-height: 1;
right: 0;
font-size: 1.3em;
}  .bx-controls-direction a:after {
border-top-color: #4a341d;
border-right-color: #4a341d;
} .to_page_top a {
color: #f1a209;
border-color: #f1a209;
} .list01 li:before {
color: #f1a209;
}  .list02 > li {
border-color: #f1a209;
}
ol.list02 > li:before {
background-color: #f1a209;
}
ol.list02 > li:after {
color: #f1a209;
}  h2[class*="h2a"] {
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/h2_bg.png) no-repeat 50% 0 / 37px 46px transparent;
color: #471b08;
text-align: center;
font-size: 30px;
padding: 75px 0 0;
font-weight: bold;
} h2[class*="h2b"] {
padding: 10px 15px;
background: #5B3C19;
color: #fff;
} h3[class*="h3a"] {
padding: 8px 5px;
background: transparent;
border-bottom: 2px solid #f1a209;
font-weight: bold;
} h3[class*="h3b"] {
background: #f1a209;
color: #fff;
padding: 5px 10px;
font-weight: bold;
}  [class*="section_kugiri02"] {
background: #f7f5f2;
}
.section_kugiri04 {
background: url(//gift-home.net/wordpress/wp-content/themes/cyber-child/images/bg01.jpg);
position: relative; padding-top: 60px;
}  .section_kugiri05 {
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/bg02.jpg) no-repeat 50% 0 / cover;
}
[class*="section_kugiri07"] {
background: #d5c68c;
}
.section_kugiri08 {
padding-bottom: 0;
} a.btn01 {
color: #000;
background: #fff;
border: 1px solid #000;
font-weight: bold;
z-index: 1;
overflow: hidden;
}
a.btn01:hover {
opacity: 1;
color: #ddd!important;
text-decoration: none!important;
}
a.btn01:before {
font-weight: normal;
} a.btn01:after {
position: absolute;
top: 50%;
left: -20px;
content: '';
width: 0px;
height: 0px;
background-color: #000;
border-radius: 50%;
transform: translate(-50%, -50%);
z-index: -1;
}
a.btn01:hover:after {
animation: btn_anim 1s both;
animation-direction: alternate;
}
@keyframes btn_anim {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%; width: 550px;
height: 375px;
}
} h2.common_ttl {
display: table;
margin: 0 auto;
position: relative;
text-align: center;
}
h2.common_ttl .main {
font-family: "mplus";
font-size: 48px;
line-height: 1.2;
}
h2.common_ttl .sub {
display: block;
margin: 10px auto;
}
h2.common_ttl:before, h2.common_ttl:after {
content: '';
display: inline-block;
position: absolute;
bottom: 0;
} ul.common_event_list:not(.slick-initialized) {
height:180px;
overflow:hidden;
}
ul.common_event_list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 -10px;
}
ul.common_event_list li {
overflow: hidden;
width: calc(50% - 10px);
padding:0 10px;
} ul.common_event_list .area_a {
width: 180px;
margin-right: 15px;
float: left;
background-color: #dfdfdf;
}
ul.common_event_list .area_a .img_container {
padding-top: 180px;
}
ul.common_event_list .area_b {
width: calc(100% - 195px);
float: right;
}
ul.common_event_list .meta {
margin-bottom: 20px;
}
ul.common_event_list .meta > * {
font-size: 14px;
background: #a0a0a0;
padding: 8px 10px;
min-width: 120px;
display: inline-block;
text-align: center;
color: #fff;
line-height: 1;
position: relative;
}
ul.common_event_list .meta > .cat:after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 7px 4px 0 4px;
border-color: #a0a0a0 transparent transparent transparent;
position: absolute;
bottom: -7px;
right: 10%;
}
ul.common_event_list .meta > .info:after {
border-top-color: #8fa823;
}
ul.common_event_list .meta > .kengaku:after {
border-top-color: #ce5a27;
}
ul.common_event_list .meta > .event:after {
border-top-color: #02a6a7;
}
ul.common_event_list .meta > .column:after {
border-top-color: #009bc1;
}
ul.common_event_list .meta > *:not(:first-child) {
margin-left: 5px;
}
ul.common_event_list .date {
font-size: 14px;
margin-bottom: 5px;
}
ul.common_event_list .ttl {
margin-bottom: 10px;
line-height: 1.4;
}
ul.common_event_list .ttl a {
font-size: 18px;
text-decoration: underline!important;
}
ul.common_event_list .ttl a:hover {
text-decoration: none!important;
}
ul.common_event_list .txt {
font-size: 14px;
color: #626262;
line-height: 1.4;
}
ul.common_event_list .place {
} ul.common_works_list {
display: flex;
flex-wrap: wrap;
margin: 20px -2px;
}
ul.common_works_list > * { width: calc((100% - 12px) * .333);
margin: 0 2px;
position: relative;
margin-bottom: 25px!important;
}
ul.common_works_list .cat {
font-size: 14px;
background: #a0a0a0;
padding: 10px 10px;
min-width: 150px;
display: inline-block;
text-align: center;
color: #fff;
line-height: 1;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
ul.common_works_list .txt_wrap {
padding: 10px 10px 0;
}
ul.common_works_list .ttl a {
text-decoration: underline!important;
}
ul.common_works_list .ttl a:hover {
text-decoration: none!important;
} ul.common_post_list {
margin: 20px 0;
}
ul.common_post_list li {
display: flex;
}
ul.common_post_list li:not(:last-child) {
margin-bottom: 30px;
}
ul.common_post_list .area_a {
width: 95px;
margin-right: 25px;
height: 70px;
overflow: hidden;
border: 1px solid #ddd;
}
ul.common_post_list .area_a .img_container {
padding-top: 70px!important;
}
ul.common_post_list .area_a .img_container img {
height: 95px!important;
}
ul.common_post_list .area_b {
width: calc(100% - 120px);
}
ul.common_post_list .meta {
margin-bottom: 0px;
}
ul.common_post_list .cat {
font-size: 12px;
background: #a0a0a0;
padding: 5px 10px;
min-width: 80px;
display: inline-block;
text-align: center;
color: #fff;
line-height: 1;
position: relative;
border-radius: 15px;
vertical-align: 2px;
}
ul.common_post_list .meta > *:not(:first-child) {
margin-left: 10px;
}
ul.common_post_list .ttl a {
text-decoration: underline!important;
}
ul.common_post_list .ttl a:hover {
text-decoration: none!important;
} div#home_event .common_ttl {
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/ttl_bg01b.png) no-repeat 50% 0 / 128px auto;
padding-top: 63px;
}
div#home_event .common_ttl .main {
font-size: 38px;
}
div#home_event .common_ttl:before, div#home_event .common_ttl:after {
width: 182px;
height: 92px;
bottom: auto;
top: 10px;
} div#home_event .common_ttl:before {
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/ttl_bg01a.png) no-repeat 50% 0 / contain;
left: -140px;
}
div#home_event .common_ttl:after {
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/ttl_bg01c.png) no-repeat 50% 0 / contain;
right: -140px;
}
div#home_event .btn {
position: absolute;
right: 0;
top: -90px;
}
div#home_event .btn a {
padding: 10px 30px 10px 20px;
min-width: 150px;
font-size: 16px;
} div#home_works .common_ttl {
margin: 20px auto;
}
div#home_works .common_ttl:before, div#home_works .common_ttl:after {
bottom: 15px;
}
div#home_works .common_ttl:before {
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/ttl_bg02a.png) no-repeat 50% 0 / contain;
left: -113px;
width: 113px;
height: 96px;
}
div#home_works .common_ttl:after {
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/ttl_bg02b.png) no-repeat 50% 0 / contain;
right: -149px;
width: 149px;
height: 118px;
} div#home_works p.top_sdgs_bnr {
margin: 70px 0 35px;
}
div#home_works p.top_sdgs_bnr a {
display: table;
border: 1px solid #000;
padding: 30px 40px;
margin: 0 auto;
}
div#home_works p.top_sdgs_bnr a:hover {
opacity: .8;
}
div#home_works p.top_sdgs_bnr a img:hover {
opacity: 1;
}   div#home_plan2 .common_ttl {
padding-bottom: 20px;
}
div#home_plan2 .common_ttl:before {
background: url(//gift-home.net/wordpress/wp-content/themes/cyber-child/images/ttl_bg03a.png) no-repeat 50% 0 / contain;
left: -197px;
width: 197px;
height: 151px;
}
div#home_plan2 .common_ttl:after {
background: url(//gift-home.net/wordpress/wp-content/themes/cyber-child/images/ttl_bg03b.png) no-repeat 50% 0 / contain;
right: -246px;
width: 246px;
height: 91px;
}
div#home_plan2 .buffet {
position: relative;
padding: 30px;
background: center,url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/buffet_backgrouped.jpg)no-repeat center top;
border: 1px #000000 solid;
margin-bottom: 30px;
}
div#home_plan2 .buffet p.inner {
margin-bottom: 20px;
}
div#home_plan2 .buffet .box_w {
margin: 0 auto;
width: 610px;
height: 440px;
background-color: rgba(255, 255, 255, 0.9);
text-align: center;
padding: 35px;
}
div#home_plan2 p.main_ttl{
font-size: 22px;
margin-bottom: 50px;
text-align: center;
}
div#home_plan2 ol[class*="items"]{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -12.5px 70px;
}
div#home_plan2 ol[class*="items"] li{
width:200px;
text-align:center;
position:relative;
margin: 0 12.5px;
}
div#home_plan2 ol[class*="items"] li::before{
position: absolute;
content: "0"counters(ol_cnt, "");
top: -25px;
left: calc(50% - 25px);
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #003f62;
color:#fff;
font-size: 24px;
letter-spacing:.05em;
line-height: 1;
display: flex;
justify-content: center;
align-items: center;
z-index:3;
}
div#home_plan2 ol.items02 li::before{
background-color: #f78d1c;
}
div#home_plan2 ol[class*="items"] li .area_a{
margin-bottom: 15px;
position:relative;
}
div#home_plan2 ol[class*="items"] li .area_a .brand{
position:absolute;
left:0;
top:0;
z-index: 2;
width:200px;
height:300px;
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;
font-size:22px;
}
div#home_plan2 ol[class*="items"] li .area_a .brand a{
color:#fff;
text-decoration:none;
}
div#home_plan2 ol[class*="items"] li .area_a .brand a::before{
content:"";
width:200px;
height:300px;
background:rgba(0,0,0,.3);
position:absolute;
left:0;
top:0;
z-index:-1;
}
div#home_plan2  ol.items02 li .area_a .brand a::before{
background:rgba(43,22,9,.3);
}
div#home_plan2 ol[class*="items"] li .area_a p.img{
padding-top: 300px;
}
div#home_plan2 ol[class*="items"] li h3.ttl{
font-size:20px;
font-family:my_mincho;
line-height:1.1;
margin-bottom:10px;
}
div#home_plan2 ol[class*="items"] li h3.ttl a{
color: inherit;
background-image: linear-gradient(to right, #afb6ba 50%, transparent 50%);
background-position: 100% 100%;
background-size: 200% 40%;
background-repeat: no-repeat;
transition: background-position .3s ease-out;
}
div#home_plan2 ol.items02 li h3.ttl a{
background-image: linear-gradient(to right, #d1b783 50%, transparent 50%);
}
div#home_plan2 ol[class*="items"] li h3.ttl a:hover{
background-position: 0% 100%;
}
div#home_plan2 ol[class*="items"] li h3.ttl a > span{
display:inline-block;
}
div#home_plan2 ol[class*="items"] li h3.ttl a > span:nth-child(2){
margin-left:10px;
padding-left:10px;
border-left:1px solid;
}
div#home_plan2 ol[class*="items"] li p.txt{
font-size:15px;
}
div#home_plan2 .bnr {
background: #fff;
margin-top: 30px;
}
div#home_plan2 .bnr:not(:last-child) {
margin-bottom:40px;
} div#home_concept .common_ttl {
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/ttl_bg04.png) no-repeat 50% 100% / contain;
padding-bottom: 70px;
}
div#home_concept .main_ttl {
font-size: 36px;
text-align: center;
margin: 10px 0;
}
div#home_concept .txt {
text-align: center;
margin-bottom: 30px;
}
div#home_concept .btn01 {
min-width: 350px;
padding: 24px 30px 24px 20px;
} div#home_menu ul.items {
display: flex;
margin: 0 -20px;
}
div#home_menu ul.items li {
width: calc((100% - 80px) / 3);
margin: 0 20px;
}
div#home_menu ul.items .img_wrap {
margin-bottom: 10px;
display: block;
}
div#home_menu ul.items .centering_container {
position: relative;
display: block;
}
div#home_menu ul.items .ttl_wrap {
position: absolute;
z-index: 1;
display: flex;
height: 100%;
width: 100%;
align-items: center;
justify-content: center;
}
div#home_menu ul.items .ttl {
text-align: center;
color: #fff;
}
div#home_menu ul.items .ttl:before {
content: '';
display: table;
margin: 0 auto 20px;
}
div#home_menu ul.items li:hover .ttl:before, div#home_menu ul.items li.active .ttl:before {
animation: up_down .3s 0s ease-in-out alternate;
}
div#home_menu ul.items li.active .ttl:before {
animation-iteration-count: 5;
}
div#home_menu ul.items li:hover .ttl:before {
animation-iteration-count: infinite!important;
}
div#home_menu ul.items li:nth-child(1) .ttl:before {
width: 70px;
height: 63px;
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/icon_heart.png) no-repeat 50% / contain;
}
div#home_menu ul.items li:nth-child(2) .ttl:before {
width: 71px;
height: 62px;
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/icon_house.png) no-repeat 50% / contain;
}
div#home_menu ul.items li:nth-child(3) .ttl:before {
width: 57px;
height: 56px;
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/icon_tool.png) no-repeat 50% / contain;
}
div#home_menu ul.items .txt {
text-align: center;
color: #fff;
font-size: 20px;
font-weight: bold;
}
div#home_menu .bnrs { } .top_greeting_bnr {
margin-bottom: 50px;
} div#home_blog {
border: solid 2px;
border-image: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/hr01.jpg) 2 repeat;
padding: 25px;
width: 720px;
float: left;
position: relative;
}
div#home_blog .common_ttl {
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/ttl_bg05.png) no-repeat 50% 100% / contain;
padding-bottom: 20px;
}
div#home_blog .common_ttl .main {
font-size: 30px;
}
div#home_blog .btn {
position:absolute;
right: 25px;
top: 40px;
}
div#home_blog .btn01 {
padding: 10px 30px 10px 20px;
min-width: 150px;
font-size: 16px;
} div#home_bnrs {
width: 340px;
float: right;
}
div#home_bnrs > *:not(:first-child) {
margin-top: 15px;
} div#home_column > * {
position: relative;
}
div#home_column h2.main_ttl {
width: 197px;
position: absolute;
top: 0;
left: 15px;
z-index: 1;
}
div#home_column ul.items {
display: flex;
padding-left: 218px;
}
div#home_column ul.items li {
width: 274px;
margin-left: 20px;
background: #fff;
}
div#home_column .more {
position: absolute;
bottom: 0;
z-index: 2;
}
div#home_column .more a {
min-width: 212px;
width: 212px;
font-size: 15px;
vertical-align: bottom;
} div#home_access .addr {
text-align: center;
}
div#home_access .btn {
text-align: center;
margin: 10px 0 20px;
}
div#home_access .map iframe {
vertical-align: bottom;
} #contact_area {
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/bg03.jpg) no-repeat 50% 0 / cover;
height: 500px;
padding: 50px 0;
}
#contact_area .main_container {
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/contact_bg1.jpg) no-repeat,#FFF;
padding: 70px 50px 40px 10px;
height: 380px;
}
#contact_area .main_ttl {
width: 413px;
text-align: center;
margin: 0 auto;
font-size: 40px;
font-family: "my_mincho",serif; }
#contact_area .main_ttl .color {
color: #f1a209;
}
#contact_area .txt {
text-align: center;
font-size: 16px;
margin: 20px 0px;
}
#contact_area .info_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
width: 640px;
}
#contact_area .btn a {
font-size: 20px;
width: 326px;
padding: 25px 30px 25px 20px;
}
#contact_area .info_wrap2 {
text-align: center;
}
#contact_area .tel {
font-family: 'Fjalla One', sans-serif;
font-size: 36px;
vertical-align: middle;
margin-right: 10px;
}
#contact_area .tel:before {
content: '';
width: 56px;
overflow: hidden;
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/freedial.svg) no-repeat 50% / contain;
height: 33px;
display: inline-block;
vertical-align: -2px;
margin-right: 2px;
}
#contact_area .open {
font-size: 14px;
} div#footer_info .logo {
width: 240px;
margin: 0 auto;
} div#copy_frame {
background: #f1a209;
}  body.page-reform-2 .child_navi_wrap {
display: none;
}
  a.btn01+a.btn01 {
margin-left: 1em;
}  div#body_inner {
overflow: hidden;
min-width:1100px;
}
@media (min-width: 900px) {
.my_wide {
margin-left: calc((100vw - 100%) / -2);
width: 100vw;
}
}
div#contentsArea {
overflow: hidden;
}
div.w900 {
width: 900px;
margin: 0 auto;
} .br_pc:before {
content: "\A";
white-space: pre; }
.br_sp:before {
content: "";
} ul.child_navi li ul.children {
display: none;
}
ul.child_navi {
overflow: hidden;
width: 1100px;
margin: 0 auto;
text-align: center;
border-bottom: 1px solid #d5d5d5;
padding: 25px 0 20px;
}
ul.child_navi li {
display: inline-block;
position: relative;
padding-left: 25px;
padding-bottom: 7px;
}
ul.child_navi li:not(:first-child) {
margin-left: 50px;
}
ul.child_navi li a { font-size: 16px;
font-weight: normal;
position: relative;
}
ul.child_navi li[class*='current'] a, ul.child_navi li a:hover {
text-decoration: none;
}
ul.child_navi li:before {
content: '\f105';
font-family: FontAwesome;
width: 18px;
height: 18px;
position: absolute;
top: 3px;
left: 0;
color: #fff;
border-radius: 4px;
text-align: center;
-webkit-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear;
background: #cecece;
}
ul.child_navi li[class*='current']:before, ul.child_navi li:hover:before {
background: #676767;
}
ul.child_navi > li > a:after {
content: "";
background-color: #3c2a22;
width: 100%;
height: 1px;
display: block;
position: absolute;
bottom: 0px;
transform: scaleX(0);
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transition: .16s ease-in-out;
-webkit-transition: .16s ease-in-out;
-moz-transition: .16s ease-in-out;
-ms-transition: .16s ease-in-out;
-o-transition: .16s ease-in-out;
transform-origin: 0 0;
-moz-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-o-transform-origin: 0 0;
-ms-transform-origin: 0 0;
}
ul.child_navi > li[class*='current'] > a:after, ul.child_navi > li:hover > a:after {
transform: scaleX(1);
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
} #side_fixed_zone {
position: fixed;
right: -18px;
top: 50%;
margin-top: -135px;
z-index: 100;
-webkit-transition: right 0.2s linear;
-ms-transition: right 0.2s linear;
-moz-transition: right 0.2s linear;
transition: right 0.2s linear;
}
#side_fixed_zone:hover {
right: 0px;
}
#side_fixed_zone img:hover {
opacity: 1;
}
@media screen and (max-width: 1100px) {
#side_fixed_zone {
right: -69px;
}
} a img:hover {
opacity: .7;
}
a img.no_fade:hover {
opacity: 1;
}
a img {
box-shadow: #000 0 0 0; -webkit-transition: opacity 0.5s linear;
-ms-transition: opacity 0.5s linear;
-moz-transition: opacity 0.5s linear;
transition: opacity 0.5s linear;
} .post_list.cubic {
padding-left: 50px;
padding-right: 50px;
} div#front_header_section {  } .lp .font_m {
font-size: 18px;
} .m_btm_large {
margin-bottom: 100px;
}
.only_sp {
display: none;
}
br.only_sp {    }
.hdn {
overflow: hidden;
}
.left {
float: left;
}
.right {
float: right;
} .biggerlink .item:hover, .biggerlink li:hover {  } .pc_base_width {
width: 1100px;
margin: 0 auto;
}   #header_frame {
background: #fff;
}
#header_frame .logo {
width: 214px;
}
#header_frame > .inner {
padding: 10px 0;
} #header_fixed_zone {
background: #fff;
width: 100%;
z-index: 100;
} [id*=h_navi] ul {
text-align: center;
}
[id*=h_navi] ul li {
}
[id*=h_navi] ul a {
display: block;
padding: 10px;
}
[id*=h_navi] ul li:hover a {
text-decoration: none;
} [id*=h_navi] ul img[src*="home.png"] { vertical-align: -3px;
} [id*=h_navi] ul {
display: table;
width: 100%;
}
[id*=h_navi] ul > li {
display: table-cell;
vertical-align: middle;
} [id*=h_navi] ul > li > a.arrow {
cursor: pointer;
}
[id*=h_navi] ul > li > a.arrow:after {
margin-left: 2px;
content: '▼';
}
[id*=h_navi] ul > li > a.arrow.top:after {
content: '▲';
} [id*=h_navi] ul > li {
position: relative;
z-index: 1;
}
[id*=h_navi] ul ul {
display: none;
position: absolute;
width: 100%;
background: #ccc;
white-space: nowrap;
min-width: 100%;
width: auto;
text-align: left;
}
[id*=h_navi] ul ul a {
color: #fff;
font-size: 12px;
} #h_navi_sub {
background: #ddd;
}
#h_navi_sub a {
color: #000;
padding-top: 8px;
padding-bottom: 6px;
font-size: 13px;
} #h_navi_sub li[class*='current'] a, #h_navi_sub li:hover a {
background: #eee;
} #h_navi_main { background: #ccc;
} #h_navi_main ul > li {
min-width: 90px;
}
#h_navi_main ul > li > a {
padding-top: 14px;
padding-bottom: 14px;
color: #fff;
font-size: 16px;
} #h_navi_main ul > li[class*='current'],
#h_navi_main ul > li:hover {
background: #ddd;
}
#h_navi_main ul > li[class*='current'] > a, #h_navi_main ul > li:hover > a {
color: #fff;
} #h_navi_main ul ul li:hover {
opacity: .7;
} #promo_frame { }   #contents_frame {
}
body:not(.home) #contents_area {
padding-top: 50px;
margin-bottom: 50px;
}
.one_column.width_auto #contents_area {
width: auto;
} #main_area { width: 780px;
}
.column_a #main_area {
float: right;
}
.column_b #main_area {
float: left;
}
.one_column #main_area {
float: none;
margin-left: auto;
margin-right: auto;
width: 900px;
}
.one_column.wide_type #main_area, .one_column.post-type-archive-bukken #main_area, .one_column.post-type-archive-works #main_area {
width: 1100px;
}
.one_column.width_auto #main_area {
width: auto;
}
#main_area .article_inner {   background: #fff; }
.home.one_column #main_area .article_inner {
border: none;
padding: 0;
}
.home.one_column .sns_btns {
width: 1100px;
margin-left: auto;
margin-right: auto;
}
#main_area > * > * > * > .editor_area {
min-height: 300px;
} #sub_area {
width: 280px;
font-size:14px;
}
.column_a #sub_area {
float: left;
}
.column_b #sub_area {
float: right;
}
.one_column #sub_area {
display: none;
} div#f_navi_wrap {
background: #ededed;
padding: 30px 0;
}
div#f_navi_wrap .wrap_inner {
overflow: hidden;
}
div#f_navi_wrap ul:not(.sub-menu) {
overflow: hidden;   padding-left: 30px;
position: relative;
}
div#f_navi_wrap ul:not(.sub-menu) > li {
float: left;
margin-right: 30px; }
div#f_navi_wrap ul:not(.sub-menu) > li.home {
position: absolute;
left: 0;
}
div#f_navi_wrap ul:not(.sub-menu) > li:not(.home) { }
div#f_navi_wrap ul:not(.sub-menu) > li > a {
font-size: 14px;
font-weight: bold;
position: relative;
}
div#f_navi_wrap ul:not(.sub-menu) > li:not(.home) > a:before {
content: '';
width: 10px;
height: 2px;
background: #333;   display: inline-block;
vertical-align: middle;
margin-right: 5px;
margin-top: -2px;
}
div#f_navi_wrap ul.sub-menu ul.sub-menu {
display: none;
}
div#f_navi_wrap ul.sub-menu {
list-style-type: disc;
margin-left: 1.4em;
}
div#f_navi_wrap ul.sub-menu li:first-child {
margin-top: 15px;
}
div#f_navi_wrap ul.sub-menu li {
margin-top: 8px;
}
div#f_navi_wrap ul.sub-menu li a {
font-size: 13px;
}
div#f_navi_other > * { border-top: 1px solid #ccc;
padding-top: 20px;
margin-top: 20px;
}
#f_navi_sub{
margin-top:10px;
}
div#f_navi_wrap p.copy_link a {
display: inline-block;
}
div#f_navi_wrap p.copy_link a:not(:last-child) {
padding-right: 10px;
border-right: 1px solid;
margin-right: 10px;
display: inline-block;
} #f_navi_other .footer_search {
float: right;
}
#f_navi_other p.copy_link {
float: left;
margin-top: 10px;
}
#f_navi_other form#searchform input[type="text"] {
border: 1px solid #ddd;
margin: 0;
width: 300px;
background: #fff;
} div#copy_area {
padding: 15px 0;
text-align: center;
}
div#copy_area, div#copy_area a {
color: #fff;
}
div#copy_area span {
margin-left: 1em;
} .to_page_top { }  #promo_area .bx-wrapper .bx-pager {
bottom: 10px!important;
}
#promo_area .bxslider > li {
transition: all 1s;
opacity: 0.3;
}
#promo_area .bxslider > li.active {
opacity: 1;
} #promo_area .bx-wrapper .bx-prev {
left: 50%;
margin-left: -590px;
}
#promo_area .bx-wrapper .bx-next {
right: 50%;
margin-right: -590px;
}
#promo_area .bx-wrapper .bx-controls-direction a {
width: 38px;
height: 38px;
background: transparent;
box-shadow: none;
}
#promo_area .bx-controls-direction a:after {
width: 24px;
height: 24px;
}
#promo_area .bx-controls-direction a.bx-next:after {
left: 0;
}  #promo_area .bx-wrapper img {
height: 100%; }
#promo_frame.wide {
overflow-x: hidden; }
#promo_frame.wide #promo_area {
height: 478px;
width: 1200px; margin: 0 auto;
position: relative;
}
#promo_frame.wide #promo_area > div {
width: 3600px; position: absolute;
left: 50%;
margin-left: -1800px;
}
   .br_pc {   }
.br_pc:before {
content: "\A"; white-space: pre;
}
.br_sp:before {
content: ""; display: none;
} body.normal_post ul.post_archive li {
padding-bottom: 30px;
margin-bottom: 30px;
} .child_navi_wrap {
width: 1100px;
margin: 30px auto 0;
border: 1px solid;
border-image: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/hr01.jpg) 1 repeat;
}
ul.child_navi {
border-bottom: none;
padding: 30px 30px 20px;
text-align: left;
}
ul.child_navi li {
padding-bottom: 0;
}
ul.child_navi li {
padding-left: 35px;
display: block;
float: left;
margin-bottom: 10px;
}
ul.child_navi li:not(:first-child) {
margin-left: 0;
}
ul.child_navi li:not(:last-child) {
margin-right: 50px;
}
ul.child_navi li a {
font-size: 20px;
font-weight: bold;
}
ul.child_navi li:before {
width: 32px;
height: 32px;
border-radius: 0;
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/check.png) no-repeat 50% / contain;
top: -1px;
}
ul.child_navi li[class*='current']:before, ul.child_navi li:hover:before {
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/check_active.png) no-repeat 50% / contain;
}
ul.child_navi > li > a:after {
background-color: #d2ff00;
height: 20px;
z-index: -1;
}  #promo_area .bx-wrapper .bx-controls-direction a {
margin-top: -57px;
} #side_fixed_zone {
right: 0px;
margin-top: -143px;
}
@media screen and (max-width: 1100px) {
#side_fixed_zone {
right: -80px;
}
}
#side_fixed_zone p {
margin-bottom: 8px;
background: #ccc;
width: 90px;
height: 90px;
border-radius: 50%;
text-align: center;
position: relative;
}
#side_fixed_zone p:nth-child(1) {
background-color: #D65E78;
}
#side_fixed_zone p:nth-child(2) {
background-color: #003f62;
}
#side_fixed_zone p:nth-child(3) {
display: none; background-color:#f1a209;
}
#side_fixed_zone a {
color: #fff;
display: block;
font-size: 12px;
width: 100%;
height: 100%;
}
#side_fixed_zone a .s {
font-size: 10px;
display: block;
}
#side_fixed_zone a:hover {
text-decoration: none;
opacity: .8;
}
#side_fixed_zone .align_container {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
#side_fixed_zone .inner:after {
content: '';
background-repeat: no-repeat;
display: block;
margin: 2px auto 0;
transition: all .3s ease;
}
#side_fixed_zone a:hover .inner:after {
transform: rotateY(180deg);
}
#side_fixed_zone p:is(.mm,.contact) .inner:after {
background-image: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/icon_mail.png);
width: 25px;
height: 19px;
margin-top: 5px;
}
#side_fixed_zone p:nth-child(3) .inner:after {
background-image: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/icon_shiryo.png);
width: 23px;
height: 33px;
} #header_frame .logo {
width: 240px;
margin-top: 8px;
position: relative;
overflow: hidden;
}
#header_frame .logo:hover { }
#header_frame .logo:after {
content: "";
width: 200%;
height: 100%;
background: rgba(255, 255, 255, .7);
transform: rotate(-45deg);
position: absolute;
top: -0%;
left: -180%;
transition: .5s ease-in-out;
}
#header_frame .logo:hover:after {
left: 60%;
}
#header_frame td {
padding: 0;
}
#header_frame td:first-child {
width: 250px;
}
#header_frame .sns {
padding-right: 70px;
}
#header_frame .btns {
margin-top: -10px;
overflow:hidden;
}
#header_frame .btns > * {
font-size: 15px;
background: #ccc;
padding: 12px 10px 12px 50px; display: block;  float: right;
border-radius: 0 0 5px 8px;
margin-left: 2px;
color: #fff;
text-align: center;
position: relative;
}
#header_frame .btns > *:before {
content: '';
background-repeat: no-repeat;
position: absolute;
}
#header_frame .btns > *:hover { }
#header_frame .btns > *:hover:before {
animation: up_down .3s 0s ease-in-out infinite alternate; 
}
#header_frame .shiryo {
display: none; background: #f1a209;
}
#header_frame .shiryo:before {
background-image: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/icon_shiryo.png);
width: 23px;
height: 33px;
left: 15px;
top: 5px;
}
#header_frame .mail {
background: #003f62;
}
#header_frame .mail:before {
background-image: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/icon_mail.png);
width: 25px;
height: 19px;
left: 16px;
top: 12px;
}
#header_frame .info {
margin-top: 5px;
}
#header_frame .tel {
font-family: 'Fjalla One', sans-serif;
font-size: 28px;
vertical-align: middle;
margin-right: 10px;
}
#header_frame .tel:before {
content: '';
width: 46px;
overflow: hidden;
background: url(https://gift-home.net/wordpress/wp-content/themes/cyber-child/images/freedial.svg) no-repeat 50% / contain;
height: 27px;
display: inline-block;
vertical-align: -2px;
margin-right: 2px;
}
#header_frame .open {
font-weight:bold;
} div#h_navi_sub {
display: none;
} #h_navi_main {
background: transparent;
}
#h_navi_main ul {
padding-bottom: 7px;
}
#h_navi_main ul > li {
border-right: 1px solid #ccc;
}
#h_navi_main ul > li:first-child {
border-left: 1px solid #ccc;
min-width: 60px;
width: 60px;
}
#h_navi_main ul > li > a {
color: #401505;
font-weight: bold;
} #h_navi_main ul > li[class*='current'], #h_navi_main ul > li:hover {
background: transparent;
}
#h_navi_main ul > li[class*='current'] > a, 
#h_navi_main ul > li:hover > a {
color: #000;
} #h_navi_main ul ul li:hover {
opacity: 1;
}
#h_navi_main ul > li > a:after {
content: "";
background-color: #f1a209;
width: calc(100% - 20px);
height: 3px;
display: block;
position: absolute;
bottom: 5px;
transform: scaleX(0);
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transition: .16s ease-in-out;
-webkit-transition: .16s ease-in-out;
-moz-transition: .16s ease-in-out;
-ms-transition: .16s ease-in-out;
-o-transition: .16s ease-in-out;
transform-origin: 0 0;
-moz-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-o-transform-origin: 0 0;
-ms-transform-origin: 0 0;
}
#h_navi_main ul > li[class*='current'] > a:after, 
#h_navi_main ul > li:hover > a:after {
transform: scaleX(1);
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
} #promo_frame {
background:url(//gift-home.net/wordpress/wp-content/themes/cyber-child/images/promo17.jpg) no-repeat 50%;
margin-bottom: 30px;
}
#promo_frame.wide #promo_area {
height: 329px;
} div#f_navi_wrap {
background: #e2dcce;
}
span.open,
span.holiday {
margin-left: 1em;
}
div#f_navi_wrap ul:not(.sub-menu) > li {
margin-right: 30px;
}
div#f_navi_wrap p.copy_link a:not(:last-child) {
padding-right: 10px;
margin-right: 10px;
}
ul.sub-menu {
list-style-type: disc;
margin-left: 1.4em;
}
div#f_navi_wrap ul:not(.sub-menu) > li:not(.home) > a:before {
background: #f1a209;
}
div#f_navi_other > * {
border-top: 1px solid #bfb6a1;
}