@charset "UTF-8";
/* Scss Document */
/*=============================================================
 共通
=============================================================*/
section {
  position: relative;
  z-index: 2; }
  section .container {
    padding-top: 5vw;
    padding-bottom: 5vw; }
    @media print, screen and (min-width: 767.9px) {
      section .container {
        padding-top: 3vw;
        padding-bottom: 3vw; } }
    section .container.full {
      max-width: 100%;
      padding-bottom: 0; }

.modal-content {
  text-align: left;
  border-width: 1px; }
  @media print, screen and (min-width: 767.9px) {
    .modal-content {
      width: 500px;
      margin: 0 0 0 -250px; } }
  .modal-content .tit {
    background-color: #000;
    color: #fff;
    padding: 0.5em 0.5em 0.5em 1.5em; }
    @media screen and (max-width: 768.9px) {
      .modal-content .tit {
        padding: 0.5em; } }
  .modal-content p {
    padding: 1em 1.5em 0.5em 1.5em; }
    @media screen and (max-width: 768.9px) {
      .modal-content p {
        padding: 0.5em 1em; } }
  .modal-content .checkbox {
    display: flex;
    flex-flow: row wrap;
    padding: 0 1.5em 2em 1.5em; }
    @media screen and (max-width: 768.9px) {
      .modal-content .checkbox {
        padding: 0 1em 1em 1em; } }
    .modal-content .checkbox li {
      width: 50%;
      display: block; }
      @media screen and (max-width: 768.9px) {
        .modal-content .checkbox li {
          width: 100%; } }

/*=============================================================
 TOPページ
=============================================================*/
#home_kv {
  background: url("../img/bg_kv.jpg") no-repeat;
  background-size: cover;
  position: relative; }
  #home_kv .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end; }
    @media print, screen and (min-width: 767.9px) {
      #home_kv .inner {
        align-items: center; } }
    #home_kv .inner .container {
      text-align: left; }
      @media print, screen and (min-width: 767.9px) {
        #home_kv .inner .container {
          margin-top: 0;
          padding-left: 100px; } }
      #home_kv .inner .container p {
        width: 60%;
        margin: 0 auto;
        text-align: center;
        line-height: 1; }
        @media print, screen and (min-width: 767.9px) {
          #home_kv .inner .container p {
            width: 400px;
            max-width: 35vw;
            text-align: left;
            margin: 0 auto 0 0; } }
        @media print, screen and (min-width: 767.9px) {
          #home_kv .inner .container p.com_btn01 {
            margin-top: 1em; } }
  #home_kv .main_pic {
    text-align: center;
    /*max-width: 1200px;*/
    margin: 0 auto 20px auto; }
    #home_kv .main_pic img {
      margin: 0 auto; }
      @media print, screen and (min-width: 767.9px) {
        #home_kv .main_pic img {
          max-height: 500px; } }
    #home_kv .main_pic .slick-dots {
      z-index: 10;
      margin-bottom: 0;
      bottom: -20px; }
@media print, screen and (min-width: 768px) {
  #home_kv .main_slide_top {
    width:100%; } }
#home_kv .slide_pic_img {
 width:100%;
 height:auto;
/*  width:2800px; 
  height:1001px;  */
  object-fit: cover;
}
@media print, screen and (max-width: 768px) {
  #home_kv .slide_pic_img {
    width:100%; 
    height:auto; } }

#slide_sec {
  padding-top: 50px; }
  #slide_sec .slide_type01 p {
    display: block !important;
    padding: 0 !important;
    overflow: hidden;
    height: 125px; }
    #slide_sec .slide_type01 p img {
      width: 100%;
      height: 125px;
      object-fit: cover; }

