@charset "UTF-8";
/*
Machida TerminalRoad Shopping Street SCSS
Theme: Machida Terminalroad
*/
/*============================================================
　デフォルトスタイルのリセット
  ============================================================*/
html, body, header, footer, section, summary, article, aside, details, menu, nav, figcaption, figure, img, div, span, iframe, form, label,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, del, em, small, strong, mark, dl, dt, dd, ol, ul, li,
table, caption, tbody, thead, tfoot, tr, th, td, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline; }

header, footer, section, summary, article, aside, nav, figure, img {
  display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1; }

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

li {
  list-style: none;
  list-style-type: none; }

hr {
  height: 0px;
  border: 0px; }

a {
  text-decoration: none; }

select {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit; }

.clearfix:after {
  content: " ";
  clear: both;
  display: block; }

/*============================================================
　基本スタイル
  ============================================================*/
/*　変数　*/
/*　共通　*/
html {
  height: 100%;
  font-size: 62.5%;
  position: relative; }

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0px;
  line-height: 1.8;
  color: #3b3b3b;
  font-family: "HelveticaNeue","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: none; }

.content {
  flex: 1; }

a {
  color: #2e3233; }

h2, a.pagetop {
  font-family: 'Roboto', sans-serif;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 110%;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #00825d;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: relative;
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: -50px; }
  h2 span, a.pagetop span {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.4em;
    text-align: center; }

/*　Btn　*/
.btn {
  background-color: #78b97f;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  padding: 0 2rem;
  height: auto;
  min-width: 240px;
  min-height: 50px;
  line-height: 50px;
  outline: 0;
  text-decoration: none;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }
  .btn:hover {
    background-color: #2bbbad;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }
  .btn span {
    display: block;
    color: #FFF;
    position: relative;
    padding-right: 20px; }
    .btn span::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0px;
      width: 7px;
      height: 7px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      margin-top: -5px;
      transition: all .3s; }

div.slider {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: -1px;
  position: relative;
  display: inline-block;
  padding-bottom: 24px; }

div#detail {
  height: auto; }

div.slider div.cycloneslider {
  margin: 0 auto; }

.cycloneslider-template-standard .cycloneslider-pager span,
.cycloneslider-template-default .cycloneslider-pager span {
  box-shadow: none !important;
  background-color: #b7d7ba !important; }

.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active,
.cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active {
  background-color: #78b97f !important; }

.cycloneslider-template-default .cycloneslider-pager {
  position: relative !important;
  text-align: center;
  top: auto !important;
  right: auto !important;
  margin-top: 20px; }

/*============================================================
　Header
  ============================================================*/
header nav.main-menu {
  background-color: #fff; }
  header nav.main-menu ul li {
    float: left;
    padding: 0;
    width: 25%;
    text-align: center; }
    header nav.main-menu ul li a {
      color: #fff;
      font-size: 11px;
      font-size: 1.1rem;
      display: block;
      -webkit-transition: .2s ease-out;
      transition: .2s ease-out; }

.ja header nav.main-menu ul li {
  width: 20%;
}


/*============================================================
　Banner Box
  ============================================================*/
ul.bnr-box {
  text-align: center;
  max-width: 1050px;
  margin: 50px auto 0; }
  ul.bnr-box li {
    display: inline-block;
    margin: 2%; }
    ul.bnr-box li img {
      width: 290px;
      -webkit-transition: .2s ease-out;
      transition: .2s ease-out; }
      ul.bnr-box li img:hover {
        opacity: 0.7; }

/*============================================================
　Detail
  ============================================================*/
div.detail-img {
  text-align: center;
  min-height: 210px;
  position: relative;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  div.detail-img:before {
    content: ' ';
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  div.detail-img div {
    position: absolute;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  div.detail-img h1 {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.3em;
    text-indent: 0.3em; }

div#history {
  background-image: url("img/history_img.jpg"); }

div#coupon {
  background-image: url("img/coupon_img.jpg"); }

div#news {
  background-image: url("img/news_img.jpg"); }

div#tourist_info {
  background-image: url("img/tourist_info_img.jpg"); }

div#about {
  background-image: url("img/about_img.jpg"); }

div#privacy {
  background-image: url("img/privacy_img.jpg"); }

