@charset "UTF-8";
/* CSS Document */

/* ================================
	Base
================================ */

html {
	font-size: 62.5%; /* 1em = 10px */
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 1.3rem;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #333333;
	min-width: 990px;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
#contents-base {
	width: 100%;
	height: 2290px;
	position: relative;
	background-image: url("../images/bg_base.gif");
	background-repeat: repeat-x;
}
#contents {
    width: 990px;
    height: 2290px;
    margin: 0px auto;
    position: relative;
}
#title {
    position: absolute;
    left: 274px;
    top: 62px;
}
.title-name {
    position: absolute;
    left: 310px;
    top: 34px;
}
.link-1 {
    position: absolute;
    left: 250px;
    top: 696px;
}
.link-2 {
    position: absolute;
    left: 250px;
    top: 778px;
}
.link-3 {
    position: absolute;
    left: 250px;
    top: 860px;
}
.activity-title {
    position: absolute;
    left: 252px;
    top: 962px;
}
.activity-st1 {
    position: absolute;
    left: 71px;
    top: 1073px;
}
.activity-st2 {
    position: absolute;
    left: 420px;
    top: 1073px;
}
.activity-st3 {
    position: absolute;
    left: 695px;
    top: 1073px;
}
.activity-p1 {
    position: absolute;
    left: 39px;
    top: 1112px;
}
.activity-p2 {
    position: absolute;
    left: 357px;
    top: 1112px;
}
.activity-p3 {
    position: absolute;
    left: 675px;
    top: 1112px;
}
.activity-btn1 {
    position: absolute;
    left: 87px;
    top: 1305px;
}
.activity-btn2 {
    position: absolute;
    left: 405px;
    top: 1305px;
}
.activity-btn3 {
    position: absolute;
    left: 723px;
    top: 1305px;
}
.insta-title {
    position: absolute;
    left: 264px;
    top: 1411px;
}
.insta-p1 {
    position: absolute;
    left: 126px;
    top: 1525px;
}
.insta-p2 {
    position: absolute;
    left: 315px;
    top: 1525px;
}
.insta-p3 {
    position: absolute;
    left: 504px;
    top: 1525px;
}
.insta-p4 {
    position: absolute;
    left: 693px;
    top: 1525px;
}
.insta-search {
    position: absolute;
    left: 124px;
    top: 1716px;
}
.insta-btn {
    position: absolute;
    left: 572px;
    top: 1720px;
}
.onsen-title {
    position: absolute;
    left: 252px;
    top: 1813px;
}
.onsen-p1 {
    position: absolute;
    left: 120px;
    top: 1919px;
}
.onsen-p2 {
    position: absolute;
    right: 120px;
    top: 1919px;
}
.onsen-btn1 {
    position: absolute;
    left: 208px;
    top: 2202px;
}
.onsen-btn2 {
    position: absolute;
    right: 208px;
    top: 2202px;
}


/* ================================
	Style
================================ */

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
a {
    overflow: hidden;
    outline: none;
}
a img {
	border: none;
}

.ml05 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }

.mr05 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }

.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.text-bold {
	font-weight: bold;
}
.clearFix:after{  
    display:block;  
    clear:both;  
    height:0;  
    visibility:hidden;  
    content:".";  
    zoom:1;  
}
.align-center {
	text-align: center;
}
