/*  General CSS  */
body{
  font-family:'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size:12px;	
  color:#4d4d4d;
  letter-spacing:0.15em;
  line-height:150%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a{
  color:#333;
  text-decoration:none;
}
form{
	margin:0px;
}
strong,
.strong {
	font-weight:bolder;
	font-size:110%;
}
.red {
	color:#990000;
}
.clear{
	clear:both;
}
.clear_all {
	clear:both;
	padding:0;
	margin:0;
	font-size:0px;
	line-height:0;
}
.left{
	float:left;
}
.right{
	float:right;
}
.ovf{
	overflow:hidden;
}
ul.disc{
	list-style:disc;
	padding-left:2em;
	margin:5px 0px 10px 0px;
}
img {
  line-height:0;
}
figure img {
   vertical-align: bottom;
}
.w90,
.detailpage {
   width:90%;
   margin:0 5%;
}
.frame {
   border: 2px solid #66CCCC;
   padding:3%;
   margin:5px auto 10px;
}
#inner {
   font-size:14px;
   line-height:1.6em;
}
.attention {
   border: 1px solid #CC0000;
   padding:3%;
   margin:5px auto 10px;
}
.attention h6 {
  color:#CC0000;
   margin-bottom:5px;
}
.page_c{
	text-align:center;
}

/*----------スマホ以上min-width: 768px----*/
@media all and (min-width: 768px){
	.br_sp {
		 display:none; 
	} 
	.no_pc {
		 display:none; 
	} 
	.forsmp {
      display: none;
   }
}
/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
		.no_sp {
			display:none;
		}
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}


/*-------------------------------------------------
フォーマット
-------------------------------------------------*/
.cont1000{
	margin:0px auto 0px auto;
	padding:0px;
	max-width:1000px;
	width: 100%;
}
#header {
	width: 100%;
	height:250px;
}
#head-inner {
	margin:0px auto 0px auto;
	padding:0px;
	max-width:1000px;
	width: 100%;
	overflow:hidden;
	position: relative;
}
#footer-wrap {
	width: 100%;
	padding-bottom:60px;
	border-bottom:10px solid #999999;
}
#footer {
	margin:150px auto 30px auto;
	max-width:1000px;
	width: 100%;
	position: relative;
}

p, h3, h4, h5 {
    margin: 0 0 5px;
    padding: 0;
}
.komidashi {
    background: rgba(0, 0, 0, 0) url("../images/midashi.png") no-repeat scroll 0 0;
    font-size: 15px;
    line-height: 24px;
    margin: 20px 0 5px;
    padding: 0 0 0 40px;
}

/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){
	#header {
		height: 250px;
	}
	#head-inner {
		padding:0px 1%;
		width:98%;
		height: 250px;
	}
	.cont1000{
		padding:0px;
		width:94%;
	}
	#footer-wrap {
		width: 100%;
	}
	#footer {
		margin:100px auto 30px auto;
		padding:0px 1%;
		width:98%;
	}
	.komidashi {
		background: rgba(0, 0, 0, 0) url("../images/midashi.png") no-repeat scroll 0 0;
		font-size: 15px;
		line-height: 24px;
		margin: 10px 0 5px;
		padding: 0 0 0 40px;
	}

}
/*------------------------------
ヘッダー
--------------------------------*/

