@charset "shift_jis";


/* Modal */
#modal_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
}
#modal_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
#modal_wrap_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: auto;
	margin: -25% 0 0 -30%;
	background: #FFF;
	opacity: 0;
	-webkit-box-shadow: 0px 1px 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 20px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 20px rgba(0,0,0,0.3);
	
}

/* Modal inner */
.modal_block {
	display: none;
	width: 100%;
	/*
	width: 60%;
	margin: 0 auto 4em auto;
	border:1px solid #ff0000;
	*/
	
	overflow: hidden;
}
.modal_body {
	position: relative;
	padding: 0 0 0 0;
	text-align: center;
}
	.modal_block h3 {
		background-color: #e9e9e9;
		padding: 0.8em 0;
		margin: 0 0 1.4em 0;
		font-size: 1.4em;
	}
	.modal_block .form_body {
	}

.modal_bt_box {
	width: 90%;
	margin: 0 auto;
}
.modal_bt_box a.btn {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
a.modal_close_icon {
	display: block;
	position: absolute;
	top: 1.2em;
	right: 1.2em;
	font-size: 1.1em;
	color: #333;
	width:1em;
	height:1em;
	background:transparent url(../images/icon_close.png) no-repeat 0 0%;
	background-size: 1em 1em;
}
a.modal_close_icon:hover {
	cursor: pointer;
	opacity: 0.7;
}

#modal_search_list {
}



@media only screen and (max-width: 768px) {
	.modal_block {
		width: auto !important;
	}
	#modal_wrap_inner {
		width: 100%;
		margin: -50% 0 0 -50%;
	}
	
	.modal_block {
		width: 100%;
	}
	.modal_block .form_body {
		padding: 0 10px;
	}
}








