@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;
}
img{
	height:auto;
}
/* ------------------------------
	01 Public , Common
 ----------------------------- */
#DomTourContainer{
	width:100%;

}
#MainContents{
	background:url(/anamail/omiyage/common/img/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:80px auto 20px auto;
	text-align:center;
}
.section_title{
	margin:0 auto 20px;
	display:block;
}
.ItemName{
	margin: 20px 0 10px;
	text-align:center;
}
.ItemName img {
	height: auto;
}
.Description{
	line-height:25px;
	margin-bottom:30px;
	text-align: left;
	font-size: 13px;
}
.LeftSide img + img,
.RightSide img + img{
  margin-top: 20px;
}

/*--------------------------
	float
---------------------------- */
.LeftSide{
	float:left;
	position:relative;
	text-align: center;
}
.RightSide{
	float:right;
	position:relative;
	text-align: center;
}

/*--------------------------
	clearfix
---------------------------- */
.cf:before,
.cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after {
	clear: both;
}

/* ------------------------------
	01 #EyeCatch
 ----------------------------- */
#EyeCatch{
	height:auto;
	position:relative;
	width:100%;
	min-width: 950px;
}
#EyeCatch .main_images{
	width:100%;
}
#EyeCatch .main_images .logo{
  display: block;
  position: absolute;
  top: 1.5%;
	left: 1.45%;
}
#EyeCatch .main_images .slice_image img{
	width:100%;
	height:auto;
	vertical-align:bottom;
	display: block;
}
#EyeCatch .text_wrap{
	position: absolute;
  top: 6%;
  width:100%;
	left:0;
}
#EyeCatch .text_wrap .title,
#EyeCatch .text_wrap .text{
  width:40%;
  display: block;
  margin: auto;
}
#EyeCatch .text_wrap .title img,
#EyeCatch .text_wrap .text img {
	width:95%;
	height:auto;
}
@media screen and (min-width: 1450px) {
	#EyeCatch .text_wrap .title,
	#EyeCatch .text_wrap .text{
    width: 615px;
	}
}
/* ------------------------------
	02 #Intro
 ----------------------------- */
#Intro.Wrap { 
	margin-bottom:28px;
}
#Intro .InnerContents{
	position: relative;
  top: -14px;
  height: 280px;
  text-align: left;
}
#Intro .TargetMap {
  position: absolute;
  top: -40px;
  right: 30px;
  height: auto;
}
#Intro .Comment {
  position: absolute;
  top: 35px;
  left: 50px;
  width: 383px;
}
#Intro .Comment h3 {
  margin-bottom: 20px;
}

#Intro .Comment p {
  margin-left: 10px;
}

/* ------------------------------
	03 #Section1
 ----------------------------- */
#Section1.Sec {
}
#Section1 .LeftSide {
  width: 395px;
}
#Section1 .RightSide {
  width: 488px;
  margin-top: -50px;
}
#Section1 .RightSide img:last-child {
  margin-top: 10px;
  position: relative;
  right: 30px;
}

/* ------------------------------
	04 #Section2
 ----------------------------- */
#Section2.Sec {
}
#Section2 .LeftSide {
	width:510px;
}
#Section2 .RightSide {
	width: 395px;
}

/* ------------------------------
	05 #section3
 ----------------------------- */
#Section3.Sec {
}
#Section3 .LeftSide {
	width: 395px;
}
#Section3 .RightSide {
	width: 483px;
  margin-top: -50px;
}
#Section3 .RightSide img:last-child {
  position: relative;
  right: 30px;
}

/* ------------------------------
	06 #Section4
 ----------------------------- */
#Section4.Sec {
}
#Section4 .LeftSide {
	width:540px;
  margin-top: -30px;
}
#Section4 .LeftSide img:last-child {
  position: relative;
  top: -45px;
  left: -15px;
}
#Section4 .RightSide {
  width: 395px;
}
/* ------------------------------
	07 #Section5
 ----------------------------- */
#Section5.Sec {
}
#Section5 .LeftSide {
	width: 395px;
}
#Section5 .LeftSide > img:first-child {
  margin: 0 0 -50px 100px;
}
#Section5 .RightSide {
  width: 540px;
  right: -30px;
  margin-top: 60px;
}
#Section5 .RightSide img:last-child {
  position: relative;
  margin-top: -50px;
  left: -15px;
}

/* ------------------------------
	08 #ContentFooterBanner
 ----------------------------- */
#ContentFooterBanner{
	margin: 100px auto 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-block;
}
.other-links ul li a{
	display:inline-block;
}
.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(/anamail/omiyage/common/img/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;
}

.backnumber_btn{
	margin: 0 0 37px 0;
}

/* ------------------------------
	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(/anamail/omiyage/common/img/bg_footer.jpg) repeat;
}
.LastSection .InnerContents{
  background: url(/anamail/omiyage/common/img/bg_pattern_footer.png) repeat-x left top;
	padding: 100px 45px 30px;
}

#Section4 .CommentWrap{
  top: 425px;
}
