html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'ZenKakuGothicNew-regular';
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.33;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  color: #333333;
  font-family: 'ZenKakuGothicNew-Bold';
}
h4 {
  
  font-size: 40px;
}
h1 {
  font-size: 80px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 50px;
}
h4 {
  
  font-size: 40px;
}

h5 {
 
  font-size: 30px;
}

h6.large{
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
h6.small {
  font-size: 18px;
}
p {
  margin: 0;
  padding: 0;
  line-height: 2;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #333333;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
input:hover,
input:focus,
input:active {
  outline: none;
}
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}
button {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
button:hover,
button:focus,
button:active {
  outline: none;
}
button:hover {
  opacity: 0.5;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
.nopadding {
  margin: 0;
  padding: 0;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
.wrapper {
  margin: 0 auto;
}
body {
  margin: 0;
  background: #fff;
}

.container {
  padding-left: 30px;
  padding-right: 38px;
}

.text-center {
  text-align: center;
}
.justify-center{
  justify-content: center;
}
.section {
  margin-top: 120px;
  margin-bottom: 120px;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
} 
.page-width {
  max-width: 1400px;
  margin: 0 auto;
}
.po-title {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  color: #0f5da5;
}
.block-detail {
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  color: #222222;
}
span {
  font-family: 'ZenKakuGothicNew-Bold';
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: #333333;
}
span.small {
  font-family: 'ZenKakuGothicNew-Bold';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
.flex {
  display: flex;
}
.col-2 {
  width: 50%;
}
.w-100 {
  width: 100%;
}
.space-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
img {
  width: 100%;
}
.bold {
  font-family: 'ZenKakuGothicNew-Bold';
}
/*--------------- COMMON_START --------------*/
.page-width {
  max-width: 1600px;
  margin: 0 auto;
}
.navbar_burger,.navbar_menu {
  display: block;
}
.fixed-logo {
  width: 80px;
  max-height: 970px;
  height: 100%;
  display: flex;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  left: 0;
  background: #fff;
}
.fixed-menu {
  width: 80px;
  max-height: 970px;
  height: 100%;
  display: flex;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  right: 0;
  background: #fff;
}
.fixed-logo img {
  width: 37px;
  padding-top: 30px;
}
.fixed-logo svg {
  padding-bottom: 33px;
}

.navbar_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease;
}

.navbar_burger {
  cursor: pointer;
  color: #333;
  width: 43px;
  z-index: 2;
  margin-top: 30px;
  margin-left: 0px;
}
.navbar_burger label {
  font-size: 20px;
  font-weight: bold;
}
.navbar_burger svg {
  width: 45px;
  height: 16px;
}

.navbar_burger_back {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  color: #333;
}

.navbar_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 85px;
  align-items: flex-start;
  transform: translateX(100%);
  z-index: 999;
  color: #333;
  transition: transform 0.3s ease;
}

.navbar_menu a {
  position: relative;
  color: #333;
  font-size: 16px;
  font-family: 'ZenKakuGothicNew-Bold';
  line-height: 17px;
  margin-left: 1rem;
  margin-bottom: 3rem;
  text-decoration: none;
}

.navbar_menu.active {
  transform: translateX(0);
}

.navbar_overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.socil-icon img {
  width: 18px;
}
.socil-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  padding-bottom: 30px;
}
.page-section {
  max-width: calc(100% - 160px);
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 120px;
}
.hero-bg-img {
  background: url(../images/hero-bg.png);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 970px;
  height: 100%;
  border-radius: 0 0 20px 20px;
}
.header-title,.sub-title {
  color: #fff;
}
.horo-center {
  max-width: 458px;
  padding-top: 129px;
}
.sub-title {
  margin-top: -38px;
  padding-bottom: 120px;
}
.link-list {
  max-width: 1760px;
  margin: 0 auto;
  width: 100%;
  /* border: 1px solid; */
  border-radius: 20px;
}
.list-item:first-child {
  border-top: 1px solid #EBEBEB;
}
.list-item:last-child {
  border-bottom: 1px solid #EBEBEB;
}
.list-item {
  padding-top: 0px;
  padding-bottom: 25px;
  padding-left: 80px;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
}
.list-item:last-child {
  /* border: none; */
}
.list-item::after {
  content: '';
  position: absolute;
  width: 31px;
  height: 26px;
  background: url(../images/hicon.png);
  background-repeat: no-repeat;
  right: 79px;
  top: 42px;
}
.hero-section {
  max-width: calc(100% - 160px);
  margin: 0 auto;
}
.list-item h3 {
  font-family: 'ZenKakuGothicNew-Bold';
  line-height: 45px;
}
.pro-name h2 {
  font-family: 'ZenKakuGothicNew-Bold';
}
.large {
  font-family: 'ZenKakuGothicNew-Bold';
  font-size: 200px;
  line-height: 210px;
}
.section-body {
  /* border: 1px solid; */
  border-radius: 20px;
}
.menu-logo {
  /* padding: 30px; */
  box-sizing: border-box;
}
.menu-title {
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  /* border-bottom: .5px solid;
  border-left: .5px solid;
  border-right: .5px solid; */
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col-3 {
  text-align: center;
  width: calc(33.33% - 1px);
  padding-top: 32px;
  padding-bottom: 27px;
}

.en-title {
  font-family: 'ZenKakuGothicNew-Bold';
}
.f-20 {
  font-size: 30px;
}
.product-img {
  max-width: 400px;
}
.ca-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
.col-4 {
  text-align: center;
  width: calc(25% - 1px);
  padding-top: 32px;
  padding-bottom: 27px;
}
.col-4 .product-img {
  width: 226px;
}
a {
  cursor: pointer;
}
.de-link {
  padding: 29px 30px;
  /* border: .5px solid; */
  border-radius:  20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
}
.de-link:hover {
  background-color: #333333;
  opacity: 1;
}
.de-link:hover svg text,.de-link:hover svg line,.de-link:hover svg path {
  fill:#fff;
  stroke: #fff;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  flex-wrap: wrap;
  border-bottom: 1px solid #EBEBEB;
}
.f-12 {
  font-size: 18px;
}
.shop-row {
  display: flex;
  align-items: flex-start;
}
.shops-section .section-body {
  padding: 38px 30px 15px 30px;
  border-top: 1px solid #EBEBEB;
}
.store-name {
  width: 21%;
}
.store-address {
  width: 40%;
  }
.store-phone {
  width: 7%;
}
.store-buss {
  width: 16%;
  }
.store-parking {
  width: 7%;
}
.store-gmap {
  width: 9%;
}
.shop-row {
  padding-top: 25px;
}
.shop-row:first-child {
  padding-top: 0;
}
.shop-row:last-child {
  /* border-bottom: none;
  padding-bottom: 0px; */
}
.shop-row {
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}
.shop-grape svg {
  margin-top: 120px;
  width: 100%;
  box-sizing: border-box;
}
.text-img {
  margin-top: 120px;
}
.text-img-row {
  display: flex;
  align-items: flex-end;
  gap: 120px;
  padding-bottom: 30px;
}
.col-title {
  padding-bottom: 40px;
}
.col-img {
  display: flex;
  align-items: flex-end;
}
 .de-link {
  /* border-top: 1px solid; */
  
}
.about-section .delicious,.news-section .delicious,.text-img .delicious {
  
  border-radius: 0;
}
.news-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 23px;
  border-bottom: 1px solid #EBEBEB;
  padding-top: 21px;
}
.news-row:first-child {
  border-top: 1px solid #EBEBEB;
}
.news-grop {
  padding: 34px 0;
}
.news-cate {
  margin-left: 68px;
  margin-right: 30px;
  padding: 4px 21px;
  border: 1px solid;
  border-radius: 30px;
  font-size: 14px;
}
.news-row:last-child {
  /* padding-bottom: 0;
  border-bottom: none; */
}
.footer {
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  padding: 51px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-menu {
  font-size: 20px;
  font-family: 'ZenKakuGothicNew-Bold';
}
.copyright {
  font-size: 12px;
  font-family: 'ZenKakuGothicNew-Bold';
}
.footer-nav {
  display: flex;
  gap: 23px;
}
.menu-section-page {
  margin-top: 0;;
}
.bfap {
position: relative;
padding-left: 20px;
}
.bfap::before {
content: '';
position: absolute;
background: url(../images/apple-icon.png);
width: 12px;
height: 13px;
background-size: contain;
background-repeat: no-repeat;
left: 0;
top: 9px;


}
.product-detail {
display: flex;
padding-top: 106px;
max-width: calc(100% - 160px);
margin: 0 auto;
}
.product-feature {
width: 50%;
}
.product-content {
width: 50%;
}
.product-feature img {
max-width: 800px;
}
.pro-name {
text-align: center;
margin-bottom: 40px;
}
.product-descrip,
.sp-met,
.sp-mt-20 {
max-width: 600px;
margin: 0 auto;
}
.sp-content img {
width: 100%;
height: auto;
margin-top: 20px;
}
.sub-name {
padding-top: 20px;
padding-bottom: 10px;
}
.product-descrip {
padding-top: 40px;
border-top: 1px solid;
margin-bottom: 40px;
}
.sp-met {
margin-bottom: 40px;
}
.sp-mt-content {
padding-top: 20px;
}
.shops-page-section,
.news-page,
.news-detail-page,
.about-page,
.recruit-page {
margin-top: 0!important;
padding-top: 120px;
}
.news-page .news-cate {
margin-left: 38px;
margin-right: 30px;
padding: 4px 21px;
border: 1px solid;
border-radius: 30px;
}
.news-page .news-title {
padding-top: 20px;
}
.news-p img {
width: 240px;
}
.news-p {
display: flex;
gap: 60px;
align-items: center;
}
.news-header {
display: flex;
gap: 55px;
}
.news-header .news-cate {
margin-left: 0;
}
.news-header img {
max-width: 600px;
}
.news-detail {
padding: 30px;
}
.news-header-content {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.news-content {
padding-top: 60px;
}
.large-apple {
width: 103px;
}
.about-row {
padding: 30px;
display: flex;
align-items: flex-end;
margin-bottom: 120px;
}
.about-txt,
.about-img {
width: 50%;
}
.v-txt {
width: 16px;
padding-right: 30px;
}
.about-img {
display: flex;
align-items: flex-end;
}
.ab-title+p {
max-width: 715px;
}
.ab-title {
padding-top: 40px;
padding-bottom: 40px;
}
.about-section .menu-img,
.about-section  .menu-title {
border: none;
}
.col-2 {
width: 50%;
}
.ap-g {
max-width: 714px;
}
.about-row1 {
display: flex;
padding: 67px 30px;
align-items: center;
}
h6.large {
line-height: 24px;
}
.ab-detail {
margin-top: 40px;
margin-bottom: 40px;
}
.mess {
text-align: center;
padding: 40px;
border-top: 1px solid #EBEBEB;
border-bottom: 1px solid #EBEBEB;
}
.about-row2 p {
  font-weight: bold;
}
.acol-4 {
width: 25%;
}
.about-row2 {
display: flex;
padding: 30px;
}
.Policy-title {
padding-top: 40px;
padding-left: 30px;
padding-bottom: 20px;
}
.acol-4 h6 {
padding-bottom: 20px;
}
.about-Overview {
padding: 30px;
margin-top: 120px;
}
.overview-title {
padding-bottom: 40px;
}
.over-item {
display: flex;
align-items: flex-start;
padding-top: 20px;
padding-bottom: 20px;
border-top: 1px solid #EBEBEB;
}
.over-item:last-child {
  border-bottom: 1px solid #EBEBEB;
}
.o-title {
width: 240px;
}
.recruit-page .text-img {
margin-top: 0;
}
.col-img-title img {
width: 16px;
}
.col-text,.col-img {
width: 50%;
}

.col-img-title {
padding-right: 30px;
}
.des {
display: block;
}
.mob {
display: none;
}
.shop-grape {
margin-top: 120px;
}
.pagination {
/* border-top: 1px solid; */
height: 80px;
display: flex;
justify-content: center;
align-items: center;
}
.pagination span,.pagination a {
width: 70px;
text-align: center;
height: 100%;
display: flex;
background-color: #F7F7F7;
margin-left: 10px;
/* border-left: 1px solid; */
justify-content: center;
align-items: center;
}
.pagination a:last-child,.pagination span:last-child {
/* border-right: 1px solid; */
}
.pagination .next,
.pagination .prev {
position: relative;
}
.pagination .next::before {
content: '';
position: absolute;
background: url(../images/next.png);
background-size: contain;
background-repeat: no-repeat;
width: 9.2px;
height: 8.9px;
left: calc(50% - 4px);
top: calc(50% - 4px);
}
.pagination .prev::before {
content: '';
position: absolute;
background: url(../images/prev.png);
background-size: contain;
background-repeat: no-repeat;
width: 9.2px;
height: 8.9px;
left: calc(50% - 4px);
top: calc(50% - 4px);
}
.news-header-content {
width: 60%;
}
.news-img {
width: 40%;
}
.post-navigation {
display: flex;
gap: 10px;
/* border-top: 1px solid; */
height: 80px;
justify-content: center;
/* justify-content: space-between; */
}
.nav-previous a,.nav-next a,.nav-menu a {
width: 70px;
height: 100%;
position: relative;
display: block;
background-color: #F7F7F7;
}
.nav-previous a::before {
content: '';
position: absolute;
width: 10.7px;
height: 8.4px;
background: url(../images/nav-prev.png);
background-size: contain;
background-repeat: no-repeat;
top: calc(50% - 4px);
left: calc(50% - 5px);
}
.nav-next a::before {
content: '';
position: absolute;
width: 10.7px;
height: 8.4px;
background: url(../images/nav-next.png);
background-size: contain;
background-repeat: no-repeat;
top: calc(50% - 4px);
left: calc(50% - 5px);
}
.nav-previous:has(a) {

/* border-right: 1px solid; */
}
.nav-next:has(a) {
/* border-left: 1px solid; */
}
.nav-menu {
/* border-left: 1px solid;
  border-right: 1px solid; */
}
.nav-menu a::before {
content: '';
position: absolute;
width: 23px;
height: 12px;
background: url(../images/nav-menu.png);
background-size: contain;
background-repeat: no-repeat;
top: calc(50% - 10.5px);
left: calc(50% - 9px);
}
.pro-container {
background: #fff;
position: relative;
}
.back-bt::before {
content: '';
position: absolute;
background: url(../images/back-bt.png);
width: 25px;
height: 25px;
background-size: contain;
background-repeat: no-repeat;
top: 20px;
right: 20px;
}
.news-title {
  font-family: 'ZenKakuGothicNew-Bold';
}
.news-date,.news-cate {
  font-family: 'ZenKakuGothicNew-Bold';
}
.menu-section-page .menu-products {
  border-top: none;
}
.menu-products {
  /* border-top: 1px solid; */
}
.col-3 {
  /* border-right: 1px solid;
  border-bottom: 1px solid; */ 
}
.col-4 {
  /* border-right: 1px solid; */
}
.col-4:nth-child(4n) {
  border-right: none;
}
.col-3:nth-child(3n) {
  border-right: none;
}
.delicious {
  background: #F7F7F7;
  border-radius: 0 0 20px 20px !important;
}
.shops-section .section-header {
  border: none;
}
.about-section .menu-title {
  padding-top: 60px;
}
.pro-container {
  min-height: 100vh;
}
.en-title {
  font-size: 30px;
}
.s-label {
  font-size: 20px;
}
.black {
  font-family: 'ZenKakuGothicNew-Bold';
}
.news-date {
  font-size: 16px;
}
.about-row1 {
  gap:25px
}
.col-2:has(.ap-g) {
  width: calc(50% - 25px);
}
.about-row2 {
  gap: 10px;
}
.sub-name {
  font-size: 16px;
}
.sub-name+p {
  font-size: 16px;
}
.sh-title {
  font-size: 30px;
  position: relative;
  font-weight: bold;
  padding-right: 24px;
}
.sh-title::after {
  content: '';
  position: absolute;
  width: 12px;
  right: 0;
  top: calc(50% - 7px);
  height: 13px;
  background: url(../images/apple-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.w-18 img{
  width: 18px;
}
.store-gmap svg {
  width: 15px;
  height: 32px;
}
.recruit-form  {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}
.recruit-form .wpcf7-form-control-wrap input[type="text"],
.recruit-form .wpcf7-form-control-wrap input[type="email"],
.recruit-form .wpcf7-form-control-wrap input[type="tel"] {
  width: 100%;
  height: 30px;
}
.recruit-form .wpcf7-form-control-wrap textarea {
  width: 100%;
}
.recruit-form label {
  font-weight: bold;
}
.recruit-form p {
  margin-bottom: 30px;
}
.recruit-form p:has(input[type="submit"]) {
  text-align: center;
}
.recruit-form  input[type="submit"] {
  width: 257px;
  height: 75px;
  font-size: 30px;
  border-radius: 20px;
  border: none;
}
.recruit-form label span.sftxt {
  background: #000;
  padding: 1px 5px;
  margin-left: 5px;
  font-size: 13px;
  color: #fff;
}