@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.6;
  color: #333;
  background-color: #ede3da;
}
label, input, textarea, select, button {
  cursor: pointer;
}

.borderbox {
  height: 100px; 
  /* background-color: #001450; */
  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);
}

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

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

main haiso

==================================================== */
.sec1_container  {
  background-color: #ede3da;
  max-width: 1024px;
  margin: 0 auto;
}
.sec1_box {
  margin-bottom: 70px;
  margin: 0 auto;
}
.sec1_titlebox {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.sec1_titlebox img {
  border-radius: 5px;
  width: 500px;
  display: block;
  align-items: start;
  margin-bottom: 40px;
}
.sec2_container {
  background-image: url(../spoon-img/spoon-back1.jpg);
  background-position: center top;
  background-size:cover;
  /* height: 60vh; */
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding: 0;
  margin: 0;
}
.sec2_col {
  /* background-color: blue; */
  margin: 0 auto;
}
/* ----sec1-2----- */
.flex {
  display: flex;
  flex-wrap: wrap;
}
.sec2_box {
  max-width: 1024px;
  margin-top: 50px;
  width: 100%;
  /* background-color: pink; */
  justify-content: space-between;
}
.sec2_img_2 img {
  border: #ffffff 3px solid;
}
.sec3_text {
  color: white;
}
.sec3_box {
  max-width: 1024px;
  margin-top: 50px;
  width: 100%;
  /* background-color: pink; */
  justify-content: space-between;
}

.sec2_col3_1 img {
  width: 500px;
}
.sec2_col3_2 img {
  width: 500px;
  border-radius: 5px;
  border: #ffffff 3px solid;
}
 /*===================================
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;
}


/*==================================================
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;
}



/* ========================
各種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;
}


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

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


/* ==========================================
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を縦並びにする*/  
  }

}


    