div#access {
  background-image: url("img/access_img.jpg"); }

div#category {
  background-image: url("img/category_img.jpg"); }

div#eat_drink {
  background-image: url("img/eat_drink_img.jpg"); }

div#shopping {
  background-image: url("img/shopping_img.jpg"); }

div#fashion {
  background-image: url("img/fashion_img.jpg"); }

div#play {
  background-image: url("img/play_img.jpg"); }

div#living {
  background-image: url("img/living_img.jpg"); }

div#health {
  background-image: url("img/health_img.jpg"); }

section.box {
  background-color: #f7f7f7;
  padding: 75px 0 50px; }
  section.box article {
    background-color: #fff;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    width: 90vw;
    margin: 0 auto;
    max-width: 1050px;
    text-align: center;
    position: relative; }
  section.box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 80px 0 30px; }
  section.box dl {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left; }
    section.box dl.access-list {
      margin: 15px auto; }
    section.box dl.access-list {
      font-size: 14px;
      font-size: 1.4rem; }
      section.box dl.access-list dt, section.box dl.access-list dd {
        padding: 10px; }
      section.box dl.access-list dt {
        background-color: #F5F5F5; }
  section.box table.fix-list {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    margin: 10px auto; }
    section.box table.fix-list th, section.box table.fix-list td {
      padding: 10px; }
    section.box table.fix-list th {
      background-color: #F5F5F5; }
  section.box p {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left; }
  section.box div.privacy-list {
    margin: 25px 0; }
    section.box div.privacy-list h4 {
      font-weight: bold;
      text-align: left;
      border-bottom: solid #78b97f 1px;
      font-weight: bold;
      padding: 0 0 0.5rem 0; }
    section.box div.privacy-list p {
      margin: 1rem 0 3rem;
      font-size: 12px;
      font-size: 1.2rem; }
    section.box div.privacy-list ul {
      text-align: left;
      font-size: 12px;
      font-size: 1.2rem;
      margin: -1.5rem 0 3rem 3rem; }
      section.box div.privacy-list ul li {
        list-style: disc; }
    section.box div.privacy-list + p {
      font-size: 12px;
      font-size: 1.2rem; }

/*============================================================
　List
  ============================================================*/
section.cardbox {
  background-color: #f7f7f7;
  position: relative;
  padding: 115px 0px 55px;
  margin: 40px 0; }

section.pickup {
  margin-top: 80px; }

div.category-ttl {
  text-align: center;
  margin: 20px auto 50px;
  color: #00825d;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative; }
  div.category-ttl:after {
    position: absolute;
    content: "";
    top: 50px;
    left: -15px;
    margin-left: 50%;
    width: 30px;
    height: 1px;
    background-color: #00825d; }

ul.list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  /*img {
    width: 100%;
    max-width: 580px;
  }*/ }
  ul.list li {
    position: relative;
    background-color: #fff;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    margin-right: 2%;
    width: 28%; }
    ul.list li a {
      display: block;
      -webkit-transition: .2s ease-out;
      transition: .2s ease-out; }
      ul.list li a:hover {
        opacity: 0.7; }
  ul.list div.thumb {
    position: relative;
    width: 100%;
    /*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
    padding-top: 62%;
    /*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
    overflow: hidden;
    /*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
    margin: 0 auto; }
  ul.list img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* 画像の最大サイズは枠の1.5倍まで */
    max-width: 150%;
    max-height: 150%; }
  ul.list p {
    color: #78b97f;
    padding: 20px 25px 0; }
  ul.list h3 {
    color: #fff;
    background-color: #78b97f;
    margin: 20px 25px 10px;
    display: inline-block;
    padding: 5px 20px;
    line-height: 1em;
    font-size: 11px;
    font-size: 1.1rem; }
  ul.list dl {
    padding: 0 25px 20px; }
    ul.list dl dt {
      font-weight: bold;
      font-size: 16px;
      font-size: 1.6rem;
      margin: 5px 0 10px; }
    ul.list dl dd {
      font-size: 10px;
      font-size: 1rem; }
  ul.list + a.btn {
    margin-top: 20px; }

/*　Pagination　*/
.pagination {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  clear: both;
  background-color: transparent; }
  .pagination h2.screen-reader-text {
    display: none; }
  .pagination a {
    padding: 5px 10px;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    text-decoration: none; }
    .pagination a:hover {
      background-color: #e8e8e8; }
  .pagination span {
    padding: 5px 10px;
    display: inline-block; }
    .pagination span.current {
      color: #00825d; }

/*============================================================
　Detail
  ============================================================*/
div.detail h1 {
  font-size: 20px;
  font-size: 2rem;
  padding: 50px 0 20px; }
div.detail img {
  width: auto;
  margin: 0 auto 50px;
  /*max-width: 100%;
  height: auto;*/ }
div.detail div {
  padding: 80px 0 30px;
  margin: 5px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }
  div.detail div span {
    display: block;
    color: #78b97f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }
div.detail p {
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem; }
div.detail + a.btn {
  margin-top: 50px; }
div.detail dl dt img {
  width: 100%; }
div.detail dl dd {
  font-size: 14px;
  font-size: 1.4rem; }

/* News */
div.news-txt p {
  max-width: 570px;
  margin: 0 auto; }
div.news-txt img {
  margin: 20px auto;
  max-width: 100%;
  height: auto; }

/* Coupon */
article.coupon h3 + p {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 15px; }

div.coupon-box {
  max-width: 570px;
  margin: 0 auto;
  border-bottom: solid 1px #000;
  padding: 35px 25px; }
  div.coupon-box img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  div.coupon-box h4 {
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: bold; }
  div.coupon-box dl {
    margin: 20px auto;
    font-size: 14px;
    font-size: 1.4rem; }
    div.coupon-box dl dt {
      width: 7rem;
      clear: left;
      float: left;
      margin: 0; }
    div.coupon-box dl dd {
      margin: 0 0 0 7rem; }
  div.coupon-box p {
    font-size: 12px;
    font-size: 1.2rem; }

article.coupon p + div.coupon-box {
  border-top: solid #000 1px; }

/* Detail About */
article.about table {
  max-width: 570px;
  margin: 0 auto;
  border-top: dashed #ccc 1px; }
  article.about table th, article.about table td {
    text-align: left;
    border-bottom: dashed #ccc 1px;
    padding: 20px 12px;
    line-height: 1.6; }
  article.about table th {
    vertical-align: top;
    color: #00825d;
    font-weight: normal;
    width: 30%; }
  article.about table td {
    word-break: break-all; }
article.about ul.detail-btn {
  margin-top: 35px; }
  article.about ul.detail-btn li {
    display: inline-block; }
  article.about ul.detail-btn li.tel-btn a.btn {
    background-color: #00825d; }

div.map {
  max-width: 570px;
  margin: 35px auto 0; }

/* access */
div.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 30px auto; }
  div.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

article.sns {
  padding: 0 0 75px !important; }

div.fb-box,
div.twitter-box {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2% !important;
  padding: 0 !important; }

div.twitter-box iframe {
  border: solid #e9ebee 1px !important; }

/* 観光情報 */
.page-template-page-tourist_info div.detail img {
  width: 100%;
  height: 100%; }

/*============================================================
　Footer
  ============================================================*/
footer {
  background-color: #2b3a3f;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  padding-top: 70px;
  margin-top: 70px; }
  footer a.pagetop {
    background-color: #78b97f;
    letter-spacing: 2px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer; }
    footer a.pagetop:hover {
      background-color: #00825d; }
    footer a.pagetop span {
      top: 55%; }
      footer a.pagetop span::before {
        content: "";
        position: absolute;
        top: -20px;
        right: 45%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(-45deg); }
  footer dl {
    text-align: center; }
    footer dl dt {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 10px; }
    footer dl dd {
      color: #babdbf;
      margin-bottom: 5px; }
      footer dl dd span {
        display: block; }
  footer ul.menu {
    margin: 0 auto; }
    footer ul.menu li {
      display: inline-block; }
      footer ul.menu li a {
        color: #babdbf;
        display: block; }
        footer ul.menu li a:hover, footer ul.menu li a:active, footer ul.menu li a:focus {
          color: white; }
  footer div.copy {
    border-top: solid 1px #556165;
    text-align: center;
    color: #babdbf;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.1rem; }

/*============================================================
　SNS
  ============================================================*/
ul.sns {
  text-align: center; }
  ul.sns li {
    display: inline-block;
    margin: 0 5px; }
    ul.sns li span {
      width: 33px;
      height: 33px;
      display: block;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      background-image: url("img/snsicon.png");
      background-repeat: no-repeat;
      background-size: 100px 33px; }
    ul.sns li.facebook span {
      background-position: 0 0; }
    ul.sns li.tweet span {
      background-position: -33px 0px; }
    ul.sns li.insta span {
      background-position: -67px 0px; }

ul.sns-icon li {
  display: inline-block;
  margin: 0 5px; }
  ul.sns-icon li span {
    width: 35px;
    height: 33px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("img/detail_snsicon.png");
    background-repeat: no-repeat;
    background-size: 148px 33px; }
  ul.sns-icon li.facebook span {
    background-position: 0 0; }
  ul.sns-icon li.tweet span {
    background-position: -36px 0px; }
  ul.sns-icon li.insta span {
    background-position: -73px 0px; }
  ul.sns-icon li.line span {
    background-position: -110px 0px; }

/*============================================================
　404
  ============================================================*/
div#error404 {
  width: 90vw;
  max-width: 960px;
  margin: 100px auto; }
  div#error404 img {
    display: inline-block;
    width: 35%;
    height: auto;
    vertical-align: top;
    margin-top: 50px; }
  div#error404 div {
    display: inline-block;
    width: 55%;
    margin-left: 8%; }
  div#error404 ol {
    margin: 20px 0 45px 25px;
    padding-left: 15px; }
    div#error404 ol li {
      list-style: outside decimal;
      margin: 5px 0 20px; }
      div#error404 ol li a {
        color: #32B25F;
        text-decoration: underline; }
        div#error404 ol li a:hover {
          text-decoration: none; }

@media screen and (max-width: 599px) {
  a.btn {
    width: 80vw; }

  section.cardbox {
    padding: 50px 15px;
    /*h2 {
      width: 65px;
      height: 65px;
      top: -33px;
      margin-left: -33px;
      @include fz(12);
    }*/ }

  div#news + section.cardbox,
  div#tourist_info + section.cardbox,
  div#coupon + section.cardbox {
    margin-top: 100px; }

  header div.header {
    position: relative; }
    header div.header img {
      padding: 15px 0 12px 15px;
      width: 85vw;
      max-width: 300px; }
  header nav.main-menu {
    background-color: #00825d;
    height: 50px;
    box-shadow: none; }
    header nav.main-menu ul li {
      height: 50px;
      position: relative; }
      header nav.main-menu ul li a {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 50px;
        height: 50px;
        padding: 5px 0; }
        header nav.main-menu ul li a img {
          width: 25px;
          margin: 0 auto; }
        header nav.main-menu ul li a span {
          color: #d1e8e2;
          display: block;
          padding-top: 5px;
          line-height: 1rem; }
        header nav.main-menu ul li a:hover {
          background-color: #007554; }
  header ul#language {
    display: none; }
  header div.menu-btn {
    position: absolute;
    top: 10px;
    right: 5px; }
    header div.menu-btn span {
      position: relative;
      display: block;
      width: 25px;
      height: 23px;
      margin: 5px auto;
      font-size: 0;
      background-image: url("img/language_icon.png");
      background-repeat: no-repeat;
      background-size: 25px 23px;
      background-position: 0 0; }
  header div.nav-language li {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }
    header div.nav-language li a {
      display: block;
      padding: 10px 30px; }
    header div.nav-language li.current {
      padding: 10px 30px;
      background-color: #78b97f;
      font-weight: bold;
      color: #fff; }

  div.category-menu ul {
    margin: 16px auto 70px;
    overflow: hidden;
    border-top: solid #ccc 1px; }
    div.category-menu ul li {
      float: left;
      width: 50%;
      border-bottom: solid #ccc 1px; }
      div.category-menu ul li:nth-child(odd) {
        border-right: solid #ccc 1px; }
      div.category-menu ul li a {
        color: #00825d;
        font-weight: bold;
        display: block;
        height: 60px;
        margin: 10px;
        line-height: 60px; }
        div.category-menu ul li a img {
          display: none; }
        div.category-menu ul li a span {
          margin-left: 10px;
          padding: 2px 0 2px 30px;
          background-image: url("img/category_img_sp.png");
          background-repeat: no-repeat;
          background-size: 22px 216px;
          background-position: 0 -1px; }
      div.category-menu ul li:nth-child(2) a span {
        background-position: 0px -33px; }
      div.category-menu ul li:nth-child(3) a span {
        background-position: 0px -70px; }
      div.category-menu ul li:nth-child(4) a span {
        background-position: 0px -108px; }
      div.category-menu ul li:nth-child(5) a span {
        background-position: 0px -141px; }
      div.category-menu ul li:nth-child(6) a span {
        background-position: 0px -180px; }
  div.category-menu + section.cardbox {
    margin-bottom: 50px; }

  div.category-submenu ul {
    margin: 16px auto 70px;
    overflow: hidden;
    border-top: solid #ccc 1px; }
    div.category-submenu ul li {
      display: flex;
      align-items: center;
      float: left;
      width: 50%;
      min-height: 70px;
      border-bottom: solid #ccc 1px; }
      div.category-submenu ul li:nth-child(odd) {
        border-right: solid #ccc 1px; }
      div.category-submenu ul li p {
        flex: 1; }
        div.category-submenu ul li p a {
          color: #00825d;
          font-weight: bold;
          padding: 10px 10px 10px 20px;
          display: block;
          line-height: 1.2; }

  ul.list {
    display: block;
    margin-top: 30px; }
    ul.list li {
      width: 90%; }

  section.box article {
    width: 90vw;
    margin: 0 auto;
    max-width: 1050px; }
  section.box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 80px 0 30px; }
  section.box table.fix-list {
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: dotted #ccc 1px; }
    section.box table.fix-list th, section.box table.fix-list td {
      display: block; }
    section.box table.fix-list th {
      background-color: #f2f2f2; }
  section.box p {
    font-size: 12px;
    font-size: 1.2rem; }

  ul.history-img li {
    margin-bottom: 50px; }
    ul.history-img li img {
      width: 100%;
      margin: 0 auto 10px; }
    ul.history-img li p {
      font-size: 12px;
      font-size: 1.2rem; }
    ul.history-img li:last-child {
      margin-bottom: 0; }

  section.fix article {
    padding: 0 20px 40px; }

  div.detail img {
    width: 100%;
    margin: 0 auto 20px;
    /*max-width: 100%;*/
    height: auto; }
  div.detail p {
    font-size: 14px;
    font-size: 1.4rem; }
  div.detail + a.btn {
    margin-top: 20px; }
  div.detail div.fb-box, div.detail div.twitter-box {
    width: 90%; }

  div.map {
    width: 100%; }
    div.map img {
      width: 100%; }

  article.gallery ul li {
    margin-bottom: 50px; }
    article.gallery ul li:last-child {
      margin-bottom: 0; }
    article.gallery ul li img {
      width: 100%;
      margin: 0 auto 10px;
      height: auto; }

  /* Coupon */
  article.coupon h3 + p {
    font-size: 11px;
    font-size: 1.1rem; }

  div.coupon-box div {
    text-align: left; }
  div.coupon-box dl {
    border-top: dotted 1px #000;
    border-bottom: dotted 1px #000;
    padding: 15px 10px 12px; }

  /* Detail */
  article.about table {
    font-size: 11px;
    font-size: 1.1rem; }

  /* ボタン */
  ul.detail-btn li.hp-btn-sp {
    margin-bottom: 20px; }
  ul.detail-btn li.hp-btn-pc {
    display: none !important; }

  footer dl {
    width: 90vw;
    margin: 0 auto; }
  footer ul.sns {
    margin-top: 15px; }
  footer ul.menu {
    width: 90%;
    margin-top: 20px;
    padding: 15px 0;
    border-top: solid 1px #556165; }
    footer ul.menu li {
      width: 48%;
      padding: 10px 0 10px 25px; }
  footer div.copy {
    padding: 15px 0;
    width: 90%;
    margin: 0 auto; } }
@media screen and (min-width: 600px) and (max-width: 959px) {
  div.category-menu ul {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
    width: 90vw;
    overflow: hidden; }
    div.category-menu ul li {
      float: none;
      display: inline-block;
      width: 32%;
      border-right: solid #ccc 1px;
      padding-bottom: 5px;
      margin-bottom: 5px; }
      div.category-menu ul li a {
        color: #424c49;
        font-weight: bold;
        display: block;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out; }
        div.category-menu ul li a:hover {
          opacity: 0.7; }
        div.category-menu ul li a img {
          width: 45px;
          margin: 0 auto; }

  div.category-menu ul li:nth-child(3) {
    border-right: none; }
  div.category-menu ul li:last-child {
    border-right: none; }

  div.category-submenu {
    margin: 0 auto 100px; }
    div.category-submenu ul {
      margin: 0 auto;
      padding: 50px 65px;
      /*width: 90vw;*/
      overflow: hidden;
      background-color: #F5F5F5; }
      div.category-submenu ul li {
        display: inline-block;
        margin: 0 2px 0;
        background-color: #fff;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out; }
        div.category-submenu ul li:hover {
          background-color: #78b97f; }
        div.category-submenu ul li p {
          display: table;
          min-height: 52px; }
          div.category-submenu ul li p a {
            display: table-cell;
            padding: 17px 18px;
            vertical-align: middle;
            position: relative;
            line-height: 1.3;
            text-align: center;
            color: #00825d;
            font-weight: bold;
            -webkit-transition: .2s ease-out;
            transition: .2s ease-out; }
            div.category-submenu ul li p a:hover {
              color: #fff; }

  div.detail img {
    margin: 0 auto 20px;
    max-width: 100%;
    height: auto; }

  li.hp-btn-pc {
    display: none !important; } }
@media screen and (min-width: 600px) {
  header div.menu-btn, header div.nav-language {
    display: none; }
  header nav.main-menu {
    background-color: #fff;
    height: 50px;
    box-shadow: none;
    border-top: solid #dddddd 1px;
    border-bottom: solid #dddddd 1px; }
    header nav.main-menu ul {
      max-width: 960px;
      margin: 0 auto; }
      header nav.main-menu ul li {
        height: 50px; }
        header nav.main-menu ul li a {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 50px;
          height: 50px;
          padding: 0 15px;
          cursor: pointer; }
          header nav.main-menu ul li a:hover {
            border-bottom: solid #00825d 4px; }
          header nav.main-menu ul li a img {
            display: none; }
          header nav.main-menu ul li a span {
            color: #2e3233; }

  nav.main-menu ul li + li::before {
    display: block;
    content: '';
    width: 1px;
    height: 14px;
    margin-top: 18px;
    background: #cccccc;
    float: left; }

  div.header {
    position: relative;
    min-height: 81px; }
    div.header img {
      max-width: 400px;
      padding: 18px 0 7px 30px;
      display: inline-block;
      width: 50%; }

  ul#language {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #00825d; }
    ul#language:hover {
      background-color: #78b97f; }
    ul#language li span#language-btn {
      position: relative;
      display: block;
      width: 230px;
      height: 100%;
      text-align: center;
      padding: 28px 0;
      letter-spacing: 0.2rem;
      -webkit-transition: .2s ease-out;
      transition: .2s ease-out; }
      ul#language li span#language-btn:after {
        position: absolute;
        top: 50%;
        content: '';
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(135deg);
        right: 20px;
        width: 8px;
        height: 8px;
        margin-top: -6px; }
    ul#language ul.bogo-language-switcher {
      display: none;
      background-color: #78b97f;
      position: absolute;
      z-index: 10000; }
      ul#language ul.bogo-language-switcher li {
        text-align: center; }
        ul#language ul.bogo-language-switcher li.current {
          background-color: #00825d; }
        ul#language ul.bogo-language-switcher li a {
          width: 230px;
          display: block;
          padding: 10px;
          color: #fff; }
        ul#language ul.bogo-language-switcher li a:hover {
          background-color: #00825d; }
        ul#language ul.bogo-language-switcher li.current {
          padding: 10px;
          color: #fff; } }
@media screen and (min-width: 600px) and (-webkit-min-device-pixel-ratio: 0) {
  div.header img {
    padding: 20px 0 0px 30px; }

  ul#language li span#language-btn {
    padding: 33px 0 23px; }
    ul#language li span#language-btn:after {
      margin-top: -5px; } }
@media screen and (min-width: 600px) {
  section.box article {
    width: 90vw;
    margin: 0 auto;
    max-width: 1050px; }
  section.box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 80px 0 30px; }
  section.box table.fix-list {
    font-size: 14px;
    font-size: 1.4rem;
    border-top: solid #ccc 1px;
    border-bottom: solid #ccc 1px; }
    section.box table.fix-list th {
      width: 20%;
      background-color: #F5F5F5;
      border-bottom: solid #fff 1px; }
    section.box table.fix-list td {
      width: 80%;
      border-bottom: solid #f5f5f5 1px; }
    section.box table.fix-list tr:last-child th,
    section.box table.fix-list tr:last-child td {
      border: none; }
  section.box p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left; }

  ul.history-img li {
    margin-bottom: 80px; }
    ul.history-img li img {
      width: 100%;
      max-width: 500px;
      margin: 0 auto 10px; }
    ul.history-img li p {
      text-align: center;
      display: inline-block; }
    ul.history-img li:last-child {
      margin-bottom: 0; }

  section.fix article {
    padding: 0 100px 75px; }

  div#coupon, div#news {
    margin-bottom: 100px; }

  ul.list img {
    /*max-height: 162px;*/ }

  article.gallery li {
    margin-bottom: 50px;
    overflow: hidden;
    width: 200px;
    height: 200px;
    position: relative;
    display: inline-block;
    margin: 0 1%; }
    article.gallery li img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto; }
    article.gallery li p {
      text-align: center;
      display: inline-block; }

  /* Coupon */
  div.coupon-box dl {
    display: inline-block;
    border: solid #000 1px;
    padding: 5px 60px 3px; }
  div.coupon-box p {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }

  footer dl dd span {
    display: inline-block;
    margin-right: 1rem; }
  footer ul.menu {
    text-align: center;
    width: 500px;
    padding: 30px 0 35px; }
    footer ul.menu li {
      margin: 10px 0; }
      footer ul.menu li a {
        padding: 0 20px;
        border-right: solid #ccc 1px;
        line-height: 1rem;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out; }
      footer ul.menu li:nth-child(5) a, footer ul.menu li:nth-child(8) a, footer ul.menu li:last-child a {
        border-right: none; }
      footer ul.menu li.conversation {
        display: none; }
  footer div.copy {
    padding: 35px 0;
    max-width: 1050px;
    margin: 0 auto; }

  ul.sns {
    margin-top: 35px; }
    ul.sns li a span {
      -webkit-transition: .2s ease-out;
      transition: .2s ease-out; }
      ul.sns li a span:hover {
        opacity: 0.7; }

  a.btn {
    max-width: 240px; }

  div.category-menu + section.cardbox {
    margin-bottom: 100px; }

  /* Multilingualization */
  body.en-US footer ul.menu li:nth-child(5) a, body.en-US footer ul.menu li:nth-child(8) a, body.ko-KR footer ul.menu li:nth-child(5) a, body.ko-KR footer ul.menu li:nth-child(8) a, body.zh-CN footer ul.menu li:nth-child(5) a, body.zh-CN footer ul.menu li:nth-child(8) a, body.zh-TW footer ul.menu li:nth-child(5) a, body.zh-TW footer ul.menu li:nth-child(8) a {
    border-right: solid #ccc 1px; }
  body.en-US footer ul.menu li:nth-child(6) a, body.ko-KR footer ul.menu li:nth-child(6) a, body.zh-CN footer ul.menu li:nth-child(6) a, body.zh-TW footer ul.menu li:nth-child(6) a {
    border-right: none; }
  body.en-US footer ul.menu li.conversation, body.ko-KR footer ul.menu li.conversation, body.zh-CN footer ul.menu li.conversation, body.zh-TW footer ul.menu li.conversation {
    display: inline-block; } }
@media screen and (min-width: 960px) {
  div.category-menu ul {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
    width: 930px;
    overflow: hidden; }
    div.category-menu ul li {
      float: left;
      width: 16%;
      border-right: solid #ccc 1px; }
      div.category-menu ul li:first-child {
        margin-left: 2%; }
      div.category-menu ul li:last-child {
        border-right: none; }
      div.category-menu ul li a {
        color: #424c49;
        font-weight: bold;
        display: block;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out; }
        div.category-menu ul li a:hover {
          opacity: 0.7; }
        div.category-menu ul li a img {
          width: 45px;
          margin: 0 auto; }

  div.category-submenu {
    margin: 0 auto 100px; }
    div.category-submenu ul {
      margin: 0 auto;
      padding: 50px 65px;
      width: 930px;
      overflow: hidden;
      background-color: #F5F5F5; }
      div.category-submenu ul li {
        display: inline-block;
        margin: 0 2px 0;
        background-color: #fff;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out; }
        div.category-submenu ul li:hover {
          background-color: #78b97f; }
        div.category-submenu ul li p {
          display: table;
          width: 259px;
          min-height: 52px; }
          div.category-submenu ul li p a {
            display: table-cell;
            padding: 17px 18px;
            vertical-align: middle;
            position: relative;
            line-height: 1.3;
            text-align: center;
            color: #00825d;
            font-weight: bold; }
            div.category-submenu ul li p a:hover {
              color: #fff; }

  section.fix article {
    width: 60vw; }

  div.detail dl dt {
    padding-top: 0.5rem; }
  div.detail dl dd {
    font-size: 14px;
    font-size: 1.4rem; }

  li.hp-btn-sp,
  li.tel-btn {
    display: none !important; } }
@media screen and (min-width: 960px) and (max-width: 1280px) {
  ul.list {
    width: 930px;
    margin: 0 auto; } }
@media screen and (min-width: 1281px) {
  ul.list {
    width: 1050px; }
    ul.list li {
      width: 270px;
      margin: 0 40px 25px; } }

/*# sourceMappingURL=style.css.map */
