
@charset "utf-8";

/***************************************

base

***************************************/


html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;/*スマホのスクロールをスムーズにする*/
	
	/*font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/	
	color: #757575;
	background: #c4b9a5;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1rem;
	word-break: break-word;/*自動改行*/
	
	/*font-family: "Noto Sans JP";*/
	font-family: serif;
}


a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	webkit-transition: 0.6s;
	transition: 0.6s;
}


.clearfix:after {/*親要素に display: flow-root Chrome と Firefox */
  content: "";
  clear: both;
  display: block;
}


ul{
	
	
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}






/***************************************

menu

***************************************/





ul.menu{
	
	
	
	width: 100%;
	font-size: 1.0rem;
	line-height: 2rem;
	color: #000;
	overflow: hidden;
	margin: 1% auto 0;
	
	
		
}
	
ul.menu li.li20{
	width: 20%;
}

ul.menu li.li65{
	width: 60%;
}

ul.menu li{
	width: 3.75%;
	float: left;
	
}	
	
.logo{
	
	width: 40%;
	padding-left: 5%;
}


	
.sns{
	
	font-size: 2rem
}


@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	
	
	


ul.menu{
	
	position: fixed;
	bottom:0%;
	left:0%;
	
	width: 100%;
	font-size: 1.0rem;
	line-height: 2rem;
	color: #000;
	overflow: hidden;
	margin:  auto 0;
	
	z-index: 10000;
	background: #fff;
	
	padding: 2% 0;
	
	
		
}
	
ul.menu li.li20{
	width: 30%;
}

ul.menu li.li65{
	width: 30%;
}

ul.menu li{
	width: 10%;
	float: left;
	
}	
	
.logo{
	
	width: 100%;
	padding-left: 5%;
}


	

	
	
}	





/***************************************

バックナンバーmenu

***************************************/


.backnumber{
	width: 20%;
	margin: -2% auto 8%;
}


.backnumber_box{
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap:wrap;
}


.backnumber_box_children100{
	width: 100%;
	font-size:1.5rem;
	color: #fff;
	text-align: center;
	padding: 2% 0;
	
}

.backnumber_box_children{
	width: 20%;
	
}

.backnumber_box_children a{
	color: #fff;
	font-size: 2.0rem;
}



@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	
.backnumber{
	width: 80%;
	margin: -2% auto 8%;
}


.backnumber_box{
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap:wrap;
}


.backnumber_box_children100{
	width: 100%;
	font-size:1.2rem;
	color: #fff;
	text-align: center;
	padding: 2% 0;
	
}

.backnumber_box_children{
	width: 20%;
	
}

.backnumber_box_children a{
	color: #fff;
	font-size: 1.8rem;
}	
	
}


/***************************************

トグル

***************************************/	

	.visible, .invisible {
                opacity: 0.0;
                transition: opacity 0.5s ease;
            }
            .visible {
                opacity: 1.0;
            }
            
            .visible.translateY,.invisible.translateY {
                transform: translateY(100px);
                transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
            }
            .visible.translateY {
                transform: translateY(0);
            }
            .visible.translateToLeft,.invisible.translateToLeft {
                transform: translateX(100px);
                transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
            }
            .visible.translateToLeft {
                transform: translateX(0);
            }
            .visible.translateToRight,.invisible.translateToRight {
                transform: translateX(-100px);
                transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
            }
            .visible.translateToRight {
                transform: translateX(0);
            }
            .visible.translateScaleUp,.invisible.translateScaleUp {
                transform: scale(.5);
                transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
            }
            .visible.translateScaleUp {
                transform: scale(1);
            }
            .visible.translateScaleDown,.invisible.translateScaleDown {
                transform: scale(1.4);
                transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
            }
            .visible.translateScaleDown {
                transform: scale(1);
            }
            .visible.translateRotate,.invisible.translateRotate {
                transform: rotate(360deg);
                transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
            }
            .visible.translateRotate {
                transform: rotate(0deg);
            }





/***************************************

コンテンツ

***************************************/
	

