@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:600');

.pc{
	display:none !important;
}
.ytCont {
    position: relative;
    width: 100%;
	margin-bottom:10px;
    padding-top: 56.25%;
	order: 1;
}
.ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
nav {
	background-color:#fff;
}
#doumingolfer {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
	font-size: 14px;
}
#doumingolfer .clrTxt {
	text-indent: -99999px;
	text-decoration: none;
	overflow: hidden;
}
#doumingolfer #wrap {
	max-width:1280px;
	margin: 0 auto;
}
#doumingolfer #content {
	width:100%;
	height:0;
	padding-top: 207.5%;
	margin: 0 auto;
	background: url(../images/sp_contents_bg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
#doumingolfer .movie {
	width: 90%;
	margin:auto;
	top: 12.2%;
	left: 0;
	right: 0;
	position: absolute;
}

#doumingolfer .buttontext {
	font-size: 7.5vw;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

#doumingolfer .button {
    display: block;
    padding: 1% 7%;
    border-radius: 2vw;
    background: #cc1414;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}
#doumingolfer .button:hover {
    background: #cc5252;
}
#doumingolfer .officialBtn {
    width: 87%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
    margin: auto;
    letter-spacing: 3px;
}