#searchArea {
  text-align: left;
  padding-bottom: 5vw; }
  @media print, screen and (min-width: 767.9px) {
    #searchArea {
      padding-bottom: 2vw; } }
  #searchArea .container {
    padding-bottom: 0; }
  #searchArea .mapArea {
    position: relative; }
    #searchArea .mapArea .container {
      padding-top: 0;
      padding-bottom: 0;  }
  #searchArea .col02 {
    position: relative;
    z-index: 2; }
    #searchArea .col02 .leftBox {
      width: 100%;
      box-sizing: border-box; }
      @media print, screen and (min-width: 767.9px) {
        #searchArea .col02 .leftBox {
          width: 50%;
          padding: 0 40px 0 0; } }
      #searchArea .col02 .leftBox .search01 {
        border: 1px solid #ccc;
        margin: 0.5em 0;
        /* justify-content: space-between; 
        flex-wrap: nowrap;*/ }
        @media print, screen and (min-width: 767.9px) {
          #searchArea .col02 .leftBox .search01 {
            margin: 0.5em 0 10px 0; } }
        #searchArea .col02 .leftBox .search01 select {
          width: 20%; 
/*          width: 100%; 
          flex-basis: max-content; */
          border: none;
          border-right: 1px dotted #ccc; }
          @media screen and (max-width: 767.9px) {
            #searchArea .col02 .leftBox .search01 select {
              font-size: 3vw; } }
        #searchArea .col02 .leftBox .search01 input[type=text] {
          width: 55%;
/*          width: 100%; 
          flex-basis: fit-content; */
          border: none; }
          @media screen and (max-width: 767.9px) {
            #searchArea .col02 .leftBox .search01 input[type=text] {
              font-size: 3vw; } }
        #searchArea .col02 .leftBox .search01 button {
          width: 25%; 
/*          width: 100%; 
          flex-basis: max-content; */
          margin: 0 0 0 auto;
/*          margin: 0 0 0 0; */
          cursor: pointer;
          border: none;
          box-sizing: border-box;
          background-color: #000;
          color: #fff;
          font-size: 1.5vw; }
          @media print, screen and (min-width: 1170px) { 
            #searchArea .col02 .leftBox .search01 button {
              font-size: 100%; } }
/* スマホの時ボタンの高さが低くなるのを解消 */
          @media print, screen and (max-width: 767.9px) { 
            #searchArea .col02 .leftBox .search01 button {
              font-size: 3vw; } 
          }
      #searchArea .col02 .leftBox .search02 p {
        width: 48%; }
        #searchArea .col02 .leftBox .search02 p button {
          width: 100%;
          background-color: #fff;
          cursor: pointer;
          line-height: 3;
          border: none;
          border: 1px solid #ccc;
          font-weight: bold;
          position: relative;
          padding-left: 3em;
          font-size: 1.5vw; }
          @media print, screen and (min-width: 1170px) { 
            #searchArea .col02 .leftBox .search02 p button {
              font-size: 100%;
              line-height: 3; } }
/* スマホの時ボタンの高さが低くなるのを解消 */
          @media print, screen and (max-width: 767.9px) { 
            #searchArea .col02 .leftBox .search02 p button {
              font-size: 3vw; } 
          }
          #searchArea .col02 .leftBox .search02 p button:before {
            content: "";
            display: inline-block;
            background: url("../img/ico_search02.png") no-repeat center center;
            background-size: 100% auto;
            width: 2em;
            height: 1.5em;
            position: absolute;
            top: 50%;
            margin-top: -0.75em;
            margin-left: -3em;
            transition: all .3s; }
          #searchArea .col02 .leftBox .search02 p button:hover:before {
            background-size: 80% auto; }
        #searchArea .col02 .leftBox .search02 p.location button {
          background-color: #000;
          color: #fff; }
          #searchArea .col02 .leftBox .search02 p.location button:before {
            content: "";
            display: inline-block;
            background: url("../img/ico_search01.png") no-repeat center center;
            background-size: 100% auto;
            width: 1.5em;
            height: 1.5em;
            position: absolute;
            top: 50%;
            margin-top: -0.75em;
            margin-left: -3em; }
          #searchArea .col02 .leftBox .search02 p.location button:hover:before {
            background-size: 80% auto; }
      #searchArea .col02 .leftBox .studio_list_box {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        line-height: 1.45;
        margin-top: 20px; }
        #searchArea .col02 .leftBox .studio_list_box .thumbnail {
          width: 35%; }
          @media print, screen and (min-width: 767.9px) {
            #searchArea .col02 .leftBox .studio_list_box .thumbnail {
              width: 30%; } }
          #searchArea .col02 .leftBox .studio_list_box .thumbnail img {
            width: 100%;
            height: 30vw;
            object-fit: cover; }
            @media print, screen and (min-width: 767.9px) {
              #searchArea .col02 .leftBox .studio_list_box .thumbnail img {
                height: 150px; } }
        #searchArea .col02 .leftBox .studio_list_box_detail {
          width: 62%; }
          @media print, screen and (min-width: 767.9px) {
            #searchArea .col02 .leftBox .studio_list_box_detail {
              width: 66%; } }
          #searchArea .col02 .leftBox .studio_list_box_detail .name {
            font-size: 5vw;
            line-height: 1.28; }
            @media print, screen and (min-width: 767.9px) {
              #searchArea .col02 .leftBox .studio_list_box_detail .name {
                font-size: 110%; } }
          #searchArea .col02 .leftBox .studio_list_box_detail .about {
            font-size: 80%;
          cursor: pointer;
            margin: 0.5em 0; }
          #searchArea .col02 .leftBox .studio_list_box_detail ul {
          cursor: pointer;
          display: flex;
          flex-wrap: wrap;
          flex-glow:1;
          justify-content:flex-start;
          align-content: space-between;
          flex-basis:auto;
