@charset "UTF-8";

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

/* common /////////////////////////////////////////////////////////////////////////////////////////// */

.home_service_staff01,
.footer_staff01 {
    display: none;
}


}


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

/* common /////////////////////////////////////////////////////////////////////////////////////////// */
.header_gnav ul {
    max-width: 700px;
}

.header_pnav_large > .store {
    padding-top: 16px;
}

.header_pnav_large > .corp {
    padding-top: 16px;
}


}



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

/* common /////////////////////////////////////////////////////////////////////////////////////////// */

.cmn_maxbox,
.cmn_maxbox_1000 {
    padding-left: 3%;
    padding-right: 3%;
}

/* .header_catch,
.header_pnav {
    display: none;
} */

/* .header_gnav ul {
    max-width: none;
} */



/* home /////////////////////////////////////////////////////////////////////////////////////////// */



/* flyer /////////////////////////////////////////////////////////////////////////////////////////// */




/* media /////////////////////////////////////////////////////////////////////////////////////////// */







}





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

/* common /////////////////////////////////////////////////////////////////////////////////////////// */

.spNone {
    display: none;
}

.pcNone {
    display: block;
}


/* aタグ(電話番号) */
a[href^="tel"] {
    pointer-events: auto;
}

p,
li,
dt,
dd,
a {
    /* font-size: 1.4rem; */
}










/* header */
header {
    position: relative;
    z-index: 99;
    padding: 66px 0 0 0;
    background-color: transparent;
}

.header_top {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 66px;
    padding: 0 3%;
    border-top: 3px solid #E60012;
    background-color: #ffffff;
    background-image: none;
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
    transition: box-shadow .2s ease-in-out;
}

#header_modalmenu_check:checked ~ .header_top {
    box-shadow: none;
    border-bottom: 1px solid #cccccc;
}

.header_logo {
    margin: 0 0 8px 0;
    padding: 0;
}

.header_logo img {
    width: 160px;
}

.header_catch,
.header_pnav {
    display: none;
}

#header_modalmenu_close_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    /* opacity: 0;
    transition: opacity .2s ease-in-out; */
}

#header_modalmenu_check:checked ~ #header_modalmenu_close_bg {
    /* opacity: 1; */
    display: block;
    pointer-events: all;
}

#header_modalmenu_conts {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    transform: translate(0,-100%);
    transition: transform .2s ease-in-out;
    overflow: auto;
}

#header_modalmenu_check:checked ~ #header_modalmenu_conts {
    top: 66px;
    transform: none;
}

.header_modalmenu_gnav ul {
    display: flex;
    flex-wrap: wrap;
}

.header_modalmenu_gnav li {
    width: 50%;
    border-width: 0;
    border-style: solid;
    border-color: #cccccc;
}

.header_modalmenu_gnav li:nth-of-type(n+3) {
    border-width: 1px 0 0 0;
}

.header_modalmenu_gnav li:nth-of-type(2),
.header_modalmenu_gnav li:nth-of-type(2n) {
    border-width: 0 0 0 1px;
}

.header_modalmenu_gnav li:nth-of-type(2n+4) {
    border-width: 1px 0 0 1px;
}

.header_modalmenu_gnav a {
    position: relative;
    display: block;
    padding: 15px 0;
    padding-right: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.03rem;
    text-align: center;
    background-image: url(../img/home_service_btn_arr_red.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: auto;
}

#header_modalmenu_open {
    position: relative;
    flex-shrink: 0;
    display: inline-block;
    width: 27px;
    height: 24px;
    margin: 3px 0 0 2%;
    cursor: pointer;
}

#header_modalmenu_open span {
    position: absolute;
    left: 0;
    top: calc((100% - 4px)/2);
    display: block;
    width: 100%;
    height: 4px;
    transition: transform .25s,
                opacity .25s;
    background-color: #231815;
}

#header_modalmenu_open .top {
    transform: translateY(-10px);
}

#header_modalmenu_open .bottom {
    transform: translateY(10px);
}

#header_modalmenu_check:checked ~ .header_top #header_modalmenu_open .top {
    transform: rotate(45deg);
}

