/***********************************
 reset
***********************************/
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
*, html, body, div, dl, dt, dd, ul, ol, li, header, footer, nav,section,
h1, h2, h3, h4, h5, h6, form, input, textarea, p{
	margin: 0;
	padding: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 1em;
}
dl, ul, ol{
	list-style-type: none;
}
html{
	overflow: unset;
	height: auto;
	min-height: 100%;
}
a{
	color: #026aa0;
}
a:hover{
	color: #028e9e;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/***********************************
 base
***********************************/
body{
	position: relative;
	margin: 0;
	padding: 0;
	min-width: 1200px;
	height: 100vh;
	min-height: 100%;
	line-height: 1.6em;
	letter-spacing: 0.07em;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	background:#1e1e1e;
}
article{
	position: relative;
	margin: auto;
	min-width: 1200px;
	width: 100%;
	height: auto;
	background: none;
	overflow: hidden;
}
section,
div.container{
	clear: both;
	position: relative;
	padding: 0;
	background: none;
	height: 100%;
	overflow: hidden;
	min-width: 1200px;
}
section{
	margin: 15px auto;
	max-width: 1200px;
	min-width: 1200px;
}
section.short{
	max-width: 800px;
}
div.container{
	margin: 0 auto;
	width: 1200px;
}
div#background{
	padding:0;
	margin:0;
	z-index:1;
	position:fixed;
	top:0;
}
div#background video{
	padding: 0;
	margin: 0;
	min-width:100%;
	min-height:100%;
}

main{
	position:relative;
	top: 60px;
	overflow:hidden;
	z-index:10;
	width: 100%;
}

aside{
	float: right;
	width: 340px;
	height: 100%;
}

/***********************************
 others
***********************************/
.txtSS{
	font-size: 0.85em;
	letter-spacing: -0.1em;
}
.txtS{
	font-size: 0.9em;
	letter-spacing: -0.06em;
}
.txtM{
	font-size: 1.05em;
	letter-spacing: -0.06em;
}
.txtL{
	font-size: 1.2em;
	letter-spacing: 0;
}
.txtAC{
	text-align: center;
}
.txtAL{
	text-align: left;
}
.txtAR{
	text-align: right;
}
.fltL{
	float: left;
}
.fltR{
	float: right;
}

ul.disc{
	list-style-type: disc;
	margin-left: 20px;
	text-align: left;
}

ul.caution{
	margin: 0 0 0 20px;
	text-align: left;
}
ul.caution li{
	position: relative;
	padding: 2px 0 0;
}
ul.caution li::before {
	position: absolute;
	left: -1.2em;
	display: block;
	content: "※";
}

/***********************************
 header, footer
***********************************/
header{
	position: fixed;
	display: block;
	overflow: hidden;
	top: 0;
	z-index: 20;
	width: 100%;
	letter-spacing: normal;
	font-size: 0.85em;
	margin: 0;
	height: 70px;
	background: #111111;
	opacity: 0.85;
}
header h1 {
	margin: 0px 0;
	width: 214px;
	height: 69px;
}

header h1 a {
	text-indent:-9999px;
	display:inline-block;
	width:100%;
	height:100%;
	background: url(/images/logo.png?date2023) no-repeat center center;
}

footer{
	position:relative;
	z-index: 10;
	margin-top: 70px;
	background: #111111;
	text-align: center;
	width:100%;
}

footer ul.footer_nav{
	display: inline-block;
	margin: 45px auto 70px;
}
footer ul.footer_nav li{
	position: relative;
	float: left;
	margin: 0 20px;
}
footer ul.footer_nav li:after{
	position: absolute;;
	top: 5px;
	bottom: 5px;
	right: -20px;
	display: block;
	content: "";
	border-right: solid 1px #ffffff;
}
footer ul.footer_nav li:last-child:after{
	display: none;
}
footer ul.footer_nav li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
}
footer ul.footer_nav li a:hover{
	color: #f2e170;
}

