@charset "utf-8";


.sp {
	display: none !important;
}

/* ------------------------------------------------------
 2.レイアウト
------------------------------------------------------ */

/* レイアウトに関する指定----------------------------------------  */
#wrapper {
}

/* ヘッダー */
header {
/*	height:135px;
	overflow: hidden;*/
}

header .inner {
	width:1000px;
	margin:auto;
	padding:0 20px;
}


/* フッター */
#footer {
}

/* フッター2 */
#footer2 {
}

#footer .inner ,#footer2 .inner {
	width:1000px;
	margin:auto;
	padding:0 20px;
}

/* ------------------------------------------------------
 4.ヘッダー
------------------------------------------------------ */
/* -------- ロゴ -------- */
#logoarea {
	width: 360px;
	float: left;
}

#logo {
/*	width: 194;*/
	position: relative;
	margin: 0;
/*	top: 50px;*/
}

/* -------- グローバルナビ -------- */

nav#g_navi {
	clear:both;
	height: 44px;
	width: 100%;
position: relative;
/*top: -140px;*/
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
  background-color: #FFFFFF; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E8E8E8));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #E8E8E8);
  background-image: -moz-linear-gradient(top, #FFFFFF, #E8E8E8);
  background-image: -ms-linear-gradient(top, #FFFFFF, #E8E8E8);
  background-image: -o-linear-gradient(top, #FFFFFF, #E8E8E8);
  background-image: linear-gradient(to bottom, #FFFFFF, #E8E8E8);
box-shadow: #b2b2b2 2px 2px 5px;
}
nav#g_navi ul.gl_menu {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	height: 44px;
/*	display: block !important;*/

display: flex !important;
justify-content: center;
}

nav#g_navi ul {
	height: 44px;
	list-style-type: none;
}
nav#g_navi li a {
/*	display: block;*/
	float: left;
	color: #303030;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	text-align: center;
	line-height: 32px;
	height: 32px;
	padding-bottom: 6px;
	font-size: 18px;
	padding-top: 6px;
/*	width: auto;*/
	width: 100%;
}
nav#g_navi li strong {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	text-align: center;
	line-height: 16px;
	height: 32px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	font-size: 12px;
	padding-top: 8px;
	width: auto;
}
nav#g_navi li a span {
	color: #FF9797;
	line-height: 10px;
	font-size: 10px;
}
nav#g_navi li strong span {
	color: #FF6666;
	line-height: 12px;
	font-size: 10px;
}
nav#g_navi li a span {
	color: #FF9797;
	line-height: 10px;
	font-size: 10px;
}
nav#g_navi li strong span {
	color: #FF6666;
	line-height: 12px;
	font-size: 10px;
}
nav#g_navi li a:hover span {
	color: #FFF;
}

nav#g_navi li a:hover {
	background-color: #DEE9FC;
}
nav#g_navi li {
/*	display: inline;*/
	width: calc(100%/5);
}

.slicknav_menu {
display:none;
}



/* ------------------------------------------------------
 5.コンテンツ
------------------------------------------------------ */
/* 電話へのリンクがあった場合 PC:無効 SP:有効 */
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}

/* 記事内お問い合わせ */
div.content_info{
width: 50%; padding: 10px; margin-bottom: 10px; border: 2px solid #cccccc;
}

/* ------------------------------------------------------
 6.フッター
------------------------------------------------------ */
/* -------- ロゴ -------- */
#footer-info {
	min-height: 80px;
}
#footer-info .f-logo{
	float:left;
	
}

#footer-info .navi{
	float:right;
}

/* -------- 右側 -------- */
#footer-navi{
}


/* -------- コピーライト -------- */
#copy{
	float:right;
	margin:-20px 0px 0 0;
	/*padding:0 20px 0 0;*/
	position: relative;
	/* bottom: -40px; */
	clear: both;
}
#footer2 #info{
	float:left;
	width:300px
}
#footer2 #info2{
	float:left;
margin: 10px 0 0 5px;
}

#info2-tel{
	float:right;
	font-size: 34px;
}

#contact-m {
    float: right;
margin: 10px 0 0 5px;}

/* -------- SSL -------- 
#ssl{
	float:right;
	margin:0 13px 0 0;
	padding:0 0 0 0;
}
*/
/* ------------------------------------------------------
 11.トップページ
------------------------------------------------------ */

/* -------- メインビジュアル -------- */
#mainvisual{
    margin:20px 0 20px 0;
    text-align: center;
}

video{
	aspect-ratio: 16 / 9;
}

/* -------- ボックス -------- */
.box{
	overflow: hidden;
	max-height: 232px;
	width: 242px;
	text-align: center;
}


/* ------------------------------------------------------
 12.下階層
------------------------------------------------------ */


