@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@-ms-viewport {
  width: device-width;
}
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  height: 100%;
  font-size: 1.6rem;
  color: #506280;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header, nav, article, aside, section, footer {
  display: block;
  /*←新要素はデフォルトではinline要素なのでこの指定が必要。*/
}

header, nav, article, aside, section, footer {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #506280;
}

header, section.extend-header {
  background-image: url("../images/bg.png");
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}

iframe {
  max-width: 100%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

section.wrap {
  margin-left: 10px;
  margin-right: 10px;
}

section.header {
  position: relative;
  height: 85px;
}
section.header .main-logo {
  margin-top: 5px;
  width: 380px;
  height: auto;
}
section.header > .inner {
  width: calc(100% - 70px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
section.header div.global-search {
  position: absolute;
  right: 80px;
  bottom: 10px;
  height: 34px;
  border: 1px solid #ccc;
  background: linear-gradient(#fafafa, #ffffff);
  width: 250px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
section.header div.global-search input[type=text] {
  height: 32px;
  width: 200px;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 14px;
  background: transparent;
}
section.header div.global-search input[type=submit] {
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
  background-image: url("../images/icon_search.png");
  background-position: center;
  margin-right: 10px;
  background-size: auto 90%;
  background-repeat: no-repeat;
}
section.header nav.header-menu {
  width: 100%;
}
section.header nav.header-menu ul {
  margin: 8px 0;
  height: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
section.header nav.header-menu ul > :last-child {
  border-right: none;
}
section.header nav.header-menu ul li {
  border-right: 1px solid #333;
  padding: 0 3%;
}
section.header nav.header-menu ul li a {
  width: 100%;
  display: block;
  font-size: 1.3rem;
  color: #000;
}
section.header nav.header-menu ul li a:hover {
  text-decoration: underline;
  font-weight: 800;
  color: #6495ED;
}

div.global-search-newpod {
  height: 32px;
  border: 1px solid #ccc;
  background: linear-gradient(#fafafa, #ffffff);
  width: 250px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
div.global-search-newpod input[type=text] {
  height: 30px;
  width: 200px;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 14px;
  background: transparent;
}
div.global-search-newpod input[type=submit] {
  width: 15px;
  height: 15px;
  border: none;
  background-color: transparent;
  background-image: url("../images/icon_search.png");
  background-position: center;
  margin-right: 10px;
  background-size: auto 90%;
  background-repeat: no-repeat;
}

section.fang1 {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}
section.fang1 > section {
  position: relative;
}
section.fang1 > section a#menuBtn {
  position: absolute;
  top: 0;
  right: -10px;
  display: inline-block;
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: auto;
  opacity: 0.9;
}

nav.global {
  background-color: #46b257;
  color: #fff;
}
nav.global a {
  padding: 0px 15px;
  margin: 10px 0;
  border-right: 2px solid #f9fbe7;
  color: #fff;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
nav.global a.home {
  background-image: url("../images/menu_home_off.png");
}
nav.global a.blog {
  background-image: url("../images/menu_blog_off.png");
}
nav.global a.about {
  background-image: url("../images/menu_about_off.png");
}
nav.global a.cycle {
  background-image: url("../images/menu_cycle_off.png");
}
nav.global a.shop {
  background-image: url("../images/menu_shop_off.png");
}
nav.global a.support {
  background-image: url("../images/menu_support_off.png");
}
nav.global a.event {
  background-image: url("../images/menu_event_off.png");
}
nav.global ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
nav.global ul li {
  width: calc(100% / 7);
}
nav.global ul li.before a {
  border-right: 2px solid #00a34c;
}
nav.global ul li img {
  width: 80%;
}
nav.global ul li.selected {
  background-color: #f9fbe7;
}
nav.global ul li.selected a.home {
  background-image: url("../images/menu_home_on.png");
}
nav.global ul li.selected a.blog {
  background-image: url("../images/menu_blog_on.png");
}
nav.global ul li.selected a.about {
  background-image: url("../images/menu_about_on.png");
}
nav.global ul li.selected a.cycle {
  background-image: url("../images/menu_cycle_on.png");
}
nav.global ul li.selected a.shop {
  background-image: url("../images/menu_shop_on.png");
}
nav.global ul li.selected a.support {
  background-image: url("../images/menu_support_on.png");
}
nav.global ul li.selected a.event {
  background-image: url("../images/menu_event_on.png");
}
nav.global ul li:last-child a {
  border: none;
}

section.extend-header div.gallery {
  margin-top: 15px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
section.extend-header div.gallery div.side1 {
  width: 65%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
section.extend-header div.gallery div.side1 img {
  border-radius: 10px;
}
section.extend-header div.gallery div.side1 div {
  line-height: 50px;
  text-align: center;
}
section.extend-header div.gallery div.side2 {
  width: 32%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
section.extend-header div.gallery div.side2 .news-wrap {
  position: relative;
}
section.extend-header div.gallery div.side2 .news-wrap img.ichirane {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
}
section.extend-header div.gallery div.side2 .news {
  flex-grow: 1;
  margin-bottom: 10px;
}
section.extend-header div.gallery div.side2 a.sday {
  background-color: #f9fbe7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
}
section.extend-header div.gallery div.side2 a.sday .inner {
  margin: 10px 10px;
}
section.extend-header div.gallery div.side2 a.sday .inner img {
  width: 100%;
}
section.extend-header div.gallery div.side2 a.sday.mday {
  margin-bottom: 10px;
}
section.extend-header div.gallery div.side2 .mb10 {
  margin-bottom: 10px;
}
section.extend-header div.gallery div.side2 h3 {
  background-color: #b73513;
  width: 160px;
  padding: 10px;
  color: #fff;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px;
  border-radius: 15px 15px 0 0;
  margin-left: 20px;
  text-align: center;
  font-size: 1.8rem;
}
section.extend-header div.gallery div.side2 .news {
  max-height: 188px;
  background-color: #f9fbe7;
  overflow-y: scroll;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
section.extend-header div.gallery div.side2 .news ul {
  margin: 10px 20px;
}
section.extend-header div.gallery div.side2 .news ul li {
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
section.extend-header div.gallery div.side2 .news ul li a {
  color: #506280;
  display: block;
}
section.extend-header div.gallery div.side2 .news ul li p.date {
  font-size: 1.2rem;
  line-height: 1.7;
}
section.extend-header div.gallery div.side2 .news ul li p.title {
  font-size: 1.4rem;
  line-height: 1.5;
}

section.top-blog {
  margin: 40px 0 10px 0;
  padding-top: 50px;
  position: relative;
}
section.top-blog img.newblog-img {
  position: absolute;
  width: 550px;
  max-width: 95%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.top-blog div.sub-carousel {
  margin: 60px 0 40px 0;
}
section.top-blog div.sub-carousel .carousel-cell {
  margin-left: 15px;
  margin-right: 15px;
  width: 200px;
  background-color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
section.top-blog div.sub-carousel .carousel-cell img {
  width: 200px;
  height: 140px;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 0 0;
}
section.top-blog div.sub-carousel .carousel-cell div.article {
  width: 200px;
  height: 140px;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0;
  border-radius: 0 0 20px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
section.top-blog div.sub-carousel .carousel-cell div.article h4 {
  font-size: 1.4rem;
  font-weight: 900;
  padding: 5px 10px;
  line-height: 1.2;
  min-height: 36px;
  height: 36px;
  max-height: 36px;
  overflow: hidden;
}
section.top-blog div.sub-carousel .carousel-cell div.article p.date {
  margin: 5px 10px 3px 10px;
  font-size: 1.2rem;
}
section.top-blog div.sub-carousel .carousel-cell div.article div.excerpt {
  flex-grow: 1;
  font-size: 1.2rem;
  margin: 0 10px 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.7;
  height: 65px;
  max-height: 65px;
  overflow: hidden;
}

div.main-carousel {
  display: none;
}
div.main-carousel div {
  width: 100%;
}

main {
  flex: 1 0 auto;
  background-color: #fcfcf3;
}
main section.main {
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
main section.main div.result {
  width: 70%;
  min-width: 70%;
  margin-right: 30px;
  margin-top: 50px;
  padding-bottom: 10px;
}
main section.main aside {
  max-width: 472px;
  margin-top: 50px;
  flex-grow: 1;
}
main section.main aside a.banner {
  display: block;
  margin-bottom: 20px;
}

p.attention-ex {
  font-size: 1.2rem;
  padding: 0 1rem;
  color: #888;
}

aside.sidebar section.ranking {
  max-width: 270px;
  margin: 0 0 30px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
aside.sidebar section.ranking h3 {
  position: relative;
  background-color: #fedf00;
  font-size: 2.2rem;
  text-align: center;
  padding: 15px 0;
  font-weight: 900;
}
aside.sidebar section.ranking h3:before {
  position: absolute;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 24px;
  /*画像の幅*/
  height: 24px;
  /*画像の高さ*/
  left: 10px;
  top: 13px;
  background-image: url("../images/icon_ranking.png");
  background-size: contain;
  vertical-align: middle;
}
aside.sidebar section.ranking ul {
  background-color: #fff;
  width: 100%;
}
aside.sidebar section.ranking ul li {
  width: 100%;
  margin: 13px 0p;
  padding: 13px 0;
  border-bottom: 2px dotted #26a69a;
}
aside.sidebar section.ranking dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
aside.sidebar section.ranking dl dt {
  display: table;
  width: 40px;
  margin: 5px;
}
aside.sidebar section.ranking dl dt p.circle {
  display: table-cell;
  vertical-align: middle;
  background-color: #26a69a;
  font-weight: 900;
  font-size: 2.4rem;
  color: #fff;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
aside.sidebar section.ranking dl dd {
  margin: 0 5px;
}
aside.sidebar section.ranking dl dd p.title {
  font-size: 1.4rem;
  line-height: 1.5;
  max-height: 42px;
  overflow: hidden;
}
aside.sidebar section.ranking dl dd p.date {
  font-size: 1.2rem;
}
aside.sidebar section.ranking dl dd p.shop_name {
  font-size: 1.2rem;
  margin-top: 5px;
  font-weight: 700;
}

div.lineup-panel {
  width: 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  margin-bottom: 30px;
}
div.lineup-panel div {
  width: calc( (100% / 4) - 2px);
  margin: 1px;
  background-color: #fff;
}
div.lineup-panel div a {
  display: block;
  margin: 10px;
}
div.lineup-panel div a img {
  background-color: #fff;
}

h1.top, h2.top {
  max-width: 100%;
  position: relative;
  background-color: #fedf00;
  font-size: 2.2rem;
  padding: 15px 0 15px 70px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.4;
}
h1.top:before, h2.top:before {
  position: absolute;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 60px;
  /*画像の幅*/
  height: 40px;
  /*画像の高さ*/
  left: 5px;
  top: 10px;
  background-size: contain;
  vertical-align: middle;
}
h1.top.lineup:before, h2.top.lineup:before {
  background-image: url("../images/icon_sect_cycle.png");
}
h1.top.searchshop:before, h2.top.searchshop:before {
  background-image: url("../images/icon_sect_shop.png");
}
h1.top.support:before, h2.top.support:before {
  background-image: url("../images/icon_sect_support.png");
}
h1.top.about:before, h2.top.about:before {
  background-image: url("../images/icon_sect_about.png");
}
h1.top.blog:before, h2.top.blog:before {
  background-image: url("../images/icon_sect_blog.png");
}
h1.top.event:before, h2.top.event:before {
  background-image: url("../images/icon_sect_event.png");
}
h1.top.announce:before, h2.top.announce:before {
  background-image: url("../images/icon_sect_news.png");
}
h1.top.holiday:before, h2.top.holiday:before {
  background-image: url("../images/icon_sect_holiday.png");
}
h1.top.recall:before, h2.top.recall:before {
  background-image: url("../images/icon_sect_2x_200302_a.png");
}

section.mg30 {
  margin: 30px 0;
}

section.mgt50 {
  margin-top: 50px;
}

div.support3 {
  display: -webkit-flex;
  display: flex;
  width: 103%;
  margin: 30px 0;
}
div.support3 .sup-cols {
  width: 30%;
  margin-right: 3%;
  border: 3px solid #26a69a;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div.support3 .sup-cols h3 {
  text-align: center;
  color: #26a69a;
  font-size: 1.8rem;
  font-weight: 900;
}
div.support3 .sup-cols .article {
  margin: 20px 5px;
}
div.support3 .sup-cols .article p {
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.7;
}
div.support3 .sup-cols a {
  font-weight: 700;
  display: block;
  margin: 10px;
  text-align: center;
  padding: 10px 0;
  background-color: #26a69a;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div.about-split2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div.about-split2 .about-cols {
  width: calc( 100% / 2 - 20px );
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #ebf4b0;
}
div.about-split2 .about-cols img {
  flex-shrink: 0;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 0 0;
}
div.about-split2 .about-cols .article {
  height: 100px;
  padding: 20px;
}
div.about-split2 .about-cols .article p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
div.about-split2 .about-cols a {
  font-weight: 700;
  display: block;
  margin: 20px auto;
  width: 50%;
  text-align: center;
  padding: 10px 0;
  background-color: #26a69a;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

section.shop-main {
  margin-top: 40px;
  background-color: #ffda00;
}
section.shop-main h1 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 3rem;
  font-weight: 900;
  padding: 1.6rem;
  line-height: 1.4;
}
section.shop-main h1 .leaflets {
  display: block;
  width: 52px;
  height: 32px;
  max-width: 52px;
  max-height: 32px;
}
section.shop-main a {
  width: 32px;
  height: 32px;
  text-align: center;
}
section.shop-main a.instagram {
  display: block;
  position: relative;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-weight: 300;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  /*グラデーション①*/
}
section.shop-main a.instagram i {
  position: absolute;
  top: 0;
  left: 2px;
}
section.shop-main ul.sns {
  height: 34px;
  max-height: 34px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
section.shop-main ul.sns li {
  margin-left: 10px;
}
section.shop-main ul.sns i {
  font-size: 3.2rem;
}
section.shop-main ul.sns i.twbtn {
  color: #55acee;
}
section.shop-main ul.sns i.fbbtn {
  color: #3B5998;
}
section.shop-main ul.sns i.instbtn {
  color: #fff;
}
section.shop-main div.shoptag {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 5px;
}
section.shop-main div.shoptag p {
  font-size: 1.4rem;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px;
}

section.leaflets {
  margin-top: 10px;
  margin-bottom: -10px;
}
section.leaflets a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #ffda00;
  padding: 10px;
  font-size: 1.8rem;
  width: 500px;
  max-width: 100%;
  margin: auto;
  border: 4px solid #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-weight: 700;
}
section.leaflets img {
  width: 19px;
  height: 22px;
  margin-right: 5px;
}

section.shop-nav {
  background: #fff;
}

nav.shop-main {
  margin: 20px 0;
}
nav.shop-main ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
nav.shop-main ul li {
  width: calc( 100% / 6 - 2px);
  background-color: #00a34c;
}
nav.shop-main ul li a {
  padding: 10px 0;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 1.4rem;
}

section.shop-info {
  padding: 20px 20px 5px 20px;
  background-color: #f1f0f1;
  display: -webkit-flex;
  display: flex;
}
section.shop-info h3 {
  width: 180px;
  border-right: 1px solid #506280;
  height: 2rem;
}
section.shop-info ul.shop-info-list {
  margin-left: 15px;
}
section.shop-info ul.shop-info-list li {
  margin-bottom: 15px;
}
section.shop-info ul.shop-info-list li dl {
  display: -webkit-flex;
  display: flex;
}
section.shop-info ul.shop-info-list li dl dt {
  width: 110px;
}
section.shop-info ul.shop-info-list li dl dd a {
  margin-left: 1.6rem;
  color: #eb545d;
}

section.shop-data {
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
}
section.shop-data section.shop-image {
  width: 50%;
}
section.shop-data section.data {
  flex-grow: 1;
  margin-left: 20px;
}
section.shop-data section.data h3 {
  line-height: 1.7;
  font-size: 2rem;
  font-weight: 900;
}
section.shop-data section.data h3:before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5  ';
  font-weight: 900;
}
section.shop-data section.data p {
  line-height: 1.7;
  font-size: 1.4rem;
}
section.shop-data section.data a.mapbtn {
  display: inline-block;
  line-height: 36px;
  font-size: 1.4rem;
  width: 80%;
  text-align: center;
  background-color: #ccc;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  margin: 10px;
}
section.shop-data section.data dl {
  display: -webkit-flex;
  display: flex;
  padding: 4px 0;
  font-size: 1.4rem;
}
section.shop-data section.data dl dt {
  font-weight: 900;
  width: 100px;
  min-width: 90px;
  line-height: 1.6;
}
section.shop-data section.data dl dd {
  line-height: 1.6;
}

section.shop-article {
  background-color: #fff;
}
section.shop-article > article.shop-article {
  padding: 20px 10px;
}
section.shop-article > article.shop-article h1, section.shop-article > article.shop-article h2, section.shop-article > article.shop-article h3 {
  color: #00a34c;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 900;
  border-left: 8px solid #00a34c;
  margin: 15px 0;
  padding-left: 10px;
}
section.shop-article > article.shop-article p {
  margin: 1.6rem 1rem;
  line-height: 3rem;
}

section.shop-blog ul.shop-blog2 {
  margin: 0 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.shop-blog ul.shop-blog2 li {
  position: relative;
  width: calc( 100% / 2 - 30px );
  margin-bottom: 50px;
}
section.shop-blog ul.shop-blog2 li img.popicon {
  display: inline-block;
  position: absolute;
  top: -20px;
  right: -10px;
  width: 100px;
  height: 100px;
  z-index: 5;
}
section.shop-blog ul.shop-blog2 li div {
  position: absolute;
  height: 80px;
  bottom: 0;
  background-color: rgba(255, 218, 0, 0.8);
  width: 100%;
  padding: 5px 10px;
}
section.shop-blog ul.shop-blog2 li div p {
  color: black;
  font-size: 1.6rem;
}
section.shop-blog ul.shop-blog2 li div p.date {
  font-size: 1.4rem;
}
section.shop-blog ul.shop-blog2 li div p.title {
  margin-top: 5px;
  line-height: 1.4;
}
section.shop-blog button.more {
  display: block;
  margin: 0 auto 10px auto;
  width: 80%;
  border: 1px solid #ccc;
  padding: 10px 0;
  background-color: #fff;
}

h1.shop-blog {
  position: relative;
  color: #ffbd00;
  font-size: 3.0rem;
  font-weight: 900;
  margin: 20px 10px;
}
h1.shop-blog:before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5  ';
  font-weight: 900;
}

div.extBottom {
  background-color: #f0f0f0;
}
div.extBottom section.mybrand {
  background-color: #fff;
}
div.extBottom section.extBottom {
  padding: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div.extBottom section.extBottom .inner-left, div.extBottom section.extBottom .inner-right {
  width: calc( 100% / 2 - 40px);
}
div.extBottom section.extBottom .inner-right div.calender-header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
div.extBottom section.extBottom .inner-right table.calender {
  width: 100%;
}
div.extBottom section.extBottom .inner-right table.calender thead tr th {
  width: calc( 100% / 7 - 2px );
  text-align: center;
  padding: 20px 0;
}
div.extBottom section.extBottom .inner-right table.calender tbody {
  border-width: 0 0 1px 1px;
  border-color: #ccc;
  border-style: solid;
}
div.extBottom section.extBottom .inner-right table.calender tbody tr td {
  font-weight: 900;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #ccc;
}
div.extBottom section.extBottom .inner-right table.calender tbody tr td.days {
  background-color: #fff;
}
div.extBottom section.extBottom .inner-right table.calender tbody tr td.holiday {
  background-color: #d63a39;
  color: #fff;
}
div.extBottom section.extBottom .inner-right table.calender tbody tr td.jitan {
  background-color: #fedf00;
  color: #fff;
}
div.extBottom section.extBottom .inner-right table.calender tbody tr td.donichi {
  background-color: #FEEEED;
}
div.extBottom dl.holiday-mark {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
div.extBottom dl.holiday-mark dt {
  height: 16px;
  width: 16px;
  margin: 5px;
  background-color: #d63a39;
}
div.extBottom dl.holiday-mark dt.jitan {
  background-color: #fedf00;
}
div.extBottom dl.holiday-mark dd {
  font-size: 1.4rem;
  line-height: 21px;
  margin-left: 5px;
}
div.extBottom dl.holiday-mark dd a {
  color: #6495ED;
}

.hoCal {
  margin: 10px;
}
.hoCal dl {
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.hoCal dl dt, .hoCal dl dd {
  line-height: 1.6;
}
.hoCal dl dt {
  width: 80px;
  min-width: 60px;
}

section.holidays-selecter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.blog-showcase, .blog-showcase {
  width: 103%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-showcase li, .blog-showcase > div, .blog-showcase > a, .blog-showcase li, .blog-showcase > div, .blog-showcase > a {
  width: 30%;
  margin-bottom: 40px;
  margin-right: 3%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.blog-showcase li img, .blog-showcase > div img, .blog-showcase > a img, .blog-showcase li img, .blog-showcase > div img, .blog-showcase > a img {
  flex-shrink: 0;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 0 0;
}
.blog-showcase li div.wrapper, .blog-showcase > div div.wrapper, .blog-showcase > a div.wrapper, .blog-showcase li div.wrapper, .blog-showcase > div div.wrapper, .blog-showcase > a div.wrapper {
  position: relative;
  width: 100%;
  border-width: 0 1px 1px 1px;
  border-color: #fff #fefefe #ccc #ccc;
  border-style: solid;
  background-color: #fff;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0;
  border-radius: 0 0 20px 20px;
}
.blog-showcase li div.wrapper:before, .blog-showcase > div div.wrapper:before, .blog-showcase > a div.wrapper:before, .blog-showcase li div.wrapper:before, .blog-showcase > div div.wrapper:before, .blog-showcase > a div.wrapper:before {
  content: "";
  display: block;
  padding-top: 70%;
  /* 高さを幅の75%に固定 */
}
.blog-showcase li div.wrapper div.inner, .blog-showcase > div div.wrapper div.inner, .blog-showcase > a div.wrapper div.inner, .blog-showcase li div.wrapper div.inner, .blog-showcase > div div.wrapper div.inner, .blog-showcase > a div.wrapper div.inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.blog-showcase li div.wrapper div.inner h4, .blog-showcase > div div.wrapper div.inner h4, .blog-showcase > a div.wrapper div.inner h4, .blog-showcase li div.wrapper div.inner h4, .blog-showcase > div div.wrapper div.inner h4, .blog-showcase > a div.wrapper div.inner h4 {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.3;
  height: 36px;
  min-height: 36px;
  overflow: hidden;
}
.blog-showcase li div.wrapper div.inner h4.catalog, .blog-showcase > div div.wrapper div.inner h4.catalog, .blog-showcase > a div.wrapper div.inner h4.catalog, .blog-showcase li div.wrapper div.inner h4.catalog, .blog-showcase > div div.wrapper div.inner h4.catalog, .blog-showcase > a div.wrapper div.inner h4.catalog {
  height: 18px;
  min-height: 18px;
}
.blog-showcase li div.wrapper div.inner p.brand, .blog-showcase > div div.wrapper div.inner p.brand, .blog-showcase > a div.wrapper div.inner p.brand, .blog-showcase li div.wrapper div.inner p.brand, .blog-showcase > div div.wrapper div.inner p.brand, .blog-showcase > a div.wrapper div.inner p.brand {
  font-size: 1.2rem;
  line-height: 1.6;
}
.blog-showcase li div.wrapper div.inner p.date, .blog-showcase > div div.wrapper div.inner p.date, .blog-showcase > a div.wrapper div.inner p.date, .blog-showcase li div.wrapper div.inner p.date, .blog-showcase > div div.wrapper div.inner p.date, .blog-showcase > a div.wrapper div.inner p.date {
  font-size: 1.2rem;
  line-height: 1.7;
}
.blog-showcase li div.wrapper div.inner p.date.bold, .blog-showcase > div div.wrapper div.inner p.date.bold, .blog-showcase > a div.wrapper div.inner p.date.bold, .blog-showcase li div.wrapper div.inner p.date.bold, .blog-showcase > div div.wrapper div.inner p.date.bold, .blog-showcase > a div.wrapper div.inner p.date.bold {
  font-weight: 700;
}
.blog-showcase li div.wrapper div.inner p.price, .blog-showcase > div div.wrapper div.inner p.price, .blog-showcase > a div.wrapper div.inner p.price, .blog-showcase li div.wrapper div.inner p.price, .blog-showcase > div div.wrapper div.inner p.price, .blog-showcase > a div.wrapper div.inner p.price {
  font-size: 1.2rem;
  line-height: 1.7;
  color: red;
}
.blog-showcase li div.wrapper div.inner p.excerpt, .blog-showcase > div div.wrapper div.inner p.excerpt, .blog-showcase > a div.wrapper div.inner p.excerpt, .blog-showcase li div.wrapper div.inner p.excerpt, .blog-showcase > div div.wrapper div.inner p.excerpt, .blog-showcase > a div.wrapper div.inner p.excerpt {
  font-size: 1.2rem;
  line-height: 1.7;
  overflow: hidden;
  flex-grow: 1;
}

p.bold {
  font-weight: 700;
}

section.white-wall {
  background-color: #fff;
}

section.sf-list-page {
  background-color: #fff;
  padding: 0 15px 10px 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
section.sf-list-page > div {
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
}
section.sf-list-page > div input[type=text] {
  max-width: 210px;
  width: 210px;
  min-width: 210px;
}
section.sf-list-page > div input[type=text].wd {
  max-width: 50%;
  width: 50%;
}
section.sf-list-page p.attention-sx {
  display: none;
}
section.sf-list-page input {
  margin-right: 1.4rem;
  height: 32px;
}
section.sf-list-page button {
  padding: 3px 7px;
  font-size: 1.6rem;
  margin-right: 1rem;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f1f0f1;
  color: #9fa0a0;
}
section.sf-list-page a {
  display: inline-block;
  color: blue;
}
section.sf-list-page a.greenBtn {
  background-color: #46b257;
  color: #fff;
  padding: 10px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.4rem;
  margin: 0 5px;
}

section.detail-search-result {
  line-height: 1.7;
  font-size: 1.2rem;
  color: #898989;
}

section.detail-search-box {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
section.detail-search-box .box-header {
  background-color: #9fa0a0;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.8rem;
}
section.detail-search-box .box-header a {
  display: block;
  color: #fff;
}
section.detail-search-box .detailed-form {
  padding: 20px;
  background-color: #f1f0f1;
}
section.detail-search-box .detailed-form.close {
  display: none;
}
section.detail-search-box .detailed-form dl.rline {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
section.detail-search-box .detailed-form dl.rline dt {
  width: 100px;
  min-width: 100px;
}
section.detail-search-box .detailed-form dl.rline dd {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.detail-search-box .detailed-form dl.rline dd:before {
  position: absolute;
  content: '|';
  top: 0;
}
section.detail-search-box .detailed-form dl.rline dd label {
  display: inline-block;
  margin: 0 10px 10px 10px;
}
section.detail-search-box .detailed-form dl.rline dd .selectWrap {
  width: 200px;
  margin: 0 10px;
}
section.detail-search-box button.big-submit {
  display: block;
  width: 50%;
  padding: 10px;
  font-size: 2.0rem;
  background-color: #898989;
  color: #fff;
  border: 0;
  margin: 10px auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

section.ls-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
section.ls-box > div {
  width: 30%;
}
section.ls-box button {
  display: block;
  padding: 5px;
  font-size: 2.0rem;
  background-color: #898989;
  color: #fff;
  border: 0;
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

section.map-type {
  max-width: 888px;
  margin-top: 20px;
}
section.map-type h3 {
  margin: 20px 10px;
  font-size: 2.4rem;
  font-weight: 900;
}
section.map-type h3:before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5  ';
  font-weight: 900;
}

section.city-link {
  margin-top: 20px;
}
section.city-link h3 {
  margin: 20px 10px;
  font-size: 2.4rem;
  font-weight: 900;
}
section.city-link dl {
  display: -webkit-flex;
  display: flex;
  font-size: 1.6rem;
}
section.city-link dl dt {
  position: relative;
  width: 100px;
  min-width: 100px;
  line-height: 3.2rem;
}
section.city-link dl dt:after {
  position: absolute;
  right: 0;
  content: '|';
}
section.city-link dl dd {
  flex-grow: 1;
}
section.city-link dl dd ul {
  margin-left: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.city-link dl dd ul li {
  width: calc( 100% / 6 - 10px);
  min-width: 100px;
}
section.city-link dl dd ul li a {
  line-height: 3.2rem;
  display: block;
  text-align: center;
}
section.city-link dl dd ul li label {
  line-height: 3.2rem;
  display: block;
}

section.common-gallery {
  background-color: #fcfcf3;
}
section.common-gallery div.common-carousel {
  display: none;
  margin-top: 30px;
  background: transparent;
}
section.common-gallery div.common-carousel div.carousel-cell {
  background: transparent;
  width: 40%;
  max-width: 500px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0 20px;
}
section.common-gallery div.common-carousel div.carousel-cell img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

div.flex-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.4rem;
}
div.flex-wrapper dl {
  width: 24%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
div.flex-wrapper dl dt {
  border-bottom: 2px solid #ccc;
  font-weight: 900;
}
div.flex-wrapper dl label {
  display: block;
  margin: 15px 0;
  line-height: 2rem;
}

#getfoyle {
  display: none;
}

a.alink {
  position: relative;
  display: inline-block;
  padding: 15px 45px;
  background-color: #00a34c;
  color: #fff;
  font-weight: 700;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
a.alink:after {
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: '\f105  ';
  font-weight: 900;
}
a.alink.mbt20 {
  margin-bottom: 20px;
}

h2.subtitle {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 20px;
}

h3.search-title {
  margin-bottom: 10px;
}
h3.search-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
h3.search-title.to-tags:before {
  content: '\f02c  ';
}
h3.search-title.to-shops:before {
  content: '\f54e  ';
}

div.to-tags {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
div.to-tags label {
  display: block;
  margin: 0 10px;
  line-height: 3rem;
}

.split2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.split2 a {
  margin-top: -10px;
}

.center {
  text-align: center;
}

a.morelook {
  font-size: 1.4rem;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #ccc;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-right: 10px;
}
a.morelook.selected {
  background-color: #fedf00;
}

nav.page-navi {
  margin-bottom: 40px;
}
nav.page-navi ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}

/** グレイパネル **/
div.gray_panel {
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: #666;
  text-align: center;
  display: none;
}
div.gray_panel.show {
  display: block;
}

section.popupMenu {
  width: 100%;
  display: none;
  z-index: 20;
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
}
section.popupMenu section.inner {
  position: relative;
}
section.popupMenu section.inner ul {
  min-width: 60%;
  padding: 10px;
  position: absolute;
  right: 0;
  background-color: #fff;
  margin: 0 -10px 0 0;
}
section.popupMenu section.inner ul li {
  margin: 5px 0 5px 0;
}
section.popupMenu section.inner ul li a {
  padding: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 3rem;
  position: relative;
}
section.popupMenu section.inner ul li a img {
  width: 40px;
}
section.popupMenu section.inner ul li a:hover {
  background-color: #FEEEED;
}
section.popupMenu section.inner ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105  ';
  font-weight: 900;
  position: absolute;
  right: 80px;
}

.blog-wrap {
  display: -webkit-flex;
  display: flex;
}
.blog-wrap .main-contents {
  width: 70%;
  min-width: 70%;
  padding-right: 40px;
}
.blog-wrap .main-contents section.inner {
  margin: 0 10px;
}
.blog-wrap .main-contents section.inner p.date {
  font-size: 1.4rem;
}
.blog-wrap .main-contents section.inner p.price {
  color: red;
}
.blog-wrap .main-contents section.inner p.shop {
  padding-bottom: 1.6rem;
}
.blog-wrap .main-contents section.inner p.shop a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f54e  ';
  font-weight: 900;
}
.blog-wrap .main-contents section.inner h2.blog-title {
  font-size: 2.4rem;
  padding: 15px 0;
  line-height: 1.7;
}
.blog-wrap .main-contents section.inner dl.catalog-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.blog-wrap .main-contents section.inner dl.catalog-title dt {
  max-width: 150px;
  width: 150px;
}
.blog-wrap .main-contents section.inner dl.catalog-title dd {
  margin-left: 1rem;
  font-size: 2.4rem;
}
.blog-wrap .main-contents section.inner article {
  word-wrap: break-word;
  padding: 10px 0;
  margin-bottom: 20px;
  border-top: 2px solid #ccc;
  line-height: 1.7;
}
.blog-wrap .main-contents section.inner article strong {
  font-weight: 800;
}
.blog-wrap .main-contents section.inner article em {
  font-style: italic;
}
.blog-wrap .main-contents section.inner article h1 {
  font-size: 2.4rem;
  font-weight: 800;
}
.blog-wrap .main-contents section.inner article h2 {
  font-size: 2.2rem;
  font-weight: 800;
}
.blog-wrap .main-contents section.inner article h3 {
  font-size: 2.0rem;
  font-weight: 800;
}
.blog-wrap .main-contents section.inner article p {
  margin: 1.6rem 0;
  line-height: 1.7;
}
.blog-wrap .main-contents section.inner article a {
  text-decoration: underline;
  color: #6495ED;
}
.blog-wrap .main-contents section.inner article a img {
  margin: 1px;
}
.blog-wrap .main-contents section.inner article section.catalog ul.catalog {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.blog-wrap .main-contents section.inner article section.catalog ul.catalog li {
  margin: 20px 10px;
}
.blog-wrap .main-contents section.inner article section.catalog ul.catalog li img {
  border: 1px solid #fcfcf3;
}
.blog-wrap .main-contents section.inner article ul.extpoint {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-wrap .main-contents section.inner article ul.extpoint li {
  margin: 5px;
  display: block;
  padding: 3px 10px;
  border: 1px solid #00a34c;
  color: #00a34c;
  font-size: 1.4rem;
}
.blog-wrap .main-contents section.inner article ul.specIcons {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.blog-wrap .main-contents section.inner article ul.specIcons li {
  margin: 0px 10px;
}
.blog-wrap .main-contents section.inner article section.spec table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}
.blog-wrap .main-contents section.inner article section.spec table.common {
  width: 100%;
}
.blog-wrap .main-contents section.inner article section.spec table th {
  font-weight: 400;
  text-align: right;
  width: 34%;
}
.blog-wrap .main-contents section.inner article section.spec table th span.nowrap {
  display: inline-block;
}
.blog-wrap .main-contents section.inner article section.spec table td {
  text-align: left;
}
.blog-wrap .main-contents section.inner article section.spec table th, .blog-wrap .main-contents section.inner article section.spec table td {
  font-size: 1.4rem;
  border: solid 1px #ccc;
  padding: 10px;
  vertical-align: top;
}
.blog-wrap aside {
  flex-grow: 1;
  margin: 0 5px;
}
.blog-wrap aside .blog-sidebird h3 {
  font-size: 1.8rem;
  border-bottom: 2px solid #ccc;
  padding-left: 5px;
  padding-bottom: 20px;
}
.blog-wrap aside .blog-sidebird ul {
  margin-left: 10px;
}
.blog-wrap aside .blog-sidebird ul li {
  margin: 10px 0;
}
.blog-wrap aside .blog-sidebird ul li a {
  padding: 10px 0;
  display: block;
  line-height: 2.4rem;
}
.blog-wrap aside .blog-sidebird ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f105  ';
  font-weight: 900;
}

section.gallerys {
  max-width: 850px;
  background-color: #DDFFDD;
  margin: 20px auto;
  text-align: center;
}
section.gallerys h4.gallerys {
  font-size: 1.2rem;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0;
}
section.gallerys h4.gallerys img {
  width: 18px;
  margin: 0 5px;
}
section.gallerys img.show {
  max-width: 640px;
  height: auto;
}
section.gallerys ul.thumbnail {
  width: 100%;
  margin: 20px 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.gallerys ul.thumbnail li {
  width: calc( 100% / 6 );
  margin: 0;
}
section.gallerys ul.thumbnail a {
  display: block;
}
section.gallerys ul.thumbnail a img {
  border: 2px solid #fff;
  margin: 0;
  padding: 0;
}
section.gallerys ul.thumbnail a img.selected {
  border-color: #00a34c;
}

ul#holiday-type-selecter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: center;
  align-items: center;
}

#mapbox {
  text-align: center;
  background-color: #fcfcf3;
}

#prefsmap {
  max-width: 457px;
}

a.brandselectBtn {
  display: block;
  width: 100%;
  max-width: 457px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 3px solid #26a69a;
  padding: 10px 2px;
  background-color: #fff;
  color: #26a69a;
  font-size: 1.6rem;
  font-weight: 900;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
a.brandselectBtn:hover {
  opacity: 0.7;
}
a.brandselectBtn.shop {
  margin-bottom: 5px;
}

#holidaymap {
  margin-top: 30px;
}
#holidaymap dl.pref {
  margin-bottom: 30px;
}
#holidaymap dl.pref > dt {
  line-height: 3rem;
  margin-left: 10px;
}
#holidaymap dl.pref > dd {
  margin-left: 100px;
}
#holidaymap dl.pref > dd dl.data {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 20px 0;
}
#holidaymap dl.pref > dd dl.data dt {
  width: 200px;
  min-width: 200px;
  line-height: 1.6;
}
#holidaymap dl.pref > dd dl.data dt a {
  display: block;
}
#holidaymap dl.pref > dd dl.data dt a:hover {
  background-color: #FEEEED;
}
#holidaymap dl.pref > dd dl.data dd {
  margin-left: 10px;
  flex-grow: 1;
  line-height: 1.6;
}

section.aruyo {
  margin-bottom: 10px;
}
section.aruyo button {
  background-color: #26a69a;
  color: #fff;
  padding: 10px 30px;
  font-weight: 900;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
section.aruyo button.checked {
  background-color: #ccc;
}

ul.detective-result {
  width: 100%;
  margin: 20px 5px;
}
ul.detective-result li {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
ul.detective-result li a div.topline {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
ul.detective-result li a div.topline p.date {
  width: 100px;
  min-width: 100px;
}
ul.detective-result li a div.topline div.category-wrap {
  width: 180px;
  text-align: left;
}
ul.detective-result li a div.topline div.category-wrap p.category {
  display: inline-block;
  border: 1px solid #00a34c;
  padding: 5px;
}
ul.detective-result li a div.topline p.title {
  font-size: 1.9rem;
}
ul.detective-result li a div.bottomline {
  margin: 10px 0 10px 280px;
}
ul.detective-result li a div.bottomline p.article {
  line-height: 1.6;
}

ul.event-showcase li a {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #f1f0f1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
ul.event-showcase li a .date {
  width: 110px;
  min-width: 110px;
  line-height: 1.3;
}
ul.event-showcase li a .type {
  width: 100px;
  margin: 0 15px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 1.4rem;
  height: 26px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
ul.event-showcase li a dl {
  flex-grow: 1;
}
ul.event-showcase li a dl dt {
  font-size: 1.8rem;
  line-height: 1.3;
}
ul.event-showcase li a dl dd {
  margin-top: 10px;
  color: #9fa0a0;
}

.brand-idx {
  background-color: #fedf00;
  line-height: 1.7;
  font-size: 1.6rem;
  padding: 0 10px;
  margin: 10px 0;
}

ul.my-brand-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.my-brand-list li {
  width: calc( 100% / 8 );
  text-align: center;
  padding: 2px;
  margin: 2px 0;
}
ul.my-brand-list li div {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  line-height: 60px;
}
ul.my-brand-list li div img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.brand-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.brand-list li {
  width: 25%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
}
ul.brand-list li a {
  width: 100%;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
}
ul.brand-list li a div {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  line-height: 60px;
  flex-grow: 1;
  padding: 0 3%;
}
ul.brand-list li a div img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
ul.brand-list li a p {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}

section.share {
  margin: 20px 0;
}
section.share div.share-box {
  border: 2px solid #9fa0a0;
}
section.share div.share-box p {
  margin: 10px;
  font-size: 1.2rem;
  color: #898989;
}
section.share h3 {
  font-size: 1.4rem;
  padding: 5px;
  background-color: #00a34c;
  color: #fff;
  width: 100px;
  text-align: center;
}
section.share dl.share-list {
  margin: 10px;
  display: -webkit-flex;
  display: flex;
  font-size: 1.4rem;
}
section.share dl.share-list dt {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  line-height: 1.6;
  margin-top: 5px;
}
section.share dl.share-list dd {
  flex-grow: 1;
}
section.share dl.share-list dd ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.share dl.share-list dd ul li {
  margin: 5px;
}
section.share dl.share-list dd ul li a {
  display: block;
  line-height: 1.6;
  padding: 0 8px;
  background-color: #00a34c;
  color: #fff;
}

ul.event-selecter {
  display: -webkit-flex;
  display: flex;
  width: 50%;
  margin-bottom: 30px;
  margin-top: 5px;
}
ul.event-selecter li {
  width: 48%;
  margin: 0 1%;
}
ul.event-selecter li a {
  display: block;
  text-align: center;
  line-height: 1.6;
  padding: 0 5px;
}
ul.event-selecter li a.selected {
  border: 1px solid #6495ED;
  color: #6495ED;
}

a.to-event-list {
  font-weight: 700;
  font-size: 1.4;
  padding: 10px 50px;
  float: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #00a34c;
  color: #fff;
}

p.blognum {
  margin: 10px;
  font-size: 1.2rem;
  color: #9fa0a0;
}

#graydisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 150;
}
#graydisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 1000px;
  height: auto;
  background: #fff;
}

/** プルダウン基本 **/
.selectWrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
.selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #9fa0a0;
  border-right: solid 2px #9fa0a0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  pointer-events: none;
  z-index: 1;
  border-radius: 0px;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 3rem;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #9fa0a0;
  border-radius: 3px;
  font-size: 1.4rem;
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #ccc;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}

footer {
  font-size: 1.4rem;
  background-color: #333;
  color: #fff;
  padding: 15px 0 10px 0;
}
footer nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer nav ul li {
  margin: 0 15px 0 5px;
}
footer nav a {
  color: #f9fbe7;
  line-height: 2rem;
}
footer p {
  margin-top: 5px;
  margin-left: 5px;
  line-height: 2rem;
}

input {
  font-size: 1.4rem;
  border: 1px solid #ccc;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px;
}
#pageTop a {
  display: block;
  z-index: 999;
  vertical-align: middle;
  background-color: #26a69a;
  font-weight: 900;
  font-size: 3.2rem;
  color: #fff;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  text-align: center;
  opacity: 0.7;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media (min-width: 1040px) {
  section.wrap, section.global-nav {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1040px) {
  div.support3 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  div.support3 .sup-cols {
    width: calc( 100% / 2 - 10px);
    margin-bottom: 20px;
    margin-right: 0;
  }
  div.support3 .sup-cols .article {
    height: auto;
  }

  .blog-showcase li {
    width: 47%;
  }
}
@media (max-width: 799px) {
  section.sf-list-page {
    padding: 0 10px 0 10px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  section.sf-list-page input {
    width: 67%;
  }
  section.sf-list-page > div {
    width: 100%;
    flex-grow: initial;
    display: -webkit-flex;
    display: flex;
  }
  section.sf-list-page a {
    margin-top: 10px;
  }
  section.sf-list-page a.greenBtn {
    margin-top: 10px;
    margin-left: 0;
  }
  section.sf-list-page p.attention-sx {
    display: block;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 2px;
    color: #999;
  }

  p.attention-ex {
    display: none;
  }

  aside.sidebar section.ranking {
    max-width: 100%;
  }

  section.extend-header div.gallery {
    margin-top: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  section.extend-header div.gallery div.side1 {
    width: 100%;
  }
  section.extend-header div.gallery div.side2 {
    margin-top: 40px;
    width: 100%;
  }
  section.extend-header div.gallery div.side2 .news {
    height: 150px;
  }
  section.extend-header div.gallery div.side2 a.sday {
    margin-top: 5px;
  }
  section.extend-header div.gallery div.side2 a.sday .inner {
    margin: 10px;
  }

  div.lineup-panel div {
    width: calc( (100% / 2) - 2px);
  }

  main section.main {
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  main section.main div.result {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
  }
  main section.main aside {
    margin-top: 20px;
    max-width: initial;
  }

  nav.global {
    display: none;
  }

  h1.top, h2.top {
    font-size: 2rem;
  }

  .blog-wrap .main-contents section.inner h2.blog-title {
    font-size: 2rem;
  }

  section.shop-main h1 {
    font-size: 2rem;
  }

  section.shop-info {
    padding: 10px 5px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  section.shop-info h3 {
    margin-bottom: 5px;
    border-right: initial;
    font-size: 1.4rem;
    font-weight: 700;
  }
  section.shop-info ul.shop-info-list {
    font-size: 1.4rem;
    margin-left: initial;
  }
  section.shop-info ul.shop-info-list li dl dt {
    width: 70px;
    min-width: 70px;
    line-height: 1.5;
  }
  section.shop-info ul.shop-info-list li dl dd {
    line-height: 1.5;
  }

  h2.top {
    position: relative;
    background-color: #fedf00;
    font-size: 2rem;
    padding: 15px 10px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 2.4rem;
  }
  h2.top:before {
    content: '';
    /*何も入れない*/
    display: none;
  }
  h2.top.lineup:before {
    background-image: url("../images/icon_sect_cycle.png");
  }
  h2.top.searchshop:before {
    background-image: url("../images/icon_sect_shop.png");
  }
  h2.top.support:before {
    background-image: url("../images/icon_sect_support.png");
  }
  h2.top.about:before {
    background-image: url("../images/icon_sect_about.png");
  }

  div.support3 {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  div.support3 .sup-cols {
    width: 100%;
    max-width: 100%;
  }

  div.about-split2 {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  div.about-split2 .about-cols {
    width: 100%;
    margin-bottom: 30px;
  }

  nav.shop-main ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  nav.shop-main ul li {
    min-width: 160px;
    margin-bottom: 10px;
  }

  section.shop-data {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  section.shop-data img {
    width: 100%;
  }
  section.shop-data section.shop-image {
    width: 100%;
  }
  section.shop-data section.data {
    margin: 0 5px;
  }

  section.shop-blog ul.shop-blog2 {
    margin: 0 10px;
  }
  section.shop-blog ul.shop-blog2 li {
    width: 100%;
  }

  section.header div.global-search, section.header .global-search-newpod {
    right: 0;
    bottom: -13px;
    width: 100%;
  }
  section.header div.global-search input[type=text], section.header .global-search-newpod input[type=text] {
    width: calc(100% - 50px);
  }
  section.header nav.header-menu {
    width: calc(100% - 160px );
  }
  section.header nav.header-menu ul {
    display: none;
  }
  section.header nav.header-menu ul li {
    display: none;
  }

  div.extBottom section.extBottom {
    padding: 20px 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  div.extBottom section.extBottom .inner-left, div.extBottom section.extBottom .inner-right {
    width: 100%;
    margin-bottom: 10px;
  }

  .blog-showcase {
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .blog-showcase li, .blog-showcase a {
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  section.common-gallery div.common-carousel div.carousel-cell {
    width: 60%;
    margin: 0 5px;
  }

  section.city-link dl dd ul li {
    width: auto;
  }

  .blog-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .blog-wrap .main-contents {
    width: 100%;
    padding-right: 0px;
  }

  div.flex-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  div.flex-wrapper dl {
    width: 100%;
  }

  a.morelook {
    padding: 10px 7px;
  }

  #holidaymap dl.pref > dt {
    line-height: 3rem;
    margin-left: 10px;
  }
  #holidaymap dl.pref > dd {
    margin-left: 0px;
  }
  #holidaymap dl.pref > dd dl.data {
    margin: 10px 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    line-height: 3rem;
  }
  #holidaymap dl.pref > dd dl.data dt, #holidaymap dl.pref > dd dl.data dd {
    width: 100%;
  }
  #holidaymap dl.pref > dd dl.data dt {
    padding-left: 20px;
  }
  #holidaymap dl.pref > dd dl.data dd {
    padding-left: 30px;
  }

  aside.sidebar {
    width: 100%;
  }

  ul.detective-result {
    margin: 20px 0;
  }
  ul.detective-result li {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
  }
  ul.detective-result li a div.topline {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: start;
    align-items: start;
    position: relative;
  }
  ul.detective-result li a div.topline p.date {
    width: 100%;
  }
  ul.detective-result li a div.topline div.category-wrap {
    position: absolute;
    text-align: left;
    left: 150px;
    top: -10px;
  }
  ul.detective-result li a div.topline p.title {
    margin: 10px 5px;
  }
  ul.detective-result li a div.bottomline {
    margin: 10px 0;
  }

  ul.event-showcase li a {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.event-showcase li a .type {
    min-width: 100px;
  }
  ul.event-showcase li a dl {
    margin-top: 10px;
    min-width: 100%;
  }

  ul.brand-list li {
    width: 50%;
  }

  ul.my-brand-list li {
    width: 50%;
  }

  ul.event-selecter {
    width: 100%;
  }

  section.header nav.header-menu ul {
    margin-right: 70px;
  }
}
@media (max-width: 450px) {
  section.header .main-logo {
    width: calc( 100% - 75px );
    height: auto;
  }

  section.popupMenu section.inner ul {
    width: 100%;
    min-width: initial;
  }

  section.ls-box {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  section.ls-box > div {
    width: 80%;
    margin: 10px 0;
  }

  section.shop-blog ul.shop-blog2 li div p {
    font-size: 1.4rem;
  }

  .blog-wrap .main-contents section.inner dl.catalog-title {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: start;
    align-items: start;
    line-height: 1.6;
  }
}


