﻿@font-face {
font-family: 'ゴシック';
src: url('font/NotoSansCJKjp-Regular.woff') format('truetype');
}
body#tinymce{
		max-width:1000px;
		border:none;
		text-align:left;
		color:#333;
		font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 0.95em;
		padding: 2.5em 1.5em;
}
body{
	font-size:3vw;
}
.wrap {
	overflow: hidden;
}
div:after,header:after,tateya_navi:after{
	content:"";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
div{
	zoom:1;
}
p {
    margin: 0 0 15px 0;
}
img{
	max-width:100%;
	height:auto;
	/* vertical-align: bottom; */
}
a img{
	border:none;
	transition-property: all ;	/* 適用対象 = なんでも */
	transition-duration: 1.0s ;	/* 秒数 = 1.0秒 */
}
a {
	color: #506c94;
	text-decoration:none;
}
a:hover img {
}
.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
.alignright {
    /* float: right; */
    margin: 0 0 10px 10px;
}
.form_button{
	text-align:center;
	padding:2em;
}
.form_button a{
	display:block;
	width:10em;
	margin:auto;
    padding: 1em 2em;
    font-size:1.2em;
    color: #fff;
    background-color: #cc363f;
    background-color: linear-gradient(#cc363f 0%, #a92c33 100%);
    border-radius: 3px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.form_button a:hover{
    background-color: #95262d;
    background-color: linear-gradient(#cc363f 0%, #a92c33 100%);
}
/* ▼▼▼▼▼レイアウト▼▼▼▼▼ */
.layout{
	margin: 0px auto;
	padding: 0;
	max-width: 1000px;
	position: relative;
}
/* ▼▼▼▼▼▼見出し▼▼▼▼▼▼ */
h1 {
    font-size: 6vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin-top: 10px;
    margin-bottom: 20px;
	font-family: "ゴシック";
}
h2 {
	position:relative;
	font-size: 5vw;
	font-weight: bold;
	line-height: 1.35em;
	letter-spacing: 0em;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 0px 12px 0px;
	color: #333;
	border-bottom: none;
	display: block;
	font-family: "ゴシック";
	text-align:center;
}
h3 {
    padding: 0px 10px 3px 0px;
    color: #333;
    font-weight: bold;
    font-size: 4vw;
    margin: 5px 0 10px 0;
    border-radius: 0;
    font-family: "ゴシック";
    position: relative;
}

h4 {
    padding: 3px 0px 0px 0px;
    color: #333;
    font-size: 3vw;
    margin: 5px 0 10px 0;
    font-family: "ゴシック";
}
h5{
    padding:0px 10px 0px 10px;
	color:#333;
	font-weight:normal;
    font-size: 4vw;
	margin: 12px 0 20px 0;
	border-left:3px solid #ED7B01;
}
/* ▼▼▼▼▼ヘッダー▼▼▼▼▼▼ */
header{
	margin: 0px 0 0 0;
	padding: 0px 10px;
	width: 100%;
	background: #FFE100;
	box-shadow: 0px 5px 5px rgba(000,0,0, 0.1);
	box-sizing: border-box;
	text-align: left;
}

header .logo{
	display: inline-block;
}
.logo{
	text-align: left;
}
.logo h1{
	margin: 1em 0 .5em 0;
	padding: 0;
	display: block;
	float: left;
	width: 300px;
	height: auto;
}

/* ▼▼▼▼▼エリアナビ▼▼▼▼▼ */
area_navi{
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
	font-size: 3vw;
	height: 100%;
}
area_navi ul{
	margin: auto;
	padding: 0;
	letter-spacing: -.4em; 
}
area_navi li{
	margin: 0 0 1em 0;
	padding: 0;
	display:inline-block;
	letter-spacing:normal;
	width: 25%;
	list-style-type:none;
	box-sizing: border-box;
}
area_navi li:hover,#mainmenu li.active{
	background-color: #9D4904;
	transition-duration: 0.3s;
}
area_navi li a{
	margin:0px 0;
	padding: 1em 0 1em 1em;
	text-decoration: none;
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	font-family: "ゴシック";
	letter-spacing: 0.05em;
	background-image: url('img/header_icon_map.png');
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: 0px center;
}
area_navi li a span{
	margin: 0;
	display: block;
	font-size: 0.6em;
	font-weight: normal;
	font-family: "ゴシック";
}
#mainmenu li a.menu00{
}
/* ▼▼▼▼ハンバーガーメニュー▼▼▼▼ */
#menuButton {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 4.5em;
    right: 1em;
    z-index: 1000;
}
#menuButton span {
    display: block;
    background: #000000;
    width: 35px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
/*
#menuButton span:first-child {
    top: 12px;
}*/
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 12px;
}
/*#menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(16px) rotate(45deg);
    background: #000000;
}*/
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    background: #000000;
}
/* ▲▲▲▲ハンバーガーメニュー▲▲▲▲ */
/* ▼▼▼▼▼建屋ナビ▼▼▼▼▼ */
tateya_navi{
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background: #FFE100;
	box-sizing: border-box;
	text-align: left;
	display: block;
	display: none;
}
tateya_navi ul{
	margin: auto;
	padding: 0;
}
tateya_navi ul ul{
	margin: auto;
	padding: 0 0 0 2em;
}
tateya_navi li{
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type:none;
	box-sizing: border-box;
	font-size:3vw;
}
tateya_navi li:hover,#mainmenu li.active{
	background-color: #9D4904;
	transition-duration: 0.3s;
}
tateya_navi li a{
	margin:0px 10px;
	padding: 1em 0 1em 1.5em;
	text-decoration: none;
	display: block;
	color: #000000;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	font-family: "ゴシック";
	letter-spacing: 0.05em;
	background-image: url('img/header_icon_map_gray.png');
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: 0px center;
}
/* ▼▼▼▼▼メインメニュー▼▼▼▼▼ */
mainmenu{
	margin: auto auto 0em auto;
	padding: 0 0 0 0;
	width: 100%;
	box-sizing: border-box;
	display: block;
	position:relative;
}
mainmenu ul{
	margin: auto;
	padding: 0;
	letter-spacing:-.4em;
}
mainmenu li{
	letter-spacing:normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* height: 40px; */
	width: 20%;
	display:inline-block;
	list-style-type:none;
	box-sizing: border-box;
	font-family:"ゴシック";
}
mainmenu li a{
	color:#333;
	display:block;
	width:100%;
	padding-top: 52px;
	padding-bottom: 10px;
	background-image:url("img/mainmenu11.png");
	background-repeat:no-repeat;
	background-size:auto 25px;
	background-position:center 20px;
	position:relative;
	font-size: 2.5vw;
	border-radius: 3px;
}
mainmenu li a.menu01{
	background-image:url("img/mainmenu01.png");
}
mainmenu li a.menu02{
	background-image:url("img/mainmenu02.png");
	background-size:auto 25px;
	background-position:center 20px;
}
mainmenu li a.menu03{
	background-image:url("img/mainmenu03.png");
	background-size:auto 23px;
	background-position:center 22px;
}
mainmenu li a.menu04{
	background-image:url("img/mainmenu04.png");
	background-size:auto 25px;
	background-position:center 21px;
}
mainmenu li a.menu05{
	background-image:url("img/mainmenu05.png");
	background-size:auto 25px;
	background-position:center 20px;
}
mainmenu li a.menu06{
	background-image:url("img/mainmenu06.png");
	background-size:auto 25px;
	background-position:center 22px;
}
mainmenu li a.menu07{
	background-image:url("img/mainmenu07.png");
	background-size:auto 25px;
	background-position:center 20px;
}
mainmenu li a.menu08{
	background-image:url("img/mainmenu08.png");
	background-size:auto 25px;
	background-position:center 20px;
}
mainmenu li a:hover{
	background-color:#F9F7EC;
}
mainmenu li a.menu09{
	background-image:url("img/mainmenu09.png");
	background-size: auto 22px;
	background-position: center 26px;
}
mainmenu li a.menu10{
	background-image:url("img/mainmenu10.png");
	background-size: auto 22px;
	background-position: center 26px;
}
/* ▼▼▼▼▼フッター▼▼▼▼▼▼ */
#footer{
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
	background: #FFE100;
	min-height:200px;
}
#footer .layout{
	padding-top:10px;
	text-align: left;
}

