@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@400;500;700&family=Noto+Sans+JP:wght@100;400;500;700&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td {
  margin: 0;
  padding: 0; }

address, caption, em, strong, th {
  font-style: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

object, embed {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

img, abbr {
  border: 0;
  vertical-align: bottom; }

sup {
  line-height: 100%; }

li {
  list-style-type: none; }

body {
  font-family: "メイリオ",meirio,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 75%;
  line-height: 150%;
  /*letter-spacing:0.1em;*/
  color: #333; }

html > body {
  font-size: 12px; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
  /*/height:auto;overflow:hidden;/**/ }

/* CSS Document */
/*-----------------------------------
    ブレイクポイント
-----------------------------------*/
/*スマホだけ*/
.sp {
  display: none; }

.pc {
  display: block; }

/*スマホだけ改行*/
@media screen and (max-width: 959px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
@media screen and (max-width: 768px) {
  .common-area .tab {
    display: block; }

  .common-area .pc {
    display: none; } }
.common-area .sp {
  display: none; }

.common-area .tab {
  display: none; }

#header_new h1 {
  font-size: 11px;
  font-weight: lighter; }
  @media only screen and (max-width: 599px) {
    #header_new h1 {
      display: none; } }
#header_new .bg_set {
  background: url("/img/bg_header.jpg") repeat-x;
  height: 105px; }
#header_new .inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  #header_new .inner .logo {
    padding: 20px 0 0 0; }
  #header_new .inner .menuset {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px; }
    #header_new .inner .menuset .menu_small {
      letter-spacing: 0;
      display: flex;
      flex-direction: row-reverse;
      margin: 4px 0 0 0; }
      #header_new .inner .menuset .menu_small li a {
        color: #222;
        font-weight: bold;
        text-decoration: none;
        font-weight: 500; }
      #header_new .inner .menuset .menu_small li.contact {
        background: #b20000;
        padding: 10px 20px;
        border-radius: 0 0 5px 5px;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out; }
        #header_new .inner .menuset .menu_small li.contact:hover {
          background: #b5a677;
          -webkit-transition: .4s ease-in-out;
          transition: .4s ease-in-out; }
        #header_new .inner .menuset .menu_small li.contact a {
          color: #fff;
          font-size: 15px; }
          #header_new .inner .menuset .menu_small li.contact a span {
            position: relative;
            padding: 0 0 0 20px; }
            #header_new .inner .menuset .menu_small li.contact a span:before {
              content: '';
              position: absolute;
              display: block;
              top: 4px;
              left: 0;
              width: 15px;
              height: 15px;
              background: url("../img/common/icon_mail.png") no-repeat left top;
              background-size: 15px; }
      #header_new .inner .menuset .menu_small li.arrow {
        margin: 10px 15px 0 0; }
        #header_new .inner .menuset .menu_small li.arrow a span {
          position: relative;
          padding: 0 0 0 13px; }
          #header_new .inner .menuset .menu_small li.arrow a span:before {
            content: '';
            position: absolute;
            display: block;
            top: 5px;
            left: 0;
            width: 10px;
            height: 10px;
            background: url("../img/common/arrow.png") no-repeat left center;
            background-size: 10px; }
        #header_new .inner .menuset .menu_small li.arrow a:hover {
          opacity: 0.7; }
    #header_new .inner .menuset .menu_middle {
      display: flex;
      flex-direction: row-reverse;
      margin: 11px 0 0 0;
      letter-spacing: 0.1em; }
      #header_new .inner .menuset .menu_middle li {
        border-left: 1px solid #ccc;
        padding: 2px 15px; }
        #header_new .inner .menuset .menu_middle li a {
          color: #222;
          text-decoration: none;
          font-size: 14px;
          display: block;
          font-weight: 500;
          position: relative;
          padding: 0 0 0 13px; }
          #header_new .inner .menuset .menu_middle li a:before {
            content: '';
            position: absolute;
            display: block;
            top: 5px;
            left: 0;
            width: 10px;
            height: 10px;
            background: url("../img/common/arrow.png") no-repeat left center;
            background-size: 10px; }
          #header_new .inner .menuset .menu_middle li a span {
            display: block;
            font-size: 9px;
            font-weight: 400;
            margin: 0;
            color: #999; }
        #header_new .inner .menuset .menu_middle li:hover {
          opacity: 0.7; }

#header-menu_new {
  width: 100%;
  background: #B20000;
  margin: 0;
  padding: 0; }
  #header-menu_new .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    #header-menu_new .inner .popo {
      position: absolute;
      top: 0;
      right: -50px; }
    #header-menu_new .inner ul {
      display: flex;
      flex-direction: row; }
      #header-menu_new .inner ul li a {
        position: relative;
        height: 60px;
        margin: 0;
        display: block;
        overflow: hidden;
        cursor: pointer; }
        #header-menu_new .inner ul li a img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          display: block;
          -webkit-transition: .4s ease-in-out;
          transition: .4s ease-in-out; }
        #header-menu_new .inner ul li a:hover img:nth-of-type(2) {
          opacity: 0; }
      #header-menu_new .inner ul li:nth-child(1) a {
        width: 250px; }
      #header-menu_new .inner ul li:nth-child(2) a {
        width: 204px; }
      #header-menu_new .inner ul li:nth-child(3) a {
        width: 182px; }
      #header-menu_new .inner ul li:nth-child(4) a {
        width: 182px; }
      #header-menu_new .inner ul li:nth-child(5) a {
        width: 182px; }

#footer_new {
  margin: 60px 0 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  border-top: 1px solid #eee; }
  #footer_new .logo_menu {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 20px auto; }
    #footer_new .logo_menu li {
      font-size: 14px;
      line-height: 1em;
      margin: 0 20px 0 0; }
      #footer_new .logo_menu li a {
        color: #333;
        text-decoration: none; }
        #footer_new .logo_menu li a span {
          position: relative;
          display: inline-block;
          padding: 0 0 0 20px;
          vertical-align: middle; }
          #footer_new .logo_menu li a span:hover {
            text-decoration: underline; }
          #footer_new .logo_menu li a span::before {
            position: absolute;
            top: 2px;
            bottom: 0;
            margin: auto;
            content: "";
            vertical-align: middle;
            left: 3px;
            width: 6px;
            height: 6px;
            border-top: 2px solid #B20000;
            border-right: 2px solid #B20000;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          #footer_new .logo_menu li a span::after {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            content: "";
            vertical-align: middle; }
  #footer_new .sitemap_menu {
    background: #B20000;
    width: 100%;
    padding: 10px 0; }
    #footer_new .sitemap_menu ul.normal_menu {
      display: flex;
      justify-content: center;
      margin: 8px 0; }
      #footer_new .sitemap_menu ul.normal_menu li {
        border-right: 1px solid #fff;
        padding: 0 8px;
        height: 1em;
        line-height: 1em; }
        #footer_new .sitemap_menu ul.normal_menu li:last-child {
          border-right: none; }
        #footer_new .sitemap_menu ul.normal_menu li a {
          color: #fff;
          text-decoration: none; }
          #footer_new .sitemap_menu ul.normal_menu li a:hover {
            text-decoration: underline; }
    #footer_new .sitemap_menu ul.sns_menu {
      display: flex;
      justify-content: center;
      margin: 20px 0 15px; }
      #footer_new .sitemap_menu ul.sns_menu li {
        width: auto;
        margin: 0 13px; }
        #footer_new .sitemap_menu ul.sns_menu li img {
          height: 25px;
          width: auto; }
  #footer_new .copyright {
    background: #E3D6C1;
    text-align: center;
    height: 1.7em;
    line-height: 1.7em; }

#container {
  background: none; }

@media only screen and (max-width: 599px) {
  footer .sns_sp_set ul {
    display: flex;
    justify-content: center;
    margin: 30px 0 25px; }
    footer .sns_sp_set ul li {
      width: auto;
      margin: 0 10px; }
      footer .sns_sp_set ul li img {
        height: 20px;
        width: auto; } }
@media only screen and (max-width: 959px) {
  #pankuzu {
    display: none; } }
#pankuzu {
  width: 100%;
  background: #DFD8C1; }
  #pankuzu ol {
    width: 1000px;
    margin: 0 auto;
    padding: 5px 0; }
    #pankuzu ol li {
      float: left;
      color: #663300;
      font-weight: bold; }
      #pankuzu ol li a {
        font-weight: normal;
        color: #333; }
        #pankuzu ol li a:link {
          text-decoration: none; }
        #pankuzu ol li a:visited {
          text-decoration: none; }
        #pankuzu ol li a:hover {
          text-decoration: underline; }
        #pankuzu ol li a:after {
          content: " > "; }

#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  z-index: 1000; }

#cookie {
  background: #333;
  opacity: 0.9;
  width: 340px;
  padding: 25px 20px 15px 20px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000; }
  @media only screen and (max-width: 959px) {
    #cookie {
      width: 100%;
      left: 0;
      box-sizing: border-box;
      bottom: 0;
      padding: 10px; } }
  #cookie p {
    color: #FFF;
    font-size: 13px;
    margin: 0 0 0.5em 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
    @media only screen and (max-width: 959px) {
      #cookie p {
        font-size: 12px; } }
  #cookie a {
    color: #FFF; }
  #cookie input {
    background: #FFF;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer; }
    @media only screen and (max-width: 959px) {
      #cookie input {
        font-size: 14px;
        padding: 3px 0;
        appearance: none; } }
  #cookie:hover {
    opacity: 1; }
    #cookie:hover input {
      background: #ccc; }

@media screen and (max-width: 768px) {
  .common-area .tab {
    display: block; }

  .common-area .pc {
    display: none; } }
/*大学から探す*/
.inner_set {
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    .inner_set {
      width: auto;
      margin: 0 10px; } }

.btn_quick {
  display: none; }
  @media only screen and (max-width: 599px) {
    .btn_quick {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 0 15px; }
      .btn_quick li {
        width: 140px;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
        border: 2px solid #b20000;
        border-radius: 4px; }
        .btn_quick li a {
          color: #b20000;
          text-decoration: none;
          display: block;
          padding: 7px 0px; }
          .btn_quick li a span.icon_b::before {
            left: 0; }
          .btn_quick li a span {
            padding: 0 0 0 15px; } }

