@charset "utf-8"; 


/*=============================== レイアウト ===============================*/
#wrapper {
	width: 100%;
    position: absolute;
    padding-top: 0;
    background-color: #fff;
}

.l-container {
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
}
.l-section {
	position: relative;
	width: 100%;
	overflow:hidden;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom:110px;
	padding-left: 100px;
	padding-right: 100px;
}



.redText {
	color: red;
}

.boldText {
	font-weight: bold;
}

.dotBorder {
	border-bottom: 2px dotted #000;
	padding: 5px;
}

.m-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.b-section {
    position: relative;
    width: 100%;
	max-width: 1000px;
    overflow: hidden;
    text-align: center;
	margin: 20px auto;
}

.introWrap {
	margin: 0 auto;
	text-align: center;
}

.intro {
	margin: 0 auto;
}


.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
.anchor2 {
    display: block;
    padding-top: 100px;
}

/*=============================== メイン ================================*/


section h2 {
	font-size:2rem;
	text-align:center;
	font-weight:bold;
	line-height:1.6;
	margin-top: 50px;
	margin-bottom:15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.section_ttl.midashi {
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: 0.5rem;
}



/*トップ上部の説明文*/



/*メイン*/
#lead {
	margin-bottom: 0;
}

#lead .lead {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    line-height: 3rem;
    white-space: nowrap;
	color: #fff;
}

#lead .lead span {
    font-size: 2.7rem;
    padding-left: 10px;
    color: #fff;
}

#lead .lead2 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 3.8rem;
    color: #fff;
    font-family: "MS Serif", "New York", serif;
    width: 330px;
    text-align: justify;
    margin-top: 20px;
}

.lead_bg {
	padding: 25px;
	position: absolute;
    top: 220px;
    left: 10%;
    background-color: rgba(162,76,78,0.70);
/*	background-color: rgba(0,0,0,0.80);*/
    height: 310px;
	margin-bottom: 0;
}





.text_02 {
    margin-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	margin-bottom: 0;
	padding-bottom: 0;
}







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

/*ふわっ*/
/* fadeUp */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 1;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}
/*=============================== 上段　更新情報へのナビ ================================*/




/*=============================== 中段　fixed画像 ================================*/

.top_backgroundimg {
    background-image: url(../img/h-topimg3.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center;
}


/*=============================== 中段上　ボタン ================================*/
/* service */

.service-item-wrap {
    margin-top: 30px;
    display: block;
}

.service-item {
    display: flex;
	flex-direction: row;
	flex-basis: 100%;
    border: 3px solid #f4ba77;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 10px 10px;
	padding: 20px 20px;
}

.service-item-text {
    text-align: left;
}

.service-item-text h3 {
	font-size: 1.1em;
	font-weight: bold;
    border-bottom: 1px solid #000000;
}

.service-item-text p {
	font-size: 1em;
	margin-top: 10px;
}
.service-item .service-item-img {
	width: 200px;         /* 横幅を固定 */
	flex-shrink: 0;       /* 小さくならないように固定 */
	flex-grow: 0;         /* 拡大もしない */
	margin-right: 20px;
}

.service-item .service-item-img img {
	width: 100%;          /* コンテナに合わせて拡大縮小 */
	height: auto;         /* 縦横比を保ったまま */
	display: block;       /* インラインスペース対策（余白防止） */
}

#service .service-area {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    top: -0px;
    text-align: center;
}
#service .service-area img {
    width: 80%;
    max-width: 800px;
    margin: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.service-area-text {
    margin: 0 auto;
    text-align: left;
	font-size: 1em;
}

#service .service-area ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
/* スマホ表示用。flipDownを指定している親要素に指定しないとうまく動かない*/
    transform:  translate3d(0, 0, 0);
}

#service .service-area ul li{
    opacity: 1;
    width: 13%;
    padding: 0 0 0px 0;
}

#service .service-area ul li a{
    display: flex;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    line-height: 2.2rem;
    min-height: 90px;
	align-items: center;
	justify-content: center;
}


