html {
	-webkit-tap-highlight-color:transparent;
}
body,html {
min-width:990px;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}

.main_contents {
	width: 990px;
	margin: 0 auto;
}
.title_img {
	margin: 50px 0 40px 0;
	background: #f9f9f9;
}
.title_img>.image {
	width: 100%;
}
.campaign_layout {
	display: flex;
}
.campaign_detail {
	margin: 0 0 40px 0;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
}
.campaign_detail>.detail {
	color: #111;
}
.campaign_detail>.detail:hover {
	opacity: 0.7;
	transition: .4s;
}
.ranking_guide {
	width: 49.5%;
	margin-bottom: 20px;
    background: #f9f9f9;
    overflow: hidden;
}
.ranking_guide:nth-child(1) {
	margin-right: 1%;
}
.ranking_guide>.heading {
	text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}
.ranking_guide>.image {
	width: 90%;
    margin: 0 auto;
    display: block;
    background: #fff;
}
.ranking_guide>.text {
	margin: 20px auto;
    width: 90%;
    font-size: 13px;
    letter-spacing: 1px;
}
.entry_detail {
	overflow: hidden;
}
.entry_triangle{
	text-align: center;
}
.entry_triangle>.triangle {
	width: 10%;
	opacity: 0.2;
	transform: scale(1.8, 1)rotate(180deg);
}
.entry_heading {
	width: 40%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 2.5;
    border-radius: 5px;
    color: #fff;
    border: 2px solid #a97845;
    background: #fab269;
}
.entry_setting {
	margin: 5px 0 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #ef5757;
}
.entry_item {
	width: 50%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.entry_img {
	width: 40%;
	border: 2px solid #111;
	border-radius: 10px;
	box-sizing: border-box;
}
.entry_img>.image {
	width: 100%;
	display: block;
	opacity: 0.7;
}
.entry_list {
	width: 60%;
}
.entry_list>.list {
	font-size: 18px;
	font-weight: 600;
	padding-left: 20px;
	margin: 10px 0;
	letter-spacing: 1px;
	color: #333;
}
.entry_lamp {
	width: 70%;
	position: relative;
	border: 3px solid #e5dcce;
	margin: 35px auto 0;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 0 10px 30px;
	color: #454545;
}
.entry_lamp:before,
.entry_lamp:after{
	content: "";
	position: absolute;
	right: 60%;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
}
.entry_lamp:before{
	top: -33px;
	border-style: solid;
	border-color: transparent transparent #e5dcce transparent;
	border-width: 0 85px 32px 0;
}
.entry_lamp:after{
	top: -28px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 0 78px 29px 0;
	z-index: 10;
}
.entry_txt {
	margin: 20px 0 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.myheaven_link {
	width: 50%;
	margin: 5px auto 0;
	text-align: center;
	line-height: 2.8;
	background: #F33A4A;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: 600;
}
.myheaven_link:hover {
	opacity: 0.7;
	transition: .4s;
}
.myheaven_link>.link {
	color: #fff;
	display: block;
}
.main_img {
	margin: 60px 0 20px 0;
	background: #f9f9f9;
}
.main_img>.image {
	width: 100%;
}
.schedule_content {
	display: none;
	margin: 0 0 20px 0;
}
.schedule_wrap {
	margin: 0 25%;
	border: 2px solid #1C75BC;
	text-align: center;
	letter-spacing: 1px;
}
.schedule_wrap.guide {
	font-size: 15px;
	background: #1C75BC;
	color: white;
	border-radius: 5px 5px 0 0;
	line-height: 2.2;
}
.schedule_wrap.date {
	font-size: 13px;
	border-top: none;
	border-radius: 0 0 5px 5px;
	font-weight: bold;
	line-height: 2.5;
}
.overview_content {
	display: none;
	overflow: hidden;
	/*display: flex;*/
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}
.overview_wrap {
	width: 100%;
	margin: 0 0 20px 0;
}
.overview_wrap1 {
	width: 100%;
	margin: 0 0 20px 0;
}
.overview_wrap2 {
	width: 50%;
	margin: 0 0 20px 0;
}
.overview_wrap2:nth-child(1),
.overview_wrap2:nth-child(3) {
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
.overview_wrap2:nth-child(2),
.overview_wrap2:nth-child(4) {
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.overview_area {
	font-size: 15px;
	color: #5CC0EF;
	font-weight: bold;
	background: #f9f9f9;
	line-height: 2.2;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}
.overview_area>.heading {
	border: 1px solid #eee;
	display: block;
	background: #fff;
	margin: 5px;
}
.overview_list {
	font-size: 13px;
	padding: 0 10px;
}
.overview_list>ul>li {
	margin-top: 5px;
}
.overview_list .anchor {
	color: #ff4343;
    font-weight: 600;
}
.page_link {
	display: none;
	/*display: block;*/
	width: 30%;
	margin: 0 auto 20px;
	border: 2px solid #e5dcce;
	background: #fcf3e5;
	border-radius: 5px;
	text-decoration: none;
	font-size: 20px;
    font-weight: 600;
    line-height: 2.5;
    text-align: center;
}
.page_link:hover {
	opacity: 0.7;
	transition: .4s;
}
.page_link>.link {
	display: block;
	color: #454545;
}

div.container {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
    color: #333333;
}

header.key-visual {
    height: 800px;
    background: url(../img/bg_pc.png)no-repeat center center;
    background-size: cover;
}

header.key-visual div.inner {
    width: 100%;
    min-width: 960px;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

header.key-visual h1.pc {
    display: block;
    bottom: 3%;
    position: absolute;
    width: 100%;
    margin: 0 auto;
}

header.key-visual h1.pc img {
	width: 35%;
    margin: 0 auto;
    display: block;
}

div.content {
    padding: 0;
    margin: 0 auto;
    max-width: 990px;
    width: 100%;
    display: inline-block;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    animation-iteration-count: inherit;
}
.sm-1-div, .sm-2-div, .sm-3-div, .sm-4-div {
    display: block;
    float: left;
    padding: 0px 15px;
}
.bg-1-div {
    width: 100%;
}
div.introduction {
    padding-top: 70px;
    padding-bottom: 00px;
}
p.introduction-lead {
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 2.14;
    letter-spacing: 2.1px;
    color: #0a0f64;
}
div.number-hotel {
    background-color: #fff;
}
h2.div-title {
    font-size: 32px;
    padding: 70px 0 12px;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    color: #0F0A64;
    letter-spacing: 3px;
}
div.nationwide {
    margin-bottom: 30px;
    padding-top: 30px;
}
.width-full {
    width: 100%;
}
img {
    vertical-align: middle;
}
.nationwide .pc {
    overflow: hidden;
}
.bg-2-div {
    width: calc(50% - 30px);
}
div.num_title {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.1px;
    text-align: center;
    color: #0a0f64;
    margin: 0;
}
div.domestic-share img {
    width: 70%;
}
div.content p.age,
div.content p.place {
    width: 100%;
    margin: auto;
    padding-top: auto;
    text-align: center;
}
div.age img {
    width: 70%;
}
p.subtitle {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
	width: 90%;
    margin: auto;
    text-align: center;
    padding: 10px;
}


.noreview {
	/*display: none;*/
}

#scroll {
	display: none;
}