@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ヘッダーデザイン */
.header {
  width: 100%;
  height: 168px; /*margin:0 auto -30px;*/
  padding: 0 0 15px;
  z-index: 10;
  position: relative;
  background: #333333;
  border-bottom: #000 solid 1px;
}
.header h1,
.header #site-name {
  display: block;
  width: 100%;
  height: 118px;
  padding: 0;
  position: relative;
  z-index: 10;
  background: url(https://www.rv4wildgoose.com/common/images/base-parts/header_bg.png)
    no-repeat right top;
}
.header #corporate-logo {
  display: block;
  width: 970px;
  height: 83px;
  margin: 0 auto;
  padding: 8px 20px 20px;
  position: relative;
}
header #anniversary {
  display: inline-block;
  width: 100px;
  height: 87px;
  margin: 0;
  position: absolute;
  left: 500px;
  top: 5px;
}
.header div.nav {
  position: relative;
  margin: 0 auto;
  padding: 8px 0 0;
  display: block;
  width: 992px;
  z-index: 8;
}
body.header div.nav ul {
  height: 40px;
}
.header-list {
  margin: -25px 0 0;
  padding: 16px 0 0;
  display: block;
  width: 992px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
/* .header-list .menu-item {
  transition: all 0.3s ease;
} */
.header-list .current-menu-item {
  background: #eedc16;
  box-shadow: 1px 17px 15px -2px #333 inset;
}
/* .header-list .menu-item:hover {
  background: #eedc16;
  box-shadow: 1px 17px 15px -2px #333 inset;
} */
.header-list .menu-item a {
  font-size: 16px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.header-list .current-menu-item a {
  color: #333;
}
/* .header-list .menu-item a:hover {
  color: #333;
} */
.header-list .menu-item a::after {
  content: "";
  width: 90%;
  height: 3px;
  background: #eedc16;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
}
.header-list .current-menu-item a::after {
  background: #333;
}
/* .header-list .menu-item a:hover::after {
  background: #333;
} */
.header div.nav li {
  float: left;
  display: block;
}
.header div.nav li img {
  height: 40px;
}
.header div.nav li.presence {
  background: #eedc16;
}
.nav li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.nav li.nav_jimny-life img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
body.header div.second_navi {
  margin: 6px 0 0;
  padding: 0;
  border-bottom: 1px #333 solid;
  background: #eedc16;
  width: 100%;
}
body.header div.second_navi ul {
  margin: 0 auto;
  padding: 0 0 0 5px;
  width: 993px;
}
body.header div.second_navi li {
  display: inline-block;
  margin: 0 -2px 0 -3px;
  padding: 0;
  font-size: 108%;
  line-height: 0.8;
}
body.header div.second_navi li span.presence {
  display: block;
  border-left: #f60 11px solid;
  background: #ffd902;
  font-weight: bold;
}
body.header div.second_navi li a {
  display: block;
  padding: 10px 60px 10px 5px;
  border-left: #f9a20c 11px solid;
  background: #fff054;
  color: #333;
  font-weight: bold;
}
body.header div.second_navi li a:hover {
  border-left: #f60 11px solid;
  background: #ffd902;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  #header {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
  #header {
    position: relative;
    height: 0;
    margin: 0 0 9vw;
    padding-top: 24%;
    background: #333333;
  }
  #header #top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    padding-top: 1%;
    background: url(https://www.rv4wildgoose.com/wpdir/wp-content/themes/rv4wg/common/images_sp/common/hd_bg.png)
      repeat-x;
    background-size: 100% 100%;
    z-index: 100;
  }
  #header #top h1 {
    display: block;
    width: 67%;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin-left: 10px;
  }

  #header p#SpMenuBtn {
    position: relative;
    width: 70px;
    height: 46%;
    min-height: 30px;
    max-width: 80px;
    margin: 0 10px 0 0;
    float: right;
    background: #333
      url(https://www.rv4wildgoose.com/wpdir/wp-content/themes/rv4wg/common/images_sp/common/nav_menu_ttl.png)
      no-repeat 5px center;
    background-size: 46%;
    border-radius: 5px;
  }
  #header p#SpMenuBtn #icon {
    display: block;
    position: absolute;
    top: 45%;
    right: 8px;
    width: 18px;
    height: 3px;
    margin: 0;
    background: #fff;
    transition: 0.2s;
  }
  #header p#SpMenuBtn #icon:before,
  #header p#SpMenuBtn #icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 49%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: 0.3s;
  }
  #header p#SpMenuBtn #icon:before {
    margin-top: -10px;
  }
  #header p#SpMenuBtn #icon:after {
    margin-top: 6px;
  }
  /**/
  #header p#SpMenuBtn #icon.Close {
    background: transparent;
  }
  #header p#SpMenuBtn #icon.Close:before,
  #header p#SpMenuBtn #icon.Close:after {
    margin-top: 0;
  }
  #header p#SpMenuBtn #icon.Close:before {
    transform: rotate(-45deg);
    margin-top: -3px;
  }
  #header p#SpMenuBtn #icon.Close:after {
    transform: rotate(-135deg);
    margin-top: -3px;
  }
  #header.Open p#SpMenuBtn {
  }
  #header.Open p#SpMenuBtn #icon.Close:before,
  #header.Open p#SpMenuBtn #icon.Close:after {
    background: #fff;
  }
  /**/
  #header nav {
    background: #333;
    width: 100%;
    display: none;
    position: absolute;
    top: 67%;
    z-index: 99;
  }
  .gNav {
    width: 100%;
  }
  .gNav:after {
    content: " ";
    display: block;
    clear: both;
  }
  .gNav .menu-item:first-child a {
    border-top: none;
  }
  .gNav .menu-item:last-child {
    border: none;
  }
  .gNav .menu-item a {
    display: block;
    padding: 10px 0;
    border-top: #666666 solid 1px;
    border-bottom: #000000 solid 1px;
    background: url(https://www.rv4wildgoose.com/wpdir/wp-content/themes/rv4wg/common/images_sp/common/nav_arr.png)
      no-repeat 10px center;
    background-size: auto 30%;
    padding-left: 33px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
  }
  /**/
  .btn {
    border-top: #666666 solid 1px;
  }
  .btn:last-child {
    border: none;
  }
  .btn:last-child a {
    padding: 0;
  }
  .btn a {
    display: block;
    padding: 10px 0 0;
    border: none;
    background: none;
    text-align: center;
  }
  .btn a img {
    width: 93%;
  }

  #header #btm {
    display: flex;
    justify-content: normal;
  }
  #header #btm div {
    width: 50%;
  }

  @media all and (orientation: portrait) {
    #header #btm {
      margin: -10.5vw 0;
    }
  }
  @media all and (orientation: landscape) {
    #header #btm {
      margin: -11vw 0;
    }
  }
}

