@charset "utf-8";

/*--- 共通 ---*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #d8d7d7;
	font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}

html {
	overflow-y: scroll;
}

.clear {
	display: block;
	clear: both;
	content: "";
}


/*--- ヘッダー ---*/

header {
	display: flex;
	justify-content: space-between;
	min-height: 900px;
	margin-bottom: 60px;
	background-image: url(../image/hien_top.png);/*--- 780ピクセル以上 ---*/
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#voice header {
	min-height: unset;
	background-image: none;
}

.wrapper {
	max-width: 100%;
	margin: 0 auto;
}

.logo {
	max-width: 780px;
	margin: 0 auto;
	margin-top: 7%;
}

.logo img {
	width: 25%;
}


@media screen and (max-width: 780px) {
	header {
		background-image: url(../image/hien_top.png); /*--- 780ピクセル以下 ---*/
		background-size: auto 100%;
	}

	.logo {
		margin-top: 2%;
		margin-left: 10px;
	}


	.logo img {
		width: 20%;
	}

	.con_img img {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	header {
		min-height: 500px;
		background-position: center top;
		/*--- ヘッダー画像にこれは画像小さくなるbackground-size: contain; ---*/
	}

	.logo img {
		width: 20%;
		margin-top: 0;
	}
}

/*--- ナビゲーションメニュー ---*/

ul.nav {
	list-style: none;
	position: fixed;
	right: -13px;
	min-width: 100%;
	padding: 10px;
	background-color: rgb(255 255 255 / .5);
	text-align: center;
}

ul.nav li {
	display: inline-block;
	position: relative;
	width: 129px;
	margin-left: -5px;
	border-right: 1px solid #050505;
}

ul.nav li:first-child {
	border-left: 1px solid #050505;
}

ul.nav li a {
	display: block;
	color: #050505;
	font-size: .8em;
	font-family: "Avenir", "Ebrima", "Avenir", sans-serif;
	text-decoration: none;
	text-align: center;
	transition: .3s ease-in-out;
}

ul.nav li a:hover {
	color: #d7d7d7;
}

/*--- ハンバーガーメニュー ---*/
.nav-button {
	display: none;
}

.nav-wrap.open {
	display: block;
}

.nav-wrap.close {
	display: none;
}

@media screen and (min-width: 780px) {
	.nav-wrap {
		display: block !important;
	}

	.nav-buttonwrap {
		display: none;
	}
}

.content {
	padding: 20px;
}

@media screen and (max-width: 780px) {
	.nav-buttonwrap {
		margin-right: 780px;
		padding: 15px;
	}

	.nav-button {
		display: block;
		cursor: pointer;
	}

	.nav-wrap {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		background-color: rgba(5 5 5 / .8);
	}

	ul.nav {
		left: 10px;
		background: none;
	}

	ul.nav li {
		display: inline;
		border-right: none;
	}

	ul.nav li:first-child {
		border-left: none;
	}

	ul.nav li a {
		width: calc(100% - 38px);
		margin-top: 50px;
		padding-bottom: 3px;
		border-bottom: solid 1px #fff;
		color: #fff;
		font-size: 1em;
		text-align: left;
	}
}

/*メニューボタンのエフェクト*/
.nav-button, .nav-button span {
	display: inline-block;
	box-sizing: border-box;
	transition: all .5s;
}

.nav-button {
	position: fixed;
	z-index: 20;
	width: 34px;
	height: 24px;
}

.nav-button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 4px;
	background-color: #050505;
}

.nav-button span:nth-of-type(1) {
	top: 0;
}

.nav-button span:nth-of-type(2) {
	top: 10px;
}

.nav-button span:nth-of-type(3) {
	bottom: 0;
}

.nav-button.active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}

.nav-button.active span:nth-of-type(2) {
	opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

/*--- セクション ---*/

section {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 80px;
}

.con_img {
	margin-bottom: 50px;
}

.faq_bx {

	margin-bottom: 0;
	background: linear-gradient(to right, #f32094c0 50%, rgba(247, 206, 238, 0.151) 100%);
}
/*--- 良くある質問 ---*/


#recruit .con_img {
	margin-bottom: 0;
}

.con_img img {
	width: 274px;
	margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
	.con_img img {
		width: 50%;
	}

	#recruit div:nth-of-type(3) iframe {
		height: 345px;
	}

}


