@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
/**********************************
	基本設定
**********************************/
body {
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	line-height: 1.6em;
	font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight: 500;
	color: #535761;
	-webkit-text-size-adjust: 100%;
}
table {
	margin : 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　/*IE8のみ適用*/
	vertical-align: middle;
	border: none;
}
.container {
	width: 1080px;
}
section {
	text-align: center;
	padding: 0;
}
section p {
	text-align: center;
}
section ul {
	margin: 0 auto;
}

#main {
	padding-top: 80px;
}
#main p {
	word-break: break-all;
}
h1,h2,h3{
	text-align: center;
}
p.b_g {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 3.5em;
}

/**********************************
	リンク設定
**********************************/
a {
	outline:none;
	color: #333;
}

a:hover {
	text-decoration: none;
}
a,a:hover,a:hover img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
/**********************************
	要素左右設定
**********************************/
.taC {
	text-align: center !important;
}

.taR {
	text-align: right !important;
}

.taL {
	text-align: left !important;
}
/**********************************
	ヘッダー設定
**********************************/
#header {
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	height: 80px;
}
/**********************************
	メニュー設定
**********************************/
#gNav a:hover {
	color: #999;
}
nav li a {
	font-size: 13px;
	letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
	background: rgba(255,255,255,0.8);
	/*background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
}

.h_logo img {
	width: 300px;
}
#h_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gNav ul {
	position: relative;
	display: flex;
}
#gNav li {
	position: relative;
	margin-right: 3em;
}
#gNav li:last-child {
	margin-right: 0;
}
#gNav li i {
	font-size: 16px;
	margin-left: 5px;
}
#gNav li a {
	position: relative;
	display: block;
	text-align: center;
	line-height: 80px;
}
#gNav .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: block;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#gNav .sub-menu a {
	padding: 10px;
	display: block;
	border-bottom: none;
	padding: 20px;
	line-height: 1.2em;
}
#gNav .sub-menu a:hover:after {
	content: none;
}
#gNav .sub-menu li {
	display: block;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
#gNav .sub-menu li:last-child {
	border-bottom: none;
}
#gNav ul > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}
#gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
	color: #bfd0ff;
}
#gNav li:hover ul.sub-menu {
	top: 80px;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
#gNav li ul li:after {
	content: none;
}
#gNav li:hover ul.sub-menu a {
	color: #111;
}
#gNav .sub-menu li a:hover {
	background: #fff;
}
#gNav .contact_btn a:hover {
	color: #fff;
}

/**********************************
	フッター
**********************************/
#footer {
	background: #fff;
	font-size: 14px;
	padding: 30px 0;
}
.f_logo,.f_logo p {
	text-align: center;
}
.copy {
	text-align: center;
}

.f_logo img {
	margin-bottom: 20px;
	width: 200px;
}
/**********************************
	コンテンツ
**********************************/
#sec01 {
	padding: 30px 0;
	background-image: url("../img/luxx_top.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	height: 580px;
	padding: 150px 0px;
	-moz-background-size:cover;
	background-size:cover;
}
#sec02 {
	background: #fff;
}
#sec03 {
	background: #f5f5f5;
	background-image: url("../img/luxx_top_1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	/*padding: 100px 0;*/
}
#sec03 h3 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 2em;
	font-weight:bold;
	color: #555;
}
#sec04 {
	background: #fff;
	/*padding: 100px 0;*/
	background-image: url("../img/sec04.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
#sec04 h3 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 2em;
	font-weight:bold;
	color: #555;
}
#sec05 {
	background: #f5f5f5;
	background-image: url("../img/sec05.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	/*padding: 100px 0;*/
}
#sec05 h3 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 2em;
	font-weight:bold;
	color: #555;
}
#sec_top h3 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 2em;
	font-weight:bold;
	color: #555;
}

#sec10 {
	padding: 30px 0;
	background-image: url("../img/luxx_top5.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	height: 580px;
	padding: 150px 0px;
	-moz-background-size:cover;
	background-size:cover;
}


#sub_sec01 {
	background: #fff;
	padding: 100px 0;
}
#sub_sec01 h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 2em;
	font-weight:bold;
	color: #555;
}
#sub_sec02 {
	background: #f5f5f5;
	padding: 100px 0;
}
#sub_sec02 h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 2em;
	font-weight:bold;
	color: #555;
}
#sub_sec03 {
	background: #fff;
	padding: 100px 0;
}
#sub_sec03 h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 2em;
	font-weight:bold;
	color: #555;
}
#sub_sec04 {
	background: #f5f5f5;
	padding: 100px 0;
}
#sub_sec04 h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 2em;
	font-weight:bold;
	color: #555;
}
.sub_top {
	width : 100%;
	height : 300px;
	position: relative;
}
.sub_top img {
	width : 100%;
	height : 300px;
	object-fit: cover;
}
.sub_top h1 {
	font-size: 2em;
	font-weight:bold;
	color: #555;
	position: absolute;
	top : 50%;
	left : 50%;
	transform: translate(-50%, -50%);
}
.btn {
	display: block;
	width: 300px;
	background: #fff;
	color: #618bbe;
	padding: 0.8em 1em;
	text-align: center;
	margin: 0 auto;
	border-radius: 100px;
}
.btn:before {
	content: "\f104";
	font-family: "FontAwesome";
	margin-right: 5px;
}

/**********************************
	問合せ
**********************************/
.contact_h2 {
	font-size: 14px;
	text-align: center;
	color: #333;
	margin: 10px;
}
.policy_box {
	width: 90%;
	overflow: auto;
	height: 300px;
	font-size: 13px;
	text-align: left;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #333;
	filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.8));
	color: #555;
	background: rgba(255, 255, 255, 0.8);
}
.policy_box p {
	text-align: left;
}
.policy_box h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 15px 0px 5px 0px;
}
.policy_box ol {
	margin-left: 20px;
	margin-bottom: 15px;
	/*flex: 2;*/
}
.policy_contact7 {
	width: 100%;
	font-size: 13px;
	margin: 5px auto;
	color: #333;
}

@media screen and (max-width:780px){
}


