@charset "UTF-8";
/*
Theme Name: 港屋LP Theme
Theme URI: https://minatoya-shonan.co.jp/lp
Author: EDGE inc
Author URI: https://minatoya-shonan.co.jp/lp
Description: EDGE inc
Version: 1.0
*/

/* ------------------------------------------ 
all
------------------------------------------ */

body {
  position: relative;
  line-height: 1.6rem;
  font-family: 'Segoe UI', 'メイリオ', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden!important;
  color: rgb(15, 20, 25);
}

p, a, h2, span, dd, dt, li {
  transform: rotate(0.05deg);
}

/* ------------------------------------------ 
fv
------------------------------------------ */

#fv {
  position: relative;
  width: 100%;
  background: url(images/bg_fv.jpg);
  background-size: cover;
}

#fv h1 {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}

#fv h1 img {
  display: block;
  width: 100%;
}

#fv > img {
  position: absolute;
  bottom: -96px;
  left: calc(50% - 300px);
  display: block;
  width: 600px;
}

@media screen and (max-width: 660px) {
  
  #fv > img {
    bottom: -10vw;
    left: 15%;
    width: 70%;
  }
  
}

/* ------------------------------------------ 
fv_under
------------------------------------------ */

#fv_under {
  padding: 120px 0 60px;
}

#fv_under h2 {
  display: none;
}

#fv_under > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2vw;
  align-items: center;
  width: 100%;
  margin: 0 auto 60px;
  max-width: 840px;
  padding: 60px 0;
  background: linear-gradient(to left, #00a8d5, #0078d5);
  box-sizing: border-box;
}

#fv_under > div:nth-child(2) p {
  width: 100%;
  text-align: center;
  margin-bottom: 5vw;
  color: #fff;
  font-weight: bold;
  font-size: 5vw;
  letter-spacing: 0.5vw;
}

.color_span {
  color: #ffea34;
}

#fv_under > div:nth-child(2) a {
  display: block;
  width: 44%;
}

#fv_under > div:nth-child(2) a img {
  display: block;
  width: 100%;
}

#fv_under > div:nth-child(3) {
  
}

#fv_under > div:nth-child(3) > p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

#fv_under > div:nth-child(3) > div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 840px;
  padding: 60px 30px;
  background: #eaf0f5;
  box-sizing: border-box;
}

#fv_under > div:nth-child(3) > div::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -60px;
  left: calc(50% - 30px);
  border-top: 30px solid #eaf0f5;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
}

#fv_under > div:nth-child(3) > div > p {
  position: absolute;
  top: -24px;
  left: 5%;
  width: 90%;
  color: #fff;
  background: #3c57a4;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 12px 0;
}

#fv_under > div:nth-child(3) > div > p::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
  border-top: 15px solid #3c57a4;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

#fv_under > div:nth-child(3) > div > div {
  position: relative;
  width: 32%;
  background: #fff;
  text-align: center;
  padding: 45px 0;
}

#fv_under > div:nth-child(3) > div > div p:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 90px;
  font-weight: bold;
  color: #eaf0f5;
  opacity: 0.3;
  
}

#fv_under > div:nth-child(3) > div > div p span {
  color: #3c57a4;
  font-weight: bold;
  font-size: 21px;
}

@media screen and (min-width: 880px) {
  
  #fv_under > div:nth-child(2) p {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
  
}

@media screen and (max-width: 660px) {
  
  #fv_under {
    padding: 12vw 0 30px;
  }
  
}

@media screen and (max-width: 600px) {
  
  #fv_under > div:nth-child(3) > div > div {
    width: 100%;
    margin-bottom: 15px;
  }
  
  #fv_under > div:nth-child(3) > div > div:last-child {
    margin-bottom: 0;
  }
  
}

