@charset "utf-8";
/* CSS Document */
/*-----------------------
slide_show
------------------------*/
.slide_show_area .slide_show {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.slide_show_area .choice-btn {
  margin-bottom: 30px;
}
.slide_show_area .choice-btn .slick-track {
  width: 100% !important;
  max-width: 850px !important;
  margin: 30px auto 0;
  display: flex;
}
.slide_show_area .choice-btn .slick-track li {
  border: 1px solid #E6E6E6;
  height: 45px;
  width: calc(100% / 3) !important;
  width: -webkit-calc(100% / 3) !important;
  text-align: center;
  margin-right: 15px;
  cursor: pointer;
  outline: none;
}
.slide_show_area .choice-btn .slick-track li:hover {
  border: 1px solid #f30022;
}
.slide_show_area .choice-btn .slick-track li:last-child {
  margin-right: 0;
}
.slide_show_area .choice-btn .slick-track li img {
  height: 100%;
  padding: 5px 0;
  margin: 0 auto;
  opacity: 0.4;
}
.slide_show_area .choice-btn .slick-track li.slick-current img {
  opacity: 1;
}

/*-----------------------
entrance
------------------------*/
#entrance {
  position: relative;
  margin-bottom: 90px;
}
#entrance .inner {
  padding: 60px 0 75px;
  position: relative;
}
#entrance:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  border: 60px solid transparent;
  border-top: 40px solid #EFF5F9;
}
#entrance ul {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#entrance ul li {
  background: #FFF;
  width: 250px;
  padding: 30px 20px;
  border-radius: 10px;
  margin-right: 25px;
  border: 1px solid #BDCCD4;
  position: relative;
  margin-bottom: 50px;
}
#entrance ul li:last-of-type {
  margin-right: 0;
}
#entrance ul:last-of-type li {
  margin-bottom: 0;
}
#entrance ul li:after {
  content: "";
  position: absolute;
  background: #FFF;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: transparent transparent #BDCCD4 #BDCCD4;
  transform: rotate(-45deg);
}
#entrance .inner:after {
  position: absolute;
  content: "";
  background-image: url("../img/needs_onayami.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 295px;
  bottom: 0;
  right: 0;
}
#entrance ul li p {
  font-size: 1.6rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}
#entrance ul li p:before {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../img/check_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#entrance ul li a {
  color: #11367F;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px dotted #11367F;
  padding-bottom: 3px;
  position: relative;
  margin-top: 15px;
  margin-left: 25px;
  cursor: pointer;
}
#entrance ul li a:hover {
  color: #f30022;
  border: none;
  opacity: 1;
}
#entrance ul li a:before {
  content: '';
  position: absolute;
  top: 45%;
  right: -25px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #11367F;
  border-radius: 50%;
}
#entrance ul li a:after {
  content: '';
  position: absolute;
  top: calc(45% - 1px);
  right: -16px;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #FFF #FFF transparent transparent;
}
#entrance ul li a:hover:before {
  background-color: #f30022;
}
/*#entrance ul li a:after {
  position: absolute;
  display: inline-block;
  top: 0;
  right: -25px;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../img/icon/icon_arrow.png");
  background-size: contain;
  vertical-align: middle;
}*/
#entrance .entrance_figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 800px);
  width: -webkit-calc(100% - 800px);
  padding-left: 10px;
}
#entrance .entrance_figure img {
  vertical-align: bottom;
}
.entrance_text {
  font-size: 2.9rem;
  padding: 40px 0 50px;
}
/*-----------------------
service
------------------------*/
#service {
  padding: 90px 0 130px;
  position: relative;
  z-index: 0;
}
.needs_midashi {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  margin: 150px auto 40px;
}
.needs_midashi:first-of-type {
  margin-top: 0;
}
.needs_midashi span {
  color: #11367F;
  font-size: 5rem;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  padding-right: 15px;
}
.needs_midashi span:before {
  content: "Needs";
  position: absolute;
  font-size: 1.5rem;
  font-weight: bold;
  top: -20px;
  padding-right: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.needs_layout {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.needs_layout01:before, .needs_layout03:before {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 30px;
  left: 50%;
  margin-left: -500px;
  z-index: -1;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.05);
  overflow: hidden;
}
.needs_layout02:before, .needs_layout04:before {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 30px;
  right: 50%;
  margin-right: -500px;
  z-index: -1;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.05);
}
.needs_description h4 {
  color: #11367F;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
}
.needs_description .needs_title {
  width: 485px;
  margin: 0 auto;
}
.needs_description .needs_title h4 {
  color: #333;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.needs_description .needs_title h4:first-of-type {
  padding-right: 30px;
}
.needs_description .needs_title h4 p {
  font-size: 1.1rem;
  color: #11367F;
}
.needs_description .needs_title h4 img {
  height: 24px;
  width: auto;
  vertical-align: baseline;
}
.needs_description {
  width: 620px;
  margin-top: 30px;
}
.needs_description ul {
  display: flex;
  justify-content: space-between;
  width: 485px;
  margin: 20px auto 0;
  text-align: center;
}
.needs_layout01 .needs_description ul li,.needs_layout02 .needs_description ul li{
 width: calc(100% / 3);
}

