body {
    font-size: 16px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
    color: inherit;
    font-family: inherit;
    text-decoration: none;
}

h2 {
    text-align: center;
    font-size: 28px;
}

h3 {
    font-size: 26px;
    text-align: center;
}

h4 {
    font-size: 28px;
}

.margin0 {
    margin: 0!important;
}

#first h2 {
    color: #8f733f;
    margin-bottom: 30px;
}

#reason h2,
#voice h2,
#info h2,
#recommend h2,
#shop h2 {
    color: #ffffff;
    padding:  25px 10px;
    background-color: #a8884d;
    position: relative;
    line-height: 30px;
}

/*三角形*/
#reason h2::after,
#voice h2::after,
#info h2::after,
#recommend h2::after,
#shop h2::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    right: calc((100% - 85px) / 2);
    left: calc((100% - 85px) / 2);
    border-top: 20px solid #a8884d;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
}

.container {
    max-width: 1000px;
    padding: 0;
}

#first .container {
    padding-bottom: 40px;
}

#reason .container,
#voice .container,
#info .container,
#recommend .container,
#shop .container {
    padding-top: 60px;
    padding-bottom: 90px;
}

.shop-btns {
    overflow: hidden;
}

.shop-btns-left {
    float: left;
    width: calc(100% - 156px);
}

.shop-btns-right {
    float: right;
}

.shop-btn {
    color: #ffffff;
    font-size: 15px;
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    background-color: #a8884d;
    transition: background-color 0.2s;
}

.shop-btn:hover {
    background-color: #d9b676;
}

.shop-btn a {
    display: block;
    text-align: center
}

.shop-btn.rakuten {
    margin-bottom: 6px;
}

.shop-btn.gray {
    background-color: #949495;
}

.shop-btn.gray:hover {
    background-color: #c9c9c9;
}

.shop-btn.online {
    width: 110px;
    height: 65px;
    border-radius: 3px;
    line-height: normal;
    background-color: #b01e0d;
    position: relative;
}

.shop-btn.online:hover {
    background-color: #db402e;
}

.shop-btn.online a {
    padding: 7px;
}

.shop-btn.online img {
    height: 33px;
}

.shop-btn.online span {
    font-size: 12px;
    display: block;
    text-align: center;
}

.shop-btn.online.orange {
    background-color: #e15619;
    margin-right: 40px;
}

.shop-btn.online.orange:hover {
    background-color: #eb7541;
}

.shop-btn.online.orange::after {
    content: '';
    display: block;
    width: 65px;
    height: 55px;
    position: absolute;
    top: -15px;
    right: -40px;
    background-image: url(../img/fee_free.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.more-btn a {
    font-size: 22px;
    color: #ffffff;
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    display: block;
    width: 100%;
    max-width: 790px;
    padding: 18px 10px;
    text-align: center;
    margin: 0 auto;
    background-color: #b01e0d;
    border-radius: 3px;
    letter-spacing: 3px;
    transition: background-color 0.2s;
}

.more-btn a:hover {
    background-color: #db402e;
}

/*ヘッダー start*/
header {
    width: 100%;
    height: 170px;
    text-align: center;
    padding: 45px 0;
}

header .logo img{
    height: 80px;
}
/*ヘッダー end*/

/*スライダー start*/
#slider {
    width: 100%;
    max-width: 1000px;
    max-height: 410px;
    margin-bottom: 30px;
}

.swiper-slide img {
    width: 100%;
}
/*スライダー end*/

/*初めてお越しの方へ start*/
#first {
    background-color: #ffffff;
}

#first .about-description {
    color: #4f4c4b;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 30px;
}

#first .products {
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
}

#first .product {
    float: left;
    width: calc((100% - 50px) / 2);
    margin-right: 50px;
}

#first .products .product:nth-child(2n) {
    margin-right: 0;
}

#first .product-img {
    margin-bottom: 10px;
}

#first .product-img img {
    width: 100%;
}

#first .product-description {
    margin-bottom: 10px;
}

#first .product-description p {
    font-size: 12px;
    line-height: 20px;
    min-height: 90px;
}

#first .shop-btns {
    padding-top: 20px;
}

#first .product-list-btn {
    margin-bottom: 90px;
}
/*初めてお越しの方へ end*/

/*4つの理由 start*/
#reason {
    
}

.reason {
    overflow: hidden;
    margin-bottom: 60px;
}

.reasons .reason:last-child {
    margin-bottom: 0px;
}

.reason-description {
    width: calc(100% - 450px);
}

.reasons .reason:nth-child(odd) .reason-description {
    float: left;
}

