@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #572500;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
.wf-loaded body {
  font-family: Oswald, sans-serif;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.ft-noto {
  font-family: sans-serif;
}
.wf-loaded .ft-noto {
  font-family: "Noto Sans JP", sans-serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #572500;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

  .wrapper {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
.sp_footerbottom{display: none;}
/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    position: static !important;
    width: auto !important;
    top: auto !important;
  }


  .container:not(.container-top) {
    padding-top: 57px;
  }


  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 3.75);
  }

  body {
    font-size: 0.24rem;
  }

  .container {
    width: auto;
    min-width: 100%;
  }
  .container:not(.container-top) {
    padding-top: 45px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
header {
    min-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
}
header .header-inner {
  display: flex;
  align-items: center;
  background-color: #F36C21;
}
header .logo {
  flex: 1;
}
header .logo-link {
  display: flex;
}
header .list-social .link-social {
  width: 29px;
  height: 29px;
}
header .list-social .is-facebook {
  background-image: url("../img/common/icn_facebook.svg");
}
header .list-social .is-line {
  background-image: url("../img/common/icn_line.svg");
}
header .list-social .is-twitter {
  background-image: url("../img/common/icn_twitter.svg");
}
header .list-social .is-instagram {
  background-image: url("../img/common/icn_instagram.svg");
}
header .list-social .is-youtube {
  background-image: url("../img/common/icn_youtube.svg");
}
header .form-seach {
  position: relative;
}
header .form-seach .input-wrap {
  padding-right: 24px;
  margin-right: 12px;
  margin-left: 18px;
}
header .form-seach .input-form {
  width: 150px;
  height: 20px;
  padding: 0 6px 2px;
  background: #fff;
  font-size: 15px;
  color: #999;
}
header .form-seach .input-form::-ms-input-placeholder {
  opacity: 0;
  transition: all 0.3s;
}
.wf-loaded header .form-seach .input-form::-ms-input-placeholder {
  opacity: 1;
}
header .form-seach .input-form:-ms-input-placeholder {
  opacity: 0;
  transition: all 0.3s;
}
.wf-loaded header .form-seach .input-form:-ms-input-placeholder {
  opacity: 1;
}
header .form-seach .input-form::placeholder {
  opacity: 0;
  transition: all 0.3s;
}
.wf-loaded header .form-seach .input-form::placeholder {
  opacity: 1;
}
header .form-seach .button-search {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/common/icn_search.png") 94% center/cover no-repeat;
  cursor: pointer;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
header .link-navbar,
header .navbar-mobile .link {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.wf-loaded header .link-navbar, .wf-loaded
header .navbar-mobile .link {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}

@media print, (min-width: 768px) {
  header .header-inner {
    padding: 13px 50px;
  }
  header .logo-link {
    width: 192px;
  }
  header .menu {
    display: block !important;
    height: auto !important;
    padding: 0 !important;
    line-height: 1.7;
  }
  header .menu-inner {
    display: flex;
    align-items: center;
  }
  header .list-social {
    padding: 0;
  }
  header .list-social .link-social {
    margin: 0 0 0 7px;
  }
header .list-navbar {
    display: flex;
    padding-top: 4px;
    flex-wrap: wrap;
}
  header .link-navbar {
    display: block;
    font-size: 15px;
    padding-bottom: 2px;
    color: #fff;
    margin-left: 18.5px;
    position: relative;
  }
  header .link-navbar:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
  }
  header .link-navbar:hover:after, header .link-navbar.is-active:after {
    width: 100%;
    transition: all 0.3s;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .form-seach .input-form {
    line-height: normal;
    font-family: "メイリオ", Meiryo, Verdana, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  header .header-inner {
    padding: 0 8px 0 20px;
  }
  header .logo-link {
    width: 142px;
  }
  header .menu {
    display: none;
    height: calc(100vh - 45px);
    padding-bottom: 65px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 45px;
    z-index: 101;
  }
  header .list-social {
    padding-top: 19px;
  }
  header .list-social .link-social {
    margin: 0 3.5px;
  }
  header .menu-inner {
    display: block;
    height: 100%;
    overflow: auto;
  }
  header .link-navbar {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #572600;
    padding: 11px 20px 12px;
    line-height: 1.4;
    border-bottom: 1px dashed #999;
    background: url("../img/common/icn_arrow_white.png") 94.5% 50%/17px auto no-repeat;
  }
  header .link-navbar .english {
    width: 110px;
    letter-spacing: 0.05em;
  }
  header .is-rootysroom {
    height: 92px;
    background: url("../img/top/btn_rootysroom.jpg") 93% 50%/75px auto no-repeat;
  }
  header .block-coupon .list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px;
  }
  header .block-coupon .item {
    width: 43%;
    padding-left: 24px;
  }
  header .block-coupon .link {
    font-size: 16px;
    color: #572600;
  }
  header .block-coupon .link:before {
    content: ">";
    font-size: 16px;
    margin-right: 6px;
  }
  header .block-coupon .item.is-main {
    width: 100%;
    padding: 12px 20px 0;
  }
  header .block-coupon .item.is-main .link:before {
    display: none;
  }
  header .navbar-mobile .list-items {
    display: flex;
    align-items: center;
  }
  header .navbar-mobile .item {
    display: flex;
  }
  header .navbar-mobile .link {
    margin-left: 9px;
    font-size: 12px;
    color: #fff;
  }
  header .button-menu {
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
  }
  header .button-menu span {
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0) rotate(0);
    transition: all 0.3s;
  }
  header .button-menu span:first-child {
    top: 14px;
  }
  header .button-menu span:nth-child(2) {
    top: 21px;
    opacity: 1;
  }
  header .button-menu span:last-child {
    top: 28px;
  }
  header .button-menu.is-active span {
    transition: all 0.3s;
  }
  header .button-menu.is-active span:first-child {
    top: 4px;
    transform: translate(-40%, 17px) rotate(-45deg);
  }
  header .button-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  header .button-menu.is-active span:last-child {
    top: 4px;
    transform: translate(-40%, 17px) rotate(45deg);
  }
}
@media only screen and (max-width: 374px) {
  header .header-inner {
    padding: 0 0 0 12px;
  }
  header .logo-link {
    width: 128px;
  }
  header .block-coupon .link,
  header .link-navbar {
    font-size: 13px;
  }
  header .block-coupon .link .english,
  header .link-navbar .english {
    width: 90px;
  }
  header .is-rootysroom {
    background-size: 60px auto;
  }
}
footer {
  background: #572600;
}
footer .button-to-top {
  text-align: center;
  background: #572600;
  cursor: pointer;
  transition: all 0.3s;
}
footer .button-to-top span {
  display: inline-block;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .link {
  display: inline-block;
  color: #fff;
}
footer .copyright {
  display: block;
  width: 100%;
  background: #fff;
  text-align: center;
  color: #572600;
}

@media print, (min-width: 768px) {
  footer .button-to-top {
    display: block;
    border-bottom: 1px solid #fff;
  }
  footer .button-to-top span {
    padding: 24px 29px;
    font-size: 15px;
    background: url("../img/common/icn_arrow_up.png") left 50%/20px auto no-repeat;
  }
  footer .button-to-top:hover {
    background: #331B0F;
    transition: all 0.3s;
  }
  footer .wrapper {
    padding-top: 56px;
  }
footer .logo {
    width: 32%;
    margin-right: 4%;
}
  footer .list-links {
    margin-top: -4px;
    padding-bottom: 35px;
	  width: 30%;
  }
  footer .list-links:first-of-type {
    	  width: 34%;
  }
  footer .item-link {
    margin-bottom: 21px;
  }
  footer .link {
    padding: 1px 0;
    font-size: 15px;
    position: relative;
  }
  footer .link:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
  }
  footer .link:hover:after, footer .link.is-active:after {
    width: 100%;
    transition: all 0.3s;
  }
  footer .copyright {
    padding: 25px 0;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer .button-to-top {
    display: flex;
    justify-content: center;
  }
  footer .button-to-top span {
    padding: 0.06rem 0px 0.06rem 0.23rem;
    font-size: 0.12rem;
    background: url("../img/common/icn_arrow_up.png") left 50%/0.13rem auto no-repeat;
  }
  footer .wrapper {
    padding-top: 0.21rem;
  }
  footer .logo {
    width: 2.68rem;
    margin: 0 auto;
  }
  footer .list-links {
    width: 100%;
    margin-top: 19px;
    padding-bottom: 50px;
  }
  footer .link {
    width: 100%;
    font-size: 0.12rem;
    padding: 16px 10px 17px;
    border-bottom: 1px solid #fff;
    background: url("../img/common/sp/icn_arrow_next.svg") 97% 50%/0.09rem auto no-repeat;
  }
  footer .copyright {
    padding: 0.15rem 0;
    font-size: 0.12rem;
  }
}
.google-maps {
  width: 100%;
}
.google-maps iframe {
  width: 100%;
  height: 100%;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: unset;
  box-shadow: none;
}

@media print, (min-width: 768px) {
  .google-maps {
    height: 730px;
    margin-top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .google-maps {
    height: 4.3rem;
    margin-top: 0.16rem;
    padding: 0 0.08rem;
  }

  .link-google-maps {
    display: inline-block;
    margin-left: 0.15rem;
    font-size: 0.12rem;
    color: #572600;
    position: relative;
    top: -0.06rem;
  }
}
.title-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  color: #572600;
}
.title-section span {
  display: block;
  font-family: sans-serif;
  color: #ed7623;
  letter-spacing: 0.05em;
}
.wf-loaded .title-section span {
  font-family: Oswald, sans-serif;
}
.title-section.is-center {
  justify-content: center;
  text-align: center;
}
.title-section.is-center span {
  display: block;
  margin-right: 0;
  width: 100%;
  text-align: center;
}

@media print, (min-width: 768px) {
  .title-section {
    font-size: 18px;
  }
  .title-section span {
    margin-right: 26px;
    font-size: 30px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .title-section span {
    margin-top: -4px;
  }
  .title-section.is-center span {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .title-section {
    font-size: 0.12rem;
    line-height: 1.45;
  }
  .title-section span {
    margin-right: 0.08rem;
    font-size: 0.18rem;
  }
  .title-section.is-center span {
    line-height: 1.2;
  }
}
.common-button {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  color: #572600;
  border: 1px solid #653614;
  transition: all 0.3s;
}
.common-button.is-primary {
  background-color: #572600;
  background-image: url("../img/common/icn_arrow_brown.png");
  color: #fff;
}

.common-link {
  display: block;
  position: absolute;
  top: 5px;
  right: 14px;
  padding-right: 40px;
  line-height: 2;
  font-size: 15px;
  color: #572600;
  background: url("../img/common/icn_arrow_white.png") right 50%/20px auto no-repeat;
  transition: all 0.3s;
}

@media print, (min-width: 768px) {
  .common-button {
    width: 420px;
    height: 40px;
    font-size: 15px;
    justify-content: center;
    background: #fff url("../img/common/icn_arrow_white.png") 97.5% 50%/20px auto no-repeat;
  }
  .common-button .japanese {
    padding-left: 16px;
  }
  .common-button:hover {
    background-image: url("../img/common/icn_arrow_brown_hover.png");
    color: #fff;
    background-color: #ed7623;
    border-color: #ed7623;
    transition: all 0.3s;
  }
  .common-button.is-primary {
    padding-right: 25px;
  }
  .common-button.is-primary:hover {
    background-color: #ed7623;
    background-image: url("../img/common/icn_arrow_brown_hover.png");
  }

  .common-link:hover {
    color: #ed7623;
    background-image: url("../img/common/icn_arrow_white_hover.png");
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .common-button {
    width: 100%;
    height: 0.5rem;
    font-size: 0.12rem;
    padding: 0 0.15rem;
    background: #fff url("../img/common/icn_arrow_white.png") 96% 50%/0.13rem auto no-repeat;
  }
  .common-button .japanese {
    padding-left: 0.12rem;
  }

  .common-link {
    top: 0.01rem;
    right: 0.14rem;
    padding-right: 0.2rem;
    font-size: 0.12rem;
    background-size: 0.13rem auto;
  }
}
.breadcrumbs .list-breadcrumbs {
  display: flex;
  align-items: center;
}
.breadcrumbs .item {
  display: flex;
}
.breadcrumbs .item:last-child .link:before {
  display: none;
}
.breadcrumbs .link {
  display: inline-block;
  color: #572600;
  position: relative;
  transition: all 0.3s;
}
.breadcrumbs .link:before {
  content: ">";
  display: inline-block;
  position: absolute;
  pointer-events: none;
  color: #572600;
}

@media print, (min-width: 768px) {
  .breadcrumbs {
    padding: 10px 0;
  }
  .breadcrumbs .item:nth-last-child(2) .link:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #4F2400;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.3s;
  }
  .breadcrumbs .item:nth-last-child(2) .link:hover:after {
    background: #ed7623;
  }
  .breadcrumbs .item:not(:last-child) .link:hover {
    color: #ed7623;
  }
  .breadcrumbs .item:not(:last-child) .link:hover:before {
    color: #572600;
  }
  .breadcrumbs .link {
    padding: 3px 0;
    margin-right: 15px;
    font-size: 15px;
  }
  .breadcrumbs .link:before {
    right: -11px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0.06rem 0;
  }
  .breadcrumbs .link {
    font-size: 0.12rem;
    padding: 0.03rem 0;
    margin-right: 0.13rem;
  }
  .breadcrumbs .link:before {
    right: -0.1rem;
  }
}
.block-links-image {
  padding: 80px 0 52px;
}
.block-links-image .link {
  display: block;
  position: relative;
}
.block-links-image .link:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.block-links-image .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  z-index: 11;
  transform: translateY(-50%);
}
.block-links-image .english {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768px) {
  .block-links-image {
    padding: 80px 0 52px;
  }
  .block-links-image .list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block-links-image .item {
    padding-bottom: 3px;
	width: 49%;
  }
  .block-links-image .link {
    margin-bottom: 30px;
  }
  .block-links-image .link:after {
    height: calc(100% + 3px);
  }
  .block-links-image .link:hover:after {
    background: rgba(237, 118, 35, 0.7);
    transition: all 0.3s;
  }
  .block-links-image .detail {
    top: 50%;
  }
  .block-links-image .english {
    font-size: 38px;
    padding-top: 7px;
  }
  .block-links-image .japanese {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .block-links-image {
    padding: 0.2rem 0 0.12rem;
  }
  .block-links-image .item {
    margin-bottom: 0.09rem;
  }
  .block-links-image .link {
    width: 100%;
  }
  .block-links-image .link:after {
    height: 100%;
  }
  .block-links-image .detail {
    top: 49%;
  }
  .block-links-image .english {
    font-size: 0.24rem;
  }
  .block-links-image .japanese {
    font-size: 0.15rem;
    line-height: 1.6;
  }
}
.block-links .link {
  color: #fff;
  transition: all 0.3s;
}
.block-links .item.is-pdf .link {
  color: #572600;
}
.block-links .item.is-pdf .link:hover {
  background-image: url("../img/common/icn_pdf_hover.png");
  color: #ed7623;
  border-color: #ed7623;
}
.block-links .english {
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768px) {
  .block-links {
    padding: 85px 0 50px;
  }
  .block-links .list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block-links .item.is-small .link {
    width: 370px;
    padding: 18px 20px 22px;
  }
  .block-links .item.is-pdf .link {
    padding-top: 19px;
    padding-bottom: 19px;
    margin-bottom: 78px;
    background: #fff url("../img/common/icn_pdf.png") 93% 50%/74px auto no-repeat;
    border: 2px solid #572600;
  }
  .block-links .item.is-pdf .link:hover {
    background-image: url("../img/common/icn_pdf_hover.png");
    color: #ed7623;
    border-color: #ed7623;
  }
  .block-links .item {
    width: 49%;
  }
  .block-links .link {
    display: block;
    padding: 20px 40px;
    margin-bottom: 29px;
    background: #572600 url("../img/common/icn_arrow_brown.png") 94.5% 50%/20px auto no-repeat;
  }
  .block-links .link:hover {
    background-image: url("../img/common/icn_arrow_brown_hover.png");
    background-color: #F36C21;
    transition: all 0.3s;
  }
  .block-links .english {
    font-size: 38px;
  }
  .block-links .japanese {
    font-size: 20px;
  }
  .block-links.has-pdf {
    margin: 0 -15px;
    padding: 80px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .block-links {
    padding: 0.2rem 0 0.1rem;
  }
  .block-links .item {
    margin-bottom: 0.1rem;
  }
  .block-links .item.is-small .link {
    flex-wrap: nowrap;
    align-items: center;
    padding: 0.16rem 0.14rem;
  }
  .block-links .item.is-small .link .english {
    width: 1.85rem;
  }
  .block-links .item.is-pdf .link {
    padding-top: 0.08rem;
    padding-bottom: 0.07rem;
    background: #fff url("../img/common/icn_pdf.png") 95.6% 50%/0.37rem auto no-repeat;
    border: 1px solid #572600;
  }
  .block-links .item.is-pdf .link:hover {
    background-image: url("../img/common/icn_pdf_hover.png");
    color: #ed7623;
    border-color: #ed7623;
  }
  .block-links .is-pdf {
    margin-bottom: 0.21rem;
  }
  .block-links .is-pdf:first-child {
    margin-bottom: 0.1rem;
  }
  .block-links .link {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0.09rem 0.15rem 0.08rem;
    background: #572600 url("../img/common/icn_arrow_brown.png") 95.5% 50%/0.13rem auto no-repeat;
  }
  .block-links .english {
    font-size: 0.18rem;
    line-height: 1;
  }
  .block-links .japanese {
    font-size: 0.12rem;
    line-height: 1.3;
  }
  .block-links.has-pdf {
    margin: 0 -0.15rem;
  }
}
.list-social {
  display: flex;
  justify-content: center;
}
.list-social .link-social {
  display: block;
  width: 52px;
  height: 52px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.list-social .is-facebook {
  background-image: url("../img/common/icn_facebook_orange.svg");
}
.list-social .is-line {
  background-image: url("../img/common/icn_line_orange.svg");
}
.list-social .is-twitter {
  background-image: url("../img/common/icn_twitter_orange.svg");
}
.list-social .is-instagram {
  background-image: url("../img/common/icn_instagram_orange.svg");
}
.list-social .is-youtube {
  background-image: url("../img/common/icn_youtube_orange.svg");
}

@media print, (min-width: 768px) {
  .block-top-instagram + .list-social {
    padding: 80px 0;
  }

  .list-social {
    padding-bottom: 78px;
  }
  .list-social .link-social {
    width: 52px;
    height: 52px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .list-social {
    padding: 0.2rem 0;
  }
  .list-social .link-social {
    width: 0.27rem;
    height: 0.27rem;
    margin: 0 0.05rem;
  }
}
.section-store {
  background: #FFF4D6;
}
.section-store .link {
  display: block;
}
.section-store .img-box {
  border-radius: 50%;
}
.section-store .detail span {
  display: block;
  text-align: center;
  font-weight: 500;
}
.section-store .detail .english {
  color: #ed7623;
  line-height: 1.5;
  white-space: nowrap;
}
.section-store .detail .japanese {
  color: #572600;
}

@media print, (min-width: 768px) {
  .section-store {
    margin-top: 71px;
    padding: 74px 0 84px;
  }
  .section-store .list-items {
    display: flex;
    width: 972px;
    margin: 63px auto 52px;
    flex-wrap: wrap;
    justify-content: space-between;
    /*justify-content: space-evenly;*/
  }
  .section-store .item {
    width: 270px;
  }
  .section-store .detail {
    margin-top: 25px;
  }
  .section-store .detail .english {
    font-size: 20px;
  }
  .section-store .detail .japanese {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-store {
    margin-top: 0.21rem;
    padding: 0.28rem 0 0.3rem;
  }
  .section-store .list-items {
    margin-bottom: 0.28rem;
  }
  .section-store .item {
    width: 1.7rem;
    margin: 20px auto;
  }
  .section-store .detail {
    margin-top: 0.06rem;
  }
  .section-store .detail .english {
    font-size: 0.12rem;
  }
  .section-store .detail .japanese {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}
.section-rooty {
  padding: 78px 0 85px;
  background: #FFF4D6;
}
.section-rooty .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-rooty .link {
  display: block;
  margin-top: 49px;
  width: 670px;
}
.section-rooty .img-box {
  width: 430px;
  margin-right: 13px;
  position: relative;
}
.section-rooty .text {
  display: flex;
  width: 241px;
  height: 202px;
  padding-bottom: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: url("../img/top/rooty_img_03.png") center/cover no-repeat;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: -166px;
  right: -13px;
}

@media print, (min-width: 768px) {
  .section-rooty {
    padding: 78px 0 85px;
  }
  .section-rooty .link {
    margin-top: 49px;
    width: 670px;
  }
}
@media only screen and (max-width: 767px) {
  .section-rooty {
    padding: 0.26rem 0 0.29rem;
  }
  .section-rooty .link {
    margin-top: 19px;
    width: 100%;
  }
}
.list-products {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}
.list-products .link {
  display: block;
}
.list-products .img-box {
  opacity: 1;
  transition: all 0.3s;
}
.list-products .detail {
  text-align: center;
  font-weight: 500;
  color: #572600;
  transition: all 0.3s;
}
.list-products .detail span {
  display: block;
  text-align: center;
}
.list-products .price {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.list-products .price .price-number {
  display: block;
  font-weight: bold;
}
.list-products .price .price-text {
  display: block;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .list-products {
    margin-top: 48px;
  }
  .list-products .item {
    margin-bottom: 22px;
    /*width:31%;*/
    width:33.333%;/*update.2021-03-21*/
  }
  .list-products .item:nth-child(4n + 4) {
    margin-right: 0;
  }
  .list-products .link {
    border: 2px solid transparent;
    padding-bottom: 15px;
  }
  .list-products .link:hover {
    border-color: #ed7623;
    transition: all 0.3s;
  }
  .list-products .link:hover .img-box {
    opacity: 0.6;
    transition: all 0.3s;
  }
  .list-products .link:hover .detail,
  .list-products .link:hover .price {
    color: #ed7623;
    transition: all 0.3s;
  }
  .list-products .detail {
    font-size: 18px;
    margin-top: -1px;
    line-height: 1.6;
  }
  .list-products .price {
    margin-top: -2px;
  }
  .list-products .price .price-number {
    font-size: 21px;
  }
  .list-products .price .price-text {
    font-size: 18px;
    margin-left: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .list-products {
    padding-bottom: 0.41rem;
    margin: 0.22rem -0.15rem;
    position: relative;
    justify-content: space-between;
  }
  .list-products .link {
    width: 2.2rem;
    margin: 0 auto;
  }
  .list-products .detail {
    margin-top: 0.05rem;
    font-size: 0.15rem;
    line-height: 1.2;
  }
  .list-products .price .price-number {
    font-size: 0.16rem;
    padding-bottom: 0.01rem;
  }
  .list-products .price .price-text {
    font-size: 0.12rem;
    margin-left: 0.04rem;
  }
}
.list-common-menu {
  display: flex;
  flex-wrap: wrap;
}
.list-common-menu .link {
  display: block;
}

@media print, (min-width: 768px) {
  .list-common-menu {
    margin-top: 48px;
    padding-bottom: 52px;
  }
  .list-common-menu .item {
    width: 370px;
    margin: 0 30px 30px 0;
  }
  .list-common-menu .item:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .list-common-menu {
    margin: 0.15rem 0 0.11rem;
    justify-content: space-between;
  }
  .list-common-menu .item {
    width: 1.68rem;
    margin-bottom: 0.09rem;
  }
}
/* PAGES
 * ----------------------------------------------- */
@keyframes slide1 {
  0%,
100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
}
.block-top-keyvisual {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.block-top-keyvisual .list-slider {
  height: 100%;
}
.block-top-keyvisual .list-slider div {
  height: 100%;
}
.block-top-keyvisual .list-slider .item-slide {
  height: 100%;
}
.block-top-keyvisual .list-slider .item-link {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.block-top-keyvisual .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}
.block-top-keyvisual .slick-arrow:before, .block-top-keyvisual .slick-arrow:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  /*left: -23%;*/
  left: 0%;
  transition: all 0.3s;
}
.block-top-keyvisual .slick-arrow:before {
  /*bottom: 1px;*/
  bottom: 20px;
}
.block-top-keyvisual .slick-arrow:after {
  /*top: 1px;*/
  top: 22px;
}
.sp_footerbottom .button-coupon {
  display: block;
  position: absolute;
  z-index: 11;
}
.sp_footerbottom .button-rootysroom {
  display: block;
  position: absolute;
  z-index: 11;
}
.block-top-keyvisual .button-scroll {
  display: flex;
  width: 160px;
  height: 160px;
  padding-top: 28px;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  color: #ed7623;
  position: absolute;
  bottom: 3px;
  left: 49.5%;
  transform: translate(-50%, 50%);
}
.block-top-keyvisual .button-scroll:after {
  content: "";
  display: block;
  width: 22px;
  height: 21px;
  background: url("../img/common/icn_arrow_down.png") center/cover no-repeat;
  position: absolute;
  top: 62px;
  left: 70px;
  animation: slide1 1s ease-in-out infinite;
}

.section-top-news .wrapper {
  position: relative;
}
.section-top-news .item {
  border-bottom: 1px dashed #999;
}
.section-top-news .is-new .time {
  position: relative;
}
.section-top-news .is-new .time:after {
  content: "NEW";
  display: inline-block;
  color: red;
  border: 1px solid red;
}
.section-top-news .link {
  display: inline-flex;
  align-items: center;
  color: #572600;
}
.section-top-news .link:hover .text {
  color: #ed7623;
  transition: all 0.3s;
}
.section-top-news .text {
  color: #572600;
  transition: all 0.3s;
}

.section-top-campaign .wrapper {
  position: relative;
}
.section-top-campaign .list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-top-campaign .link {
  display: block;
  position: relative;
}
.section-top-campaign .description {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(237, 118, 35, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.block-top-instagram {
  background: #ed7623;
}
.block-top-instagram .title {
  margin: 0 auto;
}
.block-top-instagram .list-instafeed {
  display: flex;
  flex-wrap: wrap;
}
.block-top-instagram .list-instafeed .instafeed-link {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}
.block-top-instagram .list-instafeed img {
  width: 100%;
}

@media print, (min-width: 768px) {
  .block-top-keyvisual .item-link {
    opacity: 1;
    transition: all 0.3s;
  }
  .block-top-keyvisual .item-link:hover {
    opacity: 0.9;
    transition: all 0.3s;
  }
  .block-top-keyvisual.first-view {
    height: 100vh;
  }

  /* 2022-07-01 8AM update.*/
  .block-top-keyvisual .list-slider .is-first {
    background-image: url("../img/top/slider_hai-sai_20220701.jpg");
  }
  .block-top-keyvisual .list-slider .is-second {
    background-image: url("../img/top/slider_lucky_20220701.jpg");
  }
  .block-top-keyvisual .list-slider .is-third {
    background-image: url("../img/top/slider_pluscafe_20220601.jpg");
  }

  /* 2022-06-01 8AM update.*/
  /*
  .block-top-keyvisual .list-slider .is-first {
    background-image: url("../img/top/slider_chiken-sw_20220601.jpg");
  }
  .block-top-keyvisual .list-slider .is-second {
    background-image: url("../img/top/slider_lucky_20220601.jpg");
  }
  .block-top-keyvisual .list-slider .is-third {
    background-image: url("../img/top/slider_rootbeer_20220601.jpg");
  }
  .block-top-keyvisual .list-slider .is-four {
    background-image: url("../img/top/slider_pluscafe_20220601.jpg");
  }
  */

  /* 2022-05-01 8AM update.*/
  /*
  .block-top-keyvisual .list-slider .is-first {
    background-image: url("../img/top/slider_bbb_20220405.jpg");
  }
  .block-top-keyvisual .list-slider .is-second {
    background-image: url("../img/top/slider_gw_20220425.jpg");
  }
  .block-top-keyvisual .list-slider .is-third {
    background-image: url("../img/top/slider_lucky_20220405.jpg");
  }
  .block-top-keyvisual .list-slider .is-four {
    background-image: url("../img/top/slider_supermozza_20220405.jpg");
  }
  .block-top-keyvisual .list-slider .is-five {
    background-image: url("../img/top/slider_kings-combo_20220501.jpg");
  }
  .block-top-keyvisual .list-slider .is-six {
    background-image: url("../img/top/slider_pluscafe_20220405.jpg");
  }
  */
  
  .block-top-keyvisual .button-coupon {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 97px;
    background: url("../img/top/btn_coupon.jpg") center/cover no-repeat;
    left: 50px;
    /*bottom: 46px;*/
    bottom: 105px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .block-top-keyvisual .button-coupon:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
  }
  .sp_footerbottom .button-rootysroom {
    display: none; /* しばらくルーティの部屋ボタンを非表示に 2020-03-30 */
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: transparent url("../img/top/btn_rootysroom.jpg") center/cover no-repeat;
    right: 50px;
    bottom: 28px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .sp_footerbottom .button-rootysroom:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
  }
  .block-top-keyvisual .slick-arrow {
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
  .block-top-keyvisual .slick-arrow:hover:after, .block-top-keyvisual .slick-arrow:hover:before {
    background: #f2f2f2;
    transition: all 0.3s;
  }
  .block-top-keyvisual .slick-arrow:before, .block-top-keyvisual .slick-arrow:after {
    /*width: 55px;*/
    width: 35px;
    /*height: 15px;*/
    height: 5px;
    border-radius: 4px;
  }
  .block-top-keyvisual .slick-prev {
    left: 40px;
  }
  .block-top-keyvisual .slick-prev:before {
    transform: translate(50%, -120%) rotate(-140deg);
  }
  .block-top-keyvisual .slick-prev:after {
    transform: translate(50%, 120%) rotate(140deg);
  }
  .block-top-keyvisual .slick-next {
    right: 40px;
  }
  .block-top-keyvisual .slick-next:before {
    transform: translate(50%, -120%) rotate(140deg);
  }
  .block-top-keyvisual .slick-next:after {
    transform: translate(50%, 120%) rotate(-140deg);
  }

  .section-top-news {
    padding-top: 87px;
  }
  .section-top-news .list-items {
    margin-top: 55px;
  }
  .section-top-news .item {
    margin-bottom: 13px;
    padding-bottom: 14px;
  }
  .section-top-news .is-new .time:after {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: 12px;
    padding: 0 3px;
    font-size: 13px;
  }
  .section-top-news .link {
    font-size: 16px;
  }
  .section-top-news .text {
    flex: 1;
  }
  .section-top-news .time {
    width: 140px;
  }

  .section-top-campaign {
    padding-top: 62px;
  }
  .section-top-campaign .list-items {
    margin-top: 44px;
  }
.section-top-campaign .item {
    width: 31%;
}
  .section-top-campaign .item:nth-child(3n + 3) {
    margin-right: 0;
  }
  .section-top-campaign .link:hover .description {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }

  .section-top-menu {
    padding-top: 46px;
  }
  .section-top-menu .common-button {
    margin-top: 51px;
  }

  .block-top-instagram {
    margin-top: 2px;
    padding-top: 50px;
  }
  .block-top-instagram .title {
    width: 214px;
  }
  .block-top-instagram .list-instafeed {
    margin-top: 53px;
    background: #fff;
  }
  .block-top-instagram .list-instafeed .instafeed-item {
    width: 16.6666%;
  }
  .block-top-instagram .list-instafeed .instafeed-detail {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-right: 22px;
    text-align: center;
    position: absolute;
    top: 47%;
    left: 0;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .block-top-instagram .list-instafeed .like-count,
  .block-top-instagram .list-instafeed .comments-count {
    display: inline-block;
    padding-left: 30px;
    margin: 0 17px;
    font-weight: bold;
    color: #fff;
    font-size: 19px;
    line-height: 1.9;
  }
  .block-top-instagram .list-instafeed .like-count {
    background: url("../img/common/icn_heart.png") left center/20px auto no-repeat;
  }
  .block-top-instagram .list-instafeed .comments-count {
    background: url("../img/common/icn_comment.png") left center/20px auto no-repeat;
  }
  .block-top-instagram .list-instafeed .instafeed-link {
    position: relative;
  }
  .block-top-instagram .list-instafeed .instafeed-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .block-top-instagram .list-instafeed .instafeed-link:hover:after,
  .block-top-instagram .list-instafeed .instafeed-link:hover .instafeed-detail {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-top-news .link .text {
    padding-top: 2px;
  }
  .section-top-news .is-new .time:after {
    line-height: 1.5;
    padding-bottom: 1px;
    top: 52%;
  }
}
@media only screen and (max-width: 767px) {

  /* 2022-07-01 8AM update.*/
  .block-top-keyvisual .list-slider .is-first {
    background-image: url("../img/top/sp/slider_hai-sai_20220701.jpg");
  }
  .block-top-keyvisual .list-slider .is-second {
    background-image: url("../img/top/sp/slider_lucky_20220701.jpg");
  }
  .block-top-keyvisual .list-slider .is-third {
    background-image: url("../img/top/sp/slider_pluscafe_20220601.jpg");
  }

  /* 2022-06-01 8AM update.*/
  /*
  .block-top-keyvisual .list-slider .is-first {
    background-image: url("../img/top/sp/slider_chiken-sw_20220601.jpg");
  }
  .block-top-keyvisual .list-slider .is-second {
    background-image: url("../img/top/sp/slider_lucky_20220601.jpg");
  }
  .block-top-keyvisual .list-slider .is-third {
    background-image: url("../img/top/sp/slider_rootbeer_20220601.jpg");
  }
  .block-top-keyvisual .list-slider .is-four {
    background-image: url("../img/top/sp/slider_pluscafe_20220601.jpg");
  }
  */

  /* 2022-05-01 8AM update.*/
  /*
  .block-top-keyvisual .list-slider .is-first {
    background-image: url("../img/top/sp/slider_bbb_20220405.jpg");
  }
  .block-top-keyvisual .list-slider .is-second {
    background-image: url("../img/top/sp/slider_gw_20220425.jpg");
  }
  .block-top-keyvisual .list-slider .is-third {
    background-image: url("../img/top/sp/slider_lucky_20220405.jpg");
  }
  .block-top-keyvisual .list-slider .is-four {
    background-image: url("../img/top/sp/slider_supermozza_20220405.jpg");
  }
  .block-top-keyvisual .list-slider .is-five {
    background-image: url("../img/top/sp/slider_kings-combo_20220501.jpg");
  }
  .block-top-keyvisual .list-slider .is-six {
    background-image: url("../img/top/sp/slider_pluscafe_20220405.jpg");
  }
  */

  .block-top-keyvisual .button-coupon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% + 2px);
    height: 0.49rem;
    background: #fff;
    bottom: -1px;
    left: -1px;
    color: #572600;
    font-size: 0.14rem;
  }
  .block-top-keyvisual .button-coupon:after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #999;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
  }
  .block-top-keyvisual .button-rootysroom {
    display: flex;
    width: calc(50% + 2px);
    height: 0.49rem;
    align-items: center;
    justify-content: center;
    background: #fff;
    bottom: -1px;
    right: -1px;
    color: #572600;
    font-size: 0.14rem;
  }

  .sp_footerbottom .button-coupon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% + 2px);
    height: 0.49rem;
    background: #fff;
    bottom: -1px;
    left: -1px;
    color: #572600;
    font-size: 0.14rem;
  }
  .sp_footerbottom .button-coupon:after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #999;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
  }
  .sp_footerbottom .button-rootysroom {
    display: flex;
    width: calc(50% + 2px);
    height: 0.49rem;
    align-items: center;
    justify-content: center;
    background: #fff;
    bottom: -1px;
    right: -1px;
    color: #572600;
    font-size: 0.14rem;
  }
  .block-top-keyvisual .slick-arrow {
    width: 0.6rem;
    height: 0.6rem;
  }
  .block-top-keyvisual .slick-arrow:before, .block-top-keyvisual .slick-arrow:after {
    /*width: 0.3rem;*/
    width: 0.2rem;
    /*height: 0.1rem;*/
    height: 0.03rem;
    border-radius: 2px;
    /* bottom: 12px;*/ /* update. 2020-04-30 */
    bottom: 16px; /* update. 2021-04-01 */
  }
  .block-top-keyvisual .slick-prev {
    left: 0.1rem;
  }
  .block-top-keyvisual .slick-prev:before {
    transform: translate(50%, -170%) rotate(-140deg);
  }
  .block-top-keyvisual .slick-prev:after {
    transform: translate(50%, 170%) rotate(140deg);
  }
  .block-top-keyvisual .slick-next {
    right: 0.1rem;
  }
  .block-top-keyvisual .slick-next:before {
    transform: translate(150%, -170%) rotate(140deg);
  }
  .block-top-keyvisual .slick-next:after {
    transform: translate(150%, 170%) rotate(-140deg);
  }

  .section-top-news {
    padding-top: 0.28rem;
  }
  .section-top-news .item {
    margin-bottom: 0.09rem;
    padding-bottom: 0.05rem;
  }
  .section-top-news .is-new .time:after {
    margin-left: 0.1rem;
    padding: 0 0.03rem;
  }
  .section-top-news .link {
    display: block;
    font-size: 0.11rem;
  }
  .section-top-news .time {
    display: block;
    margin: 0.04rem 0;
  }
  .section-top-news .text {
    line-height: 1.6;
  }

  .section-top-campaign {
    padding-top: 0.35rem;
  }
  .section-top-campaign .list-items {
    margin-top: 0.16rem;
    justify-content: space-between;
  }
  .section-top-campaign .item {
    width: 1.7rem;
    margin-bottom: 0.05rem;
  }

  .section-top-menu {
    padding-top: 0.43rem;
  }
  .section-top-menu .slick-arrow {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    bottom: 0;
    text-indent: -9999px;
  }
  .section-top-menu .slick-arrow:before {
    content: "";
    display: block;
    width: 1px;
    height: 0.15rem;
    background: #ccc;
    position: absolute;
    top: 0.07rem;
    left: -0.24rem;
    pointer-events: none;
  }
  .section-top-menu .slick-arrow:after {
    content: "";
    display: block;
    width: 0.11rem;
    height: 0.11rem;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .section-top-menu .slick-prev {
    left: calc(50% - .54rem);
  }
  .section-top-menu .slick-prev:before {
    display: none;
  }
  .section-top-menu .slick-prev:after {
    left: 70%;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  .section-top-menu .slick-next {
    left: calc(50% + .24rem);
  }
  .section-top-menu .common-button {
    margin-top: 0.22rem;
  }

  .block-top-instagram {
    padding-top: 0.29rem;
  }
  .block-top-instagram .title {
    width: 1.02rem;
  }
  .block-top-instagram .list-instafeed {
    margin-top: 0.19rem;
    padding: 0 0.15rem 0.25rem;
    justify-content: space-between;
  }
  .block-top-instagram .list-instafeed .instafeed-item {
    width: 1.7rem;
    margin-bottom: 0.05rem;
  }
  .block-top-instagram .list-instafeed .instafeed-detail {
    display: none;
  }
}
.block-menu-banner {
  overflow: hidden;
}
.block-menu-banner .list-slider {
  margin: 0 auto;
  visibility: hidden;
}
.block-menu-banner .list-slider.slick-initialized {
  visibility: visible;
}
.block-menu-banner .list-slider .link {
  display: block;
}
.block-menu-banner .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  z-index: 11;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}

@media print, (min-width: 768px) {
  .block-menu-banner .list-slider {
    height: 768px;
    overflow: hidden;
  }
  .block-menu-banner .list-slider.slick-initialized {
    height: auto;
  }
  .block-menu-banner .list-slider .link {
    width: 1366px;
  }
  .block-menu-banner .slick-arrow {
    width: 30px;
    height: 32px;
    left: 50%;
  }
  .block-menu-banner .slick-arrow:hover {
    opacity: 0.6;
  }
  .block-menu-banner .slick-prev {
    background: url("../img/menu-list/icn_arrow_prev.png") center/cover no-repeat;
    transform: translate(-653px, -55%);
  }
  .block-menu-banner .slick-next {
    background: url("../img/menu-list/icn_arrow_next.png") center/cover no-repeat;
    transform: translate(624px, -55%);
  }

  .section-menu-content {
    padding: 56px 0 10px;
  }
  .section-menu-content .list-products {
    margin: 52px 0 24px;
  }
  .section-menu-content .list-products .item {
    margin-bottom: 30px;
  }
  .section-menu-content .list-products .item:nth-child(4n + 4) {
    /*margin-right: 30px;*/
    margin-right: 0;/*update.2021-03-21*/
  }
  .section-menu-content .list-products .item:nth-child(3n + 3) {
    margin-right: 0;
  }
  .section-menu-content .list-products .link {
    width: 370px;
    padding-bottom: 19px;
  }
  .section-menu-content .list-products .img-box {
    padding: 5px 0 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1450px) {
  .block-menu-banner {
    height: auto;
  }
  .block-menu-banner .list-slider {
    height: 45vw;
    overflow: hidden;
  }
  .block-menu-banner .list-slider.slick-initialized {
    height: auto;
  }
  .block-menu-banner .list-slider .link {
    width: 80vw;
  }
  .block-menu-banner .list-slider .slick-prev {
    transform: translate(-39vw, -55%);
  }
  .block-menu-banner .list-slider .slick-next {
    transform: translate(37vw, -55%);
  }
}
@media only screen and (max-width: 767px) {
  .block-menu-banner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .block-menu-banner .list-slider {
    width: 100%;
    padding-top: 1px;
    height: 2.5rem;
    overflow: hidden;
  }
  .block-menu-banner .list-slider.slick-initialized {
    height: auto;
  }
  .block-menu-banner .list-slider .link {
    width: 3.25rem;
    margin: 0 0.05rem;
  }
  .block-menu-banner .slick-arrow {
    width: 0.2rem;
    height: 0.2rem;
    transform: translateY(-50%);
  }
  .block-menu-banner .slick-prev {
    left: 0.35rem;
    background: url("../img/menu-list/sp/icn_arrow_prev.png") center/cover no-repeat;
  }
  .block-menu-banner .slick-next {
    background: url("../img/menu-list/sp/icn_arrow_next.png") center/cover no-repeat;
    right: 0.35rem;
  }

  .section-menu-content {
    padding-top: 0.21rem;
  }
  .section-menu-content .list-products {
    margin-top: 0.16rem;
    padding: 0 0.15rem;
  }
  .section-menu-content .list-products .item {
    margin-bottom: 0.07rem;
  }
  .section-menu-content .list-products .link {
    width: 1.7rem;
  }
  .section-menu-content .list-products .img-box {
    padding: 0 0.05rem;
  }
  .section-menu-content .list-products .detail {
    padding-bottom: 0.07rem;
    margin-top: -0.05rem;
    line-height: 1.5;
    font-size: 0.12rem;
  }
  .section-humberger-menu .list-products .detail .menu-label {
    position: relative;
    display: block;
    /*z-index: 999999;*/
    /*margin-top: -0.2em;*/
    margin-bottom: 0;
    color: #f00;
    font-size: 0.12rem;
    line-height: 1.3;
  }
}
@media print, (min-width: 768px) {
  .section-humberger-menu {
    padding-top: 65px;
  }
  .section-humberger-menu .list-products .item {
    margin-bottom: 29px;
  }
  .section-humberger-menu .list-products .link {
    padding-bottom: 8px;
  }
  .section-humberger-menu .list-products .detail {
    line-height: 1.35;
    margin-top: 4px;
  }
  .section-humberger-menu .list-products .detail .menu-label {
    position: relative;
    display: block;
    /*z-index: 999999;*/
    /*margin-top: -0.7em;*/
    margin-bottom: 0;
    color: #f00;
    font-size: 14px;
    line-height: 1.0;
  }
  .section-humberger-content {
    padding-top: 28px;
  }
  .section-else-drink .else-drink ul {
    padding-left: 2em;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section-else-drink .else-drink ul li {
    font-size: 18px;
    font-weight: 500;
  }
  .section-theawburger-intro .product-name .title span.menu-label02 {
    color: #f00;
    line-height: 1.0;
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .section-humberger-menu {
    padding-top: 0.08rem;
  }
  .section-humberger-menu .list-products {
    margin: 0.16rem 0;
    padding-bottom: 0;
  }
  .section-humberger-menu .list-products .item {
    margin-bottom: 0.04rem;
  }
  .section-humberger-menu .list-products .link {
    width: 1.7rem;
    padding-bottom: 0.1rem;
  }
  .section-humberger-menu .list-products .detail {
    margin-top: 0;
    font-size: 0.12rem;
    line-height: 1.3;
  }
  .section-humberger-content {
    padding: 0.18rem 0 0.3rem;
  }
  .section-else-drink .else-drink ul {
    padding-left: 0.5em;
  }
  .section-else-drink .else-drink ul li {
    margin-top: 0;
    font-size: 0.12rem;
    line-height: 1.3;
    font-weight: 500;
    color: #572600;
  }
  .section-theawburger-intro .product-name .title span.menu-label02 {
    color: #f00;
    line-height: 1.0;
    font-size: 18px;
  }
}

.section-theawburger-intro .product-name .title {
  color: #572600;
  font-weight: 500;
  white-space: nowrap;
}
.section-theawburger-intro .product-name .title span {
  display: block;
  width: 100%;
  font-family: sans-serif;
  color: #ED7623;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.wf-loaded .section-theawburger-intro .product-name .title span {
  font-family: Oswald, sans-serif;
}
.section-theawburger-intro .price {
  display: block;
  width: 100%;
  color: #572600;
  /*font-weight: bold;*/
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin: 0;
}
.section-theawburger-intro .price span {
  font-weight: 500;
}
.section-theawburger-intro .text {
  color: #572600;
  /*line-height: 2.3;*/
  line-height: 1.8;
}
.section-theawburger-intro .list-notification .item:before {
  content: "※";
}

@media print, (min-width: 768px) {
  .section-theawburger-intro {
    padding-top: 29px;
  }
  .section-theawburger-intro .block-intro {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0 auto;
  }
  .section-theawburger-intro .product-name {
    width: 480px;
    padding: 75px 0 0 200px;
    white-space: nowrap;/* 2020-06-01 update. */
  }
  .section-theawburger-intro .product-name .title {
    /*font-size: 33px;*/
    font-size: 22px;
    letter-spacing: 0.02em;
  }
  .section-theawburger-intro div#camchowder.product-name h1.title.ft-noto,
  .section-theawburger-intro div#familysetspecial.product-name h1.title.ft-noto,
  .section-theawburger-intro div#orange-chicken-sndwich.product-name h1.title.ft-noto {
    font-size: 22px;
  }
  .section-theawburger-intro div#manhattanclamchowder.product-name h1.title.ft-noto {
    font-size: 20px;
  }
  .section-theawburger-intro .product-name .title span {
    margin-bottom: 15px;
  }
  .section-theawburger-intro .price {
    /*font-size: 33px;*/
    font-size: 22px;
  }
  .section-theawburger-intro .price span {
    margin-left: 6px;
  }
  .section-theawburger-intro .img-box {
    width: 577px;
  }
  .section-theawburger-intro .text {
    /*margin: 44px 0 40px;*/
    margin: 14px 0 10px;
    font-size: 18px;
  }
  .section-theawburger-intro .list-notification {
    padding-bottom: 9px;
  }
  .section-theawburger-intro .list-notification .item {
    margin-bottom: 8px;
    font-size: 16px;
    color: #572600;
    line-height: 1.5;
  }
  .section-theawburger-intro .image {
    width: 774px;
    margin: 80px auto;
  }
  .section-theawburger-intro .is-youtube {
    width: 1014px;
  }
  .section-theawburger-content .block-social,
  .section-theawburger-intro .block-social {
    padding-top: 36px;
  }
  .section-theawburger-content .block-social .title,
  .section-theawburger-intro .block-social .title {
    width: 214px;
    margin: 0 auto 20px;
  }
  .section-theawburger-content .list-social,
  .section-theawburger-intro .list-social {
    padding-bottom: 74px;
  }
}
@media only screen and (max-width: 767px) {
  .section-theawburger-intro {
    padding-top: 0.27rem;
  }
  .section-theawburger-intro .product-name {
    padding-top: 0.21rem;
    text-align: center;
  }
  .section-theawburger-intro .product-name .title {
    font-size: 0.18rem;
  }
  .section-theawburger-intro .price {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 0.18rem;
    line-height: 1.3;
  }
  .section-theawburger-intro .price span {
    display: inline-block;
    padding-top: 0.05rem;
    font-size: 0.12rem;
    margin-left: 0.03rem;
  }
  .section-theawburger-intro .img-box {
    width: 100%;
  }
  .section-theawburger-intro .text {
    margin: 0.19rem 0 0.06rem;
    font-size: 0.12rem;
    text-align: justify;
  }
  .section-theawburger-intro .list-notification .item {
    font-size: 0.12rem;
    color: #666;
    /*line-height: 1.95;*/
    line-height: 1.45;
  }
  .section-theawburger-intro .image {
    margin: 0.26rem auto 0.32rem;
  }
  .section-theawburger-intro .is-youtube {
    margin-bottom: 0.19rem;
  }
  .section-theawburger-content .block-social .title,
  .section-theawburger-intro .block-social .title {
    width: 1.46rem;
    margin: 0 auto;
  }
  .section-theawburger-content .list-social,
  .section-theawburger-intro .list-social {
    padding: 0.1rem 0;
  }
  .section-theawburger-content .list-social .link-social,
  .section-theawburger-intro .list-social .link-social {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.08rem;
  }

  .section-theawburger-content {
    padding: 0.39rem 0 0.3rem;
  }
}
.block-shopsearch-banner .background {
  position: relative;
}
.block-shopsearch-banner .title-section {
  color: #fff;
  line-height: 1.5;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-shopsearch-banner .title-section span {
  color: #fff;
}

.section-shopsearch-store {
  padding: 36px 0;
}
.section-shopsearch-store .link {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  font-weight: 500;
  color: #fff;
  background: #572600;
  transition: all 0.3s;
}
.section-shopsearch-store .link .japanese {
  display: inline-block;
  line-height: 2;
  position: relative;
}
.section-shopsearch-store .link .japanese:after {
  content: "";
  display: block;
  background: url(../img/common/icn_arrow_brown.png) center/cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.section-shopsearch-store .form-search {
  display: flex;
  border: 1px solid #ccc;
}
.section-shopsearch-store .form-search .input-wrap {
  flex: 1;
  height: 100%;
}
.section-shopsearch-store .form-search .input-form {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
  font-weight: 500;
  color: #ccc;
}
.section-shopsearch-store .form-search .input-form::-webkit-input-placeholder, .section-shopsearch-store .form-search .input-form:-ms-input-placeholder, .section-shopsearch-store .form-search .input-form::placeholder {
  color: #ccc;
}
.section-shopsearch-store .form-search .button-search {
  display: block;
  width: 120px;
  height: 68px;
  background: #572600 url(../img/common/icn_search.png) center center no-repeat;
  transition: all 0.3s;
  cursor: pointer;
}

.section-shopsearch-purpose .list-items {
  display: flex;
  flex-wrap: wrap;
}
.section-shopsearch-purpose .list-items .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #572600;
  color: #572600;
  transition: all 0.3s;
}
.section-shopsearch-purpose .list-items .english {
  letter-spacing: 0.05em;
}
.section-shopsearch-purpose .list-items .japanese {
  display: block;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
}

.section-shopsearch-service {
  padding-bottom: 50px;
}
.section-shopsearch-service .list-items {
  display: flex;
  flex-wrap: wrap;
}
.section-shopsearch-service .link {
  display: block;
  position: relative;
}
.section-shopsearch-service .link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.section-shopsearch-service .link-title {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.section-shopsearch-service .link-title .english {
  color: #fff;
  letter-spacing: 0.05em;
}
.section-shopsearch-service .link-title .japanese {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768px) {
  .block-shopsearch-banner .title-section {
    font-size: 22px;
    top: 50%;
  }
  .block-shopsearch-banner .title-section span {
    font-size: 34px;
  }

  .section-shopsearch-store .title-section {
    font-size: 20px;
  }
  .section-shopsearch-store .link {
    margin: 49px 0 29px;
    font-size: 24px;
    justify-content: center;
  }
  .section-shopsearch-store .link .japanese {
    padding-left: 24px;
  }
  .section-shopsearch-store .link .japanese:after {
    width: 20px;
    height: 20px;
    right: -45px;
  }
  .section-shopsearch-store .link:hover {
    background: #ed7623;
    transition: all 0.3s;
  }
  .section-shopsearch-store .link:hover .japanese:after {
    background-image: url(../img/common/icn_arrow_brown_hover.png);
    transition: all 0.3s;
  }
  .section-shopsearch-store .form-search .input-form {
    height: 66px;
    font-size: 18px;
    padding: 0 10px 0 50px;
    line-height: inherit;
  }
  .section-shopsearch-store .form-search .button-search {
    width: 120px;
    height: 68px;
    background-size: 20px auto;
  }
  .section-shopsearch-store .form-search .button-search:hover {
    background-color: #ed7623;
    transition: all 0.3s;
  }

  .section-shopsearch-purpose {
    padding-top: 34px;
  }
  .section-shopsearch-purpose .title-section {
    font-size: 20px;
  }
  .section-shopsearch-purpose .list-items {
    display: flex;
    flex-wrap: wrap;
    margin: 44px auto;
  }
  .section-shopsearch-purpose .list-items .item {
    margin-bottom: 29px;
  }
  .section-shopsearch-purpose .list-items .item:nth-child(3n + 3) .link {
    margin-right: 0;
  }
  .section-shopsearch-purpose .list-items .link {
    width: 370px;
    margin-right: 30px;
    padding: 19px 0;
  }
  .section-shopsearch-purpose .list-items .english {
    font-size: 26px;
  }
  .section-shopsearch-purpose .list-items .japanese {
    font-size: 20px;
  }
  .section-shopsearch-purpose .link:hover {
    background-color: #ed7623;
    border-color: #ed7623;
    color: #fff;
    transition: all 0.3s;
  }

  .section-shopsearch-service {
    padding-bottom: 50px;
  }
  .section-shopsearch-service .title-section {
    font-size: 20px;
  }
  .section-shopsearch-service .list-items {
    margin-top: 49px;
  }
  .section-shopsearch-service .item {
    width: 370px;
    margin: 0 30px 30px 0;
  }
  .section-shopsearch-service .item:nth-child(3n + 3) {
    margin-right: 0;
  }
  .section-shopsearch-service .link:hover:after {
    background: rgba(237, 118, 35, 0.7);
    transition: all 0.3s;
  }
  .section-shopsearch-service .link-title {
    top: 53%;
  }
  .section-shopsearch-service .link-title .english {
    font-size: 26px;
  }
  .section-shopsearch-service .link-title .japanese {
    font-size: 20px;
  }
  .section-shopsearch-service .description {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.9;
  }
}
@media only screen and (max-width: 767px) {
  .block-shopsearch-banner {
    display: flex;
    flex-direction: column-reverse;
  }
  .block-shopsearch-banner .title-section {
    font-size: 0.12rem;
    top: 49%;
  }
  .block-shopsearch-banner .title-section span {
    font-size: 0.18rem;
  }

  .section-shopsearch-store {
    padding: 0.28rem 0;
  }
  .section-shopsearch-store .link {
    margin: 0.1rem 0;
    padding-left: 0.22rem;
    font-size: 0.16rem;
    height: 0.5rem;
    justify-content: flex-start;
  }
  .section-shopsearch-store .link .japanese {
    padding-left: 0.16rem;
  }
  .section-shopsearch-store .link .japanese:after {
    width: 13px;
    height: 13px;
    right: -0.52rem;
    background-size: contain;
  }
  .section-shopsearch-store .form-search .input-form {
    height: 0.48rem;
    font-size: 0.15rem;
    padding: 0 0.15rem 0 0.1rem;
    line-height: normal;
  }
  .section-shopsearch-store .form-search .button-search {
    width: 0.5rem;
    height: 0.5rem;
    margin: -1px 0;
    background-size: 0.16rem auto;
  }

  .section-shopsearch-purpose {
    padding-top: 0.09rem;
  }
  .section-shopsearch-purpose .list-items {
    display: block;
    margin: 0.18rem auto;
  }
  .section-shopsearch-purpose .list-items .item {
    margin-bottom: 0.09rem;
  }
  .section-shopsearch-purpose .list-items .link {
    width: 100%;
    padding: 0.03rem 0 0.06rem;
  }
  .section-shopsearch-purpose .list-items .english {
    font-size: 0.18rem;
  }
  .section-shopsearch-purpose .list-items .japanese {
    font-size: 0.12rem;
  }

  .section-shopsearch-service {
    padding: 0.28rem 0 0.33rem;
  }
  .section-shopsearch-service .list-items {
    margin-top: 0.22rem;
  }
  .section-shopsearch-service .link-title {
    top: 44%;
  }
  .section-shopsearch-service .link-title .english {
    font-size: 0.18rem;
  }
  .section-shopsearch-service .link-title .japanese {
    font-size: 0.12rem;
  }
  .section-shopsearch-service .description {
    margin: 0.04rem 0 0.12rem;
    font-size: 0.12rem;
    text-align: justify;
    line-height: 1.95;
  }
}
.section-searchbyarea-intro {
  padding: 34px 0 36px;
}
.section-searchbyarea-intro .list-items {
  display: flex;
  flex-wrap: wrap;
}
.section-searchbyarea-intro .list-items .link {
  display: block;
  align-items: flex-start;
  justify-content: center;
  color: #572600;
  border: 2px solid #572600;
  background: #fff url("../img/searchbyarea/icn_arrow_down.png") center 86%/21px auto no-repeat;
  transition: all 0.3s;
}
.section-searchbyarea-intro .list-items .link span {
  display: block;
  width: 100%;
  text-align: center;
}
.section-searchbyarea-intro .list-items .link .english {
  letter-spacing: 0.05em;
}

.section-searchbyarea-content .list-items {
  display: flex;
  flex-wrap: wrap;
}
.section-searchbyarea-content .link {
  display: block;
}
.section-searchbyarea-content .img-box {
  position: relative;
}
.section-searchbyarea-content .img-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.section-searchbyarea-content .description {
  color: #572600;
  transition: all 0.3s;
}
.section-searchbyarea-content .description span {
  display: block;
  width: 100%;
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-searchbyarea-intro {
    padding: 34px 0 36px;
  }
  .section-searchbyarea-intro .list-items {
    margin-top: 53px;
  }
  .section-searchbyarea-intro .list-items .item {
    margin-right: 23px;
  }
  .section-searchbyarea-intro .list-items .item:nth-child(4n + 4) {
    margin-right: 0;
  }
  .section-searchbyarea-intro .list-items .link {
    width: 275px;
    height: 120px;
    padding-top: 8px;
  }
  .section-searchbyarea-intro .list-items .link .english {
    font-size: 26px;
  }
  .section-searchbyarea-intro .list-items .link .japanese {
    font-size: 20px;
  }
  .section-searchbyarea-intro .link:hover {
    color: #fff;
    border-color: #ed7623;
    background-color: #ed7623;
    background-image: url("../img/searchbyarea/icn_arrow_down_hover.png");
    transition: all 0.3s;
  }

  .section-searchbyarea-content {
    padding-top: 16px;
  }
  .section-searchbyarea-content:last-of-type {
    padding-bottom: 100px;
  }
  .section-searchbyarea-content .title-section {
    font-size: 20px;
  }
  .section-searchbyarea-content .list-items {
    margin-top: 48px;
  }
  .section-searchbyarea-content .item {
    min-height: 495px;
    margin: 0 30px 0 0;
  }
  .section-searchbyarea-content .item:nth-child(3n + 3) {
    margin-right: 0;
  }
  .section-searchbyarea-content .link {
    width: 370px;
  }
  .section-searchbyarea-content .description {
    margin-top: 20px;
    font-size: 20px;
  }
  .section-searchbyarea-content .description .english {
    line-height: 1.2;
  }
  .section-searchbyarea-content .description .japanese {
    line-height: 2;
  }
  .section-searchbyarea-content .link:hover .img-box:after {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }
  .section-searchbyarea-content .link:hover .description {
    color: #ed7623;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .section-searchbyarea-intro {
    padding: 0.08rem 0 0.06rem;
  }
  .section-searchbyarea-intro .list-items {
    margin-top: 0.09rem;
  }
  .section-searchbyarea-intro .list-items .item {
    margin-right: 0.09rem;
    margin-bottom: 0.09rem;
  }
  .section-searchbyarea-intro .list-items .item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .section-searchbyarea-intro .list-items .link {
    width: 1.68rem;
    height: 0.65rem;
    border-width: 1px;
    padding-top: 0.03rem;
    background-size: 0.13rem auto;
  }
  .section-searchbyarea-intro .list-items .english {
    font-size: 0.15rem;
  }
  .section-searchbyarea-intro .list-items .japanese {
    font-size: 0.12rem;
  }

  .section-searchbyarea-content {
    padding-top: 0.28rem;
  }
  .section-searchbyarea-content:last-of-type {
    padding-bottom: 1rem;
  }
  .section-searchbyarea-content .list-items {
    margin-top: 0.16rem;
  }
  .section-searchbyarea-content .item {
    margin-right: 0.09rem;
    min-height: 2.25rem;
  }
  .section-searchbyarea-content .item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .section-searchbyarea-content .link {
    width: 1.68rem;
  }
  .section-searchbyarea-content .description {
    margin-top: 0.07rem;
    font-size: 0.12rem;
  }
  .section-searchbyarea-content .description .english {
    line-height: 1.1;
  }
  .section-searchbyarea-content .description .japanese {
    margin: 0.03rem 0 0.18rem;
    line-height: 1.2;
  }
}
.section-tag-content .list-stores .link {
  background: #fff url("../img/common/icn_arrow_white.png") 97.5% 50%/20px auto no-repeat;
  border: 1px solid #572600;
  transition: all 0.3s;
}
.section-tag-content .list-stores .detail {
  flex: 1;
  color: #572600;
  transition: all 0.3s;
}
.section-tag-content .list-stores .name {
  font-weight: 500;
}
.section-tag-content .list-stores .address {
  display: block;
}
.section-tag-content .list-stores .telephone {
  display: block;
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-tag-content {
    padding: 35px 0 100px;
  }
  .section-tag-content .list-stores {
    margin-top: 46px;
  }
  .section-tag-content .list-stores .img-box {
    width: 250px;
  }
  .section-tag-content .list-stores .link {
    display: flex;
    padding: 18px 28px;
    margin-bottom: 51px;
    align-items: center;
  }
  .section-tag-content .list-stores .detail {
    font-size: 16px;
    padding: 6px 52px 0;
  }
  .section-tag-content .list-stores .name {
    font-size: 20px;
  }
  .section-tag-content .list-stores .name span {
    margin-left: 43px;
  }
  .section-tag-content .list-stores .address {
    margin: 20px 0 10px;
    line-height: 1.3;
  }
  .section-tag-content .list-stores .telephone {
    margin-bottom: 10px;
  }
  .section-tag-content .list-stores .link:hover {
    border-color: #ed7623;
    background-image: url("../img/common/icn_arrow_white_hover.png");
    transition: all 0.3s;
  }
  .section-tag-content .list-stores .link:hover .detail {
    color: #ed7623;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .section-tag-content {
    padding: 0.06rem 0 0.5rem;
  }
  .section-tag-content .list-stores {
    margin-top: 0.17rem;
    padding-bottom: 0.1rem;
  }
  .section-tag-content .list-stores .link {
    display: block;
    width: 100%;
    padding: 0.17rem 0.15rem 0.05rem;
    margin-bottom: 0.2rem;
    background-size: 0.13rem auto;
    background-position: 96% center;
  }
  .section-tag-content .list-stores .detail {
    font-size: 0.12rem;
  }
  .section-tag-content .list-stores .name {
    font-size: 0.15rem;
  }
  .section-tag-content .list-stores .name span {
    display: block;
  }
  .section-tag-content .list-stores .address {
    margin-top: 0.13rem;
    line-height: 1.6;
  }
  .section-tag-content .list-stores .work-hours {
    display: block;
    margin-bottom: 0.11rem;
    line-height: 1.7;
  }
}
.section-makiminato-intro .table-detail {
  width: 100%;
}
.section-makiminato-intro .table-detail tr {
  border-bottom: 1px solid #ccc;
}
.section-makiminato-intro .table-detail th,
.section-makiminato-intro .table-detail td {
  color: #572600;
}
.section-makiminato-intro .list-items {
  display: flex;
}
.section-makiminato-intro .list-images {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-makiminato-intro {
    padding-top: 34px;
  }
  .section-makiminato-intro .title-section {
    font-size: 20px;
  }
  .section-makiminato-intro .content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px;
  }
  .section-makiminato-intro .img-box {
    width: 570px;
  }
  .section-makiminato-intro .detail {
    flex: 1;
    padding: 0 0 10px 50px;
  }
  .section-makiminato-intro .table-detail th,
  .section-makiminato-intro .table-detail td {
    font-size: 16px;
    padding: 12px 0;
  }
  .section-makiminato-intro .table-detail th {
    width: 180px;
    letter-spacing: 0.2em;
  }
  .section-makiminato-intro .table-detail td span {
    margin: 0 4px;
  }
  .section-makiminato-intro .list-items {
    padding: 10px 0;
  }
  .section-makiminato-intro .list-items .item {
    width: 50px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .section-makiminato-intro .telephone-link {
    display: inline-block;
    pointer-events: none;
  }
  .section-makiminato-intro .list-images {
    margin-top: 36px;
  }
  .section-makiminato-intro .list-images .item {
    width: 270px;
    margin: 0 30px 30px 0;
  }
  .section-makiminato-intro .list-images .item:nth-child(4n + 4) {
    margin-right: 0;
  }

  .section-makiminato-information {
    padding: 76px 0 100px;
  }
  .section-makiminato-information .title-section {
    font-size: 20px;
  }
  .section-makiminato-information .content {
    border: 5px solid #ccc;
    margin: 51px 0 79px;
    padding: 16px 25px 35px;
    text-align: justify;
  }
  .section-makiminato-information .text {
    font-size: 16px;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .section-makiminato-intro {
    padding-top: 0.08rem;
  }
  .section-makiminato-intro .content {
    margin-top: 0.16rem;
  }
  .section-makiminato-intro .wrapper .detail {
    padding: 0;/* 2021-06-02 */
  }
  .section-makiminato-intro .wrapper .detail .table-detail th {
    font-weight: bold;
  }
  .section-makiminato-intro .table-detail {
    margin-top: 0.1rem;
  }
  .section-makiminato-intro .table-detail th,
  .section-makiminato-intro .table-detail td {
    font-size: 0.12rem;
    /*padding: 0.16rem 0 0.17rem;*/
    padding: 0.08rem 0 0.08rem;
    display: block;
    width: 100%;
  }
  .section-makiminato-intro .table-detail th {
    /*width: 1rem;*/
    /*width: 5rem;*/
    display: block;
    width: 100%;
  }
  .section-makiminato-intro .table-detail td span {
    margin: 0 0.04rem;
  }
  .section-makiminato-intro .list-items {
    /*margin: -0.09rem 0 -0.1rem;*/
    margin: 0 0 0.09rem;
  }
  .section-makiminato-intro .list-items .item {
    /*width: 0.35rem;*/
    /*width: 0.50rem;*/
    width: 0.44rem;
    margin-right: 0.075rem;
    margin-top: 0.10rem;
  }
  .section-makiminato-intro .list-items .item:last-child {
    margin-right: 0;
  }
  .section-makiminato-intro .list-images {
    margin-top: 0.5rem;
    padding-bottom: 0.23rem;
  }
  .section-makiminato-intro .list-images .item {
    width: 1.68rem;
    margin: 0 0.09rem 0.09rem 0;
    font-size: 0.12rem;
  }
  .section-makiminato-intro .list-images .item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .section-makiminato-intro .google-maps {
    height: 3rem;
  }

  .section-makiminato-information {
    padding: 0.34rem 0 0.5rem;
  }
  .section-makiminato-information .content {
    margin: 0.2rem 0 0.3rem;
    padding: 0.11rem 0.18rem 0.15rem;
    border: 0.03rem solid #ccc;
    text-align: justify;
  }
  .section-makiminato-information .text {
    font-size: 0.12rem;
    line-height: 1.95;
  }
}



/* 下層ページ用 共通パーツ タイトルまわり
 * ----------------------------------------------- */
.block-2ndpage-banner .background {
  position: relative;
}
.block-2ndpage-banner .title-section {
  color: #fff;
  line-height: 1.5;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-2ndpage-banner .title-section span {
  color: #fff;
}
.section-2ndpage-content {
  padding: 36px 0;
}
.section-2ndpage-content .text {
    /*margin: 44px 0 40px;*/
    margin: 14px 0 10px;
    font-size: 18px;
    color: #572600;
    /*line-height: 2.3;*/
    line-height: 1.8;
}
.section-2ndpage-content .image img {
    margin: 44px 0 15px;
}
.section-2ndpage-content .list-notification .item {
    width: 100%;
    margin-bottom: 8px;
    font-size: 16px;
    color: #572600;
    line-height: 1.5;
}
.section-2ndpage-content .block-social .title {
    width: 214px;
    margin: 0 auto 20px;
}
.section-2ndpage-content .pdf-link a:hover {
    text-decoration: underline;
}

.item-link {
  margin-bottom: 21px;
}
.item-link .link {
  padding: 1px 0;
  font-size: 18px;
  position: relative;
}
.item-link .link:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #572500;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.item-link .link:hover:after {
  width: 100%;
  transition: all 0.3s;
}

@media print, (min-width: 768px) {
  .block-2ndpage-banner .title-section {
    font-size: 22px;
    top: 50%;
  }
  .block-2ndpage-banner .title-section span {
    font-size: 34px;
  }
  .section-2ndpage-content .title-section {
    font-size: 20px;
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .block-2ndpage-banner {
    display: flex;
    flex-direction: column-reverse;
  }
  .block-2ndpage-banner .title-section {
    font-size: 0.12rem;
    top: 49%;
  }
  .block-2ndpage-banner .title-section span {
    font-size: 0.18rem;
  }
  .section-2ndpage-content {
    padding: 0.28rem 0;
  }
}

/* 下層ページ用 共通パーツ
   PC 2カラム・SP 1カラムリスト
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .section-2ndpage-content {
    /*margin-top: 71px;*/
    padding: 74px 0 84px;
  }
  .section-2ndpage-content .list-items-2col {
    display: flex;
    width: 972px;
    margin: 63px auto 52px;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: space-evenly;
  }
  .section-2ndpage-content .item {
    width: 47.5%;
  }
  .section-2ndpage-content .detail {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .section-2ndpage-content .detail .english {
    font-size: 20px;
  }
  .section-2ndpage-content .detail .japanese {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-content {
    margin-top: 0.21rem;
    padding: 0.28rem 0 0.3rem;
  }
  .section-2ndpage-content .list-items {
    margin-bottom: 0.28rem;
  }
  .section-2ndpage-content .item {
    width: 100%;
    /*margin: 20px auto;*/
    margin: 0 auto;
  }
  .section-2ndpage-content .detail {
    /*margin-top: 0.06rem;*/
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 1.2em;
  }
  .section-2ndpage-content .detail .english {
    font-size: 0.12rem;
  }
  .section-2ndpage-content .detail .japanese {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}


/* 下層ページ用 共通パーツ
   PC 4カラム・SP 2カラムリスト
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .section-2ndpage-content {
    padding: 74px 0 84px;
  }
  .section-2ndpage-content .list-items-4col {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    padding-bottom: 52px;
    justify-content: space-between;
  }
  .section-2ndpage-content .list-items-4col .item {
    width: 258px;
    margin: 0 30px 30px 0;
  }
  .section-2ndpage-content .list-items-4col .item:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-content {
    margin-top: 0.21rem;
    padding: 0.28rem 0 0.3rem;
  }
  .section-2ndpage-content .list-items-4col {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    padding-bottom: 52px;
    justify-content: space-between;
    /*margin-bottom: 0.28rem;*/
  }
  .section-2ndpage-content .list-items-4col .item {
    width: 42%;
    margin: 0 10px 30px 0;
  }
  .section-2ndpage-content .list-items-4col .item:nth-child(2n+2) {
    margin-right: 0;
  }
}




/* YOUTUBE RESPONSIVE
 * ----------------------------------------------- */
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom: 60px;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


/* INFORMATION 新着情報
 * ----------------------------------------------- */
.section-news-content {
  padding-top: 29px;
}
#category_news .contents_inner {
    padding: 0px 0px 40px;
}
/******************************************
カテゴリ別記事一覧
*******************************************/
#category_news .contents_inner {
    padding: 0px 0px 40px;
}
#category_news .contents_inner .news_wrap ul {
    display: flex;
    flex-wrap: wrap;
}
#category_news .contents_inner .news_wrap{
    margin: 40px 0px;
}
#category_news .contents_inner .news_wrap ul li {
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    width: 30%;
  margin-bottom: 60px;
  margin:0px 1.65% 60px 1.65%;
}
#category_news .contents_inner .news_wrap ul li .image_wrap {
  max-height: 351px;
  overflow: hidden;
}
#category_news .contents_inner .news_wrap ul li .image_wrap img {
  width: 100%;
}
#category_news .contents_inner .news_wrap ul li .textcontents {
    padding:10px 20px 0;
}
#category_news .contents_inner .news_wrap ul li .txt-box02 {
    padding-bottom: 10px;
}
#category_news .contents_inner .news_wrap ul li .textcontents .flexbox .cate .post-categories li{
  width:auto!important;
  box-shadow: none;
  margin: 0px;
}
#category_news .contents_inner .news_wrap ul li .textcontents .flexbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
#category_news .contents_inner .news_wrap ul li .textcontents .btn{
    text-align: center;
    /*border-top: 1px solid #63b0c6;*/
    /*margin-top: 10px;*/
    /*padding-top: 10px;*/
    /*color: #63b0c6;*/
    transition-duration: 0.3s;
}
#category_news .contents_inner .news_wrap ul li .textcontents .btn:hover{
    color: #e39292;
}
#category_news .contents_inner .bottom_btn .flexbox {
    display: flex;
    justify-content: center;
}
#category_news .contents_inner .bottom_btn{
    margin: 60px 0px;
}
#category_news .contents_inner .news_wrap ul li .title {
    padding: 0 20px 0;
    height: 3em;
}
#category_news .contents_inner .news_wrap ul li .textcontents .flexbox .new_icon {
  text-align: center;
}
#category_news .contents_inner .news_wrap ul li .textcontents .flexbox .new_icon .new7 {
  padding: 2px 12px;
  color: #fff;
  background-color: #3399cc;
}
#category_news .contents_inner .news_wrap ul li .textcontents .flexbox .cate ul.post-categories li a {
  padding: 2px 12px;
  color: #fff;
  background-color: #ff6600;
}

