/* =========================================================
   共通
========================================================= */
@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

p {
	line-height: 1.6;
	color: #333;
}

#spot_ranking {
	margin: 0 auto;
	
}

/* =========================================================
   mv
========================================================= */
.mv {
    margin: 0 auto;
    text-align: center;
    height: 500px;
	width: 100%;
	display: flex;
	justify-content: center;
    margin-bottom: 40px;
	overflow: hidden;
}

.mv img {
	text-align: center;
    background-size: cover;
    background-position: center;

}
/* =========================================================
   asia
========================================================= */
.asia {
	text-align: center;
}

.asia_text {
	font-size: 18px;
}

/* =========================================================
   contBox
========================================================= */
.contBox {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 80px;
}

.point {
	width: 24px;
	height: 34px;
	margin-top: 60px;
}

.area_name {
	line-height: 1.4;
	font-size: 26px;
	font-weight: bold;
	margin: 7px;
}

.area_image {
	width: 710px;
}

.area_text {
    width: 710px;
    font-size: 16px;
    margin: 12px auto 40px;
    text-align: justify;
}

.access {
	font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}

.access_image {
	width: 710px;
	margin-bottom: 40px;
}

/* =========================================================
   ボタン
========================================================= */
.pl-button {
	margin-top: 30px;
	padding-bottom: 4px;
	text-align: center;
}

.pl-button_link {
	display: inline-block;
	position: relative;
	width: 560px;
    line-height: 52px;
    border-radius: 30px;
	background: #f27b11;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.pl-button_link::after {
	content: '＞';
	position: absolute;
	right: 11px;
	top: 1px;
}

.pl-button_link:hover {
	text-decoration: none;
	position: relative;
	top: -1px;
	box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
	opacity: 0.7;
}

.pl-button_link:link,
.pl-button_link:visited {
	color: #fff;
}


/* =========================================================
   contBox_02
========================================================= */
.contBox_02 {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 80px;
	background-color: #F0FBFF;
}


/* =========================================================
   contBox_03
========================================================= */

.flex_box {
	width: 980px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
}

.contBox_03 {
	margin: 0 auto;
	width: 450px;
	text-align: center;
	margin-bottom: 30px;
}

.point02 {
	width: 26px;
	height: 37px;
	margin-top: 30px;
}

.area_image02 {
	width: 394px;
}

.area_text02 {
    width: 394px;
    font-size: 16px;
    margin: 12px auto 40px;
    text-align: justify;
}

/* =========================================================
   ボタン（flex）
========================================================= */
.pl-button {
	margin-top: 30px;
	padding-bottom: 4px;
	text-align: center;
}

.pl-button_link02 {
	margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 350px;
    height: 80px;
	line-height: 38px;
    border-radius: 45px;
    background: #f27b11;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
	display: grid;
	place-items: center center;
}

.pl-button_link02::after {
	content: '＞';
	position: absolute;
    right: 16px;
    top: 21px;
}

.pl-button_link02:hover {
	text-decoration: none;
	position: relative;
	top: -1px;
	box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
	opacity: 0.7;
}

.pl-button_link02:link,
.pl-button_link02:visited {
	color: #fff;
}

/* =========================================================
   ボタン（下）
========================================================= */

.pl-button_link03 {
	margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 381px;
    height: 80px;
	line-height: 38px;
    background: #f27b11;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
	display: grid;
	place-items: center center;
}

.pl-button_link03::after {
	content: '＞';
	position: absolute;
    right: 16px;
    top: 21px;
}

.pl-button_link03:hover {
	text-decoration: none;
	position: relative;
	top: -1px;
	box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
	opacity: 0.7;
}

.pl-button_link03:link,
.pl-button_link03:visited {
	color: #fff;
}



.reference {
	margin: 0 auto;
	width: 930px;
}

.reference_txt span {
	color: #333;
	font-size: 16px;
}
