* {
    margin: 0px;
    padding: 0px;
    color: #fafafa;
    font-family: "Sawarabi Gothic", sans-serif;
    letter-spacing: 1px;
    color: #141414;
    font-size: 100%;
}

ul,
li {
    list-style: none;
}

img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1
    }
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    background-color: #fff;
    background-image: url(/pc/img/mailmaga_bg.jpg);
    background-repeat: repeat;
    background-position: 50% 0;
    background-size: 150px 150px;
}

.breadcrumb_list {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    background: #000;
    line-height: 20px;
}

.breadcrumb_list li {
    display: inline-block;
}

.breadcrumb_list li a {
    display: block;
    color: #fff;
    font-size: 10px;
    padding: 4px 2px;
    text-align: center;
}

.breadcrumb_list li span {
    display: block;
    color: #fff;
    font-size: 10px;
    padding: 0 2px;
}

.telButtom {
    margin: 0 auto 50px auto;
    text-align: center;
    width: 100%;
    max-width: 680px;
}

.telButtom a {
    display: block;
    padding: 12px;
    text-decoration: none;
    text-align: center;
    color: #fafafa;
    background: #000;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 10px;
    border: 2px solid #fafafa;
}

.telButtom a span {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.telButtom a span img {
    width: 100%;
}

/* OPEN / CLOSE BTNS */

.menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: inline;
    font-size: 32px;
}

.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}

/*
.btn-open:after {
    content: "";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    color: #fff;
}
.btn-open:hover:after {
    color: #34B484;
}
.btn-close:after {
    content: "";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
.btn-close:hover:after {
    color: #34B484;
}
*/

/* OVERLAY */

.overlay {
    position: fixed;
    top: 0;
    z-index: 9900;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);

}

.overlay .menu {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 20px auto;
}

.overlay .menu ul {
    width: 100%;
    max-width: 680px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.overlay .menu ul li {
    width: 50%;
    text-align: center;
}

.overlay .menu ul li a {
    display: block;
/*    padding: 10px 0 10px 20px;
*/
    padding: 20px 0;
    position: relative;
}

.overlay .menu ul li a::before{
    content:"";
    background: -moz-linear-gradient(left,  rgba(238,238,238,0) 0%, rgba(238,238,238,1) 50%, rgba(238,238,238,0) 100%);
background: -webkit-linear-gradient(left,  rgba(238,238,238,0) 0%,rgba(238,238,238,1) 50%,rgba(238,238,238,0) 100%);
background: linear-gradient(to right,  rgba(238,238,238,0) 0%,rgba(238,238,238,1) 50%,rgba(238,238,238,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#00eeeeee',GradientType=1 );
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom:1px;
}


.overlay .menu ul li a.active {
    color: #333;
}

.overlay .menu ul li a span {
    color: #198f94;
    font-size: 18px;
    display: block;
    font-weight: bold;
    letter-spacing: -0.5px;
    font-style: italic;
    font-weight: 700;

}

.overlay .menu ul li a.active span {
    color: #333;
}

#headerWrap {
    position: relative;
    width: 100%;
    height: 80px;
    z-index: 9000;
}

#header {
    position: relative;
    width: 100%;

}

#headerWrap #header .logo {}

#headerWrap #header .logo {
    width: 140px;
    overflow: hidden;

}

#headerWrap #header .logo a {
    display: block;
    padding: 20px 0 0 13px;
}

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


/*************************************���j���[******************************************/

.menuHeader {
    position: relative;
    width: 100%;
    text-align: center;
}

.menuHeader h1 {
    position: relative;
    font-size: 10px;
    line-height: 1;
    padding: 10px 0;
    font-weight: normal;
    color: #333;
}

.menu-tel {
    text-align: left;
    max-width: 320px;
    margin: 13px auto 20px auto;
}

.menu-tel span {
    display: block;
    vertical-align: middle;
    font-family: 'Cinzel', 'Sawarabi Gothic', serif;
    font-weight: 700;
    color: #198f94;
    font-size: 22px;
    line-height: 1;
    padding: 3px 0 3px 20px;
}

.menu-tel span a {
    display: block;
    vertical-align: middle;
    font-family: 'Cinzel', 'Sawarabi Gothic', serif;
    font-weight: 700;
    color: #198f94;
    font-size: 22px;
    line-height: 1;
    padding: 3px 0 3px 0;
}

.menu-tel span a b,
.menu-tel span b {
    font-size: 12px;
    color: #198f94;
    vertical-align: middle;
    letter-spacing: 0;
}

.titleMenu {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #198f94;
    width: 100%;
    display: block;
    margin: 30px 0 10px 0;
}

.menu_list_effect {
    opacity: 0;
    filter: alpha(opacity=0);
}

.menu_list_move {
    opacity: 1;
    filter: alpha(opacity=100);
}

