@charset "EUC-JP";
/*------------------------------
基本
--------------------------------*/
html{
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: aliased;
	font-size: 62.5%;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	color:#333333;
	margin:0px;
	padding:0px;
}
.ie8 html,body{
	line-height:150%;
}
img{
	border:none;
}
a{
	color:#0096d8;
	text-decoration:none;
}
a:hover{
	color:#cccccc;
	text-decoration:none;
}
strong{
	font-weight:bold;
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
.wf-roundedmplus1p { font-family: "Rounded Mplus 1p", sans-serif; }
/*------------------------------
フォーマット
--------------------------------*/
#container {
	width:1020px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position:relative;
}
@media screen and (max-width: 768px){
	#container {
		width:100%;
		margin:0px 0px 0px 0px;
	}
}
@media screen and (max-width: 480px){
	#container {
		width:100%;
		margin:0px 0px 0px 0px;
	}
}
#contents{
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 50px 0px;
}
#maincontents{
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#main{
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 40px 0px;
	position:relative;
}
@media screen and (max-width: 768px){
	#contents{
		width:100%;
		float:none;
		margin:0px 0px 30px 0px;
		padding:0px 0px 0px 0px;
	}
}
@media screen and (max-width: 480px){
	
}
.pan{
	position: relative;
}
.pan a{
	box-sizing: border-box;
	margin:10px 0px 10px 10px;
	padding:5px 0px 5px 7px;
	float: left;
	text-decoration: none;
	color: #333333;
	background: #ddd;
	position: relative;
	z-index: 1;
	font-size:1.1rem;
}
.pan a.pan_nex{
	margin:10px 0px 10px 15px;
}
.pan a:hover{
	background: #333333;
	color:#ffffff;
}
.pan a::after,.pan.pan_nex a::after{
	content: "";
  	position: absolute;
 	 top: 50%;
 	 margin-top: -1.5em;
 	 border-top: 1.5em solid transparent;
 	 border-bottom: 1.5em solid transparent;
 	 border-left: 1em solid #ddd;
 	 right: -1em;
}
.pan a:hover::after,.pan a.pan_nex:hover::after{
	content: "";
  	position: absolute;
 	 top: 50%;
 	 margin-top: -1.5em;
 	 border-top: 1.5em solid transparent;
 	 border-bottom: 1.5em solid transparent;
 	 border-left: 1em solid #333333;
 	 right: -1em;
}
.pan span.pantex{
	display:block;
	font-weight: bold;
	background: none;
	margin:0px 0px 0px 0px;
	color:#79b3b6;
	font-size:1.4rem;
}
.pan .pantex::before{
	content:"";
	width:20px;
	margin:0px 0px 0px 20px;
}
.pan span.pantex{
	display:block;
	font-weight: bold;
	background: none;
	padding:17px 0px 0px 0px;
	line-height:140%;
	font-size:1.2rem;
}
@media screen and (max-width: 480px){
	.pan{
		position: relative;
	}
	.pan a{
		box-sizing: border-box;
		margin:10px 0px 10px 0px;
		padding:5px 0px 5px 7px;
		display:inline;
		float: none;
		text-decoration: none;
		color: #444;
		background:none;
		position: relative;
		z-index: 1;
		text-shadow:none;
		border-radius:none;
		font-size:1.1rem;
		color:#ba0000;
	}
	.pan a.pan_nex{
		margin:10px 0px 10px 10px;
	}
	.pan a:hover{
		background:none;
		color:#333333;
	}
	.pan a::after{
		display:none;
	}
	.pan a:hover::after{
		display:none;
	}
	.pan span.pantex{
		display:block;
		font-weight: bold;
		background: none;
		margin:0px 0px 0px 0px;
	}
	.pan .pantex::before{
		content:"";
		width:20px;
		margin:0px 0px 0px 0px;
	}
	.pan span.pantex{
		display:inline;
		font-weight: bold;
		background: none;
		padding:0px 0px 0px 10px;
		line-height:140%;
		font-size:1.2rem;
	}
}

/*------------------------------
中ページ
--------------------------------*/
#main h3{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-weight:bold;
	font-size:1.4rem;
}
@media screen and (max-width: 320px){
	#main h3 img{
		width:95%;
		height:auto;
	}
}
#main h4{
  position:relative;
  padding:15px;
  margin:20px 0px 15px 0px;
  background: #c9e1e2;
  border-top-left-radius:7px;