/* サイドバー */
#search-area {
  width: 240px;
  margin: 0 0 5px;
  padding: 5px 5px 10px;
  border: #666 5px solid;
  background: #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#search-area p {
  margin: 0 auto 10px;
  padding: 3px;
  background: #666;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#search-area input {
  display: block;
}
#search-area input.text {
  margin: 0 auto;
  border: #999 1px solid;
  width: 200px;
  padding: 3px;
}
#search-area input.button {
  margin: 10px auto 0;
  border: #333 2px solid;
  width: 80px;
  padding: 3px;
  background: #666;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#search-area input:hover.button {
  background: #999;
}

#sub-contents #News {
  width: 240px;
  height: 100%;
  margin: 5px 0 10px;
}
#sub-contents #News img {
  vertical-align: text-bottom;
  line-height: 0;
  display: block;
}
#sub-contents #News .Btm {
  background: url(/common/images/base-parts/side_btm_news.png) no-repeat left
    bottom;
  margin-top: -10px;
  padding: 10px 15px 10px 0;
  text-align: right;
}
#sub-contents #News dl {
  background: #fff;
  padding: 0 15px;
}
#sub-contents #News dt {
  font-weight: bold;
}
#sub-contents #News dd {
  border-bottom: #cccccc solid 1px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
#sub-contents #News .Btm {
  background: url(/common/images/base-parts/side_btm_news.png) no-repeat left
    bottom;
  margin-top: -10px;
  padding: 10px 15px 10px 0;
  text-align: right;
  background: #fff;
}