#header h1{
	background-color:#279e8d;/*デザインに合わせて変更*/
	margin:20px 0px 10px 0px;
	padding:10px;
	font-size:20px;
	text-align:center;
	letter-spacing:1px;
	color:#ffffff;
	font-weight:bold;
}
#header h2{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	text-align:center;
	letter-spacing:1px;
	color:#7f7f7f;
}
#header p.htex_p{
	font-size:15px;
	color:#333333;
	text-align:center;
	margin:0px 0px 30px 0px;
	padding:10px 0px 10px 0px;
	line-height:160%;
}
#mbtn_box{
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	text-align:center;
}
a.btn_a{
	color: #fff;
    border: none;
    background-color: #333333;/* ボタンの色（黒） */
    border-bottom: 2px solid #7f7f7f;
    border:2px solid #333333;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    -webkit-box-shadow: 0 2px 1px #7f7f7f;
    box-shadow: 0 2px 1px #7f7f7f;
	border-image:none;
	margin:0px auto 0px 10px;
    padding: 9px 0px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width:20%;
    text-align: center;
	text-decoration:none;
	cursor:pointer;
}
a.btn_blsc{
	color: #fff;
   	 border: none;
    	background-color: #279e8d;
    	border-radius:15px;
	-webkit-border-radius: 15px;
	margin:0px auto 0px 10px;
    	padding:5px 0px;
    	font-size: 15px;
   	 font-weight: bold;
   	 display: inline-block;
    	width:20%;
    	text-align: center;
	text-decoration:none;
	cursor:pointer;
}
a.w160{
	width:45%;
	padding:4px 0px;
	font-size:14px;
	margin:10px auto 10px 10px;
}
a.btn_ab{
	color: #fff;
    border: none;
    background-color: #333333;/*デザインに合わせて変更*/
    border-bottom: 2px solid #7f7f7f;
     border:2px solid #333333;/*デザインに合わせて変更*/
    border-radius: 5px;
	-webkit-border-radius: 5px;
    -webkit-box-shadow: 0 2px 1px #7f7f7f;
    box-shadow: 0 2px 1px #7f7f7f;
	border-image:none;
	margin:0px auto 0px 10px;
    padding: 9px 0px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width:20%;
    text-align: center;
	text-decoration:none;
	cursor:pointer;
}

/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
		#header p.htex_p{
			font-size:12px;
			padding:10px 0px 10px 0px;
		}
		a.btn_a{
			margin:0px auto 0px 10px;
			padding: 9px 2%;
			font-size: 13px;
			width:40%;
		}
		
		a.btn_ab{
			margin:0px auto 0px 10px;
			padding: 9px 2%;
			font-size: 13px;
			max-width: 51%;
			width: auto;
		}
}



/*------------------------------
詳細css
--------------------------------*/


#detailpage .all_clear{
	clear:both;
	height:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#detailpage #pcat {
	overflow:hidden;
}
#detailpage .pcat_right {
	width:66%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
}
#detailpage #detail_right {
	width:66%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
}

#detailpage h2 {
	font-size:16px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	text-indent:5px;
}
#detailpage h3.d_midashi {
	font-size:24px;
	line-height:1.4em;
	margin:10px 0px 15px 0px;
	padding:0px 0px 12px 0px;
	text-indent:5px;
	border-bottom: 2px dotted #666666;
	position:relative;
}
a.delink{
	position:absolute;
	right:10px;
	bottom:7px;
	background-color:#279e8d;
	padding:5px 7px 5px 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color:#ffffff;
	font-size:14px;
}
a:hover.delink{
	position:absolute;
	right:10px;
	bottom:7px;
	background-color:#333333;
	padding:5px 7px 5px 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color:#ffffff;
	font-size:14px;
}
#detailpage .kotsu_txt {
	font-size:11px;
}
#detailpage .tbig {
	font-size:15px;
	font-weight:bolder;
}
#detailpage p.chui{
	text-align:center;
	font-size:14px;
	color:#000000;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	line-height:150%;
	text-indent:5px;
}
/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
		#detailpage .pcat_right {
			width:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			float:none;
		}
		#detailpage #detail_right {
			width:100%;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			float:none;
		}
		#detailpage h3.d_midashi {
			font-size:18px;
		}
}

