@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////

カバー画像

/////////////////////////////////////////////////////////////////// */

.cover {
	position: relative;
	margin: 30px auto;
}
.slick_list-item:not(:first-child) {
	display: none;
}
.slickslider {
	overflow-x: hidden;
}
.slick-slide img {
	display: block;
	margin: 0 auto;
	width: auto;
}

.bnr {
	margin-bottom: 30px;
}
.bnr_list {
	display: flex;
	gap: 0 20px;
	flex-wrap: wrap;
}
.bnr_list-item {
	width: calc(100% / 3 - 14px);
}
/* ///////////////////////////////////////////////////////////////////

information

/////////////////////////////////////////////////////////////////// */

.section_block-item.--information .more a {
	font-size: 14px;
}
.section_block.--flex.--information .section_block-item {
	border:none;
}
.section_block.--flex.--information .info_list li {
	width: calc(100% / 4 - 15px);
}
.section_block.--flex.--information .info_list {
	gap: 0 20px;
}
.section_block.--flex.--information .info_list li a {
	display: flex;
	flex-direction: column;
}
.section_block.--flex.--information .info_list li figure {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.section_block.--flex.--information .info_list li figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.section_block.--flex.--information .info_list li .info_list-contents {
	width: 100%;
}
.section_block.--flex.--information .info_list li .info_list-contents .time {
	font-size:initial;
}
.section_block.--flex.--information .info_list li .info_list-ttl {
	font-size:18px;
}
/* ///////////////////////////////////////////////////////////////////

写メ日記

/////////////////////////////////////////////////////////////////// */
.section_ttl.section_block-item-ttl {
	font-size: 26px;
	margin-bottom: 35px;
}
.section_ttl.section_block-item-ttl span {
	font-size: 16px;
}

.section_block-item .inner {
	padding: 40px 20px;
}
.section_block.--flex article {
	border: 1px solid var(--baseItemColor03);
}
.section_block-item.--information {
	width: 32.03%;
}
.section_block-item.--realtime {
	width: calc(100% - 32.03% - 25px);
}
.section_block.--flex {
	display: flex;
	gap: 0 25px;
}
.info_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
}
.info_list li a {
	display: flex;
	gap: 15px;
	align-items: center;
	pointer-events: none;
}
.info_list figure {
	width: 30%;
}
.info_list-contents {
	width: 70%;
}
.info_list-contents .time {
	font-size: 12px;
	margin-bottom: 10px;
}
.section_block-item.--information .more a {
	padding: .5rem 2rem;
}
/* ///////////////////////////////////////////////////////////////////

realtime

/////////////////////////////////////////////////////////////////// */

.js-slick .slick-slide {
	margin: 0 10px;
}
.js-slick .slick-arrow::before {
	content: '';
	display: block;
	width: 25px;
	height: 50px;
}
.section_block-item.--realtime .slick-prev {
	left: -35px;
}
.js-slick .slick-prev::before {
	background: url('/images/top/arrows-left.jpg') left top no-repeat;
	background-size: contain;
}
.js-slick .slick-next::before {
	background: url('/images/top/arrows-right.jpg') left top no-repeat;
	background-size: contain;
}

/* ///////////////////////////////////////////////////////////////////

newface

/////////////////////////////////////////////////////////////////// */

.newface_list-item {
	border: 1px solid var(--baseItemColor01);
	padding: 10px;
	display: flex;
	gap: 0 10px;
	box-sizing: border-box;
}
.newface_list-item a {
	display: flex;
	gap: 0 10px;
	width: 100%;
}
.newface_list-img {
	width: 50%;
}
.newface_list-contens {
	width: 50%;
}
.newface_list-contens p {
	color: #434343;
}
.newface_list-contens .name {
	font-size: 20px;
}
.newface_list-contens .size {
	font-size: 14px;
	margin-bottom: 10px;
}
.newface_list-contens .enter {
	font-size: 14px;
	background: var(--baseItemColor01);
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 0px 20px;
	line-height: 30px;
	border-radius: 40px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.newface_list-contens .text {
	font-size: 14px;
}
/* ///////////////////////////////////////////////////////////////////

口コミ

/////////////////////////////////////////////////////////////////// */


#review_top {
    background: url(/img/web/top/bg05.jpg) no-repeat;
    background-size: cover;
}

#review_top .inner .review_list {
	width: 80%;
	margin: 0 auto;
}
#review_top .inner .review_list li {
	background: #fff;
	margin-bottom: 20px;
	padding: 30px 40px;
	box-shadow: 0 0 2px #888;
	box-shadow: 0px 0px 8px #cdb291;
}

