@media(max-width:768px){
  /*以下共通部分*/
  .pc{
    display:none;
  }

  main{
    width:100%;
  }

  .header-container{
    width:100%;
    margin: 0 auto;
    padding:0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-container .header-logo{
   padding-top: 10px;
  }

  .header-container ul.header-menu{
    display: none;
  }

  .menu-border{
    margin:auto 0;
    width:30px;
    height:27px;
    position: relative;
    cursor: pointer;
  }

  .menu-border .border{
    position: absolute;
    width:30px;
    height:5px;
    background:#ffffff;
    transition-duration: 0.3s;
  }

  .border1{
    top:0;
  }

  .border2{
    top:0;
    bottom:0;
    margin:auto;
  }

  .border3{
    bottom:0;
  }

  .header-menu-sp{
    position: absolute;
    top:55px;
    left:-250px;
    width:250px;
    background:rgba(70, 41, 13, 0.8);
    padding:50px 30px 30px;
    transition-duration: 0.3s;
  }

  .header-menu-sp ul li{
    margin-bottom: 20px;
  }

  .header-menu-sp ul li a{
    font-size: 20px;
    font-weight: bold;
  }

  /*以上共通部分*/

  /*以下トップページ*/

  main.top-page{
    background-position: center;
    background-size: cover;
    background-image: url("../img/top-bg-sp.png");
  }

  .top-page .section1{
    background-position: center;
    background-size: cover;
    background-image: url("../img/top-img-sp.png");
  }

  .top-page .section1-container{
    width:100%;
    margin:auto;
    height:225px;
    position: relative;
  }

  .top-page .section1-container .top-logo{
    position: absolute;
    top:80px;
    left:50px;
  }

  .top-page .section1-container .top-logo img{
    width:100px;
    max-width:100px;
    height:100px;
    object-position: center;
  }

  .top-page .section1-container .catch-copy{
    position: absolute;
    top:125px;
    right:35px;
    left: auto;
  }

  .top-page .section1-container .catch-copy p{
    color:#ffffff;
    font-size: 20px;
    font-weight: normal;
    line-height:30px;
  }

  .section2{
    height:340px;
    position: relative;
  }

  .section2 .top-slider-area{
    height:300px;
    position: absolute;
    top:-20px;
    right:0;
    left:0;
    margin:auto;
  }

  .section2 .top-slider-area ul#top-slider{
    width:460px;
    margin:auto;
    height:300px;
    display: flex;
    justify-content: space-between;
  }

  .section2 .top-slider-area ul#top-slider .slick-list{
    width:460px;
    padding:0;

  }

  .section2 .top-slider-area ul#top-slider li.slick-slide{
    width:136px!important;
    height:300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .section2 .top-slider-area ul#top-slider li a{
    width:136px;
    height:136px;
  }

  .section2 .top-slider-area ul#top-slider li{

    margin:0 9px;
  }

  .section2 .top-slider-area ul#top-slider li a{
    opacity:0.7;
  }

  .section2 .top-slider-area ul#top-slider li a:hover{
    opacity:1;
  }

  .section2 .top-slider-area ul#top-slider li a img{
    width:136px;
    max-width:136px;
    height:136px;
    object-position: center;
  }

  .section2 .top-slider-area ul#top-slider img.slick-arrow{
    width:50px;
    height:50px;
    object-position: center;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    cursor: pointer;
  }

  .section2 .top-slider-area ul#top-slider img.prev-arrow{
    left:0;
    z-index:3;
  }

  .section2 .top-slider-area ul#top-slider img.next-arrow{
    right:0;
    z-index:3;
  }

  .section3 ul.sns-list{
    width:100%;
    margin:auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .section3 ul.sns-list li{
    margin-bottom: 20px;
    width:49%;
  }

  .section3 ul.sns-list li a{
    display: block;
    width:100%;
    height:57px;
    text-align: center;
    font-weight: normal;
    line-height:28px;
    background:#ffffff;
    color:#4D4D4D;
    padding-top: 16px;
  }

  .section4{
    padding-top: 60px;
  }

  .section4 h2{
    text-align: center;
    margin-bottom: 48px;
  }

  .section4 ul.news-list{
    width:100%;
    margin:auto;
  }

  .section4 ul.news-list li{
    display: flex;
    padding:10px 30px;
    border-bottom:1px solid #ffffff;
  }

  .section4 ul.news-list li:nth-of-type(1){
    border-top:1px solid #ffffff;
  }

  .section4 ul.news-list li span{
    font-size: 14px;
    font-weight: normal;
    line-height:21px;
    color:#ffffff;
  }

  .section4 ul.news-list li span.news-text{
    margin-left: 30px;
  }

  .section5{
    padding-top: 90px;
    padding-bottom: 0px;
  }

  .section5 h2{
    text-align: center;
    margin-bottom: 48px;
  }

  .calendar_box {
  	margin-bottom: 77px;
  }

  #calendar {
  	width: 440px;
  	margin: 0 auto;
  	overflow: hidden;
  	position: relative;
  }

  #calendar img.calendar-arrow{
    position: absolute;
    top:0px;
    cursor: pointer;
    width:15px;
    height:25px;
  }

  #calendar img.prev-calendar{
    left:30px;
    z-index:1;
  }

  #calendar img.next-calendar{
    right:30px;
    z-index:1;
  }

  .yymm {
  	color: #ffffff;
  	font-size: 30px;
  	font-weight: bold;
  	line-height: 29px;
  	margin-bottom: 20px;
  	margin-right: 91px;
  	text-align: center;
  }

  .yy {
  	color: #E5E5E5;
  	font-size: 20px;
  	font-weight: normal;
  	line-height: 24px;
  	margin-right: 37px;
  }

  .calendar dd {
  	float: left;
  	font-weight: bold;
  	text-align: center;
  	width: 52px;
  	margin: 5px;
  }

  .calendar dd:nth-child(7n+1) {
  	clear: both;
  }

  .calendar_header dd {
  	color: #E5E5E5;
  	font-size: 24px;
  	font-weight: normal;
  	line-height: 29px;
  	margin-bottom: 1px;
  	width: 52px;
  }

  .calendar_days dd {
  	border: 1px solid #CCCCCC;
  	color: #c7c7c7;
  	height: 52px;
  	position: relative;
  }

  .calendar_days dd:nth-child(1),
  .calendar_days dd:nth-child(2),
  .calendar_days dd:nth-child(3),
  .calendar_days dd:nth-child(4),
  .calendar_days dd:nth-child(5),
  .calendar_days dd:nth-child(6),
  .calendar_days dd:nth-child(7) {
  	margin-top: 2px;
  }

  .calendar_days dd.ok {
  	background-color: #E5E5E5;
  	border-color: #e5e5e5;
  	font-size: 32px;
    padding-top: 4px;
    color:#46290D;
  }

  .calendar_days dd.ok:hover {
  	cursor: pointer;
  }

  .calendar_days .job_num {
  	bottom: -10px;
  	color: #000;
  	font-size: 25px;
  	left: 50%;
  	margin-left: -1em;
  	position: absolute;
    display: none;
  }

  .calendar_days dd.ok.ng {
  	background: #ffedd5;
  }

  .balloon{
    width:330px;
    background:rgba(70,41,13,0.8);
    position: fixed!important;
    z-index:5!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
  }

  .balloon-container{
    padding:20px 40px;
    position: relative;
  }

  .balloon p,
  .balloon p span{
    color:#ffffff;
    font-weight: bold;
  }

  .balloon p{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .balloon p.day-data{
    font-size: 20px;
    text-align: center;
    line-height:35px;
    display: block;
  }

  .balloon p span.time{
    font-size: 18px;
    text-align: center;
    line-height:31px;
  }

  .balloon p span.reserve-button{
    text-align: center;
    width:65px;
    font-weight: normal;
    margin-left: 30px;
  }

  .balloon p span.reserve-button a{
    width:65px;
    text-align: center;
    font-size: 16px;
    color:#000000;
    line-height:28px;
    background:#ffffff;
    border:1px solid #000000;
    border-radius: 6px;
    cursor: pointer;
	  display: inline-block;
  }

  .section6{
    position: static;
  }

  .section6 img.pic-img-sp{
    width:100%;
    max-width:100%;
    height:auto;
  }

  .section6 h2{
    text-align: center;
    margin-bottom: 40px;
  }

  .section6 .read-frame{
    position: static;
    width:100%;
    background: rgba(255, 255, 255, 0.6);
    padding:48px 32px;
    margin-bottom: 32px;

  }

  .section6 .read-frame p{
    color:#030301;
    line-height:23px;
    margin-bottom: 24px;
  }

  .section6 .info-frame{
    position: static;
    width:100%;
    margin:auto;
    background: rgba(255, 255, 255, 0.6);
    padding:40px 16px;
    margin-top: 32px;
  }

  .section6 .info-frame p{
    line-height:28px;
    margin-bottom: 32px;
    font-weight: normal;
  }

  .section6 .info-frame a{
    color:#4d4d4d;
  }

  .section6 .info-frame span.bold{
    font-weight: bold;
  }

  .section7{
    height:50px;
  }


  /*以上トップページ*/

  /*以下会社概要*/

  main.info-page{
    background-position: top;
    background-size: cover;
    background-image: url("../img/top-bg-sp.png");

  }
  .info-section{
    width:100%;
  }

  .info-section h2{
    text-align: center;
    margin-bottom: 64px;
  }

  .info-section .info-text-block{
    width:100%;
    margin:auto;
    padding:20px 30px 16px;
    background:rgba(255, 255, 255, 0.15);
  }

  .info-section .info-text-block p{
    color:#ffffff;
    line-height:28px;
    font-weight: normal;
    margin-bottom: 32px;
  }

  main.info-page footer{
    color:#ffffff;
  }

  /*以上会社概要*/

  /*以下お問い合わせページ*/
  main.contact-page{
    background-position: top;
    background-size: cover;
    background-image: url("../img/top-bg-sp.png");
    padding-bottom: 100px;
  }

  .contact-section{
    padding-top: 80px;
    width:100%;
    margin:auto;
  }

  .contact{
    width:100%;
    margin:auto;
    background:rgba(255, 255, 255, 0.75);
    padding:16px 16px 170px;
    position: relative;
  }

  .contact p.must-text{
    text-align: right;
    color:#000000;
    line-height:30px;
    position: relative;
    margin-bottom: 0px;
  }

  .contact span.must-red{
    color:#FF0000;
  }

  .contact p.must-text span.must-red{
    position: absolute;
    right:80px;
    top:2px;
  }

  .contact form dl.form-line{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-direction: column;
    margin-bottom: 16px;
  }

  .contact form dl.form-line dt{
    width:auto;
    text-align:left;
    position: relative;
  }

  .contact form dl.form-line dt span.must-red{
    position: absolute;
  }

  .contact form dl.form-line dd{
    margin-left: 0;
    width:100%;
    word-wrap: break-word;
  }

  .contact form dl.form-line dd input,
  .contact form dl.form-line dd textarea{
    max-width:100%;
  }

  .contact form dl.form-line dd input.input1{
    width:100%;
  }

  .contact form dl.form-line dd input.input2{
    width:100%;
  }

  .contact form dl.form-line dd textarea{
    width:100%;
  }

  .contact .check-button{
    display: block;
    width:230px;
    height:48px;
    cursor:pointer;
    position: absolute;
    bottom:70px;
    left:0;
    right:0;
    margin:auto;
    border:none;
    background:none;
    background-position: center;
    background-image: url("../img/check-button.png");
    transition-duration: 0.7s;
    opacity:0.8;
  }

  .contact .check-button:hover{
    opacity:1;
  }

  .contact .reset{
    border:none;
    background:none;
    cursor:pointer;
    color:#000000;
    line-height:30px;
    border-bottom: 1px solid #000000;
    padding:0 20px;
    position: absolute;
    right:16px;
    bottom:160px;
  }

  main.contact-page footer{
    color:#ffffff;
  }
  /*以上お問い合わせページ*/

  /*以下予約ページ*/
  main.reserve-page{
    background-position: top;
    background-size: cover;
    background-image: url("../img/top-bg-sp.png");
    padding-bottom: 100px;
  }

  .reserve-section{
    width:100%;
  }

  .reserve{
    width:100%;
    margin:auto;
    background:rgba(255, 255, 255, 0.75);
    padding:20px 16px 200px;
    position: relative;
  }

  .reserve .reserve-flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 16px;
  }

  .reserve .line1{
    display: flex;
    align-items:flex-start;
    justify-content:flex-start;
    margin-bottom: 16px;
    flex-direction: column;
  }

  .reserve .line1 .line1-flex{
    display: flex;

  }

  .reserve dt{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height:30px;
    color:#000000;
    width:100%;
  }

  .reserve .line1 span.day{
    margin-left: 16px;
  }

  .reserve .line1 span.time{
    margin-left: 24px;
  }

  .reserve .line1 a.link-button{
    margin-left: 24px;
  }

  .reserve .reserve-flex dd{
    width:100%;
    word-wrap: break-word;
  }

  .reserve .reserve-flex dd input.input1{
    width:100%;
  }

  .reserve .reserve-flex  input.input2{
    width:260px;
  }

  .reserve .reserve-flex  input.input2.tel{
    width:100%;
  }

  .reserve .reserve-flex  select{
    width:260px;
    padding-left: 30px;
  }

  .reserve .reserve-flex2{
    display: flex;
    justify-content:flex-start;
    margin-bottom: 16px;
    padding-left: 0;
  }

  .reserve .reserve-flex2.flex-relative{
    position: relative;
    padding-bottom: 48px;
  }

  .reserve .reserve-flex2 dd.kind{
    position: absolute;
    bottom:0;
    right:0;
  }

  .reserve .check-button{
    display: block;
    width:230px;
    height:48px;
    cursor:pointer;
    position: absolute;
    bottom:100px;
    left:0;
    right:0;
    margin:auto;
    border:none;
    background:none;
    background-position: center;
    background-image: url("../img/check-button.png");
    transition-duration: 0.7s;
    opacity:0.8;
  }

  .reserve .reset{
    border:none;
    background:none;
    cursor:pointer;
    color:#000000;
    line-height:30px;
    border-bottom: 1px solid #000000;
    padding:0 20px;
    position: absolute;
    right:16px;
    bottom:200px;
  }


  /*以上予約ページ*/

  /*以下商品個別ページ*/

  main.single-item-page{
    background-position: top;
    background-size: cover;
    background-image: url("../img/top-bg-sp.png");
    padding-bottom: 100px;
  }

  .single-section{
    padding-top: 80px;
    width:100%;
  }

  .single-flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-bottom: 48px;
  }

  .single-flex .single-item-left{
    width:100%;
  }

  .single-flex .single-item-left .item-img-main{
    text-align: center;
  }

  .single-flex .single-item-left .item-img-main img{
    width:474px;
    max-width:474px;
    height:474px;
    object-position: center;
  }

  .blocks-gallery-grid .blocks-gallery-item,
  .wp-block-gallery .blocks-gallery-item{
    margin: 0;
  }

  .single-flex .single-item-left ul.blocks-gallery-grid{

  }

  .single-flex .single-item-right{
    width:100%;
    color:#ffffff;
    padding:0 20px;
  }

  .single-flex .single-item-right h2.single-item-title{
    color:#ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height:42px;
    margin-bottom: 12px;
  }

  .single-flex .single-item-right p.single-item-money{
    text-align: right;
    margin-bottom: 12px;
  }

  .single-flex .single-item-right p.single-item-money,
  .single-flex .single-item-right p.single-item-money span{
    color:#ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height:42px;
  }

  .single-flex .single-item-right p.single-item-sub-title{
    color:#ffffff;
    font-weight: bold;
    line-height:24px;
    margin-bottom: 24px;
  }

  .single-flex .single-item-right p.single-item-cart{
    text-align: center;
  }

  .single-flex .single-item-right p.single-item-cart img{
    width:440px;
    max-width:440px;
    object-position: center;
  }

  .single-section p.single-item-text1,
  .single-section p.single-item-text2{
    padding:0 20px;
  }

  .single-section p.single-item-text1{
    margin-bottom: 48px;
  }

  /*以上商品個別ページ*/


  /*以下商品archiveページ*/
  main.archive-item-page{

    background-size:cover;
    background-image: url("../img/archive-bg-sp.png");
    padding-bottom: 100px;
  }

  .archive-section{
    padding-top: 80px;
  }

  .archive-section #topicpath{
    width:100%;
    margin:0 auto 30px;
  }

  .archive-section h2{
    text-align: center;
    margin-bottom: 80px;
  }

  .archive-section ul.archive-category-list{
    width:380px;
    margin:auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .archive-section ul.archive-category-list li{
    margin-bottom: 40px;
  }

  .archive-section ul.archive-category-list li img{
    width:380px;
    max-width:380px;
    height:148px;
    object-position: center;
    object-fit:cover;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 1);
  }

  .archive-section .category-frame{
    width:100%;
    height:78px;
    margin:75px auto 40px;
    position: relative;
  }

  .archive-section .category-frame img.category-bg{
    position: absolute;
    right:0;
    width:100%;
    max-width:100%;
    height:78px;
    object-position: center;
    z-index:1;
  }

  .archive-section .category-frame .category-border{
    position: absolute;
    width:438px;
    height:0.5px;
    top:50%;
    background:#ffffff;
    left:auto;
    right:0;
    z-index: 2;
  }

  .archive-section .category-frame h3.category-title{
    position: absolute;
    font-size: 31px;
    line-height:46px;
    position: absolute;
    top:0;
    left:45px;
    z-index:2;
    color:#ffffff;
  }

  .archive-section .category-frame p.category-text{
    position: absolute;
    font-size: 12px;
    line-height:18px;
    position: absolute;
    bottom:10px;
    left:45px;
    z-index:2;
    color:#ffffff;
  }

  .archive-section .category-frame p.category-name{
    position: absolute;
    font-size: 24px;
    line-height:37px;
    position: absolute;
    bottom:0px;
    right:25px;
    z-index:2;
    color:#ffffff;
  }

  .archive-section ul.item-slider{
    width:460px;
    margin:auto;
    height:300px;
    display: flex;
    justify-content: space-between;
  }

  .archive-section ul.item-slider .slick-list{
    width:100%;
    padding:0;

  }

  .archive-section ul.item-slider li.slick-slide{
    width:138px!important;
    height:300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .archive-section ul.item-slider li a{
    width:138px;
    height:138px;
  }

  .archive-section ul.item-slider li a.empty-link{
    width:138px;
    height:138px;
    cursor:default;
    pointer-events: none;
  }

  .archive-section ul.item-slider li{
    margin:0 9px;
  }

  .archive-section ul.item-slider li a{
    opacity:0.7;
  }

  .archive-section ul.item-slider li a:hover{
    opacity:1;
  }

  .archive-section ul.item-slider li a img{
    width:138px;
    max-width:138px;
    height:138px;
    object-position: center;
  }

  .archive-section ul.item-slider img.slick-arrow{
    width:50px;
    height:50px;
    object-position: center;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    cursor: pointer;
  }

  .archive-section ul.item-slider img.prev-arrow{
    left:0;
    z-index:3;
  }

  .archive-section ul.item-slider img.next-arrow{
    right:0;
    z-index:3;
  }

  /*以上商品archiveページ*/


}
