/*@import "../../vendor/basis/dist/css/basis.css";
@import "../../vendor/css-wipe/dest/bundle.css";
@import "../../vendor/font-awesome/css/font-awesome.min.css";*/

/**---------------------------------
* ベース
---------------------------------*/
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-size: 14px;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif;
  overflow-x: hidden;
  color: #222222;
}

.footer-area a {
  color: #FFF;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

/*コンテナ最大幅*/
.lp-container {
  padding: 0 20px;
  /*font-family: 'Lato', 'Noto Sans JP', sans-serif;*/
}

@media (min-width: 40rem) {
  .lp-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
}

/*スマホ メニュー*/
@media (min-width: 641px) {
  .visible-xs {
    display: none;
  }
}
#globalmenu .grid-menu li a {
  font-size: 13px;
}

/*--- 非表示 ---*/
.u-displaynone {
  display: none !important;
}

/*--- モバイル非表示 ---*/
@media (max-width: 39.9375rem) {
  .u-displaynone-sm {
    display: none !important;
  }
}

/*--- デスクトップ非表示 ---*/
@media (min-width: 40em) {
  .u-displaynone-md-up {
    display: none !important;
  }
}

/*共通フッター*/
@media (max-width: 39.9375rem) {
  #footer {
    padding: 20px 0 0;
    background-image: none;
    border-top: 3px solid #E3E0D5;
  }
  a.upper-banner.online,
  a.upper-banner.eve {
    /*width: 100% !important;*/
    height: auto !important;
  }
  .footer-sns ul li p {
    margin-top: 0.5rem;
  }
}
@media (min-width: 40em) {
  #footer {
    padding: 30px 0 50px;
    background-image: none;
    border-top: 3px solid #E3E0D5;
  }
  #footerLink {
    border-top: none;
  }
  #footerLink .bannerLinks {
    width: 700px;
  }
  .upper-banner {
    font-size: 13px;
    padding: 0;
  }
  .upper-banner-container a:first-child {
    margin-right: 1rem;
  }
  .upper-banner.online::before {
    content: "";
    position: absolute;
    display: inline-block;
    /*background: url(../img/common/footer_banner_online-payment.png) no-repeat;*/
    background-size: contain;
    top: 6px;
    left: 20px;
    width: 25px;
    height: 46px;
  }
  .upper-banner.eve::before {
    content: "";
    position: absolute;
    display: inline-block;
    /*background: url(../img/common/eve-logo.png) no-repeat;*/
    background-size: contain;
    top: 7px;
    left: 20px;
    width: 25px;
    height: 44px;
  }
  #footerLink .bannerLinks>ul>li.instagram>ul {
    margin-left: 0!important;
  }
  #footerLink .bannerLinks>ul>li.instagram>ul li {
    padding: 2px 5px;
    border-top: 1px dotted #CCC;
    font-size: 11px!important;
  }
}
/*共通フッター ここまで*/

/*タイトルエリア*/
.main-area {}

.main-image {
  width: 100%;
  background-image: url(../img/main_pc.jpg);
  height: 0;
  padding-top: 45.9895%;
}

.main-text {
  text-align: center;
}

.main-text-event {
  font-size: 1.3rem;
  color: #00AFEC;
}

.main-text-logo {
  width: 130px;
  margin: 0 auto;
  padding-top: 30px;
}

@media (min-width: 40rem) {
  .main-text-logo {
    width: 160px;
    padding-top: 0;
  }
}

.main-text-title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: normal;
  margin-top: 50px;
}

@media (min-width: 40rem) {
  .main-text-title {
    font-size: 3.5rem;
  }
}

.main-text-title-s {
  font-size: 1.25rem;
  font-weight: bold;
}

