@charset "UTF-8";

.cafegreen{
	background-color: #4B563B;
	color: #DADCD7;
	}

h2.TitleText{
	text-align: center;
	margin: 100px;
	clear: both;
	}

h2.TitleText img{
	height: 22px;
	}

.Introduction1{
	text-align: justify;
	max-width: 430px;
	width: 90%;
	margin: 0 auto;
	font-size: 0.9em;
	padding: 100px 0;
    line-height: 2.3em;
	}

.ShopPhoto1{
	display: flex;
	}

.Photo-L{
	width: 70%;
	}

.Photo-R{
	width: 30%;
	}

.Photo-L img{
	width: 93%;
	}

.Photo-L p{
	margin-right: 7%;
	width: 500px;
	float: right;
	text-align: justify;
	margin-top: 200px;
	line-height: 2.3em;
	}

.Photo-R img{
	width: 97.5%;
	float: right;
	}

.Photo-R h3{
	writing-mode: vertical-rl;
	font-size: 1.5em;
	line-height: 2em;
	letter-spacing: 0.25em;
	margin-left: 20%;
	margin-bottom: 120px;
	}


.Photo-L2{
	width: 30%;
	}

.Photo-R2{
	width: 70%;
	}

.Photo-L2 img{
	width: 70%;
	}

.Photo-R2 img{
	width: 80%;
	margin-top: 160px;
	}


/*アクセス*/
.AccessMap{
	text-align: center;
	}

.map{
	max-width: 1200px;
	width: 90%;
	height: 500px;
	}

.Access{
	
	}




.Recommend{
	max-width:1200px;
	width: 90%;
	margin: 0 auto;
	}

.ShopBox{
	margin-bottom: 30px;
	}

.ShopBox img{
	width: 100%;
	height: auto;
	}

.ShopBox h3{
	text-align: left;
	margin-top: 10px;
	}

.ShopBox h3 a{
	font-size: 0.8em;
	line-height: 1.4em;
	transition: .5s;
	color: #fff;
	}

.ShopBox h3 a:hover{
	color: #D3BBA9;
	}

.Recommend ul{
	text-align: center;
	}




@media only screen and (min-width: 450px){
	
.ShopBox{
	margin-bottom: 60px;
	}
	
.ShopBox h3{
	font-size: 1.4em;
	text-align: left;
	line-height: 1.4em;
	margin-top: 10px;
	}
	
}