


.hito_order_container h1,
.hito_order_container h2,
.hito_order_container h3,
.hito_order_container h4,
.hito_order_container h5,
.hito_order_container h6 {
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2;
}
.hito_detail h3{
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: rgba(191,159,0, 1);
	height: 45px;
}
.hito_detail span{
	font-size: 14px;
}

.font_hirago{
font-family:"Hiragino Kaku Gothic ProN","MS Pゴシック",sans-serif !important;
}


.txt_price{
	font-size: 13px;
	text-align: right;
	color: #555;
	font-weight: 300;
	letter-spacing: 0;
	padding: 0;
}
.osusume_price{
	font-size: 12px;
	text-align: right;
	color: #555;
	font-weight: 300;
	letter-spacing: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: -5px;
}
.txt_price span{
	font-size: 11px;
}
.osusume_exp{
	line-height: 1.5;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
}
.osusume_exp_height{
	height: 90px;
	overflow-y: auto;
	margin-bottom: 15px;
}
.hito_order_container {
    margin-top: 10px;
    position: relative;
	
}

.recent_project_hito {
    position: relative;
    overflow: hidden;
    margin: 5px;
}
.recent_project_hito img {
    width: 99%;
	border: 1px solid rgba(191,159,0, 0.2);
}
.osusume_waku{
    width: 95%;
	border-radius: 3px;
}
.hito_hito {
    position: relative;
    overflow: hidden;
}
.order_name_hito {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -32px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.order_name_hito h3 {
    line-height: 18px;
}
ul.hito_price {
    margin: 0;
    padding: 0; 
}

ul.hito_price li{
    display: inline-block;
    padding:5px 10px;
	background-color: rgba(191,159,0, 0.7); 
    border: 1px solid #fff;
}

ul.hito_price li a{
    display: inline-block;
    color: #fff;
}
ul.hito_price li a:hover{
    color: rgba(191,159,0, 0.7);
}
.hito_h3{
    right: 5px;
    top: 5px;
	
}
.hito_full {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px 0;
    line-height: 14px;
    font-size: 14px;
    background: rgba(191,159,0, 0.8); /* Primary color, can be changed via colors.css */
}
.hito_full:hover {
    background: rgba(191,159,0, 0.5); /* Hover color, can be changed via colors.css */
}
.hito_full a {
    padding: 0px;
    display: block;
    color: #fff;
}

.hito_full a:hover{
    color:#fff;
}

.hito_full a p{
    font-size: 24px;
    padding: 0 10px;
    line-height: 20px;
}

/* Overlay and hover effect
/* ---------------------------------------------- */
.recent_project_hito::before {
    content: "";
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}
.recent_project_hito:hover::before {
    opacity: 1;
}

.order_name_hito h3,
ul.hito_price,
.hito_full {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
}
.order_name_hito h3,
ul.hito_price{
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.hito_full {
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}
.recent_project_hito:hover .order_name_hito h3,
.recent_project_hito:hover ul.hito_price,
.recent_project_hito:hover .hito_full {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}



/* Carousel navigation
/* ---------------------------------------------- */

.project-navigation .btn-next2,
.project-navigation .btn-prev2 {
    position: absolute;
    width: 40px;
    height: 70px;
    top: 40%;
    margin-top: -40px;
    background: rgba(191,159,0, 0);
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
	font-weight: bold;
    opacity: 0.5;
    z-index: 997;
    cursor: pointer;
}
.project-navigation .btn-next3,
.project-navigation .btn-prev3 {
    position: absolute;
    width: 40px;
    height: 70px;
    top: 15%;
    margin-top: -40px;
    background: rgba(191,159,0, 0);
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    opacity: 0.5;
    z-index: 997;
    cursor: pointer;
}
.project-navigation .btn-prev2 {
    left: 0;
}

.project-navigation .btn-next2 {
    right: 0;
}
.project-navigation .btn-prev3 {
    left: 0;
}

.project-navigation .btn-next3 {
    right: 0;
}
.project-navigation a:hover {
    width: 60px;
    background: rgba(191,159,0, 0); /* Primary color, can be changed via colors.css */
}

.hito_order_container:hover .project-navigation .btn-prev2,
.hito_order_container:hover .project-navigation .btn-next2 {
    opacity: 1;
}
.btn-prev2 p,
.btn-next2 p{
	font-size: 180%;
    color: rgba(191,159,0, 1);
}
.hito_order_container:hover .project-navigation .btn-prev3,
.hito_order_container:hover .project-navigation .btn-next3 {
    opacity: 1;
}
.btn-prev3 p,
.btn-next3 p{
	font-size: 150%;
    color: rgba(191,159,0, 1);
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}
.text-center{
    text-align: center;
}
.hito_h4{
	font-size: 13px;
	text-align: left;
	font-weight: 200;
	color: #555;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.col-sm-hi4{
	width: 33%;
	float: left;
}

@media print, screen and (max-width: 992px) {
.concept img{
margin-top:15px;
}
}


@media print, screen and (max-width: 768px) {
.hito_detail h3{
	font-size: 12px;
	height: 30px;
}
.hito_detail h3 span{
	font-size: 11px;
	height: 30px;
}
.txt_price{
	font-size: 11px;
	text-align: right;
	color: #555;
	font-weight: 300;
	letter-spacing: 0;
	padding-bottom: 5px;
}
	.hito_h4{
		font-size: 11px;
	}
.hito_full {
    padding: 10px 0;
    line-height: 14px;
    font-size: 14px;
	}
.col-sm-hi4{
	width: 33%;
}
}
@media print, screen and (max-width: 480px) {
	.osusume_exp_height{
	height: 70px;
	overflow-y: auto;
	margin-bottom: 15px;
}
}
@media print, screen and (max-width: 380px) {


	.osusume_price{
	margin-top: -8px;
}
}
.col-sm-hi4{
	width: 33%;
	float: left;
	text-align: center;
    }
	.wakuwaku img{
	width: 95%;
	
    }
	.wakuwaku2{
	clear: left;
	margin-top: 5px;
	}
	.wakuwaku{
	padding: 0.1px 0.1px;
	}
	.wakuwaku3{
	/*border: 1px solid #ffc85a;*/
	border: 1px solid rgba(167, 134, 57, 0.5);
	border-radius: 5px;
	}
   .wakuwaku4{
	border: 1px solid #ddd;
	border-radius: 5px;
	}
	.wakuwaku:hover{
    background-color: rgba(167, 134, 57, 0.1);
    text-decoration: none;
    opacity: 0.9;
}
@media print, screen and (max-width: 480px) {
    .wakuwaku img{
	width: 100%;
	
    }
	.wakuwaku2{
	clear: left;
	margin-top: 5px;
	}
	.wakuwaku{
	padding: 0;
	}
}
a .minimal-indent{
	text-decoration: none;
	
}
.minimal-indent span{
	letter-spacing: 1px;
	font-size: 1rem;
	color: #a78639;
	}