@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Maru+Gothic&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #333;
  --color-primary: #E60013;
  --color-primary-shade: ;
  --color-primary-tint: ;
  --color-secondary: #004198;
  --color-secondary-tint: ;
  --color-table-border: #CCC;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1240px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #333;
  --header-color-primary: #E60013;
  --header-secondary: #004198;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #fff;
  --footer-color-font: #333;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Zen Maru Gothic", serif;
  --font-family03: "Poppins", sans-serif;
  --font-family04: ;
}

/*--メディアクエリ--------------------------------------------*/
@media print,
screen and (min-width: 1024px) {}

@media print,
screen and (max-width: 1023px) {}

@media print,
screen and (min-width: 769px) {}

@media print,
screen and (max-width: 768px) {}

/*--全体の設定--------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;

  body {
    line-height: 1.8;

    p {
      line-height: 1.8;
    }

    a:hover {
      color: var(--color-background);
    }
  }
}

#content,
body:not(.home) #content.wide {
  padding: var(--px100w) 0 0;
  margin: 0 auto;
}

/*--アンカーリンク--------------------------------------------*/
.anchor-link_contents {
  margin-top: -80px !important;
  padding-top: 80px !important;
}

.anchor-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  font-weight: bold;
  color: var(--color-background);
  max-width: 370px;
  width: 100%;
  border-radius: 50em;
  padding: var(--px20) var(--px40);
  position: relative;


  &::after {
    content: '\f35a';
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  &:hover {
    color: var(--color-background);
    opacity: 0.7;
  }

  &.anchor-link--blue {
    background: var(--color-secondary);
  }
}

@media print,
screen and (max-width: 768px) {}

/*--表示の切り替え--------------------------------------------*/

body:not(.page.home):not(.page-reservation) .cta01 {
  display: none;
}

/*--お知らせ　下線--------------------------------------------*/
.postlist li {
  border-top: 1px solid #ddd;
}

.postlist li:last-child {
  border-bottom: 1px solid #ddd;
}

/*--fvの比率調整--------------------------------------------*/
#mainImg img {
  width: 100% !important;
  height: auto;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor--bg-gray {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  background-color: #f5f5f5;
}

@media print,
screen and (max-width: 768px) {

  .widecolor--bg-primary-shade {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 0 min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 0;
    /* 120-80px (1920-375) */
  }
}

.post .widecolor>h2:first-child {
  margin-top: 0 !important;
}

.widearea {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
}

#content,
body:not(.home) #content.wide {
  margin: 0 auto;
}

body.page.page-id-6199 #content.wide {
  padding: 0;
}

body.page.page-id-6199 #breadcrumb {
  background: #fdf9ea;
}

@media print,
screen and (max-width: 768px) {

  #content,
  #content.wide {
    width: 100%;
  }

  .content_inner {
    width: 100%;
  }
}


/*----------------------------------------------
  utility
----------------------------------------------*/
/*---------コンテンツ幅-----------*/
.max_w840 {
  max-width: 840px;
}

.max_w1650 {
  max-width: 1650px;
}

.w100 {
  width: 100%;
}

/*---------背景-----------*/
.bg_white {
  background: var(--color-background) !important;
}

.bg_primary {
  background: var(--color-primary) !important;
}

.bg_secondary {
  background: var(--color-secondary) !important;
}

.bg_black {
  background: var(--color-font) !important;
}

/*---------文字色-----------*/
.fc_primary {
  color: var(--color-primary) !important;
}

.fc_secondary {
  color: var(--color-secondary) !important;
}

.fc_primary-shade {
  color: var(--color-primary-shade) !important;
}

.fc_white {
  color: #fff;
}

.fc_black {
  color: var(--color-font) !important;
}


/*---------文字-----------*/
.ff_zenmaru {
  font-family: var(--font-family02) !important;
}

/*---------フォントサイズ-----------*/
.fz14 {
  font-size: 14px !important;
}

.fz18 {
  font-size: var(--rem18) !important;
}

.fz28 {
  font-size: var(--rem28);
  line-height: 1.2;
}

