@charset "UTF-8";
header{
    transition: .5s;
}
header.hide{
    transform: translateY(-100%);
}
body {
    color: #241913;
    letter-spacing: 0.3em;
    animation: fadeIn 3.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

a:hover {
    cursor: pointer;
    opacity: .8;
    color: #de3341;
}

form input[type="submit"],
form button {
    background: #3B4552;
    color: #fff;
}

form input[type="submit"]:hover,
form button:hover {
    cursor: pointer;
}

#header {
    overflow: visible;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0px;
    height: 160px;
    top: 0px;
    z-index: 20;
    position: fixed;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease;
}
.hide {
    transform: translateY(-60px);
  }
#header:hover {
    background-color: rgba(255, 255, 255, .9)
}

#header #logo {
    z-index: 2;
    position: absolute;
    width: 13%;
    top: 0px;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    animation: headerfadeIn .1s ease 0s 1 forwards;
    -webkit-animation: headerfadeIn 1s ease 0s 1 forwards;
    animation-delay: 2.5s;
    -webkit-animation-duration: 2.5s;
}

@keyframes headerfadeIn {
    0% {
        opacity: 0;
        top: 0px;
    }

    100% {
        opacity: 1;
        top: 80px;
    }
}

@-webkit-keyframes headerfadeIn {
    0% {
        opacity: 0;
        top: 0px;
    }

    100% {
        opacity: 1;
        top: 80px;
    }
}

#header #logo a {
    display: block;
}

#header #logo a:hover {
    opacity: 1;
}

#header #logo a img {
    width: 100%;
}

#header #logo object {
    width: 100%;
    pointer-events: none;
}

#header .gnav-wrap {
    text-align: center;
    position: relative;
    padding: 0px;
    width: 100%;
}

#header.fixed {
    padding: 8px 0px 0px;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 0px;
    height: auto;
    background: rgba(255, 255, 255, .9);
}

#header.fixed #logo {
    position: relative;
    left: initial;
    margin: 0px;
    background: none;
    width: 110px;
    height: auto;
    top: 0px;
    padding: 0px;
    margin-left: 80px;
    box-shadow: none !important;
    flex-direction: row;
}

#header.fixed .gnav-wrap {
    width: 100%;
}

.header_info {
    position: relative;
    float: right;
    right: 10px;
    top: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* max-width: 480px; */
    max-width: 400px;
    width: 45%;
    z-index: 1;
}

.header_info a:hover {
    text-decoration: none;
}

.header_info .login {
    background: #e879a9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e879a9 0%, #d8437b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e879a9 0%, #d8437b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e879a9 0%, #d8437b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e879a9', endColorstr='#d8437b', GradientType=0);
    /* IE6-9 */
    padding: 8px 20px;
    border-radius: 8px;
    color: #fff;
    float: left;
    font-size: .9rem;
    width: 48%;
    text-align: center;
}

.header_info .login a {
    color: #fff;
}

.header_info .contact {
    padding: 0px 5px;
    line-height: 1.1rem;
}

.header_info .contact span {
    font-size: .7rem;
}

.header_info .contact .tel a {
    font-weight: bold;
    font-size: 1.4rem;
    color: #000;
}

