x/* PC */
body {
  font-family: 'Noto Sans JP', sans-serif;
}

body.noscroll {
  overflow: hidden;
}

.top .header_list {
  display: none;
}
.top .hamburger {
  display: block;
  position: fixed;
  right: 30px;
  top: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}
.top .hamburger_line {
  position: absolute;
  left: 11px;
  width: 22px;
  height: 2px;
  background-color: #333333;
  color: #ffffff;
  transition: all 0.6s;
}
.top .hamburger_line-1 {
  top: 18px;
}
.top .hamburger_line-2 {
  top: 26px;
  width: 25px;
}
.top .hamburger_line-3 {
  top: 34px;
}
.top .nav {
  cursor: pointer;
  display: none;
  display: flex;
  position: fixed;
  right: 100%;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  transition: all 0.6s;
  z-index: 200;
  overflow-y: hidden;
}
.top .nav_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.top .nav_list__item {
  text-align: center;
}
.top .nav_list__item a {
  display: block;
  text-decoration: none;
  padding: 18px 0;
  color: #333333;
}

.nav_open {
  display: open;
}
.nav_open .nav {
  right: 0;
}
.nav_open .hamburger_line-1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav_open .hamburger_line-2 {
  width: 0;
  left: 50%;
}
.nav_open .hamburger_line-3 {
  transform: rotate(-45deg);
  top: 20px;
}

.fv {
  height: 100vh;
  position: relative;
  z-index: 10;
}
.fv .swiper-container {
  width: 100%;
}
.fv .swiper-container img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.fv .slide-sp-img {
  display: none;
}

/*.main{
  width: 100%;
  height: 90vh;
  .main-image{
    width: 580px;
    height: 190px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image:url(../images/ea7229bd6af187d277fb27a49e1c3403.png);
    background-size: cover;
    margin: 0%;
  }
}*/
.scroll {
  position: fixed;
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 3;
  cursor: pointer;
}
.scroll :hover {
  opacity: 0.7;
}
.scroll img {
  width: 100%;
}

