
.c_info{
	background: url("https://www.kobe-porttower-hotel.com/rakuraku/img/c_bk.jpg") no-repeat;
	width: 950px;
	height: 300px;
	position: relative;
	margin: 20px auto;
}

.c_info a{
	position: absolute;
	top: 166px;
	left: 317px;
}

.c_info a:hover {
  background: url("https://www.kobe-porttower-hotel.com/rakuraku/img/c_bt_on.png");
}

.info {
  width: 100%;
  margin: 0 auto;
}

.info h1 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
  padding: 70px 0 14px 0;
  font-size: 170%;
  border-bottom: 1px solid #000000;
  line-height: 28px;
}
.info h2 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
  padding: 70px 0 24px 0;
  font-size: 170%;
  border-bottom: 1px solid #000000;
}

.info h3 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
  padding: 14px 0;
  font-size: 170%;
}

.info h4 {
  font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
  padding: 10px 0 14px 0;
  font-size: 170%;
  margin: 20px auto;
  background-color: #100F6F;
  width: 800px;
  color: #fff;
  text-align: center;
}

.info_tr {
  padding-bottom: 40px;
  margin: 20px auto;
  text-align: center;
}
.info_tr span {
  color: #C0080B;
  font-weight: bold;
  margin: 0 auto 20px auto;
  font-size: 150%;
  font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}

.info_photo {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.info img {
  padding: 20px 10px;
}

.info_gloves {
  border: #01B41B 2px solid;
  width: 50%;
  margin: 20px auto 10px auto;
  padding: 20px 0;
  border-radius: 10px;
  text-align: center;
}

.info_gloves_ttl {
  display: block;
}
.info_7 {
  width: 50%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.info_mini {
  font-size: 80%;
  margin: -10px auto;
  text-align: center;
}
.info_res {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
.info_res span:first-child {
  display: block;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 20px 0;
  font-size: 120%;
}
.info_res span:nth-child(2n) {
  color: #C30B0E;
  font-weight: bold;
}
.br-p {
  margin-bottom: 10px;
}




.popupModal1{
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

.popupModal1 label img:hover{
opacity: 0.6; filter: brightness(110%); 
}

.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 70%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}



.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}

.modalMain img{
	width: 100%;
	height: auto;
}

.modalTitle{
	font-size: 200%;
}

.goto{
	background: url("https://www.kobe-porttower-hotel.com/rakuraku/img/goto_bk.jpg") no-repeat center;
	height: 315px;
	position: relative;
}

.goto a{
	border-radius: 10px;
	position: absolute;
	top: 252px;
	right: 312px;
	display: block;
  padding: 0.3em 1em;
  margin: 0 auto;
  background: #fff;
  border: 0.1875em solid #333;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease 0s;
	 text-decoration: none;
	text-align: center;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	line-height: 22px;
}
.goto a:hover {
  background: #C70D11;
  color: #fff;
	 text-decoration: none;
	border: 0.1875em solid #fff;
}

.godog{
	background: url("https://www.kobe-porttower-hotel.com/rakuraku/img/go_dog.png") no-repeat center;
	height: 532px;
}

.godog_img{
	margin: 313px 0 0 530px;
}

.godog_img2{
	margin: 36px 0 0 530px;
}

.godog_img3{
	margin: 32px 0 0 530px;
}

.godog img:hover {
  opacity: 0.5 ;
}

.goto span{
	font-weight: bold;
	color: #C70D11;
	background: #FFF27F;
	padding: 0 5px;
}

.goto span:hover{
	font-weight: bold;
	color: #C70D11;
	background: #FFF27F;
}

.cv{
	background: url("../img/top_cv_bk.jpg") no-repeat center;
	height: 200px;
	position: relative;
	margin: 50px auto;text-decoration: none;
}

.cv a{
		display: block;
  padding: 0.6em 2em;
  margin: 0 0 1em;
  background: #99FFFF;
box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  color: #12335f;
  cursor: pointer;
  transition: all 0.3s ease 0s;
	 text-decoration: none;
	width: 400px;
	font-size: 140%;
	position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	
}
.cv a:hover {
  background: #fff;
  color: #12335f;
	 text-decoration: none;
}

.cv a:before {
    display: block;
    content: "";
    position: absolute;
    top: 49%;
    right: 25px;
	
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;        /*top right bottom を透明化 */
    border-left: 5px solid #12335f;
}

.new{
	background-color: #F0E8E1;
	width: 100%;
	display: flex;
	padding: 20px 0;
	margin: 50px auto;
}

.popup_wrap{
	margin: 0 auto;
	text-align: center;
}

.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
	margin: 0 auto;
	text-align: center;
	height: 300px;
	width: 600px;
	padding: 20px;
	border-radius: 5px;
	
}
.popup_content iframe{
	width: 100%;
	height: 500px !important;
	
}

.popup_content p{
	margin: 0 auto;
	text-align: center;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  margin:10px auto;
  padding: 7px 8px;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
	background: #B00A0D;
	color: #fff;
	text-align: center;

}
.open_btn:hover{
    background:#000;
    color:#fff;
    transition: .3s ease;
}


.apply{
	background: url("../img/apply.png") no-repeat;
	height: 505px;
	position: relative;
}

.apply img{
	position: absolute;
	top: 367px;
	left: 470px;
}

.i_news{
	border: double 5px #000;
	padding: 10px 10px 30px 10px;
	margin: 50px 0;
	height: 350px;
	text-align: center;
/*	background: url("../img/news_bk.jpg");
	background-size: contain;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);*/
}

.i_news iframe{
	display: inline-block;
	margin: 20px 0;
}

.i_news_bt {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	display: inline-flex;
	margin-left: -60px;/*３つになったら消す*/
}
.i_news_bt label{
	margin: 0 auto;
	text-align: center;
	
}
.i_news iframe:nth-of-type(even){
	border-right: solid 1px #000;
	padding-right: 10px;
}
.i_news iframe:nth-of-type(odd){
	margin-left: 10px;
}
.i_news iframe:first-of-type{
	margin: 0 auto 10px auto!important;
	text-align: center !important;
	padding: 0;
	height: 50px;
	display: block;
}
.i_news iframe:last-of-type{
	border: none;
}
.p_news{
	display: block;
}
.p_news span{
	position: relative;
padding: 0 0 5px 15px;
border-bottom: 1px solid #000;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

.p_news span::after {
position: absolute;
content: '';
top: 4px;
left:0;
width: 5px;
height:25px;
background-color: #BD0606;
}

/*===2つのバス案内部分=====================================*/
.cbus1 {
    background: url("https://www.kobe-porttower-hotel.com/rakuraku/img/citybus02.jpg") no-repeat center;
    background-size: cover;
    margin: 50px auto;
    width: 900px;
    height: 360px;
    position: relative;
}
.cb001 {
    position: absolute;
    top: 92px;
    left: 128px;
}
.cb002 {
    position: absolute;
    top: 92px;
    left: 521px;
}