.school_bigbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  .school_bigbox .set {
    border: 5px solid #eee;
    padding: 20px 20px 15px;
    width: 440px;
    margin: 0 0 20px; }
    @media only screen and (max-width: 599px) {
      .school_bigbox .set {
        border: 4px solid #eee;
        padding: 8px;
        width: 100%;
        margin: 0 0 10px; }
        .school_bigbox .set img {
          width: 270px;
          height: auto; } }
    .school_bigbox .set .title_school {
      font-weight: bold;
      font-size: 22px;
      background: url("../img/room/icon_school.png") no-repeat 3px center;
      background-size: 40px;
      line-height: 40px;
      padding: 0 0 0 55px; }
      @media only screen and (max-width: 599px) {
        .school_bigbox .set .title_school {
          font-size: 17px;
          background-size: 25px;
          line-height: 30px;
          padding: 3px 0 3px 35px; } }
    .school_bigbox .set ul {
      margin: 10px 0 0 0; }
      @media only screen and (max-width: 599px) {
        .school_bigbox .set ul {
          margin: 5px 0 0 0; } }
      .school_bigbox .set ul li {
        border-top: 1px solid #ddd; }
        .school_bigbox .set ul li a {
          display: block;
          padding: 10px;
          position: relative;
          color: #000;
          font-size: 16px;
          text-decoration: none; }
          @media only screen and (max-width: 599px) {
            .school_bigbox .set ul li a {
              padding: 8px;
              line-height: 1.1em;
              font-size: 13px; } }
          .school_bigbox .set ul li a:hover {
            background: #f2f2f2; }
          .school_bigbox .set ul li a span.rosen {
            font-size: 11px;
            position: absolute;
            top: 11px;
            right: 0;
            color: #888; }
            @media only screen and (max-width: 599px) {
              .school_bigbox .set ul li a span.rosen {
                position: inherit;
                top: 0;
                left: 0;
                font-size: 10px;
                line-height: 1.1em;
                display: block;
                margin: 3px 0 0 0; } }

.list_set li {
  border-top: 1px solid #ddd; }
  .list_set li:last-child {
    border-bottom: 1px solid #ddd; }
  .list_set li a {
    display: block;
    padding: 15px 10px;
    position: relative;
    color: #000;
    font-size: 16px;
    text-decoration: none; }
    @media only screen and (max-width: 599px) {
      .list_set li a {
        padding: 8px;
        line-height: 1.1em;
        color: #000;
        font-size: 13px; } }
    .list_set li a:hover {
      background: #f2f2f2; }
    .list_set li a span.rosen {
      font-size: 12px;
      position: absolute;
      top: 15px;
      right: 0;
      color: #888; }
      @media only screen and (max-width: 599px) {
        .list_set li a span.rosen {
          position: inherit;
          top: 0;
          left: 0;
          display: block;
          font-size: 10px;
          line-height: 1.1em;
          margin: 3px 0 0 0; } }

.arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none; }

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

.icon_a::before {
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #b20000;
  border-right: 2px solid #b20000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.icon_b::before {
  left: 0px;
  top: -1px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }
  @media only screen and (max-width: 599px) {
    .icon_b::before {
      left: 5px;
      top: -3px;
      width: 6px;
      height: 6px;
      border-top: 2px solid #b20000;
      border-right: 2px solid #b20000;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); } }

.icon_c::before {
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #b20000;
  border-right: 2px solid #b20000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.list_title {
  width: 50px;
  height: 50px;
  line-height: 52px;
  margin: 50px auto 20px;
  text-indent: 0.1em;
  border: 3px solid #b20000;
  border-radius: 50%;
  text-align: center;
  color: #b20000;
  font-weight: bold;
  font-size: 22px; }
  @media only screen and (max-width: 599px) {
    .list_title {
      width: 34px;
      height: 34px;
      line-height: 36px;
      margin: 40px auto 15px;
      border: 2px solid #b20000;
      font-size: 18px;
      text-indent: 0; } }

/*コラム*/
@media screen and (min-width: 768px) {
  #column_wrap {
    width: 1000px;
    margin: 0 auto;
    letter-spacing: 0;
    line-height: 1.4em; }
    #column_wrap p.info {
      margin: 0 0 10px;
      font-size: 14px; }

  #column_wrap ul.cate_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px; }
    #column_wrap ul.cate_list li {
      width: 333px;
      text-align: center; }
      #column_wrap ul.cate_list li:nth-child(1) {
        background: #3879da; }
      #column_wrap ul.cate_list li:nth-child(2) {
        background: #ed522e; }
      #column_wrap ul.cate_list li:nth-child(3) {
        background: #00997c; }
      #column_wrap ul.cate_list li:nth-child(4) {
        background: #c19e2f; }
      #column_wrap ul.cate_list li:nth-child(5) {
        background: #8957a1; }
      #column_wrap ul.cate_list li:nth-child(6) {
        background: #f73630; }
      #column_wrap ul.cate_list li a {
        color: #fff;
        font-weight: bold;
        padding: 10px 0;
        display: block;
        text-decoration: none; }
      #column_wrap ul.cate_list li:hover {
        opacity: 0.6; }

  h3.cate_title {
    /*background: url(../img/column/title_point.png) no-repeat top center;*/
    padding: 25px 0;
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }

  h3.kyoto_big {
    font-size: 22px;
    background: #f2f2f2;
    border-radius: 8px;
    padding: 0 15px;
    height: 3em;
    line-height: 3em;
    margin: 0 0 20px; }

  .intv_box {
    margin: 30px 0 0 0;
    border: 1px solid #ccc;
    padding: 20px; }
    .intv_box .name {
      margin: 0 0 10px;
      font-weight: bold;
      font-size: 18px; }
    .intv_box dl dt {
      margin: 20px 0 10px 0;
      font-size: 16px;
      padding: 0;
      font-weight: bold; }
      .intv_box dl dt:before {
        content: "▼ ";
        color: #ccc; }

  .intv {
    position: relative;
    padding: 0 0 0 40px;
    margin: 40px 0;
    font-size: 16px;
    line-height: 1.7em; }
    .intv:before {
      border-top: 1px solid #000;
      content: "";
      position: absolute;
      top: 11px;
      left: 0;
      width: 30px; }

  .answer {
    position: relative;
    padding: 0 0 0 40px;
    margin: 40px 0;
    font-size: 16px;
    line-height: 1.7em;
    color: #b20000; }
    .answer:before {
      border-top: 1px solid #b20000;
      content: "";
      position: absolute;
      top: 11px;
      left: 0;
      width: 30px; }

  .mokuji {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0 0 80px; }
    .mokuji .mokuji_title {
      font-weight: bold;
      border-bottom: 1px solid #ccc;
      padding: 0 0 10px; }
    .mokuji ul {
      margin: 20px 0 0 0; }
      .mokuji ul li {
        list-style-type: decimal;
        list-style-position: inside;
        margin: 0 0 10px; }
        .mokuji ul li a {
          color: #0645ad; }

  h3.cate_title_b {
    background: url(../img/column/title_point_b.png) no-repeat top center;
    padding: 50px 0 45px;
    margin: 30px 0 0 0;
    font-size: 24px;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center; }

  #column_wrap ul.link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 40px; }
    #column_wrap ul.link-list li {
      width: 306px;
      margin: 0 0 15px; }
      #column_wrap ul.link-list li a {
        color: #222;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none; }
        #column_wrap ul.link-list li a span {
          color: #666;
          font-size: 14px;
          display: block;
          font-weight: lighter;
          margin: 5px 0 0 0; }
          #column_wrap ul.link-list li a span.cate_1 {
            border-top: 4px solid #3879da;
            color: #3879da;
            font-size: 11px;
            padding: 7px 0;
            margin: 0; }
          #column_wrap ul.link-list li a span.cate_2 {
            border-top: 4px solid #ed522e;
            color: #ed522e;
            font-size: 11px;
            padding: 7px 0;
            margin: 0; }
          #column_wrap ul.link-list li a span.cate_3 {
            border-top: 4px solid #00997c;
            color: #00997c;
            font-size: 11px;
            padding: 7px 0;
            margin: 0; }
          #column_wrap ul.link-list li a span.cate_4 {
            border-top: 4px solid #c19e2f;
            color: #c19e2f;
            font-size: 11px;
            padding: 7px 0;
            margin: 0; }
          #column_wrap ul.link-list li a span.cate_5 {
            border-top: 4px solid #8957a1;
            color: #8957a1;
            font-size: 11px;
            padding: 7px 0;
            margin: 0; }
          #column_wrap ul.link-list li a span.cate_6 {
            border-top: 4px solid #f73630;
            color: #f73630;
            font-size: 11px;
            padding: 7px 0;
            margin: 0; }
      #column_wrap ul.link-list li .inset p {
        font-weight: lighter;
        color: #ccc;
        font-size: 12px;
        padding: 5px 0 0; }
      #column_wrap ul.link-list li:hover {
        opacity: 0.6; }
    #column_wrap ul.link-list::after {
      content: "";
      display: block;
      width: 30%; }

  .trim {
    overflow: hidden;
    width: 306px;
    /* トリミングしたい枠の幅 */
    height: 179px;
    /* トリミングしたい枠の高さ */
    position: relative;
    margin: 0;
    /* 横幅に合わせてリサイズ、はみ出た分をトリミング */ }
    .trim img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto; }

  #column_wrap .intro {
    border: 5px solid #eee;
    padding: 20px;
    text-align: center; }

  #column_wrap .dn {
    display: none; }

  #column_wrap .column-body {
    margin: 20px 0 60px;
    padding: 10px 50px 20px;
    border: 5px solid #efefef;
    width: auto; }
    #column_wrap .column-body h3.title2 {
      border: none;
      text-align: center;
      font-size: 22px;
      padding: 0 0 15px; }
      #column_wrap .column-body h3.title2 span {
        border-bottom: 4px solid #000; }
    #column_wrap .column-body .text-box {
      padding: 20px 0;
      margin: 0;
      width: auto; }
      #column_wrap .column-body .text-box p {
        width: auto; }
    #column_wrap .column-body h4 {
      width: auto;
      font-size: 18px;
      padding: 0;
      margin: 20px 0 0;
      background-color: #fff;
      color: #000;
      border-bottom: none;
      border-left: none; }
      #column_wrap .column-body h4 span {
        border-bottom: 2px dotted #000;
        font-weight: bold;
        background: #ffffff; }
    #column_wrap .column-body b {
      color: #000;
      text-decoration: underline;
      font-weight: lighter;
      padding: 0 2px; }
    #column_wrap .column-body strong {
      background: linear-gradient(transparent 60%, #fffc88 10%);
      background: -webkit-linear-gradient(transparent 60%, #fffc88 10%);
      font-weight: lighter;
      font-size: 100%;
      margin: 0 5px;
      line-height: 200%; }

  #column_set {
    width: 800px;
    margin: 0 auto 80px;
    letter-spacing: 0; }
    #column_set .titleset {
      margin: 40px 0 20px;
      font-size: 14px;
      padding: 0 0 20px;
      border-bottom: 3px solid #eee;
      position: relative; }
      #column_set .titleset h3 {
        font-size: 24px;
        line-height: 1.2em;
        margin: 0 0 15px; }
      #column_set .titleset a {
        margin: 0 10px 0 0;
        text-decoration: none;
        color: #fff;
        padding: 0px 3px; }
        #column_set .titleset a.cate_1 {
          background: #3879da; }
        #column_set .titleset a.cate_2 {
          background: #ed522e; }
        #column_set .titleset a.cate_3 {
          background: #00997c; }
        #column_set .titleset a.cate_4 {
          background: #c19e2f; }
        #column_set .titleset a.cate_5 {
          background: #8957a1; }
        #column_set .titleset a.cate_6 {
          background: #f73630; }
        #column_set .titleset a:hover {
          text-decoration: underline; }
      #column_set .titleset .tiiki {
        background: #b20000;
        color: #fff;
        padding: 2px;
        margin: 0 5px 0 0; }
      #column_set .titleset .date {
        color: #999; }
    #column_set p {
      margin: 25px 0;
      /*font-size: 14px;
      line-height: 1.7em;*/ }
    #column_set h3.title2 {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      font-size: 18px;
      padding: 20px 0;
      text-align: center;
      margin: 30px 0 20px; }
    #column_set h4 {
      font-size: 16px;
      padding: 0 0 10px; }
      #column_set h4 span {
        border-bottom: 1px dotted #000; }
    #column_set .brown-box2 {
      border: 5px solid #f2f2f2;
      border-radius: 8px;
      padding: 20px; }
      #column_set .brown-box2 .inyou {
        font-size: 10px;
        line-height: 1.2em;
        display: block;
        margin: 5px 0 0 0;
        color: #999; }
    #column_set strong {
      background: linear-gradient(transparent 60%, #fffc88 10%);
      background: -webkit-linear-gradient(transparent 60%, #fffc88 10%);
      font-weight: lighter;
      margin: 0 5px;
      line-height: 200%; }
    #column_set .btn {
      text-align: center; }
      #column_set .btn a {
        display: block;
        width: 460px;
        background: #b20000;
        border-radius: 4px;
        color: #fff;
        margin: 40px auto;
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;
        padding: 23px 0 20px;
        border-bottom: 3px solid #8A0002; }
        #column_set .btn a:hover {
          margin: 43px auto 40px;
          border-bottom: none; }
    #column_set .fb-box {
      position: absolute;
      bottom: 10px;
      right: 10px; }

  #column_set .setlink {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
    #column_set .setlink li {
      width: 47%; }
      #column_set .setlink li img {
        width: 100%; }

  .sns_set {
    width: 200px;
    text-align: center;
    margin: 30px auto 20px; }
    .sns_set ul li {
      float: left;
      width: 40px;
      padding: 5px; }
      .sns_set ul li a {
        color: #fff;
        font-size: 20px;
        border-radius: 20px;
        display: block;
        padding: 10px 0; }
        .sns_set ul li a:hover {
          opacity: 0.7; }
      .sns_set ul li.ogn_tweet a {
        background: #00aced; }
      .sns_set ul li.ogn_facebook a {
        background: #3b5998; }
      .sns_set ul li.ogn_google_plus a {
        background: #db4a39; }
      .sns_set ul li.ogn_hatebu a {
        background: #00a4de;
        text-decoration: none; }
      .sns_set ul li .fa-hatebu:before {
        content: "B!";
        font-family: Verdana;
        font-weight: bold;
        font-style: normal;
        line-height: 20px; } }
@media screen and (max-width: 768px) {
  #pankuzu {
    display: none; }

  h3.cate_title {
    /*background: url(../img/column/title_point.png) no-repeat top center;
    background-size: 40%;*/
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    line-height: 1.2em;
    margin: 0 5px 15px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center; }

  h3.kyoto_big {
    font-size: 14px;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 10px 8px;
    line-height: 1.5em;
    font-weight: bold;
    margin: 0 0 20px; }

  .intv_box {
    margin: 30px 0 0 0;
    border: 1px solid #ccc;
    padding: 10px; }
    .intv_box .name {
      margin: 5px 0 10px;
      font-weight: bold;
      font-size: 14px; }
    .intv_box dl dt {
      margin: 10px 0 5px 0;
      font-size: 14px;
      padding: 0;
      font-weight: bold; }
      .intv_box dl dt:before {
        content: "▼ ";
        color: #ccc; }

  .intv {
    position: relative;
    padding: 0 0 0 30px;
    margin: 30px 0 15px;
    font-size: 14px;
    line-height: 1.6em;
    color: #b20000; }
    .intv:before {
      border-top: 1px solid #b20000;
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      width: 20px; }

  .answer {
    position: relative;
    padding: 0 0 0 30px;
    margin: 30px 0 15px;
    font-size: 14px;
    line-height: 1.6em; }
    .answer:before {
      border-top: 1px solid #000;
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      width: 20px; }

  .ans_b {
    padding: 0 0 0 30px;
    margin: 30px 0 15px;
    font-size: 14px;
    line-height: 1.6em; }

  .mokuji {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0 0 60px; }
    .mokuji .mokuji_title {
      font-weight: bold; }
    .mokuji ul {
      margin: 10px 0 0 0; }
      .mokuji ul li {
        list-style-type: decimal;
        list-style-position: inside;
        margin: 0 0 7px; }
        .mokuji ul li a {
          color: #0645ad; }

  h3.cate_title_b {
    background: url(../img/column/title_point_b.png) no-repeat top center;
    background-size: 40%;
    padding: 35px 0 10px;
    line-height: 1.2em;
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center; }

  #column_wrap {
    margin: 0 auto;
    letter-spacing: 0;
    line-height: 1.7em;
    /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",serif;*/ }
    #column_wrap p.info {
      margin: 0 5px 5px;
      font-size: 10px; }
    #column_wrap ul.cate_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 0 20px; }
      #column_wrap ul.cate_list li {
        width: 50%;
        text-align: center; }
        #column_wrap ul.cate_list li:nth-child(1) a {
          background: #3879da; }
        #column_wrap ul.cate_list li:nth-child(2) a {
          background: #ed522e; }
        #column_wrap ul.cate_list li:nth-child(3) a {
          background: #00997c; }
        #column_wrap ul.cate_list li:nth-child(4) a {
          background: #c19e2f; }
        #column_wrap ul.cate_list li:nth-child(5) a {
          background: #8957a1; }
        #column_wrap ul.cate_list li:nth-child(6) a {
          background: #f73630; }
        #column_wrap ul.cate_list li a {
          color: #fff;
          line-height: 1.2em;
          font-weight: bold;
          padding: 10px 0;
          display: block;
          border-radius: 4px;
          margin: 4px;
          text-decoration: none; }
    #column_wrap .intro {
      border: 5px solid #eee;
      padding: 10px;
      margin: 5px; }

  #column_wrap ul.link-list {
    margin: 0 5px 15px; }
    #column_wrap ul.link-list li {
      padding: 5px 0;
      border-bottom: 1px solid #eee;
      zoom: 1; }
      #column_wrap ul.link-list li:first-child {
        border-top: 1px solid #eee; }
      #column_wrap ul.link-list li:before {
        content: "";
        display: table; }
      #column_wrap ul.link-list li:after {
        content: "";
        display: table;
        clear: both; }
      #column_wrap ul.link-list li.inset {
        float: left; }
      #column_wrap ul.link-list li a {
        font-size: 12px;
        line-height: 1.3em;
        letter-spacing: 0;
        font-weight: bold;
        color: #000;
        text-decoration: none; }
        #column_wrap ul.link-list li a span.cate_1 {
          background: #3879da;
          font-size: 9px;
          font-weight: lighter;
          padding: 1px 3px;
          color: #fff;
          line-height: 2em; }
        #column_wrap ul.link-list li a span.cate_2 {
          background: #ed522e;
          font-size: 9px;
          font-weight: lighter;
          padding: 1px 3px;
          color: #fff;
          line-height: 2em; }
        #column_wrap ul.link-list li a span.cate_3 {
          background: #00997c;
          font-size: 9px;
          font-weight: lighter;
          padding: 1px 3px;
          color: #fff;
          line-height: 2em; }
        #column_wrap ul.link-list li a span.cate_4 {
          background: #c19e2f;
          font-size: 9px;
          font-weight: lighter;
          padding: 1px 3px;
          color: #fff;
          line-height: 2em; }
        #column_wrap ul.link-list li a span.cate_5 {
          background: #8957a1;
          font-size: 9px;
          font-weight: lighter;
          padding: 1px 3px;
          color: #fff;
          line-height: 2em; }
        #column_wrap ul.link-list li a span.cate_6 {
          background: #f73630;
          font-size: 9px;
          font-weight: lighter;
          padding: 1px 3px;
          color: #fff;
          line-height: 2em; }
        #column_wrap ul.link-list li a span.front {
          display: none; }
      #column_wrap ul.link-list li .inset p {
        font-weight: lighter;
        color: #ccc;
        font-size: 10px;
        letter-spacing: -1px; }

  .trim {
    overflow: hidden;
    width: 90px;
    /* トリミングしたい枠の幅 */
    height: 60px;
    /* トリミングしたい枠の高さ */
    position: relative;
    margin: 0 10px 0 0;
    float: left;
    /* 横幅に合わせてリサイズ、はみ出た分をトリミング */ }
    .trim img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto; }

  #column_wrap .column-body {
    margin: 10px 0 20px;
    padding: 5px 10px 10px;
    border: 5px solid #efefef;
    width: auto; }
    #column_wrap .column-body h3.title2 {
      border: none;
      text-align: center;
      font-size: 14px;
      padding: 0 0 15px; }
      #column_wrap .column-body h3.title2 span {
        border-bottom: 3px solid #000; }
    #column_wrap .column-body .text-box {
      padding: 10px 0;
      margin: 0;
      width: auto; }
      #column_wrap .column-body .text-box p {
        width: auto;
        font-size: 12px;
        line-height: 1.5em; }
    #column_wrap .column-body h4 {
      width: auto;
      font-size: 12px;
      padding: 0;
      margin: 10px 0 0;
      background-color: #fff;
      color: #000;
      border-bottom: none;
      border-left: none; }
      #column_wrap .column-body h4 span {
        border-bottom: 2px dotted #000;
        font-weight: bold;
        background: #ffffff; }
    #column_wrap .column-body b {
      color: #000;
      text-decoration: underline;
      font-weight: lighter;
      padding: 0 2px; }
    #column_wrap .column-body strong {
      background: linear-gradient(transparent 60%, #fffc88 10%);
      background: -webkit-linear-gradient(transparent 60%, #fffc88 10%);
      font-weight: lighter;
      margin: 0 5px;
      font-size: 100%;
      line-height: 200%; }

  #column_wrap .backtop {
    margin: 15px 5px 0; }
    #column_wrap .backtop a {
      display: block;
      background: #ddd;
      color: #666;
      width: 150px;
      text-align: center;
      text-decoration: none;
      padding: 10px; }
      #column_wrap .backtop a span {
        padding: 0 0 0 12px; }

  #column_set {
    margin: 0 auto 40px;
    letter-spacing: 0;
    padding: 0 5px;
    /*font-size: 14px;*/
    line-height: 1.8em; }
    #column_set .titleset {
      margin: 15px 0 20px;
      font-size: 14px;
      padding: 0 0 10px;
      border-bottom: 3px solid #eee;
      position: relative; }
      #column_set .titleset h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.3em;
        margin: 0 0 5px; }
      #column_set .titleset a {
        margin: 0 10px 0 0;
        text-decoration: none;
        color: #fff;
        padding: 1px 3px;
        font-size: 10px; }
        #column_set .titleset a.cate_1 {
          background: #3879da; }
        #column_set .titleset a.cate_2 {
          background: #ed522e; }
        #column_set .titleset a.cate_3 {
          background: #00997c; }
        #column_set .titleset a.cate_4 {
          background: #c19e2f; }
        #column_set .titleset a.cate_5 {
          background: #8957a1; }
        #column_set .titleset a.cate_6 {
          background: #f73630; }
      #column_set .titleset .tiiki {
        background: #b20000;
        color: #fff;
        padding: 2px; }
      #column_set .titleset .date {
        color: #999; }
    #column_set p {
      margin: 10px 0 20px;
      /*font-size: 12px;*/
      line-height: 1.8em; }
    #column_set .box_room li p {
      margin: 0  0 10px; }
    #column_set h3.title2 {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      font-size: 14px;
      font-weight: bold;
      padding: 10px 0;
      text-align: center;
      margin: 20px 0 10px; }
    #column_set h4 {
      font-size: 13px;
      padding: 0 0 10px;
      font-weight: bold; }
      #column_set h4 span {
        border-bottom: 1px dotted #000; }
    #column_set .brown-box2 {
      border: 3px solid #eeeeee;
      border-radius: 8px;
      padding: 10px; }
      #column_set .brown-box2 .inyou {
        font-size: 9px;
        line-height: 1.2em;
        display: block;
        margin: 5px 0 0 0;
        color: #999; }
    #column_set strong {
      background: linear-gradient(transparent 60%, #fffc88 10%);
      background: -webkit-linear-gradient(transparent 60%, #fffc88 10%);
      font-weight: lighter;
      margin: 0 5px;
      line-height: 200%; }
    #column_set .btn {
      text-align: center; }
      #column_set .btn a {
        display: block;
        width: 80%;
        background: #b20000;
        border-radius: 4px;
        color: #fff;
        margin: 30px auto;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        padding: 18px 0 15px;
        border-bottom: 3px solid #8A0002;
        text-align: center; }
    #column_set .fb-box {
      position: absolute;
      bottom: -5px;
      right: 10px; }

  #column_set .setlink {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column; }
    #column_set .setlink li {
      width: 100%;
      margin: 0 0 20px; }
      #column_set .setlink li img {
        width: 100%; }

  .sns_set {
    width: 200px;
    text-align: center;
    margin: 30px auto 20px; }
    .sns_set ul li {
      float: left;
      width: 40px;
      padding: 5px; }
      .sns_set ul li a {
        color: #fff;
        font-size: 20px;
        border-radius: 20px;
        display: block;
        padding: 10px 0;
        text-align: center; }
        .sns_set ul li a:hover {
          opacity: 0.7; }
      .sns_set ul li.ogn_tweet a {
        background: #00aced; }
      .sns_set ul li.ogn_facebook a {
        background: #3b5998; }
      .sns_set ul li.ogn_google_plus a {
        background: #db4a39; }
      .sns_set ul li.ogn_hatebu a {
        background: #00a4de;
        text-decoration: none; }
      .sns_set ul li .fa-hatebu:before {
        content: "B!";
        font-family: Verdana;
        font-weight: bold;
        font-style: normal;
        line-height: 20px; } }
/*Bellevieclubについて*/
#content_wrap {
  /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2em;
  color: #000;
  -webkit-text-size-adjust: 100%; }
  #content_wrap .title {
    position: relative;
    height: 145px; }
    #content_wrap .title .effect {
      background: #040821;
      width: 100%;
      height: 100%;
      opacity: 0.5;
      z-index: 10; }
    #content_wrap .title h2 {
      text-align: center;
      font-size: 34px;
      line-height: 1.1em;
      color: #fff;
      z-index: 20;
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      background: none;
      padding: 0;
      height: auto;
      font-weight: bold;
      letter-spacing: 2px; }
      #content_wrap .title h2 span {
        font-size: 14px;
        letter-spacing: 0px;
        font-weight: lighter; }
      #content_wrap .title h2.nophoto {
        color: #000; }
  #content_wrap .btn {
    text-align: center; }
    #content_wrap .btn a {
      display: block;
      width: 460px;
      background: #b20000;
      border-radius: 4px;
      color: #fff;
      margin: 40px auto;
      text-decoration: none;
      font-weight: bold;
      font-size: 18px;
      padding: 23px 0 20px;
      border-bottom: 3px solid #8A0002; }
      #content_wrap .btn a:hover {
        margin: 43px auto 40px;
        border-bottom: none; }
  @media screen and (max-width: 768px) {
    #content_wrap {
      font-size: 12px; }
      #content_wrap .title {
        height: 70px; }
        #content_wrap .title h2 {
          font-size: 15px;
          font-weight: bold;
          top: 20px; }
          #content_wrap .title h2 span {
            font-size: 9px;
            font-weight: lighter; }
      #content_wrap .btn {
        text-align: center; }
        #content_wrap .btn a {
          display: block;
          width: 80%;
          background: #b20000;
          border-radius: 4px;
          color: #fff;
          margin: 30px auto;
          text-decoration: none;
          font-weight: bold;
          font-size: 16px;
          padding: 18px 0 15px;
          border-bottom: 3px solid #8A0002;
          text-align: center; }
          #content_wrap .btn a:hover {
            margin: 30px auto;
            border-bottom: 3px solid #8A0002; } }
  #content_wrap .bgimg_bc {
    background: url(../img/service/bellevieclub/bgimg.jpg) no-repeat center center;
    background-size: 100%; }

