/*
共通CSS
*/

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

body *{
	font-family: "Yu Gothic", YuGothic, serif;
	font-weight: 400;
	font-style: normal;
}
body p{
	font-family:"Yu Gothic",  YuGothic, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0.05em;
}

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{
	display: block;
}
.sp_only{
	display: none;
}

.css_button_1,
.css_button_1:link,
.css_button_1:visited,
.css_button_1:active{
	display: inline-block;
    color: #000;
    background-color: #fff;
    padding: 6px 55px;
    text-decoration: none;
    border: 1px solid #707070;
	font-size: 12px;
    letter-spacing: 0.05em;
	line-height: 30px;
}
.css_button_1:hover{
	text-decoration: none;
	background-color: #000;
	color: #fff;
	opacity: 1;
}

.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: #000;
}
header a:link,
header a:visited,
header a:active{
	color: #000;
	text-decoration: none;
	transition-duration: 0.5s;
	opacity: 1.0;
}
header a:hover{
	color: #000;
	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: #000;
	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: center;
    align-items: center;
    margin: 0 auto;
    height: 80px;
    padding-inline: 2%;
    max-width: 1980px;
	/* min-width: 1166px; */
	min-width: 80%;
    margin-inline: auto;
}
header #sp_header_wrapper{
	display: none;
	height: 60px;
}
header #pc_header_wrapper #pc_header_left{
	width: calc(100% - 50px);
    max-width: 300px;
    display: flex;
    align-items: center;
}
header #pc_header_wrapper #pc_header_left a{
	display: flex;
    align-items: center;
}
header #pc_header_wrapper #pc_header_left img{
	width: 100%;
	max-width: 100px;
}
header #pc_header_wrapper #pc_header_right{
	width: 100%;
    /* max-width: 750px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
header #pc_header_wrapper #pc_header_right #pc_header_menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
	gap: 3px 0;
}
header #pc_header_wrapper #pc_header_right #pc_header_menu li{
	white-space: nowrap;
	margin: 0 0 0 30px;
}
header #pc_header_wrapper #pc_header_right #pc_header_menu li .menu_icons{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
header #pc_header_wrapper #pc_header_right #pc_header_menu li .menu_icons li{
	margin: 0 0 0 10px;
}
header #pc_header_wrapper #pc_header_right #pc_header_menu li a{
	font-family: "Times New Roman";
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.05em;
	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: 20px;
}
header #sp_header_wrapper #sp_header_right img{
	cursor: pointer;
}
header #sp_header_left{
	max-width: 80px;
    width: 100%;
    margin: 0 0px 0 20px;
	display: flex;
    align-items: center;
}
header #sp_header_left a{
	display: flex;
    align-items: center;
}
header #sp_header_left img{
    width: 100%;
}
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: 100vh;
	min-height: 250px;
	z-index: 99;
	margin-top: -100vh;
}
#sp_header_menu_wrapper #sp_header_menu{
	display: flex;
	width: calc(100% - 20px);
	height: 100vh;
	margin: 20px auto 0;
	flex-flow: column;
	justify-content: flex-start;
	overflow: auto;
}
#sp_header_menu_wrapper #sp_header_menu li{
	margin: 20px 0;
	text-align: center;
}
#sp_header_menu_wrapper #sp_header_menu li a{
	color: #000;
	font-weight: 400;
	font-family: "Times New Roman";
	font-size: 15px;
	letter-spacing: 0.05em;
}
#sp_header_menu_wrapper #sp_header_menu li#sp_header_sns_link{
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}
#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;
	}
}

/* address */
#address{
	width: 100%;
}
#address .content{
	width: 100%;
    padding: 0;
}
#address .content .top_address{
	width: 100%;
}
#address .content .top_address img{
	width: 100%;
}
#address .content .body_address{
	width: 100%;
    max-width: 900px;
    margin: 100px auto 150px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
