@charset "UTF-8";
/* CSS Document */
#hero {
background: #272421;
}
#hero > div {
width: 100%;
max-width: 1600px;
margin: 0 auto;
}
#hero > div > div {
display: grid;
place-items: center;
}
#hero > div > div img {
width: 80%;
}

#what {
background: #C9CACA;
}
#what .box{
position: relative;
z-index: 2;
}
#what h3 {
font-weight: bold;
}

#contents {
border-bottom: 1px solid #000;
}
#contents ul li a, #contents ul li a img {
position: relative;
}
#contents ul li a {
display: block;
overflow: hidden;
}
#contents ul li a img {
z-index: 1;
}
#contents ul li a div {
position: absolute;
z-index: 2;
width: 92%;
height: 92%;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
color: #fff;
}
#contents ul li a h3, #contents ul li a h4, #contents ul li a p {
font-weight: bold;
}
#contents ul li a span {
position: absolute;
bottom: 0;
right: 0;
display: table;
text-align: right;
font-weight: bold;
background-image: url(../images/arrow_w.svg);
background-repeat: no-repeat;
background-position: bottom right;
}

#pickup ul li a span {
display: block;
font-weight: bold;
}
#pickup ul li a h4 {
font-weight: bold;
background: url(../images/arrow.svg) no-repeat center right;
}

#areaLink {
border-bottom: 1px solid #000;
}
#map, #map img {
position: relative;
}
#map img {
z-index: 1;
}
#map a {
display: table;
position: absolute;
font-family: "DINNextLTPro-BoldCondensed";
z-index: 2;
}
#map a:after {
content: '\f111';
font-family: 'Font Awesome 5 Pro';
position: absolute;
bottom: 0;
left: 0;
font-weight: 700;
}

.shoplist {
border-bottom: 1px solid #000;
}
.shoplist:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.shoplist > div {
display: flex;
align-items: flex-end;
}
.shoplist h3 {
font-family: "DINNextLTPro-BoldCondensed";
line-height: 80%;
}
.shoplist h3 span {
font-family: "Noto Sans JP", "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
font-weight: bold;
}
.shoplist div a {
display: table;
background: #686767;
box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 1);
color: #fff;
position: relative;
}
.shoplist div a:after {
content: '\f054';
font-family: 'Font Awesome 5 Pro';
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.shoplist ul {
display: flex;
flex-wrap: wrap;
}
.shoplist ul li h4 {
font-weight: bold;
}
.shoplist ul li time {
font-family: "DINNextLTPro-BoldCondensed";
display: block;
color: #727171;
}
.shoplist ul li h5 {
font-weight: bold;
}

#footer ul.box li:last-child a {
font-family: "Noto Sans JP", "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
}

@media (max-width: 560px){
#hero > div > img, #hero > div > div {
padding-bottom: 60px;
}

#what {
padding-top: 60px;
margin-bottom: 40px;
}
#what h3 {
padding-bottom: 40px;
font-size: 5vw;
line-height: 150%;
}

#contents {
margin-bottom: 60px;
}
#contents ul li a h3, #contents ul li a h4 {
padding-bottom: 8px;
}
#contents ul li a h3 {
font-size: 8vw;
}
#contents ul li a h4 {
font-size: 6vw;
}
#contents ul li a p {
font-size: 4.5vw;
}
#contents ul li a span {
font-size: 5vw;
padding-bottom: 20px;
background-size: auto 7px;
}

#pickup ul {
padding-bottom: 30px;
}
#pickup ul li a h4 {
background-size: auto 5px;
padding-right: 50px;
}

#area, #areaLink {
padding-bottom: 60px;
}
#areaLink {
margin-bottom: 60px;
}
#areaLink tr td:first-child, #areaLink tr td:nth-child(2) {
padding-right: 5vw;
}
#map a {
font-size: 6vw;
padding-bottom: 3.7vw;
}
#map a:after {
font-size: 4.4vw;
}
.shoplist {
padding-bottom: 60px;
margin-bottom: 60px;
}
.shoplist > div {
padding-bottom: 30px;
}
.shoplist h3 {
font-size: 7vw;
line-height: 100%;
padding-right: 6vw;
}
.shoplist h3 span {
padding-left: 6vw;
font-size: 3.5vw;
}
.shoplist div p {
font-size: 4.5vw;
padding-right: 16vw;
}
.shoplist div a {
padding: 4px 40px 4px 20px;
border-radius: 20px;
}
.shoplist div a span {
padding-right: 10px;
}
.shoplist ul li img {
padding-bottom: 12px;
}
.shoplist ul li h4, .shoplist ul li time {
padding-bottom: 8px;
}
.shoplist ul li h4 {
font-size: 5vw;
}
.shoplist ul li time {
font-size: 3.6vw;
}
.shoplist ul li h5 {
font-size: 4vw;
}