#category_news .contents_inner .news_wrap .pagenavi {
  text-align: center;
  margin: 80px 0;
}
#category_news .contents_inner .news_wrap .pagenavi .wp-pagenavi span.current {
  font-size: 16px;
  padding: 4px 8px;
  background: #572600;
  color: #fff;
}
#category_news .contents_inner .news_wrap .pagenavi .wp-pagenavi span.pages {
  font-size: 16px;
  padding: 4px 8px;
  display: block;
  border: none;
}
#category_news .contents_inner .news_wrap .pagenavi .wp-pagenavi a {
  font-size: 16px;
  padding: 4px 8px;
}
#category_news .contents_inner .news_wrap .pagenavi .wp-pagenavi a:hover {
  color: #ff6600;
}


@media only screen and (max-width: 767px) {
  /****** 新着記事一覧  ******/
  #category_news .contents_inner .news_wrap ul li {
      width: 100%;
      margin: 0px auto 30px auto;
      margin: 0.19rem 0 0.06rem;
      font-size: 0.12rem;
      text-align: justify;
  }
  #category_news .bottom_btn a.btn01 {
      font-size: 0.12rem;
      text-align: justify;
  }
}


/******************************************
記事詳細ページ
*******************************************/
.section-post-content {
  padding-top: 29px;
}