.pageup {
	display:block;
	text-align:right;
	background-color: #000000;
	text-align:center;
}
.pageup a{
	text-decoration:none;
	color: #fff;
	display:block;
	width:100%;
	padding:15px 0;
	font-size:3vw;
}
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover{
  color: white;
  background: #777777;
}
#footer_map .logo h1 a {
    margin-bottom: 0px;
}
#footer_copy{
	font-size:2.5vw;
	margin-bottom:0px;
	padding: 3vw;
	color: #777777;
	text-align:;
}
#footer .YouTube {
    position: absolute;
    right: 5.5em;
    /* top: 1em; */
}
#footer .YouTube a{
	display:block;
	width: 2.2em;
}
#footer .facebook{
	position:absolute;
	right:3em;
	top:1em;
}
#footer .facebook a{
	display:block;
	width:2em;
}#footer .instagram{
	position:absolute;
	right:.5em;
	top:1em;
}
#footer .instagram a{
	display:block;
	width:2em;
}
#footer .logo{
	text-align: left;
	margin-top: 20px;
}
#footer .logo h1{
	margin: 15px 50px 10px 5vw;
	padding: 0;
	display: block;
	background-image: url("img/logo-osaka.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 300px;
	height: 50px;
	text-indent: -200em;
}
#footer .logo h1 a span {
	color: #fff;
	display:block;
	font-size: 10px;
	margin-left: 0px;
	line-height: 15px;
}
#footer .logo h1 a {
    margin: 0;
    padding: 0 0 0 0px;
    display: block;
}
.footer_left{
}
.footer_right{
}
.footer_access{
	color: #000000;
	vertical-align:top;
	margin-top: 0px;
	margin-bottom:20px;
	text-align: left;
	font-size: 3vw;
	padding: 3vw 5vw;
}
.footer_eigyou,.footer_goriyou{
	color: #000000;
	display: block;
	text-align:left;
	margin-bottom: 1em;
}
#footer h4{
	color: #000000;
	font-weight:normal;
	font-size:1em;
	display: block;
	margin: 0 0 .5em 0;
}
.footer_tel{
	font-family:"ゴシック";
	font-size: 6vw;
	background-image: url(img/footer_tel_black.png);
	background-size: 5vw;
	background-position: left center;
	background-repeat:no-repeat;
	padding-left: 8vw;
	display: inline-block;
	margin-right: 20px;
	margin-bottom:0;
	color: #000000;
}
.footer_fax{
	font-family:"ゴシック";
	font-size: 6vw;
	background-image: url(img/footer_fax_black.png);
	background-size: 5vw;
	background-position: left center;
	background-repeat:no-repeat;
	padding-left: 8vw;
	display: inline-block;
	margin-bottom: 1em;
	color: #000000;
}
.footer_mail {
    display: inline-block;
    background: #fff;
    padding: 1em 2em 1em 4em;
    margin-bottom: 1em;
    border-radius: 0px;
    color: #fff;
    background-color: #cc363f;
    background-color: linear-gradient(#cc363f 0%, #a92c33 100%);
    border-radius: 3px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    background-image: url(./img/bg_footer_mail.png);
    background-repeat: no-repeat;
    background-size: 2em;
    background-position: 1em center;
}
/* ▼▼▼▼▼トップページ▼▼▼▼▼▼ */
.main_img {
    background-image: url(img/bg_indexmain_20190225.jpg);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    padding: 3em 3em;
    position:relative;
    /* opacity: .5; */
}
.main_img_text {
    display: block;
    background-color: #fff;
    position: relative;
    text-align: right;
    padding:5vw;
    opacity: 0.5;
}
.main_img_text_cont {
    margin-top:1em;
    display: inline-block;
}
.main_img_text_cont img {
    margin-bottom: 2em;
}
.main_img_text_cont p {
    font-family:"ゴシック";
    display:block;
    text-align:left;
    margin: .4em 0 0 1em;
    font-size: 3.8vw;
}
.main_img_text_cont p span {
    color:#cc363f;
}
.link_order a{
  display:block;
  width: 100%;
  color:#fff;
  position:relative;
  margin: 0 auto;
  padding: 1.5em 0 1.5em 1em;
  font-family:"ゴシック";
  font-size: 4vw;
  background-image:url('img/link_order_icon.png');
  background-repeat:no-repeat;
  background-size: 2em;
  background-position: 2em center;
}
.link_order{
  display:block;
  /* width: 400px; */
  color:#fff;
  position:relative;
  margin: 40px auto 0 auto;
  font-family:"ゴシック";
  font-size: 4vw;
  background-color:#fff;
  position:relative;
}
.link_order::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
  width: 100%;
  height: 100%;
  color:#fff;
  background: linear-gradient(to bottom, #1c89a6 0%, #ae323d 500%);
  opacity: 0.8;
  animation: huerotator 3s infinite alternate;
}
@keyframes huerotator {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

      #maps{
        height: 400px;
      }
#top_btn {
	display: flex;
	margin-top: 37px;
	margin-bottom: 16px;
}

