/*@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: 16px;
}

a {
  color: #013A73;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

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

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

/*フォント*/
.weight700 {
  font-weight: 700;
  font-size: 1.2rem;
}

/*スマホ メニュー*/
@media (min-width: 641px) {

  .visible-xs,
  #footer {
    display: none;
  }
}

#globalmenu .grid-menu li a {
  font-size: 14px;
}

/*非表示*/
@media (max-width: 639px) {
  .sp-hidden {
    display: none;
  }
}

@media (min-width: 640px) {
  .pc-hidden {
    display: none;
  }
}

/*タイトルエリア*/
.main-area {
  max-width: 1400px;
  margin: 0 auto 3rem;
  padding: 0;
}

.title-area-image {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 40rem) {
  .title-area-image {
    width: 700px;
  }
}

/*あいさつ*/
.greeting-text {
  text-align: center;
  font-size: 0.9rem;
  line-height: 2.3;
  margin: 3rem 0;
}

@media (min-width: 40rem) {
  .greeting-text {
    font-size: 1.3rem;
    margin: 4rem 0;
  }
}

/*プレセントエリア*/
.present-area {
  margin-bottom: 80px;
}

.present-waku {
  border: 4px solid #dedede;
  padding: 1rem 1.4rem 2rem;
}
@media (min-width: 40rem) {
  .present-waku {
    font-size: 1.3rem;
    padding: 1rem;
  }
}


.contents-heading1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #5da7af;
}

.contents-heading2 {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  background-color: #009db0;
  color: #FFF;
  display: inline-block;
  padding: 2px 30px;

}


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

.contents-text {
  padding: 0 1rem;
  letter-spacing: 0.2rem;
  font-size: 1.9rem;
  font-weight: 800;
}

.contents-text span {
  font-size: 1rem;
}

.contents-text-l {
  letter-spacing: 2px;
  font-size: 3rem;
  font-weight: 800;
  color: #194289;
  text-align: center;
  line-height: 1.2;
  margin: 5px 0 0;
  font-size: 3rem;
}

.contents-text-sub {
  letter-spacing: 2px;
  font-size:0.9rem;
  font-weight: normal;
  text-align: center;
  margin: 3rem 0 5rem;
  line-height: 2.5;
  padding: 0 2rem;
}
@media (min-width: 40rem) {
  .contents-text-sub {
    font-size: 1.2rem;
  }
}

.contents-text-m {
  letter-spacing: 2px;
  font-size: 1.3rem;
  font-weight: 800;
  
  line-height: 1.2;
}
@media (min-width: 40rem) {
  .contents-text-m {
    font-size: 1.5rem;
    padding: 0 1rem;
  }
}
.contents-text-m span {
  font-size: 0.78rem;
  letter-spacing: 0.3px;
  
}
@media (min-width: 40rem) {
  .contents-text-m span {
    font-size: 0.9rem;
  }
}

.contents-text-s {
  padding: 0 1rem;
  font-size: 1rem;
}
@media (min-width: 40rem) {
  .contents-text-s {
    font-size: 1.2rem;
  }
}
.contents-text-s span {
  font-size: 0.8rem;
  letter-spacing: 0.3px;
  
}
@media (min-width: 40rem) {
  .contents-text-s span {
    font-size: 0.9rem;
  }
}
.contents-text-white {
  color: #FFF;
}

.circle {
  font-weight: bold;
  width: 110px;
  height: 110px;
  background-color: #5da7af;
  color: #FFF;
  border-radius: 50%;
  line-height: 2.5rem;
  font-size: 1.4rem;
  font-family: sans-serif;
  padding-top:0.7rem;
  display: block;
  margin: 0 auto;
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央 */
  text-align: center;
  letter-spacing: 1.5px;
}
@media (min-width: 40rem) {
  .circle {
    width: 120px;
    height: 120px;
    font-size: 1.6rem;
    line-height: 1.2;
    padding-top: 1.1rem;
  }
}
.circle span {
  font-size: 2rem;
}
@media (min-width: 40rem) {
  .circle  span{
    font-size: 2.5rem;
    line-height: 1.4;
  }
}


/*アイテムエリア*/
.item-area {
  background: linear-gradient(to bottom, #d4e2f7, #ffffff, #d4e2f7);
  padding: 4rem 0;
  to bottom,
  #d4e2f7 0%,
  #ffffff 30%,
  #ffffff 70%,
  #d4e2f7 100%
}

@media (min-width: 40rem) {
  .item-area {
    
  }
}
.item-inner {
  margin: 30px 0;
}

.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}

/*特別企画品*/
.special-area {
  padding: 80px 0;
  background-color: #333;
}

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

@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: 7px 0;
  color: #fff;
  background-color: #333;
  margin: 0 auto;
}

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

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

.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;
}

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

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

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

.address {
  text-align: center;
}

@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;
}

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

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

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


#footerLink p.seiki {
  font-size: 16px;
}