.section-post-content .wrapper h1.title-section {
  /*margin-top: 2em;*/
  margin-top: 0.5em;
  /*margin-bottom: 2em;*/
  margin-bottom: 1em;
}

#single_news .contents_inner {
    padding: 0 0 40px;
}
#single_news .list-notification {
    margin-top: 50px;
    padding-bottom: 9px;
}
#single_news .list-notification .item {
    margin-bottom: 8px;
    font-size: 16px;
    color: #572600;
    line-height: 1.5;
}
#single_news .list-notification .item::before {
    content: "※";
}

#single_news .block-social .title {
    width: 214px;
    margin: 80px auto 20px;
}

#single_news .contents_inner .flexbox {
    display: flex;
}
#single_news .contents_inner .cate {
    margin-right: 15px;
}

#single_news .contents_inner .cate{
  margin-right: 15px;
}
#single_news .contents_inner .cate ul li a {
  padding: 2px 12px;
  color: #fff;
  background-color: #ff6600;
}

/*#single_news section #single_wrap .contents_inner .contentswrap .contents .the_content p.text {*/
#single_news .the_content p.text {
  margin: 44px 0 40px;
  font-size: 18px;
  color: #572600;
  /*line-height: 2.3;*/
  line-height: 1.8;
}


/*
#single_news #home_contbox06 {
    background: #f5fcff;
    padding-top: 50px;
}
#single_news #home_contbox08{
    padding-top: 50px;
}
#single_news .contents_inner .image {
    padding: 20px 20px 0px;
    text-align: center;
}
#single_news #single_wrap .contentswrap .image img{
    height: auto;
    object-fit: contain;
}
#single_news .contents_inner .contents{
    padding: 20px;
}
*/


