@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

/*  共通
****************************************************************/
article{
	padding: 80px 0 40px 0;
}

/*  横幅フル、背景黒のリンク */
.link_full{
	padding: 70px 30px 68px 30px;
	background: #000;
}
.link_full a{
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 21px;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
}

/*  */
.article_title{
	font-size: 36px;
	line-height: 1.4;
	font-weight: normal;
	color: #353535;
	text-align: center;
}
.article_title span{
	margin-top: 10px;
	font-size: 16px;
	display: block;
}

/* ボタン */
.btn_grayframe{
	text-align: center;
	display: block;
}
.btn_grayframe a{
	margin: 0 auto;
	padding: 16px 100px 14px 70px;
	font-size: 24px;
	line-height: 1;
	color: #bfbfbf;
	border: 2px solid #bfbfbf;
	background: url(../../img/common/arrow_btm_gray.png) no-repeat center right 30px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
@media screen and (max-width: 1100px) {
	.article_title{
		font-size: 28px;
	}
}
@media screen and (max-width: 979px) {
	.article_title{
		font-size: 23px;
		font-weight: bold;
	}
	.article_title span{
		font-weight: normal;
		font-size: 14px;
	}
	.article_title.service-t{
		padding-right: 2em;
	}
	.article_title.service-t span{
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	.article_title.service-t{
		font-size: 18px;
		padding-right: 1.5em;
	}
	.link_full{
		padding: 40px 30px;
	}
.btn_grayframe a{
	font-size: 16px;
	font-weight: bold;
}
}
@media screen and (max-width: 620px) {
	.article_title.service-t{
		font-size: 16px;
	}
}
@media screen and (max-width: 479px) {

}



/* 店舗リスト ボタンリスト */
ul.list_shop,
ul.list_left,
ul.list_center{
	margin-top: 30px;
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	text-align: left;
}
ul.list_shop,
ul.list_center{
	text-align: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.list_shop li,
ul.list_left li,
ul.list_center li{
	margin: 5px 0.5% 0 0.5%;
	padding: 5px 5px 5px 15px;
	width: 24%;
	font-size: 13px;
	line-height: 1.1;
	color: #FFF;
	background: #767270;
	display: table;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list_shop li{
	margin: 5px 8px;
	padding: 5px 20px;
	background: #070707!important;
	width: auto;
}

ul.list_shop li a,
ul.list_left li a,
ul.list_center li a{
	color: #FFF;
	height: 2.2em;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 979px) {
	ul.list_left li,
	ul.list_center li{
		width: 32%;
	}
}
@media screen and (max-width: 768px) {
	ul.list_left li,
	ul.list_center li{
		width: 49%;
	}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 479px) {
	ul.list_left li,
	ul.list_center li{
		width: 100%;
	}
}



/* お知らせ
****************************************************************/
#frame_information{
	padding-top: 0;
	background: url(../../img/top/clerk.png) no-repeat right bottom;
}
#frame_information .topimage{
	margin-bottom: 100px;
	max-height: 600px;
	overflow: hidden;
}
#frame_information .topimage img{
	margin: 0 auto;
	height: auto;
	width: 100%;
	display: block;
}

#frame_information .newslist{
	margin: 30px 0;
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#frame_information .newslist li{
	width: 48%;
	font-size: 16px;
}

#frame_information .newslist .date{
	padding-bottom: 5px;
	font-size: 11px;
	color: #8b8b8b;
	border-bottom: 1px solid #f1edd9;
	text-align: right;
}
#frame_information .newslist .im{
	padding: 5px;
	width: 28%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#frame_information .newslist .im img{
	width: 100%;
	height: auto;
}
#frame_information .newslist .txt{
	padding: 5px;
	width: 72%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 979px) {
	#frame_information{
		padding-bottom: 100px;
		background-size: auto 20%;
	}
}

@media screen and (max-width: 768px) {
	#frame_information{
		padding-bottom: 100px;
		background-size: auto 16%;
	}
	#frame_information .topimage{
		margin-bottom: 60px;
	}
	#frame_information .newslist li{
		width: 100%;
	}
}
@media screen and (max-width: 620px) {
	#frame_information{
		padding-bottom: 40px;
		background:none;
	}
}
@media screen and (max-width: 479px) {
}


