@charset "UTF-8";
:root{
	--body : #333;
	--link : #333;
}
/*--------------------------------------------
TENPO
---------------------------------------------*/
.tenpo #map .box{
	border-color : #d5d5d5;
	border-style : solid;
}
.tenpo #map h3{
	color : #802077;
	font-weight : 700;
}
.tenpo #map picture{
	margin-left : auto;
	margin-right : auto;
	overflow : hidden;
}
.tenpo #map picture > img{
	width : 100%;
	height : 100%;
	object-fit : contain;
	/*font-family : "object-fit: contain;";*/
}
#lplinkban {
  text-align: center;
  margin: 0 auto 50px;
}
#lplinkban .reserve {
  backface-visibility: hidden;
  display: block;
  text-align: center;
  color:  #fff;
  font-weight: 700;
  background-color: #802077;
  background-image: url("/ren1909/images/ui/icon/arrow_white02.png");
  background-repeat: no-repeat;
  margin: 0 auto;
}
#lplinkban .btnMeasure {
  background-color: #FFC000;
  color: #fff;
  margin-top: 30px;
}
#lplinkban .reserve.min2 {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  font-weight: 700;
  background-image: url("/ren1909/images/ui/icon/arrowleft02.png");
  background-repeat: no-repeat;
  background-position-y: center;
  margin: 20px auto;
}
#lplinkban p.offer {
  color: #ED4C7F;
  font-weight: bold;
  margin: 0 0 5px;
}
#lplinkban p.offer span {
  margin: 0 0.4rem;
}
.link01.nbbutton {
  display: none;
  margin-top : calc( 40 * 100vw / 750 );
}
@media screen and (max-width: 768px){
	.tenpo #map .box{
    border-width : calc( 2 * 100vw / 750 );
    /*
		padding-top : calc( 40 * 100vw / 750 );
		padding-bottom : calc( 46 * 100vw / 750 );
		padding-left : calc( 40 * 100% / 670 );
    padding-right : calc( 40 * 100% / 670 );
    */
	}
	.tenpo #map h3{
		font-size : calc( 36 * 100vw / 750 );
	}
	.tenpo #map picture{
		margin-top : calc( 34 * 100vw / 750 );
		width : calc( 520 * 100% / 590 );
		height : calc( 444 * 100vw / 750 );
	}
	.tenpo #map .link01{
		margin-top : calc( 40 * 100vw / 750 );
	}
	.tenpo #map .link01.btn-ouchi{
		background-color: #FFD800;
	}
  #toggle {
    display: flex;
  }
  #toggle a {
    width: 50%;
  }
  #toggle a img {
    width: 100%;
  }
  #toggle #btn_omap,
  #toggle #btn_gmap {
    display: block;
  }
  #toggle .sp {
    display: inline;
  }
  #omap {
    display: block;
    padding-top : calc( 40 * 100vw / 750 );
		padding-bottom : calc( 46 * 100vw / 750 );
		padding-left : calc( 40 * 100% / 670 );
    padding-right : calc( 40 * 100% / 670 );
  }
  #gmap,
  #toggle .pc {
    display: none;
  }
  #lplinkban p.offer {
    font-size: calc( 50 * 100vw / 750 );
  }
  #lplinkban p.offer span {
    font-size: calc( 30 * 100vw / 750 );
  }
  #lplinkban .reserve {
    width: calc( 610 * 100vw / 750 );
    height: calc( 90 * 100vw / 750 );
    font-size: calc( 30 * 100vw / 750 );
    border-radius: calc( 45 * 100vw / 750 );
    background-position: right calc( 30 * 100vw / 750 ) center;
    background-size: auto calc( 25 * 100vw / 750 );
    line-height: 2.9;
  }
  #lplinkban .reserve.min2 {
    border-color: rgba(98,98,98,.3);
    border-width: calc( 2 * 100vw / 750 );
    width: 100%;
    height: calc( 140 * 100vw / 750 );
    font-size: calc( 36 * 100vw / 750 );
    line-height: 1.11;
    border-radius: calc( 70 * 100vw / 750 );
    margin-top: calc( 50 * 100vw / 750 );
    background-size: auto calc( 25 * 100vw / 750 );
    background-position-x: calc( 615 * 100vw / 750 );
    display: block;
    text-align: center;
    padding-top: calc( ( 31 - 2 ) * 100vw / 750 );
    padding-bottom: calc( ( 36 - 2 ) * 100vw / 750 );
  }
}
@media print,screen and (min-width: 769px){
	.tenpo #map .box{
		margin-left : auto;
		margin-right : auto;
		border-width : 1px;
  }
  .tenpo #info .box{
		flex-direction : row;
  }
  #toggle {
    display: flex;
  }
  #toggle a {
    width: 50%;
  }
  #toggle #btn_omap,
  #toggle #btn_gmap {
    display: block;
  }
  #toggle .pc {
    display: inline;
    max-width: 100%;
  }
  #omap {
    display: block;
    padding: 15px 14px;
  }
  #gmap,
  #toggle .sp {
    display: none;
  }
	.tenpo #map .link01{
		margin-left : auto;
  }
  #lplinkban p.offer {
    font-size: calc( 36 * 100vw / 1366 );
  }
  #lplinkban p.offer span {
    font-size: calc( 20 * 100vw / 1366 );
  }
  #lplinkban .reserve {
    width: calc( 500 * 100vw / 1366 );
    height: calc( 50 * 100vw / 1366 );
    font-size: calc( 20 * 100vw / 1366 );
    border-radius: calc( 20 * 100vw / 1366 );
    background-position: right 20px center;
    background-size: auto calc( 12 * 100vw / 1366 );
    line-height: 2.4;  
    will-change: opacity;
    transition: opacity 0s ease-in;
  }
}
@media screen and (min-width: 769px) and (max-width:9366px){
	.tenpo #map{
		padding-left : calc( 115 * 100% / 980 );
		padding-right : calc( 115 * 100% / 980 );
	}
	/* .tenpo #map .box{
		padding-top : calc( 15 * 100vw / 1366 );
		padding-bottom : calc( 15 * 100vw / 1366 );
		padding-left : calc( 14 * 100vw / 1366 );
		padding-right : calc( 14 * 100vw / 1366 );
	} */
	.tenpo #map h3{
		font-size : calc( 18 * 100vw / 1366 );
	}
	.tenpo #map picture{
		margin-top : calc( 3 * 100vw / 1366 );
		width : calc( 350 * 100vw / 1366 );
		height : calc( 300 * 100vw / 1366 );
	}
	.tenpo #map .link01{
		margin-top : calc( 20 * 100vw / 1366 );
	}
	.tenpo #map .link01.btn-ouchi{
		background-color: #FFD800;
	}
}
@media print,screen and (min-width: 9200px){
	.tenpo #map{
		padding-left : 115px;
		padding-right : 115px;
	}
	/* .tenpo #map .box{
		padding-top : 15px;
		padding-bottom : 15px;
		padding-left : 14px;
		padding-right : 14px;
	} */
	.tenpo #map h3{
		font-size : 18px;
	}
	.tenpo #map picture{
		margin-top : 3px;
		width : 350px;
		height : 300px;
	}
	.tenpo #map .link01{
		margin-top : 20px;
	}
}
.tenpo #info picture{
	border-style : solid;
	border-color : #d5d5d5;
	overflow : hidden;
}
.tenpo #info picture > img{
	width : 100%;
	height : 100%;
	object-fit : contain;
	font-family : "object-fit: contain;";
}
.tenpo #info th , .tenpo #info td{
	text-align : left;
}
.tenpo #info th{
	font-weight : 700;
	color : #802077;
}
.tenpo #info ul{
	display : flex;
	align-items : center;
}
.tenpo #info li{
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	border-color : #802077;
	border-style : solid;
}
.tenpo #info li[data-before]:before , .tenpo #info li span{
	font-weight : 700;
	color : #802077;
	padding-right : .25em;
}
@media screen and (max-width: 768px){
	.tenpo #info,
  .tenpo #info .title03.guest{
		margin-top : calc( 110 * 100vw / 750 );
	}
  .tenpo #info .title03.guest .time {
    color: red;
    font-size: calc( 30 * 100vw / 750 );
  }
  .tenpo #info picture{
		margin-top : calc( 40 * 100vw / 750 );
		border-width : calc( 2 * 100vw / 750 );
		width : calc( 500 * 100% / 670 );
		margin-left : auto;
		margin-right : auto;
		height : calc( 500 * 100vw / 750 );
	}
  .tenpo #info .box > div,
  .tenpo #info .stats-guest{
		margin-top : calc( 70 * 100vw / 750 );
	}
	.tenpo #info table , .tenpo #info tbody , .tenpo #info th , .tenpo #info td{
		display : block;
	}
	.tenpo #info table{
		border-bottom : calc( 2 * 100vw / 750 ) solid #d5d5d5;
	}
	.tenpo #info tr{
		display : flex;
		align-items : flex-start;
		flex-wrap : wrap;
	}
	.tenpo #info tr:nth-of-type(-n+3){
		padding-bottom : calc( ( 32 - 5 ) * 100vw / 750 );
	}
	.tenpo #info tr:nth-of-type(-n+4){
		border-top : calc( 2 * 100vw / 750 ) solid #d5d5d5;
		padding-top : calc( ( 32 - 5 ) * 100vw / 750 );
	}
	.tenpo #info tr:nth-of-type(n+5){
    padding-top : calc( ( 32 - 5 ) * 100vw / 750 );
    padding-bottom: calc( ( 32 - 5 ) * 100vw / 750 );
	}
	.tenpo #info tr:nth-of-type(n+7){
    border-top : calc( 2 * 100vw / 750 ) solid #d5d5d5;
    background-color: #FFC;
  }
    .tenpo #info tr:last-of-type{
		padding-bottom : calc( ( 32 - 5 ) * 100vw / 750 );
	}
	.tenpo #info th , .tenpo #info td{
		font-size : calc( 30 * 100vw / 750 );
		line-height : 1.33;
	}
	.tenpo #info th{
		width : 100%;
		margin-bottom : calc( ( 20 - 5 - 5 ) * 100vw / 750 );
  }
  .tenpo #info th.recruit {
    background-color: #FFC;
    padding-left: 1em;
  }
  .tenpo #info th.recruit a {
    color: #00F;
    text-decoration: underline;
  }
	.tenpo #info td + td{
		margin-left : 1em;
	}
	.tenpo #info ul{
		margin-top : calc( 40 * 100vw / 750 );
		justify-content : space-between;
		flex-wrap : wrap;
	}
	.tenpo #info li{
		width : calc( 325 * 100vw / 750 );
		height : calc( 50 * 100vw / 750 );
		border-radius : calc( 25 * 100vw / 750 );
		font-size : calc( 30 * 100vw / 750 );
		border-width : calc( 2 * 100vw / 750 );
	}
	.tenpo #info li:nth-child(n+3){
		margin-top : calc( 20 * 100vw / 750 );
	}
	.tenpo #info li[data-before]:before , .tenpo #info .span{
		font-size : calc( 34 * 100vw / 750 );
	}
  .tenpo #info .stats-guest {
    width: auto;
    border: none;
    margin-bottom : calc( 100 * 100vw / 750 );
  }
  .tenpo #info .stats-guest th,
  .tenpo #info .stats-guest td {
    display: table-cell;
    margin: 0;
    width: auto;
    text-align: center;
    font-size: calc( 40 * 100vw / 750 );
    padding: calc( 12 * 100vw / 750 ) calc( 24 * 100vw / 750 );
    border: 1px solid #E2E2E2;
  }
  .tenpo #info .stats-guest tr {
    border: none;
    display: table-row;
  }
  .tenpo #info .stats-guest th {
    background-color: #802077;
    color: #fff;
  }
  .tenpo #info .stats-guest th:nth-child(3) {
    color: #FFD800;
  }
  .tenpo #info .stats-guest td:nth-child(3) {
    background-color: #FFF3B2;
  }
  .tenpo #info .stats-guest th:last-child,
  .tenpo #info .stats-guest td:last-child {
    background-color: transparent;
    border: none;
    text-align: left;
    padding-left: calc( 6 * 100vw / 750 );
    padding-bottom: 0;
  }
}
@media print,screen and (min-width: 769px){
	.tenpo #info .box{
		display : flex;
		align-items : flex-start;
		flex-direction : row;
		justify-content : center;
	}
	.tenpo #info picture{
		border-width : 1px;
		flex-shrink : 0;
	}
	.tenpo #info table{
		table-layout : auto;
	}
	.tenpo #info th , .tenpo #info td{
		border : 1px solid #d5d5d5;
		vertical-align : middle;
	}
	.tenpo #info th{
		background-color : #f6f6f6;
	}
  .tenpo #info th.recruit {
    background-color: #FFC;
  }
  .tenpo #info th.recruit a {
    color: #00F;
    text-decoration: underline;
  }
	.tenpo #info li{
		border-width : 1px;
	}
}
@media screen and (min-width: 769px) and (max-width:9366px){
  .tenpo #info,
  .tenpo #info .title03.guest{
		margin-top : calc( 42 * 100vw / 1366 );
  }
  .tenpo #info .title03.guest .time {
    color: red;
    font-size: calc( 18 * 100vw / 1366 );
  }
	.tenpo #info .box{
		margin-top : calc( 32 * 100vw / 1366 );
	}
	.tenpo #info picture{
		width : calc( 300 * 100vw / 1366 );
		height : calc( 300 * 100vw / 1366 );
		margin-left : calc( 40 * 100vw / 1366 );
	}
	.tenpo #info .box > div{
		width : calc( 650 * 100vw / 1366 );
	}
	.tenpo #info th , .tenpo #info td{
		font-size : calc( 16 * 100vw / 1366 );
		line-height : 1.44;
		padding-top : calc( ( 14 - 3.5 ) * 100vw / 1366 );
		padding-bottom : calc( ( 14 - 3.5 ) * 100vw / 1366 );
	}
	.tenpo #info th{
		padding-left : calc( 10 * 100vw / 1366 );
		padding-right : calc( 10 * 100vw / 1366 );
		width : calc( 120 * 100vw / 1366 );
	}
	.tenpo #info td{
		padding-left : calc( 18 * 100vw / 1366 );
		padding-right : calc( 18 * 100vw / 1366 );
	}
	.tenpo #info td + td{
		width : calc( 430 * 100vw / 1366 );
	}
	.tenpo #info ul{
		margin-top : calc( 20 * 100vw / 1366 );
	}
	.tenpo #info li{
		width : calc( 160 * 100vw / 1366 );
		height : calc( 30 * 100vw / 1366 );
		border-radius : calc( 15 * 100vw / 1366 );
		font-size : calc( 14 * 100vw / 1366 );
	}
	.tenpo #info li + li{
		margin-left : calc( 10 * 100vw / 1366 );
	}
	.tenpo #info li[data-before]:before , .tenpo #info .large{
		font-size : calc( 18 * 100vw / 1366 );
  }
  .tenpo #info .box.guest {
    justify-content: flex-start;
  }
  .tenpo #info .stats-guest {
    width: auto;
  }
  .tenpo #info .stats-guest th,
  .tenpo #info .stats-guest td {
    width: auto;
    text-align: center;
    padding-left: calc( 16 * 100vw / 1366 );
    padding-right: calc( 16 * 100vw / 1366 );
    font-size: calc( 20 * 100vw / 1366 );
  }
  .tenpo #info .stats-guest tr {
    border: none;
  }
  .tenpo #info .stats-guest th {
    background-color: #802077;
    color: #fff;
  }
  .tenpo #info .stats-guest th:nth-child(3) {
    color: #FFD800;
  }
  .tenpo #info .stats-guest td:nth-child(3) {
    background-color: #FFF3B2;
  }
  .tenpo #info .stats-guest th:last-child,
  .tenpo #info .stats-guest td:last-child {
    background-color: transparent;
    border: none;
    text-align: left;
    padding-left: calc( 6 * 100vw / 1366 );
    padding-bottom: 0;
  }
}
@media print,screen and (min-width: 9200px){
	.tenpo #info{
		margin-top : 42px;
	}
	.tenpo #info .box{
		margin-top : 32px;
	}
	.tenpo #info picture{
		width : 300px;
		height : 300px;
		margin-left : 40px;
	}
	.tenpo #info .box > div{
		width : 650px;
	}
	.tenpo #info th , .tenpo #info td{
		font-size : 16px;
		line-height : 1.44;
		padding-top : calc( 13px - 3.5px );
		padding-bottom : calc( 13px - 3.5px );
	}
	.tenpo #info th{
		padding-left : 10px;
		padding-right : 10px;
		width : 120px;
	}
	.tenpo #info td{
		padding-left : 18px;
		padding-right : 18px;
	}
	.tenpo #info td + td{
		width : 430px;
	}
	.tenpo #info ul{
		margin-top : 20px;
	}
	.tenpo #info li{
		width : 160px;
		height : 30px;
		border-radius : 15px;
		font-size : 14px;
	}
	.tenpo #info li + li{
		margin-left : 10px;
	}
	.tenpo #info li[data-before]:before , .tenpo #info .large{
		font-size : 18px;
	}
}
@media screen and (max-width: 768px){
	.tenpo #cta01{
		margin-top : calc( 130 * 100vw / 750 );
	}
}
@media screen and (min-width: 769px) and (max-width:9366px){
	.tenpo #cta01{
		margin-top : calc( 89 * 100vw / 1366 );
	}
}
@media print,screen and (min-width: 9200px){
	.tenpo #cta01{
		margin-top : 89px;
	}
}
.tenpo .cta .box{
	position : relative;
}
.tenpo .cta .box > p{
	position : absolute;
	background : url("/ren1909/images/tenpo/cta/bg_text.png") 0 0  / contain no-repeat;
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	flex-direction : column;
	letter-spacing : -.04em;
	z-index : 1;
}
.tenpo .cta .box > p em{
	font-weight : 900;
}
.tenpo .cta h4{
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	background-position : 0 0;
	background-repeat : no-repeat;
	background-size : cover;
	color : #fff;
}
.tenpo .cta h4 em{
	font-weight : 700;
	color : #ffd800;
}
.tenpo .cta ul{
	background-color : #802077;
}
.tenpo .cta h5{
	font-weight : 700;
	color : #ffd800;
	text-align : center;
}
.tenpo .cta li a{
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	color : #802077;
	font-weight : 700;
	background-color : #fff;
	background-repeat : no-repeat;
	background-position-y : center;
}
.tenpo .cta li:nth-child(1) a{
	background-image : url("/ren1909/images/ui/icon/tel02.png");
}
.tenpo .cta li:nth-child(2) a{
	background-image : url("/ren1909/images/ui/icon/web.png");
}
.tenpo .cta dl{
	color : #fff;
	display : flex;
	align-items : center;
	justify-content : center;
}
.tenpo .cta dd + dd:before{
	content : "｜";
}
.tenpo .cta > a{
	border-style : solid;
	font-weight : 700;
	background-image : url("/ren1909/images/ui/icon/arrowleft02.png");
	background-repeat : no-repeat;
	background-position-y : center;
}
.tenpo .cta > a em{
	color : #802077;
}
@media screen and (max-width: 768px){
	.tenpo .cta .box{
		border-radius : calc( 20 * 100vw / 750 );
	}
	.tenpo .cta .box > p{
		width : calc( 170 * 100vw / 750 );
		height : calc( 170 * 100vw / 750 );
		top : calc( -69 * 100vw / 750 );
		left : calc( 22 * 100vw / 750 );
	}
	.tenpo .cta .box > p img{
		height : calc( 50 * 100vw / 750 );
	}
	.tenpo .cta .box > p span{
		font-size : calc( 20 * 100vw / 750 );
		line-height : 1.05;
		margin-top : calc( ( 4 - .5 ) * 100vw / 750 );
	}
	.tenpo .cta h4{
		height : calc( 216 * 100vw / 750 );
		font-size : calc( 70 * 100vw / 750 );
		line-height : 1.06;
		flex-direction : column;
		background-image : url("/ren1909/images/tenpo/cta/bg_title_sp.png");
	}
	.tenpo .cta ul{
		padding-top : calc( 60 * 100vw / 750 );
		padding-bottom : calc( 90 * 100vw / 750 );
		border-radius : 0 0 calc( 20 * 100vw / 750 ) calc( 20 * 100vw / 750 );
	}
	.tenpo .cta li{
		width : calc( 630 * 100vw / 750 );
		margin-left : auto;
		margin-right : auto;
	}
	.tenpo .cta li + li{
		margin-top : calc( 68 * 100vw / 750 );
	}
	.tenpo .cta h5{
		font-size : calc( 36 * 100vw / 750 );
	}
	.tenpo .cta li a{
		height : calc( 120 * 100vw / 750 );
		margin-top : calc( 21 * 100vw / 750 );
		border-radius : calc( 60 * 100vw / 750 );
		background-size : auto calc( 90 * 100vw / 750 );
		background-position-x : calc( 20 * 100vw / 750 );
	}
	.tenpo .cta li:nth-child(1) a{
		font-size : calc( 50 * 100vw / 750 );
	}
	.tenpo .cta li:nth-child(2) a{
		font-size : calc( 30 * 100vw / 750 );
		line-height : 1.2;
	}
	.tenpo .cta dl{
		margin-top : calc( ( 21 - 5 ) * 100vw / 750 );
		font-size : calc( 26 * 100vw / 750 );
		flex-wrap : wrap;
		text-align : center;
	}
	.tenpo .cta dt{
		width : 100%;
	}
	.tenpo .cta dt , .tenpo .cta dd{
		line-height : 1.38;
	}
	.tenpo .cta > a{
		border-color : rgba(98,98,98,.3);
		border-width : calc( 2 * 100vw / 750 );
		width : 100%;
		height : calc( 140 * 100vw / 750 );
		font-size : calc( 36 * 100vw / 750 );
		line-height : 1.11;
		border-radius : calc( 70 * 100vw / 750 );
		margin-top : calc( 50 * 100vw / 750 );
		background-size : auto calc( 25 * 100vw / 750 );
		background-position-x : calc( 615 * 100vw / 750 );
		display : block;
		text-align : center;
		padding-top : calc( ( 31 - 2 ) * 100vw / 750 );
		padding-bottom : calc( ( 36 - 2 ) * 100vw / 750 );
	}
  .tenpo .cta > a.btn-ouchi {
    height : calc( 100 * 100vw / 750 );
    background-color: #FFD800;
  }
}
@media print,screen and (min-width: 769px){
	.tenpo .cta .box{
		border-radius : calc( 20 * 100vw / 750 );
	}
	.tenpo .cta h4{
		background-image : url("/ren1909/images/tenpo/cta/bg_title_pc.png");
		position : relative;
	}
	.tenpo .cta h4:before{
		content : "";
		display : block;
		background : url("/ren1909/images/tenpo/cta/char.png") 0 0 / contain no-repeat;
		position : absolute;
	}
	.tenpo .cta ul{
		display : flex;
		align-items : flex-start;
		justify-content : center;
	}
	.tenpo .cta li a{
		box-shadow : 2.457px 1.721px 3px 0 rgba(0, 0, 0, .3);
		width : 100%;
	}
	.tenpo .cta dt{
		margin-right : 1em;
	}
	.tenpo .cta > a{
		margin-left : auto;
		margin-right : auto;
		border-width : 1px;
		border-color : #d5d5d5;
		display : flex;
		align-items : center;
		justify-content : center;
		text-align : center;
	}
  .tenpo .cta > a.btn-ouchi {
    background-color: #FFD800;
  }
}
@media screen and (min-width: 769px) and (max-width:9366px){
	.tenpo .cta .box{
		border-radius : calc( 10 * 100vw / 1366 );
	}
	.tenpo .cta .box > p{
		width : calc( 130 * 100vw / 1366 );
		height : calc( 130 * 100vw / 1366 );
		top : calc( -37 * 100vw / 1366 );
		left : calc( 96 * 100vw / 1366 );
	}
	.tenpo .cta .box > p img{
		height : calc( 37 * 100vw / 1366 );
	}
	.tenpo .cta .box > p span{
		font-size : calc( 15 * 100vw / 1366 );
		line-height : 1.07;
		margin-top : calc( ( 3 - .5 ) * 100vw / 1366 );
	}
	.tenpo .cta h4{
		height : calc( 80 * 100vw / 1366 );
		font-size : calc( 48 * 100vw / 1366 );
	}
	.tenpo .cta h4:before{
		width : calc( 145 * 100vw / 1366 );
		height : calc( 158 * 100vw / 1366 );
		right : calc( 95 * 100vw / 1366 );
		bottom : 0;
	}
	.tenpo .cta ul{
		padding-top : calc( 28 * 100vw / 1366 );
		padding-bottom : calc( 28 * 100vw / 1366 );
		border-radius : 0 0 calc( 10 * 100vw / 1366 ) calc( 10 * 100vw / 1366 );
	}
	.tenpo .cta li{
		width : calc( 400 * 100vw / 1366 );
	}
	.tenpo .cta li + li{
		margin-left : calc( 40 * 100vw / 1366 );
	}
	.tenpo .cta h5{
		font-size : calc( 18 * 100vw / 1366 );
	}
	.tenpo .cta li a{
		height : calc( 70 * 100vw / 1366 );
		margin-top : calc( 10 * 100vw / 1366 );
		border-radius : calc( 35 * 100vw / 1366 );
		background-size : auto calc( 53 * 100vw / 1366 );
		background-position-x : calc( 10 * 100vw / 1366 );
	}
	.tenpo .cta li:nth-child(1) a{
		font-size : calc( 32 * 100vw / 1366 );
	}
	.tenpo .cta li:nth-child(2) a{
		font-size : calc( 22 * 100vw / 1366 );
		line-height : 1.09;
	}
	.tenpo .cta dl{
		margin-top : calc( 11 * 100vw / 1366 );
		font-size : calc( 14 * 100vw / 1366 );
		white-space : nowrap;
	}
	.tenpo .cta > a{
		width : calc( 500 * 100vw / 1366 );
		height : calc( 60 * 100vw / 1366 );
		font-size : calc( 20 * 100vw / 1366 );
		border-radius : calc( 30 * 100vw / 1366 );
		margin-top : calc( 30 * 100vw / 1366 );
		background-size : auto calc( 12 * 100vw / 1366 );
		background-position-x : calc( 469 * 100vw / 1366 );
	}
}
@media print,screen and (min-width: 9200px){
	.tenpo .cta .box{
		border-radius : 10px;
	}
	.tenpo .cta .box > p{
		width : 130px;
		height : 130px;
		top : -37px;
		left : 96px;
	}
	.tenpo .cta .box > p img{
		height : 37px;
	}
	.tenpo .cta .box > p span{
		font-size : 15px;
		line-height : 1.07;
		margin-top : calc( 3px - .5px );
	}
	.tenpo .cta h4{
		height : 80px;
		font-size : 48px;
	}
	.tenpo .cta h4:before{
		width : 145px;
		height : 158px;
		left : 748px;
		bottom : 0;
	}
	.tenpo .cta ul{
		padding-top : 28px;
		padding-bottom : 28px;
		border-radius : 0 0 10px 10px;
	}
	.tenpo .cta li{
		width : 400px;
	}
	.tenpo .cta li + li{
		margin-left : 40px;
	}
	.tenpo .cta h5{
		font-size : 18px;
	}
	.tenpo .cta li a{
		height : 70px;
		margin-top : 10px;
		border-radius : 35px;
		background-size : auto 53px;
		background-position-x : 10px;
	}
	.tenpo .cta li:nth-child(1) a{
		font-size : 32px;
	}
	.tenpo .cta li:nth-child(2) a{
		font-size : 22px;
		line-height : 1.09;
	}
	.tenpo .cta dl{
		margin-top : 11px;
		font-size : 14px;
	}
	.tenpo .cta > a{
		width : 500px;
		height : 60px;
		font-size : 20px;
		border-radius : 30px;
		margin-top : 30px;
		background-size : auto 12px;
		background-position-x : 469px;
	}
}
.tenpo #message picture img{
	width : 100%;
	height : auto;
}
@media screen and (max-width: 768px){
	.tenpo #message{
		margin-top : calc( 112 * 100vw / 750 );
	}
	.tenpo #message ul{
		margin-top : calc( 48 * 100vw / 750 );
	}
	.tenpo #message li + li{
		margin-top : calc( ( 55 - 5 ) * 100vw / 750 );
	}
	.tenpo #message picture{
		width : calc( 500 * 100vw / 750 );
		margin-left : auto;
		margin-right : auto;
	}
	.tenpo #message p{
		font-size : calc( 30 * 100vw / 750 );
		line-height : 1.33;
		margin-top : calc( ( 40 - 5 ) * 100vw / 750 );
	}
}
@media print,screen and (min-width: 769px){
	.tenpo #message li{
		display : flex;
		align-items : flex-start;
		/*justify-content : center;*/
	}
	.tenpo #message li:nth-child(even){
		flex-direction : row-reverse;
	}
	.tenpo #message picture{
		flex-shrink : 0;
	}
}
@media screen and (min-width: 769px) and (max-width:9366px){
	.tenpo #message{
		margin-top : calc( 87 * 100vw / 1366 );
	}
	.tenpo #message ul{
		margin-top : calc( 31 * 100vw / 1366 );
	}
	.tenpo #message li + li{
		margin-top : calc( 30 * 100vw / 1366 );
	}
	.tenpo #message li:nth-child(odd) picture{
		margin-right : calc( 30 * 100vw / 1366 );
	}
	.tenpo #message li:nth-child(even) picture{
		margin-left : calc( 30 * 100vw / 1366 );
	}
	.tenpo #message picture{
		width : calc( 300 * 100vw / 1366 );
	}
	.tenpo #message p{
		font-size : calc( 16 * 100vw / 1366 );
		line-height : 1.5;
		margin-top : calc( -4 * 100vw / 1366 );
	}
}
@media print,screen and (min-width: 9200px){
	.tenpo #message{
		margin-top : 87px;
	}
	.tenpo #message ul{
		margin-top : 31px;
	}
	.tenpo #message li + li{
		margin-top : 30px;
	}
	.tenpo #message li:nth-child(odd) picture{
		margin-right : 30px;
	}
	.tenpo #message li:nth-child(even) picture{
		margin-left : 30px;
	}
	.tenpo #message picture{
		width : 300px;
	}
	.tenpo #message p{
		font-size : 16px;
		line-height : 1.5;
		margin-top : -4px;
	}
}
@media screen and (max-width: 768px){
	.tenpo #cta02{
		margin-top : calc( ( 140 - 5 ) * 100vw / 750 );
	}
}
@media screen and (min-width: 769px) and (max-width:9366px){
	.tenpo #cta02{
		margin-top : calc( 120 * 100vw / 1366 );
	}
}
@media print,screen and (min-width: 9200px){
	.tenpo #cta02{
		margin-top : 120px;
	}
}
@media screen and (max-width: 768px){
	.tenpo .btnLinks{
		margin-top : calc( 120 * 100vw / 750 );
		padding-bottom : calc( 261 * 100vw / 750 );
	}
}
@media print,screen and (min-width: 769px){
	.tenpo .btnLinks{
		display : flex;
		align-items : center;
		justify-content : space-between;
	}
	.tenpo .btnLinks button{
		border : 1px solid #d5d5d5;
		display : flex;
		align-items : center;
		justify-content : center;
		text-align : center;
		background-image : url("/ren1909/images/ui/icon/arrowleft02.png");
		background-position-y : center;
		background-repeat : no-repeat;
	}
}
@media screen and (min-width: 769px) and (max-width:9366px){
	.tenpo .btnLinks{
		margin-top : calc( 72 * 100vw / 1366 );
		padding-bottom : calc( 80 * 100vw / 1366 );
	}
	.tenpo .btnLinks button{
		width : calc( 240 * 100vw / 1366 );
		height : calc( 30 * 100vw / 1366 );
		font-size : calc( 14 * 100vw / 1366 );
		background-size : auto calc( 12 * 100vw / 1366 );
		background-position-x : calc( 217 * 100vw / 1366 );
		border-radius : calc( 15 * 100vw / 1366 );
	}
}
@media print,screen and (min-width: 9200px){
	.tenpo .btnLinks{
		margin-top : 72px;
		padding-bottom : 80px;
	}
	.tenpo .btnLinks button{
		width : 240px;
		height : 30px;
		font-size : 14px;
		background-size : auto 12px;
		background-position-x : 217px;
		border-radius : 15px;
	}
}
@media print{
  #header,
  #breadcrumbs,
  #lplinkban,
  .selectShop,
  .cta,
  .btnLinks,
  #toggle,
  #footer {
    display: none !important;
  }
  body {
    padding-top: 0;
  }
  .title01 {
    height: auto;
    padding: 20px 0;
  }
  #main #map {
    width: 100%;
    padding: 0;
  }
}