.yoyaku_btn a {background-color: #FFE100;width: 150px;text-align: center;padding: 10px 20px 10px 42px;color: #000000;background-image: url(./img/calender_gray.png);background-repeat: no-repeat;background-size: 1.5em;background-position: 16px;font-size: 1.2em;font-family: "ゴシック";margin-left: 15px;}
.ichiran a {
    background-color: #FFE100;
    width: 150px;
    text-align: center;
    padding: 10px 20px 10px 42px;
    color: #000000;
    background-image: url(./img/meeting_black.png);
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position: 16px;
    font-size: 1.2em;
    font-family: "ゴシック";
}
.panorama a {background-color: #FFE100;width: 150px;text-align: center;padding: 10px 20px 10px 57px;color: #000000;margin-left: 15px;font-size: 1.2em;background-image: url(./img/movie.png);background-repeat: no-repeat;background-size: 2.3em;background-position: 16px;font-family: "ゴシック";}

/* ▼▼▼▼▼トップページ新着情報▼▼▼▼▼ */
#index_banner a img{
	padding:1% 2%;
	width:100%;
	box-sizing:border-box;
}
#index_news{
	padding:15px 0;
	font-size:0.95em;
	text-align: left;
	line-height:1.8em;
}
#index_news h3{
	color: #333;
	font-size: 3vw;
	line-height: 5vw;
	font-weight:normal;
}
#index_news .layout{
	padding: 0px 0;
	background: #fff;
	display: flex;
	letter-spacing: -.4em;
	justify-content: center;
	flex-wrap: wrap;
}
#index_news .layout div{
	letter-spacing: normal;
	font-size: 2.5vw;
	line-height: 4vw;
}
#index_news h2{
	background:none;
	font-size: 5vw;
	font-family: "ゴシック";
	font-weight: normal;
	color: #444;
	line-height: 6vw;
	margin-bottom:2em;
}
#index_news h2 span{
	margin: 0;
	display: block;
	font-size: 3vw;
	font-weight: normal;
	font-family: "ゴシック";
}
#index_news h2:before {
  content: '';
  position:absolute;
  left: calc(50% - 50px);
  bottom: -5px;
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #333;
}
#index_news h2:after {
  content: '';
  position: absolute;
  left: calc(50%);
  bottom: -5px;
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #FFE100;
}
.newsfrom_referencegroup ul {
    text-align: center;
    margin: 0;
    padding:0;
    list-style:none;
    letter-spacing: -4em;
}
.newsfrom_referencegroup ul li{
    display: inline-block;
    margin: 0px;
    padding: 5px;
    width: 50%;
    box-sizing: border-box;
    letter-spacing: normal;
}
.newsfrom_referencegroup img {
    margin: 1em 0;
}
.news_cont {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0 0 4em 0;
    background-size: cover;
    box-sizing: border-box;
    color: #666;
    font-family: "ゴシック";
    vertical-align: top;
    letter-spacing:normal;
    border:1px solid #ccc;
    position: relative;
}
.news_cont_img{
	height: 30vw;
	overflow: hidden;
	/* border: 1px solid #ccc; */
}
.news_cont_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_content{
	width:100%;
	box-sizing:border-box;
	padding: 3%;
	text-align:left;
}
.news_box{
	width:100%;
	height:100%;
	top:100%;
	position:absolute;
	background-image:url("img/bg_news.png");
	background-size:cover;
	box-sizing:border-box;
	background-position:bottom;
	padding:150px 10px 10px 10px;
}.news_cont_link{
	position: absolute;
	bottom:0;
	text-align:center;
	width:100%;
	padding:0;
	box-sizing: border-box;
}
.news_cont_link a{
	font-size:1.2em;
	color:#817309;
	padding: 1em 2em;
	font-size: 1.2em;
	transition: 0.3s;
	background-color: #f7f4df;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_cont_link a::after{
	content: '';
	width: 5px;
	height: 5px;
	transition: 0.3s;
	border-top: 3px solid #bba924;
	border-right: 3px solid #817309;
	transform: rotate(45deg);
}
.news_cont_link a:hover{
  text-decoration: none;
  background-color: #bf4c2e;
  color: #fff;
	padding: 1em 2em 1em 3em;
}
.news_cont_link a:hover::after{
	content: '';
	width: 5px;
	height: 5px;
	margin-right:-5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
.footer_pdf{
	margin-bottom: 3em;
	padding: 0 2em;
}
a.footer_file {
	width: 100%;
	font-size: 3vw;
	box-sizing:border-box;
	display: block;
	padding: 3vw 3vw 3vw 10vw;
	border: 2px solid #ffffff;
	margin: 0 0px 1em 0px;
	border-radius:  3px;
	/* color: #3a3434; */
	background-image:url(./img/bg_pdf.png);
	background-color:#fff;
	background-repeat:no-repeat;
	background-position: 2vw center;
	background-size: 5vw;
	font-family:"ゴシック";
	/* background-size: 20px; */
	text-align: left;
}
a.footer_file:hover{
    background-image:url(./img/bg_pdf_hover.png);
    color:#fff;
    border: 2px solid #ac5252;
    background-color:#ac5252;
}
/* ▼▼▼▼▼トップページコワーキング▼▼▼▼▼ */
.index_coworking {
    width: 96%;
    margin: auto auto 3em auto;
    border: 5px solid #333;
    letter-spacing: -.4em;
    box-sizing:border-box;
}

.index_coworking_left {
    width: 100%;
    display: block;
    vertical-align: top;
}

.index_coworking_right {
    width: 100%;
    display: block;
    letter-spacing: normal;
    vertical-align: top;
    box-sizing: border-box;
    padding: 1.5em;
    font-family: "ゴシック";
}

.index_coworking_right img{
	max-width:80%;
	margin:1em;
}
.index_coworking_right p{
	margin:.5em;
}
.index_coworking_right span{
	color:#CC363F;
}
.coworking_basyo {
    display: block;
    width: 80%;
    background-color: #CC363F;
    margin: 1.5em auto auto auto;
    padding: 1em 4em 1em 0;
    color: #fff;
    position: relative;
    font-size:1.2em;
}

.coworking_ava {
    color: #fff;
    background-color: #A32930;
    position: absolute;
    right: 0;
    height: 100%;
    width: 4em;
    top: 0;
    font-size: 1.2em;
    padding: .7em;
    box-sizing: border-box;
}
.footer_pdf{
	margin-bottom: 3em;
	padding: 0 2em;
}
a.footer_file {
	width: 100%;
	font-size: 3vw;
	box-sizing:border-box;
	display: block;
	padding: 3vw 3vw 3vw 10vw;
	border: 2px solid #ffffff;
	margin: 0 0px 1em 0px;
	border-radius:  3px;
	/* color: #3a3434; */
	background-image:url(./img/bg_pdf.png);
	background-color:#fff;
	background-repeat:no-repeat;
	background-position: 2vw center;
	background-size: 5vw;
	font-family:"ゴシック";
	/* background-size: 20px; */
	text-align: left;
}
a.footer_file:hover{
    background-image:url(./img/bg_pdf_hover.png);
    color:#fff;
    border: 2px solid #000000;
    background-color: #000000;
}


/* ▼▼▼▼▼トップページ写真▼▼▼▼▼ */
#index_photo{
	/* padding:15px 0; */
	font-size:0.95em;
	line-height:1.8em;
}
#index_photo h3{
	color:#fff;
	font-weight:normal;
	background-color: #333;
	display: inline-block;
	padding: .7em 2em;
	background: -webkit-linear-gradient(5deg, #8751a0, #c666b5);
	border-radius: 50vw;
}
#index_photo .layout{
	padding: 2em 0 4em 0;
	background: #fff;
	max-width: 1400px;
}
#index_photo h2{
	background:none;
	font-size: 6vw;
	font-family: "ゴシック";
	font-weight: normal;
	color:#3F305A;
	line-height: 6vw;
	background: -webkit-linear-gradient(0deg, #6d51a0, #ee58d4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #6d51a0), color-stop(80%, #ee58d4));
	background: -webkit-linear-gradient(left, #6d51a0 20%, #ee58d4 80%);
	background: linear-gradient(90deg, #6d51a0 20%, #ee58d4 80%);
	-webkit-background-clip: text;
}
#index_photo h2 span{
	margin: 0;
	display: block;
	font-size: 4vw;
	font-weight: normal;
	font-family: "ゴシック";
	background: -webkit-linear-gradient(0deg, #6d51a0, #ee58d4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #333), color-stop(80%, #333));
	background: -webkit-linear-gradient(left, #333 20%, #333 80%);
	background: linear-gradient(90deg, #333 20%, #333 80%);
	-webkit-background-clip: text;
}
.photo_cont {
    display: block;
    width: 100%;
    height: 40vw;
    margin: 0;
    background-size: cover;
    /* border: 1px solid #eee; */
    box-sizing: border-box;
    color: #fff;
    position:relative;
    overflow:hidden;
    float: left;
    position: relative;
}
.photo_cont .photo_cont_img{
    height: 40vw;
    width: 100%;
    background-size:cover;
    background-position:center;
    transition: all 1s ease-out;
    position: absolute;
}
.photo_cont .photo_cont_title{
    height: 20vw;
    width: 100%;
    padding: 15vw 0;
    position: absolute;
    transition: all 1s ease-out;
}
.photo_cont:hover .photo_cont_title{
    background-size:cover;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
}
.photo_cont:hover .photo_cont_img{
	transform: scale(1.1);
}
/*********** 業務案内 ***********/
.service h2{
	background:none;
	font-size: 30px;
	font-family: "ゴシック";
	font-weight: normal;
	color:#333;

	line-height: 30px;
}
.service h2:first-letter{
	color:#2381B4;
}
.service h2 span{
	margin: 0;
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-family: "ゴシック";
}
.service_cont{
	position:relative;
	margin-bottom:100px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	/* -webkit-align-items: center; */
	/* align-items: center; */
}
.service_list{
	width: 300px;
	display: inline-block;
	margin: 0 10px 20px 10px;
	box-shadow: 0px 0px 5px rgba(000,0,0, 0.25);
}
.service_list_photo{
	margin-bottom: 15px;
}
.service_list_cont{
	padding: 10px 25px;
	text-align: left;
	font-size: 0.9em;
	text-align: center;
}
.service_list_cont h4{
	/* padding: 10px 30px; */
	text-align: center;
	font-size: 1.15em;
}
.service_list .link_button{
	margin: 0;
	bottom: 0;
	/* position: absolute; */
}
.service_list .link_button a{
	background-color: #ce6868;
	color:#fff;
	display: block;
	float: right;
	padding: 8px 20px;

	font-family: "ゴシック";
	position:relative;
	height: 30px;
	line-height: 30px;
	font-size: 0.9em;
}
.service_list .link_button a:after{
	content:"";
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	background-image: url(img/link_button.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 10px center;
}	
.service_list .link_button a::before {
    position: absolute;
    content: '';
    top: 0;
    left: -20px;
    border: none;
    border-top: solid 46px transparent;
    border-right: solid 20px #ce6868;
}

/* ▼▼▼▼▼固定ページ▼▼▼▼▼▼ */
#page_back {
    /* margin-top: 80px; */
    background-color: #f7f7f7;
    padding-bottom: 20px;
    padding-top: 1.5em;
}
#page_main{
	text-align:left;
	background-color: #fff;
	padding: 2.5em 2%;
}
.cont{
	width:100%;
	margin:auto;
}
.cont_80{
	width:80%;
	margin:auto;
}
.cont_left{
	width:50%;
	float:left;
	box-sizing:border-box;
	padding-right:10px;
}
.cont_right{
	width:50%;
	float:right;
	box-sizing:border-box;
	padding-left:10px;
}
table.company {
    margin: auto auto 20px auto;
	padding:0;
	border-collapse:collapse;
	border-spacing:0px;
	text-align:left;
	min-width:80%;
}
table.company th {
    padding: 10px 40px;
    font-family: "ゴシック";
    vertical-align: top;
    background-color: #ece8e0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
table.company td {
    padding: 10px 40px;
    font-family: "ゴシック";
    vertical-align: top;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:0;
}
ul{
    margin:0;
    padding:0;
}
li{
    margin: 0 0 0 20px;
    padding: 0 0 0 0px;
}
#container {
    /* width: 75%; */
    margin: auto;
}

/*********** ページタイトル ***********/
#page_title{
	padding: 20px 0 10px 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align:center;
	background-image: url("img/sp_page_title_back_osaka.jpg");
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
#page_title h2 {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 2em 0;
	font-size: 6vw;
	font-weight: normal;
	background:none;
	color: #fff;
	display: inline-block;
}
#page_title h2 span {

}
#page_title h2 span.child {
    display: block;
    font-size: 3vw;
    /* margin: auto; */
    text-align: center;
    padding: 0;
}

/*********** パンくずリスト ***********/
#breadcrumb {
    font-size: .7em;
    /* margin-top: 1.5em; */
    margin-bottom: 1.5em;
    background: #ffffff;
    padding: 1em;
}
#breadcrumb ul{
	margin:0;
	padding:0;	
}
#breadcrumb li{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	padding:5px 10px 5px 20px;
	margin-right:10px;
	background:url(img/bg_pagenavi_right.gif) left center no-repeat;
}
#breadcrumb li.crumb-home{
	padding:5px 0px 5px 25px;
	background:url(img/bg_pagenavi.gif) left center no-repeat;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*********** タイトルイメージ ***********/
#page_img{
	height: 300px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
/*********** 業務案内 ***********/
.page_service_cont {
    position: relative;
    padding-bottom: 130px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.page_service_cont_photo1{
	position: absolute;
	width:500px;
	height:280px;
	top:0;
	left:0;
	background-image:url(img/concept_cont_photo1.jpg);
}
.page_service_cont_photo2{
	position: absolute;
	width:500px;
	height:280px;
	top:0;
	left:0;
	background-image:url(img/concept_cont_photo2.jpg);
}
.page_service_cont_photo3{
	position: absolute;
	width:500px;
	height:280px;
	top:0;
	left:0;
	background-image:url(img/concept_cont_photo3.jpg);
}
.page_service_cont_cont{
	width:800px;
	top:80px;
	left:360px;

	background-color:#fff;
	position: relative;
	padding: 30px 40px;
	box-sizing:border-box;
	text-align: left;
	box-shadow: 0px 0px 5px rgba(000,0,0, 0.25);
}
.page_service_cont_cont .link_button{
	margin: 0 -40px -30px 0;
}


/* ▼▼▼▼▼新着情報▼▼▼▼▼▼ */
#news_main {
    width: 680px;
    float: right;
    margin: 0 0px 20px 0;
    text-align: left;
    line-height: 1.6em;
    font-size: 0.95em;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 40px 10px 40px;
    border: 1px solid #ccc;
}
#news_main h2{
	text-align:left;
}

/*********** サイドメニュー ***********/
#side {
    width: 290px;
    float: left;
    margin: 0px 0 0 0;
}
#childmenu{
	margin:0;
	padding:0;
	border:1px solid #ccc;
	background-color: #fff;
}
#childmenu ul{
	margin:0;
	padding:0;
}
#childmenu li{
	list-style-type:none;
	margin: 0 0 0 0;
	padding: 0px 20px 10px 20px;
	display:block;
	background-color:#fff;
}
#childmenu li a{
	margin:0;
	padding:10px 20px;
	display:block;
	border-bottom:1px solid #ccc;
}
#childmenu li a:hover{
	background-color:#EAF4FB;
}
#childmenu li.oya {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    font-family: "ゴシック";
    padding: 10px;
    margin-bottom: 10px;
}