.phase_00{
	width: 100%;
	margin: 10%　auto;
	padding: 1% 0;
	
	letter-spacing: 0.3rem;	
	
	
	
	}

	
.topimg{
	width: 100%;
	
	
}





h1{

	font-size: 4rem;
	text-align: center;	
	font-weight: 100;
	letter-spacing: 0.1rem
		
	

}	



h3{
	width: 80%;
	margin: 10% auto 5%;
	text-align: center;
	font-size: 3rem;

}	
	



p.title_Disp{
width: 45%;	
font-size: 1.6rem;
line-height: 3.2rem;
letter-spacing: 0.2rem;	
text-align: left;
margin: 2% auto 3%;
font-weight: 500;
color:#af2c2c;

	
}




.pc_only{display: inline-block;}	
	
.sp_only{display: none;}	








@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	






h1{

	font-size: 4rem;
	text-align: center;	
	font-weight: 100;
	letter-spacing: 0.1rem
		
	

}	
	h1 img{width: 100%;}	



	



p.title_Disp{
width: 93%;	
font-size: 1.4rem;
line-height: 2.5rem;
letter-spacing: 0.2rem;	
text-align: left;
margin: 2% auto 3%;
font-weight: 500;
color:#af2c2c;

	
}	
	
	

.sp_only{display: inline-block;}	
	
.pc_only{display: none;}	
	
	

	
}	




/****************************************

コンテンツメイン 

****************************************/

.phase_pan01{
	width: 50%;
	margin: 5% auto 8%;
}



.sweets{
	width: 100%;
	background: #c2c2c2;
	
	padding: 5% 0;
	
	
}

.phase_sweets01{
	width: 50%;
	margin: 1% auto;
	
}

.pan_box{
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap:wrap;
}


.pan_box_shop{
	margin-top: -4%;
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap:wrap;
}


.pan_box_children100{
	width: 100%;
}

.pan_box_children70{
	width: 70%;
}

.pan_box_children60{
	width: 60%;
}

.pan_box_children50{
	width: 50%;
	
}

.pan_box_children40{
	width: 40%;
	
}

.pan_box_children30{
	width: 30%;
	
	
}


.pan_box_children33{
	width: 33.3333%;
	
	
}

.pan_all img{
	width:37%!important;
	padding-top: 1.5%!important;
}


.pan_box img{
	width: 95%;
	

}

.pan_box2 img{
	width: 98%;
	

}

.left_plus{
	
	margin-left: 5%;
}

.top_plus{
	
	margin-top: 12%;
}

.pan_box_shop img{
	width: 95%;
	

}
	

.bottom{
	position: absolute;
    bottom: 3%;
	
}

.number
{
	width: 95%;
	font-size: 7rem;
	color:#fff;
	font-weight: 900;
	text-align: left;
	
}

.center{
	text-align: center;
		
	}

h2{
	width: 95%;
	font-size: 2.5rem;
	color:#fff;
	line-height: 3rem;
	text-align: left;
	
}

h3{
	width: 95%;
	font-size: 1.3rem;
	color:#fff;
	line-height: 3rem;
	text-align: left;
	margin-top: -1%;
}


p.shop_disp{
	
	width: 85%;
	margin: 25% auto 0;
	font-size: 1.5rem;
	color:#fff;
	line-height: 3rem;
	text-align: left;
	
	
	
}


p.shop_disp_02{
	
	width: 30%;
	
	font-size: 1.5rem;
	color:#fff;
	line-height: 3rem;
	text-align: left;
	
	
	
}


p.shop_disp_02_2{
	
	width: 85%;
	margin: 0% auto 0;
	font-size: 1.5rem;
	color:#fff;
	line-height: 3rem;
	text-align: left;
	
	
	
}

.coordinate{
	
	width: 80%;
	margin: 10% auto;
	font-size: 1.3rem;
	color:#fff;
	line-height: 3rem;
	text-align: left;
	
	
	
}


.coordinate a{
	
	
	font-size: 1.3rem;
	color:#fff;
	line-height: 3rem;
	text-align: left;
	
	
	
}