#address .content .body_address .left_address{
	width: 50%;
}
#address .content .body_address .left_address h2{
	font-family: YuMincho,'Yu Mincho';
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.1em;
	margin: 0 0 30px;
}
#address .content .body_address .left_address p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
	line-height: 28px;
}
#address .content .body_address .right_address{
	width: 50%;
    text-align: center;
}
#address .content .body_address .right_address iframe{
	margin: 0 0 10px;
}
#address .content .body_address .right_address a{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid;
}
@media(max-width: 1000px) {
	#address .content .body_address {
		margin: 100px auto;
		flex-direction: column;
		align-items: center;
	}
	#address .content .body_address .left_address {
		width: 90%;
		margin-bottom: 20px;
	}
	#address .content .body_address .right_address{
		width: 90%;
	}
	
}
@media(max-width: 500px) {
	#address .content .body_address {
		margin: 35px auto 70px;
		flex-direction: column;
		align-items: center;
	}
}

/* フッター */
footer{
	background-color: #F8F8F8;
    padding: 35px 0 30px;
}
footer *{
	color: #000;
}
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-size: 12px;
    font-family: Times New Roman;
    font-weight: 400;
    letter-spacing: 0.1em;
}
@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%;
}
#index #pc_top_image img:nth-child(1){
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
}
#index #pc_top_image img:nth-child(2){
	position: absolute;
	bottom: -3px;
	left: 0;
	object-fit: cover;
	width: 100%;
}

/* スマホ用トップページ画像 */
#index #sp_top_image{
	position: relative;
	display: none;
	width: 100%;
}
#index #sp_top_image img:nth-child(1){
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;

	max-width: 700px;
}
#index #sp_top_image img:nth-child(2){
	position: absolute;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	max-width: 700px;
}
@media(max-width: 500px) {
	#index #sp_top_image{
		display: block;
	}
	#index #pc_top_image{
		display: none;
	}
	#index #sp_top_image .pile_logo_area .pile_logo{
		width: 100%;
		max-width: 240px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 10;
	}
}
#index #pc_top_image .pile_logo_area .pile_logo{
	width: 100%;
	max-width: 240px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

section.white{
	background-color: #FFF;
}
section.pink{
	background-color: #FFEBEB;
}
section.yellow{
	background-color: #FFF6E8;
}
section h1{
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
	text-align: center;
}
#news .content h1{
	margin-top: 50px;
}
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);
	margin: 0 auto;
	padding: 150px 0;
}
section .mini_content{
	width: 100%;
	max-width: 700px;
	margin: 150px auto 200px;
}
section .news_content{
	width: 90%;
    max-width: 700px;
    margin: 150px auto;
}
section .instagram_content{
	width: calc(100% - 20px);
	max-width: 860px;
	margin: 0 auto;
	padding: 150px 0;
}
section .product_content{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

section .product_content div.c_name-box{
    max-width: 750px;
    width: 100%;
    margin: 25px auto;
}
section .product_content ul.c_name{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    }
    
section .product_content ul.c_name li{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    }

section .product_content ul.c_name li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-family: "Times New Roman";
}

@media(max-width: 700px) {
	section .mini_content {
		margin: 75px auto 100px;
	}
	
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
	section .content{
		padding: 100px 0;
	}
	
}
@media(max-width: 500px) {
	section .content{
		padding: 70px 0;
	}
	#news #all_news_link_area {
		margin-top: 36px;
	}
	section .content{
		width: calc(100% - 30px);
	}
	#news .content{
		width: 84%;
	}
	section .mini_content{
		width: calc(100% - 30px);
	}
	section .news_content{
		width: 90%;
	}
	section .instagram_content{
		width: calc(100% - 30px);
	}
	
	section .product_content ul.c_name{
	flex-wrap: wrap;
    }
}


