@charset "UTF-8";

/* チョイスリザーブのCSS
https://studioanne-yoyaku.resv.jp/reserve/calendar.php?x=1701674188
------------------------------------------------------------ */
#header h1 {
	height: auto;
    padding: 9px 0;
}

#header-wrapper img {
	width: 60px;
    max-height: none;
}

@media screen and (max-width: 768px) {
	#header h1 {
		padding: 0;
	}

	#header-wrapper img {
		width: 45px;
		padding: 10px 0;
		margin-left: 10px;
	}

	#main #right-column {
		padding-top: 0;
	}
}

#footer_flex_left ul::after {
	content: "AM:9:00～PM:5:00";
	color: #ffffff;
}
@media screen and (min-width: 769px) {
	#footer_flex {
		padding: 0 24px 0 60px;
	}
	#footer::after {
	}
	#footer_flex_left ul li img {
		max-width: 200px;
		max-height: 200px;
	}
	#footer_flex_left ul li {
		font-size: 14px;
		line-height: calc(25/14);
	}
	#footer_flex_left ul li:first-child {
		float: left;
		margin-right: 38px;
		margin-top: 10px;
	}
	#footer_flex_left ul li:nth-child(3) {
		font-size: 15px;
		font-weight: bold;
	}
	#footer_flex_left ul::after {
		font-size: 14px;
		line-height: calc(25/14);
	}
	#footer_navi {
		position: absolute;
		right: 0;
		top: 18px;
		padding-right: 60px;
	}
	#footer_navi li {
		position: relative;
	}
	#footer_navi li::before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 1px;
		height: 100%;
		background-color: #fff;
	}
	#footer_navi li a {
		font-size: 16px;
		padding: 8px 16px;
	}
	#footer_navi li:last-child::before {
		display: none;
	}
	#footer_flex_right {
		font-size: 12px;
		padding-right: 44px;
	}
	.sp_only {
		display: none !important;
	}
	#pict_top_pc_long {
		display: none;
	}
	.btn_box {

	}
	.btn_box a {
		display: block;
		font-size: 16px;
		font-weight: bold;
		line-height: 2;
		text-align: center;
		text-decoration: none;
		border: 2px solid #c39958;
		border-radius: 4px;
		padding: 14px 0;
		margin: 0 auto;
		margin-top: 25px;
		position: relative;
		color: #c39958;
		width: 300px;
		margin-bottom: 50px;
	}
	.btn_box a::before, .btn_box a::after {
		content: '';
		position: absolute;
		background: currentColor;
		border-radius: 0.1em;
	  }
		.btn_box a::before,
		.btn_box a::after{
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			margin: auto;
			content: "";
			vertical-align: middle;
			color: transparent;
		}
	  .btn_box a::before{
		right: 10px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #c39958;
		border-right: 2px solid #c39958;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: auto;
	}
	.bana_block {
		padding-top: 5px;
	}
	.bana_block .bana {
		vertical-align: bottom;
	}
	.bana_block .bana img {
		vertical-align: bottom;
	}
}

@media screen and (max-width: 1150px) {
	#footer_flex {
		padding: 0;
	}
	#footer_flex_right {
		padding-right: 24px;
	}
	#footer_navi {
		padding-right: 0;
	}



	#footer_flex_left ul li {
		font-size: 12px;
	}
	#footer_flex_left ul li:nth-child(3) {
		font-size: 13px;
	}
	#footer_flex_left ul::after {
		font-size: 12px;
	}
	#footer_navi li a {
		font-size: 14px;
		padding: 4px 8px;
	}
}

@media screen and (max-width: 768px) {
	#footer_flex_left ul li:first-child {
		margin-top: 10px;
	}
	#footer_flex_left ul li img {
		max-width: 40px;
		max-height: 40px;
	}
	#footer_flex_left ul::after {
		font-size: 10px;
		line-height: 1.5em;
	}
	#footer_navi {
		display: flex;
		flex-wrap: wrap;
	}
	#footer_navi li {
		position: relative;
	}
	#footer_navi li::before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 1px;
		height: 100%;
		background-color: #fff;
	}
	#footer_navi li a {
		padding: 6px;
  		font-size: 12px;
	}
	#footer_navi li:last-child::before {
		display: none;
	}
	.pc_only {
		display: none !important;
	}
	.sp_tac {
		text-align: center;
	}
	#pict_top_pc_long {
		padding: 0 8px;
		background-color: #fff;
	}
	.main-visual {
		display: none;
	}
	#main #pict_top_pc_long {
		margin-bottom: 0;
		padding-bottom: 24px;
	}
	.wrap_textArea {
		margin-top: 0 !important;
	}
	.btn_box {
	}
	.btn_box a {
		display: block;
		font-size: 16px;
		font-weight: bold;
		line-height: 2;
		text-align: center;
		text-decoration: none;
		border: 2px solid #c39958;
		border-radius: 4px;
		padding: 14px 0;
		margin: 0 auto;
		margin-top: 25px;
		position: relative;
		color: #c39958;
		width: 90%;
		margin-bottom: 50px;
	}
	.btn_box a::before, .btn_box a::after {
		content: '';
		position: absolute;
		background: currentColor;
		border-radius: 0.1em;
	  }
		.btn_box a::before,
		.btn_box a::after{
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			margin: auto;
			content: "";
			vertical-align: middle;
			color: transparent;
		}
	  .btn_box a::before{
		right: 10px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #c39958;
		border-right: 2px solid #c39958;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: auto;
	}
}


