@charset "utf-8";
/* #Mincho */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
/* Sacramento */
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

#Mincho {
    font-family: 'Shippori Mincho', serif;
}

#YuGothic {
    font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

#Numbers {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Quicksand', sans-serif;
}

#Noto {
    font-family: 'Noto Sans JP', sans-serif;
}

.breadcrumb {
    height: 30px;
    width: 74%;
    color: #323232;
    margin: 0 auto;
    padding: 24px 0;
}

.list, .slash {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Quicksand', sans-serif;
    line-height: 30px;
    font-size: 12px;
}

.list:link, .list:visited, .list:active {
    color: #323232;
    text-decoration: none;
}

.slash {
    margin: 0 6px;
}


/* メインページ */
.shop1-header {
    height: 320px;
    width: 100%;
    box-sizing: border-box;
    background-image: url("../image/IMG_2045.jpg");
    background-size: cover;
    background-position: 50% 78%;
    background-size: 110%;
    position: relative;
    text-align: center;
}

.shop1-header-inner {
    height: 320px;
    width: 100%;
    box-sizing: border-box;
    /* 複数行テキスト上下中央 */
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: left;  /* 子要素をflexboxにより中央に配置する */
}

span.shop1-header-title {
    font-size: 2.6em;
    font-weight: 100;
    color: rgba(0,0,0,0.7);
}

span.shop1-header-subtitle {
    font-size: 1.1em;
    color: rgba(0,0,0,0.7);
    line-height: 1.8;
}

.shop2, .shop4 {
    margin-top: 60px;
    text-align: center;
}

.shop2-header, .shop4-header {
    text-align: center;
}

span.shop2-header-title, span.shop4-header-title {
    font-size: 20px;
    font-weight: 200;
    color: #323232;
    position: relative;
    padding: 8px;
    text-align: center;
}

span.shop2-header-title:before, span.shop4-header-title:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 1px;
    content: '';
    border-radius: 3px;
    background: #fa723d;
}

.shop {
    color: #323232;
}

.shop2-items {
    margin-top: 90px;
    text-align: center;
}

.shop2-items-name1, .shop2-items-name2, .shop2-items-name3 {
    color: #323232;
}

.shop2-items-blocks {
    width: 60%;
    display: flex;
    margin: 0 auto;
}

#block {
    flex: 1;
}

#items {
    height: 220px;
    width: 220px;
    object-fit: cover;
    margin-bottom: 8px;
}

span.shop2-items-name1, span.shop2-items-name2, span.shop2-items-name3 {
    font-size: 14px;
    display: block;
}

.shop3 {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 120px;
}

.set-items {
    color: #323232;
    margin-top: 60px;
}

h2.items-title {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.items-text {
    margin: 4px 10px 16px;
}

span.items-subtitle1, span.items-subtitle2 {
    font-size: 16px;
}

span.items-subtitle2 {
    margin: 0 4px;
}

table {
    width: 98%;
    margin-bottom: 60px;
    margin: 0 auto;
}

th.price {
    width: 38%;
    color: #323232;
    font-size: 16px;
    font-weight: bold;
    background: #f5f5f5;
}

td.price {
    width: 62%;
    color: #323232;
    background: #f8f8f8;
    padding: 16px 48px;
}

table.item-price2 {
    margin: 0 auto;
    padding: 20px 0 60px 0;
}

td.select {
    color: #323232;
    background: #f8f8f8;
    text-align: justify;
    box-sizing: border-box;
    padding: 18px 54px;
}

.item-attentions {
    margin-top: 20px;
}

p.item-attention1 {
    color: #323232;
    margin: 4px 0;
}

a.about-shipping {
    margin: 0 4px;
}

a.about-shipping:visited, a.about-shipping:link, a.about-shipping:active {
    color: #073061;
}

a.about-shipping:hover {
    opacity: 0.6;
}

#required {
    color: #db7093;
    margin-right: 4px;
}

.container-footer {
    width: 30%;
    margin: 0 auto;
    padding: 20px 0 60px 0;
}

