/************************************************************
 *   パラダイスセブツアー用CSS
 ************************************************************/
/* CSS レイアウト共通 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: none;
	background-color:#FFF;
	background-image: url(../img/pt_ivy.gif);
	background-repeat: repeat;
}
body {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
;;body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
*:first-child+html body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
* html body {font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;}
html,body {
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow: hidden; /*デザイン時のみ使用 */
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

img {
	vertical-align: bottom;
	border:0px;
}
li {
	list-style-type:none;
	text-decoration:none;
}
h1,h2,h3,h4,h5 {
	font-size:100%;
	font-weight: normal;
}
* {
	margin: 0px;
	padding: 0px;
}
p.img_bottom {
	font-size: 0px;
}
#pct_page {
	width: 100%;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #FFF;
	color: #333;
}
#pct_page a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
#pct_page #header {
	width: 100%;
	background-color: #AEE3F5;
	background-image: url(../img/common/img_stripe.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 16px;
	padding-bottom: 24px;
}
#pct_page #header .inner {
	width: 1066px;
	margin: 0px auto;
}
#pct_page #header .inner .logo {
	width: 135px;
	float: left;
	margin-top: 4px;
}
#pct_page #header .inner .pct_navi {
	width: 910px;
	float: right;
}
#pct_page #header .inner .pct_navi ul li {
	width: 176px;
	float: left;
	padding-left: 50px;
}

/*--------------------------------------------------*
 *   メインイメージ
 *--------------------------------------------------*/
#pct_page #main_image {
	width: 1100px;
	margin: 0px auto;
	position: relative;
}
#pct_page #main_image img {
	display: block;
}
#pct_page #main_image p {
	position: absolute;
	width: 520px;
	top: 220px;
	left: 50px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.6em;
}

/*--------------------------------------------------*
 *   タイトル
 *--------------------------------------------------*/
#pct_page .ttl_sub {
	width: 1000px;
	height: 100px;
	margin: 0px auto;
	background-image: url(../img/common/title_back_sub.png);
	font-size: 38px;
	color: #666;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}

/*--------------------------------------------------*
 *   ページトップへ
 *--------------------------------------------------*/
#pct_page #bt_pagetop {
	width: 1000px;
	margin: 20px auto 0px auto;
	text-align: right;
}

/*--------------------------------------------------*
 *   フッター
 *--------------------------------------------------*/
#footer {
	width: 100%;
	margin-top: 100px;
}
#footer .copyright {
	font-size: 13px;
	color: #FFF;
	line-height: 30px;
	background-color: #00A9BE;
	text-align: center;
}
@media screen and (min-width:640px) { 
header{
	display: none;
}
}
@media screen and (max-width:639px) { 
#header{
	display: none;
}
header {
	background-color: #FFF;
	padding:20px 10px 10px;
	overflow:hidden;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
.sp-logo{
	float:left;
	width:80%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.sp-logo p{
    margin-left: 40%;
}
.sp-logo img {
	width:70%;
	height:auto;

}
.sp-title {
	width: 65%;
	float: left;
	overflow: hidden;
	text-align:center;
	color:#0bceda;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.0;
	padding:10px 2px;
}
.sp-title span {
	display:block;
	font-size:1.1rem;
	padding-bottom:5px;
}
.sp-menu {
	float: left;
	width: 16%;
	color:#FFF;
	font-size:1.3rem;
	padding-top:10px;
	
}
.sp-menu-ti {
	padding:5px 2px;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #CCC;
	display: block;
	cursor:pointer;
	background:#00a9be;
	font-size: 3vw;
}
.sp-open-menu-wrap{
	position:absolute;
	z-index:11;
	left:0;
	right:0;
	margin-top:0;
	background-color: #00a9be;
	margin:8px;
	margin-left:15px;
	margin-right:15px;
	border-radius:5px 0px 5px 5px;
	-moz-border-radius: 5px 0px 5px 5px;
	-webkit-border-radius: 5px 0px 5px 5px;
	-moz-box-shadow:0 0 10px #aaa;
	-webkit-box-shadow:0 0 10px #aaa;
	box-shadow:0px 0px 10px #aaa;
}

.sp-open-menu-wrap ul li {
	color:#FFF;
	font-weight:bold;
	font-size:16px; font-size:1.6rem;
	border-bottom: 1px solid #CCC;
}
.sp-open-menu-wrap ul li a {
  display: block;
  position: relative;
  padding: 2vw;
  color:#FFF;
  text-decoration: none;
  font-size: 4vw;
}
.sp-open-menu-wrap ul li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.spmenu-btn-box{
	text-align:center;
}
.spmenu-close-button{
	font-size:3vw;
	margin:0.8em auto;
	padding:0.4em 1.5em;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e6e6e6)) 0px 0px repeat scroll #fff;
	background:linear-gradient(#fff, #e6e6e6) repeat scroll 0 0 #fff;
	color:#2f3e46;
	line-height:1.4;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
}
.sp-open-menu-wrap.close-menu{
	display: none;
}
#footer {
	margin-top: 30px;
}
}
