@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: #000;
    line-height: 200%;
    letter-spacing: 0.03em;
    font-weight: "nomal";
    font-family: 'Noto Sans JP', sans-serif;
    
    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:#FFFFFF;
}
img {
    width: 100%;
    display: block;
    margin:0 auto;
}
br {
  font-family: sans-serif !important;
}
.eng, .more_button {
    font-family:Helvetica, "sans-serif"
    }
h1, h2, h3, h4, h5, h6 {
    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;
	}

.style_01 .eng:not(h2),
.style_01 h2 span,
.style_01 h3 { color: #000000; }
.style_02 .eng:not(h2),
.style_02 h2 span, 
.style_02 h3 { color:#000000; }
.style_03 .eng:not(h2),
.style_03 h2 span,
.style_03 h3 { color: #000000; }
.style_04 .eng:not(h2),
.style_04 h2 span,
.style_04 h3 { color: #000000; }
.style_05 .eng:not(h2),
.style_05 h2 span, 
.style_05 h3 { color: #000000; }
.style_06.eng:not(h2), 
.style_06 h2 span, 
.style_06 h3 { color: #000000; }
.style_07 .eng:not(h2), 
.style_07 h2 span,
.style_07 h3 { color: #000000; }
.style_08 .eng:not(h2), 
.style_08 h2 span,
.style_08 h8 { color: #000000; }
.style_09 .eng:not(h2), 
.style_09 h2 span,
.style_09 h8 { color: #000000; }
.style_10 .eng:not(h2), 
.style_10 h2 span,
.style_10 h8 { color: #000000; }
.style_11 .eng:not(h2), 
.style_11 h2 span,
.style_11 h8 { color: #000000; }
.style_12 .eng:not(h2), 
.style_12 h2 span,
.style_12 h8 { color: #000000; }
.style_13 .eng:not(h2), 
.style_13 h2 span,
.style_13 h8 { color: #000000; }


/* 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;
    border-bottom: 1px dashed #ccc;
}
.list-index .guide_thumb:nth-child(7),
.list-index .guide_thumb:nth-child(8),
.list-index .guide_thumb:nth-child(9){

}
.list-index .guide_thumb.title .thumb_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.list-index .guide_thumb.title {
    border-bottom: 1px dashed #ccc;
}
.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;
    border-top: 1px dashed #ccc;
}
.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;
    border-right: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
}
.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(255,255,255,0.80);
}
.list-index .more_thumb img {
    opacity: 1.0;
    transition: 0.3s;
 }
.list-index .more_thumb img:hover {
    opacity: 0.5;
 }
.list-index .more_thumb div a: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:#000;
}
.list-index .more_button:hover {
    background-color:#ccc;
    border-color:#ccc;
    color:#666;
}
.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;
    text-align: center;
    font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
#guides img {
    width: 80%;
}
#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: 50px auto 150px auto;
    display: none;
    }
#guides .store-note,
#guides .store-photos {
    width: 90%;
    margin: 0 auto;
}
#guides .store-profile {}
#guides .store-profile .profile-img {
    margin-bottom:2em;
}
#guides .store-profile .store-address {}
#guides .store-profile .store-address h2 {
    font-size: 1.5em;
    letter-spacing: 0.015em;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
#guides .store-profile h2 span {
    font-size: 0.75em;
}
#guides .store-address h2 span {
    font-size: 0.55em;
}
#guides .store-address span {
    font-size: 0.8em;
}
#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 {
    margin-bottom: 2em;
}
#guides .store-guide div {
    margin-bottom: 1em;
}
#guides .store-photos img {
    margin: 1em 0 0.5em;
}

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

#guides .store-photos p {
	font-size: 0.85em;
	line-height: 170%;
}



.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: #ccc;
    background-color: #000;
	}
footer h6 {
	font-family: Arial, Helvetica, "sans-serif";
    font-weight: normal;
	font-size:11px;
	padding:1em 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){
        border-bottom: 1px dashed #ccc;
    }
    
    .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(n) .thumb_content {
        border-left:1px dashed #ccc;
    }
    .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;
        border-top: 1px dashed #ccc;
    }
.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;
        border-left: none;
    } 
.list-index .guide_thumb:nth-child(even) .thumb_content {
        padding:0 0.75em 0 1.5em;
    }
.list-index .guide_thumb:nth-child(13) .thumb_content {
        padding:0 1.5em 0 0.75em;
    } 
.list-index .guide_thumb:nth-child(15) .thumb_content {
        padding:0 0.75em 0 1.5em;
        border-left:1px dashed #ccc;
    } 

    .list-index h2 {
        font-size: 0.88em;
        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;
    }
    #guides .close::after {
      width: 20px;
      height: 2px;
      top: 9px;
    }
    #guides .close:hover::before, #guides .close:hover::after {
      background-color: #902A2C;
    }
    #guides .guide {
      /*width: calc(100% - 40px);
      margin: 0 auto 100px auto;*/
    }
    img{
        width: 100%;
    }
    #guides img {
    width: 100%;    
}
    #guides .store-profile .store-address h2 {
    font-size: 1.15em;
    letter-spacing: 0.015em;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
}