@charset "utf-8";

/* ----------------contents---------------- */
.mainimg {
  position: relative;
}

.l-row-mv__list {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


.l-row-mv__list li a {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: calc(18 / 15);
    padding: 14px 9px
}


.l-row-mv__list li a span {
    padding-top: 34px;
    position: relative;
    display: block
}

.l-row-mv__list__form a {
    background-color: #ed6c00;
    color: #fff;
    transition: .3s ease background-color
}

.l-row-mv__list__form a:hover {
    background-color: #f88829
}

.l-row-mv__list__form a span::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/care/img/icon_mail.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.l-row-mv__list__biz a {
    background-color: #407611;
    color: #fff;
    transition: .3s ease background-color
}

.l-row-mv__list__biz a:hover {
    background-color: #53921b
}

.l-row-mv__list__biz a span::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/care/img/icon_building.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.l-row-sp-nav {
    display: none
}

@media screen and (max-width: 767px) {
    .l-row-sp-nav {
        display:block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        opacity: 1;
        transform: translateY(0);
        z-index: 999;
        transition: .3s ease opacity,.3s ease transform
    }

    .l-row-sp-nav.is-hide {
        opacity: 0;
        transform: translateY(100%)
    }
}

.l-row-sp-nav__list {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 18px;
    position: relative;
    display: flex;
    width: 100%;
    background-color: #fff
}

.l-row-sp-nav__list li {
    width: 50%
}

.l-row-sp-nav__list li a {
    font-size: 1rem;
    font-weight: 500;
    box-sizing: border-box;
    line-height: calc(18 / 14);
    padding: 16px 10px 18px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 340px) {
    .l-row-sp-nav__list li a {
        font-size:1.2rem;
        padding: 16px 5px
    }
}

.l-row-sp-nav__list li a span {
    padding-left: 28px;
    white-space: nowrap;
    position: relative;
    display: block
}

.l-row-sp-nav__list li a br{display:none}

.l-row-sp-nav__list__form a {
    background-color: #ed6c00;
    color: #fff;
    transition: .3s ease background-color
}

.l-row-sp-nav__list__form a:hover {
    background-color: #f88829
}

.l-row-sp-nav__list__form a span::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/care/img/icon_mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    transform: translateX(0) translateY(-50%)
}

.l-row-sp-nav__list__biz a {
    background-color: #407611;
    color: #fff;
    transition: .3s ease background-color
}

.l-row-sp-nav__list__biz a:hover {
    background-color: #53921b
}

.l-row-sp-nav__list__biz a span::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/care/img/icon_building.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    transform: translateX(0) translateY(-50%)
}

