*{
	box-sizing: border-box;
}
a{
    text-decoration: none;
	color: inherit;
}
body{
	font-size: 12px;
	background: #FFFFFF;
	color: #fff;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url("../img/index/bg.png");
    background-size: cover;
}

#wrapper{
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
}

.content{
	margin: 60px 4px;
}

img{
	vertical-align: bottom;
	width: 100%;
}

input[type=text],input[type=tel],input[type=email],
input[type=submit],
input[type=button]{
	-webkit-appearance: none;
	border: 1px solid #999999;
}

.for-pc{
	display: none !important;
}

.sp-br{
	display: block;
}


/*共通
----------------------------------------------------------------------------------------------------*/
section{}

.sub-t{
    text-align: center;
    display: table;
    width: 88%;
    margin: 0 auto;
    font-size: 5.5vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    padding-bottom: 28px;
}
.sub-t::before{
    content: "";
    display: table-cell;
    vertical-align: middle;
    background: url(../img/index/st-icon.png) center no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    margin-right: 20px;
}
.sub-t::after{
    content: "";
    display: table-cell;
    background: url(../img/index/st-icon.png)no-repeat center;
    width: 28px;
    height: 28px;
    background-size: contain;
    margin-left: 20px;
    vertical-align: middle;
}

.more-btn{
    font-family: 'Noto Serif JP', serif;
    display: table;
    width: 100%;
    height: 60px;
    margin: 20px auto;
    text-align: center;
    font-size: 4.5vw;
    background: linear-gradient(-8deg ,#703cb9 0%, #48207f 20%, #14071e);
}
.more-btn a{
    display: table-cell;
    vertical-align: middle;
    background: url(../img/index/arrow-right.png) no-repeat center;
    background-size: 12px 12px;
    background-position-x: 94%;
    color: #fff;
}



.tellers ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tellers ul li{
    width: 50%;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.tellers ul li > a > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tellers li > a > dl{
    text-align: center;
    height: 24%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #653c89b0;
}
.tellers li > a > dl dt{
    font-size: 16px;
    padding: 2% 0 2% 32px;
    height: 60%;
    text-align: left;
}
.tellers li > a > dl dd{
    background: #2a2b75;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    font-size: 14px;
    padding: 2%;
}


/*ヘッダー
----------------------------------------------------------------------------------------------------*/
header{}

header .message{
	height: 40px;
    width: 100%;
    display: table;
    text-align: center;
    background: #3b1856;
}
header .message p{
	display: table-cell;
    vertical-align: middle;
}
header .message p > span{
    display: block;
}
header .head-main{
    display: flex;
    justify-content: space-between;
    background: #14071e url(../img/index/head-bg.png)no-repeat center;
    background-size: cover;
}
header .head-main .head-logo{
    padding: 8px;
    width: 70%;
}
header .head-main .head-logo img{}
header .head-main .head-right{
    display: table;
    height: 56px;
    margin-right: 56px;
}
header .head-main .head-right .price{
    display: table-cell;
    vertical-align: middle;
}
header .head-main .head-right .price >img{}

header #menu-btn{
    position: fixed;
    right: 3px;
    top: 46px;
    display: table-cell;
    vertical-align: middle;
    z-index: 999;
    border: solid 1px #ca54ff;
    padding: 0px 4px;
    background: #2d064c8f;
}
header #menu-btn span{
    width: 40px;
    height: 2px;
    display: block;
    background-color: #ca54ff;
    margin: 8px 0;
    transition: all .4s;
}


