@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gulzar&family=M+PLUS+Rounded+1c:wght@800;900&family=Merriweather:wght@900&display=swap');
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


:root{
    --maincolor:#ED9533;
    --othercolor:#F0CB2B;
    --subcolor:#756A60;
    --basecolor:#fffee9;
    --black:#4b3515;
    --white:#fff;
    --zoomvalue:1;
}

/* @group reset */
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    max-width: 100%;
}
html,body {
    font-size:100%;
    line-height:1.6;
    scroll-behavior: smooth;
}
a{ text-decoration:none;}
ul,ol{ list-style:none;}
li{ list-style:none;}
img{ vertical-align:middle; padding: 0; margin: 0;line-height: 0; max-width: 100%;}
table { width:100%;border-collapse: collapse; border-spacing: 0;}

.gfont { font-family: 'M PLUS 1p', sans-serif;}

/* @link */
a {text-decoration: none; transition: 0.3s;color: var(--black);}
a:hover,a:active{color: var(--maincolor); text-decoration: none;}
a img{border: none;}

a:hover img {
	opacity: 0.8;
}
a img {
  transition: .3s ease-in-out;
}
.sp{display: none;}


/* @css base block */
.pc-dnon{ display:none;}
.pc-dnon2{ display:block;}

.oh{overflow: hidden;}

.wid100{width: 100%;}
.wid80{width: 80%;}
.wid50{width: 50%;}
.wid45{width: 45%;}
.wid30{width: 30%;}
.wid25{width: 25%;}
.wid20{width: 20%;}

.f-min{font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}
.f-ro{font-family:"Roboto Slab" , "Garamond" , "Times New Roman"  ,serif;}

.cen{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}

.bold{font-weight: bold;}

.p10a{padding: 10px;}
.p20a{padding: 20px;}
.p10w{padding: 0 10%;}
.p10h{padding:10px 0;}
.p20h{padding:20px 0;}
.p50h{padding: 50px 0;}

.m5h{margin: 5px 0;}
.m10h{margin: 10px 0;}
.m20h{margin: 20px 0;}
.m5b{margin-bottom: 5px;}
.m10b{margin-bottom: 10px;}
.m20b{margin-bottom: 20px;}
.m30b{margin-bottom: 30px;}
.m40b{margin-bottom: 40px;}
.m50b{margin-bottom: 50px;}

/* @group Heading */

html{scroll-behavior: smooth;}


.mainback1 {
    margin: 0;
    padding: 0;
    background-image:url("../img/back2.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
  }

.mainback2 {
    margin: 0;
    padding: 0;
    background-image:url("../img/back3.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
  }

    
.wrapper{
  width:90%;
  max-width: 600px;
  margin: 0 auto;
}


.shop-fixed{/* ページ下に固定　オンラインショップはこちら */
	position: sticky;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 100%;
  opacity: 0.9;
   a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 1em;
    font-size: 130%;
    color:var(--white);
    background:var(--subcolor);

    &:hover{
      background: var(--maincolor);
      color: var(--black);
    }
   }
}



  .section-title{
    font-size: 2rem;
    margin-bottom: 15px;
    color: var(--maincolor);
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 3.5rem;
    font-family: "游明朝";
    font-weight: 500;
  }
  .name{
    font-size: 2rem;
    margin-bottom: 1px;
    color: var(--subcolor);
    padding-top: 45px;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 3.5rem;
  }


.text{
	line-height: 2;
	font-size: 1.3em;
	color: var(--black);
	padding:  20px 50px;

  }
.text-koe{
	line-height: 2;
	font-size: 1em;
	color: var(--black);
	padding:  1px 50px 70px;

  }

h2{
	text-align: center;
	margin-bottom: 100px;
}

.bg-main{
	background-color:#fbf7ef;
  z-index: 1;
padding-bottom: 30em;
	text-align: justify;

}

.bg-sub{
	background-color: #fff;
padding-bottom: 30em;
	text-align: justify;

}






.article{
	margin: 0 auto ;
	  padding: 50px 20px;

 } 

.article2{
	margin: 0 auto ;
	  padding: 50px 20px;

 }
	
.shop-entry{
	padding: 50px;
}


.product-logo2{
	width: 100px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*--------ヘッダー--------------------------------------*/

.drawer-hidden,.drawer-open{
	display: none;
}

#header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
  gap: 1em;
  background: var(--subcolor);
  padding: 0.5em;
  font-family: "游明朝";
}


  
.menu{
  width: 100%;
  flex-shrink: 0;
}
.menu ul{
	display: flex;
  justify-content: space-between;
}
.menu li{
  a{
    background-color:var(--subcolor);
    color:var(--white);
    padding: 0.3em;
    margin: 0;
    &:hover{
      color: var(--maincolor);
    }
  }
	
}





/*--------メインビジュアル--------------------------------------*/

#mainvisual{
	width: 100%;
	margin: 0 auto;
	position: relative;
  z-index: 2;

}

  #mainvisual img{
	object-fit: cover;	

  }

  .top_copy{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.7));
    padding: 1em 0 15vh;
    text-align: center;
    color: var(--white);
    font-size: 110%;
    font-family: "游明朝";
    pointer-events: none;
    
    span{
      display: block;
      font-size: 200%;
      margin-bottom: 0.5em;
    }
  }


