@charset "utf-8";

/*all=====================================================================*/

.sp {
    display: none;
}

.pc {
    display: block;
}

body {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}

#header {
    background: #999;
    height: 150px;
    text-align: center;
}

#nav {
    background: #ddd;
    height: 70px;
    text-align: center;
}

#wrap {
    width: 100%;
	overflow:hidden;
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

/*hd_notic=====================================================================*/
.hd_notic {
    width: 100%;
    padding: 10px;
    color: white;
    background: black;
    font-size: 12px;
    text-align: center;
}

.hd_notic- {
    width: 100%;
    padding: 10px;
    color: red;
    background: white;
    font-size: 12px;
    text-align: center;
}

/*header=====================================================================*/
header.pc {
    position: static;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 10px;

}

.pchd_box {
    display: flex;
}

.pchd_imgs {
    width: 18%;
}
.pchd_imgs h1{display: inline;}

header img.logo {
    width: 120px;
}

header img.medaru {
    width: 30px;
}

.navi_pchd {
    margin-left: 20px;
    padding-top: 12px;
    width: 57%;
}

.navi_pchd li {
    float: left;
    margin-right: 20px;
}

.navi_pchd li a:before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -4px;
    margin-right: 10px;
    vertical-align: middle;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.icon_pchd {
    text-align: right;
    width: 25%;
}

.icon_pchd img {
    width: 35px;
    margin-left: 15px;
}


#contents {
    margin-top: 50px;
}

/*search-form=====================================================================*/
#search-form {
    padding: 12px;
    margin: 0 auto;
    font-family: 繝｡繧､繝ｪ繧ｪ;
    widows: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
	flex-direction: column;
}

#search-form form {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 16px;
}

#search-form input[type=text] {
    display: table-cell;
    width: 100%;
    height: 38px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: none;
}

#search-form .search-button {
    display: table-cell;
    vertical-align: top;
    width: 13%;
}

#search-form .search-button input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#search-form .search-button input[type="image"] {
    width: 38px;
    height: 38px;
    font-weight: bold;
    color: #444;
    border: none;
    background: #ddd;
    padding: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

#search-form .search-keyword {
    width: 100%;
    background: white;
    margin-left: 15px;
    padding-left: 15px;
	paddin-top:15px;
}

#search-form .search-keyword li {
    display: inline-flex;
    margin: 8px;
    font-size: 12px;
    padding: 5px;
    background: #eee;
    border-radius: 5px;
	flex-direction:row;
	flex-wrap:wrap;
}

/*section=====================================================================*/
section {
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 80px auto 10px;
}

section h2{
	font-size:35px;
	text-align:center;
	margin-bottom:20px;
	font-family:'Roboto', sans-serif;
}

section h2 span {
    margin-top: 5px;

    font-size: 10px;

    font-weight: normal;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
}

section a.more {
    display: block;
    width: 100%;
    text-align: right;
    color: #06296c;
    padding: 30px 10px 50px;
    clear: both;
}


.feature-list{
	overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 80px auto 10px;
	display: flex;
	flex-wrap:wrap;
}

.feature-arrivalbox{
	width: 33%;
}

.feature-list h2{
	font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    background: #000;
    color: #fff;
    padding: 10px;
	text-align:center;
	margin:10px;
}

.feature-list h2 span {
    margin-top: 5px;

    font-size: 10px;

    font-weight: normal;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
}

.feature-list a.more {
    display: block;
    width: 100%;
    text-align: right;
    color: #06296c;
    padding: 30px 10px 50px;
    clear: both;
}

/*slider_hd=====================================================================*/

.slider_hd img {
    width: 100%;
    height: auto;
}

.slider_hd .slick-next {
    right: 20px;
    z-index: 99;
}

.slider_hd .slick-prev {
    left: 15px;
    z-index: 100;
}

.slick-slide:not(.slick-center) {
    -webkit-filter: opacity(60%);
    -moz-filter: opacity(60%);
    -o-filter: opacity(60%);
    -ms-filter: opacity(60%);
    filter: opacity(60%);
    transition: 0.2s linear;
}


