@charset "utf-8";

/*** mobile ***/
/** board **/
.common .searchWrap {margin: 24px 0 16px;}
.common .searchWrap select {
    width: 100%; height: 32px;
    margin-bottom: 8px;
    font-size: 1.5rem;
    border: 1px solid #ccc;
}
.common .searchWrap input {
    width: 74%; height: 32px;
    padding-left: 6px;
    font-size: 1.5rem;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.common .searchWrap button {
    float: right;
    width: 24%; height: 32px;
    font-size: 1.5rem; color: #fff;
    background: #4fc4ba;
    vertical-align: middle;
    border-radius: 4px;
}
.common .boardWrap {border-top: 2px solid #b1b1b1;}
.brdInner article a {
    padding: 13px 1.2%;
    display: block;
    color: #333;
    border-bottom: 1px solid #d1d1d1;
}
.brdInner article button.file {display: none;}
.brdInner article h4 {
    font-size: 2.4rem;
	font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.brdInner article div.cont {
    margin: 14px 0;
    font-size: 1.6rem;
    line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.brdInner .board_footer ul {display: flex; justify-content: flex-end;}
.brdInner .board_footer li {font-size: 1.4rem; color: #747474;}
.brdInner .board_footer li:before {
    display: inline-block;
    width: 20px; height: 20px;
    margin-right: 6px;
    content: '';
    background: url(../img/icon_board_calendar.png) no-repeat center/contain;
    vertical-align: -4px;
}
.brdInner .board_footer li.hit {margin-left: 20px;}
.brdInner .board_footer li.hit:before {background-image: url(../img/icon_board_hit.png);}
.common .btnWrap {position: relative;}
.common .btnWrap ul {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    font-family: 'sans-serif';
}
.common .btnWrap ul li a {
    display: block;
    width: 30px; height: 30px;
    margin: 0 2px;
    font-size: 1.5rem; color: #808080;
    line-height: 28px;
    border: 1px solid #ccc;
    text-align: center;
}
.common .btnWrap ul li a.on {background: #4fc4ba; color: #fff;}
.common .btnWrap button.regi {
  position: absolute;
    top: 0; right: 0;
    width: 98px; height: 36px;
    font-size: 1.5rem; color: #4fc4ba;
    border: 1px solid #4fc4ba;
    border-radius: 9px;
    cursor: pointer;
}

/** viewPage **/
.viewInner .upper {
    position: relative;
    padding-top: 14px;
    height: 150px;
    background: #eee;
}
.viewInner .upper h3 {
    display: flex;
    height: 100px;
    font-size: 2.4rem;
    font-weight: 400;
    align-items: center;
    justify-content: center;
}
.viewInner .upper .info {
    position: absolute;
    bottom: 0; left: 50%; transform: translateX(-50%);
    width: 90%;
    background: #fff;
}
.viewInner .upper .info ul {
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
}
.viewInner .upper .info ul li {font-size: 1.4rem;}
.viewInner .upper .info ul li:before {
    display: inline-block;
    width: 20px; height: 20px;
    content: '';
    background: url(../img/icon_board_calendar.png) no-repeat center/contain;
    vertical-align: -4px;
}
.viewInner .upper .info ul li b {
    padding: 0 5px;
    color: #4fc4ba;
}
.viewInner .upper .info ul li.hit {margin-left: 16px;}
.viewInner .upper .info ul li.hit:before {background-image: url(../img/icon_board_hit.png);}
.viewInner .cont {padding: 36px 4.533% 46px;}
.viewInner .fileWrap a:before {
    display: inline-block;
    content: '';
    width: 22px; height: 10px;
    margin-right: 6px;
    background: url(../img/icon_board_file.png) no-repeat center/contain;
}
.viewInner .fileWrap a {
    display: block;
    margin-bottom: 5px;
    font-size: 1.5rem; color: #747474;
    font-weight: 300;
}
.viewInner .fileWrap a:last-child {margin: 0;}
.viewInner .contWrap {
    padding: 50px 0 38px;
	min-height: 40vh;
    font-size: 1.6rem; color: #747474;
    line-height: 1.5;
    border-bottom: 1px solid #6a6a6a;
}
.viewInner .btn_wrap ul {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}
.viewInner .btn_wrap li.list a {
    display: block;
    width: 160px; height: 40px;
    font-size: 1.6rem; color: #fff;
    line-height: 38px;
    background: #333;
    border-radius: 20px;
    text-align: center;
}

/* sub 06_2 */
.gallInner article {margin-bottom: 20px;}
.gallInner article:last-child {margin: 0;}
.gallInner article a {display: block; color: #333;}
.gallInner article img {
    width: 100%; height: 200px;
    object-fit: cover;
}
.gallInner article .textWrap {
    padding: 12px 4.2%;
    border: 1px solid #ccc;
    border-top: 0;
}
.gallInner article h4 {
    font-size: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gallInner article div.cont {
    margin: 10px 0 13px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 300;
    height: 40px;
    overflow: hidden;
}
.gallInner article i.date {
    display: block;
    font-size: 1.4rem; color: #7a7a7a;
    font-style: normal;
    text-align: right;
}

/* sub06_4 */
.schInner .calendar {margin-top: 30px;}
.schInner .calendar .select-area {
	padding: 8px 0;
	text-align: center;
	background: #f8f8f8;
	border: 1px solid #ededed;
}
.schInner .calendar .select-area select {
	width: 150px; height: 30px;
	padding-left: 10px;
	font-size: 1.6rem;
}
.schInner .calendar .date-area {
	font-size: 0;
	margin: 22px 0;
	text-align: center;
}
.schInner .calendar .date-area a {
	display: inline-block;
	width: 30px; height: 30px;
	line-height: 26px;
	font-size: 1.6rem; color: #6a6a6a;
	font-family: 'sans-serif';
	border: 1px solid #c8c8c8;
	text-align: center;
	vertical-align: middle;
}
.schInner .calendar .date-area b {
	display: inline-block;
	margin: 0 15px;
	font-size: 2.4rem;
	vertical-align: middle;
}
.schInner .tableWrap {overflow-x: scroll;}
.schInner table {
	width: 200%;
	border-spacing: 0;
}
.schInner thead th {
	padding-bottom: 6px;
	font-size: 1.4rem;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
}
.schInner tbody td {
	font-size: 1.5rem;
	padding: 10px 0;
	height: 120px;
	border-bottom: 1px solid #eee;
}
.schInner tbody tr:last-child td {border: 0;}
.schInner .enjoy_div {
	position: relative;
	font-size: 1.4rem; color: #fff;
	font-weight: 300;
	line-height: 1.3;
	white-space:pre;
}
.schInner .enjoy_div .enjoy_info {position: absolute; padding: 5px; z-index: 10;}
.schInner .week {color: red;}
.schInner td .date {
	padding-left: 15px;
	margin-bottom: 8px;
	font-size: 1.6rem;
}
.schInner td:first-child .date {color: red;}
.schInner ._1st {background:#F4E9E3; color: #747474;}
.schInner ._2nd {background:#C9D3DF; color: #747474;}
.schInner ._3rd {background:#9EAEC5;}
.schInner ._4th {background:#F4D2D0;}
.schInner ._5th {background:#7987A1;}
.schInner ._6th {background:rgb(253, 207, 123);}
.schInner ._7th {background:rgb(246, 159, 138);}
.schInner ._8th {background:rgb(203, 173, 221);}
.schInner ._9th {background:rgb(185, 228, 132);}
.schInner ._1st, .schInner ._2nd, .schInner ._3rd, .schInner ._4th, .schInner ._5th, .schInner ._6th, .schInner ._7th, .schInner ._8th, .schInner ._9th {cursor: pointer; height: 28px;}

/* sub06_6 */
.surInner h3 {margin-bottom: 24px;}
.surInner .voteDivision:nth-of-type(n+2) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dashed #c8c8c8;
}
.surInner .vote h5 {
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1.3;
}
.surInner .vote h5 b {color: #4fc4ba;}
.surInner .vote .title {
    display: flex;
    margin-bottom: 8px;
}
.surInner .vote .title p {
    padding: 8px 8px 8px 15px;
    font-size: 1.4rem; color: #fff;
    background: #4fc4ba;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.surInner .vote .title span {
    padding: 8px 10px 8px 8px;
    font-size: 1.3rem; color: #5a5a5a;
    background: #f3f3f3;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.surInner .vote li:nth-child(n+2) {margin-top: 8px;}
.surInner .vote li input {
    width: 20px; height: 20px;
    vertical-align: middle;
}
.surInner .vote li label {
    margin-left: 6px;
    font-size: 1.6rem;
    vertical-align: middle;
}
.surInner .vote button {
    display: block;
    margin: 16px auto 0;
    width: 100%; height: 36px;
    font-size: 1.6rem; color: #fff;
    background: #6a6a6a;
}
.surInner .result {
    margin-top: 20px;
    padding: 15px 2.5%;
    background: #f8f8f8;
    border: 1px solid #eee;
}
.surInner .result h5 {
    margin-bottom: 16px;
    font-size: 1.8rem; color: #747474;
    line-height: 1.3;
}
.surInner .result li {font-size: 1.6rem;}
.surInner .result li:nth-child(n+2) {margin-top: 8px;}
.surInner .result span {
    display: block;
    margin-top: 6px;
    height: 8px;
    background: #d0d0d0;
}
.surInner .result span.best {background: #77e4d5;}

/*** PC ***/
@media screen and (min-width:1084px){
    /** board **/
    .common .searchWrap {margin: 40px 0 24px;}
    .common .searchWrap select {
        width: 120px; height: 40px;
        margin: 0;
        font-size: 1.6rem;
        vertical-align: middle;
    }
    .common .searchWrap input {
        width: 300px; height: 40px;
        margin: 0 10px;
        padding-left: 12px;
        font-size: 1.6rem;
    }
    .common .searchWrap button {
        float: none;
        width: 100px; height: 40px;
        font-size: 1.6rem;
        border-radius: 5px;
    }
    .brdInner article a {
        position: relative;
        padding: 22px 7px 16px;
    }
    .brdInner article a:hover {background: rgba(222,229,228,.2);}
    .brdInner article button.file {
        display: block;
        position: absolute;
        top: 27px; right: 15px;
        width: 22px; height: 10px;
        background: url(../img/icon_board_file.png) no-repeat center/contain;
    }
    .brdInner article h4 {
        width: 95%;
        font-weight: 400;
    }
    .brdInner article div.cont {
        margin: 12px 0 16px;
        line-height: 1.4;
    }
    .brdInner .board_footer li {font-size: 1.6rem; font-weight: 300;}
    .brdInner .board_footer li:before {margin-right: 5px;}
    .brdInner .board_footer li.hit {margin-left: 18px;}

    /** viewPage **/
    .viewInner .upper {
        padding: 0;
        height: 240px;
    }
    .viewInner .upper h3 {
        width: 1080px; height: 180px;
        margin: 0 auto;
        font-size: 4rem;
		line-height: 1.2;
    }
    .viewInner .upper .info {width: 1280px;}
    .viewInner .upper .info ul {height: 60px;}
    .viewInner .upper .info ul li {font-size: 1.8rem; color: #747474;}
    .viewInner .upper .info ul li:before {
        width: 26px; height: 26px;
        vertical-align: -6px;
    }
    .viewInner .upper .info ul li b {padding: 0 12px;}
    .viewInner .upper .info ul li.hit {margin-left: 45px;}
    .viewInner .cont {
        width: 1280px;
        padding: 26px 0 68px;
        margin: 0 auto;
    }
    .viewInner .fileWrap a:before {margin-right: 10px;}
    .viewInner .fileWrap a {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }
    .viewInner .contWrap {
        padding: 83px 0 76px;
        font-size: 1.8rem;
    }
    .viewInner .btn_wrap ul {
        margin-top: 38px;
        justify-content: space-between;
        align-items: center;
    }
    .viewInner .btn_wrap li.pc a {
        font-size: 1.8rem; color: #333;
        font-weight: 700;
    }
    .viewInner .btn_wrap li.list a {
        position: relative;
        width: 190px; height: 46px;
        padding-left: 80px;
        font-size: 1.6rem;
        line-height: 45px;
        border-radius: 28px;
        text-align: left;
    }
    .viewInner .btn_wrap li.list a:after {
        position: absolute;
        top: 50%; left: 43px; transform: translateY(-50%);
        content: '';
        width: 20px; height: 19px;
        background: url(../img/icon_board_list.png) no-repeat center/contain;
    }
    .viewInner .board_footer {
		margin-top: 16px;
		text-align: right;
	}
	.viewInner .board_footer button {
		width: 120px; height: 40px;
		font-size: 1.5rem;
		border: 1px solid #ccc;
	}
	.viewInner .board_footer .btn-delete {margin-left: 5px;}

    /* sub 06_2 */
    .gallInner article {
        width: 300px;
        float: left;
        margin-bottom: 22px;
    }
    .gallInner article:nth-child(3n-1) {margin: 0 20px;}
    .gallInner article img {height: 194px;}
    .gallInner article .textWrap {padding: 22px 16px 15px;}
    .gallInner article h4 {font-size: 2.8rem;}
    .gallInner article div.cont {
        margin: 14px 0;
        line-height: 22px;
        height: 42px;
    }

	/* sub06_4 */
	.schInner .calendar {margin-top: 46px;}
	.schInner .calendar .date-area {margin: 40px 0 28px;}
	.schInner .calendar .date-area b {margin: 0 24px; font-size: 4rem;}
	.schInner .tableWrap {overflow: visible}
	.schInner table {width: 100%;}
	.schInner tbody td {height: 130px}
	.schInner .enjoy_div {position: static;}

    /* sub06_6 */
    .surInner h3 {margin-bottom: 38px;}
    .surInner .voteDivision:nth-of-type(n+2) {
        padding-top: 40px;
        margin-top: 40px;
    }
    .surInner .vote h5 {
        margin-bottom: 18px;
        font-size: 2.2rem;
    }
    .surInner .vote .title {margin-bottom: 18px;}
    .surInner .vote .title p {font-size: 1.6rem;}
    .surInner .vote .title span {
        padding: 8px 15px 8px 8px;
        font-size: 1.6rem;
    }
	.surInner .vote .voteWrap {padding: 0 20px;}
    .surInner .vote li:nth-child(n+2) {margin-top: 12px;}
    .surInner .vote button {
        margin: 20px auto 0;
        width: 160px; height: 40px;
        cursor: pointer;
    }
    .surInner .result {
        margin-top: 30px;
        padding: 25px 30px;
    }
}
