body {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Times New Roman",Times,serif;
  color: #444;
	}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #444;
}

/* Link */
a {
    color: #444;
    text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

/* Font */
h1{
	font-size: 20px;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 16px;
}
/*h4以降はbootstrapの通り*/

footer{
  margin-bottom: 40px;
}


.row {
    margin-left: 0;
    margin-right: 0;
}

.page-header {
  padding-bottom: 16px;
  margin: 60px 0;
  border-bottom: 1px solid #444;
  letter-spacing: 2px;
}

.page-header-sub {
  padding-bottom: 16px;
  /*margin: 15px 0;*/
  letter-spacing: 2px;
}



/*  ----top----  */


.carousel-control.left {
  background-color: transparent;
  background-image: none;
}

.carousel-control.right {
  background-color: transparent;
  background-image: none;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 300px;
    /*bottom: 0;*/
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow-r::before{
    width: 40px;
    height: 40px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow-l::before{
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*モバイル用*/
.arrow-m{
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow-m::before,
.arrow-m::after{
    position: absolute;
    top: 150px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow-r-m::before{
    right: 5px;
    width: 40px;
    height: 40px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow-l-m::before{
    left: 5px;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* end モバイル用 */

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #ccc;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #444;
}


/*  ----collection-img effect----  */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.collection-img {
  position: relative;
  overflow: hidden;
  margin: auto;
  /*min-width: 230px;*/
  /*max-width: 315px;*/
  width: 200px;
  color: #ffffff;
  /*text-align: left;*/
  /*font-size: 16px;*/
  background-color: #444444;
}
figure.collection-img * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
figure.collection-img img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
figure.collection-img:after,
figure.collection-img figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.collection-img:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
figure.collection-img figcaption {
  z-index: 1;
  padding-top: 85px;
}
figure.collection-img h4,
figure.collection-img .links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}
figure.collection-img h4 {
  line-height: 1.1em;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  opacity: 0;
}

figure.collection-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.collection-img:hover img,
figure.collection-img.hover img {
  zoom: 1;
  filter: alpha(opacity=95);
  -webkit-opacity: 0.95;
  opacity: 0.95;
}
figure.collection-img:hover:after,
figure.collection-img.hover:after {
  opacity: 1;
  position: absolute;
}
figure.collection-img:hover h4,
figure.collection-img.hover h4{
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}


/*  ----oder----  */
.oder-title{
  font-weight: bold;
  font-size: 22px;
}

img.oder-arrow{
  width: 20px;
  margin-bottom: 20px;
}