@charset "utf-8";
/* リセットCSS */
* {
	margin:0;
	padding:0;
}

body {
    margin: 0px;
	font-family: "Open Sans","Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    color: #333;
    background-color: #fff;
}

ul {
	list-style: none;
}

a:link {
	text-decoration: none;
}

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* 設定 */
.pc {
	padding: 0 10px;
	text-align: center;
}

/* header */
header {
	width: 100%;
	background-color:#fff;
	z-index: 5;
	position: absolute;
	left: 0;
	display: flex;
}

.fixed {
	position: fixed;
}

header.m_fixed {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 5;
}

.area-header {
	box-sizing: border-box;
	display: flex;
    margin: 0 auto;
	border-bottom: solid 1px #e6e6e6;
	width: 90%;
}

#select-nav {
	width: 80%;
}

.header-select-box {
	display: flex;
    padding: 10px 10px 15px;
    justify-content: center;
	margin: 0 auto;
}

.select-box {
	display: flex;
    margin: 0 15px;
    text-align: center;
}

.header-logo-flame {
	width: 10%;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.header-logo-flame a img {
	width: 100%;
}

.header-sns-flame {
	width: 10%;
	display: flex;
	align-items: center;
}

.header-sns-flame a img:hover {
	opacity: 0.7;
}

.header-sns-flame a img {
	width: 35px;
	height: 35px;
}

.twitter {
	margin-right: 15px;
}

.select-page {
	margin: 0 15px;
	padding-top: 22px;
	max-width: 176px;
}

.select-page a:hover{
	opacity: 0.7;
	color: #a58432;
}

#selecting-tab a {
	color: #a58432;
}

.japanese{
	background-image: url(../img/pc/pc-menu-crown.png);
	background-repeat: no-repeat;
    background-position: center 10%;
    background-size: 37px;
}

.foreigner{
	background-image: url(../img/pc/pc-menu-airplane.png);
	background-repeat: no-repeat;
    background-position: center 10%;
    background-size: 37px;
}

.traffic{
	background-image: url(../img/pc/pc-menu-train.png);
	background-repeat: no-repeat;
    background-position: center 10%;
    background-size: 37px;
}

.season{
	background-image: url(../img/pc/pc-menu-cherryblossom.png);
	background-repeat: no-repeat;
    background-position: center 10%;
    background-size: 37px;
}

.time{
	background-image: url(../img/pc/pc-menu-mountain.png);
	background-repeat: no-repeat;
    background-position: center 10%;
    background-size: 37px;
}

.select-page a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

#width {
	max-width: 1180px;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 40px;
	padding-top: 94px;
}

.img-top-title {
	margin: 60px 0 30px;
}

.img-top-title img {
	width: 500px;
}

.rank-content-text-index {
	text-align: justify;
	font-size: 16px;
}

.index-1-width {
    margin: 80px auto;
}

.index-img-1-frame {
	width: 65%;
	margin: 0 auto 20px;
}

.index-img-1 {
    width: 100%;
}

.index-rank-img img {
	width: 83px;
	height: 103px;
}

.index-1-detail-frame {
	display: flex;
	margin: 0 30px;
	justify-content: center;
}

.index-1-coment-text {
	width: 60%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
	word-break: break-all;
}

.index-1-3-detail-frame {
	display: flex;
	margin: 0 30px;
	justify-content: space-between;
}

.index-1-3-detail-box {
	padding: 20px;
}

.index-1-3-spot-name {
	margin: auto;
	color: #a58432;
	font-size: 30px;
	font-weight: bold;
}

.index-1-3-detail-box a :hover {
	opacity: 0.7;
}

.index-1-3-spot-address {
	color: #777;
	font-size: 16px;
	margin-top: 10px;
}

.index-1-3-ornament {
	margin-top: 30px;
}