/* ニュース */
#news ul#news_list{
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
	margin: 60px auto 30px;
}
#news ul#news_list li{
	display: block;
    border-bottom: 1px solid #707070;
    margin: 0px 0 30px;
    padding: 0 0 15px;
	max-width: 700px;
    width: 90%;
}
#news ul#news_list li.news-page{
	display: block;
    border-bottom: 1px solid #707070;
    margin: 0px auto;
    padding: 0 0 15px;
	max-width: 700px;
    width: 90%;
}
#news ul#news_list li .news_date_title{
	display: flex;
}
#news ul#news_list li.news-page{
    padding: 20px 0 10px;
}
#news ul#news_list li.news-page .news_image{
    margin: 0 0 40px;
}
#news ul#news_list li .News_list-date{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#news ul#news_list li .News_list-date .date{
	font-size: 14px;
    font-weight: 400;
    font-family: YuMincho,'Yu Mincho', serif;
}
#news ul#news_list li .News_list-date a{
	font-size: 12px;
    padding: 5px;
    margin: 0 0 0 15px;
    border: 1px solid rgb(0 0 0 / 50%);
}
#news ul#news_list li .news_list-title{
    margin: 15px 0 40px;
}
#news ul#news_list li .news_list-title a{
	font-size: 20px;
    font-family: YuMincho,'Yu Mincho',serif;
    font-weight: 600;
    margin: 15px 0 40px;
}
#news ul#news_list li > div
#news ul#news_list li .news_image{
	width: 100%;
	margin-bottom: 15px;
}
#news ul#news_list li .news_image img{
	width: 100%;
}
#news ul#news_list li .news_date{
	position: relative;
	font-size: 14px;
	font-weight: 400;
	font-family: YuMincho,'Yu Mincho',serif;
	width: 100%;
    max-width: 70px;
}
#news ul#news_list li .news_title{
	position: relative;
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 0 30px;
	font-family: YuMincho,'Yu Mincho';
}
#news ul#news_list li .news_title a{
	font-size: 17px;
	font-weight: 800;
	font-family: 'Yu Mincho Demibold';
}
#news #all_news_link_area{
	text-align: center;
	margin-bottom: 50px;
}
#news #news_detail{
	width: 100%;
	max-width: 700px;
	margin: 0 auto 120px;
}
#news #news_detail #news_date_category{
	display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
#news #news_detail #news_date_category .date{
	font-size: 14px;
    font-weight: 400;
    font-family: YuMincho,'Yu Mincho', serif;
}
#news #news_detail #news_date_category .date a{
	font-size: 12px;
    padding: 5px;
    margin: 0 0 0 15px;
    border: 1px solid rgb(0 0 0 / 50%);
}
#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: 20px;
	line-height: 30px;
	font-weight: bold;
	font-family: YuMincho,'Yu Mincho',serif;
}
#news #news_detail #news_image{
	width: 100%;
	margin-bottom: 40px;
}
#news #news_detail #news_image img{
	width: 100%;
}
#news #news_detail #news_body p{
	font-size: 14px;
	line-height: 34px;
	font-weight: 400;
	font-family:"Yu Gothic",  YuGothic, serif;
}
#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: 700px;
	margin: 0 auto 100px;
}

#news #other_news_link #previous_news{
	width: 30%;
	max-width: 90px;
	margin-right: 5px;
}
#news #other_news_link #previous_news span,
#news #other_news_link #previous_news img{
	display: inline-block;
    color: #000;
    font-weight: 400;
    font-style: normal;
}
#news #other_news_link #next_news{
	width: 30%;
	max-width: 90px;
	min-height: 1px;
	margin-left: 5px;
}
#news #other_news_link #next_news span,
#news #other_news_link #next_news img{
	display: inline-block;
    font-family: "Times New Roman";
    color: #000;
    font-weight: 400;
    font-style: normal;
}
#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{
	font-family: "Times New Roman";
	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.news-page {
		padding: 20px 0 0px;
	}
	#news ul#news_list li div{
		font-size: 22px;
	}
	.menu_icons{
		flex-direction: row;
		display: flex;
	}
	#sp_header_menu_wrapper #sp_header_menu .menu_icons li{
		margin: 0 0 20px;
	}
	#sp_header_menu_wrapper #sp_header_menu .cake_icon{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 30px 0 0;
	}
	#sp_header_menu_wrapper #sp_header_menu .cake_icon a{
		display: flex;
		align-items: center;
		border: 1px solid #707070;
		padding: 8px 15px;
	}
	#sp_header_menu_wrapper #sp_header_menu .cake_icon a img{
		margin: 0 5px 0px 0;
	}
}
@media(max-width: 900px) {
	#news ul#news_list li div{
		font-size: 22px;
	}
}
@media(max-width: 800px) {
	#news ul#news_list li div{
		font-size: 20px;
	}
}
@media(max-width: 700px) {
	section h1 {
		font-size: 26px;
	}
	#news ul#news_list{
		display: block;
		margin: 0 auto 30px;
	}
	#news ul#news_list li div{
		margin: 0;
		align-items: baseline;
	}
	#news ul#news_list li .news_title {
		margin: 0 0 0 20px;
	}
	#news ul#news_list li .news_title a{
		border-bottom: 1px solid;
		font-size: 16px;
		line-height: 30px;
	}
	#news ul#news_list li .news_list-title a {
		font-size: 18px;
	}
	section .news_content {
		margin: 70px auto 100px;
	}
	#news #news_detail #news_title {
		margin-bottom: 35px;
		font-size: 18px;
	}
	#news #news_detail {
		margin: 0 auto 80px;
	}
	#other_news_link .css_button_1{
		padding: 5px 0;
		width: 100%;
		max-width: 200px;
		text-align: center;
	}
	#news ul#news_list li{
		width: 100%;
		border-bottom: unset;
	}
}
@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 .content h1 {
		margin-bottom: 36px;
	}
	#news ul#news_list li div{
		margin: 0;
	}
	#news ul#news_list li .news_list-title a {
		font-size: 17px;
	}
	
}



