/* CSS Document */
/* ==================================================

	common

 ================================================== */
 body{
	counter-reset: reason_number;
}
#wagyuen{
	background-color: #000;
}
/*
	wrap
================================ */
#wagyuen section,
#wagyuen .lead_area{
	width: 100%;
	padding: 100px 0;
	margin: 0 auto;
}
#wagyuen section .inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
/*
	h2
================================ */
#wagyuen h2{
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .3rem;
	z-index: 0;
}
#wagyuen h3{
	letter-spacing: 0.1rem;
}
/*
	text
================================ */
#wagyuen .serif {
	font-family: 'Noto Serif JP', serif;
}
#wagyuen section p{
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: .2rem;
}
/*
	link
================================ */
#wagyuen section a,
#wagyuen .link_btn a{
	text-decoration: none;
}
#wagyuen .link_btn{
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}
#wagyuen .link_btn a{
	display: block;
	width: 100%;
	padding: 25px 0;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	border: 1px solid #333;
	background-color: #333;
	text-align: center;
	transition: all .3s;
}
#wagyuen .link_btn a:hover{
	color: #333;
	background-color: #fff;
}
#wagyuen .lead_area .link_btn{
	margin:  50px auto 0;
}
#wagyuen #main_visual .link_btn a,
#wagyuen .lead_area .link_btn a{
	border: 1px solid #ac1e23;
	background-color: #ac1e23;
}
#wagyuen #main_visual .link_btn a:hover,
#wagyuen .lead_area .link_btn a:hover{
	color: rgba(255,255,255,.5);
	background-color: rgba(0,0,0,.1);
}





/* ==================================================

	#main_visual

 ================================================== */
#wagyuen #main_visual{
	padding: 0;
	margin: 0 auto;
	background: url("/ayl/wagyuen/images/mv_pc_bg.jpg");
	background-size: cover;
	height: auto;
}
/*#wagyuen #main_visual h1,*/
#wagyuen #main_visual .logo,
#wagyuen #main_visual .wrap_inner,
/*#wagyuen #main_visual .box,*/
#wagyuen #main_visual .link_btn{
	position: absolute;
}
/*
	main_wrap
================================ */
#wagyuen #main_visual .main_wrap{
	position: relative;
	width: 1200px;
	/*width: 100%;*/
	margin: 0 auto;
	text-align: right;
}
/*
	h1
================================ */
#wagyuen #main_visual .wrap_inner{
	left: -1%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;

	
}
/*
	h1
================================ */
#wagyuen #main_visual h1{
	/*top: 50%;
	transform: translateY(-50%);
	left: -1%;*/
	color: #fff;
	font-size: 5rem;
	/*transform: rotate(-30deg);*/
	text-align: center;
	letter-spacing: .3rem;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}
#wagyuen #main_visual h1 span{
	padding: 0 5px;
	font-size: 6.5rem;
	font-weight: bold;
	background:linear-gradient(transparent 70%, #d1bb7c 70%);
}
/*
	logo
================================ */
#wagyuen #main_visual .logo{
	width: 80%;
	max-width: 100px;
	margin: 0;
	top: 5%;
    right: 5%;
	z-index: 1;
}
/*
	box
================================ */
#wagyuen #main_visual .box{
	width: fit-content;
	margin: 20px auto 0;
	padding: 10px;
	/*bottom: 10%;
    left: 0;*/
	text-align: left;
	background-color: rgba(0,0,0,.4);
}
#wagyuen #main_visual .box p{
	color: #fff;
	font-size: 1.6rem;
    line-height: 1;
}
#wagyuen #main_visual .box p span{
	/*display: block;*/
	color: #d1bb7c;
    font-size: 2rem;
	margin-right: 5px;
}
#wagyuen #main_visual .box p:last-of-type{
	margin-top: 10px;
}
/*
	.link_btn
================================ */





/* ==================================================

	.mod_catalog-Btn

 ================================================== */
