@charset "utf-8";
/*
	http://meyerweb.com/eric/tools/css/reset/
   v2.0
   リセット css
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -------------------------------------------------------------- */
html{
  font-size: 62.5%;
}
  
body{
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
	font-size:1.6rem;/* 16px*/
  line-height:2;
  letter-spacing: 0.1em;
	background:#ffffff;
	-webkit-text-size-adjust:100%;
	margin: 0;
}
a{
  color: #000000;
}
.container{
  margin: 0 auto;
  width: 100%;
}
.inner{
  width: 90%;
  margin: 0 auto;
}
/* ページトップ
------------------------------------------------------------*/
#page_top{
  position: fixed;
  right: 15px;
  bottom: 65px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
  border: solid 1px #ff3333;
}
#page_top a{
  color: #ff3333;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106' ;
  font-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 10px;
  color: #ff3333;
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* フェードインアニメ
------------------------------------------------------------*/
/*同じ場所にフェードイン*/
.fade01 {
  opacity: 0.8;
  transition: all 1s;
}
.fade01.scrollin {
  opacity: 1;
}
/*下から上にフェードイン*/
.fade02 {
  opacity: 0.1;
  transform: translateY(50px);
  transition: all 1s;
}
.fade02.scrollin {
  opacity: 1;
  transform: translateY(0);
}


h2 img{
  max-width: 100%;
  margin: 0 auto;
}
/*****************
/* header
------------------------------------------------------------*/
#header{
  margin: 20px 0 0 0;
  text-align: center;
}
/** ロゴ **********
----------------------*/
h1 img{
  margin: 0 auto;
}

/** メニュー **********
----------------------*/
#mainNav {
  margin: 0 auto;
}
#mainNav ul,#shoplist_menu ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}
#mainNav ul li,#shoplist_menu ul li{
  font-size: 1.8vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 15px 10px;
  text-align: center;
}
#mainNav ul li a,#shoplist_menu ul li a{
  text-decoration: none;
  /* color: #fff; */
  padding: 10px 25px;
}
#mainNav ul li:hover,
#shoplist_menu ul li:hover,
.current-menu-item{
  background-color: #ff3333;
  border-radius: 5px;
  color: #fff;
}
#mainNav ul li a:hover,
#shoplist_menu ul li a:hover{
  color: #fff;
}

/*****************
/* top image
------------------------------------------------------------*/
#top_img img{
  width: 100%;
}
/*****************
/* message
------------------------------------------------------------*/
#message{
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 20px auto;
  text-align: center;
}
.message_text{
  margin: 0 10%;
}
.message_text p{
  margin: 40px;
}
/*****************
/* messageBox
------------------------------------------------------------*/
#messageBox{
  text-align: center;
  background-color: #f6f6f6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}
#messageBox .box1 img,
.box4 img{
  width: 100%;
  vertical-align: bottom;
}
.box2,.box3{
  /* font-size: 20px; */
  font-size: 1.2vw;
  padding: 0 10%;
}
.box2 img ,.box3 img{
  margin: 10px 0;
  width:  20%;
}
/*****************
/* line_up
------------------------------------------------------------*/
#line_up{
  margin: 0 auto;
  padding-top: 50px;  /* ヘッダーの分あける */
  text-align: center;
}
.accept{
  font-size: 22px;
}
/*****************
/* ショップリスト
------------------------------------------------------------*/
#shop_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.shop{
    margin: 50px;
    text-align: center;
    max-width: 450px;
    width: 450px;
}
/* 店名で探す */
.shop_tenmei{
  background-color: #f6f6f6;
  border: #666666 solid 1px;
  margin: 15px 15px 0 15px;
  text-align: center;
  max-width: 450px;
  width: 450px;
}
.shop_genre{
  color: #ff3333;
  line-height: 0.8;
  margin-top: 10px;
}
.shop_sub{
  font-size: 2.2rem;
  margin-right: 24px;
}
.shop_nm{
  font-size: 2.8rem;
  margin-bottom: 10px;
}
.shop_nm a{
  text-decoration: none;
}
.shop_img{
  height: 400px;
  max-width: 100%;
  object-fit: cover;
  width: 400px;
}
.shop_icon{
  display: flex;
  margin: 20px auto;
  width: 150px;
}
.shop_icon li{
  margin: 0 auto;
}
.shop_icon li p{
  font-size: 8px;
}
.shop_detail{
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-size: 1.8rem;
  height: 160px;
}
.shop_detail dt{
  width: 110px;
  line-height: 1.5em;
}
.shop_detail dd {
  line-height: 1.5em;
  width: calc(100% - 110px);
  word-wrap: break-word;
}
.menu_btn{
  background-color: #ff3333;
  border-radius: 3px;
  margin: 20px auto;
  padding: 5px;
  width: 200px;
}
.menu_btn a{
  color: #ffffff;
  text-decoration: none;
}

