@charset "utf-8";

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


/*------------------------------------------------------
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;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.mobile #mainImg,
body.mobile #breadcrumb {
  margin-top: 0;
}
body.mobile {
  margin-top: 0;
}
#mainImg {
  padding-bottom: 0;
}
body:not(.home).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 {
  display: block;
  position: relative;
  background: none !important;
  border-radius: 0;
  line-height: 1.8;
  transition: all .3s;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.linkBtn a {
  display: block;
  background-color: #d3af83;
  width: fit-content;
  margin: 0 auto;
  padding: .8em 3em .75em;
  color: #fff;
  transition: opacity .3s;
}
.linkBtn a:hover {
  opacity: .6;
}
.linkBtn input[type="submit"] {
  background: none;
  padding: 0;
}
.linkBtn::after {
  content: none;
}
input.linkBtn::after {
  content: none;
}
.post .linkBtn {
  display: block;
  position: relative;
  background: none !important;
  border-radius: 0;
  line-height: 1.8;
  transition: all .3s;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.post .linkBtn input[type="submit"] {
  background: none;
  padding: 0;
}
.post .linkBtn::after {
  content: none;
}
.post input.linkBtn::after {
  content: none;
}
div.wpcf7 .ajax-loader {
  display: none;
}
@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);
}
.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 {
  width: auto !important;
  letter-spacing: -1em;
  margin: -25px !important;
}
.wpview {
  margin: min(calc(6rem + (1vw - 19.2px) * 1.2945), 6rem) auto !important;
  /* -- 1920 6rem 375 4.5rem -- */
}
.gallery img {
  border: none !important;
}
.gallery>br {
  display: none;
}
.gallery:first-child,
.gallery:nth-child(2) {
  margin-top: 0 !important;
}
.gallery-item {
  display: inline-block;
  margin-top: 0 !important;
  line-height: 0;
  margin-bottom: 0 !important;
  padding: 25px;
  letter-spacing: .04em;
  vertical-align: top;
  float: none !important;
}
.gallery-icon {
  position: relative;
}
.gallery-icon::before {
  content: '';
  display: block;
  padding-top: 70.69%;
}
.gallery-caption {
  max-width: 100%;
  margin: 1.5rem auto 0 !important;
  padding: 0 3% !important;
  line-height: 1.65;
}
.gallery-columns-2 .gallery-item {
  width: calc(100% / 2) !important;
}
.gallery-columns-3 .gallery-item {
  width: calc(100% / 3) !important;
}
.gallery-columns-4 .gallery-item {
  width: calc(100% / 4) !important;
}
.gallery-columns-5 .gallery-item {
  width: calc(100% / 5) !important;
}
.gallery-columns-6 .gallery-item {
  width: calc(100% / 6) !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 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

/*---カテゴリ--------------------------------------------*/

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

/*---記事詳細--------------------------------------------*/

.single h1.title {
  /* font-family: inherit; */
  margin-bottom: .5em;
}
.single h1.title::after {
  content: none;
}
.post_link {
  font-size: calc(1.5rem + (1vw - 19.2px) * 0.1294);
}
.dateLabel {
  padding-top: 10px;
  margin-bottom: 3rem;
  border-top: 1px solid #ccc;
}
.pagenav {
  margin: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .single h1.title {
    font-size: 1.6rem;
  }
  .dateLabel {
    /* padding-top: 10px; */
    margin-bottom: 2.5rem;
  }
  .pagenav {
    margin: 3rem 0 0;
  }
}

/*--コンテンツ--------------------------------------------*/

.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;
}
@media screen and (max-width: 640px) {
  /*--テーブル--------------------------------------------*/
  .post table.responsive th,
  .post table.responsive td {
    text-align: left;
  }
  /*--パンくずリスト--------------------------------------*/
  #breadcrumb ul {
    max-width: 100%;
  }
  /*--ギャラリー------------------------------------------*/
  .gallery {
    margin: -5px !important;
  }
  .gallery-item {
    padding: 5px;
  }
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: calc(100%/2) !important;
  }
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    margin-bottom: 0;
  }
  .gallery-caption {
    margin: 1rem auto 0 !important;
    font-size: 1.2rem;
  }
}

/*------------------------------------------
Additional contents and parts
--------------------------------------------*/


/*--inner/outer--------------------------------------------*/

