@charset "utf-8";
/* CSS Document */
/* **************************
　　横浜店紹介ページ用スタイル
　　※下部に本店用スタイルあり
**************************　*/
main.yokohamaStyle {
    background-color: #ffffff;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  font-size: 110%;
}
.sec01 .obi {
  color: #FFFFFF;
  background-color: #051E2C;
  padding: 8px 5px;
    font-size: 140%
}
.sec01 .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.sec01 .title .img_box {
  width: 20%;
}
.sec01 .title img {
  width: 100%;
}
.sec01 .title h1 {
  display: block;
  font-weight: bold;
  font-size: 130%;
  padding-left: 20px;
  padding-bottom: 18px;
  line-height: 1.5;
}
.sec01 .title span {
  display: block;
  font-weight: normal;
  font-size: 90%;
}
.sec02 {
  width: 96%;
  margin: 15px auto;
}
.sec02 img {
  width: 100%;
}
.sec02 p {
  width: 94%;
  margin: 20px auto;
}
.sec02 .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sec02 .flexbox li {
  width: 32.5%;
    margin-bottom: 10px;
}
.sec02 .flexbox img {
  width: 100%;
}
.sec03 {
  background-color: #051e2c;
  color: #FFFFFF;
  padding: 20px 0;
}
.sec03 h2 {
    background-color: #051e2c;
}
.sec03 h2, .sec05 h2 {
  display: block;
  font-weight: bold;
  font-size: 200%;
  text-align: center;
}
.sec03 span, .sec05 span {
  display: block;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 25px;
}
.sec03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sec03 li {
  width: 49%;
}
.sec03 img {
  width: 100%;
}
.sec04 {
  padding: 20px;
  margin: 50px 0;
  width: 100%;
  box-sizing: border-box;
}
.sec04 h1 {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.sec04 .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sec04 .flexbox > div {
  width: 50%;
  text-align: center;
}
.sec04 .flexbox img {
  width: 100%;
}
.sec04 .flexbox p {
  text-align: left;
  margin-bottom: 15px;
  padding-left: 20px;
  box-sizing: border-box;
}
.sec04 .flexbox span {
  display: block;
  font-size: 0.8rem;
}
.sec05 {
  margin-top: 50px;
  padding: 0 20px;
  box-sizing: border-box;
}
.sec05 .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.sec05 .flexbox > div {
  width: 50%;
  margin-bottom: 25px;
}
.sec05 .flexbox img {
  width: 100%;
}
.sec05 .flexbox ul {
  width: 65%;
  margin: 0 auto;
}
.sec05 .flexbox li {
  list-style: square;
}
.sec05 .flexbox li span {
  text-align: left;
}
.sec05 .flexbox .button {
  width: 65%;
  margin: 30px auto;
  background-color: #051E2C;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
}
.sec05 .flexbox .button a {
  color: #ffffff;
}
.sec05 .flexbox .button a:hover {
  opacity: 1;
}
.sec05 .flexbox #map {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}
.sec05 .flexbox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec05 .flexbox h3 {
  font-size: 100%;
}
.sec05 .flexbox p {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  box-sizing: border-box;
}
/* **************************
　　クイーンズ追加
*************************** */
.sinn_list {
  text-align: left;
  margin-left: 3.5rem;
  list-style: disc;
  margin-bottom: 1rem;
}
.sinn_list li {
    list-style: disc!important;
}
.ny_link {
  text-align: center;
  font-weight: bold;
  padding: 50px 0;
    box-sizing: border-box;
}
.ny_link a {
  color: #333333;
  text-decoration: underline;
  font-size: 110%;
}
/* **************************
　　ここからスマホ
*************************** */
@media screen and (max-width:481px) {
  .sec01 .title .img_box {
    width: 60%;
    margin: 0 auto;
  }
  .sec01 .title h1 {
    padding: 0;
    text-align: center;
    font-size: 220%;
    width: 100%;
  }
  .sec01 .title span {
    font-size: 90%;
  }
  .sec02 .flexbox li {
    width: 48.5%;
  }
  .sec04 {
    margin: 20px auto;
    padding: 0 1%;
  }
  .sec04 h1 {
    font-size: 1.1rem;
  }
  .sec04 .flexbox > div {
    width: 100%;
  }
  .sec04 .flexbox p {
    padding: 0 1%;
    line-height: 1.5;
  }
  .sec03 li {
    width: 98%;
    text-align: center;
  }
  .sec05 {
    padding: 0 1.5%;
  }
  .sec05 .flexbox > div {
    width: 100%;
  }
  .sec05 .flexbox ul {
    width: 100%;
  }
  .sec05 .flexbox li {
    margin-left: 10%;
  }
  .sec05 .flexbox li span {
    margin-bottom: 12px;
  }
  .sec05 .flexbox #map {
    padding-bottom: 80%;
  }
  .sinn_list {
    margin-left: 2.5rem;
  }
  .ny_link a {
    color: #333333;
    text-decoration: underline;
    font-size: 1.0rem;
  }
}

