@charset "utf-8";
/* 200403 revised ver. */
/*--------------------
  共通部分
--------------------*/
.header {
	background-color: transparent;
}
.header__heading {
	color: #333;
	line-height: 1;
}
.header-flow {
    border-top: solid 2px #444;
}
.header-flow__list__item__active {
    background-color: #444;
    border: solid 1.5px #444;
}
.header-flow__list__item {
    color: #333;
    border: solid 1.5px #333;
}
.inputbox__heading {
	background-color: #f6f6f6;
	border-bottom: solid 1px #333;
}
.inputbox__heading__inq {
    background: #c1272d;
    color: #fff;
}
.inputbox__heading__h2{
	color: #333;
}
.bluebg {
	background-color: transparent;
}.adress-btn {
	background-color: #444;
}

/*--------------------
  contacts
--------------------*/
.header-flow {
    border-top: solid 1px #444;
    border-bottom: solid 2px #444;
}
.catalog-text {
	width: 90%;
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3;
	text-align: left;
}
.catalog-list {
	text-align: center;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	padding: 2rem 2%;
}
.catalog-list-item {
	width: 48%;
	padding: 2% 2%;
	background-color: #F2F4F2;
	margin-bottom: 1rem;
}
.catalog-list-item-image {
    margin: 1rem 0;
}
.catalog-list-item-title {
	font-size: 1.3rem;
    line-height: 1.3;
}
/*--------------------
 booking
--------------------*/
.virus-caution {
    font-size: 12px;
    line-height: 1;
    letter-spacing: -.1em;
    color: #e40045;
    font-weight: 700;
}
