@charset   "UTF-8";
/* 全体

----------------------------------------------- */
html, body{
        position: relative;
        height: 100%;
}
body{
	margin: 0 auto;
	padding: 0;
	color: rgb(68, 68, 68);
	font-size: 85%;
	line-height: 150%;
	text-align: center;
	font-family: "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "ms pgothic", sans-serif;
	list-style-type: square;
	list-style-position: outside;
}

h1,h2,h3,h4,h5,ul,ul li,p,form{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

img{
	border: none;
	vertical-align: middle;
}

li img{
	line-height: 0;
}

.clear{
	clear: both;
}
.clearfix::after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.margin_none{
	margin:0 !important;
}
.padding_none{
	padding:0 !important;
	background:none !important;
}
.none{
	display:none;
}
.sp{
	display:none;
}
.flex{
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
}
.flex_wrap{
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:space-between;
}

/* 文字装飾・段落
----------------------------------------------- */

.box_left{
	float: left;
}

.box_right{
	float: right;
}

.box_navy{
	padding:15px;
	border:1px solid  #004986;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.center{
	text-align: center;
}

.red{
	color:red;
}

.orange{
	color:#ff8000;
}

.white{
	color: #fff;
}

.gunjo{
	color: #004986;
}

.mincho{
	font-family: "ＭＳ 明朝";
}

.bg_orange{
	padding:10px;
	background:#fcd5b4 !important;
}
.bg_orange2{
	padding:10px;
	background:#fcd5b4 !important;
	border: 1px solid #333;
}

.bg_denim{
	padding:10px;
	background: #32849c !important;
}

.bg_babyblue{
	padding:10px;
	background: #c5d9f1 !important;
	border: 1px solid #333;
}

.bg_yomogi{
	padding:10px;
	background: #d8e4be !important;
	border: 1px solid #333;
}

.bg_yomogi2{
	padding:10px;
	background: rgb(216, 228, 190) none repeat scroll 0% 0% !important;
}

.bg_yomogi3{
	padding:10px;
	background: #c4d79b !important;
	border: 1px solid #333;
}

.bg_beige{
	padding:10px;
	background: #fde9d9 !important;
	border: 1px solid #333;
}

.bg_beige2{
	padding: 2px 15px;
	background: #fde9d9 !important;
	border: 1px solid #333;
}

.bg_jasmin{
	padding:10px;
	background: #ccc0da !important;
}

.bg_jasmin2{
	padding:10px;
	background: #ccc0da !important;
	border: 1px solid #333;
}

.bg_yellow{
	padding:10px;
	background: #fef9cf !important;
	border: 1px solid #333;
}

.bg_yellow2{
	padding:10px;
	background: #fef9cf !important;
}

.bg_blue{
	padding:10px;
	background: #538ed5 !important;
	border: 1px solid #333;
	color: #fff;
}

.bg_pink{
	padding:10px;
	background: #ff99cc !important;
	border: 1px solid #333;
}

.bg_green{
	padding:10px;
	background: #339966 !important;
}

.font-normal{
	font-size: 13px;
}

.font-small{
	font-size: 11px;
}

.font-large{
	font-size: 16px;
}

/* テーブル
----------------------------------------------- */
.table + table,
.table_2 + table,
.table_3 + table,
.table_4 + table,
.table_2r + table,
.table_3r + table,
.table_4r + table{
	margin-top:-1em !important;
}
.table,
.table_2,
.table_3,
.table_4,
.table_2r,
.table_3r,
.table_4r{
	width:100%;
	margin:1em 0;
	border-collapse: reparate;
	border-spacing: 10px;
}
.table th, .table td,
.table_2 th, .table_2 td,
.table_3 th, .table_3 td,
.table_4 th, .table_4 td,
.table_2r th, .table_2r td,
.table_3r th, .table_3r td,
.table_4r th, .table_4r td{
	vertical-align:top;
}
.table_2 th,
.table_2 td,
.table_2r th,
.table_2r td{
	width:50%;
}
.table_3 th,
.table_3 td,
.table_3r th,
.table_3r td{
	width:33%;
}
.table_4 th,
.table_4 td,
.table_4r th,
.table_4r td{
	width:25%;
}
.table_2 th img, .table_2 td img,
.table_3 th img, .table_3 td img,
.table_4 th img, .table_4 td img,
.table_2r th img, .table_2r td img,
.table_3r th img, .table_3r td img,
.table_4r th img, .table_4r td img{
	max-width:100%;
	height:auto;
}
.table ul li,
.table_2 ul li,
.table_3 ul li,
.table_4 ul li,
.table_2r ul li,
.table_3r ul li,
.table_4r ul li{
	margin-left:0 !important;
	list-style-type:none !important;
}
.td_2{
	width:50% !important;
}
.td_3{
	width:33% !important;
}
.td_4{
	width:25% !important;
}
.td_2 img,
.td_3 img,
.td_4 img{
	max-width:100%;
	height:auto;
}
.bg-pink{
	background:#fff3f9;
	font-weight:bold;
}
/* ボーダーあり */
.table_b{
	width:100%;
	margin:1em 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
.table_b th{
	background:#eee;
}
.table_b th,
.table_b td{
	padding:7px 12px 5px !important;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
/* リスト一覧 */
h2 + .table_list,
h2 + .table_list_rent{
	margin-top:0em;
}
.table_list{
	width:100%;
	margin:1em 0;
	border-collapse: reparate;
	border-spacing: 5px;
	border:1px solid #004986;
	color:#004986;
}
.table_list th,
.table_list td{
	vertical-align:top;
}
.table_list .photo{
	width:40%;
}
.table_list .photo p{
	margin-top:0 !important;
}
.table_list .photo img{
	width:100%;
	height:auto;
}
.table_list .photo .link_detail{
	text-align:center;
}
.table_list .photo .link_detail img{
	width:auto;
}
.table_list .spec{
	width:60%;
}
.table_list .spec .title{
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
	font-size:150%;
}

/* .table_list_rent */
.table_list_rent{
	width:100%;
	margin:1em 0;
	border-collapse: reparate;
	border-spacing: 5px;
	border:1px solid #333;
}
.table_list_rent th,
.table_list_rent td{
	vertical-align:top;
}
.table_list_rent .photo{
	width:30%;
}
.table_list_rent .photo .link_detail{
	text-align:center;
}
.table_list_rent .photo .link_detail img{
	width:auto;
}
.table_list .madori{
	width:30%;
}
.table_list_rent .photo img,
.table_list_rent .madori img{
	width:100%;
	height:auto;
}
.table_list_rent .spec{
	width:40%;
	padding-left:1%;
}
.table_list_rent .spec .title{
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}
.table_list_rent .spec dl{
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}
.table_list_rent .spec dt{
	display:inline-block;
	width:25%;
	margin:0 3% 2px 0;
	padding:1%;
	background:#b7aa00;
	color:#fff;
	font-size:90%;
	text-align:center;
}
.table_list_rent .spec dd{
	display:inline-block;
	width:70%;
	margin:0 0 2px 0;
}

/* PC用各リスト一覧 */
.table_baibai th{
	background:#acd598;
	text-align:center;
}

/* リスト
----------------------------------------------- */
.list_btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin:1% 0 !important;
}
.list_btn li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width:100%;
	margin:0 0.5% !important;
	border-radius:5px;
	list-style-type:none !important;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.list_btn li a{
	display:block;
	width:100%;
	padding:20px 0;
	color:#fff;
	text-decoration:none;
}
.list_btn li a span{
	color:yellow;
}
.list_lblue li{
	background:#4bacc6;
}
.list_navy li{
	background:#376092;
}
.list_orange li{
	background:#ff9900;
}
.list_mgreen li{
	background:#77933c;
}

/* 本文
----------------------------------------------- */
/* 見出し */

#left h1.title{
	margin:0 !important;
	background:none;
	font-size: 18px;
}
#left h2.title{
	margin-top:2em;
	margin-bottom:0.5em;
	padding-bottom:10px;
	border-bottom:2px dashed #4bacc6;
	color:#5a3d1b;
	font-weight:bold;
}
#left h1{
	font-size: 18px;
	font-weight:bold;
}
#left h2{
	font-size: 18px;
}
#left h2:first-child{
	margin-top:0 !important;
}
#left h3{
	margin:1em 0;
	padding-left:25px;
	background : url(midashi.gif) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
	font-weight:bold;
}
#left h4{
	margin:1em 0;
	font-weight:bold;
}
#left p{
	margin: 10px 0;
}
#left > p{
	margin: 10px 1em !important;
}
#left > p.margin_none{
	margin:0 !important;
}
#left ul li{
	margin-left:1.5em;
	list-style-type:circle;
}