/*********** 投稿ページ ***********/
.news_data{
	display:block;
	font-size:13px;
}
.news_title{
	color:#3399CC;
}
.news ul{
	margin:0;
	padding:0;
}
.news li {
    margin: 5px 0px 5px 0px;
    padding: 5px 5px 5px 0px;
    list-style-type: none;
    border-bottom: 1px dotted #ccc;
    font-size: 0.9em;
}
.news .post-date{
	display: inline-block;
	text-align:left;
	margin:0 10px;
}
.news li h4 {
    color: #333;
    display: inline-block;
    font-size: 15px;
    padding: 0;
    height: auto;
    line-height: normal;
	margin:0 0 0 10px;
    background: none;
}
.news li h4 a{
    color: #333;
    text-decoration: none;
}
.post-meta {
    border-top: 1px dotted #ccc;
    padding: 10px 0;
}

.cat{
	font-size:12px;
	color:#fff;
	background-color:#FF9900;
	margin:5px 0px 0 0;
	display: inline-block;
	width:100px;
	text-decoration:none;
	text-align:center;
	border-radius: 3px;
}
.cat_1{
	background-color:#D34A22;
}
.cat_2{
	background-color:#75BAB0;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼フッターナビ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.navigation {
    display: block;
    width: 100%;
    overflow: hidden;
    border-top: 1px dotted #888;
    border-bottom: 1px dotted #888;
	margin-bottom:20px;
}
.nav-previous a {
    display: block;
    width: 50%;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	text-decoration:none;
	font-size:1em;
}
.nav-next a {
    display: block;
    width: 50%;
    float: right;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	text-decoration:none;
	font-size:1em;
}
.nav-previous a:hover, .nav-next a:hover {
	background-color:#eee;
}
.nav-previous a {
    padding: 15px 20px 15px 40px;
    background: url("img/arrow-pagenation-left.png") no-repeat left center;
}
.nav-next a {
	padding: 15px 40px 15px 20px;
	background: url("img/arrow-pagenation-right.png") no-repeat right center;
	text-align: right;
}
.article_list {
    background-color: #fff;
    padding: 0 0 20px 0;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
}
.article-img {
    width: 300px;
    height: 200px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    float:left;
    margin-right:20px;
    box-sizing: border-box;
    text-align: center;
}
.article-img img{
    max-width: 300px;
    max-height: 200px;
}
.article-cont {
    float: left;
    text-align: left;
    width: 640px;
}
.article-cont table,.article-single-cont table {
    margin: auto auto 20px auto;
	padding:0;
	border-collapse:collapse;
	border-spacing:0px;
	text-align:left;
	width:100%;
}
.article-cont table th,.article-single-cont table th {
    padding: 10px 20px;
    font-family: "ゴシック";

    vertical-align: top;
    background-color: #ece8e0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    width:20%;
}
.article-cont table td,.article-single-cont table td {
    padding: 10px 20px;
    font-family: "ゴシック";
    vertical-align: top;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:0;
}
.article-cont h4 {
    padding: 0 0 0 30px;
    font-size: 20px;
    margin-bottom: 10px;
    background-image: url("img/icon_article.png");
    background-repeat: no-repeat;
    background-position: left center;
}
a.article-button {
	background-color: #336699;
    color: #fff;
    display: block;
    float: right;
    padding: 10px 50px;
    font-family: "ゴシック";
    position: relative;
    line-height: 30px;
    font-size: 1em;
    border-radius:3px
}
a.article-button:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    background-image: url(img/link_button.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px center;
}
#article_main {
    background-color: #fff;
    /* padding: 1.5em; */
    text-align:left;
    padding: 2%;
    margin-bottom: 1.5em;
}
h2.article_title {
    background-image: url(img/icon_article.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 35px;
    font-weight:;
}
.article-single-img {
    width: 100%;
    /* float: left; */
    /* margin-right: 2em; */
    display: inline-block;
}
.article-single-cont {
    width: 100%;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2em;
}

.article-single {
    margin: 1.5em 0;
    /* vertical-align: top; */
}
/*
.article-single-img a:first-child {
    display: inline-block;
    width: 100%;
    height: auto;
    border:1px solid #ccc;
    text-align:center;
    margin-bottom: 1em;
    background-color:#f5f5f5;
}*/
/*
.article-single-img a:first-child img {
    max-width: 100%;
    max-height: 300px;
}*/
.article-single-img a {
    display: inline-block;
    width: 132px;
    height: 88px;
    border:1px solid #ccc;
    text-align:center;
    margin-bottom:10px;
    margin-right: 2px;
    background-color:#f5f5f5;
}
.article-single-img a img {
    max-width: 100%;
    max-height: 100px;
    vertical-align: text-top;
}
.article-cat {
	background-color: #5f6163;
	color: #fff;
	display: block;
	float: right;
	padding: 5px 20px;
	font-family: "ゴシック";
	position: relative;
	line-height: 20px;
	font-size: 0.8em;
	/* border-radius:3px; */
}
.table_scroll{
	overflow-x:scroll;
	width:102%;
}
.article-conts table,.article-single-conts table {
    margin: auto auto 20px auto;
    padding:0;
    border-collapse:collapse;
    border-spacing:0px;
    text-align:center;
    width: 800px;
}
.article-conts table th,.article-single-conts table th {
    padding: 10px 20px;
    font-family: "ゴシック";
    vertical-align: top;
    background-color: #ece8e0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    /* width:10%; */
}
.article-conts table td,.article-single-conts table td {
    padding: 10px 20px;
    font-family: "ゴシック";
    vertical-align: top;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:0;
}
.article-conts table td,.article-single-conts table td.align_left,
.article-conts table th,.article-single-conts table th.align_left {
	text-align: left;
}
.article-conts table th.width,.article-single-conts table th.width {
	width:30%;
}
/**
 * Gallery (Twenty Fourteen)
 */
.gallery {
    margin-bottom: 20px;
    margin-right: -20px;
    text-align: center;
}
.gallery-columns-1{
    margin:0;
 }

.gallery-item {

    float: left;
    margin: 0 20px 15px 0;
    overflow: hidden;
    position: relative;
}
 
.gallery-columns-1 .gallery-item {
    max-width: 100%;
    float: none;
    display: inline-block;
}
 
.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 20px);

    max-width: calc(50% - 20px);
}
 
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
}
 
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 20px);
    max-width:         calc(25% - 20px);
    height: 129px;
}
.gallery-columns-4 .gallery-item .gallery-icon{
    /* border: 1px solid #ccc; */
    /* text-align: center; */
    height: 68px;
    /* vertical-align: middle; */
    width: 75px;
}
.gallery-columns-4 .gallery-item .gallery-icon a{
	/* width: 100%; */
	/* height: 100%; */
	display: block;
	position: relative;
	text-align: left;
}
.gallery-columns-4 .gallery-item .gallery-icon img{
	position: absolute;
	top: 40px;
	left: 54%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: 53px;
	width: 	auto;
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 20px);
    max-width:         calc(20% - 20px);
}
 
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 20px);
    max-width:         calc(16.7% - 20px);
}
 
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 20px);
    max-width:         calc(14.28% - 20px);
}
 
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 20px);
    max-width:         calc(12.5% - 20px);
}
 
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 20px);
    max-width:         calc(11.1% - 20px);
}
 
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
 
