@charset "utf-8";
/* CSS Document */


/* タブ */
#beginnerTab1,
#beginnerTab2 {
	width: 100%;
	display: table;
	margin: 0 auto;
	border-collapse: collapse;
}

#beginnerTab1 li,
#beginnerTab2 li {
	width: 50%;
	display: table-cell;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
    border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	vertical-align: middle;
	cursor: pointer;
}

#beginnerTab1 span,
#beginnerTab2 span {
	display: block;
	padding: 15px 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	color: #000;
}

#beginnerTab1 span:after,
#beginnerTab2 span:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px auto 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
} 

#beginnerTab1 .active span,
#beginnerTab2 .active span {
	background-color: #ffc815;
	color: #000;
}

#beginnerTab1 .active span:after,
#beginnerTab2 .active span:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px auto 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
}

#begiTtlSp1,
#begiTtlSp2 {
	display: block;
	padding: 3% 0 4%;
	margin-bottom: 10px;
	border: 1px solid #da2805;
	text-align: center;
	color: #da2805;
	font-weight: bold;
	font-size: 150%;
	line-height: 1;
	background: #FFFFFF;
}

.disnon {
	display: none;
}

/* ====================================
初めての方へ
====================================== */
#begiSe1 { margin-bottom: 30vw;}

#begiSe1 .begiSeContsTtl {
    margin-bottom: 30px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

.begiSe1Box {
    position: relative;
    width: 100%;
    padding: 5.3vw 6%;
    text-align: center;
    background: url("../img/beginner_conts_bg01.jpg") repeat-y 0 0;
    background-size: 100%;
}

.begiSe1Box:after {
    content: "";
    position: absolute;
    bottom: -25vw;
    left: 0;
    display: block;
    width: 100%;
    height: 25vw;
    background: url("../img/beginner_conts_bg02.png") no-repeat center top;
    background-size: 100%;
}

.se1BoxTtl {
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 2.0rem;
    color: #fff;
    background-color: #000;
}

.se1BoxImg { margin-bottom: 20px;}

.se1BoxTxt {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
}

.se1BoxTxt:after {
    content: "";
    display: block;
    width: 48px;
    height: 24px;
    margin: 5.3vw auto 0;
    background: url("../img/beginner_arrow.png") no-repeat center center;
    background-size: 100%;
}

.se1BoxCircle {
    display: table;
    width: 260px;
    height: 260px;
    margin: 0 auto 26px;
    background-color: #ffc815;
    border-radius: 50%;
}

.se1BoxCircle .block {
    display: table-cell;
    vertical-align: middle;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.3;    
}

.se1BoxCircle .block:before {
    content: "";
    display: block;
    margin: 0 auto 16px;
}

.begiSeL .block:before {
    width: 50px;
    height: 50px;
    background: url("../img/common/icon_takuhai.png") no-repeat center bottom;
    background-size: 100%;
}

.begiSeR .block:before {
    width: 52px;
    height: 40px;
    background: url("../img/common/icon_shutcho.png") no-repeat center bottom;
    background-size: 100%;
}

.se1BoxTxt2 {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0.15em;
}
.begiSeL .se1BoxTxt2 { margin-bottom: 10px;}

.begStar {
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: left;
}

.se1BoxTxt2 .bold { font-weight: bold;}

.begiSeL li {
    display: inline-block;
    margin: 0 2% 5%;
    vertical-align: middle;
}

.se1BoxTel {
    width: 100%;
    padding: 20px 0;
    background-color: #000;
}

.se1BoxTel .stTxt3 {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #fff;
}

.se1BoxTel .tel-link .robo {
    margin-bottom: 5px;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.0;
    color: #ffc815;
}

.se1BoxTel .telNum:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 25px;
    margin-right: 8px;
    background: url("../img/common/icon_phone.png") no-repeat 0 0;
    background-size: 100%;
}

.se1BoxTel .stTxt2 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #fff;
}

.begiSe2 {
    width: 100%;
    padding: 20px;
    background-color: #f2f2f2;
}

.begiSe2 .begiSe2ContsTtl {
    margin-bottom: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.begiSe2Img,
.begiSe2TxtArea { width: 100%;}

.begiSe2Img { margin-bottom: 3.9vw;}

.begiSe2Img img { width: 100%;}

.begiSe2TxtArea p.begiSe2Txt {
    margin-bottom: 5.3vw;
    font-size: 3.0vw;
    line-height: 2.0;
}

.begiSe2TxtArea .begLinkBtn { text-align: center;}

.begiSe2Txt a { border-bottom: 1px solid #000;}

.begiSe2TxtArea .linkBtn {
    display: block;
    height: 100%;
    padding: 8px 0;
    background-color: #fff;
}

.begiSe2TxtArea .block {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.begiSe2TxtArea .block:before {
    content: "";
    display: inline-block;
    width: 11.7%;
    height: 11.2vw;
    margin-right: 3%;
    background: url("../img/common/icon_shop.png") no-repeat center center;
    background-size: 100%;
    vertical-align: -4.3vw;
}

.begiSe2TxtArea .linkBtn:before {
    bottom: -200%;
    width: 150%;
}

.begiSe2TxtArea .linkBtn:hover:before { height: 670%;}

.