@charset "utf-8";

#yumeouenjuku {
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	line-height: 1.7;
	color: #222;
	padding-bottom:30px;
	background: #fff;
}

#yumeouenjuku .clrTxt {
	text-indent: -99999%;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	height: 0;
	display: block;
}
#yumeouenjuku .tc {
	text-align:center;
}
#yumeouenjuku .tr {
	text-align:right;
}
#yumeouenjuku .fl {
	float:left;
}
#yumeouenjuku .fr {
	float:right;
}
#yumeouenjuku #main {
    background: #fff url(../images/main_bg.jpg) top center no-repeat;
    background-size: 400% auto;
}
#yumeouenjuku #main:after {
    content: "";
    position: absolute;
    background: url(../images/main_btm.png);
    width: 60px;
    height: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
#yumeouenjuku #main h1 {
    background: url(../images/h1_ttl.png) top center no-repeat;
    padding-top: 90.0625%;
    background-size: cover;
}
#yumeouenjuku #main #nav {
    width: 90%;
    margin: 0 auto 8% auto;
}
#yumeouenjuku #nav .read {
	color: #000;
	font-weight: bold;
	font-size: 5vw;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 5vw;
}
#yumeouenjuku #nav ul {
    max-width: 410px;
    margin: 0 auto;
}
#yumeouenjuku #nav li {
    margin-bottom: 10px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .3);
    display: block;
}
#yumeouenjuku #nav li img {
    width: 100%;
}

#yumeouenjuku #outline {
    width: 100%;
    background: #e50012 url(../images/nav_bg.png);
    box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.1) inset;
    -moz-box-shadow:0px 0px 20px 3px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow:0px 0px 20px 3px rgba(0,0,0,0.1) inset;
    padding: 30px 0;
    margin: 0 auto;
}

#yumeouenjuku #outline .ttl, #yumeouenjuku #outline p {
	color: #Fff;
	font-weight: bold;
	font-size: 5vw;
	text-align: center;
	line-height: 1.5;
}
#yumeouenjuku #outline .ttl {
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 6vw;
}

#yumeouenjuku #outline ul {
    max-width: 100%;
    margin: 10px auto 0 auto;
    letter-spacing: -1.4em;
}

#yumeouenjuku #outline li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0.5%;
    width: 23%;
	position: relative;
}

#yumeouenjuku #outline li a img {
    width: 100%;
    height: auto;
    box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
}

#yumeouenjuku #contentWrap {
    width: 100%;
    margin: 0 auto;
}

#yumeouenjuku #notes {
	font-size: 16px;
	margin: 30px auto 0 auto;
	padding: 10px;
	box-sizing: border-box;
	color: #e60012;
	font-weight: bold;
	border: 1px solid #e50012;
}
#yumeouenjuku .notes {
	font-size: 16px;
	margin: 30px auto 0 auto;
	padding: 10px;
	box-sizing: border-box;
	color: #e60012;
	font-weight: bold;
	border: 1px solid #e50012;
}
#yumeouenjuku #notes .tc {
    text-align: left;
}
#yumeouenjuku .notes .tc {
    text-align: left;
}
#yumeouenjuku #championship , #yumeouenjuku #staygolf , #yumeouenjuku #oshiete , #yumeouenjuku #gohan {
    max-width: 1280px;
}
#contentWrap .ttl {
    border-bottom: 1px solid #e50012;
    text-align: center;
    margin: 45px 0 20px 0;
    color: #e50012;
    font-weight: bold;
    font-size: 26px;
    padding: 15px 0;
    line-height: 1.5;
    max-width: 1280px;
}
#contentWrap .ttl span {
    display: block;
    font-size: 3.5vw;
    font-weight: normal;
}
#yumeouenjuku #contentWrap .info{
    width: 100%;
    height: auto;
    display: inline-block;
}
#yumeouenjuku #contentWrap .content_img{
    width: 100%;
    /* float: left; */
}
#yumeouenjuku #contentWrap .content_img img{
    width: 50%;
}
#yumeouenjuku #championship .info > p , #yumeouenjuku #oshiete .info > p  , #yumeouenjuku #staygolf .info > p , #yumeouenjuku #gohan .info > p{
    width: 100%;
    /* float: left; */
    padding-left: 3%;
}
#contentWrap table {
    border: solid 2px #b7b7b7;
    width: 100%;
    margin: 35px 0 25px 0;
}

#contentWrap table caption {
	font-size: 15px;
	text-align:center;
	margin-bottom: 4px;
}
#contentWrap .schedule{
    border: solid 2px #b7b7b7;
    width: 95%;
    margin: 0 auto 20px;
}
#contentWrap .schedule td{
	padding:5px;
}