#header_modalmenu_check:checked ~ .header_top #header_modalmenu_open .center {
    opacity: 0;
}

#header_modalmenu_check:checked ~ .header_top #header_modalmenu_open .bottom {
    transform: rotate(-45deg);
}

.header_gnav {
    display: none;
}




/* footer */
footer {
    padding: 40px 0 0 0;
}

.footer_top > img {
    width: 60%;
    /* margin: 0 0 -1% 0; */
}

.footer_top > div {
    display: none;
}

.footer_bottom::before {
    height: 0;
    padding: 18% 0 0 0;
    background-size: 140% auto;
}

.footer_inner {
    display: block;
}

.footer_inner > ul {
    padding: 0;
}

.footer_inner > div {
    margin: 0 auto;
    text-align: center;
}

.footer_inner > div span {
    display: inline-block;
    padding: 0 0 0 8px;
    font-size: 1.4rem;
}




.footer_mascot > .red {
    width: 60px;
    transform: translate(5px, calc(-50px + (-20 + 50)*(100vw - 375px)/(1000 - 375)));
}

.footer_mascot > .green {
    width: 34px;
    transform: translate(-20px, calc(-28px + (0 + 28)*(100vw - 375px)/(1000 - 375)));
}






main {
    position: relative;
    z-index: 9;
}



/* home /////////////////////////////////////////////////////////////////////////////////////////// */
.home_mainimg {
    background: rgb(229, 229, 229);
}

.home_mainimg_topics {
    z-index: 100;
    padding: 30px 0 0 0;
    /* padding: 34% 0 0 0; */
    max-width: 150px;
}

.home_mainimg_topics a {
    padding: 6px 12px 10px 8px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.home_mainimg_topics div > span {
    font-size: 1.1rem;
    letter-spacing: 0;
}

.home_mainimg_topics div > strong {
    margin: 4px 0 0 0;
    font-size: 1.2rem;
}

.home_mainimg_topics div > strong img {
    width: 12px;
    margin-top: 2px;
}

.home_mainimg_topics div > p,
.home_mainimg_topics div > p span {
    display: none;
}

.home_mainimg_topics a > span {
    display: none;
}

.home_mainimg_topics a > img {
    align-self: center;
    margin: 8px 0 0 0;
    width: 8px;
}

.home_mainimg_slider .swiper-slide {
    position: relative;
    height: 0;
    min-height: 0;
    max-height: none;
    /* padding: 90% 0 0 0; */
    padding: 110% 0 0 0;
    background-size: 180%;
}

.home_mainimg_slider .swiper-slide a {
    position: absolute;
    left: 0;
    top: 0;
}

.home_mainimg_slider .slide03 {
    background-image: url(../img/home_mainimg_slide03_sp.jpg);
}



.home_mainimg_point {
    /* position: relative; */
    /* left: auto; */
    /* bottom: auto; */
}

.home_mainimg_point ul {
    padding-left: 2%;
    padding-right: 2%;
}

.home_mainimg_point li {
    width: 32%;
}

.home_mainimg_point li + li {
    margin: 0;
}

.home_mainimg_staff li:nth-of-type(1) {
    left: 0%;
}

.home_mainimg_staff li:nth-of-type(2) {
    left: 56%;
}

.home_mainimg_staff li:nth-of-type(3) {
    left: 88%;
}

.home_shop_inner {
    display: block;
}

.home_service_inner {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 100px;
}

.home_shop_inner {
    padding-top: 60px;
    padding-bottom: 100px;
}

.home_service_inner {
    padding-left: 0;
    padding-right: 0;
}

.home_shop_sidebar {
    width: 100%;
    max-width: none;
    margin: 0;
}

.home_service_sidebar {
    order: 1;
    width: 100%;
    max-width: none;
    margin: 50px 0 0 0;
}

.home_service_amazon {
    max-width: 150px;
    margin: 0 auto 50px;
    text-align: center;
}

.home_service_ec {
    width: 94%;
    /* max-width: 200px; */
    max-width: 250px;
    margin: 0 auto 36px;
    text-align: center;
}

.home_service_main,
.home_shop_main {
    max-width: none;
}

.home_service_main {
    width: 100%;
}

.home_shop_main {
    margin: 70px 0 0 0;
}

.home_service_main,
.home_service_sidebar > ul {
    padding-left: 3%;
    padding-right: 3%;
}

.home_service_sidebar > ul {
    padding-top: 36px;
    background-color: #ffffff;
}

.home_service_sidebar > h2 img,
.home_shop_sidebar > h2 img {
    max-width: 180px;
}

.home_service_sidebar > h2 .en,
.home_shop_sidebar > h2 .en {
    display: block;
    font-size: 3.2rem;
}

.home_service_sidebar > h2 .ja,
.home_shop_sidebar > h2 .ja {
    display: block;
    margin: 4px 0 0 0;
    font-size: 2.4rem;
}

.home_service_sidebar > h2 + *,
.home_shop_sidebar > h2 + * {
    margin-top: 24px;
}

.home_service_sidebar > ul a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 36px 0;
}

