@charset "utf-8";

/* Reset */
*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}

html {
	scroll-behavior: smooth;
  scroll-padding-top: 180px;
}
@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* color */
:root{
    --theme-red: #840634;
    --theme-orange: #d45b01;
    --theme-yellow: #b69c07;
    --theme-purple: #643483;
    --theme-green: #686d2e;
}
body {background: #fff;color: #111;}

/* font */
body {font-family: "FP-ヒラギノUD角ゴ StdN W4","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;}
h3{font-family: "FP-ヒラギノUD角ゴ StdN W6";}
.copper,.title-en {font-family: "CopperplateGothicLTPro-31AB";}

/* font-size */
:root{
  --font10: .625rem;
  --font11: .6875rem;
  --font12: .75rem;
  --font13: .8125rem;
  --font14: .875rem;
  --font15: .9375rem;
  --font16: 1rem;
  --font18: 1.125rem;
  --font20: 1.25rem;
  --font24: 1.5rem;
  --font28: 1.75rem;
  --font32: 2rem;
  --font40: 2.5rem;
  --font48: 3rem;
}
body {font-size: var(--font16);line-height: 1.4;}
@media (max-width: 767px){
  body{font-size: var(--font14);line-height: 1.4;}
}

/* --- ロゴエリア --- */
.logowrap {
    background-color: rgb(255 255 255 / 80%);
    padding: 4rem .5rem;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    position: absolute;
    margin: 1rem 0 0 1rem;
    text-align: center;
}
.logowrap h1 {
    width: 90%;
    max-width: 200px;
    margin: 0 auto;
}
.logowrap h2 {
    font-size: var(--font14);
    margin: .5rem 0 0;
}
@media (min-width: 768px){
.logowrap {
    top: 10%;
    left: 5%;
    padding: 10rem 1rem;
    max-width: 25rem;
    border-radius: 50%;
    width: 25rem;
    height: 25rem;
    margin: 1rem;
}
.logowrap h1 {
    max-width: 300px;
}
.logowrap h2 {
    font-size: var(--font18);
    margin: 2rem 0 0;
}
}

/* --- 地図コンテナ --- */
.map-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    /* background-color: #000; */
}
.map-image-sp {
    width: 100%;
    max-width: 768px;
    display: block;
}
.map-image-pc {
    display: none;
}
@media (min-width: 768px){
.map-image-sp {
    display: none;
}
.map-image-pc {
    width: 100%; 
    display: block;
}
}

/* --- お店のマーカー（ボタン） --- */
.store-marker {
    position: absolute; 
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
}
.store-marker img {
    width: 28px;
    height: auto;
    display: block;
}
.store-marker:hover {
    opacity: 0.85;
}

.mk-marugo1{left: 46%; top: 60%;}
.mk-marugo2{left: 79%; top: 54%;}
.mk-grande{left: 34%; top: 60%;}
.mk-371{left: 53%; top: 66%;}
.mk-3355{left: 60%; top: 66%;}
.mk-xc{left: 66%; top: 69%;}
.mk-claudia2{left: 69%; top: 55%;}
.mk-sobaju{left: 60%; top: 56%;}
.mk-briccola{left: 74%; top: 37%;}
.mk-violet{left: 78%; top: 40%;}
.mk-donaiya{left: 76%; top: 58%;}
.mk-otto{left: 17%; top: 30%;}
.mk-pelota{left: 64%; top: 72%;}

@media (min-width: 768px){
.store-marker img {
    width: 40px;
}

.mk-marugo1{left: 76%;top: 62%;}
.mk-marugo2{left: 90%; top: 53%;}
.mk-grande{left: 71%; top: 63%;}
.mk-371{left: 79%; top: 72%;}
.mk-3355{left: 82%; top: 72%;}
.mk-xc{left: 85%; top: 77%;}
.mk-claudia2{left: 86%; top: 54%;}
.mk-sobaju{left: 82%; top: 56%;}
.mk-briccola{left: 88%; top: 24%;}
.mk-violet{left: 90%; top: 30%;}
.mk-donaiya{left: 89%; top: 59%;}
.mk-otto{left: 27%; top: 23%;}
.mk-pelota{left: 63%; top: 76%;}

}

.poyooon {
  animation: poyooon-loop 5s linear infinite;
}
@keyframes poyooon-loop {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  1.8%  { transform: scale(1.1, 0.9) translate(0%, 5%); } 
  7.2%  { transform: scale(1.2, 0.8) translate(0%, 15%); } 
  9%  { transform: scale(1.0, 1.0) translate(0%, 0%); } 
  10.8%  { transform: scale(0.9, 1.2) translate(0%, -100%); } 
  13.5%  { transform: scale(0.9, 1.2) translate(0%, -20%); }
  15.3%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
  18%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

/* --- ポップアップ --- */
.popup {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* 半透明の黒い背景 */
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* is-activeクラスが付与されたら表示する */
.popup.is-active {
    opacity: 1; 
    visibility: visible;
}
.popup-content {
    background-color: rgb(255 255 255 / 80%);
    padding: 2rem;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
}
.popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 3rem;
    cursor: pointer;
    font-weight: 100; 
}
.popup-content img.logo {
    margin: 2rem auto 3rem;
    width: 80%;
    height: auto;
    max-height: 180px;
}
.popup-content h3{
    margin: 0 0 1rem;
    font-size: var(--font16);
}
.popup-content h4{
    margin: 0 0 1rem;
    font-weight: normal;
    line-height: 1.5rem;
    font-size: var(--font14);
}
@media (max-width: 767px){
.popup-content h4{
    font-size: var(--font12);
}
}
.popup-content .link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.popup-content a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font14);
}
.popup-content a.link1 {
    margin: 0 0 .5rem;
    width: 100%;
    height: 3rem;
    background: #000;
    color: #fff;
}
.popup-content a.link1:hover {
    background: #fff;
    color: #000;
}
.popup-content a.link2, .popup-content a.link3 {
    margin: 0 0 1.8rem 0;
    width: 49%;
    height: 3rem;
    background: #fff;
    border: solid 1px #000;
    color: #000;
}
.popup-content a.link2:hover, .popup-content a.link3:hover {
    background: #000;
    color: #fff;
}
.popup-content a.link2 {
    margin: 0 2% 1rem 0;
}
.popup-content .info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.popup-content .info span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font12);
}
.popup-content .info1{
    margin: 0 2% .5rem 0;
    width: 49%;
    height: 1.6rem;
    background: var(--theme-red);
    color: #fff;
}
.popup-content .info2 {
    margin: 0 0 .5rem;
    width: 49%;
    height: 1.6rem;
    background: var(--theme-orange);
    color: #fff;
}
.popup-content .info3 {
    margin: 0 0 .5rem;
    width: 100%;
    height: 1.6rem;
    background: var(--theme-green);
    color: #fff;
}

