@charset "UTF-8";
/* CSS Document */

/*--------------------
contact
--------------------*/

#contact .title_txt {
	padding-top: 45px;
	color: #858585;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
}

#contact .title_date {
	margin: 12px 0 45px;
	color: #858585;
	font-size: 16px;
	text-align: center;
}

#contact .notes {
	margin: 0 auto 35px;
	text-align: center;
	font-size: 13px;
}

#contact .txt_overview {
	margin: 0 auto 30px;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
}

#contact .txt_overview .kome {
	font-size: 10px;
}

#contact .txt_overview .txt_small {
	display: inline-block;
	font-size: 13px;
	padding: 5px 0 14px;
}

#contact .border_box {
	width: fit-content;
	padding: 9px 15px 10px 20px;
	border: 1px solid #777;
	margin: 0 auto 45px;
}

#contact .event_info {
	width: 640px;
	padding: 16px 10px 12px 15px;
	margin: 0 auto 45px;
	border: 1px solid #444;
	font-size: 13px;
	line-height: 1.8;
	box-sizing: border-box;
}

#contact .event_info li {
	margin-bottom: 2px;
}

#contact .event_info .bold {
	font-weight: bold;
}

#contact .event_info .ti4 {
	text-indent: -4em;
	padding-left: 4em;
}

#contact .event_info .ti6 {
	text-indent: -6em;
	padding-left: 6em;
}

#contact .event_info .ti8 {
	text-indent: -8em;
	padding-left: 8em;
}

#contact form {
	width: 542px;
	margin: 0 auto;
}

#contact form input,
#contact form textarea,
#contact form select {
	padding: 8px 10px;
	margin-bottom: 12px;
	font-size: 12px;
	border: 1px solid #cecece;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
}

#contact form select {
	cursor: pointer;
}

#contact form h2 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

#contact form .companio_h {
	display: flex;
	justify-content: space-between;
}

#contact form .companio_h h2:nth-child(1) {
	width: 80%;
}

#contact form .companio_h h2:nth-child(2) {
	width: 15%;
}

#contact form span {
	font-weight: normal;
	font-size: 12px;
}

#contact form span.required {
	padding-left: 4px;
	margin: 0;
	color: #cd2e25;
}

#contact .f_box {
	margin-bottom: 4%;
}

#contact .f_box_double {
	display: table;
	margin-bottom: 4%;
}

#contact .f_box_double .f_box_double_inner {
	display: table-cell;
	width: 50%;
}

#contact .postal_mark {
	display: inline-block;
	width: 5%;
	font-size: 14px;
}

#contact .content_txt {
	height: 120px;
}

#contact .number_ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
}

#contact .number_ul li {
	margin-right: 30px;
	font-size: 13px;
}

#contact .number_ul li .number_h {
	margin-right: 4px;
	font-size: 13px;
}

#contact .number_ul li select {
	margin-right: 2px;
}

#contact .period_ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
}

#contact .period_ul li {
	margin-right: 10px;
	font-size: 13px;
}

#contact .period_ul li select {
	margin-right: 2px;
}

#contact .pet_ul {
	padding-top: 5px;
	overflow: hidden;
}

#contact .pet_ul li {
	float: left;
	margin-right: 20px;
	font-size: 13px;
}

#contact .pet_ul li:last-of-type {
	margin-right: 0;
}

#contact .pet_ul input {
	margin-right: 3px;
}

#contact .rental_ul {
	margin-top: 10px;
	font-size: 13px;
}

#contact .rental_ul .rental_h {
	display: inline-block;
	/* width: 360px; */
	margin-right: 20px;
}

#contact .rental_ul li select {
	margin-right: 2px;
}

#contact .w-full {
	width: 100%;
}

#contact .w-half {
	width: 49%;
}

#contact .w-half_space {
	margin-right: 2%;
}

#contact .w-pc_half {
	width: 49%;
}

#contact .w-postal {
	width: 44%;
}

#contact .companion_set {
	padding-bottom: 3px;
}