#wagyuen .mod_catalog-Btn {
	position: fixed;
	right: 20px;
	top: 60px;
	z-index: 6;
}
#wagyuen .mod_catalog-Btn a {
	display: inline-block;
	background-color: rgba(172,30,35,.9);
	border-radius: 50%;
	-webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.16);
	width: 140px;
	height: 140px;
	padding: 25px 10px;
	text-align: center;
	position: relative;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
#wagyuen .mod_catalog-Btn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	bottom: 50%;
	width: 15px;
	height: 15px;
	background-color: transparent;
	margin-top: -10px;
	margin-bottom: -10px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#wagyuen .mod_catalog-Btn a > .pic {
	width: 55px;
	margin: 0 auto;
}
#wagyuen .mod_catalog-Btn a > .pic.is_myseleca {
	width: 90px;
	padding-top: 10px;
}
#wagyuen .mod_catalog-Btn a > .pic.is_myseleca img {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#wagyuen .mod_catalog-Btn a > .pic img {
	-webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6), 2px 2px 0 rgba(255, 255, 255, 0.6), 2px 2px 4px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6), 2px 2px 0 rgba(255, 255, 255, 0.6), 2px 2px 4px rgba(0, 0, 0, 0.6);
}
#wagyuen .mod_catalog-Btn a > .txt {
	color: #FFF;
	margin-top: 10px;
	line-height: 1.4;
	font-size: 12px;
	font-size: 1.2rem;
}
#wagyuen .mod_catalog-Btn a:hover {
	opacity: 0.8;
}



/* ==================================================

	.lead_area

 ================================================== */
#wagyuen .lead_area{
	background-image: url("/ayl/wagyuen/images/lead_bg.png"),url("/ayl/wagyuen/images/lead_bg.jpg");
	background-repeat: no-repeat, repeat;
	background-position: center center, center center;
	background-size: cover, auto;
}
#wagyuen .lead_area p{
	margin: 0 auto;
	color: #fff;
	max-width: 1000px;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: .3rem;
}
#wagyuen .lead_area p span{
	color: #d1bb7c;
}



/* ==================================================

	.intro_area

 ================================================== */
#wagyuen .intro_area{
	background: url("/ayl/wagyuen/images/kisho_bg.jpg");
}
/*
	h2
================================ */
#wagyuen .intro_area h2{
	margin: 0 auto 60px;
	color: #fff;
}
#wagyuen .intro_area h2 span{
	color: #d1bb7c;
	font-weight: bold;
}
/*
	h3
================================ */
#wagyuen .intro_area h3{
	margin: 100px auto 0;
	padding: 5px 10px;
	width: 1000px;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
	background: url("/ayl/wagyuen/images/intro_h3_meigyu_img.png") rgba(209,187,124,.5) center center no-repeat;
}
/* p -------------------- */
#wagyuen .intro_area h3 + p{
	color: #fff;
	margin: 20px auto 30px;
	text-align: center;
}
#wagyuen .intro_area h3.meigyu{
	color: #fff;
	margin-bottom: 20px;
	background: url("/ayl/wagyuen/images/intro_h3_meigyu_img.png") rgba(255,255,255,.25) center center no-repeat;
}
/*
	h4
================================ */
#wagyuen .intro_area .inner .box h4{
	display: block;
	color: #d1bb7c;
	font-size: 2.2rem;
	text-align: center;
}
#wagyuen .intro_area .inner .box h4 span{
	font-size: 1.8rem;
}
/* .meigyu -------------------- */
#wagyuen .intro_area .inner.meigyu .box h4{
	padding: 6px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background-color: #000;
}
/*
	.inner
================================ */
#wagyuen .intro_area .inner{
	margin: 0 auto;
	padding: 15px;
	display: flex;
	column-gap: 10px;
	row-gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #fff;
}
#wagyuen .intro_area .inner .box{
	width: 32%;
}

#wagyuen .intro_area .kishou .box{
	width: 32%;
}
#wagyuen .intro_area .yondai .box{
	width: 24%;
}

