/*========================
ヘッダー
========================*/
header {
	position: relative;
	padding: 0.30rem 0;
}

@media screen and (max-width: 499px) {
	header {
		position: relative;
		padding: 0.15rem 0;
	}
}

/* ロゴ */
header .logo {
	width: 3.82rem;
}

@media screen and (max-width: 499px) {
	header .logo {
		width: 1.80rem;
	}
}

header h1 {
	position: absolute;
	right: 0.30rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.22rem;
	font-weight: 900;
	color: #111;
}

header h1 a {
	color: #111;
	text-decoration: none;
}

header h1 a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 499px) {
	header h1 {
		right: 0.20rem;
		font-size: 0.14rem;
		line-height: 1.4;
	}
}


/*============================
MV
============================*/
#mv {
	background-color: #060404;
	background-image: url(../img/top_mv_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	min-height: 7.50rem;
	position: relative;
}

@media screen and (max-width: 499px) {
	#mv {
		min-height: 4.00rem;
		background-position: right top;
		background-size: auto 90%;
	}
}

/* MVコピー*/
#mv .copy {
	position: absolute;
	width: 80%;
	max-width: 6.28rem;
	bottom: 0.80rem;
	left: 0.80rem;
	z-index: 1;
}

@media screen and (max-width: 499px) {
	#mv .copy {
		width: 80%;
		bottom: 0.50rem;
		left: 0.20rem;
	}
}

#mv .ph_credit {
	position: absolute;
	bottom: 0.30rem;
	right: 0.30rem;
	font-size: 0.11rem;
	color: #FFF;
	z-index: 1;
}

@media screen and (max-width: 499px) {
	#mv .ph_credit {
		bottom: 0.10rem;
		right: 0.10rem;
		font-size: 0.10rem;
	}
}

/*============================
About
============================*/
#about {
	padding: 1.40rem 0 1.00rem;
}

@media screen and (max-width: 499px) {
	#about {
		padding: 0.60rem 0;
	}
}

/* 写真 */
#about .about_ph {
	display: block;
	width: 56.14vw;
	height: 43.57vw;
	max-height: 6.00rem;
	position: absolute;
	left: 0;
	top: 1.40rem;
	background-image: url(../img/top_about_ph.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: 0;
}

@media screen and (max-width: 1000px) {
	#about .about_ph {
		display: block;
		width: 6.70rem;
		height: 6.10rem;
		max-height: 6.00rem;
		position: absolute;
		left: 0;
		top: 1.40rem;
		background-image: url(../img/top_about_ph.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		z-index: 0;
	}
}

@media screen and (max-width: 499px) {
	#about .about_ph {
		width: calc(100% - 0.20rem);
		height: 2.50rem;
		position: relative;
		left: inherit;
		top: inherit;
	}
}

#about .about_ph .ph_credit {
	position: absolute;
	bottom: 0.20rem;
	right: 0.20rem;
	z-index: 1;
	font-size: 0.11rem;
	color: #111;
}

@media screen and (max-width: 499px) {
	#about .about_ph .ph_credit {
		bottom: 0.10rem;
		right: 0.10rem;
		font-size: 0.10rem;
	}
}

/* タイトル */
#about .about_ph::after {
	content: "";
	display: block;
	width: 0.80rem;
	height: 5.30rem;
	position: absolute;
	left: 1.00rem;
	top: -0.30rem;
	background-image: url(../img/top_about_copy.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}

@media screen and (max-width: 499px) {
	#about .about_ph::after {
		width: 0.40rem;
		height: 2.60rem;
		position: absolute;
		left: 0.20rem;
	}
}

#about .textbox {
	max-width: 4.10rem;
	width: 100%;
	margin-left: auto;
	padding-bottom: 1.00rem;
}

@media screen and (max-width: 499px) {
	#about .textbox {
		padding-bottom: 0.50rem;
	}
}

#about .textbox .about_title {
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	font-size: 0.35rem;
	letter-spacing: 0.05em;
	margin-bottom: 0.50rem;
	margin-top: 0.70rem;
	text-align: right;
	position: relative;
}

@media screen and (max-width: 499px) {
	#about .textbox .about_title {
		font-size: 0.24rem;
		margin-bottom: 0.20rem;
		margin-top: 0.40rem;
		text-align: left;
	}
}

#about .textbox .about_title span {
	display: inline-block;
	background-color: #FFF;
	padding-left: 0.10rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 499px) {
	#about .textbox .about_title span {
		padding-left: 0;
		padding-right: 0.10rem;
	}
}

