@charset "UTF-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {
  /******************************************************/
  /* elements  */
  /******************************************************/
  * {
    margin: 0;
    padding: 0;
  }
  html {
    font-size: 10px;
  }
  body {
    background: #333 url(../images/bg_bk1.png);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: normal;
    text-align: left;
    font-family: 'Shippori Mincho B1', serif;
    -webkit-text-size-adjust: 100%;
  }
  .en {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: 'Roboto', sans-serif;
  }
  p {
    text-align: justify;
  }
  strong, th {
    font-weight: bold;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
  }
  table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #858585;
    border-left: 1px solid #858585;
    border-right-style: none;
    border-bottom-style: none;
  }
  tr {
    text-align: left;
    vertical-align: top;
  }
  td, th {
    padding: 9px;
    border-right: 1px solid #858585;
    border-bottom: 1px solid #858585;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
  }
  hr {
    text-align: left;
    vertical-align: top;
    height: 1px;
    border-top-style: none;
    border-bottom: 1px solid #858585;
    border-right-style: none;
    border-left-style: none;
    outline-style: none;
  }
  a {
    word-wrap: break-word;
    word-break: break-all;
  }
  a:link {
    color: #fff;
    text-decoration: none;
  }
  a:visited {
    color: #ddd;
    text-decoration: none;
  }
  img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
  }
  header img,
  main img {
    opacity: 0;
  }
  img.view {
    opacity: 0;
    transform: translate3d(0, -20px, 0) scale(0.99);
    animation: view 1.6s ease-out forwards;
  }
  @keyframes view {
      0%  {opacity: 0;}
      100%  {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}
  }
  iframe {
    max-width: 100%;
    height: auto;
  }
  .none {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .justifyleft {
    text-align: left !important;
  }
  .justifyright {
    text-align: right !important;
  }
  .sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em;
  }
  .sub {
    vertical-align: baseline;
    font-size: 75%;
    position: relative;
    top: 0.1em;
  }
  .red {
    color: #ff0000;
  }
  /******************************************************/
  /* base  */
  /******************************************************/
  #wrapper {
    position: relative;
  }
  .contents {
    position: relative;
  }
  .contents a:link {
    color: #fff;
    text-decoration: underline;
  }
  .contents a:visited {
    color: #ddd;
  }
  .contents a:hover {
    text-decoration: none;
  }
  main {
    padding-top: 80px;
  }

  /******************************************************/
  /*header  */
  /******************************************************/
  header {
    text-align: left;
  }
  header #gn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
  }
  header .logo {
    padding: 10px 0 0 15px;
    height: 50px;
    position: relative;
    flex-grow: 1;
  }
  header .logo img {
    width: 150px;
  }
  header .hreserve {
    background: url(../images/bg_dg.png);
    width: 80px;
    height: 56px;
    padding-bottom: 4px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header .hreserve span.en {
    display: block;
    opacity: 0.5;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  header .hreserve {
    background: url(../images/bg_dg.png);
  }
  header #smp_open_menu {
      display: table;
      width: 60px;
      height: 60px;
      background: url(../images/bg_bk3.png);
  }
  .menu-trigger,
  .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
  }
  .menu-trigger {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      position: relative;
  }
  .menu-trigger span {
      display: block;
      width: 20px;
      height: 1px;
      background-color: #fff;
      margin: 5px auto;
  }
  .menu-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
  #overlay {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      display: none;
      width: 100%;
      height: 120%;
  }
  header #gn::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: all .9s;
      background: url(../images/bg_bk1.png);
      z-index: -1;
      opacity: 0;
  }
  .open header #gn::after {
      opacity: 1;
  }
  header .gn_main {
      position: absolute;
      top: 60px;
      right:0;
      z-index: 29999;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      padding-bottom: 70px;
      background: url(../images/bg_bk1.png);
      color: #fff;
      transition: all .9s;
      opacity: 0;
      pointer-events: none;
  }
  header .gn_main.open {
      z-index: 29999;
      height: auto;
      opacity: 1;
      pointer-events: initial;
  }
  header .gn_main .mainnv ul {
    display: flex;
    justify-content: center;
    padding: 60px 20px 35px;
  }
  header .gn_main .mainnv ul li {
    font-size: 17px;
    letter-spacing: 0.20em;
    line-height: 1.45;
    text-shadow: 0 0 12px rgba(0,0,0,0.3);
    margin: 0 15px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  header .gn_main .mainnv ul li a {
    color: #fff;
  }
  header .subnv {
    margin-top: 20px;
  }
  header .subnv .htel {
    font-size: 14px;
    line-height: 1.2;
    text-shadow: 0 0 12px rgba(0,0,0,0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .subnv .htel a {
    display: block;
  }
  header .subnv .htel strong {
    font-size: 11px;
    border-bottom: 1px solid #fff;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  header .subnv .htel strong span {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  header .subnv .htel .note2 {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-top: 6px;
  }
  header .subnv .hsns {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  header .subnv .hsns li {
    margin: 0 20px;
  }

  /******************************************************/
  /* pagetitle  */
  /******************************************************/
  #pagetitle {
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 15px 0 30px;
    margin-bottom: 10px;
  }
  #pagetitle::before {
    content: "";
    background: url(../images/bg_bk2.png);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 40px;
    z-index: -1;
  }
  #pagetitle .img {
    padding-left: 40px;
  }
  #pagetitle .title {
    text-align: center;
    margin-top: 30px;
  }
  #pagetitle .title h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  #pagetitle .title h1 span.en {
    display: block;
    opacity: 0.5;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  #pagetitle .title h1 strong {
    font-weight: 400;
  }
  #pagetitle .title p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
  }

  /******************************************************/
  /* pagelink  */
  /******************************************************/
  #pagelink {
    background: url(../images/bg_bk1.png);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #pagelink ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 40px;
  }
  #pagelink ul li {
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
    padding: 25px 0 30px;
  }
  #pagelink ul li a {
    white-space: nowrap;
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #aaa;
  }
  #pagelink ul li a.current {
    transition: all 0.3s ease;
    border-bottom: 5px solid #aaa;
  }


  /******************************************************/
  /* menulist  */
  /******************************************************/
  #menu .menulist {
    padding: 60px 40px 60px;
    position: relative;
  }
  #menu .menulist h2 {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
  }
  #menu .menulist h2 span.en {
    display: block;
    opacity: 0.5;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  #menu .menulist h2 strong {
    font-weight: 400;
  }
  #menu .menulist h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin: 60px 0 30px;
    display: flex;
    align-items: center;
  }
  #menu .menulist h3 span.en {
    display: block;
    opacity: 0.5;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-left: 8px;
    order: 1;
  }
  #menu .menulist h3 strong {
    font-weight: 400;
  }
  #menu .menulist .time {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  #menu .menulist .zei {
    font-size: 70%;
    letter-spacing: 0.05em;
  }
  #menu .menulist .listmessage {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin: 40px 0 20px;
  }
  #menu .menulist .listmessage h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.02em;
    margin: 0 0 20px;
  }
  #menu .menulist .listmessage p {
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-top: 0.5em;
  }
  #menu .menulist .courselist,
  #menu .menulist .winelist,
  #menu .menulist .drinklist,
  #menu .menulist .list {
  }
  #menu .menulist .courselist > dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #menu .menulist .courselist > dl:nth-of-type(n+2) {
    border-top: 1px solid #666;
    padding-top: 40px;
    margin-top: 40px;
  }
  #menu .menulist .courselist > dl > dt {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
  }
  #menu .menulist .courselist > dl dd.price {
    flex-grow: 1;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.05em;
    align-self: center;
    margin-bottom: 3px;
    margin-left: 1.5em;
  }
  #menu .menulist .courselist > dl dd.capt {
    font-size: 12px;
    line-height: 1.65;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    width: 100%;
    order: -1;
    opacity: 0.8;
  }
  #menu .menulist .courselist > dl dd.naiyo {
    margin-top: 15px;
    width: 100%;
  }
  #menu .menulist .courselist > dl dd.naiyo dl {
  }
  #menu .menulist .courselist > dl dd.naiyo dt {
    opacity: 0.5;
    flex-shrink: 0;
    margin-right: 20px;
    font-size: 12px;
  }
  #menu .menulist .courselist > dl dd.naiyo dd {
    margin-left: 30px;
    font-size: 13px;
  }
  #menu .menulist .courselist > dl dd.naiyo dd li {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 5px;
  }
  #menu .menulist .list > dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    border-bottom: 1px solid #444;
    padding-bottom: 8px;
  }
  #menu .menulist .list > dl:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #menu .menulist .list > dl > dt {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    margin-bottom: 3px;
    flex-grow: 1;
  }
  #menu .menulist .list > dl dd.price {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.05em;
    align-self: center;
    margin-bottom: 3px;
    flex-grow: 1;
  }
  #menu .menulist .winelist > dl {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 0;
    border-bottom: 1px solid #666;
  }
  #menu .menulist .winelist > dl:nth-of-type(1) {
    border-top: 1px solid #666;
  }
  #menu .menulist .winelist > dl > dt {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.03em;
    margin-bottom: 3px;
    flex-grow: 1;
  }
  #menu .menulist .winelist > dl dd.price {
    flex-grow: 1;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.05em;
    align-self: center;
    margin-left: 20px;
    margin-bottom: 3px;
    flex-grow: 1;
  }
  #menu .menulist .winelist > dl dd.price .size {
    font-size: 80%;
    font-weight: 400;
    margin-right: 10px;
    letter-spacing: 0.05em;
  }
  #menu .menulist .winelist > dl dd.made {
    opacity: 0.7;
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 0.08em;
    margin-top: 4px;
    width: 100%;
    order: 2;
  }
  #menu .menulist .winelist > dl dd.capt {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: 0.05em;
    margin-top: 12px;
    width: 100%;
    opacity: 0.8;
    order: 1;
  }
  #menu .menulist .drinklist > dl {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 0;
    border-bottom: 1px solid #666;
  }
  #menu .menulist .drinklist > dl:nth-of-type(1) {
    border-top: 1px solid #666;
  }
  #menu .menulist .drinklist > dl > dt {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    margin-bottom: 3px;
    flex-grow: 1;
  }
  #menu .menulist .drinklist > dl dd.price {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    align-self: center;
    margin-left: 20px;
    margin-bottom: 3px;
    flex-grow: 1;
  }
  #menu .menulist .drinklist > dl dd.price .size {
    font-size: 80%;
    font-weight: 400;
    margin-right: 10px;
    letter-spacing: 0.05em;
  }
  #menu .menulist .drinklist > dl dd.made {
    opacity: 0.7;
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: 0.08em;
    margin-top: 4px;
    width: 100%;
    order: 2;
  }
  #menu .menulist .drinklist > dl dd.capt {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: 0.05em;
    margin-top: 12px;
    width: 100%;
    opacity: 0.8;
    order: 1;
  }
  #menu .messagearea {
    background: url(../images/bg_bk2.png);
    padding: 30px 40px;
  }
  #menu .messagearea .message {
    text-align: center;
  }
  #menu #alacarte,
  #menu #drinkmenu {
    background: url(../images/bg_bk2.png);
  }
  #menu #dinner .photo1 {
    margin: 40px 30px 0 -40px;
  }
  #menu #dinner .photo1 img {
    width: 300px;
  }
  #menu #dinner .photo2 {
    margin-top: -50px;
    text-align: right;
  }
  #menu #lunch {
    padding-bottom: 0;
  }
  #menu #lunch::after {
    content: "";
    display: block;
    background: url(../images/menu_bg2.jpg) no-repeat center center;
    background-size: cover;
    height: 320px;
    margin: 60px -40px 0;
  }


  /******************************************************/
  /* reserve  */
  /******************************************************/
  #reserve {
    background: url(../images/bg_bk3.png);
    padding: 200px 0 80px;
    position: relative;
    margin-top: 330px;
  }
  #reserve .photo {
    position: absolute;
    top: -255px;
    bottom: calc(100% - 140px);
    left: 0;
    right: 68px;
  }
  #reserve .photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #reserve h2 {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.08em;
    margin-bottom: 50px;
  }
  #reserve h2 span.en {
    display: block;
    opacity: 0.5;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  #reserve h2 strong {
    font-weight: 400;
    display: flex;
  }
  #reserve h2 strong .mark {
    background: #1a1a1a;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.08em;
    padding: 8px 16px;
    margin-left: 12px;
    align-self: center;
  }
  #reserve .info {
    padding: 0 40px;
  }
  #reserve .info p.message {
    line-height: 2.1;
  }
  #reserve .info dl.tel {
    margin: 50px -30px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: start;
    align-items: center;
  }
  #reserve .info dl.tel dt {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  #reserve .info dl.tel dd.num {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
  }
  #reserve .info dl.tel dd.num strong {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  #reserve .info dl.tel dd.btn {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  #reserve .info dl.tel dd.btn a {
    background: url(../images/btn_bg_w.png);
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 15px 45px 15px 40px;
    display: flex;
    align-items: center;
    position: relative;
  }
  #reserve .info dl.tel dd.btn a img {
    flex-shrink: 0;
    margin-right: 10px;
  }
  #reserve .info table.eigyo {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 8px;
  }
  #reserve .info table.eigyo th {
    font-size: 12px;
    line-height: 1.35;
    padding: 12px 10px;
    white-space: nowrap;
  }
  #reserve .info table.eigyo th strong {
    font-size: 13px;
    line-height: 1.35;
    display: block;
  }
  #reserve .info table.eigyo th span {
    font-size: 9px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.05em;
  }
  #reserve .info table.eigyo td {
    font-size: 11px;
    padding: 4px 3px;
    text-align: center;
    vertical-align: middle;
    width: 12%;
  }
  #reserve .info .note {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 15px;
  }
  #reserve .info .note li {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
    padding-left: 1em;
    text-indent: -1em;
  }

  /******************************************************/
  /* お知らせ  */
  /******************************************************/
  .topicsdetail {
    padding: 60px 40px 60px;
    position: relative;
    line-height: 2.6;
  }
  .topicsdetail .inbox {
  }
  .topicsdetail p {
    /*text-align: center;*/
  }
  .topicsdetail h1 {
    font-size: 27px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  .topicsdetail h1 span.en {
    display: block;
    opacity: 0.5;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .topicsdetail h1 strong {
    font-weight: 400;
  }
  .topicsdetail h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.02em;
    margin: 80px 0 30px;
    text-align: center;
    position: relative;
  }
  .topicsdetail h2 span.en {
    display: block;
    opacity: 0.5;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .topicsdetail h2 strong {
    font-weight: 400;
  }
  .topicsdetail h2::before {
    content: "";
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    top: -30px;
    left: calc(50% - 12px);
  }
  .topicsdetail h3 {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin: 80px 0 40px;
    text-align: center;
  }
  .topicsdetail h3 span.en {
    display: block;
    opacity: 0.5;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .topicsdetail h3 strong {
    font-weight: 400;
    padding: 0 10px 4px;
    border-bottom: 4px solid #fff;
  }
  .topicsdetail p {
    margin: 2.6em 0;
  }
  .topicsdetail dl.menuinfo {
    background: url("../images/bg_bk3.png");
    border: 1px solid #444;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    padding: 20px;
  }
  .topicsdetail dl.menuinfo > dt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
  }
  .topicsdetail dl.menuinfo dd {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 6px;
  }
  .topicsdetail dl.menuinfo dd.limited {
    background: url("../images/bg_w.png");
    color: #333;
    padding: 4px 16px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    align-self: center;
    margin: 0 10px;
  }
  .topicsdetail dl.menuinfo dd.price {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin-left: 10px;
  }
  .topicsdetail dl.menuinfo dd.price .size {
    font-size: 80%;
    font-weight: 400;
    margin-right: 10px;
    letter-spacing: 0.05em;
  }
  .topicsdetail .zei {
    font-size: 70%;
    letter-spacing: 0.05em;
  }
  .topicsdetail .img {
    display: block;
    margin: 10px 0;
  }
  .topicsdetail .note {
    display: block;
    font-size: 80%;
    letter-spacing: 0.02em;
  }
  .topicsdetail ul {
  }
  .topicsdetail ul.list li {
    font-size: 15px;
    line-height: 1.5;
    padding-left: 20px;
    margin-top: 12px;
    padding-bottom: 6px;
    position: relative;
    border-bottom: 1px solid #444
  }
  .topicsdetail ul.list li::before {
    content: "";
    background: #fff;
    display: block;
    height: 1px;
    width: 8px;
    position: absolute;
    top: 0.8em;
    left: 0;
  }
  .topicsdetail ul.list2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px 0 0;
    margin-bottom: 40px;
  }
  .topicsdetail ul.list2 li {
    font-size: 14px;
    line-height: 1.35;
    margin: 8px 0 0 24px;
    position: relative;
  }
  .topicsdetail ul.list2 li::before {
    content: "/ ";
  }
  .topicsdetail .contactinfo {
    margin: 70px -16px;
  }
  .topicsdetail .contactinfo dl {
    background: url("../images/bg_bk2.png");
    border: 1px solid #444;
    margin: 40px 0 20px;
    padding: 30px 16px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .topicsdetail .contactinfo dl > dt {
    background: url("../images/bg_w.png");
    color: #333;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    margin-bottom: 12px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .topicsdetail .contactinfo dl dd {
    display: block;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 4px;
  }
  .topicsdetail .contactinfo dl dd.num {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    padding-bottom: 3px;
  }
  .topicsdetail .contactinfo dl dd.num strong {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .topicsdetail .contactinfo dl dd.btn {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .topicsdetail .contactinfo dl dd.btn a {
    background: url(../images/btn_bg_w.png);
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 15px 45px 15px 40px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .topicsdetail .contactinfo dl dd.btn a img {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .topicsdetail .homebtn {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin: 60px 0 0;
  }
  .topicsdetail .homebtn a {
    display: table;
    margin: 0 auto;
    background: url(../images/btn_bg_w.png);
    color: #333;
    padding: 15px 40px 15px 45px;
    position: relative;
  }
  .topicsdetail .homebtn a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) rotate(45deg);
  }
  /* メニュー改定など */
  .topicsdetail .menulist {
    margin: 2.6em 0;
  }
  .topicsdetail .menulist dl {
    margin: 1.3em 0;
    line-height: 1.8;
  }
  .topicsdetail .menulist dl dt::before {
    content: "・";
  }
  .topicsdetail .menulist dl dd {
    padding-left: 2em;
  }


  /******************************************************/
  /* footer  */
  /******************************************************/
  footer {
    background: rgba(0, 0, 0, 0.1);
    font-size: 1.1rem;
    padding: 20px 40px;
  }
  footer .finbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  footer .finbox .fsns {
    display: flex;
    align-items: center;
  }
  footer .finbox .fsns li {
    line-height: 1;
    margin-left: 25px;
  }
  footer .finbox .fsns li:nth-of-type(1) {
    width: 23px;
  }
  footer .finbox .fsns li:nth-of-type(2) {
    width: 21px;
  }
  footer .copyright small {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.25
  }

}
