@charset "UTF-8";
/* Tools */
/* media quary */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.display-block {
  display: block; }

.hidden {
  display: none !important;
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

/* show only  SP/PC
-------------------------------*/
.sp-only {
  display: none !important; }

.pc-only {
  display: block !important; }

@media screen and (max-width: 640px) {
  .sp-only {
    display: block !important; }
  .pc-only {
    display: none !important; } }

/* font
-------------------------------*/
.bold {
  font-weight: bold; }

/* margin
-------------------------------*/
/* padding
-------------------------------*/

/* キーフレーム */

html {
  font-size: 14px; }

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 100%;
  padding-top: 80px;
  overflow-x: hidden; }

a {
  text-decoration: none; }

@media screen and (max-width: 480px) {
  img {
    max-width: 100%;
    height: auto; } }

/* Layout */
/* ヘッダーレイアウト */


@media screen and (max-width: 800px) {
  body {
    padding-top: 40px; }
  .l-header-inner {
    height: 40px; } }

/* コンテンツレイアウト */
.l-contents {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 240px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.l-inner {
  max-width: 1270px;
  margin: 0 auto; }
  .l-inner._full {
    max-width: 100%; }

/* リストレイアウト */
.l-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  margin: 40px auto;
  padding: 0 16px; }

.l-item {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px; }
.l-item._col5 {
  width: 20%; }

@media screen and (max-width: 800px) {
  .l-item._col5 {
    width: 33%; } }

@media screen and (max-width: 480px) {
  .l-item._col5 {
    width: 50%; } }


/* メイン画像 */
.main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  min-width: 1270px;
  min-height: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 801px) {
.main-sp {
    display: none; }
.main-img {
  top: 0;
  width: 100%;
  min-height: 400px;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover; } }

@media screen and (max-width: 800px) {
.main {
    width: 100%;
    min-width: 100%;
    min-height: 500px;
    padding-top: 0;
    display: none; }

.main-img {
    top: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; } }

/* 見出し画像 */
.headline {
  text-align: center;
  width: 100%;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .headline > img {
    max-width: 100%; }

/* ショップリスト */
.shop-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.icon {
    width: 100%;
    height: 100%;
    margin-top:10px;
    display: -webkit-flex;
    display: flex; }

.sns-icon {
    display: block;
    width: 25%;
	padding:0 8px; }

.item-box {
	border: 1px solid #c9c9c9;
    padding: 16px;}

.icon-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }


.shop-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 8px; }

.name {
  font-size: 16px;
  line-height: 24px; }

.shop-name {
  font-size: 14px;
  line-height: 22px; }

/* 枠のみボタン */
.shadow-button {
  display: block;
  max-width: 80%;
  height: 66px;
  border: 3px solid #fff;
  margin: 0 auto;
  line-height: 66px;
  text-align: center;
  font-size: 16px;
  font-weight: bold; }




/* フッター */
footer div.copyright {
    position: relative;
    bottom: 0;
    width: calc(100% - 20px);
    background-color: #111;
    text-align: center;
    padding: 10px;
}

footer div.copyright span {
  color: #9c3;
}

@media screen and (min-width: 801px) {
footer div.copyright {
    margin-bottom: 0; } }

@media screen and (min-width: 801px) {
footer div.copyright span {
    font-size: 14px; } }

@media screen and (max-width: 800px)　{
footer div.copyright span {
    font-size: 12px; } }


/* State */
.is-hide {
  display: none; }

/* Theme */
body {
  background: #fff;
  color: #000; }

a {
  color: #000; }

/* 追加分 2017/12/21 */
body{
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
}
@media only screen and (max-width:767px){
  footer div.copyright{
    font-size: 12px;
  }
}
