/*
共通CSS
*/

body{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 90% center;
	background-size: 456px 100vh;
}

body *{
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 400;
	font-style: normal;
	color: #784949;
}

ul,
ul li{
	list-style: none;
}

a:link,
a:visited,
a:active{
	color: #000;
	text-decoration: none;
	transition-duration: 0.5s;
	opacity: 1.0;
}
a:hover{
	text-decoration: none;
	transition-duration: 0.5s;
	opacity: 0.5;
}


.pc_only{
}
.sp_only{
}

.css_button_1,
.css_button_1:link,
.css_button_1:visited,
.css_button_1:active{
	display: inline-block;
	color: #FFF;
	background-color: #784949;
	padding: 12px 40px;
	text-decoration: none;
	border-radius: 20px;
}
.css_button_1:hover{
	text-decoration: none;
	background-color: #784949;
}

.css_button_reserve_flag,
.css_button_reserve_flag:link,
.css_button_reserve_flag:visited,
.css_button_reserve_flag:active{
	font-size: 15px;
	display: inline-block;
	color: #A00;
	padding: 6px 20px;
	text-decoration: none;
	border: 1px solid #A00;
	border-radius: 20px;
}
.css_button_reserve_flag:hover{
	text-decoration: none;
	opacity: 1.0;
}
.online_shop_button_link{
	text-align: center;
	margin-bottom: 40px;
}
.online_shop_button_link a{
	display: inline-block;
}
.online_shop_button_link a ul{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #FFF;
	border-radius: 30px;
	padding: 0 40px;
	height: 2.7em;
}
.online_shop_button_link a ul li:nth-child(1){
	margin-right: 5px;
}




/* ヘッダーブロック */
header{
	width: 100%;
	position: fixed;
	z-index: 100;
	background-color: #FFF;
	box-shadow: 0px 10px 10px -5px rgba(0.8, 0.8, 0.8, 0.1);
}
header a{
	color: #C20000;
}
header a:link,
header a:visited,
header a:active{
	color: #C20000;
	text-decoration: none;
	transition-duration: 0.5s;
	opacity: 1.0;
}
header a:hover{
	color: #C20000;
	text-decoration: none;
	transition-duration: 0.5s;
	opacity: 0.5;
}
a.scroll_link{
	cursor: pointer;
}
/* オンラインショップリンク */
.online_shop_link{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #c20000;
	color: #FFF;
	width: 100%;
	max-width: 180px;
	height: 50px;
	padding: 15px;
}
.online_shop_link a:link,
.online_shop_link a:visited,
.online_shop_link a:active{
	color: #FFF;
	text-decoration: none;
	transition-duration: 0.5s;
	opacity: 1.0;
}
.online_shop_link a:hover{
	text-decoration: none;
	transition-duration: 0.5s;
	opacity: 0.5;
}
.online_shop_link div:first-child{
	margin-right: 4px;
}
.online_shop_link div{
	font-size: 14px;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

/* PCのヘッダーブロック */
header #pc_header_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 0 0 auto;
	height: 80px;/*オンラインショップ有の場合はトル*/
}
header #sp_header_wrapper{
	display: none;
	height: 60px;
}
header #pc_header_wrapper #pc_header_left{
	width: calc(100% - 50px);
	max-width: 300px;
	margin-left: 50px;
	text-align: left;
}
header #pc_header_wrapper #pc_header_left img{
	width: 100%;
	max-width: 290px;
	min-width: 290px;
}
header #pc_header_wrapper #pc_header_right{
	width: 100%;
	max-width: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header #pc_header_wrapper #pc_header_right #pc_header_menu{
	width: 100%;
	max-width: 800px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-right: 20px;
}
header #pc_header_wrapper #pc_header_right #pc_header_menu li{
	white-space: nowrap;
	margin: 0 5px;
}
header #pc_header_wrapper #pc_header_right #pc_header_menu li a{
	font-family: 'Zen Maru Gothic', serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	white-space: nowrap;
}
header #pc_header_wrapper #pc_header_right #pc_header_menu li a.icon{
	display: inline-block;
	margin: 0 2px;
}
header #sp_header_wrapper #sp_header_right{
	margin-right: 5px;
}
header #sp_header_wrapper #sp_header_right img{
	cursor: pointer;
}
header #sp_header_left{
	/*background-color: #C00;オンラインショップアイコン*/
	padding: 20px 15px;
}
header #sp_header_center{
	width: 100%;
	max-width: 200px;
}
header #sp_header_center img{
	width: 100%;
	max-width: 200px;
}
#sp_header_menu_wrapper{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	position: fixed;
	background-color: #FFF;
	width: 100%;
	height: 70%;
	max-height: 500px;
	min-height: 250px;
	z-index: 99;
	margin-top: -700px;
}
#sp_header_menu_wrapper #sp_header_menu{
	display: flex;
	width: calc(100% - 20px);
	height: 70%;
	max-height: 500px;
	margin: 30px auto 0;
	flex-flow: column;
	justify-content: space-around;
}
#sp_header_menu_wrapper #sp_header_menu li{
	margin: 5px 0;
	text-align: center;
}
#sp_header_menu_wrapper #sp_header_menu li a{
	color: #C00;
	font-weight: bold;
}
#sp_header_menu_wrapper #sp_header_menu li#sp_header_sns_link{
	display: flex;
	justify-content: center;
}
#sp_header_menu_wrapper #sp_header_menu li#sp_header_sns_link a{
	display: block;
	margin: 0 5px;
}
#sp_header_menu_bg{
	position: fixed;
	display: none;
	background-color: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	z-index: 98;
}
#sp_header_menu_wrapper #sp_header_online_link{
	display: flex;
	justify-content: center;
	align-items: end;
	height: 30%;
}
#sp_header_menu_wrapper #sp_header_online_link .online_shop_button_link a ul{
	border: 1px solid #C00;
}
#sp_header_menu_wrapper #sp_header_online_link .online_shop_button_link a ul li{
	color: #C00;
}
@media(max-width: 1100px) {
	header #pc_header_wrapper #pc_header_left{
		width: calc(100% - 5px);
		max-width: 300px;
		margin-left: 15px;
	}
	header #pc_header_wrapper #pc_header_right #pc_header_menu{
		margin-right: 10px;
	}
}

