@charset "utf-8";
@import url("../../css/common.css");

body{
	background: url("../../img/common/water_bg.png")
	center center no-repeat;
	background-size: cover;
	text-align: center;
}


main p{
	font-size: 16px;
	line-height: 1.8;
}

h1{
 font-size: 24px;
 font-weight: bold;
}

h1+p{
margin-top: 10px;
}

.title_bg{
    background: rgba(255,255,255,0.8);
	padding: 30px 10px;
	margin: 80px 15% 150px 15%;
}

h2{	
 font-size: 22px;
 margin-bottom: -60px;
 position: relative;
 color: #ffffff; text-shadow: 0 0 2px #ffffff;
}

h2+img{
	 position: relative;
}

.button_space{
margin-bottom: 150px;
}

.watayuki_title{
color: #0A070B; text-shadow: 0 0 1px #ffffff;
}




/*モーダルオープン*/

.description-button1:hover, .description-button1:active,
.description-button2:hover, .description-button2:active,
.description-button3:hover, .description-button3:active,
.description-button4:hover, .description-button4:active,
.description-button5:hover, .description-button5:active{
	opacity: 0.7;
	cursor: pointer;
}


/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container1,.modal-container2, .modal-container3,
.modal-container4, .modal-container5{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	padding: 30px; 
	overflow: auto;
    opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 300;
}
/*モーダル本体の擬似要素の指定*/
.modal-container1:before, .modal-container2:before, .modal-container3:before, 
.modal-container4:before, .modal-container5:before {
	content: "";
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container1.active, .modal-container2.active,  .modal-container3.active,
.modal-container4.active, .modal-container5.active{
    opacity: 1;
	visibility: visible;
}

/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
    width: 70%;
	margin: 0 auto;
}

/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: 3%;
	right: 3%;
	width: 40px;
	height: 40px;
	font-size: 45px;
	color: #331700;
	cursor: pointer;
	z-index: 302;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	margin: 0 auto;
	background: #fff;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.5;
}

.modal-content h3{
 display: none;
}

.watayuki_title2{
color: #0A070B; text-shadow: 0 0 1px #ffffff;
}

.modal-content img{
	max-width: 45%;
}

h4{
	font-size: 18px;
	padding: 10px;
}

h4+p{
	font-size: 16px;
}

.flavor_keyWords, .flavor_list{
  font-size: 16px;
}




.flavor_list{
	position: absolute;
	line-height: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.flavorList_bg1{
	position: relative;
    background-color: rgba(205,250,204,0.2);
	margin: 20px auto;
	width: 40%;
	height: 150px;
}

.flavorList_bg2{
	position: relative;
    background-color: rgba(234,158,194,0.2);
    margin: 20px auto;
	width: 40%;
	height: 150px;
}

.flavorList_bg3{
	position: relative;
    background-color: rgba(84,206,199,0.2);
	margin: 20px auto;
	width: 40%;
	height: 150px;
}

.flavorList_bg4{
	position: relative;
    background-color: rgba(188,165,105,0.2);
	margin: 20px auto;
	width: 40%;
	height: 150px;
}

.flavorList_bg5{
	position: relative;
    background-color: rgba(206,217,240,0.2);
	margin: 20px auto;
	width: 40%;
	height: 150px;
}


.flavor_keyWords h5{
   padding-bottom: 5px;
} 

.flavor_keyWords ul{
	display: inline-flex;
	margin-bottom: 30px;
}


.shoplist_button a{
 border: solid 1px;
 padding: 5px 12px;
 margin-left: 70%;
 font-size: 14px;
}


/*-reserve-END----------------------------------------------*/


@media (max-width:748px){	
	
main p{
	font-size: 15px;
    line-height: 1.7;
}
	
 .shoplist_button a{
	font-size: 14px;
}	
	
		
h1{
 font-size: 23px;
}
	
.title_bg{
	padding: 20px 10px;
	margin: 70px 2% 150px 2%;
}
	

h2{
 font-size: 20px;
}


h4{
	font-size: 15px;
}
	

h4+p{
	font-size: 13px;
}
	
	
.modal-body{
    width: 95%;
}	

	
.flavorList_bg1,.flavorList_bg2,.flavorList_bg3,
	.flavorList_bg4,.flavorList_bg5{
    width: 80%; 
}
	
	
	
.flavor_keyWords, .flavor_list{
	font-size: 13px;
}	
	

.shoplist_button a{
 margin-left: 0%;
 font-size: 13px;
}
	
	
}