/* ニュースアーカイブ */
#news_archive_page ul#news_category_list_pc{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}
#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: #000;
}
#news_archive_page ul#news_category_list_pc li{
	margin: 0 12px;
}
#news_archive_page ul#news_category_list_pc li a{
	color: #000;
	padding: 2px 10px;
	font-size: 14px;
}
#news_archive_page ul#news_category_list_pc li a.select_category{
	/* border: 1px solid #000; */
	/* 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: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    font-size: 14px;
    margin: 3px;
}
#news_archive_page #page_navi_block #page_move_block span.page_dotted{
	margin: 5px 10px;
	color: #000;
}
#news_archive_page #page_navi_block #page_move_block span.page_number{
	border: 1px solid #000;
    background-color: #000;
    color: #FFF;
}
#news_archive_page #page_navi_block #page_move_block a.page_number{
	border: 1px solid #000;
	color: #000;
}
#news_archive_page #page_navi_block #page_move_block a.move_icon{
	border: none;
}
.prev_icon::after {
    content: "< Prev";
}
.next_icon::after {
    content: "Next >";
}
#page_navi_block{
	margin: 120px auto 100px;
}
.news_page-footer{
	width: 100%;
}
.news_page-footer h3{
	text-align: center;
    margin: 0 auto 40px;
    border-bottom: 1px solid rgb(0 0 0 / 40%);
    padding: 0 0 10px;
    width: 90%;
}
#news_category_list_pc,
#news_archive_page #news .news_page-footer #news_category_list_pc{
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
#news_category_list_pc li{
	margin: 0 12px;
}
#news_category_list_pc li a,
#news_archive_page #news .news_page-footer #news_category_list_pc li a{
	padding: 0;
    font-size: 13px;
    font-family: "Yu Gothic", YuGothic, serif;
    font-weight: 400;
}
@media(max-width: 700px) {
	#news_category_list_pc li {
		margin: 0 5px;
	}
	#page_navi_block {
		margin: 80px auto 80px;
	}
	#news_archive_page #news .news_page-footer #news_category_list_pc li{
		margin: 0 5px;
	}
	#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;
		line-height: 35px;
		font-size: 12px;
		margin: 3px;
	}
	#news_archive_page #page_navi_block #page_move_block a.move_icon {
		width: 50px;
	}
}
@media(max-width: 500px) {	
	#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: 25px;
		height: 25px;
		line-height: 25px;
	}
	#news_archive_page #page_navi_block #page_move_block a.move_icon {
		width: 50px;
	}
}




/* プティパについて */
#about{
	width: 100%;
	background-color: #F8F8F8;
}
#about .content{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#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;
}
#about .content #about_body #about_left{
	width: 50%;
}
#about .content #about_body #about_left img{
	width: 100%;
}
#about .content #about_body #about_right{
	width: 50%;
	padding: 100px 0 0;
}
#about .content #about_body #about_right div{
	width: 90%;
    margin: 0 auto;
	max-width: 480px;
	padding: 0 0 50px;
}
#about .content #about_body #about_right div h2{
	font-family: YuMincho,'Yu Mincho';
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 0.3em;
	margin: 0 0 60px;
}
#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 iframe{
	width: 100%;
}
#about .content #shop_map_link{
	text-align: center;
}
#about .content #about_body #about_left img {
    display: none; }
