@charset "UTF-8";
/*============================================================= 02_base =============================================================*/
/*!  02_base
================================================ */
html {
  overflow: auto;
}

body {
  min-width: 320px;
  line-height: 2;
  overflow: hidden;
  background: #fff;
  background-image: url("../img/common/bg_border01.png");
  background-repeat: repeat-y;
  background-size: auto 1px;
  color: #262626;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 600px) {
  body {
    background-image: url("../img/common/bg_border01_pc.png");
    background-size: auto 2px;
  }
}
@media screen and (min-width: 600px) {
  body {
    min-width: 1280px;
    padding-bottom: 105px;
    font-size: 1.8rem;
  }
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 100;
  src: url(../font/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
}
input,
button,
textarea {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
}

a {
  color: #262626;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  a.opacity {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  a.opacity:hover {
    opacity: 0.7;
    text-decoration: none !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
@media screen and (min-width: 600px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
img {
  max-width: 100%;
}

button {
  outline: none;
  cursor: pointer;
}

/*  clearfix
================================================ */
.cf:after {
  display: block;
  clear: both;
  content: "";
}

/*  font
================================================ */
.is_font_serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.is_font_serif span {
  font-weight: 500;
}

.is_color_fox {
  color: #b98a4b;
}

.is_color_aqua {
  color: #40bec5;
}

.is_color_brown {
  color: #aa8e68;
}

/*  switch
================================================ */
.mediaquery {
  font-family: "sp";
}

@media screen and (min-width: 600px) {
  .mediaquery {
    font-family: "pc";
  }
}
@media screen and (min-width: 600px) {
  .viewSp {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .viewPc {
    display: none !important;
  }
}
/*============================================================= 03_layout =============================================================*/
/*!  #gHeader
================================================ */
@media all and (min-width: 600px) {
  #gHeader {
    position: relative;
    z-index: 1;
  }
}
#gHeader .siteCopy {
  position: relative;
  z-index: 9;
  color: #d1cfcf;
  font-weight: 600;
  font-size: 1rem;
}

@media all and (max-width: 374px) {
  #gHeader .siteCopy .pageTit {
    width: 120%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
@media screen and (min-width: 600px) {
  #gHeader .siteCopy .pageTit {
    line-height: 1;
  }
}
@media screen and (max-width: 599px) {
  #gHeader .siteCopy {
    border-bottom: 1px solid #e6e6e6;
    background: #f3f3f4;
  }

  #gHeader .siteCopy .inner {
    padding-right: 0;
  }
}
@media screen and (min-width: 600px) {
  #gHeader .siteCopy {
    line-height: 1.54;
    font-size: 1.3rem;
  }

  #gHeader .siteCopy .inner {
    padding: 10px 0 0;
  }
}
#gHeader .hdInfo {
  position: relative;
  z-index: 9;
  background: #fff;
}

@media screen and (max-width: 599px) {
  #gHeader .hdInfo {
    height: 55px;
  }
}
@media screen and (max-width: 599px) {
  #gHeader .hdInfo .inner {
    padding-top: 7px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 600px) {
  #gHeader .hdInfo .inner {
    padding-bottom: 24px;
  }
}
#gHeader .hdInfo .logo {
  padding-top: 2px;
  width: 215px;
}

@media all and (max-width: 374px) {
  #gHeader .hdInfo .logo {
    width: 200px;
  }
}
@media screen and (min-width: 600px) {
  #gHeader .hdInfo .logo {
    float: left;
    width: 672px;
    margin-left: -14px;
    padding-top: 18px;
  }
}
#gHeader .hdInfo .btnTel,
#gHeader .hdInfo .btnGnav {
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 55px;
  height: 55px;
  line-height: 1;
  text-align: center;
}

#gHeader .hdInfo .btnTel .txt,
#gHeader .hdInfo .btnGnav .txt {
  display: block;
  color: #fff;
  font-size: 1rem;
}

#gHeader .hdInfo .btnGnav {
  display: block;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 31px 0 0;
  border: 0;
  background: #cdaf7f;
}

#gHeader .hdInfo .btnGnav .line {
  display: block;
  position: absolute;
  top: 18px;
  left: 50%;
  width: 28px;
  height: 3px;
  margin-left: -14px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#gHeader .hdInfo .btnGnav .line:nth-child(1) {
  margin-top: -9px;
}

#gHeader .hdInfo .btnGnav .line:nth-child(3) {
  margin-top: 9px;
}