a.sbtn_top,a.sbtn_area,a.sbtn_ensen,a.sbtn_research,a.sbtn_gakku{
	background-repeat:no-repeat;
	background-position:18px 18px;
	color:#ffffff;
	background-color: #279e8d;
	position:relative;
	box-shadow:0px 6px 0px #7f7f7f;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	margin:0px auto 10px 10px;
	padding:10px 0px 10px 85px;
	font-size:24px;
	font-weight: bold;
	display: inline-block;
	width:220px;
	text-decoration:none;
	cursor:pointer;
	line-height:140%;
	letter-spacing:1px;
	text-align:left;
}
a.sbtn_top{
	background-image: url(../images/icon_top.png);
}
a.sbtn_area{
	background-image: url(../images/icon_area.png);
}
a.sbtn_ensen{
	background-image: url(../images/icon_ensen.png);
}
a.sbtn_gakku{
	background-image: url(../images/icon_gakku.png);
}
a.sbtn_research{
	background-image: url(../images/icon_research.png);
}
a:hover.sbtn_top,a:hover.sbtn_area,a:hover.sbtn_ensen,a:hover.sbtn_gakku,a:hover.sbtn_research{
	border-bottom:none;
	box-shadow:inset 0px -1px 0px #7f7f7f;
	top:7px;
	margin:4px auto 10px 10px;
	background-color: #7f7f7f;
	padding:10px 0px 10px 85px;
}
@media screen and (max-width: 768px) {
	a.sbtn_top,a.sbtn_area,a.sbtn_ensen,a.sbtn_gakku,a.sbtn_research{
	    margin:0px auto 20px auto;
	    display: block;
	}
				a:hover.sbtn_top,a:hover.sbtn_area,a:hover.sbtn_ensen,a:hover.sbtn_gakku,a:hover.sbtn_research{
	    margin:4px auto 20px auto;
    }
}

/* 画像きりかえキャプション付き
-----------------------------------------*/
/* mod_thumbnail---*/
.mod_thumbnail{
 margin:20px 0 30px 0;
 clear:both;
 overflow: hidden;
}

/* サムネイル画像表示（thumbnaillist）---*/
.thumbnaillist{
	width:30%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	overflow: hidden;
 　_zoom: 1; /*IE6バグ対策*/
}
.thumbnaillist ul{
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px -10px 0px 0px;
	overflow: hidden;
 　_zoom: 1; /*IE6バグ対策*/
}
.thumbnaillist li{
	width:30%;
	height:30%;
	max-width:65px;
	max-height:65px;
	background:none;
	padding:0px 0px 0px 0px;
	margin:0px 10px 10px 0px;
	background-color: #ffffff;
	text-align: center;
	 vertical-align: middle;  
	float:left;
}
.thumbnaillist li a{
	display:block;
}
.thumbnaillist li a:link    {}
.thumbnaillist li a:visited {}
.thumbnaillist li a:hover   {opacity:0.8;}
.thumbnaillist li a:active  {opacity:0.8;}
/* IE用 ↓*/
.thumbnaillist li a:hover img {filter:alpha(opacity=80);}


/* メイン画像表示（mod_mainimglist）---*/
.mainimglist{
	position : relative;
	width:66%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
}
.mainimglist img{
	margin:0px 0 0 0;
	padding:0px;
}
.mainimgcap{
	width: 100%;
	max-width: 640px;
    padding: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
	color: #ffffff;
	font-weight: bold;
    background-color: rgba(0, 0, 0, 0.35);
	z-index: 100;
}


/*　縦横比そのまま写真リサイズ　*/
.mainimglist img.resize {
	width: auto;
	height: auto;
	max-width: 640px;
	max-height: 480px;
}
* html body .mainimglist img.resize {
	width: expression(this.width > this.height ? "660px" : "auto");
	height: expression(this.width < this.height ? "493px" : "auto");
}
img {
	-ms-interpolation-mode: bicubic;
}
.mainimglist .vCenter p {  
    display: table-cell;  
    text-align: center;  
    vertical-align: middle;  
    width: 640px !important;  
    width: auto;  
    height:480px !important;  
    height: auto;  
} 
.mainimglist .vCenter .filter {  
    z-index:100;
	width: 110px;  
	height:101px; 
	display:block;
	padding:196px 275px;
	filter:alpha(opacity=30);
     -moz-opacity:0.30;
     -khtml-opacity: 0.30;
     opacity:0.30;	
	position:absolute; 
	top:0;
	left:0;
} 




