@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
  color: #333;
  font-family: "メイリオ", "Meiryo", Avenir, "Open Sans", "Helvetica Neue",
    Helvetica, Arial, Verdana, Roboto, "游ゴシック体", "YuGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.fw-bold {
  font-weight: 700;
}

.content_inner {
  max-width: 940px;
  margin: 0 auto;
}
.section-title-image {
  border-bottom: 3px solid #e84709;
}
.section-title-image span {
  max-width: 1010px;
  display: block;
  margin: 0 auto;
}
.section-title-image img {
  display: block;
  max-width: 320px;
}
.section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(27px, 7vw, 44px);
  font-weight: 500;
  text-align: center;
  padding: 70px 0 50px;
  color: #000;
}
.section-title > span {
  padding: 0 0.3em;
  background-image: linear-gradient(0deg, #dae6e0 0.4em, transparent 0.4em);
}
.section-title.marker_green > span {
  background-image: linear-gradient(0deg, #b0cbbe80 0.4em, transparent 0.4em);
}
.section-title.marker_purple > span {
  background-image: linear-gradient(0deg, #cbb4d180 0.4em, transparent 0.4em);
}
.section-title.marker_yellow > span {
  background-image: linear-gradient(0deg, #efeddf 0.4em, transparent 0.4em);
}
.section-title.marker_pink > span {
  background-image: linear-gradient(0deg, #EFE1DF 0.4em, transparent 0.4em);
}
.section-title span.small {
  padding: 0;
  font-size: 0.75em;
}

body #wrap .content_area#contact .contact_form,
body #wrap .content_area#contact .contact_form input,
body #wrap .content_area#contact .contact_form select,
body #wrap .content_area#contact .contact_form textarea
{
  font-size: clamp(16px, 4.5vw, 20px);
}
body #wrap .content_area#contact,
body #wrap .content_area#contact table th,
body #wrap .content_area#contact table td p,
body #wrap .content_area#contact table td label {
  font-family: "Noto Sans JP", sans-serif;
}
body #wrap .content_area#contact #thanx h2 {
  text-align: center;
  font-size: clamp(20px, 4.5vw, 26px);
  margin-bottom: 1.5em;
}
body #wrap .content_area#contact #thanx p {
  font-size: clamp(15px, 4.5vw, 20px);
  line-height: 1.6em;
  margin-bottom: 5%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  body {
    margin: 0;
    padding: 0;
    /* background-color: #EFEFEF; */
  }
  a {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.7;
  }
  div.pc-only,
  p.pc-only,
  img.pc-only {
    display: block;
  }
  div.sp-only,
  p.sp-only,
  img.sp-only {
    display: none !important;
  }
  br.pc-only {
    display: inline;
  }
  br.sp-only {
    display: none !important;
  }
  .large {
    font-size: 20px;
  }
  .ma_5 {
    margin: 5px;
  }
  .ma_t_5 {
    margin-top: 5px;
  }
  .ma_b_5 {
    margin-bottom: 5px;
  }
  .ma_r_5 {
    margin-right: 5px;
  }
  .ma_l_5 {
    margin-left: 5px;
  }
  .ma_10 {
    margin: 10px;
  }
  .ma_t_10 {
    margin-top: 10px;
  }
  .ma_b_10 {
    margin-bottom: 10px;
  }
  .ma_r_10 {
    margin-right: 10px;
  }
  .ma_l_10 {
    margin-left: 10px;
  }
  .ma_15 {
    margin: 15px;
  }
  .ma_t_15 {
    margin-top: 15px;
  }
  .ma_b_15 {
    margin-bottom: 15px;
  }
  .ma_r_15 {
    margin-right: 15px;
  }
  .ma_l_15 {
    margin-left: 15px;
  }
  .ma_20 {
    margin: 20px;
  }
  .ma_t_20 {
    margin-top: 20px;
  }
  .ma_b_20 {
    margin-bottom: 20px;
  }
  .ma_r_20 {
    margin-right: 20px;
  }
  .ma_l_20 {
    margin-left: 20px;
  }
  .ma_25 {
    margin: 25px;
  }
  .ma_t_25 {
    margin-top: 25px;
  }
  .ma_b_25 {
    margin-bottom: 25px;
  }
  .ma_r_25 {
    margin-right: 25px;
  }
  .ma_l_25 {
    margin-left: 25px;
  }
  .ma_30 {
    margin: 30px;
  }
  .ma_t_30 {
    margin-top: 30px;
  }
  .ma_b_30 {
    margin-bottom: 30px;
  }
  .ma_r_30 {
    margin-right: 30px;
  }
  .ma_l_30 {
    margin-left: 30px;
  }
  .ma_35 {
    margin: 35px;
  }
  .ma_t_35 {
    margin-top: 35px;
  }
  .ma_b_35 {
    margin-bottom: 35px;
  }
  .ma_r_35 {
    margin-right: 35px;
  }
  .ma_l_35 {
    margin-left: 35px;
  }
  .ma_40 {
    margin: 40px;
  }
  .ma_t_40 {
    margin-top: 40px;
  }
  .ma_b_40 {
    margin-bottom: 40px;
  }
  .ma_r_40 {
    margin-right: 40px;
  }
  .ma_l_40 {
    margin-left: 40px;
  }
  .ma_45 {
    margin: 45px;
  }
  .ma_t_45 {
    margin-top: 45px;
  }
  .ma_b_45 {
    margin-bottom: 45px;
  }
  .ma_r_45 {
    margin-right: 45px;
  }
  .ma_l_45 {
    margin-left: 45px;
  }
  .ma_50 {
    margin: 50px;
  }
  .ma_t_50 {
    margin-top: 50px;
  }
  .ma_b_50 {
    margin-bottom: 50px;
  }
  .ma_r_50 {
    margin-right: 50px;
  }
  .ma_l_50 {
    margin-left: 50px;
  }
  .mb_br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  a {
    text-decoration: none;
  }
  img {
    max-width: 100%;
  }
  button,
  input,
  select,
  textarea {
    -webkit-appearance: none;
  }
  div.pc-only,
  p.pc-only,
  img.pc-only {
    display: none !important;
  }
  div.sp-only,
  p.sp-only,
  img.sp-only {
    display: block;
  }
  br.pc-only {
    display: none !important;
  }
  br.sp-only {
    display: inline;
  }
  .section-title-image img {
    max-width: 320px;
    width: 58%;
  }
  .section-title {
    padding: 12vw 0 8vw;
  }
  .mb_ma_5 {
    margin: 5%;
  }
  .mb_ma_t_5 {
    margin-top: 5%;
  }
  .mb_ma_b_5 {
    margin-bottom: 5%;
  }
  .mb_ma_r_5 {
    margin-right: 5%;
  }
  .mb_ma_l_5 {
    margin-left: 5%;
  }
  .mb_ma_10 {
    margin: 10%;
  }
  .mb_ma_t_10 {
    margin-top: 10%;
  }
  .mb_ma_b_10 {
    margin-bottom: 10%;
  }
  .mb_ma_r_10 {
    margin-right: 10%;
  }
  .mb_ma_l_10 {
    margin-left: 10%;
  }
  .mb_ma_15 {
    margin: 15%;
  }
  .mb_ma_t_15 {
    margin-top: 15%;
  }
  .mb_ma_b_15 {
    margin-bottom: 15%;
  }
  .mb_ma_r_15 {
    margin-right: 15%;
  }
  .mb_ma_l_15 {
    margin-left: 15%;
  }
  .mb_ma_20 {
    margin: 20%;
  }
  .mb_ma_t_20 {
    margin-top: 20%;
  }
  .mb_ma_b_20 {
    margin-bottom: 20%;
  }
  .mb_ma_r_20 {
    margin-right: 20%;
  }
  .mb_ma_l_20 {
    margin-left: 20%;
  }
  .mb_ma_25 {
    margin: 25%;
  }
  .mb_ma_t_25 {
    margin-top: 25%;
  }
  .mb_ma_b_25 {
    margin-bottom: 25%;
  }
  .mb_ma_r_25 {
    margin-right: 25%;
  }
  .mb_ma_l_25 {
    margin-left: 25%;
  }
  .mb_ma_30 {
    margin: 30%;
  }
  .mb_ma_t_30 {
    margin-top: 30%;
  }
  .mb_ma_b_30 {
    margin-bottom: 30%;
  }
  .mb_ma_r_30 {
    margin-right: 30%;
  }
  .mb_ma_l_30 {
    margin-left: 30%;
  }
  .mb_ma_35 {
    margin: 35%;
  }
  .mb_ma_t_35 {
    margin-top: 35%;
  }
  .mb_ma_b_35 {
    margin-bottom: 35%;
  }
  .mb_ma_r_35 {
    margin-right: 35%;
  }
  .mb_ma_l_35 {
    margin-left: 35%;
  }
  .mb_ma_40 {
    margin: 40%;
  }
  .mb_ma_t_40 {
    margin-top: 40%;
  }
  .mb_ma_b_40 {
    margin-bottom: 40%;
  }
  .mb_ma_r_40 {
    margin-right: 40%;
  }
  .mb_ma_l_40 {
    margin-left: 40%;
  }
  .mb_ma_45 {
    margin: 45%;
  }
  .mb_ma_t_45 {
    margin-top: 45%;
  }
  .mb_ma_b_45 {
    margin-bottom: 45%;
  }
  .mb_ma_r_45 {
    margin-right: 45%;
  }
  .mb_ma_l_45 {
    margin-left: 45%;
  }
  .mb_ma_50 {
    margin: 50%;
  }
  .mb_ma_t_50 {
    margin-top: 50%;
  }
  .mb_ma_b_50 {
    margin-bottom: 50%;
  }
  .mb_ma_r_50 {
    margin-right: 50%;
  }
  .mb_ma_l_50 {
    margin-left: 50%;
  }
}

@media screen and (max-width: 428px)
{
    .section-title-image {
      border-bottom-width: 2.5px;
    }
}

@media screen and (min-width: 768px) {
  a {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.7;
  }
  .large {
    font-size: 20px;
  }
  .ma_5 {
    margin: 5px;
  }
  .ma_t_5 {
    margin-top: 5px;
  }
  .ma_b_5 {
    margin-bottom: 5px;
  }
  .ma_r_5 {
    margin-right: 5px;
  }
  .ma_l_5 {
    margin-left: 5px;
  }
  .ma_10 {
    margin: 10px;
  }
  .ma_t_10 {
    margin-top: 10px;
  }
  .ma_b_10 {
    margin-bottom: 10px;
  }
  .ma_r_10 {
    margin-right: 10px;
  }
  .ma_l_10 {
    margin-left: 10px;
  }
  .ma_15 {
    margin: 15px;
  }
  .ma_t_15 {
    margin-top: 15px;
  }
  .ma_b_15 {
    margin-bottom: 15px;
  }
  .ma_r_15 {
    margin-right: 15px;
  }
  .ma_l_15 {
    margin-left: 15px;
  }
  .ma_20 {
    margin: 20px;
  }
  .ma_t_20 {
    margin-top: 20px;
  }
  .ma_b_20 {
    margin-bottom: 20px;
  }
  .ma_r_20 {
    margin-right: 20px;
  }
  .ma_l_20 {
    margin-left: 20px;
  }
  .ma_25 {
    margin: 25px;
  }
  .ma_t_25 {
    margin-top: 25px;
  }
  .ma_b_25 {
    margin-bottom: 25px;
  }
  .ma_r_25 {
    margin-right: 25px;
  }
  .ma_l_25 {
    margin-left: 25px;
  }
  .ma_30 {
    margin: 30px;
  }
  .ma_t_30 {
    margin-top: 30px;
  }
  .ma_b_30 {
    margin-bottom: 30px;
  }
  .ma_r_30 {
    margin-right: 30px;
  }
  .ma_l_30 {
    margin-left: 30px;
  }
  .ma_35 {
    margin: 35px;
  }
  .ma_t_35 {
    margin-top: 35px;
  }
  .ma_b_35 {
    margin-bottom: 35px;
  }
  .ma_r_35 {
    margin-right: 35px;
  }
  .ma_l_35 {
    margin-left: 35px;
  }
  .ma_40 {
    margin: 40px;
  }
  .ma_t_40 {
    margin-top: 40px;
  }
  .ma_b_40 {
    margin-bottom: 40px;
  }
  .ma_r_40 {
    margin-right: 40px;
  }
  .ma_l_40 {
    margin-left: 40px;
  }
  .ma_45 {
    margin: 45px;
  }
  .ma_t_45 {
    margin-top: 45px;
  }
  .ma_b_45 {
    margin-bottom: 45px;
  }
  .ma_r_45 {
    margin-right: 45px;
  }
  .ma_l_45 {
    margin-left: 45px;
  }
  .ma_50 {
    margin: 50px;
  }
  .ma_t_50 {
    margin-top: 50px;
  }
  .ma_b_50 {
    margin-bottom: 50px;
  }
  .ma_r_50 {
    margin-right: 50px;
  }
  .ma_l_50 {
    margin-left: 50px;
  }
  .mb_br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  a {
    text-decoration: none;
  }
  img {
    max-width: 100%;
  }
  button,
  input,
  select,
  textarea {
    -webkit-appearance: none;
  }
  input[type="radio"] {
    -webkit-appearance: auto;
  }
  .mb_ma_5 {
    margin: 5%;
  }
  .mb_ma_t_5 {
    margin-top: 5%;
  }
  .mb_ma_b_5 {
    margin-bottom: 5%;
  }
  .mb_ma_r_5 {
    margin-right: 5%;
  }
  .mb_ma_l_5 {
    margin-left: 5%;
  }
  .mb_ma_10 {
    margin: 10%;
  }
  .mb_ma_t_10 {
    margin-top: 10%;
  }
  .mb_ma_b_10 {
    margin-bottom: 10%;
  }
  .mb_ma_r_10 {
    margin-right: 10%;
  }
  .mb_ma_l_10 {
    margin-left: 10%;
  }
  .mb_ma_15 {
    margin: 15%;
  }
  .mb_ma_t_15 {
    margin-top: 15%;
  }
  .mb_ma_b_15 {
    margin-bottom: 15%;
  }
  .mb_ma_r_15 {
    margin-right: 15%;
  }
  .mb_ma_l_15 {
    margin-left: 15%;
  }
  .mb_ma_20 {
    margin: 20%;
  }
  .mb_ma_t_20 {
    margin-top: 20%;
  }
  .mb_ma_b_20 {
    margin-bottom: 20%;
  }
  .mb_ma_r_20 {
    margin-right: 20%;
  }
  .mb_ma_l_20 {
    margin-left: 20%;
  }
  .mb_ma_25 {
    margin: 25%;
  }
  .mb_ma_t_25 {
    margin-top: 25%;
  }
  .mb_ma_b_25 {
    margin-bottom: 25%;
  }
  .mb_ma_r_25 {
    margin-right: 25%;
  }
  .mb_ma_l_25 {
    margin-left: 25%;
  }
  .mb_ma_30 {
    margin: 30%;
  }
  .mb_ma_t_30 {
    margin-top: 30%;
  }
  .mb_ma_b_30 {
    margin-bottom: 30%;
  }
  .mb_ma_r_30 {
    margin-right: 30%;
  }
  .mb_ma_l_30 {
    margin-left: 30%;
  }
  .mb_ma_35 {
    margin: 35%;
  }
  .mb_ma_t_35 {
    margin-top: 35%;
  }
  .mb_ma_b_35 {
    margin-bottom: 35%;
  }
  .mb_ma_r_35 {
    margin-right: 35%;
  }
  .mb_ma_l_35 {
    margin-left: 35%;
  }
  .mb_ma_40 {
    margin: 40%;
  }
  .mb_ma_t_40 {
    margin-top: 40%;
  }
  .mb_ma_b_40 {
    margin-bottom: 40%;
  }
  .mb_ma_r_40 {
    margin-right: 40%;
  }
  .mb_ma_l_40 {
    margin-left: 40%;
  }
  .mb_ma_45 {
    margin: 45%;
  }
  .mb_ma_t_45 {
    margin-top: 45%;
  }
  .mb_ma_b_45 {
    margin-bottom: 45%;
  }
  .mb_ma_r_45 {
    margin-right: 45%;
  }
  .mb_ma_l_45 {
    margin-left: 45%;
  }
  .mb_ma_50 {
    margin: 50%;
  }
  .mb_ma_t_50 {
    margin-top: 50%;
  }
  .mb_ma_b_50 {
    margin-bottom: 50%;
  }
  .mb_ma_r_50 {
    margin-right: 50%;
  }
  .mb_ma_l_50 {
    margin-left: 50%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 4vw;
  }
  body #wrap {
    background-color: #fff;
    position: relative;
    left: 0;
    z-index: 1;
  }
  body #wrap.open {
    left: -60%;
  }
  body #wrap.open #global_header nav {
    display: block;
  }
  body #wrap #global_header {
    line-height: 4em;
    padding: 5px 5% 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2em;
    letter-spacing: -0.5em;
    line-height: 1.3;
    display: block;
    /* margin-bottom: 7%; */
    border-bottom: 1px solid #000;
  }
  body #wrap #global_header .description {
    font-size: 86%;
  }
  body #wrap #global_header > * {
    display: inline-block;
    letter-spacing: normal;
  }
  body #wrap #global_header .logo {
    width: 80%;
  }
  body #wrap #global_header .logo a {
    width: 92%;
  }
  body #wrap #global_header .logo img {
    width: 95%;
    vertical-align: middle;
  }
  body #wrap #global_header .menu_btn {
    width: 20%;
    text-align: right;
  }
  body #wrap #global_header .menu_btn img {
    width: 70%;
    vertical-align: middle;
  }
  body #wrap #global_header nav {
    position: fixed;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #e57215;
    display: none;
  }
  body #wrap #global_header nav ul li {
    line-height: auto;
    border-bottom: 1px dotted #fff;
    display: block;
  }
  body #wrap #global_header nav ul li br {
    display: none;
  }
  body #wrap #global_header nav ul li a {
    display: block;
    padding-left: 10%;
    line-height: 3em;
    color: #fff;
  }
  body #wrap #global_header nav ul li.list_head {
    padding-left: 10%;
    height: 4em;
    font-weight: bold;
    color: #fff;
    padding-top: 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body #wrap .content_header {
    text-align: center;
    font-size: 2em;
    margin-bottom: 7%;
    color: #e57215;
  }
  body #wrap .content_header img {
    vertical-align: middle;
    width: 100%;
  }
  body #wrap .content_area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body #wrap .content_area .cont_sec {
    margin-bottom: 10%;
  }
  body #wrap .content_area .line {
    font-size: 1.2em;
    font-weight: bold;
    color: #1c1f88;
    padding-bottom: 2%;
    margin-bottom: 4%;
    border-bottom: 1px solid #1c1f88;
  }
  
  body #wrap .content_area#town .cont_sec {
    margin-bottom: 7%;
  }
  body #wrap .content_area#town .cont_sec .label {
    line-height: 2em;
    padding-left: 3%;
    color: #fff;
    margin-bottom: 4%;
    background-color: #e57215;
  }
  body #wrap .content_area#town .cont_sec .label2 {
    line-height: 2em;
    padding-left: 3%;
    color: #fff;
    margin-bottom: 4%;
    background-color: #483d8b;
  }
  body #wrap .content_area#town .cont_sec .label3 {
    line-height: 2em;
    padding-left: 3%;
    color: #fff;
    margin-bottom: 4%;
    background-color: #6b8e23;
  }
  body #wrap .content_area#town .cont_sec table.sec_table {
    display: block;
  }
  body #wrap .content_area#town .cont_sec table.sec_table tbody,
  body #wrap .content_area#town .cont_sec table.sec_table td,
  body #wrap .content_area#town .cont_sec table.sec_table th,
  body #wrap .content_area#town .cont_sec table.sec_table tr {
    display: block;
  }
  body #wrap .content_area#town .cont_sec table.sec_table tr {
    margin-bottom: 3%;
    padding: 3%;
    position: relative;
  }
  body #wrap .content_area#town .cont_sec table.sec_table tr:first-child {
    display: none;
  }
  body #wrap .content_area#town .cont_sec table.sec_table tr:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8em 0.4em 0 0.4em;
    position: absolute;
    top: 0.8em;
    right: 3%;
  }
  body #wrap .content_area#town .cont_sec table.sec_table tr.show:after {
    border-width: 0 0.4em 0.8em 0.4em;
  }
  body
    #wrap
    .content_area#town
    .cont_sec
    table.sec_table
    tr.show
    td:not(:first-child) {
    display: block;
  }
  body #wrap .content_area#town .cont_sec table.sec_table tr td:first-child {
    font-weight: bold;
  }
  body
    #wrap
    .content_area#town
    .cont_sec
    table.sec_table
    tr
    td:not(:first-child) {
    display: none;
    margin-top: 4%;
  }
  body
    #wrap
    .content_area#town
    .cont_sec
    table.sec_table
    tr
    td:not(:first-child):before {
    display: inline-block;
  }
  body
    #wrap
    .content_area#town
    .cont_sec
    table.sec_table
    tr
    td:nth-child(2):before {
    content: "㎡：";
  }
  body
    #wrap
    .content_area#town
    .cont_sec
    table.sec_table
    tr
    td:nth-child(3):before {
    content: "坪：";
  }
  body
    #wrap
    .content_area#town
    .cont_sec
    table.sec_table
    tr
    td:nth-child(4):before {
    content: "坪単価：";
  }
  body
    #wrap
    .content_area#town
    .cont_sec
    table.sec_table
    tr
    td:nth-child(4):after {
    content: "円";
  }
  body
    #wrap
    .content_area#town
    .cont_sec
    table.sec_table
    tr
    td:last-child:before {
    content: "販売価格：";
  }
  body
    #wrap
    .content_area#town
    .cont_sec
    table.sec_table
    tr
    td:last-child:after {
    content: "円";
  }
  body #wrap .content_area#town .cont_sec table.sec_table tr.saled {
    background-color: #ccc;
  }
  body #wrap .content_area#town .cont_sec table.sec_table tr.saled:after {
    border-color: #666 transparent transparent transparent;
  }
  body #wrap .content_area#town .cont_sec table.sec_table tr.saled td {
    color: #666 !important;
  }
  body #wrap .content_area#town .cont_sec table.secA tr {
    background-color: #fddf96;
  }
  body #wrap .content_area#town .cont_sec table.secA tr:after {
    border-color: #e57215 transparent transparent transparent;
  }
  body #wrap .content_area#town .cont_sec table.secA tr td:first-child {
    color: #e57215;
  }
  body #wrap .content_area#town .cont_sec table.secA tr.show:after {
    border-color: transparent transparent #e57215 transparent;
  }
  body #wrap .content_area#town .cont_sec table.secB tr {
    background-color: #d5e38b;
  }
  body #wrap .content_area#town .cont_sec table.secB tr:after {
    border-color: #647e15 transparent transparent transparent;
  }
  body #wrap .content_area#town .cont_sec table.secB tr td:first-child {
    color: #647e15;
  }
  body #wrap .content_area#town .cont_sec table.secB tr.show:after {
    border-color: transparent transparent #647e15 transparent;
  }
  body #wrap .content_area#town .cont_sec table.secC tr {
    background-color: #c6e7fa;
  }
  body #wrap .content_area#town .cont_sec table.secC tr:after {
    border-color: #3087b8 transparent transparent transparent;
  }
  body #wrap .content_area#town .cont_sec table.secC tr td:first-child {
    color: #3087b8;
  }
  body #wrap .content_area#town .cont_sec table.secC tr.show:after {
    border-color: transparent transparent #3087b8 transparent;
  }
  body #wrap .content_area#town .cont_sec table.about {
    width: 100%;
  }
  body #wrap .content_area#town .cont_sec table.about tr th {
    text-align: left;
    font-weight: bold;
    width: 35%;
    padding: 3%;
    font-size: 0.85em;
    border: 1px solid #999;
  }
  body #wrap .content_area#town .cont_sec table.about tr td {
    line-height: 1.6em;
    width: 65%;
    font-size: 0.8em;
    border: 1px solid #999;
    padding: 3%;
  }
  body #wrap .content_area#town .cont_sec table.org_table {
    display: block;
  }
  body #wrap .content_area#town .cont_sec table.org_table * {
    display: block;
  }
  body #wrap .content_area#town .cont_sec table.org_table tr td {
    border: 1px solid #e57215;
    width: 100%;
    margin-top: -1px;
    text-align: left;
    padding: 0.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body #wrap .content_area#town .cont_sec .tenant {
    line-height: 1.4em;
  }
  body #wrap .content_area#about .cont_sec p {
    line-height: 1.6em;
  }
  body #wrap .content_area#about .cont_sec .right {
    margin-top: 5%;
    text-align: right;
    font-weight: bold;
  }
  body #wrap .content_area#about .cont_sec .about_tbl {
    width: 100%;
  }
  body #wrap .content_area#about .cont_sec .about_tbl tr th {
    text-align: left;
    font-weight: bold;
    width: 35%;
    padding: 3%;
    font-size: 0.85em;
    border: 1px solid #999;
  }
  body #wrap .content_area#about .cont_sec .about_tbl tr td {
    line-height: 1.6em;
    width: 65%;
    font-size: 0.8em;
    border: 1px solid #999;
    padding: 3%;
  }
  body #wrap .content_area#about .cont_sec .about_tbl tr td ul li {
    margin-bottom: 4%;
  }
  body #wrap .content_area#about .cont_sec .about_tbl tr td ul li:last-child {
    margin-bottom: 0;
  }
  body #wrap .content_area#contact .cont_sec {
    padding-left: 15px;
    padding-right: 15px;
  }
  body #wrap .content_area#contact table {
    margin-bottom: 30px;
    display: block;
  }
  body #wrap .content_area#contact table tbody,
  body #wrap .content_area#contact table td,
  body #wrap .content_area#contact table th,
  body #wrap .content_area#contact table tr {
    display: block;
  }
  body #wrap .content_area#contact table th {
    text-align: left;
    margin-bottom: 2%;
    font-weight: bold;
  }
  body #wrap .content_area#contact table th .req {
    color: #fff;
    background-color: #e83516;
    display: inline-block;
    margin-left: 0.5em;
    padding: 0 0.8em;
    line-height: 1.6em;
    font-size: 0.8em;
    border-radius: 0.8em;
  }
  body #wrap .content_area#contact table td {
    margin-bottom: 8%;
  }
  body #wrap .content_area#contact table td p {
    margin-top: 2%;
    font-size: 0.8em;
    color: #999;
  }
  body #wrap .content_area#contact table td input:not(.jender) {
    line-height: 2em;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border-color: #999;
  }
  body #wrap .content_area#contact table td input:not(.jender).age {
    width: 8em;
  }
  body #wrap .content_area#contact table td label {
    margin-right: 4%;
  }
  body #wrap .content_area#contact table td label .jender {
    margin-right: 2%;
    vertical-align: middle;
  }
  body #wrap .content_area#contact table td select {
    width: 100%;
    height: 2.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border-color: #999;
  }
  body #wrap .content_area#contact table td textarea {
    width: 100%;
    height: 8em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border-color: #999;
  }
  body #wrap .content_area#contact table tr:nth-child(9) td {
    margin-bottom: 2%;
  }
  body #wrap .content_area#contact p.sub {
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 5%;
  }
  body #wrap .content_area#contact p.sub a {
    color: #e57215;
    text-decoration: underline;
  }
  body #wrap .content_area#contact .btn_area {
    text-align: center;
    letter-spacing: -0.5em;
  }
  body #wrap .content_area#contact .btn_area > * {
    display: inline-block;
    letter-spacing: normal;
  }
  body #wrap .content_area#contact .btn_area .btn {
    background-color: #e57215;
    width: 40%;
    line-height: 3em;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    margin-right: 3%;
    border-radius: 0;
  }
  body #wrap .content_area#contact .btn_area .btn:hover {
    opacity: 0.7;
  }
  body #wrap .content_area#contact .btn_area .btn.cancel {
    background-color: #aaa;
  }
  body #wrap .content_area#contact .btn_area .btn:last-child {
    margin-right: 0;
  }
  body #wrap .content_area#contact .err_msg {
    color: #e83516;
  }
  body #wrap .content_area#privacy .content_area .line {
    margin-bottom: 10%;
  }
  body #wrap .content_area#privacy .line {
    margin-bottom: 10%;
  }
  body #wrap .content_area#privacy .priv_sec {
    margin-bottom: 10%;
  }
  body #wrap .content_area#privacy .priv_sec .priv_head {
    margin-bottom: 3%;
    font-weight: bold;
    font-size: 1.2em;
  }
  body #wrap .content_area#privacy .priv_sec .cont {
    line-height: 1.6em;
  }
  body #wrap #global_footer {
    line-height: 3em;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #000;
  }
  body #wrap .content_header_parking {
    background: rgb(95, 182, 80);
    background: -moz-linear-gradient(
      top,
      rgba(95, 182, 80, 1) 0%,
      rgba(95, 182, 80, 1) 70%,
      rgba(4, 108, 53, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(95, 182, 80, 1) 0%,
      rgba(95, 182, 80, 1) 70%,
      rgba(4, 108, 53, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(95, 182, 80, 1) 0%,
      rgba(95, 182, 80, 1) 70%,
      rgba(4, 108, 53, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb650', endColorstr='#046c35', GradientType=0);
    text-align: center;
    line-height: 5em;
    margin-bottom: 0;
  }
  body #wrap .content_header_parking h1 img {
    vertical-align: middle;
    width: 90%;
  }
  body #wrap .content_area#other .cont_sec .label {
    background: rgb(95, 182, 80);
    background: -moz-linear-gradient(
      top,
      rgba(95, 182, 80, 1) 0%,
      rgba(95, 182, 80, 1) 70%,
      rgba(4, 108, 53, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(95, 182, 80, 1) 0%,
      rgba(95, 182, 80, 1) 70%,
      rgba(4, 108, 53, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(95, 182, 80, 1) 0%,
      rgba(95, 182, 80, 1) 70%,
      rgba(4, 108, 53, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb650', endColorstr='#046c35', GradientType=0);
    margin-bottom: 4%;
    padding: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #faed00;
    font-size: 22px;
    font-weight: bold;
  }
  body #wrap .content_area#other .cont_sec p {
    font-size: 18px;
    margin: 0 auto;
    line-height: 150%;
    width: 100%;
  }
  body #wrap .content_area#other .cont_sec img {
    display: block;
    margin: 0 auto;
    padding: 3% 0;
  }
  body #wrap .content_area#other .cont_sec #privilege {
    border: 5px solid #00913a;
    box-sizing: border-box;
    box-sizing: -webkit-border-box;
  }
  body #wrap .content_area#other .cont_sec #privilege img {
    padding: 0;
    width: 100%;
    height: auto;
  }
  body #wrap .content_area#other .cont_sec #privilege .box_privilege {
    padding: 4%;
    border-top: 5px solid #00913a;
    background: url(../img/parking/bg_park3.png) repeat;
  }
  body #wrap .content_area#other .cont_sec #privilege .box_privilege h2 {
    font-size: 20px;
    margin-bottom: 4%;
    line-height: 150%;
  }
  body #wrap .content_area#other .cont_sec #privilege .box_privilege ul li {
    position: relative;
    margin: 0 0 3% 0;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
  }
  body
    #wrap
    .content_area#other
    .cont_sec
    #privilege
    .box_privilege
    ul
    li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
  }
  body #wrap .content_area#other .cont_sec .parking_btn {
    margin: 6% auto 0 auto;
    width: 90%;
  }
  body #wrap .content_area#other .cont_sec .parking_btn img {
    padding: 0;
  }
  body #wrap .content_area#other .cont_sec .pic {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
  body #wrap #global_header {
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  body #wrap #global_header .description {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
  }
  body #wrap #global_header .logo {
    padding: 2px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  body #wrap #global_header .logo a {
    display: inline-block;
    max-width: 290px;
    padding: 6px;
  }
  body #wrap #global_header .logo a:hover {
    opacity: 1;
  }
  body #wrap #global_header .logo a img {
    width: 100%;
  }
  body #wrap #global_header nav {
    max-width: 940px;
    margin: 0 auto;
  }
  body #wrap #global_header nav ul {
    display: flex;
    justify-content:space-around;
    align-items: center;
  }
  body #wrap #global_header nav ul li {
    width: 133px;
    height: 62px;
    margin: 0 4px;
    text-align: center;
  }
  body #wrap #global_header nav ul li a {
    color: #000;
    font-weight: 600;
    display: flex;
    justify-content:space-around;
    align-items: center;
    height: 100%;
    font-weight: normal;
    font-size: clamp(12px, 1.6vw, 16px);
    line-height: 1.2;
  }
  body #wrap #global_header nav ul li a:hover {
    background-color: #e6e6e6;
    opacity: 1;
  }
  body #wrap #global_header nav ul li.current a {
    background-color: #e6e6e6;
  }

  body #wrap .content_header {
    font-size: 32px;
    color: #e57215;
    text-align: center;
    line-height: 160px;
    margin-bottom: 30px;
  }
  body #wrap .content_header h1 img {
    vertical-align: middle;
    width: 100%;
  }
  body #wrap .kamabuta_header {
    text-align: center;
  }
  body #wrap .content_area {
    width: 940px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  body #wrap .content_area .cont_sec {
    margin-bottom: 40px;
  }
  body #wrap .content_area table {
    width: 100%;
  }
  body #wrap .content_area table th {
    border: 1px solid #999;
    padding: 5px 0;
  }
  body #wrap .content_area table td {
    border: 1px solid #999;
    padding: 5px 0;
  }
  body #wrap .content_area .line {
    color: #1c1f88;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #1c1f88;
  }
  body #wrap .content_area .btn_area {
    text-align: center;
    letter-spacing: -0.5em;
  }
  body #wrap .content_area .btn_area > * {
    display: inline-block;
    letter-spacing: normal;
  }
  body #wrap .content_area .btn_area .btn {
    background-color: #e57215;
    width: 10em;
    line-height: 3em;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.2em;
    cursor: pointer;
    margin-right: 20px;
  }
  body #wrap .content_area .btn_area .btn:hover {
    opacity: 0.7;
  }
  body #wrap .content_area .btn_area .btn.cancel {
    background-color: #aaa;
  }
  body #wrap .content_area .btn_area .btn.topback {
    margin-top: 5%;
  }
  body #wrap .content_area .btn_area .btn:last-child {
    margin-right: 0;
  }
  body #wrap .content_area p.sub {
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
  body #wrap .content_area p.sub a {
    color: #e57215;
    text-decoration: underline;
  }
  
  body #wrap .content_area#town .cont_sec:first-child {
    text-align: center;
  }
  body #wrap .content_area#town .cont_sec img {
    max-width: 100%;
  }
  body #wrap .content_area#town .cont_sec .label {
    margin-bottom: 20px;
    background-color: #e57215;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
  }
  body #wrap .content_area#town .cont_sec .label2 {
    margin-bottom: 20px;
    background-color: #483d8b;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
  }
  body #wrap .content_area#town .cont_sec .label3 {
    margin-bottom: 20px;
    background-color: #6b8e23;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
  }
  body #wrap .content_area#town .cont_sec table {
    width: 85%;
    margin: 0 auto 20px auto;
  }
  body #wrap .content_area#town .cont_sec table tr th {
    border: 1px solid #999;
    padding: 5px 0;
  }
  body #wrap .content_area#town .cont_sec table tr td {
    border: 1px solid #999;
    text-align: center;
    padding: 5px 0;
  }
  body #wrap .content_area#town .cont_sec table tr td:first-child {
    width: 15%;
  }
  body #wrap .content_area#town .cont_sec table tr td:nth-child(2) {
    width: 20%;
  }
  body #wrap .content_area#town .cont_sec table tr td:nth-child(3) {
    width: 18%;
  }
  body #wrap .content_area#town .cont_sec table tr td:nth-child(4) {
    width: 18%;
  }
  body #wrap .content_area#town .cont_sec table tr td:last-child {
    width: 25%;
  }
  body #wrap .content_area#town .cont_sec table tr.saled td:not(:first-child) {
    background-color: #ccc;
    color: #ccc;
  }
  body #wrap .content_area#town .cont_sec table.secA th {
    background-color: #fddf96;
  }
  body #wrap .content_area#town .cont_sec table.secB th {
    background-color: #d5e38b;
  }
  body #wrap .content_area#town .cont_sec table.secC th {
    background-color: #c6e7fa;
  }
  body #wrap .content_area#town .cont_sec table.about tr th {
    width: 20%;
  }
  body #wrap .content_area#town .cont_sec table.about tr td {
    width: 80%;
    text-align: left;
    padding: 7px 17px;
  }
  body #wrap .content_area#town .cont_sec table.org_table {
    border: 1px solid #e57215;
  }
  body #wrap .content_area#town .cont_sec table.org_table tr td {
    border: 1px solid #e57215;
    width: 50%;
    text-align: left;
    padding: 0.5em;
    padding-left: 15px;
    font-size: 1.4em;
  }
  body #wrap .content_area#town .cont_sec .tenant {
    letter-spacing: -0.5em;
  }
  body #wrap .content_area#town .cont_sec .tenant > * {
    display: inline-block;
    letter-spacing: normal;
  }
  body #wrap .content_area#town .cont_sec .tenant > div {
    width: 49%;
    margin-right: 2%;
    vertical-align: top;
  }
  body #wrap .content_area#town .cont_sec .tenant > div p {
    line-height: 1.8em;
  }
  body #wrap .content_area#town .cont_sec .tenant > div:last-child {
    margin-right: 0;
  }
  body #wrap .content_area#about .cont_sec p {
    line-height: 1.6em;
  }
  body #wrap .content_area#about .cont_sec .right {
    margin-right: 10px;
    text-align: right;
    font-weight: bold;
  }
  body #wrap .content_area#about .cont_sec .about_tbl tr th {
    width: 18%;
  }
  body #wrap .content_area#about .cont_sec .about_tbl tr td {
    padding: 15px;
  }
  body #wrap .content_area#about .cont_sec .about_tbl tr td ul li {
    margin-bottom: 15px;
  }
  body #wrap .content_area#about .cont_sec .about_tbl tr td ul li:last-child {
    margin-bottom: 0;
  }
  body #wrap .content_area#about .cont_sec .about_tbl tr td ul li.ind {
    padding-left: 1em;
  }
  body #wrap .content_area#contact table {
    margin-bottom: 30px;
  }
  body #wrap .content_area#contact table tr:nth-child(6) th {
    padding-top: 1.7em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body #wrap .content_area#contact table td,
  body #wrap .content_area#contact table th {
    border: none;
    height: 4em;
  }
  body #wrap .content_area#contact table th {
    text-align: left;
    width: 23%;
  }
  body #wrap .content_area#contact table th .req {
    color: #fff;
    background-color: #e83516;
    display: inline-block;
    margin-left: 7px;
    padding: 0 8px;
    line-height: 1.6em;
    font-size: 0.8em;
    border-radius: 0.8em;
  }
  body #wrap .content_area#contact table td p {
    margin-top: 7px;
    margin-left: 3px;
    color: #757575;
  }
  body #wrap .content_area#contact table td input {
    line-height: 1.4em;
  }
  body #wrap .content_area#contact table td select {
    padding: 5px 0;
  }
  body #wrap .content_area#contact table td .fname,
  body #wrap .content_area#contact table td .job,
  body #wrap .content_area#contact table td .telnum,
  body #wrap .content_area#contact table td .uname {
    width: 20em;
  }
  body #wrap .content_area#contact table td .email,
  body #wrap .content_area#contact table td .email_conf,
  body #wrap .content_area#contact table td .kind {
    width: 30em;
  }
  body #wrap .content_area#contact table td .age {
    width: 5em;
  }
  body #wrap .content_area#contact table td .contact {
    width: 30em;
    height: 10em;
  }
  body #wrap .content_area#contact table td label {
    margin-right: 20px;
  }
  body #wrap .content_area#contact p.sub {
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
  body #wrap .content_area#contact p.sub a {
    color: #e57215;
    text-decoration: underline;
  }
  body #wrap .content_area#contact .err_msg {
    color: #e83516;
  }
  body #wrap .content_area#contact .section-title,
  body #wrap .content_area#privacy .section-title {
    padding-bottom: 70px;
  }
  body #wrap .content_area#privacy .content_area .line {
    margin-bottom: 40px;
  }
  body #wrap .content_area#privacy .line {
    margin-bottom: 40px;
  }
  body #wrap .content_area#privacy .priv_sec {
    margin-bottom: 40px;
  }
  body #wrap .content_area#privacy .priv_sec .priv_head {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
  }
  body #wrap .content_area#privacy .priv_sec .cont {
    line-height: 1.6em;
  }
  
  body #wrap #global_footer {
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #000;
  }
  body #wrap .content_header_parking {
    background: rgb(95, 182, 80);
    background: -moz-linear-gradient(
      top,
      rgba(95, 182, 80, 1) 0%,
      rgba(95, 182, 80, 1) 70%,
      rgba(4, 108, 53, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(95, 182, 80, 1) 0%,
      rgba(95, 182, 80, 1) 70%,
      rgba(4, 108, 53, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(95, 182, 80, 1) 0%,
      rgba(95, 182, 80, 1) 70%,
      rgba(4, 108, 53, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb650', endColorstr='#046c35', GradientType=0);
    text-align: center;
    line-height: 160px;
    margin-bottom: 30px;
  }
  body #wrap .content_header_parking h1 img {
    vertical-align: middle;
  }
  body #wrap .content_area#other .cont_sec .label {
    background: rgb(95, 182, 80);
    background: -moz-linear-gradient(
      top,
      rgba(95, 182, 80, 1) 0%,
      rgba(95, 182, 80, 1) 70%,
      rgba(4, 108, 53, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(95, 182, 80, 1) 0%,
      rgba(95, 182, 80, 1) 70%,
      rgba(4, 108, 53, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(95, 182, 80, 1) 0%,
      rgba(95, 182, 80, 1) 70%,
      rgba(4, 108, 53, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb650', endColorstr='#046c35', GradientType=0);
    margin-bottom: 20px;
    padding: 15px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #faed00;
    font-size: 48px;
    font-weight: bold;
  }
  body #wrap .content_area#other .cont_sec img {
    display: block;
    margin: 0 auto;
    padding: 25px 0;
  }
  body #wrap .content_area#other .cont_sec #privilege {
    border: 5px solid #00913a;
    box-sizing: border-box;
    box-sizing: -webkit-border-box;
  }
  body #wrap .content_area#other .cont_sec #privilege img {
    padding: 0;
    width: 100%;
    height: auto;
  }
  body #wrap .content_area#other .cont_sec #privilege .box_privilege {
    padding: 13px 85px;
    border-top: 5px solid #00913a;
    background: url(../img/parking/bg_park3.png) repeat;
  }
  body #wrap .content_area#other .cont_sec #privilege .box_privilege h2 {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 150%;
  }
  body #wrap .content_area#other .cont_sec #privilege .box_privilege ul li {
    position: relative;
    margin: 0 0 10px 0;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
  }
  body
    #wrap
    .content_area#other
    .cont_sec
    #privilege
    .box_privilege
    ul
    li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
  }
  body #wrap .content_area#other .cont_sec .parking_btn {
    margin: 30px auto 0 auto;
    width: 464px;
  }
  body #wrap .content_area#other .cont_sec .parking_btn img {
    padding: 0;
  }
}
/*全てのページを一枚のCSSにするのは可読性の観点からもやめてほしい*/
