@charset "utf-8";
/* CSS Document */


/* ##### 共通指定 ##### */

.comtit01 {
    background: #6B6B6B;
    padding: 10px 2%;
    color: #fff;
}

.comtit01 .tit {
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 120%;
}

.comtit02 {
    border: 1px solid #6B6B6B;
    background: #fff;
    padding: 10px 2%;
    color: #fff;
}

.comtit02 .tit {
    font-size: 24px;
    text-align: center;
    color: #6B6B6B;
    font-weight: bold;
    margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
    .comtit01 .tit {
        font-size: 20px;
    }

    .comtit02 .tit {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .comtit01 {
        padding: 5px 2%;
    }

    .comtit02 {
        padding: 5px 2%;
    }
}

.float-left {
    float: left;
}

.pickup-mobile {
    display: flex;
    overflow-x: auto;
}

.pickup-mobile::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }

.mobile-pickup-list {
    flex-shrink: 0;
    width: 40%;
}

.collapsible {
    cursor: pointer;
    background-color: rgb(223, 223, 223);
    border: none;
    display: flex;
    justify-content: space-between;
}

.active, .collapsible:hover {
    background-color: #ccc;
  }

.collapsible-content {
    display: none;
    overflow: hidden;
}

.diameter-box {
    height: 90px;
}

@media only screen and (max-width: 1025px) {
    .diameter-box {
        height: 80px;
    }
}

@media only screen and (max-width: 599px) {
    .diameter-box {
        height: 70px;
    }
}

.arrow {
    /*rotate 90 degrees*/
    transform: rotate(90deg);
    transition: transform 0.5s ease-in-out;
}

.arrow.arrow-open {
    transform: rotate(270deg);
    transition: transform 0.5s ease-in-out;
}

/* ##### header ##### */

.header01in {
    padding-bottom: 0px;
}

header .header01 .sns-list {
    max-width: 240px;
    margin-right: 0;
    margin-left: auto;
}

header .header01 .sns-list .item {
    width: 65px;
    height: 65px;
    background: rgb(163, 201, 229);
    border-radius: 50%;
}

header .header01 .sns-list .item a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 115%;
    text-align: center;
}

header .header01 .sns-list .item .pix {
    max-width: 40px;
}

header .header01 .sns-list .item03 .pix {
    max-width: 30px;
    margin-top: auto;
    margin-bottom: -1px;
}

header .header01 #gnav li {
    background: rgb(241, 242, 242);
    color: #fff;
    padding: 10px 0 8px 0;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -1px;
    width: 25%;
    text-align: center;
    margin-right: 1px;
    margin-left: 1px;
    position: relative;
}

header .header01 #gnav li::after{
    content: '';
    height: 4px;
    position: absolute;
    left: 0;
    right:0;
    bottom: -6px;
    background-color: rgb(163, 201, 229, 0.5);
  }

header .header01 #gnav li:last-of-type {
    border-right: none;
}

header .header01 #gnav li a {
    color: rgb(109, 110, 113);
    font-weight: normal;
}


/*ヘッダー固定時サイズ*/

header.fixed {
    padding-top: 10px;
}


header .header01 .logo {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}

header .header01 .sns-list {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}

header .header01 .sns-list .item,
header.fixed .header01 .sns-list .item a,
header .header01 .sns-list .item .pix {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}


header.fixed .header01 .logo {
    width: 220px;
}

header.fixed .header01 .sns-list {
    max-width: 240px;
}

header.fixed .header01 .sns-list .item {
    width: 45px;
    height: 45px;

}

header.fixed .header01 .sns-list .item .pix {
    max-width: 25px;
}

header.fixed .header01 .sns-list .item a {
    font-size: 12px;
}

header.fixed .header01 .sns-list .item03 .pix {
    max-width: 20px;
}

header.fixed #gnav {
    padding: 10px 0;
}

header #shop-list-title {
    text-align: center;
    font-size: 15.5pt;
    color: rgb(163, 201, 229);
    margin-top: 5px;
    margin-bottom: 5px;
}