#contact .companion_set .num {
	display: inline-block;
	font-size: 15px;
	width: 5%;
}

#contact .companion_set .w-family_name {
	width: 36.5%;
	margin-right: 2%;
}

#contact .companion_set .w-first_name {
	width: 36.5%;
	margin-right: 5%;
}

#contact .companion_set .w-age {
	width: 15%;
}

#contact .input_notes {
	padding-bottom: 12px;
	font-size: 11px;
}

#contact .note {
	padding-bottom: 10px;
	font-size: 12px;
}

#contact .notes_area {
	width: 640px;
	margin: 10px -49px 0;
	padding: 20px 0px 25px;
	box-sizing: border-box;
}

#contact .notes_area h2 {
	font-size: 16px;
	padding-bottom: 3px;
}

#contact .notes_area .notes_list {
	padding-left: 1em;
}

#contact .f_btn_box {
	padding-top: 30px;
	text-align: center;
}

#contact .f_btn_box button {
	display: inline-block;
	width: 220px;
	margin: 0 15px;
	color: #fff;
	font-size: 18px;
	background-color: #231815;
	padding: 8px 10px;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	transition: opacity 0.3s;
	backface-visibility: hidden;
	cursor: pointer;
}

#contact .f_btn_box button:hover {
	opacity: 0.7;
}

#contact .f_btn_box .btn_send {
	background-color: #ad2b24;
}

#contact .f_btn_box .btn_confirmation::after,
#contact .f_btn_box .btn_send::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 11px;
	margin-left: 8px;
	background: url(../img/btn_arrow_right.png) 0 0 no-repeat;
	background-size: auto 11px;
}
#contact .f_btn_box .btn_back::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 11px;
	margin-right: 8px;
	background: url(../img/btn_arrow_left.png) 0 0 no-repeat;
	background-size: auto 11px;
}

#contact .site_choice_info {
	padding: 12px 0 20px 20px;
}

#contact .site_choice_info h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

#contact .site_choice_info dd {
	justify-self: end;
}

#contact .grid_2columns {
	display: grid;
	grid-template-columns: auto auto;
	gap: 4px 0;
	width: fit-content;
}
#contact .grid_2columns.-colon > *:nth-child(2n + 1) {
	position: relative;
	padding-right: 1.2em;
}
#contact .grid_2columns.-colon > *:nth-child(2n + 1):after {
	content: "：";
	position: absolute;
	top: 0;
	right: 0.1em;
}

#contact .fz-normal {
	font-size: 13px;
}

#contact .fz-overview {
	font-size: 14px;
}

#contact .mlr-auto {
	margin-left: auto;
	margin-right: auto;
}


#contact #privacy_policy {
	width: 640px;
	margin: 50px -49px 0;
	/* padding-top: 60px;
	border-top: 1px solid #231815; */
}

#contact #privacy_policy #txt_box {
	height: 320px;
	padding: 12px 20px;
	border: 1px solid #cecece;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow-y: auto;
}

#contact #privacy_policy section {
	margin-bottom: 1em;
}

#contact #privacy_policy h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

#contact #privacy_policy h3 {
	font-size: 14px;
	font-weight: bold;
}

#contact #privacy_policy .number {
	display: inline-block;
	width: 30px;
}

#contact #privacy_policy h4 {
	margin-left: 30px;
	font-weight: bold;
}

#contact #privacy_policy p {
	margin-bottom: 1em;
	margin-left: 30px;
}

#contact #privacy_policy ul {
	padding-left: 1em;
	margin-bottom: 1em;
}

#contact #privacy_policy ul li {
	margin-left: 30px;
	text-indent: -1em;
}

#contact #privacy_policy .no_margin {
	margin-left: 0;
}