.header_info .contact_btn {
    padding: 8px 10px;
    /* margin-top:10px; */
    font-size: .9rem;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    width: 48%;
    text-align: center;
    background: #00b900;
    /* Old browsers */
    background: -moz-linear-gradient(top, #00b900 0%, #008e00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00b900 0%, #008e00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00b900 0%, #008e00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b900', endColorstr='#008e00', GradientType=0);
    /* IE6-9 */
}

.header_info .contact_btn .fss {
    font-size: .7rem;
    font-weight: 200;
}

.header_info .contact_btn a {
    color: #fff;
    font-weight: normal;
}

.header_info .contact_btn a i {
    margin-right: 5px;
}

.throw {
    text-decoration: line-through;
    display: inline-block !important;
}

/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb-area {
    background: #fff;
    / display: block;
    width: 100%;
    margin: 60px auto;
}

.breadcrumb-area .wrap {
    padding: 10px 0;
    width: auto;
    display: flex;
    justify-content: center;
}

.breadcrumb {
    margin: 0;
    margin-left: -10px;
    overflow: hidden;
    font-size: 13px;
    padding: 0;
    line-height: 22px;
}

.breadcrumb li {
    float: left;
    color: #dc5489;
    padding: 0px 20px;
    margin-right: 15px;
    position: relative;
}

.breadcrumb li:not(:last-child):after {
    content: '>';
    font-size: .8rem;
    color: #666;
    position: absolute;
    right: 0px;
}

.breadcrumb li a {
    color: #000;
    text-decoration: none;
    position: relative;
}

.breadcrumb li a:hover {
    text-decoration: none !important;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#gnav {
    /* max-width: 1200px; */
    margin: 0px auto;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px !important; */
}

#gnav.fixed ul li a {
    padding: 10px 20px;
}

#gnav .sub-menu {
    z-index: 10;
}

#gnav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0px auto 0px;
    opacity: 0;
    animation: fadeIn2 3s ease 0s 1 forwards;
    -webkit-animation: fadeIn2 3s ease 0s 1 forwards;
    animation-delay: 3.5s;
    -webkit-animation-duration: 3.5s;
}

@keyframes fadeIn2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn2 {
    0% {
        opacity: 0;
        top: 0px;
    }

    100% {
        opacity: 1;
        top: 80px;
    }
}

#gnav ul li {
    position: relative;
}
#gnav ul li:nth-of-type(1){
  width: 130px;
}
#gnav ul li:nth-of-type(2){
  width: 130px;
}
#gnav ul li:nth-of-type(3){
  width: 130px;
}
#gnav ul li:nth-of-type(4){
  width: 170px;
}
#gnav ul li:nth-of-type(5){
  width: 230px;
}
#gnav ul li:nth-of-type(6){
  width: 230px;
}

#gnav ul.clearfix:after {
    display: none;
}
#gnav ul li.spacer{
  width: 100px;
}

#gnav ul li:hover a {
    color: #dc5489;
}

#gnav ul li.current-menu-item a {
    color: #dc5489;
}

#gnav ul li a {
    display: block;
    padding: 5px 0;
    text-align: center;
    color: #2b2b2b;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 14px;
}
#gnav ul li a.online {
  border-radius: 20px;
  background-color: #de3341;
  padding: 10px;
  color:#fff;
  font-size: .7rem;
  line-height: 1;
}
#gnav ul li a.online:hover{
    color: #fff;
}

#gnav ul li a:hover {
    opacity: 0.8;
    cursor: pointer;
    color: #de3341;
}

#gnav ul li a:hover .sub-menu {
    display: inline-block;
}

#gnav ul li .sub-menu {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    padding-top: 50px;
    width: 224px;
    border: 1px #e5e5e5;
    z-index: 40;
    transition: none !important;
    animation-delay: 0s;
    -webkit-animation: fadeIn2 1s ease 0s 1 forwards;
    -webkit-animation-duration: 1s;
}

#gnav ul li .sub-menu a {
    color: #2b2b2b;
}

#gnav ul li:has(.sub-menu) {
    color: #ff0000;
}

#gnav ul li.parent:before {
    content: '';
    position: absolute;
    left: 43%;
    bottom: -6px;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 10px;
    border-bottom: 2px solid #555;
    border-right: 2px solid #555;
    transform: rotate(45deg);
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

#gnav ul li.parent:hover:before {
    bottom: -10px;
}

#gnav ul li .sub-menu li {
    float: none;
    margin-left: 0;
    border-bottom: 1px #e5e5e5 solid;
    display: inline-block;
    width: 48%;
    transition: 0s;
}

#gnav ul li .sub-menu li:list-child {
    border-bottom: none;
}

#gnav ul li .sub-menu li a {
    padding: 5px 0;
    font-size: 12px;
}

#gnav ul li .sub-menu .sub-menu {
    left: 100%;
    top: -1px;
}

#header-right {
    float: right;
}

