/*-------------------------------------------> Home */
#TopBanner {
  width: 228px;
  height: 190px;
  position: fixed;
  top: 200px;
  left: calc(100% + 10px);
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 769px) {
    #TopBanner a img {
      -webkit-transition: all .15s ease-out;
      -o-transition: all .15s ease-out;
      transition: all .15s ease-out;
      opacity: 1; }
    #TopBanner a:hover img {
      opacity: 0.7; } }
  @media screen and (max-width: 768px) {
    #TopBanner {
      top: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: calc(130/750*100vw);
      width: 40vw;
      height: 33.33333vw;
      opacity: 1; } }
  #TopBanner img {
    width: 100%;
    height: auto; }

.Scroll #TopBanner,
.MOpen #TopBanner {
  opacity: 0;
  pointer-events: none; }

#homeSlide {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden; }
  #homeSlide .baner_area{
    position: absolute;
    bottom: 10px;
    left: 5%;
    display: flex;
    flex-direction: row-reverse;
  }
  #homeSlide .baner_area img{
    height: 70px
  }
  #homeSlide .SlideWrap,
  #homeSlide .slick-list,
  #homeSlide .slick-track,
  #homeSlide .slick-slide {
    height: 100%; }
  #homeSlide .slick-slide {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
  #homeSlide .slick-current {
    -webkit-animation: increase 6s ease -.2s infinite;
    animation: increase 6s ease -.2s infinite; }
  @media screen and (max-width: 768px) {
    #homeSlide {
      height: 66.66667vw; } }




      

#HomeContents .Block, #HomeContents ul > li, #HomeInfo .Block, #HomeInfo ul > li {
  width: calc(470/960*100%); }
  @media screen and (min-width: 1200px) {
    #HomeContents .Block, #HomeContents ul > li, #HomeInfo .Block, #HomeInfo ul > li {
      width: calc((960px - 20px) / 2); } }
  #HomeContents .Block:nth-child(odd), #HomeContents ul > li:nth-child(odd), #HomeInfo .Block:nth-child(odd), #HomeInfo ul > li:nth-child(odd) {
    float: left; }
  #HomeContents .Block:nth-child(even), #HomeContents ul > li:nth-child(even), #HomeInfo .Block:nth-child(even), #HomeInfo ul > li:nth-child(even) {
    float: right; }
  #HomeContents .Block a, #HomeContents ul > li a, #HomeInfo .Block a, #HomeInfo ul > li a {
    display: block; }
  @media screen and (max-width: 768px) {
    #HomeContents .Block, #HomeContents ul > li, #HomeInfo .Block, #HomeInfo ul > li {
      width: 100%; }
      #HomeContents .Block:nth-child(odd), #HomeContents ul > li:nth-child(odd), #HomeInfo .Block:nth-child(odd), #HomeInfo ul > li:nth-child(odd) {
        float: none; }
      #HomeContents .Block:nth-child(even), #HomeContents ul > li:nth-child(even), #HomeInfo .Block:nth-child(even), #HomeInfo ul > li:nth-child(even) {
        float: none; } }

#HomeContents {
  background: #f7f7f7;
  padding: 64px 0 13px; }
  #HomeContents .inner:after {
    content: "";
    display: block;
    clear: both; }
  #HomeContents .Block {
    text-align: center;
    padding-bottom: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #HomeContents .Block .image img {
      width: 100%;
      height: auto; }
    #HomeContents .Block dl {
      margin-bottom: 8px; }
      #HomeContents .Block dl dt {
        font-size: 24px;
        line-height: 1em;
        letter-spacing: 0.1em;
        font-weight: 300;
        color: #040000;
        margin-top: 17px; }
      #HomeContents .Block dl dd {
        font-size: 12px;
        line-height: 2em;
        letter-spacing: 0.1em;
        color: #4c4948;
        margin-top: 8px; }
    @media screen and (min-width: 769px) {
      #HomeContents .Block a .image {
        overflow: hidden; }
        #HomeContents .Block a .image img {
          -webkit-transition: all 4s cubic-bezier(0, 1, 0.7, 1);
          -o-transition: all 4s cubic-bezier(0, 1, 0.7, 1);
          transition: all 4s cubic-bezier(0, 1, 0.7, 1);
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center; }
      #HomeContents .Block a:hover .image img {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1); } }
  @media screen and (max-width: 768px) {
    #HomeContents {
      padding: calc(75/750*100vw) 0 calc(20/750*100vw); }
      #HomeContents .Block {
        padding-bottom: calc(60/750*100vw); }
        #HomeContents .Block dl {
          margin-bottom: calc(20/750*100vw); }
          #HomeContents .Block dl dt {
            font-size: 21px;
            /* legacy */
            font-size: 5.6vw;
            line-height: 1em;
            letter-spacing: 0.15em;
            margin-top: calc(28/750*100vw); }
          #HomeContents .Block dl dd {
            font-size: 11px;
            /* legacy */
            font-size: 2.93333vw;
            line-height: 1.54545em;
            letter-spacing: 0.1em;
            margin-top: calc(10/750*100vw); } }

