@charset "UTF-8";
/*!
Theme Name: ATTIC
Theme URI:
Author: 
Author URI: 
Description: ATTIC
Version: 1.0
License: 
License URI:
Tags:

◆00：基本設定
◆10：レイアウト設定
 ◆11 ボディー 
 ◆12 ヘッダー 
 ◆13 グローバルナビ 
 ◆14 キービジュアル 
 ◆15 コンテンツ 
 ◆16 トピックパス 
 ◆17 メインコンテンツ 
 ◆18 サブコンテンツ 
 ◆19 フッター 
 ◆20 サイドバーメニュー 
◆40：各コンテンツ
◆70：WordPress専用
◆80：絶対表記
◆90：プリント用
*/
/* CSS Document */
/* * 1.6;*/
/*
rgba(252,252,252,0.73);
rgba(252,252,252,1);
*/
html {
  /*font-size: $main_font_size;
   letter-spacing: $f_letter;
   background-color: $c_white;
   color: $c_black;
   font-weight: $fw_normal;*/ }

/*==============================================
◆00：基本設定
==============================================*/
/* web-font icon 読み込み */
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  src: url("font/icomoon/fonts/icomoon.eot?tvokyj");
  src: url("font/icomoon/fonts/icomoon.eot?tvokyj#iefix") format("embedded-opentype"), url("font/icomoon/fonts/icomoon.ttf?tvokyj") format("truetype"), url("font/icomoon/fonts/icomoon.woff?tvokyj") format("woff"), url("font/icomoon/fonts/icomoon.svg?tvokyj#icomoon") format("svg"); }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  outline: none; }

/*リンク*/
a {
  color: #00F;
  outline: none;
  text-decoration: none;
  transition: all 300ms ease-in-out; }
  a:after {
    text-decoration: none; }
  a:hover, a:focus {
    color: #00F;
    opacity: 0.8; }
    a:hover img, a:focus img {
      opacity: 0.8; }
  a img {
    background: url(image/share/transparent.png);
    transition: opacity 300ms ease-in-out; }
  .main-wpcontent a {
    color: #00F;
    text-decoration: underline; }

/*--見出し--*/
#main-h1 {
  width: 100%;
  margin: 0 0 60px;
  padding: 45px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #F5F4E5; }
  @media screen and (max-width: 1140px) {
    #main-h1 {
      padding: 45px 20px; } }
  @media screen and (max-width: 940px) {
    #main-h1 {
      padding: 12vw 5.333vw;
      margin-bottom: 16vw; } }
  #main-h1 h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    color: #000;
    width: 940px;
    margin: 0 auto;
    padding: 0; }
    @media screen and (max-width: 1140px) {
      #main-h1 h1 {
        width: auto; } }
    @media screen and (max-width: 940px) {
      #main-h1 h1 {
        font-size: 8vw;
        width: auto; } }

#main-area h2 {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 10px;
  border-bottom: 2px solid #707070;
  position: relative;
  text-align: left; }
  @media screen and (max-width: 940px) {
    #main-area h2 {
      font-size: 1.5625em; } }
  #main-area h2.has-text-align-left {
    text-align: left; }
  #main-area h2.has-text-align-center {
    text-align: center; }
  #main-area h2.has-text-align-right {
    text-align: right; }
  #main-area h2::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 50%;
    height: 2px;
    background: #007D62; }

#main-area h3 {
  font-size: 1.5em;
  /*24*/
  /*round($main_font_size * 2);*/
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #000;
  margin: 0 0 20px;
  padding: 15px 20px 15px 25px;
  border-left: 5px solid #007D62;
  background: #F5F4E5;
  box-sizing: border-box;
  text-align: left; }
  @media screen and (max-width: 940px) {
    #main-area h3 {
      font-size: 1.25em;
      padding-left: 5.333vw;
      padding-right: 6.666vw; } }
  #main-area h3.has-text-align-left {
    text-align: left; }
  #main-area h3.has-text-align-center {
    text-align: center; }
  #main-area h3.has-text-align-right {
    text-align: right; }

#main-area h4 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000;
  margin: 0 0 20px;
  padding: 12px 0;
  border-top: 2px solid #007D62;
  border-bottom: 2px solid #007D62;
  box-sizing: border-box;
  text-align: left; }
  @media screen and (max-width: 940px) {
    #main-area h4 {
      font-size: 1.125em; } }
  #main-area h4.has-text-align-left {
    text-align: left; }
  #main-area h4.has-text-align-center {
    text-align: center; }
  #main-area h4.has-text-align-right {
    text-align: right; }

#main-area h5 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #007D62;
  margin: 0 0 20px;
  padding: 0;
  text-align: left; }
  @media screen and (max-width: 940px) {
    #main-area h5 {
      font-size: 1.125em; } }
  #main-area h5.has-text-align-left {
    text-align: left; }
  #main-area h5.has-text-align-center {
    text-align: center; }
  #main-area h5.has-text-align-right {
    text-align: right; }

#main-area h6 {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #000;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  border-left: 5px solid #007D62;
  box-sizing: border-box;
  text-align: left; }
  @media screen and (max-width: 940px) {
    #main-area h6 {
      font-size: 1em;
      padding: 0 0 0 4vw; } }
  #main-area h6.has-text-align-left {
    text-align: left; }
  #main-area h6.has-text-align-center {
    text-align: center; }
  #main-area h6.has-text-align-right {
    text-align: right; }

.main-wpcontent h2 + h3,
.main-wpcontent h2 + section > h3:first-child,
.main-wpcontent > h2:first-child,
.wp-block-group__inner-container > h2:first-child,
.wp-block-column > h2:first-child,
#main-archive-area + h2,
h2:first-child,
h2 + table {
  margin-top: 0; }

.main-wpcontent h3 + h4,
.main-wpcontent h3 + section > h4:first-child,
.main-wpcontent > h3:first-child,
.wp-block-group__inner-container > h3:first-child,
.wp-block-column > h3:first-child,
#main-archive-area + h3,
h3:first-child,
h3 + table {
  margin-top: 0; }

.main-wpcontent h4 + h5,
.main-wpcontent h4 + section > h5:first-child,
.main-wpcontent > h4:first-child,
.wp-block-group__inner-container > h4:first-child,
.wp-block-column > h4:first-child,
#main-archive-area + h4,
h4:first-child,
h4 + table {
  margin-top: 0; }

.main-wpcontent h5 + h6,
.main-wpcontent h5 + section > h6:first-child,
.main-wpcontent > h5:first-child,
.wp-block-group__inner-container > h5:first-child,
.wp-block-column > h5:first-child,
#main-archive-area + h5,
h5:first-child,
h5 + table {
  margin-top: 0; }

.main-wpcontent h6 + h7,
.main-wpcontent h6 + section > h7:first-child,
.main-wpcontent > h6:first-child,
.wp-block-group__inner-container > h6:first-child,
.wp-block-column > h6:first-child,
#main-archive-area + h6,
h6:first-child,
h6 + table {
  margin-top: 0; }

/* セクション */
section {
  padding: 100px 0 0; }
  @media screen and (max-width: 940px) {
    section {
      padding-top: 70px; } }
  section:first-child {
    padding-top: 0; }
  section:last-child {
    padding-bottom: 0; }
  section::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0; }

/*--リスト--*/
ul, ol, dl {
  list-style-type: none;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 35px 0;
  padding: 0; }
  @media screen and (max-width: 940px) {
    ul, ol, dl {
      margin: 8vw 0; } }

.main-wpcontent ul > li dl, .main-wpcontent ul > li ul, .main-wpcontent ul > li ol, .main-wpcontent ol > li dl, .main-wpcontent ol > li ul, .main-wpcontent ol > li ol, dl dd dl, dl dd ul, dl dd ol {
  margin: 0 0 5px; }
  @media screen and (max-width: 940px) {
    .main-wpcontent ul > li dl, .main-wpcontent ul > li ul, .main-wpcontent ul > li ol, .main-wpcontent ol > li dl, .main-wpcontent ol > li ul, .main-wpcontent ol > li ol, dl dd dl, dl dd ul, dl dd ol {
      margin-bottom: 1.333vw; } }

.main-wpcontent ul > li {
  position: relative;
  margin: 0;
  padding: 0 0 15px 1.333em; }
  @media screen and (max-width: 940px) {
    .main-wpcontent ul > li {
      padding-bottom: 4vw; } }
  .main-wpcontent ul > li::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #000;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    left: 0.5em;
    top: 0.65em; }
ul > li {
  margin: 0;
  padding: 0; }
  ul > li:last-child {
    margin-bottom: 0; }

.main-wpcontent ol {
  counter-reset: ol-counter; }
  .main-wpcontent ol > li {
    position: relative;
    margin: 0;
    padding: 0 0 15px 1.333em; }
    @media screen and (max-width: 940px) {
      .main-wpcontent ol > li {
        padding-bottom: 4vw; } }
    .main-wpcontent ol > li::before {
      position: absolute;
      counter-increment: ol-counter;
      content: counter(ol-counter) ".";
      color: #000;
      font-size: 1em;
      top: 0em;
      left: 0em;
      width: 1.333em; }

dl dt {
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0; }
dl dd {
  margin: 0;
  padding: 0; }
  dl dd:last-child {
    margin-bottom: 0; }

/* --TABLE-- */
table {
  width: 100%;
  font-size: 100%;
  font-weight: normal;
  margin: 0 auto;
  /*border-top: 1px solid $c_off_black;*/ }
  table th {
    /*@extend %table_t;
    background-color: $c_back;*/ }
  table td {
    /*@extend %table_t;*/ }
  table dl:last-child,
  table ul:last-child,
  table p:last-child {
    margin-bottom: 0; }

/* --OTHER TAGS-- */
abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help; }

blockquote {
  background-color: #F5F4E5;
  border: 1px solid #6E6D6D;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  padding: 20px 30px;
  margin-top: div_m / 2;
  margin-bottom: div_m / 2; }
  @media screen and (max-width: 940px) {
    blockquote {
      margin-top: 6.4vw;
      margin-bottom: 6.4vw;
      padding: 3.2vw 4vw; } }
  blockquote dl:last-child,
  blockquote ul:last-child,
  blockquote p:last-child {
    margin-bottom: 0; }

small {
  font-size: 70%; }

em, span.em {
  color: #F00;
  font-weight: bold;
  font-style: normal;
  border-style: none; }

strong {
  font-weight: bold;
  font-style: normal;
  border-style: none; }

code {
  font-style: normal;
  font-weight: bold;
  color: #F0E86F;
  padding: 0 0.5em;
  border: 1px solid #6E6D6D;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  margin: 0 0.5em;
  background: #000; }

p {
  text-align: justify;
  text-justify: inter-ideograph;
  background-image: url(image/share/transparent.png);
  margin-bottom: 1.75em; }
  p:last-child {
    margin-bottom: 0; }

hr {
  display: block;
  margin-top: 70px;
  margin-bottom: 70px; }
  @media screen and (max-width: 940px) {
    hr {
      margin-top: 16vw;
      margin-bottom: 16vw; } }

figure {
  margin: 35px auto;
  padding: 0; }
  @media screen and (max-width: 940px) {
    figure {
      margin-top: 8vw;
      margin-bottom: 8vw; } }

figcaption {
  font-size: 16px;
  text-align: center;
  margin: 5px 0 0;
  padding: 0; }
  @media screen and (max-width: 940px) {
    figcaption {
      margin-top: 1.6vw; } }

address {
  font-style: normal; }

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

.pc-none {
  display: none; }

.sp-none {
  display: block; }

@media screen and (max-width: 940px) {
  .pc-br {
    display: none; } }

.sp-br {
  display: none; }
  @media screen and (max-width: 940px) {
    .sp-br {
      display: inline-block; } }

.fw_bold {
  font-weight: bold; }

/*==============================================
◆10：レイアウト設定
==============================================*/
/* ◆11 ボディー */
body {
  background-color: #062742;
  font-family: "garamond-premier-pro-display", "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  height: 100%;
  margin: 0;
  padding: 0; }

/*#mainScroll {
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 300;
  overflow-x: hidden;
  overflow-y: hidden;
  @include mq('sm') {
    padding-top: 24vw;
  }
}*/
/* ◆12 ヘッダー */
#header {
  /*position: fixed;*/
  width: 100%;
  height: 213px;
  /*border-bottom: 1px solid $c_gray;*/
  z-index: 9000;
  /*top: 0;
  left: 0;
  background-color: $c_white;*/
  /*margin-bottom: 55px;*/
  /*box-shadow: 0px 3px 6px #00000029;*/
  /*__inner*/ }
  @media screen and (max-width: 940px) {
    #header {
      height: 21.333333333333333vw;
      /*box-shadow: 0 0.8vw 1.6vw #00000029;*/ } }
  #header__inner {
    width: 940px;
    height: 150px;
    margin: 0 auto;
    padding: 35px 0;
    box-sizing: border-box;
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    @include mq('md') {
      width: auto;
    }*/
    /*identity-area*/
    /*#help-area*/ }
    @media screen and (max-width: 940px) {
      #header__inner {
        /*padding-left: 10.667vw;*/
        height: 21.333333333333333vw;
        position: relative;
        padding: 0;
        width: 100%;
        /*z-index: 10;*/ } }
    #header__inner #identity-area {
      /*flex: 0 0 317px;*/
      width: 360px;
      height: 80px;
      line-height: 1;
      margin: 0;
      float: left;
      display: inline-block; }
      @media screen and (max-width: 940px) {
        #header__inner #identity-area {
          display: none; } }
      #header__inner #identity-area h1 {
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
        display: inline; }
      #header__inner #identity-area img {
        width: 100%;
        height: auto; }
    #header__inner #identity-area-sp {
      display: none; }
      @media screen and (max-width: 940px) {
        #header__inner #identity-area-sp {
          /*flex: 0 0 67.2vw;*/
          display: inline-block;
          width: 72vw;
          height: 60px;
          margin: 10px 0 10px 20px;
          float: left; } }
      #header__inner #identity-area-sp h1 {
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
        display: inline; }
      #header__inner #identity-area-sp img {
        width: 100%;
        height: auto; }
    #header__inner #help-area {
      float: right;
      width: 260px;
      /*#hd-tel*/ }
      @media screen and (max-width: 940px) {
        #header__inner #help-area {
          display: none; } }
      #header__inner #help-area #hd-contact {
        widows: 100%;
        box-sizing: border-box;
        border: 1px solid #fff;
        text-align: center; }
        @media screen and (max-width: 940px) {
          #header__inner #help-area #hd-contact {
            display: none; } }
        #header__inner #help-area #hd-contact a {
          color: #fff;
          padding: 12px 0;
          box-sizing: border-box;
          display: inline-block; }
          #header__inner #help-area #hd-contact a::after {
            display: inline-block;
            font-family: 'icomoon';
            vertical-align: top;
            margin-left: 27px;
            margin-top: 0;
            content: "\e908";
            color: #fff;
            vertical-align: middle;
            font-size: 80%; }
      #header__inner #help-area #hd-tel {
        text-align: left;
        margin: 0 0 6px 0;
        color: #fff; }
        @media screen and (max-width: 940px) {
          #header__inner #help-area #hd-tel {
            display: none; } }
  #header #global-area {
    width: 100%;
    height: 63px;
    opacity: 1;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    box-sizing: border-box; }
    @media screen and (max-width: 940px) {
      #header #global-area {
        /*background: none;
        box-shadow: none;
        height: auto;*/
        display: none; } }
    #header #global-area__inner {
      width: 940px;
      margin: 0 auto;
      padding: 16px 0 0; }
      @media screen and (max-width: 940px) {
        #header #global-area__inner {
          /*width: auto;
          height: auto;
          margin: 0;
          padding: 0;*/
          display: none; } }
  #header #global-area-sp {
    display: none;
    /*border-top: 1px solid $c_gray;*/
    box-sizing: border-box; }
    @media screen and (max-width: 940px) {
      #header #global-area-sp {
        display: block;
        width: 100%;
        height: 63px;
        /*border-bottom: 1px solid $c_gray;*/
        /*background: none;
        box-shadow: none;
        height: auto;*/ } }
    #header #global-area-sp__inner {
      display: none;
      /*width: $width_min;
       margin: 0 auto;
       padding:16px 0 0;*/ }
      @media screen and (max-width: 940px) {
        #header #global-area-sp__inner {
          display: block;
          width: auto;
          height: auto;
          margin: 0;
          padding: 0; } }

