@charset "utf-8";
/* CSS Document */

/* exp
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}
.u-mobile {
  display: none;
}
*/

.p-header__nav {
  border-bottom: 1px solid #e5e5e5;
}
.golf__subtitle {
  text-align: center;
}
.golf__subtitle--catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 0 auto 0.6em;
}
.golf__subtitle--catch:before {
  content: "";
  background: url(../img/dec_sl_l.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 3.6em;
  height: 1.3em;
}
.golf__subtitle--catch:after {
  content: "";
  background: url(../img/dec_sl_r.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 3.6em;
  height: 1.3em;
}
.golf__subtitle .golf__subtitle--catch span {
  font-size: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}
.golf__subtitle .golf__subtitle--text {
  font-size: 2.75em;
  letter-spacing: 0.08em;
}
.golf__subtitle .golf__subtitle--text span {
  color: #1D2087;
}



@media screen and (max-width: 767px) {
 .golf__subtitle--catch {
    font-size: 0.72em;
  }
  .golf__subtitle .golf__subtitle--catch span {
    font-size: 1.3em;
  }
  .golf__subtitle .golf__subtitle--text {
    font-size: 1.6em;
    line-height: 1.5em;
  }

    .p-header__logo {
    margin: 0 auto;
    padding: .5em 0;
  }
  .p-header__logo a {
    display: block;
    width: 7rem;
    /*height: auto;*/
    top: auto;
    margin: 0 auto;
  }
.p-header__container {
  border-bottom: 1px solid #e5e5e5;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
}

/* fv ------------------- */
.golf-exp {
-webkit-background-size: 50% auto;
background-size: 50% auto;
}
.p-mv .l-inner {
  width: 100%;
  max-width: 1200px;
  padding: 2.5rem 0;
}
.p-mv .l-inner:before ,
.p-mv .l-inner:after {
  content: none;
}
.fv__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.fv__title {
  max-width: 509px;
  width: 42.41%;
}
.fv__img {
  width: 54.16%;
}
.p-mv__obibox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.p-mv__obiitem {
  z-index: 2;
  width: 45%;
  position: relative;
  margin-top: -10rem;
}
.p-mv__obibox img {
  width: 100%;
  max-width: 100%;
}
.p-mv__obitext {
  width: 55%;
  box-sizing: border-box;
  padding-right: 10%;
  position: relative;
}
.mv__obitext--att {
font-size: 12px;
  text-align: right;
  margin-top: -2em;
  position: relative;
}



@media screen and (max-width: 767px) {
  .fv__box {
    display: block;
    padding: 0;
  }
  .p-mv .l-inner {
padding-bottom: 0;
  }
.fv__title {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1% 4%;
}
.fv__img {
  width: 100%;
}
.p-mv__obibox {
    display: block;
}
.p-mv__obiitem {
  z-index: 2;
  width: 100%;
  position: relative;
  margin-top: 0;
  box-sizing: border-box;
  padding: 4% 2.66%;
}
.p-mv__obibox img {
  width: 100%;
  max-width: 100%;
}
.p-mv__obitext {
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.66%;
  position: relative;
}
.mv__obitext--att {
  font-size: 0.72em;
  text-align: right;
  margin-top: -1em;
  position: relative;
}

  
}

/*  golf-exp ---------------------------*/
.golf-exp {
  margin: 5rem 0;
  background: #F4F4F4 url(../img/exp_bg.png) no-repeat;
  -webkit-background-size: 363px auto;
  background-size: 363px auto;
  background-position: 50% 0;
  box-sizing: border-box;
  padding: 5rem 50px 0;
}
.golf-exp__kaitori {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  text-align: center;
    font-size: 1.5rem;
  font-weight: bold;
  color: #1D2087;
  max-width: 1000px;
  margin: 1.5em auto;
}
.golf-exp__kaitori:before {
  content: "";
  display: block;
  width: calc(50% - 2.5em);
  height: 2px;
  background-color: #1D2087;
}
.golf-exp__kaitori:after {
  content: "";
  display: block;
  width: calc(50% - 2.5em);
  height: 2px;
  background-color: #1D2087;
}
.golf-exp__kaitori span {
  width: 5em;
  text-align: center;
}


.golf-exp__box {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.golf-exp__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  width: 74%;
  z-index: 5;
  position: relative;
}
.golf-exp__listitem {
  width: calc(100% / 3 - 10px);
  display: block;
  margin: 0  10px 10px 0;
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  background: rgb(225,189,113);
  background: -moz-linear-gradient(90deg, rgba(225,189,113,1) 0%, rgba(185,124,8,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(225,189,113,1) 0%, rgba(185,124,8,1) 100%);
  background: linear-gradient(90deg, rgba(225,189,113,1) 0%, rgba(185,124,8,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1bd71",endColorstr="#b97c08",GradientType=1);
  border-radius: 6px;
}

.golf-exp__listtext {
  box-sizing: border-box;
  padding: 1em 0.8em;
  position: relative;
  display: block;
  line-height: 1.3em;
  z-index: 5;
}
.golf-exp__listtext span {
  font-size: 0.88em;
  font-weight: 500;
}
.golf-exp__listimg {
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #fff;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 1;
  padding: 0 0 0 20%;
}
.golf-exp__listimg img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40%;
  object-fit: contain;
}
.golf-exp__listimg--full img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  object-fit: contain;
}
.golf-exp__listimg--mid img {
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
  height: 90%;
  width: auto;
  object-fit: contain;
}
.golf-exp__listimg--mid2 img {
  position: absolute;
  bottom: 0;
  top: auto;
  right: 5%;
  height: 90%;
  width: auto;
  object-fit: contain;
}


.golf-exp__item {
  position: relative;
  z-index: 2;
  width: calc(26% + 150px);
  margin: -7rem -80px auto -70px ;
}

.golf-exp__bal {
position: absolute;
  background: url(../img/exp_bal_pc.svg) no-repeat top right;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
  line-height: 1.8em;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  padding: 1em 1em 1.6em;
  box-sizing: border-box;
bottom: 30px;
left: -40%;
  width: 110%;
}
.golf-exp__textbox {
  overflow: visible;
  width: calc(100% / 3 - 10px);
}
.golf-exp__text {
  font-size: 24px;
  white-space: nowrap;
  word-break: keep-all;
  letter-spacing: 0.04em;
}
.golf-exp__text span {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: .3em;
  color: #1D2087;
  display: inline-block;
}
.golf-exp__bar {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-top: .3em;
  white-space: nowrap;
  word-break: keep-all;
}
.golf-exp__bar span {
  position: relative;
  background: #1D2087;
  font-size: 16px;
  padding: .2em .5em;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  white-space: nowrap;
  word-break: keep-all;
  z-index: 2;
}
.golf-exp__bar:after {
  content: "";
  width: 3em;
  height: 102%;
  z-index: 1;
  background-color: #1D2087;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: skewX(30deg) translate3d(60%,0,0);
  -ms-transform: skewX(30deg) translate3d(60%,0,0);
  -o-transform: skewX(30deg) translate3d(60%,0,0);
  transform: skewX(30deg) translate3d(60%,0,0);  
}

@media screen and (max-width: 767px) {
  .golf-exp {
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
    padding: 14% 2.66% 0;
    margin: 12% auto 6%;
  }
  .golf-exp__box {
    display: block;
    margin: 0 auto;
  }
  .golf-exp__list {
    width: 100%;
    justify-content: space-between;
  }
  .golf-exp__kaitori {
    font-size: .88em;
    margin: 1em auto;
  }
  .golf-exp__listitem {
    width: 49%;
    margin: 0 0 10px;
    font-size: 1.1em;
  }
  .golf-exp__listtext {
    padding: 0.8em 0.8em;
  }
  .golf-exp__item {
    width: 100%;
    margin: 0 auto;
  }
  .golf-exp__img {
    width: 32%;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    z-index: 3;
  }
  .golf-exp__bal {
    background: url(../img/exp_bal_sp.svg) no-repeat top right;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 2%;
    bottom: 1.5em;
    width: 76%;
    font-size: 0.82em;
    padding: 1em .5em 2em;
  }
  .p-lead__text br.u-mobile {
    display: block;
  }
  
  .golf-exp__textbox--sp{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  }
  
.golf-exp__text {
  font-size: 1.3em;
}
  .golf-exp__bar {
    margin-left: -4%;
  }
.golf-exp__bar span {
  font-size: 1em;
  padding-left: 4%;
}
.golf-exp__bar:after {
  content: "";
  -webkit-transform: skewX(30deg) translate3d(20%,0,0);
  -ms-transform: skewX(30deg) translate3d(20%,0,0);
  -o-transform: skewX(30deg) translate3d(20%,0,0);
  transform: skewX(30deg) translate3d(20%,0,0);  
}

  
  
}


/* .p-lead__text ----------------------- */
.p-lead__text {
  font-family: "nsans_jp_m";
  font-size: 18px;
  font-size: 1.13em;
  text-align: left;
  line-height: 2.22em;
  
}


/* brandlist --------------*/
.brandlist__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.brandlist__item {
  width: calc((100% - 60px) / 4);
  margin: 0 0 20px;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
.brandlist__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1em 1.2em;
  height: 100%;
}
.brandlist__logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.brandlist__link {
  box-sizing: border-box;
  background: rgb(225,189,113);
  background: -moz-linear-gradient(90deg, rgba(225,189,113,1) 0%, rgba(185,124,8,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(225,189,113,1) 0%, rgba(185,124,8,1) 100%);
  background: linear-gradient(90deg, rgba(225,189,113,1) 0%, rgba(185,124,8,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1bd71",endColorstr="#b97c08",GradientType=1);
  padding: .8em 1em;
}
.brandlist__link span {
  color: #fff;
  line-height: 1.75em;
  font-size: 1.15em;
  display: block;
  background: url(../img/dec_ar.svg) no-repeat 100% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 1.3em;
  background-size: auto 1.3em;
}
.brandlist__linktext {
  text-align: center;
  box-sizing: border-box;
  padding: 0 .5em .5em;
  font-weight: 500;
  font-size: 1em;
}
.brandlist__item--others {
  width: calc((100% - 20px) / 2);
  margin: 0 0 20px;
  background-color: none;
  position: relative;
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  line-height: 2em;
  font-size: 1em;
  font-weight: 500;
  text-align: justify;
}

.brandlist__item--others .brandlist__item {
  width: calc((100% - 20px) / 2);
  margin-bottom: 0;
  margin-top: 20px;
}
.brandlist__item--others .brandlist__item:nth-of-type(1),
.brandlist__item--others .brandlist__item:nth-of-type(2) {
  margin-top: 0px;
}
.brandlist__logo {
  min-height: 9em;
}
.brandlist__item--others .brandlist__logo {
  padding-bottom: 0em;
  padding-top: .5em;
  min-height: auto;
}

.brandlist__text {
  border: 2px solid #1E2973;
  text-align: center;
  box-sizing: border-box;
  padding: 1em;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.75em;
  color: #1E2973;
  margin: 1em auto;
}

@media screen and (max-width: 767px) {
.brandlist__item {
  width: calc((100% - 20px) / 2);
  box-shadow: .1em .1em 1em rgba(0,0,0,0.15);
  }
  .brandlist__logo {
    padding: .5em 1.8em 0;
    height: 5rem;
  }
  .brandlist__item:nth-of-type(1) .brandlist__logo ,
  .brandlist__item:nth-of-type(2) .brandlist__logo ,
  .brandlist__item:nth-of-type(3) .brandlist__logo ,
  .brandlist__item:nth-of-type(4) .brandlist__logo {
    padding: .5em .6em;
    height: 6.5rem;
  }
  .brandlist__item:nth-of-type(6) .brandlist__logo {
    padding: .5em 2.4em;
  }
  .brandlist__linktext {
    font-size: 0.72em;
  }
  .brandlist__link {
    padding: .5em 1em;
  }
  .brandlist__link span {
    font-size: .88em;
    line-height: 1.5em;
  }
  .brandlist__item--others {
    width: 100%;
    font-size: .92em;
  }
  .brandlist__text {
    border: 1px solid #1e2973;
    font-size: 0.88em;
    line-height: 2em;
  }
  .brandlist__logo {
    min-height: 6em;
  }
}

/* .p-other_bg_white */
.l-inner--price {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.exp__slideritem {
}
.p-other_secttl::before {
  content: "PRICE";
  text-align: center;
}
.p-other_secttl {
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
}
.p-other_ttl {
  background: none;
  color: #1D2087;
  font-size: 3.2em;
}
.p-other_secttl{
  font-family: 'nsans_jp_m',sans-serif;
}
.p-other_bg_white {
  border: 2px solid #1e2973;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.p-other_difference dt {
  background: #D9D9EB;
}
.p-other_difference .p-other_prince_difference dt {
  background: #D61518;
  color: #fff;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
}
.p-other_maxprice {
  background-color: #FBED21;
}
.p-other_maxprice::after {
  border-left: 10px solid transparent;
    border-left: 0.625rem solid transparent;
    border-right: 10px solid transparent;
    border-right: 0.625rem solid transparent;
    border-bottom: 14px solid #FBED21;
    border-bottom: 0.875rem solid #FBED21;
    position: absolute;
    top: -14px;
    top: -0.875rem;
    margin: 0 auto;
}
.p-other_maxprice dd {
  color: #D61518;
}


.p-other .owl-carousel .owl-nav button.owl-prev {
  background: url(../img/nav_l.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 450px - 2rem);
  
}
.p-other .owl-carousel .owl-nav button.owl-next {
  background: url(../img/nav_r.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% + 450px - 2rem);
}

.p-other__table2 {
  width: 88%;
  max-width: 902px;
  margin: 40px auto;
  display: block;
}

@media screen and (max-width: 767px) {
.p-other__table2 {
  width: calc(582 / 640 * 100%);
  margin: 2em auto;
  display: block;
}
  .p-other_secttl::before {
    font-size: 24vw;
  }
  .p-other_secttl_logo {
    margin: 0;
    width: 80%;
    
  }
  .p-other_secttl_big {
    font-size: 7vw;
  }
  .p-other_ttl {
    font-size: 2em;
    line-height: 1.3em;
  }
  .p-other_bg_white {
    border: 1px solid #1e2973;
    width: 100%;
  }
  
.p-other .owl-carousel .owl-nav button.owl-prev {
  background: url(../img/nav_l.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: calc(29% - 1.5rem);
  left: -0.5rem;
  
}
.p-other .owl-carousel .owl-nav button.owl-next {
  background: url(../img/nav_r.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: calc(29% - 1.5rem);
  left: calc(100% - 2.5rem);
}
  .p-other_maxprice,
  .p-other_catch_wrap {
    margin-bottom: 0;
  }
  .p-other_bg_white {
    padding-bottom: 4.5vw;
  }
  .p-other_name {
    font-size:8vw;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    text-align: left;
  }
  .p-other_model {
    font-size: 3.5vw;
    text-align: left;
  }
  .p-other_icon_wrap {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: flex-start;
    text-align: left;
  }
  .p-other_icon_wrap::before {
    background-repeat: no-repeat;
  }
}


/* member */
.p-member {
  background-color: #f4f4f4;
  display: block;
  box-sizing: border-box;
  padding-bottom: 80px;
  margin: 0 auto;
}
.p-member__box {
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-member__title {
  display: block;
  width: 100%;
  margin: 0 auto -13%;
  display: block;
  position: relative;
}
.p-member__item {
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
  width: 80%;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
.p-member {
  padding-bottom: 8%;
  }
  
  .p-member__title {
    margin-bottom: -21.5%;
  }
  .p-member__item {
    width: 92%;
    margin: 0 auto 4%;
  }
}


/* cta__title */
.p-cta-area {
  box-sizing: border-box;
  padding: 3rem 2rem 5rem;
}

.p-cta-area__title-main {
  top: auto;
}
.cta__title {
  max-width: 594px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.cta__titleatt {
  position: absolute;
  right: 0;
  bottom: 2em;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  -webkit-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.p-cta-box__inner--sp {
  display: none;
}
.p-cta-box .p-tel__num {
  font-size: 4.5rem;
}
.p-cta-tel__text {
  text-align: center;
}
.p-cta-box .p-cta-tel {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-cta-box__inner--sp {
    display: block;
  }
  .p-cta-box__inner--pc {
    display: none;
  }
  .p-cta-area {
    padding: 6% 4.66%;
  }
  .cta__title {
    max-width: 100%;
    
  }
  .cta__titleatt {
    -webkit-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    -o-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    bottom: 0.5em;
    font-weight: 300;
    font-size: .5em;
  }
  .p-cta-box__inner--sp .p-cta-box__title-tel {
    background: none;
    color: #1A1A1A;
  }
  .p-cta-box__inner--sp .p-cta-box__title-tel dd {
    color:#D61518;
    font-weight: bold;
    font-size: 1.6em;
  }
   .p-cta-box .p-cta-box__inner--sp .p-cta-tel__box {
    background: rgb(196,21,24);
    background: -moz-linear-gradient(0deg, rgba(196,21,24,1) 0%, rgba(230,60,63,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(196,21,24,1) 0%, rgba(230,60,63,1) 100%);
    background: linear-gradient(0deg, rgba(196,21,24,1) 0%, rgba(230,60,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c41518",endColorstr="#e63c3f",GradientType=1);
    display: block;
    position: relative;
    margin: 0.625rem auto 0;
    padding: 1rem 0;
    border-radius: 5px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
     
    text-align: center;
    box-sizing: border-box;
    padding: 1em;
  }
 .p-cta-box .p-cta-box__inner--sp .p-cta-tel__box::before {
    content: "";
    display: block;
   color: #fff;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 0.2rem);
    height: calc(100% - 0.2rem);
    margin: auto;
}
  .p-cta-btn__container {
    margin-top: .625rem;
}
  .p-cta-box .p-cta-box__inner--sp .p-cta-tel__text ,
  .p-cta-box .p-cta-box__inner--sp .p-tel__num {
    color: #fff;
  }
  .p-cta-box .p-cta-box__inner--sp .p-tel__num::before {
    content: "";
    background-image: url(../img/ic_fd.svg);
  }
  .p-cta-box .p-cta-tel {
    padding: 0;
    margin: 0;
  }
.p-cta-box .p-tel__num {
  font-size: 10.00vw;
}
  
}


/* reason */
.p-reason .p-other_secttl_logo {
  max-width: 280px;
  display: inline-block;
  width: 36%;
}
.p-reason .p-reason__secttl--s {
  font-size: 0.5em;
}
.p-reason .p-reason__secttl {
  font-size: 5rem;
  padding-top: 1.2rem;
}
.p-reason .p-reason__secttl .lg {
  line-height: 0.8em;
}
.p-reason .p-reason__list li {
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
}
.p-reason__ttl .bgblue {
  display: block;
  text-align: center;
  font-size: 170%;
  box-sizing: border-box;
  padding: 0.8rem 0.625rem 0.3rem;
  margin-top: 1rem;
}
.p-reason .p-reason__img:before {
  content: "";
  -webkit-background-size: contain;
  background-size: contain;
  width: 6rem;
  height: 6rem;
}
.p-reason__list li:nth-child(even) .p-reason__img:before {
  content: "";
  left: auto;
  right: 2.5rem;
}
.p-reason__imgtxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.75em;
  padding: 4% 3.7% 8% 3.7%;
}
.p-reason__list li:nth-child(odd) .p-reason__imgtxt {
  text-align: right;
  margin-left: -1.562rem;
}
.p-reason__imgtxt span {
  display: inline-block;
  box-sizing: border-box;
  padding: .3em 1em;
  background-color: #FFFFFF;
  margin-top: .5em;
  font-weight: 500;
  font-size: 1.3em;
}

.korekara {
  margin: 2rem auto;
  background: url(../img/dec_reason_ictxt.png) no-repeat top center;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  box-sizing: border-box;
  padding-top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  text-align: center;
}
.korekara:before {
  content: "";
  display: block;
  background: url(../img/dec_reason_l.svg) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  width: 6em;
  height: 10em;
}
.korekara:after {
  content: "";
  display: block;
  background: url(../img/dec_reason_r.svg) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  width: 6em;
  height: 10em;
}
.korekara .korekara__box {
  padding-top: 2em;
}
.korekara p {
  font-weight: bold;
  font-size: 1.7rem;
}
.korekara .korekara--lg {
  font-size: 4.5rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background: rgb(225,189,113);
  background: -moz-linear-gradient(90deg, rgba(225,189,113,1) 0%, rgba(185,124,8,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(225,189,113,1) 0%, rgba(185,124,8,1) 100%);
  background: linear-gradient(90deg, rgba(225,189,113,1) 0%, rgba(185,124,8,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1bd71",endColorstr="#b97c08",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2em;
}
.korekara .korekara--serif {
  font-size: 2.3rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


@media screen and (max-width: 767px) {
  .p-reason .p-reason__secttl {
    font-size: 3rem;
    padding-top: 0;
  }
  .p-reason .p-reason__secttl--s {
    font-size: .4em;
  }
  .p-reason .p-other_secttl_logo {
    padding-right: 0.3em;
    width: 66%;
  }
  .p-reason__secttl .lg {
    line-height: 0.8em;
  }
  .p-reason__img {
    width: calc(100% + 1.5rem );
    margin: 0 -0.75rem;
  }
  .p-reason .p-reason__list li {
    display: block;
  }
  .p-reason .p-reason__img:before {
  content: "";
  -webkit-background-size: contain;
  background-size: contain;
  width: 4rem;
  height: 4rem;
}
.p-reason__list li:nth-child(odd) .p-reason__imgtxt {
  margin-left: 0;
}
  .p-reason__imgtxt span {
    font-weight: 500;
    font-size: 0.92em;
    margin-top: .4em;
    padding: 0em 1em;
  }
  
  
.korekara {
  margin: 2rem auto;
  -webkit-background-size: calc(400 / 600 * 100%) auto;
  background-size: calc(400 / 600 * 100%) auto;
  box-sizing: border-box;
  padding-top: 1.5rem;
  width: 100%;
}
.korekara__box {
  width: 100%;
}
.korekara:before {
  content: "";
  display: block;
  background: url(../img/dec_reason_l.svg) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  width: 3.8em;
  height: 10em;
  margin-right: -2em;
  position: relative;
}
.korekara:after {
  content: "";
  display: block;
  background: url(../img/dec_reason_r.svg) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  width: 3.8em;
  height: 10em;
  margin-left: -2em;
  position: relative;
}
.korekara .korekara--serif {
  box-sizing: border-box;
  padding-left: .5em;
}
.korekara p {
  font-weight: bold;
  font-size: 1rem;
}
.korekara .korekara--lg {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background: rgb(225,189,113);
  background: -moz-linear-gradient(90deg, rgba(225,189,113,1) 0%, rgba(185,124,8,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(225,189,113,1) 0%, rgba(185,124,8,1) 100%);
  background: linear-gradient(90deg, rgba(225,189,113,1) 0%, rgba(185,124,8,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1bd71",endColorstr="#b97c08",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2em;
  letter-spacing: 0;
}
.korekara .korekara--serif {
  font-size: 1.5rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
  
  
  
}



/* .p-flow__list */
.p-flow .c-section-title-top .sm {
  font-size: 1.8rem;
  font-family: "nsans_jp_b";
  line-height: 1.3em;
}
.c-section-title-top {
  font-size:5rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.3em;
}

.p-flow__list {
  display: block;
}
.p-flow__list > li {
  margin: 3rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-flow__img {
  width: 40.5%;
}
.flow__textbox {
  width: 57.5%;
  border: 2px solid #1d2087;
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.p-flow__num {
  display: block;
  width: 100%;
  font-size: 1.5em;
}
.p-flow__text {
  margin-top: 0;
  border: none;
}
.p-flow__ttl {
  font-size: 2.4em;
}

.p-flow__red {
  color: #D61518;
}

@media screen and (max-width: 767px) {
  .p-flow {
    
    margin-top: 20%;
  }
  .c-section-title-top {
    font-size: 3rem;
  }
  .p-flow .c-section-title-top .sm {
      font-size: 1.4rem;
  }
  .p-flow__list > li {
    display: block;
    width: 100%;
    margin: 2rem auto;
  }
  .p-flow__img {
    width: 100%;
  }
  .flow__textbox {
    width: 100%;

  }
  .p-flow__num {
    font-size: 1em;
  }
  .p-flow__ttl {
    font-size: 1.7em;
    margin: 0.5em auto;
  }
  .p-flow__text {
    padding-top: 0;
    line-height: 1.85em;
  }
}



/* p－voice */
.p-voice {
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 50px 50px;
  text-align: center;
}
.p-voice .c-section-title-top:before {
  content: "VOICE";
  color: #fff;
  opacity: 1;
}
.p-voice__item {
  display: block;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-voice {
    padding: 6% 4%;
  }
}


/* p-qa */
.p-qa {
  display: block;
  margin: 80px auto;
  box-sizing: border-box;
  
}
.p-qa .c-section-title-top:before {
  content: "Q&A";
}
.p-qa__item {
  width: 100%;
  box-sizing: border-box;
  background: #f4f4f4;
  display: block;
  margin: 30px auto;
  padding: 30px 50px;
}
.p-qa__q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  width: 100%;
  margin: 0 auto 20px;
}
.p-qa__q span {
  width: calc(100% - 90px);
  font-size: 24px;
}
.p-qa__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  width: 100%;
  min-height: 70px;
}
.p-qa__a p {
  width: calc(100% - 90px);
  font-size: 15px;
  line-height: 1.75em;
}
.p-qa__q:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(../img/qa_ic_q.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 20px;
  margin-left: 0;
}
.p-qa__a:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(../img/qa_ic_a.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 20px;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .p-qa {
    padding: 0% 4%;
    margin: 12% auto;
  }
  
  .p-qa__item {
    padding: 4%;
    margin: 4% auto;
  }
  .p-qa__q {
  margin: 0 auto 4%;
}
.p-qa__q span {
  width: calc(100% - 4em);
  font-size: 1.25em;
}
.p-qa__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  width: 100%;
  min-height: 3em;
}
.p-qa__a p {
  width: calc(100% - 4em);
  font-size: 1em;
  line-height: 1.75em;
}
.p-qa__q:before {
  content: "";
  width: 3em;
  height: 3em;
  margin-right: 1em;
  margin-left: 0;
}
.p-qa__a:before {
  content: "";
  width: 3em;
  height: 3em;
  margin-right: 1em;
  margin-left: 0;
}
  
}


/* .p-area */
.p-area {
  margin-bottom: 2rem;
}
.p-area__list:before {
    background: right bottom/contain no-repeat url(../img/img_map01_edit.png);
}
@media screen and (max-width: 767px) {
.p-area {
  margin-bottom: 1rem;
}
  .brandlist__text--area {
    width: 92.75%;
    margin: 0 auto;
    font-size: .82em;
    padding: .8em .5em;
  }
}

.p-info__box {
  padding-bottom: 4rem;
}

.omakase {
  background-color: #C3E7F3;
  background-image: url(../img/pic_omakase.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: calc(50% + 250px) 100%;
  width: 100%;
  margin: 3rem auto 0;
  box-sizing: border-box;
  min-height: 460px;
}
.omakase .omakase__box {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 6em 0 2em;
}
.omakase .omakase__title {
  position: relative;
  display: block;
  margin: 0 auto 0 0;
  text-align: center;
  box-sizing: border-box;
  padding: 1rem 0rem 0;
  width: 70%;
  font-size: 2.6rem;
  font-weight: bold;
}
.omakase .omakase__bal {
  background: url(../img/dec_bal.svg) no-repeat bottom center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: block;
  box-sizing: border-box;
  padding: .5rem .5rem 1rem;
  width: 10rem;
  text-align: center;
  position: absolute;
  top: -3rem;
  left: .5rem;
}
.omakase .omakase__bal span {
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  display: block;
  transform: rotate(-7deg);
}
.omakase .omakase__title--bl {
  color: #1D2087;
}
.omakase .omakase__textbox {
  background-color: #fff;
  box-shadow: .1em .1em 1em rgba(0,0,0,0.15);
  position: relative;
  display: block;
  margin: 1em auto 0 0;
  text-align: left;
  box-sizing: border-box;
  padding: 1.5em 1.8em;
  width: 70%;
  font-size: 1.07rem;
  line-height: 1.75em;
}


@media screen and (max-width: 767px) {
  
.p-info__box {
  padding-bottom: 2rem;
}

.omakase {
  background-color: #C3E7F3;
  background-image: url(../img/omakase_bg_sp.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: 50% 0%;
  width: 100%;
  margin: 3rem auto 0;
  box-sizing: border-box;
  min-height: 460px;
}
.omakase .omakase__box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50% 0 2em;
}
.omakase .omakase__title {
  position: relative;
  display: block;
  margin: 0 auto 0 0;
  text-align: center;
  box-sizing: border-box;
  padding: 1rem 0rem 1.5rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
   text-shadow: 0.1rem 0.1rem 0.3rem #fff,-0.1rem 0.1rem 0.3rem #fff,-0.1rem -0.1rem 0.3rem #fff,0.1rem -0.1rem 0.3rem #fff;
  background: url(../img/dec_txtbg.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
}
.omakase .omakase__bal {
  background: url(../img/dec_bal.svg) no-repeat bottom center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  display: block;
  box-sizing: border-box;
  padding: .5rem .5rem 1rem;
  width: 8rem;
  text-align: center;
  position: absolute;
  top: -3rem;
  left: .5rem;
  text-shadow: none;
}
.omakase .omakase__bal span {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  display: block;
  transform: rotate(-7deg);
}
.omakase .omakase__title--bl {
  color: #1D2087;
}
.omakase .omakase__textbox {
  background-color: #fff;
  box-shadow: .1em .1em 1em rgba(0,0,0,0.15);
  position: relative;
  display: block;
  margin: 0em auto 0 auto;
  text-align: left;
  box-sizing: border-box;
  padding: 1em;
  width: 92.75%;
  font-size: 0.92rem;
  line-height: 1.75em;
}

  
}

.fixnav__mobile {
  background-color: #222;
  box-sizing: border-box;
  padding: 2.66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  opacity: 1;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.fixhide.fixnav__mobile {
  bottom: -50%;
  opacity: 0;
}
.fixnav__mobilebtn {
  width: 23%;
}
.fixnav__mobilebtn--long {
  width: 49%;
}
.fixnav__mobile.timercontent__hide .fixnav__mobilebtn {
  width: 49%;
}
.fixnav__mobilebtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.fixnav__mobilebtn--long a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  height: 100%;
}
.fixnav__mobilebtn a span {
  font-size: .82em;
  line-height: 1.2em;
  padding-left: 0;
  padding-top: .2em;
  word-break: keep-all;
  text-align: center;
  display: block;
}
.fixnav__mobilebtn--long a > span {
  font-size: .92em;
  line-height: 1.2em;
  padding-left: .2rem;
  padding-top: 0;
  word-break: keep-all;
  text-align: left;
  display: block;
}
.fixnav__mobilebtn--long a .fixnav__mobilebtn--telnum {
  font-size: 1.4em;
  line-height: 1em;
  padding-left: 0;
  word-break: keep-all;
  text-align: left;
  display: block;
}

.fixnav__mobilebtn--tel {
  background: rgb(196,21,24);
    background: -moz-linear-gradient(0deg, rgba(196,21,24,1) 0%, rgba(230,60,63,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(196,21,24,1) 0%, rgba(230,60,63,1) 100%);
    background: linear-gradient(0deg, rgba(196,21,24,1) 0%, rgba(230,60,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c41518",endColorstr="#e63c3f",GradientType=1);
   padding: 6.66% 4.66%;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  
}
.fixnav__mobilebtn--tel:before {
  content: "";
  background: url(../img/img_tel.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  width: 1.4em;
  height: 1.4em;
  /*
  -webkit-transform: rotate3d(0,1,0,180deg);
  -ms-transform: rotate3d(0,1,0,180deg);
  -o-transform: rotate3d(0,1,0,180deg);
  transform: rotate3d(0,1,0,180deg);*/
}
.fixnav__mobilebtn--mail {
    background: #ffe853;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe853), color-stop(50%, #ffcb21), to(#ffa600));
    background: linear-gradient(180deg, #ffe853 0%, #ffcb21 50%, #ffa600 100%);
   padding: 6.66% 4.66%;
  box-sizing: border-box;
  color: #1a1a1a;
  font-weight: bold;
}
.fixnav__mobilebtn--mail:before {
  content: "";
  background: url(/images/common/img_mail.svg) no-repeat 50% 50%;
  display: block;
  width: 1.2em;
  height: 1.2em;
}

.fixnav__mobilebtn--line {
    background: #06c655;
    background: -webkit-gradient(linear, left top, left bottom, from(#06c655), color-stop(50%, #00a642), to(#007d42));
    background: linear-gradient(180deg, #06c655 0%, #00a642 50%, #007d42 100%);
   padding: 6.66% 4.66%;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
}

.fixnav__mobilebtn--line:before {
  content: "";
  background: url(/images/common/img_line.svg) no-repeat 50% 50%;
  display: block;
  width: 1.2em;
  height: 1.2em;
}
.p-footer__banner {
  max-width: 1010px;
  display: block;
  margin: 2em auto 0;
  width: 92.75%;
}
.timercontent--offhouer {
  display: block;
  width: 100%;
  max-width: 758px;
  margin: 1em auto;
}

@media screen and (max-width: 767px) {
  #p-pagetop {
      bottom: 23vw;
      display: block!important;
    border-radius: 4px;
    overflow: hidden;
  }
  #p-pagetop[style="display: none;"]{
    display: none!important;
  }
  .l-footer {
    margin-top: 0;
  }
  .omakase {
    margin-top: 0;
  }
  .golf-exp {
    margin-bottom: 0;
  }
  #p-wrapper {
    padding-bottom: 22vw;
  }
  .timercontent--offhouer {
    margin: 0em auto;
  }
}