#about .content #about_body #about_left {
width: 50%;
background-image: url(../images/concept-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
@media(max-width: 1000px) {
	#about .content #about_body #about_left img {
		display: block;
	}
	#about .content #about_body {
		flex-direction: column;
		align-items: center;
	}
	#about .content #about_body #about_left {
		width: 100%;
	}
	#about .content #about_body #about_right {
		width: 100%;
	}
}
@media(max-width: 700px) {
	#about .content #about_body #about_right div{
		padding: 0;
	}
	#about .content #about_sp_concept{
		display: block;
	}
	#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;
	}
}
/* pick up */
#pick_up .content{
	width: 100%;
    margin: 0 auto;
    padding: 150px 0;
}
#pick_up .content #pick_up_body{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1166px;
    margin: 0 auto 50px;
}
#pick_up .content #pick_up_body .pick_up_left{
	width: calc(50% - 40px);
    margin: 15px 20px 15px 20px;
}
#pick_up .content #pick_up_body #pick_up_right{
	width: 49%;
}
#pick_up .content #pick_up_body #pick_up_right img,
#pick_up .content #pick_up_body .pick_up_left img{
	width: 100%;
}
#pick_up .content h1{
	margin: 50px 0 50px;
}
@media(max-width: 900px) {
	#pick_up .content #pick_up_body{
		flex-direction: column;
		width: 90%;
	}
	#pick_up .content #pick_up_body .pick_up_left{
		width: 100%;
		margin: 0 0 20px;
	}
	#pick_up .content #pick_up_body #pick_up_right{
		width: 100%;
		margin: 0 0 20px;
	}
	#pick_up .content {
		width: 100%;
		margin: 0 auto;
		padding: 60px 0 80px;
	}
}


/* 商品紹介 */
#index #item .content{
	width: 100%;
    margin: 0 auto;
    padding: 0px 0 150px;
}
#index #item .content #all_news_link_area1{
	width: 100%;
    text-align: center;
    margin: 60px auto 0px;
}
#index #item .content #all_news_link_area1 a{
	padding: 6px 70px;
}
#index #item .content .item-top img{
	width: 100%;
}
#index #item .content .item-top{
	position: relative;
}
#index #item .content h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	margin: 0;
}
#index #item ul#item_banner_list{
	width: 100%;
    max-width: 1166px;
    margin: 150px auto 100px;
	display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
	padding-inline: 5%;
}

#index #item ul#item_banner_list {
    width: 100%;
    max-width: 1166px;
    margin: 150px auto 100px;
}

#index #item ul#item_banner_list li{
	width: 100%;
}
#index #item ul#item_banner_list li img{
	width: 100%;
	height: auto;
}
#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: 1166px;
	margin: 100px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#index #item ul#item_list li{
	width: calc(25% - 10px);
	height: 100%;
	max-width: 230px;
	overflow: hidden;
	position: relative;
	margin: 40px 5px 0;
}
#index #item ul#item_list li a{
	cursor: pointer;
}
#index #item ul#item_list li.blank{
	height: 1px;
	margin: 0 5px;
}
#index #item ul#item_list li img{
	width: 230px;
	height: 230px;
	object-fit: cover;
}
#index #item ul#item_list li .caption {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#index #item ul#item_list li .caption p {
	font-size: 15px;
	text-align: center;
	color: #000;
	font-weight: 400;
	line-height: 36px;
}
#index #item ul#item_list li .mask {
	opacity: 1;
}
#index #item ul#item_list li:hover .mask {
	opacity: 1;
	cursor: pointer;
}
.pc_on{
	display: block;
}
.sp_on{
	display: none;
}
@media(max-width: 1000px) {
	#index #item ul#item_list li img{
		/* width: 180px;
		height: 180px; */
	}
	#index #item ul#item_list li .mask{
		width: 180px;
	}
	#index #item ul#item_list{
		justify-content: space-around;
	}
	#index #item ul#item_list li{
		width: 241px;
		max-width: 241px;
	}
	#index #item ul#item_list li img,
	#index #item ul#item_list li .mask{
		/* width: 241px; */
	}
	#index #item .content {
		padding: 0px 0 50px;
	}
	#index #item ul#item_banner_list {
		margin: 100px auto 100px;
	}
	#index #item .content #all_news_link_area1 {
		margin: 30px auto 0px;
	}
	#news .content {

		padding: 50px 0;
	}
	#index #item ul#item_list li .caption p {
		text-align: left;
	}
}

