@charset "Shift_JIS";

/*---------------------------------------------------
common
-----------------------------------------------------*/

html {font-size: 62.5%;}
body {
	font-family: "Helvetica","Arial","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","MS PGothic",sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	color:#333;
}


/*---------------------------------------------------
link
-----------------------------------------------------*/

a:link,a:visited {
	color: #005bac;
	text-decoration: none;
}
a:hover, a:active {
	color: #005bac;
	text-decoration: underline;
}

/*---------------------------------------------------
btn
-----------------------------------------------------*/
.btn-wrapper {
	text-align: center;
	margin:30px 0;
}
.btn {
	border-radius: 3px;
	display: block;
	white-space: normal;
	width: 100%;
}
.btn:active,
.btn:focus {
	background-image: none;
	box-shadow: none;
}

.btn.btn-apply {
	background-color: #1e90ff;
	color: #fff;
}
.btn.btn-reset {
	background-color: #f5f5f5;
	color: #333;
	border:1px solid #ddd;
}
.btn.btn-normal {
	background-color: #800;
	color: #fff;
}
.btn.btn-simple {
	background-color: #fff;
	color: #800;
	border:1px solid #800;
}
.btn.btn-zip {
	background-color: #fff;
	color: #800;
	border:1px solid #800;
}
.btn.btn-upload {
	background-color: #800;
	color: #fff;
}
.btn.btn-delete{
	background-color: rgb(185, 3, 3);
	color: #fff;
}
/* TODO 会員メニューにNEWマークを表示する場合にコメントアウトを外してください。
.btn.btn-new{
    background-image:url(../img/new.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
*/

@media (min-width: 768px) {

	.btn {
		/* display: inline-block; */
		display: inline-block;
		width:auto;
	}

	.btn.btn-same-wdth{
		width: 200px;;
		height: 200px;
		border-radius: 2ch;
		margin-right: 1rem;
	}
	.kaiin-menu-btn{
		display: flex;
		flex-wrap: wrap;
		max-width: 98%;
		justify-content: center;
	}
}

.vertical-middle{
	vertical-align: middle !important;
}


/*---------------------------------------------------
title,parts
-----------------------------------------------------*/
.head-A {
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #e94709;
	font-size: 2.8rem;
	margin-bottom: 20px;
	padding: 0.3em 0.5em;
}

.head-C {
	background: #fff none repeat scroll 0 0;
	border-bottom: 2px solid #e94709;
	border-left: 10px solid #e94709;
	color: #e94709;
	font-size: 2rem;
	font-weight: bold;
	padding: 3px 6px;
	margin-top:50px;
	margin-bottom: 10px;
}

.item-ttl {
	border-bottom: 1px dotted #ddd;
	border-left: 3px solid #999;
	color: #333;
	font-weight: bold;
	margin-top: 30px;
	padding: 12px;
}

.item-ttl_lg {
	background: #fff none repeat scroll 0 0;
	border-bottom: 2px solid #e94709;
	border-left: 10px solid #e94709;
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	padding: 5px 6px;
	margin-top:50px;
	margin-bottom: 20px;
}

/* parts
-----------------------------------------------------*/

.txt-block {
	display:inline-block;
}
.link-pagetop {
	text-align: right;
	margin-top:10px;
}

a.btn-link-pagetop {
	color: #800;
	font-size: 1.4rem;
	position: relative;
	display: inline-block;
	padding: 0 16px 0 0;
	vertical-align: middle;
	text-decoration: none;
}