-webkit-border-top-left-radius:7px; 
-moz-border-radius-topleft:7px;
border-bottom-right-radius:7px;
-webkit-border-bottom-right-radius:7px; 
-moz-border-radius-bottomright:7px;
	font-size:2.2rem;
	color:#666666;
	font-weight:bold;
	letter-spacing:0.5px;
	text-align:left;
	line-height:120%;
}
#main h4:first-letter {
	font-size:3.0rem;
	color:#333333;
}
#main h4:after {
	position:absolute;
	content:'';
	top:100%;
	left:30px;
	border:10px solid transparent;
	border-top:10px solid #c9e1e2;
	width: 0;
	height: 0;
}
#main h4.bk_h4{
  	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.6rem;
	font-weight:bold;
	color:#000000;
	background-color:transparent;
}
#main h4.bk_h4:first-letter {
	font-size:1.6rem;
	color:#000000;
}
#main h4.bk_h4:first-letter {
	display:none;
}
#main h4.bk_h4:after {
	display:none;
}
#main h4.shop_name{
	font-size:1.8rem;
	margin:10px 0px 15px 0px;
}
#main h5{
	position: relative;
	padding:10px 10px 5px 25px;
	margin:10px 0px 15px 0px;
	font-size:2.0rem;
	font-weight:bold;
	line-height:130%;
}
#main h5:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px rgb(121, 179, 182);
}
#main h5:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px rgb(121, 179, 182);
}
#main h6{
	width:97%;
	color:#538b9f;/*文字色*/
	padding:0.5em;/*文字周りの余白*/
	display: inline-block;/*おまじない*/
	line-height: 1.3;/*行高*/
	background:#efefef;/*背景色*/
	vertical-align: middle;/*上下中央*/
	border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
	font-size:1.8rem;
	margin:15px 0px 15px 0px;
}
#main h6:before {
	content: '●';
	color: white;
	margin-right: 8px;
}
#main p{
	font-size:1.4rem;
	margin:0px 0px 0px 0px;
	padding:15px;
	font-weight:normal;
	color:#333333;
	line-height:150%;
	letter-spacing:0.5px;
}
#main p.prof_p{
	font-size:1.4rem;
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#333333;
	line-height:140%;
	letter-spacing:0.5px;
}
#main p.bk_tbox{
	margin:25px 30px 15px 30px;
	padding:15px;
	border:3px solid #ff0000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#main p.bk_p{
	font-size:1.2rem;
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 0px;
	font-weight:normal;
	color:#333333;
	line-height:140%;
}
#main p.chui{
	font-size:1.2rem;
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 0px;
	font-weight:normal;
	color:#333333;
	line-height:140%;
}
#main p.shop_tel{
	font-weight:bold;
	font-size:2.8rem;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
#main p.demp{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.toggle{
	margin:0px auto 20px auto;
	background-color:#efefef;
	width:500px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 20px !important;
}
.list2 li{
	position:relative;
	padding-left:20px;
}
.list2 li:before{
	content:''; 
	height:0; 
	width:0; 
	display:block; 
	border:5px transparent solid; 
	border-right-width:0; 
	border-left-color:#aaa; 
	position:absolute; 
	top:5px; 
	left:8px;
}
 
