@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: 'typicons';
  src: url("../css/typicons.eot");
  src: url("../css/typicons.eot?#iefix") format('embedded-opentype'),
       url("../css/typicons.woff") format('woff'),
       url("../css/typicons.ttf") format('truetype'),
       url("../css/typicons.svg#typicons") format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 

body {
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%;
	background:#fef5e3;
	font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3", "Meiryo", "メイリオ", sans-serif;
}

/*++++++++++
　 共通
+++++++++++*/

header h1,header p {
	line-height:0;
}

#wrapper {
	background:#fff;
}

/*タイトル*/
#armor {
	color:#6eb92b;
	font-size:1.9em;
	border-top:5px solid #6eb92b;
	border-bottom:5px solid #6eb92b;
	padding:12px 0 7px 15px;
}

/*テキスト*/

.point {
	color:#00a43b;
	font-weight:bold;
	display:inline-block;
	margin-top:20px;
}

.reference {
	color:red;
	text-align:right;
	margin-right:7%;
}



/*テーブル*/

#name table {
	border:5px solid #6eb92b;
}

.t_content {
	text-align:center;
	vertical-align:middle;
	padding:0 10px 10px;
}

.t_title {
	padding-top:30px;
}

/*兜の組み立て方*/

#assembly h2 {
	clear:both;
	padding:10px 0 5px 10px;
	color:#906faf;
	font-weight:bold;
	font-size:1.5em;
	width:90%;
	border-bottom:3px solid #906faf;
	border-left:20px solid #906faf;
	margin:20px auto;
}

/*----------------
   仕切り線
----------------*/
.line img {
	max-width:100%;
	height:auto;
}




/*+++++++++++++
　 スマホ
++++++++++++++*/

@media screen and (max-width:600px) {
	
#wrapper {
	width:90%;
	margin:0 auto 5%;
	padding:5% 0;
}

/*------------
   ヘッダー
--------------*/
header {
	max-width:90%;
	margin:0 auto;
}

header h1 img,header p img {
	max-width:100%;
	height:auto;
}

/*------------
   ナビ
--------------*/
#home {
	display:none;
}

/*----------------
   仕切り線
----------------*/
.line img {
	margin:20px 0;
}

/*----------------
   タイトル
----------------*/
#armor {
	font-size:1.5em;
	padding:8px 0 5px 10px;
}

/*----------------
  兜の基礎知識
----------------*/

#kabuto h3 img,#kabuto div img,#name p img,#name table img {
	max-width:100%;
	height:auto;

}

#name table  {
	table-layout:fixed;
	width:100%;
}


#name table {
	margin-bottom:50px;
}

#kabuto h3 {
	margin-top:30px;
}

#kabuto div {
	margin-bottom:50px;
}


/*----------------
  鎧の組み立て方
----------------*/

/*タイトル*/

#assembly h2 {
	font-size:1.3em;
	width:80%;
}


/*画像とテキスト*/



.h_left h3 img,.s_left h3 img,.k_left h3 img {
	max-width:50%;
	height:auto;
}

.h_left p,.s_left li,.m_left li,.k_left li {
	padding:10px;
	line-height:1.9em;
	list-style-position:inside;
}

.m_left p {
	padding:0 10px;
	line-height:1.9em;
}

.h_right img,.s_right img,.m_right img,.k_right img {
	max-width:100%;
	height:auto;
}

/*しんぎ・めんぽう*/

.m_left h3 img {
	max-width:95%;
	height:auto;
}

/*---------
　　ナビ
-----------*/
.koboku {
	background:#fff;
	padding:5px 0;
	border-bottom:1px dotted #222;
}

.koboku:nth-last-child(1) {
	border-bottom:none;
	margin-bottom:30px;
}

/*サイト内ナビ*/

#home li {
	display:none;
}


/*-------------
 トグルメニュー
 -------------*/
.menu {
        display:none;
    }
     
.slicknav_menu {
        display:block;
    }	



/*------------
　　参照
-------------*/
.reference {
	margin:10% 0 0 2%;
	text-align:center;
}
	
	
}




/*+++++++++++++
　タブレット
+++++++++++++++*/

@media screen and (min-width:601px) and (max-width:979px) {
	
#wrapper {
	width:90%;
	background:#fff;
	margin:0 auto 5%;
	padding-bottom:3%;
}

/*-----------
   ヘッダー
-------------*/
header {
	width:90%;
	margin:0 auto;
}

header h1 img,header p img {
	max-width:100%;
	height:auto;
}

/*---------
　　ナビ
-----------*/
.koboku {
	background:#fff;
	padding:5px 0;
	border-bottom:1px dotted #222;
}

.koboku:nth-last-child(1) {
	border-bottom:none;
	margin-bottom:30px;
}

/*サイト内ナビ*/

#home li {
	display:none;
}





/*-----------
   基礎知識
-------------*/
#kabuto div {
	width:411px;
	margin:0 auto;
}

