@charset "UTF-8";
.mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media print, screen and (min-width: 768px) {
  .h_logo {
    width: 9.375rem;
    margin-left: 1.5rem;
  }
  .h_logo a {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  .h_logo a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .h_logo {
    width: 27.0666666667vw;
    margin-left: 3.2vw;
  }
}

/*pro_main_header
--------------------*/
#pro_main_header {
  background: #000;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #pro_main_header {
    height: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  #pro_main_header {
    height: 12vw;
  }
}

/*proHeader
--------------------*/
#proHeader {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  left: 0;
  background: #1A1A1A;
}
#proHeader .products_logo img {
  width: auto;
}
#proHeader .ec_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  background: #0060F4;
  color: #fff;
}
#proHeader .custom_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  #proHeader {
    height: 5.625rem;
  }
  #proHeader .products_logo {
    margin-left: 1.5rem;
  }
  #proHeader .products_logo img {
    height: 3.125rem;
  }
  #proHeader .products_logo a {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  #proHeader .products_logo a:hover {
    opacity: 0.7;
  }
  #proHeader .ec_btn {
    width: 12.5rem;
    height: 2.8rem;
    font-size: 1.125rem;
    border-radius: 0.2rem;
    border: 1px solid #0060F4;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  #proHeader .ec_btn img {
    width: 1.59375rem;
    margin-right: 0.5625rem;
  }
  #proHeader .ec_btn:hover {
    background-color: transparent;
  }
  #proHeader .prodct_nav_cont {
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 1.625rem;
  }
  #proHeader .products_nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1rem;
  }
  #proHeader .products_nav li {
    margin-right: 2.375rem;
  }
  #proHeader .products_nav li a:hover {
    text-decoration: underline;
  }
  #proHeader .custom_btn {
    width: 12.5rem;
    height: 2.8rem;
    border: 1px solid;
    font-size: 1.125rem;
    border-radius: 0.2rem;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  #proHeader .custom_btn:not(:last-child) {
    margin-right: 1.1875rem;
  }
}
@media only screen and (max-width: 767px) {
  #proHeader {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 12vw;
  }
  #proHeader .products_logo {
    margin-left: 3.2vw;
  }
  #proHeader .products_logo img {
    height: 6.6666666667vw;
  }
  #proHeader .prodct_nav_cont {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 2.6666666667vw 0;
    display: none;
  }
  #proHeader .products_nav {
    font-size: 0.845rem;
    text-align: center;
  }
  #proHeader .products_nav li a {
    width: 100%;
    height: 12.5333333333vw;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  #proHeader .ec_btn {
    width: 93.3333333333vw;
    height: 12vw;
    margin: 4vw auto 0;
    font-size: 0.845rem;
    border-radius: 0.6666666667vw;
  }
  #proHeader .ec_btn img {
    width: 4.8vw;
    margin-right: 0.9333333333vw;
  }
  #proHeader .prodct_nav_btn {
    width: 5.3333333333vw;
    height: 4.5333333333vw;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-right: 3.2vw;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  #proHeader .prodct_nav_btn span, #proHeader .prodct_nav_btn::after, #proHeader .prodct_nav_btn::before {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    width: 100%;
    height: 0.5333333333vw;
    background: #fff;
  }
  #proHeader .prodct_nav_btn::after, #proHeader .prodct_nav_btn::before {
    content: "";
    display: block;
  }
  #proHeader .prodct_nav_btn.open {
    rotate: 45deg;
    position: relative;
  }
  #proHeader .prodct_nav_btn.open span {
    scale: 0 0;
  }
  #proHeader .prodct_nav_btn.open::before {
    position: absolute;
    top: 50%;
    z-index: 0;
    translate: 0 -50%;
  }
  #proHeader .prodct_nav_btn.open::after {
    position: absolute;
    top: 50%;
    z-index: 0;
    -webkit-transform: translate(0, -50%) rotate(-90deg) scale(1, 1) skew(0deg, 0deg);
    -ms-transform: translate(0, -50%) rotate(-90deg) scale(1, 1) skew(0deg, 0deg);
    transform: translate(0, -50%) rotate(-90deg) scale(1, 1) skew(0deg, 0deg);
  }
  #proHeader .custom_btn {
    width: 93.3333333333vw;
    height: 12vw;
    margin: 4vw auto 0;
    font-size: 0.845rem;
    border-radius: 0.6666666667vw;
  }
}