/* SMPフリックが贈切り替え
-----------------------------------------*/
/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
		.viewport {
			text-align:center;
			overflow: hidden;    
			width: 320px;
			 margin: 20px auto 20px auto;
		}
		.flipsnap {
			width: 7680px /* 320 * 24 items */
		}
		ul.flipsnap {
			margin:0;
			padding:0;
			list-style:none;	
		}
		ul.flipsnap li {
			float:left;
			text-align:center;
			margin: 0px 9px 10px 9px;
			background:#F6F6F3;
			width:300px;
			height:225px;
		}
		.viewport .pointer {
			text-align: center;
		}
		.viewport .pointer span {
			display: inline-block;
			width: 8px;
			height: 8px;
			border-radius: 8px;
			border: 2px solid #CCCCCC;
			 background:#CCCCCC;
			 margin:0px 3px 0px 0px;
			 padding:0px;
		}
		.viewport .pointer span.current {
			 border: 2px solid #999999;
			 background:#999999;
			 margin:0px 3px 0px 0px;
			 padding:0px;
		}
}



#detailpage .pcat_left {
	width:30%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
#detailpage #detail_left {
	width:30%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

#detailpage .d_btns {
	width:100%;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
#detailpage .d_btns li {
	width:22%;
	margin:0px 1% 0px 0px;
	text-align:center;
	background-color:#333333;/*デザインに合わせて変更*/
	float:left;
}
#detailpage .d_btns.no_fav li {
	width:30%;
}
#detailpage .d_btns li:hover {
	background-color:#999999;/*デザインに合わせて変更*/
}
#detailpage .d_btns li a {
	width: 100%;
    height: 100%;
    display: block;
    padding: 10px 0px 10px 0px;
	cursor: pointer;
}

#detailpage .img_madori {
	width:98%;
	margin:0px auto 20px auto;
	padding:1%;
	border:1px solid #cccccc;
	background-color:#ffffff;
	text-align:center;
}
#detailpage .img_madori img {
	max-width:280px;
	max-height:280px;
	margin:0px;
	padding:0px;
}
a.gmap {
	color:#0072BB;
	text-decoration:underline;
}

/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
		#detailpage .pcat_left {
			width:94%;
			margin:0px auto 0px auto;
			padding:0px 0px 0px 0px;
			float:none;
		}
		#detailpage #detail_left {
			width:94%;
			margin:0px auto 0px auto;
			padding:0px 0px 0px 0px;
			float:none;
		}
}


/*------------------------------
問合せ店舗
--------------------------------*/
.tnp {
	margin:0px 0px 20px 0px;
	padding:0px;
}
#detailpage #detail_left dl,.tnp dl{
	width:100%;
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	border-top:dotted 1px #666;
	font-size:12px;
	color: #303030;
	overflow:hidden;
}
#detailpage #detail_left dl.bt_line{
	padding:5px 0;
	border-bottom:dotted 1px #666;
}
#detailpage #detail_left dl dt,.tnp dl dt {
  clear: left;
  float: left;  /*dt,dd横並びにするため、回りこみ許可*/
  margin: 0 0 .9em;
  width: 30%; /*この幅の後に次のdd要素が来る。列の位置揃えに必要。em指定でフォントサイズ変わっても大丈夫なようにする。*/
  border-left: solid 3px #f7f7f7; /*左に罫線描画*/
  padding-left: 8px;
  box-sizing:border-box;
}
#detailpage #detail_left dl dd,.tnp dl dd {
	width:70%;
	padding: 0 0 0 5px;
    margin-bottom: .9em;
    float: left;
	box-sizing: border-box;
}
.tnp dl.bt_line {
	padding:20px 5px 5px 5px;
	border-bottom:dotted 1px #666;
}
.tnp dl.bt_line dt {
	 clear:none;
	  float: left;
	  margin: 0 0 .9em;
	  width:10%;
	  border-left:none;
	  padding-left: 8px;
  	box-sizing:border-box;
}
.tnp dl.bt_line dd {
	width:35%;
	padding: 0 0 0 5px;
    margin-bottom: .9em;
    float: left;
	box-sizing: border-box;
	font-size:18px;
	font-weight:bold;
}
.tnp dl.bt_line dd strong{
	font-size:24px;
}
.tnp_box{
	margin:0px 0px 15px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:dotted 1px #666;
}
.tnpb_left{
	width:50%;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#shopimage {
	width:30%;
	height:auto;
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;
}
#shopimage img {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
.tnpn_box{
	float:left;
	width:65%;
	margin:0px 0px 10px 10px;
	padding:0px;
}
.tnp h4 {
	margin:0px 0px 10px 0px;
	padding:30px 0px;
	background-color:#F7F7F7;
	text-align:center;
}
.tnp h4 .h4big {
	font-size:130%;
	line-height:1.5em;
}
.tnp p.shop_tel {
	width:100%;
	margin:0px 0px 5px 0px;
	padding:2px 0px 0px 22px;
	height:24px;
	font-size:24px;
	font-weight:bolder;
	display:block;
	background:url('../images/shop_tel.gif') 0 0 no-repeat;
	clear:both;
}
.tnp dl.bt_tnp {
	float:left;
	width:35%;
	padding:0px 5px 0px 5px;
	border:none;
}
.tnp dl.bt_tnp dt {
	 clear:none;
	 width:100%;
	 margin:0px 10px 0px 0px;
	  border-left:none;
	  padding-left: 8px;
  	box-sizing:border-box;
}
.tnp dl.bt_tnp dd {
	width:100%;
	padding: 0px 0px 0px 0px;
     margin:0px 0px 10px 0px;
	box-sizing: border-box;
	 padding-left: 8px;
	font-size:16px;
	line-height:140%;
}
.tnp p{
	clear:both;
}
#detailpage .more_listing{
    float:right;
    width:150px;
    text-align: center;
    margin:0px 0px 0px 0px;
}