#header-fnav-area,
#header-gnav-area {
    width: 100%;
}

#header-fnav-area {
    width: 150px;
    position: relative;
}

#header-fnav-area #header-fnav-btn a {
    display: block;
    padding: 22px 12px;
    line-height: 24px;
    font-size: 23px;
    height: auto;
    text-align: center;
    background: #57bca8;
}

#header-fnav-area #header-fnav-btn a:hover {
    text-decoration: none;
}

#header-fnav-area #header-fnav {
    z-index: 10;
    font-size: 14px;
    text-align: left;
    display: none;
    position: absolute;
    right: 0;
    width: 200px;
    background: #fff;
    border: 1px #e5e5e5 solid;
}

#header-fnav-area #header-fnav li {
    float: none;
    margin-left: 0;
    border-bottom: 1px #e5e5e5 solid;
    display: block;
}

#header-fnav-area #header-fnav li:list-child {
    border-bottom: none !important;
}

#header-fnav-area #header-fnav li a {
    color: #3B4552;
    background: #fff;
    padding: 10px 15px;
    display: block;
}

#header-fnav-area #header-fnav li a:hover {
    background: #fafafa;
    color: #3B4552;
    text-decoration: none;
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
    /* padding: 52px 0; */
    /* キャプション */
}

#content .wrap {
    overflow: visible;
}

#content .wp-caption {
    max-width: 100%;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 5px;
    margin-bottom: 12px;
}

#content .wp-caption-text {
    padding: 12px 16px;
    margin-bottom: 0;
    text-align: center;
}

/* 共通ラッパー */
.wrapper {
    max-width: 1100px;
    width: 90%;
    display: block;
    margin: 0px auto;
}

.wwrapper.w90 {}

.wrapper.inner {}

/* ----------------------------------------
* frontpage
---------------------------------------- */
body.home #content {
    padding-bottom: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.home #main {
    width: 100%;
    margin: 0;
    float: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.home .main-inner {
    margin: 0;
}

body.home .wrap {
    width: 100%;
    padding: 0px !important;
    margin: 0 auto;
}

/*汎用css*/
.fss {
    font-size: .8rem;
}

.fwb {
    font-weight: bold;
}

.mt10 {
    margin-top: 10px;
}

.mt50 {
    margin-top: 50px;
}

.ml5 {
    margin-left: 5px;
}

.dpib {
    display: inline-block;
}

/* ページ送り */
.wp-pagenavi{
  padding: 2em;
  display: flex;
  justify-content: center;
  background: #fff;
  width: 100%;
  display: block;
  text-align: center;
}
.wp-pagenavi a{
  width: 30px;
  height: 30px;
  margin: 2px 10px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  color: #222;
  transition: .3s;
  display: inline-block;
}
.wp-pagenavi span {
    width: 30px;
    height: 30px;
    margin: 2px 10px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background: #fff;
    color: #222;
    transition: .3s;
    padding-left: 5px;
    display: inline-block;
}
.wp-pagenavi span.pages{
  width: auto;
  font-size: .9rem;
  margin-right: 15px;
}
.wp-pagenavi a:hover {
    background: #ccc;
    border-radius: 100%;
    transform: rotate(360deg);
}

.wp-pagenavi .current {
    background: #d60011 !important;
    color: #fff !important;
    border-radius: 100%;
}

.wp-pagenavi .dots {
    background: none;
}

/* CSS */
p {
    margin: 0px;
    line-height: 2.2;
}

/* ----------------------------------------
* footer
---------------------------------------- */
/* Facebook Like Box width: 100% */
.post-share-fb.side-widget {
    text-align: center;
}

div.post-share-fb .fbcomments,
div.post-share-fb .fb_iframe_widget,
div.post-share-fb .fb_iframe_widget[style],
div.post-share-fb .fb_iframe_widget iframe[style],
div.post-share-fb .fbcomments iframe[style] *,
div.post-share-fb .fb_iframe_widget span {
    max-width: 100% !important;
}

