@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Patua+One");
/* Loading */
#loader {
  width: 32px;
  height: 32px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  z-index: 100021;
  opacity: 0.8; }

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100001; }

/* Layout */
html, body {
  background-color: #fff; }

html {
  scroll-behavior: smooth; }

.container {
  width: 80%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box; }
  #slider-area .container {
    width: 90%; }
    @media only screen and (max-width: 768px) {
      #slider-area .container {
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    .container {
      width: 100%; } }

.single-bread_market #content, .blog #content, .single-post #content, .category #content, .single-contents #content, #attention #content {
  width: 70%;
  max-width: 900px; }
  @media only screen and (max-width: 768px) {
    .single-bread_market #content, .blog #content, .single-post #content, .category #content, .single-contents #content, #attention #content {
      width: 100%;
      padding-left: 16px;
      padding-right: 16px; } }
@media only screen and (max-width: 768px) {
  #access #content, #notes #content {
    max-width: auto; } }

#main-content {
  width: 80%;
  max-width: 920px; }
  @media only screen and (max-width: 768px) {
    #main-content {
      width: 100%;
      max-width: 800px; } }

#wrapper {
  padding-top: 210px; }
  @media only screen and (max-width: 768px) {
    #wrapper {
      padding-top: 136px; } }
  #home #wrapper {
    padding-top: 0px; }
    @media only screen and (max-width: 768px) {
      #home #wrapper {
        padding-top: 84px; } }
  #about #wrapper {
    padding-top: 156px; }
    @media only screen and (max-width: 768px) {
      #about #wrapper {
        padding-top: 120px; } }

#header {
  background: transparent;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    #header {
      position: absolute; } }
  @media only screen and (max-width: 768px) {
    #header {
      text-align: left; } }
  #header h1 {
    padding: 34px 0 32px; }
    @media only screen and (max-width: 768px) {
      #header h1 {
        padding: 48px 0 12px;
        text-align: center; } }
    #header h1 img {
      width: 360px;
      height: auto; }
      @media only screen and (max-width: 768px) {
        #header h1 img {
          width: 220px;
          margin-left: 0px; } }
  #header #sns {
    display: block;
    position: absolute;
    top: 32px;
    left: 40px;
    z-index: 10000; }
    @media only screen and (max-width: 768px) {
      #header #sns {
        display: none; } }
    #header #sns ul {
      display: flex;
      align-items: center;
      grid-gap: 1.2em;
      line-height: 1; }
      #header #sns ul li a {
        border: 0.9px solid #403827;
        border-radius: 2em;
        width: 36px;
        height: 36px;
        display: grid;
        align-items: center;
        justify-items: center;
        color: #403827; }
      #header #sns ul li i {
        font-size: 16px; }
      #header #sns ul li#search {
        margin-top: 1px;
        padding-left: 18px;
        border-left: 1px solid #666; }
        #header #sns ul li#search span {
          font-weight: bold;
          font-size: 13px;
          display: inline-block;
          margin-right: 8px;
          padding-bottom: 1px; }

#info-area {
  text-align: center;
  padding: 0px 0 20px;
  font-size: .9em; }
  @media only screen and (max-width: 768px) {
    #info-area {
      padding: 20px 0; } }
  #info-area li {
    margin-bottom: 12px; }
    @media only screen and (max-width: 768px) {
      #info-area li {
        overflow: hidden; } }
    #info-area li .news-date {
      display: inline-block;
      margin-right: 1em; }
      @media only screen and (max-width: 768px) {
        #info-area li .news-date {
          display: block;
          width: 30%;
          float: left;
          text-align: left; } }
    #info-area li .news-title {
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        #info-area li .news-title {
          display: block;
          width: 65%;
          float: right;
          text-align: left; } }
  #info-area p {
    margin-top: 12px;
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      #info-area p {
        margin-top: 20px; } }
    #info-area p a {
      font-weight: bold; }

#news-area {
  width: 90%;
  margin: 24px auto 24px;
  text-align: center; }
  #news-area ul {
    max-width: 600px;
    margin: 48px auto 24px; }
    #news-area ul li {
      font-size: 13px;
      font-weight: normal;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: 16px; }
      @media only screen and (max-width: 768px) {
        #news-area ul li {
          font-size: 12px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; } }
      #news-area ul li .news-date {
        display: block;
        font-size: 11px; }
      #news-area ul li .news-title {
        display: block;
        border-bottom: 1px dotted #403827;
        line-height: 1.6; }
        @media only screen and (max-width: 768px) {
          #news-area ul li .news-title {
            border: none; } }
      #news-area ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        grid-gap: 1.2em; }
        @media only screen and (max-width: 768px) {
          #news-area ul li a {
            display: block; } }
  #news-area p.link-news {
    font-size: 11px; }
    #news-area p.link-news a {
      border: 1px solid rgba(64, 56, 39, 0.8);
      width: 80px;
      display: block;
      margin: 16px auto;
      border-radius: 2em;
      line-height: 1;
      padding: 6px 0;
      font-size: 10px; }

#slide-area {
  background-color: rgba(238, 230, 218, 0.4);
  padding: 40px 0; }
  @media only screen and (max-width: 768px) {
    #slide-area {
      background-color: rgba(255, 255, 255, 0.5);
      padding: 20px 0; } }
  #slide-area h2 {
    font-size: 48px;
    text-align: center;
    margin: 0 auto 36px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      #slide-area h2 {
        font-size: 28px;
        margin-bottom: 0px !important; } }

#banner-area {
  padding: 16px 0 16px;
  margin-bottom: 0 !important;
  margin-top: 0px; }
  @media only screen and (min-width: 768px) {
    #banner-area {
      margin-top: 0px;
      padding: 40px 0 0px; } }
  #banner-area li {
    border: none;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 12px;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      #banner-area li {
        margin-top: 10px;
        font-size: 11px; } }
    #banner-area li a {
      padding: 24px 48px 24px;
      border: 1px solid #BC7848;
      font-weight: bold;
      color: #BC7848; }
      @media only screen and (max-width: 768px) {
        #banner-area li a {
          margin-top: 10px; } }

#footer {
  padding: 40px 0 20px;
  mix-blend-mode: multiply;
  margin-top: 0px; }
  @media only screen and (max-width: 768px) {
    #footer {
      padding-top: 32px;
      margin-top: 0; } }
  #footer #footer-sns {
    font-size: 18px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 768px) {
      #footer #footer-sns {
        font-size: 12px; } }
    #footer #footer-sns li {
      padding: 0 12px; }
      #footer #footer-sns li a {
        padding: 20px 10px;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          #footer #footer-sns li a {
            padding: 20px 10px; } }
        #footer #footer-sns li a i {
          border: 0.8px solid #403827;
          color: #403827;
          line-height: 1;
          border-radius: 50%;
          width: 44px;
          height: 44px;
          display: grid;
          align-items: center; }
  #footer #copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 16px; }
    @media only screen and (max-width: 768px) {
      #footer #copyright {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 9px; } }
  #footer #fb-area .fb_iframe_widget {
    text-align: center;
    display: block !important; }

.section {
  margin-bottom: 40px; }
  .post .section:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .section {
      margin-bottom: 24px; } }

.section-color h5 {
  color: #BC7848;
  border-color: #BC7848 !important; }
.section-color p {
  font-weight: normal; }

#nav-page-top {
  border: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 40px;
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    #nav-page-top {
      font-size: 28px; } }
  #nav-page-top a {
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 1000;
    padding: 30px 36px;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      #nav-page-top a {
        padding: 22px 20px; }
        #nav-page-top a:active {
          color: #BC7848; } }

#page-nav {
  padding: 16px 0 14px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    #page-nav {
      margin-top: 0px;
      padding-top: 0; }
      #page-nav br {
        display: none; } }
  #page-nav .grid:first-child {
    padding-left: 0; }
  #page-nav .grid:last-child {
    padding-right: 0;
    text-align: right; }
  #page-nav .grid:only-child {
    text-align: left; }
  .single-bread_market #page-nav {
    border: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 40px;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .single-bread_market #page-nav i {
        font-size: 30px; } }
    .single-bread_market #page-nav #prev a, .single-bread_market #page-nav #next a {
      position: fixed;
      top: 50%;
      margin-top: -60px;
      z-index: 1000;
      padding: 20px 36px;
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .single-bread_market #page-nav #prev a, .single-bread_market #page-nav #next a {
          padding: 20px 16px; }
          .single-bread_market #page-nav #prev a:active, .single-bread_market #page-nav #next a:active {
            color: #BC7848; } }
    .single-bread_market #page-nav #prev a {
      left: 0; }
    .single-bread_market #page-nav #next a {
      right: 0; }

#page-nav02 {
  padding: 16px 0 14px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    #page-nav02 {
      margin: 0px;
      padding: 0 10px;
      font-size: 20px; }
      #page-nav02 br {
        display: none; } }
  #page-nav02 #next {
    width: 50%;
    float: right;
    text-align: right; }
  #page-nav02 #prev {
    width: 50%;
    float: left; }

#related-area {
  font-size: 12px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  .single-bread_market #related-area {
    margin-top: 80px; }
    @media only screen and (max-width: 768px) {
      .single-bread_market #related-area {
        margin-top: 40px; } }
    .single-bread_market #related-area .grid {
      padding-left: 12px;
      padding-right: 12px; }
  #related-area .grid p {
    font-weight: bold;
    text-align: center;
    margin-top: 4px; }
  #related-area .grid .button a {
    font-size: 0.9em;
    margin-top: 12px; }
  #related-area h4 {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    text-align: center;
    border-bottom: 1px dotted rgba(64, 56, 39, 0.6); }
    @media only screen and (max-width: 768px) {
      #related-area h4 {
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 16px; } }

/* Typo */
body {
  color: #403827;
  font-size: 14px;
  font-weight: 400;
  font-feature-settings: 'palt';
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2.1;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 13px;
      line-height: 1.89; } }

p {
  margin-bottom: 1.5em; }
  p:empty {
    display: none; }

h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.7; }

h2:not(.single-bread_market),
h2:not(#about),
.nav-button h3,
#category-list .en {
  font-weight: normal; }

#nav-menu ul li span {
  font-weight: normal; }

h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px; }
  .single-bread_market h2 {
    font-weight: bold !important; }
  #home #main h2 span {
    display: block;
    font-size: 0.6em; }
  #home h2 {
    margin-bottom: 16px; }
    @media only screen and (max-width: 768px) {
      #home h2 {
        line-height: 1.5;
        margin-bottom: 12px; } }
  .single h2, .blog h2, .page h2, .archive h2 {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .single h2, .blog h2, .page h2, .archive h2 {
        font-size: 30px; } }
  .single-contents h2 {
    font-size: 24px !important;
    margin-bottom: 0 !important; }
    @media only screen and (max-width: 768px) {
      .single-contents h2 {
        font-size: 20px !important; } }
  h2 span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0px; }
    @media only screen and (max-width: 768px) {
      h2 span {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6; } }

h3 {
  font-size: 28px;
  margin-bottom: 0.4em; }
  @media only screen and (max-width: 768px) {
    h3 {
      font-size: 15px;
      font-size: 1.2em; } }
  #about-ts h3 {
    font-size: 20px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      #about-ts h3 {
        font-size: 1.6em;
        margin-bottom: 20px; } }
    #about-ts h3 span {
      display: block; }
  .single h3, .post-type-archive-contents h3 {
    text-align: center; }
  .single-post h3 {
    font-size: 1.3em;
    border-bottom: 1px dotted #888;
    margin-bottom: 28px !important;
    padding-bottom: 12px; }
  .single-special h3, .single-contents h3 {
    text-align: left;
    font-size: 20px;
    margin: 2em 0 0.4em;
    margin-bottom: 0.4em;
    border-bottom: 1px dotted;
    padding-bottom: 8px; }
    @media only screen and (max-width: 768px) {
      .single-special h3, .single-contents h3 {
        font-size: 16px;
        margin: 1em 0 0.6em; } }
  .single-contents h3 {
    margin-bottom: 20px !important; }
    @media only screen and (max-width: 768px) {
      .single-contents h3 {
        margin-bottom: 20px !important; } }
  #notes h3, #access h3, #areamap h3 {
    font-size: 16px;
    color: #403827;
    border-bottom: 0.8px solid #403827;
    margin-bottom: 24px;
    padding-bottom: 4px; }
  h3.coming {
    text-align: center;
    margin-top: 20px;
    border: none !important;
    padding-top: 0px !important; }
    @media only screen and (max-width: 768px) {
      h3.coming {
        font-size: 20px; } }
    #university h3.coming {
      margin-bottom: 60px; }
      @media only screen and (max-width: 768px) {
        #university h3.coming {
          margin-bottom: 50px; } }

