@charset "utf-8";

.view-pc{
	display: block;
}

.view-sp{
	display: none;
}

.reserv-area-header,
.premium-support-usersguid-area{
	margin-bottom: 20px;
}

.fc .fc-toolbar-title {
    font-size: 30px !important;
    line-height: 1.1;
}

.fc .fc-col-header-cell-cushion {
    color: #000 !important;
    text-decoration: initial !important;
}

.fc-sun {
	color: #FF0000;
}

.fc-sat {
	color: #2196F3;
}

.reserving{
	font-weight: 600;
}

#header-title{
	font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.red{
	color: #f00;
}

.reserv-form-header,
.question-header{
	font-weight: 600;
    border-left: 2px solid #00B261;
    padding-left: 10px;
    clear: both;
}

.original-number{
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-left: 12.5%;
}

.example-number
{
    color: #7f7f7f;
    margin-left: 12.5%;
}

.w-40-number
{
    width: 40%;
}

.original-form-control {
    display: inline-block;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 90%;
    margin-left: 5%;
}

select.original-form-control {
    display: inline-block;
    width: auto;
}

.original-form-control:not(select) {
    padding: 6px 12px;
    background-image: none;
}

.original-form-control-radio{
	display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-left: 5%;
}

.w200 {
	width: 200px;
}

.file-area {
	width: 90%;
	margin-left: 5%;
}

.radio-input{
  	display: none;
}

.radio-input + label{
 	padding-left: 20px;
  	position:relative;
  	margin-right: 20px;
  	cursor: pointer;
}
.radio-input + label::before{
  	content: "";
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 18px;
  	height: 18px;
  	border: 1px solid #999;
  	border-radius: 50%;
}
.radio-input:checked + label{
  	color: #009a9a;
  	cursor: pointer;
}
.radio-input:checked + label::after{
  	content: "";
  	display: block;
  	position: absolute;
  	top: 4px;
  	left: 4px;
  	width: 10px;
  	height: 10px;
  	background: #009a9a;
  	border-radius: 50%;
}

.radio-area {
	margin-left: 5%;
    margin-top: 15px;
}

.disable-input{
	background-color: #eee;
	pointer-events: none;
}

#versionText {
	width: 32%;
}

#comment,
#whyDoYouThink,
#comment-comfirm{
	height: 160px;
}

#ticket-no-first-comfirm,
#ticket-no-second-comfirm
{
	width: auto;
}

#ticket-no-first
{
	width: 82px;
}

#ticket-no-second
{
	width: 111px;
}

#last-name,
#first-name,
#last-name-kana,
#first-name-kana,
#last-name-comfirm,
#first-name-comfirm,
#last-name-kana-comfirm,
#first-name-kana-comfirm{
	margin-left: 12%;
}

#ticket-no-second,
#ticket-no-second-comfirm{
	margin-left: 0;
}

#reserve-time,
#reserve-time-comfirm{
	background: #e5e5e5;
    padding-left: 20px;
    padding-right: 20px;
}

.required{
	display: inline-block;
    background: #f71707;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF;
    margin-left: 15px;
}

.example-tex,
.supplement{
	color: #7f7f7f;
	margin-left: 5%;
}

#consent{
	margin-left: 5%;
    margin-top: 15px;
    cursor: pointer;
}
.reserv-area a {
	color: #0044cc;
    text-decoration: none;
}

a.fc-event {
    color: rgb(255, 255, 255);
    text-decoration: underline;
    inset: 56.5px 0% -85px;
    z-index: 1;
    cursor: pointer;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    box-sizing: content-box;
}

.fc-timegrid-event .fc-event-main {
    padding: 0px 0px 0;

}

.fc-timegrid-event-harness {
    overflow: hidden !important;
}

.reserv-area .reserv-link {
    text-decoration: underline;
}

.date-time{
	margin-bottom: 15px;
}

input[type=checkbox]{
	cursor: pointer;
	vertical-align: bottom;
    height: 18px;

}