/* パンくず */
.pankuzu{
	margin-bottom: 15px;
	padding: 3px 7px;
	background: #f0f0f0;
	font-size: 11px;
}

.pankuzu li{
	float: left;
	margin-right: 10px;
}

/* ページリンク */
.page_link{
	clear: both;
	margin-top: 10px;
}

.page_link li{
	float: left;
	text-align: center;
	padding: 5px;
	margin-right: 5px;
	width: 6em;
	border: 1px solid #aaa;
	list-style-type:none !important;
}

.page_link li.idea{
	width: 11em;
}

.page_link li a{
	display: block;
	text-decoration: none;
}

.page_link li:hover{
	background: #f0f0f0;
}

.page_link2{
	clear: both;
	margin-top: 10px;
}

.page_link2 li{
	float: right;
	text-align: center;
	padding: 5px;
	margin-right: 5px;
	width: 8em;
	border: 1px solid #aaa;
	list-style-type:none !important;
}

.page_link2 li a{
	display: block;
	text-decoration: none;
}

.page_link2 li:hover{
	background: #f0f0f0;
}

/* フォーム */
textarea{
	width:100%;
}
form label.other{
	display:block;
}
form .submit{
	width:120px;
	height:80px;
	margin-top:1em;
	margin-right:1em;
	background : url(submit2.gif) 50% 100% / auto auto no-repeat scroll padding-box border-box transparent;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
}
form .reset{
	width:120px;
	height:80px;
	margin-top:1em;
	margin-left:1em;
	background : url(reset2.gif) 50% 100% / auto auto no-repeat scroll padding-box border-box transparent;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
}