h4 {
  font-size: 16px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 1.2em; } }
  .single-contents h4 {
    border-bottom: 1px dotted #666;
    padding-bottom: 8px;
    margin-bottom: 20px;
    text-align: center; }
  #notes h4, #access h4 {
    color: #403827;
    border-left: 1px solid #403827;
    padding-left: 0.6em;
    line-height: 1.5;
    margin-bottom: 16px;
    font-size: 1.1em; }
  .single-post h4 {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .single-post h4 {
        margin-bottom: 12px; } }
  #contest #intro h4 {
    font-size: 1.2em;
    border-bottom: 1px solid rgba(64, 56, 39, 0.5);
    padding-bottom: .5em;
    margin-bottom: 1.5em; }

h5 {
  font-size: 14px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    h5 {
      font-size: 1.1em; } }
  #contest #intro h5 {
    font-size: 1.1em;
    border-bottom: 1px dotted rgba(64, 56, 39, 0.5);
    padding-bottom: .5em;
    margin-bottom: 1.5em; }
  #university h5 {
    font-size: .9em;
    font-weight: normal;
    margin-bottom: 20px; }

.lead {
  font-size: 14px;
  font-weight: bold;
  margin: 6px 0 40px; }
  .lead span {
    display: block;
    margin-top: 6px; }
    @media only screen and (max-width: 768px) {
      .lead span {
        margin-top: 2px; } }
  @media only screen and (max-width: 768px) {
    .lead {
      width: 100%;
      margin: 6px auto 36px !important;
      font-size: 13px !important; }
      .lead br {
        display: none; } }
  #home .lead {
    margin-bottom: 44px; }

.lead02 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px; }

.lead-lg {
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .lead-lg {
      font-size: 1em !important; } }

.addition {
  color: #67b6ba;
  margin-bottom: 20px; }
  .addition .addition-inner {
    border-top: 1px dotted #67b6ba;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 0.9em; }
    .addition .addition-inner h4 {
      font-size: 1em; }

/* Grid */
.row {
  overflow: hidden; }

.grid {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 12px 24px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .grid {
      padding: 8px 8px; } }

.grid-0 {
  padding-bottom: 0; }

.grid-sp-2 {
  width: 16.66666%; }

.grid-sp-3 {
  width: 25%; }

.grid-sp-4 {
  width: 33.33333%; }

.grid-sp-6 {
  width: 50%; }

.grid-sp-8 {
  width: 66.66666%; }

.grid-sp-9 {
  width: 75%; }

@media only screen and (min-width: 768px) {
  .grid-2 {
    width: 16.66666%; }

  .grid-3 {
    width: 25%; }

  .grid-4 {
    width: 33.33333%; }

  .grid-6 {
    width: 50%; }

  .grid-8 {
    width: 66.66667%; }

  .grid-9 {
    width: 75%; } }
@media only screen and (max-width: 1100px) {
  .grid-md-6 {
    width: 50% !important; } }
@media only screen and (max-width: 768px) {
  .grid-md-6 {
    width: 100% !important; } }
.nav-button {
  padding-left: 8px;
  padding-right: 8px; }
  .nav-button .grid {
    padding: 0;
    border: 10px solid #fff;
    text-align: center; }
    .nav-button .grid a {
      display: block;
      background: #fcfaf3;
      padding-top: 3em;
      padding-bottom: 3em;
      color: #000; }
    @media only screen and (min-width: 768px) {
      .nav-button .grid {
        border: 12px solid #fff; } }
    #home .nav-button .grid a {
      padding-top: 0;
      padding: 16px;
      margin-bottom: 20px;
      border: 1px solid #eee;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }
      @media only screen and (min-width: 768px) {
        #home .nav-button .grid a {
          padding: 16px; } }
      #home .nav-button .grid a h3 {
        font-size: 1.6em;
        margin-bottom: 0px;
        line-height: 1.4; }
      #home .nav-button .grid a h4 {
        font-weight: 14px; }
      #home .nav-button .grid a img {
        width: 100%;
        height: auto; }

.list {
  margin-bottom: 12px; }
  .list li {
    font-size: 14px;
    line-height: 1.9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted rgba(64, 56, 39, 0.5); }
    .list li strong {
      display: inline-block;
      font-size: 15px;
      margin: 6px 0 6px;
      color: #BC7848; }
      @media only screen and (max-width: 768px) {
        .list li strong {
          margin-bottom: 8px; } }
    @media only screen and (max-width: 768px) {
      .list li:last-child {
        border: none;
        margin-bottom: 0; } }

.list-inline {
  margin-bottom: 12px;
  overflow: hidden; }
  .list-inline li {
    float: left;
    padding-right: 0.7em;
    margin-right: 0.7em;
    border-right: 1px solid #403827; }
    .list-inline li:last-child {
      border: none; }

.list-inline-center {
  margin-bottom: 12px;
  text-align: center; }
  .list-inline-center li {
    display: inline-block;
    border-right: 1px solid lightgrey; }
    .list-inline-center li:last-child {
      border-right: none; }
    .list-inline-center li.current {
      font-weight: bold; }
    .list-inline-center li a {
      display: block;
      padding: 0 2em; }

@media only screen and (max-width: 768px) {
  .table-wrapper {
    overflow-x: auto; } }

.table {
  border-collapse: collapse;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .table {
      min-width: 640px; } }
  .table th, .table td {
    border: solid 1px rgba(64, 56, 39, 0.2);
    padding: 16px; }
    @media only screen and (max-width: 768px) {
      .table th, .table td {
        font-size: 11px;
        padding: 8px; } }
  .table tr:first-child th {
    background-color: rgba(228, 146, 104, 0.5); }
  .table th {
    text-align: left;
    font-weight: bold; }
    .table th:nth-child(3) {
      width: 120px; }
      @media only screen and (max-width: 768px) {
        .table th:nth-child(3) {
          width: auto; } }
  .table td:nth-child(2) {
    font-weight: bold; }
  .table td:nth-child(4) {
    font-size: 12px;
    line-height: 1.9; }
    @media only screen and (max-width: 768px) {
      .table td:nth-child(4) {
        font-size: 11px; } }

.dlist {
  margin-bottom: 12px;
  overflow: hidden; }
  #bread_shuppin .dlist {
    margin-top: 36px; }
  .dlist div {
    overflow: hidden; }
    .dlist div:last-child dt, .dlist div:last-child dd {
      border: none; }
    .dlist div dt, .dlist div dd {
      float: left;
      padding-bottom: 12px;
      margin-bottom: 16px;
      border-bottom: 0.8px dotted #403827; }
      @media only screen and (max-width: 768px) {
        .dlist div dt, .dlist div dd {
          /* float: none;
          padding-bottom: 6px;
          margin-bottom: 8px;
          width: 100%;
          margin-left: 0; */ } }
      #bread_shuppin .dlist div dt, .box-university .dlist div dt, #bread_shuppin .dlist div dd, .box-university .dlist div dd {
        font-size: .9em;
        padding-bottom: 8px;
        margin-bottom: 12px; }
    .dlist div dt {
      border-bottom: none;
      text-align: left;
      width: 20%;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .dlist div dt {
          width: 28%;
          margin-bottom: 12px; } }
      #hero .dlist div dt, #cinema .dlist div dt {
        width: 20%;
        margin-right: 5%; }
      @media only screen and (max-width: 768px) {
        .single-special .dlist div dt {
          float: left;
          width: 30%;
          margin-right: 5%; } }
    .dlist div dd {
      width: 78%;
      margin-left: 2%;
      word-break: break-word; }
      @media only screen and (max-width: 768px) {
        .dlist div dd {
          margin-left: 0;
          margin-bottom: 12px;
          width: 70%; } }
      #hero .dlist div dd, #cinema .dlist div dd {
        width: 70%;
        font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .single-special .dlist div dd {
          float: left;
          width: 65%; } }
  #pan-radio .dlist {
    border-top: 0.8px solid #403827;
    padding: 28px 0 0;
    margin-top: 24px;
    font-size: .9em; }
    #pan-radio .dlist div dt, #pan-radio .dlist div dd {
      padding-bottom: 8px;
      margin-bottom: 10px; }

@media only screen and (max-width: 768px) {
  .button {
    margin-top: 0; } }
.button a {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 1.5em 0 1.4em;
  text-align: center;
  font-size: 1.1em;
  line-height: 1;
  border-radius: 2em;
  box-radius: 40px;
  border-radius: 2em;
  border: 1px solid; }
  @media only screen and (min-width: 768px) {
    .button a {
      padding: 1.2em 0 1.1em; } }

.button02 {
  margin-top: 0; }
  .button02 a {
    display: block;
    width: 100%;
    max-width: 400px;
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto 60px;
    color: #E7A131;
    border: 1px solid #E7A131;
    background-color: transparent; }

.button-border a {
  background: white;
  color: #403827;
  border: 2px solid #403827; }
  .button-border a:hover {
    background-color: #403827;
    color: white;
    transition: 0.4s; }

.button-sm a {
  width: auto;
  padding: 1.48em 5.8em 1.34em;
  font-size: 0.9em; }
  .button-sm a i {
    display: inline-block;
    margin-left: 4px; }
  @media only screen and (max-width: 768px) {
    .button-sm a {
      padding: 1.2em 3em 1.1em;
      font-size: 0.9em; } }

.link-2021 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    .link-2021 {
      margin-bottom: 90px; } }

.change {
  margin: 20px 0 !important; }

.button-inline {
  text-align: center; }
  .button-inline li {
    display: inline-block; }

.tag {
  color: white;
  background: #403827;
  font-size: 0.7em;
  padding: 0.5em;
  margin-right: 1em; }

.badge-area {
  position: absolute;
  top: 12px;
  left: 24px; }
  @media only screen and (max-width: 768px) {
    .badge-area {
      top: 8px;
      left: 8px; } }
  .badge-area a {
    display: inline-block !important;
    font-size: 10px;
    line-height: 1;
    padding: 0.6em 0.5em 0.4em;
    margin: 0 6px 4px 0;
    background-color: #403827;
    color: #fff; }
    .badge-area a:nth-child(3) {
      background-color: #47845D; }
  .badge-area a:blank {
    display: none !important; }
  #bread_market .badge-area {
    top: 7px;
    left: 20px; }
    @media only screen and (max-width: 768px) {
      #bread_market .badge-area {
        top: 8px;
        left: 8px; } }
  .badge-area .badge {
    display: inline-block;
    color: white;
    background: #BC7848;
    padding: 8px 8px 6px;
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .badge-area .badge {
        font-size: 11px;
        padding: 5px 4px 3px; } }

.badge-area02 {
  position: absolute;
  top: 18px;
  right: 30px;
  left: auto; }
  @media only screen and (max-width: 768px) {
    .badge-area02 {
      top: 18px;
      right: 14px; } }
  .badge-area02 a {
    display: inline-block !important;
    font-size: 11px;
    line-height: 1;
    padding: 0.5em 0.5em 0.4em;
    margin: 0 6px 4px 0;
    border-radius: 4px;
    background-color: #E49268;
    color: #fff; }
    .badge-area02 a:nth-child(2) {
      background-color: #BC7848; }
    .badge-area02 a.pre-order-pan, .badge-area02 a.pre-order-otomo {
      background-color: #F3C62F; }
    @media only screen and (max-width: 768px) {
      .badge-area02 a {
        margin-right: 6px; } }
  .badge-area02 a:blank {
    display: none !important; }
  #bread_market .badge-area02 {
    top: 7px;
    right: 14px;
    left: auto; }
    @media only screen and (max-width: 768px) {
      #bread_market .badge-area02 {
        top: 8px;
        right: 8px; } }

.badge-list ul {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap; }
  .badge-list ul li {
    margin: 4px; }
    .badge-list ul li.genteipan, .badge-list ul li.reservation {
      display: none; }
    .badge-list ul li a {
      display: inline-block;
      border: 1px solid rgba(64, 56, 39, 0.7);
      border-radius: 40px;
      padding: 8px 10px 7px;
      font-size: 11px;
      line-height: 1.1; }
      @media only screen and (max-width: 768px) {
        .badge-list ul li a {
          font-size: 10px;
          padding: 6px 10px 5px;
          margin-top: 2px; } }

#university .badge-category {
  position: absolute;
  top: 18px;
  right: 24px;
  left: auto;
  display: inline-block !important;
  font-size: 11px;
  line-height: 1;
  padding: 0.5em 0.5em 0.4em;
  border-radius: 4px;
  background-color: #F3C62F;
  color: #fff;
  border-radius: 4px; }
  @media only screen and (max-width: 768px) {
    #university .badge-category {
      top: 18px;
      right: 18px; } }

/*#bread{
	.badge-area02{
		a:first-child{
			display: none!important;
		}
	}
}

#otomo,#food-drink{
	.badge-area02{
		a:first-child{
			display: none!important;
		}
	}
}*/
.photo {
  position: relative; }
  .photo img {
    width: 100%;
    height: auto;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px; }
    @media only screen and (max-width: 768px) {
      .photo img {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px; } }