.home_service_sidebar .imgbox {
    flex-shrink: 0;
    width: 40%;
    height: auto;
    margin: 0 5% 0 0;
}

.home_service_sidebar .imgbox img {
    position: static;
    transform: none;
}

.home_service_sidebar .imgbox span {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
}

.home_service_sidebar .txtbox {
    padding: 0;
}

.home_service_sidebar .txtbox h3 {
    font-size: 1.6rem;
}

.home_service_sidebar .txtbox p {
    margin: 14px 0 0 0;
    font-size: 1.3rem;
}

.home_service_sidebar .txtbox span {
    margin: 16px 0 0 0;
}

.home_service_msg {
    margin-top: 50px;
}

.home_service_msg > img {
    align-self: center;
    max-width: 60px;
    margin: 0 5% 0 0;
}

.home_service_msg > div {
    width: 100%;
    padding: 0 0 30px 0;
}

.home_service_msg > div span {
    font-size: 2.0rem;
}

.home_service_msg > div p {
    padding: 14px 0 14px 30px;
    margin: 16px 0 0 0;
    font-size: 1.5rem;
    line-height: 1.7;
}

.home_service_msg > div p br {
    display: none;
}

.home_service_news > h2 {
    margin: 8px 0 0 0;
}

.home_service_lowprice > h2 {
    margin: 20px 0 0 0;
}

.home_service_news > h2,
.home_service_lowprice > h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home_service_news > h2 img,
.home_service_lowprice > h2 img {
    /* width: 180px; */
    width: 160px;
    margin: 0;
}

.home_service_news > h2 span,
.home_service_lowprice > h2 span {
    width: auto;
    max-width: none;
    padding: 8px 0;
    /* border: 2px solid #231815; */
    /* border-radius: 1.4rem; */
    /* font-size: 2.4rem; */
    font-size: 2.1rem;
    background-image: none;

}







.home_service_lowprice > span {
    margin: 36px 0 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.08rem;
}

.home_service_lowprice > p {
    margin: 34px 0 0 0;
    font-size: 1.5rem;
}

.home_service_lowprice > p br {
    display: none;
}

.home_service_lowprice > a {
    max-width: 300px;
    padding: 15px 0;
    text-align: center;
}

.home_service_lowprice > a span {
    margin: 0;
    font-size: 2.0rem;
}

.home_service_lowprice > a small {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 1.4rem;
}


.home_service_staff01 {
    display: block;
}

.home_service_staff01 img {
    width: 70px;
}

.home_service_staff02 img {
    width: 30px
}






.home_shop_sidebar > img {
    display: block;
    margin: 30px auto 0;
}


.home_shop_sidebar > ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}

.home_shop_sidebar > ul::after {
    content: '';
    display: block;
    width: 46%;
}

.home_shop_sidebar > ul li {
    width: 46%;
    padding: 18px 0;
}

.home_shop_sidebar > ul li + li {
    border-top: 0;
}

.home_shop_sidebar > ul p {
    padding: 0 0 2px 24px;
    font-size: 1.7rem;
    line-height: 1.4;
    background-position: left top 4px;
    background-size: 16px auto;
}

