﻿section {
	margin-bottom: 50px;
}

.md {
	display: block;
}

.sm {
	display: none;
}

h1 {
	font-size: 32px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #3D3333;
}

h2 {
	font-size: 48px;
	text-align: center;
	color: #E60012;
	line-height: 1;
	margin: 0;
	padding: 0;
}

p {
	font-size: 18px;
	padding: 0;
	margin: 0;
}

img.lp-img {
	width: 100%;
}

p.h1-under-txt {
	margin-bottom: 30px;
}

ul.anchor-link-list {
	display: flex;
	justify-content: space-between;
}

ul.anchor-link-list li {
	width: calc(100% / 6);
	-webkit-transform: skewX(170deg);
	-moz-transform: skewX(170deg);
	transform: skewX(170deg);
	border-right: 1px solid #D5D5D6;
	margin-top: 10px;
}

ul.anchor-link-list li:hover {
	background: #D5D5D6;
	transition: .3s;
}



ul.anchor-link-list li:last-of-type {
	border: none;
}

ul.anchor-link-list li a {
	font-size: 24px;
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #E60012;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	transform: skewX(-170deg);
}

ul.anchor-link-list li a:hover {}

ul.anchor-link-list li span {
	font-size: 14px;
	color: #3d3333;
	font-weight: normal;
	display: inline-block;
}

.hukubukuro-wrap {
	display: flex;
	align-items: center;
	padding: 0 30px 30px 30px;
}

.hukubukuro-wrap img {
	width: 30%;
}

.hukubukuro-inner-item {
	width: 70%;
	text-align: center;
}

.hukubukuro-inner-item p.heading-txt {
	display: inline-block;
	font-size: 32px;
	padding: 5px 30px;
	background: #3d3333;
	color: #fff;
	margin-bottom: 20px;
}

.hukubukuro-inner-item h3 {
	text-align: center;
	font-size: 32px;
	color: #3d3333;
}

.hukubukuro-inner-item h2 {
	text-align: center;
	font-size: 50px;
	color: #3d3333;
}

.hukubukuro-inner-item p.price {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

.hukubukuro-inner-item p.price span {
	font-size: 24px;
}

.time-box {
	display: flex;
	justify-content: center;
	align-items: center;
margin-bottom:30px;
}

a.fukubukuro_btn{
    font-size: 24px;
    color: #E60012;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
    border: 1px solid #D5D5D6;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

a.fukubukuro_btn:hover{
     background: #D5D5D6;
	transition: .3s;
}

.time-box p:first-of-type {
	font-size: 16px;
	padding: 5px 10px;
	background: #3d3333;
	color: #fff;
	border-radius: 8px;
}

.time-box p:last-of-type span {
	font-size: 36px;
}

.time-box p:last-of-type strong {
	font-size: 16px;
	font-weight: normal;
	background: #3d3333;
	color: #fff;
width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.time-box p:last-of-type {
	font-size: 14px;
	margin-left: 30px;
font-weight: bold;
}

.tyui-wrap {
	background: #EFEFEF;
	padding: 20px 30px;
}

.tyui-wrap p.heading-txt {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

p.ttl-under-txt {
	text-align: center;
	font-weight: bold;
	color: #3d3333;
	margin-bottom: 50px;
}

#camera {
	background: url("https://www.kitamura.jp/campaign/lp/images/camera_bg.png");
	background-repeat: no-repeat;
	background-position: right;
}

#kaitori {
	background: url("https://www.kitamura.jp/campaign/lp/images/service_bg.png");
	background-repeat: no-repeat;
	background-position: left;
}

#print {
	background: url("https://www.kitamura.jp/campaign/lp/images/print_bg.png");
	background-repeat: no-repeat;
	background-position: right;
}

#photo {
	background: url("https://www.kitamura.jp/campaign/lp/images/syomei_bg.png");
	background-repeat: no-repeat;
	background-position: left;
}

#photobook {
	background: url("https://www.kitamura.jp/campaign/lp/images/photobook_bg.png");
	background-repeat: no-repeat;
	background-position: right;
}

#self {
	background: url("https://www.kitamura.jp/campaign/lp/images/selfphoto_bg.png");
	background-repeat: no-repeat;
	background-position: left;
}

#film {
	background: url("https://www.kitamura.jp/campaign/lp/images/film_bg.png");
	background-repeat: no-repeat;
	background-position: right;
}

#ec {
	background: url("https://www.kitamura.jp/campaign/lp/images/ec_bg.png");
	background-repeat: no-repeat;
	background-position: left;
}


.service-content {
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: right;
}


.service-content h3 {
	font-size: 50px;
	margin: 0 20% 0 0;
	padding: 0 0 20px 0;
	color: #3d3333;
	border-bottom: 5px solid #E60012;
}

.service-content.reverse h3 {
	text-align: right;
	margin: 0 0 0 20%;
}

p.h3-under-txt {
	font-size: 32px;
	color: #E60012;
	line-height: 1;
	padding-top: 20px;
	font-weight: bold;
	margin: 0 20% 0 0;
	padding-bottom: 50px;
}

.reverse p.h3-under-txt {
	margin: 0 0 0 20%;
	text-align: right;
}


p.service-content-txt {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 80px;
	padding-left: 20px;
    line-height: 1.5;
}

.reverse p.service-content-txt {
	text-align: right;
	padding-right: 20px;
    padding-left: 0;
}