.accordion-menu{
    display: none;
    position: fixed;
    top: 0px;
    height: 100vh;
    z-index: 9999;
    background: rgb(226 210 234 / 94%);
}
.accordion-menu .close-btn{
    width: 40px;
    float: right;
    text-align: center;
    margin: 12px 12px 0;
    color: #233;
}
.accordion-menu >ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20% 0 10%;
    color: #233;
}
.accordion-menu >ul li{
    width: 33%;
    height: 90px;
    display: table;
    text-align: center;
}
.accordion-menu >ul li a{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.accordion-menu .icont{
    display: block;
    font-size: 30px;
    margin-bottom: 8px;
}
.accordion-menu .tel-btn{
    width: 90%;
    height: 66px;
    margin: 0 auto;
    color: #fff;
    background: #46207a;
    border-bottom: 4px solid #233;
    border-radius: 4px;
}
.accordion-menu .tel-btn a{
    display: block;
    width: 100%;
    height: 100%;
}
.accordion-menu .tel-btn a dl{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 8px;
}
.tel-btn a dl dt{
    font-size: 24px;
    color: #ffcc33;
}
.tel-btn a dl dd{
    font-size: 13px;
    margin: 2px 0;
}
.tel-btn a dl dd span{
    background: #473d42;
    border-radius: 3px;
    padding: 4px;
    margin-right: 8px;
}


/*スライド
----------------------------------------------------------------------------------------------------*/
.slide{}
.slide ul{
}
.slide ul li{}
.slide img{}

/*グローバルナビ
----------------------------------------------------------------------------------------------------*/
.gl-nav{}
.gl-nav ul{
    font-family: 'Noto Serif JP', serif;
    font-size: 13px;
    display: flex;
    height: 64px;
    background: linear-gradient( to left , #3b1856 , #9933cc , #4c238e ,#3b1856);
}
.gl-nav ul li{
    border-left: 1px solid #14071e;
    text-align: center;
    display: table;
    width: 25%;
    height: 100%;
}
.gl-nav ul li a{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
;
}

/*受付
----------------------------------------------------------------------------------------------------*/
#accept{}

#accept .content {}
#accept .choice {}

#accept ul{
    display: table;
    height: 98px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    padding: 3px 10px;
}
#accept ul li{
    display: table-cell;
    vertical-align: middle;
    padding: 1%;
}
#accept ul li:first-child{
    width: 40%;
}
#accept ul li:nth-child(2){
    width: 15%;
}
#accept ul li:last-child{
    width: 15%;
}
#accept li dl{}
#accept li dl dt{
    font-size: 20px;
    color: #ffcc33;
}
#accept li dl dd{
    font-size: 16px;
    margin: 4px 0;
}
#accept li dl dd > span{
    background: #473d42;
    border-radius: 3px;
    padding: 4px;
    margin-right: 8px;
}


#manual{ 
    position: relative;
    margin-bottom: 42px; 
}
#manual > p{
    font-family: 'Noto Serif JP', serif;
    position: absolute;
    font-size: 28px;
    top: -13px;
    left: 13px;
}
#accept #manual ul{
    background: #14071e;
}


#accept .choice #auto{
    position: relative;
}
#accept .choice #auto > p{
    font-family: 'Noto Serif JP', serif;
    position: absolute;
    font-size: 28px;
    top: -13px;
    left: 13px;
}
#accept #auto ul{
    background: #46207a;
}

.popups{}

.popups > .manual{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #0000007d;
}
.popups > .auto{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #0000007d;
}
.popups > .manual p{
    display: block;
    width: 90%;
    padding: 5%;
    font-size: 16px;
    margin: 200px auto;
    background: #ff89d5;
    border-radius: 5px;
    line-height: 150%;
}
.popups > .auto p{
    display: block;
    width: 90%;
    padding: 5%;
    font-size: 16px;
    margin: 200px auto;
    background: #b689ff;
    border-radius: 5px;
    line-height: 150%;
}
.popups > .auto p > a{
    display: inline-block;
    color: 
    padding : 8px 4px;
    border-bottom: 1px solid #fff; 
}



/*本日出演の先生
----------------------------------------------------------------------------------------------------*/
#today{}

#today .contet{}
#today .attention{}

#today .attention .acordion-btn{
    display: table;
    width: 100%;
    height: 42px;
    background: #272526;
}
#today .attention .acordion-btn p{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding-left: 12%;
    font-size: 4.5vw;
    font-family: 'Noto Serif JP', serif;
    background: url(../svg/exclamation.svg)no-repeat center;
    background-position-x: 2%;
    background-size: 23px;
}

#today .attention .acordion-content{
    color: #000;
    background: #fff;
    padding: 16px 5%;
}
#today .attention .acordion-content p{
    line-height: 150%;
    font-weight: 600;
    font-size: 4vw;
    color: #473d42;
    position: relative;
}
#today .acordion-content ul{}
#today .acordion-content ul li{
    line-height: 150%;
    font-size: 3.5vw;
}

#today .attention .acordion-btn p:after {
    content: "▼";
    position: absolute;
    top: 15px;
    right: 13px;
    font-size: 8px;
}
#today .attention .active p:after {
    content: "▲";
}

