@charset "utf-8";

/* body */
.tablex {background:#BFBFBF;text-align:center;}
.trxxxx {background:#796baf;}
.thxxxx {background:#F8F1DF;}
.redxxx {color:#ff0000;}
.bluexx {color:#000099;}
.blackx {color:#000000;}
.red2xx {background:#FFE6E6;}
.blue2x {background:#e6f4ff;}
.tr2xxx {background:#FFFFFF;}
.titlex {color:#ffffff;}
.txt_red{color:#ff0000;}
.txt_red_b{color:#ff0000;}
article {
	position:relative;
	padding-top:90px;
}
article:before{
	content:"";
	display:block;
	width:100%;
	height:6.1rem;
	background: #f6f1d6;
	background: -moz-linear-gradient(top,  #f6f1d6 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #f6f1d6 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f1d6 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f1d6', endColorstr='#ffffff',GradientType=0 );
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}

@media only screen and (max-width: 640px) {
	article {
		padding-top:77px;
	}
}
@media only screen and (max-width: 480px) {
	article {
		padding-top:58px;
	}
}
@media only screen and (max-width: 375px) {
	article {
		padding-top:45px;
	}
}
@media only screen and (max-width: 320px) {
	article {
		padding-top:38px;
	}
}

/* 空室状況 */
#room{
}
#room .inner {
	padding-top: 1.1rem;
	padding-bottom: 1.8rem;
}
#room h2 {
	text-align: center;
	font-size: 0.42rem;
	line-height: 1.3em;
	letter-spacing: -0.03em;
	font-weight: bold;
	margin-bottom: 1.07rem;
}
#room h3 {
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0;
	margin-top: 0.23rem;
	margin-bottom: 0.18rem;
}
#room .ex_text{
	margin-bottom:0.3rem;
}
#room .ex_text li{
}
#room .ex_text li .txt_red_large_b{
	color:#ff0000;
	display:inline-block;
	vertical-align:top;
	margin-top:0.5em;
	margin-bottom:1em;
}

#flow_list{
	position: relative;
	counter-reset: no1 0;
	margin-bottom:0.6rem;
}
#flow_list.aos-animate::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #bcbcbc;
	width: 0.12rem;
	height: 100%;
}
#flow_list li{
	position: relative;
	bottom: 0;
	background-color: #f5f1df;
	border: 1px solid #bcbcbc;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: center;
	-webkit-align-items: center;
	font-size: 0.26rem;
	padding: 0.1rem 0.2rem 0.11rem 0.2rem;
	margin: 0 auto;
	cursor: default;
	line-height: 1.3em;
	width: 100%;
	min-height: 0.7rem;
	border-radius: 0;
	font-weight: normal;
	letter-spacing: -0.05em;
	counter-increment: no1 1;
	margin-bottom:0.3rem;
}
#flow_list li:last-child{
	margin-bottom:0;
}
#flow_list li span {
	color:#000;
	display: block;
	line-height: 1.3em;
	letter-spacing:0;
	margin-bottom: 0.1em;
}
#flow_list li:before{
	content: counter(no1) "";
	color: #fff;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 0.32rem;
	background-color:#000;
	border-radius:50%;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width:0.4rem;
	height:0.4rem;
	margin-right:0.2rem;
}

#search{
}
#search .txt_red{
}
#search form{
	width:100%;
	margin-bottom:0.3rem;
}
#search form .search_box{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	width:100%;
}
#search form .search_box .swrap{
	width:35.7%;
	margin-right:2.9%;
}
#search form .search_box .swrap select{
	padding:0.13rem 0.5rem 0.16rem 0.13rem;
	height:0.7rem;
}
#search form .search_box .btn_area{
	width:25.7%;
}
#search form .search_box .btn_area li{
	width:100%;
}
#search form .search_box .btn_area .btn_def {
	width:100%;
}
#search form .search_box .btn_area .btn_def:after{
	content:"\f002";
}
#search .room_left{
	letter-spacing:0;
}
#search .room_right{
	letter-spacing:0;
	margin-bottom:1em;
}

#calendar .txt_red{
	letter-spacing:0;
	margin-bottom:0.5em;
}
.tbl_room{
	background-color: transparent;
	border-spacing: 0;
	width:100%;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	margin-bottom:0.6rem;
}
.tbl_room:last-child{
	margin-bottom:0;
}
.tablex tr{
}
.tbl_room th{
	padding:0.1rem;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width : 14.28571%;
	width : -webkit-calc(100% / 7);
	width : calc(100% / 7);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align:center;
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
}
.tbl_room td{
	padding:0.1rem;
	border-right:1px solid #b3b3b3;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width : 14.28571%;
	width : -webkit-calc(100% / 7);
	width : calc(100% / 7);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align:center;
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
}