#about .textbox .about_title::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #111;
	left: 0;
	top: 0.16rem;
	z-index: 0;
}

@media screen and (max-width: 499px) {
	#about .textbox .about_title::before {
		top: 0.12rem;
	}
}

#about .textbox .text {
	line-height: 2;
	letter-spacing: 0.05em;
	font-size: 0.16rem;
}

@media screen and (max-width: 499px) {
	#about .textbox .text {
		font-size: 0.14rem;
	}
}


#about .textbox .text a {
	color: #111;
	font-weight: 700;
}

#about .about_caption_wrap {
	padding-top: 0.40rem;
}

@media screen and (max-width: 499px) {
	#about .about_caption_wrap {
		padding-top: 0;
	}
}

#about .about_caption_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#about .about_caption_wrap .list .detail {
	width: 48%;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 499px) {
	#about .about_caption_wrap .list .detail {
		width: 100%;
		padding-bottom: 0.40rem;
	}
}

#about .about_caption_wrap .list .detail .sub_title {
	font-size: 0.50rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	margin-bottom: 0.20rem;
	position: relative;
}

@media screen and (max-width: 499px) {
	#about .about_caption_wrap .list .detail .sub_title {
		font-size: 0.24rem;
		margin-bottom: 0.10rem;
	}
}

#about .about_caption_wrap .list .detail .sub_title span {
	display: inline-block;
	padding-right: 0.10rem;
	position: relative;
	z-index: 1;
	background-color: #FFF;
}

#about .about_caption_wrap .list .detail .sub_title::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #111;
	left: 0;
	top: 0.26rem;
	z-index: 0;
}

@media screen and (max-width: 499px) {
	#about .about_caption_wrap .list .detail .sub_title::before {
		top: 0.12rem;
	}
}

#about .about_caption_wrap .list .detail .text {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 499px) {
	#about .about_caption_wrap .list .detail .text {
		font-size: 0.14rem;
	}
}

/*============================
Shop
============================*/
#shop {
	position: relative;
	/*	background-color: #000;*/
	overflow: hidden;
}

#shop .shop_bg {
	position: absolute;
	top: 0.40rem;
	left: 0;
	width: 100%;
	height: calc(100% - 0.30rem);
	background-color: #000;
	z-index: -1;
}

@media screen and (max-width: 499px) {
	#shop .shop_bg {
		top: 0.22rem;
		height: calc(100% - 0.20rem);
	}
}

#shop::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50.71vw;
	background-image: url(../img/shop_bg_top.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0.40rem;
	left: 0;
	z-index: 0;
	opacity: 0.7;
}

@media screen and (max-width: 499px) {
	#shop::before {
		height: 80.71vw;
		top: 0.22rem;
	}
}

#shop::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 50vw;
	background-image: url(../img/shop_bg_bottom.jpg);
	background-position: 0 top;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: 0.7;
}

#shop .in {
	position: relative;
	z-index: 1;
}

#shop .sec_title {
	text-align: center;
	max-width: 4.95rem;
	width: 90%;
	margin: auto;
	margin-bottom: 0.40rem;
	position: relative;
}

#shop .lead {
	font-size: 0.20rem;
	line-height: 2;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 0.40rem;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 499px) {
	#shop .lead {
		font-size: 0.15rem;
		line-height: 2;
		text-align: left;
	}
}

/* 一覧 */
.shop_list_wrap .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -0.10rem;
	margin-right: -0.10rem;
	padding-bottom: 0.80rem;
}

@media screen and (max-width: 499px) {
	.shop_list_wrap .list {
		padding-bottom: 0.40rem;
	}
}

.shop_list_wrap .detail {
	width: 33.3%;
	box-sizing: border-box;
	padding: 0.10rem;
	margin-bottom: 0.40rem;
}

@media screen and (max-width: 499px) {
	.shop_list_wrap .detail {
		width: 100%;
	}
}

.shop_list_wrap .detail a {
	display: block;
	border-radius: 3px;
	background-color: #FFF;
	text-decoration: none;
	color: #222;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.shop_list_wrap .detail .shop_area {
	text-align: center;
	padding: 0.20rem;
	font-size: 0.24rem;
	font-weight: 700;
}

@media screen and (max-width: 499px) {
	.shop_list_wrap .detail .shop_area {
		padding: 0.16rem;
		font-size: 0.18rem;
	}
}

