@charset "utf-8";
/* CSS Document */

p {
	line-height:1.5em;
}

h1 {
	font-size:24px;
	color: var(--text-color1);
	font-weight:600;
	padding:15px 0;
}
h1 span {
	font-size:14px;
}
h1 a.btn2 {
	margin-left:20px;
	font-size:14px !important;
	vertical-align:middle;
}
h2 {
	font-size:18px;
	color: var(--text-color1);
	font-weight:bold;
	margin:25px 0 10px;
	
}
h3 {
	font-size:16px;
	color: var(--text-color1);
	font-weight:bold;
	padding:4px 0;
	margin:20px 0 10px;
}
@media screen and (max-width: 700px) {
	h1 {
		font-size:22px;
		padding:10px 0;
	}
	h2 {
		font-size:17px;
		margin:20px 0 10px;
	}
	h3 {
		font-size:15px;
		margin:15px 0 10px;
	}
}


label {display:inline-block;}

.btn1 {
	position:absolute;
	right:0;
	top:8px;
	padding:3px 8px;
	border-radius:3px;
	background-color:var(--link-color);
	color:#FFF;
	text-decoration:none;
}

.table01 {
	border-collapse:collapse;
	width:100%;
}
.table01 tr.jyoutai0 td {
	color: #9a9a9a !important;
	background-color: #fff0f0 !important;
}
.table01 tr.jyoutai0 td a {
	opacity: 0.5;
}
.table01 tr th {
	padding:8px 4px;
	border-top:solid 1px #808080;
	border-bottom:solid 1px #cbcbcb;
	line-height:1.2em;
	font-size:12px;
	color:#111;
}
.table01 tr td {
	padding:8px 4px;
	border-top:solid 1px #808080;
	border-bottom:solid 1px #cbcbcb;
	line-height:1.7em;
	font-size:13px;
	color:#111;
	vertical-align:middle;
}
.master .table01 tr th,
.master .table01 tr td {
	background-color: #fff9f9;
	border-color: #ffaaaa;
}

.table01 tr td span.link {
	margin-left:10px;
}
.table01 tr td span.link a {
	font-size:10px;
	color:#F00;
}
.table01 tr:nth-child(2n) td {
	background-color:#f8f8f8;
}
.master .table01 tr:nth-child(2n) td {
	background-color: #fff3f3;
}

.table01 tr td p {
	font-size:90%;
	color:#033;
	font-weight:normal;
}
.table01 tr td p.p_wait {
	font-size:80%;
	color:#666;
}
.table01 tr td i {
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:50%;
	vertical-align:middle;
}
.table01 tr td i.no {
	background-color:#C5BEBE;
}
.table01 tr td i.red {
	background-color:#EB433A;
}
.table01 tr td i.green {
	background-color:#91C353;
}
	
.td_tag input {
	border:solid 1px #CCCCCC;
	background-color:#efefef;
	color:#666;
	font-size:12px;
}



.table02 {
	border-collapse:collapse;
	width:100%;
}
.table02 tr th {
	padding:8px 8px;
	border-left:solid 1px #cbcbcb;
	border-right:solid 1px #cbcbcb;
	line-height:1.2em;
	font-size:12px;
	color:#333;
	text-align:left;
	font-weight:normal;
}
.table02 tr td {
	padding:8px 8px;
	border-left:solid 1px #cbcbcb;
	border-right:solid 1px #cbcbcb;
	line-height:1.2em;
	font-size:30px;
	color:#333;
	vertical-align:middle;
	text-align:right;
	color:#8784c6;
}

.p01 {
	font-size:16px;
	padding:10px 0;
}

.btn_box {
	padding:30px 0;
	text-align:center;
}

.p_err {
	padding:50px 50px;
	background-color:#F66;
	border-radius:10px;
	color:#fff;
	font-size:24px;
}
.p_err a {
	color:#fdd;
	font-size:24px;
}
.p_warning {
	padding:50px 50px;
	background-color:#F63;
	border-radius:10px;
	color:#fff;
	font-size:24px;
}
.p_warning a {
	color:#fdc;
	font-size:24px;
}
.p_ok {
	padding:50px 50px;
	background-color:#09F;
	border-radius:10px;
	color:#FFF;
	font-size:24px;
}
.p_ok a {
	color:#bef;
	font-size:24px;
}