#gHeader .hdInfo .btnGnav.is_open .line {
  top: 50%;
}

#gHeader .hdInfo .btnGnav.is_open .line:nth-child(1) {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#gHeader .hdInfo .btnGnav.is_open .line:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#gHeader .hdInfo .btnGnav.is_open .line:nth-child(3) {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#gHeader .hdInfo .btnTel {
  right: 55px;
}

#gHeader .hdInfo .btnTel a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding-top: 30px;
  background: #5ac6cc;
}

#gHeader .hdInfo .btnTel a:before {
  display: block;
  position: absolute;
  top: 7px;
  left: 50%;
  width: 21px;
  height: 15px;
  background: url("../img/common/ico_mail01.png") no-repeat center;
  background-size: contain;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#gHeader .hdInfo .home {
  float: right;
  margin-right: 10px;
}

#gHeader .hdInfo .mail {
  float: right;
  width: 210px;
}

#gHeader .hdInfo .mail a {
  display: block;
  line-height: 1;
  padding: 23px 0;
  border-radius: 4px;
  background: #5ac6cc;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: inset 0 -4px 0 0 #2d9fa7;
  box-shadow: inset 0 -4px 0 0 #2d9fa7;
}

#gHeader .hdInfo .mail a:hover {
  background-color: #47b7bd;
}

#gHeader .hdInfo .mail span {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-left: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}

#gHeader .hdInfo .mail span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 14px;
  background: url("../img/common/ico_mail01.png") no-repeat center;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 600px) {
  #gHeader .hdInfo .contactBtn {
    float: right;
  }

  #gHeader .hdInfo .contactBtn a {
    display: block;
    width: 135px;
    height: 77px;
    padding: 18px 15px 21px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.25;
    border-radius: 4px;
    background: #5ac6cc;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: inset 0 -4px 0 0 #2d9fa7;
    box-shadow: inset 0 -4px 0 0 #2d9fa7;
    color: #fff;
  }

  #gHeader .hdInfo .contactBtn span {
    position: relative;
  }

  #gHeader .hdInfo .contactBtn span:before {
    display: block;
    position: absolute;
    top: 15px;
    left: -38px;
    width: 20px;
    height: 14px;
    background: url("../img/common/ico_mail01.png") no-repeat center;
    background-size: auto;
    background-size: contain;
    content: "";
  }
}
#gHeader .navOverlay {
  display: none;
}

@media screen and (max-width: 599px) {
  #gHeader .navOverlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (min-width: 600px) {
  .gNavWrap {
    height: 70px;
  }
}
.gNav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 5px 30px;
  font-size: 1.5rem;
}

@media screen and (max-width: 599px) {
  .gNav {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 10;
    width: 100%;
    overflow: auto;
    background: #c5a26a;
  }
}
@media screen and (min-width: 600px) {
  .gNav {
    position: relative;
    line-height: 1.25;
    padding: 17px 0;
    background: #cdaf7e;
    font-size: 1.6rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gNav .list {
    display: table;
  }

  .gNav .list > li {
    display: table-cell;
    border-width: 0 0 0 1px;
    border-style: dotted;
    border-color: #fff;
    vertical-align: middle;
  }
}
.gNav .bnr {
  margin-top: 25px;
}

.gNav a,
.gNav button,
.gNav span {
  display: block;
  color: #fff;
  cursor: pointer;
}

.gNav li a,
.gNav li > span {
  position: relative;
  padding: 7px 13px;
}

@media screen and (max-width: 599px) {
  .gNav li a,
.gNav li > span {
    border-bottom: 1px solid #b29065;
  }
}
@media screen and (min-width: 600px) {
  .gNav li a,
.gNav li > span {
    display: block;
    line-height: 1.2;
    padding: 3px 9px;
    border-color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .gNav li:last-child a {
    border-right: 1px dotted #fff;
  }
}
@media screen and (min-width: 600px) {
  .gNav .list > li > a,
.gNav .list > li > span {
    position: relative;
  }

  .gNav .list > li > a:after,
.gNav .list > li > span:after {
    display: block;
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 30px;
    height: 5px;
    margin-left: -15px;
    background: #fff;
    opacity: 0;
    content: "";
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .gNav .list > li > a:hover:after,
.gNav .list > li > span:hover:after {
    opacity: 1;
  }

  .gNav .list > li > a.is_active:after,
.gNav .list > li > span.is_active:after {
    opacity: 1;
  }
}
@media screen and (max-width: 599px) {
  .gNav li a:before {
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    border-width: 3px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
  }
}
@media screen and (max-width: 599px) {
  .gNav li > span:before,
.gNav li > span:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    content: "";
  }
}
.gNav button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 165px;
  margin: 20px auto 0;
  padding: 9px 0;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 1.3rem;
  text-align: center;
}

.gNav button span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}

