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

/*------------------------------------------------------------
	2019/10/29制作
------------------------------------------------------------*/

/*-----common------*/

#in_contents div:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	content: " ";

}

body { font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; 
 /*overflow-x: hidden;*/}

#in_contents{
	width: 100%;
  /*max-width: 1400px;*/
	height: auto;
	background-color: #7394A6;
	margin: 0 auto;
	overflow:auto;
	overflow-y: hidden;
}

#in_contents ul:after{
	clear: both;
}

#in_contents .contents_box{
	width: 100%;
	height: auto;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	overflow: hidden;
	_zoom: 1; /*IE6バグ対策*/
}

#in_contents .contents_back{
	width: 100%;
	height: auto;
}

#in_contents .bk_blue{
	background: #E2E3DD;
}

#in_contents .bk_gray{
	background: #E1E9E6;
}

#in_contents h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#in_contents nav, section, article, hgroup {
	display: block;
}

#in_contents a{
	outline: none;
	font-size: 0;
}

#in_contents a:hover{
	filter:brightness(120%);
}

#in_contents img{
	vertical-align:bottom;
	border: 0;
	font-size: 0;/*-----inline-block隙間対応------*/
}

#in_contents * {
	margin: 0px;
	padding: 0px;
}

#in_contents *:focus {/*-----chrome画像フォーカス時の線を消す------*/
	outline: none;
}

#in_contents .margin_t32{
	margin-top: 45px;/*-----約3.2%------*/
}

#in_contents .margin_t45{
	margin-top: 63px;/*-----約4.5%------*/
}

#in_contents .margin_t7{
	margin-top: 98px;/*-----約7%------*/
}

#in_contents .margin_b7{
	margin-bottom: 98px;/*-----約7%------*/
}

#in_contents .margin_b10{
	margin-bottom: 140px;/*-----約10%------*/
}

/* パソコン画像表示 */
.pc { display: inline !important; }
.sp { display: none !important; }
.pc1 { display: inline !important; }/* トップ画像 */
.pc2 { display: none !important; }/* トップ画像特大 */
#in_contents .pc_nav { display: inline !important; }
#in_contents .sp_nav { display: none !important; }

/*-----top------*/

#in_contents #top{
	background: black;
	position: fixed;
	width: 100%;
	height: 70px;
	z-index: 1000;
}

#in_contents #top .top_menu{
	width: 100%;
	height: auto;
	max-width: 1400px;
	margin: 16px auto;
}

#in_contents #top .logo{
	display: inline-block;
	 *display: inline;
	 *zoom: 1;
	 margin-left: 3%;
}

#in_contents #top .top_nav{
	display: inline-block;
	 *display: inline;
	 *zoom: 1;
	float:right;
	width: 50%;
	height: auto;
	text-align: right;
	letter-spacing: -100px;
}

#in_contents #top .top_nav li{
	float: left;
	margin: 6px 3% 0;
	text-align: center;
	letter-spacing: -100px;
}

#in_contents #top .top_nav li:last-child{
	margin-right: 0;
}

#in_contents .top_nav img:hover{
	cursor : pointer;
	background: #444444;
}

/*-----top画像------*/

#in_contents #con_top{
	width: 100%;
	height: auto;
	text-align: center;
}

#in_contents #con_top img{
	width: 100%;
	height: auto;
	max-width: 1820px;
	margin: 69px auto 0;
}

/*-----日程------*/

#in_contents #day{
  background: #000;
	text-align: center;
  padding-bottom: 10%;
}

#in_contents #day img.ymd{
	width: 92%;
	height: auto;
	max-width: 850px;
}

/*-----カタログ請求------*/
#in_contents .catalog {
  position: relative;
  margin-top: 5%;
}
#in_contents .catalog .bg {
  z-index: 0;
}

#in_contents .catalog .btn {
  position: absolute;
  z-index: 100;
 bottom: 30px;
  left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}


#in_contents #raize,#in_contents #rav4,#in_contents #chr {
  padding-bottom: 9%;
  text-align: center;
}

/*-----共通訴求ポイント------*/
#in_contents .point {
  width: 92%;
  max-width: 1140px;
  margin: 0 auto 5% auto;
}
/*-----共通金額------*/
#in_contents .price {
  width: 92%;
  max-width: 1140px;
  margin: 0 auto 5% auto;
}

/*-----ラインナップ-----*/
#in_contents h2.lineup {
  width: 94%;
  max-width: 910px;
  margin: 0 auto 5% auto;
}

/*-----ライズ　価格　-----*/
#in_contents #raize .price {
  padding-top: 5%;
}

/*-----備考 共通------*/

#in_contents .note{
	font-size: 0.8em;
	text-align: left;
	width: 90%;
	height: auto;
	max-width: 1000px;
	margin: 2% auto;
}


/*-----プラン------*/

#in_contents #keikaku .bk_blue2{
  
	width: 100%;
	height: auto;
	max-width: 1140px;
	text-align: center;
	margin: 0 auto;
}

#in_contents #keikaku{
	text-align: center;
}

#in_contents #keikaku h2 img{
	margin: 7% auto;
}

#in_contents #keikaku img{
	max-width: 1005px;
}

/*-----footer------*/
#in_contents #f_linkbtn {
  background: #000;
  color: #fff;
}
#in_contents #f_linkbtn img{
	width: 70%;
	height: auto;
	margin: 5% auto;
	max-width: 550px;
}

#in_contents .bar_03{
	width: 100%;
	height: 90px;
	background-color: black;
	text-align: center;
}


#in_contents #f_linkbtn .note{
	margin-top: 6%;
}

#in_contents .in_copyright{
	font-size: 1.1em;
	font-weight: bold;
	color: white;
	line-height: 4.8em;
}

/*-----topへ戻る------*/

#topBtn {
    position: fixed;
    bottom: 50px;
    right: 30px;
}