@charset "UTF-8";
/*
reset
*/

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1;
    font-size: 100%;
    color: #4B4B4B;
    background: #F3F2EE;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #4B4B4B;
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

a:hover {
    opacity: .7;
    cursor: pointer;
}

button:hover {
    cursor: pointer;
    opacity: .7;
}

img {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: auto;
    display: block;
}

p {
    margin-bottom: 1rem;
}

input[type="email"],
input[type="password"],
input[type="reset"],
input[type="tel"],
input[type="text"],
select,
textarea {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 6px;
    border: 1px solid #ccc;
    box-shadow: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #4B4B4B;
    font-size: 1rem;
}

select {
    display: block;
    width: 100%;
    max-width: 476px;
}

input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
    width: 100%;
}

input[type="reset"]:hover {
    cursor: pointer;
    opacity: .7;
}

/*
common
*/
.font-red {
    color: #FD3F61 !important;
}

.font-red2 {
    color: #f12a48 !important;
}

.font-blue {
    color: #4B90AD;
}

.font-yellow {
    color: #E5C046;
}

.font-gray {
    color: #A3A39E;
}

.font-brown {
    color: #DDA892;
}

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

.font-big {
    font-size: 1.3em;
}

/* add2018-03-15 */
.font-small-bit {
    font-size: 1.2em;
}

.font-small {
    font-size: .75em;
}

.font-small-sp {
    font-size: .75em;
}

.h3-black {
    border-top: 1px solid #ccc;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-05 {
    margin-bottom: 0.5rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 1rem !important;
}
.ptb-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

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

.text-right {
    text-align: right;
}

br.sp-br {
    display: inline;
}

h1 {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    font-weight: bold;
}

h2 {
    padding: 0.5rem 1rem;
}

.entry-header h1,
.entry-header h2 {
    background: #fff;
    margin: 0 auto;
}

.entry-header + div {
    padding-top: 1rem;
}

section:nth-of-type(2n+0) h2 {
    border-bottom: 2px solid #FD3F61;
}

section:nth-of-type(2n+1) h2 {
    border-bottom: 2px solid #4B90AD;
}

h2.h2-no_border {
    border-bottom: 0 !important;
    padding: 0;
    margin: 0;
}
h3 {
    padding: 0.5rem 1rem;
    margin: 1rem 0;
}


ul.ul-disc {
    list-style: disc;
    margin: 0 0 0 2rem;
}

ul.ul-1 {
    width: 100%;
    display: block;
}

ul.ul-1 li {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
}

ul.ul-2 {
    width: 100%;
    display: block;
    margin-top: 1rem;
}

ul.ul-2 li {
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    background: #fff;
    display: block;
    width: 100%;
}

ul.ul-2 li a {
    padding: 0.5rem 1rem;
    display: block;
}

.entry-contents a {
    color: #4B90AD;
}
.discount {
    padding: .2rem .5rem .2rem;
    font-size: .8rem;
    margin-left: .5rem;
    color: #fff;
    background: #f12a48;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.region {
    padding: .2rem .5rem .2rem;
    font-size: .8rem;
    margin-right: .5rem;
    color: #fff;
    background: #907BC0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.sex-man {
    padding: .2rem .5rem .2rem;
    font-size: .8rem;
    margin-right: .5rem;
    color: #fff;
    background: #4B90AD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.sex-woman {
    padding: .2rem .5rem .2rem;
    font-size: .8rem;
    margin-right: .5rem;
    color: #fff;
    background: #FD3F61;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.box {
    border: 2px solid #ccc;
    padding: 1rem 1rem;
    margin: 1rem 0;
}

.box p:last-of-type {
    margin: 0;
}

.box_flex-01 {
    width: 100%;
    display: block;
}

.box_flex-01-left {
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
}

.box_flex-01-right {
    width: 100%;
}

.box_flex-01-right section {
    padding: 0 !important;
}

.box_flex-01-right h2 {
    margin-top: 0;
    border: 0 !important;
    font-size: 1.3em;
    font-weight: bold;
    color: #FD3F61;
}

.box_flex-02 {
    width: 100%;
    display: block;
}

.box_flex-02-left {
    width: 100%;
}

.box_flex-02-right {
    width: 100%;
}

.box_flex-03 {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.box_flex-03 > div {
    margin: 0 1rem;
}

.box_flex-04 {
    width: 100%;
    display: block;
}

.box_flex-04-left {
    width: 100%;
}

.box_flex-04-right {
    width: 100%;
}

.box_flex-05 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box_flex-05 p {
    width: 10em;
    margin: 0 1rem;

}

.flex-wrap {
    flex-wrap: wrap !important;
}

.step-box-1 {
    text-align: center;
}

.step-box-1::after {
    display: block;
    margin: 0 auto;
    content: '';
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 30px solid #4B90AD;
}

.fixed-bottom-area {
    background: #fff;
    width: 100%;
    border-top: 1px solid #ccc;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.inline-block {
    display: inline-block;
}

.width-auto {
    width: auto;
}

.max-50 {
    max-width: 50px;
}

.max-75 {
    max-width: 75px;
}

.max-100 {
    max-width: 100px;
}

.max-200 {
    max-width: 200px;
}

.max-250 {
    max-width: 250px;
}

.error-list {
    border: 1px solid #D80B4E;
    margin-bottom: 1rem;
    list-style: disc;
}

.error-list li {
    color: #D80B4E;
    margin-left: 2rem;
    padding: .5rem 1rem .5rem 0;
}

/* 20180225 add start */
.normal-list {
    border: 1px solid #58A04D;
    margin-bottom: 1rem;
    list-style: disc;
}

.normal-list li {
    color: #58A04D;
    margin-left: 2rem;
    padding: .5rem 1rem .5rem 0;
}
/* 20180225 add end*/

.star-box {
    text-align: center;
    padding-top: .5rem;
}

.star-box i {
    color: #b5b5b5;
    font-size: 2.0rem;
    display: block;
}

.star-box i:hover {
    color: #FFD800;
    cursor: pointer;
}

.detail-star {
    color: #b5b5b5;
    font-size: 1.5rem !important;
    vertical-align: middle;
}

.detail-star:hover {
    color: #FFD800;
    cursor: pointer;
}

.map-img.close,
.map-gmap.close {
    display: none;
}

.map-img.open,
.map-gmap.open {
    display: block;
}

.map-gmap {
    position: relative;
    max-width: 640px;
    padding-bottom: 90.75%;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
}

.map-gmap iframe,
.map-gmap object,
.map-gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.payment-list img {
    display: inline-block;
}
/*
icon
*/

.fa {
    margin: 0 .25rem;
}

.header_search-icon {
    color: #FD3F61;
}

.qa-list .fa {
    color: #FD3F61;
}

.list-fa-angle-right li a::after {
    content: '\f105';
    font-family: FontAwesome;
    border: 0;
    color: #4B91AA;
    position: absolute;
    top: auto;
    bottom: auto;
    right: 1rem;
}

.recommend-list li:before {
    font-family: FontAwesome;
    color: #FD3F61;
    font-size: 20px;
    display: inline-block;
    border: 0;
    border-radius: .3rem;
    margin: auto;
    position: relative;
    background: #fff;
    vertical-align: middle;
    padding: 0 0.5rem 0 0;
}

.recommend-list li:nth-of-type(1):before {
    content: "\f007";
}

.recommend-list li:nth-of-type(2):before {
    content: "\f0f5";
}

.recommend-list li:nth-of-type(3):before {
    content: "\f017";
}

.recommend-list li:nth-of-type(4):before {
    content: "\f08a";
}

.new-icon {
    position: relative;
}

.new-icon::before {
    content: "NEW";
    position: absolute;
    top: 0.6rem;
    left: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: #fff;
    font-weight: bold;
    font-size: 1.0rem;
    z-index: 1;
}

.new-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #FF497B;
    border-right: 60px solid transparent;
}

