<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body *{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

body a,
body a:active,
body a:visited{
	color: #007740;
	text-decoration: none;
}
body a:hover{
	color: #007740;
	text-decoration: underline;
	transition: 0.5s;
	opacity: 0.6;
}

a.link_button_1,
a.link_button_2,
a.link_button_3{
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 268px;
    line-height: 35px;
}
a.link_button_1{
	font-family: 'Jost', sans-serif;
	color: #007740;
	border: 1px solid #007740;
}
a.link_button_1:hover,
a.link_button_1:visited,
a.link_button_1:active{
	background-color: #C3FFE3;
	color: #007740;
	text-decoration: none;
}
a.link_button_1:hover{
	background-color: #007740;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #fff;
}
a.link_button_2{
	color: #FFF;
	border: 1px solid #FFF;
}
a.link_button_2:hover,
a.link_button_2:visited,
a.link_button_2:active{
	background-color: #CCC;
	color: #FFF;
	text-decoration: none;
}
a.link_button_2:hover{
	background-color: #FFF;
	color: #007740;
}
a.link_button_3{
	color: #7c4728;
	border: 1px solid #7c4728;
}
a.link_button_3:hover,
a.link_button_3:visited,
a.link_button_3:active{
	color: #7c4728;
	background-color: #FFF;
	text-decoration: none;
}

a.header_link_button{
	display: inline-block;
	padding: 6px 10px;
	text-align: center;
	width: 100%;
	max-width: 180px;
	border: 1px solid #FFF;
	font-size: 14px;
	font-weight: 200;
}
a.header_link_button,
a.header_link_button:visited,
a.header_link_button:active{
	text-decoration: none;
}
a.header_link_button:hover{
	background-color: #CCC;
	color: #FFF;
	text-decoration: none;
}
a.header_link_button div{
	display: flex;
	justify-content: center;
	align-items: center;
}
a.header_link_button div a,
a.header_link_button div span{
	display: block;
	margin: 0 4px;
}

header{
	position: relative;
	z-index: 300;
	width: 100%;
}
header *{
	font-family: 'Jost', sans-serif;
	font-size: 16px;
    letter-spacing: 0.07em;
}

body header a,
body header a:active,
body header a:visited{
	color: #FFF;
	text-decoration: none;
}
body header a:hover{
	color: #FFF;
	text-decoration: none;
}

header #pc_header{
	position: fixed;
	width: 100%;
}
header #pc_header #pc_header_top{
	width: 100%;
	height: 95px;
	margin: 0 auto;
	background-color: #FFF;
}
header #pc_header #pc_header_top #pc_header_top_inner{
	display: flex;
	justify-content: right;
	align-items: center;
	width: 100%;
	/* max-width: 1360px; */
	margin: 0 auto;
}
header #pc_header #pc_header_top #pc_header_top_inner .logo img{
	width: 100px;
}
header #pc_header #pc_header_top #pc_header_top_inner .forest img{
	width: 100%;
	height: 95px;
	max-width: 1200px;
	object-fit: cover;
}
header #pc_header #pc_header_menu_wrapper{
	/* background: rgba(39, 134, 90, 0.8); */
	width: 100%;
	background-color: #007740;
	opacity: 0.8;
	height: 40px;
}
header #pc_header #pc_header_menu_wrapper #pc_header_menu{
	display: flex;
	width: 100%;
	height: 40px;
	max-width: 900px;
	margin: 0 auto;
	justify-content: space-around;
	align-items: center;

}
header #pc_header #pc_header_menu_wrapper #pc_header_menu li{
	font-size: 16px;
	font-weight: 300;
	margin: 0 5px;
}
header #pc_header #pc_header_menu_wrapper::after{
	display: block;
	height: 40px;
	content: "";
}

header #sp_header{
	position: fixed;
	width: 100%;
	height: 70px;
	background-color: #FFF;
	background: url("/wp-content/themes/annie/image/header_sp.jpg");
	z-index: 500;
}
header #sp_header #sp_operation_area{
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top: 9px;
}
header #sp_header #sp_operation_area #sp_header_logo{
	width: calc(100% - 60px);
	text-align: center;
}
header #sp_header #sp_operation_area #sp_header_logo img{
	width: 70px;
	height: 52px;
	position: relative;
	left: 30px;
}
header #sp_header #sp_operation_area #sp_menu_link{
	
	width: 25px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
header #sp_header #sp_operation_area #sp_menu_link img{
	width: 25px;
}
header #sp_header #sp_menu{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100vh;
	z-index: 600;
	background-color: #1eac6a;
	background: url("/wp-content/themes/annie/image/sp_menu_back.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
header #sp_header #sp_menu #sp_menu_close_button_area{
	text-align: right;
	margin: 15px 15px 0 0;
}
header #sp_header #sp_menu #sp_menu_close_button_area img{
	width: 24px;
	cursor: pointer;
}
header #sp_header #sp_menu #sp_menu_logo_area{
	margin: 5px auto 20px;
	text-align: center;
}
header #sp_header #sp_menu #sp_menu_link{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: calc(100% - 270px);
	max-height: 360px;
}
header #sp_header #sp_menu #sp_menu_link li{
	text-align: center;
	font-weight: 100;
}

header #sp_header #sp_menu #sp_menu_link li a,
header #sp_header #sp_menu #sp_menu_link li a:link,
header #sp_header #sp_menu #sp_menu_link li a:visited,
header #sp_header #sp_menu #sp_menu_link li a:active,
header #sp_header #sp_menu #sp_menu_link li a:hover{
	color: #FFF;
}

header #sp_header #sp_menu #sp_sns_area{
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 250px;
	margin: 0 auto 60px;
}
header #sp_header #sp_menu #sp_sns_area a{
	display: block;
	
}
header #sp_header #sp_menu #sp_sns_area a img{
	width: 50px;
}
header #sp_header #sp_menu #sp_official_site_area{
	text-align: center;
}
header #sp_header #sp_menu #sp_official_site_area a{
	display: inline-block;
	padding: 15px 30px;
	color: #1eac6a;
	background-color: #FFF;
	border-radius: 10px;
}


