@charset "Shift_JIS";

/*
 ------------------------------

 (C)ANA /anamail/omiyage/hokkaido_sapporo/ CSS
 Version: 1.0
 creation date: 18/04/2016
 last update: 18/04/2016

 INDEX
	01 Public, Common
	02 #EyeCatch
	03 #section1
	04 #section2
	05 #section3
	06 #section4
	07 #section5
	08 #ContentFooterBanner
 ----------------------------- */

body{
	width: 100%;
	magin:0;
}
/* ------------------------------
	01 Public , Common
 ----------------------------- */
#DomTourContainer{
	width:100%;

}

#MainContents{
	background:url(../image/bg_pattern.jpg);
	font-size: 13px;
    line-height: 1.5rem;
	font-family:"qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	text-align:center;
}

.Wrap,
.Sec{
	width:950px;
	padding:0;
	margin:0 auto 50px auto;
	text-align:center;
}

.SectionTitle{
	margin:0 auto 30px;
	display:block;
}

.ItemName{
	margin-bottom:30px;
	text-align:center;
}
.ItemName img {
	height: auto;
}
.Description{
	line-height:25px;
	margin-bottom:30px;
	    text-align: left;
}


/*--------------------------
	float
---------------------------- */
.LeftSide{
	float:left;
	position:relative;
}
.RightSide{
	width:;
	float:right;
	position:relative;
}
/*--------------------------
	clearfix
---------------------------- */
.cf:before,
.cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after {
	clear: both;
}


/* ------------------------------
	01 #EyeCatch
 ----------------------------- */
#EyeCatch{
	height:auto;
	position:relative;
	width:100%;
}
#EyeCatch .main_images{
	width:100%;
}
#EyeCatch .main_images .logo{
    display: block;
    position: absolute;
    top: 1.5%;
	left: 1.45%;
}
#EyeCatch .main_images .slice_image{
	font-size:1px;
	line-height:0;
}
#EyeCatch .main_images .slice_image img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

#EyeCatch .text_wrap{
	position: absolute;
    top: 6%;
    width:100%;
	left:0;
}
#EyeCatch .text_wrap .title,
#EyeCatch .text_wrap .text{
    width:45%;
    display: block;
    margin: auto;
}
#EyeCatch .text_wrap .title img,
#EyeCatch .text_wrap .text img {
	width:95%;
	height:auto;
}
@media screen and (min-width: 1300px) {
	#EyeCatch .text_wrap .title,
	#EyeCatch .text_wrap .text{
	    width: 615px;
	}
}

/* ------------------------------
	02 #Intro
 ----------------------------- */
#Intro.Wrap{ 
	margin-bottom:80px;
}
#Intro .InnerContents{
	position:relative;
	top:0px;
	height:auto;
	text-align:left;
}
#Intro .TargetMap{
	position: relative;
    top: -35px;
	left: 95px;
}
#Intro .Comment{
	float: right;
    position: absolute;
    top: 35px;
	right: 45px;
    width: 335px;
}
#Intro .Comment h3{
    margin-bottom: 30px;
}
/* ------------------------------
	03 #section1
 ----------------------------- */
#Section1.Sec{
	margin-bottom:0px;
}

#Section1 .LeftSide{
	width:395px;
}
#Section1 .RightSide{
	width:511px;
}
#Section1 .image_01{
	position: relative;
    top: -70px;
    left: -60px;
}
#Section1 .image_02{
	position: relative;
    top: -60px;
}
/* ------------------------------
	04 #Section2
 ----------------------------- */
#Section2.Sec{
	margin-bottom:80px;
}
#Section2.Sec .InnerContents{
	width:950px;
	margin:auto;
	text-align:left;
}

#Section2 .LeftSide{
	width:594px;
	z-index:0;
}
#Section2 .image_01{
    margin-top: -50px;
    position: relative;
}
#Section2 .RightSide{
	width:317px;
}
#Section2 .CommentWrap{
	margin-top:20px;
}
/* ------------------------------
	05 #Section3
 ----------------------------- */
