@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #363636;
  margin: 0;
}

p {
  line-height: 1.5;
}

a {
  color: #363636;
  text-decoration: none;
}

a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

picture {
  display: block;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

input {
  border: none;
  outline: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
}

.only-sp, .only-sp-inline {
  display: none;
}

@media (max-width: 768px) {
  .only-sp {
    display: block;
  }
  .only-sp-inline {
    display: inline;
  }
  .only-pc {
    display: none !important;
  }
}

.wrapper {
  width: 100%;
  position: relative;
  padding: 0 calc((100% - 1080px)/2);
}

@media (max-width: 768px) {
  .wrapper {
    padding: 0 10px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.Header .header-top {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .Header .header-top {
    height: 60px;
  }
}

.Header .logo {
  width: 146px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .Header .logo {
    width: 109px;
    margin-right: 10px;
  }
}

.Header .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .Header .box {
    display: block;
    font-size: 10px;
    padding-top: 2px;
  }
}

.Header .num {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .Header .num {
    margin: 0;
  }
}

.Header .btn {
  margin-left: auto;
}

.Header .btn a {
  display: block;
  width: 200px;
  height: 50px;
  background-color: #FFD64D;
  font-size: 20px;
  font-weight: bold;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .Header .btn a {
    width: 119px;
    height: 30px;
    font-size: 14px;
    border-radius: 15px;
  }
}

.Header-bottom {
  background-color: #F4FBFF;
}

.Header-bottom .form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .Header-bottom .form-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
}

.Header-bottom .select-wrap {
  position: relative;
}

@media (max-width: 768px) {
  .Header-bottom .select-wrap {
    width: 49%;
    margin-bottom: 5px;
  }
}

.Header-bottom select, .Header-bottom .search-btn, .Header-bottom input, .Header-bottom .attention-btn a {
  width: 200px;
  height: 56px;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .Header-bottom select, .Header-bottom .search-btn, .Header-bottom input, .Header-bottom .attention-btn a {
    width: 49%;
    height: 46px;
  }
}

.Header-bottom select {
  font-size: 16px;
  background-color: white;
  border: 1px solid #0956A3;
  color: #0956A3;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .Header-bottom select {
    width: 100%;
  }
}

.Header-bottom .select-arrow {
  width: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .Header-bottom .select-arrow {
    right: 15px;
  }
}

.Header-bottom select[name="city"] option:not(:first-child) {
  display: none;
}

.Header-bottom .search-btn {
  background-color: #D5E8FD;
  color: #0956A3;
  border: 1px solid #0956A3;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Header-bottom input {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0956A3;
  color: white;
}

.Header-bottom .attention-btn a {
  display: block;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #76C13B;
  color: #76C13B;
}

.Header-bottom .attention-btn a span.none {
  display: none;
}

.Map {
  height: 400px;
}

@media (max-width: 768px) {
  .Map {
    height: 180px;
  }
}

.Top {
  height: 442px;
  background-color: #F4FBFF;
}

@media (max-width: 768px) {
  .Top {
    height: auto;
    padding-top: 10px;
  }
}

.Top .items {
  width: 1080px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  top: -40px;
  left: calc((100% - 1080px)/2);
  -webkit-box-shadow: 0px 0px 14px -4px rgba(54, 54, 54, 0.2);
          box-shadow: 0px 0px 14px -4px rgba(54, 54, 54, 0.2);
  padding: 20px;
}

@media (max-width: 768px) {
  .Top .items {
    width: auto;
    background-color: transparent;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}

.Top .item {
  width: 330px;
  border: 1px solid #DEDEDE;
  outline: none;
  padding: 10px;
  margin: 0 12.5px;
}

@media (max-width: 768px) {
  .Top .item {
    background-color: white;
    margin: 0 5px;
  }
}

.Top .arrow {
  width: 24px;
  height: 60px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 50%;
}

@media (max-width: 768px) {
  .Top .arrow {
    display: none !important;
  }
}

.Top .arrow.prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/top-arrow-left.png);
}

