
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header-tsushin {
	position: relative;
	width: 100%;
	padding:0;
	height: 300px;
	margin: 0 auto;
	background: #FFFFFF;
}
#header-tsushin-area h1 {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	background: url("../../img/tsushin/tit3.jpg") no-repeat center center / 3600px auto;
	text-indent: -99999px;
}
#header-tsushin-area h1 a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}

/*------------------------------------------------------------------------------
								TSUSHIN
------------------------------------------------------------------------------*/
#tsushin {
	width:100%;
	max-width: 1600px;
	margin:0 auto;
	box-sizing:border-box;
	padding:0 70px 0;
}
#tsushin h3 {
	font-family: 'M PLUS 1p', sans-serif;
	line-height:1.5em;
	font-size:27px;
	text-align:center;
	color:#d60000;
	width:100%;
	padding:20px 0;
	border-top:3px dotted #d60000;
	border-bottom:3px dotted #d60000;
	margin-bottom:40px;
	font-weight:700;
}
#tsushin p.name {
	line-height:1.6em;
	text-align:center;
	font-weight: 500;
}
#tsushin p.btn {
	width:15em;
	line-height:2em;
	text-align: center;
	color: #d60000;
	font-weight: 600;
	background:url(../../img/contents/arrow.png) no-repeat left 0.5em center / 1em auto;
	padding:0 1em 0 2em;
	border:2px solid #d60000;
	-webkit-border-radius:1.2em;
	-moz-border-radius:1.2em;
	border-radius:1.2em;
	margin: 0 auto;
	position: relative;
}
#tsushin p.btn a {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	text-indent:-999999px;
}

.tsushin .box {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	font-size:0;
}
.tsushin .box li {
	width: 32%;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 3.5%;
	position: relative;
	vertical-align: top;
}

/*.tsushin .box {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	width: 720px;
	width: 100%;
	font-size:0;
}
.tsushin .box li {
	width: 49%;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 3.5%;
	position: relative;
	vertical-align: top;
}*/


.tsushin .box li .room-link {
	border-radius: 10px;
	overflow: hidden;
}

.tsushin .box li .room-link img {
	-webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scale(1.0);
}
.tsushin .box li:hover .room-link img {
	-webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scale(1.05);
}

.tsushin .box li:nth-child(3n) {
	margin-right: 0px;
}
.tsushin .box li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	text-indent: -99999px;
}
.tsushin .box li .room-txt-box {
	font-size: 18px;
	color: #333333;
	line-height: 1.5em;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	text-align: justify;
}
.tsushin .box li .room-txt-box .number {
	margin-top: 15px;
	margin-bottom: 8px;
	background: #c50018;
	display: table;
	line-height: 1.6em;
	padding: 0 1em;
	font-size: 24px;
	color: #FFFFFF;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	margin: 15px auto 15px;
	
	width: 3.6em;
	text-align: center;
}
.tsushin .box li p {
	text-align: justify;
	text-align: center;
}
.tsushin .cs {
	text-align: center;
	font-size: 40px;
	font-weight: 800;
	color: #999999;
}
/*------------------------------------------------------------------------------
								MODAL
------------------------------------------------------------------------------*/
#modal {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	position:fixed;
	top:0px;
	left:0px;
	z-index:99998;
	display:none;
}
#modalWaku {
	position:absolute;
	width:90%;
	max-width: 1440px;
	max-height: 810px;
	height:50.625vw;
	top:50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

#modalWaku .prArea {  
	margin: 0 auto 0 auto;
	color: #000;
	font-size: 16px;
	line-height: 1.6em;
	width:100%;
	box-sizing: border-box;
	padding:0;
	display:none;
}
#modalWaku .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0;
	background:#000000;
}
#modalWaku .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#modalCloseB {
	width:50px;
	height:50px;
	position:absolute;
	right:20px;
	top:20px;
	display:none;
}
#modalCloseB a {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
}
.close span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFFFFF;
}
.close span:nth-of-type(1) {
  top: 5px;
}
.close span:nth-of-type(2) {
  top: 13px;
}
.close span:nth-of-type(3) {
  bottom: 5px;
}

.close span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(18px) rotate(-45deg);
}
.close span:nth-of-type(2) {
  left: 150%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
.close span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-18px) rotate(45deg);
}
#close-icon a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	text-indent:-99999px;
}
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
#header-tsushin {
	position: relative;
	width: 100%;
	padding:0;
	height: 0px;
	padding-top: 36%;
	margin: 0 auto;
}
#header-tsushin-area h1 {
	background: url("../../img/tsushin/tit3.jpg") no-repeat center center / auto 36vw;
}
/*------------------------------------------------------------------------------
								TSUSHIN
------------------------------------------------------------------------------*/
#tsushin {
	margin:0 auto;
	box-sizing:border-box;
	padding:0 30px 0;
}
#tsushin h3 {
	font-size:4vw;
}
#tsushin p.name {
	margin-bottom:3vw;
}
#tsushin p.btn {
	border: 3px solid #d60000;
}
.tsushin .box {
	padding: 0 0;
	width: 100%;
}
.tsushin .box li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.tsushin .box li .room-link {
	border-radius: 1vw;
}
.tsushin .box li .room-link img {
	-webkit-transition: none;
	transition:         none;
}
.tsushin .box li:hover .room-link img {
	-webkit-transition: none;
	transition:         none;
	transform: scale(1.0);
}

.tsushin .box li:nth-child(3n) {
	margin-right: 4%;
}
.tsushin .box li:nth-child(2n) {
	margin-right: 0px;
}
.tsushin .box li .room-txt-box {
	font-size: 2.8vw;
}
.tsushin .box li .room-txt-box .number {
	margin-top: 2vw;
	margin-bottom: 1vw;
	font-size: 3.2vw;
}
.tsushin .cs {
	font-size: 5vw;
}
/*------------------------------------------------------------------------------
								MODAL
------------------------------------------------------------------------------*/
#modalWaku {
	position:absolute;
	width:100%;
	max-width: 1000px;
	max-height: 740px;
	height:50.625vw;
}
#modalCloseB {
	width:12vw;
	height:12vw;
	right:3vw;
	top:3vw;
}
.close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.4vw;
  background-color: #FFFFFF;
}
.close span:nth-of-type(1) {
  top: 5.8vw;
}
.close span:nth-of-type(2) {
  top: 5.8vw;
}
.close span:nth-of-type(3) {
  bottom: 5.8vw;
}

.close span:nth-of-type(1) {
  -webkit-transform: translateY(0vw) rotate(-45deg);
  transform: translateY(0vw) rotate(-45deg);
}
.close span:nth-of-type(2) {
  left: 150%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
.close span:nth-of-type(3) {
  -webkit-transform: translateY(0vw) rotate(45deg);
  transform: translateY(0vw) rotate(45deg);
}
}


@media print{
.main ul li .photo-none {
	display:none;
}
}