#contentWrap th,
#contentWrap td {
    border-left: solid 1px #b7b7b7;
    border-top: solid 1px #b7b7b7;
    padding: 12px;
    text-align: center;
}


#contentWrap ul.phCont {
	letter-spacing: -.40em;
	width: 100%;
	margin: 20px auto;
}

#contentWrap ul.phCont li {
    display: inline-block;
    width: 25%;
    letter-spacing: normal;
    margin: 0;
}

#contentWrap th {
    width: 12em;
}

#contentWrap th.girl {
	background:#f5cad3;
}

#contentWrap th.boy {
	background:#c7e9f5;
}

#contentWrap .applicationCont {
    background: #f4f4f4;
    padding: 2%;
    margin-top: 3%;
    width: 100%;
}

#contentWrap .applicationCont > p {
    color: #e50012;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
#contentWrap .applicationCont > div.tc {
    font-size: 150%;
    margin: 20px auto 15px auto;
    font-weight: bold;
}

#contentWrap .applicationCont ul {
	letter-spacing: -.40em;
	width: 100%;
	margin: 15px auto 0  auto;
	text-align: center;
}

#contentWrap .applicationCont ul li {
    display: inline-block;
    width: 96%;
    letter-spacing: normal;
    margin: 0 auto;
}

#contentWrap .applicationCont .blockCont {
	letter-spacing: -.40em;
}

#contentWrap .applicationCont .block {
    width: 100%;
    display: inline-block;
    border: 1px solid #e50012;
    padding: 2%;
    margin: 3% 0;
    box-sizing: border-box;
    letter-spacing: normal;
}
#contentWrap .applicationCont .block.sapporo {
}
#contentWrap .applicationCont .block .place {
    float: none;
    width: 96%;
    padding: 5px 0;
    box-sizing: border-box;
    margin: 0 auto;
}
#contentWrap .applicationCont .block .place.fr {
    border-top: 1px solid #e50012;
}
#contentWrap .applicationCont .block .ttl {
    margin: 0 0 10px 0;
    font-size: 16px;
    padding: 0 0 10px 0;
}

#contentWrap .applicationCont .block p {
	text-align:center;
}

#contentWrap .applicationCont .block ul {
    width: 100%;
}

#contentWrap a.btn {
	width: 100%;
	/* min-width: 200px; */
	height: 48px;
	font-size: 18px;
	letter-spacing: 3px;
	position: relative;
	display: table;
	box-sizing: border-box;
	color: #e50012;
	border: solid 1px #e50012;
	background: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border-radius:5px;
}

#contentWrap a.btn:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	display: block;
	content: '';
	border-radius: 5px;
	background: #e50012;
	transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#contentWrap a.btn:hover, #contentWrap a.btn:active {
	color: #fff;
}

#contentWrap a.btn:hover:before, #contentWrap a.btn:active:before {
	width: 100%;
}

#contentWrap a.btn:hover span:after, #contentWrap a.btn:active span:after {
	background: url(../images/btn_arw_white.png) no-repeat center center;
	transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#contentWrap a.btn span {
	position: relative;
	display: table-cell;
	padding: 0 2%;
	vertical-align: middle;
}

#contentWrap a.btn span:after {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 25px;
	height: 8px;
	content: '';
	display: block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/btn_arw_red.png) no-repeat center center;
}

#contentWrap a.btn.gray {
	color: #bbb;
	border: solid 1px #bbb;
	background: #ddd;
}

#contentWrap a.btn.gray:hover, #contentWrap a.btn.gray:active {
	color: #bbb;
}

#contentWrap a.btn.gray:hover:before, #contentWrap a.btn.gray:active:before {
	width: 0;
}

#contentWrap a.btn.gray span:after {
	background: url(../images/btn_arw_gray.png) no-repeat center center;
}

#contentWrap a.btn.gray:hover span:after, #contentWrap a.btn.gray:active span:after {
	background: url(../images/btn_arw_gray.png) no-repeat center center;
	transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

a.disabled{
    pointer-events: none;
}

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor:pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
	transition: .3s;
}

#pageTop:hover {
	opacity:.8;
}

#footer{
	margin:0;
}

/*神田足したとこ*/