.gallery-caption {
    /* background-color: rgba(0, 0, 0, 0.7); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* color: #fff; */
    /* font-size: 12px; */
    font-size: 80%;
    line-height: 1.5;
    margin: 5px 0;
    /* max-height: 60%; */
    /* opacity: 0; */
    /* padding: 6px 8px; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* text-align: left; */
    /* width: 100%; */
    text-align: left;
}
/***********空き物件情報****************/
table.akibukken {
    margin: auto auto 20px auto;
    padding:0;
    border-collapse:collapse;
    border-spacing:0px;
    text-align:left;
    width:100%;
    border: 1px solid #ccc;
}
table.akibukken th {
    padding: 5px 10px;
    font-family: "ゴシック";
    vertical-align: top;
    background-color: #E3ECEE;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border: 1px solid #ccc;
    width: 14.28%;
    text-align: center;
}
table.akibukken td {
    padding: 5px 10px;
    font-family: "ゴシック";
    vertical-align: middle;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:0;
    border: 1px solid #ccc;
    text-align: center;
}
.article_sub {
	background-color:#fff;
}
.article_sub_cont{
	padding: 10px 20px;
	margin-bottom:1.5em;
	text-align: left;
}
h2.article_sub_title {
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 10px 10px 12px 50px;
    font-size: 24px;
    font-weight: normal;
    background-image: url(img/icon_article2.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}
span.aki {
    font-size: 1.5em;
    font-weight: bold;
    color: #d28236;
}
a.company_link {
    max-width: 90%;
    height: 30px;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    background-color: #414176;
    display: inline-block;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px 20px 15px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 5px 0px 0px #2E2E54;
    margin-right: 10px;
    font-family: "ゴシック";
}
a.company_link:hover{
background-color: #2E2E54;
padding: 12px 20px 13px 20px;
color:#fff;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	width: auto;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	background: #555;
	color:#fff;
	text-decoration: none;
}
.pagination a:hover{
	background: #3279bb;
	color: #fff;
}
.pagination .current{
	padding: 6px 9px 5px 9px;
	background: #3279bb;
	color: #fff;
}


/***********会議室一覧****************/
#room_main{
    background-color: #fff;
    padding: 1.5em;
    text-align:left;
    padding: 2%;
    margin-bottom: 1.5em;
}
.persist-area {
    width: 102%;
    overflow: scroll;
}
.persist-header {
    width: 1000px;
}
table.tablesorter {
font-family:arial;
background-color: #CDCDCD;
margin:0px 0pt 15px;
width: 100%;
text-align: left;
border-spacing: 1px;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {background-color: #ECE6D2;padding: 4px 10px;font-family:"ゴシック";font-weight:normal;}
table.tablesorter thead tr .header {
background-image: url(img/bg.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table.tablesorter tbody td {
color: #3D3D3D;
padding: 4px 10px;
background-color: #FFF;
vertical-align: middle;
}
table.tablesorter tbody th {
}
table.tablesorter tbody tr.odd td,
table.tablesorter tbody tr.odd th {
background-color:#f5f5f5;
}
table.tablesorter thead tr .headerSortUp {
background-image: url(img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
background-image: url(img/desc.gif);
}
table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {background-color: #FFFF4D;color: #777777;}
.myTable_img {
  width: 25%;
  padding:0;
}
table.tablesorter tbody td.myTable_img {
  width: 25%;
  padding:4px;
}

.myTable_th1 {
  width: 70px; 
}
.myTable_th2 {
  width: 50px; 
}
.myTable_th3 {
  width: 50px; 
}
.myTable_th4 {
  width: 70px; 
}
.myTable_th5 {
  width: 40px; 
}
.myTable_th6 {
  width: 40px; 
}
.myTable_th7 {
  width: 120px; 
}
.myTable_th7_1 {
  width: 60px; 
}
.myTable_th7_2 {
  width: 60px; 
}
.myTable_th8 {
  width: 50px; 
}



.layout_list{
	margin:10px 0 10px 0px;
}
.layout_list ul{
	margin:0px;
	padding:0;
}
.layout_list li{
	margin: 0 1% 0 0;
	padding:0;
	list-style-type:none;
	float:left;
	width: 24%;
}
.layout_list li a{
	display:block;
	background-color:#EAEEF2;
	color:#333;
	text-align:center;
	width: 100%;
	padding: 18vw 10px 2vw 10px;
	box-sizing:border-box;
	border-radius:3px;
	background-size: 100%;
	font-size: 2.8vw;
}

.layout_list li a:hover{
	background-color:#dedbdf;
}
.layout_list li.school a{
	background-image:url('./img/layout_img01.png');
}
.layout_list li.ronoji a{
	background-image:url('./img/layout_img02.png');
}
.layout_list li.group a{
	background-image:url('./img/layout_img03.png');
}
	.layout_list li.theater a{
	background-image:url('./img/layout_img04.png');
}

a.pdf {
    display: block;
    padding: 12px 5px 12px 45px;
    border: 2px solid #ffffff;
    margin: 0 10px 10px 0px;
    border-radius:  3px;
    /* color: #3a3434; */
    background-image:url(./img/bg_pdf.png);
    background-repeat:no-repeat;
    background-position: 8px 13px;
    font-family:"ゴシック";
    background-size: 20px;
    border: 2px solid #d28484;
}
a.pdf:hover{
    background-image:url(./img/bg_pdf_hover.png);
    color:#fff;
    border: 2px solid #ac5252;
    background-color:#ac5252;
}
a.pano {
    display: block;
    padding: 12px 5px 12px 45px;
    border: 2px solid #ffffff;
    margin: 0 10px 0px 0px;
    border-radius:  3px;
    /* color: #3a3434; */
    background-image:url(./img/bg_pano.png);
    background-repeat:no-repeat;
    background-position: 8px 13px;
    font-family:"ゴシック";
    background-size: 20px;
    border: 2px solid #d28484;
}
a.pano:hover{
    background-image:url(./img/bg_pano_hover.png);
    color:#fff;
    border: 2px solid #ac5252;
    background-color:#ac5252;
}
.setsubi_list {
    margin-top: 20px;
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼料金表▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼料金表▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
table.price{
	text-align:center;
	width:100%;
	border-collapse:collapse;
	margin-bottom: 2em;
}
table.price th.sort{
	background-image: url(img/bg.gif);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    height:3em;
}
table.price thead th.headerSortUp {
background-image: url(img/asc.gif);
}
table.price thead th.headerSortDown {
background-image: url(img/desc.gif);
}

table.price th{border:1px solid #ccc;background-color:#ECE6D2;font-family: "ゴシック";font-weight: normal;}
table.price td{border:1px solid #ccc;height:3em;font-family: "ゴシック";font-weight: normal;}
table tr .headerSortDown,
table tr .headerSortUp {background-color: #FFE100;color: #fff;}

table.price td.menseki,table.price td.zaseki,table.price td.school{
font-size:0.8em;
}
.tdhover{
background-color:#FCF3F3;
}

td.hover, #tableone tbody tr:hover
{
background-color: #FCF3F3;
}
td.betterhover, #pricetable tbody tr:hover
{
background: #FCF3F3;
}
.persist-area tr:nth-child(odd) {
  background: #eee;
}
.aaa {
  padding: 3px; 
  width: 50px; 
}
.aaaa {
  padding: 3px; 
  width: 50px; 
}
.bbb {








  padding: 3px;
}
.bbbb {
  padding: 3px; 
  width: 68px; 
  color:#c00;
}
.floatingHeader{
display:block;
height:48px;
overflow:hidden;
position: fixed;
top: 0;
visibility: hidden;
}

/* ◆◆◆◆◆◆◆◆簡単見積り◆◆◆◆◆◆◆◆◆ */
.point {
    color: #E94B35;
}
.checkbox,.radio{
z-index: -1;
position: absolute;
}
.CheckBoxLabelClass{
background: url("http://www.webcreatorbox.com/sample/images/checkbox.png") no-repeat top left;
margin-right:20px;
padding-left:22px;
}
.cal_img{
	margin-bottom:15px;
}
.radiolabel{
	display: inline-block;
	width: 100%;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
	padding:5px 5px 12px 5px;
	position:relative;
	border:4px solid #eee;
	cursor:pointer;
	box-sizing:border-box;
}
.radiolabel:after{
	content:"";
	display:block;
	position:absolute;
	bottom:1em;
	left:8px;
	width:14px;
	height:14px;
	border-radius:50%;
	background-color:#dfdfdf;
	box-shadow:inset .4px .4px 0 1px #ccc;
}
.radiolabel span{
font-weight:normal;
}
.radiolabel ul{
margin:0;
padding:0;
list-style:none;
text-align:left;
}
#mk ol{
	margin:0;
	padding:0;
}
#mk ol li{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}
.radiolabel li{
margin:0;
padding:0;
}
.LabelSelected,.RadioSelected{
	border-color: #E94B35;
}
.radiolabel.RadioSelected:after{
	content:"";
	display:block;
	position:absolute;
	bottom:1em;
	left:8px;
	width:14px;
	height:14px;
	border-radius:50%;
	background-color:#E94B35;
	box-shadow:none;
}
.radiolabel:hover{
	border-color:#E94B35;
}
.time{
font-size:4vw;
padding:5px;
}
.day{
font-size:4vw;
padding:5px;
}
#alltime{
float:right;
font-size:4vw;
}
#pricedata{
padding:15px;
border:1px solid #ccc;
background-color:#FFEEFF;
margin:20px 0 20px 0;
}
#pricedata ul{
padding:0px;
margin:0;
list-style:none;
}
#pricedata li{
padding:5px 20px;
border:1px solid #ccc;
background-color:#fff;
margin:10px;
}
#pricedata strong{
float:right;
}
div#price_table {
    width: 100%;
    overflow: scroll;
}
#mk_price{margin: 20px 0 20px 0px;}
#mk_price a{
	display:block;
	margin: auto;
	padding: 20px;
	text-align: center;
	width:180px;
	background-color: #ac5252;
	color: #fff;
	font-family: "ゴシック";
	font-size: 5vw;
	border-radius: 5px;
}
#mk_price a:hover{
	background-color: #713a3a;
}
table#mk,.price_table{
	padding:0;
	margin-bottom:20px;
	border-collapse:separate;
	border-spacing:0px;
	border-color: gray;
	border-bottom:#c8c8c8 1px solid;
	font-family: "ゴシック";
}
.price_table #price,#doc_price,#doc06_text{
	font-size: 4vw;
	font-weight: bold;
	color: #E94B35;
}
table .price{
	font-weight: bold;
	color: #E94B35;
}
#price_sun{
	float:right;
	display:block;
	margin:10px 0 20px 0;
	padding:5px 10px;
	width:300px;
	text-align:right;
	font-weight:bold;
	font-size: 4vw;
	font-weight: bold;
	color: #E94B35;
	border: 3px solid #E94B35;
}
table#mk th{
	background: #f4f7f7;
	padding: 15px 5px 15px 20px;
	border-top: #c8c8c8 1px solid;
	border-bottom: #c8c8c8 1px solid;
	font-weight: bold;
	text-align: left;
	display: block;
}
.price_table th{
	background: #f4f7f7;
	padding: 15px 5px 15px 20px;
	border-top: #c8c8c8 1px solid;
	border-bottom: #c8c8c8 1px solid;
	width: 100%;
	text-align: left;
	display: block;
	box-sizing: border-box;
	font-size: 3vw;
}
table#mk td,.price_table td{
    padding: 15px 10px 15px 10px;
    margin: 0;
    font-size: 3vw;
    box-sizing: border-box;
    width: 100%;
    display: block;
    }
