@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 {
  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);
}
/*==================================================
slider css
===================================*/
.slider_box {
  margin-top: 10px;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:80%;
  margin:0 auto;
}

.slider img {
  width: 50vw;/*スライダー内の画像を60vwにしてレスポンシブ化-ここ変更しました*/
  height:auto;
}

.slider .slick-slide {
transform: scale(0.7);/*左右の画像のサイズを80%に-ここ変更しました**/
transition: all 1.0s;/*拡大や透過のアニメーションを0.5秒で行う  .8s  */
opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
transform: scale(1);/*中央の画像のサイズだけ等倍に-0.5なら左右の半分サイズになります*/
opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  /*絶対配置にする*/
  position: absolute;
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;/*矢印の色*/
  border-right: 2px solid #666;/*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
  display:inline-block;
  margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width:8px; /* ドットボタンのサイズ */
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  border-radius:50%;
  background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}

/*==================================================
スライダーのためのcss 終了
===================================*/


/*==================================================
main
===================================*/
main .wrapper {
  width: 80%;
  background-color: pink;
}
/* about */
.main_container {
  margin-bottom: 20px;
 }
 .sec_1_title {
   font-size: 20px;
   /* font-weight: 500; */
   text-align: center;
   margin-bottom: 20px;
 }
 .sec_1_container {
   width: 1024px;
   height: 600px;
   background-image:url(/assets/img/aboutback.jpg);
   border-radius: 10px;
   /* display: flex; */
   justify-content: space-between;
   margin: auto;
   margin-bottom: 50px;
 }
 .sec_1_box {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   width: 1024px;
 }
 .sec_1_img img {
   width: 450px;
   padding-left: 10px;
 }
 .col_1 {
   width: 50%;
   margin-top: 50px;
   margin-bottom: 60px;
   padding-right: 50px;
 }
 .about_title {
   text-decoration: underline solid hwb(0 38% 0%) 4px;
   margin-top: 30px;
   font-size: 18px;
   font-weight: 500;
   color: white;
 }
 .about_text{
   margin-top: 30px;
   margin-bottom: 30px;
   font-size: 15px;
   color:#fff;
   line-height: 2.0;
   letter-spacing: 0.05em;
 }
 .sec_2_box {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-bottom: 30px;
 }
 .sec_2_img img {
   width: 450px;
   padding-left: 10px;
 }
 
/*---service ---*/
.work_container {
  background-color: #fff;
  max-width: 1024px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px  #5b5b5b;
  border-radius: 10px;
}
.workcard_wrap {
  display: flex;
  flex-wrap: wrap;
  /* border-radius: 10px;    */
}

.worktitle_2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
}
.workcard_figure {
  /* border: solid 1px  #5b5b5b; */
  /* display: flex; */
  justify-content: space-around;
  flex-wrap: wrap;
  width: 220px;
  margin: 0 auto;
}
.workcard_top1 {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dddddd;
}
.workcard_top2 {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5b932;
}
.workcard_top3 {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #25b327;
}


.workcard_title_1 {
  font-size: 12px;
  color: white;
  font-weight: 700;
  display: inline-block;
}
.workcard_title_2 {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}


.workcard_img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  /* box-sizing: border-box;  レスポンシブ対応 margin+padding 含め中に入れるられる */
}
.workcard_listbox {
  margin-top: 20px;
  margin-left: 40px;
}
.workcard_list {
  padding-left: 0px;
}
.workcard_listbox li {
  list-style: disc;
}
/* .workcard_figcaption p {
  margin: 10px 10px ;
} */
.workcard_p {
  text-align: left;
  margin: 20px 10px;
}
.workcard_yen {
  text-align: end;
}
.workbtn_img {
  background-color: red;
}
/* card btn */
.workcard_btnbox {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
/* .workcard_btnbox4 {
  display:inline-block;
  background-color: #25b327;
  display: flex;
  align-items:baseline;
} */
.workcard_btn a {
  display: inline-block;
  width: 180px;
  max-width: 180px; /* ボタン幅 */
  color: #444;
  border: 3px solid #444;
  border-radius: 2px;
  background: #fff; 
  padding: 0.5em 2em;
  font-weight: bold; 
  text-align: center;
  /* transition: 0.3s; */
} 
.workcard_btn:hover {
  color: #fff;
  background: #F4A261;
}

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


/* =====================  card  =================

================= */
/* card allclick ↓*/
.card_figure a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%; 
}
/* card allclick end ↑*/

