@charset "EUC-JP";
/*------------------------------
基本
--------------------------------*/
html{
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: aliased;
	font-size: 62.5%;
}
body{
	font-family:"ShinGoPro", 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:1500px;
	box-sizing:border-box;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	height:auto;
	overflow: hidden;
	position:relative;
}
#contents{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	height:auto;
	scroll-behavior: smooth;
}
#maincontents{
	margin:120px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#main{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
@media screen and (max-width:1499px){
	#container {
		width:100%;
	}
}
@media screen and (max-width:640px){
	#maincontents{
		margin:95px 0px 0px 0px;
	}
}
/*------------------------------
パンくず
--------------------------------*/
.breadcrumbs__wrapper {
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
}
.breadcrumbs {
	margin:auto;
	line-height:50px;
}
.breadcrumbs ul {
	display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.breadcrumbs li {
	padding-right:10px;
	font-size:1.4rem;
}
.breadcrumbs li:not(:last-child) {
	position:relative;
	padding-right:10px;
}
.breadcrumbs li:not(:last-child)::after {
	font-family: 'webfont';
	font-weight: 900;
    content: '\e944';
	display: inline-block;
	margin-left:10px;
}
@media screen and (max-width:1499px){
	.breadcrumbs__wrapper {
		margin:10px 0px 10px 20px;
	}
}
@media screen and (max-width:1023px) {
	.breadcrumbs__wrapper {
		width:100%;
	}
	.breadcrumbs {
	padding:0px;
	}
	.breadcrumbs ul {
		display:block;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
	}
	.breadcrumbs li {
		display:inline;
		padding-right:10px;
		flex: 0 0 40%;
	}
}
@media screen and (max-width:480px){
	.breadcrumbs__wrapper {
		margin:10px;
	}
	.breadcrumbs ul {
		width: 100%;
		line-height: 150%;
		white-space: unset;
		margin-bottom:10px;
	}
}
/*------------------------------
基本
--------------------------------*/
#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%;
}

/*------------------------------
共通
--------------------------------*/
.red{
	color:#ff0000;
}
.orange{
	color:#e9482e;
}
.black{
	color:#000;
}
.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%;
}
.contact_btn{
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.c_img_m{
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.c_img_m img{
	width:100%;
	height:auto;
}
@media screen and (max-width:1000px){
	#newyear_banner{
		width:100%;
	}
}
@media screen and (max-width:640px){
	.contact_btn{
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
	}
	.contact_btn br{
		display:none;
	}
	.img_ps img{
		width:97%;
		height:auto;
	}
}
/*------------------------------
テーブル01
--------------------------------*/
.table01{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	font-size:1.6rem;
	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;
	line-height:140%;
}
.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%;
	background-color:#fff;
	text-align:left;
}
.table01 td.td_c{
	text-align:center;
}
.taw400{
	width:400px;
	margin:0px auto 0px auto;
}
.taw600{
	width:600px;
	margin:0px auto 0px auto;
}
.taw800{
	width:800px;
	margin:0px auto 0px auto;
}
.thw80{
	width:80px;
}
.thw150{
	width:150px;
}
.thw35{
	width:35%;
}
.tdw65{
	width:65%;
}
.t_fixed{
	table-layout: fixed;
}
.tmini{
	font-size:1.4rem;
}
@media screen and (max-width:800px){
	.taw800{
		width:100%;
		margin:0px 0px 0px 0px;
	}
}
@media screen and (max-width:480px){
	.taw600{
		width:100%;
		margin:0px 0px 0px 0px;
	}
	.table01 th,.table01 td{
		display:block;
		width:100%;
		box-sizing:border-box;
		margin:0px 0px 0px 0px;
		text-align:center;
	}
	.table01 td img{
		width:100%;
		height:auto;
	}
}
@media screen and (max-width:480px){
	.taw400{
		width:100%;
		margin:0px 0px 0px 0px;
	}
}
/*------------------------------
ボタン
--------------------------------*/
a.base_btn,a.base_btn_act{
	font-family:"SpaceGrotesk", sans-serif;
	display: inline-block;
    padding:12px 60px 12px 30px;
    text-decoration: none;
    color: #f5c51d;
	font-size:2.2rem;
	background-image: url(../images/y_icon_over.png);
    background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
	margin:0px 0px 0px 0px;
}
a.base_btn2,a.base_btn2_act{
	display:inline-block;
	padding:5px 12px;
    text-decoration: none;
    background: #333;
    color: #fff;
	font-size:1.4rem;
	font-weight:700;
	cursor:pointer;
	border-radius:3px;
	border:none;
	margin:0px auto 7px auto;
	vertical-align:top;
	box-shadow:1px 2px 1px #999;
	text-align:left;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
}
a:hover.base_btn2,a.base_btn2_act,a:hover.base_btn2 i{
	background: #666;
	box-shadow:none;
	margin-top:1px;
}
a.base_btn3{
	display: inline-block;
	padding:5px 8px;
	margin:3px 5px 0px 5px;
    text-decoration: none;
    background: #fff;/*ボタン色*/
	box-shadow: 0px 0px 2px 2px #e2e2e2;
	color: #000;
	font-size:1.4rem;
    border-radius:3px;
	cursor:pointer;
}
a:hover.base_btn3,a.act2{
	background: #333;/*ボタン色*/
	color:#fff;
}
/*------------------------------
エントリー独自
--------------------------------*/