footer #copyright{
	margin: 50px 0 20px;
	color: #ffffff;
}

/***********************************
 nav
***********************************/
/******  nav ******/
.dwCheck,
.dwBtn,
.drawer-menu {
	display: none;
}

header nav {
	position: absolute;
	bottom: 10px;
	right: 0;
}

header nav ul li {
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
	width: 131px;
	height: 58px;
	overflow: hidden;
}

header nav ul li:last-child {
	margin-right: 0;
}

header nav ul li a {
	display:inline-block;
	width:100%;
	height:100%;
	position: relative;
	text-indent: -9999px;
}


header nav ul li:nth-child(1) a {
	background: url(/images/nav01.png) no-repeat center;
}


header nav ul li:nth-child(2) a {
	background: url(/images/nav02.png) no-repeat center;
}


header nav ul li:nth-child(3) a {
	background: url(/images/nav03.png) no-repeat center;
}


header nav ul li:nth-child(4) a {
	background: url(/images/nav04.png) no-repeat center;
}




header nav ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	content: "";
	border-bottom: solid 0px #e9e9e9;
}

header nav ul li a.on:after,
header nav ul li a:hover:after {
	border-bottom:solid 2px #e9e9e9;
}


/***********************************
 #pnList
***********************************/
ul#pnList li{
	float: left;
}
ul#pnList li:after{
	float: right;
	display: block;
	padding: 0 10px;
	content: ">";
	line-height: 1.5em;
}
ul#pnList li:last-child:after{
	display: none;
}
ul#pnList li a{
	display: inline-block;
	color: #242424;
	text-decoration: none;
}
ul#pnList li a:hover{
	color: #663399;
}

/***********************************
 h2, h3, h4
***********************************/
h2, h3, h4{
	font-weight: normal;
}

h2{
	margin: 0;
	font-size: 1.5em;
}

#home h2,
h3{
	margin: 10px 0 15px;
	font-size: 2em;
}

#home h3,
h4{
	margin: 10px 0;
	font-size: 1.6em;
}

#home h4{
	margin: 10px 0 5px;
	font-size: 1.3em;
}

/***********************************
 table
***********************************/
table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.3em;
}
th {
	padding: 10px 20px;
	border: #bbbbbb 1px solid;
	background: #F6F6F1;
	font-weight: bold;
}
td {
	padding: 10px;
	background: #ffffff;
	border: #bbbbbb 1px solid;
}

table.noBorder{
}
table.noBorder th,
table.noBorder td {
	padding: 5px 10px;
	background: none;
	border: none;
}
table.noBorder th img,
table.noBorder td img{
	display: block;
	margin: auto;
}

/***********************************
 .row, .column
***********************************/
.row{
	position: relative;
	display: -webkit-flex;
	display: flex;
	width: calc(100% + 30px);
	margin: 0 0 30px;
}
.row:after{
	clear: both;
	display: block;
	content: "";
}
.column1,
.row .column2,
.row .column3-1,
.row .column3-2,
.row .column4-1,
.row .column4-3,
.row .column5-1{
	display: block;
	float: left;
	overflow: hidden;
	margin: 0 30px 0 0;
}
.column1{ width: calc(100% - 30px); clear: both; }
.row .column2{ width: calc(50% - 30px); }
.row .column2.short{ width: calc(38% - 30px); }
.row .column2.long{ width: calc(62% - 30px); }
.row .column3-1{ width: calc((100% /3) - 30px); }
.row .column3-2{ width: calc((100% /3) * 2 - 30px); }
.row .column4-1{ width: calc(25% - 30px); }
.row .column4-3{ width: calc(75% - 30px); }
.row .column5-1{ width: calc((100% /5) - 30px); }

.column1 img,
.row .column2 img,
.row .column3-1 img,
.row .column3-2 img,
.row .column4-1 img,
.row .column4-3 img,
.row .column5-1 img{
	display: block;
	width: 100%;
}