.second-third {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.index-img-2-3 {
    width: 100%;
    height: 380px;
    margin: auto 0;
}

.index-2-3-width {
	width: 570px;
    margin: 0 auto;
}

.index-img-2-3-frame {
	margin-bottom: 20px;
}

.index-2-3-detail-frame {
    display: flex;
    margin: 0 30px;
    justify-content: center;
}

.index-2-3-coment-text {
    width: 90%;
    margin: 0 auto;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
	word-break: break-all;
}

.area-4-20, .foreigner-area-4-20{
	display: flex;
    flex-wrap: wrap;
}

.index-4-20 {
	margin-bottom: 60px;
	width: 25%;
}

.index-4-20-frame {
	width: 95%;
}

.index-info-area {
	display: flex;
	margin-top: 10px;
}

.index-rank-area {
	margin-right: 5px;
}

.index-rank-number {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column;
    vertical-align: top;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 18px;
    background: #a58432;
}

.index-4-20-img-box {
	margin-left: auto;
	width: 100%;
	height: 200px;
}

.index-4-20-spot-img {
    width: 100%;
    height: 100%;
	margin: auto 0;
}

.index-last-year-frame {
	margin-top: 10px;
}

.index-last-year-frame img , .index-last-year-frame-more img , .index-1-3-ornament img{
	width: 16px;
}

.index-last-year-frame p {
	color: #777;
	font-size: 10px;
}

.ranking-last-year-text {
	color: #777;
	font-size: 10px;
}

.index-spot-area {
	margin-right: auto;
    width: 80%;
}

.index-spot-area-more {
	margin-right: auto;
    width: 70%;
}

.index-4-20-spot-name {
	font-size: 20px;
	text-align: center;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
	color: #333;
	text-align: center;
	font-weight: bold;
}


.link-hover :hover{
	opacity: 0.9;
}



.index-4-20-spot-name a:hover {
	opacity: 0.7;
}

.index-4-20-spot-address {
	color: #777;
	font-size: 14px;
}

.coments-area {
	width: 800px;
    height: 100%;
	position: relative;
	margin: 0 auto;
}

.coments-area img {
	width: 100%;
}

.total-coments {
	width: 84%;
    font-size: 16px;
    position: absolute;
    top: 52%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
	text-align: justify;
	word-break: break-all;
}

#rank-content {
	width: 680px;
	margin: 0 auto 40px;
}

/*

index

*/

.index-img {
	width: 100%;
}

.area-21-100{
	width: 694px;
    height: 60px;
	border-radius: 10px;
	color: #fff;
    border: solid 1px #a58432;
    background-color: #a58432;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
	justify-content: center;
	background-image: url(../img/common/mottomiru_arrow_down.png);
	background-position: 5%;
    background-size: 3%;
	background-repeat: no-repeat;
	cursor : pointer;
}

.more-area {
	width: 85%;
    margin: 0px auto;
}

.more-area-block {
	display: flex;
    flex-wrap: wrap;
}

.more-area-frame {
	width: 30%;
	display: flex;
	margin: 10px;
}

.index-more-spot-area {
	text-align: left;
}

.index-more-spot-name {
	text-align: left;
	font-size: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-more-spot-name a {
	color: #333;
	font-weight: bold;
}

.index-more-spot-name a:hover {
	opacity: 0.7;
}

.index-more-spot-address {
	color: #777;
    font-size: 14px;
    text-align: left;
    margin: 5px 0 0 5px;
}

.more {
	margin: 5px 20px 0 0;
}

.more-text {
	font-size: 30px;
    font-weight: bold;
    margin: 60px auto 25px;
}

.index-21-100-text {
	font-weight: bold;
	font-size: 30px;
	margin: 40px 0 40px;
}



.note-text {
	margin: 50px 0 50px;
	color: #777;
	font-size: 14px;
}


/* 元スタイル適応 */
.lft, .ctr, .rit {
    width: 280px;
    padding: 0 10px;
    float: left;
}

.rank-list {
	width: 1000px;
    margin: auto;
}

#other-center {
	margin: 0 50px;
}


/*
footer前
*/
.banner-box {
	display: flex;
	margin: 40px 0 70px;
	justify-content: center;
}

.banner-box a {
	height: 155px;
}

.banner-box a img {
	width: 100%;
	height: 100%;
}

.banner-box :hover {
	opacity: 0.7;
}

.banner {
	margin: 0 10px;
	width: 25%;
}

.sns-box {
	margin: 20px 0 50px;
	text-align: center;
}

.sns-box a :hover {
	opacity: 0.7;
}

.sns-box a img {
	width: 45px;
	height: 45px;
}

.share-text {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}

.pagetop {
	width: fit-content;
	margin: 60px auto;
	text-align: center;
}

.pagetop a :hover {
	opacity: 0.7;
}

.pagetop a img {
	width: 98px;
	height: 74px;
}

.footer-text-box {
	text-align: center;
}

.footer-text {
	margin-top: 30px;
	color: #777;
	font-size: 10px;
	text-align: left;
}

/* footer */
footer {
	margin: 45px 0 0;
	width:100%;
	height:auto;
	background:#333;
	padding:40px 0;
}

footer ul {
	width:1000px;
	margin:0 auto;
	height:auto;
	text-decoration:none;
	list-style:none;
	font-size:16px;
}

.clf {
    zoom: 100%;
}

footer ul li {
	float:left;
	padding:0 5px;
}

footer ul li a {
	color:#fff;
}

footer ul li a:hover {
	color:#fff;
}

.vertical {
	color:#fff;
}

.clf:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

footer p {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: 40px;
}

.sp {
	display: none;
}

.sp-footer {
	display: none;
}