@charset "UTF-8";
/* CSS Document */
html {
  scroll-padding-top: 130px; }

#wrapper {
  background-color: #f6ecdb; }

#header-sub #global-nav {
  padding: 2rem 5rem;
  background: #f6ecdb; }
  #header-sub #global-nav .header-container {
    display: flex;
    gap: 3rem;
    justify-content: space-between; }
    #header-sub #global-nav .header-container .logo h1 {
      display: block;
      margin-left: 0; }
      #header-sub #global-nav .header-container .logo h1 img {
        height: 40px;
        transition: all 0.2s ease-in-out; }
        #header-sub #global-nav .header-container .logo h1 img:hover {
          opacity: 0.6; }
    #header-sub #global-nav .header-container .header-right ul {
      display: flex;
      gap: 4rem; }
      #header-sub #global-nav .header-container .header-right ul li {
        float: none;
        width: 100%;
        position: inherit; }
        #header-sub #global-nav .header-container .header-right ul li a {
          padding-top: 0; }
          #header-sub #global-nav .header-container .header-right ul li a p {
            white-space: nowrap;
            margin: 0; }
        #header-sub #global-nav .header-container .header-right ul li:hover {
          background: #f6ecdb; }
          #header-sub #global-nav .header-container .header-right ul li:hover p {
            color: #ba5442; }

.mean-container a.meanmenu-reveal {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 30px;
  height: 27px;
  padding: 10px;
  position: absolute;
  cursor: pointer;
  color: #ba5442;
  text-decoration: none;
  line-height: 20px;
  display: block;
  font-weight: bold;
  background-color: #fff;
  border-radius: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 6px;
  right: 6px; }

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #ba5442;
  height: 3px;
  margin-top: 5px; }

.mean-container .mean-bar {
  content: '';
  display: inline-block;
  width: 40%;
  height: 64px;
  background-image: url("../img/logo.svg");
  background-size: 75%;
  background-position: left 10px center;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  z-index: 99999999; }
  @media screen and (max-width: 767px) {
    .mean-container .mean-bar {
      position: fixed;
      background-size: 55%; } }
  @media screen and (max-width: 575px) {
    .mean-container .mean-bar {
      width: 65%;
      height: 60px;
      background-size: 70%; } }

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 62px;
  border-bottom: 2px solid #ba5442; }

.mean-container .mean-nav ul li a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  display: block;
  padding: 10px 5% 10px;
  margin: 0;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #383838;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  /* font-weight: bold; */
  line-height: 20px; }

.mean-container .mean-nav ul li a i {
  color: #ba5442; }

@media screen and (max-width: 991px) {
  .mean-container .mean-bar {
    display: none; } }
@media screen and (max-width: 767px) {
  .mean-container .mean-bar {
    display: block;
    width: 100%; } }

#footer {
  background-color: #fff; }
  #footer .wave {
    background: #f6ecdb; }
  #footer .footer-info {
    background: #fff;
    padding-top: 3rem;
    padding-bottom: 5rem; }
    #footer .footer-info .name {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 500;
      text-align: center;
      margin-bottom: 0; }
      #footer .footer-info .name a {
        color: #333; }
    #footer .footer-info .email {
      text-align: center;
      margin-bottom: 3rem; }
    #footer .footer-info ul {
      list-style: none;
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: max-content;
      justify-content: center;
      gap: 5rem;
      width: 95%;
      margin: 0 auto;
      padding: 0; }
      @media screen and (max-width: 991px) {
        #footer .footer-info ul {
          grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
          gap: 3rem; } }
      @media screen and (max-width: 575px) {
        #footer .footer-info ul {
          grid-auto-flow: row;
          grid-auto-columns: auto;
          grid-template-columns: 1fr;
          text-align: center;
          gap: 1rem; } }
      #footer .footer-info ul li dt {
        display: inline-block;
        background: #f6ecdb;
        padding: 0 1rem;
        margin-bottom: 0.5rem; }
      #footer .footer-info ul li dd {
        line-height: 1.65em; }
        #footer .footer-info ul li dd a {
          color: #333333; }
  #footer .city {
    max-width: 1000px;
    margin: 0 auto; }

