@charset "UTF-8";

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}



/*余白を消去*/
#wrapper {
  width: 100%;
  overflow: hidden;
}

html {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

/*行と列の配置コード*/
.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #7e7171;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*/////////////////////////////////////////////////*/
/*リセットCSS ここまで*/



a {
  text-decoration: none;
}

p {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.8em;
}

h2 {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 400;
  letter-spacing: 0.2em;
}

h3 {
  text-decoration: none;
  font-size: 21px;
  font-weight: 300;
}

h4 {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

h5 {
  text-decoration: none;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.05em;
}






li {
  list-style: none;
}

img {
  vertical-align: bottom;
}


.row {
  width: 100%;
  margin: 0 auto;
}



.container_gray {
  background-color: #fff;
}

.container_black {
  background-color: #333333;
  padding-bottom: 50px;
}




.swiper-slide img {
  width: 100%;
}

.swiper-button-prev::after {
  color: #acaaaa;
}

.swiper-button-next::after {
  color: #acaaaa;
}



.style_logo {
  width: 400px;
  margin: 0 auto;
  margin-top: 100px;
}

.style_logo {
  transition: 0.2s;
}

.style_logo:hover {
  opacity: 0.5;
}






.wrapper_top {
  margin-bottom: 30px;
  width: 100%;
}

.slick-arrow:before {
  content: "" !important;
}

.eatin {
  background-color: #fff;
  padding: 15px 25px;
  font-size: 20px;
  display: inline-block;
  line-height: 35px;
  letter-spacing: 5px;
  width: 250px;
  margin-top: 55px;
}

.takeout {
  background-color: #fff;
  padding: 15px 5px;
  font-size: 20px;
  display: inline-block;
  line-height: 35px;
  letter-spacing: 5px;
  width: 250px;
  margin-top: 100px;
  margin-bottom: 20px;
}

.oyatsu {
  background-color: #fff;
  padding: 15px 25px;
  font-size: 20px;
  display: inline-block;
  line-height: 35px;
  letter-spacing: 5px;
  width: 250px;
  margin-top: 100px;
  margin-bottom: 20px;
}


.shop_name {
  font-size: 20px;
  display: inline-block;
}








.message01_wrapper {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

.message02_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  padding-bottom: 0px;
  background-color: #333333;
}

.info_wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main {
  margin: 0 auto;
  display: block;
  height: 100%;
}

main {
  background-color: #d9d9d9;
}



/*/////////////////////////////////////////////////*/
/*NEWグローバルナビ*/

* {
  box-sizing: border-box;
}

ul.gnav-navi-1 {
  padding: 0;
  text-align: center;
}

ul.gnav-navi-1 li {
  display: inline-block;
}


ul.gnav-navi-1 li a {
  display: block;
  padding: 1.5em;
  color: #333333;
  text-decoration: none;
}

ul.gnav-navi-1 a::first-line {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.globalnavi_pc {
  padding-top: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.gnav-navi-1 li {
  transition: 0.2s;
}

.gnav-navi-1 li:hover {
  opacity: 0.5;
}



/*/////////////////////////////////////////////////*/
/*ハンバーガー*/
/*menu 上部に固定*/

.header_menu {
  position: fixed;
  width: 100%;
  top: 50;
  z-index: 10000;
}

.menu {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 99;
}

.menu__line {
  background: #1a1a1a;
  display: block;
  height: 2.6px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0px;
}

.menu__line--top.active {
  top: 9px;
  transform: rotate(45deg);
}

.menu__line--center.active {
  transform: scaleX(0);
}

.menu__line--bottom.active {
  bottom: 9.6px;
  transform: rotate(135deg);
}


/*/////////////////////////////////////////////////*/
/*gnav*/
.gnav {
  background-color: #333333;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding-top: 50px;
  margin-top: -50px;
}

.gnav__wrap {
  display: block;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gnav__menu__item {
  font-size: 10px;
  margin-top: 30px;
}

.gnav__menu__item a {
  color: #fff;
  font-size: 2em;
  text-decoration: none;
  transition: .5s;
  padding-right: 50px;
}

.button {
  width: 100px;
  padding: 10px;
  margin: 40px auto 0px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}


.sns_wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 50px 50px 0px 0px;
}

.sns_into_menu img {
  width: 50px;
  padding-left: 10px;
}


.cart_icon img {
  width: 40px;
}

.cart_icon {
  display: flex;
  justify-content: flex-end;
  padding: 20px 50px 0px 0px;
}

.cart_icon p {
  padding-top: 10px;
  text-decoration: none;
  color: #fff;
}

.munu_line {
  border-top: 1px solid #fff;
  width: 300px;
  margin: 0 0 0 auto;
  margin-top: 20px;
}


/*/////////////////////////////////////////////////*/
/*フルスクリーン MENU ここまで*/


/*/////////////////////////////////////////////////*/
/*ロゴ*/
.logo main {
  width: auto;
  max-width: 700px;
  text-align: center;
}

/*/////////////////////////////////////////////////*/
/*MAP*/



.ggmap iframe {
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  margin-bottom: 0;
}


/*/////////////////////////////////////////////////*/
/*フッター*/
footer>.footer_container {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*/////////////////////////////////////////////////*/
/*snsリスト*/
.list_sns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  text-align: center;
}

.list_sns>li {
  list-style: none;
  padding: 0 10px;
}

.list_sns a {
  display: block;
  width: 40px;
  height: 40px;
  background: #cdcdcd;
  border-radius: 50%;
  position: relative;
}

.list_sns_top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #cdcdcd;
  border-radius: 50%;
  position: relative;
}

.list_sns a:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_sns .instagram a:before {
  background: url(../image/ico/ico_Instagram.svg);
}

.list_sns .instagram_top a:before {
  background: url(../image/ico/ico_Instagram.svg);
}

.list_sns .facebook a:before {
  background: url(../image/ico/ico_facebook.svg);
}

.list_sns .twitter a:before {
  background: url(../image/ico/ico_twitter.svg);
}

.copyright {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.footer_container p {
  text-align: center;
}

.footer_container img {
  width: 200px;
}

/*/////////////////////////////////////////////////*/
/*ロゴ関係*/

@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-logo img {
  max-width: 200px;
  display: block;
}

.menu-logo2 img {
  padding-top: 50px;
  width: 300px;
  padding-right: 25px;
  padding-top: 50px;
}

.menu-logo2 {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}

.menu_copyright {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  text-align: right;
  color: #fff;
  padding-right: 50px;
  line-height: 1.5em;
}


/*/////////////////////////////////////////////////*/
/*効果系*/
.linkbox :hover {
  opacity: 0.5;
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.linkbox :visited {
  text-decoration: none;
}



.container_01 {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

.container_01 img {
  width: 200px;
  margin-top: 50px;
}

.title_00 {
  padding-top: 15px;
}


.container_kuro {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.container_shiro {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}


/*ノーマル swiper////////////////////*/


.slider_wrapper {
  margin-top: 20px;
}

.swiper {
  width: 100%;
  height: 100%;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}



/*スペック////////////////////*/

.spec_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.kyusu_name {
  padding-bottom: 20px;
}

.spec_item {
  padding-bottom: 20px;
}

.dl_button img {
  width: 200px;
  margin-top: 10px;
}

.dl_button img:hover  {
  opacity: calc(0.7);
  transition: 0.2s;
}

/*/プロセス///////////////////////////////*/



.process_container {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 100px;
}

.process_title {
  max-width: 700px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.process_title h2 {
  text-align: center;
}

.process_wrapper2 {
  margin-top: 100px;
}


.process_wrapper3 {
  margin-top: 100px;
  padding-bottom: 100px;
}