.needs_layout03 .needs_description ul, .needs_layout04 .needs_description ul {
  display: block;
  text-align: left;
}
.needs_description ul li .needs_icon {
  width: 65px;
  margin: 0 auto;
}
.needs_description .btn2 {
  width: 485px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  color: #FFF;
  text-align: center;
}
.needs_description .btn2 a {
  padding: 12px 0;
  width: 230px;
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-right: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.needs_description .btn2 a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #FFF #FFF transparent transparent;
  transform: rotate(45deg);
}
.needs_description .btn_more {
  background: #2C6FB3;
}
.needs_description .btn_apply {
  background: #f7931e;
}
.needs_description .btn_more:hover {
  opacity: 1;
  background: #3a8fe4;
}
.needs_description .btn_apply:hover {
  opacity: 1;
  background: #f5b02f;
}
.needs_description .btn1 {
  width: 485px;
  margin: 30px auto 0;
  color: #FFF;
  text-align: center;
}
.needs_description .btn1 a {
  padding: 12px 0;
  width: 100%;
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 8px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.needs_description .btn1 a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #FFF #FFF transparent transparent;
  transform: rotate(45deg);
}
.needs_description ul li p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
}

/* イベント未開催用 ここから*/
.needs_description .no_event{
  width: 485px;
  margin: 15px auto 0;
}
.needs_description .no_event p{
  font-size: 1.6rem;
  font-weight: bold;
  color: #f30022;
  padding-left: 16px;
}
/* イベント未開催用 ここまで*/

.needs_img {
  width: 375px;
  margin: 0 auto;
  text-align: center
}
.needs_logo {
  width: 200px;
  margin: 15px auto 0;
}
.needs_layout02 .needs_img a{
  display: inline-block;
  width: 180px;
}
.needs_layout02 .needs_img a:first-child{
  margin-right: 10px;
}
.needs_layout02 .needs_logo {
  width: 325px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.needs_layout02 .needs_logo a {
  width: 150px;
  
}
.needs_layout02 .needs_logo a:first-of-type {
  /*margin-right: 30px;*/
}
.needs_layout04 .needs_img p{
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
  color: #f30022;
  margin-top: 15px;
}
.service_link {
  max-width: 500px;
  width: 100%;
  margin: 80px auto -40px;
}
.service_link a {
  display: block;
  text-align: center;
  background: #FFF;
  border: 2px solid #11367f;
  border-radius: 25px;
  color: #11367f;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 12px 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
}
.service_link a:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 30px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #11367f #11367f transparent transparent;
  transform: rotate(45deg);
}
.service_link a:hover {
  background: #11367f;
  color: #FFF;
}
.service_link a:hover:after {
  border-color: #FFF #FFF transparent transparent;
}

