﻿.bg_color1 {
    background-color: #0065d0;
}

.back_color {
    background: -webkit-gradient(rgba(215, 215, 215, 0.5) 0%, rgba(215,215,215,0.975) 20%, rgba(215,215,215,0.975) 80%,rgba(215,215,215,0.5) 100%) !important;
    background: -webkit-linear-gradient(rgba(215, 215, 215, 0.5) 0%, rgba(215,215,215,0.975) 20%, rgba(215,215,215,0.975) 80%,rgba(215,215,215,0.5) 100%) !important;
    background: linear-gradient(rgba(215, 215, 215, 0.5) 0%, rgba(215,215,215,0.975) 20%, rgba(215,215,215,0.975) 80%,rgba(215,215,215,0.5) 100%) !important;
}

#contents .box .box_item:after {
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #0065d0 50.5%) no-repeat top left/100% 100%;
}

#header {
    background-color: rgb(0, 101, 208);
}

footer{
        background-color: #585858 !important;
}

.page2, .page3, .page4, .page5, .page6, .page7, .page8, .page9, .page10{
    background-color: #ededed;
}

#page_title:before {
    background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #ededed 50.5%) no-repeat top left/100% 100%;
}

.hvr_bg_color1:hover {
    background-color: #585858;
}

.cms_title:before {
    display: none;
}

.catch_txt{
    color:black;
}

.top_cms_box .cms_title > div{
    border-left: 2px solid #b9252c;
}

.cms_title{
    margin-left: 20px;
    padding-top: 30px;
}

.catch_txt h2{
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.catch_txt h2:before{
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    background-color: #b9252c;
    -webkit-transform: translate(0% , -50%);
    transform: translate(-50% , 0%);
    pointer-events: none;
}

.catch_txt {
    background-color: rgba(255,255,255,0.5);
}

#header .logo a img{
    max-width: 120px;
}

#contents .box h2{
    position: relative;
}

#contents .box h2:before{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0%;
    background-color: #c3121a;
    /* -webkit-transform: translate(0% , -50%); */
    /* transform: translate(-50% , 0%); */
    pointer-events: none;
}

#main{
    position: relative;
}

#main:before{
    content: "";
    display: block;
    width: 95%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/catch.png);
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 500px;
    pointer-events: none;
}

#main .main_box {
    max-width: 760px;
}

.main_box h1.logo{
    max-width: 500px;
}

footer .logo{
    max-width: 350px;
}

#page_title {
    background-position: bottom;
}

#page_title:after {
    background-color: rgba(255,255,255,0.5) !important;
}

.g-menu-btn:after {
    background: rgba(255, 255, 255,0.9);
}

.border_color4 {
    border-color: #d7d7d7;
}

#cms_5-b .cate_box .open_bt .box_title1:before {
    color: rgb(165, 165, 165) !important;
}

.sendo a{
    color:yellow;
}

.linkStyle{color: #0065d0;}

.bg_color1 > .linkStyle{color: #ffffff;}

@media all and (-ms-high-contrast: none){
  
.page8 .tel a{
    padding-bottom: 0;
}

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 900px){
#main:before{
    background-size: 40%;
}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#main:before{
    content: none;
}

footer .logo{
    max-width: 300px;
}

.shop_info a h2{
    font-size: -webkit-calc(1rem + 12px);
    font-size: calc(1rem + 12px);
}

.page10 .more a {
    font-size: 15px;
}

.cate_list {
    margin-left: 15px;
}

#page_title {
    margin-bottom: 30px;
}

#tel_contact .tel a{
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}

.page_title p.font_18up_sp {
    font-size: -webkit-calc(1rem + 14px);
    font-size: calc(1rem + 14px);
}

}