#sub-contents #Sales {
  width: 240px;
  margin-bottom: 10px;
  background: #5098b6;
}
#sub-contents #Sales img {
  line-height: 0;
  display: block;
}
#sub-contents #Sales a {
  display: block;
  height: 25px;
  text-align: right;
  padding: 0 10px 0 0;
  margin: 0;
  color: #fff;
  background: url(https://www.rv4wildgoose.com/common/images/base-parts/side_whole_sale_bg.png)
    no-repeat left bottom;
}

#CalendarArea {
  width: 240px;
  height: 420px;
  margin: 10px 0;
}
iframe#CalendarFrm {
  width: 240px;
  height: 420px;
  border: none;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
}
.sp-sidebar {
  display: none;
}

@media screen and (max-width: 768px) {
  #sub-contents {
    display: none;
  }
  .sp-sidebar {
    display: block;
  }
  .sp-sidebar #search-area {
    width: 96%;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    border: #666 5px solid;
    background: #ccc;
    border-radius: 10px;
  }
  .sp-sidebar #search-area p {
    margin: 0 auto 10px;
    padding: 3px;
    background: #666;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .sp-sidebar #search-area input {
    display: block;
  }
  .sp-sidebar #search-area input.text {
    margin: 0 auto;
    border: #999 1px solid;
    width: 63%;
    padding: 6px;
    margin-left: 2%;
    float: left;
  }
  .sp-sidebar#search-area input.button {
    margin: 10px auto 0;
    border: #333 2px solid;
    width: 25%;
    padding: 5px;
    background: #666;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
  }
  .sp-sidebar #search-area input:hover.button {
    background: #999;
  }
  .sp-sidebar .Rakuten {
    margin-bottom: 20px;
  }
  .sp-sidebar .imgCol1 {
    width: 100%;
    margin-bottom: 5px;
  }
  .sp-sidebar .imgCol2 {
    width: 49%;
    margin-bottom: 5px;
    float: left;
    margin-right: 0;
  }
  #btmBlc dt,
  #btmBlc dd,
  #btmBlc div.more {
    font-size: 3.75vw;
  }
  #btmBlc {
    background: #f6f5f0;
    padding: 20px 6.2% 20px;
  }
  #btmBlc #btmNav {
    margin-bottom: 30px;
  }
  #btmBlc #btmNav li {
    padding: 10px 0;
    border-bottom: #c8c6be solid 1px;
  }
  #btmBlc #btmNav li:last-child {
    border-bottom: none;
  }
  #btmBlc #btmNav li a {
    display: block;
    background: url(https://www.rv4wildgoose.com/wpdir/wp-content/themes/rv4wg/common/images_sp/common/btm_arr.png) no-repeat left center;
    background-size: auto 15px;
    color: #333;
    padding-left: 1.4em;
  }

  @media all and (orientation: portrait) {
    #btmBlc #btmNav li a {
      font-size: 4.8vw;
    }
  }
  @media all and (orientation: landscape) {
    #btmBlc #btmNav li a {
      font-size: 3.75vw;
    }
  }
  #btmBlc #btmNews {
    background: #fff;
    border-radius: 5px 5px 0 0;
    margin-bottom: 30px;
  }
  #btmBlc #btmNews h3 {
    background: #333333;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 5px 5px 0 0;
  }
  #btmBlc #btmNews dl {
    padding: 13px 13px 0;
  }
  #btmBlc #btmNews dl dd {
    padding-bottom: 8px;
    margin-bottom: 7px;
    border-bottom: #999999 solid 1px;
  }
  #btmBlc #btmNews dl dd:last-child {
    border: none;
  }
  #btmBlc #btmNews dl dd a {
    color: #faab01;
    text-decoration: underline;
  }
  #btmBlc #btmNews .more {
    text-align: right;
    padding: 0 13px 13px;
  }
  #btmBlc #btmNews .more a {
    color: #faab01;
    text-decoration: underline;
  }
  /*-------------------------------------------------
Calender
-------------------------------------------------*/
  #CalendarArea {
    width: 100%;
    height: 0;
    margin: 5px 0 0;
    position: relative;
  }
  iframe#CalendarFrm {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
  }

  @media all and (orientation: portrait) {
    #CalendarArea {
      padding-top: 40em;
    }
    iframe#CalendarFrm {
      height: 36em;
    }
  }

  @media all and (orientation: landscape) {
    #CalendarArea {
      padding-top: 25.5em;
    }
    iframe#CalendarFrm {
      height: 25em;
    }
  }
}
/* フッター */
/*aside {
  margin: 20px 0;
}*/