/*-----------------------
service_compare
------------------------*/
#service_compare {
  padding: 70px 0;
}
#service_compare table {
  width: 100%;
  font-size: 1.4rem;
}
#service_compare table tr {
  border-bottom: 3px solid #FFF;
}
#service_compare table th {
  font-size: 1.6rem;
  text-align: center;
  background: #2C6FB3;
  color: #FFF;
  padding: 20px 5px;
  border-right: 3px solid #FFF;
}
#service_compare table th:first-child {
  background: #e6e6e6;
  color: #333;
}
#service_compare table th:nth-child(2) {
  background: #f95353;
}
#service_compare table td:first-child {
  text-align: center;
  background: #e6e6e6;
  font-weight: bold;
}
#service_compare table td {
  background: #F2F6F9;
  padding: 10px;
  border-right: 3px solid #FFF;
  width: calc(100% / 7);
  width: -webkit-calc(100% / 7);
}
#service_compare table td img {
  width: 25px;
  vertical-align: middle;
}
#service_compare table td:nth-child(2) {
  background: #fcf3f2;
}
#service_compare table .table_btn td {
  padding: 10px;
  text-align: center
}
#service_compare table .table_btn td:first-child {
  background: none;
}
#service_compare table .table_btn td a {
  display: block;
  width: 100%;
  background: #f7931e;
  color: #FFF;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 0;
  position: relative;
  padding-right: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#service_compare table .table_btn td a:hover {
  background: #ffa600;
}
#service_compare table .table_btn td a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 15px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #FFF #FFF transparent transparent;
  transform: rotate(45deg);
}

/*-----------------------
point
------------------------*/
#point {
  padding: 70px 0;
}
ul.point_box3 {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-content: center;
}
ul.point_box3 li {
  width: 320px;
  background: #FFF;
}
ul.point_box3 li .point_img img {
  vertical-align: middle;
}
ul.point_box3 li .point_text {
  /*padding: 40px 20px 20px;*/
  padding: 20px;
  position: relative;
}
/*
ul.point_box3 li .point_text:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../img/point01_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  right: 50%;
  margin-right: -30px;
}
*/
ul.point_box3 li:nth-child(2) .point_text:before {
  background: url("../img/point02_icon.png");
}
ul.point_box3 li:nth-child(3) .point_text:before {
  background: url("../img/point03_icon.png");
}
ul.point_box3 li .point_text p {
  font-size: 1.8rem;
  line-height: 1.4;
}
/*-----------------------
qanda
------------------------*/
#qanda {
  padding: 70px 0;
}
/*アコーディオン全体*/
.qanda_menu {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.qanda_menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.qanda_menu label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  padding: 15px 10px;
  background: rgb(240, 240, 240);
  background: linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid #d6d6d6;
}
.qanda_menu label:not(:last-child) {
  margin-bottom: 15px;
}
.qanda_menu .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  line-height: 1.3;
}
.qanda_menu .accshow p {
  font-size: 1.6rem;
}
.qanda_menu .accshow > p:not(:last-child) {
  padding-bottom: 5px;
}
.qanda_menu_bar:checked + label + .accshow {
  height: auto;
  padding: 0 10px 15px 10px;
  opacity: 1;
}
/*閉じた状態の矢印描画*/
.qanda_menu label:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #3a3633 2px solid;
  border-right: #3a3633 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.qanda_menu_bar:checked + label:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #3a3633 2px solid;
  border-right: #3a3633 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: 7%;
  bottom: 0;
  margin: auto;
}
.qanda_menu h3 {
  padding-right: 1.5em;
  margin-left: 2.5em;
  text-indent: -2.5em;
  font-size: 1.6rem;
}
.qanda_menu .qanda_midashi {
  color: #11439d;
  font-size: 2rem;
  font-weight: bold;
  margin: 30px auto 10px;
}



/*臨時休業枠*/
    .rinji_sotowaku {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        padding: 30px 0;
        border-top: 1px solid #e6e6e6;
        margin: 0 auto;
    }
    .rinji_owaku {
        /*border: 1px solid #F30022;*/
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 20px;
        color: #f30022;
        line-height: 1.2;
        width: 100%;
        margin: 0 auto;
        max-width: 900px;
        text-align: left;
        font-size: 1.5rem;
    }
    .rinji_owaku>h3 {    
        text-align: left;
        background-image: url(../../img_2020/yazirushi.png);
        background-repeat: no-repeat;
        background-size: 1.5rem;
        font-size: 1.5rem;
        padding-left: 2em;
    }
    .rinji_owaku>h3 {
        padding-bottom: 10px;
    }
    .rinji_owaku>h3 a{
        text-decoration:underline;
        color: red;
        font-size: 1.2em;
    }
    .rinji_owaku>h3:last-child {
        padding-bottom: 0px;
    }
    .rinji_date {
        text-align: center;
        font-weight: bold;
        padding: 10px 10px; 
    }
    .rinji_date>span {
        border-bottom: 1px solid #f30022;
        padding-bottom: 3px;
    }