.shop_list_wrap .detail .ph {
	height: 2.40rem;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 499px) {
	.shop_list_wrap .detail .ph {
		height: 60vw;
	}
}

.shop_list_wrap .detail .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.shop_list_wrap .detail a:hover .ph img {
	transform: scale(1.04);
	opacity: 0.7;
}

.shop_list_wrap .detail .shop_item {
	margin: 0 0.20rem;
	padding-top: 0.20rem;
	text-align: center;
	font-size: 0.24rem;
	font-weight: 700;
	color: #C1272D;
	position: relative;
	z-index: 1;
	background-color: #FFF;
	top: -0.30rem;
}

@media screen and (max-width: 499px) {
	.shop_list_wrap .detail .shop_item {
		padding-top: 0.14rem;
		font-size: 0.18rem;
		top: -0.20rem;
	}
}

.shop_list_wrap .detail .textbox {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 0.18rem;
	padding: 0 0 0.10rem;
	letter-spacing: 0;
}

@media screen and (max-width: 499px) {
	.shop_list_wrap .detail .textbox {
		font-size: 0.15rem;
		padding: 0;
	}
}

.shop_list_wrap .detail .more_btn {
	max-width: 2.50rem;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 1;
	padding: 0.25rem;
	line-height: 0;
	color: #FFF;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	font-size: 0.16rem;
	letter-spacing: 0.10em;
	background-color: #EE8A1E;
	border-radius: 0.25rem;
	text-align: center;
	box-sizing: border-box;
	bottom: -0.25rem;
	transition: all 0.3s ease;
}

@media screen and (max-width: 499px) {
	.shop_list_wrap .detail .more_btn {
		padding: 0.20rem;
		font-size: 0.13rem;
		bottom: -0.20rem;
	}
}

.shop_list_wrap .detail a:hover .more_btn {
	background-color: #E85A24;
}

.shop_list_wrap .detail .more_btn i {
	width: 0.06rem;
	height: 0.10rem;
	background-image: url(../img/shop_more_arrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.shop_list_wrap .detail a:hover .more_btn i {
	right: 0.10rem;
}

/*============================
「炭鉄港めし」を食べるなら
============================*/
#shop_list {
	padding-top: 1.30rem;
	padding-bottom: 0.80rem;
	position: relative;
}

@media screen and (max-width: 499px) {
	#shop_list {
		padding-top: 0.60rem;
		padding-bottom: 0;
	}
}

#shop_list .sec_title {
	text-align: center;
	font-size: 0.50rem;
	line-height: 1.66;
	font-weight: 300;
	position: relative;
	margin: auto;
	margin-bottom: 0.20rem;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 499px) {
	#shop_list .sec_title {
		font-size: 0.24rem;
	}
}

#shop_list .sec_title span {
	display: inline-block;
	background: linear-gradient(transparent 75%, #FFFF00 75%);
	padding: 0 0.10rem;
	font-weight: 900;
}

@media screen and (max-width: 499px) {
	#shop_list .sec_title span {
		padding: 0 0.04rem;
	}
}

#shop_list .lead {
	text-align: center;
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 499px) {
	#shop_list .lead {
		text-align: left;
		font-size: 0.15rem;
	}
}

/* 検索パネル */
.search_wrap {
	margin-bottom: 0.40rem;
}

@media screen and (max-width: 499px) {
	.search_wrap {
		margin-bottom: 0.20rem;
	}
}