#detailpage .more_listing_btn,#detailpage .more_listing_btn2{
    text-decoration: none;
    padding:10px;
    color: #333333;
    border: 2px solid #333333;/*デザインに合わせて変更*/
    border-radius:15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
	display:inline-block;
	font-weight:bold;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
	margin-top:40px;
}
#detailpage .more_listing_btn2{
	margin-top:0px;
}
#detailpage .line_btn{
    color: #fff;
    border: none;/*デザインに合わせて変更*/
	background-color:#0BB43B;
	margin-top:15px;
}
#detailpage .more_listing_btn:hover,#detailpage .more_listing_btn2:hover{
    color: #ffffff;
    background-color: #333333;/*デザインに合わせて変更*/
}

@media screen and  (max-width: 767px){  
	.tnpb_left{
		width:100%;
		float:none;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.tnp dl.bt_tnp {
		float:none;
		width:100%;
		padding:0px 5px 0px 5px;
		border:none;
	}
	#detailpage .more_listing{
		float:none;
		width:150px;
		text-align: center;
		margin:10px auto 10px auto;
	}
}
@media screen and  (max-width:480px){  
	#detailpage .more_listing{
		width:auto;
	}
	#detailpage .more_listing_btn2{
		width:47%;
	}
	.tnp dl.bt_line dt {
		 clear:none;
		  float:none;
		  margin: 0 0 .9em;
		  width:100%;
		  border-left:none;
		  padding-left: 8px;
		  box-sizing:border-box;
	}
	.tnp dl.bt_line dd {
		width:100%;
		padding: 0 0 0 5px;
		margin-bottom: .9em;
		float: none;
		box-sizing: border-box;
		font-size:18px;
		font-weight:bold;
	}
	#shopimage {
		width:100%;
		height:auto;
		margin:0px 0px 10px 0px;
		padding:0px;
		float:none;
	}
	.tnpn_box{
		float:none;
		width:100%;
		margin:0px 0px 10px 0px;
		padding:0px;
	}
}