.inner {
  margin: 0 auto;
  width: 90%;
}
.outer {
  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;
  }
  .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;
  }
  .sp-mt1 {
    margin-top: 1rem !important;
  }
  .sp-mt2 {
    margin-top: 2rem !important;
  }
  .sp-mt3 {
    margin-top: 3rem !important;
  }
  .sp-mt4 {
    margin-top: 4rem !important;
  }
  .sp-mt5 {
    margin-top: 5rem !important;
  }
  .sp-mt6 {
    margin-top: 6rem !important;
  }
  .sp-mt7 {
    margin-top: 7rem !important;
  }
  .sp-mt8 {
    margin-top: 8rem !important;
  }
  .sp-mt9 {
    margin-top: 9rem !important;
  }
  .sp-mt10 {
    margin-top: 10rem !important;
  }
  .sp-mt15 {
    margin-top: 15rem !important;
  }
  .sp-mt16 {
    margin-top: 16rem !important;
  }
  .sp-mb1 {
    margin-bottom: 1rem !important;
  }
  .sp-mb2 {
    margin-bottom: 2rem !important;
  }
  .sp-mb3 {
    margin-bottom: 3rem !important;
  }
  .sp-mb4 {
    margin-bottom: 4rem !important;
  }
  .sp-mb5 {
    margin-bottom: 5rem !important;
  }
  .sp-mb6 {
    margin-bottom: 6rem !important;
  }
  .sp-mb7 {
    margin-bottom: 7rem !important;
  }
  .sp-mb8 {
    margin-bottom: 8rem !important;
  }
  .sp-mb9 {
    margin-bottom: 9rem !important;
  }
  .sp-mb10 {
    margin-bottom: 10rem !important;
  }
  .sp-mb15 {
    margin-bottom: 15rem !important;
  }
  .sp-mb16 {
    margin-bottom: 16rem !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--------------------------------------------*/

.flexbox+.flexbox {
  margin-top: 4rem;
}
.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;
}
.jc-center {
  justify-content: center;
}
.jc-between {
  justify-content: space-between;
}
.as-center {
  align-self: center;
}
.rev {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .columns,
  .flexbox {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .flexbox+.flexbox {
    margin-top: 3.5rem;
  }
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .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-pt {
    padding-top: 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 screen and (min-width: 769px) {
  .a_point {
    margin-top: -120px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .a_point {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/*--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
--------------------------------------------*/

body {
  font-size: calc(1.6rem + (1vw - 19.2px) * 0.1294);
  /*1.6rem-1.4rem*/
  font-weight: 400;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="date"],
input[type="url"],
input[type="number"] {
  -webkit-appearance: none;
  border-radius: 0;
  margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="url"],
input[type="number"],
select {
  min-height: 34px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="url"],
input[type="number"],
select,
textarea {
  padding: 2px 5px;
}
textarea {
  height: calc(8em * 1.5);
  -webkit-appearance: none;
}
input,
textarea,
select {
  border-radius: 0;
  font-family: inherit;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* -- 1920 1.6rem 375 1.4rem -- */
  letter-spacing: normal;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.post p {
  padding-bottom: 1em;
}
.post p:last-child {
  padding-bottom: 0;
}
.post a {
  text-decoration: underline;
}
.post a img {
  text-decoration: none;
}
a:hover img {
  opacity: .6;
}

/* -- コンテンツ幅 -- */

#wrapper {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: min(calc(10rem + (1vw - 19.2px) * 3.8835), 10rem) 0;
  /* -- 1920 10rem 375 4rem -- */
  box-sizing: content-box;
  overflow: hidden;
}
#full-wrapper {
  position: relative;
  padding: min(calc(10rem + (1vw - 19.2px) * 3.8835), 10rem) 0;
  /* -- 1920 10rem 375 4rem -- */
}
.home #full-wrapper {
  padding: 0;
}
body:not(.page) #wrapper {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
#wrapper::after {
  content: '';
  display: block;
  clear: both;
}
#content {
  background-color: transparent;
  width: calc(100% - 250px);
  padding: 0;
}
.home #content {
  padding: 0;
}
#content.wide {
  width: 100%;
}
#full-wrapper #content {
  width: 100%;
}
#sidebar {
  width: 225px;
  padding: 0;
}
div.post {
  background: none;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  #content {
    padding: 0;
  }
  #sidebar {
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  #content {
    width: 100%;
  }
  #sidebar {
    width: 100%;
    margin: 6rem 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #content {
    padding: 0;
  }
  #sidebar {
    margin: 4rem 0 0;
    padding: 0;
  }
}

/* -- コンテンツ幅終わり -- */


/* -- テーブル -- */

.post table {
  font-size: 100%;
  margin: 3rem auto;
  line-height: 1.65;
}
.post table th,
.post table td {
  padding: 15px 20px;
}
.post table:first-child {
  margin-top: 0;
}
.post table:last-child {
  margin-bottom: 0;
}
.post .border_table {
  border: none;
}
.post .border_table th,
.post .border_table td {
  border-left: none;
  border-right: none;
  background: none;
  padding: 12px 20px;
}
@media screen and (max-width: 768px) {
  .post table th,
  .post table td {
    padding: 10px;
  }
  .post .border_table th,
  .post .border_table td {
    padding: 10px;
  }
  .post .border_table.responsive {
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
  }
  .post .border_table.responsive th {
    border-bottom: none;
    padding-top: 12px;
    padding-bottom: 3px;
    font-weight: 700;
    font-size: 1.1em;
  }
  .post .border_table.responsive td {
    padding-top: 3px;
    padding-bottom: 12px;
  }
}

/* -- テーブル終わり -- */


/* ----------------------
汎用
---------------------- */