.home_shop_sidebar > ul span {
    margin: 12px 0 0 0;
    font-size: 1.4rem;
}

.home_shop_sidebar > div {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 40px 0 0 0;
}

.home_shop_sidebar > div a {
    width: 30%;
    margin: 0;
}







.home_shop_staff01 img {
    width: 50px;
}




/* flyer /////////////////////////////////////////////////////////////////////////////////////////// */




/* media /////////////////////////////////////////////////////////////////////////////////////////// */





/* company /////////////////////////////////////////////////////////////////////////////////////////// */












/* delivery /////////////////////////////////////////////////////////////////////////////////////////// */




/* pickup /////////////////////////////////////////////////////////////////////////////////////////// */






/* concept /////////////////////////////////////////////////////////////////////////////////////////// */






/* shop /////////////////////////////////////////////////////////////////////////////////////////// */






/* news /////////////////////////////////////////////////////////////////////////////////////////// */






/* voice /////////////////////////////////////////////////////////////////////////////////////////// */






/* corporation /////////////////////////////////////////////////////////////////////////////////////////// */






/* recruit /////////////////////////////////////////////////////////////////////////////////////////// */






/* contact /////////////////////////////////////////////////////////////////////////////////////////// */
.contact_tellist {
    display: table;
    width: 100%;
    max-width: 500px;
}

.contact_tellist > div {
    width: 100%;
}

.contact_tellist dt {
    padding-left: 20px;
    padding-right: 20px;
}

.contact_tellist dd {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}















}













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








/* common /////////////////////////////////////////////////////////////////////////////////////////// */




/* SUB メインタイトル */
.cmn_maintitle {
    padding: 24px 0;
}

.cmn_maintitle h1 {
    font-size: 2.2rem;
}

/* SUB サブタイトル */
.cmn_subtitle {
    padding-left: 0;
}

.cmn_subtitle p {
    font-size: 1.6rem;
}


/* 見出し（サイドバーあり） */
.cmn_heading_sidebar {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.04rem;
}

.cmn_heading_sidebar_s {
    font-size: 1.6rem;
    line-height: 1.5;
}


/* ページ下部のSNS */
.cmn_sns {
    flex-wrap: wrap;
    margin: 50px auto;
}

.cmn_sns > a {
    width: 44%;
    margin: 16px 0 0 0;
}




/* その他のご案内 */
.cmn_guide_inner > p {
    font-size: 2.4rem;
}

.cmn_guide_inner > ul {
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}

.cmn_guide_inner > ul li {
    width: 47%;
    margin: 16px 0 0 0;
}

.cmn_guide_inner > ul a {
    /* padding: 18px 5px;
    font-size: 1.4rem;
    letter-spacing: -0.04rem; */
}




/* CMSエディタ装飾 */
.cmn_cms_editor h3 {
    font-size: 2.1rem;
}

.cmn_cms_editor h4 {
    font-size: 1.9rem;
}

.cmn_cms_editor h5 {
    font-size: 1.7rem;
}

.cmn_cms_editor h6 {
    font-size: 1.5rem;
}









.footer_inner > ul {
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    margin: -20px 0 0 0;
}

.footer_inner > ul > li {
    width: 32%;
    margin: 20px 0 0 0;
    font-size: 1.3rem;
}

.footer_inner > ul ul {
    padding: 4px 0 0 14px;
}

.footer_inner li li {
    margin: 2px 0 0 0;
    font-size: 1.3rem;
}





/* home /////////////////////////////////////////////////////////////////////////////////////////// */

/* .home_service_sidebar .imgbox {
    height: auto;
}

.home_service_sidebar .imgbox img {
    position: static;
    transform: none;
}

.home_service_sidebar .imgbox span {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
}

.home_service_sidebar .txtbox {
    padding: 20px 18px 36px 18px;
}

.home_service_sidebar .txtbox h3 {
    font-size: 1.7rem;
}

.home_service_sidebar .txtbox p {
    margin: 14px 0 0 0;
    font-size: 1.3rem;
}

.home_service_sidebar .txtbox span {
    margin: 16px 0 0 0;
}

 */


