@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500&display=swap');
/* --------------------------------
	style_sp.css
-------------------------------- */
#ContentsBlock {
	width: 100%;
}
#ContentsBlock h1 img {
	width: 100%;
	vertical-align: bottom;
}
/* --------------------------------
	top_nav
-------------------------------- */
ul.top_nav {
	overflow: hidden;
}
ul.top_nav li a {
	float: left;
	width: -moz-calc(100% / 5);
	width: -webkit-calc(100% / 5);
	width: calc(100% / 5);
	text-decoration: none;
	color: #4d4d4d;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding: 2px 0 0;
}
ul.top_nav li a img {
	width: 30px;
}
ul.top_nav li p {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	height: 60px;
	margin-top: -10px;
}
.balloon1 {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em;
	background: #FFF;
	border-bottom: solid 2px #f64029;
	;
	box-sizing: border-box;
	width: 100%;
}
a:hover .balloon1 {
	background: linear-gradient(#ffffff, #e7e7e7);
}
.balloon_inner {
	margin-bottom: 2px;
	border-right: dotted 1px #e4e4e4;
}
.balloon_inner_none {
	margin-bottom: 2px;
}
.balloon2 {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em;
	background: #FFF;
	border-bottom: solid 2px #f64029;
	;
	box-sizing: border-box;
	width: 100%;
}
.balloon2:before {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -15px;
	border: 8px solid transparent;
	border-top: 8px solid #FFF;
	z-index: 2;
}
.balloon2:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -17px;
	border: 10px solid transparent;
	border-top: 10px solid #f64029;
	;
	z-index: 1;
}
a:hover .balloon2 {
	background: linear-gradient(#ffffff, #e7e7e7);
}
a:hover .balloon2:before {
	border-top: 8px solid #e7e7e7;
}
/* --------------------------------
	#comic_area
-------------------------------- */
#comic_area {
	background-color: #e3f4f8;
	padding: 10px 10px 30px;
}
ul.merit_comic {
	overflow: hidden;
}
ul.merit_comic li {
	margin: 0 0 10px;
}
ul.merit_comic li img {
	width: 100%;
}
#comic_area .note {
	text-align: right;
	font-size: 1.2rem;
}
.box-search {
	background-color: #ffd248;
	border: 3px solid #ffba00;
	border-radius: 5px;
	margin: 20px 0px 0;
	padding: 10px;
}
.box-search .catch {
	color: #333;
	font-size: 1.17em;
	font-weight: bold;
	margin: 0px 0;
}
.box-search .catch:after {
	content: "";
	display: block;
	clear: both;
}
.box-search strong {
	color: #ff0000;
	font-size: 1.5em;
}
.box-search .catch img {
	width: 100px;
	vertical-align: middle;
	margin-right: 10px;
}
.box-search .catch {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}
.box-search a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.catch_btn img {
	width: 100%;
}
.return-to {
	margin: 10px 10px 10px 0;
	text-align: right;
	font-size: 1.2rem;
}
.return-to a {
	text-decoration: underline;
}
.return-to a:hover {
	text-decoration: none;
}
/* --------------------------------
	#merit-reason
-------------------------------- */
#merit-reason {
	padding: 10px 10px 0px;
	text-align: left;
}
#merit-reason h2 {
	color: #fff;
	font-size: 1.8rem;
	background-color: #f54028;
	border: 5px solid #f54028;
	position: relative;
	margin: 0 0px 20px 0;
	padding: 5px 70px 5px 45px;
}
#merit-reason h2 i {
	width: 40px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff no-repeat 50% 50%;
	background-size: 50%;
}
#merit-reason h2 i {
	background-image: url(../image/v2_merit-reason_img01.gif);
}
#merit-reason h2 img {
	display: block;
	position: absolute;
	top: -25px;
	right: -10px;
	width: 80px;
}
#merit-reason h2 span {
	font-size: 0.8em;
}
.box-A {
	background-color: #e3f4f8;
	padding: 10px;
}
.box_contents {
	padding: 0px 0 20px;
}
.box_contents .box_img {
	margin: 0;
	float: left;
	width: 40%;
}
.box_contents .box_img.change_p {
	margin: 0;
	float: right !important;
	width: 40%;
}
.box_contents .box_img img {
	width: 100%;
}
.balloon2-left {
	position: relative;
	display: inline-block;
	margin: 10px 0 20px 15px;
	padding: 5px 10px;
	width: calc(60% - 15px);
	color: #555;
	font-size: 1.6rem;
	line-height: 1.5;
	background: #FFF;
	border: solid 5px #e6e6e6;
	box-sizing: border-box;
	border-radius: 10px;
}
.balloon2-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
}
.balloon2-left:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -36px;
	margin-top: -16px;
	border: 16px solid transparent;
	border-right: 16px solid #e6e6e6;
	z-index: 1;
}
.balloon2-left p {
	margin: 0;
	padding: 0;
}
.balloon2-right {
	position: relative;
	display: inline-block;
	margin: 10px 15px 20px 0;
	padding: 5px 10px;
	width: calc(60% - 15px);
	color: #555;
	font-size: 1.6rem;
	line-height: 1.5;
	background: #FFF;
	border: solid 5px #e6e6e6;
	box-sizing: border-box;
	border-radius: 10px;
}
.balloon2-right:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 2;
}
.balloon2-right:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -36px;
	margin-top: -16px;
	border: 16px solid transparent;
	border-left: 16px solid #e6e6e6;
	z-index: 1;
}
.balloon2-right p {
	margin: 0;
	padding: 0;
}
.color_red {
	color: #f54028;
}
.box_text ul:before {
	content: "";
	display: block;
	clear: both;
}
.box_text ul {
	margin: 0px;
}
.box_text li {
	font-size: 1.4rem;
	padding-left: 1.3em;
	text-indent: -1.4em;
	margin-bottom: 10px;
	line-height: 1.5;
}
.box_text li:before {
	content: '';
	display: inline-block;
	width: 1.0em;
	height: 1.0em;
	background: #f54028;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 0.5em;
}
.link_text {
	font-size: 1.5em;
	margin: 15px 10px 0;
	font-weight: bold;
	text-align: center;
}
#merit-reason a {
	text-decoration: underline;
}
#merit-reason a:hover {
	text-decoration: none;
}
/* --------------------------------
	#merit-ranking
-------------------------------- */
#merit-ranking {
	padding: 10px 10px 0px;
	text-align: left;
	line-height: 1.1;
}
#merit-ranking h2 {
	color: #fff;
	font-size: 1.8rem;
	background-color: #f54028;
	border: 5px solid #f54028;
	position: relative;
	margin: 0 0px 20px 0;
	padding: 5px 70px 5px 45px;
}
#merit-ranking h2 i {
	width: 40px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff no-repeat 50% 50%;
	background-size: 50%;
}
#merit-ranking h2 i {
	background-image: url(../image/v2_merit-ranking_img01.gif);
}
#merit-ranking h2 img {
	display: block;
	position: absolute;
	top: -25px;
	right: -10px;
	width: 80px;
}
#merit-ranking h2 span {
	font-size: 0.8em;
}
.merit-ranking-map {
	margin-bottom: 30px;
}
.merit-ranking-map img {
	width: 100%;
}
.merit-ranking-list {
	margin: 0 -1% -50px;
	position: relative;
}
.merit-ranking-list:after {
	content: "";
	display: block;
	clear: both;
}
.merit-ranking-list li {
	font-size: 1.08em;
	line-height: 1.6;
	margin: 10px 0 70px;
	_margin-left: 0.5%;
}
.merit-ranking-list li span {
	display: block;
	margin: 0 0px 10px;
	position: relative;
	float: left;
}
.merit-ranking-list li i {
	position: absolute;
	top: -40px;
	left: 78px;
	margin-left: -29px;
}
.merit-ranking-list li a {
	display: block;
	text-align: center;
}
.merit-ranking-list li span img {
	width: 140px;
}
.merit-ranking-list li span i img {
	width: 40px;
}
.colBlk {
	font-size: 1.4rem;
	overflow: hidden;
}
.detail_btn a {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	cursor: pointer;
	-webkit-transition: none;
	transition: none;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2pt;
	color: #fff;
	border: 1px solid #0098c3;
	border-radius: 3pt;
	outline: none;
	background: linear-gradient(to bottom, #0072a5, #0098c3);
	background-position: left center;
	background-size: auto;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .4), 0 2px #0072a5;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .4), 0 2px #0072a5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	padding: 14px 10px;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 8px 10px 10px;
	line-height: 1.2;
	display: inline-block;
	position: relative;
}
/* --------------------------------
	#merit-campaign
-------------------------------- */
#merit-campaign {
	padding: 10px 10px 0px;
	text-align: left;
	line-height: 1.1;
}
#merit-campaign h2 {
	color: #fff;
	font-size: 1.8rem;
	background-color: #f54028;
	border: 5px solid #f54028;
	position: relative;
	margin: 0 0px 20px 0;
	padding: 5px 70px 5px 45px;
}
#merit-campaign h2 i {
	width: 40px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff no-repeat 50% 50%;
	background-size: 50%;
}
#merit-campaign h2 i {
	background-image: url(../image/v2_merit-campaign_img01.gif);
}
#merit-campaign h2 img {
	display: block;
	position: absolute;
	top: -25px;
	right: -10px;
	width: 80px;
}
#merit-campaign h2 span {
	font-size: 0.8em;
}
.merit-campaign-outer {
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: -20px;
}
.merit-campaign-box {
	width: 100%;
	margin: 0 0 20px;
	overflow: hidden;
}
.merit-campaign-box h3 {
	font-size: 1.8rem;
	letter-spacing: 1px;
	padding: 5px 0 5px 30px;
	margin-bottom: 10px;
	background: url(../image/v2_merit-campaign_img01.gif) no-repeat 5px 50%;
}
.merit-campaign-box .block {
	float: left;
	width: -moz-calc(50% - 30px);
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	padding: 0 12px 35px 10px;
	margin: 0 4px;
	_margin-left: 0;
	background: url(../image/v2_merit-campaign_img05.gif) no-repeat center 100%;
	background-size: 100% 100%;
	font-size: 1.1rem;
}
.merit-campaign-box h4 {
	color: #666;
	font-weight: normal;
	padding: 10px 4.5em 10px 10px;
	margin: 0 -10px;
	border-top: 2px solid #f54028;
	position: relative;
}
.merit-campaign-box h4 span {
	color: #f54028;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 50%;
	border-left: 1px solid #ccc;
	padding: .4em 0 .4em .5em;
	margin-top: -.8em;
}
.hotel_box {
	margin: 0 11px 0 9px;
	color: #17557a;
	font-size: 1.25em;
	font-weight: bold;
}
.hotel_img img {
	width: 100%;
	margin-bottom: 5px;
}
.hotel_star {
	margin-top: 5px;
}
dl.campaign_box {
	margin: 0 11px 0 9px;
}
dl.campaign_box dt {
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 10px;
	font-size: 1.1rem;
	margin-bottom: -10px;
}
dl.campaign_box dd span {
	color: #df0000;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
dl.campaign_box dd span small {
	font-size: .8em;
}
dl.campaign_box dd i {
	float: left;
	width: 44px;
	margin-top: -5px;
}
.size_c {
	width: 40px;
	margin-top: 20px;
}
.btn {
	text-align: center;
	margin: -10px auto 0;
}

.btn:before{
	content: "";
	display: block;
	clear: both;
}

.btn img {
	text-align: center;
	width: 100%;
	max-width: 125px;
}
dl.campaign_box dd i span {
	text-align: center;
	color: #fff;
	background-color: #e2351f;
	width: 40px;
	height: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	border-radius: 50%;
	margin-top: 10px;
	line-height: 1;
	font-size: 10px;
}
.price_posi {
	height: 20px;
	margin-top: 5px;
}
#MainBlock {
	margin: 30px auto 80px;
}
/* --------------------------------
	おすすめポイント
-------------------------------- */
#osusume {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	background: url("../image/osusume_back.jpg") repeat;
	border-radius: 10px;
	padding: 16px 10px 5px;
	text-align: left;
	box-sizing: border-box;
	margin: 0 10px;
}
.osusumetop_block {
	position: relative;
	z-index: 0;
}
.osusumetop_block h2 img {
	width: 110px;
	float: left;
	margin-right: 5px;
}
.osusumetop_block p {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
}
ul.osusume_box {
	margin: 20px -16px 0 0;
	width: -moz-calc(100% + 16px);
	width: -webkit-calc(100% + 16px);
	width: calc(100% + 16px);
	padding: 0 4px;
	position: relative;
	z-index: 30;
}
ul.osusume_box:after {
	content: "";
	display: block;
	clear: both;
}
ul.osusume_box li {
	width: -moz-calc((100% / 2) - 16px);
	width: -webkit-calc((100% / 2) - 16px);
	width: calc((100% / 2) - 16px);
	margin: 0 16px 12px 0;
	background-color: #e7e7d1;
	border-radius: 10px;
	padding: 10px;
	font-size: 12px;
	float: left;
	box-sizing: border-box;
}
ul.osusume_box li a {
	color: #4d4d4d;
}
ul.osusume_box li h3 {
	color: #009eff;
	font-size: 1.5rem;
	letter-spacing: -1px;
	position: relative;
	z-index: 50;
	padding: 0px 0px 12px 30px;
	line-height: 1.1;
}
.osusume_number {
	background: url("../image/osusume_back.jpg") repeat;
	border-radius: 50%;
	padding: 10px;
	font-size: 2.0rem;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	margin-right: 5px;
	letter-spacing: normal !important;
	position: absolute;
	left: -20px;
	top: -20px;
}
ul.osusume_box li .osusume_text {
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
	display: block;
}
/* --------------------------------
	ボタン
-------------------------------- */
.setsearch_btn a {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	cursor: pointer;
	-webkit-transition: none;
	transition: none;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #dd1700;
	border-radius: 3pt;
	outline: none;
	background: linear-gradient(to bottom, #c51305, #dd1700);
	background-position: left center;
	background-size: auto;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .4), 0 2px #c51305;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .4), 0 2px #c51305;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	padding: 5px 2px;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 8px 10px 10px;
	line-height: 1.4;
	display: inline-block;
	position: relative;
}
/* --------------------------------
	メリット
-------------------------------- */
#merit {
	background: url("../image/main_back2.jpg") repeat;
	padding: 0;
	margin: 20px 10px 0;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
}
.merit_inner {
	background: url("../image/main_back.jpg") no-repeat top center;
	padding: 10px 0;
}
#merit h1 {
	color: #fcff00;
	font-size: 2.0em;
	padding: 7px 10px;
	background-image: radial-gradient(circle, rgba(41, 106, 198, 0.8), rgba(88, 156, 252, 0.2) 97%);
	line-height: 1.2;
}
img.img100 {
	width: 100%;
}
ul.merit_point {
	background: #fff;
	border-radius: 6px;
	margin: -16px 10px 0;
	z-index: 0;
	box-shadow: inset 0 1px 5px rgba(0, 158, 255, 0.5);
	color: #4d4d4d;
}
ul.merit_point li {
	padding: 16px 5px;
	border-bottom: double 3px #e1f4ff;
	margin: 0 5px;
}
.point_block01 {
	text-align: left;
	vertical-align: top;
	margin-bottom: 5px;
}
.point_back {
	color: #fff;
	background: #b2d50a;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 50px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
.point_number {
	font-size: 2.4rem;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	color: #b2d50a;
}
.point_block02 {
	text-align: left;
	font-size: 1.4rem;
}
.point_block02 h2 {
	text-align: left;
	color: #009eff;
	font-size: 2.0rem;
	margin-bottom: 5px;
	line-height: 1.2;
}
.point_block03 {
	width: 100%;
	margin-top: 10px;
	text-allign: center;
}
.point_block03 img {
	width: 100%;
	max-width: 340px;
}