@charset "UTF-8";
/* CSS Document */
/*--- common ---*/
* {
  margin: 0;
  padding: 0;
  font-family: 'Kiwi Maru', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
html {
  font-size: 100%;
  color: #6e5c23;
}
section {
  line-height: 0;
}
a:link {
  text-decoration: none;
}
/*--- SP ---*/
@media screen and (max-width:767px) {
  body {
    width: 100%;
    max-width: 767px;
    text-align: center;
    color: #6e5c23;
    position: relative;
  }
  #top-head {
    position: absolute;
  }
  .inner {
    width: 100%;
    padding: 0;
  }
  #mobile-head {
    width: 100%;
    z-index: 999;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    width: 20%;
    line-height: 0;
    margin: 20px 0 0 5%;
  }
  .logo a {
    display: block;
  }
  .logo a img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }
  .logo a img:hover {
    opacity: 0.7;
  }
  #global-nav {
    position: absolute;
    top: -566px;
    background: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 9;
    padding-top: 100px;
  }
  #global-nav ul {
    list-style: none;
    margin-bottom: 50px;
  }
  #global-nav ul li {}
  #global-nav ul li a {
    width: 100%;
    display: block;
    color: #6e5c23;
    padding: 18px 0;
    text-decoration: none;
    transition: all 0.3s;
  }
  #global-nav ul li a:hover {
    background: #6e5c23;
    color: #fff;
  }
  #nav-toggle {
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 101;
    background: #fff;
    padding: 20px;
    border-radius: 40px;
    margin: 20px 5% 0 0;
  }
  #nav-toggle div {
    position: relative;
    background: #fff;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #c1a33f;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    -moz-transform: translateY(566px);
    -webkit-transform: translateY(566px);
    transform: translateY(566px);
  }
  section {
    width: 100%;
    margin: 0;
  }
  .headline {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.0rem;
    letter-spacing: 0.2em;
    line-height: 1em;
    font-weight: 400;
    color: #c1a33f;
    margin-bottom: 25px;
  }
  .headline span {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 2.0em;
    font-weight: normal;
  }
  .sp_none {
    display: none;
  }
  #fv {
    position: relative;
  }
  .fv_pc {
    display: none;
  }
  .fv_sp img {
    width: 100%;
  }
  #introduction {
    margin-top: 50px;
  }
  .introduction_wrapper {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .introduction_logo {
    width: 30%;
    margin-bottom: 50px;
  }
  .introduction_logo img {
    width: 100%;
  }
  .introduction_txt {
    width: 100%;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    text-align: left;
  }
  #about {
    margin-top: 75px;
  }
  .about_wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .about_headline {
    width: 100%;
  }
  .about_headline img {
    width: 70%;
    margin: 0 auto 25px;
  }
  .about_inner {
    width: 85%;
    margin: 0 auto;
  }
  .about_subheadline {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 25px
  }
  .about_txt {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 50px;
  }
  .about_tomato {
    width: 100%;
  }
  .about_tomato img {
    width: 100%;
  }
  .commitment_wrapper {
    width: 100%;
  }
  .commitment_headline {
    width: 30%;
    margin: 75px auto 25px;
  }
  .commitment_headline img {
    width: 100%;
  }
  .commitment_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .commitment_img {
    width: 100%;
    margin-bottom: 25px;
  }
  .commitment_img img {
    width: 100%;
  }
  .commitment_txt {
    width: 85%;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    text-align: left;
  }
  #shop {
    margin-top: 75px;
  }
        .shop_note {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 2.0em;
        margin-bottom: 25px;
    }  
  .shop_wrapper {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .shop_inner {
    width: 100%;
    margin: 0 auto;
  }
  .shop_inner:first-of-type {
    margin-bottom: 75px;
  }
  .coming_soon {
    width: 100%;
    margin: 75px 0 25px;
  }
  .coming_soon_txt {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.0em;
  }
  .shop_subheadline {
    width: 70%;
    margin: 0 auto 25px
  }
  .shop_subheadline img {
    width: 100%;
  }
  .shop_item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    background: #e8e4d8;
    border-radius: 20px
  }
  .shop_img {
    width: 70%;
    margin: 25px auto;
  }
  .shop_img img {
    width: 100%;
    border-radius: 10px;

  }
  .shop_detail {
    width: 85%;
  }
  .shop_detail ul {
    list-style: none;
    text-align: left;
  }
  .shop_name {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin-bottom: 25px;
    padding: 10px 0 10px 5%;
    background: #c16c3f;
    color: #fff;
    border-radius: 40px;
  }
  .shop_address {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1.0em;
    margin-bottom: 25px;
  }
  .shop_tel {
    margin-bottom: 25px;
  }
  .shop_tel a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    color: #6e5c23;
    transition: all 0.3s;
  }
  .shop_tel a:hover {
    opacity: 0.7;
  }
  /* 一部のブラウザで動かないのでコメントアウト中 */
  /* .shop_txt {
    margin-bottom: 16px !important;
    font-size: 0.7rem !important;
    line-height: 1.4em !important;
    color: #c16c3f !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  } */

  .shop_url {
    margin-bottom: 25px;
    
  }
  .shop_url::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/tomato/icon_map.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .shop_url a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    color: #6e5c23;
    border-bottom: 1px solid #6e5c23;
    transition: all 0.3s;
  }
  .shop_url a:hover {
    opacity: 0.7;
  }
  .market_wrapper {
    width: 100%;
    margin: 50px auto 0;
    position: relative;
    background: #e8e4d8;
    border-radius: 20px;
  }
  .market_wrapper::after {
    content: " ";
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(110, 92, 35, 1) 10px, rgba(110, 92, 35, 1) 20px);
    z-index: -1;
  }
  .market_subheadline {
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    border-bottom: 1px solid #6e5c23;
    display: inline-block;
    margin: 25px 0;
    padding-bottom: 5px;
    position: relative;
  }
  .market_subheadline::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #6e5c23;
    top: 20px;
    left: 0;
    width: 100%;
  }
  .market_txt {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    text-align: left;
    margin: 0 10%;
  }
  .market_txt:nth-of-type(2) {
    margin: 0 10% 25px;
  }
  .market_inner {
    padding-bottom: 25px;
  }
  .market_adress {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .market_adress ul {
    text-align: left;
    list-style: none;
  }
  .adress_txt {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin-bottom: 10px;
  }
  .adress_txt:last-of-type {
    margin-bottom: 0;
  }
  .market_instagram {
    display: flex;
    justify-content: center;
  }
  .market_instagram ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
  }
  .instagram_txt {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    display: inline-block;
    margin-right: 5%;
  }
  .instagram_img {
    width: 15%;
    display: inline-block;
  }
  .instagram_img a img {
    width: 100%;
    display: block;
    transition: all 0.3s;
  }
  .instagram_img a img:hover {
    opacity: 0.7;
  }
  footer {
    background: #e8e4d8;
    margin-top: 110px;
  }
  .footer_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
  }
  .footer_img {
    width: 20%;
    margin-bottom: 25px;
  }
  .footer_img a {
    display: block;
  }
  .footer_img a img {
    width: 100%;
    transition: all 0.3s;
  }
  .footer_img a img:hover {
    opacity: 0.7;
  }
  .footer_inner {}
  .footer_inner ul {
    list-style: none;
    text-align: left;
  }
  .footer_name {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 25px;
  }
  .footer_txt {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
  }
  .footer_tel {
    text-align: center;
  }
  .footer_tel a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: bold;
    color: #6e5c23;
    transition: all 0.3s;
  }
  .footer_tel a:hover {
    opacity: 0.7;
  }
  .footer_logo {
    width: 30%;
    margin: 30px auto;
  }
  .footer_logo img {
    width: 100%;
  }
  .footer_copyright {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.5rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    padding-bottom: 10px;
  }
}
/*--- PC ---*/
@media screen and (min-width:768px) {
  body {
    width: 100%;
    max-width: 1920px;
    text-align: center;
    color: #6e5c23;
    position: relative;
  }
  #top-head {
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 1;
  }
  .inner {
    margin: 20px 4%;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  #mobile-head {
    width: 7%;
    margin-right: 18%;
    position: relative;
  }
  .logo {
    text-align: left;
    line-height: 0;
    margin: 0;
  }
  .logo a img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }
  .logo a img:hover {
    opacity: 0.7;
  }
  #global-nav {
    width: 75%;
    background: #fff;
    border-radius: 20px;
  }
  #global-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  #global-nav ul li {
    flex: 1;
    flex-basis: auto;
    padding: 10px 0 12px;
  }
  #global-nav ul li a {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #6e5c23;
    transition: all .3s;
  }
  #global-nav ul li a:hover {
    opacity: 0.7;
  }
  #nav-toggle {
    display: none;
  }
  section {
    width: 100%;
    margin: 0;
  }
  .headline {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3.2vw;
    letter-spacing: 0.2em;
    line-height: 1em;
    color: #c1a33f;
    font-weight: 400;
    margin-bottom: 75px;
  }
  .headline span {
    display: block;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 2.0em;
  }
  .pc_none {
    display: none;
  }
  #fv {
    position: relative;
  }
  .fv_pc img {
    width: 100%;
    max-width: 1920px;
  }
  .fv_sp {
    display: none;
  }
  #introduction {
    margin-top: 200px;
  }
  .introduction_wrapper {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .introduction_logo {
    width: 25%;
    margin-right: 5%;
  }
  .introduction_logo img {
    width: 100%;
  }
  .introduction_txt {
    width: 70%;
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 2.0em;
    text-align: left;
  }
  #about {
    margin-top: 200px;
  }
  .about_wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .about_headline {
    width: 100%;
  }
  .about_headline img {
    width: 45%;
    margin: 0 auto 50px;
  }
  .about_inner {
    width: 70%;
    margin: 0 auto;
  }
  .about_subheadline {
    font-size: 1.9vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    text-align: left;
    margin-bottom: 50px;
  }
  .about_txt {
    font-size: 1.4vw;
    letter-spacing: 0.05em;
    line-height: 2.0em;
    text-align: left;
    margin-bottom: 50px;
  }
  .about_tomato {
    width: 100%;
  }
  .about_tomato img {
    width: 100%;
  }
  .commitment_wrapper {
    width: 100%;
  }
  .commitment_headline {
    width: 15%;
    margin: 50px auto;
  }
  .commitment_headline img {
    width: 100%;
  }
  .commitment_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .commitment_img {
    width: 45%;
    margin-right: 5%;
  }
  .commitment_img img {
    width: 100%;
  }
  .commitment_txt {
    width: 45%;
    font-size: 1.4vw;
    letter-spacing: 0.05em;
    line-height: 2.0em;
    text-align: left;
    margin-right: 5%;
  }
  #shop {
    margin-top: 200px;
  }
    .shop_note {
            font-size: 1.2vw;
    letter-spacing: 0.05em;
    line-height: 2.0em;
        margin-bottom: 75px;
    }    
  .shop_wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .shop_inner {
    width: 90%;
    margin: 0 auto;
  }
  .shop_inner:first-of-type {
    margin-bottom: 150px;
  }
  .coming_soon {
    width: 100%;
    margin: 150px 0 50px;
  }
  .coming_soon_txt {
    font-size: 2.2vw;
    letter-spacing: 0.05em;
    line-height: 1.0em;
  }
  .shop_subheadline {
    width: 35%;
    margin: 0 auto 50px;
  }
  .shop_subheadline img {
    width: 100%;
  }
  .shop_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    background: #e8e4d8;
    border-radius: 20px;
  }
  .shop_img {
    width: 25%;
    margin: 3vw 5%;

  }
  .shop_img img {
    width: 100%;
    border-radius: 10px;

  }
  .shop_detail {
    width: 60%;
    margin-right: 5%;
  }
  .shop_detail ul {
    list-style: none;
    text-align: left;
  }
  .shop_name {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 25px;
    padding: 10px 0 10px 5%;
    background: #c16c3f;
    color: #fff;
    border-radius: 40px;
  }
  .shop_address {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-bottom: 25px;
  }
  .shop_tel {
    margin-bottom: 25px;
  }
  .shop_tel a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #6e5c23;
    transition: all 0.3s;
  }
  .shop_tel a:hover {
    opacity: 0.7;
  }
  /* 一部のブラウザで動かないのでコメントアウト中 */
  /* .shop_txt {
    margin-bottom: 32px;
    font-size: 100%;
    color: #c16c3f;
    line-height: 1.4em;
    display: block;
    width: 100%;
    text-align: center;
  } */

  .shop_url {}
  .shop_url::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/tomato/icon_map.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .shop_url a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #6e5c23;
    border-bottom: 1px solid #6e5c23;
    transition: all 0.3s;
  }
  .shop_url a:hover {
    opacity: 0.7;
  }
  .market_wrapper {
    width: 80%;
    margin: 100px auto 0;
    position: relative;
    background: #e8e4d8;
    border-radius: 20px;
  }
  .market_wrapper::after {
    content: " ";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(110, 92, 35, 1) 10px, rgba(110, 92, 35, 1) 20px);
    z-index: -1;
  }
  .market_subheadline {
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    border-bottom: 1px solid #6e5c23;
    display: inline-block;
    margin: 50px 0;
    padding-bottom: 10px;
    position: relative;
  }
  .market_subheadline::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #6e5c23;
    top: 45px;
    left: 0;
    width: 100%;
  }
  .market_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 25px;
  }
  .market_txt:last-of-type {
    margin-bottom: 0;
  }
  .market_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 75px 10% 50px;
  }
  .market_adress {}
  .market_adress ul {
    text-align: left;
    list-style: none;
  }
  .adress_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 10px;
  }
  .adress_txt:last-of-type {
    margin-bottom: 0;
  }
  .market_instagram {}
  .market_instagram ul {
    display: flex;
    flex-flow: wrap;
    justify-content: end;
    align-items: center;
    list-style: none;
  }
  .instagram_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    display: inline-block;
    margin-right: 10%;
  }
  .instagram_img {
    width: 40%;
    display: inline-block;
  }
  .instagram_img a img {
    width: 100%;
    display: block;
    transition: all 0.3s;
  }
  .instagram_img a img:hover {
    opacity: 0.7;
  }
  footer {
    background: #e8e4d8;
    margin-top: 220px;
  }
  .footer_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
  }
  .footer_img {
    width: 10%;
    margin-right: 3%;
  }
  .footer_img img {
    width: 100%;
  }
  .footer_img a img {
    transition: all 0.3s;
  }
  .footer_img a img:hover {
    opacity: 0.7;
  }
  .footer_inner {}
  .footer_inner ul {
    list-style: none;
    text-align: left;
  }
  .footer_name {
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 25px;
  }
  .footer_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin-bottom: 25px;
  }
  .footer_tel {}
  .footer_tel a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: bold;
    color: #6e5c23;
    transition: all 0.3s;
  }
  .footer_tel a:hover {
    opacity: 0.7;
  }
  .footer_logo {
    width: 15%;
    margin: 100px auto;
  }
  .footer_logo img {
    width: 100%;
  }
  .footer_copyright {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    padding-bottom: 25px;
  }
}