.home_service_news {
    margin-top: 50px;
}

.home_service_news_slider .imgbox {
    height: 0;
    padding: 65% 0 0 0;
}

.home_service_news_slider .imgbox span {
    width: 56px;
    height: 56px;
    font-size: 1.3rem;
}

.home_service_news_slider .imgbox .minato {
    font-size: 1.3rem;
}

.home_service_news_slider .txtbox h3 {
    font-size: 1.6rem;
}

.home_service_news_slider .txtbox p {
    font-size: 1.3rem;
}



.home_shop_main > a {
    padding-left: 8%;
    font-size: calc(18px + (32 - 18)*(100vw - 375px)/(780 - 375));
    letter-spacing: .18em;
    text-shadow: 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000, 0 0 3px #000000;
    text-align: center;
}

.home_shop_main > a br {
    display: inline;
}

.home_shop_instagram {
    margin: 50px 0 0 0;
}

.home_shop_twitter {
    margin: 35px 0 0 0;
}

.home_shop_twitter > h2,
.home_shop_instagram > h2 {
    display: block;
    font-size: 2.6rem;
}

.home_shop_twitter > h2 img,
.home_shop_instagram > h2 img {
    max-width: 160px;
    margin: 0 2% 0 0;
    vertical-align: top;
}

.home_shop_twitter > h2 span,
.home_shop_instagram > h2 span {
    display: block;
    margin: -2px 0 0 0;
    /* font-size: 3.2rem; */
    font-size: 3.0rem;
}

.home_shop_twitter > div,
.home_shop_instagram > div {
    margin: 24px 0 0 0;
}


.home_shop_sns_temp {
    align-items: center;
    flex-wrap: wrap;
    margin: 30px auto 0;
}

.home_shop_sns_temp > a {
    width: 30%;
    margin: 16px 0 0 0;
}



/* flyer /////////////////////////////////////////////////////////////////////////////////////////// */

.flyer_wrap {
    padding-top: 30px;
    padding-bottom: 70px;
}

.flyer_note p {
    font-size: 1.4rem;
}

.flyer_list {
    justify-content: space-between;
    margin: 0;
}

.flyer_list::after {
    display: none;
}

.flyer_list > div {
    width: 47%;
}

.flyer_list > div {
    margin: 76px 0 0 0;
}

.flyer_list h2 {
    font-size: 2.0rem;
}

.flyer_list dd > p {
    font-size: 1.5rem;
}

.flyer_list dd > div {
    margin: 16px 0 0 0;
}

.flyer_list dd > a {
    margin: 24px 0 0 0;
    font-size: 1.4rem;
}




/* media /////////////////////////////////////////////////////////////////////////////////////////// */


.media_wrap {
    padding-bottom: 70px;
}

.imakore_wrap {
    padding-bottom: 70px;
}

.gifu_wrap {
    padding-bottom: 70px;
}

.kita_wrap {
    padding-bottom: 70px;
}

.minato_wrap {
    padding-bottom: 70px;
}

.nagano_wrap {
    padding-bottom: 70px;
}

.suzuka_wrap {
    padding-bottom: 70px;
}

.media_wrap > p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.imakore_wrap > p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.gifu_wrap > p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.kita_wrap > p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.minato_wrap > p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.nagano_wrap > p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.suzuka_wrap > p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.media_wrap > p br {
    display: none;
}

.imakore_wrap > p br {
    display: none;
}

.gifu_wrap > p br {
    display: none;
}

.kita_wrap > p br {
    display: none;
}

.minato_wrap > p br {
    display: none;
}

.nagano_wrap > p br {
    display: none;
}

.suzuka_wrap > p br {
    display: none;
}

.media_wrap > ul {
    margin: 50px 0 0 0;
}

.gifu_wrap > ul {
    margin: 50px 0 0 0;
}

.kita_wrap > ul {
    margin: 50px 0 0 0;
}

.minato_wrap > ul {
    margin: 50px 0 0 0;
}