/*hedder*/
/* ◆14 キービジュアル */
#top-main-pc {
  display: block; }
  @media screen and (max-width: 940px) {
    #top-main-pc {
      display: none; } }
  #top-main-pc img {
    width: 100%;
    height: auto;
    margin: 0 0 120px; }

#top-main-sp {
  display: none; }
  @media screen and (max-width: 940px) {
    #top-main-sp {
      display: block;
      width: 100%; } }
  #top-main-sp img {
    width: 100%;
    height: auto;
    margin: 0 0 80px; }

/* ◆15 コンテンツ */
#contents-area {
  width: 100%;
  margin: 0; }
  #contents-area__inner {
    width: 940px;
    text-align: center;
    margin: 0 auto 100px;
    padding: 0;
    color: #fff;
    box-sizing: border-box; }
    @media screen and (max-width: 940px) {
      #contents-area__inner {
        width: 90%;
        margin: 0 5% 70px; } }
    #contents-area__inner .block-media-text {
      margin: 70px 0; }
    #contents-area__inner a {
      color: #fff;
      text-decoration: underline; }
    #contents-area__inner h1 {
      background: #001626;
      padding: 20px;
      box-sizing: border-box;
      color: #fff;
      font-size: 26px;
      line-height: 37px;
      margin: 40px 0; }
      #contents-area__inner h1 small {
        font-size: 16px;
        display: block;
        font-weight: normal; }
    #contents-area__inner h2 {
      color: #fff;
      font-size: 22px;
      line-height: 36px;
      margin: 0 0 30px 0;
      padding: 0 0 10px 0;
      border-bottom: 1px solid #fff;
      text-align: left; }
    #contents-area__inner p {
      line-height: 32px;
      color: #fff; }
    #contents-area__inner h3 {
      color: #fff;
      font-size: 20px;
      line-height: 36px;
      margin: 0 0 30px 0;
      padding: 0 0 0 15px;
      border-left: 5px solid #fff;
      text-align: left; }
    #contents-area__inner .alignright {
      float: right;
      max-width: 100%;
      margin-left: 40px;
      margin-bottom: 1em;
      margin-top: 0; }
    #contents-area__inner .alignleft {
      float: left;
      max-width: 100%;
      margin-right: 40px;
      margin-bottom: 1em;
      margin-top: 0; }
    #contents-area__inner .aligncenter {
      float: none;
      max-width: 100%;
      margin-right: 1em;
      margin-left: 1em;
      margin-top: 0;
      margin-bottom: 40px; }
    #contents-area__inner .top-contens {
      margin-bottom: 100px;
      width: 100%; }
      #contents-area__inner .top-contens h2 {
        color: #fff;
        font-size: 30px;
        line-height: 44px;
        margin: 0 0 70px 0;
        padding: 0;
        border-bottom: 0px;
        text-align: center;
        position: relative; }
        @media screen and (max-width: 940px) {
          #contents-area__inner .top-contens h2 {
            font-size: 25px;
            line-height: 36px;
            /*z-index: -1;*/
            margin: 0 0 44px 0; } }
        #contents-area__inner .top-contens h2 span {
          font-size: 16px;
          font-weight: normal;
          display: block;
          padding: 5px 0 20px;
          line-height: 2em; }
          @media screen and (max-width: 940px) {
            #contents-area__inner .top-contens h2 span {
              font-size: 12px;
              line-height: 17px; } }
        #contents-area__inner .top-contens h2::after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          /* 位置調整 */
          transform: translate(-50%);
          /* 位置調整 */
          bottom: -1px;
          /* 下線の上下位置調整 */
          width: 26px;
          /* 下線の幅 */
          height: 1px;
          /* 下線の太さ */
          background: #fff; }
      #contents-area__inner .top-contens > p {
        line-height: 2em;
        text-align: justify; }
        #contents-area__inner .top-contens > p.sp-display {
          display: none; }
          @media screen and (max-width: 940px) {
            #contents-area__inner .top-contens > p.sp-display {
              display: block; } }
        @media screen and (max-width: 940px) {
          #contents-area__inner .top-contens > p.pc-display {
            display: none; } }
      @media screen and (max-width: 940px) {
        #contents-area__inner .top-contens img {
          width: 100%;
          height: auto;
          float: none;
          margin: 0 0 10px 0; } }
      #contents-area__inner .top-contens::after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0; }
    #contents-area__inner table {
      width: 100%;
      border-right: 1px solid #707070;
      border-top: 1px solid #707070;
      border-spacing: 0; }
      #contents-area__inner table tr td {
        padding: 20px;
        box-sizing: border-box;
        line-height: 2em;
        color: #fff;
        margin: 0;
        border-left: 1px solid #707070;
        border-bottom: 1px solid #707070;
        text-align: justify;
        font-weight: normal;
       /* &.bk-white {
      	  background: $c_off_white;
      	  color: $c_black;
        }*/ }
        #contents-area__inner table tr td .map-area {
          margin-top: 25px; }
          #contents-area__inner table tr td .map-area::after {
            content: "";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0; }
          #contents-area__inner table tr td .map-area ul {
            margin: 0;
            padding: 0;
            list-style: none; }
            #contents-area__inner table tr td .map-area ul li {
              float: left;
              margin-right: 90px;
              width: 325px; }
              @media screen and (max-width: 940px) {
                #contents-area__inner table tr td .map-area ul li {
                  float: none;
                  margin-right: 0;
                  width: 100%; } }
              #contents-area__inner table tr td .map-area ul li:last-child {
                margin-right: 0; }
              #contents-area__inner table tr td .map-area ul li img {
                width: 100%;
                height: auto; }
                @media screen and (max-width: 940px) {
                  #contents-area__inner table tr td .map-area ul li img {
                    margin-bottom: 15px; } }
      #contents-area__inner table tr th {
        background: #062742;
        margin: 0;
        padding: 20px;
        border-left: 1px solid #707070;
        border-bottom: 1px solid #707070;
        color: #fff;
        text-align: left; }
      #contents-area__inner table.alternating tr:nth-child(odd) td {
        background: #A0AFB9;
        color: #000; }
    #contents-area__inner .gallery3 ul {
      margin: 0;
      padding: 0;
      width: 100%;
      letter-spacing: -0.4em;
      /*display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;*/ }
      #contents-area__inner .gallery3 ul li {
        vertical-align: top;
        letter-spacing: normal;
        display: inline-block;
        margin: 0 50px 50px 0;
        text-align: center;
        width: 280px; }
        @media screen and (max-width: 940px) {
          #contents-area__inner .gallery3 ul li {
            margin-right: 0;
            margin-bottom: 60px;
            width: 100%; } }
        #contents-area__inner .gallery3 ul li:nth-child(3n) {
          margin-right: 0; }
          #contents-area__inner .gallery3 ul li:nth-child(3n):nth-last-child(-n+3) {
            margin-bottom: 0; }
            @media screen and (max-width: 940px) {
              #contents-area__inner .gallery3 ul li:nth-child(3n):nth-last-child(-n+3) {
                margin-bottom: 60px; } }
        #contents-area__inner .gallery3 ul li a img {
          display: block;
          margin: 0 0 20px 0;
          width: 280px;
          height: auto; }
          @media screen and (max-width: 940px) {
            #contents-area__inner .gallery3 ul li a img {
              width: 100%;
              margin: 0 auto 20px; } }
        #contents-area__inner .gallery3 ul li .gallery-name {
          margin-bottom: 5px; }
          #contents-area__inner .gallery3 ul li .gallery-name a {
            line-height: 23px;
            color: #fff;
            text-decoration: none; }
        #contents-area__inner .gallery3 ul li .gallery-owner {
          margin-bottom: 20px; }
          #contents-area__inner .gallery3 ul li .gallery-owner a {
            font-size: 14px;
            line-height: 20px;
            color: #fff;
            text-decoration: none; }
        #contents-area__inner .gallery3 ul li .gallery-detail a {
          display: block;
          color: #fff;
          border: 1px solid #fff;
          box-sizing: border-box;
          text-decoration: none;
          margin: 0;
          padding: 10px 0;
          line-height: 23px; }
          #contents-area__inner .gallery3 ul li .gallery-detail a::after {
            display: inline-block;
            font-family: 'icomoon';
            font-size: 12px;
            text-decoration: none;
            vertical-align: top;
            margin-left: 10px;
            /*margin-right: 3px;*/
            content: "\e908";
            color: #fff;
            vertical-align: middle; }
        #contents-area__inner .gallery3 ul li .gallery-detail a:hover {
          opacity: .7; }
    #contents-area__inner .gallery3::after {
      content: "";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0; }
    #contents-area__inner .gallery4 {
      width: 100%; }
      #contents-area__inner .gallery4 ul {
        margin: 0;
        padding: 0;
        width: 100%;
        letter-spacing: -0.4em; }
        #contents-area__inner .gallery4 ul::after {
          content: "";
          display: block;
          clear: both;
          visibility: hidden;
          line-height: 0; }
        #contents-area__inner .gallery4 ul li {
          vertical-align: top;
          letter-spacing: normal;
          display: inline-block;
          margin: 0 20px 20px 0;
          width: 220px;
          height: auto; }
          @media screen and (max-width: 940px) {
            #contents-area__inner .gallery4 ul li {
              width: 45%;
              height: auto;
              margin-right: 10%; } }
          #contents-area__inner .gallery4 ul li:nth-child(4n) {
            margin-right: 0; }
          @media screen and (max-width: 940px) {
            #contents-area__inner .gallery4 ul li:nth-child(2n) {
              margin-right: 0; } }
          #contents-area__inner .gallery4 ul li img {
            width: 100%;
            height: auto; }
    #contents-area__inner .btn01 a {
      display: inline-block;
      color: #fff;
      border: 1px solid #fff;
      box-sizing: border-box;
      margin: 0;
      padding: 15px 70px;
      line-height: 23px;
      text-decoration: none; }
      #contents-area__inner .btn01 a::after {
        display: inline-block;
        font-family: 'icomoon';
        font-size: 12px;
        text-decoration: none;
        vertical-align: top;
        margin-left: 10px;
        /*margin-right: 3px;*/
        content: "\e908";
        color: #fff;
        vertical-align: middle; }
    #contents-area__inner .btn02 a {
      display: inline-block;
      color: #062742;
      border: 1px solid #fff;
      background: #fff;
      box-sizing: border-box;
      margin: 0;
      padding: 15px 70px;
      line-height: 23px;
      text-decoration: none; }
      #contents-area__inner .btn02 a::after {
        display: inline-block;
        font-family: 'icomoon';
        font-size: 12px;
        text-decoration: none;
        vertical-align: top;
        margin-left: 10px;
        /*margin-right: 3px;*/
        content: "\e908";
        color: #062742;
        vertical-align: middle; }
    #contents-area__inner .btn03 a {
      display: inline-block;
      color: #062742;
      border: 1px solid #fff;
      background: #fff;
      box-sizing: border-box;
      margin: 0;
      padding: 15px 70px;
      line-height: 23px;
      text-decoration: none; }
      #contents-area__inner .btn03 a::after {
        display: inline-block;
        font-family: 'icomoon';
        font-size: 12px;
        text-decoration: none;
        vertical-align: top;
        margin-left: 10px;
        /*margin-right: 3px;*/
        content: "\e040";
        color: #062742;
        vertical-align: middle; }
    #contents-area__inner .qa-indent {
      padding-left: 2em;
      text-indent: -2.6em; }
      #contents-area__inner .qa-indent:first-letter {
        font-size: 32px;
        color: #F00; }
    #contents-area__inner .beforeafter {
      /*border: 1px solid $c_white;
      padding: 50px 70px;
      margin-bottom: 50px;
      box-sizing: border-box;*/
    /*@include mq('sm') {
  			   border: none;
  			   padding: 0;
  		  		}*/ }
      #contents-area__inner .beforeafter img {
        height: auto;
        width: 100%;
        margin-bottom: 50px; }
    #contents-area__inner .flow-box {
      position: relative;
      margin: 0;
      padding: 0;
      /*z-index: -1;*/ }
      #contents-area__inner .flow-box h2 {
        margin-bottom: 60px; }
      #contents-area__inner .flow-box h3 {
        position: relative;
        margin-bottom: 10px; }
      #contents-area__inner .flow-box p {
        margin-bottom: 50px;
        position: relative; }
        #contents-area__inner .flow-box p::after {
          display: inline-block;
          font-family: 'icomoon';
          position: absolute;
          vertical-align: bottom;
          left: 20px;
          bottom: -40px;
          content: "\e006";
          color: #F00; }
      #contents-area__inner .flow-box span {
        display: block;
        line-height: 2em; }
      #contents-area__inner .flow-box li {
        border: 1px solid #707070;
        margin: 0 0 70px 0;
        padding: 30px;
        box-sizing: border-box;
        width: 100%;
        position: relative; }
        #contents-area__inner .flow-box li::after {
          display: inline-block;
          font-family: 'icomoon';
          vertical-align: top;
          content: "\e010";
          color: #fff;
          position: absolute;
          bottom: -50px;
          left: 35px;
          font-size: 2em; }
        #contents-area__inner .flow-box li:last-child::after {
          content: ""; }
    #contents-area__inner .example-btn-area {
      width: 100%;
      /*ul*/ }
      #contents-area__inner .example-btn-area ul {
        margin: 0;
        padding: 0;
        letter-spacing: -0.4em;
        display: inline-flex;
        /*li*/ }
        @media screen and (max-width: 940px) {
          #contents-area__inner .example-btn-area ul {
            text-align: center;
            width: 100%;
            display: block; } }
        #contents-area__inner .example-btn-area ul li {
          display: inline-block;
          letter-spacing: normal;
          vertical-align: top;
          margin: 0 50px 0 0;
          padding: 0;
          background: #fff;
          box-shadow: inset 0px -6px 6px #00000029;
          width: 280px;
          height: 80px;
          border-radius: 5px; }
          @media screen and (max-width: 940px) {
            #contents-area__inner .example-btn-area ul li {
              width: 100%;
              margin: 0 0 30px 0; } }
          #contents-area__inner .example-btn-area ul li:last-child {
            margin-right: 0; }
          #contents-area__inner .example-btn-area ul li a {
            color: #062742;
            padding: 28px;
            line-height: 1.5;
            display: block;
            text-decoration: none;
            box-sizing: border-box;
            text-align: center; }
            #contents-area__inner .example-btn-area ul li a::after {
              display: inline-block;
              font-family: 'icomoon';
              vertical-align: top;
              content: "\e908";
              color: #062742;
              margin-left: 10px;
              font-size: 60%;
              margin-top: 6px; }
            #contents-area__inner .example-btn-area ul li a::before {
              content: " ";
              display: inline-block;
              vertical-align: top;
              background-repeat: no-repeat;
              background-position: left top;
              background-size: contain;
              line-height: 0;
              width: 40px;
              height: 40px;
              margin-right: 10px;
              margin-top: -10px; }
          #contents-area__inner .example-btn-area ul li.example-list a::before {
            background-image: url("image/newhouse/example/example-icon01.png"); }
          #contents-area__inner .example-btn-area ul li.qa a::before {
            background-image: url("image/newhouse/example/example-icon02.png"); }
          #contents-area__inner .example-btn-area ul li.contact a::before {
            background-image: url("image/newhouse/example/example-icon03.png"); }