h2 {
  color: #ba5442;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 3rem; }
  @media screen and (max-width: 575px) {
    h2 {
      margin-bottom: 2rem; } }
  h2 span {
    display: block;
    color: #604c3f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.03em; }

.backbutton {
  text-align: center; }
  .backbutton a {
    display: inline-block;
    padding: 0.6em 6em;
    background: #ba5442;
    color: #fff;
    text-decoration: none;
    border-radius: 9999px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    transition: 0.2s ease-in-out;
    color: #fff; }
    .backbutton a:hover {
      background: #823b2e; }

#shop-info, #parking {
  background: #fff;
  padding: 7rem 0; }
  #shop-info table, #parking table {
    width: 100%;
    margin-bottom: 1rem; }
    #shop-info table tr, #parking table tr {
      border-bottom: 1px solid #929292; }
      #shop-info table tr:first-child, #parking table tr:first-child {
        border-top: 1px solid #929292; }
      #shop-info table tr th, #parking table tr th {
        background: #efe2c4;
        width: 25%;
        font-weight: 500; }
      #shop-info table tr th, #shop-info table tr td, #parking table tr th, #parking table tr td {
        padding: 1.5rem 2rem;
        vertical-align: top;
        line-height: 1.35em; }
        #shop-info table tr th a, #shop-info table tr td a, #parking table tr th a, #parking table tr td a {
          color: #ba5442;
          text-decoration: underline; }
      #shop-info table tr td ul, #parking table tr td ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0; }

.route-container {
  border: 3px solid; }
  .route-container a:hover .route-label {
    opacity: 0.7; }
  .route-container .route-label {
    color: #fff;
    padding: 1.5rem;
    position: relative;
    transition: .2s ease-in-out; }
    @media screen and (max-width: 575px) {
      .route-container .route-label {
        padding: 1.5rem 1rem; } }
    .route-container .route-label::before {
      content: "";
      background: url("../img/tire.svg");
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0;
      width: 100px;
      height: 120px;
      pointer-events: none;
      /* クリックを邪魔しない */
      z-index: 0; }
    .route-container .route-label .route-title {
      display: flex;
      gap: 15px;
      align-items: center;
      margin-bottom: 1.5rem; }
      @media screen and (max-width: 575px) {
        .route-container .route-label .route-title {
          margin-bottom: 1rem;
          gap: 10px; } }
      .route-container .route-label .route-title .route-number {
        font-size: 12px;
        font-size: 1.2rem;
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        letter-spacing: 0.1em; }
        .route-container .route-label .route-title .route-number p {
          margin-bottom: 0; }
        .route-container .route-label .route-title .route-number span {
          font-size: 70px;
          font-size: 7rem;
          color: #fffac6;
          vertical-align: text-bottom;
          margin-left: 0.5rem; }
          @media screen and (max-width: 575px) {
            .route-container .route-label .route-title .route-number span {
              font-size: 60px;
              font-size: 6rem; } }
      .route-container .route-label .route-title .route-name {
        font-size: 24px;
        font-size: 2.4rem;
        text-align: justify;
        color: #fff;
        margin-bottom: 0;
        letter-spacing: 0.02em; }
        @media screen and (max-width: 1199px) {
          .route-container .route-label .route-title .route-name {
            font-size: 22px;
            font-size: 2.2rem; } }
        @media screen and (max-width: 575px) {
          .route-container .route-label .route-title .route-name {
            font-size: 20px;
            font-size: 2rem; } }
    .route-container .route-label .route-info p {
      margin-bottom: 0;
      line-height: 1.3em; }
    .route-container .route-label .route-info i {
      color: #fffac6; }

.route1 {
  border-color: #9d2a24; }
  .route1 .route-label {
    background-color: #9d2a24; }

.route2 {
  border-color: #1287a4; }
  .route2 .route-label {
    background-color: #1287a4; }

.route3 {
  border-color: #717071; }
  .route3 .route-label {
    background-color: #717071; }

.route4 {
  border-color: #959921; }
  .route4 .route-label {
    background-color: #959921; }

.route5 {
  border-color: #a54886; }
  .route5 .route-label {
    background-color: #a54886; }

.route6 {
  border-color: #354793; }
  .route6 .route-label {
    background-color: #354793; }

.route7 {
  border-color: #318e5b; }
  .route7 .route-label {
    background-color: #318e5b; }

.route8 {
  border-color: #db9900; }
  .route8 .route-label {
    background-color: #db9900; }

.routearrange {
  border-color: #c1125b; }
  .routearrange .route-label {
    background-color: #c1125b; }

main {
  padding-top: 14rem; }
  @media screen and (max-width: 767px) {
    main {
      padding-top: 5rem; } }

#hero-img {
  margin-bottom: 7rem; }
  @media screen and (max-width: 767px) {
    #hero-img {
      margin-bottom: 5rem; } }
  #hero-img div {
    width: 70%;
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      #hero-img div {
        width: 80%; } }
    @media screen and (max-width: 575px) {
      #hero-img div {
        width: 90%; } }

#intro {
  width: 100%;
  margin-bottom: 7rem;
  text-align: center;
  background: #fff;
  padding: 5rem 0;
  position: relative; }
  @media screen and (max-width: 575px) {
    #intro {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 5rem; } }
  #intro h3 {
    color: #ba5442;
    line-height: 1.5em;
    margin-bottom: 2.5rem; }
  #intro p {
    line-height: 2em; }
    @media screen and (max-width: 575px) {
      #intro p {
        text-align: justify;
        line-height: 1.85em; } }
  #intro::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 300px;
    height: 310px;
    background-image: url("../img/intro-l.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 991px) {
      #intro::before {
        display: none; } }
  #intro::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 300px;
    height: 310px;
    background-image: url("../img/intro-r.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 991px) {
      #intro::after {
        display: none; } }

#news {
  margin-bottom: 7rem; }
  @media screen and (max-width: 575px) {
    #news {
      margin-bottom: 5rem; } }
  #news h2 {
    text-align: left; }
  #news ul {
    margin-bottom: 0; }
    #news ul li {
      border-bottom: 1px solid #C8C8C8; }
      #news ul li dl {
        display: flex;
        padding: 1rem 0;
        margin: 0;
        align-items: center; }
        @media screen and (max-width: 575px) {
          #news ul li dl {
            display: block; } }
        #news ul li dl dt {
          margin-right: 1.5em;
          font-weight: normal; }
        #news ul li dl dd {
          margin-bottom: 0; }
          #news ul li dl dd a {
            color: #ba5442;
            text-decoration: underline; }