#set_bc .bc_catch {
  width: 530px;
  height: 305px;
  margin: 60px auto;
  padding: 0 0 0 470px;
  background: url(../img/service/bellevieclub/img_catch.png) no-repeat left top; }
  #set_bc .bc_catch .catch {
    color: #009ae1;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5em;
    margin: 0 0 10px; }
@media screen and (max-width: 768px) {
  #set_bc {
    margin: 0 10px; }
    #set_bc .bc_catch {
      width: auto;
      height: auto;
      padding: 162px 0 0 0;
      margin: 10px auto;
      background: url(../img/service/bellevieclub/img_catch.png) no-repeat center top;
      background-size: 235px 152px; }
      #set_bc .bc_catch .catch {
        color: #009ae1;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.3em;
        margin: 0 0 10px;
        text-align: center; } }
#set_bc h3 {
  font-size: 34px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 80px 0 0 0;
  line-height: 1.6em; }
  #set_bc h3 span {
    background: #009ae1;
    color: #fff;
    padding: 0 3px; }
#set_bc .catch_s {
  color: #009ae1;
  font-weight: bold;
  text-align: center;
  font-size: 16px; }
#set_bc h4 {
  color: #009ae1;
  font-size: 34px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 80px 0 0 0;
  line-height: 1.6em;
  background: url(../img/service/bellevieclub/s_h4.png) no-repeat center top;
  padding: 40px 0 0 0; }
@media screen and (max-width: 768px) {
  #set_bc h3 {
    font-size: 18px;
    margin: 40px 0 0 0; }
    #set_bc h3 span {
      padding: 3px; }
  #set_bc .catch_s {
    font-size: 11px; }
  #set_bc h4 {
    font-size: 18px;
    background-size: 50%;
    padding: 20px 0 0 0; } }
#set_bc ul {
  width: 1000px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between; }
  #set_bc ul li {
    width: 30%; }
    #set_bc ul li img {
      display: block;
      margin: 0 auto 15px;
      border-radius: 120px; }
    #set_bc ul li span {
      font-size: 18px;
      font-weight: bold;
      display: block;
      text-align: center;
      margin: 0 0 15px; }
@media screen and (max-width: 768px) {
  #set_bc ul {
    width: auto;
    margin: 15px auto 0;
    display: inherit; }
    #set_bc ul li {
      width: auto;
      margin: 0 0 15px; }
      #set_bc ul li img {
        width: 120px;
        display: block;
        margin: 0 auto 10px;
        border-radius: 120px; }
      #set_bc ul li span {
        font-size: 14px;
        margin: 0 0 5px; } }

/*こだわり検索*/
.commitment {
  width: 1100px;
  margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    .commitment {
      width: auto;
      margin: 0; } }

@media only screen and (min-width: 960px) {
  label.panel-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    cursor: pointer; }

  #panels .container {
    margin: 0 auto; }

  #panels section header label.panel-label {
    padding: 12px 24px;
    box-sizing: border-box; }

  #panels #panel-1, #panels #panel-2, #panels #panel-3, #panels #panel-4, #panels #panel-5 {
    height: 0;
    opacity: 0; }

  #panels section main {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 600ms;
    transition: opacity 600ms; }

  #panel-1-ctrl:checked ~ #panels #panel-1,
  #panel-2-ctrl:checked ~ #panels #panel-2,
  #panel-3-ctrl:checked ~ #panels #panel-3,
  #panel-4-ctrl:checked ~ #panels #panel-4,
  #panel-5-ctrl:checked ~ #panels #panel-5 {
    height: auto;
    opacity: 1; }

  #panel-1-ctrl:checked ~ #panels #panel-1 main,
  #panel-2-ctrl:checked ~ #panels #panel-2 main,
  #panel-3-ctrl:checked ~ #panels #panel-3 main,
  #panel-4-ctrl:checked ~ #panels #panel-4 main,
  #panel-5-ctrl:checked ~ #panels #panel-5 main {
    max-height: initial;
    opacity: 1;
    padding: 0; }

  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1,
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2,
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3,
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4,
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    pointer-events: none;
    cursor: default; }

  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label,
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label,
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label,
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label,
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    background-color: white;
    color: #b50909; }

  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after,
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after,
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after,
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after,
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label::after {
    height: 5px; } }
ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
  font-size: 16px; }
  @media only screen and (max-width: 599px) {
    ul#tabs-list {
      display: none; } }

ul#tabs-list li {
  text-align: center;
  font-weight: bold;
  width: 20%;
  position: relative; }

ul#tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
  border-right: none; }

ul#tabs-list li label.panel-label {
  position: relative;
  padding: 0 0 20px; }

ul#tabs-list li label.panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #b50909;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms; }

ul#tabs-list li label.panel-label:hover::after {
  height: 5px; }

.c_sp_title {
  display: none; }
  @media only screen and (max-width: 599px) {
    .c_sp_title {
      display: inherit;
      border-bottom: 1px dotted #ccc;
      background: #eee;
      color: #999;
      font-size: 13px;
      padding: 3px 0;
      text-align: center; } }