.on-1800 {
  display: none;
}
.on-1600 {
  display: none;
}
.on-sp {
  display: none;
}
.fz-1_8 {
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1942), 1.8rem);
  /* -- 1920 1.8rem 375 1.5rem -- */
}
.fz-1_5e {
  font-size: 1.5em;
}
.content_inner+.content_inner {
  margin-top: min(calc(10rem + (1vw - 19.2px) * 3.5599), 10rem);
  /* -- 1920 10rem 375 4.5rem -- */
}
.anchor {
  margin-top: -120px;
  padding-top: 120px;
}
@media screen and (max-width: 1800px) {
  .on-1800 {
    display: block;
  }
  .off-1800 {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .on-1600 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .on-sp {
    display: block;
  }
  .off-sp {
    display: none;
  }
  .fz-1_5e {
    font-size: 1.25em;
  }
}

/* ----------------------
ボタン
---------------------- */

.post .commonBtn {
  padding: 0;
  max-width: 100%;
  text-align: center;
}
.post .commonBtn a {
  display: inline-block;
  position: relative;
  border-radius: 300px;
  text-decoration: none;
  padding: 1.2em 3.5em;
  max-width: 100%;
  width: 30rem;
  color: #111;
  font-family: "Droid Serif", "Noto Serif JP", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1942), 1.8rem);
  /* -- 1920 1.8rem 375 1.5rem -- */
  text-align: center;
  line-height: 1.65;
  vertical-align: bottom;
  overflow: hidden;
  letter-spacing: 0.1em;
  z-index: 5;
}
.post .commonBtn a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e8b724;
  background-image: url(/struct/wp-content/uploads/button_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #c89d34;
  border-radius: 300px;
  transition: opacity .3s;
  z-index: -1;
}
.post .commonBtn a::after {
  font-family: FontAwesome;
  content: '\f105';
  position: absolute;
  top: 50%;
  right: .75em;
  color: #fff;
  font-weight: 400;
  font-size: 2em;
  line-height: 1;
  transform: translateY(-52%);
  transition: right .3s, color .3s;
}
.post .commonBtn a:hover::before {
  opacity: .8;
}
.post .commonBtn a:hover::after {
  right: .65em;
}
.post .commonBtn-s {
  text-align: left;
}
.post .commonBtn-s a {
  padding: .8em 2.5em;
  width: 24rem;
  letter-spacing: 0.08em;
}
.post .commonBtn-s a::after {
  right: .6em;
  font-size: 1.8em;
}
.post .commonBtn-s a:hover::after {
  right: .5em;
}
.post .squareBtn {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.post .squareBtn a {
  display: block;
  position: relative;
  background-color: #191919;
  max-width: 100%;
  width: 24em;
  margin: 0;
  padding: 1.1em 1em calc(1.2em + 4px);
  color: #fff;
  font-family: "Droid Serif", "Noto Serif JP", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
  /* -- 1920 2rem 375 1.6rem -- */
  text-decoration: none;
  text-align: center;
  line-height: 1.65;
  transition: opacity .3s;
}
.post .squareBtn a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e8b724;
  background-image: url(/struct/wp-content/uploads/button_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 4px;
}
.post .squareBtn a:hover {
  opacity: .75;
}
.post .squareBtn a .small {
  font-size: 0.8em;
}
.post .simpleBtn {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.post .simpleBtn+.simpleBtn {
  margin-top: 1.5em;
}
.post .simpleBtn a {
  display: block;
  max-width: 100%;
  width: 36rem;
  background-color: #eee;
  padding: 1.25em 1.5em;
  text-decoration: none;
  text-align: center;
  line-height: 1.65;
  transition: background-color .3s;
}
.post .simpleBtn a:hover {
  background-color: #ddd;
  color: inherit;
}
.post .button_wrap,
.button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.post .button_wrap>*,
.button_wrap>* {
  flex-shrink: 0;
  margin: 15px 25px;
}
@media screen and (max-width: 767px) {
  .post .commonBtn a {
    width: 25rem;
  }
  .post .commonBtn-s {
    text-align: center;
  }
  .post .commonBtn-s a {
    padding: .8em 3em;
    width: 22rem;
  }
  .post .commonBtn-s a::after {
    right: .5em;
    font-size: 1.8em;
  }
  .post .squareBtn a .small {
    font-size: 0.9em;
  }
  .post .simpleBtn a {
    width: 33rem;
    margin: 0 auto;
  }
  .post .button_wrap>*,
  .button_wrap>* {
    margin: 12px 20px;
  }
}

/* ----------------------
見出し
---------------------- */


/* -- h1 -- */

#front_top_content h1,
.post h1 {
  border: none;
  width: 100%;
  min-width: 280px;
  margin: min(calc(8rem + (1vw - 19.2px) * 2.2654), 7rem) 0 min(calc(7rem + (1vw - 19.2px) * 2.5890), 7rem);
  /* -- 1920 8rem 7rem 375 4.5rem 3rem -- */
  padding: 0 0 calc(.5em + 4px);
  font-size: min(calc(3.6rem + (1vw - 19.2px) * 0.9061), 3.6rem);
  /* -- 1920 3.6rem 375 2.2rem -- */
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
#front_top_content h1::after,
.post h1::after {
  position: absolute;
  content: " ";
  display: block;
  background: #e8b724;
  background-image: url(/struct/wp-content/uploads/button_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  bottom: 0;
  visibility: inherit;
  max-width: 100%;
  width: 280px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
}
h1.title {
  position: relative;
  background: none;
  border: none;
  margin: 0 0 min(calc(4rem + (1vw - 19.2px) * 0.9709), 4rem);
  /* -- 1920 4rem 375 2.5rem -- */
  padding: 0;
  color: inherit;
  font-weight: 400;
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.3883), 2.8rem);
  /* -- 1920 2.8rem 375 2.2rem -- */
  text-align: left;
  line-height: 1.65;
  letter-spacing: 0.01em;
}
h1.title:after {
  content: none;
}
@media screen and (max-width: 767px) {
  #front_top_content h1::after,
  .post h1::after {
    width: 200px;
  }
}

/* -- h2 -- */

.post h2::before,
.post h2::after,
.post .title-2::before,
.post .title-2::after {
  content: none;
  visibility: visible;
}
.post h2,
.post .title-2 {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.post h2 span,
.post .title-2 span {
  margin: 0;
  padding: 0;
}
.post h2,
.post .title-2 {
  position: relative;
  background: none;
  border: none;
  border-bottom: 4px solid #c89d34;
  margin: min(calc(6rem + (1vw - 19.2px) * 1.2945), 6rem) 0 min(calc(4.5rem + (1vw - 19.2px) * 1.2945), 4.5rem);
  /* -- 1920 6rem 4.5rem 375 4.5rem 2.5rem -- */
  padding: 0 calc(.1em + 8px) .3em;
  font-weight: 500;
  font-size: min(calc(2.5rem + (1vw - 19.2px) * 0.3236), 2.5rem);
  /* -- 1920 2.5rem 375 2rem -- */
  text-align: left;
  line-height: 1.65;
  letter-spacing: 0.01em;
  z-index: 5;
  overflow: hidden;
}
.post h2::after,
.post .title-2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  background-color: #c89d34;
  border: none;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.post .title_point {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.post .title_point .point {
  display: block;
  margin: 0 .5em 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .post .title_point {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* -- h3 -- */

.post h3,
.post .title-3 {
  position: relative;
  background: none;
  border: none;
  border-bottom: 2px solid #000;
  max-width: 100%;
  margin: min(calc(5.5rem + (1vw - 19.2px) * 0.9709), 5.5rem) 0 min(calc(3.5rem + (1vw - 19.2px) * 0.9709), 3.5rem);
  /* -- 1920 5.5rem 3.5rem 375 4rem 2rem -- */
  padding: 0 15px .2em;
  font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.3236), 2.4rem);
  /* -- 1920 2.4rem 375 1.9rem -- */
  line-height: 1.65;
}
.post h3::before,
.post .title-3::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(1em * 1.65 / 2 - 2px);
  left: 0;
  background-color: #000;
  width: 5px;
  height: 5px;
}
.post h3::after,
.post .title-3::after {
  content: none;
}
.post .title_name .big {
  margin-right: 1em;
}
.post .title_name .small {
  font-size: .8em;
}

/* ----------------------
アイキャッチ
---------------------- */

#h1Header #thumb {
  position: relative;
  height: auto;
  height: min(calc(300px + (1vw - 19.2px) * 10.3560), 300px);
  /* -- 1920 300px 1024 140px -- */
}
#h1Header #thumb::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 2;
}
#h1Header #thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: 65% center;
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  aspect-ratio: auto;
  z-index: 1;
}
header#h1Header h1.title {
  padding: 3% 5%;
  font-size: min(calc(50px + (1vw - 19.2px) * 1.8123), 50px);
  /* -- 1920 50px 375 22px -- */
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
  letter-spacing: .08em;
  line-height: 1.4;
  word-break: break-all;
  z-index: 5;
}

