@charset "UTF-8";
@media (min-width: 769px) {
  .sp-show {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

body {
  line-height: 1.5em;
  background-color: #FFF;
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: solid 1px #666;
}
@media (max-width: 768px) {
  table {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  table {
    margin-bottom: 40px;
  }
}

table th {
  border: solid 1px #666;
  text-align: left;
  padding: 10px;
  font-size: 14px;
}

table td {
  border: solid 1px #666;
  text-align: left;
  padding: 10px;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #00550c;
}

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

@media (max-width: 768px) {
  .member_list table th {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .member_list table th.name {
    width: 25%;
  }
}
@media (min-width: 769px) {
  .member_list table th.name {
    width: 20%;
  }
}
.member_list table th.trade {
  width: 40%;
}
.member_list table th.tel {
  width: 40%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
@media (min-width: 769px) {
  .clear_box {
    clear: both;
  }
}

@media (min-width: 769px) {
  .cf_box01 {
    padding: 20px 0 20px;
    line-height: 1.5em;
  }
}

@media (min-width: 769px) {
  .cf_box02 {
    clear: both;
    padding: 30px;
    line-height: 1.5em;
    background-color: #f1f1f1;
    margin: 20px 0;
  }
}

.kv {
  text-align: center;
}
@media (max-width: 768px) {
  .kv img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .kv img {
    width: 100%;
    max-width: 1400px;
  }
}

#main img {
  max-width: 100%;
}

/* main */
#header-wrap {
  background-color: #FFF;
  width: 100%;
}
@media (min-width: 769px) {
  #header-wrap {
    padding: 20px 0;
  }
}
#header-wrap.under {
  padding: 0;
}
#header-wrap #header {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #header-wrap #header {
    width: 100%;
    padding: 25vw 10vw 10vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  #header-wrap #header {
    width: 1000px;
    display: flex;
    line-height: 1.5em;
  }
}
#header-wrap #header .header_logo {
  color: #333;
}
@media (max-width: 768px) {
  #header-wrap #header .header_logo {
    width: 100vw;
  }
}
@media (min-width: 769px) {
  #header-wrap #header .header_logo {
    font-size: 24px;
    width: 50%;
  }
}
#header-wrap #header .header_logo h1 {
  color: #333;
  font-weight: 400;
}
@media (max-width: 768px) {
  #header-wrap #header .header_logo h1 {
    font-size: 5vw;
    font-weight: bold;
  }
}
#header-wrap #header .header_logo a {
  color: #333;
}
@media (max-width: 768px) {
  #header-wrap #header .header_logo p {
    font-size: 2.8vw;
    font-weight: normal;
  }
}
@media (min-width: 769px) {
  #header-wrap #header .header_logo p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #header-wrap #header .header_info {
    font-size: 3vw;
    font-weight: normal;
  }
}
@media (min-width: 769px) {
  #header-wrap #header .header_info {
    width: 25%;
  }
}
@media (max-width: 768px) {
  #header-wrap #header .header_info2 {
    font-size: 3vw;
    font-weight: normal;
  }
}
@media (min-width: 769px) {
  #header-wrap #header .header_info2 {
    width: 25%;
  }
}

@media (max-width: 768px) {
  #global-nav-wrap {
    display: none;
  }
}
@media (min-width: 769px) {
  #global-nav-wrap {
    width: 100%;
    background-color: #00550c;
  }
}
#global-nav-wrap nav.global-nav {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  line-height: 2em;
}
#global-nav-wrap nav.global-nav ul li.menu-item {
  float: left;
  padding: 0 10px;
  margin: 10px;
  border: solid 1px #FFF;
}
#global-nav-wrap nav.global-nav ul li.menu-item a {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}