.gNav button span:before,
.gNav button span:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 12px;
  height: 2px;
  background: #fff;
  content: "";
}

.gNav button span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gNav button span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*  .gnav-list
================================================== */
.gnav-list-child {
  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;
  padding: 10px 0 3px !important;
}

.gnav-list-child__item {
  width: 49%;
}

.gnav-list-child__item:nth-child(n+3) {
  margin-top: 6px;
}

.gnav-list-child__link {
  border: none !important;
  padding: 0 !important;
}

.gnav-list-child__link:before {
  content: none !important;
}

@media screen and (max-width: 599px) {
  .gnav-list__head {
    pointer-events: none;
  }

  .gnav-list__head:before, .gnav-list__head:after {
    content: none !important;
  }

  .gnav-list__content {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .gnav-list-child {
    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;
    padding: 10px 0 3px !important;
  }

  .gnav-list-child__item {
    width: 16%;
  }

  .gnav-list-child__item:nth-child(n+3) {
    margin-top: 0;
  }

  .gnav-list-child__item:nth-child(n+7) {
    margin-top: 10px;
  }

  .gnav-list-child__link {
    border: none !important;
    padding: 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .gnav-list-child__link:before {
    content: none !important;
  }

  .gnav-list-child__link:hover {
    opacity: 0.7;
  }

  .gnav-list__content {
    display: none;
    position: absolute;
    top: 72px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    min-width: 1500px;
    padding: 19px 0 25px;
    background: #a98353;
    z-index: 20;
  }
}
#mainvisual {
  position: relative;
}

@media screen and (min-width: 600px) {
  #mainvisual {
    width: 1100px;
    margin: auto;
  }

  #mainvisual .mainSlider {
    width: 1920px;
    margin-left: -410px;
  }
}
#mainvisual .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 599px) {
  #mainvisual .content {
    margin-top: 4%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 600px) {
  #mainvisual .content {
    top: 60px;
    left: 50%;
    width: 971px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#mainvisual .copy {
position: relative;
z-index: 3;
  width: 66.7%;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 600px) {
  #mainvisual .copy {
    width: 981px;
  }
}
#mainvisual .ico {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 2;
  width: 25.4%;
}

@media screen and (min-width: 600px) {
  #mainvisual .ico {
    top: -70px;
    right: 80px;
    width: 190px;
  }
}
#mainvisual .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: calc(100% - 10px);
  margin: 15px auto 0;
}

@media screen and (min-width: 600px) {
  #mainvisual .list {
    width: 956px;
    margin: 20px auto 0;
  }
}
#mainvisual .list li {
	width: 25%;
}

@media screen and (min-width: 600px) {
  #mainvisual .list li {
    width: 239px;
	height: 239px;
  }
}
#mainvisual .price {
  width: 89%;
  margin: 12px auto 0;
}

@media screen and (min-width: 600px) {
  #mainvisual .price {
    float: left;
    width: 650px;
    margin: 10px 0 0 auto;
  }
}
#mainvisual .payment {
  width: 89%;
  margin: 3% auto 0;
}

@media screen and (min-width: 600px) {
  #mainvisual .payment {
    float: right;
    width: 300px;
    margin: 10px 0 0 auto;
  }
}
#mainimg {
  background: no-repeat center url("../img/common/bg_mainimg01_sp.png");
  background-size: cover;
  color: #fff;
}

@media screen and (min-width: 600px) {
  #mainimg {
    background-image: url("../img/common/bg_mainimg01_pc.png");
  }
}
#mainimg .inner {
  position: relative;
  height: 125px;
}

@media screen and (min-width: 600px) {
  #mainimg .inner {
    height: 220px;
  }
}
#mainimg .areaTxt {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 600px) {
  #mainimg .areaTxt {
    left: 0;
  }
}
#mainimg .tit {
  line-height: 1.44;
  font-weight: 500;
  font-size: 2.5rem;
}

@media screen and (min-width: 600px) {
  #mainimg .tit {
    line-height: 1.56;
    font-size: 5rem;
  }
}
#mainimg .en {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 600px) {
  #mainimg .en {
    font-size: 1.7rem;
  }
}
/*!  #breadcrumb
================================================ */
#breadcrumb ol {
  overflow: hidden;
  padding: 22px 0;
}

