@charset "utf-8";
/* CSS Document */

/* ==========================================
    common
========================================== */
.wrapper {
    overflow: hidden;
}
.inner {
    text-align: center;
}
main {
    padding-top: 30px;
}
.info {
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-size: 100%;
    text-align: center;
}
.info p {
    font-size: 1.5vw;
    margin: 1vw 0 3vw;
}
.title {
    padding-top: 5vw;
    font-size: 1.8vw;
    color: #c3610a; 
}
.info .title-eng {
    line-height: 14px;
    font-size: 1.5vw;
    color: #84ad10;
    padding-bottom: 3rem;
    font-family: "Century Gothic";
    letter-spacing: 1rem;
}
.info ul.item
{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
img.pc {
    width: 100%;
}
/* ==========================================
    トップページ
========================================== */
#top .info {
    background-color: #ffffef; 
    background-image: url(../img/top-back.jpg);
    padding-bottom: 10vw;
}
#top .info .item li {
    max-width: 260.99px;
    margin: 0 10px 20px;
    border-radius: 5px;
    padding-bottom: 1rem;
}
#top .info .item li a {
    padding: 10px 0;
    background-color: #fff;
    display: block;
    color: #adbe68;
    font-size: 1.8rem;
}
#top .info .item li a span {
    padding: 10px;
    white-space: nowrap;
}
#top .arrow {
    position: relative;
    padding-left: 22px;
}
#top .arrow::before {
    position: absolute;
    content: '';
    width: 3rem;
    height: 3rem;
    background: #f7b500;
    border-radius: 50%;
    top: 35%;
    left: 0;
    margin-top: -7px;
}
#top .arrow::after {
    position: absolute;
    content: '';
    width: 1rem;
    height: 1rem;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    top: 44%;
    left: 37%;
    margin-top: -1px;
}
#top .to-shop {
    margin: 4vw 0 9vw;
}
#top .to-shop a {
    border: dotted 2px #c3610a;
    border-radius: 50px;
    color: #c3610a;
    font-size: 2vw;
    padding: 1vw;
}
#top .new-info::before {
    content: url(../img/new-info.jpg);
}
#top .new-info {
    max-width: 1180px;
    margin: 10rem auto;
    background-color: #fff;
    height: 400px;
}
#top .new-info .title {
    padding: 2vw 0 3vw;
    font-size: 2vw;
    color: #c3610a;
}
#top .new-info .scroll-area {
    overflow: auto;
    height: 300px;
    background-color: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
