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

body {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight:500
}

.container {
    max-width: 640px;
	min-height: 100vh;
    margin: 0 auto;
	overflow: hidden;
	position: relative;
	 padding-bottom: 150px;
    box-sizing: border-box;
	box-shadow: 0px 0px 10px 5px rgba(3, 0, 0, 0.3);
      display: block;
      margin: 0 auto;
}

.w50 {
    width: 50% !important;
}

.ptb100 {
    padding: 100px 0;
}

img {
	height: auto;
	width: 100%;
}

.zenmen {
	z-index: 9999;
}


.bk_ab {
	position: absolute;
}

.bk_ab_z {
	position: absolute;
	z-index: 1;
}

.bk_rela {
	position: relative;
}

.bk_rela_z {
	position: relative;
	z-index: -1;
}

.bk_col_be {
	background-color: #ebdcb3;
}

.txt_bk {
	mix-blend-mode: multiply;
}

.tac {
	text-align: center;
}

.pb50 {
    padding-bottom: 50px;
}

.box30 {
	width: 30%;
}

.ranking_box {
	display: flex;
	padding: 5px 0;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.ranking_item {
	width: 100%;
	padding-left: 10px;
}

.datsumo_box {
	display: flex;
	padding: 5px 0;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.datsumo_item {
	width: 100%;
	padding-left: 10px;
}

@media(max-width:750px){
	.ranking_box {
		padding: 0 30px;
	}
}

.swiper{
    max-width: 100%;
    height: auto;
}

.swiper-button-next {
	background-image: none !important;
    left: auto;
	padding: 50px;
    top: 38% !important;
}

.swiper-button-prev {
    background-image: none !important;
    left: 10px;
    right: auto;
		padding: 50px;
    top: 38% !important;
}

.btn_fix {
	display: block;
        position: fixed;
    bottom: -0%;
    left: 50%;
    width: 100%;
    z-index: 9999;
    max-width: 640px;
    transform: translateX(-50%);
}

.btn_fix img.cv_btn {
    position: absolute;
    left: 0.25%;
    bottom: 0%;
    width: 100%;
    margin-bottom: 1%;
}
.btn_fix img.salon_btn {
    position: absolute;
    right: 2.3%;
    bottom: 0.6%;
	width: 23.5%;
    margin-bottom: 1%;
}

.btn_fix img {
    max-width: 640px;
    margin: 0 auto 16px;
}

.btn01 {
	padding-top: 50px;
	width: 80%;
	margin: 0 auto;
}

.btn01 a {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 3;
    color: #d89294;
    text-align: center;
    border: 2px solid #d89294;
    border-radius: 3em;
}

/*youtube*/
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
	margin-bottom: 50px;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.vid_contents {
    width: 100%;
    /*背景色を横幅いっぱいに広げる*/
    text-align: center;
    margin: auto;
}

video.vid_main {
    width: 100%;
    max-width: 640px;
    /*PC版での最大幅*/
}

.shop_bt_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    text-align: center;
    gap: 10px;
}

.btn {
    width: 48%;
    padding: 15px;
    background-color: #e494a7;
    color: #483a3c;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
}

.btn:hover {
    color: #fff;
}

a:hover {
 opacity: 0.8;
}

/*----------------------------------
form
----------------------------------*/
#form {
    padding: 70px 0;
    clear: both;
    text-align: center;
}

#form h2 {
    background: none;
    color: #C1A470;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

#form>img {
    display: block;
    margin: 0 auto 40px;
}

#form>img.sp {
    display: none;
}

#form table {
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
}

#form tr {
    background: #fff;
}

#form tr:nth-child(2n+1) {
    background: #F5F5F5;
}

#form tr th {
    font-size: 16px;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    width: 25%;
}

#form tr th span {
    background: #FF699A;
    color: #fff;
    display: block;
    float: right;
    padding: 0 5px;
}

#form tr td {
    padding: 20px;
    text-align: left;
}

#form tr td input,
#form tr td select {
    background: #fff;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    color: #808080;
    font-size: 20px;
    padding: 5px;
    width: 300px;
    margin-bottom: 10px;
}

select[id="cat"] {
    width: 100% !important;
}

#form tr td select {
    background: #fff;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    color: #808080;
    font-size: 20px;
    padding: 5px;
    width: 300px;
}

#form tr td .cal {
    position: relative;
    display: inline-block;
}

#form tr td .cal:after {
    content: "";
    background: url(../img/calendaricon.png);
    position: absolute;
    right: 5px;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
}

#form tr td .cal #date {
    height: 35px;
}

#form tr td .cal #date2 {
    height: 35px;
}

#form tr td textarea {
    background: #fff;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    color: #808080;
    font-size: 20px;
    padding: 5px;
    white-space: pre-wrap;
    width: 100%;
}

#form tr td input::placeholder,
#form tr td select::placeholder,
#form tr td textarea::placeholder {
    color: #ccc;
}

#form .send_box {
    margin: 60px auto;
    text-align: center;
}

#form .send {
    border: 0px;
    cursor: pointer;
    width: 400px;
    height: 84px;
    background: url(../img/mail_cv1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#form .send:hover {
    background: url(../img/mail_cv1_on.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.f2 #form .send {
    background: url(../img/mail_cv2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.f2 #form .send:hover {
    background: url(../img/mail_cv2_on.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.btns {
    padding: 40px;
    position: relative;
}

.btns .back {
    background: #fff;
    border: 1px solid #999;
    color: #999;
    cursor: pointer;
    float: left;
    font-size: 18px;
    margin: 20px 0;
    padding: 5px 19px;
    position: absolute;
    left: 0;
}

@media print,
screen and (max-width:768px) {
    #form {
        padding: 30px 0;
    }

    #form>img {
        width: 90%;
    }

    #form h2 {
        font-size: 20px;
        letter-spacing: 0;
    }

    #form tr th {
        color: #C1A470;
        font-size: 5vw;
    }

    #form tr th,
    #form tr td {
        display: block;
        width: 100%;
        padding: 10px;
        text-align: left;
    }

    #form tr td {
        padding: 2% 10px 5%;
    }

    #form tr th span {
        padding: 0 10px;
    }

    #form tr td input {
        width: 100%;
    }

    #form tr td input#date {
        width: 300px;
    }

    #form .send {
        background-size: contain;
        background-repeat: no-repeat;
        width: 90%;
    }

    .btns {
        padding: 10px;
    }

    .btns .back {
        float: none;
        font-size: 18px;
        padding: 5px auto;
        position: inherit;
    }


    #form>img.sp {
        display: block;
    }

    #form>img.pc {
        display: none;
    }
}