#route {
  margin-bottom: 7rem; }
  @media screen and (max-width: 575px) {
    #route {
      margin-bottom: 5rem; } }
  #route .map-all {
    margin-bottom: 5rem; }
    @media screen and (max-width: 575px) {
      #route .map-all {
        margin-bottom: 2rem; } }
  #route .grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr; }
    @media screen and (max-width: 1199px) {
      #route .grid {
        gap: 20px; } }
    @media screen and (max-width: 991px) {
      #route .grid {
        grid-template-columns: 1fr; } }

.gourmet-banner {
  padding-bottom: 7rem;
  transition: .2s ease-in-out; }
  .gourmet-banner img {
    margin: 0 auto; }
  .gourmet-banner a:hover {
    opacity: 0.6; }

#gourmet #filter {
  margin-bottom: 7rem; }
  @media screen and (max-width: 575px) {
    #gourmet #filter {
      margin-bottom: 5rem; } }
  #gourmet #filter .category ul {
    display: flex;
    gap: 15px;
    justify-content: center; }
    @media screen and (max-width: 575px) {
      #gourmet #filter .category ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; } }
    #gourmet #filter .category ul li {
      border: 1px solid;
      padding: 0.35rem 1.25rem;
      border-radius: 6px;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      @media screen and (max-width: 575px) {
        #gourmet #filter .category ul li {
          padding: 0.35rem 3rem;
          text-align: center; } }
      #gourmet #filter .category ul li p {
        margin-bottom: 0; }
      #gourmet #filter .category ul li.all:hover, #gourmet #filter .category ul li.yakage:hover, #gourmet #filter .category ul li.bisei:hover, #gourmet #filter .category ul li.yoshii:hover {
        color: #fff; }
      #gourmet #filter .category ul li.all {
        border-color: #604c3f;
        color: #604c3f; }
        #gourmet #filter .category ul li.all:hover {
          background: #604c3f; }
      #gourmet #filter .category ul li.yakage {
        border-color: #cf8f65;
        color: #cf8f65; }
        #gourmet #filter .category ul li.yakage:hover {
          background: #cf8f65; }
      #gourmet #filter .category ul li.bisei {
        border-color: #7e9fbe;
        color: #7e9fbe; }
        #gourmet #filter .category ul li.bisei:hover {
          background: #7e9fbe; }
      #gourmet #filter .category ul li.yoshii {
        border-color: #a9b463;
        color: #a9b463; }
        #gourmet #filter .category ul li.yoshii:hover {
          background: #a9b463; }
      #gourmet #filter .category ul li.is_active {
        color: #fff; }
      #gourmet #filter .category ul li.all.is_active {
        background: #604c3f; }
      #gourmet #filter .category ul li.yakage.is_active {
        background: #cf8f65; }
      #gourmet #filter .category ul li.bisei.is_active {
        background: #7e9fbe; }
      #gourmet #filter .category ul li.yoshii.is_active {
        background: #a9b463; }
