@charset "UTF-8";

html {
  font-family: 'Noto Sans JP', sans-serif, 'Shippori Mincho', 'Yuji Boku', serif;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

body {
  font-size:16px;
}
img {
  width:100%;
}
a img {
  transition:.2s;
}
.wrap {
  margin: 0 auto;
  position: relative;
  max-width: 1100px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
.pc {
  display: inline-block;
}
.sp {
  display: none;
}

header {
  background: #fff;
  width: 100%;
}
header h1 {
  height: 120px;
  margin: 0 auto;
  width: 150px;
}
header h1 a {
  display:block;
  height: 100px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 150px;
}
header nav {
  padding: 10px 0;
}
header nav ol {
  display: flex;
  list-style: none;
}
header nav ol li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin: 0 10px;
}
header nav ol li a {
  color: #000;
}
header nav ol li a:hover {
  text-decoration: none;
}
header nav ol li a.current {
  color: #000;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

article {
  background: #231506;
}
/*////////////////////////////////////
  main
////////////////////////////////////*/
article #main .statement {
  background: #000;
  padding: 20px 0;
  text-align: center;
}
article #main .statement p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
}
article #main ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
article #main ul li {
  height: 500px;
  width: 50%;
}
article #main ul li.kitchen,
article #main ul li.web {
  position: relative;
  overflow: hidden;
}
article #main ul li.kitchen:after {
  background: url("../img/main_kitchen.jpg") no-repeat;
  background-position: 52%;
}
article #main ul li.web:after {
  background: url("../img/main_web.jpg") no-repeat;
  background-position: 68%;
}
article #main ul li.kitchen:after,
article #main ul li.web:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
article #main ul li.kitchen:hover:after,
article #main ul li.web:hover:after {
  opacity: .8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
article #main ul li a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}
article #main ul li a h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  text-shadow: 0 0 6px #000;
}
/*////////////////////////////////////
  web
////////////////////////////////////*/
article #web .web--block {
  background: url("../img/web_bg.jpg") no-repeat 0 80%;
  height: 600px;
  padding: 20px 0;
}
article #web .text {
  background: #efe7da;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  height: 94%;
  position: absolute;
  right: 0;
  text-align: center;
  width: 41%;
}
article #web .text img {
  width: auto;
}
article #web .text p {
  font-size: 24px;
  line-height: 2em;
  margin: 20px;
}
article #web .text p .red {
  color: #900;
  font-weight: bold;
}
article #web .text a {
  color: #000;
}
/*////////////////////////////////////
  kitchen
////////////////////////////////////*/
article #kitchen {
  padding: 20px 0;
}
article #kitchen > div {
  margin-bottom: 20px;
}
article #kitchen .campBanner {
  margin: 20px auto;
  padding: 0 20px;
  max-width: 800px;
}
article #kitchen .toroniku--block,
article #kitchen .pasta--block {
  height: 600px;
}
article #kitchen .toroniku--block {
  background: url("../img/kitchen_toroniku_bg.jpg") no-repeat;
  background-size: contain;
}
article #kitchen .pasta--block {
  background: url("../img/kitchen_pasta_bg.jpg") no-repeat;
  background-size: contain;
}
article #kitchen .text {
  background: #000;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  font-family: 'Shippori Mincho', 'Yuji Boku';
  padding: 20px 40px 20px 0;
  position: absolute;
  right: 0;
  width: 50%;
}
article #kitchen .text h2 {
  color: #fff;
  font-size: 40px;
  line-height: 3;
}
article #kitchen .text p {
  color: #fff;
  font-size: 28px;
  line-height: 2;
}
article #kitchen .text .more {
  text-align: right;
  width: 100%;
}
article #kitchen .text .more a {
  color: #fff;
  font-size: 28px;
  line-height: 2;
}
article #kitchen .text .more a:hover {
  text-decoration: none;
}
article #kitchen .text .triangle {
  width: 150px;
  height: 100%;
  border-bottom: 600px solid #000;
  border-left: 150px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  right: 100%;
}
/*////////////////////////////////////
  kitchen / place
////////////////////////////////////*/
article #kitchen .place-info {
  list-style: none;
}
article #kitchen .place-info li {
  display: flex;
  height: 350px;
  margin: 0 0 10px 0;
}
article #kitchen .place-info li:nth-of-type(even) {
  flex-direction: row-reverse;
}
article #kitchen .place-info li .place-info__text,
article #kitchen .place-info li .place-info__image {
  width: 50%;
}
article #kitchen .place-info li .place-info__image {
  display: flex;
  overflow: hidden;
}
article #kitchen .place-info li .place-info__image img {
  height: 100%;
  object-fit: cover;
}
article #kitchen .place-info li .place-info__text {
  background: #000;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 20px;
}
article #kitchen .place-info li .place-info__text h2 {
  color: #fff;
  font-size: 24px;
}
article #kitchen .place-info li .place-info__text p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
article #kitchen .place-detail {
  background: #fff;
  border-radius: 30px;
  display: flex;
  gap: 20px;
  margin: 40px auto;
  padding: 20px;
  max-width: 900px;
}
article #kitchen .place-detail .place-detail__map {
  width: 50%;
}
article #kitchen .place-detail .place-detail__text {
  background: #fff;
  padding: 0 0 20px 0;
  width: 50%;
}
article #kitchen .place-detail .place-detail__text h3 {
  font-size: 28px;
  line-height: 2;
  margin: 0 0 20px 0;
}
article #kitchen .place-detail .place-detail__text dl {
  display: flex;
  flex-wrap: wrap;
}
article #kitchen .place-detail .place-detail__text dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  width: 32%;
}
article #kitchen .place-detail .place-detail__text dt .red {
  color: #900;
  font-weight: bold;
}
article #kitchen .place-detail .place-detail__text dd {
  font-size: 18px;
  line-height: 1.8;
  width: 68%;
}
article #kitchen .place-detail .place-detail__text dd a {
  color: #000;
  pointer-events: none;
  text-decoration: none;
}
article #kitchen .place-detail .place-detail__text dd .red {
  color: #900;
  font-weight: bold;
}
article #kitchen .place-detail .place-detail--deli__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 40px 0 0;
}
article #kitchen .place-detail .place-detail--deli__list li {
  width: 50%;
  border-radius: 10px;
}
article #kitchen .place-detail .place-detail--deli__list li.uber {
  background: #06C167;
}
article #kitchen .place-detail .place-detail--deli__list li.demae {
  background: #e83434;
}
article #kitchen .place-detail .place-detail--deli__list li.underconst {
  opacity: .3;
}
article #kitchen .place-detail .place-detail--deli__list li.underconst a {
  pointer-events: none;
}
article #kitchen .place-detail .place-detail--deli__list li a {
  display: block;
  height: 100%;
  padding: 20px;
  width: 100%;
}
article #kitchen .place-detail .place-detail--deli__list li a:hover img {
  opacity: .7;
}