/*--- コンセプト ---*/

#concept .con_img p {
	color: #050505;
	line-height: 3em;
}

@media screen and (max-width: 480px) {
	#concept .con_img p {
		font-size: .8em;
		line-height: 2.5em;
	}
}


/*--- お知らせ ---*/
#news .con_img img {
	margin-bottom: 5px;
}

#news .list {
	width: 780px;
	height: 250px;
	margin: 0 auto;
	overflow: SCROLL;
/*--- border: solid 1px #050505;ニュース下の線---*/
	background-color: #fff;
	text-align: left;
}

#news .list h3 {
	padding-top: 30px;
	color: #050505;
}

#news .list h3 span {
	display: inline-block;
	margin: 0 10px 0 20px;
	padding: 5px;
	background-color: #050505;
	color: #fff;
	font-weight: bold;
}

#news .list p {
	padding: 20px;
/*--- border-bottom: 1px solid #ddd;ニュース下の線---*/
	color: #071212;
	font-family: "Avenir", "Ebrima", "Avenir", sans-serif;
}

@media screen and (max-width: 780px) {
	#news .list {
		width: 80%;
	}

	#news .list h3 {
		margin: 0 20px;
	}

	#news .list h3 span {
		margin-right: 10px;
		margin-left: 0;
	}
}

@media screen and (max-width: 480px) {
	#news .list h3 {
		font-size: 1.1em;
	}

	#news .list p {
		font-size: .8em;
	}
}

/*--- キャスト ---*/
.cast_sec {
	max-width: 780px;
	margin: 0 auto;
}

.cast_sec p {
	margin-bottom: 50px;
	padding: 15px;
	font-size: 1em;
	line-height: 1.8em;
}

.s1 {
	border: solid 1px #050505;
	background-color: #fff;
}

.cast-list {
	max-width: 780px;
	margin: 0 auto;
}

.cast-list ul {
	display: inline-block;
	list-style: none;
	text-align: center;
}

.cast-list li {
	display: inline-block;
	margin-left: 11px;
}

.cast-list li:first-child {
	margin-left: 0;
}

.cast-list li:nth-child(5) {
	margin-left: 0;
}

.cast-list ul li img {
	width: 180px;
	border: solid 1px #050505;
}

.cast-list ul li a:hover {
	opacity: .7;
	transition: .3s ease-in-out;
}

.cast-list p {
	margin-bottom: 20px;
	font-size: 1em;
}

