@charset "utf-8";

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}



/*-- 個別ページ --*/
#set_special_interval {
	height: calc(100% - 4rem - 100px);
	width: calc(100% - 4rem - 100px);
}

#set_special_interval header {
	justify-content: space-between;
}

#time_list {
	height: calc(100% - 100px);
	overflow: auto;
}

#set_special_interval li {
	line-height: 180%;
	padding: 5px 0;
}
/*-- 個別ページ end --*/


/*-- 個別ページ(プラン設定) --*/
#plan-target-date-list {
	justify-content: space-between;
	align-items: flex-start;
}

#plan-target-date-list .calendar-table {
	width: calc((100% - 20px) / 3);
	margin: 10px 0;
}
/*-- 個別ページ(プラン設定) end --*/


/*-- 個別ページ(枠設定) --*/
#search-wrapper #changeTargetPlan {
	margin-left: 0.5em;
}

#frame_list table {
	width: 100%;
}

#frame_list table th, #frame_list table td {
	padding: 5px 3px;
	border: 1px #cccccc solid;
}

#frame_list table th {
	background: #f2f2e5;
	text-align: center;
}

#frame_list table th.day_th {
	//width: 6em;
}

#frame_list table th.cp-2 {
	width: 47%;
}

.btn-frame {
	display: inline-block;
	background: #e9e9e9;
	color: #333333;
	border: 1px #999999 dotted;
	font-size: 94%;
	padding: 4px 3px;
	margin-right: 3px;
	margin-bottom: 2px;
}

.frame_status_1.btn-frame {
	background: #e00308;
	color: #FFFFFF;
	border: 1px #e00308 solid;
}

.btn-frame.is_normal {
	background: #0378b5;
	color: #FFFFFF;
	border: 1px #0378b5 solid;
}

span.btn-frame.frame_status_2 {
	background: #000000;
	color: #FFFFFF;
	border: 1px #000000 solid;
}

span.btn-frame.inactive {
	opacity: 0.5;
	text-decoration: line-through;
}

a.btn-frame:hover {
	background: #000000;
	color: #FFFFFF;
	border: 1px #000000 solid;
	box-shadow: none;
}

.select-plan-dialog {
	display: none;
}
/*-- 個別ページ(枠設定) end --*/


/*-- ゴルフ場別　予約状況 --*/
#reservation_status_calendar {
	margin-bottom: 15px;
}

#reservation_status {
	margin-bottom: 15px;
}


#plan-list {
	width: 100%;
}

#plan-list th, #plan-list td {
	text-align: center;
	padding: 5px 2px;
	line-height: 120%;
	border-left: 2px #FFF solid;
	border-right: 2px #FFF solid;
	font-size: 90%;
	vertical-align: middle;
}

#plan-list th {
	background: #f2f2e5;
}

#plan-list td {
	background: #f8f7f1;
	border: 2px #FFF solid;
}

#plan-list .category-name {
	background: #000000;
	color: #ffffff;
	text-align: left;
	padding: 13px 15px;
	color: #FFF;
	font-weight: bold;
	font-size: 112%;
}

#plan-list .plan-name {
	text-align: left;
	padding: 5px;
}

#plan-list .plan-price {
	padding: 0 5px;
	font-size: 112%;
	font-weight: bold;
	color: #F10000;
	text-align: right;
}
/*-- ゴルフ場別　予約状況 end --*/


/*-- ゴルフ場別　プラン詳細 --*/
#plan-details {
	border: 1px #ece1ce solid;
	margin-bottom: 15px;
}

#plan-details table {
	width: 100%;
	border: 1px #ece1ce solid;
}

#plan-details table th, #plan-details table td {
	padding: 10px 6px;
	text-align: center;
	border: 5px solid #ffffff;
	border-radius: 10px;
}

#plan-details table th {
	background: #f7f3dc;
}

#plan-details table td {
	background: #fefcef;
	text-align: left;
	vertical-align: middle;
}

