@charset "UTF-8";

/*font-import  http://www.google.com/webfonts#*/
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic|Raleway);
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);


/*▼全体*/

html{font-size: 62.5%;}

body {
  -webkit-text-size-adjust: none;
  font-size: 1.4rem;
  line-height:1.5;
  color:#171717;
  font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  margin:0;
  padding:0;
  background-color:#ffffff;
  position: relative;
  -webkit-text-size-adjust: none;
}


h1 {
  width:65px;
  margin:0 auto;
  padding:10px 0;
}


h2 {
  font-weight: normal;
  margin:2rem 0 3rem 0;
  padding:0;
  font-size:2rem;
  color:#1a1e84;
  text-align: left;
}

h3 {
  font-weight: normal;
  margin:0;
  padding:0;
  font-size:2.3rem;
  text-align: left;
  padding:0 10px;
  border-left:5px solid #383ca3;
}

h4 {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
  margin:0 0 1rem 0;
  padding:0 10px;
  text-align: left;
}


nav:not(.mm-menu){display: none;}

#container {
  width:100%;
  height:auto;
  margin: 0 auto;
  overflow: hidden;
}





/*▼ヘッダ*/
#header {
  position: fixed;
  top: 0;
  width:100%;
  height:50px;
  border-bottom:1px solid #3e3e3e;
  text-align:center;
  background-color:#ffffff;
  margin:0;
  z-index: 5;
}




.m_box {
  width:50px;
  height:50px;
  margin:0 0 0 10px;
  padding:0;
  font-size: 1rem;
  float:left;
}

.m_box p {
  position: absolute;
  top: 30px;
  left:14px
}

.s_box {
  width:50px;
  height:40px;
  margin: 0;
  padding:0;
  position: absolute;
  right: 10px;
  top:10px;
  text-align:right;
  float:right;
}

.logo_box {
  width:100%;
  margin-top:10px;
  float:left;
  margin: 0 auto;
}

.h_mbox {
  width:20%;
  height:auto;
  text-align:right;
  float:left;
}

.h_rbox {
  width:20%;
  height:auto;
  text-align:right;
  float:right;
}

ul.pctop, ul.pctop li, ul.pctop a { display:block; }


ul.pctop {
  padding:0;
  margin:0;
  float:right;
}

ul.pctop li{
  width:40px;
  height:20px;
  line-height:20px;
  font-size: 1rem;
  color:#ffffff;
  text-align:left;
  background-color:#231815;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius: 2px;
  border:2px solid #231815;
  
}


ul.pctop li a {
  text-decoration:none;
  color:#ffffff;
  background-image: url(/sp/images/ico_pc.png);
  background-repeat: no-repeat;
  background-position: 2px;
  background-size:18px 16px;
  -webkit-background-size: 18px 16px;
  -moz-background-size: 18px 16px;
  -o-background-size: 18px 16px;
  padding-left:22px;
}


/*▼ナビゲーション*/

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 100%;
	height: 50px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 70%;
	height: 3px;
	background-color: #171717;
	border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
	top: 10px;
}
.menu-trigger span:nth-of-type(2) {
	top: 18px;
}
.menu-trigger span:nth-of-type(3) {
	top: 26px;
}

/*▼メイン画像*/

.img_box {
  clear: both;
  width:100%;
  height:auto;
  text-align:center;
  padding-top:50px;
  overflow: hidden;
  
}

img.main {
  max-width: 950px;
  max-height: 380px;
}

img.main2 {
  max-width: 950px;
  max-height: 250px;
}

img.main3 {
  max-width: 1000px;
  max-height: 614px;
}

img.main4 {
  max-width: 700px;
  max-height: 559px;
}

img.main5 {
  max-width: 760px;
  max-height: 100px;
}


/*▼タイトル*/

.tit_lbox {
  width:70%;
  height:50px;
  line-height:50px;
  text-align:left;
  float:left;
  margin-bottom:10px;
  overflow: hidden;
}

.tit_lbox2 {
  width:100%;
  height:50px;
  line-height:50px;
  text-align:left;
  margin:10px 0;
  overflow: hidden;
}

.tit_rbox {
  width:30%;
  height:50px;
  line-height:50px;
  text-align:right;
  float:right;
  margin-bottom:10px;
  overflow: hidden;
}