#breadcrumb ol li {
  display: inline-block;
  float: left;
  line-height: 1.2;
  color: #bab8b8;
  font-size: 1.4rem;
}

#breadcrumb ol li + li {
  padding-left: 10px;
}

#breadcrumb ol li + li:before {
  color: #bab8b8;
  content: ">";
}

#breadcrumb ol li a {
  display: inline-block;
  color: #b98a4b;
  text-decoration: underline;
}

/*!  #sidebar
================================================ */
/*  .ftTxt
================================================ */
.ftTxt {
  padding: 40px 15px 50px;
}

@media screen and (min-width: 600px) {
  .ftTxt {
    padding: 50px 0 110px;
  }
}
.ftTxt .inner {
  padding: 20px 25px;
  background: #e7f3f4;
  background-image: url("../img/common/bg_border01.png");
  background-repeat: repeat-y;
  background-size: auto 1px;
  font-weight: 500;
  font-size: 1.2rem;
}

@media screen and (min-width: 600px) {
  .ftTxt .inner {
    background-image: url("../img/common/bg_border01_pc.png");
    background-size: auto 2px;
  }
}
@media screen and (min-width: 600px) {
  .ftTxt .inner {
    padding: 24px 30px 22px;
    font-size: 1.3rem;
  }
}
/*  #sitemap
================================================ */
.secSitemap {
  background: #d5ae78;
  background-image: url("../img/common/bg_border01.png");
  background-repeat: repeat-y;
  background-size: auto 1px;
}

@media screen and (min-width: 600px) {
  .secSitemap {
    background-image: url("../img/common/bg_border01_pc.png");
    background-size: auto 2px;
  }
}
.secSitemap .inner {
  padding-bottom: 15px;
}

@media screen and (min-width: 600px) {
  .secSitemap .inner {
    padding-bottom: 0;
  }
}
.secSitemap .list {
  position: relative;
  top: -35px;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .secSitemap .list {
    top: -66px;
  }
}
/*!  #gFooter
================================================ */
.fixedBnr {
  position: fixed;
  right: 0;
  top: 50%;
  width: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.fixedBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  background: url("../img/common/bg_fixed_btn01.png") no-repeat center;
  background-size: cover;
}

.fixedBtn .inner {
  position: relative;
}

.fixedBtn .inner > img {
  max-width: none;
  margin: -30px 0 0 0;
}

.fixedBtn .inner a {
  position: absolute;
  top: 20px;
  right: 104px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}

.fixedBtn .inner a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.fixedBtn .inner a:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.fixedBtn .inner a img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 600px) {
  .pageTop {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 30;
    width: 137px;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
  }
}
.pageTop a {
  display: block;
  line-height: 1;
  padding: 18px 0;
  background: #b98a4b;
}

@media screen and (max-width: 599px) {
  .pageTop a {
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .pageTop a {
    padding: 16px 0 17px 27px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .pageTop a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
.pageTop a span {
  display: inline-block;
  position: relative;
  padding: 0 18px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 600px) {
  .pageTop a span {
    padding-left: 18px;
    color: #fff;
    font-size: 1.2rem;
  }
}
.pageTop a span:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  clear: both;
  width: 6px;
  height: 17px;
  margin-top: -8px;
  background: url("../img/common/ico_pagetop01.png") no-repeat center;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 600px) {
  .pageTop a span:before {
    width: 7px;
    height: 21px;
    margin-top: -11px;
    background-image: url("../img/common/ico_pagetop01_pc.png");
  }
}
@media screen and (max-width: 599px) {
  #gFooter {
    padding-bottom: 59px;
  }

  #gFooter.has_no_fixed_menu {
    padding-bottom: 0;
  }
}
#gFooter .ftInfo {
  line-height: 1.64;
  background: #fff;
  font-size: 1.4rem;
}

@media screen and (min-width: 600px) {
  #gFooter .ftInfo {
    line-height: 2;
    font-size: 1.5rem;
  }
}
#gFooter .ftInfo .inner {
  padding-top: 15px;
  padding-bottom: 25px;
}

@media screen and (min-width: 600px) {
  #gFooter .ftInfo .inner {
    padding-top: 30px;
    padding-bottom: 61px;
  }
}
@media screen and (min-width: 600px) {
  #gFooter .info01 {
    float: left;
    width: 420px;
  }
}
#gFooter .info01 .logo {
  width: 225px;
}

