/*

********************

_mixin.scss

********************

*/
/*

********************

residence

********************

*/
.page-contents {
  position: relative; }

.read {
  font-size: 16px;
  line-height: 2.5;
  text-align: left; }
  @media screen and (max-width: 960px) {
    .read {
      line-height: 2; }
      .read .aw {
        display: inline; }
      .read br {
        display: none; } }
  @media screen and (max-width: 680px) {
    .read {
      font-size: 0.95em;
      line-height: 2; } }
  @media screen and (max-width: 480px) {
    .read {
      font-size: 0.9em;
      text-align: left; } }

.read_s {
  font-size: 12px;
  line-height: 1.5;
  text-align: left; }

.no_event {
  pointer-events: none; }

.midashi_bg {
  background-image: -moz-linear-gradient(180deg, #d7e0ff 0%, #d7eeff 100%);
  background-image: -webkit-linear-gradient(180deg, #d7e0ff 0%, #d7eeff 100%);
  background-image: -ms-linear-gradient(180deg, #d7e0ff 0%, #d7eeff 100%);
  width: 100%;
  padding: 55px 0; }
  .midashi_bg .txtimg_mid {
    width: 96%;
    margin: 0 auto; }
  @media screen and (max-width: 680px) {
    .midashi_bg {
      padding: 40px 0; } }
  @media screen and (max-width: 480px) {
    .midashi_bg {
      padding: 30px 0; } }

.margin_bottom_30 {
  margin-bottom: 30px; }
  @media screen and (max-width: 680px) {
    .margin_bottom_30 {
      margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .margin_bottom_30 {
      margin-bottom: 10px; } }

.margin_bottom_50 {
  margin-bottom: 50px; }
  @media screen and (max-width: 680px) {
    .margin_bottom_50 {
      margin-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    .margin_bottom_50 {
      margin-bottom: 20px; } }

.margin_bottom_100 {
  margin-bottom: 100px; }
  @media screen and (max-width: 680px) {
    .margin_bottom_100 {
      margin-bottom: 80px; } }
  @media screen and (max-width: 480px) {
    .margin_bottom_100 {
      margin-bottom: 60px; } }

.txtimg_noresize img {
  height: 36px !important; }

.localNav {
  width: 90%;
  max-width: 960px;
  margin: 30px auto; }
  .localNav ul {
    font-size: 0; }
  .localNav li {
    display: inline-block;
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 5px; }
    .localNav li:nth-child(3), .localNav li:nth-child(6) {
      margin-right: 0%; }
    @media screen and (max-width: 680px) {
      .localNav li {
        width: 49.2%;
        margin-right: 0.8%; }
        .localNav li:nth-child(3) {
          margin-right: 0.8%; }
        .localNav li:nth-child(2), .localNav li:nth-child(4), .localNav li:nth-child(6) {
          margin-right: 0%; } }
    @media screen and (max-width: 480px) {
      .localNav li {
        margin-bottom: 3px; } }
    .localNav li a, .localNav li .soon {
      display: block;
      position: relative;
      width: 100%;
      padding: 20px 0;
      background-color: #a1a1a1;
      text-align: center;
      -webkit-transition: 0.3s ease 0s background;
      transition: 0.3s ease 0s background; }
      .localNav li a img, .localNav li .soon img {
        width: auto;
        height: 30px; }
      @media screen and (max-width: 960px) {
        .localNav li a img, .localNav li .soon img {
          width: auto;
          height: 30px; } }
      @media screen and (max-width: 480px) {
        .localNav li a img, .localNav li .soon img {
          width: auto;
          height: 26px; } }
    .localNav li a:after {
      position: absolute;
      top: 50%;
      right: 10px;
      content: "";
      width: 20px;
      height: 20px;
      display: block;
      background-image: url("../images/residence/residence_locNav_arrow.png");
      background-position: center center;
      background-size: cover;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 960px) {
        .localNav li a:after {
          top: 50%;
          right: 2.5px;
          width: 15px;
          height: 15px; } }
      @media screen and (max-width: 480px) {
        .localNav li a:after {
          right: 0x;
          width: 10px;
          height: 10px; } }
      @media screen and (max-width: 330px) {
        .localNav li a:after {
          display: none; } }
    .localNav li a:hover {
      background-color: #00ceff; }
    .localNav li .soon {
      background-color: rgba(0, 0, 0, 0.1); }
      .localNav li .soon img {
        opacity: 0.8; }

.floatNav .localNav {
  width: 100%;
  max-width: none;
  margin: 10px auto 0;
  padding-bottom: 0px; }
  .floatNav .localNav ul {
    padding: 0 50px;
    text-align: center; }
    @media screen and (max-width: 680px) {
      .floatNav .localNav ul {
        padding: 0 10px; } }
  .floatNav .localNav li {
    width: 16.25%;
    margin-right: 0.5%;
    margin-bottom: 0px; }
    .floatNav .localNav li:nth-child(6) {
      margin-right: 0%; }
    .floatNav .localNav li a, .floatNav .localNav li .soon {
      padding: 10px 0; }
    .floatNav .localNav li a:after {
      right: 0px;
      width: 12px;
      height: 12px; }
    .floatNav .localNav li img {
      width: auto;
      height: 25px; }
    @media screen and (max-width: 1200px) {
      .floatNav .localNav li {
        width: 32.5%;
        margin-bottom: 5px; }
        .floatNav .localNav li:nth-child(3), .floatNav .localNav li:nth-child(6) {
          margin-right: 0%; } }
    @media screen and (max-width: 680px) {
      .floatNav .localNav li {
        margin-bottom: 3.5px; }
        .floatNav .localNav li a {
          text-align: left; }
        .floatNav .localNav li a:after {
          right: -2px;
          width: 10px;
          height: 10px; }
        .floatNav .localNav li img {
          padding-left: 10px;
          width: auto;
          height: 22px; }
        .floatNav .localNav li:nth-child(1), .floatNav .localNav li:nth-child(2), .floatNav .localNav li:nth-child(3) {
          margin-bottom: 2px; } }
    @media screen and (max-width: 480px) {
      .floatNav .localNav li {
        width: 48.75%;
        argin-bottom: 2px; }
        .floatNav .localNav li a, .floatNav .localNav li .soon {
          padding: 5px 0; }
        .floatNav .localNav li:nth-child(1), .floatNav .localNav li:nth-child(3), .floatNav .localNav li:nth-child(5) {
          margin-right: 0.5%; }
        .floatNav .localNav li:nth-child(2), .floatNav .localNav li:nth-child(4), .floatNav .localNav li:nth-child(6) {
          margin-right: 0%; } }

#localNav_container {
  background-color: #FFFFFF;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 4px solid #00ceff; }
  #localNav_container.fixed_cls {
    position: fixed;
    top: 80px; }
    #localNav_container.fixed_cls .localNav {
      padding-bottom: 0; }
    @media screen and (max-width: 800px) {
      #localNav_container.fixed_cls {
        top: 60px; } }
    @media screen and (max-width: 680px) {
      #localNav_container.fixed_cls {
        top: 54px; } }
    @media screen and (max-width: 480px) {
      #localNav_container.fixed_cls {
        top: 54px; } }

#residence #resi01 li.resi01 a,
#residence #resi02 li.resi02 a,
#residence #resi03 li.resi03 a,
#residence #resi04 li.resi04 a,
#residence #resi05 li.resi05 a,
#residence #resi06 li.resi06 a {
  background-color: #00ceff; }

.mainvisual {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto; }
  .mainvisual .mainvisual_inner {
    position: relative;
    width: 100%; }
  .mainvisual .mainvisual_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30.7467057101%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .mainvisual .mainvisual_icon {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 8.0527086384%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
  .mainvisual .main_note {
    margin: 0.5rem 1rem;
    text-align: right; }
  @media screen and (max-width: 680px) {
    .mainvisual .mainvisual_ttl {
      width: 50%; } }

@media screen and (max-width: 680px) {
  .page_ttl {
    padding-bottom: 0; } }

.section_cls {
  position: relative; }

.sec_bottom_hito {
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: 10%; }
  @media screen and (max-width: 480px) {
    .sec_bottom_hito {
      display: none; } }

#share_sec1 {
  margin-top: 10px;
  margin-bottom: 100px;
  width: 100%;
  max-width: 100%; }
  #share_sec1 .pic_note {
    width: 90%;
    max-width: 936px;
    margin: 0 auto;
    display: block;
    text-align: right;
    position: relative;
    top: auto;
    right: auto; }
  #share_sec1 .midashi_bg {
    padding: 30px 0; }
    #share_sec1 .midashi_bg .txtimg_mid {
      font-size: 0; }
      #share_sec1 .midashi_bg .txtimg_mid img {
        padding-left: 0;
        padding-right: 0; }
  #share_sec1 .read {
    padding-top: 5%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.75; }
  #share_sec1 .ttl {
    font-size: 20px;
    font-weight: bold;
    color: #025fa7;
    line-height: 1.5;
    margin-bottom: 1em; }
  #share_sec1 .txt-shadow {
    text-shadow: 0 0 10px black, 0 0 4px black; }
  #share_sec1 .share_sec1_midashi {
    width: 90%;
    max-width: 1026px;
    margin: 40px auto 40px;
    padding: 1em 0;
    text-align: center;
    border: 1px solid #025fa7;
    border-width: 1px 0 1px 0;
    font-size: 20px;
    font-weight: bold;
    color: #025fa7; }
  #share_sec1 .share_sec1_box1 {
    width: 90%;
    max-width: 1026px;
    margin: 0 auto; }
    #share_sec1 .share_sec1_box1 #share_sec1_img1 {
      margin: 0 auto;
      display: block;
      position: relative; }
      #share_sec1 .share_sec1_box1 #share_sec1_img1 .note {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #FFF; }
    #share_sec1 .share_sec1_box1 .note {
      margin: 0.5rem 0;
      text-align: right; }
    #share_sec1 .share_sec1_box1 .read {
      padding-top: 20px;
      width: 90%;
      text-align: left; }
  #share_sec1 .share_sec1_box2 {
    width: 90%;
    max-width: 936px;
    margin: 50px auto 0; }
    #share_sec1 .share_sec1_box2 .read {
      text-align: left;
      padding: 1em 0 2em; }
    #share_sec1 .share_sec1_box2 .note {
      text-align: right;
      display: inline-block;
      width: 100%; }
    #share_sec1 .share_sec1_box2 .left {
      float: left;
      width: 50%; }
    #share_sec1 .share_sec1_box2 .right {
      float: right;
      width: 45.726495726495726%; }
    @media screen and (max-width: 680px) {
      #share_sec1 .share_sec1_box2 .left {
        float: none;
        width: 90%;
        margin: 0 auto 30px; }
      #share_sec1 .share_sec1_box2 .right {
        float: none;
        width: 90%;
        margin: 0 auto; } }
  #share_sec1 .share_sec1_box3 {
    position: relative;
    width: 100%;
    transform: translateY(-5%); }
    #share_sec1 .share_sec1_box3 img {
      display: block; }
    #share_sec1 .share_sec1_box3 .note {
      position: absolute;
      bottom: 10px;
      right: 10px;
      color: #FFF; }
  #share_sec1 .share_sec1_box4 {
    width: 90%;
    max-width: 936px;
    margin: 50px auto 0; }
    #share_sec1 .share_sec1_box4 #share_sec1_img5 {
      position: relative; }
      #share_sec1 .share_sec1_box4 #share_sec1_img5 .note {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #FFF; }
    #share_sec1 .share_sec1_box4 p.note {
      margin: 0.5rem auto 1rem; }
  #share_sec1 .share_sec1_box5 {
    position: relative;
    width: 90%;
    max-width: 936px;
    /*margin: 20px auto 50px;*/
    margin: 20px auto 10px; }
    #share_sec1 .share_sec1_box5 ul {
      font-size: 0; }
      #share_sec1 .share_sec1_box5 ul li {
        display: inline-block;
        width: 15.0641025641%;
        margin-right: 1.9230769231%; }
        #share_sec1 .share_sec1_box5 ul li:last-child {
          margin-right: 0; }
    @media screen and (max-width: 680px) {
      #share_sec1 .share_sec1_box5 ul li {
        width: 32.0512820513%;
        margin-right: 1.9230769231%; }
        #share_sec1 .share_sec1_box5 ul li:nth-child(3), #share_sec1 .share_sec1_box5 ul li:last-child {
          margin-right: 0; } }