/* ◆19 フッター */
#footer {
  margin: 0;
  padding: 0;
  background: #001626;
  width: 100%;
  /*footer-nav-area*/ }
  #footer__inner {
    width: 940px;
    text-align: center;
    margin: 0 auto;
    height: auto;
    padding: 50px 0 10px;
    color: #fff; }
    @media screen and (max-width: 940px) {
      #footer__inner {
        width: 100%;
        padding: 50px 5% 10px;
        box-sizing: border-box; } }
  #footer #footer-nav-area {
    margin: 0 auto 35px;
    /*ul*/ }
    @media screen and (max-width: 940px) {
      #footer #footer-nav-area {
        display: none; } }
    #footer #footer-nav-area ul {
      margin: 0;
      padding: 0;
      /*letter-spacing: -0.4em;*/
      text-align: center;
      display: flex;
      width: 100%;
      /*li*/ }
      #footer #footer-nav-area ul li {
        /*display: inline-block;*/
        /*letter-spacing: normal;
        vertical-align: top;*/
        margin: 0;
        padding: 0;
        flex: 1;
        border-right: 1px solid #707070;
        /*a*/ }
        #footer #footer-nav-area ul li:last-child {
          border-right: 0; }
        #footer #footer-nav-area ul li a {
          color: #fff;
          padding: 0;
          line-height: 1.5;
          display: block;
          font-size: 14px; }
  #footer #ft-logo {
    margin: 0 auto 15px;
    text-align: center; }
    @media screen and (max-width: 940px) {
      #footer #ft-logo {
        margin: 0 0 15px;
        width: 100%; } }
    #footer #ft-logo img {
      width: 360px;
      height: 80px; }
      @media screen and (max-width: 940px) {
        #footer #ft-logo img {
          width: 100%;
          height: auto; } }
  #footer address {
    font-size: 12px;
    margin: 0 0 40px;
    text-align: center;
    font-style: normal; }
    @media screen and (max-width: 940px) {
      #footer address {
        margin: 0 0 30px; } }
    #footer address .name,
    #footer address .tel-fax {
      margin-left: 12px; }
      @media screen and (max-width: 940px) {
        #footer address .name,
        #footer address .tel-fax {
          display: block; } }
  #footer #copyright {
    font-size: 12px;
    line-height: 1.5;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 940px) {
      #footer #copyright {
        letter-spacing: -0.02em;
        padding-bottom: 70px; } }

#spft-fixed {
  display: none; }
  @media screen and (max-width: 940px) {
    #spft-fixed {
      display: block;
      background: #707070;
      position: fixed !important;
      left: 0;
      bottom: 0;
      height: auto;
      width: 100%;
      z-index: 9990; } }
  @media screen and (max-width: 940px) {
    #spft-fixed #sp-footer {
      /*letter-spacing: -0.4em;	*/
      margin: 0;
      padding: 0;
      text-align: center; } }
  #spft-fixed #sp-footer li {
    /*&:last-child {
    	@include mq('sm') {
    		padding-right: 0;
    		border-right: 0px;
    	 }
      }*/ }
    @media screen and (max-width: 940px) {
      #spft-fixed #sp-footer li {
        /*display: inline-block;*/
        float: left;
        letter-spacing: normal;
        position: relative;
        vertical-align: baseline;
        font-size: 16px;
        line-height: 23px;
        margin: 0;
        width: 78.66666666vw;
        box-sizing: border-box;
        font-weight: bold; } }
    #spft-fixed #sp-footer li a {
   /*	&::before {
		@include mq('sm') {
			content: " ";
			display: block;
			font-family: 'icomoon';
			color: $c_green-main;
			background-size: contain;
			}
      }*/ }
      @media screen and (max-width: 940px) {
        #spft-fixed #sp-footer li a {
          color: #fff;
          display: block;
          padding: 15px 0;
          text-decoration: none; } }

/*#spft-fixed #sp-footer li.spft-contact a:before { 
	background-image: url("image/share/mail_icon.png");
	width: 17px;
	height: 12px;
	margin-left: 8.8vw;
	margin-bottom: 5px;
}
#spft-fixed #sp-footer li.spft-accessmap a:before {
	background-image: url("image/share/pin_icon.png");
	width: 11px;
	height: 19px;
    margin-left: 9.6vw;
}
#spft-fixed #sp-footer li.spft-entry a:before {
	background-image: url("image/share/document_icon.png");
	width: 13px;
	height: 17px;
	margin-left: 11vw;/*
}*/
#pagetop {
  position: fixed;
  background: url("image/share/pagetop.png") center center no-repeat;
  background-size: contain;
  width: 53px;
  height: 53px;
  bottom: 30px;
  right: 50px;
  z-index: 9000;
  transition: opacity 300ms ease-in-out; }
  #pagetop span {
    display: none; }
  @media screen and (max-width: 940px) {
    #pagetop {
      bottom: 0;
      right: 0;
    /*width: 16vw;
    height: 65px;
	color: $c_white;	
	font-size: 3.7333vw;*/
      width: 21.3333333vw;
      height: 53px;
      font-size: 12px;
      background: #fff;
      z-index: 9999;
      text-align: center;
      box-sizing: border-box;
      background-image: none;
      /*padding: 15px;*/
      vertical-align: baseline; }
      #pagetop span {
        display: block;
        color: #062742; } }
  #pagetop:hover {
    opacity: 0.8;
    cursor: pointer; }
  @media screen and (max-width: 940px) {
    #pagetop::before {
      /*content: "\e008";*/
      content: "";
      display: block;
      background: url("image/share/pagetop.png") center center no-repeat;
      /*font-family: 'icomoon';*/
      color: #062742;
      width: 18px;
      height: 18px;
      margin-left: 8.266666666vw;
      margin-top: 15px; } }

#post-date {
  text-align: right;
  margin-bottom: 60px; }

.pagelink {
  margin-bottom: 50px; }
  .pagelink li {
    float: left;
    width: 33%;
    text-align: center; }
    .pagelink li::last-child {
      float: right; }
    .pagelink li a {
      position: relative;
      font-size: 1.125em;
      font-weight: #007D62;
      line-height: 1.333;
      color: #fff;
      background-color: #007D62;
      border: 1px solid #007D62;
      border-radius: 5px;
      display: inline;
      padding: 15px 25px;
      font-weight: normal;
      min-width: 220px;
      box-sizing: border-box; }
      @media screen and (max-width: 940px) {
        .pagelink li a {
          padding: 4vw 2vw;
          min-width: 56vw;
          font-size: 12px; } }
  .pagelink::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0; }

/* スライダー（施工事例）slick用ののCSSに追記分 */
.thumbnail-custom .slick-active,
.thumbnail-custom .slick-cloned {
  width: 225px !important; }
  @media screen and (max-width: 940px) {
    .thumbnail-custom .slick-active,
    .thumbnail-custom .slick-cloned {
      width: 41.5vw !important; } }

.thumbnail-custom .slick-list {
  margin: 0 20px; }
  @media screen and (max-width: 940px) {
    .thumbnail-custom .slick-list {
      margin: 0 4%;
      height: 22.7vw; } }

.slick-slider {
  width: 450px;
  float: left;
  margin-right: 30px;
  margin-bottom: 80px;
  cursor: pointer; }
  @media screen and (max-width: 940px) {
    .slick-slider {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 15px;
      /*z-index: -1;*/ } }

@media screen and (max-width: 940px) {
  .slick-slide img {
    width: 100%;
    height: auto; } }

.thumbnail {
  width: 100% !important;
  float: none;
  /*@include mq('sm') {
  	width: 84%!important;
  }*/ }

.example-text-pc {
  width: 460px;
  float: left; }
  @media screen and (max-width: 940px) {
    .example-text-pc {
      display: none; } }

.example-text-sp {
  display: none; }
  @media screen and (max-width: 940px) {
    .example-text-sp {
      display: block;
      width: 100%;
      float: none;
      margin-bottom: 50px; } }

.example-owner {
  text-align: right;
  font-weight: bold; }

.thumbnail-custom::after,
.slider-custom::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0; }

.thumbnail-img {
  width: 182px !important;
  height: 120px; }
  @media screen and (max-width: 940px) {
    .thumbnail-img {
      width: 100% !important;
      height: auto !important; } }

.thumbnail-img img {
  background: #fff;
  opacity: .5; }
  @media screen and (max-width: 940px) {
    .thumbnail-img img {
      width: 80%;
      margin: 0 10%; } }

.slick-current img {
  opacity: 1; }

.slick-prev,
.slick-next {
  width: 20px !important;
  height: 35px !important; }
  @media screen and (max-width: 940px) {
    .slick-prev,
    .slick-next {
      width: 20px !important;
      height: 20px !important; } }

@media screen and (max-width: 940px) {
  .slick-next {
    right: 0 !important; } }

@media screen and (max-width: 940px) {
  .slick-prev {
    left: 0 !important;
    /*z-index: 1;*/ } }

.slick-prev:before,
.slick-next:before {
  border: 1px solid #fff;
  box-sizing: border-box;
  font-family: "icomoon" !important;
  font-size: 10px !important;
  padding: 11px 5px; }
  @media screen and (max-width: 940px) {
    .slick-prev:before,
    .slick-next:before {
      /*font-size: 10px!important;*/
      padding: 0 !important;
      border: none !important;
      /*padding: 25px 4px!important;*/ } }

.slick-next:before {
  content: "" !important; }

.slick-prev:before {
  content: "" !important; }

.slick-cloned img {
  opacity: .7; }

/*タブ部分*/
.tab01 {
  width: 100%;
  margin: 0 auto 50px; }

/*タブのスタイル*/
.tab02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px; }

.tab02:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #1f71b5;
  display: block;
  order: -1; }

.tab_label {
  height: 60px;
  line-height: 60px;
  color: #062742;
  background: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1; }

.tab_label:not(:last-of-type) {
  margin-right: 5px; }

.tab_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0; }

/* アクティブタブ */
.tab_active:checked + .tab_label {
  color: #fff;
  background: #1f71b5; }

.tab_active:checked + .tab_label + .tab_content {
  height: auto;
  overflow: auto;
  padding: 40px 0;
  opacity: 1;
  transition: .5s opacity; }
  @media screen and (max-width: 940px) {
    .tab_active:checked + .tab_label + .tab_content {
      padding: 30px 0 0; } }

/* ラジオボタン非表示 */
.tab_active {
  display: none; }

/* お問い合わせフォーム　スマートフォン用 */
@media screen and (max-width: 940px) {
  #mailformpro dl dt {
    width: 100% !important; } }

@media screen and (max-width: 940px) {
  #mailformpro dl dd {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
    padding: 5px !important; } }