/* select box */
.cp_ipselect * {
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-color: inherit;
}
.cp_ipselect {
	height: 34px;
	padding-bottom: 10px;
}
.cp_ipselect ul {
	list-style: none;
	padding: 0;
}
.cp_ipselect input {
	color: inherit;
	font: inherit;
	margin: 0;
	background: transparent;
	outline: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	        appearance: none;
	display:none;
}
.cp_ipselect label {
	font-size: 14px;
}
.cp_sl08 {
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: white;
	border-radius: 3px;
}
.cp_sl08_expand {
	width: 0;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
}
.cp_sl08_expand::after {
	position: absolute;
	top: 1.2em;
	right: 0.5em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	pointer-events: none;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	-webkit-transform: translate(-50%, -50%) rotate(0deg) scaleY(1.75);
	        transform: translate(-50%, -50%) rotate(0deg) scaleY(1.75);
	-webkit-transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	        transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	z-index: 2;
	opacity: 0.6;
}
.cp_sl08_expand:hover::after {
	opacity: 1;
}
.cp_sl08_expand:checked::after {
	-webkit-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1) scaleY(1.75);
	        transform: translate(-50%, -50%) rotate(180deg) scaleX(-1) scaleY(1.75);
}
.cp_sl08_expandLabel {
	display: block;
	width: 100%;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.cp_sl08_close {
	display: none;
}
.cp_sl08_closeLabel {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.cp_sl08_items {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #cecece;
	border-radius: 3px;
	padding-top: 32px;
	background: url(../img/selectbox_first.png) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dfe0e0), color-stop(0.00, #fff));
	background: url(../img/selectbox_first.png) no-repeat, -webkit-linear-gradient(#fff, #dfe0e0);
	background: url(../img/selectbox_first.png) no-repeat, -moz-linear-gradient(#fff, #dfe0e0);
	background: url(../img/selectbox_first.png) no-repeat, -ms-linear-gradient(#fff, #dfe0e0);
	background: url(../img/selectbox_first.png) no-repeat, linear-gradient(#fff, #dfe0e0);
}
.cp_sl08_items::before {
	content: "";
	position: absolute;
	top: 7px;
	right: 10px;
	width: 11px;
	height: 5px;
	background: url(../img/select_arrow_top.png) 0 0 no-repeat;
	background-size: auto 5px;
	z-index: 10;
}
.cp_sl08_items::after {
	content: "";
	position: absolute;
	bottom: 7px;
	right: 10px;
	width: 11px;
	height: 5px;
	background: url(../img/select_arrow_bottom.png) 0 0 no-repeat;
	background-size: auto 5px;
	z-index: 11;
}
.cp_sl08_input {
	display: none;
}
.cp_sl08_label {
	-webkit-transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	        transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	display: block;
	height: 0;
	line-height: 32px;
	overflow: hidden;
	color: #3e3e3e;
	cursor: pointer;
	padding-left: 12px;
}
.cp_sl08_placeholder {
	height: 32px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	background-color: transparent;
}
.cp_sl08_expand:checked + .cp_sl08_closeLabel {
	display: block;
}
.cp_sl08_expand:checked + .cp_sl08_closeLabel + .cp_sl08_options .cp_sl08_label {
	height: 32px;
}
.cp_sl08_expand:checked + .cp_sl08_closeLabel + .cp_sl08_options .cp_sl08_label:hover {
	background-color: #d0d0d0;
}
.cp_sl08_expand:checked + .cp_sl08_closeLabel + .cp_sl08_options + .cp_sl08_expandLabel {
	display: none;
}
.cp_sl08_input:checked + .cp_sl08_label {
	height: 32px;
	margin-top: -32px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dfe0e0), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #dfe0e0);
	background: -moz-linear-gradient(#fff, #dfe0e0);
	background: -ms-linear-gradient(#fff, #dfe0e0);
	background: linear-gradient(#fff, #dfe0e0);
}


/* confirmation */
#contact #confirmation form {
	width: 640px;
}

#confirmation .f_box {
	padding: 10px 15px 10px 30px;
	margin-bottom: 0;
	overflow: hidden;
}

#confirmation .f_box:nth-child(odd){
	background-color: #f7f7f7;
}

#confirmation form h2 {
	width: 170px;
	font-size: 13px;
	float: left;
}

#confirmation .value {
	margin-left: 210px;
	font-size: 13px;
}


/* message */
#message {
	margin: 120px auto;
	text-align: center;
}

#message h2 {
	font-size: 16px;
	margin-bottom: 1.5em;
}

#message p {
	margin-bottom: 1.5em;
	font-size: 13px;
}