.product-logo1{
	width: 100px;
	margin: 0 auto;
	padding-top: 100px;
	
}

.product-logo{
	width: 100px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 40px;
}

.heading {
	font-size: 2rem;
	letter-spacing: 0.2em;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	color: #5b4e34;
	margin-bottom: 0;
	padding-top: 2em;
  }
  
  .heading .big {
	font-size: 3rem; /* 通常より大きく */
	font-weight: bold;
  }

.voice-namae{
  font-size: 1.4rem;
  color: var(--othercolor); 
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  position: relative;
  font-family: 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  
}


.point-label {
  font-size: 1.4rem;
  color: var(--othercolor); 
  font-weight: 600;
  letter-spacing: 0.5em;
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 0.5em;
  padding-top: 2em;
  font-family: 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}

/* 下に点線を装飾 */
.point-label::after {
  color: var(--othercolor);; 
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 2px;
  border-bottom: 4px dotted var(--othercolor);
}



.article-img{
	width: 100%;        /* 任意の横幅 */
  height: auto;       /* 任意の高さ */
  overflow: hidden;
  margin-bottom: 10%;
  
}
 
.img-maru{
  text-align: center;
  padding-top: 70px;
}




.policy-intro{
	width: 90%;
	margin: 0 auto;
}

.policy-block{
	margin-top: 50px;
	width: 90%;
	margin: 50px  auto 0;

	
}

.policy-block h2{
	font-size: 20px;
  margin-bottom: 10px;
  color: #111;
  font-weight: bold;
  
  
}

.policy-block li{
	text-indent: -1em;
   padding-left: 1em;
}

.policy-block ul{
	margin-top: 10px;
}

.policy-block-address{
		text-align: center;
		padding-bottom: 100px;
}


.img{
	margin: 0;
}




/* 会社案内 */



.section-title-sub{
	
  font-size: 1em;
  margin-bottom: 50px;
 
 color: #65b400;
 
 display: flex;
 justify-content: center;
 letter-spacing: 0.1em;
  
  
  }


.article-sub {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: sans-serif;
  background-color: #fff;
  
}



.subsection-title {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 2em;
  position: relative;

  
}

.greeting{
	width: 90%;
	margin: 0 auto;
}


.greeting p {
  line-height: 1.8;
  margin-bottom: 1rem;
    
}

.ceo {
  text-align: right;
  font-weight: bold;
}

dl{
	margin-top: 100px;
	margin-bottom: 100px;
}

dt{
	background-color:#f5f5f5;
	height: 70px;
	line-height: 60px;
	font-weight: bold;
	padding: 5px;
	width: 98%;
	margin: 0 auto;
	border-top-style:solid;
	border-top-width: thin;
	
}


dd{
height: 70px;
	line-height: 70px;
	
	padding: 5px;
	width: 98%;
	margin: 0 auto;
	border-top-style:solid;
	border-top-width: thin;
  font-size:0.9rem;
	
}

/*アクセス*/
.access{    
    width: 100%;
    margin: 0 auto;
    position: relative;
   justify-content: space-between;
    background-color: #fff;
}
.access-text{
	line-height: 1.5;
	font-size: 1em;
	color: var(--black);
	padding:  40px 50px;
  justify-content: space-between;

  }

/*お問い合わせページ*/