@media only screen and (max-width: 1024px) {
    .header01in {
        max-width: initial;
    }

    header .header01 #gnav li {
        width: 100%;
        background: none;
        border-right: none;
        color: #000;
        padding: 0;
    }

    header .header01 .sns-list .item {
        width: 55px;
        height: 55px;
    }

    header .header01 .sns-list .item .pix {
        max-width: 30px;
    }

    header .header01 .sns-list .item03 .pix {
        max-width: 25px;
    }

    header .header01 #gnav li a {
        color: #000;
    }

    header .header01 .logo {
        width: 45%;
        max-width: 350px;
    }

    header .header01 .sns-list {
        width: 45%;
    }

}

@media only screen and (max-width: 599px) {
    header .header01 .logo {
        width: 100%;
        max-width: 250px;
        /* margin: 0 auto 15px auto; */
    }

    header .header01 .sns-list {
        width: 100%;
        max-width: 200px;
        margin: 0 auto 20px auto;
    }

    header .header01 .sns-list .item {
        width: 40px;
        height: 40px;
    }

    header .header01 .sns-list .item .pix {
        max-width: 23px;
    }

    header .header01 .sns-list .item a {
        font-size: 12px;
    }

    header .header01 .sns-list .item03 .pix {
        max-width: 20px;
    }
}


/* ##### footer ##### */
footer .flexb {
    justify-content: center;
    align-items: center;
}

footer .foot-nav {
    margin-bottom: 30px;
}

footer .foot-nav li {
    width: 14.2%;
    position: relative;
    padding: 5px 0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
    border-right: 1px solid rgb(109, 110, 113);
}

footer .foot-nav li a{
    color: rgb(109, 110, 113);
    letter-spacing: 0.5px;
    font-weight: normal;
}

footer .foot-nav li:last-of-type {
    border-right: none;
}

footer .copy {
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 1;
    color: rgb(109, 110, 113);
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}

footer .medical-text {
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 1;
    color: rgb(109, 110, 113);
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}

@media only screen and (max-width: 599px) {
    footer .foot-nav li {
        width: 50%;
        padding: 5px 2%;
    }

    footer .foot-nav li:nth-child(odd) {
        border-left: 1px solid rgb(109, 110, 113);
    }

    footer .foot-nav li:last-of-type {
        border-right: 1px solid rgb(109, 110, 113);
    }
}

/* ##### 01index ##### */

/*　slide　*/

.home-slide {
    width: 100%;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}

.home-slide .flexslider {
    margin-bottom: 60px;
}

@media only screen and (max-width: 599px) {
    .home-slide .text .txt {
        font-size: 12px;
    }
}


/*　news　*/
.home-news {
    margin-bottom: 40px;
}

.home-news .inn {
    background: #3D3D3D;
    padding: 1px;
}

.home-news .list {
    /* height: 120px; */
    background: #fff;
    padding: 20px 2%;
    overflow: auto;
}

.home-news .list .item:last-of-type {
    margin-bottom: 0;
}

.home-news .tit .txt {
    color: #fff;
}

@media only screen and (max-width: 599px) {
    .home-news .list {
        margin: 0;
        padding: 10px 2%;
        height: 65px;
    }

    .home-news .list .txt {
        margin: 0;
    }
}

.home-spec .box01 .list01 .item01 {
    width: 48%;
    margin: 0px auto 20px auto;
    border: 1px solid #3D3D3D;
    border-radius: 10px;
    overflow: hidden;
    max-width: 380px;
}

.home-spec .box01 .list01 .item01 .in {
    padding: 30px 2%;
}

.home-spec .box02 .list01 .item01 {
    width: 23%;
    margin: 0px auto 20px auto;
}

.home-spec .box02 .list01 .item01 .pix {
    max-width: 70px;
    margin: 0 auto 10px auto;
}

.home-spec .box03 .list01 .item01 {
    width: 23%;
    margin: 0px auto 20px auto;
    border: 1px solid #3D3D3D;
    border-radius: 15px;
}

.home-spec .box03 .list01 .item01 .in {
    padding: 15px 2%;
}

@media only screen and (max-width: 599px) {

    .home-spec .box01 .list01 .item01 {
        width: 46%;
    }

    .home-spec .box01 .list01 .item01 .in {
        padding: 20px 2%;
    }

    .home-spec .box02 .list01 .item01 .pix {
        max-width: 60px;
        margin: 0 auto 5px auto;
    }

    .home-spec .box02 .list01 .item01 .txt01 {
        font-size: 11px;
    }

    .home-spec .box03 .list01 .item01 {
        width: 46%;
    }

    .home-spec .box03 .list01 .item01 .in {
        padding: 10px 2%;
    }

}