#forreserve{
  width: 31.25%;
	padding: 0;
  position: absolute;
  bottom: 20px;
  right: 11vw;
  z-index: 5;
}
#forreserve .btn{
	max-width: 600px;
	margin: 0 auto;
}
#forreserve .btn a{
	display: block;
	position: relative;
}
#forreserve .btn a .p01{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	transition: 0.2s;
}
#forreserve .btn a:hover{
	opacity: 1;
}
#forreserve .btn a:hover .p01{
	opacity: 0;
}
#forreserve .btn img{
	max-width: 100%;
}
#main{
	/* padding-top: 84px; */
	padding: 120px 0;
	line-height: 140%;
}
#main .list-monthly-calendar,
#main .mix-calendar,
#main .list-calendar,
#main .timetbale-calendar,
#main .multiple-calendar,
#main .monthly-calendar{
	font-family: inherit;
}
#main .monthly-calendar table,
#main .content-form fieldset{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
#main .inner{
	max-width: 820px;
	margin: 0 auto;
}
#main .monthly-calendar table{
	margin: 0 auto 20px auto;
}
#main .monthly-calendar table .calendar-caption,
#main .mtssb-timetable-date{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#main .monthly-calendar table th,
#main .monthly-calendar table td{
	border: 1px solid  #ccc;
}
#main .monthly-calendar table th{
	background: #ececec;
	padding: 10px;
}
#main .monthly-calendar table thead th{
	background: #ededed;
	font-size: 16px;
	background: -moz-linear-gradient(top,  #ededed 0%, #dadada 100%);
	background: -webkit-linear-gradient(top,  #ededed 0%,#dadada 100%);
	background: linear-gradient(to bottom,  #ededed 0%,#dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dadada',GradientType=0 );
}
#main .monthly-calendar table td{
	padding: 10px 0;
}
/* #main .monthly-calendar table td a{
	text-decoration: underline;
} */
#main .monthly-calendar table td a:hover{
	text-decoration: underline;
	opacity: 1;
}
#main .day-number{
	font-size: 17px;
	margin-bottom: 10px;
}
#main .calendar-mark{
	font-size: 20px;
}
#main .schedule-note{
	font-size: 12px;
}
#main .monthly-calendar .mtssb-timetable-link th{
	padding: 0;
}
.day-calendar table{
	max-width: 60%;
}
.booking-form-people-number-row{
	display: none;
}
.calendar-title,
.mtssb-timetable-name{
	display: none;
}
#main .content-form fieldset{
	border: none;
}
#main .content-form table{
	border-collapse: collapse;
}
#main .content-form table th,
#main .content-form table td{
	border: none;
	/* border: 1px solid  #ccc; */
	padding: 10px;
}
#main .content-form table th{
	font-size: 14px;
	text-align: left;
	width: 20%;
	font-weight: bold;
}
#main .content-form table th label{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .content-form table th .required{
	font-size: 12px;
	width: auto;
	margin: 0 0 0 auto;
	color: #FFF;
	background: #F00;
	padding: 3px 5px;
	line-height: 100%;
	font-weight: normal;
}
#main .content-form table td .red{
	color: red;
}
#main .content-form input,
#main .content-form textarea{
	padding: 3px 5px;
	box-sizing: border-box;
	border: 1px solid  #ccc;
	font-family: inherit;
}
#main .content-form .content-text.medium,
#main .content-form .content-text.fat{
	width: 100%;
}
#main .monthly-prev-next{
	width: 100%;
	margin: 0 auto;
}
#main .monthly-calendar .monthly-prev,
#main .monthly-calendar .monthly-next{
	font-size: 16px;
	padding: 5px 15px;
	box-shadow: 1px 0px 5px 0 rgba(0,0,0,0.6);
	font-weight: bold;
	color: #999;
}
#main .monthly-calendar .monthly-prev a,
#main .monthly-calendar .monthly-next a{
	color: #004BA0;
}
#main .monthly-calendar .monthly-prev a:before{
	content: "≪";
}

#main .monthly-calendar .monthly-next a:after{
	content: "≫";
}
#main .notice{
	font-size: 14px;
	margin-top: 30px;
}
#main .form_notice{
	margin-bottom: 40px;
	font-size: 14px;
}
#main .form_notice p,
#main .form_notice ul{
	margin-bottom: 20px;
}
#main .form_notice p:last-of-type{
	margin-bottom: 0;
}
#main .form_notice a{
	text-decoration: underline;
}
#main .mtssb-daily-action{
	max-width: 60%;
	margin: 0 auto;
}
#main button.back{
	appearance: none;
	display: block;
	margin-right: auto;
	outline-style: none;
	border: none;
	width: 100%;
	padding: 15px;
	font-size: 14px;
	font-family: inherit;
	color: #fff;
	cursor: pointer;
	position: relative;
	border-radius: 30px;
	max-width: 130px;
	background: #A3A3A3;
}
#main button.back:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid  #fff;
	border-right: 1px solid  #fff;
	transform: rotate(225deg);
}
#main button[name="reserve_action"],
#main button[value="validate"]{
	appearance: none;
	display: block;
	margin: 0 auto;
	outline-style: none;
	border: none;
	width: 100%;
	padding: 15px;
	font-size: 14px;
	font-family: inherit;
	color: #fff;
	cursor: pointer;
	position: relative;
	border-radius: 30px;
	max-width: 240px;
	background: #007C91;
}
#main button[name="reserve_action"]:after,
#main button[value="validate"]:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid  #fff;
	border-right: 1px solid  #fff;
	transform: rotate(45deg);
}

/* 768px以下の場合 */
@media screen and (max-width: 768px) {
	#forreserve{
    width: 60%;
		padding: 0;
    bottom: 20px;
    right: 5vw;
	}
	#main{
		padding: 120px 5% 80px 5%;
	}
	#main .day-calendar table{
		max-width: 100%;
	}
	#main .mtssb-daily-action{
		max-width: 100%;
	}
	#main .content-form table{
		width: 100%;
	}
	#main .content-form table th,
	#main .content-form table td{
		padding: 0;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	#main .content-form table th{
		margin-bottom: 5px;
	}
	#main .content-form table td{
		margin-bottom: 20px;
	}
	#main button.back{
		margin: 15px auto 0 auto;
		max-width: 240px;
	}
}