#tel_box{
    margin-top: 120px;
        width: 80%;
        margin: 0 auto;
        align-items: center;
        >.f-min{line-height: 10;
          
                }
        
        .tel{
        width: 100%;
        text-align: center;
}
        .tel_number{
            margin-top: 0;
            font-size: 2.5em;
            padding-bottom: 50px;
        }    }

#form_box{
    width: 80%;
    max-width: 980px;
    margin: 40px auto 0;
    #form{
      margin-top: 20px;

        tr{
            display: flex;
            justify-content: space-between;
            margin-bottom: 0.5em;
            align-items: center;
            padding: 0.7em 0;
            font-size: 110%;
            td{
                width: 100%;
                   color: var(--black);

            }
        }
        input[type="text"],textarea{
            width: 100%;
            background: #fff;
            border: none;
            padding: 0.8em;
            font-size: 90%;
        }
        .label{
          font-size: 95%;
          font-weight: bold;
          margin-bottom: 0.3em;
          display: block;
        }
    }
    .linkbtn{
        margin: 3em auto ;
        align-items: center;
        border: none;
        border-radius: 0.3em;

        input[type="submit"]{
            border: 1px solid var(--maincolor);
            background: var(--maincolor);
            padding: 5px 15px;
            color: var(--white);
            font-size: 150%;
            transition: 0.3s;
            border-radius: 0.3em;
            cursor: pointer;
        }
        &:hover input[type="submit"]{
            color: var(--maincolor);
            background: var(--white);


        }
    }
    .pointer{
      cursor: pointer;
    }

    .morebtn{
	display: flex;
	padding: 0.5em 2em;
	width: fit-content;
	cursor: pointer;
	margin: 1em 0;
	transition: 0.3s;
	border-radius: 0.3em;
	justify-content: center;

	background: #000;
	color:var(--btn-color);
	border: 2px solid var(--btn-back);

	--btn-back:var(--subcolor);
	--btn-color:var(--maincolor);

	&:hover{
		background:var(--maincolor);
		color:var(--btn-back);
	}

	&.subcolor{
		--btn-back:var(--subcolor);
		--btn-color:#fff;
	}
	&.othercolor{
		--btn-back:var(--othercolor);
		--btn-color:#fff;
	}
	&a{color: #fff;}
	&.cen{margin: 1em auto;}
	&.big{font-size: 125%;}
	&.bold{font-weight: bold;}

	&.wide{width: 80%;padding: 1.5em;}
	&.radius{border-radius: 2em;}
}

    .underline{
        display: inline;
    }
}




/*--------フッター--------------------------------------*/

.footer {
  background-color: var(--subcolor);
  color: var(--white);
  padding: 40px 20px;
  position: relative;
  font-family: sans-serif;
  margin: 0 auto;
}

