@charset "EUC-JP";
/*------------------------------
基本
--------------------------------*/
html{
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: aliased;
	font-size: 62.5%;
}
body{
	font-family:"Noto Sans JP", sans-serif;
	font-size:1.4rem;
	color:#000;
	margin:0px;
	padding:0px;
	overflow-x: scroll;
}
img{
	border:none;
}
a{
	color:#1A72E8;
	text-decoration:none;
}
a:hover{
	color:#cccccc;
	text-decoration:none;
}
strong{
	font-weight:bold;
}
/*------------------------------
フォーマット
--------------------------------*/
#container {
	width:1420px;
	box-sizing:border-box;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	height:auto;
	overflow: hidden;
}
#contents{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	height:auto;
	scroll-behavior: smooth;
}
#main{
	margin:0px 0px 0px 0px;
	padding:0px 70px 50px 70px;
}
@media screen and (max-width:1419px){
	#container{
		width:100%;
	}
}

/*------------------------------
メイン見出し
--------------------------------*/
#main h3{
	margin:30px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.6rem;
	text-align:center;
}
#main h3:before{
	display:block;
	content:'Movies';
	font-family: 'Righteous-Regular',sans-serif;
	color:#000;
	font-size:4.6rem;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
#main h3 i{
	color:#e9482e;
}
#main h3.about:before{
	content:'About US';
}
#main h3.company:before{
	content:'Company OutLine';
}
#main h3.shop:before{
	content:'Shop Access';
}
#main h3.contact:before{
	content:'Contact';
}
#main h3.links:before{
	content:'Links';
}
#main h3.sitemap:before{
	content:'Sitemap';
}
#main h3.privacy:before{
	content:'Privacy Policy';
}
#main h3.cat:before{
	content:'Category Search';
}
#main h3.store:before{
	content:'Stores Search';
}
#main h3.office:before{
	content:'Offices Search';
}
#main h3.key:before{
	content:'Keyword Search';
}
#main h3.new:before{
	content:'New arrivals';
}
#main h3.up:before{
	content:'Update arrivals';
}
#main h3.past:before{
	content:'Past Articles';
}
#main h3.eki:before{
	content:'Station Search';
}
#main h3.area:before{
	content:'Area Search';
}
#main h3.dictionary:before{
	content:'Dictionary';
}
#main h3.sim:before{
	content:'Simulation';
}
#main h3.charm:before{
	content:'Hories charm';
}
#main h3.around:before{
	content:'Around Horie';
}
#main h3.spot:before{
	content:'Horie spots';
}
#main h3.souba:before{
	content:'Rent market';
}
#main h3.entry:before{
	content:'Article details';
}
#main h3.useful:before{
	content:'Useful information';
}
#main h3.mem:before{
	content:'Members Page';
}
#main h3.my:before{
	content:'My Stock List';
}
#main h4{
	position: relative;
	padding:10px 10px 20px 10px;
	background: #f8f5ec;
	font-size:2.4rem;
	font-weight:700;
	margin:30px 0px 10px 0px;
	line-height:140%;
}
#main h4:before {
	position: absolute;
	top: -8px;
	left: -8px;
	width: 100%;
	height: 100%;
	content: '';
	border: 2px dotted #ccc;
}
#main h5{
	position: relative;
	padding:10px 10px 15px 10px;
	font-size:2.0rem;
	margin:0px 0px 20px 0px;
	line-height:140%;
}
#main h5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width:100%;
  height:5px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#main h5.fo_h5{
	text-align:left;
}
#main h5.entry_h5{
	font-size:1.4rem;
	border-bottom:none;
}
#main h5.entry_h5:after,#main h5.bk_h5:after{
	display:none;
}
#main h5.mcb_h5{
	font-weight:700;
	text-align:left;
}
#main h6{
	margin:0;
	font-size:2.0rem;
	border-bottom: solid 5px #efefef;
	padding:8px 5px 8px 5px;
	margin-bottom:15px;
	position:relative;
	font-weight:normal;
	line-height:140%;
}
#main p{
	font-size:1.6rem;
	margin:0px 0px 20px 0px;
	padding:20px;
	line-height:150%;
}
#main p.artsub_box a {
	display: inline-block;
	background-color: #333;
	padding: 5px 12px 5px 12px;
	margin: 0px 8px 8px 0px;
	color: #ffffff;
	border-radius: 18px;
}
#main p.artsub_box :hover {
	display: inline-block;
	background-color: #333;
	padding: 5px 12px 5px 12px;
	margin: 0px 8px 8px 0px;
	color: #ffffff;
	border-radius: 18px;
}
#main p.bk_hyoji{
	margin:0px;
	padding:10px;
}
#main p.conts,#main p.myinfo{
	background-color:#efefef;
	border-radius:10px;
	padding:15px;
	margin-top: 30px;
}
#main p.myinfo{
	margin:20px 0px 20px 0px;
}
#main p.chui{
	font-size:1.2rem;
	color:#ba0000;
	vertical-align:top;
}
#main p.mlist_p{
	position:absolute;
	top:-50px;
	left:10px;
	font-size:1.4rem;
}
#main p.inner_p{
	margin:0px 0px 0px 0px;
}
/*------------------------------
メイン共通ul
--------------------------------*/
.main ul.m_ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}
.m_ul li{
	margin:0px 0px 5px 20px;
	padding:0px 0px 0px 0px;
	font-size:1.4rem;
	line-height:150%;
}
.m_ul li:before {
	font-family: "webfont";
	content: "\e910";
	display: inline-block;
	margin:0px 5px 0px 0px;
	color:#E9492D;
	font-size:1.2rem;
}
/*------------------------------
パンくず
--------------------------------*/
.breadcrumb {
	margin: 0;
	padding:15px 10px 15px 0px;
	list-style: none;
	margin:0px 70px 0px 70px;
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	line-height:150%;
	font-size:1.2rem;
}
.breadcrumb li.link_none{
	font-weight:700;
	color: #e9482e;
}
.breadcrumb li a {
	text-decoration:underline;
	color: #000;
}
.breadcrumb li a:hover {
	color: #ccc;
}
@media screen and (max-width:1024px){
	.breadcrumb {
		width:100%;
		box-sizing:border-box;
	}
}
/*------------------------------
中ページ
--------------------------------*/
#head_box2{
	height:250px;
	background-image:
		url('../images/bg_dott.png'),
		url('../images/main_img2.jpg');
	background-repeat: repeat,no-repeat;
	background-position:0px 0px,left 0px;
	background-size:auto,100% auto;
	margin:0px 70px 0px 70px;
}
#head_box2 p{
	font-size:3.2rem;
	height:240px;
	box-sizing:border-box;
	font-family: 'ShipporiMinchoRyu-Regular',serif;
	background-image: url(../images/horie_life.png);
    background-repeat: no-repeat;
	background-size:114px auto;
	background-position: right bottom;
	padding:30px 0px 0px 30px;
	margin:0px 10px 0px 0px;
	color:#fff;
	text-shadow:1px 2px 3px #000;
}
/*------------------------------
トグルボックス
--------------------------------*/
.toggle_box {
    margin:20px 0px 20px 0px;
    padding: 0;
}
/*ボタン装飾*/
.toggle_box label.tog{
	display:block;
    padding:15px;
    font-weight: bold;
    background:#000;
	font-size:1.8rem;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
	color:#fff;
	line-height:130%;
}
/*アイコンを表示*/
.toggle_box label.tog:before {
	font-family: 'webfont';
	font-weight: 900;
    display: inline-block;
    content: '\e919';
	font-size:2.0rem;
	color: #fff;
	margin-right:10px;
}
/*アイコンを表示*/
.toggle_box label.tog:after {
	font-family: 'webfont';
	font-weight: 400;
    display: inline-block;
    content: '\e942';
    padding-right: 5px;
    transition: 0.2s;
	font-size:2.0rem;
	color: #fff;
	margin-left:10px;
}
.toggle_box label.tog:hover:before,.toggle_box label.tog:hover:after{
	color:#fff;
}
.rent label.tog:hover,.rent input.tog:checked ~ label.tog {
	background-color:#e9482e;
	color: #fff;
}
.sale label.tog:hover,.sale input.tog:checked ~ label.tog {
	background-color:#e9482e;
	color: #fff;
}
/*アイコンを切り替え*/
.toggle_box input.tog:checked ~ label.tog:after {
     content: '\e945';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #fff;
}
.toggle_box input.tog:checked ~ label.tog:before {
	color: #fff;
}
.toggle_box input.tog:checked ~ label.tog:hover:before,.toggle_box input.tog:checked ~ label.tog:hover:after{
     color: #fff;
}
/*チェックは見えなくする*/
.toggle_box input.tog {
    display: none;
}
/*中身を非表示にしておく*/
.toggle_box .toggle_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.toggle_box input.tog:checked ~ .toggle_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
/*------------------------------
マイリスト系
--------------------------------*/
.mylist_box{
	margin:80px 0px 0px 0px;
}
.stock_info,.mem_box{
	margin:15px 0px 15px 0px;
	padding:0px;
	border:1px dotted #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.stock_info i{
	color:#ccc;
}
.stock_info img{
	display:block;
	margin:15px auto 15px auto;
}
/*------------------------------
トップページ上部
--------------------------------*/
#head_box{
	width:78%;
	height:510px;
	background-image:
		url('../images/bg_dott.png'),
		url('../images/main_img.jpg');
	background-repeat: repeat,no-repeat;
	background-position:0px 0px,left 0px;
	background-size:auto,cover;
	margin:0px 70px 0px 70px;
}
#head_box p{
	font-family: 'ShipporiMinchoRyu-Regular',serif;
	font-size:3.6rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	hanging-punctuation: allow-end;
	position:absolute;
	top:0px;
	right:70px;
	line-height:130%;
	letter-spacing:2px;
	padding: 0px 20px 0px 20px;
	background-image: url(../images/horie_life.png);
    background-repeat: no-repeat;
	background-size:114px auto;
	background-position: center bottom;
	height:510px;
}
.win #head_box p{
	font-size:2.8rem;
}
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
	#head_box p{
		font-size:2.5rem;
	}
}
.win.ie #head_box p{
	font-size:2.8rem;
}
.win.chrome #head_box p{
	font-size:3.0rem;
}
#top_nav{
	margin:0px 0px 0px 0px;
	padding:0px 70px 0px 70px;
}
#tn_area{
	display:inline-block;
	width:37%;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}