@media(max-width: 1000px) {
	header #pc_header_wrapper{
		display: none;
	}
	header #sp_header_wrapper{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}



/* フッター */
footer{
	background-color: #C00;
	padding: 80px 0 50px;
}
footer *{
	color: #FFF;
}
footer .online_shop_button_link a ul{
	color: #FFF;
	border: 1px solid #FFF;
}
footer ul#footer_sns_link{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

footer ul#footer_sns_link li{
	margin: 0 10px;
}
footer #footer_copyright{
	text-align: center;
	font-weight: 100;
}
@media(max-width: 500px) {
	footer #footer_copyright{
		font-size: 12px;
	}
}



#main_contents{
	padding-top: 80px;
}
@media(min-width: 1001px) {
	#sp_header_menu_wrapper{
		display: none !important;
	}
	#sp_header_menu_bg{
		display: none !important;
	}
}
@media(max-width: 1000px) {
	#main_contents{
		padding-top: 52px;
	}
}

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

/* PC用トップページ画像 */
#index #pc_top_image{
	position: relative;
	width: 100%;
	height: calc(643 / 1366 * 100vw);
	margin-bottom: 60px;
}
#index #pc_top_image img:nth-child(1){
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: calc(643 / 1366 * 100vw);
}
#index #pc_top_image img:nth-child(2){
	position: absolute;
	bottom: -3px;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: calc(36 / 1366 * 100vw);
}

/* スマホ用トップページ画像 */
#index #sp_top_image{
	position: relative;
	display: none;
	width: 100%;
	height: calc(686 / 375 * 100vw);
	margin-bottom: 10px;
}
#index #sp_top_image img:nth-child(1){
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: calc(686 / 375 * 100vw);
	max-width: 700px;
}
#index #sp_top_image img:nth-child(2){
	position: absolute;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: calc(36 / 1366 * 100vw);
	max-width: 700px;
}
@media(max-width: 500px) {
	#index #sp_top_image{
		display: block;
	}
	#index #pc_top_image{
		display: none;
	}
}

section.white{
	background-color: #FFF;
}
section.pink{
	background-color: #FFEBEB;
}
section.yellow{
	background-color: #FFF6E8;
}
section h1{
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	color: #784949;
	/* margin-bottom: 1em; */
	margin-bottom: 0.6em;
	text-align: center;
}
section h5{
	font-family: adorn-garland,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #784949;
	text-align: center;
	margin-bottom: 80px;
}
section .content{
	width: calc(100% - 20px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 150px 0;
}
section .mini_content{
	width: calc(100% - 20px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
section .news_content{
	width: calc(100% - 20px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 20px;
}
section .instagram_content{
	width: calc(100% - 20px);
	max-width: 860px;
	margin: 0 auto;
	padding: 150px 0;
}
section .product_content{
	width: calc(100% - 20px);
	max-width: 1200px;
	margin: 0 auto;
}
@media(max-width: 700px) {
	section .content{
		padding: 100px 0;
	}
	section .mini_content{
		padding: 70px 0;
	}
}
@media(max-width: 500px) {
	section .content{
		padding: 50px 0;
	}
	section .mini_content{
		padding: 40px 0;
	}
	section .content{
		width: calc(100% - 30px);
	}
	section .mini_content{
		width: calc(100% - 30px);
	}
	section .news_content{
		width: calc(100% - 30px);
	}
	section .instagram_content{
		width: calc(100% - 30px);
	}
	section .product_content{
		width: calc(100% - 30px);
	}
}


/* ニュース */
#news ul#news_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
	width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#news ul#news_list li{
	display: block;
	margin-bottom: 100px;
	width: calc( 100% / 3);
    max-width: 270px;
}
#news ul#news_list li > div{
	/* margin: 0 25px; */
	color: #784949;
}
#news ul#news_list li .news_image{
	width: 270px;
	height: 270px;
	margin-bottom: 15px;
}
#news ul#news_list li .news_image img{
	object-fit: cover;
	width: 270px;
	height: 270px;
	border-radius: 10%;
}
#news ul#news_list li .news_date{
	position: relative;
	left: 4px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