.back {
  position: fixed;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  right: 40px;
  bottom: 40px;
  z-index: -1;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
.back-img {
  opacity: 1;
  width: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.back-img img {
  width: 100%;
}
.back-img .back-sp {
  display: none;
}

.back:hover {
  background: rgb(255, 255, 255);
  transform: 0.3s;
}

.about {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/bg_about.jpg);
  background-size: cover;
}
.about_contents {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 2;
}
.about_contents h2 {
  color: #7b2600;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
}
.about_contents_text {
  color: #333333;
}
.about_contents_text_middle {
  padding-top: 30px;
}
.about_contents_text_bottom {
  padding-top: 30px;
}
.product_new_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.product_new {
  width: 49%;
}
.product_new_img {
  /* border: 1px solid #edf0f4; */
  margin-bottom: 20px;
}
.product_new_img_sp {
  display: none;
}
.product_new_img img {
  width: 100%;
}
.product_new_title {
  margin-bottom: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_new_sub {
  color: #333333;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.product_new_price {
  font-size: 16px;
  text-align: center;
}
.product_new_text_sp {
  display: none;
}
.new_yellow {
  width: 64px;
  font-size: 16px;
  color: #ffffff;
  background-color: #f7d12f;
  padding: 2px 8px 4px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.new_yellow_title {
  font-size: 20px;
  padding-bottom: 3px;
  color: #f7d12f;
  font-weight: bold;
}
.new_orange {
  width: 64px;
  font-size: 16px;
  color: #ffffff;
  background-color: #F28C28;
  padding: 2px 8px 4px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.new_orange_title {
  font-size: 20px;
  padding-bottom: 3px;
  color: #F28C28;
  font-weight: bold;
}

.new_small {
  font-size: 12px;
}
.products {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px;
}
.products .product_wrap {
  width: 34%;
}
.products .product_wrap .product_main {
  width: 100%;
  margin-bottom: 20px;
}
.products .product_wrap .product_main_img_sp {
  display: none;
}
.products .product_wrap .product_main_img img {
  width: 100%;
}
.products .product_wrap .product_main h4 {
  color: #7b2600;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.products .product_wrap .product_main p {
  text-align: center;
}
.products .product_wrap .product_main p span {
  font-size: 12px;
}
.products .product_wrap .product_sub {
  width: 100%;
}
.products .product_wrap .product_sub_img_sp {
  display: none;
}
.products .product_wrap .product_sub_img img {
  width: 100%;
}
.products .product_wrap .product_sub h4 {
  color: #7b2600;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 5px;
}
.products .product_wrap .product_sub p {
  text-align: center;
}
.products .product_wrap .product_sub p span {
  font-size: 12px;
}

.shop {
  background: url(../images/shop.jpg) center center/cover no-repeat;
  height: 600px;
}
.shop_photo img {
  margin-top: 5%;
  width: 100%;
}

.about_tamakitei {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px 100px;
}
.about_tamakitei_text {
  width: 40%;
}
.about_tamakitei_text_head {
  color: #7b2600;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.about_tamakitei_text p {
  line-height: 2;
}
.about_tamakitei_text .shop_info {
  margin-top: 40px;
}
.about_tamakitei_text .shop_info_content {
  line-height: 2;
}
.about_tamakitei_text .shop_info .head {
  font-weight: bold;
}
.about_tamakitei_text ul {
  padding: 40px 0 20px;
}
.about_tamakitei_text ul li {
  display: inline-block;
  width: 30px;
  margin-right: 20px;
}
.about_tamakitei_text ul li img {
  width: 100%;
}
.about_tamakitei_text a {
  color: #7b2600;
  font-weight: bold;
}
.about_tamakitei_text .arrow {
  color: #7b2600;
}
.about_tamakitei_image {
  width: 50%;
}
.about_tamakitei_image img {
  width: 100%;
}

.about_tamaki {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  color: #ffffff;
  padding: 80px 0;
  font-size: 16px;
  /*&::before {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
  }*/
}
.about_tamaki_inner {
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.about_tamaki_photo {
  width: 45%;
}
.about_tamaki_photo img {
  width: 100%;
}
.about_tamaki_text {
  width: 45%;
  line-height: 2;
}
.about_tamaki_text h2 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 40px;
}
.about_tamaki_text_top {
  margin-bottom: 40px;
}
.about_tamaki_text_middle {
  margin-bottom: 40px;
}

.about_tamaki_inner_sp {
  display: none;
}

.about_information {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px 40px;
  line-height: 2;
}
.about_information h2 {
  font-size: 28px;
  font-weight: bold;
  color: #7b2600;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about_information h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.about_information_flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about_information_flex {
    flex-direction: column;
  }
}
.about_information_text {
  width: 40%;
  font-size: 16px;
  margin-top: -9px;
}
@media (max-width: 768px) {
  .about_information_text {
    margin-top: 0;
  }
}
.about_information_text .shop_info {
  margin-top: 40px;
}
.about_information_text .shop_info_content .head {
  font-weight: bold;
}
.about_information_text_link {
  color: #7b2600;
  font-weight: 700;
  margin-top: 10px;
}
.about_information_photo {
  width: 50%;
}
.about_information_photo img {
  width: 100%;
}
.about_information_map {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .about_information_map {
    flex-direction: column;
  }
}
.about_information_map_txt {
  width: 40%;
  margin-top: -13px;
}
@media (max-width: 768px) {
  .about_information_map_txt {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.about_information_map_txt_ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about_information_map_txt_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.about_information_map_txt_copy span {
  font-weight: 700;
}
.about_information_map_txt_copy a {
  color: #000;
}
.about_information_map_ggl {
  width: 50%;
}
@media (max-width: 768px) {
  .about_information_map_ggl {
    width: 100%;
  }
}
.about_information_map_ggl iframe {
  aspect-ratio: 4/3;
}

.inquiry {
  width: 100%;
  font-size: 16px;
  margin-top: 8%;
}
.inquiry_text {
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 5px;
}
.inquiry_text_head {
  font-weight: bold;
}
.inquiry_text a {
  color: #7b2600;
}

footer {
  font-size: 12px;
  color: #7b2600;
  margin: 18px 0 26px;
  text-align: center;
}

@media (max-width: 768px) {
  body.noscroll {
    overflow: hidden;
  }
  .top .header_list {
    display: none;
  }
  .top .hamburger {
    display: block;
    position: fixed;
    right: 5px;
    top: -3px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .top .hamburger_line {
    position: absolute;
    left: 11px;
    width: 22px;
    height: 2px;
    background-color: #333333;
    color: #ffffff;
    transition: all 0.6s;
  }
  .top .hamburger_line-1 {
    top: 18px;
  }
  .top .hamburger_line-2 {
    top: 26px;
    width: 25px;
  }
  .top .hamburger_line-3 {
    top: 34px;
  }
  .top .nav {
    display: none;
    display: flex;
    position: fixed;
    right: 100%;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: hidden;
  }
  .top .nav_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    list-style: none;
  }
  .top .nav_list__item {
    text-align: center;
  }
  .top .nav_list__item a {
    display: block;
    text-decoration: none;
    padding: 18px 0;
    color: #333333;
  }
  .nav_open {
    display: open;
  }
  .nav_open .nav {
    right: 0;
  }
  .nav_open .hamburger_line-1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav_open .hamburger_line-2 {
    width: 0;
    left: 50%;
  }
  .nav_open .hamburger_line-3 {
    transform: rotate(-45deg);
    top: 20px;
  }
  .fv {
    height: 100vh;
    position: relative;
  }
  .fv .swiper-container {
    width: 100%;
  }
  .fv .swiper-container img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100vh;
  }
  .fv .slide-img {
    display: none;
  }
  .fv .slide-sp-img {
    display: block;
  }
  /*.main{
                  width: 100%;
                  height: 90vh;
                  .main-image{
                    width: 580px;
                    height: 190px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    background-image:url(../images/ea7229bd6af187d277fb27a49e1c3403.png);
                    background-size: cover;
                    margin: 0%;
                  }
                }*/
  .scroll {
    position: fixed;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 1;
  }
  .scroll img {
    width: 100%;
  }
  .back {
    width: 60px;
    height: 60px;
    right: 15px;
    bottom: 15px;
  }
  .back .back-pc {
    display: none;
  }
  .back .back-sp {
    display: block;
  }
  .about {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../images/bg_about.jpg);
    background-size: cover;
  }
  .about_contents {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 2;
  }
  .about_contents h2 {
    color: #7b2600;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
  }
  .about_contents_text {
    color: #333333;
  }
  .about_contents_text_middle {
    padding-top: 30px;
  }
  .about_contents_text_bottom {
    padding-top: 30px;
  }
  .product_new_flex {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .product_new {
    width: 100%;
  }
  .product_new_text {
  }
  .product_new_img {
    margin-bottom: 5px;
  }
  .product_new_img_sp {
    display: block;
    /* border: 1px solid #edf0f4; */
    margin-bottom: 19px;
  }
  .product_new_img_sp img {
    width: 100%;
  }
  .product_new_title {
    font-size: 18px;
  }
  .product_new_price {
    padding-top: 4px;
  }
  .product_new_text_sp {
    display: block;
    margin-bottom: 40px;
  }
  .product_new_text_sp_left {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .product_new_text_sp .product_sp_flex {
    display: flex;
    justify-content: space-between;
  }
  .product_new_text_sp .product_sp_box {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
    background-color: #096019;
    width: 50px;
    text-align: center;
    padding: 8px 0;
    border-radius: 5px;
  }
  .product_new_text_sp .product_sp_text_title {
    font-size: 18px;
    font-weight: bold;
    color: #096019;
  }
  .product_new_text_sp .product_sp_text_sub {
    font-size: 14px;
    color: #333333;
  }
  .product_new_sub {
    margin-bottom: 2px;
  }
  .products {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .products .product_wrap {
    width: 100%;
  }
  .products .product_wrap .product_main {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: last baseline;
  }
  .products .product_wrap .product_main_img {
    display: none;
  }
  .products .product_wrap .product_main_img_sp {
    display: block;
    width: 50%;
  }
  .products .product_wrap .product_main_img_sp img {
    width: 100%;
  }
  .products .product_wrap .product_main_img img {
    width: 100%;
  }
  .products .product_wrap .product_main .product-text {
    margin-top: 10px;
  }
  .products .product_wrap .product_main h4 {
    color: #7b2600;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
  }
  .products .product_wrap .product_main p {
    font-size: 16px;
    text-align: center;
  }
  .products .product_wrap .product_sub {
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 20px;
  }
  .products .product_wrap .product_sub_img {
    width: 55%;
    display: none;
  }
  .products .product_wrap .product_sub_img_sp {
    width: 50%;
    display: block;
  }
  .products .product_wrap .product_sub_img_sp img {
    width: 100%;
  }
  .products .product_wrap .product_sub_img img {
    width: 100%;
  }
  .products .product_wrap .product_sub .product-text-sub {
    width: 45%;
    margin-top: auto;
  }
  .products .product_wrap .product_sub h4 {
    color: #7b2600;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
  }
  .products .product_wrap .product_sub p {
    font-size: 16px;
    text-align: left;
  }
  .new_yellow_title {
    font-size: 18px;
  }
  .new_orange_title {
    font-size: 18px;
  }
  .shop {
    background: url(../images/shop.jpg) center center/cover no-repeat;
    height: 375px;
  }
  .shop_photo img {
    margin-top: 5%;
    width: 100%;
  }
  .about_tamakitei {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .about_tamakitei_text {
    width: 100%;
  }
  .about_tamakitei_text_head {
    color: #7b2600;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .about_tamakitei_text p {
    line-height: 2;
  }
  .about_tamakitei_text .shop_info {
    margin-top: 40px;
  }
  .about_tamakitei_text .shop_info_content {
    line-height: 2;
  }
  .about_tamakitei_text .shop_info .head {
    font-weight: bold;
  }
  .about_tamakitei_text ul {
    padding: 20px 0;
  }
  .about_tamakitei_text ul li {
    display: inline-block;
  }
  .about_tamakitei_text a {
    color: #7b2600;
    font-weight: bold;
  }
  .about_tamakitei_text .arrow {
    color: #7b2600;
  }
  .about_tamakitei_image {
    margin-top: 40px;
    width: 100%;
  }
  .about_tamakitei_image img {
    width: 100%;
  }
  .about_tamaki {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    color: #ffffff;
    padding: 40px 0;
    font-size: 16px;
    /*&::before {
                    background-color: rgba(0,0,0,0.4);
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    content: ' ';
                  }*/
  }
  .about_tamaki_inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .about_tamaki_photo {
    width: 100%;
  }
  .about_tamaki_text {
    width: 100%;
    line-height: 2;
  }
  .about_tamaki_text h2 {
    margin-bottom: 20px;
  }
  .about_tamaki_text_top {
    margin-bottom: 20px;
  }
  .about_tamaki_text_middle {
    order: 4;
    margin-bottom: 20px;
  }
  .about_tamaki_inner {
    display: none;
  }
  .about_tamaki_inner_sp {
    display: block;
    padding: 0 20px;
  }
  .about_tamaki_inner_sp h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .about_tamaki_inner_sp h2_photo {
    width: 100%;
  }
  .about_tamaki_inner_sp h2_text {
    width: 100%;
    line-height: 2;
    margin-top: 20px;
  }
  .about_tamaki_inner_sp h2_top {
    margin-bottom: 20px;
  }
  .about_tamaki_inner_sp h2_middle {
    order: 4;
    margin-bottom: 20px;
  }
  .about_information {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 20px;
    line-height: 2;
  }
  .about_information_text {
    width: 100%;
    font-size: 16px;
  }
  .about_information_text h2 {
    font-size: 28px;
    font-weight: bold;
    color: #7b2600;
    margin-bottom: 20px;
  }
  .about_information_text .shop_info {
    margin-top: 20px;
  }
  .about_information_text .shop_info_content .head {
    font-weight: bold;
  }
  .about_information_photo {
    width: 100%;
    margin-top: 20px;
  }
  .about_information_photo img {
    width: 100%;
  }
  .inquiry {
    width: 100%;
    font-size: 16px;
    margin-top: 8%;
  }
  .inquiry_text {
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 5px;
  }
  .inquiry_text_head {
    font-weight: bold;
  }
  .inquiry_text a {
    color: #7b2600;
  }
  footer {
    font-size: 12px;
    color: #7b2600;
    margin: 18px 0 26px;
    text-align: center;
  }
}
.product_small {
  width: 30%;
}
.product_small_img img {
  width: 100%;
  display: block;
}
.product_small-text h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
.product_small-text h4.brown {
  color: #7b2600;
}
.product_small-text h4.green {
  color: #096019;
}
.product_small-text p {
  font-size: 16px;
  text-align: center;
}
.product_small-text p span {
  font-size: 12px;
}
@media (max-width: 768px) {
  .product_small {
    width: 100%;
  }
  .product_small-text h4 {
    font-size: 18px;
    margin-top: 10px;
  }
}
/*
// 320
@media screen and (min-width: 320px) and (max-width:374px) {

  .top {
    .hamburger {
      right: 30px;
    }
  }

  .main{
    width: 100%;
    height: 90vh;
    margin: 0;
    .main-image{
      width: 75%;
      background-image:url(../images/logo_sp.png);
      background-size: contain;
      background-repeat: no-repeat;
      margin: auto;
    }
  }

  .scroll-image{
    margin: 0 45%;
    background-image: url(../images/scroll_sp.png);
    background-size: 40%;
    background-repeat: no-repeat;
  }

  .about{
    width: 100%;
    height: 100vh;
    padding-top: 0;
    &_contents{
      max-width: 80%;
      width: 100%;
      height: 100vh;
      margin: 0 -2%;
      padding-top: 20px;
      h2{
        color: #7B2600;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 29%;
        padding-bottom: 0;
      }
      &_text {
        width: 100%;
        margin: 0 15%;
        color: #333333;
        &_top{
          line-height: 1.8;
          letter-spacing: 1px;
          margin-bottom: 20px;
        }
        &_middle{
          padding-top: 20px;
          line-height: 1.8;
          letter-spacing: 1px;
        }
        &_bottom{
          padding-top: 20px;
          line-height: 1.8;
          letter-spacing: 1px;
        }
      }
    }
  }

  .products{
    width: 100%;
    margin: 0;
    .product_wrap{
      width: 70%;
      height: 100%;
      margin: auto;
      display: block;
      .product_main{
        width: 70%;
        height: 100%;
        padding-top: 5%;
        &_img{
          width: 100%;
          margin: 5% -15%;
          img{
            width: 175%;
          }
        }
        h4{
          color: #7B2600;
          width: 80px;
          margin-left: -15%;
          font-size: 95%;
        }
        p{
          text-align: center;
          margin: -20px 95%;
          width: 115px;
          font-size: 15px;
        }
      }
      .product_sub{
        padding-left: 10px;
        width: 40%;
        padding-top: 5%;
        padding-left: 2%;
        &_img{
          width: 170%;
          height: 120px;
          margin: 20% -28%;
          img{
            width: 100%;
          }
        }
        h4{
          color: #7B2600;
          margin: -85% 135%;
          width: 150px;
          font-size: 90%;
        }
        p{
          margin: 87% 150%;
          width: 115px;
          font-size: 90%;
        }
      }
    }
  }

  .shop {
    &_photo {
      img {
        width: 100%;
        height: 50vh;
        margin-top: -15%;
      }
    }
  }

  .about_tamakitei {
    display: block;
    &_text {
      width: 100%;
      p {
        padding-top: 5px;
      }
      .shop_info {
        &_content {
          color: #333333;
          padding-bottom: 10px;
        }
        .head {
          font-weight: bold;
        }
      }
      ul {
        padding: 0;
        li {
          display: inline-block;
        }
      }
      a {
        color: #7B2600;
      }
    }
    &_image {
      img {
        width: 100%;
        height: 30vh;
        margin-left: 0%;
      }
    }
  }

  .about_tamaki {
    background-size: cover;
    color: #FFFFFF;
    width: 320px;
    position: relative;
    color: #FFFFFF;
    //height: 120vh;
    &::before {
      background-color: rgba(0,0,0,0.4);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: ' ';
    }
    &_photo {
      z-index: 1;
      img {
        margin: 55% 25%;
        width: 100%;
      }
    }
    &_text {
      margin: 2% 20%;
      width: 30%;
      font-size: 14px;
      z-index: 1;
      h2 {
        width: 320px;
        margin: 13% -140%;
        font-size: 105%;
      }
      &_top {
        margin: 350% -140%;
        width: 277px;
      }
      &_middle {
        margin: -325% -140%;
        width: 277px;
      }
      &_bottom {
        margin: 340% -140%;
        width: 277px;
      }
    }
  }

  .about_information {
    display: block;
    height: 65vh;
    &_text {
      margin: 5% 10%;
      font-size: 13px;
      h2 {
        color: #7B2600;
      }
      p {
        width: 277px;
      }
      .shop_info {
        margin-top: 6%;
        &_content {
          padding-bottom: 5px;
        }
      }
    }
    &_photo {
      img {
        margin: 34% 6%;
        width: 90%;
      }
    }
  }

  .inquiry {
    width: 100%;
    font-size: 12px;
    &_text {
      margin-left: 9%;
      width: 80%;
      height: 15vh;
      margin-top: -25%;
      border-radius: 5px;
      &_head {
        font-weight: bold;
      }
      a {
        color: #7B2600;
      }
    }
  }

  .map {
    img {
      width: 100%;
      margin: 75% 0% 0%;
    }
  }

  footer {
    color: #7B2600;
    margin: 0% 25% 0%;
  }
}
/* 375 */
/* @media screen and (min-width: 375px) and (max-width:410px){
  .top {
    .hamburger {
      right: 30px;
    }
  }

  .nav {
    &_list {
      margin-left: 20%;
    }
  }

  .main{
    width: 100%;
    height: 90vh;
    margin: 0;
    .main-image{
      width: 75%;
      background-image:url(../images/logo_sp.png);
      background-size: contain;
      background-repeat: no-repeat;
      margin: auto;
    }
  }

  .scroll-image{
    margin: 0 45%;
    background-image: url(../images/scroll_sp.png);
    background-size: 40%;
    background-repeat: no-repeat;
  }

  .about{
    width: 100%;
    height: 65vh;
    padding-top: 0;
    &_contents{
      max-width: 80%;
      width: 100%;
      height: 100vh;
      margin: 0 -2%;
      padding-top: 20px;
      h2{
        color: #7B2600;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 29%;
        padding-bottom: 0;
      }
      &_text {
        width: 100%;
        margin: 0 15%;
        color: #333333;
        &_top{
          line-height: 1.8;
          letter-spacing: 1px;
          margin-bottom: 20px;
        }
        &_middle{
          padding-top: 20px;
          line-height: 1.8;
          letter-spacing: 1px;
        }
        &_bottom{
          padding-top: 20px;
          line-height: 1.8;
          letter-spacing: 1px;
        }
      }
    }
  }

  .products{
    width: 100%;
    margin: 0;
    .product_wrap{
      width: 70%;
      height: 100%;
      margin: auto;
      display: block;
      .product_main{
        width: 70%;
        height: 100%;
        padding-top: 5%;
        &_img{
          width: 100%;
          margin: 5% -15%;
          img{
            width: 175%;
          }
        }
        h4{
          color: #7B2600;
          width: 80px;
          margin-left: -15%;
          font-size: 95%;
        }
        p{
          text-align: center;
          margin: -20px 95%;
          width: 115px;
          font-size: 15px;
        }
      }
      .product_sub{
        padding-left: 10px;
        width: 40%;
        padding-top: 5%;
        padding-left: 2%;
        &_img{
          width: 170%;
          height: 120px;
          margin: 20% -28%;
          img{
            width: 100%;
          }
        }
        h4{
          color: #7B2600;
          margin: -85% 135%;
          width: 150px;
          font-size: 90%;
        }
        p{
          margin: 87% 150%;
          width: 115px;
          font-size: 90%;
        }
      }
    }
  }

  .shop {
    &_photo {
      img {
        width: 100%;
        height: 50vh;
        margin-top: -15%;
      }
    }
  }

  .about_tamakitei {
    display: block;
    &_text {
      width: 100%;
      p {
        padding-top: 5px;
      }
      .shop_info {
        &_content {
          padding-bottom: 10px;
        }
        .head {
          font-weight: bold;
        }
      }
      ul {
        padding: 0;
        li {
          display: inline-block;
        }
      }
      a {
        color: #7B2600;
      }
    }
    &_image {
      img {
        width: 100%;
        height: 30vh;
        margin-left: 0%;
      }
    }
  }

  .about_tamaki {
    background-size: cover;
    color: #FFFFFF;
    width: 375px;
    position: relative;
    color: #FFFFFF;
    height: 118vh;
    &::before {
      background-color: rgba(0,0,0,0.4);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: ' ';
    }
    &_photo {
      z-index: 1;
      img {
        margin: 55% 25%;
        width: 285%;
      }
    }
    &_text {
      margin: 2% 20%;
      width: 30%;
      font-size: 14px;
      z-index: 1;
      h2 {
        width: 320px;
        margin: 13% -140%;
        font-size: 105%;
      }
      &_top {
        margin: 350% -140%;
        width: 277px;
      }
      &_middle {
        margin: -325% -140%;
        width: 277px;
      }
      &_bottom {
        margin: 340% -140%;
        width: 277px;
      }
    }
  }

  .about_information {
    display: block;
    height: 65vh;
    &_text {
      margin: 5% 10%;
      font-size: 13px;
      h2 {
        color: #7B2600;
      }
      p {
        width: 277px;
      }
      .shop_info {
        margin-top: 6%;
        &_content {
          padding-bottom: 5px;
        }
      }
    }
    &_photo {
      img {
        margin: 43% 8%;
        width: 87%;
      }
    }
  }

  .inquiry {
    width: 100%;
    font-size: 12px;
    margin-top: 25%;
    &_text {
      text-align: left;
      margin-left: 8%;
      width: 85%;
      height: 17vh;
      margin-top: -60%;
      font-size: 150%;
      border-radius: 5px;
      &_head {
        font-weight: bold;
      }
      a {
        color: #7B2600;
      }
    }
  }

  .map {
    img {
      width: 100%;
      margin: 75% 0% 0;
    }
  }

  footer {
    color: #7B2600;
    margin: 0% 25% 0%;
  }
}

// 411~767
@media screen and (min-width: 411px) and (max-width: 767px){
  .top {
    .hamburger {
      right: 30px;
    }
  }

  .main{
    width: 100%;
    height: 90vh;
    margin: 0;
    .main-image{
      width: 75%;
      background-image:url(../images/logo_sp.png);
      background-size: contain;
      background-repeat: no-repeat;
      margin: auto;
    }
  }

  .scroll-image{
    margin: 0 45%;
    background-image: url(../images/scroll_sp.png);
    background-size: 40%;
    background-repeat: no-repeat;
  }

  .about{
    width: 100%;
    height: 77vh;
    padding-top: 0;
    &_contents{
      max-width: 80%;
      width: 100%;
      height: 100vh;
      margin: 0 -2%;
      padding-top: 20px;
      h2{
        color: #7B2600;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 29%;
        padding-bottom: 0;
      }
      &_text {
        width: 100%;
        margin: 0 15%;
        color: #333333;
        &_top{
          line-height: 1.8;
          letter-spacing: 1px;
          margin-bottom: 20px;
        }
        &_middle{
          padding-top: 20px;
          line-height: 1.8;
          letter-spacing: 1px;
        }
        &_bottom{
          padding-top: 20px;
          line-height: 1.8;
          letter-spacing: 1px;
        }
      }
    }
  }

  .products{
    width: 100%;
    margin: 0;
    .product_wrap{
      width: 70%;
      height: 100%;
      margin: auto;
      display: block;
      .product_main{
        width: 70%;
        height: 100%;
        padding-top: 5%;
        &_img{
          width: 100%;
          margin: 5% -15%;
          img{
            width: 175%;
          }
        }
        h4{
          color: #7B2600;
          width: 80px;
          margin-left: -15%;
          font-size: 95%;
        }
        p{
          text-align: center;
          margin: -20px 95%;
          width: 115px;
          font-size: 15px;
        }
      }
      .product_sub{
        padding-left: 10px;
        width: 40%;
        padding-top: 5%;
        padding-left: 2%;
        &_img{
          width: 170%;
          height: 120px;
          margin: 20% -28%;
          img{
            width: 100%;
          }
        }
        h4{
          color: #7B2600;
          margin: -50% 135%;
          width: 150px;
          font-size: 90%;
        }
        p{
          margin: 53% 145%;
          width: 115px;
          font-size: 90%;
        }
      }
    }
  }

  .shop {
    &_photo {
      img {
        width: 100%;
        height: 50vh;
        margin-top: -8%;
      }
    }
  }

  .about_tamakitei {
    display: block;
    &_text {
      width: 100%;
      p {
        padding-top: 5px;
      }
      .shop_info {
        &_content {
          padding-bottom: 10px;
        }
        .head {
          font-weight: bold;
        }
      }
      ul {
        padding: 0;
        li {
          display: inline-block;
        }
      }
      a {
        color: #7B2600;
      }
    }
    &_image {
      img {
        width: 100%;
        height: 30vh;
        margin-left: 0%;
        margin-top: 5%;
      }
    }
  }

  .about_tamaki {
    background-size: cover;
    color: #FFFFFF;
    position: relative;
    color: #FFFFFF;
    height: 125vh;
    &::before {
      background-color: rgba(0,0,0,0.4);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: ' ';
    }
    &_photo {
      z-index: 1;
      img {
        margin: 55% 25%;
        width: 285%;
      }
    }
    &_text {
      margin: 2% 20%;
      width: 30%;
      font-size: 14px;
      z-index: 1;
      h2 {
        width: 320px;
        margin: 13% -140%;
        font-size: 150%;
      }
      &_top {
        margin: 350% -135%;
        width: 360px;
        font-size: 125%;
      }
      &_middle {
        margin: -325% -140%;
        width: 360px;
        font-size: 125%;
      }
      &_bottom {
        margin: 340% -140%;
        width: 360px;
        font-size: 125%;
      }
    }
  }

  .about_information {
    display: block;
    height: 65vh;
    &_text {
      margin: 7% 5%;
      font-size: 14px;
      h2 {
        color: #7B2600;
      }
      p {
        width: 365px;
        font-size: 124%;
      }
      .shop_info {
        margin-top: 6%;
        font-size: 124%;
        &_content {
          padding-bottom: 5px;
        }
      }
    }
    &_photo {
      img {
        margin: 33% 6%;
        width: 88%;
      }
    }
  }

  .inquiry {
    width: 100%;
    font-size: 12px;
    &_text {
      margin-left: 5%;
      width: 87%;
      height: 16vh;
      margin-top: -30%;
      font-size: 150%;
      border-radius: 5px;
      &_head {
        font-weight: bold;
      }
      a {
        color: #7B2600;
      }
    }
  }

  .map {
    img {
      width: 100%;
      margin: 75% 0% 0;
    }
  }

  footer {
    color: #7B2600;
    margin: -1% 29% 0%;
  }
}
// 768~1023
@media screen and (min-width: 768px) and (max-width: 1023px){
  .top {
    .hamburger {
      right: 30px;
    }
  }

  .main{
    width: 100%;
    height: 93vh;
    margin: 0;
    .main-image{
      width: 75%;
      background-image:url(../images/logo_sp.png);
      background-size: contain;
      background-repeat: no-repeat;
      margin: auto;
    }
  }

  .scroll-image{
    margin: 0 45%;
    background-image: url(../images/scroll_sp.png);
    background-size: 40%;
    background-repeat: no-repeat;
  }

  .about{
    width: 100%;
    height: 38vh;
    padding-top: 0;
    &_contents{
      max-width: 80%;
      width: 100%;
      height: 100vh;
      margin: 0 -2%;
      padding-top: 20px;
      h2{
        color: #7B2600;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 29%;
        padding-bottom: 0;
      }
      &_text {
        width: 100%;
        margin: 0 15%;
        color: #333333;
        &_top{
          line-height: 1.8;
          letter-spacing: 1px;
          margin-bottom: 20px;
        }
        &_middle{
          padding-top: 20px;
          line-height: 1.8;
          letter-spacing: 1px;
        }
        &_bottom{
          padding-top: 20px;
          line-height: 1.8;
          letter-spacing: 1px;
        }
      }
    }
  }

  .products{
    width: 100%;
    margin: 0;
    .product_wrap{
      width: 70%;
      height: 100%;
      margin: auto;
      display: block;
      .product_main{
        width: 70%;
        height: 100%;
        padding-top: 5%;
        &_img{
          width: 100%;
          margin: 5% -15%;
          img{
            width: 175%;
          }
        }
        h4{
          width: 120px;
          margin-left: -15%;
          font-size: 125%;
        }
        p{
          margin: -20px 130%;
          width: 115px;
          font-size: 15px;
        }
      }
      .product_sub{
        padding-left: 10px;
        width: 40%;
        padding-top: 5%;
        padding-left: 2%;
        &_img{
          width: 170%;
          height: 120px;
          margin: 20% -28%;
          img{
            width: 100%;
          }
        }
        h4{
          margin: 0% 145%;
          width: 150px;
          font-size: 110%;
        }
        p{
          margin: 10% 145%;
          width: 115px;
          font-size: 90%;
        }
      }
    }
  }

  .shop {
    &_photo {
      img {
        width: 100%;
        height: 50vh;
        margin-top: 10%;
      }
    }
  }

  .about_tamakitei {
    display: block;
    &_text {
      width: 100%;
      p {
        padding-top: 5px;
      }
      .shop_info {
        &_content {
          padding-bottom: 10px;
        }
        .head {
          font-weight: bold;
        }
      }
      ul {
        padding: 0;
        li {
          display: inline-block;
        }
      }
      a {
        color: #7B2600;
      }
    }
    &_image {
      img {
        width: 100%;
        height: 30vh;
        margin-left: 0%;
        margin-top: 5%;
      }
    }
  }

  .about_tamaki {
    background-size: cover;
    color: #FFFFFF;
    position: relative;
    color: #FFFFFF;
    height: 160vh;
    &::before {
      background-color: rgba(0,0,0,0.4);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: ' ';
    }
    &_photo {
      z-index: 1;
      img {
        margin: 55% 25%;
        width: 285%;
      }
    }
    &_text {
      margin: 2% 20%;
      width: 30%;
      font-size: 14px;
      z-index: 1;
      h2 {
        width: 320px;
        margin: 13% -140%;
        font-size: 220%;
      }
      &_top {
        margin: 350% -135%;
        width: 620px;
        font-size: 227%;
      }
      &_middle {
        margin: -325% -140%;
        width: 620px;
        font-size: 227%;
      }
      &_bottom {
        margin: 340% -140%;
        width: 620px;
        font-size: 227%;
      }
    }
  }

  .about_information {
    display: block;
    height: 65vh;
    &_text {
      margin: 7% 5%;
      font-size: 22px;
      h2 {
        color: #7B2600;
      }
      p {
        width: 650px;
        font-size: 136%;
      }
      .shop_info {
        margin-top: 6%;
        font-size: 124%;
        &_content {
          padding-bottom: 5px;
        }
      }
    }
    &_photo {
      img {
        margin: 33% 6%;
        width: 88%;
      }
    }
  }

  .inquiry {
    width: 100%;
    font-size: 12px;
    &_text {
      margin-left: 5%;
      width: 87%;
      height: 16vh;
      margin-top: -14%;
      font-size: 260%;
      border-radius: 5px;
      &_head {
        font-weight: bold;
      }
      a {
        color: #7B2600;
      }
    }
  }

  .map {
    img {
      width: 100%;
      margin: 80% 0% 0;
    }
  }

  footer {
    color: #7B2600;
    margin: 0% 40% 0%;
  }
}*/
/*# sourceMappingURL=style.css.map */