/*== 線が伸びる 外の線が伸びる */
.btnlinestretches{
    /*線の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    color: #333;
    border: 1px solid #333;
    padding: 10px 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.3s ease-in-out;
    background-color: #FFFEFE;
}


/*hoverした際の背景の形状*/
.btnlinestretches:hover{
    background-color: #7F635D;
    color: #fff;
    border-color: transparent;
}

/*線の設定*/
.btnlinestretches::before,
.btnlinestretches::after {
	content:'';
    /*絶対配置で線の位置を決める*/   
	position:absolute;
	border:solid #333;
	width:10px;
	height:10px;
    /*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
}

/*線の位置と形状*/
.btnlinestretches::before{
	top:-6px;
	left:-6px;
	border-width:1px 0 0 1px;
}

/*線の位置と形状*/
.btnlinestretches::after{
	bottom:-6px;
	right:-6px;
	border-width:0 1px 1px 0;
}

/*hoverした際の線の形状*/
.btnlinestretches:hover::before,
.btnlinestretches:hover::after{
    width:calc(100% + 11px);
	height:calc(100% + 11px);
	border-color:#666
}
/*=============================== //中段上　ボタンここまで ================================*/



/*=============================== 中段　おかげさまで ================================*/

#mid_wrap {
    position: relative;
    padding: 0 100px;
    
}

.mid_wrap {
    display: flex;
	justify-content: center;
	align-items: center;
	ustify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 100%;
}

.mid_wrap .illust {
    margin-right: 0px;
    max-width: 70px;
}

.md_btn_area {
    width: 85%;
}

.about_komidashi {
    font-weight: bold;
    font-size: 3rem;
    width: 100%;
    padding-top: 20px;
    letter-spacing: 0.4rem;
}
/*=============================== //中段　おかげさまで ================================*/









/*=============================== 中段　更新情報エリア ================================*/

#info_area {
    position: relative;
    padding:0 100px;
    
}

.info_area {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 15px;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
	flex: 1;
}

.info_area_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: stretch;
    padding-top: 40px;
	padding-bottom: 0px;
}
.info_area_title_L {
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 1.3rem;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #883838;
    margin-left: 0px;
    margin-right: 0px;
}


.info_area .info_wrap {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    border-bottom: 1px dashed #8F8E5B;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FEFEFE;
}

.info_area .info_wrap:last-child {
    border-bottom: none;
}

.info_area .info_wrap .info_date {
	font-size: 1.5rem;
    margin-left: 0px;
    line-height: 2em;
    letter-spacing: 0.1em;
	width: 85px;
}

.info_area .info_wrap .info {
    font-size: 1.5rem;
    margin-left: 30px;
    line-height: 2em;
    letter-spacing: 0.1em;
	flex: 1;
}

.update_news_all {
    text-align: right;
    padding-right: 10px;
    margin-bottom: 80px;
}

.update_news_all a {
    font-size: 1.6rem;
}

/*=============================== 下段　ピックアップ＆店数情報 ================================*/

#before_footer_area {
	position: relative;
    padding:0 100px;

}

.before_footer_area {
    margin-left: 30px;
    margin-right: 0;
    margin-top: 0px;
	margin-bottom: 10px;
    border-radius: 15px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
	width: 25%;
	min-width: 240px;
	max-width: 400px;
}


.before_footer_area .picup_shop_wrap {
}


.before_footer_area .picup_shop_midashi {
    text-align: center;
    background-color: #fff;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.6rem;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2.5rem;
}


.picup_shop_wrap_border {
    border: 1px solid #000;
	margin-top: 15px;
}


.before_footer_area .number_stores_wrap {
    width: 100%;
}

.before_footer_area .number_stores_wrap .number_stores {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
	margin-top: 15px;
}

.before_footer_area .number_stores_wrap .number_stores tr  {
	
}

.before_footer_area .number_stores_wrap .number_stores tr td  {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 1.4rem;
}

.number_stores .txtC {
    line-height: 1.9rem;
    letter-spacing: 0.1rem;
}

.number_stores_wrap .txtR {
    font-size: 1.3rem;
    line-height: 1.9rem;
    letter-spacing: 0.1rem;
    margin-top: 10px;
}
/*===============================// 下段　ピックアップ＆店数情報 ================================*/

/*=============================== バナーエリア ================================*/

#bnr_area {
}

.sns_bnr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sns_bnr .sns_bnr_item {
    height: auto;
    width: 23%;
}

.sns_bnr_item a img,
.sns_bnr_item img {
	border: 1px solid #000;
}
/*=============================== //バナーエリア ================================*/





/*=============================== セクションごとの背景と余白	 ================================*/