/* 予約フォーム */
#yoyaku{
}
#yoyaku .inner {
	padding-top: 1.1rem;
	padding-bottom: 1.8rem;
}
#yoyaku h2 {
	text-align: center;
	font-size: 0.42rem;
	line-height: 1.3em;
	letter-spacing: -0.03em;
	font-weight: bold;
	margin-bottom: 1.07rem;
}
#yoyaku h2 + h3 {
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0;
	margin-top: 0.23rem;
	margin-bottom: 0.18rem;
}
#yoyaku .ex_text{
	margin-bottom:0.3rem;
}
#yoyaku .ex_text li{
}
#yoyaku .ex_text li .txt_red_large_b{
	color:#ff0000;
	display:inline-block;
	vertical-align:top;
	margin-top:0.5em;
	margin-bottom:1em;
}

#reserve_about .ttl_reserve + .require_txt{
	margin-bottom:0.26rem;
}
#user_about .ttl_reserve + .require_txt{
	margin-bottom:0.26rem;
}
#yoyaku .order-list tr.plan td .swrap,
#yoyaku .order-list tr.plan td .swrap select{
	width:100%;
}
#yoyaku .order-list tr.plan td input[type="text"]{
	width:100%;
}
#yoyaku .order-list{
	width:100%;
	border-top:1px solid #b3b3b3;
	border-spacing: 0;
	display:block;
}
#yoyaku .order-list tbody,
#yoyaku .order-list tr{
	width:100%;
	display:block;
}
#yoyaku .order-list tr th {
	color: #000;
	font-size: 0.26rem;
	line-height: 1.4em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0.23rem 0.1rem 0 0.18rem;
	word-wrap: break-word;
	width: 100%;
	letter-spacing: 0;
	text-align: left;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
#yoyaku .order-list tr th .txt_red{
	margin-left:0.1rem;
}
#yoyaku .order-list tr td {
	color: #000;
	font-size: 0.26rem;
	line-height: 1.4em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #b3b3b3;
	padding: 0.25rem 0.19rem 0.3rem 0.21rem;
	word-wrap: break-word;
	width: 100%;
	letter-spacing: 0;
	text-align: left;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
#yoyaku .order-list tr td .text_group,
#yoyaku .order-list tr td .select_group,
#yoyaku .order-list tr td .rdo_group{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: center;
	-webkit-align-items: center;
	width:100%;
}
#yoyaku .order-list tr td .text_group span,
#yoyaku .order-list tr td .select_group span{
	display: block;
	line-height: 1em;
	padding: 0 0.2rem 0.07rem;
	white-space:nowrap;
}
#yoyaku .order-list tr td .rdo_group .rdo:not(last-child){
	margin-right:0.6rem;
}
#yoyaku .order-list tr td .text_group span:first-child,
#yoyaku .order-list tr td .select_group span:first-child{
	padding-left:0;
}
#yoyaku .order-list tr td .text_group span:last-child,
#yoyaku .order-list tr td .select_group span:last-child{
	padding-right:0;
}