#share_sec2 {
  max-width: 96%; }
  #share_sec2 .sec2_ttl {
    width: 80%;
    max-width: 597px;
    margin: 0 auto; }
  #share_sec2 .pic_note.sec2_note {
    width: 90%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    text-align: center; }
    @media screen and (max-width: 480px) {
      #share_sec2 .pic_note.sec2_note {
        margin-top: 3rem; } }
  @media screen and (max-width: 680px) {
    #share_sec2 .note {
      right: 10%; } }
  #share_sec2 .sec2_inner {
    position: relative;
    width: 100%; }
    @media screen and (max-width: 680px) {
      #share_sec2 .sec2_inner {
        width: 120%;
        margin-left: -10%; } }
  #share_sec2 #sec2_gimic {
    width: 100%;
    padding-bottom: 65.8857979502%; }
    #share_sec2 #sec2_gimic .sec2_gimic_object {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #share_sec2 #sec2_gimic #sec2_gimic_circle1 {
      top: 50%;
      left: 50%; }
      #share_sec2 #sec2_gimic #sec2_gimic_circle1 img {
        display: block;
        animation: sec2_gimic_circle1_motion 30s linear 0s infinite; }
@-webkit-keyframes sec2_gimic_circle1_motion {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes sec2_gimic_circle1_motion {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
    #share_sec2 #sec2_gimic #sec2_gimic_circle2 {
      top: 50%;
      left: 50%; }
    #share_sec2 #sec2_gimic #sec2_gimic_visual {
      top: 50%;
      left: 50%;
      width: 76.8667642753%; }
      #share_sec2 #sec2_gimic #sec2_gimic_visual .pic_note {
        bottom: 32%;
        right: 4%; }
        @media screen and (max-width: 480px) {
          #share_sec2 #sec2_gimic #sec2_gimic_visual .pic_note {
            bottom: 25%; } }
    #share_sec2 #sec2_gimic #sec2_btn_list li {
      display: block;
      width: 8.345534407%;
      border-radius: 50%;
      background-position: center center;
      background-size: cover;
      -webkit-transition: 0.5s ease 0s transform;
      transition: 0.5s ease 0s transform; }
      #share_sec2 #sec2_gimic #sec2_btn_list li img {
        display: block;
        border-radius: 50%;
        position: relative; }
      #share_sec2 #sec2_gimic #sec2_btn_list li .sec2_gimic_object_inner {
        position: relative; }
        #share_sec2 #sec2_gimic #sec2_btn_list li .sec2_gimic_object_inner a {
          display: block; }
      #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_click {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: 0.5s ease 0s opacity;
        transition: 0.5s ease 0s opacity; }
        @media screen and (max-width: 680px) {
          #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_click {
            display: none; } }
        #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_click:hover {
          opacity: 0; }
        #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_click .txt {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #FFFFFF;
          font-weight: bold;
          font-size: 14px; }
        #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_click .wave {
          position: absolute;
          top: 0%;
          left: 0%;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: -webkit-gradient(linear, left top, right bottom, from(#76ceff), to(#7693ff));
          background: -moz-repeating-linear-gradient(left, #76ceff, #7693ff);
          background: linear-gradient(left, #76ceff, #7693ff);
          -webkit-animation: wave_motion 2s ease-out 0s infinite;
          animation: wave_motion 2s ease-out 0s infinite; }
@-webkit-keyframes wave_motion {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2); }
  20% {
    opacity: 1; }
  50% {
    opacity: 0.7; }
  80% {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5); }
  100% {
    opacity: 0; } }