#single_news #single_wrap .bottom_btn .flexbox {
    display: flex;
    justify-content: center;
}
#single_news #single_wrap .bottom_btn .flexbox  .left_btn{
    margin-right: 60px;
}
#single_news #single_wrap .bottom_btn .flexbox  .ichiran_btn{
    margin-right: 60px;
}
#single_news #single_wrap .bottom_btn {
    margin: 0px 0px 60px;
}

.left_btn a{
  display: inline-block;
  padding: 0.8em 3em;
  font-size: 18px;
  text-decoration: none;
  color: #572600;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: .4s;
  background:#fff; 
}
.left_btn a:hover {
  background: #fff;
  color: #ff6600;
}
.right_btn a{
  display: inline-block;
  padding: 0.8em 3em;
  font-size: 18px;
  text-decoration: none;
  color: #572600;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: .4s;
  background:#fff;
}
.right_btn a:hover {
  background: #fff;
  color: #ff6600;
}
#single_news .ichiran_btn a{
  display: inline-block;
  padding: 0.8em 3em;
  font-size: 18px;
  text-decoration: none;
  color: #572600;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: .4s;
  background:#fff; 
}
#single_news .ichiran_btn a:hover {
  background: #fff;
  color: #ff6600;
}

@media only screen and (max-width: 767px) {
  .block-shopsearch-banner .breadcrumbs .wrapper .list-breadcrumbs {
    display: block;
  }
  .block-shopsearch-banner .breadcrumbs .wrapper .list-breadcrumbs .item {
    display: inline-block;
  }
  .section-post-content .wrapper .title-section {
    font-size: 0.18rem;
  }
  #single_news .contents_inner .cate ul li a {
    font-size: 0.12rem;
  }
  #single_news .contents_inner .contentswrap .flexbox .day {
    display: contents;
    font-size: 0.12rem;
  }
  #single_news .the_content p.text {
    margin: 0.19rem 0 0.06rem;
    font-size: 0.12rem;
    text-align: justify;
    color: #572600;
    line-height: 2.3;
  }
  #single_news .list-notification .item {
    margin-bottom: 8px;
    font-size: 0.12rem;
    color: #572600;
    line-height: 1.5;
  }
  #single_news #single_wrap .bottom_btn .flexbox {
    display: block;
  }
  #single_news #single_wrap .bottom_btn .flexbox .left_btn {
    margin-right: 0;
  }
  #single_news #single_wrap .bottom_btn .flexbox .ichiran_btn {
    margin-right: 0;
  }
  #single_news #single_wrap .bottom_btn .flexbox .right_btn a {
    width: 100%;
    text-align: center;
  }
  #single_news #single_wrap .bottom_btn .flexbox .left_btn a {
    width: 100%;
    text-align: center;
    border-bottom: none;
  }
  #single_news #single_wrap .bottom_btn .flexbox .ichiran_btn a {
    width: 100%;
    text-align: center;
    border-bottom: none;
  }
}


/* 今月のおすすめメニュー
 * ----------------------------------------------- */
.cp-menu-box {
  text-align: center;
}
.cp-menu-box img {
  margin-bottom: 40px;
}


/* COMPANY 会社案内
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .section-2ndpage-content .tit-company {
    border-left: 4px solid #ed7623;
    padding-left: 12px;
    line-height: 1.15;
  }
  .section-2ndpage-content .tit-company span {
    margin-right: 50px;
  }
  .section-2ndpage-content .table-detail {
      width: 100%;
      margin-top: 50px;
      padding-bottom: 50px;
  }
  .section-2ndpage-content .table-detail tr {
    border-bottom: 1px solid #ccc;
  }
  .section-2ndpage-content .table-detail th {
      width: 180px;
      letter-spacing: 0.2em;
      font-size: 16px;
      padding: 20px 0;
      color: #572600;
      vertical-align: top;
  }
  .section-2ndpage-content .table-detail td {
      font-size: 16px;
      padding: 20px 0;
      color: #572600;
  }
  .section-2ndpage-content .table-detail td span {
    margin: 0 4px;
  }
  .section-2ndpage-content .company-msg .item img {
    margin-bottom: 30px;
  }
  #company-history .table-detail th {
      width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .section-2ndpage-content .tit-company {
    border-left: 4px solid #ed7623;
    padding-left: 12px;
    line-height: 1.15;
    margin-top: 2em;
  }
  .section-2ndpage-content .tit-company span {
    margin-right: 26px;
  }
  .section-2ndpage-content .table-detail {
      width: 100%;
      margin-top: 20px;
      padding-bottom: 50px;
  }
  .section-2ndpage-content .table-detail tr {
    border-bottom: 1px solid #ccc;
  }
  .section-2ndpage-content .table-detail th {
    width: 100%;
    letter-spacing: 0.2em;
    font-size: 16px;
    padding: 12px 0;
    color: #572600;
    display: block;
    font-weight: bold;
  }
  .section-2ndpage-content .table-detail td {
      font-size: 16px;
      padding: 12px 0;
      color: #572600;
      display: block;
      width: 100%;
  }
  .section-2ndpage-content .table-detail td span {
    margin: 0 4px;
  }
}

/* スマホとPC非表示切り替えのオリジナルclass */
/* Responsive Properties */
/* 767px以下: デフォルト */
.hidden-phone {display: none;}
.hidden-pc {display: inline-block;}
/* 768px以上 */
@media (min-width: 768px) {
  .hidden-phone {display: inline-block;}
  .hidden-pc {display: none;}
}
/* 992px以上 */
@media (min-width: 992px) {
  .hidden-phone {display: inline-block;}
  .hidden-pc {display: none;}
}
/* 1200px以上 */
@media (min-width: 1200px) {
  .hidden-phone {display: inline-block;}
  .hidden-pc {display: none;}
}

