@charset "UTF-8";
 @import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
/* 指定
font-family: 'Sawarabi Mincho', sans-serif;
font-family: 'Archivo Black', sans-serif;
*/

.Main_Stage {
	width: 100%;
	background: url("../images/main_sp.jpg") no-repeat center center;
	text-indent: -9999px;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-bottom: 67.875%;
	background-size: contain;
}
.naminami2 {
	background: url("../images/naminami.png") repeat-x center top;
	background-size: 75%;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	z-index: 50;
}
.naminami3 {
	background: url("../images/naminami_b.png") repeat-x 180px top;
	background-size: 75%;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	z-index: 100;
}
.naminami4 {
	background: url("../images/naminami_c.png") repeat-x center top;
	background-size: 75%;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	z-index: 100;
}
/* メニューエリア*/

.Menu_Area {
	width: 100%;
	margin: 0 auto;
}
.Menu_Area ul {
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px;
	line-height: 0;
	width: 100%;
}
.Menu_Area li {
	float: left;
	width : -moz-calc(100%/5);
	width : -webkit-calc(100%/5);
	width : calc(100%/5);
}
.Menu_Area li img {
	max-width: 90%;
	height: auto;
	margin: 0 5px;
}
/* ランキングエリア*/
.Ranking {
	width : -moz-calc(100% -20px);
	width : -webkit-calc(100% -20px);
	width : calc(100% -20px);
	padding: 0px 0 40px;
	margin: 0 0px;
	background: #ffdb88 url("../images/bg_back.jpg") repeat center center;
	position: relative;
	overflow: hidden;
}
.bk_city {
	background: url("../images/bk_city.png") repeat-x;
	background-size: 75%;
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0;
	z-index: 100;
}
.Ranking h1 {
	font-size: 2em;
	color: #000;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.Ranking h1 span {
	display: inline-block;
	text-align: left;
	white-space: nowrap
}
.Ranking h1 img {
	width: 100%;
}
.Ranking ul {
	margin: -20px 0px 10px;
	text-align: left;/*overflow: hidden;*/
}
.Ranking li {
	box-sizing: border-box;
	padding: 3px 5px;
	text-align: center;
	margin: 0 auto;
	display: table;
	width: 96%;
}
.Ranking li img {
	width: 100%;
	max-width: 312px;
}
.Ranking a li {
	color: #000;
	text-decoration: none;
	width: 100%;
	overflow: hidden;
}
.Ranking a:hover li {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
.Ranking li h2 {
	font-size: 1.8em;
	font-family: 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
	text-align: left;
}
.Ranking li h2 span {
	margin-left: 10px;
	font-size: 1.3em;
}
.Ranking li p {
	padding: 5px 0 5px 8px;
	font-size: 1.3rem;
	text-align: left;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}
img.rank_tit {
	width: 60%;
}
.bt_arrow {
	position: relative;
	display: block;
	padding-right: 20px;
	background-color: #000;
	color: #fff;
	width: 130px;
	text-align: center!important;
	height: 16px;
	font-size: 14px!important;
	float: right;
}
a:hover .bt_arrow {
	background-color: #333!important;
}
.bt_arrow:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
/* DP_area */

.nami_box {
	position: relative;
}
.DP_area {
	width: 100%;
	background: url("../images/bk_pattern_sp.jpg") repeat center top;
	padding: 10px 0 30px;
	margin-top: -10px;
	z-index: -10;
}
.DP_area h1 {
	font-family: 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
	font-size: 2.5em;
	color: #000;
	display: inline-block;
	text-align: center;
	padding-bottom: 10px;
	width: 100%;
}
.banner a {
	background: url("../images/dp_banner_sp.jpg") no-repeat left top;
	background-size: contain;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	height: 0;
	padding-top: 57%;
	text-indent: -9999px;
	margin: 0 10px;
	display: inline-block;
}
.DP_area h1 span {
	display: inline-block;
	text-align: left;
	white-space: nowrap
}
.DP_area h1 img {
	vertical-align: top;
	width: 100%!important;
	margin: 30px auto 0px;
}
.DP_area h2 {
	color: #fff;
	background-color: #594d09;
	font-size: 1.8em;
	border-radius: 50px;
	margin: 20px 10px 0;
	letter-spacing: 5px;
	padding: 20px;
	position: relative;
}
.DP_area h2 img {
	margin-right: 10px;
	vertical-align: bottom;
}
.DP_area h2 span {
	position: absolute;
	top: -16px;
}
.DP_area ul.box01 {
	margin: 10px 10px 0;
	width : -moz-calc(100% - 8px);
	width : -webkit-calc(100% - 8px);
	width : calc(100% - 8px);
	overflow: hidden;
}
.DP_area ul.box01_b {
	margin: 10px 10px 0;
	width : -moz-calc(100% - 8px);
	width : -webkit-calc(100% - 8px);
	width : calc(100% - 8px);
	overflow: hidden;
}
.DP_area ul.box01 li {
	margin: 16px 4px 20px;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	position: relative;
	display: inline-block;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 0 #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 5px 0 #ccc; /* Firefox用 */
	box-shadow: 0 0 5px 0 #ccc; /* CSS3 */
	padding: 16px 0px 10px;
	box-sizing: border-box;
}
.DP_area ul.box01_b li {
	margin: 16px 4px 20px;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	position: relative;
	display: inline-block;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 0 #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 5px 0 #ccc; /* Firefox用 */
	box-shadow: 0 0 5px 0 #ccc; /* CSS3 */
	padding: 16px 0px 10px;
	box-sizing: border-box;
}
.DP_area li h3 {
	font-weight: bold;
	color: #000;
	display: block;
	font-size: 2em;
	margin-left: 68px;
	text-align: left;
	margin-right: 10px;
	line-height: 1;
}
.DP_area li h3.t_long {
	margin-left: 75px;
	text-align: left;
	letter-spacing: -1px;
}
.DP_area li h3.t_small {
	margin-left: 75px;
	text-align: left;
	letter-spacing: -1px;
}
.icon_s {
	position: absolute;
	background: url("../images/icon_s.png") no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
	top: -5px;
	left: -5px;
	padding: 10px 0 0;
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
}
.star {
	margin-left: 68px;
}
.DP_area li img.mainPIC {
	margin: 5px 10px 10px;
	border-radius: 10px;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
}
.DP_area ul.box01 li ul.box_inner li {
	float: left;
	-webkit-box-shadow: none!important; /* Safari, Chrome用 */
	-moz-box-shadow: none!important; /* Firefox用 */
	box-shadow: none!important; /* CSS3 */
	width : -moz-calc(100% / 2);
	width : -webkit-calc(100% / 2);
	width : calc(100% / 2);
	padding: 0!important;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
}
.DP_area ul.box01 li ul.box_inner li.dp_box {
	border-right: dotted 1px #000!important;
	position: relative;
}
.DP_area ul.box01 li ul.box_inner li h4 {
	color: #fff;
	background-color: #14315c;
	border-radius: 20px;
	display: inline-block;
	padding: 1px 10px;
}
.DP_area ul.box01 li ul.box_inner li h4 img {
	vertical-align: middle;
	margin-right: 5px;
}
.DP_area ul.box01_b li ul.box_inner li {
	float: left;
	-webkit-box-shadow: none!important; /* Safari, Chrome用 */
	-moz-box-shadow: none!important; /* Firefox用 */
	box-shadow: none!important; /* CSS3 */
	width : -moz-calc(100% / 2);
	width : -webkit-calc(100% / 2);
	width : calc(100% / 2);
	padding: 0!important;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
}
.DP_area ul.box01_b li ul.box_inner li.dp_box {
	border-right: dotted 1px #000!important;
	position: relative;
}
.DP_area ul.box01_b li ul.box_inner li h4 {
	color: #fff;
	background-color: #14315c;
	border-radius: 20px;
	display: inline-block;
	padding: 1px 10px;
}
.DP_area ul.box01_b li ul.box_inner li h4 img {
	vertical-align: middle;
	margin-right: 5px;
}
.price_box {
	color: #be0101;
	font-size: 1.2em;
	margin: 5px 0;
	font-weight: normal;
}
.price_box .price {
	color: #be0101;
	font-size: 2.1em;
	font-family: 'Archivo Black', sans-serif;
	letter-spacing: -1px;
	line-height: 1;
}
.price_box img {
	width: 36px;
	position: absolute;
	top: 0px;
	left: -5px;
}
.t_orange {
	color: #ff6600;
	font-size: 1.2em;
}
.bt_arrow2 {
	position: relative;
	display: block;
	padding-right: 20px;
	background: linear-gradient(to bottom, #fdd661, #fdbd4c);
	background-repeat: no-repeat;
	background-position: left center;
	border: solid 1px #d7922d;
	box-shadow: inset 0 1px 5px rgba(227,168,52,0.8);
	color: #000;
	width : 100%;
	text-align: center;
	height: 30px;
	font-size: 13px!important;
	padding-top: 5px;
	box-sizing: border-box;
	border-radius: 20px;
	font-weight: bold;
}
a:hover .bt_arrow2 {
	background-color: #333!important;
}
.bt_arrow2_waku {
	border: solid 4px #e8e8e8;
	display: block;
	box-sizing: border-box;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	border-radius: 20px;
	position: relative;
	z-index: 10;
	margin: 10px auto 0;
}
.bt_arrow2:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
.BtnArea {
	overflow: hidden;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	text-align: center;
	margin: 0 10px;
}
.BtnArea img {
	width: 100px;
}
.Btn_A a {
	background: url(../images/icon_loupe.png), linear-gradient(to bottom, #fdd661, #fdbd4c);
	background-repeat: no-repeat;
	background-position: right 5px center, left center;
	background-size: 50px, contain;
	margin: 0;
	border: solid 1px #d7922d;
	box-shadow: inset 0 1px 5px rgba(227,168,52,0.8);
	font-size: 2.4rem;
	text-decoration: none;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	display: block;
	font-weight: bold;
	padding: 24px 36px 24px 0;
	color: #000;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.Btn_A_waku a {
	margin: 10px auto 0;
	border: solid 4px #e8e8e8;
	display: block;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	z-index: 10;
	width : 100%;
}
.Btn_A_waku2 a {
	margin: 10px auto 0;
	border: solid 4px #e8e8e8;
	display: block;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	z-index: 10;
	width : 100%;
}
/* Air_area*/

.Air_area {
	width: 100%;
	padding: 10px 0 50px;
}
.Air_area h1 {
	font-family: 'Sawarabi Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
	font-size: 2.5em;
	color: #000;
	display: inline-block;
	text-align: center;
	padding-bottom: 10px;
	width: 100%;
}
.Air_area h1 span {
	display: inline-block;
	text-align: left;
	white-space: nowrap
}
.Air_area h1 img {
	vertical-align: top;
	width: 27%;
}
.Air_area ul.dp_box {
	width : 100%;
	overflow: hidden;
}
.Air_area ul.dp_box li {
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	overflow: hidden;
	margin: 0 10px 20px;
}
.ts {
	padding: 0!important;
}
.ts2 {
	letter-spacing: -2px;
	font-size: 0.9em;
}
.menu01 {
	margin-top: -3%!important;
}
.menu03 {
	margin-top: -3%!important;
}
.menu04 {
	margin: -9% 0 0 13%!important;
}
.menu05 {
	margin: -10% 0 0 10%!important;
}
.part02 .img_case01 {
	margin-right: 0!important;
	width: 100%;
	max-width: 172px;
}
.heightLine-ht04 {
	height: 59px!important;
	width: 55%;
}
.part01 p {
	width: 46%;
}
.part05 img {
	width: 50%!important;
	margin-bottom: -20px;
	max-width: 271px!important;
	z-index: 10;
	position: relative;
}
.rank_bk {
	background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='550' height='150' viewBox='0 0 20 20' preserveAspectRatio='none'%3e%3cpath fill='%2365d1d7' d='M-5-15q5 5 10 0t10 0 10 0v12.4q-5 5-10 0t-10 0-10 0zM-5 5q5 5 10 0t10 0 10 0v12.4q-5 5-10 0t-10 0-10 0z'/%3e%3c/svg%3e") repeat-x;
	background-position-y: 316px;
	margin-bottom: 15px;
}
.rank2_bk2 {
	background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='50' height='30' viewBox='0 0 20 20' preserveAspectRatio='none'%3e%3cpath fill='%23cbf2f4' d='M-5-15q5 5 10 0t10 0 10 0v12.7q-5 5-10 0t-10 0-10 0zM-5 5q5 5 10 0t10 0 10 0v12.7q-5 5-10 0t-10 0-10 0z'/%3e%3c/svg%3e") repeat-x;
	background-position-y: -15px;
	height: 17px;
	z-index: 10;
	position: relative;
}
.rank3 {
	width: 100%;
	background: #cbf2f4;
	padding: 6% 0 1%;
	margin: -22px auto 0;
	z-index: 0;
	position: relative;
}
.rank2 li a {
	display: block;
	width: 100%;
	height: 130px;
	background: #ffffff;
	text-align: center!important;
	border-radius: 10px 10px 0 10px;
}
.p_img {
	float: left;
	padding: 0!important;
}
.p_day {
	font-size: 3.5vw!important;
	position: absolute;
	top: 10px;
	left: 150px;
}
.p_arr {
	margin: 0 auto 0px!important;
	font-weight: bold;
	font-size: 3.7vw!important;
	padding: 40px 0 0 90px;
	line-height: 1;
}
.Ranking_htl li .p_price {
	font-weight: bold;
	color: #be0101;
	text-align: right;
	clear: both;
	font-size: 4.3vw;
	display: table-cell;
	font-family: 'Archivo Black', sans-serif;
	position: absolute;
	bottom: 10px;
	left: 90px;
}
.p_search {
	float: right;
	right: 4px;
	bottom: -3px;
	border-radius: 0px;
	position: absolute;
}
.Ranking_htl li .p_oil {
	font-size: 3vw!important;
	font-weight: normal!important;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.rank2 {
	clear: both;
}
.part06 {
	padding: 3px 0!important;
	width: -moz-calc(100% - 4px);
	width: -webkit-calc(100% - 4px);
	width: calc(100% - 4px);
	list-style-type: none;
	display: inline-block;
	position: relative;
}
.p_img img {
	width: 80px!important;
}
.p_cr {
	position: absolute;
	top: 4px;
	right: -5px;
}
.p_cr img {
	width: 90%;
}
.font_city {
	font-size: 1.1em;
	font-weight: bold;
}
.p_dep {
	color: #ffffff!important;
	background: #fe5516!important;
	border-radius: 5px!important;
	padding: 2px 8px!important;
	display: inline;
	font-size: 1.3rem;
	position: absolute;
	top: 5px;
	left: 90px;
}
.p_dep2 {
	color: #ffffff!important;
	background: #ed3e34!important;
	border-radius: 5px!important;
	padding: 2px 8px!important;
	display: inline;
	font-size: 1.3rem;
	position: absolute;
	top: 5px;
	left: 90px;
}
.sp_rank {
	margin-top: 30px;
}
.tit_ranking {
	margin: 15px auto 20px;
}
.tit_ranking_htl {
	width: 100%!important;
}
.Ranking_htl {
	width: 100%;
	padding: 0px 0 0px;
	background-color: #ffdb88;
	position: relative;
	overflow: hidden;
}
main {
	overflow: hidden;
}
.text_day {
	margin-top: 20px;
	margin-right: 20px;
	text-align: right;
}
ul.rank_box {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
ul.rank_box li {
	text-align: center;
	width: 100%;
	color: #133b6b;
}
ul.rank_box li a {
	color: #133b6b;
	text-decoration: none;
}
ul.rank_box li li a {
	background-color: #fff;
	border-radius: 10px 10px 0;
	font-size: 15px;
	margin: 0 10px 20px!important;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	padding: 0px 10px 0 0;
	text-align: left!important;
	position: relative;
	height: 104px;
	box-sizing: border-box;
	display: inline-block;
}
ul.rank_box li li:hover {
	opacity: 0.9!important;
	filter: alpha(opacity=90)!important;
	-ms-filter: "alpha( opacity=90 )"!important;
}
/* 終了 */
#Emergency {
	border: #ff9000 4px solid!important;
	background-color: #fcf2e3;
	margin: 5px 5px 5px 5px!important;
	padding: 25px;
	border-radius: 10px;
}
#Emergency h2 {
	font-size: 18px;
	color: #ef4125!important;
	padding: 0!important;
	margin: 0!important;
	text-align: center!important;
	vertical-align: middle!important;
	float: none!important;
	border: none!important;
	background: none!important;
}

/* was_custom*/
.pc_only {
display: none!important;
}

.bread {
margin-top: -14px;
}

#black_layer_menu {
z-index: 100!important;
}

#header {
z-index: 150!important;
}

.page_top {
    margin-top: 18px;
	margin-right: 10px;
	margin-bottom: 3px;
    text-align: right;

}
.text_day {
	margin-bottom: 3px;
}

.bk_city {
	z-index: 0!important;
}

.naminami2 {
	z-index: 0!important;
}
.naminami3 {
	z-index: 0!important;
}
.naminami4 {
	z-index: 0!important;
}