.list2 li:after{
	content:''; 
	height:2px; 
	width:10px; 
	display:block; 
	background:#aaa; 
	position:absolute; 
	top:9px; 
	left:0px;
}
@media screen and (max-width:768px){
	#main h4{
	  margin:20px 10px 15px 10px;
	}
	#main h4.toggle_btn{
		margin:15px 10px 10px 10px;
	}
	.pan,.pan2{
		margin:15px 0px 15px 10px;
	}
	.smpy_img img{
		width:95%;
		height:auto;
	}
}
@media screen and (max-width:640px){
	.toggle{
		margin:0px auto 20px auto;
		background-color:#efefef;
		width:95%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
}
@media screen and (max-width:480px){
	#main p.bk_tbox{
		margin:25px 10px 0px 10px;
		padding:15px;
		border:3px solid #ff0000;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
}
/*------------------------------
トップメイン
--------------------------------*/
#top_tex{
	background-image:url('../images/enogu.png');
	background-repeat:no-repeat;
	background-position:center top;
	margin:20px 0px 20px 0px;
}
#top_tex p{
	text-align:center;
	font-size:1.8rem;
	color:#333333;
	font-family: "Sawarabi Mincho";
	margin:0px 0px 0px 0px;
	padding:40px 0px 40px 0px;
	line-height:150%;
}
@media screen and (max-width:768px){
	#top_tex p{
		font-size:1.7rem;
		width:95%;
		margin:0px auto 0px auto;
		padding:30px 0px 30px 0px;
	}
	#top_tex p br{
		display:none;
	}
}
@media screen and (max-width:480px){
	#top_tex{
		background-size:30%,30%;
		margin:20px 0px 0px 0px;
	}
	#top_tex p{
		font-size:1.4rem;
		width:95%;
		margin:160px auto 0px auto;
		padding:25px 0px 15px 0px;
	}
}
#main_top{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
#main_top h3{
	margin:30px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.bki_about{
	position:absolute;
	top:0px;
	right:40px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.bki_about ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
.bki_about li{
	width:40px;
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.bki_about li span.akitex{
	display:block;
	margin:-7px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.1rem;
}
.bki_about li a.s{
  /*リンクテキストのスタイルです*/
  	color:#333333;
  text-decoration: none;
  position: relative;
}
.bki_about li a:hover.s{
  /*リンクテキストのスタイルです*/
  	color:#cccccc;
}
.bki_about li span.s-balloon {
  /*バルーンのスタイルです*/
  position: absolute;
	  top: -100px;
	  left: -160px;

  /*非表示にしておきます*/
  display: none;
  opacity: 0;

  /*表示スタイルを指定します*/
  padding: 5px;
  border-radius: 5px;
  color:#ffffff;
  background-color:#79b3b6;
  /*影をつけて見栄えを良くします*/
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 1px 0 0 rgba(255, 255, 255, 0.3),
    inset -1px 0 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	z-index:99;
	font-size:1.1rem;
	width:200px;
	
  /*アニメーションを指定します*/
  animation-duration: 0.3s;
  animation-name: show-balloon;
}
.bki_about li a.s:hover .s-balloon {
  /*マウスホバー時のバルーンのスタイルです*/
  /*表示するようにします*/
  display: inline-block;
  opacity: 1;
  top: -100px;
}
.bki_about li span.s-balloon::before {
  /*吹き出し部分の三角形を表示します*/
  content: "";
  position: absolute;
   top: 97%;
	  left:180px;
  border: 6px solid transparent;
  border-top: 6px solid #79b3b6;
}
@keyframes show-balloon {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: -100px;
  }
  1% {
    display: inline-block;
    opacity: 0;
    top: -100px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: -100px;
  }
}
@media screen and (max-width:480px){
	#main_top h3{
		margin:10px 0px 100px 0px;
		padding:0px 0px 0px 0px;
		text-align:center;
	}
	.bki_about{
		position:absolute;
		top:0px;
		right:20px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
}
/*------------------------------
サイドメニュー
--------------------------------*/
#side_box{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:270px;
	box-sizing: border-box;
	background-color:#79b3b6;
	padding:10px 10px 20px 10px;
	border-right:none;
	z-index:9999;
	color:#ffffff;
}
#side_box h3{
	margin:10px 0px 15px 65px;
	padding:0px 0px 0px 0px;
}
#side_box ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	list-style:none;
}
#side_box li{
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:0px 0px 10px 0px;
	padding:12px 0px 15px 55px;
	font-size:1.6rem;
	color:#ffffff;
}
#side_box li a{
	color:#ffffff;
}
#side_box li.sb01{
	background-image:url('../images/sidei_all.png');
}
#side_box li.sb02{
	background-image:url('../images/sidei_photo.png');
}
#side_box li.sb03{
	background-image:url('../images/sidei_type.png');
}
#side_box li.sb04{
	background-image:url('../images/sidei_tittle.png');
}
#side_box li.sb05{
	background-image:url('../images/sidei_o.png');
}
#side_box li.sb06{
	background-image:url('../images/sidei_y.png');
}
#side_box li.sb07{
	background-image:url('../images/sidei_guest.png');
}
#side_box li.sb08{
	background-image:url('../images/sidei_back.png');
}
#side_box li.sb09{
	background-image:url('../images/sidei_ct.png');
	margin:0px 0px 0px 0px;
}
#side_box li.sb10{
	background-image:url('../images/sidei_h.png');
}
#side_box li.sb11{
	background-image:url('../images/sidei_ma.png');
}
#sns_box{
	display:none;
	position:absolute;
	top:25px;
	right:70px;
	width:274px;
	box-sizing: border-box;
	background-color:#ffffff;
	padding:0px 0px 0px 0px;
	border-right:none;
	z-index:9999;
	color:#333333;
	border:2px solid #ffffff;
}
#sns_box h3{
	padding:10px 10px 5px 10px;
	margin:0px 0px 0px 0px;
	font-size:1.6rem;
	font-weight:bold;
}
#sns_box p{
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	font-size:1.2rem;
	line-height:140%;
}
.ft_box{
	padding:5px 10px 7px 10px;
	margin:0px 0px 0px 0px;
}
@media screen and (max-width: 480px){
	#sns_box{
		display:none;
	}
}
/*------------------------------
トップページ
--------------------------------*/