#wagyuen .intro_area .inner .tx_box{
	margin: 0 auto;
	padding: 0px;
	height: 100%;
	background-color: #000;
}
#wagyuen .intro_area .inner .tx_box p{
	margin-top: 5px;
	color: #fff;
	font-size: 1.3rem;
	padding: 0 10px 10px;
	letter-spacing: .05rem;
}
#wagyuen .intro_area .inner .tx_box p span{
	font-size: 1.8rem;
}



/* ==================================================

	.course_area

 ================================================== */
#wagyuen .course_area{
	background: url("/ayl/wagyuen/images/course_bg.jpg");
}
/*
	h2
================================ */
#wagyuen .course_area h2{
	margin: 0 auto;
	font-weight: bold;
}
/* p */
#wagyuen .course_area h2 + p{
	margin: 10px auto 0;
	text-align: center;
}
/* .souryou_free */
#wagyuen .course_area .souryou_free{
    width: 120px;
    margin: 10px auto 60px;
    padding: 5px 0;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: .15rem;
    line-height: 1;
    background-color: #A78C58;
}
/*
	h3
================================ */
#wagyuen .course_area h3{
	margin: 10px auto 0;
	font-size: 1.8rem;
}
#wagyuen .course_area h3 a{
	font-weight: bold;
}
/*
	ul
================================ */
#wagyuen .course_area ul{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#wagyuen .course_area li{
	width: 32%;
	padding: 14px;
	background-color: rgba(255,255,255,.6);
}
#wagyuen .course_area li:nth-of-type(n + 4){
	margin-top: 20px;
}
/*
	p
================================ */
#wagyuen .course_area li p{
	font-size: 1.2rem;
	line-height: 1.6;
}
#wagyuen .course_area .price span{
	font-size: 1.6rem;
	font-weight: bold;
}
/*
	._btn
================================ */
#wagyuen .course_area .buy_btn,
#wagyuen .course_area .oisogi_btn,
#wagyuen .course_area .digi_cata{
	width: 100%;
	margin: 10px auto 0;
	font-size: 1.4rem;
	text-align: center;
}
#wagyuen .course_area .buy_btn a,
#wagyuen .course_area .oisogi_btn a,
#wagyuen .course_area .digi_cata a{
	display: block;
	padding: 6px;
	color: #fff;
	transition: all .3s;
}
#wagyuen .course_area .buy_btn a:hover,
#wagyuen .course_area .oisogi_btn a:hover,
#wagyuen .course_area .digi_cata a:hover{
	background-color: #fff;
}
/* .buy_btn -------------------- */
#wagyuen .course_area .buy_btn a{
	background-color: #333;
	border: 1px solid #333;
}
#wagyuen .course_area .buy_btn a:hover{
	color: #333;
}
/* .buy_btn -------------------- */
#wagyuen .course_area .oisogi_btn a{
	background-color: #e61920;
	border: 1px solid #e61920;
}
#wagyuen .course_area .oisogi_btn a:hover{
	color: #e61920;
}
/* .digi_cata -------------------- */
#wagyuen .course_area .digi_cata a{
	color: #000;
	background-color: #e6e2e1;
	border: 1px solid #dad6d5;
}
#wagyuen .course_area .digi_cata a:hover{
	color: rgba(0,0,0,.6);
}
/*
	id or class
================================ */
#wagyuen .course_area .link_btn{
	margin: 60px auto 0;
}



/* ==================================================

	.detail_area

 ================================================== */