@media screen and (max-width: 1024px) {
/*-----------------------
service
------------------------*/
  .needs_layout01:before, .needs_layout03:before {
    margin-left: -50vw;
  }
  .needs_layout02:before, .needs_layout04:before {
    margin-right: -50vw;
  }
  
/*-----------------------
service_compare
------------------------*/
  #service_compare table .table_btn td{
    padding: 10px 5px;
  }
}

@media screen and (max-width: 1000px) {
  
/*-----------------------
slide_show
------------------------*/
  .slide_show_area .choice-btn {
    padding: 0 30px;
  }
  
/*-----------------------
entrance
------------------------*/
  #entrance:after {
    margin-left: -80px;
    border: 80px solid transparent;
    border-top: 40px solid #EFF5F9;
  }
  #entrance ul {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  #entrance ul li {
    width: 230px;
    padding: 20px 10px;
    margin-right: 20px;
  }
  #entrance .inner {
    padding-bottom: 230px;
  }
  #entrance .inner:after {
    width: 150px;
    height: 220px;
    right: 0;
    left: 52%;
    transform: translateX(-52%);
    -webkit-transform: translateX(-52%);
    -ms-transform: translateX(-52%);
  }
  .entrance_text {
    padding: 20px 15px 30px;
  }
  
/*-----------------------
service
------------------------*/
  #service {
    padding: 50px 0 120px;
  }
  .needs_midashi {
    margin: 100px auto 20px;
  }
  .needs_description h4 {
    margin: 25px auto 0;
  }
  .needs_description .needs_title h4 p {
    margin-bottom: 0;
  }
  .needs_description {
    width: 65%;
  }
  .needs_img{
    width: 35%;
  }
  .needs_description .needs_title {
    width: 90%;
  }
  .needs_description ul {
    width: 90%;
    margin: 15px auto 0;
  }
  /* イベント未開催用 ここから*/
  .needs_description .no_event{
    width: 90%;
  }
  /* イベント未開催用 ここまで*/
  
  .needs_description .btn2 {
    width: 90%;
    margin: 25px auto 0;
  }
  .needs_description .btn2 a {
    width: 48%;
  }
  .needs_description .btn1 {
    width: 90%;
    margin: 25px auto 0;
  }
  .needs_description .btn1 a {
    width: 100%;
  }
  .needs_layout02 .needs_img a{
    width: 45%;
  }
  .needs_layout02 .needs_logo {
    width: 100%;
  }
  .needs_layout04 .needs_img p{
    font-size: 1.2rem;
    margin-top: 5px;
  }
  
/*-----------------------
service_compare
------------------------*/
  #service_compare table .table_btn td a {
    font-size: 1.2rem;
  }
  #service_compare table .table_btn td a:after {
    margin-top: -3px;
    right: 10px;
    width: 6px;
    height: 6px;
  }
  
/*-----------------------
point
------------------------*/
  ul.point_box3 li {
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3);
    margin-right: 15px;
  }
  ul.point_box3 li:last-child {
    margin-right: 0;
  }
  
/*-----------------------
qanda
------------------------*/
  .qanda_menu {
    padding: 0 15px;
  }
}
@media screen and (max-width: 800px) {
/*-----------------------
service
------------------------*/
  .needs_description {
    width: 60%;
  }
  .needs_img{
    width: 40%;
  }
  .needs_layout01 .needs_description ul,
  .needs_layout02 .needs_description ul{
    width: 100%;
  }
  .needs_description ul li p{
    font-size: 1.65rem;
  }
  
/*-----------------------
service_compare
------------------------*/
  #service_compare table .table_btn td{
    padding: 10px 5px;
  }
  #service_compare table .table_btn td a:after{
    right: 8px;
  }
        /*臨時休業枠*/
        .rinji_sotowaku {
            padding:25px 20px;
        }
        .rinji_owaku>h3 {
        }
        .rinji_date {
            padding: 10px 10px; 
        }
        .rinji_owaku {
            padding: 18px 13px;
        }    
    
}

