@charset "UTF-8";
/* CSS Document */
/*ナブバーカスタマイズ*/

body {
	font-family:" Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: normal;
}

header {
	margin: 0;
}

.new-roman {
	font-family: Times New Roman;
}

.my-mt {
	margin-top: 77px;
}
.my-bg-color {
	background: #f2d19d;
}

.my-color {
	color:#c81722;
}

.my-color-gray {
	color:#2A2626;
}

.my-bg-color2 {
	background:	#D0912A;
}

.white {
	color: #fff;
}

.my-navbar {
	padding: 30px;
}

.nav-link {
	font-size: 24px;
}
/*トップページ背景画像指定各ページ*/

.shop-top {
	background: url("images/top_bg2.jpg");
}
/*btnカスタマイズ*/
/*readmoreボタン*/
.readmore {
	background-color: #d3af27;
	color: #fff;
	border: 1px solid #d3af27;
	padding:0.5em 2em;
}

.readmore:hover {
	background-color: #fff;
	color: #d3af27;
	border: 1px solid #d3af27;
}

/*フルーツなしボタン*/
.btn-no-fruit {
	background-color:#5C2323;
	color: #ffffff;
	border:solid 1px #5C2323;
	border-radius: 3px;
}

.btn-no-fruit:active {
	background-color:#ffffff;
	color: #5C2323;
	border:solid 1px #ffffff;
	border-radius: 3px;
}

#text-button {
  display: block;
  cursor: pointer;
  width: 160px;
  text-align: center;
  border: 1px solid #232323;
}
/*甘味選択ボタン*/

/*カートに入れるボタン*/
.btn-cart {
	background-color: #D3AF27;
	color: #ffffff;
}
/*Q&Aカード*/
.qacard {
	width: 18rem;
	height: 10rem;
	border: solid #707070 1px;
	border-radius: 10px;
	margin: 1em;
	text-align: center;
	padding: 1rem;
	box-shadow: 4px 4px #909090;
}

h1 {
	font-family:Times New Roman ;
	font-size: 36px;
	color: #7a3633;
}

h2 {
	font-family:Times New Roman ;
	font-size: 26px;
	color: #7a3633;
	border-style:dotted;border-color:#f2d19d;
	border-width: 2px 0 2px 0;
	text-align: center;
}

h3 {
	font-size: 20px;
	color:#c81722;
	text-align: center;
}

main {
	max-width: 1200px;
	margin: 0 auto;
}

.my-img {
	width: 100%;
	height: auto;
}

.online {
	position: relative;
}

.online_btn {
	position: absolute;
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bg-wall {
	background: url("images/wall.jpg");
}

.qacard {
	background: white;
}

/*オンラインショッププライス*/
.price {
	color: #7A3633;
	font-size: 1.2rem;
	display:flex;
	list-style: none;
	text-align: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.g-map {
	width: 100%;
	height: auto;
}
/*コンタクトフォーム*/
.form {
	background-color: #eaeaea;
	padding: 20px 50px;
	margin: 40px 0;
}

.form dl {
	display: flex;
	flex-wrap: wrap;
}

.form dl dt {
	width: 25%;
	padding: 10px 0;
}

.form dl dd {
	width: 75%;
	padding: 10px 0;
	margin: 0;
}

.form .name {
	width: 240px;
	height: 30px;
}

.form .email {
	width: 320px;
	height: 30px;
}

.form .tel {
	width: 240px;
	height: 30px;
}

.form .message {
	width: 560px;
	height: 150px;
}


.form .required:after {
	content: "*";
	color: #ff0000;
	margin: 0 5px;
}

	.form {
	padding: 0 10px;
	width: 100%;
	background-color: transparent;
	}
	
	.form dl {
	flex-direction: column;
	justify-content: space-around;

}

	.form dl dt {
	width: 100%;
	padding: 10px 0;
	text-align: left;
}
	
	.form .email, .form .message {
		width: 90%;
	}

.sns-btn {
	display: block;
}

.sns-btn:hover {

	box-shadow:  0 0 0 2px #c81722 inset;
	background-color:#fff;
	transition: 0.4s;
}

.opacity-hover:hover {
	opacity: 0.5;
	transition: 0.4s;
	
}

/*トップへ戻るボタン*/

.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 100;
}


#video {
	width: 100%;
}

/*ページ内リンク高さ調節*/
.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

@media screen and (min-width: 700px) {

	.top_img {
		position:relative;
	}

	.read { 
		position: absolute;
		right: 0;
		bottom: 0;
		max-width: 45%;
			
}
	
@media screen and (min-width: 1000px) {
		
		.my-mt {
			margin-top: 119px;
		}
	}

}