.paging_area {
    margin: 20px 0px;
    padding: 0 15px;
}
.paging_area p {
    text-align: left;
    color: #8b8b8b;
    font-size: 90%;
    line-height: 1.3em;
    padding-bottom: 5px;
}
.paging_area ul {
    display: block;
    list-style: none;
    width: 100%;
    margin: 0px auto;
	padding:0px;
    text-align: left;
}
.paging_area ul li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
    text-align: center;
	
}
.paging_area ul li a {
	display:block;
	background-color:#e5e5e5;
	border:solid 1px #c5c5c5;
	width:42px;
	height:36px;
	line-height:36px;
	border-radius:10px;
	text-decoration:none;
	color:#595959;
}
.paging_area ul li.current a {
	background-color:#c5c5c5;
}


.checkbox01 {
	height:18px;
	margin:0;
}
.checkbox01 input[type="checkbox"] {display:none;}
.checkbox01 span{
	position: relative;
    transition: .5s;
    display: inline-block;
    line-height: 1;
	margin:0;
	width:42px;
	height:18px;
}
.checkbox01 span::before {
    content: "";
    display: block;
    left: 0px;
    width: 40px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #aaa;
    background: #fff;
    position: absolute;
}
.checkbox01 span::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    background: #aaa;
    border-radius: 50%;
    transition: .2s;
    display: block;
}
.checkbox01 input[type="checkbox"]:checked + span::before {
    border: 1px solid #ff555e;
}
.checkbox01 input[type="checkbox"]:checked + span::after {
    left: 28px;
    background: #ff555e;
}


.btn_area {
	text-align:center;
	padding:30px 0;
}



.site_check {
	display:inline-block;
	padding:3px 5px;
	border:solid 1px #CCCCCC;
	border-radius:5px;
}
.site_check.ok {
	background-color:#06F;
	color:#FFF;
}
.site_check.ng {
	background-color:#F33;
	color:#FFF;
}



.p_intent {
	font-size:90%;
	color:#666;
	text-indent:-1em;
	padding-left:1em;
}

.select_mini {
	padding:1px 1px 3px;
	font-size:10px;
	vertical-align:top;
}
.select_mini.use {
	background-color:#dfdfdf;
}



#box_user_add {
	width:100%;
	min-height:100%;
	background-color:#FFF;
	display:none;
}
#box_user_add table {
	width:100%;
}
#box_user_add table th {
	padding:10px;
	text-align:right;
}
#box_user_add table td {
	padding:10px;
	text-align:left;
}
#box_user_add table td input[type="text"],
#box_user_add table td input[type="email"] {
	width:45%;
}
#box_user_add table td p {
	display:inline-block;
	width:calc(53% - 20px);
	padding-left:10px;
	line-height:1.1em;
}

#box_user_upd {
	width:100%;
	min-height:100%;
	background-color:#FFF;
	display:none;
}
#box_user_upd table {
	width:100%;
}
#box_user_upd table th {
	padding:10px;
	text-align:right;
}
#box_user_upd table td {
	padding:10px;
	text-align:left;
}
#box_user_upd table td input[type="text"],
#box_user_upd table td input[type="email"] {
	width:45%;
}
#box_user_upd table td p {
	display:inline-block;
	width:calc(53% - 20px);
	padding-left:10px;
	line-height:1.1em;
}

#box_fc_add {
	width:100%;
	min-height:100%;
	background-color:#FFF;
	display:none;
}
#box_fc_add table {
	width:100%;
}
#box_fc_add table th {
	padding:10px;
	text-align:right;
}
#box_fc_add table td {
	padding:10px;
	text-align:left;
}
#box_fc_add table td input[type="text"],
#box_fc_add table td input[type="email"] {
	width:45%;
}
#box_fc_add table td p {
	display:inline-block;
	width:calc(53% - 20px);
	padding-left:10px;
	line-height:1.1em;
}

#box_fc_upd {
	width:100%;
	min-height:100%;
	background-color:#FFF;
	display:none;
}
#box_fc_upd table {
	width:100%;
}
#box_fc_upd table th {
	padding:10px;
	text-align:right;
}
#box_fc_upd table td {
	padding:10px;
	text-align:left;
}
#box_fc_upd table td input[type="text"],
#box_fc_upd table td input[type="email"] {
	width:45%;
}
#box_fc_upd table td p {
	display:inline-block;
	width:calc(53% - 20px);
	padding-left:10px;
	line-height:1.1em;
}


