@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;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}


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

.container {
  max-width: 1000px;
  padding: 0 40px;
  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: white;
}

.swiper-button-next::after {
  color: white;
}

.top_image img {
  width: 100%;
  margin: 0 auto;
}

.ttl {
  font-size: 20px;
  display: inline-block;
  line-height: 35px;
  letter-spacing: 2px;
  padding: 20px 0 20px 0;
}

.ttl2 {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 5px;
  padding: 50px 0 50px 0;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.ttl_white {
  font-size: 20px;
  display: inline-block;
  line-height: 35px;
  letter-spacing: 2px;
  padding: 30px 0 20px 0;
  color: #fff;
}





.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;
}

.description {
  width: 100%;
  margin: 0 auto;
  line-height: 30px;
  text-align: justify;
}



.description_white {
  color: #fff;
  width: 100%;
  line-height: 30px;
  text-align: justify;
  padding-bottom: 20px;
}







.description02 {
  width: 100%;
  line-height: 20px;
}

.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%;
}

.work_photo1 img {
  max-width: 150px;
}

.work_photo2 img {
  max-width: 150px;
}

.work_photo3 img {
  max-width: 150px;
}

.work_photo4 img {
  max-width: 150px;
}



/*/////////////////////////////////////////////////*/
/*ハンバーガー*/
/*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: #a7524d;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding-top: 120px;
  margin-top: -100px;
}

.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;
}


/*/////////////////////////////////////////////////*/
/*フルスクリーン 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>.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: 14px;
  line-height: 1.5em;
}

.container p {
  text-align: center;
  letter-spacing: 0.1em;
}

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

@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;
  max-width: 180px;
  padding-right: 25px;
}

.menu-logo2 {
  display: flex;
  justify-content: flex-end;
}

.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;
}

.color_border_top {
  border: 10px solid #a7524d;
}








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

.language_wrapper {
  text-align: right;
  margin: 0 auto;
  margin-right: 20px;
}

.language_contents p {
  font-size: 12px;
}


.jpn {
  width: 90px;
  background-color: #a7524d;
  padding: 15px 0px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}

.eng {
  width: 90px;
  background-color: #c29693;
  padding: 15px 0px;
  color: #fff;
  text-align: center;
  display: inline-block;
}






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







.container_white {
  width: auto;
  padding-top: 80px;
  margin: 0 auto;
}

.container_red {
  margin: 0 auto;
  padding: 20px;
  width: auto;
  background-color: #a7524d;
}

.container_black {
  margin: 0 auto;
  padding: 20px;
  width: auto;
  background-color: #333333
}

.message_wrapper_02 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

.message_wrapper_03 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.message_wrapper_03 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: justify;
}




.shopdata {
  background-image: url(../image/img/kyusu_pattern.png);
  background-color: #333333;
  padding: 20px;
}

.black_back {
  background-color: #333333;
  padding: 20px;
  margin-top: 0;
}

.shopdata_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  margin-bottom: 70px;
}

.shopdata_contents_1 {
  padding: 30px 0px;
  margin: 0 auto;
}

.shopdata_contents_2 {
  max-width: 1000px;
  padding: 30px 0px;
  margin: 0 auto;
}

.box_1 img {
  width: 100%;
}

.box_2 {
  width: 100%;
}

.box_2 h3 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
}

.box_2 p {
  padding-top: 30px;
  padding-bottom: 5px;
  color: #fff;
  text-align: justify;
}

.box_2 a {
  text-decoration: underline;
  color: #fff;
}

.box_3 {
  padding-bottom: 30px;
}

.box_3 p {
  width: 100%;
  padding-top: 20px;
  line-height: 1.7em;
  color: #fff;
  text-align: justify;
}

.link_wrapper {
  margin: 0 auto;
  text-align: center;
}

.link_box {
  display: inline-block;
  margin-right: 18px;
  margin-left: 18px;
  transition: 0.2s;
}

.link_box img {
  width: 280px;
}

.link_box:hover {
  width: 280px;
  opacity: 0.5;
}



.link_item p {
  padding-top: 18px;
  padding-left: 10px;
  color: #fff;
}

.main_photo img {
  max-width: 1000px;
  margin: 0 auto;
}

.photo_wrapper_01 {
  margin: 0 auto;
  max-width: 1000px;
}



.title-wrapper-white {
  width: auto;
  padding: 60px 0px 60px 0px;
  margin: 0 auto;
}

.title-wrapper-white h2 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
}


.message_wrapper_03 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

.image-wrapper {
  margin: 0 auto;
  max-width: 1000px;
}


.notice_note {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #a7524d;
  padding-top: 20px;
  padding-bottom: 40px;
}

.notice_note p {
  line-height: 2em;
  padding-left: 50px;
  padding-right: 50px;
}

.notice_note_pc {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #a7524d;
  padding-top: 20px;
  padding-bottom: 40px;
}

.notice_note_pc p {
  line-height: 2em;
  padding-left: 50px;
  padding-right: 50px;
}


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

.news_ttl {
  font-size: 20px;
  display: inline-block;
  line-height: 35px;
  letter-spacing: 2px;
}

.newslist {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #a7524d;
  border-bottom: 1px solid #a7524d;
  margin-bottom: 50px;
  height: auto;
}


.newslist_txt a {
  text-decoration: none;
  color: #a7524d;
  font-size: 13px;
}

.newslist_txt {
  padding-bottom: 10px;
  padding-right: 30px;
  text-align: right;
}

.catalog-pdf-2023 img {
  max-width: 500px;
  margin-bottom: 30px;
}

.catalog-pdf-2023 :hover {
  opacity: 0.7;
  transition: 0.3s;
}

.catalog-pdf-2024 img {
  max-width: 500px;
  margin-bottom: 30px;
}

.catalog-pdf-2024 :hover {
  opacity: 0.7;
  transition: 0.3s;
}





.catalog_wrapper img {
  width: 280px;
}



.banner_wrapper {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

.banner_wrapper img {
  max-width: 1000px;
  width: 100%;
}

.banner_wrapper :hover {
  opacity: calc(0.9);
  transition: 0.3s;
}


.footer-logo {
  width: 100%;
  max-width: 100px;
  margin-bottom: 20px;
}


.accessTaxi {
  border: 1px solid #fff;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
}

.accessTaxi img {
  width: 100%;
  max-width: 100px;
  padding-top: 30px;
}

.accessTaxi p {
  color: #fff;
  text-align: center;
  padding: 20px;
  line-height: 1.6em;
}