#news ul#news_list li .news_title{
	position: relative;
	left: 4px;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
}
#news #all_news_link_area{
	text-align: center;
	margin-bottom: 100px;
}
#news #news_detail{
	width: 100%;
	max-width: 600px;
	margin: 0 auto 100px;
}
#news #news_detail #news_date_category{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#news #news_detail #news_date_category div{
	margin-right: 15px;
}
#news #news_detail #news_date_category #news_date{
	font-size: 16px;
}
#news #news_detail #news_date_category #news_category{
	font-size: 16px;
}
#news #news_detail #news_date_category #news_category a{
	font-size: 15px;
	display: inline-block;
	color: #A00;
	padding: 4px 10px;
	text-decoration: none;
	border: 1px solid #A00;
	border-radius: 20px;
}
#news #news_detail #news_title{
	margin-bottom: 50px;
	font-size: 28px;
	font-weight: bold;
}
#news #news_detail #news_image{
	width: 100%;
	margin-bottom: 40px;
}
#news #news_detail #news_image img{
	width: 100%;
	border-radius: 16px;
}
#news #news_detail #news_body,
#news #news_detail #news_body *{
	line-height: 2em;
}
#news #news_list_sp{
	display: none;
	text-align: center;
	margin-bottom: 20px;
}
#news #other_news_link{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 40px;
}

#news #other_news_link #previous_news{
	width: 30%;
	max-width: 140px;
	margin-right: 5px;
}
#news #other_news_link #previous_news span,
#news #other_news_link #previous_news img{
	display: inline-block;
}
#news #other_news_link #next_news{
	width: 30%;
	max-width: 140px;
	min-height: 1px;
	margin-left: 5px;
}
#news #other_news_link #next_news span,
#news #other_news_link #next_news img{
	display: inline-block;
}
#news #other_news_link a.other_page_link:hover{
	text-decoration: none;
	background-color: #EEE;
}
#news #other_news_link #previous_news a,
#news #other_news_link #next_news a{
	display: flex;
	align-items: center;
	color: #784949;
}
#news #other_news_link #previous_news a{
	justify-content: left;
}
#news #other_news_link #next_news a{
	justify-content: right;
}

@media(max-width: 1000px) {
	#news ul#news_list li div{
		font-size: 22px;
		margin: 0 20px;
	}
	#news ul#news_list li .news_image{
		width: 240px;
		height: 240px;
	}
	#news ul#news_list li .news_image img{
		width: 240px;
		height: 240px;
	}
}
@media(max-width: 900px) {
	#news ul#news_list li div{
		font-size: 22px;
		margin: 0 17px;
	}
	#news ul#news_list li .news_image{
		width: 200px;
		height: 200px;
	}
	#news ul#news_list li .news_image img{
		width: 200px;
		height: 200px;
	}
}
@media(max-width: 800px) {
	#news ul#news_list li div{
		font-size: 20px;
		margin: 0 10px;
	}
	#news ul#news_list li .news_image{
		width: 170px;
		height: 170px;
	}
	#news ul#news_list li .news_image img{
		width: 170px;
		height: 170px;
	}
}
@media(max-width: 700px) {
	#news ul#news_list{
		display: block;
		width: calc(100% - 10px);
		max-width: 500px;
		margin: 0 auto;
	}
	#news ul#news_list li{
		display: flex;
		height: 150px;
		margin-bottom: 30px;
		justify-content: left;
		align-items: center;
		padding-bottom: 15px;
		width: unset;
		max-width: unset;
	}
	#news ul#news_list li:nth-child(1),
	#news ul#news_list li:nth-child(2){
		border-bottom: 1px solid #E6C7C7;
	}
	#news ul#news_list li div{
		margin: 0;
	}
	#news ul#news_list li .news_image{
		width: 150px;
		height: 150px;
		max-width: 150px;
		margin-right: 10px;
		margin-bottom: 0;
	}
	#news ul#news_list li .news_image img{
		width: 150px;
		height: 150px;
	}
}
@media(max-width: 600px) {
	#news #news_list_sp{
		display: block;
	}
	#news #other_news_link #previous_news,
	#news #other_news_link #next_news{
		width: 40%;
	}
	#news #other_news_link .pc_only{
		display: none;
	}
}
@media(max-width: 500px) {
	#news ul#news_list li{
		height: 100px;
	}
	#news ul#news_list li div{
		margin: 0;
	}
	#news ul#news_list li .news_image{
		width: 100px;
		height: 100px;
		max-width: 100px;
	}
	#news ul#news_list li .news_image img{
		width: 100px;
		height: 100px;
	}
}



