@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: #bcb6b6;
	text-align: center;
	position: relative;
	width: 100%;
	padding-bottom: 10px;
}

.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: 1100px;
	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 -8px top 46px, right 18px top 40px;
    background-size: 330px, 330px;
	text-align: center;
	z-index: 3;
}

#about .inner {
	width: 1000px;
	margin: 0 auto;
}

#about h2 {
	padding-top: 29px;
	margin-bottom: 30px;
}

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

.universal {
	max-width: 326px;
	margin: auto;
	margin-bottom: 30px;
}
.universal img{
	max-width: 100%;
}
.universal_link{
	color: #d45c80;
}
/*------------------------------
SweetsCollection
-------------------------------*/
#collection {
	width: 100%;
	background: url(../images/bg_collection.jpg);
}

ul.collection_list {
	border-bottom: 1px solid #B9AA7D;

}

ul.collection_list:last-child {
	border-bottom: none;

}

#collection h2 {
	min-width: 1000px;
	text-align: center;
	background: url(../images/bg_collection_top.jpg) repeat-x 0 0;
	margin-bottom: 10px;
	width: 100%;
}
#collection h2 img {
	width: 100%;
}
.bg_end {
	margin-top: 50px;
	width: 100%;
	text-align: center;
	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;
}
.bg_sweet{
	/* padding: 3px 4px 7px; */
	padding-bottom: 7px;
	background-image: url(../images/bg_sweet.png);
	background-size: cover;
	margin-bottom: 20px;
	position: relative;
}
.bg_sweet a:hover::before{
	content: "";
	background-image: url(../images/img_sweet_hover.png);
	background-repeat: no-repeat;
	background-position: bottom 10px right 10px;
width: calc(100% - 7px);
height: calc(100% - 7px);
background-color: rgba(0,0,0,0.7);;
position: absolute;
top: 0;
z-index: 5;
}
.collection_box{
	position: relative;
	padding-top: 64px;
}
.collection_box h3{
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 100;
}
.bg_sweet img{
border: solid 3px #d58e25;
}
.collection_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1000px;
	margin: 60px auto 0;
	padding-bottom: 40px;
}

.collection_list--one {
	margin: 90px auto 0;
}

.collection_list--last {
	padding-bottom: 100px;
}

.collection_list li {
	width: 480px;
	margin-bottom: auto;
	color: #000000;
}

.collection_list li a {
	color: #000000;
	transition: .2s color ease-out;
	text-decoration: none;
}
.collection_list li a:hover{
	color: #d58e25;
}

.collection_list .point2 {
	padding: 10px 0 0;
	border-top: 1px solid #B9AA7D;
	margin-top: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	height: auto;
}

.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: '■';
	color: #d58e25;
}

.marL {
	margin-left: 1em;
}

.collection_list .hyogo p.text_head,
.collection_list .hyogo dl:before {
	color: #D58E25;
}

.movie {
	align-items: flex-end;
	margin-top: 24px;
}

.movie h3 {
	padding-bottom: 5px;
}

.movie .text_head {
	padding-top: 10px;
}

iframe {
	width: 100%;
	height: 99.2%;
	position: absolute;
	top: 0;
	left: 0;
}

.text_bottom {
	padding-bottom: 25px;
}

.text_bottom02 {
	padding-bottom: 5px;
}

.iframe_wrap {
    box-sizing: border-box;
    background: #d58e25;
	border: 2px solid #d58e25;
	border-radius: 3px;
	position: relative;
	padding-top: 56.25%;
	height: 0;
	width: 100%;
	z-index: 10;
}

.iframe_bg {
	background-image: url(../images/bg_movie.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*------------------------------
審査について
-------------------------------*/
#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%;
}

#examination_about .examination_about_text {
	margin-left: 40px;
	margin-right: 40px;
}

.examination_result {
	margin: 0 auto;
	text-align: center;
}

/*------------------------------
フッター
-------------------------------*/
#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;
}

@media all and (-ms-high-contrast: none) {
	.movie {
		margin-top: 26px;
	}
}
