@charset "UTF-8";

/** -----------------------------------------------
  共通
------------------------------------------------**/
body {
	/*下記のCSSはご自身のデザインに合わせて書き換えてください。*/
	font-size: 16px;
	line-height: 1.6;
	color: #4D4237;
	font-weight: normal;
	background-color: #F3E7C9;
	font-family: 'Zen Maru Gothic', YuGothic, 'Yu Gothic', Osaka, sans-serif, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	height: 100%;
	overflow: hidden;
}


img {
	max-width: 100%;
	height: auto;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #403a2f;
	text-decoration: none;
}

.section-inner {
	max-width: 1024px;
	margin: 0 auto;
}

/** -----------------------------------------------
  PC :  画面の横幅が641px以上
------------------------------------------------**/
/* ヘッダー */

.wrap {
	background-image: url("../images/AdobeStock_459625967\ 1@2x.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	width: 100vw;
	height: 100vh;
}

#menu-button {
	display: none;
}

#header {
	justify-content: space-around;
	height: 96px;
}

.header-wrap {
	display: flex;
	padding: 17px 128px;
	justify-content: space-between;
	background-color: #F3E7C9;
	z-index: 2;
	position: fixed;
	top: 0px;
	opacity: 0.8;
	width: 100vw;
}

.header-logo img {
	width: 63px;
	height: 63px;
}

.logo-text {
	font-size: 24px;
	padding: 0 0 0 22px;
}

.gnav-sp-wrap {
	display: none;
}

.header-logo {
	display: flex;
	align-items: center;
}

.gnav-pc-wrap {
	display: flex;
	justify-content: flex-end;
	/*垂直方向中央に揃うように*/
	align-items: center;
}


.gnav-pc ul {
	display: flex;
	list-style: none;
}

.gnav-pc li {
	padding: 0 20px;
}

.mainvisual-img {
	width: 365px;
	display: block;
	margin: 0 auto;
	z-index: 1;
	padding-top: 192px;
	margin: 0 auto;
}

.maincopy {
	font-size: 64px;
	line-height: 1.125;
	font-weight: 500;
	text-align: center;
	text-shadow: 1px 3px 2px #FFF;
	color: #4D4237;


}

/* 見出し */

.section-title {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
}

.section-title-dec {
	text-align: center;
}

.section-title-dec img {
	width: 58px;
	height: 19px;
}

/* お知らせ */
#news {
	padding-top: 72px;
	padding-bottom: 56px;
	max-width: 934px;
	margin: 0 auto;
}

.news-item1,
.news-item2,
.news-item3 {
	display: flex;
	text-align: left;
	padding: 28px 0;
}

.news-item2:not(:first-child) {
	border-top: 1px solid #F4F0F0;
	border-bottom: 1px solid #F4F0F0;
}

.news-date {
	width: 200px;
	text-align: left;
	/* margin-left: 40px; */
}

.news-title {
	width: calc(100% - 200px);
}

/* 私たちについて */
#about {
	position: relative;
	background-color: #F4DCAE;
	padding-top: 64px;
	padding-bottom: 72px;
}

.about-wrap {
	display: flex;
}

.copy-wrap {
	padding: 72px 0 32px 120px;
	z-index: 2;
}

.copy {
	font-size: 24px;
}

.underline {
	background: linear-gradient(transparent 75%, #F3E7C9 75%);
}

.subcopy {
	font-size: 20px;
	line-height: 40px;
	padding: 32px 216px 0 0;
}

.about-img {
	width: 272px;
	padding-top: 40px;
	z-index: 1;
}

/* おすすめ商品 */
#recommend {
	background-color: #F3E7C9;
	padding-top: 64px;
	padding-bottom: 80px;
}

.card-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1008px;
	padding-top: 64px;
}

.card1,
.card2,
.card3 {
	overflow: hidden;
	border-radius: 10px;
}

.card-img1,
.card-img2,
.card-img3 {
	width: 310px;
	height: 232px;
}

.card-textbox {
	max-width: 310px;
	padding: 32px 24px 32px 24px;
	background-color: #CEBFA4;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	margin: 0 auto;
}

.card-titletext {
	font-weight: bold;
	text-align: center;
}

.card-text {
	font-size: 12px;
	line-height: 1.6;
	padding-top: 24px;
}