@media screen and (max-width: 435px) {
  
  #fv_under > div:nth-child(2) {
    padding: 30px 0;
    margin: 0 auto 30px;
  }
  
  #fv_under > div:nth-child(3) > p {
    font-size: 16px;
  }
  
  #fv_under > div:nth-child(3) > div {
    padding: 45px 15px 15px;
  }
  
  #fv_under > div:nth-child(3) > div > p {
    font-size: 18px;
  }
  
  #fv_under > div:nth-child(3) > div > div {
    padding: 30px 0;
  }
  
}

/* ------------------------------------------ 
about
------------------------------------------ */

#about {
  padding: 90px 0;
  background: linear-gradient(to left, #00a8d5, #0078d5);
}

#about h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffea34;
  margin-bottom: 60px;
}

#about section {
  position: relative;
  width: 90%;
  max-width: 840px;
  margin: 0 auto 60px;
  padding: 60px 0 45px;
  background: #eaf0f5;
}

#about section:last-child {
  margin: 0 auto;
}

#about section:nth-child(2) {
  margin: 0 auto;
}

.p_ex {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 60px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

#about section h3 {
  position: absolute;
  top: -24px;
  left: 5%;
  width: 90%;
  max-width: 840px;
  color: #00a8d5;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 12px 0;
  background: #ffea34;
}

#about section h3::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
  border-top: 15px solid #ffea34;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

#about section:nth-child(2) {
  
}

#about section:nth-child(2) > p:nth-child(2) {
  text-align: center;
}

#about section:nth-child(2) > p:nth-child(3) {
  text-align: center;
  margin: 0 auto 60px;
  background: #3c57a4;
  color: #fff;
  max-width: 320px;
  width: 90%;
  padding: 6px 0;
  border-radius: 15px;
}

#about section:nth-child(2) p:nth-child(3) br {
  display: none;
}

#about section:nth-child(2) img {
  display: block;
  width: 80%;
  margin: 0 auto 60px;
}

#about section:nth-child(2) div {
  padding: 30px;
  background: #fff;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}

#about section:nth-child(2) div p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

#about section:nth-child(2) div p:last-child {
  margin-bottom: 0;
}

#about section:nth-child(2) div p span:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eaf0f5;
  font-weight: bold;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

#about section:nth-child(2) div p span:nth-child(2) {
  width: calc(100% - 45px);
  padding-left: 10px;
  line-height: 21px;
}

.span_q + span:nth-child(2) {
  font-weight: bold;
}

.span_q {
  color: #00a8d5;
}

.span_a {
  color: #d54100;
}

.p_a:nth-child(2) {
  margin-bottom: 30px!important;
}

#about section:nth-child(4) {
  
}

#about section:nth-child(4) > img {
  display: block;
  width: 80%;
  margin: 0 auto 30px;
}

#about section:nth-child(4) p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 510px;
  margin: 0 auto 10px;
}

#about section:nth-child(4) p:last-child {
  margin: 0 auto;
}

#about section:nth-child(4) p img {
  display: block;
  width: 30px;
}

#about section:nth-child(4) p span {
  width: calc(100% - 30px);
  padding-left: 10px;
  box-sizing: border-box;
}


#about section:nth-child(5) {
  
}

#about section:nth-child(5) > img {
  display: block;
  width: 80%;
  margin: 0 auto 0px;
}

@media screen and (max-width: 600px) {
  
  #about section h3 {
    width: 90%;
    left: 5%;
  }
  
  #about section h3 {
    font-size: 16px;
  }
  
}

@media screen and (max-width: 470px) {
  
  #about {
    padding: 45px 0;
  }
  
  #about section {
    padding: 45px 0 30px;
  }
  
  #about section:nth-child(2) p:nth-child(3) {
    margin: 0 auto 15px;
  }
  
  #about section:nth-child(2) p:nth-child(3) br {
    display: block;
  }
  
}

@media screen and (max-width: 370px) {
  
  
  #about section h3 {
    font-size: 14px;
  }
  
}


/* ------------------------------------------ 
customer
------------------------------------------ */

#customer {
  margin-bottom: 90px;
}

#customer h2 {
  display: none;
}

#customer > div:nth-child(2) {
  padding: 60px 0;
  background: url(images/bg_voice.jpg);
  background-size: cover;
  margin-bottom: 30px;
}