#wagyuen .detail_area{
	background-image: url("/ayl/wagyuen/images/kisho_bg.jpg");
	background-size: cover;
}
/*
	h2
================================ */
#wagyuen .detail_area h2{
	color: #fff;
	margin: 0 auto 60px;
}
/*
	h4
================================ */
#wagyuen .detail_area h3{
	margin: 0 auto 30px;
	padding: 2px 10px;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	border-left: 6px solid #d1bb7c;
}
/*
	.inner
================================ */
#wagyuen .detail_area .inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
/* .midashi_tx -------------------- */
#wagyuen .detail_area .midashi_tx{
	color: #fff;
}
/* .midashi_tx -------------------- */
#wagyuen .detail_area .midashi_img{
	margin: 50px auto 0;
}
/*
	.box
================================ */
#wagyuen .detail_area .box figure{
	width: 100%;
}
#wagyuen .detail_area .box .box_tx,
#wagyuen .detail_area .box_wrap .box_tx{
	padding: 10px;
	color: #fff;
}
/*
	.box.wrap
================================ */
#wagyuen .detail_area .box_wrap{
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}
#wagyuen .detail_area .box_wrap .box_inner{
	width: 49%;
}



/* ==================================================

	.osusume_area

 ================================================== */
#wagyuen .osusume_area{
	background: url("/ayl/wagyuen/images/course_bg.jpg");
}
/*
	h2
================================ */
#wagyuen .osusume_area h2{
	margin: 0 auto 60px;
}
/*
	ul
================================ */
#wagyuen .osusume_area ul{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#wagyuen .osusume_area li{
	width: 49%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.5rem;
}
#wagyuen .osusume_area li:nth-of-type(n + 3){
	margin-top: 40px;
}
/*
	.people_img
================================ */
#wagyuen .osusume_area .people_img{
	width: 24%;
	max-width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	background-color: #d1bb7c;
	box-shadow: 0px 0px 20px 3px rgba(0,0,0,.1);
}
#wagyuen .osusume_area li:nth-of-type(even) .people_img{
	order: 2;
}
#wagyuen .osusume_area .people_img img{
	width: 96%;
}
/*
	.reco_tx
================================ */
#wagyuen .osusume_area .reco_tx{
	position: relative;
	width: 76%;
	padding: 20px;
	font-size: 1.5rem;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 3px rgba(0,0,0,.1);
}
#wagyuen .osusume_area .reco_tx::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
#wagyuen .osusume_area .reco_tx span{
	color: #c83150;
}
/* odd -------------------- */
#wagyuen .osusume_area li:nth-of-type(odd) .reco_tx::before{
	left: -20px;
    border: 10px solid transparent;
    border-right: 10px solid #fff;
}
/* even -------------------- */
#wagyuen .osusume_area li:nth-of-type(even) .reco_tx{
	order: 1;
}
#wagyuen .osusume_area li:nth-of-type(even) .reco_tx::before{
	right: -20px;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
}
/*
	.link_btn
================================ */
#wagyuen .osusume_area .link_btn {
    margin: 60px auto 0;
}



/* ==================================================

	.service_area

 ================================================== */
#wagyuen .service_area{
	background-color: #fff;
}
/*
	h2
================================ */
#wagyuen .service_area h2{
	margin: 0 auto 60px;
}
/*
	.pc_only
================================ */
#wagyuen .service_area .pc_only{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* li -------------------- */
#wagyuen .service_area .pc_only li{
	width: 32%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
#wagyuen .service_area ul li:after {
	content: "";
	position: absolute;
	top: -30%;
	left: -50%;
	width: 200%;
	height: 100%;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