/* ニュースアーカイブ */
#news_archive_page ul#news_category_list_pc{
	display: flex;
	justify-content: left;
	align-items: center;
	width: calc(100% - 50px);
	max-width: 950px;
	border-radius: 50px;
	box-shadow: 0px 5px 5px -2px rgba(0.5, 0.5, 0.5, 0.1);
	background-color: #FEFEFE;
	margin: 0 auto 50px;
	padding: 0 25px;
	height: 50px;
}
#news_archive_page #news_category_list_sp_wrapper{
	display: none;
	text-align: center;
}
#news_archive_page #news_category_list_sp_wrapper select#news_category_list_sp{
	display: inline-block;
	width: calc(100% - 50px);
	max-width: 950px;
	border-radius: 50px;
	box-shadow: 0px 5px 5px -2px rgba(0.5, 0.5, 0.5, 0.1);
	background-color: #FEFEFE;
	margin: 0 auto 50px;
	padding: 0 25px;
	height: 50px;
	border: 0;
	text-align: center;
	color: #c20000;
	background-image: url("/wp-content/themes/annie/images/down.png");
	background-position: right 30px center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */ 
}
#news_archive_page select#news_category_list_sp option{
	text-align: center;
	color: #c20000;
}
#news_archive_page ul#news_category_list_pc li{
	margin: 0 12px;
}
#news_archive_page ul#news_category_list_pc li a{
	color: #c20000;
	padding: 2px 10px;
	font-size: 14px;
}
#news_archive_page ul#news_category_list_pc li a.select_category{
	border: 1px solid #c20000;
	border-radius: 20px;
}
#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;
	height: 35px;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	border-radius: 50%;
	font-size: 14px;
	margin: 3px;
}
#news_archive_page #page_navi_block #page_move_block span.page_dotted{
	margin: 5px 10px;
	color: #c20000;
}
#news_archive_page #page_navi_block #page_move_block span.page_number{
	border: 1px solid #c20000;
	background-color: #c20000;
	color: #FFF;
}
#news_archive_page #page_navi_block #page_move_block a.page_number{
	border: 1px solid #c20000;
	color: #c20000;
}
@media(max-width: 700px) {
	#news_archive_page ul#news_category_list_pc{
		display: none;
	}
	#news_archive_page #news_category_list_sp_wrapper{
		display: block;
	}
}




/* プティパについて */
#about .content{
	margin-bottom: 50px;
}
#about .content #about_sp_concept{
	display: none;
	width: calc(100% - 50px);
	margin: 0 auto 50px;
	color: #784949;
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
}
#about .content #about_body{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}
#about .content #about_body #about_left{
	width: 50%;
}
#about .content #about_body #about_left img{
	display: block;
}
#about .content #about_body #about_left img:nth-child(1){
	width: 100%;
	max-width: 430px;
	margin-left: auto;
	margin-bottom: 50px;
}
#about .content #about_body #about_left img:nth-child(2){
	width: calc(100% - 40px);
	max-width: 199px;
	margin-left: auto;
	margin-right: 40px;
}

#about .content #about_body #about_right{
	width: 50%;
}
#about .content #about_body #about_right div{
	width: calc(100% - 50px);
	max-width: 400px;
	color: #784949;
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	margin-left: 50px;
	margin-bottom: 70px;
}
#about .content #about_body #about_right img{
	display: block;
	width: 100%;
	max-width: 300px;
	margin-bottom: 40px;
}

#about .content #shop_info{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 120px;
}
#about .content #shop_info #shop_info_left{
	width: calc(55% - 10px);
	margin-right: 10px;
}
#about .content #shop_info #shop_info_left img{
	width: 100%;
	max-width: 640px;
}
#about .content #shop_info #shop_info_right{
	width: calc(45% - 10px);
	margin-left: 10px;
}
#about .content #shop_info #shop_info_right .time_address{
	text-align: left;
}
#about .content #shop_info #shop_info_right .time_address .time_address_inner{
	display: inline-block;
	text-align: left;
}
#about .content #shop_info #shop_info_right .time_address .time_address_inner .time{
	font-size: 20px;
	margin-bottom: 1.5em;
	font-weight: bold;
}
#about .content #shop_info #shop_info_right .time_address .time_address_inner .zip{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0.5em;
}
#about .content #shop_info #shop_info_right .time_address .time_address_inner .address1{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0.5em;
}
#about .content #shop_info #shop_info_right .time_address .time_address_inner .address2{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 2em;
}

