@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	2019/9/12制作
------------------------------------------------------------*/

/*-----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%;
	height: auto;
	background-color: #fff;
	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: #BCE0E6;
}

#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 30px;
}

/*-----日程------*/

#in_contents #day{
	text-align: center;
}

#in_contents #day img{
	width: 92%;
	height: auto;
	max-width: 797px;
}

/*-----ライフスタイル------*/

#in_contents #lifestyle .contents_box{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#in_contents #lifestyle h2{
	font-size: 2.5em;
	margin: 0.9em auto 0.6em;
}

#in_contents #lifestyle p{
	font-size: 1.4em;
	margin-bottom: 1.4em;
}

#in_contents #choose .bk_blue{
	background: linear-gradient(180deg,white 0%,white 30px,#BCE0E6 30px,#BCE0E6 100%);
}

#in_contents #choose{
	text-align: center;
}

#in_contents #choose img{
	max-width: 1200px;
}

/*-----タイトル　共通------*/

#in_contents .title{
	width: 100%;
	height: auto;
	text-align: center;
}

#in_contents .title img{
	width: 40%;
	height: auto;
	max-width: 229px;
	margin: 20px auto;
}


/*-----タブ　共通------*/

#in_contents .tab{
	width: 100%;
	height: auto;
	max-width: 945px;
	margin: 2% auto;
}

#in_contents .tab li{
	float: left;
	padding: 2.5% 2.5% 0 0;
}

#in_contents .tab li:last-child{
	padding-right: 0;
}

#in_contents .tab li img:hover{
	cursor : pointer;
	opacity: 0.5;
	box-shadow: 4px 4px 4px #666666;
}

/*-----スライド 共通------*/

#in_contents .slick-arrow:hover{
	opacity: 0.5;
	cursor: pointer;
}

#in_contents .pre_btn{
	position: absolute;
	left: 1%;
	top: 42%;
	z-index: 10;
}

#in_contents .next_btn{
	position: absolute;
	right: 1%;
	top: 42%;
}

#in_contents .slider01{
	margin-bottom: 4%;
	margin-top: 2.5%;
}

/*-----備考 共通------*/

#in_contents .note{
	font-size: 0.8em;
	text-align: left;
	width: 90%;
	height: auto;
	max-width: 1000px;
	margin: 2% auto;
}

/*-----EXTERIOR------*/

#in_contents .tab1_1{
	box-shadow: 4px 4px 4px #666666;
}

#in_contents .img1_2{
	display: none;
}

#in_contents .img1_3{
	display: none;
}

#in_contents .img1_1sp{
	display: none;
}

#in_contents .img1_2sp{
	display: none;
}

#in_contents .img1_3sp{
	display: none;
}


/*-----INTERIOR------*/

#in_contents .tab2_1{
	box-shadow: 4px 4px 4px #666666;
}

#in_contents .img2_2{
	display: none;
}

#in_contents .img2_3{
	display: none;
}

/*-----SAFETY------*/

#in_contents #safety .bk_blue2{
	background: url("../../img/bk_02.png") repeat-y;
	background-size: 100% auto;
	width: 100%;
	height: auto;
	max-width: 1140px;
	text-align: center;
	margin: 0 auto;
}

#in_contents #safety h3{
	max-width: 562px;
	margin-left:auto;
	margin-right:auto;
}

#in_contents #safety h4{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 2%;
}

#in_contents #safety p{
	margin-top: 1.5%;
}

#in_contents .tss_img img{
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-width: 1400px;
}

#in_contents .sapo{
	max-width: 1000px;
}

#in_contents .note{
	max-width: 910px;
}

/*-----値段------*/

#in_contents #price .contents_box {
    margin: 0 auto 1%;
}

#in_contents .img3_1{
	display: none;
}

#in_contents .img3_2{
	display: none;
}

#in_contents .img3_3{
	display: none;
}

#in_contents #price{
	text-align: center;
}

#in_contents .price_img{
	margin-bottom: 1%;
}

/*-----お支払例------*/

#in_contents #rei .contents_box {
    margin: 0 auto 1%;
}

#in_contents .img4_1{
	display: none;
}

#in_contents .img4_2{
	display: none;
}

#in_contents .img4_3{
	display: none;
}

#in_contents #rei{
	text-align: center;
}

/*-----フォーム------*/

#in_contents #form h2{
	font-size: 3em;
	margin: 6% auto 4%;
}

#in_contents .inputform iframe{
	width: 960px;
	height: 1160px;
}

/*-----プラン------*/

#in_contents #keikaku .bk_blue2{
	background: url("../../img/bk_02.png") repeat-y;
	background-size: 100% auto;
	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 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;
}