@charset "utf-8";
/* CSS Document */
body {
	position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #333;
}
*{
	padding: 0;
	margin: 0;
	}
a{
	transition: all 0.3s ease;
}
/* =======================================
    layout
======================================= */
.container{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	}
/* =======================================
    mainview
======================================= */
.mainview > img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.mainview .sp{
	display:none;
}
@media (max-width: 781px) {
	.mainview .sp{
		display:block;
	}
	.mainview .pc{
		display:none;
	}
}
/* =======================================
    main
======================================= */
.main{
	background-image: url(../img/bg-main.jpg);
	background-position: left top;
	background-repeat: repeat;
}
.main .logo{
	display: block;
    margin: 2rem auto 1rem;
    max-width:250px;
}
.main h1{
	text-align:center;
	line-height: 1.4;
    	font-family: serif;
}
.catch{
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	padding-top: 2rem;
	margin-bottom: 5rem;
}
.shop .container,
.cafe .container,
.gift .container{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 4rem;
	gap:5rem;
}
.cafe .container{
	justify-content: flex-end;
}
.shop .container img,
.cafe .container img,
.gift .container img{
	width: 50%;
	height:auto;
}
.shop-text,
.cafe-text,
.gift-text{
	text-align: right;
	position: relative;
	z-index: 10;
	font-size: 1.125rem;
    	font-weight: 700;
}
.shop h2,
.cafe h2,
.gift h2{
    	font-size: 2rem;
    	margin-bottom: 2rem;
    	position: relative;
	font-family: serif;
}
.shop h2 span,
.cafe h2 span,
.gift h2 span{
	color: #92ddd2c9;
    	font-size: 5rem;
    	position: absolute;
	bottom: -10px;
    	right: 0;
    	z-index: -1;
}
.shop-text p,
.cafe-text p,
.gift-text p{
	display: inline-block;
	text-align: left;
	line-height: 2.4;
	padding-right: 4rem;
}

.shop-guide{
	padding: 4rem 0.5rem;
    	background-color: #f7f7f7;
}
.shop-guide h2{
	text-align: center;
    	font-size: 2rem;
	font-family: serif;
}
.shop-box{
    	display: flex;
    	flex-wrap: wrap;
    	gap: 3%;
    	justify-content: flex-start;
    	max-width: 1024px;
    	margin: 3rem auto 0;
}
.shop-inner{
    	display: flex;
    	flex-direction: column;
	width: 31%;
	margin-bottom: 2rem;
}
.shop-inner h3{
    margin: 0.6rem 0;
    font-size: 1.25rem;
    padding-bottom: 0.3rem;
    border-bottom: solid 2px #00b195;
}
.shop-inner p{
	margin-bottom:10px;
	line-height: 1.3;
}
.shop-inner p:first-of-type{
	font-size:0.8rem;
	font-weight: 700;
}
.shop-inner a{
	display: flex;
    	background-color: white;
    	border: solid 1px;
    	color: black;
	width:85%;
	justify-content: center;
    	align-items: center;
    	text-decoration-line: none;
    	padding: 0.5rem;
    	box-sizing: border-box;
    	font-size: 1.25rem;
    	border-radius: 30px;
	font-weight: 700;
    	margin: auto auto 5px auto;
}
.shop-inner a:hover{
    	background-color: #dbffff;
}
.shop-inner a img{
	width: 25px;
	margin-right:1rem;
}

@media (max-width: 1080px) {
	.shop .container,
	.cafe .container,
	.gift .container{
		gap:2rem;
	}
	.shop-text p,
	.cafe-text p,
	.gift-text p{
		padding-right:1rem;
	}

}
@media (max-width: 781px) {
	.main h1{
		font-size:1.45rem;
	}
	.catch{
		font-size: 1rem;
		padding: 1rem;
	}
	.shop .container,
	.cafe .container,
	.gift .container{
		flex-direction: column;
	}
	.cafe .container {
    		flex-direction: column-reverse;
	}
	.shop .container img,
	.cafe .container img,
	.gift .container img{
		width:95%;
	}
	.shop h2,
	.cafe h2,
	.gift h2{
		margin-bottom:1rem;
	}
	.shop-text p,
	.cafe-text p,
	.gift-text p{
		font-size:1rem;
	}
	.shop-inner{
		width:48%;
	}
}
@media (max-width: 599px) {
	.shop h2 span,
	.cafe h2 span,
	.gift h2 span{
		font-size: 3.6rem;
    		bottom: 5px;
	}
	.shop-guide {
    		padding: 3rem 0.5rem 1rem;
	}
	.shop-box{
		justify-content: center;
	}
	.shop-box:last-child{
		margin-bottom:0;
	}
	.shop-inner{
		width:95%;
		margin-bottom: 3rem;
	}

}
/* =======================================
    footer
======================================= */
footer{
	text-align: center;
	background-color: #a2d1d1;
	padding: .5rem;
	}
.pagetop{
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	z-index: 100;
	display: block;
	width: 95px;
	height: 95px;
	background-color: rgba(255, 255, 255, .8);
	border: solid 1px #a2d1d1;
	padding-top: 10px;
	box-sizing: border-box;
	}
.footer-info{
    	display: flex;
    	align-items: center;
    	padding: 2rem 0 3rem;
    	margin: 0 auto;
    	flex-direction: column;
}
.footer-info > img{
	max-width: 300px;
    	height: auto;
}
.footer-right{
	width: 50%;
}
.footer-logo{
	display: block;
	margin-bottom: 1.5rem;
}
.footer-name{
	display: block;
    	font-size: 1.25rem;
    	font-weight: 700;
}
address{
	font-style: normal;
	margin-bottom: .75rem;
}
.footer-phone{
	display: flex;
    	background-color: white;
    	border: solid 1px;
    	color: black;
	width:250px;
	justify-content: center;
    	align-items: center;
    	text-decoration-line: none;
    	padding: 0.5rem;
    	box-sizing: border-box;
    	font-size: 1.25rem;
	font-weight: 700;
}
.footer-phone:hover{
    	background-color: #dbffff;
}
.footer-phone img{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin-right: .5rem;
}

@media (max-width: 767px) {
	.pagetop{
		bottom: 1rem;
		right: 1rem;
		width: 60px;
		height: 60px;
		padding-top: 5px;
	}
	.pagetop img{
		width: 44px;
	}
	.footer-info{
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-bottom: 2rem;
	}
	.footer-info > img{
		width: 100%;
		margin-bottom: 1rem;
	}
	.footer-right{
		width: 100%;
		max-width: 348px;
	}
	.footer-logo{
		width: 100%;
		max-width: 312px;
		margin: 0 auto 1.5rem;
	}
	address{
		margin-bottom: 2rem;
	}
	.footer-phone{
		display: block;
		width: 100%;
		max-width: 20rem;
		text-align: center;
		background-color: #fff;
		border-radius: 4px;
		padding: .75rem;
		pointer-events: auto;
		box-sizing: border-box;
	}
}
/* =======================================
    display 最後に記述
======================================= */
.sp-br{
	display: none;
}
@media (max-width: 767px) {
	.pc-br{
		display: none;
	}
	.sp-br{
		display: block;
	}
}