/*////////////////////////////////////
  footer
////////////////////////////////////*/
small{
  background:#000;
  color:#fff;
  display:block;
  font-size:12px;
  height:80px;
  line-height:6.4em;
  text-align:center;
  width:100%;
}



/*////////////////////////////////////
  breakpoint Tab
////////////////////////////////////*/
@media only screen and (max-width: 768px) {
  .wrap {
    max-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  header nav {
    padding: 10px;
  }
  article #web .web--block {
    background-position: -58% 80%;
  }
  article #web .text {
    right:20px;
    width: 50%;
  }
  article #web .text p {
    font-size: 22px;
  }
  article #kitchen .toroniku--block,
  article #kitchen .tokyosalad--block {
    height: 460px;
  }
  article #kitchen .text {
    padding: 20px;
  }
  article #kitchen .text h2 {
    font-size: 28px;
    line-height: 2;
  }
  article #kitchen .text p {
    font-size: 20px;
    line-height: 1.8;
  }
  article #kitchen .text .more a {
    font-size: 20px;
    line-height: 2;
  }
  article #kitchen .place-detail {
    border-radius: 10px;
    display: block;
    max-width: 94%;
  }
  article #kitchen .place-detail .place-detail__text {
    padding: 0;
    width: 100%;
  }
  article #kitchen .place-detail .place-detail__text dd a {
    color: #000;
    pointer-events: visible;
    text-decoration: underline;
  }
  article #kitchen .place-detail .place-detail--deli__list li {
    width: 30%;
  }
}
/*////////////////////////////////////
  breakpoint SP
////////////////////////////////////*/
@media only screen and (max-width: 574px) {
  header h1 {
    height: 70px;
    width: 90px;
  }
  header h1 a {
    height: 70px;
    width: 90px;
  }

  article #main .statement {
    padding: 12px 0;
  }
  article #main .statement p {
    font-size: 14px;
    line-height: 2;
  }
  article #main ul {
    display: block;
  }
  article #main ul li {
    height: 300px;
    width: 100%;
  }
  article #main ul li.web:after {
    background-position: 93%;
  }

  article #web .web--block {
    background-position: 62% 100%;
    height: 630px;
    padding: 20px 0;
  }
  article #web .text {
    display: block;
    height: 44%;
    margin: auto;
    bottom: 20px;
    right: 0;
    left: 0;
    padding: 20px 0 0;
    text-align: center;
    width: 90%;
  }
  article #web .text img {
    width: 70px;
  }
  article #web .text p {
    font-size: 18px;
    line-height: 2em;
    margin: 20px;
  }

  article #kitchen .toroniku--block,
  article #kitchen .pasta--block {
    background-position: 0 0;
    height: auto;
    padding-top: 80%;
  }
  article #kitchen .text {
    background: #000;
    height: auto;
    display: block;
    margin: auto;
    padding: 20px;
    position: relative;
    width: 100%;
  }

  article #kitchen .place-info li {
    display: block;
    height: auto;
    margin: 0 0 30px;
  }
  article #kitchen .place-info li .place-info__text,
  article #kitchen .place-info li .place-info__image {
    width: 100%;
  }
  article #kitchen .place-info li .place-info__text {
    padding: 30px 20px;
  }
  article #kitchen .place-info li .place-info__text h2 {
    font-size: 20px;
  }
  article #kitchen .place-info li .place-info__text p {
    font-size: 16px;
  }
  article #kitchen .place-info li .place-info__image {
    height: 220px;
  }
  article #kitchen .place-detail .place-detail__text h3 {
    font-size: 20px;
    line-height: 2;
  }
  article #kitchen .place-detail .place-detail__text dt {
    font-size: 14px;
    line-height: 1.6;
    width: 32%;
  }
  article #kitchen .place-detail .place-detail__text dd {
    font-size: 14px;
    line-height: 1.6;
    width: 68%;
  }
  article #kitchen .place-detail .place-detail--deli__list li {
    width: 50%;
  }
}