/*            display: block; */ }
            @media screen and (max-width: 767.9px) {
              #searchArea .col02 .leftBox .studio_list_box_detail ul {
                display: none; } }
            #searchArea .col02 .leftBox .studio_list_box_detail ul li {
              border: none;
              font-size: 1vw;
              background-color: #e6e6e6;
              padding: 0.5em 1em; }
              @media print, screen and (min-width: 1170px) { 
                #searchArea .col02 .leftBox .studio_list_box_detail ul li {
                  font-size: 80%; } }
      #searchArea .col02 .leftBox ul {
          cursor: pointer;
          display: flex;
          flex-wrap: wrap;
          flex-glow:1;
          justify-content:flex-start;
          align-content: space-between;
          flex-basis:auto;
        margin-top: 0.5em; }
        @media print, screen and (min-width: 767.9px) {
          #searchArea .col02 .leftBox ul {
            display: none; } }
        #searchArea .col02 .leftBox ul li {
/*          display: inline-block; */
          margin:0 0.5em 0.5em 0;
          box-sizing: border-box;
          font-size: 90%;
          padding: 0 1em;
          border-right: 1px solid #ccc; }
          #searchArea .col02 .leftBox ul li:last-child {
            border: none; }
      #searchArea .col02 .leftBox .com_btn01 {
        margin-top: 1em;
        text-align: center; }
        @media print, screen and (min-width: 767.9px) {
          #searchArea .col02 .leftBox .com_btn01 {
            margin-top: 2em;
            text-align: left; } }
/*
    #searchArea .col02 .rightBox {
      width: 100%; }
      @media print, screen and (min-width: 768.9px) {
        #searchArea .col02 .rightBox {
          width: 60%; } }
*/
    #searchArea .col02 .rightBox {
      width: 100%;
      box-sizing: border-box; }
      @media print, screen and (min-width: 767.9px) {
        #searchArea .col02 .rightBox {
          width: 50%; } }

  #searchArea #map {
    display: none; }
    @media print, screen and (min-width: 767.9px) {
      #searchArea #map {
        display: block;
/*        position: absolute; */
        position: relative;
/*
        top: 0;
        right: 0;
        width: 50%;
*/
        height:100%;
        overflow:hidden;
 } }

