/*OpenConpe*/

/*イベントトップができたら消す*/
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(../images/open_compe/h1-bg.png) no-repeat 20% 100%;
    background-size: 35%;
    border-top: 4px solid #BA996B;
}
.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: 3.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(../images/open_compe/h1-bg.png)no-repeat 20% 65%;
		background-size: 500px;
	}
	#read_area .text_box .title{
		font-size: 220%;
	}
	
	.title-sec.shop{
		background: url(../images/open_compe/h1-bg.png)no-repeat 15% 35%;
		background-size: 500px;
	}
}

@media only screen and (max-width: 1024px){
	
}

@media screen and (max-width: 992px){
	.title-sec{
		background: url(../images/open_compe/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){
	#read_area .point_box ul li p{
		width: 75%;
	}
	.title-sec {
		background-size: auto 105%;
	}
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::
				オープンコンペ
:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#open_compe {
    max-width: 970px;
    padding: 0 1.5%;
    margin: auto;
}
.main {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.main p {
    text-align: center;
    font-size: 174%;
    font-weight: bold;
    margin-top: -30px;
    line-height: 1.8;
}
.main p span {
    display: block;
    font-weight: normal;
    font-size: 75%;
}
.event_schedule .area_navi {
    color: #999999;
	margin-top: 10px;
    margin-right: 16px;
    margin-bottom: 0px;
    margin-left: 16px;
    padding: 0px 0px 12px;
}
.event_schedule .area_navi li {
    float: right;
    margin-left: 15px;
}
.event_schedule .area_navi a {
    color: #333333;
    text-decoration: none;
}
.area_box {
    margin-top: 7%;
}
.event_schedule a {
    color: #333333;
    text-decoration: none;
}
.event_schedule h2 {
    margin-right: 16px;
    margin-left: 0px;
    margin-top: 10px;
    padding: 0px 0px 4px 50px;
    background: url(../images/open_compe/ico_flag.jpg) no-repeat 0 0;
	color: #333333;
    font-weight: bold;
    font-size: 140%;
    text-align: left;
}
.event_schedule h2 span {
    font-size: 140%;
}
.event_detail li {
    border: #a2a2a2 solid 1px;
    background-color: #fff;
    text-align: left;
    margin: 0 20px 20px;
    padding: 16px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.d_prefecture {
    margin: 8px 10px 0 0;
    float: left;
}
.d_prefecture span {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 10px;
    background-color: #2d2d2d;
    color: #fff;
}
.d_day {
    color: #7d6f3a;
    font-size: 150%;
    float: left;
    margin-right: 15px;
}
.d_name {
    font-weight: bold;
    font-size: 150%;
    width: 64%;
    float: left;
}
.d_honma {
    font-weight: bold;
    float: left;
    margin-top: 2%;
    margin-bottom: 0%!important;
}
.d_honma a {
    margin-left: 10px;
    font-size: 120%;
}
.d_tel {
    width: 100%;
    margin-top: 2%;
}
.d_tel a {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 5px 20px;
    background-color: #2d2d2d;
}
.event_detail .tel {
    pointer-events: none;
}
.d_tel a:link {
    text-decoration: none;
    color: #fff;
}
.num_box {
    margin-top: 2%;
}
.d_num {
    font-size: 150%;
    font-weight: bold;
    width: 20%;
    float: left;
}
.d_price {
    width: 80%;
    float: left;
}
.d_price span {
    font-size: 150%;
    color: #cf181a;
}
.d_text {
    padding: 10px 0 0;
    border-top: #a2a2a2 solid 1px;
}
.d_text p {
    margin: 0;
}
.d_format {
    box-sizing: border-box;
    padding: 0 10px 0 0;
    width: 30%;
    float: left;
}
.d_remarks {
    border-left: #a2a2a2 solid 1px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    width: 70%;
    float: left;
}

.d_honma {
	font-weight: bold;
	float: left;
	margin-top: 2%;
	margin-bottom: 0%!important;
}
.open_compe {
	width: 100%;
}

.d_honma a {
	margin-left: 10px;
	font-size: 120%;
}
.d_honma a:hover {
	color: #cf181a;
}
.w50{
	width: 50%;
}
.w45{
	width: 45%;
}
@media screen and (max-width: 769px){
	.main p {
		font-size: 120%;
		margin-top: -2%;
		line-height: 1.5;
	}
	.main p span {
		margin-top: 2%;
	}
	.event_schedule .area_navi{
		margin-bottom: 30px;
	}
	.area_box{
		margin-top: 10%;
	}
	.d_prefecture {
		margin: 6px 10px 10px 0;
	}
	.d_day {
	}
	.d_name {
		font-size: 130%;
		width: 100%;
	}
	.d_add {
		width: 100%;
	}
	.d_tel {
		width: 100%;
		margin-top: 3%
	}
	.d_tel a {
	    border-radius: 20px;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
		padding: 10px 20px;
	}
	.d_honma{
		margin-bottom: 3%;
	}
	.d_num {
		font-size: 125%;
	}
	.d_price{
		margin-bottom: 5px;
	}
	.d_price span {
		font-size: 125%;
	}
	.d_text p{
		margin: 0;
		float: none;
		width: 100%;
	}
	.d_format{
		padding: 0 0 5px 0;
	}
	.d_remarks{
		border-left: none;
		padding: 5px 0 0;
		border-top: #a2a2a2 solid 1px;
	}
	
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::
			インフォメーション
:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#event_information {
    margin-top: 10%;
}
#event_information h2 {
    border-bottom: 3px solid #4a4a4a;
    line-height: 2em;
    font-size: 130%;
    font-weight: bold;
}
#event_information a {
    text-align: center;
    display: block;
    margin-top: 20px;
}
/*#event_information a img {
	width: 100%;
}*/

/* globalに色合わす */
.title-sec {
  border-top: 4px solid #BA996B;
  border-bottom: 1px solid #BA996B;
}