@charset "UTF-8";
.second_page .h_main {
  background: #c0a79c;
  padding: 2% 0; }
  .second_page .h_main .h_logo {
    width: 50%;
    text-align: left; padding-left: 20px;}
.second_page .main_cont .sec_cont {
  padding: 5% 0; }
  .second_page .main_cont .sec_cont .container .style_ttl02:first-child {
    padding-top: 0; }
.second_page .f_main {
  margin-top: 0; }
.second_page.f_bg_gray .f_main {
  background: url("../common_img/footer_bg2.jpg") no-repeat top center, #fff7ef;
  background-size: contain; }

@media print, screen and (min-width: 769px) {
	.sec_foranew .img_top {width: 60%;}
	.sec_LEEPH .img_top {text-align: right;}
	.sec_LEEPH .img_top img {width: 60%;}
}

.cm_page {
  position: relative;
  overflow: hidden;
  z-index: 3; }
  .cm_page:after {
    position: absolute;
    content: "";
    background: #c0a79c;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    z-index: -1; }
  .cm_page .title_page {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5% 0;
    z-index: 5; }
    .cm_page .title_page:after {
      position: absolute;
      content: "";
      width: 65%;
      height: 100%;
      top: 0;
      right: 0;
      z-index: -1; }
    .cm_page .title_page h1 {
      font-size: 40px;
      color: #fff;
      font-weight: 300;
      letter-spacing: 3px; 
	  line-height: 1.4;}
    .cm_page .title_page h1 span {
		font-size: 14px;
		color: #000;
		font-weight: 300;
		letter-spacing: 1px;
		display: block;
		padding-bottom: 30px;
		margin: 0 0 0 10px;
		position: relative;
		padding-left: 35px;
		font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;}
    .cm_page .title_page h1 span:after {
		position: absolute;
		content: "";
		width: 25px;
		height: 1px;
		background: #fff;
		left: 0;
		top: 8px;}
  .cm_page .breadcrumb {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
    z-index: 2; }
    .cm_page .breadcrumb li {
      font-size: 12px;
      padding: 0 8px 0 12px;
      position: relative;
      letter-spacing: 1px;
      box-sizing: border-box; }
      .cm_page .breadcrumb li:after {
        position: absolute;
        content: "\f105";
        font-family: FontAwesome;
        left: 0px;
        top: 0px; }
      .cm_page .breadcrumb li:first-child {
        padding-left: 0;
        min-width: 38px; }
        .cm_page .breadcrumb li:first-child:after {
          content: none; }
      .cm_page .breadcrumb li a {
        display: block;
        color: #473732;
        padding-bottom: 5px; }

.style_ttl02 {
  position: relative;
  text-align: center;
  padding: 70px 0 30px; }
  .style_ttl02:after {
    position: absolute;
    content: "";
    width: 17%;
    height: 2px;
    background: #c0a79c;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }
  .style_ttl02 span {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 34px;
    letter-spacing: 3px; }
    .style_ttl02 span.font_Montserrat {
      font-weight: 500; }

.style_ttl03 {
  position: relative;
  background: #f6ede4;
  padding: 7px 0;
  margin: 50px 0 20px; }
  .style_ttl03 p {
    display: inline-block;
    border-left: 5px solid #ded4cc;
    padding-left: 15px;
    font-size: 24px;
    line-height: normal; }
	.table_detail span.price {
    display: inline-block;
    font-size: 18px;
    line-height: normal; color: #82655d; font-weight: bold;}

	.table_detail span.tax {
    display: inline-block;
    line-height: normal; }

.style_title04 {
  position: relative;
  font-size: 22px;
  padding-left: 35px;
  margin: 40px 0 20px; }
  .style_title04:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #c0a79c;
    left: 0;
    top: calc(50% - 3px); }
  .style_title04:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background: #c0a79c;
    left: 0;
    bottom: calc(50% - 3px); }

/*-------PAGE CONTACT-------*/
.contact_page {
  line-height: 2; }
  .contact_page .cm_page .title_page:after {
    background: url("../contact/images/bg_ttlpage.jpg") no-repeat top right;
    background-size: cover; }

.banner_contact {
  position: relative;
  width: 900px;
  margin: 20px auto;
  background: #fff;
  padding: 2% 2% 0;
  text-align: center; }
  .banner_contact:before {
    position: absolute;
    content: "";
    border-bottom: 20px solid #ded4cc;
    border-right: 20px solid #ded4cc;
    width: 110px;
    height: 110px;
    bottom: -20px;
    right: -20px;
    z-index: -1; }
  .banner_contact:after {
    position: absolute;
    content: "";
    border-top: 20px solid #ded4cc;
    border-left: 20px solid #ded4cc;
    width: 110px;
    height: 110px;
    top: -20px;
    left: -20px;
    z-index: -1; }
  .banner_contact .ttl_banner {
    font-size: 24px;
    padding-bottom: 10px; }
  .banner_contact .tel {
    display: inline-block;
    background: url("../contact/images/icon_tel.png") no-repeat center left;
    padding-left: 50px;
    line-height: normal; }
    .banner_contact .tel a {
      font-size: 40px;
      font-weight: 500;
      color: #c0a79c; }
  .banner_contact .time {
    font-weight: 500; }

.form_table01 {
  margin-top: 50px; }
  .form_table01 dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 10px 0;
    border-top: 1px solid #82655d; }
    .form_table01 dl:last-child {
      border-bottom: 1px solid #82655d; }
    .form_table01 dl dt {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: center;
      text-align: left;
      padding: 20px 10px 20px 75px;
      width: 305px;
      background: #e1d4cd;
      font-weight: normal; }
      .form_table01 dl dt:before {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 20px;
        width: 35px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-weight: 200;
        font-size: 12px;
        color: #fff; }
      .form_table01 dl dt.hissu:before {
        content: '必須';
        background: #82655d; }
      .form_table01 dl dt.ninni:before {
        content: '任意';
        background: #000; }
    .form_table01 dl dd {
      display: block;
      width: calc(100% - 305px);
      box-sizing: border-box;
      padding: 20px 50px;
      text-align: left; }
      .form_table01 dl dd .list1 {
        display: flex;
        flex-wrap: wrap; }
        .form_table01 dl dd .list1 li {
          width: 30%;
          margin-right: 5%;
          margin-bottom: 10px; }
          .form_table01 dl dd .list1 li:last-child {
            margin-right: 0; }

.list_style {
  border: 10px solid #ded4cc;
  padding: 2%;
  margin-top: 20px; }
  .list_style li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 5px; }

/*-------PAGE COMPANY-------*/
.company_page {
  line-height: 2; }
  .company_page .cm_page .title_page:after {
    background: url("../company/images/bg_ttlpage.jpg") no-repeat top right;
    background-size: cover; }

.sec_70pc {
  width: 70%;
  margin: auto; }

.style_table01 {
  width: 100%; }
  .style_table01 tr th {
    width: 35%;
    font-size: 18px;
    font-weight: 500;
    padding: 2% 2% 2% 5%;
    border-bottom: 3px solid #82655d;
    text-align: left; }
  .style_table01 tr td {
    width: 65%;
    text-align: left;
    padding: 2% 2% 2% 5%;
    border-bottom: 1px solid #000; }
    .style_table01 tr td .style_btn01 {
      margin: 10px 0 0; }
    .style_table01 tr td dl {
      display: flex; }
      .style_table01 tr td dl dt {
        width: 120px; }

/*-------PAGE PRODUCT-------*/
.product_page {
  line-height: 2; }
  .product_page .cm_page .title_page:after {
    background: url("../product/images/bg_ttlpage.jpg") no-repeat top left;
    background-size: cover; }

.list_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .list_btn .style_btn01 {
    width: auto;
    margin: 10px; }

.product_page .list_btn {width: 100%;}
.product_page .list_btn .style_btn01 {width: 44%;}
.product_page .list_btn .style_btn01 a {font-size: 20px;}
.product_page .list_btn .style_btn01 a.active {background: #fff7ef;}
.category_name_list {text-align: center;  display: flex;  justify-content: center;}
.category_name_list li {list-style-type: circle;margin-right: 3%;}
.category_name_list li:last-child {margin-right: 0px;}
.category_name_list li:first-child a:after { position: absolute; content: ""; }
.category_name_list a {display:inline-block;margin-top: 10px;margin-right: 30px;font-size: 16px;}
.category_name_list a.active {text-decoration: none;}
.product_page #list02 {display: none;}
@media print, screen and (min-width: 769px) {
	.category_name_list { min-height: 84px; max-width: 1000px; margin: auto; border: 2px solid #ded4cc; padding: 10px 0 20px; margin-top: 20px;}
	.category_name_list li { margin-right: 5%;}
}
@media print, screen and (max-width: 768px) {
	.product_page .list_btn .style_btn01 a {font-size: 16px;}
	.category_name_list a {font-size: 14px;margin-right: 0px;display: block;margin: 0;text-align: left;}
	.category_name_list {border: 2px solid #ded4cc;padding: 10px 7%;margin-top: 20px;display: flex;width: 100%;flex-wrap: wrap;justify-content: space-between;}
	.category_name_list li {width: 44%;}
	.category_name_list li:last-child {/* width: 96%; */}
}

.list_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s; }
  .list_product .box_product {
    position: relative;
    width: 23.5%;
    background: #fff;
    border: 2px solid #ded4cc;
    padding: 10px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0 2% 2% 0;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    box-sizing: border-box;
    z-index: 4; }
    .list_product .box_product:nth-child(4n+4) {
      margin-right: 0; }
    .list_product .box_product .img_product {
      position: relative;
      border: 1px solid #f7f6f4;
      width: 100%;
      height: 180px;
      margin-bottom: 10px;
      overflow: hidden; }
      .list_product .box_product img {
		margin-bottom: 10px; flex: 0 0 auto;}
      .list_product .box_product:hover img {
	  /*
		max-width: 130%;
		max-height: 130%;
		left: -50%;
		right: -50%;
		*/
		opacity: 0.7;
		-webkit-transition: all linear 0.3s;
		-o-transition: all linear 0.3s;
		transition: all linear 0.3s;}
	.list_product .box_product .box_a {position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 9999;z-index:3;}
    .list_product .box_product .infor_product {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .list_product .box_product .infor_product .ttl_product {
        font-size: 18px;
        line-height: normal;
        font-weight: 500; }
        .list_product .box_product .infor_product .ttl_product span {
          display: block;
          width: 100%;
          font-weight: 500;
          color: #e1d4cd; 
          font-size: 14px;}
      .list_product .box_product .infor_product .price_product {
        font-size: 16px;
        margin: 5px 0px 10px; }
      .list_product .box_product .infor_product .price_product span.price{
        font-size: 18px;}
      .list_product .box_product .infor_product .price_product span.tax{
        font-size: 14px;}

    .list_product .box_product .style_btn01 {
      width: 80%;
      margin: 15px auto 0; z-index:4;}
      .list_product .box_product .style_btn01 a {
        background: #fff7ef;
        font-size: 14px;
        padding: 5px; }
      .list_product .box_product .style_btn01:hover a {
        background: #ded4cc; }

@media screen and (min-width: 769px) {
    .list_product .box_product .style_btn01 {
      max-height: 38px;}
}

.btn_foot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5%; }
  .btn_foot .style_btn01 {
    margin: 0;
    width: 150px; }
  .btn_foot .backtolist {
    width: 250px;
    position: absolute;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    top: 0; }

/*-------PAGE PRODUCT DETAIL-------*/
.product_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .product_detail .gallery_show {
    width: 55%; margin-top: 20px;}
    .product_detail .gallery_show #Target-img {
      position: relative;
      width: 100%;
	  min-height: 50%;
	  display: flex;
	  align-items: center;
	  text-align: center;}
      .product_detail .gallery_show #Target-img a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
      .product_detail .gallery_show #Target-img img {
        max-height: 100%;
        max-width: 100%;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .product_detail .gallery_show #Thumbs {
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 30px 0 10px; }
      .product_detail .gallery_show #Thumbs li {
        position: relative;
        width: 23.4%;
        margin: 0 2% 2% 0;
        height: 138px;
        /*border: 1px solid #f7f6f4; */}
        .product_detail .gallery_show #Thumbs li:last-child {
          margin-right: 0;
        }
        .product_detail .gallery_show #Thumbs li:nth-child(4n) {margin-right: 0;}
        .product_detail .gallery_show #Thumbs li img {
          max-height: 100%;
          max-width: 100%;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
  .product_detail .cont_detail {
    width: 42%; }
    .product_detail .cont_detail .table_detail {
      width: 100%; }
      .product_detail .cont_detail .table_detail dt {
        position: relative;
        font-size: 18px;
        padding: 2% 0;
        border-bottom: 1px solid #000; }
        .product_detail .cont_detail .table_detail dt:after {
          position: absolute;
          content: "";
          border-bottom: 3px solid #82655d;
          width: 30%;
          height: 3px;
          left: 0;
          bottom: -2px; }
      .product_detail .cont_detail .table_detail dd {
        padding: 2% 0; }
      .product_detail .cont_detail .style_btn01.outer_lnk a {
        background: #82655d;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	  }
      .product_detail .cont_detail .style_btn01.outer_lnk a p {color: #fff; margin-right: 10px;}

.box_gray {
  background: #ded4cc;
  padding: 4%;
  margin-bottom: 5%; }

.list_01 li {
  text-indent: -20px;
  margin-left: 20px; }

/*-------PAGE STORE-------*/
.store_page {
  line-height: 2; }
  .store_page .cm_page .title_page:after {
    background: url("../store/images/bg_ttlpage.jpg") no-repeat top right;
    background-size: cover; }
  .store_page .list_btn .style_btn01 {
    width: 44%;
    /*margin: 0 5%; */}
  .store_page .list_btn .style_btn01 a {font-size: 18px;}

.box_store {
  border: 2px solid #ded4cc;
  padding: 2%;
  margin-bottom: 4%; }
  .box_store .ttl_box {
    position: relative;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    letter-spacing: 1px; }
    .box_store .ttl_box:after {
      position: absolute;
      content: "";
      background: #82655d;
      width: 50px;
      height: 1px;
      left: 0;
      bottom: 0; }
  .box_store .cont_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .box_store .cont_box .style_table02 {
      width: 46%; }
      .box_store .cont_box .style_table02 .style_btn01 {
        width: 150px;
        margin: 10px 0; }
        .box_store .cont_box .style_table02 .style_btn01 a {
          background: #fff7ef;
          font-size: 14px;
          font-weight: 500;
          padding: 5px; }
        .box_store .cont_box .style_table02 .style_btn01:hover a {
          background: #ded4cc; }
    .box_store .cont_box .img_box {
      width: 50%; }
      .box_store .cont_box .img_box img {
        width: 100%; }

.style_table02 {
  width: 100%; }
  .style_table02 tr th, .style_table02 tr td {
    background: #f8f8f8;
    padding: 10px;
    box-sizing: border-box; }
  .style_table02 tr:nth-child(even) th, .style_table02 tr:nth-child(even) td {
    background: #fff; }
  .style_table02 tr th {
    width: 30%;
    text-align: center;
    font-size: 18px;
    font-weight: 500; }
  .style_table02 tr td {
    width: 70%; }

/*-------PAGE STAFF-------*/
.staff_page {
  line-height: 2; }
  .staff_page .cm_page .title_page:after {
    background: url("../staff/images/bg_ttlpage.jpg") no-repeat top right;
    background-size: cover; }

.box_staff {
  border: 10px solid #ded4cc;
  padding: 40px 40px 40px 0;
  margin: 0 0 4% 5%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .box_staff .img_staff {
    width: 36%;
    margin-left: -5%; }
    .box_staff .img_staff img {
      width: 100%; }
  .box_staff .infor_staff {
    width: 65%; }
    .box_staff .infor_staff h3 {
      position: relative;
      font-size: 30px;
      color: #82655d;
      font-weight: normal;
      margin-bottom: 25px; }
      .box_staff .infor_staff h3:after {
        position: absolute;
        content: "";
        background: #82655d;
        width: 100px;
        height: 1px;
        bottom: 0;
        left: 0; }

/*-------PAGE FAQ-------*/
.faq_page {
  line-height: 2; }
  .faq_page .cm_page .title_page:after {
    background: url("../faq/images/bg_ttlpage.jpg") no-repeat top center;
    background-size: cover; }
.faq_page .sec_cont {padding: 3% 0 !important;}
.faq_page .style_ttl02 {margin-bottom: 2%;}
.box_qa {
  margin-bottom: 4%; }
  .box_qa .ttl_q {
    position: relative;
    background: #e1d4cd;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 100px;
    box-sizing: border-box; }
    .box_qa .ttl_q:after {
      position: absolute;
      content: "";
      background: url("../faq/images/icon_q.png") no-repeat center center, #c0a79c;
      width: 70px;
      height: 100%;
      top: 0;
      left: 0; }
  .box_qa .cont_a {
    background: #fff7ef;
    padding: 15px 100px;
    box-sizing: border-box; }

/*-------PAGE ABOUT-------*/
.about_page {
  line-height: 2; }
  .about_page .cm_page .title_page:after {
    background: url("../about/images/bg_ttlpage.jpg") no-repeat top center;
    background-size: cover; }

.box_about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .box_about .txt_box {
    width: 48%;
    text-align: center;
    font-weight: 500; }
  .box_about .txt_box span {font-size: 20px; font-weight: bold; display: block;}
  .box_about .img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    border: 5px solid #ded4cc;
    /*background: #fff7ef;*/
    padding: 10% 0;
    margin-top: -5%; }

.sec_LEEPH .box_about {
  flex-direction: row-reverse; }

.sec_commitment {
  background: url("../about/images/sec03_img01.jpg") no-repeat top center;
  background-size: cover; }

.style_box01 {
  width: 70%;
  border: 5px solid #ded4cc;
  background: #fff7ef;
  text-align: center;
  padding: 2%;
  margin: auto; }
  .style_box01 .style_ttl01 {
    padding-bottom: 0; }
    .style_box01 .style_ttl01 span:after {
      left: 50%;
      transform: translateX(-50%); }

.list_box02 .style_box02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5%; }
  .list_box02 .style_box02:nth-child(even) {
    flex-direction: row-reverse; }
  .list_box02 .style_box02:last-child {
    margin-bottom: 0; }
  .list_box02 .style_box02 .txt_box02 {
    width: 45%; }
    .list_box02 .style_box02 .txt_box02 h3 {
      font-size: 24px;
      color: #473732; 
	  margin: 0 0 20px 0;}
  .list_box02 .style_box02 .img_box02 {
    width: 50%; }
    .list_box02 .style_box02 .img_box02 img {
      width: 100%; }

/*-------PAGE COORDINATE-------*/
.coordinate_page {
  line-height: 2; }
  .coordinate_page .cm_page .title_page:after {
    background: url("../coordinate/images/bg_ttlpage.jpg") no-repeat top right;
    background-size: cover; }

.sec_total {
  background: url("../coordinate/images/sec01_img01.jpg") no-repeat top center;
  background-size: cover;
  margin-top: 5%; }

.sec_point {
  background: url("../coordinate/images/sec02_img01.jpg") no-repeat top center;
  background-size: cover; }

/*-------PAGE NEWS-------*/
.news_page {
  line-height: 2; }
  .news_page .cm_page .title_page:after {
    background: url("../store/images/bg_ttlpage.jpg") no-repeat top right;
    background-size: cover; }

@media print, screen and (max-width: 767px) {
  .cm_page:after {
    height: 70%; }
  .cm_page .title_page h1 {
    font-size: 7vw; 
	background: rgba(192,167,156,0.7);
	display: inline-block;
	padding: 10px;}
  .cm_page .title_page h1 span {padding-bottom: 0; font-size: 14px;}
  .cm_page .title_page::after {
	width: 100%;
   }
  .cm_page .breadcrumb {
    display: none; }

  .main_cont .sec_cont {
    margin-top: 8%;}

  .faq_page .sec_cont {
    padding: 5% 0 !important; margin-top: 2%;}

  .style_ttl02 {
    padding: 8% 0 20px; }
    .style_ttl02:after {
      bottom: 20px; }
    .style_ttl02 span {
      font-size: 24px; }

  .style_ttl03 {
    margin: 30px 0 10px; }
  .style_ttl03 p {
    padding: 10px 0 0 15px;
	line-height: 1.2; }
    .style_ttl03 span {
      font-size: 18px; 
	  padding-left: 0px;}

  .style_title04 {
    font-size: 18px;
    margin: 30px 0 10px; }

  /*-------PAGE CONTACT-------*/
  .banner_contact {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 2%;
    box-sizing: border-box; }
    .banner_contact:before {
      width: 50px;
      height: 50px;
      border-width: 8px;
      bottom: -8px;
      right: -8px; }
    .banner_contact:after {
      width: 50px;
      height: 50px;
      border-width: 8px;
      top: -8px;
      left: -8px; }
    .banner_contact .ttl_banner {
      font-size: 20px; }
    .banner_contact .tel {
      background: url("../contact/images/icon_tel.png") no-repeat center left;
      background-size: 30px;
      padding-left: 40px; }
      .banner_contact .tel a {
        font-size: 36px; }

  .form_table01 {
    margin-top: 30px; }
    .form_table01 dl dt {
      width: 100%;
      padding: 10px 2% 10px 60px; }
      .form_table01 dl dt:before {
        left: 10px; }
    .form_table01 dl dd {
      width: 100%;
      padding: 10px 2%; }
      .form_table01 dl dd .list1 li {
        width: 48%;
        margin-right: 4%; }

  /*-------PAGE COMPANY-------*/
  .sec_70pc {
    width: 100%; }

  .style_table01 tr, .style_table01 th, .style_table01 td {
    display: block;
    width: 100% !important; }
  .style_table01 tr th {
    font-size: 16px; }
  .style_table01 tr td .style_btn01 {
    width: 250px; }

  /*-------PAGE PRODUCT-------*/
  .list_product {
    margin-top: 30px; }
    .list_product .box_product {
      width: 49%;
      margin: 0 2% 2% 0; }
      .list_product .box_product:nth-child(even) {
        margin-right: 0; }
      .list_product .box_product .img_product {
        height: 150px; }

  .btn_foot {
    padding-bottom: 60px; }
    .btn_foot .backtolist {
      top: auto;
      bottom: 0; }

  /*-------PAGE PRODUCT DETAIL-------*/
  .product_detail .gallery_show {
    width: 100%; }
    .product_detail .gallery_show #Target-img {
      /*height: 200px;*/ }
    .product_detail .gallery_show #Thumbs {
      margin: 10px 0; }
      .product_detail .gallery_show #Thumbs li {
        height: 100px; }
  .product_detail .cont_detail {
    width: 100%; }

  /*-------PAGE STORE-------*/
  .store_page .list_btn .style_btn01 {
    width: 44%; }
  .store_page .sec_cont h2 img {
    height: 54px; }

  .box_store .ttl_box {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 15px; }
  .box_store .cont_box .style_table02 {
    width: 100%; }
    .box_store .cont_box .style_table02 tr th, .box_store .cont_box .style_table02 tr td {
      padding: 5px; }
    .box_store .cont_box .style_table02 tr th {
      font-size: 16px;
      width: 120px; }
    .box_store .cont_box .style_table02 tr td {
      width: calc(100% - 120px); 
	  width: unset;}
  .box_store .cont_box .img_box {
    width: 100%;
    padding-top: 10px; }

  /*-------PAGE STORE-------*/
  .box_staff {
    border: 5px solid #ded4cc;
    padding: 0 5% 8%;
    box-sizing: border-box;
    margin: 50px 0; }
    .box_staff .img_staff {
      width: 100%;
      margin: -30px 0 10px 0; }
    .box_staff .infor_staff {
      width: 100%; }
      .box_staff .infor_staff h3 {
        font-size: 20px;
        margin-bottom: 15px; }

  /*-------PAGE FAQ-------*/
  .box_qa .ttl_q {
    padding: 10px 10px 10px 55px; }
    .box_qa .ttl_q:after {
      background-size: 15px;
      width: 45px; }
  .box_qa .cont_a {
    padding: 10px; }

  /*-------PAGE ABOUT-------*/
  .box_about .txt_box {
    width: 100%;
    padding-top: 5%; }
  .box_about .img_box {
    width: 100%;
    margin-top: 5%; }
    .box_about .img_box img {
      width: 50%; }

  .style_box01 {
    width: 100%; }

  .list_box02 .style_box02 {
    margin-bottom: 8%; }
    .list_box02 .style_box02 .txt_box02 {
      width: 100%; }
      .list_box02 .style_box02 .txt_box02 h3 {
        font-size: 18px; margin: 10px 0;}
    .list_box02 .style_box02 .img_box02 {
      width: 100%;
      padding-top: 5%; }

  .about_page .sec_foranew .img_top {
    width: 200%;
    margin-left: -37%;
    overflow: hidden; }
  .about_page .sec_LEEPH .img_top {
    width: 200%;
    margin-left: -50%;
    overflow: hidden; }
  .about_page .sec_commitment {
    padding: 10% 0 !important; }

  /*-------PAGE COORDINATE-------*/
  .sec_total, .sec_point {
    padding: 10% 0 !important; } }
@media print, screen and (max-width: 480px) {
  .cm_page .title_page {height: 180px;}
  .cm_page .title_page:after {background-position: top center !important;}
  /*-------PAGE CONTACT-------*/
  .banner_contact .ttl_banner {
    font-size: 16px; }
  .banner_contact .time {
    font-size: 13px; }

  /*-------PAGE PRODUCT-------*/
  /*.list_product .box_product {width: 100%; margin: 2% 0;}*/
  .list_product .box_product .img_product {
    height: 180px; }
  .list_product .box_product .infor_product .ttl_product, .list_product .box_product .infor_product .price_product {
    font-size: 15px; }
  .list_product .box_product .style_btn01 {
    width: 90%; } 
  .contact_page .w85pc.ml10 {width: 100% !important; margin-left: 0 !important;}
	}
