@media(min-width:768px){
  .sp{
    display:none!important;
  }
}/*@media(min-width:768px){*/

@media(max-width:767px){
  .pc{
    display:none!important;
  }



  body{
    color:#42352e;
    font-size: 14px;
    letter-spacing: 0.01em;
    min-width: auto;
  }

  main{
    overflow: hidden;
  }


  img{
    display: block;
    object-position: center;
  }


  .container{
    max-width:350px;
    padding:0;
    margin:0 auto;
  }


  .hover-opa{
    transition-duration: 0.5s;
  }

  .hover-opa:hover{
    opacity:1;
  }

  .common-border-title{
    width:320px;
    height:40px;
    font-size: 18px;
  }

  .common-border-title::before{
    height:64px;
  }

  .common-border-title::after{
    width:350px;
  }


  header{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index:100;
    min-width: auto;
  }

  header .header-container{
    max-width:1280px;
    padding:0 16px;
    margin:0 auto;
  }

  header .header-line1{
    display: none;
    background-color: #d36217;
    height:auto;
    padding:12px;
    justify-content: space-between;
  }

  header .header-line1 .text{
    font-size: 11px;
    line-height:1.2;
    margin-right: 0;
  }

  header .header-line1 .card{
    width:105px;
  }

  header .header-line2{
    background-color:#fff;
    padding:11px 0;
  }

  header .header-line2 .header-flex{
    height:auto;
  }

  header .header-line2 .header-logo{
    width:220px;
  }

  header .header-line2 .header-menu{
    display:none;
  }

  header .header-line2 a.tel{
    width:45px;
    height:45px;
  }

  header .header-line2 a.tel img{
    width:100%;
    height:100%;
  }

  header .header-line3{
    background-color: #42352e;
    position: relative;
  }

  header .header-line3::before{
    content:"";
    width:100%;
    height:1px;
    background-color:#f1f4ef;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
  }

  header .header-line3 .header-container{
    padding:0;
  }

  header .header-line3 ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  header .header-line3 ul li{
    width:33.3%;
    border-left:none;
  }

  header .header-line3 ul li:nth-child(1),
  header .header-line3 ul li:nth-child(2),
  header .header-line3 ul li:nth-child(4),
  header .header-line3 ul li:nth-child(5){
    border-right:1px solid #f1f4ef;
  }

  header .header-line3 ul li:nth-child(4),
  header .header-line3 ul li:nth-child(5){
    width: 50%;
  }

  header .header-line3 ul li:last-child{
    border-right:none;
  }

  header .header-line3 ul li a{
    width:100%;
    height:38px;
    font-size: 14px;
    white-space: nowrap;
    /* letter-spacing: -0.01em; */
    font-feature-settings: "palt";
  }

  main{
    padding-top: 143px;
  }

  .common-contact-section{
    padding:56px 0;
  }


  .common-contact-section p.p1{
    margin-bottom: 40px;
  }

  .common-contact-section p.p1 img{
    width:34px;
    margin-right: 8px;
  }

  .common-contact-section p.p1 span{
    font-size: 24px;
    line-height:1.3;
  }

  .common-contact-section .tel-box{
    pointer-events: auto;
    width:330px;
    height:90px;
  }

  .common-contact-section .tel-box::before{
    height:108px;
  }

  .common-contact-section .tel-box::after{
    width:350px;
  }

  .common-contact-section .tel-box p.p2{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
  }

  .common-contact-section .tel-box p.p2 img{
    width:40px;
    margin-right: 8px;
  }

  .common-contact-section .tel-box p.p2 span{
    font-size: 36px;
  }

  .common-contact-section .tel-box p.p3{
    color:#fff;
    font-size: 12px;
    font-weight: normal;
    line-height:1;
    text-align: center;
  }

  #sp-nav{
    position: fixed;
    width:100%;
    bottom:0;
    left:0;
    z-index:100;
    height:60px;
    background-color: #8c4923;
    display: flex;
  }

  #sp-nav a{
    width:20%;
    height:100%;
    padding-top: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #ffffff;
  }

  #sp-nav a:last-child{
    border-right:none;
  }

  #sp-nav a .icon{
    height:30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
  }

  #sp-nav a p{
    text-align: center;
    color:#fff;
    font-size: 10px;
    font-weight: bold;
    line-height:1;
    letter-spacing: -0.1em;
  }

  #sp-nav img.register{
    width:16px;
  }

  #sp-nav img.visitor{
    width:16px;
  }

  #sp-nav img.login{
    width:19px;
  }

  #sp-nav img.cart{
    width:26px;
  }

  #sp-nav img.guide{
    width:13px;
  }

  #sp-nav img.menu{
    width:25px;
  }


  footer{
    /* display: none; */
    padding-bottom: 60px;
  }

  footer .footer-area1{
    padding:24px 0;
  }

  footer .footer-area1 .flex{
    display:flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  footer .footer-area1 .flex .left{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 24px;
  }

  footer .footer-area1 .left .footer-logo{
    width:290px;
    margin-right:0;
    margin-bottom: 20px;
  }

  footer .footer-area1 .left .footer-logo img{
    width:100%;
  }

  footer .footer-area1 .left .footer-info{

  }

  footer .footer-area1 .left .footer-info p,
  footer .footer-area1 .left .footer-info a{
    white-space: nowrap;
  }

  footer .footer-area1 .left .footer-info a.tel{
    pointer-events: auto;
  }

  footer .footer-area1 .right{

  }

  footer .footer-area2{
    padding:16px 0;
    background-color:#42352e;
  }

  footer .footer-area2 .flex{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
  }

  footer .footer-area2 .flex p{
    color:#fff;
    line-height:1;
  }

  footer .footer-area2 .flex nav{
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }

  footer .footer-area2 .flex nav a{
    font-size: 10px;
    white-space: nowrap;
    margin-left:0;
    margin:0 10px;
    padding-left: 6px;
  }

  footer .footer-area2 .flex nav a::before{
    width:4px;
    height:8px;

  }

  /*
  ------------------------------------------------------------
  以下、トップページ
  ------------------------------------------------------------
  */

  .top-section1{
    padding:32px 0;
  }

  .top-section1 .swiper-block{
    position: relative;
  }

  .top-section1 .swiper-block .swiper-top-button{
    width:36px;
  }

  .top-section1 .swiper-block .swiper-top-next{
    left:calc(50% + 150px);
  }

  .top-section1 .swiper-block .swiper-top-prev{
    right:calc(50% + 150px);
  }

  .top-section1 .swiper-slide{
    width:350px;
    max-width:100%;
    margin:0 10px;
  }

  .top-section1 .swiper-slide a{
    display: block;
    width: 100%;
  }

  .top-section1 .swiper-slide img{
    width:100%;
  }

  .top-section2{
    padding:48px 0;
  }

  .top-section2 .box{
    height:auto;
    flex-direction: column;
    align-items: center;
    padding: 20px ;
    width: 100%;
  }

  .top-section2 .box .p1{
    font-weight: bold;
    line-height:1;
    margin-bottom: 8px;
  }

  .top-section2 .box .p2{
    margin-left:0;
    margin-right:0;
    margin-bottom: 10px;
  }
  .top-section2 .box tr{
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
  }

  .top-section3{
    padding:64px 0 40px;
  }

  .top-section3 h2{
    margin-bottom: 48px;
  }

  .top-section3 ul{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .top-section3 ul li{
    width:350px;
    position: relative;
    padding-bottom:0;
    margin-bottom: 56px;
  }

  .top-section3 ul li .thumb{
    height:260px;
    margin-bottom: 16px;
  }

  .top-section3 ul li .thumb .image{
    width:100%;
    height:100%;
    object-fit: cover;
  }

  .top-section3 ul li .thumb .rank{
    width:80px;
    position: absolute;
    left:-6px;
    top:-6px;
  }

  .top-section3 ul li .info{
    font-size: 15px;
    margin-bottom: 12px;
  }

  .top-section3 ul li .price{
    font-size: 18px;
    position: static;
    margin-bottom: 24px;
  }

  .top-section3 ul li .common-button{
    position: static;

  }

  .top-section4{
    padding:80px 0;
    position: relative;
  }

  .top-section4 .box{
    width:330px;
    height:240px;
    margin:0 auto;
  }

  .top-section4 .box::before{
    height:285px;

  }

  .top-section4 .box::after{
    width:375px;
  }

  .top-section4 .box img{
    width:54px;
    margin:0 auto 8px;
  }

  .top-section4 .box p.p1{
    font-size: 28px;
    margin-bottom: 16px;
    color:#fff;
  }


  .top-section5{
    padding:48px 0;
  }
  
  .top-section5 .container {
    max-width: 95%;
  }

  .top-section5 .banner1{
    display:block;
    width:100%;
    margin-bottom: 56px;
  }

  .top-section5 img{
    width:100%;
  }

  .top-section5 .flex{
    display: flex;
    justify-content: space-between;
  }

  .top-section5 .flex .left{
    width:51%;
  }

  .top-section5 .flex .right{
    width:44%;
  }

  .top-section6{
    padding:48px 0;
  }


  .top-section6 h2{
    margin-bottom: 48px;
  }

  .top-section6 ul{
    width:350px;
    margin:0 auto;
    max-width:1440px;
    display:flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .top-section6 ul li{
    width:100%;
    margin-bottom: 40px;
  }

  .top-section6 ul li:nth-child(1),
  .top-section6 ul li:nth-child(2){
    width:100%;
  }

  .top-section6 ul li a{
    width:100%;
  }

  .top-section6 ul li a img{
    width:100%;
    height:228px;
    object-fit: cover;
  }

  .top-section6 ul li a h3{
    width:240px;
    max-width:90%;
    height:50px;
    font-size: 22px;
  }

  .top-section7{
    position: relative;
    padding:48px 0;
  }


  .top-section7 .common-border-title{
    margin-bottom: 48px;
  }

  .top-section7 .common-border-title::before{
    height:64px;
  }

  .top-section7 .common-border-title::after{
    width:350px;

  }

  .top-section7 .swiper-block{

  }

  .top-section7 .swiper-block .swiper-voice-button{
    cursor: pointer;
    z-index:90;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    width:16px;
  }

  .top-section7 .swiper-block .swiper-voice-next{
    right:-12px;
  }

  .top-section7 .swiper-block .swiper-voice-prev{
    left:-12px;
  }


  .top-section7 .swiper-slide{
    display: flex;
    justify-content: center;
    width:100%;
    height:280px;
    margin:0 30px;
  }

  .top-section7 .voice-card{
    /* width:575px;
    height:340px; */
    width:330px;
    height:280px;
    position: relative;
    align-items: center;
    padding:0 16px 0;
  }

  .top-section7 .voice-card::before{
    content:"";
    width:100%;
    height:300px;
  }

  .top-section7 .voice-card1{
    transform: rotateZ(0);
  }

  .top-section7 .voice-card2{
    transform: rotateZ(0);
  }

  .top-section7 .voice-card .radi{
    width:10px;
    height:10px;
    border-radius: 50%;
    background-color: #3f1b06;
    position: absolute;
    top:24px;
  }

  .top-section7 .voice-card .radi1{
    left:8px;
  }

  .top-section7 .voice-card .radi2{
    right:8px;
  }

  .top-section7 .voice-card .letter{
    width:110px;
    padding-top:0;
  }

  .top-section7 .voice-card .letter img{
    width:100%;
  }

  .top-section7 .voice-card .text-area{
    width:170px;
  }

  .top-section7 .voice-card .text-area .msg{
    line-height:2;
    font-weight: 500;
    font-size: 11px;
  }


  .top-section8{
    padding:48px 0;
  }


  .top-section8 iframe{
    display: block;
    width:100%;
    height:330px;
    padding:24px;
  }

  .top-section8 h2{
    margin-bottom: 56px;
  }


}/*@media(max-width:767px){*/