/* 店員のオススメ
****************************************************************/
#frame_recommendation{
	padding-bottom: 60px;
	background:  url(../../img/top/clerk2.png) no-repeat left 1% bottom, url(../../img/top/bg_area.jpg) no-repeat;
	background-size: 20% auto, cover;
}
#frame_recommendation ul.reco_list{
	margin: 40px auto 0;
	width: 90%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#frame_recommendation ul.reco_list li{
	margin: 5px auto;
	padding: 8px;
	width: 19%;
	font-size: 14px;
	line-height: 1.2;
	background: #f2f2f2;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#frame_recommendation ul.reco_list li h2{
	padding: 5px 5px 3px 5px;
	background: #8c1317;
	color: #FFF;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
}
#frame_recommendation ul.reco_list li .im{
	margin: 10px 0;
	height: 180px;
	overflow: hidden;
}
#frame_recommendation ul.reco_list li img{
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}
#frame_recommendation ul.reco_list li .book{
	background: #8c1317;
}
#frame_recommendation ul.reco_list li .rental{
	background: #003b3d;
}
#frame_recommendation ul.reco_list li .dvd{
	background: #100c3c;
}
#frame_recommendation ul.reco_list li .game{
	background: #945f13;
}
#frame_recommendation ul.reco_list li .stationery{
	background: #6d1f44;
}

@media screen and (max-width: 1300px) {
	#frame_recommendation ul.reco_list{
		margin: 40px 0 0 auto;
	}
}
@media screen and (max-width: 979px) {
	#frame_recommendation{
		padding-bottom: 60px;
		background:  url(../../img/top/clerk2.png) no-repeat left 1% bottom, url(../../img/top/bg_area.jpg) no-repeat;
		background-size: 15% auto, cover;
	}
}
@media screen and (max-width: 768px) {
	#frame_recommendation{
		background:  url(../../img/top/clerk2.png) no-repeat left 1% bottom, url(../../img/top/bg_area.jpg) no-repeat;
		background-size: 20% auto, cover;
	}
	#frame_recommendation ul.reco_list{
		margin: 20px 0 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#frame_recommendation ul.reco_list li{
		width: 32%;
		margin: 0.5%;
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}
	
}
@media screen and (max-width: 620px) {
	#frame_recommendation{
		padding-bottom: 30px;
		background:  url(../../img/top/clerk2.png) no-repeat left 1% bottom, url(../../img/top/bg_area.jpg) no-repeat;
		background-size: 30% auto, cover;
	}
	#frame_recommendation ul.reco_list{
		margin: 30px auto 0;
		width: 100%;
	}
	#frame_recommendation ul.reco_list li{
		width: 100%;
	}
#frame_recommendation ul.reco_list li h2{
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 99%;
}
#frame_recommendation ul.reco_list li .im{
	padding: 5px;
	width: 28%;
	height: auto;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#frame_recommendation ul.reco_list li .im img{
	width: 100%;
	height: auto;
}
#frame_recommendation ul.reco_list li p:nth-of-type(2){
	padding: 5px;
	width: 72%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}

@media screen and (max-width: 479px) {
	#frame_recommendation{
		background: url(../../img/top/bg_area.jpg) no-repeat;
		background-size: cover;
	}
}


/* イベント
****************************************************************/
#frame_event{
	padding-bottom: 40px;
	background:  url(../../img/top/clerk3.png) no-repeat right 1% bottom;
	background-size: 20% auto;
}
#frame_event ul.event_list {
	margin: 40px auto 0 0;
	width: 92%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
}
#frame_event ul.event_list li{
	margin: 5px 1% 5px 0;
	padding: 5px;
	width: 23%;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	background: #FFF;
	border: 1px solid #c5b7af;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#frame_event ul.event_list li.beta{
	padding: 0;
	border: none;
}
#frame_event ul.event_list li figure{
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
}
#frame_event ul.event_list li img{
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: block;
}
#frame_event ul.event_list li figcaption{
	padding: 5px 3px 3px 3px;
	margin-bottom: 5px;
	background: #c5b7af;
	color: #353535;
	font-size: 12px;
}
#frame_event ul.event_list li .btn_eventlist{
	text-align: right;
}
#frame_event ul.event_list li .btn_eventlist a{
	margin: 10px 0 0 auto;
	padding-left: 12px;
	color: #c5b7af;
	text-decoration: none;
	letter-spacing: 1px;
	background: url(../../img/common/arrow_right_beige.png) no-repeat left center;
	display: inline-block;
}
#frame_event ul.event_list li .btn_eventlist a:hover{
	color: #4d3c32;
}