/*------------------------------
ヘッダー
--------------------------------*/
#header{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url('../images/main_img.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:638px;
	position:relative;
}
@media screen and (max-width: 768px){
	#header{
		background-size:contain;
		height:480px;
		position:relative;
	}
}
@media screen and (max-width: 640px){
	#header{
		height:420px;
		background-size: auto 100%;
		background-position: right 0px;
	}
}
@media screen and (max-width: 480px){
	#header{
		height:263px;
		background-size: cover;
	}
}
@media screen and (max-width: 380px){
	#header{
		height:235px;
	}
}
@media screen and (max-width: 320px){
	#header{
		height:205px;
	}
}
#header h1{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#header_logo{
	width:500px;
	margin:0px auto 0px auto;
	padding:100px 0px 0px 0px;
	text-align:center;
}
#header h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#header p.htex_p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:1.4rem;
	font-family: "Sawarabi Mincho";
	color:#ffffff;
}
@media screen and (max-width: 480px){
	#header_logo{
		width:50%;
		margin:0px auto 0px auto;
		padding:12% 0px 0px 0px;
		text-align:center;
	}
	#header_logo img{
		width:100%;
		height:auto;
	}
	#header p.htex_p{
		display:none;
	}
}
@media screen and (max-width: 320px){
	#header_logo{
		width:40%;
		margin:0px auto 0px auto;
		padding:14% 0px 0px 0px;
		text-align:center;
	}
}
#head_menu{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	top:25px;
	left:25px;
}
#head_mmenu{
	margin:0px 0px 0px 0px;
	padding:40px 0px 0px 0px;
	position:relative;
}
@media screen and (max-width: 768px){
	#head_menu{
		position:absolute;
		top:25px;
		left:70px;
	}
	#head_mmenu{
		display:none;
	}
}
@media screen and (max-width: 480px){
	#head_menu{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:absolute;
		top:18px;
		left:70px;
	}
	#head_menu img{
		width:35px;
		height:auto;
	}
}
#head_mmenu ul{
	width:650px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	list-style:none;
}
#head_mmenu li{
	width:130px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#head_mmenu li.hm_back{
	width:100px;
	float:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	top:10px;
	right:30px;
}
#head_fmenu{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	bottom:20px;
	right:35px;
}
#head_bruno{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	bottom:20px;
	left:30px;
}
@media screen and (max-width:640px){
	#head_fmenu{
		bottom:5px;
		right:20px;
	}
	#head_bruno{
		bottom:5px;
		left:20px;
	}
}
@media screen and (max-width: 480px){
	#head_fmenu{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:absolute;
		bottom:10px;
		right:20px;
	}
}
@media screen and (max-width: 380px){
	#head_fmenu{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:absolute;
		bottom:5px;
		right:10px;
	}
	#head_bruno{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:absolute;
		bottom:5px;
		left:10px;
	}
}
@media screen and (max-width: 320px){
	#head_fmenu{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:absolute;
		bottom:2px;
		right:5px;
	}
	#head_bruno{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:absolute;
		bottom:2px;
		left:5px;
	}
}
/*------------------------------
スライドコメント
--------------------------------*/
.topics_box{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	left:50px;
	top:25%;
}
#slide {
	width:200px;
	height:170px;
	margin:0px 0px 0px 0px;
	position:relative;
}
#slide li{
	-moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