#HomeInfo {
  padding: 76px 0 55px; }
  #HomeInfo .contentsTitle {
    text-align: center;
    font-size: 22px;
    line-height: 1em;
    letter-spacing: 0.15em;
    font-weight: 300;
    color: #040000;
    margin-bottom: 30px; }
  #HomeInfo ul {
    width: 100%; }
    #HomeInfo ul:after {
      content: "";
      display: block;
      clear: both; }
    #HomeInfo ul li {
      border-bottom: solid 1px #cccbcb;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (min-width: 769px) {
        #HomeInfo ul li:nth-of-type(1), #HomeInfo ul li:nth-of-type(2) {
          border-top: solid 1px #cccbcb; } }
      #HomeInfo ul li .label {
        font-size: 10px;
        line-height: 1em;
        letter-spacing: 0em;
        font-weight: 500;
        color: #FFF;
        padding: 9px 0; }
        #HomeInfo ul li .label span {
          background: #040000;
          display: inline-block;
          min-width: 74px;
          line-height: 20px;
          text-align: center;
          padding: 0 2px; }
      #HomeInfo ul li .date {
        white-space: nowrap;
        font-size: 12px;
        line-height: 1em;
        letter-spacing: 0.02em;
        line-height: 20px;
        font-weight: 400;
        color: #040000;
        padding: 9px 20px 9px 10px; }
      #HomeInfo ul li .title {
        font-size: 12px;
        line-height: 1.33333em;
        letter-spacing: 0.08em;
        color: #4c4948;
        padding: 11px 0 9px; }
      #HomeInfo ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        #HomeInfo ul li a .label {
          color: #FFF; }
        #HomeInfo ul li a .date {
          color: #040000; }
        #HomeInfo ul li a .title {
          color: #4c4948;
          text-decoration: none; }
        @media screen and (min-width: 769px) {
          #HomeInfo ul li a:hover .title {
            text-decoration: underline; } }
  @media screen and (max-width: 768px) {
    #HomeInfo {
      padding: calc(85/750*100vw) 0 calc(80/750*100vw); }
      #HomeInfo .contentsTitle {
        font-size: 17px;
        /* legacy */
        font-size: 4.53333vw;
        line-height: 1em;
        letter-spacing: 0.1em;
        margin-bottom: calc(30/750*100vw); }
      #HomeInfo ul li {
        border-bottom: solid 1px #cccbcb;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #HomeInfo ul li:nth-of-type(1) {
          border-top: solid 1px #cccbcb; }
        #HomeInfo ul li .label {
          font-size: 8px;
          /* legacy */
          font-size: 2.13333vw;
          line-height: 1em;
          letter-spacing: 0.08em;
          padding: 7px 0 0; }
          #HomeInfo ul li .label span {
            min-width: calc(220/750*100vw);
            line-height: 17px;
            padding: 0 5px; }
        #HomeInfo ul li .date {
          font-size: 10px;
          /* legacy */
          font-size: 2.66667vw;
          line-height: 1em;
          letter-spacing: 0.08em;
          line-height: 17px;
          padding: 7px 0px 0px 10px; }
        #HomeInfo ul li .title {
          font-size: 10px;
          /* legacy */
          font-size: 2.66667vw;
          line-height: 1.5em;
          letter-spacing: 0.08em;
          padding: 3px 0;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
        #HomeInfo ul li a {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

#HomeBanner .inner:after {
  content: "";
  display: block;
  clear: both; }

#HomeBanner .inner img {
  width: 100%;
  height: auto; }

#HomeBanner .bigBanner {
  float: left;
  width: calc(710/960*100%); }

#HomeBanner .slideBanner {
  float: right;
  width: calc(228/960*100%); }
  #HomeBanner .slideBanner .slide a {
    display: block; }

@media screen and (min-width: 1200px) {
  #HomeBanner .bigBanner {
    width: 710px; }
  #HomeBanner .slideBanner {
    width: 228px; } }

@media screen and (max-width: 768px) {
  #HomeBanner {
    padding-bottom: calc(70/750*100vw); }
    #HomeBanner .bigBanner {
      width: calc(368/750*100vw); }
    #HomeBanner .slideBanner {
      width: calc(228/750*100vw); } }

/*
@media screen and ($less-tab) {}
@media screen and ($over-tab) {}
@media screen and ($over-pc) {}
*/
/*-------------------------------------------> Stay */
#Stay .listBlock:after {
  content: "";
  display: block;
  clear: both; }

#Stay .listBlock li {
  float: left;
  margin-top: 40px; }
  #Stay .listBlock li .image img {
    width: 100%;
    height: auto; }
  #Stay .listBlock li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #040000;
    margin: 15px 0 12px; }
    #Stay .listBlock li .title dt {
      font-size: 18px;
      line-height: 1.11111em;
      letter-spacing: 0.08em;
      font-weight: bold; }
    #Stay .listBlock li .title dd {
      font-size: 14px;
      line-height: 1.07143em;
      letter-spacing: 0.08em;
      margin-left: 0.5em; }
  #Stay .listBlock li .text {
    font-size: 12px;
    line-height: 1.66667em;
    letter-spacing: 0.08em; }
  #Stay .listBlock li .mod_linkBlank {
    margin-top: 25px; }

@media screen and (max-width: 768px) {
  #Stay .listBlock:after {
    content: "";
    display: block;
    clear: both; }
  #Stay .listBlock li {
    float: left;
    width: calc(285/750*100vw);
    margin-top: calc(60/750*100vw);
    margin-left: calc(36/750*100vw); }
    #Stay .listBlock li:nth-child(odd) {
      margin-left: 0; }
    #Stay .listBlock li:nth-of-type(-n+2) {
      margin-top: 0; }
    #Stay .listBlock li .title {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: calc(25/750*100vw) 0 calc(15/750*100vw); }
      #Stay .listBlock li .title dt {
        font-size: 13px;
        /* legacy */
        font-size: 3.46667vw;
        line-height: 1.30769em;
        letter-spacing: 0.08em; }
      #Stay .listBlock li .title dd {
        font-size: 11px;
        /* legacy */
        font-size: 2.93333vw;
        line-height: 1.54545em;
        letter-spacing: 0.08em; }
    #Stay .listBlock li .text {
      font-size: 11px;
      /* legacy */
      font-size: 2.93333vw;
      line-height: 1.63636em;
      letter-spacing: 0.08em; }
    #Stay .listBlock li .mod_linkBlank {
      margin-top: 1em; } }

#Room .roomBlock + .roomBlock {
  margin-top: 74px; }

#Room .roomBlock .roomInfo dt {
  color: #040000;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  font-weight: normal;
  margin-bottom: 15px; }