#review_top .inner .review_list li a .data {
	font-size: 22px;
}

#review_top .inner .review_list li a .review_name {
	font-size: 22px;
}
.review_name span {
	margin-right: 10px;
}
.rev_lady_name {
	font-size: 22px;
	border-bottom: 1px dashed;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

#review_top .inner .review_list li a .review_txt {
	font-size: 22px;
}

#exemples img {
	width: 100%;
}
#exemples {
	width: 1100px !important;
	height:580px !important;;
	margin: 0 auto !important;
	text-align: center;
}

#prevpage, #nextpage {
	font-size: 0;
}
.turn-prev::before, .turn-next::before {
    font-size: 40px !important;
    color: #000 !important;
}
.turn-next::before {
    content: '→';
}

.turn-prev::before {
    content: '←';
}
.turn-prev::before, .turn-next::before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.arrow06, .arrow05 {
    position: relative;
}
.arrow06::before, .arrow05::before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background: #697b91;
	border-radius: 50%;
	top: 50%;
	left: 0;
	margin-top: -8px;
}
.arrow06::after, .arrow05::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 9px;
	margin-top: -1px;
}
.turn_next {
	position: absolute;
	top: 50%;
	width: 1200px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.turn_next li:first-child {
	left: 0;
	position: absolute;
}
.turn_next li:last-child {
	right: 30px;
	position: absolute;
}
.arrow05::after {
	transform: rotate(220deg);
}
.arrow06::after {
	left: 6px;
}
.cast_list-contents {
	height: auto;
}
.cast_list-contents.--top {
	height: inherit;
}
/************************************

login

****************************************/
.section_block.login_info .inner {
	width: 1200px;
	box-shadow: 5.736px 8.192px 20px 0px rgba(0, 0, 0, 0.35);
	margin: 60px auto;
	padding: 40px;
	border-radius: 30px;
	background: #fff;
	box-sizing: border-box;
}
.menu.active {
	background: #fff;
}
.inner-box {
	display: flex;
	width: 20%;
	align-items: center;
	justify-content: center;
	gap: 0 20px;
}

.login_inner div:last-child {
	width: 20%;
	text-align: center;
	justify-content: center;
}
.login_his-list {
	gap: 20px;
}
.login_name {
	display: flex;
	align-items: center;
	width: 30%;
	flex-direction: column;
}
.login_inner-item .login_reserve.box_btn {
	max-width: 100%;
	position: relative;
}
.login_reserve.box_btn svg {
	position: absolute;
	right: 10px;
}
.login_inner-item .login_reserve.box_btn::before {
	bottom: initial;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) rotate(45deg);
}
.login_interview.box_btn {
	max-width: 100%;
}
.login_his-list {
	display: flex;
	flex-direction: inherit;
	gap: 10px 20px;
	flex-wrap: wrap;
}
.inner-box h2 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: var(--baseItemColor02);
}
.inner-box h2 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.login_his-list li {
	background: #f7f6f4;
	padding: 10px;
	line-height: 1.333;
	width: calc(100% / 5 - 16px);
}
.login_his-list li span {
	display: block;
}
.login_sit {
	font-size: 1.2rem;
	line-height: 1.333;
	display: flex;
	flex: 1;
}
.login_sit span {
	display: block;
}