/*****************
/* チラシ
------------------------------------------------------------*/
#flyer{
  text-align: center;
}
#flyer h2{
  display: inline-block;
  font-size: 25px;
  position: relative;
  margin-bottom: 60px;
}
#flyer h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
#flyer img{
  border: #666666 solid 1px;
  margin: 5px;
  width: 45%;
}
/*****************
/* footer
------------------------------------------------------------*/
footer{
  clear: both;
  margin: 50px 0 0 0;
  background-color: #f6f6f6;
  text-align: center;
  font-size: 18px;
}
.footer_p{
  padding: 50px 0;
 
}
footer a{
  text-decoration: none;
}
#footer_menu {
  display: inline-block;
  padding: 0;
  font-size: 1.4rem;
}
#footer_menu ul li::after {
  content: " | ";
}
#footer_menu ul li:last-child::after  {
  content: " ";
}
#footer_menu ul li {
  display: inline;
}
#footer_top_menu{
  background-color: #666666;
  color: #ffffff;
  padding: 5px;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:1025px){
  .pc{
    display: block;
  }
  .sp{
    display: none;
  }
  /** メニュー **********
  ----------------------*/
  nav div.panel{display:block !important;}
  #mainNav ul  .current-menu-item  li a, #shoplist_menu ul .current-menu-item  a{
    color: #fff;
  }
}


