/* トップ（index.html）CSS */
/* ヘッダー */
.header {
    max-width: 1600px;
    padding-bottom: 0px;
    margin: 0 auto;
}
header {
    position: relative;
    line-height:0;
}
@media screen and (max-width: 768px) {
    .header {
        margin: 0;
        max-width: 100%;
        padding: 0;
        position: relative;
    }
}

.header .top_header_img {
    position: relative;
    margin: 0 auto;
}

.header .nav_pc .nav_con {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 30px 0;
    text-align: right;
}
.header .nav_pc .nav_con p a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding-left: 1.5rem;
}

.header .nav_inter {
    clear: both;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    padding: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
    .nav_pc {
        position: relative;
        margin-top:54px;
    }
    .nav_con {
        background: rgba(255, 255, 255, 0.4);
        display: none;
        max-width: 100%;
        padding: 0 0 20px;
    }
    .nav_con p {
        display: none;
        float: none;
    }
    .nav_inter {
        display: none;
        margin: 0;
        padding: 0;
        position: static;
    }
}


.content {
    background: url('../images/bg_img01.png') 50% 0 no-repeat;
}

/* ブロック */
article {
    padding-bottom: 30px;
}

.bg_gray {
    padding-top: 15px;
    background: #f4f4f4 url('../images/bg_wave001.png') 50% 0 repeat-x; 
}

.bg_pattern {
    background: url('../images/bg_img02.png') 50% 0 no-repeat; 
}
.bg_pattern2 {
    padding-top: 100px;
    background: url('../images/bg_img03.png') 50% 0 no-repeat; 
}
.block {
    margin: 0 auto;
    max-width: 1100px;
}
.block h1 {
    font-size: 1.5rem;
    line-height: 6;
    padding-top: 60px;
    text-align: center;
    font-weight: 400;
}
.block h1#nakasu_map img, .block h1#shoplist img {
    padding-right: 0px;
}

.block h2.heading {
    font-size: 1.125rem;
    margin: 0 0 10px;
    height: 68px;
    overflow: hidden;
}
.block h2 span {
    color: #8f8b8b;
}
.top_comment {
    padding: 10px 0 90px 0;
}
#top_comment_ttl {
    font-size: 1.3125rem;
    line-height: 2;
}
.top_comment_tex {
    padding-top: 20px;
    padding-bottom: 80px;
    text-align: center;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .content {
        background: url('../images/bg_img01_sp.png') 50% 0 no-repeat;
        background-size:100%;
    }
    article{
        padding-bottom: 20px;
    }
    .bg_pattern {
        padding: 0;
        background: url('../images/bg_img02_sp.png') 50% 0 no-repeat;
        background-size:100%;
    }
    .bg_pattern2 {
        padding-top: 20px;
        background: url('../images/bg_img03_sp.png') 50% 0 no-repeat;
        background-size:100%;
}
    .block {
        margin: 0;
        max-width: 100%;
    }
    .block h1 {
        line-height: 3;
        padding-top: 25px;
        padding-bottom: 5px;
    }
    .block h1#blog img {
        width: auto;
        height: calc(34px * 1);
    }
    .block h1#nakasu_map img {
        width: auto;
        height: calc(34px * 1);
    }
    .block h1#shoplist img {
        width: auto;
        height: calc(34px * 1);
    }
    .block h1#shoplist {
        padding-top: 50px;
    }
    .block h2 {
        margin: 0 0 15px;
    }
    .top_comment {
        padding: 10px 0 110px 0;
    }
    .top_comment_tex {
        padding-bottom: 0px;
    }
}
@media screen and (max-width:640px) {
    .block h1 {
        font-size: 1rem;
        line-height: 2;
    }
    #top_comment_ttl {
        font-size: 1rem;
        line-height: 1.6;
        padding: 0 10px;
    }
    .top_comment {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .top_comment_tex p {
        font-size: 0.875rem;
        font-weight:lighter;
        padding-top: 0px;
    }
}


