﻿
@charset "utf-8";

html {
	width: 100%;
	height: 100%;
    
	/*
	overflow-y:scroll;
	*/	
}



body {
	width: 100%;
	height: auto;
	margin: 0;  /* 上、右、下、左 */
	background-color: #efedeb;  /* 全体の背景色 */
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ ゴシック","sans-serif";
	color: #333;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;

/*
	letter-spacing: -0.02em;


*/	
}

@media screen and (max-width: 767px) {
    /* 767px以下用の記述 */

body {
	font-size: 18px;
}

}
a:link   { color:#d22; text-decoration:underline dotted; outline:none;}
a:visited{ color:#d22; text-decoration:underline dotted; outline:none;}
a:hover	 { color:#09f; text-decoration:underline solid; outline:none;}
a:active { color:#d22; text-decoration:underline dotted; outline:none;}

ul {list-style: none; margin: 0; padding: 0;}

br {letter-spacing: 0;}

img {border: none;}



/*■■■■■■ 色調 ■■■■■■*/

/*********** 背景 ***********/
.base_color_D{background-color: #4f4940;} /* 濃い */ 
.base_color_M{background-color: #a8a29d;} /* 中間 */
.base_color_L{background-color: #efedeb;} /* 薄い */

/*********** フォント ***********/
.font-color_bese_D {color: #4f4940;} /* 濃い */
.font-color_bese_M {color: #a8a29d;} /* 中間 */
.font-color_bese_L {color: #efedeb;} /* 薄い */


.font-color_blue_D {color: #0064d2;}
.font-color_green_D {color: #14b43c;}
.font-color_yellow_D {color: #e68200;}
.font-color_red_D {color: #dd2222;}
.font-color_purple_D {color: #5a3291;}






/*■■■■■■ 共通文字スタイル ■■■■■■*/

p {
	margin: 0;  /* 上、右、下、左 */
}



h1, h2, h3, h4, h5, strong {	/* 太字指定 */
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ ゴシック","sans-serif";
	font-weight: bold;
}


h1, h2, h3, h4, h5 {	/* 見出行間 */
	line-height: 1.35;
	margin: 1.5em 0em 0.15em 0em;  /* 上、右、下、左 */
}




/* 見出サイズ */
h1 {font-size: 2.462rem;}
h2 {font-size: 1.82rem;}
h3 {font-size: 1.385rem;}
h4 {font-size: 1.16rem;}
h5 {font-size: 1.00rem;}



strong {	/* 本文__強調 */
	color: #900;
	background: linear-gradient(transparent 70%, #900 20%);
}

aside {	/* 注釈 */
	font-size: 0.77rem;
	color: #009;
	line-height: 1.35;
	margin: 0.5em 0em 1.5em 1em;  /* 上、右、下、左 */
	text-indent: -1em;
	letter-spacing: 0;
}


article a {
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ ゴシック","sans-serif";
	font-weight: bold;
}

.indent_1w {
	margin-left: 1em;
	text-indent: -1em;
}

.indent_1w_2-1 {
	margin-left: 1.25em;
	text-indent: -1.25em;
}
.indent_1w_2-2 {
	margin-right: 0.25em;
}






.list_blue, .list_green, .list_yellow, .list_red {	/* リスト */
	margin-left: 1.25em;
	text-indent: -1em;
}




.list_blue li:before,
.list_green li:before,
.list_yellow li:before,
.list_red li:before
{
	content: "●";
	font-size: 0.6em;
	margin-right: 0.2em;
	vertical-align:middle;
	
	/* 
	
		display: inline-block;
	content: "✺";

	width: 1rem;
	height: 1rem;
	background-image:url(../img/indent_header.png);
	background-size:1rem;
	background-position:center;
	background-repeat: no-repeat;
	margin-bottom:-0.15em;
	
	
	
	 */
	
}



.list_blue li:before {color: #0064d2;}
.list_green li:before {color: #14b43c;}
.list_yellow li:before {color: #e68200;}
.list_red li:before {color: #dd2222;}








.italic {
	font-style: italic;
	margin-left: 0.1em;
}





/*■■■■■■ フッタ ■■■■■■*/


footer {
	display:block;
	width: auto;
	height:auto;
	padding: 0.75em 0em 0.75em 0em;  /* 上、右、下、左 */
	font-size: 0.692rem;
	line-height: 1.35;
	color: #efedeb;
	text-align: center;
}


@media screen and (max-width: 767px) {
    /* 767px以下用の記述 */

footer {
	font-size: 1.0rem;
}

}




/*■■■■■■ ページトップへ移動 ■■■■■■*/
#move_top {
	position: fixed;
	width: 80px;
	height: 80px;
	bottom: 20px;
	right: 20px;
	display: block;
	overflow: hidden;
	font-size: 0;
	background-color: none;
	background-image: url("../img/move_top_btn.png");
	background-size: 80px 200px;
	cursor: pointer;
	background-position: 0px 0px;
}

#move_top:hover {
	background-position: 0px -120px;
}




/*■■■■■■ ヘッダ ■■■■■■*/



/*********** 上部ブロック ***********/
#page_top {	
	width: 100%;
	height: auto;
 	margin: 0;
	top: 0;
	position:fixed;
/*	background-image: url("../img/texture_12.png");
	background-position: center top;
*/
}





/*■■■■■■ メインメニュー ■■■■■■*/

header {
		z-index: 500;
}


#global_nav {
	background-color: none;
	max-width: 720px;
	height: 100px;
	font-size: 0;
	margin: 0 auto;  /* 上、右、下、左 */
}


@media screen and (max-width: 767px) {
    /* 767px以下用の記述 */

#global_nav {
	width: 100%;
	padding-left: 10px;
	height: 100px;

}


}


.global_nav {
	display: block;
	float: left;
	overflow: hidden;
	width: 80px;
	height: 80px;
	margin-top: 10px;
	background-color: none;
	background-image: url("../img/global_nav.png");
	background-size: 36px 32px;
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.2);
}





/*********** menu 標準 **********
#global_nav_1 a {background-position: 0px 0px;}
#global_nav_2 a {background-position: -148px 0px;}
#global_nav_3 a {background-position: -300px 0px;} */


/*********** menu onマウス ***********/

.global_nav:hover {
	background-color: rgba(255,255,255,0.2);
	box-shadow: 0px 0px 20px rgba(255,255,255,0.4) inset;
	border: 1px solid rgba(255,255,255,0.8);
}

/**
#global_nav_1 a:hover {background-position: 0px -150px;}
#global_nav_2 a:hover {background-position: -148px -150px;}
#global_nav_3 a:hover {background-position: -300px -150px;}

**/






/*■■■■■■ メニュー ■■■■■■*/



/*********** 背景 ***********/

#menu_back {
	clear:both;
	display: none ;
	position: fixed ;
	top: 0px;
	left: 0;
	width: 100% ;
	height: 120% ;
/*********** 	rgba(20,16,10,0.9) ***********/
/*********** 	rgba(244,242,240,0.9) ***********/
	background-color: rgba(252,250,248,0.9)  ;
}




/*********** 外枠 ***********/

#menu_outer {
	width: 100%;
	height: auto;
	top: 100px;
	border-top: 1px solid #efedeb;
	left: 0;
	margin: 0 auto;  /* 上、右、下、左 */
	padding: 20px 0;  /* 上、右、下、左 */
	position: fixed;
	display: none ;
/*********** 	rgba( 45,40,35,1 ) ***********/
/*********** 	rgba(244,242,240,1) *********
	background-image: url("../img/texture_12.png");
	background-position: center top;

**/
/*
	background-color: #732828 ; 
	border: 1px solid #f3c6c6;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(255,255,255,1.0);
*/

}

@media screen and (max-width: 767px) {
    /* 767px以下用の記述 */

#menu_outer {
	top: 100px;
	padding: 0;  /* 上、右、下、左 */
}

}



/*********** 内枠 ***********/

#menu_inner {
	width: 710px;
	margin: 0 auto;  /* 上、右、下、左 */
	padding: 5px;  /* 上、右、下、左 */
/*********** 	rgba( 45,40,35,1 ) ***********/
/*********** 	rgba(244,242,240,1) ***********/
	background-color: #fff;
	box-shadow: 2px 2px 2px rgba( 0,0,0,0.5 ) ;


/*
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba( 50,0,0,0.35 ) ;
*/
}

@media screen and (max-width: 767px) {
    /* 767px以下用の記述 */

#menu_inner {
	margin: 0;  /* 上、右、下、左 */
	width: auto;
}

}

/*********** 内枠の▲ ***********/

#menu_inner:before {
	content: "";
	position: relative;
	top: -23px; left: 25px;
	margin-left: -10px;
	margin-bottom: -20px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #fff transparent;
}

@media screen and (max-width: 767px) {
    /* 767px以下用の記述 */

#menu_inner:before { display:none;}

}

/*********** メニュー大見出 ***********/



#menu_inner a {
	text-decoration: none;
}


/*********** 幅スペース取り　地色の外 ***********/
.menu_50per {
	display:inline-block;
	width: 50%;
	margin: 0;
	padding: 0;
	background-color: none;
	
}

.menu_25per {
	display:inline-block;
	width: 25%;
	margin: 0;
	padding: 0;
	background-color: none;
	
}



/*********** 地色 ***********/

#menu_1, #menu_2 ,#menu_3, #menu_4, #menu_5, #menu_home, #menu_close {
	width: auto;
	height: 140px;
	margin: 5px;
	cursor: pointer;
	border-radius: 10px;
	padding: 10px 5px;  /* 上、右、下、左 */
}

@media screen and (max-width: 767px) {
    /* 767px以下用の記述 */
	
#menu_1, #menu_2 ,#menu_3, #menu_4, #menu_5, #menu_home, #menu_close {
	height: auto;
	padding: 0px 10px 5px 10px;  /* 上、右、下、左 */
}

#menu_home, #menu_close {
	padding: 0px 0px 5px 0px;  /* 上、右、下、左 */
}

}

#menu_1 {background-color: #c6e3f7;}/*210-20-97*/
#menu_2 {background-color: #c2f2c2;}/*120-20-95*/
#menu_3 {background-color: #f7dfad;}/*40-30-97*/
#menu_4 {background-color: #f7c6c6;}/*0-20-97*/
#menu_5 {background-color: #d5c2f2;}/*265-20-95*/
#menu_home, #menu_close {background-color: #e5e3e1;}

#menu_1:hover {background-color: #e6f0f7;}
#menu_2:hover {background-color: #e6f7e6;}
#menu_3:hover {background-color: #f7eed2;}
#menu_4:hover {background-color: #f7e6e6;}
#menu_5:hover {background-color: #e1daeb;}
#menu_home:hover, #menu_close:hover {background-color: #efedeb;}



/*********** アイコン ***********/




#menu_icn_1, #menu_icn_2 ,#menu_icn_3, #menu_icn_4, #menu_icn_5 {
	display:inline-block;
	margin: auto -140px auto 0;  /* 上、右、下、左 */
}

#menu_icn_home, #menu_icn_close {
	display: block;
	margin: auto;  /* 上、右、下、左 */
	margin-top: 0;
}



#menu_icn_1, #menu_icn_2 ,#menu_icn_3, #menu_icn_4, #menu_icn_5, #menu_icn_home, #menu_icn_close {
	width: 140px;
	height: 140px;
	background-image: url("../img/menu_icn.png");
	background-size: 140px auto;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    /* 767px以下用の記述 */
	
#menu_icn_1, #menu_icn_2 ,#menu_icn_3, #menu_icn_4, #menu_icn_5, #menu_icn_home, #menu_icn_close {
	display: block;
	width: 100px;
	height: 100px;
	background-image: url("../img/menu_icn.png");
	background-size: 100px auto;
	margin: 0 auto 0 auto;  /* 上、右、下、左 */

}


}