#customer > div:nth-child(2) img {
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

#customer > img {
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 0 auto 30px;
}

#customer > a {
  display: block;
  min-width: 240px;
  width: 50%;
  max-width: 840px;
  text-decoration: none;
  color: #fff;
  background: #d54100;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  padding: 6px 0;
  border-radius: 30px;
}

@media screen and (max-width: 600px) {
  
  #customer > div:nth-child(2) {
    padding: 30px 0;
  }
  
}

/* ------------------------------------------ 
vscovid
------------------------------------------ */

#vscovid {
  width: 90%;
  max-width: 840px;
  background: #eaf0f5;
  margin: 0 auto 90px;
  padding: 60px 0;
}

#vscovid h2 {
  display: none;
}

#vscovid img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  
  #vscovid {
    padding: 30px 0;
    margin: 0 auto 60px;
  }
  
}

/* ------------------------------------------ 
area
------------------------------------------ */

#area {
  position: relative;
  background: #eaf0f5;
  padding: 60px 0;
}

#area h2 {
  position: absolute;
  top: -24px;
  left: 5%;
  width: 90%;
  max-width: 840px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 12px 0;
  background: #0078d5;
}

#area h2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
  border-top: 15px solid #0078d5;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

#area img {
  display: block;
  display: block;
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}

@media screen and (min-width: 1070px) {
  
  #area h2 {
    left: calc(50% - 420px);
  }
  
}

/* ------------------------------------------ 
contact
------------------------------------------ */

#contact {
  background: linear-gradient(to left, #00a8d5, #0078d5);
  padding: 60px 0;
}

#contact h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

.contact_main {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 12px #888; 
  box-sizing: border-box;
  padding: 60px 0;
}

.sub_contact_main {
  
}

.sub_contact_title {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
}

.sub_contact_area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto;
}

.sub_contact_area dt {
  display: flex;
  justify-content: space-between;
  width: 270px;
}

.sub_contact_area dt span {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 20px;
  color: #fff;
  background: #428093;
  padding: 0 10px;
  font-size: 0.8rem;
}

.sub_contact_area dd {
  width: calc(100% - 270px);
  margin-bottom: 20px;
}

.testobj {
  width: 100%;
  height: 30px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.cp_div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.cp_div a {
  color: #428093;
}

.c_text, .c_mail, .c_tel {
  background: #e1e1e1;
  border: none;
  box-sizing: border-box;
  padding: 3px 10px;
  width: 100%;
}

.c_main {
  background: #e1e1e1;
  border: none;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
}

.wpcf7-form-control-wrap {
  display: block!important;
}

.c_add1 {
  width: 120px !important;
  margin-bottom: 5px!important;
}

.c_add2 {
  width: 120px !important;
  margin-bottom: 5px!important;
}

.c_add1 {
  width: 120px;
}

.wpcf7-list-item {
    margin: 0!important;
  }
  
.c_text::-webkit-input-placeholder, .c_mail::-webkit-input-placeholder, .c_tel::-webkit-input-placeholder {
  font-size: 14px;
  color: #a5a5a5;
}

.c_submit_area {
  position: relative;
}

.c_submit {
  display: block;
  position: relative;
  width: 150px;
  padding: 15px 10px;
  margin: 0 auto;
  color: #fff;
  border: 1px solid #428093;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.3s ease;
  text-align: center;
  letter-spacing: 0.08em;
  z-index: 10;
  background: #428093;
}

.c_submit:hover {
  color: #eee;
  background: #3a86be;
  border: 1px solid #428093;
}

input:disabled, textarea:disabled {
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  color: rgb(84, 84, 84);
  cursor: default;
}

input:disabled:hover {
  background: #e1e1e1!important;
  border: 1px solid #e1e1e1!important;
  color: rgb(84, 84, 84)!important;
  cursor: default!important;
}

div.wpcf7-validation-errors {
  border: 2px solid #cf8856 !important;
}

.c_check {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.c_check .wpcf7-list-item {
  width: 50%;
}

.c_check2 .wpcf7-list-item {
  width: 100%!important;
}

.c_check .wpcf7-list-item label {
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.c_check .wpcf7-list-item label input {
  display: none;
  border: 1px solid #e1e1e1!important;
  margin-right: 2px;
  width: 15px;
}

.c_check .wpcf7-list-item label span {
  display: block;
  color: #111;
  width: calc(90%);
  box-sizing: border-box;
  padding: 5px 10px;
  background: #e1e1e1;
  margin-bottom: 5px;
  transition: 0.3s ease;
}

.c_check .wpcf7-list-item label input:checked + span {
  color: #fff;
  background: #428093;
}

.dd_year {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.c_year {
  width: 60px;
  margin-right: 5px;
}

@media screen and (max-width: 710px) {
  
  #sub_contact {
    min-width: inherit;
    width: 90%;
  }
  
  .sct2 {
    text-align: left;
  }
  
  .sub_contact_area {
    display: block;
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }
  
  .sub_contact_area dt {
    justify-content: flex-start;
    margin-bottom: 5px;
    width: 100%;
  }
  
  .sub_contact_area dt span {
    margin: 0 0 0 0.5rem;
  }
  
  .sub_contact_area dd {
    width: 100%;
    margin-bottom: 40px;
  }
  
  .c_check .wpcf7-list-item label span {
    font-size: 0.9rem;
  }
  
}

/* ------------------------------------------ 
minatoya
------------------------------------------ */

#minatoya {
  padding: 60px 0;
}

#minatoya h2 {
  display: none;
}

#minatoya > div {
  position: relative;
  background: linear-gradient(to left, #00a8d5, #0078d5);
  padding: 90px 0 60px;
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  z-index: 10;
}

#minatoya > div > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: -1;
}