input.footer-button {
    height: 48px;
    width: 100%;
    border: solid 1px #073061;
    color: #073061;
    background: #fff;
}

input.footer-button:hover {
    background: #073061;
    color: #fff;
}

.content-header2 {
    margin-top: 90px;
}

#shipping-list {
    width: 100%;
    box-sizing: border-box;
}

.content-items2, .content-items3 {
    width: 60%;
    margin: 0 auto;
}

.content-items3 {
    margin-top: 30px;
}

.item-main {
    overflow-x: scroll;
}

table#shipping-list {
    width: 98%;
    color: #323232;
    border-collapse: collapse;
    white-space: nowrap;
    margin: 20px 0 60px 0;
}

th#shipping {
    text-align: center;
    background: #f5f5f5;
    border: solid 2px #fff;
    padding: 20px;
}

td#shipping, td#shipping2 {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    background: #f8f8f8;
    border: solid 2px #fff;
    padding: 20px;
}

td#shipping2 {
    background: #e0e0e0;
}

.item-header2, .item-header3 {
    color: #323232;
    display: flex;
}

.item-header2 {
    margin-top: 40px;
}

.inner-header2, .inner-header3 {
    height: 48px;
    box-sizing: border-box;
}

span.header-size2, span.header-size3 {
    color: #052142;
    line-height: 28px;
}

img[src$="image/shipping-box.png"] {
    height: 48px;
    object-fit: cover;
}


/* スマートフォン */
@media screen and (max-width: 600px) {

    .breadcrumb {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-left: 16px;
        box-sizing: border-box;
    }

    .list, .slash {
        font-size: 10px;
    }

    .shop1-header {
        height: 180px;
        background-position: 51% 100%;
        background-size: 150%;
    }

    .shop1-header-inner {
        height: 180px;
        box-sizing: border-box;
        background-position: 38% 0%;
    }

    span.shop1-header-title {
        font-size: 2em;
        color: rgba(0,0,0,0.5);
    }

    span.shop1-header-subtitle {
        font-size: 0.8em;
    }

    .shop2-items {
        font-size: 0.8em;
        margin-top: 60px;
    }

    .shop2-items-blocks {
        display: block;
    }

    .shop2-items-block2, .shop2-items-block3 {
        margin-top: 60px;
    }

    .shop3 {
        margin-bottom: 40px;
    }

    #items {
        height: 180px;
        width: 180px;
        box-sizing: border-box;
    }

    .shop3, .content-items2, .content-items3 {
        width: 90%;
    }

    span.shop2-items-name1, span.shop2-items-name2, span.shop2-items-name3, span.items-subtitle1, input.footer-button {
        font-size: 0.8em;
    }

    h2.items-title {
        font-size: 0.9em;
    }

    span.shop2-header-title, span.shop4-header-title {
        font-size: 1.1em;
    }

    th.price, td.price, td.select, p.item-attention1, th#shipping, td#shipping, td#shipping2 {
        font-size: 0.8em;
    }

    td.price {
        padding: 12px;
    }

    th.price {
        width: 18%;
    }

    td.select {
        padding: 18px 24px;
    }

    .container-footer {
        width: 82%;
        margin-top: 20px;
    }
    
    .content-items3 {
        margin-top: 40px;
    }
}

/* 大きいディスプレイに対応 */
@media screen and (min-width: 1680px) {

    .shop1-header {
        background-position: 50% 74%;
    }
}

/* タブレット */
@media screen and (min-width: 601px) and (max-width: 1024px) {

    .breadcrumb {
        width: 84%;
    }

    .shop1-header {
        height: 330px;
        background-position: 50% 90%;
    }

    .shop1-header-inner {
        height: 330px;
    }

    .shop2-header {
        margin-top: 90px;
    }

    .shop2-items-blocks {
        width: 90%;
    }

    .shop3, .shop4 {
        width: 80%;
    }

    .shop2, .shop4 {
        margin: 0 auto;
    }

    #shop4.shop4 {
        margin-top: 60px;
    }

    .content-items2, .content-items3 {
        width: 98%;
    }

    .container-footer {
        width: 50%;
    }
}
