/*slider*/
.slider {
  margin-top: 5px;
  display: block;
  margin: 0 auto;
}

.bx-pager {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
  left: -1px !important;
  border: 1px solid #b2a487 !important;
  margin: 0 auto !important;
  background: #fff;
}

.bx-pager-item {
  visibility: hidden;
}

/* frees pace */
.news {
  border-style: double none;
  /*border-color: #b2a487;*/
  max-width: 900px;
  padding: 18px 0 10px 0;
  margin: 0 auto;
  margin-top: 5em;
}

.news-inner {
  max-width: 1050px;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  padding-left: 5px;
  color: #5d5d5d;
}

.free-space {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 3em;
  padding-left: 5px;
  color: #5d5d5d;
}

/* recommernd */
.recommend-items {
  margin-top: 3em;
}

/*　new_items */
.new_item-items {
  margin-top: 3em;
}

.main-text{
	font-size:120%;
	color:navy;
	margin: 16px auto;
	text-align: center;
	display: block;
	}

.main-text .top-text{
	text-align: left;
	display: inline-block;
	}

.box {	
  text-align:center;
}

.box .p1{
  display:inline-block;
}

.p1{
	padding: 15px;
	}

.t-text {
    font-size: 230%;
    font-weight: bold;
}

.nagi-pic {
	background-image:url(https://img21.shop-pro.jp/PA01467/294/etc/naginata_1a.jpg?cmsp_timestamp=20210507133141);
    background-repeat:  no-repeat;
	width:auto;
	height:342px;
	background-position: center;
	background-size:contain;
	}
	
@media screen and (max-width: 768px){
.nagi-pic2 {
	background-image:url(https://img21.shop-pro.jp/PA01469/381/etc/naginata-mobile01.jpg?cmsp_timestamp=20210526111257);
    background-repeat:  no-repeat;                
    width:auto;
	background-size: 92% auto;
    height:800px;
	background-position: center;
	background-size:contain;
}
}

.top-text2 {
	color: navy;
  	font-size: 17px;
  	font-weight: bold;
}

.top-text3 {
	color: red;
  	font-size: 24px;
  	font-weight: bold;
}

.top-msg-body {
	color: #464e54;
  	font-size: 16px;
  	font-weight: normal;
    margin:15;
}
.top-msg-title {
	color: #dd0000;
  	font-size: 28px;
  	font-weight: bold;
    margin:15 15 20;
}


.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}