.thumb {
  position: relative; }
  .thumb img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px; }
    @media only screen and (max-width: 768px) {
      .thumb img {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px; } }

.box .box-info {
  padding: 16px;
  margin-top: -16px; }
  @media only screen and (max-width: 768px) {
    .box .box-info p:last-child {
      margin-bottom: 0; } }
.box h4 {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6; }
  .slick-slide .box h4 {
    margin-top: 0; }
  .box h4 i {
    font-size: 70%;
    color: #777;
    display: inline-block;
    margin-left: 1px; }
  @media only screen and (max-width: 768px) {
    .box h4 {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 10px; } }
.box .text-area {
  box-sizing: border-box;
  width: 100%;
  padding: 13px 16px 13px;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  background-color: rgba(255, 255, 255, 0.7); }
  .box .text-area h5 {
    margin-top: 0;
    margin-bottom: 0; }
  .box .text-area i {
    font-size: 70%;
    color: #999; }
  .box .text-area p {
    font-weight: normal;
    margin-bottom: 6px; }

.box-contents h3 {
  margin-top: 8px; }
@media only screen and (max-width: 768px) {
  .box-contents {
    margin-bottom: 12px; } }

.box-bread {
  margin-bottom: 24px !important; }
  #bread_market .box-bread, .home .box-bread {
    margin-bottom: 24px !important; }
  .box-bread h4 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .box-bread h4 {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 4px; } }
    #bread_market .box-bread h4, .home .box-bread h4 {
      font-size: 16px; }
      @media only screen and (max-width: 768px) {
        #bread_market .box-bread h4, .home .box-bread h4 {
          font-size: 15px; } }
  .box-bread h5 {
    font-size: 16px;
    margin-bottom: 18px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .box-bread h5 {
        line-height: 2;
        font-size: 15px; } }
    .box-bread h5 span {
      border-bottom: 1px solid #403827; }
  .box-bread p {
    font-size: 12px;
    margin-top: 1.5em;
    text-align: justify;
    text-justify: inter-ideograph; }
  .box-bread p.button-sm a {
    font-size: 1em; }
  .box-bread a {
    display: block; }

.box-university {
  margin-bottom: 36px; }
  @media only screen and (max-width: 768px) {
    .box-university {
      margin-bottom: 36px !important; } }
  .box-university h4 {
    margin-top: 14px;
    margin-bottom: 4px;
    font-weight: 600; }
  .box-university p {
    font-size: 13px; }
  .box-university .info-detail {
    display: flex;
    gap: 10px; }
    .box-university .info-detail .badge {
      font-size: 11px;
      border: 0.8px solid #403827;
      font-weight: 800;
      color: #403827;
      line-height: 1;
      padding: 8px 8px 7px;
      border-radius: 6px; }
  .box-university .dlist {
    margin-bottom: 0; }

.post-type-archive-bread_gotochi .box-bread h3 {
  font-size: 16px;
  margin-bottom: 18px;
  text-align: center; }
  .post-type-archive-bread_gotochi .box-bread h3 span {
    border-bottom: 1px solid #000; }
.post-type-archive-bread_gotochi .box-bread p {
  font-size: 1em; }
.post-type-archive-bread_gotochi .info-detail {
  display: flex;
  gap: 10px; }
  .post-type-archive-bread_gotochi .info-detail .badge {
    font-size: 11px;
    border: 0.8px solid #403827;
    font-weight: 800;
    color: #403827;
    line-height: 1;
    padding: 8px 8px 7px;
    border-radius: 6px; }

#bread_shuppin .box-bread h3 {
  font-size: 16px;
  margin: 24px 0 12px;
  text-align: center;
  border: none;
  margin-top: 12px;
  padding: 0; }
  #bread_shuppin .box-bread h3 span {
    border-bottom: 1px solid #000; }
#bread_shuppin .info-detail {
  display: flex;
  gap: 10px; }
  #bread_shuppin .info-detail .badge {
    font-size: 11px;
    border: 0.8px solid #403827;
    font-weight: 800;
    color: #403827;
    line-height: 1;
    padding: 8px 8px 7px;
    border-radius: 6px; }

/* News */
.post {
  padding-bottom: 20px; }
  .single-bread_market .post {
    padding-bottom: 0; }
  .blog .post, .category .post, .single .post {
    border-bottom: 1px dotted #bbb;
    padding-bottom: 12px;
    margin-bottom: 36px; }
    .blog .post:last-child, .category .post:last-child, .single .post:last-child {
      border: none; }
    .blog .post h3, .category .post h3, .single .post h3 {
      text-align: center;
      font-size: 20px;
      line-height: 1.8;
      margin-bottom: 8px; }
      @media only screen and (max-width: 768px) {
        .blog .post h3, .category .post h3, .single .post h3 {
          font-size: 16px; } }
  .single-post .post, .single-contents .post {
    padding-bottom: 40px; }
  .post .post-header {
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 0.8px solid rgba(64, 56, 39, 0.6); }
    @media only screen and (max-width: 768px) {
      .post .post-header {
        margin-bottom: 24px; } }
    .single-bread_market .post .post-header {
      border: none;
      margin-top: 40px;
      margin-bottom: 0px; }
  .post .post-meta {
    font-size: 11px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal; }
  .single-post .post h2 {
    font-weight: bold !important;
    font-size: 24px;
    margin-bottom: 12px;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }
    @media only screen and (max-width: 768px) {
      .single-post .post h2 {
        font-size: 16px; } }

/* Archive */
.header-image {
  width: 90%;
  max-width: 800px;
  margin: 60px auto; }
  @media only screen and (max-width: 768px) {
    .header-image {
      margin: 40px auto; } }
  .header-image img {
    width: 100%;
    height: auto; }

.post-meta {
  font-size: 12px;
  font-weight: bold; }

.post-header {
  margin-bottom: 36px; }
  .post-header h2 {
    font-size: 40px;
    margin-bottom: 8px;
    line-height: 1.6; }
    @media only screen and (max-width: 768px) {
      .post-header h2 {
        font-size: 28px;
        margin-bottom: 20px; }
        .single-bread_market .post-header h2 {
          margin-bottom: 24px;
          font-size: 20px; } }
    #bread_market .post-header h2 {
      font-size: 36px; }
      @media only screen and (max-width: 768px) {
        #bread_market .post-header h2 {
          font-size: 30px;
          margin-bottom: 12px; } }
    .single-bread_market .post-header h2 {
      margin-bottom: 12px; }
  .post-header h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .post-header h3 {
        font-size: 18px;
        margin-bottom: 24px; } }
  .post-header .term-area {
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .post-header .term-area {
        font-size: 13px;
        margin-bottom: 24px; } }
    .post-header .term-area a {
      display: inline-block;
      padding: 2px 12px 0;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .post-header .term-area a {
          padding: 2px 6px 0; } }
  .post-header p {
    text-align: center;
    font-size: 15px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 48px;
    text-align: center;
    font-weight: normal; }
    @media only screen and (max-width: 768px) {
      .post-header p {
        width: 85%;
        margin-bottom: 24px;
        font-size: 15px; } }
    .post-header p a {
      border: none; }
  .post-header .lead {
    text-align: center;
    margin-top: 36px;
    font-weight: bold !important; }
    .post-header .lead .text-underline {
      margin-top: 0;
      display: inline-block; }
  .post-header .text-small {
    font-size: 0.8rem;
    line-height: 2.2;
    font-weight: normal !important; }
    @media only screen and (max-width: 768px) {
      .post-header .text-small {
        font-size: 11px !important; } }
  .post-header .link a {
    border-bottom: 2px dotted #403827;
    padding-bottom: 5px; }

#bread_shuppin .post-header p.lead, .post-type-archive-bread_gotochi .post-header p.lead {
  margin-bottom: 48px; }
  #bread_shuppin .post-header p.lead a, .post-type-archive-bread_gotochi .post-header p.lead a {
    border-bottom: 2px dotted #403827;
    padding-bottom: 2px; }
    @media only screen and (max-width: 768px) {
      #bread_shuppin .post-header p.lead a, .post-type-archive-bread_gotochi .post-header p.lead a {
        padding-bottom: 0; } }
#bread_shuppin #info-shuppin, .post-type-archive-bread_gotochi #info-shuppin {
  width: 80%;
  margin: 40px auto 40px;
  border: 1px solid #403827;
  padding: 32px 20px 20px;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    #bread_shuppin #info-shuppin, .post-type-archive-bread_gotochi #info-shuppin {
      width: 85%;
      padding: 24px 0px 8px;
      text-align: left;
      margin-bottom: 40px; } }
  #bread_shuppin #info-shuppin p, .post-type-archive-bread_gotochi #info-shuppin p {
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      #bread_shuppin #info-shuppin p, .post-type-archive-bread_gotochi #info-shuppin p {
        text-align: left;
        text-align: justify;
        font-size: 13px; } }
    #bread_shuppin #info-shuppin p.text-brown, .post-type-archive-bread_gotochi #info-shuppin p.text-brown {
      color: #E49268; }
      #bread_shuppin #info-shuppin p.text-brown span, .post-type-archive-bread_gotochi #info-shuppin p.text-brown span {
        border-bottom: 1px solid #E49268; }
        #bread_shuppin #info-shuppin p.text-brown span a, .post-type-archive-bread_gotochi #info-shuppin p.text-brown span a {
          color: #E49268; }
    #bread_shuppin #info-shuppin p.notice, .post-type-archive-bread_gotochi #info-shuppin p.notice {
      font-size: 0.9em;
      font-weight: normal; }

#category-area {
  font-weight: normal;
  font-size: 1em;
  margin: 36px auto 48px;
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    #category-area {
      margin: 24px auto 24px;
      width: 90%; } }
  #category-area li {
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      #category-area li {
        margin-bottom: 6px; } }
    #category-area li:first-child a {
      padding-left: 0; }
    #category-area li:last-child a {
      border: none; }
    #category-area li a {
      padding: 0 0.6em;
      padding-right: 0.9em;
      border-right: 1px solid rgba(64, 56, 39, 0.6); }

#bread_market #category-area li.cat-item-all a {
  font-weight: bold;
  text-decoration: underline; }

.term-253 #category-area li.cat-item-253 a {
  font-weight: bold;
  text-decoration: underline; }

.term-254 #category-area li.cat-item-254 a {
  font-weight: bold;
  text-decoration: underline; }

.term-255 #category-area li.cat-item-255 a {
  font-weight: bold;
  text-decoration: underline; }

.term-256 #category-area li.cat-item-256 a {
  font-weight: bold;
  text-decoration: underline; }

.post-footer {
  margin-bottom: 40px; }

/* Single */
.icon-area {
  background-color: #888;
  font-size: 13px;
  letter-spacing: 0.4em;
  padding: 8px 10px 6px;
  white-space: nowrap; }
  @media only screen and (max-width: 768px) {
    .icon-area {
      font-size: 10px;
      padding: 5px 8px 4px; } }
  .icon-area a {
    color: #fff; }

#icon-bread-area {
  margin-bottom: 1em !important; }
  @media only screen and (max-width: 768px) {
    #icon-bread-area {
      margin-bottom: 8px !important; } }

.icon {
  margin: 2px; }

.icon-contest {
  display: inline-block;
  background-color: #E7A131;
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  padding: 8px 8px 6px;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 8px; }
  @media only screen and (max-width: 768px) {
    .icon-contest {
      font-size: 10px;
      padding: 6px 6px 5px;
      margin-bottom: 2px; } }
  .icon-contest a {
    color: #fff; }

.icon-bread {
  display: inline-block;
  color: #000;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  padding: 8px 12px 6px;
  border-radius: 2em;
  margin-right: 4px;
  margin-bottom: 8px;
  border: 0.9px solid #403827; }
  @media only screen and (max-width: 768px) {
    .icon-bread {
      font-size: 11px;
      padding: 6px 10px 5px;
      margin-bottom: 6px; } }

.icon-bread-area {
  margin-bottom: .5em; }

#icon-area-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1em; }
  @media only screen and (max-width: 768px) {
    #icon-area-wrapper {
      display: block; } }
  #icon-area-wrapper p {
    width: auto;
    margin: 0; }

