/* ------------------------------------------------
	PAGE
---------------------------------------------- */
.menu .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.tantan__page-wrap {
	background-color: #FFFBEE;
	margin: 0 auto 80px;
	border-bottom: 1px solid #eee;
}

.menutop-section .container {
	width: 980px;
	box-sizing: border-box;
}

.menutop-section__ttl {
	margin-bottom: 30px;
	line-height: 1;
}

.menutop-section__1 {
	margin-top: -40px;
	text-align: center;
}

.menutop-section__1 .container {
	padding: 60px 0;
	width: 950px;
	margin: 0 auto;
}

.menutop-section__1 .tantan-menu--image {
	text-align: center;
	background-color: #FFFFFF;
}

.menutop-section__1 .tantan-menu--download {
	background-color: #FFF;
	padding: 30px;
	height: 350px;
}

.menutop-section__1 .tantan-menu--download p {
	margin-bottom: 25px;
}

.menutop-section__1 .tantan-menu--download ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.menutop-section__1 .tantan-menu--download ul li {
	width: auto;
	margin-bottom: 10px;
}

.menutop-section__1 .tantan-menu--download ul li .download-btn__pdf {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.tantan__page-wrap {
		background-color: #FFFBEE;
		margin: 0 auto 60px;
		border-bottom: none;
	}
	.tantan__page-wrap img {
		width: 100%;
		height: auto;
	}
	.tantan__page-wrap .menutop-section .container {
		width: 100%;
		box-sizing: border-box;
	}
	.tantan__page-wrap .menutop-section__ttl {
		width: 27.813vw;
		margin: 0 auto 30px;
		line-height: 1;
	}
	.tantan__page-wrap .menutop-section__ttl img {
		width: 100%;
		height: auto;
	}
	.tantan__page-wrap .menutop-section__1 {
		margin-top: 0px;
		text-align: center;
	}
	.tantan__page-wrap .menutop-section__1 .container {
		padding: 30px 0 0;
		width: 100%;
		margin: 0 auto;
	}
	.tantan__page-wrap .menutop-section__1 .tantan-menu--image {
		text-align: center;
		background-color: #FFFFFF;
		padding-bottom: 30px;
		border-bottom: 1px solid #DDD;
	}
	.tantan__page-wrap .menutop-section__1 .tantan-menu--image img {
		width: 100%;
		height: auto;
	}
	.tantan__page-wrap .menutop-section__1 .tantan-menu--download {
		background-color: #FFF;
		padding: 25px 0 25px;
		height: calc(1300*100vw/750);
	}
	.tantan__page-wrap .menutop-section__1 .tantan-menu--download p {
		margin-bottom: 25px;
	}
	.tantan__page-wrap .menutop-section__1 .tantan-menu--download ul {
		display: block;
		width: 87.5vw;
		margin: 0 auto;
	}
	.tantan__page-wrap .menutop-section__1 .tantan-menu--download ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	.tantan__page-wrap .menutop-section__1 .tantan-menu--download ul li .download-btn__pdf {
		width: 100%;
		box-sizing: border-box;
		text-align: left;
	}
}

/* bgb-pdf */
.bgb-pdf-link {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 1170px;
	left: 0;
}

.bgt-pdf-link-container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.bgt-download-file__link {
	width: 440px;
}

.ts-tantan_pdf1 .bgt-download-file {
	position: absolute;
	top: 0;
	left: 0;
}

.ts-tantan_pdf2 .bgt-download-file {
	position: absolute;
	top: 0;
	left: 450px;
}

.ts-tantan_pdf3 .bgt-download-file {
	position: absolute;
	top: 50px;
	left: 0px;
}

.ts-tantan_pdf4 .bgt-download-file {
	position: absolute;
	top: 50px;
	left: 450px;
}

.ts-tantan_pdf5 .bgt-download-file {
	position: absolute;
	top: 100px;
	left: 0px;
}

.ts-tantan_pdf6 .bgt-download-file {
	position: absolute;
	top: 100px;
	left: 450px;
}

.ts-tantan_pdf7 .bgt-download-file {
	position: absolute;
	top: 150px;
	left: 0px;
}

.ts-tantan_pdf8 .bgt-download-file {
	position: absolute;
	top: 150px;
	left: 450px;
}

