@charset "UTF-8";

body{
			background-image:url(../画像/CD134_L3.jpg);
			
			}
h5{
    	color:red;
    	    }
    	    

/*フォーム*/

h1{
		font-family:"游ゴシック体", Yu Gothic, s
		}

form div{
		margin-bottom:14px;
		}
		
label{
		font-size:1.125rem;
		margin-bottom:10px;
		display:block;
		}

input[type="text"],
input[type="email"],

textarea{
			background:rgba(255,255,255,.5);
			border:1px #fff solid;
			border-radius:5px;
			padding:10px;
			font-size:1rem;
			}
			
input[type="text"],
input[type="email"]{
			width:100%;
			max-width:240px;
			}

textarea{
			width:100%;
			max-width:480px;
			height:6rem;
			}

input[type="submit"]{
						border:none;
						cursor:pointer;
						line-height:2;
						}
						
/*店舗情報・地図*/

#location{
			padding:4% 0;
				}
				
#location .wrapper{
					display:flex;
					justify-content:space-between;
					        }
					        
.location-info{
				width:22%;
				}

.location-info p{
					padding:12px 10px;
						}
						
.location-map{
				width:74%;
						}



footer{
		text-align:center;
		}						

						
