@charset "UTF-8";

/* CSS Document */
/**********************************
Reset
**********************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 300;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul,
ul,
li {
  list-style: none;
}

li a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

/**********************************
Settings
**********************************/
html {
  font-size: 14px;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1.5em;
  width: 100%;
}
body.fixed {
  overflow: hidden;
}
/**********************************
Hover
**********************************/
a {
  color: #333;
  font-weight: 500;
  text-decoration: underline;
  transition: all .2s ease;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a img {
  transition: all .2s ease;
}
a img:hover {
  opacity: .6;
}
/**********************************
Header Navigation
**********************************/
header {
  width: 96%;
  padding: 14px 2%;
  margin: 0 auto;
}
header h1 {
  width: 200px;
  margin: 0 auto;
}
header h1 img {
  width: 100%;
  height: auto;
}
.contents_wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}
.page_inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 0 96px;
}
.title_wrap {
}
.title_wrap .title_bg {
  padding: 24px 0 68px;
}
.title_wrap .title_bg h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
/**********************************
Sub page
**********************************/
.breadcrumbs {
  width: auto;
  padding: 12px 0 ;
}
.breadcrumbs > a {
  font-size: 0.875rem;
}
.breadcrumbs .breadcrumb-separator {
  margin: 0 10px;
}
.breadcrumbs .current-page {
  font-weight: 500;
  color: #555;
}

/***お問い合わせ***/
.contact_table {
  background-color: rgba(245, 245, 245, 0.5); 
  width: auto;
  padding: 40px 36px 76px;
  border: solid 2px #333;
  border-radius: 12px;
}

.contact_table table {
  width: 100%;
}
.contact_table table tr {
}
.contact_table table th {
  display: block;
  width: 100%;
  font-weight: 500;
  text-align: left;
  color: #333;
  margin-bottom: 8px;
  margin-top: 36px;
}
.contact_table table th span {
  font-size: 0.875rem;
  color: #e03b15;
  margin-left: 12px;
}
.contact_table table td {
  display: block;
  width: 100%;
}
.contact_table table td input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: calc(96% - 4px);
  background-color: #fff;
  border: solid 2px rgba(94, 76, 56, 0.3);
  padding: 16px 2%;
  font-size: 0.875rem;
  border-radius: 8px;
}
.contact_table table td textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: calc(96% - 4px);
  background-color: #fff;
  border: solid 2px rgba(94, 76, 56, 0.3);
  padding: 16px 2%;
  font-size: 0.875rem;
  border-radius: 8px;
}

.contact_table table ::placeholder {
  color: #a7a7a7;
}

.contact_table .submit_btn {
  width: 220px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  margin: 48px auto 0;
  cursor: pointer;
}

.contact_table .submit_btn input[type="submit"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 0;
  font-weight: 500;
  background-color: #333;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.125rem;
  letter-spacing: .1em;
}

.wpcf7-spinner {
  display: none !important;
}
.contact_table .submit_btn input[type="submit"]:hover {
  background-color: #e03b15;
  color: #fff;
}
.contact_table .pp_info {
  text-align: center;
  margin-top: 36px;
  line-height: 1.7em;
}
.google_annotation {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  margin: 56px 0;
}
.grecaptcha-badge {
  visibility: hidden;
}

/***プライバシーポリシー***/
.sub_page #privacy01 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.sub_page #privacy01 .section_inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.sub_page #privacy01 .section_inner > h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 86px;
}
.sub_page #privacy01 .section_inner > h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 24px;
}
.sub_page #privacy01 .section_inner > p {
  margin-top: 24px;
  line-height: 1.7em;
}
.sub_page #privacy01 .section_inner .dot_list {
  margin: 36px 0 36px 18px;
}
.sub_page #privacy01 .section_inner .dot_list li {
  list-style: disc;
  margin-top: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5em;
}

/**********************************
404
**********************************/
.not_found_info {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.9em;
}
/**********************************
Footer
**********************************/
footer {
  width: 100%;
  background-color: #efefef;
}
footer .footer_inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 46px 0 28px;
}
footer .footer_inner .footer_logo {
  width: 136px;
}
footer .footer_inner .footer_logo img {
  width: 100%;
  height: auto;
}
footer .footer_inner .company_info_wrap {
  width: 100%;
}
footer .footer_inner .company_info_wrap .company_info {
  margin-top: 36px;
}
footer .footer_inner .company_info_wrap .company_info > h2 {
  font-size: 0.875rem;
  font-weight: 700;
}
footer .footer_inner .company_info_wrap .company_info > h2 span {
  font-size: 1.25rem;
  font-weight: 700;
}
footer .footer_inner .company_info_wrap .company_info .address {
  margin-top: 6px;
  font-weight: 700;
  line-height: 1.7em;
}
footer .copyright {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 0.75rem;
  font-weight: 600;
  padding-bottom: 36px;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.sp_only {
  display: none;
}