#gourmet #shop-list #itemlist li {
  margin-bottom: 5rem; }
  @media screen and (max-width: 575px) {
    #gourmet #shop-list #itemlist li {
      margin-bottom: 3rem; } }

#shop {
  padding-top: 14rem; }
  @media screen and (max-width: 767px) {
    #shop {
      padding-top: 5rem; } }
  @media screen and (max-width: 575px) {
    #shop {
      padding-top: 3rem; } }
  #shop #shop-title {
    margin-bottom: 2rem; }
    #shop #shop-title .category {
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 0.5rem; }
      @media screen and (max-width: 575px) {
        #shop #shop-title .category {
          font-size: 18px;
          font-size: 1.8rem; } }
    #shop #shop-title .shop-name {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      #shop #shop-title .shop-name .name-left {
        display: flex;
        align-items: baseline; }
        @media screen and (max-width: 575px) {
          #shop #shop-title .shop-name .name-left {
            display: flex; } }
        #shop #shop-title .shop-name .name-left .number {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 45px;
          width: 45px;
          border-radius: 50%;
          background: #bf9364;
          margin-right: 1.5rem;
          padding-top: 0;
          flex-shrink: 0; }
          @media screen and (max-width: 575px) {
            #shop #shop-title .shop-name .name-left .number {
              height: 35px;
              width: 35px;
              margin-right: 1rem; } }
          #shop #shop-title .shop-name .name-left .number p {
            font-family: "Barlow", sans-serif;
            color: #fff;
            font-size: 34px;
            font-size: 3.4rem;
            font-weight: 700;
            margin-bottom: 2px; }
            @media screen and (max-width: 575px) {
              #shop #shop-title .shop-name .name-left .number p {
                font-size: 28px;
                font-size: 2.8rem; } }
      #shop #shop-title .shop-name h3 {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        text-align: left;
        letter-spacing: 0.03em;
        margin-bottom: 1rem;
        line-height: 1; }
        #shop #shop-title .shop-name h3 span {
          color: inherit; }
        #shop #shop-title .shop-name h3 .name-main {
          font-size: 40px;
          font-size: 4rem;
          font-weight: bold;
          margin-right: 2rem; }
          @media screen and (max-width: 767px) {
            #shop #shop-title .shop-name h3 .name-main {
              font-size: 35px;
              font-size: 3.5rem; } }
          @media screen and (max-width: 575px) {
            #shop #shop-title .shop-name h3 .name-main {
              font-size: 30px;
              font-size: 3rem;
              line-height: 1.2; } }
        #shop #shop-title .shop-name h3 .ruby {
          display: inline-block;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: normal;
          margin-top: 1rem; }
          @media screen and (max-width: 767px) {
            #shop #shop-title .shop-name h3 .ruby {
              display: block;
              font-size: 15px;
              font-size: 1.5rem; } }
      #shop #shop-title .shop-name .area {
        display: inline-block;
        margin-bottom: 0;
        padding: 0.75rem 1.25rem;
        border-radius: 6px;
        color: #fff;
        line-height: 1;
        margin-top: 1rem; }
      #shop #shop-title .shop-name .area.yakage {
        background: #cf8f65; }
      #shop #shop-title .shop-name .area.bisei {
        background: #7e9fbe; }
      #shop #shop-title .shop-name .area.yoshii {
        background: #a9b463; }
  #shop #shop-img {
    margin-bottom: 5rem; }
    @media screen and (max-width: 991px) {
      #shop #shop-img {
        margin-bottom: 4rem; } }
    @media screen and (max-width: 575px) {
      #shop #shop-img {
        margin-bottom: 3rem; } }
    #shop #shop-img .main-photo {
      height: 650px;
      overflow: hidden; }
      @media screen and (max-width: 1199px) {
        #shop #shop-img .main-photo {
          height: 600px; } }
      @media screen and (max-width: 991px) {
        #shop #shop-img .main-photo {
          height: 450px; } }
      @media screen and (max-width: 767px) {
        #shop #shop-img .main-photo {
          height: 350px; } }
      @media screen and (max-width: 575px) {
        #shop #shop-img .main-photo {
          height: 240px; } }
      #shop #shop-img .main-photo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #shop #shop-img .sub-photos {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
      margin-top: 1.5rem; }
      #shop #shop-img .sub-photos img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block; }
  #shop #shop-comment {
    padding-bottom: 7rem; }
    @media screen and (max-width: 991px) {
      #shop #shop-comment {
        padding-bottom: 6rem; } }
    @media screen and (max-width: 575px) {
      #shop #shop-comment {
        padding-bottom: 5rem; } }
    #shop #shop-comment dt {
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: bold;
      color: #ba5442;
      margin-bottom: 1.5rem;
      text-align: justify; }
      @media screen and (max-width: 575px) {
        #shop #shop-comment dt {
          font-size: 21px;
          font-size: 2.1rem; } }
  #shop #shop-info {
    padding: 7rem 0; }
    @media screen and (max-width: 991px) {
      #shop #shop-info {
        padding: 6rem 0; } }
    @media screen and (max-width: 575px) {
      #shop #shop-info {
        padding: 5rem 0; } }
    @media screen and (max-width: 991px) {
      #shop #shop-info table tr th {
        width: 27%; } }
    #shop #shop-info table tr th, #shop #shop-info table tr td {
      vertical-align: middle; }
      @media screen and (max-width: 575px) {
        #shop #shop-info table tr th, #shop #shop-info table tr td {
          display: block;
          width: 100%;
          word-break: break-all; } }
  #shop #map {
    padding: 7rem 0; }
    @media screen and (max-width: 991px) {
      #shop #map {
        padding: 6rem 0; } }
    @media screen and (max-width: 575px) {
      #shop #map {
        padding: 5rem 0; } }
    #shop #map .googlemap {
      margin-bottom: 5rem; }
      #shop #map .googlemap iframe {
        width: 100%; }