#contentWrap .ttlgohan {
	width: auto;
	margin: 50px auto 15px;
	padding-top:53.125%;
	background: url(../images/gohan_main_sp.jpg) no-repeat center center;
	background-size: cover;
}
#yumeouenjuku #gohan .content_img_prof .image_con{
	width: 55%;
	margin: 5% auto;
}
#yumeouenjuku #gohan .content_img_prof .image_con img{
	width: 100%;
	height: auto;
}
#yumeouenjuku #gohan .content_img_prof .prof_txt{
	width: 95%;
	margin: 0 auto;
}
#yumeouenjuku #gohan .content_img_prof h2{
	font-size: 18px;
	margin-bottom: 3%;
	text-align: center;
	border-bottom: 2px solid #f6b6a9;
}
#contentWrap .gohanyoko {
    margin-top: 25px;
    width: 100%;
}
#contentWrap .gohanmovie {
    background: #ffeddb;
    margin:5% auto 5%;
    padding:5%;
    width: 95%;
}
#contentWrap .gohanmovie h2{
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
}

#contentWrap .gohanmovie ul {
    /* display: flex; */
    /* justify-content: space-between; */
}
#contentWrap .gohanmovie li{
	/* display:flex; */
	width: 100%;
}
#contentWrap .gohanmovie li h3{
	margin: 10px auto 0 auto;
	padding: 5px;
	margin: 8px 0px 20px 0px;
	box-sizing: border-box;
	color: #e60012;
	border: 1px solid #e50012;
	background: #ffff;
	border-radius:5px;
}
#contentWrap .gohanmovie li .gohan_title{
	font-size: 14px;
	text-align:center;
}
#contentWrap .gohanmovie li .gohan_menu{
	font-size: 22px;
	text-align:center;
	font-weight: bolder;
}
#contentWrap .gohanmovie li .gohan_eiyoushi{
	font-size: 17px;
	text-align:center;
	font-weight: bolder;
}

#contentWrap .ttloshiete {
	width: auto;
	/* margin: 50px auto 15px; */
	padding-top:53.125%;
	background: url(../images/oshiete_main_sp2021.jpg?210324) no-repeat center center;
	background-size: cover;
}

#contentWrap .oshietemovie {
    background: #ffeff7;
    padding: 20px;
    margin: 5% auto;
    width: 95%;
}

#contentWrap .oshietemovie ul{
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-around; */
    width: 97%;
    margin: 0 auto;
}

#contentWrap .oshietemovie li{
    width: 100%;
    margin: 2% 0 7%;
    color: #5f3713;
}

#contentWrap .oshietemovie li h2{
    font-size: 18px;
    text-align:center;
}

#contentWrap .oshietemovie li h3{
	font-size: 16px;
	text-align:center;
	margin: 10px auto 0 auto;
	padding: 5px;
	box-sizing: border-box;
	color: #e60012;
	font-weight: bold;
	border: 1px solid #e50012;
	background: #ffff;
	border-radius:5px;
}

#contentWrap .ttlstay {
	width: auto;
	margin: 50px auto 15px;
	padding-top:53.125%;
	background: url(../images/stay_main2020_sp.jpg) no-repeat center center;
	background-size: cover;
}

#contentWrap .staymovie {
    background: #edffdb;
    padding: 20px;
    margin: 5% auto;
    width: 95%;
}

#contentWrap .staymovie ul{
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-around; */
    width: 97%;
    margin: 0 auto;
}

#contentWrap .staymovie li{
    width: 100%;
    margin: 2% 0 7%;
    color: #5f3713;
}

#contentWrap .staymovie li h2{
    font-size: 18px;
    text-align:center;
}

#contentWrap .staymovie li h3{
	font-size: 16px;
	text-align:center;
	margin: 10px auto 0 auto;
	padding: 5px;
	box-sizing: border-box;
	color: #e60012;
	font-weight: bold;
	border: 1px solid #e50012;
	background: #ffff;
	border-radius:5px;
}
#contentWrap .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
#contentWrap .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#yumeouenjuku .youtube li .ph {
    overflow: hidden;
    position: relative;
}
#yumeouenjuku .youtube li .ph:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgb(0 0 0 / 30%);
	transition: .4s;
}
#yumeouenjuku .youtube li .ph:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f04b";
	font-size: 300%;
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	z-index: 1;
	color: rgb(255 255 255 / 50%);
	transition: .8s;
}
#yumeouenjuku .youtube li a:hover .ph:after,
#yumeouenjuku .youtube li a:hover .ph:before {
	opacity:0;
}
#yumeouenjuku .youtube li a:hover {
	opacity:.8;
}
#yumeouenjuku .youtube li a{
	display: block;
    text-decoration: none;
    color: #333;
}
#yumeouenjuku .youtube li a .ph img {
    transition: .5s;
    width:100%
}
#yumeouenjuku .youtube li a:hover .ph img {
    transform: scale(1.05);
}
#yumeouenjuku .staymovie .attention {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 9px;
	color: rgb(0 0 0 / .8);
}
#yumeouenjuku .pc{
    display: none;
}
/*追加項目*/
#championship .info p span.indent{
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}