.block-section.no-post p {
  text-align: center;
}
.block-section .inner {
  margin: auto;
  width: 93.2291666667%;
}
.block-section strong {
  font-weight: bold;
}
.block-section em {
  font-style: italic;
}
.block-section table td {
  border: 1px solid #000000;
}
.block-section ul, .block-section ol {
  margin-left: 1.5em;
}
.block-section ul {
  list-style: circle;
}
.block-section ol {
  list-style: decimal;
}
.block-section h1, .block-section h2, .block-section h3, .block-section h5 {
  font-weight: bold;
}
.block-section h1 {
  font-size: 2em;
}
.block-section h2 {
  font-size: 1.5em;
}
.block-section h3 {
  font-size: 1.17em;
}
.block-section h4 {
  font-size: 1.17em;
}
.block-section h5 {
  font-size: 1.05em;
}
.block-section h6 {
  font-size: 1.05em;
}
.block-section a {
  color: #0000ff;
  text-decoration: underline;
}
.block-section .img {
  text-align: center;
}
.block-section .img a {
  display: block;
}
.block-section .img img {
  width: auto;
  max-width: 100%;
}
.block-section figcaption {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .block-section {
    font-size: 0.9375rem;
    padding: 2.75rem 0 3.25rem;
  }
  .block-section h1 {
    font-size: 2em;
  }
  .block-section h2 {
    font-size: 1.5em;
  }
  .block-section h3 {
    font-size: 1.17em;
  }
  .block-section h4 {
    font-size: 1.17em;
  }
  .block-section h5 {
    font-size: 1.05em;
  }
  .block-section h6 {
    font-size: 1.05em;
  }
  .block-section a:hover {
    text-decoration: none;
  }
  .block-section .img {
    text-align: center;
  }
  .block-section .img a {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  .block-section .img a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .block-section {
    font-size: 0.875rem;
    padding: 7.3333333333vw 0;
  }
  .block-section h1 {
    font-size: 1.5em;
  }
  .block-section h2 {
    font-size: 1.25em;
  }
  .block-section h3 {
    font-size: 1.17em;
  }
  .block-section h4 {
    font-size: 1.17em;
  }
  .block-section h5 {
    font-size: 1.05em;
  }
  .block-section h6 {
    font-size: 1.05em;
  }
}

@media print, screen and (min-width: 768px) {
  .full_txt_wrap .full_txt {
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 2;
    margin-top: calc(0px - (1em * 2 - 1em) / 2);
    margin-bottom: calc(0px - (1em * 2 - 1em) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .full_txt_wrap .full_txt {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.7307692308;
    margin-top: calc(0px - (1em * 1.7307692308 - 1em) / 2);
    margin-bottom: calc(0px - (1em * 1.7307692308 - 1em) / 2);
  }
}

.tit {
  line-height: 1.4;
  padding: 0.3em 0;
}
.tit.underLine {
  border-bottom: 2px solid;
}
.tit.leftLine {
  border-left: 5px solid;
  padding-left: 0.8em;
}
.tit:not(:last-child) {
  margin-bottom: 1em;
}
.tit .new_icon {
  display: inline-block;
  font-size: clamp(14px, 2.0833333333vw, 16px);
  line-height: 1.2;
  background: #b1221a;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  margin-right: 0.5em;
  transform: translateY(-2px);
}

.txt {
  line-height: 2;
  margin-top: calc(0px - (1em * 2 - 1em) / 2);
}
.txt:last-child {
  margin-bottom: calc(0px - (1em * 2 - 1em) / 2);
}
.txt:not(:last-child) {
  margin-bottom: calc(1.75em - (1em * 2 - 1em) / 2);
}
.txt a {
  color: #0000ff;
  text-decoration: underline;
}

.column_area:not(:last-child) {
  margin-bottom: 2.75rem;
}
.column_area .img, .column_area .panorama-box, .column_area .movie {
  aspect-ratio: 16/9;
}
.column_area .img img, .column_area .img video, .column_area .panorama-box img, .column_area .panorama-box video, .column_area .movie img, .column_area .movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit:cover; object-position:50% 50%; ";
}
.column_area .img {
  margin-bottom: 0 !important;
}
.column_area .img.no-fixed {
  aspect-ratio: unset;
}
.column_area .img.no-fixed img {
  height: auto;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .column_area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .column_area > *:not(:last-child) {
    margin-bottom: colVw(16);
  }
}
.column_area.padding_box_wrap .column_box > .txt, .column_area.padding_box_wrap .column_box .tit, .column_area.padding_box_wrap .column_box .editor {
  width: calc(100% - 1.88rem);
  margin-left: auto;
  margin-right: auto;
}
.column_area.padding_box_wrap .column_box > .txt:first-child, .column_area.padding_box_wrap .column_box .tit:first-child, .column_area.padding_box_wrap .column_box .editor:first-child {
  margin-top: 1.75rem;
}
.column_area.padding_box_wrap .column_box > .txt:last-child, .column_area.padding_box_wrap .column_box .tit:last-child, .column_area.padding_box_wrap .column_box .editor:last-child {
  margin-bottom: 1.75em;
}
.column_area.padding_box_wrap .column_box .btn_wrap:first-child {
  margin-top: 1.75rem;
}
.column_area.padding_box_wrap .column_box .btn_wrap:last-child {
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .column05 > * {
    width: 19%;
  }
  .column05 > *:not(:nth-child(5n)) {
    margin-right: 1.25%;
  }
  .column05 > *:not(:nth-child(-n+5)) {
    margin-top: 1.25%;
  }
}

@media print, screen and (min-width: 768px) {
  .column04 > * {
    width: 24%;
  }
  .column04 > *:not(:nth-child(4n)) {
    margin-right: 1.3333333333%;
  }
  .column04 > *:not(:nth-child(-n+4)) {
    margin-top: 1.3333333333%;
  }
}

@media print, screen and (min-width: 768px) {
  .column03 > * {
    width: 32%;
  }
  .column03 > *:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .column03 > *:not(:nth-child(-n+3)) {
    margin-top: 2%;
  }
}

@media print, screen and (min-width: 768px) {
  .column02 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .column02 > * {
    width: 49%;
  }
  .column02 > *:not(:nth-of-type(-n + 2)) {
    margin-top: 2%;
  }
}

@media only screen and (max-width: 767px) {
  .column_area {
    display: grid;
    row-gap: 1.5em;
  }
  .column_area .column_box {
    padding-bottom: 1em;
  }
}

/*tereko_wrap
--------------------------------*/
@media print, screen and (min-width: 768px) {
  .tereko_wrap .column02:nth-child(even) > *:nth-child(odd) {
    order: 1;
  }
}

.img, .movie, .panorama_wrap, .wp-block-flexible-table-block-table {
  display: block;
}
.img:not(:last-child), .movie:not(:last-child), .panorama_wrap:not(:last-child), .wp-block-flexible-table-block-table:not(:last-child) {
  margin-bottom: 1.75rem;
}

/*yt_box
-----------*/
.yt_box {
  overflow: hidden;
  position: relative;
}
.yt_box a {
  display: block;
}
.yt_box a::after {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-image: url("../img/pro/yt_btn02.png");
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  translate: -50% -50%;
  aspect-ratio: 1/1;
}
.yt_box:not(:last-child) {
  margin-bottom: 1.75rem;
}
.yt_box .caption {
  text-align: center;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .yt_box a::after {
    width: 6rem;
  }
  .yt_box a:hover img {
    scale: 1.1 1.1;
  }
}
@media only screen and (max-width: 767px) {
  .yt_box a::after {
    width: colVw(131);
  }
}

/*ytThum
-----------*/
.ytThum {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.ytThum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit:cover; object-position:50% 50%; ";
}
@media print, screen and (min-width: 768px) {
  .ytThum img {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
}

/*btn
-----------*/
.btn_wrap .btn {
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 5px solid;
  color: inherit;
}
.btn_wrap .btn span {
  margin: auto;
}
.btn_wrap .btn.typ01 {
  border-radius: 0.3rem;
}
.btn_wrap .btn.icon_right i {
  margin: 0 1.5em 0 0;
  order: 1;
}
.btn_wrap .btn.icon_right.icon_line span {
  padding-left: 0.75em;
}
.btn_wrap .btn.icon_left i {
  margin: 0 0 0 1.5em;
}
.btn_wrap .btn.icon_left.icon_line span {
  order: 1;
  padding-right: 0.75em;
}
.btn_wrap .btn.icon_line::after {
  content: "";
  display: block;
  width: 2px;
  height: 75%;
  background-color: #000;
  margin: 0.75em;
}
.btn_wrap .btn:not(.icon_line) span {
  padding: 0 0.75em;
}
@media print, screen and (min-width: 768px) {
  .btn_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn_wrap .btn {
    margin: 0 0.625rem 0.625rem;
    height: 3.75rem;
    width: 16.25rem;
    max-width: 100%;
  }
  .btn_wrap .btn.typ02 {
    border-radius: 1.875rem;
  }
  .btn_wrap .btn:hover {
    border-bottom-width: 1px;
    translate: 0 4px;
  }
  .btn_wrap:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn_wrap .btn {
    width: 70%;
    margin: 0 auto;
    height: 3.75rem;
    max-width: 100%;
  }
  .btn_wrap .btn:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .btn_wrap .btn.typ02 {
    border-radius: 1.875rem;
  }
  .btn_wrap:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}

/*editor
-----------*/
.editor > * {
  line-height: 2;
  margin-top: calc(0px - (1em * 2 - 1em) / 2);
}
.editor > *:last-child {
  margin-bottom: calc(0px - (1em * 2 - 1em) / 2);
}
.editor > *:not(:last-child) {
  margin-bottom: calc(1.75em - (1em * 2 - 1em) / 2);
}
.editor:not(:last-child) {
  margin-bottom: 1.75rem;
}

/*panorama-box
-----------*/
.panorama-box {
  overflow: hidden;
  position: relative;
}
.panorama-box::after {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-image: url("../img/madori/icon_3d.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  translate: -50% -50%;
  opacity: 0.7;
  aspect-ratio: 50/37;
}
.panorama-box:not(:last-child) {
  margin-bottom: 1.75rem;
}
@media print, screen and (min-width: 768px) {
  .panorama-box::after {
    width: 6.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .panorama-box::after {
    width: colVw(100);
  }
}

table .btn {
  text-decoration: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #0060F4;
  padding: 0 0.8em;
  height: 2em;
  color: #fff;
  border-radius: 1em;
  font-size: 0.8em;
  min-width: 5em;
}
@media print, screen and (min-width: 768px) {
  table .btn:hover {
    opacity: 0.7;
  }
}
/*post_thum
------------------------------------*/
.post_thum {
  aspect-ratio: 16/9;
}
.post_thum a {
  display: block;
  height: 100%;
}
.post_thum img:not(.dmy) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit:cover; object-position:50% 50%; ";
}
.post_thum img.dmy {
  background: #4d4d4d;
  padding: 10%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  font-family: "object-fit:contain; object-position:50% 50%; ";
}
@media print, screen and (min-width: 768px) {
  .post_thum {
    overflow: hidden;
  }
  .post_thum a img {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  .post_thum a:hover img {
    scale: 1.08 1.08;
  }
}

.archive_item .txt_area a {
  color: inherit;
  text-decoration: none;
}
.archive_item .txt_area .date {
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .archive_item .post_thum {
    margin-bottom: 0.9375rem;
  }
  .archive_item .txt_area .post_tit {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.6666666667;
    margin-top: calc(0px - (1em * 1.6666666667 - 1em) / 2);
  }
  .archive_item .txt_area .post_tit:last-child {
    margin-bottom: calc(0px - (1em * 1.6666666667 - 1em) / 2);
  }
  .archive_item .txt_area .post_tit:not(:last-child) {
    margin-bottom: calc(0.9375rem - (1em * 1.6666666667 - 1em) / 2);
  }
  .archive_item .txt_area .post_tit a:hover {
    text-decoration: underline;
  }
  .archive_item .txt_area .item_option {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: flex-end;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.4166666667;
    margin-top: calc(0px - (1em * 1.4166666667 - 1em) / 2);
    margin-bottom: calc(0px - (1em * 1.4166666667 - 1em) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .archive_item .post_thum {
    margin-bottom: colVw(11);
  }
  .archive_item .txt_area .post_tit {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.4166666667;
    margin-top: calc(0px - (1em * 1.4166666667 - 1em) / 2);
  }
  .archive_item .txt_area .post_tit:last-child {
    margin-bottom: calc(0px - (1em * 1.4166666667 - 1em) / 2);
  }
  .archive_item .txt_area .post_tit:not(:last-child) {
    margin-bottom: calc(colVw(13) - (1em * 1.4166666667 - 1em) / 2);
  }
  .archive_item .txt_area .item_option {
    font-size: 0.5625rem;
    font-weight: 400;
    line-height: 1.4166666667;
    margin-top: calc(0px - (1em * 1.4166666667 - 1em) / 2);
    margin-bottom: calc(0px - (1em * 1.4166666667 - 1em) / 2);
  }
}

.archive_item_btn .post_thum {
  margin-bottom: colVw(11);
}
.archive_item_btn .txt_area {
  margin-top: 1.5rem;
}
.archive_item_btn .post_tit {
  margin: 0 0.625rem;
  text-align: center;
}
.archive_item_btn .btn_wrap .btn {
  color: #fff;
  background: #614c3b;
  border-color: #a09389;
}
@media print, screen and (min-width: 768px) {
  .archive_item_btn .txt_area .post_tit {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: calc(0px - (1em * 1.5 - 1em) / 2);
  }
  .archive_item_btn .txt_area .post_tit:last-child {
    margin-bottom: calc(0px - (1em * 1.5 - 1em) / 2);
  }
  .archive_item_btn .txt_area .post_tit:not(:last-child) {
    margin-bottom: calc(1.5rem - (1em * 1.5 - 1em) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .archive_item_btn .txt_area .post_tit {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: calc(0px - (1em * 1.5 - 1em) / 2);
  }
  .archive_item_btn .txt_area .post_tit:last-child {
    margin-bottom: calc(0px - (1em * 1.5 - 1em) / 2);
  }
  .archive_item_btn .txt_area .post_tit:not(:last-child) {
    margin-bottom: calc(1.25rem - (1em * 1.5 - 1em) / 2);
  }
}

/*post-navigation
------------------------------------*/
.post-navigation .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.post-navigation .post-nav-next, .post-navigation .post-nav-prev {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  max-width: 48%;
  padding: 1.5em;
  font-size: 0.75em;
  line-height: 1.4;
}
.post-navigation .post-nav-next {
  text-align: right;
  margin-left: auto;
}
.post-navigation .post-nav-next::after {
  content: "≫";
  margin-left: 0.75em;
}
.post-navigation .post-nav-prev::after {
  content: "≪";
  margin-right: 0.75em;
  order: -1;
}
@media print, screen and (min-width: 768px) {
  .post-navigation {
    padding: 2.75rem 0 3.25rem;
  }
  .post-navigation .post-nav-next, .post-navigation .post-nav-prev {
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
  }
  .post-navigation .post-nav-next:hover, .post-navigation .post-nav-prev:hover {
    background: #ccc;
  }
}
@media only screen and (max-width: 767px) {
  .post-navigation {
    padding: 7.3333333333vw 0;
  }
  .post-navigation .inner {
    margin: auto;
    width: 93.2291666667%;
  }
  .post-navigation .post-nav-next, .post-navigation .post-nav-prev {
    padding: 1em 0.75em;
  }
}

.wp-block-contact-form-7-contact-form-selector .btn_wrap {
  display: block;
}
.wp-block-contact-form-7-contact-form-selector .btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #102E9E;
  border-radius: 0.3125rem;
  color: #fff;
  cursor: pointer;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  letter-spacing: 0.2em;
  border: 1px solid #102E9E;
}
@media print, screen and (min-width: 768px) {
  .wp-block-contact-form-7-contact-form-selector .btn_wrap {
    margin-top: 3.125rem;
  }
  .wp-block-contact-form-7-contact-form-selector .btn {
    width: 28.5rem;
    height: 4rem;
  }
  .wp-block-contact-form-7-contact-form-selector .btn:hover {
    color: #102E9E;
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-contact-form-7-contact-form-selector .btn_wrap {
    margin-top: 12.8205128205vw;
  }
  .wp-block-contact-form-7-contact-form-selector .btn {
    width: 90.7692307692vw;
    height: 4rem;
  }
}

.form_box {
  border-bottom: 1px solid #000;
}
.form_box dt span {
  display: block;
  font-size: 0.8em;
  color: #A2A8BE;
  font-weight: 400;
}
.form_box dt.required::before {
  content: "※必須";
  display: block;
  font-size: 0.8em;
  color: #D64200;
}
.form_box dd {
  line-height: 1.6;
}
.form_box input {
  font-size: 16px;
}
.form_box input[type=text], .form_box input[type=email] {
  width: 100%;
}
.form_box input.zip {
  width: 8em;
}
.form_box textarea {
  font-size: 16px;
  height: 4em;
}
@media print, screen and (min-width: 768px) {
  .form_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 1.125rem;
  }
  .form_box dt {
    width: 35%;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.6;
    padding-top: 0.375rem;
  }
  .form_box dt span {
    display: block;
    font-size: 0.8em;
    color: #A2A8BE;
    font-weight: 400;
  }
  .form_box dt.required {
    padding-top: 0;
  }
  .form_box dd {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 65%;
    padding-left: 1.125rem;
  }
  .form_box dd .other_txt {
    margin-left: 1em;
  }
  .form_box input {
    padding: 0.5rem;
  }
  .form_box input[type=tel] {
    width: 50%;
  }
  .form_box input.zip {
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
  }
  .form_box input.other_item {
    width: calc(100% - 5.5em);
    margin-left: 0.5rem;
  }
  .form_box textarea {
    padding: 0.5rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .form_box {
    padding: 4.6153846154vw;
  }
  .form_box dt {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 2.5641025641vw;
  }
  .form_box dt.required::before {
    margin-left: auto;
    order: 1;
  }
  .form_box dd {
    width: 100%;
  }
  .form_box input {
    padding: 0.5rem;
  }
  .form_box input.zip {
    margin-bottom: 2.0512820513vw;
    margin-left: 2.0512820513vw;
  }
  .form_box input.other_item {
    margin-top: 2.0512820513vw;
    width: calc(100% - 3.6em);
    margin-left: 0.5rem;
  }
  .form_box textarea {
    padding: 0.5rem;
    width: 100%;
  }
  .form_box .wpcf7-list-item.first {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .layout_templates-template-single-mhd_templates .site-main,
  .layout_templates-template-single-mhd_cat_templates .site-main {
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .layout_templates-template-single-mhd_templates .site-main,
  .layout_templates-template-single-mhd_cat_templates .site-main {
    margin-bottom: 4rem;
  }
}
.layout_templates-template-single-mhd_templates .mhd14_cart_unit,
.layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit {
  max-width: 800px;
  width: 90%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aa8668;
  padding: 1rem;
}
.layout_templates-template-single-mhd_templates .mhd14_cart_unit figure,
.layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit figure {
  width: 6.875rem;
}
.layout_templates-template-single-mhd_templates .mhd14_cart_unit .mhd14_cart_right,
.layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit .mhd14_cart_right {
  width: fit-content;
}
.layout_templates-template-single-mhd_templates .mhd14_cart_unit .mhd14_cart_right .item_name,
.layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit .mhd14_cart_right .item_name {
  font-size: 1.375rem;
  font-weight: 700;
}
.layout_templates-template-single-mhd_templates .mhd14_cart_unit .mhd14_cart_right .btn_wrap,
.layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit .mhd14_cart_right .btn_wrap {
  margin-top: 1rem;
}
.layout_templates-template-single-mhd_templates .mhd14_cart_unit .mhd14_cart_right .btn_wrap .btn.icon_line::after,
.layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit .mhd14_cart_right .btn_wrap .btn.icon_line::after {
  background-color: #fff;
}
.layout_templates-template-single-mhd_templates .mhd14_cart_unit .mhd14_cart_right .btn_wrap a,
.layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit .mhd14_cart_right .btn_wrap a {
  background-color: #ff6c00;
  border-color: #ffa666;
  color: #fff;
  margin: 0;
}
.layout_templates-template-single-mhd_templates .mhd14_cart_unit .mhd14_cart_right .btn_wrap a span,
.layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit .mhd14_cart_right .btn_wrap a span {
  order: 1;
  padding-right: 0.75em;
}
@media print, screen and (min-width: 768px) {
  .layout_templates-template-single-mhd_templates .mhd14_cart_unit,
  .layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit {
    column-gap: 1.5rem;
  }
  .layout_templates-template-single-mhd_templates .mhd14_cart_unit .mhd14_cart_right .item_name,
  .layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit .mhd14_cart_right .item_name {
    font-size: 1.375rem;
  }
  .layout_templates-template-single-mhd_templates .mhd14_cart_unit .mhd14_cart_right .btn_wrap,
  .layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit .mhd14_cart_right .btn_wrap {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .layout_templates-template-single-mhd_templates .mhd14_cart_unit,
  .layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit {
    column-gap: 1rem;
  }
  .layout_templates-template-single-mhd_templates .mhd14_cart_unit .mhd14_cart_right .item_name,
  .layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit .mhd14_cart_right .item_name {
    font-size: 1.125rem;
  }
  .layout_templates-template-single-mhd_templates .mhd14_cart_unit .mhd14_cart_right .btn_wrap,
  .layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit .mhd14_cart_right .btn_wrap {
    margin-top: 0.75rem;
  }
  .layout_templates-template-single-mhd_templates .mhd14_cart_unit .mhd14_cart_right .btn_wrap .btn,
  .layout_templates-template-single-mhd_cat_templates .mhd14_cart_unit .mhd14_cart_right .btn_wrap .btn {
    width: 100%;
  }
}
.layout_templates-template-single-mhd_templates .iecam_entry .iecam_entry_in,
.layout_templates-template-single-mhd_cat_templates .iecam_entry .iecam_entry_in {
  display: inline-block;
  color: #fff;
  background: #614c3b;
  border-radius: 100vmax;
  padding: 0.625rem 1.5rem;
  font-weight: 700;
}
.layout_templates-template-single-mhd_templates .iecam_entry .iecam_entry_in span,
.layout_templates-template-single-mhd_cat_templates .iecam_entry .iecam_entry_in span {
  margin-right: 0.25rem;
}
@media print, screen and (min-width: 768px) {
  .layout_templates-template-single-mhd_templates .iecam_entry,
  .layout_templates-template-single-mhd_cat_templates .iecam_entry {
    text-align: right;
    margin-bottom: 2.5rem;
  }
  .layout_templates-template-single-mhd_templates .iecam_entry .iecam_entry_in,
  .layout_templates-template-single-mhd_cat_templates .iecam_entry .iecam_entry_in {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .layout_templates-template-single-mhd_templates .iecam_entry,
  .layout_templates-template-single-mhd_cat_templates .iecam_entry {
    text-align: center;
    margin-bottom: 1.75rem;
  }
  .layout_templates-template-single-mhd_templates .iecam_entry .iecam_entry_in,
  .layout_templates-template-single-mhd_cat_templates .iecam_entry .iecam_entry_in {
    font-size: 1rem;
  }
}
.layout_templates-template-single-mhd_templates .post_thum,
.layout_templates-template-single-mhd_cat_templates .post_thum {
  aspect-ratio: 3/2;
}
.layout_templates-template-single-mhd_templates .iecam_cat_tb,
.layout_templates-template-single-mhd_cat_templates .iecam_cat_tb {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .layout_templates-template-single-mhd_templates .iecam_cat_tb tr,
  .layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr {
    display: block;
  }
}
.layout_templates-template-single-mhd_templates .iecam_cat_tb tr th, .layout_templates-template-single-mhd_templates .iecam_cat_tb tr td,
.layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr th,
.layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr td {
  font-size: 1rem;
  padding: 1rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .layout_templates-template-single-mhd_templates .iecam_cat_tb tr th, .layout_templates-template-single-mhd_templates .iecam_cat_tb tr td,
  .layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr th,
  .layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr td {
    display: block;
    font-size: 0.875rem;
    padding: 0.75rem 0.75rem;
    border: solid 1px #614c3b !important;
  }
}
.layout_templates-template-single-mhd_templates .iecam_cat_tb tr th,
.layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr th {
  color: #fff;
  background: #614c3b;
  border-top: solid 1px #fff;
}
@media only screen and (max-width: 767px) {
  .layout_templates-template-single-mhd_templates .iecam_cat_tb tr th,
  .layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr th {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .layout_templates-template-single-mhd_templates .iecam_cat_tb tr th,
  .layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr th {
    width: 25%;
    white-space: nowrap;
  }
}
.layout_templates-template-single-mhd_templates .iecam_cat_tb tr td,
.layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr td {
  border: solid 1px #614c3b;
}
.layout_templates-template-single-mhd_templates .iecam_cat_tb tr td .flex_td,
.layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr td .flex_td {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.layout_templates-template-single-mhd_templates .iecam_cat_tb tr td a,
.layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr td a {
  display: inline-block;
  text-decoration: none;
  color: #614c3b;
  border: solid 1px #614c3b;
  padding: 0.25rem 0.375rem;
}
@media print, screen and (min-width: 768px) {
  .layout_templates-template-single-mhd_templates .iecam_cat_tb tr td a,
  .layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr td a {
    transition: 0.3s ease-in-out;
  }
  .layout_templates-template-single-mhd_templates .iecam_cat_tb tr td a:hover,
  .layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr td a:hover {
    background: #ede5e5;
  }
}
@media print, screen and (min-width: 768px) {
  .layout_templates-template-single-mhd_templates .iecam_cat_tb tr td,
  .layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr td {
    width: 75%;
  }
}
.layout_templates-template-single-mhd_templates .iecam_cat_tb tr:first-of-type th,
.layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr:first-of-type th {
  border-top: solid 1px #614c3b;
}
.layout_templates-template-single-mhd_templates .iecam_cat_tb tr:last-of-type th,
.layout_templates-template-single-mhd_cat_templates .iecam_cat_tb tr:last-of-type th {
  border-bottom: solid 1px #614c3b;
}

.layout_templates-template-single-mhd_cat_templates .iecam_cat {
  text-align: center;
  color: #fff;
  background: #614c3b;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  width: fit-content;
  margin: 2rem auto 0;
}
@media print, screen and (min-width: 768px) {
  .layout_templates-template-single-mhd_cat_templates .iecam_cat {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .layout_templates-template-single-mhd_cat_templates .iecam_cat {
    font-size: 1.125rem;
  }
}
.layout_templates-template-single-mhd_cat_templates .column_box {
  border: solid 1px solid #e9d7d7;
  background-color: #e9d7d7;
}

.iecam_bnr {
  max-width: 800px;
  width: 90%;
  margin: 2rem auto 0;
}
.iecam_bnr a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .iecam_bnr {
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .iecam_bnr {
    margin-bottom: 4rem;
  }
}/*# sourceMappingURL=layout_templates.css.map */