.search_wrap .search_tab_wrap .search_tab {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.search_wrap .search_tab_wrap .search_tab .tab {
	width: 49.8%;
	text-align: center;
	position: relative;
}

.search_wrap .search_tab_wrap .search_tab .tab::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #000;
	opacity: 0.1;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.search_wrap .search_tab_wrap .search_tab .tab.active::after {
	content: none;
}

.search_wrap .search_tab_wrap .search_tab .tab a {
	padding: 0.16rem;
	text-align: center;
	color: #FFF;
	font-size: 0.24rem;
	font-weight: 700;
	display: block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	cursor: pointer;
}

@media screen and (max-width: 499px) {
	.search_wrap .search_tab_wrap .search_tab .tab a {
		padding: 0.15rem 0;
		font-size: 0.16rem;
	}
}

.search_wrap .search_tab_wrap .search_tab .tab.area a {
	background-color: #1EA439;
}

.search_wrap .search_tab_wrap .search_tab .tab.cat a {
	background-color: #0099E2;
}

/* タブコンテンツ */
.search_wrap .search_cont_wrap {
	padding: 0.17rem;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display: none;
}

@media screen and (max-width: 499px) {
	.search_wrap .search_cont_wrap {
		padding: 0.10rem;
	}
}

.search_wrap .search_cont_wrap.active {
	display: block;
}

.search_wrap .search_cont_wrap .list {
	display: flex;
	flex-wrap: wrap;
}

.search_wrap .search_cont_wrap .list .link {
	width: calc(100%/6.01);
	box-sizing: border-box;
	padding: 0.05rem;
}

@media screen and (max-width: 499px) {
	.search_wrap .search_cont_wrap .list .link {
		width: calc(100%/2);
	}
}

.search_wrap .search_cont_wrap .list .link a {
	padding: 0.20rem;
	display: block;
	line-height: 0;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
	font-size: 0.16rem;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
	background-color: #FFF;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 499px) {
	.search_wrap .search_cont_wrap .list .link a {
		padding: 0.20rem 0;
		font-size: 0.14rem;
	}
}

.search_wrap .search_cont_wrap .list .link a:hover,
.search_wrap .search_cont_wrap .list .link a.select {
	opacity: 0.7;
}

.search_wrap .search_cont_wrap .all_btn {
	max-width: 3.20rem;
	width: 100%;
	margin: auto;
	padding-top: 0.10rem;
}

@media screen and (max-width: 499px) {
	.search_wrap .search_cont_wrap .all_btn {
		max-width: 2.00rem;
		padding-bottom: 0.10rem;
	}
}

.search_wrap .search_cont_wrap .all_btn a {
	padding: 0.20rem;
	display: block;
	line-height: 0;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
	font-size: 0.16rem;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #FFF;
	letter-spacing: 0.05em;
}

.search_wrap .search_cont_wrap .all_btn a:hover {
	opacity: 0.7;
}

/* 地域から選ぶの設定 */
.search_wrap .search_cont_wrap.area_box {
	background-color: #1EA439;
}

.search_wrap .search_cont_wrap.area_box .list .link a {
	color: #1EA439;
}

.search_wrap .search_cont_wrap.area_box .all_btn a {
	background-color: #006837;
}

/* カテゴリから選ぶの設定 */
.search_wrap .search_cont_wrap.cat_box {
	background-color: #0099E2;
}

.search_wrap .search_cont_wrap.cat_box .list .link a {
	color: #0099E2;
}

.search_wrap .search_cont_wrap.cat_box .list .link {
	width: calc(100%/4.01);
	box-sizing: border-box;
	padding: 0.05rem;
}

@media screen and (max-width: 499px) {
	.search_wrap .search_cont_wrap.cat_box .list .link {
		width: calc(100%/2);
		box-sizing: border-box;
		padding: 0.05rem;
	}

	.search_wrap .search_cont_wrap.cat_box .list .link a {
		font-size: 0.13rem;
	}
}

.search_wrap .search_cont_wrap.cat_box .all_btn a {
	background-color: #142E63;
}

/* 店舗個別 */
.search_list_box .list {
	display: flex;
	flex-wrap: wrap;
}

.search_list_box .detail {
	width: 33.3%;
	padding: 0.35rem 0;
	border-bottom: 1px solid #DDD;
}

@media screen and (max-width: 499px) {
	.search_list_box .detail {
		width: 100%;
		padding: 0.25rem 0;
	}
}

.search_list_box .detail .cat_wrap {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 499px) {
	.search_list_box .detail .cat_wrap {
		padding-bottom: 0.04rem;
	}
}

.search_list_box .detail .cat_wrap .cat_text {
	display: inline-block;
	font-size: 0.12rem;
	box-sizing: border-box;
	line-height: 0;
	padding: 0.12rem 0.08rem 0.14rem;
	text-align: center;
	background-color: #E9E9E9;
	border: 1px solid #AAAAAA;
	border-radius: 0.15rem;
	letter-spacing: 0;
	margin-right: 0.06rem;
	margin-bottom: 0.04rem;
}

@media screen and (max-width: 499px) {
	.search_list_box .detail .cat_wrap .cat_text {
		font-size: 0.10rem;
	}
}

.search_list_box .detail .shop_name {
	font-size: 0.18rem;
	font-weight: 700;
	line-height: 1.44;
	letter-spacing: 0.05em;
	padding-bottom: 0.05rem;
	padding-right: 0.20rem;
}

@media screen and (max-width: 499px) {
	.search_list_box .detail .shop_name {
		font-size: 0.15rem;
		padding-right: 0;
		padding-bottom: 0;
	}
}

.search_list_box .detail .shop_name span {
	display: block;
}

.search_list_box .detail .address {
	font-size: 0.14rem;
	line-height: 1.85;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 499px) {
	.search_list_box .detail .address {
		font-size: 0.13rem;
	}
}

.search_list_box .detail .tel {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	padding: 0.05rem 0;
}

.search_list_box .detail .tel a {
	color: #111;
	text-decoration: none;
}

@media screen and (max-width: 499px) {
.search_list_box .detail .tel a {
	text-decoration: underline;
}
}

.search_list_box .detail .btn_wrap {
	padding-top: 0.10rem;
	display: flex;
	flex-wrap: wrap;
}

.search_list_box .detail .btn_wrap a {
	display: block;
	width: 1.60rem;
	box-sizing: border-box;
	font-size: 0.14rem;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 0.08rem;
	border-radius: 3px;
	line-height: 1;
	margin-right: 0.10rem;
}

.search_list_box .detail .btn_wrap a:hover {
	opacity: 0.7;
}

.search_list_box .detail .btn_wrap .map {
	background-color: #036EB1;
}

.search_list_box .detail .btn_wrap .map span {
	background-image: url(../img/icon_map.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 0.14rem;
	display: inline-block;
}

.search_list_box .detail .btn_wrap .web {
	background-color: #F15A24;
}

.search_list_box .detail .btn_wrap .web span {
	background-image: url(../img/icon_web.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 0.20rem;
	display: inline-block;
}


/*==========================
バナー
==========================*/
#bnr {
	padding-top: 0.50rem;
	padding-bottom: 0.50rem;
}

.bnr_box {
	max-width: 6.00rem;
	margin: auto;
	text-align: center;
}

.bnr_box a {
	color: #222;
	text-decoration: none;
	display: block;
}

.bnr_box a:hover {
	opacity: 0.7;
}

.bnr_box span {
	font-size: 0.18rem;
	display: inline-block;
	padding-top: 0.10rem;
	border-bottom: 2px solid #231815;
	padding-bottom: 0.04rem;
}

@media screen and (max-width: 499px) {
	.bnr_box span {
		font-size: 0.12rem;
		padding-top: 0.06rem;
		padding-bottom: 0.02rem;
	}
}

/*==========================
フッター
==========================*/
footer {
	background-color: #E9E9E9;
	text-align: center;
	padding: 0.30rem 0;
}

footer .logo {
	max-width: 1.26rem;
	margin: auto;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 499px) {
	footer .logo {
		max-width: 1.00rem;
		margin: auto;
		padding-bottom: 0.30rem;
	}
}

/*==========================
炭鉄港めしをもっと知るために
==========================*/
#book {
	padding: 0.90rem 0;
}

@media screen and (max-width: 499px) {
	#book {
		padding: 0.40rem 0;
	}
}