.card_container {
  background-color: #ede3da;
  max-width: 1024px;
  margin: 0 auto 50px;
  /* border: solid 1px  #5b5b5b; */
  border-radius: 10px;
}
.card_titlebox {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 80%;
  background-color: white;
  /* border: solid 1px #5b5b5b; */
  border-radius: 8px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  flex-wrap:wrap;
}

.title_2 {
  margin-left: 30px;
  margin-bottom: 20px;
  width: auto;
  height: 60px;
}
.card_text {
  width: 50%;
  line-height: 1.7;
}
.card_wrap {
  display: flex;
  flex-wrap: wrap;
  /* border: solid 1px  #5b5b5b; */
  /* border-radius: 10px; */
}
.card_figure {
  /* border: solid 1px  #5b5b5b; */
  /* display: flex; */
  justify-content: space-between;
  flex-wrap: wrap;
  width: 330px;
  /* border-radius: 10px; */
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  /* background-color: #25b327; */
}
.card_top img {
  margin-left: 50px;
  width: 80%;
  height: auto;
  margin-bottom: 5px;
  border-top: solid 1px  #999;
  border-bottom: solid 1px  #999;
  box-sizing: border-box;  /* レスポンシブ対応 margin+padding 含め中に入れるられる */ 
}
.card_img img{
  margin-left: 50px;
  width: 80%;
  height: auto;
  margin-bottom: 5px;
  /* margin: auto ; */
  /* margin-bottom: 10px; */
  display: block;
  /* margin: 0 15px; */
  /* box-sizing: border-box;  レスポンシブ対応 margin+padding 含め中に入れるられる */
}
.card_figcaption {
  margin-left: 50px;
  background-color: white;
  border-radius: 5px;
  padding-top:  10px;
  width : 80%;
}
.card_listbox li {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 5px;
  /* background-color: blue; */
}
.card_yenbox {
  margin-top: 20px;
  margin-left: 20px;
}

