@charset "utf-8";


/*全端末共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #696874;	/*全体の文字色*/
	font-family: "IPAexゴシック", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 2;	
	background: #fff url(../images/bg.jpg) fixed;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

.waku {
  width: 1100px;
  margin: auto;
}
.f_size.fz12 {
  font-size: 12px;
  font-size: 1.2rem;
}


/*ぱんくず
---------------------------------------------------------------------------*/
#pankuzu {
  padding: 5px 0;
  color: #333333;
}
#pankuzu a {
  color: #999999;
}
#pankuzu a:hover, #pankuzu a:active {
  color: #d9d9d9;
}

/*共通ボタン
---------------------------------------------------------------------------*/
.button {
  display: inline-block;
  width: 250px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin-bottom:25px;
  padding: 0 20px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}


/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.ftBold { font-weight:bold !important; }





/*リンク
---------------------------------------------------------------------------*/
a {
	color: #696874;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	color: #777684 !important;	
	text-decoration: none;
}

/*container
---------------------------------------------------------------------------*/
#container {
	width: 98%;
	max-width: 1400px;
	margin: 30px auto 30px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*each box*/
#menubar li {
	margin-bottom: 15px;
	text-align: center;
}
#menubar a {
	border: 1px solid #696874;
	border-radius: 10px;
	display: block;
	text-decoration: none;
	padding: 10px 0px;
	color: #696874;
}

#menubar a:hover {
	color: #777684;
	background: #fff;
}

	

/*スマホブロック（sh）
---------------------------------------------------------------------------*/
/*小さな端末用ブロックを表示させない*/
#sh {
	display:none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*main
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 75%;
}

#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	color: #FFF;
	background: #777684;
	background: -webkit-gradient(linear, left top, left bottom, from(#777684), to(#696874));
	background: -webkit-linear-gradient(#777684, #696874);
	background: linear-gradient(#777684, #696874);
	padding: 5px 15px;
}

#main h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	color: #333;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ededed));
	background: -webkit-linear-gradient(#FFF, #ededed);
	background: linear-gradient(#FFF, #ededed);
	padding: 5px 15px;
	border-bottom: 4px solid #696874;
}
#main p {
	padding: 0px 15px 14px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}

/*GALLERY
---------------------------------------------------------------------------*/
#main section.list {
	float: left;
	width: 30%;
	margin: 0 0 15px 1.5%;
	font-size: 12px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
	border-radius: 10px;
}
#main section.list a {
	padding: 7%;
	border-radius: 10px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	background: #fff;
	color: #333;
	opacity: 0.8;
}
#main section.list a:hover,
#main section.list a:active {
	opacity: 1;	
}

#main section.list p {
	padding: 0px;
}

#main section.list figure img {
	width: 100%;
}

#main section.list h4 {
	color: #777684;	
}

/*sub
---------------------------------------------------------------------------*/
#sub {
	float: left;
	position: fixed;
	width: 20%;
	max-width: 308px;
	margin-bottom:25px;
}

/*ロゴ
------------- --------------------------------------------------------------*/
#sub #logo {
	margin-bottom: 20px;
}

/*角丸ボックス
---------------------------------------------------------------------------*/
.box {
	padding: 3%;
	margin-bottom: 30px !important;
	background: #fff;
	overflow: hidden;
	word-break: break-all;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	color: #333;
}

.box a {
	color: #333;
}

/*更新情報
---------------------------------------------------------------------------*/
#new {
	margin-bottom: 15px;
}
#new dl{
	padding-left: 15px;
	height: 140px;
	overflow: auto;
}

#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}

#new dd {
	padding-left: 8em;
}

/*フッター
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding: 10px;
	border-top:thin #333;
	background:#333;
	color:#FFFFFF;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom: 30px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #696874;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
}
/*テーブル内の左側*/
.ta1 th {
	width: 390px;
	padding: 10px;
	text-align: center;
}
/*テーブル内の右側*/
.ta1 td {
	padding: 10px;
}

