@charset "UTF-8";



/* 共通
=======================================================*/
input{
	
}
input[type="text"]{
	padding:3px;
	font-size: 18px;
	box-sizing: border-box;
}
input[type="text"].size_s{
	width:10%;
}
input[type="text"].size_m{
	width:50%;
}
input[type="text"].size_l{
	width:100%;
}
input[type="submit"],input[type="button"]{
	display: inline-block;
	width:auto;
}
select{
	padding:2px;
	margin-right: 4px;
	font-size: 18px;
}
option{
	padding:2px 5px;
	line-height: 1.7;
	font-size:13px;
}
option:nth-child(even){
	background:#f0f0f0;
}
option strong{
	display: inline-block;
	min-width:150px;
	font-weight: bold;
	font-size:16px;
}
option span{
}
textarea{
	width:80%;
	height: 120px;
	padding:2px;
	font-size: 18px;
}
.flexSection.print{
	justify-content: flex-start;
}
.flexSection.print .printset{
	text-align: left;
	margin-left:1rem;
}


/* ラジオ、チェックボックスカスタム */

.radio, .checkbox {
	display:inline-block;
	min-width:120px;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	margin: 0 2px 8px 0;
	padding: 12px 12px 12px 42px;
	border-radius: 0px;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	vertical-align: middle;
	cursor: pointer;
}
.radio:hover, .checkbox:hover {
	background-color: #80d4ff;
}
.radio:hover:after, .checkbox:hover:after {
	border-color: #0091db;
}
.radio:after, .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-radius: 06px;
	content: '';
}

.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #0091db;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .radio:before {
	opacity: 1;
}
input[type=radio]:checked + .radio {
	background:#c2e9fd;
	border:1px solid #c2e9fd;
}
.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #0091db;
	border-bottom: 3px solid #0091db;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
input[type=checkbox]:checked + .checkbox {
	background:#c2e9fd;
}

input[type=radio]{
	display:none;
}
input[type=checkbox]{
	display:none;
}
.checkbox{
	display: block;
}
.radio span, .checkbox span{
	display: block;
	font-size: 12px;
	line-height: 1.7;
}

.error1{
	margin: 0 0 15px;
	color: #f00;
}
.error2{
	margin: 0 0 8px;
	color: #f00;
}


/* guide
=======================================================*/
.guide{
	width:670px;
	margin: 0 0 0px;
	padding:2%;
	font-size: 13px;
	line-height: 1.6;
	/*background:#F4FBFD;
	box-shadow: 2px 2px 0 0 rgba(0,0,0,0.07);*/
}

ul.kiboubi{
	margin: 0 0 10px;
}
ul.kiboubi li{
	margin: 0 0 3px;
	padding:1%;
	background:#fff9de;
}
/* note
=======================================================*/
.note{
	display: inline-block;
	margin: 0 0 30px;
	padding:2%;
	font-size: 0.75rem;
	line-height: 1.7;
	background:#fcfcfc;
}



/* table
=======================================================*/
table.res_table{
	width:100%;
	margin:0 0 15px;
}
table.res_table th,table.res_table td{
	padding:2%;
	font-size: 1rem;
}
table.res_table th{
	width:350px;
	font-weight: 100;
	background:#f6f6f6;
}
table.res_table td{
	width:auto;
	background:#fff;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
}
table.res_table td p.hosoku{
	margin: 0 0 8px;
	font-size: 12px;
	color: #303030;
}
table.res_table td ul.hosoku{
	margin: 0 0 8px;
	font-size: 12px;
	color: #303030;
}
table.res_table td ul.hosoku li{
	margin: 0 0 4px;
	padding:5px;
}
table.res_table td .option{
	font-size: 0.85em;
}
table.res_table td .option strong{
	display: block;
	line-height: 2;
	font-size: 1.1em;
}
table.res_table td .option label{
	display: inline-block;
	width:48%;
	min-height:60px;
	max-heitght:100px;
	margin-right: 1%;
}


/* payment */

#payment {
    animation: SlideIn 0.6s;
	display: none;
	width:100%;
	margin: 0 0 20px;
	padding:2.5%;
	box-sizing: border-box;
	background:#ffe6e6;
}
@keyframes SlideIn {
  0% {
    opacity: 1;
    transform: translateY(-4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#payment  p{
	margin: 0 0 8px;
}
#payment ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width:100%;
	box-sizing: border-box;
}
#payment ul li{
	display: block;
	min-width:120px;
}
#payment ul li:nth-child(1),#payment ul li:nth-child(2),#payment ul li:nth-child(3){
}
#payment ul li span{
	display: block;
	font-size: 11px;
}
#payment input[type="radio"]{
	display: inline-block;
	padding:0;
	margin: 0;
	width: auto;
}
#payment label{
	display: inline-block;
	width:auto;
	height: auto;
	font-size: 0.7rem;
}



/**/
table.res_table td #media_enq{}
table.res_table td #media_enq h4{
	margin: 0 0 10px;
	padding-left:5px;
	border-left:3px solid #D1292C;
}
table.res_table td #media_enq p{
	margin-bottom:1rem;
}

/* addressTbl
=======================================================*/
table.addressTbl{
	width:100%;
}

/* conrfirm
=======================================================*/
#reservation_confirm{
	
}
#reservation_confirm .studio_check{
	
}
#reservation_confirm .studio_check .note{
	margin-bottom:0.6rem;
	padding:0;
	color: #CD0F12;
}
#reservation_confirm .studio_check .name{
	font-size: 1.2rem;
}
#reservation_confirm th{
	color: #444;
}
#reservation_confirm td{
	font-size: 1.2rem;
}

#reservation_confirm td .total_fee{
	padding:3%;
	border: 2px solid #333;
}
#reservation_confirm td .total_fee h3{
	margin: 0 0 8px;
	font-size: 13px;
}
#reservation_confirm td .total_fee table{
	width:100%;
}
#reservation_confirm td .total_fee table th{
	width:30%;
}
#reservation_confirm td .total_fee table td.total{
	font-size:25px;
	font-weight: bold;	
}
#reservation_confirm td .total_fee table td.total span{
	font-weight: 100;
	font-size: 12px;
}


/* sended
=======================================================*/
#reservation_confirm #sended{
	padding:3%;
}
#reservation_confirm #sended .mes{
	padding:2% 0;
	font-size: 14px;
	line-height: 1.6;
}
#reservation_confirm #sended .misssend{
	margin: 25px 0;
	padding:2.4%;
	border: 1px solid #74191A;
}
#reservation_confirm #sended .misssend h3{
	margin: 0 0 28px;
	font-size: 23px;
	color: #CD0F12;
}
#reservation_confirm #sended .misssend p{
	font-size: 18px;
	line-height: 1.7;
}
#reservation_confirm #sended .misssend p.tel{
	margin: 15px 0 0;
	font-size: 20px;
	line-height: 1.7;
}