.nagano_wrap > ul {
    margin: 50px 0 0 0;
}

.suzuka_wrap > ul {
    margin: 50px 0 0 0;
}

.media_wrap > ul > li {
    padding: 50px 5%;
}

.gifu_wrap > ul > li {
    padding: 50px 5%;
}

.kita_wrap > ul > li {
    padding: 50px 5%;
}

.minato_wrap > ul > li {
    padding: 50px 5%;
}

.nagano_wrap > ul > li {
    padding: 50px 5%;
}

.suzuka_wrap > ul > li {
    padding: 50px 5%;
}


.media_wrap > ul > li > h2 {
    font-size: 1.8rem;
}

.gifu_wrap > ul > li > h2 {
    font-size: 1.8rem;
}

.kita_wrap > ul > li > h2 {
    font-size: 1.8rem;
}

.minato_wrap > ul > li > h2 {
    font-size: 1.8rem;
}

.nagano_wrap > ul > li > h2 {
    font-size: 1.8rem;
}

.suzuka_wrap > ul > li > h2 {
    font-size: 1.8rem;
}

.media_wrap > ul > li > span {
    padding: 0 0 0 24px;
    margin: 26px 0 0 0;
    font-size: 1.5rem;
}

.gifu_wrap > ul > li > span {
    padding: 0 0 0 24px;
    margin: 26px 0 0 0;
    font-size: 1.5rem;
}

.kita_wrap > ul > li > span {
    padding: 0 0 0 24px;
    margin: 26px 0 0 0;
    font-size: 1.5rem;
}

.minato_wrap > ul > li > span {
    padding: 0 0 0 24px;
    margin: 26px 0 0 0;
    font-size: 1.5rem;
}

.nagano_wrap > ul > li > span {
    padding: 0 0 0 24px;
    margin: 26px 0 0 0;
    font-size: 1.5rem;
}

.suzuka_wrap > ul > li > span {
    padding: 0 0 0 24px;
    margin: 26px 0 0 0;
    font-size: 1.5rem;
}

.media_wrap > ul > li > div {
    font-size: 1.4rem;
}

.gifu_wrap > ul > li > div {
    font-size: 1.4rem;
}

.kita_wrap > ul > li > div {
    font-size: 1.4rem;
}

.minato_wrap > ul > li > div {
    font-size: 1.4rem;
}

.nagano_wrap > ul > li > div {
    font-size: 1.4rem;
}

.suzuka_wrap > ul > li > div {
    font-size: 1.4rem;
}




/* company /////////////////////////////////////////////////////////////////////////////////////////// */
.contact_toplinks a,
.delivery_toplinks a,
.company_toplinks a {
    font-size: 1.4rem;
}

.contact_toplinks a:hover,
.delivery_toplinks a:hover,
.company_toplinks a:hover {
    color: #595757;
    background-color: #ffffff;
}


.contact_shop,
.contact_onlineshop,
.contact_corp,
.shop_list_wrap,
.delivery_send,
.delivery_service,
.company_outline,
.company_history {
    padding: 35px 0 60px;
}

.company_outline_list > dt,
.company_outline_list > dd,
.company_history_list > dt,
.company_history_list > dd {
    padding: 10px 5% 11px;
    font-size: 1.5rem;
}

.company_outline_list .shopinfo dt {
    padding: 2px 10px;
    padding: 2px 0;
}

.company_outline_list .shopinfo dt ~ dt {
    margin: 20px 0 0 0;
}

.company_outline_list .shopinfo dd {
    padding: 6px 10px;
    padding: 6px 0;
}










/* delivery /////////////////////////////////////////////////////////////////////////////////////////// */
.delivery_send_about {
    font-size: 1.5rem;
}

.delivery_sendcost,
.delivery_sendopt {
    margin: 50px 0 0 0;
}

.delivery_sendcost > p {
    font-size: 1.5rem;
}

.delivery_sendcost_list dt {
    padding: 10px 5%;
    font-size: 1.5rem;
}

.delivery_sendcost_list dt ~ dt {
    margin: 40px 0 0 0;
}

