@charset "UTF-8";

/* =============================================
 SCENE VARIOUS CSS
============================================= */

#scene .page_main_img {
	background-image: url(../img/main_img.jpg);
}

#scene .scene_bg {
	background-image: url(../img/main_bg.gif);
}

#scene .scene_title {
	background-image: url(../img/scene_item_01.png);
}

#scene .scene_point {
	background-image: url(../img/scene_item_02.png);

}


#scene h1.contents_title,
#scene h1.contents_title span {
	color: #FFF;
}

.banner_detailes_pc {
	display: block !important;
	margin-top: 30px;
}

.banner_detailes_sp {
	display: none !important;
}

.banner_btn {
	position: absolute;
	margin: -95px 0 0 270px;
	padding: 15px 0;
	width: 500px;
	height: 55px;
	max-width: 500px;
	background-color: #FFF;
	color: #886c3d;
	font-weight: bold;
	border: 1px solid #886c3d;
	transition: background-color .3s;
	letter-spacing: .03rem;
	text-align: center;
	line-height: initial;
}

.banner_btn a {
	position: relative;
	display: block;
	padding: 0;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	width: 100%;
}

.banner_btn a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: .7rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #886c3d;
}

.banner_btn:hover {
	background-color: #886c3d;
	transition: color .3s;
	transition: background-color .3s;
	color: #fff;
	border: none;
}

.banner_btn:hover a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: .7rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #ffffff;
}

html {
	scroll-padding-top: 80px;
	/* �Œ�w�b�_�̍����� */
}

.summer_campaign img {
	width: 600px;
	margin: 40px auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.banner_detailes_pc {
		display: none !important;
	}

	.banner_detailes_sp {
		display: block !important;
		/* max-width: 355px; */
		/* margin-left: -5px; */
		width: 100%;
		margin: 0 auto;
	}

	.banner_btn {
		position: absolute;
		margin: -85px 0 0 46px;
		padding: 15px 0;
		width: 255px;
		height: 55px;
		max-width: 300px;
		background-color: #FFF;
		color: #886c3d;
		font-weight: bold;
		border: 1px solid #886c3d;
		transition: background-color .3s;
		letter-spacing: .03rem;
		text-align: center;
		line-height: initial;
	}

	.banner_btn a {
		position: relative;
		display: block;
		padding: 0;
		vertical-align: middle;
		text-decoration: none;
		font-size: 15px;
		width: 100%;
	}

	.banner_btn a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: .7rem;
		margin: auto;
		content: "";
		vertical-align: middle;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 4px solid transparent;
		border-left: 4px solid #886c3d;
	}

	.summer_campaign img {
		max-width: 300px;
	}

}

/* 20230831　別撮り撮影プラン追加 */



/* =============================================
 SCENE VARIOUS CSS
============================================= */

#scene .page_main_img {
	background-image: url(../img/main_img.jpg);
}

#scene .scene_bg {
	background-image: url(../img/main_bg.gif);
}

#scene .scene_title {
	background-image: url(../img/scene_item_01.png);
}

#scene .scene_point {
	background-image: url(../img/scene_item_02.png);

}

#scene h2.contents_title {
	font-size: 120%;
	letter-spacing: 0;
}

#scene h2.contents_title span {
	letter-spacing: 0;
}

#scene h1.contents_title,
#scene h1.contents_title span {
	color: #FFF;
}

/* =============================================
 SCENE OTSU 753 CSS
============================================= */

h1.tit_cp {
	color: #f8b551;
}

h1.tit_cp,
h3.tit_cp {
	margin: 2% auto;
	text-align: center;
}

h3.tit_cp {

	font-size: 1.0em;
	line-height: 2.4em;

}

h2.tit,
h5.tit {
	color: #666;
	margin: 2% auto 0;
	text-align: center;
}

h6.tit {
	margin-bottom: 2%;
	text-align: center;
	font-weight: 200;
	color: #777;
	font-size: 1em;
}

h5.tit {
	font-size: 1.4em;
	font-weight: 500;
	padding-top: 2%;
	/*margin-bottom: 2%;*/
}

.mb02 {
	margin: 0 auto 2% !important;
}

.caption {
	width: 85%;
	margin: 3% auto;
}

/*-------撮影プラン----------*/

.pl_con {
	display: block;
	margin: 0 auto;
	padding: 0;
}

.plan {
	width: 85%;
	margin: 3% auto;
}


.plan img {
	/*width: 40%!important;*/
	padding: 0;
}

.pl_wrap {
	float: left;
	width: 45%;
	margin: 0 2.5%;
}

.pl_cover {
	margin-right: 3%;

}

/*-------料金----------*/

.photo_p {
	color: #666;
	background-image: url(../img/bg_01.png);
	background-repeat: repeat;
}

.price {

	/*width: 85%;*/
	margin: 3% auto;
}

.pri_txt {
	text-align: center;
	/*margin-top: 2%;*/
}

ul.planlist {
	float: left;
	list-style: none;
	width: 50%;
	margin: 1% 1% 0 2%;
	box-sizing: border-box;
}

.plan_flex {
	display: flex;
}

.planlist {
	border-radius: 1rem;
	padding: 1rem;
}

.planlist.pink {
	background-color: #ffe0da;
}

.planlist.blue {
	background-color: #b3e1df;
}

.tit_price {
	font-size: 26px;
	text-align: center;
}

.txt_tax {
	font-size: 18px;
	padding: 0 1px;
}