/* 入力フォーム */
#reserve_about{
	margin-bottom:0.6rem;
}
#reserve_about .order-list tr.day td .text_group{
}
#reserve_about .order-list tr.day td .text_group .date{
	width:45.4%;
}
#reserve_about .order-list tr.day td .text_group .select_group{
	width:54.6%;
}
#reserve_about .order-list tr.day td .text_group .select_group .swrap{
	width:30.6%;
}
#reserve_about .order-list tr.num td{
	padding-right:0;
}
#reserve_about .order-list tr.num td .text_group span,
#reserve_about .order-list tr.num td .select_group span{
	padding: 0 0.1rem 0.07rem;
}
#reserve_about .order-list tr.num td .text_group span:first-child,
#reserve_about .order-list tr.num td .select_group span:first-child{
	padding-left:0;
}
#reserve_about .order-list tr.num td .text_group span:last-child,
#reserve_about .order-list tr.num td .select_group span:last-child{
	padding-right:0;
}
#reserve_about .order-list tr.num td .select_group:nth-child(1){
	margin-bottom:0.2rem;
}
#reserve_about .order-list tr.num td .select_group:nth-child(1) .swrap{
	width:16.2%;
}
#reserve_about .order-list tr.num td .select_group:nth-child(2){
}
#reserve_about .order-list tr.num td .select_group:nth-child(2) .swrap{
	width:16.2%;
}
#reserve_about .order-list tr.num td .select_group:nth-child(2) span:nth-last-child(-n+5){
	padding-left:0.1rem;
	padding-right:0.1rem;
}
#reserve_about .order-list tr.num td .select_group:nth-child(2) span:nth-child(3){
	padding-right:0;
}
#reserve_about .order-list tr.num td .select_group:nth-child(2) span:nth-child(4){
	padding-left:0;
}
#reserve_about .order-list tr.num td .select_group:nth-child(2) span:last-child{
	padding-right:0 !important;
}
#reserve_about .order-list tr.dantai td .text_group{
	margin-bottom:0.2rem;
}
#reserve_about .order-list tr.dantai td .text_group input[type="text"]{
	width:16.7%;
}
#reserve_about .order-list tr.ryori td .select_group .swrap{
	width:16.7%;
}
#reserve_about .order-list tr.type td .swrap{
	width:100%;
}
#reserve_about .order-list tr.access td .text_group{
	margin-top:0.2rem;
	width:100%;
}
#reserve_about .order-list tr.access td .text_group span{
	width:15.1%;
	padding-right:0;
}
#reserve_about .order-list tr.access td .text_group input[type="text"]{
	width:84.9%;
}
#reserve_about .order-list tr.time td .text_group{
	margin-bottom:0.2rem;
}
#reserve_about .order-list tr.time td .text_group input[type="text"]{
	width:30.3%;
}
#reserve_about .order-list tr.time td .time{
	line-height: 1.7em;
}
#reserve_about .order-list tr.time td .text_group span{
}
#reserve_about .order-list tr.comment td textarea{
	height:3.6rem;
}
#reserve_about .order-list tr.comment td textarea + p{
	margin-top: 5px;
}
#user_about .order-list tr.name td .text_group input[type="text"]{
	width:30.3%;
}
#user_about .order-list tr.kana td .text_group input[type="text"]{
	width:30.3%;
}
#user_about .order-list tr.zip td .zip {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
}
#user_about .order-list tr.zip td .zip span {
	display: block;
	line-height: 1em;
}
#user_about .order-list tr.zip td .zip span:first-child {
	margin-right: 0.19rem;
	margin-bottom: 0.4em;
}
#user_about .order-list tr.zip td .zip input[name="post1x"] + span {
	padding: 0 0.09rem 0.03rem;
}
#user_about .order-list tr.zip td .zip input[name="post2x"] + span {
	margin-left: 0.14rem;
	letter-spacing: 0.03em;
	margin-bottom: 0.05rem;
}
#user_about .order-list tr.zip td .zip input[name="post1x"] {
	width: 30.3%;
	text-align:left;
}
#user_about .order-list tr.zip td .zip input[name="post2x"]{
	width: 30.3%;
	text-align:left;
}
#user_about .order-list tr.addr .swrap{
	width:100%;
	margin-bottom:0.2rem;
}
#user_about .order-list tr.addr textarea{
	height:2rem;
}
#user_about .order-list tr.email input[type="text"]{
	width:100%;
}
#user_about .order-list tr.tel input[type="text"]{
	width:100%;
}
#user_about .order-list tr.tel2 input[type="text"]{
	width:100%;
}

/* 確認フォーム */
#form_confirm{
}
#form_confirm .order-list tr th {
	font-weight: bold;
	padding: 0.23rem 0.1rem 0 0.18rem;
}
#form_confirm .order-list tr td {
	padding: 0.2rem 0.19rem 0.3rem 0.21rem;
}
#form_confirm .send_area{
	margin-top:0.3rem;
}
#form_confirm .send_area p{
	letter-spacing:0;
	text-align:center;
}
#form_confirm .send_area .btn_area{
	margin-top:0.3rem;
}
#form_confirm .send_area li:first-child{
	margin-bottom:0.3rem;
}
#reserve_about_confirm{
	margin-bottom:0.6rem;
}
#reserve_about_confirm .ttl_reserve{
	margin-bottom:0.3rem;
}
#user_about_confirm .ttl_reserve{
	margin-bottom:0.3rem;
}

/* 完了 */
#form_complete{
}
#form_complete p{
	text-align:center;
}

#yoyaku #error{
}
#yoyaku #error h3{
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0;
	margin-top: 0.23rem;
	margin-bottom: 0.18rem;
	text-align:center;
}
#yoyaku #error .error_list{
	text-align:center;
	margin-bottom:0.6rem;
}
#yoyaku #error .error_list li{
	color:#ff0000;
}

#yoyaku .send_area{
	margin-top:0.3rem;
}
#yoyaku .send_area p{
	letter-spacing:0;
	text-align:center;
}
#yoyaku .send_area .btn_area{
	margin-top:0.5rem;
}
#yoyaku .send_area li:first-child{
	margin-bottom:0.3rem;
}

#yoyaku .txt_reserve {
	margin-top: 0.53rem;
	margin-bottom:0.3rem;
}
#yoyaku .ex_text li{
}
#yoyaku .ex_text li .txt_red_large_b{
	color:#ff0000;
	display:inline-block;
	vertical-align:top;
	margin-top:0.5em;
	margin-bottom:1em;
}

#yoyaku .mailerror {
	margin-top: 0.2rem;
	text-align: left;
	letter-spacing: 0;
}
#yoyaku .mailerror h3 {
	color: #ff0000;
	text-align: left;
	margin-bottom: 0.09rem;
	letter-spacing: 0;
}
#yoyaku .mailerror p {
	color: #ff0000;
	letter-spacing: 0;
}
#yoyaku .mailerror p:last-child{
	margin-bottom:0;
}

#reserve_stop{
	width: 100%;
	background-color: #fe0000;
}
#reserve_stop p{
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 1.4em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0.2rem 0.2rem 0.25rem;
	text-align: center;
	color: #fff;
	background-color: #fe0000;
}