.icon-date {
  display: inline-block;
  background-color: #E49268;
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  padding: 8px 6px 6px;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 8px; }
  @media only screen and (max-width: 768px) {
    .icon-date {
      font-size: 10px;
      padding: 6px 6px 5px;
      margin-bottom: 2px; } }
  .icon-date:nth-child(2) {
    background-color: #BC7848; }
  .icon-date:nth-child(3) {
    background-color: #F3C62F; }
  .icon-date a {
    color: #fff; }

.icon-area02 {
  font-size: 13px;
  padding: 8px 10px 6px;
  text-align: center;
  width: 80%;
  margin: 30px auto 40px; }
  @media only screen and (max-width: 768px) {
    .icon-area02 {
      font-size: 10px;
      padding: 5px 8px 4px;
      width: 90%; } }
  .icon-area02 li {
    display: inline-block;
    background-color: #cd8c40;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    line-height: 1;
    padding: 8px 8px 6px;
    border-radius: 4px;
    margin-right: 4px;
    margin-bottom: 8px; }
    @media only screen and (max-width: 768px) {
      .icon-area02 li {
        font-size: 11px;
        padding: 6px 6px 4px;
        margin-bottom: 2px; } }
    .icon-area02 li a {
      color: #fff; }

#icon-area {
  margin-bottom: 48px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #icon-area {
      margin-bottom: 0; } }
  #icon-area .notice {
    font-size: 11px; }
    @media only screen and (max-width: 768px) {
      #icon-area .notice {
        line-height: 1.8;
        margin-bottom: 40px; } }

#notice-area {
  font-weight: bold;
  text-align: center;
  color: #E49268;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    #notice-area {
      margin-bottom: 36px;
      font-size: 13px; } }

.photo {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 12px; }
  @media only screen and (max-width: 768px) {
    .photo {
      margin-bottom: 0px; } }

.means {
  margin-bottom: 2px; }

.means span {
  font-weight: bold;
  display: inline-block;
  margin-right: 0.3em; }

.open span {
  font-weight: bold;
  display: inline-block;
  margin-right: 0.3em; }
@media only screen and (max-width: 768px) {
  .open {
    margin-bottom: 30px; } }

.shop-info {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .shop-info {
      margin-bottom: 30px; } }

@media only screen and (min-width: 768px) {
  #nav-back .button {
    margin-top: 20px; } }

.post-header .photo {
  margin-bottom: 16px; }
  @media only screen and (max-width: 768px) {
    .post-header .photo {
      margin-bottom: 10px; } }

.single-bread_market .post-content, .single-food_market .post-content {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 0.8px solid #403827; }
  @media only screen and (max-width: 768px) {
    .single-bread_market .post-content, .single-food_market .post-content {
      font-size: 1em;
      margin-bottom: 30px;
      padding-bottom: 30px; } }
.single-post .post-content img, .single-contents .post-content img {
  margin: 40px auto  10px; }
  @media only screen and (max-width: 768px) {
    .single-post .post-content img, .single-contents .post-content img {
      margin: 16px auto 12px; } }
.post-content p:last-child {
  margin-bottom: 0; }

hr {
  border: none;
  border-bottom: 1px dotted #403827;
  margin-bottom: 40px;
  margin-top: 40px; }

.column-wrapper {
  margin-top: 80px;
  padding-top: 28px;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px; }
  @media only screen and (max-width: 768px) {
    .column-wrapper {
      padding-top: 24px;
      border-top-left-radius: 24px;
      border-top-right-radius: 24px; } }

.column {
  padding: 20px 36px 24px;
  border-radius: 2px;
  margin-bottom: 24px; }
  @media only screen and (max-width: 768px) {
    .column {
      padding: 8px 20px 12px; } }
  .column .grid {
    padding: 12px 36px 36px; }
  .column h3 {
    text-align: left;
    font-size: 15px;
    margin-bottom: 40px !important; }
    @media only screen and (max-width: 768px) {
      .column h3 {
        font-size: 14px;
        margin-bottom: 20px !important; } }
  .column h4 span {
    font-size: 13px;
    border: 1px solid #403827;
    padding: 9px 16px 7px;
    border-radius: 3em;
    display: inline-block;
    margin-bottom: 12px;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .column h4 span {
        font-size: 11px;
        margin-bottom: 8px;
        line-height: 1.6;
        padding: 7px 14px 5px; } }
  .column img {
    display: block;
    margin: 0 auto 24px; }
  .column .q, .column .a {
    position: relative;
    padding-top: 4px;
    display: flex;
    grid-gap: 1.5em; }
    .column .q span, .column .a span {
      font-weight: bold;
      font-size: 16px;
      display: inline-block;
      font-size: 13px;
      border: 0.8px solid #403827;
      padding: 9px 16px 7px;
      border-radius: 3em;
      display: inline-block;
      margin-bottom: 20px;
      line-height: 1;
      height: 30px;
      display: grid;
      align-items: center; }
  .column .q {
    padding-top: 0px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dotted #999;
    font-size: 1em !important; }
  .column .a {
    margin-bottom: 0; }
    .column .a span {
      top: 4px; }

.column .grid {
  padding: 0; }
.column h4 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 4px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .column h4 {
      font-size: 16px; } }
.column h3 {
  font-size: 24px;
  margin-bottom: 32px;
  text-align: center !important; }
  @media only screen and (max-width: 768px) {
    .column h3 {
      font-size: 16px;
      line-height: 2;
      margin-bottom: 20px; } }
  .column h3 span {
    border-bottom: 1px solid #403827; }
.column p.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .column p.justify {
      font-size: 12.5px; } }

#chef-area {
  margin-top: 40px; }
  #chef-area .column {
    background-color: transparent;
    padding: 0; }
    #chef-area .column .grid {
      margin-bottom: 8px; }
  @media only screen and (max-width: 768px) {
    #chef-area h3 {
      font-size: 16px; } }
  #chef-area #chef-text {
    margin-bottom: 24px;
    border: 0.8px solid #403827;
    padding: 24px 32px;
    border-radius: 24px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      #chef-area #chef-text {
        padding: 20px 24px;
        font-size: 12px; } }
    #chef-area #chef-text::after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background-color: #fff;
      border-top: 0.8px solid #403827;
      border-right: 0.8px solid #403827;
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: rotate(135deg); }
  #chef-area #profile {
    display: flex;
    grid-gap: 2em;
    margin-top: 1em; }
    @media only screen and (max-width: 768px) {
      #chef-area #profile {
        display: block;
        margin-top: 8px; } }
    #chef-area #profile img {
      width: 240px;
      height: auto;
      border-radius: 4px; }
      @media only screen and (max-width: 768px) {
        #chef-area #profile img {
          width: 100%; } }
    #chef-area #profile h3#chef-name {
      text-align: left !important;
      font-size: 1.1em;
      margin-bottom: 16px !important;
      border-bottom: 1px dotted #403827;
      padding-bottom: 12px;
      display: flex;
      align-items: end;
      grid-gap: .8em; }
      @media only screen and (max-width: 768px) {
        #chef-area #profile h3#chef-name {
          display: block;
          text-align: center !important; } }
      #chef-area #profile h3#chef-name span {
        display: block;
        font-size: .8em;
        border: none; }
    #chef-area #profile #chef-profile {
      font-weight: normal;
      margin-bottom: 0; }

#local-area {
  background-color: rgba(228, 146, 104, 0.4); }
  #local-area h6 {
    background-color: rgba(228, 146, 104, 0.7);
    line-height: 1;
    font-weight: bold;
    text-align: center;
    width: 124px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 12px;
    line-height: 1.2;
    box-sizing: border-box;
    font-size: .9em;
    /* display: grid; */
    /* align-items: center; */
    /* justify-content: center; */
    margin: 24px auto 40px; }

#genteipan-area {
  background-color: rgba(188, 120, 72, 0.4); }

#contest-area {
  background-color: rgba(243, 198, 47, 0.4); }

#symbol-area {
  background-color: rgba(238, 230, 218, 0.4); }

#local-area, #genteipan-area, #contest-area, #symbol-area {
  background-color: rgba(238, 230, 218, 0.4); }

#comment {
  margin: 0;
  padding-top: 24px; }
  @media only screen and (max-width: 768px) {
    #comment {
      margin-bottom: 10px;
      font-size: 12px; } }
  @media only screen and (max-width: 768px) {
    #comment h3 {
      font-size: 16px; } }
  #comment .row {
    padding: 0; }
  #comment .q {
    padding-top: 0px;
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #403827;
    font-size: 1em !important;
    text-align: left;
    line-height: 2; }

#shop-info {
  border: 0.8px solid #403827;
  border-radius: 4px;
  padding: 32px 36px 6px;
  margin-top: 90px;
  font-size: 13px; }
  @media only screen and (max-width: 768px) {
    #shop-info {
      margin-top: 40px;
      padding: 24px 20px 6px; } }
  #shop-info h2 {
    text-align: center;
    font-size: 1.5em;
    border-bottom: 0.8px solid #403827;
    margin-bottom: 40px;
    padding-bottom: 16px; }
    @media only screen and (max-width: 768px) {
      #shop-info h2 {
        font-size: 14px;
        margin-bottom: 24px;
        padding-bottom: 16px; } }
  @media only screen and (max-width: 768px) {
    #shop-info dl dt, #shop-info dl dd {
      font-size: 12px; } }
  #shop-info dl i {
    color: #aaa;
    font-size: 0.9em;
    margin-left: 2px; }

.link-ec {
  text-align: right;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: .9em; }
  @media only screen and (max-width: 768px) {
    .link-ec {
      margin-bottom: 8px; } }

.link-ec i.fa-external-link, .button i.fa-external-link {
  opacity: 0.3;
  font-size: 0.6em;
  display: inline-block;
  padding-bottom: 2px;
  display: none; }

#shop-info02 dl .link {
  font-size: 10px;
  padding-bottom: 2px;
  line-height: 1;
  border-bottom: 1px dotted #aaa;
  display: inline-block;
  margin-left: 10px; }

.column p:first-child {
  margin-bottom: 0; }

.link-back {
  font-size: 0.9em;
  margin-top: 10px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .link-back {
      margin-top: 14px; } }

#nav-back {
  text-align: center;
  font-size: 1em; }
  @media only screen and (max-width: 768px) {
    #nav-back {
      margin-bottom: 16px; } }
  #nav-back a {
    border: none; }
    #nav-back a i {
      margin-right: 8px;
      line-height: 1; }

.item-box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  align-items: center;
  padding: 40px 24px 40px;
  margin: 40px 0 72px;
  border: 1px solid rgba(64, 56, 39, 0.2);
  border-top-left-radius: 36px;
  border-top-right-radius: 36px; }
  @media only screen and (max-width: 768px) {
    .item-box {
      display: block;
      padding: 16px 24px 32px;
      margin: 0px 0 54px; } }
  .item-box .grid {
    padding: 0; }
    .item-box .grid h3 {
      font-size: 18px;
      text-align: left !important;
      padding-bottom: 0px !important;
      margin: 0px !important;
      border: none; }

/* About */
#sponsor {
  margin-top: 64px; }
  #sponsor h4 {
    font-size: 1.2em;
    text-align: center; }
  #sponsor ul {
    display: flex;
    grid-gap: 1em 4em;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 36px; }
    #sponsor ul li {
      width: 140px;
      height: auto; }
      #sponsor ul li a {
        margin-bottom: 12px; }

#media {
  background-color: #fff;
  padding: 20px; }
  #media h4 {
    text-align: center; }

.bg {
  background-image: url(_shared/image/bread.jpg);
  background-position: 50% 50%;
  background-size: cover;
  height: 100px; }
  @media only screen and (max-width: 375px) {
    .bg {
      height: 60px; } }
  @media only screen and (min-width: 768px) {
    .bg {
      height: 200px;
      background-size: 100%;
      background-attachment: fixed; } }

#about-ts,
.frame,
#intro-ts {
  padding-top: 20px;
  padding-bottom: 0px; }
  @media only screen and (min-width: 768px) {
    #about-ts,
    .frame,
    #intro-ts {
      padding-top: 50px; } }

.frame {
  width: 86%;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .frame {
      width: 680px; } }
  @media only screen and (min-width: 1024px) {
    .frame {
      width: 800px; } }
  #intro-ts .frame {
    padding-bottom: 0; }

#about-ts {
  text-align: center; }
  #about-ts .tsume {
    letter-spacing: -0.1em; }
  #about-ts .frame #copy-text p {
    font-size: 1.2em; }
    @media only screen and (max-width: 768px) {
      #about-ts .frame #copy-text p {
        font-size: 1.1em;
        /* br{
        	display: none;
        } */ } }
  #about-ts .frame h2 {
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      #about-ts .frame h2 img {
        width: 56px;
        height: auto; } }
  #about-ts .frame p {
    line-height: 2;
    margin-bottom: 1.4em;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      #about-ts .frame p {
        line-height: 2.2;
        margin-bottom: 2em; } }