#Room .roomBlock .roomInfo .text {
  font-size: 14px;
  line-height: 1.71429em;
  letter-spacing: 0.08em; }
  #Room .roomBlock .roomInfo .text + .text {
    margin-top: 1.2em; }

#Room .roomBlock .roomInfo .mod_btnBlack {
  margin-top: calc(76/346*100%); }
  #Room .roomBlock .roomInfo .mod_btnBlack a {
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.1em;
    height: 53px; }

#Room .roomBlock .roomInfo .mod_btnLinkArrow {
  margin-top: 12px; }
  #Room .roomBlock .roomInfo .mod_btnLinkArrow a {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0.15em;
    line-height: 25px; }

@media screen and (min-width: 1200px) {
  #Room .roomBlock .sliderBox {
    width: 565px; }
  #Room .roomBlock .roomInfo {
    width: 346px;
    margin-left: 49px; }
    #Room .roomBlock .roomInfo .mod_btnBlack {
      margin-top: 76px; }
    #Room .roomBlock .roomInfo .mod_btnLinkArrow {
      margin-top: 12px; } }

@media screen and (min-width: 769px) {
  #Room .roomBlock .mod_2column {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    #Room .roomBlock .mod_2column .sliderBox {
      width: calc(565/960*100%); }
    #Room .roomBlock .mod_2column .roomInfo {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: calc(49/960*100%); } }

@media screen and (max-width: 768px) {
  #Room .roomBlock + .roomBlock {
    margin-top: calc(100/750*100vw); }
  #Room .roomBlock .roomInfo {
    margin-top: calc(100/750*100vw); }
    #Room .roomBlock .roomInfo dt {
      font-size: 17px;
      /* legacy */
      font-size: 4.53333vw;
      line-height: 1.23529em;
      letter-spacing: 0.08em;
      margin-bottom: 15px; }
    #Room .roomBlock .roomInfo .text {
      font-size: 11px;
      /* legacy */
      font-size: 2.93333vw;
      line-height: 1.72727em;
      letter-spacing: 0.08em; }
      #Room .roomBlock .roomInfo .text + .text {
        margin-top: 1em; }
    #Room .roomBlock .roomInfo .mod_btnBlack {
      margin-top: calc(50/750*100vw); }
      #Room .roomBlock .roomInfo .mod_btnBlack a {
        font-size: 12px;
        /* legacy */
        font-size: 3.2vw;
        line-height: 1em;
        letter-spacing: 0.1em;
        height: calc(100/750*100vw); }
    #Room .roomBlock .roomInfo .mod_btnLinkArrow {
      margin-top: calc(15/750*100vw); }
      #Room .roomBlock .roomInfo .mod_btnLinkArrow a {
        font-size: 11px;
        /* legacy */
        font-size: 2.93333vw;
        line-height: 1em;
        letter-spacing: 0.15em;
        line-height: 24px; } }

#stayInfo {
  margin-top: 80px; }
  #stayInfo .mod_sectionTitle {
    border: none;
    padding-bottom: 0;
    margin-bottom: 15px; }
  #stayInfo .infoTable {
    width: 100%;
    border-collapse: collapse; }
    #stayInfo .infoTable th, #stayInfo .infoTable td {
      padding: 7px 5px 6px 12px;
      font-size: 12px;
      line-height: 1.5em;
      letter-spacing: 0.08em;
      font-weight: normal;
      text-align: left;
      vertical-align: top;
      border: solid 1px #cccbcb; }
    #stayInfo .infoTable th {
      width: 116px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #stayInfo .infoTable td {
      width: calc(50% - 116px); }
  @media screen and (max-width: 768px) {
    #stayInfo {
      margin-top: calc(110/750*100vw); }
      #stayInfo .mod_sectionTitle {
        margin-bottom: calc(15/750*100vw); }
      #stayInfo .infoTable th, #stayInfo .infoTable td {
        padding: calc(16/750*100vw);
        font-size: 11px;
        /* legacy */
        font-size: 2.93333vw;
        line-height: 1.45455em;
        letter-spacing: 0.08em; }
      #stayInfo .infoTable th {
        white-space: nowrap; } }

#Spend {
  margin-top: 56px; }
  #Spend .image img {
    width: 100%;
    height: auto; }
  #Spend .mod_linkPDF {
    font-weight: normal; }
  @media screen and (max-width: 768px) {
    #Spend {
      margin-top: calc(70/750*100vw); }
      #Spend .mod_linkPDF {
        font-size: 11px;
        /* legacy */
        font-size: 2.93333vw;
        line-height: 1em;
        letter-spacing: 0.2em;
        padding-right: calc(44/750*100vw); } }

#Morning {
  margin-top: 98px; }
  #Morning .textArea dt {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.08em;
    margin-bottom: 20px; }
  #Morning .textArea dd {
    font-size: 14px;
    line-height: 1.71429em;
    letter-spacing: 0.08em; }
    #Morning .textArea dd .text {
      font-size: 14px;
      line-height: 1.71429em;
      letter-spacing: 0.08em;
      margin-bottom: 2em; }
    #Morning .textArea dd li {
      margin-bottom: 4px; }
      #Morning .textArea .memo {
        font-weight: bold;}
  #Morning .image img {
    max-width: 100%;
    height: auto; }
  #Morning .image .note {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.6em;
    letter-spacing: 0.08em; }
  #Morning .mod_linkPDF {
    margin-top: 70px;
    font-weight: 300; }
  @media screen and (min-width: 769px) {
    #Morning .image {
      width: calc(452/960*100%); } }
  @media screen and (max-width: 768px) {
    #Morning {
      margin-top: calc(140/750*100vw); }
      #Morning .mod_2column {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      #Morning .textArea {
        margin-top: calc(40/750*100vw); }
        #Morning .textArea dt {
          font-size: 15px;
          /* legacy */
          font-size: 4vw;
          line-height: 1.43333em;
          letter-spacing: 0.08em;
          margin-bottom: calc(30/750*100vw); }
        #Morning .textArea dd {
          font-size: 11px;
          /* legacy */
          font-size: 2.93333vw;
          line-height: 1.54545em;
          letter-spacing: 0.08em; }
          #Morning .textArea dd .text {
            font-size: 11px;
            /* legacy */
            font-size: 2.93333vw;
            line-height: 1.54545em;
            letter-spacing: 0.08em; }
          #Morning .textArea .memo {
              font-weight: bold;}
      #Morning .image {
        text-align: right; }
      #Morning .mod_linkPDF {
        margin-top: calc(50/750*100vw); } }

