@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td{
	vertical-align: top!important;
}

:focus{
	outline:0;
}
body{
	line-height:1;
	color:black;
	background:white;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:12px;
	*font-size:78%;
	line-height:150%;
  -webkit-text-size-adjust: 100%;
}
ol,ul{
	list-style:none;
}
img{
	width: 100%;
	height: auto;
	vertical-align:bottom;
}
table{
	border-collapse:separate;
	border-spacing:0;
}
caption,th,td{
	text-align:left;
	font-weight:normal;
}
.center{
	text-align:center;
}
.fl{
	float:left;
	margin:0 5px 5px 0;
}
.fl2{
	float:left;
	margin:0 5px 15px 0;
	width:50%;
}

.fr{
	float:right;
	margin:0 0 5px 5px;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}


#container{
  padding-top: 0;
}

#container .main{
  margin-bottom: 15px;
}

#container .contents{
}



#container .contents h1{
font-size: 21px;
color: #e60859;
line-height:1.2;
margin-bottom: 1em;
}

#container .contents p{
line-height: 1.5;
margin-bottom: 30px;
}


#container .contents ul{
  overflow: hidden;
  margin-bottom: 50px;
}


#container .contents ul.arrange li{
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

#container .contents ul.arrange li:last-child{
  margin-right: 0;
}



#container .contents ul.arrange li h2{
  font-size: 20px;
  background-color:#e60859 ;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px 5px 10px;
  color: #ffffff;
  border-radius: 20px;
  margin:  0 0 15px 0px;
}

#container .contents ul.arrange li  p{
  margin-bottom: 0;
}

#container .contents h3{
font-size: 20px;
border-left: #e60859 9px solid;
padding: 5px 0 3px 5px;
margin-bottom: 37px;
}

#container .contents .tour{
  background-color: rgba(178, 178, 178, 0.3);
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
}

#container .contents .tour:last-child{
  margin-bottom: 0;
}

#container .contents .tour .tour_in{
  overflow: hidden;
}


#container .contents .tour .tour_l{
text-align:center;
}



#container .contents .tour h2{
  font-size: 13px;
  width: 72px;
  background-color: #e60859;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: normal;
  padding: 2px 7px 2px 7px;
  border-radius: 15px;
  margin: 0 0 9px 4px;

}

#container .contents .tour .tour_pic{
}


#container .contents .tour .tour_r{
  float:right;
  margin: 0px 0 0 27px;
  width: 100%;
}

#container .contents .tour .tour_r h4{
  font-size: 18px;
  margin: 4px 0 18px 0;
  line-height:1.2;
}

#container .contents .tour .tour_r dl {
  overflow: hidden;
  margin-left: 2px;
  font-size: 14px;
  padding: 2px;
}

#container .contents .tour .tour_r dl dt{
  float: left;
  margin-right: 26px;
  color: #e60859;
  background-color: #ffffff;
  padding: 2px;
  margin-bottom: 5px;
  display: block;
  clear: left;
}

#container .contents .tour .tour_r dl dd{
  padding: 2px;
  margin-bottom: 5px;

}


#container .contents .tour .tour_r p{
  margin-top: 14px;
}

#container .contents .tour  .btn a{
font-size: 17px;
display: block;
width: 220px;
float: right;
box-sizing: border-box;
text-align: center;
color: #ffffff;
background-color: #4d4d4d;
padding: 10px;
border-radius: 20px;
}

#container .contents .tour  .btn a:hover{
  opacity: 0.8;
  text-decoration: none;
}

#container .contents  .link_btn{
text-align: center;
margin-bottom: 60px;
}
