@charset "utf-8";
@media screen and (max-width: 980px) {
  /*-----共通------*/
  body {
    font-size: 17px;
    line-height: 1.6;
  }
  a:hover {
    opacity: 1;
  }
  .content_wrap {
    width: 95%;
    margin: 0 auto;
  }
  /*======header=====*/
  /*------header_nav------*/
  #headernav .r_nav {
    display: none !important;
  }
  .pc_nav.menu {
    display: none !important;
  }
.headernav_wrap {
  padding-top: 9px;
  padding-bottom: 8px;
}
    .top_logo {
  width: 300px;
  margin-right: 6px;
  margin-left: 15px;
}
  /*--------開閉ボタン--------*/
  #nav_toggle {
    position: fixed;
    display: block;
    top: 6px;
    right: 5px;
    height: 48px;
    width: 58px;
    padding: 12px 11px 0;
    margin-left: auto;
    z-index: 1100;
    background-color: #fff;
  }
  #nav_toggle div {
    position: relative;
    width: 35px;
    height: 35px;
  }
  #nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 11px;
  }
  #nav_toggle span:nth-child(3) {
    top: 22px;
  }
  /*--------開閉ボタンopen時--------*/
  .open #nav_toggle span {
    background: #333;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /*--------アコーディオンメニュー--------*/
  .sp_nav {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1000;
    top: 0;
  }
  .sp_nav .top_logo {
    margin-top: 9px;
  }
  .acMenu {
    width: 95%;
    padding: 0 10px 5px;
    margin: 10px auto 0;
  }
  .acMenu li {
    border-bottom: 1px solid #C5C5C5;
  }
  .acMenu a {
    display: block;
    text-align: center;
    padding: 1.2em;
  }
    .acMenu .header_contact_btn{
        padding: .5em 1em;
        width: 80%;
        max-width: 300px;
        margin: 1em auto;
    }    
/*------main_visual------*/
.main_visual {
  padding-bottom: 29%;
  top: 60px;
  margin-bottom: 30px;
}
.main_visual .title {
  width: 85%;
  top: 42%;
}    
  /*------section/top_content------*/
#top_content {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #fcfcfa;
  background-image: url("../images/top_image3.png");
  background-size: 50%;
  background-position: top 5% right;
  background-repeat: no-repeat;
}
#top_content .l_content {
  width: 90%;
    max-width: 600px;
    padding-right: 25%;
    margin: 0 auto 30px;;
}
#top_content .r_content {
  width: 100%;
}
    #top_content br.pc_style{
        display: none;
    }    
#top_content .r_content .top_text {
  margin-bottom: 1em;
  text-shadow: 2px 2px 10px #fcfcfa, -2px 2px 10px #fcfcfa, 2px -2px 10px #fcfcfa, -2px -2px 10px #fcfcfa;
}
#top_content .red {
  color: #df3100;
}
#top_content .orange {
  color: #f03d00;
}
#top_content > div {
    display: block;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto 50px;
}
#top_content .under_content {
  align-items: center;
  padding: 10px 10px 10px 20px;
  width: 100%;
  max-width:100%;
    margin: 0 auto;
  background-color: #EEEBE6;
}
#top_content .under_content .l_content {
  width: 70%;
    max-width: 70%;
    margin: auto;
    padding-right: 0;
}
#top_content .under_content .l_content .orange {
  margin-bottom: .5em;
}
#top_content .under_content .r_content {
  width: 160px;
  margin-left: 20px;
}
#top_content .under_content .link_next span.link {
  color: #2d767f;
  border-bottom: solid 1px #2d767f;
}
#top_content .under_content .link_next span.size_s {
  font-size: 12px;
  margin-right: .2em;
  color: #2d767f;
}
#top_content .btn_style {
  position: relative;
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 1em 2.5em 1em .6em;
  color: #e66400;
  text-align: center;
  border: 1px solid #e66400;
}
#top_content .btn_style:after {
  position: absolute;
  padding: 20px;
  content: "";
  background-image: url("../images/btn_arrow.png");
  background-repeat: no-repeat;
  background-size: 32px;
  right: 12px;
  top: 40%;
  transition: .3s;
}
#top_content .btn_style:hover:after {
  right: 12px;
}
    /*------section/top_product------*/