#slide li p{
	color:#ffffff;
	font-size:1.3rem;
	padding:10px;
	margin:0px 0px 20px 0px;
	border:2px solid #ffffff;
	border-radius:5px;
	position:relative;
}
#slide li p:before{
	border:10px solid transparent;
	border-top-color:transparent;
	border-bottom-width:0;
	bottom:-9px;
	content:"";
	display:block;
	left:30px;
	position:absolute;
	width:0;
	z-index:1;
}
#slide li p:after{
	border:10px solid transparent;
	border-top-color:#ffffff;
	border-bottom-width:0;
	bottom:-10px;
	content:"";
	display:block;
	left:30px;
	position:absolute;
	width:0;
}
#slide li img{
	display:block;
	width:55px;
	float:left;
}
#slide li span.topics_tex{
	display:block;
	width:135px;
	float:right;
	font-size:1.2rem;
	padding:7px 0px 0px 0px;
}
#slide li a{
	color:#ffffff;
}
#slide li a:hover{
	color:#cccccc;
}
@media screen and (max-width: 768px){
	.topics_box{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:absolute;
		left:35px;
		top:20%;
	}
}
@media screen and (max-width:480px){
	.topics_box{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:absolute;
		left:25%;
		top:273px;
	}
	#slide li{
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	#slide li p{
		color:#333333;
		border:2px solid #cccccc;
	}
	#slide li p:after{
		border-top-color:#cccccc;
	}
	#slide li a{
		color:#333333;
	}
	#slide li a:hover{
		color:#cccccc;
	}
}
@media screen and (max-width:380px){
	.topics_box{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:absolute;
		left:24%;
		top:250px;
	}
}
@media screen and (max-width:320px){
	.topics_box{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		position:absolute;
		left:20%;
		top:220px;
	}
}
#head_sns{
	margin:5px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:155px;
	text-align:center;
}
/*------------------------------
共通
--------------------------------*/
.mcolor{
	color:#79b3b6;
}
.red{
	color:#ba0000;
}
.blue{
	color:#130995;
}
.orange{
	color:#ff6600;
}
.gray{
	color:#999999;
}
.black{
	color:#000000;
}
.yellow{
	background-color:#fce166;
	color:#333333;
	padding:3px;
}
.page_c{
	clear:both;
	text-align:center;
}
.page_c2{
	clear:both;
	text-align:center;
}
.page_r{
	text-align:right;
}
.page_l{
	text-align:left;
}
.mini{
	font-size:11px;
}
.tb10{
	clear:both;
	margin:10px 0px 10px 0px;
}
.dtb10{
	clear:both;
	display:block;
	margin:10px auto 10px auto;
}
.tbig{
	font-size:120%;
}
.bbig{
	font-weight:bold;
	font-size:140%;
	line-height:150%;
}
.mem_box{
	background-color:#efefef;
	padding:10px;
}
a.act,a:hover.act{
	background: #ffcd00;
	text-decoration:none;
}
@media screen and (max-width: 480px){
	.page_c img{
		width:60%;
		height:auto;
	}
	.blank{
		display:block;
		margin:0px 5px 0px 5px;
		height:10px;
	}
}
/*------------------------------
用語集用ボタン
--------------------------------*/
a.dic_btn,a.dic_btn_act{
	display:block;
	border: none;
	background: #ffcd00;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width:55px;
	float:left;
	box-sizing: border-box;
	padding:10px 10px 10px 10px;
	margin:10px 5px 10px 5px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size:1.6rem;
	text-decoration:none;
	text-align:center;
}
a.dic_btn_act{
	background: #333333;
}
a:hover.dic_btn,a:hover.dic_btn_act{
	background: #333333;
	text-decoration:none;
}
a.act,a:hover.act{
	background: #333333;
	text-decoration:none;
}
.btnbox_dic{
	width:700px;
	text-align:center;
	margin:0px auto 20px auto;
}
@media screen and (max-width: 768px){
	.btnbox_dic{
		width:400px;
		text-align:center;
		margin:0px auto 20px auto;
	}
}
@media screen and (max-width: 380px){
	.btnbox_dic{
		width:300px;
		text-align:center;
		margin:0px auto 20px auto;
	}
}
/*------------------------------
マイリストページ
--------------------------------*/
.fv_btn a{
	margin:10px 1%;
	padding:1%;
	width:20%;
	border:solid 1px #7f7f7f;
	background-color:#7f7f7f;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
	font-size: 1.3rem;
	float:left;
	color:#FFFFFF;
	cursor: pointer;
    display: block;
}
.fv_btn a:hover{
	border:solid 1px #4d4d4d;
	background-color:#4d4d4d;
}
.fv_btn {
	overflow:hidden;
}
.attention {
	display:block;
	border:1px solid #cccccc;
	padding:10px;
	width:90%;
	color:#333333;
	margin:40px auto 0px auto;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}