.wysiwyg-area {
 color: #262626;
}

.wrap_textArea {
	margin-bottom: 60px;
	margin-top: 36px;
	padding: 0 20px;
	box-sizing: border-box;
}

.wrap_textArea .tit {
	font-size: 20px;
	line-height: calc(35/20);
	color: #c39958;
	font-weight: bold;
}

.wrap_textArea .txt {
	font-size: 14px;
	line-height: calc(25/14);
}

.wrap_textArea .point {
	color: #ff4848;
}

.wrap_textArea .txt02 {
	font-size: 16px;
	line-height: calc(28/16);
	margin-top: 34px;
}

.wrap_textArea .txt03 {
	font-size: 16px;
	line-height: calc(28/16);
}

.sub_tit_box {
	margin-top: 20px;
	position: relative;
	padding-left: 14px;
	margin-bottom: 10px;
}

.sub_tit_box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #c39958;
	border-radius: 10px;
}

.sub_tit {
	font-weight: bold;
}

.flex_box {
	display: flex;
	width: 100%;
}

.flex_box .left {
	width: 50%;
	max-width: 370px;
}

.flex_box .right {
	width: 50%;
	max-width: 370px;
}

.flex_box dl {
	display: flex;
	width: 315px;
	justify-content: space-between;
}

.flex_box .left dl {
	width: 270px;
	width: 315px;
}

.flex_box dt {
	font-size: 14px;
	line-height: calc(25/14);
}

.flex_box dd {
	font-size: 14px;
	line-height: calc(25/14);
}

.kakomi {
	background-color: #f0f0f0;
	padding: 20px;
	margin-top: 40px;
}

.kakomi li {
	font-size: 14px;
	line-height: calc(25/14);
}


@media screen and (min-width: 769px) {
	.wrap_textArea .mt_pc_16 {
		margin-top: 10px;
	}
	#bt_form_cus_mail, #bt_form_cus_mail_chk, #bt_form_cus_name, #bt_form_cus_kana {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.wrap_textArea {
		margin-bottom: 30px;
		margin-top: 12px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.wrap_textArea .tit {
		font-size: 22px;
		line-height: 1.6;
	}

	.wrap_textArea .txt {
		font-size: 14px;
	}

	.wrap_textArea .txt02 {
		font-size: 16px;
		margin-top: 17px;
	}

	.sub_tit_box {
		margin-top: 10px;
	}

	.flex_box {
		width: 100%;
		flex-wrap: wrap;
	}

	.flex_box .left {
		width: 100%;
		max-width: none;
	}

	.flex_box .right {
		width: 100%;
		max-width: none;
	}

	.flex_box dl {
		width: 100%;
		margin-bottom: 5px;
	}

	.flex_box .left dl {
		width: 100%;
	}

	.flex_box dt {
		font-size: 14px;
	}

	.flex_box dd {
		font-size: 14px;
	}

	.kakomi {
		padding: 10px;
		margin-top: 20px;
	}

	.kakomi li {
		font-size: 14px;
	}

	.wrap_textArea .mt_pc_16 {
		margin-top: 16px;
	}

	.wrap_textArea .txt03 {
		margin-top: 10px;
	}

	.bana_block {
		padding-top: 15px;
	}

}

#list_sub_plan {
	margin-top: 10px;
}

#list_sub_plan::before {
	content: "※お子様（1人目）の撮影プランをご選択ください。";
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
	color: #666666;
}

@media screen and (max-width: 768px) {
	.box-type1-item-bottom .radio-wrap:first-child {
		padding-top: 0;
	}

	#list_sub_plan {
		margin-top: 20px;
		overflow: visible;
	}
	#list_sub_plan::before {
		position: absolute;
		top: -15px;
		left: 0;
	}
}

.note_block {
	background-color: #f0f0f0;
    padding: 20px 30px;
    margin: 0 auto;
	margin-top: 20px;
    margin-bottom: 30px;
}

.note_block .nb_title {
	text-align: left;
    color: #e10303;
    font-weight: bold;
}

.note_block .nb_text {
	margin-top: 15px;
}

.box-type1-item-bottom {
	position: relative;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}



.box-type1-item-bottom hr {
    left: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
	height: 0;
	border: none;
    border-bottom: 1px solid #666666;
    padding-bottom: 0px;
    margin-bottom: 10px;
	margin-top: 30px;
	order: 1;
}

.caption {
	width: 100%;
	margin-top: 5px;
}
.caption:empty {
	display: none;
}
.caption br {
	display: none;
}

.attention {
	width: 100%;
}

.margin_box {
	display: none;
}

#bt_form_cus_zip {
	margin-right: 5px;
}


.form_field_hidden {
	display: none !important;
}

input.error_field,
select.error_field {
	border-color: #ff0000;
}
input.error_field ~ .select-wrapper-cus_birthday select {
	border-color: #ff0000;
}
.attention {
	margin-top: 10px;
}

.bt_form_text:read-only {
	border-color: #fff;
	background-color: #f3f3f3;
	font-weight: 700;
}

#calendar #message ul.fa-icon-list .fa-times-guide label {
	display: none;
}

#calendar #message ul.fa-icon-list .fa-times-guide::after {
	content: "店舗にお電話ください";
	padding-left: 18px;
}



@media screen and (max-width: 768px) {
	.note_block {
		margin-top: 30px;
	}
}