#about .content #shop_map{
	width: 100%;
	height: 450px;
	margin-bottom: 50px;
}
#about .content #shop_map iframe{
	width: 100%;
}
#about .content #shop_map_link{
	text-align: center;
}
@media(max-width: 700px) {
	#about .content #about_pc_concept{
		display: none;
	}
	#about .content #about_sp_concept{
		display: block;
	}
	#about .content #about_body{
		width: calc(100% - 60px);
		margin: 0 auto 80px;
	}
	#about .content #about_body #about_left img:nth-child(2){
		max-width: 150px;
	}
	#about .content #about_body #about_right img{
		max-width: 220px;
		margin-top: 150px;
		margin-bottom: 0;
	}
	#about .content #shop_info #shop_info_left{
		width: calc(100% - 20px);
		margin-left: 0;
		margin: 0 auto 40px;
	}
	#about .content #shop_info #shop_info_right{
		width: 100%;
		margin-left: 0;
		margin: 0 auto;
	}
	#about .content #shop_info #shop_info_right .time_address{
		text-align: center;
	}
}



/* 商品紹介 */
#index #item{
}
#index #item ul#item_banner_list{
	width: 100%;
	max-width: 900px;
	margin: 0 auto 30px;
}
#index #item ul#item_banner_list li{
	width: 100%;
	max-width: 900px;
	margin: 0 auto 60px;
}
#index #item ul#item_banner_list li img{
	width: 100%;
	max-width: 900px;
	border-radius: 15px;
}
#index #item ul#item_banner_list li.pc_only{
	display: block;
}
#index #item ul#item_banner_list li.sp_only{
	display: none;
}
#index #item ul#item_list{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#index #item ul#item_list li{
	width: calc(25% - 10px);
	height: 100%;
	max-width: 200px;
	overflow: hidden;
	position: relative;
	margin: 40px 5px 0;
}
#index #item ul#item_list li.blank{
	height: 1px;
	margin: 0 5px;
}
#index #item ul#item_list li img{
	width: 200px;
	height: 200px;
	border-radius: 10px;
	object-fit: cover;
}
#index #item ul#item_list li .caption {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#index #item ul#item_list li .caption p {
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: 500;
}
#index #item ul#item_list li .mask {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(255,0,0,0.3);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 10px;
}
#index #item ul#item_list li:hover .mask {
	opacity: 1;
	cursor: pointer;
}
@media(max-width: 900px) {
	#index #item ul#item_list li img,
	#index #item ul#item_list li .mask{
		width: 180px;
		height: 180px;
	}
}
@media(max-width: 800px) {
	#index #item ul#item_list li img,
	#index #item ul#item_list li .mask{
		width: 160px;
		height: 160px;
	}
}
@media(max-width: 700px) {
	#index #item ul#item_banner_list li.pc_only{
		display: none;
	}
	#index #item ul#item_banner_list li.sp_only{
		display: block;
	}
	#index #item ul#item_list{
		justify-content: space-around;
	}
	#index #item ul#item_list li{
		width: 240px;
		max-width: 240px;
	}
	#index #item ul#item_list li img,
	#index #item ul#item_list li .mask{
		width: 240px;
		height: 240px;
	}
}
@media(max-width: 600px) {
	#index #item ul#item_list li{
		width: 220px;
		max-width: 220px;
	}
	#index #item ul#item_list li img,
	#index #item ul#item_list li .mask{
		width: 220px;
		height: 220px;
	}
}
@media(max-width: 500px) {
	#index #item ul#item_list li{
		width: 200px;
		max-width: 200px;
	}
	#index #item ul#item_list li img,
	#index #item ul#item_list li .mask{
		width: 200px;
		height: 200px;
	}
}
@media(max-width: 450px) {
	#index #item ul#item_list li{
		width: 180px;
		max-width: 180px;
	}
	#index #item ul#item_list li img,
	#index #item ul#item_list li .mask{
		width: 180px;
		height: 180px;
	}
}
@media(max-width: 400px) {
	#index #item ul#item_list li{
		width: 150px;
		max-width: 150px;
	}
	#index #item ul#item_list li img,
	#index #item ul#item_list li .mask{
		width: 150px;
		height: 150px;
	}
}
@media(max-width: 350px) {
	#index #item ul#item_list li{
		width: 230px;
		max-width: 230px;
	}
	#index #item ul#item_list li img,
	#index #item ul#item_list li .mask{
		width: 230px;
		height: 230px;
	}
}




/* 採用情報 */
#index #recruit{
}

#index #recruit #recruit_value *{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: bold;
}
@media(max-width: 700px) {
	#index #recruit #recruit_value *{
		font-size: 14px;
	}
}


/* インスタグラム */
#index #instagram h1{
	margin-bottom: 60px;
}
#index #instagram img{
	border-radius: 15px;
}
#index #instagram .insta-gallery-feed .insta-gallery-actions,
#index #instagram .qligg-mfp-wrap .insta-gallery-actions{
	margin: 50px 0;
}
#index #instagram .insta-gallery-feed .insta-gallery-actions .insta-gallery-button,
#index #instagram .qligg-mfp-wrap .insta-gallery-actions .insta-gallery-button{
	border-radius: 30px;
	background-color: #784949;
	color: #FFF;
	padding: 15px 60px;
}
#index #instagram .insta-gallery-feed .insta-gallery-actions .insta-gallery-button > i,
#index #instagram .qligg-mfp-wrap .insta-gallery-actions .insta-gallery-button > i{
	display: none;
}