.price_table td{
	width: 100%;
	display: block;
	text-align:right;
}
.price_table td.auto{
width:auto;
}
#price_table h4{
	font-size:4vw;
}
#doc01_show,
#doc02_show,
#doc03_show,
#doc04_show,
#doc05_show,
#doc06_show,
#doc07_show,
#doc08_show,
#doc09_show,
#doc10_show,
#doc11_show
{
	float:left;
	display:block;
	margin-bottom:10px;
	width: 100%;
	display:none;
}
#doc01_price,
#doc02_price,
#doc02_price,
#doc03_price,
#doc04_price,
#doc05_price,
#doc06_price,
#doc07_price,
#doc08_price,
#doc09_price,
#doc10_price,
#doc11_price
{
float:right;
display:block;
margin-bottom:10px;
width:200px;
display:none;
text-align:right;
font-weight:bold;
}
table#mk ol li{
	margin-bottom:.8em;
}

.access_button{
text-align:center;
margin-bottom:20px;
}
.googlemap{
width:190px;
height:28px;
color:#fff;
font-size:4vw;
text-decoration:none;
background-color:#414398;
display: inline-block;
margin:auto;
margin-bottom:20px;
margin-top:10px;padding: 10px 0 7px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-box-shadow:0px 3px 0px 0px #2E2F6B;}
.googlemap:hover{
background-color:#2E2F6B;
color:#fff;
}
.accesspdf{width: 190px;
height:28px;
color:#fff;
font-size:4vw;
text-decoration:none;
background-color:#E94B35;
display: inline-block;
margin:auto;
margin-bottom:20px;
margin-top:10px;padding: 10px 0 7px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-box-shadow:0px 3px 0px 0px #C30E22;}
.accesspdf:hover{
background-color:#C30E22;
color:#fff;
}
table.access_table{
width:100%;
border-collapse:collapse;
}
table.access_table th{border-top:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#ECE6D2;width:100%;display:block;box-sizing:border-box;padding: 10px 20px;}
table.access_table td{width:100%;display:block;box-sizing:border-box;padding: 10px 20px;}
table.price2{
	text-align:center;
	/* width:980px; */
	border-collapse:collapse;
	margin-bottom: 1em;
}
table.price2 th{
	border:1px solid #ccc;
	background-color:#ECE6D2;
	width: 10%;
}
table.price2 td{
	border:1px solid #ccc;
	height:40px;
}
table.price2 .red{
	color: #c00;
}
.preopen {
    padding: 3px 1%;
    margin-bottom: .5em;
}
.pre_doui {
    line-height: 2em;
}
h2.preopen {
    background: none;
    font-size: 40px;
    font-family: "ゴシック";
    font-weight: normal;
    color: #3F305A;
    line-height: 50px;
}
h2.preopen span{
	margin: 0;
	display: block;
	font-size: 18px;
	font-weight: normal;
	font-family: "ゴシック";
}
.preopen_p {
    background-color: #fcf4e2;
    padding: 2em 2em;
    border-radius: .5em;
    font-family: "ゴシック";
    font-size: 1.2em;
    margin-bottom: 1em;
    text-align:center;
}
.preopen_fax{
	width: 350px;
	height:28px;
	color:#fff;
	font-size:1.2em;
	text-decoration:none;
	background-color:#E94B35;
	display: inline-block;
	margin:auto;
	margin-top:10px;
	padding: 10px 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow:0px 3px 0px 0px #C30E22;}
	.accesspdf:hover{
	background-color:#C30E22;
	color:#fff;
}

/* ◆◆◆◆◆◆◆◆弁当◆◆◆◆◆◆◆◆◆ */
h3.bento_h3 {
    text-align:center;
    font-size: 1.5em;
    margin: 3.5em auto .8em;
    padding: 0;
}
.bento_h3:after {
    content:"";
    width: 350px;
    height: 5px;
    display: block;
    border-bottom: 5px solid #D90000;
    margin: 0.5em auto 0em auto;
}
.bento_caution {
    background-color: #FDF2F2;
    padding: .8em .5em;
    margin: 2em;
    font-family: "ゴシック";
    text-align: center;
}
.bento_caution li{
	margin-bottom:.5em;
	list-style: none;
}
.bento_shop{
    font-family: "ゴシック";
}
.bento_shop_title {
    margin: .5em 0;
    font-size: 4vw;
    font-weight: bold;
}
.bento_shop ul{
    margin:0;
    padding:0;    
}
.bento_shop li{
    margin: 0 1% 1em 1%;
    padding:0;
    list-style-type:none;
    width: 47%;
    display: inline-block;
    vertical-align: top;
}
.bento_shop dl{
	margin:0;
	padding:0;
}
.bento_shop dt{
	/* width:70px; */
	/* float : left; */
	clear : both;
}
.bento_shop dd{
	padding: 0em 0 0em 0px;
	margin: 0 0 1em 0;
	font-size: 2.5vw;
	display: block;
}
.bento_shop_image{
    border:1px solid #ccc;
    display: block;
}
.bento_shop_saitei{
    background-color:#D90000;
    color:#fff;
    font-size: 2.5vw;
    border-radius:3px;
    padding:.2em;
    width: 5em;
    display:inline-block;
    text-align:center;
    margin: 0 1em 5px 0;
}
.bento_shop_inryou{
    background-color:#008C69;
    color:#fff;
    font-size: 2.5vw;
    border-radius:3px;
    padding:.2em;
    width: 5em;
    display:inline-block;
    text-align:center;
    margin: 0 1em 5px 0;
}
bento_list {
    background-color: #fff;
    padding: 0 0 20px 0;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
}
.bento-img {
    width: 300px;
    height: 200px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    float:left;
    margin-right:20px;
    box-sizing: border-box;
    text-align: center;
}
.bento-img img{
    max-width: 300px;
    max-height: 200px;
}
.bento-cont {
    float: left;
    text-align: left;
    width: 640px;
}
.bento-cont table,.bento-single-cont table {
    margin: 20px auto 20px auto;
    padding:0;
    border-collapse:collapse;
    border-spacing:0px;
    text-align:left;
    width:100%;
    box-sizing:border-box;
    font-size: .8em;
}
.bento-cont table,.bento-single-cont table p{
	margin-bottom:0;
}
.bento-cont table th,.bento-single-cont table th {
    padding: 10px 20px;
    font-family: "ゴシック";
    vertical-align: center;
    background-color: #ece8e0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    width:100%;
    display:block;
	box-sizing:border-box;
}
.bento-cont table td,.bento-single-cont table td {
    padding: 10px 20px;
    font-family: "ゴシック";
    vertical-align: top;
    margin:0;
    width:100%;
    display:block;
	box-sizing:border-box;
}
.bento-cont h4 {
    padding: 0 0 0 30px;
    font-size: 20px;
    margin-bottom: 10px;
    background-image: url("img/icon_bento.png");
    background-repeat: no-repeat;
    background-position: left center;
}
a.bento-button {
	background-color: #336699;
    color: #fff;
    display: block;
    float: right;
    padding: 10px 50px;
    font-family: "ゴシック";
    position: relative;
    line-height: 30px;
    font-size: 1em;
    border-radius:3px
}
a.bento-button:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    background-image: url(img/link_button.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px center;
}
#bento_main {
    background-color: #fff;
    padding: 1.5em;
    text-align:left;
    padding: 2%;
    margin-bottom: 1.5em;
}
h2.bento_title {
    background-image: url(img/icon_bento.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 35px;
    font-weight:;
}
.bento-single-img {
    width: 100%;
    /* float: left; */
    margin-right: 0em;
    display: inline-block;
}
.bento-single-cont {
    width: 100%;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 1.2em;
    margin: 20px 0;
}

.bento-single {
    margin: 1.5em 0;
    /* vertical-align: top; */
}
.bento-single ul{
	margin: 0 0 20px 0;
	padding:0;
	letter-spacing:-0.4em;
}
.bento-single li{
	margin:0;
	padding:0;
	list-style-type:none;
	display: inline-block;
	letter-spacing:normal;
	margin-bottom: 1em;
	vertical-align: text-top;
	font-size:.8em;
}
/*
.bento-single li:first-child{
	width: 98%;
	height:auto;
}*/
.bento-single li{
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	vertical-align: text-top;
}
/*
.bento-single li:first-child a{
	height:auto;
	display: block;
}

.bento-single li:first-child a img{
	height:auto;
}*/
.bento-single-img li a {
    display: block;
    width: 100%;
    height:150px;
    border:1px solid #ccc;
    text-align:center;
    background-color:#f5f5f5;
    box-sizing:border-box;
    margin-bottom: .5em;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}
.bento-single-img a img {
    max-width: 100%;
    margin:auto;
    max-height: 100%;
}
.bento-cat {
	background-color: #5f6163;
	color: #fff;
	display: block;
	float: right;
	padding: 5px 20px;
	font-family: "ゴシック";
	position: relative;
	line-height: 20px;
	font-size: 0.8em;
	/* border-radius:3px; */
}

.bento-conts table,.bento-single-conts table {
    margin: auto auto 20px auto;
	padding:0;
	border-collapse:collapse;
	border-spacing:0px;
	text-align:center;
	width:100%;
}
.bento-conts table th,.bento-single-conts table th {
    padding: 10px 20px;
    font-family: "ゴシック";
    vertical-align: top;
    background-color: #ece8e0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.bento-conts table td,.bento-single-conts table td {
    padding: 10px 20px;
    font-family: "ゴシック";
    vertical-align: top;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin:0;
}
.bento-conts table td,.bento-single-conts table td.align_left,
.bento-conts table th,.bento-single-conts table th.align_left {
	text-align: left;
}
.bento-conts table th.width,.bento-single-conts table th.width {
	width:30%;
}
.inryou img{
    display:block;
    margin:auto auto 2em auto;
    width: 64%;
}

img {}
.inryou a{
    display:block;
    margin: 0 auto 33px;
    padding: .3em;
    width: 8em;
    border-radius:5px;
    text-align:center;
    background-color: #069;
    color: #fff;
    font-family: "ゴシック";
    font-size: 4vw;
}
.inryou a:hover{
    background-color: #003A57;
}
.catering-post h2 {
    font-size: 1.4em;
    border-bottom: solid #D90000 3px;
    padding: 0 0 6px 0;
    margin: 15px auto;
}
.catering-course-left {
margin: 0 0 20px 0;
}
.catering-course-left h4 {font-size: 1.3em;text-align: center;}
.catering-course-right th {
    padding: 10px 20px;
    font-family: "ゴシック";
    vertical-align: center;
    background-color: #ece8e0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.catering-course-right td {
    padding: 10px 20px;
    font-family: "ゴシック";
    vertical-align: top;
    margin: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.catering-course {
    margin: auto auto 20px auto;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}
.catering-course h4 {text-align:center;font-size: 1.3em;background-color: #FFECEC;padding: 0 0 3px 0;width: 300px;margin: 0 auto 10px auto;}
.catering-course-right table {width:100%;font-size:.8em;margin: 20px auto 100px auto;text-align: left;}

table {}
.catering-course-right {
font-size:1.2em;
text-align: center;
}
.catering_flow h4 {
font-size: 1.4em;
text-align:center;
}
.catering-single-img li {
	list-style:none;
    margin: 0 0 20px 0;
    text-align: center;
}
/* ◆◆◆◆◆◆◆◆よくある質問◆◆◆◆◆◆◆◆◆ */
.qaArea{
	width: 100%;
	margin:auto;
	border-radius: 10px;
}
.question {
	background-color: #fff;
	padding: 1.5em;
	text-align: left;
	padding: 2%;
	margin-bottom: 1.5em;
	font-family: "ゴシック";
}
.qaArea dt{
	padding: 1em 2.5em 1em 3.5em;
	background-image: url("img/canal-question.png");
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: 1em center;
	/* border: 1px solid #ccc; */
	border-radius: 3px;
	font-size: 3vw;
	color:#3f305a;
	background-color: #f9fcff;
	margin: 0 0 1em 0;
}
.qaArea dt:hover{
background-color: #ecf4f9;
}
.qaArea dt::after{
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	background-size: 1em;
	background-image: url("img/canal-plus.png");
	right: 1.5em;
	display: inline-block;
	background-position: right;
	background-repeat: no-repeat;
}
.qaArea dt.plus::after{
	background-image: url("img/canal-minus.png");
}
.qaArea dd {
	padding: 1em 1em 1em 3.5em;
	background-image: url("img/canal-answer.png");
	background-size: 1.5em;
	background-repeat: no-repeat;
	background-position: 1em 1.3em;
	margin: -1em 0 2em 0;
	font-size: 3vw;
	line-height: 1.8em;
	background-color: #fffbfb;
	/* border-bottom: 1px solid #ccc; */
}
.secretary {
	display: block;
}
.secretary img {width: 400px;}

.secretary p {
	clear: both;
}
/***********会議室フロア****************/
.choice{/* border-top: 1px solid #ddd; *//* border-bottom: 1px solid #ddd; */padding: 5px 0;margin-bottom:10px;}
.choice li{list-style:none;/* float:left; */display: inline-block;margin: 0;padding: 0 5px 0 5px;border-right: 1px solid #ddd;}
.choice ul{
margin:0;
padding:0;
}
.choice a{display: inline-block;text-align:center;/* width: 355px; *//* height: 40px; *//* line-height: 40px; */margin:0;padding: .5em 1em;color:#333;text-decoration:none;background-color: #eeeeee;border-radius: 3px;border: solid #ffffff 1px;}

a {}
.choice a:hover{color: #555CA4;background: #EFEFf8;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;}
.choice a.active{color: #777777;background: #FFFF4D;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;}
/* ◆◆◆◆◆◆◆◆貸し出し備品◆◆◆◆◆◆◆◆◆ */
.option {
}
.option-ph {
	/* margin-bottom: 10px; */
	height: 160px;
}
.option-ph a {
}
.option img {}
.option h4 {
	vertical-align:top;
	margin-bottom: 5px;
	font-size: 1.3em;
}
.option ul {margin-top: 40px;}
.option li {
	display: inline-block;
	width: 48%;
	margin: 0 2px 41px 2px;
	text-align:center;
	height: 300px;
	vertical-align: top;
}
.option-team {
}
.equipment-no {font-size: .8em;}
.equipment-no p {
margin:0;
}
.equipment-price {/* font-weight:bold; */font-size: 1.3em;background-color: #FFECEC;padding: 0 7px;}
/* ◆◆◆◆◆◆◆◆アクセス◆◆◆◆◆◆◆◆◆ */
.access {/* width: 90%; */}
/** ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　20191122フッター修正　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　**/

.footer_access2 {
    /* color: #fff; */
    vertical-align: top;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    text-align: left;
    /* display: inline-block; */
    width: 100%;
    font-family: ゴシック;
    margin: 0 2em 4em 2em;
}

.footer_three {
    /* width: 27%; */
    display: inline-block;
    /* vertical-align: top; */
    font-weight: bold;
    /* margin: 30px 0; */
    /* font-size: .8em; */
}
p#footer_three_time {
    /* border-top: solid 1px #fff; */
    /* padding: 10px 0 0 0; */
}

p#footer_three_time span {
    font-weight: normal;
    font-size: .8em;
}
.footer_freedial {
    /* display: inline-block; */
    width: 87%;
    background-image: url(img/frdl.png);
    background-repeat: no-repeat;
    background-size: 4.8em;
    margin: 30px 0;
    background-position: left 3% top 15%;
}
.footer_freedial span {
    font-weight: bold;
    font-size: 3em;
    border-bottom: solid 1px #000;
    display: block;
    /* letter-spacing: .03em; */
    padding: 0 0 0 2em;
    /* color: #FFF; */
}
.footer_freedial span a {
    color: #000;
}
.footer_freedial img {
	vertical-align: top;
	display: inline-block;
	float: right;
}
.footer_freedial p {
    vertical-align: middle;
    display: inline-block;
    padding: 10px 0 0 46px;
}
p#freenumber {
    padding: 0 0 0 4.8em;
    margin: 0;
    font-size: 1.2em;
}
.footer_three_fax {
    /* width: 100%; */
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    /* margin: 0 0 4px 0; */
    background-image: url(img/fax.png);
    background-repeat: no-repeat;
    background-size: 3.2em;
    padding: 0 0 0 4.8em;
    background-position: left 5% top 27%;
    font-size: 1.2em;
}
.footer_three_fax span {
    /* font-size: 2.2em; */
    /* line-height: 1em; */
    font-weight: bold;
    font-size: 2.5em;
    /* border-bottom: solid 1px #fff; */
    display: block;
    letter-spacing: .03em;
    padding: 0 37px 0 0;
    /* color: #FFF; */
}
a.footer_mail2 {
    display: inline-block;
    background: #fff;
    padding: 7px 20px 10px 20px;
    color: #fff;
    background-color: #cc363f;
    border-radius: 3px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.footer_three_mail {
	background-image: url(img/mail.png);
	background-repeat: no-repeat;
	background-size: 3em;
	padding: 15px 0 0 4.8em;
	background-position: left 5.5% top 74%;
	border-top: solid 1px #000;
	font-size: 1.2em;
}
.footer_three_mail p {
	margin: 0 0 6px 0;
}
footermenu {
	bottom:0;
	background-color:#ccc;
	width:100%;
	left:0;
	position:fixed;
}
footermenu ul{
	display:flex;
}
footermenu li{
	width:25%;
	box-sizing: border-box;
	display: flex;
	margin: 0;
}
footermenu li a{
	width:100%;
	color:#333;
	padding: 10vw 0 2vw 0;
	font-size: 2.8vw;
	transition: 0.3s;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0;
	background-color: #f7f4df;
	border-top:5px solid #817309;
	border-left:1px solid #817309;
	box-sizing:border-box;
	position:relative;
}
footermenu li:nth-child(1) a{
	border-left:none;
}
footermenu li:hover{
	color:#fff;
}
footermenu li.home a:before {
  font-family: 'Material Symbols Rounded';
  content: '\e88a';
	position:absolute;
	font-size:6vw;
	color:#706407;
	transition: 0.3s;
	top:1.5vw;
	left:calc(50% - .5em);
}
footermenu li.access a:before {
  font-family: 'Material Symbols Rounded';
  content: '\e55e';
	position:absolute;
	font-size:6vw;
	color:#706407;
	transition: 0.3s;
	top:1.5vw;
	left:calc(50% - .5em);
}
footermenu li.mail a:before {
  font-family: 'Material Symbols Rounded';
  content: '\e158';
	position:absolute;
	font-size:6vw;
	color:#706407;
	transition: 0.3s;
	top:1.5vw;
	left:calc(50% - .5em);
}
footermenu li.tel a:before {
  font-family: 'Material Symbols Rounded';
  content: '\e61d';
	position:absolute;
	font-size:6vw;
	color:#706407;
	transition: 0.3s;
	top:1.5vw;
	left:calc(50% - .5em);
}
/** ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲　20191122フッター修正　▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲　**/
/** ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　コロナ対策スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　**/
.top-covid19 {
    border: solid 2px #FF0000;
    padding-top: 16px;
    color: #FF0000;
    text-align: center;
    width: 90%;
    margin: 30px auto 0 auto;
    font-weight: bold;
}
.top-covid19 a{
    color: #FF0000;
    display: inline-block;
    font-size: 1.1em;
    margin-bottom: 10px;
    }
.top-covid19 p{
	display: inline-block;
	background-color: #FF0000;
	color:#fff;
	padding:5px 15px;
	margin-bottom: 10px;
}
.covid-19 h4 {
    border-bottom: 1px solid;
    padding: 20px 0 10px 0;
    color: #0c1c53;
    font-size:1.2em;
}
.kinkyu h4 {
    border-bottom: 1px solid;
    padding: 0 0 10px 0;
    color: #0c1c53;
    font-size:1.2em;
}
tbody.taisaku-table tr {
    display: flex;
}
tbody.taisaku-table td {
    padding: 5px;
}
tbody.taisaku-table td p a{
    background-color: #f14d29;
    padding: 5px 10px;
    color: #fff;
    border-radius: 6px;
}
a.covid19-news {
    background-color: #ff0000;
    color: #fff;
    padding: 10px 30px;
    font-size: 1.2em;
    border-radius: 10px;
}

/** ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲　コロナ対策スマホ　▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲　**/
	/*▼▼▼▼▼▼▼▼2022新備品ページ▼▼▼▼▼▼▼▼*/
#rentalgoods-title h3 {
    text-align: center;
}
.rentalgoods {
    width: 100%;
    margin: 0;
    padding: 0;
}

.rentalgoods table {
    width: 100%;
    border-collapse: collapse;
}

.rentalgoods table th {
    border: #bdbdbd solid 1px;
    padding: 5px 10px;
    background: #ECE6D2;
}
.rentalgoods table tr:hover{
	background:#FAEBEC;
}

.rentalgoods table td {
    border: #bdbdbd solid 1px;
    padding: 5px 10px;
}
.rentalgoods table td:nth-of-type(1){
	text-align: center;
	width: 30%;
}
.rentalgoods table td:nth-of-type(2){
	width: 100px;
}
.rentalgoods table td:nth-of-type(3){
	
}
.rentalgoods table td:nth-of-type(4){
	text-align: center;
	width: auto;
}
.rentalgoods table td a{
	width: 100%;
}
.rentalgoods table td img {
    height: 100px;
    object-fit: contain;
}
#rentalgoods-title {
    width: 100%;
    display:block;
}
#rentalgoods-title ul {
    width: 100%;
    margin: 20px auto;
    padding: 0;
    /* display: flex; */
    justify-content: space-around;
    /* border-right: solid #bdbdbd 1px; */
}

#rentalgoods-title ul li {
    width: 49%;
    margin: 2px 0;
    height: 41px;
    padding: 0 10px;
    /* border-left: solid #bdbdbd 1px; */
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    border-collapse: collapse;
    display: inline-block;
    justify-content: space-around;
    position: relative;
    background: #EFEFF8;
}
#rentalgoods-title ul li a:hover{
		background:#FAEBEC;
	}
	
#rentalgoods-title ul li a {
    display: block;
    margin: 0;
    width: 100%;
    /* height: 30px; */
    color: #555CA4;
    /* position: absolute; */
    /* transform: translateY(-0%) translateX(0); */
    -webkit- transform: translateY(-50%) translateX(-50%);
    padding: 10px;
    box-sizing: border-box;
}
.rentalgoods a.to-menu{
    background: #555CA4;
    margin: 15px 0 0 auto;
    padding: 3px 10px 4px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 9px;
    display: block;
    width: 200px;
    text-align: center;
}
.rentalgoods a.to-menu:before{
    content:
    "▲";
    margin: 0 5px 0 0;
    font-size: 1.1em;
}
a.to-menu {}
.scroll {overflow: auto; width: 99%;}
.rentalgoods th {width: 150px; height: 70px;}
.rentalgoods table {table-layout: fixed;}
/* ◆◆◆◆◆◆◆◆トップページ会議室一覧◆◆◆◆◆◆◆◆◆ */
#room_list{
	margin:0;
	padding-top: 2em;
	padding-bottom: 2em;
	box-sizing: border-box;
	letter-spacing: -4em;
	font-family: "ゴシック";
	background-color:#f2f0e6;
}
#room_list h2 {
    background: none;
    font-size: 2.3em;
    font-family: "ゴシック";
    font-weight: normal;
    color: #555;
    letter-spacing: normal;
	margin-bottom:2em;
}
#room_list h2:before {
  content: '';
  position:absolute;
  left: calc(50% - 50px);
  bottom: -5px;
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #333;
}
 #room_list h2:after {
  content: '';
  position: absolute;
  left: calc(50%);
  bottom: -5px;
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #FFE100;
}
#room_list p {
    font-size: 1.1em;
	font-family: "ゴシック";
    color: #555;
    letter-spacing: normal;
}
#room_list h2 span{
	margin: 0;
	display: block;
	font-size: .5em;
	font-weight: normal;
	font-family: "ゴシック";
}
#room_list .layout{
  display: flex;
  flex-wrap: wrap;
}
.button_list{
    letter-spacing: normal;
    margin: 1em auto;
    width: 100%;
}
.button_list a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1%;
  padding: 1em 2em;
  color: #333;
  font-size: 1.2em;
  /* font-weight: 700; */
  background-color: #fff;
  transition: 0.3s;
  border: 1px solid #817309;
}
.button_list a::after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #bba924;
	border-right: 3px solid #817309;
	transform: rotate(45deg);
}
.button_list a:hover{
  text-decoration: none;
  background-color: #f7f4df;
}
.room_list {
    width: 48%;
    margin: 1%;
    padding: .5em 0 5em 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    float : left;
    border:1px solid #817309;
    justify-content: space-around;
	position:relative;
	background-color:#fff;
}
a .room_list {
	color:#333;
}
.room_list:hover {
    background-color: #f1ebe0;
}
.room_list dt.room_img{
    width: 100%;
    display:block;
    box-sizing: border-box;
    padding: .2em .5em;
}
.room_list dt{
	margin:0;
	padding: .2em .5em .2em 1em;
	width: 50%;
	text-align:left;
	letter-spacing: normal;
	box-sizing: border-box;
  width: 50%;
}
.room_list dd {
	margin:0;
	padding:.2em .5em;
    width: 50%;
    font-size: 1.1em;
	margin-inline-start: 0px;
	text-align:left;
    letter-spacing: normal;
	box-sizing: border-box;
}
.room_list dt.room_link{
    width: 100%;
    display:block;
    box-sizing: border-box;
    padding: 2em 0 0 0;
    margin: 0;
	position:absolute;
	bottom:0;
}
.room_list dt.room_link a{
	color:#817309;
	padding: 1em 1em;
	font-size: 3vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0px;
	border-top:1px solid #817309;
}
.room_list dt.room_link a::after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #bba924;
	border-right: 3px solid #817309;
	transform: rotate(45deg);
}
.room_list dt.room_link a:hover{
  background-color: #bf4c2e;
  color: #fff;
}
.room_list dt.room_link a:hover::after{
	content: '';
	width: 5px;
	height: 5px;
	margin-right:-5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
.room_list dt{
	/* display:inline-block; */
	margin:0;
	padding: .2em .5em .2em 1em;
	width: 40%;
	text-align:left;
	letter-spacing: normal;
	box-sizing: border-box;
}
.room_list dd {
	/* display:inline-block; */
	margin:0;
	padding:.2em .5em;
	width: 60%;
	font-size: 1.1em;
	font-weight: 700;
	margin-inline-start: 0px;
	text-align:left;
	letter-spacing: normal;
	box-sizing: border-box;
}
.room_list dt.room_introduction{
    width: 100%;
    display:block;
	padding: 1em .5em .2em 1em;
}
dd {
	margin-inline-start: 1px;
}
dt {
	margin-inline-start: 1px;
}
dl{
	margin:0;
	padding:0;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	margin-inline-start: 0px;
}
/* ▼▼▼▼▼TOPバナー▼▼▼▼▼ */
.top_bn p {
	color: #ffffff;
	background-position: center;
	font-weight: 600;
	font-size: 1.2em;
	text-align: center;
	top: 0;
	width: 100%;
	background: #e94c3c;
	margin: 0;
}
.sma{
	display: block;
}
/* ▼▼▼▼▼特定商取引法▼▼▼▼▼ */
.trade_c {
	width: 100%;
	margin: auto;
}

table.trade_t {
	width: 90%;
	border-collapse: collapse;
	text-align: left;
	margin: 3em auto;
}

table.trade_t tr {
	font-size: 1.3em;
	border: 1px solid #000;
	height: 6em;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	align-content: center;
	padding: 1em 1em;
	lin-height: 1.2em;
}

table.trade_t th {
	font-weight: bold;
	padding: 0em 1em 0em 1em;
	width: auto;
	/* border-bottom: 1px solid #000; */
	margin: 0 auto 1em;
	/* text-align: center; */
	height: auto;
}
table.trade_t a {
	font-weight: bold;
	color: #b09b73;
	border-bottom: 1px solid;
}
/* ◆◆◆◆◆◆◆◆フッター運営会社、プライバシー、特定商取引CSS◆◆◆◆◆◆◆◆◆ */
.footer_link {
	display: flex;
}

.footer_link a {
	color: #333;
	font-size: 1.2em;
	height: 5em;
}
.privacy {
	width: 90%;
	margin: 0em auto;
}
.privacy h4 {
	font-size: 1.5em;
	margin: 1em 0;
}

.privacy p {
	text-align: left;
	padding: 0 0 0 1.5em;
}
navi li a:before {
	margin-right:.5em;
	position:relative;
	display:inline-block;
	font-size:10px;
	color: #333;
	transition: 0.3s;
	font-weight: normal;
	font-family: 'Material Icons';
	content: '\e5e1';
}

.footer_link li {
	list-style: none;
	margin-bottom: 2em;
}