@media screen and (max-width: 599px) {
  #gFooter .info01 .logo {
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) {
  #gFooter .info01 .logo {
    width: 335px;
  }
}
@media screen and (min-width: 600px) {
  #gFooter .info01 address {
    margin-top: 10px;
  }
}
#gFooter .info01 .place {
  position: relative;
  padding-left: 20px;
}

@media screen and (min-width: 600px) {
  #gFooter .info01 .place {
    padding-left: 20px;
  }
}
#gFooter .info01 .place:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 15px;
  margin-top: -7.5px;
  background: url("../img/common/ico_place01.png") no-repeat center;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 600px) {
  #gFooter .info01 .place:before {
    width: 12px;
    height: 18px;
    margin-top: -9px;
  }
}
#gFooter .info01 .link {
  margin-top: 5px;
}

@media screen and (min-width: 600px) {
  #gFooter .info01 .link {
    margin-top: 2px;
  }
}
#gFooter .info01 .link a {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  color: #aa8e68;
  font-size: 1.3rem;
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  #gFooter .info01 .link a {
    padding-left: 30px;
    font-size: 1.5rem;
  }

  #gFooter .info01 .link a:hover {
    text-decoration: none;
  }
}
#gFooter .info01 .link a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 6px;
  background: url("../img/common/ico_arw02.png") no-repeat center;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 600px) {
  #gFooter .info01 .link a:before {
    width: 20px;
    height: 7px;
  }
}
#gFooter .info01 .card {
  margin-top: 22px;
}

@media screen and (max-width: 599px) {
  #gFooter .info01 .card {
    padding: 0 5px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  #gFooter .info02 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 600px) {
  #gFooter .info02 {
    float: right;
    width: 556px;
    padding-top: 33px;
  }
}
#gFooter .info02 .contact {
  margin-top: 15px;
}

@media screen and (min-width: 600px) {
  #gFooter .info02 .contact {
    margin-top: 40px;
  }
}
#gFooter .info02 .contact .tit {
  background: #eab56c;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  #gFooter .info02 .contact .tit {
    padding: 7px 0;
  }
}
@media screen and (min-width: 600px) {
  #gFooter .info02 .contact .tit {
    font-size: 1.7rem;
  }
}
#gFooter .info02 .contact .list {
  margin-top: 10px;
}

#gFooter .info02 .contact .list a {
  display: block;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  #gFooter .info02 .contact .list .tel {
    float: left;
    width: 316px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 599px) {
  #gFooter .info02 .contact .list .tel a {
    padding: 15px 0 17px;
    border: 3px solid #d5ae7a;
    background: #fff;
    -webkit-box-shadow: 0 -3px 0 0 #dfdfdf inset;
    box-shadow: 0 -3px 0 0 #dfdfdf inset;
  }
}
@media screen and (min-width: 600px) {
  #gFooter .info02 .contact .list .tel a {
    text-align: left;
  }
}
#gFooter .info02 .contact .list .tel .num {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  font-size: 3rem;
}

@media screen and (min-width: 600px) {
  #gFooter .info02 .contact .list .tel .num {
    padding-left: 38px;
    font-size: 3.8rem;
  }
}
#gFooter .info02 .contact .list .tel .num:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  background: url("../img/common/ico_tel01_brown.png") no-repeat center;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 600px) {
  #gFooter .info02 .contact .list .tel .num:before {
    width: 32px;
    height: 32px;
    margin-top: 2px;
  }
}
#gFooter .info02 .contact .list .tel .time {
  display: inline-block;
  line-height: 1.36;
  margin-top: 8px;
  font-size: 1.1rem;
  text-align: left;
}

@media screen and (min-width: 600px) {
  #gFooter .info02 .contact .list .tel .time {
    line-height: 1.67;
    font-size: 1.2rem;
  }
}
#gFooter .info02 .contact .list .btn {
  padding-top: 10px;
}

@media screen and (min-width: 600px) {
  #gFooter .info02 .contact .list .btn {
    float: right;
    width: 235px;
  }

  #gFooter .info02 .contact .list .btn + .btn {
    clear: right;
  }
}
#gFooter .info02 .contact .list .btn a {
  padding: 22px 0 23px;
  background: #5ac6cc;
  -webkit-box-shadow: 0 -3px 0 0 #39acb4 inset;
  box-shadow: 0 -3px 0 0 #39acb4 inset;
}