/* トップへ戻る */
#top_icon{
}
#top_icon .mini_content div{
	text-align: center;
}
#top_icon .mini_content div:nth-child(1){
	margin-bottom: 15px;
}
#top_icon .top_move_link{
	cursor: pointer;
	opacity: 1.0;
	transition-duration: 0.4s;
	color: #C00;
	font-weight: bold;
}
#top_icon .top_move_link:hover{
	opacity: 0.5;
	transition-duration: 0.4s;
}


/* ローディング画像 */
.ball-pulse-sync > div, .ball-pulse{
	display: flex;
	justify-content: center;
}
.ball-pulse-sync > div, .ball-pulse > div, .ball-scale-random > div, .ball-scale > div{
	background-color: #CC0000 !important;
}




#item_modal{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 80px);
	height: calc(100% - 100px);
	max-width: 1000px;
	margin: 0 40px;
}
#item_modal #product_image{
	width: 40%;
	margin-right: 40px;
}
#item_modal #product_image img{
	width: 100%;
	max-width: 400px;
	height: 30vw;
	max-height: 330px;
	border-radius: 20px;
	object-fit: cover;
}
#item_modal #product_explanation{
	width: 60%;
}
#item_modal #product_explanation div{
	color: #784949;
}
#item_modal #product_explanation #product_title{
	font-size: 26px;
	color: #784949;
	border-bottom: 1px solid #784949;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#item_modal #product_explanation #product_body{
}
#item_modal #product_explanation #product_body #product_content{
	margin-bottom: 20px;
}
#item_modal #product_explanation #product_body #product_price{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
#item_modal #product_explanation #product_body #product_online_shop_url{
	margin-bottom: 30px;
}
@media(max-width: 700px) {
	#item_modal{
		display: block;
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	#item_modal #product_image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		text-align: center;
	}
	#item_modal #product_image img{
		max-width: 250px;
		height: initial;
	}
	#item_modal #product_explanation {
		width: 100%;
		margin-right: 0;
	}
	#item_modal #product_explanation #product_title{
		font-size: 22px;
		text-align: center;
	}
	#item_modal #product_explanation #product_body{
	}
	#item_modal #product_explanation #product_body #product_content{
	}
	#item_modal #product_explanation #product_body #product_price{
		font-size: 18px;
		text-align: center;
	}
	#item_modal #product_explanation #product_body #product_online_shop_url{
		text-align: center;
	}
}




/****************** 商品一覧ページ ******************/


#product_archive_page #product_page_image{
	position: relative;
	width: 100%;
	margin-bottom: 70px;
	height: calc(463 / 1366 * 100vw);
}

#product_archive_page #product_page_image #pc_image{
	position: absolute;
	width: 100%;
	height: calc(463 / 1366 * 100vw);
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
}
#product_archive_page #product_page_image #sp_image{
	display: none;
	position: absolute;
	width: 100%;
	height: calc(360 / 750 * 100vw);
	top: 0;
	left: 0;
	object-fit: cover;
	
}
#product_archive_page #product_page_image img:last-child{
	position: absolute;
	bottom: -3px;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: calc(36 / 1366 * 100vw);
}

#product_archive_page #product_description{
	font-size: 18px;
	font-weight: 500;
	width: calc(100% - 40px);
	max-width: 800px;
	margin: 0 auto 50px;
}

#product_archive_page ul#item_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#product_archive_page ul#item_list li{
	width: calc(33.33% - 20px);
	text-align: center;
	margin: 60px 10px 0;
}
#product_archive_page ul#item_list li img{
	width: 100%;
	max-width: 260px;
	height: calc(33.33vw - 26.5px);
	max-height: 260px;
	object-fit: cover;
	border-radius: 10px;
}
#product_archive_page ul#item_list li.blank{
	height: 1px;
	margin: 0 10px;
}
#product_archive_page ul#item_list li .product_image{
	margin-bottom: 20px;
}
#product_archive_page ul#item_list li .product_image a{
	cursor: pointer;
}
#product_archive_page ul#item_list li .product_title{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	color: #784949;
}
#product_archive_page ul#item_list li .product_reserve_flag{
	font-size: 16px;
	height: 1.5em;
	text-align: center;
}
@media(max-width: 700px) {
	#product_archive_page ul#item_list li{
		width: calc(50% - 20px);
	}
	#product_archive_page ul#item_list li img{
		height: calc(50vw - 30px);
	}
}
@media(max-width: 500px) {
	#product_archive_page ul#item_list li img{
		height: calc(50vw - 35px);
	}
	#product_archive_page #product_page_image{
		height: calc(360 / 750 * 100vw);
		margin-bottom: 60px;
	}
	#product_archive_page #product_page_image #sp_image{
		display: block;
	}
	#product_archive_page #product_page_image #pc_image{
		display: none;
	}
}