footer{
	width: 100%;
	color: #FFF;
	background-color: #007740;
	padding: 10px 0;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	letter-spacing: 0.07em;
}

#main_contents{
	/* padding: 94px 0 50px; */
	padding: 94px 0 0 0;
}

.contents_wrapper{
	width: 100%;
	padding: 100px 0;
}
.contents_wrapper .contents_inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.contents_title{
	font-family: 'Corinthia', cursive;
	font-size: 50px;
	text-align: center;
	margin-bottom: 50px;
	color: #007740;
}

.page_image_contain{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.page_image_contain .page_title{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	color: #FFF;
}
.page_image_contain .background_image{
	width: 100%;
}


/* cover系のページイメージ */
.page_image_cover{
	position: relative;
}
.page_image_cover .logo-center{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page_image_cover .scroll_icon{
	position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    cursor: pointer;
    opacity: 0.7;
}
.page_image_cover .scroll_text{
	letter-spacing: 3px;
	color: #FFF;
	margin-bottom: 8px;
	font-family: 'Jost', sans-serif;
}
.page_image_cover .line{
	margin: 0 auto;
	width: 2px;
	height: 50px;
	background-color: #FFF;
}



#page_not_found{
	margin: 100px auto 50px;
	text-align: center;
	font-size: 36px;
}

.pc_only{
	display: block !important;
}
.sp_only{
	display: none !important;
}

/* スマホ画面の時 */
@media screen and (max-width: 900px) {
	.pc_only{
		display: none !important;
	}
	.sp_only{
		display: block !important;
	}
	footer{
		font-size: 12px;
	}
	#main_contents{
		padding: 70px 0 50px;
	}
	
	a.link_button_1,
	a.link_button_2{
		padding: 10px 5px;
		max-width: 240px;
	}
}

/* 縦幅が小さなスマホ画面の時 */
@media screen and (max-height: 540px) {
	header #sp_header #sp_menu #sp_menu_link li{
	
	}
}

/* 横幅が小さなスマホ画面の時 */
@media screen and (max-width: 375px) {
	.contents_title{
		font-size: 40px;
	}
	header #sp_header #sp_menu #sp_menu_logo_area img{
		width: 90px;
	}
}

/* スマホ用カテゴリ一覧のラッパー */
.sp_category_list_wrapper{
	text-align:center;
}
.sp_category_list_wrapper::after{
	content:"▼";
	font-size: 16px;
	position: relative;
	left: -25px;
	color: #007740;
}
.sp_category_list_wrapper *{
	color: #007740;
	font-size: 16px;
}
.sp_category_list_wrapper select{
	width: 160px;
	border: 1px solid #007740;
	appearance: none;
}





/**************************** トップページ画像 *********************************/

/* jqueryにより背景画像は設定 */
#index_page #top_img{
}
#index_page #top_img img{
}



/**************************** ジャルダンページ画像 *********************************/

#jardin_static_page #jardin_img{
	background: url("/wp-content/themes/annie/image/le-jardin_topimg") no-repeat center;
}
#jardin_static_page #jardin_img img{
	display: inline-block;
	width: 100%;
	max-width: 200px;
}
#jardin_static_page #jardin_img .scroll_icon{
	cursor: pointer;
	opacity: 0.7;
	margin-bottom: 30px;
}
#jardin_static_page #jardin_img .scroll_text{
	letter-spacing: 4px;
	color: #FFF;
	margin-bottom: 8px;
}
#jardin_static_page #jardin_img .line{
	margin: 0 auto;
	width: 2px;
	height: 50px;
	background-color: #FFF;
}


/**************************** ニュース *********************************/
#news.contents_wrapper{
	padding: 90px 0 0;
}

#news #news_inner{
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
#news_post_page #news #news_inner{
	background:
		url("/wp-content/themes/annie/image/flower01.png"),
		url("/wp-content/themes/annie/image/flower02.png");
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		100% 0,
		0 100%;
}

#news #news_list {
    display: grid;
    justify-content: center;
    /* align-items: flex-start; */
    /* flex-wrap: wrap; */
    margin-bottom: 30px;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    column-gap: 5%;
	row-gap: 20px;
	padding-inline: 5%;
}
/* #news #news_list li{
	width: calc(25% - 10px);
	margin: 20px 5px;
} */

#news #news_list li {
    width: 100%;
    margin: 0;
}

#news #news_list li .news_image{
	position: relative;
    overflow: hidden;
    width: 100%;
    /* max-width: 230px; */
}
#news #news_list li .news_image::before{
	content: "";
    display: block;
    padding-top: 100%;
}
#news #news_list li .news_image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#news #news_list li .news_date {
    width: 100%;
    max-width: 230px;
    font-family: 'Jost', sans-serif;
    margin: 22px 0 10px;
    font-size: 14px;
}
#news #news_list li .news_title{
	width: 100%;
	max-width: 230px;
	font-family: "游明朝";
	font-size: 17px;
	margin: 10px 0 10px;
}
#news #news_list li .news_title a{
	font-family: YuMincho,'Yu Mincho',serif;
	line-height: 1.2;
}
#news #news_list li .news_title a,
#news #news_list li .news_title a:visited,
#news #news_list li .news_title a:hover,
#news #news_list li .news_title a:link{
	color: #000;
}
#news #news_link{
	text-align: center;
}
#news #pc_news_category_list{
	width: 100%;
	max-width: 500px;
	margin: 50px auto 0;
	border-top: 1px solid #007740;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
#news #pc_news_category_list a{
	display: inline-block;
	padding: 20px 0;
	font-family: "Yu Gothic", YuGothic, serif;
	font-size: 13px;
	line-height: 49px;
}
#news #pc_news_category_list a.selected{
	background: url("/wp-content/themes/annie/image/point.png");
	background-position: center;
	background-repeat: no-repeat;
}