/* ----------------------
スライダー
---------------------- */

#mainImg {
  background-color: rgba(0, 0, 0, .8);
}
div#n2-ss-2 .n-uc-g1rqdRMJtEk5-inner {
  min-height: 600px;
}
@media screen and (max-width: 1023px) {
  div#n2-ss-2 .n-uc-g1rqdRMJtEk5-inner {
    min-height: 0;
    min-height: 450px;
  }
}

/* ----------------------
共通
---------------------- */

.text-red {
  color: #DC143C;
}
.bg_box {
  position: relative;
  padding: 6% 8%;
  z-index: 5;
}
.bg_box::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/struct/wp-content/uploads/top_feature_bg.png);
  background-size: cover;
  background-position: center;
  opacity: .6;
  z-index: -1;
}
.black_box {
  border: 1px solid #191919;
}
.post .black_box_title {
  position: relative;
  background-color: #191919;
  border: none;
  margin: 0;
  padding: .35em .75em;
  color: #fff;
  font-size: min(calc(2.2rem + (1vw - 19.2px) * 0.2589), 2.2rem);
  /* -- 1920 2.2rem 375 1.8rem -- */
}
.post .black_box_title::before,
.post .black_box_title::after {
  content: none;
}
.post .black_box_title::after {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e8b724;
  background-image: url(/struct/wp-content/uploads/button_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 100%;
  height: 4px;
}
.black_box_content {
  padding: 3%;
}

/* ----------------------
トップページ
---------------------- */


/* -- トップ　投稿 -- */

#front_top_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: min(calc(10rem + (1vw - 19.2px) * 3.5599), 10rem) 0;
  /* -- 1920 10rem 375 4.5rem -- */
}
#front_top_content .listTitle {
  margin-right: 80px;
}
#front_top_content h1 {
  margin-top: 0;
  margin-bottom: 1em;
}
#front_top_content ul {
  align-self: flex-start;
  max-width: calc(100% - 80px - 280px);
  width: 680px;
  margin: 0;
  padding-top: 1.2rem;
}
.front_alinkBtn {
  padding-top: 5rem;
}
@media screen and (max-width: 1023px) {
  #front_top_content {
    flex-direction: column;
  }
  #front_top_content .listTitle {
    margin-right: 0;
  }
  #front_top_content h1 {
    margin-top: 0;
    margin-bottom: min(calc(7rem + (1vw - 19.2px) * 2.5890), 7rem);
    /* -- 1920 7rem 375 3rem -- */
  }
  #front_top_content ul {
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .front_alinkBtn {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #front_top_content ul {
    width: auto;
  }
}

