@charset "utf-8";
/* --------------------------------
	SP用のCSSです。
-------------------------------- */

.Main_contents {
	width: 100%;
	margin: -15px auto 0;
	font-size: 1.4rem;
}
#Main_Visual {
	position: relative;
	width: 100%;
	margin-top: -5px;
	margin-bottom: 70px;
}

#Main_Visual img {
	width: 100%;
	vertical-align: bottom;
}


.Main_menu {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
ul.Main_menu {
	overflow: hidden;
     width: 348px;
        margin: 0 auto;
}
.Main_menu li a {
	float: left;
	width: 110px;
	height: 112px;
	margin: 0 3px;
	text-indent: -9999px;
}
.Main_menu li.menu_01 a {
	background: url("../images/menu_01.png") no-repeat;
	background-size: 110px 112px;
}
.Main_menu li.menu_01 a:hover {
	background: url("../images/menu_01_up.png") no-repeat;
	background-size: 110px 112px;
}
.Main_menu li.menu_02 a {
	background: url("../images/menu_02.png") no-repeat;
	background-size: 110px 112px;
}
.Main_menu li.menu_02 a:hover {
	background: url("../images/menu_02_up.png") no-repeat;
	background-size: 110px 112px;
}
.Main_menu li.menu_03 a {
	background: url("../images/menu_03.png") no-repeat;
	background-size: 110px 112px;
}
.Main_menu li.menu_03 a:hover {
	background: url("../images/menu_03_up.png") no-repeat;
	background-size: 110px 112px;
}
/* --------------------------------
	contents style
-------------------------------- */
.contents_A {
	width: 100%;
	margin: 30px 0;
	color: #4d4d4d;
	text-align: center;
}

.contents_A p {
	text-align: left;
	font-size: 1.4rem;
}
.contents_A h1 {
	width: 100%;
	height: 55px;
	background: #d6171b url("../images/title01.jpg") no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	padding-left: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	position: relative;
	line-height: 1.2;
	text-align: left;
}
.contents_A h1 .icon_area {
	position: absolute;
	left: 0px;
	bottom: 5px;
}
.contents_A h1 .icon_area img{
	width: 50px;
}
.contents_A .contents_box {
	margin: 20px 10px;
	font-size: 1.4rem;
	line-height: 1.8;
	overflow: hidden;
}
.contents_A .contents_box .pic_a {
	margin: 0 auto;
	width: 320px;
	max-width: 100%;
}
.contents_A .contents_box .pic_b {
	margin: 0 auto;
	width: 297px;
	max-width: 100%;
}
/* --------------------------------
	検索カスタム
-------------------------------- */
#MainBlock {
	width: 100%;
	padding: 30px 10px 50px;
	background: url("../images/w_line.jpg") no-repeat top left, url("../images/w_line.jpg") no-repeat bottom left, #fff;
	box-sizing: border-box;
}
#SearchForm {
	background-color: rgba(255, 255, 255, 1.0) !important;
}
#MainBlock h2 {
	color: #d6171b;
	margin: 0px 0px 10px;
	font-size: 1.8rem;
	line-height: 1.5;
}
/* --------------------------------
	map
-------------------------------- */
.map_area {
	position: relative;
	z-index: 1;
}
.contents_A .map_box {
	padding: 20px 10px;
	font-size: 16px;
	line-height: 1.8;
}
.img_100{
	width: 100%;
}

.panda {
	width: 280px;
	max-width: 100%;
}
.map_box ul {
	margin-top: 10px;
}
.map_box li {
	padding: 10px;
	margin-bottom: 20px;
	/* box-shadow: 0 0 10px 0 #ccc; */
	background-color: #fff;
	line-height: 1.2;
}

.map_box li:last-child{
	margin-bottom: 10px;
}
.map_box li h3 {
	font-size: 1.6rem;
	color: #d6171b;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align:left;
}
.map_box li h3 img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
	margin-left: -10px;
	width: 40px;
	float: left;
}