/* 767px以下: デフォルト */
.hidden-sp {display: none;}
.hidden-pc {display: inline-block;}
/* 768px以上 */
@media (min-width: 768px) {
  .hidden-sp {display: inline-block;}
  .hidden-pc {display: none;}
}
/* 992px以上 */
@media (min-width: 992px) {
  .hidden-sp {display: inline-block;}
  .hidden-pc {display: none;}
}
/* 1200px以上 */
@media (min-width: 1200px) {
  .hidden-sp {display: inline-block;}
  .hidden-pc {display: none;}
}
/* CONTACT お問い合わせ
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  div#contact_msg_box {
    margin: 0 auto 2em;
    width: 80%;
    border: 2px solid #582600;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 2em;
  }
  div#contact_msg_box p.contact_msg_tit {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #582600;
    padding-bottom: 5px;
  }
  #contact-box .form_content .contact_table01 {
      width: 90%;
      margin: 0 auto;
  }
  #contact-box .form_content .contact_table01 th {
  padding: 25px 20px 25px 20px;
      border: none;
      border-bottom: dashed 1px #cccccc;
      text-align: left;
      width: 32%!important;
      background: #fff;
      vertical-align: middle;
  }
  #contact-box .form_content .contact_table01 tr:first-child th {
      border-top: none!important;
  }
  #contact-box .form_content .contact_table01 td {
  padding: 25px 20px 25px 20px;
      border: none;
      border-bottom: dotted 1px #cccccc;
      text-align: left;
      width: 68%!important;
  }
  #contact-box .form_content .contact_table01 .text1 {
      font-size: 14px;
      padding: 8px;
      width: 100%;
  }
  #contact-box .form_content .contact_table01 .text3 {
      font-size: 14px;
      padding: 8px;
      width: 100%;
      border: 1px solid #ddd;
  }
  #contact-box .form_content .pre_submit {
      position: relative;
      display: inline-block;
      width: 280px;
      text-decoration: none;
      color: #353535;
      background: none;
      border: solid #353535 1px;
      transition: .4s;
      text-align: center;
      padding: 15px 0px 15px;
      font-size: 0.9rem;
  }
  #contact-box .form_content .pre_submit:hover {
      color: #ffffff;
      background: #353535;
  }
  #contact-box .form_content .pre_submitwrap {
      text-align: center;
      margin: 30px 0px;
  }
  #contact-box .form_content input[type="submit"]{
  -webkit-appearance: none;
  }

  #contact-box .form_content input,
  #contact-box .form_content label,
  #contact-box .form_content select,
  #contact-box .form_content button,
  #contact-box .form_content textarea {
      margin: 5px 0;
      border: 1px solid #ccc;
      padding: 8px;
      display: inline-block;
      vertical-align: middle;
      white-space: normal;
      background: none;
      font: inherit;
          line-height: inherit;
      line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  div#contact_msg_box {
    width: 100%;
    border: 2px solid #582600;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 2em;
  }
  div#contact_msg_box p.contact_msg_tit {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #582600;
    padding-bottom: 5px;
  }
  #contact-box .form_content .contact_table01 {
      width: 90%;
      margin: 0 auto;
      box-sizing:border-box;
      -moz-box-sizing:border-box; /* Firefox */
      -webkit-box-sizing:border-box; /* Chrome, Safari */
  }
  #contact-box .form_content .contact_table01 th {
      display: block;
      width: 100%;
      padding: 25px 20px 25px 20px;
      border: none;
      /*border-bottom: dashed 1px #cccccc;*/
      border-bottom: none;
      text-align: left;
      /*width: 32%!important;*/
      background: #fff;
      vertical-align: middle;
      font-weight: bold;
  }
  #contact-box .form_content .contact_table01 tr {
    max-width: 100%;
  }
  #contact-box .form_content .contact_table01 tr:first-child th {
      border-top: none!important;
  }
  #contact-box .form_content .contact_table01 td {
      display: block;
      width: 100%;
      padding: 25px 20px 25px 20px;
      border: none;
      border-bottom: dotted 1px #cccccc;
      text-align: left;
      /*width: 68%!important;*/
  }
  #contact-box .form_content .contact_table01 .text1 {
      font-size: 14px;
      padding: 8px;
      width: 100%;
  }
  #contact-box .form_content .contact_table01 .text3 {
      font-size: 14px;
      padding: 8px;
      width: 100%;
      border: 1px solid #ddd;
  }
  #contact-box .form_content .pre_submit {
      position: relative;
      display: inline-block;
      width: 280px;
      text-decoration: none;
      color: #353535;
      background: none;
      border: solid #353535 1px;
      transition: .4s;
      text-align: center;
      padding: 15px 0px 15px;
      font-size: 0.2rem;
  }
  #contact-box .form_content .pre_submit:hover {
      color: #ffffff;
      background: #353535;
  }
  #contact-box .form_content .pre_submitwrap {
      text-align: center;
      margin: 30px 0px;
  }
  #contact-box .form_content input[type="submit"]{
  -webkit-appearance: none;
  }

  #contact-box .form_content input,
  #contact-box .form_content label,
  #contact-box .form_content select,
  #contact-box .form_content button,
  #contact-box .form_content textarea {
      margin: 5px 0;
      border: 1px solid #ccc;
      padding: 8px;
      /*display: inline-block;*/
      display: block;
      vertical-align: middle;
      white-space: normal;
      background: none;
      font: inherit;
      line-height: inherit;
      line-height: 1.5;
      max-width: 100%;
  }
  div#contact-box form div.form_content table.contact_table01 tbody tr td input.tbl-text,
  #contact-box .form_content .tbl-select,
  #contact-box .form_content .tbl-textarea,
  #contact-box .form_content .tbl-text {
    width: 100%;
  }
}


/*-----------------------------------------------------
common properties
-----------------------------------------------------*/
.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}
.mt-10 {margin-top:-10px !important;}
.mt-20 {margin-top:-20px !important;}
.mt-30 {margin-top:-30px !important;}
.mt-40 {margin-top:-40px !important;}
.mt-50 {margin-top:-50px !important;}
.mb-10 {margin-bottom:-10px !important;}
.mb-20 {margin-bottom:-20px !important;}
.mb-30 {margin-bottom:-30px !important;}
.mb-40 {margin-bottom:-40px !important;}
.mb-50 {margin-bottom:-50px !important;}
.pt0 {padding-top:0 !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pt60 {padding-top:60px !important;}
.pt70 {padding-top:70px !important;}
.pt80 {padding-top:80px !important;}
.pt90 {padding-top:90px !important;}
.pt100 {padding-top:100px !important;}
.pb0 {padding-bottom:0 !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}
.pb60 {padding-bottom:60px !important;}
.pb70 {padding-bottom:70px !important;}
.pb80 {padding-bottom:80px !important;}
.pb90 {padding-bottom:90px !important;}
.pb100 {padding-bottom:100px !important;}
.pl0 {padding-left:0 !important;}
.pl5 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pb25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}
.pl40 {padding-left:40px !important;}
.pl50 {padding-left:50px !important;}
.pr0 {padding-right:0 !important;}
.pr5 {padding-right:5px !important;}
.pr10 {padding-right:10px !important;}
.pr15 {padding-right:15px !important;}
.pr20 {padding-right:20px !important;}
.pr25 {padding-right:25px !important;}
.pr30 {padding-right:30px !important;}
.pr40 {padding-right:40px !important;}
.pr50 {padding-right:50px !important;}

.mt1em {margin-top:1em !important;}
.mt2em {margin-top:2em !important;}
.mt3em {margin-top:3em !important;}
.mt4em {margin-top:4em !important;}
.mt5em {margin-top:5em !important;}
.mb1em {margin-bottom:1em !important;}
.mb2em {margin-bottom:2em !important;}
.mb3em {margin-bottom:3em !important;}
.mb4em {margin-bottom:4em !important;}
.mb5em {margin-bottom:5em !important;}
.ml1em {margin-left:1em !important;}
.ml2em {margin-left:2em !important;}
.ml3em {margin-left:3em !important;}
.mr1em {margin-right:1em !important;}
.mr2em {margin-right:2em !important;}
.mr3em {margin-right:3em !important;}

.txt10 { font-size:10px !important; }
.txt11 { font-size:11px !important; }
.txt12 { font-size:12px !important; }
.txt13 { font-size:13px !important; }
.txt14 { font-size:14px !important; }
.txt15 { font-size:15px !important; }
.txt16 { font-size:16px !important; }
.txt17 { font-size:17px !important; }
.txt18 { font-size:18px !important; }
.txt19 { font-size:19px !important; }
.txt20 { font-size:20px !important; }
.txt21 { font-size:21px !important; }
.txt22 { font-size:22px !important; }
.txt23 { font-size:23px !important; }
.txt24 { font-size:24px !important; }
.txt25 { font-size:25px !important; }
.txt26 { font-size:26px !important; }
.txt27 { font-size:27px !important; }
.txt28 { font-size:28px !important; }
.txt29 { font-size:29px !important; }
.txt30 { font-size:30px !important; }
.txt31 { font-size:31px !important; }
.txt32 { font-size:32px !important; }
.txt33 { font-size:33px !important; }
.txt34 { font-size:34px !important; }
.txt35 { font-size:35px !important; }
.txt36 { font-size:36px !important; }
.txt37 { font-size:37px !important; }
.txt38 { font-size:38px !important; }
.txt39 { font-size:39px !important; }
.txt40 { font-size:40px !important; }
.txt41 { font-size:41px !important; }
.txt42 { font-size:42px !important; }
.txt43 { font-size:43px !important; }
.txt44 { font-size:44px !important; }
.txt45 { font-size:45px !important; }
.txt46 { font-size:46px !important; }
.txt47 { font-size:47px !important; }
.txt48 { font-size:48px !important; }
.txt49 { font-size:49px !important; }
.txt50 { font-size:50px !important; }

.txtC {text-align: center !important;}
.txtR {text-align: right !important;}
.txtL {text-align: left !important;}

.txtBold,.txtB { font-weight: bold !important; }
.txtNormal .txtN { font-weight: normal !important; }
.txtRed { color: red !important;}
.txtBlue { color: blue !important;}
.txtOrange { color: #ed7623 !important;}
.indent{ padding-left: 1em; text-indent: -1em; }
.underlineRed {text-decoration: underline red;}
.underlineRed02 {text-decoration: none; border-bottom: solid 2px red;}
/* Images */
.imgL { display: inline; float: left; margin-right: 10px !important; }
.imgR { display: inline; float: right; margin-left: 10px !important; }
.imgC { clear: both; display: block; margin-left: auto; margin-right: auto !important; }
/* 1文字インデント */
ul.comments_list { margin:0;padding:0; }
ul.comments_list li { list-style: none; padding-left: 1em; text-indent: -1em; font-size: 12px; }

/* レストラングループ ケニーズ新都心
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  section.section-2ndpage-content .wrapper .image img.w100 {
    width: 100%;
    margin: 0 !important;
  }
  section.section-2ndpage-content .wrapper .bg-blue {
    background-color: #181833;
    padding: 50px;
  }
  section.section-2ndpage-content .wrapper .bg-blue p {
    color: #fff;
    text-align: center;
    line-height: 1.8;
  }
  section.section-2ndpage-content .wrapper .bg-blue p.sec01-text01 {
    margin-top: 0;
    font-size: 28px;
  }
  section.section-2ndpage-content .wrapper .bg-blue p.sec01-text02 {
    font-size: 28px;
  }
  section.section-2ndpage-content .sec01 .bg-blue p.sec01-text06 {
    margin-top: 0;
  }
  section.section-2ndpage-content div.wrapper div.wrapper p.text {
    line-height: 1.8;
  }
  section.section-2ndpage-content .sec02 .contents-list ul li.item-link {
    margin-bottom: 0;
  }
  section.section-2ndpage-content .sec02 .sec03 .content .sec04 h2#dinner {
    font-size: 34px;
    color: #ed7623;
  }
  section.section-2ndpage-content .content .detail ul li.text.ft-noto {
    margin: 5px 0;
    line-height: 1.8;
  }
  section.section-2ndpage-content .sec02 .contents-list ul li.item-link a.link {
    margin-top: 0;
    margin-bottom: 0;
  }
  section.section-2ndpage-content .content .table-price table.table-detail {
      width: 74%;
      margin: 50px auto 50px;
  }
  section.section-2ndpage-content .content .table-price table.table-detail tbody tr th {
      width: 70%;
      letter-spacing: 0.2em;
      font-size: 16px;
      padding: 20px 0;
      color: #572600;
      vertical-align: top;
  }
  section.section-2ndpage-content .content .table-price table.table-detail tbody tr td {
      font-size: 16px;
      padding: 20px 0;
      color: #572600;
      text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  section.section-2ndpage-content .wrapper .image img.w100 {
    width: 100%;
    margin: 0 !important;
  }
  section.section-2ndpage-content .wrapper .bg-blue {
    background-color: #181833;
    padding: 10px;
  }
  section.section-2ndpage-content .wrapper .bg-blue p {
    color: #fff;
    text-align: center;
    line-height: 1.8;
  }
  section.section-2ndpage-content .wrapper .bg-blue p.sec01-text01 {
    margin-top: 0;
    font-size: 28px;
  }
  section.section-2ndpage-content .wrapper .bg-blue p.sec01-text02 {
    /*font-size: 28px;*/
    font-size: 16px;
    margin: 16px 0 16px;
  }
  section.section-2ndpage-content .wrapper .bg-blue p.sec01-text03,
  section.section-2ndpage-content .wrapper .bg-blue p.sec01-text04,
  section.section-2ndpage-content .wrapper .bg-blue p.sec01-text05 {
    font-size: 16px;
    margin: 16px 0 16px;
    letter-spacing: -0.1em;
  }
  section.section-2ndpage-content .sec02 .contents-list ul li.item-link {
    margin-bottom: 0;
  }
  section.section-2ndpage-content .wrapper .bg-blue p.sec01-text06 {
    margin: 0 0 40px;
    letter-spacing: -0.1em;
    font-size: 16px;
  }
  section.section-2ndpage-content div.wrapper div.wrapper p.text {
    line-height: 1.6;
  }
  section.section-2ndpage-content .sec02 .sec03 .content .sec04 h2#dinner {
    font-size: 34px;
    color: #ed7623;
  }
  section.section-2ndpage-content .content .detail ul li.text.ft-noto {
    margin: 5px 0;
    line-height: 1.6;
  }
  section.section-2ndpage-content .sec02 .contents-list ul li.item-link a.link {
    margin-top: 0;
    margin-bottom: 0;
  }
  section.section-2ndpage-content .content .table-price table.table-detail {
      width: 100%;
      margin: 50px auto 50px;
  }
  section.section-2ndpage-content .content .table-price table.table-detail tbody tr th {
      width: 100%;
      letter-spacing: 0.2em;
      font-size: 16px;
      padding: 20px 0;
      color: #572600;
      vertical-align: top;
  }
  section.section-2ndpage-content .content .table-price table.table-detail tbody tr td {
      font-size: 16px;
      padding: 20px 0;
      color: #572600;
      text-align: right;
  }
}

/* レストラングループ リド
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  section.section-2ndpage-content .wrapper .bg-black {
    background-color: #000;
    padding: 50px;
  }
  section.section-2ndpage-content .wrapper .bg-black p {
    color: #fff;
    text-align: center;
    line-height: 1.8;
  }
  section.section-2ndpage-content .wrapper .bg-black p.sec01-text01 {
    margin-top: 0;
    font-size: 28px;
  }
  section.section-2ndpage-content .wrapper .bg-black p.sec01-text02 {
    font-size: 28px;
  }
  section.section-2ndpage-content .sec01 .bg-black p.sec01-text06 {
    margin-top: 0;
  }
  section.section-2ndpage-content .sec04 h2#dinner {
    font-size: 34px;
    color: #ed7623;
  }
  section.section-2ndpage-content .table-price table.table-detail {
      width: 98%;
      margin: 50px auto 50px;
  }
  section.section-2ndpage-content .table-price table.table-detail tbody tr th {
      width: 60%;
      letter-spacing: 0.2em;
      font-size: 16px;
      padding: 20px 0;
      color: #572600;
      vertical-align: top;
  }
  section.section-2ndpage-content .table-price table.table-detail tbody tr td {
      font-size: 16px;
      padding: 20px 0;
      color: #572600;
      text-align: right;
  }
  section.section-2ndpage-content .sec04 .table-price p.sec04-img01 {
    position: relative;
  }
  section.section-2ndpage-content .sec04 .table-price p.sec04-img01 img {
    width: 200px;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 80px;
  }
  section.section-2ndpage-content .sec04 .table-price p.sec04-img01 span {
    font-size: 16px;
  }
  .sec05 .list-items {
    display: flex;
    /*width: 972px;*/
    width: 100%;
    margin: 63px auto 52px;
    flex-wrap: wrap;
    justify-content: space-between;
    /*justify-content: space-evenly;*/
  }
  .sec05 .item {
    /*width: 270px;*/
    width: 370px;
  }
  .sec05 .detail {
    margin-top: 25px;
  }
  .sec05 .detail .menu-name {
    display: block;
    font-size: 20px;
  }
  .sec05 .detail .menu-price {
    display: block;
    font-size: 18px;
  }
  section.section-2ndpage-content .sec05 p.sec05-img01 {
    position: relative;
  }
  section.section-2ndpage-content .sec05 p.sec05-img01 img {
    width: 200px;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 80px;
  }
  section.section-2ndpage-content .sec05 p.sec05-img01 span {
    font-size: 16px;
  }
  section.section-2ndpage-content .sec-important {
    width: 80%;
    margin-top: 50px;
  }
  section.section-2ndpage-content .sec-important p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 1em;
  }
  section.section-2ndpage-content .sec-important p.msg-tit {
    color: #f00;
    margin-bottom: .5em;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  section.section-2ndpage-content .wrapper .bg-black {
    background-color: #000;
    padding: 10px;
  }
  section.section-2ndpage-content .wrapper .bg-black p {
    color: #fff;
    text-align: center;
    line-height: 1.8;
  }
  section.section-2ndpage-content .wrapper .bg-black p.sec01-text01 {
    margin-top: 0;
    font-size: 28px;
  }
  section.section-2ndpage-content .wrapper .bg-black p.sec01-text02 {
    /*font-size: 28px;*/
    font-size: 16px;
    margin: 16px 0 16px;
  }
  section.section-2ndpage-content .wrapper .bg-black p.sec01-text03,
  section.section-2ndpage-content .wrapper .bg-black p.sec01-text04,
  section.section-2ndpage-content .wrapper .bg-black p.sec01-text05 {
    font-size: 16px;
    margin: 16px 0 16px;
    letter-spacing: -0.1em;
  }
  section.section-2ndpage-content .sec02 .contents-list ul li.item-link {
    margin-bottom: 0;
  }
  section.section-2ndpage-content .wrapper .bg-black p.sec01-text06 {
    margin: 0 0 40px;
    letter-spacing: -0.1em;
    font-size: 16px;
  }
  section.section-2ndpage-content .sec04 h2#dinner {
    font-size: 34px;
    color: #ed7623;
  }
  section.section-2ndpage-content .sec04 .table-price p.sec04-img01 span {
    display: block;
    font-size: 16px;
  }
  section.section-2ndpage-content .table-price table.table-detail {
      width: 100%;
      margin: 50px auto 50px;
  }
  section.section-2ndpage-content .table-price table.table-detail tbody tr th {
      width: 100%;
      letter-spacing: 0.2em;
      font-size: 16px;
      padding: 20px 0;
      color: #572600;
      vertical-align: top;
  }
  section.section-2ndpage-content .table-price table.table-detail tbody tr td {
      font-size: 16px;
      padding: 20px 0;
      color: #572600;
      text-align: right;
  }
  section.section-2ndpage-content .sec05 .list-items .item .detail {
    margin-top: 25px;
  }
  section.section-2ndpage-content .sec05 .list-items .item .detail .menu-name {
    display: block;
    font-size: 18px;
  }
  section.section-2ndpage-content .sec05 .list-items .item .detail .menu-price {
    display: block;
    font-size: 16px;
  }
  section.section-2ndpage-content .sec05 .sec05-img01 span {
    display: block;
    font-size: 16px;
  }
  section.section-2ndpage-content div.google-maps a.link-google-maps.sm {
    display: block;
    font-size: 16px;
  }
  section.section-2ndpage-content .sec-important {
    width: 100%;
    margin-top: 50px;
  }
  section.section-2ndpage-content .sec-important p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1em;
  }
  section.section-2ndpage-content .sec-important p.msg-tit {
    margin-bottom: .5em;
    color: #f00;
    font-weight: bold;
  }
}

