@charset "UTF-8";

/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");

/*------------------------------------------------------
Cancellation
------------------------------------------------------*/
/*calcDefault-Between---1920pxand375px*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  font-size: calc(1.6rem + (1vw - 19.2px) * 0.1294);
  /*1.6rem-1.4rem*/
  font-weight: 400;
}
* {
  box-sizing: border-box;
}
body.mobile #mainImg,
body.mobile #breadcrumb {
  margin-top: 0;
}
body.mobile {
  margin-top: 0;
}
#mainImg {
  padding-bottom: 0;
}
body.mobile #mainImg {
  margin-top: 60px;
}
.home #content {
  padding: 0;
}
#wrapper,
#content,
.post {
  overflow: visible !important;
}

/*--見出し--------------------------------------------*/
h1.title,
.post h1,
.post h2,
.post2b h2,
.post4b h2,
h2.title,
.post h3,
.post h4 {
  line-height: 1.6;
  background: none;
}
.post h1 span,
.post h2 span,
.post h3 span,
.post h4 span {
  padding: 0;
}
h1.title:first-child,
.post h1:first-child,
#front-sectionPost h1:first-child,
.post h2:first-child,
.post h3:first-child,
.post h3.col-in-h3:first-child,
.post h4:first-child {
  margin-top: 0;
}

/*--パンくずリスト--------------------------------------------*/
#breadcrumb {
  padding: 12px 0;
}
#breadcrumb ul {
  width: 98%;
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}
#breadcrumb ul li {
  float: none;
}
#breadcrumb ul li:first-child {
  margin-left: 0;
}

/*--お問い合わせフォーム--------------------------------------------*/
.wpcf7-form {
  padding: 0;
}
span.wpcf7-list-item {
  margin: 0 10px 0 0;
}
.wpcf7-form .must,
.wpcf7-form .option {
  font-size: 75%;
}

/*--デフォルトリンクボタン--------------------------------------------*/
.linkBtn {
  padding: 1.6rem 3.2rem 1.6rem 3.2rem;
  position: relative;
  border-radius: 5px;
  line-height: 1.8;
  transition: all 0.3s;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
}
.linkBtn a {
  color: #fff;
}
.linkBtn input[type=submit] {
  background: none;
  padding: inherit;
}
.linkBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-top: -3px;
}
input.linkBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-top: -3px;
}
.post .linkBtn {
  padding: 1.6rem 3.2rem 1.6rem 3.2rem;
  position: relative;
  color: #fff;
  border-radius: 5px;
  line-height: 1.8;
  transition: all 0.3s;
}
.post .linkBtn input[type=submit] {
  background: none;
  padding: inherit;
}
.post .linkBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-top: -3px;
}
.post input.linkBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-top: -3px;
}
.linkBtn {
  display: inherit;
  max-width: 500px;
  margin: 3rem auto;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.post .linkBtn input[type=submit] {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
  padding: 1rem 0 0 0;
}
@media only screen and (max-width: 640px) {
  .linkBtn {
    display: block;
    text-align: center;
  }
  .post .linkBtn {
    display: block;
    text-align: center;
  }
}

/*--リンクボタン1--------------------------------------------*/
.btn1_inner {
  text-align: center;
  width: 100%;
}
.btn1 {
  background: #000000;
  border-radius: 50px;
  border: 1px solid #000000;
  text-decoration: none;
  display: inline-block;
  padding: 1em 3em;
  transition: all 0.15s ease;
  position: relative;
  width: min(35rem, 95%);
  color: #ffffff;
}
.btn1::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #ffffff;
  top: 49%;
  right: 0;
  transition: all 0.15s ease;
}
.btn1:hover {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
  transition: all 0.3s ease;
}
.btn1:hover::before {
  width: 30px;
  background: #000000;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .btn1 {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: min(600px, 90%);
    padding: 1em 3em;
    transition: all 0.15s ease;
    position: relative;
  }
  .btn1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #fffbf9;
    top: 49%;
    right: 0;
    transition: all 0.15s ease;
  }
  .btn1:hover {
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
    transition: all 0.3s ease;
  }
  .btn1:hover::before {
    width: 30px;
    background: #000000;
    transition: all 0.3s ease;
  }
}