#gourmet #itemlist li a, #route #itemlist li a {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #bf9364;
  margin-bottom: 1rem; }
  #gourmet #itemlist li a .img-card, #route #itemlist li a .img-card {
    position: relative; }
    #gourmet #itemlist li a .img-card img, #route #itemlist li a .img-card img {
      display: block;
      width: 100%;
      height: 230px;
      /* ←高さを統一！ */
      object-fit: cover;
      /* ←縦横比を崩さずトリミング */
      transition: all .2s ease-out; }
    #gourmet #itemlist li a .img-card::after, #route #itemlist li a .img-card::after {
      position: absolute;
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      border-radius: 4px;
      padding: 0.75rem 1rem;
      left: 7px;
      top: 7px;
      pointer-events: none; }
  #gourmet #itemlist li a:hover img, #route #itemlist li a:hover img {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  #gourmet #itemlist li a::after, #route #itemlist li a::after {
    content: "VIEW MORE";
    /*好みの文章に変更してください。*/
    display: block;
    color: #fff;
    line-height: 48px;
    width: 180px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2em;
    margin-left: -90px;
    opacity: 0;
    z-index: 3;
    transition: 0.3s;
    font-weight: bold;
    letter-spacing: 0.2em; }
  #gourmet #itemlist li a:hover::after, #route #itemlist li a:hover::after {
    opacity: 1;
    margin-top: -1.5em; }
#gourmet #itemlist li p, #route #itemlist li p {
  font-weight: bold;
  margin-bottom: 0; }