/*料金表テーブル
---------------------------------------------------------------------------*/
#menu-holder{margin:80px auto;width:850px;}
.content{margin-top:100px;text-align:center;color:#c5c5c5;font-size:25px;text-shadow: #ffffff 1px 1px 1px;}
a.go{font-size:15px;}
a.go:hover{ text-decoration:underline;}
#home{margin-top:20px;}
.column-clear{clear:both;}


/***** PRICING TABLE *****/
.price_table {
	width: 100%;
	height: auto;
	margin:0 auto;
	font-size: 13px;
	font-weight: normal;
	color: #444444;
	margin-bottom:30px;
	}
	
.price_table a{color: #444444;}
.price_table .align_center{text-align: center;}

.price_table .pack-title{
	font-size: 27px;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
	}
.price_table .price{
	font-size: 30px;
	color: #217515;
	text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
	}
.price_table .tax{font-size: 16px;}	
.price_table .time{font-size: 14px;color: #217515;text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4); margin-bottom:25px;}	
	
/* --- header row 1 ---  */
.price_table .column_1 .header_row_1{
	height: 45px;
	width: 100%;
	border-bottom: 1px solid #37752B;
	background: #52A93E;
	background: -webkit-gradient(linear, left top, left bottom, from(#52A93E), to(#469436));
	background: -moz-linear-gradient(top, #52A93E,  #469436);
	background: linear-gradient(#52A93E, #469436);
	}

/* --- header row 2 ---  */
.price_table .column_1 .header_row_2{
	height: 100px;
	width: 100%;
	border-top: 1px solid #B0E287;
	background: #7DCF3D;
	background: -webkit-gradient(linear, left top, left bottom, from(#7DCF3D), to(#52A93E));
	background: -moz-linear-gradient(top, #7DCF3D,  #52A93E);
	background: linear-gradient(#7DCF3D, #52A93E);
	}
	
.price_table .column_1{
	height: 100%;
	float: left;
	width:300px;
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   transform: translate(0px, 0px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
	}	

/**** COLUMN HOVERS ****/
.price_table .column_1:hover{
	position: relative;
	z-index: 100;
	box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-webkit-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-webkit-transform: translate(-5px,-15px);
   -moz-transform: translate(-5px,-15px);
   -o-transform: translate(-5px,-15px);
   -ms-transform: translate(-5px,-15px);
   transform: translate(-5px,-15px);
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
	}

.price_table .column_1:hover .header_row_1,	
.price_table .column_1:hover .header_row_2,
.price_table .column_1:hover .row_style_1,
.price_table .column_1:hover .row_style_2,
.price_table .column_1:hover .row_style_footer_1,
.price_table .column_1:hover .row_style_footer_2
{	padding-left: 5px;
	padding-right: 5px;
	}

	
/**** DATA ROWS  ****/
.price_table .row_style_1,
.price_table .row_style_2,
.price_table .row_style_footer_1,
.price_table .row_style_footer_2 {
	width: 100%;
	height: 40px;
	padding-top: 9px;
	float: left;
	}
.price_table .row_style_footer_1, .price_table .row_style_footer_2{padding: 10px 0px;}
	
.price_table .row_style_1, .price_table .row_style_footer_1{background-color: #F9F8F0;}
.price_table .row_style_2, .price_table .row_style_footer_2{background-color: #F0EED9;}

.price_table .row_style_1 span, .price_table .row_style_2 span{position:relative;font-size:14px;}
.price_table .row_style_1 span:before, .price_table .row_style_2 span:before{
background: url("../images/icon-yes.gif") no-repeat 0 0;
	width: 24px;
    height: 24px;
	left: -30px;
    position: absolute;
    top: -3px;
	content: "";
    }
.price_table .no-option span:before{
background: url("../images/icon-no.gif") no-repeat 0 0;
	width: 24px;
    height: 24px;
	left: -30px;
    position: absolute;
    top: -3px;
	content: "";
    }

/**** BUY NOW BUTTON ****/
.buy_now
	{
	width: 150px;
	height: 20px;
	padding: 5px 16px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	border-style: solid;
    border-width: 1px;
	color: #513b26;
	border-color: #ddb385 #dca36c #db904f;
	background: #fab778;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcca94), to(#f9a55c));
	background: -moz-linear-gradient(top, #fcca94,  #f9a55c);
	background: linear-gradient(#fcca94, #f9a55c);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	 }
.buy_now:hover
	{
	border-color: #d2aa7e #d19c68 #d0894b;
	background: #fbca98;
	background: -webkit-gradient(linear, left top, left bottom, from(#fddfba), to(#fab371));
	background: -moz-linear-gradient(top, #fddfba,  #fab371);
	background: linear-gradient(#fddfba, #fab371);
	}	

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #000;padding: 5px;border-radius: 4px;color: #fff;}
.box .look {color: #fff;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #777684 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}



/*800px以下の端末で横向きに見た場合の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (orientation :landscape) and (max-width: 800px){

#sub {
	position: static;
}

}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*container（全てのブロックを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
	margin-top: 30px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: none;
	width: auto;
}
#sub {
	float: none;
	width: auto;
	position: static;
}

/*大きな端末用ロゴ画像を非表示にする
------------- --------------------------------------------------------------*/
#sub #logo {
	display: none;
}

/*大きな端末用メニューを非表示にする
---------------------------------------------------------------------------*/
#menubar {
	display: none;
}

/*小さな端末用ブロック（shブロック）
---------------------------------------------------------------------------*/
/*小さな端末用ブロック*/
#sh {
	display: block;	/*非表示から表示に切り替える*/
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒の事で最後の小数点は透明度。*/
	height: 70px;	/*ブロックの高さ*/
}
/*小さな端末用ロゴ画像*/
#sh #logo {
	width: 70%;	/*幅*/
	padding-left: 5%;
	padding-top: 17px;
}

/*小さな端末用メニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar-s {
	z-index: 200;
	position: absolute;
	top: 80px;	/*画面の上から80pxの場所に配置*/
	left: 0px;	/*画面の左から0pxの場所に配置*/
	width: 100%;
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒の事で最後の小数点は透明度。*/
	border-top: 1px solid #fff;	/*上に入れる線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#menubar-s a {
	display: block;
	text-decoration: none;
	padding: 20px;		/*メニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下線の幅、線種、色*/
	color: #fff;	/*文字色*/
}
/*メニューのテキストの前に入れる文字*/
#menubar-s a::before {
	content: "→";	/*「→」と入れる*/
	padding-right: 10px;	/*「→」と文字の間に空ける余白*/
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 10px;		/*上から10pxの場所に配置*/
	right: 5%;		/*右から5%の場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #FFF;	/*枠線の幅、線種、色*/
	border-radius: 4px;	/*角丸のサイズ*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 2px solid #FFF;	/*枠線の幅、線種、色*/
	border-radius: 2px;	/*角丸のサイズ*/
	margin-bottom: 7px;	/*バー同士の余白*/
}

/*GALLERYページ
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	width: 47%;	/*幅*/
	margin: 0 0 10px 2%;	/*ボックスの外（上、右、下、左）へ空けるスペース*/
}
#main section.list a {
	opacity: 1;	/*マウスオンができない端末向けに透明度を通常に戻す設定*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center/34px 34px,-webkit-gradient(linear, left top, left bottom, from(#777684), to(#696874));	/*グラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center/34px 34px,-webkit-linear-gradient(#777684, #696874);	/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center/34px 34px,linear-gradient(#777684, #696874);			/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center/34px 34px,-webkit-gradient(linear, left top, left bottom, from(#777684), to(#696874));	/*グラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center/34px 34px,-webkit-linear-gradient(#777684, #696874);	/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center/34px 34px,linear-gradient(#777684, #696874);			/*同上*/
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th{
	width: 100px;
	padding: 2px;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
.ws {width: 96%;}

}