.reasons .reason:nth-child(even) .reason-description {
    float: right;
}

.reason-img {
    width: 420px;
}

.reasons .reason:nth-child(odd) .reason-img {
    margin-left: 30px;
    float: right;
}

.reasons .reason:nth-child(even) .reason-img {
    margin-right: 30px;
    float: left;
}

.reason-img img {
    width: 100%;
}

.reason-num {
    color: #a8884d;
    font-size: 50px;
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    font-weight: bold;
    width: 80px;
    float: left;
}

.reason-text {
    float: left;
    width: calc(100% - 80px);
    padding: 0 15px;
    border-left: 7px solid #f7eed1;
    min-height: 215px;
}

.reason-text h4 {
    color: #a8884d;
    margin-bottom: 15px;
}

.reason-text p {
    color: #4f4c4b;
    line-height: 30px;
}
/*4つの理由 end*/

/*お客様の声 start*/
#voice {
    background-color: #fbf8f0;
}

.voices {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.voice {
    margin-bottom: 30px;
}

.voices .voice:last-child  {
    margin-bottom: 0px;
}

.voice p {
    color: #4f4c4b;
    font-size: 18px;
    padding: 30px 40px;
    line-height: 28px;
    background-color: #ffffff;
}

.score-wrapper p {
    color: #8f733f;
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
    overflow: hidden;
    margin-bottom: 30px;
}

.score-date {
    font-size: 22px;
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.scores {
    overflow: hidden;
}

.score {
    float: left;
    width: 50%;
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    overflow: hidden;
}

.scores .score:nth-child(odd) > div {
    width: 250px;
    float: right;
    margin-right: 10px;
}

.scores .score:nth-child(even) > div {
    width: 250px;
    float: left;
    margin-left: 10px;
}

.score-shop-name {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    background-color: #8f733f;
    border-radius: 5px 5px 0 0;
    padding: 10px 0px;
}

.score-num {
    font-size: 40px;
    padding: 10px;
    font-weight: bold;
    background-color: #ffffff;
    text-align: center;
}

.score-num::after {
    font-size: 28px;
    content: '点';
}
/*お客様の声 end*/

/*お知らせ start*/
#info {
    
}

.info {
    margin-bottom: 30px;
}

.infos .info:last-child  {
    margin-bottom: 0;
}

.info-date {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.info-main p {
    font-size: 18px;
    text-align: center;
}
/*お知らせ end*/

/*おすすめ商品 start*/
#recommend {
    
}

#recommend .products {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}

#recommend .product {
    width: calc((100% - 60px) / 2);
    float: left;
    margin-right: 60px;
    margin-bottom: 60px;
}

#recommend .products .product:nth-child(2n) {
    margin-right: 0;
}

#recommend .product-img {
    margin-bottom: 10px;
}

#recommend .product-img img {
    width: 100%;
}

#recommend .product-name {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

#recommend .product-price {
    font-size: 18px;
    text-align: center;
}

#recommend .product-amount {
    margin-right: 5px;
}
/*おすすめ商品 end*/

/*店舗紹介 start*/
#shop {
    
}

#shop h3 {
    line-height: 38px;
    margin-bottom: 30px;
}

.shops {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
}

.shop {
    margin-bottom: 40px;
    overflow: hidden;
}

.shops .shop:last-child {
    margin-bottom: 0;
}

.shop-name {
    color: #8f733f;
    font-size: 28px;
    padding-bottom: 10px;
    border-bottom: 2px solid #8f733f;
    margin-bottom: 20px;
}

.shop-left {
    width: calc(100% - 408px - 20px);
    float: left;
    margin-right: 20px;
}

.shop-right {
    width: 408px;
    float: right;
}

.shop-img {
    width: 100%;
    margin-bottom: 10px;
}

.shop-img img {
    width: 100%;
}

.shop-description {
    color: #4f4c4b;
    font-size: 13px;
    line-height: 24px;
}

.shop-map iframe {
    width: 100%;
    height: 350px;
}
/*店舗紹介 end*/

/*下部固定 start*/
#contact {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fbf8f0;
    padding: 15px 0;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
    z-index: 200;
}

#contact .container {
    position: relative;
}

#contact .tel-wrapper {
    float: left;
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

#scroll-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    position: absolute;
    top: -60px;
    right: 0px;
    background-color: #a8884d;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background-color 0.2s;
}

#scroll-btn a {
    display: block;
    padding: 7px 20px;
}

.contact-title {
    margin-bottom: 5px;
}

.contact-tel {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 3px;
    padding-left: 8px;
}

.tel-wrapper .contact-tel:last-child {
    margin-bottom: 0;
}