.sendBtn,
.comfirm .defaultSendBtn{

    color: #ffffff;
    width: 120px;
    padding: 10px 5px;
    cursor: pointer;
    background-color: #00B261;
    border-color: #00B261;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
    border: 2px solid #00B261;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none !important;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    margin-left: 15px;
}

.defaultSendBtn {
    color: #ccc;
    width: 120px;
    padding: 10px 5px;
    background-color: #ffff;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
    display: inline-block;
    border: 2px solid #ddd;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    margin-left: 15px;
}

.clear-both{
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.comp-msg,
.cancel-msg {
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 30px;
}

.reserve-info {
	margin-top: 16px;
	margin-bottom: 24px;
}

.cancel-msg {
	font-weight: normal;
	margin-top: 24px;
    word-wrap: break-word;
}

.color-red{
	color: #f00;
}

.mt10{
	margin-top: 10px;
}

.fl{
	float:left;
}

.w-1{
	width:1%;
}

.w-14{
	width:14%;
}

.w-15{
	width:15%;
}

.w-20{
	width:20%;
}

.w-30{
	width:30%;
}

.w-40{
	width:40%;
}

.w-50{
	width:50%;
}

.w-70{
	width:70%;
}

.w-85{
	width:85%;
}

.ml-12{
	margin-left: 12%;
}

#loading{
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	opacity: 0.8;
}

#loading .loadingMsg{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url("/rpa/images/loading-icon-3e8039242e517ee7edc05a4e226e0b80.gif") center center no-repeat;
	background-size: 100px 100px;
}

.left-area{
	width: 60%;
	float: left;
}

.right-area{
	width: 40%;
	float: left;
	text-align: center;
}

.q_label{
	padding-left: 5px;
    padding-right: 2px;
}

.radio-header{
	float: left;
	width: 33%;
	text-align: center;
	font-weight: 600;
}

.expectactions,
.intelligible,
.atmosphere,
.time,
.more,
.tooles,
.attendingTime,
.whatMinutes{
	width: 15.5%;
	display: inline-block;
	cursor: pointer;
	height: 16px;
}

.accurate,
.intelligible,
.atmosphere,
.tooles,
.time,
.whatMinutes,
.expectactions,
.more{
	width: 100%;
    height: 16px;
    display: block !important;
	/* margin-left: 35% !important; */
}

.radio-5-point-rows{
	width: 15.5%;
	text-align: center;
	display: inline-block;
}


.radio-3-point-rows{
	width: 33.3%;
	text-align: center;
	display: inline-block;
	float: left;
}

.attendingTime{
	width: 100%;
	display: block !important;
/* 	margin-left: 35% !important; */
}

.time,
.whatMinutes{
	/* width: 32%; */
	display: block !important;
	/* margin-left: 43% !important; */
}

.under-line{
	text-decoration: underline;
}

.attendingTime{
	width: 100%;
}

.nbspArea{
	display: inline-block;
    width: 31%;
}

.lowPrice,
.highPrice,
.tooHigh,
.qualityIssues{
	width: 65%;
    display: -webkit-inline-box;
    margin-right: 10px;
}

.premiumSupportForm  .file-delete-btn{
	font-size: 16px;
    margin-top: -5px;
    padding-top: 8px;
    /*
    background-color: #e6e8eb;
    border-color: #ddd;
    color: #999;
    */
}

.file-delete-btn.ml-4{
	margin-left: 4px;
}

#attachment-file-area .form-control{
	display: inline-block;
	width: 93%;
}

.radio-header.half.left{
	text-align: center;
}

.radio-header.half.right{
	text-align: center;
}

@media all and (-ms-high-contrast: none){
	.lowPrice,
	.highPrice,
	.tooHigh,
	.qualityIssues{
	    display: inline;
	}
}
.no-border{
	border-left: none;
}

.pl-20{
	padding-left: 20px;
}