@keyframes wave_motion {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2); }
  20% {
    opacity: 1; }
  50% {
    opacity: 0.7; }
  80% {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5); }
  100% {
    opacity: 0; } }
      #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_note {
        position: absolute;
        bottom: 2px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 0 0 5px #000000; }
        @media screen and (max-width: 960px) {
          #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_note {
            bottom: auto;
            top: 70%; } }
        @media screen and (max-width: 680px) {
          #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_note {
            bottom: 5px;
            top: auto; } }
        @media screen and (max-width: 480px) {
          #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_note {
            color: #222;
            text-shadow: none;
            bottom: -15px;
            top: auto; } }
      #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_txt,
      #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_hover,
      #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_line,
      #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_line_back {
        -webkit-transition: 0.5s ease 0s opacity , 0.5s ease 0s transform;
        transition: 0.5s ease 0s opacity , 0.5s ease 0s transform; }
      #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_hover {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-size: cover; }
      #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_line, #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_line_back {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border-radius: 50%; }
        #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_line:before, #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_line_back:before {
          top: 0;
          left: 0;
          position: absolute;
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: -webkit-gradient(linear, left top, right bottom, from(#76ceff), to(#7693ff));
          background: -moz-repeating-linear-gradient(left, #76ceff, #7693ff);
          background: linear-gradient(left, #76ceff, #7693ff); }
        #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_line:after, #share_sec2 #sec2_gimic #sec2_btn_list li .gimic_btn_line_back:after {
          top: 2%;
          left: 2%;
          position: absolute;
          content: "";
          display: block;
          border-radius: 50%;
          width: 96%;
          height: 96%;
          background-color: #FFFFFF; }
      #share_sec2 #sec2_gimic #sec2_btn_list li:hover .gimic_btn_txt {
        opacity: 0;
        -webkit-transform: scale(1.8421052632, 1.8421052632);
        transform: scale(1.8421052632, 1.8421052632); }
      #share_sec2 #sec2_gimic #sec2_btn_list li:hover .gimic_btn_hover {
        opacity: 1;
        -webkit-transform: scale(1.8421052632, 1.8421052632);
        transform: scale(1.8421052632, 1.8421052632); }
      #share_sec2 #sec2_gimic #sec2_btn_list li:hover .gimic_btn_line, #share_sec2 #sec2_gimic #sec2_btn_list li:hover .gimic_btn_line_back {
        opacity: 1;
        -webkit-transform: scale(1.8421052632, 1.8421052632);
        transform: scale(1.8421052632, 1.8421052632); }
      @media screen and (max-width: 480px) {
        #share_sec2 #sec2_gimic #sec2_btn_list li {
          width: 20.4978038067%; } }
    #share_sec2 #sec2_gimic #sec2_btn_list .gimic_btn_line_back {
      opacity: 1 !important;
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }
      #share_sec2 #sec2_gimic #sec2_btn_list .gimic_btn_line_back:after {
        top: 5% !important;
        left: 5% !important;
        width: 90% !important;
        height: 90% !important; }
    #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(1) {
      top: 23%;
      left: 31%;
      /*background-image: url("../images/residence/sec2_btn1_bg.jpg");*/ }
      #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(1) .gimic_btn_hover {
        background-image: url("../images/residence/sec2_btn1_hover.png"); }
      @media screen and (max-width: 480px) {
        #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(1) {
          top: 13%;
          left: 28%; } }
    #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(2) {
      top: 15%;
      left: 50%;
      /*background-image: url("../images/residence/sec2_btn2_bg.jpg");*/ }
      #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(2) .gimic_btn_hover {
        background-image: url("../images/residence/sec2_btn2_hover.png"); }
      @media screen and (max-width: 480px) {
        #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(2) {
          top: 4%;
          left: 50%; }
          #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(2) .gimic_btn_note {
            /*bottom:100px;*/
            top: -26px; } }
    #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(3) {
      top: 23%;
      left: 68%;
      /*background-image: url("../images/residence/sec2_btn3_bg.jpg");*/ }
      #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(3) .gimic_btn_hover {
        background-image: url("../images/residence/sec2_btn3_hover.png"); }
      @media screen and (max-width: 480px) {
        #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(3) {
          top: 13%;
          left: 72%; } }
    #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(4) {
      top: 74%;
      left: 32%;
      /*background-image: url("../images/residence/sec2_btn4_bg.jpg");*/ }
      #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(4) .gimic_btn_hover {
        background-image: url("../images/residence/sec2_btn4_hover.png"); }
      @media screen and (max-width: 480px) {
        #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(4) {
          top: 82.5%;
          left: 28%; } }
    #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(5) {
      top: 85%;
      left: 49.3%;
      /*background-image: url("../images/residence/sec2_btn5_bg.jpg");*/ }
      #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(5) .gimic_btn_hover {
        background-image: url("../images/residence/sec2_btn5_hover.png"); }
      @media screen and (max-width: 480px) {
        #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(5) {
          top: 93%;
          left: 50%; } }
    #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(6) {
      top: 74%;
      left: 68%;
      /*background-image: url("../images/residence/sec2_btn6_bg.jpg");*/ }
      #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(6) .gimic_btn_hover {
        background-image: url("../images/residence/sec2_btn6_hover.png"); }
      @media screen and (max-width: 480px) {
        #share_sec2 #sec2_gimic #sec2_btn_list li:nth-child(6) {
          top: 82.5%;
          left: 72%; } }

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

common

*/
#resi_anchor,
#page_anchor {
  width: 100%;
  display: block;
  padding-top: 20px;
  margin-bottom: 70px; }

#suitePoint {
  max-width: 214px;
  margin: 60px auto 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 680px) {
    #suitePoint {
      max-width: 150px; } }
  @media screen and (max-width: 480px) {
    #suitePoint {
      max-width: 120px; } }

#sec1 {
  margin: -30px 0 0;
  padding: 0; }
  @media screen and (max-width: 680px) {
    #sec1 {
      margin: -20px 0 0; } }