#top_product {
  background-color: #f0e6d9;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.h2_style {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 1.3em;
}
.h2_style span {
  font-size: 15px;
  color: #e9761e;
  padding-left: 2.7em;
}
.h2_style:before {
  content: "";
  padding: 15px 26px;
  background-image: url("../images/title_ill_1.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left top 45%;
  ;
}
#top_product .lead {
  margin-bottom: 2em;
  padding-left: 1em;
}
#top_product .flex {
  margin-bottom: 60px;
}
#top_product .box {
  width: 32%;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0 rgba(93, 93, 93, 0.10);
    font-size: 16px;
}
#top_product .under_content {
  padding: 15px 10px;
}
#top_product .under_content .title {
  font-size: 18px;
  border-bottom: 1px solid #e66400;
  padding-bottom: .3em;
  margin-bottom: .8em;
}
#top_product .under_content .under_text {
  text-align: left;
}
#top_product .btn_style {
  position: relative;
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 1em 2.5em 1em .6em;
  color: #e66400;
  text-align: center;
  border: 1px solid #e66400;
  background-color: #FAF4EC;
}
#top_product .btn_style:after {
  position: absolute;
  padding: 20px;
  content: "";
  background-image: url("../images/btn_arrow.png");
  background-repeat: no-repeat;
  background-size: 32px;
  right: 12px;
  top: 40%;
  transition: .3s;
}
#top_product .btn_style:hover:after {
  right: 12px;
}
/*------section/top_contact------*/
#top_contact .h2_style:before {
  content: "";
  padding: 20px 20px;
  background-image: url("../images/icon_mail_b.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left center;
  ;
}
#top_contact {
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #f8f4ee;
}
#top_contact h2 {
  margin-bottom: 25px;
}
#contactform .content_wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
#formWrap {
  margin: 0 auto;
  text-align: left;
}
#formWrap .formTable {
  width: 100%;
  line-height: 2;
  margin-bottom: 30px;
}
#formWrap .formTable th {
  display: block;
  width: 100%;
}
#formWrap .formTable td {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
#formWrap table input {
  width: 80%;
  font-size: 16px;
  padding: .5em;
  border: 1px solid #999;
  border-radius: 3px;
}
#formWrap table textarea {
  width: 100%;
  font-size: 16px;
  padding: .5em;
  border: 1px solid #999;
  border-radius: 3px;
}
#formWrap .red_s {
  color: #fff;
  background-color: #db2b00;
  border-radius: 4px;
  padding: 0em .4em .1em;
  margin-left: .5em;
  font-size: 12px;
}
#formWrap .small {
  font-size: 14px;
}
#acMenu dd .note {
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.nextprivacypolicy a {
  font-size: 16px;
  color: #374949;
  border-bottom: 1px solid #374949;
  padding-bottom: .2em;
}
.contact_btn input {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #F0A43B;
  color: #333;
  border-radius: 3px;
  width: 180px;
  padding: .8em 1em;
  font-weight: bold;
  margin-right: 8px;
  margin-left: 8px;
  transition: .2s;
}
/*------footer------*/
footer {
  background-color: #393939;
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../images/footer_image.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: left top;
}
footer .content_wrap {
    display: block;
    width: 90%;
}
footer .l_content {
  width: 100%;
    text-align: center;
}
footer .footer_logo {
  display: block;
  width: 300px;
 margin: 0 auto 20px;
}
footer .l_content p {
  color: #fff;
  text-shadow: 2px 2px 10px #434343, -2px 2px 10px #434343, 2px -2px 10px #434343, -2px -2px 10px #434343;
}
footer .header_contact_btn {
  display: block;
    margin: 20px auto 40px;
}
footer .g_map {
  width: 80%;
    max-width: 500px;
    margin: 0 auto;
  aspect-ratio: 5 / 3;
}
footer nav {
    width: 90%;
    margin: 40px auto 20px;
}
}
@media screen and (max-width: 520px) {
  .pc_style {
    display: none !important;
  }
  .sp_style {
    display: block !important;
  }
  br.pc_style {
    display: none !important;
  }
/*======header=====*/
/*------header_nav------*/
.headernav_wrap {
  padding-top: 8px;
  padding-bottom: 7px;
}
  /*--------開閉ボタン--------*/
  #nav_toggle {
    position: fixed;
    display: block;
    top: 1px;
    right: 3px;
    height: 48px;
    width: 58px;
    padding: 12px 11px 0;
    margin-left: auto;
    background-color: #fff;
  }
  #nav_toggle div {
    position: relative;
    width: 35px;
    height: 35px;
  }
  #nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 11px;
  }
  #nav_toggle span:nth-child(3) {
    top: 22px;
  }
  /*--------開閉ボタンopen時--------*/
  .open #nav_toggle span {
    background: #333;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /*--------アコーディオンメニュー--------*/

.acMenu a {
    padding: 1em;
  }
