@charset "utf-8";
/* CSS Document */

/* サイト全体のフォント指定 */
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-size: 0.9rem;
	line-height:1.5rem;
}


.center{
	text-align: center;
}

.logo{
	-webkit-backface-visibility: hidden;
}





.main_header{
	background: #fcf4e0;
}
.main_header{
	display: flex;
  justify-content: center;
}
.menu_box{
   position: fixed;
   width: 100%;
	z-index: 4;
}
.tell{
	text-align: center;
}
.tell img{
	max-width: 100%;
}
.all{
	width: 100%;
	overflow: hidden;
}

/* ロゴ */
.rogo{
	padding-top:10px;
	width:50px;
}
.rogo a img{
	width: 100%;
}

.title_img img{
	max-width: 100%;
	padding: 10px 0;
}
/* ストアネーム */
.store_name{
	padding:10px 0px;
	width: 200px;
}
.store_name a img{
	width: 100%;
}

/* ハンバーガーボタン表示 */
.button{
	margin-right: 10px;
	margin-left: auto;
	width: 26px;
}
.button span{
	background:#683000;
    transition-duration:0.5s;
	width: 26px;
	height: 4px;
	display: block;
	position: absolute;
	top: 18px;
	z-index: 30;
}
/* ボタン表示 */
.button span:before,
.button span:after{
	background:#683000;
    transition-duration:0.5s;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.button span:before{
	transform: translate(0,10px);
}
.button span:after{
	transform: translate(0,-10px);
}
/* ハンバーガーボタンバッテン表示 */
.button.open span{
	background: rgba(30,30,30,0);
}
.button.open span:before{
	transform: rotate(135deg);
}
.button.open span:after{
	transform: rotate(-135deg);
}


	
	
/**ハンバーガーメニューを全画面表示にする**/
.main_menu{
	transform: translateX(100%);
	transition: .3s;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background-color:rgba(0,0,0,0.8);
}
.menu-nav{
	width: 100%;
	height: 100%;
	z-index: 20;
}
.menu-nav .nav-list{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.menu-nav .nav-item{
	margin-right: 0;
	margin-bottom: 20px;
}

.noscroll{
	overflow: hidden;
}
/*メニューバーの表示*/
.slide-in{
	transform: translateX(0);
	transition: .3s;
}
/*初期コンテンツの位置*/
.all{
	transform: translateX(0);
	transition: .3s;
}
/*コンテンツの移動*/
.slide-all{
	transform: translateX(-100%);
	transition: .3s;
}


.main_menu ul li a:hover{
	color: #FFFFFF;
}
.main_menu a{
	color: #CDCDCD;
}


.main_menu{
	background:rgba(84,44,0,0.7);
	
}

/*************************上へ戻る***************************/

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 0.875rem;
  line-height: 1;
  z-index: 1;
}
#page-top a {
  background: #72C7CA;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}



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


.footer_add{
	background: #dce0e0 ;
	color: #798486;
	padding: 30px;
}
.footer_2{
	background: #000000;
	color: #FFFFFF;
}
.footer_2_content{
	text-align: center;
	padding: 20px;
}

.footer_img{
	width: 100%;
	
}
.footer_img img{
	width: 100%;
}
.footer_rogo{
	text-align: center;
	margin-bottom: 20px;
}
.footer_rogo img{
	max-width: 40%;
}
.footer_rogo_title img{
	max-width: 60%;
}
.footer_rogo_title{
	text-align: center;
	padding-bottom: 10px;
}
.footer_box_one{
	background:#fcf4e0;
}

.footer_rogo_cen{
	text-align: center;
	padding-bottom: 20px;
}
.footer_rogo_cen img{
	width: 90%
}