.fz20 {
  font-size: var(--rem20);
}

.fz24 {
  font-size: var(--rem24);
}

.fz30 {
  font-size: var(--rem30);
}

.fz48 {
  font-size: var(--rem48);
}

.fz40 {
  font-size: var(--rem40);
}

.fz60 {
  font-size: var(--rem60);
}

@media screen and (max-width: 450px) {
  .sp-fz48 {
    font-size: var(--rem48) !important;
  }

  .sp-w50 {
    width: 50% !important;

    img {
      width: 100%;
    }
  }
}

/*---------リンク-----------*/
.txc_link {
  color: #1EB3EA;
  font-weight: bold;
}

/*---------gap-----------*/
.gap1 {
  gap: 1%;
}

/*---------border-----------*/
.border-none {
  border: none !important;
}

/*---------border-radius-----------*/
.r-120 {
  border-radius: var(--rem120);
}

/*---------line-height-----------*/
.lh1 {
  line-height: 1;
}


/*---------sp表示-----------*/
@media screen and (max-width: 450px) {
  .sp-txt_l {
    text-align: left !important;
  }

  .sp-txt_c {
    text-align: center !important;
  }
}

/*----------------------------------------------
  title
----------------------------------------------*/
h1.title,
.post h1,
header#h1Header h1.title {
  font-size: var(--rem48);
  font-family: var(--font-family02);
}

#thumbImg::before,
header#h1Header::before {
  background: transparent;
}

.post h3 {
  font-size: var(--rem20);
  font-family: var(--font-family02);
  font-weight: 600;
  letter-spacing: .1rem;
  padding: 0 .4em;
  margin: var(--px60) auto var(--px20);
  border-bottom: none;
  border-left: 10px solid var(--color-primary);
  color: var(--color-font);
  width: 100%;

  &.title_h3--blue {
    border-color: var(--color-secondary);
  }
}

.post h1,
h1,
.post h2,
h2,
.post h3,
h3,
.post h4,
h4,
.post h5,
h5,
p,
div,
span {

  /*---------top-main-title-----------*/
  &.top-main-title {
    font-family: var(--font-family02);
    font-size: var(--rem48);
    font-weight: bold;
    text-align: center;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 var(--rem20);
    margin: 0 auto var(--rem30);
    border: none;
    background: transparent;
    position: relative;

    .subtxt {
      display: block;
      font-size: var(--rem24);
      color: var(--color-primary);
      font-weight: bold;
      padding: 0;
      margin: 0;
      border: none;
      background: transparent;
    }

    &::before {
      content: none;
    }

    &:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: var(--px80);
      border-bottom: 3px solid var(--color-primary);
      content: "";
    }

    &.top-main-title--left {
      text-align: left;

      &::before {
        content: none;
      }

      &:after {
        left: 0;
        transform: initial;
      }
    }

    &.top-main-title--white {
      color: var(--color-background);

      .subtxt {
        color: var(--color-background);
      }

      &:after {
        background: var(--color-background);
      }
    }
  }

  /*---------page-secondary-title-----------*/
  &.page-phrase {
    font-family: var(--font-family02);
    font-size: var(--rem24);
    font-weight: 600;
    text-align: center;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0 0 0 var(--rem20);
    margin: 0 auto var(--rem20);
    border: none;
    background: transparent;

    &::before,
    &::after {
      content: none;
    }

    .subtxt {
      margin-top: var(--rem20);
      display: block;
      font-size: var(--rem20);
    }
  }

}


@media print,
screen and (max-width: 550px) {

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p,
  div,
  span {}
}

@media print,
screen and (max-width: 450px) {

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p,
  div,
  span {}
}

@media print,
screen and (max-width: 375px) {

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p {

    /*---------txtstyle01-----------*/
  }
}

/*----------------------------------------------
  header
----------------------------------------------*/
@media print,
screen and (min-width: 1024px) {
  #header-layout {
    padding: 10px 0;
  }

  #header a.head_btn.tel_btn {
    background: var(--header-color-primary);
    border-radius: 50em;

    &::before {
      content: '\f35a';
      margin-bottom: 0;
      margin-left: .4em;
    }
  }

  #header a.head_btn {
    flex-direction: row-reverse;
  }

  nav#mainNav ul li a,
  nav#mainNav ul li a:active,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-ancestor a,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li.current-menu-parent a {
    font-family: var(--font-family02);
  }
}