.Top .arrow.next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url(../img/top-arrow-right.png);
}

.Top .arrow img {
  width: 10px;
}

.Top .attention {
  height: 46px;
  background-color: #76C13B;
  color: white;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 0px 0px #498619;
          box-shadow: 0px 5px 0px 0px #498619;
  cursor: pointer;
  margin-bottom: 15px;
}

.Top .attention:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0px 2px 0px 0px #498619;
          box-shadow: 0px 2px 0px 0px #498619;
}

.Top .attention.disable {
  display: none;
}

.Top .attention.release {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #498619;
  background-color: white;
  color: #498619;
}

.Top .attention.release:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.Top .attention img {
  width: 16px;
  margin-left: 20px;
}

.Top .title {
  height: 60px;
  background-color: #F2F2F2;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin-bottom: 10px;
}

.Top .title img {
  width: 20px;
  margin-right: 10px;
}

.Top .feature {
  font-size: 14px;
  margin-bottom: 10px;
}

.Top .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.Top .img {
  width: 120px;
  height: 120px;
  background-position: center;
  background-size: cover;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.Top .text-box {
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

.Top .text {
  font-size: 14px;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.Top .text:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.Top .text span {
  color: #0956A3;
  font-weight: bold;
}

.Top .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 10px;
}

.Top .tag {
  width: 70px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #0956A3;
  background-color: #DDEDFD;
  color: #0956A3;
  font-size: 12px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}

.Top .detail a {
  display: block;
  height: 46px;
  background-color: #0956A3;
  color: white;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  position: relative;
}

.Top .detail a img {
  width: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.List {
  background-color: #F4FBFF;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .List {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.List .top-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .List .top-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
  }
}

.List .top-title img {
  width: 26px;
  margin: 0 15px 4px 0;
}

@media (max-width: 768px) {
  .List .top-title img {
    width: 22px;
  }
}

.List .top-title span {
  font-size: 18px;
  font-weight: 500;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .List .top-title span {
    display: none;
  }
}

.List .item {
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 14px -4px rgba(54, 54, 54, 0.2);
          box-shadow: 0px 0px 14px -4px rgba(54, 54, 54, 0.2);
  padding: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .List .item {
    padding: 10px;
    margin-bottom: 15px;
  }
}

.List .item:last-child {
  margin-bottom: 0;
}

.List .title {
  background-color: #F4FBFF;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 20px 11px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .List .title {
    font-size: 20px;
    padding: 13px 15px 12px;
    margin-bottom: 10px;
  }
}

.List .feature {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .List .feature {
    margin-bottom: 10px;
  }
}

.List .access {
  background-color: #F2F2F2;
  font-size: 14px;
  padding: 16px 20px 15px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .List .access {
    padding: 10px;
    margin-bottom: 10px;
  }
}

.List .access .map {
  width: 10.5px;
  margin: 0 10.5px 2px 0;
}

.List .access .train {
  width: 10.5px;
  margin: 0 10.5px 2px 20px;
}

@media (max-width: 768px) {
  .List .access .train {
    width: 11.6px;
    margin: 0 9.5px 2px 0;
  }
}

.List .explanation {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .List .explanation {
    margin-bottom: 10px;
  }
}

.List .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .List .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
}

.List .img-box {
  width: 420px;
}

@media (max-width: 768px) {
  .List .img-box {
    width: calc(100% + 20px);
    margin: 0 -10px 10px;
  }
}

.List .top-img {
  height: 194px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #293239;
}

@media (max-width: 768px) {
  .List .top-img {
    height: 164px;
  }
}

.List .img-items {
  background-color: #293239;
  position: relative;
  padding: 10px 18px;
}

@media (max-width: 768px) {
  .List .img-items {
    padding: 8px calc((100% - 324px)/2) 9px;
  }
}

.List .img-item {
  width: 121px;
  height: 86px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .List .img-item {
    width: 102px;
    height: 73px;
    margin: 0 4.5px;
  }
}