@media screen and (max-width: 940px) {
  #mailformpro dl dd::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0; } }

@media screen and (max-width: 940px) {
  .mfp_rows .mfp_col3 {
    width: 55% !important; } }

@media screen and (max-width: 940px) {
  .mfp_rows .mfp_col6 {
    width: 100% !important; } }

@media screen and (max-width: 940px) {
  .mfp_rows .mfp_col7 {
    width: 100% !important; } }

@media screen and (max-width: 940px) {
  .mfp_rows .mfp_col4 {
    width: 50% !important; } }

/*==============================================
◆40：各コンテンツ
==============================================*/
#shop-archive--list,
#top-shoplist--list--gourmet,
#top-shoplist--list--goods,
#top-shoplist--list--service,
#top-shoplist--list--lesson {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -60px;
  padding: 0; }
  @media screen and (max-width: 940px) {
    #shop-archive--list,
    #top-shoplist--list--gourmet,
    #top-shoplist--list--goods,
    #top-shoplist--list--service,
    #top-shoplist--list--lesson {
      display: block;
      margin-bottom: 0; } }
  #shop-archive--list::after,
  #top-shoplist--list--gourmet::after,
  #top-shoplist--list--goods::after,
  #top-shoplist--list--service::after,
  #top-shoplist--list--lesson::after {
    content: "";
    display: block;
    flex: 0 0 342px; }
    @media screen and (max-width: 840px) {
      #shop-archive--list::after,
      #top-shoplist--list--gourmet::after,
      #top-shoplist--list--goods::after,
      #top-shoplist--list--service::after,
      #top-shoplist--list--lesson::after {
        flex: 0 0 48%;
        max-width: 342px; } }
    @media screen and (max-width: 940px) {
      #shop-archive--list::after,
      #top-shoplist--list--gourmet::after,
      #top-shoplist--list--goods::after,
      #top-shoplist--list--service::after,
      #top-shoplist--list--lesson::after {
        display: none; } }
  #shop-archive--list > li, #top-shoplist--list--gourmet > li, #top-shoplist--list--goods > li, #top-shoplist--list--service > li, #top-shoplist--list--lesson > li {
    flex: 0 0 342px;
    position: relative;
    background-color: #fff;
    margin: 0 0 60px;
    padding: 70px 27px 40px 27px;
    border-top: 5px solid #000;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
    border-radius: 0px 0px 20px 20px;
    box-sizing: border-box;
    transition: opacity 300ms ease-in-out; }
    @media screen and (max-width: 840px) {
      #shop-archive--list > li, #top-shoplist--list--gourmet > li, #top-shoplist--list--goods > li, #top-shoplist--list--service > li, #top-shoplist--list--lesson > li {
        flex: 0 0 48%;
        max-width: 342px; } }
    @media screen and (max-width: 940px) {
      #shop-archive--list > li, #top-shoplist--list--gourmet > li, #top-shoplist--list--goods > li, #top-shoplist--list--service > li, #top-shoplist--list--lesson > li {
        flex: none;
        display: flex;
        justify-content: space-between;
        margin-bottom: 8vw;
        border-top-width: 1.333vw;
        padding: 12vw 4vw 6.4vw 6.4vw;
        box-shadow: 0px 0.8vw 1.6vw rgba(0, 0, 0, 0.29);
        border-radius: 0px 0px 5.333vw 5.333vw; } }
    #top-gourmet #shop-archive--list > li, #shop-archive.term-gourmet #shop-archive--list > li,
    #top-gourmet #top-shoplist--list--gourmet > li, #shop-archive.term-gourmet #top-shoplist--list--gourmet > li,
    #top-gourmet #top-shoplist--list--goods > li, #shop-archive.term-gourmet #top-shoplist--list--goods > li,
    #top-gourmet #top-shoplist--list--service > li, #shop-archive.term-gourmet #top-shoplist--list--service > li,
    #top-gourmet #top-shoplist--list--lesson > li, #shop-archive.term-gourmet #top-shoplist--list--lesson > li {
      border-top-color: #F86571; }
    #top-goods #shop-archive--list > li, #shop-archive.term-goods #shop-archive--list > li, #top-goods #top-shoplist--list--gourmet > li, #shop-archive.term-goods #top-shoplist--list--gourmet > li, #top-goods #top-shoplist--list--goods > li, #shop-archive.term-goods #top-shoplist--list--goods > li, #top-goods #top-shoplist--list--service > li, #shop-archive.term-goods #top-shoplist--list--service > li, #top-goods #top-shoplist--list--lesson > li, #shop-archive.term-goods #top-shoplist--list--lesson > li {
      border-top-color: #5BB334; }
    #top-service #shop-archive--list > li, #shop-archive.term-service #shop-archive--list > li, #top-service #top-shoplist--list--gourmet > li, #shop-archive.term-service #top-shoplist--list--gourmet > li, #top-service #top-shoplist--list--goods > li, #shop-archive.term-service #top-shoplist--list--goods > li, #top-service #top-shoplist--list--service > li, #shop-archive.term-service #top-shoplist--list--service > li, #top-service #top-shoplist--list--lesson > li, #shop-archive.term-service #top-shoplist--list--lesson > li {
      border-top-color: #FF9B12; }
    #top-lesson #shop-archive--list > li, #shop-archive.term-lesson #shop-archive--list > li, #top-lesson #top-shoplist--list--gourmet > li, #shop-archive.term-lesson #top-shoplist--list--gourmet > li, #top-lesson #top-shoplist--list--goods > li, #shop-archive.term-lesson #top-shoplist--list--goods > li, #top-lesson #top-shoplist--list--service > li, #shop-archive.term-lesson #top-shoplist--list--service > li, #top-lesson #top-shoplist--list--lesson > li, #shop-archive.term-lesson #top-shoplist--list--lesson > li {
      border-top-color: #8D79C7; }
    #shop-archive.term-obu #shop-archive--list > li, #shop-archive.term-obu #top-shoplist--list--gourmet > li, #shop-archive.term-obu #top-shoplist--list--goods > li, #shop-archive.term-obu #top-shoplist--list--service > li, #shop-archive.term-obu #top-shoplist--list--lesson > li {
      border-top-color: #FFD52C; }
    #shop-archive.term-higashiura #shop-archive--list > li, #shop-archive.term-higashiura #top-shoplist--list--gourmet > li, #shop-archive.term-higashiura #top-shoplist--list--goods > li, #shop-archive.term-higashiura #top-shoplist--list--service > li, #shop-archive.term-higashiura #top-shoplist--list--lesson > li {
      border-top-color: #56C1DC; }
    #shop-archive--list > li::before, #top-shoplist--list--gourmet > li::before, #top-shoplist--list--goods > li::before, #top-shoplist--list--service > li::before, #top-shoplist--list--lesson > li::before {
      display: none; }
    #shop-archive--list > li:hover, #top-shoplist--list--gourmet > li:hover, #top-shoplist--list--goods > li:hover, #top-shoplist--list--service > li:hover, #top-shoplist--list--lesson > li:hover {
      opacity: 0.8; }
    #shop-archive--list > li .shop-archive-list--img, #top-shoplist--list--gourmet > li .shop-archive-list--img, #top-shoplist--list--goods > li .shop-archive-list--img, #top-shoplist--list--service > li .shop-archive-list--img, #top-shoplist--list--lesson > li .shop-archive-list--img {
      position: relative;
      margin: 0 0 17px; }
      @media screen and (max-width: 940px) {
        #shop-archive--list > li .shop-archive-list--img, #top-shoplist--list--gourmet > li .shop-archive-list--img, #top-shoplist--list--goods > li .shop-archive-list--img, #top-shoplist--list--service > li .shop-archive-list--img, #top-shoplist--list--lesson > li .shop-archive-list--img {
          flex: 0 0 34.133vw;
          margin-bottom: 0; } }
      #shop-archive--list > li .shop-archive-list--img img, #top-shoplist--list--gourmet > li .shop-archive-list--img img, #top-shoplist--list--goods > li .shop-archive-list--img img, #top-shoplist--list--service > li .shop-archive-list--img img, #top-shoplist--list--lesson > li .shop-archive-list--img img {
        border-radius: 5px;
        width: 100%;
        height: auto; }
        @media screen and (max-width: 940px) {
          #shop-archive--list > li .shop-archive-list--img img, #top-shoplist--list--gourmet > li .shop-archive-list--img img, #top-shoplist--list--goods > li .shop-archive-list--img img, #top-shoplist--list--service > li .shop-archive-list--img img, #top-shoplist--list--lesson > li .shop-archive-list--img img {
            border-radius: 1.333vw; } }
    #shop-archive--list > li .shop-archive-list--area, #top-shoplist--list--gourmet > li .shop-archive-list--area, #top-shoplist--list--goods > li .shop-archive-list--area, #top-shoplist--list--service > li .shop-archive-list--area, #top-shoplist--list--lesson > li .shop-archive-list--area {
      position: absolute;
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 0.05em;
      line-height: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      width: 57px;
      height: 57px;
      border-radius: 50%;
      top: 0;
      left: 0;
      -webkit-transform: translate(-25%, -50%);
      transform: translate(-25%, -50%); }
      @media screen and (max-width: 940px) {
        #shop-archive--list > li .shop-archive-list--area, #top-shoplist--list--gourmet > li .shop-archive-list--area, #top-shoplist--list--goods > li .shop-archive-list--area, #top-shoplist--list--service > li .shop-archive-list--area, #top-shoplist--list--lesson > li .shop-archive-list--area {
          font-size: 3.2vw;
          width: 10.667vw;
          height: 10.667vw;
          -webkit-transform: translate(-27.5%, -65%);
          transform: translate(-27.5%, -65%); } }
      #shop-archive--list > li .shop-archive-list--area--obu, #top-shoplist--list--gourmet > li .shop-archive-list--area--obu, #top-shoplist--list--goods > li .shop-archive-list--area--obu, #top-shoplist--list--service > li .shop-archive-list--area--obu, #top-shoplist--list--lesson > li .shop-archive-list--area--obu {
        background-color: #FFED60; }
      #shop-archive--list > li .shop-archive-list--area--higashiura, #top-shoplist--list--gourmet > li .shop-archive-list--area--higashiura, #top-shoplist--list--goods > li .shop-archive-list--area--higashiura, #top-shoplist--list--service > li .shop-archive-list--area--higashiura, #top-shoplist--list--lesson > li .shop-archive-list--area--higashiura {
        background-color: #A5E4F4; }
    @media screen and (max-width: 940px) {
      #shop-archive--list > li .shop-archive-list--textarea, #top-shoplist--list--gourmet > li .shop-archive-list--textarea, #top-shoplist--list--goods > li .shop-archive-list--textarea, #top-shoplist--list--service > li .shop-archive-list--textarea, #top-shoplist--list--lesson > li .shop-archive-list--textarea {
        flex: 0 0 44vw; } }
    #shop-archive--list > li .shop-archive-list--tag, #top-shoplist--list--gourmet > li .shop-archive-list--tag, #top-shoplist--list--goods > li .shop-archive-list--tag, #top-shoplist--list--service > li .shop-archive-list--tag, #top-shoplist--list--lesson > li .shop-archive-list--tag {
      font-size: 14px;
      font-weight: normal;
      font-family: "garamond-premier-pro-display", "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
      letter-spacing: 0;
      line-height: 1.571;
      margin: 0 0 7px; }
      @media screen and (max-width: 940px) {
        #shop-archive--list > li .shop-archive-list--tag, #top-shoplist--list--gourmet > li .shop-archive-list--tag, #top-shoplist--list--goods > li .shop-archive-list--tag, #top-shoplist--list--service > li .shop-archive-list--tag, #top-shoplist--list--lesson > li .shop-archive-list--tag {
          font-size: 3.2vw;
          margin-bottom: 2.667vw; } }
      #shop-archive--list > li .shop-archive-list--tag span, #top-shoplist--list--gourmet > li .shop-archive-list--tag span, #top-shoplist--list--goods > li .shop-archive-list--tag span, #top-shoplist--list--service > li .shop-archive-list--tag span, #top-shoplist--list--lesson > li .shop-archive-list--tag span {
        display: inline-block;
        margin: 0 10px 5px 0;
        padding: 0 20px;
        border: 1px solid #000;
        border-radius: 99999px;
        background-color: #fff;
        color: #000; }
        @media screen and (max-width: 940px) {
          #shop-archive--list > li .shop-archive-list--tag span, #top-shoplist--list--gourmet > li .shop-archive-list--tag span, #top-shoplist--list--goods > li .shop-archive-list--tag span, #top-shoplist--list--service > li .shop-archive-list--tag span, #top-shoplist--list--lesson > li .shop-archive-list--tag span {
            margin: 0 2.667vw 1.333vw 0;
            padding: 0 5.333vw; } }
        #top-gourmet #shop-archive--list > li .shop-archive-list--tag span, #shop-archive.term-gourmet #shop-archive--list > li .shop-archive-list--tag span, #top-gourmet #top-shoplist--list--gourmet > li .shop-archive-list--tag span, #shop-archive.term-gourmet #top-shoplist--list--gourmet > li .shop-archive-list--tag span, #top-gourmet #top-shoplist--list--goods > li .shop-archive-list--tag span, #shop-archive.term-gourmet #top-shoplist--list--goods > li .shop-archive-list--tag span, #top-gourmet #top-shoplist--list--service > li .shop-archive-list--tag span, #shop-archive.term-gourmet #top-shoplist--list--service > li .shop-archive-list--tag span, #top-gourmet #top-shoplist--list--lesson > li .shop-archive-list--tag span, #shop-archive.term-gourmet #top-shoplist--list--lesson > li .shop-archive-list--tag span {
          border-color: #F86571; }
        #top-goods #shop-archive--list > li .shop-archive-list--tag span, #shop-archive.term-goods #shop-archive--list > li .shop-archive-list--tag span, #top-goods #top-shoplist--list--gourmet > li .shop-archive-list--tag span, #shop-archive.term-goods #top-shoplist--list--gourmet > li .shop-archive-list--tag span, #top-goods #top-shoplist--list--goods > li .shop-archive-list--tag span, #shop-archive.term-goods #top-shoplist--list--goods > li .shop-archive-list--tag span, #top-goods #top-shoplist--list--service > li .shop-archive-list--tag span, #shop-archive.term-goods #top-shoplist--list--service > li .shop-archive-list--tag span, #top-goods #top-shoplist--list--lesson > li .shop-archive-list--tag span, #shop-archive.term-goods #top-shoplist--list--lesson > li .shop-archive-list--tag span {
          border-color: #5BB334; }
        #top-service #shop-archive--list > li .shop-archive-list--tag span, #shop-archive.term-service #shop-archive--list > li .shop-archive-list--tag span, #top-service #top-shoplist--list--gourmet > li .shop-archive-list--tag span, #shop-archive.term-service #top-shoplist--list--gourmet > li .shop-archive-list--tag span, #top-service #top-shoplist--list--goods > li .shop-archive-list--tag span, #shop-archive.term-service #top-shoplist--list--goods > li .shop-archive-list--tag span, #top-service #top-shoplist--list--service > li .shop-archive-list--tag span, #shop-archive.term-service #top-shoplist--list--service > li .shop-archive-list--tag span, #top-service #top-shoplist--list--lesson > li .shop-archive-list--tag span, #shop-archive.term-service #top-shoplist--list--lesson > li .shop-archive-list--tag span {
          border-color: #FF9B12; }
        #top-lesson #shop-archive--list > li .shop-archive-list--tag span, #shop-archive.term-lesson #shop-archive--list > li .shop-archive-list--tag span, #top-lesson #top-shoplist--list--gourmet > li .shop-archive-list--tag span, #shop-archive.term-lesson #top-shoplist--list--gourmet > li .shop-archive-list--tag span, #top-lesson #top-shoplist--list--goods > li .shop-archive-list--tag span, #shop-archive.term-lesson #top-shoplist--list--goods > li .shop-archive-list--tag span, #top-lesson #top-shoplist--list--service > li .shop-archive-list--tag span, #shop-archive.term-lesson #top-shoplist--list--service > li .shop-archive-list--tag span, #top-lesson #top-shoplist--list--lesson > li .shop-archive-list--tag span, #shop-archive.term-lesson #top-shoplist--list--lesson > li .shop-archive-list--tag span {
          border-color: #8D79C7; }
    #shop-archive--list > li .shop-archive-list--title, #top-shoplist--list--gourmet > li .shop-archive-list--title, #top-shoplist--list--goods > li .shop-archive-list--title, #top-shoplist--list--service > li .shop-archive-list--title, #top-shoplist--list--lesson > li .shop-archive-list--title {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0.05em;
      line-height: 1.389;
      text-align: left; }
      @media screen and (max-width: 940px) {
        #shop-archive--list > li .shop-archive-list--title, #top-shoplist--list--gourmet > li .shop-archive-list--title, #top-shoplist--list--goods > li .shop-archive-list--title, #top-shoplist--list--service > li .shop-archive-list--title, #top-shoplist--list--lesson > li .shop-archive-list--title {
          font-size: 3.733vw; } }
    #shop-archive--list > li .shop-archive-list--link, #top-shoplist--list--gourmet > li .shop-archive-list--link, #top-shoplist--list--goods > li .shop-archive-list--link, #top-shoplist--list--service > li .shop-archive-list--link, #top-shoplist--list--lesson > li .shop-archive-list--link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