@media (max-width: 768px) {
  #content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 769px) {
  #content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
#content .entry-title {
  text-align: center;
  color: #00550c;
}
@media (max-width: 768px) {
  #content .entry-title {
    margin-bottom: 1rem;
    font-size: 4vw;
  }
}
@media (min-width: 769px) {
  #content .entry-title {
    margin-bottom: 2rem;
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 20px;
  }
}
#content .entry-title span {
  position: relative;
  border-bottom: 6px solid rgb(179, 179, 179);
  line-height: 3.5em;
}
@media (max-width: 768px) {
  #content .entry-title span {
    padding: 0.8rem 0.7rem;
  }
}
@media (min-width: 769px) {
  #content .entry-title span {
    padding: 1rem 2rem;
  }
}
#content .entry-title span:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: "";
  background: rgb(101, 101, 101);
}
#content .page-title {
  font-weight: bold;
  line-height: 2em;
  color: #00550c;
}
@media (max-width: 768px) {
  #content .page-title {
    font-size: 18px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  #content .page-title {
    text-align: left;
    font-size: 20px;
    margin-top: 30px;
  }
}
#content .page-title a {
  color: #00550c !important;
}
#content h2 {
  color: #00550c;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #content h2 {
    color: #00550c;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
  }
}
@media (min-width: 769px) {
  #content h2 {
    font-size: 22px;
    font-weight: bold;
  }
}
#content h3 {
  color: #00550c;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #content h3 {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  #content h3 {
    font-size: 22px;
    text-align: left;
  }
}
#content h4 {
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 768px) {
  #content h4 {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  #content h4 {
    font-size: 22px;
  }
}
#content p {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #content #news-area {
    width: 90%;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  #content #news-area {
    margin-bottom: 30px;
  }
}
#content #news-area ul {
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  #content #news-area ul {
    width: 100%;
    padding: 0px;
  }
}
@media (min-width: 769px) {
  #content #news-area ul {
    padding: 20px;
  }
}
#content #news-area ul li {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #333;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 20px;
  padding-left: 20px;
}
#content #news-area ul li a {
  line-height: 1.5em;
}
#content #news-area ul li:last-child {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: none;
}
@media (max-width: 768px) {
  #content #photo-gallery-area {
    width: 92%;
    max-width: 640px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  #content #photo-gallery-area {
    float: right;
    width: 490px;
    height: 350px;
    padding-left: 0px;
    margin-bottom: 60px;
  }
}
#content .contents_under {
  background-color: #f5f5f5;
  text-align: center;
}
@media (max-width: 768px) {
  #content .contents_under {
    padding: 20px;
    margin: 40px 0 0 0;
  }
}
@media (min-width: 769px) {
  #content .contents_under {
    padding: 40px;
    margin: 60px 0 0 0;
  }
}
#content .contents_under h2 {
  font-weight: normal;
}
#content .contents_under h3 {
  font-weight: normal;
  font-size: 18px;
  color: #333;
}
#content .contents_under .tel_box h3 {
  font-weight: bold;
  text-align: center;
}
#content .contents_under .tel_number {
  padding: 30px 0;
}
#content .contents_under .tel_number span {
  background-image: url(images/img/tel.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 0 0 0 45px;
  background-position: center left;
}
@media (max-width: 768px) {
  #content .contents_under .tel_number span {
    font-size: 8vw;
  }
}
@media (min-width: 769px) {
  #content .contents_under .tel_number span {
    font-size: 40px;
  }
}
#content .contents_under .mail_addr {
  font-size: 18px;
}
#content .contents_under .mail_addr span {
  font-size: 20px;
  background-image: url(images/img/mail.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0 0 0 30px;
  background-position: center left;
}
#content .contents_under .contact_btn {
  background-color: #6d2300;
  display: block;
  width: 260px;
  height: 36px;
  padding: 20px 0 0 0;
  color: #fff;
  font-weight: bold;
  margin: 30px auto;
}
#content .entry-content {
  padding: 20px;
}
#content .entry-content h1 {
  padding: 20px 0;
  text-align: left;
}
@media (min-width: 769px) {
  #content .entry-content h1 {
    font-size: 28px;
  }
}
#content .entry-content h2 {
  padding: 20px 0 0;
  text-align: left;
}
@media (min-width: 769px) {
  #content .entry-content h2 {
    font-size: 25px;
    line-height: 1.5em;
  }
}
#content .entry-content h3 {
  padding: 20px 0;
  text-align: left;
}
@media (min-width: 769px) {
  #content .entry-content h3 {
    font-size: 24px;
  }
}
#content .entry-content h4 {
  padding: 20px 0;
  text-align: left;
}
@media (min-width: 769px) {
  #content .entry-content h4 {
    font-size: 22px;
  }
}
#content .entry-content h5 {
  padding: 20px 0;
  text-align: left;
}
@media (min-width: 769px) {
  #content .entry-content h5 {
    font-size: 20px;
  }
}
#content .entry-content h6 {
  padding: 20px 0;
  text-align: left;
}
@media (min-width: 769px) {
  #content .entry-content h6 {
    font-size: 18px;
  }
}
#content .entry-content p {
  padding: 0 0 20px;
  text-align: left;
}
@media (min-width: 769px) {
  #content .entry-content p {
    font-size: 16px;
  }
}
#content .entry-content img {
  max-width: 100%;
}
#content .entry-content .top_title {
  background-color: #efead9;
  text-align: center;
}
@media (max-width: 768px) {
  #content .entry-content .top_title {
    padding: 5%;
    line-height: 1.5em;
    padding: 0px 0;
  }
}
@media (min-width: 769px) {
  #content .entry-content .top_title {
    padding: 40px 0;
  }
}
#content .entry-content .top_title h1 {
  font-weight: normal;
  text-align: center;
}
@media (max-width: 768px) {
  #content .entry-content .top_title h1 {
    font-size: 4.7vw;
    padding: 10px 0;
    margin: 0;
  }
}
@media (min-width: 769px) {
  #content .entry-content .top_title h1 {
    font-size: 40px;
  }
}
#content .entry-content .top_title h2 {
  font-weight: normal;
  text-align: center;
}
@media (max-width: 768px) {
  #content .entry-content .top_title h2 {
    line-height: 1.5em;
    font-size: 140%;
    padding: 10px 0 0;
    margin: 0;
  }
}
@media (min-width: 769px) {
  #content .entry-content .top_title h2 {
    font-size: 30px;
  }
}
@media (min-width: 769px) {
  #content .entry-content .top_greeting {
    padding: 40px 0;
  }
}
#content .entry-content .pdf_link {
  font-size: 20px;
  background-image: url(images/img/pdf.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0 0 0 30px;
  background-position: center left;
}
#content .entry-content .flex_box {
  display: flex;
  justify-content: space-between;
}
#content .entry-content .flex_box .request_text {
  width: 65%;
  padding: 5%;
}
#content .entry-content .flex_box .request_photo {
  width: 30%;
}
#content .entry-content .flex_box .request_photo img {
  width: 100%;
}
#content .entry-content table.association_overview th {
  white-space: nowrap;
}
#content .entry-content .number_box {
  text-align: center;
  margin-bottom: 20px;
}
#content .entry-content .number_box span {
  background-color: #6d2300;
  color: #FFF;
  padding: 10px 30px;
}
#content .entry-content .blue_line {
  border: solid 3px rgba(0, 114, 195, 0.815);
  box-sizing: border-box;
  padding: 0 20px 0;
  margin: 0 0 20px;
}
#content .entry-content .red_line {
  border: solid 3px rgba(195, 7, 0, 0.815);
  box-sizing: border-box;
  padding: 20px 20px;
  margin: 0 0 20px;
}