#select_day {
	padding: 10px;
	text-align: center;
	font-size: 142%;
	border: 3px #f7f3dc solid;
	border-radius: 15px;
}

#select_frame {
	margin-bottom: 15px;
}

#select_frame table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}

#select_frame table th, #select_frame table td {
	padding: 7px 8px;
	text-align: center;
	border-radius: 2px;
}

#select_frame table thead th {
	background: #f7f3dc;
	border: 1px solid #f7f3dc;
}

#select_frame table tbody td, #select_frame table tbody th {
	border: 1px solid #f7f3dc;
}

#select_frame table tbody tr:hover {
	background: #f7f3dc;
}

#select_frame input[type="checkbox"] + label::before {
	content: "\f111";
	color: #ee0000;
}

#select_frame input[type=checkbox]:checked + label:before {
	content: "\f058";
}

#select_request {
	padding: 10px;
	text-align: center;
	border: 3px #f7f3dc solid;
	border-radius: 15px;
}

#select_request h2 {
	text-align: center;
	font-size: 130%;
}
/*-- ゴルフ場別　プラン詳細 end --*/


/*-- ゴルフ場別　ログイン --*/
#resetting {
	border: 5px solid #f7f3dc;
	padding: 10px;
	border-radius: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#resetting li {
	justify-content: space-between;
	margin-bottom: 15px;
}

#resetting .title {
	font-size: 142%;
	color: #ff0000;
	font-weight: bold;
}

#resetting .btn {
	width: 12em;
}
/*-- ゴルフ場別　ログイン end --*/



/*-- ゴルフ場別　新規登録 --*/
.message-box {
	border: 5px solid #f7f3dc;
	padding: 10px;
	border-radius: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.message-box .title {
	font-size: 142%;
	color: #ff0000;
	font-weight: bold;
}

/*-- ゴルフ場別　ログイン end --*/
body {
	color: #111111;
	box-sizing: border-box;
}

.wrapper {
	line-height: 180%;
}

.wrapper header {
	background-color: transparent;
	color: #380c00;
	border-top: 3px solid #366b02;
	border-bottom: 3px solid #366b02;
	margin-bottom: 30px;
}

.wrapper h2 {
	width: 100%;background: #ebe6d9;
	color: #111111;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.content {
	margin-bottom: 30px;
}

#search-wrapper {
	border: 1px #CCCCCC solid;
	padding: 15px;
	margin-bottom: 30px;
}

#search-wrapper > header {
	display: flex;
	justify-content: flex-start;
}

#search-wrapper header h1 {
	color: #F00;
	font-size: 1.5em;
	margin-right: 30px;
}

#search-wrapper header h1 .ttl {
	font-size: 0.5em;
	color: #111111;
	margin-right: 15px;
	
}

.frame_status_0 {
	//background: #000000;
}

.search-box {
	margin-bottom: 15px;
}

#search-display-switch li {
	margin: 0 15px;
}

#search-period {
	font-size: 0.8em;
}

#search-period .ttl {
}

#search-period li {
	margin: 0 15px;
	
}

.ui-widget.ui-widget-content {
	//top: 50%!important;
}

#ledger-search {
	margin-bottom: 30px;
	//padding: 30px 450px;
	background: #f3f3f3;
}

#ledger-search > form {
	max-width: 640px;
	margin: 0 auto;
	padding: 48px 0;
}

#ledger-search .list-table th, #ledger-search .list-table td {
	padding: 5px;
}

.list-table tr.inactive {
	background: #f0f0f0;
	opacity: 0.6;
}

.content {
	margin-bottom: 30px;
}

#plan-detail-list tbody td {
	text-align: left;
	padding: 10px 15px;
}

.reserve_status_message {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding: 15px;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
}

#reserved-wrapper .content {
	justify-content: space-between;
	align-items: flex-start;
}

#reserved-wrapper .content .left {
	width: 70%;
}