#tn_station{
	display:inline-block;
	width:37%;
	margin:0px 10px 0px 10px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}
#tn_request{
	display:inline-block;
	width:22%;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}
#tn_area h3,#tn_station h3,#tn_request h3{
	background-image: url(../images/icon_area.png);
    background-repeat: no-repeat;
	background-size:64px auto;
	background-position: left top;
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 80px;
	font-size:1.8rem;
	font-weight:700;
}
#tn_station h3{
	background-image: url(../images/icon_station.png);
}
#tn_request h3{
	background-image: url(../images/icon_request.png);
}
#tn_area h3 span,#tn_station h3 span,#tn_request h3 span{
	font-size:2.2rem;
}
.tn_inner{
	background-color:#f8f5ec;
	padding:20px;
	text-align:center;
}
.tn_inner ul{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
.tn_inner li{
	display:inline-block;
	width:30%;
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
.tn_inner li h4{
	font-size:1.8rem;
	margin:0px 0px 8px 0px;
}
.tn_inner li a{
	display: inline-block;
    margin: 0px 8px 10px 0px;
    padding: 5px 8px 5px 8px;
    background-color: #476f99;
    border-radius: 8px;
    color: #fff;
    font-size: 1.2rem;
}
.tn_inner li a.st{
	background-color:#db7d64;
}
.tn_inner a.tnr_mem{
	display: block;
    background-image: url(../images/icon_regster.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: 15px 15px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px 10px 65px;
	box-shadow: 0px 0px 2px 2px #e2e2e2;
	margin:0px 0px 13px 0px;
	text-align:left;
	color:#000;
}
.tn_inner a.tnr_mem h5{
	font-size:1.4rem;
	margin:0px 0px 5px 0px;
}
.tn_inner a.tnr_mem h5 strong{
	color:#e9482e;
	font-size:2.0rem;
}
.tn_inner a.tnr_mem p{
	font-size:1.1rem;
	line-height: 140%;
}
.tn_inner a.tnr_req{
	display:inline-block;
	background-image: url(../images/icon_req.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 10px 12px;
    background-color: #fff;
    border-radius: 10px;
    padding: 7px 10px 7px 30px;
    box-shadow: 0px 0px 2px 2px #e2e2e2;
    font-size: 1.2rem;
	line-height: 140%;
	text-align:left;
	color:#000;
}
.tn_inner a.tnr_res{
	display: inline-block;
    background-image: url(../images/icon_res.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: 10px 12px;
    background-color: #fff;
    border-radius: 10px;
    padding: 7px 10px 7px 30px;
    box-shadow: 0px 0px 2px 2px #e2e2e2;
    font-size: 1.2rem;
	line-height: 140%;
	margin:0px 0px 0px 10px;
	text-align:left;
	color:#000;
}
@media screen and (max-width:1300px){
	#tn_area{
		width:35%;
	}
	#tn_station{
		width:35%;
	}
	#tn_request{
		width:24%;
	}
	.tn_inner li{
		width:47%;
	}
}
@media screen and (max-width:1280px){
	#head_box{
		width:75%;
	}
}
@media screen and (max-width:1130px){
	#tn_area{
		width:33%;
	}
	#tn_station{
		width:33%;
	}
	#tn_request{
		width:28%;
	}
}
@media screen and (max-width:1024px){
	#head_box{
		width:70%;
	}
}
/*------------------------------
サイドバー
--------------------------------*/
#menu {
	position: fixed;
	top:0;
	bottom:0;
	left: -340px;
	overflow: auto;
	width: 320px;
	height:auto;
	margin:auto;
	padding:0px 0px 0px 0px;
	transition: left .5s, right .5s;
	background-color:#ccc;
	z-index:999;
}
.side_open {
	cursor: pointer;
    position: fixed;
    top:0;
	left:10px;
	bottom:0px;
	margin: auto;
    width: 50px;
    height:110px;
    box-sizing: border-box;
    z-index:9999;
    color: #000;
    font-size: 3.2rem;
    text-align: center;
    vertical-align: middle;
    padding: 8px 5px 5px 5px;
}
.side_open span{
	display:block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	font-size:1.2rem;
	color:#000;
	margin: auto;
    margin-top: 7px;
}
@supports (-ms-ime-align: auto) {
	.side_open span{
		margin-top:0px;
		margin-left:12px;
	}
}
.win .side_open span{
	margin-top:0px;
	padding-left:12px;
}
.win.ie .side_open span{
	margin-top:0px;
	margin-left:12px;
}
.win.chrome .side_open span{
	margin: auto;
    margin-top: 7px;
}
.gecko{
	margin-left:12px;
}
#open {
  display: none;
}
#open:checked + #menu {
  left: 0;
}
.menu_inner{
	margin:1px 1px 1px 70px;
	box-sizing:border-box;
	background-color:#fff;
	padding:10px;
}
.menu_inner h3{
	font-family: 'Righteous-Regular',sans-serif;
	font-size:1.8rem;
	border-bottom:1px dotted #ccc;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
}
#keys_box{
	width:200px;
	margin:13px auto 13px auto;
}
.form_set_keys{
	width:100%;
	margin: 0px 0px 0px 0px;
	position:relative;
}
.form_set_keys input.search{
	display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 8px 8px 10px;
    font-size: 1.4rem;
    color: #e2e2e2;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form_set_keys input.search:focus{
	border: 1px solid #666;
	color: #333;
}
.form_set_keys input[type="submit"]{
	position: absolute;
    top:3px;
    right:0px;
    font-size: 2.2rem;
    border:none;
	color:#1A283E;
	cursor:pointer;
	background:none;
}
.form_set_keys input[type="submit"]:hover{
	color:#ccc;
}
ul#scul{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
ul#scul li{
	display:inline-block;
	width:90px;
	margin:0px 5px 12px 5px;
	padding:0px 0px 0px 0px;
}
ul#scul li a{
	display: block;
    width: 90px;
    height: 90px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #ccc;
	font-size: 1.4rem;
	line-height:130%;
    color: #000;
    text-align: center;
}
ul#scul li a img{
	display:block;
	width:30px;
	height:auto;
	margin:10px auto 5px auto;
}
ul#scul li a:hover,ul#scul li.cat_over a,ul#scul li.cat_over a:hover{
    border: 1px solid #333;
}
a.sn_past{
	display:block;
	background-color:#fff;
	box-shadow: 0px 0px 2px 2px #e2e2e2;
	border-radius:8px;
	text-align:center;
	padding: 10px 8px;
	margin:10px 6px 8px 7px;
}
a.sn_past h4{
	color:#4d749e;
	font-size:1.6rem;
	font-weight:700;
}
a.sn_past h4 span{
	font-size:2.4rem;
	line-height:140%;
}
a.sn_past p{
	font-size:1.2rem;
	color:#666;
	margin:8px 0px 0px 0px;
	line-height:140%;
}
#sn_mem{
	background-color:#fff;
	box-shadow: 0px 0px 2px 2px #e2e2e2;
	border-radius:8px;
	padding: 10px 8px;
	margin:15px 6px 10px 7px;
	text-align:center;
}
#sn_mem h4{
	color:#4d749e;
	font-size:1.6rem;
	text-align:center;
	font-weight:700;
	font-family:serif;
	margin:0px 0px 5px 0px;
}
#sn_mem h4 strong{
	font-size:2.4rem;
}
#sn_mem h4 span.snm_or{
	color:#f29a6d;
}
#sn_mem h4 span.snm_gr{
	color:#80acac;
}
#sn_mem p{
	font-size:1.2rem;
	color:#666;
	margin:8px 0px 10px 0px;
	line-height:140%;
}
#sn_mem a{
	display:inline-block;
	width:54px;
	height:54px;
	box-sizing:border-box;
	border-radius:50%;
	text-align:center;
	background-color:#e8e5cf;
	color:#666767;
	font-size:1.3rem;
	line-height: 130%;
	padding-top: 12px;
	margin:0px 1px 0px 1px;
}
.menu_inner h4.sha4,.menu_inner h4.shs4{
	background-image: url(../images/icon_area.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: left 15px;
    margin: 0px 0px 8px 0px;
    padding: 10px 0px 10px 50px;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 2px solid #ccc;
    line-height: 140%;
}
.menu_inner h4.shs4{
	background-image: url(../images/icon_station.png);
}
.menu_inner h4.sha4 span,.menu_inner h4.shs4 span{
	font-size:2.2rem;
}
ul#saul,ul#ssul{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
ul#saul li,ul#ssul li{
	display: inline-block;
    width:100%;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px dotted #ccc;
    text-align: center;
}
ul#saul li h5,ul#ssul li h5{
	font-size:1.8rem;
	margin:0px 0px 8px 0px;
}
ul#saul li a,ul#ssul li a{
	display: inline-block;
    margin: 0px 8px 10px 0px;
    padding: 5px 8px 5px 8px;
    background-color: #476f99;
    border-radius: 8px;
    color: #fff;
    font-size: 1.2rem;
}
ul#saul li a.st,ul#ssul li a.st{
	background-color:#db7d64;
}
/*------------------------------
トップメイン
--------------------------------*/
#main_top{
	margin:0px 0px 0px 0px;
	padding-top:20px;
}
#top_movie{
	margin:0px 70px 0px 70px;
	position:relative;
}
#top_movie h3{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.6rem;
	text-align:center;
}
#top_movie h3:before{
	display:block;
	content:'Movies';
	font-family: 'Righteous-Regular',sans-serif;
	color:#000;
	font-size:4.6rem;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
