@charset "UTF-8";
/* Scss Document */
/* Scss Document */
* {
  margin: 0px;
  padding: 0px; }

.img-resp {
  display: block;
  max-width: 100%;
  height: auto; }

#pageTop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  text-align: center; }
  #pageTop a {
    /* [disabled]display: block; */
    border-radius: 30px;
    width: 4.5rem;
    height: 4.5rem;
    background-color: #BDBFBF;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center; }
    #pageTop a:hover {
      text-decoration: none;
      opacity: 0.7; }

.top-navi {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-left-style: none;
  border-right-style: none;
  border-bottom: 1px solid #F5F5F0;
  border-top-style: none;
  /* [disabled]padding-top: 2px; */
  /* [disabled]padding-bottom: 2px; */
  background-color: #00B6C6;
  margin-bottom: 0px;
  border-radius: 0px;
  font-family: tbchibirgothicplusk-pro;
  padding-left: 0px; }

.top-navi li {
  padding-left: 0px;
  font-size: 1.1em;
  border-collapse: collapse;
  border-left: 1px dashed #818181;
  padding-right: 0px; }

.dropdown-menu {
  background-color: #FFFFFF; }

.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.5rem;
  transition: 0.5s; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #053F51;
  background-color: transparent; }

/*home*/
.navbar-default .navbar-brand {
  color: #FFFFFF;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.5rem; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #003D4F;
  background-color: transparent; }

/* navbar ハンバーガー四角枠 */
.navbar-default .navbar-toggle {
  background-color: #FFFFFF; }

/* navbar ハンバーガー三本線 */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #C7C7C7; }

/* navbar ハンバーガーボタン,タップとホバーした時の背景色 */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #F4F4F4; }

/* navbar ハンバーガーボタン,タップとホバーした時の三本線 */
.navbar-default .navbar-toggle:focus > .icon-bar,
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #BDC3C2; }

body {
  margin: 0px; }

h1 {
  font-family: "Sawarabi Mincho";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 20px; } }
  @media screen and (min-width: 1000px) {
    h1 {
      font-size: 35px; } }

h2 {
  font-family: "Sawarabi Mincho";
  font-size: 18px;
  line-height: 1.8em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 18px; } }
  @media screen and (min-width: 1000px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 15px;
  line-height: 1.5em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 14px; } }
  @media screen and (min-width: 1000px) {
    h3 {
      font-size: 18px; } }

p {
  font-size: 14px;
  line-height: 1.6em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    p {
      font-size: 14px; } }
  @media screen and (min-width: 1000px) {
    p {
      font-size: 17px; } }

.button {
  display: block;
  padding: 5px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background-color: #f39800;
  /*ボタン色*/
  border-radius: 5px;
  /*角丸*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .button:hover {
    background-color: #f9c500;
    /*ボタン色*/
    text-decoration: none; }

.conte {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px; }
  @media screen and (min-width: 768px) {
    .conte {
      margin-right: auto;
      margin-left: auto;
      max-width: 1100px;
      padding-bottom: 50px;
      padding-top: 50px; } }

.flex-conte {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .flex-conte {
      flex-direction: row; } }

.flex-conte-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .flex-conte-c {
      flex-direction: row; } }

.flex-conte-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row; }
  @media screen and (min-width: 768px) {
    .flex-conte-row {
      flex-direction: row; } }

.flex-conte-re {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .flex-conte-re {
      flex-direction: row-reverse; } }

.f-box {
  flex: 1; }

.f-box1 {
  flex: 1;
  text-align: center; }

@media screen and (min-width: 768px) {
  .w-10box {
    width: 10%; } }

@media screen and (min-width: 768px) {
  .w-20box {
    width: 20%; } }

@media screen and (min-width: 768px) {
  .w-30box {
    width: 30%; } }

@media screen and (min-width: 768px) {
  .w-40box {
    width: 40%; } }

@media screen and (min-width: 768px) {
  .w-50box {
    width: 50%; } }

@media screen and (min-width: 768px) {
  .w-60box {
    width: 60%; } }

@media screen and (min-width: 768px) {
  .w-70box {
    width: 70%; } }

@media screen and (min-width: 768px) {
  .b-80box {
    width: 80%; } }

@media screen and (min-width: 768px) {
  .w-90box {
    width: 90%; } }

header {
  margin-top: 0px; }