/* ----------ニュース一覧----------- */
#news_archive_page #page_navi_block{
	margin-bottom: 40px;
}
#news_archive_page #page_navi_block #page_move_block{
	text-align: center;
}
#news_archive_page #page_navi_block #page_move_block span.page_number,
#news_archive_page #page_navi_block #page_move_block a.page_number{
	width: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	font-size: 14px;
	padding: 20px 2px;
}
#news_archive_page #page_navi_block #page_move_block span.page_dotted{
	margin: 5px 10px;
}
#news_archive_page #page_navi_block #page_move_block span.page_number{
	color: #007740;
	font-weight: bold;
	background: url("/wp-content/themes/annie/image/point.png");
	background-position: center;
	background-repeat: no-repeat;
}
#news_archive_page #page_navi_block #page_move_block a.page_number{
	font-weight: bold;
}




/* ----------ニュース詳細----------- */
#news_post_page{
}

#news_post_page #news_title{
	margin-bottom: 50px;
}
#news_post_page #news_detail{
	width: calc(100% - 20px);
	max-width: 800px;
	margin: 0 auto;
}
#news_post_page #news_detail *{
	font-family: "游明朝";
}
#news_post_page #news_detail #news_date{
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
}
#news_post_page #news_detail #news_title{
	font-size: 25px;
    text-align: center;
    font-weight: 600;
    line-height: 35px;
}
#news_post_page #news_detail #news_category{
	margin-bottom: 20px;
	font-size: 16px;
	text-align: right;
}
#news_post_page #news_detail #news_category a{
	display: inline-block;
	padding: 6px 10px;
	background-color: #DFF5D7;
	font-family: "Yu Gothic", YuGothic, serif;
	font-size: 13px;
}
#news_post_page #news_detail #news_image{
	margin-bottom: 20px;
}
#news_post_page #news_detail #news_image img{
	width: 100%;
	max-width: 800px;
}
#news_post_page #news_detail #news_body{
	margin-bottom: 40px;
	line-height: 1.5em;
	font-size: 16px;
}
#news_post_page #news_detail #news_body p{
	font-family: "Yu Gothic", YuGothic, serif;
	font-size: 14px;
	line-height: 32px;
}
#news_post_page #news_detail #sp_news_list_link{
	text-align: center;
	margin-bottom: 20px;
}
#news_post_page #news_detail #other_news_link{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
#news_post_page #news_detail #other_news_link #previous_news{
	margin-left: 60px;
}
#news_post_page #news_detail #other_news_link #next_news{
	margin-right: 60px;
}
#news_post_page #news_detail #other_news_link a.other_page_link:hover{
	text-decoration: none;
	background-color: #EEE;
}
#news_post_page #news_detail #other_news_link #previous_news,
#news_post_page #news_detail #other_news_link #next_news{
	display: inline-block;
}




/* スマホ画面の時 */
@media screen and (max-width: 900px) {
	#news #sp_news_category_list_wrapper{
		text-align: center;
	}
	/* #news #news_list li{
		width: calc(50% - 10px);
	} */

	#news #news_list li {
		max-width: 350px;
	}

	#news_post_page #news #news_inner{
		background:url("/wp-content/themes/annie/image/flower02.png");
		background-repeat: no-repeat;
		background-position: 0 100%;
		background-size: 81px 183px;
	}

	#news_post_page #news_detail #other_news_link{
		justify-content: center;
	}
	#news_post_page #news_detail #other_news_link #previous_news,
	#news_post_page #news_detail #other_news_link #next_news{
		margin: 10px;
	}

	#news #news_list {
		grid-template-columns: repeat(1, 1fr);
	}

	#news #news_list li .news_date {
		margin: 15px 0 10px;
	}

}


/**************************** ピックアップ *********************************/
#pickup{
}
/* #pickup #pickup_inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin: 0 auto;
    background: url("/wp-content/themes/annie/image/back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
} */

#pickup #pickup_inner {
    display: grid;
    /* justify-content: space-between; */
    /* align-items: stretch; */
    /* width: 100%; */
    /* margin: 0 auto; */
    background: url("/wp-content/themes/annie/image/back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: 1fr 0.6fr;
    justify-items: center;
}

#pickup #pickup_inner #pickup_image{
	width: 100%;
	/* max-width: 600px; */
}
#pickup #pickup_inner #pickup_image #pickup_main_image img{
	width: 100%;
	/* max-width: 680px; */
	/* max-width: 600px;
	min-width: 480px; */
	object-fit: cover;
}
#pickup #pickup_inner #pickup_content {
    /* max-width: 600px; */
    /* padding: 20px 40px; */
    /* padding: 100px 40px; */
    /* background-color: #F1FEE2; */
    /* margin: 0 auto; */
	padding: 40px 5% 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* align-content: center; */
}
#pickup #pickup_inner #pickup_content div *{
	font-family: "Yu Gothic", YuGothic, serif;
}
/* #pickup #pickup_inner #pickup_content .contents_title{
	margin-top: 50px;
} */
#pickup #pickup_inner #pickup_content #pickup_title{
	font-size: 25px;
	color: #007740;
	text-align: center;
	margin-bottom: 30px;
	font-family: YuMincho,'Yu Mincho',serif;
	font-weight: 600;
}
#pickup #pickup_inner #pickup_content #pickup_body{
	margin-bottom: 30px;
	line-height: 2em;
	color: #007740;
}
#pickup #pickup_inner #pickup_content #pickup_link a{
	font-family: "Yu Gothic", YuGothic, serif;
	font-size: 14px;
	padding: 3px 10px 2px;
}
#pickup #pickup_inner #pickup_content #pickup_body p{
	font-family: "Yu Gothic", YuGothic, serif;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
}
#pickup #pickup_inner #pickup_content #pickup_link{
	text-align: center;
}
#pickup_static_page  #main_contents{
	padding: 0;
}
#item_post_page #pickup_page_wrapper{
	background:
		url("/wp-content/themes/annie/image/flower03.png"),
		url("/wp-content/themes/annie/image/flower04.png"),
		url("/wp-content/themes/annie/image/flower05.png"),
		url("/wp-content/themes/annie/image/back.jpg");
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat;
	background-position:
		8% 20%,
		2% 25%,
		100% 100%,
		0% 0%;
	background-size:
		auto,
		auto,
		auto,
		cover;
	padding-top: 200px;
}
#item_post_page #pickup_page_wrapper .contents_title{
	margin-bottom: 30px;
}
#item_post_page #pickup_page_wrapper .contents_wrapper{
	padding: 50px 0 120px;
}