.column1 img.fixity,
.row .column2 img.fixity,
.row .column3-1 img.fixity,
.row .column3-2 img.fixity,
.row .column4-1 img.fixity,
.row .column4-3 img.fixity,
.row .column5-1 img.fixity{
	display: block;
	margin: 0 auto;
	width: auto;
}

.row .boxShadow{
	border: solid 1px #c4c4c4;
	background: #ffffff;
	width: calc(100% - 4px);
	height: calc(100% - 5px);
	box-shadow: 0px 0px 3px 0px #c4c4c4;
}
.row.boxRowBorder{
	padding: 30px 0 30px 30px;
	background: #ffffff;
	width: calc(100% - 32px);
	border: solid 1px #cfceac;
}
.row.boxRowBorder + .row.boxRowBorder{
	border-top: none;
	margin-top: -40px;
	padding-top: 0;
}
.row.boxColor{
	padding: 30px 0 30px 30px;
	width:calc(100% - 32px);
	border: solid 1px #ffffff;
}
.row.boxColor.color01{ 	background: #ebf2c7; }
.row.boxColor.color02{ 	background: #f2ecc7; }
.row.boxRowBorder .row:last-child,
.row.boxColor .row:last-child{
	margin: 0;
}

/***********************************
 .btn, .btnBox, .btnBoxRow
***********************************/
a.btn{
	display: block;
	width: 260px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
a.btn:hover{
	background-position: left bottom;
}
a.btn.contact{ background-image: url(/images/btn_contact.png); }

a.btnTxt{
	display: inline-block;
	margin: 10px; 
	padding: 0 1em 0 1.05em;
	background: #423837;
	min-width: 180px;
	height: 33px;
	line-height: 33px;
	letter-spacing: 0.05em;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	border-radius: 3px;
}
a.btnTxt:hover,
a.btnTxt:active{
	background: #4f4342;
}

a.btnTxtBlue{
	position: relative;
	display: inline-block;
	margin: 10px; 
	padding: 0 1em 0 1.05em;
	background: #27a0e0;
	min-width: 170px;
	height: 33px;
	overflow: hidden;
	z-index: 1;
	line-height: 33px;
	letter-spacing: 0.05em;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	border-radius: 3px;
}
a.btnTxtBlue:before{
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 80px transparent;
	border-bottom: solid 33px #2094db;
	z-index: -1;
}
a.btnTxtBlue:hover{
	background: #228dc7;
}
a.btnTxtBlue:hover:before{
	border-bottom: solid 30px #1d83c2;
}

a.bgChenge{
	position: relative;
	display: inline-block;
	color: #242424;
	text-decoration: none;
	transition: all 0.5s;
}
a.bgChenge:hover{
	color: #242424;
	background: #ffffff;
	box-shadow: inset 0 0 10px 10px #f4d6e5;
}
a.imgChenge{
//	transition: all 0.5s;
}
a.imgChenge img{
	display: unset !important;
}
a.imgChenge:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.btnBoxLine{
	clear: both;
	margin: 10px 0;
}
.btnBoxLine:after{
	clear: both;
	display: block;
	content: "";
}
.btnBoxLine a.btn{
	float: left;
	margin-right: 4px;
}

.btnBoxRow{
	margin: 15px;
}
.btnBoxRow a.btn{
	display: block;
	margin: 0 auto;
}
.btnBoxRow a.btn + a.btn{
	margin-top: 15px;
}

.btnBox{
	display: table;
	border-collapse: separate;
	border-spacing: 15px;
	width: 100%;
	table-layout: fixed;
}
.btnBox a.btnTxt{
	display: table-cell;
	width: auto;
	border-radius: unset;
}

.btnBoxCover{
	clear: both;
	margin: 10px auto 20px;
	padding: 20px 0;
	width: 80%;
	background: #eef0d9;
	border: solid #ffffff 3px;
	outline: solid #dde4ce 1px;
	text-align: center;

}
.btnBoxCover:after{
	clear: both;
	display: block;
	content: "";
}
.btnBoxCover p{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	font-size: 1.1em;
}
.btnBoxCover .btnBox a.btnTxt{
	margin: 5px 10px 0; 
}

/**********************************************************************
 
 page
 
**********************************************************************/

/***********************************
 #mainimage
***********************************/
#mainimage{
	margin: 0;
	padding-top: 150px;
	height: calc(100vh - 350px);
	min-height:300px;
}
#mainimage img{
	display: block;
	margin: auto;
}

/***********************************
 home
***********************************/
#news h2 {
	font-size:1.5em;
	line-height:2em;
}