#top #main-area {
  width: auto; }
#top #footer {
  margin-top: 0; }
#top .top--title {
  font-size: 45px;
  font-weight: bold;
  font-family: "garamond-premier-pro-display", "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  color: #5A3F02;
  margin: 0 0 12px;
  padding: 0; }
  @media screen and (max-width: 940px) {
    #top .top--title {
      font-size: 7.467vw;
      margin-bottom: 2.4vw; } }
#top .top--subtitle {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #5A3F02;
  margin: 0 0 45px;
  padding: 0; }
  @media screen and (max-width: 940px) {
    #top .top--subtitle {
      font-size: 3.733vw;
      margin-bottom: 6.667vw; } }

#top-mainimg {
  background: url("image/top/bg-top-mainimg.png") center top no-repeat;
  height: 550px;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 940px) {
    #top-mainimg {
      background: url("image/top/bg-top-mainimg-sp.svg") center top no-repeat;
      background-size: cover;
      height: 101.333vw; } }
  #top-mainimg__inner {
    width: 940px;
    margin: 0 auto; }
    @media screen and (max-width: 1140px) {
      #top-mainimg__inner {
        width: auto;
        padding: 0 20px; } }
    @media screen and (max-width: 940px) {
      #top-mainimg__inner {
        padding: 0 5.333vw; } }
    #top-mainimg__inner .top-mainimg--title {
      font-size: 0;
      line-height: 0;
      height: 550px; }
      @media screen and (max-width: 940px) {
        #top-mainimg__inner .top-mainimg--title {
          height: 101.333vw; } }

#top-topics {
  /*padding: 50px 0 40px;*/
  margin-bottom: 60px;
  /*__inner*/ }
  @media screen and (max-width: 940px) {
    #top-topics {
      margin-bottom: 30px; } }
  #top-topics__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /*--.top-topics*/
    /*tab_panel*/ }
    @media screen and (max-width: 1140px) {
      #top-topics__inner {
        width: auto;
        padding: 0 20px; } }
    @media screen and (max-width: 940px) {
      #top-topics__inner {
        /*padding: 0 $padding_sp;*/
        padding: 0; } }
    #top-topics__inner .top-topics {
      /*--title*/ }
      #top-topics__inner .top-topics--title {
        position: relative;
        font-size: 1.875em;
        /*round($main_font_size * 1.875);*/
        letter-spacing: 0;
        margin-bottom: 35px; }
        @media screen and (max-width: 940px) {
          #top-topics__inner .top-topics--title {
            font-size: 7.467vw;
            margin-bottom: 30px; } }
    #top-topics__inner .tab_wrap {
      width: 100%;
      margin: 0 auto; }
    #top-topics__inner input[type="radio"] {
      display: none; }
    #top-topics__inner .tab_area {
      font-size: 0;
      margin: 0 auto;
      width: 940px;
      text-align: left; }
      @media screen and (max-width: 940px) {
        #top-topics__inner .tab_area {
          width: 100%;
          padding: 30px 5.333vw 0;
          box-sizing: border-box;
          background: #F2FFFD;
          letter-spacing: -0.4em; } }
    #top-topics__inner .tab_area label {
      /*width:150px;*/
      margin: 0 10px 0 0;
      display: inline-block;
      padding: 8px 45px;
      color: #000;
      background: #cccccc;
      text-align: center;
      font-size: 16px;
      letter-spacing: normal;
      line-height: 1.5;
      cursor: pointer;
      transition: ease 0.5s opacity;
      box-sizing: border-box;
      border-radius: 10px 10px 0 0; }
      @media screen and (max-width: 940px) {
        #top-topics__inner .tab_area label {
          width: 42vw;
          margin: 0 5.333vw 5vw 0;
          padding: 8px 0;
          border-radius: 10px; }
          #top-topics__inner .tab_area label:nth-child(even) {
            margin-right: 0; }
          #top-topics__inner .tab_area label:last-child, #top-topics__inner .tab_area label:nth-last-child(2):nth-child(odd) {
            margin-bottom: 0; } }
    #top-topics__inner .tab_area label:hover {
      opacity: 0.7; }
    #top-topics__inner .panel_area {
      background: #F2FFFD;
      width: 100%;
      margin: 0 auto;
      padding: 50px 0;
      border-top: 2px solid #007D62; }
      @media screen and (max-width: 940px) {
        #top-topics__inner .panel_area {
          padding: 30px 0;
          border-top: 0px; } }
    #top-topics__inner .tab_panel {
      margin: 0 auto;
      width: 940px;
      display: none;
      /*ul*/
      /*top-topics-rist-link*/ }
      @media screen and (max-width: 940px) {
        #top-topics__inner .tab_panel {
          width: 100%;
          padding: 0 5.333vw;
          box-sizing: border-box; } }
      #top-topics__inner .tab_panel ul {
        margin: 0 0 40px 0;
        padding: 0;
        /*li*/ }
        @media screen and (max-width: 940px) {
          #top-topics__inner .tab_panel ul {
            margin: 0 0 30px 0; } }
        #top-topics__inner .tab_panel ul li {
          border-bottom: 1px solid #B9B9B9;
          margin: 0 0 20px 0;
          padding: 0 0 20px 0;
          line-height: 1.5;
          /*a*/ }
          @media screen and (max-width: 940px) {
            #top-topics__inner .tab_panel ul li {
              margin: 0 0 15px 0;
              padding: 0 0 15px 0; } }
          #top-topics__inner .tab_panel ul li:last-child {
            margin-bottom: 0; }
          #top-topics__inner .tab_panel ul li a {
            color: #000;
            font-size: 1.125em;
            /*round($main_font_size * 1.125)*/
            /*span*/ }
            @media screen and (max-width: 940px) {
              #top-topics__inner .tab_panel ul li a {
                font-size: 1em; } }
            #top-topics__inner .tab_panel ul li a span {
              margin-right: 80px;
              font-size: 0.777777em; }
              @media screen and (max-width: 940px) {
                #top-topics__inner .tab_panel ul li a span {
                  margin-right: 0;
                  display: block;
                  font-size: 0.722222em; } }
      #top-topics__inner .tab_panel .top-topics-rist-link {
        width: 251px;
        height: 40px;
        border: 1px solid #007D62;
        border-radius: 24px;
        display: inline-block;
        background: #fff;
        /*a*/ }
        #top-topics__inner .tab_panel .top-topics-rist-link a {
          color: #000;
          font-size: 16px;
          padding: 7px 0;
          display: block; }
          #top-topics__inner .tab_panel .top-topics-rist-link a::after {
            display: inline-block;
            font-family: 'icomoon';
            text-decoration: none;
            vertical-align: top;
            margin-left: 3px;
            margin-top: -2px;
            content: "\e007";
            color: #007D62;
            vertical-align: middle;
            font-size: 80%; }
    #top-topics__inner #tab1:checked ~ .tab_area .tab1_label,
    #top-topics__inner #tab2:checked ~ .tab_area .tab2_label,
    #top-topics__inner #tab3:checked ~ .tab_area .tab3_label,
    #top-topics__inner #tab4:checked ~ .tab_area .tab4_label,
    #top-topics__inner #tab5:checked ~ .tab_area .tab5_label,
    #top-topics__inner #tab6:checked ~ .tab_area .tab6_label {
      background: #007D62;
      color: #fff;
      padding-top: 20px; }
      @media screen and (max-width: 940px) {
        #top-topics__inner #tab1:checked ~ .tab_area .tab1_label,
        #top-topics__inner #tab2:checked ~ .tab_area .tab2_label,
        #top-topics__inner #tab3:checked ~ .tab_area .tab3_label,
        #top-topics__inner #tab4:checked ~ .tab_area .tab4_label,
        #top-topics__inner #tab5:checked ~ .tab_area .tab5_label,
        #top-topics__inner #tab6:checked ~ .tab_area .tab6_label {
          padding-top: 8px; } }
    #top-topics__inner #tab1:checked ~ .panel_area #panel1,
    #top-topics__inner #tab2:checked ~ .panel_area #panel2,
    #top-topics__inner #tab3:checked ~ .panel_area #panel3,
    #top-topics__inner #tab4:checked ~ .panel_area #panel4,
    #top-topics__inner #tab5:checked ~ .panel_area #panel5,
    #top-topics__inner #tab6:checked ~ .panel_area #panel6 {
      display: block; }

/*top-topics*/
#top-banner-area01,
#top-banner-area02,
#banner-area {
  width: 940px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 940px) {
    #top-banner-area01,
    #top-banner-area02,
    #banner-area {
      width: 100%; } }
  #top-banner-area01 ul,
  #top-banner-area02 ul,
  #banner-area ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 940px) {
      #top-banner-area01 ul,
      #top-banner-area02 ul,
      #banner-area ul {
        display: inline-block; } }
    #top-banner-area01 ul li,
    #top-banner-area02 ul li,
    #banner-area ul li {
      margin: 0 20px 20px 0; }
      @media screen and (max-width: 940px) {
        #top-banner-area01 ul li,
        #top-banner-area02 ul li,
        #banner-area ul li {
          margin: 0 0 15px; } }

#top-banner-area01 {
  margin-bottom: 60px; }
  @media screen and (max-width: 940px) {
    #top-banner-area01 {
      margin: 0 0 30px 0; } }
  #top-banner-area01 ul li:nth-child(3n) {
    margin-right: 0; }
  #top-banner-area01 ul li:nth-last-child(1),
  #top-banner-area01 ul li:nth-last-child(2):nth-child(3n+1),
  #top-banner-area01 ul li:nth-last-child(2):nth-child(3n+2),
  #top-banner-area01 ul li:nth-last-child(3):nth-child(3n+1) {
    margin-bottom: 0; }
    @media screen and (max-width: 940px) {
      #top-banner-area01 ul li:nth-last-child(1),
      #top-banner-area01 ul li:nth-last-child(2):nth-child(3n+1),
      #top-banner-area01 ul li:nth-last-child(2):nth-child(3n+2),
      #top-banner-area01 ul li:nth-last-child(3):nth-child(3n+1) {
        margin-bottom: 15px; } }
  @media screen and (max-width: 940px) {
    #top-banner-area01 ul li:last-child {
      margin-bottom: 0; } }
  #top-banner-area01 ul li img {
    width: 320px;
    height: 120px; }
    @media screen and (max-width: 940px) {
      #top-banner-area01 ul li img {
        width: 62.66666vw;
        height: auto;
        line-height: 0;
        vertical-align: top; } }

#top-banner-area02,
#banner-area {
  margin-bottom: 90px; }
  @media screen and (max-width: 940px) {
    #top-banner-area02,
    #banner-area {
      margin: 0 5.333vw 60px;
      width: 89.34vw; } }
  @media screen and (max-width: 940px) {
    #top-banner-area02 ul,
    #banner-area ul {
      letter-spacing: -0.4em; } }
  @media screen and (max-width: 940px) {
    #top-banner-area02 ul li,
    #banner-area ul li {
      width: 42vw;
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      margin: 0 5.333vw 15px 0; } }
  #top-banner-area02 ul li:nth-child(4n),
  #banner-area ul li:nth-child(4n) {
    margin-right: 0; }
  #top-banner-area02 ul li:nth-last-child(1), #top-banner-area02 ul li:nth-last-child(2):nth-child(4n+1), #top-banner-area02 ul li:nth-last-child(2):nth-child(4n+2), #top-banner-area02 ul li:nth-last-child(2):nth-child(4n+3), #top-banner-area02 ul li:nth-last-child(3):nth-child(4n+1), #top-banner-area02 ul li:nth-last-child(3):nth-child(4n+2), #top-banner-area02 ul li:nth-last-child(4):nth-child(4n+1),
  #banner-area ul li:nth-last-child(1),
  #banner-area ul li:nth-last-child(2):nth-child(4n+1),
  #banner-area ul li:nth-last-child(2):nth-child(4n+2),
  #banner-area ul li:nth-last-child(2):nth-child(4n+3),
  #banner-area ul li:nth-last-child(3):nth-child(4n+1),
  #banner-area ul li:nth-last-child(3):nth-child(4n+2),
  #banner-area ul li:nth-last-child(4):nth-child(4n+1) {
    margin-bottom: 0; }
    @media screen and (max-width: 940px) {
      #top-banner-area02 ul li:nth-last-child(1), #top-banner-area02 ul li:nth-last-child(2):nth-child(4n+1), #top-banner-area02 ul li:nth-last-child(2):nth-child(4n+2), #top-banner-area02 ul li:nth-last-child(2):nth-child(4n+3), #top-banner-area02 ul li:nth-last-child(3):nth-child(4n+1), #top-banner-area02 ul li:nth-last-child(3):nth-child(4n+2), #top-banner-area02 ul li:nth-last-child(4):nth-child(4n+1),
      #banner-area ul li:nth-last-child(1),
      #banner-area ul li:nth-last-child(2):nth-child(4n+1),
      #banner-area ul li:nth-last-child(2):nth-child(4n+2),
      #banner-area ul li:nth-last-child(2):nth-child(4n+3),
      #banner-area ul li:nth-last-child(3):nth-child(4n+1),
      #banner-area ul li:nth-last-child(3):nth-child(4n+2),
      #banner-area ul li:nth-last-child(4):nth-child(4n+1) {
        margin-bottom: 15px; } }
  @media screen and (max-width: 940px) {
    #top-banner-area02 ul li:nth-child(even),
    #banner-area ul li:nth-child(even) {
      margin-right: 0; } }
  @media screen and (max-width: 940px) {
    #top-banner-area02 ul li:last-child, #top-banner-area02 ul li:nth-last-child(2):nth-child(odd),
    #banner-area ul li:last-child,
    #banner-area ul li:nth-last-child(2):nth-child(odd) {
      margin-bottom: 0; } }
  #top-banner-area02 ul li img,
  #banner-area ul li img {
    width: 235px;
    height: 95px; }
    @media screen and (max-width: 940px) {
      #top-banner-area02 ul li img,
      #banner-area ul li img {
        width: 42vw;
        height: auto;
        line-height: 0;
        vertical-align: top; } }

