@charset 'UTF-8';
/* course追加スタイル */

/* course_title
------------------------------------------------------------ */
.course_title{
	background:url(../img/course/course_title_back_pc.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
	padding-top: 4rem;
	position: relative;
}
.course_title .heading{
	color: #6d5741;
	background: #fff;
	margin: auto;
	padding: 3rem 5rem;
	width: fit-content;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: double 3px #f3e6d9;
}
.course_title .heading span{
	display: block;
	line-height: 1.5;
}
.course_title .heading .en{
	font-style: italic;
	font-family: "Times New Roman", "Times", serif;
	font-weight: normal;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.5rem;
}
.course_title .heading .jp{
	font-weight: 600;
	font-size: 3.4rem;
	letter-spacing: 0.1em;
}
.course_title .text{
	color: #6d5741;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 3rem;
	padding-bottom: 5rem;
}

@media screen and (max-width: 559px) {
	.course_title{
		background:url(../img/course/course_title_back_sp.jpg) no-repeat top center;
		background-size: cover;
		padding-top: 2rem;
		height: auto;
	}
	.course_title .heading{
		padding: 1.6rem 2.2rem;
	}
	.course_title .heading .en{
		font-size: 1.1rem;
		letter-spacing: 0.1em;
	}
	.course_title .heading .jp{
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
	.course_title .text{
		font-size: 1.2rem;
		line-height: 1.5;
		margin: 2rem 4% 0;
		padding-bottom: 1.6rem;
	}
}

/* tab_button
------------------------------------------------------------ */
.tab_button{
	width: 100%;
}
.tab_button ul{
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items:end;
	list-style: none;
}
.tab_button a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 18rem;
	min-height: 9rem;
	color: #fff;
	background: #6d5741 url(../img/common/icon_down_white.svg) no-repeat center bottom 1rem;
	background-size: 1rem auto;
	font-size: 1.6rem;
	line-height: 1.4;
	transition: 0.3s ease;
	margin: 0 0.2rem;
	border-radius: 1rem 1rem 0 0;
}
.tab_button a.open{
	background-color: #c19e7c;
	transition: 0.3s ease;
}
.tab_button a:hover{
	opacity: 0.8;
}
/* course_footer */
.course_footer{
	text-align: center;
	padding: 8rem 0 10rem;
}
.course_footer .header{
	font-weight: bold;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
}
.course_footer .tab_button{
	margin-top: 3rem;
}
.course_footer .tab_button a{
	background-image: none;
	min-height: 8rem;
	border-radius: 1rem;
}

@media screen and (max-width: 559px) {
	.tab_button{
		width: 92%;
		margin: 0 auto;
		position: relative;
	}
	.tab_button ul{
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.tab_button li{
		width: 24%;
		margin: 2% 0.86957% 0 0;
		display: flex;
	}
	.tab_button li:nth-child(4n){
		margin-right: 0;
	}
	.tab_button a{
		width: 100%;
		min-height: 6rem;
		background: #6d5741 url(../img/common/icon_down_white.svg) no-repeat center bottom 0.5rem;
		background-size: 0.7rem auto;
		font-size: 1.2rem;
		margin: 0;
		padding: 1.5rem 0 2.3rem;
		border-radius: 0.5rem 0.5rem 0 0;
	}
	/* course_footer */
	.course_footer{
		padding: 4rem 0 7rem;
	}
	.course_footer .header{
		font-size: 1.8rem;
	}
	.course_footer .tab_button{
		margin-top: 1rem;
	}
	.course_footer .tab_button a{
		min-height: 5rem;
		border-radius: 0.5rem;
		padding: 1.5rem 0;

	}
}

/* course_body
------------------------------------------------------------ */
.course_body{
	letter-spacing: 0.02em;
	margin-top: 8rem;
}
.course_body ul,
.course_body h3,
.course_body h4{
	list-style: none;
	padding: 0;
	margin: 0;
}
.course_body h3,
.course_body h4{
	line-height: 1;
}

@media screen and (max-width: 559px) {
	.course_body{
		margin-top: 5rem;
	}
}

/* course_body tab_body
------------------------------------------------------------ */
.tab_body{
	overflow: hidden;
	width: 100%;
}
.tab_body > div{
	width: 100%;
}

/* course_body heading
------------------------------------------------------------ */
.course_body .heading{
	margin: 0;
	color: #6d5741;
}
.course_body .heading > span{
	display: block;
	line-height: 1.2;
	text-align: center;
}
.course_body .heading .en{
	font-style: italic;
	font-family: "Times New Roman", "Times", serif;
	font-weight: normal;
	font-size: 2.6rem;
	letter-spacing: 0.2em;
	margin-bottom: 2.2rem;
}
.course_body .heading .jp{
	font-weight: 600;
	font-size: 5rem;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 559px) {
	.course_body .heading .en{
		font-size: 1.3rem;
		letter-spacing: 0.2em;
		margin-bottom: 1.2rem;
	}
	.course_body .heading .jp{
		font-size: 2.3rem;
		letter-spacing: 0.1em;
	}
}

/* course_body attention
------------------------------------------------------------ */
.course_body .attention{
	padding: 0;
	margin: 2.8rem auto 0;
	display: flex;
	justify-content: center;
}
.course_body .attention li{
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1;
	color: #c19e7c;
	border: 1px solid #c19e7c;
	padding: 1.7rem 2rem 1.6rem;
	margin: 0 1rem;
}

@media screen and (max-width: 559px) {
	.course_body .attention{
		margin: 1.8rem auto 0;
	}
	.course_body .attention li{
		font-size: 1.2rem;
		letter-spacing: 0.02em;
		padding: 1.2rem 1.3rem 1.2rem;
		margin: 0 0.5rem;
	}
}

/* course_body main
------------------------------------------------------------ */
.course_body .main{
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin-top: 3rem;
}
.course_body .main .text{
	width: 51.81818%;
	padding: 4.5rem 5rem;
	z-index: 1;
	background:#c19e7c;
	color: #fff;
	font-size: 1.8rem;
	margin-top: 6rem;
}
.course_body .main .mark{
	color: #c19e7c;
	background: #fff;
	border-radius: 6rem;
	font-size: 3rem;
	font-weight: 600;
	padding: 0 2rem;
	width: fit-content;
}
.course_body .main .mark .unit{
	font-size: 2.4rem;
}
.course_body .main .title{
	font-size: 2.2rem;
	margin: 2rem 0 1rem;
}
.course_body .main .price{
	margin-top: 3.5rem;
	font-weight: 600;
	font-size: 4rem;
	letter-spacing: 0.02em;
	line-height: 1;
}
.course_body .main .num{
	font-size: 7.2rem;
	letter-spacing: 0.02em;
}
.course_body .main .tax{
	font-size: 2rem;
	letter-spacing: 0.02em;
}
.course_body .main .photo{
	width: 73.63636%;
	margin: 0 -15.4545% 0 -10%;
}

/* even */
.course_body .even .main{
	flex-direction: row-reverse;
}
.course_body .even .main .photo{
	margin: 0 -10% 0 -15.4545%;
}
.course_body .l-contents__body--fixed + .l-contents__body--fixed{
	padding-top: 0;
	margin-top: -4rem;
}

.course_body .yoyaku{
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 559px) {
	.course_body .main,
	.course_body .even .main{
		flex-direction: column-reverse;
		margin-top: 2rem;
	}
	.course_body .main .text{
		width: 104%;
		margin-top: -2rem;
		margin-right: -4%;
		padding: 2.5rem 3rem;
		font-size: 1.4rem;
	}
	.course_body .even .main .text{
		margin-right: 0;
		margin-left: -4%;
	}
	.course_body .main .mark{
		font-size: 2.4rem;
		padding: 0 2rem;
	}
	.course_body .main .mark .unit{
		font-size: 1.9rem;
	}
	.course_body .main .title{
		font-size: 1.6rem;
		margin: 1.5rem 0 0.7rem;
	}
	.course_body .main .price{
		margin-top: 2rem;
		font-size: 2.5rem;
		letter-spacing: 0.02em;
	}
	.course_body .main .num{
		font-size: 4.5rem;
		letter-spacing: 0.02em;
	}
	.course_body .main .tax{
		font-size: 1.2rem;
		letter-spacing: 0.02em;
	}
	.course_body .main .photo,
	.course_body .even .main .photo{
		width: 108%;
		margin: 0 -4%;
	}
	.course_body .l-contents__body--fixed + .l-contents__body--fixed{
		padding-top: 0;
		margin-top: -2rem;
	}
}

/* course_body recommend
------------------------------------------------------------ */
.course_body .recommend{
	border: 1px solid #e6ccb3;
	border-radius: 1rem;
	padding: 5rem 3rem;
	margin-top: 3rem;
	color: #6d5741;
}
.course_body .recommend .heading{
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.course_body .recommend .heading::before,
.course_body .recommend .heading::after{
	content: "";
	width: 2rem;
	height: 1px;
	background: #6d5741;
	margin: -0.4rem 2rem 0;
}
.course_body .recommend ul{
	margin-top: 2rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.course_body .recommend li{
	font-size: 1.8rem;
	line-height: 1.2;
	background: url(../img/common/icon_check.svg) no-repeat 3rem 0.3rem;
	background-size: 1.9rem auto;
	padding-left: 5.6rem;
	margin-top: 1.5rem;
	width: 50%;
}

@media screen and (max-width: 559px) {
	.course_body .recommend{
		padding: 2.5rem;
	}
	.course_body .recommend .heading{
		font-size: 1.5rem;
	}
	.course_body .recommend .heading::before,
	.course_body .recommend .heading::after{
		width: 1.5rem;
		margin: -0.4rem 1.5rem 0;
	}
	.course_body .recommend ul{
		display: block;
	}
	.course_body .recommend li{
		font-size: 1.4rem;
		line-height: 1.2;
		background: url(../img/common/icon_check.svg) no-repeat left 0.3rem;
		background-size: 1.4rem auto;
		padding-left: 2.2rem;
		margin-top: 1rem;
		width: 100%;
	}
}

/* course_body treatment
------------------------------------------------------------ */
.course_body .treatment{
	margin-top: -4rem;
	padding: 6rem 0 0.1rem;
	background: linear-gradient(-45deg, white,#fcf7f2 50%,white 50%, #fcf7f2);
}
/* heading */
.course_body .treatment .heading{
	color:#6d5741;
}
.course_body .treatment .heading .en{
	font-size: 2rem;
	letter-spacing: 0.2em;
	margin-bottom: 2.3rem;
}
.course_body .treatment .heading .jp{
	font-size: 3.6rem;
	letter-spacing: 0.1em;
}
/* detail */
.course_body .treatment .detail{
	display: flex;
	margin-top: 6.5rem;
}
.course_body .treatment .detail .photo,
.course_body .treatment .detail .text{
	width: 50%;
}
.course_body .treatment .detail .text{
	padding-left: 5.454545%;
	font-size: 1.7rem;
	line-height: 1.8;
}
.course_semi .course_body .treatment .detail .text{
	font-size: 1.6rem;
}
.course_body .treatment .detail .heading{
	font-size: 2.2rem;
	font-weight: 600;
	margin: 1rem 0 1.6rem;
}
.course_body .treatment .link_btn{
	display: inline-block;
	text-decoration: none;
	color: #ad7f52;
	background: #fff;
	border: 1px solid #c19e7c;
	font-size: 1.6rem;
	padding: 1.2rem 2.2rem;
}
.course_body .treatment .link_btn:hover{
	opacity: 0.8;
}
/* part */
.course_body .treatment .part{
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
	padding: 3rem 5rem;
	border: 1px solid #e6ccb3;
	border-radius: 1rem;
	background: #fff;
}
.course_body .treatment .part .photo{
	width: 32.064128%;
}
.course_body .treatment .part .text{
	width: 65.130261%;
	padding: 4.008016%;
	background: #fcf7f2;
}
.course_body .treatment .part .heading{
	color: #6d5741;
	font-size: 2rem;
	font-weight: 600;
}
.course_body .treatment .part .list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.4rem;
}
.course_body .treatment .part .list li{
	margin: 0.6rem 0.6rem 0 0;
	padding: 1rem 1.5rem;
	border: 1px solid #dddddd;
	border-radius: 0.6rem;
	font-size: 1.8rem;
	background: #fff;
}
.course_body .treatment .note{
	margin-top: 2rem;
	font-size: 1.6rem;
}

@media screen and (max-width: 559px) {
	.course_body .treatment{
		margin-top: -2rem;
		padding: 3rem 4% 1px;
	}
	.course_body .treatment .l-contents__body--fixed{
		margin-bottom: 3rem;
	}
	/* heading */
	.course_body .treatment .heading .en{
		font-size: 1.3rem;
		letter-spacing: 0.2em;
		margin-bottom: 1.5rem;
	}
	.course_body .treatment .heading .jp{
		font-size: 2.4rem;
		letter-spacing: 0.1em;
	}
	/* detail */
	.course_body .treatment .detail{
		display: block;
		margin-top: 3.5rem;
	}
	.course_body .treatment .detail .photo,
	.course_body .treatment .detail .text{
		width: 100%;
	}
	.course_body .treatment .detail .text,
	.course_semi .course_body .treatment .detail .text{
		padding-left: 0;
		font-size: 1.3rem;
	}
	.course_semi .course_body .treatment .detail .photo{
		margin-left: -4%;
	}
	.course_semi .course_body .treatment .detail .text{
		margin:-2rem -4% 0 4%;
		padding: 1.5rem 2rem 2rem;
		background: #fff;
		border: 1px solid #f0e0d0;
		z-index: 1;
		position: relative;
	}
	.course_body .treatment .detail .heading{
		font-size: 1.7rem;
		margin: 2.5rem 0 1.3rem;
	}
	.course_semi .course_body .treatment .detail .heading{
		margin: 0 0 0.5rem;
	}
	.course_body .treatment .link_btn{
		font-size: 1.3rem;
		line-height: 1.5;
		padding: 0.8rem 1.3rem;
	}
	/* part */
	.course_body .treatment .part{
		display: block;
		margin-top: 2rem;
		padding: 2.5rem 1.5rem 1.5rem;
	}
	.course_body .treatment .part .photo{
		width: 72.982456%;
		margin: auto;
	}
	.course_body .treatment .part .text{
		width: 100%;
		padding: 2rem;
		margin-top: 2rem;
	}
	.course_body .treatment .part .heading{
		font-size: 1.5rem;
	}
	.course_body .treatment .part .list{
		margin-top: 1.0rem;
	}
	.course_body .treatment .part .list li{
		margin: 0.5rem 0.5rem 0 0;
		padding: 0.7rem 1.1rem;
		border-radius: 0.6rem;
		font-size: 1.3rem;
	}
	.course_body .treatment .note{
		font-size: 1.2rem;
	}

}

/* course_body number
------------------------------------------------------------ */
.course_body .number{
	padding: 6rem 0 0.1rem;
}
/* heading */
.course_body .number .heading{
	color:#6d5741;
}
.course_body .number .heading .en{
	font-size: 2rem;
	letter-spacing: 0.2em;
	margin-bottom: 2.3rem;
}
.course_body .number .heading .jp{
	font-size: 3.6rem;
	letter-spacing: 0.1em;
}
/* step_items */
.course_body .number .step_items{
	line-height: 1.5;
	margin: 6rem auto 0;
	max-width: 80rem;
	width: 100%;
}
.course_body .number .step_items .title div{
	color: #c19e7c;
	font-size: 3.6rem;
	font-weight: 600;
	border: 1px solid #e6ccb3;
	border-radius: 8rem;
	padding: 0 2rem;
	width: fit-content;
	margin: 0 auto 2rem;
}
.course_body .number .step_items .title .unit{
	font-size: 2.8rem;
}
.course_body .number .step_items .item{
	border: 1px solid #e6ccb3;
	background: #fcf7f2;
	align-items: center;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	min-height: 11rem;
}
.course_body .number .step_items .item th,
.course_body .number .step_items .num{
	font-family: 'Montserrat', sans-serif;
}
.course_body .number .step_items .num{
	font-size: 3.6rem;
	letter-spacing: 0.02em;
}
.course_body .number .step_items .item th{
	width: 14rem;
	padding-left: 4rem;
	padding-bottom: 0.8rem;
	text-align: left;
	color: #c19e7c;
}
.course_body .number .step_items td{
	margin: 0;
}
.course_body .number .step_items .name{
	padding: 3.5rem 0;
}
.course_body .number .step_items .mark div{
	margin: 2.7rem 3.7rem 2.7rem auto;
	background: #c19e7c;
	border-radius: 0.6rem;
	color: #fff;
	line-height: 1;
	padding: 0.6rem 2rem 0.8rem;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	width: fit-content;
}
.course_body .number .step_items .plus td{
	padding: 1.4rem 0;
	text-align: center;
}
.course_body .number .step_items .plus img{
	width: 3.6rem;
}
/* upper_row & under_row */
.course_body .number .step_items .upper_row .name{
	padding-bottom: 2rem;
}
.course_body .number .step_items .upper_row .mark div{
	margin-bottom: 1rem;
}
.course_body .number .step_items .under_row .name{
	padding-top: 2rem;
}
.course_body .number .step_items .under_row .mark div{
	margin-top: 1rem;
}

@media screen and (max-width: 559px) {
	.course_body .number{
		padding: 3rem 0 0.1rem;
	}
	/* heading */
	.course_body .number .heading .en{
		font-size: 1.3rem;
		letter-spacing: 0.2em;
		margin-bottom: 1.2rem;
	}
	.course_body .number .heading .jp{
		font-size: 2.4rem;
		letter-spacing: 0.1em;
	}
	/* step_items */
	.course_body .number .step_items{
		margin-top: 3rem;
	}
	.course_body .number .step_items .title div{
		font-size: 2.4rem;
		padding: 0 1.5rem;
		margin: 0 auto 1.5rem;
	}
	.course_body .number .step_items .title .unit{
		font-size: 1.9rem;
	}
	.course_body .number .step_items .item{
		font-size: 1.4rem;
		letter-spacing: 0.02em;
		min-height: 6.7rem;
	}
	.course_body .number .step_items .num{
		font-size: 2.4rem;
		letter-spacing: 0.02em;
	}
	.course_body .number .step_items .item th{
		width: 8rem;
		padding-left: 1.5rem;
		padding-bottom: -0.6rem;
	}
	.course_body .number .step_items .name{
		padding: 1.2rem 0;
	}
	.course_body .number .step_items .mark div{
		margin: 1.3rem 1.3rem 1.3rem auto;
		border-radius: 0.6rem;
		padding: 0.5rem 1.6rem;
	}
	.course_body .number .step_items .mark .num{
		font-size: 2.6rem;
		letter-spacing: 0.02em;
	}
	.course_body .number .step_items .plus img{
		width: 2.7rem;
	}
	/* upper_row & under_row */
	.course_body .number .step_items .upper_row .name{
		padding-bottom: 0.2rem;
	}
	.course_body .number .step_items .upper_row .mark div{
		margin-bottom: 0.5rem;
	}
	.course_body .number .step_items .under_row .name{
		padding-top: 0.2rem;
	}
	.course_body .number .step_items .under_row .mark div{
		margin-top: 0.5rem;
	}
}

/* premuim_flow
------------------------------------------------------------ */
.premuim_flow{
	margin-top: -3rem;
	margin-left: -13px;
}

@media screen and (max-width: 559px) {
	.premuim_flow{
		width: 108%;
		margin: -2rem -4%;
	}
}

/* premuim_menu_big
------------------------------------------------------------ */
/* heading */
.course_body .treatment.premuim_menu_big .heading .en{
	font-style: normal;
	font-size: 6rem;
	letter-spacing: 0;
	color: #c19e7c;
	margin-bottom: 1rem;
}
.course_body .treatment.premuim_menu_big .heading .en .num{
	font-size: 8rem;
}
.course_body .treatment.premuim_menu_big .heading .jp{
	font-size: 3rem;
	letter-spacing: 0.02em;
}

/* detail */
.course_body .treatment.premuim_menu_big .detail{
	margin-top: 5rem;
}
.course_body .treatment.premuim_menu_big .detail .photo {
    width: 73.63636%;
    margin: 0 -10% 0 -15.4545%;
}
.course_body .treatment.premuim_menu_big .detail .text {
    width: 51.81818%;
    padding: 4.5rem 5rem 5rem;
    z-index: 1;
	position: relative;
    background: #2f2920;
    color: #c19e7c;
    font-size: 1.8rem;
    margin-top: 6rem;
}
.course_body .treatment.premuim_menu_big .detail .text .illust{
	text-align: center;
	margin-bottom: 4rem;
}

/* list */
.course_body .treatment.premuim_menu_big .list{
	margin: 10rem auto 9rem;
	max-width: 1440px;
	text-align: center;
}
.course_body .treatment.premuim_menu_big .list #js-list-slider{
	display: flex;
}
.course_body .treatment.premuim_menu_big .list .slick-slide{
	margin: 4rem 0.6rem 0;
	font-size: 1.6rem;
	letter-spacing: 0;
}
.course_body .treatment.premuim_menu_big .list .heading{
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}
.course_body .treatment.premuim_menu_big .list a{
	text-decoration: none;
}
.course_body .treatment.premuim_menu_big .list img{
	margin-bottom: 1.4rem;
}

@media screen and (max-width: 559px) {
	/* heading */
	.course_body .treatment.premuim_menu_big .heading .en{
		font-size: 3.9rem;
		margin-bottom: 1rem;
	}
	.course_body .treatment.premuim_menu_big .heading .en .num{
		font-size: 5.2rem;
	}
	.course_body .treatment.premuim_menu_big .heading .jp{
		font-size: 2rem;
		letter-spacing: 0.02em;
	}

	/* detail */
	.course_body .treatment.premuim_menu_big{
		padding: 1rem 0 1px;
	}
	.course_body .treatment.premuim_menu_big .detail{
		margin-top: 2.5rem;
	}
	.course_body .treatment.premuim_menu_big .detail .photo {
		width: 108%;
		margin: 0 -4%;
	}
	.course_body .treatment.premuim_menu_big .detail .text {
		width: 100%;
		padding: 1.4rem 3.5rem 3.7rem;
		font-size: 1.4rem;
		margin: -8% -4% 0 auto;
	}
	.course_body .treatment.premuim_menu_big .detail .text .illust{
		margin-bottom: 2rem;
	}

	/* list */
	.course_body .treatment.premuim_menu_big .list{
		margin: 5rem auto 3rem;
	}
	.course_body .treatment.premuim_menu_big .list .heading{
		font-size: 1.7rem;
		letter-spacing: 0.02em;
	}
	.course_body .treatment.premuim_menu_big .list .slick-slide{
		margin: 2rem 0.5rem 0;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	.course_body .treatment.premuim_menu_big .list img{
		margin-bottom: 1rem;
	}
}

/* premuim_menu_small
------------------------------------------------------------ */
.course_body .premuim_menu_small{
	display: flex;
	justify-content: space-between;
}
.course_body .premuim_menu_small .item{
	width: 32.72727%;
	color: #c19e7c;
}
/* text */
.course_body .premuim_menu_small .text{
	background: #2f2920;
	padding: 2rem 3rem 4rem;
	font-size: 1.6rem;
}
/* heading */
.course_body .premuim_menu_small .heading .en{
	font-size: 3rem;
	font-style: normal;
	color: #c19e7c;
	letter-spacing: 0;
}
.course_body .premuim_menu_small .heading .en .num{
	font-size: 4rem;
}
.course_body .premuim_menu_small .heading .en::after{
	content: "";
	display: block;
	margin: 1.7rem auto;
	width: 2rem;
	height: 2px;
	background: #c19e7c;
}
.course_body .premuim_menu_small .heading .jp{
	font-size: 3.2rem;
	color: #c19e7c;
	letter-spacing: 0.02em;
}
.course_body .premuim_menu_small .heading .jp .font_s{
	font-size: 2.4rem;
}
/* limit */
.course_body .premuim_menu_small .limit{
	border: 2px solid rgba(199,180,157,0.5);
	border-radius: 3rem;
	font-size: 1.6rem;
	width: fit-content;
	margin: 2rem auto 3rem;
	padding: 0.2rem 2.6rem;
}
.course_body .premuim_menu_small .limit .num{
	font-size: 2.4rem;
}

@media screen and (max-width: 559px) {
	.course_body .premuim_menu_small{
		flex-direction: column;
		margin-top: 0;
	}
	.course_body .premuim_menu_small .item{
		width: 100%;
		margin-top: 3.5rem;
	}
	/* photo */
	.course_body .premuim_menu_small .photo{
		width: 87.53623%;
	}
	.course_body .premuim_menu_small .item:nth-child(2n) .photo{
		margin: 0 0 0 auto;
	}
	/* text */
	.course_body .premuim_menu_small .text{
		width: 78.26087%;
		font-size: 1.3rem;
		padding: 1.5rem 2.5rem 2.5rem;
		margin-top: -4.5rem;
		z-index: 1;
		position: relative;
	}
	.course_body .premuim_menu_small .item:nth-child(2n+1) .text{
		margin: -4.5rem 0 0 auto;
	}
	/* heading */
	.course_body .premuim_menu_small .heading .en{
		font-size: 2.5rem;
	}
	.course_body .premuim_menu_small .heading .en .num{
		font-size: 3.4rem;
	}
	.course_body .premuim_menu_small .heading .en::after{
		margin: 1rem auto;
		width: 1.7rem;
		height: 1px;
	}
	.course_body .premuim_menu_small .heading .jp{
		font-size: 2.5rem;
		letter-spacing: 0.02em;
	}
	.course_body .premuim_menu_small .heading .jp .font_s{
		font-size: 1.8rem;
	}
	/* limit */
	.course_body .premuim_menu_small .limit{
		border: 1px solid rgba(199,180,157,0.5);
		font-size: 1.3rem;
		margin: 1.5rem auto 1.7rem;
		padding: 0.2rem 2.3rem;
	}
	.course_body .premuim_menu_small .limit .num{
		font-size: 2rem;
	}
}

/*
------------------------------------------------------------ */

@media screen and (max-width: 559px) {
}
/*
------------------------------------------------------------ */

@media screen and (max-width: 559px) {
}