.top_logo {
  width: 250px;
  margin-right: 6px;
  margin-left: 12px;
}
  /*------main_visual------*/
    .main_visual .title {
  width: 80%;
  top: 27%;
}
.main_visual {
  padding-bottom: 46%;
  top: 50px;
  margin-bottom: 20px;
}
/*------section/top_content------*/
#top_content {
  padding-top: 55px;
  padding-bottom: 30px;
  background-color: #fcfcfa;
  background-image: url("../images/top_image3.png");
  background-size: 70%;
  background-position: top 50% right;
  background-repeat: no-repeat;
}
#top_content .l_content {
  width: 85%;
    padding-right: 0%;
    max-width: 450px;
    margin: 0 auto 20px;;
}
#top_content .r_content {
  width: 100%;
}  
#top_content .r_content .top_text {
  margin-bottom: 1em;
  text-shadow: 2px 2px 10px #fcfcfa, -2px 2px 10px #fcfcfa, 2px -2px 10px #fcfcfa, -2px -2px 10px #fcfcfa;
}
#top_content .red {
  color: #df3100;
}
#top_content .orange {
  color: #f03d00;
}
#top_content > div {
  margin: 0 auto 30px;
}
#top_content .under_content {
    text-align: center;
    display: block;
  align-items: center;
  padding: 25px 10px 10px 20px;
  width: 100%;
  max-width:100%;
    margin: 0 auto;
  background-color: #EEEBE6;
}
#top_content .under_content .l_content {
  width: 100%;
    max-width: 100%;
    margin: auto;
}
#top_content .under_content .l_content .orange {
  margin-bottom: .5em;
}
#top_content .under_content .r_content {
  width: 80%;
  margin: 20px auto 10px;
}
#top_content .under_content .link_next span.link {
  color: #2d767f;
  border-bottom: solid 1px #2d767f;
}
#top_content .under_content .link_next span.size_s {
  font-size: 12px;
  margin-right: .2em;
  color: #2d767f;
}
#top_content .btn_style {
  position: relative;
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: .8em 2em .7em .3em;
  color: #e66400;
}
#top_content .btn_style:after {
  position: absolute;
  padding: 15px;
  content: "";
  background-image: url("../images/btn_arrow.png");
  background-repeat: no-repeat;
  background-size: 30px;
  right: 12px;
  top: 42%;
  transition: .3s;
}
#top_content .btn_style:hover:after {
  right: 12px;
}
/*------section/top_product------*/
#top_product {
  padding-top: 40px;
  padding-bottom: 40px;
}
.h2_style {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 1.3em;
}
.h2_style span {
  font-size: 14px;
  color: #e9761e;
  padding-left: 2.7em;
}
.h2_style:before {
  content: "";
  padding: 15px 26px;
  background-image: url("../images/title_ill_1.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left top 45%;
  ;
}
#top_product .lead {
  margin-bottom: 2em;
  padding-left: 0;
}
#top_product .flex {
    display: block;
  margin-bottom: 40px;
}
#top_product .box {
  width: 95%;
    margin: 10px auto 20px;
    font-size: 16px;
}
#top_product .under_content {
  padding: 15px;
}
#top_product .under_content .title {
  font-size: 18px;
  border-bottom: 1px solid #e66400;
  padding-bottom: .3em;
  margin-bottom: .8em;
}
#top_product .under_content .under_text {
  text-align: left;
}
#top_product .btn_style {
  position: relative;
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: .8em 2em .7em .6em;
  color: #e66400;
  text-align: center;
  border: 1px solid #e66400;
  background-color: #FAF4EC;
}
#top_product .btn_style:after {
  position: absolute;
  padding: 20px;
  content: "";
  background-image: url("../images/btn_arrow.png");
  background-repeat: no-repeat;
  background-size: 32px;
  right: 12px;
  top: 40%;
  transition: .3s;
}
#top_product .btn_style:hover:after {
  right: 12px;
}
    
/*------section/top_contact------*/
#top_contact .h2_style:before {
  content: "";
  padding: 15px 18px;
  background-image: url("../images/icon_mail_b.png");
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: left center;
  ;
}
#top_contact {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #f8f4ee;
}
#top_contact h2 {
    font-size: 22px;
  margin-bottom: 25px;
}
#contactform .content_wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
#formWrap {
  margin: 0 auto;
  text-align: left;
}
#formWrap .formTable {
  width: 100%;
  line-height: 2;
  margin-bottom: 15px;
}
#formWrap .formTable th {
  display: block;
  width: 100%;
}
#formWrap .formTable td {
  display: block;
  width: 100%;
  margin-bottom: .8em;
}
#formWrap table input {
  width: 80%;
  font-size: 16px;
  padding: .5em;
  border: 1px solid #999;
  border-radius: 3px;
}
#formWrap table textarea {
  width: 100%;
  font-size: 16px;
  padding: .5em;
  border: 1px solid #999;
  border-radius: 3px;
}
#formWrap .red_s {
  color: #fff;
  background-color: #db2b00;
  border-radius: 4px;
  padding: 0em .4em .1em;
  margin-left: .5em;
  font-size: 12px;
}
#formWrap .small {
  font-size: 14px;
}
#acMenu dd .note {
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.nextprivacypolicy a {
  font-size: 16px;
  color: #374949;
  border-bottom: 1px solid #374949;
  padding-bottom: .2em;
}
.contact_btn input {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #F0A43B;
  color: #333;
  border-radius: 3px;
  width: 145px;
  padding: .8em .3em;
  font-weight: bold;
  margin-right: 3px;
  margin-left: 3px;
  transition: .2s;
}
/*------footer------*/
    footer {
  padding-top: 40px;
  padding-bottom: 15px;
  background-image: url("../images/footer_image.png");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: left top;
}
    footer nav {
        margin: 20px auto 10px;
    }
    footer nav ul{
        flex-wrap: wrap;
    }
footer nav ul li {
    margin-bottom: .5em;
  margin-right: .4em;
  margin-left: .4em;
  padding-right: .8em;
  border-right: 1px solid #fff;
}
.copyright a {
  font-size: 13px;
}
    /*------company------*/
}