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


/* contents01 */

.contents01 {
	margin-bottom: 150px;
}

.contents01 > .box01 {
	width: 1100px;
	margin-bottom: 60px;
	text-align: center;
}

.contents01 .box01 p {
	font-size: 18px;
}

/* lay01 */


.lay01 .box03 {
    margin-top:24px;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.lay01 .box03 ul li {
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.lay01 .box03 ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    background-image: url(../common/images/check.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 70%;
    width: 31px;
    height: 25px;
}

span {
 font-weight: bolder;
 color: #42210c;
}


/*banner*/
.box01 .box01-innner {
	text-align: center;
	margin: 0 auto;
}

.box01 .box01-innner img {
	width: 600px;
	height: auto;
}

/*midashi*/
.midashi01 h4 {
	line-height: 1.4;
}

.midashi01 h4 span {
	font-weight: 600;
}

h4.comment {
	font-size:22px;
	margin-top: 30px;
	font-weight: 600;
}

/*group*/
.group01 {
	margin-top: 80px;
}

.contents01 > .group01 .box01 {
	margin-bottom: 60px;
	text-align: center;
}

.contents01 .group01 .box01 .img-box {
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
	display: flex;
  flex-direction: column;
  align-items: center;
}

.contents01 .group01 .box01 .img-box p {
	text-align: center;
  margin: 0 auto 20px;
  display: inline-block;
}

/*hours*/
.hours .box02 p {
	font-size: 18px;
}

.hours .box02 {
	padding-bottom: 50px;
    border-bottom-style: solid;
    border-bottom-color: #4d4d4d;
    border-bottom-width: 1px;
    margin-bottom: 50px;
}

.hours .box02 span {
	font-size: 18px;
}

.hours h5 {
	 
	font-size: 30px;
	color: #ea1e79;
}

.hours h4 {
	font-size: 30px;
}

.hours h4:nth-of-type(2) {
    margin-top: 40px; 
}

.hours .box02 {
	text-align: center;
}

.hours .time {
	width: 600px;
	padding: 20px;
    background-color: #efefef;
    text-align: center;
	margin: 20px auto 0;
}

/*lay01b*/
.lay01b .box02 {
	text-align: center;
}

.lay01b h4 {
	font-size: 30px;
	margin-bottom: 8px;
}

.lay01b .box02 h5 {
	font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    color: #42210b;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-weight: 400;
    margin-bottom: 10px;
}

.lay01b .box02 p {
	font-size: 18px;
}

.lay01b .box01 {
	display: flex;
  justify-content: space-between;
	align-items: center;
	background-color: #FFF;
	padding: 30px 80px;
	margin-bottom: 70px;
	margin-top: 30px;
}

.lay01b .box01 .box001 {
	text-align: left;
}

.lay01b .box01 .box001 h5 {
	margin-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	color: #42210b;
	line-height: 1.2;
	letter-spacing: 0em;
	font-weight: 400;
}

.lay01b .box01 .box001 h6, .lay01b .box01 .box001 h6 a {
	font-family: 'Roboto', sans-serif;
    font-size: 48px;
    color: #c3996d;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.lay01b .box01 .box001 h6 {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}

.lay01b .box01 .box001 h6::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 22px;
	background-image: url("../common/images/tel-footer.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 20px;
	height: 27px;
}

.lay01b .box01 .box001 p {
	font-size: 20px;
}

.lay01b .box01:last-child {
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom-style: none;
}

.lay01b .box01 .box002 img {
	width: 392px;
	height: auto;
}


.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