@media screen and (max-width: 940px) {
  #banner-area {
    margin: 0 0 60px; } }

#top-corona {
  margin: 0 0 70px;
  padding: 0; }
  @media screen and (max-width: 1140px) {
    #top-corona {
      padding: 0 20px; } }
  @media screen and (max-width: 940px) {
    #top-corona {
      margin-bottom: 10.667vw;
      padding: 0 5.333vw; } }
  #top-corona__inner {
    width: 940px;
    border: 1px solid #F86571;
    margin: 0 auto;
    padding: 20px 40px;
    box-sizing: border-box; }
    @media screen and (max-width: 1140px) {
      #top-corona__inner {
        width: auto; } }
    @media screen and (max-width: 940px) {
      #top-corona__inner {
        padding: 4vw;
        border: 2px solid #F86571; } }
    #top-corona__inner p {
      font-size: 14px;
      line-height: 1.786;
      letter-spacing: 0;
      text-align: center; }
      @media screen and (max-width: 940px) {
        #top-corona__inner p {
          font-size: 3.2vw;
          line-height: 1.636; } }

#archive-topics-area {
  /*ul*/ }
  #archive-topics-area ul {
    margin: 0 0 40px 0;
    padding: 0;
    /*li*/ }
    @media screen and (max-width: 940px) {
      #archive-topics-area ul {
        margin: 0 0 30px 0; } }
    #archive-topics-area ul li {
      border-bottom: 1px solid #B9B9B9;
      margin: 0 0 20px 0;
      padding: 0 0 20px 0;
      line-height: 1.5;
      /*a*/ }
      @media screen and (max-width: 940px) {
        #archive-topics-area ul li {
          margin: 0 0 15px 0;
          padding: 0 0 15px 0; } }
      #archive-topics-area ul li:last-child {
        margin-bottom: 0; }
      #archive-topics-area ul li a {
        color: #000;
        font-size: 1.125em;
        /*round($main_font_size * 1.125);*/
        /*span*/ }
        @media screen and (max-width: 940px) {
          #archive-topics-area ul li a {
            font-size: 1em; } }
        #archive-topics-area ul li a span {
          margin-right: 80px;
          font-size: 0.777777em; }
          @media screen and (max-width: 940px) {
            #archive-topics-area ul li a span {
              margin-right: 0;
              display: block;
              font-size: 0.722222em; } }
        #archive-topics-area ul li a em {
          background: #707070;
          color: #fff;
          font-size: 0.722222em;
          padding: 5px;
          margin-right: 10px;
          border-radius: 5px; }

#top-news {
  margin: 0;
  padding: 40px 0;
  background-color: #FFFBEB; }
  @media screen and (max-width: 940px) {
    #top-news {
      padding-top: 6.667vw;
      padding-bottom: 6.667vw; } }
  #top-news__inner {
    width: 940px;
    margin: 0 auto;
    padding: 0; }
    @media screen and (max-width: 1140px) {
      #top-news__inner {
        width: auto;
        padding: 0 20px; } }
    @media screen and (max-width: 940px) {
      #top-news__inner {
        padding: 0 5.333vw; } }
    #top-news__inner .top-news--subtitle {
      margin-bottom: 35px; }
      @media screen and (max-width: 940px) {
        #top-news__inner .top-news--subtitle {
          padding-bottom: 6.667vw; } }
    #top-news__inner .top-news--link {
      margin: 40px auto 0; }
      @media screen and (max-width: 940px) {
        #top-news__inner .top-news--link {
          margin-top: 6.667vw; } }
      #top-news__inner .top-news--link a {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0;
        color: #000;
        background-color: #fff;
        border: 1px solid #6E6D6D;
        border-radius: 9999px;
        width: 250px;
        height: 40px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center; }
        @media screen and (max-width: 940px) {
          #top-news__inner .top-news--link a {
            font-size: 4.267vw;
            width: 66.667vw;
            height: 10.667vw; } }
        #top-news__inner .top-news--link a::after {
          content: "";
          display: inline-block;
          width: 9px;
          height: 40px;
          background: url("image/share/icon-arrow-r.svg") center center no-repeat;
          background-size: contain;
          margin: 0 0 0 7px; }
          @media screen and (max-width: 940px) {
            #top-news__inner .top-news--link a::after {
              width: 2.933vw;
              height: 10.667vw;
              margin-left: 2.667vw; } }

#top-news--list,
#archive-news-list {
  margin: 0;
  padding: 0; }
  #top-news--list > li,
  #archive-news-list > li {
    position: relative;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px dashed #6E6D6D;
    display: flex;
    transition: opacity 300ms ease-in-out; }
    @media screen and (max-width: 940px) {
      #top-news--list > li,
      #archive-news-list > li {
        display: block;
        padding: 4vw 0; } }
    #top-news--list > li:hover,
    #archive-news-list > li:hover {
      opacity: 0.8; }
    #top-news--list > li::before,
    #archive-news-list > li::before {
      display: none; }
    #top-news--list > li .top-news-list--date,
    #top-news--list > li .archive-news-list--date,
    #archive-news-list > li .top-news-list--date,
    #archive-news-list > li .archive-news-list--date {
      flex: 0 0 160px;
      max-width: 160px;
      font-size: 16px;
      line-height: 1.5;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 1140px) {
        #top-news--list > li .top-news-list--date,
        #top-news--list > li .archive-news-list--date,
        #archive-news-list > li .top-news-list--date,
        #archive-news-list > li .archive-news-list--date {
          flex: 0 0 120px;
          max-width: 120px; } }
      @media screen and (max-width: 940px) {
        #top-news--list > li .top-news-list--date,
        #top-news--list > li .archive-news-list--date,
        #archive-news-list > li .top-news-list--date,
        #archive-news-list > li .archive-news-list--date {
          flex: none;
          max-width: inherit;
          display: block;
          font-size: 3.467vw;
          margin-bottom: 2.667vw; } }
    #top-news--list > li .top-news-list--title,
    #top-news--list > li .archive-news-list--title,
    #archive-news-list > li .top-news-list--title,
    #archive-news-list > li .archive-news-list--title {
      flex: 0 1 100%;
      font-size: 16px;
      line-height: 1.5;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 940px) {
        #top-news--list > li .top-news-list--title,
        #top-news--list > li .archive-news-list--title,
        #archive-news-list > li .top-news-list--title,
        #archive-news-list > li .archive-news-list--title {
          flex: none;
          display: block;
          font-size: 3.467vw; } }
    #top-news--list > li .top-news-list--link,
    #top-news--list > li .archive-news-list--link,
    #archive-news-list > li .top-news-list--link,
    #archive-news-list > li .archive-news-list--link {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

#top-coupon {
  margin: 0;
  padding: 80px 0 0; }
  #top-coupon__inner {
    width: 940px;
    margin: 0 auto; }
    @media screen and (max-width: 1140px) {
      #top-coupon__inner {
        width: auto;
        padding: 0 20px; } }
    @media screen and (max-width: 1140px) {
      #top-coupon__inner {
        padding: 0 5.333vw; } }
    #top-coupon__inner .top-coupon--link a img {
      width: 100%;
      height: auto; }
      #top-coupon__inner .top-coupon--link a img.img-pc {
        display: block; }
        @media screen and (max-width: 840px) {
          #top-coupon__inner .top-coupon--link a img.img-pc {
            display: none; } }
      #top-coupon__inner .top-coupon--link a img.img-tab {
        display: none; }
        @media screen and (max-width: 840px) {
          #top-coupon__inner .top-coupon--link a img.img-tab {
            display: block;
            max-width: 500px;
            margin: 0 auto; } }
        @media screen and (max-width: 940px) {
          #top-coupon__inner .top-coupon--link a img.img-tab {
            display: none; } }
      #top-coupon__inner .top-coupon--link a img.img-sp {
        display: none; }
        @media screen and (max-width: 940px) {
          #top-coupon__inner .top-coupon--link a img.img-sp {
            display: block; } }

#top-area {
  margin: 0;
  padding: 80px 0 120px; }
  @media screen and (max-width: 940px) {
    #top-area {
      padding-top: 10.667vw;
      padding-bottom: 13.333vw; } }
  #top-area__inner {
    width: 940px;
    margin: 0 auto;
    padding: 0; }
    @media screen and (max-width: 1140px) {
      #top-area__inner {
        width: auto;
        padding: 0 20px; } }
    @media screen and (max-width: 940px) {
      #top-area__inner {
        padding: 0 5.333vw; } }

#top-area--list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 840px) {
    #top-area--list {
      display: block; } }
  @media screen and (max-width: 940px) {
    #top-area--list {
      display: flex; } }
  #top-area--list > li {
    flex: 0 0 450px;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1140px) {
      #top-area--list > li {
        flex: 0 0 48%;
        max-width: 450px; } }
    @media screen and (max-width: 840px) {
      #top-area--list > li {
        flex: none;
        margin: 0 auto;
        width: 450px;
        margin-bottom: 45px; }
        #top-area--list > li:last-child {
          margin-bottom: 0; } }
    @media screen and (max-width: 940px) {
      #top-area--list > li {
        flex: 0 0 36vw;
        width: auto;
        margin: 0; } }
    #top-area--list > li a img {
      max-width: 100%;
      height: auto; }
      #top-area--list > li a img.img-pc {
        display: block; }
        @media screen and (max-width: 940px) {
          #top-area--list > li a img.img-pc {
            display: none; } }
      #top-area--list > li a img.img-sp {
        display: none; }
        @media screen and (max-width: 940px) {
          #top-area--list > li a img.img-sp {
            display: block; } }

#top-gourmet,
#top-goods,
#top-service,
#top-lesson {
  margin: 0;
  padding: 70px 0 180px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1080px auto; }
  @media screen and (max-width: 1140px) {
    #top-gourmet,
    #top-goods,
    #top-service,
    #top-lesson {
      margin: 0;
      padding: 70px 0 14.286vw;
      background-size: 100% auto; } }
  @media screen and (max-width: 940px) {
    #top-gourmet,
    #top-goods,
    #top-service,
    #top-lesson {
      padding: 16vw 0 34.667vw;
      background-size: 100% auto; } }
  #top-gourmet__inner,
  #top-goods__inner,
  #top-service__inner,
  #top-lesson__inner {
    width: 940px;
    margin: 0 auto; }
    @media screen and (max-width: 1140px) {
      #top-gourmet__inner,
      #top-goods__inner,
      #top-service__inner,
      #top-lesson__inner {
        width: 800px;
        padding: 0 20px;
        box-sizing: border-box; } }
    @media screen and (max-width: 840px) {
      #top-gourmet__inner,
      #top-goods__inner,
      #top-service__inner,
      #top-lesson__inner {
        width: auto;
        padding: 0 2.6665vw; } }
  #top-gourmet .top-shoplist--title,
  #top-goods .top-shoplist--title,
  #top-service .top-shoplist--title,
  #top-lesson .top-shoplist--title {
    font-size: 45px;
    font-weight: bold;
    font-family: "garamond-premier-pro-display", "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.15em;
    line-height: 1;
    text-align: center;
    color: #5A3F02;
    margin: 0 0 12px;
    padding: 38px 0 0;
    background: url("image/top/top-h2-flag.svg") center top no-repeat;
    background-size: 500px auto; }
    @media screen and (max-width: 940px) {
      #top-gourmet .top-shoplist--title,
      #top-goods .top-shoplist--title,
      #top-service .top-shoplist--title,
      #top-lesson .top-shoplist--title {
        font-size: 8vw;
        margin-bottom: 2.4vw;
        padding-top: 8vw;
        background-image: url("image/top/top-h2-flag-sp.svg");
        background-size: 93.333vw auto; } }
  #top-gourmet .top-shoplist--subtitle,
  #top-goods .top-shoplist--subtitle,
  #top-service .top-shoplist--subtitle,
  #top-lesson .top-shoplist--subtitle {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    color: #5A3F02;
    margin: 0 0 45px;
    padding: 0; }
    @media screen and (max-width: 940px) {
      #top-gourmet .top-shoplist--subtitle,
      #top-goods .top-shoplist--subtitle,
      #top-service .top-shoplist--subtitle,
      #top-lesson .top-shoplist--subtitle {
        font-size: 3.733vw;
        margin-bottom: 9.6vw; } }

#top-gourmet {
  background-image: url("image/share/town-gourmet.svg");
  background-color: #FCECEC; }
  @media screen and (max-width: 940px) {
    #top-gourmet {
      background-image: url("image/share/town-gourmet-sp.svg"); } }
  #top-gourmet .top-shoplist--subtitle {
    color: #F86571; }

#top-goods {
  background-image: url("image/share/town-goods.svg");
  background-color: #E4F5E2; }
  @media screen and (max-width: 940px) {
    #top-goods {
      background-image: url("image/share/town-goods-sp.svg"); } }
  #top-goods .top-shoplist--subtitle {
    color: #5BB334; }

#top-service {
  background-image: url("image/share/town-service.svg");
  background-color: #FDF3E5; }
  @media screen and (max-width: 940px) {
    #top-service {
      background-image: url("image/share/town-service-sp.svg"); } }
  #top-service .top-shoplist--subtitle {
    color: #FF9B12; }

#top-lesson {
  background-image: url("image/share/town-lesson.svg");
  background-color: #F3F2F8; }
  @media screen and (max-width: 940px) {
    #top-lesson {
      background-image: url("image/share/town-lesson-sp.svg"); } }
  #top-lesson .top-shoplist--subtitle {
    color: #8D79C7; }