/*----------------------------------------------
  card
----------------------------------------------*/
/*---------col03-----------*/

.post .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col3_list>li {
  width: 32%;
  margin-bottom: 2%;
}

.post .col3_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}

.post .col3_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

@media print,
screen and (max-width: 768px) {
  .post .col3_list>li {
    width: 49%;
  }

  .post .col3_list::before,
  .post .col3_list:after {
    content: none;
  }
}

@media print,
screen and (max-width: 414px) {
  .post .col3_list>li {
    width: 100%;
  }

  .post .col3_list>li:last-child {
    margin-bottom: 0;
  }
}

/*----------------------------------------------
  ナンバリングリスト
----------------------------------------------*/
.num_list02-wrap {
  border-radius: 15px;
  overflow: hidden;
}

.num_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
}

.num_list02>li {
  position: relative;
  width: 100%;
  margin-top: var(--px40w);
}

.num_list02>li::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  height: 110px;
  color: var(--color-primary);
  background: #fff;
  font-size: 50px;
  font-family: var(--font-family03);
  border-radius: 50%;
  border: 4px solid var(--color-primary);
  top: -30px;
  left: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-style: italic;
}

.num_list02>li::after {
  content: '';
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/speech-bubble.png) no-repeat center / contain;
  width: 30px;
  height: 28px;
  left: 93px;
  top: 0;
}

.num_list02 .num_listttl {
  background: none;
  font-size: var(--rem20w);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  margin: 0 auto var(--rem12);
  border: none;
}


/*---------col03-----------*/

.post .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post .col3_list>li {
  width: 32%;
  margin-bottom: 2%;
}

.post .col3_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}

.post .col3_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

@media print,
screen and (max-width: 768px) {
  .post .col3_list>li {
    width: 100%;
    margin-bottom: 12%;
  }

  .post .col3_list>li:last-child {
    margin-bottom: 0;
  }
}

@media print,
screen and (max-width: 450px) {
  .num_list02>li::before {
    font-size: 30px;
    width: 70px;
    height: 70px;
  }

  .num_list02>li::after {
    width: 24px;
    height: 28px;
    left: 81px;
    top: -15px;
  }

  .post .col3_list>li {
    margin-bottom: 22%;
  }
}


/*----------------------------------------------
  ナンバリングリスト
----------------------------------------------*/
.card01_list.cardstyle02>li .txtarea {
  background: #fff;
  padding: 20px 20px 30px 20px;
}

/*----------------------------------------------
  fullwide
----------------------------------------------*/
/*---------fullwide03-----------*/
.fullwide03 {
  position: relative;
  background: transparent;
  padding-bottom: var(--px80);
}

.fullwide03:before {
  content: "";
  background: url(/wp-content/uploads/top-reason-bg.jpg) no-repeat center / cover;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.fullwide03_wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullwide03_inner {
  max-width: 1240px;
  width: 100%;
}

@media print,
screen and (max-width: 768px) {
  .fullwide03_wrap {
    padding: var(--px80) 5%;
  }
}

/*----------------------------------------------
  column
----------------------------------------------*/
/*---------column06-----------*/
.column06 {
  position: relative;
  margin: var(--px60) 0 0;
}

.column06_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  z-index: 20;
}

.column06 .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
  border-radius: 0 60px 60px 0;
  overflow: hidden;
}

.column06 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column06 .txtarea {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFAD0;
  padding: var(--px80) var(--px40);
  margin: 0 auto -70px -5%;
  z-index: 10;
  border-radius: 60px 0 0 60px;
}

.column06 .txtarea .txtinner {
  max-width: 670px;
  width: 100%;
}

.column06_wrap+.column06_wrap {
  margin-top: var(--px80);
}

