@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 896px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #FFF;
  z-index: 0;
  color: #333333;
  font-size: 1.6rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px; }

@media screen and (min-width: 897px) {
  .inner {
    width: 1008px;
    margin-left: auto;
    margin-right: auto;
    position: relative; } }
@media screen and (max-width: 896px) {
  body {
    font-size: 1.4rem; }

  .inner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative; } }
/*PCでは表示しない*/
@media screen and (min-width: 897px) {
  .pc_none {
    display: none !important; } }
/*SPでは表示しない*/
@media screen and (max-width: 896px) {
  .sp_none {
    display: none !important; } }
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　画像
----------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0;
  padding: 0; }

/*　リンク
----------------------------------------------------*/
a {
  color: #0071bc;
  text-decoration: none;
  transition: 0.3s; }
  a:hover {
    opacity: 0.7; }

@media screen and (max-width: 770px) {
  a:hover {
    opacity: 1.0; } }
/*　リンクボタン
----------------------------------------------------*/
/* button */
.button {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  outline: none; }
  .button::before, .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .button, .button::before, .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .button:hover {
    opacity: 1.0; }

.button {
  width: 400px;
  background-color: #1180cc;
  border: 2px solid #1180cc;
  color: #fff;
  font-weight: 700;
  padding: 20px 0 19px; }
  .button i {
    margin-right: 8px; }
  .button:hover {
    color: #1180cc;
    background-color: #fff;
    border: 2px solid #1180cc; }
  .button.red {
    background-color: #ff4229;
    border: 2px solid #ff4229; }
    .button.red:hover {
      color: #ff4229;
      background-color: #fff;
      border: 2px solid #ff4229; }
  .button.white {
    color: #1180cc;
    background-color: #fff;
    border: 2px solid #1180cc; }
    .button.white:hover {
      color: #1180cc;
      background-color: #c2f1ff;
      border: 2px solid #1180cc; }

@media screen and (max-width: 896px) {
  .button {
    width: auto;
    font-size: 1.4rem;
    padding: 13px 14px 14px; } }
/* link_btn */
.link_btn {
  margin-top: 32px;
  display: flex;
  justify-content: flex-start; }
  .link_btn.center {
    justify-content: center; }

@media screen and (max-width: 896px) {
  .link_btn {
    width: 90%;
    margin: 32px auto 0; }
    .link_btn a {
      width: 100%; } }
/*　テーブル
----------------------------------------------------*/
/*　tbl_shop_info
-------------------------------*/
.tbl_shop_info {
  width: 100%;
  height: auto;
  border-collapse: separate;
  letter-spacing: 1.5px;
  /* 見出しセル　エリア色分け */ }
  .tbl_shop_info.area.nishimachi th, .tbl_shop_info.area.nishimachi .num {
    background: #58aaaa; }
  .tbl_shop_info.area.miyacho th, .tbl_shop_info.area.miyacho .num {
    background: #55c688; }
  .tbl_shop_info.area.kanda th, .tbl_shop_info.area.kanda .num {
    background: #7dc9db; }
  .tbl_shop_info.area.honcho th, .tbl_shop_info.area.honcho .num {
    background: #7aa2dd; }
  .tbl_shop_info.area.chuo th, .tbl_shop_info.area.chuo .num {
    background: #afce51; }
  .tbl_shop_info.area.ekimae th, .tbl_shop_info.area.ekimae .num {
    background: #ffae55; }
  .tbl_shop_info tr:last-of-type th {
    border-right: 0; }
  .tbl_shop_info th {
    width: auto;
    height: auto;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #7dc9db;
    padding: 13px 10px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    white-space: normal;
    border-right: solid 4px #fff; }
    .tbl_shop_info th:last-of-type {
      border-right: 0; }
  .tbl_shop_info td {
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
    background: #f2f2f2;
    padding: 10px 10px 10px;
    box-sizing: border-box;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    position: relative; }
    .tbl_shop_info td.num {
      width: 44px;
      color: #fff;
      font-weight: 700;
      text-align: center;
      background: #7dc9db;
      padding: 13px 10px; }
    .tbl_shop_info td.shop_name {
      width: 320px;
      text-align: left;
      padding: 10px 75px 10px 10px; }
    .tbl_shop_info td.artist_name {
      width: 210px;
      text-align: center;
      padding: 10px 40px 10px 10px; }
    .tbl_shop_info td.tel_num {
      white-space: nowrap; }
      .tbl_shop_info td.tel_num a {
        color: #333333; }
    .tbl_shop_info td:last-of-type {
      border-right: 0; }
    .tbl_shop_info td span.status {
      width: auto;
      height: 27px;
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto; }
      .tbl_shop_info td span.status img.icon {
        margin-left: 7px; }
        .tbl_shop_info td span.status img.icon:first-child {
          margin-left: 0; }
    .tbl_shop_info td .genres_list {
      text-align: center; }
      .tbl_shop_info td .genres_list li {
        display: inline-block; }
        .tbl_shop_info td .genres_list li::before {
          content: '・'; }
        .tbl_shop_info td .genres_list li:first-child::before {
          content: ''; }

/*　tbl_artclass_info
-------------------------------*/
.tbl_artclass_info {
  margin-top: 32px;
  width: 100%;
  height: auto;
  border-collapse: separate;
  letter-spacing: 1.5px; }
  .tbl_artclass_info tr:last-of-type th {
    border-right: 0; }
  .tbl_artclass_info th {
    width: auto;
    height: auto;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #1180cc;
    padding: 10px 10px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    white-space: nowrap;
    /*white-space: normal;*/
    border-right: solid 4px #fff; }
    .tbl_artclass_info th:last-of-type {
      border-right: 0; }
  .tbl_artclass_info td {
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 1.5;
    background: #f2f2f2;
    padding: 9px 10px 10px;
    box-sizing: border-box;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    position: relative;
    white-space: nowrap; }
    .tbl_artclass_info td.num {
      width: 44px;
      color: #fff;
      font-weight: 700;
      text-align: center;
      background: #1180cc;
      padding: 13px 16px; }
    .tbl_artclass_info td.class_name {
      font-weight: 700; }
    .tbl_artclass_info td:last-of-type {
      border-right: 0; }
    .tbl_artclass_info td:nth-of-type(4) {
      text-align: left; }

/* scroll
-------------------------------*/
@media screen and (max-width: 896px) {
  .scroll {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    /*white-space: nowrap;*/ }
    .scroll table, .scroll dl {
      min-width: 1008px; }

  .scroll::-webkit-scrollbar {
    height: 6px; }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1; }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC; } }
/*　リスト
----------------------------------------------------*/
/* ページトップ
----------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  font-size: 3.2rem;
  line-height: 0;
  z-index: 999; }

#page-top a {
  border-radius: 50%;
  background: #1180cc;
  border: 3px solid #1180cc;
  color: #fff;
  text-decoration: none;
  width: 50px;
  padding: 10px 0;
  text-align: center;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s; }

#page-top a:hover {
  text-decoration: none;
  background: #fff;
  border: 3px solid #1180cc;
  color: #1180cc;
  opacity: 1.0; }

@media screen and (max-width: 896px) {
  #page-top {
    right: 10px; } }
/* トピックパス
----------------------------------------------------*/
/* 見出し
----------------------------------------------------*/
/*　section_title
-------------------------------*/
.section_title {
  margin: 80px auto 40px;
  color: #ff4229;
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1.8px; }
  .section_title.blue {
    color: #1180cc; }
  .section_title span.small {
    display: block;
    font-size: 2.4rem; }

@media screen and (max-width: 896px) {
  .section_title {
    margin: 40px auto 24px;
    color: #ff4229;
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 1.8px; }
    .section_title.blue {
      color: #1180cc; }
    .section_title span.small {
      display: block;
      font-size: 1.8rem; } }
/*　section_sub_title
-------------------------------*/
.section_sub_title {
  color: #00ba96;
  font-size: 2.0rem;
  font-weight: 700; }

@media screen and (max-width: 896px) {
  .section_sub_title {
    color: #00ba96;
    font-size: 1.6rem;
    font-weight: 700; } }
/*　カラム
----------------------------------------------------*/
@media screen and (min-width: 897px) {
  .col_box {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap; }
    .col_box .col1 {
      width: 100%;
      height: auto;
      margin: 2% auto 0; }
      .col_box .col1:first-child {
        margin-top: 0; }
    .col_box .col2 {
      width: 49%;
      height: auto;
      margin: 2% 0 0 2%; }
      .col_box .col2:nth-child(2n+1) {
        margin-left: 0; }
      .col_box .col2:nth-child(-n+2) {
        margin-top: 0; }
    .col_box .col3 {
      width: 32%;
      height: auto;
      margin: 2% 0 0 2%; }
      .col_box .col3:nth-child(3n+1) {
        margin-left: 0; }
      .col_box .col3:nth-child(-n+3) {
        margin-top: 0; }
    .col_box .col4 {
      width: 23.5%;
      height: auto;
      margin: 2% 0 0 2%; }
      .col_box .col4:nth-child(4n+1) {
        margin-left: 0; }
      .col_box .col4:nth-child(-n+4) {
        margin-top: 0; }
    .col_box .col5 {
      width: 18.4%;
      height: auto;
      margin: 2% 0 0 2%; }
      .col_box .col5:nth-child(5n+1) {
        margin-left: 0; }
      .col_box .col5:nth-child(-n+5) {
        margin-top: 0; }
    .col_box .col6 {
      width: 15.4%;
      height: auto;
      margin: 2% 0 0 1.5%; }
      .col_box .col6:nth-child(6n+1) {
        margin-left: 0; }
      .col_box .col6:nth-child(-n+6) {
        margin-top: 0; }
    .col_box .section_col2 {
      width: 50%;
      margin: 0; }
      .col_box .section_col2 .inner {
        width: 90%; } }
@media screen and (max-width: 896px) {
  .col_box {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap; }
    .col_box .sp_col1 {
      width: 100%;
      height: auto;
      margin: 2% auto 0; }
      .col_box .sp_col1:first-child {
        margin-top: 0; }
    .col_box.section_col .sp_col1 {
      margin: 0 auto 0; }
    .col_box .sp_col2 {
      width: 49%;
      height: auto;
      margin: 2% 0 0 2%; }
      .col_box .sp_col2:nth-child(2n+1) {
        margin-left: 0; }
      .col_box .sp_col2:nth-child(-n+2) {
        margin-top: 0; }
    .col_box .sp_col3 {
      width: 32%;
      height: auto;
      margin: 2% 0 0 2%; }
      .col_box .sp_col3:nth-child(3n+1) {
        margin-left: 0; }
      .col_box .sp_col3:nth-child(-n+3) {
        margin-top: 0; }
    .col_box .sp_col4 {
      width: 23.5%;
      height: auto;
      margin: 2% 0 0 2%; }
      .col_box .sp_col4:nth-child(4n+1) {
        margin-left: 0; }
      .col_box .sp_col4:nth-child(-n+4) {
        margin-top: 0; }
    .col_box .sp_col5 {
      width: 18.4%;
      height: auto;
      margin: 2% 0 0 2%; }
      .col_box .sp_col5:nth-child(5n+1) {
        margin-left: 0; }
      .col_box .sp_col5:nth-child(-n+5) {
        margin-top: 0; }
    .col_box .sp_col6 {
      width: 15.4%;
      height: auto;
      margin: 2% 0 0 1.5%; }
      .col_box .sp_col6:nth-child(6n+1) {
        margin-left: 0; }
      .col_box .sp_col6:nth-child(-n+6) {
        margin-top: 0; } }
/*****************************************************

 Template - Header
 
*****************************************************/
/* mainvisual
----------------------------------------------------*/
.mainvisual {
  width: 100%;
  height: auto;
  /*min-height: 100vh;*/
  padding-bottom: 195px;
  position: relative;
  overflow-x: hidden;
  z-index: 1;
  background: url("../images/home/bg_mainvisual.png") no-repeat top center; }
  .mainvisual::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 0 0 100vw;
    border-color: transparent transparent transparent #c2f1ff;
    z-index: -2; }
  .mainvisual::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 100vw 0 0;
    border-color: transparent #c2f1ff transparent transparent;
    z-index: -2; }
  .mainvisual .photo03 {
    width: 377px;
    height: 377px;
    position: absolute;
    bottom: 9%;
    left: 4%;
    margin: auto;
    z-index: -1; }
  .mainvisual .photo07 {
    width: 277px;
    height: 277px;
    position: absolute;
    bottom: 7%;
    right: 7%;
    margin: auto;
    z-index: -1; }
  .mainvisual .title_area .title_logo {
    margin: 94px auto 0;
    width: 753px;
    height: 214px;
    background: url("../images/home/title_logo.png") no-repeat center;
    background-size: contain;
    text-indent: -9999px; }
  .mainvisual .title_area .mainimage {
    margin: 0 auto;
    width: 618px;
    height: 468px; }
  .mainvisual .lead_text {
    text-shadow: 0px 3px 1px #fff, 0px 2px 1px #fff, 1px 2px 1px #fff, 2px 2px 1px #fff, 2px 1px 1px #fff, 2px 0px 1px #fff, 3px 0px 1px #fff, 2px -1px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -3px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -3px -3px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff, -3px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -1px 2px 1px #fff; }
    .mainvisual .lead_text h2 {
      font-size: 3.2rem;
      font-weight: 900;
      text-align: center;
      line-height: 1.2; }
    .mainvisual .lead_text h3 {
      margin-top: 12px;
      color: #666666;
      font-size: 2.4rem;
      font-weight: 900;
      text-align: center;
      line-height: 1.2; }
    .mainvisual .lead_text .box_exhibition_info {
      margin: 40px auto 0;
      max-width: 733px;
      background: #00ba96;
      padding: 18px 24px;
      box-sizing: border-box; }
      .mainvisual .lead_text .box_exhibition_info p {
        color: #ffffff;
        font-size: 2.4rem;
        font-weight: 900;
        text-align: center;
        line-height: 1.5;
        text-shadow: none; }

@media screen and (max-width: 896px) {
  .mainvisual {
    padding-bottom: 120px; }
    .mainvisual::before {
      border-width: 90px 0 0 100vw; }
    .mainvisual::after {
      border-width: 90px 100vw 0 0; }
    .mainvisual .photo03 {
      display: none; }
    .mainvisual .photo07 {
      display: none; }
    .mainvisual .title_area .title_logo {
      margin: 40px auto 0;
      width: 100%;
      height: 0;
      padding-bottom: 24.5%;
      background: url(../images/home/title_logo.png) no-repeat center;
      background-size: contain;
      text-indent: -9999px; }
    .mainvisual .title_area .mainimage {
      margin: 0 auto;
      width: 100%;
      height: auto; }
      .mainvisual .title_area .mainimage img {
        margin: 0 auto;
        width: 100%;
        height: auto; }
    .mainvisual .lead_text h2 {
      font-size: 1.8rem;
      line-height: 1.5; }
    .mainvisual .lead_text h3 {
      font-size: 1.6rem;
      line-height: 1.5; }
    .mainvisual .lead_text .box_exhibition_info {
      margin: 24px auto 0;
      background: #00ba96;
      padding: 18px 12px;
      box-sizing: border-box; }
      .mainvisual .lead_text .box_exhibition_info p {
        color: #ffffff;
        font-size: 1.5rem;
        font-weight: 900;
        text-align: center;
        line-height: 1.5;
        letter-spacing: 0.4px;
        text-shadow: none; } }
@media screen and (max-width: 896px) {
  .mainvisual .photo03 {
    display: none; }
  .mainvisual .photo07 {
    display: none; } }
/*　右側固定バナー
----------------------------------------------------*/
#fixed_bunner {
  width: 77px;
  height: auto;
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 999; }
  #fixed_bunner a {
    display: block;
    width: 100%;
    height: 209px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    writing-mode: vertical-rl;
    padding: 64px 16px 16px;
    box-sizing: border-box;
    background: #ff4229;
    line-height: 1.3;
    border-radius: 8px 0 0 8px / 8px 0 0 8px;
    border: solid 2px #ff4229;
    border-right: 0;
    position: relative; }
    #fixed_bunner a + a {
      margin-top: 8px; }
    #fixed_bunner a::before {
      font-family: "Font Awesome 5 Free";
      content: "";
      width: 38px;
      height: 30px;
      margin: auto;
      font-weight: 500;
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      font-size: 3.0rem;
      vertical-align: middle; }
    #fixed_bunner a img {
      margin-bottom: 10px; }
    #fixed_bunner a:hover {
      opacity: 1.0;
      color: #ff4229;
      background: #fff;
      border: solid 2px #ff4229;
      border-right: 0; }
    #fixed_bunner a.line_btn {
      background: #00ba96;
      border: solid 2px #00ba96;
      border-right: 0; }
      #fixed_bunner a.line_btn::before {
        content: "\f3c0";
        font-weight: 400;
        font-family: "Font Awesome 5 Brands"; }
      #fixed_bunner a.line_btn:hover {
        color: #00ba96;
        background: #fff;
        border: solid 2px #00ba96;
        border-right: 0; }
  #fixed_bunner.isActive {
    opacity: 1;
    transition: all 0.65s; }

@media screen and (max-width: 896px) {
  #fixed_bunner {
    width: 100%;
    height: 112px;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0 !important;
    z-index: 99; }
    #fixed_bunner a {
      display: block;
      width: 100%;
      height: 56px;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 900;
      writing-mode: horizontal-tb;
      padding: 8px 0;
      box-sizing: border-box;
      background: #ff4229;
      line-height: 2.0;
      border-radius: 0;
      border: solid 2px #ff4229;
      border-right: 0;
      text-align: center; }
      #fixed_bunner a + a {
        margin-top: 0; }
      #fixed_bunner a::before {
        font-family: "Font Awesome 5 Free";
        content: "";
        width: 38px;
        height: 30px;
        margin: 0 8px 0 0;
        font-weight: 500;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        font-size: 2rem;
        vertical-align: middle; }
      #fixed_bunner a i {
        margin-top: -2px;
        margin-bottom: 0;
        margin-right: 16px;
        vertical-align: middle; }
      #fixed_bunner a:hover {
        opacity: 1.0;
        color: #ff4229;
        background: #fff;
        border: solid 2px #fff;
        border-right: 0; }
      #fixed_bunner a.line_btn {
        background: #00ba96;
        border: solid 2px #00ba96;
        border-right: 0; }
        #fixed_bunner a.line_btn::before {
          content: "\f3c0";
          font-weight: 400;
          font-family: "Font Awesome 5 Brands"; }
        #fixed_bunner a.line_btn:hover {
          color: #fff;
          background: #00ba96;
          border: solid 2px #00ba96;
          border-right: 0; } }