@media screen and (max-width: 700px) {
  #service_compare table .table_btn td{
    padding: 10px 0;
  }
  #service_compare table .table_btn td a:after{
    right: 8px;
  }
  
}
@media screen and (max-width: 640px) {
/*-----------------------
slide_show
------------------------*/
  .slide_show_area .choice-btn {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .slide_show_area .choice-btn .slick-track {
    margin: 15px auto 0;
  }
  .slide_show_area .choice-btn .slick-track li {
    height: 30px;
    margin-right: 5px;
  }
  
/*-----------------------
entrance
------------------------*/
  #entrance {
    margin-bottom: 60px;
  }
  #entrance:after {
    margin-left: -60px;
    border: 60px solid transparent;
    border-top: 40px solid #EFF5F9;
  }
  #entrance .inner {
    padding: 30px 0 160px;
  }
  #entrance ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 15px 10px;
    text-align: right;
  }
  #entrance ul:last-of-type li {
    margin-bottom: 10px;
  }
  #entrance ul:last-of-type li:last-of-type {
    margin-bottom: 0;
  }
  #entrance ul li p {
    font-size: 1.3rem;
    text-align: left;
  }
  #entrance ul li a {
    font-size: 1.2rem;
    margin-left: 0;
    margin-right: 35px;
  }
  #entrance ul li:after {
    width: 15px;
    height: 15px;
    margin-left: -7px;
    left: 100%;
    bottom: 40%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: rotate(-135deg);
  }
  #entrance ul li p {
    margin-bottom: 5px;
  }
  #entrance .inner:after {
    width: 100px;
    height: 150px;
  }
  .entrance_text {
    font-size: 2rem;
    padding: 10px 15px 20px;
    
  }
  
/*-----------------------
service
------------------------*/
  #service {
    padding: 30px 0 80px;
  }
  .needs_midashi {
    font-size: 1.7rem;
    margin: 80px auto 10px;
  }
  .needs_midashi span {
    font-size: 2.5rem;
    padding-right: 10px;
  }
  .needs_midashi span:before {
    font-size: 0.8rem;
    top: -13px;
    padding-right: 10px;
  }
  .needs_layout {
    flex-direction: column;
  }
  .needs_layout .needs_description {
    width: 100%;
    margin-top: 0;
  }
  .needs_layout01 .needs_description, .needs_layout03 .needs_description {
    order: 2;
  }
  .needs_layout .needs_img {
    width: 50%;
  }
  .needs_layout01 .needs_img, .needs_layout03 .needs_img {
    order: 1;
    width: 50%;
  }
  .needs_description h4 {
    font-size: 1.7rem;
    margin: 20px auto 0;
  }
  .needs_description .needs_title {
    width: 90%;
  }
  .needs_description .needs_title h4 p {
    font-size: 1rem;
  }
  .needs_description .needs_title h4 img {
    height: 17px;
  }
  .needs_description ul {
    width: 90%;
  }
  .needs_layout01 .needs_description ul, .needs_layout02 .needs_description ul {
    width: 80%;
  }
  .needs_layout03 .needs_description ul, .needs_layout04 .needs_description ul {
    width: 60%
 }
  .needs_description .needs_title{
    width: 60%;
  }
  .needs_description ul li .needs_icon {
    width: 45px;
  }
  /* イベント未開催用 ここから*/
  .needs_description .no_event{
    margin: 10px auto 0;
    width: 60%;
  }
  .needs_description .no_event p{
    font-size: 1.2rem;
    padding-left: 12px;
  }
  /* イベント未開催用 ここまで*/
  .needs_logo {
    width: 40%;
    margin: 5px auto 0;
  }
  .needs_layout02 .needs_logo {
    width: 85%;
    margin: 5px auto 0;
  }
  .needs_layout02 .needs_logo a:first-of-type{
    margin-right: 30px;
  }
  .needs_description ul li {
    font-size: 1.3rem;
  }
  .needs_description ul li p {
    font-size: 1.3rem;
  }
  .needs_description .btn2 {
    width: 80%;
    margin-top: 15px;
  }
  .needs_description .btn2 a {
    font-size: 1.4rem;
  }
  .needs_description .btn1 {
    width: 80%;
    margin-top: 15px;
  }
  .needs_description .btn1 a {
    font-size: 1.4rem;
  }
  .service_link {
    margin: 20px auto 0;
    width: 80%;
    max-width: 100%;
  }
  .service_link a {
    font-size: 1.2rem;
    padding: 12px 12px 12px 0;
    letter-spacing: -0.05rem;
  }
  .service_link a:after {
    top: 42%;
    right: 14px;
  }
  
  