/* PCのサイズ違いにより背景画像の位置を修正する */
@media screen and (max-width: 1480px) {
	#item_post_page #pickup_page_wrapper{
		background-size:
			auto,
			auto,
			144px 215px,
			auto;
	}
}
@media screen and (max-width: 1200px) {
	#item_post_page #pickup_page_wrapper{
		background-size:
			auto,
			auto,
			103px 154px,
			auto;
	}
}
/* スマホ画面の時 */
@media screen and (max-width: 900px) {
	#pickup #pickup_inner{
		flex-wrap: wrap;
		grid-template-columns: 1fr;
	}
	#pickup #pickup_inner #pickup_image #pickup_main_image img{
		min-width: initial;
	}
	/* #pickup #pickup_inner #pickup_content{
		position: relative;
		top: -4px;
	} */
	/* #pickup #pickup_inner #pickup_content #pickup_link{
		margin-bottom: 50px;
	} */
	#item_post_page #pickup_page_wrapper{
		padding-top: 120px;
		
		background:
			url("/wp-content/themes/annie/image/flower03.png"),
			url("/wp-content/themes/annie/image/flower04.png"),
			url("/wp-content/themes/annie/image/flower02.png"),
			url("/wp-content/themes/annie/image/back.jpg");
		background-position:
			82% 8%,
			95% 13%,
			0% 90%,
			0% 0%;
		background-size:
			auto,
			auto,
			94px 214px,
			cover;
		background-repeat:
			no-repeat,
			no-repeat,
			no-repeat,
			no-repeat;
		
	}
}



/**************************** 商品一覧 *********************************/
#items{
}
#items #items_inner{
}
#items #items_inner #items_list{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1360px;
	margin: 0 auto 50px;
	text-align: center;
}
#items #items_inner #items_list li.wide_item{
	width: calc(50% - 20px);
	max-width: 660px;
	margin: 10px auto 40px;
}
#items #items_inner #items_list li.wide_item div{
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

#items #items_inner #items_list li.wide_item div.item_image img{
	width: 100%;
	max-width: 560px;
}
#items #items_inner #items_list li{
	margin-bottom: 30px;
}
#items #items_inner #items_list li.normal_item{
	width: calc(33.33% - 20px);
	max-width: 433px;
	margin: 10px auto 40px;
}
#items #items_inner #items_list li.normal_item div{
	width: 100%;
	max-width: 360px;
	margin: 0 auto;

}
#items #items_inner #items_list li.normal_item div.item_image img{
	width: 100%;
	max-width: 360px;
}
#items #items_inner #items_list li div.item_image{
	margin-bottom: 10px;
}
#items #items_inner #items_list li div.item_title{
	font-family: "游明朝";
	font-size: 18px;

}
#items #items_inner #items_link{
	margin-bottom: 150px;
	text-align: center;
}
#items #items_inner #items_other_banner{
	width: calc(100% - 20px);
	text-align: center;
	margin: 0 auto;
}
#items #items_inner #items_other_banner a,
#items #items_inner #items_other_banner img{
	display: block;
	width: 100%;
	max-width: 760px;
	margin: 0 auto 40px;
}

/* スマホ画面の時 */
@media screen and (max-width: 900px) {
	#items #items_inner #items_list li.wide_item{
		max-width: 433px;
	}
	#items #items_inner #items_list li.wide_item div.item_image img{
		max-width: 360px;
	}
	#items #items_inner #items_list li div.item_image img{
		width: 200px;
		height: 200px;
		object-fit: cover;
	}
	#items #items_inner #items_list li.normal_item{
		width: calc(50% - 20px);
	}
	#items #items_inner #items_other_banner img{
		margin-bottom: 20px;
	}
}

/* 商品一覧ページ */
#item_archive_page #items{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
#item_archive_page .page_image_contain .page_title{
	width: 80%;
	margin: 0 auto;
	color: #FFF;
	text-align: left;
}

#item_archive_page #items #item_category_list{
	margin-left: 20px;
	width: 150px;
	min-width: 150px;
}
#item_archive_page #items #item_category_list li{
	padding: 20px 5px;
}
#item_archive_page #items #item_category_list li.selected{
	background: url("/wp-content/themes/annie/image/point.png");
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
#item_archive_page #items #item_list{
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
	width: calc(100% - 20px);
	max-width: 1200px;
}

#item_archive_page #items #item_list li{
	width: calc(33.333% - 20px);
	margin: 10px;
	text-align: center;
}
#item_archive_page #items #item_list li .item_image{
	margin-bottom: 8px;
}
#item_archive_page #items #item_list li .item_image img{
	text-align: center;
	width: 300px;
	height: 300px;
	object-fit: cover;
}
#item_archive_page #items #item_list li .item_title{
	text-align: center;
}

/* 小さめのPC画面の時 */
@media screen and (max-width: 1200px) {
	#item_archive_page #items #item_list li .item_image img{
		width: 250px;
		height: 250px;
	}
}
@media screen and (max-width: 1000px) {
	#item_archive_page #items #item_list li .item_image img{
		width: 200px;
		height: 200px;
	}
}

/* スマホ画面の時 */
@media screen and (max-width: 900px) {
	#item_archive_page .contents_wrapper{
		padding: 50px 0;
	}
	#item_archive_page .page_image_contain .page_title{
		width: 100%;
		text-align: center;
		font-size: 40px;
	}
	#item_archive_page #items{
		display: block;
		justify-content: initial;
		align-items: initial;
	}
	#item_archive_page #items .sp_category_list_wrapper{
		margin-bottom: 50px;
	}
	#item_archive_page #items #item_list{
		margin: 0 auto 50px;
	}
	#item_archive_page #items #item_list li{
		width: calc(50% - 20px);
		margin: 10px;
		text-align: center;
	}
}
@media screen and (max-width: 500px) {
	#item_archive_page #items #item_list li .item_image img{
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 350px) {
	#item_archive_page #items #item_list li .item_image img{
		width: 125px;
		height: 125px;
	}
}