.no-vacant-all{
    position: relative;
}

.no-vacant-all a {
    position: relative;
    opacity: 0.4;
}

.no-vacant-all::before {
    content: "満席";
    position: absolute;
    top: 0.4rem;
    left: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    z-index: 1;
}
.no-vacant-all::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #FF497B;
    border-right: 60px solid transparent;
}
.detail-star.star-on,
.star-box i.star-on {
    color: #FFD800;
}

#navigation_search-btn-close .fa {
    font-size: 1.4em;
    padding: 0 0.5rem;
    vertical-align: top;
}

/*
table,dl
*/

dt {
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #F5F5F5;
    padding: 0.5rem;
}

dd {
}

.dl-1 dt {
    background: #005db5;
    color: #fff;
}
/*
button
*/

.btn-01 a {
    width: 80%;
    max-width: 300px;
    text-align: center;
    display: block;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    color: #FD3F61;
    border: 1px solid #FD3F61;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-02 a {
    width: 80%;
    max-width: 350px;
    text-align: center;
    display: block;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: bold;
    background: #FD3F61;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-03 a {
    color: #4B91AA;
    border: 1px solid #4B91AA;
    padding: 0.5rem 0.5rem;
    width: 100%;
    display: block;
    margin: 2rem auto 2rem;
    max-width: 350px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-04 a {
    width: 100%;
    text-align: center;
    display: block;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: bold;
    background: #FD3F61;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-05 a {
    color: #4B91AA;
    border: 1px solid #4B91AA;
    padding: 0.5rem 1rem;
    width: 100%;
    display: block;
    margin: auto;
    max-width: 350px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-06 a {
    color: #fff;
    border: 1px solid #07992C;
    padding: 0.5rem;
    width: 80%;
    display: block;
    margin: 0.5rem auto;
    max-width: 350px;
    text-align: center;
    background: #07992C;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-07 {
    color: #fff;
    border: 1px solid #6c6c6c;
    padding: 0.5rem;
    width: 80%;
    display: block;
    margin: 0.5rem auto;
    max-width: 350px;
    text-align: center;
    background: #6c6c6c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.btn-08 a {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0.5rem auto;
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: bold;
    background: #FD3F61;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-09 a {
    width: 100%;
    text-align: center;
    display: block;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    color: #4B91AA;
    font-weight: bold;
    background: #e7e7e7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-10 a {
    color: #fff;
    border: 1px solid #FD3F61;
    padding: 0.5rem;
    width: 80%;
    display: block;
    margin: 0.5rem auto;
    max-width: 350px;
    text-align: center;
    background: #FD3F61;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-11 {
    color: #4B91AA;
    border: 1px solid #4B91AA;
    padding: 0.5rem 0.5rem;
    width: 100%;
    display: block;
    margin: 2rem auto 2rem;
    max-width: 350px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-12 {
    border: 1px solid #6c6c6c;
    padding: 0.5rem 0.5rem;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-13 a {
    width: 100%;
    text-align: center;
    display: block;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: bold;
    background: #4B91AA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn-12:hover {
    opacity: 0.7;
    cursor: pointer;
}

.btn-14 a {
	width: 80%;
	max-width: 350px;
	text-align: center;
	display: block;
	margin: 1rem auto;
	padding: 0.5rem 1rem;
	color: #fff;
	font-weight: bold;
	background: #c37294;
	border-radius: 5px;
}

.btn-15 a {
	display: block;
	text-align: center;
	background: #3caab1;
	color: #fff;
	font-weight: bold;
	padding: 1rem 0.7rem;
	border-radius: 5px;
	width: 100%;
	border-bottom: 5px solid #0b8282;
	margin-bottom: .7rem;
	font-size: 1.25rem;
}

.btn-15 a img {
	margin: 0;
	display: none;
}

.btn-16 a {
	display: block;
	text-align: center;
	background: #c37294;
	color: #fff;
	font-weight: bold;
	padding: 1rem 0.7rem;
	border-radius: 5px;
	width: 100%;
	border-bottom: 5px solid #a35277;
	margin-bottom: .7rem;
	font-size: 1.25rem;
}

.btn-16 a img {
	margin: 0;
	display: none;
}

/*
breadcrumbs
*/
body.pd02_login_top2 .breadcrumbs,
body.pd02_login_top .breadcrumbs,
body.pa01_top .breadcrumbs {
    display: none;
}

.breadcrumbs {
    margin-top: 4rem;
}

.breadcrumbs .wrap {
    background: transparent;
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: .85rem;
}

.breadcrumbs ul li::after {
    content: '>';
    display: inline-block;
    margin: 0 .25rem 0 .5rem;
}

.breadcrumbs ul li:last-of-type::after {
    content: none;
}
/*
index_search-content
*/

.index_search-area-list {
    display: flex;
}

.index_search-area-list li {
    padding: .5rem 1rem;
    border: 1px solid #ccc;
    background: #fff;
    margin-right: 1rem;
}

.index_search-area-list li:last-of-type {
    margin-right: 0;
}

.index_search-area-list li.active {
    /*background: #000; 2018-01-17upd*/
    background: #c0c0c0;
    color: #fff;
}

.index_search-area-list li:hover {
    cursor: pointer;
}

.index_search-content {
    display: none;
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}

.index_search-area-content {
    display: none;
    margin-top: 1rem;
}

/*
calendar
*/

table.ui-datepicker-calendar {
    background: #fff;
    width: 100%;
    margin: 0 auto .5rem;
}
.ui-datepicker-title {
    text-align: center;
    padding: .25rem .5rem;
    background: #F3F2EE;
}
.ui-datepicker-prev {
    position: absolute;
    top: 0;
    left: .25rem;
    padding: .25rem;
}
.ui-datepicker-next {
    position: absolute;
    top: 0;
    right: .25rem;
    padding: .25rem;
}
.table_calendar {
    background: #fff;
    margin-bottom: 1rem;
    width: 100%;
}

table.ui-datepicker-calendar td a,
table.ui-datepicker-calendar th {
    padding: .5rem;
    display: table-cell;
}
table.ui-datepicker-calendar td,
table.ui-datepicker-calendar th {
    border: 1px solid #ccc;
    text-align: center;
}
.table_calendar td,
.table_calendar th {
    padding: .5rem;
    border: 1px solid #ccc;
    text-align: center;
    display: table-cell;
}

.table_calendar td {
    max-width: 2rem;
}

table.ui-datepicker-calendar td.in_data,
.table_calendar td.in_data {
    padding: 0;
}

table.ui-datepicker-calendar td.in_data a,
.table_calendar td.in_data a {
    padding: .5rem;
    display: block;
}

.table_calendar td span {
    display: block;
    font-size: 0.5rem;
}
table.ui-datepicker-calendar tr td:first-child a,
.dateSunday {
    background: #FFECF2;
}

table.ui-datepicker-calendar tr td:last-child a,
.dateSaturday {
    background: #ECF9FF;
}
.ui-datepicker-today,
.today {
    background: #DBFCD9;
}

.ui-datepicker-unselectable {
    background: #F3F2EE;
    padding: .5rem;
}
/*
contents-open-btn
*/
.contents-open {
    display: none;
}
.contents-open.open {
    display: block !important;
}

.contents-list-open {
    display: none;
}
/*
openlist
*/

.open-btn:hover,
.open-list.open li:hover {
    cursor: pointer;
}

.open-list {
    position: absolute;
    top: 2.3rem;
    left: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
}

.open-list.open {
    display: block !important;
    border: 1px solid #ccc;
}

.open-list.open li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.open-list.open li:last-of-type {
    border: 0;
}

.open-list.open li a {
    width: 100%;
    display: block;
    padding: .5rem 2rem .5rem 1rem;
}

/*
pagination
*/

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination li {
    margin: .5rem .25rem;
    border: 1px solid #ccc;
}

.pagination li a {
    padding: 0.5rem 1rem;
}

.pagination li.current {
    background: #efefef;
}

/*
sidebar
*/

.side-info {
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
}

.side-nav {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.side-nav li {
    border-bottom: 1px solid #ccc;
}

.side-nav li a {
    padding: 1rem 2rem 1rem 1rem;
    display: block;
    position: relative;
}

.side-nav li.side-nav-title {
    padding: 0.5rem 1rem;
    background: #ccc;
}

/*
tab
*/

.tab-list {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 1rem 0;
}

.tab-list li {
    width: 25%;
    border-left: 1px solid #FD3F61;
    border-top: 1px solid #FD3F61;
    border-bottom: 1px solid #FD3F61;
    display: block;
    padding: 0.5rem 0.5rem;
    font-size: 0.75rem;
    text-align: center;
}

.tab-list li:last-child {
    border-right: 1px solid #FD3F61;
}

.tab-list li.active {
    position: relative;
    color: #fff;
    background: #FD3F61;
}

.tab-list li.active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #FD3F61;
}

.tab-list li:hover {
    cursor: pointer;
    opacity: .7;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/*
tab
*/
.no-accordion-list-title {
    margin-bottom: 1rem !important;
    border: 1px solid #f63876;
    background: #f63876;
    position: relative;
    display: block;
    max-width: 500px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.no-accordion-list-title a {
    padding: 0.5rem 1rem;
    display: block;
    width: 100%;
    color: #fff;
}

.accordion-list-title a:hover {
    cursor: pointer;
    opacity: .7;
}

.accordion-list-title {
    margin-top: 1rem;
    padding: .5rem 2rem .5rem 1rem;
    border: 1px solid #4B91AA;
    position: relative;
    display: block;
    width: 100%;
}

.pb03_join_payment .accordion-list-title {
    font-size: .875rem;
}
.accordion-list-title:first-of-type {
    margin-top: 0;
}

.accordion-list-title:hover {
    cursor: pointer;
    opacity: .7;
}

.accordion-list-title::after {
    content: '\f107';
    font-family: FontAwesome;
    border: 0;
    color: #4B91AA;
    position: absolute;
    top: 50%;
    left: auto;
    right: 1rem;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.accordion-list-title.open::after {
    content: '\f106';
    font-family: FontAwesome;
    border: 0;
    color: #4B91AA;
    position: absolute;
    top: auto;
    bottom: auto;
    right: 1rem;
}

.accordion-list-content.open {
    display: block !important;
    margin-top: 1rem;
}

.accordion-list-save {
    margin-bottom: 1rem;
}

.accordion-list-save .accordion-list-title {
    margin-bottom: 0;
}

.accordion-list-save .box {
    margin: 0;
    border: 0;
    border-left: 1px solid #4B91AA;
    border-right: 1px solid #4B91AA;
    border-bottom: 1px solid #4B91AA;
}
.accordion-list-save .box_flex-05 {
    border-bottom: 1px solid #4B91AA;
    border-left: 1px solid #4B91AA;
    border-right: 1px solid #4B91AA;
}

/*
layout
*/

#contenar {
    margin-top: 3rem;
}

#main {
    margin-top: 0;
}

.wrap {
    width: 100%;
    max-width: 1040px;
    /*padding: 1rem 1rem; 2017-12-11upd*/
    padding: 0.5rem 1rem; /*2017-12-11 add*/
    margin: 0 auto;
    clear: both;
    display: block;
    position: relative;
    background: #fff;
}
.wrap-2 {
    width: 100%;
    max-width: 1040px;
    padding: 1rem 1rem;
    margin: 0 auto;
    clear: both;
    display: block;
    position: relative;
    background: #fff;
}

.wrap-640 {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    clear: both;
    display: block;
    position: relative;
    background: #fff;
}
.navigation-area .wrap,
.site-footer .wrap {
    background: transparent;
}
.entry-contents .wrap {
    max-width: 1040px;
}

body.pe03_participation .site-main article .entry-header h2,
body.pe03_participation .site-main article .wrap,
body.pe01_recommend .site-main article .wrap,
body.pe05_voice-detail .site-main article .wrap {
    max-width: 720px;
}

header .wrap {
    padding: 0 1rem;
}

.slider-area .wrap {
    padding: 0;
}

body:not(.login) #primary.login {
    display: none;
}

section {
    padding: 0.5rem 0;
}

.pa01_top section {
    padding: 2rem 0;
}

.contents-footer section {
    padding: 2rem 0;
}

.section-type1 {
    padding: 1rem 0 !important;
}

.section-type2 {
    padding: 1rem 0 2rem !important;
}

.section-type3 {
    padding: 1rem 0 0 !important;
}

.section-type4 {
    padding: 0.5rem 0;
}

section.black {
   background: #383534;
   color: #fff;
}

section.gray {
    background: #E2DEC9;
    color: #4B4B4B;
 }

section.black .wrap {
    color: #4B4B4B;
}

.background-1 {
    background: url(../images/bg_001.jpg) no-repeat center top,#F2EEE5;
    padding: 1rem 0;
}

/*
header
*/

#header-fixed {
    position: fixed;
    top: 0;
    z-index: 11;
    background: #fff;
    height: 4rem;
    width: 100%;
    border-bottom: 0.35rem solid #383534;
}

#header-contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .325rem 0;
}

#header-contents h1 {
    margin: 0;
    padding: 0;
    border: 0;
}

#header-contents .header-logo {
    max-width: 50%;
}

