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

/*===============================================
●For Desktop Min Width 769px
===============================================*/


body {
	margin: 0;
    font-family: sans-serif;
}


#content_wrapper_i {
	background: #ffffff;
	width: 100%;
}

.ttl-info {
	padding: 20px;
	background-color: #E5E4DF;
	width: 100%;
}

.ttl-info h2 {
	max-width: 1000px;
	margin: 0 auto;
	align: left;
	font-size: 1.8em;
	font-weight: 100;
	color: #1A578B;
}

.inner-info {
	margin: 0 auto;
	background: #ffffff;
	max-width: 1000px;
	width: 95%;
	
}

.breadcrumb-info {
	font-size: 1em;
	align: left;
	margin: 5px 0;
}

#contents-body-info {
	margin: 30px 0;

}


.info-block {
	width: 100%;
	margin: 50px 0;
	color: #333;
}

.info-block-ttl {
	background-color: #45A6CB;
	color: #FFF;
	padding: 15px;
	font-size: 1.2em;
	font-weight: 100;
	margin: 0 0 3px 0;
}


.info-table {
	font-size: 0.8em;
	width: 100%;
	border-collapse: collapse;

}

.info-table th, td {
	border-bottom: 1px solid #ccc;
	padding: 8px;	
}

.info-table th {
	width: 20%;
	align: right;
	font-weight: bold;
	background-color: #E5E4DF
}

.list-info {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1 em;
	margin-left: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 1em;
	line-height: 1.2em;
}

.list-info h4 {
	margin: 0 0 5px;
}

.list-info li {
	margin: 25px 0;
}

.btn-info {
	background-color: #0099CB;
	color: #FFF;
	border: none;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	padding: 8px 12px;
	margin: 10px 0;
	border-radius: 4px;
}

#addon_top {
  height: 350px;
  background:url(images/banner.jpg) no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
}


@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

nav#hokkaido {
	text-align: center !important;
	margin-left: auto;
    margin-right: auto;
	align-content: center;
}


nav#hokkaido a {
	float: left;
   font-family: 'Raleway', sans-serif;
    font-size: 18px;
    width: 50%;
    color: white;
    background-color: #1e50a2;
    border: 3px solid #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}

.content_block {
	margin: 0 auto;
	background: #bac1c7;
}

.content_block2 {
	margin: 0 auto;
	background: #ffffff;
	max-width: 1000px;
	overflow: auto;
}


.title_block {
	padding-top:100px;
	padding: 10px 15px;
	background: #fff;
	text-align: center;
	margin-top:20px;
}


.title_block2 {
	padding-top:100px;
	padding: 10px 30px;
	background: #d6cbe3;
	text-align: center;
	margin-top:20px;
}

.tour_block3 {
	float: left;
	width: 18%;
	margin: 0 1% 2.5% 1%;
}

.tour_block4 {
	float: left;
	width: 64%;
	margin: 10px;
}

.tour_block5 {
	float: left;
	width: 47%;
	margin: 0 1% 2.5% 1%;
}

.tour_block6 {
	float: center;
	width: 95%;
	background: #FFF;
	margin: 2.5% auto;
	padding: 2.5%;
}

.tour_block7 {
	float: center;
	width: 95%;
	background: #fbfbf3;
	margin: 2.5% auto;
	padding: 2.5%;
	overflow: auto;
}

.tour_block8 {
	float: center;
	width: 95%;
	background: #e9faf5;
	margin: 2.5% auto;
	padding: 2.5%;
	overflow: auto;
}

.tour_block9 {
	float: left;
	width: 45%;
	background: #fbfbf3;
	margin: 1.5%;
	padding: 2.5%;
}

.title-text {
	color: #666666;
	padding: 20px;
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
	font-family: 'Raleway', sans-serif;

}

.body_text {
	color: #666666;
	text-align: left;
	font-size: 16px !important;
	font-family: 'Raleway', sans-serif;
	line-height: 21px;
}

.body_text2 {
    font-size: 30px!important;
	color: #40a1e4;
	font-weight:600;
}


.body_text3 {
	color: #666666;
	text-align: left;
	font-size: 20px !important;
	font-family: 'Raleway', sans-serif;
	line-height: 27px;
	padding-left: 10%;
	padding-right: 10%;
}

.body_text4 {
	color: #666666;
	text-align: center !important;
	font-size: 20px !important;
	font-family: 'Raleway', sans-serif;
	line-height: 27px;
	padding-top: 5%;
}

.text {
    font-size: 18px!important;
	color: #333333;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
	line-height: 24px;
}

.img_tour {
    float: center;
    margin: 0px 15px 15px 0px;
    width: 100%;
}

/* Back to Top Button */
#back-top {
position: fixed;
bottom: 50px;
right: 1em;
opacity: 0.6;
z-index: 4900;
}
#back-top a {
position: relative;
display: inline-block;
width: 34px;
height: 34px;
padding: 20px;
background-color: #222;
border-radius: 50%;
line-height: 1.0;
text-align: center;
}
#back-top a span {
position: absolute;
left: 0;
right: 0;
top: 15px;
margin: auto;
width: 15px;
height: 15px;
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
transform: rotate(-45deg);
}

/*===============================================
●For Tablet Max Width 1024px
===============================================*/
@media screen and (max-width: 1024px){

header img#ttl_img {
  width: 90%;
  top: 150px;
}

.slideshow {
  height: 50vh;
}

#tour {
	padding-top: 0;
}

.body_text2 {
    padding: 0 20px 20px 20px;
}

}
/*===============================================
●For Mobile Max Width 680px
===============================================*/
@media screen and (max-width:680px){


header img#ttl_img {
  width: 90%;
  top: 120px;
}


.tour_block {
	float: left;
	width: 48%;
	margin: 0 1% 2.5% 1%;
}

.tour_block2 {
	float: left;
	width: 45%;

}

.tour_block3 {
	float: left;
	width: 45%;
    margin: 0 1% 2.5% 1%;
}


.img_tour {
	float: none;
	margin: 0 auto;
	width: 90%;;
}

nav#hokkaido a {
	float: left;
    width: 48%;
    padding: 10px;
}




}

/*===============================================
●For Mobile Max Width 567px
===============================================*/
@media screen and (max-width:567px){
header img#ttl_img {
  width: 80%;
}

.tour_block {
	float: none;
	width: 95%;
	margin: 0 2.5% 2.5% 2.5%;
}

.tour_block2 {
	float: none;
	width: 95%;
	margin: 2.5%;
}
.tour_block3,
.tour_block5 {
	float: none;
	width: 95%;
	margin: 0 2.5% 2.5% 2.5%;
}

.content_block2 img {
	width: 100%;
}

.option_text {
	color: #931f87;
	text-align: left;
	font-family: 'Raleway', sans-serif;

}

/*Font Loded*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);


.btn-custom {
  color: #666666;
  font-size: 18px;
  border: 1px solid #666666;
}
.btn-custom:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}