@charset "utf-8";
/* CSS Document */
h1 {
	font-size: 0.75em;
	text-align: center;
	color: #000;
	/*文字色*/
	padding: 0.5em 0;
	/*上下の余白*/
	border-top: solid 2px #000;
	/*上線*/
	border-bottom: solid 2px #000;/*下線*/
}
.header {
	width: auto;
	height: auto;
}
#heed {
	width: 90%;
	height: 100px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.logo {
	width: 30%;
	padding-top: 20px;
	float: left;
}

.logo {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rogo_img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-top: 1px;
	margin-bottom:10px;
}


.mail {
	width: 60%;
	float: right;
	text-align: right;
	font-size: 36px;
	font-weight: bolder;
}
/*ナビ固定*/
.menu {
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	background-color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.menu ul {
	width: 100%;
	z-index: 999;
}
.menu li {
	float: left;
	text-align: center;
	width: 15%;
	height: 50px;
	list-style-type: none;
	text-decoration: none;
	color: #fff;
	display: block;
	border-right: 1px dotted #999;
	box-sizing: border-box;
}
.menu li a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 48px;
	text-decoration: none;
}
.menu ul li a:hover {
	background-color: #333;
}
.menu li:last-child {
	border-right: none;
}
.menu li a:hover {
	background: #666;
}
/* subnavigation */
.menu li ul {
	display: none;
	position: absolute;
	width: 12.6%;
}
.menu li ul li {
	float: none;
	width: 100%;
}
.menu li ul li:last-child {
	border-bottom: none;
}
.menu li ul li a {
	background: #000;
}
.menu li ul li:last-child a {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.fixed {
	position: fixed;
	top: -15px;
	width: 99%;
	height: 7%;
	z-index: 1000;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	background-color: rgba(0,0,0,0.6);
}
/*PCナビ設定*/
.sub ul {
	width: 100%;
	display: block;
}
.sub li {
	float: none;
}
/* 2階層目以降のサブメニュー */

.sub ul {
}
.sub li a {
	background-color: #000;
}
.menu li ul.sub {
	position: absolute;/* サブメニューを開いた際にマウスイベントが動作しなくなる現象を防止 */
}
.menu {
	zoom: 1;
}
/* スマホメニュー設定 */
a.meanmenu-reveal {
	display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	width: 100%;
	position: fixed;
	background: none;
	min-height: 58px;
	z-index: 98;
	top: 0;
	left: 0;
}
.mean-container a.meanmenu-reveal {
	width: 58px;
	height: 58px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #838daa;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	font-size: 1px;
	display: block;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	padding-top: 7px;
	box-sizing: border-box;
	z-index: 99;
	padding-top: 11px;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #44698f;
	height: 3px;
	margin-top: 6px;
	margin-right: 15px;
	margin-left: 15px;
}
.mean-container a.meanmenu-reveal.meanclose {
	color: #44698f;
	font-size: 50px;
	font-weight: normal;
	padding-top: 18px;
	text-indent: -9999em;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 58px;
	max-height: 100vh;
	overflow-y: auto;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	overflow-y: scroll;
	background: #fff;
	position: relative;
	z-index: 99;
	max-height: 100vh;
	margin-bottom: 58px;
}
.mean-container .mean-nav ul ul {
	padding-bottom: 0;
	margin-bottom: 0;
	background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	border-top: 1px solid #eee;
	text-decoration: none;
	text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
 background:;
	background: rgba(0,0,51,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background: #fafafa;
	border: none !important;
	border-left: 1px solid #eee !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
	color: #ccc;
	font-size: 24px;
	padding: 0.15em 0.5em;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #44698f;
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove {
	display: none !important;
}
 @media only screen and ( max-width : 768px ) {
.mean-nav .mask {
	background: rgba(0,0,0,.6);
	top: 58px;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100vh;
	opacity: 1;
	display: none;
}
.h_logo {
	position: absolute;
	top: 18px;
	left: 10px;
	z-index: 99;
}
#gNav .nav {
	overflow-y: auto;
	height: 100vh;
	z-index: 2;
}
.mean-nav .container {
	padding: 0;
}
.nav .sub-menu li:last-child {
	border-bottom: none;
}
nav li .fa {
	display: none;
}
.mail {
	display: none;
}
}
/*見出し*/
#business-box h2 {
	color: #000;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	padding-left: 20px;
	border-top: solid 3px #364e96;/*上線*/
	border-bottom: solid 3px #364e96;/*下線*/
}
#business-box ul {
	color: #668ad8;
	border: double 5px #668ad8;/*二重線 太さ 色*/
	background: #f1f8ff;
	padding: 0.5em 0.5em 0.5em 2em;
}
#business-box ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style: none;
}
#business-box img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
/*テーブル設定*/
#business-box {
	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 5px;
	padding: 5px;
	width: 100%;
	table-layout: fixed;
}
table caption {
	font-size: 1em;
	margin-top: 30px;
	margin: 20px;
}
table tr {
	background: #666;
	border: 3px solid #fff;
	padding: .35em;
}
table th, table td {
	padding: 15px;
	text-align: center;
	color: #FFF;
	border-left: #FFF solid 3px;
}
table th {
	font-size: .90em;
	color: #FFF;
	letter-spacing: .1em;
	text-transform: uppercase;
}
/*画像縮小*/