/* サイドバー
----------------------------------------------- */
#right ul.list_right,
#right ul.list_right_2{
	margin: 10px;
	text-align: left;
}

#right ul.list_right > li,
#right ul.list_right_2 > li{
	margin-bottom: 7px;
	padding-left: 20px;
	background : url(midashi-2.gif) 0px 3px / auto auto no-repeat scroll padding-box border-box transparent;
}
#right ul.list_right > li > ul > li,
#right ul.list_right_2 > li > ul > li{
	margin-left:1em;
	list-style-type:circle;
	font-size:12px;
}

/* ヘッダー
----------------------------------------------- */
h1#top{
	padding-left: 10px;
	background: #dfdfdf;
	font-size: 12px;
	text-align: left;
}
#header ul li,
#header2 ul li{
	float: left;
}
/* ナビ
----------------------------------------------- */
#global_nav ul{
	border-top: 2px solid #ff6699;
	border-right: 2px solid #ff6699;
}
#global_nav ul li{
	float: left;
	width:10%;
	background:#fff;
	font-size:110%;
	text-align:center;
}

#global_nav ul li a{
	display:block;
	padding:7px 0;
	border-left: 2px solid #ff6699;
	border-bottom: 2px solid #ff6699;
	color:#ff6699;
	font-weight:bold;
	text-decoration:none;
}

/* フッター
----------------------------------------------- */

#footer a{
	color: #444;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

.bottom{
	clear: both;
	padding: 3px;
	background: #ffc4e1;
	font-size: 10px;
}

.bottom a{
	text-decoration: none;
}

.bottom a:hover{
	text-decoration: underline;
}

address{
	padding: 10px;
	text-align: left;
	font-style: normal;
}

/* TOP
----------------------------------------------- */
.inner_flex{
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	width:100%;
	margin-bottom:15px;
}

