@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* ------------------------------------------
  Utility Class
------------------------------------------ */

/* clearfix */

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* ------------------------------------------
  Common
------------------------------------------ */

* {
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
  min-width: 1080px;
  color: #4b4b4b;
  -webkit-text-size-adjust: none;
}

body.layer {
  overflow: hidden;
  height: 100%;
}

a, a img {
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  opacity: 0.75;
}

a:hover * {
  opacity: 0.75;
}

a:focus {
  outline: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

.clear {
  clear: both;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

input, button, select, textarea {
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-radius: 0;
  background: none;
}

input[type="checkbox"], input[type="radio"] {
  opacity: 0;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

.alignright {
  float: right;
  margin: 0 0 0 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 0 0;
}

.wp-caption-text {
  margin: 20px 0;
}

@media screen and (max-width: 430px) {
  body {
    min-width: inherit;
  }
  .container {
    width: auto;
    margin: 0 20px;
  }
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }
}

/* ------------------------------------------
  mv_contact
------------------------------------------ */

.mv_contact {
  position: fixed;
  width: 45px;
  bottom: 40%;
  z-index: 999;
}

.mv_contact_item {
  background: #6d352c;
}

.mv_contact_item img {
  display: block;
  width: 100%;
}

.mv_contact_item:not(:last-child) {
  margin-bottom: 1px;
}

.mv_contact_item2 {
  width: 100%;
  background: #6d352c;
}

.mv_res_txt {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 600px;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}

.mv_contact_item a {
  height: 45px;
  width: 100%;
  display: grid;
  place-content: center;
  cursor: pointer;
}

.mv_contact_item2 a {
  display: block;
  width: 100%;
  padding: 18px 11px 16px;
  cursor: pointer;
}

.line img {
  margin-bottom: -6px;
  width: 27px;
}

@media screen and (max-width: 430px) {
  .mv_contact {
    display: flex;
    bottom: 10px;
    max-width: 295px;
    width: 100%;
    left: calc(50% - 147.5px);
  }
  .mv_contact_item {
    margin-bottom: 0;
  }
  .mv_contact_item:not(:last-child) {
    margin-right: 5px;
  }
  .mv_contact_item {
    width: 70px;
    height: 70px;
  }
  .mv_contact_item a {
    display: grid;
    place-content: center;
    height: 70px;
  }
  .mv_contact_item img {
    width: 45.7px;
  }
  .mv_to_top img {
    display: block;
    width: 50%;
    margin: 0 auto 6px;
  }
  .mv_to_top p {
    font-family: "gyst-variable", sans-serif;
    font-variation-settings: "wght" 100;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 20px;
    text-align: center;
    margin-left: 5px;
  }
}

.pagetop_pc {
  position: fixed;
  width: 29px;
  height: 118px;
  bottom: 54px;
  right: 90px;
  transition: 0.4s;
  opacity: 0;
  z-index: 998;
}

.pagetop_pc.show {
  opacity: 1;
}

.pagetop_pc a {
  display: flex;
  width: 100%;
  align-items: end;
}

.pagetop_txt {
  font-family: "adobe-garamond-pro", serif;
  color: #000;
  font-size: 9px;
  letter-spacing: 0.2em;
  line-height: 13px;
  writing-mode: vertical-rl;
  width: 50%;
  margin-bottom: 5.5px;
  margin-left: 8px;
}

.pagetop_pc img {
  transition: 0.4s;
  position: relative;
  bottom: 0;
  transition-timing-function: ease-out;
}

.pagetop_pc:hover img {
  bottom: 20px;
}

.pagenation {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .bottom {
  transform: 0.4s;
  cursor: pointer;
}

.bottom:hover {
  opacity: 0.4;
}

.bottom:hover * {
  /* opacity: 0.7; */

.pagenation_item {
  display: block;
}

.back, .next {
  width: 81px;
  color: #6d352c;
  font-size: 20px;
  font-family: "adobe-garamond-pro", serif;
  padding: 10px 10px 8px 10px;
  text-align: center;
  line-height: 29px;
  border: 1px solid #6d352c;
}

.back {
  margin-right: 30px;
}

.next {
  /* margin-left: 30px; */
}

.page_num_inner {
  display: flex;
  align-items: center;
}

.page_num {
  color: rgba(109, 53, 44, 0.4);
  font-size: 20px;
  text-align: center;
  font-family: "adobe-garamond-pro", serif;
  margin-right: 30px;
}

.page_num:last-of-type {
  margin-right: 30px;
}

.now {
  color: #6d352c;
  margin-right: 30px;
}

@media screen and (max-width: 430px) {
  .pagenation {
    max-width: 100%;
    justify-content: space-between;
  }
  .page_num:not(:last-of-type) {
    margin-right: 20px;
  }
  .page_num:nth-of-type(2) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 430px) {
  .page_num:last-of-type {
    margin-right: 12px;
  }
  .back {
    margin-right: 12px;
  }
}

/* ------------------------------------------
    content
  ------------------------------------------ */

.content>*:first-child {
  margin-top: 0;
}

.content>*:last-child {
  margin-bottom: 0;
}

.content.margin {
  margin: 40px 0;
}

.top_interior_ttl+.content {
  margin-top: 60px;
}

.content.margin_head {
  margin: 60px 0 40px;
}

.content+.content {
  margin-top: 40px;
}

.content * {
  line-height: 1.8;
}

.content h2 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #4b4b4b;
  padding-bottom: 20px;
  position: relative;
  line-height: 1.3;
  margin: 60px 0 40px;
  font-family: "Zen Old Mincho", serif;
}

.content h2::after {
  width: 100px;
  height: 3px;
  background-color: #ce0c0e;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.content h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #4b4b4b;
  margin: 60px 0 40px;
  line-height: 1.3;
  font-family: "Zen Old Mincho", serif;
}

.content h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 40px 0;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-family: "Zen Old Mincho", serif;
  color: #4b4b4b;
}

.content ul {
  margin: 40px 0;
}

.content ul li {
  font-size: 16px;
  margin-top: 10px;
  padding-left: 18px;
  position: relative;
}

.content ul li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 11px;
  border-color: transparent transparent transparent #ce0c0f;
  left: 0;
  top: 10px;
}

.content ol {
  counter-reset: number;
  list-style: none;
  margin: 40px 0;
}

.content ol li {
  font-size: 16px;
  margin-top: 10px;
  padding: 8px 0 8px 25px;
  position: relative;
}

.content ol li::before {
  align-items: center;
  box-sizing: border-box;
  color: #6d352c;
  content: counter(number)".";
  counter-increment: number;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  justify-content: flex-end;
  left: 0;
  line-height: 1.7;
  position: absolute;
  top: 7px;
  width: 20px;
}

.content a {
  color: #6d352c;
  margin: 40px 0;
  text-decoration: underline;
}

.content p {
  font-size: 16px;
  margin: 40px 0;
}

.content p.strong {
  font-weight: bold;
}

.content p .red {
  color: red;
}

.content table {
  border-collapse: collapse;
  border-left: 1px solid #555555;
  border-top: 1px solid #555555;
  margin: 40px 0;
  width: 100%;
}

.content .content-form table {
  border-collapse: collapse;
  border-left: 1px solid #555555;
  border-top: 1px solid #555555;
}

.content tr {
  width: 100%;
}

.content tr th {
  border-bottom: 1px solid #555555;
  border-right: 1px solid #555555;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  width: 200px!important;
}

.content tr th *:first-child {
  margin-top: 0;
}

.content tr th *:last-child {
  margin-bottom: 0;
}

.content tr td {
  border-right: 1px solid #555555;
  border-bottom: 1px solid #555555;
  font-size: 16px;
  margin: 0;
  padding: 22px 20px;
  vertical-align: top;
  width: calc(100% - 200px)!important;
}

.content tr td *:first-child {
  margin-top: 0;
}

.content tr td *:last-child {
  margin-bottom: 0;
}

.content .aligncenter {
  display: block;
  margin: 40px auto;
}

.content .alignright {
  float: right;
  margin: 0 0 0 40px;
}

.content .alignleft {
  float: left;
  margin: 0 40px 0 0;
}

.content .wp-caption-text {
  margin: 20px 0;
}

.clear {
  clear: both;
}

.content * {
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
}

.content .content-form legend {
  font-size: 16px;
}

.content input, .content button, .content select, .content textarea {
  font-family: "Zen Old Mincho", serif;
  border: inherit;
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  padding: 7px;
}

.content .content-form input, .content .content-form textarea, .content .content-form select {
  font-size: 14px;
  padding: 7px;
}

.content input[type="checkbox"], .content input[type="radio"] {
  opacity: inherit;
}

@media screen and (max-width: 767px) {
  .top_interior_ttl+.content {
    margin-top: 40px;
  }
  .content.margin_head {
    margin: 40px 0 20px;
  }
  .content h2 {
    font-size: 24px;
    margin: 40px 0;
    padding: 0 0 20px 0;
  }
  .content h3 {
    font-size: 20px;
    margin: 20px auto;
  }
  .content h4 {
    font-size: 18px;
    margin: 20px 0;
  }
  .content ul {
    margin: 20px 0;
  }
  .content ol {
    margin: 20px 0;
  }
  .content a {
    margin: 20px 0;
  }
  .content p {
    font-size: 13px;
    margin: 20px 0;
  }
  .content ul {
    margin: 20px 0;
  }
  .content ul li {
    font-size: 13px;
    margin-top: 7px;
    padding-left: 15px;
  }
  .content ul li::before {
    border-width: 4px 0 4px 9px;
    top: 8px;
  }
  .content ol {
    margin: 20px 0;
  }
  .content ol li {
    font-size: 13px;
    margin-top: 7px;
    padding: 0 0 0 17px;
  }
  .content ol li::before {
    font-size: 13px;
    height: auto;
    top: 2px;
    width: 15px;
  }
  .content table {
    margin: 20px 0;
  }
  .content tr th {
    font-size: 13px;
    padding: 10px;
    text-align: left;
    width: 100px!important;
  }
  .content tr td {
    font-size: 13px;
    padding: 11px 10px;
    width: calc(100% - 100px)!important;
  }
  .content .aligncenter {
    margin: 20px auto;
  }
  .content .alignright {
    float: none;
    margin: 20px auto;
  }
  .content .alignleft {
    float: none;
    margin: 20px auto;
  }
  .content .wp-caption-text {
    margin: 20px 0;
  }
  .content * {
    font-size: 14px;
  }
}