/* プリントデコレーションページ */
#print_decoration{
	
}
#print_decoration #pc_print_deco_image{
	position: relative;
	width: 100%;
	height: calc(463 / 1366 * 100vw);
}
#print_decoration #pc_print_deco_image img:nth-child(1){
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: calc(463 / 1366 * 100vw);
}
#print_decoration #pc_print_deco_image img:nth-child(2){
	position: absolute;
	bottom: -3px;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: calc(36 / 1366 * 100vw);
}
#print_decoration #sp_print_deco_image{
	position: relative;
	display: none;
	width: 100%;
	height: calc(360 / 754 * 100vw);
	margin-bottom: 10px;
}
#print_decoration #sp_print_deco_image img:nth-child(1){
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: calc(360 / 754 * 100vw);
	max-width: 700px;
}
#print_decoration #sp_print_deco_image img:nth-child(2){
	position: absolute;
	bottom: -3px;
	left: 0;
	object-fit: cover;
	width: 100%;
	max-width: 700px;
	height: calc(36 / 1366 * 100vw);
}
#print_decoration #print_deco_catchphrase{
	color: #C00;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
#print_decoration #print_deco_explanation{
	font-size: 16px;
	color: #784949;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5em;
	font-weight: 600;
}
#print_decoration #print_deco_explanation .print_deco_p{
	font-family: 'Zen Maru Gothic', serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 2em;
    
}
 #print_deco_sample{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 60px 0 200px;
}
 #print_deco_sample #print_deco_sample_left{
	width: 50%;
}
 #print_deco_sample #print_deco_sample_left img{
	display: block;
}
 #print_deco_sample #print_deco_sample_left img:nth-child(1){
	width: 100%;
	max-width: 430px;
	min-width: 250px;
	margin-left: auto;
}