/* 広告バナー */
.block .banner_list {
    margin: 0 0 0px;
    overflow: hidden;
}
.block .banner_list .box_item, .block .banner_list .box_item_l {
    margin: 0 0 50px;
    overflow: hidden;
}
.block .banner_list .box_item .banner {
    float: left;
    width: 49%;
    margin: 0 0 1.5% 0;
    line-height: 0;
    position: relative;
}
.block .banner_list .box_item .banner .new_icon {
    position: absolute;
	top: 0px;
    left: 0px;
    color: #fff;
    background: #ef5350;
    padding: 0 8px;
    line-height: 2;
    font-family: 'Montserrat', sans-serif;
}
.block .banner_list .box_item_l .banner {
    width: 100%;
    margin: 0 0 1.5% 0;
    line-height: 0;
    position: relative;
}
.block .banner_list .box_item_l .banner .new_icon {
    position: absolute;
	top: 0px;
    left: 0px;
    color: #fff;
    background: #ef5350;
    padding: 0 8px;
    line-height: 2;
    font-family: 'Montserrat', sans-serif;
}
.block .banner_list .box_item .banner:not(:nth-child(2n)) {
    margin: 0 2% 0 0;
}

@media screen and (max-width: 768px) {
    .block .banner_list {
        margin: 0;
    }
    .block .banner_list .box_item, .block .banner_list .box_item_l {
        margin: 0px;
        overflow: auto;
    }
    .block .banner_list .box_item_l .banner {
        width: 100%;
        margin: 0;
        padding: 0 0 2%;
    }
    .block .banner_list .box_item .banner {
        width: 50%;
        margin: 0;
        padding: 0 0 2%;
    }
    .block .banner_list .box_item .banner .new_icon, .block .banner_list .box_item_l .banner .new_icon {
        padding: 0 5px;
        font-size: 0.75rem;
        line-height: 1.4;
    }
    .block .banner_list .box_item .banner:not(:nth-child(2n)) {
        margin: 0;
    }
}

/* ブログ */
.block .blog_sec, .block .blog_sec2 {
    clear: both;
    margin: 0 0 50px;
    overflow: hidden;
}
.entry_new, .blog_tag {
    clear: both;
    width: 100%;
    text-align: center;
}
.entry_new .article {
    float: left;
    line-height: 0;
    width: 31.3%;
    margin-bottom: 2%;
    position: relative;
    background: #fff;
}
.entry_new .article:not(:nth-child(3n)) {
    margin: 0 3% 0 0;
}
.entry_new .article .article_img {
    margin: 0;
    padding: 0;
}
.entry_new .article .article_img img {
    width: 100%
}
.entry_new .article .article_caption {
    padding: 5% 6%;
    line-height: 1.5;
    text-align: left;
    color: #333;
}
.entry_new .article .article_caption h4.heading {
    font-size: 1rem;
    margin: 0;
    height: 78px;
    overflow: hidden;
}
.entry_new .article .article_caption p {
    height: 68px;
    font-size: 0.875rem;
    overflow: hidden;
}
/* ブログタグ */
.blog_tag .blog_tag_cat {
    float: left;
    width: 23.5%;
    margin-bottom: 1.5%;
    text-align: center;
}
.blog_tag .blog_tag_cat a {
    display: block;
    padding: 15px 5px;
    color: #fff;
    font-size: 1rem;
    background: #de5b4b;
}
.blog_tag .blog_tag_cat a:hover {
    background: #57b4c5;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blog_tag .blog_tag_cat:not(:nth-child(4n)) {
    margin: 0 2% 0 0;
}