#footer ul.box li:last-child a {
font-size: 5vw;
}
}

@media (min-width: 561px){
#hero > div {
display: flex;
flex-direction: row-reverse;
}
#hero > div > img, #hero > div > div{
width: 50%;
}

#what {
padding-top: 80px;
margin-bottom: 60px;
}
#what h3 {
padding-bottom: 50px;
}

#contents {
margin-bottom: 80px;
}
#contents ul {
width: 90%;
margin: 0 auto;
}
#contents ul li a h3, #contents ul li a h4 {
padding-bottom: 10px;
}
#contents ul li a span {
font-size: 2rem;
padding-bottom: 24px;
background-size: auto 10px;
}

#pickup ul {
width: 90%;
margin: 0 auto;
padding-bottom: 40px;
}

#area {
padding-bottom: 80px;
}
#areaLink {
padding: 0 5% 80px;
margin-bottom: 80px;
}
.shoplist {
padding-bottom: 80px;
margin-bottom: 80px;
}
.shoplist > div {
padding-bottom: 40px;
}
.shoplist h3 {
font-size: 4rem;
}
.shoplist h3 span {
font-size: 2rem;
}
.shoplist div a {
padding: 10px 50px 10px 20px;
border-radius: 30px;
font-size: 1.6rem;
}
.shoplist div a span {
font-size: 2rem;
padding-right: 20px;
}
.shoplist ul {
width: 90%;
margin: 0 auto;
}
.shoplist ul li img {
padding-bottom: 20px;
}
.shoplist ul li h4, .shoplist ul li time {
padding-bottom: 10px;
}

#footer ul.box li:last-child a {
font-size: 2rem;
}
}

@media (min-width: 561px) and (max-width: 768px){
#contents ul li a h3 {
font-size: 7vw;
}
#contents ul li a h4 {
font-size: 4vw;
}
#contents ul li a p {
font-size: 3.5vw;
}

#map a {
font-size: 4vw;
}

.shoplist h3, .shoplist div p {
padding-right: 12px;
}
.shoplist h3 span {
padding-left: 12px;
}
.shoplist ul li h4 {
font-size: 4vw;
}
.shoplist ul li time {
font-size: 3vw;
}
.shoplist ul li h5 {
font-size: 3.2vw;
}
}

@media (max-width: 768px){
#contents ul li {
margin-bottom: 30px;
}
#contents ul li:last-child {
margin-bottom: 0;
}

#pickup ul li {
padding-bottom: 20px;
}
#pickup ul li:last-child {
padding-bottom: 0;
}
#pickup ul li a span {
display: table;
background: #000;
color: #fff;
padding: 4px 12px;
margin-bottom: 4px;
}

#areaLink table {
display: table;
margin: 0 auto 50px;
}
#areaLink table tr td {
padding-bottom: 20px;
}
#areaLink tr td a {
font-size: 5vw;
}
#areaLink tr td:nth-child(2) a {
font-size: 4vw;
}

#map {
width: 90%;
margin: 0 auto;
}
#map a[href="#kitakyushu"] {
top: 1%;
left: 66%;
}
#map a[href="#fukuoka"] {
top: 10%;
left: 45%;
}
#map a[href="#kumamoto"] {
top: 36%;
left: 42%;
}
#map a[href="#kagoshima"] {
bottom: 18%;
left: 33%;
}

.shoplist > div {
flex-wrap: wrap;
}

.shoplist > div a {
margin-top: 10px;
}
.shoplist ul li {
width: 48%;
padding-right: 4%;
}
.shoplist ul li:nth-child(2n) {
padding-right: 0;
}
.shoplist ul li {
padding-bottom: 30px;
}
.shoplist ul li:nth-last-child(-n+2) {
padding-bottom: 0;
}
}

@media (min-width: 769px){
#contents ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#contents ul li {
width: 48%;
margin-bottom: 40px;
}
#contents ul li:nth-last-child(-n+2) {
margin-bottom: 0;
}
#contents ul li a h3 {
font-size: 3vw;
}
#contents ul li a h4 {
font-size: 2vw;
}
#contents ul li a p {
font-size: 1.5rem;
}

#pickup ul li a {
display: flex;
}
#pickup ul li a span {
width: 90px;
margin-right: 30px;
border-right: 1px solid #000;
}

#areaLink {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
#areaLink tr td {
padding-bottom: 30px;
}
#map {
width: 42%;
}
#map a[href="#kitakyushu"] {
top: -2%;
left: 65%;
}
#map a[href="#fukuoka"] {
top: 10%;
left: 40%;
}
#map a[href="#kumamoto"] {
top: 36%;
left: 42%;
}
#map a[href="#kagoshima"] {
bottom: 15%;
left: 29%;
}