#intro-ts {
  padding-bottom: 60px; }
  #intro-ts h2 {
    text-align: center;
    margin-bottom: 54px; }
    @media only screen and (max-width: 768px) {
      #intro-ts h2 {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px; } }
  #intro-ts h3 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 40px;
    margin-top: 80px; }
  #intro-ts p {
    line-height: 2;
    margin-bottom: 1em; }
    @media only screen and (min-width: 768px) {
      #intro-ts p {
        line-height: 2; } }
    #intro-ts p.text-small {
      font-weight: normal;
      margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    #intro-ts .dlist dt {
      float: left;
      width: 34%;
      margin-right: 2%;
      padding-top: 10px;
      border: none;
      font-size: 0.9em; }
    #intro-ts .dlist dd {
      float: left;
      width: 64%;
      padding-top: 10px;
      border: none;
      font-size: 0.9em; } }
  #intro-ts .section:first-child {
    margin-bottom: 32px; }
    @media only screen and (max-width: 768px) {
      #intro-ts .section:first-child {
        margin-bottom: 22px; } }
  #intro-ts .section:last-child {
    margin-bottom: 0; }

/* University */
#university #notice-area dl dt, #university #notice-area dl dd {
  float: left;
  margin-bottom: 16px;
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    #university #notice-area dl dt, #university #notice-area dl dd {
      line-height: 1.8; } }
#university #notice-area dl dt {
  width: 15%;
  margin-right: 5%;
  font-weight: bold; }
#university #notice-area dl dd {
  width: 80%; }
  #university #notice-area dl dd span {
    font-weight: bold; }

.box-border {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px; }
  @media only screen and (max-width: 768px) {
    .box-border {
      padding: 10px; } }

/*  */
.controls {
  padding-top: 12px;
  padding-bottom: 6px;
  background-color: #EDE6DE;
  overflow: auto; }
  .controls fieldset {
    overflow: hidden;
    padding: 6px 0 6px;
    margin-bottom: 6px; }
    .controls fieldset:last-child {
      border: none;
      margin-bottom: 0; }
  .controls label {
    float: left;
    width: 12%;
    background-color: #EDE6DE;
    border: 0;
    padding: 16px 10px;
    border-left: 12px solid #EDE6DE;
    border-bottom: 6px solid #EDE6DE;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    text-align: center; }
  .controls ul {
    float: left;
    display: table;
    width: 80%; }
  .controls li {
    display: table-cell;
    /* &:first-child{
    	width: 120px;
    } */ }
  .controls button {
    width: 100%;
    display: inline-block;
    background-color: #cd8c40;
    border: 0;
    padding: 16px 0;
    border-left: 12px solid #EDE6DE;
    border-bottom: 6px solid #EDE6DE;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    border-radius: 0;
    cursor: pointer; }

.controls button.active {
  background: #403827;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
.controls button:focus {
  outline: 0 none; }
.controls button + label {
  margin-left: 1em; }

.control-container {
  width: 100%;
  background-color: #eee; }
  @media only screen and (max-width: 768px) {
    .control-container {
      background-color: #EDE6DE; } }

.controls-s {
  padding-top: 18px;
  padding-bottom: 12px;
  width: 90%;
  margin: 0 auto; }
  .controls-s label {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: -0.02em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1; }
  .controls-s select {
    float: left;
    width: 45%; }
  .controls-s fieldset:first-child {
    margin-bottom: 10px;
    border: none; }
  .controls-s fieldset:last-child {
    margin-bottom: 4px;
    border: none; }

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding: 6px;
  line-height: 1;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 1px;
  font-weight: bold; }

select option {
  background-color: #fff;
  color: #333; }

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

select:-moz-focusring {
  background: #eee;
  color: transparent;
  text-shadow: 0 0 0 #000;
  border: 1px solid #666; }

select, option {
  font-size: 16px !important; }

.container-sort {
  /*padding: 2% 2% 0;*/
  /*font-size: 0.1px;*/
  -webkit-backface-visibility: hidden;
  min-height: 400px;
  overflow: auto;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-height: 768px) {
    .container-sort {
      margin-bottom: 20px; } }
  .container-sort:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .container-sort .mix, .container-sort .gap {
    display: inline-block; }
  .container-sort .mix {
    background: transpearent;
    margin-bottom: 1.2%;
    padding-left: 20px;
    padding-right: 20px; }
    @media only screen and (max-width: 768px) {
      .container-sort .mix {
        padding: 8px; } }
    .container-sort .mix:after {
      /* content: attr(data-myorder);*/
      color: white;
      font-size: 16px;
      display: inline-block;
      vertical-ali20: top;
      /*padding: 4% 0 6% 0;*/
      font-weight: 700; }

.shubetsu {
  overflow: hidden;
  margin-bottom: 0px; }
  #bread_market .shubetsu {
    margin-bottom: 48px;
    padding-top: 80px; }
  .shubetsu h3 {
    text-align: center;
    font-size: 24px;
    ont-size: 20px;
    margin: 16px 0 36px;
    border-top: 0.8px dotted #403827;
    padding-top: 84px; }
    @media only screen and (max-width: 768px) {
      .shubetsu h3 {
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 12px;
        border: none;
        padding-top: 0; } }
    #university .shubetsu h3 {
      font-size: 24px; }
      @media only screen and (max-width: 768px) {
        #university .shubetsu h3 {
          font-size: 18px; } }
    #contest .shubetsu h3 span, .tax-type_contest .shubetsu h3 span {
      display: block;
      font-size: .8em; }
      #contest .shubetsu h3 span.date, .tax-type_contest .shubetsu h3 span.date {
        display: inline-block;
        border: 0.8px solid #403827;
        border-radius: 2em;
        font-size: 14px;
        padding: 8px 10px 7px;
        line-height: 1;
        margin-bottom: 8px; }

.tax-type_contest .shubetsu h3 span {
  display: block;
  font-size: .8em; }
  .tax-type_contest .shubetsu h3 span.date {
    display: inline-block;
    border: 0.8px solid #403827;
    border-radius: 2em;
    font-size: 14px;
    padding: 8px 10px 7px;
    line-height: 1;
    margin-bottom: 8px; }

#bread_market #bread {
  padding-top: 0; }

body.is-fixed #control-area-outer {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 2003;
  transition: all .2s ease; }

body.is-fixed .controls {
  padding-top: 18px;
  transition: all .2s ease; }

#control-area-outer {
  width: 100%;
  background-color: #EDE6DE;
  position: relative; }

/* Comp */
.slider-section {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto 0;
  padding-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .slider-section {
      width: 90%;
      margin-top: 20px;
      padding-bottom: 0; } }
  .slider-section h2 {
    font-size: 48px;
    text-align: center;
    margin: 0 auto 40px; }
    @media only screen and (max-width: 768px) {
      .slider-section h2 {
        font-size: 32px;
        margin-bottom: 20px !important; } }
    .slider-section h2 span {
      font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      display: block;
      font-size: 16px;
      margin-bottom: 24px;
      margin-top: 4px;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .slider-section h2 span {
          margin-bottom: 12px;
          font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    .slider-section h3 {
      margin-bottom: 12px;
      font-size: 20px; } }

/* nav */
#fat-nav-area .fat-nav {
  background: #e49268; }
#fat-nav-area .fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  grid-gap: 80px;
  background: rgba(228, 146, 104, 0.9);
  padding: 80px 0; }
  @media only screen and (max-width: 768px) {
    #fat-nav-area .fat-nav__wrapper {
      padding: 96px 0 240px; } }
  #fat-nav-area .fat-nav__wrapper #google {
    display: flex;
    justify-content: center;
    margin-top: 24px; }
  #fat-nav-area .fat-nav__wrapper #menu ul li {
    font-size: 28px;
    line-height: 1;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      #fat-nav-area .fat-nav__wrapper #menu ul li {
        font-size: 22px;
        margin-bottom: 6px; } }
    #fat-nav-area .fat-nav__wrapper #menu ul li::after {
      content: '';
      display: block;
      width: 16px;
      height: 2px;
      background-color: #fff;
      margin: 24px auto 6px;
      opacity: .3; }
      @media only screen and (max-width: 768px) {
        #fat-nav-area .fat-nav__wrapper #menu ul li::after {
          width: 12px;
          height: 2px;
          margin: 18px auto 0px;
          display: none; } }
    #fat-nav-area .fat-nav__wrapper #menu ul li span {
      display: block;
      font-size: 12px;
      font-weight: normal;
      margin-top: 6px; }
    #fat-nav-area .fat-nav__wrapper #menu ul li ul {
      height: auto;
      margin: 20px 0 0;
      border: none;
      padding-left: 0;
      display: flex;
      justify-content: center;
      grid-gap: 12px; }
      @media only screen and (max-width: 768px) {
        #fat-nav-area .fat-nav__wrapper #menu ul li ul {
          display: block; } }
      #fat-nav-area .fat-nav__wrapper #menu ul li ul#category01 {
        margin: 30px 0 20px;
        align-items: center;
        grid-gap: 0; }
        @media only screen and (max-width: 768px) {
          #fat-nav-area .fat-nav__wrapper #menu ul li ul#category01 {
            margin: 24px 0 24px; } }
        #fat-nav-area .fat-nav__wrapper #menu ul li ul#category01 li {
          font-size: 14px;
          font-weight: 600;
          padding: 0;
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 768px) {
            #fat-nav-area .fat-nav__wrapper #menu ul li ul#category01 li {
              margin-bottom: 20px;
              justify-content: center; } }
          #fat-nav-area .fat-nav__wrapper #menu ul li ul#category01 li::after {
            content: '';
            display: inline-block;
            width: 1px;
            height: 20px;
            margin: 0 16px; }
            @media only screen and (max-width: 768px) {
              #fat-nav-area .fat-nav__wrapper #menu ul li ul#category01 li::after {
                display: none; } }
          #fat-nav-area .fat-nav__wrapper #menu ul li ul#category01 li:last-child::after {
            display: none; }
      #fat-nav-area .fat-nav__wrapper #menu ul li ul#category02 {
        margin-bottom: 32px; }
        @media only screen and (max-width: 768px) {
          #fat-nav-area .fat-nav__wrapper #menu ul li ul#category02 {
            margin-bottom: 0; } }
        #fat-nav-area .fat-nav__wrapper #menu ul li ul#category02 li {
          font-size: 11px;
          padding: 0; }
          @media only screen and (max-width: 768px) {
            #fat-nav-area .fat-nav__wrapper #menu ul li ul#category02 li {
              margin-bottom: 0; } }
          #fat-nav-area .fat-nav__wrapper #menu ul li ul#category02 li::after {
            content: '';
            display: none; }
          #fat-nav-area .fat-nav__wrapper #menu ul li ul#category02 li a {
            border: .8px solid #fff;
            padding: 7px 12px 6px;
            border-radius: 2em;
            display: inline-block; }
            @media only screen and (max-width: 768px) {
              #fat-nav-area .fat-nav__wrapper #menu ul li ul#category02 li a {
                margin-bottom: 14px; } }
    #fat-nav-area .fat-nav__wrapper #menu ul li#notice {
      font-weight: bold;
      font-size: 0.9em;
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        #fat-nav-area .fat-nav__wrapper #menu ul li#notice {
          font-size: 1em;
          margin-bottom: 24px; } }
      #fat-nav-area .fat-nav__wrapper #menu ul li#notice a {
        color: #cd8c40;
        border-bottom: 1px solid #cd8c40;
        padding-bottom: 4px; }

#notes .post a, .single-contents .post a {
  font-weight: bold;
  margin-bottom: 16px;
  display: inline-block;
  color: #403827;
  border-color: #403827; }
  @media only screen and (max-width: 768px) {
    #notes .post a, .single-contents .post a {
      margin-bottom: 8px;
      font-size: 0.9em; } }
#notes .post #covid, .single-contents .post #covid {
  border: 1px solid #403827;
  color: #403827;
  padding: 32px 32px 16px; }
  @media only screen and (max-width: 768px) {
    #notes .post #covid, .single-contents .post #covid {
      padding: 24px 24px 12px; } }
  #notes .post #covid ul, .single-contents .post #covid ul {
    margin-bottom: 1.5em; }
#notes .post #profile, .single-contents .post #profile {
  padding: 30px 30px;
  background-color: #EDE6DE;
  display: flex;
  align-items: center;
  margin-top: 60px; }
  @media only screen and (max-width: 960px) {
    #notes .post #profile, .single-contents .post #profile {
      display: block;
      padding: 30px 20px;
      margin-top: 40px; } }
  #notes .post #profile .profile-img, .single-contents .post #profile .profile-img {
    width: 30%;
    box-sizing: border-box;
    text-align: center; }
    @media only screen and (max-width: 960px) {
      #notes .post #profile .profile-img, .single-contents .post #profile .profile-img {
        width: 100%;
        text-align: center; } }
    #notes .post #profile .profile-img img, .single-contents .post #profile .profile-img img {
      margin: 0;
      width: 190px;
      height: 190px;
      border-radius: 50%;
      object-fit: cover; }
      @media only screen and (max-width: 960px) {
        #notes .post #profile .profile-img img, .single-contents .post #profile .profile-img img {
          margin-bottom: 24px; } }
  #notes .post #profile .profile-text, .single-contents .post #profile .profile-text {
    width: 70%;
    box-sizing: border-box;
    text-align: justify;
    padding-left: 12px; }
    @media only screen and (max-width: 960px) {
      #notes .post #profile .profile-text, .single-contents .post #profile .profile-text {
        width: 100%;
        padding-left: 0; } }