#gourmet #itemlist li dl dt, #route #itemlist li dl dt {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1rem; }
  #gourmet #itemlist li dl dt span, #route #itemlist li dl dt span {
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    background: #bf9364;
    color: #fff;
    font-size: 18px;
    margin-right: 1rem;
    font-family: "Barlow", sans-serif;
    font-weight: 700; }
#gourmet #itemlist li dl dd, #route #itemlist li dl dd {
  line-height: 1.6em;
  text-align: justify; }
#gourmet #itemlist .yakage .img-card::after, #route #itemlist .yakage .img-card::after {
  content: "矢掛地区";
  background: #cf8f65; }
#gourmet #itemlist .bisei .img-card::after, #route #itemlist .bisei .img-card::after {
  content: "美星地区";
  background: #7e9fbe; }
#gourmet #itemlist .yoshii .img-card::after, #route #itemlist .yoshii .img-card::after {
  content: "芳井地区";
  background: #a9b463; }

@media screen and (max-width: 767px) {
  #route {
    padding-top: 0; } }
#route #route-container .route-label {
  padding: 3rem 0 2.5rem; }
  #route #route-container .route-label::before {
    width: 180px;
    height: 200px; }
    @media screen and (max-width: 767px) {
      #route #route-container .route-label::before {
        width: 160px;
        height: 190px; } }
  #route #route-container .route-label .route-title {
    border-bottom: 1px solid #fff;
    padding-bottom: 1.5rem;
    gap: 25px; }
    @media screen and (max-width: 767px) {
      #route #route-container .route-label .route-title {
        display: block; } }
    #route #route-container .route-label .route-title .route-number {
      font-size: 20px;
      font-size: 2rem; }
      @media screen and (max-width: 767px) {
        #route #route-container .route-label .route-title .route-number {
          margin-bottom: 2rem;
          font-size: 18px;
          font-size: 1.8rem; } }
      #route #route-container .route-label .route-title .route-number span {
        font-size: 100px;
        font-size: 10rem;
        margin-left: 0.5rem; }
        @media screen and (max-width: 767px) {
          #route #route-container .route-label .route-title .route-number span {
            font-size: 70px;
            font-size: 7rem; } }
    #route #route-container .route-label .route-title .route-name {
      font-size: 32px;
      font-size: 3.2rem; }
      @media screen and (max-width: 575px) {
        #route #route-container .route-label .route-title .route-name {
          font-size: 28px;
          font-size: 2.8rem; } }
#route #route-text {
  padding: 5rem 0;
  background: #fff; }
  @media screen and (max-width: 575px) {
    #route #route-text {
      padding: 4rem 0 3rem; } }
  #route #route-text h4 {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: justify;
    letter-spacing: 0.03em;
    line-height: 1.5em; }
    #route #route-text h4::before {
      content: none; }
    @media screen and (max-width: 575px) {
      #route #route-text h4 {
        font-size: 21px;
        font-size: 2.1rem; } }
#route #route-map {
  padding: 5rem 0; }
  @media screen and (max-width: 575px) {
    #route #route-map {
      padding: 4rem 0; } }
  #route #route-map .map-wrap {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    /* 横長比率 */ }
    @media screen and (max-width: 991px) {
      #route #route-map .map-wrap {
        width: 100%;
        aspect-ratio: 4 / 3;
        /* 横長比率 */ } }
    @media screen and (max-width: 575px) {
      #route #route-map .map-wrap {
        width: 95%;
        aspect-ratio: 2 / 3;
        /* 横長比率 */ } }
    #route #route-map .map-wrap iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block; }
  #route #route-map .updown {
    margin-top: 2rem; }
    #route #route-map .updown img {
      height: 180px;
      display: block;
      margin: 0 auto; }
#route #parking {
  padding: 5rem 0; }
  @media screen and (max-width: 575px) {
    #route #parking {
      padding: 4rem 0; } }
  #route #parking .table-wrap {
    position: relative;
    overflow: auto; }
  @media screen and (max-width: 575px) {
    #route #parking table {
      width: 100%;
      min-width: 600px; } }
  #route #parking table tr th, #route #parking table tr td {
    vertical-align: middle; }