/* 商品詳細ページ */
#item_post_page #items{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

#item_post_page #items #item_category_list{
	margin-left: 20px;
	width: 150px;
	min-width: 150px;
}
#item_post_page #items #item_category_list li{
	padding: 20px 5px;
}
#item_post_page #items #item_category_list li.selected{
	background: url("/wp-content/themes/annie/image/point.png");
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
#item_post_page #items #target_item{
	width: calc(100% - 20px);
	max-width: 1300px;
	margin: 0 auto;
}

#item_post_page #items .target_item_category{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 220px;
	margin-bottom: 30px;
}
#item_post_page #items .target_item_category a{
	display: block;
}
#item_post_page #items .target_item_category:before{
	content: "";
	flex-grow: 1;
	height: 2px;
	display: block;
	background: #007740;
	margin-right: 3px;
}

#item_post_page #items #target_item #target_item_content{
	display: flex;
	justify-content: left;
	align-items: center;
}
#item_post_page #items #target_item #target_item_content *{
	font-family: "游明朝";
}
#item_post_page #items #target_item #target_item_content #target_item_image{
	width: 100%;
	max-width: 500px;
	margin-right: 50px;
}
#item_post_page #items #target_item #target_item_content #target_item_image #target_item_main_image img{
	width: 100%;
	max-width: 500px;
}
#item_post_page #items #target_item #target_item_content #target_item_image #target_item_ext_image{
	display: flex;
	justify-content: left;
}
#item_post_page #items #target_item #target_item_content #target_item_image #target_item_ext_image li,
#item_post_page #items #target_item #target_item_content #target_item_image #target_item_ext_image li img{
	width: 100px;
	height: 100px;
	object-fit: cover;
}
#item_post_page #items #target_item #target_item_content #target_item_text{
	width: calc(100% - 20px);
	max-width: 700px;
	margin-right: 10px;
}
#item_post_page #items #target_item #target_item_content #target_item_text #target_item_title{
	font-size: 24px;
	margin-bottom: 20px;
}
#item_post_page #items #target_item #target_item_content #target_item_text #target_item_explanation{
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 40px
}
#item_post_page #items #target_item #target_item_content #target_item_text #target_item_price{
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 40px
}
#item_post_page #items #target_item #target_item_content #target_item_text #target_item_onlineshop_link{
	text-align: right;
}

/* 小さめのPC画面の時 */
@media screen and (max-width: 1300px) {
	#item_post_page #items #target_item #target_item_content #target_item_image,
	#item_post_page #items #target_item #target_item_content #target_item_image #target_item_main_image img{
		max-width: 400px;
	}
	#item_post_page #items #target_item #target_item_content #target_item_image #target_item_ext_image li,
	#item_post_page #items #target_item #target_item_content #target_item_image #target_item_ext_image li img{
		width: 80px;
		height: 80px;
		object-fit: cover;
	}
}
@media screen and (max-width: 1100px) {
	#item_post_page #items #target_item #target_item_content #target_item_image,
	#item_post_page #items #target_item #target_item_content #target_item_image #target_item_main_image img{
		max-width: 300px;
	}
	#item_post_page #items #target_item #target_item_content #target_item_image #target_item_ext_image li,
	#item_post_page #items #target_item #target_item_content #target_item_image #target_item_ext_image li img{
		width: 60px;
		height: 60px;
		object-fit: cover;
	}
}
/* スマホ画面の時 */
@media screen and (max-width: 900px) {
	#item_post_page .contents_wrapper{
		padding: 20px 0;
	}
	#item_post_page #items .target_item_category{
		margin: 50px auto;
	}
	#item_post_page #items{
		display: block;
		justify-content: initial;
		align-items: initial;
	}
	#item_post_page #items #target_item #target_item_content{
		display: block;
		justify-content: initial;
		align-items: initial;
		margin: 0 auto;
	}
	#item_post_page #items #target_item #target_item_content #target_item_image{
		margin-right: initial;
		margin: 0 auto 40px;
	}
	#item_post_page #items #target_item #target_item_content #target_item_text{
		margin-right: initial;
		margin: 0 auto;
	}
	#item_post_page #items #target_item #target_item_content #target_item_text #target_item_price{
		text-align: center;
	}
	#item_post_page #items #target_item #target_item_content #target_item_text #target_item_onlineshop_link{
		text-align: center;
		margin-bottom: 40px;
	}
}




/**************************** トップページのショップコンセプト *********************************/
#index_page #shop_concept{
	padding: 100px 0 0 !important;
}
#index_page #shop_concept #shop_concept_inner{
	width: 100%;
	background-color: #007740;
	padding-bottom: 80px;
}
#index_page #shop_concept #shop_concept_inner #shop_concept_image{
	text-align: center;
	margin-bottom: 100px;
}
#index_page #shop_concept #shop_concept_inner #shop_concept_image img{
	width: 100%;
}
#index_page #shop_concept #shop_concept_inner #shop_concept_text{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 60px;
	color: #FFF;
	font-family: "游明朝";
	font-size: 18px;
	line-height: 2em;
	text-align: center;
}
#index_page #shop_concept #shop_concept_inner #shop_concept_text p{
	font-family: "游明朝";
	font-size: 19px;
	line-height: 2em;
	text-align: center;
	letter-spacing: 0.05em;
}
#index_page #shop_concept #shop_concept_inner #shop_concept_link{
	text-align: center;
	margin-bottom: 100px;
}
#index_page #shop_information #open_time_and_address{
	color: #FFF;
}
#jardin_static_page #shop_information #open_time_and_address{
	color: #7c4728;
}
#jardin_static_page #shop_information #open_time_and_address a{
	color: #7c4728;
}