/* 新商品 */
#newitem {
	position: relative;
	background-color: #F4DCAE;
	padding-top: 64px;

}

.newitem-wrap {
	display: flex;
	margin-left: 30px;
	max-width: 968px;
}

.month-wrap {
	padding-top: 19px;
}

.month {
	display: flex;
	vertical-align: middle;
	width: 176px;
	height: 176px;
	line-height: 176px;
	background-color: #FFFCEC;
	border-radius: 50%;
	justify-content: center;
}

.month-text {
	font-size: 64px;
	padding-right: 6px;
}

.month-month {
	font-size: 40px;
	line-height: 4.4;
	padding-left: 6px;
}

.newitem-description {
	display: flex;
}

.item-wrap {
	display: flex;
}

.item-texts {
	padding: 19px 102px 180px 48px;
}

.item-head {
	display: flex;
	padding: 56px 0 56px 0;
}

.item-name {
	font-size: 24px;
	line-height: 3;
	padding-right: 24px;
}

.price {
	line-height: 4.5;
}

.item-text {
	width: 350px;
	font-size: 20px;
}

.newitem-img {
	width: 304px;
	height: 304px;
	box-shadow: 34px 112px #FFFCEC;
	padding-top: 72px;
}

/* アクセス */
#access {
	padding: 83px 0 96px;
}

.col2 {
	display: flex;
	max-width: 669px;
	margin: 0 auto;
	padding-top: 48px;
}

.map {
	width: 339px;
}

.shop {
	display: block;
	padding-left: 40px;
}

.logo-wrap {
	display: flex;
}

.logo-img {
	width: 63px;
}

.logo {
	font-size: 24px;
	padding-left: 20px;
}

.ul-wrap {
	display: flex;
	padding-top: 12px;
}

.ul1,
.ul2 {
	list-style: none;
	line-height: 2.5;
}

.ul2 {
	padding-left: 32px;
}

.footer {
	font-size: 10px;
	letter-spacing: 0.08em;
	padding: 48px 0;
	text-align: center;
	background-color: #F4F0F0;
}


/*ここからメディアクエリで各デバイスサイズに書き分けます。
今回の課題で考慮するのはPCとスマホのみでOKですが、タブレットサイズでのスタイルを書いてもOK！
また、CSSは上から下に継承されるので、変化させたいところだけ書けばOKです*/


/** -----------------------------------------------
  Smartphone :  画面の横幅が640pxまで
------------------------------------------------**/
.pc-only {
	display: block;
}

.sp-only {
	display: none;
}