@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{
		width: 240px;
		height: 240px;
	}
	#index #item ul#item_list li .mask{
		width: 240px;
	}
	#about .content #about_body #about_right div h2 {
		font-size: 23px;
		text-align: center;
	}
	.pc_on{
		display: none;
	}
	.sp_on{
		display: block;
	}
	#index #item ul#item_list{
		margin: 20px auto 0;
	}
	#index #item ul#item_list li .caption p {
		font-size: 13px;
		line-height: 18px;
		margin: 10px 0 0;
	}
	#address .content .body_address .left_address h2{
		font-size: 21px;
	}
	#address .content .body_address .left_address p{
		font-size: 12px;
		line-height: 22px;
	}

	#about .content #about_body #about_right{
		padding: 80px 0;
	}

	#index #item ul#item_banner_list{
		flex-direction: column;
		max-width: 500px;
	}
}

@media(max-width: 600px) {
	#index #item ul#item_list li{
		width: 220px;
		max-width: 220px;
	}
	#index #item ul#item_list li img{
		width: 220px;
		height: 220px;
	}
	#index #item ul#item_list li .mask{
		width: 220px;
	}
}
@media(max-width: 500px) {
	#index #item ul#item_list li{
		width: 200px;
		max-width: 200px;
	}
	#index #item ul#item_list li img{
		width: 200px;
		height: 200px;
	}
	#index #item ul#item_list li .mask{
		width: 200px;
	}
	#index #item .content {
		padding: 0px 0 0px;
	}
	#index #item ul#item_banner_list {
		margin: 65px auto 100px;
	}
	#pick_up .content {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 50px;
	}
	body p {
		font-size: 12px;
		line-height: 35px;
	}
	
}
@media(max-width: 450px) {
	#index #item ul#item_list li{
		width: 180px;
		max-width: 180px;
	}
	#index #item ul#item_list li img{
		width: 180px;
		height: 180px;
	}
	#index #item ul#item_list li .mask{
		width: 180px;
	}
}
@media(max-width: 400px) {
	#index #item ul#item_list li{
		width: 150px;
		max-width: 150px;
	}
	#index #item ul#item_list li img{
		width: 150px;
		height: 150px;
	}
	#index #item ul#item_list li .mask{
		width: 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;
	}
}




/* 採用情報 */
#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: space-between;
    align-items: center;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#item_modal #product_image{
	width: 100%;
    max-width: 365px;
}
#item_modal #product_image img{
	width: 100%;
	max-width: 365px;
}
#item_modal #product_explanation{
	width: 100%;
	max-width: 380px;
}

#item_modal #product_explanation #product_title{
	font-size: 22px;
    margin-bottom: 30px;
    font-family: "Yu Gothic", YuGothic, serif;
    font-weight: 600;
}

#item_modal #product_explanation #product_body #product_content{
	margin-bottom: 20px;
}
#item_modal #product_explanation #product_body #product_content p{
	line-height: 30px;
	font-size: 14px;
}
#item_modal #product_explanation #product_body #product_price{
	font-size: 16px;
	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{
		flex-direction: column;
	}
	#item_modal #product_image {
		width: 100%;
		margin-bottom: 30px;
	}
	#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: left;
	}
	#item_modal #product_explanation #product_body #product_online_shop_url{
		text-align: center;
	}
}




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


#product_archive_page #product_page_image{
	position: relative;
    width: 100%;
}