#top_movie h3 i{
	color:#e9482e;
}
#tb_youtube{
	margin:30px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
#tb_youtube article{
	width:22%;
	display:inline-block;
	margin:0px 10px 10px 10px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}
#tb_youtube time{
	display:block;
	font-size:1.1rem;
	margin:0px 0px 10px 0px;
	text-align:left;
}
#tb_youtube figure{
	margin:0px 0px 0px 0px;
}
#tb_youtube div{
	margin:0px 0px 10px 0px;
	padding:10px;
	background-color:#fff;
	border-radius:10px;
	box-shadow: 0px 0px 2px 2px #e2e2e2;
}
#tb_youtube figure img{
	width:100%;
	height:auto;
}
#tb_youtube figcaption{
	margin:0px 0px 10px 0px;
	padding:0px;
}
#tb_youtube figcaption h5{
	font-size:1.6rem;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	line-height:140%;
}
#tb_youtube figcaption a{
	display:inline-block;
	margin:0px 5px 10px 5px;
	padding:5px 8px 5px 8px;
	background-color:#333;
	border-radius:8px;
	color:#fff;
	font-size:1.2rem;
}
#tb_youtube a.chanell_link{
	display:block;
	position:absolute;
	top:-10px;
	right:50%;
	width:120px;
	margin-right: -290px;
}
#tb_youtube a.chanell_link img{
	width:100%;
	height:auto;
}
#top_horie,#top_shinmachi{
	margin:0px 70px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	background-color:#f4f4f4;
}
#top_shinmachi{
	margin:0px 0px 0px 70px;
}
#top_horie h3{
	display:block;
	width:392px;
	height:630px;
	box-sizing:border-box;
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(../images/bg_horie.png);
    background-repeat: no-repeat;
	background-size:392px auto;
	background-position: left top;
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 180px;
	color:#fff;
	font-size:1.6rem;
	z-index:1;
}
#top_horie h3:after{
	content:'HORIE';
	position:absolute;
	top:30px;
	left:70px;
	font-family: 'Righteous-Regular',sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	font-size:4.6rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing:3px;
}
.th_link{
	width:170px;
	position:absolute;
	bottom:20px;
	left:80px;
	text-align:left;
	z-index:2;
}
.ts_link{
	width:170px;
	position:absolute;
	bottom:20px;
	right:80px;
	text-align:left;
	z-index:2;
}
.th_link p,.ts_link p{
	font-size:1.6rem;
	line-height:140%;
}
.th_link a,.ts_link a{
	display:block;
	margin:8px 0px 0px 0px;
	padding:8px;
	background-color:#fff;
	border-radius:8px;
	color:#333;
	font-size:1.2rem;
}
.th_link a:hover,.ts_link a:hover{
	display:block;
	margin:8px 0px 0px 0px;
	padding:8px;
	background-color:#666;
	border-radius:8px;
	color:#fff;
	font-size:1.2rem;
}
.th_box,.ts_box{
	width: 75%;
    margin:0px 0px 30px 25%;
    padding:40px 0px 40px 0px;
}
.ts_box{
	margin:0px 25% 30px 0px;
	padding:40px 0px 40px 20px;
}
.th_box article,.ts_box article{
	width:28%;
    display: inline-block;
    margin: 0px 20px 0px 20px;
	vertical-align:top;
	position:relative;
	text-align:center;
}
.ths_new{
	float:left;
	width:22px;
    margin:0px 0px 0px 18px;
}
.th_box time,.ts_box time{
	float:right;
	width:70%;
	text-align:right;
	font-size:1.1rem;
}
.th_box figure,.ts_box figure{
	position:relative;
	margin:18px 0px 0px 0px;
}
.ths_img{
    background-color: #fff;
    border-radius: 10px;
    width: 95%;
    height: 200px;
}
.ths_img img{
	display: block;
    position: absolute;
    right: 0px;
    top: -15px;
    width: 95%;
	height: auto;
	max-height: 200px;
    min-height: 200px;
}
.th_box h4,.ts_box h4{
	font-size:1.6rem;
	font-weight:500;
	margin:12px 0px 8px 0px;
	line-height:140%;
}
.th_box h4 a,.ts_box h4 a{
	color:#000;
}
.th_box p.ths_p,.ts_box p.ths_p{
	font-size:1.2rem;
	color:#7f8080;
	line-height:150%;
	margin: 0px 0px 12px 0px;
}
.th_box p.ths_price,.ts_box p.ths_price{
	display:inline-block;
	font-size:1.2rem;
	color:#000;
	line-height:160%;
    margin: 0px 0px 0px 0px;
}
.th_box p.ths_type,.ts_box p.ths_type{
	display:inline-block;
	font-size:1.2rem;
	color:#000;
	line-height:160%;
    margin: 0px 0px 8px 0px;
}
.th_box p span.ths_pt,.ts_box p span.ths_pt{
	font-size:2.2rem;
	font-weight:700;
}
.th_box p.ths_a,.ts_box p.ths_a{
	font-size:1.2rem;
	color:#000;
	line-height:160%;
    margin: 0px 0px 0px 0px;
}
a.ths_my{
	display:block;
	width:36px;
	height:36px;
	border-radius:50%;
	position:absolute;
	top:210px;
	right:5px;
	background-color:#ccc;
	text-align:center;
	cursor:pointer;
}
a.ths_my i{
	display:block;
	font-size:2.0rem;
	color:#fff;
	margin:7px auto auto auto;
}
#top_shinmachi h3{
	display: block;
    width: 392px;
	height: 630px;
	box-sizing:border-box;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../images/bg_shinmachi.png);
    background-repeat: no-repeat;
    background-size: 392px auto;
    background-position: right top;
    margin: 0px 0px 0px 0px;
    padding: 30px 180px 0px 0px;
    color: #fff;
    font-size: 1.6rem;
	text-align: right;
	z-index:1;
}
#top_shinmachi h3:after{
	content:'SHINMACHI';
	position:absolute;
	top:30px;
	right:70px;
	font-family: 'Righteous-Regular',sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	font-size:4.6rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing:3px;
}
#top_new{
	padding: 50px 70px 0px 70px;
}
#top_new h3{
	width: 300px;
    background-image: url(../images/h3i_new.gif);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 15px 50px;
    margin: 0px auto 60px auto;
    padding: 0px 0px 8px 35px;
    font-size: 1.6rem;
    text-align: center;
}
#top_new h3:before{
	display:block;
	content:'New arrivals';
	font-family: 'Righteous-Regular',sans-serif;
	color:#000;
	font-size:4.6rem;
	margin:0px 0px 10px 0px;
	padding:0px 30px 0px 0px;
}
#tn_rent,#tn_jigyo,#tn_sale{
	width:95%;
	display:block;
	margin:0px 0px 0px 0px;
	padding:15px;
	border:1px solid #ccc;
	border-radius:10px;
	position:relative;
	vertical-align:top;
	text-align:center;
}
#tn_jigyo,#tn_sale{
	margin:0px 0px 0px 30px;
}
#tn_rent h4,#tn_jigyo h4,#tn_sale h4{
	position:absolute;
	top:-30px;
	left:0px;
	font-size:1.8rem;
	margin:0px 0px 0px 0px;
}
#tn_rent h4 strong,#tn_jigyo h4 strong,#tn_sale h4 strong{
	font-size:2.2rem;
}
.tbk_box{
	margin: 0px 0px 0px 0px;
}
.tbk_box article{
	width:27%;
    display: inline-block;
    margin: 30px 3% 30px 3%;
    vertical-align: top;
    position: relative;
}
.tbk_new{
	float:left;
	width:22px;
    margin:0px 0px 0px 18px;
}
.tbk_box time{
	float:right;
	width:70%;
	text-align:right;
	font-size:1.1rem;
	margin-bottom:5px;
}
.tbk_box figure{
	position:relative;
	margin:18px 0px 0px 0px;
}
.tbk_img{
    background-color: #efefef;
    border-radius: 10px;
    width: 95%;
    height: 212px;
}
.tbk_img img{
	display: block;
    position: absolute;
    right: 0px;
    top: -15px;
    width: 95%;
    height: auto;
    max-height: 212px;
    min-height: 212px;
}
.tbk_box h5{
	font-size:1.6rem;
	font-weight:500;
	margin:12px 0px 8px 0px;
	line-height:140%;
}
.tbk_box h5 a{
	color:#000;
}
.tbk_box p.tbk_p{
	font-size:1.2rem;
	color:#7f8080;
	line-height:150%;
	margin: 0px 0px 12px 0px;
}
.tbk_box p.tbk_price{
	display:inline-block;
	font-size:1.2rem;
	color:#000;
	line-height:160%;
    margin: 0px 0px 0px 0px;
}
.tbk_box p.tbk_type{
	display:inline-block;
	font-size:1.2rem;
	color:#000;
	line-height:160%;
    margin: 0px 0px 8px 0px;
}
.tbk_box p span.tbk_pt{
	font-size:2.2rem;
	font-weight:700;
}
.tbk_box p.tbk_a{
	font-size:1.2rem;
	color:#000;
	line-height:160%;
    margin: 0px 0px 0px 0px;
}
a.tbk_my{
	display:block;
	width:36px;
	height:36px;
	border-radius:50%;
	position:absolute;
	top:220px;
	right:5px;
	background-color:#ccc;
	text-align:center;
	cursor:pointer;
}
a.tbk_my i{
	display:block;
	font-size:2.0rem;
	color:#fff;
	margin:7px auto auto auto;
}
a.ta_link{
	display:block;
	position:absolute;
	top:-25px;
	right:0px;
	font-size:1.4rem;
}
.more_bkbtm{
	margin-top: 24px;
}
.more_bkbtm .bk_ta_link{
	background: #333;
	color:#fff;
	border-radius: 8px;
	margin: 5px;
	padding: 8px;
}
@media screen and (max-width:1415px){
	#tn_jigyo,#tn_sale{
		margin:0px 0px 0px 20px;
	}
}
@media screen and (max-width:1280px){
	#tn_rent, #tn_jigyo, #tn_sale{
		width: 95%;
	}
	.ths_img{
		height: 150px;
	}
	.ths_img img{
		max-height: 150px;
		min-height: 150px;
	}
	a.ths_my{
		top:160px;
		right:5px;
	}
}
@media screen and (max-width:1150px){
	.th_box article,.ts_box article{
		margin: 0px 12px 0px 12px;
	}
	.tbk_box article {
		width: 100%;
	}
}
@media screen and (max-width:1050px){
	#tn_jigyo,#tn_sale{
		margin:0px 0px 0px 15px;
	}
}
/*------------------------------
ヘッダー
--------------------------------*/
#header{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	height:220px;
}
#header h1{
	margin:0px 0px 0px 0px;
	padding:15px 0px 15px 15px;
	background-color:#f4f4f4;
	color:#231815;
	font-size:1.2rem;
}
#header p.htex_p{
	background-image: url(../images/bruno_horie.png);
    background-repeat: no-repeat;
	background-size:148px auto;
	background-position: left 5px;
	position:absolute;
	top:10px;
	right:10px;
	font-size:2.0rem;
	padding:0px 0px 0px 155px;
}
#header h2{
	width:300px;
	text-align:center;
	position:absolute;
	top:85px;
	left:0;
	right:0;
	margin:0px auto 0px auto;
	font-size:3.2rem;
	font-family: 'irohakakuC-Regular';
}
#header h2 a{
	color:#000;
}
#header h2 img{
	display:block;
	width:48px;
	height:auto;
	margin:0px auto 15px auto;
}
p#introduce a{
	display: block;
    background-image: url(../images/about_us.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 56px;
    height: 55px;
    position: absolute;
    top:660px;
    left:90px;
	z-index:2;
	cursor:pointer;
}
p#introduce a:hover > .introtip{
	visibility: visible;
    opacity: 1;
}
.introtip {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 500ms;
    width: 420px;
	bottom: 10px;
	left:60px;
    margin-left: 0px;
}
.introtip > .intro_tex {
    background-color: #c7ac68;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    line-height:140%;
    font-size: 1.3rem;
    display: inline-block;
    padding: 15px;
}
.introtip > .intro_tex strong {
	display:block;
	font-size: 1.6rem;
	margin: 0px 0px 5px 0px;
}
#header ul{
	list-style:none;
	margin: 50px 70px 0px 70px;
	position:relative;
}
#header li{
	width:72px;
	height:72px;
	float:left;
}
#header li.hm01,#header li.hm01_over,
#header li.hm02,#header li.hm02_over{
	margin:0px 0px 0px 10%;
}
#header li.hm03,#header li.hm03_over,
#header li.hm04,#header li.hm04_over{
	float:right;
	margin:0px 10% 0px 0px;
}
#header li a{
	display:block;
	width:100%;
	height:100%;
	box-sizing:border-box;
	border-radius:50%;
	text-align:center;
	padding-top:21px;
	background-color:#fff;
	box-shadow: 0px 0px 2px 2px #e2e2e2;
	font-family: 'CabinSketch',sans-serif;
	color:#000;
	font-size:1.6rem;
}
#header li.hm01 a,#header li.hm01_over a{
	padding-top:28px;
}
#header li a:hover,
#header li.hm01_over a,#header li.hm01_over a:hover,
#header li.hm02_over a,#header li.hm02_over a:hover,
#header li.hm03_over a,#header li.hm03_over a:hover,
#header li.hm04_over a,#header li.hm04_over a:hover{
	background-color:#8aa19a;
	box-shadow:none;
	color:#fff;
}
/*------------------------------
共通
--------------------------------*/
.red{
	color:#ff0000;
}
.orange{
	color:#e9482e;
}
.rent{
	color:#1E9EAC;
}
.sale{
	color:#C7AC68;
}
.page_c{
	clear:both;
	text-align:center;
}
.page_r{
	text-align:right;
}
.page_l{
	text-align:left;
}
.mini{
	font-size:1.2rem;
}
.tb10{
	clear:both;
	margin:10px 0px 10px 0px;
}
.tbw10{
	margin:10px;
}
.tb20{
	clear:both;
	margin:20px 0px 20px 0px;
}
.t20{
	clear:both;
	margin:20px 0px 0px 0px;
}
.b20{
	clear:both;
	margin:0px 0px 20px 0px;
}
.tbig{
	font-size:120%;
	line-height:160%;
}
.bbig{
	font-weight:bold;
	font-size:120%;
	line-height:150%;
}
.all_clear{
	clear:both;
	height:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#newyear_banner{
	width:1000px;
	margin:0px auto 20px auto;
	padding:0px 0px 0px 0px;
}
#newyear_banner img{
	width:100%;
}
@media screen and (max-width:1000px){
	#newyear_banner{
		width:100%;
	}
}
/*------------------------------
用語集用ボタン
--------------------------------*/
a.dic_btn{
	display:inline-block;
	border: none;
	background: #efefef;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width:50px;
	box-sizing: border-box;
	padding:10px 10px 10px 10px;
	margin:10px 5px 10px 5px;
	color: #000;
	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:hover.dic_btn{
	background: #E9492D;
	color:#fff;
}
a.act,a:hover.act{
	background: #E9492D;
	color:#fff;
}
.btnbox_dic{
	width:100%;
	text-align:center;
	margin:0px auto 20px auto;
}
/*------------------------------
コンタクトページボタン
--------------------------------*/
a.contact_btn{
	display: inline-block;
    padding:16px 20px 14px 20px;
	margin:5px 5px 5px 5px;
    text-decoration: none;
    background: #ffffff;/*ボタン色*/
    color: #333333;
	font-size:1.6rem;
    box-shadow: 0px 0px 2px 2px #e2e2e2;
	cursor:pointer;
	border-radius:18px;
	line-height:140%;
}
a.contact_btn span{
	font-size:1.1rem;
}
a:hover.contact_btn{
	background: #efefef;/*ボタン色*/
}
a.contact_btn:before{
	font-family: 'webfont';
	display:block;
	margin-bottom:10px;
	font-size:2.6rem;
}
a.cb_sale:before{
	content: "\e90c";
	color: #F26C7D;
}
a.cb_rent:before{
	content: "\e90b";
	color: #1674BA;
}
a.cb_business:before{
	content: "\e912";
	color: #383B5F;
}
a.cb_pub:before{
	content: "\e92e";
	color: #666666;
}
a.cb_other:before{
	content: "\e93f";
	color: #988676;
}
/*------------------------------
通常ボタン
--------------------------------*/
a.base_btn,a.base_btn_act{
	display: inline-block;
    padding:12px 30px 12px 30px;
    text-decoration: none;
    background: #fff;/*ボタン色*/
    color: #000;
	font-size:1.6rem;
	font-weight:500;
    box-shadow: 0px 0px 2px 2px #e2e2e2;
	cursor:pointer;
	border-radius:20px;
	line-height:140%;
	margin-bottom:15px;
}
a:hover.base_btn,a.base_btn_act{
	background: #efefef;/*ボタン色*/
}
/*------------------------------
一覧ページ送り
--------------------------------*/
a.base_btn3{
	display: inline-block;
	padding:7px 10px;
	margin:3px 5px 0px 5px;
    text-decoration: none;
    background: #fff;/*ボタン色*/
	box-shadow: 0px 0px 2px 2px #e2e2e2;
	color: #000;
	font-size:1.8rem;
    border-radius:8px;
	cursor:pointer;
}
a:hover.base_btn3,a.act2{
	background: #efefef;/*ボタン色*/
}
.list_num{
	margin:0px 0px 40px 0px;
	padding:0px 0px 0px 0px;
}
.num_box{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
a.num_btn{
	display: inline-block;
	padding:7px 10px;
    text-decoration: none;
    background: #ffffff;/*ボタン色*/
	box-shadow: 0px 0px 2px 2px #e2e2e2;
    color: #333333;
	font-size:1.8rem;
    border-radius: 3px;
	cursor:pointer;
	text-align:center;
	margin-bottom:15px;
	margin-left:2.5px;
	margin-right:2.5px;
}
a:hover.num_btn{
	background-image:url('../images/bk_black.png');
	background-repeat:repeat;
	background-position:0px 0px;
	color:#fff;
}
.num_act{
	display: inline-block;
     padding:7px 10px;
    background: #efefef;/*ボタン色*/
	font-size:1.8rem;
    border-radius: 3px;
	cursor:pointer;
	margin-bottom:15px;
	margin-left:2.5px;
	margin-right:2.5px;
}
a.act3{
	display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #ff801e;/*ボタン色*/
    color: #FFF;
	font-size:1.8rem;
    border-bottom: solid 4px #d8691e;
    border-radius: 3px;
	cursor:pointer;
}
a.gry{
    background: #989898;/*ボタン色*/
    border-bottom: solid 4px #808080;
}
.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;
}
/*------------------------------
コンテンツテーブルクラス
--------------------------------*/
.sub_cat{
	overflow: hidden;
	text-align:center;
	margin:0px 0px 15px 0px;
	padding:15px;
}
.sub_cat span {
	position:relative;
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:7px 20px 5px 20px;
	font-size:1.8rem;
	color: #1A283E;
	font-weight:normal;
	line-height:140%;
}
.sub_cat span::before,
.sub_cat span::after {
	position: absolute;
	top:50%;
	content: '';
	width:400%;
	height:1px;
	background-color: #1A283E;
}
.sub_cat span::before {
	right:100%;
}
.sub_cat span::after {
	left:100%;
}
.sm_left{
	float:left;
	width:30%;
	margin:15px 0px 10px 20px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.sm_left img{
	width:100%;
	height:auto;
}
.sm_right{
	float:right;
	width:65%;
	margin:15px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
/*------------------------------
コンテンツ詳細ページ
--------------------------------*/
.contents_box{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.contents_mimg_box{
	margin:0px 0px 0px 0px;
	padding:20px;
	text-align:center;
}
.cb_comment{
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 20px;
	text-align:left;
}
.cb_comment p{
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
}
.main .cb_comment h5,.main .cb_comment p{
	margin:10px 0px 10px 0px;
}
.main .cb_comment h6{
	margin:20px 0px 20px 0px;
}
.main .cb_comment h6:before{
	background-color:#F23E38;
	content: "\f559";
	font-weight:900;
	color:#ffffff;
}
.main .cb_comment h6:after{
	border-left: 12px solid #F23E38;
}
.main .cb_comment p{
	margin:10px 0px 10px 0px;
	font-size:1.4rem;
	line-height:150%;
}
div.article_div{
	padding:10px;
	line-height:150%;
	font-size:1.4rem;
}
.cb_comment ul{
	margin:0px 0px 0px 0px;
	padding:10px;
}
.cb_comment li{
	margin:0px 0px 5px 10px;
	padding:0px 0px 0px 0px;
	font-size:1.6rem;
	color:#000000;
}
.cb_comment ol{
	margin:0px 0px 0px 0px;
	padding:10px;
}
.cb_comment ol li{
	line-height:150%;
}
.cb_comment table{
	width:100%;
}
.QandA {
	padding: 10px 10px 10px 20px;
	margin: 25px 10px 10px;
	background: #eee;
	border-radius: 25px;
}
.main p.text_Q {
	border-bottom: 3px double #b3b3b3;
	margin: 5px 0 10px;
	padding: 0 6px;
	font-size: 14px;
}
.main p.text_A {
	padding: 5px 10px;
	color: #909090;
}
.other_box{
	margin:15px 0px 15px 0px;
	padding:15px;
	border:1px dotted #ccc;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.ob_box{
	display:inline-block;
	width:18%;
	margin:0px 0px 8px 0px;
	padding:5px;
	text-align:center;
	vertical-align:top;
}
.ob_box img{
	width:90%;
	height:auto;
}
img.article_img{
	width:100%;
}
/*------------------------------
テーブル01
--------------------------------*/
.table01{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	font-size:1.4rem;
	border-collapse: collapse;
	text-align: center;
}
.table01 th{
	border:1px dotted #b1b1b1;
	background-color:#efefef;
	margin:0px 0px 0px 0px;
	padding:8px;
	text-align:center;
	font-weight:normal;
	color:#333;
	vertical-align:middle;
}
.table01 th.th_m{
	background-color:#333;
	color:#fff;
}
.table01 th.th_m a{
	color:#fff;
	text-decoration:underline;
}
.table01 td{
	border:1px dotted #b1b1b1;
	margin:0px 0px 0px 0px;
	padding:8px;
	color:#333;
	vertical-align:top;
	line-height:150%;
}
.taw600{
	width:600px;
	margin:0px auto 0px auto;
}
.thw80{
	width:80px;
}
.thw150{
	width:150px;
}
.t_fixed{
	table-layout: fixed;
}
.tmini{
	font-size:1.4rem;
}
/*------------------------------
フッターコンテンツ
--------------------------------*/
#foot_contents,#foot_banner{
	margin:50px 70px 0px 70px;
	text-align:center;
}
#foot_contents h3,#foot_banner h3{
	margin:0px 0px 0px 0px;
	font-size:1.8rem;
	font-weight:500;
	text-align:center;
	border-bottom:2px dotted #ccc;
	padding:0px 0px 20px 0px;
}
#foot_banner h3{
	margin:0px 0px 30px 0px;
}
#foot_contents h3:before,#foot_banner h3:before{
	display:block;
	content:'Contents';
	font-family: 'clementine sketch',sans-serif;
	color:#ccc;
	font-size:3.5rem;
	margin:0px 0px 10px 0px;
}
#foot_banner h3:before{
	content:'Banners';
}
ul#cont_horie{
	width:60%;
	height:400px;
	display:inline-block;
	background-image:url('../images/tensen01.png');
	background-repeat:no-repeat;
	background-position:center 50%;
	list-style:none;
	position:relative;
	margin:0px 0px 0px 0px;
	vertical-align: top;
}
#cont_horie li{
	position:absolute;
	width:232px;
	text-align:center;
}
#cont_horie li.ch_charm{
	left:20px;
	top:50px;
}
#cont_horie li.ch_around{
	left:0;
	right:0;
	top:80px;
	margin:0px auto 0px auto;
}
#cont_horie li.ch_spot{
	right:20px;
	top:50px;
}
#cont_horie li h4{
	font-size:1.8rem;
	font-weight:500;
	position:relative;
	margin: 0px 0px 30px 0px;
}
#cont_horie li h4 span{
	display:block;
	position:absolute;
	top:0px;
	left:0;
	right:0;
	margin: 0px auto 0px auto;
}
#cont_horie li h4:before{
	content:'Charm';
	font-family: 'CabinSketch',sans-serif;
	color:#efefef;
	font-size:3.5rem;
	position:absolute;
	top:0px;
	left:0px;
}
#cont_horie li h4.around:before{
	content:'Around';
}
#cont_horie li h4.spot:before{
	content:'Spot';
}
#cont_horie li p{
	line-height:150%;
	margin:10px 0px 0px 0px;
}
ul#cont_link{
	width:38%;
	height:400px;
	display:inline-block;
	background-image:url('../images/tensen02.png');
	background-repeat:no-repeat;
	background-position:center 50%;
	list-style:none;
	position:relative;
	margin:0px 0px 0px 0px;
	vertical-align: top;
}
#cont_link li{
	position:absolute;
	width:100px;
	height:100px;
}
#cont_link li.cl_move{
	left: 55px;
    top: 110px;
}
#cont_link li.cl_qa{
	left: 100px;
    top: 240px;
}
#cont_link li.cl_dic{
	left: 200px;
    top: 50px;
}
#cont_link li.cl_sim{
	left: 240px;
    top: 200px;
}
#cont_link li.cl_art{
	right: 40px;
    top: 80px;
}
#cont_link li a{
	display:block;
	width:100px;
	height:100px;
	border-radius:50%;
	background-color:#fff;
	box-shadow: 0px 0px 2px 2px #e2e2e2;
	text-align:center;
	font-size:1.2rem;
	line-height:130%;
	color:#000;
}
#cont_link li a img{
	display:block;
	margin:0px auto 5px auto;
	padding-top:12px;
}
#cont_link li.cl_move a img,#cont_link li.cl_sim a img{
	padding-top:18px;
}
.fb_box{
	display:inline-block;
	margin:5px;
}
@media screen and (max-width:1320px){
	#cont_link li.cl_dic{
		left:170px;
	}
}
@media screen and (max-width:1280px){
	ul#cont_horie {
		width: 80%;
	}
	ul#cont_link {
		width: 480px;
	}
}
/*------------------------------
フッター
--------------------------------*/
#footer{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#footer p.site_tex{
	text-align:center;
	line-height:150%;
	color:#666;
	margin:30px 0px 30px 0px;
	padding:0px 0px 0px 0px;
}
#foot_box{
	margin:0px 0px 0px 0px;
	padding:40px 75px 20px 75px;
	background-color:#8aa19a;
}
#foot_box h3{
	display:inline-block;
	width:62px;
	margin:0px 0px 0px 0px;
	padding:60px 30px 0px 0px;
	vertical-align:top;
}
#foot_box h3 img{
	display:block;
	width:100%;
	height:auto;
}
#foot_nav{
	display:inline-block;
	width:68%;
	vertical-align:top;
	margin:0px 0px 20px 0px;
}
#foot_box ul{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:20px;
	background-color:#fff;
	border-radius:10px;
	text-align:center;
}
#foot_box li{
	display:inline-block;
	width:22%;
	text-align:left;
	padding:15px 5px;
	text-align: center;
}
#foot_box li a{
	color:#666;
}
#foot_tnp{
	display:inline-block;
	margin:0px 0px 0px 30px;
	padding:15px 0px 0px 0px;
	text-align:center;
	color:#fff;
}
#foot_tnp p{
	font-size:1.2rem;
	margin:5px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
