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

*{
	margin:0;
	padding:0;
	color:#484848;
	font-size:16px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;

}

html{
	font-size:62.5%;/*pxだと10px;*/  /*基本のフォントサイズを指定rem指定用*/
}

body{
	width:100vw;
	overflow-x:hidden;
	background-color:#fff;
}

.wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
	background-color:rgba(254,238,125,.3);
}
#meinphoto{
	background-image:url("../images/top4.jpg");
	background-size:cover;
	filter: brightness(95%);
	width:100%;
	height:80vh;
}
	
/*ヘッダーの設定*/
header{
	width:100vw;
	overflow:hidden;
	height:20%;
	max-height:100px;
/*	z-index:10;*/
}
/*ヘッダーへの設定*/
h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;

	font-size:5vw;
	float:left;
	display:block;
	text-align:center;
	width:85vw;
	height:80px;
	line-height:80px;
	margin-top:0;	
	margin-right: -22vw;
	padding-left:7.5vw;
	/*color:#fff;*/
	text-shadow: 1px 1px 1px #666;
	/*影　横1px 縦2px ぼかし1px */
	z-index:10;
}

#topaddress{
	display:block;
	position:absolute;
	right:0;
	width:30vw;
	min-width:160px;
	max-width:250px;
	height:80px;
	text-align:center;
	background-color:#D0104C;
	
}
#addresstop{
	height:40%;
	font-style:normal;
}


#topaddress p{
	display:inline-block;
	height:100%;
	font-size:clamp(.3rem,1.5rem,5rem);
	color:#fff;
	
}
#phoneicon{
	display: none;
}
.icons{
	width:80%;
	height:60%;
	line-height:100%;
	display:flex;
	justify-content:space-between;
	margin:5px auto;
/*	
	line-height:60px;*/
}
.snsicon{
/*	display:block;*/
	width:36px;
	height:36px;
	text-align:center;
	margin:2px;
/*	line-height:35px;*/
/*	padding-bottom: -1%;*/
/*	margin:1%;*/
/*	margin-bottom: 0;*/
	background-color:#fff;
	
}
.snsicon:first-child{
	margin-left: 10px;
}
.snsicon:last-child{
	margin-right: 10px;
}
.icons img{
/*	padding:5px;*/
/*	min-width:30px;*/
	display:block;
	margin:3px auto;

}



/*コンセプトテキストのアニメーション*/
@keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fff;}
  80%   {text-shadow:  0 0 0px #fff;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 90px #fff;}
  100%  {text-shadow:  0 0 100px #fff; opacity:0;}
}

@-webkit-keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fff;}
  80%   {text-shadow:  0 0 0px #fff;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 90px #fff;}
  100%  {text-shadow:  0 0 100px #fff; opacity:0;}
}


#concept p{
	font-size: clamp(3rem,4vw,5rem);
	font-weight:bold;
}

#concept span {
  color: transparent;
  font-size: clamp(2rem,3vw,4rem);
  position:absolute;
  animation: blur 10s ease-out infinite;
  -webkit-animation: blur 10s ease-out infinite;
}

#concept span:nth-child(1) {
  position:absolute;
  top:55%;
  left:38%;
  transform: translate(-38%,-50%);
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
#concept span:nth-child(2) {
  position:absolute;
  top:55%;
  left:52%;
  transform: translate(-52%,-50%);
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
#concept span:nth-child(3) {
  position:absolute;
  top:55%;
  left:65%;
  transform: translate(-65%,-50%);
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

#nav_tab{
	display:none;
}
#nav_btn{
	display:none;
	/*opacity:0;*/
}

/*TOPへ戻るボタンへの設定*/
.topreturn{
	width: 3.2rem;
	height:12rem;
	font-size: 1.2rem;
	font-weight:bold;
	writing-mode:tb-rl;
/*	padding-top: 3rem /*0.1vw 0.4vw 0.1vw*/
	background-image: url(../images/gotop.png);
/*	background-color: antiquewhite;*/
	background-size:3rem 3rem;
/*	background-origin:padding-box;*/
	background-repeat: no-repeat;
	position: fixed;
    bottom: 2vh;
    right: 2vw;
	text-align: center;
	line-height:3.4rem;
    z-index: 10000;
	animation:spin 10s 3s infinite;
}


.topreturn a{
	display:block;
	text-decoration:none;
}
.topreturn:hover{
	background-color:rgba(60,179,113,.4);
}
/*ナビゲーションエリアの設定ここから*/