/*ヘッダー画像部分*/
section.bg_colorB_about {
    width: 100%;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*index.htmlのページのみ*/
section.bg_colorC_about {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*index.htmlのページのみ*/
section.bg_colorD_about {
    width: 100%;
    background-color: #F1F0E8;
    padding: 40px 100px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*company.htmlのページのみ　会社概要table*/
section.bg_colorE_about {
    width: 100%;
    background-color: #fff;
    padding: 20px 200px;
    margin: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*=============================== ローダー ================================*/

/* 画面全体の設定 */
#loader_wrap {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
top: 0;
background: #fff;
}
/* ローディングアニメーションの設定 */
.loader {
width: 150px;
height: 150px;
background: url("../img/loader.png") no-repeat;
opacity: 0;
animation: blink 1.5s infinite linear;
}

@keyframes blink {
50% {
opacity: 1;
}
}

/* ローディング終了後 */
.loaded {
/*opacity: 0;*/
/*visibility: hidden;*/
}



/*================================ fadeInAnime ===============================*/

/* その場でフェードイン */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* その場でフェードインここまで */


/* 点滅の設定 */
.blinking{
	color: red;
	font-weight: bold;
    animation:blink 1.5s ease-in-out infinite alternate;
}

@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/* 点滅ここまで */
	

/*companyのページ*/
.tableWrap {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	max-width: 800px;
}

.tableContent {
    margin: 30px auto;
    border-collapse: collapse;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

/* 共通のセルスタイル */
.tableContent td {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border: 3px solid #fff;   /* 横の上側ボーダー（黒） */
    background-color: #F1F1F1;
    color: #000;
    text-align: left;
}

/* 左側の列（1列目） */
.tableContent td:first-child {
  background-color: #ffe5b4; /* 薄いオレンジ */
  color: #000;
  width: 25%;
  text-align: center;
  padding: 10px;	
}




/*boxのページ*/

.boxName {
    background-color: #F29D39;
    color: #fff;
    padding: 7px 30px;
    text-align: left;
	margin-top: 50px;
	margin-bottom: 5px;
	font-size: 1.2em;
}


.boxName_exp {
    text-align: left;
    margin-top: 0;
    margin-left: 30px;
	margin-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    margin-top: 40px;
}

.box-img {
	width: 200px;
	flex-shrink: 0;
	flex-grow: 0;
}

.box-img img {
	width: 100%;
}

.box-item {
    padding: 10px 30px 10px;
    text-align: left;
    flex-grow: 1;/*子要素として*/
	display: flex;/*親要素として*/
	flex-wrap: wrap;/*親要素として*/
	justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-item-in {
    width: 47%;
    flex-shrink: 0;
}

.boxSubname {
	margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #000;
    width: 100%;
    padding-left: 20px; /* ← 縦線分だけ余白を作るのがポイント */
    text-align: left;
}

/*.boxSubname::before {
	content: '　';
	position: absolute;
	border-left: 8px solid #000;
	left: 0;
	top: 0.2;
	width: 0;
}
*/

.box-item span {
    border: 1px solid #000;
    padding: 5px 20px;
    color: #000;
    border-radius: 0px;
}

.sample-box {
    border: 2px solid orange;
    padding: 50px 16px;
    margin: 20px 0;
    background-color: #fff;
    line-height: 1.6;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sample-box img {
  display: block;
  max-width: 50%;
  height: auto;
  margin: 10px auto;
}
.sample-box p {
  margin: 30px 0 5px;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 2px solid #999;
  display: inline-block;
  padding-bottom: 2px;
}
.sample-text {
	margin: 0 auto;
	text-align: left;
	padding: 0 20px;
}



/*box.html タブ切り替え*/
.tab {
    position: relative;
    width: calc(100% - 300px);
    max-width: 1000px;
    overflow: hidden;
    text-align: center;
    margin: 50px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-buttons {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.tab-buttons button {
  padding: 10px 20px;
  background: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
	margin-right: 5px;
}

.tab-buttons button:hover {
  background: #f0f8ff;
}

.tab-buttons button.active {
  border-bottom: 2px solid #007bff;
  border-right: 1px solid #007bff;
  border-top: 1px solid #007bff;
  border-left: 1px solid #007bff;
  color: #007bff;
}

.tab-contents .content {
  display: none;
  padding: 20px 0;
  animation: fadeIn 0.3s ease-in-out;
}

.tab-contents .content.active {
  display: block;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}	
/*ここまで　box.html タブ切り替え*/



@media (max-width: 1200px) {
	

      .nolook_sp_1200 {
          display: none;	
      }

      .look_sp_1200 {
          display: block;
      }
	
      /*box.html タブ切り替え*/
      .tab {
          width: calc(100% - 200px);
      }	
	

}



@media (max-width: 1000px) {
	
	
/*=============================== セクションごとの背景と余白	 ================================*/

      /*ヘッダー画像部分*/
	
	
      /*box.html タブ切り替え*/
      .tab {
          width: calc(100% - 100px);
      }	
	
      .headerImg img {
		  margin-top: 50px;
      }
	
      section.bg_colorB_about {
      }

      /*index.htmlのページのみ*/
      section.bg_colorC_about {
          padding-left: 50px;
          padding-right: 50px;
      }

      /*index.htmlのページのみ*/
      section.bg_colorD_about {
          padding-left: 30px;
          padding-right: 30px;
      }

      /*company.htmlのページのみ　会社概要table*/
      section.bg_colorE_about {
          padding-left: 30px;
          padding-right: 30px;
      }

	


      .is-sp {
          display: block;
      }
      br.is-sp {
          display: inline;
      }
      .is-pc {
          display: none!important;
      }
      .br-sp {
        display: block;
      }


      body #wrapper {
          min-width: 320px;
          font-size:1.5rem;
          -webkit-text-size-adjust: 100%;
      }
      #wrapper #container {
          padding-top:0;
      }

      .nolook_sp_1000 {
          display: none;	
      }

      .look_sp_1000 {
          display: block;
      }



      /*================================ header ===============================*/

      .header {
          margin-bottom: 0;
          position: fixed;
          top: 0;
      }
      .header_inner {
          position: fixed;
          top: 20px;
          width: 100%;
          height: 70px;
          padding: 0;
          margin-bottom: 0;
   /*       margin-left: auto;(ロゴをセンターにしたい時表示）*/
   /*       margin-right: auto;(ロゴをセンターにしたい時表示）*/
   /*       text-align: center;(ロゴをセンターにしたい時表示）*/
      }
	
      .logo {
          position: absolute;
          left: 15px;
          top: 50%;
          transform: translateY(-50%);
          z-index: 102;
          width: 110px;
      }
	
  /*    (ロゴをセンターにしたい時表示）
        .logo {
          position: absolute;
          left: 50%;
          top: 54%;
          transform: translate(-50%, -50%);
          z-index: 102;
          width: 120px;
      }*/

	
      /*スクロールでヘッダーが上に*/
      .site-header{
          width: 100%;
      }

      .site-header.transform img{
          width: 100%;
          transition: 0s;
      }


      .site-header.transform .header_inner {
          height: 70px;
      }

	
	

      /*//スクロールでヘッダーが上に*/

      #wrapper {
          padding-top: 000px;
          background-color: #fff;
      }



      /*=============================== main_navi ================================*/

      #menuList {
          display: none;
      }
      #rwdMenuWrap {
          width: 100%;
          position: fixed;
          top:25px;
          z-index:100;
          height: 70px;
           background-color: rgba(244,186,119,0.9);
          border-bottom: solid 0px #eee;
      }
      #rwdMenuWrap #switchBtnArea {
          width: 100%;
          z-index: 2;
          position: relative;
      }
      #rwdMenuWrap #switchBtnArea #switchBtn {
          top: 13px;
          right: 4px;
          width: 44px;
          height: 44px;
          display: block;
          background-color: rgba(52,18,12,0.0);
          position: absolute;
          border-radius: 0;
      }
      #rwdMenuWrap #switchBtnArea #switchBtn span {
          left: 10px;
          width: 24px;
          height: 2px;
          display: block;
          position: absolute;
          background-color: #ce9b0e;
          border-radius: 5px;
          transition: all 0.2s linear;
      }
      #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
          top: 14px;
          -webkit-transform: rotate(0);
          transform: rotate(0);
      }
      #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
          top: 21px;
          -webkit-transform: scale(1);
          transform: scale(1);
      }
      #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
          bottom: 14px;
          -webkit-transform: rotate(0);
          transform: rotate(0);
      }

      #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
          top: 21px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
      }
      #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
          -webkit-transform: scale(0);
          transform: scale(0);
      }
      #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
          bottom: 22px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
      }
      #rwdMenuWrap .main_nav {
          width:100%;
          padding:0;
          margin:0;
          float:none;
          display: none;
          height:auto;
          overflow:visible;
          border: none;
          position:absolute;
          top: 70px;
          background:#fff;
          box-shadow: 0px 0px 10px #aaa;
      }

      #rwdMenuWrap .main_nav li {
          width: 100%;
          border-bottom: #ccc 1px solid;
          float:none;
          margin:0;
          padding:0;
          background:none;
          display:block;
      }

      #rwdMenuWrap .main_nav li:last-child {
          width: 100%;
          border-bottom: none;
          float:none;
          margin:0;
          padding:0;
          background:none;
          display:block;
      }

      #rwdMenuWrap .main_nav li a {
          font-size: 1.6rem;
          letter-spacing: .1em;
          height: auto;
          line-height: 1.5em;
          color: #000;
          margin: 0;
          padding: 20px 20px;
          text-align: left;
          display: block;
          position: relative;
      }
      #rwdMenuWrap .main_nav li a::before {
          display: none;
      }
      #rwdMenuWrap .main_nav li.act a {
          background-color:#F7F7F7;
          color: #ce9b0e;
      }
      #rwdMenuWrap .main_nav li.act a::after {
          border-color: #ce9b0e;
      }



      #rwdMenuWrap .main_nav {
          width: 100%;
          box-shadow: none;
      }
      #rwdMenuWrap .main_nav li:first-child {
          border-top: 0;
      }

      #rwdMenuWrap .main_nav li li:first-child {
          width: 100%;
          border-top: #ccc 1px solid;
          float:none;
          margin:0;
          padding:0;
          background:none;
          display:block;
          padding-left: 10px;
      }

      #rwdMenuWrap .main_nav li li,
      #rwdMenuWrap .main_nav li li:last-child {
          padding-left: 10px;
      }

      .main_nav_body {
          display: block;
          margin: 0;
      }
      .main_nav_item a {
          font-family: YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
      }
      .main_nav_item a::after {
          content: " ";
          display: block;
          width: 8px;
          height: 8px;
          border:solid 2px #000;
          border-top: 0;
          border-left: 0;
          position: absolute;
          right: 20px;
          top: 50%;
          transform: rotate(-45deg) translateY(-50%);
      }


      /*================================ フッター ===============================*/

      .footer_inner {
          width:auto;
          height:auto;
          padding:30px 10px;
      }
      .footer_logo {
          text-align: center;
          width: auto;
          margin-bottom: 10px;
      }
      .footer_adr {
          font-size:1.2rem;
          line-height:1.5em;
      }
      .footer_url {
      font-size: 1rem;
      }



      /*
      * フッター／コピーライト
      */

      #wrapper #footer .footer_copyright {
          width:100%;
          text-align:center;
          margin:0 auto;
          font-size:1.1rem;
          padding:20px 0;
          letter-spacing:0.1em;
      }






      /*=============================== animate ===============================*/

      .js-inview-item.bounceIn {
          animation-delay: .6s;
      }





      /*=============================== pagetop ===============================*/


      #lead {
          width: 100%;
      }

      #lead .lead{
          font-size: 2.2rem;
          letter-spacing: 0.2em;
          line-height: 1.6;
          color: #000;
          background-color: none;
          padding: 0px 0px 0px 0px;
          width: 100%;
          height:auto;
		  
      }

      #lead .lead span {
          color: #000;
      }

      #lead .lead2 {
        color: #000;
        margin-top: 10px;
        width: 100%;
        max-width: 1300px;
		  
      }

      .lead_bg {
          padding-top: 20px;
          padding-right: 50px;
          padding-left: 50px;
          padding-bottom: 0px;
          position: static;
          background-color: rgba(100,100,100,0.00);
          /*	background-color: rgba(0,0,0,0.80);*/
          width: 100%;
          max-width: 1300px;
          height: auto;
      }
	
	
	



      /*=============================== 中段　おかげさまで ================================*/


      .mid_wrap {
		  max-width: 900px;
      }

      .mid_wrap .illust {
		  min-width: 50px;
      }

      .md_btn_area {
		  max-width: 500px;
      }

      .about_komidashi {
          font-weight: bold;
          font-size: 2.6rem;
          width: 100%;
          padding-top: 0px;
          letter-spacing: 0.5rem;
      }
      /*=============================== //中段　おかげさまで ================================*/

	
	


      /*=============================== 中段上　ボタン ================================*/
      /* service */

      #service{
          position: relative;
          padding:0 30px;

      }


      #service .service-area{
          padding-top: 20px;
          padding-right: 0px;
          padding-left: 0px;
          padding-bottom: 10px;
          width: 100%;
          position: relative;
          z-index: 2;
		  margin-top: 15px;
          margin-left: auto;
          margin-right: auto;
          top: 0px;
      }

      #service .service-area ul {
          display: flex;
          flex-wrap: wrap;
          justify-content:space-around;
      /* スマホ表示用。flipDownを指定している親要素に指定しないとうまく動かない*/
          transform:  translate3d(0, 0, 0);
      }

      #service .service-area ul li{
          opacity: 1;
          width: 30%;
          padding: 0 0 35px 0;
      }

      #service .service-area ul li a {
          display: block;
          min-height: 120px;
          line-height: 2.3rem;
      }

      .btnlinestretches {
          padding-top: 35px;
          display: inline-block;
          text-decoration: none;
          outline: none;
          /*アニメーションの指定*/
          transition: all 0.3s ease-in-out;
          background-color: #FFFEFE;
      }

      .gyo2 {
          padding-top: 25px;
      }

      /*=============================== //中段上　ボタン ================================*/



      /*=============================== 中段　更新情報エリア ================================*/

      #info_area {
          position: relative;
          padding:0 20px;    
      }
	
      .info_area_wrap {
          display: block;
          padding-top: 0px;
          padding-bottom: 0px;
      }

      .info_area {
          padding-top: 30px;
          padding-right: 0px;
          padding-left: 0px;
          padding-bottom: 30px;
          width: auto;
          margin-left: 0px;
          margin-right: 0px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
      }

      .bg_colorD_about>p {
          text-align: center;
          color: #000;
          font-size: 3rem;
          font-weight: bold;
          letter-spacing: 1.3rem;
          padding-top: 7px;
          padding-bottom: 10px;
          margin-top: 100px;
          margin-bottom: 0px;
      }

      .info_area .info_wrap {
          margin-left: 25px;
          margin-right: 25px;
          display: block;
          border-bottom: 1px dashed #8F8E5B;
          padding-top: 5px;
          padding-bottom: 7px;
      }

      .info_area .info_wrap:last-child {
          border-bottom: none;
      }

      .info_area .info_wrap .info_date {
      }

      .info_area .info_wrap .info {
          margin-left: 0px;
          line-height: 2.1rem;
      }

      .bg_colorD_about>p {
          margin-top: 50px;
      }

	
      /*=============================== //中段　更新情報エリア ================================*/

      /*=============================== 下段　ピックアップ＆店数情報 ================================*/

      #before_footer_area {
          position: relative;
          padding: 0 40px;
      }

      .before_footer_area {
          padding-top: 10px;
          padding-right: 15px;
          padding-left: 15px;
          padding-bottom: 0px;
          width: auto;
		  max-width: 1000px;
          margin-left: 0px;
          margin-right: 0px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
      }
	
        .before_footer_area .picup_shop_midashi {
          background-color: #883838;
          color: #fff;
          margin-bottom: 5px;
      }



      .before_footer_area .number_stores_wrap {
          width: 100%;
      }

      .before_footer_area .number_stores_wrap .number_stores {
          border-top: 1px solid #000;
          border-left: 1px solid #000;
          margin-top: 15px;
      }


      .before_footer_area .number_stores_wrap .number_stores tr td  {
          padding-top: 15px;
          padding-right: 15px;
          padding-bottom: 15px;
          padding-left: 15px;
      }
      /*===============================// 下段　ピックアップ＆店数情報 ================================*/

      /*=============================== バナーエリア ================================*/


      #bnr_area {
    position: relative;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 0px;
      }

      .bnr_area {
          padding-top: 30px;
          padding-right: 0px;
          padding-left: 0px;
          padding-bottom: 0px;
          width: auto;
          margin-left: 0px;
          margin-right: 0px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;

      }
      .sns_bnr {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: space-between;
          width: 100%;
          height: auto;
      }
      .sns_bnr .sns_bnr_item {
          height: auto;
          width: 47%;
          margin-top: 20px;
      }

      /*=============================== //バナーエリア ================================*/



      section.bg_colorB_about {
          padding-top: 0px;
          padding-bottom: 0px;
          height: auto;
		/*  max-height: 74vh;*/
        }



      .slidein {
        opacity: 0;
        transform: translate(0, 0);
        transition: all 1.0s; }
        .slidein.slidein-right {
          transform: translate(0, 0); }
        .slidein.scrollin {
          transform: translate(0, 0) !important;
          opacity: 1 !important; }



      /*================================ search ===============================*/

      .search-box_title {
          display: block
      }

}