*#today .tellers{
    margin-top: 40px;
}


#today .more-btn{}
#today .more-btn a{}

/*ご利用方法のご案内
----------------------------------------------------------------------------------------------------*/
#howto{}

#howto .content{}

#howto img{}
#howto .more-btn{}
#howto .more-btn a{}


/*お知らせ
----------------------------------------------------------------------------------------------------*/
#news{}

#news .content{}

#news > div{}
#news > div ul{
    background: #fff;
    color: #000;
    padding: 8% 5%;
    font-size: 16px;
}
#news > div ul li{
    margin-bottom: 8px;
}
#news > div ul li p{
    line-height: 150%;
}
#news > div ul li p span{
    display: block;
    font-weight: 600;
    border-bottom: 2px dotted #852cb1;
    margin-bottom: 4px;
}


/*よくいただくご質問
----------------------------------------------------------------------------------------------------*/
#faq{}

#faq .content{}

#faq ul{}
#faq ul li{}
#faq ul li dl{}
#faq ul li dl dt{
    width: 100%;
    position: relative;
    font-size: 18px;
    display: inline-block;
    padding: 4% 12%;
    font-family: 'Noto Serif JP', serif;
    background: url(../img/index/icon-q.png) no-repeat center;
    background-position-x: 4%;
    background-size: 18px 18px;
    font-weight: 200;
}
#faq ul li dl dd{
    color: #020244;
    font-size: 16px;
    display: inline-block;
    width: 100%;
/*    height: 100%;*/
    padding: 4% 12%;
    background: #fff url(../img/index/icon-a.png) no-repeat center;
    background-position-x: 4%;
    background-size: 18px 18px;
    line-height: 150%;
}

#faq ul li dl dt:after {
    content: "▼";
    position: absolute;
    top: 15px;
    right: 13px;
    font-size: 8px;
}
#faq ul li dl dt.active:after {
    content: "▲";
}


#faq ul li:first-child dl dt:after {
    content: "▲";
    position: absolute;
    top: 15px;
    right: 13px;
    font-size: 8px;
}
#faq ul li:first-child dl dt.active:after {
    content: "▼";
}

#faq .more-btn{}
#faq .more-btn a{}

/*鑑定士募集
----------------------------------------------------------------------------------------------------*/
#recruit{}

#recruit .content{}

#recruit img{}


/*フッター
----------------------------------------------------------------------------------------------------*/
footer{
    background-color: #3c0d61;
    color: #fff;
    position: relative;
    padding-top: 32px;
    padding-bottom: 100px;
    text-align: center;
}

footer content{
    width: 100%;
}

footer ul{}
footer ul li{
    display: table;
    width: 96%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 auto 12px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
}
footer ul li a{
    display: table-cell;
    vertical-align: middle;
}

small{}

footer .fix-btns{
    position: fixed;
    bottom: 0;
    z-index: 98;
    width: 100%;
    height: 80px;
    background-color: rgb(43 13 78 / 60%);
    padding: 16px 8px;
}
footer .fix-btns ul{
    display: flex;
    width: 100%;
}
footer .fix-btns ul li{
    display: table;
    margin-right: 4px;
    width: 49%;
    height: 44px;
    text-align: center;
    font-size: 3vh;
    color: #020244;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}
footer .fix-btns ul li:first-child{
    background: linear-gradient(#fff 50%, #d1d1d1);
    box-shadow: 0px 3px 3px -1px #aaa;
    border-radius: 3%;
}
footer .fix-btns ul li:last-child{
    background: linear-gradient(#fff 50%, #d1d1d1);
    margin-right: none;
    box-shadow: 0px 3px 3px -1px #aaa;
    border-radius: 3%;
}
footer .fix-btns ul li:first-child a{
    background: url("../img/index/fix01.png")no-repeat center;
    background-size: 4vh;
    background-position-x: 4%;
    padding: 0 0 0 12px;
}
footer .fix-btns ul li:last-child a{
    background: url("../img/index/fix02.png")no-repeat center;
    background-size: 4vh;
    background-position-x: 4%;
    padding: 0 0 0 12px;
}


.pagetop{
    background: url(../img/index/top-btn.png)no-repeat center;
    background-size: contain;
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 99999;
    width: 48px;
    height: 48px;
}