/* -- top_about -- */

.top_about {
  background-color: rgba(0, 0, 0, .8);
  background-image: url(/struct/wp-content/uploads/top_about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  color: #fff;
}
.top_about_inner {
  padding: min(calc(10rem + (1vw - 19.2px) * 3.5599), 10rem) 0;
  /* -- 1920 10rem 375 4.5rem -- */
}
.top_about h1 {
  color: #fff;
}

/* -- top_feature -- */

.top_feature {
  background-image: url(/struct/wp-content/uploads/top_feature_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
}
.top_feature_inner {
  padding: min(calc(10rem + (1vw - 19.2px) * 3.5599), 10rem) 0;
  /* -- 1920 10rem 375 4.5rem -- */
}
.post .top_feature_list {
  display: flex;
  flex-wrap: wrap;
  margin: max(-2.5vw, -35px) max(-2vw, -25px);
}
.post .top_feature_list li {
  width: 33.3333%;
  padding: min(2.5vw, 35px) min(2vw, 25px);
}
.post .top_feature_list li a {
  text-decoration: none !important;
}
.top_feature_item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top_feature_image {
  padding: 0 5%;
}
.top_feature_image img {
  box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
}
.top_feature_description {
  flex-grow: 1;
  position: relative;
  background-color: rgba(0, 0, 0, .9);
  margin: -60px 0 0;
  padding: 10% 5%;
  color: #fff;
}
.top_feature_description::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e8b724;
  background-image: url(/struct/wp-content/uploads/button_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 4px;
}
.post .top_feature_title {
  background: none;
  border: none;
  margin: 0 0 1em;
  padding: 0;
  color: inherit;
  font-family: "Droid Serif", "Noto Serif JP", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Times New Roman", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: min(calc(2.2rem + (1vw - 1.92rem) * 0.2589), 2.4rem);
  /* -- 1920 2.2rem 375 1.8rem -- */
  text-align: center;
  line-height: 1.65;
}
.post .top_feature_title:last-child {
  margin-bottom: 0;
}
.post .top_feature_title::before,
.post .top_feature_title::after {
  content: none;
}
.post .top_feature_list li.colmn1 {
  width: 100%;
}
.top_feature_item-l {
  flex-direction: row-reverse;
  align-items: center;
  padding: 0 5%;
}
.top_feature_image-l {
  width: 55%;
  height: min(31.8181vw, 490px);
  padding: 0;
}
.top_feature_image-l img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top_feature_description-l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  min-height: 300px;
  margin: 0 -10% 0 0;
  padding: 5%;
}
@media screen and (max-width: 1023px) {
  .post .top_feature_list li {
    width: 50%;
  }
  .top_feature_item-l {
    padding: 0;
  }
  .top_feature_description-l {
    min-height: 0;
    padding: 4.5% 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .post .top_feature_list li {
    width: 100%;
    padding: min(5vw, 40px) min(2vw, 25px);
  }
  .top_feature_description {
    padding: 6%;
  }
  .post .top_feature_title {
    margin: 0 0 .6em;
  }
  .top_feature_item-l {
    flex-direction: column;
  }
  .top_feature_image-l {
    position: relative;
    width: 90%;
    height: auto;
    padding: 90% 0 0;
  }
  .top_feature_image-l img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .top_feature_description-l {
    width: 100%;
    margin: -60px 0 0;
    padding: 6%;
  }
}

/* -- top_button -- */

.top_button_inner {
  padding: min(calc(6rem + (1vw - 19.2px) * 1.9417), 6rem) 0;
  /* -- 1920 6rem 375 3rem -- */
}

/* ----------------------
下層　ご利用案内
---------------------- */

.post .flow_list {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.post .flow_list li {
  flex-shrink: 0;
  list-style: none;
  position: relative;
  width: 22%;
  margin: 0;
  padding: 0 20px;
}
.post .flow_list li::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -2px;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #191919;
  width: 0;
  height: 0;
  transform: translate(50%, -50%);
}
.post .flow_list li:last-child::after {
  content: none;
}
.post .flow_list .today {
  flex-shrink: 0;
  align-self: center;
  width: 12%;
}
.flow_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #efefef;
  height: 100%;
  padding: 1.2em 1em 1.5em;
}
.post .flow_list_num {
  background-color: #191919;
  border-radius: 300px;
  max-width: 100%;
  width: 130px;
  margin-bottom: 1.2em;
  padding: .6em 1em;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.flow_list_text {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.65;
}
.flow_list_item_today {
  display: flex;
  position: relative;
  border: 4px solid #c89d34;
  border-radius: 100%;
  padding-top: calc(100% - 8px);
}
.post .flow_list_today {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .3em !important;
  color: #c89d34;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .post .flow_list {
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
  }
  .post .flow_list li {
    width: 48%;
    padding: 20px;
  }
  .post .flow_list li:nth-child(2)::after {
    content: none;
  }
  .post .flow_list .today {
    width: 100%;
  }
  .post .flow_list .today::after {
    content: none;
  }
  .flow_list_item_today {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .post .flow_list {
    margin: -12px -14px !important;
  }
  .post .flow_list li {
    width: 48%;
    padding: 12px 14px;
  }
  .post .flow_list li::after {
    right: -1px;
    border-width: 6px 0 6px 10px;
  }
  .flow_list_item_today {
    width: 100px;
    height: 100px;
  }
  .post .flow_list_today {
    font-size: 1.8rem;
  }
}

/* ----------------------
下層　トレーナー紹介
---------------------- */

.profile_sns {
  display: flex;
  align-items: center;
}
.post .profile_sns_list {
  display: flex;
  align-items: center;
  margin: 0 -5px;
  padding: 0;
}
.post .profile_sns_list li {
  margin: 0 5px;
  padding: 0;
}
.post .profile_sns_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #191919;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-style: normal;
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
  transition: opacity .3s;
}
.post .profile_sns_list li a:hover {
  opacity: .6;
}
.post .profile_sns_list li a i {
  font-family: FontAwesome;
  font-style: normal;
}
.post .profile_sns_list li a i::before {
  font-size: 20px;
}

/* ----------------------
下層　アクセス
---------------------- */

.post .map {
  min-height: 240px;
  height: min(calc(540px + (1vw - 19.2px) * 19.4175), 540px);
  /* -- 1920 540px 375 240px -- */
}
.post .map iframe {
  width: 100%;
  height: 100%;
}

/* -- エディター用 -- */

#editor-style .map span {
  width: 100%;
  height: 100%;
}