.logo-waku {
  background-color: #FFFFFF; }
  .logo-waku .f-box {
    flex-basis: 45%;
    margin: 2%;
    background-color: #FFFFFF; }
    .logo-waku .f-box img {
      max-height: 50px;
      margin: auto;
      display: block;
      max-width: 100%;
      height: auto; }
    @media screen and (min-width: 768px) {
      .logo-waku .f-box {
        flex-basis: 30%;
        margin: 1%; } }
  .logo-waku .space {
    display: none; }
    @media screen and (min-width: 768px) {
      .logo-waku .space {
        display: block; } }
  .logo-waku .logo img {
    margin-left: auto;
    margin-right: auto;
    max-height: 60px; }
  .logo-waku .tel img {
    margin-left: auto;
    margin-right: 0px;
    max-height: 35px;
    align-self: flex-end; }

.top-photo {
  border-top: solid #00ADD4 0.5px; }
  .top-photo img {
    margin: auto;
    display: block;
    max-width: 100%;
    height: auto; }

.nayami h1 {
  text-align: center; }
.nayami ul {
  background-color: #F1FC7B;
  border-radius: 7px;
  padding: 15px;
  list-style-position: inside;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .nayami ul {
      font-size: 1.1em; } }
.nayami li {
  border-bottom: 1px dashed #A7A7A7;
  margin: 10px 10px;
  padding: 5px; }

.f-box-item, .service-conte .service-box, .about-conte .about-box {
  flex-basis: 45%;
  padding: 5px;
  margin: 2%; }

.service-conte {
  background-image: url(../sozai/main/annai-h.jpg);
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 50px;
  text-align: center; }
  .service-conte h2 {
    margin: 2%;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 100;
    padding: 10px;
    display: inline-block;
    border: 1px solid #FFFFFF; }
    @media screen and (min-width: 768px) {
      .service-conte h2 {
        font-size: 25px; } }
  .service-conte .service-box {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background-color: #FFFFFF; }
    .service-conte .service-box h3 {
      text-align: center;
      color: #0694D0;
      font-weight: bold; }
    .service-conte .service-box p {
      text-align: left;
      font-size: 1.1em; }
    .service-conte .service-box .button {
      margin-top: auto; }
    @media screen and (min-width: 768px) {
      .service-conte .service-box {
        flex-basis: 35%;
        margin-left: 1%;
        margin-right: 1%; } }

.about-conte {
  padding-top: 35px;
  padding-bottom: 50px; }
  .about-conte h2 {
    margin: 2%;
    color: #3B2D2D;
    font-weight: 100; }
  .about-conte .about-box {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background-color: #FFFFFF; }
    .about-conte .about-box img {
      width: 200px;
      margin: auto; }
    .about-conte .about-box h3 {
      text-align: center;
      color: #0694D0;
      font-weight: bold; }
    .about-conte .about-box p {
      text-align: left;
      font-size: 1.1em; }
    .about-conte .about-box .button {
      margin-top: auto; }
    @media screen and (min-width: 768px) {
      .about-conte .about-box {
        flex-basis: 23%;
        margin-left: 1%;
        margin-right: 1%; } }

.saiyo-conte {
  padding-top: 35px;
  padding-bottom: 50px;
  text-align: center; }
  .saiyo-conte h2 {
    margin: 2%;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 100;
    padding: 10px;
    display: inline-block;
    border: 1px solid #FFFFFF; }
    @media screen and (min-width: 768px) {
      .saiyo-conte h2 {
        font-size: 25px; } }
  .saiyo-conte h3 {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold; }
  .saiyo-conte .saiyo-box {
    margin: 10px;
    background-color: #FFFFFF;
    padding: 10px; }
    @media screen and (min-width: 768px) {
      .saiyo-conte .saiyo-box {
        margin: auto; } }
    .saiyo-conte .saiyo-box .f-box1 {
      align-self: center; }

.back-conte {
  padding-top: 35px;
  padding-bottom: 50px;
  text-align: center; }
  .back-conte h2 {
    text-align: left;
    margin: 2%;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 100;
    padding: 8px;
    display: inline-block;
    border: 1px solid #FFFFFF; }
    @media screen and (min-width: 768px) {
      .back-conte h2 {
        font-size: 25px; } }
  .back-conte h3 {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold; }

.message h1 {
  font-size: 1.2em; }
  @media screen and (min-width: 768px) {
    .message h1 {
      font-size: 1.8em; } }
.message p {
  text-align: left;
  line-height: 2em; }
  @media screen and (min-width: 768px) {
    .message p {
      text-align: center; } }
.message a {
  color: #E70C49;
  line-height: 2em; }
  .message a:hover {
    color: #A40048;
    text-decoration: none; }

.saiyo {
  line-height: 2em;
  padding: 10px; }
  .saiyo strong {
    color: #F10E63; }
  .saiyo table {
    margin: auto;
    border: 1px solid #aaa; }
    .saiyo table th, .saiyo table td {
      border: 1px solid #aaa;
      padding: 1em 1em;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .saiyo table th, .saiyo table td {
          padding: 1.5em 3em; } }
    .saiyo table tbody th {
      background-color: #E9FF87;
      text-align: center; }
    .saiyo table tbody td {
      background-color: #FFFFFF; }

.jisseki {
  line-height: 2em;
  padding: 10px; }
  .jisseki strong {
    color: #F10E63; }
  .jisseki table {
    margin: auto;
    border: 1px solid #aaa; }
    .jisseki table th, .jisseki table td {
      border: 1px solid #aaa;
      padding: 1em 1em;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .jisseki table th, .jisseki table td {
          padding: 1.5em 3em; } }
    .jisseki table tbody th {
      background-color: #E9FF87;
      text-align: center; }
    .jisseki table tbody td {
      background-color: #FFFFFF; }

.gaiyo {
  line-height: 2em;
  padding: 10px; }
  .gaiyo h2 {
    color: #08525E;
    font-size: 1.7em;
    border: none;
    border-bottom: solid 2px;
    padding-bottom: 5px; }
  .gaiyo strong {
    color: #F10E63; }
  .gaiyo table {
    margin: auto;
    border: 1px solid #aaa; }
    @media screen and (min-width: 768px) {
      .gaiyo table {
        width: 800px; } }
    .gaiyo table th, .gaiyo table td {
      border: 1px solid #aaa;
      padding: 1em 1em;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .gaiyo table th, .gaiyo table td {
          padding: 1.5em 3em; } }
    .gaiyo table tbody th {
      background-color: #E9FF87;
      text-align: center; }
    .gaiyo table tbody td {
      background-color: #FFFFFF; }

.price {
  line-height: 2em; }
  .price p {
    text-align: left; }
    @media screen and (min-width: 768px) {
      .price p {
        text-align: center; } }
  .price strong {
    color: #F10E63; }
  .price table {
    margin: auto;
    border: 1px solid #aaa; }
    .price table th, .price table td {
      border: 1px solid #aaa;
      padding: 1em 1em;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .price table th, .price table td {
          padding: 1.5em 3em; } }
    .price table thead th {
      background-color: #D5F5F3; }
    .price table tbody th {
      background-color: #E9FF87; }

.news-conte {
  background-color: #DBE7EB;
  padding: 50px 10px; }

.news-box {
  background-color: #FFFCFC;
  padding: 10px;
  margin: 30px auto; }
  @media screen and (min-width: 768px) {
    .news-box {
      width: 80%; } }
  .news-box dl {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .news-box dl {
        flex-direction: row; } }
    .news-box dl dt {
      padding-right: 20px;
      padding-bottom: 10px;
      color: #1794C1; }

.company-conte {
  padding: 30px 5px;
  background-color: #FBFBFB; }
  .company-conte p {
    text-align: left;
    line-height: 2em; }
    @media screen and (min-width: 768px) {
      .company-conte p {
        text-align: center; } }
  .company-conte table {
    margin: 10px;
    width: 95%;
    background-color: #FFFFFF; }
    @media screen and (min-width: 768px) {
      .company-conte table {
        width: 95%; } }
    .company-conte table tr {
      border-bottom: 1px #E6E5E5 dashed;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        .company-conte table tr {
          flex-direction: row;
          width: 100%; } }
    .company-conte table th {
      width: 100%;
      text-align: center;
      background-color: #D5EFF8;
      padding: 10px; }
      @media screen and (min-width: 768px) {
        .company-conte table th {
          width: 35%; } }
    .company-conte table td {
      width: 100%;
      text-align: left;
      padding: 10px;
      background-color: #FFFFFF; }
      @media screen and (min-width: 768px) {
        .company-conte table td {
          width: 60%; } }

.map {
  width: 100%;
  margin: auto;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .map {
      width: 75%; } }

.google-map {
  position: relative;
  width: 100%;
  /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 56.25%;
  /* padding-topでもOK */
  overflow: hidden; }

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */ }

.new-item {
  background-color: #F0F0F0;
  padding-top: 50px;
  padding-bottom: 50px; }

.new-item-box {
  flex-basis: 45%;
  background-color: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .new-item-box {
      flex-basis: 25%; } }

footer {
  background-color: #ECEDED;
  padding-top: 30px;
  padding-bottom: 30px; }
  footer .flex-conte {
    justify-content: space-between; }
  footer .f-box2 {
    flex-basis: 60%;
    margin: 2%; }
    @media screen and (min-width: 768px) {
      footer .f-box2 {
        flex-basis: 22%;
        margin: 1%; } }
    footer .f-box2 img {
      max-height: 40px;
      margin: auto;
      display: block;
      max-width: 100%;
      height: auto; }

.test {
  background-color: #E36B6D; }
  .test .f-box2 {
    flex-basis: 60%;
    margin: 2%;
    background-color: #E1ADAE; }
    @media screen and (min-width: 768px) {
      .test .f-box2 {
        flex-basis: 25%;
        margin: 1%; } }

.park-h {
  background-image: url(../sozai/techno-park/about-h.JPG);
  background-size: cover; }

.gaiyou-h {
  background-color: #CCEEF1; }

.siki-h {
  background-image: url(../sozai/siki-tetu/about-h.jpg);
  background-size: cover; }

.saiyo-h {
  background-image: url(../sozai/main/h-saiyo.jpg);
  background-size: cover; }

.blue-h {
  background-color: #ECF8F9; }

.waku {
  display: inline-block;
  border: 1px solid #FFFFFF; }
