@charset "utf-8";
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
　PC 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media print, screen and (min-width:768px){
  
  /* ----- gourmet-container ----- */
  .gourmet-container {
    padding: 10px 0;
    background-color: #f0ebde;
  }
  .gourmet-container > *:first-child {
    margin-top: 0 !important;
  }
  .gourmet-container > *:last-child {
    margin-bottom: 0 !important;
  }
  
  /* ----- gourmet-content ----- */
  .gourmet-content {
    width: 950px;
    margin: 0 auto;
  }
  .gourmet-content > *:first-child {
    margin-top: 0 !important;
  }
  .gourmet-content > *:last-child {
    margin-bottom: 0 !important;
  }
  
  /* ----- gourmet-index-layout ----- */
  .gourmet-index-layout {
    padding: 0 0 30px;
    background-color: #2c2c2c;
  }
  .gourmet-index-layout .index_heading {
    position: relative;
  }
  .gourmet-index-layout .index_heading .heading_inner {
    position: absolute;
    top: 325px;
    left: 0;
    width: 100%;
  }
  .gourmet-index-layout .index_heading .heading_inner > *:first-child {
    margin-top: 0;
  }
  .gourmet-index-layout .index_heading .heading_lead {
    text-shadow: 0 0 17px rgba(0,0,0,1);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  .gourmet-index-layout .index_heading .heading_button {
    margin: 40px 0 0;
  }
  .gourmet-index-layout .index_heading .heading_button > li {
    text-align: center;
  }
  .gourmet-index-layout .index_heading .heading_button > li > a {
    display: inline-block;
    background-color: #fff;
  }
  .gourmet-index-layout .index_heading .heading_button > li > a img {
    width: 371px;
    transition: all .2s ease-out 0s;
  }
  .gourmet-index-layout .index_heading .heading_button > li > a:hover img {
    opacity: 0.7;
  }
  .gourmet-index-layout .index_column {
    display: flex;
    justify-content: center;
    margin: -2px 0 0;
  }
  .gourmet-index-layout .index_column > .column_col {
    display: flex;
    width: 290px;
    margin: 10px 10px 0;
    background-color: #fff;
  }
  .gourmet-index-layout .index_column > .column_col:nth-child(-n+3) {
    margin-top: 0;
  }
  .gourmet-index-layout .index_column > .column_col .col_frame {
    display: flex;
    width: 100%;
  }
  .gourmet-index-layout .index_column > .column_col a.col_frame {
    color: #333;
    text-decoration: none;
  }
  .gourmet-index-layout .index_column > .column_col a.col_frame::after {
    display: none;
  }
  .gourmet-index-layout .index_column > .column_col .col_outer {
    width: 100%;
  }
  .gourmet-index-layout .index_column > .column_col .col_heading {
    position: relative;
    padding: 15px 15px 15px 35px;
    background-color: #fff5d3;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
    transition: all .2s ease-out 0s;
  }
  .gourmet-index-layout .index_column > .column_col a.col_frame:hover .col_heading {
    color: #e6bf00;
  }
  .gourmet-index-layout .index_column > .column_col .col_heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000000;
    transform: translateY(-50%);
  }
  .gourmet-index-layout .index_column > .column_col .col_inner {
    padding: 20px;
  }
  .gourmet-index-layout .index_column > .column_col .col_inner > *:first-child {
    margin-top: 0;
  }
  .gourmet-index-layout .index_column_2 {
    overflow: hidden;
  }
  .gourmet-index-layout .index_column_2 > .column_image {
    float: left;
    width: 107px;
    margin: 0 20px 5px 0;
  }
  .gourmet-index-layout .index_column_2 > .column_text .col_text {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  
  /* ----- gourmet-shop-layout ----- */
  .gourmet-shop-layout .shop_heading img {
    width: 100%;
  }
  
  /* ----- gourmet-shop-layout-v2 ----- */
  .gourmet-shop-layout-v2 {
    padding: 30px 30px 40px;
    background-color: #fff;
  }
  .gourmet-shop-layout-v2 > *:first-child {
    margin-top: 0;
  }
  .gourmet-shop-layout-v2 .shop_frame + .shop_frame {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
  }
  .gourmet-shop-layout-v2 .shop_catch {
    color: #806a00;
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .gourmet-shop-layout-v2 .shop_heading {
    margin: 7px 0 0;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .gourmet-shop-layout-v2 .index_column {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0;
  }
  .gourmet-shop-layout-v2 .index_column > .column_col {
    width: calc((100% - 25px * 2) / 3);
    margin: 25px 0 0 25px;
  }
  .gourmet-shop-layout-v2 .index_column > .column_col:nth-child(-n+3) {
    margin-top: 0;
  }
  .gourmet-shop-layout-v2 .index_column > .column_col:nth-child(3n+1) {
    margin-left: 0;
  }
  .gourmet-shop-layout-v2 .shop_image {
    text-align: center;
  }
  .gourmet-shop-layout-v2 .shop_image figcaption {
    margin: 10px 0 0;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
  }
  .gourmet-shop-layout-v2 .shop_text {
    margin: 15px 0 0;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .gourmet-shop-layout-v2 .shop_button {
    margin: 15px 0 0;
  }
  .gourmet-shop-layout-v2 .shop_button > li {
    text-align: center;
  }
  .gourmet-shop-layout-v2 .shop_button > li a {
    display: inline-block;
    min-width: 300px;
    padding: 20px 15px;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-out 0s;
  }
  .gourmet-shop-layout-v2 .shop_button > li a:hover {
    background-color: #4d4d4d;
  }
  .gourmet-shop-layout-v2 .shop_button > li a span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
  }
  .gourmet-shop-layout-v2 .shop_button > li a span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    transform: translateY(-50%);
  }
  .gourmet-shop-layout-v2 .shop_button > li a[target="_blank"]::after {
    display: none;
  }
  .gourmet-shop-layout-v2 .shop_button > li a[target="_blank"] span {
    padding-right: 23px;
  }
  .gourmet-shop-layout-v2 .shop_button > li a[target="_blank"] span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 8px;
    margin-top: 1px;
    background-image: url("/area/tohoku/gourmet/bunkayokocho/img/renewal_shop_ic01.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    transform: translateY(-50%);
  }

}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
　SP
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (max-width:767px){
  
  /* ----- gourmet-layout ----- */
  .gourmet-layout {
    display: none;
  }
  
  /* ----- gourmet-index-layout ----- */
  .gourmet-index-layout {
    padding: 0 15px 30px;
    background-color: #2c2c2c;
  }
  .gourmet-index-layout .index_heading .heading_title {
    margin: 0 -15px;
  }
  .gourmet-index-layout .index_heading .heading_title img {
    width: 100%;
  }
  .gourmet-index-layout .index_heading .heading_lead {
    text-shadow: 0 0 8px rgba(0,0,0,1);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
  .gourmet-index-layout .index_heading .heading_button {
    margin: 25px 0 0;
  }
  .gourmet-index-layout .index_heading .heading_button > li {
    text-align: center;
  }
  .gourmet-index-layout .index_heading .heading_button > li img {
    max-width: 345px;
    width: 100%;
  }
  .gourmet-index-layout .index_column {
    margin: 40px 0 0;
  }
  .gourmet-index-layout .index_column > .column_col {
    background-color: #fff;
  }
  .gourmet-index-layout .index_column > .column_col + .column_col {
    margin-top: 15px;
  }
  .gourmet-index-layout .index_column > .column_col .col_frame {
    display: block;
  }
  .gourmet-index-layout .index_column > .column_col a.col_frame {
    color: #333;
    text-decoration: none;
  }
  .gourmet-index-layout .index_column > .column_col a.col_frame::after {
    display: none;
  }
  .gourmet-index-layout .index_column > .column_col .col_heading {
    position: relative;
    padding: 20px 20px 20px 35px;
    background-color: #fff5d3;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
    transition: all .2s ease-out 0s;
  }
  .gourmet-index-layout .index_column > .column_col .col_heading:before {
    content: "";
    position: absolute;
    top: 1.35em;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000000;
  }
  .gourmet-index-layout .index_column > .column_col .col_inner {
    padding: 20px;
  }
  .gourmet-index-layout .index_column > .column_col .col_inner > *:first-child {
    margin-top: 0;
  }
  .gourmet-index-layout .index_column_2 {
    overflow: hidden;
  }
  .gourmet-index-layout .index_column_2 > .column_image {
    float: left;
    width: 107px;
    margin: 0 15px 5px 0;
  }
  .gourmet-index-layout .index_column_2 > .column_text .col_text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  
  /* ----- gourmet-shop-layout ----- */
  .gourmet-shop-layout .shop_heading img {
    width: 100%;
  }
  
  /* ----- gourmet-shop-layout-v2 ----- */
  .gourmet-shop-layout-v2 {
    padding: 25px 15px 35px;
    background-color: #fff;
  }
  .gourmet-shop-layout-v2 > *:first-child {
    margin-top: 0;
  }
  .gourmet-shop-layout-v2 .shop_frame + .shop_frame {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
  }
  .gourmet-shop-layout-v2 .shop_catch {
    color: #806a00;
    font-size: 1.4rem;
    line-height: 1.1;
  }
  .gourmet-shop-layout-v2 .shop_heading {
    margin: 10px 0 0;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .gourmet-shop-layout-v2 .index_column {
    margin: 20px 0 0;
  }
  .gourmet-shop-layout-v2 .index_column > .column_col + .column_col {
    margin-top: 15px;
  }
  .gourmet-shop-layout-v2 .shop_image {
    text-align: center;
  }
  .gourmet-shop-layout-v2 .shop_image figcaption {
    margin: 10px 0 0;
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: left;
  }
  .gourmet-shop-layout-v2 .shop_text {
    margin: 10px 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .gourmet-shop-layout-v2 .shop_button {
    margin: 15px 0 0;
  }
  .gourmet-shop-layout-v2 .shop_button > li {
    text-align: center;
  }
  .gourmet-shop-layout-v2 .shop_button > li a {
    display: block;
    padding: 15px;
    background-color: #000;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }
  .gourmet-shop-layout-v2 .shop_button > li a span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
  }
  .gourmet-shop-layout-v2 .shop_button > li a span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    transform: translateY(-50%);
  }
  .gourmet-shop-layout-v2 .shop_button > li a[target="_blank"]::after {
    display: none;
  }
  .gourmet-shop-layout-v2 .shop_button > li a[target="_blank"] span {
    padding-right: 23px;
  }
  .gourmet-shop-layout-v2 .shop_button > li a[target="_blank"] span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 8px;
    margin-top: 1px;
    background-image: url("/area/tohoku/gourmet/bunkayokocho/img/renewal_shop_ic01.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    transform: translateY(-50%);
  }

}