.footer-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.footer-logo {
  width: 50%;
	margin: 20px auto;
  
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.footer-links li {
  margin: 8px 0;
}

.footer-links a {
  color: var(--white);
  text-decoration: none;
  font-weight: bold;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-contact {
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-copy {
  font-size: 0.8rem;
  color: #f1f1f1;
}
/*FAQ*/

.faqbox{
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
  padding: 20px auto;
	li{
		border-bottom:dotted 2px var(--subcolor);
		&:last-child{
			border-bottom: none;
		}
	}
	summary{
		display: flex;
		align-items: center;
		cursor: pointer;
		padding: 20px;
		transition: 0.3s;

		&:hover{
			background: rgba(62, 58, 61,0.2);
		}
	}
	.faq_q{
		color: var(--subcolor);
		font-size: 110%;
		display: flex;
		gap: 0.5em;

		&::before{
			content: "Q";
			background: var(--subcolor);
			color: #fff;
			border-radius: 50%;
			width:1em;
			height:1em;
			padding: 5px;
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 18px;
			flex-shrink: 0;
		}
	}
	.faq_a{
		padding: 5px 20px 20px;
		display: flex;
		gap: 0.8em;
    		font-size: 110%;
        color: var(--black);


		&::before{
			content: "A";
			background: #ED9533;;
			color: #fff;
			border-radius: 50%;
			width:1em;
			height:1em;
			padding: 5px;
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 18px;
			flex-shrink: 0;
		}

	}
}

.faqbox dl{
	margin-bottom: 20px;
}
.faqbox dl dt{
	clear: both;
	padding-left: 40px;
	margin-bottom: 10px;
	color: var(--subcolor);
	font-size:120%;
	position: relative;
}
.faqbox dl dt:before{
	content: "Q";
	background: var(--subcolor);
	color: #fff;
	border-radius: 50%;
	width:30px;
	height:30px;
	display: block;
	position: absolute;
	top:0;
	left:0;
	text-align: center;
	margin-right: 10px;	
}
.faqbox dl dd{
	clear: both;
	padding-bottom: 20px;
	border-bottom:dotted 2px var(--subcolor);
	padding-left: 40px;
	position: relative;
}
.faqbox dl dd:before{
	content: "A";
	background: #f08437;
	color: #fff;
	border-radius: 50%;
	width:30px;
	height:30px;
	display: block;
	position: absolute;
	top:0;
	left:0;
	text-align: center;
	margin-right: 10px;
}

.faqbox dl:last-child dd{
	border-bottom:none;
	padding-bottom: 0;
}
.faqbox ul li{
	background: url(../img/list01.png) no-repeat 0px 5px;
	background-size:15px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.faqbox ul li:last-child{
	margin-bottom: 0;
}
.faqbox ul li span{
	color: #f08437;
	display: block;
	margin-bottom: 5px;
}

/* サイドロゴ */
.side-logo{
    position: fixed;
    left: 16%;
    top: 45%;
    translate: -50% -50%;
    width: 300px;
}

/*topボタン*/
.top-btn{
    position: fixed;
    left: 16%;
    top: 84.5%;
    translate: -50% -50%;
    width: 110px;
}

/* トップに戻るボタン */
.back-to-top {
  position: absolute;
  bottom: 0;
  right: 1em;
  background:var(--maincolor);
  color: var(--subcolor);
  padding: 1em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: all 0.3s;
}
.back-to-top:hover {
  padding-bottom: 2em;
  color: var(--subcolor);
}
.sns{
  display: flex;
    justify-content: center;
    max-width: 70%;
    gap:1.5em;
    margin: 2em auto;
    li{
        width: calc(100% - 1.5em / 3);
        aspect-ratio: auto;
    a{
        width: 100%;
        display: flex;
        padding: 0.3em 0.9em;
        gap:0.5em;
        color: var(--white);
        justify-content: center;
        align-items: center;
        font-size: 120%;
        background: var(--maincolor);;
        border-radius: 0.3em;
        &:hover{
           background: var(--othercolor);
           color: var(--white);

        }
        img{
            width: 1em;
        }
    }
    &.con_btn a{
        background: var(--blue);
        &:hover{
            background: var(--white);
            color: var(--blue);
        }
    }
}
}

.access-text{
	line-height: 1.5;
	font-size: 1em;
	color: var(--black);
	padding:  45px 50px;
    text-align: left;
  }
.access-textbold{
	line-height: 1.5;
	font-size: 1.4em;
	color: var(--black);
 text-align: left;
 padding-bottom: 20px;
 font-weight: bold;
  }

 
a.btn {

    display: block;
	text-align: center;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background: var(--maincolor);
	color: #fff;
	transition: 0.5s;
  margin: 2em auto;
  border-radius: 0.3em;
}
a.btn:hover {
 color: var(--maincolor);
	background: #fff;
}

/*お客様の声*/
.voice_list{
    --gap:3em;
    --listitem-length:1;
    li{
        &:nth-child(even) .prof{
            order: 1;
        }
    }
}
.prof{
      padding: 0 3em;
      display: flex;
      gap: 3em;
      align-items: center;
      margin-bottom: 1em;
    .prof_img{
        width: 25%;
    }
}
.prof_text{
    margin-top: 2em;
    line-height: 2;
    font-size: 95%;
}



/*前田追加*/
#mainvisual{
  position: relative;
}
.page_title{
  position: absolute;
  padding: 1em 0 0.5em;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  font-weight: normal;
  font-size: 140%;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.7));
}
.price{
  background: rgba(255, 255, 255, 0.7);
  border: 2px dotted var(--othercolor);
  padding: 0.3em 0.5em;
  position: relative;
  margin-top: 2.5em;
  font-size: 90%;

  span{
    position: absolute;
    left: 0;
    top: 0;
    translate: 0 -100%;
    color: var(--maincolor);
    font-weight: bold;
  }
}


/*---------------------------------------------------*/


@media(max-width: 600px){
	/*　画面サイズが600px以下はここを読み込む　*/
sp{display: block;}
body{
  font-size: 14px;
}
.section-title{
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0;
  margin: 2em 0 1em;
}
.text{
  padding:1em;
  font-size: 1.1em;
}
.point-label{
  letter-spacing: 0.2em;
  padding: 0 0 0.5em;
  margin: 1.5em auto 1em;
}
.top-btn{
  left: auto;
  top: auto;
  right: 1em;
  bottom: calc(var(--taiken-height) - 10px);
  translate: none;
  width: 70px;
  z-index: 10;
  filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.2));
}