.login_pt {
	font-size: 1.4rem;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
}
.login_pt {
	font-size: 1.4rem;
}
.login_ttl {
	color: #b5b5b5;
	font-size: 14px;
}
.login_inner {
	padding: 0px 0px;
	flex: 1;
	display: flex;
	gap: 0 30px;
	width: 80%;
}
.login_name img {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 5px;
}
.login_sit p {
	text-align: center;
	border-right: 1px solid #dcdcdc;
	padding: 0 10px;
	width: calc(100% / 3);
}
.login_sit span {
	color: #b5b5b5;
	font-size: 13px;
}
.login_info-inner {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.login_inner-item {
	width: 80%;
	display: flex;
	align-items: center;
}
.login_inner-item.login_inner-reserve {
	width: 100%;
}
.login_reserve.box_btn a {
	display: block;
	background: #7e6b5a;
	color: #fff;
	border-radius: 30px;
	font-size: 16px;
	padding: 5px 40px;
}
.login_inner-item.login_inner-point {
	width: 40%;
	gap: 0 10px;
}
.login_sit-item {
	display: flex;
	justify-content: center;
	font-size: 16px;
	gap: 0 10px;
}
.login_sit-item.yen {
	font-size: 20px;
}
.login_sit-item .bdr {
	border-right: 1px solid #959595;
	padding-right: 10px;
}
.login_sit p:last-child {
	border-right: 0;
}
.login_inner-history {
	padding: 10px 0;
}
.login_inner-history h3 {
	margin-bottom: 10px;
}
.login_his-list li span {
	display: block;
	color: #b5b5b5;
	font-size: 14px;
	margin-bottom: 5px;
}
.login_his-list li div {
	margin-bottom: 10px;
}
.login_his-list .yen {
	font-size: 20px;
}
.login_inner-item.login_inner-reserve .login_ttl {
	width: 10%;
}
.login_sit-inner {
	flex: 1;
}
.login_sit {
	font-size: 1.2rem;
	line-height: 1.333;
	display: flex;
	flex: 1;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 0;
}
.bnr2_list-item:not(:last-child) {
	margin-bottom: 20px;
}
@media screen and (max-width:769px) {
.bnr.bnr-t {
	margin-bottom:10px;
}
.bnr.bnr-t .bnr_list {
	padding: 0 10px;
	gap: 0 10px;
}
.bnr.bnr-t .bnr_list .bnr_list-item {
	margin: 0;
	width: calc(100% / 3 - 7px);
}
.bnr_list .bnr_list-item {
	margin: 0 0.5%;
	width: calc(100% / 3 - 21px);
}

.bnr_list .slick-list {
  padding: 0 10% 0 10%!important;
}
.bnr_list .slick-slide{
	margin-right: 2vw!important;
	margin-left: 2vw!important;
}

.bnr_list .slick-slide{
	height:auto!important;
}
.bnr_list .slick-arrow{
	z-index:2!important;
}
.bnr_list .slick-next{
	right:0!important;
}
.bnr_list .slick-prev{
	left:0!important;
}

.cast_list-img img {
	width: 100%;
}
.cover {
	margin: 0 auto 3rem;
}

.info_list figure {
	width: 20%;
}
.info_list-contents {
	width: 75%;
}
.section_block.--flex {
	flex-direction: column;
}
.section_block-item.--information, .section_block-item.--realtime {
	width: 100%;
}
.section_block-item.--information {
	margin-bottom: 3rem;
}
.js-slick .slick-arrow::before {
	width: 15px;
}
.section_block-item.--realtime .slick-prev {
	left: -2rem;
}
.section_block-item.--realtime .slick-next {
	right: -2rem;
}
.section_ttl.section_block-item-ttl {
	font-size: 2rem;
}
.section_ttl.section_block-item-ttl span {
	font-size: 1.3rem;
}
.newface_list-item:not(:last-child) {
	margin-bottom: 1rem;
}
.newface_list-img img {
	width: 100%;
}
.section_block-item .inner {
	padding: 3rem 1rem;
}
.js-slick .slick-slide {
	margin: 0 .5rem;
}
.section_block-item.--information .more a {
	padding: .8rem 8rem;
}
.newface_list-contens .name {
	font-size: 1.6rem;
}
.newface_list-contens .enter {
	font-size: 1rem;
	padding: .2rem .8rem;
	line-height: 1.6rem;
}
.newface_list-contens .text {
	font-size: 1.2rem;
}
.info_list-ttl {
	font-size: 1.4rem;
	font-weight: 500;
}
.info_list-contents .time {
	margin-bottom: 0px;
}
.cast_list-item.--realtime:not(:nth-child(n+2)) {
	display: none;
}
.section_block.--flex.--information .info_list li a {
	gap: 5px;
}
.section_block.--flex.--information .info_list {
	flex-wrap: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	gap: 0 10px;
	padding-bottom: 10px;
}
.section_block.--flex.--information .info_list li {
	width: 40%;
	flex-shrink: 0;
	position: relative;
	overflow: visible;
}
.section_block.--flex.--information .info_list li figure {
	height: 150px;
}
.section_block.--flex.--information .info_list li .info_list-contents .time {
	font-size: 1.3rem;
}
.section_block.--flex.--information .info_list li .info_list-ttl {
	font-size: 1.5rem;
}
.bnr2_list {
	padding: 1rem;
}
.bnr2_list-item:not(:last-child) {
	margin-bottom:10px;
}
.rec_bnr {
	margin: 60px 0;
}
.rec_bnr > a {
	margin-bottom: 20px;
	display: block;
}
}



