#Cancel {
  margin-top: 98px; }
  #Cancel .mod_2column dl {
    /*width: calc(460/960*100%);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #Cancel .mod_2column dl dt {
      font-size: 16px;
      line-height: 1.5em;
      letter-spacing: 0.08em;
      margin-right: calc(30/460*100%);
      width: calc(460/960*100%);}
      #Cancel .mod_2column dl dt .note {
        margin-top: 1em;
        font-size: 10px;
        line-height: 1.6em;
        letter-spacing: 0.08em; }
    #Cancel .mod_2column dl dd {
      margin-left: auto; }
      #Cancel .mod_2column dl dd table {
        border-collapse: collapse;
        border-top: solid 1px #b5b5b6; }
        #Cancel .mod_2column dl dd table th, #Cancel .mod_2column dl dd table td {
          padding: 10px 15px;
          font-size: 14px;
          line-height: 1em;
          letter-spacing: 0.08em;
          border-bottom: solid 1px #b5b5b6; }
        #Cancel .mod_2column dl dd table th {
          font-weight: normal;
          border-right: solid 1px #b5b5b6; }
      #Cancel .mod_2column dl dd .note {
        font-size: 12px;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        margin-top: 1em; }
  @media screen and (max-width: 768px) {
    #Cancel {
      margin-top: calc(140/750*100vw); }
      #Cancel .mod_2column dl {
        width: 100%; }
        #Cancel .mod_2column dl + dl {
          margin-top: 3em; }
        #Cancel .mod_2column dl dt {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          font-size: 13px;
          /* legacy */
          font-size: 3.46667vw;
          line-height: 1.42308em;
          letter-spacing: 0.08em;
          white-space: nowrap; }
        #Cancel .mod_2column dl dd {
          width: calc(400/750*100vw);
          margin-left: auto; }
          #Cancel .mod_2column dl dd table {
            width: calc(400/750*100vw); }
            #Cancel .mod_2column dl dd table th, #Cancel .mod_2column dl dd table td {
              padding: 10px 5px;
              font-size: 11px;
              /* legacy */
              font-size: 2.93333vw;
              line-height: 1em;
              letter-spacing: 0.08em; }
            #Cancel .mod_2column dl dd table th {
              width: 7em;
              text-align: center;
              white-space: nowrap; }
          #Cancel .mod_2column dl dd .note {
            font-size: 9px;
            /* legacy */
            font-size: 2.4vw;
            line-height: 1.55556em;
            letter-spacing: 0.08em; } }

/*
@media screen and ($less-tab) {}
@media screen and ($over-tab) {}
@media screen and ($over-pc) {}
*/
/*-------------------------------------------> Activity */
#Activity .entryList:after {
  content: "";
  display: block;
  clear: both; }

#Activity .entryList .block {
  float: left;
  width: calc(300/960*100%);
  margin-right: calc(30/960*100%);
  margin-top: 120px; }
  @media screen and (min-width: 769px) {
    #Activity .entryList .block:nth-child(3n) {
      margin-right: 0; }
    #Activity .entryList .block:nth-child(1), #Activity .entryList .block:nth-child(2), #Activity .entryList .block:nth-child(3) {
      margin-top: 0; } }
  @media screen and (max-width: 768px) {
    #Activity .entryList .block:first-child {
      margin-top: 0; } }
  #Activity .entryList .block .entryImage {
    margin-bottom: 20px; }
    #Activity .entryList .block .entryImage img {
      width: 100%;
      height: auto; }
  #Activity .entryList .block .entryTitle {
    font-size: 16px;
    line-height: 1.375em;
    letter-spacing: 0.1em;
    font-weight: normal;
    padding-bottom: 5px;
    color: #040000;
    border-bottom: solid 1px #040000; }
    #Activity .entryList .block .entryTitle + .text {
      font-size: 12px;
      line-height: 1.83333em;
      letter-spacing: 0.08em;
      margin-top: 15px; }
  #Activity .entryList .block table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px; }
    #Activity .entryList .block table th, #Activity .entryList .block table td {
      padding: 7px 7px;
      font-size: 12px;
      line-height: 1.5em;
      letter-spacing: 0.08em;
      font-weight: normal;
      text-align: left;
      vertical-align: top;
      border: solid 1px #cccbcb; }
      #Activity .entryList .block table th .Caution, #Activity .entryList .block table td .Caution {
        font-size: 10px; }
    #Activity .entryList .block table th {
      white-space: nowrap; }
  #Activity .entryList .block .LinkPDF {
    margin-top: 40px; }
    #Activity .entryList .block .LinkPDF .mod_linkPDF {
      font-size: 16px;
      line-height: 1em;
      letter-spacing: 0.2em; }
  @media screen and (min-width: 1200px) {
    #Activity .entryList .block {
      width: 300px;
      margin-right: 30px; }
      #Activity .entryList .block .blank {
        margin-top: 120px; } }
  @media screen and (max-width: 768px) {
    #Activity .entryList .block {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-top: calc(110/750*100vw); }
      #Activity .entryList .block .entryImage {
        margin-bottom: calc(40/750*100vw); }
      #Activity .entryList .block .entryTitle {
        font-size: 16px;
        /* legacy */
        font-size: 4.26667vw;
        line-height: 1.3125em;
        letter-spacing: 0.1em;
        padding-bottom: 5px; }
        #Activity .entryList .block .entryTitle + .text {
          font-size: 11px;
          /* legacy */
          font-size: 2.93333vw;
          line-height: 1.63636em;
          letter-spacing: 0.08em;
          margin-top: 10px; }
      #Activity .entryList .block table {
        width: 100%;
        margin-top: 15px; }
        #Activity .entryList .block table th, #Activity .entryList .block table td {
          padding: calc(16/750*100vw);
          font-size: 11px;
          /* legacy */
          font-size: 2.93333vw;
          line-height: 1.63636em;
          letter-spacing: 0.08em; }
          #Activity .entryList .block table th .Caution, #Activity .entryList .block table td .Caution {
            font-size: 0.83em; }
      #Activity .entryList .block .LinkPDF {
        margin-top: 40px; }
        #Activity .entryList .block .LinkPDF .mod_linkPDF {
          font-size: 16px;
          line-height: 1em;
          letter-spacing: 0.2em; } }

