@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";
}
*/


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

	#Wrapper {
	max-width: 640px;
	overflow: hidden;
	margin: 0 auto;
	}
	
	#HeaderUnit .SubNav {
	display: none;
	}

	#HeaderUnit .Logo {
	display: none;	
	}

	#HeaderUnit .Logo_P {
	display: block;
	position: fixed;
	top: 5px;
	left: 10px;
	color: #fff;
	z-index: 500;
	font-size: 120%;
	font-weight: bold;
	}

}

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

	#Page_Yanmaga #Contents {
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 20px;
	}

	#HeaderUnit .Logo_P {
	display: none;
	}

	#HeaderUnit .Logo {
	margin-left: 20px;
	}

}

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

	#Page_Yanmaga #Contents {
	width: 980px;
	margin: 0 auto 15px auto;
	}

}
*/




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

/* テキスト色 */
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;
}

/* Header（ヘッダー） --------------------------------------------------- */


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


#Header {
display: none;
}

}


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

	#Header {
	width: 100%;
	height: 40px;
	background: #000;
	}
	
	#HeaderUnit {
	width: 100%;
	}
	
	/* Logo */
	#HeaderUnit .Logo {
	float: left;
	width: 100px;
	}
	
	#HeaderUnit .Logo a {
	display: block;
	float: left;
	width: 100px;
	padding: 2px 0 0 16px;
	}
	
	/* SubNav */
	#HeaderUnit .SubNav {
	float: right;
	margin: 0 7px 0 0;
	}
	
	#HeaderUnit .SubNav li {
	display: inline;
	zoom: 1;
	}
	
	#HeaderUnit .SubNav li a {
	float: left;
	display: block;
	height: 25px;
	background: url(../img/common/header/SubNav.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	}
	
	#HeaderUnit .SubNav li.Menu1 a {
	width: 25px;
	margin: 7px 4px 0 0;
	background-position: 0 0;
	}
	
	#HeaderUnit .SubNav li.Menu2 a {
	width: 25px;
	margin: 7px 4px 0 0;
	background-position: -29px 0;
	}
	
	#HeaderUnit .SubNav li.Menu3 a {
	width: 25px;
	margin: 7px 0 0 0;
	background-position: -58px 0;
	}
	
	
	#HeaderUnit #google_translate_element {
	float: right;
	margin: 6px 10px 0 0;
	}
	
	/* ツイッターボタン横幅調整 */
	iframe.twitter-share-button {
	width: 100px !important;
	}

}


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

}



/* グローバルナビ（GlobalNav） --------------------------------------------------- */


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

	#GlobalNav {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #000000;
	border-bottom: 1px solid #fff;
	} 

	#GlobalNavUnit {
	width: 100%;
	margin: 0 auto 0 auto;
	}

	#GlobalNavUnit li {
	float: left;
	zoom: 1;
	width: 25%;
	height: 50px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	display:table;
	}

	#GlobalNavUnit li a {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	color: #fff;
	font-size: 86%;
	text-decoration: none;
	text-align: center;
	line-height: 1.3em;
	font-family: 'Oswald', sans-serif;
	}

	#GlobalNavUnit li:last-child {
	border: none !important;
	}

	#GlobalNavUnit li span {
	display: block;
	}

}

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

	#GlobalNavSP {
	display: none;
	}
	
	#GlobalNav {
	width: 960px;
	margin: 25px auto 25px auto;
	}
	
	#GlobalNavUnit {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	}
	
	#GlobalNavUnit li {
	float:left;
	width: 25%;
	line-height: 50px;
	zoom: 1;
	}
	
/*
	#GlobalNavUnit li:last-child {
	width: 34.0%;
	}
*/
	
	#GlobalNavUnit li:first-child a {
	border-left: 1px solid #000;
	}
	
	/* CSS Sprite */
	#GlobalNavUnit li a {
	width: 100%;
	height: 50px;
	display: block;
	border-right: 1px solid #000;
	font-size: 158%;
	color: #000;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	}

}

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

}


/* LRBox（左右ボックス） --------------------------------------------------- */

.LRBox {
}

.LRBox .LBox {
float: left;
}

.LRBox .RBox {
float: Right;
}



/* フッター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;
	}

}


/* 注意書き --------------------------------------------------- */


/*
.ListKome li {
margin: 0 0 3px 0;
padding: 0 0 0 15px;
line-height: 1.6em;
background: url(../img/common/icon/Icon_ListKome.png) no-repeat top;
background-position: 0 3px;
}

.ListKomeS li {
margin: 0 0 3px 0;
padding: 0 0 0 12px;
background: url(../img/common/icon/Icon_ListKomeS.png) no-repeat top;
background-position: 0 4px;
}


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

	    .ListKomeS {
	    margin-bottom: 20px;
	    }

	    .ListKomeS li {
	    margin: 5px 0 5px 0;
	    font-size: 86%;
	    line-height: 1.4em;
	    }

}

@media print, screen and (min-width: 768px) {
	
	    .ListKomeS {
	    margin-bottom: 25px;
	    }

	    .ListKomeS li {
	    margin: 5px 0 5px 0;
	    font-size: 86%;
	    line-height: 1.4em;
	    }

}
*/



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

@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;
}