.delivery_sendcost_list dd {
    padding: 10px 5%;
    font-size: 1.4rem;
    letter-spacing: 0.03rem;
}

.delivery_sendcost_list dd > span {
    margin: 0 0 0 6%;
}

.contact_form_inner,
.delivery_sendopt_list > li,
.delivery_service_list > li {
    padding: 20px 5%;
    border-radius: 3.0rem;
}

.delivery_sendopt_list > li + li,
.delivery_service_list > li + li {
    margin: 14px 0 0 0;
}

.delivery_sendopt_kumitate > img,
.delivery_sendopt_hikitori_2col > img,
.delivery_sendopt_azukari > img,
.delivery_service_credit > img,
.delivery_service_daibiki > img,
.delivery_service_kids > img {
    width: 8%;
    min-width: 40px;
    margin: 0 6% 0 0;
}

.delivery_sendopt_kumitate > p,
.delivery_sendopt_hikitori_2col > p,
.delivery_sendopt_azukari > p,
.delivery_service_credit > p,
.delivery_service_daibiki > p,
.delivery_service_kids > p {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
}

.delivery_sendopt_hikitori_price dt {
    padding: 10px 5%;
    font-size: 1.5rem;
}

/* .delivery_sendopt_hikitori_price dd {
    padding: 0 2%;
} */

.delivery_sendopt_hikitori_price th,
.delivery_sendopt_hikitori_price .kagu,
.delivery_sendopt_hikitori_price .price {
    padding: 10px 2%;
}

.delivery_sendopt_hikitori_price th {
    width: 65px;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
}

.delivery_sendopt_hikitori_price .kagu {
    width: 68%;
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
}

.delivery_sendopt_hikitori_price .price {
    width: 90px;
    font-size: 1.4rem;
    letter-spacing: 0;
}







/* pickup /////////////////////////////////////////////////////////////////////////////////////////// */






/* concept /////////////////////////////////////////////////////////////////////////////////////////// */






/* shop /////////////////////////////////////////////////////////////////////////////////////////// */
.shop_list {
    margin-top: 0;
    margin-bottom: 50px;
}

.shop_list li {
    display: block;
}

.shop_list li + li {
    margin: 60px 0 0 0;
}

.shop_list h2 {
    font-size: 2.0rem;
}

.shop_list p {
    width: 100%;
    font-size: 1.5rem;
}

.shop_list div {
    /* width: 100%; */
    width: 90%;
    max-width: 330px;
    margin: 20px auto 0;
}

.shop_list a {
    font-size: 1.4rem;
}







/* news /////////////////////////////////////////////////////////////////////////////////////////// */






/* voice /////////////////////////////////////////////////////////////////////////////////////////// */






/* corporation /////////////////////////////////////////////////////////////////////////////////////////// */






/* recruit /////////////////////////////////////////////////////////////////////////////////////////// */






/* contact /////////////////////////////////////////////////////////////////////////////////////////// */
.contact_toplinks.col3 ul {
    flex-wrap: wrap;
    margin-top: -10px;
}

.contact_toplinks.col3 li {
    width: 48.5%;
    max-width: none;
    min-height: 44px;
    margin-top: 10px;
}

.contact_toplinks a {
    font-size: 1.3rem;
    letter-spacing: 0;
}



.contact_form_inner {
    padding: 30px 20px 40px;
}

.contact_form_note01 {
    font-size: 1.3rem;
}

.contact_form_note02 {
    font-size: 1.4rem;
}

.contact_form_list > div {
    display: block;
}

.contact_form_list > div > dt {
    display: flex;
    width: 100%;
    padding: 17px 5px 3px;
    font-size: 1.5rem;
}

.contact_form_list > div > dd {
    padding: 3px 5px 17px;
}

.contact_form_inner.contact_form_inner select,
.contact_form_inner.contact_form_inner input,
.contact_form_inner.contact_form_inner textarea,
.contact_form_inner.contact_form_inner button {
    font-size: 1.6rem;
}

.contact_form_inner select,
.contact_form_inner input,
.contact_form_inner textarea {
    height: 45px;
}