/* ショップインフォメーション */
#shop_information{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 70px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#shop_information *{
	font-family: "Yu Gothic", YuGothic, serif;
}
#shop_information #open_time_and_address{
	margin: 10px 10px 10px 5%;
}
#shop_information #open_time_and_address a{
	color: #FFF;
}
#shop_information #open_time_and_address #shop_open_time{
	font-family: 'Jost', sans-serif;
	font-size: 24px;
	margin-bottom: 20px;
	/* line-height: 64px; */
	line-height: 1.5;
    letter-spacing: 0.07em;
}
#shop_information #open_time_and_address #shop_holiday_info{
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 34px;
}
#shop_information #open_time_and_address .note{
	font-size: 15px;
	line-height: 34px;
}
#shop_information #open_time_and_address #shop_zip{
	font-size: 14px;
	line-height: 32px;
}
#shop_information #open_time_and_address #shop_address{
	font-size: 14px;
	line-height: 32px;
}
#shop_information #open_time_and_address #shop_phone{
	font-size: 14px;
	line-height: 32px;
}

#shop_information #shop_calendar{
	width: 100%;
	max-width: 500px;
	margin: 10px 5% 10px 10px;
}
#shop_map{
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
#shop_map #pc_map{
	display: block;
}
#shop_map #pc_map img{
	width: 100%;
	max-width: 1360px;
}
#shop_map #sp_map{
	display: none;
}
#shop_map #sp_map img{
	width: 100%;
	max-width: 750px;
}
#google_map_link{
	text-align: center;
}
#contact_link .link_button_1,
#google_map_link .link_button_1,
#google_map_link .link_button_2{
	font-family: "Yu Gothic", YuGothic, serif;
}

/* スマホ画面の時 */
@media screen and (max-width: 750px) {
	#shop_information{
		flex-wrap: wrap;
	}
}



/**************************** お問い合わせ *********************************/
#contact{
	padding: 100px 0 !important;
}
#contact #shop_concept_inner{
}
#contact #shop_concept_inner #contact_link{
	text-align: center;
}

#contact_static_page #contact {
	/* width: calc(100% - 20px);
	max-width: 1000px;
	margin: 0 auto; */
	width: calc(100% - 20px);
    margin: 100px auto 0;
    max-width: 1360px;
    padding-bottom: 100px;
    margin-bottom: 40px;
    background: url(/wp-content/themes/annie/image/flower01.png), url(/wp-content/themes/annie/image/flower02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 98% 0%, 2% 100%;
}

#contact_static_page #contact  .border{
	width: 100px;
	height: 10px;
	border-top: 1px solid #555;
	margin: 100px auto;
}
#contact_static_page #contact  .contact_page_title{
	font-family: "游明朝";
	font-size: 22px;
    margin-bottom: 50px;
    text-align: center;
    color: #007740;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.contact_txt {
	text-align: center;
	line-height: 1.6;
}

.contact_txt_s {
    line-height: 1.6;
    margin: 0 auto;
    max-width: max-content;
}

.contact_space {
    padding-bottom: 30px;
}

a.contact_tel {
    font-size: 28px;
    letter-spacing: 0.15rem;
    text-align: center;
    /* margin: 0 auto; */
    display: block;
	padding-bottom: 50px;
}

a.contact_tel::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../image/icon_phone.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: -5px
}

body a.contact_tel:hover {
	text-decoration: none;
}

#contact_static_page #contact  .contact-note{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
#contact_static_page #contact  .contact-note p{
	font-family: "Yu Gothic", YuGothic, serif;
	font-size: 14px;
	line-height: 32px;
	margin: 0 0 30px;
	text-align: left;
}
#contact_form{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#contact_static_page #contact  #q_and_a_list{
	margin-bottom: 100px;
}
#contact_static_page #contact  #q_and_a_list li{
	padding: 30px 0;
	border-bottom: 1px solid #AAA;
}
#contact_static_page #contact  #q_and_a_list li .question{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	cursor: pointer;
}
#contact_static_page #contact  #q_and_a_list li .question *{
	font-size: 22px;
}
#contact_static_page #contact  #q_and_a_list li .question .question_left{
	display: flex;
	justify-content: left;
	align-items: flex-start;
}
#contact_static_page #contact  #q_and_a_list li .question .question_left *{
	font-weight: 600;
}
#contact_static_page #contact  #q_and_a_list li .answer{
	display: flex;
	justify-content: left;
	align-items: flex-start;
	margin-top: 20px;
}
#contact_static_page #contact  #q_and_a_list li .answer *{
	font-size: 18px;
	line-height: 1.8em;
	color: #333;
}
#contact_static_page #contact  #submit_button_block{
	width: 100%;
	text-align: center;
	margin-left: -95px;
}


/* スマホ画面の時 */
@media screen and (max-width: 900px) {
	#contact_static_page #contact  #q_and_a_list li .question *{
		font-size: 18px;
	}
	#contact_static_page #contact  #q_and_a_list li .answer *{
		font-size: 15px;
		line-height: 1.8em;
	}
	#contact_static_page #contact  #submit_button_block{
		margin-left: initial;
	}
}



/* スマホ画面の時 */
@media screen and (max-width: 750px) {
	#contact{
		padding: 60px 0 50px !important;
	}
}



