@charset "UTF-8";

/*
フォントサイズ早見表
回り込み
カラム
左右ボックス
リスト型メニュー
リスト各種
記述リスト
表組み
よくある質問
動画埋め込み
Googleマップ埋め込み
SNSシェアボタン
罫線
個別調整
リセット
ClearFix
*/


/* ■ フォントサイズ早見表 ==================================================================================== */

/*
font-size percent/px (100% = 14px)
10px = 72%
11px = 79%
12px = 86%
13px = 93%
14px = 100%
15px = 108%
16px = 115%
17px = 122%
18px = 129%
19px = 136%
20px = 143%
21px = 150%
22px = 158%
23px = 165%
24px = 172%
25px = 179%
26px = 186%
27px = 193%
28px = 200%
29px = 207%
30px = 214%
*/



/* 全体 --------------------------------------------------- */

body {
font-feature-settings: "palt";
}



/* テキスト・リンク色  --------------------------------------------------- */

/* テキスト色 */
body {
color: #000;
}

/* アラート色 */
.Alert {
color: #ff0000;
}

/* ListKomeAlert */
.ListKomeAlert li {
color: #ff0000;
}

/* リンク色  */
a:link {
color: #000;
text-decoration: none;
}

a:active {
color: #000;
text-decoration: none;
}

a:visited {
color: #000;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: underline;
}

/* ■ リセット ==================================================================================== */


body {
margin: 0;
padding: 0;
font-size: 14px; 
line-height: 1.0em;
-webkit-text-size-adjust: none;
}


h1,h2,h3,h4,h5,h6,p,th,td,dl,ul,ol,caption,blockquote,input,select,textarea,div {
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 100%;
line-height: 1.8em;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
display: block;
margin: 0;
padding: 0;
box-sizing: border-box;
}

input,select,textarea {
margin: 0;
padding: 0;
box-sizing: border-box;
}

*:focus {
outline: none; 
}

img {
width: 100%;
height: auto;
border: none;
vertical-align: bottom;
}

form {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

blockquote {
margin: 0 0 0 30px;
}

small {
font-size: 86%;
line-height: 1.5em;
}

strong, em {
font-style: normal;
font-weight: bold;
}





/* フッターNOTE（FooterNote） --------------------------------------------------- */

@media only screen and (max-width: 767px) {
	
	#LaforetTop_SP {
	text-align: center;
	}
	
	#LaforetTop_SP img {
	width: 200px;
	height: auto;
	}
	
	#LaforetTop_PC {
	display: none;
	}
	
	.Main {
	margin: 0 10px;
	}

	#Footer .Copyright {
	text-align: center;
	}
	
	/* ツイッターボタン横幅調整 */
	iframe.twitter-share-button {
	width: 100px !important;
	}

	#Footer {
    width: 100%;
    padding: 40px 0;
 	background: #000;
 	margin-top: 20px;
	}
	
	#Footer .Copyright_Pc {
	display: none;
	}
	
	#Footer .Copyright_Sp {
	width: 280px;
	margin: 0 auto;
	}

	#FooterNav {
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
	}


}


@media print, screen and (min-width: 768px) {

	#FooterNote {
	width: 940px;
	margin: 100px auto 0 auto;
	}
	
	#FooterNote .ListKomeS {
	float: left;
	}
	
	#FooterNote .SnsShare {
	float: right;
	}
	
	#LaforetTop_PC {
	text-align: center;
	margin: 50px 0 0 0;
	}
	
	#LaforetTop_PC img {
	width: 250px;
	height: auto;
	}
	
	#LaforetTop_SP {
	display: none;
	}
	
	#Footer {
	width: 100%;
	margin: 50px auto 0 auto;
	padding: 50px 0;
	text-align: center;
	background: #000;
	}
	
	#Footer .Copyright_Pc {
	margin: 30px auto 0 auto;
	width: 280px;
	}

	.BtnTop img {
	width: 200px !important;
	}

}


@media print, screen and (min-width: 1090px) {



}



/* ページの先頭へ（PageTop） --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#PageTop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 900;
	}
	
	#PageTop img {
	width: 40px;
	height: auto;
	}

}

@media print, screen and (min-width: 768px) {

	#PageTop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	}

}





/* SNSボタン ------------------ */

