@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.tel2{
    margin: 0 10px;
}
p.cart3 {
    float: right;
}
p.cart4 {
    color: #000;
}
header{
    position: relative;
}
.shoppingBtn{
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    width: 36vw;
    max-width: 468px;
}
#siteID{
    margin-right: 20px;
}
#header .inner .flxR{
    width: 60%;
}
#header .inner .flxL{
    flex-grow: 1;
    width: 60%!important;
    
}

#header .inner .flxR #hed_info .cont a {
    background: #2b94f7;
    font-size: 10px;
    color: #fff;
    display: block;
    padding: 10px;
    margin-right: 10px;
}
#mainArea{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
#mainArea > div {
    width: 50%;
    position: relative;
}
/*#mainArea > div span{
    position: absolute;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 1.7em;
    text-align: center;
    width: 100%;
    padding: 5% 10px;
    font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}*/
#mainArea > .maintxt{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mainArea > .maintxt span{
    display: block;
    background: rgba(243,113,229,0.7);
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 1.7em;
    text-align: center;
    width: 100%;
    padding: 5% 10px;
    font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*.mainL span{
    background: rgba(243,113,229,0.7);
    top: 30%;
}
.mainR span{
    background: rgba(30,140,215,0.7);
    top: 40%;
}*/
.nav_yellow{
    background: #ff9d26;
}
#nav_global{
       background:#2a94f8;
}
#nav_global ul{
    padding: 0;
}
#nav_global ul li a{
    padding: 20px 10px;
    font-size: 16px;
}
.pc_none{
    display: none!important;
}
.mainlink:hover {
  opacity: 0.6;
}

/*================== ○○○○.html =================*/
@media only screen and (max-width: 1000px){
/*    #mainArea > div span{
        font-size: 20px;
    }*/
    #mainArea > .maintxt span{
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px){
    .pc_none{
    display: block!important;
}
    .mainL span{
        background: rgba(243,113,229,0.7);
        top: 30%;
    }
    .mainR span{
        background: rgba(30,140,215,0.7);
        top: 30%;
    }
    .shoppingBtnCommon{
        display: none;
    }
    #mainArea{
        margin-bottom: 25px;   
    }
    .shoppingBtn{
        position: relative;
        bottom:auto;
        right: auto;
        left: auto;
        width: 100%;
        max-width: 468px;
        margin-bottom: 25px;   
    }
}
@media only screen and (max-width: 751px){
    .tel2{
        margin: 10px 0;
    }
}
@media only screen and (max-width: 468px){
/*    #mainArea > .maintxt{
        display: none;
    }*/
/*    .mainL span{
        display: none;
    }
    .mainR span{
        display: none;
    }*/
}