li.menu_list_move:nth-child(1) {
    transition: all 100ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(2) {
    transition: all 200ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(3) {
    transition: all 300ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(4) {
    transition: all 400ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(5) {
    transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(6) {
    transition: all 600ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(7) {
    transition: all 700ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(8) {
    transition: all 800ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(9) {
    transition: all 900ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(10) {
    transition: all 1000ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(11) {
    transition: all 1100ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

li.menu_list_move:nth-child(12) {
    transition: all 1200ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}

.x-icon{
    position: absolute;
    top: 90px;
    right: 20px;
    text-align: center;
    z-index: 1000;
}

.x-icon a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    line-height: 37px;
}

.x-icon a img{
    height: 50%;
}


/*************************************�g�O���{�^��******************************************/

.HeadeMenuText {
    display: block;
    position: absolute;
    right:0;
    width: 100%;
    top: 43px;
    color: #fafafa;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 10px;
    transition: none;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

.open .HeadeMenuText {
    color: #fafafa;
}

#menuToggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 35px;
    cursor: pointer;
    z-index: 101;
    padding: 15px 10px 10px 10px;
    background: #198f94;
    border: 2px solid #1ca1a7;
    text-align: center;
}

#menuToggle p {
    position: relative;
}

#menuToggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 80%;
    background: #fafafa;
    left: 10%;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#menuToggle span:nth-child(1) {
    top: 0;
}

#menuToggle span:nth-child(2) {
    top: 8px;
}

#menuToggle span:nth-child(3) {
    top: 16px;
}

#menuToggle {
    display: block;
}

.open #menuToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.open #menuToggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #menuToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

#headerWrap.open #menuToggle {
    margin-top: 0 !important;
}

#headerWrap.open #menuToggle span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    background: #fafafa;
}

#headerWrap.open #menuToggle span:nth-child(2) {
    width: 0;
    left: 50%;
    background: #fafafa;
}

#headerWrap.open #menuToggle span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background: #fafafa;
}

#allWrap {
    position: relative;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
}

#wrap {
    position: relative;
    max-width: 1280px;
    margin: 0 auto 0 auto;
    width: 100%;
}

#contents {
    position: relative;
}

#footerWrap {
    position: relative;
    width: 100%;
    background-color: #198f94;
    background-image: url(/pc/img/footer_bg.webp);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
        margin: 0 0 70px 0;
}

#footerContainer {
    position: relative;
    padding: 1px 0 20px 0;
    max-width: 1280px;
    margin: 0px auto;
}

#footer {
    text-align: center;
}

#footer dl {
    width: 200px;
    margin: 0 auto;
}

#footer dl dd {
    color: #333;
    font-size: 12px;
    line-height: 1;
    margin: 5px 0;
    text-align: left;
}


#footer dl dd.footerLogo {
    width: 180px;
    margin: 20px auto 5px auto;
}

#footer dl dd.footerLogo img {
    width: 100%;
}

#footer dl dd.footerBorder {
    width: 30px;
    margin: 20px auto;
    height: 1px;
    background: #333;
}

#footer dl dd.footerShop {
    color: #fff;
    text-align: center;
}
#footer dl dd{
    color: #fff;
}
#footer dl dd span {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}

#footer dl dd a {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}

#footer dl dd a img {
    width: 12px;
    vertical-align: middle;
}

#footer dl dd.footerMenu {
    margin: 20px 0 0 0;
}

#footer dl dd.footerMenu ul {
    overflow: hidden;
}

#footer dl dd.footerMenu ul li {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
}

#footer dl dd.footerMenu ul li a {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    padding: 10px 0;
    border-top: 1px solid #181818;
    border-left: 1px solid #181818;
    margin: 2px;
    background: #000;
    font-size: 16px;
    line-height: 1;
}

#footer dl dd.footerMenu ul li a span {
    display: block;
    font-size: 10px;
    line-height: 1;
    margin-top: 3px;

}

p.copy {
    font-family: sans-serif;
    color: #fff;
    font-size: 10px;
    transform: scale(0.8);
    text-align: center;
    letter-spacing: 0;
    margin-top: 10px;
}

#footerBottomWrap {
    background: #000;
    width: 100%;
}

#footerBottom {
    max-width: 1280px;
    margin: 0px auto;
    padding: 5px;
}

#footerBottom ul {
    margin-left: 5px;
}

#footerBottom ul li {
    color: #fff;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 1px;
}

#footerBottom ul li a {
    color: #fff;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 1px;
}

.scroll-top {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 10px 0;
}

.scroll-top a {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    color: #198f94;
    line-height: 1;
    width: 100px;
    margin: 0 auto;
}

.scroll-top a span {
    display: block;
    font-size: 10px;
    color: #198f94;
}

.scroll-top a img {
    width: 100%;
}

.fixTel-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9800;
}

.fixTel {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f7f7f7), color-stop(0.00, #fff));
    background: -webkit-linear-gradient(#fff, #f7f7f7);
    background: -moz-linear-gradient(#fff, #f7f7f7);
    background: -o-linear-gradient(#fff, #f7f7f7);
    background: -ms-linear-gradient(#fff, #f7f7f7);
    background: linear-gradient(#fff, #f7f7f7);
    border-top: 1px solid #d1d1d1;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.fixTel a {
    display: block;
    font-weight: 700;
    font-style: italic;
    font-family: 'Cinzel', serif;
    padding: 15px 0;
    color: #198f94;
    font-size: 28px;
    line-height: 1;
}
.fixTel a span{
    display: block;
    font-size: 12px;
    color: #198f94;
    line-height: 1;
}

.blink {
  animation: blinkAnime 0.6s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: rgba(255,255,255,0) }
 100% { color: rgba(255,255,255,1) }
}