/*#navigationarea{
width: 20vw;
height: 60%;
position: absolute;
top: 25vh;
}*/

nav{
	width:20vw;
	height:63vh;
	position: absolute;
	top: 25vh;
	margin-top:2%;
	margin-left:5%;
/*	width:100vw;
	display:block;*/
}
nav a{
	color:#006;
	font-size: 100%;
	font-weight:bold;
}

/*#navigationarea a{
	color:#006;
	font-size: 100%;
	font-weight:bold;
}*/

nav ul{

width: 100%;
height:	100%;


/*	line-height:9vh;*/
/*	display:flex;
	justify-content:center;*/

}

nav ul li{

	display:block;
	height:15%;
/*	line-height:50%;*/
/*	text-align:center;*/
/*	border-right:0.1em solid;*/
	color:#006;
/*	flex-basis:15%;*/
/*	letter-spacing:*/
}

/*nav ul li:last-child{
	border-right:none;

}*/
nav ul li a{
/*	display:block;*/
	text-decoration:none;
	font-size:clamp(18px,1.7vw,24px);
}
nav ul li a:hover{
	color:#fff;
}
/*#navigationarea a:hover{
	color:#fff;
}#navigationarea a:hover{
	color:#fff;
}*/
.news{
	height:200px;
	width:80%;
	margin-top:10vw;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	justify-content: center;
	justify-content: space-between;
	flex-flow: wrap;
}

.news #news1, #news2, #news3{
	width: calc(100% / 3 - 2.5%);
	background-color:#fff9fc;
	border:1px solid #535953;
}
#news1 a, #news2 a, #news3 a{
	text-decoration:none;
	align-items:center;
	text-align: center;
}
.news #news1:hover, #news2:hover, #news3:hover{
	background-color:rgba(255,182,193,.6);
	/*opacity: 0.6;*/ /*filter: brightness(80%);*/
/*	color: #db7093;*/
/*	transition:all 10s;*/
}
.news #news1:hover + .newsimage, #news2:hover + .newsimage, #news3:hover + .newsimage img{
	width:130%;
}
/*.news #news1:hover:.news #news1 img{
	filter: brightness(120%);
}*/
.news .newsimage{
	margin-top:-5vw;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
.newsimage{
	width: calc(100% - 30%);
}
		
.news img{
	/*width:300px;*/
	width:100%;
	/*width: calc(100% - 25%);*/
	/*margin-top:-70px;*/
	/*margin-bottom:80px;*/
	/*margin-bottom:1%;*/
	/*height:180px;*/
	z-index:20;	
}

/*ニュースイメージ上のテキスト設定*/
.newsimage p{
	margin-top:1vw;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	line-height:2.5rem;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
/*	transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
    padding:0;
    margin:0;
	z-index:30;
	font-size: clamp(2rem,1.8vw,3.5rem);
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 1px #010;
}
.news .detail{
	width:80%;
	padding-top:clamp(0,1rem,2rem);
	margin-left:auto;
	margin-right:auto;
	z-index:10;
}
/*ニュース画像下部のテキスト設定*/
.news .detail p{
	font-size: clamp(1.5rem,1.5vw,2.2rem);
	margin-right:auto;
	margin-left:auto;
	padding-top:10%;
	padding-bottom: 5%;
	
}

#container{
	display:flex;
	justify-content: space-between;
	width: 90%;
	margin:0 auto 2vw auto;
}
#shopdeta{
	width:65%;
	max-width:580px;
	height: 80%;
	margin-top:10vw;
	margin-left:2vw;
	position:relative;
	border:1vw outset #a3a3a3;
	background-color:#fff;
}
	

#shopdeta #shopphoto{
	width: 55%;
	height:100%;
/*	margin-top:2vw;
	margin-left:2vw;
	margin-bottom:2vw;*/
}
#shopphoto img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
#shopaddress{
	width: 45%;
	margin-top:.4%;
	margin-left:1%;
	margin-bottom:5%;
	position:absolute;
	top:10%;
	right:0%;
	line-height:140%;
}
#shopdetataitle{
	margin-bottom:1vw;
	text-align:center;