.site-footer {
  width: 100%;
  background-color: #efead9;
}
@media (max-width: 768px) {
  .site-footer {
    clear: both;
  }
}
@media (min-width: 769px) {
  .site-footer {
    padding: 20px 0;
  }
}
.site-footer .footer_contents {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .site-footer .footer_contents {
    width: 100%;
    padding: 10vw 10vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .site-footer .footer_contents {
    width: 1000px;
    display: flex;
    line-height: 1.5em;
  }
}
.site-footer .footer_contents .footer_logo {
  color: #333;
}
@media (min-width: 769px) {
  .site-footer .footer_contents .footer_logo {
    font-size: 24px;
    width: 50%;
  }
}
.site-footer .footer_contents .footer_logo h1 {
  color: #333;
  font-weight: 400;
}
@media (max-width: 768px) {
  .site-footer .footer_contents .footer_logo h1 {
    font-size: 5vw;
    font-weight: bold;
  }
}
.site-footer .footer_contents .footer_logo a {
  color: #333;
}
@media (max-width: 768px) {
  .site-footer .footer_contents .footer_logo p {
    font-size: 2.8vw;
    font-weight: normal;
  }
}
@media (min-width: 769px) {
  .site-footer .footer_contents .footer_logo p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer_contents .footer_info {
    font-size: 3vw;
    font-weight: normal;
  }
}
@media (min-width: 769px) {
  .site-footer .footer_contents .footer_info {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .site-footer .footer_contents .footer_info2 {
    font-size: 3vw;
    font-weight: normal;
  }
}
@media (min-width: 769px) {
  .site-footer .footer_contents .footer_info2 {
    width: 25%;
  }
}

#copyright {
  height: 30px;
  text-align: center;
  background-color: #00550c;
  color: #FFF;
  padding: 10px 0 30px;
  box-sizing: border-box;
  clear: both;
}
#copyright p {
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}
#copyright p a {
  color: #FFF;
}