/* ----------------------
下層　お問い合わせ
---------------------- */

#contact .form_flex {
  display: flex;
  align-items: center;
}
#contact .form_flex+.form_flex {
  margin-top: .5em;
}
#contact .form_flex .text {
  flex-shrink: 0;
}
#contact .form_flex .wpcf7-form-control-wrap {
  flex-grow: 1;
}
#contact .form_flex:first-child .wpcf7-form-control-wrap {
  max-width: 250px;
}
#contact .linkBtn input[type=submit] {
  background: #e8b724;
  background-image: url(/struct/wp-content/uploads/button_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 300px;
  max-width: 80%;
  width: 190px;
  padding: 1.3em 1em;
  color: #111;
  font-family: inherit;
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1294), 1.8rem);
  /* -- 1920 1.8rem 375 1.6rem -- */
  letter-spacing: 0.14em;
  line-height: 1;
  transition: background .3s, opacity .3s;
}
#contact .linkBtn input[type=submit]:hover {
  opacity: .7;
}
#contact .linkBtn input[type=submit][disabled]:hover {
  opacity: 1;
}
#contact input[type=file] {
  max-width: 400px;
  width: 100%;
  margin: 4px 0;
}
@media screen and (max-width: 1023px) {
  #contact .contact_preferred+.contact_preferred {
    margin-top: .5em;
  }
  #contact .contact_preferred_flex {
    flex-direction: column;
  }
  #contact .contact_preferred_flex>div {
    max-width: 400px;
    width: 100%;
  }
  #contact .contact_preferred_flex>div+div {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact_preferred_flex>div+div {
    margin-top: 5px;
  }
  #contact .linkBtn input[type=submit] {
    width: 170px;
  }
}
@media screen and (max-width: 640px) {
  .wpcf7-form .wpcf7-date {
    width: 100% !important;
  }
}

/* ----------------------
下層　プライバシーポリシー
---------------------- */

#privacy h2 {
  background: none;
  border: none;
  margin: min(calc(4rem + (1vw - 19.2px) * 1.2945), 4rem) 0 min(calc(2rem + (1vw - 19.2px) * 0.6472), 20px);
  /* -- 1920 4rem 2rem 375 2rem 1rem -- */
  padding: .2em .5em .1em;
  padding: 0 0 .25em;
  color: inherit;
  font-weight: 700;
  font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.3883), 2.4rem);
  /* -- 1920 2.4rem 375 1.8rem -- */
  line-height: 1.65;
  text-align: left;
}
#privacy h2::before,
#privacy h2::after {
  content: none;
}
#privacy h3 {
  background: none;
  background-color: #eee;
  border: none;
  width: fit-content;
  margin: min(calc(3rem + (1vw - 19.2px) * 0.9709), 3rem) 0 min(calc(2rem + (1vw - 19.2px) * 0.3236), 2rem);
  /* -- 1920 3rem 2rem 375 1.5rem 1.5rem -- */
  padding: .2em .5em;
  color: inherit;
  font-weight: 400;
  font-size: min(calc(2rem + (1vw - 19.2px) * 0.2589), 2rem);
  /* -- 1920 2rem 375 1.6rem -- */
  line-height: 1.5;
}
#privacy h3::before,
#privacy h3::after {
  content: none;
}

/* ----------------------
下層　サイトマップ
---------------------- */

.post ul#sitemap_list li,
.post ul.sitemap_list li {
  margin: 0 0 .75em;
  padding: 0;
  font-size: min(calc(1.7rem + (1vw - 19.2px) * 0.1294), 1.7rem);
  /* -- 1920 1.7rem 375 1.5rem -- */
  line-height: 1.65;
}
.post ul#sitemap_list ul,
.post ul.sitemap_list ul {
  margin: 1em 0 0 1em;
}
.post ul#sitemap_list li a,
.post ul.sitemap_list li a {
  text-decoration: none;
}

