@charset "utf-8";
/* CSS Document */

/****************************
ページ共通
****************************/
.l-section__inner{
	max-width: 100%;
	width: 100%;
}
#beginner{
  line-height: 1.8;
}
#beginner img{
	width: 100%;
}
#beginner a{
	color: #202020;
	transition: 0.3s all;
}
#beginner h1{
	margin-bottom: 40px;
	padding: 0 0 18px;
	font-size: 36px;
	font-weight: 600;
	background: repeating-linear-gradient(-45deg, #cb7640, #cb7640 4px, transparent 4px, transparent 8px) no-repeat left bottom / 100% 6px;
}
#beginner h2{
	margin-bottom: 65px;
	display: inline-block;
	padding: 0 20px 6px;
	position: relative;
	border-bottom: 2px solid #202020;
	font-size: 30px;
	font-weight: 600;
}
#beginner h2::before{
	position: absolute;
	content: "";
	top: 90%;
	left: 50%;
	height: 19px;
	width: 21px;
	border-right: 2px solid #202020;
	background: #fff;
	transform: translateX(-50%) rotate(30deg);
}
#beginner h3{
	font-size: 20px;
	font-weight: 600;
	color: #bd5822;
}
#beginner section{
	max-width: 1240px;
	margin: 0 auto;
	padding: 65px 0 90px;
	text-align: center;
}
#beginner .bg-area,
#beginner .point h2::before,
#beginner .function h2::before{
	background: #fdf4ef;
}
#beginner section .ex-text{
	font-size: 18px;
}
.l-footer{
	margin-top: 0;
}

/*ボタン*/
#beginner .btn-wrap::after{
	display: none;
}
#beginner .btn-lg{
	width: 400px;
	margin: 55px auto 0;
}
#beginner .touroku .btn-wrap .btn-area .touroku-btn,
#beginner .btn-lg a{
	position: relative;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #fff;
	box-sizing: border-box;
	border-radius: 3px;
}
#beginner .btn-lg a{
	padding: 15px 25px;
	justify-content: center;
	background: #3f1b07;
	border: 2px solid #3f1b07;
}
#beginner .touroku .btn-wrap .btn-area .touroku-btn::after,
#beginner .btn-lg a::after{
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	right: 20px;
	top: 50%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	transition: 0.3s all;
}

@media screen and (min-width: 600px){
	#beginner .sp-only{
		display: none;
	}
	#beginner .btn-lg a:hover{
		background: #fff;
		color: #3f1b07;
	}
	#beginner .btn-lg a:hover::after{
		border-top: 2px solid #3f1b07;
		border-right: 2px solid #3f1b07;
	}
}

@media screen and (max-width: 599px){
	.p-special__contents{
		margin-inline: 0;
	}
	#beginner {
		font-size: 15px;
	}
	#beginner h1{
		margin-bottom: 25px;
		padding: 0 0 13px;
		font-size: 24px;
		text-align: center;
	}
	#beginner h2{
		margin-bottom: 40px;
		padding: 0 15px 8px;
		font-size: 22px;
		line-height: 1.4;
	}
	#beginner h2::before{
		top: 88%;
		height: 16px;
    width: 18px;
	}
	#beginner h3{
		font-size: 18px;
	}
	#beginner section{
		padding: 40px 20px 50px;
	}
	#beginner section .ex-text{
		font-size: 16px;
		text-align: left;
	}
	#beginner .pc-only{
		display: none;
	}
	#beginner .touroku .btn-wrap .btn-area .touroku-btn, 
	#beginner .btn-lg a{
		font-size: 16px;
	}
	#beginner .btn-lg a{
		padding: 13px 25px;
	}
	#beginner .btn-lg{
		width: 85%;
		margin: 35px auto 0;
	}
}