#reserved-wrapper .content .right {
	width: 29%;
}

#reserved-action-nav li {
	margin-bottom: 15px;
}

#reserved-wrapper td .ttl {
	margin-right: 1em;
	width: 6em;
	text-align: right;
}

#reserved-wrapper td {
	text-align: left;
	padding: 5px 15px;
}

#reserved-wrapper td.edit {
	text-align: center;
}

#player-list thead th {
	border: none;
	text-align: center;
}

#player-list tbody td {
	text-align: center;
}

.page-message, .page_message {
	background: #ff0000;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	font-size: 1.2em;
	margin-bottom: 30px;
}





#select-face-icon {
	display: none;
	width: 95%;
	height: 98vh;
	overflow: auto;
	background: #fff;
}

#select-face-icon header {
	justify-content: space-between;
}

#select-face-icon .title {
	text-align: center;
	background: #1c83c7;
	color: #ffffff;
	font-size: 2em;
	line-height: 100%;
	padding: 10px 0;
	border-radius: 5px;
}

#select-face-icon .title:last-of-type {
	background: #e74186;
}

.radio-select {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.radio-select li {
	position: relative;
}
/* input は隠す */
.radio-select input {
	display: none;
}
/* labelはz-index1 で上に持ってくる */
.radio-select label {
	display: block;
	width: 130px;
	height: 130px;
	margin: 0;
	position: relative;
	z-index: 1;
}
/* labelの下に表示させる要素のスタイルを position absolute で指定 */
.radio-select .choice-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	box-sizing: border-box;
	transition: .4s;
}
/* font-awsome のアイコンを使用しています。画像などなんでも良いと思います。*/
.radio-select img {
	transition: .4s;
	width: 100%;
}
/* マウスオーバー時のスタイル */
.radio-select label:hover {
  cursor: pointer;
}
.radio-select input[type="radio"]:checked + label + .choice-btn img,
.radio-select li:hover img {
	transform: scale(1.1);
}
/* 選択時のスタイル（要素毎に色を替えています） */
.radio-select li:nth-child(1) input[type="radio"]:checked + label + .choice-btn {
	background: #FBFFB9;
}
.radio-select li:nth-child(2) input[type="radio"]:checked + label + .choice-btn {
	background: #D3F8E2;
}
.radio-select li:nth-child(3) input[type="radio"]:checked + label + .choice-btn {
	background: #EEC0C6;
}
.radio-select li:nth-child(4) input[type="radio"]:checked + label + .choice-btn {
	background: #BCC4DB;
}
.radio-select input[type="radio"]:checked + label + .choice-btn + p {
	opacity: 1;
}




.icon_img {
	width: 240px;
	display: block;
}

.icon_img img {
	width: 100%;
}

.form-block .fieldset .guide {
	text-align: right;
	padding: 0 15px;
	font-size: 0.8em;
	color: #ff0000;
	line-height: 100%;
}




#target-nav {
	width: 100%;
	justify-content: space-around;
	margin-bottom: 30px;
}

#target-nav li {
	width: calc(100% /3 - 60px);
}


.month_nav {
	width: 100%;
	justify-content: space-around;
	margin-bottom: 30px;
	font-size: 2em;
}

.month_nav .prev, .month_nav .next {
	font-size: 0.8em;
}


#start_frame th, #start_frame td {
	padding: 0 3px;
}

#start_frame .fieldset {
	margin-bottom: 0;
}


.list-course th {
	width: 20%;
}


.complete-row {
	background: rgba(255, 0, 0, 0.5);
}

.is_standby {
	display: block;
	background: #ff0000;
	color: #ffffff;
	text-align: center;
}


.select-plan-dialog li {
	line-height: 200%;
}

.fa-phone-square {
	margin-right: 0.5em;
	color: #366b02;
}

.form-sub-block {
	margin-bottom: 30px;
}
/*-- 後で整理 --*/