#product_archive_page #product_page_image #pc_image{
	width: 100%;
}
#product_archive_page #product_page_image h1{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    margin: 0;
}
#product_archive_page #product_page_image #sp_image{
	width: 100%;
	
}
#product_archive_page ul#item_list{
	width: 100%;
    max-width: 1166px;
    margin: 25px auto 190px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#product_archive_page ul#item_list li{
	width: 100%;
    overflow: hidden;
    position: relative;
    margin: 40px 5px 0;
	height: 100%;
    max-width: 230px;
}
#product_archive_page ul#item_list li img{
	width: 230px;
    height: 230px;
    object-fit: cover;
}
#product_archive_page ul#item_list li.blank{
	height: 1px;
	margin: 0 10px;
}
#product_archive_page ul#item_list li .product_image a{
	cursor: pointer;
}
#product_archive_page ul#item_list li .product_title{
	font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 36px;
}
#product_archive_page ul#item_list li .product_reserve_flag{
	font-size: 16px;
	height: 1.5em;
	text-align: center;
}
.yellow{
	background-color: #FFF1D4;
}
#time_table{
	padding: 120px 0 100px;
}
@media(max-width: 900px) {
	/* #product_archive_page ul#item_list li {
		width: calc(100%/3 - 50px);
	} */
	/* #product_archive_page ul#item_list li img {
		width: 160px;
		height: 160px;
		object-fit: cover;
	} */
}
@media(max-width: 700px) {
	#time_table{
		padding: 80px 0 10px;
	}
	/* #product_archive_page ul#item_list li{
		width: calc(48% - 10px);
	} */
	#product_archive_page ul#item_list li .product_title {
		font-size: 13px;
		line-height: 18px;
	}
	#product_archive_page ul#item_list{
		justify-content: center;
	}
	
}
@media(max-width: 600px) {
	
	#product_archive_page ul#item_list li{
		max-width: 170px;
	}
	#product_archive_page ul#item_list li{
		margin: 0;
	}
	#product_archive_page ul#item_list li:nth-child(2n+1){
		margin: 0 30px 0 0;
	}
	#product_archive_page ul#item_list li img {
		width: 170px;
		height: 170px;
		object-fit: cover;
	}
	
}
@media(max-width: 500px) {
	#product_archive_page ul#item_list li {
		max-width: 160px;
	}
	#product_archive_page ul#item_list li img {
		width: 160px;
		height: 160px;
		object-fit: cover;
	}
	#product_archive_page ul#item_list li:nth-child(2n+1){
		margin: 0 17px 0 0;
	}
	#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;
	}
	#product_archive_page ul#item_list {
		margin: 0px auto 90px;
	}
	#product_archive_page ul#item_list li{
		margin: unset;
	}
}




/* プリントデコレーションページ */
#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: "fot-tsukuardgothic-std",sans-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: "fot-tsukuardgothic-std",sans-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: "fot-tsukuardgothic-std",sans-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: "fot-tsukuardgothic-std",sans-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: "fot-tsukuardgothic-std",sans-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: "fot-tsukuardgothic-std",sans-serif;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 2em;
	margin: 0 auto;
    text-align: left;
    max-width: 630px;
    width: 100%;
}
.print_deco-other h5{
	font-family: "fot-tsukuardgothic-std",sans-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%);
	}
}
#time_table .time_table_list li .time_table-title{
	font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
    text-align: center;
	text-transform: uppercase;
}
#time_table .time_table_list li .time_table-content{
	width: 90%;
    max-width: 600px;
    margin: 0 auto 200px;
}
#time_table .time_table_list li .time_table-content h4{
	font-family: YuMincho,'Yu Mincho',serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.05em;
    margin: 0 0 60px;
    text-align: center;
}
#time_table .time_table_list li .time_table-content ul{
	display: flex;
    border-bottom: 1px solid #242427;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