@media screen and (max-width: 768px) {
    .block .blog_sec {
    margin: 0 0 20px;
    }
    .block .blog_sec2 {
    margin: 0 10px 20px;
    }
    .box_coordinate_list {
        margin: 0 0 40px;
        max-width: 100%;
    }
    .block h2.heading {
        font-size: 0.857rem;
        margin: 0 0 10px;
        height: 42px;
        overflow: hidden;
    }
    .block .inter_list {
        margin: 0 0 20px;
    }
    .block .inter_list .article {
        width: 50%;
        margin: 0;
    }
    .block .inter_list .article:not(:nth-child(3n)) {
        margin: 0;
    }
    .entry_new .article {
        width: 100%;
    }
    .entry_new .article:not(:nth-child(3n)) {
        margin: 0 0 10px;
    }  
    .entry_new .article .article_caption {
        padding: 3%;
        line-height: 1.5;
    }
    .entry_new .article .article_caption h4.heading {
        font-size: 1rem;
        height: 50px;
    }
    .entry_new .article .article_caption p {
        height: 68px;
    }
    .blog_tag .blog_tag_cat {
        width:49%;
    }
    .blog_tag .blog_tag_cat a {
        padding: 10px 5px;
    }
    .blog_tag .blog_tag_cat:nth-child(even) {
        margin:0 0 8px
    }
    .block .inter_list .article .article_caption {
        padding: 10px;
        line-height: 1.2;
    }
    .block .inter_list .article .new_icon {
        padding: 0 4px;
        font-size: 0.714rem;
        line-height: 1.8;
    }
}


/* フーゾク電話帳 */
.shoplist_block {
    clear: both;
    margin: 0 0 80px;
    width: 100%;
    height: auto;
}
/* フーゾク電話帳ー新規追加情報ー */
.shoplist_news {
    margin: 0 auto;
    width: 70%;
    border-top: 1px solid #ccc;
    border-collapse: collapse;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.5);
}
.shoplist_news tr {
    padding: 0 8px;
}
.shoplist_news th,
.shoplist_news td {
    border-bottom: 1px solid #ccc;
    padding-left: 8px;
}
.shoplist_news th {
    text-align: left;
    width: 34%;
    padding-top: 14px;
    padding-bottom: 14px;
}
.shoplist_news .news_label {
    margin-left: 10%;
    padding: 4px 8%;
    background: #111111;
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 1px;
}
.shoplist_news .news_date {
    letter-spacing: 1px;
}
.shoplist_news td a {
    position: relative;
    display: block;
    color: #050505;
    font-weight: bold;
    text-decoration: none;
    padding: 14px 20px 14px 0px;
}
.shoplist_news td a:hover {
    color: #666666;
}
.shoplist_news td a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 9px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #050505;
}
.shoplist_news td a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 12px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .shoplist_block {
    margin: 0 0 30px;
}
    .shoplist_news {
        overflow: auto;
        width: 92%;
    }
    .shoplist_news td {
        display: block;
    }
    .shoplist_news td a {
        padding: 8px 20px 8px 0;
        font-size: 0.875rem;
    }
    .shoplist_news th {
        display: block;
        border-top: none;
        border-bottom: none;
        width: 100%;
        padding: 10px 0 0 0;
        font-size: 0.75rem;
    }
    .shoplist_news .news_date {
        letter-spacing: 0px;
        padding-left: 8px;
    }
    .shoplist_news .news_label {
        margin-left: 10px;
        padding: 3px 16px;
        font-size: 0.75rem;
    }
}