@media print,
screen and (min-width: 1024px) {

  /*左右反転*/
  .column06_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column06_wrap.rev .txtarea {
    margin: 0 -5% -70px auto;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
  }

  .column06 .imgarea,
  .column06 .txtarea {
    width: 90%;
  }

  .column06 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  }
}

@media print,
screen and (max-width: 768px) {
  .column06 .txtarea {
    padding: var(--px80) 5%;
  }
}

/*----------------------------------------------
  Btn
----------------------------------------------*/
/*--------primary-----------*/
.linkBtn--primary,
.post .linkBtn--primary .post,
a.linkBtn--primary,
.post .subimitarea .linkBtn--primary .post .subimitarea input[type="submit"] input[type="submit"] {
  background: var(--color-primary);
  position: relative;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  margin: initial;
  width: 270px;
  height: 56px;
  padding: 10px 45px 10px 25px;
  font-size: var(--rem16);
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 50em;

  span {
    color: var(--color-background);
  }



  &:after {
    content: '\f35a';
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1;
    color: var(--color-background);
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    border: none;
  }


  &:hover span {
    color: var(--color-background);
  }

  &:hover {
    opacity: 0.8;
  }
}

/*--------secondary-----------*/
.linkBtn--secondary,
.post .linkBtn--secondary .post,
a.linkBtn--secondary,
.post .subimitarea .linkBtn--secondary .post .subimitarea input[type="submit"] input[type="submit"] {
  background: var(--color-secondary);
  position: relative;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  margin: initial;
  width: 270px;
  height: 56px;
  padding: 10px 45px 10px 25px;
  font-size: var(--rem16);
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 50em;

  span {
    color: var(--color-background);
  }



  &:after {
    content: '\f35a';
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1;
    color: var(--color-background);
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    border: none;
  }


  &:hover span {
    color: var(--color-background);
  }

  &:hover {
    opacity: 0.8;
  }
}

/*----------------------------------------------
  CTA
----------------------------------------------*/
.cta01 {
  background: #FFFAD0;
  position: relative;
  z-index: 0;
}

.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  padding: var(--px80);
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 760px;
  margin: var(--px50) auto 0 auto;
}

.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}

.cta01 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease .15s;
}

.cta01 a.item:hover {
  opacity: 0.8;
}

.cta01 img {
  width: 100%;
}

@media print,
screen and (max-width: 768px) {

  .cta01 .cta01_wrap,
  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }

  .cta01 .ctabtnlist li+li {
    margin-top: 1rem;
  }
}

/*ボタン共通パーツ*/

.cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta01 .infotxt {
  font-size: var(--rem16);
}

/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
}

.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}

.cta01 a.telbtn {
  background: #fff;
  color: var(--color-secondary);
  border: 3px solid var(--color-secondary);
  border-radius: 50em;
  font-weight: bold;
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
}

.cta01 a.mailbtn {
  background: #fff;
  color: var(--color-primary);
  border: 3px solid var(--color-primary);
  border-radius: 50em;
  font-weight: bold;
}

/*ボタンアイコン*/

.cta01 .mailbtn .btnttl::before,
.cta01 .telnum::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1rem;
}

.cta01 .mailbtn .btnttl::before {
  content: '\f0e0';
}

.cta01 .telnum::before {
  content: '\f3cd';
}

/*--------下層ページCTA-----------*/
.page-cta01 {
  background: url(/wp-content/uploads/page-cta.jpg) no-repeat center / cover;
  position: relative;
  z-index: 0;
}

.page-cta01 .page-cta01_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  background: #FFFAD0;
  padding: var(--px80);
}

.page-cta01 .page-ctabtnlist {
  justify-content: space-between;
  max-width: 960px;
  margin: var(--px50) auto 0 auto;
}

/*----------------------------------------------
table
----------------------------------------------*/
.post table th {
  background: #FFFAD0;
}

.post table.table_style02,
.post table.table_style02 th,
.post table.table_style02 td {
  border-width: 1px 0;
  border-color: var(--color-table-border);
}

.post table.table_style02 {
  margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;
  /* 30-20px (1920-375) */
}