.shoplist > div a {
transform: translateY(-20%);
}
.shoplist ul li {
padding-bottom: 40px;
}
.shoplist ul li h4 {
font-size: 2.4rem;
}
.shoplist ul li time {
font-size: 1.8rem;
}
.shoplist ul li h5 {
font-size: 2rem;
}
}

@media (min-width: 561px) and (max-width: 1024px){
#what h3 {
font-size: 3vw;
line-height: 180%;
}

#pickup ul li a {
font-size: 1.6rem;
}
#pickup ul li a h4 {
background-size: auto 8px;
padding-right: 70px;
}

#map a {
padding-bottom: 16px;
}
#map a:after {
font-size: 1.9rem;
}

.shoplist div p {
font-size: 2rem;
}
}

@media (min-width: 769px) and (max-width: 1024px){
#areaLink tr td:first-child, #areaLink tr td:nth-child(2) {
padding-right: 30px;
}
#areaLink tr td a {
font-size: 1.8rem;
}
#areaLink tr td:nth-child(2) a {
font-size: 1.6rem;
}
#map {
margin-top: -70px;
}
#map a {
font-size: 2.2rem;
}

.shoplist h3, .shoplist div p {
padding-right: 30px;
}
.shoplist h3 span {
padding-left: 30px;
}
}

@media (min-width: 1025px){
#what h3 {
font-size: 3.6rem;
line-height: 200%;
}

#contents ul li a img {
transition: .3s;
}
#contents ul li a:hover img {
filter: hue-rotate(180deg);
}
#contents ul li a h3 {
font-size: 4rem;
line-height: 130%;
}
#contents ul li a h4 {
font-size: 2.5rem;
}
#contents ul li a p {
font-size: 1.8rem;
}
#contents ul li a span {
background-position: bottom right 10px;
transition: .3s;
}
#contents ul li a:hover span {
background-position: bottom right;
}

#pickup ul li a {
font-size: 2rem;
transition: .3s;
}
#pickup ul li a:hover {
color: #777;
}
#pickup ul li a h4 {
background-size: auto 6px;
padding-right: 70px;
}

#areaLink tr td:first-child, #areaLink tr td:nth-child(2) {
padding-right: 50px;
}
#areaLink tr td a {
font-size: 2.2rem;
}
#areaLink tr td:nth-child(2) a {
font-size: 1.9rem;
}

#map {
margin-top: -90px;
}
#map a {
font-size: 2.6rem;
padding-bottom: 20px;
}
#map a:after {
font-size: 2.4rem;
}
#map a[href="#kitakyushu"] {
top: 0;
right: 5%;
}
#map a[href="#fukuoka"] {
top: 5%;
left: 38%;
}
#map a[href="#kumamoto"] {
top: 36%;
left: 42%;
}
#map a[href="#kagoshima"] {
bottom: 16%;
left: 30%;
}

.shoplist h3, .shoplist div p {
padding-right: 50px;
}
.shoplist h3 span {
padding-left: 50px;
}
.shoplist div p {
font-size: 2.4rem;
}
.shoplist div a:after {
transition: .3s;
}
.shoplist div a:hover:after {
right: 15px;
}
}

@media (min-width: 769px) and (max-width: 1280px){
#pickup ul li:nth-child(2) a span {
padding: 10px 0;
}
#pickup ul li:nth-child(2) a h4 {
padding-top: 10px;
padding-bottom: 10px;
}

.shoplist ul li {
width: 32%;
padding-right: 2%;
}
.shoplist ul li:nth-child(3n) {
padding-right: 0;
}
.shoplist ul li:nth-last-child(-n+3) {
padding-bottom: 0;
}
}

@media (min-width: 1281px){
#contents ul li a h3 {
font-size: 5rem;
}
#contents ul li a p {
font-size: 2rem;
line-height: 200%;
}

#pickup ul li:nth-child(2) a span {
padding: 20px 0;
}
#pickup ul li:nth-child(2) a h4 {
padding-top: 20px;
padding-bottom: 20px;
}

#areaLink tr td:first-child, #areaLink tr td:nth-child(2) {
padding-right: 70px;
}
#areaLink tr td a {
font-size: 2.6rem;
}
#areaLink tr td:nth-child(2) a {
font-size: 2.3rem;
}

#map {
margin-top: -120px;
}
#map a {
font-size: 3.2rem;
padding-bottom: 28px;
}
#map a:after {
font-size: 3rem;
}
#map a[href="#kitakyushu"] {
top: 1%;
right: 5%;
}
#map a[href="#fukuoka"] {
top: 6%;
left: 40%;
}
#map a[href="#kumamoto"] {
top: 38%;
left: 42%;
}
#map a[href="#kagoshima"] {
bottom: 15%;
left: 31%;
}

.shoplist ul li {
width: 24%;
padding-right: 1.333333%;
}
.shoplist ul li:nth-child(4n) {
padding-right: 0;
}
.shoplist ul li:nth-last-child(-n+4) {
padding-bottom: 0;
}
}