.card_yen {
  margin-right: 10px;
  text-align: end;
}
/* card btn */
.card_btnbox {
  margin: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.card_btn {
  width: 200px;
  max-width: 200px;
  color: white;
  border-radius: 30px;
  background: #F2961A;
  padding: 2px;
  font-weight: bold;
  text-align: center;
}

/* =================  card 2 やわらか start ================= */
.soft_card_container {
  background-color: #ede3da;
  max-width: 1024px;
  margin: 0 auto 50px;
  /* border: solid 1px  #5b5b5b; */
  border-radius: 10px;
}
.soft_card_titlebox {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 80%;
  background-color: white;
  /* border: solid 1px #5b5b5b; */
  border-radius: 8px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  flex-wrap:wrap;
}
.soft_title_2 {
  margin-left: 30px;
  margin-bottom: 20px;
  width: auto;
  height: 60px;
}
.soft_card_text {
  width: 50%;
  line-height: 1.7;
}
/* ----------------------------- */
.soft_card_all {
  display: flex;
  flex-wrap: wrap;
}
.soft_card_wrap {
  /* background-color: blue; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 500px;
  margin-bottom: 20px;
} 
.soft_card_titleimg img{
  margin-left: 5px;
  margin-bottom: 10px;
  border-top: solid 1px #5b5b5b;
  border-bottom: solid 1px #5b5b5b;
  width: 250px;
  height: auto;
}
.soft_card_img img {
  /* background-color: #25b327; */
  width: 250px;
  height: auto;
}
.soft_card_img2 img {
  background-color: #F2961A;
  width: 250px;
  height: auto;
}
.soft_card_imgfigcabox{
  display: flex;
  margin-right: 5px;
  /* background-color: pink; */
}

.soft_card_figcaption {
  background-color: #fff4ea;
  border-radius: 5px;
  padding-top:  10px;
  width : 230px;
  padding: 5px;
  margin-top: 100px;
  margin-left: 20px;
}
.soft_card_list {
  margin-top: 20px;
  margin-bottom: 30px;
}
.soft_card_listbox li {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 5px;
  /* background-color: blue; */
}
.soft_card_yenbox {
  margin-top: 20px;
  margin-left: 20px;
}

.soft_card_yen {
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: end;
}
/* card btn */
.soft_card_btnbox {
  margin: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.soft_card_p {
  margin-bottom: 20px;
}
.soft_card_btn {
  width: 150px;
  max-width: 200px;
  color: white;
  border-radius: 30px;
  background: #F2961A;
  padding: 2px;
  font-weight: bold;
  text-align: center;
}

/*==============card 3 単品 ================*/
.s_card_container {
  /* background-color: #FAD4DB; */
  max-width: 1024px;
  margin: 0 auto 50px;
  /* border: solid 1px  #5b5b5b; */
  border-radius: 10px;
}
.acard_titlebox {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 80%;
  background-color: white;
  /* border: solid 1px #5b5b5b; */
  border-radius: 8px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.atitle_2 {
  margin-left: 30px;
  width: auto;
  height: 60px;
}
/* card allclick ↓*/
.card3_container a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%; 
}
/* card allclick end ↑*/

.card3_container {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.card3_box {
  margin-top: 500px;
}
.card3_leftbox {
  width: 50%;
}
.card3_rightbox {
  width: 50%;
}
.card3_leftbox img {
  width: 500px;
}
.card3_rightbox img {
  width: 500px;
}
/* ================= memo  ================= */
.pdtitle_container {
  /* background-color: #fff; */
  max-width: 1024px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  /* border: solid 1px  #5b5b5b; */
  border-radius: 10px;
}

.pdtitle_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pdtitle_box {
  margin-top: 20px;
}
.pdtitle_box img {
  width: 100%;
  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 ================= */


/* ======== news ========= */

.news_container {
  background-color: #fff;
  max-width: 700px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px  #5b5b5b;
  border-radius: 10px;
  color: #000;
}
.news_inner {
  width: 700px;
  /* background-color: pink; */
  margin: 0 auto;
}
.news_sub_ttl {
  font-size: 16px;
  /* font-weight: 700; */
  /* text-align: center; */
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 200px;
}
.news_list_item {
  padding: 20px;
  /* margin-bottom: 20px; */
}
.news_list_item a {
  display: flex;
  color: #333;
}
.news_list_date {
  /* width: 80px; */
  display: inline-block;
  /* background-color: blue; */
}
.news_item {
  background: #F6C6A2;
  border-radius: 14px;
  width: 6em;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
}
.news_textbox {
  margin-left: 10px;
}
/*==================================================

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

}



/* =================  card 2 やわらか start ================= */
.soft_card_container {
  background-color: #ede3da;
  max-width: 1024px;
  margin: 0 auto 50px;
  /* border: solid 1px  #5b5b5b; */
  border-radius: 10px;
}
.soft_card_titlebox {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 80%;
  background-color: white;
  /* border: solid 1px #5b5b5b; */
  border-radius: 8px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  flex-wrap:wrap;
}
.soft_title_2 {
  margin-left: 30px;
  margin-bottom: 20px;
  width: auto;
  height: 60px;
}
.soft_title_3 img {
  width: 900px;
  margin: 0 auto;
  display: block;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 7px;
}
.soft_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.soft_col_2 {
  text-align: center;
}
.soft_col_2 img {
  width: 80%;
}
.soft_card_text {
  width: 50%;
  line-height: 1.7;
}
.soft_box img {
  width: 400px;
  background-color: pink;
}

    