.List .arrow {
  width: 5px;
  height: 12px;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.List .arrow.prev {
  background-image: url(../img/arrow-left.png);
  left: 6px;
}

.List .arrow.next {
  background-image: url(../img/arrow-right.png);
  right: 6px;
}

.List .feature-items {
  width: 580px;
  height: 300px;
}

@media (max-width: 768px) {
  .List .feature-items {
    width: 100%;
    height: auto;
  }
}

.List .feature-item {
  height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CECECE;
}

@media (max-width: 768px) {
  .List .feature-item {
    height: 55px;
  }
}

.List .feature-item:last-child {
  border-bottom: none;
}

.List .feature-item .data {
  width: 150px;
  color: white;
  background-color: #0956A3;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .List .feature-item .data {
    width: 30%;
  }
}

.List .feature-item .description {
  width: 430px;
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .List .feature-item .description {
    width: 70%;
    font-size: 14px;
    padding: 0 10px;
  }
}

.List .feature-item .description .red {
  color: #CE4545;
  font-size: 18px;
  font-weight: bold;
}

.List .feature-item .description .space {
  width: 20px;
  display: inline-block;
}

@media (max-width: 768px) {
  .List .feature-item .description .space {
    width: 0;
    display: block;
  }
}

.List .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5px 12px;
}

@media (max-width: 768px) {
  .List .tags {
    margin: 0 calc(-31px/14) 5px;
  }
}

.List .tag {
  width: 65px;
  height: 65px;
  background-color: #DDEDFD;
  border: 1px solid #0956A3;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #0956A3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 1.5px 3px;
}

@media (max-width: 768px) {
  .List .tag {
    width: 38px;
    height: 38px;
    font-size: 10px;
    margin: 0 calc(31px/14) 5px;
  }
}

.List .detail {
  width: 260px;
  height: 56px;
  border: 1px solid #0956A3;
  border-radius: 8px;
  color: #0956A3;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .List .detail {
    width: 100%;
  }
}

.List .detail.active {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .List .detail.active {
    margin-bottom: 10px;
  }
}

.List .detail img {
  width: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.List .detail img.none {
  display: none;
}

.List .detail-items {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #CECECE;
}

.List .detail-items.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.List .detail-item {
  width: 50%;
  height: 44px;
  border-bottom: 1px solid #CECECE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .List .detail-item {
    width: 100%;
    height: 55px;
  }
}

.List .detail-item:last-child {
  border-bottom: none;
}

.List .detail-item:nth-last-child(2) {
  border-bottom: none;
}

@media (max-width: 768px) {
  .List .detail-item:nth-last-child(2) {
    border-bottom: 1px solid #CECECE;
  }
}

.List .detail-item .data {
  width: 150px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: #0956A3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .List .detail-item .data {
    width: 30%;
  }
}

.List .detail-item .description {
  width: 360px;
  background-color: #F2F2F2;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .List .detail-item .description {
    width: 70%;
    padding: 0 10px;
  }
}

.Search {
  width: 1080px;
  height: 680px;
  background-color: white;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: scroll;
  pointer-events: none;
  opacity: 0;
  z-index: 20;
  padding: 20px;
}

@media (max-width: 768px) {
  .Search {
    width: calc(100vw - 10px*2);
    height: calc(100vh - 20px);
    padding: 15px 15px 0;
  }
}

.Search.active {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .Search .close {
    width: 32px;
    height: 32px;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    margin-left: auto;
  }
}

.Search .top-title {
  font-size: 22px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .Search .top-title {
    margin-bottom: 10px;
  }
}

.Search .top-title::before, .Search .top-title::after {
  content: '';
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #0956A3;
}

.Search .top-title::before {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .Search .top-title::before {
    margin-right: 15px;
  }
}

.Search .top-title::after {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .Search .top-title::after {
    margin-left: 15px;
  }
}

.Search .search-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .Search .search-items {
    margin-bottom: 0;
  }
}