#book .in {
	max-width: 9.20rem;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

#book .in .book_cover {
	max-width: 2.75rem;
	width: 100%;
}

@media screen and (max-width: 499px) {
	#book .in .book_cover {
		max-width: 100%;
	}
}

#book .in .book_cover .ph {
	overflow: hidden;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1000px) {
	#book .in .book_cover .ph {
		width: 100%;
		margin: auto;
	}
}

#book .in .book_cover .ph img {
	display: block;
}

#book .in .textbox {
	max-width: 5.20rem;
	width: 100%;
}

@media screen and (max-width: 499px) {
	#book .in .textbox {
		padding-top: 0.40rem;
	}
}

#book .in .textbox .title {
	font-size: 0.36rem;
	font-weight: 700;
	padding-bottom: 0.20rem;
	letter-spacing: 0;
}

@media screen and (max-width: 499px) {
	#book .in .textbox .title {
		font-size: 0.20rem;
		text-align: center;
		padding-bottom: 0.10rem;
	}
}

#book .in .textbox .text {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 499px) {
	#book .in .textbox .text {
		font-size: 0.14rem;
	}
}

#book .in .textbox .dl_link {
	padding-top: 0.20rem;
}

@media screen and (max-width: 499px) {
	#book .in .textbox .dl_link {
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding-bottom: 0.30rem;
		margin-top: 0.30rem;
	}
}

#book .in .textbox .dl_link .text {
	padding-bottom: 0.06rem;
}

#book .in .textbox .dl_link a {
	color: #111;
	font-weight: 700;
	font-size: 0.16rem;
}