#detailpage #detail_left .dtoiawase_mini {
	margin:0 0 20px 56px;
	padding:0;
	width:177px;
	height:30px;
}
#detailpage #detail_left p.kijiNo {
	margin:0 0 5px 0;
	padding:5px 5px 0 30px;
	font-size:13px;
	display:block;
	clear:both;
	border-top:dotted 1px #666;
}
#detailpage #detail_left p.sitename {
	margin:0 0 5px 0;
	padding:5px 0 5px 30px;
	height:24px;
	font-size:15px;
	display:block;
	clear:both;
	border-top:dotted 1px #666;
}
#detailpage #detail_left h3,.tnp h3{
	margin:0 0 10px 0;
	padding:0 0 0 18px;
	background:url('../images/iconr_rb.gif') 0 50% no-repeat;
	color:#D4362A;
	font-size:14px;
	line-height:14px;
}
#detailpage #detail_right h3,detail_main h3{
	margin:0 0 10px 0;
	padding:0 0 0 18px;
	background:url('../images/iconr_rb.gif') 0 50% no-repeat;
	color:#D4362A;
	font-size:14px;
	line-height:14px;
}

#detailpage .detail_main {
	margin:20px 0;
	padding:0 20px 50px 20px;
}
#detailpage .d_time {
	margin:0 0 20px 0;
	padding: 0;
	color:#069;
	font-size:11px;
}

/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
		#detailpage .detail_main {
			margin:20px 0;
			padding:0 0 50px 0;
		}
}



/*------------------------------
おすすめポイント
--------------------------------*/
#detailpage .detail_rpoint {
	margin:0px 0px 20px 0px;
	padding:10px 10px 10px 20px;
	vertical-align: middle;
	height:auto;
	border:solid 2px #CC0000;
	overflow:hidden;
}
#detailpage .h5_derp {
	width:76px;
	height:76px;
	background:url('../images/checkpoint.png') 0px 0px no-repeat;
	text-indent:-99999px;
	float:left;
}
#detailpage .p_derp {
	width:450px;
	margin:0px 0px 0px 20px;
	padding:15px 0;
	color:#CC0000;
	line-height:1.4em;
	font-size:20px;
	float:left;
}

#detailpage .de_p {
	margin:30px 0px 0px 0px;
	padding:50px 20px 20px 20px;
	border-top:solid 2px #CCCCCC;
	font-size:16px;
	line-height:2em;
}

/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
		#detailpage .detail_rpoint {
			margin:0px 0px 20px 0px;
			padding:10px 10px 10px 10px;
			position:relative;
		}
		#detailpage .h5_derp {
			width:76px;
			height:76px;
			text-align:center;
			background:url('../images/checkpoint.png') 0px 0px no-repeat;
			text-indent:-99999px;
			float:none;
			position:absolute;
			top:10px;
			left:50%;
			margin-left:-38px;
		}
		#detailpage .p_derp {
			width:100%;
			margin:0px 0px 0px 0px;
			padding:85px 0 15px 0;
			color:#CC0000;
			line-height:1.4em;
			font-size:13px;
			float:none;
		}
		
		#detailpage .de_p {
			margin:30px 0px 0px 0px;
			padding:20px 20px 20px 20px;
			border-top:solid 2px #CCCCCC;
			font-size:16px;
			line-height:1.6em;
		}
}



/*------------------------------
設備アイコン
--------------------------------*/
#detailpage .de_icon {
	width:612px;
	margin:0px auto 20px auto;
	padding:0px;
}
#detailpage .de_icon ul {
	margin:0px 0px 20px 0px;
	padding:0px;
	overflow:hidden;
}
#detailpage .de_icon ul li {
	width:56px;
	height:56px;
	margin:6px;
	padding:0px;
	float:left;
}

/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
			#detailpage .de_icon {
				width:100%;
			}
			#detailpage .de_icon ul li {
				width:18%;
				height:auto;
				margin:1%;
				padding:0px;
				float:left;
			}
}


/*------------------------------
フッター
--------------------------------*/
#page_top{
	position: absolute;
    top: -70px;
    left: 50%;
    z-index: 99;
    width: 100px;
    margin: 0px 0px 0px -50px;
    padding: 0px 0px 0px 0px;
}
address{
	font-size:8px;
	padding:15px 0px 12px 0px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	font-style:normal;
	line-height:145%;
	text-align:center;
}
.ie6 address{
	font-size:9px;
}
.ie7 address{
	font-size:10px;
}