@media screen and (max-width:1024px) {

	#header {
		height: 72px;
	}

	/*pcのナビゲーションをspで非表示にする*/
	.gnav-pc-wrap {
		display: none;
	}

	.gnav-sp-wrap {
		position: fixed;
		z-index: 100;
		display: none;
		/* padding-top: 100px; */
		width: 100vw;
		height: 100vh;
		border: solid #F3E7C9 40px;
		background-color: #fff;
		left: 0;
    	top: 0;   
	}

	.gnav-sp-li-wrap {
		text-align: center;
		list-style: none;
		background: #FFFFFF;
		padding: calc(80px - 32px) 0;
	}

	.gnav-sp-li-wrap li {
		padding: 32px;
	}

	/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/

	#menu-button{
		display: block;
		width: 60px;
		height: 60px;
		padding: 20px 18px;
	}

	#menu-button.active {
		position: relative;
		top: 30px;
		z-index: 100;
	}


	.menu-button-inner {
		/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		cursor: pointer;
		/* background: #ee7701; */
	}

	/*ボタン内側*/
	.menu-button-inner span {
		position: absolute;
		display: inline-block;
		transition: all .4s;
		/*アニメーションの設定*/
		width: 100%;
		height: 2px;
		background-color: #3A3A3A;
	}

	.menu-button-inner span:nth-of-type(1) {
		top: 0;
	}

	.menu-button-inner span:nth-of-type(2) {
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.menu-button-inner span:nth-of-type(3) {
		bottom: 0;
	}

	/*activeクラスが付与されると線が回転して×に*/
	.active .menu-button-inner span:nth-of-type(1) {
		top: 0%;
		right: 5px;
		transform: translateY(6px) rotate(-45deg);
		width: 150%;
	}

	.active .menu-button-inner span:nth-of-type(2) {
		opacity: 0;
		/*真ん中の線は透過*/
	}

	.active .menu-button-inner span:nth-of-type(3) {
		top: 12px;
		right: 5px;
		transform: translateY(-6px) rotate(45deg);
		width: 150%;
	}


	.section-inner {
		padding: 0 23px;
	}

	.header-wrap {
		padding: 18px 32px;
	}

	.header-logo img {
		width: 40px;
		height: 40px;
	}

	.logo-text {
		font-size: 16px;
		padding-left: 9px;
	}

	.mainvisual-img {
		width: 230px;
		margin: 0 auto;
		padding-top: 217px;
	}

	.maincopy {
		font-size: 36px;
		line-height: 2;
		padding-bottom: 131px;
	}

	.section-title {
		font-size: 18px;
	}

	#news {
		padding-top: 56px;
		padding-bottom: 48px
	}

	.news-date {
		width: 67px;
		text-align: left;
		font-size: 12px;
	}

	.news-title {
		width: calc(100% - 67px);
		font-size: 14px;
		padding-left: 18px;
	}

	.news-item1,
	.news-item2,
	.news-item3 {
		padding: 16px 0;
	}

	.news-item2:not(:first-child) {
		border-top: 1px solid #3A3A3A;
		border-bottom: 1px solid #3A3A3A;
	}

	#about {
		padding-top: 48px;
		padding-bottom: 56px;
	}

	.about-wrap {
		display: flex;
		flex-direction: column-reverse;
	}

	.about-img {
		margin: 0 auto;
		padding-bottom: 40px;
	}

	.copy-wrap {
		padding: 0 0;
		z-index: 2;
	}

	.copy {
		font-size: 18px;
		text-align: center;
	}

	.subcopy {
		font-size: 16px;
		line-height: 2.5;
		padding: 24px 0px 0 34px;
	}

	#recommend {
		padding-top: 48px 0 80px;
	}

	.card-wrap {
		display: block;
		padding-top: 40px;
	}

	.card1,
	.card2 {
		margin-bottom: 40px;
	}

	.card-img1,
	.card-img2,
	.card-img3 {
		margin: 0 auto;
	}

	.card-textbox {
		max-width: 310px;
		padding: 26px 24px;
	}

	.card-text {
		padding-top: 16px;
	}

	#newitem {
		padding: 48px 0 64px;
	}

	.newitem-wrap {
		display: block;
		margin-left: 0;
		max-width: 100vw;
	}

	.month-wrap {
		padding-top: 27px;
	}

	.month {
		display: flex;
		width: 72px;
		height: 72px;
		line-height: 72px;
		margin: 0 auto;
	}

	.month-text {
		font-size: 36px;
		padding-right: 5px
	}

	.month-month {
		font-size: 24px;
		padding-left: 0;
		line-height: 3;
	}

	.item-wrap {
		flex-direction: column-reverse;
	}

	.newitem-img {
		width: 233.85px;
		height: 233.85px;
		box-shadow: 26px 60px #FFFCEC;
		padding-top: 32px;
		margin-left: calc(58px - 23px);
	}

	.item-head {
		display: flex;
		padding: 36px 0 0;
		margin: 24px 0 0;
		justify-content: center;
	}

	.item-name {
		font-size: 18px;
		line-height: 3;
		padding-right: 24px;
	}

	.item-texts {
		padding: 0;
	}

	.item-text {
		/* width: 350px; */
		font-size: 16px;
	}

	.price {
		line-height: 3;
	}

	#access {
		padding: 48px 0 32px;
	}

	.col2 {
		display: block;
		max-width: 328px;
		margin: 0 auto;
		padding-top: 24px;
	}

	.map {
		width: 328px;
	}

	.shop {
		display: flex;
		padding-left: 0%;
		flex-direction: column-reverse;
	}

	.ul-wrap {
		display: flex;
		padding-top: 12px;
		padding-left: 20px;
	}

	.logo-wrap {
		display: flex;
		margin: 0 auto;
		margin-top: 8px;
	}

	.footer {
		font-size: 8px;
		padding: 32px 0;
	}


}