/**************************** ショップコンセプト *********************************/
#shop_concept_static_page .contents_wrapper{
	padding: 0;
}
#shop_concept_static_page .page_image_contain .page_title{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
#shop_concept_static_page #shop_concept{
	width: calc(100% - 20px);
	margin: 100px auto 0;
	max-width: 1360px;
	padding-bottom: 100px;
	margin-bottom: 40px;
	background: 
		url("/wp-content/themes/annie/image/flower01.png"),
		url("/wp-content/themes/annie/image/flower02.png");
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		98% 0%,
		2% 100%;
}
#shop_concept_static_page #shop_concept #shop_concept_title{
	font-size: 19px;
	line-height: 2em;
	text-align: center;
	font-family: "游明朝";
	margin-bottom: 150px;
}
.sp_flower{
	text-align: center;
	margin-bottom: 10px;
}
.sp_flower img#sp_flower_1{
	width: 120px;
	position: relative;
	right: 15px;
}
.sp_flower img#sp_flower_2{
	width: 70px;
	position: relative;
	top: 30px;
	left: 15px;
}
#shop_concept_static_page #shop_concept .sp_flower{
	text-align: center;
	margin-bottom: 10px;
}
#shop_concept_static_page #shop_concept .sp_flower img#sp_flower_1{
	width: 120px;
	position: relative;
	right: 15px;
}
#shop_concept_static_page #shop_concept .sp_flower img#sp_flower_2{
	width: 70px;
	position: relative;
	top: 30px;
	left: 15px;
}
#shop_concept_static_page #shop_concept #shop_concept_explanation{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
#shop_concept_static_page #shop_concept #shop_concept_explanation .explanation_image{
	width: 50%;
	margin: 2.5%;
}
#shop_concept_static_page #shop_concept #shop_concept_explanation .explanation_image img{
	width: 100%;
}
#shop_concept_static_page #shop_concept #shop_concept_explanation .explanation_text{
	width: 40%;
	margin: 2.5%;
	font-size: 14px;
	line-height: 32px;
	font-family: "Yu Gothic", YuGothic, serif;
}
#shop_concept_static_page #shop_concept #chef_flower{
	text-align: center;
}
#shop_concept_static_page #shop_concept #chef_explanation{
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}
#shop_concept_static_page #shop_concept #chef_explanation #chef_image{
	text-align: center;
	margin-bottom: 30px;
}
#shop_concept_static_page #shop_concept #chef_explanation #chef_image img{
	width: 100%;
	max-width: 220px;
}
#shop_concept_static_page #shop_concept #chef_explanation #chef_name{
	text-align: center;
	margin-bottom: 50px;
}
#shop_concept_static_page #shop_concept #chef_explanation #chef_name #chef_name_ja{
	font-family: "游明朝";
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 10px;
	margin-bottom: 20px;
}
#shop_concept_static_page #shop_concept #chef_explanation #chef_name #chef_name_en{
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 2px;
	position: relative;
	left: -2px;
}
#shop_concept_static_page #shop_concept #chef_explanation #chef_explanation_text ul li{
	font-size: 14px;
	line-height: 32px;
	font-family: "Yu Gothic", YuGothic, serif;
}
#shop_concept_static_page #shop_concept #chef_explanation #chef_explanation_text ul{
	display: flex;
    justify-content: flex-start;
}
#shop_concept_static_page #shop_concept #chef_explanation #chef_explanation_text ul li:first-child{
	width: 100%;
    max-width: 85px;
}
#shop_concept_static_page #shop_information_map{
	padding: 100px 0;
	background: url("/wp-content/themes/annie/image/back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#shop_concept_static_page #shop_information_map #shop_information #open_time_and_address{
	color: #007740;
}

/* スマホ画面の時 */
@media screen and (max-width: 900px) {
	
	#shop_concept_static_page #shop_concept #shop_concept_title{
		margin-bottom: 10px;
	}
	#shop_concept_static_page .page_image_contain .page_title{
		width: 100%;
		text-align: center;
		font-size: 40px;
	}
	#contact_static_page #contact,
	#shop_concept_static_page #shop_concept{
		background: initial;
		background-repeat: initial;
		background-position: initial;
		padding-bottom: 0;
	}
	
	#shop_concept_static_page #shop_concept #shop_concept_explanation{
		padding-top: 70px;
	}
	#shop_concept_static_page #shop_concept #shop_concept_explanation .explanation_image,
	#shop_concept_static_page #shop_concept #shop_concept_explanation .explanation_text{
		width: 100%;
		max-width: 630px;
	}
	#shop_concept_static_page #shop_concept #shop_concept_explanation .explanation_image{
		margin: 0 auto 20px;
	}
	#shop_concept_static_page #shop_concept #shop_concept_explanation .explanation_text{
		font-size: 16px;
		line-height: 2.2em;
		margin: 0 auto 50px;
		
	}
}





/**************************** ル・ジャルダン・デュ・ヴェール *********************************/
#jardin_static_page .page_image .page_title{
	text-align: center;
}
#jardin_static_page .page_image .page_title img{
	width: 260px;
}
#jardin_static_page #jardin_image{
	background: url("/wp-content/themes/annie/image/le-jardin_topimg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	
}
#jardin_static_page #jardin_image .contents_title{
	width: 80%;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
}
#jardin_static_page #jardin{
	width: calc(100% - 20px);
	margin: 100px auto 0;
	max-width: 1360px;
	padding-bottom: 100px;
	margin-bottom: 40px;

}
#jardin_static_page #jardin #jardin_title{
	font-size: 22px;
	line-height: 2em;
	text-align: center;
	font-family: "游明朝";
	margin-bottom: 150px;
}
#jardin_static_page #jardin #jardin_explanation{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
#jardin_static_page #jardin #jardin_explanation .explanation_image{
	width: 50%;
	margin: 2.5%;
}
#jardin_static_page #jardin #jardin_explanation .explanation_image img{
	width: 100%;
}
#jardin_static_page #jardin #jardin_explanation .explanation_text{
	width: 40%;
	margin: 2.5%;
	font-size: 16px;
	line-height: 2.2em;
}
#jardin_static_page #items #item_list{
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
	width: calc(100% - 20px);
	max-width: 1360px;
	margin: 0 auto;
}

#jardin_static_page #items #item_list li{
	width: calc(25% - 20px);
	margin: 20px 10px 30px;
	text-align: center;
}
#jardin_static_page #items #item_list li .item_image{
	margin-bottom: 8px;
	cursor: pointer;
}
#jardin_static_page #items #item_list li .item_image img{
	text-align: center;
	width: 300px;
	height: 300px;
	object-fit: cover;
}
#jardin_static_page #items #item_list li .item_title{
	text-align: center;
	cursor: pointer;
}
#jardin_static_page #modal_jardin_item_detail_block{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