@media screen and (max-width: 499px) {
	#book .in .textbox .dl_link a {
		font-size: 0.14rem;
	}
}

#book .in .textbox .dl_link a.pdf_icon::before {
	content: "PDF";
	font-size: 0.13rem;
	color: #FFF;
	font-family: 'Jost', sans-serif;
	background-color: #D10B1C;
	padding: 0.03rem;
	display: inline-block;
	margin-right: 0.04rem;
}

@media screen and (max-width: 499px) {
	#book .in .textbox .dl_link a.pdf_icon::before {
		font-size: 0.10rem;
		color: #FFF;
	}
}

/*================================
ダウンロードリンク
================================*/
#top_dl_link_wrap {
	padding: 0.60rem 0;
	background-color: #E9E9E9;
}

@media screen and (max-width: 499px) {
	#top_dl_link_wrap {
		padding: 0 0 0.40rem;
	}
}

#top_dl_link_wrap .in {
	max-width: 10.00rem;
}

#top_dl_link_wrap .in .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#top_dl_link_wrap .in .list .detail {
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 499px) {
	#top_dl_link_wrap .in .list .detail {
		padding-bottom: 0.30rem;
		padding-top: 0.30rem;
		border-bottom: 1px solid #CCC;
	}

	#top_dl_link_wrap .in .list .detail:last-child {
		padding-bottom: 0;
		border: 0;
	}
}

#top_dl_link_wrap .in .list .detail .title {
	font-size: 0.30rem;
	font-weight: 900;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 499px) {
	#top_dl_link_wrap .in .list .detail .title {
		font-size: 0.18rem;
		font-weight: 900;
		padding-bottom: 0.10rem;
	}
}

#top_dl_link_wrap .in .list .detail .dl_link .text {
	font-size: 0.16rem;
	line-height: 2;
	padding-bottom: 0.06rem;
}

@media screen and (max-width: 499px) {
	#top_dl_link_wrap .in .list .detail .dl_link .text {
		font-size: 0.14rem;
		line-height: 2;
		padding-bottom: 0.06rem;
	}
}

#top_dl_link_wrap .in .list .detail .dl_link a {
	color: #111;
	font-weight: 700;
	font-size: 0.16rem;
}

@media screen and (max-width: 499px) {
	#top_dl_link_wrap .in .list .detail .dl_link a {
		font-size: 0.14rem;
	}
}

#top_dl_link_wrap .in .list .detail .dl_link a.pdf_icon::before {
	content: "PDF";
	font-size: 0.13rem;
	color: #FFF;
	font-family: 'Jost', sans-serif;
	background-color: #D10B1C;
	padding: 0.03rem;
	display: inline-block;
	margin-right: 0.04rem;
}

@media screen and (max-width: 499px) {
	#top_dl_link_wrap .in .list .detail .dl_link a.pdf_icon::before {
		font-size: 0.10rem;
		color: #FFF;
	}
}

#top_dl_link_wrap .in .caption {
	font-size: 0.14rem;
	line-height: 1.85;
	padding-top: 0.20rem;
	text-align: center;
}

#top_dl_link_wrap .in .caption a {
	color: #111;
	text-decoration: none;
}

@media screen and (max-width: 499px) {
	#top_dl_link_wrap .in .caption {
		font-size: 0.14rem;
		line-height: 1.8;
	}

	#top_dl_link_wrap .in .caption a {
		text-decoration: underline;
		font-weight: 700;
	}
}

/*================================
前のページに戻るボタン
================================*/
.back_btn {
	width: 90%;
	max-width: 3.80rem;
	margin: auto;
	padding-bottom: 0.90rem;
}

@media screen and (max-width: 499px) {
	.back_btn {
		max-width: 2.40rem;
		padding-bottom: 0.60rem;
	}
}

.back_btn a {
	display: block;
	text-align: center;
	background-color: #1EA139;
	color: #FFF;
	text-decoration: none;
	padding: 0.20rem;
	border-radius: 3px;
	font-size: 0.18rem;
	letter-spacing: 0.05em;
	position: relative;
}

@media screen and (max-width: 499px) {
	.back_btn a {
		font-size: 0.14rem;
	}
}

.back_btn a::before {
	content: "";
	position: absolute;
	left: 0.20rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.10rem;
	height: 0.10rem;
	background-image: url(../img/icon_back.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	transition: all 0.3s ease;
}

.back_btn a:hover {
	opacity: 0.7;
}

.back_btn a:hover::before {
	left: 0.16rem;
}
