@charset "UTF-8";
/* CSS Document */
/*header-------------------------------------*/
header{
	background: url("../img/header-tile02.svg"),url("../img/header-tile01.svg"),url("../img/header-3.jpg");
	background-position: right bottom,left top,center center;
	background-size: 25%,25%,cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply,multiply,normal;
	height: 300px;
}
/*header-------------------------------------*/

dl {
	margin: 3rem 0;
}

dd,dt {
	color: #6f172a;
}

dt {
	font-size: 30px;
	font-size: 3rem;
	font-weight: normal;
	border-bottom: solid 0.5px #4d4d4d;
	padding: 1rem;
	margin-bottom: 1rem;
}

dt span {
	font-size: 22px;
	font-size: 2.2rem;
}

dd {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
}

dd span {
	font-size: 22px;
	font-size: 2.2rem;
	color: #4d4d4d;
}

dd span span {
	font-size: 16px;
	font-size: 1.6rem;
	color: #4d4d4d;
	margin-left: 5px;

}

dd>p {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #4d4d4d;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 5px;
	line-height: 1.4;
}


.line {
	border: dashed 0.75px #d4d4d4; 
	margin: 1rem 0;
}

.tel-box3 {
	border: solid 1px #6f172a;
	border-radius: 3px;
	background-color: #e2d1d4;
}

.tel-box3 p {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #6f172a;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 0.5rem;
	letter-spacing: 1px;
	margin: 0;
}

.note3 {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #4d4d4d;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 5px;
	line-height: 1.4;
	text-align: right;
}

.line-h {
	line-height: 1.2;
}

/*202512追加*/
#first {
    margin-bottom: 6rem;
}
#lunchbox > div {
    text-align: center;
    width: 50%;
    margin: 0 auto 6rem;
}
#lunchbox ul  {
    display: flex;
    justify-content: center;
}
#lunchbox ul li  {
    margin-right: 1em;
}


/* ↓　lg 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 1199px) {
}
/* ↓　md 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 991px) {
/*202512追加*/
#first {
    margin-bottom: 6rem;
}
#lunchbox > div {
    text-align: center;
    width: 50%;
    margin: 0 auto 6rem;
}

}
/* ↓　sm 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 767px) {
/*202512追加*/
#lunchbox > div {
    width: 70%;
}
}
/* ↓　col 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 575px) {
	
dt {
	font-size: 28px;
	font-size: 2.8rem;
}

dt span {
	font-size: 20px;
	font-size: 2rem;
}

dd {
	font-size: 20px;
	font-size: 2rem;
}

dd span {
	font-size: 20px;
	font-size: 2rem;
}

dd span span {
	font-size: 15px;
	font-size: 1.5rem;
	margin-left: 5px;
}

dd>p {
	font-size: 15px;
	font-size: 1.5rem;
}
	
.owl img {
	width: 25%
}

/*202512追加*/
#lunchbox > div {
    width: 100%;
}
}