#PartsMaker,
aside {
  zoom: 1;
}

#PartsMaker:after,
aside:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#PartsMaker {
  width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}
#PartsMaker ul {
  list-style: none outside none;
  float: none;
  margin: 10px auto 0;
  padding: 20px 10px 0 20px;
  position: static;
  left: 0;
  width: 980px;
  display: flex;
}
#PartsMaker ul li {
  float: left;
  margin-right: 5px;
  position: relative;
  left: 0;
}

#apply-area {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 20px 50px;
  display: flex;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#apply-area div.photo {
  float: left;
  padding: 0 15px 0 0;
  width: 140px;
}
#apply-area div.photo img {
  border: #333 1px solid;
}
#apply-area div.company-info {
  float: left;
  margin: -3px 0 0;
  width: 380px;
  font-size: 14px;
}
#apply-area div.company-info dl {
  margin: 5px 0 0;
  padding: 0 5px 0 0;
  font-size: 12px;
}
#apply-area div.company-info p,
#apply-area div.company-info dt,
#apply-area div.company-info dd {
  font-weight: bold;
  line-height: 1.3em;
}
#apply-area div.company-info dt,
#apply-area div.company-info dd {
  display: inline-block;
}
#apply-area div.company-info dd {
  padding: 0 10px 0 0;
}
#apply-area div.company-info p.company-name {
  font-size: 116%;
}
#apply-area div.company-info p.zipcode,
#apply-area div.company-info p.address {
  font-size: 100%;
}
#apply-area div.company-info p.map,
#apply-area div.company-info p.company {
  display: inline-block;
  margin: 10px 5px 0 0;
}
#apply-area div.company-info p a {
  padding: 3px 5px;
  border: #f60 1px solid;
  background: #ff9d55;
  color: #fff;
  font-weight: bold;
	text-decoration:none;
}

#apply-area div.company-info p a:hover {
  background: #ff7600;
  text-decoration: none;
}
#apply-area div.contact {
  float: left;
  margin: -3px 0 0;
  padding: 0 0 0 15px;
  width: 438px;
  border-left: #dbd8c9 3px solid;
}
#apply-area div.contact p.title {
  font-size: 116%;
  font-weight: bold;
}
#apply-area div.contact div.tel,
#apply-area div.contact div.fax,
#apply-area div.contact p {
  display: inline-table;
}
#apply-area div.contact div {
  margin: 5px 0 0;
}
#apply-area div.contact div.e-mail p.expl {
  width: 175px;
}
#apply-area div.contact div.e-mail a {
  text-indent: -9999px;
  display: block;
  width: 232px;
  height: 40px;
  background: url(/common/images/base-parts/btn_mailform.gif) no-repeat;
  outline: 0;
}
#apply-area div.contact div.e-mail a:hover {
  background: url(/common/images/base-parts/btn_mailform_a.gif) no-repeat;
  outline: 0;
}