/*--リスト--------------------------------------------*/
.post ul {
  margin: 0;
}
.post li {
  line-height: 2;
  margin-bottom: 0;
  border-bottom: 0;
}
.post ol {
  margin: 0 0 0 1.2em;
}
.post ol:first-child {
  margin-top: 0;
}
.post ol:last-child,
.post li:last-child {
  margin-bottom: 0;
}
.post li ol li.list-decimal {
  list-style: decimal;
  margin-left: 0;
}
.post ul.list-disc li {
  list-style: disc;
  margin-left: 2.4rem;
  padding-left: 0;
}
.post .list-point li,
.post .list-check li,
.post ul.list-kome li {
  position: relative;
  padding-left: 2.4rem;
  list-style: none;
  margin-left: 0;
}
.post .list-point li:before,
.post .list-check li:before,
.post ul.list-kome li:before {
  font-family: "FontAwesome";
  font-weight: normal;
  color: #111;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0.1rem;
}
.post .list-point li:before,
.post ul li.list-point:before {
  content: "\f087";
}
.post .list-check li:before,
.post ul li.list-check:before {
  content: "\f00c";
}
.post ul.list-kome li::before,
.post ul li.list-kome::before {
  content: "※";
}

/*--liststyle reset-----*/
.post li.list-none,
.post ol li.list-none,
.post ul li.list-none {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.post li.list-none:before,
.post ol li.list-none:before,
.post ul li.list-none:before {
  content: none !important;
}

/*--テーブル--------------------------------------------*/
.post table {
  margin: 30px auto;
}
.post table th,
.post table td {
  padding: calc(10px + (1vw - 19.2px) * 0.3236) calc(15px + (1vw - 19.2px) * 0.4531);
  word-break: break-all;
}
.post table:first-child {
  margin-top: 0;
}
.post table:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .table_scroll {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table_scroll table {
    table-layout: auto;
    width: 800px;
  }
}

/*--img--------------------------------------------*/
.post img {
  padding: 0;
  border: none;
  vertical-align: bottom;
}
.post img.aligncenter {
  margin: 0 auto;
}

/*--ギャラリー--------------------------------------------*/
.gallery {
  margin: calc(50px + (1vw - 19.2px) * 1.2945) auto !important;
}
.gallery>br {
  display: none;
}
.gallery>*:last-child {
  display: block;
}
.gallery:first-child,
.gallery:nth-child(2) {
  margin-top: 0 !important;
}
.gallery:last-child {
  margin-bottom: 0 !important;
}
.gallery-item {
  margin-top: 0 !important;
  line-height: 0;
  margin-bottom: calc(20px + (1vw - 19.2px) * 0.7819);
}
.gallery-caption {
  line-height: 1.8;
  margin: 1rem auto 0 !important;
  padding: 0;
}
.gallery-columns-2 .gallery-item {
  width: 50% !important;
}
.gallery-columns-3 .gallery-item {
  width: 33.3333333333% !important;
}
.gallery-columns-4 .gallery-item {
  width: 25% !important;
}
.gallery-columns-5 .gallery-item {
  width: 20% !important;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666666667% !important;
}
.gallery-columns-1 .gallery-item img,
.gallery-columns-2 .gallery-item img,
.gallery-columns-3 .gallery-item img,
.gallery-columns-4 .gallery-item img,
.gallery-columns-5 .gallery-item img,
.gallery-columns-6 .gallery-item img {
  max-width: 95%;
}

/*---カテゴリ--------------------------------------------*/
body:not(.home) .post h2.cat-loop {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
section.widget h2 {
  border-bottom: 1px solid;
}

/*---記事詳細--------------------------------------------*/
.post_link {
  font-size: calc(1.5rem + (1vw - 19.2px) * 0.1294);
}
.dateLabel {
  padding-top: 10px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}
.pagenav {
  margin: 20px 0 0;
}
@media print,
screen and (max-width: 768px) {
  .single h1.title {
    font-size: 1.6rem;
  }
}

/*--コンテンツ--------------------------------------------*/
.post {
  margin: 0 auto;
  padding: 0;
}

/*--スマホメニュー--------------------------------------------*/
.spmenu #menu {
  padding: 0px 1px 2px 0;
}
.spmenu #menu p {
  transform: translateX(-50%);
  left: 50%;
}
.spmenu #menu span,
.spmenu #menu span:before,
.spmenu #menu span:after {
  width: 35px;
}

/*--スマホヘッダー--------------------------------------------*/
body.mobile #header .logo img {
  max-width: 180px;
}
#header .logo img {
  vertical-align: bottom;
  max-height: 80px;
}
body.mobile #header .logo .mark {
  text-align: left;
  padding-left: 5px;
}
.mobile header#h1Header {
  margin-top: 60px;
}
body.mobile.single #breadcrumb {
  margin-top: 60px;
}
@media print,
screen and (max-width: 640px) {
  /*--テーブル--------------------------------------------*/
  .post table.responsive th,
  .post table.responsive td {
    text-align: left;
  }
  /*--パンくずリスト--------------------------------------*/
  #breadcrumb ul {
    max-width: 100%;
  }
  /*--ギャラリー------------------------------------------*/
  .gallery {
    margin: 20px auto !important;
  }
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 50% !important;
  }
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    margin-bottom: 10px;
  }
  .gallery-columns-1 .gallery-item img,
  .gallery-columns-2 .gallery-item img,
  .gallery-columns-3 .gallery-item img,
  .gallery-columns-4 .gallery-item img,
  .gallery-columns-5 .gallery-item img,
  .gallery-columns-6 .gallery-item img {
    max-width: 100%;
  }
}