@media (max-width: 800px) {
	

	
      .nolook_sp_800 {
          display: none;	
      }

      .look_sp_800 {
          display: block;
      }
	
	
      .headerImg img {
		  margin-top: 70px;
      }
	
        #topcopy {
        position: relative;
        padding-top: 25px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
    }

	

      #service .service-area{
          padding-top: 10px;
          padding-right: 0px;
          padding-left: 0px;
          padding-bottom: 10px;
      }
	
      section.bg_colorB_about {
          padding-top: 0px;
          padding-bottom: 0px;
		  height: auto;
		/*  max-height: 82vh;*/
      }
	
    .header_intro .header_intro_txt {
        font-size: 1.1rem;
		letter-spacing: 0.1rem;
		padding-left: 3px;
    }
	
	
      #lead .lead{
          font-size: 1.8rem;
	}
	
	
      .lead_bg {
          padding-right: 40px;
          padding-left: 40px;
      }	
	
	.mid_wrap {
          padding-right: 8px;
          padding-left: 8px;
      }

    .mid_wrap .illust {
          margin-right: 10px;
		  min-width: 50px;
      }
	

      .md_btn_area {
		  max-width: 300px;
      }

	
    .about_komidashi {
          font-size: 2.3rem;
          width: 100%;
          padding-top: 0px;
          letter-spacing: 0.2rem;
      }

      .button_a {
          margin-right: 5px;
          padding-top: 3px;
          padding-bottom: 3px;
          padding-left: 5px;
          padding-right: 5px;
          letter-spacing: 0px;
          border-radius: 25px;
          font-size: 1.0rem;
          line-height: 1em;
      }
	
      .sns_bnr {
          padding-top: 0px;
       }
	
      .service-item {
          display: block;
          margin: 10px 10px;
          padding: 20px 20px;
      }
	
      .service-item .service-item-img {
		  width: 100%;
		  margin-right: 0px;
		  margin-bottom: 10px;
		  text-align: center;
      }

      .service-item .service-item-img img {
		  width: 80%;
		  max-width: 300px;
		  margin-right: auto;
		  margin-left: auto;
      }
        #service .service-area .img-big {
          width: 100%;
          margin-top: 20px;
          margin-right: 0px;
          margin-left: 0px;
          margin-bottom: 0px;
        }
	
	
      /*box.html タブ切り替え*/
      .tab {
          width: calc(100% - 80px);
      }	
	
      .box-content {
          width: 100%;
          display: block;
          margin-bottom: 40px;
          margin-top: 40px;
      }

      .box-img {
          width: 100%;
          flex-grow: 0;
          flex-shrink: 1;
          flex-basis: auto;
      }

      .box-img img {
          width: 80%;
		  max-width: 200px;
      }

      .box-item {
          padding: 10px 30px 10px;
          text-align: left;
          flex-grow: 0;/*子要素として*/
          display: block;/*親要素として*/
          justify-content: space-between;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
      }

      .box-item-in {
          width: 100%;
          flex-shrink: 1;
      }


}


