/*
Theme Name: yoshiki_fudosan
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Text Domain: twentytwentyone
Tags: 

*/
@media (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp-show {
    display: none !important;
  }
}
@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif !important;
  margin: 0;
  box-sizing: border-box;
  letter-spacing: 0.2em;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a img:hover {
  opacity: 0.8;
}

a {
  color: #121212;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code, kbd, pre, samp {
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
  max-width: 100%;
}

input, select, textarea {
  max-width: 100%;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}
input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button {
  height: auto;
}
input[type=time]::-webkit-inner-spin-button, input[type=time]::-webkit-outer-spin-button {
  height: auto;
}
input[type=datetime-local]::-webkit-inner-spin-button, input[type=datetime-local]::-webkit-outer-spin-button {
  height: auto;
}
input[type=week]::-webkit-inner-spin-button, input[type=week]::-webkit-outer-spin-button {
  height: auto;
}
input[type=month]::-webkit-inner-spin-button, input[type=month]::-webkit-outer-spin-button {
  height: auto;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}
fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

.skip-link {
  display: none;
}

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

table {
  width: 100%;
  border: solid 1px #333;
  margin-bottom: 20px;
}
table th {
  border: solid 1px #333;
  padding: 20px;
  background-color: #DDD;
}
table td {
  border: solid 1px #333;
  padding: 20px;
}
table td h3 {
  font-size: 1em;
  line-height: 1.8em;
}

ul, li {
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  bottom: 0;
}

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

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

.clearfix {
  display: block;
}