#route #pickup-gourmet {
  padding: 5rem 0; }
  @media screen and (max-width: 575px) {
    #route #pickup-gourmet {
      padding: 4rem 0; } }
  #route #pickup-gourmet .swiper-button-prev, #route #pickup-gourmet .swiper-button-next {
    top: 40%;
    position: absolute; }
    @media screen and (max-width: 1199px) {
      #route #pickup-gourmet .swiper-button-prev, #route #pickup-gourmet .swiper-button-next {
        top: 38%;
        width: 27px;
        height: 44px; } }
    @media screen and (max-width: 991px) {
      #route #pickup-gourmet .swiper-button-prev, #route #pickup-gourmet .swiper-button-next {
        top: 40%;
        background-size: 20px 47px; } }
    @media screen and (max-width: 767px) {
      #route #pickup-gourmet .swiper-button-prev, #route #pickup-gourmet .swiper-button-next {
        top: 37%; } }
    @media screen and (max-width: 575px) {
      #route #pickup-gourmet .swiper-button-prev, #route #pickup-gourmet .swiper-button-next {
        top: 38%; } }
  #route #pickup-gourmet .swiper-button-prev {
    left: -50px;
    /* container外に移動 */ }
    @media screen and (max-width: 1399px) {
      #route #pickup-gourmet .swiper-button-prev {
        left: 0px; } }
  #route #pickup-gourmet .swiper-button-next {
    right: -50px;
    /* container外に移動 */ }
    @media screen and (max-width: 1399px) {
      #route #pickup-gourmet .swiper-button-next {
        right: 0px; } }
  #route #pickup-gourmet .container {
    position: relative; }
  @media screen and (max-width: 1399px) {
    #route #pickup-gourmet .swiper-container {
      width: 95%; } }
  @media screen and (max-width: 991px) {
    #route #pickup-gourmet .swiper-container {
      width: 90%; } }
  #route #pickup-gourmet .swiper-pagination {
    position: inherit;
    transform: none;
    bottom: 0; }
  @media screen and (max-width: 575px) {
    #route #pickup-gourmet .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 7px; } }
#route .pt-10 {
  padding-top: 10rem; }

#introduction {
  margin-top: 4rem;
  margin-bottom: 2rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #introduction {
      margin-top: 2rem; } }
  @media screen and (max-width: 575px) {
    #introduction {
      margin-bottom: 0rem; } }
  #introduction p {
    text-align: center;
    letter-spacing: 0; }
    #introduction p span {
      background-color: #D9383A;
      padding: 0.2rem 0.5rem;
      color: #fff;
      font-weight: 400;
      border-radius: 3px; }
    @media screen and (max-width: 575px) {
      #introduction p {
        text-align: justify; } }
  #introduction dl {
    margin-top: 6rem;
    padding: 2.5rem 1.5rem;
    background: #fff;
    border-radius: 3px; }
    @media screen and (max-width: 575px) {
      #introduction dl {
        margin-top: 3rem; } }
    #introduction dl dt {
      text-align: center;
      font-size: 20px;
      font-size: 2rem;
      letter-spacing: 2px;
      margin-bottom: 1rem; }
      @media screen and (max-width: 575px) {
        #introduction dl dt {
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 0; } }
    #introduction dl dd {
      display: ruby;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 575px) {
        #introduction dl dd {
          display: block; } }
      #introduction dl dd a {
        display: block;
        text-align: center;
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #333; }
        #introduction dl dd a span {
          font-size: 48px;
          font-size: 4.8rem;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 575px) {
            #introduction dl dd a span {
              font-size: 38px;
              font-size: 3.8rem; } }
          #introduction dl dd a span i {
            font-size: 40px;
            font-size: 4rem;
            margin-right: 1.5rem;
            color: #a7a7a7; }
            @media screen and (max-width: 575px) {
              #introduction dl dd a span i {
                margin-right: 0.5rem; } }
      #introduction dl dd p {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 500;
        text-align: center;
        line-height: 1em; }
        #introduction dl dd p .close-day {
          font-size: 12px;
          font-size: 1.2rem;
          background-color: inherit;
          padding: 0;
          color: #333;
          font-weight: inherit;
          border-radius: 0; }