#access #map {
  margin-bottom: 20px; }
#access #areamap {
  width: 70%;
  margin: 0 auto 20px;
  float: none; }
  @media only screen and (max-width: 768px) {
    #access #areamap {
      width: 100%; } }
#access #trasport {
  background: rgba(238, 230, 218, 0.5); }

#contest .badge-trophy {
  width: 40px;
  height: auto;
  display: block;
  position: absolute;
  top: 16px;
  left: 24px;
  z-index: 100; }

#home #contest03 {
  		/*.gallery{
  			rid-template-rows: 1fr;
      	grid-template-columns: 1fr;
  		}*/ }

/*  */
a {
  color: #403827;
  text-decoration: none; }
  a:hover, a:active {
    opacity: 0.5;
    transition: 0.2s; }
    @media only screen and (max-width: 768px) {
      a:hover, a:active {
        opacity: 1; } }
  p > a {
    border-bottom: 1px dotted #403827; }
  a:focus {
    outline: none; }
  a.disable {
    opacity: 0.3 !important;
    cursor: auto !important; }
  .icon-bread a {
    opacity: 1 !important;
    cursor: auto !important; }
  a#ten {
    background-color: #fff !important; }

::selection {
  background: #eee; }

::-moz-selection {
  background: #eee; }

img {
  max-width: 100%;
  height: auto; }
  img + h2, img + h3, img + h4, img + h5 {
    margin-top: 0.4em; }
  img.img-md {
    width: 80%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media only screen and (max-width: 768px) {
      img.img-md {
        width: 100%; } }

li {
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-small {
  font-size: 90%;
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    .text-small {
      font-size: 11px !important;
      line-height: 2.1; } }

.text-large {
  font-size: 1.1em; }

.text-border {
  border: 1px solid #bbb;
  border-radius: 2px;
  padding: 10px;
  padding-top: 14px; }
  #notes .text-border {
    margin-bottom: 1.4em; }

.text-normal {
  font-weight: normal; }

.text-bold {
  font-weight: bold; }

.text-underline {
  text-decoration: underline; }

strong {
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    strong {
      line-height: 1.6;
      margin-bottom: 6px; } }

.interview {
  display: grid;
  grid-template-columns: 60px 1fr; }
  .interview dt {
    font-weight: bold; }

@media only screen and (max-width: 768px) {
  .border-top-sp {
    border-top: 1px dotted #403827;
    padding-top: 48px;
    margin-top: 10px; } }

.bg-box {
  background-color: rgba(238, 230, 218, 0.2);
  padding: 40px;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .bg-box {
      padding: 12px 20px; } }
  .postid-6586 .bg-box {
    padding-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .postid-6586 .bg-box {
        padding: 20px; } }
  #access .bg-box {
    margin: 40px 0 80px;
    padding: 12px; }
    #access .bg-box h3 {
      border-bottom: 1px dotted #403827; }

.border-box {
  padding: 24px;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px dotted #403827;
  border-radius: 6px; }
  @media only screen and (max-width: 768px) {
    .border-box {
      padding: 24px 24px 8px; } }

.border-none {
  border: none !important; }

.mgt20 {
  margin-top: 20px; }

.mgt40 {
  margin-top: 40px; }

.mgb40 {
  margin-bottom: 40px !important; }

hr.hr {
  border: 3px solid #999;
  width: 48px;
  margin-bottom: 60px; }

/*  */
.hidden-pc {
  display: block; }
  @media only screen and (min-width: 768px) {
    .hidden-pc {
      display: none; } }

.visible-pc {
  display: none; }
  @media only screen and (min-width: 768px) {
    .visible-pc {
      display: block; } }

.broken_link, a.broken_link {
  text-decoration: none !important; }

/*  */
#ad-area {
  width: 900px;
  margin: 60px auto 0; }
  @media only screen and (max-width: 768px) {
    #ad-area {
      width: 90%;
      margin-top: 30px; } }
  #ad-area ul {
    text-align: center; }
    #ad-area ul img {
      width: 100%;
      height: auto; }
    #ad-area ul#ad-area-lg li {
      width: 430px;
      height: 200px; }
      @media only screen and (max-width: 768px) {
        #ad-area ul#ad-area-lg li {
          width: 100%;
          height: auto; } }
    #ad-area ul#ad-area-sm li {
      width: 200px;
      height: 94px;
      background-color: #eee; }
      @media only screen and (max-width: 768px) {
        #ad-area ul#ad-area-sm li {
          width: 100%;
          height: auto; } }
    #ad-area ul li {
      display: inline-block;
      margin-bottom: 40px; }
      @media only screen and (max-width: 768px) {
        #ad-area ul li {
          margin-bottom: 20px; } }
      #ad-area ul li:nth-child(odd) {
        margin-right: 15px; }
        @media only screen and (max-width: 768px) {
          #ad-area ul li:nth-child(odd) {
            margin-right: 0; } }
      #ad-area ul li:nth-child(even) {
        margin-left: 15px; }
        @media only screen and (max-width: 768px) {
          #ad-area ul li:nth-child(even) {
            margin-left: 0; } }
      #ad-area ul li a {
        display: block; }

#market-area {
  font-weight: bold;
  text-align: center; }
  #market-area > .grid {
    padding: 0 24px 40px; }
    @media only screen and (max-width: 768px) {
      #market-area > .grid {
        padding: 20px; } }
  #market-area #intro a {
    color: #403827;
    border-color: #403827; }
  #market-area #intro p#copy {
    font-size: 1em;
    padding-top: 0px;
    line-height: 2.4;
    margin-bottom: 0em; }
    @media only screen and (max-width: 768px) {
      #market-area #intro p#copy {
        font-size: 1em;
        line-height: 2.1;
        margin-bottom: 12px;
        margin-top: -12px; } }
    #market-area #intro p#copy a {
      border-color: #403827;
      display: inline-block;
      margin-top: 12px; }
  #market-area h3#notice-button {
    box-sizing: border-box;
    float: none;
    margin: 0 0 24px 0;
    line-height: 1;
    font-size: 18px; }
    @media only screen and (max-width: 768px) {
      #market-area h3#notice-button {
        font-size: 14px;
        width: 90%;
        margin: 20px auto; } }
    #market-area h3#notice-button a {
      display: block;
      margin: 30px auto 0px;
      width: 80%;
      padding: 22px 0 18px;
      color: #403827;
      background-color: #fff;
      border: 3px solid #403827; }
      @media only screen and (max-width: 768px) {
        #market-area h3#notice-button a {
          width: 90%;
          margin: 20px auto 0; } }

#column-area {
  width: 92%;
  margin: 20px auto 0; }
  @media only screen and (max-width: 768px) {
    #column-area {
      width: 90%;
      margin: 10px auto 0; } }

#market-area02 .row-wrapper, #market-area03 .row-wrapper {
  background-color: transparent;
  padding: 36px 60px 64px; }
  @media only screen and (max-width: 768px) {
    #market-area02 .row-wrapper, #market-area03 .row-wrapper {
      padding: 0 20px 24px; } }
  #market-area02 .row-wrapper h2, #market-area03 .row-wrapper h2 {
    font-size: 48px;
    text-align: center;
    margin: 0 auto 12px; }
    @media only screen and (max-width: 768px) {
      #market-area02 .row-wrapper h2, #market-area03 .row-wrapper h2 {
        font-size: 32px;
        margin-bottom: 16px; } }
  #market-area02 .row-wrapper .lead, #market-area03 .row-wrapper .lead {
    margin-bottom: 36px; }
  #market-area02 .row-wrapper h3, #market-area03 .row-wrapper h3 {
    text-align: center;
    font-size: 20px; }
    @media only screen and (max-width: 768px) {
      #market-area02 .row-wrapper h3, #market-area03 .row-wrapper h3 {
        font-size: 15px;
        margin-bottom: 0; } }
  #market-area02 .row-wrapper h4, #market-area03 .row-wrapper h4 {
    font-size: 20px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #403827;
    box-sizing: border-box;
    color: #403827;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #market-area02 .row-wrapper h4, #market-area03 .row-wrapper h4 {
        font-size: 18px; } }
    #market-area02 .row-wrapper h4 span, #market-area03 .row-wrapper h4 span {
      display: inline-block;
      font-size: 11px;
      line-height: 1;
      padding: 8px 8px 7px;
      margin-bottom: 8px;
      line-height: 1;
      border: 0.8px solid #403827;
      border-radius: 2em; }
  #market-area02 .row-wrapper #panset h4, #market-area03 .row-wrapper #panset h4 {
    font-size: 18px;
    padding-top: 5px; }
    @media only screen and (max-width: 768px) {
      #market-area02 .row-wrapper #panset h4, #market-area03 .row-wrapper #panset h4 {
        font-size: 16px;
        padding-top: 1px; } }
  #market-area02 .row-wrapper #category-list, #market-area03 .row-wrapper #category-list {
    padding: 4px 0 24px; }
    @media only screen and (max-width: 768px) {
      #market-area02 .row-wrapper #category-list, #market-area03 .row-wrapper #category-list {
        padding: 28px 8px 16px; } }
    #market-area02 .row-wrapper #category-list .section, #market-area03 .row-wrapper #category-list .section {
      text-align: center;
      margin-bottom: 0 !important;
      padding: 8px 16px; }
      @media only screen and (max-width: 768px) {
        #market-area02 .row-wrapper #category-list .section, #market-area03 .row-wrapper #category-list .section {
          padding: 12px 10px 16px; } }
      #market-area02 .row-wrapper #category-list .section a, #market-area03 .row-wrapper #category-list .section a {
        display: block;
        padding: 24px 16px 0;
        padding-bottom: 20px;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        background-color: #fff; }
        @media only screen and (max-width: 768px) {
          #market-area02 .row-wrapper #category-list .section a, #market-area03 .row-wrapper #category-list .section a {
            padding: 12px;
            padding-bottom: 0px;
            margin-bottom: 8px; } }
        #market-area02 .row-wrapper #category-list .section a .gallery, #market-area03 .row-wrapper #category-list .section a .gallery {
          display: grid;
          grid-template-rows: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
          margin-bottom: 20px;
          background-color: #fff; }
        #market-area02 .row-wrapper #category-list .section a .ja, #market-area03 .row-wrapper #category-list .section a .ja {
          margin-top: 18px;
          display: block;
          font-size: 1em;
          color: #403827;
          font-weight: bold;
          padding: 0 12px 12px;
          line-height: 1.8; }
          @media only screen and (max-width: 768px) {
            #market-area02 .row-wrapper #category-list .section a .ja, #market-area03 .row-wrapper #category-list .section a .ja {
              font-size: 14px;
              padding: 0 12px 24px; } }
      #market-area02 .row-wrapper #category-list .section a, #market-area03 .row-wrapper #category-list .section a {
        color: #403827; }
    #market-area02 .row-wrapper #category-list #amuleia-area, #market-area03 .row-wrapper #category-list #amuleia-area {
      /*.gallery{
      	display: block;
      }*/ }
  #market-area02 .row-wrapper #shop-list .grid, #market-area03 .row-wrapper #shop-list .grid {
    padding: 8px 10px; }
    @media only screen and (max-width: 768px) {
      #market-area02 .row-wrapper #shop-list .grid, #market-area03 .row-wrapper #shop-list .grid {
        padding: 8px 12px; } }
  #market-area02 .row-wrapper #shop-list h3, #market-area03 .row-wrapper #shop-list h3 {
    margin-top: 20px;
    font-size: 16px; }
    @media only screen and (max-width: 768px) {
      #market-area02 .row-wrapper #shop-list h3, #market-area03 .row-wrapper #shop-list h3 {
        font-size: 16px;
        margin-top: 0px; } }
    #market-area02 .row-wrapper #shop-list h3 a, #market-area03 .row-wrapper #shop-list h3 a {
      background-color: #403827;
      color: #fff;
      display: block;
      padding: 24px 0 20px;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        #market-area02 .row-wrapper #shop-list h3 a, #market-area03 .row-wrapper #shop-list h3 a {
          padding: 20px 0 18px; } }
  #market-area02 .row-wrapper #shuppin, #market-area03 .row-wrapper #shuppin {
    position: relative; }
    #market-area02 .row-wrapper #shuppin .badge-period, #market-area03 .row-wrapper #shuppin .badge-period {
      position: absolute;
      top: 24px;
      right: 28px;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        #market-area02 .row-wrapper #shuppin .badge-period, #market-area03 .row-wrapper #shuppin .badge-period {
          top: 28px; } }
      #market-area02 .row-wrapper #shuppin .badge-period img, #market-area03 .row-wrapper #shuppin .badge-period img {
        width: 100px;
        height: auto; }
        @media only screen and (max-width: 768px) {
          #market-area02 .row-wrapper #shuppin .badge-period img, #market-area03 .row-wrapper #shuppin .badge-period img {
            width: 120px; } }
        @media only screen and (max-width: 440px) {
          #market-area02 .row-wrapper #shuppin .badge-period img, #market-area03 .row-wrapper #shuppin .badge-period img {
            width: 90px; } }