#name table {
	width:571px;
	margin:0 auto;	
}

#name table  {
	table-layout:fixed;
	width:100%;
}

#kabuto h3,#name p {
	padding:5% 0 0 9%;
}



/*-------------
鎧の組み立て方
--------------*/

#assembly h2 {
	margin:5% 3%;
}

.h_left h3,.s_left h3,.m_left h3,.k_left h3 {
	margin:2% 0 3% 3%;
}

.h_left p {
	padding:5%;
	line-height:2em;
}
.s_left li,.m_left li,.m_left p,.k_left li {
	padding:1% 1% 0% 4%;
	line-height:2em;
	list-style-position:inside;
}
	

/*------------
　はいだて
--------------*/
.h_right {
	width:502px;
	margin:0 auto;
}

/*------------
　　しんぎ
--------------*/

.s_right {
	width:519px;
	margin:7% auto;
}

/*------------
しんぎ・めんぽう
--------------*/
.m_right {
	width:480px;
	margin:7% auto;
}

/*------------
　くわがた
--------------*/
.k_right {
	width:549px;
	margin:7% auto;
}

/*-------------
 トグルメニュー
 -------------*/
.menu {
        display:none;
    }
     
.slicknav_menu {
        display:block;
    }	



/*------------
　　参照
-------------*/
.reference {
	margin:10% 0 0 2%;
	text-align:center;
}


}








/*++++++++++++
　　PC
+++++++++++++*/

@media screen and (min-width:980px) {
	
header h1,header p {
	width:1020px;
	margin:0 auto;
}
	
#wrapper {
	background:#fff;
	width:1020px;
	margin:0 auto 80px;
	padding:30px 0;
}



/*----------------
   仕切り線
----------------*/
.line {
	clear:both;
}

/*----------------
  兜の基礎知識
----------------*/

#kabuto,#name {
	float:left;
	margin:30px 0 50px 10px;
}


/*----------------
  兜の組み立て方
------------------*/

#assembly h2 {
	clear:both;
}


/*組み立て方：はいだて*/

.h_left {
	float:left;
	width:400px;
	line-height:2.1em;
	margin:30px 0 0 35px;
}

.h_right {
	float:left;
	margin:30px 0 0 35px;
}

/*組み立て方：しんぎ*/

.s_left {
	float:left;
	width:350px;
	line-height:2.2em;
	margin:30px 0 0 35px;
}

.s_right {
	float:left;
	margin:30px 0 0 50px;
}

#singi ol {
	margin-left:30px;
}

/*組み立て方：しんぎ・めんぼう*/

.m_left {
	float:left;
	width:400px;
	line-height:2.3em;
	margin:30px 0 0 35px;
}

.m_right {
	float:left;
	margin:30px 0 0 55px;
}

#menpou ol {
	margin-left:30px;
}
	

/*組み立て方：くわがた*/

.k_left {
	float:left;
	width:350px;
	line-height:2.3em;
	margin:30px 0 0 35px;
}

.k_right {
	float:left;
	margin:30px 0 100px 40px;
}

#kuwagata ol {
	margin-left:30px;
}


/*参照*/
.reference {
	clear:both;
}


/*-----------
 ナビボタン
-----------*/

/*全体*/
.koboku {
	float:left;
	
}

#koboku_site {
	width:973px;
	margin:50px auto;
	padding-bottom:50px;
}

/*人形の街岩槻*/
#town {
	width:194px;
	height:85px;
}

#town a {
	width:194px;
	height:85px;
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../img/koboku_22.jpg) no-repeat left top;

}

/*小木人形ブログ*/
#blog {
	width:195px;
	height:85px;
}

#blog a {
	width:195px;
	height:85px;
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../img/koboku_24.jpg) no-repeat left top;
}

/*商品カタログ*/
#catalogs {
	width:195px;
	height:86px;
}

#catalogs a {
	width:195px;
	height:86px;
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../img/koboku_26.jpg) no-repeat left top;
}


/*資料請求*/
#document {
	width:195px;
	height:86px;
}

#document a {
	width:195px;
	height:86px;
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../img/koboku_28.jpg) no-repeat left top;
}

/*ネットショップ*/
#shop {
	width:194px;
	height:86px;
}

#shop a {
	width:194px;
	height:86px;
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../img/koboku_30.jpg) no-repeat left top;
}

/*サイト内ナビ*/

#home {
	text-align:center;
	margin:28px 0 22px;
}

#home li {
	display:inline;
	padding-right:15px;
}

#home li:last-child {
	padding:0;
}

.in_site {
	display:none;
}

#home li a {
	color:#634200;
}


#home li a:hover {
	color:#e73562;
}



/*-------------
 トグルメニュー
 -------------*/
.menu {
        display:block;
    }
     
.slicknav_menu {
        display:none;
    }	



	
	
}