/*------------------------------------------
Additional contents and parts
--------------------------------------------*/
/*--inner/outer--------------------------------------------*/
.content_inner {
  margin: 0 auto;
  width: 90%;
}
.content_wrapper {
  margin: 0 auto;
  width: 100%;
}
.max_w900 {
  max-width: 900px;
}
.max_w960 {
  max-width: 960px;
}
.max_w1000 {
  max-width: 1000px;
}
.max_w1024 {
  max-width: 1024px;
}
.max_w1100 {
  max-width: 1100px;
}
.max_w1200 {
  max-width: 1200px;
}
.max_w1300 {
  max-width: 1300px;
}
.max_w1400 {
  max-width: 1400px;
}
.max_w1500 {
  max-width: 1500px;
}
.max_w1600 {
  max-width: 1600px;
}
.max_w1700 {
  max-width: 1700px;
}
.max_w1800 {
  max-width: 1800px;
}

/*--space--------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1rem !important;
}
.mt2 {
  margin-top: 2rem !important;
}
.mt3 {
  margin-top: 3rem !important;
}
.mt4 {
  margin-top: 4rem !important;
}
.mt5 {
  margin-top: 5rem !important;
}
.mt6 {
  margin-top: 6rem !important;
}
.mt7 {
  margin-top: 7rem !important;
}
.mt8 {
  margin-top: 8rem !important;
}
.mt9 {
  margin-top: 9rem !important;
}
.mt10 {
  margin-top: 10rem !important;
}
.mt15 {
  margin-top: 15rem !important;
}
.mt16 {
  margin-top: 16rem !important;
}
.mb0 {
  margin-bottom: 0rem !important;
}
.mb1 {
  margin-bottom: 1rem !important;
}
.mb2 {
  margin-bottom: 2rem !important;
}
.mb3 {
  margin-bottom: 3rem !important;
}
.mb4 {
  margin-bottom: 4rem !important;
}
.mb5 {
  margin-bottom: 5rem !important;
}
.mb6 {
  margin-bottom: 6rem !important;
}
.mb7 {
  margin-bottom: 7rem !important;
}
.mb8 {
  margin-bottom: 8rem !important;
}
.mb9 {
  margin-bottom: 9rem !important;
}
.mb10 {
  margin-bottom: 10rem !important;
}
.mb15 {
  margin-bottom: 15rem !important;
}
.mb16 {
  margin-bottom: 16rem !important;
}
@media screen and (max-width: 768px) {
  .mt1 {
    margin-top: 0.5rem !important;
  }
  .mt2 {
    margin-top: 1rem !important;
  }
  .mt3 {
    margin-top: 1.5rem !important;
  }
  .mt4 {
    margin-top: 2rem !important;
  }
  .mt5 {
    margin-top: 2.5rem !important;
  }
  .mt6 {
    margin-top: 3rem !important;
  }
  .mt7 {
    margin-top: 3.5rem !important;
  }
  .mt8 {
    margin-top: 4rem !important;
  }
  .mt9 {
    margin-top: 4.5rem !important;
  }
  .mt10 {
    margin-top: 5rem !important;
  }
  .mt15 {
    margin-top: 7.5rem !important;
  }
  .mt16 {
    margin-top: 8rem !important;
  }
  .mb1 {
    margin-bottom: 0.5rem !important;
  }
  .mb2 {
    margin-bottom: 1rem !important;
  }
  .mb3 {
    margin-bottom: 1.5rem !important;
  }
  .mb4 {
    margin-bottom: 2rem !important;
  }
  .mb5 {
    margin-bottom: 2.5rem !important;
  }
  .mb6 {
    margin-bottom: 3rem !important;
  }
  .mb7 {
    margin-bottom: 3.5rem !important;
  }
  .mb8 {
    margin-bottom: 5rem !important;
  }
  .mb9 {
    margin-bottom: 4.5rem !important;
  }
  .mb10 {
    margin-bottom: 5rem !important;
  }
  .mb15 {
    margin-bottom: 7.5rem !important;
  }
  .mb16 {
    margin-bottom: 8rem !important;
  }
}
.pt0 {
  padding-top: 0rem !important;
}
.pt1 {
  padding-top: 1rem !important;
}
.pt2 {
  padding-top: 2rem !important;
}
.pt3 {
  padding-top: 3rem !important;
}
.pt4 {
  padding-top: 4rem !important;
}
.pt5 {
  padding-top: 5rem !important;
}
.pt6 {
  padding-top: 6rem !important;
}
.pt7 {
  padding-top: 7rem !important;
}
.pt8 {
  padding-top: 8rem !important;
}
.pt9 {
  padding-top: 9rem !important;
}
.pt10 {
  padding-top: 10rem !important;
}
.pb0 {
  padding-bottom: 0rem !important;
}
.pb1 {
  padding-bottom: 1rem !important;
}
.pb2 {
  padding-bottom: 2rem !important;
}
.pb3 {
  padding-bottom: 3rem !important;
}
.pb4 {
  padding-bottom: 4rem !important;
}
.pb5 {
  padding-bottom: 5rem !important;
}
.pb6 {
  padding-bottom: 6rem !important;
}
.pb7 {
  padding-bottom: 7rem !important;
}
.pb8 {
  padding-bottom: 8rem !important;
}
.pb9 {
  padding-bottom: 9rem !important;
}
.pb10 {
  padding-bottom: 10rem !important;
}
.pd2 {
  padding: 2rem !important;
}
.pd3 {
  padding: 3rem !important;
}
.pd4 {
  padding: 4rem !important;
}
.pd5 {
  padding: 5rem !important;
}
@media screen and (max-width: 768px) {
  .pt1 {
    padding-top: 0.5rem !important;
  }
  .pt2 {
    padding-top: 1rem !important;
  }
  .pt3 {
    padding-top: 1.5rem !important;
  }
  .pt4 {
    padding-top: 2rem !important;
  }
  .pt5 {
    padding-top: 2.5rem !important;
  }
  .pt6 {
    padding-top: 3rem !important;
  }
  .pt7 {
    padding-top: 3.5rem !important;
  }
  .pt8 {
    padding-top: 4rem !important;
  }
  .pt9 {
    padding-top: 4.5rem !important;
  }
  .pt10 {
    padding-top: 5rem !important;
  }
  .pb1 {
    padding-bottom: 0.5rem !important;
  }
  .pb2 {
    padding-bottom: 1rem !important;
  }
  .pb3 {
    padding-bottom: 1.5rem !important;
  }
  .pb4 {
    padding-bottom: 2rem !important;
  }
  .pb5 {
    padding-bottom: 2.5rem !important;
  }
  .pb6 {
    padding-bottom: 3rem !important;
  }
  .pb7 {
    padding-bottom: 3.5rem !important;
  }
  .pb8 {
    padding-bottom: 4rem !important;
  }
  .pb9 {
    padding-bottom: 4.5rem !important;
  }
  .pb10 {
    padding-bottom: 5rem !important;
  }
  .pd2 {
    padding: 1rem !important;
  }
  .pd3 {
    padding: 1.5rem !important;
  }
  .pd4 {
    padding: 2rem !important;
  }
  .pd5 {
    padding: 2.5rem !important;
  }
}
@media screen and (max-width: 414px) {
  .mt16 {
    margin-top: 5rem !important;
  }
  .mb16 {
    margin-bottom: 5rem !important;
  }
}

/*--responsive parts--------------------------------------------*/
/*br*/
.spbr,
table.sp_t,
.post img.img_sp {
  display: none;
}
.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .spbr,
  table.sp_t,
  .post img.img_sp {
    display: block;
  }
  .pcbr,
  table.pc_t,
  .post img.img_pc {
    display: none;
  }
  .pc-none {
    display: inherit;
  }
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc-center {
    text-align: center !important;
  }
  .pc-right {
    text-align: right !important;
  }
  .pc-left {
    text-align: left !important;
  }
}

