@charset "UTF-8";
.w-100 {
  width: 100% !important; }

@media screen and (max-width: 767px) {
  .w-100-sp {
    max-width: 100% !important;
    width: 100% !important; } }
/*********タイトル********/
.main-ttl {
  padding-bottom: 15px;
  border-bottom: 1px solid #0066cc; }
  .main-ttl .main-ttl-text {
    font-size: 2.8rem;
    color: #0066cc; }

.h2-ttl {
  color: #0066cc;
  font-size: 2.8rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #0066cc; }

.h3-ttl {
  color: #333;
  font-size: 2.2rem; }

.h4-ttl {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 10px;
  position: relative; }
  .h4-ttl::before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    background-color: #0066cc;
    top: 0;
    left: 0; }

.h5-ttl {
  color: #0066cc;
  font-size: 1.4rem; }

.sttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #06c; }

.fs-bold {
  font-weight: bold; }

/*****************/
.number-list > li {
  list-style: decimal;
  margin-left: 20px; }
  .number-list > li + li {
    margin-top: 8px; }

/*********margin********/
.mt-10 {
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .mt-10 {
      margin-top: 8px; } }

.mt-20 {
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .mt-20 {
      margin-top: 16px; } }

.mt-40 {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .mt-40 {
      margin-top: 32px; } }

.mt-60 {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .mt-60 {
      margin-top: 48px; } }

/*********黒丸リスト********/
.disc-list > li {
  list-style: disc;
  margin-left: 20px; }
  .disc-list > li + li {
    margin-top: 8px; }

/*********2カラム********/
.col2-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .col2-box > * {
    width: calc(50% - 10px);
    margin-top: 20px;
    /*@media screen and (max-width: 768px) {
        width: 100%;
        margin-top: 16px;
        &:nth-child(2) {
            margin-top: 20px;
        }
    }*/ }
    .col2-box > *:nth-child(-n+2) {
      margin-top: 0; }
    .col2-box > * p {
      margin-top: 5px;
      text-align: center; }
    .col2-box > * a {
      display: block; }
    .col2-box > * img {
      width: 100%;
      vertical-align: bottom; }
    .col2-box > * figcaption {
      text-align: center;
      margin-top: 5px; }

.col1-box figure {
  width: calc(50% - 10px);
  margin-top: 20px; }
  .col1-box figure:nth-child(-n+2) {
    margin-top: 0; }
  @media screen and (max-width: 768px) {
    .col1-box figure {
      width: 100%;
      margin-top: 16px; }
      .col1-box figure:nth-child(2) {
        margin-top: 20px; } }
  .col1-box figure img {
    width: 100%;
    vertical-align: bottom; }

.col1-box-center figure {
  text-align: center; }
  .col1-box-center figure img {
    width: 50%; }

/*********テーブルタイトル********/
.teble-ttl {
  font-size: 1.8rem;
  font-weight: bold; }

.table-layout100 {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%; }
  .table-layout100 tr {
    border-bottom: 1px solid #ddd; }
    .table-layout100 tr th {
      text-align: center;
      color: #fff;
      background: #666;
      border-right: 1px solid #ddd; }
  .table-layout100 th,
  .table-layout100 td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle; }

@media all and (max-width: 736px) {
  .table-layout04 th {
    width: 130px !important; }
  .table-layout04 th,
  .table-layout04 td {
    padding: 10px; } }
/*********PDFアイコン********/
.pdf-icon {
  position: relative;
  padding-right: 30px; }
  .pdf-icon::after {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    width: 20px;
    height: 25px;
    background: url("../images/pdf.svg") no-repeat; }

.qr-code {
  display: flex;
  align-items: center; }

.seating-chart img {
  margin: 0 auto;
  display: block; }

dt {
  font-weight: bold; }

.faq {
  position: relative; }
  .faq .question {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #ccc; }
    .faq .question span.icn {
      position: absolute;
      left: 0;
      top: -5px;
      color: #06c;
      font-size: 30px;
      font-family: 'Trebuchet MS', san-serif;
      line-height: 1; }
  .faq .answer {
    position: relative;
    padding-left: 35px; }
    .faq .answer span.icn {
      position: absolute;
      left: 0;
      top: -5px;
      color: #06c;
      font-size: 32px;
      font-family: 'Trebuchet MS', san-serif;
      line-height: 1; }

/*********   よくある質問   ********/
.faq-list {
  padding: 20px 0;
  border-bottom: 1px solid #ddd; }
  .faq-list:hover {
    background: #eee; }

/*********   ボーダーカラー   ********/
.b-color1 {
  border: 1px solid #0066cc; }

.b-color2 {
  border: 1px solid #173655; }

.b-color3 {
  border: 1px solid #ddd; }

.tab-btns-magazine {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  .tab-btns-magazine > li {
    width: 33.3%;
    padding: 10px 5px; }
    .tab-btns-magazine > li:first-child {
      margin-left: 0; }
    .tab-btns-magazine > li a {
      display: block;
      font-size: 1.6rem;
      padding: 10px 0;
      color: #0066cc;
      border: 1px solid #0066cc;
      text-align: center;
      text-decoration: none; }
    .tab-btns-magazine > li .current {
      color: #fff;
      background: #0066cc; }

.pdf-link-list li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  display: flex;
  align-items: center; }
  .pdf-link-list li a {
    display: block; }

.anchor {
  display: block;
  padding-top: 110px;
  margin-top: -110px; }

.listbg-lightblue {
  background-color: #EDF6FF; }

.listbg-lightgreen {
  background-color: #edfff3; }

/*-------------------------------------------------サイドウィジットへのtwetter埋め込み修正*/
@media screen and (max-width: 768px) and (min-width: 480px) {
  iframe .twitter-timeline-rendered {
    width: 490px !important; } }
@media screen and (max-width: 480px) {
  iframe.twitter-timeline-rendered {
    width: 450px !important;
    margin: 0 auto;
    /*これを入れないとめっちゃ細く200pxくらいで表示されます。以下イメージあり！*/ } }
.timeline-Widget {
  max-width: 300px !important;
  width: 200px !important; }

/*サイドウィジットへのtwetter埋め込み修正終わり*/