.main-text-store {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (min-width: 40rem) {
  .main-text-store {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.main-text-date {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 0;
  color: #00AFEC;
}

@media (min-width: 40rem) {
  .main-text-date {
    font-size: 3.0rem;
  }
}

.main-text-date span {
  font-size: 1.3rem;
}

h2.c-heading {
  text-align: center;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 3rem;
}
@media(min-width: 40em) {
  h2.c-heading {
    font-size: 2rem;
    margin-top: 40px;
    }
  }

  .p-text {
    margin: 30px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  @media(min-width: 40em){
    .p-text {
      font-size: 16px;
    }
  }

  .products-text {
    text-align: center;
  }
  @media(min-width: 40em){
    h2.products-text {
      font-size: 1rem;
    }
  }

/*あいさつ*/
.greeting-area {
  background-color: #f7f7f7;
  padding: 50px 0;
}

@media (min-width: 40rem) {
  .greeting-area {
    padding: 80px 0;
  }
}

.greeting-area--white {
  padding: 20px 0 35px;
  background-color: #f7f7f7;
  margin-bottom: 0rem;
}

@media (min-width: 40rem) {
  .greeting-area--white {
    padding: 50px 0 60px;
  }
}

.greeting-text {
  text-align: center;
  font-size: 15px;
  line-height: 2.0;
  margin-top: 20px;
}

@media (min-width: 40rem) {
  .greeting-text {
    font-size: 17px;
  }
}

.information {
  text-align: center;
  font-size: 13px;
  line-height: 2.0;
  margin-bottom: 5rem;
}
@media (min-width: 40rem) {
  .information {
    font-size: 15px;
  }
}

/*ご成約特典*/
.tokuten-area{
  margin: 0 0 5rem;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media(min-width: 40em){
  .tokuten-area{
    margin: 0 0 5rem;
  }
}
.goseiyaku-tokuten{
  display: block;
  text-align: center;
  background-color: #1b2f8e;
  padding: 1rem 0 2.5rem;
}
@media(min-width: 40em){
  .goseiyaku-tokuten{
    padding: 1.5rem 0 3rem;
  }  
}
.tokuten-area h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tokuten-area h2::after{
  border: solid 0.5px #fff;
  width: 5rem;
  content: '';
  margin-left: 10px;
}
.tokuten-area h2::before{
  border: solid 0.5px #fff;
  width: 5rem;
  content: '';
  margin-right: 10px;
}
@media(min-width: 40em){
  .tokuten-area h2::after{
    width: 10rem;
    content: '';
    margin-left: 15px;
  }
  .tokuten-area h2::before{
    width: 10rem;
    content: '';
    margin-right: 15px;
  }
}
.special-textL {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: normal;
}
@media (min-width: 40em) {
  .special-textL {
    font-size: 1.7rem;
  }
}
.special-textL span{
  color: #e77600;
  font-size: 2rem;
}
@media(min-width: 40em){
  .special-textL span{
    font-size: 3.5rem;
  }
}
.special-text-m {
  font-size: 1.0rem;
  color: #fff;
  padding-top: 0.85rem;
}

@media (min-width: 40em) {
  .special-text-m {
    font-size: 1.2rem;
    color: #fff;
  }
}
.special-text-s {
  font-size: 0.85rem;
  color: #fff;
}

.kinri-area{
  margin-top: 1rem;
  display: block;
  text-align: center;
  background-color: #eaeaea;
  padding: 2rem 0;
}
@media(min-width: 40em){
  .kinri-area{
    display: flex;
    text-align: left;
    margin-top: 1rem;
    padding: 3.5rem 0;
    justify-content: center;
  }
  .kinri-text{
    display: block;
    margin-left: 2rem;
  }  
}
.text-color-blue{
  color: #1b2f8e;
}
/*特典エリア*/
.present-area {
  /*background-color: #FAF8F5;*/
}

@media (min-width: 40rem) {
  .present-area {
    padding: 0rem 1rem;
  }
}

.present-area-inner {
  width: 100%;
  background-color: #222222;
  margin: 0 auto;
  padding: 30px 20px;
  
}

@media (min-width: 40rem) {
  .present-area-inner {
    width: 800px;
  }
}

.present-back {
  background-color: #ffffff;
}

.present-text-l {
  color: #000000;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin: 0.5rem 0;
  padding-bottom: 3rem;
  border-bottom: solid 3px #5385c0;
}

@media (min-width: 40rem) {
  .present-text-l {
    font-size: 2.0rem;
  }
}

.present-text-s {
  font-size: 17px;
  text-align: center;
  color: #000000;
}

@media (min-width: 40rem) {
  .present-text-s {
    font-size: 1.5rem;
  }
}

.present-text-m {
  margin-top: 1rem;
  margin-bottom: 2.0rem;
  font-size: 1.6rem;
  text-align: center;
  
  font-weight: bold;
}

.line {
  display: flex;
  align-items: center;
  }

  .line::before,
  .line::after {
  content: "";
  height:3px;
  flex-grow: 1;
  background-color:#5385c0;
  }

  p.line {
    color: #5385c0!important;
  }

  .line:before {
  margin-right: 10px;
  }

  .line:after {
  margin-left: 10px;
  }

/* 金利 */
.c-kinri {
  padding: 2rem 1rem 3rem;
  font-size: 1.11rem;
  font-weight: bold;
  border-bottom: solid 3px #5385c0;
}

@media (min-width: 40em) {
  .c-kinri {
    padding: 2rem 0 3rem;
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
}

.c-kinri-l {
  color: #000;
  font-weight: normal;
  font-size: 14px;
}

@media (min-width: 40em) {
  .c-kinri-l {
    text-align: center;
    font-size: 16px;
  }
}

.c-kinri-l--1 {
  line-height: 1.2;
  letter-spacing: 1px;
  color: #2f6fb8;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.c-kinri-l--1 span {
  color: #fcaf03;
  font-size: 3rem;
}

@media (min-width: 40em) {
  .c-kinri-l--1 {
    text-align: center;
    font-size: 1.8rem;
  }
}

.c-kinri-s {
  font-size: 15px;
  color: #ffffff;
}

@media (min-width: 40em) {
  .c-kinri-s {
    font-size: 1.0rem;
  }
}

/*商品エリア*/
.item-new {
  background-color: #df600b;
  display: inline-block;
  padding: 0.05rem 0.5rem;
  margin-top: 1rem;
  font-weight: bold;
  color: #FFF;
}

.products-main-area {
  margin-bottom: 3rem;
}

.products-heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 50px;
}

@media (min-width: 40rem) {
  .products-heading {
    font-size: 2.4rem;
  }
}

.products-explanation-title {
  font-size: 1.25rem;
  margin: 1.5rem 0;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 40rem) {
  .products-explanation-title {
    font-size: 1.25rem;
    margin: 0 0 1.5rem;
  }
}

.products-explanation {
  font-size: 1.0rem;
  line-height: 2.0;
}

@media (min-width: 40rem) {
  .products-explanation {
    padding: 0 4rem;
  }
}

.products-detail-p {
  text-align: left;
  padding: 0;
  margin-bottom: 80px;
  line-height: 1.8;
}
@media (min-width: 40rem) {
  .products-detail-p {
    font-size: 16px;
  }
}

.products-detail-name {
  text-align: center;
  font-size: 1rem;
  margin: 30px 0 5px;
  font-weight: bold;
}
@media (min-width: 40rem) {
  .products-detail-name {
    font-size: 1rem;
  }
}

.products-detail-title {
  text-align: center;
  font-size: 1rem;
  margin: 20px 0 5px;
  font-weight: bold;
}
@media (min-width: 40rem) {
  .products-detail-p {
    font-size: 1rem;
  }
}

.products-detail-price {
  font-size: 1rem;
}

.products-detail-price span {
  font-size: 0.8rem;
}

.products-detail-introduction {
  text-align: center;
  line-height: 2.0;
  margin: 5px 0 50px;
}
@media (min-width: 40rem) {
  .products-detail-introduction {
    margin-top: 10px 0 20px;
  }
}

.products-detail-introduction--right {
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 2.0;
  text-align: left;
}

@media (min-width: 40rem) {
  .products-detail-introduction--right {
    text-align: right;
  }
}

.item-bt {
  width: 80%;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 7px 0;
  color: #fff;
  background-color: #333;
}

@media (min-width: 40em) {
  .item-bt {
    width: 100px;
    border: 1px solid #333;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0 auto;
  }

  .item-bt:hover {
    background: #FFF;
    color: #333;
    border: 1px solid #333;
  }
}

.text-right {
  text-align: right;
}


.contentsarea {
  /* position: relative;
  width: 500px;
  height: 370px; */

}

.contentsbox {

  padding-top: 3rem;
  /* position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; */

}

@media (min-width: 40em) {
  .contentsbox {
    padding-top: 10rem;
  }
}

.contents {
}

.contentsimg {
  padding: 0 3rem;
}

@media (min-width: 40em) {
  .contentsimg {
    padding: 1rem 3rem;
  }
}

.contentsimg-1 {
  padding: 0 3rem;
  margin-top: 2rem;
}

@media (min-width: 40em) {
  .contentsimg-1 {
    padding: 1rem 3rem;
  }
}


.new-tag {
  display: inline-block;
  border: 1px solid #000;
  padding: 0 1rem;
  font-weight: bold;
  margin-top: 2rem;
}

/*商品説明*/
.explanation-area {
  padding: 3rem 0 2rem;
}

.explanation {
  border: 4px solid #00AFEC;
  background-color: #FFF;
  padding: 2rem;
}

.explanation-heading {
  text-align: center;
  font-size: 1.25rem;
  color: #00AFEC;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.explanation-text {
  text-align: left;
  line-height: 1.8;
  font-size: 1.0rem;
}

/*予約ボタン*/
.button-wrapper {
  background-color: #FFF;
  width: 100%;
  margin: 0 auto;
}

.button {
  width: 100%;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: normal;
  padding: 20px 0;
  color: #FFF;
  position: relative;
  margin: auto;
  font-size: 1.1rem;
  font-weight: bold;
  background: -moz-linear-gradient(top, #808080, #272422);
  background: -webkit-linear-gradient(top, #808080, #272422);
  background: linear-gradient(to bottom, #808080, #272422);
}

@media (min-width: 40em) {
  .button {
    font-size: 1.8rem;
  }
}

a.button {
  text-decoration: none;
}

.button::after {
  display: block;
  content: "";
  position: absolute;
  top: 48%;
  right: 15px;
  width: 12px;
  height: 12px;
  margin: -4px 0 0 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 40em) {
  .button:hover {
    opacity: 0.7;
  }
}

/*同時開催バナー*/
.banner-area {
  background-color: #F2F2F2;
  padding: 3rem 0;
  margin-top: 3rem;
}

.banner-heading {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

/*フッター エリア*/
.footer-area {
  padding: 40px 0;
  background-color: #333;
}

@media (min-width: 40em) {
  .footer-area {
    padding: 40px 0 80px;
  }
}

.footer-bt {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  background-color: #111;
  margin: 0 auto;

}

@media (min-width: 40em) {
  .footer-bt {
    width: 300px;
    border: 1px solid #111;
    margin-top: 30px;
    font-size: 15px;
    padding: 10px 0;
  }

  .footer-bt:hover {
    background: #FFF;
    color: #111;
    border: 1px solid #111;
  }
}

.shop-info {
  padding-left: 0;
}

@media (min-width: 40em) {
  .shop-info {
    text-align: center;
    display: block;
  }
}

@media (min-width: 40em) {
  .shop-info-innner {
    display: inline-block;
  }
}

.contactus {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  color: #FFF;
}

@media (min-width: 40em) {
  .contactus {
    margin-top: 0;
  }
}

.shop {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  color: #FFF;
}

@media (min-width: 40em) {
  .shop {
    margin-top: 0;
  }
}

.address {
  text-align: center;
  color: #FFF;
}

@media (min-width: 40em) {
  .address {
    font-size: 14px;
    display: inline-block;
    text-align: center;
  }
}

@media (min-width: 40em) {
  .address br {
    display: none;
  }
}

.address span {
  font-size: 12px;
  display: block;
}

.phone {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  color: #FFF;
}

@media (min-width: 40em) {
  .phone {
    font-size: 32px;
  }
}

.phone span {
  font-size: 16px;
}