@charset "utf-8";

.testcss {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: red;
  margin-top: 50px;
  margin-bottom: 50px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  background-color: #ede3da;
}
label, input, textarea, select, button {
  cursor: pointer;
}

.borderbox {
  width: 100%;
  height: 100px; 
  background-color: #ede3da;
  border-top: solid 1px #5b5b5b;
  border-bottom: solid 1px #5b5b5b;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  background-image:url(/assets/img/etc/bar6.png);
}

/*==================================================
main
===================================*/
.main_container {
  margin-bottom: 20px;
  max-width: 1024px;
  margin: 0 auto;
  
 }

.second_box {
  width: 1024px;
  max-width: 1024px;
  /* display: flex;
  flex-wrap: wrap; */
  /* background-color: pink; */
}
.second_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin: 0 auto; */
  /* margin: 0 auto; */
}
.second_col img {
  width: 400px;
}
.second_col_textbox {
  margin: 20px auto;
  width: 800px;
  max-width: 1024px;
  /* background-color: pink; */
}

/* ====================================
media
*/
@media (max-width: 768px) {
  .main_container {
    margin-bottom: 20px;
    /* margin: 0 auto; */
   }
   .second_box {
    width: 100%;
    margin: 0%;
   }
   .second_col {
    width: 440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .second_col img {
    width: 80%;
    margin-left: 20px;
    /* margin: 10px; */
  }
  .second_col_textbox {
    margin-top: 20px;
    width:80%;
    height:auto;
    /* background-color: pink; */
  }
}
/*==================================================
feature
===================================*/
.feature_container  {
  background-color: #ede3da;
  max-width: 1024px;
  margin: 0 auto 50px;
  /* border: solid 1px  #5b5b5b; */
  border-radius: 10px;
}
.feature_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
}
.feature_content {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.feature_box {
  width: 330px;
  margin:5px;
  /* border: solid 3px  #5b5b5b; */
}
.feature_image {
  width: 330px;
  height: auto;
}

/*==================================================
info
===================================*/  
.info_container  {
  /* border: solid 1px  #5b5b5b; */
  background-color: #ede3da;
  max-width: 1024px;
  margin: 0 auto 50px;
  /* border: solid 1px  #5b5b5b; */
  border-radius: 10px;
}
.info_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
}
.info_content {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.info_item {
  width: 330px;
  /* border: solid 1px  #5b5b5b; */
}
.info_box {
  margin:5px;
}
.info_image {
  width: 330px;
  height: auto;
}

/* ========================
各種set link start
=========================== */
.setlink_container  {
  background-color: #ede3da;
  max-width: 1024px;
  margin: 0 auto 50px;
  /* border: solid 1px  #5b5b5b; */
  border-radius: 10px;
}
.setlink_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
}
.setlink_content {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.setlink_box {
  width: 330px;
  margin:5px;
  /* border: solid 3px  #5b5b5b; */
}
.setlink_image {
  width: 330px;
  height: auto;
}



/* =================  各種set link start ================= */
.goods {
  /* background-color: pink; */
  color: #666;
  width: 1024px;
  max-width: 1024px;
  margin: 0 auto;
}
.goods_tiltle {
 text-align: center;
}
.goods_container {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.goods_box {
  border: 1px solid #555;
  margin-bottom: 30px;
}
.goods_titlebox {
  padding: 5px;
  width: 300px;
  /* background-color: aqua; */
 } 
.goods_subtitle {
  /* background-color: brown; */
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}
.goods_title {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.goods_p {
  padding-right: 5px;
  text-align: end;
}
.goods_yen {
  padding-right: 5px;
  text-align: end;
}
/* =================  各種set link end ================= */



/*==================================================

hearder #5b5b5b  brown #1E110E #ede3da

===================================*/
header {
  height: 90px;
  /* width: 100%; */
  padding-bottom: 5px;
  background-color: #ede3da;
  border-bottom: solid 1px #333;
  position: relative;
  margin-bottom: 20px;
  top: 0;
  z-index: 10;
  display: flex;
}
.header_container {
  width: 1024px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  align-items: flex-end;
  height: 90px;
}
/* -----------header logo area ------------*/
.header .header_logo {
  display: block;
}
.header_logo {
  display: flex;
  align-items:end;
}
.header_logo img {   
  height: 60px;
  width: auto;
}
.header_logo_text {
  margin-left: 10px;
}
.header P {
  margin-right: auto;
  padding-left:10px;
}
.header_text {
  display: inline-block;
  margin-right: 550px;
}

/* ==========================================
footer
============================================= */
/* --------------------------------------- */
.new_footer {
  width: 70%;
  margin: 0 auto;
}
.new_footer_container {
  line-height: 1.6;
  /* background-color: antiquewhite; */
  /* border: 1px solid black; */
}
.new_footer_itembox {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.new_footer_item {
  width: 25%;
  flex-wrap: wrap;
  margin: 10px;
}
.new_footer_logo {
  height: 60px;
  width: auto;
  margin-bottom: 10px;
}
.new_footer_icon {
  width: 15px;
}

@media screen and (max-width: 480px) {
  .new_footer_container {
    width: 100%;
    /* background-color: pink; */
  }
  .new_footer_item  {
    width: 100%;
  }

}




/* ==========================================
header hamberger css
hamburge icon sm

============================================= */
.sm {
  margin: 0 0 0 auto;
}
.pc {
  margin: 0 0 0 auto;
}
.sm_box {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sm_box a {
  /* color: #ede3da; */
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 60px;
  padding: 0 20px;
}

.pc_box {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pc_box a {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 30px;
  padding: 0 20px;
}
.sm  {
  display: none;
  /* background-color: #25b327; */
  /*ハンバーガーメニューのリスト（スマホ用）を非表示*/
}


/**********************************　
以下、ハンバーガーメニューの設定　
************************************/

@media (max-width: 768px) {
  body {
    font-size: 16px; 
  }
  .pc {
    display: none;	/*ヘッダーのグローバルメニューのリスト（パソコン用）を非表示*/
  }
  #hamburger {
    background-color: transparent;  /* 透明の背景 */
    position: relative;             /*ハンバーガーの横線の位置を決めるための基準*/
    cursor: pointer;                /*リンクを示すカーソルを表示（指差しマーク）*/
    margin: 0 0 0 auto;             /* 左側に余白を作り、ハンバーガーメニューを右端に配置 */
    height: 60px;                   /*ヘッダーの高さと同じ60px*/
    width: 60px;                    /*高さと同じ幅*/
  }
  .icon span {
    position: absolute;       /*親要素である#hamburgerを基準に位置を指定*/
    left: 15px;               /*#hamburger内の左がら15pxに横線を配置（幅が60pxなので右からも15px）*/
    width: 30px;              /*横線の幅が30px*/
    height: 4px;              /*横線の高さが4px*/
    background-color: #444;  /*横線を白色*/
    border-radius: 8px;       /*横線の両端の角に丸みを持たせる*/
    transition: ease 0.75s;   /*変化の時間（easeは初期値）*/
  }
  .icon span:nth-of-type(1) {
    top: 16px;
  }
  .icon span:nth-of-type(2) {
    top: 28px;
  }
  .icon span:nth-of-type(3) {
    bottom: 16px;
  }
  .close span:nth-of-type(1) {
    transform: rotate(45deg); /*反時計回りに45度回転*/
    top: 28px;
  }

  .close span:nth-of-type(2) {
    opacity: 0;
  }

  .close span:nth-of-type(3) {
      transform: rotate(-45deg); /*時計回りに45度回転*/
      top: 28px;
  }
  .sm {
    top: 60px;  /*headerの余白分*/
    left: 0px;  /*headerの余白分　ヘッダーには左右に15px余白があるので、headerの子要素となる.smは15px分内側に設置されます。その余白を埋めるために左に寄せる。*/
    position: absolute; /*絶対配置　top　leftからの位置を絶対配置する*/
    z-index: 10;
    width: 100%;
    background-color: rgba(34, 49, 52, 0.9);
  }
  ul {
    flex-direction: column;	/*ulのflexboxを縦並びにする*/  
  }

}




    