.sp_tab-list {
  display: none; }
  @media only screen and (max-width: 599px) {
    .sp_tab-list {
      display: inherit; }
      .sp_tab-list ul {
        display: flex;
        justify-content: space-between;
        margin: 0 5px; }
        .sp_tab-list ul li {
          width: 18%; }
          .sp_tab-list ul li a {
            display: block;
            font-size: 12px;
            text-align: center;
            text-decoration: none;
            height: 52px;
            line-height: 48px;
            color: #000;
            border: 1px solid #000;
            border-radius: 50%;
            letter-spacing: 1px; }
            .sp_tab-list ul li a span {
              position: relative;
              display: inline-block;
              padding: 0 0 16px 0;
              vertical-align: middle;
              text-decoration: none; }
            .sp_tab-list ul li a span::before {
              position: absolute;
              bottom: 22px;
              left: 0;
              right: 0;
              margin: auto;
              content: "";
              vertical-align: middle;
              width: 6px;
              height: 6px;
              border-top: 1px solid #000;
              border-right: 1px solid #000;
              -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
            .sp_tab-list ul li a span::after {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              content: "";
              vertical-align: middle; }
      .sp_tab-list .jyoken_btn {
        display: block;
        width: 50%;
        color: #fff;
        background: #000;
        border-radius: 5px;
        text-decoration: none;
        text-align: center;
        padding: 5px;
        margin: 10px auto; }
        .sp_tab-list .jyoken_btn span {
          position: relative;
          display: inline-block;
          padding: 0 16px 0 0;
          vertical-align: middle;
          text-decoration: none; }
        .sp_tab-list .jyoken_btn span::before {
          position: absolute;
          top: 6px;
          right: 0;
          margin: auto;
          content: "";
          vertical-align: middle;
          width: 6px;
          height: 6px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
        .sp_tab-list .jyoken_btn span::after {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          content: "";
          vertical-align: middle; } }

@media only screen and (min-width: 960px) {
  main ul.catelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0; } }
main ul.catelist li {
  width: 350px;
  margin: 0 0 15px;
  border: 3px solid #eee; }
  @media only screen and (max-width: 599px) {
    main ul.catelist li {
      display: block;
      width: auto;
      margin: 0;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-bottom: 1px dotted #ccc; }
      main ul.catelist li:last-child {
        border: none; } }
  main ul.catelist li a {
    display: block;
    color: #000;
    padding: 15px;
    min-height: 135px;
    text-decoration: none;
    position: relative; }
    @media only screen and (max-width: 599px) {
      main ul.catelist li a {
        padding: 5px;
        min-height: 60px; } }
    main ul.catelist li a:hover {
      opacity: 0.8; }
    main ul.catelist li a img {
      position: absolute;
      top: 18px;
      left: 18px; }
      @media only screen and (max-width: 599px) {
        main ul.catelist li a img {
          top: 5px;
          left: 5px;
          width: 60px;
          height: 60px; } }
    main ul.catelist li a p {
      font-size: 14px;
      line-height: 1.5em;
      padding: 5px 0 0 145px; }
      @media only screen and (max-width: 599px) {
        main ul.catelist li a p {
          font-size: 10px;
          line-height: 1.3em;
          padding: 0 0 0 70px;
          color: #888; } }
      main ul.catelist li a p span {
        font-weight: bold;
        font-size: 16px;
        display: block;
        margin: 0 0 8px;
        padding: 0 0 0 17px; }
        @media only screen and (max-width: 599px) {
          main ul.catelist li a p span {
            font-size: 13px;
            margin: 3px 0 5px;
            padding: 0 0 0 10px;
            color: #000; } }
        main ul.catelist li a p span.icon_c::before {
          left: 0;
          width: 4px;
          height: 4px;
          border-top: 2px solid #b20000;
          border-right: 2px solid #b20000;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.panel-radios {
  display: none; }

.cs_form {
  border: #eee 5px solid;
  padding: 8px 20px;
  width: 760px;
  margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    .cs_form {
      width: auto;
      padding: 0;
      margin: 0 10px;
      border: #eee 3px solid;
      padding: 5px 10px; } }
  .cs_form dl {
    border-bottom: 1px dotted #ccc;
    padding: 13px 0;
    font-size: 16px; }
    @media only screen and (max-width: 599px) {
      .cs_form dl {
        padding: 5px 0;
        border: none;
        font-size: 13px; } }
    .cs_form dl dt {
      float: left;
      width: 15%;
      text-indent: 1em;
      line-height: 36px; }
      @media only screen and (max-width: 599px) {
        .cs_form dl dt {
          float: none;
          text-indent: 0;
          line-height: 1.5em;
          width: auto;
          font-weight: bold; } }
    .cs_form dl dd {
      float: left;
      width: 85%;
      /* css checkbox01 */ }
      @media only screen and (max-width: 599px) {
        .cs_form dl dd {
          float: none;
          width: auto; } }
      .cs_form dl dd table {
        width: 100%; }
        @media only screen and (max-width: 599px) {
          .cs_form dl dd table td {
            padding: 0 0 7px; } }
      .cs_form dl dd input, .cs_form dl dd select {
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
      .cs_form dl dd select {
        font-size: 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        margin: 0;
        height: 36px;
        background: transparent;
        position: relative;
        z-index: 1;
        padding: 0 40px 0 5px;
        border: 1px solid #ccc; }
        @media only screen and (max-width: 599px) {
          .cs_form dl dd select {
            font-size: 14px;
            border-radius: 0; } }
        .cs_form dl dd select::-ms-expand {
          display: none; }
      .cs_form dl dd .selectWrap {
        position: relative;
        display: inline-block; }
        .cs_form dl dd .selectWrap::before {
          content: '';
          position: absolute;
          z-index: 0;
          top: 0;
          right: 0;
          background: #fff;
          height: 100%;
          width: 30px; }
        .cs_form dl dd .selectWrap::after {
          content: '';
          position: absolute;
          z-index: 0;
          top: 0;
          bottom: 0;
          margin: auto 0;
          right: 9px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 6px 0 6px;
          border-color: #ccc transparent transparent transparent; }
      .cs_form dl dd .checkbox01-input {
        display: none; }
      .cs_form dl dd .checkbox01-parts {
        padding-left: 25px;
        position: relative;
        margin-right: 25px; }
      .cs_form dl dd .checkbox01-parts::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 17px;
        height: 17px;
        border: 1px solid #ccc; }
      .cs_form dl dd .checkbox01-input:checked + .checkbox01-parts {
        color: #000; }
      .cs_form dl dd .checkbox01-input:checked + .checkbox01-parts::after {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: 5px;
        width: 5px;
        height: 9px;
        transform: rotate(40deg);
        border-bottom: 3px solid #000;
        border-right: 3px solid #000; }
  .cs_form .cs_btn {
    margin: 20px 0 20px;
    text-align: center; }
    @media only screen and (max-width: 599px) {
      .cs_form .cs_btn input[type="submit"],
      .cs_form .cs_btn input[type="button"] {
        border-radius: 0;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        appearance: button;
        border: none;
        box-sizing: border-box;
        cursor: pointer; }
      .cs_form .cs_btn input[type="submit"]::-webkit-search-decoration,
      .cs_form .cs_btn input[type="button"]::-webkit-search-decoration {
        display: none; }
      .cs_form .cs_btn input[type="submit"]::focus,
      .cs_form .cs_btn input[type="button"]::focus {
        outline-offset: -2px; } }
    .cs_form .cs_btn input {
      font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
      font-size: 16px;
      width: 400px;
      background: #000;
      border-radius: 4px;
      padding: 15px 0;
      border: 0;
      color: #fff;
      cursor: pointer;
      font-weight: bold; }
      @media only screen and (max-width: 599px) {
        .cs_form .cs_btn input {
          width: 70%;
          padding: 10px 0;
          font-size: 14px;
          border-radius: 4px; } }
      .cs_form .cs_btn input:hover {
        background: #333; }

.box_room {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin: 0 0 20px;
  border: 1px solid #ccc;
  padding: 20px; }
  @media only screen and (max-width: 599px) {
    .box_room {
      -webkit-flex-direction: column;
      /* Safari */
      flex-direction: column;
      padding: 10px; } }
  .box_room li {
    width: 48%; }
    @media only screen and (max-width: 599px) {
      .box_room li {
        width: 100%; } }
    .box_room li img {
      width: 100%; }
      @media only screen and (max-width: 599px) {
        .box_room li img {
          margin: 0 0 10px; } }
    .box_room li a.btn {
      display: block;
      background: #b20000;
      border-radius: 4px;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      border-bottom: 3px solid #8A0002;
      padding: 18px 0 15px; }
      @media only screen and (max-width: 599px) {
        .box_room li a.btn {
          font-size: 14px;
          padding: 10px 0 7px; } }

.box_article {
  width: 1000px;
  margin: 0 auto; }
  .box_article .title {
    position: relative;
    height: 145px; }
    .box_article .title .effect {
      background: #040821;
      width: 100%;
      height: 100%;
      opacity: 0.5;
      z-index: 10; }
    .box_article .title h2 {
      text-align: center;
      font-size: 34px;
      line-height: 1.1em;
      color: #fff;
      z-index: 20;
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      background: none;
      padding: 0;
      height: auto;
      font-weight: bold; }
      .box_article .title h2 span {
        font-size: 14px;
        font-weight: lighter; }

/*おすすめ物件*/
.article_wrap {
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 959px) {
    .article_wrap {
      width: auto;
      margin: 0 10px; } }
  .article_wrap .mainimage {
    margin: 0 0 20px; }
    @media only screen and (max-width: 959px) {
      .article_wrap .mainimage {
        margin: 0 0 10px; } }
    .article_wrap .mainimage img {
      width: 100%; }
  .article_wrap .point_youtube {
    display: flex;
    justify-content: space-between;
    margin: 60px 0; }
    @media only screen and (max-width: 959px) {
      .article_wrap .point_youtube {
        flex-direction: column; } }
    .article_wrap .point_youtube li {
      text-align: left; }
      .article_wrap .point_youtube li:first-child {
        width: 65%; }
        @media only screen and (max-width: 959px) {
          .article_wrap .point_youtube li:first-child {
            width: auto; } }
      .article_wrap .point_youtube li:last-child {
        width: 30%; }
        @media only screen and (max-width: 959px) {
          .article_wrap .point_youtube li:last-child {
            width: auto; } }
      .article_wrap .point_youtube li .youtube_box {
        margin: 10px 0 0 0;
        position: relative;
        width: 100%;
        padding-top: 56.25%; }
        .article_wrap .point_youtube li .youtube_box iframe {
          position: absolute;
          top: 0;
          right: 0;
          width: 100% !important;
          height: 100% !important; }
      .article_wrap .point_youtube li .line {
        font-size: 12px;
        font-weight: bold;
        color: #b20000;
        display: flex;
        align-items: center;
        margin: 0 0 5px; }
        .article_wrap .point_youtube li .line:after {
          margin-left: 8px;
          border-top: 1px solid #b20000;
          content: "";
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
        @media only screen and (max-width: 959px) {
          .article_wrap .point_youtube li .line {
            font-size: 10px; } }
      .article_wrap .point_youtube li .subtitle {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5em;
        margin: 0 0 10px; }
        @media only screen and (max-width: 959px) {
          .article_wrap .point_youtube li .subtitle {
            font-size: 14px;
            margin: 0 0 5px; } }
      .article_wrap .point_youtube li a {
        font-size: 16px;
        display: block;
        background: #b20000;
        border-bottom: #7E0000 4px solid;
        color: #ffff;
        text-align: center;
        font-weight: bold;
        padding: 15px 0;
        margin: 10px 0 0;
        text-decoration: none; }
        .article_wrap .point_youtube li a:hover {
          border-top: #fff 4px solid;
          border-bottom: none; }
  .article_wrap .menu_box {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
    @media only screen and (max-width: 959px) {
      .article_wrap .menu_box {
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
        margin: 0 0 40px; } }
    .article_wrap .menu_box li {
      width: 24%;
      margin: 0 0 40px; }
      @media only screen and (max-width: 959px) {
        .article_wrap .menu_box li {
          width: 48%;
          margin: 0 0 10px; } }
      .article_wrap .menu_box li a {
        border: 2px solid #b20000;
        display: block;
        box-shadow: 4px 4px #eee;
        color: #b20000;
        text-decoration: none; }
        @media only screen and (max-width: 599px) {
          .article_wrap .menu_box li a {
            border: 1px solid #b20000;
            box-shadow: 2px 2px #eee; } }
        .article_wrap .menu_box li a img {
          float: left;
          padding: 10px; }
          @media only screen and (max-width: 599px) {
            .article_wrap .menu_box li a img {
              padding: 5px;
              width: 45px;
              height: auto; } }
        .article_wrap .menu_box li a p {
          padding: 20px 0 0 0;
          text-align: center;
          font-size: 20px;
          font-weight: bold; }
          @media only screen and (max-width: 599px) {
            .article_wrap .menu_box li a p {
              padding: 10px 0 0 0;
              font-size: 14px; } }
          .article_wrap .menu_box li a p span {
            margin: 5px 0 0 0;
            display: block;
            font-size: 12px;
            letter-spacing: .1em; }
            @media only screen and (max-width: 599px) {
              .article_wrap .menu_box li a p span {
                margin: 0;
                font-size: 8px; } }
  .article_wrap .title_icon {
    text-align: center;
    margin: 0 0 20px; }
    .article_wrap .title_icon img {
      width: 35%;
      height: auto; }
    @media only screen and (max-width: 599px) {
      .article_wrap .title_icon {
        margin: 0 0 20px; }
        .article_wrap .title_icon img {
          width: 65%;
          height: auto; } }
  .article_wrap .title_icon_new {
    width: 400px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 20px;
    color: #b20000; }
    .article_wrap .title_icon_new p {
      padding: 0 0 0 70px;
      font-size: 22px; }
      .article_wrap .title_icon_new p.pickup {
        background: url(/files/img/article/azul/icon_pickup.png) no-repeat left center; }
      .article_wrap .title_icon_new p span {
        font-size: 14px;
        margin: 0 0 0 20px; }
  .article_wrap .maincatch {
    background: #f2f2f2;
    text-align: center;
    padding: 50px;
    line-height: 2em;
    margin: 0 0 60px; }
    @media only screen and (max-width: 959px) {
      .article_wrap .maincatch {
        padding: 20px;
        margin: 0 0 40px;
        text-align: left;
        line-height: 1.8em; } }
    .article_wrap .maincatch .mt {
      font-family: "Noto Serif JP","游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif !important;
      font-size: 28px;
      margin: 0 0 20px; }
      @media only screen and (max-width: 599px) {
        .article_wrap .maincatch .mt {
          font-size: 16px;
          font-weight: bold;
          margin: 0 0 10px; } }
    .article_wrap .maincatch img {
      display: block;
      margin: 0 auto 20px; }
      @media only screen and (max-width: 959px) {
        .article_wrap .maincatch img {
          display: none; } }
  .article_wrap .maincatch_gentei {
    text-align: center;
    padding: 50px;
    line-height: 2em;
    margin: 0 0 30px;
    border: 5px solid #eee; }
    @media only screen and (max-width: 599px) {
      .article_wrap .maincatch_gentei {
        background: #f2f2f2;
        padding: 10px;
        margin: 0 0 20px;
        text-align: left;
        line-height: 1.6em;
        border: none; } }
    .article_wrap .maincatch_gentei .mt {
      font-family: "Noto Serif JP","游明朝", "YuMincho", "HG明朝B", "ＭＳ 明朝", "MS PMincho", serif !important;
      font-size: 28px;
      margin: 0 0 20px; }
      @media only screen and (max-width: 599px) {
        .article_wrap .maincatch_gentei .mt {
          font-size: 16px;
          font-weight: bold;
          margin: 0 0 5px; } }
  .article_wrap .photo_slider {
    text-align: center;
    margin: 0 0 120px; }
    .article_wrap .photo_slider img {
      width: auto;
      height: 300px; }
      @media only screen and (max-width: 599px) {
        .article_wrap .photo_slider img {
          height: 200px; } }
    @media only screen and (max-width: 599px) {
      .article_wrap .photo_slider {
        margin: 0 0 40px; } }
    .article_wrap .photo_slider .red_title {
      background: #b20000;
      color: #fff;
      font-size: 18px;
      display: block;
      padding: 10px;
      width: 8em; }
      @media only screen and (max-width: 599px) {
        .article_wrap .photo_slider .red_title {
          font-size: 13px;
          padding: 6px 0; } }
    .article_wrap .photo_slider .tyusyaku {
      font-size: 12px; }
      @media only screen and (max-width: 599px) {
        .article_wrap .photo_slider .tyusyaku {
          font-size: 10px; } }
  .article_wrap .box_point_a {
    position: relative;
    min-height: 450px;
    margin: 0 0 40px; }
    @media only screen and (max-width: 959px) {
      .article_wrap .box_point_a {
        min-height: auto;
        margin: 0 0 20px; } }
    .article_wrap .box_point_a dt {
      position: absolute;
      top: 0;
      left: 0;
      width: 700px; }
      @media only screen and (max-width: 959px) {
        .article_wrap .box_point_a dt {
          width: auto;
          position: inherit; } }
      .article_wrap .box_point_a dt img {
        width: 100%; }
    .article_wrap .box_point_a dd {
      position: absolute;
      top: 150px;
      right: 0;
      background: #fff;
      width: 550px;
      padding: 20px 0 20px 20px; }
      @media only screen and (max-width: 959px) {
        .article_wrap .box_point_a dd {
          width: auto;
          position: inherit;
          padding: 0;
          top: 0;
          margin: 10px 0 0 0; } }
      .article_wrap .box_point_a dd .line {
        font-size: 12px;
        font-weight: bold;
        color: #b20000;
        display: flex;
        align-items: center;
        margin: 0 0 5px; }
        .article_wrap .box_point_a dd .line:after {
          margin-left: 8px;
          border-top: 1px solid #b20000;
          content: "";
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
        @media only screen and (max-width: 959px) {
          .article_wrap .box_point_a dd .line {
            font-size: 10px; } }
      .article_wrap .box_point_a dd .subtitle {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5em;
        margin: 0 0 10px; }
        @media only screen and (max-width: 959px) {
          .article_wrap .box_point_a dd .subtitle {
            font-size: 14px;
            margin: 0 0 5px; } }
  .article_wrap .box_point_b {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 40px; }
    @media only screen and (max-width: 959px) {
      .article_wrap .box_point_b {
        margin: 0; } }
    .article_wrap .box_point_b li {
      width: 48%;
      margin: 0 0 30px; }
      @media only screen and (max-width: 959px) {
        .article_wrap .box_point_b li {
          width: 100%;
          margin: 0 0 20px; } }
      .article_wrap .box_point_b li img {
        width: 100%; }
      .article_wrap .box_point_b li .line {
        font-size: 12px;
        font-weight: bold;
        color: #b20000;
        display: flex;
        align-items: center;
        margin: 10px 0 5px; }
        .article_wrap .box_point_b li .line:after {
          margin-left: 8px;
          border-top: 1px solid #b20000;
          content: "";
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
        @media only screen and (max-width: 959px) {
          .article_wrap .box_point_b li .line {
            font-size: 10px; } }
      .article_wrap .box_point_b li .subtitle {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5em;
        margin: 0 0 10px; }
        @media only screen and (max-width: 959px) {
          .article_wrap .box_point_b li .subtitle {
            font-size: 14px;
            margin: 0 0 5px; } }
  .article_wrap .btn_arrow {
    position: relative;
    display: inline-block;
    padding-left: 18px; }
    .article_wrap .btn_arrow:before {
      content: '';
      width: 7px;
      height: 7px;
      border: 0px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      left: 0; }
  .article_wrap .box_contact {
    background: #f2ebdf;
    padding: 20px;
    margin: 20px 0 2px;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
    @media only screen and (max-width: 959px) {
      .article_wrap .box_contact {
        margin: 10px 0 2px;
        padding: 10px;
        -webkit-flex-direction: column;
        /* Safari */
        flex-direction: column; } }
    .article_wrap .box_contact dt {
      width: 48%; }
      @media only screen and (max-width: 959px) {
        .article_wrap .box_contact dt {
          width: auto;
          margin: 0 0 10px; } }
      .article_wrap .box_contact dt a {
        display: block;
        background: #eb7400;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        font-size: 20px;
        padding: 25px 0;
        border-bottom: 3px solid #bf5a00; }
        @media only screen and (max-width: 959px) {
          .article_wrap .box_contact dt a {
            font-size: 16px;
            padding: 14px; } }
        .article_wrap .box_contact dt a:hover {
          border-bottom: none;
          margin: 3px 0 0 0; }
        .article_wrap .box_contact dt a .btn_arrow:before {
          margin-top: -2px; }
    .article_wrap .box_contact dd {
      width: 48%;
      background: #fff;
      text-align: center;
      font-size: 16px;
      padding: 10px; }
      @media only screen and (max-width: 959px) {
        .article_wrap .box_contact dd {
          width: auto;
          font-size: 12px;
          padding: 10px 0 5px; }
          .article_wrap .box_contact dd p {
            text-align: center; } }
      .article_wrap .box_contact dd span {
        font-weight: bold; }
      .article_wrap .box_contact dd .tel {
        color: #b20000;
        font-size: 20px;
        margin: 8px 0 0 0; }
        .article_wrap .box_contact dd .tel a {
          color: #b20000;
          text-decoration: none; }
        .article_wrap .box_contact dd .tel span {
          font-size: 32px; }
        @media only screen and (max-width: 959px) {
          .article_wrap .box_contact dd .tel {
            font-size: 14px;
            margin: 0; }
            .article_wrap .box_contact dd .tel span {
              font-size: 20px; } }
      .article_wrap .box_contact dd.lineset {
        padding: 0; }
        .article_wrap .box_contact dd.lineset a.btn_line {
          padding: 25px 0;
          color: #57b763;
          text-decoration: none;
          display: block;
          border: 2px solid #57b763;
          background: linear-gradient(0deg, #eeeeee 4%, white 4%, white 100%); }
          @media only screen and (max-width: 959px) {
            .article_wrap .box_contact dd.lineset a.btn_line {
              padding: 14px 0; } }
          .article_wrap .box_contact dd.lineset a.btn_line span {
            position: relative;
            padding: 0 0 0 55px;
            font-size: 20px; }
            @media only screen and (max-width: 959px) {
              .article_wrap .box_contact dd.lineset a.btn_line span {
                font-size: 16px;
                padding: 0 0 0 40px; } }
            .article_wrap .box_contact dd.lineset a.btn_line span:before {
              position: absolute;
              top: -7px;
              left: 0;
              content: "";
              width: 45px;
              height: 45px;
              background: url("../img/article/icon_line.svg") no-repeat left top;
              background-size: 45px; }
              @media only screen and (max-width: 959px) {
                .article_wrap .box_contact dd.lineset a.btn_line span:before {
                  top: -4px;
                  width: 30px;
                  height: 30px;
                  background: url("../img/article/icon_line.svg") no-repeat left top;
                  background-size: 30px; } }
  .article_wrap .conttact_tel_small {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0 0 120px; }
    .article_wrap .conttact_tel_small a {
      font-weight: bold;
      text-decoration: none; }
    @media only screen and (max-width: 599px) {
      .article_wrap .conttact_tel_small {
        font-size: 12px; }
        .article_wrap .conttact_tel_small span {
          font-size: 9px; } }
  .article_wrap .disp_map {
    position: relative;
    padding-bottom: 45%;
    height: 0;
    /*padding-top: 30px;
    overflow: hidden;*/
    margin: 0 0 40px; }
    @media only screen and (max-width: 599px) {
      .article_wrap .disp_map {
        padding-bottom: 136%;
        margin: 0 0 20px; } }
  .article_wrap .disp_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    @media only screen and (max-width: 599px) {
      .article_wrap .disp_map iframe {
        height: 100%; } }

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 20px; }
  .youtube iframe {
    width: 100%;
    height: 100%;
    margin: 0 auto; }

.other {
  margin: 40px 0 0 0; }
  @media only screen and (max-width: 599px) {
    .other {
      margin: 20px 0 0 0; } }
  .other .slider_other {
    margin: 10px 0 0 0;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap; }
    @media only screen and (max-width: 599px) {
      .other .slider_other {
        margin: 15px 5px 0;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    .other .slider_other li {
      width: 204px;
      padding: 0 5px;
      font-size: 12px;
      margin: 0 18px 30px;
      position: relative;
      line-height: 1.5em; }
      @media only screen and (max-width: 599px) {
        .other .slider_other li {
          width: 130px;
          margin: 0 0 20px;
          line-height: 1.3em; } }
      .other .slider_other li a {
        color: #000;
        text-decoration: none; }
        @media only screen and (max-width: 599px) {
          .other .slider_other li a {
            font-size: 10px; } }
        .other .slider_other li a.disp_aki:before {
          display: block;
          position: absolute;
          left: -1px;
          content: "";
          border: 3px solid transparent;
          border-top-color: #72004d;
          border-right-color: #72004d;
          top: 24px; }
        .other .slider_other li a.disp_aki:after {
          display: block;
          position: absolute;
          left: -1px;
          content: "空室";
          background: #a4036f;
          color: #fff;
          font-weight: bold;
          padding: 0 16px;
          height: 20px;
          line-height: 20px;
          top: 5px;
          z-index: 10; }
        .other .slider_other li a.disp_yotei:before {
          display: block;
          position: absolute;
          left: -1px;
          content: "";
          border: 3px solid transparent;
          border-top-color: #006f87;
          border-right-color: #006f87;
          top: 24px; }
        .other .slider_other li a.disp_yotei:after {
          display: block;
          position: absolute;
          left: -1px;
          content: "空き予定";
          background: #048ba8;
          color: #fff;
          font-weight: bold;
          padding: 0 4px;
          height: 20px;
          line-height: 20px;
          top: 5px;
          z-index: 10; }
        .other .slider_other li a.disp_kaisou:before {
          display: block;
          position: absolute;
          left: -1px;
          content: "";
          border: 3px solid transparent;
          border-top-color: #00a468;
          border-right-color: #00a468;
          top: 24px; }
        .other .slider_other li a.disp_kaisou:after {
          display: block;
          position: absolute;
          left: -1px;
          content: "改装中";
          background: #16db93;
          color: #fff;
          font-weight: bold;
          padding: 0 10px;
          height: 20px;
          line-height: 20px;
          top: 5px;
          z-index: 10; }
        .other .slider_other li a.disp_syodan:before {
          display: block;
          position: absolute;
          left: -1px;
          content: "";
          border: 3px solid transparent;
          border-top-color: #c52222;
          border-right-color: #c52222;
          top: 24px; }
        .other .slider_other li a.disp_syodan:after {
          display: block;
          position: absolute;
          left: -1px;
          content: "商談中";
          background: #f04242;
          color: #fff;
          font-weight: bold;
          padding: 0 10px;
          height: 20px;
          line-height: 20px;
          top: 5px;
          z-index: 10; }
        .other .slider_other li a.disp_nyukyo:before {
          display: block;
          position: absolute;
          left: -1px;
          content: "";
          border: 3px solid transparent;
          border-top-color: #ce731a;
          border-right-color: #ce731a;
          top: 24px; }
        .other .slider_other li a.disp_nyukyo:after {
          display: block;
          position: absolute;
          left: -1px;
          content: "入居中";
          background: #f29e4c;
          color: #fff;
          font-weight: bold;
          padding: 0 10px;
          height: 20px;
          line-height: 20px;
          top: 5px;
          z-index: 10; }
        .other .slider_other li a.disp_kentiku:before {
          display: block;
          position: absolute;
          left: -1px;
          content: "";
          border: 3px solid transparent;
          border-top-color: #0d3463;
          border-right-color: #0d3463;
          top: 24px; }
        .other .slider_other li a.disp_kentiku:after {
          display: block;
          position: absolute;
          left: -1px;
          content: "建築中";
          background: #254f8d;
          color: #fff;
          font-weight: bold;
          padding: 0 10px;
          height: 20px;
          line-height: 20px;
          top: 5px;
          z-index: 10; }
      .other .slider_other li .roomtype {
        display: block;
        position: absolute;
        background: #000;
        color: #fff;
        left: 55px;
        top: 5px;
        height: 20px;
        line-height: 20px;
        padding: 0 4px; }
        @media only screen and (max-width: 599px) {
          .other .slider_other li .roomtype {
            left: 49px; } }
      .other .slider_other li img {
        width: 100%;
        height: auto;
        margin: 0 0 3px; }
        @media only screen and (max-width: 599px) {
          .other .slider_other li img {
            margin: 0; } }
      .other .slider_other li .hosoku {
        font-size: 20px;
        letter-spacing: -1px;
        font-weight: bold;
        vertical-align: middle;
        margin: 5px 0 0 0; }
        @media only screen and (max-width: 599px) {
          .other .slider_other li .hosoku {
            font-size: 16px;
            margin: 0; } }
        .other .slider_other li .hosoku .num {
          background: #444;
          color: #fff;
          font-size: 12px;
          font-weight: lighter;
          padding: 3px 4px;
          vertical-align: middle; }
          @media only screen and (max-width: 599px) {
            .other .slider_other li .hosoku .num {
              font-size: 10px; } }
        .other .slider_other li .hosoku .yen {
          margin: 0 0 0 2px;
          font-size: 12px; }
          @media only screen and (max-width: 599px) {
            .other .slider_other li .hosoku .yen {
              font-size: 10px; } }

.other_gentei {
  margin: 20px 0 80px 0; }
  @media only screen and (max-width: 599px) {
    .other_gentei {
      margin: 20px 0 40px 0; } }
  .other_gentei .slider_other_gentei {
    margin: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 599px) {
      .other_gentei .slider_other_gentei {
        margin: 10px 0 0;
        justify-content: space-between; } }
    .other_gentei .slider_other_gentei li {
      width: 230px;
      padding: 0;
      font-size: 12px;
      margin: 0  26.5px 30px 0;
      position: relative;
      line-height: 1.5em; }
      .other_gentei .slider_other_gentei li:nth-child(4n) {
        margin: 0 0 30px; }
      @media only screen and (max-width: 599px) {
        .other_gentei .slider_other_gentei li {
          width: 47.5%;
          margin: 0 0 20px;
          line-height: 1.3em; } }
      .other_gentei .slider_other_gentei li a {
        color: #000;
        text-decoration: none; }
        @media only screen and (max-width: 599px) {
          .other_gentei .slider_other_gentei li a {
            font-size: 10px; } }
        .other_gentei .slider_other_gentei li a:after {
          display: block;
          position: absolute;
          color: #fff;
          font-weight: bold;
          text-align: center;
          width: 60px;
          height: 23px;
          line-height: 23px;
          top: 0;
          left: 0;
          z-index: 10; }
          @media only screen and (max-width: 599px) {
            .other_gentei .slider_other_gentei li a:after {
              width: 50px;
              height: 21px;
              line-height: 21px; } }
        .other_gentei .slider_other_gentei li a.disp_aki:after {
          content: "空室";
          background: #a4036f; }
        .other_gentei .slider_other_gentei li a.disp_yotei:after {
          content: "空き予定";
          background: #048ba8; }
        .other_gentei .slider_other_gentei li a.disp_kaisou:after {
          content: "改装中";
          background: #16db93; }
        .other_gentei .slider_other_gentei li a.disp_syodan:after {
          content: "商談中";
          background: #f04242; }
        .other_gentei .slider_other_gentei li a.disp_nyukyo:after {
          content: "入居中";
          background: #f29e4c; }
        .other_gentei .slider_other_gentei li a.disp_kentiku:after {
          content: "建築中";
          background: #254f8d; }
      .other_gentei .slider_other_gentei li img {
        width: 100%;
        height: auto;
        margin: 0 0 3px; }
        @media only screen and (max-width: 599px) {
          .other_gentei .slider_other_gentei li img {
            margin: 0; } }
      .other_gentei .slider_other_gentei li .hosoku {
        font-size: 20px;
        letter-spacing: 0;
        font-weight: bold;
        vertical-align: middle;
        margin: 5px 0; }
        @media only screen and (max-width: 599px) {
          .other_gentei .slider_other_gentei li .hosoku {
            font-size: 16px;
            margin: 0; } }
        .other_gentei .slider_other_gentei li .hosoku .yen {
          margin: 0 0 0 2px;
          font-size: 12px; }
          @media only screen and (max-width: 599px) {
            .other_gentei .slider_other_gentei li .hosoku .yen {
              font-size: 10px; } }
      .other_gentei .slider_other_gentei li .copy {
        font-size: 14px;
        line-height: 1.47em;
        margin: 0 0 5px;
        word-break: break-all; }
        @media only screen and (max-width: 599px) {
          .other_gentei .slider_other_gentei li .copy {
            font-size: 12px;
            line-height: 1.5em;
            margin: 5px 0 0; } }
      .other_gentei .slider_other_gentei li .num {
        color: #666;
        font-size: 12px;
        font-weight: lighter;
        vertical-align: middle; }
        @media only screen and (max-width: 599px) {
          .other_gentei .slider_other_gentei li .num {
            font-size: 9px; } }

.osusume_list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin: 0 25px 60px; }
  @media only screen and (max-width: 599px) {
    .osusume_list {
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      margin: 0 10px 30px; } }
  .osusume_list li {
    width: 21%; }
    @media only screen and (max-width: 599px) {
      .osusume_list li {
        width: 47%;
        margin: 0 0 15px; } }
    .osusume_list li img {
      width: 100%; }
    .osusume_list li a {
      color: #000;
      text-decoration: none; }
      .osusume_list li a .name {
        display: block;
        font-weight: bold;
        line-height: 1.2em;
        margin: 5px 0 0; }
      .osusume_list li a .add {
        font-size: 12px;
        color: #666; }
        @media only screen and (max-width: 599px) {
          .osusume_list li a .add {
            margin: 2px 0 0 0;
            font-size: 10px;
            display: block;
            line-height: 1.2em; } }

.backtop a {
  display: block;
  background: #ddd;
  color: #666;
  width: 200px;
  text-align: center;
  text-decoration: none;
  padding: 10px; }
  .backtop a span {
    padding: 0 0 0 12px; }
  .backtop a:hover {
    opacity: 0.6; }

/*address ensen*/
.search_check {
  border: 5px solid #eee;
  padding: 20px;
  margin: 0 0 20px;
  /*Radio Check*/
  /** before after **/
  /** input **/ }
  @media only screen and (max-width: 599px) {
    .search_check {
      padding: 10px; } }
  .search_check dt {
    border-bottom: 1px solid #999;
    padding: 0 0 9px;
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 599px) {
      .search_check dt {
        margin: 0 0 10px;
        font-size: 14px; } }
  .search_check dd {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap; }
    .search_check dd p {
      width: 33%;
      font-size: 16px;
      margin: 0 0 15px; }
      @media only screen and (max-width: 599px) {
        .search_check dd p {
          font-size: 13px;
          width: 50%;
          margin: 0 0 10px; } }
    @media only screen and (max-width: 599px) {
      .search_check dd.route p {
        width: 100%; } }
  .search_check label.checkbox_text {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: calc(30px + 10px);
    line-height: 30px; }
  .search_check label.checkbox_text:after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    top: calc(50% - (((20px / 12 ) * 5) / 2));
    display: block;
    margin-top: calc(((20px / 12 ) * 5) * -1);
    width: calc(((20px / 12 ) * 5));
    height: 20px;
    z-index: 1;
    left: calc((30px / 2) - (((20px / 12 ) * 5) / 2)); }
  .search_check dt label.checkbox_text:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0;
    border: 2px solid #000;
    z-index: 3;
    box-sizing: border-box; }
  .search_check dd label.checkbox_text:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0;
    border: 1px solid #999;
    z-index: 3;
    box-sizing: border-box; }
  .search_check label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    margin: 0px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    outline: none;
    left: calc(30px * -1);
    padding: 0;
    display: block;
    box-shadow: 30px 0px #FFF; }
    .search_check label.checkbox_text input[type="checkbox"]:hover {
      box-shadow: 30px 0px #f2f2f2; }
    .search_check label.checkbox_text input[type="checkbox"]:checked {
      box-shadow: none; }
      .search_check label.checkbox_text input[type="checkbox"]:checked:hover {
        opacity: 0.1;
        box-shadow: 30px 0px #f2f2f2; }

.room_s_btn input[type="submit"] {
  cursor: pointer;
  border-style: none;
  display: block;
  width: 460px;
  background: #b20000;
  border-radius: 4px;
  color: #fff;
  margin: 40px auto;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  padding: 23px 0 20px;
  border-bottom: 3px solid #8A0002; }
  .room_s_btn input[type="submit"]:hover {
    margin: 43px auto 40px;
    border-bottom: none; }
  @media only screen and (max-width: 959px) {
    .room_s_btn input[type="submit"] {
      font-size: 16px;
      padding: 18px 0 15px;
      width: 80%; }
      .room_s_btn input[type="submit"]:hover {
        margin: 40px auto;
        border-bottom: 3px solid #8A0002; } }

.custom_a {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 80px; }
  @media only screen and (max-width: 599px) {
    .custom_a {
      margin: 10px 10px 40px;
      width: auto;
      flex-direction: column; } }
  .custom_a li {
    width: 45%; }
    @media only screen and (max-width: 599px) {
      .custom_a li {
        width: 100%; }
        .custom_a li:first-child {
          text-align: center; }
        .custom_a li img {
          width: 80%;
          margin: 0 0 20px; } }
    .custom_a li p {
      margin: 20px 0 0 0; }
      @media only screen and (max-width: 599px) {
        .custom_a li p {
          margin: 0 0 10px; } }
      .custom_a li p.ate_gray {
        color: #999;
        font-size: 12px;
        margin: 10px 0 0 0; }

.custom_title {
  text-align: center; }
  @media only screen and (max-width: 599px) {
    .custom_title img {
      width: 80%; } }

.custom_b {
  width: 1000px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 599px) {
    .custom_b {
      width: auto;
      margin: 20px 10px; } }
  .custom_b li {
    margin: 0 0 30px; }
    @media only screen and (max-width: 599px) {
      .custom_b li {
        width: 30%;
        margin: 0 0 10px; }
        .custom_b li img {
          width: 100%; } }

.adsense_a {
  margin: 0 0 30px; }

.adsense_b {
  margin: 20px 0; }

#column_set .mokuji_box {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  margin: 50px 0; }
  #column_set .mokuji_box li {
    font-size: 14px;
    list-style-type: decimal;
    list-style-position: inside; }
    @media only screen and (max-width: 599px) {
      #column_set .mokuji_box li {
        font-size: 12px;
        margin: 5px 0; } }
    #column_set .mokuji_box li a {
      color: #222;
      text-decoration: none; }
#column_set .pagelink {
  width: auto;
  margin: 40px 0; }
  #column_set .pagelink ul {
    display: flex;
    justify-content: center; }
    #column_set .pagelink ul li {
      text-align: center;
      width: 200px; }
      @media only screen and (max-width: 959px) {
        #column_set .pagelink ul li {
          width: 32%; } }
      #column_set .pagelink ul li a {
        display: block;
        background: #a7a7a7;
        border-radius: 5px;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        font-weight: lighter;
        height: 4em;
        line-height: 4em; }
        @media only screen and (max-width: 599px) {
          #column_set .pagelink ul li a {
            font-size: 12px;
            height: 4.3em;
            line-height: 4.3em; } }
      #column_set .pagelink ul li span {
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: bold;
        line-height: 2.5em; }

.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  /*border:1px solid #37beb0;*/
  margin: 0 auto; }
  @media only screen and (min-width: 960px) {
    .tab_container {
      width: 1000px; } }

.tab_item {
  width: calc(100%/6);
  padding: 10px 0;
  border-bottom: 2px solid #000;
  background-color: #ececec;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease; }

@media only screen and (min-width: 960px) {
  .tab_item:hover {
    opacity: 0.75; } }
input[name="tab_item"] {
  display: none; }

.tab_content {
  display: none;
  padding: 2em 0 0;
  clear: both;
  overflow: hidden; }

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content {
  display: block; }

.tab_container input:checked + .tab_item {
  background-color: #000;
  color: #fff; }

.recc_list {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 959px) {
    .recc_list {
      width: auto;
      margin: 0 15px; } }
  @media only screen and (max-width: 599px) {
    .recc_list {
      flex-direction: column; } }
  .recc_list li {
    width: 47%;
    margin: 0 0 40px; }
    @media only screen and (max-width: 599px) {
      .recc_list li {
        width: 100%;
        margin: 0 0 20px; } }
    .recc_list li a {
      color: #000;
      text-decoration: none; }
    .recc_list li .imgshadow {
      position: relative;
      display: block;
      background-color: #fff; }
      .recc_list li .imgshadow::before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 9px;
        display: block;
        width: 90%;
        height: 50%;
        box-shadow: 0 10px 4px rgba(0, 0, 0, 0.1); }
      .recc_list li .imgshadow::before {
        right: 4px;
        transform: rotate(2deg); }
    .recc_list li img {
      width: 100%; }
    .recc_list li p {
      margin: 0 0 5px;
      padding: 0;
      line-height: 1.4em;
      font-size: 14px; }
      @media only screen and (max-width: 599px) {
        .recc_list li p {
          font-size: 12px;
          line-height: 1.4em; } }
      .recc_list li p.bu_title {
        color: #666;
        margin: 10px 0 5px; }
        @media only screen and (max-width: 599px) {
          .recc_list li p.bu_title {
            font-size: 12px; } }
        .recc_list li p.bu_title span {
          color: #000;
          font-size: 16px;
          font-weight: bold;
          display: block;
          margin: 0 0 8px; }
          .recc_list li p.bu_title span::before {
            font-size: 10px;
            color: #fff;
            padding: 4px;
            font-weight: lighter;
            height: 1em;
            line-height: 1em;
            margin: 0 5px 0 0; }
            @media only screen and (max-width: 599px) {
              .recc_list li p.bu_title span::before {
                font-size: 8px; } }
          @media only screen and (max-width: 599px) {
            .recc_list li p.bu_title span {
              font-size: 14px;
              margin: 0 0 8px;
              height: 1em;
              line-height: 1em; } }
          .recc_list li p.bu_title span.type_f::before {
            background: #000;
            content: "ファミリー"; }
          .recc_list li p.bu_title span.type_s::before {
            background: #000;
            content: "シングル"; }
          .recc_list li p.bu_title span.type_m::before {
            background: #000;
            content: "　混在　"; }

.recc_sub_list {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 959px) {
    .recc_sub_list {
      width: auto;
      margin: 0 15px; } }
  .recc_sub_list li {
    width: 47%;
    margin: 0 0 40px; }
    @media only screen and (max-width: 599px) {
      .recc_sub_list li {
        width: 100%;
        margin: 0 0 20px; } }
    .recc_sub_list li a {
      position: relative;
      background-color: #fff; }
      .recc_sub_list li a::before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 9px;
        display: block;
        width: 90%;
        height: 50%;
        box-shadow: 0 10px 4px rgba(0, 0, 0, 0.1); }
      .recc_sub_list li a::before {
        right: 4px;
        transform: rotate(2deg); }
    .recc_sub_list li img {
      width: 100%;
      height: auto; }
    .recc_sub_list li p {
      margin: 0 0 5px;
      padding: 0;
      line-height: 1.4em;
      font-size: 14px; }
      @media only screen and (max-width: 599px) {
        .recc_sub_list li p {
          font-size: 12px;
          line-height: 1.4em; } }
      .recc_sub_list li p.bu_title {
        color: #666;
        margin: 10px 0 5px; }
        .recc_sub_list li p.bu_title span {
          color: #000;
          font-size: 16px;
          font-weight: bold;
          display: block;
          margin: 0 0 5px; }
          @media only screen and (max-width: 599px) {
            .recc_sub_list li p.bu_title span {
              font-size: 14px;
              margin: 0 0 2px; } }

.silver_set {
  /*& .tab-switch:checked ~ .tab-label::after {	transform: translateX(-100%);}
  & .tab-switch:checked + .tab-label::after {
  	opacity: 1;
  	transform: translateX(0);
  }*/ }
  .silver_set .intro {
    text-align: center;
    font-size: 14px;
    line-height: 1.7em;
    margin: 20px 0 0 0; }
    @media only screen and (max-width: 959px) {
      .silver_set .intro {
        font-size: 12px;
        line-height: 1.6em;
        text-align: left;
        margin: 10px; } }
  .silver_set .tab-wrap {
    width: 1000px;
    margin: 35px auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0; }
    @media only screen and (max-width: 959px) {
      .silver_set .tab-wrap {
        width: auto;
        margin: 20px 10px; } }
  .silver_set .tab-label {
    color: #000;
    cursor: pointer;
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    order: -1;
    padding: 20px 0;
    position: relative;
    text-align: center;
    transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    user-select: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    border-bottom: 5px solid #000;
    border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
    /*&::after {
    	background: #7c5323;
    	bottom: 0;
    	content: '';
    	display: block;
    	height: 5px;
    	left: 0;
    	opacity: 0;
    	pointer-events: none;
    	position: absolute;
    	transform: translateX(100%);
    	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
    	width: 100%;
    	z-index: 1;
    }*/ }
    @media only screen and (max-width: 959px) {
      .silver_set .tab-label {
        font-size: 14px;
        line-height: 1.2em;
        padding: 7px 0 5px;
        border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px; } }
    .silver_set .tab-label:hover {
      color: #7c5323;
      background: rgba(223, 216, 193, 0.4); }
  .silver_set .tab-switch:checked + .tab-label {
    color: #fff;
    background: #000; }
  .silver_set .tab-content {
    height: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    transform: translateX(-30%);
    transition: transform .3s 80ms, opacity .3s 80ms;
    width: 100%; }
    @media only screen and (max-width: 959px) {
      .silver_set .tab-content img {
        width: 100%;
        height: auto; } }
  .silver_set .tab-switch:checked ~ .tab-content {
    transform: translateX(30%); }
  .silver_set .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    opacity: 1;
    order: 1;
    pointer-events: auto;
    transform: translateX(0); }
  .silver_set .tab-wrap::after {
    content: '';
    height: 20px;
    order: -1;
    width: 100%; }
  .silver_set .tab-switch {
    display: none; }
  .silver_set h3 {
    text-align: center;
    font-size: 16px;
    font-weight: lighter;
    margin: 20px 0 40px; }
    @media only screen and (max-width: 959px) {
      .silver_set h3 {
        font-size: 12px;
        margin: 0 0 15px; } }
    .silver_set h3 span {
      font-weight: bold;
      font-size: 32px;
      display: block; }
      @media only screen and (max-width: 959px) {
        .silver_set h3 span {
          font-size: 18px; } }
    .silver_set h3.anshin {
      color: #00a29a; }
    .silver_set h3.life {
      color: #f39800; }
  .silver_set .info {
    text-align: center;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.7em; }
    @media only screen and (max-width: 959px) {
      .silver_set .info {
        font-size: 12px;
        line-height: 1.4em;
        margin: 0 0 15px;
        text-align: left; } }
  .silver_set .anshin_list {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
    font-size: 14px;
    line-height: 1.7em; }
    @media only screen and (max-width: 959px) {
      .silver_set .anshin_list {
        margin: 20px 0 0 0;
        flex-direction: column;
        font-size: 12px;
        line-height: 1.4em; } }
    .silver_set .anshin_list li {
      width: 30%; }
      @media only screen and (max-width: 959px) {
        .silver_set .anshin_list li {
          width: auto;
          margin: 0 0 10px; } }
      .silver_set .anshin_list li span {
        color: #00a29a;
        font-weight: bold;
        font-size: 18px;
        border-bottom: 2px solid #00a29a;
        display: block;
        margin: 0 0 10px; }
        @media only screen and (max-width: 959px) {
          .silver_set .anshin_list li span {
            font-size: 14px;
            margin: 0 0 5px; } }
  .silver_set .contact_set {
    margin: 40px 0 0 0;
    padding: 20px 20px 15px 30px;
    background: #fef3f0; }
    @media only screen and (max-width: 959px) {
      .silver_set .contact_set {
        margin: 15px 0 0 0;
        padding: 10px 10px 5px 10px; } }
    .silver_set .contact_set dl {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 959px) {
        .silver_set .contact_set dl {
          flex-direction: column; } }
      .silver_set .contact_set dl dt {
        font-size: 14px;
        line-height: 1.4em; }
        @media only screen and (max-width: 959px) {
          .silver_set .contact_set dl dt {
            font-size: 10px;
            line-height: 1.4em;
            margin: 0 0 10px; } }
        .silver_set .contact_set dl dt p {
          font-weight: bold;
          font-size: 18px;
          margin: 0 0 5px; }
          @media only screen and (max-width: 959px) {
            .silver_set .contact_set dl dt p {
              font-size: 14px; } }
          .silver_set .contact_set dl dt p span {
            color: #b20000;
            font-size: 26px; }
            @media only screen and (max-width: 959px) {
              .silver_set .contact_set dl dt p span {
                font-size: 22px; } }
            .silver_set .contact_set dl dt p span.smal {
              font-size: 18px; }
              @media only screen and (max-width: 959px) {
                .silver_set .contact_set dl dt p span.smal {
                  font-size: 14px; } }
      .silver_set .contact_set dl dd {
        width: 360px;
        text-align: center;
        line-height: 1em;
        font-size: 14px;
        color: #b20000; }
        @media only screen and (max-width: 959px) {
          .silver_set .contact_set dl dd {
            width: auto;
            font-size: 12px; } }
        .silver_set .contact_set dl dd a {
          display: block;
          text-decoration: none;
          background: #b20000;
          border-bottom: 4px solid #800000;
          color: #fff;
          font-weight: bold;
          text-align: center;
          font-size: 18px;
          height: 60px;
          line-height: 64px;
          margin: 0 0 5px; }
          @media only screen and (max-width: 959px) {
            .silver_set .contact_set dl dd a {
              font-size: 14px;
              height: 50px;
              line-height: 54px;
              padding: 0 10px; } }
          @media only screen and (min-width: 960px) {
            .silver_set .contact_set dl dd a:hover {
              border-bottom: none;
              border-top: 4px solid #fef3f0;
              line-height: 60px; } }

.article_list_sp li {
  border: 2px solid #eee;
  margin: 0 0 10px; }
  .article_list_sp li a {
    display: block;
    text-decoration: none;
    padding: 5px; }
    .article_list_sp li a dl {
      display: flex;
      align-items: center; }
      .article_list_sp li a dl dt {
        width: 100px;
        height: 75px; }
      .article_list_sp li a dl dd {
        margin: 5px 5px 5px 10px;
        line-height: 1.1em; }
        .article_list_sp li a dl dd strong {
          color: #000;
          display: block;
          margin: 0 0 5px; }
        .article_list_sp li a dl dd span {
          color: #666;
          font-size: 10px; }

.karitas_wrap {
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 959px) {
    .karitas_wrap {
      width: auto; } }
  .karitas_wrap .karitasu_mi {
    margin: 20px 0; }
    @media only screen and (max-width: 599px) {
      .karitas_wrap .karitasu_mi {
        margin: 0; } }
    .karitas_wrap .karitasu_mi img {
      width: 100%; }
  .karitas_wrap h2.karitasu_title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 80px auto 120px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em; }
    @media only screen and (max-width: 599px) {
      .karitas_wrap h2.karitasu_title {
        font-size: 18px;
        margin: 20px auto 30px; } }
    .karitas_wrap h2.karitasu_title:before {
      content: '';
      position: absolute;
      bottom: -30px;
      display: inline-block;
      width: 80px;
      height: 8px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #2ea7e0;
      border-radius: 2px; }
      @media only screen and (max-width: 599px) {
        .karitas_wrap h2.karitasu_title:before {
          bottom: -15px;
          width: 40px;
          height: 4px; } }
  .karitas_wrap .karitasu_box {
    margin: 40px 0;
    /*accordion*/ }
    @media only screen and (max-width: 599px) {
      .karitas_wrap .karitasu_box {
        margin: 0 10px 20px; } }
    .karitas_wrap .karitasu_box img {
      width: 100%; }
    .karitas_wrap .karitasu_box .k_subtitle {
      text-align: center;
      font-weight: bold;
      font-size: 24px;
      color: #2ea7e0;
      margin: 20px 0; }
      @media only screen and (max-width: 599px) {
        .karitas_wrap .karitasu_box .k_subtitle {
          font-size: 14px;
          line-height: 1.6em;
          margin: 10px 0; } }
    .karitas_wrap .karitasu_box .k_point {
      display: flex;
      justify-content: space-between;
      margin: 0 0 40px; }
      @media only screen and (max-width: 599px) {
        .karitas_wrap .karitasu_box .k_point {
          flex-direction: column;
          margin: 0 0 10px; } }
      .karitas_wrap .karitasu_box .k_point li {
        width: 28%;
        border: 2px solid #2ea7e0;
        padding: 15px 15px 30px;
        text-align: center;
        font-size: 20px;
        line-height: 1.5em; }
        @media only screen and (max-width: 599px) {
          .karitas_wrap .karitasu_box .k_point li {
            width: auto;
            margin: 0px 0 5px;
            padding: 8px 5px;
            font-size: 13px;
            border: 1px solid #2ea7e0; } }
        .karitas_wrap .karitasu_box .k_point li span {
          font-size: 12px;
          font-weight: bold;
          background: #2ea7e0;
          width: 6em;
          display: block;
          margin: 10px auto 20px;
          border-radius: 20px;
          color: #fff; }
          @media only screen and (max-width: 599px) {
            .karitas_wrap .karitasu_box .k_point li span {
              font-size: 8px;
              margin: 0px auto 5px; } }
    .karitas_wrap .karitasu_box .k_simple_txt {
      text-align: center;
      margin: 0 0 80px; }
      @media only screen and (max-width: 599px) {
        .karitas_wrap .karitasu_box .k_simple_txt {
          margin: 0 0 20px; } }
      .karitas_wrap .karitasu_box .k_simple_txt span {
        font-size: 12px;
        line-height: 1.6em; }
        @media only screen and (max-width: 599px) {
          .karitas_wrap .karitasu_box .k_simple_txt span {
            font-size: 10px;
            line-height: 1.6em; } }
    .karitas_wrap .karitasu_box .acd-check {
      display: none; }
    .karitas_wrap .karitasu_box .acd-label {
      color: #000;
      font-size: 18px;
      display: block;
      padding: 15px;
      border-bottom: 1px dotted #999; }
      @media only screen and (max-width: 599px) {
        .karitas_wrap .karitasu_box .acd-label {
          font-size: 13px;
          line-height: 1.4em;
          padding: 10px 0; } }
      .karitas_wrap .karitasu_box .acd-label span {
        font-size: 24px;
        color: #2ea7e0;
        margin: 0 5px 0 0; }
        @media only screen and (max-width: 599px) {
          .karitas_wrap .karitasu_box .acd-label span {
            font-size: 14px; } }
    .karitas_wrap .karitasu_box .acd-content {
      height: 0;
      opacity: 0;
      padding: 0 15px;
      transition: .5s;
      visibility: hidden;
      background: #eaf6fc; }
    .karitas_wrap .karitasu_box .acd-check:checked + .acd-label + .acd-content {
      height: auto;
      opacity: 1;
      padding: 15px;
      visibility: visible; }
  .karitas_wrap .k_btn {
    margin: 120px 0; }
    @media only screen and (max-width: 599px) {
      .karitas_wrap .k_btn {
        margin: 60px 0; } }
    .karitas_wrap .k_btn a {
      display: block;
      background: #2ea7e0;
      color: #fff;
      text-align: center;
      width: 20em;
      font-size: 28px;
      letter-spacing: 1px;
      text-decoration: none;
      border: 3px solid #2ea7e0;
      font-weight: bold;
      margin: 0 auto 5px;
      padding: 20px 0;
      line-height: 1em;
      box-shadow: 0px 5px 5px #ccc;
      transition: .3s; }
      @media only screen and (max-width: 599px) {
        .karitas_wrap .k_btn a {
          width: 80%;
          font-size: 18px; } }
      .karitas_wrap .k_btn a:hover {
        transform: translate3d(0, 5px, 5px);
        color: #2ea7e0;
        box-shadow: none;
        background: #fff; }
      .karitas_wrap .k_btn a span {
        display: block;
        margin: 5px auto 0;
        font-size: 16px;
        font-weight: lighter;
        line-height: 1em; }
        @media only screen and (max-width: 599px) {
          .karitas_wrap .k_btn a span {
            font-size: 10px; } }
  .karitas_wrap .k_cr {
    text-align: center;
    font-size: 14px; }
    @media only screen and (max-width: 599px) {
      .karitas_wrap .k_cr {
        font-size: 12px; } }

/*物件一覧*/
.articlelist_btn {
  width: 1000px;
  margin: 0 auto 60px; }
  @media only screen and (max-width: 599px) {
    .articlelist_btn {
      width: auto;
      margin: 0 10px 10px; } }
  .articlelist_btn ul {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 599px) {
      .articlelist_btn ul {
        flex-wrap: wrap; } }
    .articlelist_btn ul li {
      width: 13%;
      border: 1px solid #000;
      /*border-radius: 8px;*/
      color: #000;
      /*font-weight: bold;*/
      box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1); }
      .articlelist_btn ul li:hover {
        transition: 0.5s;
        opacity: 0.6; }
      @media only screen and (max-width: 599px) {
        .articlelist_btn ul li {
          width: 31%;
          margin: 0 0 8px;
          /*border-radius: 5px;*/ } }
      .articlelist_btn ul li a {
        display: block;
        font-size: 20px;
        letter-spacing: 2px;
        text-decoration: none;
        text-align: center;
        height: 3em;
        color: #000;
        line-height: 3em; }
        .articlelist_btn ul li a span {
          position: relative;
          display: inline-block;
          padding: 0 0 0 24px;
          vertical-align: middle;
          text-decoration: none; }
          .articlelist_btn ul li a span::before {
            position: absolute;
            top: -2px;
            bottom: 0;
            left: 0;
            margin: auto;
            content: "";
            vertical-align: middle;
            width: 18px;
            height: 18px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #fff; }
          .articlelist_btn ul li a span::after {
            position: absolute;
            top: -7px;
            bottom: 0;
            margin: auto;
            content: "";
            vertical-align: middle;
            left: 0px;
            width: 10px;
            height: 10px;
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
            @media only screen and (max-width: 599px) {
              .articlelist_btn ul li a span::after {
                width: 8px;
                height: 8px; } }
        @media only screen and (max-width: 599px) {
          .articlelist_btn ul li a {
            font-size: 16px;
            height: 2.5em;
            line-height: 2.5em;
            font-size: 14px;
            border-radius: 5px; } }

.article_list_wrap {
  /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    .article_list_wrap {
      width: auto;
      margin: 0 10px; } }
  .article_list_wrap .article_title {
    font-size: 24px;
    display: block;
    line-height: 2em;
    line-height: 2em;
    border-bottom: 1px #000 solid;
    margin: 0 0 40px; }
    @media only screen and (max-width: 599px) {
      .article_list_wrap .article_title {
        color: #000;
        font-size: 16px;
        margin: 0 0 15px; } }
  .article_list_wrap ul.article_list {
    margin: 0;
    padding: 0; }
    .article_list_wrap ul.article_list li {
      width: auto;
      border: 8px solid #eee;
      padding: 15px;
      margin: 0 0 25px;
      display: flex;
      /*border: 3px solid #eee;*/ }
      @media only screen and (max-width: 599px) {
        .article_list_wrap ul.article_list li {
          margin: 0 0 15px;
          padding: 0 0 15px;
          border-bottom: 1px dotted #999;
          border-top: none;
          border-left: none;
          border-right: none; } }
      .article_list_wrap ul.article_list li img {
        width: 200px;
        height: 133px;
        display: block; }
        .article_list_wrap ul.article_list li img:hover {
          opacity: 0.7; }
        @media only screen and (max-width: 599px) {
          .article_list_wrap ul.article_list li img {
            width: 100px;
            height: auto; } }
      .article_list_wrap ul.article_list li .set {
        margin: 0;
        width: 100%;
        margin: 0;
        padding: 0 0 0 20px;
        position: relative; }
        @media only screen and (max-width: 599px) {
          .article_list_wrap ul.article_list li .set {
            padding: 0 0 0 10px; } }
        .article_list_wrap ul.article_list li .set .add {
          margin: 0 0 5px 0;
          line-height: 1.2em;
          color: #666;
          font-size: 14px; }
          @media only screen and (max-width: 599px) {
            .article_list_wrap ul.article_list li .set .add {
              font-size: 9px;
              margin: 0 0 5px; } }
        .article_list_wrap ul.article_list li .set .name {
          margin: 0 0 10px;
          padding: 0 0 8px 0;
          border-bottom: 1px solid #000; }
          @media only screen and (max-width: 599px) {
            .article_list_wrap ul.article_list li .set .name {
              margin: 0 0 5px;
              background: none;
              padding: 0;
              border: none; } }
          .article_list_wrap ul.article_list li .set .name a {
            color: #000;
            text-decoration: none;
            font-size: 22px;
            line-height: 1.2em;
            font-weight: bold; }
            @media only screen and (max-width: 599px) {
              .article_list_wrap ul.article_list li .set .name a {
                font-size: 13px; } }
        .article_list_wrap ul.article_list li .set .article_link {
          position: absolute;
          bottom: 0;
          right: 0;
          display: flex;
          flex-direction: row-reverse; }
          @media only screen and (max-width: 599px) {
            .article_list_wrap ul.article_list li .set .article_link {
              position: inherit;
              justify-content: space-between; } }
          .article_list_wrap ul.article_list li .set .article_link li {
            width: 10em;
            border: none;
            margin: 0 0 0 10px;
            padding: 0; }
            @media only screen and (max-width: 599px) {
              .article_list_wrap ul.article_list li .set .article_link li {
                width: 48%;
                margin: 0; } }
            .article_list_wrap ul.article_list li .set .article_link li a {
              display: block;
              border-radius: 8px;
              text-align: center;
              font-weight: bold;
              text-decoration: none;
              color: #fff;
              letter-spacing: 0;
              line-height: 2.5em;
              height: 2.5em;
              font-size: 16px;
              width: 100%; }
              @media only screen and (max-width: 599px) {
                .article_list_wrap ul.article_list li .set .article_link li a {
                  border-radius: 5px;
                  line-height: 2.5em;
                  height: 2.5em;
                  font-size: 12px; } }
              .article_list_wrap ul.article_list li .set .article_link li a.osusume {
                background: #EC6E00;
                border-bottom: #BC4600 solid 3px; }
                @media only screen and (max-width: 599px) {
                  .article_list_wrap ul.article_list li .set .article_link li a.osusume {
                    border-bottom: none; } }
              .article_list_wrap ul.article_list li .set .article_link li a.list {
                background: #68B700;
                border-bottom: #429400 solid 3px; }
                @media only screen and (max-width: 599px) {
                  .article_list_wrap ul.article_list li .set .article_link li a.list {
                    border-bottom: none; } }
              @media only screen and (min-width: 960px) {
                .article_list_wrap ul.article_list li .set .article_link li a:hover {
                  border-top: #fff solid 3px;
                  border-bottom: none; } }

.aboutbox {
  width: 1000px;
  margin: 0 auto;
  font-size: 14px; }
  @media only screen and (max-width: 599px) {
    .aboutbox {
      width: auto;
      margin: 0 10px;
      font-size: 12px; } }
  .aboutbox .abouttable {
    border-top: 1px dotted #ccc;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 40px; }
    .aboutbox .abouttable dt, .aboutbox .abouttable dd {
      border-bottom: 1px dotted #ccc;
      padding: 10px 0; }
    .aboutbox .abouttable dt {
      width: 20%;
      text-indent: 1em; }
      @media only screen and (max-width: 599px) {
        .aboutbox .abouttable dt {
          width: 30%; } }
    .aboutbox .abouttable dd {
      width: 80%; }
      @media only screen and (max-width: 599px) {
        .aboutbox .abouttable dd {
          width: 70%; } }
  .aboutbox .btn_corp {
    display: block;
    width: 300px;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px;
    margin: 0 auto; }
    @media only screen and (min-width: 960px) {
      .aboutbox .btn_corp:hover {
        opacity: 0.7; } }
    @media only screen and (max-width: 599px) {
      .aboutbox .btn_corp {
        width: 80%; } }

.mapicon {
  margin: 0 0 10px; }
  @media only screen and (max-width: 599px) {
    .mapicon {
      background: #f2f2f2;
      padding: 7px 3px 5px;
      margin: 0 0 5px; } }
  .mapicon ul.icon_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media only screen and (max-width: 599px) {
      .mapicon ul.icon_list {
        justify-content: flex-start; } }
    .mapicon ul.icon_list li {
      height: 20px;
      line-height: 20px;
      margin: 0 6px 5px;
      font-size: 11px; }
      @media only screen and (max-width: 599px) {
        .mapicon ul.icon_list li {
          margin: 0 5px 3px;
          height: 18px;
          line-height: 18px;
          font-size: 9px; } }
      .mapicon ul.icon_list li img {
        margin: 0 3px 0 0;
        width: 20px;
        height: 20px; }
        @media only screen and (max-width: 599px) {
          .mapicon ul.icon_list li img {
            margin: 0 2px 0 0;
            width: 18px;
            height: 18px; } }

.spring_wrap {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
  width: 1000px;
  margin: 10px auto; }
  .spring_wrap img.mainimage {
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 599px) {
      .spring_wrap img.mainimage {
        margin: 0 0 20px; } }
  @media only screen and (max-width: 599px) {
    .spring_wrap {
      width: auto;
      margin: 10px 0; } }
  .spring_wrap .spring_box {
    text-align: center;
    margin: 0 0 120px; }
    @media only screen and (max-width: 599px) {
      .spring_wrap .spring_box {
        margin: 0 5px 60px; }
        .spring_wrap .spring_box p {
          text-align: center !important;
          font-size: 14px;
          line-height: 1.8em; } }
    .spring_wrap .spring_box .titleimg {
      display: block;
      margin: 0 auto 10px; }
      @media only screen and (max-width: 599px) {
        .spring_wrap .spring_box .titleimg {
          width: 90%;
          height: auto; } }
    .spring_wrap .spring_box .title_img_up {
      position: absolute;
      display: block;
      top: -60px;
      left: 50%;
      transform: translateX(-50%); }
      @media only screen and (max-width: 599px) {
        .spring_wrap .spring_box .title_img_up {
          width: 100%;
          height: auto;
          top: -35px; } }
    .spring_wrap .spring_box .big_txt {
      font-size: 22px;
      letter-spacing: 3px;
      line-height: 2.3em;
      margin: 0 0 20px; }
      @media only screen and (max-width: 599px) {
        .spring_wrap .spring_box .big_txt {
          font-size: 16px;
          letter-spacing: 0px;
          line-height: 2em; } }
      .spring_wrap .spring_box .big_txt span {
        text-decoration: none;
        padding-bottom: 4px;
        border-bottom: 3px dotted #ccc; }
  .spring_wrap .bg_pink {
    background: #f6e8e8;
    position: relative;
    padding: 70px 0 60px 0; }
    @media only screen and (max-width: 599px) {
      .spring_wrap .bg_pink {
        padding: 30px 0 0;
        margin: 0 20px 60px; } }
    .spring_wrap .bg_pink .point_list {
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 599px) {
        .spring_wrap .bg_pink .point_list {
          flex-direction: column; } }
      .spring_wrap .bg_pink .point_list li {
        text-align: center;
        font-size: 26px;
        letter-spacing: 3px;
        margin: 0 20px; }
        @media only screen and (max-width: 599px) {
          .spring_wrap .bg_pink .point_list li {
            font-size: 18px;
            margin: 0 0 30px;
            font-weight: bold; } }
        .spring_wrap .bg_pink .point_list li img {
          display: block;
          margin: 0 auto; }
          @media only screen and (max-width: 599px) {
            .spring_wrap .bg_pink .point_list li img {
              width: 45%;
              height: auto; } }
  .spring_wrap .spring_btn {
    width: 800px;
    margin: 0 auto 80px; }
    @media only screen and (max-width: 599px) {
      .spring_wrap .spring_btn {
        width: auto;
        margin: 0 20px 60px; } }
    .spring_wrap .spring_btn ul {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 599px) {
        .spring_wrap .spring_btn ul {
          flex-direction: column; } }
      .spring_wrap .spring_btn ul li {
        width: 47%; }
        @media only screen and (max-width: 599px) {
          .spring_wrap .spring_btn ul li {
            width: auto;
            margin: 0 0 20px; } }
        .spring_wrap .spring_btn ul li.arrow_g {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          text-decoration: none; }
          .spring_wrap .spring_btn ul li.arrow_g.arrow_g::before {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 30px;
            margin: auto;
            content: "";
            vertical-align: middle;
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #4fa610; }
            @media only screen and (max-width: 599px) {
              .spring_wrap .spring_btn ul li.arrow_g.arrow_g::before {
                right: 15px; } }
          .spring_wrap .spring_btn ul li.arrow_g.arrow_g::after {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 46px;
            margin: auto;
            content: "";
            vertical-align: middle;
            width: 15px;
            height: 15px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
            @media only screen and (max-width: 599px) {
              .spring_wrap .spring_btn ul li.arrow_g.arrow_g::after {
                right: 31px; } }
        .spring_wrap .spring_btn ul li.arrow_y {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          text-decoration: none; }
          .spring_wrap .spring_btn ul li.arrow_y.arrow_y::before {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 30px;
            margin: auto;
            content: "";
            vertical-align: middle;
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #9d8500; }
            @media only screen and (max-width: 599px) {
              .spring_wrap .spring_btn ul li.arrow_y.arrow_y::before {
                right: 15px; } }
          .spring_wrap .spring_btn ul li.arrow_y.arrow_y::after {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 46px;
            margin: auto;
            content: "";
            vertical-align: middle;
            width: 15px;
            height: 15px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
            @media only screen and (max-width: 599px) {
              .spring_wrap .spring_btn ul li.arrow_y.arrow_y::after {
                right: 31px; } }
        .spring_wrap .spring_btn ul li a {
          display: block;
          padding: 30px 25px;
          font-size: 14px;
          line-height: 1.4em;
          text-decoration: none;
          font-weight: bold; }
          @media only screen and (max-width: 599px) {
            .spring_wrap .spring_btn ul li a {
              padding: 15px;
              font-size: 11px;
              line-height: 1.3em; } }
          .spring_wrap .spring_btn ul li a span {
            font-size: 24px;
            letter-spacing: 2px;
            display: block;
            margin: 10px 0 0 0; }
            @media only screen and (max-width: 599px) {
              .spring_wrap .spring_btn ul li a span {
                font-size: 18px;
                margin: 5px 0 0 0; } }
          .spring_wrap .spring_btn ul li a.green {
            color: #4fa610;
            border: 1px solid #4fa610;
            background: #e4f1db; }
          .spring_wrap .spring_btn ul li a.yellow {
            color: #9d8500;
            border: 1px solid #9d8500;
            background: #f5f4dd; }

/*平面図・部屋の配置図アコーディオン*/
.img_accordion {
  width: auto;
  margin: 40px auto 0; }
  .img_accordion .toggle {
    /*ベース*/
    display: none; }
  .img_accordion .Label {
    /*タイトル*/
    padding: 1.6em 1em 1.6em 4em;
    display: block;
    margin: 0 0 5px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #bbb;
    background: linear-gradient(0deg, #eeeeee 4%, white 4%, white 100%);
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    line-height: 1em; }
    @media only screen and (max-width: 599px) {
      .img_accordion .Label {
        padding: 1.1em 1em 1.1em 4em;
        font-size: 14px; } }
    .img_accordion .Label::before {
      /*タイトル横の矢印*/
      content: "";
      width: 12px;
      height: 12px;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      -webkit-transform: rotate(45deg);
      position: absolute;
      top: calc( 50% - 10px );
      right: 20px;
      transform: rotate(135deg); }
      @media only screen and (max-width: 599px) {
        .img_accordion .Label::before {
          width: 8px;
          height: 8px;
          top: calc( 50% - 7px );
          right: 15px; } }
  .img_accordion .icon_heimen::after {
    content: "";
    background: url("../img/room/icon_heimen2.png") no-repeat left center;
    background-size: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    top: 16px; }
    @media only screen and (max-width: 599px) {
      .img_accordion .icon_heimen::after {
        background: url("../img/room/icon_heimen2.png") no-repeat left center;
        background-size: 35px;
        width: 35px;
        height: 35px;
        left: 10px;
        top: 3px; } }
  .img_accordion .icon_haichi::after {
    content: "";
    background: url("../img/room/icon_haichi2.png") no-repeat left center;
    background-size: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    top: 16px; }
    @media only screen and (max-width: 599px) {
      .img_accordion .icon_haichi::after {
        background: url("../img/room/icon_haichi2.png") no-repeat left center;
        background-size: 35px;
        width: 35px;
        height: 35px;
        left: 10px;
        top: 3px; } }
  .img_accordion .content {
    /*本文*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    height: 0;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden; }
    .img_accordion .content p {
      text-align: center; }
      .img_accordion .content p img {
        width: 100%;
        height: auto; }
  .img_accordion .toggle:checked + .Label + .content {
    /*開閉時*/
    height: auto;
    padding: 10px;
    transition: all .3s; }
  .img_accordion .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important; }

.contact_info2 {
  width: 1000px;
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 1.7em; }
  .contact_info2 span {
    font-weight: bold; }
  @media only screen and (max-width: 599px) {
    .contact_info2 {
      width: auto;
      margin: 10px;
      font-size: 12px; } }

.line_exe {
  background: #e5f8e5;
  padding: 20px 30px;
  width: 940px;
  margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    .line_exe {
      width: auto;
      margin: 0 10px;
      padding: 10px; } }
  .line_exe a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    /*@media only screen and (max-width:599px){
    	flex-direction: column;
    }*/ }
    .line_exe a img {
      width: 116px;
      height: 36px; }
      @media only screen and (max-width: 599px) {
        .line_exe a img {
          width: 80px;
          height: auto; } }
    .line_exe a p {
      margin: 0 0 0 20px; }
      @media only screen and (max-width: 599px) {
        .line_exe a p {
          margin: 0 0 0 10px; } }
      .line_exe a p span {
        font-weight: bold;
        font-size: 16px;
        color: #17bf17;
        display: block;
        margin: 0 0 5px; }
        @media only screen and (max-width: 599px) {
          .line_exe a p span {
            font-size: 12px;
            margin: 5px 0 0; } }

.school_info {
  width: 1000px;
  margin: 0 auto 60px; }
  @media only screen and (max-width: 599px) {
    .school_info {
      width: auto;
      margin: 0 10px 20px; } }
  .school_info .si_inset {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 599px) {
      .school_info .si_inset {
        flex-direction: column; } }
    .school_info .si_inset dt {
      width: 500px; }
      @media only screen and (max-width: 599px) {
        .school_info .si_inset dt {
          width: auto;
          margin: 0 0 10px; } }
      .school_info .si_inset dt img {
        width: 100%;
        height: auto; }
    .school_info .si_inset dd {
      width: 480px; }
      @media only screen and (max-width: 599px) {
        .school_info .si_inset dd {
          width: auto; }
          .school_info .si_inset dd p {
            font-size: 12px;
            line-height: 1.5em; } }
      .school_info .si_inset dd span {
        font-weight: bold; }

h3.si_title {
  display: block;
  width: 1000px;
  margin: 0 auto 25px;
  text-align: center;
  border-top: 3px solid #b20000;
  border-bottom: 1px dotted #999;
  height: 60px;
  line-height: 60px;
  font-size: 22px; }
  @media only screen and (max-width: 599px) {
    h3.si_title {
      width: auto;
      margin: 0 10px 10px;
      height: auto;
      font-size: 13px;
      padding: 10px 0;
      line-height: 1.4em; } }

ul.si_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    ul.si_list {
      flex-direction: column;
      width: auto;
      margin: 0 10px; } }
  ul.si_list li {
    width: 310px;
    height: auto; }
    @media only screen and (max-width: 599px) {
      ul.si_list li {
        width: auto;
        margin: 0 0 20px; } }
    ul.si_list li .gaikan {
      position: relative; }
      ul.si_list li .gaikan img {
        width: 100%;
        height: auto; }
      ul.si_list li .gaikan .point {
        position: absolute;
        top: 10px;
        left: 10px;
        display: block;
        width: 90px;
        height: 18px;
        background: #fff;
        color: #4ea1d5;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        border: 1px solid #4ea1d5;
        border-radius: 3px; }
        @media only screen and (max-width: 599px) {
          ul.si_list li .gaikan .point {
            width: 80px;
            font-size: 10px; } }
      ul.si_list li .gaikan .kyori {
        position: absolute;
        bottom: 10px;
        right: 10px;
        display: block;
        width: 70px;
        height: 30px;
        padding: 17px 0 23px;
        background: #f19149;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        line-height: 17px;
        text-align: center;
        border-radius: 50%; }
        @media only screen and (max-width: 599px) {
          ul.si_list li .gaikan .kyori {
            font-size: 12px;
            line-height: 15px;
            width: 60px;
            height: 20px;
            padding: 13px 0 26px; } }
    ul.si_list li h4 {
      margin: 10px 0;
      font-size: 16px;
      line-height: 1.5em; }
      @media only screen and (max-width: 599px) {
        ul.si_list li h4 {
          font-size: 14px;
          line-height: 1.3em;
          margin: 5px 0; } }
    ul.si_list li .name {
      margin: 0 0 10px;
      color: #666;
      height: 14px;
      line-height: 14px; }
      @media only screen and (max-width: 599px) {
        ul.si_list li .name {
          font-size: 12px;
          line-height: 12px;
          margin: 0 0 5px; } }
    ul.si_list li .access {
      font-size: 12px;
      line-height: 1.4em;
      margin: 0 0 10px; }
      @media only screen and (max-width: 599px) {
        ul.si_list li .access {
          margin: 0 0 8px; } }
    ul.si_list li .button {
      display: flex;
      justify-content: space-between;
      margin: 0 0 50px; }
      @media only screen and (max-width: 599px) {
        ul.si_list li .button {
          margin: 0; } }
      ul.si_list li .button li {
        width: 49%; }
        ul.si_list li .button li a {
          display: block;
          border-radius: 5px;
          text-align: center;
          font-weight: bold;
          text-decoration: none;
          color: #fff;
          letter-spacing: 0;
          line-height: 2.5em;
          height: 2.5em;
          font-size: 14px;
          width: 100%; }
          @media only screen and (max-width: 599px) {
            ul.si_list li .button li a {
              border-radius: 5px;
              line-height: 2.5em;
              height: 2.5em;
              font-size: 12px; } }
          ul.si_list li .button li a.osusume {
            background: #EC6E00;
            border-bottom: #BC4600 solid 3px; }
            @media only screen and (max-width: 599px) {
              ul.si_list li .button li a.osusume {
                border-bottom: none; } }
          ul.si_list li .button li a.list {
            background: #68B700;
            border-bottom: #429400 solid 3px; }
            @media only screen and (max-width: 599px) {
              ul.si_list li .button li a.list {
                border-bottom: none; } }
          @media only screen and (min-width: 960px) {
            ul.si_list li .button li a:hover {
              border-top: #fff solid 3px;
              border-bottom: none; } }

.si_allbtn {
  margin: 60px 0 80px; }
  @media only screen and (max-width: 599px) {
    .si_allbtn {
      margin: 0px 0 60px; } }
  .si_allbtn a {
    background: #b20000;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 600px;
    font-size: 16px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-bottom: 3px solid #8A0002;
    border-radius: 5px; }
    @media only screen and (max-width: 599px) {
      .si_allbtn a {
        width: auto;
        margin: 0 10px;
        height: auto;
        padding: 10px;
        font-size: 14px;
        line-height: 1.3em; } }
    @media only screen and (min-width: 960px) {
      .si_allbtn a:hover {
        border-top: #fff solid 3px;
        border-bottom: none; } }

.si_info {
  width: 1000px;
  margin: 0 auto;
  color: #666;
  font-size: 12px; }
  @media only screen and (max-width: 599px) {
    .si_info {
      width: auto;
      margin: 0 10px 10px;
      font-size: 10px;
      line-height: 1.4em; } }

.si_googlemap {
  width: 1000px;
  margin: 0 auto 40px; }
  @media only screen and (max-width: 599px) {
    .si_googlemap {
      width: auto;
      margin: 0 10px 20px; } }
