@charset "UTF-8";
/* --------------------------------------
 COMMON CSS
-------------------------------------- */
body {
  background: #fefcf6;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #201915;
}

img {
  width: 100%;
  vertical-align: top;
}

a {
  color: #4b7ec1;
  text-decoration: underline;
}

header .logo a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header #global-nav ul li a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fff;
}
header .snsList li a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

footer {
  background: #9fa0a0;
}
footer address {
  float: right;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

@keyframes effect1 {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.category.exibition {
  color: #a0c134;
}
.category.event {
  color: #7d9ad0;
}
.category.shop {
  color: #d78c8d;
}
.category.workshop {
  color: #aa7daf;
}
.category.live {
  color: #dd9c26;
}
.category.notice {
  color: #86bebd;
}
.category.openday {
  color: #c94c2a;
}

.align-R {
  text-align: right;
}

.align-C {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.has-text-align-center {
  text-align: center;
}

.metaslider .caption-wrap {
  display: none !important;
}
.metaslider .flex-direction-nav {
  display: none !important;
}

.artIndex a {
  text-decoration: none;
}
.artIndex .thumb {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.artIndex .category {
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
}
.artIndex .title {
  font-size: 16px;
  font-weight: bold;
  color: #201915;
}
.artIndex .date {
  text-align: right;
  font-size: 12px;
  color: #898989;
}

.artBody figcaption {
  text-align: center;
}

body.top section.info .secHead {
  font-family: 'Montserrat', sans-serif;
  color: #898989;
}

body.info .artHead .category {
  font-family: 'Montserrat', sans-serif;
}
body.info .artHead .title {
  font-weight: bold;
}
body.info .artHead .date {
  text-align: right;
  color: #898989;
}
body.info .artBody strong {
  font-weight: bold;
}
body.info .artBody em {
  font-style: italic;
}
body.info .artBody h2 {
  font-weight: bold;
}
body.info .artBody h2 + figure {
  margin-top: 30px;
}
body.info .artBody h3 + figure {
  margin-top: 30px;
}
body.info .artBody ul {
  margin: 15px 0 0 1.5em;
}
body.info .artBody ul + figure {
  margin-top: 30px;
}
body.info .artBody ul + p {
  margin-top: 30px;
}
body.info .artBody ul li {
  list-style-type: disc;
}
body.info .artBody ul li ul {
  margin-top: 0;
}
body.info .artBody ul li ul li {
  list-style-type: circle;
}
body.info .artBody ol {
  margin: 15px 0 0 1.5em;
}
body.info .artBody ol + figure {
  margin-top: 30px;
}
body.info .artBody ol + p {
  margin-top: 30px;
}
body.info .artBody ol li {
  list-style: decimal;
}
body.info .backToIndex a {
  display: block;
  border: #8e8e8e 1px solid;
  color: #898989;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

body.access h2 {
  font-weight: bold;
}
body.access h3 {
  font-weight: bold;
}
body.access iframe {
  width: 100% !important;
}
body.access .linkToGmap {
  text-align: right;
}

/* --------------------------------------
 CSS for "Min-Width: 641px"
-------------------------------------- */
@media only screen and (min-width: 641px) {
  body {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
  }

  a:hover {
    text-decoration: none;
  }

  .has-small-font-size {
    font-size: 14px;
  }

  .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 145px 50px 170px;
  }
  .container .pageHead {
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    color: #898989;
  }

  header {
    position: fixed;
    top: 0;
    z-index: 999;
    display: table;
    width: 100%;
    height: 80px;
    padding: 0 50px;
    opacity: 0;
    animation-name: effect1;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    box-sizing: border-box;
  }
  header a:hover img {
    opacity: 0.5;
  }
  header .inner {
    display: table;
    width: 100%;
  }
  header .logo {
    display: table-cell;
    padding-top: 20px;
    vertical-align: top;
  }
  header .mobile-menu {
    display: table-cell !important;
    width: 100%;
    height: auto !important;
    padding-top: 20px;
    text-align: right;
    vertical-align: top;
    float: left;
  }
  header #global-nav {
    display: inline-block;
    vertical-align: top;
    padding-top: 1px;
  }
  header #global-nav ul {
    letter-spacing: -.40em;
  }
  header #global-nav ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    height: auto;
  }
  header #global-nav ul li a {
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 15px;
  }
  header #global-nav ul li a:hover {
    opacity: 0.5;
  }
  header #global-nav ul li + li {
    margin-left: 54px;
  }
  header .snsList {
    display: inline-block;
    padding-left: 66px;
  }
  header .snsList li {
    display: inline-block;
    vertical-align: top;
  }
  header .snsList li a {
    width: 16px;
    height: 16px;
  }
  header .snsList li + li {
    margin-left: 36px;
  }
  header.dark {
    background: rgba(254, 252, 246, 0.9);
  }
  header.dark .logo a {
    width: 52px;
    height: 52px;
    background: url("/wp-content/themes/susu/assets/images/logo_susu_01.svg") no-repeat top left;
    background-size: contain;
  }
  header.dark .logo a:hover {
    background: url("/wp-content/themes/susu/assets/images/logo_susu_01_o.svg") no-repeat top left;
    background-size: contain;
  }
  header.dark #global-nav ul li a {
    color: #898989;
  }
  header.dark .snsList li.ig a {
    background: url("/wp-content/themes/susu/assets/images/ico_ig_01.svg") no-repeat top left;
  }
  header.dark .snsList li.ig a:hover {
    background: url("/wp-content/themes/susu/assets/images/ico_ig_01_o.svg") no-repeat top left;
  }
  header.dark .snsList li.fb a {
    background: url("/wp-content/themes/susu/assets/images/ico_fb_01.svg") no-repeat top left;
  }
  header.dark .snsList li.fb a:hover {
    background: url("/wp-content/themes/susu/assets/images/ico_fb_01_o.svg") no-repeat top left;
  }
  header.dark .snsList li.tw a {
    background: url("/wp-content/themes/susu/assets/images/ico_tw_01.svg") no-repeat top left;
  }
  header.dark .snsList li.tw a:hover {
    background: url("/wp-content/themes/susu/assets/images/ico_tw_01_o.svg") no-repeat top left;
  }
  header.light .logo a {
    width: 86px;
    height: 87px;
    background: url("/wp-content/themes/susu/assets/images/logo_susu_02.svg") no-repeat top left;
    background-size: contain;
  }
  header.light .logo a:hover {
    background: url("/wp-content/themes/susu/assets/images/logo_susu_02_o.svg") no-repeat top left;
    background-size: contain;
  }
  header.light #global-nav ul li a:before {
    opacity: 1;
  }
  header.light .snsList li.ig a {
    background: url("/wp-content/themes/susu/assets/images/ico_ig_02.svg") no-repeat top left;
  }
  header.light .snsList li.ig a:hover {
    background: url("/wp-content/themes/susu/assets/images/ico_ig_02_o.svg") no-repeat top left;
  }
  header.light .snsList li.fb a {
    background: url("/wp-content/themes/susu/assets/images/ico_fb_02.svg") no-repeat top left;
  }
  header.light .snsList li.fb a:hover {
    background: url("/wp-content/themes/susu/assets/images/ico_fb_02_o.svg") no-repeat top left;
  }
  header.light .snsList li.tw a {
    background: url("/wp-content/themes/susu/assets/images/ico_tw_02.svg") no-repeat top left;
  }
  header.light .snsList li.tw a:hover {
    background: url("/wp-content/themes/susu/assets/images/ico_tw_02_o.svg") no-repeat top left;
  }

  .artIndex {
    letter-spacing: -.4em;
    margin: -30px 0 0 -32px;
    font-size: 0;
  }
  .artIndex article {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 312px;
    margin: 30px 0 0 32px;
  }
  .artIndex article a:hover img, .artIndex article a:hover .category, .artIndex article a:hover .title, .artIndex article a:hover .date {
    opacity: 0.65 !important;
  }
  .artIndex article .thumb {
    margin-bottom: 20px;
  }
  .artIndex article .thumb img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  .artIndex article .category {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1;
  }
  .artIndex article .title {
    min-height: 3.5em;
  }
  .artIndex article .date {
    line-height: 1;
  }

  .eff {
    opacity: 0;
    animation-name: effect1;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  footer {
    padding: 35px 0 30px;
    border-top: #a5a5a5 1px solid;
  }
  footer a:hover {
    opacity: 0.5;
  }
  footer a:hover img {
    opacity: 0.5;
  }
  footer .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
  }
  footer .divBlock {
    padding-top: 74px;
  }
  footer .divBlock:after {
    content: " ";
    display: block;
    clear: both;
  }
  footer .linkList li + li {
    margin-top: 25px;
  }
  footer .linkList li a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    text-decoration: none;
    color: #fff;
  }
  footer .snsList {
    float: left;
    letter-spacing: -.40em;
  }
  footer .snsList li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 20px;
    height: 20px;
  }
  footer .snsList li + li {
    margin-left: 36px;
  }
  footer address {
    font-size: 12px;
  }

  /* TOP CSS
  -------------------------------------- */
  body.top #wrapper {
    position: relative;
  }
  body.top .container {
    max-width: 100%;
    padding: 0;
  }
  body.top .mainContainer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px 90px;
  }
  body.top .mainVisual {
    position: relative;
    height: 100vh !important;
  }
  body.top .mainVisual .slides {
    height: 100vh !important;
  }
  body.top .mainVisual .slides li {
    height: 100vh !important;
    text-align: center;
    overflow: hidden;
  }
  body.top .mainVisual .slides img {
    object-fit: cover;
    object-position: 50% 50%;
  }
  body.top .mainVisual .metaslider .flexslider {
    height: 100vh !important;
  }
  body.top .mainVisual .metaslider .flex-control-nav {
    bottom: 38px;
  }
  body.top .mainVisual .metaslider .flex-control-paging li a {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.25);
  }
  body.top .mainVisual .metaslider .flex-control-paging li a.flex-active {
    background: white;
  }
  body.top .mainVisual .metaslider .caption {
    display: none !important;
  }
  body.top section.info {
    padding-top: 100px;
  }
  body.top section.info .secHead {
    padding-bottom: 60px;
    font-size: 32px;
  }

  /* INFORMATION CSS
  -------------------------------------- */
  body.info .mainContainer {
    max-width: 750px;
    margin: 0 auto;
  }
  body.info .artHead {
    padding-bottom: 40px;
  }
  body.info .artHead .category {
    margin-bottom: 10px;
    font-size: 20px;
  }
  body.info .artHead .title {
    width: auto !important;
    line-height: 1.5;
    font-size: 24px;
  }
  body.info .artHead .date {
    font-size: 14px;
  }
  body.info .artBody {
    padding-bottom: 90px;
  }
  body.info .artBody p + p {
    margin-top: 40px;
  }
  body.info .artBody p + h2 {
    margin-top: 40px;
  }
  body.info .artBody p + figure {
    margin-top: 50px;
  }
  body.info .artBody figure {
    margin-bottom: 50px;
  }
  body.info .artBody figure.artImage {
    text-align: center;
  }
  body.info .artBody figure.artImage img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
  body.info .artBody figure.artImage.ver img {
    width: auto;
    height: 750px;
  }
  body.info .artBody figure.artImage.hor img {
    width: 750px;
    height: auto;
  }
  body.info .artBody figure figcaption {
    margin-top: 20px;
  }
  body.info .artBody h2 {
    padding-bottom: 15px;
    font-size: 18px;
  }
  body.info .backToIndex a {
    width: 196px;
    margin: 0 auto;
    padding: 15px;
  }

  /* ABOUT CSS
  -------------------------------------- */
  body.about .mainContainer {
    padding: 0 60px;
  }
  body.about .mainContainer p + p {
    margin-top: 40px;
  }
  body.about .mainContainer p img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }

  /* ACCESS CSS
  -------------------------------------- */
  body.access .mainContainer {
    padding: 0 60px;
  }
  body.access .boxContainer {
    letter-spacing: -.40em;
    width: 100%;
    padding-bottom: 80px;
  }
  body.access .boxContainer .box {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 38%;
    padding-right: 6%;
  }
  body.access .boxContainer .box + .box {
    width: 56%;
    padding-right: 0;
  }
  body.access .boxContainer .box .image img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
  body.access .boxContainer .box h2 {
    padding-bottom: 30px;
    font-size: 20px;
  }
  body.access .boxContainer .box h3 {
    margin-top: 30px;
    padding-bottom: 3px;
  }
  body.access .boxContainer .box p + p {
    margin-top: 25px;
  }
  body.access iframe {
    height: 315px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
  body.access .linkToGmap {
    font-size: 12px;
  }
}
/* --------------------------------------
 CSS for "Min-Width: 641px and Max-Width: 755px"
-------------------------------------- */
@media only screen and (min-width: 641px) and (max-width: 755px) {
  .artIndex {
    width: auto;
    margin: -30px auto 0;
  }
  .artIndex article {
    width: 47%;
    margin-left: 0;
  }
  .artIndex article:nth-child(even) {
    margin-left: 6%;
  }
}
/* --------------------------------------
 CSS for "Min-Width: 641px and Max-Width: 950px"
-------------------------------------- */
@media only screen and (min-width: 641px) and (max-width: 950px) {
  header .snsList {
    display: none;
  }
}
/* --------------------------------------
 CSS for "Min-Width: 756px and Max-Width: 1099px"
-------------------------------------- */
@media only screen and (min-width: 756px) and (max-width: 1099px) {
  .artIndex {
    width: 656px;
    margin: -30px auto 0;
  }
  .artIndex article {
    margin-left: 0;
  }
  .artIndex article:nth-child(even) {
    margin-left: 32px;
  }
}
/* --------------------------------------
 CSS for "Max-Width: 640px"
-------------------------------------- */
@media only screen and (max-width: 640px) {
  body {
    font-size: 12px;
  }
  body.fixed {
    position: fixed;
  }

  main {
    padding: 0 5.3% 19.3%;
  }

  .has-small-font-size {
    font-size: 12px;
  }

  header {
    /* Toggle Button */
    /* #nav-toggle 切り替えアニメーション */
  }
  header .logo a {
    background: url("/wp-content/themes/susu/assets/images/logo_susu_01.svg") no-repeat top left;
    background-size: contain;
  }
  header.light .logo a {
    width: 62px;
    height: 62px;
  }
  header.dark .logo a {
    width: 46px;
    height: 46px;
  }
  header #top-head {
    display: block;
    width: 100%;
    height: auto;
    z-index: 999;
    position: relative;
  }
  header #top-head .inner {
    padding: 21px 20px 22px;
  }
  header #top-head .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: scroll;
    background: #898989;
    opacity: 0.95;
  }
  header #nav-toggle {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 48px;
    height: 18px;
    cursor: pointer;
    z-index: 101;
  }
  header #nav-toggle div {
    position: relative;
  }
  header #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #898989;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  header #nav-toggle span:nth-child(1) {
    top: 0;
  }
  header #nav-toggle span:nth-child(2) {
    top: 7px;
  }
  header #nav-toggle span:nth-child(3) {
    top: 14px;
  }
  header .open #nav-toggle {
    width: 30px;
    right: 30px;
  }
  header .open #nav-toggle span {
    background: #fff;
  }
  header .open #nav-toggle span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  header .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  header .open #nav-toggle span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  header #global-nav ul {
    padding-top: 28.6%;
  }
  header #global-nav ul li a {
    padding: 0 14.4%;
    font-size: 18px;
  }
  header #global-nav ul li + li {
    margin-top: 40px;
  }
  header .snsList {
    margin-top: 24.8%;
    padding: 0 14.4% 15%;
    display: table;
  }
  header .snsList li {
    display: table-cell;
  }
  header .snsList li a {
    width: 25px;
    height: 25px;
  }
  header .snsList li + li {
    padding-left: 44px;
  }
  header .snsList li.ig a {
    background: url("/wp-content/themes/susu/assets/images/ico_ig_02.svg") no-repeat top left;
  }
  header .snsList li.fb a {
    background: url("/wp-content/themes/susu/assets/images/ico_fb_02.svg") no-repeat top left;
  }
  header .snsList li.tw a {
    background: url("/wp-content/themes/susu/assets/images/ico_tw_02.svg") no-repeat top left;
  }

  .pageHead {
    margin: 20px 0 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #898989;
  }

  .eff {
    position: relative;
  }

  footer {
    padding: 8.2% 5.3%;
  }
  footer .linkList li a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
  }
  footer .linkList li + li {
    margin-top: 15px;
  }
  footer .divBlock {
    margin-top: 13%;
  }
  footer .divBlock:after {
    content: " ";
    display: block;
    clear: both;
  }
  footer .snsList {
    float: left;
    display: table;
  }
  footer .snsList li {
    display: table-cell;
  }
  footer .snsList li a {
    display: block;
    width: 16px;
    height: 16px;
  }
  footer .snsList li + li {
    padding-left: 30px;
  }
  footer address {
    padding-top: 3px;
    font-size: 9px;
  }

  .artIndex article a {
    display: block;
    color: #201915;
  }
  .artIndex article + article {
    margin-top: 30px;
  }
  .artIndex article .thumb {
    margin-bottom: 15px;
  }
  .artIndex article .thumb img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  .artIndex article .category {
    margin-bottom: 6px;
    font-size: 14px;
  }

  /* TOP
  -------------------------------------- */
  body.top .mainVisual {
    margin: 0 -5.3%;
  }
  body.top .mainVisual .slides {
    position: relative;
    height: 375px;
    margin-bottom: 50px;
  }
  body.top .mainVisual .slides li {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  body.top .mainVisual .slides img {
    display: block;
    width: 100% !important;
    height: 375px !important;
    top: 0;
    left: 0;
    margin-left: 0 !important;
    object-fit: cover;
  }
  body.top .mainVisual .metaslider .caption-wrap {
    display: none;
  }
  body.top .mainVisual .metaslider .flexslider {
    margin: 0 0 60px;
  }
  body.top .mainVisual .metaslider .flex-control-nav li a {
    margin: 0 3px;
  }
  body.top .mainVisual .metaslider .flex-control-paging li a {
    width: 6px;
    height: 6px;
    background: rgba(137, 137, 137, 0.25);
  }
  body.top .mainVisual .metaslider .flex-control-paging li a.flex-active {
    background: #898989;
  }
  body.top section.info .secHead {
    margin-bottom: 30px;
    font-size: 24px;
  }

  /* INFORMATION
  -------------------------------------- */
  body.info .artHead {
    padding-bottom: 20px;
  }
  body.info .artHead .category {
    margin-bottom: 7px;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: bold;
  }
  body.info .artHead .title {
    font-size: 16px;
    line-height: 1.4;
  }
  body.info .artHead .date {
    font-size: 12px;
  }
  body.info .artBody .artImage {
    margin-bottom: 30px;
  }
  body.info .artBody .artImage img {
    width: 100%;
    height: auto !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  body.info .artBody .artImage figcaption {
    margin-top: 8px;
    text-align: center;
  }
  body.info .artBody p {
    font-size: 12px;
  }
  body.info .artBody p + p {
    margin-top: 1.5em;
  }
  body.info .artBody p + h2 {
    margin-top: 1em;
  }
  body.info .artBody p + figure {
    margin-top: 30px;
  }
  body.info .artBody h2 {
    margin-bottom: 5px;
    font-size: 14px;
  }
  body.info .backToIndex a {
    width: 46%;
    margin: 60px auto 0;
    padding: 7px;
    font-size: 12px;
  }

  /* ABOUT
  -------------------------------------- */
  body.about .image {
    padding-bottom: 15px;
  }
  body.about .image img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  body.about p + p {
    margin-top: 25px;
  }

  /* ACCESS
  -------------------------------------- */
  body.access h2 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  body.access h3 {
    margin: 25px 0 3px;
  }
  body.access p + p {
    margin-top: 1.5em;
  }
  body.access .iframeWrapper {
    margin-top: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
  }
  body.access iframe {
    height: 210px;
  }
  body.access .image {
    margin-bottom: 30px;
  }
  body.access .image img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  body.access .linkToGmap {
    font-size: 10px;
  }
}