/* ケニーズ プラザハウス店
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  /* PC用のプロパティ */
  section.section-2ndpage-content .wrapper .bg-red {
    background-color: #B00000;
    padding: 50px;
  }
  section.section-2ndpage-content .wrapper .bg-red p {
    color: #fff;
    text-align: center;
    line-height: 1.8;
  }
  section.section-2ndpage-content .wrapper .bg-red p.sec01-text01 {
    margin-top: 0;
    font-size: 28px;
  }
  section.section-2ndpage-content .wrapper .bg-red p.sec01-text02 {
    font-size: 28px;
  }
  section.section-2ndpage-content .sec01 .bg-red p.sec01-text06 {
    margin-top: 0;
  }
  section.section-2ndpage-content div.sec04-txt p.sec04-text02 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 20px;
  }
  section.section-2ndpage-content div.sec04-txt p.sec04-text03 {
    margin: 20px 0 20px;
  }
  section.section-2ndpage-content div.sec04-txt p.sec04-text04 span {
    font-size: 28px;
  }
  .sec04 .list-items {
    display: flex;
    /*width: 972px;*/
    width: 100%;
    margin: 63px auto 52px;
    flex-wrap: wrap;
    justify-content: space-between;
    /*justify-content: space-evenly;*/
  }
  .sec04 .item {
    /*width: 270px;*/
    width: 370px;
    margin-bottom: 2em;
  }
  .sec04 .detail {
    margin-top: 25px;
  }
  .sec04 .detail .menu-name {
    display: block;
    font-size: 20px;
  }
  .sec04 .detail .menu-price {
    display: block;
    font-size: 18px;
  }
  .sec04 .sec04-text02 {
    font-weight: bold;
  }
  .sec05 {
    margin-bottom: 100px;
  }
  .sec06 {
    margin-bottom: 100px;
  }
  section.section-2ndpage-content .sec06 h2#doeuvre {
    font-size: 34px;
    color: #ed7623;
    margin: 44px 0 10px;
    line-height: 2.3;
  }

}
@media only screen and (max-width: 767px) {
  /* スマホ用のプロパティ */
  section.section-2ndpage-content .wrapper .bg-red {
    background-color: #B00000;
    padding: 10px;
  }
  section.section-2ndpage-content .wrapper .bg-red p {
    color: #fff;
    text-align: center;
    line-height: 1.8;
  }
  section.section-2ndpage-content .wrapper .bg-red p.sec01-text01 {
    margin-top: 0;
    font-size: 28px;
  }
  section.section-2ndpage-content .wrapper .bg-red p.sec01-text02 {
    /*font-size: 28px;*/
    font-size: 16px;
    margin: 16px 0 16px;
  }
  section.section-2ndpage-content .wrapper .bg-red p.sec01-text03,
  section.section-2ndpage-content .wrapper .bg-red p.sec01-text04,
  section.section-2ndpage-content .wrapper .bg-red p.sec01-text05 {
    font-size: 16px;
    margin: 16px 0 16px;
    letter-spacing: -0.1em;
  }
  section.section-2ndpage-content .sec04 .contents-list ul li.item-link {
    margin-bottom: 0;
  }
  section.section-2ndpage-content .wrapper .bg-red p.sec01-text06 {
    margin: 0 0 40px;
    letter-spacing: -0.1em;
    font-size: 16px;
  }
  section.section-2ndpage-content .sec04 .list-items .item .detail {
    margin-top: 25px;
  }
  section.section-2ndpage-content .sec04 .list-items .item .detail .menu-name {
    display: block;
    font-size: 18px;
  }
  section.section-2ndpage-content .sec04 .list-items .item .detail .menu-price {
    display: block;
    font-size: 16px;
  }
  section.section-2ndpage-content div.sec04-txt p.sec04-text04 span {
    font-size: 28px;
  }
  section.section-2ndpage-content div.sec04 ul.list-items li.item {
    margin-bottom: 50px;
  }
  section.section-2ndpage-content div.sec04 p.sec04-text01 {
    text-align: left !important;
  }
}

/* コロナ対策 TOPページへのメッセージ
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  /* PC用のプロパティ */
  .section-top-news .top-msg {
    position: relative;
    display: block;
  }
  .section-top-news .top-msg p {
    font-size: 14px;
    color: #572600;
    margin-top: 1em;
  }
  .section-top-news .top-msg p span {
    font-size: 14px;
    color: #572600;
  }
  .section-top-news .top-msg p span.top-msg-tit {
    color: #f00;
    font-size: 16px;
  }
  .section-top-news .top-msg p.top-msg-pdf {
    margin-top: 0;
    font-size: 16px;
    color: #f00;
  }
  .section-top-news .top-msg p.top-msg-pdf a {
    font-size: 16px;
    color: #f00;
  }
}
@media only screen and (max-width: 767px) {
  /* スマホ用のプロパティ */
  .section-top-news .top-msg {
    position: relative;
    display: block;
  }
  .section-top-news .top-msg p {
    font-size: 0.11rem;
    color: #572600;
    margin-top: 1em;
  }
  .section-top-news .top-msg p span {
    color: #572600;
  }
  .section-top-news .top-msg p span.top-msg-tit {
    color: #f00;
    font-size: 0.15rem;
  }
  .section-top-news .top-msg p.top-msg-pdf {
    margin-top: 0;
    font-size: 0.15rem;
    color: #f00;
  }
  .section-top-news .top-msg p.top-msg-pdf a {
    font-size: 0.15rem;
    color: #f00;
  }
}

/* 文字が重なるメニュー写真、位置調整（PCページのみ）
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  /* PC用のプロパティ */
  div.block-intro div.img-box.hpess > img:nth-child(1) {
    margin-left: 70px;
  }
  div.block-intro div.img-box.frenchtoastset > img:nth-child(1) {
    margin-left: 50px;
  }
  div.block-intro div.img-box.muffincoffeeset > img:nth-child(1) {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* スマホ用のプロパティ */
}

/* メニューページに、朝と夜メニューがある店舗追加
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  /* PC用のプロパティ */
  section.section-shopsearch-purpose div.wrapper div.shopselect {
    width: 100%;
    margin: 0 auto;
  }
  section.section-shopsearch-purpose div.wrapper div.shopselect ul.list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 44px auto;
  }
}
@media only screen and (max-width: 767px) {
  /* スマホ用のプロパティ */
  section.section-shopsearch-purpose div.wrapper div.shopselect {
    width: 100%;
    margin: 0 auto;
  }
  section.section-shopsearch-purpose div.wrapper div.shopselect ul.list-items {
    display: block;
    margin: 0.18rem auto;
  }
}

/* ikuta update code. 2020-05-13 ********************************* */
.insta-img-list{
  margin-top: 53px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}
.insta-img-list li{
    width: 16.6666666%;
}
.insta-img-list li a{
  display: flex;
    height: 100%;
    align-items: center;
  position: relative;
}
.insta-img-list li a img {
    width: 100%;
}
.insta-img-list li a:after {
  content:attr(title);
  display:block;
  text-align:center;
  width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.insta-img-list li:hover:after,
.insta-img-list li:hover{
    opacity: 0.8;
    visibility: visible;
    transition: all 0.3s;
  }
/* Instagram 動画の表示サイズを調整 2020-10-15. */
@media only screen and (max-width: 767px) {
  /* スマホ用のプロパティ */
  ul.insta-img-list li.item.movie:before {
    content: "";
    display: block;
    /*padding-top: 100%;*/
  }
  ul.insta-img-list li.item.movie a.instagram img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
}
@media print, (min-width: 768px) {
  /* PC用のプロパティ */
  ul.insta-img-list li.item.movie:before {
    content: "";
    display: block;
    /*padding-top: 100%;*/
  }
  ul.insta-img-list li.item.movie a.instagram img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1200px) {
.container {
width: 100%;
}
.wrapper {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
}
.list-common-menu .item:nth-child(3n + 3) {
    margin-right: auto;
}
.section-store .list-items {
    width: 100%;
}
.section-store .item {
    width: 33%;
    padding: 0% 2%;
}
.section-menu-content .list-products .item {
    width: 31%;
}
.section-menu-content .list-products .link {
    width: 100%;
    padding-bottom: 19px;
}
.section-shopsearch-purpose .list-items .link {
    padding: 19px 0;
    width: 100%;
}
.section-shopsearch-purpose .list-items .item {
    margin-bottom: 29px;
    width: 32%;
    margin: 19px 0.5%;
}
.section-shopsearch-purpose .list-items {
    justify-content: space-between;
}
.section-shopsearch-purpose .list-items .english {
    font-size: 23px;
}
.section-shopsearch-purpose .list-items .japanese {
    font-size: 18px;
}
.section-2ndpage-content .list-items-2col {
    width: 100%;
  }
.list-common-menu .item {
    width: 31%;
    margin: 0 auto 30px auto;
}
.section-searchbyarea-intro .list-items .item {
    margin-right: 0px;
    width: 24%;
}
.section-searchbyarea-intro .list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-searchbyarea-intro .list-items .link {
    width: 100%;
    height: 120px;
    padding-top: 8px;
}
.section-searchbyarea-intro .list-items .link .english {
    font-size: 24px;
}
.section-searchbyarea-content .item {
    min-height: 48%;
    margin: 0 0px 0 0;
}
.section-searchbyarea-content .list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.section-makiminato-intro .img-box {
    width: 50%;
}
.section-makiminato-intro .list-images .item {
    width: 31%;
    margin: 0 0px 30px 0;
}
.section-makiminato-intro .list-images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.section-theawburger-intro .image {
    width: 100%;
}
}
@media only screen and (max-width: 1100px) {
.section-searchbyarea-intro .list-items .link .english {
    font-size: 21px;
}
.section-searchbyarea-intro .list-items .link .japanese {
    font-size: 18px;
}
.section-makiminato-intro .detail {
    flex: 1;
    padding: 0 0 10px 30px;
}
}
@media only screen and (max-width: 1030px) {
.section-shopsearch-purpose .list-items .item {
    margin-bottom: 29px;
    width: 48%;
    margin: 19px 1%;
}
}
@media only screen and (max-width: 980px) {
#category_news .contents_inner .news_wrap ul li {
    width: 46%;
    margin: 2%;
}
.list-common-menu .item {
    width: 47%;
    margin: 0 auto 30px auto;
    text-align: center;
}
.gnav__list li {
    height: 100px;
    line-height: 1.3em;
    width: 20%;
    vertical-align: top;
}
.block-links .item.is-pdf .link {
    padding-top: 19px;
    padding-bottom: 19px;
    margin-bottom: 78px;
    background: #fff url(../img/common/icn_pdf.png) 97% 50%/74px auto no-repeat;
    border: 2px solid #572600;
    padding-left: 10px;
    padding-right: 10px;
}
.block-links .item.is-pdf .english {
    font-size: 32px;
}
.block-links .japanese {
    font-size: 16px;
}
.section-searchbyarea-intro .list-items .item {
    margin-right: 0px;
    width: 49%;
    margin-bottom: 20px;
}
.section-makiminato-intro .img-box {
    width: 40%;
}
.section-theawburger-intro .img-box {
    width: 60%;
}
.section-theawburger-intro .product-name {
    width: 40%;
padding: 50px 0px 0 0px;
}
.breadcrumbs {
    padding: 36px 0 10px;
}
}
@media only screen and (max-width: 980px) {
.insta-img-list li {
    width: 25%;
}
}
@media only screen and (max-width: 768px) {
.buttonwrap_sp{
    height: 55px;
  }
.breadcrumbs {
    padding: 10px 0 10px;
}
.wrapper {
    padding-left: 3%;
    padding-right: 3%;
}
#spbutton_wrapper {
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
  overflow: hidden;
    padding-bottom: 55px;
}
.sp_footerbottom .flexbox {
    display: flex;
    padding-bottom: 10px;
}
  .sp_footerbottom .sbox01{
    width: 50%;
  }
  .sp_footerbottom .sbox01 a{
    font-size: 0.145rem;
  border-right: 1px solid #572600;
  display: inline-block;
    width: 100%;
    text-align: center;
  padding: 18px 0px 15px;
    background: #ffffff;
  }
  .sp_footerbottom .sbox02{
    width: 50%;
  }
  .sp_footerbottom .sbox02 a{
    font-size: 0.145rem;
  display: inline-block;
    width: 100%;
    text-align: center;
padding: 18px 0px 15px;
  background: #ffffff;
  }
.sp_footerbottom {
    width: 100%;
    position: fixed;
    bottom: 0;
  display: block;
height: 55px;
}
  footer .copyright {
    padding: 20px 0;
    font-size: 14px;
  }
.section-top-campaign .item {
    width: 31%;
    margin-bottom: 0.05rem;
}
.section-store .list-items {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.section-store .item {
    width: 31%;
    padding: 0% 0%;
}
#category_news .contents_inner .news_wrap ul li {
    width: 100%;
}
.section-menu-content .list-products .item {
    width: 50%;
}
.section-shopsearch-purpose .list-items .item {
    width: 100%;
}
.block-links .item.is-pdf .link {
    padding-left: 20px;
    padding-right: 20px;
}
.section-makiminato-intro .img-box {
    width: 100%;
}
.section-makiminato-intro .list-images .item {
    width: 48%;
    margin: 0 0rem 0.09rem 0;
    font-size: 0.12rem;
}
.section-theawburger-intro .img-box {
    width: 100%;
}
.section-theawburger-intro .product-name {
    width: 100%;
    padding: 0px 0px 0 0px;
}
.insta-img-list {
    background: #ed7623;
    justify-content: space-around;
    padding: 3%;
}
.insta-img-list li {
    width: 46%;
    margin: 1% auto;
}
}
@media only screen and (max-width: 680px) {
.section-top-campaign .list-items {
    display: block;
  }
.section-top-campaign .item {
    width: 100%;
    margin-bottom: 0.05rem;
}
.section-store .list-items {
    width: 100%;
    display: block;
    justify-content: space-between;
}
.section-store .item {
    width: 1.75rem;
    padding: 0% 0%;
    text-align: center;
}
}

/* HISTORY A&Wの歴史 2020-05-14
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .bk-verticalline {
    background: url("../img/history/dot-brown.png") repeat-y center center;
    min-height: 300px;
    width: 100%;
  }
  .section-2ndpage-content #history-img-end img {
    margin-bottom: 0;
  }
  .number-box {
    text-align: center;
  }
  .maru {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column;
    vertical-align: top;
    background-color: #fff;
  }
  .size_normal{
    width: 100px;
    height: 100px;
  }
  .letter {
    font-size: 30px;
    line-height: 1.5em;
  }
  .brown {
    color: #572600;
    border: 2px solid #572600;
  }
  .section-2ndpage-content div.bk-verticalline h2.title-section {
    background-color: #fff;
    padding: 30px 0;
    margin-top: 30px;
  }
  .section-2ndpage-content div.bk-verticalline div.history-text-box {
    background-color: #fff;
    padding: 1em 0 1em;
  }
  .section-2ndpage-content div.bk-verticalline div.history-text-box p.text.ft-noto {
    text-align: center;
    padding: .5em 0 .5em;
  }
  .section-2ndpage-content div.bk-verticalline div.image img {
    margin: 44px 0 35px;
  }
  .section-2ndpage-content .history-text-last {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .bk-verticalline {
    background: url("../img/history/dot-brown.png") repeat-y center center;
    min-height: 300px;
    width: 100%;
  }
  .section-2ndpage-content #history-img-end img {
    margin-bottom: 0;
  }
  .number-box {
    text-align: center;
  }
  .maru {
    margin-top: 1em;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column;
    vertical-align: top;
    background-color: #fff;
  }
  .size_normal{
    width: 60px;
    height: 60px;

  }
  .letter {
    font-size: 16px;

    line-height: 1.5em;
  }
  .brown {
    color: #572600;
    border: 2px solid #572600;
  }
  .section-2ndpage-content div.bk-verticalline h2.title-section {
    background-color: #fff;
    padding: 30px 0;
    margin-top: 30px;
  }
  .section-2ndpage-content div.bk-verticalline div.history-text-box {
    margin: 0;

    background-color: #fff;
    padding: 1em 0 1em;
  }
  .section-2ndpage-content div.bk-verticalline div.history-text-box p.text.ft-noto {
    margin: 0;
    text-align: left;

    padding: .5em 0 .5em;
  }
  .section-2ndpage-content div.bk-verticalline div.image img {
    margin: 44px 0 45px;
  }
  .section-2ndpage-content .history-text-last {
    text-align: left;
  }
}


/* ZOOM A&Wオリジナル バーチャル背景画像ページ 2020-05-15
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  /* PC用のプロパティ */
  #zoom-vb.section-menu-content .list-products .item .img-box {
    padding: 0 0 6px;
  }

  #zoom-vb.section-menu-content-intro .img-box {
    width: 577px;
  }
  #zoom-vb.section-menu-content .text {
    margin: 44px 0 40px;
    font-size: 18px;
  }
  #zoom-vb.section-menu-content .list-notification {
    padding-bottom: 9px;
  }
  #zoom-vb.section-menu-content .list-notification .item {
    margin-bottom: 8px;
    font-size: 16px;
    color: #572600;
    line-height: 1.5;
  }
  #zoom-vb.section-menu-content .image {
    width: 774px;
    margin: 80px auto;
  }

}
@media only screen and (max-width: 767px) {
  /* スマホ用のプロパティ */
  #zoom-vb.section-menu-content .list-products .item .img-box {
    padding: 0 0 6px;
  }

  #zoom-vb.section-menu-content .img-box {
    width: 100%;
  }
  #zoom-vb.section-menu-content .text {
    margin: 0.19rem 0 0.06rem;
    font-size: 0.12rem;
    text-align: justify;
  }
  #zoom-vb.section-menu-content .list-notification .item {
    font-size: 0.12rem;
    color: #666;
    line-height: 1.95;
  }
  #zoom-vb.section-menu-content .image {
    margin: 0.26rem auto 0.32rem;
  }

}

/* 固定ページ用 SNSシェアボタン「SNSでシェアする！」修正 2020-05-15
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  /* PC用のプロパティ */
  .block-social {
    padding-top: 36px;
  }
  .block-social .title {
    width: 214px;
    margin: 0 auto 20px;
  }
  .list-social {
    padding-bottom: 74px;
  }
}
@media only screen and (max-width: 767px) {
  /* スマホ用のプロパティ */
  .block-social .title {
    width: 1.46rem;
    margin: 0 auto;
  }
  .list-social {
    padding: 0.1rem 0;
  }
  .list-social .link-social {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.08rem;
  }
}

