/*
    copyright (c)2008-2022 Pong! ALL right reserved.
    Create and Design by seiki nishijima
*/
/*===========================================================================
-----------------------------------------------------------------------------
  新ヘッダ2022 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background header.header2022 h1 {
    width: 300px;
    padding: 5px 15px;
}
#background header.header2022 h1 a {
    line-height: auto;
}
#background header.header2022 h1 a img {
    width: 100%;
    float: none;
    margin-bottom: 5px;
}
#background header.header2022 h1 a span {
    display: block;
    font-size: 20px;
    line-height: 1em;
    text-align: left;
    float: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background header.header2022 h1 {
        width: 245px;
        padding: 10px 0 10px 10px;
    }
    #background header.header2022 h1 a {
        line-height: 1em;
    }
    #background header.header2022 h1 a img {
        width: auto;
        height: 27px;
        margin: 0;
    }
    #background header.header2022 h1 a span {
        font-size: 16px;
        line-height: 1em;
        padding-top: 5px;
    }
}
/*===========================================================================
-----------------------------------------------------------------------------
  新ヘッダ2022 メニューセット設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .header2022 #headerSet {
    width: 900px;
}
#background .header2022 #headerSet nav ,
#background .header2022 #headerSet p.shop ,
#background .header2022 #headerSet p.phone ,
#background .header2022 #headerSet ul.subMenu {
    float: left;
    line-height: 20px;
}
#background .header2022 #headerSet p.phone {
    width: 210px;
}
#background .header2022 #headerSet p.phone a {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0;
}
#background .header2022 #headerSet p.phone span {
    letter-spacing: 0.04em;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .header2022 #headerSet {
        width: 68px;
        padding: 0 0 0 0;
    }
}
/*------------------------------------
  サブメニュー設定　ここから
-------------------------------------*/
#background .header2022 #headerSet ul.subMenu {
    border-color: #00a839;
}
#background .header2022 #headerSet ul.subMenu li {
    border-left-color: #00a839;
}
#background .header2022 #headerSet ul.subMenu li a {
    color: #00a839;
}
#background .header2022 #headerSet ul.subMenu li.sub04 a {
    background-color: #00a839;
    color: #fff;
}
/*------------------------------------
  検索ボックス設定　ここから
-------------------------------------*/
#background header.header2022 li.sub01 form input[type=text] {
    border-left-color: #00a839;
}
#background header.header2022 li.sub01 form input[type=submit] {
    border-left-color: #00a839;
    background-color: #00a839;
    color: #fff;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background header.header2022 li.sub01 form {
        border-color: #00a839;
    }
}

/*===========================================================================
-----------------------------------------------------------------------------
  新ヘッダ2022 追加オンラインショップ 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .header2022 #headerSet p.shop {
    margin-right: 20px;
}
#background .header2022 #headerSet p.shop a {
    display: block;
    padding: 10px 20px 10px 46px;
    border-radius: 6px;
    background: #efc21f;
    font-weight: bold;
    color: #1a1a1a;
    letter-spacing: 0;
    position: revert;
}
#background .header2022 #headerSet p.shop a:before {
    content: "";
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    left: 16px;
    top: calc(50% - 10px);
    content: "";
    background: url(./images/icon_shop.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .header2022 nav p.shop {
        margin: 0 0 10px;
    }
    #background .header2022 nav p.shop a {
        display: block;
        padding: 10px 46px;
        border-radius: 6px;
        background: #efc21f;
        font-weight: bold;
        color: #1a1a1a;
        letter-spacing: 0;
        position: revert;
        text-align: center;
    }
    #background .header2022 nav p.shop a:before {
        content: "";
        height: 20px;
        width: 20px;
        display: block;
        position: absolute;
        left: 16px;
        top: calc(50% - 10px);
        content: "";
        background: url(./images/icon_shop.svg);
        background-size: 100%;
        background-repeat: no-repeat;
    }
}


/*===========================================================================
-----------------------------------------------------------------------------
  新ヘッダ2023 メニューセット設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background header.header2022.header2023 h1 {
    width: 270px;
    padding: 5px 15px 10px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background header.header2022.header2023 h1 {
        width: 245px;
        padding: 10px 0 10px 10px;
    }
}
/*-----------------------------------*/
#background .header2022.header2023 #headerSet {
    padding: 10px;/*
    width: calc(100% - 300px);
    min-width: 900px;*/
    width: 930px;
}
#background .header2022.header2023 #headerSet p.phone {
    width: 190px;
    margin: 8px 0;
}
#background .header2022.header2023 #headerSet p.phone a {
    font-size: 20px;
    line-height: 20px;
}
#background .header2022.header2023 #headerSet p.phone span {
    font-size: 11px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .header2022.header2023 #headerSet {
        width: 68px;
        padding: 0 0 0 0;
    }
}
/*------------------------------------
  サブメニュー設定　ここから
-------------------------------------*/
#background .header2022.header2023 #headerSet ul.subMenu {
    width: 430px;
    margin-top: 8px;
}
#background .header2022.header2023 #headerSet ul.subMenu li a {
    font-size: 13px;
    padding: 0 5px 0 35px;
}
#background .header2022.header2023 #headerSet ul.subMenu li.sub04 a {
    padding: 0 5px;
}
/*------------------------------------
  検索ボックス設定　ここから
-------------------------------------*/
#background header.header2022.header2023 li.sub01 form input[type=text] {
    width: 318px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background header.header2022.header2023 li.sub01 form input[type=text] {
        width: calc(100% - 50px);
    }
}

