@charset "utf-8";

/*--------------------------------------------------
powerd by travision Inc. 
recent status 2015.11.19
--------------------------------------------------*/
@media screen and (max-width: 768px){

/*-------------------------------------------------
Base
-------------------------------------------------*/
*{ margin:0;padding:0; }
html {
	width:100%;
}
img {
  vertical-align:bottom;
}
.pc { display:none;}

#wrapper {
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: antialiased;
	color:#333;
	font-size:16px;
	line-height:1.6;
	font-family:Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	background:#fff;
}
#injapan a {
	color:#000;
	text-decoration:underline;
}

/*-------------------------------------------------
header
-------------------------------------------------*/
header .ttlBox {
	padding:25px 15px 0 15px;
	margin-bottom:20px;
}
header h1 {
	margin-bottom:20px;
	text-align:center;
}
header h1 img {
	height:35px;
	width:auto;
}
header h2 {
	margin-bottom:20px;
}
header .topBox {
	position:relative;
	width:100%;
	height:170px;
	background-image:url(../img/header_bg_vol1.jpg);
	background-position:center bottom;
	background-size:130% auto;
	background-repeat:no-repeat;
}
header h3 {
	position:absolute;
	right:0;
	top:30px;
}
header h3 img {
	height:33px;
	width:auto;
}

/*-------------------------------------------------
contents01
-------------------------------------------------*/
#content01 {
	padding:30px 15px;
	background:#fefaf3;
}
#content01 h4 {
	margin-bottom:30px;
}
#content01 h4 img {
	width:100%;
	height:auto;
}

/*-------------------------------------------------
contents02
-------------------------------------------------*/
#content02 {
	padding:30px 15px 250px 15px;
	background-image:url(../img/cont02_bg_vol1_sp.jpg);
	background-position:center bottom;
	background-size:768px auto;
	background-color:#76a9ff;
	background-repeat:no-repeat;
}

/*-------------------------------------------------
contents03
-------------------------------------------------*/
#content03 {
	padding-top:70px;
}
#content03 article:last-child {
	margin-bottom:30px;
}
#content03 .topImg {
	width:100%;
	height:160px;
	background-position:center center;
	background-size:cover;
	margin-bottom:30px;
}
#content03 .image01 {
	background-image:url(../img/cont03_vol1_img01.jpg);
}
#content03 .image02 {
	background-image:url(../img/cont03_vol1_img02.jpg);
}
#content03 .con03-mv {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
#content03 .mainBox {
	margin:0 5% 8%;
	box-sizing: border-box;
}
#content03 .mainBox li {
	float: none;
	width: 100%;
	padding: 0;
	margin-bottom: 5%;
	text-align: center;
	box-sizing: border-box;
}
#content03 .mainBox li img {
	width: 100%;
	height: auto;
}
#content03 p.names {
	margin-bottom:6px;
	font-size:20px;
}
#content03 h4 {
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin-bottom:20px;
}
#content03 p {
	margin-bottom:20px;
}
#content03 img {
	width:100%;
	height:auto;
	max-width:480px;
	margin:0 auto;
}

/*-------------------------------------------------
Hills
-------------------------------------------------*/
.ban-hills {
	padding:0 15px;
	margin-bottom:15px;
}
.ban-hills img {
	width:100%;
	height:auto;
}
#hillsArea {
	overflow:hidden;
	padding:15px;
	background:#eff3e6;
}
#hillsArea p.hillstext {
	font-size:14px;
	color:#000;
	margin-bottom:15px;
}
#hillsArea p.hillslogo {
	width:30%;
	float:left;
	margin-right:15px;
}
#hillsArea p.hillslogo img {
	width:100%;
	height:auto;
}
#hillsArea p.hillsbtn01 {
	width:55%;
	float:left;
	margin-bottom:10px;
}
#hillsArea p.hillsbtn02 {
	width:55%;
	float:left;
}
#hillsArea p.hillsbtn01 img,
#hillsArea p.hillsbtn02 img {
	width:100%;
	height:auto;
}
  
/*-------------------------------------------------
Gallery
-------------------------------------------------*/  
.japan-gallery {
  padding: 40px 20px;
  background: url(../img/gallery_bg.png) center top no-repeat #fefeee;
  background-size: 150% auto;
  text-align: center;
}
.japan-gallery .gallery-ttl {
  margin-bottom: 20px;
}
.japan-gallery .gallery-lead {
  margin-bottom: 30px;
}
  .japan-gallery article {
    width: 100%;
    margin: 0 auto 40px;
    text-align: left;
  }
.japan-gallery img {
    width: 100%;
    height: auto;
  }
  .japan-gallery .gallery-slide {
    overflow: hidden;
    margin-bottom: 15px;
  }
  .japan-gallery .gallery-slide li {
    float: left;
  }

}