#de_box{
	width:820px;
	padding:0px;
	margin:0px auto 0px auto;
}
.detime{
	padding:0px;
	margin:0px 0px 15px 0px;
	position:relative;
	font-size:1.6rem;
}
.desta{
	width:200px;
	position:absolute;
	top:-10px;
	right:120px;
	font-family:"SpaceGrotesk", sans-serif;
	font-size:2.0rem;
	color:#000;
	text-align:right;
	font-weight: 700;
}
.detype{
	display:block;
	position:absolute;
	top:-10px;
	right:0px;
}
#main h4.de{
	clear:both;
	font-size:4.5rem;
	font-weight:900;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:140%;
	background: unset;
	box-shadow: unset;
	color:#000;
}
.dec_box,#main p{
	margin: 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.8rem;
	line-height:180%;
	position:relative;
}
#main p{
	padding: 0px 0px 30px 0px;
}
.filter_logo{
	display: block;
    height: auto;
    position: relative;
	pointer-events: none;
}
.filter_logo span{
	width: 110px;
    height: 110px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0.5;
}
.dec_box img,#main p img{
	width:100%;
	height:auto;
}
.dec_box img.dec_img{
	background-image: url(../images/filter_logo);
    background-repeat: no-repeat;
	background-position:center middle;
	z-index:999;
}
.dec_box h5,#main h5{
	clear:both;
	font-size:2.8rem;
	font-weight:700;
	margin: 20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	line-height:140%;
	background: unset;
	box-shadow: unset;
	border-bottom:2px dotted #000;
}
#main h5::after{
	display:none;
}
#main p.de_tag{
	margin: 15px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.6rem;
}
#main p.de_tag a{
	display:inline-block;
	margin: 0px 5px;
	text-decoration:underline;
	color:#000;
}
#main p.de_tag a:hover{
	opacity:0.6;
}
.dem_img{
	width:100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position:relative;
	pointer-events: none;
}
.dem_img img{
	display:block;
	width:100%;
	height:auto;
}
.dem_img i{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	font-size:5rem;
	color:#e9482e;
}
.dem_img span{
	width: 110px;
    height: 110px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0.5;
}
.decont{
	display:block;
	position:absolute;
	top:-30px;
	right:15px;
}
.de_table{
	margin-top:50px;
}
.de_table2{
	margin-bottom:30px;
}
.table01 td{
	text-align:left;
}
.table01 td.td_c{
	text-align:center;
}
.table01 td.td_c img{
	display:block;
	width:auto;
	max-width:100%;
	height:auto;
	margin:auto;
}
a.base_btn3{
	padding:10px 30px 10px 30px;
	font-size:1.8rem;
}
a.de_line{
	background-color:#0BB43B;
	color:#fff;
}
.bk_n{
	display:inline-block;
	margin:0px 0px 0px 0px;
}
.bk_n i{
	font-size:2.2rem;
	color:#e9482e;
}
@media screen and (max-width: 912px){
	#de_box{
		width:90%;
		padding:0px;
		margin:0px 15px 0px auto;
	}
}
@media screen and (max-width:640px){
	#de_box{
		width:92%;
		margin:0px auto 0px auto;
	}
	#main h4.de{
		zoom:80%;
	}
}
@media screen and (max-width:540px){
	a.base_btn3{
		margin-bottom:10px;
	}
	#main h4.de{
		font-size:3.5rem;
	}
	.dec_box h5,#main h5{
		font-size:2.2rem;
	}
	.detime{
		padding:0px 0px 30px 0px;
	}
	.desta,.detype{
		top:20px;
	}
}
strong.de_no{
	font-size:2.6rem;
	color:#ff6600;
}
span.de_no_span{
	display: block;
    line-height: 140%;
    font-size: 1.2rem;
    margin-top: 5px;
}