#header-contents .header-logo img {
    width: auto;
    max-height: 3rem;
}

section.black .entry-header {
    background: #383534;
    color: #fff;
}

.entry-header p {
    padding-left: 1rem;
    padding-right: 1rem;
}

.entry-header {
    padding: 0 0 0 0;
}

.entry-header h1 {
    border-bottom: 2px solid #FD3F61;
}

/*
navigation-search
*/

.header_search-area {
    margin: 0 1rem 0 auto;
}


.header_search-area p {
    display: block;
    padding: 0.5rem 1rem;
    margin: 0;
    color: #FD3F61;
    border: 1px solid #FD3F61;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.header_search-area span {
    display: none;
}

.header_search-area p:hover {
    cursor: pointer;
    opacity: .7;
}

body.login .logout-navigation_search {
    display: none;
}

body:not(.login) .login-navigation_search {
    display: none;
}

#navigation_search-area {
    display: none;
    background: #fff;
    border: 1px solid #ccc;
}

#navigation_search-area-list li {
    border-bottom: 1px solid #ccc;
}

#navigation_search-area-list li:first-of-type {
    padding: 1rem 2rem 1rem 1rem;
    background: #eee;
    text-align: center;
}

#navigation_search-area-list li a {
    padding: 1rem 2rem 1rem 1rem;
    display: block;
    position: relative;
}