.required-red{
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-10{
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin-top-20{
	margin-top: 20px;
}

.margin-botm-25{
	margin-bottom: 25px;
}

.question-comment{
	padding-right: 40px;
}

.reservation-btn-area,
.send-btn-area,
.cancel-btn-area {
	text-align: center;
}

.backBtn{
	width: 160px;
    text-align: center;
    background: #f5f5f5;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none !important;
    color: #000;
}

.cancelBtn {
	width: 200px;
	text-align: center;
	background-color: #00B261;
	border-color: #00B261;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	border: 2px solid #00B261;
	cursor: pointer;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.2s ease,
	box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	outline: none !important;
	color: #ffffff;
	display: inline-block;
}

.fc-time-grid-event,
.reserv
{
	cursor: pointer;
}

.fc-unthemed .fc-view .fc-divider{
	display: none !important;;
}

.reserv-area.comfirm {
	display: none;
}

.reserv-confirm-message {
	margin: 10px 0px 10px 0px;
	font-size: 15px;
}

.five-question-sp-view {
    display: none;
}
.five-question-pc-view {
    display: block;
}

.fancybox-overlay {
	z-index:10000 !important;
}

.main-inner a:link {
	color: #0044cc;
}

@media screen and (max-width: 1240px){
	#attachment-file-area .form-control {
        width: 93%;
	}
	#versionText {
	    width: 42%;
	}
}

@media screen and (max-width: 1040px){
	#attachment-file-area .form-control {
        width: 93%;
	}

	.year-rows,
	.month-date-rows,
	.minutes-rows{
		margin-top: 20px;
		display: block;
		text-align: left;
		margin-left: 10%;
	}

	.month-date-rows{
		float: left;
	}
}

@media screen and (max-width: 994px){
	#attachment-file-area .form-control {
        width: 91%;
	}

	.time,
	.whatMinutes{
		/* width: 31%; */
	}

	.attendingTime {
    	width: 100%;
	}

	.year-rows,
	.month-date-rows,
	.minutes-rows{
		margin-top: 20px;
		display: block;
		text-align: left;
		margin-left: 10%;
	}

	.month-date-rows{
		float: left;
	}
	#versionText {
	    width: 55%;
	}

}

input,select,textarea {
	font-size:16px !important;
}
/** スマフォ対応 **/
/* スマホサイズ */
@media screen and (max-width: 768px){

	.original-number,.example-number{
		margin-left: 5%;
	}
	.w-40-number{
		width: 100%;
	}
	#ticketSelect{
		width: 100% !important;
	}

	.right-area {
	    width: 56%;
	}
	.left-area {
    	width: 44%;
	}

	#versionText{
		display: block;
		width: 90%;
		margin-top: 5px;
	}

	#versionText::-webkit-input-placeholder{
		font-size: 12px;
	}

	#versionText:-moz-input-placeholder{
		font-size: 12px;
	}

	#versionText::-moz-input-placeholder{
		font-size: 12px;
	}

	#versionText:-ms-input-placeholder{
		font-size: 12px;
	}

	#attachment-file-area .form-control {
        width: 89%;
	}
}

@media screen and (max-width: 668px){

	.view-pc{
		display: none;
	}

	.view-sp{
		display: block;
	}

	.reserving,
	.fc-time-grid-event {
    	font-size: 9px !important;
	}

	.leson-date-header{
		width: 100%;
    	margin-bottom: 10px;
	}

	.right-area{
		width: 100%;
	}

	.select-rows{
		display: inline-block;
    	width: auto;
    	margin-top: 20px;
	}

	.question-comment {
		padding-right: 0;
	}

	.left-area {
    	width: 100%;
    }

    .right-area {
    	width: 100%;
    }

    .pl-20 {
    	padding-left: 0;
    }

	.reserv-area .margin-botm-25{
		margin-bottom: 10px;
	}

	#attachment-file-area .form-control {
        width: 79%;
	}

	.month-date-rows{
		float: none;
	}

	.year-rows,
	.month-date-rows,
	.minutes-rows{
		margin-left: 0;
	}
		.five-question-sp-view {
		display: block;
	}
		.five-question-pc-view {
		display: none;
	}

	#ticketSelect {
		width: 90% !important;
	}
}

