@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 .pc {
    display: none;
}

#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 {
    width: 100%;
}

#yumeouenjuku #main h1 .img {
    background: url("../images/h1_ttl_02.png?20240322") top center no-repeat;
    padding-top: 77.1015%;
    width: 78%;
    margin: 20px auto;
    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-top: 20px;
    background: #fff;
}

#yumeouenjuku #nav li a.navbtn {
    display: block;
    padding: 0.7em 0;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .3);
    position: relative;
}

#yumeouenjuku #nav li a.navbtn.gray {
    pointer-events: none;
}

#yumeouenjuku #nav li a.navbtn.gray:before,
#yumeouenjuku #nav li a.navbtn.gray img,
#yumeouenjuku #nav li a.navbtn.gray svg {
    filter: grayscale(1) contrast(0.3) brightness(1.6);
}

/*#yumeouenjuku #nav li a.navbtn.gray:after {
    content: "coming soon";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    filter: none;
    font-size: 130%;
    opacity: 0.4;
}*/

#yumeouenjuku #nav li a.navbtn > * {
    position: relative;
}

#yumeouenjuku #nav li a.navbtn:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.5;
	z-index: 0;
	background-size: cover;
	background-position: center;
	transition: 0.3s;
}

#yumeouenjuku #nav li a.navbtn:hover:before {
    opacity: 0.4;
}

#yumeouenjuku #nav li a.navbtn.btn01:before {
    background-image: url(../images/nav_01_bg.jpg);
}

#yumeouenjuku #nav li a.navbtn.btn02:before {
    background-image: url(../images/nav_02_bg.jpg);
}

#yumeouenjuku #nav li a.navbtn.btn03:before {
    background-image: url(../images/nav_03_bg.jpg);
}

#yumeouenjuku #nav li a.navbtn svg {
    width: 100%;
    height: 1.5em;
    vertical-align: bottom;
}

#yumeouenjuku #nav li a.navbtn svg text {
    stroke-width: 0.15em;
    stroke: #fff;
    fill: #e60012;
    paint-order: stroke;
    stroke-linejoin: round;
}

#yumeouenjuku #nav li a.navbtn img {
    max-width: 70%;
    vertical-align: bottom;
}

#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: start;
    line-height: 1.5;
    width: 95%;
    display: block;
    margin: 0 auto;
}

#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: 96%;
    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 .caution {
    width: 95%;
    display: block;
    margin: 0 auto;
}

#yumeouenjuku #contentWrap .content_img {
    width: 100%;
    margin: 15px auto;
}

#yumeouenjuku #contentWrap .content_img img {
    width: 50%;
}

#yumeouenjuku #championship .info > p , #yumeouenjuku #oshiete .info > p , #yumeouenjuku #staygolf .info > p , #yumeouenjuku #gohan .info > p {
    width: 95%;
    margin: 0 auto;
    /* 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: 15px 0;
}

#contentWrap .applicationCont > div.tc {
    font-size: 150%;
    margin: 20px auto 15px auto;
    font-weight: bold;
}

#contentWrap .applicationCont > .location {
    font-size: 120%;
    margin: 0 auto 10px;
    font-weight: bold;
    text-align: center;
}

#contentWrap .applicationCont ul {
    letter-spacing: -.40em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#contentWrap .applicationCont ul li {
    display: inline-block;
    width: 96%;
    letter-spacing: normal;
    margin: 5px 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;
}

/*追加項目*/
#championship .indent {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}

#contentWrap .form_title {
    color: #e50012;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 0;
}

#school .link_area,
#challenge .link_area {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    gap: 10px;
    padding: 1% 0;
}
#school .link_area .btn,
#challenge .link_area .btn {
    width: 96%;
    color: #fff;
    border: solid 1px #fff;
    background: #e50012;
    margin: 0 auto;
}

#school .link_area .btn:before,
#challenge .link_area .btn:before {
    background: #fff;
}

#school .link_area .btn span:after,
#challenge .link_area .btn span:after {
    background: url(../images/btn_arw_white.png) no-repeat center center;
}