p.service-content-txt span {
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.md {
		display: none;
	}

	.sm {
		display: block;
	}

	section.sm100 {
		width: 100%;
	}

	section {
		width: 95%;
		margin: 0 auto 50px auto;
	}

	h1 {
		font-size: 28px;
    padding: 0 2.5%;
	}

	h2 {
		background: none;
		font-size: 36px;
		margin: 0 0 10px 0;
	}

	p.h1-under-txt {
		margin: 20px 0;
    padding: 0 2.5%;
	}

	ul.anchor-link-list {
		margin: 0;
		flex-wrap: wrap;
	}

	ul.anchor-link-list li {
		width: calc(100% / 3);
		-webkit-transform: skewX(170deg);
		-moz-transform: skewX(170deg);
		transform: skewX(0deg);
		margin-top: 0;
border: 1px solid #D5D5D6;
    margin-top: -1px;
	}

ul.anchor-link-list li:nth-child(2),ul.anchor-link-list li:nth-child(5) {
border-left:none;
border-right:none;
}

ul.anchor-link-list li:last-of-type {
border: 1px solid #D5D5D6;
}

	ul.anchor-link-list li a {
		font-size: 18px;
		height: 80px;
		transform: skewX(0deg);
		border: none;
		padding: 10px 0 0 0;
	}

	ul.anchor-link-list li span {
		font-size: 12px;
    line-height: 1.2;
	}

	.hukubukuro-wrap img {
		width: 70%;
		margin-bottom: 30px;
	}

	.hukubukuro-inner-item {
		width: 100%;
	}

	.hukubukuro-wrap {
		padding: 0;
		display: block;
		text-align: center;
	}

	.hukubukuro-inner-item p.heading-txt {
		font-size: 28px;
		margin-bottom: 15px;

	}

	.hukubukuro-inner-item h3 {
		font-size: 28px;
		line-height: 1.2;
	}

	.hukubukuro-inner-item p.price {
		margin-bottom: 15px;
	}

	.hukubukuro-inner-item h2 {
		font-size: 36px;
		background: none;
		margin: 15px 0;
		line-height: 1.2;
	}

	.time-box {
		display: block;
	}

	.time-box p:first-of-type {
		text-align: center;
    width: 50%;
    margin: auto;
	}

	.time-box p:last-of-type {
    margin: 15px 0 30px 0;
    text-align: center;
	}

	.time-box p:last-of-type span {
		font-size: 28px;
	}

	.tyui-wrap {
		padding: 10px 15px;
	}

	.service-content h3 {
		font-size: 36px;
		padding: 0 0 10px 10px;
		margin: 0;
		background-color: rgb(255 255 255 / 60%);
		line-height: 1.2;
	}

	.service-content.reverse h3 {
		margin: 0;
		padding-right: 10px;
		padding-left: 0px;
		background-color: rgb(255 255 255 / 60%);
		line-height: 1.2;
	}

	p.h3-under-txt {
		font-size: 28px;
		padding-top: 10px;
		padding-left: 10px;
		margin: 0;
		padding-bottom: 30px;
		background-color: rgb(255 255 255 / 60%);
		line-height: 1.2;
	}

	.reverse p.h3-under-txt {
		margin: 0;
		padding-right: 10px;
		padding-left: 0px;
		padding-bottom: 30px;
		background-color: rgb(255 255 255 / 60%);
	}

	p.service-content-txt {
		padding-bottom: 40px;
		font-size: 20px;
		background-color: rgb(255 255 255 / 60%);
		line-height: 1.5;
		padding-left: 10px;
	}

	.reverse p.service-content-txt {
		padding-right: 10px;
		padding-left: 0px;
	}

	p.ttl-under-txt {
		margin-bottom: 50px;
		background-color: rgb(255 255 255 / 60%);
		line-height: 1.3;
	}

	#camera {
		background-size: cover;
	}

	#kaitori {
		background-size: cover;
	}

	#print {
		background-size: cover;
	}

	#photo {
		background-size: cover;
	}

	#photobook {
		background-size: cover;
	}

	#self {
		background-size: cover;
	}

	#film {
		background-size: cover;
	}

	#ec {
		background-size: cover;
	}
.a-link{
    padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
display:block;
}

a.fukubukuro_btn {
    font-size: 18px;
    color: #E60012;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 90%;
    margin: 0 auto 30px auto;
    padding: 15px 0;
    border: 1px solid #D5D5D6;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
}


.mb-30{
margin-bottom:30px;
}
.fs-16{
font-size:16px;
}

table.fukubukuro{
width: 100%;
}

table.fukubukuro , .fukubukuro td, .fukubukuro th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.fukubukuro td,.fukubukuro  th {
	padding: 10px;
	width: 30px;
	height: 25px;
    text-align: center;
font-size:16px;
}

.fukubukuro td:nth-of-type(2n){
    text-align: left;
width:50%;
}
.fukubukuro td:nth-of-type(3n){
width:30%;
}
.fukubukuro td.txt-center{
    text-align: center;
}
.fukubukuro th {
	background: #f0e6cc;
}
.fukubukuro .even {
	background: #fbf8f0;
}
.fukubukuro .odd {
	background: #fefcf9;
}

@media screen and (max-width: 767px) {
.fukubukuro td,.fukubukuro  th{
font-size:12px;
}
}