/*
.slick-initialized .slick-slide {opacity: 0.4;}
.slick-initialized .slick-slide.slick-active {opacity: 1;} 
*/

.slick-prev,
.slick-next {
    z-index: 100;
}

/*topick=====================================================================*/

.topick_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.topick_box div {
    width: 33%;
    padding: 10px;
    float: left;
}

.topick_box div img {
    width: 100%;
    display: block;
}

.topick_box div h3 {
    background: #000;
    padding: 5px;
    color: #fff;
    font-size: 12px;
}

.topick_box div p {
    font-size: 10px;
    line-height: 150%;
    margin: 10px 0;
}

.topick_box div span {
    background: #cacaca;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 5px;
}



/*arrival=====================================================================*/

.arrivalbox{ max-width: 1000px; margin: 0 auto;}
    section.arrival a.more{ color: #8c8c8c; }

h2.blkhd{ width: 100%; background: #000; color: #fff; padding: 10px;}
.arrivalbox div {
    width: 25%;
    padding: 10px;
    float: left;
}

.arrivalbox div img {
    width: 100%;
}

.arrivalbox div h3 {
    font-size: 12px;
    padding: 10px 0;
}

.arrivalbox div p {
    font-size: 10px;
    text-align: right;
}

.arrivalbox div span::after {
    content: "円(税込)";
    font-size: 8px;
}

.arrivalbox{ max-width: 1000px; margin: 0 auto;}
    section.arrival a.more{ color: #8c8c8c; }

.feature-arrivalbox div{
	width: 100%;
    padding: 10px;
    float: left;
}

.feature-arrivalbox div img {
    width: 100%;
}

.feature-arrivalbox div h3 {
    font-size: 12px;
    padding: 10px 0;
}

.feature-arrivalbox div p {
    font-size: 10px;
    text-align: right;
}

.feature-arrivalbox div span::after {
    content: "円(税込)";
    font-size: 8px;
}

.rearrival_item .slick-track,
.rearrival_item .slick-list {
    background: #fff;
}

.rearrival_item .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -o-filter: opacity(100%);
    -ms-filter: opacity(100%);
    filter: opacity(100%);
    transition: 0.2s linear;
}

.rearrival_item .slick-prev:before,
.rearrival_item .slick-next:before {
    color: #000;
}

.rearrival_item img {
    padding: 10px;
    width: 100%;
}

.rearrival_item h3 {
    font-size: 12px;
    padding: 0 10px;
}

.rearrival_item p {
    padding: 10px;
    font-size: 10px;
    text-align: right;
}

.rearrival_item span::after {
    content: "円(税込)";
    font-size: 8px;
}


/*stylebook=====================================================================*/

.stylebook img {
    width: 100%;
}

/*modal=====================================================================*/
.modal_block > p {width: 100%; padding: 10px; margin-bottom: 5px; background: #000; color: #fff;}
.modal-content{ display: flex;}
.modal-content img{ width: 30%; object-fit: cover;}
.modal-content ul {width: 70%; padding-left: 15px;}
.modal-content ul li {width: 100%; border-bottom: 1px solid #000;}
.modal-content ul li a {display: block; width: 100%; overflow: hidden; margin: 10px 0; color: #000; text-decoration: none;}
.modal-content ul li img {width: 25%; float: left;}
.modal-content ul li p {line-height: 150%; font-size: 12px;text-align: left; padding-left: 28%;}
.modal-content ul li p b {font-weight: bold; display: block;}
.modal-content ul li p::after {content: "円（税込）";font-size: 10px;}

@-webkit-keyframes slideRightBg {
    0% {opacity: 0; left: -50%;}
    100% {opacity: 1; left: 0;}
        }
 @keyframes slideRightBg {
    0% {opacity: 0;left: -50%;}
    100% {opacity: 1; left: 0;}
        }
.modal_box {display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999;}
.modal_bg {background-color: rgba(30, 30, 30, 0.9); height: 100%; width: 100%;}
.modal_inner {background-color: #fff; left: 50%; padding: 40px; position: absolute; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 900px;}
.modal_close {cursor: pointer; position: absolute; right: 10px; top: 0; font-size: 2rem;}
@media screen and (max-width: 480px) { 
.modal_trigger {-ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.modal_inner {width: 90%; padding: 25px;}
.modal_close {top: 5px; font-size: 2.2rem;}
}
/*pickup=====================================================================*/
.pickup {
    margin-bottom: 30px;
}

.pickup div {
    width: 50%;
    float: left;
    padding: 15px;
    background-color: #eee;
    border: 5px solid #fff;
}

.pickup div img {
    width: 50%;
    float: left;
}

.pickup div h3 {
    margin-left: 52%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.pickup div p {
    margin-left: 52%;
    font-size: 12px;
    line-height: 150%;
}

/*instagram=====================================================================*/

.instagram ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.instagram li {
    padding: 3px;
    width: 25%;
    box-sizing: border-box;
}

.instagram li img {
    width: 100%;
}

.follo_btn {
    display: block;
    padding: 15px;
    margin: 15px auto;
    width: 70%;
    background: #000;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

/*footer=====================================================================*/
footer {
    width: 100%;
    padding: 30px 10px;
    background: #eee;
}

/*fdbox=====================================================================*/
.fdbox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}

.fdbox > div {
    width: 25%;
}

.fdbox p.midashi {
    
    font-size: 18px;

}

.guide_box p.midashi {
    font-weight: bold;
    font-size: 14px;
}

.guide_box p.inquiry {
    margin-top: 15px;
    line-height: 180%;
    margin-left: 15px;
    font-size: 12px;
    color: #424242;
}

.fdbox ul {
    margin-left: 15px;
}

.fdbox ul li {
    margin-top: 15px;
    font-size: 14px;
}

span.email {
    display: block;
    width: 70%;
    padding: 15px;
    border-radius: 10px;
    margin: 20px auto;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 14px;
}

/*info_fd=====================================================================*/
ul.info_fd {
    width: 100%;
    overflow: hidden;
    display: flex;
}

ul.info_fd li {
    width: 100%;
    border-right: 1px solid #000;
}

ul.info_fd li p {
    padding: 10px;
    text-align: center;
}

ul.info_fd li p span {
    display: block;
    font-size: 12px;
    margin: 10px auto;
}

a.cashless {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 30px auto;
}

.cashless img {
    width: 100%;
}


address {
    background: #000;
    color: #fff;
    font-size: 10px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}






/*SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP */
/*SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP SP */


@media screen and (max-width: 480px) {

    /*all=====================================================================*/
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    section {

        margin: 30px auto 10px;
    }






    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }


    /* 繧ｪ繝ｼ繝舌�繝ｬ繧､=====================================================================*/
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        z-index: 999;
    }

    /* 繝倥ャ繝繝ｼ=====================================================================*/
    header {
        position: fixed;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
        z-index: 9999;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    header .inner {
        position: relative;
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    header .inner img.logo {
        width: 120px;
    }

    header .inner img.medaru {
        width: 30px;
    }

    /* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ */
    header nav {
        overflow: auto;
        position: fixed;
        top: 0;
        right: -70%;
        width: 70%;
        max-width: 320px;
        height: 100%;
        background: #fff;
        opacity: 0;
        z-index: 9999;
    }

    /* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ�壹い繧ｯ繝�ぅ繝匁凾 */
    header.navOpen nav {
        opacity: 1;
        right: 0;
    }

    .navbox {
        width: 90%;
        margin: 15px auto;
    }

    .navbox img {
        width: 100%;
        margin-bottom: 15px;
        display: block;
    }

    .iconbox {
        width: 80%;
        margin: 15px auto;
        display: flex;
    }

    .iconbox a {
        width: 33%;
    }

    .iconbox img {
        width: 90%;
        margin: 0 auto;
    }

    header nav ul {
        border-top: 1px solid #ccc;
    }

    header nav ul li {
        border-bottom: 1px solid #ccc;
    }

    header nav ul li a {
        position: relative;
        display: block;
        padding: 10px;
        color: #999;
        text-decoration: none;
    }

    header nav ul li a:hover {
        background: #f2f2f2;
    }

    header nav ul li a:before {
        position: absolute;
        top: 50%;
        right: 1.5em;
        display: inline-block;
        content: "";
        width: 7px;
        height: 7px;
        margin-top: -4px;
        margin-right: -4px;
        vertical-align: middle;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    /* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繧｢繧､繧ｳ繝ｳ */
    header .navBtn {
        display: block;
        width: 30px;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }

    header .navBtn span {
        display: block;
        height: 4px;
        width: 100%;
        background: #000;
        border-radius: 2px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    header .navBtn span:nth-of-type(2),
    header .navBtn span:nth-of-type(3) {
        margin-top: 5px;
    }

    /* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繧｢繧､繧ｳ繝ｳ�壹い繧ｯ繝�ぅ繝� */
    header.navOpen .navBtn span:nth-of-type(1) {
        -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
        -ms-transform: translateY(9px) translateX(0) rotate(45deg);
        transform: translateY(9px) translateX(0) rotate(45deg);
    }

    header.navOpen .navBtn span:nth-of-type(2) {
        margin-top: 5px;
        opacity: 0;
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        transform: translateY(9px);
    }

    header.navOpen .navBtn span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
        transform: translateY(-9px) translateX(0) rotate(-45deg);
    }
    
    



    #search-form form {
        width:100%;    display: flex;
    }



    #search-form .search-keyword {
        width: 100%;
        background: #fff;
        margin-left: 0;
        padding-left: 0;
    }

    #search-form .search-keyword li {
        margin: 8px 0;
        font-size: 12px;
        padding: 7px 10px;
        background: #eee;
        border-radius: 5px;
    }


#search-form input[type=text] {
    width: 80%;
    height: 30px;}
    #search-form .search-button {
    width: 20%;
}
    #search-form .search-button input[type="image"] {
    width: 30px;
        height: 30px;}
    
    #search-form .search-keyword li a {
        color: #555;
    }

    /*arrival*/
    
    .arrivalbox div {
        width: 50%;
    }

    /*info_fd*/

    ul.info_fd {
        display: block;
    }

    ul.info_fd li {
        border-top: 1px solid #000;
        border-right: none;
    }


    ul.info_fd li p span {
        font-size: 10px;
    }


    /*fdbox=====================================================================*/
    .fdbox {
        display: block;
    }

    .fdbox > div {
        width: 100%;
    }

    .fdbox ul li {
        margin-top: 5px;
        font-size: 16px;
    }

    .guide_box p.inquiry {
        margin-top: 15px;
        line-height: 180%;
        margin-left: 15px;
        font-size: 12px;
        color: #424242;
    }

    /*cgbox*/
    ul.cgbox {
        width: 100%;
        margin: 10px auto 25px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }

    ul.cgbox li {
        padding: 1%;
        width: 48%;
        box-sizing: border-box;
    }

    ul.cgbox li a {
        font-size: 12px;
        display: block;
        padding: 10px 0;
        border: 1px solid #666;
        text-align: center;
    }

/*feature*/
	.feature-list{
	flex-wrap: wrap
}

.feature-arrivalbox{
	width: 50%;
}

.feature-list h2{
	font-size: 15px;
}

	

    /*guide_box*/
    .guide_box {
        padding: 15px;
        background: #fff;
    }

    .guide_box p.midashi {
        margin: 15px 0;
        font-size: 16px;
    }

    .guide_box li {
        width: 100%;
        padding: 10px;
        border-top: 1px solid #797979;
    }

    .guide_box p.inquiry {
        font-size: 14px;
    }


    .topick_box div {
        width: 50%;
        padding: 10px;
        float: left;
    }

    .topick_box div.topick_top {
        width: 100%;
    }

    /*pickup=====================================================================*/
    .pickup div {
        width: 100%;
        float: left;
        padding: 5px;
        background-color: #fff;
        border: none;
        margin-bottom: 20px;
    }

    .pickup div img {
        width: 43%;
        float: left;
    }

    .pickup div h3 {
        margin-left: 45%;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .pickup div p {
        margin-left: 45%;
        font-size: 10px;
        line-height: 150%;
    }

    

}






