@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */
html {
  height: 100%;
}

/*--- body ---*/
body {
  /* #special_containerで指定する
  	font-family: 'メイリオ', "Meiryo", 'ＭＳ Ｐゴシック', "sans-serif";
  	font-size: 15px;
  	line-height:1.7;
  	color:#333;
  	height: 100%;
  */
}

/*--- container ---*/

#container {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 5px;
}

#special_container {
  /* background: #fff; */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0 0 0;
}

/*--- breadcrumbs ---*/
#breadcrumbs {
  font-size: 93%;
  padding: 10px 0;
}

/*============== ここから汎用部品 ==============*/
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

#special_container {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #323232;
  font-weight: 500;
}

/*--- breadcrumbs ---*/
#breadcrumbs {
  font-size: 93%;
  padding: 10px 0;
}

/*============== ここから汎用部品 ==============*/
div.conts img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}

.clearfix {
  content: "";
  display: block;
  clear: both;
}

.bold {
  font-weight: 700;
  color: #000;
}



.mv {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  overflow: hidden;
}
.mv:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/com/yokohama202303/conts-bg01.jpg) repeat;
  transform: skewY(-7deg) translateY(-90px);
  z-index: -1;
}

.lead_frame {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.lead_frame_inner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%, 100% 2.5em;
  line-height: 2.5em;
  padding-bottom: 1px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lead_frame_inner {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .lead_frame_inner {
    width: 90%;
    text-align: left;
  }
}

.conts01 {
  width: 100%;
  margin: 0;
  padding: 50px 0 100px;
  position: relative;
  top: 50px;
}
.conts01:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/com/yokohama202303/conts-bg02.jpg) repeat;
  transform: skewY(-7deg);
  z-index: -1;
}

.search {
  width: 1000px;
  margin: 30px auto;
  padding-bottom: 25px;
  background: #befaff;
  border-radius: 20px;
  border: 4px solid #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .search {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .search {
    width: 90%;
  }
}
.search:before {
  content: "";
  width: 480px;
  padding: 10px;
  background: #befaff;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translatex(-50%);
}
@media (max-width: 767px) {
  .search:before {
    width: 80%;
  }
}

.conts01 .headline-h3 {
  width: 420px;
  text-align: center;
  margin: -30px auto 40px;
  position: relative;
}
@media (max-width: 767px) {
  .conts01 .headline-h3 {
    width: 80%;
    margin: -20px auto 40px;
  }
}

.form {
  margin: 0 auto;
}

.select-style01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 40px;
  width: 700px;
  padding: 15px 25px;
  background: #fff;
  border-radius: 50px;
  filter: drop-shadow(4px 4px 0 rgba(94, 193, 207, 0.2));
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .select-style01 {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .select-style01 {
    width: 94%;
    border-radius: 15px;
    display: block;
    text-align: center;
  }
}
.select-style01:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #3853c8 transparent transparent transparent;
  border-width: 14px 14px 0 14px;
}

.txt-img {
  font-size: 22px;
  font-weight: bold;
  color: #3853c8;
}
@media (max-width: 767px) {
  .txt-img {
    font-size: 16px;
  }
}

.selectdiv {
  position: relative;
  min-width: 320px;
}
@media (max-width: 767px) {
  .selectdiv {
    min-width: 90%;
  }
}

select::-ms-expand {
  display: none;
}

.selectdiv:after {
  content: "<>";
  font: 17px "Consolas", monospace;
  color: #333;
  transform: rotate(90deg);
  right: 11px;
  top: 14px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 767px) {
  .selectdiv:after {
    top: 9px;
  }
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 40px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}
@media (max-width: 767px) {
  .selectdiv select {
    float: none;
  }
}

.submit-button {
  font-size: 24px;
  font-weight: bold;
  width: 400px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  background: #ffaf3c;
  color: #fff;
  line-height: 2em;
  border: none;
  border-radius: 50px;
  box-shadow: 0px 5px 0 #ec6941;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -35px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .submit-button {
    font-size: 20px;
    width: 85%;
  }
}
.submit-button:after {
  content: "";
  background: url(/images/com/yokohama202303/search_icon.png) no-repeat;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 30px;
  transform: translateY(-50%);
  top: 50%;
}

.submit-button:hover {
  /*マウスを合わせた時の処理（hover）*/
  transform: translate3d(0, 5px, 0);
  box-shadow: none;
}

.conts02 {
  width: 100%;
  margin: 0;
  padding: 100px 0 50px;
  position: relative;
  top: -50px;
  overflow: hidden;
}
.conts02:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/com/yokohama202303/conts-bg01.jpg) repeat;
  transform: skewY(-7deg) translateY(90px);
  z-index: -1;
}

.conts02 .headline-h3 {
  width: 530px;
  margin: 60px auto 40px;
}
@media (max-width: 767px) {
  .conts02 .headline-h3 {
    width: 90%;
  }
}

.area-btn-wrap {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .area-btn-wrap {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .area-btn-wrap {
    width: 90%;
  }
}

.area-btn-item {
  width: 310px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .area-btn-item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .area-btn-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.area-btn-item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 20px 20px 15px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  font-size: 20px;
  font-weight: bold;
  color: #3853c8;
  background: #fff;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .area-btn-item a {
    font-size: 16px;
  }
}
.area-btn-item a:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.area-btn-item a:after {
  content: "";
  background: url(/images/com/yokohama202303/arrow.png) no-repeat;
  width: 40px;
  height: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}