#wagyuen .service_area ul li:nth-of-type(1){
	background-color: #c7d5e6;
}
#wagyuen .service_area ul li:nth-of-type(1):after {
	background-color: #d9e2ee;
}
#wagyuen .service_area ul li:nth-of-type(2) {
	background-color: #e3d1bf;
}
#wagyuen .service_area ul li:nth-of-type(2):after {
	background-color: #ebded1;
}
#wagyuen .service_area ul li:nth-of-type(3)  {
	background-color: #cddbc5;
}
#wagyuen .service_area ul li:nth-of-type(3):after {
	background-color: #dbe5d5;
}
#wagyuen .service_area ul li:nth-of-type(4) {
	background-color: #ddddc1;
}
#wagyuen .service_area ul li:nth-of-type(4):after {
	background-color: #e6e6d1;
}
#wagyuen .service_area ul li:nth-of-type(5)  {
	background-color: #d4cede;
}
#wagyuen .service_area ul li:nth-of-type(5):after {
	background-color: #e1dde8;
}
#wagyuen .service_area ul li:nth-of-type(6)  {
	background-color: #c6dad9;
}
#wagyuen .service_area ul li:nth-of-type(6):after {
	background-color: #d5e4e3;
}
#wagyuen .service_area ul li:nth-of-type(7) {
	background-color: #e6d2d3;
}
#wagyuen .service_area ul li:nth-of-type(7):after {
	background-color: #efe2e3;
}
/* a ------------ */
#wagyuen .service_area .pc_only li a{
	display: flex;
	justify-content: space-between;
	align-content:center;
}
#wagyuen .service_area .pc_only li a:hover{
	opacity: 1;
}
/* .pic -------------------- */
#wagyuen .service_area .pc_only li .pic{
	position: relative;
	z-index: 10;
	width: 50%;
	display: flex;
	align-items: center;
}
/* .name -------------------- */
#wagyuen .service_area .pc_only li .name{
    position: relative;
    z-index: 10;
    font-weight: bold;
    text-align: center;
    width: 50%;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
}
/*
	.link_btn
================================ */
#wagyuen .service_area .link_btn {
    margin: 60px auto 0;
}




/* ==================================================

	.way3_area

 ================================================== */
#wagyuen .way3_area{
	background-color: #EDECEA;
}
/*
	h2
================================ */
#wagyuen .way3_area h2{
	margin: 0 auto 30px;
}
/*
	.lead_tx
================================ */
#wagyuen .way3_area .lead_tx{
	width: 100%;
	margin: 0 auto 60px;
	text-align: center;
}
/*
	ul
================================ */
#wagyuen .way3_area ul{
	width: 1000px;
	margin: 0 auto;
}
/*
	li
================================ */
#wagyuen .way3_area li{
	background-repeat: no-repeat;
	-webkit-background-size: 50% auto;
	background-size: 50% auto;
	counter-increment: cnt;
}
#wagyuen .way3_area li:nth-child(odd) {
	padding-right: 50%;
	background-position: right center;
}
#wagyuen .way3_area li:nth-child(even) {
    padding-left: 50%;
    background-position: left center;
}
/* .is_internet -------------------- */
#wagyuen .way3_area .is_internet {
	background-image: url(/ayl/images/common/pic_3way_internet.jpg);
}
/* .is_phone -------------------- */
#wagyuen .way3_area .is_phone {
    background-image: url(/ayl/images/common/pic_3way_phone.jpg);
}
/* .is_mail -------------------- */
#wagyuen .way3_area .is_mail {
    background-image: url(/ayl/images/common/pic_3way_mail.jpg);
}
/*
	li
================================ */
#wagyuen .way3_area .cont {
    background-image: url(/ayl/wagyuen/images/cont_bg.png);
    background-repeat: repeat;
    color: #FFF;
    padding: 40px 30px;
    text-align: center;
}
/*
	h3
================================ */
#wagyuen .way3_area .ttl {
	font-size: 26px;
	font-size: 2.6rem;
}
/*
	.txt
================================ */
#wagyuen .way3_area .txt{
	font-size: 1.5rem;
	text-align: left;
}
/*
	.link_btn
================================ */
#wagyuen .way3_area .link_btn {
    margin: 60px auto 0;
}



/* ========================================

	.bottom_slider

 ======================================== */
#wagyuen .swiper-container{
	padding-bottom: 50px !important;
	position: relative;
}

#wagyuen .bottom_slider{
	padding: 100px 0 !important;
	background-color: #fff;
}
/*
	bottom_slider
================================ */
#wagyuen .bottom_slider .bottom_slider{
	padding: 0 3%;
}
/*
	h2
================================ */
#wagyuen .bottom_slider h2{
	margin-bottom: 60px;
	font-family: 'Noto Serif JP', serif;
}



/* ========================================

	#footer

 ======================================== */
#footer {
    margin-top: 0;
}