/* .swiper-container */
.swiper-container{
        width: 100%;
        height: 100%;
}
.swiper-wrapper{
	margin:0 !important;
}
.swiper-slide{
	margin:0 !important;
	padding:0 !important;
        text-align: center;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.swiper-container.sp{
	margin:15px 0;
}
.swiper-container.sp .swiper-slide img{
	width:100%;
	height:auto;
}

/* #main_image */
#main_image{
	margin-bottom:15px;
	text-align:center;
}

/* #category_group */
#category_group{
	margin-bottom:15px;
}
#category_group td{
	padding:3% 0;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	line-height:1;
}
#category_group td#box_rental{
	background:#8fc31f;
	background-image: linear-gradient(to top, #8fc31f 0%, #5fba47 100%);
}
#category_group td#box_sell{
	background:#ec6941;
	background-image: linear-gradient(to top, #ec6941 0%, #eb6100 100%);
}
#category_group td#box_build{
	background:#920783;
	background-image: linear-gradient(to top, #920783 0%, #9b035b 100%);
}
#category_group td a{
	display:block;
	color:#fff;
	text-decoration:none;
}
#category_group td a span{
	display:block;
	padding-top:5px;
	font-size:12px;
}

/* #search_group */
#search_group{
	float:left;
	width:45%;
	margin-right:2%;
}
#search_group h1{
	margin-bottom:0.5em;
	padding:10px 0 10px 40px;
	background : url(ico_search.png) 0% 50% / auto auto no-repeat scroll padding-box border-box transparent;
	border-top:1px solid #7d6446;
	border-bottom:1px solid #7d6446;
	color:#5a3d1b;
	font-weight:bold;
	font-size:18px;
}
#search_group .inner{
	padding:2%;
	background:#ffd7d7;
}
#search_group .box_left{
	width:50%;
}
#search_group ul li{
	margin:7px 0 0 0;
	list-style-type:none;
}
#search_group ul li ul li{
	margin-left:1em;
}
#search_group ul li a{
	display:block;
	padding:7px;
	background:#ffffd9;
	background-image: linear-gradient(to top, #ffffb9 0%, #ffffd9 100%);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	border-radius:5px;
	color:#18375e;
	font-weight:bold;
	text-decoration:none;
}
#search_group ul li ul li a{
	background:#fff;
}
#search_group ul li.half{
	float:left;
	width:48%;
	margin-right:2%;
}

/* #news_group */
#news_group{
	position: relative;
	float:right;
	width:50%;
	padding:10px 5px;
	background-color: #fff6dd;
	font-size:12px;
}
#news_group::after{
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 24px 24px 0;
	border-style: solid;
	border-color: #fff #fff #fed255 #fed255;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
#news_group h1{
	margin-bottom:1em;
	padding:0;
	background:none;
	text-align:center;
}
#news_group #news_contents{
	min-height:150px;
}
#news_group #news_contents table{
	margin-top:0 !important;
}
#news_group #news_contents tr{
	display:none;
}
#news_group #news_contents tr:first-child,
#news_group #news_contents tr:nth-child(2),
#news_group #news_contents tr:nth-child(3),
#news_group #news_contents tr:nth-child(4){
	display:block;
}
#news_group #news_contents td{
	vertical-align:top;
}