.white {
  color: #fff !important; }

.txt-shadow {
  text-shadow: 0 0 10px black, 0 0 4px black; }

.hr_line {
  width: 100%;
  height: 5px;
  background-color: #00ceff; }

.hr_line2 {
  width: 100%;
  max-width: 960px;
  margin: 100px auto 0;
  height: 3px;
  background-color: #d7f1ff; }

.imgbox {
  width: 96%;
  max-width: 860px;
  margin: 20px auto; }

.read .underline_cls {
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 680px) {
    .read .underline_cls {
      display: inline-block; } }
  .read .underline_cls:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 8px;
    left: 0;
    z-index: -1;
    background-color: #f3f900; }
    @media screen and (max-width: 960px) {
      .read .underline_cls:before {
        bottom: 5px; } }
    @media screen and (max-width: 680px) {
      .read .underline_cls:before {
        bottom: 0px; } }

/*************************************************
//
//
// residence01
//
//
*************************************************/
#resi01 {
  /**/
  /**/ }
  #resi01 .mainvisual {
    max-width: 1026px;
    margin-top: 100px; }
    #resi01 .mainvisual .note {
      color: #000; }
  #resi01 .page_ttl {
    margin-top: 0;
    padding-top: 0px; }
    @media screen and (max-width: 680px) {
      #resi01 .page_ttl {
        padding-top: 0px; } }
    #resi01 .page_ttl h3 {
      width: 60%;
      max-width: 214px;
      margin: 0 auto; }
    #resi01 .page_ttl .page_ttl_subtxt {
      width: 80%;
      margin: 0 auto;
      line-height: 2; }
  #resi01 #sec1 {
    width: 100%;
    max-width: none;
    margin-top: -30px;
    margin-bottom: 50px; }
    #resi01 #sec1 .section_cls_inner {
      width: 90%;
      margin: 0 auto; }
    #resi01 #sec1 .read {
      line-height: 1.8;
      width: 80%; }
      @media screen and (max-width: 960px) {
        #resi01 #sec1 .read {
          text-align: left; } }
    #resi01 #sec1 #sec1_gimic {
      width: 100%;
      max-width: 1200px;
      margin: 50px auto 0; }
      @media screen and (max-width: 680px) {
        #resi01 #sec1 #sec1_gimic {
          width: 120%; } }
      #resi01 #sec1 #sec1_gimic img {
        display: block; }
      #resi01 #sec1 #sec1_gimic .sec1_gimic_inner {
        position: relative; }
      #resi01 #sec1 #sec1_gimic .pic_note {
        width: 60%;
        top: 85%;
        left: 5%;
        bottom: auto;
        right: auto; }
        @media screen and (max-width: 680px) {
          #resi01 #sec1 #sec1_gimic .pic_note {
            position: relative;
            top: auto;
            left: auto; } }
      #resi01 #sec1 #sec1_gimic #sec1_gimic_pic {
        position: absolute;
        width: 42%;
        bottom: -5%;
        left: 0;
        z-index: 1;
        pointer-events: none; }
        @media screen and (max-width: 680px) {
          #resi01 #sec1 #sec1_gimic #sec1_gimic_pic {
            position: static;
            width: 83%;
            margin-top: -5%; } }
        #resi01 #sec1 #sec1_gimic #sec1_gimic_pic .sec1_gimic_pic_inner {
          width: 100%;
          height: 100%;
          position: relative; }
          #resi01 #sec1 #sec1_gimic #sec1_gimic_pic .sec1_gimic_pic_inner li {
            vertical-align: top;
            position: absolute;
            bottom: 0;
            left: 0;
            opacity: 0;
            border: 10px solid rgba(0, 206, 255, 0.7);
            -webkit-transform: translateX(20%);
            transform: translateX(20%);
            -webkit-transition: 0.5s ease 0s opacity , 1s ease 0s transform;
            transition: 0.5s ease 0s opacity , 1s ease 0s transform; }
            #resi01 #sec1 #sec1_gimic #sec1_gimic_pic .sec1_gimic_pic_inner li.m_active {
              opacity: 1;
              -webkit-transform: translateX(0%);
              transform: translateX(0%); }
            @media screen and (max-width: 680px) {
              #resi01 #sec1 #sec1_gimic #sec1_gimic_pic .sec1_gimic_pic_inner li {
                position: static;
                opacity: 1;
                width: 48%;
                border: none;
                display: inline-block;
                -webkit-transform: translateX(0%);
                transform: translateX(0%);
                margin-right: 4%; }
                #resi01 #sec1 #sec1_gimic #sec1_gimic_pic .sec1_gimic_pic_inner li:nth-child(2n) {
                  margin-right: 0%; } }
      #resi01 #sec1 #sec1_gimic #sec1_gimic_nav {
        width: 20.25%;
        position: absolute;
        top: 10%;
        right: 0; }
        @media screen and (max-width: 680px) {
          #resi01 #sec1 #sec1_gimic #sec1_gimic_nav {
            display: none; } }
        #resi01 #sec1 #sec1_gimic #sec1_gimic_nav li {
          width: 100%;
          border-radius: 5px;
          background-color: rgba(0, 206, 255, 0);
          -webkit-transition: 0.3s ease 0s background;
          transition: 0.3s ease 0s background;
          /*pointer-events: none;
          &:nth-child(1),
          &:nth-child(2){
          	pointer-events: auto;
          }*/ }
          #resi01 #sec1 #sec1_gimic #sec1_gimic_nav li:hover, #resi01 #sec1 #sec1_gimic #sec1_gimic_nav li.m_active {
            cursor: pointer;
            background-color: rgba(0, 206, 255, 0.5); }
      #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner {
          position: relative;
          width: 100%;
          height: 100%; }
          @media screen and (max-width: 680px) {
            #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner {
              height: 0%;
              padding-bottom: 63%; }
              #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner ul {
                font-size: 0; } }
          #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li {
            cursor: pointer;
            position: absolute;
            width: 4.5%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
            #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li img {
              -webkit-transition: 0.3s cubic-bezier(0.57, 1.79, 0.59, 0.8) 0s transform;
              transition: 0.3s cubic-bezier(0.57, 1.79, 0.59, 0.8) 0s transform; }
              #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li img:hover {
                -webkit-transform: scale(1.5, 1.5) translateY(-10%);
                transform: scale(1.5, 1.5) translateY(-10%); }
            #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li.m_active img {
              -webkit-transform: scale(1.5, 1.5) translateY(-10%);
              transform: scale(1.5, 1.5) translateY(-10%); }
            @media screen and (max-width: 680px) {
              #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li {
                pointer-events: none; } }
            #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li.point1 {
              top: 50.6578947368%;
              left: 31.8333333333%; }
            #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li.point2 {
              top: 42.6315789474%;
              left: 25.6666666667%; }
            #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li.point3 {
              top: 42.8947368421%;
              left: 19.1666666667%; }
            #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li.point4 {
              top: 23.6842105263%;
              left: 27.3333333333%; }
            #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li.point4_2 {
              top: 47.8947368421%;
              left: 69.6666666667%; }
            #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li.point5 {
              top: 26.8421052632%;
              left: 35.8333333333%; }
            #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li.point6 {
              top: 36.8421052632%;
              left: 51.6666666667%; }
            #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li.point7 {
              top: 36.8421052632%;
              left: 42.0833333333%; }
            #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li.point8 {
              top: 12.6315789474%;
              left: 33.8333333333%; }
            #resi01 #sec1 #sec1_gimic #sec1_gimic_pointer .sec1_gimic_pointer_inner li.point9 {
              top: 55.2631578947%;
              left: 43.8333333333%; }
  #resi01 #sec2 {
    margin-top: 0;
    width: 100%;
    max-width: none;
    /*.read{
    	width:80%;
    	margin: 0 auto;
    	text-align: center;
    	padding:50px 0;
    	@media screen and (max-width:960px){
    		text-align: left;
    	}
    	@media screen and (max-width:680px){
    		padding:50px 0 0px;
    	}
    }*/ }
    #resi01 #sec2 .section_cls_inner {
      padding: 50px 0 0px;
      width: 100%;
      margin: 0 auto;
      position: relative; }
    #resi01 #sec2 .imgbox {
      position: relative;
      width: 100%;
      max-width: 1100px; }
    #resi01 #sec2 .note {
      text-align: right; }
    #resi01 #sec2 .shikihai {
      width: 90%;
      max-width: 960px;
      margin: 50px auto 50px; }
      #resi01 #sec2 .shikihai .shikihai_inner br {
        display: block !important; }
      #resi01 #sec2 .shikihai .shikihai_inner .midashi {
        display: inline-block;
        padding: 1em 0;
        font-size: 18px;
        font-weight: bold; }
      #resi01 #sec2 .shikihai .shikihai_inner .read {
        line-height: 1.75; }
      #resi01 #sec2 .shikihai .shikihai_inner img {
        float: right;
        max-width: 640px;
        width: 60%;
        margin-left: 10px; }
      @media screen and (max-width: 680px) {
        #resi01 #sec2 .shikihai .shikihai_inner img {
          width: 80%;
          float: none;
          display: block;
          margin: 0 auto 20px; } }
  #resi01 #sec3 {
    margin-top: 0;
    width: 100%;
    max-width: 100%; }
    #resi01 #sec3 .section_cls_inner {
      padding: 50px 0 0px;
      width: 100%;
      margin: 0 auto;
      position: relative; }
    #resi01 #sec3 .imgbox {
      position: relative; }
    #resi01 #sec3 .txtbox {
      width: 96%;
      margin: 0 auto 50px;
      text-align: center; }
      #resi01 #sec3 .txtbox .ttl {
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 1em; }
      #resi01 #sec3 .txtbox .read {
        text-align: center; }
      #resi01 #sec3 .txtbox .note {
        text-align: center !important; }
      @media screen and (max-width: 680px) {
        #resi01 #sec3 .txtbox .ttl {
          font-size: 1.2em;
          text-align: center !important; }
        #resi01 #sec3 .txtbox .read {
          text-align: left; }
        #resi01 #sec3 .txtbox .note {
          text-align: left !important; } }
    #resi01 #sec3 .note {
      display: block;
      margin-top: 2em;
      text-align: right !important;
      width: 100%; }
    #resi01 #sec3 .txt-shadow {
      text-shadow: 0 0 10px black, 0 0 4px black; }
    #resi01 #sec3 .shikihai {
      width: 90%;
      max-width: 960px;
      margin: 50px auto 50px; }
      #resi01 #sec3 .shikihai .shikihai_inner br {
        display: block !important; }
      #resi01 #sec3 .shikihai .shikihai_inner .midashi {
        display: inline-block;
        padding: 1em 0;
        font-size: 18px;
        font-weight: bold; }
      #resi01 #sec3 .shikihai .shikihai_inner .read {
        line-height: 1.75; }
      #resi01 #sec3 .shikihai .shikihai_inner .note {
        text-align: left !important; }
      #resi01 #sec3 .shikihai .shikihai_inner img {
        float: right;
        max-width: 463px;
        width: 40%;
        margin-left: 30px; }
      @media screen and (max-width: 680px) {
        #resi01 #sec3 .shikihai .shikihai_inner img {
          width: 80%;
          float: none;
          display: block;
          margin: 0 auto 20px; } }
    #resi01 #sec3 .view {
      width: 96%;
      max-width: 1082px;
      margin: 0 auto 5rem; }
      #resi01 #sec3 .view .imgbox {
        width: 100%;
        max-width: initial;
        margin: 0 auto; }
      #resi01 #sec3 .view .main {
        margin-bottom: 1.84842%; }
      #resi01 #sec3 .view .sub {
        display: flex;
        justify-content: space-between; }
        #resi01 #sec3 .view .sub .box:first-child {
          margin-right: 1.84842%; }
        #resi01 #sec3 .view .sub .imgbox {
          max-width: 531px; }
      #resi01 #sec3 .view p.note {
        text-align: center !important;
        line-height: 1.5; }
        @media screen and (max-width: 680px) {
          #resi01 #sec3 .view p.note {
            text-align: left !important; } }