.footer {
  clear: both;
  width: 100%;
  height: 114px;
  background: url(https://www.rv4wildgoose.com/common/images/base-parts/footer_bg.png)
    repeat-x;
}
.footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.footer #copyright {
  margin: 0 auto;
  padding: 50px 20px 0;
  width: 980px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px
}
.footer div.navi {
  margin: 0;
  padding: 0;
}
.footer div.navi ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 0;
}
.footer div.navi li {
  display: inline-block;
  padding: 0 10px;
  border-left: 2px #fb0 solid;
  *display: inline;
  *zoom: 1;
}
.footer div.navi li#sitemap {
  border-right: 2px #fb0 solid;
}
.footer div.navi li a {
  color: #000;
  font-weight: bold;
  font-size: 13px;
	text-decoration:none;
}
.footer div.navi li#sitemap {
  color: #000;
  font-weight: bold;
  font-size: 100%;
}
.footer div.navi li#sitemap:hover {
  text-decoration: underline;
  cursor: pointer;
}
.footer #copyright p {
  background: url(https://www.rv4wildgoose.com/common/images/base-parts/footer_logo.png)
    no-repeat;
  margin: 0;
  padding: 0 0 0 70px;
  width: 376px;
  height: 51px;
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
}
.footer #copyright div.PageTopBtn {
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 116px;
  text-align: right;
  position: absolute;
  right: 40px;
  top: 50px;
}
.footer div.PageTopBtn img {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  #ftBlc {
    display: none;
  }
  #footer {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #PartsMaker {
    display: none;
  }
  #apply-area {
    display: none;
  }
  .footer {
    display: none;
  }

  #ftBlc {
    padding: 20px 6.2% 20px;
  }
  #partsMaker {
    margin: 0 auto;
    padding: 0 0 30px;
  }
  #partsMaker h2 {
    margin: 0 auto;
    text-align: center;
    border-bottom: #999999 solid 2px;
    margin-bottom: 15px;
  }
  #partsMaker h2 img {
    margin: 0;
    text-align: center;
  }
  #partsMaker ul {
    list-style: none outside none;
    float: none;
    margin: 0 auto;
    padding: 0;
    position: static;
    left: 0;
  }
  #partsMaker ul:after {
    content: " ";
    display: block;
    clear: both;
  }
  #partsMaker ul li {
    width: 49%;
    float: left;
    margin: 0 2% 5px 0;
  }
  #partsMaker ul li:nth-child(even) {
    margin-right: 0;
  }
  #btmInfo {
    clear: both;
    padding: 0 0 30px;
  }
  #btmInfo h3 {
    font-weight: bold;
  }

  #btmInfo p.company a {
    display: block;
    font-weight: bold;
    background: url(https://www.rv4wildgoose.com/wpdir/wp-content/themes/rv4wg/common/images_sp/common/btm_arr.png)
      no-repeat left center;
    background-size: auto 15px;
    color: #333;
    padding-left: 1.2em;
  }

  @media all and (orientation: portrait) {
    #btmInfo {
      font-size: 3.75vw;
    }
    #btmInfo h3 {
      font-size: 4.3vw;
      margin: 0 0 0.3em;
    }

    #btmInfo dl {
      margin-bottom: 10px;
    }
    #btmInfo dl dt {
      width: 5em;
      float: left;
    }
    #btmInfo dl dd {
      padding-left: 5em;
    }

    #btmInfo .btnMap a {
      border-radius: 5px;
      border: #fc0 3px solid;
      font-size: 5vw;
    }

    #btmInfo p.company a {
      margin: 0 0 10px;
      font-size: 4.2vw;
    }
  }

  @media all and (orientation: landscape) {
    #btmInfo {
      font-size: 2.5vw;
    }
    #btmInfo h3 {
      font-size: 3.25vw;
      margin: 0 0 0.3em;
    }
    address div.zipcode {
      display: inline-block;
      margin: 0 0.5em 0 0;
    }

    address div.address {
      display: inline-block;
    }

    #btmInfo dl {
      margin-bottom: 30px;
    }

    #btmInfo dl dt {
      float: left;
      padding-right: 0.5em;
    }

    #btmInfo dl dd {
      float: left;
      padding-right: 2em;
    }

    #btmInfo .btnMap a {
      padding: 8px;
      border-radius: 10px;
      border: #fc0 5px solid;
      font-size: 4vw;
    }

    #btmInfo p.company a {
      margin: 0 0 10px;
      font-size: 3vw;
    }

    /*Clearfix*/
    #btmInfo dl:after {
      content: " ";
      display: block;
      clear: both;
    }
  }

  #btmInfo .btnMap {
    clear: both;
  }
  #btmInfo .btnMap a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 42px;
    background: #fff86b
      url(https://www.rv4wildgoose.com/wpdir/wp-content/themes/rv4wg/common//images_sp/common/btn_arr.png)
      no-repeat 10px center;
    background-size: auto 50%;
  }

  #btmInq {
    background: #fff;
    border-radius: 5px 5px 0 0;
  }
  #btmInq h3 {
    background: #333333;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 5px 5px 0 0;
  }
  #btmInq p {
    padding: 20px 20px 0;
  }

  @media all and (orientation: portrait) {
    #btmInq h3 {
      font-size: 4.375vw;
    }
    #btmInq p {
      font-size: 3.75vw;
    }
  }

  @media all and (orientation: landscape) {
    #btmInq h3 {
      font-size: 2.7vw;
    }
    #btmInq p {
      font-size: 2.5vw;
    }
  }

  #btmInq ul {
    padding: 0 20px 20px;
  }
  #btmInq ul li {
    font-size: 24px;
    line-height: 1;
    border-bottom: #dadada solid 2px;
    padding: 10px 0;
    font-weight: bold;
  }
  #btmInq ul li:last-child {
    border: none;
    padding-bottom: 0;
  }
  #btmInq ul li img {
    vertical-align: bottom;
    width: 38px;
    margin-right: 10px;
  }
  #btmInq ul li a {
    color: #333;
    text-decoration: none;
  }
  li#sitemap {
    cursor: pointer;
    color: #009;
    text-decoration: none;
  }
  li:hover#sitemap {
    cursor: pointer;
    color: #f60;
    text-decoration: underline;
  }

  #footer {
    clear: both;
    width: 100%;
    background: url(https://www.rv4wildgoose.com/wpdir/wp-content/themes/rv4wg/common/images_sp/common/footer_bg.png)
      no-repeat;
    background-size: cover;
  }
  #footer ul {
    padding: 35px 2.2% 20px;
    text-align: center;
  }
  #footer ul:after {
    content: " ";
    display: block;
    clear: both;
  }
  #footer ul li {
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
    border-right: #333 solid 1px;
    padding: 0 0.8em;
  }
  #footer ul li a {
    color: #009;
    text-decoration: none;
  }

  #footer #copyright {
    background: #333;
    text-align: center;
    color: #fff;
    font-size: 2.2vw;
    line-height: 3.2;
  }

  @media all and (orientation: portrait) {
    #footer ul li:first-child {
      border-left: #333 solid 1px;
    }

    #footer ul li {
      font-size: 3.75vw;
    }

    #footer #copyright img {
      width: 38px;
      margin-right: 5px;
    }

    #footer #copyright {
      padding: 3.125vw 0;
    }
  }
  @media all and (orientation: landscape) {
    #footer ul li:nth-child(3) {
      border-left: none;
    }

    #footer ul li:first-child {
      border-left: #333 solid 1px;
    }

    #footer ul li {
      font-size: 2.2vw;
    }
    #footer #copyright {
      padding: 1.125vw 0;
    }

    #footer #copyright img {
      width: 48px;
      margin-right: 5px;
    }
  }
	#copyright {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #copyright div {
    margin-top: 5px;
  }
}