#Section3.Sec{
	text-align:left;
	width:800px;
	margin-bottom:70px;
}
#Section3 .LeftSide{
	width:395px;
	z-index:1;
}
#Section3 .RightSide{
	width:357px;
	height:auto;
	z-index:0;
}
#Section3 .image_01{
    position: relative;
    left: -68px;
	top:15px;
}
#Section3 .CommentWrap{
	position: absolute;
    bottom: -150px;
    right: 10px;
}
/* ------------------------------
	06 #Section4
 ----------------------------- */
#Section4.Sec .InnerContents{
	width:800px;
	margin:auto;
	text-align:left;
}
#Section4 .LeftSide{
	width:435px;
}
#Section4 .RightSide{
	width:317px;
}
#Section4 .image_01{
	position: relative;
    top: -30px;
    left: -56px;
}
#Section4 .CommentWrap{
	position: relative;
    top: -40px;
    left: 50px;
}
	
/* ------------------------------
	07 #Section5
 ----------------------------- */
#Section5.Sec{
	text-align:left;
	width:950px;
}
#Section5 .LeftSide{
	width:397px;
}
#Section5 .RightSide{
	width:516px;
}
#Section5 .ImgTitle{
	margin-bottom: 40px;
}
#Section5 .comment_image{
	position: relative;
    top: -20px;
    right: -215px;
}
#Section5 .image_01{
    margin-top: 55px;
}

/* ------------------------------
	08 #ContentFooterBanner
 ----------------------------- */
#ContentFooterBanner{
	    margin-bottom: 30px;
}
#ContentFooterBanner .ImgTitle{
	display:block;
	margin:0 auto 10px;
}
#ContentFooterBanner .Btn{
	display:block;
	margin:0 auto 10px;
	text-align:center;
	cursor:pointer;
}
.other-links h4{
	text-align: center;
    margin: 0 auto 30px;
}
.other-links ul{
	margin-bottom:30px;
}
.other-links ul li{
	display:inline;
}
.other-links ul li a:hover{
	opacity:0.85;
}
.other-links ul li.leftList{
	padding-right:13px;
}
.other-links ul li.rightList{
	padding:0;
}



.Survenia h4.SurveniaTitle{
	padding:30px 0 20px 0;
	text-align: center;
}
.Survenia{
	background:url(../image/bg_frame.png) center top no-repeat;
	width:950px;
	height:200px;
    margin: 0 auto 30px;
}

.Survenia .cf{
	width: 865px;
    margin: auto;
}
.Survenia .cf .LeftSide{
	width:370px;
	text-align:left;
	padding:6px 0 0 0;
	letter-spacing: 2px;
	font-size:initial;
	line-height:initial;
}
.Survenia .LeftSide img{
    float: left;
	margin:10px 10px 0 0;
}
.Survenia .LeftSide p{
    float: left;
    width: 60%;
	font-size:14px;
    line-height:1.5em;
}
.Survenia .cf .RightSide{
	width:465px;
	border-left: 1px solid #a89c7e;
	padding-left: 20px;
}
.anafasta{
	width:100%;
	height:auto;
}
.Survenia a:hover{
	opacity:0.85;
}

/* ------------------------------
	09 #SnsIcon
 ----------------------------- */
#SnsIcon{
}
#SnsIcon ul{
	width: 82px;
    margin: 0 auto;
}
#SnsIcon ul li{
	margin-right:10px;
	float:left;
	width:36px;
}
#SnsIcon ul li a{
}
#SnsIcon ul li a img{
}
#SnsIcon ul li.right_icon{
	margin-right:0 !important;
}

/* ------------------------------
	10 #LastSection
 ----------------------------- */
.LastSection{
	background:url(../image/bg_footer.jpg) repeat;
}
.LastSection .InnerContents{
    background: url(../image/bg_pattern_footer.png) repeat-x left top;
	padding: 100px 45px 30px;
}

#Section1 .image_01,
#Section3 .image_01,
#Section4 .image_01{
	position:absolute !important;
}
#Section3 .CommentWrap{
	top: 395px;
}
#Section1 .image_02{
	top: 385px;
}
#Section4 .CommentWrap{
	    top: 425px;
}
#Section2.Sec .InnerContents {
	    margin: 110px auto 0px auto;
}
#Section2.Sec .Description{
	margin-bottom: 0;
}