/*--flexbox--------------------------------------------*/
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.gap {
  gap: 5%;
}
.gap3 {
  gap: 3%;
}
.ai-center {
  align-items: center;
}
.as-center {
  align-self: center;
}
.jc-center {
  justify-content: center;
}
.jc-between {
  justify-content: space-between;
}
.rev {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .columns,
  .flexbox {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .flexbox.rev {
    flex-direction: row-reverse;
  }
  .sp-nowrap {
    display: flex;
  }
  .sp-nowrap .w10 {
    width: 10%;
  }
  .sp-nowrap .w20 {
    width: 20%;
  }
  .sp-nowrap .w30 {
    width: 30%;
  }
  .sp-nowrap .w40 {
    width: 40%;
  }
  .sp-nowrap .w50 {
    width: 50%;
  }
  .sp-nowrap .w60 {
    width: 60%;
  }
  .sp-nowrap .w70 {
    width: 70%;
  }
  .sp-nowrap .w80 {
    width: 80%;
  }
  .sp-nowrap .w90 {
    width: 90%;
  }
  .sp-ai-top {
    align-items: flex-start;
  }
  .sp-no-mb {
    margin-bottom: 0 !important;
  }
  .sp-no-pb {
    padding-bottom: 0 !important;
  }
}

/*--list parts--------------------------------------------*/
/*ol*/
.post ol li {
  border: none;
}

/*dot*/
.post ul.disc li {
  list-style: disc;
  border: none;
  margin-left: 2rem;
  font-weight: 500;
}
.post ul.disc li:last-child {
  margin-bottom: 0;
}
ul.disc {
  margin: 0.5rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .post ul.disc li {
    font-size: 0.9rem;
  }
}

/*caution*/
ul.caution li {
  border-bottom: 0;
  position: relative;
  padding-left: 1.5rem;
}
ul.caution li:before {
  content: "※";
  position: absolute;
  left: 0;
}

/*--marker parts--------------------------------------------*/
span.marker.blue {
  background: linear-gradient(transparent 60%, #6cf 60%);
}
span.marker.pink {
  background: linear-gradient(transparent 60%, #f6c 60%);
}
span.marker.yellow {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/*--Anchor Point--------------------------------------------*/
@media print,
screen and (min-width: 769px) {
  .a_point {
    margin-top: -5rem;
    padding-top: 5rem;
  }
}
@media print,
screen and (max-width: 768px) {
  .a_point {
    margin-top: -65px;
    padding-top: 65px;
  }
}

/*--YOUTUBE動画埋め込み------------------------------------------*/
.youtubeArea {
  position: relative;
  overflow: hidden;
  margin: 50px auto;
}
.youtubeArea::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.youtubeArea>iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.youtubeArea:first-child {
  margin-top: 0;
}
.youtubeArea:last-child {
  margin-bottom: 0;
}

/*------------------------------------------
Original
--------------------------------------------*/
#content.wide,
#content {
  float: none;
  width: 100%;
  padding: 0;
}

/*------------header------------*/
#header .inner {
  background: transparent;
  width: 100%;
}
#header-layout {
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
}
#header p {
  float: none;
  padding: 0;
}
.header_contact a,
nav#mainNav ul li.header_contact a {
  background: #4e0035 !important;
  color: #fff;
}
.header_contact:hover a,
nav#mainNav ul li.header_contact a:hover {
  background: #2f0221 !important;
}
@media screen and (min-width: 1100px) {
  #header .bg .inner {
    width: 100%;
    max-width: 1920px;
  }
}
@media screen and (min-width: 1024px) {
  body.mobile #header .inner {
    background: #000;
  }
  #header-layout {
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1920px;
    align-items: stretch;
    background: transparent;
  }
  body:not(.home) #header-layout {
    background: #000;
  }
  .sticky-header #header-layout {
    background: transparent;
  }
  body.sticky-header:not(.home) #header-layout {
    background: rgba(0, 0, 0, 0.831372549);
  }
  #header .inner {
    align-self: stretch;
    z-index: 999;
    width: 100%;
  }
  nav#mainNav {
    width: auto;
    margin: 0;
    display: flex;
    align-items: center;
    background: #000;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.18);
  }
  nav div.panel {
    height: 100%;
  }
  nav#mainNav ul {
    align-self: stretch;
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-end;
}
  nav#mainNav ul li {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  nav#mainNav ul li a {
    background: none;
    color: #111111;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
  }
}
@media screen and (max-width: 1024px) {
    #header-layout > .flexbox {
    display: block;
    }
}
/*---翻訳---*/
#headerLang {
  display: flex;
  flex-direction: column;
  background: #3d6049;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  box-sizing: border-box;
}
#flags {
  text-align: center;
  width: auto !important;
  float: none;
}
@media screen and (max-width: 1023px) {
  #headerLang {
    flex-direction: row;
    background: rgba(61, 96, 73, 0.5411764706);
    justify-content: end;
  }
}
/*--------------------
footer
--------------------*/
.btnArea {
  background: url(/struct/wp-content/uploads/footer_img.jpg) no-repeat;
  background-size: cover;
  background-position: inherit;
  background-attachment: fixed;
  padding: 2% 0;
  box-sizing: border-box;
}
.btnArea-inner {
  background: rgba(61, 96, 73, 0.768627451);
  padding: 5%;
  max-width: 1400px;
  width: 90%;
  color: #fff !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
ul.btnList {
  display: flex;
  gap: 5%;
  max-width: 760px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.btnList>li {
  width: 320px;
}
ul.btnList .linkBtn {
  margin: 20px auto 0;
}
.btnArea h1 {
  font-size: calc(72px + (1vw - 19.2px) * 2.3301);
  /*72px-36px*/
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: left;
  word-break: break-word;
  padding: 0px 0 10px;
  margin-bottom: 10px;
}
.btnArea-inner p {
  font-size: 120%;
}
.snsBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px;
}
.snsBtn:hover {
  opacity: 0.5;
}
.snsBtn a .fa {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .btnArea {
    padding: 8% 0;
    background-position: right;
      width: 100%;
      height: 100%;
      background-attachment: scroll;
      object-fit: cover;
  }
  .btnArea-inner {
    padding: 8% 6%;
  }
  .btnArea-inner p {
    font-size: 100%;
  }
  .btnList>li {
    max-width: 320px;
    width: 100%;
  }
    ul.btnList li:first-child .linkBtn {
    margin-top: 10px;
    }
    ul.btnList .linkBtn {
      margin: 0 auto;
    }
}

/*---footer---*/
#footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#copyright,
#footer ul {
  padding: 40px 0;
  text-align: left;
}