/* 小さめのPC画面の時 */
@media screen and (max-width: 1300px) {
	#jardin_static_page #items #item_list li .item_image img{
		width: 250px;
		height: 250px;
	}
}
@media screen and (max-width: 1200px) {
	#jardin_static_page #items #item_list li .item_image img{
		width: 225px;
		height: 225px;
	}
}
@media screen and (max-width: 1000px) {
	#jardin_static_page #items #item_list li .item_image img{
		width: 200px;
		height: 200px;
	}
}
/* スマホ画面の時 */
@media screen and (max-width: 900px) {
	#jardin_static_page .page_image .page_title img{
		width: 180px;
	}
	#jardin_static_page #jardin #jardin_title{
		margin-bottom: 10px;
	}
	#jardin_static_page #jardin_image .contents_title{
		text-align: center;
	}
	#jardin_static_page #jardin{
		background: initial;
		background-repeat: initial;
		background-position: initial;
		padding-bottom: 0;
	}
	
	#jardin_static_page #jardin #jardin_explanation{
		padding-top: 70px;
	}
	#jardin_static_page #jardin #jardin_explanation .explanation_image,
	#jardin_static_page #jardin #jardin_explanation .explanation_text{
		width: 100%;
		max-width: 630px;
	}
	#jardin_static_page #jardin #jardin_explanation .explanation_image{
		margin: 0 auto 20px;
	}
	#jardin_static_page #jardin #jardin_explanation .explanation_text{
		font-size: 16px;
		line-height: 2.2em;
		margin: 0 auto 50px;
	}
	#jardin_static_page .contents_wrapper{
		padding: 50px 0;
	}
	#jardin_static_page .page_image_contain .page_title{
		width: 100%;
		text-align: center;
		font-size: 40px;
	}
	#jardin_static_page #items{
		display: block;
		justify-content: initial;
		align-items: initial;
	}
	#jardin_static_page #items .sp_category_list_wrapper{
		margin-bottom: 50px;
	}
	#jardin_static_page #items #item_list{
		margin: 0 auto 50px;
	}
	#jardin_static_page #items #item_list li{
		width: calc(50% - 20px);
		margin: 10px;
		text-align: center;
	}
}
@media screen and (max-width: 500px) {
	#jardin_static_page #items #item_list li .item_image img{
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 350px) {
	#jardin_static_page #items #item_list li .item_image img{
		width: 125px;
		height: 125px;
	}
}





/**************************** ル・ジャルダン・デュ・ヴェールの商品詳細 *********************************/
#jardin_item_post_page #main_contents{
	padding: 180px 0 50px;
}

#jardin_item_detail{
	display: flex;
	justify-content: space-around;
	width: calc(100% - 20px);
	max-width: 1000px;
	margin: 0 auto;
}
#jardin_item_detail #jardin_item_image{
	width: 100%;
	max-width: 330px;
	margin: 20px;
}
#jardin_item_detail #jardin_item_image #main_image img{
	width: 330px;
	height: 330px;
	object-fit: cover;
}
#jardin_item_detail #jardin_item_image #jardin_item_ext_image_list{
	width: 100%;
	max-width: 330px;
	display: flex;
	justify-content: left;
	align-items: center;
}
#jardin_item_detail #jardin_item_image #jardin_item_ext_image_list img{
	width: 110px;
	height: 110px;
	object-fit: cover;
}
#jardin_item_detail #jardin_item_info{
	width: 100%;
	max-width: 580px;
	margin: 20px;
}
#jardin_item_detail #jardin_item_info #jardin_item_title{
	font-size: 28px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#jardin_item_detail #jardin_item_info #jardin_item_body{
	margin-bottom: 20px;
	font-size: 16px;
}
#jardin_item_detail #jardin_item_info #jardin_item_price{
	margin-bottom: 50px;
	font-size: 20px;
}
#jardin_item_detail #jardin_item_info #jardin_item_ninacart_url{
	text-align: right;
}

/* スマホ画面の時 */
@media screen and (max-width: 900px) {
	#jardin_item_post_page #main_contents{
		padding: 80px 0 0;
	}
	#modal_product_detail_block___modal_window_block{
		top: 10px !important;
		height: calc(100% - 20px) !important;
		max-height: calc(100% - 20px) !important;
	}
}
@media screen and (max-width: 800px) {
	#jardin_item_detail{
		display: block;
		max-width: 330px;
	}
	#jardin_item_detail #jardin_item_image,
	#jardin_item_detail #jardin_item_info{
		margin: 20px auto 60px;
	}
	#jardin_item_detail #jardin_item_info #jardin_item_ninacart_url{
		text-align: center;
	}

	#modal_product_detail_block___modal_window_close_button{
		padding-bottom: 0 !important;
	}
	#jardin_item_detail{
		max-width: 240px;
	}
	#jardin_item_detail #jardin_item_image{
		margin: 20px auto 20px;
	}
	#jardin_item_detail #jardin_item_image #main_image img{
		width: 240px;
		height: 240px;
	}
	#jardin_item_detail #jardin_item_image #jardin_item_ext_image_list{
		max-width: 240px;
	}
	#jardin_item_detail #jardin_item_image #jardin_item_ext_image_list img{
		width: 80px;
		height: 80px;
	}
	#jardin_item_detail #jardin_item_info #jardin_item_title{
		font-size: 18px;
		font-weight: bold;
	}
	#jardin_item_detail #jardin_item_info #jardin_item_body{
		font-size: 14px;
	}
	#jardin_item_detail #jardin_item_info #jardin_item_price{
		font-size: 18px;
		padding-bottom: 50px;
	}
}






/**************************** ルジャルダンデュヴェールのアクセス *********************************/
#jardin_static_page #access{
	padding: 0 0 100px !important;
	background: url("/wp-content/themes/annie/image/back_l.jpg") no-repeat;
	background-size: cover;
}
#jardin_static_page #access #access_inner{
	width: 100%;
}
#jardin_static_page #access #access_inner #access_image{
	text-align: center;
	margin-bottom: 100px;
}
#jardin_static_page #access #access_inner  #access_image img{
	width: 100%;
	max-width: 1360px;
}</pre></body></html>