@media screen and (max-width: 480px){
	.fv_btn a{
		float:none;
		width:95%;
	}
}
/*------------------------------
物件送り用ボタン
--------------------------------*/
.num_act{
	display:block;
	border: none;
	background: #79b3b6;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width:30px;
	float:left;
	box-sizing: border-box;
	padding:7px;
	margin:3px 5px 0px 5px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size:1.4rem;
	text-decoration:none;
	text-align:center;
}
a.num_btn{
	display:block;
	border: none;
	background: #333333;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width:30px;
	float:left;
	box-sizing: border-box;
	padding:7px;
	margin:3px 5px 0px 5px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size:1.4rem;
	text-decoration:none;
	text-align:center;
}
a:hover.num_btn{
	background: #79b3b6;
	text-decoration:none;
}
a.articy_btn{
	display:block;
	border: none;
	background: #333333;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	width:175px;
	float:left;
	box-sizing: border-box;
	padding:10px 10px 10px 35px;
	margin:0px 5px 15px 5px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:15px 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size:1.6rem;
	text-decoration:none;
	text-align:left;
}
a:hover.articy_btn{
	background: #ffcd00;
	background-repeat:no-repeat;
	background-position:15px 13px;
	text-decoration:none;
}
a.numy_btn{
	display:block;
	border: none;
	background: #333333;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	width:100px;
	float:left;
	box-sizing: border-box;
	padding:10px 25px 10px 40px;
	margin:0px 5px 0px 5px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:15px 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size:1.6rem;
	text-decoration:none;
	text-align:left;
}
a:hover.numy_btn{
	background: #79b3b6;
	background-repeat:no-repeat;
	background-position:15px 13px;
	text-decoration:none;
}
.btnbox_num{
	margin:25px 0px 10px 30px;
}
.btnbox_num3{
	position:absolute;
	top:0px;
	left:30px;
	margin:10px 0px 10px 0px;
}
.btnbox_num2{
	position:absolute;
	bottom:0px;
	right:35px;
	margin:10px 0px 10px 0px;
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 480px){
	a.btn_no{
		display:none;
	}
}
@media screen and (max-width: 380px){

}
@media screen and (max-width: 320px){

}
/*------------------------------
通常ボタン
--------------------------------*/
a.base_btn{
	display:block;
	border: none;
	background: #79b3b6;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	width:250px;
	box-sizing: border-box;
	padding:10px 25px 10px 40px;
	margin:10px auto 10px auto;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	background-image:url('../images/btn/					bicon_list.png');
	background-repeat:no-repeat;
	background-position:15px 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size:1.6rem;
	text-decoration:none;
	text-align:center;
}
a:hover.base_btn{
	background: #b1b1b1;
	background-image:url('../images/btn/					bicon_list.png');
	background-repeat:no-repeat;
	background-position:15px 13px;
	text-decoration:none;
}
a.bace2_btn{
	display:block;
	border: none;
	background: #79b3b6;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	width:45%;
	float:left;
	box-sizing: border-box;
	padding:10px 25px 10px 40px;
	margin:10px 10px 10px 10px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	background-image:url('../images/btn/					bicon_list.png');
	background-repeat:no-repeat;
	background-position:15px 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size:1.6rem;
	text-decoration:none;
	text-align:center;
}
a:hover.bace2_btn{
	background: #b1b1b1;
	background-image:url('../images/btn/					bicon_list.png');
	background-repeat:no-repeat;
	background-position:15px 13px;
	text-decoration:none;
}
a.bace3_btn{
	display:block;
	border: none;
	background: #79b3b6;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	width:200px;
	float:left;
	box-sizing: border-box;
	padding:10px 25px 10px 40px;
	margin:10px 10px 10px 10px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	background-image:url('../images/btn/					bicon_list.png');
	background-repeat:no-repeat;
	background-position:15px 13px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size:1.6rem;
	text-decoration:none;
	text-align:left;
}
a:hover.bace3_btn{
	background: #b1b1b1;
	background-image:url('../images/btn/					bicon_list.png');
	background-repeat:no-repeat;
	background-position:15px 13px;
	text-decoration:none;
}
a.w130,a:hover.w130{
	width:130px;
}
a.w150,a:hover.w150{
	width:150px;
}
a.w200,a:hover.w200{
	width:200px;
}
a.w250,a:hover.w250{
	width:250px;
}
a.w300,a:hover.w300{
	width:300px;
}
a.w4,a:hover.w4{
	width:23%;
}
@media screen and (max-width: 480px){
	a.articy_btn{
		float:none;
	}
	a.w4,a:hover.w4{
		width:95%;
	}
}
a.m0r,a:hover.m0r{
	margin:0px 0px 0px 0px;
	float:right;
}
.btnbox_pn{
	width:300px;
	text-align:center;
	margin:0px auto 0px auto;
}
.btnbox_mem{
	width:450px;
	text-align:center;
	margin:0px auto 0px auto;
}
.btnbox_mem2{
	width:670px;
	text-align:center;
	margin:0px auto 0px auto;
}
.btnbox_reqs{
	width:550px;
	text-align:center;
	margin:0px auto 0px auto;
}
.article_lbox{
	width:97%;
	text-align:center;
	margin:10px auto 0px auto;
}
a.rent{
	background-color:#333333;
}
a.sale{
	background-color:#333333;
}
a.basic{
	background-color:#cccccc;
}
a.act2,a:hover.act2{
	background: #ffcd00;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:15px 13px;
}
a.sale,a:hover.sale{
	background-image:url('../images/btn/					bicon_sale.png');
}
a.ry,a:hover.ry{
	background-image:url('../images/btn/					bicon_ry.png');
}
a.ly,a:hover.ly{
	background-image:url('../images/btn/					bicon_ly.png');
}
a.by,a:hover.by{
	background-image:url('../images/btn/					bicon_by.png');
}
a.back,a:hover.back{
	background-image:url('../images/btn/					bicon_back.png');
}
a.mem,a:hover.mem{
	background-image:url('../images/btn/					bicon_mem.png');
}
a.login,a:hover.login{
	background-image:url('../images/btn/					bicon_login.png');
}
a.logout,a:hover.logout{
	background-image:url('../images/btn/					bicon_logout.png');
}
a.top,a:hover.top{
	background-image:url('../images/btn/					bicon_top.png');
}
a.req,a:hover.req{
	background-image:url('../images/btn/					bicon_req.png');
}
a.res,a:hover.res{
	background-image:url('../images/btn/					bicon_res.png');
}
a.about,a:hover.about{
	background-image:url('../images/btn/					bicon_about.png');
}
a.search,a:hover.search{
	background-image:url('../images/btn/					bicon_search.png');
}
a.contact,a:hover.contact{
	background-image:url('../images/btn/					bicon_fcon.png');
}
.w2{
	width:460px;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width: 480px){
	.w2{
		width:95%;
		margin-left:auto;
		margin-right:auto;
	}
}
/*------------------------------
テーブル01
--------------------------------*/
.table01{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	font-size:1.4rem;
	border-collapse: separate;
    border-spacing:2px;
}
.table01 th{
	border:1px dotted #b1b1b1;
	background-color:#c9e1e2;
	margin:0px 0px 0px 0px;
	padding:5px;
	text-align:center;
	font-weight:normal;
	color:#666666;
	font-weight:bold;
	vertical-align:middle;
}
.table01 th.th_m{
	border:1px dotted #b1b1b1;
	background-color:#79b3b6;
	margin:0px 0px 0px 0px;
	padding:8px;
	text-align:center;
	font-size:1.6rem;
	font-weight:bold;
	color:#ffffff;
}
.table01 td{
	border:1px dotted #b1b1b1;
	margin:0px 0px 0px 0px;
	padding:5px;
	color:#333333;
	vertical-align:top;
}
.taw100{
	width:100%;
	margin:0px auto 0px auto;
}
.taw_de{
	width:700px;
	margin:0px auto 0px auto;
}
.taw700{
	width:70%;
	margin:0px auto 0px auto;
}
.taw600{
	width:60%;
	margin:0px auto 0px auto;
}
.taw500{
	width:50%;
	margin:0px auto 0px auto;
}
.taw400{
	width:40p%;
	margin:0px auto 0px auto;
}
.table01 th.thw30,.table01 td.tdw30{
	width:33%;
}
.table01 td.td_n{
	text-align:center;
	border:none;
	background:none;
}
.table01 td.td_n2{
	text-align:center;
	border:none;
	background:none;
}
.table01 td.td_c{
	text-align:center;
}
.table01 td.td_v{
	vertical-align:middle;
}
.table01 td.td_bon{
	height:10px;
	border:none;
}
.table01 th.thw80,.table01 td.tdw80{
	width:80px;
}
.table01 th.thw150,.table01 td.tdw150{
	width:150px;
}
.table01 td table{
	border:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
.table01 td table td{
	border:none;
	margin:0px 0px 0px 0px;
	padding:2px;
	font-size:12px;
}
.t_fixed{
	table-layout: fixed;
}

/*------------------------------
関連記事
--------------------------------*/

.osusume{
font-size: 1.8rem;
font-weight: bold;
background-color: #c9e1e2;
color: #666;
padding: 4% 2%;
margin:20px 0;
text-align: center;
}

.osusume_bottom{
	margin:80px 0 30px;
	padding: 3% 0;
}

.osusume_img{
width: 90%;
margin: 0 auto 5%;
}

.osusume_img img{
	width:230px;
	margin: auto;
    display: block;
}

.osusume_box_bottom{
	display: flex;
	justify-content: space-between;
}

.osusume_box_bottom .osusume_img{
padding: 0 4%;
}

@media screen and (max-width: 640px){
	.taw100,.taw700,.taw600,.taw500,.taw400{
		width:97%;
		margin:0px auto 0px auto;
	}
	.table01 th{
		display:block;
		width:97%;
	}
	.table01 td{
		display:block;
		width:97%;
	}
	.table01 th.thw150,.table01 td.tdw150,.table01 th.thw80,.table01 td.tdw80{
		width:97%;
	}
	.table01 th.thw30,.table01 td.tdw30{
		width:100%;
	}
}
@media screen and (max-width:430px){
	.osusume_box_bottom{
		display: block;
		width:97%;
	}
}
/*------------------------------
フッター
--------------------------------*/
.footer{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
#foot_ban{
	width:630px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
.fb_ban{
	width:200px;
	float:left;
	margin:0px 10px 10px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.fb_ban span{
	display:block;
	font-size:1.2rem;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#foot_sns{
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
#foot_logo{
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	text-align:center;
}
.footer p{
	margin:0px 0px 15px 0px;
	padding:10px 10px 0px 10px;
	text-align:center;
	font-size:1.3rem;
	color:#333333;
}
.footer p a{
	color:#333333;
}
address{
	font-size:8px;
	padding:16px 10px 14px 10px;
	margin:0px 0px 0px 0px;
	color:#ffffff;
	font-weight:bold;
	font-style:normal;
	line-height:145%;
	text-align:center;
	background-color:#79b3b6;
}
.ie6 address{
	font-size:9px;
}
.ie7 address{
	font-size:10px;
}
.fbig{
	font-size:16px;
	vertical-align:bottom;
}
.ie6 .fbig{
	font-size:12px;
}
.ie7 .fbig{
	font-size:10px;
}
#foot_top{
	position:fixed;
	bottom:10px;
	right:50%;
	margin-right:-490px;
	z-index:100;
}
@media screen and (max-width: 768px){
	#foot_top{
		position:fixed;
		bottom:10px;
		right:20px;
		margin-right:0px;
		z-index:100;
	}
	
	.recommended{
		display:block;
}

}
@media screen and (max-width: 480px){
	#foot_ban{
		width:100%;
		margin:0px 0px 0px 10px;
		padding:0px 0px 0px 0px;
	}
	.fb_ban{
		width:30%;
		height: auto;
		min-height: 110px;
		float:left;
		margin:0px 10px 10px 0px;
		padding:0px 0px 0px 0px;
		text-align:center;
	}
	.fb_ban img{
		width:100%;
		height:auto;
	}
	.fb_ban span{
		line-height:120%;
	}
	.footer p{
		width:65%;
		margin:0px 0px 15px 0px;
		padding:10px 10px 0px 10px;
		text-align:center;
		font-size:1.3rem;
		color:#333333;
	}
	#foot_top{
		position:fixed;
		bottom:47px;
		right:10px;
		margin-right:0px;
		z-index:100;
	}
}
.all_clear{
	clear:both;
	height:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
@media screen and (max-width: 480px){
	img.img_size{
		width:97%;
		height:auto;
	}
}
.banner_html {
	text-align:center;
}
.banner_html img {
	max-width: 100%;
}
#info h3{
	text-align:center;
	font-size:1.8rem;
}
#info p{
	font-size:1.4rem;
	padding:15px;
}

/*------------------------------
テキストコピーボタン
--------------------------------*/
.line_tbox{
	margin-right: 0px;
}
.line_tbox span.ltb_m{
	font-size:1.4rem;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	background-color: #0AB43A;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 5px #000;
}
.line_tbox span.ltb_p{
	font-size:1.3rem;
	font-weight:normal;
	display:block;
	margin-bottom:3px;
}
#main p#copytxt{
  margin: 0 0 10px;
  font-size:1.2rem;
  line-height:150%;
   text-align:left;
   border:1px solid #666;
	padding:5px;
}
button.copy_button{
	font-size:1.4rem;
	padding:5px;
	background-color:#333;
	color:#fff;
	border-radius:5px;
	margin:3px 0px;
}
button.copy_button:active,button.copy_button:hover{
	background-color:#999;
}