@charset "UTF-8";

/* コンテナ：カテゴリページ用 */

main {
max-width: 2000px;
}

section {
padding: 0px 30px;;
}


/* head 1 */

.cate-h1-sec {
margin: 20px auto 35px;
}
.cate-h1 {
text-align: center;
}
h1 {
font-size: 23px;
font-size: 2.3rem;
margin-bottom: 10px;
font-weight: 500;
letter-spacing: 0.05em;
line-height: 1.45;
}
.cate-h1-it {
color: darkgrey;
font-size: 14px;
font-size: 1.4rem;
font-weight: 300;
line-height: 1;
letter-spacing: 0.28em;
border-bottom: dotted 1px silver;
border-top: dotted 1px silver;
padding: 5px 8px;
display: inline-block;
}

.leadAndGuida-wrap {
margin: 0px auto 45px;
}

.lead-text {
text-align: justify;
margin-bottom: 25px;
}
.lead-text p {
font-weight: 300;
line-height: 1.7;
color: gray;
font-size: 1.3rem;
font-size: 1.3rem;
letter-spacing: 0.07em;
}

.guide {
background-color: #f2f2e4;
background-color: #FCFCE6;
background-color: #FFFFE3;
position: relative;
padding: 15px;
box-shadow: 0 0 2px 1px ivory inset;
}
.guide p {
font-size: 12px;
font-size: 1.2rem;
line-height: 1.6;
color: dimgray;
font-weight: 300;
letter-spacing: 0.07em
}
.guide p::before {
content: "＊GUIDA＊";
color: darkred;
opacity: 0.25;
font-weight: 400;
position: absolute;
top: -9px;
left: 50%;
transform: translate(-50%);
font-size: 13px;
font-size: 1.3rem;
}

/* head 3 - shopbox */

.shopbox-ul li {
text-align: center;
margin-bottom: 40px;
}
.title-wrap {
padding: 20px 15px;
}
p.title {
font-size: 15px;
font-size: 1.5rem;
color: #491a00;
color: maroon;
font-family: 'Noto Serif JP', serif;
font-weight: 400;
letter-spacing: 0.09em;
text-shadow: 0px 0px 4px silver;
line-height: 2;
margin-bottom: 5px;
}
.pit-color {
color: #491a00;
} /* 絵画写真用のtitle文字色 */
p.shop-name { 
color: silver; 
font-weight: 500; 
line-height: 1.4;
font-size: 14px;
font-size: 1.4rem;
letter-spacing: 0.2em
}
p.shop-name::before {
content: "***";
opacity: 0.6;
font-size: 1.1em;
}

.filter {
background-color: ivory;
}
.filter > img {
opacity: 0.6;
}

ul.nav-cate {
margin: 45px auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.nav-cate li {
text-align: center;
height: 115px;
width: 50%;
background-color: #f2f2e4;
background-color: #f2f2e1;
background-color: #fcfae1;
background-color: #fcfade;
background-color: #f7f5e9;
background-color: #f7f7e9; /*rgb 247, 247, 233*/
opacity: 1;
}
.nav-cate li {
margin-bottom: 0px;
}

.nav-cate a {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
transition: all 0.5s ease;
}
.nav-cate a:hover {
background-color: #FFFFE3;
background-color: lemonchiffon;
}

.nav-text-wrap {
padding: 0 10px;
}
.nav-jp {
color: #491a00;
font-weight: 600;
font-size: 13px;
font-size: 1.3rem;
letter-spacing: 0.17em;
line-height: 1.7;
text-shadow: 0px 0px 1px ivory;
margin-bottom: 5px;
}
.nav-it {
color: grey;
font-size: 11px;
font-size: 1.1rem;
font-weight: 300;
line-height: 1;
letter-spacing: 0.3em;
border-bottom: dotted 1px silver;
border-top: dotted 1px silver;
padding: 5px 2px;
}

#no-link-a:hover {
background-color: inherit;
}

/* ===== width 560 以上 ===== */

@media (min-width: 560px) {

section {
padding: 0 45px
}

.leadAndGuida-wrap {
width: 330px;
margin-bottom: 60px;
}

}


/* ===== width 700 以上 ===== */

@media (min-width: 700px) {

/* flex-boxレイアウトの場合 */
.shopbox-ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.shopbox-ul li {
width: 47.6%;
flex-grow: none;
margin-bottom: 90px;
}
li.box-ev, li.box-pit-ev {
display: flex;
flex-direction: column-reverse;
}
li.box-pit-od, li.box-pit-ev {
width: 49.1%;
margin-bottom: 120px;
}

.nav-cate li {
width: 33.3%
}

}


/* ===== width 1200以上 ===== */

@media (min-width: 1200px) {

.shopbox-ul li {
width: 23.4%;
flex-grow: none;
margin-bottom: 105px;
}
li.box-pit-od, li.box-pit-ev {
width: 32.2%;
margin-bottom: 135px
}

.cate-h1-sec {
margin: 15px auto 30px;
}
.leadAndGuida-wrap {
margin-bottom: 50px;
width: 500px;
}

.nav-cate li {
width: 16.66%
}


}





