@charset "utf-8";

/*
============================================================
基本レイアウト設定
------------------------------------------------------------

■ デフォルトリセット
■ floatクリア
■ スクロール
■ テキストリンク
■ 汎用パーツ
■ レイアウトベース
■ ヘッダー
■ フッター
■ コンテンツ


============================================================
*/


/* 文中の文字や改行させたくないもの */

.mobile{display: none;}
@media screen and ( max-width:374px) {
	.mobile{display: inline;}
	.no_mobile{display: none;}
}

.phone{display: none;}
@media screen and ( max-width:520px) {
	.phone{display: inline;}
	.no_phone{display:none;}
}

.phonel{display: none;}
@media screen and ( max-width:520px) {
	.phonel{display: inline;}
	.no_phonel{display:none;}
}

.tb{display: none;}
@media screen and ( max-width:767px) {
	.tb{display: inline;}
	.no_tb{display: none;}
}

.tbl{display: none;}
@media screen and ( max-width:1100px) {
	.tbl{display: inline;}
	.no_tbl{display: none;}
}

.pcmin{display: none;}
@media screen and ( max-width:1200px) {
	.pcmin{display: inline;}
	.no_pcmin{display: none;}
}

/* marginを適応させたいとき */
.phone_b{display: none;}
.no_phone_b{display:inline-block;}
@media screen and ( max-width:520px) {
	.phone_b{display: inline-block;}
	.no_phone_b{display:none;}
}



/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, figure {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.6;
	border: none;
	list-style-type: none;
}

/* ---------------------------------------------------------
■ floatクリア
--------------------------------------------------------- */
span.clear {
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

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

/* ---------------------------------------------------------
■ スクロール
--------------------------------------------------------- */
body {
	scrollbar-arrow-color:#999;
	scrollbar-face-color:#999;
	scrollbar-3dlight-color:#999;
	scrollbar-darkshadow-color:#999;
	scrollbar-highlight-color:#999;
	scrollbar-shadow-color:#999;
	scrollbar-track-color:#999;
}

/*スクロールバーの横幅指定*/
body::-webkit-scrollbar {
    width: 8px;
}
/*スクロールバーの背景色・角丸指定*/
body::-webkit-scrollbar-track {
	background: #eee;
}
/*スクロールバーの色・角丸指定*/
body::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background:#999;
}

/* ---------------------------------------------------------
■ トップへ戻るボタン
--------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom:20px;
    right:50px;
    font-size: 77%;
	z-index: 100;
}
#page-top a {
    background: #a2a4ab;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity: 0.8;
}
#page-top a:hover {
	background: #b6b9c8;
}

/* ---------------------------------------------------------
■ リンク
--------------------------------------------------------- */
a:link    {text-decoration: none; }
a:visited {text-decoration: none; }
a:hover   {text-decoration: none; }
a:active  {text-decoration: none; }

/* ---------------------------------------------------------
■ 汎用パーツ
--------------------------------------------------------- */

p {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ---------------------------------------------------------
■ レイアウトベース
--------------------------------------------------------- */
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3',YuGothic,'Yu Gothic',sans-serif;
	color: #231815;
	font-size: 14px;
	letter-spacing: 0.03em;
	position:relative;
	overflow-x:hidden;
}

body *{
	box-sizing: border-box;
}

img{
	width:100%;
	height:auto;
}


/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
footer {
	width: 100%;
	text-align: center;
  	background-color:#0b6352;
}

/* ---------------------------------------------------------
■ ライトボックス
--------------------------------------------------------- */
.featherlight{ padding: 2%}

.lightbox { 
	display: none;
	max-width: 700px;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: left;
	font-size: 13px;
    padding: 25px;
}


/* ---------------------------------------------------------
■ フェードイン
--------------------------------------------------------- */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 左からフェードインする初期状態 */
.fade-in.Toleft {
  transform: translate(-50px, 0); /* X軸（左）にずらす */
}

/* 右からフェードインする初期状態 */
.fade-in.Toright {
  transform: translate(50px, 0); /* X軸（右）にずらす */
}

/* 画面内の指定位置（Xpx）に到達したときに追加するクラス */
.fade-in.is-active {
  opacity: 1;
  transform: translate(0, 0); /* 元の位置に戻る */
}




/*------フォントの読み込み-------*/
@font-face{
    font-family:"keifont";
    src:url("../fonts/keifont.woff") format('woff');
}

@font-face{
    font-family:"lineseed";
    src:url("../fonts/LINESeedJP_OTF_Th.woff") format('woff');
	font-weight:200;
    font-style:normal;
}

@font-face{
    font-family:"lineseed";
    src:url("../fonts/LINESeedJP_OTF_Rg.woff") format('woff');
	font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family:"lineseed";
    src:url("../fonts/LINESeedJP_OTF_Bd.woff") format('woff');
	font-weight:700;
    font-style:normal;
}


@font-face{
    font-family:"lineseed";
    src:url("../fonts/LINESeedJP_OTF_Eb.woff") format('woff');
	font-weight:900;
    font-style:normal;
}



