@charset "utf-8";

body {
    background: #fff;
    padding-top: 130px;
}
@media screen and (max-width: 767px) {
    body{
        padding-top: 50px;
    }
}
#wrapper {
    background: #fff;
    color: #000;
    font-family: "Oswald","ヒラギノ角ゴ Pro W3", Verdana, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.title-sec {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    border-bottom: 1px solid #c8c9c8;
    background: url(../img/h1-bg.png) no-repeat 20% 100%;
    background-size: 35%;
    border-top: 4px solid #c8c9c8;
}
.head_title {
    float: right;
    width: 40%;
}
.breadcrumb {
    text-align: right;
    background: none;
    font-family: sans-serif;
    font-size: 0.750em;
    margin-bottom: 0;
	margin: 10px auto;
}
.breadcrumb li {
    font-family: "Oswald"!important;
    font-size: 14px!important;
}
.breadcrumb li a {
    color: #000!important;
}
.breadcrumb>.active {
    color: #777;
}

#page-top {
    margin: 0;
    padding: 0;
    z-index: 99999;
    position: relative;
}
#page-top p {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 16px;
    bottom: 16px;
}
#move-page-top {
    display: block;
    background: #000;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.5;
    border-radius: 5px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::
					ヘッダー
:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.title-sec h1 {
    font-size: 3em;
    margin: 0;
}
.title-sec p {
    margin-top: 0;
}
@media screen and (min-width: 1200px){
	.title-sec {
		padding-top: 4.5em;
		padding-bottom: 4.5em;
		background: url(../img/h1-bg.png)no-repeat 20% 65%;
		background-size: 500px;
	}
	#read_area .text_box .title{
		font-size: 220%;
	}
	
	.title-sec.shop{
		background: url(../img/h1-bg.png)no-repeat 15% 35%;
		background-size: 500px;
	}
}


@media screen and (max-width: 992px){
	.title-sec{
		background: url(../img/h1-bg.png)no-repeat 0% 50%;
		background-size: auto 200%;
		padding-top: 2.5em;
		padding-bottom: 2.5em;
	}
	.title-sec h1{
		font-size: 2.3em;
	}
	.title-sec.shop{
		background-size: 380px;
	}
}
@media only screen and (max-width: 600px){
	.title-sec .head_title {
		float: none;
		width: 100%;
		text-align: right;
	}
	.title-sec {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		background-size: auto 150%;
		background-position-x: 0%;
	}
	.title-sec h1 {
		font-size: 1.5em;
		padding-right: 5%;
	}
	.title-sec .head_title p{
		font-size: 0.8em;
		padding-right: 5%;
	}
}
@media only screen and (max-width: 340px){
	.title-sec {
		background-size: auto 105%;
	}
}


@media screen and (max-width: 769px){

	
}


/* globalに色合わす */
.title-sec {
  border-top: 4px solid #BA996B;
  border-bottom: 1px solid #BA996B;
}