@media screen and (min-width: 600px) {
  #gFooter .info02 .contact .list .btn a {
    padding: 15px 0 17px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #gFooter .info02 .contact .list .btn a:hover {
    background: #47b7bd;
  }
}
#gFooter .info02 .contact .list .btn.is_mail a {
  border: 2px solid #46c2d5;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 600px) {
  #gFooter .info02 .contact .list .btn.is_mail a {
    padding: 9px 0;
  }
}
#gFooter .info02 .contact .list .btn a span {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  color: #fff;
  font-weight: 500;
  font-size: 1.9rem;
}

@media screen and (min-width: 600px) {
  #gFooter .info02 .contact .list .btn a span {
    line-height: 1.23;
    font-size: 1.3rem;
  }
}
#gFooter .info02 .contact .list .btn a span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 15px;
  background: url("../img/common/ico_mail01.png") no-repeat center;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 600px) {
  #gFooter .info02 .contact .list .btn a span:before {
    width: 24px;
    height: 17px;
  }
}
#gFooter .info02 .contact .list .btn.is_mail a span {
  padding-left: 0;
  color: #46c2d5;
}

#gFooter .info02 .contact .list .btn.is_mail a span:before {
  display: none;
}

#gFooter .ftInfo .sns {
  text-align: center;
  padding-bottom: 25px;
  letter-spacing: -0.5em;
  font-size: 0;
}

#gFooter .ftInfo .sns .item {
  display: inline-block;
  width: 35px;
  margin: 0 15px;
}

#gFooter .ftInfo .sns .item span {
  display: none;
}

@media screen and (min-width: 600px) {
  #gFooter .ftInfo .sns {
    padding-bottom: 40px;
  }

  #gFooter .ftInfo .sns .item {
    width: auto;
    margin: 0 20px;
  }

  #gFooter .ftInfo .sns .item img {
    width: 40px;
    margin-right: 10px;
  }

  #gFooter .ftInfo .sns .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #gFooter .ftInfo .sns .item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }

  #gFooter .ftInfo .sns .item span {
    display: inline-block;
    font-size: 1.4rem;
    color: #262626;
  }
}
@media screen and (min-width: 600px) {
  #gFooter .ftSitemap {
    background: #4c4949;
    text-align: center;
  }

  #gFooter .ftSitemap .inner {
    padding-top: 25px;
    padding-bottom: 24px;
  }

  #gFooter .ftSitemap .list {
    display: table;
    width: 100%;
  }

  #gFooter .ftSitemap li {
    display: table-cell;
    vertical-align: middle;
  }

  #gFooter .ftSitemap a {
    display: block;
    position: relative;
    line-height: 1.2;
    padding: 3px 15px;
    border-left: 1px dotted #fff;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) {
  #gFooter .ftSitemap a {
    padding: 3px 12px;
  }
}
@media screen and (min-width: 600px) {
  #gFooter .ftSitemap a:after {
    display: block;
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 30px;
    height: 5px;
    margin-left: -15px;
    background: #fff;
    opacity: 0;
    content: "";
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  #gFooter .ftSitemap a:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  #gFooter .ftSitemap li:last-child a {
    border-right: 1px dotted #fff;
  }
}
#gFooter .ftBottom {
  background: #4c4949;
}

#gFooter .ftBottom .inner {
  padding-top: 28px;
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  #gFooter .ftBottom .inner {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
#gFooter .ftBottom .bnr {
  width: 300px;
}

@media screen and (max-width: 599px) {
  #gFooter .ftBottom .bnr {
    margin: auto;
  }
}
@media screen and (min-width: 600px) {
  #gFooter .ftBottom .bnr {
    width: 330px;
    float: left;
  }
}
#gFooter .ftBottom .btns {
  margin-top: 10px;
}

#gFooter .ftBottom .btns .btn {
  width: 49%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#gFooter .ftBottom .btns .btn + .btn {
  float: right;
}

#gFooter .ftBottom .btns .btn a {
  display: block;
}

@media screen and (min-width: 600px) {
  #gFooter .ftBottom .btns {
    width: 402px;
    float: left;
    margin-top: 0;
    margin-left: 10px;
  }

  #gFooter .ftBottom .btns .btn {
    width: 196px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #gFooter .ftBottom .btns .btn + .btn {
    float: right;
  }

  #gFooter .ftBottom .btns .btn a {
    display: block;
  }
}
#gFooter .ftBottom .copyright {
  line-height: 1;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  #gFooter .ftBottom .copyright {
    margin-top: 24px;
  }
}
@media screen and (min-width: 600px) {
  #gFooter .ftBottom .copyright {
    width: calc(100% - 825px);
    padding-top: 29px;
    font-size: 1.4rem;
    text-align: right;
    float: right;
  }
}
#gFooter .ftBottom .bnr-list {
  padding: 0 31px 7px;
}