/* #osusume_group */
#osusume_group{
	margin-bottom:15px;
}
#osusume_group h1{
	padding:10px 0 10px 40px;
	background : url(ico_osusume.png) 0% 50% / auto auto no-repeat scroll padding-box border-box transparent;
	border-top:1px solid #7d6446;
	border-bottom:1px solid #7d6446;
	color:#5a3d1b;
	font-weight:bold;
	font-size:18px;
}
#osusume_group h1 + table{
	margin-top:0;
}
#osusume_group td{
	padding:0 !important;
	/* background:url(../img/bg_osusume.png); */
	border:2px solid #8fc31f;
}
#osusume_group h2{
	margin:5%;
	padding:10px 0 5px;
	border-bottom:1px solid #8fc31f;
	font-weight:bold;
}
#osusume_group p{
	margin:5%;
}
#osusume_group .photo{
	height:156px;
	overflow:hidden;
}
#osusume_group .photo img{
	width:100%;
	height:auto;
}
#osusume_group .price{
	padding:7px;
	background:#f9d814;
	border-radius:3px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:1;
}
#osusume_group .comment{
}
#osusume_group .detail{
	margin:5% 0 0 0;
	padding:5% 2%;
	background:#8fc31f;
	text-align:center;
}
#osusume_group .detail img{
	max-width:180px;
}
#osusume_group .ico_apart{
	display:inline-block;
	margin-right:1em;
	padding:4px 2px 2px;
	background:#fff;
	border:1px solid #a40000;
	color:#a40000;
	font-size:10px;
}
#osusume_group .ico_maisonnette{
	display:inline-block;
	margin-right:1em;
	padding:4px 2px 2px;
	background:#fff;
	border:1px solid #6a005f;
	color:#6a005f;
	font-size:10px;
}
#osusume_group .ico_kodate{
	display:inline-block;
	margin-right:1em;
	padding:4px 2px 2px;
	background:#fff;
	border:1px solid #009e96;
	color:#009e96;
	font-size:10px;
}

/* #tokusyu_group */
#tokusyu_group{
	margin-bottom:15px;
}
#tokusyu_group h1{
	margin-bottom:0.5em;
	padding:10px 0 10px 40px;
	background : url(ico_tokusyu.png) 0% 50% / auto auto no-repeat scroll padding-box border-box transparent;
	border-top:1px solid #7d6446;
	border-bottom:1px solid #7d6446;
	color:#5a3d1b;
	font-weight:bold;
	font-size:18px;
}
#tokusyu_group .inner{
	padding:2%;
	background:#ebf1de;
}
#tokusyu_group .box{
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	width:30%;
	margin-bottom:20px;
	padding:5px;
	background:#fff;
}
#tokusyu_group .text{
	width:55%;
}
#tokusyu_group .text h2 a{
	color:#333;
	font-size:13px;
}
#tokusyu_group .text p{
	font-size:11px;
	line-height:1.2;
}
#tokusyu_group .photo{
	width:40%;
}
#tokusyu_group .photo img{
	width:100%;
	height:auto;
	border:1px solid #ccc;
}
#tokusyu_group .link_other{
	width:100%;
}

/* #chikuasa_group */
#chikuasa_group{
	width:97%;
	margin-bottom:15px;
	padding:1.5%;
	background:#ffffbf;
	text-align:center;
}
#chikuasa_group iframe{
	margin:0 auto;
}
#chikuasa_group a{
	color:#000;
}

/* #thismonth_group */
#thismonth_group{
	width:100%;
	margin-bottom:15px;
	text-align:center;
}
#thismonth_group iframe{
	margin:0 auto;
}

/* #bumon_group */
#bumon_group{
	margin-bottom:15px;
}
#bumon_group h1{
	margin:15px 0 0.25em 0;
	padding:10px 0;
	border-top:1px solid #7d6446;
	border-bottom:1px solid #7d6446;
	color:#5a3d1b;
	font-weight:bold;
	font-size:18px;
}
#bumon_group h1 + table{
	margin-top:0;
}
#bumon_group td{
	width:50%;
	padding:3% 0;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	line-height:1;
}
#bumon_group td#box_kenchiku{
	background:#0075a9;
	background-image: linear-gradient(to top, #0075a9 0%, #0067a9 100%);
}
#bumon_group td#box_fudousan{
	background:#009e96;
	background-image: linear-gradient(to top, #009e96 0%, #00928b 100%);
}
#bumon_group td a{
	display:block;
	color:#fff;
	text-decoration:none;
}
#bumon_group td a span{
	display:block;
	padding-top:5px;
	font-size:12px;
}
/* #keisai_group */
#keisai_group{
	margin-bottom:15px;
}
#keisai_group h1{
	margin:15px 0 0.5em 0;
	padding:10px 0;
	border-top:1px solid #7d6446;
	border-bottom:1px solid #7d6446;
	color:#5a3d1b;
	font-weight:bold;
	font-size:18px;
}