#market-area02 #contents-area, #market-area03 #contents-area {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    #market-area02 #contents-area, #market-area03 #contents-area {
      width: 94%;
      margin-top: 30px;
      padding-bottom: 24px; } }
  #market-area02 #contents-area .grid, #market-area03 #contents-area .grid {
    padding: 8px 12px; }
    @media only screen and (max-width: 768px) {
      #market-area02 #contents-area .grid, #market-area03 #contents-area .grid {
        padding: 8px 0; } }
    #market-area02 #contents-area .grid h3, #market-area03 #contents-area .grid h3 {
      margin-bottom: 0; }
  #market-area02 #contents-area #ec img, #market-area03 #contents-area #ec img {
    border: 1px solid #BC7848;
    padding-top: 8px;
    background-color: #fff;
    box-sizing: border-box; }
  #market-area02 #contents-area #channel img, #market-area03 #contents-area #channel img {
    border: 1px solid #403827;
    padding-top: 8px;
    background-color: #fff;
    box-sizing: border-box; }

#market-area02, #market-area03 {
  background-color: rgba(228, 146, 104, 0.6); }

#market-area03 {
  padding-top: 12px;
  margin-bottom: 84px;
  background-color: rgba(188, 120, 72, 0.3); }

#contents-area-top {
  justify-content: center;
  margin: 20px auto 0;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    #contents-area-top {
      width: 100%;
      padding-top: 4px; }
      #contents-area-top .grid {
        margin-bottom: 4px;
        padding-bottom: 0; } }

.shadow {
  box-shadow: 1px 1px #333; }

/*  */
#home #visual, #about #visual {
  color: #fff;
  font-weight: bold;
  width: 100%;
  margin-top: 156px;
  padding-bottom: 0px;
  /*background-image: url('_shared/image/hero2021.jpg')
  ;
  background-position: 50% 50%;
  background-size: 100%;
  background-attachment: fixed;
  position: relative;*/
  align-items: center;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    #home #visual, #about #visual {
      background-size: 120%;
      margin: 36px 0 6px; } }
  #home #visual .inner, #about #visual .inner {
    text-align: center; }
    #home #visual .inner #hero, #about #visual .inner #hero {
      position: relative;
      width: 100%;
      max-width: 1500px;
      height: auto;
      text-align: center; }
      #home #visual .inner #hero img, #about #visual .inner #hero img {
        width: 60%;
        display: block;
        margin: -40px auto 0; }
        #home #visual .inner #hero img:nth-child(1), #about #visual .inner #hero img:nth-child(1) {
          display: block !important; }
        #home #visual .inner #hero img:nth-child(2), #about #visual .inner #hero img:nth-child(2) {
          display: none !important; }
        @media only screen and (max-width: 768px) {
          #home #visual .inner #hero img, #about #visual .inner #hero img {
            width: 90%;
            margin-top: 0;
            vertical-align: middle;
            padding: 6px 0; }
            #home #visual .inner #hero img:nth-child(1), #about #visual .inner #hero img:nth-child(1) {
              display: none !important; }
            #home #visual .inner #hero img:nth-child(2), #about #visual .inner #hero img:nth-child(2) {
              display: block !important; } }
  #home #visual span, #about #visual span {
    display: inline-block; }
    #home #visual span#top-left, #about #visual span#top-left {
      position: absolute;
      top: 84px;
      left: 24px;
      text-align: left; }
      #home #visual span#top-left a, #about #visual span#top-left a {
        color: #fff; }
    #home #visual span#bottom-right, #about #visual span#bottom-right {
      position: absolute;
      bottom: 84px;
      right: 24px;
      text-align: right; }
    @media only screen and (max-width: 900px) {
      #home #visual span#top-left, #about #visual span#top-left {
        top: 66px; }
      #home #visual span#bottom-right, #about #visual span#bottom-right {
        bottom: 66px; } }
    @media only screen and (min-width: 1200px) {
      #home #visual span#top-left, #about #visual span#top-left {
        top: 120px; }
      #home #visual span#bottom-right, #about #visual span#bottom-right {
        bottom: 120px; } }
    @media only screen and (min-width: 1600px) {
      #home #visual span#top-left, #about #visual span#top-left {
        top: 100px; }
      #home #visual span#bottom-right, #about #visual span#bottom-right {
        bottom: 100px; } }
    @media only screen and (max-width: 768px) {
      #home #visual span#top-left, #about #visual span#top-left {
        display: none; }
      #home #visual span#bottom-right, #about #visual span#bottom-right {
        display: none; } }
  #home #visual img, #about #visual img {
    width: 28%;
    height: auto; }
    @media only screen and (max-width: 768px) {
      #home #visual img, #about #visual img {
        width: 20%; } }
  #home #visual #info-area-top, #about #visual #info-area-top {
    position: absolute;
    bottom: 24px;
    right: 280px;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      #home #visual #info-area-top, #about #visual #info-area-top {
        bottom: -48px;
        right: 0;
        left: 0;
        text-align: center; } }
    #home #visual #info-area-top dl, #about #visual #info-area-top dl {
      text-align: right;
      display: inline-block;
      margin-bottom: 0;
      font-weight: bold;
      line-height: 1.5;
      font-size: 0.9em; }
      @media only screen and (max-width: 768px) {
        #home #visual #info-area-top dl, #about #visual #info-area-top dl {
          text-align: center;
          font-size: 0.8em; }
          #home #visual #info-area-top dl a, #about #visual #info-area-top dl a {
            color: #BC7848; } }
      #home #visual #info-area-top dl dt, #home #visual #info-area-top dl dd, #about #visual #info-area-top dl dt, #about #visual #info-area-top dl dd {
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 1; }
    #home #visual #info-area-top p, #about #visual #info-area-top p {
      display: inline-block;
      margin-bottom: 0;
      line-height: 1;
      margin-left: 2em;
      font-size: 0.9em; }
#home #about-ts, #home #intro-ts, #about #about-ts, #about #intro-ts {
  padding: 120px 0 0;
  width: 80%;
  max-width: 860px;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    #home #about-ts, #home #intro-ts, #about #about-ts, #about #intro-ts {
      padding: 20px 24px 0px;
      width: 100%; } }
#home #about-ts, #about #about-ts {
  margin-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    #home #about-ts, #about #about-ts {
      margin-bottom: 0px;
      /* br{
      	display: none;
      } */ } }
  #home #about-ts h2, #about #about-ts h2 {
    font-size: 32px;
    margin-bottom: 72px;
    letter-spacing: .2em;
    font-weight: bold;
    line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      #home #about-ts h2, #about #about-ts h2 {
        margin-bottom: 32px; } }
    #home #about-ts h2::before, #about #about-ts h2::before {
      content: '';
      display: block;
      background-color: #403827;
      width: 1px;
      height: 120px;
      margin: 0 auto 40px; }
      @media only screen and (max-width: 768px) {
        #home #about-ts h2::before, #about #about-ts h2::before {
          height: 80px;
          margin-bottom: 30px; } }
    #home #about-ts h2 img, #about #about-ts h2 img {
      width: 220px; }
      @media only screen and (max-width: 768px) {
        #home #about-ts h2 img, #about #about-ts h2 img {
          width: 40%;
          max-width: 200px; } }
    #home #about-ts h2 span, #about #about-ts h2 span {
      display: inline-block;
      font-size: 28px;
      font-weight: bold;
      padding-bottom: 4px;
      letter-spacing: 0 !important;
      font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      @media only screen and (max-width: 768px) {
        #home #about-ts h2 span, #about #about-ts h2 span {
          font-size: 28px;
          margin-top: 14px;
          line-height: 1.4;
          font-weight: 100;
          display: block; } }
  #home #about-ts #illust, #about #about-ts #illust {
    margin-top: 80px; }
    @media only screen and (max-width: 768px) {
      #home #about-ts #illust, #about #about-ts #illust {
        margin-top: 40px; } }
    #home #about-ts #illust img, #about #about-ts #illust img {
      width: 160px;
      display: inline-block;
      margin: 0 auto;
      opacity: 0.8; }
      @media only screen and (max-width: 768px) {
        #home #about-ts #illust img, #about #about-ts #illust img {
          width: 120px;
          display: block;
          margin: 0 auto; } }
  #home #about-ts #copy-text, #about #about-ts #copy-text {
    font-size: 16px;
    line-height: 2.4;
    letter-spacing: .06em; }
    @media only screen and (max-width: 768px) {
      #home #about-ts #copy-text, #about #about-ts #copy-text {
        letter-spacing: 0em;
        line-height: 2;
        font-size: 14px; } }
    @media only screen and (max-width: 440px) {
      #home #about-ts #copy-text, #about #about-ts #copy-text {
        font-size: 14px; } }
    #home #about-ts #copy-text p, #about #about-ts #copy-text p {
      margin-bottom: 2.7em; }
      @media only screen and (max-width: 768px) {
        #home #about-ts #copy-text p, #about #about-ts #copy-text p {
          margin-bottom: 1.6em; } }
#home #intro-ts, #about #intro-ts {
  padding: 80px 40px 40px; }
  @media only screen and (max-width: 768px) {
    #home #intro-ts, #about #intro-ts {
      padding: 100px 20px 40px; } }
  #home #intro-ts h2 img, #about #intro-ts h2 img {
    width: 400px; }
    @media only screen and (max-width: 768px) {
      #home #intro-ts h2 img, #about #intro-ts h2 img {
        width: 90%; } }
#home .section, #about .section {
  margin-bottom: 30px; }
  @media only screen and (max-width: 440px) {
    #home .section, #about .section {
      margin-bottom: 20px; } }
#home .bg-box, #about .bg-box {
  background-color: rgba(238, 230, 218, 0.2);
  /* border-top: 3px solid $brown2;
  border-bottom: 3px solid $brown2; */ }

#hero-pc {
  display: block !important; }
  @media only screen and (max-width: 768px) {
    #hero-pc {
      display: none !important; } }
  #hero-pc img {
    width: 100%;
    max-width: 1400px;
    display: block;
    margin: 0 auto; }

#hero-sp {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    #hero-sp {
      display: block !important; } }

#about #visual {
  margin-top: 0px; }
@media only screen and (max-width: 768px) {
  #about #bottom-left img {
    display: block !important; } }

#areamap h3 {
  text-align: center; }

#sold-out .post table {
  margin: 20px 0 40px;
  width: 100%; }
  #sold-out .post table th, #sold-out .post table td {
    padding: 16px; }
  #sold-out .post table tr {
    background: #fff;
    border-bottom: 1px solid rgba(64, 56, 39, 0.3); }
    #sold-out .post table tr.thead {
      background-color: rgba(228, 146, 104, 0.6);
      border-bottom: none; }
  #sold-out .post table th {
    font-weight: bold; }
    #sold-out .post table th.date {
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      text-align: center; }
  #sold-out .post table td.sold {
    color: #BC7848;
    text-align: center;
    border-left: 1px solid #ddd;
    font-weight: bold; }

#badge-sold-out {
  display: block;
  width: 90px;
  height: auto;
  position: fixed;
  bottom: 20px;
  right: 24px;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    #badge-sold-out {
      width: 72px;
      bottom: 12px;
      right: 20px; } }

#howto #index, #yukimi-mito #index, #notice #index {
  background: rgba(228, 146, 104, 0.2);
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  padding: 24px 16px 12px;
  margin: 36px 0; }
  #howto #index .grid, #yukimi-mito #index .grid, #notice #index .grid {
    float: none; }
  @media only screen and (max-width: 768px) {
    #howto #index, #yukimi-mito #index, #notice #index {
      border-top-left-radius: 24px;
      border-top-right-radius: 24px;
      padding: 16px 16px 12px;
      margin: 0; } }
  #howto #index p, #yukimi-mito #index p, #notice #index p {
    margin-bottom: 10px;
    color: #403827;
    font-size: 1.1em; }
  #howto #index ul.list, #yukimi-mito #index ul.list, #notice #index ul.list {
    margin-bottom: 24px; }
    #howto #index ul.list li, #yukimi-mito #index ul.list li, #notice #index ul.list li {
      font-size: 1em;
      font-weight: bold;
      padding-bottom: 0px;
      margin-bottom: 12px;
      font-weight: bold; }
      #howto #index ul.list li a, #yukimi-mito #index ul.list li a, #notice #index ul.list li a {
        margin-bottom: 8px;
        color: #403827; }