.tenpo #letter .letter-box {
  text-align: center;
}
.tenpo #letter .letter-img {
  border: 1px solid #999;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px){
  .tenpo #letter {
    margin-top: calc( 110 * 100vw / 750 );
  }
  .tenpo #letter .letter-link {
    pointer-events: none;
  }
  .tenpo #letter .letter-img {
    margin-bottom: calc( 10 * 100vw / 750 );
  }
  .tenpo #pdf iframe {
    width: 100%;
    height: 126vw;
    margin: 30px 0 60px;
  }
}
@media print,screen and (min-width: 769px){
  .tenpo #letter {
    margin-top: calc( 42 * 100vw / 1366 );
    padding-left: calc( 115 * 100% / 980 );
    padding-right: calc( 115 * 100% / 980 );
  }
  .tenpo #letter .letter-img {
    margin-bottom: calc( 10 * 100vw / 1366 );
  }
  .tenpo #pdf iframe {
    width: 100%;
    height: 139vw;
    max-height: 1387px;
    margin: calc(40 * 100% / 980) 0 calc(70 * 100% / 980);
  }
}
.lb-outerContainer,.lightbox .lb-image {
  max-width: 96vw;height: auto !important;
}


#top-notice,
#top-img,
#kinkyu,
#mv {
  line-height: 1.5;
  border: 1px solid #999;
}
#top-notice a,
#kinkyu a {
  text-decoration: underline;
  color: #333;
}
#top-notice img,
#top-img img,
#kinkyu img,
#mv img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top-notice,
  #top-img,
  #kinkyu,
  #mv {
    margin: 0 auto calc( 80 * 100vw / 750 );
    font-size: calc( 30 * 100vw / 750 );
  }
  #top-notice,
  #kinkyu {
    padding: 2em;
  }
	#top-notice {
		margin-top: calc( 80 * 100vw / 750 );
	}
}
@media screen and (min-width: 769px) {
  #top-notice,
  #kinkyu {
    width: 80%;
    margin: calc( 30 * 100vw / 1366) calc( 115 * 100% / 980 );
    padding: 1em;
    font-size: calc( 16 * 100vw / 1366 );
  }
  #top-img,
  #mv {
    margin: calc( 30 * 100vw / 1366) calc( 115 * 100% / 980 );
  }
}