.btn2 {
	display:inline-block;
	background-color:var(--main-color1);
	color:#FFF;
	border-radius:3px;
	padding:2px 5px;
}
.btn3 {
	display:inline-block;
	background-color:var(--main-color2);
	color:#FFF;
	border-radius:3px;
	padding:2px 5px;
}
.btn4 {
	display:inline-block;
	background-color:var(--main-color3);
	color:#FFF;
	border-radius:3px;
	padding:2px 5px;
}
.btn5 {
	display:inline-block;
	background-color:#666;
	color:#FFF;
	border-radius:3px;
	padding:2px 5px;
}


.btn_add {
	display:inline-block;
	padding-left:28px;
	background-image:url(../img/icn_plus.svg);
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:left;
}
.logout {
	display:inline-block;
	padding-left:28px;
	background-image:url(../img/icn_out.svg);
	background-repeat:no-repeat;
	background-size:auto 80%;
	background-position:left;
}

.ul_category_list {
	padding:10px 0;
	list-style:none;
}
.ul_category_list li {
	padding:5px 5px;
	margin-bottom:3px;
}
.ul_category_list li.def {
	background-color:#efefef;
}
.ul_category_list li input[type="text"] {
	width:180px;
}
.ul_category_list li input[type="number"] {
	width:60px;
}
.ul_category_list ul {
	padding:0px 0px 0px 20px;
	list-style:none;
}

.kiji_box {
	position:relative;
	display: block;
	padding-bottom:80px;
}
.kiji_box .kiji_l {
	width:100%;
}
.kiji_l .ul_field1 {
	list-style:none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:10px 0;
}
.kiji_l .ul_field1 li {
	padding:5px 5px;
	position:relative;
}
.kiji_l .ul_field1 input,
.kiji_l .ul_field1 textarea {
	width:100%;
}
.kiji_l .ul_field1 input[type="checkbox"] {
	width:33px;
}
.kiji_l .ul_field1 .w100 {
	width:100%;
}
.kiji_l .ul_field1 .w50 {
	width:50%;
}
.kiji_l .ul_field1 .w33 {
	width:33.3%;
}
.kiji_l .ul_field1 .w66 {
	width:66.6%;
}
.kiji_l .ul_field1 .w25 {
	width:25%;
}
.kiji_l .ul_field1 .w75 {
	width:75%;
}
.kiji_l .ul_field1 li span.req {
	display:inline-block;
	font-size:11px;
	padding:3px 3px 1px;
	line-height:1;
	vertical-align:top;
	border-radius:3px;
	background-color:#F33;
	color:#FFF;
	margin:5px 0 0 5px;
}
.kiji_l .ul_field1 li select {
	width:98%;
}

.kiji_post_box span.req {
	display:none;
}

.kiji_box .kiji_r {
	position:fixed;
	bottom:0;
	left:0;
	width:auto;
	background-color:rgba(255,255,255,0.90);
}
.kiji_box .kiji_r .kiji_post_box {
	padding:10px 15px;
	background-color:#efefef;
	border-radius:0 10px 0 0;
}
.kiji_box .kiji_r .kiji_post_box a {
	font-size:14px;
}

.kiji_box .kiji_r .kiji_post_box .label_radio {
	line-height:1.5;
	margin:5px 5px 0 0;
}

.kiji_post_box .category_box {
	margin:15px 0;
	padding:10px 5px 5px;
	border:solid 1px #999999;
	border-radius:5px;
}
.kiji_post_box .category_box_in {
	max-height:150px;
	overflow:scroll;
	padding:5px 5px;
}
.kiji_post_box .category_box p {
	font-size:16px;
}
.kiji_post_box .category_box ul li {
	list-style:none;
	display:inline-block;
	margin:0 5px 5px 0;
}
.kiji_post_box .category_box ul li label {
	font-size:14px;
	line-height:1.6;
}

.kiji_post_box .eye_catching_box {
	position:relative;
}
.kiji_post_box .eye_catching_box input {
	width:100%;
}

.kiji_post_box .memo_box input {
	width:100%;
}