.ts-tantan_pdf9 .bgt-download-file {
	position: absolute;
	top: 200px;
	left: 0;
}

.ts-tantan_pdf10 .bgt-download-file {
	position: absolute;
	top: 200px;
	left: 450px;
}

@media screen and (max-width: 768px) {
	.bgb-pdf-link {
		width: 100%;
		position: absolute;
		top: calc(1800*100vw/750);
		left: 0;
	}
	.bgt-pdf-link-container {
		width: calc(335*100vw/375);
		margin: 0 auto;
		position: relative;
	}
	.bgt-download-file__link {
		width: calc(335*100vw/375);
		height: 60px;
	}
	.ts-tantan_pdf1 .bgt-download-file {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ts-tantan_pdf2 .bgt-download-file {
		position: absolute;
		top: 65px;
		left: 0;
	}
	.ts-tantan_pdf3 .bgt-download-file {
		position: absolute;
		top: 130px;
		left: 0;
	}
	.ts-tantan_pdf4 .bgt-download-file {
		position: absolute;
		top: 195px;
		left: 0;
	}
	.ts-tantan_pdf5 .bgt-download-file {
		position: absolute;
		top: 260px;
		left: 0;
	}
	.ts-tantan_pdf6 .bgt-download-file {
		position: absolute;
		top: 325px;
		left: 0;
	}
	.ts-tantan_pdf7 .bgt-download-file {
		position: absolute;
		top: 390px;
		left: 0;
	}
	.ts-tantan_pdf8 .bgt-download-file {
		position: absolute;
		top: 455px;
		left: 0;
	}
	.ts-tantan_pdf9 .bgt-download-file {
		position: absolute;
		top: 520px;
		left: 0;
	}
	.ts-tantan_pdf10 .bgt-download-file {
		position: absolute;
		top: 585px;
		left: 0;
	}
}

@media screen and (min-width: 769px) {
	.bgb-pdf-link {
		width: 100%;
		position: absolute;
		top: 1170px;
		left: 0;
	}
}

@media screen and (min-width: 320px) and (max-width: 374px) {
	.tantan__page-wrap .menutop-section__1 .tantan-menu--download {
		height: 695px;
	}
	.bgb-pdf-link {
		top: calc(1200*100vw/375);
	}
}

@media screen and (min-width: 375px) and (max-width: 410px) {
	.tantan__page-wrap .menutop-section__1 .tantan-menu--download {
		height: 695px;
	}
	.bgb-pdf-link {
		top: calc(1160*100vw/375);
	}
}

@media screen and (min-width: 411px) and (max-width: 435px) {
	.tantan__page-wrap .menutop-section__1 .tantan-menu--download {
		height: 695px;
	}
	.bgb-pdf-link {
		top: calc(1140*100vw/375);
	}
}

@media screen and (min-width: 436px) and (max-width: 568px) {
	.tantan__page-wrap .menutop-section__1 .tantan-menu--download {
		height: 695px;
	}
	.bgb-pdf-link {
		top: calc(1120*100vw/375);
	}
}

@media screen and (min-width: 569px) and (max-width: 667px) {
	.tantan__page-wrap .menutop-section__1 .tantan-menu--download {
		height: 630px;
	}
	.bgb-pdf-link {
		top: calc(1070*100vw/375);
	}
}

@media screen and (min-width: 668px) and (max-width: 768px) {
	.tantan__page-wrap .menutop-section__1 .tantan-menu--download {
		height: 695px;
	}
	.bgb-pdf-link {
		top: calc(1055*100vw/375);
	}
}

.bgt-link__icon {
	display: block;
	float: left;
	margin-right: 5px;
}

.download-btn__pdf {
	display: inline-block;
	background: #fff;
	padding: 11px 25px 11px 45px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-image: url(/img/common/ico_pdf_1.png);
	background-repeat: no-repeat;
	background-position: 20px 15px;
	background-size: 13px auto;
}

@media screen and (max-width: 768px) {
	.download-btn__pdf {
		display: block;
	}
}





.item-display__sns {
  margin-bottom: 40px;
}

.item-display__sns li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .item-display__sns li {
    width: 30px;
  }
}

.item-display__sns img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}