@media screen and (max-width: 780px) {
	.cast_sec {
		width: 80%;
	}

	.cast-list ul {
		max-width: 480px;
	}

	.cast-list ul li:nth-of-type(3) {
		margin-left: 0;
	}

	.cast-list ul li:nth-of-type(7) {
		margin-left: 0;
	}

	.cast-list ul li img {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 480px) {
	.cast_sec p {
		font-size: .8em;
	}

	.cast-list ul li {
		margin-left: 0;
	}

	.cast-list ul li img {
		width: 155px;
	}
}



/*--- システム料金 ---*/

table.sys {
	width: 780px;
	margin: 0 auto;
	border: solid 1px #050505;
	background-color: #fff;
	font-size: 1em;
	font-family: "Avenir", "Ebrima", "Avenir", sans-serif;
	border-collapse: collapse;
}

th {
	padding: 10px;
	border-right: solid 1px #050505;
	border-bottom: solid 1px #050505;
	background-color: #a0a0a0;
	color: #050505;
	font-weight: normal;
	text-align: center;
}

td.right {
	padding-left: 10px;
	border-bottom: solid 1px #050505;
	text-align: left;
}

td.big {
	padding: 10px;
	border-right: none;
	border-bottom: none;
}

td.big a {
	color: #8a1c21;
	text-decoration: none;
}

span.tel {
	font-size: 2em;
}

@media screen and (max-width: 780px) {
	table.sys {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	table.sys {
		font-size: .8em;
	}

	th {
		padding: 5px;
	}

	td.right {
		padding: 5px;
	}
}

@media screen and (min-width: 768px) {
	.sp_br {
		display: none;
	}
}

/*--- FAQよくある質問 ---*/

table.fqa {
	width: 780px;
	margin: 0 auto;
	border: solid 1px #050505;
	background-color: #fff;
	font-size: 1em;
	font-family: "Avenir", "Ebrima", "Avenir", sans-serif;
	border-collapse: collapse;
}

th {
	padding: 10px;
	border-right: solid 1px #050505;
	border-bottom: solid 1px #050505;
	background-color: #a0a0a0;
	color: #050505;
	font-weight: normal;
	text-align: center;
}

td.right {
	padding: 15px;
	border-bottom: solid 1px #050505;
	text-align: left;
}

p span.hd {
	font-weight: bold;
	font-size: 1.7em;
	text-align: center;

}

p span.faqtitle {
    font-weight: bold;
	font-size: 1.2em;	
	vertical-align: middle;/*--- 上下の中央へ ---*/
}

p span.square {
    color: #00c3ff;
	font-weight: bold;
	font-size: 1.6em;
	vertical-align: middle;/*--- 上下の中央へ ---*/
}


td.big {
	padding: 10px;
	border-right: none;
	border-bottom: none;
}

td.big a {
	color: #8a1c21;
	text-decoration: none;
}

span.tel {
	font-size: 2em;
}


dt{	
	margin-left: 5px;
	color: #f00;
  }
  
dd{
	margin-bottom: 2em;
	margin-left: 5px;
	/*border-bottom: 1px dotted;*/
 }

@media screen and (max-width: 780px) {
	table.fqa {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	table.fqa {
		font-size: .8em;
	}

	th {
		padding: 5px;
	}

	td.right {
		padding: 5px;
	}
}

@media screen and (min-width: 768px) {
	.sp_br {
		display: none;
	}
}


/*--- 店舗 ---*/
.s2 {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 24px;
}

.s2:before, .s2:after {
	display: block;
	flex-grow: 1;
	height: 1px;
	background: #fff;
	content: "";
}

.s2:before {
	margin-right: .4em;
}

.s2:after {
	margin-left: .4em;
}

.shop-list {
	max-width: 780px;
	margin: 0 auto;
}

.shop-list ul {
	display: inline-block;
	list-style: none;
	text-align: center;
}

.shop-list li {
	display: inline-block;
	margin-left: 11px;
}

.shop-list li:first-child {
	margin-left: 0;
}

.shop-list ul li img {
	width: 100%;
	border: solid 1px #fff;
}

.shop-list ul li a:hover {
	opacity: .7;
	transition: .3s ease-in-out;
}

.shop-list p {
	margin-bottom: 50px;
	font-size: 1em;
}

@media screen and (max-width: 780px) {
	.shop-list ul {
		max-width: 480px;
	}

	.shop-list ul li:nth-of-type(3) {
		margin-left: 0;
	}

	.shop-list ul li img {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 480px) {
	.shop-list ul li {
		margin-left: 0;
	}

	.shop-list ul li img {
		width: 155px;
	}
}

/*--- 店舗 ---*/
.s2 {
	display: flex;
	align-items: center;
	color: #050505;
	font-size: 24px;
}

.s2:before, .s2:after {
	display: block;
	flex-grow: 1;
	height: 1px;
	background: #050505;
	content: "";
}

.s2:before {
	margin-right: .4em;
}

.s2:after {
	margin-left: .4em;
}

.image-list {
	max-width: 780px;
	margin: 0 auto;
}

.image-list ul {
	display: inline-block;
	list-style: none;
	text-align: center;
}

.image-list li {
	display: inline-block;
	margin-left: 12px;
}

.image-list li:first-child {
	margin-left: 0;
}

.image-list ul li img {
	width: 100%;
	border: solid 1px #050505;
}

.image-list ul li a:hover {
	opacity: .7;
	transition: .3s ease-in-out;
}

.image-list p {
	margin-bottom: 50px;
	font-size: 1em;
}

@media screen and (max-width: 780px) {
	.image-list ul {
		max-width: 480px;
	}

	.image-list ul li:nth-of-type(3) {
		margin-left: 0;
	}

	.image-list ul li img {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 480px) {
	.image-list ul li {
		margin-left: 0;
	}

	.image-list ul li img {
		width: 155px;
	}
}


/*--- ここテスト▲▲▲▲▲▲▲▲▲▲▲▲▲▲---*/


#system .con_img img {	
	margin-bottom: 5px;
}

#recruit .con_img img {	
	margin-bottom: 5px;
}	


.recruit {
	max-width: 780px;
	margin: 0 auto;
}

.recruit img {
	width: 780px;
	border: solid 1px #050505;
	text-align: center;
}

.recruit a:hover {
	opacity: .7;
	transition: .3s ease-in-out;
}

.recruit p {
	margin-bottom: 10px;
	font-size: 1em;
}

@media screen and (max-width: 780px) {
	.recruit img {
		width: 100%;
	}
}


.bannerlink {
	max-width: 450px;
	margin: 0 auto;
}

.bannerlink img {
	width: 450px;
	border: solid 1px #050505;
	text-align: center;
}

.bannerlink a:hover {
	opacity: .7;
	transition: .3s ease-in-out;
}

.bannerlink p {
	margin-bottom: 50px;
	font-size: 1em;
}

@media screen and (max-width: 400px) {
	.bannerlink img {
		width: 100%;
	}
}



/*--- 良くある質問 ---*/

.yokuaru {
	max-width: 780px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 0;
	color: #FFF;
	background: linear-gradient(to right, #f0319ac0 50%, rgba(247, 206, 238, 0.151) 100%);
}


.yokuaru p {
	font-size: 1.3em;
}

@media screen and (max-width: 780px) {
	.yokuaru img {
		width: 100%;
	}
}

/*--- フッター ---*/
.footA {
	margin-bottom: 30px;
}

footer {
	background-color: #d8d7d7;
	color: #050505;
}

footer .container {
	padding: 40px 20px;
	text-align: left;
}

.footA h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 30px;
	font-family: "Montserrat", "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: .2em;
}

.footA h3 {
	font-family: "Montserrat", "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
}

.footA p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.footA a {
	color: #050505;
	text-decoration: none;
	transition: .3s ease-in-out;
}

.footA a:hover {
	color: #7f7f7f;
}

.footB div {
	margin-bottom: 20px;
}

.footB h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: solid 1px currentColor;
	font-size: 14px;
}

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

.footB a {
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
	transition: .3s ease-in-out;
}

.footB a:hover {
	background-color: #7f7f7f;
}

.footC {
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}

iframe {
	width: 100%;
}

@media (min-width: 768px) {
	footer .container {
		display: flex;
		flex-wrap: wrap;
		max-width: 1080px;
		margin-right: auto;
		margin-left: auto;
	}

	.footA {
		flex: 0 0 35%;
	}

	.footB {
		display: flex;
		flex: 0 0 65%;
	}

	.footB div {
		flex: 1;
	}

	.footB div:not(:first-child) {
		margin-left: 40px;
	}

	.footC {
		flex: 0 0 100%;
	}
}

.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.fa-chevron-circle-up {
	color: #050505;
	font-size: 45px;
}


/*--- モーダルウィンドウ ---*/

.modal {
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	z-index: 9999;
	width: 400px;
	height: 200px;
	margin: -120px 0 0 -220px;
	padding: 20px;
	border: solid 2px #fff;
	text-align: center;
}

.modal img {
	width: 80%;
	margin: 10px;
	padding-bottom: 15px;
	border-bottom: solid 1px #fff;
}

.modal p {
	margin-bottom: 10px;
	color: #fff;
	font-size: 1em;
}

.modal a {
	cursor: pointer;
}

.close_modal {
	margin: 20px;
	color: #fff;
	font-size: 1.5em;
}

.span_modal {
	margin: 20px;
	color: #fff;
	font-size: 1.5em;
}

.leave_modal {
	margin: 20px;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
}
.fastcm img {
	width: 80%;
	margin: 40px 0px 5px 0px;
	padding-bottom: 3px;
	border-bottom: solid 0px ;

	}
.cm img {
	width: 80%;
	padding-bottom: 3px;
	margin: 0px 0px 5px 0px;
	border-bottom: solid 0px ;

	}


@media screen and (max-width: 480px) {
	.modal {
		width: 100%;
	}
}