@charset "utf-8";

/*****************************************************/
/** 全体設定 **/
/*****************************************************/

*{ margin-bottom:0px; }

html {
	background: #c7acd8; /*copyrightと同じ色の背景を伸ばす*/
	margin-bottom:0px !important;
	font-size: 62.5%;
}

/* 印刷用文字サイズ調整 */
@media screen and (min-width: 640px) { 
	html {font-size: 60.0%;}
}

@media screen and (min-width: 700px) { 
	html {font-size: 50.0%;}
}

@media screen and (min-width: 800px) { 
	html {font-size: 40.0%;}
}
/* 印刷用-end */


body {
	width: 100%;
	/*max-width: 640px;*/
	line-height:170%;
	background: #c7acd8;
	color:#311805;
	position:relative;
	z-index:0;
	height: 100% !important;
	margin-bottom: 0px;
	font-size: 1.0rem;
	-webkit-text-size-adjust: 100%;
}

body img { 
	width: 100%;
	max-width: 640px;
}

body .inner img{ 
	width: auto;}


/***************** リンク設定 *****************/
a:link  { color:#694d76; text-decoration:none; }
a:visited  { color:#921ca4; text-decoration: none; }
a:active  { color:#694d76; text-decoration: underline; }
a:hover  { color:#921ca4; text-decoration: none; }


/***************** 大枠共通設定 *****************/
.wrapper {
	width: 95%;
	max-width: 620px;
	height: 100%;
	margin-left: auto;
	margin-right:  auto;
}

.sp_none {
	display: none;
}

/*****************************************************/
/** レイアウトベース **/
/*****************************************************/


/***************** ヘッダー *****************/
#HeaderMenu {
	background: -webkit-linear-gradient(#6f427e 0%, #88529b 100%);
	z-index: 0;
}

ul#HeaderButton {
	width: 100%;
	max-width: 640px;
	height: 100%;
	display: block;
	height: auto;
}

ul#HeaderButton li {
	width: 32%;
	display: block;
	float: left;
}

ul#HeaderButton li a {
	height: 0px;
}
	
ul#HeaderButton li:nth-child(1){ 
	border-right: 2px solid #c7acd8;
}

ul#HeaderButton li:nth-child(2){ 
	border: none;
}

ul#HeaderButton li:nth-child(3){ 
	border-left: 2px solid #c7acd8;
}

#HeaderLogoTop, #HeaderLogo {
	text-align: center;
}

h1 {
	margin-top: 20px;
	font-size: 2.0rem;
	line-height: 1.6;
}

#HeaderLogoTop img {
 	width: 90%;
 	display: block;
 	margin: 5% auto 8% auto;
}

#HeaderLogo img {
 	width: 90%;
 	display: block;
 	margin: 5% auto 5% auto;
}

/***************** ナビゲーション・メニュー *****************/
#overlay {
	width: 100%;
	height: 100%;
	position:absolute;
	display:none;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1000;
	top: 0;
}

ul#Gnavi {
	width:100%;
	margin:0px;
	background: #bc96c9;
   	font-size: 2.6rem;
   	line-height: 2.0;
	font-weight: bold;
	text-align: center;
}

ul#Gnavi li {
	width:100%;
	min-height:40px;
	padding: 2% 0;
	position: relative;
  	float: left;
   	display: block;
	border-bottom: 2px solid #89529c;
}
 
ul#Gnavi li a {
	color: #000000;
	margin: 0px;
  	display: block;
  	text-decoration: none;
	padding: 2px;
}

ul#Gnavi li.close_menu{
	background: #89529c;
}

ul#Gnavi li.close_menu a {
	color: #ffffff;
}

ul#Gnavi li:hover {
	background: #c7acd8;
}

/***************** 大枠 *****************/
#Contents {
	padding-bottom: 10%;
	
}

/***************** フッター *****************/
#Footer {
	/*display: none;*/
	clear:both;
	background: #89529c;
	margin: 0% 0 0 0;
	padding: 8% 0 3% 0;
	color: #ffffff;
	font-size: 2.5rem;
	line-height: 1.7;
}

#Footer h2 {
	text-align: center;
	font-size: 2.0rem;
}

#Footer h2 img{
	width: 70%;
}

#Footer p {
	margin: 0 0 4% 0;

}

#Footer img {
	margin: 0 0 2% 0;	
}

#Footer a {
	color: #ffffff;
	text-decoration: underline;
}	
	

/***************** コピーライト *****************/
#Bottom {
	clear: both;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	padding: 4% 0px 4% 0px;
	margin: 0px 0px 0px 0px;
	background: #000000;
}

/***************** スクロールボタン（画像） *****************/
#PageTop{
	background: rgba(255, 255, 255, 0.8); /*ボタンの背景色*/
	border-radius:5px;
	color:#000000;
	padding:6% 5% 4% 5%;
	position: fixed;
	z-index: 50;
	bottom: 25px;
	right: 15px;
	text-decoration: none;
}

#PageTop a {
	color:#000000;
	font-size: 5.0rem;
}

#PageTop:hover{
    background: rgba(157, 157, 157, 0.8);
}

/* 印刷の場合は非表示 */
@megia print {
	#PageTop{
		display:none;
	}
}


/*****************************************************/
/** ページ共通デザイン **/
/*****************************************************/