.kiji_post_box .yoyaku_box {
	display:none;
}
.kiji_post_box .yoyaku_box.active {
	display:block;
}

.kiji_post_box input[type="submit"] {
	width:100%;
	height: 2.5rem;
	cursor:pointer;
}
.kiji_post_box input[type="submit"]:hover {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.field_box {
	padding:10px 10px;
	border-radius:5px;
	background-color:#f6f6f6;
	margin:15px 0;
	position:relative;
	transition: 1.0s ;
}
.field_box.close {
	max-height:60px;
	overflow:hidden;
}
.field_box h2 {
	margin-top:5px;
}
.field_box a.tgl1
,.field_box a.tgl2 {
	display:inline-block;
	position:absolute;
	top:20px;
	right:15px;
	font-size:14px !important;
}
.field_box.close a.tgl2 {
	display:none;
}
.field_box a.tgl1 {
	display:none;
}
.field_box.close a.tgl1 {
	display:inline-block;
}




.fileupd_input {
	padding-right:35px !important;
}
a.fileupd {
	width:28px;
	height:28px;
	display:inline-block;
	background-image:url(../img/icon_folder.svg);
	background-size:100% auto;
	position:absolute;
	right:5px;
	bottom:2px;
}
img.fileupd_thumbnail {
	position:absolute;
	height:30px;
	right:5px;
	bottom:27px;
	opacity:0.7;
	transition: 0.5s;
}
img.fileupd_thumbnail:hover {
	opacity:1;
	height:auto;
	max-width:300px;
	max-height:300px;
	display:block;
	z-index:999999;
}

.ul_field1 a.fileupd {
	right:10px;
	bottom:5px;
}
.ul_field1 img.fileupd_thumbnail {
	right:10px;
	bottom:32px;
}



#box_elfinder,
#box_elfinder_pdf {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	z-index:99999;
}
#box_elfinder iframe,
#box_elfinder_pdf iframe {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
#box_elfinder.active,
#box_elfinder_pdf.active {
	display:block;
}

.tox-tinymce {
	z-index:0 !important;
	width:100% !important;
}

.preview_link {
	margin:-15px 0 15px;
}
.preview_link a {
	font-size:12px;
	display: inline-block;
	padding: 5px 15px;
	background-color: #5784c5;
	color: #fff;
	border-radius: 20px;
	font-size: 14px !important;
}

.save_info {
	font-size:10px;
	text-align:center;
	color:#F63;
	padding-top:5px;
}

.bottom_link {
	text-align:center;
	margin-top: 10px;
}
.bottom_link a {
	display: inline-block;
	padding: 2px 10px;
	background-color: #5784c5;
	color: #fff;
	border-radius: 20px;
}

.eye_catching {
	height:65px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	transition: 0.5s;
	z-index:99;
}
.eye_catching:hover {
	height:auto;
	max-width:300px;
	max-height:300px;
	z-index:9999;
}

.top_sg_out {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style:none;
}
.top_sg_box {
	width:calc(50% - 10px);
	border:solid 1px #CCCCCC;
	border-radius:5px;
	padding:20px 10px;
	margin-bottom:20px;
}
.top_sg_box.master {
	background-color: #fff6f6;
	border-color: #ffaaaa;
}
.top_sg_box h2 {
	display:block;
	padding:2px 0;
	text-align:center;
	margin-top:0px;
	font-size:20px;
}
.top_sg_box .sg_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style:none;
}
.top_sg_box .sg_link li a {
	display:inline-block;
	padding:5px 15px;
	border-radius:3px;
	background-color:#39F;
	color:#FFF;
	font-size:14px !important;
}


img.hatena {
	width:15px;
	vertical-align: top;
	margin-top:5px;
	cursor:pointer;
}
p.hatena_info {
	height:15px;
	width:15px;
	background-image:url('/ctl/img/hatena.svg');
	background-size:100% 100%;
	padding-left:15px;
	overflow:hidden;
	display:inline-block;
	cursor:pointer;
}

.ex {
	font-size:10px;
	color:#363;
	font-weight:bold;
	display:inline-block;
}
.ex a {
	color:#363;
	text-decoration: underline;
	font-size: 10px;
	font-weight:bold;
}