/* --- アイコン --- */
/* .popup-close{
    font-family: 'Font Awesome 6 Free';
    font-weight: 100;  
    font-display: swap;
}
.popup-close::before{
    content:'\58';
} */
.popup-content a::before,.popup-content .info span::before{
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;  
    font-display: swap;
    padding-right: .5rem;
}
.popup-content a.link1::before{
    content:'\f08e';
}
.popup-content a.link2::before{
    content: '\f3c5';
}
.popup-content a.link3::before{
    content: '\f3cf';
}
.info span.info1::before{
    content:'\f4e3';
}
.info span.info2::before{
    content:'\f073';
}
.info span.info3::before{
    content: '\f017';
}

.map-info {
    width: 80%;
    max-width: 700px;
    margin: 2rem auto 0;
}
.map-info p{
    line-height: 2;
}
.map-info-btm {
    margin: 2rem auto 5rem;
}

/* かぎ括弧風ボックス */
.map-info {
   --border-color: #ccc; 
   position: relative;
   background: #f8f8f8;
   padding: 2rem;
}

.map-info::before,
.map-info::after {
   content: '';
   width: 20px;
   height: 30px;
   position: absolute;
}

.map-info::before {
   border-left: 1px solid var(--border-color); 
   border-top: 1px solid var(--border-color);
   top: 0; 
   left: 0;
}

.map-info::after {
   border-right: 1px solid var(--border-color); 
   border-bottom: 1px solid var(--border-color);
   bottom: 0; 
   right: 0; 
}

/*---------------------------
 エリア(.area-btn/area-box)
 ----------------------------*/