.bkde_box{
	padding:0px 0px 15px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
}
#main h3.bkde_h3{
	padding:0px 0px 8px 0px;
	margin:10px 0px 10px 0px;
	font-size:2.4rem;
	font-weight:700;
	border-bottom:2px dotted #333;
}
#main p.bkde_p{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:2.8rem;
	font-weight:700;
}
#main p.bkde_p2{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:1.7rem;
	font-weight:500;
}
#main p.bkde_p2 span{
	display:block;
}
.bksf_box{
	padding:20px;
	background-color:#efefef;
	margin:0px 0px 20px 0px;
}
.bksf_box span.bksf_k{
	display:none;
}
.bksf_img{
	width:120px;
	height:120px;
	display:inline-block;
	border-radius: 50%;
	border:1px solid #ccc;
}
.bksf_img a:hover{
	opacity:0.7;
}
.bksf_img img{
	width:100%;
	height:100%;
	border-radius: 50%;
	object-fit: cover;
}
#main p.bksf_p{
	display: inline-block;
    width: 82%;
    font-size: 1.6rem;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 1.5%;
    vertical-align: top;
}
#main p.bksf_p a{
	display:block;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
	font-size:2.4rem;
	font-weight:500;
	color:#333;
}
#main p.bksf_p a:hover{
	color:#ccc;
}
.de_sns{
	position: fixed;
    top:40%;
    left:20px;
    width: 60px;
    color: #333;
}
.de_sns span{
	display:block;
	font-size:1.6rem;
	margin-bottom:8px;
	transform: scale(0.8, 1);
	font-family: "Barlow", sans-serif;
	margin-left:-8px;
}
.de_sns a{
	display:block;
	font-size:3.2rem;
	margin-bottom:8px;
}
.de_sns a:hover{
	opacity:0.7;
}
.de_sns a i.wicon-facebook{
	color:#4C66AD;
}
.de_sns a i.wicon-twitter{
	color:#5D9DF0;
}
.de_sns a i.wicon-line{
	color:#02B901;
}
.bk_req{
	position: fixed;
	display: flex;
	left: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(100%);
	height:65px;
	box-sizing: border-box;
	box-shadow: 0px -8px 14px 0px rgb(46 26 14 / 10%);
	background-color: #fff;
	transition: all .5s;
	padding-top: 10px;
}
.bk_active{
	transform: translate(0);
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.bk_req_b{
	width:auto;
	margin:0px auto;
}
a.de_req{
	color: #fff;
	background-color: #333;
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 8px;
	position: relative;
	padding: 12px 15px 10px 48px;
}
a.de_req img{
	position: absolute;
	left: 15px;
	top: 7px;
	display: inline-block;
}
a.de_req img.res{
	top: 9px;
}
@media screen and (max-width: 912px){
	.de_sns{
		left:10px;
	}
	#main p.bksf_p{
		width: 78%;
	}
}
@media screen and (max-width:640px){
	.de_sns{
		display:none;
	}
	#main p.bksf_p{
		width: 70%;
	}
}
@media screen and (max-width:540px){
	.bkde_box{
		zoom:90%;
	}
	.bksf_box{
		zoom:80%;
	}
	#main p.bkde_p2 span{
		zoom:120%;
	}
}
@media screen and (max-width:480px){
	.bk_active{
		zoom:85%;
	}
}
@media screen and (max-width:430px){
	.bkde_box{
		zoom:80%;
	}
	.bksf_img{
		display:block;
		margin:0px auto 15px auto;
	}
	.bksf_box span.bksf_k{
		display:block;
		font-size: 1.6rem;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 15px 0px;
		text-align:center;
	}
	.bksf_box span.bksf_k2{
		display:none;
	}
	#main p.bksf_p{
		display:block;
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		text-align:center;
	}
	#main p.bkde_p2 span{
		zoom:140%;
	}
	.iphone #main h3.bkde_h3 {
		font-size: 2.0rem;
	}
	.iphone #main p.bkde_p {
		font-size: 2.2rem;
	}
	.iphone #main p.bkde_p2 {
		font-size: 1.6rem;
	}
	.iphone #main p.bkde_p2 span {
		font-size: 1.4rem;
	}
	.iphone a.de_req{
		font-size:1.6rem;
	}
}
@media screen and (max-width:395px){
	.bk_active{
		zoom:75%;
	}
	.iphone a.de_req{
		font-size:1.4rem;
		padding: 12px 15px 10px 40px;
	}
	.iphone a.de_req img{
		width:20px;
		height:auto;
	}
}
@media screen and (max-width:360px){
	.bk_active{
		zoom:70%;
	}
}
/*------------------------------
ヘッダー
--------------------------------*/
#header{
	background-color:#333;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:90px;
	box-sizing:border-box;
	z-index:999;
}
.header{
	position: relative;
	text-align: right;
}
#gnav{
    text-align: right;
    position: relative;
}
#header h1{
	display: inline-block;
    font-family: "Barlow", sans-serif;
    font-size: 4.8rem;
	position:absolute;
	top:20px;
	left:20px;
    color: #fff;
	z-index:998;
}
#header h1 a{
	color:#fff;
}
#header h1 a:hover{
	opacity:0.7;
}
#header p.htex_p{
	display:none;
}
@media screen and (max-width:640px){
	#header h1.mob{
		font-size:3.6rem;
		top:15px;
	}
	#header{
		height:65px;
	}
}
/*------------------------------
ヘッドメニュー（スマホ用）
--------------------------------*/
.menu-btn {
	position: fixed;
	top: 0px;
	right: 0px;
	display: flex;
	height: 65px;
	width: 65px;
	justify-content: center;
	align-items: center;
	z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #fff;
	position: absolute;
	transition: all 300ms 0s ease;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check {
	display: none;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	transition: all 300ms 0s ease;
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
	background-color: #ccc;
	transition: all 300ms 0s ease;
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
	background-color: #ccc;
	transition: all 300ms 0s ease;
}
.menu-content {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	position: fixed;
	top: 0;
	top: -100%;
	z-index: 80;
	background-color:#333;
	color: #222;
	transition: all 500ms 0s ease;
	text-align:left;
}
#menu-btn-check:checked ~ .menu-content {
	top: 65px;/*メニューを画面内へ*/
}
.menu-content ul.hm_ul{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.menu-content ul.hm_ul li{
	font-size:2.0rem;
	font-weight:500;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
}
.menu-content ul.hm_ul li span{
	display:inline-block;
	font-size:1.2rem;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}
.menu-content ul.hm_ul li a{
	color:#fff;
}
.menu-content ul.hm_ul li a:hover{
	color:#ccc;
}
details.hm_menu {
	margin:0px 0px 0px 0px;
	padding: 0;
}
	/*ボタン装飾*/
details.hm_menu summary{
	display:block;
	list-style: none;
	padding:0px ;
	font-weight: bold;
	font-size:2.0rem;
	border-radius: 5px;
	cursor :pointer;
	transition: .5s;
	color:#fff;
	line-height:130%;
	border: none;
	position:relative;
}
details.hm_menu summary::-webkit-details-marker {
  display: none;
}
	/*アイコンを表示*/
details.hm_menu summary:after {
	display: inline-block;
	content: '+';
	margin-left: 15px;
	transition: 0.2s;
	font-size:2.0rem;
	color: #fff;
	position:absolute;
	right:0px;
}
details.hm_menu summary:hover:before,details.hm_menu summary:hover:after{
	color:#fff;
}
details.hm_menu summary:hover,
details[open].hm_menu summary{
	 border:none;
	 color:#ccc;
}
	 /*アイコンを切り替え*/
details[open].hm_menu summary::after{
	display: inline-block;
	content: 'ー';
	margin-left: 15px;
	transition: 0.2s;
	font-size:1.6rem;
	color: #fff;
	position:absolute;
	right:0px;
}
.menu-content ul.hm_ul2{
	margin:20px 0px 25px 20px;
	padding:0px 0px 0px 0px;
}
.menu-content ul.hm_ul2 li{
	list-style: disc;
	font-size:1.6rem;
	font-weight:500;
	margin:0px 0px 25px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
}
.menu_sns{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.menu_sns span{
	display:block;
	font-size:1.4rem;
	color:#fff;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}
.menu_sns a{
	display: inline-block;
    font-size: 3.2rem;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.menu_sns a:hover{
	color:#ccc;
}
.menu_sns a i.wicon-facebook{
	color:#4C66AD;
}
.menu_sns a i.wicon-twitter{
	color:#5D9DF0;
}
.menu_sns a i.wicon-line{
	color:#02B901;
}
/*------------------------------
ヘッドメニュー（スマホ以外）
--------------------------------*/

#gnav > ul {
	display: inline-block;
	text-align:right;
	margin-right: 10px;
}
#gnav > ul > li {
	display: table-cell;
	height: 90px;
	box-sizing: border-box;
	margin-right: 2em;
	padding-top: 10px;
	color: #fff;
}
#gnav > ul > li a{
	color: #fff;
}
#gnav > ul > li a span{
	display:block;
	font-size:1.0rem;
	margin-top:2px;
}
#gnav > ul > li:hover > a {
	color: #F4C51B;
	position:relative;
}
#gnav > ul > li.toggle:hover > a::after {
	content: "";
	position: absolute;
	bottom:-13px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
	z-index:999;
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li > a {
  display: block;
  padding: 25.5px 1em 15.5px;
  transition: all .2s ease-in;
}
#gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  top:90px;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 1px 6px #000;
}
#gnav > ul .menu .menu_inner {
  padding: 20px 0;
}
#gnav > ul .menu .menu_inner li {
  display: inline-block;
  padding:10px 15px;
  border-left:2px dotted #333;
  text-align:center;
}
#gnav > ul .menu .menu_inner li.bf {
  border-right:2px dotted #333;
}
#gnav > ul .menu a {
	color: #333;
	padding:0px;
}
#gnav > ul .menu a:hover {
  color: #F4C51B;
}
#gnav > ul .menu a i{
	font-size:1.0rem;
}
@media screen and (max-width:800px){
	#gnav > ul > li > a {
		padding: 25.5px 10px 15.5px;
	}
}
/*------------------------------
フッター
--------------------------------*/
#footer{
	margin: 0px 0px 0px 0px;
	padding:40px 20px 60px 20px;
	position: relative;
	background-color:#333;
}
#footer h3{
	font-family: "Barlow", sans-serif;
    font-size:4.8rem;
    line-height:100%;
    padding: 0px 0px 0px 0px;
	position:absolute;
	right:30px;
	bottom:20px;
	color:#fff;
	text-align:right;
}
#footer h3 a{
	color:#fff;
}
#footer ul{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
	text-align:center;
}
#footer li{
	width:118px;
	height:100px;
    display: inline-block;
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
}
#footer li a{
	display:block;
	width:100%;
	height:100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	border:1px solid #fff;
	text-align:center;
	color:#fff;
	font-size:1.1rem;
	line-height:130%;
}
#footer li a img{
	display:block;
    margin:20px auto 5px auto;
}
#footer p{
    font-size:1.2rem;
    padding: 0px 0px 0px 0px;
	color:#fff;
	position:absolute;
	left:30px;
	bottom:20px;
	z-index:2;
}
#footer p a{
	color:#fff;
}
address{
	font-family:"SpaceGrotesk", sans-serif;
	padding: 0px 0px 0px 0px;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
a.foot_top{
	position: absolute;
    right: 20px;
    bottom: 165px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
	color:#333;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .6);
}
a.foot_top i{
	display: block;
    font-size: 3.0rem;
    margin: 20px 0px 0px 20px;
}
@media screen and (max-width:1499px){
	a.foot_top{
		bottom: 170px;
	}
}
@media screen and (max-width:1279px){
	#footer{
		padding: 40px 20px 50px 20px;
	}
	#footer p {
		padding: 30px 0px 0px 0px;
		position: unset;
	}
	address{
		padding:20px 0px 0px 0px;
	}
	a.foot_top{
		bottom: 200px;
	}
}
@media screen and (max-width:1023px){
	#footer li{
		width:100px;
		height:80px;
	}
	#footer li a img{
		margin:10px auto 5px auto;
	}
	a.foot_top{
		bottom: 220px;
	}
	#footer ul{
		margin: 0px 0px 40px 0px;
	}
}
@media screen and (max-width:540px){
	#footer{
		padding:30px 20px 150px 20px;
	}
	#footer h3{
		right:unset;
		left: 30px;
		bottom: 40px;
		text-align: left;
	}
	#footer ul{
		margin: 0px 0px 0px 0px;
	}
	#footer li{
		width: 120px;
		height: 80px;
		margin: 0px 10px 15px 10px;
	}
	#footer p {
		padding: 10px 0px 0px 0px;
		line-height: 140%;
	}
	a.foot_top{
		right: 20px;
		bottom: 50px;
		width: 60px;
		height: 60px;
	}
	a.foot_top i{
		font-size: 2.8rem;
		margin: 15px 0px 0px 15px;
	}
}
@media screen and (max-width:374px){
	#foot_contents ul.fc_02 li{
		margin:0px 10px 15px 10px;
	}
}