/* ----------------------
パンくず
---------------------- */

#breadcrumb {
  background-color: #eee;
  padding: 18px 30px;
}
#breadcrumb .en {
  display: none;
}
#breadcrumb br {
  display: none;
}
#breadcrumb ul {
  max-width: none;
  width: 100%;
  padding: 0;
}
#breadcrumb ul li {
  color: #404040;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: normal;
}
#breadcrumb ul li:first-child {
  margin-left: 0;
}
#breadcrumb ul li a {
  color: inherit;
}
@media screen and (max-width: 1023px) {
  #breadcrumb {
    padding: 14px 5%;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    padding: 10px 5%;
  }
  #breadcrumb ul li {
    font-size: 1rem;
  }
}

/* ----------------------
投稿
---------------------- */


/* -- reset -- */

.postlist {
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* -- 1920 1.6rem 375 1.4rem -- */
}
.postlist li {
  font-size: inherit;
}
.postlist .time {
  font-size: 100%;
}
.postlist .ttls,
.postlist .date {
  font-size: 100%;
}
.postlist li a {
  transition: opacity .3s;
}
.postlist li a:hover {
  opacity: .6;
}

/* -- postlist -- */

.postlist {
  background: none;
  border: none;
  margin: 0;
}
.postlist li {
  border: none;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.postlist li+li {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .postlist li+li {
    margin-top: 1.5rem;
  }
}

/* -- post_text -- */

.postlist .post_text {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .postlist .post_text {
    flex-wrap: wrap;
  }
}

/* -- time -- */

.postlist .time {
  max-width: 100%;
  background: none;
  border-radius: 0;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 400;
  font-size: inherit;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .04em;
  order: 2;
}
.postlist .time {
  margin: 0 15px 0 0;
  padding: 0;
  white-space: nowrap;
}
.postlist .time a {
  display: block;
  background-color: #111;
  padding: 3px 10px;
  font-size: .9em;
}
@media screen and (max-width: 767px) {
  .postlist .time {
    margin: 0;
  }
}

/* -- postlistのみ -- */


/* -- date -- */

.postlist .date {
  margin: 0 20px 0 0;
  padding: 0;
  order: 1;
}
@media screen and (max-width: 767px) {
  .postlist .date {
    margin: 0 12px 0 0;
  }
}

/* -- ttl -- */

.postlist .ttls {
  margin: 0 0 0 5px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  order: 3;
}
.postlist .ttls a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .postlist .ttls {
    display: block;
    width: 100%;
    margin: 10px 0 0 !important;
  }
}

/* -- postlistのみ 終わり -- */


/* ----------------------
ハンバーガーメニュー調整
---------------------- */

.mobile #header .logo .spmenu {
  background: none;
}
.spmenu #menu {
  padding-top: 2px;
}
.spmenu #menu p {
  bottom: -2px;
}
@media screen and (min-width: 1024px) {
  .spmenu {
    display: none;
  }
}

/* ----------------------
header
---------------------- */


/* -- PC・SP共通 -- */

.bg .inner {
  width: auto;
}
#header {
  z-index: 9999;
  overflow: visible;
}

/* -- PC・SP共通 キャッチフレーズ -- */

