/*===============================================
common
===============================================*/
#contents {
  padding-top: 0px;
}

@media screen and (min-width: 769px) {
  header#shop {
    position: relative;
  }
}
header#shop h1 {
  width: 90px;
  left: 0;
  right: 0;
}
header#shop .inr > span {
  position: relative;
  width: 100%;
  display: block;
}
header#shop .header_contact {
  position: absolute;
  right: 0;
  top: 0px;
}
header#shop .header_contact div {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
header#shop .header_contact div:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid;
  margin-left: 10px;
}
header#shop .header_contact dt {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
}
header#shop .header_contact dd {
  font-size: 10px;
  margin-top: 3px;
}
header#shop #nav nav > ul > li > div {
  top: 130px;
  padding: 5px 0;
}

#shop_nav {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #000;
  background: url("../images/common/bg_wood.jpg");
  background-size: 20%;
  padding: 8px 0;
}
#shop_nav nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#shop_nav nav ul li {
  color: #fff;
  cursor: pointer;
  position: relative;
  display: inline;
  text-align: center;
}
#shop_nav nav ul li:after {
  content: "";
  right: -18px;
  top: 35%;
  position: absolute;
  width: 6px;
  height: 8px;
  background-size: contain;
  background: url("../images/common/allow.svg") no-repeat;
}
#shop_nav nav ul li br {
  display: none;
}

/*===============================================
sec01
===============================================*/
.sec01 {
  line-height: 0;
}

/*===============================================
sec02
===============================================*/
.sec02 ._inr {
  width: 70%;
  margin: 0 auto;
}
.sec02 ._inr .more {
  text-align: right;
  text-decoration: underline;
  margin-top: 10px;
}

.sec02 dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border-bottom: 1px solid;
}

.sec02 dt {
  width: 20%;
}

.sec02 dd {
  width: 80%;
}
.sec02 dd .shop {
  background-color: #000;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  font-size: 10px;
  line-height: 1px;
  padding: 1px 8px;
  margin-right: 20px;
}

/*===============================================
sec03
===============================================*/
.sec03 .ttl {
  position: relative;
  z-index: 1;
}

.sec03 {
  color: #fff;
}

.sec03 .main li h3 {
  position: relative;
}
.sec03 .main li h3::after {
  content: "";
  min-width: 320px;
  height: 200px;
  position: absolute;
  background: url("../images/shop/osusume01_txt.png") no-repeat top left;
  background-size: contain;
  left: 20px;
  top: -120px;
}
.sec03 .main li:nth-child(even) h3::after {
  background: url("../images/shop/osusume02_txt.png") no-repeat top right;
  background-size: contain;
  min-width: 270px;
  top: -110px;
}

