﻿@charset "utf-8";

/*---- その他周辺ホテル追記 SP ----*/
@media screen and (max-width: 568px) {
	.hotel_nav li {
		height: auto;
	}
	.mw100per .hotel05 .z_index_1 .hotel_nav {
		border: 1px dashed #ff5ca5;
	}
	.mw100per .hotel05 .z_index_1 .hotel_nav li:nth-child(1) {
		border-right: 1px dashed #ff5ca5;
	}
	.mw100per .hotel05 .z_index_1 .hotel_nav li:nth-child(3) {
		border-top: 1px dashed #ff5ca5;
		border-right: 1px dashed #ff5ca5;
	}
	.mw100per .hotel05 .z_index_1 .hotel_nav li:nth-child(4) {
		border-top: 1px dashed #ff5ca5;
	}
}

/* ----グッドネイバーホテル 追記共通---- */

/*---- グッドネイバーホテル PC ----*/
@media screen and (min-width: 569px) {
	#one_column .one_column {
		display: flex;
		align-items: center;
	}
	#one_column .box_frame08 {
		width: 970px;
		margin: 0 15px;
	}
	#one_column .one_column .txt, .one_column .col_wrap  {
	width: 50%;
	padding-left: 38px;
 	}
 	#one_column .one_column .txt {
		padding-left: 30px;
	}
	#one_column .one_column .txt>.hotel_caption {
		margin-top: 0;
	}
}

/*---- グッドネイバーホテル SP ----*/
@media screen and (max-width: 568px) {
	#one_column .one_column>.col_wrap {
		padding-top: 0;
	}
	#one_column .col_wrap .type_area {
		top: 9%;
	}
}