/* フーゾク電話帳ーカテゴリーメニューー */
.nav--typeA {
    width: 100%;
    background: #de5b4b;
}
body.is-fixed .nav--typeA {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.cate_menu {
    position: relative;
    max-width: 1100px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    background: #de5b4b;
    letter-spacing: -.3em;;
}
.cate_menu > li {
    display: inline-block;
    * display: inline;
    * zoom: 1;
    width: 16.6%;
    height: 60px;
    padding: 0;
    margin: 0;
    line-height: 60px;
    background: #de5b4b;
    letter-spacing: normal;
    overflow: hidden;
}
.cate_menu > li a {
    display: block;
    color: #fff;
    font-size: 0.9375rem;
    letter-spacing:1px;
    padding: 0;
    margin: 0;
}
.cate_menu > li a:hover {
    color: #fff;
}

ul.cate_menu_second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.cate_menu > li:hover {
    background: #57b4c5;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.cate_menu_second-level li {
    border-top: 1px solid #fff;
}
.cate_menu_second-level li a:hover {
    background: #de5b4b;
}
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 0 0 13px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
li.cate_menu_mega ul.cate_menu_second-level {
    position: absolute;
    top: 60px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 2%;
    background: #57b4c5;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.cate_menu_mega:hover ul.cate_menu_second-level {
    top: 60px;
    visibility: visible;
    opacity: 1;
}
li.cate_menu_mega ul.cate_menu_second-level > li {
    float: left;
    width: 19%;
    border: none;
}
li.cate_menu_mega ul.cate_menu_second-level > li:nth-child(5n+2) {
    margin: 0 2%;
}

@media screen and (max-width: 768px) {
    .nav--typeA {
        display: none;
    }
}


/* ------------------------------------------電話帳ここから */
/* ----------------------------変更場所は【★印がついてます】 */
.block .shop {
    margin: 0 0 20px;
}
.block .shop h2 {
    line-height: 4;
    text-align: center;
    font-size: 1.3125rem;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 300;
}
@media screen and (max-width: 768px) {
    .block .shop h2 {
        font-size: 1.0625rem;
        margin: 0;
        line-height: 2;
    }
}

.shop_block {
    width: 100%;
    margin: 0 0 80px 0;
    padding: 0;
}
.shop_list, 
.shop_list_two {
    table-layout: fixed;
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1.6;
    background: #fff;
    border: 1px solid #ccc;
    color: #777;
}
.shop_list thead, 
.shop_list_two thead {
    background: #111111;
    color: #fff;
    text-align: left;
}
.shop_list thead .title span, 
.shop_list_two thead .title span {
    padding-right: 10px;
    color: #ef5350;
    font-weight: bold;
}
.shop_list th, 
.shop_list_two th {
    padding: 19px 10px;
    border-left: 1px solid #ccc;
}
.shop_list th:first-child, 
.shop_list_two th:first-child {
    border-left-width: 0;
}
.shop_list tbody td, 
.shop_list_two tbody td {
    border-left: 1px solid #ccc;
    vertical-align: middle;
}
.shop_list tbody td:first-child, 
.shop_list_two tbody td:first-child {
    border-left-width: 0;
}
.shop_list .vip, 
.shop_list_two .vip {
    background: #fffac7;
}
.shop_list tbody .title a, 
.shop_list_two tbody .title a {
    color: #050505;
}

/* PC用 */
@media screen and (min-width: 768px) {
    #s_soap, #s_health, #s_deli, #s_esthe, #s_sm, #s_others, #s_soap_ka {
        padding-top: 80px;
        margin-top: -80px;
    }
    
    .shop_line_sp {
        display: none;
    }

    .shop_list th,
    .shop_list td,
    .shop_list_two th,
    .shop_list_two td {
        display: table-cell;
    }

    .shop_list td:before, 
    .shop_list_two td:before {
        display: none;
    }
    .shop_list td, 
    .shop_list_two td {
        padding: 12px 6px 12px 10px;
        border-top: 1px solid #ccc;
    }
    .shop_list td:before,
    .shop_list_two td:before {
        display: none;
    }
    .shop_list .title, 
    .shop_list_two .title{
        width: 33%;
    }
    .shop_list .tel, 
    .shop_list .open,
    .shop_list_two .tel {
        width: 12%;
    }
    .shop_list .comment {
        width: 23%;
    }
    .shop_list .url a, 
    .shop_list_two .url a {
        color: #050505;
    }
    .shop_new_label {
        margin-left: 10px;
        padding: 2px 6px;
        background: #de5b4b;
        color: #fff;
        font-size: 0.625rem;
        letter-spacing: 1px;
    }
    .shop_cate_label {
        margin-left: 10px;
        padding: 2px 6px;
        background: #666;
        color: #fff;
        font-size: 0.625rem;
        letter-spacing: 1px;
    }
      
}