#news ul li{
	padding: 0 0 5px 100px;
	text-indent: -100px;
}
#news ul li span{
	display: inline-block;
	width: 100px;
	text-indent: 0;
}
#news ul li a {
	text-decoration: none;
	color:white;
}
article#SNS{
	padding:0;
	ovarflow:hidden;
	background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #dd9700 51%, #dd9700 100%);
}
article#SNS section {
	background: url(/images/img_snspng.png) top left no-repeat;
	margin: 0 auto;
	padding: 0;
}
article#SNS section div{
	box-sizing: border-box;
	float:right;
	width: 650px;
	min-height: 400px;
	max-height: 500px;
	margin: 0;
	padding:100px;
	text-align:left;
}

article#website {
	padding: 100px 0;
	ovarflow: hidden;
	background: #111111;
	opacity: 0.95;
}

article#website section {
	margin: 0 auto;
	padding: 0;
}

article#website section img {
	width:32%;
	display: inline-block;
}
article#house {
	padding:100px 0; 
	background:url(/images/house.jpg) center center;
	background-size:cover;
	height:400px;
}
article#house section{
	text-align:center;
}

article#house section h3 {
	line-height:1.5em;
	width:fit-content;
	margin:30px auto;
	border-bottom:solid 10px #dd9700;
}

article#aboutus {
	padding: 100px 0;
	background: #111111;
	opacity: 0.95;
	height: 400px;
	text-align:center;
}
article#aboutus section table{
	margin:auto;
	display: inline-block;
	width:fit-content;
	font-size:1.2em;
	
}
article#aboutus section table td,
article#aboutus section table tr,
article#aboutus section table th {
	background:none;
}
article#aboutus section table td,
article#aboutus section table th {

	border-top: none;
	border-left: none;
	border-bottom: solid 1px #dd9700;
}
article#aboutus section table th {
	width: 200px;
	border-right: 1px dotted #ffffff;
}
article#aboutus section table td{
	text-align:left;
	padding:10px 20px;
	width: 500px;
	border-right: none;
}
ol {
	list-style-type: decimal;
	margin-left: 1.5em;
	text-align: left;
}
article#house section h3 {
	line-height: 1.5em;
	width: fit-content;
	margin: 30px auto;
	border-bottom: solid 10px #dd9700;
}
article#contactArea {
	padding: 100px 0;
	ovarflow: hidden;
	background: #111111;
	opacity: 0.95;
	text-align: center;
}

h2.sepalate{
	box-sizing: border-box;
	line-height:2em;
	font-size:2.5em;
	padding:20px;
	text-align:center;
	background:#111111;
	opacity: 0.85;
	text-shadow: 0 0 0.1em rgb(145, 145, 145);
}
h2.sepalate span {
	display:block;
	line-height: 0.5em;
	font-size:0.5em;
	color:#dd9700;
}
header,main,footer{
	display: none;
}

#wrapper {
	height: 100%; // 高さを画面いっぱいに指定する。(vhが効かない場合の対策)
	height: 100vh; // 高さを画面いっぱいに指定する。
	position: relative; //横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。
	width: 100%; // 横幅もいっぱいに。
	overflow:hidden;
}

#video {
	left: 0;
	min-height: 100%;
	min-height: 100vh;
	min-width: 100%;
	min-width: 100vw;
	// wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。
	position: absolute;
	top: 0;
	// z-indexは調整してください。
	z-index: 1;
}