.post table.table_style02 th,
.post table.table_style02 td {
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  padding: min(calc(20px + (1vw - 19.2px) * 0.5580), 20px) min(calc(15px + (1vw - 19.2px) * 0.3236), 15px);
  /* 20-15px 15-10px (1920-375) */
}

.post table.table_style02 th {
  width: 25%;
  font-weight: 600;
}

.post table.table_style02:first-child {
  margin-top: 0;
}

.post table.table_style02:last-child {
  margin-bottom: 0;
}

/*================================
  TOP
================================*/
/*--------よくあるご質問-----------*/
.top-qa_list_inner {
  cursor: pointer;
  border: 3px solid var(--color-primary);
  border-radius: 30px;
  overflow: hidden;
}

.top-qa_list .top-qa_list_inner dt {
  position: relative;
  font-weight: normal;
  display: flex;
  align-items: stretch;
  padding: 0rem 1rem 0rem 0rem;
  background: #ffffff;
  padding: var(--rem20);
}

.top-qa_list .top-qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
}

.top-qa_list .top-qa_list_inner .a_ico {
  color: #ffffff;
  background: var(--color-primary);
  line-height: 1.0;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  width: 100%;
  text-align: center;
  max-width: 60px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
}

.top-qa_list .top-qa_list_inner .q_ico {
  color: var(--color-primary);
  line-height: 1.0;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
}

.top-qa_list .top-qa_list_inner .q_desc,
.top-qa_list .top-qa_list_inner .a_desc {
  padding: 1.5rem 1.5rem 1.5rem 0;
  line-height: 1.7;
}

.top-qa_list .top-qa_list_inner .q_desc {
  font-weight: bold;
}

.top-qa_list .top-qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  border-top: 1px dashed #999;
}

.top-qa_list .top-qa_list_inner dt:after {
  content: '\f0ab';
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
  color: var(--color-primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 3rem;
}

.top-qa_list .top-qa_list_inner .active:after {
  -webkit-transform: rotate(-180deg) translateY(50%);
  transform: rotate(-180deg) translateY(50%);
}

.top-qa_list .top-qa_list_inner dd {
  display: none;
  position: relative;
  padding: 0 var(--rem20) var(--rem20);
  margin: 0 0 1rem 0;
  border-top: 0;
}

@media only screen and (max-width: 959px) {
  .top-qa_list .top-qa_list_inner {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 768px) {

  .top-qa_list .top-qa_list_inner .q_desc,
  .top-qa_list .top-qa_list_inner .a_desc {
    padding: 0.5rem 2rem 0.5rem 1rem;
  }

  .top-qa_list .top-qa_list_inner dt {
    padding: 0rem 2rem 0rem 0rem;
  }

  .top-qa_list .top-qa_list_inner .a_ico,
  .top-qa_list .top-qa_list_inner .q_ico {
    max-width: 50px;
    padding: 1.2rem 1.0rem;
  }

  .top-qa_list .top-qa_list_inner dt:after {
    right: 2rem;
  }

  .top-qa_list .top-qa_list_inner .active:after {
    right: 2rem;
  }
}

@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }

  .qa_list .qa_list_inner {
    margin-bottom: 6rem;
  }

  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}

/*--------instagram-----------*/
.top-instagram {
  background: url(/wp-content/uploads/top-instagram-bg.jpg) no-repeat center / cover;
}


@media screen and (max-width: 768px) {

  .top-instagram,
  .top-faq {
    padding: var(--px120) 5%;
  }
}

/*================================
  ご予約/アクセス
================================*/
.page-reservation #content.wide {
  padding: 0 !important;
}

.page-reservation #breadcrumb {
  display: none;
}

/*--------ご利用の流れ-----------*/
.flowlist01 {
  padding-left: 13rem;
  position: relative;
}

.flowlist01::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #FFFAD0;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 13rem;
}

.flowlist01>li {
  position: relative;
}

.flowlist01>li:not(:last-child) {
  margin-bottom: 8vh;
}

.flowlist01>li .icon {
  font-size: 1.6rem;
  color: #fff;
  background: var(--color-primary);
  padding: 0.8rem 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: -13rem;
  z-index: 100;
  font-style: italic;
}