ul.btn, ul.btn li, ul.btn a { display:block; }


ul.btn {
  padding:0;
  margin:0;
  float:right;
  position:relative;top:30%;
}

ul.btn li{
  width:50px;
  height:20px;
  font-size: 1rem;
  line-height:20px;
  text-align:center;
  border:1px solid #888;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2),  to(#e3e2e2));
  background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


ul.btn li a {
  text-decoration:none;
}


ul.goods3 {
  margin: 0;
  padding:0;
  overflow:hidden;
}

ul.goods3 li {
  list-style-type: none;
  width:48%;
  height:auto;
  text-align:left;
  margin:4% 4% 0 0;
  padding:0 0 10px 0;
  float:left;
  border:1px solid #dddddd;
  background-color:#ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

ul.goods3 p {
  padding:10px;
}

ul.goods3 a {
  display:block;
  color:#171717;
  text-decoration:none;
}

ul.goods3 li:nth-child(2n) {
  margin-right:0;
}

ul.goods3 li:nth-child(2n+1) {
  clear: both;
}

ul.goods3 p:nth-child(n+3) {
  text-align:center;
  text-decoration:underline;
}

ul.goods3 p:nth-child(n+4) {
  text-align:center;
  text-decoration:underline;
}



#ctg {
  width:95%;
  height:auto;
  margin: 0 auto;
  overflow: hidden;
}


/*▼インフォメーション*/

.info_txt {
  clear: both;
  width:100%;
  height:auto;
  text-align:left;
  border:1px solid #888;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius: 5px;
  overflow:hidden;
  overflow-x:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul.info {
  padding:0;
  margin:0;
}

ul.info li {
  list-style-type: none;
  width:100%;
  height:auto;
  text-align:left;
  margin-right:10px;
  padding: 10px;
  border-bottom:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul.info span {
  font-weight:bold;
  margin-right:20px;
}

ul.info span:after {
  content: "\A";
  white-space: pre;
}


/*▼メニュー*/

#menu_box {
  clear: both;
  width:100%;
  height:auto;
  background-color:#888888;
  padding:5px;
  margin:20px 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


ul.menu, ul.menu li, ul.menu a { display:block; }


ul.menu {
  padding:0;
  margin:0;
}

ul.menu li{
  width:50%;
  height:auto;
  font-family: 'Raleway', sans-serif;
  font-size: 1.3rem;
  background-color:#ffffff;
  float:left;
  list-style-type:none;
  text-align:center;
  padding:5px 0;
  border-right:1px solid #888888;
  border-bottom:1px solid #888888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


ul.menu li a {
  text-decoration:none;
  background-image: url(/images/common/arr.png);
  background-repeat: no-repeat;
  background-position: 5px;
  background-size:5px 8px;
  -webkit-background-size: 5px 8px;
  -moz-background-size: 5px 8px;
  -o-background-size: 5px 8px;
}


ul.menu li.last{
  border-right:none;
}

ul.menu li.last2{
  border-bottom:none;
}


/*▼トップ*/
.item {
  width:100%;
  height:auto;
  text-align:left;
  margin:0 0 10px 0;
  padding:5px;
  background-color:#f3efe5;
  float:left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}


.item_img {
  width:100px;
  height:67px;
  text-align:left;
  margin:0 10px 0 0;
  padding:0;
  float:left;
  border:1px solid #888;
  overflow: hidden;
}


.item p {
  font-weight:bold;
  font-size:1.3rem;
}

.item a {
  display: block;
}

.va { vertical-align: text-top; }



/*▼リンク*/
a:link {
  color:#231815;
  text-decoration:underline; 
}
	
a:visited {
  color:#231815;
  text-decoration:underline; 
}	

a:active {
  color:#231815;
  text-decoration:underline; 
}	

a:hover {
  color:#231815;
  text-decoration:underline; 
}

a img {
  border: none;
}


/*▼新着情報*/

#w { 
display: block; 
margin: 0 auto; 
width:100%;
}

#w img { 
max-width: 80%;
height:auto;
}
 
.q { display: block; max-width: 680px; margin-bottom: 15px; border-bottom:1px dashed #e6e6e6; overflow: hidden; }
 
.qhead { margin:0 0 10px 0; width:100%;}
.qhead a:hover { text-decoration: none;}

.qhead_l { margin:0 0 10px 0; width:40%; background-color:#001646; color:#ffffff; text-align:center; padding:5px;}
 
.answer { display: none; clear: both; margin-top:10px; padding-bottom:10px;}

#w .qhead a {
  color:#1c1f85;
  display: block;
  font-size: 15px;
  font-weight: normal;
  text-align:left;
  padding:0 0 10px 0;
  margin:0;
}



/*▼フッタ*/
#footer {
  clear: both;
  width:100%;
  height:30px;
  text-align:center;
  line-height: 30px;
  font-family: 'Merriweather Sans', sans-serif;
  background-color:#001646;
  color:#ffffff;
  font-size:1.2rem;
}

#footmenu {
  clear: both;
  width:95%;
  height:auto;
  text-align:center;
  font-size:1.2rem;
  margin: 0 auto;
  padding-top:20px;
  overflow: hidden;
}

#footmenu p {
  line-height:1.8;
  font-family: 'Raleway', sans-serif;
  margin:0;
  padding:0;
}