/*************************************************
//
//
// residence02
//
//
*************************************************/
#resi02 #sec1 {
  width: 100%;
  max-width: 100%; }
  #resi02 #sec1 .lead {
    font-size: 16px;
    line-height: 2;
    width: 80%;
    max-width: 860px;
    text-align: center;
    margin: 60px auto 0; }
  #resi02 #sec1 .residenceMap {
    width: 80%;
    max-width: 860px;
    margin: 30px auto 0; }
    #resi02 #sec1 .residenceMap img {
      width: 100%;
      height: auto; }
    #resi02 #sec1 .residenceMap .note {
      text-align: right; }
  #resi02 #sec1 .facility {
    width: 80%;
    max-width: 860px;
    margin: 80px auto 0; }
  #resi02 #sec1 .page-note .note {
    text-align: center; }
    @media screen and (max-width: 680px) {
      #resi02 #sec1 .page-note .note {
        text-align: left; } }
  #resi02 #sec1 .name {
    font-size: 20px;
    font-weight: bold;
    color: #025fa7;
    font-weight: bold;
    line-height: 1; }
    #resi02 #sec1 .name .caption {
      /*font-size: 70%;*/
      font-size: 10px; }
    #resi02 #sec1 .name .ruby {
      font-size: 70%; }
  #resi02 #sec1 .bodyCopy {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px; }
  #resi02 #sec1 .img {
    position: relative;
    margin-top: 20px; }
    #resi02 #sec1 .img img {
      width: 100%;
      height: auto; }
    #resi02 #sec1 .img .note {
      position: absolute;
      bottom: 10px;
      right: 10px; }
  #resi02 #sec1 #nurserySchool {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse wrap;
    align-items: center;
    margin-bottom: 80px; }
    #resi02 #sec1 #nurserySchool .name {
      width: 100%; }
    #resi02 #sec1 #nurserySchool .img {
      width: 58.13%;
      margin-top: 30px; }
    #resi02 #sec1 #nurserySchool .bodyCopy {
      width: 36.04%;
      margin-top: 30px; }
      #resi02 #sec1 #nurserySchool .bodyCopy .note {
        display: block;
        position: static;
        line-height: 1.2;
        margin-top: 10px; }
@media screen and (max-width: 680px) {
  #resi02 #sec1 .lead,
  #resi02 #sec1 .bodyCopy {
    font-size: 14px; }
  #resi02 #sec1 .name {
    font-size: 18px; } }
@media screen and (max-width: 480px) {
  #resi02 #sec1 .lead {
    margin-top: 40px; }
  #resi02 #sec1 .name {
    font-size: 16px; }
  #resi02 #sec1 .facility {
    margin-top: 40px; }
  #resi02 #sec1 #nurserySchool {
    flex-flow: row wrap;
    margin-bottom: 60px; }
    #resi02 #sec1 #nurserySchool .bodyCopy {
      width: 100%;
      margin-top: 15px; }
    #resi02 #sec1 #nurserySchool .img {
      width: 100%;
      margin-top: 25px; } }

/*************************************************
//
//
// residence03
//
//
*************************************************/
#resi03 .lead {
  font-size: 16px;
  line-height: 2; }
#resi03 .bodyCopy {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px; }
#resi03 .sectionTitle {
  max-width: 860px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  #resi03 .sectionTitle .ico {
    line-height: 0;
    width: 46px;
    margin-right: 20px; }
    #resi03 .sectionTitle .ico img {
      width: 100%;
      height: auto; }
  #resi03 .sectionTitle .text {
    width: calc(100% - 66px); }
    #resi03 .sectionTitle .text img {
      height: 32px;
      width: auto;
      padding: 0.2%; }
    #resi03 .sectionTitle .text span {
      display: block;
      margin-bottom: 6px; }
      #resi03 .sectionTitle .text span img {
        height: 18px; }
#resi03 .img img {
  width: 100%;
  height: auto; }
#resi03 .img .note {
  margin-top: 5px; }
#resi03 #sec1 {
  width: 100%;
  max-width: 100%; }
  #resi03 #sec1 .mainVisual {
    margin: 0 auto;
    max-width: 844px;
    min-height: 984px;
    position: relative;
    background: url(../images/residence/03/img01.jpg) center bottom no-repeat;
    background-size: auto 984px; }
    #resi03 #sec1 .mainVisual .mainCopy {
      max-width: 732px;
      width: 70%;
      z-index: 2;
      margin: 0 auto;
      padding-top: 155px;
      box-sizing: border-box; }
      #resi03 #sec1 .mainVisual .mainCopy img {
        width: 100%;
        height: auto; }
    #resi03 #sec1 .mainVisual .lead {
      margin-top: 10px;
      text-align: center;
      padding: 0 5%;
      box-sizing: border-box; }
    #resi03 #sec1 .mainVisual .point {
      position: absolute;
      left: 47.07%;
      bottom: 29.98%;
      margin-right: 5%;
      max-width: 446px; }
      #resi03 #sec1 .mainVisual .point img {
        width: 100%;
        height: auto; }
    #resi03 #sec1 .mainVisual .note {
      position: absolute;
      right: 10px;
      bottom: 10px;
      text-align: right; }
#resi03 #sec2 {
  width: 80%;
  max-width: 100%;
  margin-top: 100px; }
  #resi03 #sec2 .img {
    max-width: 1024px;
    margin: 60px auto 0; }
  #resi03 #sec2 .note {
    text-align: center;
    margin-top: 40px; }
#resi03 #sec3 {
  width: 100%;
  max-width: 100%; }
  #resi03 #sec3 .midashi_bg {
    padding: 30px 0; }
  #resi03 #sec3 .unitList {
    max-width: 860px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    #resi03 #sec3 .unitList .unit {
      width: 46.51%;
      margin-top: 60px; }
      #resi03 #sec3 .unitList .unit .title {
        font-size: 26px;
        font-weight: normal;
        display: flex;
        align-items: center; }
        #resi03 #sec3 .unitList .unit .title .no {
          font-size: 44px;
          display: inline-block;
          margin-right: 10px;
          font-family: Arial, Helvetica, "sans-serif"; }
      #resi03 #sec3 .unitList .unit .img {
        position: relative;
        margin-top: 20px; }
        #resi03 #sec3 .unitList .unit .img .note {
          position: absolute;
          bottom: 10px;
          right: 10px; }
      #resi03 #sec3 .unitList .unit .point {
        margin-top: 20px; }
        #resi03 #sec3 .unitList .unit .point img {
          width: 100%;
          height: auto; }
  #resi03 #sec3 .note:last-child {
    max-width: 860px;
    width: 80%;
    margin: 40px auto 0;
    text-align: right; }