.txt_m {
	font-size: 18px;
	padding: 0 2%;
}

.txt_l {
	font-size: 34px;
	padding: 0 1%;
}


dl.photo_set {
	background-color: white;
	padding: 3%;
	border-radius: 0.5rem;
	margin-top: 2%;
}

dl.photo_set.book {
	position: relative;
	height: 150px;
	background-image: url(../img/CHO_kadomaru.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

dl.photo_set.degi {
	position: relative;
	height: 150px;
	background-image: url(../img/CHO_degital_a.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

dt {
	padding-top: 0.8em;
}

dd {
	padding-bottom: 0.8em;
	margin: 0;
}

.ph_btn {
	float: right;
	width: 30%;
	border: 1px solid #000;
	/* background-color: #DCD4CA;*/
	display: block;
	padding: 1.4%;
	border-radius: 1em;
	text-align: center;

}

.ph_btn.fst {
	margin: 8% 2% 1% 0;
}

.ph_btn.sed {
	margin: 0.6% 2% 1% 0;
}

.ph_ptxt {
	clear: both;
	margin: 1.2em !important;
	text-align: left !important;
	padding-top: 20px;
}

.font_p {
	font-size: 14px;
}

/*-------お出かけプラン----------*/
.go_p {
	margin: 40px auto 0;
	/*background-color: #fffac2;*/

}

.go_cover {
	color: #666;
	width: 80%;
	margin: 0 auto 2%;
	border-radius: 1rem;
	padding: 1rem;
	background-color: #ffe0da;
}

.go_txt {
	text-align: center;
	margin-left: 50%;
	padding-right: 1em;
}

.go_ph {
	position: relative;
	height: 16em;
	background-image: url(../img/go_ph.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 0.6em;
	margin-left: 0.6%;
	float: left;
	width: 43%;
}

dl.go_set {
	background-color: white;
	margin: 0.8% 2% 2% 46%;
	padding: 2%;
	border-radius: 0.5rem;
}

dt {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: .5rem;
}

/*-------お出かけ特別レンタルプラン----------*/

.sp_wrap {
	margin: 40px auto;
	background-image: url(../img/bg_01.png);
	background-repeat: repeat;
}

.sp_price {
	width: 80%;
	/*float: left;*/
	text-align: center;
	background-color: #b3e1df;
	/*border-radius: 1rem;*/
	margin: 0 auto 2%;
}

.sp_price th {
	font-weight: 200;
}

.sp_price td {
	font-size: 1.2em;
	padding: 1%;
	background-color: white;
}

ul.sp_box {
	margin-left: 10%;
	padding-bottom: 2%;

}


/*-------ご案内----------*/
.point {
	width: 95%;
	margin: 3% auto;
}

.inf_cover {
	width: 45%;
	float: left;
	margin: 0 2%;
	border-radius: 1rem;
	padding: 1rem;
	background-color: #ffe0da;
}

.inf_box {
	background-color: white;
	padding: 3%;
	border-radius: 0.5rem;
	margin-top: 3%;
}

/*-------お問い合わせ----------*/
.info {
	margin: 0 auto 4% !important;
}

.ent_01 {
	padding: 4% 30px;
	border-radius: 0.5em;
	/* max-width: 220px; */
	margin: 0 !important;
	color: #FFF;
	background: #886c3d;
}


@media only screen and (max-width: 979px) {

	ul.planlist {
		width: 45%;
	}

	.ph_btn {

		width: 45%;
	}

	ul.photo_g li {
		width: calc((100% - 1rem) / 2);

	}

	ul.photo_g li :not(:nth-child(3n)) {

		margin-right: 0;
	}

	ul.photo_g li :not(:nth-child(2n)) {

		margin-right: 1rem;
	}

}

@media(max-width:767px) {

	ul.planlist {
		width: 98%;
		float: none;
		margin: 0 auto 3%;
	}

	.plan_flex {
		flex-direction: column;
	}

	.ph_btn.fst,
	.ph_btn.sed {

		width: 98%;
		float: none;
		margin: 1% auto;
	}

	/* P {
		font-size: 1.2em !important;

	} */

	.ph_btn {

		width: 50%;
	}

	.go_cover {
		width: 98%;

	}

	.go_ph {
		display: inherit;
		margin: 0.6em auto;
		float: none;
		width: 60%;
	}

	.go_txt {

		text-align: center;
		margin: 0 auto;
	}

	dl.go_set {
		margin: 1% auto;
	}

	.ph_ptxt {

		padding: 2% 3%;
		margin: 0 auto !important;
		text-align: left !important;
		font-size: 16px;
	}

	.txt_tax {
		font-size: 0.8em;
	}

	.txt_m {
		font-size: 0.8em;
	}

	.txt_l {
		font-size: 1.6em;
	}

	ul.sp_box {
		margin: 0 auto;
		padding: 0 2% 2%;
	}

	.inf_cover {
		width: 98%;
		float: none;
		margin: 2% auto 4%;
	}

}

@media(max-width:500px) {
	/* P {
		font-size: 1em !important;

	} */

	.sp_price {

		width: 98%;
	}

	.go_ph {

		width: 100%;
	}


}

@media(max-width:320px) {

	dd {
		font-size: 16px;
	}

	.ph_btn.fst,
	.ph_btn.sed {

		margin: 3% auto;
		padding: 3% 1em;
		line-height: 1.4em;
	}

	.caption {
		width: 85%;
		margin: 23% auto 3%;
	}

}