#lowerpage-h1 {
  margin: 0;
  padding: 25px 0;
  background-color: #F5F4E5; }
  @media screen and (max-width: 940px) {
    #lowerpage-h1 {
      /*margin-bottom: 14.667vw;*/
      padding: 6.666vw 0; } }
  #shop-single.shop-cat-gourmet #lowerpage-h1, #shop-archive.term-gourmet #lowerpage-h1 {
    background-color: #FCECEC; }
  #shop-single.shop-cat-goods #lowerpage-h1, #shop-archive.term-goods #lowerpage-h1 {
    background-color: #E4F5E2; }
  #shop-single.shop-cat-service #lowerpage-h1, #shop-archive.term-service #lowerpage-h1 {
    background-color: #FDF3E5; }
  #shop-single.shop-cat-lesson #lowerpage-h1, #shop-archive.term-lesson #lowerpage-h1 {
    background-color: #F3F2F8; }
  #shop-archive.term-obu #lowerpage-h1 {
    background-color: #FFED60; }
  #shop-archive.term-higashiura #lowerpage-h1 {
    background-color: #A5E4F4; }
  #lowerpage-h1__inner {
    width: 940px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 1140px) {
      #lowerpage-h1__inner {
        width: auto;
        height: auto;
        padding: 0 20px; } }
    @media screen and (max-width: 940px) {
      #lowerpage-h1__inner {
        padding: 0 5.333vw; } }
    #lowerpage-h1__inner #lowerpage-h1--tag {
      font-size: 14px;
      font-weight: normal;
      font-family: "garamond-premier-pro-display", "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
      letter-spacing: 0;
      line-height: 1.571;
      margin: 0 0 10px; }
      @media screen and (max-width: 940px) {
        #lowerpage-h1__inner #lowerpage-h1--tag {
          font-size: 3.733vw;
          margin-bottom: 2.667vw; } }
      #lowerpage-h1__inner #lowerpage-h1--tag a {
        display: inline-block;
        margin: 0 5px;
        padding: 0 20px;
        border: 1px solid #000;
        border-radius: 99999px;
        background-color: #fff;
        color: #000; }
        @media screen and (max-width: 940px) {
          #lowerpage-h1__inner #lowerpage-h1--tag a {
            margin: 0 1.333vw;
            padding: 0 5.333vw; } }
        #shop-single.shop-cat-gourmet #lowerpage-h1__inner #lowerpage-h1--tag a {
          border-color: #F86571; }
        #shop-single.shop-cat-goods #lowerpage-h1__inner #lowerpage-h1--tag a {
          border-color: #5BB334; }
        #shop-single.shop-cat-service #lowerpage-h1__inner #lowerpage-h1--tag a {
          border-color: #FF9B12; }
        #shop-single.shop-cat-lesson #lowerpage-h1__inner #lowerpage-h1--tag a {
          border-color: #8D79C7; }
        #lowerpage-h1__inner #lowerpage-h1--tag a.lowerpage-h1--tag--obu {
          border-color: #FFD52C; }
        #lowerpage-h1__inner #lowerpage-h1--tag a.lowerpage-h1--tag--higashiura {
          border-color: #56C1DC; }
    #lowerpage-h1__inner #lowerpage-h1--title {
      font-size: 2.1875em;
      /*35*/
      /*round($main_font_size * 2.1875);*/
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.05em;
      text-align: center;
      color: #000;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 940px) {
        #lowerpage-h1__inner #lowerpage-h1--title {
          font-size: 8vw; } }
    #lowerpage-h1__inner #lowerpage-h1--copy {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: 0.05em;
      text-align: center;
      margin: 14px 0 0; }
      @media screen and (max-width: 940px) {
        #lowerpage-h1__inner #lowerpage-h1--copy {
          font-size: 4.8vw;
          margin-top: 4vw; } }
      #shop-single.shop-cat-gourmet #lowerpage-h1__inner #lowerpage-h1--copy {
        color: #F86571; }
      #shop-single.shop-cat-goods #lowerpage-h1__inner #lowerpage-h1--copy {
        color: #5BB334; }
      #shop-single.shop-cat-service #lowerpage-h1__inner #lowerpage-h1--copy {
        color: #FF9B12; }
      #shop-single.shop-cat-lesson #lowerpage-h1__inner #lowerpage-h1--copy {
        color: #8D79C7; }

#topicPath {
  width: 100%;
  margin: 0 0 31px;
  background-color: #F8FAF9;
  padding: 0; }
  #topicPath #topicPath-inner {
    width: 940px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: left;
    line-height: 1.75;
    font-size: .8125em;
    /*round($main_font_size * 0.8125);*/
    color: #000; }
    @media screen and (max-width: 940px) {
      #topicPath #topicPath-inner {
        width: 100%;
        padding: 15px 5.333vw;
        box-sizing: border-box; } }
    #topicPath #topicPath-inner a {
      color: #000; }

#shop-archive #main-area {
  width: 940px; }
  @media screen and (max-width: 1140px) {
    #shop-archive #main-area {
      width: 800px;
      padding: 0 20px; } }
  @media screen and (max-width: 840px) {
    #shop-archive #main-area {
      width: auto;
      padding: 0 2.6665vw; } }

#shop-single #main-area {
  width: auto; }
#shop-single #footer {
  margin-top: 0; }

#shop--mainimg {
  max-width: 800px;
  margin: 0 auto 45px; }
  @media screen and (max-width: 940px) {
    #shop--mainimg {
      margin-bottom: 12vw; } }
  #shop--mainimg img {
    width: 100%;
    height: auto;
    border-radius: 5px; }
    @media screen and (max-width: 940px) {
      #shop--mainimg img {
        border-radius: 1.333vw; } }

#shop-ippin {
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 0; }
  @media screen and (max-width: 940px) {
    #shop-ippin {
      margin-bottom: 13.333vw; } }
  #shop-ippin .shop-ippin--title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #000;
    margin: 0 0 7px;
    padding: 0 0 0 40px;
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: auto 30px;
    border: none; }
    @media screen and (max-width: 940px) {
      #shop-ippin .shop-ippin--title {
        font-size: 6.4vw;
        margin-bottom: 1.867vw;
        padding-left: 5.333vw;
        background-size: auto 6.4vw;
        background-position: left 2.133vw; } }
    #shop-single.shop-cat-gourmet #shop-ippin .shop-ippin--title {
      background-image: url("image/share/flag-gourmet.svg"); }
    #shop-single.shop-cat-goods #shop-ippin .shop-ippin--title {
      background-image: url("image/share/flag-goods.svg"); }
    #shop-single.shop-cat-service #shop-ippin .shop-ippin--title {
      background-image: url("image/share/flag-service.svg"); }
    #shop-single.shop-cat-lesson #shop-ippin .shop-ippin--title {
      background-image: url("image/share/flag-lesson.svg"); }
  #shop-ippin .shop-ippin--price {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #000;
    margin: 0 0 25px;
    padding: 0; }
    @media screen and (max-width: 940px) {
      #shop-ippin .shop-ippin--price {
        font-size: 5.333vw;
        margin-bottom: 6.667vw; } }
  #shop-ippin .shop-ippin--box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media screen and (max-width: 840px) {
      #shop-ippin .shop-ippin--box {
        display: block; } }
    #shop-ippin .shop-ippin--box--l {
      flex: 0 0 380px; }
      @media screen and (max-width: 840px) {
        #shop-ippin .shop-ippin--box--l {
          flex: none;
          margin: 0 0 30px; } }
    #shop-ippin .shop-ippin--box--r {
      position: relative;
      flex: 0 0 390px; }
      @media screen and (max-width: 840px) {
        #shop-ippin .shop-ippin--box--r {
          flex: none;
          max-width: 390px;
          margin: 0 auto; } }
      @media screen and (max-width: 940px) {
        #shop-ippin .shop-ippin--box--r {
          max-width: inherit; } }
  #shop-ippin .shop--staff--img {
    display: flex;
    align-items: flex-end;
    margin: 0;
    padding: 0; }
    #shop-ippin .shop--staff--img img {
      flex: 0 0 175px;
      width: 175px;
      height: auto; }
      @media screen and (max-width: 940px) {
        #shop-ippin .shop--staff--img img {
          flex: 0 0 40vw;
          width: 40vw; } }
    #shop-ippin .shop--staff--img figcaption {
      flex: 0 0 auto;
      font-size: 12px;
      font-weight: normal;
      line-height: 1.417;
      letter-spacing: 0;
      text-align: justify;
      text-justify: inter-ideograph;
      color: #000;
      margin: 0 0 0 30px;
      padding: 0; }
      @media screen and (max-width: 940px) {
        #shop-ippin .shop--staff--img figcaption {
          font-size: 3.2vw;
          margin-left: 4vw; } }
  #shop-ippin .shop--staff--text {
    position: absolute;
    top: 18px;
    right: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.429;
    letter-spacing: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #000;
    width: 185px;
    height: 117px;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 15px;
    margin: 0;
    padding: 18px;
    z-index: 100; }
    @media screen and (max-width: 940px) {
      #shop-ippin .shop--staff--text {
        top: 4.8vw;
        font-size: 3.2vw;
        width: 44vw;
        height: 25.6vw;
        border: 0.533vw solid #000;
        border-radius: 4vw;
        padding: 3.2vw; } }
    #shop-single.shop-cat-gourmet #shop-ippin .shop--staff--text {
      border-color: #F86571; }
    #shop-single.shop-cat-goods #shop-ippin .shop--staff--text {
      border-color: #5BB334; }
    #shop-single.shop-cat-service #shop-ippin .shop--staff--text {
      border-color: #FF9B12; }
    #shop-single.shop-cat-lesson #shop-ippin .shop--staff--text {
      border-color: #8D79C7; }
    #shop-ippin .shop--staff--text::before {
      display: block;
      position: absolute;
      content: "";
      border-right: 7px solid #000;
      border-bottom: 6px solid #000;
      border-top: 6px solid transparent;
      border-left: 7px solid transparent;
      left: -16px;
      top: 56px;
      z-index: 110; }
      @media screen and (max-width: 940px) {
        #shop-ippin .shop--staff--text::before {
          border-right: 1.867vw solid #000;
          border-bottom: 1.6vw solid #000;
          border-top: 1.6vw solid transparent;
          border-left: 1.867vw solid transparent;
          left: -4.267vw;
          top: 14.933vw; } }
      #shop-single.shop-cat-gourmet #shop-ippin .shop--staff--text::before {
        border-right-color: #F86571;
        border-bottom-color: #F86571; }
      #shop-single.shop-cat-goods #shop-ippin .shop--staff--text::before {
        border-right-color: #5BB334;
        border-bottom-color: #5BB334; }
      #shop-single.shop-cat-service #shop-ippin .shop--staff--text::before {
        border-right-color: #FF9B12;
        border-bottom-color: #FF9B12; }
      #shop-single.shop-cat-lesson #shop-ippin .shop--staff--text::before {
        border-right-color: #8D79C7;
        border-bottom-color: #8D79C7; }
    #shop-ippin .shop--staff--text::after {
      display: block;
      position: absolute;
      content: "";
      border-right: 7px solid #fff;
      border-bottom: 5px solid #fff;
      border-top: 5px solid transparent;
      border-left: 7px solid transparent;
      left: -12px;
      top: 56px;
      z-index: 120; }
      @media screen and (max-width: 940px) {
        #shop-ippin .shop--staff--text::after {
          border-right: 1.867vw solid #fff;
          border-bottom: 1.333vw solid #fff;
          border-top: 1.333vw solid transparent;
          border-left: 1.867vw solid transparent;
          left: -3.2vw;
          top: 14.933vw; } }

#shop-service {
  margin: 60px 0 0;
  padding: 0; }
  @media screen and (max-width: 940px) {
    #shop-service {
      margin-top: 16vw; } }
  #shop-service__inner {
    width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 840px) {
      #shop-service__inner {
        width: auto; } }
    #shop-service__inner .shop-service--title {
      position: relative;
      font-size: 25px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 0;
      text-align: center;
      color: #000;
      margin: 0 0 60px;
      padding: 0;
      background: none; }
      @media screen and (max-width: 940px) {
        #shop-service__inner .shop-service--title {
          font-size: 6.667vw;
          margin-bottom: 16vw; } }
      #shop-service__inner .shop-service--title::before {
        position: absolute;
        content: "";
        display: block;
        left: 50%;
        bottom: -25px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 40px;
        height: 5px; }
        @media screen and (max-width: 940px) {
          #shop-service__inner .shop-service--title::before {
            bottom: -6.667vw;
            width: 10.667vw;
            height: 1.333vw; } }
        #shop-single.shop-cat-gourmet #shop-service__inner .shop-service--title::before {
          background-color: #F86571; }
        #shop-single.shop-cat-goods #shop-service__inner .shop-service--title::before {
          background-color: #5BB334; }
        #shop-single.shop-cat-service #shop-service__inner .shop-service--title::before {
          background-color: #FF9B12; }
        #shop-single.shop-cat-lesson #shop-service__inner .shop-service--title::before {
          background-color: #8D79C7; }

#shop-service--list {
  margin: 0;
  padding: 0; }
  #shop-service--list > li {
    position: relative;
    border: 1px solid #6E6D6D;
    border-radius: 18px;
    margin: 0 0 75px;
    padding: 36px 40px 25px 62px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 840px) {
      #shop-service--list > li {
        padding: 30px; } }
    @media screen and (max-width: 940px) {
      #shop-service--list > li {
        padding: 5.333vw;
        border-radius: 4.8vw;
        margin-bottom: 20vw;
        display: block; } }
    #shop-service--list > li::after {
      content: "";
      display: block;
      position: absolute;
      border-top: 25px solid #000;
      border-bottom: 0 solid transparent;
      border-left: 28px solid transparent;
      border-right: 28px solid transparent;
      bottom: -50px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      @media screen and (max-width: 940px) {
        #shop-service--list > li::after {
          border-top: 6.667vw solid #000;
          border-left: 7.467vw solid transparent;
          border-right: 7.467vw solid transparent;
          bottom: -13.333vw; } }
      #shop-single.shop-cat-gourmet #shop-service--list > li::after {
        border-top-color: #F86571; }
      #shop-single.shop-cat-goods #shop-service--list > li::after {
        border-top-color: #5BB334; }
      #shop-single.shop-cat-service #shop-service--list > li::after {
        border-top-color: #FF9B12; }
      #shop-single.shop-cat-lesson #shop-service--list > li::after {
        border-top-color: #8D79C7; }
    #shop-service--list > li::before {
      display: none; }
    #shop-service--list > li:last-child {
      margin-bottom: 0; }
      #shop-service--list > li:last-child::after {
        display: none; }
    #shop-service--list > li .shop-service--list--img {
      flex: 0 0 250px; }
      @media screen and (max-width: 840px) {
        #shop-service--list > li .shop-service--list--img {
          margin: 0 30px 0 0; } }
      @media screen and (max-width: 940px) {
        #shop-service--list > li .shop-service--list--img {
          flex: none;
          margin: 0 auto 4vw; } }
      #shop-service--list > li .shop-service--list--img img {
        border-radius: 5px; }
        @media screen and (max-width: 940px) {
          #shop-service--list > li .shop-service--list--img img {
            width: 100%;
            height: auto;
            border-radius: 1.333vw; } }
    #shop-service--list > li .shop-service--list--text {
      flex: 0 0 380px; }
      @media screen and (max-width: 840px) {
        #shop-service--list > li .shop-service--list--text {
          flex: 0 1 100%; } }
      @media screen and (max-width: 940px) {
        #shop-service--list > li .shop-service--list--text {
          flex: none; } }