.Share {
width: 100%;
margin-bottom: 30px;
text-align: center;
}

.SnsBtn {
display: inline-block;
width: 280px;
height: 40px;
overflow: hidden;
margin: 0 auto 0 auto;
}

.SnsBtn li {
float: left;
width: 40px;
margin: 0 15px;
}

.SnsBtn li a {
display: block;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
height: 40px;
}

.SnsBtn .Instagram a {
background: url(../img/common/sns/Icon_Insta.png) no-repeat;
background-size: 40px 40px;
}

.SnsBtn .Twitter a {
background: url(../img/common/sns/Icon_X.png) no-repeat;
background-size: 40px 40px;
}

.SnsBtn .FB a {
background: url(../img/common/sns/Icon_Facebook.png) no-repeat;
background-size: 40px 40px;
}

.SnsBtn .Line a {
background: url(../img/common/sns/Icon_Line.png) no-repeat;
background-size: 40px 40px;
}



/* 見出し --------------------------------------------------- */


@media only screen and (max-width: 767px) {

	#SubMenu {
	    text-align: center;
	}
	
	#SubMenu h2 {
		margin-top: 20px;
	    font-size: 186%;
	    color: #000;
	    line-height: 1.2em;
	    font-family: 'Oswald', sans-serif;
	}

}


@media print, screen and (min-width: 768px) {

	#SubMenu {
	    margin: 40px auto;
	    text-align: center;
	}
	
	#SubMenu h2 {
	    font-size: 50px;
	    color: #000;
	    font-family: 'Oswald', sans-serif;
	}

}




/* トップに戻る --------------------------------------------------- */

@media only screen and (max-width: 767px) {
	
	.ToTop {
	text-align: center;
	}
	
	.ToTop a {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 30px auto;
	color: #fff;
	font-size: 124%;
	background: #000;
	border-radius: 30px;
	text-align: center;
	padding: 10px 0;
	}
	
	.ToTop a:before {
	position: absolute;
	top:35%;
	left: 20px;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	
	.ToTop a:hover {
	text-decoration: none;
	}

}


@media print, screen and (min-width: 768px) {
	
	.ToTop {
	text-align: center;
	}
	
	.ToTop a {
	position: relative;
	display: inline-block;
	width: 300px;
	margin: 30px auto;
	color: #fff;
	font-size: 124%;
	background: #000;
	border-radius: 30px;
	text-align: center;
	padding: 10px 0;
	}
	
	.ToTop a:before {
	position: absolute;
	top:35%;
	left: 20px;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	
	.ToTop a:hover {
	text-decoration: none;
	}

}

@media print, screen and (min-width: 1090px) {

}


/* フェードイン  --------------------------------------------------- */

.FadeMv1 {
opacity: 1.0 !important;
transform: translate(0,0) !important;
-webkit-transform: translate(0,0) !important;
transition: 1s;
}

.FadeMv2 {
opacity: 1.0 !important;
transform: translate(0,0) !important;
-webkit-transform: translate(0,0) !important;
transition: 1s;
}

.ItemMain {
opacity: 0;

}

.ItemSub {
opacity: 0;
transform: translate(0,100px);
-webkit-transform: translate(0,100px);
}

.ItemSub1 {
opacity: 0;
transform: translate(-100px,0);
-webkit-transform: translate(-100px,0);
}

.ItemSub2 {
opacity: 0;
transform: translate(100px,0);
-webkit-transform: translate(100px,0);
}

@media only screen and (max-width: 767px) {

	.ItemSub1 {
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);	
	}
	
	.ItemSub2 {
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	}

}


/* ClearFix  --------------------------------------------------- */

.ClearFix {
zoom: 1;
}

.ClearFix:after {
content: ""; 
display: block; 
clear: both;
}

#Header, #Footer, #GlobalNav, #Stage, #PageTop, #FooterNav, .IndexMenu, .IndexMenu1, .IndexMenu2, .TabMenu, .LRBox, .PageNation {
zoom: 1;
}

#Header:after, #Footer:after, #GlobalNav:after, #Stage:after, #PageTop:after, #FooterNav:after, .IndexMenu:after, .IndexMenu1:after, .IndexMenu2:after, .TabMenu:after, .LRBox:after, .PageNation:after {
content: ""; 
display: block; 
clear: both;
}