#header .bg,
.bg {
  background: none;
  margin: 0 auto;
}
.mobile #header .description {
  display: none;
}
@media screen and (min-width: 1024px) {
  /* -- ヘッダー -- */
  #header {
    width: 100%;
    margin: auto;
  }
  #header .inner,
  #header-layout,
  #header .logo,
  #header .sticky-logo,
  #header .logo a,
  #header .header__nav-contact,
  nav#mainNav,
  #mainNav .inner,
  nav div.panel,
  nav#mainNav ul,
  nav#mainNav ul li,
  nav#mainNav ul li a,
  #header ul.header__contact,
  #header ul.header__contact li,
  #header ul.header__contact li a {
    height: 100%;
    float: none;
  }
  #header .inner {
    background: none !important;
    width: 100%;
  }
  body:not(.home) #header>.inner {
    background: rgba(0, 0, 0, .8) !important;
  }
  #header-layout {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
  /* -- ロゴ キャッチフレーズ -- */
  #header .header_catch h1 {
    margin: 0 0 5px;
    padding: 0;
  }
  body:not(.home) #header .header_catch h1 {
    display: none;
  }
  #header .logo_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 13px 20px;
  }
  #header .logo {
    display: block;
    width: 200px;
    height: 60px;
    padding: 0;
  }
  .mobile #header .logo {
    padding: 10px 20px;
  }
  #header .logo a {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: opacity .3s;
  }
  #header .logo a:hover {
    opacity: .6;
  }
  #header .logo img {
    object-fit: contain;
    object-position: left center;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  /* -- グローバルナビ -- */
  nav#mainNav {
    background: none;
    width: auto;
    margin: 0;
    box-shadow: none;
  }
  .mobile nav#mainNav {
    height: auto;
  }
  #mainNav .inner {
    width: auto;
    margin: 0;
  }
  #header .header__nav-contact {
    height: auto;
  }
  nav#mainNav ul,
  #header .header__nav-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .panel ul li {
    margin: 0;
  }
  .panel ul li a:hover {
    transform: none;
  }
  nav#mainNav ul:not(.sub-menu) li+li {
    margin-left: 1.2em;
  }
  nav#mainNav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.2232), 1.8rem);
    /* -- 1920 1.8rem 1024 1.6rem -- */
    padding: min(calc(20px + (1vw - 19.2px) * 0.5580), 20px) 10px;
    /* -- 1920 20px 1024 15px -- */
    line-height: 1.5;
    letter-spacing: normal;
    transition: color .3s;
  }
  nav#mainNav ul li:hover ul.sub-menu a {
    display: block;
    font-size: min(calc(1.5rem + (1vw - 19.2px) * 0.1116), 1.5rem);
    /* -- 1920 1.5rem 1024 1.4rem -- */
    text-align: center;
  }
  nav#mainNav ul li a b {
    font-size: inherit !important;
    line-height: 1.5;
    transition: color .3s;
  }
  nav#mainNav ul li a span {
    display: inline;
    margin: 0;
    color: inherit;
    font-size: 100%;
  }
  nav#mainNav ul li.nav-reserve a {
    background: #e8b724;
    background-image: url(/struct/wp-content/uploads/button_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 90px;
    padding-left: 22px;
    padding-right: 22px;
    color: #111;
    font-weight: 700;
    transition: opacity .3s;
  }
  nav#mainNav ul li.nav-reserve a:hover {
    opacity: .8;
  }
  nav#mainNav ul li.nav-reserve a b {
    color: inherit;
    font-weight: inherit;
  }
  nav#mainNav ul ul.sub-menu {
    width: 220px;
    height: auto;
  }
  nav#mainNav div.panel>ul>li>ul.sub-menu {
    top: 100%;
  }
  /* -- スティッキーヘッダー -- */
  .sticky-header .site-header {
    z-index: 9999 !important;
  }
  .sticky-header #header>.inner {
    height: auto;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 9), rgba(0, 0, 0, .85)) !important;
  }
  .sticky-header #header .header_catch {
    display: none;
  }
  .sticky-header nav#mainNav {
    background: none;
    margin: 0;
  }
  .sticky-header nav#mainNav ul li {
    margin-top: 0;
  }
  .sticky-header #header .header_catch {
    display: none;
  }
  .sticky-header .header_logo_wrap {
    align-self: center;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  /* -- ロゴ キャッチフレーズ -- */
  #header .header_catch {
    display: none;
  }
  #header .logo {
    width: calc(200px * .8);
    height: calc(60px * .8);
  }
}

/* -- レスポンシブ -- */

@media screen and (max-width: 1023px) {
  #header-upper .header__socialicon,
  #header .sticky-logo,
  #header ul.header__contact {
    display: none;
  }
  #header h1,
  #header .description,
  #header-upper h1,
  #header-upper .description {
    display: block;
    float: none;
    text-align: center;
    padding: 20px 0 10px;
  }
  #header .inner {
    width: 100%;
  }
  #header>.inner {
    background-color: rgba(0, 0, 0, .8);
  }
  body.home.mobile:not(.sticky-header) #header>.inner {
    background-color: transparent;
  }
  #header-layout {
    padding: 0;
  }
  #header .logo_wrap {
    padding: 20px;
  }
  #header .header_catch h1 {
    margin: 0 0 10px;
    padding: 0;
  }
  #header .logo {
    display: block;
    max-width: 140px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  .mobile #header .logo {
    padding: 0;
  }
  #header .logo img {
    max-width: 140px;
    max-height: 100%;
  }
  .mobile #header .logo {
    max-width: 100%;
  }
  body.mobile #header .logo .mark {
    padding: 10px 0 10px 10px;
    text-align: left;
  }
  /* -- レスポンシブ__スティッキーヘッダー -- */
  .mobile #header {
    background: none;
    z-index: 9999;
  }
}

/*------------------------------------------
Footer
--------------------------------------------*/


/* -- reset -- */

#footer {
  padding: 0;
}
#footer ul {
  padding: 0;
  font-size: 100%;
}
#footer ul li {
  margin: 0;
  padding: 0;
}
#footer ul li::before {
  content: none;
}
#footer ul li:last-child::before {
  content: none;
}

/* -- reset終わり -- */

#footer .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding: 4rem 0 1rem;
}
#footerLogo {
  margin-bottom: 2rem;
}
#footer ul {
  text-align: center;
}
#footer ul li {
  color: #fff;
}
#footer ul li a {
  display: block;
  padding: 5px;
  overflow: hidden;
  text-decoration: none;
  transition: opacity .3s;
}
#footer ul li a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .6;
}
#footer .footer_sns>ul>li {
  padding: 5px;
  line-height: 1;
}
.fa-twitter-square:before {
  content: "\f099" !important;
}
#footer .footnav>ul>li {
  position: relative;
  padding: 5px;
  font-size: 1.4rem;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    padding: 3rem 0 1rem;
  }
  #footerLogo {
    width: 80%;
    margin: 0 auto 1.5rem;
  }
  #footerLogo img {
    max-width: 120px;
  }
  #footer .footer_sns>ul>li {
    padding: 3px;
  }
  #footer .footnav>ul>li {
    padding: 3px;
    font-size: 1.3rem;
  }
}

/*バージョンアップCF7送信スピナーによるテキストずれ対応*/
.wpcf7-spinner{
    position: absolute!important;
    margin: 0!important;
}