@media screen and ( max-width:490px ){
	body{
		margin-bottom:80px;
	}
	.pc{
		display:none !important;
	}
	.sp{
		display:block;
	}

	/* table
	----------------------------------------------- */
	.table,
	.table_2,
	.table_3,
	.table_4{
		border-collapse: collapse;
		border-spacing: 0px;
	}
	.table th,
	.table td,
	.table_2 th,
	.table_2 td,
	.table_3 th,
	.table_3 td,
	.table_4 th,
	.table_4 td{
		display:block;
		padding:5px 0;
	}
	.table_2 th,
	.table_2 td,
	.table_3 th,
	.table_3 td,
	.table_4 th,
	.table_4 td{
		width:100%;
	}
	.td_2{
		display:inline-block !important;
		width:47% !important;
		padding:1% !important;
	}
	.td_3{
		display:inline-block !important;
		width:30% !important;
		padding:1% !important;
	}
	.td_4{
		display:inline-block !important;
		width:47% !important;
		padding:1% !important;
	}
	/* リスト一覧 */
/*
	.table_list .photo,
	.table_list .spec{
		display:block;
		width:100%;
	}
*/
	.table_list .spec{
		padding-top:0 !important;
		vertical-align:top;
	}
	.table_list .spec .title{
		font-size:100%;
	}

	/* リスト
	----------------------------------------------- */
	.list_btn{
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.list_btn li{
		width: 49%;
		margin-bottom:3px !important;
	}
	.list_btn li a{
		padding:7px;
		font-size:85%;
	}

	/* #header
	----------------------------------------------- */
	#header #site_id{
		height:55px;
	}
	#header img{
		height:50px;
		width:auto;
	}
	#header ul li.sp{
		width:100%;
		padding:5px 0;
		background:#ffb5da;
		text-align:center;
	}
	
	/* #global_nav
	------------------------------ */
	#global_nav ul{
		width: 100%;
		margin: 0;
		background-image:none;
		border:none;
		z-index:200;
	}
	#global_nav li{
		float:none;
		width:100% !important;
		height:auto;
		list-style-type:none;
	}
	#global_nav li a{
		width:100%;
		height:auto;
		text-indent:0;
	}
	#global_nav li#home{
		background-image:none;
	}
	#global_nav li#tenpo{
		background-image:none;
	}
	#global_nav li#menu{
		background-image:none;
	}
	#global_nav li#staff{
		background-image:none;
	}
	#global_nav li#contest{
		background-image:none;
	}
	#global_nav li#blog{
		background-image:none;
	}
	#global_nav li#nansei{
		background-image:none;
	}
	#global_nav li#access{
		background-image:none;
	}
	#global_nav li#contact{
		background-image:none;
	}
	.spmenu_btn{
		display:block;
		position:absolute;
		top:35px;
		right:10px;
		width:30px;
		height:22px;
		background:#000;
		border-top:10px solid #fff;
		border-bottom:10px solid #fff;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.spmenu_btn::before{
		content:'';
		position:absolute;
		width:30px;
		height:2px;
		background:#000;
		top:-9px;
		right:0;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.spmenu_btn::after{
		content:'';
		position:absolute;
		width:30px;
		height:2px;
		background:#000;
		bottom:-9px;
		right:0;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.spmenu_btn.active{
		background:#FFF;
	}
	.spmenu_btn.active::before{
		-moz-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
		top:0;
		right:0;
	}
	.spmenu_btn.active::after{
		-moz-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
		bottom:0;
		right:0;
	}
	 
	.spmenu{
		display:none;
		position:absolute;
		top:105px;
		left:0;
		width:100%;
		background:#000;
		z-index:100;
	}
	.spmenu ul{
		display:block;
		width:100%;
		margin:0 auto;
	}
	.spmenu ul li a{
		display:block;
		position:relative;
		width:100%;
		padding:1em;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		border-bottom:1px solid #ff6699 !important;
		border-top:none !important;
		border-left:none !important;
		border-right:none !important;
		background:#fff;
		color:#fff;
	}
	#global_nav ul li ul.children{
		display:block;
		height:auto;
	}
	#global_nav ul li ul.children li a{
		padding:0.5em 2em;
		background:#ff6699;
		color:#fff;
	}
	
	/* #left
	----------------------------------------------- */
	#left > p{
		margin: 10px 0 !important;
	}
	#left p{
		margin-left:0;
		margin-right:0;
	}
	#left table img,
	#left p img{
		max-width:100%;
		height:auto;
	}
	#left iframe{
		width:100%;
		height:auto;
		min-height:300px;
	}

	/* 本文
	----------------------------------------------- */
	.pankuzu{
		margin-bottom: 0;
	}
	/* 連絡 */
	#box_inquiry ul{
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: flex;
		margin:1.5% 0;
	}
	#box_inquiry ul li{
		width:36%;
	}
	#box_inquiry ul li:nth-child(2){
		border-right:1px solid #fff;
		border-left:1px solid #fff;
	}
	#box_inquiry ul li:nth-child(3){
		width:28%;
	}
	#box_inquiry ul li a{
		display:block;
		padding:10px 3px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	#box_inquiry ul li a img{
		height:20px;
		width:auto;
		margin-bottom:3px;
	}
	/* フォーム */
	input[type="text"]{
		opacity: 1;
		width:80%;
		font-size: 16px;
		scale(0.8);
	}
	textarea{
		font-size: 16px;
		scale(0.8);
	}
	form label{
		display:block;
	}

	/* サイドバー
	----------------------------------------------- */
	#right a{
		text-decoration:none;
	}
	#right ul.list_right{
		margin: 10px 0;
	}
	#right ul.list_right > li{
		margin-bottom: 0;
		padding-left: 0;
		background: none;
	}
	#right ul.list_right li > a{
		display:block;
		padding:7px;
		background:#fff3f9;
		border-bottom:1px solid #ccc;
	}
	#right ul.list_right_2{
		margin:10px 0;
		border-top:1px solid #ff80ba;
	}
	#right ul.list_right_2 > li{
		margin-bottom: 0;
		padding-left:0;
		background:none;
	}
	#right ul.list_right_2 > li > a{
		display:block;
		padding:7px;
		background:#fff;
		border-bottom:1px solid #ff80ba;
		color:#e5004f;
	}
	#right ul.list_right_2 > li > ul > li{
		margin-left:0;
		list-style-type:none !important;
	}
	#right ul.list_right_2 > li > ul > li > a{
		display:block;
		padding:7px;
		background:#fff3f9;
		border-bottom:1px solid #ccc;
		color:#000;
	}

	/* TOP
	----------------------------------------------- */
	.inner_flex{
		display:block;
	}

	/* #search_group */
	#search_group{
		float:none;
		width:100%;
		margin-right:0%;
		margin-bottom:15px;
	}
	#search_group .inner{
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: flex;
		justify-content:space-between;
	}
	#search_group .box_left{
		float:none;
		width:50%;
	}
	#search_group .box_right{
		float:none;
		width:50%;
	}
	#search_group .box_right img{
		width:90%;
		height:auto;
	}

	/* #news_group */
	#news_group{
		float:none;
		width:96%;
		padding:2%;
		font-size:100%;
	}
	#news_group h1 img{
		width:80%;
		height:auto;
	}

	/* #osusume_group */
	#osusume_group td{
		position:relative;
		padding-bottom:10px;
	}
	#osusume_group h1{
		margin-bottom:0.5em;
	}
	#osusume_group h2{
		font-size:100%;
	}
	#osusume_group p{
		margin:0 5%;
	}
	#osusume_group .photo{
		float:left;
		width:40%;
		height:auto;
	}
	#osusume_group .price{
		clear:both;
		margin-bottom:5%;
	}
	#osusume_group .detail{
		position:absolute;
		top:5%;
		right:5%;
		width:40%;
		margin:0;
		padding:0;
		background:none;
	}
	#osusume_group .detail img{
		width:100%;
		height:auto;
	}

	/* #tokusyu_group */
	#tokusyu_group .inner{
		padding:5%;
	}
	#tokusyu_group .box{
		width:45%;
		margin-bottom:10px;
	}
	#tokusyu_group p{
		display:none;
	}
	#tokusyu_group .text{
		display:block;
		width:auto;
	}
	#tokusyu_group .photo{
		display:block;
		width:auto;
	}

}