#resi03 #sec4 {
  width: 100%;
  max-width: 100%; }
  #resi03 #sec4 .midashi_bg {
    padding: 30px 0; }
  #resi03 #sec4 .map {
    width: 80%;
    max-width: 860px;
    margin: 60px auto 0; }
    #resi03 #sec4 .map img {
      width: 100%;
      height: auto; }
    #resi03 #sec4 .map .note {
      text-align: right; }
  #resi03 #sec4 .facility {
    width: 80%;
    max-width: 860px;
    margin: 60px auto 0; }
    #resi03 #sec4 .facility .title {
      display: flex;
      align-items: center; }
      #resi03 #sec4 .facility .title .no {
        width: 55px;
        margin-right: 15px; }
        #resi03 #sec4 .facility .title .no img {
          width: 100%;
          height: auto; }
      #resi03 #sec4 .facility .title .text {
        width: calc(100% - 70px);
        font-weight: normal;
        font-size: 26px;
        color: #025fa7; }
        #resi03 #sec4 .facility .title .text .caption {
          /*font-size: 70%;*/
          font-size: 10px; }
    #resi03 #sec4 .facility .bodyCopy {
      margin-top: 20px; }
  #resi03 #sec4 #facility01 .photoList {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    #resi03 #sec4 #facility01 .photoList .photo {
      width: 32.55%;
      position: relative;
      margin-top: 30px; }
      #resi03 #sec4 #facility01 .photoList .photo img {
        width: 100%;
        height: auto; }
      #resi03 #sec4 #facility01 .photoList .photo .note {
        position: absolute;
        right: 10px;
        bottom: 10px;
        color: #fff; }
  #resi03 #sec4 #facility02 .img {
    margin-top: 30px; }
  #resi03 #sec4 #facility03 .detail {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse wrap;
    align-items: center;
    margin-top: 30px; }
    #resi03 #sec4 #facility03 .detail .bodyCopy {
      width: 36.62%; }
    #resi03 #sec4 #facility03 .detail .img {
      width: 57.2%;
      position: relative; }
      #resi03 #sec4 #facility03 .detail .img .note {
        position: absolute;
        bottom: 0;
        right: 0; }
  #resi03 #sec4 #facility04 {
    margin-bottom: 80px; }
    #resi03 #sec4 #facility04 .detail {
      display: flex;
      justify-content: space-between;
      flex-flow: row-reverse wrap;
      align-items: center;
      margin-top: 30px; }
      #resi03 #sec4 #facility04 .detail .copy {
        width: 37.44%; }
        #resi03 #sec4 #facility04 .detail .copy .photo {
          max-width: 322px; }
          #resi03 #sec4 #facility04 .detail .copy .photo img {
            width: 100%;
            height: auto; }
          #resi03 #sec4 #facility04 .detail .copy .photo .note {
            text-align: right;
            margin-top: 10px; }
      #resi03 #sec4 #facility04 .detail .img {
        width: 57.2%;
        position: relative; }
        #resi03 #sec4 #facility04 .detail .img .note {
          position: absolute;
          bottom: 10px;
          right: 10px; }
@media screen and (max-width: 680px) {
  #resi03 .bodyCopy,
  #resi03 .lead {
    font-size: 14px; }
  #resi03 .sectionTitle .text img {
    height: 26px; }
  #resi03 .sectionTitle .text span img {
    height: 15px; }
  #resi03 #sec1 .mainVisual {
    min-height: 870px;
    background-size: auto 870px;
  /* background-position: right bottom; */
 }
    #resi03 #sec1 .mainVisual .mainCopy {
      width: 80%;
      padding-top: 70px; }
    #resi03 #sec1 .mainVisual .lead {
      margin-top: 10px; }
    #resi03 #sec1 .mainVisual .point {
      max-width: 360px;
      left: 35%;
      bottom: 35%; }
  #resi03 #sec2 {
    margin-top: 50px; }
    #resi03 #sec2 .img {
      margin-top: 30px; }
  #resi03 #sec3 .unitList .unit {
    width: 100%;
    margin-top: 40px; }
    #resi03 #sec3 .unitList .unit .title {
      font-size: 23px; }
      #resi03 #sec3 .unitList .unit .title .no {
        font-size: 38px; }
  #resi03 #sec4 .facility .title .no {
    width: 48px; }
  #resi03 #sec4 .facility .title .text {
    width: calc(100% - 63px);
    font-size: 23px; }
  #resi03 #sec4 #facility01 .photoList .photo {
    margin-top: 20px; }
  #resi03 #sec4 #facility03 .detail {
    flex-flow: row wrap;
    margin-top: 0px; }
    #resi03 #sec4 #facility03 .detail .bodyCopy {
      width: 100%; }
    #resi03 #sec4 #facility03 .detail .img {
      width: 100%;
      position: relative;
      margin-top: 20px; }
  #resi03 #sec4 #facility04 {
    margin-bottom: 60px; }
    #resi03 #sec4 #facility04 .detail {
      flex-flow: row wrap;
      align-items: center;
      margin-top: 30px; }
      #resi03 #sec4 #facility04 .detail .copy {
        width: 100%; }
        #resi03 #sec4 #facility04 .detail .copy .photo {
          margin: 0 auto; }
      #resi03 #sec4 #facility04 .detail .img {
        width: 100%;
        margin-top: 30px; } }
@media screen and (max-width: 480px) {
  #resi03 .sectionTitle .ico {
    width: 40px;
    margin-right: 15px; }
  #resi03 .sectionTitle .text {
    width: calc(100% - 55px); }
    #resi03 .sectionTitle .text img {
      height: 22px; }
    #resi03 .sectionTitle .text span {
      margin-bottom: 3px; }
      #resi03 .sectionTitle .text span img {
        height: 13px; }
  #resi03 #sec1 .mainVisual {
    min-height: 700px;
    background-size: auto 700px; }
    #resi03 #sec1 .mainVisual .mainCopy {
      padding-top: 60px; }
    #resi03 #sec1 .mainVisual .lead {
      margin-top: 10px; }
    #resi03 #sec1 .mainVisual .point {
      max-width: 280px;
      left: 35%;
      bottom: 32%; }
  #resi03 #sec2 .note {
    text-align: left;
    margin-top: 20px; }
  #resi03 #sec3 .midashi_bg,
  #resi03 #sec4 .midashi_bg {
    padding: 20px 0; }
  #resi03 #sec3 .unitList .unit .title {
    font-size: 20px; }
    #resi03 #sec3 .unitList .unit .title .no {
      font-size: 34px; }
  #resi03 #sec3 .unitList .unit .point {
    margin-top: 10px; }
  #resi03 #sec4 .map {
    margin-top: 40px; }
  #resi03 #sec4 .facility {
    margin-top: 40px; }
    #resi03 #sec4 .facility .title .no {
      width: 42px; }
    #resi03 #sec4 .facility .title .text {
      width: calc(100% - 57px);
      font-size: 20px; } }

/*************************************************
//
//
// residence04
//
//
*************************************************/
#resi04 .title {
  font-size: 23px;
  text-align: center;
  background-color: #025fa7;
  color: #fff;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  #resi04 .title .ico {
    line-height: 0;
    width: 52px; }
    #resi04 .title .ico img {
      width: 100%;
      height: auto; }
  #resi04 .title .text {
    padding: 10px 10px 10px 5px; }
#resi04 .name {
  font-size: 20px;
  font-weight: bold;
  color: #025fa7; }
  #resi04 .name .caption {
    /*font-size: 70%;*/
    font-size: 10px; }
  #resi04 .name .sub {
    font-size: 16px; }
#resi04 .bodyCopy {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px; }
#resi04 .lead {
  font-size: 16px;
  line-height: 2; }
#resi04 strong {
  font-weight: normal;
  background: linear-gradient(transparent 60%, #f3f900 60%); }
#resi04 .img img {
  width: 100%;
  height: auto; }
#resi04 .img .note {
  margin-top: 5px; }
#resi04 #sec1 {
  width: 100%;
  max-width: 100%; }
  #resi04 #sec1 .lead {
    width: 80%;
    max-width: 860px;
    margin: 50px auto 0;
    text-align: center; }
  #resi04 #sec1 .mainVisual {
    max-width: 1024px;
    width: 100%;
    margin: 50px auto 0; }
    #resi04 #sec1 .mainVisual img {
      width: 100%;
      height: auto; }
    #resi04 #sec1 .mainVisual .note {
      text-align: right; }