#gFooter .ftBottom .bnr-list__item {
  -webkit-box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

#gFooter .ftBottom .bnr-list__item:not(:last-child) {
  margin-bottom: 10px;
}

#gFooter .ftBottom .bnr-list__item.is-fb {
  width: 146px;
  margin: 5px auto 0;
}

@media screen and (max-width: 599px) {
  #gFooter .ftBottom .bnr-list__item {
    margin: auto;
    max-width: 330px;
  }
}
@media screen and (min-width: 600px) {
  #gFooter .ftBottom .bnr-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0px 18px;
  }

  #gFooter .ftBottom .bnr-list__item {
    margin-right: 9px;
    width: 30%;
    -webkit-box-shadow: 4px 5px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 5px 20px 0px rgba(0, 0, 0, 0.15);
  }

  #gFooter .ftBottom .bnr-list__item:nth-child(3n) {
    margin-right: 0;
  }

  #gFooter .ftBottom .bnr-list__item:nth-child(n+4) {
    margin-top: 10px;
  }

  #gFooter .ftBottom .bnr-list__item:not(:last-child) {
    margin-bottom: 0;
  }

  #gFooter .ftBottom .bnr-list__item.is-fb {
    width: 205px;
    margin: 10px 0 0;
  }
}
.fixedMenu {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#cdaf7f), to(#c09b60));
  background-image: linear-gradient(90deg, #cdaf7f 0%, #c09b60 100%);
}

.fixedMenu button {
  position: absolute;
  top: -11px;
  right: 5px;
  width: 19px;
  height: 19px;
  border: 1px solid #cfa162;
  border-radius: 50%;
  background: #fff;
}

.fixedMenu button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
  border-radius: 2px;
  background: #cfa162;
}

.fixedMenu button span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fixedMenu button span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fixedMenu .btnOfficial {
  float: left;
  width: 18%;
}

.fixedMenu .list {
  float: right;
  width: 81%;
}

.fixedMenu .list li {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  border: 1px solid #fff;
}

.fixedMenu .list li a {
  display: block;
  text-align: center;
  padding: 1px 0;
}

.fixedMenu .list .tel {
  border-radius: 5px 0 0 5px;
  background: #fff;
}

.fixedMenu .list .tel span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  color: #aa8e68;
  font-weight: 600;
  font-size: 1.7rem;
}

@media screen and (max-width: 360px) {
  .fixedMenu .list .tel {
    height: 38px;
  }

  .fixedMenu .list .tel span {
    font-size: 1.4rem;
    line-height: 38px;
  }
}
.fixedMenu .list .tel span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 16px;
  margin-top: 2px;
  background: url("../img/common/ico_tel03.png") no-repeat center;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 360px) {
  .fixedMenu .list .tel span:before {
    left: 2px;
  }
}
.fixedMenu .list .contact {
  border-radius: 0 5px 5px 0;
  background: #5ac6cc;
}

.fixedMenu .list .contact a {
  padding: 3px 0 5px;
}

@media all and (max-width: 599px) {
  .fixedMenu .list .contact a {
    padding: 1px 0 7px;
  }
}
.fixedMenu .list .contact span {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}

@media all and (max-width: 374px) {
  .fixedMenu .list .contact span {
    font-size: 1rem;
  }
}
.fixedMenu .list .contact span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 10px;
  background: url("../img/common/ico_mail01.png") no-repeat center;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*============================================================= 05_helper =============================================================*/
/*!  .js-name
================================================ */
/*============================================================= 06_lib =============================================================*/
/*!  slick
================================================ */
.slick-slider {
  margin-bottom: 0 !important;
}

.slick-slider .slick-dots li {
  width: 20px;
  height: 5px;
}