img.shop_img{
	width: 45%;
	margin-left: 8%;
	
	
}

.shop_add{
	
	font-size: 1.1rem;
	color:#fff;
	line-height: 1.5rem;
	text-align: left;
	
	width: 80%;
	margin: 1.5% auto;
	
}



.line{
	height: 1px;
	margin: 0% 0 0%;
  	position: relative;
}



.line::before {
  content: "";
  background-image: linear-gradient(to right, #fff, #fff 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}





@media screen  and (max-width:1200px){/*1200以下でレスポンシブ表示へ*/
	
	
	


.phase_pan01{
	width: 100%;
	margin: 1% auto 8%;
}
	
	

.sweets{
	width: 100%;
	background: #c2c2c2;
	
	padding: 5% 0;
	
	
}

.phase_sweets01{
	width: 100%;
	margin: 1% auto;
	
}
	

.pan_box{
	width: 100%;
	display: inherit;
	position:static;
	
}


.pan_box_shop{
	margin-top: 5%;
	width: 100%;
	display: inherit;
	
}
	
	

.pan_box_children70{
	width: 100%;
}

.pan_box_children60{
	width: 100%;
}

.pan_box_children50{
	width: 100%;
	text-align: center;
	
}

.pan_box_children40{
	width: 100%;
	text-align: center;
	
}

.pan_box_children30{
	width: 100%;
	
}
	
.pan_box_children33{
	width: 100%;
	
	
}	
	
	
	.pan_all{
		text-align: center;
	}	
	
.pan_all img{
	width:95%!important;
	padding-top: 1.5%!important;
	
}	

.pan_box img{
	margin: 0 auto;
	width: 100%;
	

}
	
.pan_box2 img{
	width: 100%;
	

}	

.left_plus{
	
	margin-left: 5%;
}

.top_plus{
	
	margin-top: 12%;
}

.pan_box_shop img{
	width: 95%;
	

}
	

.bottom{
	position: static;
	
}
	
	

.number
{
	width: 90%;
	margin: 5% auto 0;
	font-size: 7rem;
	color:#fff;
	font-weight: 900;
	text-align: left;
	
}

h2{
	width: 90%;
	margin: 0 auto;
	font-size: 2.5rem;
	color:#fff;
	line-height: 3rem;
	text-align: left;
	
}

h3{
	width: 90%;
	margin: 0 auto;
	font-size: 1.3rem;
	color:#fff;
	line-height: 3rem;
	text-align: left;
	margin-top: -1%;
}


p.shop_disp{
	
	width: 85%;
	margin: 5% auto 0;
	font-size: 1.5rem;
	color:#fff;
	line-height: 3rem;
	text-align: left;
	
	
	
}
	
	

p.shop_disp_02{
	
	width: 80%;
	margin: 5% auto 0;
	font-size: 1.5rem;
	color:#fff;
	line-height: 3rem;
	text-align: left;
	
	
	
}



	

.coordinate{
	
	width: 80%;
	margin: 10% auto;
	font-size: 1.3rem;
	color:#fff;
	line-height: 3rem;
	text-align: left;
	
	
	
}


.coordinate a{
	
	
	font-size: 1.3rem;
	color:#fff;
	line-height: 3rem;
	text-align: left;
	
	
	
}

img.shop_img{
	width: 45%;
	margin-left: 0%;
	
	
}

.shop_add{
	
	font-size: 1.1rem;
	color:#fff;
	line-height: 1.5rem;
	text-align: left;
	
	width: 80%;
	margin: 1.5% auto;
	
}

	
	
	
}	



	





/***************************************

fotter

***************************************/





footer{
	clear:both;
	width: 100%;
	text-align:center;
	margin:3% auto 2%;
}

footer > p{
	font-size: .7rem;
	

}


	
	
/********************************-*/
	
@media screen and (min-width:480px) and (max-width:600px){/**480px〜：SP横 */
	
 
}

@media screen and (min-width:600px) and (max-width:960px){/**600px〜タブレット　768px〜sp縦*/
	
 
}	