#menu_icn_1 {background-position: 0px 10%;}
#menu_icn_2 {background-position: 0px 20%;}
#menu_icn_3 {background-position: 0px 30%;}
#menu_icn_4 {background-position: 0px 40%;}
#menu_icn_5 {background-position: 0px 50%;}
#menu_icn_home {background-position: 50% 60%;}
#menu_icn_close {background-position: 50% 70%;}





/*********** テキスト ***********/

.menu_50txt, .menu_25txt {
	display: inline-block;
	width:auto;
	height: 140px;
	padding-left: 140px;
	font-size: 0.85rem;
	line-height: 1.2;
	margin: auto 0 auto 0;  /* 上、右、下、左 */
	color: #666;
	overflow: hidden;
}



.menu_25txt {
	display: inline-block;
	width: 100%;
	height: auto;
	padding-left: 0;
	margin: -1em auto 0 auto;  /* 上、右、下、左 */
	text-align: center;
}

.menu_50txt h5, .menu_25txt h5 {
	font-size: 0.85rem;
	line-height: 1;
	margin: 0 0 0.15em 0;  /* 上、右、下、左 */
}


@media screen and (max-width: 767px) {
    /* 767px以下用の記述 */
	
.menu_50txt, .menu_25txt {
	display: block;
	width:auto;
	height: 100px;
	padding: 0;
	font-size: 1rem;
	margin: auto 0 auto 0;  /* 上、右、下、左 */
}

.menu_50txt h5, .menu_25txt h5 {
	font-size: 1rem;
}


}