/*--------------------
見出し・テキスト
--------------------*/
.post h1,
h1.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: calc(90px + (1vw - 19.2px) * 3.4951);
  /*90px-36px*/
  line-height: 1;
  font-weight: bold;
  color: #111;
  border-bottom: double 4px;
  padding: 0 0 20px;
  text-align: left;
  word-break: break-word;
}
body:not(.home) .post h1,
h1.title {
  font-size: 36px;
}
.post .title_1_middle {
  background: none;
  border: none;
  font-size: calc(72px + (1vw - 19.2px) * 2.3301);
  /*72px-36px*/
  line-height: 1;
  font-weight: bold;
  color: inherit;
  text-align: center;
  word-break: break-word;
  padding: 0px 0 10px;
  margin: 0 0 30px;
}
.post h2 {
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.5178), 2.8rem);
  /*3.6rem-1.8rem*/
  margin-bottom: 30px;
  padding-bottom: 0.5rem;
  border-bottom: double 4px;
}
.post .lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #111;
  margin: 0 auto;
  color: #fff;
  font-size: min(36px + (1vw - 19.2px) * 1.165, 36px);
  text-align: center;
  padding: 0.25em 0.6em;
}
.fz_120p {
  font-size: 120%;
}
.text_center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .post h1,
  h1.title {
    padding: 0 0 10px;
    margin-bottom: 15px;
  }
  .fz_120p {
    font-size: 110%;
  }
  .text_center {
    text-align: left;
  }
  .sp_text_center {
    text-align: center;
  }
}

