@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .sectionWrapper {
    padding:0 0 40px;
  }
  .contentWrapper {
    padding: 0 15px;
  }
  .flexBox {
    display: block;
  }
  .sec_title {
    font-size: 2.2rem;
    letter-spacing: 3px;
    max-width: 410px;
    margin: 0 auto 2rem auto;
    padding:40px 0 1rem;
  }
  .sec_sub_title {
    width:90%;
    font-size: 1.8rem;
    letter-spacing: 0;
    margin: 13px auto;
  }

 .header {
    height: 56px;
  }
  .headerNavOuter {
    height: 56px;
    padding-right: 0;
  }
  .site_title {
    max-width: 70%;
  }
  .site_title img {
    width: 250px;
  }
  .gNav {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
    background-color: #F29600;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 132px;
  }
  .gNavMenu {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: block !important;
    text-align: center;
  }
  .gNavMenu_item {
    display: block;
    margin: 2rem 6rem;
    border-left: 0;
    padding: 0 0 2.2rem 0;
    border-bottom: 1px dotted #fff;
  }
  .gNavMenu_item a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .nav_button_outer {
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    width: 56px;
    background-color: #231815;
  }
  .nav_button {
    display: block;
    cursor: pointer;
  }
  /*メニューボタンのエフェクト*/
  .nav_button, .nav_button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav_button {
    z-index: 20;
    position: relative;
    width: 26px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .nav_button span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
  }
  .nav_button span:nth-of-type(1) {
    top: 0;
  }
  .nav_button span:nth-of-type(2) {
    top: 10px;
  }
  .nav_button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav_button.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .nav_button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav_button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  
   .footer {
    margin-top: .7rem;
  }
  .footer_top {
    padding: 3.6rem 0;
  }
  .footer_top_heading {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 3px;
    margin-bottom: 1rem;
  }
  .footer_top_txt {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.24px;
    text-align: center;
    margin-bottom: 1.6rem;
  }
  .footer_top_btn_group {
    text-align: center;
  }
  .footer_top_btn_group img {
    width: 90%;
  }
  .footer_top_btn_group a {
    margin-right: 1.6rem;
    margin-left: 1.6rem;
  }
  .footer_top_btn_group .footer_top_btn_top {
    margin-bottom: 1.4rem;
  }
  .footer_bottom {
    padding: 3rem 0;
  }
  .footer_NavMenu_item {
    padding: 0 0.5rem;
  }
  .footer_NavMenu_item a {
    font-size: 1.2rem;
  }
   .fv-img {
    padding:0;
	margin:0;
  }
  .fv-img img {
    width:100%;

  }
  .fv-text {
    padding:3rem 0;
  }
  .fv-text p {
    font-size:2rem;
    letter-spacing: 2px;
    line-height: 3rem;
  }

  .index-link-banner {
    display: block;
    width: 100%;
  }
  .link-box-flexBox {
    padding-bottom: 3.7rem;
  }
  .link_banner_item {
    margin-bottom: 1.5rem;
  }
  .link_banner_item:last-of-type {
    margin-bottom: 0;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
    img.sp {
    width:100%;
  }
  


  .info_list_heading {
    margin-bottom: 1.7rem;
  }
  .company_info_list {
    width: 90%;
  }
  .store_info_left, .store_info_right {
    width: 100%;
  }
  .store_info_img {
    margin-top: .8rem;
    margin-bottom: .8rem;
  }
   .store_info_img img{
   width:100%;
   }
   .text_desc {
    width:90%;
    font-size: 1.4rem;
    line-height:1.8;
    letter-spacing:0;
  }
  .info_list {
    margin: 2.8rem 0 4rem 0;
  }
  .info_list_heading {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .company_info_list_item {
    font-size: 1.4rem;
  }
  .company_info_title {
    padding: .7rem 0;
  }
  .company_info_detail {
    padding: .7rem 0;
    margin-left: 1.4rem;
  }
  .store_info_item {
    margin-bottom: 3rem;
  }
  .store_heading {
    font-size: 1.8rem;
    letter-spacing:0px;
    padding: 1.3rem 0;
    margin-bottom: 1.2rem;
  }
  .store_info_left p {
    font-size: 1.4rem;
    letter-spacing: .35px;
  }
  
   .service h4 {
    font-size: 1.8rem;
  }
  .service-contents p {
    font-size: 1.4rem;
  }
    .service-wrap {
    width: 95%;
  }
  .service-contents {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .service-contents:nth-of-type(2) {
    margin-top: 3rem;
  }



  .contactForm {
    padding: 1.5rem 0 0 0;
  }
  .contact_item {
    margin-bottom: 1.6rem;
  }
  .label {
    font-size: 1.4rem;
    margin-bottom: .4rem;
  }
  input[type="text"], input[type="number"], input[type="email"] {
    padding: .4rem;
    font-size: 1.4rem;
  }
  .select_store {
    padding: .4rem;
    font-size: 1.4rem;
  }
  textarea {
    padding: .4rem;
    height: 94px;
    font-size: 1.4rem;
  }
  input[type="submit"] {
    font-size: 1.5rem;
    line-height: 1.6;
    padding: .7rem 2rem;
    margin-top: 2rem;
  }
  
  /* 230317追加*/
.rinji_bnr{
text-align: center;
margin:0px auto 40px;
width:90%;
}


}
@media screen and (max-width: 480px) {
  .fv-text p {
    font-size:1.6rem;
	letter-spacing:0px;
    }
	  .footer_top_heading {
    font-size:1.8rem;
  }
  .footer_top_txt {
    font-size: 1.3rem;
    letter-spacing: 0px;
  }
  .footer_top {
    padding:2.6rem 0;
  }
    .company_info_list_item {
    font-size: 1.3rem;
  }
   .company_info_list {
    width:95%;
  }
    .company_info_detail {
    padding: .7rem 0;
    margin-left: 1rem;
  }
   .site_title img {
    width: 200px;
  }
 } 
  