/*===========================================================================
-----------------------------------------------------------------------------
  新ヘッダ2023 追加インスタ 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .header2022.header2023 #headerSet p.shop {
    margin-right: 10px;
}
#background .header2022.header2023 #headerSet p.insta {
    margin-right: 15px;
    float: left;
}
#background .header2022.header2023 #headerSet p.shop a {
    padding: 15px 10px 15px 32px;
    font-size: 13px;
}
#background .header2022.header2023 #headerSet p.shop a:before {
    left: 10px;
}
#background .header2022.header2023 #headerSet p.insta a {
    display: block;
    padding: 10px 10px 10px 60px;
    border-radius: 6px;
    background-image: linear-gradient( 90deg, #D300C5, #FF0069, #FF7A00);
    background: -moz-linear-gradient(left, #D300C5, #FF0069, #FF7A00);
    background: -webkit-linear-gradient(left, #D300C5, #FF0069, #FF7A00);
    background: linear-gradient(to right, #D300C5, #FF0069, #FF7A00);
    font-size: 13px;
    line-height: 1.15em;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    position: revert;
}
#background .header2022.header2023 #headerSet p.insta a:before {
    content: "";
    height: 29px;
    width: 29px;
    display: block;
    position: absolute;
    left: 15px;
    top: calc(50% - 15px);
    content: "";
    background: url(./images/icon_insta.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .header2022.header2023 nav p.shop ,
    #background .header2022.header2023 nav p.insta {
        margin: 0 0 10px;
    }
    #background .header2022.header2023 nav p.shop a ,
    #background .header2022.header2023 nav p.insta a {
        font-size: 13px;
    }
    #background .header2022.header2023 nav p.insta a {
        display: block;
        padding: 10px 46px;
        border-radius: 6px;
        background-image: linear-gradient( 90deg, #D300C5, #FF0069, #FF7A00);
        background: -moz-linear-gradient(left, #D300C5, #FF0069, #FF7A00);
        background: -webkit-linear-gradient(left, #D300C5, #FF0069, #FF7A00);
        background: linear-gradient(to right, #D300C5, #FF0069, #FF7A00);
        font-weight: bold;
        color: #fff;
        letter-spacing: 0;
        position: revert;
        text-align: center;
    }
    #background .header2022.header2023 nav p.insta a:before {
        content: "";
        height: 29px;
        width: 29px;
        display: block;
        position: absolute;
        left: 15px;
        top: calc(50% - 15px);
        content: "";
        background: url(./images/icon_insta.svg);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #background .header2022 nav p.shop a:before {
        height: 29px;
        width: 29px;
        left: 15px;
        top: calc(50% - 15px);
    }
}



/*===========================================================================

  設定　ここから

===========================================================================*/

/*------------------------------------
  設定　ここから
-------------------------------------*/

/*-----------------------------------*/

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
}