@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=STIX+Two+Text:wght@400;500&display=swap');

/* ==================================================
 common
================================================== */
.pc { display: block; }
.sp { display: none; }
html {
    font-size: 62.5%;
    }
body {
    height: 100%;
    
    font-size: 14px;
    color: #fff;
    line-height: 200%;
    letter-spacing: 0.03em;
    font-weight: "nomal";
    font-family: 'Noto Sans JP', sans-serif;
    background:url("../img/cover.jpg") left / contain;    
    z-index: 1;
    }
body.looking {
    overflow: hidden;
    }
body:after {
    position:fixed;
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top:0;
    left:0;
    z-index: -1;
    background:rgba(16,16,16,0.85);
}
img {
    width: 100%;
    display: block;
    margin:0 auto;
}
br {
  font-family: sans-serif !important;
}
.eng, .more_button {
    font-family:Helvetica, "sans-serif"
    }
.eng_title {
    font-size: 0.85em;
}
h1, h2, h3, h4, h5, h6, .title, .eng_title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
	word-break: break-all;
	}
h2.eng, h2 span, h3.eng {
    font-family: 'STIX Two Text', serif;
    font-weight: 400;
	}

.nepenthes_osaka .eng:not(h2),
.nepenthes_osaka h2 span,
.nepenthes_osaka h3 { color: #969696; }
.nepenthes_woman_osaka .eng:not(h2),
.nepenthes_woman_osaka h2 span, 
.nepenthes_woman_osaka h3 { color:#ee869a; }
.nepenthes_woman_osaka .eng_ad { color:#8e5160; }
.pimer .eng:not(h2),
.pimer h2 span,
.pimer h3 { color: #3f668c; }
.pimer .eng_ad { color:#7aa1c1; }
.ghar .eng:not(h2),
.ghar h2 span,
.ghar h3 { color: #d5b338; }
.ghar .eng_ad { color:#7f6a26; }
.coffee_no_rakudaya .eng:not(h2),
.coffee_no_rakudaya h2 span, 
.coffee_no_rakudaya h3 { color: #7f4f21; }
.coffee_no_rakudaya .eng_ad { color:#a08b7a; }
.pony_pony_hungry .eng:not(h2), 
.pony_pony_hungry h2 span, 
.pony_pony_hungry h3 { color: #8ba3c7; }
.pony_pony_hungry .eng_ad { color:#5f7089; }
.tanaka_no_chuka_soba .eng:not(h2), 
.tanaka_no_chuka_soba h2 span,
.tanaka_no_chuka_soba h3 { color: #b37639; }
.tanaka_no_chuka_soba .eng_ad { color:#c1a68e; }
.santa_lucia .eng:not(h2), 
.santa_lucia h2 span,
.santa_lucia h8 { color: #289170; }
.santa_lucia .eng_ad { color:#6ebaa0; }
.chuka_ryori_tonton .eng:not(h2), 
.chuka_ryori_tonton h2 span,
.chuka_ryori_tonton h8 { color: #c13a3a; }
.chuka_ryori_tonton .eng_ad { color:#e87474; }
.edobori_kida .eng:not(h2), 
.edobori_kida h2 span,
.edobori_kida h8 { color: #c79f63; }
.edobori_kida .eng_ad { color:#846944; }
.hirokawa_tailor .eng:not(h2), 
.hirokawa_tailor h2 span,
.hirokawa_tailor h8 { color: #b25028; }
.hirokawa_tailor .eng_ad { color:#d3896e; }
.takoyaki_oden_shu .eng:not(h2), 
.takoyaki_oden_shu h2 span,
.takoyaki_oden_shu h8 { color: #8f0108; }
.takoyaki_oden_shu .eng_ad { color:#936d70; }
.bar_tateyama .eng:not(h2), 
.bar_tateyama h2 span,
.bar_tateyama h8 { color: #8e8887; }
.bar_tateyama .eng_ad { color:#8e8887; }
.baccaiun .eng:not(h2), 
.baccaiun h2 span,
.baccaiun h8 { color: #2d69a0; }
.baccaiun .eng_ad { color:#2d69a0; }
.nakanoshima_museum_of_art_osaka .eng:not(h2), 
.nakanoshima_museum_of_art_osaka h2 span,
.nakanoshima_museum_of_art_osaka h8 { color: #63676b; }
.nakanoshima_museum_of_art_osaka .eng_ad { color:#3b3d3f; }
.utsubo_park .eng:not(h2), 
.utsubo_park h2 span,
.utsubo_park h8 { color: #487137; }
.utsubo_park .eng_ad { color:#7fbc62; }
.aji_no_meimon_seoul_main_branch .eng:not(h2), 
.aji_no_meimon_seoul_main_branch h2 span,
.aji_no_meimon_seoul_main_branch h8 { color: #b93f3e; }
.aji_no_meimon_seoul_main_branch .eng_ad { color:#722727; }
.city_lights_donuts .eng:not(h2), 
.city_lights_donuts h2 span,
.city_lights_donuts h8 { color: #c48455; }
.city_lights_donuts .eng_ad { color:#c48455; }
.national_museum_of_ethnology .eng:not(h2), 
.national_museum_of_ethnology h2 span,
.national_museum_of_ethnology h8 { color: #9abde2; }
.national_museum_of_ethnology .eng_ad { color:#9abde2; }
/* header
-------------------------------------------------------------*/

/* main
-------------------------------------------------------------*/
/* wrap */
.wrap {
    margin: 0 auto;
    padding-left: 9px;
    padding-right: 9px;
    position:relative
}
.wrap:after {
    content: "";
    display: table;
    clear:both
}
/* content */
#content {
    position: relative;
    }
/* list-index */
.list-index {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto 5em;
    padding: 0px;
    position: relative;
    z-index: 1;
        
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between
    }
.list-index .guide_thumb {
    width: 35.2%;
    padding:3em 0 3em;
    text-align: center;
}
.list-index .guide_thumb:nth-child(7),
.list-index .guide_thumb:nth-child(8),
.list-index .guide_thumb:nth-child(9){
    border-bottom: none
}
.list-index .guide_thumb.title .thumb_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.list-index .guide_thumb.title {

}
.list-index .guide_thumb:nth-child(4) {
    position: relative;
}
.list-index .guide_thumb:nth-child(4):after {
    position: absolute;
    top:-1px;
    width: 100%;
    content: "";
    display: block;
    height: 1px;
}
.list-index .guide_thumb:nth-child(3n),
.list-index .guide_thumb:nth-child(3n+1) {
    width:calc(32.4% - 1px);
}
.list-index .thumb_content {
    padding:0 2.5em;
}
.list-index .guide_thumb:nth-child(3n) .thumb_content {
    border: none;
    padding:0 0 0 2.5em;
}
.list-index .guide_thumb:nth-child(3n+1) .thumb_content {
    padding:0 2.5em 0 0;
     border: none;
}
.list-index .more_thumb {
    position: relative;
    cursor: pointer;
    margin-bottom: 1.25em;
    background-color:rgba(13,43,13,0.80);
}
.list-index .more_thumb img {
    opacity: 1.0;
    transition: 0.3s;
    border: 3px solid #FFF;
 }
.list-index .more_thumb img:hover {
    opacity: 0.5;
 }
.list-index h2 {
    font-size: 1.15em;
    letter-spacing: 0.015em;
    line-height: 1.5
}
.list-index h2 p {
    display: inline;
}
.list-index h3 {
    font-size: 1em;
}
.list-index .more_button {
    margin: .5em auto 0;
    font-size: 1em;
    line-height: 1;
    padding:.5em 0 .5em;
    cursor: pointer;
    width:6.5em;
    color: #fff;
    text-align: center;
    border-radius: 0.15em;
    border: 1px solid rgba(255,255,255,0.3);
    transition: 0.3s;
    background-color:rgba(0,158,229,0.00);
}
.list-index .more_button:hover {
    background-color:#FFF;
    border-color:#FFF;
    color:#4e3168;
}
.list-index .more_thumb:hover::before {
    /*transform: rotate(90deg);*/
    }
.list-index .more_thumb::before {
    /*content: "+";
    font-size: 35px;
    line-height: 1;
    display: block;
    color:rgba(0,158,229,1.00);
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 10;
    transition: all 0.2s ease-in 0s;*/
    }
/* guides */
#guides {
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: scroll;
    position: fixed;
    left: 0;
    top: -100vh;
    z-index: 0;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    color:#000;
    }
#guides.active {
    top: 0;
    z-index: 9999;
    }
#guides .close {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 999;
    cursor: pointer;
    }
#guides .close::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #333;
    transform: rotate(-45deg);
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s 0s ease;
    }
#guides .close::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s 0s ease;
    }
#guides .close:hover::before, #guides .close:hover::after {
    background-color: #CCC;
    }
#guides .guide {
    width: 100%;
    max-width: 880px;
    margin: 40px auto 150px auto;
    display: none;
    }
#guides .store-note,
#guides .store-photos {
    width: 100%;
    margin: 0 auto;
}

#guides .store-photos p {
    margin: 0.75em 0 1.5em;
}

#guides .nepenthes_osaka .store-profile .bk {
    background-color: #000000;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
#guides .nepenthes_woman_osaka .store-profile .bk {
    background-color: #ee869a;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
#guides .pimer .store-profile .bk {
    background-color: #3f668c;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .ghar .store-profile .bk {
    background-color: #d5b338;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .coffee_no_rakudaya .store-profile .bk {
    background-color: #7f4f21;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .pony_pony_hungry .store-profile .bk {
    background-color: #8ba3c7;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .tanaka_no_chuka_soba .store-profile .bk {
    background-color: #b37639;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .santa_lucia .store-profile .bk {
    background-color: #289170;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .chuka_ryori_tonton .store-profile .bk {
    background-color: #c13a3a;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .edobori_kida .store-profile .bk {
    background-color: #c79f63;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .hirokawa_tailor .store-profile .bk {
    background-color: #b25028;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .takoyaki_oden_shu .store-profile .bk {
    background-color: #8f0108;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .bar_tateyama .store-profile .bk {
    background-color: #3e3a39;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .baccaiun .store-profile .bk {
    background-color: #19395b;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .nakanoshima_museum_of_art_osaka .store-profile .bk {
    background-color: #63676b;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .utsubo_park .store-profile .bk {
    background-color: #487137;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .aji_no_meimon_seoul_main_branch .store-profile .bk {
    background-color: #b93f3e;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .city_lights_donuts .store-profile .bk {
    background-color: #553922;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .national_museum_of_ethnology .store-profile .bk {
    background-color: #003f8e;
    color: #FFF;
    height: 70px;
    padding: 35px 30px 30px;
    display: flex;
    margin-bottom: 2em;
}
#guides .store-profile .bk .box {
    width: 100%;
    color: #FFF;
    height: 70px;
    display: flex;
}
#guides .store-profile .bk .en {
    font-size: 20px;
    width: 50px;
    height: 50px;
    padding-top: 7.5px;
    border: 2px solid #FFF;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
}
#guides .store-profile .bk .title {
    width: 35%;
    padding: 0px 0px 0px 15px;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.5;
}
#guides .store-profile .ad {
    width: 60%;
    padding: 5px 0px 20px 0px;
    font-size: 12px;
    color: #FFF;
    margin-bottom: 15px;
    line-height: 1.5;
    
}

#guides .store-profile .profile-img {
    margin-bottom:0em;
}
#guides .store-profile .store-address {}
#guides .store-profile .store-address h2 {
    font-size: 1.65em;
    letter-spacing: 0.015em;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
#guides .store-profile .store-address h2 span {
    font-size: 0.75em;
}
#guides .store-profile .store-address span.eng {
   color: #000 !important;
}
#guides .store-profile .store-address div {
    line-height: 1.8;
    margin-bottom:1.5em;
}
#guides .store-guide {
    width: 90%;
    margin: 0 auto 2em;
}
#guides .store-guide div {
    margin-bottom: 1em;
}

#guides .store-photos img {
    width: 100%;
    margin: 0em auto 0.4em;
}

#guides .store-photos .fa {
	position: relative;
}

#guides .store-photos p {
    width: 100%;
	font-size: 0.85em;
	line-height: 170%;
    margin: 0 auto 1em;
}



.close_button {
    margin: 3em auto 0;
    font-size: 1em;
    line-height: 1;
    padding:.5em 0 .5em;
    cursor: pointer;
    width:6.5em;
    text-align: center;
    border-radius: 0.15em;
    transition: 0.3s;
    background-color:#CFCFCF;
    border:1px solid #CFCFCF;
    color:rgba(255,255,255,1.0);
}
.close_button:hover {
    background-color:rgba(0,158,229,0.00);
    border-color:#4e3168;
    color:#4e3168;
}

/* fadein */
@-webkit-keyframes fadeIn {
    0%   { opacity: 0; }
    100% { opacity: 1; }
    }
@keyframes fadeIn {
    0% { opacity: 0; }
  100% { opacity: 1; }
    }
.fadein {
    opacity: 0;
    transform: translate(0, 20px);
    }
.fadein.scrollin {
    opacity: 1;
    transition: all 0.8s ease;
    transform: translate(0, 0);
    }

/* -------------------------------------------
	 footer
---------------------------------------------*/
footer {
	letter-spacing:0.05em;
    color: #fff;
	}
footer h6 {
	font-family: Arial, Helvetica, "sans-serif";
    font-weight: normal;
	font-size:11px;
	padding:0 0 2.5em;
	text-align: center;
	}
footer span {
	font-size:1.125em;
	}


@media (max-width: 982px) {}

@media (max-width: 768px) {
    .pc { display: none; }
    .sp { display: block; }
    .list-index {
      width: 100%;
      max-width: 100%;
      margin: 0 auto 25px;
      padding: 0px;
      position: relative;
      z-index: 1;
      }
    .list-index .more_thumb {
     /* position: relative;*/
        }
    .list-index .more_thumb::before {
      /*content: "+";
      font-size: 30px;
      line-height: 1;
      display: block;
      position: absolute;
      right: 10px;
      top: 3px;
      z-index: 10;
      transition: all 0.2s ease-in 0s;*/
      }
    .list-index .guide_thumb,
    .list-index .guide_thumb:nth-child(3n),
    .list-index .guide_thumb:nth-child(3n+1){
        width:50%;
        padding:2.5em 0 2.5em;
    }
    .list-index .guide_thumb:nth-child(10){
    }
    
    .list-index .guide_thumb.title .thumb_content {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .list-index .guide_thumb .thumb_content,
    .list-index .guide_thumb:nth-child(3n) .thumb_content,
    .list-index .guide_thumb:nth-child(3n+1) .thumb_content {
        padding:0 1.5em;
        border-left: none;
        border-right: none;
    }
    .list-index .guide_thumb:nth-child(even) .thumb_content {
    }
    .list-index .guide_thumb:nth-child(3) {
        position: relative;
    }
    .list-index .guide_thumb:nth-child(3):after {
        position: absolute;
        top:-1px;
        width: 100%;
        content: "";
        display: block;
        height: 1px;
    }
.list-index .guide_thumb:nth-child(4) {
        position: inherit;
    }
.list-index .guide_thumb:nth-child(4):after {
        display: none;
    }
.list-index .guide_thumb:nth-child(odd) .thumb_content {
        padding:0 1.5em 0 0.75em;
    } 
.list-index .guide_thumb:nth-child(even) .thumb_content {
        padding:0 0.75em 0 1.5em;
    }     
    .list-index h2 {
        font-size: 1.12em;
        letter-spacing: 0.;
        line-height: 1.5;
        margin-bottom: 0.25em;
    }
    .list-index h2 p {
        font-size: 0.88em;
        margin: 0;
        display: block;
    }
    .list-index h3 {
        font-size: .85em;
        line-height: 1.5
    }
    .list-index .more_button {
        margin: 1.25em auto 0;
    }
    #guides .close {
      width: 20px;
      height: 20px;
      top: 10px;
      right: 10px;
    }
    #guides .close::before {
      content: "";
      width: 20px;
      height: 2px;
      top: 9px;
      background-color: #FFF;
    }
    #guides .close::after {
      width: 20px;
      height: 2px;
      top: 9px;
      background-color: #FFF;
    }
    #guides .close:hover::before, #guides .close:hover::after {
      background-color: #ccc;
    }
    #guides .guide {
        margin-top: 0px;
      /*width: calc(100% - 40px);
      margin: 0 auto 100px auto;*/
    }
    #guides .nepenthes_osaka .store-profile .bk {
    background-color: #000000;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .nepenthes_woman_osaka .store-profile .bk {
    background-color: #ee869a;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .pimer .store-profile .bk {
    background-color: #3f668c;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .ghar .store-profile .bk {
    background-color: #d5b338;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .coffee_no_rakudaya .store-profile .bk {
    background-color: #7f4f21;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .pony_pony_hungry .store-profile .bk {
    background-color: #8ba3c7;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .tanaka_no_chuka_soba .store-profile .bk {
    background-color: #b37639;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .santa_lucia .store-profile .bk {
    background-color: #289170;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .chuka_ryori_tonton .store-profile .bk {
    background-color: #c13a3a;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .edobori_kida .store-profile .bk {
    background-color: #c79f63;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .hirokawa_tailor .store-profile .bk {
    background-color: #b25028;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .takoyaki_oden_shu .store-profile .bk {
    background-color: #8f0108;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .bar_tateyama .store-profile .bk {
    background-color: #3e3a39;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .baccaiun .store-profile .bk {
    background-color: #19395b;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .nakanoshima_museum_of_art_osaka .store-profile .bk {
    background-color: #63676b;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .utsubo_park .store-profile .bk {
    background-color: #487137;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .aji_no_meimon_seoul_main_branch .store-profile .bk {
    background-color: #b93f3e;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .city_lights_donuts .store-profile .bk {
    background-color: #553922;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
    #guides .national_museum_of_ethnology .store-profile .bk {
    background-color: #003f8e;
    color: #FFF;
    height: 70px;
    padding: 30px 30px 80px;
    display: flex;
    margin-bottom: 2em;
}
#guides .store-profile .bk .box {
    width: 100%;
    color: #FFF;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
}
#guides .store-profile .bk .en {
    font-size: 20px;
    width: 50px;
    height: 50px;
    padding-top: 7.5px;
    border: 2px solid #FFF;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
}
#guides .store-profile .bk .title {
    width: 80%;
    padding: 0px 0px 0px 15px;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}
#guides .store-profile .ad {
    width: 100%;
    padding: 0px 0px 30px;
    font-size: 12px;
    color: #FFF;
    margin-bottom: 15px;
    line-height: 1.5;
    
}
    #guides .store-guide, .store-photos {
    width: 90%;
    margin: 0 auto 2em;
}
    #guides .store-photos p {
    width: 90%;

}
    #guides .store-photos img {
    width: 90%;
    margin: 0em auto 0.4em;
}
   
}