#footmenu p a {
  color:#171717;
  text-decoration:underline; 
}

.footinfo {
  width:100%;
  height:auto;
  text-align:left;
  font-size:1.2rem;
  border-top:1px solid #cccccc;
  padding:10px 0 10px 0;
  overflow: hidden;
}


ul.gototop, ul.gototop li, ul.gototop a { display:block; }


ul.gototop {
  padding:0;
  margin:20px 0 10px 0;
  float:right;
  position:relative;top:30%;
}

ul.gototop li{
  width:50px;
  height:20px;
  font-size: 1rem;
  line-height:20px;
  text-align:center;
  border:1px solid #888;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), color-stop(0.5,#ffffff), color-stop(0.5,#e3e2e2),  to(#e3e2e2));
  background: -moz-linear-gradient(top, #ffffff, #e3e2e2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


ul.gototop li a {
  text-decoration:none;
}



/*▼テーブル*/


table {
    border-collapse:collapse;
    border-spacing:0;
    font-size:1.4rem;
}

table.basic{
    border-collapse: separate;
    border-spacing:0px;
    empty-cells:show;
    border-top:1px solid #dddddd;
    border-right:none;
    border-bottom:none;
    border-left:1px solid #dddddd;
    table-layout:fixed;
}

table.basic td {
  padding:20px;
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
}

th.basic2 {
  width:25%;
  border-top:none;
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  border-left:none;
  text-align:center;
  white-space: nowrap;
}

td {
  padding:5px 0 5px 5px;
}

th {
  padding:5px 0 5px 0;
  white-space: nowrap;
}

td ul{
  padding:0;
  margin:0;
}

td ul li{
  list-style-type:none;
  text-indent:-0.8em;
  padding:0 0 0 0.8em;
  margin:0;
}


td ul li:before {
 content: "\002731";
}



table.basic td {
  padding:5px;
}

td.nopad {
  padding:5px 0 5px 0;
}

td.now{
  white-space: nowrap;
}

th.nopad {
  padding:10px 0 0 0;
}






hr {
   border-width: 1px 0px 0px 0px; 
   border-style: solid;
   border-color: #dddddd;
   height: 1px;
   margin:20px 0;
}



/*▼バナー*/
.bnr_box {
  clear: both;
  width: 100%;
  height: auto;
  text-align: left;
  padding:0;
  margin:0;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.bnr_box img {
  width:48%;
  height:auto;
  margin-bottom:10px;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.bnr_box a:nth-child(2n) {
  margin-right:none;
  margin-left:4%;
}

.bnr_box a:nth-child(2n+1) {
  clear: both;
}



/*▼共通*/

.line_box {
  clear: both;
  width: 100%;
  height: auto;
  text-align: center;
  padding:10px;
  margin-top:10px;
  border:1px solid #888;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius: 5px;
  overflow:hidden;
  overflow-x:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.line_box ul{
  padding:0;
  margin:10px 0 0 0;
  border:none;
}

.line_box ul li{
  list-style-type:none;
  text-indent:-0.8em;
  padding:0 0 0 0.8em;
  margin:0;
}



.line_box ul li:before {
 content: "\002731";
}

.line_box p{
  margin:10px 0 5px 0;
  padding:0;
}

.line_box p.nomrg{
  font-weight:bold;
  margin:0 0 5px 0;
  padding:0;
}




p {
  margin:0;
  padding:0;
}


 .bl_r {
  background-image: url(/images/common/blank.gif);
  background-repeat: no-repeat;
  background-position: right center;
  background-size:9px 9px;
  -webkit-background-size: 9px 9px;
  -moz-background-size: 9px 9px;
  -o-background-size: 9px 9px;
  padding-right:13px;
  margin-right:2px;
}


.price {
  font-weight:bold;
  margin-bottom:5px;
  padding-bottom:5px;
  border-bottom:1px solid #dddddd;
}


.f_17b {
  font-size: 1.7rem;
  font-weight:bold;
}

.rgt {
  text-align:right;
}

.lft {
  text-align:left;
}

.cet {
  text-align:center;
}

.pad5 {
  padding:5px;
}

.pad_1rem {
  padding:1rem;
}

.pad_t5 {
  padding-top:5px;
}

.pad_t10 {
  padding-top:10px;
}

.pad_t20 {
  padding-top:20px;
}

.pad_b5 {
  padding-bottom:5px;
}

.pad_b10 {
  padding-bottom:10px;
}

.mrg_t10 {
  margin-top:10px;
}

.mrg_t20 {
  margin-top:20px;
}

.mrg_t50 {
  margin-top:50px;
}

.mrg_r10 {
  margin-right:10px;
}

.pad_l24 {
  padding-left:24px;
}

.mrg_b10 {
  margin-bottom:10px;
}

.mrg_b20 {
  margin-bottom:20px;
}

.fl {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.fl5 {
  float: left;
  margin-right: 5px;
  border:1px solid #a3a7a6;
}

.fr {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.cl {clear: both;}

.bd {
  border:1px solid #a3a7a6;
}

.bd_b {
  border-bottom:1px solid #dddddd;
}

.bd_rb {
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
}

.b_b { font-weight:bold;}
.col_rd {color:#f5451c;}
.nor {font-weight: normal;}

.rw{
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold;
}

.f_os { font-size: 20px; font-family: 'Open Sans', sans-serif;}
.f_ms { font-family: 'Merriweather Sans', sans-serif; font-weight:bold;}
.f_17 { font-size: 17px;}

input {
font-size: 100%;
}

select {
font-size: 100%;
}

textarea {
font-size: 100%;
}

.confirm {
	text-align: center;
	margin-top: 15px;
}


a.login {
  display: inline-block;
  width: 100%;
  height: 80px;
  font-size:25px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius: 3px;
  box-shadow:0px -3px 0px 0px #cd6b02 inset;
  -moz-box-shadow:0px -3px 0px 0px #cd6b02 inset;
  -webkit-box-shadow:0px -3px 0px 0px #cd6b02 inset;
  outline: none;
}

a.login::before,
a.login::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

a.login,
a.login::before,
a.login::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.login {
  background:#fa8200 url(/images/common/ico_login.png) no-repeat;
  background-position:center right 10px;
  color: #ffffff;
}
a.login:hover {
  background-color: #fba74c;
}

a.login p {
  font-size:12px;
  text-align: center;
  text-decoration: none;
  padding-top:10px;
}


a.login2 {
  display: inline-block;
  width: 100%;
  height: 80px;
  font-size:25px;
  text-align: center;
  text-decoration: none;
  line-height:80px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius: 3px;
  box-shadow:0px -3px 0px 0px #cd6b02 inset;
  -moz-box-shadow:0px -3px 0px 0px #cd6b02 inset;
  -webkit-box-shadow:0px -3px 0px 0px #cd6b02 inset;
  outline: none;
}

a.login2::before,
a.login2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

a.login2,
a.login2::before,
a.login2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.login2 {
  background:#fa8200 url(/images/common/ico_login.png) no-repeat;
  background-position:center right 10px;
  color: #ffffff;
}
a.login2:hover {
  background-color: #fba74c;
}

ul.btn4 li{
  width:100%;
  margin:0 0 10px 0;
  float:none;
}