.Search .search-item {
  width: 330px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .Search .search-item {
    width: 100%;
  }
}

.Search .search-item .search-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.Search .search-item input, .Search .search-item select {
  width: 100%;
  height: 35px;
  border: 1px solid #CECECE;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .Search .search-item input, .Search .search-item select {
    height: 40px;
    font-size: 16px;
    padding: 0 10px;
  }
}

.Search .search-item .select-wrap {
  width: 100%;
  position: relative;
}

.Search .search-item .select-wrap::before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #363636 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.Search .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.Search .area-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #CECECE;
  padding: 20px 20px 5px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .Search .area-items {
    padding: 10px 10px 0px;
    margin-bottom: 15px;
  }
}

.Search .area-item {
  line-height: 1;
  margin-right: 25px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Search .area-item {
    margin-bottom: 10px;
  }
}

.Search .area-item input[type="checkbox"] {
  display: none;
}

.Search .area-item label {
  cursor: pointer;
  position: relative;
  padding-left: 18px;
}

.Search .area-item label::before {
  display: block;
  border: 1px solid #363636;
  content: '';
  width: 14px;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
}

.Search .area-item label::after {
  width: 4px;
  height: 9px;
  border-right: 2px solid #0956A3;
  border-bottom: 2px solid #0956A3;
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  top: 1px;
  left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.Search .area-item input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.Search .city-content {
  display: none;
}

.Search .city-content.active {
  display: block;
}

.Search .city-items {
  border: 1px solid #CECECE;
  padding: 20px 20px 5px;
  margin-bottom: 20px;
}

.Search .city-item {
  display: none;
  margin-bottom: 10px;
}

.Search .city-item:last-child {
  margin-bottom: 0;
}

.Search .city-item.active {
  display: block;
}

.Search .city-item .area-items {
  border: none;
  padding: 0;
  margin: 0;
}

.Search .attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .Search .attention {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.Search .attention .attention-title {
  font-weight: bold;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .Search .attention .attention-title {
    width: 100%;
  }
}

.Search .attention input[type="radio"] {
  display: none;
}

.Search .attention label {
  cursor: pointer;
  position: relative;
  padding-left: 18px;
  margin-right: 20px;
}

.Search .attention label::before {
  display: block;
  border: 1px solid #363636;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 4px;
}

.Search .attention label::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0956A3;
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.Search .attention input[type="radio"]:checked + label::after {
  opacity: 1;
}

.Search .btn-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .Search .btn-items {
    width: calc(100% + 30px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: white;
    border-top: 1px solid #CECECE;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    margin: 0 -15px;
  }
}

@media (max-width: 768px) {
  .Search .btn-item {
    width: 49%;
  }
}

.Search .btn-item input {
  width: 300px;
  height: 56px;
  border-radius: 8px;
  font-weight: bold;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .Search .btn-item input {
    width: 100%;
    margin: 0;
  }
}

.Search .btn-item input[type="submit"] {
  background-color: #0956A3;
}

.Search .btn-item input[type="reset"] {
  background-color: #ED5252;
}

.mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(54, 54, 54, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
}

.mask.active {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.page-top {
  display: none;
  width: 60px;
  height: 60px;
  background-color: rgba(9, 86, 163, 0.6);
  color: white;
  border-radius: 8px;
  text-align: center;
  line-height: 60px;
  position: fixed;
  bottom: 40px;
  right: calc((100% - 1080px)/2);
  cursor: pointer;
}

@media (max-width: 768px) {
  .page-top {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    right: 10px;
  }
}

.page-top:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.page-top img {
  width: 20px;
}

@media (max-width: 768px) {
  .page-top img {
    width: 16px;
  }
}

.Footer {
  height: 100px;
  background-color: #293239;
  text-align: center;
  padding: 25px 0 20px;
}

.Footer .company {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.Footer .company a {
  color: white;
}

.Footer .text {
  font-size: 12px;
  font-weight: bold;
  color: white;
}
/*# sourceMappingURL=main.css.map */