@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;700&family=Noto+Sans+JP:wght@200;300;400;500;700&family=Barlow+Semi+Condensed:wght@400;600;700&family=Roboto:wght@700&display=swap');

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

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

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='month']::-webkit-outer-spin-button,
input[type='month']::-webkit-inner-spin-button,
input[type='datetime-local']::-webkit-outer-spin-button,
input[type='datetime-local']::-webkit-inner-spin-button,
input[type='week']::-webkit-outer-spin-button,
input[type='week']::-webkit-inner-spin-button,
input[type='time']::-webkit-outer-spin-button,
input[type='time']::-webkit-inner-spin-button,
input[type='date']::-webkit-outer-spin-button,
input[type='date']::-webkit-inner-spin-button {
  display: none;
}

input[type='number'],
input[type='month'],
input[type='datetime-local'],
input[type='week'],
input[type='time'],
input[type='date'] {
  -moz-appearance: textfield;
}

input[type='date']::-webkit-clear-button,
input[type='month']::-webkit-clear-button,
input[type='datetime-local']::-webkit-clear-button,
input[type='time']::-webkit-clear-button,
input[type='week']::-webkit-clear-button {
  -webkit-appearance: none;
}

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

input::-ms-clear {
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #000;
  opacity: 1;
  -webkit-transform: 0.3s all;
          transform: 0.3s all;
}

a:hover {
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.1em;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s all;
}

body {
	width: 100%;
	height: 100%;
	_font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	_font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
	font-style: normal;
}

.fwb { font-weight: bold; }
.pc_none { display: none; }
.sp_none { display: block; }

@media screen and (max-width: 768px) {
  .pc_none { display: block; }
  .sp_none { display: none; }
}

/*.contents {
	position: relative;
	z-index: 0;
}*/

.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 1s;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


/******したからふわっと*********/

.fadein-item {
	opacity: 0;
	visibility: hidden;
	transition: 1.5s all;
	transform: translateY(60px);
	/*animation-name: fadein;
    animation-duration: 2s;*/
}
  
.fadein-item.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


/****店舗ヘッダー調整****/
/*#daimaru_matsuzakaya_stores.test{
  position: static;
  animation: anim 1s forwards;
}

@keyframes anim {
  0% {
  transform: translateY(0px);
  }

  100% {
  transform: translateY(-80px);
  }
}*/

#header.test{
  position: static;
} 

#header .header-fix-wrap.no-fixed{
  position: static;
}

/***LP共通***/
.restaurant_floor{
  font-family: 'Noto Sans JP', sans-serif;
  background: #F4F3EE;
  position: relative;
}



/*.restaurant_floor_image img{
  width: 100%;
  height: 522px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .restaurant_floor_image img{
    height: 200px;
  }
}*/

/***ナビ****/
.restaurant_floor .nav{
  position: relative;
}

.restaurant_floor .nav .menu-inner{
  width: 420px;
  height: 25px;
  position: fixed;
  top: 140px;
  right: 4%;
  z-index: 100000;
}

.restaurant_floor .nav .menu-inner.fixed{
  top: 100px
}

.restaurant_floor .nav .menu-inner ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.restaurant_floor .nav .menu-inner ul li.sp-menu-title{
  display: none;
}

.restaurant_floor .nav .menu-inner ul li a{
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-decoration: none;
}

.restaurant_floor .nav .openbtn{
  display: none;
}


@media screen and (max-width: 768px) {
  .restaurant_floor .nav .openbtn{
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: 0;
    z-index: 100005;
  }
  
  .restaurant_floor .nav .openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    width: 28px;
    height: 2px;
    background: #fff;
  }
  
  .restaurant_floor .nav .openbtn span:nth-of-type(1){
    top: 15px;
    right: 7px;
  }
  
  .restaurant_floor .nav .openbtn span:nth-of-type(2){
    top: 24px;
    right: 7px;
  }

  .restaurant_floor .nav .openbtn.active span:nth-of-type(1){
    top: 12px;
    transform: translateY(6px) rotate(-45deg);
  }
  
  .restaurant_floor .nav .openbtn.active span:nth-of-type(2){
    transform: translateY(-6px) rotate(45deg);
  }

  .restaurant_floor .nav .menu-inner ul{
    opacity: 0;
    visibility: hidden;
    display: none;
    background-color: #EDEBE0;
    _transition: .3s ease-in-out;
    _transition: .3s;
    padding: 0 5%;
  }

  .restaurant_floor .nav .menu-inner ul.menu-active{
    opacity: 1;
    visibility: visible;
    _transition: .3s;
    padding-top: 25px;
    height: 100svh;
  }

  .restaurant_floor .nav .menu-inner{
    width: 100%;
    right: 0;
    top: 92px;
  }

  .restaurant_floor .nav .menu-inner ul li.sp-menu-title{
    display: block;
  }

  .restaurant_floor .nav .menu-inner ul li{
    margin-bottom: 65px;
  }

  .restaurant_floor .nav .menu-inner ul li a{
    color: #181818;
    font-size: 2.4rem;
  }
}

.mv-slide-container .mv-slide .swiper-slide{
  position: relative;
}

.mv-slide-container .mv-slide .swiper-slide.swiper-slide-active{

}

.mv-slide-container .mv-slide .swiper-slide.swiper-slide-active:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 500;
}


/**MAP**/
.restaurant_floor .map{
  padding: 140px 0 160px;
}

.restaurant_floor .map .zoomer{
  background: #F4F3EE !important;
}

.restaurant_floor .map .zoomer_wrapper{
	height: 540px;
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
}