.flowlist01>li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent var(--color-primary);
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flowlist01>li dl {
  padding-left: 7rem;
  position: relative;
  padding-top: 0.7rem;
}

.flowlist01>li dl::before,
.flowlist01>li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
}

.flowlist01>li dl::before {
  width: 7px;
  height: 7px;
  margin-top: 0;
  background: #1A1A1A;
  border-radius: 50%;
  left: -4px;
}

.flowlist01>li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
  top: 2.3rem;
}

.flowlist01>li dl dt {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.6rem;
  border-bottom: 1px solid var(--color-font);
}

@media (max-width: 768px) {
  .flowlist01>li .icon {
    font-size: 1.2rem;
  }

  .flowlist01 {
    padding-left: 10rem;
  }

  .flowlist01>li .icon {
    left: -11rem;
  }

  .flowlist01::before {
    left: 10rem;
  }

  .flowlist01>li dl {
    padding-left: 4.5rem;
  }

  .flowlist01>li dl::after {
    width: 30px;
  }

  .flowlist01>li dl dt {
    font-size: 1.4rem;
  }
}


/*================================
  よくあるご質問
================================*/
.sec-faq {
  .col3_list {
    margin-bottom: var(--rem40);
  }

  .col3_list>li {
    margin-bottom: 5%;
  }
}

/*---------赤----------*/
.red-qa_list_inner {
  cursor: pointer;
  border: 3px solid var(--color-primary);
  border-radius: 30px;
  overflow: hidden;
}

.red-qa_list .red-qa_list_inner dt {
  position: relative;
  font-weight: normal;
  display: flex;
  align-items: center;
  padding: 0rem 1rem 0rem 0rem;
  background: #ffffff;
  padding: var(--rem20);
}

.red-qa_list .red-qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
}

.red-qa_list .red-qa_list_inner .a_ico {
  color: #ffffff;
  background: var(--color-primary);
  line-height: 1.0;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  width: 100%;
  text-align: center;
  max-width: 60px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
}

.red-qa_list .red-qa_list_inner .q_ico {
  color: var(--color-primary);
  line-height: 1.0;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
}

.red-qa_list .red-qa_list_inner .q_desc,
.red-qa_list .red-qa_list_inner .a_desc {
  padding: 1.5rem 1.5rem 1.5rem 0;
  line-height: 1.7;
}

.red-qa_list .red-qa_list_inner .q_desc {
  font-weight: bold;
}

.red-qa_list .red-qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  border-top: 1px dashed #999;
}

.red-qa_list .red-qa_list_inner dt:after {
  content: '\f0ab';
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
  color: var(--color-primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 3rem;
}

.red-qa_list .red-qa_list_inner .active:after {
  -webkit-transform: rotate(-180deg) translateY(50%);
  transform: rotate(-180deg) translateY(50%);
}

.red-qa_list .red-qa_list_inner dd {
  display: none;
  position: relative;
  padding: 0 var(--rem20) var(--rem20);
  margin: 0 0 1rem 0;
  border-top: 0;
}

@media only screen and (max-width: 959px) {
  .red-qa_list .red-qa_list_inner {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 768px) {

  .red-qa_list .red-qa_list_inner .q_desc,
  .red-qa_list .red-qa_list_inner .a_desc {
    padding: 0.5rem 2rem 0.5rem 1rem;
  }

  .red-qa_list .red-qa_list_inner dt {
    padding: 0rem 2rem 0rem 0rem;
  }

  .red-qa_list .red-qa_list_inner .a_ico,
  .red-qa_list .red-qa_list_inner .q_ico {
    max-width: 50px;
    padding: 1.2rem 1.0rem;
  }

  .red-qa_list .red-qa_list_inner dt:after {
    right: 2rem;
  }

  .red-qa_list .red-qa_list_inner .active:after {
    right: 2rem;
  }
}

@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }

  .qa_list .qa_list_inner {
    margin-bottom: 6rem;
  }

  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}