.area-btn ul {
    display: flex;
    margin: 3rem auto;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.area-btn li{
    list-style-type: none;
}
.area-btn li a {
    display: block;
    background: #fff;
    border: solid 1px #999;
    filter: drop-shadow(2px 2px 2px #eee);
    padding: 0.5rem 0 0.2rem;
    width: 14rem;
    margin: 0.5rem;
    position: relative;
    font-size: var(--font14);
    line-height: 1.1rem;
    text-align: center;
    text-decoration: none;
    /* color: #000; */
}
.area-btn li a::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-display: swap;
    position: absolute;
    right: 0;
    bottom: 3px;
    content: '\f054';
    color: #e1e1e1;
    font-size: var(--font24);
}
.area-btn li a span{
    font-size: var(--font10);
    display: block;
}
.area-btn li a:hover {
    background: #000;
    color: #fff;
}
@media (min-width: 1024px) {
.area-btn ul {
    display: flex;
    flex-direction: row;
    margin: 3rem auto 5rem;
}
.area-btn li a {
    width: 10rem;
}
}
@media (min-width: 1400px) {
.area-btn li a {
    width: 16rem;
}
}

.area-box {
    position: relative;
    isolation: isolate;
    margin: 5rem auto 2rem;
}
.area-box h2,.area-btn h2 {
    font-size: var(--font20);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 1rem;
}
.area-box h2 span,.area-btn h2 span {
    font-size: var(--font12);
    font-weight: normal;
	margin: .2rem 0 0;
}
@media (min-width: 1024px) {
    .area-box {
    margin: 10rem auto 2rem;
}
    .area-box h2,.area-btn h2 {
        font-size: var(--font24);
        margin: 0 auto 2rem;
    }
}

/* --- item --- */
.itemwrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 5rem;
    padding: 0 2%;
}
.item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0px;
    border: 1px solid #999;
    background: #fff;
    margin: 0 2% 1rem;
    filter: drop-shadow(2px 2px 2px #eee);
    position: relative;
}
.itemwrap a,.itemwrap a:hover{
    text-decoration: none;
    /* color: #000; */
}
.itemwrap a:hover{
    opacity: 0.7;
}
/* --- 左側：ロゴbox --- */
.logo-box {
    flex-shrink: 0;
    width: 25%;
    aspect-ratio: 1 / 1;
    padding: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.logo-box img {
    display: block;
    max-height: 100px;
    height: auto;
}
/* --- 右側：店舗情報box --- */
.info-box {
    display: flex;
    flex-direction: column;
    gap: 1px;
    width: 100%;
}
.shop-name {
    font-size: var(--font16);
    font-weight: bold;
    margin: .5rem 0 0 .5rem;
}
.shop-name span{
    font-size: var(--font10);
    font-weight: normal;
    margin: 0 0 0 .5rem;
}
.shop-detail {
    font-size: var(--font10);
    margin: .3rem .5rem 0;
    height: auto;
}
/* --- エリアと時間情報の共通スタイル --- */
.info-row {
    display: flex;
    gap: .2rem;
    font-size: var(--font10);
    padding: 2px;
}
/* --- エリア情報（2:1で分割） --- */
.area-info {
    text-align: center;
    color: #fff;
}
.area-info span.area-1 {
    flex: 2;
    background: var(--theme-red);
}
.area-info span.area-2 {
    flex: 1;
    background: var(--theme-orange);
}
/* --- 時間情報（1:1:1で分割） --- */
.time-info {
    text-align: center;
    color: #fff;
}
.time-info span.time-1 {
    flex: 1;
    background: var(--theme-yellow);
}
.time-info span.time-2 {
    flex: 1;
    background: var(--theme-purple);
}
.time-info span.time-3 {
    flex: 1;
    background: var(--theme-green);
}
/* --- 時間情報（1:2で分割） --- */
.time-info span.time-4 {
    flex: 1;
    background: var(--theme-purple);
}
.time-info span.time-5 {
    flex: 2;
    background: var(--theme-green);
}
span.bg-off{
    background: #ccc !important;
}

/* --- エリア/時間のアイコン --- */
.area-info span::before,.time-info span::before{
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;  
    font-display: swap;
    padding-right: .2rem;
}
.area-info span.area-1::before{
    content:'\f4e3';
}
.area-info span.area-2::before{
    content:'\f3c5';
}
.time-info span.time-1::before{
    content:'\f2e7';
}
.time-info span.time-2::before,.time-info span.time-4::before{
    content:'\f005';
}
.time-info span.time-3::before,.time-info span.time-5::before{
    content:'\f017';
}

@media (min-width: 576px) {
.itemwrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
}
.item {
    display: flex;
    flex-direction: column;
    width: 240px;
    margin-left: .5rem;
}
.logo-box {
    width: 100%;
    padding: 0;
    border-bottom: solid 1px #ccc;
}
.logo-box img {
    max-width: 80%;
    min-width:70%;
    max-height: 180px;
}
}

@media (min-width: 1024px) {
  .itemwrap {
  /* justify-content: flex-start; */
  margin: 0 auto 10rem;
  max-width: 1300px;
  }
  .shop-detail {
  margin: .5rem;
  height: 5rem;
  }
  .shinbashi-aichi-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  }
  .shinbashiwrap {
  margin: 0 8rem;
  }
  .aichiwrap {
  margin: 0 8rem;
  }
}

/* ------------
	footer
---------------*/
footer {
    margin: 0;
    padding: 0;
}
#copy{
    font-size: var(--font12);
    text-align: center;
    padding: 0;
}
a#top-button {
    z-index: 5;
    color: #fff;
    background-color: rgb(88 88 88 / 30%);
    border-color: #fff;
    opacity: 0.5;
    border-radius: 10%;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: .5rem;
    margin-bottom: .5rem;
    font-size: var(--font28);
    padding: .5rem 1rem;
}

/* @@. Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clear {
    clear: both;
}

/* スクロールでクラス付与 */
.js-scroll {
  opacity : 0;
  transition:all 2s;
}
.js-scroll.is-active {
  opacity : 1;
}