/* モバイルオーダーサービスページ 2020-05-15
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  /* PC用のプロパティ */
  section#mobileorder div.wrapper h2.tit-mobileorder {
    padding: 0.5em;/*文字周りの余白*/
    background: #e9d0a1;/*背景色*/
    border-left: solid 15px #6a3906;/*左線（実線 太さ 色）*/
    font-size: 18px;
  }
  section#mobileorder .num-block .num-circle {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius:50%;
    line-height:18px;
    text-align:center;
    background: #6a3906;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    margin-right: .5em;
  }
  section#mobileorder .num-block p.text.ft-noto {
    margin: 18px 0 18px;
    font-size: 18px;
  }
  section#mobileorder p.text.ft-noto span.mobileorder-area {
    color: #ed7623;
  }
  section#mobileorder span {
    display: inline-block;
  }
  section#mobileorder p.text.ft-noto a.mobileorder-tel:hover {
    text-decoration: underline;
    color: #ed7623;
  }
  section#mobileorder p.text.ft-noto a.link-dikitoon {
    background-color: #ed7623;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px;
  }
  section#mobileorder p.text.ft-noto a.link-dikitoon:hover {
    background-color: #fff;
    color: #ed7623;
    border: 1px solid #ed7623;
  }
  #mobileorder.section-menu-content .list-products .item .img-box {
    padding: 0 0 6px;
  }

  #mobileorder.section-menu-content-intro .img-box {
    width: 577px;
  }
  #mobileorder.section-menu-content .text {
    /*margin: 44px 0 40px;*/
    margin: 22px 0 20px;/* 2021-03-22 update. */
    font-size: 18px;
  }
  #mobileorder.section-menu-content .list-notification {
    padding-bottom: 9px;
  }
  #mobileorder.section-menu-content .list-notification .item {
    margin-bottom: 8px;
    font-size: 16px;
    color: #572600;
    line-height: 1.5;
  }
  #mobileorder.section-menu-content .image {
    width: 774px;
    margin: 80px auto;
  }
}
@media only screen and (max-width: 767px) {
  /* スマホ用のプロパティ */
  section#mobileorder div.wrapper h2.tit-mobileorder {
    padding: 0.5em;/*文字周りの余白*/
    background: #e9d0a1;/*背景色*/
    border-left: solid 15px #6a3906;/*左線（実線 太さ 色）*/
    font-size: 0.12rem;
  }
  section#mobileorder .num-block .num-circle {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius:50%;
    line-height:18px;
    text-align:center;
    background: #6a3906;
    padding: 5px 0 0 2.3em;
    color: #fff;
    font-weight: bold;
    margin-right: .5em;
    margin-left: 0px;
  }
  section#mobileorder .num-block p.text.ft-noto {
    /*margin: 18px 0 18px;*/
    /*font-size: 18px;*/
    margin: 0.19rem 0 0.06rem;
    font-size: 0.12rem;
    /*text-align: justify;*/
    text-align: left;
    padding-left: 2.5em;
    text-indent: -2.5em
  }
  section#mobileorder p.text.ft-noto span.mobileorder-area {
    color: #ed7623;
  }
  section#mobileorder span {
    display: inline-block;
    line-height: 2.0;
  }
  section#mobileorder p.text.ft-noto a.mobileorder-tel:hover {
    text-decoration: underline;
    color: #ed7623;
  }
  section#mobileorder p.text.ft-noto a.link-dikitoon {
    background-color: #ed7623;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px;
  }
  section#mobileorder p.text.ft-noto a.link-dikitoon:hover {
    background-color: #fff;
    color: #ed7623;
    border: 1px solid #ed7623;
  }
  #mobileorder.section-menu-content .list-products .item .img-box {
    padding: 0 0 6px;
  }

  #mobileorder.section-menu-content .img-box {
    width: 100%;
  }
  #mobileorder.section-menu-content .text {
    margin: 0.19rem 0 0.06rem;
    font-size: 0.12rem;
    /*text-align: justify;*/
    text-align: left;
  }
  #mobileorder.section-menu-content .list-notification .item {
    font-size: 0.12rem;
    color: #666;
    line-height: 1.95;
  }
  #mobileorder.section-menu-content .image {
    margin: 0.26rem auto 0.32rem;
  }
}


/* トップページ: 店舗・サービスを3カラムから4カラムへ 2020-10-08
 * ----------------------------------------------- */

@media print, (min-width: 768px) {
  section.section-store ul.list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }
  section.section-store ul.list-items li.item {
    width: 24%;
    margin: 0 1% 0 0;
  }
  section.section-store ul.list-items li.item:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.section-store ul.list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1em;
  }
  section.section-store ul.list-items li.item {
    width: 48.5%;
    margin: 0 1% 1em 0;
  }
  section.section-store ul.list-items li.item:last-child {
    margin-right: 0;
  }
}


/* 共通パーツ「table」 2020-10-17
 * ----------------------------------------------- */
.section-table01 .table-detail {
  width: 100%;
}
.section-table01 .table-detail tr {
  border-bottom: 1px solid #ccc;
}
.section-table01 .table-detail th,
.section-table01 .table-detail td {
  color: #572600;
}
.section-table01 .list-items {
  display: flex;
}
.section-table01 .list-images {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-table01 {
    padding-top: 34px;
  }
  .section-table01 .title-section {
    font-size: 20px;
  }
  .section-table01 .content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px;
  }
  .section-table01 .img-box {
    width: 570px;
  }
  .section-table01 .detail {
    flex: 1;
    padding: 0 0 10px 50px;
  }
  .section-table01 .table-detail caption {
    font-size: 20px;
    text-align: center;
    margin-bottom: 1em;
  }
  .section-table01 .table-detail th,
  .section-table01 .table-detail td {
    font-size: 16px;
    padding: 12px 0;
  }
  .section-table01 .table-detail th {
    width: 180px;
    letter-spacing: 0.2em;
  }
  .section-table01 .table-detail td span {
    margin: 0 4px;
  }
  .section-table01 .list-items {
    padding: 10px 0;
  }
  .section-table01 .list-items .item {
    width: 50px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .section-table01 .telephone-link {
    display: inline-block;
    pointer-events: none;
  }
  .section-table01 .list-images {
    margin-top: 36px;
  }
  .section-table01 .list-images .item {
    width: 270px;
    margin: 0 30px 30px 0;
  }
  .section-table01 .list-images .item:nth-child(4n + 4) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-table01 {
    padding-top: 0.08rem;
  }
  .section-table01 .content {
    margin-top: 0.16rem;
  }
  .section-table01 .table-detail {
    margin-top: 0.1rem;
  }
  .section-table01 .table-detail caption {
    font-size: 0.12rem;
    padding: 0.16rem 0 0.17rem;
    text-align: center;
  }
  .section-table01 .table-detail th,
  .section-table01 .table-detail td {
    font-size: 0.12rem;
    padding: 0.16rem 0 0.17rem;
  }
  .section-table01 .table-detail th {
    width: 1rem;
  }
  .section-table01 .table-detail td span {
    margin: 0 0.04rem;
  }
  .section-table01 .list-items {
    margin: -0.09rem 0 -0.1rem;
  }
  .section-table01 .list-items .item {
    /*width: 0.35rem;*/
    width: 0.50rem;
    margin-right: 0.075rem;
    margin-top: 0.10rem;
  }
  .section-table01 .list-items .item:last-child {
    margin-right: 0;
  }
  .section-table01 .list-images {
    margin-top: 0.5rem;
    padding-bottom: 0.23rem;
  }
  .section-table01 .list-images .item {
    width: 1.68rem;
    margin: 0 0.09rem 0.09rem 0;
    font-size: 0.12rem;
  }
  .section-table01 .list-images .item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .section-table01 .google-maps {
    height: 3rem;
  }
}

@media print, (min-width: 768px) {
  .p-caption {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-caption {
    font-size: 0.12rem;
    padding: 0.16rem 0 0.17rem;
    text-align: center;
  }
}

/* 投稿ページのリンク設定 2020-10-19
 * ----------------------------------------------- */
/*
#single_news section #single_wrap .the_content .link_btn_box p.text.ft-noto.item-link a {
  text-decoration: none;
}
*/

#single_news section #single_wrap .the_content .link_btn_box p.text.ft-noto a {
  display: inline-block;
  padding: 0.8em 3em;
  font-size: 18px;
  text-decoration: none;
  color: #572600;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: .4s;
  background:#fff;
}
#single_news section #single_wrap .the_content .link_btn_box p.text.ft-noto a:hover {
  background: #fff;
  color: #ff6600;
}

/* ソイパティのページ 2020-10-30
 * ----------------------------------------------- */

@media print, (min-width: 768px) {
  /* PC用のプロパティ */
  section#page-type01 div.wrapper h2.tit-obi {
    padding: 0.5em;/*文字周りの余白*/
    background: #e9d0a1;/*背景色*/
    border-left: solid 15px #6a3906;/*左線（実線 太さ 色）*/
    font-size: 18px;
  }
  section#page-type01 div.wrapper h2.tit-obi02 {
    padding: 0.5em;/*文字周りの余白*/
    background: #f36c21;/*背景色*/
    font-size: 18px;
    color: #fff;
  }
  section#page-type01 .num-block p.text.ft-noto {
    margin: 18px 0 18px;
    font-size: 18px;
  }
  #page-type01.section-menu-content .text {
    margin: 22px 0 20px;
    font-size: 18px;
    line-height: 1.8;
  }
  #page-type01 .wrapper .sec01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page-type01 .wrapper .sec01 .txt-box-left {
    width: 60%;
  }
  #page-type01 .wrapper .sec01 .img-box-right {
    width: 35%;
  }
  #page-type01 .wrapper .sec01 .img-box-right img {
    margin-bottom: 30px;
  }
  #page-type01 .num-block .num-circle {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius:50%;
    line-height:18px;
    text-align:center;
    background: #6a3906;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    margin-right: .5em;
  }
  ul#soy-products {
    margin-top:0;
  }
}
@media only screen and (max-width: 767px) {
  /* スマホ用のプロパティ */
  section#page-type01 div.wrapper h2.tit-obi {
    padding: 0.5em;/*文字周りの余白*/
    background: #e9d0a1;/*背景色*/
    border-left: solid 15px #6a3906;/*左線（実線 太さ 色）*/
    font-size: 0.12rem;
    margin-bottom: 1em;
  }
  section#page-type01 div.wrapper h2.tit-obi02 {
    padding: 0.5em;/*文字周りの余白*/
    background: #f36c21;/*背景色*/
    font-size: 0.12rem;
    color: #fff;
  }
  section#page-type01 .num-block p.text.ft-noto {
    /*margin: 18px 0 18px;*/
    /*font-size: 18px;*/
    margin: 0.19rem 0 0.06rem;
    font-size: 0.12rem;
    /*text-align: justify;*/
    text-align: left;
    padding-left: 2.5em;
    text-indent: -2.5em
  }
  #page-type01.section-menu-content .text {
    margin: 0.19rem 0 0.06rem;
    font-size: 0.12rem;
    text-align: left;
  }
  #page-type01 .num-block .num-circle {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius:50%;
    line-height:18px;
    text-align:center;
    background: #6a3906;
    padding: 5px 0 0 2.3em;
    color: #fff;
    font-weight: bold;
    margin-right: .5em;
    margin-left: 0px;
  }
  #page-type01 .num-block p.text.ft-noto {
    margin: 0.19rem 0 0.06rem;
    font-size: 0.12rem;
    text-align: left;
    padding-left: 2.5em;
    text-indent: -2.5em
  }
  #page-type01 .num-block p.text.ft-noto.para02 {
    padding-left: 2.5em;
    text-indent: 0;
  }
}

/* 投稿ページ用共通パーツ 2020-10-19
 * ----------------------------------------------- */
/* テキストの強調表示 */
@media print, (min-width: 768px) {
  /* PC用のプロパティ */
  #single_news .the_content p.text span.text-emphasis {
    font-size: 22px;
    font-weight: bold;
    color: #572600;
  }
}
@media only screen and (max-width: 767px) {
  /* スマホ用のプロパティ */
  #single_news .the_content p.text span.text-emphasis {
    font-size: 0.16rem;
    font-weight: bold;
    color: #572600;
  }
}

/* (税込)価格表示の対応 2021-03-18
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  /* PC用のプロパティ */
  .link-btn01 .common-button {
      display: inline-block;
      width: auto;
      margin-left: auto;
      margin-right: auto;
      align-items: center;
      color: #fff;
      border: 1px solid #653614;
      transition: all 0.3s;
      text-decoration: none;
  }
  .link-btn01 .common-button:hover {
      border: 1px solid #ed7623;
  }
  .link-btn01 .common-button.is-primary {
      padding-right: 55px;
      color: #fff;
  }
  .link-btn01 .common-button .japanese {
    padding-left: 16px;
    line-height: 2.4;
  }
  /* 文字数多い商品名の対応 */
  #spbutton_wrapper > div.container > main > section.section-theawburger-intro > div > div.block-intro > div.product-name > p.price.long-msg {
    font-size: 22px;
    /*font-weight: normal;*/
  }

  #spbutton_wrapper > div.container > main > section.section-theawburger-intro > div > div.block-intro > div#chilli-cheese-curly-fries.product-name > h1,
  #spbutton_wrapper > div.container > main > section.section-theawburger-intro > div > div.block-intro > div#h-potatochips.product-name > h1,
  #spbutton_wrapper > div.container > main > section.section-theawburger-intro > div > div.block-intro > div#chillicheesecrinklefries.product-name > h1,
  #spbutton_wrapper > div.container > main > section.section-theawburger-intro > div > div.block-intro > div#californiastyle_bbq.product-name > h1,
  #spbutton_wrapper > div.container > main > section.section-theawburger-intro > div > div.block-intro > div#californiastyle_bbq_daizu.product-name > h1 {
    font-size: 22px;
  }
  /* プラスカフェ限定メニュー のボタン2つレイアウト調整 */
  section#pluscafe-menu-btn.section-shopsearch-purpose .list-items .item {
      margin-bottom: 29px;
      width: 32%;
      margin: 19px 0.5%;
  }
}
@media only screen and (max-width: 767px) {
  /* スマホ用のプロパティ */
  .link-btn01 .common-button {
      display: inline-block;
      width: auto;
      /*height: 0.5rem;*/
      height: auto;
      margin-left: auto;
      margin-right: auto;
      padding: 0.05rem 0.15rem 0.05rem;
      align-items: center;
      font-size: 0.12rem;
      color: #fff;
      border: 1px solid #653614;
      transition: all 0.3s;
  }
  .link-btn01 .common-button:hover {
      border: 1px solid #ed7623;
  }
  .link-btn01 .common-button.is-primary {
      padding-right: 55px;
      color: #fff;
  }
  .link-btn01 .common-button .japanese {
    padding-left: 0;
    line-height: 1.5;
  }
  /* PDFバナー空白のレイアウト調整 */
  #spbutton_wrapper > div.container > main > section.section-theawburger-content > section.section-theawburger-content > div > div > div > ul > li:nth-child(2) {
    display: none;
  }
}

/* 共通パーツ「ドット横線」 2021-05-01
 * ----------------------------------------------- */
.line-dot {
  display: block;
  margin-top: .5em;
  margin-bottom: .5em;
  border-bottom: 1px dashed #999;
}

/* 通販壁紙ダウンロード 2021-05-12
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  #wallpaper.block-links .item.is-pdf .link {
    padding-top: 19px;
    padding-bottom: 19px;
    margin-bottom: 78px;
    background: #fff url("../img/common/icn_arrow_down_brown.png") 93% 50%/74px auto no-repeat;
    border: 2px solid #572600;
  }
  #wallpaper.block-links .item.is-pdf .link:hover {
    background-image: url("../img/common/icn_arrow_down_orange_hover.png");
    color: #ed7623;
    border-color: #ed7623;
  }
  #wallpaper.block-links .english {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #wallpaper.block-links {
    padding: 0.2rem 0 0.1rem;
  }
  #wallpaper.block-links .item.is-pdf .link {
    padding-top: 0.08rem;
    padding-bottom: 0.07rem;
    background: #fff url("../img/common/icn_arrow_down_brown.png") 95.6% 50%/0.37rem auto no-repeat;
    border: 1px solid #572600;
    margin-bottom: 24px;
  }
  #wallpaper.block-links .item.is-pdf .link:hover {
    background-image: url("../img/common/icn_arrow_down_orange_hover.png");
    color: #ed7623;
    border-color: #ed7623;
  }
  #wallpaper.block-links .english {
    font-size: 0.14rem;
    line-height: 1;
  }
}

/* 共通パーツ「投稿ページのテキストリンクボタン」 2021-05-13
 * ----------------------------------------------- */
.the_content a.common-button {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
  color: #572600;
  border: 1px solid #653614;
  transition: all 0.3s;
  text-decoration: none;
}
.the_content a.common-button.is-primary {
  background-color: #572600;
  background-image: url("../img/common/icn_arrow_brown.png");
  color: #fff;
}

.the_content a.common-link {
  display: block;
  position: absolute;
  top: 5px;
  right: 14px;
  padding-right: 40px;
  line-height: 2;
  font-size: 15px;
  color: #572600;
  background: url("../img/common/icn_arrow_white.png") right 50%/20px auto no-repeat;
  transition: all 0.3s;
}

@media print, (min-width: 768px) {
  .the_content a.common-button {
    /*width: 420px;*/
    width: 50%;
    height: 40px;
    font-size: 15px;
    justify-content: center;
    background: #fff url("../img/common/icn_arrow_white.png") 97.5% 50%/20px auto no-repeat;
    text-decoration: none;
  }
  .the_content a.common-button .japanese {
    padding-left: 16px;
  }
  .the_content a.common-button:hover {
    background-image: url("../img/common/icn_arrow_brown_hover.png");
    color: #fff;
    background-color: #ed7623;
    border-color: #ed7623;
    transition: all 0.3s;
  }
  .the_content a.common-button.is-primary {
    padding-right: 25px;
  }
  .the_content a.common-button.is-primary:hover {
    background-color: #ed7623;
    background-image: url("../img/common/icn_arrow_brown_hover.png");
  }

  .the_content a.common-link:hover {
    color: #ed7623;
    background-image: url("../img/common/icn_arrow_white_hover.png");
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .the_content a.common-button {
    width: 100%;
    height: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.12rem;
    padding: 0 0.15rem;
    background: #fff url("../img/common/icn_arrow_white.png") 96% 50%/0.13rem auto no-repeat;
  }
  .the_content a.common-button .japanese {
    padding-left: 0.12rem;
  }
  .the_content a.common-link {
    top: 0.01rem;
    right: 0.14rem;
    padding-right: 0.2rem;
    font-size: 0.12rem;
    background-size: 0.13rem auto;
  }
}

/*************************************

orange-popsicleキャンペーンページCSS

**************************************/
.sp_popslicle{
   display:none;
}
#popsicle_top{
margin-top:-57px;
padding-top:57px;
}
#popsicle a:hover{
opacity:0.7;
}
#popsicle .logo{
text-align:center;
padding:18px 0px;
}
#popsicle .mainbox{
text-align:center;
}
#popsicle .mainbox2{
text-align:center;
padding-top: 25px;
}
#popsicle .mainbox2{
    height:657px;
    background: url(https://www.awok.co.jp/wp02/wp-content/uploads/2021/06/main_bk.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#popsicle .main_bottomimg{
    height:64px;
    background: url(https://www.awok.co.jp/wp02/wp-content/uploads/2021/06/main_bottom.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#popsicle .contentsbox01{
    background: #FF6C00;
    padding:70px 0px;
}
#popsicle .contentsbox01 .title{
   text-align:center;
   margin-bottom:65px;
}
#popsicle .contentsbox01 .flexbox{
    display: flex;
    justify-content: center;
}
#popsicle .contentsbox01 .flexbox .textbox{
    width:460px;
    background:#ffffff;
    border-radius:30px;
    margin-right:70px;
    padding: 30px;
}
#popsicle .contentsbox01 .flexbox .textbox .text{
    font-size: 22px;
    letter-spacing: 2.3px;
    line-height: 1.6;
}
#popsicle .contentsbox01_bottom{
    height:64px;
    background: url(https://www.awok.co.jp/wp02/wp-content/uploads/2021/06/juice_bottom.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#popsicle .contentsbox02{
    background: #FFB541;
    padding:52px 0px;
}
#popsicle .contentsbox02 .title{
   text-align:center;
   margin-bottom:65px;
}
#popsicle .contentsbox02 .flexbox{
    display: flex;
    justify-content: center;
}
#popsicle .contentsbox02 .flexbox .textbox{
    width:453px;
    background:#ffffff;
    border-radius:30px;
    margin-left:30px;
    padding:30px;
}
#popsicle .contentsbox02 .flexbox .textbox .text {
    font-size: 22px;
    letter-spacing: 1.9px;
    line-height: 1.6;
    margin-bottom: 60px;
}
#popsicle .contentsbox02 .flexbox .textbox .daywrap{
    margin-bottom: 40px;
}
#popsicle .contentsbox02 .flexbox .textbox .day{
    font-size: 30px;
    padding: 5px 0px;
    border-bottom: solid 3px #FF6C00;
    display: inline-block;
}
#popsicle .contentsbox02 .flexbox .textbox .price{
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 50px;
}
#popsicle .contentsbox02_bottom{
    height:64px;
    background: url(https://www.awok.co.jp/wp02/wp-content/uploads/2021/06/juice_bottom.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#popsicle .contentsbox02 .bottomtextwrap{
    text-align: center;
    margin-top: 44px;
}
#popsicle .contentsbox02 .bottomtext{
    font-size: 22px;
    letter-spacing: 2.3px;
    line-height: 1.6;
    border-bottom: solid 3px #FF6C00;
    display: inline-block;
}
#popsicle .contentsbox03{
    background: #FF6C00;
    padding:50px 0px;
}
#popsicle .contentsbox03 .whitebox {
    background: #ffffff;
    padding: 60px;
    width: 924px;
    margin: 0 auto;
    border-radius: 30px;
}
#popsicle .contentsbox03 .whitebox .text01{
    margin: 50px 0px;
}
#popsicle .contentsbox03 .whitebox .text01 .text{
    font-size:25px;
    text-align:center;
}
#popsicle .contentsbox03 .whitebox .title02{
    margin: 60px 0px;
    text-align: center;
}
#popsicle .contentsbox03 .whitebox .stepbox .step{
    width: 546px;
    border: solid 4px #FF9100;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items:center;
    margin: 0 auto;
    justify-content: center;
}
#popsicle .contentsbox03 .whitebox .stepbox .step .imagebox{
    margin-right: 20px;
}
#popsicle .contentsbox03 .whitebox .stepbox .step .textbox .text{
    font-size: 28px;
}
#popsicle .contentsbox03 .whitebox .stepbox .step .textbox .text span{
    border-bottom: solid 1px;
    font-weight: bold;
}
#popsicle .contentsbox03 .whitebox .stepbox .down{
    margin: 25px 0px;
    text-align:center;
}
#popsicle .contentsbox03 .whitebox .title03{
    margin: 30px 0px;
    text-align: center;
}
#popsicle .contentsbox03 .whitebox .stext{
    font-size:13px;
    text-align: center;
}
#popsicle .contentsbox03 .whitebox .flexbox{
    display: flex;
    margin: 40px 0px 90px;
    justify-content: center;
    align-items:center;
}
#popsicle .contentsbox03 .whitebox .flexbox .or{
    margin: 0px 16px;
}
#popsicle .contentsbox03 .whitebox .flexbox .sbox .text{
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}
#popsicle .contentsbox03 .whitebox .lasttextbox{
    position: relative;
}
#popsicle .contentsbox03 .whitebox .lasttextbox .text{
    text-align: center;
    font-size: 25px;
    letter-spacing: 1.4px;
    margin-bottom: 40px;
}
#popsicle .contentsbox03 .whitebox .lasttextbox .image01{
    display: inline-block;
    position: absolute;
    left: 0;
    margin-top: 50px;
}
#popsicle .contentsbox03 .whitebox .lasttextbox .image02{
    display: inline-block;
    right: 0;
    position: absolute;
    bottom: 0;
    margin-bottom: 60px;
}
#popsicle .contentsbox03 .whitebox .bigtwitter_btn{
    text-align: center;
}
#popsicle .contentsbox03 .whitebox .campaign_week{
    border: solid 5px #FF9100;
    border-radius: 38px;
    width: 640px;
    margin: 66px auto 50px;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box01{
    background: #FF9100;
    border-radius: 30px 30px 0px 0px;
    padding: 20px 0px 25px;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box01 .title{
    font-size: 38px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    color:#ffffff;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box01 .day{
    font-size: 33px;
    text-align: center;
    font-weight: bold;
    color:#ffffff;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box02{
    padding:30px 30px;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box02 .week{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box02 .week .day {
    font-size: 33px;
    font-weight: bold;
    margin-left: 20px;
    letter-spacing: 2px;
}
#popsicle .contentsbox03 .whitebox .name{
    font-weight: bold;
    font-size: 21px;
    text-align: center;
}
#popsicle .contentsbox03 .whitebox .name .kakeru{
    margin: 0px 5px;
}
@media only screen and (max-width: 980px){
#popsicle{
    margin-top: 30px;
}
}
@media only screen and (max-width: 950px){
#popsicle .mainbox2 {
    height: 600px!important;
    padding: 3% 3% 0%;
    text-align: center;
    padding-top: 20px;
    display: flex;
    align-items: center;
}
	}