@media screen and (max-width: 420px) {
  #fixed_bunner a:hover {
    color: #fff;
    background: #ff4229;
    border: none; }
  #fixed_bunner a.line_btn:hover {
    color: #fff;
    background: #00ba96;
    border: none; } }
/* 公式LINE QRモーダル
----------------------------------------------------*/
.line_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999; }
  .line_modal.is_active {
    display: block; }
  .line_modal .line_modal_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    cursor: pointer; }
  .line_modal .line_modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(90%, 420px);
    background: #fff;
    padding: 40px 32px 32px;
    box-sizing: border-box;
    border-radius: 16px;
    transform: translate(-50%, -50%);
    text-align: center; }
  .line_modal .line_modal_close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    color: #333;
    font-size: 3.2rem;
    line-height: 1;
    cursor: pointer; }
  .line_modal .line_modal_title {
    margin-bottom: 20px;
    color: #00ba96;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.4; }
  .line_modal .line_modal_qr img {
    width: 280px;
    max-width: 100%;
    height: auto; }

body.is_line_modal_open {
  overflow: hidden; }

@media screen and (max-width: 896px) {
  .line_modal .line_modal_content {
    width: 88%;
    padding: 36px 24px 28px; }
  .line_modal .line_modal_title {
    font-size: 1.8rem; }
  .line_modal .line_modal_qr img {
    width: 240px; } }
/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  position: relative; }