#Activity .noEntry {
  width: calc(678/960*100%);
  max-width: 678px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #Activity .noEntry .photo {
    width: calc(300/678*100%);
    max-width: 300px; }
    #Activity .noEntry .photo img {
      width: 100%;
      height: auto; }
  #Activity .noEntry .textArea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: calc(116/678*100%); }
    #Activity .noEntry .textArea .entryTitle {
      font-size: 16px;
      line-height: 2.625em;
      letter-spacing: 0.64em;
      font-weight: normal;
      text-align: center;
      color: #040000;
      border: solid 1px #040000; }
      #Activity .noEntry .textArea .entryTitle + .text {
        font-size: 12px;
        line-height: 1.83333em;
        letter-spacing: 0.08em;
        margin-top: 15px;
        text-align: center; }
  @media screen and (max-width: 768px) {
    #Activity .noEntry {
      width: 100%;
      max-width: initial;
      margin: 0; }
      #Activity .noEntry .photo {
        width: 100%;
        max-width: initial; }
      #Activity .noEntry .textArea {
        margin: calc(78/750*100vw) calc(60/750*100vw) 0; }
        #Activity .noEntry .textArea .entryTitle {
          font-size: 14.5px;
          /* legacy */
          font-size: 3.86667vw;
          line-height: 2.75862em;
          letter-spacing: 0.64em; }
          #Activity .noEntry .textArea .entryTitle + .text {
            font-size: 11px;
            /* legacy */
            font-size: 2.93333vw;
            line-height: 1.72727em;
            letter-spacing: 0.08em;
            margin-top: 15px;
            text-align: center; } }

#Restaurant .mod_contentsTitle {
  margin-bottom: 35px; }

#Restaurant .text {
  font-size: 14px;
  line-height: 1.85714em;
  letter-spacing: 0.08em; }

@media screen and (max-width: 768px) {
  #Restaurant .mod_contentsTitle {
    margin-bottom: calc(30/750*100vw);
    border-bottom-color: #000; }
  #Restaurant .text {
    font-size: 11px;
    /* legacy */
    font-size: 2.93333vw;
    line-height: 1.72727em;
    letter-spacing: 0.08em; } }

#Restaurant #Concept {
  margin-top: 60px;
  margin-bottom: 106px; }
  #Restaurant #Concept .restaurantLogo {
    text-align: center;
    margin-bottom: 50px; }
    #Restaurant #Concept .restaurantLogo img {
      width: 308px;
      height: 55px; }
  #Restaurant #Concept .chef {
    background: #f7f7f7;
    display: table;
    min-height: 208px; }
    #Restaurant #Concept .chef .headCopy, #Restaurant #Concept .chef .bodyCopy, #Restaurant #Concept .chef .photo {
      display: table-cell;
      text-align: left;
      vertical-align: middle;
      padding-top: 10px;
      padding-bottom: 25px; }
    #Restaurant #Concept .chef .headCopy {
      color: #040000;
      padding-left: 50px;
      white-space: nowrap; }
      #Restaurant #Concept .chef .headCopy .message {
        font-size: 20px;
        line-height: 1.55em;
        letter-spacing: 0.2em; }
        #Restaurant #Concept .chef .headCopy .message strong {
          font-weight: normal; }
      #Restaurant #Concept .chef .headCopy .sign {
        font-size: 14px;
        line-height: 1em;
        letter-spacing: 0.08em;
        margin-top: 20px; }
    #Restaurant #Concept .chef .bodyCopy {
      font-size: 14px;
      line-height: 1.85714em;
      letter-spacing: 0.08em;
      padding-right: 55px;
      padding-left: 25px; }
    #Restaurant #Concept .chef .photo {
      width: 167px; }
  @media screen and (max-width: 768px) {
    #Restaurant #Concept {
      margin-top: calc(85/750*100vw);
      margin-bottom: calc(100/750*100vw); }
      #Restaurant #Concept .restaurantLogo {
        text-align: center;
        margin-bottom: calc(50/750*100vw); }
        #Restaurant #Concept .restaurantLogo img {
          width: 57.46667vw;
          height: 10.13333vw; }
      #Restaurant #Concept .chef {
        background: #f7f7f7;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: initial; }
        #Restaurant #Concept .chef .headCopy, #Restaurant #Concept .chef .bodyCopy, #Restaurant #Concept .chef .photo {
          width: 50%;
          display: block;
          padding: calc(42/750*100vw) calc(46/750*100vw); }
        #Restaurant #Concept .chef .headCopy {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          padding-right: 0;
          padding-bottom: calc(24/750*100vw); }
          #Restaurant #Concept .chef .headCopy .message {
            font-size: 15px;
            /* legacy */
            font-size: 4vw;
            line-height: 1.53333em;
            letter-spacing: 0.2em; }
          #Restaurant #Concept .chef .headCopy .sign {
            font-size: 11px;
            /* legacy */
            font-size: 2.93333vw;
            line-height: 1.59091em;
            letter-spacing: 0.08em;
            margin-top: calc(20/750*100vw); }
        #Restaurant #Concept .chef .bodyCopy {
          width: 100%;
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          font-size: 11px;
          /* legacy */
          font-size: 2.93333vw;
          line-height: 1.72727em;
          letter-spacing: 0.08em;
          padding-top: 0; }
        #Restaurant #Concept .chef .photo {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          background: none;
          padding-bottom: calc(24/750*100vw);
          padding-left: 0;
          text-align: right; }
          #Restaurant #Concept .chef .photo img {
            width: 30.66667vw;
            height: auto; } }