#message .bnr_vr {
	padding-top: 50px;
}

#message .bnr_vr p {
	font-size: 15px;
}


/* ---- 580px > ---- */

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

	#contact .br_pc {
		display: none;
	}

	#contact .title_txt {
		padding-top: 35px;
		font-size: 19px;
		line-height: 1.4;
	}
	
	#contact .title_date {
		margin: 12px 0 35px;
		font-size: 14px;
	}

	#contact .event_info {
		width: 100%;
		padding: 16px 15px 12px;
		margin-bottom: 35px;
	}
	
	#contact .event_info li {
		margin-bottom: 3px;
	}

	#contact .event_info .bold {
		display: block;
	}
	
	#contact .event_info .ti4,
	#contact .event_info .ti6,
	#contact .event_info .ti8 {
		text-indent: -1em;
		padding-left: 1em;
	}

	#contact form {
		width: 100%;
	}

	#contact form input[type="text"],
	#contact form textarea {
		-webkit-appearance: none;
	}
	
	#contact form input,
	#contact form select,
	#contact form textarea {
		font-size: 16px;
	}

	#contact .f_box_double {
		display: block;
	}

	#contact .f_box_double .f_box_double_inner {
		display: block;
		width: 100%;
		margin-bottom: 3%;
	}

	#contact .txt_overview {
		font-size: calc(100vw / ( 375 / 13 ));
		text-align: left;
	}

	#contact .border_box {
		width: auto;
		padding: 11px 8px 12px 10px;
		margin-bottom: 35px;
	}

	#contact .number_ul {
		display: block;
		margin-top: 8px;
	}
	
	#contact .number_ul li {
		margin-right: 0px;
	}
	
	#contact .rental_ul {
		margin-top: 10px;
		font-size: 13px;
	}
	
	#contact .rental_ul .rental_h {
		display: block;
		width: auto;
		margin-bottom: 5px;
		margin-right: 0px;
	}

	#contact .postal_mark {
		width: 25px;
	}

	#contact .w-pc_half {
		width: 100%;
	}

	#contact .w-postal {
		width: 60%;
	}

	#contact .companion_set .num {
		width: 7%;
	}

	#contact .companion_set .w-family_name {
		width: 35.5%;
	}

	#contact .companion_set .w-first_name {
		width: 35.5%;
	}

	#contact .notes_area {
		width: 100%;
		margin: 0;
		padding: 20px 0 25px;
	}
	
	#contact .notes_area h2 {
		font-size: 16px;
		padding-bottom: 3px;
	}
	
	#contact .notes_area .notes_list {
		padding-left: 1em;
	}

	#contact .f_btn_box button {
		width: 60%;
		margin: 0 5px;
		font-size: 16px;
		padding: 8px 10px;
	}

	#contact .f_btn_box .btn_back,
	#contact .f_btn_box .btn_send {
		width: 45%;
	}

	#contact .site_choice_info {
		padding-left: 12px;
	}

	#contact .fz-overview {
		font-size: calc(100vw / ( 375 / 13 ));
	}

	#contact #privacy_policy {
		width: 100%;
		margin: 40px auto 0;
		/* padding-top: 40px; */
	}

	#contact #privacy_policy #txt_box {
		height: 300px;
		padding: 10px 15px;
	}


	/* confirmation */
	#contact #confirmation form {
		width: 100%;
	}

	#confirmation .f_box {
		padding: 8px 15px;
	}

	#confirmation form h2 {
		width: auto;
		margin-bottom: 0px;
		float: none;
	}

	#confirmation .value {
		margin-left: 0px;
	}


	/* message */
	#message {
		margin: 70px auto;
	}

	#message .bnr_vr {
		padding-top: 40px;
	}
	
	#message .bnr_vr p {
		font-size: 14px;
	}



}