#navigation_search-btn-close:hover {
    cursor: pointer;
    opacity: .7;
}

.top-movie,
.about_movie {
	width: 100%;
}

/*
footer
*/
.site-footer {
    background: #383534;
    color: #fff;
}

.footer-area {
    background: #383534;
    padding: 1rem 0 0;
}

.site-footer.footer-bottom {
    margin-bottom: 5.5rem;
}

.contents-footer {
    margin-top: 1rem;
}

.footer_tel-area {
    text-align: center;
}

.footer_navi-area {
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
}

.footer_navi-area li {
    border-bottom: 1px solid #ccc;
}

.footer_navi-area a {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
}

.copyright {
    margin-top: 1rem;
    font-size: .85rem;
    color: #fff;
}

.contents-img.wrap {
	background: transparent;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 2rem;
}

.banner-area-gray {
	background: #E2DEC9;
	padding: 2rem 0;
}

.banner-area-gray .wrap {
	padding: 0;
}

/*
navigation
*/

.navigation-area {
    display: none;
    border-bottom: 0.35rem solid #383534;
}

body.login .navigation-area,
body:not(.login) .navigation-area.login-navi {
    display: none;
}


.navigation-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation-contents p {
    margin: auto;
}

.navigation-left,
.navigation-right {
    display: flex;
    position: relative;
}

.navigation-left li {
    position: relative;
}

.navigation-left li::after {
    content: '';
    border-right: 1px solid #fff;
    height: 50%;
    position: absolute;
    top: 25%;
    right: 0;
}

.navigation-left li:last-of-type::after {
    content: none;
}

.navigation-contents a {
    padding:  0.2rem 1rem;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.navigation-member_btn {
    margin: auto;
}

.navigation-member_btn a {
    display: block;
    padding: 0 1rem;
    background: #fff;
    color: #888;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/*
toggle
*/

.fixed-body {
    position: fixed;
}

.btnClose-body {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999;
}

#switchBtnArea {
    width: 100%;
    height: 100%;
    position: relative;
}

#switchBtnArea #switchBtn {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    max-width: 15%;
    min-width: 40px;
    display: block;
    position: relative;
    border-radius: 5px;
    z-index: 9998;
    margin: 0;
}

#switchBtnArea #switchBtn:hover {
    cursor: pointer;
}
#switchBtnArea #switchBtn span {
    left: 20%;
    width: 60%;
    height: 4px;
    display: block;
    position: absolute;
    background-color: #777;
    border-radius: 5px;
    transition: all .2s linear;
}

#switchBtnArea #switchBtn span:nth-of-type(1) {
    top: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

#switchBtnArea #switchBtn span:nth-of-type(2) {
    top: 18px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#switchBtnArea #switchBtn span:nth-of-type(3) {
    bottom: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

#switchBtnArea #switchBtn.btnClose {
    background: transparent;
    top: 10px;
    right: 70%;
    width: 40px;
    height: 40px;
    max-width: 15%;
    display: block;
    position: absolute;
    border-radius: 5px;
    z-index: 99999;
}

#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}

#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
    bottom: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#navigation_sp-wrap {
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: #fff;
    overflow: auto;
    position: fixed;
    z-index: 99999;
}

#navigation_sp-area-list li {
    border-bottom: 1px solid #ccc;
}

#navigation_sp-area-list li a {
    padding: 1rem 2rem 1rem 1rem;
    display: block;
    position: relative;
}

#primary.primary_logout {
    display: none;
}

#primary.primary_login {
    display: none;
}

#navigation_sp-area {
    background: #fff;
}

/*
list
*/

.participant-open-area {
    position: relative;
}

.participant-sort-area {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.participant-sort-area li {
    width: 50%;
    border: 1px solid #CECECE;
    text-align: center;
    position: relative;
    font-size: .85em;
}

.participant-sort-area li:last-of-type {
    border: 1px solid #CECECE;
    background: #FD3F61;
    color: #fff;
}

.participant-sort-area li a {
    width: 100%;
    display: block;
    padding: .6rem 0.25rem;
}

.participant-sort-area li:last-of-type a {
    color: #fff;
}

.participant-full_table {
    text-align: right;
    margin-bottom: 1rem;
}

.participant-info-area-left {
    display: inline-block;
    vertical-align: middle;
}

.participant-info-area-left p {
    margin: 0 1rem 0 0;
}

.participant-area {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.participant-list {
    width: 100%;
    border: 1px solid #CECECE;
    font-size: .85rem;
    margin-bottom: 1.5rem;
}

.participant-text {
    font-size: .85rem;
}

.participant-text em {
    font-weight: bold;
    font-style: normal;
}

.participant-top_box {
    display: flex;
    position: relative;
}

.participant-top_box-left {
    position: relative;
    width: 65%;
    display: block;
}

.lounge_detail-top-area .participant-top_box-left {
    width: 100%;
}

.participant-top_box-right {
    position: relative;
    width: 35%;
    display: block;
}

.participant-bottom_box {
    position: relative;
    width: 100%;
    display: block;
}

.participant-top_box-left img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover) {
    .participant-top_box-left img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        width: 100%;
    }
}

.participant-top_box-left p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 1rem;
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

.participant-blue .participant-top_box-left p {
    /*background: rgba(159, 185, 214, 0.7);*/
    background: rgba(127, 193, 200, 0.7);
}

.participant-red .participant-top_box-left p {
    background: rgba(251, 175, 204, 0.7);
}

.participant-green .participant-top_box-left p {
    background: rgba(131, 213, 83, 0.7);
}

.participant-purple .participant-top_box-left p {
    background: rgba(116, 83, 153, 0.7);
}

.participant-black .participant-top_box-left p {
    background: rgba(0, 0, 0, 0.7);
}

.participant-top_box-right p {
    margin: 0;
    padding: 0 .5rem;
    color: #4B4B4B;
}

.participant-top_box-right .status-men {
    background: #71B5FF;
    text-align: center;
    color: #fff;
    margin: .5rem 0;
}

.participant-top_box-right .status-women {
    background: #FF669E;
    text-align: center;
    color: #fff;
    margin: .5rem 0;
}

.participant-top_box-right .status-table {
}

.no-vacant .status-men,
.no-vacant .status-women {
    background: #ccc;
}

.no-vacant .status-age,
.no-vacant .status-table {
    color: #ccc;
}


p.status-table.font-red {
    color: #FD3F61;
}

.participant-bottom_box-top {
    margin: 1rem;
}

.participant-bottom_box-top .status-deta {
    margin-bottom: 0.5rem;
    color: #4B4B4B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.participant-bottom_box-top .status-text {
    color: #4B91AA;
    margin-bottom: 0.2rem;
    height: 2.5rem;
    overflow: hidden;
}