#top .new-info .scroll-area .new {
    text-align: left;
    margin: 0 5vw;
    border-top: dotted 2px #d9d9d9;
    padding: 1vw 0;
    font-size: 1.5vw;
}
#top .new-info .scroll-area .new span {
    color: #ea0000;
}
#top .new-info .scroll-area .new p {
    margin-bottom: 2vw;
    font-size: 1.2vw;
}
/* ==========================================
    商品紹介
========================================== */
#item .info
{
    background-image: url(../img/item-back.jpg);
    padding-top: 180px;
}
#item .info .item {
    padding-top: 10rem;
    text-align: left;
}
#item .info .item li {
    width: 48%;
    margin-bottom: 10rem;
}
#item .eng-name {
    margin-top: 1rem;
    font-family: "Century Gothic";
    letter-spacing: 0.5rem;
    font-size: 1.3vw;
    color: #ffdd25;
}
#item .jpn-name {
    font-size: 2vw;
    color: #954600;
}
#item .item-bar {
    height: 1px;
    width: 50%;
    background: linear-gradient(to right, transparent, #b35a12 0, #b35a12 50%, transparent);
}
#item ul.item li .text {
    display: flex;
}
#item ul.item li .text span {
    font-size: 1.3vw;
    width: 60%;
}
#item ul.item li .text div {
    width: 35%;
    text-align: right;
}
/* ==========================================
    私たちの想い
========================================== */
#heart .info {
    background-image: url(../img/heart-back.jpg);
    padding-bottom: 30rem;
}
#heart .info p {
    font-size: 2rem;
}
@media screen and (max-width: 1400px) {
    font-size: 1.3vw;
}
#heart .info .inner {
    max-width: 1200px;
}
#heart .item .text {
    width: 40%;
    text-align: left;
}
#heart .item .text .title {
    padding: 0;
} 
#heart .item .img {
    width: 60%;
}
/* ==========================================
    会社概要
========================================== */
#company .info
{
    background-image: url(../img/company-back.jpg);
    padding-top: 180px;
}
#company .info ul.item {
    max-width: 70%;
    margin-top: 10rem;
    background-color: #ffface; 
    padding: 3rem 3rem 6rem;
}
#company .info ul.item li {
    width: 49%;
}
#company .info ul.item li .shop-img {
    width: 100%;
}
#company .info ul.item li.logo {
    width: 100%;
    margin-bottom: 2rem;
}
#company .info ul.item .overview {
    background-color: #fff;
    padding: 3rem;
    border-radius: 10px;
    font-size: 1.3vw;
    text-align: left;
}
#company .info ul.item .overview  div {
    border-bottom: solid 1px #e87713;
    line-height: 200%;
}
#company .info iframe {
    margin: 5rem 0 10rem;
    width: 70%;
    height: 50rem;
}
/* ==========================================
    お問合せ
========================================== */
#contact .info {
    background-image: url(../img/contact-back.jpg);
    padding-top: 180px;
    font-size: 20px;
}
#contact .tel {
    color: #84ad10;
    font-size: 4rem;
    font-weight: bold;
    line-height: 5rem;
}
#thanks .info {
    background-image: url(../img/thanks-back.jpg);
    padding: 180px 0;
}

/* ==========================================
    header
========================================== */



/* ==========================================
    footer
========================================== */
footer::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 21px;
    background: url(../img/foot-bar.jpg);
    background-size: contain; 
}
@media screen and (max-width: 1920px)  {
    footer::before {
        background-repeat: no-repeat;
    }
}
footer .inner,
footer .inner .shop-img
{
    max-width: 1180px;
    margin: 0 auto;
}
footer .shop-info {
    margin: 6vw 6vw 3vw;
    vertical-align: bottom;
    text-align: left;
    line-height: 27px;
    font-size: 20px;
    color: #c3610a;
}
footer .shop-info span {
    display: inline-block;
    padding-left: 10px;
}