/* tablet,スマホ用
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .inner{
    width: 100%;
  }
  h2 img{
    width: 100%;
    height: 40px;
    object-fit: cover;
  }

  /** ヘッダー **********
  ----------------------*/
  #header{
    display: grid;
    grid-template-columns: auto 60px;
    margin: 0;
    background-color: #ffffff;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    opacity: 0.9;
    padding-right: 0;
    padding-top:10px;
    z-index: 500;
  }
  /** ロゴ **********
  ----------------------*/
  h1{
    font-size: 1rem;
    text-align: left;
    padding-left: 10px;
  }
  h1 img{
    margin: 0;
    max-width: 100%;
  }
  /** トップページ画像 ***
  ----------------------*/
  #top_img{
    margin-top: 60px;
  }
  /* メニュー
  ----------------------*/
  nav#mainNav{
    clear:both;
    margin-top:15px;
    padding:0;
  }
  nav#mainNav a.menu{
    width:100%;
    display:block;
    line-height:0.8;
    font-weight: bold;
    color:#666666;
  }
  nav#mainNav a#menu span{padding:5px 5px;margin: 0;}
  nav#mainNav a span:before{content:"≡ ";font-size: 45px;}
  nav#mainNav a.menuOpen span:before{content:"× ";}
  nav#mainNav a#menu:hover{cursor:pointer; }
  nav .panel{
    display:none;
    width:80%;
    position: fixed;
    height: 100%;
    right:0;
    z-index:1;
  }

  nav#mainNav ul{
    display: block;
    margin:0;
    padding:0;
    /** メニューのスクロール */
    max-height: 80%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  nav#mainNav ul li{
    font-size: 20px;
    float:none;
    clear:both;
    width:100%;
    height:auto;
    line-height:1.2;
    margin: 0;
  }
  nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
    display: block;
    padding:15px 10px;
    text-align:left;
    border-bottom:1px solid #000000;
    background:#f6f6f6;
  }
  #mainNav ul li a:hover{
   color: #fff; 
   background-color: #ff3333;
  }
  .sub-menu-title{
    background:#666666;
    color: #fff;
    margin: 0;
    padding:15px 0 0 0;
  }
  nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
    padding-left:40px;
    background:#f6f6f6;
  }
  /* message
  ----------------------------------*/
  #message{
    font-size: 2rem;
    margin: 10px auto;
  }
  .message_text{
    margin: 0 10px;
  }
  /* messageBox
  ----------------------------------*/
  #messageBox{
    grid-template-columns: 1fr;
  }
  .box2,.box3{
    font-size: 1.8rem;
    padding: 10px 10px 30px 10px;
  }
  .box1{ order:2;  }
  .box2{ order:1;  }
  .box3{ order:3;  }
  .box4{ order:4;  }

  /* ショップリストの前のメニュー
  ----------------------------------*/
  #shoplist_menu ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #shoplist_menu ul li,.accept{
    font-size: 2.2rem;
    margin: 2px;
    padding:2px;
    background-color: #f6f6f6;
  }
  #shoplist_menu ul li a:hover,
  .current-menu-item {
    border-bottom: 1px solid #ff3333;
    border-radius: 0;
    background-color:none;
  }
 /* ショップリスト
  ----------------------------------*/
  .shop_detail{
    height: auto;
  }
  /* フッター
  ----------------------------------*/
  footer{
    font-size: 16px;
  }
  #footer_menu{
    width: 100%;    
  }
  #footer_menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #footer_menu ul li::after {
    content: " ";
  }
  #footer_menu ul li{
    /* font-size: 2.2rem; */
    border-top: #666666 solid 1px;
    border-right: #666666 solid 1px;
    border-left: #666666 solid 1px;
    margin: 0;
    padding:5px;
    /* width: 100%; */
  }
  #footer_menu ul li a:hover{
    border-bottom: 1px solid;
  }
  #footer_top_menu{
    font-size: 1.6rem;
  }
  
/* スマホ用
------------------------------------------------------------*/
  @media only screen and (max-width:500px){
    /* メニュー
    ----------------------------------*/
    nav#mainNav a span:before{font-size: 35px;}
     /* message
    ----------------------------------*/
    #message{
      font-size: 1.8rem;
      margin: 10px auto;
    }
    .message_text{
      margin: 0 10px;
    }
    /* messageBox
    ----------------------------------*/
    .box2,.box3{
      font-size: 1.6rem;
    }
    
    /* ショップリストの前のメニュー
    ----------------------------------*/
   #shoplist_menu ul li,.accept{
     font-size: 1.8rem;
   }
   
    /* ショップリスト
    ----------------------------------*/
    .shop {
      margin: 0;
      padding:30px 10px;
      width: 100%;
    }
    .shop_detail{
      font-size: 1.6rem;
    }
    /* チラシ
    ----------------------------------*/
    #flyer img{
      margin: 0 ;
      width: 90%;
    }
  }
}

/* 
* 準備中のみ 
***準備中が終了したら削除↓
*/
#pre{
  background-color: #f6f6f6;
  margin: 100px 0 ;
  text-align: center;
}
.pre_style{
  font-size: 30px;
  color: #ff3333;
}
#pre img{
  margin: 50px 10px;
  max-width: 100%;
}
.contact{
  background-color: #ff3333;
  border-radius: 15px;
  display: inline-block; 
  font-size: 20px;
  /* line-height: 20px; */
  padding: 20px 0;
  margin: 10px auto;
  width: 300px;
  height: 35px;
}
.contact a,.sponsor_contact a{
  color: #fff;
  text-decoration: none;
}
.contact:hover,.sponsor_contact:hover{
  opacity: 0.9;
  font-size: 21px;
}
.contact_yellow{
  background-color: #e48800;
}
.sponsor_contact{
  background-color: green;
  border-radius: 15px;
  color: #fff;
  display: inline-block; 
  font-size: 20px;
  line-height: 20px;
  padding: 20px 0;
  margin: 10px auto;
  width: 300px;
  height: 35px;
}
