@charset "utf-8";


:root {
  /*カラー*/
  --black: #2D2A2A --gray: #707070 --rightgray: #E2E2E2 --orange: #C7580E
    /*フォント*/
    --noto-sans-font-family: "Noto Sans JP", sans-serif;
  --arial-font-family: Arial, sans-serif;


}

* {

  box-sizing: border-box;
}

header a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;

}

header {
  /* p296参照 */
  display: flex;
  flex-direction: row;
  justify-content: center;


  /* 水平方向の配置：両端のパーツが左右にくっつく配置 */

  /* align-itemsの初期値stretchを解除？ */
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 100;
}


@media screen and (min-width:768px) {

  header {

    align-items: center;
  }

  header .header-logo img {
    width: 150px;
  }

  header h1.seven {
    font-size: 50px;
    padding-top: 30px;
    margin-left: -20px;
  }

  .header-gnav ul li a {
    font-size: 20px;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    margin-right: 30px;

    margin-top: 19px;


  }


}


/* ブレイクポイント：992px以上の時 */
@media screen and (min-width:992px) {

  /* p290参照 */
  header {
    padding-top: 30px;
  }

  header .header-logo {
    flex: none;
    /* flexプロパティはショートハンド */
    /* flex-grow、flex-shrink、flex-basisの略 */
  }

  header .header-logo img {
    width: 200px;
  }

  header h1.seven {
    font-size: 90px;
    padding-top: 20px;
    margin-left: -25px;
  }

  .header-gnav ul li a {
    font-size: 25px;
    letter-spacing: 0.1em;
    padding-bottom: 0;
    margin-top: 25px;

  }

  /* ↓ブレイクポイント：992px以上の閉じ */
}




header div {
  display: flex;
  flex-direction: row;
  justify-content: center;


}

header div img {
  position: relative;
  top: 2px;

}