/* page */
.center-img {
  text-align: center;
}

#main-img {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .staff_hr {
    display: none;
  }
}
@media (min-width: 769px) {
  .staff_hr {
    margin-bottom: 40px;
  }
}

@media (min-width: 769px) {
  .director-area {
    clear: both;
    padding: 0 0 30px;
  }
}

@media (max-width: 768px) {
  .director-left {
    margin-right: 30px;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .director-left {
    float: left;
    margin-right: 30px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .director-left img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
}
@media (min-width: 769px) {
  .director-left img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .director-right {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .director-right {
    float: left;
    width: 620px;
  }
}

.director-table {
  border: none;
}
.director-table tr th {
  color: #00550c;
  font-weight: bold;
  background-color: #FFF;
  border: none;
}
@media (max-width: 768px) {
  .director-table tr th {
    width: 100%;
    display: block;
  }
}
@media (min-width: 769px) {
  .director-table tr th {
    width: 110px;
  }
}
.director-table tr td {
  color: #333;
  font-weight: normal;
  background-color: #FFF;
  border: none;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .director-table tr td {
    width: 100%;
    display: block;
  }
}

@media (min-width: 769px) {
  .staff_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 769px) {
  .staff_box .staff-area {
    width: 32%;
    margin: 10px 20px 10px 0;
    box-sizing: border-box;
  }
  .staff_box .staff-area:nth-of-type(3n) {
    margin: 10px 0px 10px 0;
  }
  .staff_box .staff-area img {
    width: 100%;
    height: auto;
    background-color: #FFF;
  }
}

@media (max-width: 768px) {
  #access-area #access-left {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  #access-area #access-left {
    float: left;
    width: 400px;
    height: 450px;
  }
}
@media (max-width: 768px) {
  #access-area #access-left iframe {
    width: 100%;
    height: 450px;
  }
}
@media (min-width: 769px) {
  #access-area #access-left iframe {
    width: 400px;
    height: 450px;
  }
}
@media (max-width: 768px) {
  #access-area #access-right {
    width: 100%;
  }
}
@media (min-width: 769px) {
  #access-area #access-right {
    float: right;
    width: 560px;
    margin-left: 20px;
  }
}
#access-area #access-right h3 {
  text-align: left;
}
#access-area #access-right p {
  font-size: 14px;
}

article.type-post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: dashed 1px #666;
}

.comments-link {
  display: none;
}

@media (max-width: 768px) {
  #sp_menu-btn {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
@media (min-width: 769px) {
  #sp_menu-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .mm-list {
    padding-top: 10px !important;
  }
}

.updated {
  display: none;
}

.published {
  margin-right: 10px;
}

.author {
  margin-right: 10px;
}

.entry-footer {
  clear: both;
}

.greeting {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  margin: 10px auto 30px;
}

.point {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 800px;
}

.align-center .submit_btn {
  padding: 3px 0 0;
}

.top_img {
  margin: 0 auto 40px;
}
.top_img img {
  width: 100%;
  height: auto;
}

.top_img_set {
  padding: 0 0 40px;
}
@media (min-width: 769px) {
  .top_img_set {
    display: flex;
  }
}
.top_img_set li {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .top_img_set li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .top_img_set li {
    width: 33%;
    margin: 10px 10px;
    font-size: 14px;
    line-height: 2em;
  }
}
.top_img_set li img {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #FFF;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .top_img_set li img {
    box-sizing: border-box;
  }
}
.top_access_map {
  width: 100%;
}
.top_access_map iframe {
  width: 100% !important;
}