#shop-gallery {
  max-width: 800px;
  margin: 0 auto 60px; }
  @media screen and (max-width: 940px) {
    #shop-gallery {
      margin-bottom: 16vw; } }
  #shop-service + #shop-gallery {
    margin-top: 60px; }
    @media screen and (max-width: 940px) {
      #shop-service + #shop-gallery {
        margin-top: 16vw; } }

#shop-gallery--list {
  margin: 0 0 -25px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 840px) {
    #shop-gallery--list {
      justify-content: space-around; } }
  @media screen and (max-width: 940px) {
    #shop-gallery--list {
      justify-content: space-between;
      margin-bottom: -4vw; } }
  #shop-gallery--list::after {
    content: "";
    display: block;
    flex: 0 0 250px; }
    @media screen and (max-width: 940px) {
      #shop-gallery--list::after {
        display: none; } }
  #shop-gallery--list > li {
    flex: 0 0 250px;
    margin: 0 0 25px;
    padding: 0; }
    @media screen and (max-width: 940px) {
      #shop-gallery--list > li {
        flex: 0 0 40vw;
        margin-bottom: 4vw; } }
    #shop-gallery--list > li::before {
      display: none; }
    #shop-gallery--list > li a img {
      border-radius: 5px;
      width: 100%;
      height: auto; }
      @media screen and (max-width: 940px) {
        #shop-gallery--list > li a img {
          border-radius: 1.333vw; } }
    #shop-gallery--list > li p {
      margin: 5px 0 0;
      padding: 0;
      text-align: center; }
      @media screen and (max-width: 940px) {
        #shop-gallery--list > li p {
          margin-top: 1.333vw; } }

#shop-coupon {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 23px 40px 18px;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #000;
  border-radius: 16px; }
  @media screen and (max-width: 940px) {
    #shop-coupon {
      padding: 4.8vw;
      border: 0.533vw solid #000;
      border-radius: 4vw; } }
  #shop-single.shop-cat-gourmet #shop-coupon {
    border-color: #F86571; }
  #shop-single.shop-cat-goods #shop-coupon {
    border-color: #5BB334; }
  #shop-single.shop-cat-service #shop-coupon {
    border-color: #FF9B12; }
  #shop-single.shop-cat-lesson #shop-coupon {
    border-color: #8D79C7; }
  #shop-coupon::before, #shop-coupon::after {
    content: "";
    display: block;
    position: absolute;
    top: 34px;
    left: 50%;
    width: 2px;
    height: 60px; }
    @media screen and (max-width: 940px) {
      #shop-coupon::before, #shop-coupon::after {
        top: 4.8vw;
        width: 2px;
        height: 21.333vw; } }
    #shop-single.shop-cat-gourmet #shop-coupon::before, #shop-single.shop-cat-gourmet #shop-coupon::after {
      background-color: #F86571; }
    #shop-single.shop-cat-goods #shop-coupon::before, #shop-single.shop-cat-goods #shop-coupon::after {
      background-color: #5BB334; }
    #shop-single.shop-cat-service #shop-coupon::before, #shop-single.shop-cat-service #shop-coupon::after {
      background-color: #FF9B12; }
    #shop-single.shop-cat-lesson #shop-coupon::before, #shop-single.shop-cat-lesson #shop-coupon::after {
      background-color: #8D79C7; }
  #shop-coupon::before {
    transform: translate(-212px, 0) rotate(-25deg); }
    @media screen and (max-width: 940px) {
      #shop-coupon::before {
        transform: translate(-35.2vw, 0) rotate(-20deg); } }
  #shop-coupon::after {
    transform: translate(212px, 0) rotate(25deg); }
    @media screen and (max-width: 940px) {
      #shop-coupon::after {
        transform: translate(35.2vw, 0) rotate(20deg); } }
  #shop-coupon .shop-coupon--copy {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #6E6D6D;
    margin: 0 0 12px;
    padding: 0; }
    @media screen and (max-width: 940px) {
      #shop-coupon .shop-coupon--copy {
        font-size: 4.8vw;
        line-height: 1.25;
        margin-bottom: 3.2vw; } }
  #shop-coupon .shop-coupon--title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #000;
    margin: 0 0 20px;
    padding: 0; }
    @media screen and (max-width: 940px) {
      #shop-coupon .shop-coupon--title {
        font-size: 5.6vw;
        margin-bottom: 5.333vw; } }
    #shop-coupon .shop-coupon--title + .shop-coupon--name {
      margin-top: 30px; }
      @media screen and (max-width: 940px) {
        #shop-coupon .shop-coupon--title + .shop-coupon--name {
          margin-top: 0; } }
  #shop-coupon .shop-coupon--present {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.417;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 10px;
    padding: 0; }
    @media screen and (max-width: 940px) {
      #shop-coupon .shop-coupon--present {
        font-size: 4.267vw;
        margin-bottom: 2.667vw; } }
  #shop-coupon .shop-coupon--name {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: #000;
    margin: 0 0 10px;
    padding: 0; }
    @media screen and (max-width: 940px) {
      #shop-coupon .shop-coupon--name {
        font-size: 5.6vw;
        margin-bottom: 2.667vw; } }
    #shop-single.shop-cat-gourmet #shop-coupon .shop-coupon--name {
      color: #F86571; }
    #shop-single.shop-cat-goods #shop-coupon .shop-coupon--name {
      color: #5BB334; }
    #shop-single.shop-cat-service #shop-coupon .shop-coupon--name {
      color: #FF9B12; }
    #shop-single.shop-cat-lesson #shop-coupon .shop-coupon--name {
      color: #8D79C7; }
  #shop-coupon .shop-coupon--note {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.417;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 10px;
    padding: 0; }
    @media screen and (max-width: 940px) {
      #shop-coupon .shop-coupon--note {
        font-size: 3.2vw;
        margin-bottom: 2.667vw; } }
    #shop-coupon .shop-coupon--note span {
      display: inline-block; }
    #shop-coupon .shop-coupon--note span + span {
      margin: 0 0 0 1em; }
  #shop-coupon .shop-coupon--time {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.833;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 940px) {
      #shop-coupon .shop-coupon--time {
        font-size: 3.2vw; } }
    #shop-coupon .shop-coupon--time span {
      display: inline-block;
      margin: 0 5px 0 0;
      padding: 0 20px;
      border: 1px solid #707070;
      border-radius: 9999px; }
      @media screen and (max-width: 940px) {
        #shop-coupon .shop-coupon--time span {
          margin-right: 1.333vw;
          padding: 0 5.333vw; } }

#shop-detail {
  margin: 100px 0 0;
  padding: 50px 0 130px;
  background-color: #F5F4E5;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 980px auto; }
  @media screen and (max-width: 840px) {
    #shop-detail {
      margin: 100px -20px 0;
      padding: 50px 20px 14.286vw;
      background-size: 100% auto; } }
  @media screen and (max-width: 940px) {
    #shop-detail {
      margin: 26.667vw -5.333vw 0;
      padding: 13.333vw 5.333vw 14.286vw; } }
  #shop-single.shop-cat-gourmet #shop-detail {
    background-image: url("image/share/town-gourmet.svg"); }
  #shop-single.shop-cat-goods #shop-detail {
    background-image: url("image/share/town-goods.svg"); }
  #shop-single.shop-cat-service #shop-detail {
    background-image: url("image/share/town-service.svg"); }
  #shop-single.shop-cat-lesson #shop-detail {
    background-image: url("image/share/town-lesson.svg"); }
  #shop-detail__inner {
    width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 840px) {
      #shop-detail__inner {
        width: auto; } }
    #shop-detail__inner .shop-detail--title {
      position: relative;
      font-size: 25px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 0;
      text-align: center;
      color: #000;
      margin: 0 0 80px;
      padding: 0;
      background: none; }
      @media screen and (max-width: 940px) {
        #shop-detail__inner .shop-detail--title {
          font-size: 6.667vw;
          margin-bottom: 21.333vw; } }
      #shop-detail__inner .shop-detail--title::before {
        position: absolute;
        content: "";
        display: block;
        left: 50%;
        bottom: -25px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 40px;
        height: 5px; }
        @media screen and (max-width: 940px) {
          #shop-detail__inner .shop-detail--title::before {
            bottom: -6.667vw;
            width: 10.667vw;
            height: 1.333vw; } }
        #shop-single.shop-cat-gourmet #shop-detail__inner .shop-detail--title::before {
          background-color: #F86571; }
        #shop-single.shop-cat-goods #shop-detail__inner .shop-detail--title::before {
          background-color: #5BB334; }
        #shop-single.shop-cat-service #shop-detail__inner .shop-detail--title::before {
          background-color: #FF9B12; }
        #shop-single.shop-cat-lesson #shop-detail__inner .shop-detail--title::before {
          background-color: #8D79C7; }
    #shop-detail__inner .shop-detail--box {
      display: flex;
      flex-flow: row-reverse;
      justify-content: space-between; }
      @media screen and (max-width: 840px) {
        #shop-detail__inner .shop-detail--box {
          display: block; } }
    #shop-detail__inner .shop-detail--text {
      flex: 1 0 380px; }
      @media screen and (max-width: 840px) {
        #shop-detail__inner .shop-detail--text {
          flex: none;
          margin: 0 0 60px; } }
      @media screen and (max-width: 940px) {
        #shop-detail__inner .shop-detail--text {
          margin-bottom: 16vw; } }
      #shop-detail__inner .shop-detail--text + .shop-detail--map {
        margin-right: 40px; }
        @media screen and (max-width: 840px) {
          #shop-detail__inner .shop-detail--text + .shop-detail--map {
            margin-right: 0; } }
    #shop-detail__inner .shop-detail--map {
      flex: 0 0 380px; }
      @media screen and (max-width: 840px) {
        #shop-detail__inner .shop-detail--map {
          flex: none; } }
      #shop-detail__inner .shop-detail--map iframe {
        width: 100%; }
    #shop-detail__inner .shop-detail--name {
      font-size: 15px;
      font-weight: bold;
      line-height: 1.4;
      letter-spacing: 0;
      color: #000;
      margin: 0 0 12px;
      padding: 0; }
      @media screen and (max-width: 940px) {
        #shop-detail__inner .shop-detail--name {
          font-size: 4vw;
          margin-bottom: 3.2vw; } }
    #shop-detail__inner .shop-detail--list {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin: 0 0 10px;
      padding: 0; }
      @media screen and (max-width: 940px) {
        #shop-detail__inner .shop-detail--list {
          margin-bottom: 2.667vw; } }
      #shop-detail__inner .shop-detail--list dt {
        flex: 0 0 110px;
        margin: 0 30px 0 0;
        padding: 0;
        font-size: 14px;
        font-weight: normal;
        font-family: "garamond-premier-pro-display", "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
        line-height: 1.714;
        letter-spacing: 0;
        text-align: center;
        color: #000;
        border: 1px solid #707070;
        background-color: #fff;
        border-radius: 99999px; }
        @media screen and (max-width: 940px) {
          #shop-detail__inner .shop-detail--list dt {
            flex: 0 0 29.333vw;
            margin-right: 5.333vw;
            font-size: 3.733vw; } }
      #shop-detail__inner .shop-detail--list dd {
        flex: 0 1 100%;
        margin: 0;
        padding: 2px 0 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.429;
        letter-spacing: 0;
        text-align: left;
        color: #000;
        word-break: break-all; }
        @media screen and (max-width: 940px) {
          #shop-detail__inner .shop-detail--list dd {
            padding-top: 0.533vw;
            font-size: 3.733vw; } }

#shop-detail--sns {
  display: flex;
  margin: 30px 0 0;
  padding: 0; }
  @media screen and (max-width: 940px) {
    #shop-detail--sns {
      margin-top: 8vw; } }
  #shop-detail--sns > li {
    flex: 0 0 50px;
    margin: 0 20px 0 0;
    padding: 0; }
    @media screen and (max-width: 940px) {
      #shop-detail--sns > li {
        flex: 0 0 13.333vw;
        margin-right: 5.333vw; } }
    #shop-detail--sns > li:last-child {
      margin-right: 0; }
    #shop-detail--sns > li::before {
      display: none; }
    #shop-detail--sns > li a img {
      width: 100%;
      height: auto; }

/*@import "wordpress";*/
/* CSS Document */
/* CSS Document */
/*==============================================
◆90：プリント用
==============================================*/
@media print {
  @page {
    margin: 12.7mm 9.7mm;
    page-break-before: always; }
  body {
    background-image: none;
    max-width: 1200px;
    -webkit-print-color-adjust: exact; }

  #header, footer {
    position: relative; }

  #mobile, #sidr {
    display: none; }

  a:link:after,
  a:visited:after {
    /*
    content: " (" attr(href) ") ";
    font-size: 90%;
    */ }

  #back-to-top,
  #side-menu,
  #sidr {
    display: none; }

  #map-root img,
  #map_canvas img {
    max-width: none !important;
    zoom: 1; }

  #section-map {
    page-break-before: always; }

  #map-root {
    display: inline-block;
    width: 100%; }

  .map-section {
    page-break-after: always; }

  #mainScroll,
  #top-slide {
    margin-top: 0; }

  @supports (-ms-ime-align: auto) {
    /*
        .h1-area .h1-area-inner {
          width: 100%;
          padding: 1.5em;
          flex-direction: column-reverse;
        }
        .h1-area .h1-area-inner > .h1-img-area {
          flex: 0 0 auto;
          width: 100%;
          margin-right: 0;
          max-width: inherit;
        }
        .h1-area .h1-area-inner > .h1-text-area {
          flex: 0 0 auto;
          width: 100%;
          margin-bottom: 0;
          padding: 2em;
          max-width: inherit;
        }
        .h1-area .h1-area-inner > .h1-img-area img {
          width: 100%;
          height: auto;
        }
        .main-wpcontent .wp-block-button__link {
          color: $c_off_black;
    //      border: 1px solid $c_tertiary;
        }
        #nav-global li.nav-global-recruit a {
          background: none;
          display: inline;
          padding: inherit;
          color: $c_off_black;
        }
        #top #main-area section .top-type1 .top-type1-img {
          flex: 0 0 68%;
          max-width: 68%;
        }
    */ } }
