/****======================================
*
* 画面幅が500px以下の時
*
======================================****/
:root {
	--color-main: #66BB6A;
	--color-sub: #FFA000;
	--color-text: #263238;
	--color-shadow: #EBE6E4;
}

body {
	font-size: 1.4rem;
	min-width: 420px;
	max-width: 500px;
}

.wrapper {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.sm-wrapper {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.sm-text,
.sm-title,
.sm-image {
	display: block;
}

.pc-title,
.pc-image {
	display: none;
}

.pc-text {
	display: inline;
}

.sm-title,
.title {
	line-height: 1.6;
	font-size: 2.4rem;
	color: var(--color-main);
	margin-bottom: 40px;
	order: 1;
	text-align: center;
}

.flex-box {
	flex-direction: column;
}

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

h2 .small-text {
	font-size: 65%;
}

/****======================================
*
* header ヘッダー
*
======================================****/

.g-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 30px;
	position: absolute;
	right: 30px;
	padding-top: 30px;
	color: var(--color-main);
}

/* 閉じるボタン */
/*×に変化*/

.menu-btn {
	display: block;
	position: relative;
	width: 100%;
	height: 27px;
}

.menu-btn span {
	display: inline-block;
	transition: all .4s;
	/*アニメーションの設定*/
	position: absolute;
	left: 50%;
	margin-left: -12px;
	height: 3px;
	border-radius: 2px;
	background: var(--color-main);
	width: 24px;
}

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

.menu-btn span:nth-of-type(2) {
	top: 9px;
}

.menu-btn span:nth-of-type(3) {
	top: 18px;
}

.menu-btn.active span:nth-of-type(1) {
	top: 6px;
	left: 15px;
	transform: translateY(6px) rotate(-45deg);
	width: 80%;
}

.menu-btn.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-btn.active span:nth-of-type(3) {
	top: 18px;
	left: 15px;
	transform: translateY(-6px) rotate(45deg);
	width: 80%;
}

.menu-text {
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: 400;
}


#g-nav {
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	/*ナビのスタート位置と形状*/
	top: 0;
	left: -83%;
	width: 100%;
	height: 100%;
	/*ナビの高さ*/
	transition: all 0.5s;
	color: var(--color-main);
}

#g-nav ul {
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	top: 100px;
	left: 30px;
	font-size: 1.4rem;
}

/****======================================
*
* main メイン
*
======================================****/

/***----------------
main-view メインビュー
-----------------------------***/

.marche-logo {
	position: initial;
	order: 1;
}


/***----------------
#about-marche HELAS(ヘラス)オンラインマルシェって何？
-----------------------------***/

#about-marche {
	margin-top: 0px;
}

#about-marche figure img {
	width: 550px;
}

#about-marche .text {
	padding-top: 20px;
}

#about-marche picture {
	display: block;
	margin-top: 50px;
}

#about-marche picture img {
	width: 1100px;
}

/***----------------
#what-to-purchase どんなものが出品されて購入できるの？
-----------------------------***/

#what-to-purchase {
	margin-top: 100px;
}

#what-to-purchase ul {
    margin-bottom: 20px;
}

#what-to-purchase .annotation {
    color: var(--color-sub);
    font-size: 1.8rem;
}

/***----------------
#fusion スマートフォンアプリ「HELAS」とヤマト運輸「産直サービス」が融合
-----------------------------***/

#fusion {
	margin-top: 100px;
}

/***----------------
#marche-merit ヤマト運輸との業務連携によるスムーズな集荷配送　送料が最大63.3%off に
-----------------------------***/

#marche-merit {
	margin-top: 100px;
}

#marche-merit .flex-box .text-area {
    width: 100%;
    margin-top: 50px;
    display: block;
    justify-content: space-between;
}

/***----------------
#seller-nagano-farmers 売り手は長野県内の農業生産者
-----------------------------***/

#seller-nagano-farmers {
	margin-top: 100px;
}

#seller-nagano-farmers figure img {
	width: 550px;
}

#seller-nagano-farmers .text{
	width: 100%;
	padding-top: 20px;
	margin-bottom: 50px;
}

#seller-nagano-farmers picture {
	display: block;
	margin-top: 50px;
}

#seller-nagano-farmers picture img {
	width: 1100px;
}

/***----------------
#buyer-app-users 買い手は全国のスマートフォンアプリユーザー
-----------------------------***/

#buyer-app-users {
	margin-top: 100px;
}

#buyer-app-users figure img {
	width: 550px;
}

#buyer-app-users .text{
    width: 100%;
	padding-top: 20px;
	margin-bottom: 50px;
}

#buyer-app-users picture {
	display: block;
	margin-top: 50px;
}

#buyer-app-users picture img {
	width: 1100px;
}

/***----------------
#recommendation 飲食店経営の皆様、食品加工製造者の皆様にもご利用をおすすめします
-----------------------------***/

#recommendation {
	margin-top: 100px;
    margin-bottom: 100px;
}

#recommendation figure img {
	width: 550px;
}

#recommendation .text{
    width: 100%;
	padding-top: 20px;
	margin-bottom: 50px;
}

#recommendation picture {
	display: block;
	margin-top: 50px;
}

#recommendation picture img {
	width: 1100px;
}
