@charset "UTF-8";

#page {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}

#page h1, #page h2, #page h3 {
}

@media screen and (max-width: 768px) {
  #page {
    margin-top: 60px;
  }
}

#main_content {
  width: 65%;
  position: relative;
  margin: 0 5% 0 0;
  padding: 0;
}

.content-body {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 5% 0;
  border: solid 1px #eee;
}

.entry-header {
  width: 100%;
  margin: 0 auto;
}

#right-menu {
  width: 28%;
  position: relative;
  overflow: hidden;
  height: auto;
}

div#right-menu #categories a {
  color: #304c77;
}

div#right-menu #categories h3 {
  border-left: solid 5px #a51b20;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  #page {
    display: block;
  }
  #main_content {
    width: 96%;
    margin: 0 2%;
  }
  #right-menu {
    width: 96%;
    margin: 0 2%;
  }
  .content-body {
    border: none;
    padding-top: 20px;
  }
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: normal;
    margin-top: 24px !important;
    /*       margin-bottom: 24px !important;*/
  }
  /*
    h3 {
        margin-top: 48px !important;
        margin-bottom: 24px !important;
    }
*/
  .contents-link h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal;
    margin: 0 !important;
  }
}

.clear {
  clear: both;
}

.content-header {
  margin: 5px auto 30px;
}

.update_disp {
  float: right;
  padding-top: 10px;
  color: #cccccc;
  font-size: 13px;
  font-size: 1.3rem;
}

.author_disp {
  padding: 10px 0 0 0;
  border-top: solid 1px #ddd;
  margin: 0 auto;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}

.author_disp span {
  color: #cccccc;
}

.entry-content .catch {
  margin-top: 30px;
  margin-bottom: 10px !important;
}

.share-lst {
  display: block;
  margin: 5px auto 30px;
  width: 90%;
  text-align: center;
}

.share-lst li {
  display: inline-block;
  margin: 0 7px;
  width: calc(33.333333333% - 20px);
  text-align: center;
}

.share-lst li a {
  display: block;
  width: 100%;
  height: 40px;
  text-indent: -9999px;
  border-radius: 4px;
}

.share-lst li.share-lst--twitter a {
  background: #73CBEF;
  background-image: url(/img/common/icn-twitter.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
  border-bottom: #408ba8 solid 4px;
}

.share-lst li.share-lst--fb a {
  background: #395394;
  background-image: url(/img/common/icn-fb.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
  border-bottom: #1f3879 solid 4px;
}

@media screen and (max-width: 768px) {
  .share-lst li {
    width: calc(50% - 20px);
  }
}
/*
#page .entry-title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1538;
  margin-bottom: 0.5em;
}
*/
#page .article_intro {
  font-size: 20px;
  line-height: 32px;
  width: 95%;
  margin: 0 auto;
}

#page p, #page address, #page pre, #page hr, #page ul, #page ol, #page dl,
  #page dd, #page table {
  margin-bottom: 5px;
  align-items: center;
}

.ucPartsTextBox {
  width: 95%;
  margin: 30px auto;
  line-height: 1.8;
}

.keyword-list {
  margin-bottom: 30px;
}

.related-articles {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  #page .article_intro {
    /*
  font-size: 14px;
    font-size: 1.4rem;
*/
    font-size: 1em;
    line-height: 1.5;
    margin-top: 15px;
  }
}

#page .keyword-list h3, #page .related-articles h3, #page h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

#page .entry-title {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 1.2em;
}

.taglist {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 10px !important;
}

.taglist li {
  display: inline-block;
}