#resi04 .water,
#resi04 .gas {
  width: 80%;
  max-width: 860px;
  margin: 50px auto 0; }
  #resi04 .water .unitList,
  #resi04 .gas .unitList {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    #resi04 .water .unitList .unit,
    #resi04 .gas .unitList .unit {
      width: 47.02%;
      margin-top: 40px; }
      #resi04 .water .unitList .unit .img,
      #resi04 .gas .unitList .unit .img {
        margin-top: 15px;
        position: relative; }
        #resi04 .water .unitList .unit .img .note,
        #resi04 .gas .unitList .unit .img .note {
          position: absolute;
          right: 10px;
          bottom: 10px; }
      #resi04 .water .unitList .unit .bodyCopy .bodyCopy_note,
      #resi04 .gas .unitList .unit .bodyCopy .bodyCopy_note {
        display: inline-block;
        width: 100%; }
    #resi04 .water .unitList .unitList_note,
    #resi04 .gas .unitList .unitList_note {
      width: 100%;
      margin-top: 1rem;
      text-align: right; }
#resi04 .gas #lifeline {
  width: 100%;
  padding-top: 40px;
  border-top: 2px solid #025fa7; }
  #resi04 .gas #lifeline .img {
    max-width: 467px;
    margin: 40px auto 0; }
    #resi04 .gas #lifeline .img .note {
      position: static;
      text-align: right; }
  #resi04 .gas #lifeline .bodyCopy {
    margin-top: 40px; }
#resi04 .rain {
  width: 80%;
  max-width: 860px;
  margin: 50px auto 0; }
  #resi04 .rain .content {
    width: 90%;
    margin: 40px auto 0; }
  #resi04 .rain .unitList {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    #resi04 .rain .unitList .unit {
      width: 47.02%;
      margin-top: 40px; }
      #resi04 .rain .unitList .unit .img {
        position: relative; }
        #resi04 .rain .unitList .unit .img .note {
          position: absolute;
          right: 10px;
          bottom: 10px; }
      #resi04 .rain .unitList .unit .point img {
        width: 100%;
        height: auto;
        margin-top: 15px; }
  #resi04 .rain .note:last-child {
    margin-top: 20px; }
@media screen and (max-width: 680px) {
  #resi04 .title {
    font-size: 20px; }
  #resi04 .name {
    font-size: 18px; }
  #resi04 .bodyCopy,
  #resi04 .lead {
    font-size: 14px; } }
@media screen and (max-width: 480px) {
  #resi04 .title {
    font-size: 18px; }
    #resi04 .title .ico {
      width: 46px; }
  #resi04 .name {
    font-size: 16px; }
  #resi04 #sec1 .lead {
    margin: 30px auto 0; }
  #resi04 #sec1 .mainVisual {
    margin: 30px auto 0; }
  #resi04 .water .unitList .unit,
  #resi04 .gas .unitList .unit {
    width: 100%;
    margin-top: 30px; }
  #resi04 .rain .content {
    margin: 30px auto 0; }
  #resi04 .rain .unitList .unit {
    width: 100%;
    margin-top: 30px; } }

/*************************************************
//
//
// residence05
//
//
*************************************************/
#resi05 .title {
  font-size: 23px;
  text-align: center;
  background-color: #025fa7;
  color: #fff;
  padding: 10px 0;
  font-weight: normal; }
#resi05 .name {
  font-size: 20px;
  font-weight: bold;
  color: #025fa7; }
  #resi05 .name .caption {
    /*font-size: 70%;*/
    font-size: 10px; }
#resi05 .bodyCopy {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px; }
#resi05 .lead {
  font-size: 16px;
  line-height: 2; }
#resi05 strong {
  font-weight: normal;
  background: linear-gradient(transparent 60%, #f3f900 60%); }
#resi05 .img img {
  width: 100%;
  height: auto; }
#resi05 .img .note {
  margin-top: 5px; }
#resi05 #sec1 {
  width: 100%;
  max-width: 100%; }
  #resi05 #sec1 .mainVisual {
    max-width: 1024px;
    width: 100%;
    margin: 60px auto 0; }
    #resi05 #sec1 .mainVisual img {
      width: 100%;
      height: auto; }
    #resi05 #sec1 .mainVisual .note {
      text-align: right; }
#resi05 #commonSafety {
  width: 80%;
  max-width: 860px;
  margin: 60px auto 0; }
  #resi05 #commonSafety .unitList {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    #resi05 #commonSafety .unitList .unit {
      width: 47.04%;
      display: flex;
      justify-content: space-between;
      flex-flow: row-reverse wrap;
      align-items: center;
      margin-top: 40px; }
      #resi05 #commonSafety .unitList .unit .name {
        width: 45.32%; }
      #resi05 #commonSafety .unitList .unit .img {
        width: 49.45%; }
        #resi05 #commonSafety .unitList .unit .img .note {
          text-align: right; }
  #resi05 #commonSafety .lead {
    width: 90%;
    margin: 40px auto 0; }
#resi05 #set3 {
  width: 80%;
  max-width: 860px;
  margin: 60px auto 0; }
  #resi05 #set3::after {
    clear: both;
    content: "";
    display: block; }
  #resi05 #set3 .lead {
    width: 90%;
    margin: 20px auto 0; }
  #resi05 #set3 .equipment {
    width: 90%;
    margin: 60px auto 0; }
    #resi05 #set3 .equipment .name {
      font-size: 26px;
      color: #000;
      font-weight: normal;
      text-align: center; }
    #resi05 #set3 .equipment .img {
      max-width: 364px;
      margin: 30px auto 0;
      position: relative; }
      #resi05 #set3 .equipment .img .note {
        position: absolute;
        bottom: 0;
        right: 0; }
  #resi05 #set3 .characteristic {
    border: 1px solid #025fa7;
    width: 90%;
    margin: 30px auto 0;
    box-sizing: border-box;
    display: flex; }
    #resi05 #set3 .characteristic .subTitle {
      position: relative;
      background-color: #025fa7;
      font-size: 23px;
      font-weight: normal;
      color: #fff;
      width: 120px; }
      #resi05 #set3 .characteristic .subTitle span {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline;
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 800px) {
          #resi05 #set3 .characteristic .subTitle span {
            writing-mode: vertical-rl; } }
    #resi05 #set3 .characteristic .content {
      color: #025fa7;
      font-size: 16px;
      padding: 20px 20px 20px 10px; }
      #resi05 #set3 .characteristic .content ul {
        padding-left: 2em; }
        #resi05 #set3 .characteristic .content ul li {
          list-style: disc; }
          #resi05 #set3 .characteristic .content ul li:not(:first-child) {
            margin-top: 10px; }
  #resi05 #set3 #chotoku .img {
    max-width: none;
    display: block; }
    #resi05 #set3 #chotoku .img .note {
      position: relative;
      text-align: right; }
  #resi05 #set3 #toilet,
  #resi05 #set3 #kamado {
    width: 42.32%; }
    #resi05 #set3 #toilet .bodyCopy,
    #resi05 #set3 #kamado .bodyCopy {
      margin-top: 20px;
      line-height: 2; }
  #resi05 #set3 #toilet {
    float: left;
    margin-left: 5%; }
  #resi05 #set3 #kamado {
    float: right;
    margin-right: 5%; }
#resi05 #sec2 {
  width: 100%;
  max-width: 100%; }
  #resi05 #sec2 .unitList .unit {
    background-color: #fff;
    width: 80%;
    max-width: 860px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #resi05 #sec2 .unitList .unit .img {
      width: 33.72%;
      position: relative;
      line-height: 0; }
      #resi05 #sec2 .unitList .unit .img .note {
        text-align: right;
        position: absolute;
        right: 10px;
        bottom: 10px; }
    #resi05 #sec2 .unitList .unit .copy {
      width: 66.27%;
      box-sizing: border-box;
      padding: 0 5.26%; }
    #resi05 #sec2 .unitList .unit .img02 {
      margin-top: 15px; }
      #resi05 #sec2 .unitList .unit .img02 img {
        width: 100%;
        height: auto; }
  #resi05 #sec2 .unitList #fiblock .inner {
    display: flex;
    flex-direction: column;
    max-width: 820px;
    padding: 20px; }
    #resi05 #sec2 .unitList #fiblock .inner .box {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #resi05 #sec2 .unitList #fiblock .inner .fiblock_image {
      width: 100%; }
      #resi05 #sec2 .unitList #fiblock .inner .fiblock_image img {
        margin-bottom: 1rem; }
      #resi05 #sec2 .unitList #fiblock .inner .fiblock_image .note {
        position: static; }