/****************************
会員登録
****************************/
#beginner .touroku .text-bold{
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 600;
}
#beginner .touroku p{
	font-size: 17px;
}
#beginner .touroku .btn-wrap{
	display: flex;
	gap: 30px;
	margin-top: 60px;
}
#beginner .touroku .btn-wrap::after{
	display: none;
}
#beginner .touroku .btn-wrap .btn-area{
	padding: 40px 30px;
	border: 1px solid #333;
	border-radius: 6px;
	position: relative;
	box-sizing: border-box;
}
#beginner .touroku .btn-wrap .btn-area.login{
	width: 30%;
}
#beginner .touroku .btn-wrap .btn-area.new{
	width: calc((100% - 30px) - 30%);
}
#beginner .touroku .btn-wrap .btn-area .btn-title{
	position: absolute;
	background: #fdf4ef;
	padding: 0 20px;
	top: -18px;
	left: 10px;
	font-size: 20px;
	font-weight: normal;
}
#beginner .touroku .btn-wrap .btn-area .touroku-btn{
	padding: 5px 35px 7px;
	min-height: 70px;
	width: 100%;
	background: #202020;
}
#beginner .touroku .btn-wrap .btn-area .touroku-btn-list{
	display: flex;
	gap: 20px;
}
#beginner .touroku .btn-wrap .btn-area .touroku-btn-list::after{
	display: none;
}
#beginner .touroku .btn-wrap .btn-area .touroku-btn-list .touroku-btn.left{
	width: 62%;
}
#beginner .touroku .btn-wrap .btn-area .touroku-btn-list .touroku-btn.right{
	width: calc((100% - 20px) - 62%);
}

@media screen and (min-width: 600px){
	#beginner .touroku .btn-wrap .btn-area .touroku-btn:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width: 599px){
	#beginner .touroku{
		text-align: left;
	}
	#beginner .touroku .text-bold{
		font-size: 17px;
	}
	#beginner .touroku p{
		font-size: 14px;
	}
	#beginner .touroku .btn-wrap{
		flex-direction: column;
		margin-top: 40px;
		gap: 40px;
	}
	#beginner .touroku .btn-wrap .btn-area{
		box-sizing: border-box;
		padding: 32px 18px 30px;
	}
	#beginner .touroku .btn-wrap .btn-area.login,
	#beginner .touroku .btn-wrap .btn-area.new,
	#beginner .touroku .btn-wrap .btn-area .touroku-btn-list .touroku-btn.left,
	#beginner .touroku .btn-wrap .btn-area .touroku-btn-list .touroku-btn.right{
		width: 100%;
	}
	#beginner .touroku .btn-wrap .btn-area .btn-title{
		padding: 0 15px;
	}
	#beginner .touroku .btn-wrap .btn-area .touroku-btn-list{
		flex-direction: column;
	}
	#beginner .touroku .btn-wrap .btn-area .touroku-btn{
		padding: 5px 28px 7px;
	}
}

/****************************
4つの専門サイト
****************************/
#beginner .site .shop-info-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 40px auto 0;
}
#beginner .site .shop-info-wrap::after{
	display: none;
}
#beginner .site .shop-info-wrap .shop-info{
	width: calc((100% - 90px) / 4);
	border: 1px solid #333;
	box-sizing: border-box;
}
#beginner .site .shop-info-wrap .shop-info.food{
	border: 1px solid #7c674f;
}
#beginner .site .shop-info-wrap .shop-info.wine{
	border: 1px solid #7b002e;
}
#beginner .site .shop-info-wrap .shop-info a{
	line-height: 1.5;
	font-weight: 600;
}
#beginner .site .shop-info-wrap .shop-info.food a{
	color: #7c674f;
}
#beginner .site .shop-info-wrap .shop-info.wine a{
	color: #7b002e;
}
#beginner .site .shop-info-wrap .shop-info.beauty a{
	color: #000;
}
#beginner .site .shop-info-wrap .shop-info .shop-logo{
	padding: 22px 15px;
}
#beginner .site .shop-info-wrap .shop-info.food .shop-logo{
	background: #7c674f;
}
#beginner .site .shop-info-wrap .shop-info.wine .shop-logo{
	background: #7b002e;
}
#beginner .site .shop-info-wrap .shop-info.beauty .shop-logo{
	background: #000;
}
#beginner .site .shop-info-wrap .shop-info.sougou .shop-logo{
	border-bottom: 1px solid #333;
}
#beginner .site .shop-info-wrap .shop-info .shop-logo img{
	height: 40px;
}
#beginner .site .shop-info-wrap .shop-info .shop-ex{
	padding: 17px 18px 20px;
	font-size: 15px;
}
#beginner .site .shop-info-wrap .shop-info .shop-ex .shop-image{
	margin-top: 14px;
}

