@charset "utf-8";
/* CSS Document */

body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
	/*font-size: 16px;*/
	color: #646464;
    -webkit-text-size-adjust: 100%;
}

#main {
	background: #c3bdbd;
	text-align: center;
	position: relative;
	width: 100%;
}

.main_visual img {
    width: 100%;
    max-width: 1500px;
    min-width: 1130px;
    height: auto;
}

#main #main_cover {
	background: url(../images/main_cover.png) repeat-x left bottom;
	position: absolute;
	width: 100%;
	height: 39px;
	left: 0;
	bottom: -1px;
	z-index: 2;
}

/*------------------------------
スウィーツ甲子園とは？
-------------------------------*/
#about {
	position: relative;
	width: 1020px;
	min-height: 700px;
	height: auto;
    margin: -60px auto;
    padding: 60px 0;
	background-image: url(../images/bg_about01.png),url(../images/bg_about02.png) ;
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right top;
    background-size: 278px 753px, contain;
	text-align: center;
    z-index: 3;
}
#about .inner {
	width: 1000px;
	margin: 0 auto;
}
#about h2 {
	padding-top: 29px;
	margin-bottom: 30px;
}

#about p.text_about {
	font-size: 16px;
	line-height: 200%;
	width: 400px;
	margin: 0 auto 60px;
}

/*------------------------------
SweetsCollection
-------------------------------*/
#collection {
	width: 100%;
	background: url(../images/bg_collection.jpg);
}

#collection h2 {
    min-width: 1000px;
	text-align: center;
	background: url(../images/bg_collection_top.jpg) repeat-x 0 0;
	margin-bottom: 10px;
	width: 100%;
}
.bg_end {
	width: 100%;
	text-align: center;
	background: url(../images/bg_collection_bottom.jpg) repeat-x left bottom;
	height: 43px;
	clear: both;
}

.collection_about {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	
}
.collection_about p {
	font-size: 16px;
	line-height: 180%;
}
.collection_about p.text_sub {
	font-size: 13px;
	margin-top: 1.5em;
}

#collection_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 1000px;
	margin: 40px auto 0;
}

#collection_list li {
	width: 480px;
	margin-bottom: 62px;
	color: #000000;
}
#collection_list li a {
	color: #000000;
}
#collection_list .point {
	padding: 20px 5px 15px 10px;
	border-bottom: 1px solid #B9AA7D;
	margin-bottom: 10px;
	box-sizing: border-box;
}

#collection_list p {
	font-size: 14px;
}
#collection_list p.text_head {
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 10px;
}

#collection_list dl {
    display: flex;
    width: 100%;
	font-size: 13px;
	padding-left: 10px;
}
#collection_list dl:before {
	content: '■';	
}
.marL {
	margin-left: 1em;
}

#collection_list .hyogo p.text_head,
#collection_list .hyogo dl:before{
	color: #D58E25;
}
#collection_list .kyoto p.text_head,
#collection_list .kyoto dl:before{
	color: #922F14;
}
#collection_list .wakayama p.text_head,
#collection_list .wakayama dl:before{
	color: #843B4C;
}
#collection_list .tokushima p.text_head,
#collection_list .tokushima dl:before{
	color: #40210F;
}

/*------------------------------
審査について
-------------------------------*/
#examination {
	width: 1000px;
	margin: 0 auto;
	padding-top: 33px;
}
#examination h2 {
	margin-bottom: 24px;
}

#examination_about {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 23px;
}
#examination_about .examination_about_text {
	width: 439px;
    margin: 0 auto;
}
#examination_about .examination_about_text > p {
	font-size: 16px;
	line-height: 180%;
}

#gaiyo {
	width: 439px;
    margin: 15px auto 0;
	background: url(../images/bg_gaiyo.jpg) repeat-y left top;
}
#gaiyo:before {
	background: url(../images/bg_gaiyo_top.jpg) no-repeat left top;
	content: '';
	width: 100%;
	height: 8px;
	display: block;
}
#gaiyo:after {
	background: url(../images/bg_gaiyo_bottom.jpg) no-repeat left bottom;
	content: '';
	width: 100%;
	height: 8px;
	display: block;
}
#gaiyo h3 {
	width: 399px;
	margin: 12px auto 5px;
	color: #87C9A1;
	font-weight: bold;
}
#gaiyo p {
	width: 399px;
	margin: 0 auto 15px;
	font-size: 14px;
	line-height: 180%; 
}

.examination_result {
    display: flex;
    justify-content: space-between;
}

/*------------------------------
フッター
-------------------------------*/
#footer {
	background: #A89C85;
	text-align: center;
	margin-top: 47px;
	padding-bottom: 25px;
	padding-top: 0;
}

#footer .pagetop {
	background: url(../images/bg_footer.jpg) repeat-x 0 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
	height: 50px;
	margin-top: -1px;
	margin-bottom: 17px;
}
#footer .pagetop p {
	padding-right: 9px;
	width: 991px;
	margin: 0 auto;
	text-align: right;
}

#footer .text_footer {
	color: #FFF;
	font-size: 12px;
	line-height: 180%;
	width: 900px;
	margin: 20px auto 0;
}
#footer a {
	color: #FFF;
}