/* loader */
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #FFF;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.0) 42%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.0) 42%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.0) 42%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.0) 42%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.0) 42%);
  position: relative;
  -webkit-animation: loaderbox 1.4s infinite linear;
  animation: loaderbox 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes loaderbox {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loaderbox {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}







/* Form */

input[type="text"],
input[type="password"],
textarea {
  padding: inherit;
}

input.ime_active {
	ime-mode: active;
}
input.ime_inactive {
	ime-mode: disabled;
}



.btn {
	/*
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	*/
	font-size: 1.2em;
}
.btn i {
	padding-right: 0.2em;
	font-size: 1.2em;
	vertical-align: top;
}
.btn-blue {
  color: #fff;
  background-color: #168bb6;
  border-color: #168bb6;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #56A7CF;
  border-color: #56A7CF;
}
.btn-blue:hover {
  color: #fff;
	opacity: 0.8;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}




.form-group {
	margin-top: 20px;
}
#content_main input[type="text"],#content_main  input[type="password"],#content_main  textarea {padding: 5px 15px;}
#content_main label {
	margin-bottom: 1em;
}
.bg_gray{
	background: #f3f3f3;
}
.font-red{
	color: #b80610;
}
.font-line{
	background: linear-gradient(transparent 65%, #fed139 65%);
}
.font-size12{
	font-size: 120%;
}
.label-red, .label-gray {
	display: block;
	padding: 1px 10px 0 10px;
	float: right;
	font-size: 0.8em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.label-red {
	background-color: #dc0000;
	font-weight: bold;
	color: #fff;
}
.label-gray {
	background-color: #e9e9e9;
}
.form-group div:first-child, .mt-7 {
	padding-top: 7px;
}
label span {
	font-weight: normal;
	font-size: 0.9em;
}

.disabled label {
	color: #999;
}

.visible-xs-block{
	padding-left: 0;
	padding-right: 0;
	border: none;
}

a.btn{
	color: #fff !important;
	background: #7a7a7a !important;
	border: none !important;
	box-shadow: none !important;
}
@media only screen and (max-width: 768px) {
	a.btn{
		width: 100%;
		margin-top: 5px;
	}
}

button.g-btn {
	padding: 0;
}
.g-btn-cyan:link,
button.g-btn-cyan:visited,
button.g-btn-cyan:active,
.g-btn-fn:link,
button.g-btn-fn:visited,
button.g-btn-fn:active,
#content_main .btn:focus, 
#content_main .btn:hover,
.no-touchevents button.g-btn-cyan:hover,
.no-touchevents button.g-btn-fn:hover {
	color: #fff;
}

button.g-btn-cyan:active{background-color: #09c;
background: -webkit-linear-gradient(#09c, #168bb6);
background: linear-gradient(#09c, #168bb6);}


button.g-btn-cyan:before {
	content: none;
}
.g-link{
	color: #000;
}
.g-mt-70{
	margin-top: 70px;
}




/* form_input_2 */
#InputProductTextarea {
	height: 8em;
}
#InputYear, #InputMonth {
	float: left;
}






/* form_input_4_1 */
.calendar {
	display: none;
	width: 100%;
	max-width: 700px;
	margin: 5px auto 30px auto;
}
.calendar th{
	color: #666;
	text-align: center;
}
.calendar td{
	position: relative;
	text-align: center;
	text-align: center;
	padding: 0 0;
}

/*
.calendar td.calCell:first-child,
.calendar td.calCell:last-child {
	background: #f3f3f3;
}
*/

.cal_choice{
}
.cal_choice .month{
	width: 50%;
	margin: 5px 0;
}
.cal_choice .month a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	border-radius: 6px;
	text-align: center;
	background: #f3f3f3;
}
.cal_choice .month a:hover {
	text-decoration: none;
	background: #D7E9F0;
}
.cal_choice .month a:hover,
.cal_choice .month a:visited {
	color: inherit;
}


.calendar a,
.calendar span,
.calendar div {
	display: block;
	color: inherit;
	box-sizing: border-box;
	border-radius: 0%;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
}
.calendar a:hover {
	text-decoration: none;
}
.calendar a,
.calendar span {
	vertical-align: middle;
	margin: 0;
	/*
	padding: 0.9em 0 0 0;
	*/
	padding: 0.25em 0 0 0;
	width: 3.4em;
	height: 3.4em;
	font-weight: bold;
	text-decoration:none;
}

.calendar table {
	display: flex;
	justify-content: center;
}

.calendar td.calCell:first-child,
.calendar td.calCell:first-child span {
	color: #ED5757;
}

.calendar td.calCell:last-child,
.calendar td.calCell:last-child span {
	color: #0071BC;
}

.calendar td.calCell[holiday],
.calendar td.calCell[holiday] span {
	color: #ED5757;
}

.calendar a .date-mark:before {
	content: '◯';
	font-weight: 900;
	color: #169DE0;
}

.calendar span .date-mark:before {
	content: '×';
	font-weight: 900;
	color: #aaa;
}


.calendar div {
	margin: 0.3em auto; /*20210402 update*/
	padding: 0.3em 0 0 0.3em;
	line-height: 1.6em;
	text-align: center;
	width: 4em;
	height: 4em;
	font-size: 1.2em;
}


/* 選択不可 */
.calendar span {
	color: #aaa;
	background: transparent;
	border: 1px solid transparent;
	/* box-shadow: 0 0 0 3px transparent; */
}

/* 選択可能（非選択状態） */
.calendar a {
	background: transparent;
	border: 1px dashed #999;
	box-shadow: 0 0 0 3px transparent;
}
.calendar a:hover {
	background: #d5f6ff;
	border: 1px dashed #1d92b5;
	color: #1d92b5;
}

/* 選択可能（非選択状態／本日） */
.calendar .today div {
	background: #F6FAFD;
}
.calendar .today div a {
	border: 1px dashed #F0F6FA;
	/* color: ##F0F6FA;; */
}
.calendar .today div a:hover {
	color: #fff;
	background: #1d92b5;
}

.calendar .today div a:hover .date-mark:before {
	color: #fff !important;
}

/* 選択可能（選択状態） */
a.cal_day_select {
	color: #fff !important;
	background: #1d92b5;
	border: 1px solid #1d92b5;
}

a.cal_day_select .date-mark:before {
	color: #fff !important;
}

a.cal_day_select:hover {
	border: 1px solid #21a7cf !important;
	background-color: #21a7cf !important;
}

/* 選択可能（選択状態／本日） */
a.cal_day_today_select,
span.cal_day_today_select {
	color: #fff;
	background: #1d92b5;
	border-color: #5ccae0;
}


#calender_wrap, .date_wrap{
	width: 80%;
	max-width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

.date_wrap{
	width: 60%;
}

#calender_wrap.show_cal1 a#cal_bt1,
#calender_wrap.show_cal2 a#cal_bt2 {
	color: #fff;
	background: #1d92b5;
}
#calender_wrap.show_cal1 a#cal_bt1:hover,
#calender_wrap.show_cal2 a#cal_bt2:hover {
	background: #20A7CF;
}
#calender_wrap.show_cal1 #cal1,
#calender_wrap.show_cal2 #cal2 {
	display: table;
}




.datearea{
	margin: 20px 0 30px;
	padding: 30px;
	background: #f3f3f3;
}

.baloon_box {
	display: none;
	position: relative;
	padding: 30px;
	margin-bottom: 60px;
	border-radius: 6px;
}
.baloon_box.show {
	display: block;
}
.baloon_box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(243, 243, 243, 0);
	border-bottom-color: #f3f3f3;
	border-width: 30px;
	margin-left: -30px;
}