@media screen and (min-width: 600px) {
  .slick-slider .slick-dots li {
    height: 6px;
  }
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 5px;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  background: #fff;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

@media screen and (min-width: 600px) {
  .slick-slider .slick-dots li button {
    height: 6px;
  }
}
.slick-slider .slick-dots li button:before {
  display: none;
}

.slick-slider .slick-dots li.slick-active button {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/*  .l-x-main-img
================================================== */
.l-x-main-img {
  padding-top: 31px;
  height: 507px;
  background: url(../img/x-guide/bg_mv01_sp.jpg) no-repeat top center/100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-x-main-img__copy {
  width: 73%;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .l-x-main-img {
    padding-top: 111px;
    height: 671px;
    background: url(../img/x-guide/bg_mv01_pc.jpg) no-repeat top center/100%;
  }

  .l-x-main-img__inner {
    position: relative;
    height: 100%;
  }

  .l-x-main-img__inner:before {
    position: absolute;
    bottom: -84px;
    right: 0;
    width: 330px;
    height: 280px;
    content: "";
    background: url(../img/x-guide/bg_mv02.jpg) no-repeat center/contain;
  }

  .l-x-main-img__copy {
    margin: 0;
    width: 67%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1580px) {
  .l-x-main-img {
    padding-top: 70px;
    height: 600px;
  }

  .l-x-main-img__inner:before {
    bottom: 0px;
    width: 300px;
    height: 250px;
  }

  .l-x-main-img__copy {
    width: 34%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1320px) {
  .l-x-main-img {
    padding-top: 60px;
    height: 500px;
  }

  .l-x-main-img__inner:before {
    width: 280px;
    height: 220px;
  }

  .l-x-main-img__copy {
    width: 30%;
  }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .l-x-main-img {
    height: 475px;
  }
}
.c-color-blue {
  color: #042d71;
}

/*  .c-head01
================================================== */
.c-head01 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-align: center;
  letter-spacing: 0.1em;
}

.c-head01:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  content: "";
  background: #042d71;
}

.c-head01__sub {
  font-size: 1.9rem;
  line-height: 1.5;
}

.c-head01__main {
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 600px) {
  .c-head01 {
    margin-bottom: 40px;
    padding-bottom: 22px;
  }

  .c-head01:before {
    width: 90px;
  }

  .c-head01__sub {
    font-size: 2.8rem;
  }

  .c-head01__main {
    font-size: 4.6rem;
  }
}
/*  .c-box01
================================================== */
.c-box01 {
  border: 2px solid #042d71;
  background: #fff;
}

.c-box01__head {
  padding: 8px;
  font-size: 1.9rem;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  border: 2px solid #fff;
  background: url(../img/x-guide/bg_box01_sp.jpg) no-repeat center/cover;
  letter-spacing: 0.1em;
}

.c-box01__area-txt {
  position: relative;
  padding: 12px 21px 15px;
}

.c-box01__area-txt:before {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 200px;
  height: 150px;
  content: "";
  background: url(../img/x-guide/bg_about02.png) no-repeat center/contain;
}

.c-box01__txt {
  font-size: 1.3rem;
}

@media screen and (min-width: 600px) {
  .c-box01 {
    border: 4px solid #042d71;
  }

  .c-box01__head {
    padding: 14px;
    font-size: 2.8rem;
    border: 3px solid #fff;
    background: url(../img/x-guide/bg_box01_pc.jpg) no-repeat center/cover;
  }

  .c-box01__area-txt {
    position: relative;
    padding: 37px 60px 48px;
  }

  .c-box01__area-txt:before {
    bottom: 15px;
    right: 25px;
    width: 328px;
    height: 255px;
  }

  .c-box01__area-txt-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-box01__area-txt-wrap {
    width: 48%;
  }

  .c-box01__txt {
    font-size: 1.6rem;
  }

  .c-box01__txt + .c-box01__txt {
    margin-top: 32px;
  }
}
.js-c-inview01 {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.32, 0.41, 0.47, 0.99);
  transition: all 1s cubic-bezier(0.32, 0.41, 0.47, 0.99);
}

.js-c-inview01.is-delay01 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.js-c-inview01.is-delay02 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.js-c-inview01.is-delay03 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.js-c-inview01.is-delay04 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.js-c-inview01.is-delay05 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.js-c-inview01.is-active {
  visibility: visible;
  opacity: 1;
}

/*  .l-nav-reserve
================================================== */
.l-nav-reserve {
  background-color: #f6eee3;
  padding: 15px;
  margin: 0 10px 10px;
}
.l-nav-reserve__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-nav-reserve__set + .l-nav-reserve__set {
  margin-top: 8px;
}
.l-nav-reserve__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.l-nav-reserve__label span {
  display: inline-block;
  width: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #bf9051;
  font-size: 1.2rem;
  padding: 3px 5px;
  text-align: center;
  line-height: 1.3;
}
.l-nav-reserve__txt {
  font-size: 1.2rem;
  line-height: 1.3;
}