#contact .shop-btn-wrapper {
    float: right;
}

#contact .shop-btns-left {
    float: left;
    width: 180px;
    margin-right: 6px;
}

#contact .shop-btn {
    height: 35px;
    line-height: 35px;
}

#contact .shop-btn.online {
    height: 76px;
    line-height: normal;
}

#contact .shop-btn.online a {
    padding: 8px;
}

#contact .shop-btn.online img {
    height: 40px;
}

#contact .shop-btn.online span {
    font-size: 14px;
}
/*下部固定 end*/

/*フッター start*/
footer {
    font-size: 14px;
    background-color: #8f733f;
    padding-top: 40px;
}

footer .container {
    overflow: hidden;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo .logo-img {
    width: 250px;
}

.footer-address {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
}

.footer-left {
    float: left;
    margin-right: 60px;
}

.footer-right {
    float: left;
    overflow: hidden;
}

.footer-menu {
    float: right;
    overflow: hidden;
    margin-bottom: 30px;
}

.footer-menu li {
    color: #ffffff;
    float: left;
    margin-right: 30px;
}

.footer-menu li:last-child {
    margin-right: 0px;
}

.footer-contents {
    clear: both;
    overflow: hidden;
}

.footer-contents ul {
    border-left: 1px solid #ffffff;
    padding: 10px 20px;
    float: left;
}

.footer-contents ul:last-child {
    border-right: 1px solid #ffffff;
}

.footer-contents li {
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-contents ul li:last-child {
    margin-bottom: 0px;
}

footer .copyright {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 15px;
    margin-top: 30px;
}
/*フッター end*/

/*for iPhone SE*/
@media screen and (max-width: 374px){
    
}

/*for SmartPhone*/
@media screen and (max-width: 767px){
    .hidden-sp {
        display: none!important;
    }
    
    .visible-sp {
        display: block!important;
    }
    
    h2 {
        font-size: 24px;
    }
    
    #reason h2,
    #voice h2,
    #info h2,
    #recommend h2,
    #shop h2 {
        padding: 20px 15px;
    }
    
    h3 {
        font-size: 22px;
    }
    
    h4 {
        font-size: 24px;
    }
    
    #reason .container,
    #voice .container,
    #info .container,
    #recommend .container,
    #shop .container {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    .more-btn a {
        font-size: 20px;
        padding: 15px 10px;
    }
    
    /*ヘッダー start*/
    header {
        height: 70px;
        padding: 10px 0;
    }
    
    header .logo img {
        height: 50px;
    }
    /*ヘッダー end*/
    
    /*初めてお越しの方へ start*/
    #first .product {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    
    #first .products .product:last-child {
        margin-bottom: 0px;
    }
    
    #first .product-img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #first .product-description p {
        font-size: 14px;
        min-height: auto;
    }
    
    #first .shop-btns {
        padding-top: 20px;
    }
    /*初めてお越しの方へ end*/
    
    /*ノール珈琲館が選ばれる４の理由 start*/
    .reason-description {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    
    .reason-img {
        width: 100%;
        text-align: center;
    }
    
    .reasons .reason .reason-img:nth-child(odd),
    .reasons .reason .reason-img:nth-child(even) {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    
    .reason-num {
        width: 65px;
        font-size: 40px;
    }
    
    .reason-text {
        width: calc(100% - 65px);
        padding-right: 0;
    }
    
    .reason-text p {
        line-height: 26px;
    }
    /*ノール珈琲館が選ばれる４の理由 end*/
    
    /*お客様の声 start*/
    .voice p {
        padding: 20px 20px;
    }
    
    .score-wrapper p {
        text-align: left;
        font-size: 22px;
        line-height: 30px;
    }
    
    .score-date {
        font-size: 22px;
        display: inline-block;
        float: right;
        margin-top: 25px;
    }
    
    .score {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    
    .score > div {
        margin-bottom: 30px;
    }
    
    .scores .score:last-child > div {
        margin-bottom: 0;
    }
    
    .scores .score:nth-child(odd) > div {
        width: 100%;
        width: 100%;
        margin-right: 0px;
    }

    .scores .score:nth-child(even) > div {
        width: 100%;
        float: none;
        margin-left: 0px;
    }
    /*お客様の声 end*/
    
    /*おすすめ商品 start*/
    #recommend .product {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    
    #recommend .products .product:last-child {
        margin-bottom: 0px;
    }
    /*おすすめ商品 end*/
    
    /*店舗紹介 start*/
    .shop-name {
        text-align: center;
    }
    
    .shop-left,
    .shop-right {
        width: 100%;
        float: none;
    }
    
    .shop-left {
        margin-bottom: 20px;
    }
    /*店舗紹介 end*/
    
    /*下部固定 start*/
    #scroll-btn:active {
        background-color: #d9b676;
    }
    
    #contact {
        padding: 10px 0;
    }
    
    #contact.hidden {
        display: none;
    }
    
    #contact .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #contact .tel-wrapper{
        width: 70px;
        margin-right: 6px;
        position: relative;
    }
    
    #contact .tel-label {
        display: block;
        height: 66px;
        background-color: #019301;
        margin: 0;
        border-radius: 3px;
        text-align: center;
        position: relative;
        cursor: pointer;
    }
    
    #contact #tel:checked + .tel-label {
        background-color: #16be16;
    }
    
    #contact .tel-label span {
        color: #ffffff;
        font-weight: bold;
        font-size: 11px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        text-align: center;
    }
    
    #contact .tel-img {
        width: auto;
        height: 35px;
        margin-top: 7px;
    }
    
    .tel-number-list {
        display: none;
        position: absolute;
        bottom: 80px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        border: 1px solid #808080;
    }
    
    #contact #tel:checked + .tel-label + .tel-number-list {
        display: block;
    }
    
    .tel-number-list::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 15px;
        z-index: 200;
        border-top: 12px solid #808080;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
    }
    
    .tel-number-list li {
        width: 300px;
        background-color: #808080;
        border-bottom: 1px solid #5f5f5f;
    }
    
    .tel-number-list li:last-child {
        border-bottom: none;
    }
    
    .tel-number-list li a {
        color: #ffffff;
        display: block;
        padding:  15px 10px;
    }
    
    #contact .shop-btn-wrapper {
        width: calc(100% - 76px);
    }
    
    #contact .shop-btns-left {
        width: 65%;
    }
    
    #contact .shop-btns-right {
        width: calc(35% - 6px);
    }
    
    #contact .shop-btn {
        height: 30px;
        line-height: 30px;
    }
    
    #contact .shop-btn.online {
        width: 100%;
        height: 66px;
    }
    
    #contact .shop-btn.online img {
        height: 32px;
    }
    /*下部固定 end*/
    
    /*footer start*/
    footer {
        padding-top: 15px;
    }
    
    footer .container {
        padding: 
    }
    
    .footer-left,
    .footer-right {
        float: none;
        margin-right: 0;
    }
    
    .footer-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .footer-logo .logo-img {
        width: auto;
        max-width: 100%;
        height: 70px;
    }
    
    .footer-address {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .footer-menu {
        float: none;
        margin-bottom: 0;
    }
    
    .footer-contents ul {
        float: none;
        border-left: none;
        padding: 0;
    }
    
    .footer-contents ul:last-child {
        border-right: none;
    }
    
    .footer-menu li,
    .footer-contents li {
        float: none;
        margin-right: 0;
        border-top: 1px solid #ffffff;
        margin-bottom: 0;
    }
    
    .footer-menu li a,
    .footer-contents li a {
        display: block;
        padding: 15px 30px 15px 10px;
        line-height: 25px;
        position: relative;
    }
    
    .footer-menu li a::after,
    .footer-contents li a::after{
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        right: 12px;
        top: calc(50% - 4px);
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transform: rotate(45deg);
    }
    
    .footer-contents ul.tips li:last-child {
        border-bottom: 1px solid #ffffff;
    }
    
    footer .copyright {
        margin-top: 0;
    }
    /*footer end*/
}

/*for Tablet*/
@media screen and (min-width: 768px) and (max-width: 991px){
    .visible-sp {
        display: none!important;
    }
    
    /*初めてお越しの方へ start*/
    #first .product-description p {
        min-height: 110px;
    }
    /*初めてお越しの方へ end*/
    
    /*選ばれる４つの理由 start*/
    .reason-description {
        width: calc(100% - 330px);
    }
    
    .reason-img {
        width: 300px;
    }
    /*選ばれる４つの理由 end*/
    
    #contact.relative {
        position: relative;
        box-shadow: none;
        margin-top: 40px;
    }
    
    #scroll-btn:active {
        background-color: #d9b676;
    }
}

/*for PC*/
@media screen and (min-width: 992px) {
    .visible-sp {
        display: none!important;
    }
    
    #recommend .products .product:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    
    #contact.relative {
        position: relative;
        box-shadow: none;
        margin-top: 40px;
    }
    
    #scroll-btn:hover {
        background-color: #d9b676;
    }
}

@media screen and (max-width: 1000px){
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #scroll-btn {
        right: 10px;
    }
}