#foot_tnp span{
	display:block;
	font-size:3.0rem;
}
address{
	font-size:1.0rem;
	padding:15px 0px 15px 0px;
	margin:0px auto 0px auto;
	color:#666;
	text-align:center;
	letter-spacing:1px;
	line-height:140%;
}
@media screen and (max-width:1370px){
	#foot_nav{
		width:60%;
	}
}
@media screen and (max-width:1279px){
	#foot_box{
		text-align:center;
	}
	#foot_box h3{
		margin: 0px auto 30px auto;
		padding:0px;
	}
	#foot_nav{
		display:block;
		width:80%;
		margin:0px auto 0px auto;
	}
	#foot_tnp{
		margin:0px 0px 0px 0px;
		padding:30px 0px 0px 0px;
	}
}
#side_nav{
	position:fixed;
	bottom:0;
	top:0;
	right:20px;
	z-index:100;
	text-align:center;
	margin:auto 0px auto 0px;
	height:470px;
}
#side_nav a.sns{
	display:block;
	margin:10px auto 15px auto;
	font-size:2.6rem;
	color:#ccc;
}
#side_my,#side_mem,#foot_top{
	margin:15px auto 15px auto;
}
#side_my a,#side_mem a{
	font-size:1.2rem;
	color:#666;
	text-align:center;
	line-height:120%;
	padding-top:5px;
}
#side_my a i,#side_mem a i{
	display:block;
	font-size: 2.4rem;
    color: #65c2c2;
    margin-bottom: 5px;
}
#side_my a span,#side_mem a span{
	display:block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#side_my a i{
    color: #EEA73E;
}
#side_my a:hover,#side_mem a:hover,#side_my a:hover i,#side_mem a:hover i{
	color:#333;
}
#foot_top a{
	display:block;
	font-size:2.8rem;
	color:#ccc;
}
a.onfav{
	background-color:#EEA73E;
}

.yuru_ban{
	width:600px;
	height:auto;
	margin:10px auto;
}
.yuru_ban a:hover{
	opacity:0.7;
}
.yuru_ban img{
	width:100%;
	height:auto;
	box-shadow: 1px 1px 3px #ccc;
}
@media screen and (max-width:800px){
	.yuru_ban{
		width:100%;
	}
}