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

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

.ryouteiBox div > figure + p {
	margin-bottom: 20px;
}
.ryouteiBox div + figure,.ryouteiBox figure + figure {
    padding: 0 15px;
}

.sinajinaBox {
  margin-top: 0;
}

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

.otameshiText {
	padding: 0 10px 0 20px;
	margin-top: 30px;
}
.otameshiText span {
	font-size: 12px;
	text-indent: -1em;
	padding-left 1em;
	display: inline-block;
}

.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;
}