/*アイキャッチタイトル調整*/

header#h1Header h1.title {
  color: #fff;
  text-shadow: none;
  font-size: calc(72px + (1vw - 19.2px) * 2.3301);
  /*72px-36px*/
  letter-spacing: 0.01em;
  border: none;
  width: 90%;
  max-width: 1240px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  display: block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  header#h1Header h1.title {
    text-align: center;
  }
}
.post .txt-wt {
  color: #fff !important;
}
.post p {
  padding-bottom: 0;
  line-height: 1.6;
}
.post p+p {
  padding-top: 15px;
}

/*------------追加パーツ------------*/
/*リンク*/
.post .linkBtn,
.linkBtn {
  position: relative;
  color: #fff;
  line-height: 1.8;
  transition: all 0.3s;
  background: #000;
  border-radius: 100vh;
  max-width: 320px;
  text-align: left;
  margin: 40px auto 0 0;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  width: 100%;
}
.post .linkBtn:hover,
.linkBtn:hover {
  background: #4e0035;
  box-shadow: none;
}
.post .linkBtn a,
.linkBtn a,
.post .linkBtn input[type=submit] {
  color: #fff;
  display: block;
  padding: 1.6rem 3.2rem 1.6rem 3.2rem;
  width: 100%;
  text-align: left;
  font-family: "Poppins", "Noto Sans JP";
}
.post .ArrowBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px 0 0 auto;
  padding: 0;
}
.post .ArrowBtn a {
  display: block;
  position: relative;
  padding: 5px 1.5em 5px 5px;
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.2589), 1.8rem);
  /*18px 14px*/
}
.post .ArrowBtn a::after {
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  content: "\f101";
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.post .ArrowBtn a:hover::after {
  transform: translateY(-50%) translateX(10px);
}
@media screen and (max-width: 768px) {
  .post .linkBtn,
  .linkBtn,
  .post .linkBtn input[type=submit] {
    margin: 20px auto 0 0;
  }
  .post .ArrowBtn {
    margin: 20px 0 0 auto;
  }
}

/*shadow_img*/

.post .shadow_img {
  position: relative;
  padding: 0 10px 10px 0;
  z-index: 5;
}
.post .shadow_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 0;
  bottom: 0;
  background-color: #3d6049;
  z-index: -1;
}

/*table調整*/