.header-gnav ul {
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.seven {
  font-size: 39px;
  color: #2D2A2A;
  margin: 10px 0 0 0;
  position: relative;
  right: 15px;


}

.header-gnav nav ul {
  text-align: center;
  display: flex;
  justify-content: center;
}






.menu_top nav ul li a {
  color: #707070;
  letter-spacing: 0.2em;
  margin: 0 10px;



}

.menu_top nav ul {
  padding: 0;
  display: flex;
  justify-content: center;
}

h1,
footer {
  text-align: center;
  font-family: 'El Messiri', sans-serif;

}

.main_visual {
  background-image: url(../img/sp_topimg@2x.jpg);

  background-repeat: no-repeat;
  /* 背景画像のリピート解除 */
  background-position: center center;
  /* 背景画像の位置決め：横 縦 */
  background-size: cover;
  /* cover：覆うように */
  /* contain：画像を完全にその領域に含むように表示 */

  height: 420px;
  /* 背景画像を設置するための高さ設定 */
  max-width: 1000px;
  /* 問題：要素の中央配置をしましょう！ */
  margin: 0 auto;


  display: flex;
  /* 中にある子要素を横並びにさせる */
  justify-content: center;
  /* 水平方向：中央配置 */
  flex-direction: column;
  /* 要素の並び：縦並び */
  text-align: center;
  position: relative;
  z-index: 10;
}



h1.top_text_2 {
  color: #e2e2e2;
  font-size: 40px;
  position: absolute;
  bottom: 10px;
  left: 20px;
  line-height: 0.2;
  margin-top: 0;

}

h2.top_text_1 {
  color: #e2e2e2;
  font-size: 21px;
  position: absolute;
  bottom: 45px;
  left: 20px;
  margin-top: 0;

}



/* ブレイクポイントは768px以上,*/
@media screen and (min-width:768px) {
  .main_visual {
    height: 600px;

    /* 後ほど解説します */
  }

  .menu_top {
    display: none;
  }

  .main_visual h1 {
    font-size: 60px;
    margin-bottom: 40px;
    margin-left: 30px;
    letter-spacing: 0.05em;


  }

  .main_visual h2 {
    font-size: 30px;
    padding-bottom: 0.7em;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    margin-left: 30px;

  }

  /*↓メインビジュアル設定768px以上の閉じ*/
}

/*992px以上の時 */
@media screen and (min-width:992px) {

  .main_visual {
    height: 600px;

  }

  .bland-logo {
    margin-left: -45px;
  }

  .main_visual h1 {
    font-size: 70px;
    margin-bottom: 40px;
    margin-left: 30px;
    letter-spacing: 0.05em;


  }

  .main_visual h2 {
    font-size: 35px;
    padding-bottom: 0.5em;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    margin-left: 30px;

  }


}


@media screen and (min-width:600px) {
  .new {
    font-size: 30px;
    margin-top: 80px;
  }

  .item {
    width: 500px;
    height: 500px;

    margin: 0 auto;
  }
}




h2,
ul li {
  text-align: center;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  text-align: center;
  font-family: Microsoft New Tai Lue;
  letter-spacing: 0.01em;

}

section {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;

  margin-top: 30px;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

section h2 {
  font-family: BIZ UDPゴシック;
  font-size: 20px;
  letter-spacing: 0.13em;
  margin: 10px 0 0 0;
}

table {
  max-width: 307px;
  max-height: 307px;
  margin-top: 12px;
  margin-right: 34px;
  margin-bottom: 65px;
  margin-left: 34px;


}

@media screen and (min-width:768px) {

  table {
    width: 100%;
  }

}


table img {
  width: 142px;
  height: 133px;

}

table td span {
  font-family: Arial;
  color: #C7580E;
  font-size: 10px;
  padding-top: 18px;
  padding-left: 10px;


}

div.number {
  font-family: メイリオ;
  font-size: 7px;
}








/*ハンバーガーボタン設定*/
.header-button {
  /* 教科書p262 */
  width: 75px;
  height: 75px;
  border: none;
  position: fixed;
  right: 0;
  top: 0;

  /* ↓三本線をど真ん中に配置させるための記述 */
  display: flex;
  flex-wrap: wrap;
  /* ↑多分不要？ */
  justify-content: center;
  align-items: center;

  background-color: transparent;
  color: #707070;
}

/* メディアクエリ：ハンバーガーボタン設定 */
/* ブレイクポイント：768px以上 */
@media screen and (min-width:768px) {

  /* 問題：
  ブレイクポイント：768px以上の時に
  「.header-buttonを消す」
  という指定をしてください */

  .header-button {
    display: none;
    /* 要素の非表示 */
  }

  /* ↓ブレイクポイント768px以上の閉じ */
}

.header-button .icon {
  /* インラインの性質 */
  /* 幅高さ */
  width: 24px;
  height: 2px;
  background-color: #707070;
  display: block;
  position: relative;
  top: 0;
  /* positionは位置決めのプロパティ
    relativeは相対的という意味 
    abusoluteとセットで使用すると基準になる*/
}

/* .iconに疑似要素を作成。三本線を作ります */
.header-button .icon::before,
.header-button .icon::after {
  /* p262参照 */
  content: "";
  /* 図形をcssで描画したいので""の中身は不要 */
  width: 100%;
  height: 2px;
  /* 疑似要素はインラインの性質 */
  display: block;
  background-color: inherit;
  /* inherit:継承という意味 */
  /* 親要素の設定を引き継がせる */
  position: absolute;
  left: 0;
  transition: all .3s;
}

.header-button .icon::before {
  top: -9px;
}

.header-button .icon::after {
  top: 9px;
}



/* スマホサイズのナビゲーション設定 */
.header-gnav {
  /* p289参照 */
  position: fixed;
  right: 0;
  top: 0;
  /* positionプロパティは要素の位置決めのためのプロパティ */
  /* 場所の指定が必要 */
  /* fixedは固定 */
  text-align: center;
  width: 100%;
  /* ブラウザの幅いっぱい */
  height: 100%;
  background-color: rgba(255, 255, 255, .9);

  /*↓二つはハンバーガーボタンを押したときにナビゲーションが
    どう出てくるかの指定 */
  transform: translateX(100%);

  /* transform: 変形の指定
    translateX：横軸方向に移動
    (100%)の中に移動分の距離を記述
    （今回は要素のサイズまるまる全部右方向に移動させる） */
  transition: .3s ease;
  /* ease：アニメーションの種類 */
}

.header-gnav ul {
  margin: 0;
  height: 100%;
  /* 親要素<nav>の高さ100% */
  display: flex;
  align-items: center;
  /* ↑この記述は不要かと。 */
  flex-direction: column;
  justify-content: center;
}

.header-gnav a {
  color: #2D2A2A;
  font-family: 'Arial', sans-serif;
  letter-spacing: 0.2em;
  font-size: 23px;
  padding: .8em;
  /* aはインラインの性質、paddingの上下を指定した場合他の要素に被る */
  /* どうする？→性質を変えましょう！ */
  display: block;
}

/* メディアクエリ：グローバルナビゲーション設定 */
/* ブレイクポイントは768px以上 */

@media screen and (min-width:768px) {

  .header-gnav {
    position: static;
    /* staticは初期値 */
    /* 要素が普通に書かれたときに出てくる場所に配置される */
    /* 上で指定していたfixedの解除 */
    background: none;
    /* 上で指定していた背景色の解除 */
    margin-right: -0.8em;
    transform: translateX(0);
    /* 上で指定していた移動の解除 */

  }

  .header-gnav ul {
    flex-direction: row;
    justify-content: flex-end;
  }


  /*↓ブレイクポイント768px以上の閉じ */
}



/* ハンバーガーボタンを押したときの動作用設定 */
body.open .header-gnav {
  transform: translateX(0);
}

/* ハンバーガーボタンを押したときのボタンの見た目設定 */
/* p263参照 (p261に図があるよ)*/
body.open .header-button {
  z-index: 30;
  /* 重なり順の調整 */
}

/* ハンバーガーボタンの×ボタン設定 */
body.open .header-button .icon {
  width: 30px;
  background-color: transparent;

}

body.open .header-button .icon::before,
body.open .header-button .icon::after {
  background-color: #2D2A2A;
  top: 0;
  /* 位置調整のリセット */
}

body.open .header-button .icon::before {
  transform: rotate(45deg);
  /* ×ボタン用の変形 */
  /* rotate()は回転の変形の値
    （）の中に角度を入れる */
}

body.open .header-button .icon::after {
  transform: rotate(-45deg);
  /* ×ボタン用の変形 */
}



.button {
  width: 760px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 28px;

  max-width: 100%;

}

.button a {
  margin-top: 10px;
  height: 60px;
  padding-top: 12px;
}

.btn-flat-border-1 {
  background-repeat: no-repeat;
  background-position: center center;


  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #E2E2E2;
  background-image: url(../img/women-hed@2x.jpg);
  width: 100%;


  transition: .3s;


}

.btn-flat-border-1:hover {
  background: rgba(59, 59, 59, 0.897);
  color: white;
}


.btn-flat-border-2 {
  background-repeat: no-repeat;
  background-position: center center;

  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #E2E2E2;
  background-image: url(../img/men-hed@2x.jpg);
  width: 100%;


  transition: .3s;

}

.btn-flat-border-2:hover {
  background: rgba(59, 59, 59, 0.897);
  color: white;
}


.btn-flat-border-3 {
  background-repeat: no-repeat;
  background-position: center center;

  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #E2E2E2;
  background-image: url(../img/kids-hed@2x.jpg);
  width: 100%;
  opacity: 0.9;

  transition: .3s;

}

.btn-flat-border-3:hover {
  background: rgba(59, 59, 59, 0.897);
  color: white;
}


.btn-flat-border-4 {
  background-repeat: no-repeat;
  background-position: center center;

  display: inline-block;
  padding: 0.3em 1em;

  text-decoration: none;
  color: #E2E2E2;
  background-image: url(../img/sp_topimg@2x.jpg);
  width: 100%;
  opacity: 0.7;


  transition: .3s;

}

.btn-flat-border-4:hover {
  background: rgba(59, 59, 59, 0.897);
  color: white;
}


/*Womenアイテムページ*/

table.women-item {
  width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;


}

table.women-item td {
  padding: 0 30px;
  padding-top: 10px;

}

























/*Accessページ*/


.access_visual {
  background-image: url(../img/access-img@2x.jpg);

  background-repeat: no-repeat;
  /* 背景画像のリピート解除 */
  background-position: center center;
  /* 背景画像の位置決め：横 縦 */
  background-size: cover;
  /* cover：覆うように */
  /* contain：画像を完全にその領域に含むように表示 */

  height: 150px;
  /* 背景画像を設置するための高さ設定 */
  max-width: 700px;
  /* 問題：要素の中央配置をしましょう！ */
  margin: 0 auto;


  display: flex;
  /* 中にある子要素を横並びにさせる */
  justify-content: center;
  /* 水平方向：中央配置 */
  flex-direction: column;
  /* 要素の並び：縦並び */
  text-align: center;
  position: relative;
  z-index: 10;
}

.access_visual h1.top_text_2 {
  color: #e2e2e2;
  font-size: 40px;


  line-height: 0.2;
  margin-top: 0;


}

iframe {

  width: 100%;
}


.address {

  background-repeat: no-repeat;
  /* 背景画像のリピート解除 */
  background-position: center center;
  /* 背景画像の位置決め：横 縦 */

  /* cover：覆うように */
  /* contain：画像を完全にその領域に含むように表示 */

  max-width: 1000px;

  height: 101px;
  color: #E2E2E2;
  text-align: center;
  background: #575656;
  margin: 0 auto;
  font-size: 15px;
  font-family: メイリオ;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 15px;
  margin-bottom: 15px;


}

@media screen and (min-width:768px) {
  .access_visual {
    width: 660px;

  }

  iframe {
    width: 100%;

  }




}

@media screen and (min-width:992px) {

  .address {
    max-width: 1000px;
    height: 50px;

  }
}