#minatoya > div > div img {
  display: block;
  width: 360px;
}

#minatoya > div > p:nth-child(1) {
  position: absolute;
  top: -24px;
  left: 15%;
  background: #45454a;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  width: 70%;
  padding: 12px 0;
  text-align: center;
}

#minatoya > div > p:nth-child(1)::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
  border-top: 15px solid #45454a;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

#minatoya > div > p:nth-child(2) {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

#minatoya > div > p:nth-child(3) {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

#minatoya > div a {
  display: block;
  width: 300px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #d54100;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  padding: 12px 0;
  border-radius: 30px;
}

@media screen and (max-width: 880px) {
  
  #minatoya > div {
    padding: 75px 0 60px;
  }
  
  #minatoya > div > p:nth-child(1) {
    font-size: 21px;
    width: 450px;
    left: calc(50% - 225px);
  }
  
}

@media screen and (max-width: 640px) {
  
  #minatoya > div {
    padding: 60px 0 30px;
  }
  
  #minatoya > div > p:nth-child(2), #minatoya > div > p:nth-child(3) {
    padding: 0 20px;
    text-align: left;
  }
  
  #minatoya > div > p:nth-child(2) br {
    display: none;
  }
  
  #minatoya > div > p:nth-child(1) {
    font-size: 16px;
    width: 300px;
    left: calc(50% - 150px);
  }
  
}

/* ------------------------------------------ 
contact_popup
------------------------------------------ */

#contact_popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  column-gap: 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 12px 0;
  box-shadow: 0 0 12px #999;
  z-index: 10000;
}

#contact_popup a {
  display: block;
  text-decoration: none;
  width: 45%;
  max-width: 300px;
}

#contact_popup a img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 400px) {
  
  #contact_popup {
    column-gap: 10px;
  }
  
}


/* ------------------------------------------ 
footer
------------------------------------------ */

footer {
  font-size: 12px;
  padding-top: 60px;
  background: #eaf0f5;
}

footer img {
  display: block;
  width: 150px;
  margin: 0 auto 60px;
}

footer p {
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 710px) {
  
  footer {
    padding-top: 30px;
  }
  
  footer img {
    width: 120px;
    margin: 0 auto 30px;
  }
  
}