footer iframe {
    margin-left: 10px;
    border: 0;
    border-radius: 3%;
}
footer .shop-img img
{
    width: calc(100% / 2 - 10px);
}
footer ul {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
    clear:both;
    font-size: 17px;
}
footer ul li {
    margin: 2vw;
    white-space: nowrap;
}
footer ul a {
    color: #c3610a;
}
footer .copyright {
    text-align: center;
    color: #c3610a;
    margin-bottom: 2vw;
}
footer .google_map{
    float: right;
    position:relative;
    width:50%;
    height:0;
    padding-top:34%;
}
footer .google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#item footer .shop-img,
#heart footer .shop-img,
#company footer .shop-img,
#contact footer .shop-img,
#thanks footer .shop-img
{
    display: none;
}
/* ==========================================
    レスポンシブ
========================================== */
@media screen and (max-width: 1550px) {
    main {
        padding-top: 90px;
    }
    
}
@media screen and (max-width: 1024px) {
    main {
        padding-top: 120px;
    }
    #company .info ul.item .overview {
        padding: 1rem;
    }
    #company .info ul.item .overview div {
        line-height: 160%;
    }
}
@media screen and (max-width: 640px) {
    main {
        padding-top: 56px;
    }
    .title {
        font-size: 4.8vw;
    }
    .info p {
        font-size: 4vw;
        margin: 5vw 0 12vw;
    }
    .info .title-eng {
        font-size: 4vw;
    }
    /* ==========================================
        トップページ
    ========================================== */
    #top .info {
        background-image: url(../img/sp/sp-top-back.jpg);
    }
    #top .info ul.item {
        max-width: 96%;
    }
    #top .info .item li {
        margin: 0 0 6rem;
        width: 48%;
    }
    #top .info .item li a span {
        padding: 10px 5px;
        font-size: 12px;
    }
    #top .arrow::before {
        width: 2rem;
        height: 2rem;
    }
    #top .arrow::after {
        width: 0.5rem;
        height: 0.5rem;
        top: 37%;
        left: 62%;
    }
    #top .arrow::before {
        width: 2rem;
        height: 2rem;
    }
    #top .to-shop {
        margin-bottom: 20vw;
    }
    #top .to-shop a {
        border: dotted 1px #c3610a;
        border-radius: 15px;
        font-size: 4vw;
        padding: 3vw 11vw;
    }
    #top .new-info {
        width: 90%;
    }
    #top .new-info .title {
        font-size: 4.8vw;
    }
    #top .new-info .scroll-area .new {
        font-size: 3.5vw;
    }
    #top .new-info .scroll-area .new p {
        font-size: 14px;
    }
    /* ==========================================
        商品紹介
    ========================================== */
    #item .info {
        background-color: #fdfdf0;
        background-image: url(../img/sp/sp-item-back.jpg);
        padding-top: 0;
    }
    #item .info ul.item {
        width: 86%;
    }
    #item .info .item {
        padding-top: 0;
    }
    #item .info  ul.item li {
        max-width: 100%;
        margin-bottom: 5rem;
    }
    #item .jpn-name {
        font-size: 20px;
    }
    #item .eng-name {
        font-size: 14px;
    }
    #item ul.item li .text span {
        font-size: 14px;
    }
    /* ==========================================
        私たちの想い
    ========================================== */
    #heart .info{
        background-color: #fdfdf0;
        background-image: url(../img/sp/sp-heart-back.jpg);
        padding-bottom: 20vw;
    }
    #heart .info p {
        font-size: 14px;
    }
    #heart .info .inner {
        max-width: 96%;
    }
    #heart .info ul.item {
        max-width: 96%;
    }
    #heart .item .text {
        width: 100%;
        text-align: center;
    }
    #heart .item .text .title {
        padding: 0;
    } 
    #heart .item .img {
        width: 100%;
    }
    /* ==========================================
        会社概要
    ========================================== */
    #company .info,
    #thanks .info,
    {
        background-color: #fdfdf0;
        background-image: url(../img/sp/sp-company-back.jpg);
        padding-top: 0;
    }
    #company .info ul.item {
        max-width: 96%;
        margin-top: 0;
    }
    #company .info ul.item .logo img {
        width: 50%;
    }
    #company .info ul.item li {
        width: 100%;
        margin-top: 2rem;
    }
    #company .info ul.item .overview div {
        font-size: 12px;
        line-height: 8vw;
    }
    #company .info iframe {
        margin: 5rem 0 10rem;
        width: 96%;
        height: 30rem;
    }
    /* ==========================================
        お問合せ
    ========================================== */
    #contact .info,
    #thanks .info
    {
        background-color: #fdfdf0;
        background-image: url(../img/sp/sp-company-back.jpg);
        padding-top: 0;
    }
    #thanks main .info p {
        font-size: 2vw;
    }
    /* ==========================================
        footer
    ========================================== */
    footer {
        background-color: #fdfdf0;
    }
    footer .shop-info {
        line-height: normal;
        line-height: 20px;
        font-size: 14px;
        padding-left: 0;
    }
    footer .shop-info img {
        float: left;
        width: 35%;
    }
    footer .shop-info span {
        float: right;
        width: 60%;
        padding-top: 12px;
        padding-left: 0;
        font-size: 10px;
    }
    footer ul {
        border-top: solid 1px #b55e20;
        font-size: 10px;
    }
    footer a {
        color: #b55e20;
    }
    
}