/*	font-weight:bold;*/
}
#addresstext{
	height:100%;
	padding-bottom:3%;
	
}
#addresstext table{
	margin: 0 1%;
}
#shopdetataitle,#addresstext th,#addresstext td,caption{
	height:100%;
	font-size: clamp(1.2rem,3vw,2rem);
	line-height:max(60%,150%);
}
caption{
	margin-top: 10%;
}
#addresstext td{
	padding-left:7%;
}
aside{
	width: 25%;
/*	height: 30vw;*/
	margin-top:17vh;
	margin-left:2vw;
	margin-right: 5%;
	
}
aside p{
	max-height: 300px;
	margin-bottom:2vw;
	font-size:1.8vw;
/*	border: 1px solid #a3a3a3;*/
}
aside p img{
	width: 95%;
	height: inherit;
	max-height: 300px;
}
#map{
	width:70vw;
	height:50vw;
	margin:0 auto 1vw auto;
	padding-top:3vw;
	border:1px double;
	background-color:#fff;
	
	
}
#map p{
	margin-top:3vw;
	margin-bottom: 2vw;
	text-align:center;
	font-size:2vw;
}
#mapdeta{
	width:60vw;
	height:35vw;
	margin:0 auto;
	overflow: hidden;
/*	border:1px double;*/
}

footer{
	height:auto;
	line-height:5vw;
	margin-top:2.5vw;
	display: block;
	background-color:rgba(208,16,76,30%);
	text-align:center;
}



@media screen and (max-width:749px){
	.wrapper{
		width:calc(100% - 55px);
	}

	h1{
		position: absolute;
		top: 0;
		left: 20%;
		width: auto;
		font-size:10vw;
		
		
	}
	#topaddress{
		position: fixed;
		right:0;
		width: 0;
		height:0;
		z-index: 9;

	}
	#addresstop p{
		display: none;
	}
	#phoneicon{
		display: block;
		width: 33px;
		height: 33px;
		position: fixed;
		top: 20px;
		right: 1px;
		border: 2px solid #F751CE;
		border-radius: 5px;
		color: #F751CE;
		background-color: #fff;
	}
	
	/*スマホでのみTELがそのままかけられる設定*/
	
	a[href="tel"]{
	pointer-ebents:none;
	cursor:default;
	text-decoration:none;
	}

	.icons{
		display: block;
		position: fixed;
		top: 10px;
		right: -30px;
		width: 45px;
		margin: 53px 27px 50px auto;
	}
	.snsicon:first-child{
	margin-left: auto;
	}
	.snsicon:last-child{
	margin-right: auto;
	}
	.snsicon{
		line-height: 36px;
		margin-bottom: 5px;
		margin-left: auto;
		margin-right: auto;
		padding: 1%;
	}

	#meinphoto{
	width:100%;
	height:80vh;
	background-image:url(../images/flowertopmovail.jpg);
	}
	#concept p span{
		animation-delay:none;
	}
	#concept p{
		background-color: #034E03;
	}
	/*ハンバーガーメニュー用設定*/
	
		nav{
			width: 70%;
			height: 85vh;
			background-color: rgba(22,135,60,0.93);
			position: absolute;
			top: 0;
			left: 100%;
			padding-top: 4em;
			transition: 1s;
		}
		nav ul li a{
			font-size: 20px;
		}
		#nav_btn{
		display:block;
		width:40px;
		height:40px;
		background-image:url("../images/bargerbtn.svg");
		position:fixed;
		top:50%;
		right: 0px;
		z-index:9999;
		}
		#nav_tab{
			display: none;
		}

		#nav_tab:checked+label>#nav_btn{
			background-image:url("../images/closebtn.svg");
		}
	
		#nav_tab:checked~nav{
			position: fixed;
			top: 30%;
			left: 50%;
			bottom: 10vh;
			height: 50vh;
			z-index: 150;
		}
		nav ul{
			display:table-row;
			height: 65%;
		}
		nav ul li{
			width:100%;
			height: 8vh;
		}
	
	/*ハンバーガーメニュー用設定ここまで*/
	
	
	#container{
		display: flow-root;
	}
	.news{
		display:block;
		height:auto;
	}
	.news #news1, .news #news2, .news #news3{
		width:80%;
		margin: 10vh auto;
	}
	.newsimage p{
		font-size: 5vw;
	}

	#shopdeta{
		width: 95%;
		margin: 10vh auto;
	}
	tbody{
		font-size:80%;
	}

aside{
	width:80%;
	display:flex;
	justify-content: space-between;
	margin:0 auto;
}
aside p{
/*width: 40%;*/

	}}