@media screen and (max-width: 680px) {
  #resi05 #commonSafety .unitList .unit {
    width: 100%; }
  #resi05 #commonSafety .lead {
    width: 90%;
    margin: 40px auto 0; }
  #resi05 #set3 .equipment .name {
    font-size: 23px; }
  #resi05 #set3 #toilet,
  #resi05 #set3 #kamado {
    width: 100%; }
  #resi05 #set3 #toilet {
    float: none;
    margin-left: 0; }
  #resi05 #set3 #kamado {
    float: none;
    margin-left: 0;
    margin-top: 40px; }
  #resi05 .title,
  #resi05 #set3 .characteristic .subTitle {
    font-size: 20px; }
  #resi05 .name {
    font-size: 18px; }
  #resi05 .lead,
  #resi05 .bodyCopy,
  #resi05 #set3 .characteristic .content {
    font-size: 14px; }
  #resi05 #sec2 .unitList .unit {
    display: block;
    padding: 20px; }
    #resi05 #sec2 .unitList .unit .img {
      width: 100%;
      max-width: 290px;
      margin: 0 auto; }
    #resi05 #sec2 .unitList .unit .copy {
      width: 100%;
      padding: 0;
      margin-top: 15px; }
  #resi05 #sec2 .unitList #fiblock .inner {
    padding: 0; }
    #resi05 #sec2 .unitList #fiblock .inner .box {
      flex-direction: column;
      padding: 0; }
    #resi05 #sec2 .unitList #fiblock .inner .fiblock_image {
      max-width: 100%;
      margin-top: 2rem; } }
@media screen and (max-width: 480px) {
  #resi05 #sec1 .mainVisual {
    margin: 30px auto 0; }
  #resi05 #set3 .equipment .name {
    font-size: 20px; }
  #resi05 .title,
  #resi05 #set3 .characteristic .subTitle {
    font-size: 18px; }
  #resi05 .name {
    font-size: 16px; }
  #resi05 #sec2 .unitList .unit {
    margin-top: 30px; } }

/*************************************************
//
//
// residence06
//
//
*************************************************/
#resi06 .title {
  font-size: 23px;
  text-align: center;
  background-color: #025fa7;
  color: #fff;
  padding: 10px 0;
  font-weight: normal; }
#resi06 .name {
  font-size: 20px;
  font-weight: bold;
  color: #025fa7; }
#resi06 .bodyCopy {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px; }
#resi06 .img img {
  width: 100%;
  height: auto; }
#resi06 .img .note {
  margin-top: 5px; }
#resi06 #sec1 {
  width: 100%;
  max-width: 100%; }
#resi06 #commonSecurity {
  width: 80%;
  max-width: 860px;
  margin: 60px auto 0; }
  #resi06 #commonSecurity .equipmentList {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    #resi06 #commonSecurity .equipmentList .equipment {
      width: 47.04%;
      display: flex;
      justify-content: space-between;
      flex-flow: row-reverse wrap;
      margin-top: 60px; }
      #resi06 #commonSecurity .equipmentList .equipment .copy {
        width: 45.32%; }
      #resi06 #commonSecurity .equipmentList .equipment .img {
        width: 49.45%;
        position: relative; }
        #resi06 #commonSecurity .equipmentList .equipment .img .note {
          position: absolute;
          bottom: 10px;
          right: 7px; }
    #resi06 #commonSecurity .equipmentList #securitySystem {
      width: 100%;
      display: block; }
      #resi06 #commonSecurity .equipmentList #securitySystem .copy {
        width: 100%; }
      #resi06 #commonSecurity .equipmentList #securitySystem .img {
        width: 100%;
        margin-top: 30px;
        position: static; }
        #resi06 #commonSecurity .equipmentList #securitySystem .img .note {
          text-align: right;
          position: static; }
#resi06 #securityFigure {
  margin-top: 60px; }
  #resi06 #securityFigure .inner {
    width: 80%;
    max-width: 774px;
    margin: 0 auto; }
  #resi06 #securityFigure .img {
    margin-top: 30px; }
  #resi06 #securityFigure .bodyCopy {
    margin-top: 30px; }
#resi06 #privateSecurity {
  width: 80%;
  max-width: 860px;
  margin: 60px auto 0; }
  #resi06 #privateSecurity .equipmentList {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    #resi06 #privateSecurity .equipmentList .equipment {
      width: 47.04%;
      display: flex;
      justify-content: space-between;
      flex-flow: row-reverse wrap;
      margin-top: 60px; }
      #resi06 #privateSecurity .equipmentList .equipment .copy {
        width: 45.32%; }
      #resi06 #privateSecurity .equipmentList .equipment .img {
        width: 49.45%; }
    #resi06 #privateSecurity .equipmentList #pairGlass {
      width: 100%; }
      #resi06 #privateSecurity .equipmentList #pairGlass .copy {
        width: 74.03%; }
      #resi06 #privateSecurity .equipmentList #pairGlass .img {
        width: 23.25%; }
      #resi06 #privateSecurity .equipmentList #pairGlass .imgtxt {
        margin-top: 1em; }
      #resi06 #privateSecurity .equipmentList #pairGlass .pc {
        display: block; }
      #resi06 #privateSecurity .equipmentList #pairGlass .sp {
        display: none; }
      @media screen and (max-width: 680px) {
        #resi06 #privateSecurity .equipmentList #pairGlass .imgtxt {
          margin-top: 5px;
          font-size: 12px; }
        #resi06 #privateSecurity .equipmentList #pairGlass .pc {
          display: none; }
        #resi06 #privateSecurity .equipmentList #pairGlass .sp {
          display: block; } }
#resi06 #sec2 {
  width: 100%;
  max-width: 100%; }
  #resi06 #sec2 .unitList {
    width: 80%;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    #resi06 #sec2 .unitList::after {
      content: "";
      display: block;
      width: 30.23%; }
    #resi06 #sec2 .unitList .unit {
      width: 30.23%;
      margin-top: 40px; }
      #resi06 #sec2 .unitList .unit .img {
        position: relative; }
        #resi06 #sec2 .unitList .unit .img .note {
          position: absolute;
          bottom: 10px;
          right: 7px; }
      #resi06 #sec2 .unitList .unit .name {
        font-size: 18px;
        color: #000;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        margin-top: 15px; }
@media screen and (max-width: 960px) {
  #resi06 #commonSecurity .equipmentList .equipment {
    width: 100%; }
  #resi06 #privateSecurity .equipmentList .equipment {
    width: 100%; }
  #resi06 #privateSecurity .equipmentList #pairGlass {
    width: 100%; }
    #resi06 #privateSecurity .equipmentList #pairGlass .copy {
      width: 45.32%; }
    #resi06 #privateSecurity .equipmentList #pairGlass .img {
      width: 49.45%; } }
@media screen and (max-width: 680px) {
  #resi06 .title {
    font-size: 20px; }
  #resi06 .name {
    font-size: 18px; }
  #resi06 .bodyCopy {
    font-size: 14px; }
  #resi06 #sec2 .unitList .unit {
    width: 46.51%;
    margin-top: 30px; }
    #resi06 #sec2 .unitList .unit .name {
      font-size: 16px; } }
@media screen and (max-width: 480px) {
  #resi06 .title {
    font-size: 18px; }
  #resi06 .name {
    font-size: 16px; }
  #resi06 #commonSecurity .equipmentList .equipment,
  #resi06 #privateSecurity .equipmentList .equipment {
    margin-top: 40px; }
  #resi06 #sec2 .unitList .unit {
    width: 100%; }
    #resi06 #sec2 .unitList .unit .name {
      font-size: 14px; } }
