@charset "utf-8";
/* CSS Document */

/* ==================================================

	icon

 ================================================== */
@font-face {
  font-family: 'icon';
  src:  url('/feature/toy_tenpo/fonts/icon.eot?4nng65');
  src:  url('/feature/toy_tenpo/fonts/icon.eot?4nng65#iefix') format('embedded-opentype'),
    url('/feature/toy_tenpo/fonts/icon.ttf?4nng65') format('truetype'),
    url('/feature/toy_tenpo/fonts/icon.woff?4nng65') format('woff'),
    url('/feature/toy_tenpo/fonts/icon.svg?4nng65#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


.icon-right_arrow:before {
  content: "\e900";
}
.icon-under_arrow:before {
  content: "\e901";
} 


/* ==================================================

	common

 ================================================== */
body{
	font-size: 62.5% !important;
	letter-spacing: 0.08rem !important;
	line-height: 1.8 !important;
	box-sizing: border-box;
}
#toy_tenpo{
	padding-bottom: 60px;
	background-color: #fcfaed;
}
/*
	section
================================ */
#toy_tenpo section{
	width: 100%;
	padding: 60px 0;
	margin: 0 auto;
}
#toy_tenpo section .inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}




/* ==================================================

	#main_visual

 ================================================== */
#toy_tenpo #main_visual{
	padding: 0;
}
#toy_tenpo #main_visual div{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
#toy_tenpo #main_visual img{
	margin: 0 auto;
}



/* ==================================================

	#lead_area

 ================================================== */
#toy_tenpo #lead_area p{
	text-align: center;
}




/* ==================================================

	#store_area

 ================================================== */
#toy_tenpo #store_area{
	padding-top: 0;
}
/*
	ul
================================ */
#toy_tenpo #store_area ul{
	margin: 0 auto;
	max-width: 900px;
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
}
/* li -------------------- */
#toy_tenpo #store_area li.box1{
	width: 30%;
}
#toy_tenpo #store_area li.box2{
	width: 23%;
}
#toy_tenpo #store_area li:nth-of-type(n + 4){
	margin-top: 30px;
}
/*
	p
================================ */
#toy_tenpo #store_area p{
	margin: 40px auto 0;
	text-align: center;
}




/* ==================================================

	#shop_area

 ================================================== */
/*
	h2
================================ */
#toy_tenpo #shop_area h2{
	margin: 0 auto;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	background-color: #B60B20;
}
/*
	.todoufuken
================================ */
#toy_tenpo #shop_area .todoufuken{
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#toy_tenpo #shop_area .todoufuken::after{
	content: "";
	display: block;
	width: 24%;
}
/* li -------------------- */
#toy_tenpo #shop_area .todoufuken li{
	width: 24%;
	text-align: center;
}
#toy_tenpo #shop_area .todoufuken li:nth-of-type(n + 5){
	margin-top: 15px;
}
/* a ------------ */
#toy_tenpo #shop_area .todoufuken li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	line-height: 1;
	color: #14793A;
	border: 1px solid #14793A;
	background-color: rgba(255,255,255,0.70);
	text-decoration: none;
	transition: all .3s;
}
#toy_tenpo #shop_area .todoufuken li a::after{
	position: absolute;
	display: block;
	font-family: "icon";
	content: "\e901";
	color: #14793A;
	font-size: 10px;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}
#toy_tenpo #shop_area .todoufuken li a:hover{
	color: #fff;
	background-color: #14793A;
}
#toy_tenpo #shop_area .todoufuken li a:hover::after{
	color: #fff;
}
/*
	h3
================================ */
#toy_tenpo #shop_area h3{
	margin: 50px auto 20px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 2px solid #B60B20;
}
#toy_tenpo #shop_area .area_tab + h3{
	margin-top: 50px;
}
/*
	.tab-wrap
================================ */
#toy_tenpo #shop_area .tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin:20px 0;
}
#toy_tenpo #shop_area .tab-wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #B60B20;
	display: block;
	order: -1;
}
/*
	.tab-label
================================ */
#toy_tenpo #shop_area .tab-label {
	background: #efefef;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	white-space: nowrap;
	text-align: center;
	padding: 10px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
}
#toy_tenpo #shop_area .tab-label:not(:last-of-type) {
	margin-right: 5px;
}
/*
	.tab-content
================================ */
#toy_tenpo #shop_area .tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background-color: rgba(255,255,255,0.70);
}
/* アクティブなタブ */
#toy_tenpo #shop_area .tab-switch:checked+.tab-label {
	color: #fff;
	background: #B60B20;
}
#toy_tenpo #shop_area .tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 15px;
	opacity: 1;
	transition: .5s opacity;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
#toy_tenpo #shop_area .tab-switch {
	display: none;
}
/* ul -------------------- */
#toy_tenpo #shop_area .tab-content ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* li -------------------- */
#toy_tenpo #shop_area .tab-content li{
	width: 49%;
	border: 1px solid #14793A;
}
#toy_tenpo #shop_area .tab-content li:nth-of-type(n + 3){
	margin-top: 20px;
}
/* a ------------ */
#toy_tenpo #shop_area .tab-content li a{
	position: relative;
	display: block;
	padding: 15px;
	text-decoration: none;
	transition: all .1s;
}
#toy_tenpo #shop_area .tab-content li a::after{
	position: absolute;
	content: "\e900";
	display: block;
	font-family: "icon";
	font-size: 10px;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}
#toy_tenpo #shop_area .tab-content li a:hover{
	color: #14793A;
	background-color: #E4FAEC;
}
/* div ------------ */
#toy_tenpo #shop_area .tab-content li div{
	padding: 15px;
}
/* p ------------ */
#toy_tenpo #shop_area .store{
	font-size: 15px;
	font-weight: bold;
}
#toy_tenpo #shop_area .address,
#toy_tenpo #shop_area .number{
	font-size: 13px;
}
#toy_tenpo #shop_area .number{
	position: relative;
	padding-left: 40px;
}
#toy_tenpo #shop_area .number::before{
	position: absolute;
	display: block;
	content: "TEL：";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}




/* ==================================================

	.christmas_toy_page

 ================================================== */
#toy_tenpo .christmas_toy_page{
	margin: 0 auto;
	width: 96%;
	max-width: 500px;
}