#footer .fbcomments,
#footer .fb_iframe_widget,
#footer .fb_iframe_widget[style],
#footer .fb_iframe_widget iframe[style],
#footer .fbcomments iframe[style] *,
#footer .fb_iframe_widget span {
    max-width: 100% !important;
}

#footer {
    color: #fff;
    font-weight: 200;
}

#footer .bar {
    margin: 100px 0px 60px;
}

#footer .logo {
    width: 15%;
    margin: 0px auto 0px;
}

#footer .sns {
    width: 75px;
    display: flex;
    justify-content: space-between;
    margin: 70px auto;
}

#footer .sns>div {
    width: 20px;
}

#footer .fb-like-box,
#footer .fb-like-box>span,
#footer iframe {
    width: 100% !important;
    box-sizing: border-box;
}

#footer .footer-logo {
    font-size: 24px;
}

#footer a {
    color: #000;
}

#footer a:hover {
    color: #ccc;
}

#footer .wrap {
    padding: 10px 0;
    max-width: 1100px;
    margin: 0px auto;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
}

#footer .wrap .menu {
    display: block;
    width: 100%;
    margin: 30px 0px;
}

#footer .wrap .menu nav ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

#footer .wrap .menu nav ul li ul {
    flex-direction: column;
    line-height: 2;
    margin-top: 6px;
}

#footer .wrap .menu nav ul li ul li:before {
    content: '−';
    margin: 0 5px;
}

#footer .wrap .menu nav ul li ul li a {
    font-size: 12px;
    color: #555;
}

#footer .left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#footer .left .logo {
    max-width: 110px;
    margin-bottom: 20px;
}

#footer .right {
    width: 50%;
    height: 100%;
}

#footer .footertxt {
    font-size: .7rem;
    max-width: 30%;
    line-height: 1em;
    color: #fff;
}

#footer .right .menu ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

#footer .right .menu ul li {
    width: 50%;
    line-height: 1.2;
    margin-bottom: 2.3em;
    font-size: .8rem;
}

#footer .post-share {
    padding-right: 0;
    padding-left: 0;
}

#footer .row {
    margin-left: -15px;
    margin-right: -15px;
}

#footer .row .gr1,
#footer .row .gr2,
#footer .row .gr3,
#footer .row .gr4,
#footer .row .gr5,
#footer .row .gr6,
#footer .row .gr7,
#footer .row .gr8,
#footer .row .gr9,
#footer .row .gr10,
#footer .row .gr11,
#footer .row .gr12 {
    padding-left: 15px;
    padding-right: 15px;
}

#footer-brand-area {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #3B4552;
}

#footer-content-area {
    font-size: 14px;
}

#footer-content-area h4 {
    font-size: 16px;
}

#footer-content-area i.fa {
    margin-right: 12px;
}

#footer-content-area #footer-cont-about li,
#footer-content-area #footer-cont-content li {
    position: relative;
}

#footer-content-area #footer-cont-about li:before,
#footer-content-area #footer-cont-content li:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 7px;
    left: 0;
}

#footer-content-area #footer-cont-about li a,
#footer-content-area #footer-cont-content li a {
    padding: 8px 12px 8px 14px;
    display: inline-block;
}

#footer-content-area #footer-cont-about li a:hover,
#footer-content-area #footer-cont-content li a:hover {
    text-decoration: none;
}

#footer-content-area #footer-cont-sns a {
    display: block;
    padding: 8px 12px 8px 0;
}

#footer-content-area #footer-cont-sns a:hover {
    text-decoration: none;
}

.footer-01 {
    background: #fff;
    color: #000;
    padding: 0;
}

.footer-01 .footer-address {
    text-align: left;
    width: 100%;
}

.footer-01 .footer-sns {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
}

.footer-01 .footer-sns i.fa-instagram {
    color: #c23584;
    font-size: 2rem;
}
/* 追加0915 (TOPより移動)*/

/* ハンバーガーメニュー  */
#nav-container {
    position: fixed;
    height: 100vh;
    width: 100%;
    pointer-events: none;
    top: 0px;
    z-index: 10000;
    display: none;
}

#nav-container .bg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100% - 0px);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    background: #000;
}