.restaurant_floor .map .zoomer .zoomer-holder{
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .restaurant_floor .map{
    padding-top: 95px;
  }

  .restaurant_floor .map .zoomer_wrapper{
    height: 260px;
  }

  .zoomer .zoomer-controls-bottom{
    bottom: 0;
  }
}




/*------------------------------------------
  footer
------------------------------------------*/
.cmn-footer {
  position: relative;
  background: #333;
  color: #fff;
  padding: 44px 17px 40px;
  border-top: 2px solid #fff;
}

.cmn-footer .page-top {
  width: 49px;
  height: 49px;
  background: rgba(51, 51, 51, 0.5);
  border-radius: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  transition: 0.3s;
  z-index: 1000;
}

.cmn-footer .page-top.hide {
  display: none;
  transition: 0.3s;
}

.cmn-footer .page-top.fixed {
  position: absolute;
  display: block;
  top: -80px;
}

.cmn-footer .page-top .arrow {
  stroke-width: 6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 12px;
  height: 20px;
  padding-right: 4px;
}

.cmn-footer .page-top a {
  display: flex;
  width: 49px;
  height: 49px;
  align-items: center;
  justify-content: center;
}

.cmn-footer .ft-inner {
  font-size: 14px;
  font-size: 3.7333333333vw;
}

.cmn-footer .ft-inner a {
  color: #fff;
  text-decoration: none;
}

.cmn-footer .ft-address {
  text-align: center;
}

.cmn-footer .ft-address .logo {
  margin-bottom: 12px;
}

.cmn-footer .ft-address .logo img {
  height: 25px;
}

.cmn-footer .ft-address p {
  line-height: 1.642857143;
}

.cmn-footer .ft-link {
  margin: 20px 0 35px;
}

.cmn-footer .ft-link li {
  line-height: 1.357142857;
  border-bottom: 1px solid #656565;
}

.cmn-footer .ft-link li:first-child {
  border-top: 1px solid #656565;
}

.cmn-footer .ft-link li a {
  display: block;
  position: relative;
  padding: 17px 10% 20px 3%;
}

.cmn-footer .ft-link li a:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 13px;
  background: url(../img/parts/arrow_wh.svg) no-repeat;
  background-size: 8px 13px;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

.cmn-footer .ft-copyright {
  text-align: center;
  font-size: 9px;
  font-size: 2.4vw;
  color: #898888;
}

@media (min-width: 768px) {
  .sp-visible {
    display: none;
  }
  .pc-visible {
    display: inline-block;
  }
  .cmn-footer {
    padding: 76px 15px 40px;
  }
  .cmn-footer .ft-inner {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .cmn-footer .ft-address .logo {
    margin-bottom: 16px;
  }
  .cmn-footer .ft-address .logo img {
    height: 30px;
  }
  .cmn-footer .ft-address p {
    line-height: 2;
  }
  .cmn-footer .ft-link {
    max-width: 910px;
    margin: 32px auto 44px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .cmn-footer .ft-link li:first-child {
    border: none;
  }
  .cmn-footer .ft-link li {
    line-height: 1.1;
    border: none;
    border-left: 1px solid #fff;
    margin-bottom: 15px;
  }
  .cmn-footer .ft-link li:nth-child(5) {
    border: none;
  }
  .cmn-footer .ft-link li a {
    display: inline-block;
    padding: 0 12px;
  }
  .cmn-footer .ft-link li a:after {
    display: none;
  }
  .cmn-footer .ft-copyright {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) {
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    background: #333333;
    color: #fff;
    padding: 30px 15px;
    position: relative;
  }
  .Footer > .inner-block {
    width: auto;
    margin: 0 auto;
  }
  /* ----- footer_column ----- */
  .footer_column > .col_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_column > .col_item .footer_link li {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .footer_column > .col_item .footer_link li a {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    color: #fff;
    text-decoration: none;
  }
  .footer_column > .col_item .footer_link li a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer_column > .col_item .footer_link .footer_link_child {
    margin-top: 10px;
    padding-left: 1.5em;
  }
  /* ----- FooterBody ----- */
  .FooterBody .footer-copyright {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
  }
}


@media only screen and (max-width: 767px) {
 
 
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    background: #333333;
    color: #fff;
    padding: 30px 15px;
    position: relative;
  }
  .Footer > .inner-block {
    width: auto;
    margin: 0 auto;
  }
  /* ----- footer_column ----- */
  .footer_column > .col_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_column > .col_item .footer_link li {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .footer_column > .col_item .footer_link li a {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    color: #fff;
    text-decoration: none;
  }
  .footer_column > .col_item .footer_link li a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer_column > .col_item .footer_link .footer_link_child {
    margin-top: 10px;
    padding-left: 1.5em;
  }
  /* ----- FooterBody ----- */
  .FooterBody .footer-copyright {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
  }
  /*-- Pagetop --*/
  .Pagetop {
    position: fixed;
    display: none;
    right: 5%;
    bottom: 10%;
    width: 40px;
    height: 40px;
    background: #007a8a;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 9997;
  }
  .Pagetop a {
    display: block;
    position: relative;
    height: 100%;
  }
  .Pagetop a:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .column-media[data-layout-sp='row']::after,
  .sdgs_colomn_02 .sdgs_colomn_contents::after {
    display: block;
    clear: both;
    content: '';
  }
  #main p,
  .table_unit,
  [class*='list-bullet'],
  [class*='list-note'],
  [class*='list-order'] {
    font-size: inherit;
  }
}



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

.Pagetop {
  background: #ef467e;
}

.pc-only{
  display: block;
}

.sp-only{
  display: none;
}

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

  .sp-only{
    display: block;
  }
}

.mb0 { margin-bottom: 0; }
.mt15{ margin-top: 15px;}


.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}