#privacypolicy-mini {
  border: 1px solid #c3c3c3;
  padding: 4rem 3rem;
  margin-top: 2rem;
  background-color: #fff; }
  #privacypolicy-mini h4 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0;
    text-align: justify; }
    #privacypolicy-mini h4::before {
      display: none; }
  #privacypolicy-mini p {
    text-align: justify; }

.thanks-box {
  padding-bottom: 10rem; }
  .thanks-box h3 {
    font-size: 2.5rem;
    font-size: 25px;
    margin-bottom: 4rem;
    padding: 0;
    border: none;
    margin-top: 4rem; }
  .thanks-box p {
    margin-bottom: 5rem;
    text-align: center; }
  .thanks-box a {
    display: inline-block;
    font-weight: bold;
    padding: 1.4rem 6rem;
    vertical-align: middle;
    line-height: 1;
    border: 1px solid #ba5442;
    background: #ba5442;
    color: #fff;
    -webkit-appearance: none;
    transition: 0.3s; }
    .thanks-box a:hover {
      color: #ba5442;
      background-color: #fff; }

/* ---------------------- for JavaScript ここから ---------------------- */
form#mail_form dl dt span.optional {
  display: none; }

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px; }

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px; }

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* ---------------------- for JavaScript ここから ---------------------- */
form#mail_form dt {
  margin-top: 2rem;
  padding-top: 2rem;
  font-weight: 500;
  color: #3e3c37; }

form#mail_form dt:first-child {
  border-top: none; }

form#mail_form dd:nth-child(2) {
  margin-bottom: 0;
  margin-top: 0.5rem; }
  @media screen and (max-width: 767px) {
    form#mail_form dd:nth-child(2) {
      margin-left: 0; } }

form#mail_form dd:last-child {
  padding-bottom: 2rem; }

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #fff;
  -webkit-appearance: none;
  font-size: 18px;
  margin-top: 5px; }

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
  border: 1px solid #b2b2b2;
  background-color: #fff;
  outline: none; }

form#mail_form input[type="radio"],
form#mail_form input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 2em;
  accent-color: #000; }
  @media screen and (max-width: 575px) {
    form#mail_form input[type="radio"],
    form#mail_form input[type="checkbox"] {
      margin-left: 0; } }

form#mail_form input:first-child[type="radio"],
form#mail_form input:first-child[type="checkbox"] {
  margin-right: 5px;
  margin-left: 0; }

form#mail_form select {
  font-size: 100%;
  margin-top: 5px; }

form#mail_form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 1rem;
  resize: vertical;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #fff;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit; }

form#mail_form ul {
  list-style-type: none; }

form#mail_form ul li label:hover {
  cursor: pointer; }

form#mail_form input#postal {
  width: 30%; }

form#mail_form input#postal + a {
  display: inline-block;
  padding: 5px 15px;
  margin-left: 0.5rem;
  background: #FDEFF5;
  border: 1px solid #C7000B;
  border-radius: 3px;
  color: #C7000B;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s; }

form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #C7000B;
  color: #fff; }

form#mail_form ul.kind-list li {
  display: inline-block;
  min-width: 40%; }

form#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0 10rem 0; }

form#mail_form input[type="button"] {
  text-align: center;
  display: inline-block;
  padding: 0.6em 6em;
  background: #ba5442;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 9999px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.2s ease-in-out;
  color: #fff; }
  form#mail_form input[type="button"]:hover {
    cursor: pointer;
    background: #823b2e; }

form#mail_form dt.optional {
  position: relative; }

form#mail_form dt.optional::before {
  content: "任意";
  display: inline-block;
  color: #808080;
  border: 1px solid #808080;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.5rem;
  background-color: #fff;
  font-size: 90%;
  border-radius: 3px;
  font-weight: normal; }

form#mail_form dt.required::before {
  content: "必須";
  display: inline-block;
  color: #fff;
  border: 1px solid #D9383A;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.4rem 0.5rem;
  background-color: #D9383A;
  font-size: 90%;
  border-radius: 3px;
  font-weight: normal; }

@media (max-width: 767px) {
  #mainarea section p:nth-child(1) {
    text-align: justify !important; }

  #mainarea section p:nth-child(1) br {
    display: none; }

  h3 br {
    display: inline-block; } }