.participant-bottom_box-top .status-room {
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.participant-bottom_box-bottom {
    background: #FFF5FB;
    padding: .5rem;
    color: #FB3F60;
}

.participant-bottom_box-bottom p {
    margin: 0;
}

.participant-info-area {
    margin-bottom: 1rem;
}

.participant-info-area-right {
    text-align: right;
}

/*
index
*/

.arealink {
    width: calc(100% + 2rem);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #FD3F61;
    position: absolute;
    left: -1rem;
    top: -84px;
    z-index: 1;
    background: #fff;
}

body.login .arealink {
    top: -65px;
}

.arealink li {
    width: 33.3%;
    border-right: 1px solid #FD3F61;
}

.arealink li:last-child {
    border-right: 0;
}

.arealink li a {
    display: block;
    padding: 0.5rem 1rem;
}

.arealink li a:hover {
    color: #fff;
    background: #FD3F61;
}

.index_search-area {
    position: relative;
    margin-top: 2rem;
}

.index_search-title {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

body.login .index_search-title {
    top: -18px;
}

.index_search-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_search-list li {
    width: 49%;
    margin-bottom: 1rem;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    border: 1px solid #FFD9E4;
    background: #fff;
    display: block;
    position: relative;
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_search-list li::after {
    content: '+';
    position: absolute;
    right: 0.5rem;
    top: auto;
    bottom: auto;
}

.index_search-list li:hover {
    cursor: pointer;
}

.index_search-list li:first-child {
    width: 100%;
}

.index_search-box {
    position: relative;
    background: #FCF3F4;
    padding: 2rem 0.5rem 0.5rem;
}

.index_search-btn {
    background: #D80B4E;
    color: #fff;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    display: block;
    text-align: center;
    width: 80%;
    font-weight: bold;
    max-width: 350px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.news-area {
    margin: 0;
    padding: 0;
}

.news-area p {
    margin: 0;
}

.party_day-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0.5rem;
    height: 100%;
}

.party_day-list li {
    width: 24.0%;
    height: 100%;
    display: block;
    margin-right: 1%;
    margin-bottom: 0.5rem;
    border: 1px solid #4B91AA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.party_day-list li:last-child,
.party_day-list li:nth-child(4) {
    margin-right: 0;
}

.party_day-list li a {
    display: block;
    color: #4B91AA;
    font-size: 0.85rem;
    height: 100%;
}

.party_day-list li a:hover {
    background: #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.contents-list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.contents-list li {
    width: 33%;
    margin-bottom: 1rem;
}

.contents-list li img {
    display: block;
    margin: 0 auto 1rem;
    width: 50%;
    max-width: 71px;
}

.contents-list span {
    text-align: left;
    display: block;
    width: 90%;
}

.Party_venue-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Party_venue-img {
    display: block;
    margin: 0 auto 1rem;
}

.Party_venue-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Party_venue-list li {
    width: 48%;
    margin-bottom: 1rem;
}

.Party_venue-list li a {
    color: #4B91AA;
}

.topics-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.topics-list li {
    width: 100%;
    margin-bottom: 1rem;
}

.topics-list li a {
    border: 1px solid #ccc;
    padding: 0.25rem 1rem;
    display: block;
}

/*
detail-detail
*/

.detail-box {
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
}

.detail-box2 {
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

.detail-box p:last-of-type {
    margin: 0;
}

.detail-box h3 {
    margin: 0 0 1rem;
    padding: 0;
}

.detail_mainimg-text {
    margin: 0;
    padding: .5rem;
    background: #FFF5FB;
    text-align: center;
}

.detail_mainimg-area-flex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.detail_mainimg-area-flex div {
    width: 50%;
}

.detail_mainimg-area-flex img {
    width: 100%;
}

.detail_mainimg-area-flex-right,
.detail_mainimg-area-flex-left {
    position: relative;
}
.detail_mainimg-area-flex-right p,
.detail_mainimg-area-flex-left p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 1rem;
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}
.detail_mainimg-area-flex-red {
    background: rgba(251, 175, 204, 0.7);
}

.detail_mainimg-area-flex-blue {
    background: rgba(159, 185, 214, 0.7);
}

/* add2018-01-24 start*/
.detail_mainimg-area-flex-green {
    background: rgba(131, 213, 83, 0.7);
}

.detail_mainimg-area-flex-purple {
    background: rgba(116, 83, 153, 0.7);
}

.detail_mainimg-area-flex-black {
    background: rgba(0, 0, 0, 0.7);
}
/* add2018-01-24 end*/

.full-party {
    background:rgba(204, 204, 204, 0.7);
}
.party-info span {
    color: #4B4B4B !important;
}

.party-info .sex-man,
.party-info .sex-woman {
    background: #c1c1c1 !important;
}

/*
lounge_detail
*/

#open-access-list.open {
    display: block !important;
}

/*
qa
*/

.qa-list li {
    margin-bottom: 1rem;
}

.qa-list li a {
    display: block;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #4B90AD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.qa-detail dl {
    display: block;
    border: 0;
}

.qa-detail dl {
    counter-reset:number;
    list-style:none;
    margin: 0;
    padding: 0;
}

.qa-detail dl dt {
    position: relative;
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #eee;
}
.qa-detail dl dt::before {
    left: 1rem;
    top: .6rem;
    font-weight: bold;
    font-size: 1.4rem;
    color: #FD3F61;
    margin-right: .5rem;
    counter-increment: number;
    content: "Q" counter(number);
}

.qa-detail dd {
    display: block;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0.5rem 1rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.qa-detail dd p:last-of-type {
    margin: 0;
}

.qa-detail dd ul {
    list-style: disc;
    margin: 1rem 0 0 1rem;
}

/*
voice
*/

.voice-list {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 1rem;
}

.voice-box-left {
    position: relative;
    text-align: center;
}

.voice-box-left p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.25rem 1rem;
    margin: 0;
    font-size: 1.0rem;
    font-weight: bold;
    color: #fff;
    background: rgba(10, 10, 10, 0.7);
    text-align: left;
}

.voice-box-right {
    margin: 1rem;
}

.voice-box-right p:last-of-type {
    color: #666;
}

/*
form
*/

.form input[type="checkbox"],
.form input[type="radio"] {
    display: none;
}

.form input[type="checkbox"]:checked+label,
.form input[type="radio"]:checked+label {
    background: #333;
    color: #fff;
    font-weight: 700;
}

.form input:checked+label:hover {
    background: #333;
    color: #fff;
    font-weight: 700;
}

.form label {
    display: inline-block;
    border: 1px solid #ccc;
    padding: .25rem 1rem;
    margin: 0;
    background: #fff;
    text-align: center;
    transition: all 300ms ease-out;
}

.form label:hover {
    cursor: pointer;
}

.submit-button {
    color: #fff !important;
    background: #f63876;
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    padding: .25rem;
    margin: 1rem auto;
    width: 80%;
    max-width: 400px;
    text-align: center;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.submit-button.submit-sp-font-small {
    font-size: 0.85rem;
}

.contact-form {
    margin-bottom: 1rem;
}

.form-sex-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.form-sex-flex label {
    width: 48%;
}

.form-2options-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-2options-flex label {
    width: 48%;
}

.form-2name-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.form-2name-flex p {
    width: 48%;
    display: block;
    margin: 0;
}

.form-list li {
    border-bottom: 1px solid #ccc;
    padding: 1.5rem 0;
}

.form-search-flex3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.form-search-flex3 li {
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.form-search-flex3 li label {
    width: 100%;
    display: block;
}

.form-2list-flex {
    width: 100%;
}

.form-2list-flex li {
    width: 100%;
    margin-bottom: 1rem;
}

.form-2list-flex li label {
    width: 100%;
    display: block;
    text-align: left;
}

.form-3list-flex {
    width: 100%;
}

.form-3list-flex li {
    width: 100%;
    margin-bottom: 1rem;
}

.form-3list-flex li label {
    width: 100%;
    display: block;
    text-align: left;
}

.form_check {
    margin-top: 1rem;
}
.form_check label {
    display: inline-block;
    border: 1px solid #ccc;
    padding: .5rem 1rem;
    margin: 0;
    background: #fff;
    text-align: center;
    transition: all 300ms ease-out;
}

.form_check label:hover {
    cursor: pointer;
}

.form_check input[type="checkbox"] {
    display: none;
}

.form_check label {
    height: inherit;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
    line-height: 1;
    vertical-align: middle;
}

.form_check input[type="checkbox"]:checked+label {
    background: #fff;
}

.form_check input[type="checkbox"]:checked+label:hover {
    background: #fff;
}

.form_check input[type="checkbox"] + label:before {
    content: "\f096";
    font-family: FontAwesome;
    color: #BABABA;
    font-size: 25px;
    display: inline-block;
    border: 0;
    border-radius: .3rem;
    margin: auto;
    position: relative;
    background: #fff;
    vertical-align: middle;
    padding: 0 0.5rem 0 0;
}

.form_check input[type="checkbox"]:checked + label:before {
    content: "\f046";
    font-family: FontAwesome;
    background: #fff;
    color: #FD3F61;
    font-size: 25px;
    vertical-align: middle;
}
/*
party_search
*/

.party_search-flex2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.party_search-flex4 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.party_search-flex4-from {
    text-align: center;
    width: 8%;
    vertical-align: middle;
}

.party_search-flex4-input {
    width: 46%;
    max-width: 200px;
}

.party_search-flex4-input input {
    width: 100%;
}

.party_search-flex5 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.party_search-flex5-from {
    text-align: center;
    width: 8%;
    vertical-align: middle;
}

.party_search-flex5-input {
    width: 46%;
    max-width: 150px;
}

.party_search-flex5-text {
    margin-right: 1rem;
    width: 100%;
}

.party_search-flex5-input select {
    width: 100%;
    display: block;
}

.party_search-flex6-select select {
    width: 100%;
}

.detail-search-fixed-bottom {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.detail-search-fixed-bottom p {
    margin: 0 .5rem;
}

.card-img {
    width: 350px;
}
/*
party_type_search
*/

.party_type_search-list {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
}

.party_type_search-box {
    width: 100%;
    display: flex;
}

.party_type_search-box-left {
    position: relative;
    text-align: center;
    width: 25%;
    margin: .5rem 0 .5rem 1rem;
}

.party_type_search-box-right {
    margin: .5rem 2rem .5rem 1rem;
}

.party_type_search-box-right p:last-of-type {
    color: #666;
}

.party_type_search-list a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #4B91AA;
    border-right: solid 2px #4B91AA;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -4px;
}

/*
party_ranstepBar
*/
.stepBar {
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    font-size: .75rem;
    *zoom: 1;
}

.stepBar .step {
    width: 33.3%;
    position: relative;
    display: block;
    padding: 0.25rem 1rem 0.25rem 0;
    background-color: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.5rem;
}

.stepBar .step:before,
.stepBar .step:after {
    position: absolute;
    left: -1rem;
    display: block;
    content: '';
    background-color: #eee;
    border-left: 4px solid #FFF;
    width: 1.375rem;
    height: 50%;
}

.stepBar .step:after {
    top: 0;
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}

.stepBar .step:before {
    bottom: 0;
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}

.stepBar .step:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.stepBar .step:first-child:before,
.stepBar .step:first-child:after {
    content: none;
}

.stepBar .step:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.stepBar .step.current {
    color: #FFF;
    background-color: #26bfa1;
}

.stepBar .step.current:before,
.stepBar .step.current:after {
    background-color: #26bfa1;
}

/*
party_ranking_search
*/

.tab-list.ranking-list li {
    width: 50%;
}

.ranking-text {
    margin: 0;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #4B4B4B;
    border-bottom: 1px solid #ccc;
}

/*
lounge_search
*/

.lounge_search-area {
    width: 100%;
}

.lounge_search-list {
    border: 1px solid #ccc;
    margin-bottom: 1rem;
}

.lounge_search-box-top {
    margin-bottom: 1rem;
}

.lounge_search-box-bottom {
    margin: 1rem;
}

.lounge_search-box-bottom p:nth-of-type(n+2) {
    color: #4B4B4B;
}

.lounge_search-box-bottom p:last-of-type {
    margin: 0;
    font-size: .85em;
    color: #aaa;
}

.lounge_detail-info-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
    font-size: .85rem;
}

.lounge_detail-info-area p {
    margin: 0 .5rem;
}

/*
participation
*/

.participation-top {
    display: flex;
    justify-content: space-around;
    margin: 1rem 0;
}

.participation-title {
    color: #FD3F61;
    font-size: 0.95rem;
    font-weight: bold;
    margin: 0;
    padding: 0 0 1rem 0;
    border: 0 !important;
}

.participation-info-1,
.participation-info-2,
.participation-info-3 {
    display: none;
}

/*
privacy
*/

.table_privacy {
    background: #fff;
    margin-bottom: 1rem;
    width: 100%;
}

.table_privacy td,
.table_privacy th {
    padding: .5rem;
    border: 1px solid #ccc;
    width: 50%;
}

.pe10_privacy .site-main article h3 {
    padding: 0.5rem 0;
    margin: 0;
    color: #034076;
}

.pe10_privacy .site-main article ol {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.pe10_privacy .site-main article ul {
    list-style: disc;
    margin-left: 1rem;
}

/*
terms
*/

.pe08_terms .site-main article h3 {
    padding: 0.5rem 0;
    margin: 0;
    color: #034076;
}

.pe08_terms .site-main article ol {
    margin-left: 1.5rem;
}

.pe08_terms .site-main article section > ol {
    margin-left: 0;
}

.pe08_terms .site-main article ul {
    list-style: disc;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.pe08_terms .site-main article a {
    color: #4B90AD;
}

.pe08_terms .terms_top ol {
    counter-reset:number;
    list-style:none;
    margin: 0;
    padding: 0;
}

.pe08_terms .terms_top ol li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}
.pe08_terms .terms_top ol li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    text-align: left;
    counter-increment: number;
    content: "(" counter(number) ")";
}

.pe08_terms .terms_top section > ol > li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    text-align: left;
    counter-increment: number;
    content: "" counter(number) ".";
}

.terms-bank {
    padding-left: 6rem;
}

/*
service
*/

.pe02_info .site-main article ol {
    margin-left: 1rem;
}

.info-movie {
	padding-top: 2rem;
}

.info-movie .entry-header h2 {
	padding: .5rem 1rem;
	font-size: 1.4rem;
	font-weight: bold;
}

.info-movie .br-adjust br:first-child,
.info-movie .br-adjust br:nth-child(2) {
	display: none;
}

/*
extra
*/

.extra_header.wrap {
	padding: 0;
	background: transparent;
}

.extra_img {
	padding: 0;
}

.extra_nav-box {
	background: linear-gradient(-135deg, #c37394 20px, transparent 0) 0 20px, linear-gradient(135deg, #c37394 20px, #ffffff 0) 0 20px;
	background-color: #c37394;
	background-size: 32px 35px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 1rem 0 2.2rem;
	display: flex;
	width: 100%;
	justify-content: center;
	flex-direction: column;
}

.extra_nav-box li {
	text-align: center;
	padding: .3rem 0;
}

.extra_nav-box li a {
	color: #fff;
}

.extra_header section:first-child {
	padding-top: 0;
}

.extra_header .entry-header {
	background: #fff;
	text-align: center;
	color: #e08c80;
	width: 100%;
	max-width: 1040px;
	padding: 2rem 1rem 1rem 1rem;
	margin: 0 auto;
}

.extra_header section:first-child .entry-header {
	padding-top: 1rem;
}

header h2.extra_heading {
	border: none;
	font-family: 'Srisakdi', cursive;
	font-size: 2.3rem;
	font-weight: normal;
	padding: 0;
	margin: 0 auto;
}

.extra_header .entry-header span {
	font-size: 1.1rem;
	font-family: "Yu Mincho", "YuMincho";
	font-weight: bold;
}

.extra_blue-bold {
	color: #3caab1;
	font-weight: bold;
}

.extra_pink-bold {
	color: #c37294;
	font-weight: bold;
}

.extra_pause {
	padding-bottom: 1.5rem;
}

.extra_heading3 {
	background: #fff;
	border-bottom: 2px solid #c37294;
	border-left: 5px solid #c37294;
	max-width: 1040px;
	margin: 0 auto;
	font-family: "Yu Mincho", "YuMincho";
	font-size: 1.1rem;
}

.extra_heading4 {
	color: #c37294;
	font-size: 1.1rem;
	margin-bottom: .3rem;
}

.extra_heading4::before {
	content: '■';
	font-size: 1.1rem;
	margin-right: .5rem;
}

.extra_blue {
	color: #3caab1;
}

.steady-title {
	padding-bottom: 1rem;
	color: #c37294;
}

.extra_arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 50px 0 50px;
	border-color: #cdbb90 transparent transparent transparent;
	margin: 0 auto;
}

.extra_plan-table {
	width: 100%;
	margin-bottom: 1.5rem;
}

.extra_plan-table tr th,
.extra_plan-table tr td {
	display: block;
	text-align: left;
	padding: .5rem;
}

.extra_plan-table tr th {
	background: #f3ead9;
}

.extra_note-list {
	list-style: disc;
	padding-left: 1rem;
	padding-bottom: 1.5rem;
}

.extra_tel {
	display: block;
	font-size: 1.3rem;
}

@media screen and (min-width: 30em) {
    .submit-button.submit-sp-font-small {
        font-size: 1.2rem;
    }
    br.sp-br {
        display: none;
    }

    /*
    table,dl
    */

    /*
    footer
    */

    .copyright {
        text-align: center;
    }
    /*
    index
    */
    .participant-area {
        flex-direction: row;
    }

    .participant-list {
        width: 49%;
        margin-right: 2%;
    }

    .participant-list:nth-of-type(2n) {
        margin-right: 0;
    }

    .contents-list span {
        text-align: center;
    }

    /*
    voice
    */
    .voice-box-left {
        width: 40%;
    }

    .voice-box-left p {
        text-align: center;
    }
    /*
    form
    */

    .form-2list-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .form-2list-flex li {
        width: 49%;
    }

    .form-2list-flex li label {
        width: 100%;
    }

    .form-3list-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .form-3list-flex li {
        width: 49%;
    }

    .form-3list-flex li label {
        width: 100%;
    }

    /*
    party_search
    */

    .party_search-flex2 {
        justify-content: flex-start;
    }

    .party_search-flex2 li {
        margin-right: 1rem;
    }

    .participant-sort-area {
        font-size: 1em;
    }

    .participant-open-area .open-list {
        max-width: 195px;
    }

    /*
    lounge_search
    */

    .lounge_search-area {
        display: flex;
        flex-wrap: wrap;
    }

    .lounge_search-list {
        width: 48%;
        margin: 0 1% 1rem;
    }
    .stepBar .step {
        font-size: 0.8rem;
    }

    .pb03_join_payment .accordion-list-title {
        font-size: 1rem;
    }

    /*
    extra
    */

	.extra_nav-box {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.extra_nav-box li {
		width: 35%;
	}

	.extra_blue-bold {
		font-size: 1.07rem;
	}

	p.extra_blue-bold,
	p.extra_pink-bold {
		margin: 1.7rem 0;
	}

}
@media screen and (min-width: 48em) {
    /*
    common
    */

    .font-small-sp {
        font-size: 1rem;
    }
    ul.ul-2 {
        margin-top: 0;
    }

    .text-center-tb {
        text-align: center;
    }

    .box_flex-01 {
        display: flex;
    }

    .box_flex-01-left {
        width: 40%;
        margin-bottom: 0;
    }

    .lounge_detail-top-area .participant-top_box-left {
        width: 40%;
    }

    .box_flex-01-right {
        margin: 0 1rem 1rem;
        width: 70%;
    }

    .box_flex-02 {
        display: flex;
        justify-content: space-between;
    }

    .box_flex-02-left {
        width: 49%;
    }

    .box_flex-02-right {
        width: 49%;
    }

    .box_flex-04 {
        display: flex;
        justify-content: space-between;
    }

    .box_flex-04-left {
        width: 48%;
    }

    .box_flex-04-right {
        width: 48%;
    }
    .btn-08 a {
        padding: 0.5rem 5rem;
    }

    /*
    table,dl
    */

    dl {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    dt {
        width: 35%;
        margin: 0;
        background: transparent;
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    dd {
        width: 65%;
        margin: 0;
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #ccc;
    }

    /*
    layout
    */

    body:not(.login) .navigation-area {
        display: block;
    }

    body.login .navigation-area.login-navi {
        display: block;
    }

    body.login #contenar-box {
        width: 100%;
        max-width: 1040px;
        display: flex;
        justify-content: space-between;
    }

    body.login #main {
        width: 72%;
    }

    body.login #primary.primary_login {
        width: 26%;
    }

    body #primary.primary_logout {
        display: none !important;
    }

    body.login #primary.primary_login {
        display: block !important;
    }

    body:not(.pa01_top) #contenar-box {
        margin: 0 auto 0;
    }
    body.login.pd02_login_top #contenar-box {
        margin-top: 1rem;
    }

    #contenar {
        margin-top: 0;
    }

    #main {
        margin-top: 0;
    }

    /*
    breadcrumbs
    */

    .breadcrumbs {
        margin-top: 0;
    }

    /*
    header
    */

    .header_search-area {
        margin: 0;
    }

    .header_search-area span {
        display: inline-block;
    }

    /*
    footer
    */

    .footer_navi-area {
        flex-direction: row;
        text-align: center;
    }

    .footer_navi-area li {
        border-bottom: 0;
    }

    /*
    navigation
    */

    .navigation-area {
        display: block;
        margin-top: 4rem;
        background: #383534;
    }

    /*
    toggle
    */

    .fixed-body {
        position: relative;
    }

    #menuOverlay {
        display: none;
    }

    .login-top #nprimary.login {
        display: block;
    }

    #navigation_sp-wrap {
        width: 100%;
        height: 100%;
        background: transparent;
        overflow: auto;
        position: relative;
        z-index: 0;
    }

    /*
    calendar
    */

    .calendar-area {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .table_calendar {
        width: 49%;
    }

    /*
    index
    */

    .index_search-lis {
        flex-wrap: nowrap;
    }

    .index_search-list li {
        width: 31%;
    }

    .index_search-list li:first-child {
        width: 31%;
    }

    .party_day-list {
        flex-wrap: nowrap;
    }

    .party_day-list li {
        width: 13.5%;
    }

    .party_day-list li:nth-child(4) {
        margin-right: 1%;
    }

    .participant-top_box-left {
        text-align: center;
    }

    .participant-bottom_box-bottom {
        text-align: center;
    }

    .participant-info-area {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0;
    }

    .contents-list {
        text-align: left;
    }

    .contents-list span {
        display: inline-block;
        width: auto;
    }

    .contents-list li img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 1rem 0 0;
        width: auto;
    }

    .Party_venue-area {
        flex-direction: row;
        justify-content: flex-start;
    }

    .Party_venue-img {
        width: 35%;
        max-width: 266px;
        margin: 0 1rem 0 0;
    }

    .topics-list {
        flex-direction: row;
    }

    .topics-list li {
        width: 32%;
        margin: 0;
    }

    .tab-list li {
        font-size: 1rem;
        text-align: center;
    }
    .participant-open-area {
        justify-content: space-between;
    }

    /*
    participation
    */

    .participation-title {
        font-size: 1.3rem;
        text-align: center;
    }
    /*
    qa
    */

    .qa-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .qa-list li {
        display: block;
        width: 48%;
        margin-bottom: 0.5rem;
    }

    /*
    voice
    */

    .voice-box {
        width: 100%;
        display: flex;
    }

    /*
    form
    */

    .form-sex-flex {
        width: 48%;
        margin-right: 1rem;
        margin-bottom: 0;
    }

    .form-3list-flex li {
        width: 31%;
    }

    .form-3list-flex li label {
        width: 100%;
        text-align: center;
    }

    .form-search-flex3 li {
        margin-bottom: 0;
    }

    /*
    party_search
    */

    .party_search-flex5 {
        flex-wrap: nowrap;
    }

    .party_search-flex5-text {
        width: auto;
    }

    .party_search-flex6 {
        width: 100%;
        display: flex;
    }

    .party_search-flex7 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .party_search-flex6-select {
        width: 150px;
    }

    .party_search-flex6-select select {
        width: 100%;
    }

    .party_type_search-area {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .party_type_search-list {
        width: 49%;
    }

    .participant-sort-area {
        width: auto;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .participant-sort-area li {
        width: 195px;
    }

    .participant-sort-area li:last-of-type {
        margin-left: 1rem;
    }

    .party_type_detail-top-area {
        width: 70%;
        margin: 0 auto 2rem;
    }
    .participant-open-area {
        display: flex;
        flex-wrap: wrap;
    }
    .no-accordion-list-flex {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .no-accordion-list-flex p {
        width: 48%;
        margin: 0;
    }

    /*
    lounge_search
    */

    .lounge_detail-top-area {
        width: 100%;
        margin: 0 auto 1rem;
    }

    .lounge_detail-bottom-area {
        width: 70%;
        margin: 0 auto 1rem;
    }

    .lounge_detail-bottom-area .box {
        background: #F3F3F3;
    }

    .lounge_search-list {
        width: 30%;
        text-align: center;
    }

    .lounge_detail-info-area {
        font-size: 1rem;
    }

    .lounge_detail-info-area-top {
        display: flex;
        align-items: center;
    }
    .detail_mainimg-area-flex-right,
    .detail_mainimg-area-flex-left {
        text-align: center;
    }
    .detail_mainimg-area-flex-right p, .detail_mainimg-area-flex-left p {
        /*font-size: 3.0rem; 2018-01-17upd*/
        font-size: 1.5rem;
    }
    /*
    service
    */

    .pe02_info .site-main article ol {
        margin-left: 2rem;
    }

	/*
    extra
    */

	.info-movie .br-adjust br:first-child,
	.info-movie .br-adjust br:nth-child(2) {
		display: block;
	}

	.extra_nav-box {
		flex-wrap: nowrap;
		padding-top: .7rem;
		padding-bottom: 1.7rem;
	}

	.extra_nav-box li {
		width: 25%;
	}

	.extra_header .entry-header,
	.extra_header section:first-child .entry-header {
		padding-top: 3rem;
	}

	.extra_blue-bold,
	.extra_pink-bold {
		font-size: 1.2rem;
	}

	.extra_pause {
		padding-top: .3rem;
	}

	.extra_pause > img {
		width: 60%;
	}

	.btn-15,
	.btn-16 {
		width: 90%;
		margin: 0 auto;
	}

	.btn-15 a,
	.btn-16 a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: .7rem;
		height: 70px;
	}

	.btn-15 a img,
	.btn-16 a img {
		display: block;
		width: 9%;
		margin-right: .5rem;
	}

	.btn-16 a img {
		width: 6%;
	}

	.steady-title {
		font-size: 1.3rem;
		text-align: center;
	}

	.extra_flow-box {
		width: 90%;
		margin: 1rem auto;
	}

	.extra_plan-table {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		border-right: 2px solid #ccc;
		border-left: 2px solid #ccc;
	}

	.extra_plan-table tr th,
	.extra_plan-table tr td {
		display: table-cell;
		width: 50%;
		text-align: center;
		border-top: 2px solid #ccc;
		padding: 1rem .5rem;
	}

	.extra_plan-table tr:last-child th,
	.extra_plan-table tr:last-child td {
		border-bottom: 2px solid #ccc;
	}

	.extra_plan-table tr th {
		background: transparent;
		border-right: 2px solid #ccc;
	}

}
@media screen and (min-width: 67em) {
    /*
    common
    */

    .text-center-pc {
        text-align: center;
    }

    .text-right-pc {
        text-align: right;
    }

    .map-gmap {
        height: 580px;
        padding: 0;
    }
    /*
    layout
    */
    .entry-header h1,
    .entry-header h2 {
        max-width: 1040px;
        margin: 0 auto;
    }

    /*
    header
    */

    header .wrap {
        padding: 0;
    }

    /*
    index
    */

    body:not(.login) .participant-list {
        width: 32%;
        margin-right: 2%;
    }

    body:not(.login) .participant-list:nth-of-type(3n) {
        margin-right: 0;
    }

    .index_search-box {
        padding: 2rem;
    }

    .index_search-list li {
        font-size: 1rem;
    }

    .participant-info-area {
        width: auto;
    }

    /*
    lounge_search
    */

    .lounge_search-area {
        justify-content: space-between;
    }

    .lounge_search-list {
        width: 23%;
    }

    /*
    qa
    */

    .qa-list li a {
        font-size: 1.1rem;
    }
}