#Restaurant #Dinner {
  margin-top: 65px; }
  #Restaurant #Dinner .inner + .inner {
    margin-top: 65px; }
  #Restaurant #Dinner .theme {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    #Restaurant #Dinner .theme .textArea {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 50px; }
      #Restaurant #Dinner .theme .textArea .headCopy {
        font-size: 21px;
        line-height: 1.47619em;
        letter-spacing: 0.2em;
        margin-bottom: 23px;
        color: #040000; }
      #Restaurant #Dinner .theme .textArea .frame {
        border: solid 2px #040000;
        padding: 20px;
        margin-top: 45px; }
        #Restaurant #Dinner .theme .textArea .frame .text {
          font-size: 12px;
          line-height: 1.66667em;
          letter-spacing: 0.08em; }
        #Restaurant #Dinner .theme .textArea .frame .caution {
          font-size: 10px;
          font-weight: bold;
          line-height: 1.6em;
          letter-spacing: 0.08em;
          margin-top: 1em; }
      #Restaurant #Dinner .theme .textArea .example {
        margin-top: 20px; }
        #Restaurant #Dinner .theme .textArea .example dt {
          margin-bottom: 20px;
          font-size: 12px;
          line-height: 2.16667em;
          letter-spacing: 0.04em;
          font-weight: bold; }
        #Restaurant #Dinner .theme .textArea .example table th, #Restaurant #Dinner .theme .textArea .example table td {
          text-align: left;
          vertical-align: top;
          font-size: 14px;
          line-height: 1.5em;
          letter-spacing: 0.08em;
          padding-top: 6px;
          padding-bottom: 6px; }
        #Restaurant #Dinner .theme .textArea .example table th {
          white-space: nowrap;
          padding-right: 20px; }
    #Restaurant #Dinner .theme .slideArea {
      width: calc(600/960*100%);
      max-width: 600px; }
      #Restaurant #Dinner .theme .slideArea .note {
        font-size: 10px;
        line-height: 1.6em;
        letter-spacing: 0.08em;
        margin-top: 5px; }
  #Restaurant #Dinner .drink {
    margin-top: 70px; }
    #Restaurant #Dinner .drink .mod_2column {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      #Restaurant #Dinner .drink .mod_2column .image {
        width: calc(450/960*100%);
        max-width: 450px; }
        #Restaurant #Dinner .drink .mod_2column .image img {
          width: 100%;
          height: auto; }
      #Restaurant #Dinner .drink .mod_2column .textArea {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 50px; }
        #Restaurant #Dinner .drink .mod_2column .textArea .mod_contentsTitle {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 8px; }
        #Restaurant #Dinner .drink .mod_2column .textArea .mod_price {
          margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    #Restaurant #Dinner {
      margin-top: 0; }
      #Restaurant #Dinner .theme {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        #Restaurant #Dinner .theme .textArea {
          margin-right: 0;
          margin-bottom: calc(40/750*100vw); }
          #Restaurant #Dinner .theme .textArea .headCopy {
            font-size: 15.5px;
            /* legacy */
            font-size: 4.13333vw;
            line-height: 1.54839em;
            letter-spacing: 0.2em;
            margin-bottom: calc(30/750*100vw); }
          #Restaurant #Dinner .theme .textArea .frame {
            padding: calc(20/750*100vw);
            margin-top: calc(40/750*100vw); }
            #Restaurant #Dinner .theme .textArea .frame .text {
              font-size: 10px;
              /* legacy */
              font-size: 2.66667vw;
              line-height: 1.6em;
              letter-spacing: 0.08em; }
            #Restaurant #Dinner .theme .textArea .frame .caution {
              font-size: 9px;
              /* legacy */
              font-size: 2.4vw;
              font-weight: bold;
              line-height: 1.55556em;
              letter-spacing: 0.08em; }
          #Restaurant #Dinner .theme .textArea .example {
            margin-top: 22px; }
            #Restaurant #Dinner .theme .textArea .example dt {
              margin-bottom: 10px;
              font-size: 11px;
              /* legacy */
              font-size: 2.93333vw;
              line-height: 1.5em;
              letter-spacing: 0.08em; }
            #Restaurant #Dinner .theme .textArea .example table {
              display: block; }
              #Restaurant #Dinner .theme .textArea .example table tr {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
              #Restaurant #Dinner .theme .textArea .example table th, #Restaurant #Dinner .theme .textArea .example table td {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                font-size: 11px;
                /* legacy */
                font-size: 2.93333vw;
                line-height: 2em;
                letter-spacing: 0.05em;
                padding-top: 0;
                padding-bottom: 1px; }
              #Restaurant #Dinner .theme .textArea .example table th {
                white-space: nowrap;
                padding-right: 1em; }
        #Restaurant #Dinner .theme .slideArea {
          width: 100%; }
          #Restaurant #Dinner .theme .slideArea .note {
            font-size: 6px;
            /* legacy */
            font-size: 1.6vw;
            line-height: 1.33333em;
            letter-spacing: 0.08em;
            text-align: right; }
      #Restaurant #Dinner .drink {
        margin-top: calc(80/750*100vw); }
        #Restaurant #Dinner .drink .mod_contentsTitle {
          font-size: calc(32/750*100vw);
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: calc(5/750*100vw); }
        #Restaurant #Dinner .drink .mod_2column {
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; }
          #Restaurant #Dinner .drink .mod_2column .image {
            width: 100%; }
          #Restaurant #Dinner .drink .mod_2column .textArea {
            margin-left: 0;
            margin-top: calc(30/750*100vw); }
            #Restaurant #Dinner .drink .mod_2column .textArea .mod_price {
              margin-bottom: calc(20/750*100vw); } }

