@charset "UTF-8";

/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/


/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/


/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/


.content {
    width: 794px;
    float: right;
}
h1 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 300;
    margin: 60px auto;
}
.banner {
    margin: 0 0 15px 0;
}
.banner img {
    width: 100%;
}
h2 {
    background-color: #eee;
    border-left: 4px solid #cecece;
    font-family: "Times New Roman",Times,serif;
    font-size: 1.4rem;
    font-weight: bold;
    /*margin-top: 40px;*/
    padding: 10px 16px;
}
.pop_wrap {
    margin: 0 1% 4%;
}
.pop {
	margin: 0 3% 3% 0;
	display: inline-block;
	vertical-align: top;
	width: 13%;
}
.pop_img img {
	width: 100%;
}
li.pop:nth-child(6n) {
    /*margin-right: 0;*/
}
.pop a {
    display: block;
}
.pop p {
    font-size: 1rem;
    text-align: center;
    word-break: break-all;
}
.movie_list .pop {
    margin-right: 2%;
    width: 22%;
    overflow: hidden;
}
.movie_list .pop_img {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.movie_list .pop_img + p {
    margin-top: 10px;
    font-size: 1.2rem;
}
#boxer .boxer-caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#boxer .boxer-caption .caption {
}
#boxer .boxer-caption .btn_area {
    padding: 15px;
}
#boxer .boxer-caption .btn_area a {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
}
#boxer .boxer-caption .btn_area a svg {
    stroke: #fff;
    width: 20px;
    margin-right: 5px;
}
h3 {
    font-size: 2rem;
    margin: 0 0 15px;
    /* background: #e5e5e5 none repeat scroll 0 0;
    border-left: 3px solid #ccc; */
    background: #F2F1F1 none repeat scroll 0 0;
    /* color: #666; */
    font-size: 16px;
    font-weight: bold;
    padding: 6px 10px;
}
.sub_titles {
    padding: 0 1em;
}
h4.accordion {
    border-bottom: 1px solid #A2A2A2;
    position: relative;
    text-align: left;
    padding: 12px;
    cursor: pointer;
}
.accordion::after {
    content: '';
    display: block;
    width: 8px;
    height: 5px;
    right: 12px;
    bottom: 12px;
    position: absolute;
    background: no-repeat url(../img/salonpage/icon_pc_down.png);
}
.accordion.open::after {
    background-image: url(../img/salonpage/icon_pc_up.png);
}
.accordion + ul,
.accordion + .ss_titles {
    display: none;
}
h5 {
    position: relative;
}
h5::before {
    content: '';
    background: no-repeat url(../img/salonpage/icon_pc_triangle.png);
    display: inline-block;
    width: 7px;
    height: 10px;
    margin-right: 4px;
}

/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/
@media screen and (max-width: 980px) {}
