@charset "UTF-8";

@media print, screen and (min-width: 765px) {
  #content .mv {
    position: relative;
    padding-bottom: 100px;
  }

  #content .mv .inner {
    position: relative;
    overflow: hidden;
  }
  #content .mv .backimage {
    position: relative !important;
  }
  #content .mv .backimage img {
    width: 100%;
    min-width: 1366px;
    margin-left: auto;
    margin-right: auto;
  }

  #content .mv .cloud1 {
    position: absolute;
    left: 10%;
    top: 50%;
    margin-left: -230px;
  }

  #content .mv .cloud2 {
    position: absolute;
    left: 90%;
    top: 10%;
    margin-left: -230px;
  }

  #content .mv .texts {
    width: 960px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -180px;
  }

  #content .mv .title_s {
    position: absolute;
    left: 0;
    top: 0;
  }

  #content .mv h1 {
    margin-top: 30px;
    text-align: center;
  }

  #content .mv .read {
    line-height: 2;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    padding-bottom: 1000px;
    background: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 50%,
      rgba(0, 0, 0, 0.01) 99%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 50%,
      rgba(0, 0, 0, 0.01) 99%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 50%,
      rgba(0, 0, 0, 0.01) 99%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
  }

  #content .mv .read .cap {
    font-size: 1.28rem;
  }

  #content .mv .bottom {
    position: absolute;
    left: 0;
    bottom: 200px;
    width: 100%;
  }

  #content .mv .bottom img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 600px;
  }

  #content .mv .subs {
    width: 960px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    z-index: 1;
  }

  #content .mv .hdk {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
  }

  #content .mv .hdk img {
    width: 100%;
    height: 100px;
    display: block;
  }

  #content .section {
    line-height: 1.8em;
    position: relative;
  }
  #content .section .outer {
    padding-bottom: 100px;
  }
  #content .section .inner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  #content .section .hdk {
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
  }

  #content .section .hdk img {
    width: 100%;
    height: 100px;
    display: block;
  }

  #content .section .inner {
    position: relative;
  }

  #content .section .titles {
    text-align: center;
  }
  #content .section .shoulder {
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 2.4rem;
    border-bottom: #000 1px solid;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  #content .section .shoulder span {
    font-size: 3.2rem;
  }

  #content .section h2 {
    font-weight: bold;
    font-size: 3.84rem;
    line-height: 1em;
    text-align: center;
    margin-top: 20px;
  }

  #content .location {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: #fff;
  }

  #content .location .items {
    margin-top: 50px;
  }

  #content .location .items .item {
    float: right;
    width: 440px;
  }

  #content .location .items .item:first-child {
    float: left;
    width: 440px;
  }
  #content .location .items .item .texts .tit {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1em;
    margin-top: 10px;
  }
  #content .location .items .item .texts .body {
    border-top: #333 1px solid;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  #content .gourmet {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  #content .gourmet .cap {
    margin-top: 40px;
    font-size: 1.28rem;
    text-align: right;
  }

  #content .gourmet .items {
    margin-top: 50px;
  }

  #content .gourmet .items .item {
    float: left;
    width: 300px;
    margin-right: 30px;
    position: relative;
  }

  #content .gourmet .items .item:last-child {
    margin-right: 0px;
  }

  #content .gourmet .items .item .imageset {
    position: relative;
  }

  #content .gourmet .items .item .images {
    width: 300px;
    height: 180px;
    overflow: hidden;
    position: relative;
  }

  #content .gourmet .items .item .images ul {
    display: block;
    position: relative;
  }

  #content .gourmet .items .item .images ul li {
    display: block;
    width: 300px;
  }

  #content .gourmet .items .item .images ul li.absolute {
    position: absolute;
    left: 0;
    top: 0;
  }

  #content .gourmet .items .item .images ul li img {
    display: block;
    width: 100%;
  }

  #content .gourmet .items .item .pages {
    display: none;
  }

  #content .gourmet .items .item .pages .prev {
    position: absolute;
    left: 0px;
    top: 0;
    width: 150px;
    height: 180px;
  }
  #content .gourmet .items .item .pages .prev img {
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -13px;
  }
  #content .gourmet .items .item .pages .next {
    position: absolute;
    left: 50%;
    top: 0;
    width: 150px;
    height: 180px;
  }

  #content .gourmet .items .item .pages .next img {
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -13px;
  }
  #content .gourmet .items .item .pages .prev:hover,
  #content .gourmet .items .item .pages .next:hover {
    opacity: 1;
    -webkit-opacity: 1;
  }

  #content .gourmet .items .item .texts .tit {
    font-weight: bold;
    font-size: 1.76rem;
    line-height: 1.35em;
    margin-top: 10px;
    min-height: 2.7em;
  }
  #content .gourmet .items .item .texts .body {
    margin-top: 5px;
    font-size: 1.28rem;
    line-height: 1.5em;
  }

  #content .gourmet .items .item .texts .body span {
    font-size: 1.4rem;
    color: #666;
  }

  #content .gourmet .items .item .shop {
    margin-top: 10px;
    padding-top: 10px;
    border-top: #333 1px dashed;
    font-size: 1.28rem;
    line-height: 1.5em;
    position: relative;
  }

  #content .gourmet .items .item .shop .add {
    margin-top: 5px;
    font-size: 1.28rem;
  }

  #content .gourmet .items .item .shop .gmap {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 764px) {
  #content .mv {
    position: relative;
    padding-bottom: 25px;
  }

  #content .mv .inner {
    position: relative;
    overflow: hidden;
  }

  #content .mv .backimage {
    position: relative;
  }
  #content .mv .backimage img {
    width: 100%;
    min-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  #content .mv .cloud1 {
    width: 230px;
    position: absolute;
    left: -0%;
    top: 50%;
    margin-left: -115px;
  }

  #content .mv .cloud2 {
    width: 230px;
    position: absolute;
    right: -20%;
    top: 10%;
    margin-left: -115px;
  }

  #content .mv .texts {
    width: 320px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -70px;
    margin-left: -160px;
  }

  #content .mv .title_s {
    display: none;
  }

  #content .mv h1 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  #content .read {
    position: relative;
    line-height: 1.5em;
    padding: 0 20px;

    padding-top: 70px;
    /*        font-size:90%;*/
    background: #fff;
  }
  #content .read p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #content .read .cap {
    font-size: 1.4rem;
  }

  #content .mv .bottom {
    position: absolute;
    left: 0;
    bottom: 75px;
    width: 100%;
  }

  #content .mv .bottom img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 400px;
  }

  #content .mv .subs {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 1;
  }

  #content .mv .hdk {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
  }

  #content .mv .hdk img {
    width: 100%;
    height: 25px;
    display: block;
  }

  #content .section {
    line-height: 1.8em;
    position: relative;
    margin-top: 0;
  }
  #content .section .outer {
  }
  #content .section .inner {
    margin-left: auto;
    margin-right: auto;
  }

  #content .section .hdk {
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
  }

  #content .section .hdk img {
    width: 100%;
    height: 25px;
    display: block;
  }

  #content .section .inner {
    position: relative;
  }

  #content .section .titles {
    text-align: center;
  }
  #content .section .shoulder {
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 1.92rem;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: #000 1px solid;
    display: inline-block;
  }

  #content .section .shoulder span {
    font-size: 2.4rem;
  }

  #content .section h2 {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1em;
    text-align: center;
    margin-top: 20px;
  }

  #content .location {
    background-color: #fff;
    padding-top: 30px;
  }

  #content .location .titles {
    margin-bottom: 30px;
  }
  #content .location .items .item {
    margin: 0 20px;
    margin-bottom: 50px;
  }

  #content .location .items .item .texts .tit {
    font-weight: bold;
    font-size: 1.92rem;
    line-height: 1em;
    margin-top: 15px;
  }
  #content .location .items .item .texts .body {
    border-top: #333 1px solid;
    margin-top: 10px;
    padding-top: 10px;
    /*        font-size:90%;*/
    font-size: 1.6rem;
    line-height: 1.8;
  }

  #content .gourmet {
    margin-top: 0;
  }

  #content .titles {
    padding: 30px 0;
  }

  #content .gourmet .items .item {
    position: relative;
    margin: 0 20px;
    margin-bottom: 40px;
  }

  #content .gourmet .items .item .imageset {
    position: relative;
  }

  #content .gourmet .items .item .images {
    overflow: hidden;
    position: relative;
  }

  #content .gourmet .items .item .images ul {
    display: block;
    position: relative;
  }

  #content .gourmet .items .item .images ul li {
    display: block;
  }

  #content .gourmet .items .item .images ul li.absolute {
    position: absolute;
    left: 0;
    top: 0;
  }

  #content .gourmet .items .item .images ul li img {
    display: block;
  }

  #content .gourmet .items .item .pages {
    display: none;
  }

  #content .gourmet .items .item .pages .prev {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
  }
  #content .gourmet .items .item .pages .prev img {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -13px;
    width: 25px;
  }
  #content .gourmet .items .item .pages .next {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
  }
  #content .gourmet .items .item .pages .next img {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -13px;
    width: 25px;
  }

  #content .gourmet .items .item .texts .tit {
    font-weight: bold;
    font-size: 1.76rem;
    line-height: 1.35em;
    margin-top: 10px;
  }
  #content .gourmet .items .item .texts .body {
    margin-top: 5px;
    /*        font-size:80%;*/
    font-size: 1.6rem;
    line-height: 1.5em;
  }

  #content .gourmet .items .item .texts .body span {
    font-size: 1.4rem;
    color: #666;
  }

  #content .gourmet .items .item .shop {
    padding-top: 10px;
    border-top: #333 1px dashed;
    font-size: 1.28rem;
    line-height: 1.5em;
    position: relative;
    margin: 10px 0px;
  }

  #content .gourmet .items .item .shop .add {
    margin-top: 5px;
    font-size: 1.28rem;
  }

  #content .gourmet .items .item .shop .gmap {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  #content .gourmet .cap {
    margin: 0 20px 60px 20px;
    font-size: 1.28rem;
    line-height: 1.2em;
  }
}