.footer_info {
  background: #1180cc;
  padding: 96px 0 96px;
  position: relative; }
  .footer_info .paragraph .title_logo {
    margin: 0 auto 0 16px;
    width: 410px;
    height: 116px;
    background: url("../images/home/footer_title_logo.png") no-repeat center;
    background-size: contain;
    text-indent: -9999px; }
  .footer_info .paragraph dl {
    display: flex;
    align-items: center;
    color: #fff; }
    .footer_info .paragraph dl a {
      color: #fff; }
    .footer_info .paragraph dl:first-of-type {
      margin-top: 40px; }
  .footer_info .facebook_tl.col2 {
    max-width: 440px;
    margin-left: auto; }

@media screen and (min-width: 897px) {
  .footer_info .paragraph .title_logo {
    margin: 0 auto 0 16px;
    width: 410px;
    height: 116px;
    background: url(../images/home/footer_title_logo.png) no-repeat center;
    background-size: contain;
    text-indent: -9999px; } }
@media screen and (max-width: 896px) {
  .footer_info {
    background: #1180cc;
    padding: 40px 0 64px;
    position: relative; }
    .footer_info .paragraph .title_logo {
      margin: 0 auto 0;
      width: 80%;
      height: 0;
      padding-bottom: 24.5%;
      background: url(../images/home/footer_title_logo.png) no-repeat center;
      background-size: contain;
      text-indent: -9999px; }
    .footer_info .paragraph dl {
      margin: 8px auto 0;
      width: 90%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #fff;
      text-align: center; }
      .footer_info .paragraph dl:first-of-type {
        margin-top: 40px; }
    .footer_info .facebook_tl.col2 {
      margin: 40px auto 0; } }
/*　copyright
-------------------------------*/
.copyright {
  width: 100%;
  background: #3a3a3a;
  padding: 20px 0 20px;
  box-sizing: border-box;
  position: relative;
  bottom: 0; }
  .copyright p {
    color: #fff;
    text-align: center;
    line-height: 1; }

@media screen and (max-width: 896px) {
  .copyright {
    margin-bottom: 56px; } }
/*****************************************************

 Page - Home
 
*****************************************************/
/* concept
----------------------------------------------------*/
.concept {
  background: #c2f1ff;
  padding: 0 0 96px; }
  .concept .section_title {
    margin: 0 auto 40px; }
  .concept .text {
    text-align: center; }

@media screen and (max-width: 896px) {
  .concept {
    padding: 0 0 64px; }
    .concept .text {
      text-align: left; } }
/*　text
-------------------------------*/
.text {
  margin-top: 40px;
  line-height: 1.8; }
  .text:first-of-type {
    margin-top: 0; }
  .text em {
    color: #00ba96; }

@media screen and (max-width: 896px) {
  .text {
    margin-top: 24px; } }
.kome {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.8; }
  .kome:first-of-type {
    margin-top: 0; }

/*　icon_list
-------------------------------*/
.icon_list {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .icon_list li {
    margin-left: 24px; }
    .icon_list li:first-child {
      margin-left: 0; }
    .icon_list li img {
      margin-right: 8px;
      width: 27px;
      height: 27px;
      vertical-align: middle; }

@media screen and (max-width: 896px) {
  .icon_list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .icon_list li {
      width: 90%;
      margin: 8px auto 0; }
      .icon_list li:first-child {
        margin: 0 auto; }
      .icon_list li img {
        margin-right: 8px;
        width: 27px;
        height: 27px;
        vertical-align: middle; } }
img.icon {
  width: 27px;
  height: 27px;
  vertical-align: middle; }

/* participating
----------------------------------------------------*/
.participating {
  background: #fff;
  padding: 0 0 96px; }

@media screen and (max-width: 896px) {
  .participating {
    padding: 0 0 64px; }
    .participating .text {
      text-align: left; } }
/* アコーディオン
-------------------------------*/
/* dl_accordion_li */
.dl_accordion_li {
  position: relative;
  width: 100%;
  height: auto;
  margin: -1% 0 0 0; }
  .dl_accordion_li > li {
    box-sizing: border-box;
    float: left;
    width: 48%;
    height: auto;
    margin: 2% 1% 0; }

/* dl_accordion */
.dl_accordion {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  line-height: 1.4; }
  .dl_accordion dt {
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 900;
    border: 2px #1180cc solid;
    background: #1180cc;
    padding: 8px 32px 7px 16px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .dl_accordion dt .accordion_ttl {
      font-weight: 700; }
    .dl_accordion dt::before {
      /*font-family: FontAwesome;*/
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 600;
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%);
      font-size: 2.4rem;
      color: #fff; }
    .dl_accordion dt:hover {
      border-color: #1180cc; }
    .dl_accordion dt.active {
      border-color: #1180cc; }
      .dl_accordion dt.active::before {
        /*font-family: FontAwesome;*/
        font-family: "Font Awesome 5 Free";
        content: "";
        font-weight: 600; }
  .dl_accordion dd {
    display: none;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0; }

@media screen and (max-width: 896px) {
  .dl_accordion dt {
    font-size: 1.6rem;
    padding: 8px 32px 7px 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .dl_accordion dt::before {
      font-size: 1.8rem; }
    .dl_accordion dt:hover {
      border-color: #1180cc; }
    .dl_accordion dt.active {
      border-color: #1180cc; }
      .dl_accordion dt.active::before {
        /*font-family: FontAwesome;*/
        font-family: "Font Awesome 5 Free";
        content: "";
        font-weight: 600; } }
/* gourmet
----------------------------------------------------*/
.gourmet {
  background: #fff5a9;
  padding: 0 0 96px; }

.gourmet_list {
  margin-top: 40px; }
  .gourmet_list .box_gourmet_shop {
    background: #fff; }
    .gourmet_list .box_gourmet_shop span.area {
      display: block;
      color: #fff;
      font-size: 1.4rem;
      font-weight: 900;
      text-align: center;
      line-height: 1;
      padding: 8px 8px 8px;
      box-sizing: border-box;
      /* エリアスパン　色分け */ }
      .gourmet_list .box_gourmet_shop span.area.nishimachi {
        background: #58aaaa; }
      .gourmet_list .box_gourmet_shop span.area.miyacho {
        background: #55c688; }
      .gourmet_list .box_gourmet_shop span.area.kanda {
        background: #7dc9db; }
      .gourmet_list .box_gourmet_shop span.area.honcho {
        background: #7aa2dd; }
      .gourmet_list .box_gourmet_shop span.area.chuo {
        background: #afce51; }
      .gourmet_list .box_gourmet_shop span.area.ekimae {
        background: #ffae55; }
    .gourmet_list .box_gourmet_shop .paragraph {
      padding: 16px 12px 16px;
      box-sizing: border-box; }
      .gourmet_list .box_gourmet_shop .paragraph .shop_title .alphabet {
        margin: 0 auto;
        display: block;
        width: 32px;
        height: 32px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        background: #ff5b57;
        padding: 2px 6px;
        box-sizing: border-box;
        border-radius: 50%; }
      .gourmet_list .box_gourmet_shop .paragraph .shop_title .shop_name {
        margin-top: 8px;
        display: block;
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
        padding-bottom: 12px;
        border-bottom: solid 1px #4d4d4d; }
        .gourmet_list .box_gourmet_shop .paragraph .shop_title .shop_name span {
          margin-right: 16px; }
          .gourmet_list .box_gourmet_shop .paragraph .shop_title .shop_name span.small {
            font-size: 1.4rem; }
      .gourmet_list .box_gourmet_shop .paragraph .phone_num {
        margin-top: 16px;
        font-weight: 700;
        position: relative;
        padding-left: 26px; }
        .gourmet_list .box_gourmet_shop .paragraph .phone_num a {
          color: #333333; }
        .gourmet_list .box_gourmet_shop .paragraph .phone_num::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 600;
          position: absolute;
          top: -3px;
          left: 0;
          color: #004f84;
          font-size: 2.2rem;
          vertical-align: middle; }
      .gourmet_list .box_gourmet_shop .paragraph .shop_info {
        display: flex;
        flex-wrap: wrap;
        font-size: 1.4rem; }
        .gourmet_list .box_gourmet_shop .paragraph .shop_info dt {
          width: 60px;
          font-weight: 700; }
        .gourmet_list .box_gourmet_shop .paragraph .shop_info dd {
          margin-left: auto;
          width: 140px; }
        .gourmet_list .box_gourmet_shop .paragraph .shop_info p {
          width: 100%;
          font-size: 14px;
          color: #666666;
          padding: 8px;
          background: #fafafa;
          margin: 1px 0 10px;
          box-sizing: border-box; }
      .gourmet_list .box_gourmet_shop .paragraph .phone_num + .shop_info {
        margin-top: 10px; }

@media screen and (max-width: 896px) {
  .gourmet {
    padding: 0 0 64px; }
    .gourmet .text {
      text-align: left; }

  .gourmet_list .box_gourmet_shop .paragraph .shop_title .alphabet {
    width: 24px;
    height: 24px;
    padding: 0px 2px; }
  .gourmet_list .box_gourmet_shop .paragraph .shop_title .shop_name {
    margin-top: 8px;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 12px;
    border-bottom: solid 1px #4d4d4d; }
    .gourmet_list .box_gourmet_shop .paragraph .shop_title .shop_name span {
      display: block;
      margin: auto; }
      .gourmet_list .box_gourmet_shop .paragraph .shop_title .shop_name span.small {
        font-size: 1.4rem; }
  .gourmet_list .box_gourmet_shop .paragraph .shop_info {
    flex-direction: column; }
    .gourmet_list .box_gourmet_shop .paragraph .shop_info dt {
      width: 100%;
      font-weight: 700; }
    .gourmet_list .box_gourmet_shop .paragraph .shop_info dd {
      margin-left: auto;
      width: 100%; }
  .gourmet_list .box_gourmet_shop .paragraph .phone_num::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 600;
    position: absolute;
    top: -2px;
    left: 0;
    color: #004f84;
    font-size: 1.8rem;
    vertical-align: middle; } }
/* lottery
----------------------------------------------------*/
.lottery {
  background: url("../images/home/bg_lottery.jpg") no-repeat center;
  background-size: cover;
  padding: 96px 0 96px;
  box-sizing: border-box; }
  .lottery .section_title {
    margin: 0 auto 30px; }
  .lottery .lottery_sub_title {
    color: #4d4d4d;
    font-weight: 900;
    font-size: 2.0rem;
    text-align: center; }

@media screen and (max-width: 896px) {
  .lottery {
    background: url("../images/home/bg_lottery.jpg") no-repeat center;
    background-size: cover;
    padding: 64px 0 64px;
    box-sizing: border-box; }
    .lottery .section_title {
      margin: 0 auto 30px; }
    .lottery .lottery_sub_title {
      font-size: 1.6rem; }
    .lottery .text {
      text-align: left; } }
/*　bg_white
-------------------------------*/
.bg_white {
  background: #fff;
  padding: 48px;
  box-sizing: border-box; }

@media screen and (max-width: 896px) {
  .bg_white {
    padding: 24px 16px; } }
span.underline {
  text-decoration: none;
  background: linear-gradient(transparent 70%, #ffeb78 40%); }

/*　offer_prizes_text
-------------------------------*/
@media screen and (min-width: 897px) {
  .offer_prizes_text {
    margin: 40px auto 40px;
    width: 650px;
    height: 85px;
    background: url(../images/home/txt_lottery_okaimonoken.png) no-repeat center;
    background-size: contain;
    text-indent: -9999px; } }
@media screen and (max-width: 896px) {
  .offer_prizes_text {
    margin: 40px auto 40px;
    width: 100%;
    height: auto; } }
/*　lottery_flow
-------------------------------*/
.lottery_flow {
  margin: 40px auto 0;
  background: #ffeb78;
  border-radius: 10px;
  padding: 24px;
  box-sizing: border-box; }
  .lottery_flow .flow_text {
    display: flex;
    align-items: center;
    justify-content: center; }
    .lottery_flow .flow_text .flow01_001 {
      width: 129px;
      height: 129px;
      background: url("../images/home/txt_flow01_001.png") no-repeat center;
      background-size: contain;
      text-indent: -9999px; }
    .lottery_flow .flow_text .flow01_002 {
      width: 129px;
      height: 129px;
      background: url("../images/home/txt_flow01_002.png") no-repeat center;
      background-size: contain;
      text-indent: -9999px; }
    .lottery_flow .flow_text .flow02 {
      margin-top: -35px;
      width: 338px;
      height: 172px;
      background: url(../images/home/txt_flow02.png) no-repeat center;
      background-size: contain;
      text-indent: -9999px; }
    .lottery_flow .flow_text .txt_or {
      margin: 0 26px;
      font-size: 3.6rem;
      font-weight: 700; }
    .lottery_flow .flow_text .txt_arrow {
      margin: 0 32px 0 45px;
      color: #ff4229;
      font-size: 3.6rem;
      font-weight: 700; }
  .lottery_flow .lottery_venue {
    margin-top: 16px;
    background: #fff;
    padding: 16px;
    box-sizing: border-box; }
    .lottery_flow .lottery_venue .section_sub_title {
      margin-top: 8px; }
    .lottery_flow .lottery_venue .venue_list {
      display: flex;
      align-items: center;
      justify-content: center; }
      .lottery_flow .lottery_venue .venue_list:first-of-type {
        margin-top: 16px; }
      .lottery_flow .lottery_venue .venue_list li {
        margin-left: 24px; }
        .lottery_flow .lottery_venue .venue_list li:first-of-type {
          margin-left: 0; }

@media screen and (max-width: 896px) {
  .lottery_flow .lottery_venue {
    margin-top: 16px;
    background: #fff;
    padding: 16px;
    box-sizing: border-box; }
    .lottery_flow .lottery_venue .section_sub_title {
      margin-top: 8px; }
    .lottery_flow .lottery_venue .venue_list {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .lottery_flow .lottery_venue .venue_list:first-of-type {
        margin-top: 16px; }
      .lottery_flow .lottery_venue .venue_list + .venue_list li:first-of-type {
        margin-top: 6px; }
      .lottery_flow .lottery_venue .venue_list li {
        margin: 6px auto 0; }
        .lottery_flow .lottery_venue .venue_list li:first-of-type {
          margin: 0 auto 0; } }
/* shogakusei_kaiga
----------------------------------------------------*/
.shogakusei_kaiga .paragraph {
  background: url("../images/home/bg_shogakusei_kaiga.png") no-repeat bottom right;
  background-size: auto; }
  .shogakusei_kaiga .paragraph .competition_info dt {
    margin-top: 40px;
    color: #00ba96;
    font-size: 1.8rem;
    font-weight: 700; }
  .shogakusei_kaiga .paragraph .competition_info dd {
    margin-top: 6px; }
    .shogakusei_kaiga .paragraph .competition_info dd.theme {
      margin-top: 4px;
      font-size: 2.4rem;
      line-height: 1; }

@media screen and (min-width: 897px) {
  .shogakusei_kaiga .section_col2 {
    min-height: 500px; }
  .shogakusei_kaiga .kaiga_img {
    background: url("../images/home/img_shogakusei_kaiga.jpg") center center;
    background-size: cover; } }
@media screen and (max-width: 896px) {
  .shogakusei_kaiga .paragraph {
    background: url("../images/home/bg_shogakusei_kaiga.png") no-repeat bottom right;
    background-size: 40%;
    padding-bottom: 25%; }
    .shogakusei_kaiga .paragraph .competition_info dt {
      margin-top: 40px;
      color: #00ba96;
      font-size: 1.8rem;
      font-weight: 700; }
    .shogakusei_kaiga .paragraph .competition_info dd {
      margin-top: 6px; }
      .shogakusei_kaiga .paragraph .competition_info dd.theme {
        margin-top: 4px;
        font-size: 2.4rem;
        line-height: 1; } }
/* art_class
----------------------------------------------------*/
.art_class {
  padding: 60px 0;
  background: #fafafa; }
  .art_class .photo_gallery .photo_1st + .photo_list {
    margin-top: 2%; }
  .art_class .paragraph {
    padding-bottom: 50px;
    box-sizing: border-box; }
    .art_class .paragraph .competition_info dt {
      margin-top: 40px;
      color: #00ba96;
      font-size: 1.8rem;
      font-weight: 700; }
    .art_class .paragraph .competition_info dd {
      margin-top: 6px; }
      .art_class .paragraph .competition_info dd.theme {
        margin-top: 4px;
        font-size: 2.4rem;
        line-height: 1; }

.art_class .scroll {
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  /*white-space: nowrap;*/ }
  .art_class .scroll table, .art_class .scroll dl {
    /*min-width:1008px;*/ }
.art_class .scroll::-webkit-scrollbar {
  height: 6px; }
.art_class .scroll::-webkit-scrollbar-track {
  background: #F1F1F1; }
.art_class .scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC; }
.art_class .scroll_comment {
  margin: 8px auto 16px;
  display: block; }

@media screen and (max-width: 1700px) {
  .art_class .scroll {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    /*white-space: nowrap;*/ }
    .art_class .scroll table, .art_class .scroll dl {
      /*min-width:1008px;*/ }
  .art_class .scroll::-webkit-scrollbar {
    height: 6px; }
  .art_class .scroll::-webkit-scrollbar-track {
    background: #F1F1F1; }
  .art_class .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC; }
  .art_class .scroll_comment {
    margin: 8px auto 16px;
    display: block; } }
@media screen and (max-width: 896px) {
  .art_class {
    padding: 0 0 40px; }
    .art_class .col_box.section_col {
      flex-direction: column-reverse; }
      .art_class .col_box.section_col .paragraph {
        padding-bottom: 40px; } }
/*　artclass_info
-------------------------------*/
.artclass_info {
  margin: 56px auto 0;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 24px 2%; }
  .artclass_info .link_btn {
    margin-top: 0; }

/*　contact_tel_fax
-------------------------------*/
dl.contact_tel_fax {
  display: flex;
  align-items: baseline; }
  dl.contact_tel_fax:first-of-type {
    margin-top: 16px; }
  dl.contact_tel_fax dd {
    margin-left: 6px; }
    dl.contact_tel_fax dd a {
      color: #333; }
    dl.contact_tel_fax dd span.tel_num {
      font-size: 2.4rem;
      font-weight: 900; }

/* virus_countermeasures
----------------------------------------------------*/
.virus_countermeasures {
  background: #c2f1ff;
  padding: 0 0 96px; }

@media screen and (max-width: 896px) {
  .virus_countermeasures {
    padding: 0 0 64px; }
    .virus_countermeasures .text {
      text-align: left; } }
/*　measures_list
-------------------------------*/
.measures_list {
  margin-top: 40px; }
  .measures_list figure figcaption {
    margin-top: 16px;
    text-align: center;
    line-height: 1.3; }

/*　2022(第19回)追加
-------------------------------*/
.event_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
  .event_wrap .event_txt {
    width: 50%;
    padding: 4%;
    box-sizing: border-box; }
    .event_wrap .event_txt h2 {
      margin-bottom: 30px;
      color: #ff4229;
      font-size: 36px;
      font-weight: 900;
      text-align: center;
      letter-spacing: 1.8px; }
      .event_wrap .event_txt h2 img {
        display: block;
        width: auto;
        margin: 0 auto; }
    .event_wrap .event_txt h2 + p {
      margin-bottom: 20px; }
    .event_wrap .event_txt h3 {
      color: #00ba96;
      font-size: 20px;
      font-weight: 700; }
    .event_wrap .event_txt h3 + p {
      margin-bottom: 12px; }
    .event_wrap .event_txt p span {
      font-weight: bold;
      margin-right: 8px;
      background: #00ba96;
      color: #fff;
      font-size: 14px;
      padding: 2px 4px; }
  .event_wrap figure {
    width: 50%; }
    .event_wrap figure img {
      width: 100%;
      height: 100%;
      max-width: 100%;
      object-fit: cover;
      font-family: 'object-fit:cover;';
      object-position: left; }
  .event_wrap:nth-of-type(even) {
    flex-direction: row-reverse; }

@media screen and (max-width: 896px) {
  .event_wrap .event_txt {
    width: 100%;
    margin-bottom: 20px; }

  .event_wrap figure {
    width: 100%; } }
/*　2023(第20回)追加
-------------------------------*/
.tbl_artclass_info {
  margin-top: 32px;
  width: 100%;
  height: auto;
  border-collapse: separate;
  letter-spacing: 1.5px; }
  .tbl_artclass_info tr:last-of-type th {
    border-right: 0; }
  .tbl_artclass_info th {
    width: auto;
    height: auto;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #1180cc;
    padding: 10px 10px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    white-space: nowrap;
    /*white-space: normal;*/
    border-right: solid 4px #fff; }
    .tbl_artclass_info th:last-of-type {
      border-right: 0; }
  .tbl_artclass_info td {
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 1.5;
    background: #f2f2f2;
    padding: 9px 10px 10px;
    box-sizing: border-box;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    position: relative;
    white-space: nowrap; }
    .tbl_artclass_info td span {
      font-weight: bold; }
    .tbl_artclass_info td.num {
      width: 44px;
      color: #fff;
      font-weight: 700;
      text-align: center;
      background: #1180cc;
      padding: 13px 16px; }
    .tbl_artclass_info td.class_name {
      font-weight: 700; }
    .tbl_artclass_info td:last-of-type {
      border-right: 0; }
    .tbl_artclass_info td:nth-of-type(4) {
      text-align: left; }

.fb_iframe_widget_fluid span, .fb_iframe_widget iframe {
  max-width: 100%; }

.businesshours_txt {
  display: block;
  text-align: center;
  font-size: 14px;
  background: #005bab;
  color: #fff000;
  padding: 2px 4px;
  border-radius: 15px;
  width: 46%;
  margin: 8px auto; }

.icon_list + p {
  text-align: center;
  margin-top: 20px;
  color: #ff1f1f; }

.lightbox .lb-image {
  object-fit: contain;
  max-width: 750px !important;
  max-height: 750px !important; }