img {
	max-width: 100%;
	height: auto;
	display: block;
}
address {
	width: 100%;
	height: 30px;
	font-style: normal;
	padding-top: 10px;
	margin-top: 20px;
	text-align: center;
	font-size: 0.75em;
	background-color: #000;
	color: #FFF;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;/* Firefox用 */
}
/*フッター*/
.foot {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.foot ul {
	color: #1e366a;
	border-top: solid #1e366a 1px;/*上のボーダー*/
	border-bottom: solid #1e366a 1px;/*下のボーダー*/
	padding: 0.5em 0 0.5em 1.5em;
}
.foot ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style: none;
}
.foot h2 {
	color: #364e96;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-top: solid 3px #364e96;/*上線*/
	border-bottom: solid 3px #364e96;/*下線*/
	padding-left: 20px;
}
/*上に戻るボタン*/
#tophe {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
}
#tophe a {
	display: block;
	color: #fff;
	background-color: #000000;
	opacity: 0.7;
	text-decoration: none;
	width: 75px;
	padding: 25px 0;
	text-align: center;
	border-radius: 16px;
}
 @media (max-width: 1000px) {
#heed {
	width: 90%;
	height: 70px;
}
.content, .sidebar {
	float: none;
	width: 100%;
}
.wrapper {
	width: 100%;
	float: none;
	margin-top: 0px;
}
.studio-box {
	float: none;
}
}
 @media screen and (max-width: 768px) {
.none {
	display: none;
}
.info-top-p {
	font-size: 10px;
}
.top-h2 {
	font-size: 8px;
}
address {
	font-size: 9px;
}
#business-box img {
	height:200px;
}

}
 @media screen and (max-width: 600px) {
table {
	border: 0;
}
table caption {
	font-size: 1.3em;
}
table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
table tr {
	border-bottom: 3px solid #ddd;
	display: block;
	margin-bottom: .625em;
}
table td {
	border-bottom: 1px solid #ddd;
	display: block;
	font-size: .8em;
	text-align: right;
}
table td:before {
	/*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
	content: attr(data-label);
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
table td:last-child {
	border-bottom: 0;
}
}
/*-----------iframeここまで----------------*/

.iframe-gmap {
	position: relative;
	padding-bottom: 20%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframe-gmap iframe, .iframe-gmap object, .iframe-gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;/* Firefox用 */
}
.rink {
	text-align: center;
}
/*テーブルデザインサンプルー１*/
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table th.t_top {
	border-top: #000 4px solid;
}
.table th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #000;
	padding: 10px;
	font-weight: normal;
}
.table td.t_top {
	border-top: #be1309 4px solid;
}
.table td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}
/*テーブルデザインサンプルー２*/