@media (max-width: 420px) {

      .nolook_sp_420 {
          display: none;	
      }

      .look_sp_420 {
          display: block;
      }

      .headerImg img {
		  margin-top: 80px;
      }
	
	
      section.bg_colorB_about {
          padding-top: 0px;
          padding-bottom: 0px;
	/*	  max-height: 85vh;*/
      }
	
      .header_intro .header_intro_txt {
        font-size: 0.7em;
		  letter-spacing: 0.05em
    }

	
      #lead .lead {
		  text-align: center;
          font-size: 2.1rem;
		  line-height: 4.4rem;
      }

      #lead .lead span {

      }

      #lead .lead2 {
		  font-size: 1.8rem;
		  line-height: 3.4rem;
      }
	
	.lead_bg {
		padding-left: 30px;
		padding-right: 30px;
	}



      /*=============================== 中段上　ボタン ================================*/
      /* service */

      #service{
          position: relative;
          padding:0 15px;

      }


      #service .service-area {
          padding-top: 30px;
          padding-right: 0px;
          padding-left: 0px;
          padding-bottom: 20px;
          width: 100%;
          position: relative;
          z-index: 2;
          margin-left: auto;
          margin-right: auto;
          top: 0px;
      }


      #service .service-area ul li{
          opacity: 1;
          width: 42%;
          padding: 0 0 30px 0;
      }

      #service .service-area ul li a {
          display: block;
          min-height: 120px;
          line-height: 2.3rem;
      }

      .btnlinestretches {
          padding-top: 37px;
      }

      .gyo2 {
          padding-top: 25px;
      }

      /*=============================== //中段上　ボタン ================================*/
	
	
      /*=============================== 中段　おかげさまで ================================*/

      #mid_wrap {
          position: relative;
          padding:0 10px;
      }

      .mid_wrap {
          padding: 0px 0px;
          display: block;
          margin-left: auto;
          margin-right: auto;
          margin-top: 0px;
          margin-bottom: 10px;
      }

      .mid_wrap .illust {
          margin-right: auto;
		  margin-left: auto;
          width: 100%;
		  text-align: center;
		  margin-bottom: 10px;
      }
	
      .mid_wrap .illust img {
          width: 90px;
      }
      .md_btn_area {
          margin-right: auto;
		  margin-left: auto;
		  text-align: center;
      }

      .about_komidashi {
          font-weight: bold;
          font-size: 2.5rem;
          width: 100%;
          padding-top: 0px;
          letter-spacing: 0.4rem;
      }
      /*=============================== //中段　おかげさまで ================================*/
	
	


      /*=============================== 中段　更新情報エリア ================================*/
	
      .info_area_wrap {
          display: block;
          padding-top: 0px;
          padding-bottom: 0px;
      }


      #info_area {
          position: relative;
          padding:0 15px;    
      }

      .info_area {
          padding-top: 20px;
          padding-right: 0px;
          padding-left: 0px;
          padding-bottom: 0px;
          width: auto;
          margin-left: 0px;
          margin-right: 0px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
      }

      .bg_colorD_about>p {
          text-align: center;
          color: #000;
          font-size: 3rem;
          font-weight: bold;
          letter-spacing: 1.3rem;
          padding-top: 7px;
          padding-bottom: 10px;
          margin-top: 100px;
          margin-bottom: 0px;
      }

      .info_area .info_wrap {
          margin-left: 20px;
          margin-right: 20px;
          display: block;
          border-bottom: 1px dashed #8F8E5B;
          padding-top: 10px;
          padding-bottom: 10px;
      }

      .info_area .info_wrap:last-child {
          border-bottom: none;
      }

      .info_area .info_wrap .info_date {
          font-size: 1.6rem;
      }

      .info_area .info_wrap .info {
          font-size: 1.6rem;
          margin-left: 0px;
          line-height: 2.3rem;
      }

      .bg_colorD_about>p {
          margin-top: 50px;
      }

      /*=============================== //中段　更新情報エリア ================================*/

      /*=============================== 下段　ピックアップ＆店数情報 ================================*/

      #before_footer_area {
          position: relative;
          padding: 0 15px;
      }

      .before_footer_area {
          padding-top: 30px;
          padding-right: 0px;
          padding-left: 0px;
          padding-bottom: 0px;
          width: auto;
          margin-left: 0px;
          margin-right: 0px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
      }


      .before_footer_area .number_stores_wrap {
          width: 100%;
      }

      .before_footer_area .number_stores_wrap .number_stores {
          border-top: 1px solid #000;
          border-left: 1px solid #000;
          margin-top: 15px;
      }


      .before_footer_area .number_stores_wrap .number_stores tr td  {
          border-bottom: 1px solid #000;
          border-right: 1px solid #000;
          padding-top: 16px;
          padding-right: 15px;
          padding-bottom: 16px;
          padding-left: 15px;
      }
		
      /*===============================// 下段　ピックアップ＆店数情報 ================================*/

      /*=============================== バナーエリア ================================*/


      #bnr_area {
          position: relative;
          padding: 0 15px;
      }

      .bnr_area {
          padding-top: 0px;
          padding-right: 0px;
          padding-left: 0px;
          padding-bottom: 0px;
          width: auto;
          margin-left: 0px;
          margin-right: 0px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;

      }
      .sns_bnr {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: space-between;
          width: 100%;
          height: auto;
      }
      .sns_bnr .sns_bnr_item {
          height: auto;
          width: 47%;
          margin-top: 20px;
      }

      /*=============================== //バナーエリア ================================*/





      .slidein {
        opacity: 0;
        transform: translate(0, 0);
        transition: all 1.0s; }
        .slidein.slidein-right {
          transform: translate(0, 0); }
        .slidein.scrollin {
          transform: translate(0, 0) !important;
          opacity: 1 !important; }



      /*================================ search ===============================*/

      .search-box_title {
          display: block
      }
	

      /*companyのページ*/
	
      .tableContent,
      .tableContent tbody,
      .tableContent tr,
      .tableContent td {
        display: block;
        width: 100%;
      }

      .tableContent tr {
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid #ccc;
      }

      .tableContent td:first-child {
        width: 100%;
        background-color: #ffe5b4;
        font-weight: bold;
        padding: 10px;
        border-bottom: 1px solid #fff;
        color: #000;

      }

      .tableContent td:not(:first-child) {
        width: 100%;
        text-align: center;
        background-color: #fff;
        padding: 10px;
        color: #000;
      }
	
	
	
	

}