@media (max-width: 768px) {
  .entry-content p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .entry-content ol li {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  h2 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 17px;
  }
}
@media (min-width: 769px) {
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  h4 {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  h5 {
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  h5 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  h6 {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  h6 {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  p {
    font-size: 16px;
  }
}

.site_header {
  width: 100%;
  background-image: url(images/kv_bg.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .site_header {
    height: 32vw;
    padding: 3vw 0 0;
  }
}
@media (min-width: 769px) {
  .site_header {
    height: 440px;
    padding: 30px 0 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .site_header .kv {
    width: 45vw;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .site_header .kv {
    width: 620px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .site_header .kv img {
    width: 100%;
  }
}

.page_site_header {
  width: 100%;
  background-image: url(images/header_bg.jpg);
  background-repeat: repeat-x;
  text-align: center;
  box-sizing: border-box;
  background-position: top center;
}
@media (max-width: 768px) {
  .page_site_header {
    background-size: cover;
    height: 20vw;
    padding: 3vw 0 0;
  }
}
@media (min-width: 769px) {
  .page_site_header {
    background-size: auto 160px;
    height: 160px;
    padding: 30px 0 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .page_site_header .page_kv {
    width: 35vw;
    margin: 4vw auto 0;
  }
}
@media (min-width: 769px) {
  .page_site_header .page_kv {
    width: 265px;
    margin: 17px auto;
  }
}
@media (max-width: 768px) {
  .page_site_header .page_kv img {
    width: 100%;
  }
}

.site_title {
  text-align: center;
}
@media (min-width: 769px) {
  .site_title {
    margin-bottom: 60px;
  }
}
.site_title a {
  color: #294f6b;
}
@media (max-width: 768px) {
  .site_title a {
    font-size: 7vw;
  }
}
@media (min-width: 769px) {
  .site_title a {
    font-size: 52px;
  }
}

@media (min-width: 769px) {
  .nav_area {
    margin-bottom: 40px;
  }
}

.global_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .global_nav {
    padding: 0 0 0 13vw;
  }
}
@media (min-width: 769px) {
  .global_nav {
    width: 850px;
    margin: 0 auto;
  }
}
.global_nav li {
  background-size: 200px 80px;
  background-repeat: no-repeat;
  padding: 25px 25px 25px 0px;
  background-position: 40px 16px;
}
@media (min-width: 769px) {
  .global_nav li {
    float: left;
    margin-bottom: 30px;
  }
}
.global_nav .gn01 {
  background-image: url(images/nav/bg_01.png);
}
.global_nav .gn02 {
  background-image: url(images/nav/bg_02.png);
}
.global_nav .gn03 {
  background-image: url(images/nav/bg_03.png);
}
.global_nav .gn04 {
  background-image: url(images/nav/bg_04.png);
}
.global_nav .gn05 {
  background-image: url(images/nav/bg_05.png);
}
.global_nav .gn06 {
  background-image: url(images/nav/bg_06.png);
}
.global_nav a {
  color: #254e6b;
  font-weight: 700;
  background-repeat: no-repeat;
  font-weight: 900;
}
@media (max-width: 768px) {
  .global_nav a {
    font-size: 5vw;
    padding: 3px 25px 0px 60px;
    display: block;
    background-size: 18vw 20vw;
    height: 20vw;
  }
}
@media (min-width: 769px) {
  .global_nav a {
    font-size: 30px;
    padding: 25px 25px 25px 70px;
    background-size: contain;
  }
}
.global_nav .link01 {
  background-image: url(images/nav/icon_01.png);
}
.global_nav .link02 {
  background-image: url(images/nav/icon_02.png);
}
.global_nav .link03 {
  background-image: url(images/nav/icon_03.png);
}
.global_nav .link04 {
  background-image: url(images/nav/icon_04.png);
}
.global_nav .link05 {
  background-image: url(images/nav/icon_05.png);
}
.global_nav .link06 {
  background-image: url(images/nav/icon_06.png);
}

.information {
  box-sizing: border-box;
  margin: 0 auto 50px;
}
@media (min-width: 769px) {
  .information {
    width: 1000px;
    display: flex;
  }
}
.information .left_col {
  background-color: #294f6b;
  color: #ffffff;
  font-weight: 400;
  line-height: 2em;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .information .left_col {
    font-size: 3vw;
    padding: 2vw 13vw 5vw;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .information .left_col {
    font-size: 24px;
    padding: 20px 0 0 120px;
    width: 50%;
    height: 536px;
  }
}
.information .left_col .info_box {
  border: solid 1px #ffffff;
  color: #ffffff;
  line-height: 1em;
  box-sizing: border-box;
  font-weight: 400;
}
@media (max-width: 768px) {
  .information .left_col .info_box {
    padding: 5vw 0 5vw;
    font-size: 4vw;
  }
}
@media (min-width: 769px) {
  .information .left_col .info_box {
    padding-top: 15px;
    font-size: 24px;
  }
}
.information .left_col .info_box:hover {
  text-decoration: none;
}
.information .left_col .info01 {
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .information .left_col .info01 {
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .information .left_col .info01 {
    width: 217px;
    height: 60px;
    margin-top: 80px;
    margin-bottom: 10px;
  }
}
.information .left_col .info02 {
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .information .left_col .info02 {
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .information .left_col .info02 {
    width: 217px;
    height: 60px;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .information .right_col {
    width: 50%;
  }
}
.information .right_col .catch {
  background-image: url(images/content/info_bg.png);
  background-repeat: no-repeat;
  text-align: center;
  color: #254e6b;
  font-weight: 900;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .information .right_col .catch {
    background-size: 55vw auto;
    background-position: top center;
    font-size: 5vw;
    padding: 12vw 0;
  }
}
@media (min-width: 769px) {
  .information .right_col .catch {
    background-size: contain;
    font-size: 30px;
    width: 293px;
    height: 371px;
    padding: 55px 0 0;
  }
}
@media (max-width: 768px) {
  .information .right_col .catch p {
    font-size: 20px;
    padding: 7px 0;
  }
}
@media (min-width: 769px) {
  .information .right_col .catch p {
    font-size: 26px;
    padding: 11px 0;
  }
}
@media (max-width: 768px) {
  .information .right_col .catch2 {
    padding: 0 14vw;
  }
}
@media (min-width: 769px) {
  .information .right_col .catch2 {
    font-size: 24px;
    text-align: center;
    color: #254e6b;
    font-weight: 400;
  }
}

h2.sec_title {
  font-weight: 900;
  text-align: center;
  color: #1684c5;
}
@media (max-width: 768px) {
  h2.sec_title {
    font-size: 5vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  h2.sec_title {
    font-size: 40px;
    line-height: 1em;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
h2.sec_title span {
  background-image: url(images/content/sec_title_icon.png);
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  h2.sec_title span {
    background-size: 10vw auto;
    padding: 0 0 0 14vw;
  }
}
@media (min-width: 769px) {
  h2.sec_title span {
    background-size: 77px 56px;
    padding: 0 0 0 100px;
  }
}

.top_contents01 {
  background-color: #eeeeee;
  padding: 40px 0;
}
.top_contents01 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .top_contents01 ul {
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.top_contents01 ul li {
  background-image: url(images/content/icon01.png);
  background-repeat: no-repeat;
  color: #254e6b;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 1.5em;
  margin-bottom: 20px;
  background-size: 10px 12px;
}
@media (max-width: 768px) {
  .top_contents01 ul li {
    font-size: 4vw;
    background-position: 24px 7px;
    padding: 0 8vw 0 11vw;
  }
}
@media (min-width: 769px) {
  .top_contents01 ul li {
    font-size: 18px;
    background-position: 24px 9px;
    padding: 0 0 0 55px;
  }
}

.top_contents02 .pr_box {
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top_contents02 .pr_box {
    background-image: url(images/content/c02_bg_sp.png);
    background-size: 91vw auto;
    padding: 2vw 0 20vw;
  }
}
@media (min-width: 769px) {
  .top_contents02 .pr_box {
    background-image: url(images/content/c02_bg.png);
    width: 996px;
    height: 554px;
    padding: 55px 0 0;
    background-size: 996px 554px;
  }
}
.top_contents02 .pr_box p {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .top_contents02 .pr_box p {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 769px) {
  .top_contents02 .pr_box p {
    font-size: 20px;
    line-height: 2em;
    color: #333333;
  }
}

.banners {
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .banners {
    width: 80%;
  }
}
@media (min-width: 769px) {
  .banners {
    width: 1000px;
  }
}

.site_footer {
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 100%;
  color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 768px) {
  .site_footer {
    background-image: url(images/footer_bg_sp.jpg);
    padding: 8vw 0 0 0;
    font-size: 2vw;
    height: 39vw;
    line-height: 1.5em;
  }
}
@media (min-width: 769px) {
  .site_footer {
    background-image: url(images/footer_bg.jpg);
    padding: 4vw 0 0 0;
    font-size: 14px;
    height: 9vw;
    line-height: 1em;
  }
}

@media (min-width: 769px) {
  #primary {
    width: 1000px;
    margin: 0 auto;
  }
}
#primary .inner {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #primary .inner {
    padding: 0 20px 0;
  }
}
@media (min-width: 769px) {
  #primary .inner {
    padding: 0 10px 0;
  }
}

@media (max-width: 768px) {
  .property_list .cf_box {
    margin: 0 auto;
    width: 380px;
  }
}
@media (min-width: 769px) {
  .property_list .cf_box {
    margin: 0 auto;
    width: 1000px;
  }
}
.property_list .cf_box .photo {
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  .property_list .cf_box .photo {
    width: 100px !important;
    height: 100px !important;
    margin: 0 20px 30px;
  }
}
@media (min-width: 769px) {
  .property_list .cf_box .photo {
    width: 300px;
    height: 300px;
    margin-right: 50px;
  }
}
.property_list .cf_box .photo img {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .property_list .cf_box .photo img {
    width: 100%;
  }
}
.property_list .cf_box .photo .close_bn {
  border-radius: 0;
  position: absolute;
  z-index: 2;
}
@media (max-width: 768px) {
  .property_list .cf_box .photo .close_bn {
    width: 55px;
    margin-top: -10px;
    top: 0;
    left: 5px;
  }
}
@media (min-width: 769px) {
  .property_list .cf_box .photo .close_bn {
    width: 130px;
    margin-top: -40px;
    top: 0;
    left: 15px;
  }
}
.property_list .cf_box .attachment-thumbnail {
  position: absolute;
  z-index: 1;
}
.property_list .cf_box .info {
  float: left;
}
@media (max-width: 768px) {
  .property_list .cf_box .info {
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 0 10px 0 0;
    width: 235px;
  }
}
@media (min-width: 769px) {
  .property_list .cf_box .info {
    width: 650px;
    font-size: 20px;
    font-weight: 600;
  }
}
.property_list .cf_box .info p {
  padding-top: 0;
  margin-top: 0;
  letter-spacing: 0.1em;
  color: #666666;
  line-height: 2em;
}
.property_list .cf_box .info dl {
  margin: 0 0 20px;
  padding: 0;
  color: #666666;
  display: flex;
}
.property_list .cf_box .info dl dt {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.property_list .cf_box .info dl dd {
  margin: 0;
  padding: 0 10px 0 0;
}
.property_list .cf_box .info table {
  padding: 0;
  margin: 0;
  border: none;
  border-collapse: collapse;
}
.property_list .cf_box .info table tr {
  padding: 0;
  margin: 0;
  border: none;
}
.property_list .cf_box .info table th {
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: top;
  background: none;
  text-align: left;
  color: #666666;
}
@media (max-width: 768px) {
  .property_list .cf_box .info table th {
    width: 90px;
  }
}
@media (min-width: 769px) {
  .property_list .cf_box .info table th {
    width: 124px;
  }
}
.property_list .cf_box .info table td {
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: top;
  text-align: left;
  color: #666666;
}
@media (max-width: 768px) {
  .property_list .cf_box .detail_btn {
    margin-top: 125px;
    margin-left: 18px;
  }
}
@media (min-width: 769px) {
  .property_list .cf_box .detail_btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .property_list .cf_box .detail_btn img {
    width: 70px;
  }
}
@media (min-width: 769px) {
  .property_list .cf_box .detail_btn img {
    width: 130px;
  }
}
.property_list .blue_label {
  background-color: #313131;
  padding: 5px 10px 5px 10px;
  margin: 0px 10px 0 0;
  color: #ffffff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .property_list .blue_label {
    line-height: 3em;
  }
}
@media (min-width: 769px) {
  .property_list .blue_label {
    line-height: 1em;
  }
}

hr {
  margin: 20px 20px;
}

.property_single .property_title h2 {
  color: #1684c5;
}
@media (max-width: 768px) {
  .property_single .property_title h2 {
    font-size: 18px;
    padding: 20px;
  }
}
@media (min-width: 769px) {
  .property_single .property_title h2 {
    font-size: 28px;
    padding: 0px 0 20px;
  }
}
@media (max-width: 768px) {
  .property_single .info {
    padding: 0 20px 60px;
  }
}
@media (min-width: 769px) {
  .property_single .info {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 140px;
  }
}
.property_single .info h3 {
  text-align: center;
  margin-bottom: 40px;
}
.property_single .info h3 span {
  color: #1684c5;
  border-bottom: solid 1px #1684c5;
  padding: 0 0 10px 0;
  font-weight: 600;
}
.property_single .info p {
  letter-spacing: 0.1em;
  color: #666666;
  font-weight: 700;
}
@media (max-width: 768px) {
  .property_single .info p {
    font-size: 13px;
    line-height: 3em;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 769px) {
  .property_single .info p {
    font-size: 18px;
    padding-top: 0;
    margin-top: 0;
  }
}
.property_single .info table {
  padding: 0;
  border: none;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .property_single .info table {
    font-size: 13px;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 769px) {
  .property_single .info table {
    margin: 0;
  }
}
.property_single .info table tr {
  padding: 0;
  margin: 0;
  border: none;
}
.property_single .info table th {
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: top;
  background: none;
  text-align: left;
  color: #666666;
  font-weight: 700;
}
@media (max-width: 768px) {
  .property_single .info table th {
    width: 65px;
  }
}
@media (min-width: 769px) {
  .property_single .info table th {
    width: 78px;
  }
}
.property_single .info table th.road_th {
  width: 78px;
}
@media (max-width: 768px) {
  .property_single .info table th.facility_th {
    width: 65px;
  }
}
@media (min-width: 769px) {
  .property_single .info table th.facility_th {
    width: 78px;
  }
}
.property_single .info table th.other_th {
  width: 100px;
}
@media (max-width: 768px) {
  .property_single .info table th.other_th {
    width: 82px;
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .property_single .info table th.other_th {
    padding-left: 10px;
  }
}
.property_single .info table td {
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: top;
  text-align: left;
  color: #666666;
  font-weight: 700;
}
.property_single .info table td.road_td {
  padding-bottom: 13px;
}
@media (max-width: 768px) {
  .property_single .info table td.other_td {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .property_single .info table td.other_td {
    width: 100px;
  }
}
@media (min-width: 769px) {
  .property_single .info table td.facility_td {
    white-space: nowrap;
  }
}
.property_single .info .photo_area img {
  float: left;
}
@media (max-width: 768px) {
  .property_single .info .photo_area img {
    width: 30% !important;
    max-width: 30% !important;
    margin: 0 1.67% 3%;
  }
}
@media (min-width: 769px) {
  .property_single .info .photo_area img {
    width: 30% !important;
    max-width: 30% !important;
    margin: 0 1.5% 3%;
  }
}
.property_single .blue_label {
  background-color: #1684c5;
  padding: 5px 10px 5px 10px;
  margin: 0px 10px 0 0;
  color: #ffffff;
  box-sizing: border-box;
  line-height: 1em;
}

.pro_contact {
  padding: 20px;
}
.pro_contact .page_contact_title {
  line-height: 1em;
  color: #254e6b;
  background-color: #e9fdff;
  border: solid 3px #254e6b;
  padding: 10px;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .pro_contact .page_contact_title {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .pro_contact .page_contact_title {
    font-size: 28px;
  }
}

.container {
  position: relative;
  z-index: 1;
}

.nav_toggle_bg {
  position: fixed;
  background-color: #254e6b;
  padding: 20px;
  z-index: 15;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .nav_toggle_bg {
    width: 3rem;
    height: 3rem;
    top: 59px;
    right: 25px;
  }
}
@media (min-width: 769px) {
  .nav_toggle_bg {
    width: 2rem;
    height: 2rem;
    top: 71px;
    right: 50px;
  }
}

.nav_toggle {
  position: fixed;
  display: block;
  width: 1.75rem;
  height: 1.5rem;
  z-index: 99;
  cursor: pointer;
}
@media (max-width: 768px) {
  .nav_toggle {
    right: 35px;
    top: 70px;
  }
}
@media (min-width: 769px) {
  .nav_toggle {
    right: 72px;
    top: 93px;
  }
}

.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: transform 0.5s, opacity 0.5s;
}

.nav_toggle i:nth-child(1) {
  top: 0;
}

.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav_toggle i:nth-child(3) {
  bottom: 0;
}

.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}

.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}

.nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 2;
  background-color: #fff;
  margin-top: -50px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .nav .nav_logo {
    width: 130px;
    margin: 20px auto 20px;
  }
}
@media (min-width: 769px) {
  .nav .nav_logo {
    width: 265px;
    margin: 50px auto 50px;
  }
}
.nav .nav_menu_ul {
  list-style: none;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .nav .nav_menu_ul {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .nav .nav_menu_ul {
    width: 835px;
    margin: 0 auto;
  }
}
.nav li {
  background-size: 125px 50px;
  background-repeat: no-repeat;
  background-position: 40px 16px;
}
@media (max-width: 768px) {
  .nav li {
    padding: 0px 15px 5px 0px;
    float: left;
  }
}
@media (min-width: 769px) {
  .nav li {
    padding: 25px 25px 25px 0px;
    float: left;
    margin-bottom: 30px;
  }
}
.nav .gn01 {
  background-image: url(images/nav/bg_01.png);
}
.nav .gn02 {
  background-image: url(images/nav/bg_02.png);
}
.nav .gn03 {
  background-image: url(images/nav/bg_03.png);
}
.nav .gn04 {
  background-image: url(images/nav/bg_04.png);
}
.nav .gn05 {
  background-image: url(images/nav/bg_05.png);
}
.nav .gn06 {
  background-image: url(images/nav/bg_06.png);
}
.nav a {
  color: #254e6b;
  font-weight: 700;
  background-repeat: no-repeat;
  font-weight: 900;
}
@media (max-width: 768px) {
  .nav a {
    font-size: 3vw;
    padding: 30px 25px 0px 60px;
    display: block;
    background-size: 13.5vw 15vw;
    height: 15vw;
  }
}
@media (min-width: 769px) {
  .nav a {
    font-size: 30px;
    padding: 25px 25px 25px 70px;
    background-size: contain;
  }
}
.nav .link01 {
  background-image: url(images/nav/icon_01.png);
}
.nav .link02 {
  background-image: url(images/nav/icon_02.png);
}
.nav .link03 {
  background-image: url(images/nav/icon_03.png);
}
.nav .link04 {
  background-image: url(images/nav/icon_04.png);
}
.nav .link05 {
  background-image: url(images/nav/icon_05.png);
}
.nav .link06 {
  background-image: url(images/nav/icon_06.png);
}

.nav.show {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.contact_form, .wpcf7-form {
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact_form, .wpcf7-form {
    width: 80%;
    margin: 30px auto 0;
  }
}
@media (min-width: 769px) {
  .contact_form, .wpcf7-form {
    width: 80%;
    margin: 60px auto 0;
  }
}
@media (max-width: 768px) {
  .contact_form .wpcf7-text, .wpcf7-form .wpcf7-text {
    width: 100%;
    height: 25px;
    padding: 10px;
  }
}
@media (min-width: 769px) {
  .contact_form .wpcf7-text, .wpcf7-form .wpcf7-text {
    width: 100%;
    height: 25px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .contact_form .wpcf7-textarea, .wpcf7-form .wpcf7-textarea {
    width: 100%;
    padding: 10px;
  }
}
@media (min-width: 769px) {
  .contact_form .wpcf7-textarea, .wpcf7-form .wpcf7-textarea {
    width: 100%;
    padding: 10px;
  }
}
.contact_form .wpcf7-submit, .wpcf7-form .wpcf7-submit {
  color: #fff;
  width: 60%;
  padding: 10px 20px;
  font-size: 20px;
  background: #294f6b;
  margin: 0 21%;
}

.map_img {
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .company_table {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .company_table th {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .company_table td {
    padding: 10px;
  }
}/*# sourceMappingURL=style.css.map */