#print_deco_sample #print_deco_sample_right{
	width: 50%;
	position: relative;
	z-index: 1;
}
#print_deco_sample #print_deco_sample_right div{
	width: calc(100% - 50px);
	max-width: 400px;
	color: #784949;
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	margin-left: 50px;
	margin-bottom: 70px;
}
#print_deco_sample #print_deco_sample_right img:nth-child(1){
	display: block;
	width: 90%;
	max-width: 328px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#print_deco_sample #print_deco_sample_right img:nth-child(2){
	display: block;
    width: 70%;
    max-width: 238px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-35%,77%);
}
#print_decoration_how_to_order{
}
#print_decoration_how_to_order .pc_only{
	display: block;
}
#print_decoration_how_to_order .sp_only{
	display: none;
}
#print_decoration_how_to_order > div{
	text-align: center;
}
#print_decoration_how_to_order h1{
	display: inline-block;
	line-height: 2em;
	height: 2.4em;
	background-image: url("/wp-content/themes/annie/images/wave01.png");
	background-repeat: repeat-x;
	background-position: bottom center;
	margin: 0 auto 30px;
}
#print_decoration_how_to_order .step_list{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
#print_decoration_how_to_order .step_list > div{
	margin: 0 15px;
}
#print_decoration_how_to_order .step_list .step{
	width: calc(100% - 30px);
	max-width: 250px;
}
#print_decoration_how_to_order .step_list .step img{
	width: 100%;
	max-width: 250px;
}
#print_decoration_how_to_order .step_list .step .step_title{
	text-align: center;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 25px;
	height: 1.5em;
}
#print_decoration_how_to_order .step_list .step .step_value{
	text-align: left;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.5em;
}
#print_decoration_how_to_order .step_list .allow{
	width: calc(100% - 30px);
	max-width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#print_decoration_image_choice{
}
#print_decoration_image_choice > div{
	text-align: center;
}
#print_decoration_image_choice h1{
	display: inline-block;
	line-height: 2em;
	height: 2.4em;
	background-image: url("/wp-content/themes/annie/images/wave01.png");
	background-repeat: repeat-x;
	background-position: bottom center;
	margin-bottom: 30px;
}
#print_decoration_image_choice .image_choice_list{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
#print_decoration_image_choice .image_choice_list > li{
	width: calc(100% - 50px);
	max-width: 250px;
	margin: 0 25px;
}
#print_decoration_image_choice .image_choice_list .image{
	margin-bottom: 25px;
	text-align: center;
}
#print_decoration_image_choice .image_choice_list .image img{
	width: 100%;
	max-width: 250px;
}
#print_decoration_image_choice .image_choice_list .explanation{
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
}
#print_decoration_precautions{
	text-align: center;
}
#print_decoration_precautions h1{
	display: inline-block;
	line-height: 2em;
	height: 2.4em;
	padding: 0 1em;
	background-image: url("/wp-content/themes/annie/images/wave01.png");
	background-repeat: repeat-x;
	background-position: bottom center;
	margin-bottom: 30px;
}
#print_decoration_precautions .precautions_list{
	width: calc(100% - 40px);
	max-width: 800px;
	margin: 0 auto;
}
#print_decoration_precautions .precautions_list > li{
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: start;
	margin: 0 0 1em;
}
#print_decoration_precautions .precautions_list > li::before{
	position: relative;
	top: 7px;
	left: -6px;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 100%;
	background: #ffbebe;
}
#print_decoration_precautions .precautions_list > li > div{
	width: calc(100% - 12px);
	line-height: 1.5em;
	text-align: left;
}
/* 20210716 */
.print_deco-reservation{
	margin: 60px 0 0;
	text-align: center;
}
.print_deco-reservation .kakaku{
	font-family: 'Zen Maru Gothic', serif;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	color: #c20000;
	line-height: 2em;
	margin: 0 0 30px;
}
.print_deco-reservation p{
	font-family: 'Zen Maru Gothic', serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	line-height: 2em;
	max-width: 320px;
    text-align: left;
    width: 100%;
    margin: 0 auto 60px;
}
.print_deco-reservation .print_deco-example p{
	font-family: 'Zen Maru Gothic', serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	line-height: 2em;
	max-width: 500px;
    text-align: left;
    width: 100%;
    margin: 0 auto 30px;
}
.print_deco-reservation .button_small button,
.print_deco-reservation .button_big button{
	display: inline-block;
    padding: 10px 40px;
    text-decoration: none;
    border-radius: 40px;
    border: 2px solid #c20000;
    background-color: transparent;
    margin-bottom: 60px;
}
.print_deco-reservation .button_small button{
	padding: 0 40px;
	margin: 100px 0 20px;
}
/* .print_deco-reservation .button_small button:hover,
.print_deco-reservation .button_big button:hover{
	opacity: 0.5;
} */
.print_deco-reservation .button_small button span,
.print_deco-reservation .button_big button span{
	font-family: 'Zen Maru Gothic', serif;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	color: #c20000;
}
.print_deco-reservation .button_small button span{
	font-size: 18px;
}
.print_deco-reservation .button_small h5{
	font-family: 'Zen Maru Gothic', serif;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 2em;
	margin: 0 auto;
    text-align: left;
    max-width: 630px;
    width: 100%;
	text-align: center;
}
.print_deco-other h5{
	font-family: 'Zen Maru Gothic', serif;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 2em;
	margin: 0 auto;
}
.sp_display{
	display: none;
	visibility: hidden;
}
@media (max-width: 700px) {
	#print_decoration_how_to_order .step_list{
		display: block;
	}
	#print_decoration_how_to_order .step_list > div{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	#print_decoration_how_to_order .step_list .step{
		margin-bottom: 30px;
	}
	#print_decoration_how_to_order .step_list .step .image{
		margin-bottom: 20px;
	}
	#print_decoration_how_to_order .step_list .allow{
		margin-bottom: 30px;
	}
	#print_decoration_how_to_order .pc_only{
		display: none;
	}
	#print_decoration_how_to_order .sp_only{
		display: block;
	}
	#print_decoration_image_choice .image_choice_list{
		display: block;
	}
	#print_decoration_image_choice .image_choice_list > li{
		width: calc(100% - 20px);
		max-width: 400px;
		margin: 0 auto 50px;
	}
	#print_deco_sample #print_deco_sample_right div{
		margin-left: 30px;
	}
	.print_deco-reservation .button_small button {
		margin: 50px 0 20px;
	}
	.print_deco-reservation .kakaku{
		font-size: 20px;
	}
}
@media(max-width: 500px) {
	#print_decoration #sp_print_deco_image{
		display: block;
	}
	#print_decoration #pc_print_deco_image{
		display: none;
	}
	 #print_deco_sample #print_deco_sample_left img:nth-child(1){
		min-width: 150px;
		margin-left: 10px;
	}
	.print_deco-reservation .button_big button{
		padding: 10px 10px;
	}
	.print_deco-reservation .button_big button a{
		font-size: 18px;
	}
	.print_deco-reservation .print_deco-example p{
		max-width: 330px;
	}
	.print_deco-other h5,
	.print_deco-reservation .button_small h5{
		font-size: 16px;
		max-width: 290px;
	}
	.sp_display{
		display: block;
	}
	#print_deco_sample{
		margin: 0;
	}
	#print_deco_sample #print_deco_sample_right img:nth-child(1){
		margin-bottom: 150px;
		width: 100%;
	}
	#print_deco_sample #print_deco_sample_right img:nth-child(2) {
		transform: translate(0%,0%);
	}
}

#contact .content p {
	font-family: 'Zen Maru Gothic', serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 2em;
    margin: -20px auto 50px;
    max-width: 630px;
    width: 100%;
    text-align: center;
}

#contact .content a:link, a:visited, a:active {
	font-family: 'Zen Maru Gothic', serif;
    font-size: 18px;
    font-weight: 700;
	text-decoration: none;
	color: #784949;
}