#time_table .time_table_list li .time_table-content li:first-child{
	width: 100%;
    max-width: 150px;
}
#time_table .time_table_list li .time_table-content li{
	font-family: YuMincho,'Yu Mincho',serif;
	line-height: 40px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.05em;
}
#recruit{
	width: 90%;
    max-width: 560px;
    margin: 200px auto;
}
#recruit .recruit_list ul li .recruit-detail h3{
	text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    font-family: YuMincho,'Yu Mincho',serif;
    margin: 0 0 50px;
}
#recruit .recruit_list ul li .recruit-detail{
	width: 100%;
	margin: 0 auto;
}
#recruit .recruit_list ul li .recruit-detail h4{
	position: relative;
    font-weight: 600;
    font-size: 16px;
    font-family: "Yu Gothic", YuGothic, serif;
    width: 100%;
    max-width: 445px;
    margin: 0 auto;
	padding-left: 15px;
}
#recruit .recruit_list ul li .recruit-detail h4::before{
	background: #000;
	content: "";
	height: 10px;
	width: 10px;
	left: 0;
	position: absolute;
	top: 3px;
}
#recruit .recruit_list ul li .recruit-detail p{
	width: 100%;
    max-width: 460px;
    margin: 0 auto;
}
#contact h2,
#recruit h2{
	font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}
#recruit_contact_detail{
	text-align: center;
    margin: 60px 0 0;
    line-height: 34px;
    font-weight: 600;
    font-size: 16px;
}
#news .news_head{
	width: 100%;
}
#news .news_head .news_top{
	width: 100%;
	position: relative;
}
#news .news_head .news_top img{
	width: 100%;
}
#news .news_head .news_top h2{
	position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Times New Roman";
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 0.2em;
    color: #fff;
}
#contact{
	width: 90%;
	max-width: 600px;
	margin: 0 auto 200px;
}
#contact .contact_title h5{
	text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    font-family: YuMincho,'Yu Mincho',serif;
    margin: 0 0 50px;
}
@media screen and (max-width: 700px) {
	#contact{
		margin: 0 auto 120px;
	}
	#time_table .time_table_list li .time_table-content h4{
		font-size: 16px;
	}
	#time_table .time_table_list li .time_table-title{
		font-size: 26px;
	}
	#time_table .time_table_list li .time_table-content li{
		font-size: 15px;
		line-height: 24px;
	}
	#time_table .time_table_list li .time_table-content{
		margin: 0 auto 130px;
	}
	#recruit .recruit_list ul li .recruit-detail p {
		font-size: 13px;
		line-height: 30px;
	}
	#recruit_contact_detail {
		line-height: 30px;
		font-size: 14px;
	}
	#recruit{
		margin: 120px auto;
	}
	#recruit .recruit_list ul li .recruit-detail h3{
		font-size: 15px;
	}
	#recruit h2{
		font-size: 26px;
	}
}

/* 翻訳 */
.gt_white_content {
    width: max-content !important;
}

.gtranslate {
    display: flex;
    justify-content: center;
}

#sp_header_menu_wrapper #sp_header_menu li.gtranslate {
    margin: 0;
}

.gtranslate_wrapper {
    text-align: center;
    /* border: 1px solid gray; */
    max-width: max-content;
    /* margin-inline: 10px; */
    /* padding: 5px 10px; */
    /* border-radius: 3px; */
    padding: 10px 15px;
    box-shadow: 4px 4px 8px 1px rgba(117, 117, 117, .1);
    border-radius: 10vw;
    background: linear-gradient(120deg, #fcfcfc 0%, #fff 100%);
}

.l-header__dropdown .gtranslate_wrapper {
    margin-block: 50px;
    margin-inline: auto;
}

a.gt_switcher-popup.glink.nturl.notranslate {
    color: #000000 !important;
}

.gt_black_overlay {
    height: 100vh !important;
}

.l-header__social-list-wrapper .gt_white_content {
    top: 200% !important;
}

/* スクロールバー */

/* スクロールバー全体のスタイル */
.scroll-bar::-webkit-scrollbar {
    width: 7px; /* 横スクロールバーの幅 */
    height: 7px; /* 縦スクロールバーの高さ */
    overflow: hidden;
    border-radius: 0;
    background-color: #ffffff; 
}
  
/* 角（スクロールバーの交差部分）のスタイル */
.scroll-bar::-webkit-scrollbar-corner {
    display: none;
}
  
/* スクロールサム（つまみ）のスタイル */
.scroll-bar::-webkit-scrollbar-thumb {
    overflow: hidden;
    background: #cccccc;
    border: 0px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 9999px;
}