@media screen and (min-width: 1101px) {
  .mobile,
  .mobile-interior-1,
  .mobile-interior-2 {
    display: none;
  }
  body {
    width: 100%;
    margin: 0 auto;
  }
  body .content-container {
    width: 966px;
    margin: 0 auto;
    text-align: center;
  }
  body .interior-container {
    width: 1056px;
    margin: 0 auto;
    text-align: center;
  }
  body a {
    text-decoration: none;
  }
  body ul {
    list-style: none;
  }
  body header {
    background-image: url(../images/top-back.jpg);
  }
  body header .top-image {
    margin: 0 auto;
    width: 1366px;
    height: 832px;
    background-image: url(../images/interior-top-image.jpg);
    background-repeat: no-repeat;
    position: relative;
  }
  body header .top-image .top-logo {
    position: absolute;
    right: 73px;
  }
  body main nav {
    height: 86px;
    line-height: 96px;
    background-image: url(../images/nav-image.jpg);
    background-position: center;
    margin-top: -16px;
  }
  body main nav ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0;
  }
  body main nav ul li a {
    font-size: 36px;
    font-family: Shippori Mincho;
    color: #551906;
    letter-spacing: 0.1em;
  }
  body main .pc-interior-1 {
    background-image: url(../images/interior-back1.jpg);
    background-position: -41.6px 0;
    height: 915px;
    padding-top: 84px;
  }
  body main .pc-interior-1 h1 {
    font-size: 60px;
    font-family: Shippori Mincho;
    color: #551906;
    letter-spacing: 0.1em;
    margin: 0 auto;
    width: 240px;
    background-image: url(../images/interior-line1.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
  body main .pc-interior-1 .map-container {
    width: 100%;
    height: 692px;
    margin-top: 56px;
    background-image: url(../images/map-back.png);
  }
  body main .pc-interior-1 .map-container img {
    margin-top: 48px;
  }
  body main .pc-interior-1 .map-container ul {
    font-size: 30px;
    font-family: Shippori Mincho;
    color: #551906;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body main .pc-interior-1 .map-container ul .list-1 {
    text-align: start;
    margin-left: 103px;
  }
  body main .pc-interior-1 .map-container ul .list-2 {
    text-align: end;
    margin-left: 49px;
  }
  body main .pc-interior-1 .map-container ul .list-3 {
    text-align: start;
    margin-left: 129px;
  }
  body main .pc-interior-1 .map-container ul .list-4 {
    text-align: end;
    margin-left: 91px;
  }
  body main .pc-interior-2 {
    background-image: url(../images/interior-back2.jpg);
    background-position: -41.6px 0;
    height: 2198px;
    padding-top: 130px;
  }
  body main .pc-interior-2 .map-container {
    width: 100%;
    height: 648px;
    background-image: url(../images/counter-back.png);
  }
  body main .pc-interior-2 .map-container h2 {
    font-size: 50px;
    font-family: Shippori Mincho;
    color: #551906;
    margin: 0 0 9px 0;
  }
  body main .pc-interior-2 .map-container .counter-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body main .pc-interior-2 .map-container .counter-image img {
    display: block;
  }
  body main .pc-interior-2 .map-container .counter-image .image-1 {
    margin-right: 19px;
  }
  body main .pc-interior-2 .map-container p {
    font-size: 30px;
    font-family: Shippori Mincho;
    color: #551906;
  }
  body main .pc-interior-2 .table-container {
    width: 100%;
    height: 648px;
    margin: 57px 0;
    background-image: url(../images/counter-back.png);
  }
  body main .pc-interior-2 .table-container h2 {
    font-size: 50px;
    font-family: Shippori Mincho;
    color: #551906;
    margin: 0 0 9px 0;
  }
  body main .pc-interior-2 .table-container .table-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body main .pc-interior-2 .table-container .table-image img {
    display: block;
  }
  body main .pc-interior-2 .table-container .table-image .image-1 {
    margin-right: 19px;
  }
  body main .pc-interior-2 .table-container p {
    font-size: 30px;
    font-family: Shippori Mincho;
    color: #551906;
  }
  body main .pc-interior-2 .kids-container {
    width: 100%;
    height: 648px;
    background-image: url(../images/counter-back.png);
  }
  body main .pc-interior-2 .kids-container h2 {
    font-size: 50px;
    font-family: Shippori Mincho;
    color: #551906;
    margin: 0 0 9px 0;
  }
  body main .pc-interior-2 .kids-container .kids-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body main .pc-interior-2 .kids-container .kids-image img {
    display: block;
  }
  body main .pc-interior-2 .kids-container .kids-image .image-1 {
    margin-right: 19px;
  }
  body main .pc-interior-2 .kids-container p {
    font-size: 30px;
    font-family: Shippori Mincho;
    color: #551906;
  }
  body footer {
    height: 1889px;
    padding-top: 85px;
    background-image: url(../images/footer.jpg);
    background-position: -173.3px 0;
  }
  body footer h1 {
    font-size: 50px;
    font-family: Shippori Mincho;
    color: #551906;
    color: #ffffff;
    letter-spacing: 0.1em;
    width: 260px;
    margin: 0 auto;
    background-image: url(../images/footer-line.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
  }
  body footer .footer-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto 0;
    width: 730px;
  }
  body footer .footer-logo .footer-logo-image {
    margin: 0 12px 17px 0;
    width: 396px;
    height: 312px;
  }
  body footer .footer-logo .footer-logo-word .p-5 {
    font-size: 29px;
    font-family: Shippori Mincho;
    color: #551906;
    color: #ffffff;
    letter-spacing: 0.046em;
    text-align: start;
    margin: 50px 0 0;
  }
  body footer .footer-logo .footer-logo-word .p-6 {
    font-family: Hiragino Mincho ProN;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 0em;
    text-align: start;
    margin: 3px 0 5px;
  }
  body footer .footer-logo .footer-logo-word .insta {
    width: 268px;
    height: 51px;
    margin-left: 32px;
  }
  body footer .footer-logo .footer-logo-word .insta a {
    font-family: Shippori Mincho;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0.066em;
    width: 51px;
    height: 51px;
  }
  body footer .footer-logo .footer-logo-word .insta a img {
    width: 51px;
    height: 51px;
    vertical-align: middle;
  }
  body footer .footer-logo .footer-logo-word .insta a span {
    vertical-align: middle;
  }
  body footer table {
    font-size: 21px;
    font-family: Shippori Mincho;
    color: #551906;
    border-collapse: collapse;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.066em;
    width: 645px;
    margin: 0 auto;
    border-spacing: 50px;
  }
  body footer table tr {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  body footer table tr th {
    text-align: start;
  }
  body footer table tr .single {
    padding: 20px 0 20px 20px;
  }
  body footer table tr .double {
    padding: 35px 0 35px 20px;
  }
  body footer table tr .triple {
    padding: 50px 0 50px 20px;
  }
  body footer table tr td {
    text-align: start;
    padding-left: 60px;
  }
  body footer h2 {
    font-size: 40px;
    font-family: Shippori Mincho;
    color: #551906;
    color: #ffffff;
    letter-spacing: 0.1em;
    margin: 50px 0 20px;
  }
  body footer .icon {
    position: relative;
  }
  body footer .icon iframe {
    margin: 0 0 50px 0;
  }
  body footer .icon img {
    position: absolute;
    top: 430px;
    right: -50px;
  }
  body footer small {
    font-family: Shippori Mincho;
    color: #ffffff;
  }
}

@media screen and (max-width: 1100px) {
  .pc,
  .pc-interior-1,
  .pc-interior-2 {
    display: none;
  }
  body {
    width: 100%;
    margin: 0 auto;
  }
  body .content-container {
    width: 357px;
    margin: 0 auto;
    text-align: center;
  }
  body ul {
    list-style: none;
  }
  body header {
    background-image: url(../mobile-images/mobile-top-back.jpg);
    background-size: 346px 443px;
    background-repeat: repeat-x;
  }
  body header #nav {
    width: 100%;
    height: 65px;
    position: fixed;
    z-index: 2;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: url(../mobile-images/mobile-header.jpg);
    -webkit-box-shadow: 0px 3px 6px #4a3a2a;
            box-shadow: 0px 3px 6px #4a3a2a;
  }
  body header #nav .hum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 100%;
  }
  body header #nav .hum .title {
    font-size: 20px;
    font-family: Shippori Mincho;
    color: #551906;
    margin: 0 auto;
  }
  body header #nav .hum img {
    width: 65px;
  }
  body header #nav.active {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  body header #nav-active {
    width: 100%;
    position: fixed;
    z-index: 10;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  body header #nav-active .hum-active {
    height: 100vh;
    background-color: rgba(46, 46, 46, 0.9);
  }
  body header #nav-active .hum-active #close-btn {
    width: 65px;
    position: absolute;
    top: 0;
    right: 0;
  }
  body header #nav-active .hum-active .hum-logo {
    display: block;
    width: 279px;
    margin: 0 auto;
    padding-top: 15%;
  }
  body header #nav-active .hum-active ul {
    list-style: none;
    font-size: 24px;
    font-family: Shippori Mincho;
    color: #551906;
    letter-spacing: 00.05em;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
  }
  body header #nav-active .hum-active ul li {
    padding-bottom: 3%;
  }
  body header #nav-active .hum-active ul li a {
    text-decoration: none;
    color: white;
  }
  body header #nav-active .hum-active p {
    font-size: 24px;
    font-family: Shippori Mincho;
    color: #551906;
    color: white;
    text-align: center;
    margin: 0;
  }
  body header #nav-active .hum-active .call-number {
    font-family: Hiragino Mincho ProN;
    color: #ffffff;
    font-size: 29px;
    text-decoration: none;
  }
  body header #nav-active.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  body header .top-image {
    margin: 0 auto;
    max-width: 666px;
    width: 100%;
    height: 443px;
    background-image: url(../mobile-images/mobile-interior-top5.jpg);
    background-repeat: no-repeat;
    background-size: 666px;
    background-position: top center;
    position: relative;
    z-index: 1;
  }
  body main .mobile-interior-1 {
    background-image: url(../mobile-images/mobile-interior-back1.jpg);
    background-repeat: repeat-x;
    background-size: 415px 483px;
    background-position: -20px 0;
    height: 437px;
    padding-top: 45px;
  }
  body main .mobile-interior-1 h1 {
    font-size: 30px;
    font-family: Shippori Mincho;
    color: #551906;
    letter-spacing: 0.05em;
    margin: 0 auto;
    width: 84px;
    text-align: center;
    background-image: url(../images/interior-line1.png);
    background-repeat: no-repeat;
    background-size: 132px 5px;
    background-position: 100% 100%;
  }
  body main .mobile-interior-1 .map-container {
    width: 335px;
    height: 327px;
    margin: 0 auto;
    margin-top: 29px;
    text-align: center;
    background-image: url(../mobile-images/mobile-map-back.png);
  }
  body main .mobile-interior-1 .map-container img {
    width: 303px;
    margin-top: 18px;
    vertical-align: bottom;
  }
  body main .mobile-interior-1 .map-container ul {
    font-size: 20px;
    font-family: Shippori Mincho;
    color: #551906;
    letter-spacing: 0.01em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  body main .mobile-interior-1 .map-container ul .list-1 {
    text-align: start;
    margin-left: 47px;
  }
  body main .mobile-interior-1 .map-container ul .list-2 {
    text-align: end;
    margin-left: 65px;
  }
  body main .mobile-interior-2 {
    background-image: url(../mobile-images/mobile-interior-back2.jpg);
    background-position: -41.6px 0;
    background-size: 487px 1846px;
    height: 1795px;
    padding-top: 50px;
  }
  body main .mobile-interior-2 h2 {
    font-size: 25px;
    font-family: Shippori Mincho;
    color: #551906;
    letter-spacing: 0.05em;
    margin: 0 0 6px 0;
  }
  body main .mobile-interior-2 img {
    width: 335px;
    margin: 0 auto;
    display: block;
  }
  body main .mobile-interior-2 .image-space {
    margin: 15px auto 16px;
  }
  body main .mobile-interior-2 p {
    font-size: 20px;
    font-family: Shippori Mincho;
    color: #551906;
    line-height: 1.37;
    padding-bottom: 15px;
  }
  body footer {
    height: 1845px;
    padding-top: 51px;
    background-image: url(../mobile-images/mobile-footer2.jpg);
    background-size: 470px 1900px;
    background-position: -65px 0px;
  }
  body footer h1 {
    font-size: 30px;
    font-family: Shippori Mincho;
    color: #551906;
    color: #ffffff;
    letter-spacing: 0.05em;
    width: 140px;
    margin: 0 auto;
    background-image: url(../images/footer-line.png);
    background-repeat: no-repeat;
    background-position: 100% 115%;
  }
  body footer .footer-logo {
    margin: 32px auto 0;
  }
  body footer .footer-logo .footer-logo-image {
    width: 308px;
    height: 242px;
    vertical-align: bottom;
  }
  body footer .footer-logo .footer-logo-word {
    margin-top: 24px;
  }
  body footer .footer-logo .footer-logo-word .p-5 {
    font-family: Hiragino Mincho ProN;
    color: #ffffff;
    font-size: 23px;
    letter-spacing: 0.023em;
    margin: 0;
  }
  body footer .footer-logo .footer-logo-word .p-6 {
    font-family: Hiragino Mincho ProN;
    color: #ffffff;
    font-size: 36px;
    letter-spacing: 0em;
    margin: 5px 0 15px;
  }
  body footer .footer-logo .footer-logo-word .insta {
    width: 268px;
    height: 51px;
    margin: 0 auto;
  }
  body footer .footer-logo .footer-logo-word .insta a {
    font-family: Shippori Mincho;
    color: #ffffff;
    font-size: 19px;
    letter-spacing: 0.033em;
    width: 51px;
    height: 51px;
  }
  body footer .footer-logo .footer-logo-word .insta a img {
    width: 51px;
    height: 51px;
    vertical-align: middle;
  }
  body footer .footer-logo .footer-logo-word .insta a span {
    vertical-align: middle;
    margin-left: 15px;
  }
  body footer table {
    font-size: 16px;
    font-family: Shippori Mincho;
    color: #551906;
    border-collapse: collapse;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.033em;
    line-height: 1.25;
    width: 335px;
    margin: 55px auto 0;
    border-spacing: 50px;
  }
  body footer table tr {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  body footer table tr th {
    text-align: start;
  }
  body footer table tr .single {
    width: 90px;
    padding: 20px 0 20px 15px;
  }
  body footer table tr .double {
    padding: 35px 0 35px 15px;
  }
  body footer table tr .triple {
    height: 55px;
    padding: 40px 0 50px 15px;
  }
  body footer table tr td {
    text-align: start;
    padding-left: 0px;
    margin-left: 10px;
  }
  body footer h2 {
    font-size: 20px;
    font-family: Shippori Mincho;
    color: #551906;
    color: #ffffff;
    letter-spacing: 0.05em;
    margin: 45px 0 10px;
  }
  body footer .icon iframe {
    margin: 0 0 10px 0;
  }
  body footer .icon img {
    width: 55px;
    height: 55px;
  }
  body footer small {
    font-family: Shippori Mincho;
    font-size: 11px;
    text-align: 0.05em;
    color: #ffffff;
  }
}
/*# sourceMappingURL=interior.css.map */