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

fonts

******************************************************/
/******************************************************

PC／SP 共有

******************************************************/
#pageImage {
  background-image: url(../img/title.jpg); }


.i-map {
position: relative;
padding-bottom: 60%;
height: 0;
overflow: hidden;
}
.i-map iframe{
position: absolute;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
}



/******************************************************

sp

******************************************************/
@media screen and (max-width: 740px) {
  #indoormaps {
    width: 100%;
    height: 200px;
    background: #ccc; }
  .photos {
    display: flex;
    justify-content: space-between; }
    .photos figure {
      position: relative; }
      .photos figure img {
        width: 100%;
        height: auto; }
      .photos figure figcaption {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        background: rgba(0, 71, 133, 0.9); }
    .photos .left {
      width: 40%;
      padding-right: 5px;
      box-sizing: border-box; }
      .photos .left figure + figure {
        margin-top: 5px; }
    .photos .right {
      width: 60%;
      flex-shrink: 0; }
      .photos .right .bottom {
        margin-top: 5px;
        display: flex;
        justify-content: space-between; }
        .photos .right .bottom .right2 {
          padding-left: 5px; }
          .photos .right .bottom .right2 figure + figure {
            margin-top: 5px; }
  .photosTxt {
    font-size: 1.2rem;
    color: #004684;
    margin-top: 20px; }
    .photosTxt ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      .photosTxt ul li {
        margin-right: 10px; }
    .photosTxt span {
      width: 18px;
      height: 18px;
      display: inline-block;
      background: #004684;
      color: #fff;
      text-align: center;
      line-height: 18px;
      font-size: 1.1rem;
      margin-right: 5px; }
  .inner {
    overflow: hidden; }
  .clinicBox .item {
    width: 100%;
    padding-bottom: 40px; }
    .clinicBox .item figure {
      text-align: center; }
      .clinicBox .item figure img {
        width: 100%;
        max-width: 400px;
        height: auto; }
    .clinicBox .item h4 {
      text-align: center;
      color: #004684;
      padding: 10px 0 10px;
      font-size: 1.5rem; } }

/******************************************************
    
PC / common

******************************************************/
@media screen and (min-width: 741px) {
  #indoormaps {
    width: 100%;
    height: 400px;
    background: #ccc; }
  .photos {
    display: flex;
    justify-content: space-between; }
    .photos figure {
      position: relative; }
      .photos figure figcaption {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-size: 1.2rem;
        font-weight: 600;
        background: rgba(0, 71, 133, 0.9); }
    .photos .left figure + figure {
      margin-top: 10px; }
    .photos .right .bottom {
      margin-top: 10px;
      display: flex;
      justify-content: space-between; }
      .photos .right .bottom .right2 figure + figure {
        margin-top: 10px; }
  .photosTxt {
    font-size: 1.2rem;
    color: #004684;
    margin-top: 20px; }
    .photosTxt ul {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .photosTxt ul li + li {
        padding-left: 20px; }
    .photosTxt span {
      width: 18px;
      height: 18px;
      display: inline-block;
      background: #004684;
      color: #fff;
      text-align: center;
      line-height: 18px;
      font-size: 1.1rem;
      margin-right: 5px; }
  .inner {
    overflow: hidden; }
  .clinicBox {
    display: flex;
    justify-content: space-between; }
    .clinicBox .box {
      width: 450px; }
    .clinicBox .item {
      width: 450px;
      margin-bottom: 50px; }
      .clinicBox .item figure img {
        width: 100%;
        height: auto; }
      .clinicBox .item h4 {
        text-align: center;
        color: #004684;
        padding: 20px 0 10px;
        font-size: 1.8rem; } }