.taglist li a, .key_word_list li a {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  display: block;
  padding: 1px 8px;
  text-align: center;
  color: #d07d80;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #d07d80;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.taglist li a:hover, .key_word_list li a:hover {
  border: 1px solid #d07d80;
  background: #d07d80;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

p.catch {
  text-align: center;
  font-weight: bold;
}

.related-articles {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.related-articles .article_data {
  border-bottom: solid 1px #eee;
  margin-top: 10px;
}

.related-articles .article_data .article_image {
  width: 20%;
  height: auto;
  margin-right: 20px;
  display: inline-block;
}

.related-articles .article_data .article_image img {
  width: 100%;
  diaplay: block;
}

.related-articles .article_data .article_image:hover {
  opacity: 0.7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.related-articles .article_data .article_info {
  display: inline-block;
  vertical-align: top;
  width: calc(75% - 20px);
}

.related-articles .article_data .article_info a {
  text-decoration: none;
}

.related-articles .article_data .article_info a .article_title {
  color: #333;
  font-weight: bold;
}

.related-articles .article_data .article_info a .article_title:hover {
  opacity: 0.7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.related-articles .article_data .article_info a .article_intro {
  color: #333;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
}

.related-articles .article_data .article_info a .article_intro:hover {
  opacity: 0.7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.right-menu_parts {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
}

.right-menu_parts h2 {
  font-size: 20px !important;
  font-size: 2.0rem !important;
  line-height: 1.5 !important;
  /*        margin: 0 !important;*/
}

div#categories>ul>li {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
}

div#categories>ul>li>ul {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .right-menu_parts {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .right-menu_parts h2 {
    margin-top: 24px !important;
    margin-bottom: 10px !important;
  }
  .right-menu_parts h3 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
}

.recent-posts li, .search_by_area li {
  width: 100%;
  border-bottom: solid 1px #eee;
  margin-top: 5px;
}

.recent-posts li a, .search_by_area li a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.recent-posts li a:hover, .search_by_area li a:hover {
  opacity: 0.7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.recent-posts li a .article_image, .search_by_area li a .article_image {
  display: inline-block;
  width: 30%;
}

.recent-posts li a .article_image img, .search_by_area li a .article_image img
  {
  display: block;
  width: 100%;
}

.recent-posts li a .article_title, .recent-posts li a .contents-link,
  .search_by_area li a .article_title, .search_by_area li a .contents-link
  {
  display: inline-block;
  width: 65%;
  margin-left: 3%;
  vertical-align: top;
}

.recent-posts li a .article_title h3, .recent-posts li a .contents-link h3,
  .search_by_area li a .article_title h3, .search_by_area li a .contents-link h3
  {
  border-bottom: none;
  padding-bottom: 0;
  margin: 0 !important;
}

.recent-posts li a .article_title p, .recent-posts li a .contents-link p,
  .search_by_area li a .article_title p, .search_by_area li a .contents-link p
  {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  padding-right: 5px;
  height: 48px;
  overflow: hidden;
}

.recent-posts li a .article_title {
  font-size: 12px;
  line-height: 1.6;
}

.cat_parent_lists {
  border-top: solid 1px #eee;
  padding-top: 2rem;
}

.cat_parent_lists li {
  display: block;
}

.cat_lists {
  margin-left: 10px;
}

.cat_lists li {
  display: inline-block;
  margin-right: 10px;
}

.cat_parent_lists li a, .cat_lists li a {
  text-decoration: none;
  color: #333;
}

.cat_parent_lists li a:hover, .cat_lists li a:hover {
  opacity: 0.7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.archives li {
  /* display: inline-block; */
  margin-right: 10px;
  padding-left: 30px;
}

.archives li a {
  text-decoration: none;
  color: #333;
}

.archives li a:hover {
  opacity: 0.7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.key_word_list li {
  display: inline-block;
}

.ucPartsImageBox {
  text-align: center;
}

.ucPartsImageBox img {
  width: 100%;
}

article.art-large {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: calc(1% - 3px);
  margin-bottom: 30px;
  overflow: hidden;
}

article.art-large a {
  text-decoration: none;
  color: #333;
}

article.art-large a .article-image {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
}

article.art-large a .article-image img {
  display: block;
  width: 100%;
  position: relative;
}

article.art-large:hover {
  opacity: 0.7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

article.art-large.single {
  width: 100%;
}

article.art-large p {
  font-size: 12px;
  height: 8em;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  article.art-large {
    width: 100%;
    display: block;
  }
}

article.art-large h3 {
  margin: 1em 0.2em;
  line-height: 1.8;
}

.art-lists {
  width: 100%;
  overflow: hidden;
  border-top: solid 1px #ccc;
  padding-top: 10px;
}

.art-lists a {
  text-decoration: none;
  color: #333;
}

.art-lists a .article-image {
  width: 150px;
  height: 105px;
  display: inline-block;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
}

.art-lists a .article-image .img-alt {
  display: none;
}

.art-lists:hover {
  opacity: 0.7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.art-lists.sp {
  display: none;
}

.article-data {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}

.article-data h3 {
  font-size: 100% !important;
  margin: 0 !important;
}

.article-data .taglist li a {
  color: #d07d80;
}

.article-data .taglist li a:hover {
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.article-data p {
  width: 100%;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  height: 51px;
  height: 5.1rem;
  overflow: hidden;
  margin-bottom: 5px !important;
}

@media screen and (max-width: 768px) {
  .art-lists.pc {
    display: none;
  }
  .art-lists.sp {
    display: block;
  }
  .art-lists.sp a .article-image {
    margin-right: 5px;
    width: 30%;
    height: auto;
  }
  .art-lists.sp a .article-image img {
    width: 100%;
  }
  .art-lists.sp .article-data {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.nav-links {
  text-align: center;
  margin: 30px 0;
  font-size: 20px;
  width: 100%;
  border: solid 1px #eee;
  box-sizing: border-box;
}

.meta-nav {
  display: none;
}

.page-numbers {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  color: #333;
  vertical-align: bottom;
  height: 64px;
  line-height: 64px;
}

.page-numbers:hover {
  opacity: 0.7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.next.page-numbers {
  width: 64px;
  overflow: hidden;
  position: absolute;
  right: 0;
  background: #333;
  margin: 0;
}

.next.page-numbers::before {
  content: "→";
  color: #fff;
  text-align: center;
  width: 64px;
  display: block;
  font-size: 24px;
}

.prev.page-numbers {
  width: 64px;
  overflow: hidden;
  position: absolute;
  left: 0;
  background: #333;
  margin: 0;
}

.prev.page-numbers::before {
  content: "←";
  color: #fff;
  text-align: center;
  width: 64px;
  display: block;
  font-size: 24px;
}

a.cms_decoration {
  color: inherit;
}

.nav-next, .nav-previous {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 120px;
  display: table;
  width: 100%;
  filter: dropshadow(color = #333, offX = 0, offY = -1)
    dropshadow(color = #333, offX = 1, offY = 0)
    dropshadow(color = #333, offX = 0, offY = 1)
    dropshadow(color = #333, offX = -1, offY = 0);
  -webkit-text-stroke-color: #333;
  -webkit-text-stroke-width: 1px;
  text-shadow: #333 1px 1px 0px, #333 -1px 1px 0px, #333 1px -1px 0px,
    #333 -1px -1px 0px;
}

.nav-next:hover, .nav-previous:hover {
  opacity: 0.7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.nav-body {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}

.nav-body a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-style: normal;
}

.nav-body a span.screen-reader-text, .nav-body a span.post-title {
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .nav-next, .nav-previous {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    height: 80px;
  }
}

.content-header.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .content-header.pc {
    display: none;
  }
  .content-header.sp {
    display: block;
  }
}

.Breadcrumb {
  font-size: 13px;
  font-size: 1.3rem;
  /*    border-bottom: solid 1px #c9c9c9;*/
  padding: 15px 5px 5px;
}

.Breadcrumb li {
  display: inline-block;
}

.Breadcrumb li::after {
  content: " > ";
  color: #c9c9c9;
}

.Breadcrumb li:last-child::after {
  content: "";
}

.Breadcrumb li a {
  color: #c9c9c9;
  text-decoration: none;
}

.Breadcrumb li a:hover {
  text-decoration: underline;
}

.category_link {
  font-size: 13px;
  font-size: 1.3rem;
}

.category_link span::after {
  content: ", ";
}

.category_link span:last-child::after {
  content: "";
}

.category_link span a {
  text-decoration: underline;
  color: #333;
}

.category_link span a:hover {
  opacity: 0.8;
}

.content_link {
  margin-top: 30px;
}

.content_link a {
  text-decoration: underline;
  color: inherit;
}

.content_link a:hover {
  opacity: 0.8;
}

.content_link span::after {
  content: " | ";
}

.content_link span:last-child::after {
  content: "";
}

.more-restaurant-link {
  width: 95%;
  margin: 30px auto;
}

a.more-link {
  color: #a51b20;
}

a.more-link:hover {
  opacity: 0.8;
}

img.no-image {
  display: none !important;
}

p.thanks_p {
  margin-bottom: 30px !important;
}

p.links_p {
  margin-bottom: 15px !important;
}

section.ucRestaurantSection.design201907 {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

section.ucRestaurantSection.design201907 h2 {
  padding-top: 10px;
  border-top: solid 3px #a51b20;
  border-bottom: dotted 1px #a51b20;
}

.ucPartsLayout.parentParts {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
  position: relative;
}

.ucPartsLayout.childParts {
  display: table-cell;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.layoutW10 {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW15 {
  width: 15%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW20 {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW30 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW35 {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW40 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW45 {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW55 {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW65 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW65 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW85 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.layoutW100 {
  width: 100%;
}

.ucPartsLayout.childParts.padLeft2 {
  padding-left: 2px;
}

.ucPartsLayout.childParts.padLeft5 {
  padding-left: 5px;
}

.ucPartsLayout.childParts.padLeft7 {
  padding-left: 7px;
}

.ucPartsLayout.childParts.padLeft10 {
  padding-left: 10px;
}

.ucPartsLayout.childParts.padLeft15 {
  padding-left: 15px;
}

.ucPartsLayout.childParts.padLeft2 {
  padding-right: 2px;
}

.ucPartsLayout.childParts.padRight5 {
  padding-right: 5px;
}

.ucPartsLayout.childParts.padRight7 {
  padding-right: 7px;
}

.ucPartsLayout.childParts.padRight10 {
  padding-right: 10px;
}

.ucPartsLayout.childParts.padRight15 {
  padding-right: 15px;
}

.ucPartsLayout.parentParts.magTop5, .ucPartsLayout.childParts.magTop5 {
  margin-top: 5px;
}

.ucPartsLayout.parentParts.magTop10, .ucPartsLayout.childParts.magTop10
  {
  margin-top: 10px;
}

.ucPartsLayout.parentParts.magTop15, .ucPartsLayout.childParts.magTop15
  {
  margin-top: 15px;
}

.ucPartsLayout.parentParts.magTop20, .ucPartsLayout.childParts.magTop20
  {
  margin-top: 20px;
}

.ucPartsLayout.parentParts.magTop25, .ucPartsLayout.childParts.magTop25
  {
  margin-top: 25px;
}

.ucPartsLayout.parentParts.magTop30, .ucPartsLayout.childParts.magTop30
  {
  margin-top: 30px;
}

.ucPartsLayout.parentParts.magBottom5, .ucPartsLayout.childParts.magBottom5
  {
  margin-bottom: 5px;
}

.ucPartsLayout.parentParts.magBottom10, .ucPartsLayout.childParts.magBottom10
  {
  margin-bottom: 10px;
}

.ucPartsLayout.parentParts.magBottom15, .ucPartsLayout.childParts.magBottom15
  {
  margin-bottom: 15px;
}

.ucPartsLayout.parentParts.magBottom20, .ucPartsLayout.childParts.magBottom20
  {
  margin-bottom: 20px;
}

.ucPartsLayout.parentParts.magBottom25, .ucPartsLayout.childParts.magBottom25
  {
  margin-bottom: 25px;
}

.ucPartsLayout.parentParts.magBottom30, .ucPartsLayout.childParts.magBottom30
  {
  margin-bottom: 30px;
}

section.ucRestaurantSection.design201907 .ucRestaurantData span.data {
  display: block;
}

a.pagelink {
  display: block;
  width: 180px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #a51b20;
  text-decoration: none;
  font-weight: bold;
  border: solid 1px #a51b20;
  border-radius: 10px;
  margin: 10px auto;
}

a.pagelink:hover {
  background: #a51b20;
  color: #fff;
}

a.reservelink {
  display: block;
  width: 180px;
  height: 40px;
  margin: 10px auto;
  color: #fff;
  background: #f80;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  box-sizing: border-box;
  border-top: solid 4px #f91;
  border-left: solid 4px #f91;
  border-bottom: solid 4px #e70;
  border-right: solid 4px #e70;
}

a.reservelink:hover {
  background: #f60;
  border-top: solid 4px #f71;
  border-left: solid 4px #f71;
  border-bottom: solid 4px #e50;
  border-right: solid 4px #e50;
}

section.ucRestaurantSection.design201907 h3 {
  color: #a51b20;
  font-size: 20px;
  margin: 20px 0 10px;
  position: relative;
}

section.ucRestaurantSection.design201907 h3:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 100%;
  left: 0;
  top: -10px;
  border-top: solid 3px #a51b20;
}

div#sections_link {
  display: none;
}

div#sections_link.dispLinkStage {
  display: block;
  position: fixed;
  bottom: 2px;
  right: calc(( 100% - 1100px)/2);
  width: 35%;
  max-width: 385px;
  height: auto;
  background: #fff;
  border: solid 1px #ddd;
  box-shadow: 2px 2px 2px 0px #999;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

div#sections_link.dispLinkStage p.link_head {
  background: #a51b20;
  color: #fff;
  border-bottom: solid 1px #ddd;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}

div#sections_link.dispLinkStage p.link_list {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

div#sections_link.dispLinkStage p.link_list a {
  display: block;
  background: #fee;
  padding: 1px 3px;
  color: #a51b20;
  text-decoration: none;
  cursor: pointer;
}

div#sections_link.dispLinkStage p.link_list a:nth-child(even) {
  background: #fff;
}

div#sections_link.dispLinkStage p.link_list a:hover {
  text-decoration: underline;
  opacity: 0.9;
}

.ucRestaurantFieldWrapper, .ucRestaurantSection {
  margin-bottom: 3em;
}

.ucRestaurantFieldWrapper .ucPartsRestaurantInfo, .ucRestaurantSection .ucPartsRestaurantInfo,
  .ucRestaurantSection .ucRestaurantData {
  background-color: #F4F4F4;
  margin: 10px 0px 10px 0px !important;
  padding: 30px 6%;
  width: auto;
  font-size: 90%;
}

.ucPartsRestaurantInfo .pagelink, .ucPartsRestaurantInfo .reservelink,
  .ucRestaurantData .pagelink, .ucRestaurantData .reservelink {
  display: inline-block;
  box-sizing: border-box;
  width: 49%;
  padding: 5px;
  text-align: center;
}

.ucPartsRestaurantInfo .pagelink, .ucRestaurantData .pagelink {
  /*border: solid 2px #a51b20;*/
  border: solid 2px #000000;
  background: #ffffff;
  margin: 10px 1% 0 0;
}

.ucPartsRestaurantInfo .pagelink:hover, .ucRestaurantData .pagelink:hover
  {
  /*
  background: #a51b20;
  color: #fff;
  transition: all 0.5s;
*/
  opacity: 0.8;
}

.ucPartsRestaurantInfo .reservelink, .ucRestaurantData .reservelink {
  border: solid 2px #d3341d;
  background-color: #d3341d;
  margin: 10px 0 0;
}

.ucPartsRestaurantInfo .reservelink:hover, .ucRestaurantData .reservelink:hover
  {
  opacity: 0.8;
  transition: all 0.5s;
}

.ucPartsRestaurantInfo .pagelink a, .ucPartsRestaurantInfo .reservelink a,
  .ucRestaurantData .pagelink a, .ucRestaurantData .reservelink a {
  text-decoration: none;
  display: block;
}

.ucPartsRestaurantInfo .pagelink a, .ucRestaurantData .pagelink a {
  /*color: #a51b20;*/
  color: #000000;
  background: transparent;
}
/*
.ucPartsRestaurantInfo .pagelink:hover a,
.ucRestaurantData .pagelink:hover a {
  color: #ffffff;
}
*/
.ucPartsRestaurantInfo .reservelink a, .ucRestaurantData .reservelink a
  {
  color: #ffffff;
}

.ucPartsRestaurantInfo a.store_map, .ucRestaurantData a.store_map {
  border: solid 1px #a51b20;
  padding: 0 5px;
  background: #a51b20;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

.ucPartsRestaurantInfo a.store_map:hover, .ucRestaurantData a.store_map:hover
  {
  background: #ffffff;
  color: #a51b20;
  transition: all 0.5s;
}

.entry-content>div:last-child {
  margin-top: 20px;
}

.sns-list {
  margin-top: 60px;
}

.sns-list .catch {
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  div#sections_link.dispLinkStage {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  section.ucRestaurantSection.design201907 {
    font-size: 3.5vw;
    margin-bottom: 20vw;
  }
  section.ucRestaurantSection.design201907 h2.ucPartsHeadText.ucRestaurantTitle
    {
    font-size: 5vw;
  }
  section.ucRestaurantSection.design201907 h3 {
    font-size: 4.3vw;
  }
  .ucRestaurantSection.design201907>.ucPartsLayout.parentParts {
    /*         display: block; */
    display: flex;
    flex-direction: column-reverse;
  }
  .ucRestaurantSection.design201907>.ucPartsLayout.parentParts>.ucPartsLayout.childParts.layoutW65.restaurantImage
    {
    display: block;
    width: 100%;
  }
  .ucRestaurantSection.design201907>.ucPartsLayout.parentParts>.ucPartsLayout.childParts.layoutW35
    {
    width: 100%;
    display: block;
  }
  /*
    .ucRestaurantSection.design201907 > .ucPartsLayout.childParts.layoutW35 {
        width: 100%;
        display: block;
    }
*/
  .ucPartsLayout.childParts.layoutW65.restaurantImage .ucPartsTextBox {
    margin-top: 0;
  }
  div#sections_link.dispLinkStage {
    width: 100%;
  }
  div#sections_link.dispLinkStage p.link_head:after {
    content: "";
    display: block;
    position: absolute;
    right: 10%;
    top: 8px;
    border-top: solid 10px #fff;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
  }
  div#sections_link.dispLinkStage p.link_head.opened:after {
    border-bottom: solid 10px #fff;
    border-top: none;
  }
  div#sections_link.dispLinkStage p.link_list {
    display: none;
  }
  .entry-content {
    font-size: 4vw;
  }
  .update_disp {
    float: unset;
    font-size: 3.5vw;
    text-align: left;
  }
  .author_disp {
    padding: 2vw 0 0;
    font-size: 3.5vw;
  }
  #page .entry-title {
    font-size: 8vw;
    margin: 0 0 4vw;
  }
  .category_link {
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }
  .more-restaurant-link {
    margin: 1.5em auto 3em;
  }
  .ucPartsTextBox {
    width: 95%;
    margin: 1em auto;
    line-height: 1.5;
  }
}

#page .article_intro {
  font-size: 16px;
  line-height: 140%;
}

#page .article_intro b {
  display: block;
  margin-bottom: -10px;
}

@media screen and (min-width: 769px) {
  .content-body {
    box-sizing: border-box;
    width: 100%;
    padding: 0px 8% 0px 0px;
    border: none;
    border-right: solid 1px #eee;
  }
  .art-lists {
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }
  .art-lists a {

  }
  .art-lists a .article-image {
    margin-right: 0px;
  }
  .article-data {
    width: calc(100% - 170px);
  }
  .article-data h3 {
    font-size: 90% !important;
    margin-bottom: 10px !important;
  }
  .update_disp {
    float: none;
    padding: 0px;
    text-align: right;
  }
  .ucPartsImageBox {
    line-height: 0;
    margin-top: 10px;
  }
  .content-body header {
    margin-top: 60px;
  }
  #categories h3 {
    border-left: 4px solid #a51b20;
    padding-left: 15px;
    font-size: 90%;
    line-height: 200%;
  }
  .cat_parent_lists {
    border-top: solid 1px #eee;
    padding-top: 20px;
  }
  .cat_parent_lists>li {
    padding-left: 20px;
  }
  .cat_parent_lists li a {
    font-weight: bold;
    color: #304c77;
  }
  .cat_lists {
    margin-left: 20px;
    margin-bottom: 20px !important;
  }
  .cat_lists li a {
    font-weight: normal;
    font-size: 90%;
  }
  #categories h3 {
    border-left: 4px solid #a51b20;
    padding-left: 15px;
    font-size: 90%;
    line-height: 200%;
  }
  .cat_parent_lists {
    border-top: solid 1px #eee;
    padding-top: 20px;
  }
  .cat_parent_lists>li {
    padding-left: 20px;
  }
  .cat_parent_lists li a {
    font-weight: bold;
    color: #304c77;
  }
  .cat_lists {
    margin-left: 20px;
    margin-bottom: 20px !important;
  }
  .cat_lists li a {
    font-weight: normal;
    font-size: 90%;
  }
}

@media screen and (max-width: 768px) {
  .content-body h2 {
    padding-top: 24px;
    margin-top: 40px !important;
    margin-bottom: 10px;
  }
  article.art-large {
    margin-bottom: 30px;
  }
  article.art-large h3 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  article.art-large p {
    font-size: 1em;
    height: 10.2rem;
    overflow: hidden;
    line-height: 130%;
    margin-bottom: 0px !important;
  }
  #categories h3 {
    border-left: 4px solid #a51b20;
    padding-left: 15px;
    line-height: 200%;
  }
  .cat_parent_lists {
    border-top: solid 1px #eee;
    padding-top: 20px;
  }
  .cat_parent_lists>li {
    padding-left: 20px;
  }
  .cat_parent_lists li a {
    font-weight: bold;
    color: #304c77;
  }
  .cat_lists {
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 20px !important;
  }
  .cat_lists li {
    line-height: 200%;
  }
  .cat_lists li a {
    font-weight: normal;
  }
  .key_word_list li a {
    border: 1px solid #d07d80;
    font-size: 1.4rem;
    padding: 1px 8px;
    font-weight: normal;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .search_by_area li a .contents-link h3 {
    margin-bottom: 5px !important;
  }
  .search_by_area li a .contents-link p {
    padding-right: 0px;
    margin-bottom: 0px !important;
  }
}



/* edit2310 */
div#contents {
  background-color: #fff;
}



/* 240600 */

/* top sidecolumn */
.art-lists a .article-image {
  border-radius: 8px;
}
.content_link a {
  font-weight: normal;
  text-align: center;
  background-color: #f4f4f4;
  text-decoration: none;
  font-size: 1.3rem;
  color: #141414;
  border-radius: 40px;
  padding: 4px 12px;
  white-space: nowrap;
  display: inline-block;
  margin: 10px 0px 0px 0px;
}
.content_link span::after {
  display: none;
}
.recent-posts li a .article_image img, .search_by_area li a .article_image img {
  border-radius: 6px;
}
article.art-large a .article-image img {
  border-radius: 12px;
}
div#right-menu #categories a {
  color: inherit;
  font-size: 1.3rem;
}
div#right-menu #categories h3 {
  border-left: none;
  padding-left: 0;
  font-size: 1.6rem;
  margin-top: 20px;
}
.cat_parent_lists {
  border-top: none;
}
.cat_lists {
  margin-left: 0px;
}
.archives li {
  font-size: 1.3rem;
  padding-left: 20px;
}

.taglist li a, .key_word_list li a {
  font-weight: normal;
  text-align: center;
  background-color: #f4f4f4;
  text-decoration: none;
  font-size: 1.2rem;
  color: #141414;
  border-radius: 40px;
  padding: 2px 8px;
  white-space: nowrap;
  display: inline-block;
  margin: 10px 0px 0px 0px;
  border: none;
}
.taglist li a:hover, .key_word_list li a:hover, .article-data .taglist li a:hover {
  border: none;
  color: inherit;
  opacity: 0.5;
  background-color: inherit;
}

@media screen and (max-width: 768px) {
  #right-menu {
      width: 90%;
      margin: 0 5%;
  }


}


/* article */
.category_link span a {
  text-decoration: none;
}
#page .entry-title {
  font-size: 2.8rem;
}
.ucPartsImageBox img {
  border-radius: 12px;
}
#page .keyword-list h3, #page .related-articles h3, #page h2 {
  font-size: 2.0rem;
}
.ucRestaurantFieldWrapper .ucPartsRestaurantInfo, .ucRestaurantSection .ucPartsRestaurantInfo, .ucRestaurantSection .ucRestaurantData {
  border-radius: 12px;
}
#page .article_intro {
  margin-top: 30px;
}
.article-data .taglist li a {
  color: inherit;
}


.ucPartsRestaurantInfo .reservelink, .ucRestaurantData .reservelink {
  margin: 30px 0 0;
  border-radius: 8px;
  border: solid 1px #A51B20;
}
.ucPartsRestaurantInfo .pagelink, .ucRestaurantData .pagelink {
  border: solid 1px #000000;
  margin: 30px 1% 0 0;
  border-radius: 8px;
}
.ucPartsRestaurantInfo .reservelink a, .ucRestaurantData .reservelink a {
  font-weight: bold;
  font-size: 1.2rem;
}
.ucPartsRestaurantInfo .pagelink a, .ucRestaurantData .pagelink a {
  font-weight: bold;
  font-size: 1.2rem;
}
.ucPartsRestaurantInfo a.store_map, .ucRestaurantData a.store_map {
  border-radius: 30px;

}

p.thanks_p a {
  background: none;
  margin: 0;
  font-size: inherit;
  white-space: inherit;
  text-align: inherit;
  padding: 0;
  color: #a51b20;
}

.nav-links {
  border: none;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0px 8% 130px 0px;
}
.nav-next, .nav-previous {
  background-color: antiquewhite;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  position: relative;
  height: 120px;
  display: inherit;
  width: 48.5%;
  filter: none;
  -webkit-text-stroke-color: #121212;
  -webkit-text-stroke-width: 0px;
  text-shadow: none;
  /* color: indianred; */
}
.nav-body {
  position: absolute;
  display: inherit;
  width: 100%;
  padding-top: 130px;
}
.nav-body a {
  color: inherit;
}
.nav-body a span.post-title {
  width: 100%;
  font-size: 1.3rem;
  list-style: 1.6;
}
span.screen-reader-text {
  width: 100% !important;
  font-size: 1rem ;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .nav-links {
    padding: 0px 5% 120px 5%;
}
}