#Restaurant #Lunch {
  margin-top: 110px; }
  #Restaurant #Lunch .headCopy {
    color: #040000;
    font-size: 18px;
    line-height: 1.72222em;
    letter-spacing: 0.1em;
    margin-bottom: 19px; }
  #Restaurant #Lunch .mod_3column .block {
    width: calc( (100% - 60px) / 3); }
  #Restaurant #Lunch .mod_3column .name {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: solid 1px #cccbcb;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #Restaurant #Lunch .mod_3column .name .itemTitle {
      width: 100%;
      color: #040000;
      font-size: 14px;
      line-height: 1.71429em;
      letter-spacing: 0.08em; }
    #Restaurant #Lunch .mod_3column .name .itemName {
      color: #040000; }
      #Restaurant #Lunch .mod_3column .name .itemName .En {
        font-size: 24px;
        line-height: 1em;
        letter-spacing: 0.1em; }
      #Restaurant #Lunch .mod_3column .name .itemName .Ja {
        font-size: 12px;
        line-height: 1.66667em;
        letter-spacing: 0.08em;
        margin-left: 1em; }
    #Restaurant #Lunch .mod_3column .name .mod_price {
      text-align: right;
      margin-left: auto;
      font-size: 18px;
      line-height: 1.33333em;
      letter-spacing: 0.08em; }
  #Restaurant #Lunch .mod_3column .special {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.08em;
    margin-top: 0.5em;
    margin-bottom: 1em; }
  #Restaurant #Lunch .mod_3column .text {
    margin: 10px 0 22px;
    line-height: 1.71; }
  #Restaurant #Lunch .mod_3column .image img {
    width: 100%;
    height: auto; }
  #Restaurant #Lunch .special {
    margin-top: 20px;
    border: solid 2px #000;
    padding: 20px; }
    #Restaurant #Lunch .special .mod_2column {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #Restaurant #Lunch .special .mod_2column .image {
        width: 30%; }
        #Restaurant #Lunch .special .mod_2column .image img {
          max-width: 100%;
          height: auto; }
      #Restaurant #Lunch .special .mod_2column .textArea {
        width: 70%;
        padding-left: 20px; }
        #Restaurant #Lunch .special .mod_2column .textArea dl {
          margin-top: 1em; }
          #Restaurant #Lunch .special .mod_2column .textArea dl dt {
            font-weight: bold; }
    @media screen and (max-width: 768px) {
      #Restaurant #Lunch .special {
        margin-top: calc(60/750*100vw);
        padding: calc(20/750*100vw); }
        #Restaurant #Lunch .special .mod_contentsTitle {
          font-size: 15px;
          /* legacy */
          font-size: 4vw;
          line-height: 1.5em;
          letter-spacing: 0.1em;
          padding-bottom: calc(15/750*100vw); }
        #Restaurant #Lunch .special .mod_2column .image {
          width: 100%;
          margin-bottom: calc(30/750*100vw);
          text-align: center; }
        #Restaurant #Lunch .special .mod_2column .textArea {
          width: 100%;
          padding-left: 0; } }
  #Restaurant #Lunch .note {
    font-size: 10px;
    line-height: 1.6em;
    letter-spacing: 0.08em;
    margin-top: 3em; }
  @media screen and (max-width: 768px) {
    #Restaurant #Lunch {
      margin-top: calc(140/750*100vw); }
      #Restaurant #Lunch .headCopy {
        font-size: 12px;
        /* legacy */
        font-size: 3.2vw;
        line-height: 1.66667em;
        letter-spacing: 0.1em;
        margin-bottom: calc(40/750*100vw); }
      #Restaurant #Lunch .mod_3column .block {
        width: 100%; }
        #Restaurant #Lunch .mod_3column .block:first-child {
          margin-top: calc(50/750*100vw); }
      #Restaurant #Lunch .mod_3column .name .itemName .En {
        font-size: 16px;
        /* legacy */
        font-size: 4.26667vw;
        line-height: 1em;
        letter-spacing: 0.1em; }
      #Restaurant #Lunch .mod_3column .name .itemName .Ja {
        font-size: 9px;
        /* legacy */
        font-size: 2.4vw;
        line-height: 1em;
        letter-spacing: 0.08em; }
      #Restaurant #Lunch .mod_3column .name .mod_price {
        font-size: 14px;
        /* legacy */
        font-size: 3.73333vw;
        line-height: 1em;
        letter-spacing: 0.08em;
        margin-left: auto; }
      #Restaurant #Lunch .mod_3column .text {
        margin: calc(20/750*100vw) 0 calc(40/750*100vw); } }