@media only screen and (max-width: 768px) {
	#calender_wrap {
		width: 100%;
	}
	.calendar {
		width: 100%;
		padding: 0;
	}
	.calendar div {
		font-size: 0.9em;
		/*
		width: 3em;
		height: 3em;
		*/
		width: 3.6em;
		height: 3.6em;
	}
	.calendar a,
	.calendar span {
		vertical-align: middle;
		margin: 0;
		/*
		padding: 0.3em 0 0 0;
		*/
		padding: 0em 0 0 0;

		/*
		width: 2.4em;
		height: 2.4em;
		*/
		width: 3em;
		height: 3em;

	}

	.date_wrap{
		width: 80%;
	}

}



/* form_input_4_2 */
.soufu{
	padding: 10px 20px 20px;
	margin-bottom: 30px;
}
.hikitori{
	margin: 50px 0 60px;
}

#soufu_img {
	background:transparent no-repeat url(../images/soufu.png) 50% 0%;
	background-size: auto 100%;
	margin: 0 0 1em 0;
	min-height: 120px;
}
#soufu_content {
	padding-bottom: 1em;
}

/* form_input_5 */
#ShowResult h2{
	box-sizing: border-box;
	padding: 12px;
	background-color: #e9e9e9;
	font-size: 1.4em;
}
#ShowResult .col-sm-9,
#ShowResult .col-sm-3,
#ShowResult .col-xs-12,
#ShowResult .col-xs-8,
#ShowResult .col-xs-7,
#ShowResult .col-xs-4,
#ShowResult .col-xs-5{
	padding: 0;
}
#ShowResult .g-btn-cyan:before {
	content: none;
}
#ShowResult .g-btn-cyan:after{
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\EA07";
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);}

.BorderBottom{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	background-color: #faa;
}
.g-hr_last{
	margin-bottom: 50px;
}
.agree{
	padding: 30px 0 30px;
	text-align: center;
	clear: both;
}
.agree label {
	text-align: center;
}
.agree span {
	vertical-align:middle;
}


@media only screen and (max-width: 768px) {
	.label-red, .label-gray {
		display: inline;
		float: none;
		padding: 3px 10px;
		vertical-align: top;
	}
}


/* form_input_6 */
.number{
	padding: 30px;
	margin-bottom: 30px;
}

/*
.input-group-addon{
	background: transparent;
	border: none;
}
*/

#eMailForm {
	overflow: hidden;
	text-align: center;
}
#eMailForm > * {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#email {
}

#receptionist_result {
}
#receptionist_result span {
	display: block;
	text-align: right;
}
#receptionist_result .font-red strong {
	display: block;
	font-size: 1.8em;
	vertical-align: middle;
	margin-top: -0.3em;
}

#receptionist_result dl {	
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	overflow: hidden;
}
#receptionist_result dt {
	/* float: left; */
	width: 12%;
}
#receptionist_result dd {
	/* float: right; */
	width: 87%;
}

.nmb_info_title {
	text-align: center;
}
.nmb_info_address {
	padding: 1em;
	background-color: #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 1px 12px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 12px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 12px rgba(0,0,0,0.1);
}
.nmb_info_address .nmb_info_title {
	font-weight: bold;
}
.nmb_info_address dl {
	width: 60%;
	margin: 0 auto;
}
.nmb_info_address dt {
	width: 20% !important;
	padding-right: 5%;
	text-align: right !important;
	
}
.nmb_info_address dd {
	width: 75% !important;
}


@media only screen and (max-width: 768px) {
	#InputEmail_form {
		text-align: left;
	}
	#InputEmail_form > * {
		margin-left: 0em;
	}
	#InputEmail_form label {
		display: block;
	}
	#InputEmail_form input {
		width: calc(100% - 6em);
		float: left;
	}
	#receptionist_result,
	#receptionist_result span {
		text-align: center;
	}
	
	#receptionist_result dt {
		text-align: center;
		width: 15%;
	}
	#receptionist_result dd {
		text-align: left;
		width: 85%;
	}
	.nmb_info_address {
		padding-left: 2em;
		border: none;
	}
	.nmb_info_address dl {
		width: auto;
	}
}

.autoUpdate {
	padding:3px 7px;
	background-color:#73B447;
	color:#FFF;
	font-weight:bold;
}

#ajax_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #000;
}

.i-alert-list {
	list-style: none;
	padding-left: 0;
}
.i-alert-list .i-alert-list__item {
	position: relative;
	padding-left: 1.4em;
}
.i-alert-list .i-alert-list__item::before {
	content: "!";
	font-size: 1em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1.2em;
	height: 1.1em;
	border-radius: 50%;
	background-color: #727272;
	color: #ffffff;
	position: absolute;
	left: 0em;
	top: 0.1em;
}