/* 監修者デザイン */
ul.c-iconList.is-style-circle.p-authorBox__iconList {
    list-style: none;
}
.p-authorBox.supervisor {
    font-size: 0.8em;
}

/* アフィボタン  */
.afib a {
    display: block;
/*     border-radius: 3px; */
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 30px 50px;
    position: relative;
/*     background: linear-gradient(90deg, rgb(0,159,231) 0%, rgb(61,185,236) 50%, rgb(142,211,245) 100%); */
    background: #ff6010;
    background-size: 200% 100%;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
/* 	border-bottom: solid 3px #ce4e0d; */
}
.afib a:before {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    margin: auto;
    border-radius: 50%;
}
.afib a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    right: 27px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
@media (max-width: 428px){
.afib a {
    font-size: 1em;
    padding: 24px 40px;
}
.afib a:before {
    right: 12px;
    width: 24px;
    height: 24px;
}
.afib a:after {
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    right: 22px;
}
.sp-radius {
    border-radius: 40px;
}
}
@media (min-width: 769px){
.afib a:hover {
    background-position: 100% 0;
}
}
.microcopy {
    position: relative;
    transform: translateX(-50%);
    left: 50%;	
    top: 30px;
    z-index: 1;
    display: inline-block;
    width: auto;
    height: 20px;
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    color: #ff6010;
    text-align: center;
    background: #fff;
    border: 1px solid #ff6010;
    border-radius: 10px;
}
span.btnlabel {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 56px;
    padding: 14px 6px 0 6px;
    border-radius: 6px 0 0 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #ff9500), to(#f38e00));
    background-image: -webkit-linear-gradient(top, #ff9500 85%, #f38e00 100%);
    background-image: linear-gradient(to bottom, #ff9500 85%, #f38e00 100%);
    font-size: 12px;
    line-height: 1.3;
}

.wp-block-group .microcopy {
    top: 20px;
}
.cap_box .microcopy {
    top: 20px;
}

/* インラインボタン */
.swl-inline-btn a {
    padding: .8em 1.5em;
}

/* 中央寄せ */
.center {
    text-align: center;
}

/* 引用元デザイン */
p.quote {
    color: #aaaaaa;
    font-size: 0.8em;
    margin-top: -20px;
}

p.quote a {
    color: #aaaaaa;
    text-decoration: none;
}

/* パンくずに記事タイトルを表示する */
.p-breadcrumb__list {
    overflow: auto;
}

.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block;
}

.p-breadcrumb__list{
  -ms-overflow-style: none;   /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  scrollbar-width: none;   /*Firefoxへの対応*/
}

.p-breadcrumb__list::-webkit-scrollbar{  /*Google Chrome、Safariへの対応*/
  display: none;
}

.p-breadcrumb {  /* 横スクロールを可能にする */
  padding: 8px 1em 4px;
}

.p-breadcrumb__list {
  overflow: scroll;
  padding-left: 0;
  padding-bottom: 8px;
}

/* 色付き文字を太字に */
span.swl-inline-color {
    font-weight: bold;
}

/* テーブルデザイン */
.wp-block-table tbody {
  background-color: #ffffff;
}

figure.wp-block-table {
    font-size: 0.8em;
}

/* 強調デザイン */
.post_content strong {
  background: linear-gradient(transparent 60%, rgba(254, 198, 214, 0.6) 60%);
  padding: 0 2px 2px;
}