@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
	#frame_event ul.event_list li{
		width: 42%;
	}
}
@media screen and (max-width: 620px) {
	#frame_event{
		background: none;
	}
	#frame_event ul.event_list{
		width: 100%;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
	#frame_event ul.event_list li{
		width: 99%;
	}
	#frame_event ul.event_list li figure{
	padding: 5px;
	width: 28%;
	height: auto;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
	#frame_event ul.event_list li figure img{
	width: 100%;
	height: auto;
}
	#frame_event ul.event_list li .details{
	padding: 5px;
	width: 72%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}
@media screen and (max-width: 479px) {
}


/* ブック＆カフェ
********************************************************/
#frame_bookcafe{
	width: 100%;
	background: #191919 url(../../img/top/cafe1.jpg) no-repeat right top;
	background-size: 50% auto;
}
#frame_bookcafe .waku{
	margin: 0 auto;
	max-width: 1600px;
}
#frame_bookcafe .waku .bookcafe{
	padding: 50px 20px 20px;
	width: 50%;
	background-color: #1a1a1a;
	color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#frame_bookcafe .bookcafe .title_bookcafe{
	padding: 0 20%;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	background: url(../../img/top/bg_cafe_title_l.png) no-repeat, url(../../img/top/bg_cafe_title_r.png) no-repeat;
	background-size: 20% auto, 20% auto;
	background-position: left top, right top;
	
}
#frame_bookcafe .title_bookcafe span{
	margin-top: 20px;
	display: block;
	font-size: 16px;
}

@media screen and (max-width: 1500px) {
	#frame_bookcafe{
		background-size: auto 100%;
	}
}
@media screen and (max-width: 979px) {
	#frame_bookcafe .bookcafe .title_bookcafe{
		font-size: 26px;	
	}
}
@media screen and (max-width: 768px) {
#frame_bookcafe{
	background-size: 100% auto;
	padding-top: 50%;
	border-bottom: 20px solid #1a1a1a;
}
	#frame_bookcafe .waku{
		padding-bottom: 120px;
	}
	#frame_bookcafe .waku .bookcafe{
		padding: 80px 20px 20px 20px;
		width: 100%;
	}
	#frame_bookcafe .bookcafe .title_bookcafe{
		padding: 0 10%;
		font-size: 21px;
	}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 479px) {
}

/* 店舗紹介ブロック
****************************************************************/
#about_shop article{
	padding: 0;
	height: 100%;
	background-size: auto 100%;
}
#about_shop article:nth-child(odd){
	padding-left: 32%;
	background-color: #FFF;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#about_shop article:nth-child(even){
	padding-right: 32%;
	background-color: #ece5e1;
	background-position: right top;
	background-repeat: no-repeat;
}
#about_shop article#frame_bookstore{
	background-image: url(../../img/top/photo_customer.jpg);
}
#about_shop article#frame_complex{
	background-image: url(../../img/top/photo_customer2.jpg);
}
#about_shop article#frame_trading_card{
	background-image: url(../../img/top/photo_card.jpg);
}
#about_shop article#frame_iphone_support{
	background-image: url(../../img/top/photo_isapo.jpg);
}
#about_shop article#frame_t_point{
	background-image: url(../../img/top/photo_tcard.jpg);
}
#about_shop article#frame_delivery{
	background-image: url(../../img/top/photo_trade.jpg);
}
#about_shop article#frame_consulting{
	background-image: url(../../img/top/photo_consul.jpg);
}
#about_shop article#frame_child_support{
	background-image: url(../../img/top/photo_child.jpg);
}
#about_shop article#frame_contribution{
	background-image: url(../../img/top/photo_contribution.jpg);
}
#about_shop article#frame_reading{
	background-image: url(../../img/top/photo_yomikikase.jpg);
}

#about_shop article .box{
	min-height: 220px;
}
#about_shop article:nth-child(odd) .box{
	padding: 50px 20px 20px 20px;
	background-color: #FFF;
}
#about_shop article:nth-child(even) .box{
	padding: 50px 20px 20px 20px;
	background-color: #ece5e1;
}
/*
@media screen and (max-width: 979px) {
	#about_shop article:nth-child(odd){
		padding-left: 24%;
	}
	#about_shop article:nth-child(even){
		padding-right: 24%;
	}
}*/
@media screen and (max-width: 768px) {
#about_shop article:nth-child(odd),
#about_shop article:nth-child(even){
	padding: 50% 0 0 0;
	background-size: 100% auto;
	background-color: #FFF;
	background-position: left top;
	background-repeat: no-repeat;
}
	#about_shop article:nth-child(odd) .box{
		padding: 30px 10px 30px 10px;
	}
	#about_shop article:nth-child(even) .box{
		padding: 30px 10px 30px 10px;
	}
#about_shop article .box{
	min-height: auto;
}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 479px) {
}