/*------------------------------
テーブル
--------------------------------*/
.yt_table {
   width: 100%;
    margin: 10px 0 30px;
    padding: 0;
   font-weight:normal;
}
.yt_table tr {
    border-bottom: 1px dotted #000000;
}
.yt_table tr.hl_m{
    border-bottom:none;
}
.yt_table th {
    width:46%;
	max-width:100px;
	margin: 0;
    padding: 5px 0;
    color: #303030;
    font-size: 14px;
    text-align: left;
	padding-left:24px;
    vertical-align: middle;
}
.yt_table th.hl_m{
    width:100%;
	max-width:none;
    font-size: 14px;
    text-align: left;
	padding:10px 0px 10px 10px;
	margin:0px 0px 0px 0px;
    vertical-align: middle;
	background-color:#efefef;
	color:#ffffff;
	position:relative;
}
.yt_table th.kaisu{
    width:60px;
	max-width:none;
	color:#000000;
	border:none;
}
.ctb_mylist{
	width:130px;
	position:absolute;
	top:5px;
	right:5px;
	margin:3px 3px 0px 0px;
	padding:0px 0px 0px 0px;
}
.ctb_mylist a{
	cursor:pointer;
}
.yt_table th.i_yachin {
    background:url('../images/i_yachin.png') 3px center no-repeat;
}
.yt_table th.i_madori {
    background:url('../images/i_madori.png') 3px center no-repeat;
}
.yt_table td {
     color: #303030;
    font-size: 13px;
    line-height: 2em;
    margin: 0 2px 0 0;
    padding: 5px 0;
    vertical-align: middle;
}
.yt_table .yachin {
   font-size:20px;
   color:red;
}
.yt_table .type {
   font-size:20px;
   color:blue;
}
.yt_table .hl_sp {
   font-size:8px;
   margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.de_table {
   width: 100%;
    margin: 10px 0 30px;
    padding: 0;
   font-weight:normal;
}
.de_table tr {
    border-bottom: 1px dotted #000000;
}
.de_table th {
    width:100px;
	margin: 0;
    padding: 5px 0;
    color: #303030;
    font-size: 14px;
    text-align: left;
	padding-left:24px;
    vertical-align: middle;
}
.de_table th.i_access {
    background:url('../images/i_access.png') 3px center no-repeat;
}
.de_table th.i_address {
    background:url('../images/i_address.png') 3px center no-repeat;
}
.de_table th.i_seiyaku {
    background:url('../images/i_seiyaku.png') 3px center no-repeat;
}
.de_table th.i_parking {
    background:url('../images/i_parking.png') 3px center no-repeat;
}
.de_table th.i_all {
    background:url('../images/i_all.png') 3px center no-repeat;
}
.de_table th.i_kinrin {
    background:url('../images/i_kinrin.png') 3px center no-repeat;
}
.de_table th.i_setsubi {
    background:url('../images/i_setsubi.png') 3px center no-repeat;
}
.de_table th.i_kosu {
    background:url('../images/i_kosu.png') 3px center no-repeat;
}
.de_table th.i_kaisou {
    background:url('../images/i_kaisou.png') 3px center no-repeat;
}
.de_table th.i_kaisou {
    background:url('../images/i_kaisou.png') 3px center no-repeat;
}
.de_table th.i_nensu {
    background:url('../images/i_nensu.png') 3px center no-repeat;
}
.de_table th.i_syubetsu {
    background:url('../images/i_syubetsu.png') 3px center no-repeat;
}
.de_table th.i_kozo {
    background:url('../images/i_kozo.png') 3px center no-repeat;
}
.de_table th.i_parkingy {
    background:url('../images/i_parkingy.png') 3px center no-repeat;
}
.de_table th.i_tokki {
    background:url('../images/i_tokki.png') 3px center no-repeat;
}
.de_table th.det_t{
    width:100px;
	margin: 0;
    padding: 5px 0;
    color: #303030;
    font-size:14px;
    text-align: left;
	padding-left:24px;
    vertical-align: middle;
}
.de_table td {
    color: #303030;
    font-size: 13px;
    line-height: 2em;
    margin: 0 2px 0 0;
    padding: 5px 0;
    vertical-align: middle;
}
.t_fixed{
	table-layout: fixed;
}
@media screen and (max-width: 768px){
	.yt_table th {
		display:block;
		width:100%;
		max-width:none;
	}
	.yt_table td {
		display:block;
		width:100%;
		max-width:none;
	}
	.yt_table th.kaisu{
		display:block;
		width:100%;
	}
	.de_table th {
		display:block;
		width:100%;
		max-width:none;
	}
	.de_table th.det_t{
		display:block;
		width:100%;
		max-width:none;
	}
	.de_table td {
		display:block;
		width:100%;
	}
}



/*------------------------------
ボタン
--------------------------------*/



ul.b_map{
	width:600px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
ul.b_map li{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
/*------------------------------
初期費用
--------------------------------*/
#price {
	width:500px;
	margin:0 auto;
	padding:50px 0;
	text-align:center;
	color:#333;
}
#price h1{
	width:300px;
	margin:0px auto;
	font-size:20px;
	background:url('../images/calc_icon.png') 0 50% no-repeat;
	padding:10px 0px 10px 30px;
}
#price p{
	font-size:12px;
}
#price table{
	width:400px;
	margin:20px auto;
	padding:10px 10px 20px 10px;
	border:solid 2px #cccccc;
}
#price table th,
#price table td{
	border-bottom:1px solid #CCC;
	padding:5px 8px;
	font-size:14px;
}
#price table th.bb_none,
#price table td.bb_none{
	border-bottom:none;
}
#price table th {
	font-weight:normal;
}
#price table td {
	font-weight:bold;
}
#price table td.total {
	border-top:2px solid #CC0000;
	border-bottom:1px solid #CCC;
	padding:5px 8px;
	font-size:20px;
	line-height:150%;
}
#price .red {
	color:#CC0000;
}