.calendar_area {
    margin: 20px 0;
}
.calendar_area_in {
    max-width: 1000px;
    margin: 0 auto;
}
.calendar_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
}
.calendar_navi li {
    list-style: none;
}
.calendar_navi a {
    display: inline-block;
    padding: 8px 16px;
    background: var(--main-color1);
    color: white;
    text-decoration: none;
    border-radius: 3px;
    transition: background 0.3s;
	font-size: 1.2em;
}
.calendar_month_title {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 0;
}
.calendar_month_title select {
    font-size: 1.2em;
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: white;
    cursor: pointer;
}
.calendar_month_title select:focus {
    outline: none;
    border-color: var(--main-color1);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}
.calendar_table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.calendar_table th {
	border: 1px solid #ddd;
	font-size: 1.2em;
    background: var(--main-color1);
    color: white;
    padding: 12px;
    text-align: center;
    font-weight: bold;
}
.calendar_table td {
    border: 1px solid #ddd;
    padding: 8px;
    height: 80px;
    vertical-align: top;
    position: relative;
	width: calc(100% / 7);
}
.calendar_table td.other_month {
    background: #f9f9f9;
    color: #999;
}

.calendar_table td.saturday {
    background: #e3f2fd;
}
.calendar_table td.sunday {
    background: #ffebee;
}
.calendar_table td.today {
    background: #fff3cd;
    font-weight: bold;
}
.calendar_date {
	font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}
.calendar_date a {
	display: inline-block;
	margin-left: 10px;
}
.calendar_date a:hover {
	text-decoration: none;
}
.calendar_date a.calendar_event_add {
	background-color: var(--link-color);
	color: #fff;
	border-radius: 50%;
	padding: 2.5px 4px 1px;
}
.calendar_date a.calendar_event_reserve {
	background-color: var(--link-color);
	color: #fff;
	border-radius: 5px;
	padding: 2px 5px 1px;
}
.calendar_event {
	display: block;
    font-size: 0.95em;
    margin: 2px 0;
    padding: 4px 4px;
    background: var(--main-color2-light);
    color: var(--text-color1);
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s;
	line-height: 1.2;
}
.calendar_event.menu1 {
	background: #A4F89A;
}
.calendar_event.menu2 {
	background: #9AE3F8;
}
.calendar_event.menu3 {
	background: #F7C7E4;
}
.calendar_event.menu4 {
	background: #FFCBA4;
}
.calendar_event:hover {
    text-decoration: none;
}
.calendar_event_title {
    font-weight: bold;
    margin-bottom: 2px;
}
.calendar_event_info {
    font-size: 1.0em;
}
.calendar_event_info span {
	display: inline-block;
	padding: 1px 0px;
    margin-right: 10px;
}
.calendar_event_info span.capacity.capacity_full {
	color: rgb(27, 22, 195);
}
.calendar_event_info span.capacity.capacity_available {
	color: rgb(200, 17, 17);
}

.table_reserve {
	width: 100%;
	border-collapse: collapse;
}
.table_reserve tr.jyoutai0 {
	color: #9a9a9a;
	text-decoration: line-through;
}
.table_reserve th {
	border: 1px solid #ddd;
	font-size: 1.2em;
	background: var(--main-color1);
	color: white;
	padding: 8px;
}
.table_reserve td {
	border: 1px solid #ddd;
	background-color: #FFF;
	padding: 8px;
}
.table_reserve_pet {
	width: 100%;
	border-collapse: collapse;
}
.table_reserve_pet th {
	border: 1px solid #ddd;
	font-size: 1.0em;
	background: var(--main-color2);
	color: white;
	padding: 6px;
}

/* ペット情報ボックスの装飾 */
.pet_box {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
}

.pet_box h3 {
    color: #495057;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #dee2e6;
}

/* 削除ボタンの装飾 */
.remove_pet_btn {
    background: #dc3545;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.remove_pet_btn:hover {
    background: #c82333;
}

/* 追加ボタンの装飾 */
.btn_add_pet {
    background: #28a745;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.btn_add_pet:hover {
    background: #218838;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.btn_add_pet:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* ペット情報ボックスのホバー効果 */
.pet_box:hover {
    border-color: #007bff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* 削除ボタンを含むdivの装飾 */
.pet_box .mt10 {
    text-align: right;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dee2e6;
}

/* 追加ボタンを含むdivの装飾 */
.field_box .mt10 {
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}