.sec03 .main li {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec03 .main li .info h3 {
  color: #d9d899;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.sec03 .main li .info p {
  font-size: 1.5rem;
  line-height: 2;
}
.sec03 .main li .info {
  width: 45%;
  padding-top: 0px;
}
.sec03 .main li figure {
  position: relative;
  top: -190px;
  width: 45%;
}
.sec03 .main li figure div {
  text-align: center;
  width: auto;
  margin: 0 auto;
  bottom: 25px;
  position: absolute;
  left: 0;
  right: 0;
}
.sec03 .main li figure div p {
  font-size: 1.5rem;
  padding: 5px 20px;
  display: inline;
  background-color: #000;
}

.sec03 .main li:nth-child(even) {
  position: relative;
  top: -60px;
}
.sec03 .main li:nth-child(even) .info {
  order: 2;
}
.sec03 .main li:nth-child(even) figure {
  order: 1;
}

.sec03 .sub_menu {
  margin-top: -240px;
}
.sec03 .sub_menu h3 {
  margin-bottom: 30px;
  text-align: center;
}
.sec03 .sub_menu h3 span {
  padding: 0px 30px;
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
  background: linear-gradient(transparent 70%, #552c1c 0%);
}
.sec03 .sub_menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec03 .sub_menu ul li {
  width: 24%;
  margin-bottom: 20px;
}
.sec03 .sub_menu ul li img {
  vertical-align: middle;
  line-height: 0;
}
.sec03 .sub_menu ul li p {
  padding: 5px 3px;
  text-align: center;
  background: #000;
}
.sec03 .sub_menu ul li p > span {
  display: block;
}
.sec03 .sub_menu ul li p > span span {
  font-size: 0.8em;
}

.sec03 .alacarte_menu {
  margin-top: 20px;
}
.sec03 .alacarte_menu h3 {
  margin-bottom: 30px;
  text-align: center;
}
.sec03 .alacarte_menu h3 span {
  padding: 0px 30px;
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
  background: linear-gradient(transparent 70%, #552c1c 0%);
}
.sec03 .alacarte_menu .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.sec03 .alacarte_menu .menu ._menu {
  margin-bottom: 10px;
  flex-basis: 49%;
  color: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
}
.sec03 .alacarte_menu .menu ._menu h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
.sec03 .alacarte_menu .menu ._menu h4:not(:first-child) {
  margin-top: 10px;
}
.sec03 .alacarte_menu .menu ._menu ul > li {
  border-bottom: 1px dotted #666;
  padding: 3px 0;
}
.sec03 .alacarte_menu .menu ._menu ul > li > p {
  display: flex;
  justify-content: space-between;
}
.sec03 .alacarte_menu .menu ._menu ul > li > p > span {
  display: block;
}
.sec03 .alacarte_menu .menu ._menu ul > li > p > span > span {
  font-size: 10px;
}

/*===============================================
sec04
===============================================*/
.sec04 {
  /*course_list*/
}
.sec04 ._inr {
  position: relative;
}
.sec04 figure {
  width: 80%;
  margin: 0 auto;
}
.sec04 dl {
  margin-top: 15px;
  display: flex;
  border: 2px solid #dd3f01;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
}
.sec04 dl dt {
  margin: 5px;
  padding: 15px;
  width: 18%;
  text-align: center;
  border-right: 1px solid #dd3f01;
  font-weight: 600;
  color: #dd3f01;
}
.sec04 dl dd {
  padding-left: 20px;
}
.sec04 .info {
  transform: rotate(10deg);
  width: 240px;
  height: 240px;
  display: table;
  border-radius: 9999px;
  position: absolute;
  right: -30px;
  top: 20%;
  background: #c63a02;
  border: 3px solid #fff;
  color: #fff;
  text-align: center;
}
.sec04 .info div {
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sec04 .info h3 {
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.3;
}
.sec04 .info p {
  font-size: 2.5rem;
  font-weight: bold;
  color: #e4d20f;
}
.sec04 .info p span {
  font-size: 0.5em;
  margin: -5px;
}
.sec04 .info:before {
  content: "";
  background: url("../images/shop/course_txt.png") no-repeat center top;
  background-size: contain;
  width: 260px;
  height: 100px;
  left: 0;
  right: -30px;
  top: -70px;
  margin: 0 auto;
  position: absolute;
  background-size: contain;
}
.sec04 .info div {
  position: absolute;
}
.sec04 .course_list > ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.sec04 .course_list > ul > li {
  background: #fff;
  width: 32%;
  border: 1px solid #372220;
}
.sec04 .course_list > ul > li h4 {
  background-color: #372220;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
}
.sec04 .course_list > ul > li > div {
  padding: 10px 20px;
  text-align: center;
}
.sec04 .course_list > ul > li > div p {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #bf2304;
}
.sec04 .course_list > ul > li > div p span {
  font-size: 0.7em;
}
.sec04 .course_list > ul > li > div ul {
  display: inline-block;
  text-align: left;
}
.sec04 .course_list > ul > li > div ul ul {
  display: inline-block;
  text-align: left;
}

/*===============================================
    sec05
===============================================*/
.sec05 .inr {
  position: relative;
}
.sec05 .inr:before {
  content: "";
  background: url("../images/shop/yakitori/drink_main02.png?1.1") no-repeat left top;
  background-size: contain;
  width: 320px;
  height: 330px;
  left: 0;
  top: -100px;
  margin: 0 auto;
  position: absolute;
}
.sec05 ._inr {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
.sec05 ._inr figure {
  width: 65%;
}
.sec05 ._inr .info {
  width: 40%;
  position: absolute;
  left: 0;
  top: 40%;
  background: #0d2453;
  padding: 30px 10px 50px 10px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.sec05 ._inr .info h3 {
  font-size: 2.3rem;
}
.sec05 ._inr .info dt {
  font-size: 2.6rem;
  color: #e0af1a;
}
.sec05 ._inr .info dt span {
  font-size: 0.6em;
}
.sec05 ._inr .info:before {
  content: "";
  background: url("../images/shop/osusume03_txt.png") no-repeat center top;
  background-size: contain;
  width: 320px;
  height: 110px;
  left: -30px;
  right: 0px;
  top: -80px;
  margin: 0 auto;
  position: absolute;
  background-size: contain;
}
.sec05 .drink_list {
  margin-top: 30px;
}
.sec05 .drink_list h3 {
  margin-bottom: 30px;
  text-align: center;
}
.sec05 .drink_list h3 span {
  padding: 0px 30px;
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
  background: linear-gradient(transparent 70%, #2a120c 0%);
}
.sec05 .drink_list ul {
  display: flex;
  justify-content: space-between;
}
.sec05 .drink_list ul li {
  width: 24%;
  margin-bottom: 20px;
}
.sec05 .drink_list ul li img {
  vertical-align: middle;
  line-height: 0;
}
.sec05 .drink_list ul li p {
  padding: 5px 3px;
  text-align: center;
  background: #000;
  color: #fff;
}
.sec05 .drink_list ul li p > span {
  display: block;
}
.sec05 .drink_list ul li p > span span {
  font-size: 0.8em;
}

/*===============================================
    sec06
===============================================*/
.sec06 {
  background: url("../images/shop/yakitori/shop_bg.jpg") no-repeat right top;
  background-size: 50%;
}
.sec06 ul {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.sec06 ul li {
  position: relative;
  display: flex;
}
.sec06 ul li figure {
  width: 70%;
  position: relative;
  font-size: 0;
}
.sec06 ul li figure p {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  padding: 3px 50px;
  background-color: #000;
  font-size: 1.5rem;
  max-width: 250px;
  margin: 0 auto;
}
.sec06 ul li .info {
  width: 40%;
  position: absolute;
  right: 0;
  top: 30%;
  background: #332d2b;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.sec06 ul li .info h3 {
  font-size: 2rem;
}
.sec06 ul li .info dt {
  font-size: 2rem;
  color: #e0af1a;
}
.sec06 ul li .info dt span {
  font-size: 0.6em;
}
.sec06 ul li:nth-child(even) {
  justify-content: flex-end;
}
.sec06 ul li:nth-child(even) .info {
  position: absolute;
  left: 0;
}
.sec06 .inr .shop__info {
  margin-top: 30px;
  display: flex;
  align-items: center;
  border: 1px solid;
  background-color: #fff;
  padding: 30px 20px;
}
.sec06 .inr .shop__info_address {
  width: 40%;
  text-align: center;
}
.sec06 .inr .shop__info_address img {
  width: 40%;
  display: block;
  margin: 0 auto;
}
.sec06 .inr .shop__info_address h4 {
  font-weight: 600;
  font-size: 1.6rem;
  margin: 8px 0 3px;
}
.sec06 .inr .shop__info_address dd {
  font-weight: bold;
  font-size: 2.1rem;
}
.sec06 .inr .shop__info_detail {
  padding: 0 30px;
  width: 70%;
  box-sizing: border-box;
}
.sec06 .inr .shop__info_detail dl {
  display: table;
  border-bottom: 1px solid;
  width: 100%;
}
.sec06 .inr .shop__info_detail dt, .sec06 .inr .shop__info_detail dd {
  display: table-cell;
  padding: 7px 0;
}
.sec06 .inr .shop__info_detail dt {
  width: 30%;
  text-align: center;
}
.sec06 .inr .shop__info_detail dd {
  width: 70%;
}

/*===============================================
sec07
===============================================*/
.sec07 .map {
  line-height: 0;
  width: 100%;
  height: 500px;
}
.sec07 .map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1080px) {
  /*===============================================
  sec03
  ===============================================*/
  .sec03 .main li h3 {
    position: relative;
  }
  .sec03 .main li h3::after {
    min-width: 30vw;
    height: 100px;
    top: -100px;
  }
  .sec03 .main li:nth-child(even) h3::after {
    min-width: 25vw;
    top: -80px;
  }
  .sec03 .main li .info h3 {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
  .sec03 .main li .info p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .sec03 .main li .info {
    width: 55%;
    padding-top: 0px;
  }
  .sec03 .main li figure {
    top: -100px;
    width: 40%;
  }
  .sec03 .main li figure div {
    bottom: 15px;
  }
  .sec03 .main li figure div p {
    font-size: 1.2rem;
    padding: 5px 10px;
  }
  .sec03 .main li:nth-child(even) {
    position: relative;
    top: 0px;
  }
  .sec03 .sub_menu {
    margin-top: -80px;
  }
  .sec03 .sub_menu h3 {
    margin-bottom: 20px;
  }
  .sec03 .sub_menu h3 span {
    font-size: 1.7rem;
  }
  /*===============================================
  sec04
  ===============================================*/
  .sec04 {
    /*course_list*/
  }
  .sec04 figure {
    width: 80%;
  }
  .sec04 .info {
    width: 180px;
    height: 180px;
  }
  .sec04 .info div {
    top: 40px;
  }
  .sec04 .info h3 {
    font-size: 1.8rem;
  }
  .sec04 .info p {
    font-size: 2.3rem;
  }
  .sec04 .info:before {
    content: "";
    background: url("../images/shop/course_txt.png") no-repeat center top;
    background-size: contain;
    width: 25vw;
  }
  .sec04 .course_list > ul > li h4 {
    font-size: 1.4rem;
  }
  .sec04 .course_list > ul > li > div {
    text-align: center;
  }
  .sec04 .course_list > ul > li > div p {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
  /*===============================================
      sec05
  ===============================================*/
  .sec05 .inr:before {
    content: "";
    width: 25vw;
    top: -60px;
  }
  .sec05 ._inr figure {
    width: 65%;
  }
  .sec05 ._inr .info {
    width: 40%;
    top: 40%;
    padding: 10px 10px 20px 10px;
  }
  .sec05 ._inr .info h3 {
    font-size: 1.8rem;
  }
  .sec05 ._inr .info dt {
    font-size: 1.9rem;
  }
  .sec05 ._inr .info dd {
    font-size: 9px;
  }
  .sec05 ._inr .info:before {
    content: "";
    background: url("../images/shop/osusume03_txt.png") no-repeat center top;
    background-size: contain;
    width: 30vw;
    top: -90px;
  }
  .sec05 .drink_list h3 {
    margin-bottom: 20px;
  }
  .sec05 .drink_list h3 span {
    font-size: 1.7rem;
  }
  .sec05 .drink_list ul li {
    width: 24%;
  }
  /*===============================================
      sec06
  ===============================================*/
  .sec06 ul li figure p {
    bottom: 10px;
    padding: 3px 30px;
    font-size: 1.1rem;
    max-width: 100px;
  }
  .sec06 ul li .info {
    width: 45%;
    top: 30%;
    padding: 10px 10px 20px 10px;
  }
  .sec06 ul li .info h3 {
    font-size: 1.6rem;
  }
  .sec06 ul li .info dt {
    font-size: 1.4rem;
  }
  .sec06 ul li .info dd {
    font-size: 9px;
  }
  .sec06 .inr .shop__info {
    margin-top: 20px;
    padding: 10px 10px;
  }
  .sec06 .inr .shop__info_address {
    width: 50%;
  }
  .sec06 .inr .shop__info_address h4 {
    font-size: 1.4rem;
  }
  .sec06 .inr .shop__info_address dd {
    font-size: 1.6rem;
  }
  .sec06 .inr .shop__info_detail {
    padding: 0 10px;
    width: 90%;
  }
  .sec06 .inr .shop__info_detail dt, .sec06 .inr .shop__info_detail dd {
    font-size: 11px;
    padding: 5px 0;
  }
  .sec06 .inr .shop__info_detail dt {
    width: 30%;
  }
  .sec06 .inr .shop__info_detail dd {
    width: 70%;
  }
}