.contact_form_list [id="zip"] {
    width: 180px;
}

.contact_form_list .postMark {
    font-size: 1.6rem;
}

.contact_form_list [id="toiawase"],
.contact_form_list [id="shopname"],
.contact_form_list [id="invoice_number"] {
    width: 100%;
}

.contact_form_list [id="message"] {
    height: 200px !important;
}

.contact_privacy {
    margin: 30px auto 0;
    font-size: 1.4rem;
}

.contact_privacy_check input{
    width: 20px;
    height: 20px;
    margin: 2px 8px 0 0;
}

.contact_privacy_check label{
    justify-content: center;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 1.3rem;
}

.contact_form_btn {
    margin-top: 35px;
}








.contact_corp_btn,
.contact_onlineshop_btn {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 1.3;
}

.contact_corp_btn a,
.contact_onlineshop_btn a {
    padding-top: 0.45em;
    padding-bottom: 0.45em;
}








}












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









/* common /////////////////////////////////////////////////////////////////////////////////////////// */


.footer_inner > ul > li {
    width: 44%;
    font-size: 1.2rem;
}

.footer_inner li li {
    font-size: 1.2rem;
}




/* home /////////////////////////////////////////////////////////////////////////////////////////// */


.home_mainimg_topics {
    display: none;
    max-width: 120px;
}

.home_mainimg_topics a {
    padding-right: 8px;
}

.home_mainimg_topics div > strong {
    letter-spacing: 0;
}

.home_mainimg_topics div > strong img {
    width: 10px;
    margin-top: 3px;
    margin-right: 4px;
}



.home_shop_sidebar > ul::after {
    display: none;
}

.home_shop_sidebar > ul li {
    width: 100%;
}

.home_shop_sidebar > ul li + li {
    border-top: 3px dotted #C9CACA;
}




/*
.home_shop_sidebar > div {
    display: block;
    margin: 40px 0 0 0;
}

.home_shop_sidebar > div a {
    width: 70%;
    margin: 16px auto 0;
}

.home_shop_sidebar > div img {
    width: 100%;
} */


.home_shop_sidebar > div {
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin: 20px 0 0 0;
}

.home_shop_sidebar > div a {
    width: 46%;
    margin: 16px 0 0 0;
}

/* .home_shop_sidebar > div::after {
    content: '';
    display: block;
    width: 46%;
} */

.home_shop_sidebar > div img {
    width: 100%;
}



.home_service_media,
.home_shop_blog_temp {
    margin: 20px 0 0 0;
}



/* flyer /////////////////////////////////////////////////////////////////////////////////////////// */




/* media /////////////////////////////////////////////////////////////////////////////////////////// */




/* company /////////////////////////////////////////////////////////////////////////////////////////// */












/* delivery /////////////////////////////////////////////////////////////////////////////////////////// */







/* pickup /////////////////////////////////////////////////////////////////////////////////////////// */






/* concept /////////////////////////////////////////////////////////////////////////////////////////// */






/* shop /////////////////////////////////////////////////////////////////////////////////////////// */






/* news /////////////////////////////////////////////////////////////////////////////////////////// */






/* voice /////////////////////////////////////////////////////////////////////////////////////////// */






/* corporation /////////////////////////////////////////////////////////////////////////////////////////// */






/* recruit /////////////////////////////////////////////////////////////////////////////////////////// */






/* contact /////////////////////////////////////////////////////////////////////////////////////////// */
.contact_tellist dt {
    width: 140px;
    padding-left: 10px;
    padding-right: 0;
    font-size: 1.5rem;
}

.contact_tellist dd {
    padding-left: 0;
    padding-right: 10px;
    white-space: nowrap;
}

.contact_tellist a {
    font-size: 2.3rem;
    padding-left: 1.15em;
    background-size: auto 0.65em;
    letter-spacing: -0.01rem;
}

.contact_corp_btn,
.contact_onlineshop_btn {
    display: block;
}

.contact_corp_btn > li,
.contact_onlineshop_btn > li {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.contact_onlineshop_btn > li + * {
    margin-top: 15px;
}