#nav-container .bg.open {
    visibility: visible;
    opacity: .6;
}

#nav-container .button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 40px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin: 15px 10px 0px 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    right: 10px;
}

#nav-container:after {
    content: 'Menu';
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: .7rem;
    color: #ccc;
    z-index: 100;
    text-align: center;
    letter-spacing: 0em;
}

.icon-bar {
    display: block;
    width: 100%;
    height: 1px;
    background: #aaa;
    transition: .3s;
}

.icon-bar+.icon-bar {
    margin-top: 7px;
}

#nav-container .button.open .icon-bar:nth-of-type(1) {
    transform: translate3d(0,
        8px, 0) rotate(45deg);
}

#nav-container .button.open .icon-bar:nth-of-type(2) {
    opacity: 0;
}

#nav-container .button.open .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
}

#nav-content {
    margin-top: 55px;
    padding: 20px;
    width: 90%;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 0px);
    background: #ececec;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    transform: translateX(-100%);
    transition: transform .3s;
    will-change: transform;
    contain: paint;
}

#nav-content.open {
    transform: translate(0);
}

#nav-content .information {
    margin: 0px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

#nav-content .information>div {
    border-radius: 10px;
    width: 48%;
    text-align: center;
}

#nav-content .information>div a {
    display: block;
    color: #fff;
    margin: 10px;
    font-size: .9rem;
}

#nav-content .information>div a:hover {
    text-decoration: none;
}

#nav-content .information .login {
    background-color: #c9ad96;
}

#nav-content .information .contact_btn {
    background-color: #ec7c97;
}

#nav-content .information .contact_btn i.fa-phone-square {
    margin-right: 5px;
}

#nav-content ul {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#nav-content li {
    position: relative;
}

#nav-content li a {
    padding: 10px 5px;
    display: block;
    text-transform: uppercase;
    transition: color .1s;
    border-bottom: 1px solid #ccc;
}

#nav-content li :after {
    position: absolute;
    content: '▶︎';
    right: 5px;
    font-size: 10px;
    border-radius: 5px;
}

#nav-content li a:hover {
    color: #de3341;
}

#nav-content li:not(.small)+.small {
    margin-top: auto;
}

.small {
    display: flex;
    align-self: center;
}

.small a {
    font-size: 12px;
    font-weight: 400;
    color: #888;
}

.small a+a {
    margin-left: 15px;
}
/* ヘッダー */

#side_contact {
    right: 0px;
    z-index: 10;
    width: 290px;
    transition: all 1s ease 0s;
	opacity: 0;
	bottom: 60px;
	position: fixed;
	display: none;
}
#side_contact a:before {
    content: '';
    position: absolute;
    width: 0;
    right: 0px;
    top: 0px;
    border-radius: 40px 0px 0px 40px;
    background-color: #de3341;
    height: 40px;
    z-index: -1;
    animation-delay: 3.5s;
    -webkit-animation-duration: 3.5s;
    animation: anim3 .8s ease 0s 1 forwards;
    -webkit-animation: anim3 .8s ease 0s 1 forwards;
}

@keyframes anim3 {
    0% {width: 0px;}
    100% { width: 90%;}
}
@-webkit-keyframes anim3 {
    0% { width: 0px;}
    100% { width: 90%;}
}
#side_contact a {
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center;
    transition: .5s;
    position: relative;
}
#side_contact .onlineshop{
    display: flex;
    margin: 0px 0px 10px;
    justify-content: flex-end;
  }
  #side_contact .onlineshop a{
    border-radius: 20px;
    background-color: #000;
    padding: 10px 20px;
    margin: 0px 10px;
    color: #fff;
    font-size: .8rem;
    line-height: 1;
    width: auto;
    display: inline-block;
  }
  #side_contact .onlineshop a:before,#side_contact .onlineshop a:after{ display: none;}