/*---------青----------*/
.blue-qa_list_inner {
  cursor: pointer;
  border: 3px solid var(--color-secondary);
  border-radius: 30px;
  overflow: hidden;
}

.blue-qa_list .blue-qa_list_inner dt {
  position: relative;
  font-weight: normal;
  display: flex;
  align-items: stretch;
  padding: 0rem 1rem 0rem 0rem;
  background: #ffffff;
  padding: var(--rem20);
}

.blue-qa_list .blue-qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
}

.blue-qa_list .blue-qa_list_inner .a_ico {
  color: #ffffff;
  background: var(--color-secondary);
  line-height: 1.0;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  width: 100%;
  text-align: center;
  max-width: 60px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
}

.blue-qa_list .blue-qa_list_inner .q_ico {
  color: var(--color-secondary);
  line-height: 1.0;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
}

.blue-qa_list .blue-qa_list_inner .q_desc,
.blue-qa_list .blue-qa_list_inner .a_desc {
  padding: 1.5rem 1.5rem 1.5rem 0;
  line-height: 1.7;
}

.blue-qa_list .blue-qa_list_inner .q_desc {
  font-weight: bold;
}

.blue-qa_list .blue-qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  border-top: 1px dashed #999;
}

.blue-qa_list .blue-qa_list_inner dt:after {
  content: '\f0ab';
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
  color: var(--color-secondary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 3rem;
}

.blue-qa_list .blue-qa_list_inner .active:after {
  -webkit-transform: rotate(-180deg) translateY(50%);
  transform: rotate(-180deg) translateY(50%);
}

.blue-qa_list .blue-qa_list_inner dd {
  display: none;
  position: relative;
  padding: 0 var(--rem20) var(--rem20);
  margin: 0 0 1rem 0;
  border-top: 0;
}

@media only screen and (max-width: 959px) {
  .blue-qa_list .blue-qa_list_inner {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 768px) {

  .blue-qa_list .blue-qa_list_inner .q_desc,
  .blue-qa_list .blue-qa_list_inner .a_desc {
    padding: 0.5rem 2rem 0.5rem 1rem;
  }

  .blue-qa_list .blue-qa_list_inner dt {
    padding: 0rem 2rem 0rem 0rem;
  }

  .blue-qa_list .blue-qa_list_inner .a_ico,
  .blue-qa_list .blue-qa_list_inner .q_ico {
    max-width: 50px;
    padding: 1.2rem 1.0rem;
  }

  .blue-qa_list .blue-qa_list_inner dt:after {
    right: 2rem;
  }

  .blue-qa_list .blue-qa_list_inner .active:after {
    right: 2rem;
  }
}

@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }

  .qa_list .qa_list_inner {
    margin-bottom: 6rem;
  }

  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}

/*================================
  宮古島観光案内
================================*/
.post .point_name {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  background: none;
  border: none;
  /* -- 1920 120px 375 40px -- */
  /* -- 1920 45px 375 25px -- */
  padding: 0 0 0.5em;
  color: var(--color-primary);
  font-family: var(--font-family03);
  font-size: var(--rem18);
  /* -- 1920 3.6rem 375 2.1rem -- */
  font-weight: 700;
  text-align: left;
  line-height: 1.35;
  letter-spacing: normal;
  gap: 0.15em 1em;
  margin-bottom: var(--rem20);
}

.post .point_name::before,
.post .point_name::after {
  content: none;
}

.point_name span.sub {
  color: var(--color-font);
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: var(--rem20);
  text-align: left;
  letter-spacing: normal;
}


/*================================
  お問い合わせ
================================*/
.wpcf7-form .must {
  background: var(--color-primary);
  color: var(--color-background);
}

.wpcf7-form .must_fn {
  background: var(--color-primary);
  color: var(--color-background);
}

.wpcf7-form input[type=submit] {
  font-size: 100%;
  background: transparent;
  width: 100%;
  height: 100%;
}

/*追加*/
body:not(.home) #content.wide{padding-top: 0!important;}
#header .logo .spmenu{display: none;}
@media(max-width: 768px){
  nav#mainNav a.menu{display: none;}
}