.home-brand .box01 .item01 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 599px) {
    .home-brand .box01 .item01 .txt01 {
        font-size: 10px;

    }

    .home-brand .box01 .item01 {
        margin-top: 0;
        margin-bottom: 10px;
    }
}























/* ショップリスト*/
.shoplist-map {
    margin-bottom: 40px;
}

.shoplist-map .search01 .item01 {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shoplist-map .search01 {
    margin-bottom: 50px;
}

.shoplist-map .search01 .item01 .tit01 {
    font-size: 20px;
    margin-bottom: 0;
}

.shoplist-map .search01 .item02 {
    width: 35%;
}

.shoplist-map .search01 .item02 .select,
.shoplist-map .search01 .item03 .select {
    width: 100%;
    padding: 10px 5px;
    cursor: pointer;
}

.shoplist-map .search01 .item03 {
    width: 35%;
}

.shoplist-map .search01 .item03 .select02 {
    display: none;
}

.shoplist-map .search01 .item03 .select02.active {
    display: block;
}

.shoplist-map .search01 .item04 {
    width: 15%;
}

.shoplist-map .search01 .item04 .button01 {
    background: #6B6B6B;
    color: #fff;
    width: 100%;
    padding: 10px 5px;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
/* 
.shoplist-map .shop-list01 .left {
    width: 30%;
    overflow-y: auto;
    max-height: 350px;
    background: #f6f6f6;
}

.shoplist-map .shop-list01 .left .count-txt01 {
    padding: 10px 10px;
}

.shoplist-map .shop-list01 .left .address01 .item01 {
    background: #f6f6f6;
    padding: 15px 10px;
    cursor: pointer;
    display: none;
}

.shoplist-map .shop-list01 .left .address01 .item01.active {
    display: block;
}

.shoplist-map .shop-list01 .left .address01 .item01.active.select {
    background: #ececec;
}

.shoplist-map .shop-list01 .left .address01 .item01 .txt {
    margin-bottom: 5px;
}

.shoplist-map .shop-list01 .left .address01 .item01 .txt01 {
    font-weight: bold;
}


.shoplist-map .shop-list01 .left .address01 .item01 .txt02 {
    color: #6f6f6f;
}

.shoplist-map .shop-list01 .left .address01 .item01 .txt03 {
    font-weight: bold;
}

.shoplist-map .shop-list01 .left .address01 .item01 .txt04 a {
    text-decoration: underline;
    color: #005cb9;
}

.shoplist-map .shop-list01 .left .address01 .item01 .txt:last-of-type {
    margin-bottom: 0;
} */

.shoplist-map .shop-list01 .right {
    width: 70%;
}

.shoplist-map .shop-list01 .right:after {
    content: "";
    padding-top: 50%;
    display: block;
}



.shoplist-map .shop-list01 .maps01 {
    position: relative;
}

.shoplist-map .shop-list01 .maps01 .item01 {
    position: absolute;
    top: 0;
    width: 100%;
}

.shoplist-map .shop-list01 .maps01 .item01.active {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .shoplist-map .shop-list01 .maps01 .item01 .map:after {
        display: block;
        content: "";
        padding-top: 70%;
    }
}


@media only screen and (max-width: 599px) {
    .shoplist-map .search01 {
        margin-bottom: 30px;
    }

    .shoplist-map .search01 .item01 {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .shoplist-map .search01 .item01 .tit01 {
        font-size: 18px;
    }

    .shoplist-map .shop-list01 .left {
        width: 100%;
        /* max-height: 200px; */
        border-bottom: 1px solid #000;
    }

    .shoplist-map .shop-list01 .left .address01 .item01 {
        padding: 10px 5px;
    }

    .shoplist-map .shop-list01 .right {
        width: 100%;
    }

    .shoplist-map .shop-list01 .right:after {
        content: "";
        padding-top: 100%;
        display: block;
    }

    .shoplist-map .search01 .item04 {
        width: 25%;
    }

    .shoplist-map .shop-list01 .maps01 .item01 .map:after {
        display: block;
        content: "";
        padding-top: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .device-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 599px) {
    .device-pc {
        display: none !important;
    }
}