#howto h3, #yukimi-mito h3, #notice h3 {
  margin-top: 32px;
  color: #403827;
  border-bottom: 0.8px solid #403827;
  padding-bottom: 6px;
  margin-bottom: 22px;
  font-size: 20px; }
#howto h4, #yukimi-mito h4, #notice h4 {
  text-align: left;
  padding-bottom: 6px;
  margin-bottom: 18px;
  color: #403827;
  border-bottom: 0.8px dotted #403827;
  font-size: 1.1em; }
#howto .post-content a, #yukimi-mito .post-content a, #notice .post-content a {
  font-weight: normal;
  margin-bottom: 12px;
  color: #E49268;
  border-color: #E49268;
  font-size: 1em; }

@media only screen and (max-width: 768px) {
  #notice h3 {
    margin-top: 12px !important;
    font-size: 16px;
    padding-bottom: 8px; } }
#notice .post-content .section {
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  background: rgba(238, 230, 218, 0.2);
  margin-top: 40px;
  padding-bottom: 24px; }
  @media only screen and (max-width: 768px) {
    #notice .post-content .section {
      border-top-left-radius: 24px;
      border-top-right-radius: 24px;
      margin-top: 0;
      padding: 0 16px 24px; } }

.postid-7039 p + dl {
  margin-top: 24px; }
.postid-7039 #content {
  width: 80% !important;
  max-width: 1200px !important; }
  @media only screen and (max-width: 768px) {
    .postid-7039 #content {
      width: 100% !important; } }
  .postid-7039 #content .post-content h3 {
    font-size: 18px;
    border-bottom: 0.8px solid #403827;
    margin-bottom: 40px !important; }
  .postid-7039 #content .post-content #shop-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 54px 54px; }
    @media only screen and (max-width: 768px) {
      .postid-7039 #content .post-content #shop-wrapper {
        display: block; } }
    @media only screen and (max-width: 768px) {
      .postid-7039 #content .post-content #shop-wrapper .shop-box {
        margin-bottom: 40px; } }
    .postid-7039 #content .post-content #shop-wrapper .shop-box h4 {
      font-size: 16px;
      border-bottom: none;
      margin-bottom: 12px; }
    .postid-7039 #content .post-content #shop-wrapper .shop-box img {
      margin-top: 0;
      border-radius: 4px; }
    .postid-7039 #content .post-content #shop-wrapper .shop-box p {
      font-size: 13px; }
      .postid-7039 #content .post-content #shop-wrapper .shop-box p:last-child {
        margin-bottom: 64px; }
      .postid-7039 #content .post-content #shop-wrapper .shop-box p.item {
        display: grid;
        grid-template-columns: 30% auto;
        grid-gap: 24px;
        padding: 16px;
        border: 0.6px dotted #403827;
        border-radius: 12px;
        font-size: 12px;
        line-height: 2; }
    .postid-7039 #content .post-content #shop-wrapper .shop-box dl dt, .postid-7039 #content .post-content #shop-wrapper .shop-box dl dd {
      font-size: 11px;
      padding-bottom: 8px;
      margin-bottom: 10px; }
      .postid-7039 #content .post-content #shop-wrapper .shop-box dl dt a, .postid-7039 #content .post-content #shop-wrapper .shop-box dl dd a {
        margin-bottom: 0; }
    .postid-7039 #content .post-content #shop-wrapper .shop-box dl div.open {
      margin-bottom: 0; }

#profile .profile-text {
  padding-left: 32px;
  text-align: left; }
  #profile .profile-text strong {
    font-size: 1.2em;
    display: block;
    margin-bottom: 12px; }
  #profile .profile-text .link {
    margin-top: 24px;
    font-size: .9em;
    text-last: left;
    font-weight: bold;
    text-align: left; }
    #profile .profile-text .link a {
      display: inline;
      margin-bottom: 8px;
      color: #BC7848;
      word-break: break-all; }

#stamp-rally #stamp-rally-present {
  background: rgba(238, 230, 218, 0.5);
  padding: 24px 12px 12px;
  margin-bottom: 40px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px; }
  @media only screen and (max-width: 768px) {
    #stamp-rally #stamp-rally-present {
      border-top-left-radius: 24px;
      border-top-right-radius: 24px; } }
#stamp-rally #stamp-rally-info #qr p {
  text-align: right; }
  @media only screen and (max-width: 768px) {
    #stamp-rally #stamp-rally-info #qr p {
      text-align: left; } }
  #stamp-rally #stamp-rally-info #qr p img {
    width: 120px; }
    @media only screen and (max-width: 768px) {
      #stamp-rally #stamp-rally-info #qr p img {
        width: 100%; } }

#pan-radio .post-header h4 {
  text-align: center; }
#pan-radio h3 {
  font-size: 24px;
  text-align: center;
  border-bottom: 0.8px solid #403827;
  padding-bottom: 12px;
  margin: 48px 0 24px; }
#pan-radio #mc-area {
  background: rgba(238, 230, 218, 0.3);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 12px 20px 24px;
  margin-bottom: 48px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    #pan-radio #mc-area {
      display: block;
      padding: 12px 12px 24px;
      margin-bottom: 0; } }
  #pan-radio #mc-area .grid {
    padding-bottom: 0; }
    #pan-radio #mc-area .grid p {
      margin-bottom: 0; }
#pan-radio .radio-box h4 {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center; }
  #pan-radio .radio-box h4 span {
    border: 0.8px solid #403827;
    border-radius: 2em;
    padding: 8px 12px 7px;
    font-size: 10px;
    margin-bottom: 0px;
    display: inline-block;
    line-height: 1; }
  #pan-radio .radio-box h4 + .thumb {
    margin: 32px 0;
    display: block; }
#pan-radio .radio-box h5 {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #pan-radio .radio-box h5 {
      margin-top: 8px; } }
#pan-radio #time-table {
  background: rgba(238, 230, 218, 0.3);
  padding: 24px 36px 36px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    #pan-radio #time-table {
      padding: 12px; } }
  #pan-radio #time-table h3 {
    border: none;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      #pan-radio #time-table h3 {
        font-size: 20px;
        padding-bottom: 8px; } }
  #pan-radio #time-table h4 span {
    font-size: 11px;
    font-weight: normal;
    border: none;
    padding: 0;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      #pan-radio #time-table h4 span {
        font-size: 10px;
        padding-bottom: 12px; } }
  #pan-radio #time-table .wrapper {
    background-color: #fff;
    display: flex;
    grid-gap: 40px;
    padding: 36px; }
    @media only screen and (max-width: 768px) {
      #pan-radio #time-table .wrapper {
        flex-direction: column;
        padding: 20px; } }
    #pan-radio #time-table .wrapper div {
      flex: 1; }
      #pan-radio #time-table .wrapper div h4 {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 0.8px solid #403827; }
      #pan-radio #time-table .wrapper div dl div {
        display: grid;
        grid-template-columns: 72px 9fr;
        grid-gap: 2em;
        padding-bottom: 12px;
        margin-bottom: 16px;
        border-bottom: 0.8px dotted #403827; }
        @media only screen and (max-width: 768px) {
          #pan-radio #time-table .wrapper div dl div {
            padding-bottom: 10px;
            margin-bottom: 12px;
            grid-template-columns: 48px 9fr; } }
        #pan-radio #time-table .wrapper div dl div dt {
          font-weight: bold; }

#cinema h3 {
  text-align: center; }
#cinema #movie-list {
  margin-top: 40px; }
  #cinema #movie-list h4 span {
    font-size: .6em;
    display: block; }

/*  */
.map {
  position: relative;
  width: 100%;
  /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 52%;
  /* padding-topでもOK */
  overflow: hidden;
  margin-bottom: 0px; }
  @media only screen and (max-width: 768px) {
    .map {
      padding-bottom: 120%; } }

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 99.9%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */
  padding: 1px;
  box-sizing: border-box;
  background-color: #eee;
  border-color: transparent !important; }

#movie-area h3 {
  font-size: 16px; }

.movie {
  position: relative;
  width: 100%;
  /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 52%;
  /* padding-topでもOK */
  overflow: hidden;
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .movie {
      padding-bottom: 60%;
      margin-bottom: 24px; } }
  #home .movie {
    margin: 80px 0 0; }

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 99.9%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */
  padding: 1px;
  box-sizing: border-box;
  background-color: #eee;
  border-color: transparent !important; }

.yb {
  position: relative;
  width: 100%;
  /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 64%;
  /* padding-topでもOK */
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 60px; }

.yb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 99.9%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */
  padding: 1px;
  box-sizing: border-box;
  background-color: #eee;
  border-color: transparent !important; }

::selection {
  background: #eee; }

/* for Firefox */
::-moz-selection {
  background: #eee; }

/*  */
.blink {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  modal */
.modal-open {
  display: none; }

#modal-info {
  display: none; }

.modaal-overlay {
  z-index: 99999 !important; }

.modaal-wrapper {
  z-index: 999999 !important; }
  .modaal-wrapper .modaal-close {
    display: none !important; }
  .modaal-wrapper .modaal-content-container {
    border: solid 1px #E7A131;
    outline: solid 4px #E7A131;
    outline-offset: 4px;
    margin: 6px;
    padding: 40px; }
    @media only screen and (max-width: 768px) {
      .modaal-wrapper .modaal-content-container {
        padding: 40px 24px; } }

#modal-wrapper #modal-content {
  font-weight: bold;
  text-align: center; }
  #modal-wrapper #modal-content h2 {
    margin-bottom: 32px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #403827;
    margin-bottom: 32px;
    border-bottom: 2px dotted #403827;
    padding-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      #modal-wrapper #modal-content h2 {
        font-size: 20px;
        line-height: 1.5; } }
  #modal-wrapper #modal-content h3 {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px dotted #cd8c40;
    padding-bottom: 8px;
    margin-bottom: 20px;
    color: #cd8c40; }
  #modal-wrapper #modal-content p {
    font-weight: bold;
    margin-bottom: 20px; }
  #modal-wrapper #modal-content .button {
    margin-top: 30px; }
    #modal-wrapper #modal-content .button a {
      background-color: #403827;
      color: #fff; }
  #modal-wrapper #modal-content a {
    font-size: 0.9em;
    color: #403827;
    border: none;
    font-weight: bold;
    word-break: break-all;
    border-bottom: 1px dotted #403827; }
  #modal-wrapper #modal-content #close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 12px 12px;
    font-size: 16px;
    color: #403827;
    cursor: pointer;
    border: 0.9px solid #403827;
    border-radius: 50%;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      #modal-wrapper #modal-content #close {
        top: 16px;
        right: 16px;
        padding: 8px 8px;
        font-size: 12px; } }

.additional {
  line-height: 2.1; }

/* slick */
.slick-list {
  margin-right: -32px !important; }
  @media only screen and (max-width: 821px) {
    .slick-list {
      margin-right: 0px !important; } }

.slide-items {
  width: 100%;
  height: 100%;
  margin: auto; }

.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.slick-slide {
  margin-right: 32px !important; }
  @media only screen and (max-width: 821px) {
    .slick-slide {
      margin-right: 0px !important; } }

.slick-prev:before,
.slick-next:before {
  color: #666 !important;
  font-size: 28px !important; }

@media only screen and (max-width: 821px) {
  .slick-dots {
    bottom: -16px !important; } }

.slick-dots li {
  margin: 0px !important; }

.slick-dots li button:before {
  top: 20px !important;
  color: #666 !important; }

.slick-prev {
  left: 36px !important;
  display: none !important; }
  @media only screen and (max-width: 821px) {
    .slick-prev {
      left: 16px !important;
      display: none !important; } }

.slick-next {
  right: 36px !important;
  display: none !important; }
  @media only screen and (max-width: 821px) {
    .slick-next {
      right: 16px !important;
      display: none !important; } }

.slick-prev, .slick-next {
  z-index: 100 !important; }

/* header */
#header {
  position: fixed;
  height: 180px;
  width: 100%;
  z-index: 9999;
  /*最前面へ*/
  background-color: #fff; }
  @media only screen and (max-width: 821px) {
    #header {
      height: 120px; } }

#header.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(-100px); } }
#header.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/**/
#marqueeWrapper {
  width: 100%;
  overflow: hidden; }
  #marqueeWrapper #marquee .js-marquee {
    display: flex; }
    #marqueeWrapper #marquee .js-marquee .banner {
      width: 300px; }

/*  */
.hamburger {
  width: 80px !important;
  height: 76px !important;
  padding: 12px;
  position: fixed;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  z-index: 10000;
  background: #E49268;
  display: grid !important;
  align-items: center !important;
  justify-content: center !important; }
  @media only screen and (max-width: 821px) {
    .hamburger {
      width: 56px !important;
      height: 54px !important;
      border-bottom-left-radius: 4px; } }
  .hamburger .hamburger__icon, .hamburger .hamburger__icon:before, .hamburger .hamburger__icon:after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff; }

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