.post table th,
.post table td {
  padding: 24px;
}
.post table.border_table {
  border: none;
  border-top: double #000;
  border-bottom: double #000;
  width: auto;
  margin: 0 auto;
}
.post table.border_table tr {
  border: none;
  border-bottom: 1px dashed #666;
}
.post table.border_table th,
.post table.border_table td {
  background: #fff;
  border: none;
  color: #111;
}
@media screen and (max-width: 640px) {
  .post table.border_table th,
  .post table.border_table td {
    padding: 15px;
  }
  .post table.border_table.responsive th {
    padding-bottom: 4px;
    font-weight: 700;
  }
  .post table.border_table.responsive td {
    padding-top: 4px;
  }
}

/*投稿調整*/

#front_top_content {
  width: 100%;
  margin: 0 auto;
  background: url(/struct/wp-content/uploads/bg_vintage.jpg) no-repeat;
  background-size: cover;
  padding: 4% 8% 3%;
}
.listTitle h1.title {
  padding: 0px 0 10px;
}
.listTitle h1.title span {
  font-size: calc(72px + (1vw - 19.2px) * 2.3301);
  /*72px-36px*/
}
.post4b {
  padding-top: 0;
}
.clearfix h2 {
  padding: 10px 0 0;
}
.clearfix h2>a {
  font-size: 1.8rem !important;
}
p.post4b_img {
  background: #000;
  padding-top: 0 !important;
}
.post4b img {
  max-width: 100% !important;
}
.front_alinkBtn.linkBtn {
  margin-top: 0 !important;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #front_top_content {
    padding: 8% 6%;
  }
}
@media only screen and (max-width: 640px) {
  .post4b li {
    width: 49%;
    margin: 0 0 2% 0;
    padding: 0 0 0 0;
    border-bottom: 1px dashed #CCCCCC !important;
    font-size: 80%;
    line-height: 1.6em;
  }
  .clearfix h2>a {
    font-size: 1.3rem !important;
  }
}

/*ベースバリエーション*/

.base-gr {
  background: #3d6049;
}
.base-beige {
  background: #f5efeb;
}
.base-img {
  background: url(/struct/wp-content/uploads/bg_vintage.jpg) no-repeat;
  background-size: cover;
}

/*-----------TOPsection------------*/
/*--concept--*/
.section_concept {
  text-align: center;
}
.section_concept h1 {
  justify-content: center;
  align-items: center;
  border: none;
}
.concept_imgarea {
  max-width: 540px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
}
.concept_img01 {
  position: absolute;
  max-width: 320px;
  transform: rotate(-120deg);
  left: -15vw;
  bottom: -10%;
}
.concept_img02 {
  position: absolute;
  max-width: 240px;
  transform: rotate(25deg);
  right: -15vw;
  top: -10%;
}
@media screen and (max-width: 768px) {
  .section_concept {
    margin: 0 !important;
  }
  .concept_img01 {
    max-width: 40vw;
  }
  .concept_img02 {
    max-width: 40vw;
    right: -5vw;
  }
}

/*--service--*/
.service_wrap {
  display: flex;
  gap: 5%;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}
.bgimg-area {
  position: relative;
  width: 100%;
}
.bgimg-area.bgimg_01 {
  margin-left: auto;
  margin-right: 0;
}
.bgimg-area.bgimg_01:before {
  content: "";
  background: url(/struct/wp-content/uploads/top_img04.jpg) no-repeat;
  background-size: cover;
  background-position: center 36%;
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 0;
  filter: grayscale(1) brightness(0.4);
  background-attachment: fixed;
}
.bgimg-area.bgimg_01:after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background: #2f4b39;
  opacity: 0.2;
}
.bgimg-area.bgimg_02 {
  margin-left: 0;
  margin-right: auto;
}
.bgimg-area.bgimg_02:before {
  content: "";
  background: url(/struct/wp-content/uploads/top_img06.jpg) no-repeat;
  background-size: cover;
  background-position: center 36%;
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  filter: grayscale(1) brightness(0.4);
  background-attachment: fixed;
}
.bgimg-area.bgimg_02:after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #2f4b39;
  opacity: 0.2;
}
.imgbox {
  width: 60%;
  padding: 80px 0;
}
.txtbox {
  width: 40%;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .service_wrap {
    display: block;
    padding: 8% 6%;
    width: 100%;
  }
  .bgimg-area {
    margin: 0 !important;
  }
    .bgimg-area.bgimg_01:before, .bgimg-area.bgimg_02:before {
        width: 100%;
        height: 100%;
        background-attachment: scroll;
        object-fit: cover;
        filter: grayscale(1) brightness(0.6);
    }
  .imgbox,
  .txtbox {
    width: 100%;
  }
  .imgbox {
    padding: 0;
  }
  .txtbox {
    padding: 20px 0 0;
  }
}

