
/*-- 料亭紹介 ------------------------------*/

.ryouteiBox > div {
	border-left: 5px solid #125545;
}

.ryouteiBox div > figure + p + p {
	font-size: 16px;
	padding: 0 15px;
	line-height: 1.6;
}
.ryouteiBox div .ryouteiTitle {
	font-size: 22px;
	line-height: 1.4;
	margin: 0 0 10px 0;
}
.ryouteiBox div p.ryouteiTitle {
	margin: -60px 0 10px 0;
	padding: 0 15px;
}
.ryouteiBox .leftImgText p {
    line-height: 1.5 !important;
}
.ryouteiBox div + figure {
    padding: 0 15px;
}
.ryouteiBox .top-10 {
	margin-top: -10px !important;
}
.ryouteiBox .ryouteiName {
	text-align: left !important;
}

@media screen and (max-width: 450px) {
.sinajinaBox .sinajinaBox_list li:nth-child(1) {
    height: 380px;
}
.sinajinaBox .sinajinaBox_list li:nth-child(2) {
    height: 340px;
}
.sinajinaBox .sinajinaBox_list li:nth-child(3) {
    height: 400px;
}
}

.sinajinaBox_list figure {
  position: relative;
}
.sinajinaBox_list figure img:nth-child(2) {
  position: absolute;
  width: 24%;
  height: auto;
  right: 0;
  top: 65%;
  z-index: +10;
}