#side_contact a:hover {
    text-decoration: none;
    letter-spacing: 0.5em;
    opacity: 1;
}
#side_contact a:after {
    content: '';
    position: absolute;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    border-radius: 5px 0px 0px 5px;
    padding: 10px 0 25px;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 7px;
}
#side_contact .bg {
    width: 96%;
    position: absolute;
    background-color: rgb(214, 0, 17);
    opacity: 0.8;
    position: absolute;
    left: 1150px;
    top: 957px;
    width: 300px;
    height: 50px;
    right: 0px;
    top: 0px;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .footer-01 .footer-address {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
	body{
		letter-spacing: 0.1em;
    	line-height: 1.6!important;
	}
  *:focus {
  outline: none;
  }
    .footer-01 .footer-address {
        margin: 0px;
        padding: 0px 5px;
        font-size: .7rem;
    }
    #header{
      height: 80px;
      background: rgba(255, 255, 255, 1);
      z-index: 3;
      padding: 0px;
      position:fixed;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      flex-direction: column;
    }
    /* header.hide{
        transform: none;
    } */
    #header #logo {
      float: none;
      position: absolute;
      height: auto;
      background: none;
      box-shadow: initial !important;
      top: 0px;
      left: 20px;
      width: 82px;
      margin: 0px;
      padding: 0px;
      /* transform: none;
      -webkit-transform: none; */
      opacity: 1;
      animation: none;
      transform: none;
      animation-delay: .1s;
      -webkit-animation-duration: .1s;
      animation: headerfadeIn .1s ease 0s 1 forwards;
      -webkit-animation: headerfadeIn 1s ease 0s 1 forwards;
    }
    @keyframes headerfadeIn {
        0% {
            opacity: 0;
            top: 0px;
        }
        100% {
            opacity: 1;
            top: 15px;
        }
    }
        #header #logo a {
            box-shadow: initial !important;
        }

        #header #logo img {
            vertical-align: top;
        }

        #header #header-right {
            height: auto;
        }

        #header #header-primary-nav {
            display: none;
        }

        #header .gnav-wrap {
            margin-top: 0px;
            display: none;
        }

        #nav-content {
            margin-top: 45px;
        }

        /* .header_info{
          display: none;
      } */
        #header.fixed .gnav-wrap, #header .gnav-wrap {
            font-size: .7rem;
        }

        #gnav ul li a {
            padding: 0px;
            font-size: .7rem;
            line-height: 1;
        }


        #gnav ul li {
            width: auto;
            position: initial;
        }

        #gnav ul li .sub-menu {
            width: 100%;
            left: 0px;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #header.fixed #logo a {
            width: 100%;
            margin: 0px;
            height: auto;
            background: none;
            box-shadow: initial !important;
            line-height: 0;
        }
    #footer .right .menu ul li {
        font-size: .7rem;
    }

    .about .access dl {
        font-size: .9rem;
        padding: 0px 10px;
    }

    .about .access dl dt {
        width: 35%;
    }

    .about .access dl dd {
        width: 65%;
    }

    #footer .bar {
        margin: 60px 0px 30px;
    }

    #footer .logo {
        width: 50%;
    }

    #footer .sns {
        margin: 20px auto;
    }

    #footer .wrap .menu nav ul {
        flex-wrap: wrap;
    }

    #footer .wrap .menu nav ul li {
        width: calc(100% / 2);
        text-align: center;
        margin: 10px 0;
    }

    #footer .wrap .menu nav ul li ul {
        display: none;
    }

    #footer .wrap .menu {
        margin: 0px;
    }
    #nav-container {
        display: block;
    }

        #side_contact {
            bottom: 30px;
        }

        .wrap {
            overflow: hidden;
        }

        .post-title {
            font-size: 21px;
            margin-bottom: 20px;
        }

        #side_contact a {
            line-height: 40px;
        }

        #side_contact a:before {
            height: 35px;
        }
}
@media screen and (max-width: 768px) {
    section .btn_area .btn a {
        font-size: 1rem;
        margin: 0px;
        display: block;
        width: 100%;
        padding: 5px 0;
    }
}

.footer-02 {
    background: #fff;
    margin: 30px 0px;
}

.footer-02 .footer-copy {
    text-align: center;
    font-size: 12px;
    color: #000;
    letter-spacing: 2px;
}