@media (max-width: 575px) {
    #calendar .fc-header-toolbar {
        display: block;
        margin-bottom: 13px;
    }

    #calendar h2.fc-toolbar-title {
        font-size: 20px;
        padding-top: 20px;
        text-align: center;
    }

    #calendar .fc-col-header {
        font-size: 10px;
    }

    #calendar .fc-col-header a {
        padding: 0;
    }

    .comp-msg, .cancel-msg {
        font-size: 1em;
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    .reserv-area .fc-toolbar .fc-center {
        display: block;
        clear: both;
    }

    .reserv-area .fc-toolbar .fc-center h2 {
        float: none;
        padding-top: 20px;
        font-size: 20px;
    }
}

@media screen and (max-width: 376px) {
    .five-question-radio {
        font-size: 11.5px;
    }

    .fc-view-container .fc-day-header {
        font-size: 11px;
    }
}

@media screen and (max-width: 321px){
	.w-85 {
    	width: 100%;
	}
}

@media screen and (max-width: 321px){
	.reservation-btn-area .backBtn{
		padding-left: 15px;
    	padding-right: 15px;
	}
}

input,
textarea {
	-webkit-text-fill-color: black;
	opacity: 1;
}

.main .dividing-equals-5{
	width: 15.5%;
	float: none;
	display: inline-block;
}

.premiumSupport-cancel-confirm-modal .modal-dialog,
.premiumSupport-cancel-complete-modal .modal-dialog,
.premiumSupport-cancel-limit-modal .modal-dialog {
	-webkit-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
	transform: translate(0,-25%);
	top: 30%;
	margin: 0 auto;
}

.premiumSupport-cancel-complete-modal .modal-dialog {
	width: 650px;
}

.premiumSupport-cancel-complete-modal .modal-title {
	font-size: 24px;
	text-align: center;
}

.premiumSupport-cancel-confirm-modal .modal-msg,
.premiumSupport-cancel-complete-modal .modal-msg,
.premiumSupport-cancel-limit-modal .modal-msg {
	padding: 0 20px;
	font-size: 16px;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 32px;
}

.premiumSupport-cancel-button-area,
.premiumSupport-cancel-complete-button-area,
.premiumSupport-cancel-limit-button-area {
	text-align: center;
	margin-top: 15px;
}

.premiumSupport-cancel-confirm-modal .btn.btn-primary.send,
.premiumSupport-cancel-complete-modal .btn.btn-primary.modal-close,
.premiumSupport-cancel-limit-modal .btn.btn-primary.modal-close {
	width: 150px;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background-color: #00B261;
	border-color: #00B261;
	font-weight: normal;
}

.premiumSupport-cancel-complete-modal .btn.btn-primary.modal-close,
.premiumSupport-cancel-limit-modal .btn.btn-primary.modal-close {
	margin-right: 0px;
}

.premiumSupport-cancel-confirm-modal .btn.btn-primary.cancel {
	color: #fff;
	background-color: #00B261;
	border-color: #00B261;
	width: 150px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width: 480px) {
	/** スマホ縦の場合、予約キャンセル確認モーダルのボタン幅を調整 **/
	.premiumSupport-cancel-confirm-modal .btn.btn-primary.send {
		width: 100px;
	}

	.premiumSupport-cancel-confirm-modal .btn.btn-primary.cancel {
		width: 100px;
	}
}

.reserv-area.init .form-group,
.reserv-area.comfirm .form-group {
    margin-bottom: 15px;
}

.year-rows select,
.month-date-rows select,
.minutes-rows select {
    display: inline-block;
    width: auto;
}

.fc .fc-button:focus,
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none !important;
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 0.6em;
    white-space: nowrap;
    cursor: pointer;
}

.fc .fc-button {
    padding: 0.4em 0.4em;
}

.fc .fc-today-button {
    padding: 0.4em 0.7em;
    line-height: 1.4em;
}

.fc .fc-button-primary {
    background-color: var(--fc-button-bg-color);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333 !important;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
}

.fc .fc-button .fc-icon {
    font-size: 1.5em;
    position: relative;
    top: -0.15em;
    margin: 0 0.2em;
    vertical-align: middle;
}

.fc a.fc-event:focus {
    outline: none;
}