/*--Instagramフィード--*/
#sb_instagram #sbi_load {
  opacity: 1;
  transition: all 0.5s ease-in;
  text-align: right;
  position: relative;
  color: #fff;
  line-height: 1.8;
  transition: all 0.3s;
  background: #000;
  border-radius: 100vh;
  max-width: 320px;
  text-align: left;
  margin: 40px auto 0 0;
  padding: 0;
  width: 100%;
}
#sb_instagram #sbi_load:hover {
  background: #4e0035;
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  transition: all 0.1s ease-in;
  color: #fff;
  display: block;
  padding: 1.6rem 3.2rem 1.6rem 3.2rem;
  width: 100%;
  text-align: left;
  font-family: "Poppins", "Noto Sans";
  background: transparent;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  border-radius: 100vh;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
  background: transparent;
  box-shadow: none;
}

/*-----------下層------------*/
/*--投稿ページ--*/
.archive, .single-post {
    position: relative;
}
.archive:before, .single-post:before {
    content: "";
    background: url(/struct/wp-content/uploads/bg_vintage.jpg) no-repeat;
    background-size: cover;
    object-position: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.archive #wrapper,
.single-post #wrapper {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
.archive #content,
.single-post #content {
  padding: 80px 0;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.dateLabel {
  text-align: right;
  font-family: "Poppins";
  padding: 0 !important;
  border: none !important;
}

/*--CONTACT--*/
#contact .linkBtn {
  margin-left: auto;
  margin-right: auto;
}
.contactbox {
  text-align: left;
  background: #fff;
  padding: 30px;
}
.post .contactTxt01 {
  font-size: calc(2.4rem + (1vw - 1.92rem) * 0.2589);
  /*2.4rem-2rem*/
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: double 4px;
}
.post .contactTxt02 {
  font-size: calc(1.8rem + (1vw - 1.92rem) * 0.1294);
  /*1.8rem-1.6rem*/
  padding-bottom: 0;
  margin-left: 1rem;
  vertical-align: middle;
}
.post .contactTxt03 {
  font-size: calc(3.2rem + (1vw - 1.92rem) * 0.5178);
  /*3.2rem-2.4rem*/
  padding: 0;
}
.post .contactTxt03 .fa {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .post .contactTxt02 {
    display: block;
    margin: 0;
  }
}

/*--ACCESS--*/
.post .map {
  border: double #000;
  min-height: 240px;
  height: min(600px + (1vw - 19.2px) * 23.301, 600px);
  /* -- 1920 600px 375 240px -- */
}
.post .map iframe {
  width: 100%;
  height: 100%;
}

/* -- エディター用 -- */
#editor-style .map span {
  width: 100%;
  height: 100%;
}

/*--PAINT ART OCTOPUS--*/
.post .linkBtn_ma {
  margin-left: auto;
  margin-right: auto;
}

/*--BLACK RANDsEL--*/
.dubble_box {
  background-color: #fff;
  border: 4px double #000;
  padding: 5%;
}
.shop .bgimg-area.bgimg_01:before,
.shop .bgimg-area.bgimg_01:after {
  top: 0;
  bottom: 0;
  height: auto;
}
.shop_flex {
  display: flex;
  position: relative;
  width: 90%;
  margin-left: auto;
  z-index: 10;
}
.shop_flex_img_1 {
  width: 60%;
}
.shop_flex_img_2 {
  width: 50%;
  margin-top: 20%;
  margin-left: -15%;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.25);
}
.post .link_item {
  position: relative;
  padding-top: 100%;
}
.post .link_item a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.post .link_img {
  position: relative;
  background: #2f4b39;
  height: 100%;
  width: 100%;
}
.post .link_img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background: #2f4b39;
  opacity: 0.6;
}
.post .link_item a img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post .link_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5%;
  color: #fff;
  font-weight: 700;
  font-size: min(calc(40px + (1vw - 19.2px) * 1.1003), 40px);
  /* -- 40px-23px -- */
  text-indent: 0.04em;
  letter-spacing: 0.04em;
  transform: translate(-50%, -50%);
}
.post .link_txt::after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  transform-origin: center;
  transform: rotate(135deg);
}
.post .shop_logo {
  margin: 0 auto;
}
.shop_logo_base {
  max-width: 240px;
  width: 90%;
}
.shop_logo_insta {
  max-width: 70px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .shop_flex {
    width: 95%;
  }
  .shop_flex_img_1 {
    width: 80%;
  }
  .shop_flex_img_2 {
    width: 60%;
    margin-top: 45%;
    margin-left: -40%;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.25);
  }
  .post .link_item {
    min-height: 120px;
    padding-top: 30%;
  }
  .shop_logo_base {
    max-width: 171px;
  }
  .shop_logo_insta {
    max-width: 50px;
  }
}
