section {
    margin-bottom: 6%;
}
.sp-only {
    display: none;
}
.scroll-adjust {
    /*ページ内スクロール位置調整用*/
    display: block;
    margin-top: -200px;
    padding-top: 200px;
}
.mainV {
    margin-bottom: 0;
}
.mainV_img {
    position: relative;
    opacity: 0.4;
    height: 0;
    padding-top: 48%;
    background: url("img/wet/mainV.jpg") 0 0 no-repeat;
    background-size: contain;
    margin-top: 123px;
}
.mainV_color {
    background-color: #674c42;
}
.mainV_tit {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.mainV_tit_sub {
    font-size: 30px;
}
/*メニューコンテンツ*/
.menu_container {
    margin-bottom: 60px;
}
.menu_inner,
.menu_inner_r,
.menu_inner_l {
    background-color: rgba(103, 76, 66, 0.8);
    margin: 150px auto 40px auto;
    max-width: 1250px;
    width: 90%;
}
.menu_inner_r {
    padding: 0 0 40px 40px;
}
.menu_inner_l {
    padding: 0 40px 40px 0;
}
.menu_inner {
    padding: 0 0 40px;
}
.menu_list_item {
}
.menu_list_item_link {
    width: calc(50% - 50px);
}
.menu_about_r,
.menu_about_l {
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.menu_about_r {
    flex-direction: row-reverse;
}
.menu_plan,
.menu_img {
    width: 50%;
}
.menu_plan_r {
    margin-left: 40px;
}
.menu_plan_l {
    margin-right: 40px;
}
.normal_font {
    font-weight: normal;
    font-size: 14px;
}
.menu_course,
.menu_price {
    font-size: 25px;
}
.menu_course {
    text-align: center;
    margin-top: 30px;
}
.menu_price {
    margin-bottom: 20px;
    text-align: right;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.menu_price_tax {
    font-size: 18px;
}
.menu_text {
    margin-top: 10px;
    padding-bottom: 10px;
}
/*
.menu_tit{
	background-color: #674c42;
	width: 50%;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	margin: 0 auto;
	margin-top: -25px;
	margin-bottom: 20px;
	z-index: 2;
}
*/
.wet_img_r,
.wet_img_l {
    margin-top: -60px;
    width: 100%;
}
.wet_img_r {
    margin-left: 20px;
}
.wet_img_l {
    margin-left: -20px;
}
.menu_study_r,
.menu_study_l {
    background-color: #fff;
    margin-top: 40px;
    padding: 20px;
    align-items: baseline;
    justify-content: space-around;
}
.menu_study_r {
    margin-right: 40px;
}
.menu_study_l {
    margin-left: 40px;
}
.menu_study_tit {
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
}
.menu_study_text {
    font-weight: normal;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}
/*ブラッシュアップコンテンツ*/
.brushup_img {
    background: url("img/wet/brushup.jpg") 0 0 no-repeat;
    background-size: contain;
    width: 100%;
    position: relative;
}
.brushup_img.img2 {
    background: none;
    background-color: #d9d2d0;
}
.brushup_inner_list {
    background-color: rgba(103, 76, 66, 0.7);
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    max-width: 1250px;
}
.brushup_inner_list.special {
    position: static;
    transform: translate(0);
    margin-top: 80px;
    padding-bottom: 40px;
}
.brushup_inner_list_item,
.brushup_menu_tit {
    text-align: left;
    width: 90%;
    margin: 0 auto;
}
.brushup_title {
    font-size: 25px;
    margin-bottom: 10px;
}
.brushup_font_normal {
    font-size: 14px;
    font-weight: normal;
}
.brushup_menu_tit {
    font-size: 18px;
    margin-top: 20px;
}
.brushup_menu_tex {
    font-size: 18px;
    padding: 10px 0;
}
.brushup_font_weight {
    font-size: 14px;
}
.brushup {
    margin-bottom: 0;
}
.brushup_img {
    position: relative;
    height: 60vh;
    width: 100%;
    /*margin-bottom: 50px;*/
    background: url(img/wet/brushup.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.6;
}
.brushup_title {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    text-align: center;
}
.brushup_font_normal {
    font-size: 14px;
}
.brushup_inner_list_item_link {
    align-items: center;
}
.brushup_inner_list_item_link::after {
    content: "";
    border-top: 1px dotted;
    flex: auto;
}
.brushup_inner_list_item_link.box {
    margin-top: 1em;
}
.brushup_inner_list_item_link .box_item {
    margin-bottom: 0.5em;
    padding-left: 1em;
    /* text-indent: -.6em; */
}
.brushup_menu_tex {
    order: 1;
    margin-left: 10px;
}
.brushup_course {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.brushup_course_item {
    padding: 20px;
    background-color: #fff;
}
.brushup_course_title {
    font-size: 16px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #261006;
    color: #261006;
}
.brushup_course_text {
    font-size: 14px;
    color: #261006;
}

@media screen and (max-width: 960px) {
    .mainV_tit {
    }
}
@media screen and (max-width: 800px) {
    /*
	.menu_about{
		flex-direction: column-reverse;
	}
*/
    /*
	.menu_about_r{
		flex-direction: column-reverse;
	}
*/
    .menu_about_r,
    .menu_about_l {
        flex-direction: column;
    }
    .menu_study_r,
    .menu_study_l {
        flex-direction: column;
        margin: 0;
        padding: 20px 40px;
    }
    .menu_plan,
    .menu_img {
        width: 100%;
        margin-bottom: 20px;
    }
    .menu_inner_r,
    .menu_inner_l {
        padding: 0 40px 40px;
    }
    .menu_text {
        margin-top: 0;
    }
    .menu_price {
        text-align: center;
    }
    .menu_list_item_link {
        width: 100%;
    }
    .menu_study_tit {
        padding-bottom: 5px;
        padding-top: 10px;
    }
    .wet_img_r,
    .wet_img_l {
        margin: -80px 0 0;
    }
    .menu_course {
        margin-top: 0;
    }
    .brushup_course {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 777px) {
    .mainV_img {
        margin-top: 61px;
    }
    .brushup_title {
        text-align: left;
    }
    .menu_tit {
        margin-top: -44px;
    }
    .mainV_tit {
        font-size: 40px;
    }
}

@media screen and (max-width: 560px) {
    .mainV_tit_sub {
        font-size: 4vw;
    }
    .menu_study_r,
    .menu_study_l {
        padding: 10px 20px 20px;
    }
    .menu_tit {
        width: 70%;
        font-size: 18px;
    }
    .menu_inner_r,
    .menu_inner_l {
        padding: 0 20px 20px;
    }
    .brushup_inner_list {
        width: 95%;
        padding: 20px;
    }
    .brushup_title {
        width: 100%;
        font-size: 18px;
    }
    .brushup_inner_list_item,
    .brushup_menu_tit {
        width: 100%;
    }
    .brushup_img {
        height: 55vh;
    }
    .brushup_img.img2 {
        height: 65vh;
        background-size: cover;
        background-position-x: 60%;
    }
    .menu_course,
    .menu_price {
        font-size: 20px;
    }
    .menu_price_tax {
        font-size: 14px;
    }
    .menu_course {
        margin-bottom: 10px;
    }
    .mainV_drytit {
        font-size: 25px;
    }
}
@media screen and (max-width: 430px) {
    .sp-only {
        display: block;
    }
    .brushup_img {
        height: 70vh;
    }
    .brushup_img.img2 {
        height: 80vh;
    }
}