/* スマホ用 */
@media screen and (max-width: 769px) {
    .block .shop {
        margin: 0 10px;
    }
    .shop_block {
        margin: 0 0 20px 0;
    }
    .shop_line_sp {
        width: 100%; 
        padding: 0.5em 0;
    }
    .shop_line_sp hr {
        line-height: 0;
        margin: 0;
        padding: 0;
    }
    .shop_line_sp .hr-text {
        line-height: 1em;
        position: relative;
        outline: 0;
        border: 0;
        color: black;
        text-align: center;
        height: 1.5em;
        opacity: .7;
    }
    .shop_line_sp .hr-text:before {
        content: '';
        background: -webkit-linear-gradient(left, transparent, #818078, transparent);
        background: linear-gradient(to right, transparent, #818078, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }
    .shop_line_sp .hr-text:after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: black;
        padding: 0 .5em;
        line-height: 1.5em;
        color: #000000;
        background-color: #fcfcfa;
    }

    .shop_list th,
    .shop_list_two th {
        display: none;
    }
    .shop_list,
    .shop_list_two {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .shop_list tbody tr{
        display: block;
        padding-bottom: 12px;
    }
    .shop_list tbody td,
    .shop_list_two tbody td {
        display: block;
        padding: 5px 10px;
        width: 100%;
        border-left: 0;
        line-height: 1.4;
    }
    .shop_list tbody td:before,
    .shop_list_two tbody td:before {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin-right: 5px;
    }
    .shop_list tbody td:nth-of-type(2):before,
    .shop_list_two tbody td:nth-of-type(2):before {
        content: "電話番号：";
        font-weight: bold;
        color: #050505;
    }
    .shop_list tbody td:nth-of-type(3):before {
        content: "営業時間：";
        font-weight: bold;
        color: #050505;
    }
    .shop_list tbody td:nth-of-type(4):before {
        content: "コメント：";
        font-weight: bold;
        color: #050505;
        padding: 0 0 5px 0;
    }
    .shop_list tbody .title,
    .shop_list_two tbody .title {
        width: 100%;
        margin: 0;
        padding: 8px 10px;
        font-size: 0.9375rem;
        font-weight: bold;
        background: #111111;
        color: #fff;
    }
    .shop_list tbody .title a,
    .shop_list_two tbody .title a {
        color: #fff;
        text-decoration: underline;
    }
    .shop_list .vip,
    .shop_list_two .vip {
        border: 4px solid #ef5350;
    }
    .shop_list .tel, 
    .shop_list .open {
        border-bottom: 1px solid #ccc;
    }
    .shop_list .url,
    .shop_list_two .url {
        display: none;
    }
    .shop_new_label {
        margin-left: 5px;
        padding: 2px 6px;
        background: #de5b4b;
        color: #fff;
        font-size: 0.625rem;
    }
    .shop_cate_label {
        margin-left: 5px;
        padding: 1px 6px;
        background: #666;
        color: #fff;
        font-size: 0.625rem;
    }
}

/* スマホ用・画面下広告バナー */
/* PC上では見えないようにする */
@media screen and (min-width:641px){
	.foot_re{
		display: none;
    }	
}
/* スマホ用 */
@media screen and (max-width:640px){
    .foot_re {
        display: block;
        width: 100%;
        position: fixed;
        left: 0px;
        bottom: -5px;
        z-index: 9999;
        text-align: center;
        background: #fff;
        border-top: 1px solid #fff;
    }
    .foot_re img {
        max-width: 100%;
    }
}
.nakasu_map_img {
    max-width: 1100px;
    max-height: auto;
    background: #fff;
    line-height: 0;
}