a.btn-link-pagetop::before,
a.btn-link-pagetop::after{
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
content: "";
vertical-align: middle;
}
a.btn-link-pagetop::before{
width: 13px;
height: 13px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #800;
}
a.btn-link-pagetop::after{
right: 4px;
width: 5px;
height: 5px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.txt-exp {
	color: #999;
	display: block;
	font-size: 0.9em;
}
.form-help {
	margin-bottom:0;
	margin-top:10px;
}
.head-C-directlyunder {
	margin-top:30px;
}



/*---------------------------------------------------
form
-----------------------------------------------------*/
label {font-weight: normal;}
fieldset {
	margin-top:50px;
}
input.form-control, select.form-control {
	margin: 0 0 6px;
}
.form-group {
	margin-bottom: 0;
}
.form-group-lg .form-control,
.form-control {
	border-radius: 22.5px;
	font-size: 1.6rem;
}
.form-control:focus {
	border-color: #cc0000;
	box-shadow: none;
	outline: 0 none;
}
input.form-control[readonly] {
	border: 0px;
	box-shadow: none;
	outline: 0 none;
}
textarea.form-control[readonly] {
	border-radius: 3px;
	font-size: 0.8em;
	color: #000;
}
.radio-container {
	border: 1px solid #ddd;
	padding: 10px 26px;
}
.radio-block{
	position: relative;
	display: block;
	font-weight: 400;
	cursor: pointer;
	margin-top: 0;
    margin-left: 10px
}
.radio-block-text{
	margin-left: 10px;
}
select.form-control{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal!important;
}
input.form-control-short{
	display: inline-flex;
	width: 7rem;
}
.slash{
	font-size: 20px;
	margin: 0 3px;
}
/*---------------------------------------------------
require
-----------------------------------------------------*/
.label-required {
	background-color: #e94709;
	margin-right: 0.5em;
	padding: 0.2em 0.6em 0.1em;
}
.label-optional {
	background-color: #999;
	margin-right: 0.5em;
	padding: 0.2em 0.6em 0.1em;
}
.label-shogakusei {
	background-color: #90c000;
	margin-right: 0.5em;
	padding: 0.2em 0.6em 0.1em;
}
.label-kodomo {
	background-color: #e0a000;
	margin-right: 0.5em;
	padding: 0.2em 0.6em 0.1em;
}

.label-rental-item-ticket_price_less {
	display: inline;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	border-radius: .25em;
	background-color: #009921;
	margin-right: 0.5em;
	padding: 0.4em 0.6em 0.2em;
}
.label-rental-item-ticket {
	display: inline;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	border-radius: .25em;
	background-color: #e94709;
	margin-right: 0.5em;
	padding: 0.4em 0.6em 0.2em;
}

.label-rental-item-ticket-highend {
    color: #ffffff;
    background-color: #000000;
	border-radius: .25em;
	padding: 0.2em 0.3em 0.1em;
}

.icon-require::before {
	background-color: #cc0000;
	border-radius: 3px;
	color: #fff;
	content: "必須";
	margin-right: 0.3em;
	padding: 0 0.2em;
	font-size: 0.9em;
}
.icon-optional::before {
	background-color: #ddd;
	border-radius: 3px;
	color: #888;
	content: "任意";
	margin-right: 0.3em;
	padding: 0 0.2em;
	font-size: 0.9em;
}
.input-dllist .item-ttl-require,
.item-ttl-require {
/*	background-color: #fce8ec;
	color:#ac3b73;*/
}

.item-ttl-optional {
	background-color: #efefef;
	color:#333;
}


/* errormsg */
.error-msg {
	background-color: #e94709;
	border-radius: 3px;
	color: #fff;
	padding: 6px;
	position: relative;
}
.error-msg::before {
	border: 1px solid #fff;
	border-radius: 10px;
	content: "!";
	display: inline-block;
	height: 21px;
	margin: 3px 6px;
	width: 21px;
	text-align: center;
}
.error-msg::after {
	background-color: #e94709;
	border: 3px solid #e94709;
	content: "";
	width: 12px;
	height: 12px;
	left: 10%;
	position: absolute;
	top: -6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}
.error-msg-box {
	background-color: #e94709;
	border-radius: 3px;
	color: #fff;
	padding: 3px 6px 3px 0;
	position: relative;
}
.error-msg-box::before {
	border: 1px solid #fff;
	border-radius: 10px;
	content: "!";
	display: inline-block;
	height: 21px;
	margin: 3px 6px;
	width: 21px;
	text-align: center;
}
.errorsys-msg {color:#ff0000;}

.errorsys-container {
	background-color: #ffeeee;
	color: #ff0000;
	margin-bottom: 20px;
	padding: 16px 16px 16px 32px;
}
.errorsys-container li {
	line-height: 1.3;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
.errorsys-container-individual {
	color: #c00;
	margin: 0;
	padding: 6px 0;
}
.errorsys-container-individual li {
	line-height: 1.3;
	font-size: 0.8em;
	margin-bottom: 0.5em;
	list-style-type: none;
}
.errorsys-container-individual li::before {
	background-color: #c00;
	border-radius: 0.5em;
	color: #fff;
	content: "!";
	display: inline-block;
	height: 1em;
	line-height: 1;
	margin-right: 0.2em;
	text-align: center;
	width: 1em;
}
.documentcheck li .errorsys-container-individual {border-top:1px solid #ddd;}
.documentcheck li:last-child .errorsys-container-individual {border-top:0px solid #ddd;}


/* maildomain error */
.emailsuggestion-domain {
	color: #c00;
	font-weight: bold;
}

/*---------------------------------------------------
 header
-----------------------------------------------------*/
.logo_inaskifanclub {
	margin: 10px 0 0 -3px;
	background-color: #1e90ff;
}
.inasuki-logo-4c-w {
	width: 153px;
	height: 40px;
}
/*---------------------------------------------------
 footer
-----------------------------------------------------*/

.container {
	min-height: calc(100vh - 15em);
}
footer {
	border-top: 1px solid #ddd;
	font-size: 1.2rem;
	height: 12em;
	padding: 20px 0;
	margin-top: 3em;
}
header .container,
footer .container {
	min-height: auto;
}

/*---------------------------------------------------
contents
-----------------------------------------------------*/

.input-dllist {
}
.input-dllist > dt,.input-dllist > dd {
	padding:12px;
}
.input-dllist > dt {
	background-color: #f5f5f5;
	font-weight: normal;
}


@media (min-width: 768px) {
	.input-dllist {
		-js-display: flex;
		display:-webkit-flex;
		display:flex;
		-js-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top:1px solid #ddd;
	}
	.input-dllist > dt,.input-dllist > dd {
		border-bottom:1px solid #ddd;
	}
	.input-dllist > dt {
		width:30%;
	}
	.input-dllist > dd {
		width:70%;
	}
	.input-dllist.input-dllist-name > dd {
		width:35%;
	}
	.input-dllist.input-dllist-three > dd{
		width: 33%;
	}
	.input-dllist.input-dllist-half > dt{
		width: 15%;
	}
	.input-dllist.input-dllist-half > dd{
		width: 35%;
	}
}




/* 番号入力エリア
-----------------------------------------------------*/
.select-birth {
	-js-display: flex;
	display:-webkit-flex;
	display:flex;
	-js-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.select-birth select {
	display: inline-block;
	width:auto;
	-js-flex-grow:1;
	-webkit-flex-grow:1;
	flex-grow:1;
}
.select-birth select.select-birth-y {
	width:80%;
}
.select-birth-txt {
	padding:0.5em 1em 0.5em 0.5em;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.select-zip {
	-js-display: flex;
	display:-webkit-flex;
	display:flex;
	-js-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
.select-zip input[type="text"] {
	display: inline-block;
	width: auto;
	-js-flex-grow:1;
	-webkit-flex-grow:1;
	flex-grow:1;
}
.select-zip-txt {
	padding:0.5em;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.select-zip .txt-exp {
	width:100%;
}
.select-zip-btn-wrapper {width:100%;}

.select-tel {
	-js-display: flex;
	display:-webkit-flex;
	display:flex;
}
.select-tel input[type="text"] {
	display: inline-block;
	width: 25%;
	-js-flex-grow:1;
	-webkit-flex-grow:1;
	flex-grow:1;
}
.select-tel-txt {
	padding:0.5em;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

@media (min-width: 500px) {
	.select-birth {
		-js-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.select-birth select.select-birth-y {
		width:auto;
	}
}

@media (min-width: 768px) {

	.select-zip {width:60%;}
	.select-zip-wrapper {
		-js-display: flex;
		display:-webkit-flex;
		display:flex;
		-js-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.select-zip-btn-wrapper {
		margin-left: 3%;
		width: 37%;
	}
	.btn.btn-zip {
		margin-top:0;
		line-height: 1.1;
		height:46px;
	}
}

/* email判定
-----------------------------------------------------*/

.emailsuggestion {
	background-color: #f9f9f9;
	border-radius: 3px;
	display: none;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
}


/*---------------------------------------------------
 uploaderError
-----------------------------------------------------*/

.uploaderror-message {
	background-color: #fee;
	margin-top: 30px;
	padding: 12px 16px;
}
/*---------------------------------------------------
 fanclub会員登録
-----------------------------------------------------*/
@media screen and (min-width: 768px){

	.inputfield-margin {
		margin-top: 10px;
	}
}

.link-inaskifanclub {
  display: inline-block;
  padding: 0.1em 0.3em;
  transition: all 0.3s;
  font-size: large;
  margin: 10px 5px;
}

video{
	width:480px;
	position:absolute;
}

canvas{
	position: relative;
}

/*---------------------------------------------------
 card
-----------------------------------------------------*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

/*---------------------------------------------------
 text
-----------------------------------------------------*/
.text-body {
	color: #212529 !important;
  }

.form_no_margin{
	margin-block-end: 0;
}

/*---------------------------------------------------
 calendar
-----------------------------------------------------*/
.calendar-flex{
	display: flex;
	justify-content: center;
	height: 30px;
	vertical-align: middle;
}

.maru-batsu-font{
	font-size: x-large;
}

.kinigaku-font{
	margin-bottom: 20px;
    font-weight: 300;
	line-height: 1.4;
	margin-top: 6px;
}

.m-calendar-cell-content{
	margin: 6px 3px;
}

.display-flex{
	display: flex;
}
.calendar-cell-hight{
	line-height: 140%;
}
/*---------------------------------------------------
 kenbaiin
-----------------------------------------------------*/
.kenbaiin-text-area{
	width: 60px;
	text-align: center;
	font-size: 100px;
}
.kenbai-maru{
	color: #1e90ff;
}

.kenbai-batsu{
	color: red;
}

.kenbai-hyphen{
	color: #000000;
}

.kenbai-henkin {
	font-size: 30px;
	color: #e94709;
	text-align: center;
}

.kenbai-msg{
	font-size: 20px;
	text-align: center;
	display: table-cell;
}

.kenbai-kaisuu-text{
	font-size: 25px;
}

.kenbai-yomitori-error-msg{
	color: red	;
	font-size: 30px;
}

.max_kazokusuu{
	font-size: 20px;
	color: #e94709;
	text-align: center;
}

.kenbaiin-kyouchou-moji_black{
	color: #000000; 
	font-weight: 600;
}

.kenbaiin-kyouchou-moji_blue{
	color: #1e90ff; 
	font-weight: 600;
}

.kenbaiin-kyouchou-moji{
	/* color: #1e90ff	; */
	/* color: #e0a000	; */
	color: #e94709;
	font-weight: 600;
}


.kenbaiin-kyouchou-moji-grean{
	/* color: #1e90ff	; */
	/* color: #e0a000	; */
	color: #009921;
	font-weight: 600;
}
/*---------------------------------------------------
 共通
-----------------------------------------------------*/
.migiyose{
	float: right;
}
.text-bold{
	font-weight: bold;
}
.border-less{
	border: 0;
}
.table-little-padding>tbody>tr>td, .table-little-padding>tbody>tr>th, .table-little-padding>tfoot>tr>td, .table-little-padding>tfoot>tr>th, .table-little-padding>thead>tr>td, .table-little-padding>thead>tr>th{
	padding: 4px !important;
}
@media (max-width: 769px) {
	.sp-width-30{
		width: 30%;
	}
	.sp-width-20{
		width: 20%;
	}
	.sp-oya-youso-same-width{
		width: 100%;
	}
	.sp-only-block{
		display: block;
	}
}

/*---------------------------------------------------
 kashidashiin
-----------------------------------------------------*/
.kashidashiin-container{
	width : 98%;
	margin: 0 1%;
}
.input-dllist.input-dllist-kashidashiin{
	text-overflow: ellipsis;
	overflow:  hidden;
	white-space: nowrap;
}
.input-dllist.input-dllist-kashidashiin > dt,.input-dllist.input-dllist-kashidashiin > dd{
	border-style: none;
}
.kashidashiin-main-account{
	width: 32%;
}
.kashidashiin-sub-account{
	width: 22%;
}
.kashidashiin-jimushoyou-bangou{
	border: 1px solid;
	padding: 0.5rem;
}

/*---------------------------------------------------
 rental-reserve
-----------------------------------------------------*/
.kahen-koumoku{
	width: 100%;
	border-top: 0ch
}

.oya-youso-same-width{
	width: 100% !important;
}

.rental-otona-standard{
	display:none;
}

.rental-otona-jizen-standard{
	display:none;
}

.rental-kodomo-standard{
	display:none;
}

.rental-kodomo-jizen-standard{
	display:none;
}

.rental-otona-choutatsu2021{
	display:none;
}

.rental-otona-jizen-choutatsu2021{
	display:none;
}

.rental-kodomo-choutatsu2021{
	display:none;
}

.rental-kodomo-jizen-choutatsu2021{
	display:none;
}

.wear-otona{
}

.wear-jizen-otona{
	display:none;
}

.wear-kodomo{
	display:none
}

.wear-jizen-kodomo{
	display:none
}

@media (min-width: 768px) {
	.input-dllist-kakomi{
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
}

@media (max-width: 768px) {
	.btn-tatenarabi-margin-bottom{
		margin-bottom: 10px;
	}
}

.position-absolute-middle{
	/*要素の高さを中央にする：親要素にposition:rerativeを指定すること*/
	position: absolute;
	top: 50%;
  	-webkit-transform : translateY(-50%);
  	transform : translateY(-50%);
}

.little-margin-container{
	width : 90%;
	margin: 0 5%;
}

.border-bottom-solid{
	border-bottom: 1px solid #ddd;
	margin-bottom: 1px;
}

.table-head{
	background-color: #ddd;
}

.txt-block-white {
	border-radius: 3px;
	display:inline-block;
	margin: 4px;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #ffffff;
}

.txt-block-green {
	border-radius: 3px;
	display:inline-block;
	margin: 4px;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #ccffcc;
}

.txt-block-yellow {
	border-radius: 3px;
	display:inline-block;
	margin: 4px;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #ffff00;
}


.rental_lg{
	width: 19%;
}
.rental_mid{
	width: 12%;
}

.yoyaku_sm{
	font-size : 0.9em;
/*	width: 18%;*/
}

.yoyaku_lg{
	font-size : 0.9em;
/*	width: 28%;*/
}

.footerWithBanner{
	display: inline;
	margin-top: 10px;
}

.kashidashi_lg{
	width: 130px;
}

.kashidashi_mid{
	width: 100px;
}

.kashidashi_mid_sm{
	width: 48px;
}

.kashidashi_sm{
	width: 8px;
}

.kashidashi_check{
	width: 56px;
}

.kashidashi_font{
	font-size:14px;
}


.kashidashi_input_lg{
	/* border: 0; */
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: solid #bbb 1px;
	width: 100%;
}

.kashidashi_header{
	text-align:center;
	margin-bottom: 0;
}

.kashidashi_input{
	/* border: 0; */
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: solid #bbb 1px;
}

.kashidashi_select{
	margin-top: 5px;
}

.kashidashi_title{
	margin-top:10px;
}

.kashidashi_table{
	margin-bottom: 0;
}

.kashidashi_th_sm{
	width: 8%;
}

.kashidashi_th_mid{
	width: 22%;
}
.disable_button{
	background-color:darkGray;
}

/*ゲレコン表示*/
.gerecon_match_name{
	margin: 20px 0 10px 0.5rem;
}
.gerecon_heart_title{
	margin: 20px 0 0 0;
}

.zaiko_font{
	color: #696969;
	font-size: 13px;
}

.x_small{
	font-size: 70%;
}

.select-ninzuu {
 	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.select-ninzuu select {
	display: inline-block;
	width:auto;
	-js-flex-grow:1;
	-webkit-flex-grow:1;
	flex-grow:1;
}
.select-ninzuu select {
	display: inline-block;
	width:auto;
	-js-flex-grow:1;
	-webkit-flex-grow:1;
	flex-grow:1;
}

.select-ninzuu-txt {
	padding:0.5em 1em 0.5em 0.5em;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.select-ninzuu-lg{
	width: 100%;
}
.select-ninzuu-min{
	width: 57%;
}

.text-block {
	display: block;
}

.yoyaku_th_sm{
	width: 7%;
}

.inaski_strong_color { color:#e94709; }

/* アクティブなタブのボタンのスタイル */
.nav-tabs .nav-link.active {
	border-radius: 3px;
	background-color: #1e90ff;
	color: #fff;
    border-color: #1e90ff; /* アクティブなタブの境界線色 */
}

/* 非アクティブなタブのボタンのスタイル */
.nav-tabs .nav-link {
	border-radius: 3px;
    background-color: #f8f9fa; /* 非アクティブなタブの背景色 */
    color: #212529; /* 非アクティブなタブのテキスト色 */
    border-color: #dee2e6; /* タブのボタンの境界線色 */
}

/* 無効なタブのボタンのスタイル */
.nav-tabs .nav-link.disabled {
	border-radius: 3px;
    opacity: 0.65; /* 無効なタブの不透明度 */
    pointer-events: none; /* 無効なタブをクリック不可にする */
    cursor: not-allowed; /* 無効なタブのマウスカーソル */
}