/***********************************************************
	1080px 以上 想定
***********************************************************/
@media screen and (min-width: 641px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  a.hover {
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  a.hover:hover {
    text-decoration: underline;
  }
}
/* end of Min 640px */
/***************************************
	common
***************************************/
html {
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #2f3a23;
  font-size: 14px;
  line-height: 1.8;
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
main {
  display: block;
  padding-bottom: 240px;
}
main .contents:last-child {
  padding-bottom: 150px;
}
#container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 1000px;
  min-height: 100%;
}
.contents {
  display: block;
  overflow: hidden;
}
.contents.pt-w {
  background-color: #ffffff;
  background-image: url("/img/patisserie/common/pt-w-bg.png");
  background-position: center top;
}
.contents.pt-g {
  padding-bottom: 40px;
  background-image: url("/img/patisserie/common/pt-g-bg.png");
  background-position: center top;
  background-size: 77px 77px;
}
.contents.line-g {
  position: relative;
}
.contents.line-g::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 82%;
  width: 300px;
  height: 100%;
  background-image: url("/img/patisserie/common/line-g-bg.jpg");
  background-repeat: repeat-y;
}
.wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.inner {
  box-sizing: border-box;
  padding: 0 10px;
}
.column-box .column-item {
  float: left;
}
.column-box.column-box_2 .column-item {
  width: 50%;
}
.column-box.column-box_3 .column-item {
  width: calc(100% / 3);
}
.not-link {
  pointer-events: none;
}
a {
  display: block;
  overflow: hidden;
  color: #566347;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right center;
}
a.cart {
  display: inline;
  padding-right: 20px;
  color: #798c65;
  background-image: url("/img/patisserie/common/icn_cart-blk.png");
  background-size: 17px 15px;
}
a.cart.cart-g {
  background-image: url("/img/patisserie/common/icn_cart-g.png");
}
a.nw {
  display: inline;
  padding-right: 20px;
  color: #798c65;
  background-image: url("/img/patisserie/common/icn_nw-blk.png");
  background-size: 14px 11px;
}
a.nw.nw-g {
  background-image: url("/img/patisserie/common/icn_nw-g.png");
}
a > img {
  display: block;
}
/***************************************
	header
***************************************/
header {
  padding: 35px 0 0;
  background-image: url("/img/patisserie/common/wood-bg.png");
  background-position: center top;
}
header .logo {
  margin-bottom: 50px;
}
header .logo img {
  display: block;
  width: 240px;
  height: 68px;
  margin: 0 auto;
}
header .g-nav {
  height: 230px;
}
header .g-nav > .item {
  position: relative;
  float: left;
  width: 280px;
  height: 100%;
  margin-left: 66.666px;
  text-align: center;
}
header .g-nav > .item:first-child {
  margin-left: 0;
}
header .g-nav > .item.toggle .main-menu {
  background-image: url("/img/patisserie/common/nav/nav-arr.png");
  background-repeat: no-repeat;
  background-position: right 4px bottom 13px;
}
header .g-nav > .item.toggle .main-menu a {
  padding-right: 10px;
}
header .g-nav > .item.hover .main-menu a {
  overflow: visible;
  position: relative;
}
header .g-nav > .item.hover .main-menu a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 0%;
  height: 1px;
  margin: 0 auto;
  transform: -webkit-scaleX(0);
  transform: -moz-scaleX(0);
  transform: -ms-scaleX(0);
  transform: -o-scaleX(0);
  transform: scaleX(0);
  background-color: #798c65;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .g-nav > .item.hover .main-menu:hover a::after {
  width: 100%;
  transform: -webkit-scaleX(1);
  transform: -moz-scaleX(1);
  transform: -ms-scaleX(1);
  transform: -o-scaleX(1);
  transform: scaleX(1);
}
header .g-nav > .item.hover.toggle .main-menu:hover {
  background-image: url("/img/patisserie/common/nav/nav-arr_hover.png");
}
header .g-nav > .item.hover.only .main-menu a img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .g-nav > .item.hover.only .main-menu a:hover img {
  opacity: 0.55;
}
header .g-nav > .item.hover.only.active .main-menu a {
  pointer-events: none;
  cursor: default;
}
header .g-nav > .item.hover.only.active .main-menu a img {
  -webkit-transition: 0;
  -moz-transition: 0;
  -ms-transition: 0;
  -o-transition: 0;
  transition: 0;
}
header .g-nav > .item.hover.only.active .main-menu a:hover img {
  opacity: 1;
}
header .g-nav > .item.active {
  background-image: url("/img/patisserie/common/pt-g-bg.png");
  background-size: 77px 77px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
header .g-nav > .item.active .main-menu {
  border-bottom: 0;
  margin-bottom: 1px;
}
header .g-nav > .item.active .main-menu a:after {
  content: none;
}
header .g-nav > .item.active.toggle .main-menu {
  background-image: url("/img/patisserie/common/nav/nav-arr_active.png");
  background-repeat: no-repeat;
  background-position: right 9px bottom 13px;
}
header .g-nav > .item.active.hover.toggle .main-menu:hover {
  background-image: url("/img/patisserie/common/nav/nav-arr_active_hover.png");
}
header .g-nav .main-menu {
  position: relative;
  z-index: 30;
  display: table;
  width: 100%;
  padding: 0;
  border-bottom: 1px dotted #798c65;
}
header .g-nav .main-menu a {
  box-sizing: border-box;
  display: table-cell;
  height: 47px;
  padding-top: 10px;
  vertical-align: middle;
  text-align: center;
}
header .g-nav .main-menu a img {
  margin: 0 auto;
}
header .g-nav .sub-menu {
  display: none;
  box-sizing: border-box;
  position: absolute;
  z-index: 20;
  top: 47px;
  left: 0;
  width: 100%;
  padding: 7px 15px;
  background-image: url("/img/patisserie/common/pt-g-bg.png");
  background-size: 77px 77px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
header .g-nav .sub-menu > .item {
  display: table !important;
  width: 100%;
  height: 37px;
  border-top: 2px solid transparent;
}
header .g-nav .sub-menu > .item:first-child.active > a {
  border-top: 1px solid #ffffff;
  padding-top: 3px;
}
header .g-nav .sub-menu > .item.active {
  position: relative;
}
header .g-nav .sub-menu > .item.active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
header .g-nav .sub-menu > .item.active > a {
  color: #2f3a23;
  background-color: transparent;
  pointer-events: none;
}
header .g-nav .sub-menu > .item > a {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: #798c65;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
header .g-nav .sub-menu > .item > a.hover:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.55);
}
header .g-nav .sub-menu > .item.sp {
  display: none !important;
}
header .u-nav {
  position: absolute;
  top: 35px;
  right: 0;
}
header .u-nav .online-btn {
  float: left;
}
/* end of header */
/***************************************
	footer
***************************************/
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 50px 0 5px;
  background-image: url("/img/patisserie/common/footer-bg.png");
  background-repeat: repeat-x;
  background-position: center top;
}
footer .wrap {
  position: static;
}
footer .footer-link {
  margin-bottom: 30px;
}
footer .footer-link > .item {
  float: left;
  width: 280px;
  margin-left: 66.666px;
}
footer .footer-link > .item:first-child {
  margin-left: 0;
}
footer .footer-link > .item a {
  color: #798c65;
}
footer .footer-link > .item h2 {
  display: table;
  width: 100%;
  height: 42px;
  border-bottom: 1px dotted #798c65;
  margin-bottom: 20px;
  font-weight: bold;
}
footer .footer-link > .item h2 > a {
  position: relative;
  overflow: visible;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  padding-left: 3px;
  line-height: 1.2;
  color: #798c65;
  background-image: url("/img/patisserie/common/arr-dg_r.png");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 7px 12px;
}
footer .footer-link > .item h2 > a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 0%;
  height: 1px;
  margin: 0 auto;
  transform: -webkit-scaleX(0);
  transform: -moz-scaleX(0);
  transform: -ms-scaleX(0);
  transform: -o-scaleX(0);
  transform: scaleX(0);
  background-color: #798c65;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer .footer-link > .item h2 > a.hover:hover {
  text-decoration: none;
}
footer .footer-link > .item h2 > a.hover:hover::after {
  width: 100%;
  transform: -webkit-scaleX(1);
  transform: -moz-scaleX(1);
  transform: -ms-scaleX(1);
  transform: -o-scaleX(1);
  transform: scaleX(1);
}
footer .footer-link > .item h2 > a img {
  margin: 0 auto;
}
footer .footer-link .sns-list {
  margin: 15px 0 0 14px;
}
footer .footer-link .sns-list > .item a {
  padding: 2px;
  background-color: #a5af92;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
footer .footer-link .sns-list > .item a img {
  width: 29px;
  height: 29px;
}
footer .footer-link .sns-list > .item a.tw,
footer .footer-link .sns-list > .item a.fb {
  padding: 5px;
}
footer .footer-link .sns-list > .item a.tw img,
footer .footer-link .sns-list > .item a.fb img {
  width: 23px;
  height: 23px;
}
footer .center-area {
  margin: 30px 0 20px;
}
footer .center-area > .item {
  vertical-align: middle;
  font-size: 0.857rem;
}
footer .copy-right {
  line-height: 1.0;
  text-align: center;
}
footer .copy-right small {
  font-size: 0.857rem;
}
/* end of footer */
.page-top {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: #798c65;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.page-top::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 62px;
  height: 62px;
  background-image: url("/img/patisserie/common/pagetop-acs.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.page-top img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 44px;
  height: 42px;
}
.page-top.hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-top.hover:hover {
  opacity: 0.55;
}
/***************************************
	parent-content
***************************************/

.tel{
  display: flex;
}

.sp{
  display: none;
}

.hdg-lv2 {
  margin: 60px 0 25px;
  text-align: center;
  font-size: 0;
}
.hdg-lv2 .hdg-inner {
  position: relative;
  display: inline-block;
  padding: 0px 15px 17px;
  border-bottom: 1px dotted #798c65;
}
.hdg-lv2 .hdg-inner::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -35px;
  width: 53px;
  height: 47px;
  background-image: url("/img/patisserie/common/hdg-lv2_acs.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.hdg-lv2 img {
  margin: 0 4px;
  vertical-align: bottom;
}
.hdg-lv2 img.hdg {
  height: 20px;
}
.hdg-lv2 img.store-name {
  height: 14px;
}
.hdg-lv2_left {
  margin-left: 25px;
  text-align: left;
}
.hdg-lv3 {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #454e3c;
  margin-bottom: 30px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.286rem;
  word-break: keep-all;
}
.hdg-lv3 strong {
  display: block;
  font-size: 1.714rem;
  font-weight: bold;
}
.hdg-lv3 strong span {
  display: inline-block;
  margin: 0 4px;
  white-space: nowrap;
}
.mv {
  position: relative;
  width: 100%;
  margin-top: -177px;
}
.mv::before {
  content: "";
  display: block;
  padding-top: 18%;
}
.mv .mv-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.mv .mv-txt {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.mv .mv-txt > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
}
.mv .mv-txt img {
  height: 120px;
}
.mv.mv_chef .mv-inner {
  background-image: url("/img/patisserie/chef/mv-bg.png");
}
.mv.mv_detailed .mv-inner {
  background-image: url("/img/patisserie/detailed/mv-bg.png");
}
.mv.mv_access .mv-inner {
  background-image: url("/img/patisserie/access/mv-bg.png");
}
.mv.mv_cake .mv-inner {
  background-image: url("/img/patisserie/menu/cake/mv-bg.png");
}
.mv.mv_bake .mv-inner {
  background-image: url("/img/patisserie/menu/bake/mv-bg.png");
}
.breadcrumbs {
  margin-top: -10px;
  padding-top: 10px;
  background-image: url("/img/patisserie/common/wood-bg.png");
}
.breadcrumbs ul:first-child {
  height: 25px;
  padding: 10px 0;
  line-height: 25px;
}
.breadcrumbs ul:first-child li {
  float: left;
  margin-right: 0.75em;
  font-size: 0.857rem;
}
.breadcrumbs ul:first-child li:first-child::before {
  content: none;
}
.breadcrumbs ul:first-child li::before {
  content: ">";
  float: left;
  margin-right: 0.75em;
}
.breadcrumbs ul:first-child li a {
  display: inline-block;
  vertical-align: bottom;
  color: #798c65;
}
.breadcrumbs .sns-list.right {
  top: 7px;
}
.sns-list {
  display: inline-block;
  overflow: hidden;
}
.sns-list > .item {
  float: left;
  margin-left: 10px;
}
.sns-list > .item:first-child {
  margin-left: 0;
}
.sns-list > .item a img {
  width: 30px;
  height: 30px;
}
.sns-list.hover > .item a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sns-list.hover > .item a:hover {
  opacity: 0.55;
}
.sns-list.right {
  position: absolute;
  top: 100px;
  right: 0;
}
.list-item {
  margin-left: 10px;
}
.list-item li {
  position: relative;
  margin-top: 7px;
  margin-left: 1rem;
  line-height: 1.2;
}
.list-item li:first-child {
  margin-top: 0;
}
.list-item li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -10px;
  width: 4px;
  height: 4px;
  background-color: #798c65;
}
.list-item li a {
  display: inline-block;
}
.center-area {
  display: block;
  text-align: center;
  font-size: 0;
}
.center-area > .item {
  display: inline-block;
  margin: 0 8px;
  font-size: 1rem;
}
.center-area > .item.pc {
  display: inline-block !important;
}
.table-separate {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  margin-top: -1px;
}
.table-separate th,
.table-separate td {
  box-sizing: border-box;
  padding: 9px 10px;
  border: 1px solid #c4ceb8;
  line-height: 1.5;
}
.table-separate th {
  min-width: 90px;
  font-weight: bold;
  background-color: #c4ceb8;
}
.link-list > .item {
  display: inline-block;
  float: left;
}
.link-list > .item::before {
  content: "｜";
  display: inline-block;
  float: left;
  margin: 0 5px;
  color: #2f3a23;
}
.link-list::after {
  content: "｜";
  display: inline-block;
  float: left;
  margin: 0 5px;
  color: #2f3a23;
}
.bnr-list .item .hover {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bnr-list .item .hover:hover {
  opacity: 0.55;
}
.bnr-list.center-area {
  margin: 0 -15px;
}
.bnr-list.center-area > .item {
  margin: 15px 15px 0;
}
.bnr-list .bnr {
  box-sizing: border-box;
  position: relative;
  width: 485px;
  height: 144px;
  margin-top: 43px;
  background-repeat: no-repeat;
  background-size: 485px 144px;
}
.bnr-list .bnr.bnr_meguro {
  background-image: url("/img/patisserie/common/bnr/bnr-meguro.png");
}
.bnr-list .bnr.bnr_shinjuku {
  background-image: url("/img/patisserie/common/bnr/bnr-shinjuku.png");
}
.bnr-list .bnr::before {
  content: "";
  position: absolute;
  top: -53px;
  left: -24px;
  width: 267px;
  height: 112px;
  background-image: url("/img/patisserie/common/bnr/bnr-acs.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  cursor: default;
}
.bnr-list .bnr .txt {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.bnr-list .link {
  position: absolute;
  top: 4px;
  left: 260px;
}
.bnr-list .link > .item {
  box-sizing: border-box;
  display: table;
  width: 210px;
  height: 68px;
  border-top: 1px dotted #a5af92;
}
.bnr-list .link > .item:first-child {
  border-top: none;
}
.bnr-list .link > .item a {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  background-image: url("/img/patisserie/common/arr-g_r.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px 14px;
}
.bnr-list .link > .item a img {
  display: inline-block;
  height: 24px;
}
.btn {
  max-width: 800px;
  padding: 0 10px;
  margin: 25px auto;
  text-align: center;
}
.btn .btn-inner {
  display: block;
  padding: 8px 0;
  font-size: 1.143rem;
  color: #ffffff;
  background-color: #798c65;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn.more-btn {
  padding: 0;
}
.btn.more-btn .btn-inner {
  line-height: 1.25;
  font-size: 0.857rem;
}
.btn.more-btn .btn-inner span {
  padding-right: 13px;
  padding-left: 22px;
  background-image: url("/img/patisserie/common/tri-w_b.png");
  background-repeat: no-repeat;
  background-size: 7px 6px;
  background-position: left center;
}
.btn.btn-acs {
  position: relative;
}
.btn.btn-acs::before,
.btn.btn-acs::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  pointer-events: none;
  background-size: contain;
}
.btn.btn-acs::before {
  bottom: -8px;
  left: -5px;
  background-image: url("/img/patisserie/common/btn-acs_l.png");
}
.btn.btn-acs::after {
  bottom: -8px;
  right: -5px;
  background-image: url("/img/patisserie/common/btn-acs_r.png");
}
.btn.hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.hover:hover {
  opacity: 0.55;
}
.online-btn {
  display: table;
  width: 140px;
  height: 30px;
}
.online-btn a {
  display: table-cell;
  padding-top: 2px;
  padding-left: 20px;
  border: 1px dotted #a5af92;
  vertical-align: middle;
  text-align: center;
  background-color: #ffffff;
  background-image: url("/img/patisserie/common/icn_cart-g.png");
  background-size: 21px 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.online-btn a img {
  margin: 0 auto;
}
.online-btn a.hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.online-btn a.hover:hover {
  opacity: 0.55;
}
/*******************
	child-contents
*******************/
.hero {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 570px;
  margin-top: -177px;
  margin-bottom: -20px;
  background-repeat: repeat-x;
  background-position: center center;
}
.hero .img-area {
  position: absolute;
  min-width: 2000px;
  left: -50%;
  right: -50%;
  height: 100%;
  margin: 0 auto;
}
.hero .img-area img {
  position: absolute;
  top: 8px;
  left: -50%;
  right: -50%;
  margin: 0 auto;
}
.hero.hero-meguro {
  background-image: url("/img/patisserie/index/hero-bg-meguro.png");
}
.hero.hero-shinjuku {
  background-image: url("/img/patisserie/index/hero-bg-shinjuku.png");
}
.hero.hero-pebisu {
  background-image: url("/img/patisserie/index/hero-bg-pebisu.png");
}
.back-circle {
  width: 100%;
  min-height: 550px;
  padding: 50px 0 70px;
  margin: -60px 0 -80px;
  background-color: #ffffff;
  -webkit-border-radius: 750px;
  -moz-border-radius: 750px;
  border-radius: 750px;
}
.news-list {
  width: 840px;
  margin: 35px auto 0;
}
.news-list > .item {
  padding: 22px 0 20px;
  background-image: url("/img/patisserie/index/news-bdr.png");
  background-size: 39px 2px;
  background-repeat: repeat-x;
  background-position: left top;
}
.news-list > .item:first-child {
  padding-top: 0;
  background-image: none;
}
.news-list .img-area {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 91px;
  height: 91px;
}
.news-list .img-area::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 91px;
  height: 91px;
  background-image: url("/img/patisserie/index/news-img_mask.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.news-list .img-area img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 100%;
  min-width: 91px;
  min-height: 91px;
  height: auto;
  margin: auto;
}
.news-list .txt-area {
  padding-top: 10px;
  margin-left: 105px;
}
.news-list .txt-area .ttl {
  font-weight: bold;
}
.news-list .txt-area em,
.news-list .txt-area strong {
  font-weight: bold;
}
.news-list .txt-area a {
  text-decoration: underline;
  color: #2f3a23;
  display: inline;
}
.news-list .txt-area a:hover {
  text-decoration: none;
}
.tax-txt {
  position: absolute;
  top: -25px;
  font-size: 0.857rem;
}
.menu-list {
  margin: 13px -12px 25px;
}
.menu-list > .item {
  position: relative;
  float: left;
  margin: 10px;
  background-image: url("/img/patisserie/menu/menu-bg_tr.png"), url("/img/patisserie/menu/menu-bg_br.png"), url("/img/patisserie/menu/menu-bg_bl.png"), url("/img/patisserie/menu/menu-bg_tl.png"), url("/img/patisserie/menu/menu-bg_t.png"), url("/img/patisserie/menu/menu-bg_r.png"), url("/img/patisserie/menu/menu-bg_b.png"), url("/img/patisserie/menu/menu-bg_l.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: right top, right bottom, left bottom, left top,
			center top, right center, center bottom, left center;
  background-size: 40px 40px, 40px 40px, 40px 40px, 40px 40px, 270px 10px, 10px 378px, 270px 10px, 10px 378px;
}
.menu-list .menu-card {
  box-sizing: border-box;
  padding: 0 9px 9px;
  margin: 10px;
  background-color: #ffffff;
}
.menu-list .menu-card::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/patisserie/menu/menu-acs_l.png");
}
.menu-list .menu-card .img-area {
  position: relative;
  display: block;
  overflow: hidden;
  width: 283px;
  height: 283px;
  margin: 0 0 10px;
}
.menu-list .menu-card .img-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/patisserie/menu/menu-acs_r.png");
}
.menu-list .menu-card .img-area::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 283px;
  height: 283px;
  background-image: url("/img/patisserie/menu/menu-img_mask.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.menu-list .menu-card .img-area img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 100%;
  min-width: 283px;
  min-height: 283px;
  height: auto;
  margin: auto;
}
.menu-list .menu-card .txt-area {
  margin: 10px 0 0;
}
.menu-list .menu-card .txt-area .ttl {
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.286rem;
}
.menu-list .menu-card .txt-area .price {
  font-weight: bold;
}
.menu-list .menu-card .txt-area em,
.menu-list .menu-card .txt-area strong {
  font-weight: bold;
}
.menu-list .menu-card .txt-area a {
  display: inline;
  color: #2f3a23;
  text-decoration: underline;
}
.menu-list .menu-card .txt-area a:hover {
  text-decoration: none;
}
.menu-list .online-item {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 95px;
  height: 30px;
}
.menu-list .online-item .hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu-list .online-item .hover:hover {
  opacity: 0.55;
}
.menu-list .online-item img {
  width: 100%;
}
.menu-list.index > .item {
  width: 321px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.075);
}
.menu-list.menu {
  margin: 50px -5px 0;
}
.menu-list.menu > .item {
  width: 241px;
  min-height: 291px;
  margin: 5px;
  background-image: url("/img/patisserie/common/box/box-tr.png"), url("/img/patisserie/common/box/box-br.png"), url("/img/patisserie/common/box/box-bl.png"), url("/img/patisserie/common/box/box-tl.png"), url("/img/patisserie/common/box/box-t.png"), url("/img/patisserie/common/box/box-r.png"), url("/img/patisserie/common/box/box-b.png"), url("/img/patisserie/common/box/box-l.png");
  background-size: 45px 45px, 45px 45px, 45px 45px, 60px 60px, 145px 10px, 10px 105px, 145px 10px, 10px 138px;
}
.menu-list.menu .menu-card {
  margin: 6px;
  padding: 0 6px 6px;
}
.menu-list.menu .menu-card::before {
  top: 12px;
  left: 12px;
  width: 38px;
  height: 38px;
}
.menu-list.menu .menu-card .img-area {
  width: 217px;
  height: 217px;
  margin: 0px;
}
.menu-list.menu .menu-card .img-area::before {
  bottom: 0;
  right: 0;
  width: 38px;
  height: 38px;
}
.menu-list.menu .menu-card .img-area::after {
  width: 217px;
  height: 218px;
}
.menu-list.menu .menu-card .img-area img {
  min-width: 217px;
  min-height: 217px;
}
.menu-list.menu .menu-card .txt-area {
  margin: 5px 0 0;
}
.menu-list.menu .menu-card .txt-area .ttl {
  margin: 5px 0 5px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.box-area {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  background-image: url("/img/patisserie/common/box/box-tr.png"), url("/img/patisserie/common/box/box-br.png"), url("/img/patisserie/common/box/box-bl.png"), url("/img/patisserie/common/box/box-tl.png"), url("/img/patisserie/common/box/box-t.png"), url("/img/patisserie/common/box/box-r.png"), url("/img/patisserie/common/box/box-b.png"), url("/img/patisserie/common/box/box-l.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: right top, right bottom, left bottom, left top,
		center top, right center, center bottom, left center;
  background-size: 45px 45px, 45px 45px, 45px 45px, 60px 60px, 145px 10px, 10px 105px, 145px 10px, 10px 138px;
}
.box-area::before,
.box-area::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
.box-area::before {
  top: 12px;
  left: 12px;
  background-image: url("/img/patisserie/menu/menu-acs_l.png");
  background-position: left top;
}
.box-area::after {
  bottom: 12px;
  right: 12px;
  background-image: url("/img/patisserie/menu/menu-acs_r.png");
  background-position: right bottom;
}
.box-area .box-inner {
  padding: 65px;
  margin: 10px;
  background-color: #ffffff;
}
.box-area + .box-area {
  margin-top: 30px;
}
.map-area {
  margin: 40px 0 50px;
}
.map-area .map-box {
  float: left;
  width: 200px;
  height: 200px;
  margin-left: 25px;
  margin-bottom: 25px;
}
.map-area .map-txt {
  margin-left: 10px;
}
.map-area .map-txt .ttl {
  font-weight: bold;
  font-size: 1.143rem;
  word-break: keep-all;
}
.access-map {
  width: 100%;
  height: 320px;
  margin: 30px 0 0;
}
.fb-area {
  float: right;
  width: 100%;
  max-width: 430px;
  margin: 55px 0 0;
}
.facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.facebook-wrapper > .fb-page {
  width: 100%;
}
.facebook-wrapper > .fb-page > span {
  width: 100% !important;
}
.facebook-wrapper iframe {
  width: 100% !important;
}
.txt-img-area .txt-area {
  float: left;
  width: 400px;
}
.txt-img-area .txt-area .txt {
  margin-top: 30px;
  line-height: 2.2;
}
.txt-img-area .img-area {
  display: table;
  margin-left: 475px;
}
.txt-img-area .img-area .img-area-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 356px;
  height: 350px;
  font-size: 0;
}
.txt-img-area .img-area .img-area-inner img {
  width: auto;
  height: auto;
  max-width: 356px;
  max-height: 350px;
}
.txt-img-area.detailed .txt-area .txt {
  line-height: 2.0;
  word-break: keep-all;
}
.txt-img-area.detailed .img-area {
  margin-left: 460px;
}
.txt-img-area.detailed .img-area .img-area-inner {
  width: 370px;
  height: 370px;
}
.txt-img-area.detailed .img-area .img-area-inner img {
  max-width: 370px;
  max-height: 370px;
}
.img-tbl-area {
  margin: 30px 0;
}
.img-tbl-area .img-area {
  float: right;
  width: 370px;
}
.img-tbl-area .img-area img {
  display: block;
  width: 100%;
}
.img-tbl-area .tbl-area {
  float: left;
  width: 460px;
}
/***********************************************************
	1600px 以下 想定
***********************************************************/
@media screen and (max-width: 1600px) {
  /***************************************
	parent-content
***************************************/
  .mv {
    width: 200%;
    margin-left: -50%;
    padding-top: 0;
    height: 286px;
  }
  .mv .mv-inner {
    width: 1600px;
    margin: 0 auto;
    right: 0;
  }
}
/***********************************************************
	1000px 以下 想定
***********************************************************/
@media screen and (max-width: 1000px) {
  /***************************************
	parent-content
***************************************/
  /*******************
	child-contents
*******************/
  .contents.line-g::before {
    right: -5px;
    width: 150px;
  }
}
/* end of Max 1000px */
/***********************************************************
	640px 以上 想定
***********************************************************/
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  /***************************************
	common
***************************************/
  main {
    padding-bottom: 80px;
  }
  main .contents:last-child {
    padding-bottom: 90px;
  }
  #container {
    width: 100%;
    min-width: 320px;
    min-height: 100%;
  }
  #container.active .menu .menu-inner span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  #container.active .menu .menu-inner span:nth-child(2) {
    opacity: 0;
  }
  #container.active .menu .menu-inner span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  .wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
  .column-box .inner {
    padding: 0;
  }
  .column-box._pc.column-box_2 .column-item,
  .column-box._pc.column-box_3 .column-item {
    display: inherit;
    float: none;
    width: 100%;
  }
  .hdg-lv2 .hdg-inner {
    padding: 0 5px 12px 20px;
    margin-right: 15px;
  }
  .hdg-lv2 .hdg-inner::before {
    left: -25px;
    width: 46px;
    height: 40px;
  }
  .hdg-lv2 img.hdg {
    height: 17px;
  }
  .hdg-lv2 img.store-name {
    height: 12px;
  }
  .hdg-lv2_left._pc {
    text-align: center;
  }
  .hdg-lv3 {
    font-size: 1.143rem;
  }
  .hdg-lv3 strong {
    font-size: 1.429rem;
  }
  /***************************************
	header
***************************************/
  header {
    padding: 10px 0 60px;
    background-size: 800px;
  }
  header .wrap {
    box-sizing: border-box;
    padding: 0 15px;
  }
  header .logo {
    margin-bottom: 0;
  }
  header .logo img {
    width: 163px;
    height: 86px;
    height: auto;
    margin: 0;
  }
  header .nav {
    box-sizing: border-box;
    display: none;
    overflow-y: scroll !important;
    position: absolute;
    z-index: 50;
    top: 56px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 66px);
    height: auto;
    padding: 17px 20px;
    background-color: #a5af92;
  }
  header .menu {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    width: 46px;
    height: 46px;
    background-color: #a5af92;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  header .menu .menu-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 16px;
  }
  header .menu .menu-inner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  header .menu .menu-inner span:nth-child(1) {
    top: 0;
  }
  header .menu .menu-inner span:nth-child(2) {
    top: 7px;
  }
  header .menu .menu-inner span:nth-child(3) {
    bottom: 0;
  }
  header .g-nav {
    height: auto;
  }
  header .g-nav > .item {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 10px 0 0;
    padding: 7px;
    background-color: #737e62;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  header .g-nav > .item:first-child {
    margin-top: 0;
  }
  header .g-nav > .item.toggle {
    float: none;
  }
  header .g-nav > .item.toggle .main-menu {
    background-image: none;
  }
  header .g-nav > .item.toggle .main-menu a {
    padding-right: 0;
  }
  header .g-nav > .item.only {
    float: left;
    width: 50%;
    padding: 0;
    background-color: transparent;
  }
  header .g-nav > .item.only .main-menu {
    display: table;
    height: 50px;
    background-color: #737e62;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  header .g-nav > .item.only .main-menu a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-position: right 9px center;
  }
  header .g-nav > .item.only:nth-child(2n+1) {
    padding-right: 2px;
  }
  header .g-nav > .item.only:nth-child(2n+2) {
    padding-left: 2px;
  }
  header .g-nav > .item.active {
    background-image: none;
  }
  header .g-nav > .item.active .main-menu {
    background-image: none;
  }
  header .g-nav > .item.active.toggle .main-menu {
    background-image: none;
  }
  header .g-nav .main-menu {
    height: 36px;
    border-bottom: 0;
  }
  header .g-nav .main-menu a {
    height: auto;
    padding: 0;
    background-image: url("/img/patisserie/common/arr-w_r.png");
    background-repeat: no-repeat;
    background-position: right 1px center;
    background-size: 7px 11px;
  }
  header .g-nav .main-menu a img {
    height: 18px;
  }
  header .g-nav .sub-menu {
    display: block;
    position: relative;
    top: 0;
    padding: 0;
    margin-top: 1px;
    background-image: none;
  }
  header .g-nav .sub-menu > .item {
    box-sizing: border-box;
    float: left;
    width: 50%;
    height: 40px;
    border-top: 0;
    margin-top: 4px;
  }
  header .g-nav .sub-menu > .item:nth-child(2n+1) {
    padding-left: 2px;
  }
  header .g-nav .sub-menu > .item:nth-child(2n+2) {
    padding-right: 2px;
  }
  header .g-nav .sub-menu > .item.pc {
    display: none !important;
  }
  header .g-nav .sub-menu > .item.active::after {
    content: none;
  }
  header .g-nav .sub-menu > .item.active > a {
    line-height: 1.0;
    color: #566347;
    background-color: #a5af92;
    pointer-events: auto;
  }
  header .g-nav .sub-menu > .item > a {
    color: #566347;
    background-color: #a5af92;
  }
  header .g-nav .sub-menu > .item.sns-area {
    display: table !important;
    background-color: transparent;
  }
  header .g-nav .sub-menu > .item.sns-area .sns-list {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  header .g-nav .sub-menu > .item.sns-area .sns-list > .item {
    float: none;
    margin: 0 5px;
  }
  header .g-nav .sub-menu > .item.sns-area .sns-list > .item a img {
    width: 29px;
    height: 29px;
  }
  header .u-nav {
    position: relative;
    top: 0px;
    right: 0;
  }
  header .u-nav .online-btn,
  header .u-nav .cafe-btn {
    float: left;
    display: table !important;
    box-sizing: border-box;
    width: 50%;
    height: 50px;
    border: 0;
    margin-top: 10px;
  }
  header .u-nav .online-btn > a,
  header .u-nav .cafe-btn > a {
    display: table-cell;
    padding-right: 14px;
    border: 0;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  header .u-nav .online-btn > a span,
  header .u-nav .cafe-btn > a span {
    white-space: nowrap;
  }
  header .u-nav .online-btn {
    padding-right: 2px;
    margin-right: 0;
  }
  header .u-nav .online-btn > a {
    padding-right: 33px;
    background-color: #737e62;
    background-image: url("/img/patisserie/common/icn_cart-w.png");
    background-size: 18px 18px;
    background-position: right 10px center;
  }
  header .u-nav .cafe-btn {
    padding-left: 2px;
  }
  header .u-nav .cafe-btn > a {
    padding-right: 33px;
    padding-left: 15px;
    background-color: #835a42;
    background-image: url("/img/patisserie/common/icn_nw-w.png");
    background-size: 15px 11px;
    background-position: right 9px center;
  }
  header .u-nav .sns-list {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
  }
  header .u-nav .sns-list > .item {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }
  /* end of header */
  /***************************************
	footer
***************************************/
  footer {
    padding: 35px 0 15px;
    background-size: 500px;
    background-position: center top;
  }
  /* end of footer */
  /***************************************
	parent-content
***************************************/
  .mv {
    width: 100%;
    height: auto;
    margin-top: -42px;
    margin-left: 0;
  }
  .mv::before {
    padding-top: 32%;
  }
  .mv .mv-inner {
    width: 100%;
  }
  .mv .mv-txt img {
    height: 60px;
  }
  .mv.mv_chef .mv-inner {
    background-image: url("/img/patisserie/chef/mv-bg_sp.png");
  }
  .mv.mv_detailed .mv-inner {
    background-image: url("/img/patisserie/detailed/mv-bg_sp.png");
  }
  .mv.mv_access .mv-inner {
    background-image: url("/img/patisserie/access/mv-bg_sp.png");
  }
  .mv.mv_cake .mv-inner {
    background-image: url("/img/patisserie/menu/cake/mv-bg_sp.png");
  }
  .mv.mv_bake .mv-inner {
    background-image: url("/img/patisserie/menu/bake/mv-bg_sp.png");
  }
  .sns-list > .item:first-child {
    margin-left: 0;
  }
  .sns-list > .item a img {
    width: 44px;
    height: 44px;
  }
  .sns-list > .item.cart a {
    width: 40px;
    height: 40px;
    border: 2px dotted #a5af92;
    background-color: #ffffff;
    background-image: url("/img/patisserie/common/icn_cart-g.png");
    background-repeat: no-repeat;
    background-position: left 4px center;
    background-size: 31px 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .sns-list.right {
    position: absolute;
    top: -50px;
    right: 5px;
  }
  .sns-list.right > .item {
    margin-left: 5px;
  }
  .sns-list.right > .item a img {
    width: 29px;
    height: 29px;
  }
  .center-area > .item.pc {
    display: none !important;
  }
  .center-area > .item.sp {
    display: inline-block !important;
  }
  .bnr-list.center-area {
    margin: 0 10px 30px;
    padding: 10px 0 0;
  }
  .bnr-list.center-area > .item {
    position: relative;
    display: block;
    margin: 9% 0 0;
    width: 100%;
  }
  .bnr-list.center-area > .item::before {
    content: "";
    display: block;
    padding-top: 29.3%;
  }
  .bnr-list .bnr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-size: contain;
  }
  .bnr-list .bnr::before {
    top: -25%;
    left: -4%;
    width: 46%;
    height: 77%;
  }
  .bnr-list .link {
    top: 2%;
    left: 55%;
    width: 42%;
    height: 96%;
  }
  .bnr-list .link > .item {
    width: 100%;
    height: 50%;
  }
  .bnr-list .link > .item a {
    background-size: 5.75px 10px;
  }
  .bnr-list .link > .item a img {
    height: 30%;
    min-height: 16px;
  }
  /*******************
	child-contents
*******************/
  .contents.pt-w {
    background-size: 269px;
  }
  .contents.pt-g {
    padding-bottom: 20px;
  }
  .contents.line-g::before {
    right: -35px;
    width: 75px;
    background-size: 75px 138px;
  }
  .hero {
    height: auto;
    margin-top: -42px;
    margin-bottom: -25px;
    background-image: none !important;
    background-color: transparent !important;
  }
  .hero .img-area {
    position: relative;
    left: 0;
    right: 0;
    min-width: 0;
    height: auto;
  }
  .hero .img-area img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .back-circle {
    box-sizing: border-box;
    width: 100%;
    min-height: 0;
    padding: 10px;
    margin: 90px 0 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .back-circle .hdg-lv2 {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .news-list {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0;
  }
  .news-list > .item {
    padding: 15px 0 0;
    margin-top: 15px;
    display: none;
  }
  .news-list > .item:first-child {
    display: block;
    margin-top: 0;
  }
  .news-list .txt-area {
    padding-top: 5px;
    margin-left: 100px;
  }
  .news-list .txt-area .ttl {
    line-height: 1.6;
    padding-bottom: 5px;
  }
  .news-list .txt-area .txt {
    font-size: 0.857rem;
  }
  .news-list .txt-area a:hover {
    text-decoration: underline;
  }
  .news-list + .btn {
    margin: 15px 0 0;
  }
  .tax-txt {
    position: relative;
    top: 15px;
  }
  .menu-list {
    box-sizing: border-box;
    padding: 0 20px;
    margin: -15px -10px 25px;
  }
  .menu-list > .item {
    min-height: 0;
    margin: 5px 0;
  }
  .menu-list .menu-card::before {
    width: 50px;
    height: 50px;
  }
  .menu-list .menu-card .img-area {
    width: 100%;
    height: 0 !important;
    padding-top: 100%;
    margin-bottom: 10px;
  }
  .menu-list .menu-card .img-area::before {
    width: 50px;
    height: 50px;
  }
  .menu-list .menu-card .img-area::after {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .menu-list .menu-card .img-area img {
    padding-right: 1px;
  }
  .menu-list .menu-card .txt-area {
    margin-top: 10px;
  }
  .menu-list .menu-card .txt-area .ttl {
    margin-top: 10px;
    font-size: 1.143rem;
  }
  .menu-list .menu-card .txt-area a {
    display: inline;
  }
  .menu-list .menu-card .txt-area a:hover {
    text-decoration: underline;
  }
  .menu-list .online-item {
    bottom: 7px;
    right: 7px;
    width: 70px;
    height: 20px;
  }
  .menu-list.index > .item {
    width: 100%;
    min-height: 0;
  }
  .menu-list.menu {
    margin-top: 15px;
    padding: 0 1.5px;
  }
  .menu-list.menu > .item {
    width: calc(50% - 3px);
    min-height: 0;
    margin: 1.5px;
  }
  .menu-list.menu .menu-card::before {
    width: 25px;
    height: 25px;
    top: 10px;
    left: 10px;
  }
  .menu-list.menu .menu-card .img-area {
    width: 100%;
  }
  .menu-list.menu .menu-card .img-area::before {
    width: 25px;
    height: 25px;
  }
  .menu-list.menu .menu-card .img-area::after {
    width: 100%;
    height: 100%;
  }
  .menu-list.menu .menu-card .img-area img {
    min-width: 0;
    min-height: 0;
  }
  .box-area .box-inner {
    padding: 20px 10px 40px;
  }
  .box-area + .box-area {
    margin-top: 20px;
  }
  .map-area {
    margin: 0 30px;
  }
  .map-area .map-box {
    box-sizing: border-box;
    float: none;
    width: calc(100% - 40px);
    height: 0;
    padding-top: calc(100% - 40px);
    margin: 0 auto 20px;
  }
  .map-area .map-box > div {
    top: 0px;
    left: 0px;
    right: 0;
  }
  .map-area .map-txt {
    margin: 0;
  }

  .maps {
    margin: 0 -20px 0 0;
  }

  .access-map {
    height: 270px;
  }

  .smapm {
    margin: 40px 20px 40px 20px;
  }

.tel{
  display: flex;
}

.sp{
  display: block;
}


  .fb-area {
    box-sizing: border-box;
    position: relative;
    float: none;
    width: calc(100% - 20px);
    max-width: 500px;
    height: 450px;
    margin: 55px auto 0px;
  }
  .fb-area img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .fb-page {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
  }
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget iframe[style] {
    width: 100% !important;
    height: 100% !important;
  }
  .txt-img-area .txt-area {
    float: none;
    width: 100%;
  }
  .txt-img-area .txt-area .txt {
    margin-top: 30px;
    line-height: 2.0;
  }
  .txt-img-area .img-area {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: 0;
  }
  .txt-img-area .img-area::before {
    content: "";
    display: block;
    padding-top: 98%;
  }
  .txt-img-area .img-area .img-area-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .txt-img-area .img-area .img-area-inner img {
    max-width: 100%;
    max-height: 100%;
  }
  .txt-img-area.detailed .txt-area .txt {
    word-break: initial;
  }
  .txt-img-area.detailed .img-area {
    margin-left: 0;
  }
  .txt-img-area.detailed .img-area .img-area-inner {
    width: 100%;
    height: 100%;
  }
  .txt-img-area.detailed .img-area .img-area-inner img {
    max-width: 100%;
    max-height: 100%;
  }
  .img-tbl-area {
    margin: 10px 0;
  }
  .img-tbl-area .img-area {
    float: none;
    width: 100%;
    margin: 20px 0 10px;
  }
  .img-tbl-area .img-area img {
    display: block;
    width: 100%;
  }
  .img-tbl-area .tbl-area {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}
/* end of Max 640px */