/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
		#price {
			width:90%;
			margin:0 auto;
			padding:30px 0;
		}
		#price h1{
			width:250px;
			margin:0px auto;
			font-size:20px;
		}
		#price p{
			font-size:12px;
		}
		#price table{
			width:90%;
			margin:20px auto;
			padding:10px 10px 20px 10px;
			border:solid 2px #cccccc;
		}
		#price table th,
		#price table td{
			border-bottom:1px solid #CCC;
			padding:5px 8px;
			font-size:14px;
		}

		#price table td.total {
			border-top:2px solid #CC0000;
			border-bottom:1px solid #CCC;
			padding:5px 8px;
			font-size:20px;
		}

}
/*YOUTUBE追加CSS*/
p.youtube_p{
	padding:0px;
	margin:0px 0px 5px 0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#ba0000;
}
iframe.youtube_fream{
	display:block;
	width:560px;
	height:315px;
	padding:0px;
	margin:0px auto 10px auto;
	border:10px solid #cccccc;
	border-radius:7px;
	-webkit-radius:7px; 
	-moz-border-radius:7px;
}
.btn_youtube{
	text-align:center;
	padding:0px;
	margin:0px 0px 10px 0px;
}
.btn_youtube a{
	display:block;
	background: url(../images/btn_subscribe.gif) 0px 0px no-repeat;
	width:300px;
	height:60px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px auto 20px auto;
}
.btn_youtube a:hover{
	display:block;
	background: url(../images/btn_subscribe_over.gif) 0px 0px no-repeat;
	width:300px;
	height:60px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	padding:0px;
	margin:0px auto 20px auto;
}
@media screen and (max-width: 560px){
	iframe.youtube_fream{
		display:block;
		width:95%;
		height:auto;
		padding:0px;
		margin:0px auto 10px auto;
		border:10px solid #cccccc;
		border-radius:7px;
		-webkit-radius:7px; 
		-moz-border-radius:7px;
	}
}

/*追加コメント部分*/
.b_com_box{
	font-size: 14px;
	line-height: 150%;
	margin: 15px 0px;
}
h5.b3_title{
	font-size: 15px;
	border-left: 3.5px solid rgb(77, 77, 77);
	padding: 7px 0px 7px 10px;
	margin: 10px 0px;
}
p.b3_comment{
	font-size: 14px;
	line-height: 150%;
}
.b_com_box img{
	width: 100%;
	height: auto;
}