.map_box li h3:after {
	content: "";
	display: block;
	clear: both;

}
.map_list {
	background-color: #d6171b;
	padding: 10px 10px 20px;
}
/* --------------------------------
	city_list
-------------------------------- */
.contents_A h2.tit2 {
	padding: 10px;
	margin: 0 10px;
	box-sizing: border-box;
	border: solid 1px #d6171b;
	font-size: 1.6rem;
	color: #d6171b;
	box-shadow: 0 0 3px 0 #ccc;
	text-align: left;
}
.contents_A .city_list {
	padding: 20px 10px 20px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.contents_A .city_list p {
	margin-bottom: 5px;
	line-height: 1.2;
}
.contents_A .city_list ul {
	background: rgba(255, 255, 255, 0.6) url("../images/city_back.jpg") no-repeat bottom left;
	background-size: contain;
	box-sizing: border-box;
	padding: 10px 0 220px;
	margin-bottom: 5px;
}
.contents_A .city_list ul li h3 {
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	text-align: left;
	font-size: 1.4rem;
}
.city_list table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.2rem;
	margin: 5px 0 30px;
	text-align: center;
}
.city_list table td {
	border: solid 1px #cccccc;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 8px 10px;
}
.city_list table th {
	border: solid 1px #cccccc;
	background-color: rgba(245, 245, 245, 0.8);
	padding: 8px 10px;
	box-sizing: border-box
}
.t01 {
	width: 30%;
}
.t02 {
	width: 15%;
}
.t03 {
	width: 25%;
}
.t04 {
	width: 30%;
}
.font_s {
	font-size: 1.1rem!important;
	color: #4d4d4d;
}
.over_b {
	overflow: hidden;
}
.note2 {
	color: #4d4d4d;
	margin: 0;
	font-weight: normal;
	border: solid 1px #e6e6e6;
	padding: 0.3em 1em 1em 1em;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
	background: #fff;
	font-size: 1.4rem;
	position: relative;
}
.sen2 {
	background-color: #fff;
	background-image:
		linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97%, #646464 100%);
	background-size: 100% 2em;
	line-height: 2em;
	padding: 2em 0.2em 0.2em 0.2em;
}
.min_box01 {
	width: 100%;
	margin: auto;
}
.min_box01 img {
	margin-top: -30px;
}
.min_box01:after {
	content: "";
	display: block;
	clear: both;
}
.contents_A h2.tit_type {
	font-size: 1.6rem;
	height: 30px;
	color: #000;
	background: rgba(255, 255, 255, 0.6) url("../images/c_line.png") no-repeat bottom left;
	padding-bottom: 5px;
	margin-bottom: 12px;
	padding-left: 45px;
	box-sizing: content-box;
	text-align: left;
}
span.marker {
	background: linear-gradient(transparent 50%, #f8ced5 50%);
}
.type_box {
	margin: 20px 0 30px;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	background: #f9f9f9;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
	line-height: 1.5;
}
.type_box:before, .type_box:after {
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
}
.type_box:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}
.type_box p {
	margin: 0px;
}

.type_box img {
	max-width: 100%;
}
.photo_area {
	margin: 10px auto 5px;
	overflow: hidden;
	text-align: center;
}
.type_l {
	width: 100%;
}

.fl_l{
	dieplay: inline-block;
	width: 50%;
}
.type_box_all {
	overflow: hidden;
	line-height: 1.5;
}
p.w_center {
	text-align: center;
	margin: 0px !important;
}
.memo_box {
	margin: 0px 0 30px;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	color: #d6171b;
	border: #d6171b solid 2px;
	line-height: 1.4;
	font-size: 1.4rem;
}
/* --------------------------------
.air_tickets
-------------------------------- */
.air_tickets {
	margin: 16px 10px 0px;
	border-bottom: dotted #000 1px;
}
.air_tickets h3 a {
	font-size: 1.4rem;
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: underline;
}

.air_tickets h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #4d4d4d;
}

.air_tickets h3 img {
	margin-right: 12px;
	vertical-align: bottom;
}
ul.styleA01 {
	margin: 0 -5px 0 0;
	width: -moz-calc(100% + 5px);
	width: -webkit-calc(100% + 5px);
	width: calc(100% + 5px);
	font-size: 1.2rem;
	overflow: hidden;
	padding-bottom: 20px;
}
ul.styleA01 li a {
	float: left;
	width: -moz-calc((100% / 2) - 5px);
	width: -webkit-calc((100% / 2) - 5px);
	width: calc((100% / 2) - 5px);
	box-sizing: border-box;
	border: 1px solid #c4d1d9;
	-webkit-box-shadow: inset 0 0 8px 0 #c4d1d9;
	-moz-box-shadow: inset 0 0 8px 0 #c4d1d9;
	box-shadow: inset 0 0 8px 0 #c4d1d9;
	margin: 10px 5px 0 0;
	padding: 36px 5px 12px;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #4d4d4d;
	position: relative;
}
ul.styleA01 li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
ul.styleA01 li p {
	line-height: 1;
}
ul.styleA01 li p.p_dep {
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
	text-align: center;
	float: left;
	margin: auto 10px auto 0;
	font-size: 1.3rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
ul.styleA01 li p.p_arr {
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% -20px);
	width: calc(50% - 20px);
	text-align: center;
	float: right;
	margin: auto 0 auto 0px;
	font-size: 1.3rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}

ul.styleA01 li p.p_airline:before {
	content: "";
	display: block;
	clear: both;
}

ul.styleA01 li p.p_airline {
	font-size: 0.8em;
	font-weight: bold;
	color: #17557a;
	text-align: center;
	clear: both;
	margin: 10px 0px 10px;
	padding-top: 5px;
	border-top: dotted 1px #000;
}
ul.styleA01 li p.p_airline img {
	width: 70px;
	vertical-align: middle;
	margin-top: 5px;
	position: absolute;
	top: 0px;
	right: 5px;
}
ul.styleA01 li p.p_price {
	font-size: 1.4rem;
	font-weight: bold;
	color: #c50000;
	text-align: center;
	clear: both;
	margin: 0px 20px;
}
ul.styleA01 li p.p_search {
	position: absolute;
	right: 3px;
	bottom: 3px;
}

ul.styleA01 li .p_search img {
        width: 28px;
    }

ul.styleA01 li .yajirushi{
        width: 20px;
    }

.free_box {
	width: -moz-calc(100% -20px);
	width: -webkit-calc(100% -20px);
	width: calc(100% -20px);
	margin: 70px 10px;
	text-align: left;
}

.freeMessage_R{
	font-size: 1.6rem;
	font-weight: bold;
	color: #BE0101;
	line-height: 1.5;
	margin-bottom: 12px;
}

.freeMessage{
	font-size: 1.4rem;
}