@media only screen and (max-width: 924px){
#popsicle .contentsbox03 .whitebox {
    width: 100%;
}
#popsicle .contentsbox03 .whitebox .campaign_week {
    width: 100%;
	}
}
@media only screen and (max-width: 768px){
.sp_popslicle{
   display:block;
}
.pc_popslicle{
   display:none;
}
#popsicle{
    margin-top: 0px;
}
#popsicle .contentsbox01 {
    padding: 45px 5%;
}
#popsicle .contentsbox01 .flexbox {
    display: block;
}
#popsicle .contentsbox01 .flexbox .textbox {
    width: 100%;
    padding: 25px 5%;
    border-radius:20px;
}
#popsicle .contentsbox01 .flexbox .textbox .text {
    font-size: 21px;
    letter-spacing: 2px;
}
#popsicle .contentsbox01 .title {
    margin-bottom: 40px;
}
#popsicle .contentsbox01 .title img{
    margin: 0 auto;
}
#popsicle .contentsbox01 .flexbox .imagebox{
    text-align: center;
    margin-bottom: 30px;
}
#popsicle .contentsbox02 {
    padding: 45px 5%;
}
#popsicle .contentsbox02_bottom{
    height:64px;
    background: url(https://www.awok.co.jp/wp02/wp-content/uploads/2021/06/juice_bottom_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#popsicle .orange_line{
    background: #FF6C00;
}
#popsicle .contentsbox02 .flexbox {
    display: block;
}
#popsicle .contentsbox02 .title {
    margin-bottom: 20px;
}
#popsicle .contentsbox02 .title img{
    margin: 0 auto;
}
#popsicle .contentsbox02 .flexbox .textbox {
    width: 100%;
    margin-left: 0px;
    padding: 25px 5% 5px;
    border-radius:20px;
    margin-top: 30px;
}
#popsicle .contentsbox02 .flexbox .textbox .text {
    font-size: 21px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
#popsicle .contentsbox02 .flexbox .textbox .daywrap {
    margin-bottom: 20px;
    text-align: center;
}
#popsicle .contentsbox02 .bottomtextwrap {
    text-align: center;
    margin-top: 20px;
}
#popsicle .contentsbox02 .flexbox .textbox .price {
    margin-bottom: 30px;
    text-align: center;
}
#popsicle .contentsbox03 .whitebox .title img{
    margin: 0 auto;
}
#popsicle .contentsbox03 .whitebox .stepbox .step {
    width: 100%;
    padding: 20px 5%;
}
#popsicle .contentsbox03 .whitebox .stepbox .step .textbox .text {
    font-size: 24px;
}
#popsicle .contentsbox03 .whitebox .text01 .text {
    font-size: 21px;
    text-align: left;
	}
#popsicle .contentsbox03 .whitebox .flexbox {
    display: block;
}
#popsicle .contentsbox03 .whitebox .flexbox .sbox{
    text-align: center;
}
#popsicle .contentsbox03 .whitebox .flexbox .or {
    margin: 20px 16px;
    text-align: center;
}
#popsicle .contentsbox03 .whitebox .lasttextbox .image01 {
    left: -10px;
    margin-top: -100px;
    width: 62px;
}
#popsicle .contentsbox03 .whitebox .lasttextbox .image02 {
    right: -30px;
    bottom: 0;
    margin-bottom: 169px;
}
#popsicle .contentsbox03 .whitebox .lasttextbox .text {
    text-align: center;
    font-size: 21px;
	}
#popsicle .contentsbox03 .whitebox .title04 {
    margin-top: -20px;
    margin-bottom: 30px;
}
#popsicle .contentsbox03 .whitebox .title04 .beer{
    margin: 0 auto;
    margin-bottom: 30px;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box02 {
    padding: 30px 5%;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box02 .week .day {
    font-size: 28px;
    font-weight: bold;
	}
}
@media only screen and (max-width: 640px){
#popsicle .contentsbox03 .whitebox .campaign_week {
    border-radius: 20px;
    width: 100%;
    margin: 40px auto 0px;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box01 {
    border-radius: 10px 10px 0px 0px;
    padding: 20px 5% 25px;
}
}
@media only screen and (max-width: 580px){
#popsicle .contentsbox01 {
    padding: 25px 2%;
}
#popsicle .contentsbox01 .flexbox .textbox .text {
    font-size: 16px;
    letter-spacing: 1px;
}
#popsicle .contentsbox02 {
    padding: 25px 2%;
}
#popsicle .contentsbox02 .flexbox .textbox .text {
    font-size: 16px;
    letter-spacing: 1px;
}
#popsicle .contentsbox02 .flexbox .textbox .day {
    font-size: 16px;
    font-weight: bold;
}
#popsicle .contentsbox02 .flexbox .textbox .daywrap {
    margin-bottom: 10px;
    text-align: center;
}
#popsicle .contentsbox02 .flexbox .textbox .price {
    font-size: 16px;
    margin-bottom: 20px;
}
#popsicle .contentsbox02 .bottomtext {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.2;
    border-bottom: solid 2px #FF6C00;
    display: inline-block;
}
#popsicle .contentsbox02 .bottomtextwrap {
    margin-top: 20px;
}
#popsicle .contentsbox03 .whitebox {
    background: #ffffff;
    padding: 25px 5%;
    margin: 0 auto;
    border-radius: 20px;
}
#popsicle .contentsbox03 .whitebox .text01 {
    margin: 30px 0px;
}
#popsicle .contentsbox03 .whitebox .text01 .text {
    font-size: 16px;
}
#popsicle .contentsbox03 .whitebox .title02 {
    margin: 30px 0px;
}
#popsicle .contentsbox03 .whitebox .stepbox .step {
    padding: 10px 3%;
}
#popsicle .contentsbox03 .whitebox .stepbox .step .imagebox {
    margin-right: 10px;
    width: 65px;
}
#popsicle .contentsbox03 .whitebox .stepbox .step .textbox .text {
    font-size: 18px;
}
#popsicle .contentsbox03 .whitebox .stepbox .down {
    margin: 15px 0px 10px;
    text-align: center;
}
#popsicle .contentsbox03 .whitebox .stext {
    font-size: 12px;
    text-align: left;
}
#popsicle .contentsbox03 .whitebox .flexbox .sbox .text {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
#popsicle .contentsbox03 .whitebox .flexbox .or {
    margin: 15px 0px;
    text-align: center;
}
#popsicle .contentsbox03 .whitebox .flexbox {
    margin: 20px 0px 0px;
}
#popsicle .contentsbox03 .whitebox .lasttextbox .text {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
#popsicle .contentsbox03 .whitebox .lasttextbox {
    position: relative;
    margin-top: 50px;
}
#popsicle .contentsbox03 .whitebox .lasttextbox .image01 {
    left: -10px;
    margin-top: -75px;
    width: 45px;
}
#popsicle .contentsbox03 .whitebox .lasttextbox .image02 {
    right: -10px;
    bottom: 0;
    margin-bottom: 115px;
    width: 45px;
}
#popsicle .contentsbox03 .whitebox .title04 {
    margin-bottom: 20px;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box01 {
    padding: 15px 3% 20px;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box01 .title {
    font-size: 24px;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box01 .day {
    font-size: 21px;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box02 {
    padding: 10px 3%;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box02 .week .day {
    font-size: 18px;
    margin-left: 6px;
    letter-spacing: 0px;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box02 .week .number{
width: 85px;
}
#popsicle .contentsbox03 .whitebox .name {
    font-size: 14px;
}
}
@media only screen and (max-width: 400px){
#popsicle .contentsbox03 .whitebox .lasttextbox .image02 {
    right: -10px;
    bottom: 0;
    margin-bottom: 150px;
    width: 45px;
}
#popsicle .contentsbox03 .whitebox .stepbox .step .textbox .text {
    font-size: 17px;
}
#popsicle .contentsbox03 .whitebox .stepbox .step {
    padding: 10px 2%;
}
}
@media only screen and (max-width: 380px){
#popsicle .contentsbox03 .whitebox .stepbox .step .textbox .text {
    font-size: 16px;
}
#popsicle .contentsbox03 .whitebox .campaign_week .box02 .week .number {
    width: 76px;
}
}
/****************************************
twitterフッター固定バナーCSS
*****************************************/
#popsicle .twitterbtn {
    background: #FEF900;
    padding: 18px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
#popsicle .twitterbtn .flexbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
#popsicle .twitterbtn .flexbox .text{
    margin-right:25px;
}
#popsicle .twitterbtn .flexbox .btn{
    margin-right:43px;
}
#orange-popsicle footer .wrapper {
    margin-bottom: 100px;
}
#orange-popsicle footer .copyright {
    display: none;
}
@media only screen and (max-width: 768px){
#popsicle .twitterbtn .flexbox .text {
    margin-right: 0px;
}
#popsicle .twitterbtn .flexbox .btn {
    margin-right: 20px;
}
#popsicle .twitterbtn {
    padding: 20px 3%;
}
#orange-popsicle footer .wrapper {
    margin-bottom: 0px;
}
}

/* ショートコード [bnr-menu] のmodule_menu.php編集 */
ul.list-items li#bnr-combo a {
  background: none;
}
/*
body#combo-drink-set li#bnr-combo {
  display: none;
}
*/

/********************************************
A&W x 琉球ゴールデンキングス GET the T CAMPAIGN
*********************************************/
#kings-getthet-campaign .sp_hidden{
    display:none;
}
#kings-getthet-campaign .pc_hidden{
    display:block;
}
#kings-getthet-campaign .getthet-campaign_contents{
    background:#000000;
}
#kings-getthet-campaign .getthet-campaign_contents .contents_inner{
    width:800px;
    margin:0 auto;
}
#kings-getthet-campaign .getthet-campaign_contents .mainbox{
    text-align:center;
    padding: 40px;
}
#kings-getthet-campaign .getthet-campaign_contents .period_text{
    margin: 10px 0px 30px;
}
#kings-getthet-campaign .getthet-campaign_contents .period_text .text{
    color: #d5c944;
    font-size: 26px;
    font-weight: bolder;
    letter-spacing: 2px;
}
#kings-getthet-campaign .getthet-campaign_contents .period_text .day{
    color: #d5c944;
    font-size: 26px;
    font-weight: bolder;
    letter-spacing: 3px;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .titlewrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px 30px;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .titlewrap::before {
  content: url(https://www.awok.co.jp/wp02/wp-content/uploads/2021/11/kings_arrow01.png);
  display: inline-block;
    margin-right: 20px;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .titlewrap::after {
  content: url(https://www.awok.co.jp/wp02/wp-content/uploads/2021/11/kings_arrow02.png);
  display: inline-block;
    margin-left: 20px;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .title .text01{
    color: #d5c944;
    font-size: 48px;
    font-weight: bolder;
    letter-spacing: 6px;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .title .text02{
    color: #d5c944;
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: 2px;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .burger ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .burger ul li{
    width: 32%;
    margin-bottom: 30px;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .lasttext{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 2;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .burger h4{
    color:#d5c944;
    font-size:26px;
    font-weight: bolder;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .burger ul li .item{
    height: 210px;
    display:flex;
    align-item:center;
}
#kings-getthet-campaign .getthet-campaign_contents .chancewrap .main_text{
    margin:60px 0px 40px;
}
#kings-getthet-campaign .getthet-campaign_contents .chancewrap .ticket{
    margin-bottom:50px;
}
#kings-getthet-campaign .getthet-campaign_contents .btnwrap{
    text-align:center;
}
#kings-getthet-campaign .getthet-campaign_contents .btnwrap .btn01 {
text-align: center;
    background: #d5c944;
    display: flex;
    width: 500px;
    height: 124px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    border-radius: 130px;
    margin: 40px auto;
    color: #000000;
    position: relative;
}
#kings-getthet-campaign .getthet-campaign_contents .btnwrap .btn01 .arrow{
    position: absolute;
    right: 0;
    margin-right: 30px;
}
#kings-getthet-campaign .getthet-campaign_contents .btnwrap .btn01:hover {
    opacity:0.8;
}
#kings-getthet-campaign .getthet-campaign_contents .next_arrow{
    margin: 30px 0px 0px;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap{
     border-bottom:dashed 1px #d5c944;
     padding-top:50px;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .title{
    font-size: 30px;
    color: #d5c944;
    font-weight: bolder;
    letter-spacing: 6px;
    margin-bottom: 30px;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox{
    margin-bottom:45px;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox h4{
    font-size: 25px;
    color: #d5c944;
    text-align: left;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox h4 .number{
    color: #000000;
    background: #d5c944;
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 40px;
    border-radius: 30px;
    line-height: 40px;
    margin-right: 10px;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox ul {
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    margin: 10px 0px 10px 50px;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox ul li{
    padding-left: 1em;
    text-indent: -1em;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox ul li:before {
  display: inline;
  content: "※";
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox .textspace{
  margin-left:3rem;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .textbox{
    margin-bottom: 50px;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .textbox .text01{
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .textbox .text02{
    color: #d5c944;
    font-size: 16px;
    text-align: left;
}
#kings-getthet-campaign .getthet-campaign_contents .gaiyou_wrap{
    padding:50px 80px;
}
#kings-getthet-campaign .getthet-campaign_contents .gaiyou_wrap .title{
    font-size: 30px;
    color: #d5c944;
    font-weight: bolder;
    letter-spacing: 6px;
    margin-bottom: 30px;
}
#kings-getthet-campaign .getthet-campaign_contents .gaiyou_wrap .sbox{
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom:40px;
}
#kings-getthet-campaign .getthet-campaign_contents .gaiyou_wrap .sbox a{
    font-size: 16px;
    color: #ffffff;
}
#kings-getthet-campaign .getthet-campaign_contents .gaiyou_wrap .sbox a:hover{
    opacity:0.8;
}
#kings-getthet-campaign .getthet-campaign_contents .gaiyou_wrap .sbox .s_title::before{
  display: inline;
  content: "●";
    color: #d5c944;
    margin-right: 5px;
}
#getat_footer_btn_wrap a{
    width: 100%;
    background: #d5c944;
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: center;
}
#getat_footer_btn_wrap a:hover{
   background:#e8d967;
}
#getat_footer_btn_wrap a .text02{
    margin:0px 30px;
}
#getat_footer_btn_wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 70px;
    z-index: 99999;
}
#kings-getthet-campaign footer .copyright {
    margin-bottom:100px;
}
@media only screen and (max-width: 920px){
#kings-getthet-campaign .getthet-campaign_contents .contents_inner {
    width: 100%;
    margin: 0 auto;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .burger ul li {
    width: 48%;
    margin-bottom: 20px;
}
#getat_footer_btn_wrap a .text02 {
    margin: 0px 20px;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .burger ul li .item {
    display: block;
    text-align: center;
}
}
@media only screen and (max-width: 800px){
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox .textspace {
    margin-left: 50px;
}
}
@media only screen and (max-width: 768px){
#kings-getthet-campaign .sp_hidden{
    display:block;
}
#kings-getthet-campaign .pc_hidden{
    display:none;
}
#kings-getthet-campaign footer .copyright {
    margin-bottom: 40px;
}
#kings-getthet-campaign .getthet-campaign_contents .mainbox {
    padding: 5%;
}
#kings-getthet-campaign .getthet-campaign_contents .gaiyou_wrap {
    padding: 50px 5%;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox h4 {
    font-size: 21px;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap {
    padding-top: 30px;
}
#kings-getthet-campaign .getthet-campaign_contents .gaiyou_wrap .sbox {
    margin-bottom: 20px;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .title {
    font-size: 26px;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 580px){
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .burger h4 {
    font-size: 21px;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .title .text01 {
    font-size: 32px;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .title .text02 {
    font-size: 18px;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .titlewrap::before {
    margin-right: 5px;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .titlewrap::after {
    margin-left: 5px;
}
#kings-getthet-campaign .getthet-campaign_contents .btnwrap .btn01 {
    width: 100%;
    height: 70px;
    font-size: 21px;
    border-radius: 130px;
    margin: 20px auto;
}
#kings-getthet-campaign .getthet-campaign_contents .gaiyou_wrap {
    padding: 30px 0%;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox {
    margin-bottom: 25px;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox h4 .number {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
}
#kings-getthet-campaign .getthet-campaign_contents .gaiyou_wrap .title {
    font-size: 24px;
    margin-bottom: 20px;
}
#getat_footer_btn_wrap a img{
    width:auto;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox .textspace {
    margin-left: 0px;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox ul {
    margin: 5px 0px 0px 0px;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .lasttext {
    text-align: left;
    font-size: 14px;
}
#kings-getthet-campaign .getthet-campaign_contents .howto_wrap .numberbox ul li {
    font-size: 14px;
}
#kings-getthet-campaign .getthet-campaign_contents .gaiyou_wrap .sbox .text{
    font-size: 14px;
}
#getat_footer_btn_wrap a {
    height: 60px;
}
#kings-getthet-campaign footer .copyright {
    margin-bottom: 0px;
}
}
@media only screen and (max-width: 480px){
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .burger ul li .item {
    height: 180px;
}
}
@media only screen and (max-width: 480px){
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .burger ul li .item {
    height: 180px;
}
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .burger h4 {
    font-size: 18px;
}
}
@media only screen and (max-width: 420px){
#kings-getthet-campaign .getthet-campaign_contents .burgerwrap .burger ul li .item {
    height: 170px;
}
}

/* モバイルオーダーサービス更新 */
#mobileorder-list > p > a {
  width: 20em;
}

#mobileorder #mobileorder02 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px){
  #mobileorder #mobileorder02 {
    margin-bottom: 2em;
  }
}