@media screen and (max-width: 599px){
	#beginner .site .shop-info-wrap{
		flex-direction: column;
		width: 90%;
		margin: 30px auto 0;
		gap: 20px;
	}
	#beginner .site .shop-info-wrap .shop-info{
		width: 100%;
	}
	#beginner .site .shop-info-wrap .shop-info .shop-logo{
		padding: 18px;
	}
	#beginner .site .shop-info-wrap .shop-info .shop-logo img{
		height: 35px;
	}
}

/****************************
TOKYU POINT
****************************/
@media screen and (max-width: 599px){
	#beginner .souryou .ex-text{
		text-indent: -1em;
		padding-left: 1em;
	}
}

/****************************
TOKYU POINT
****************************/
#beginner .point{
	max-width: 1000px;
	margin: 0 auto;
}
#beginner .point .point-wrap{
	display: flex;
	gap: 50px;
	align-items: center;
}
#beginner .point .point-wrap::after{
	display: none;
}
#beginner .point .point-wrap .point-img{
	width: 30%;
}
#beginner .point .point-wrap .point-tx{
	width: calc((100% - 50px) - 30%);

	font-size: 18px;
	text-align: left;
}

@media screen and (max-width: 599px){
	#beginner .point h2::before{
		top: 93%;
	}
	#beginner .point .point-wrap{
		flex-direction: column;
		gap: 30px;
	}
	#beginner .point .point-wrap .point-img{
		width: 75%;
	}
	#beginner .point .point-wrap .point-tx{
		width: 100%;
		font-size: 16px;
	}
}

/****************************
便利な機能
****************************/
#beginner .function{
	padding: 65px 0 155px;
}
#beginner .function .function-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 70px;
}
#beginner .function .function-wrap::after{
	display: none;
}
#beginner .function .function-wrap .function-item{
	width: calc((100% - 60px) / 3);
	padding: 25px 20px 30px;
	border: 2px solid #bd5822;
	box-sizing: border-box;
	border-radius: 12px;
	background: #fff;
}
#beginner .function .function-wrap .function-item .function-img{
	width: 50%;
	margin: 25px auto 20px;
}
#beginner .function .function-wrap .function-item .function-btn{
	width: 250px;
	margin: 20px auto 0;
}
#beginner .function .function-wrap .function-item .function-btn a{
	display: flex;
	position: relative;
	padding: 10px 30px;
	background: #bd5822;
	color: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 100vh;
	border: 2px solid #bd5822;
}
#beginner .function .function-wrap .function-item .function-btn a::after{
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s all;
}
#beginner .function .btn-wrap{
	display: flex;
	gap: 70px;
	justify-content: center;
}
#beginner .function .btn-wrap .btn-lg{
	margin: 0;
}

@media screen and (min-width: 600px){
	#beginner .function .function-wrap .function-item .function-btn a:hover{
		background: #fff;
		color: #bd5822;
	}
	#beginner .function .function-wrap .function-item .function-btn a:hover::after{
		border-top: 2px solid #bd5822;
		border-right: 2px solid #bd5822;
	}
}

@media screen and (max-width: 599px){
	#beginner .function{
		padding: 40px 20px 90px;
	}
	#beginner .function .function-wrap{
		margin-bottom: 45px;
		gap: 20px;
	}
	#beginner .function .function-wrap .function-item{
		width: 100%;
		padding: 20px 20px 25px;
	}
	#beginner .function .function-wrap .function-item .function-img{
		width: 45%;
		margin: 20px auto 14px;
	}
	#beginner .function .function-wrap .function-item .function-btn{
		width: 85%;
		margin: 17px auto 0;
	}
	#beginner .function .btn-wrap{
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

}