.drawer-list{
  display: none;
}

    /*ハンバーガーボタン*/
    .menubtn{
        margin-right: 2em;
        width: 35px;
        height: 40px;
        text-align: center;
        z-index: 2;
        display: block;
        cursor: pointer;
    }
    .menubtn>div{
        height: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu_btn_item{
        position: relative;
        height: 2px;
        width: 80%;
        border: none;
        background: var(--white);
        transition: 0.3s;
    }
    .menu_btn_item::before,
    .menu_btn_item::after{
        content: '';
        display: block;
        position: absolute;
        background: var(--white);
        height: 100%;
        width: 100%;
        left: 50%;
        translate: -50%;
        transition: all 0.3s;
    }
    .menu_btn_item::before{
        top: -7px;
    }
    .menu_btn_item::after{
        top: 7px;
    }
    .show .menu_btn_item{
        background: transparent;
    }
    .show .menu_btn_item::before{
        top: 0;
        rotate: 35deg;
    }
    .show .menu_btn_item::after{
        top: 0;
        rotate: -35deg;
    }
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100;
    z-index: 80;
    background-color: var(--subcolor);
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}


.menu{
  background-color:var(--subcolor);
  flex-direction: column;
}
  
    /*ハンバーガーボタン*/
  
  /* ハンバーガーアイコンの設置スペース(スマホ) */
  .drawer-open {
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 40;/* 重なり順を一番上に */
	cursor: pointer;
  flex-shrink: 0;
  }
  
  /* ハンバーガーメニューのアイコン(スマホ) */
  .drawer-open span,
  .drawer-open span:before,
  .drawer-open span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: var(--basecolor);
	transition: 0.5s;
	position: absolute;
	
  }
  
  .drawer-open span:before {
	bottom: 8px;
  }
  .drawer-open span:after {
	top: 8px;
  }
  #drawer-check:checked ~ .drawer-open span {
	background: transparent;
  }
  #drawer-check:checked ~ .drawer-open span::before {
	bottom: 0;
	transform: rotate(45deg);
  }
  
  #drawer-check:checked ~ .drawer-open span::after {
	top: 0;
	transform: rotate(-45deg);
  }
	
  /* メニューのデザイン(スマホ)*/
  .drawer-content {
	position: fixed;
  top: -100vh;
	left: 0;
  height: 100vh;
  max-width: 100dvw;
	z-index: 10;
	transition: .5s;

  }
  /* アイコンがクリックされたらメニューを表示 */
  #drawer-check:checked ~ .drawer-content {
	top: 0;/* メニューを画面に入れる */
  }
	  
  .drawer-list{
	  text-align: center;
    flex-direction: column;
    gap: 0.5em;
	  padding: 10vh 2em 0;
  }
  
  .drawer-item{/* メニューのデザイン(スマホ)*/
	  width:100%;	
	  font-size: 1.5em;
    border-bottom: 2px dotted var(--white);
    a{
      display: block;
      width: 100%;
    }
	  }



    header{
      position: fixed;
      top: 0;
      left: 50%;
      translate: -50% 0;
      z-index: 10;
      width: 100%;
      max-width: auto;
      display: flex;
    }

    .navlogo{
      position: relative;
      z-index: 11;
      order: -1;
    }
    .side-logo{
      position: static;
      translate: none;
      left: auto;
      top: auto;
    }

    #mainvisual{
      margin-top: var(--header-height);
    }

    .shop-fixed{
      font-size: 100%;
    }

    .img-maru{
      width: 250px;
      margin: 0 auto;
    }

}


	

/*---------------------------------------------------*/

@media only screen and (max-width: 480px) {
/*　画面サイズが480px以下はここを読み込む　*/




  /*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS(スマホ)

------------------- #EEE7C2-----------*/






}

	

	