#searchCate .listStyle {
  margin-top: -5px; }
  @media print, screen and (min-width: 767.9px) {
    #searchCate .listStyle {
      margin-top: -18px; } }
  #searchCate .listStyle li {
    width: 32%;
    margin-top: 5px;
    box-sizing: border-box; }
    @media print, screen and (min-width: 767.9px) {
      #searchCate .listStyle li {
        width: 19%;
        margin-top: 18px; } }
    #searchCate .listStyle li a {
      display: block;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 4em;
      line-height: 1.25;
      font-size: 2.5vw;
      position: relative;
      /* background-color: rgba(0, 0, 0, 0.05);*/
      border: 1px solid #ccc; }
      @media print, screen and (min-width: 767.9px) {
        #searchCate .listStyle li a {
          min-height: 70px;
          font-size: 100%; } }
      #searchCate .listStyle li a:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        position: absolute;
        top: 0;
        right: 0;
        transition: all .3s;
        z-index: 1; }
      #searchCate .listStyle li a span {
        position: relative;
        z-index: 2; }
      #searchCate .listStyle li a:hover {
        opacity: 0.7;
        /* color: #FFF; */
        /*background-color: rgba(0, 0, 0, 0.05); */ }
        @media print, screen and (min-width: 767.9px) {
          #searchCate .listStyle li a:hover {
/*            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
            transform: translateY(-3px);
            transition: .5s;
            font-weight: bold; */ } }
        #searchCate .listStyle li a:hover:before {
          width: 0%; }


#about39 .col3 li {
      font-weight:bold;
  width: 33.333%;
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 3.5vw; }
  @media print, screen and (min-width: 767.9px) {
    #about39 .col3 li {
      font-weight:bold;
      font-size: 120%; } }
  #about39 .col3 li:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }

#howto39 .howto_list {
  margin-top: -20px; }
  @media print, screen and (min-width: 767.9px) {
    #howto39 .howto_list {
      margin-top: 0; } }
  #howto39 .howto_list_box {
    width: 100%;
    text-align: left;
    margin-top: 20px; }
    @media print, screen and (min-width: 767.9px) {
      #howto39 .howto_list_box {
        width: 31%; } }
    #howto39 .howto_list_box .tit {
      font-size: 4.5vw;
      margin-bottom: 0.5em; }
      @media print, screen and (min-width: 767.9px) {
        #howto39 .howto_list_box .tit {
          font-size: 20px; } }
      @media screen and (min-width: 767.9px) and (max-width: 768.9px) {
        #howto39 .howto_list_box .tit {
          font-size: 2.3vw; } }
      #howto39 .howto_list_box .tit:before {
        content: "1";
        display: inline-block;
        margin-right: 0.5em; }
    @media screen and (max-width: 767.9px) {
      #howto39 .howto_list_box figure {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between; } }
    @media screen and (max-width: 767.9px) {
      #howto39 .howto_list_box figure img {
        width: 45%; } }
    #howto39 .howto_list_box figure figcaption {
      margin-top: 0.5em;
      font-size: 90%; }
      @media screen and (max-width: 767.9px) {
        #howto39 .howto_list_box figure figcaption {
          width: 50%; } }
    #howto39 .howto_list_box:nth-child(2) .tit:before {
      content: "2"; }
    #howto39 .howto_list_box:nth-child(3) .tit:before {
      content: "3"; }

#price_sec .boxLine {
  border: 1px solid #ccc;
  padding: 1em 0;
  font-size: 120%; }

#faq_sec .com_toggle {
  margin-top: -20px;
  text-align: left; }
  #faq_sec .com_toggle dt {
    background: url("../img/ico_q.png") no-repeat left 25px;
    background-size: 1.5em 1.5em;
    padding: 20px 20px 20px 2.5em; }
  #faq_sec .com_toggle dd {
    padding: 10px 10px 10px 2.5em; }
#faq_sec .top_faq_tbl th, td {
  border: 1px solid #ccc;
  padding: 1em;
}
#faq_sec .top_faq_tbl th {
  background-color: rgba(239, 239, 239, 0.5);
}


#news_sec .boxLine {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: left; }
  @media screen and (min-width: 767.9px) and (max-width: 768.9px) {
    #news_sec .boxLine {
      padding: 20px; } }
  #news_sec .boxLine dl {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 1em; }
    #news_sec .boxLine dl:last-child {
      margin-bottom: 0; }
    #news_sec .boxLine dl dt {
      font-size: 80%;
      box-sizing: border-box; }
      @media screen and (max-width: 768.9px) {
        #news_sec .boxLine dl dt {
          width: 100%; } }
      #news_sec .boxLine dl dt span {
        display: inline-block;
        margin: 0 1em; }
    @media screen and (max-width: 768.9px) {
      #news_sec .boxLine dl dd {
        width: 100%; } }