.contact_area .msg {
  font-weight: normal !important;
  font-size: 18px !important;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.contact_area .msg span {
  background-color: #00550c;
  padding: 20px;
  display: block;
  line-height: 1.5em;
}
.contact_area .tel_box {
  padding-top: 30px;
  border: solid 2px #00550c;
}
@media (max-width: 768px) {
  .contact_area .tel_box {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .contact_area .tel_box {
    width: 400px;
    margin: 0 auto 30px;
  }
}
.contact_area .tel_box .tel {
  color: #00550c;
  line-height: 1em;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .contact_area .tel_box .tel {
    font-size: 29px;
  }
}
@media (min-width: 769px) {
  .contact_area .tel_box .tel {
    font-size: 38px;
  }
}
.contact_area .tel_box p {
  font-size: 18px;
  line-height: 1em;
  text-align: center;
}

.contact_table {
  font-size: 14px;
  border: none;
  border-collapse: collapse;
}
.contact_table th {
  vertical-align: top;
  box-sizing: border-box;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .contact_table th {
    display: block;
    width: 100%;
    border: none;
  }
}
@media (min-width: 769px) {
  .contact_table th {
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    border-left: none;
    border-right: none;
    padding: 20px 0;
  }
}
.contact_table td {
  box-sizing: border-box;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .contact_table td {
    display: block;
    width: 100%;
    border: none;
  }
}
@media (min-width: 769px) {
  .contact_table td {
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    border-left: none;
    border-right: none;
    padding: 20px 0;
  }
}
.contact_table input {
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.contact_table select {
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.contact_table textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.contact_table .wpcf7-not-valid-tip {
  margin-top: 10px;
}

/* 画面外にいる状態 */
.fade {
  opacity: 0.3;
  transform: translate(0, 40px);
  transition: 900ms;
}

/* 画面内に入った状態 */
.fade.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.page_img img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.archive #content .type-post {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.archive #content .entry-content {
  padding: 0;
}
.archive #content .entry-content p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.archive #content .page-title {
  margin-bottom: 0;
}

#content p.topics_title {
  text-align: center;
  padding: 10px;
}
@media (max-width: 768px) {
  #content p.topics_title {
    font-size: 150%;
  }
}
@media (min-width: 769px) {
  #content p.topics_title {
    font-size: 26px;
  }
}
#content p.text_big {
  border-top: dotted 1px #000;
}
@media (max-width: 768px) {
  #content p.text_big {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  #content p.text_big {
    font-size: 25px;
  }
}

@media (min-width: 769px) {
  #content .kitei_text h3 {
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 14px;
  }
}
@media (min-width: 769px) {
  #content .kitei_text p {
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 14px;
  }
}

@media print and (min-width: 769px) {
  #content .kitei_text h3 {
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 14px;
  }
}
@media print and (min-width: 769px) {
  #content .kitei_text p {
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 14px;
  }
}
@media print {
  .page-id-243 #global-nav-wrap {
    display: none;
  }
  .page-id-243 .page_img {
    display: none;
  }
  .page-id-243 .site-footer {
    display: none;
  }
}
/* ContactForm7カスタマイズ */
table.CF7_table {
  width: 100%;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
}
table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}
table.CF7_table input,
table.CF7_table textarea {
  border: 1px solid #d8d8d8;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
table.CF7_table input::placeholder,
table.CF7_table textarea::placeholder {
  color: #797979;
}
@media (min-width: 769px) {
  table.CF7_table th {
    width: 30%; /*横幅*/
    background-color: #ebedf5; /*ブルーグレー*/
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  table.CF7_table {
    width: 95%;
  }
  table.CF7_table tr, table.CF7_table td, table.CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
  table.CF7_table th {
    background-color: #ebedf5;
  }
}

/* single, page での強制表示 */
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}

/* 「必須」文字 */
.CF7_req {
  font-size: 0.9em;
  padding: 5px;
  background: #f79034; /*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/* 「任意」文字 */
.CF7_unreq {
  font-size: 0.9em;
  padding: 5px;
  background: #bdbdbd; /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: #f79034; /* オレンジ*/
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px auto 0;
  padding: 10px;
  width: 180px;
  cursor: pointer;
  display: block;
  transition: 0.4s;
}
.wpcf7 input.wpcf7-submit:hover {
  background-color: #fff;
  border: solid 1px #f79034;
  color: #f79034;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

.single-format-standard .page-header {
  margin-bottom: 12%;
}/*# sourceMappingURL=style.css.map */