#Restaurant #Anniversary {
  margin-top: 110px; }
  #Restaurant #Anniversary .headCopy {
    color: #040000;
    font-size: 18px;
    line-height: 1.72222em;
    letter-spacing: 0.1em;
    margin-bottom: 19px; }
  #Restaurant #Anniversary .mod_2column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #Restaurant #Anniversary .mod_2column .image {
      width: calc(450/960*100%);
      max-width: 450px; }
      #Restaurant #Anniversary .mod_2column .image img {
        width: 100%;
        height: auto; }
    #Restaurant #Anniversary .mod_2column .textArea {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 55px; }
      #Restaurant #Anniversary .mod_2column .textArea table {
        width: 100%; }
        #Restaurant #Anniversary .mod_2column .textArea table th, #Restaurant #Anniversary .mod_2column .textArea table td {
          font-weight: normal;
          vertical-align: bottom;
          border-bottom: solid 1px #cccbcb;
          padding-top: 10px;
          padding-bottom: 5px; }
        #Restaurant #Anniversary .mod_2column .textArea table th {
          font-size: 16px;
          line-height: 1.375em;
          letter-spacing: 0.08em;
          text-align: left; }
          #Restaurant #Anniversary .mod_2column .textArea table th .small {
            font-size: 12px; }
        #Restaurant #Anniversary .mod_2column .textArea table td {
          text-align: right;
          white-space: nowrap;
          padding-left: 0.5em; }
  @media screen and (max-width: 768px) {
    #Restaurant #Anniversary {
      margin-top: calc(140/750*100vw); }
      #Restaurant #Anniversary .headCopy {
        font-size: 12px;
        /* legacy */
        font-size: 3.2vw;
        line-height: 1.66667em;
        letter-spacing: 0.1em;
        margin-bottom: calc(40/750*100vw); }
      #Restaurant #Anniversary .mod_2column .image {
        width: 100%; }
      #Restaurant #Anniversary .mod_2column .textArea {
        margin-left: 0;
        margin-top: calc(40/750*100vw); }
        #Restaurant #Anniversary .mod_2column .textArea table {
          width: 100%; }
          #Restaurant #Anniversary .mod_2column .textArea table th, #Restaurant #Anniversary .mod_2column .textArea table td {
            font-weight: normal;
            vertical-align: bottom;
            border-bottom: solid 1px #cccbcb;
            padding-top: 10px;
            padding-bottom: 5px; }
          #Restaurant #Anniversary .mod_2column .textArea table th {
            white-space: nowrap;
            font-size: 12px;
            /* legacy */
            font-size: 3.2vw;
            line-height: 1.41667em;
            letter-spacing: 0.08em; }
            #Restaurant #Anniversary .mod_2column .textArea table th .small {
              font-size: 53%; }
          #Restaurant #Anniversary .mod_2column .textArea table td {
            padding-left: 0; }
            #Restaurant #Anniversary .mod_2column .textArea table td.mod_price {
              font-size: 12px;
              /* legacy */
              font-size: 3.2vw;
              line-height: 1.41667em;
              letter-spacing: 0.08em; } }

#Restaurant #Artizan {
  margin-top: 110px; }
  #Restaurant #Artizan .contentsCopy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px; }
    #Restaurant #Artizan .contentsCopy dt {
      width: 253px;
      font-size: 20px;
      color: #040000; }
    #Restaurant #Artizan .contentsCopy dd {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 14px;
      line-height: 1.85714em;
      letter-spacing: 0.08em; }
  #Restaurant #Artizan .listBlock:after {
    content: "";
    display: block;
    clear: both; }
  #Restaurant #Artizan .listBlock li {
    float: left;
    margin-top: 40px; }
    #Restaurant #Artizan .listBlock li .image img {
      width: 100%;
      height: auto; }
    #Restaurant #Artizan .listBlock li .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      color: #040000;
      margin: 15px 0 12px; }
      #Restaurant #Artizan .listBlock li .title dt {
        font-size: 18px;
        line-height: 1.11111em;
        letter-spacing: 0.08em;
        font-weight: bold;
        white-space: nowrap; }
      #Restaurant #Artizan .listBlock li .title dd {
        font-size: 14px;
        line-height: 1.07143em;
        letter-spacing: 0.08em;
        margin-left: 0.5em; }
    #Restaurant #Artizan .listBlock li .text {
      font-size: 12px;
      line-height: 1.66667em;
      letter-spacing: 0.08em; }
    #Restaurant #Artizan .listBlock li .mod_linkBlank {
      margin-top: 25px; }
  @media screen and (max-width: 768px) {
    #Restaurant #Artizan {
      margin-top: calc(140/750*100vw); }
      #Restaurant #Artizan .contentsCopy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: calc(70/750*100vw); }
        #Restaurant #Artizan .contentsCopy dt {
          width: 100%;
          font-size: 17px;
          /* legacy */
          font-size: 4.53333vw;
          line-height: 1.41176em;
          letter-spacing: 0.2em; }
        #Restaurant #Artizan .contentsCopy dd {
          font-size: 11px;
          /* legacy */
          font-size: 2.93333vw;
          line-height: 1.81818em;
          letter-spacing: 0.08em;
          margin-top: calc(20/750*100vw); }
      #Restaurant #Artizan .listBlock:after {
        content: "";
        display: block;
        clear: both; }
      #Restaurant #Artizan .listBlock li {
        float: left;
        width: calc(285/750*100vw);
        margin-top: calc(60/750*100vw);
        margin-left: calc(36/750*100vw); }
        #Restaurant #Artizan .listBlock li:nth-child(odd) {
          margin-left: 0; }
        #Restaurant #Artizan .listBlock li:nth-of-type(-n+2) {
          margin-top: 0; }
        #Restaurant #Artizan .listBlock li .title {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: calc(25/750*100vw) 0 calc(15/750*100vw); }
          #Restaurant #Artizan .listBlock li .title dt {
            font-size: 13px;
            /* legacy */
            font-size: 3.46667vw;
            line-height: 1.30769em;
            letter-spacing: 0.08em; }
          #Restaurant #Artizan .listBlock li .title dd {
            font-size: 11px;
            /* legacy */
            font-size: 2.93333vw;
            line-height: 1.54545em;
            letter-spacing: 0.08em; }
        #Restaurant #Artizan .listBlock li .text {
          font-size: 11px;
          /* legacy */
          font-size: 2.93333vw;
          line-height: 1.63636em;
          letter-spacing: 0.08em; }
        #Restaurant #Artizan .listBlock li .mod_linkBlank {
          margin-top: 1em; } }
