@charset "UTF-8";
/*
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　各EC共通 特集用 特集用ヘッダー・フッター

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
/* グローバルヘッダー */
.global-header {
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #fff; }

.global-header-wrapper {
  display: flex;
  justify-content: center;
  padding-right: 25px;
  align-items: center;
  margin: 0 auto;
}

/* ロゴ */
.global-header-logo__link {
  display: block;
  width: 150px;
  height: auto; }

.global-header-logo__image {
  width: 100%;
  height: auto; }
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　ギャレリア各EC共通 下層ページ

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/

.wrap {
  overflow: hidden;
}

.contents-wrapper {
  display: flex;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px; }

.contents-area {
  box-sizing: border-box;
  width: 835px;
  margin: 28px auto 0; }

.attention-main-heading {
  background: #BE0002;
  padding: 30px 70px;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 50px; }
.attention-text-area, .attention-list {
  padding: 0 20px;
  margin-bottom: 50px; }
.attention-text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 30px; }
.attention-list__item {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 10px; }
.attention-sub-heading {
  background: #e6e6e6;
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #303030;
  margin-bottom: 40px; }
.attention-text--tel {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #303030; }

/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ 各EC共通 特集用 特集用ヘッダー・フッター Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 768px) {
  /* グローバルヘッダー */
  .global-header {
    padding-top: 3vw;
    padding-bottom: 3vw;
    background-color: #fff; }

  .global-header-wrapper {
    padding-right: 3vw;
    padding-left: 3vw; }

  /* ロゴ */
  .global-header-logo__link {
    width: 30vw;
    height: auto; }

  /* SNS */
  .global-header-sns__item {
    margin-left: 3.5vw; }

  .global-header-sns__item .fab {
    padding-top: 5px;
    font-size: 5vw; }
  .contents-wrapper {
    display: block;
    width: 100vw;
    margin-top: 10vw;
    margin-bottom: 10vw; }

  .contents-side-navi {
    display: none; }

  .contents-area {
    width: 100vw;
    margin-top: 0;
    padding-top: 2vw;
    padding-right: 3vw;
    padding-left: 3vw;
    border: none; }

  .attention {
    margin-bottom: 15vw; }
    .attention-main-heading {
      padding: 6vw 8vw;
      font-size: 5vw;
      line-height: 1.3;
      margin-bottom: 8vw; }
    .attention-text-area, .attention-list {
      padding: 0 4vw;
      margin-bottom: 10vw; }
    .attention-text {
      font-size: 1.4rem;
      line-height: 1.6;
      margin-bottom: 6vw; }
    .attention-list__item {
      font-size: 1.4rem;
      line-height: 1.6;
      margin-bottom: 4vw; }
    .attention-sub-heading {
      padding: 3vw 4vw;
      font-size: 1.6rem;
      margin-bottom: 5vw; }
    .attention-text--tel {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.2;
      color: #303030; } }