/*-----------------------
service_compare
------------------------*/
  #service_compare {
    padding: 30px 0;
  }
  #service_compare table th {
    font-size: 1.3rem;
  }
  #service_compare table td {
    font-size: 1.2rem;
    width: 175px;
    min-width: 175px;
  }
  #service_compare table .table_btn td{
    padding: 10px;
  }
  #service_compare table td:first-child {
    font-size: 1.2rem;
  }
  #service_compare table .table_btn td a:after {
    top: 50%;
    margin-top: -4px;
    right: 20px;
    width: 8px;
    height: 8px;
  }
  #service_compare{
    position: relative;
  }
  .table_scroll{
    z-index: 1;
  }
  
  #service_compare .table_arrrow div{
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 45%;
    opacity: 0.5;
    z-index: 5;
  }
  #service_compare .table_arrrow_left{
    left: 5px;
  }
  #service_compare .table_arrrow_right{
    right: 5px;
  }
  
/*-----------------------
point
------------------------*/
  #point {
    padding: 30px 0;
  }
  ul.point_box3 {
    display: block;
  }
  ul.point_box3 li {
    width: 100%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
  }
  ul.point_box3 li:last-child {
    margin: 0 auto;
  }
  ul.point_box3 li .point_text {
    /*padding: 10px 10px 10px 30px;*/
    padding: 10px;
    width: 65%;
  }
  ul.point_box3 li .point_text p {
    font-size: 1.4rem;
  }
  ul.point_box3 li .point_text:before {
    width: 40px;
    height: 40px;
    top: 50%;
    left: -20px;
    margin-right: 0;
    margin-top: -20px;
  }
  ul.point_box3 li:nth-child(2) .point_text:before, ul.point_box3 li:nth-child(3) .point_text:before {
    background-size: contain;
  }
  ul.point_box3 li .point_img {
    width: 35%;
  }

/*-----------------------
qanda
------------------------*/
  #qanda {
    padding: 30px 0;
  }
  .qanda_menu .accshow p {
    font-size: 1.2rem;
  }
  .qanda_menu h3 {
    font-size: 1.2rem;
  }
  .qanda_menu .qanda_midashi {
    font-size: 1.6rem;
    margin: 15px auto 5px;
  }
        /*臨時休業枠*/
        .rinji_sotowaku {
            padding: 20px 15px;
        }
        .rinji_owaku>h3 {
            padding-bottom: 10px;
            background-size: 1.4rem;
            font-size: 1.4rem;
        }
        .rinji_date {
            padding: 15px 10px 20px 10px;
        }
        .rinji_owaku {
            padding: 15px;
            font-size: 1.4rem;
        }    
}



@media screen and (max-width: 550px) {
/*-----------------------
service
------------------------*/
  .needs_layout01 .needs_img, .needs_layout03 .needs_img {
    width: 70%;
  }
  .needs_description .btn1, .needs_description .btn2 {
    width: 90%;
  }
  .needs_layout01 .needs_description ul, .needs_layout02 .needs_description ul {
    width: 90%;
  }
  .needs_layout03 .needs_description ul, .needs_layout04 .needs_description ul {
    width: 90%
  }
  .needs_description .needs_title {
    width: 90%;
  }
  /* イベント未開催用 ここから*/
  .needs_description .no_event {
    width: 90%;
  }
  /* イベント未開催用 ここまで*/
  .service_link {
    width: 92%;
  }
        /*臨時休業枠*/
        .rinji_sotowaku {
            padding: 15px 0;
        }
        .rinji_owaku>h3 {
            background-size: 1.3rem;
            font-size: 1.3rem;
        }
        .rinji_date {
            padding: 10px 5px 15px 5px;
        }
        .rinji_owaku {
            padding: 10px;
            font-size: 1.3rem;
        }    

}
@media screen and (max-width: 374px) {
  .service_link a .sp_small_disp{
    display: block;
  }

}

@media screen and (max-width: 360px) {
/*-----------------------
.entrance
------------------------*/
  .entrance_text{
    font-size: 1.7rem;
  }
  
/*-----------------------
service
------------------------*/
  
  .needs_midashi{
    line-height: 1.2;
  }
  .needs_description ul li p{
    letter-spacing: -0.05rem;
    font-size: 1.2rem;
  }
}