@charset "Shift_JIS";

/* clearΦA */

span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	/* for IE 7 */
}

/* Hides from Mac IE \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from Mac IE */

/* SΜ */

a,
a img {
	border: 0;
	transition: 0.3s;
}

a {
	color: #fff;
}

a:hover {
	color: #ff003c !important;
}

img {
	vertical-align: bottom;
}

p {
	margin: auto auto 1em;
	line-height: 1.6;
}

.bold {
	font-weight: bold;
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}


.float-left {
	float: left;
}

.float-right {
	float: right;
}

a img,
input[type="submit"] {
	opacity: 1;
	transition: 0.3s;
	cursor: pointer;
}

a img:hover,
input[type="submit"]:hover {
	opacity: 0.7;
}

table {
	border: 0;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 85%;
	line-height: 1.8;
}

table th {
	padding: 0.5em 0.3em 0.3em;
	font-weight: normal;
	vertical-align: top;
}

table td {
	padding: 0.5em 0.3em 0.3em;
}

table a {
	text-decoration: none;
	color: #C30D23;
	transition: 0.3s;
}

table a:hover {
	opacity: 0.7;
}

p.bottom0 {
	margin-bottom: 0;
}

.SPnone {
	display: block !important;
}

.PCnone {
	display: none !important;
}

/*----------------------------------------------
		contents
----------------------------------------------*/

body,
form input,
form select,
form textarea {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 14pt;
	font-family: "CI" , "Meiryo UI" , "qMmpS Pro" , "qMmpS ProN" , "ΰSVbN" , "Yu Gothic" , sans-serif;
	letter-spacing: 1px;
}

body {
	background: #000;
	color: #fff;
}

h2 {
	line-height: 1;
	margin: 3em 0 1em;
}

h2:first-child {
	margin: 0 0 1em;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	margin: 1.5em 0 0.8em;
	padding: 0 0.5em;
	border-left: 3px solid #174991;
	line-height: 1;
	color: #333;
}

h4 {
	font-size: 110%;
	font-weight: normal;
	color: #333;
	margin: 3em 0 0.5em;
}

h4:before {
	content: "‘";
	color: #174991;
}

#head_line {
	padding: 50px 0 30px;
}

#head_line h1 {
	font-size: 9.5pt;
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: inline-block;
	float: left;
}

#head_line img.logo_sub {
	vertical-align: middle;
	margin: 30px 0 0 60px;
}

#head_line img.brainlink-dining {
	float: right;
}

#head_line .inner {
	margin: 0 auto;
	width: 1110px;
}

.home-brain-logo_box {
	float: right;
	width: 100%;
}

.sub-brain-logo_box {
	float: right;
}

#gmenu {
	margin: 0 auto 20px;
}

#gmenu .inner {
	margin: 0 auto;
	width: 1110px;
	padding: 2px 0 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#gmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#gmenu ul li {
	float: left;
	margin: 0 9px;
}

/*------------ nav ------------*/

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

/*------------ index ------------*/

#mainimage_area {
	text-align: center;
}

#mainimage_area img {
	margin: 0 auto 50px;
	display: block;
}

ul.index_link {
	list-style: none;
	width: 1038px;
	margin: auto;
	padding: 0;
}

ul.index_link li {
	margin: 0 0 20px;
	padding: 0;
}

ul.index_link li.left {
	float: left;
}

ul.index_link li.right {
	float: right;
}

#index_company {
	width: 1105px;
	margin: 30px auto;
}

#index_company h2.company_ttl {
	background: #b93327;
	text-align: center;
	padding: 4px 0 8px;
	margin: 0;
}

#index_company ul {
	/* padding: 0;
	margin: 0; */
	list-style: none;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
	margin: auto;
}

#index_company ul li {
	margin: 20px 10px;
    text-align: center;
	width: 40%;
}

/* #index_company ul li:first-child {
	margin: 0;
} */

#index_company ul li img {
	display: block;
	margin: auto;
	padding-bottom: 1rem;
}


/*------------ sub_content all ------------*/

body.sub {}

#wrapper {
	width: 1110px;
	margin: 40px auto 100px;
}

/*
ul#pan{
	margin:20px 30px;
	padding:0;
	list-style: none;
}
ul#pan li{
	float: left;
	font-size: 80%;
}
ul#pan li:after{
	content:" > "
}
ul#pan li.active a{
	color: #ff003c;
	text-decoration: none;
}
ul#pan li.active:after{
	content:none;
}
*/

.content_img {
	margin: 0 auto 30px;
	display: block;
}

.catch001,
.catch002 {
	margin: 80px auto;
}

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

ul#kodawari_list li {
	margin: 0 0 30px;
}

ul#kodawari_list li .left {
	float: left;
	width: 60%;
}

ul#kodawari_list li .left .sub_ttl {
	margin: 0 0 20px;
}

ul#kodawari_list li .sub_img {
	float: right;
}

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

ul#tenpo li {
	margin: 0 0 50px;
	padding: 0 0 50px;
	border-bottom: 1px solid #fff;
}

ul#tenpo li .left {
	float: left;
	width: auto;
}

ul#tenpo li img {
	margin: 0 0 10px;
}

ul#tenpo li iframe {
	float: right;
	width: 600px;
	height: 600px;
}


dl#company_list {
	margin: 50px auto 0;
	padding: 0;
	width: 1060px;
}

dl#company_list dt {
	margin: 0 0 30px;
	padding: 0;
}

dl#company_list dd {
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: 1px solid #fff;
}

.mv {
	width: 800px;
	margin: 0 auto 200px;
}

video {
	width: 800px;
	height: 450px;
}

/*------------ TOP?Ώ½y?Ώ½[?Ώ½W ------------*/

.home-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-flex-pack: start;
	-moz-flex-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}

.home-inner .brainlink-dining {
	margin-left: auto;
	margin-right: -8px;
}

.home-sns-area_box {
	margin: 15px 0 0 60px;
}

/*------------ FRANCHISE ------------*/

#franchise_list {
	background: #fff;
	padding-top: 80px;
	color: #000;
	padding-left: 80px;
	padding-right: 80px;
}

#franchise_list .mincho {
	font-family: "Times New Roman", "ΰΎ©Μ", YuMincho, "ΰΎ©Μ ProN W3", "Hiragino Mincho ProN", "ΰΎ©Μ", Meiryo, serif;
	font-weight: bold;
}

#franchise_list .sec-1 .ttl-1 {
	text-align: center;
}

#franchise_list .sec-1 .txt-1 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

#franchise_list .sec-2 {
	padding-bottom: 4em;
	background: url(../img/franchise/bt.png) no-repeat bottom center;
}

#franchise_list .sec-2 .ttl-1 {
	border-left: none;
	text-align: center;
	margin-top: 80px;
}

#franchise_list .sec-2 .ttl-2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 2.5em;
}

#franchise_list .sec-2 .ttl-2::before {
	content: "";
}

#franchise_list .sec-2 .txt-1 {
	font-size: 21px;
}

#franchise_list .sec-2 .list-1 {
	list-style: none;
	padding-left: 0;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 21px;
	margin-top: .2em;
}

#franchise_list .sec-2 .list-1 li {
	line-height: 1.75em;
}

#franchise_list .sec-2 .list-1 li::before {
	content: "E";
}

#franchise_list .sec-3 {
	padding-top: 3em;
	padding-bottom: 3em;
	background: url(../img/franchise/bt.png) no-repeat bottom center;
}

#franchise_list .sec-3 .txt-1 {
	font-size: 21px;
	margin-bottom: 0;
}

#franchise_list .sec-3 .txt-2 {
	font-size: 21px;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 2em;
}

#franchise_list .sec-3 .txt-2::before {
	content: "E";
}

#franchise_list .sec-3 .list-1 {
	padding-left: 0;
	list-style: none;
	padding-left: 0;
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 1.5em;
	font-size: 21px;
	margin-top: 0;
	line-height: 1.75em;
}

#franchise_list .sec-3 .list-1 li::before {
    content: "";
}

#franchise_list .sec-3 .ttl-1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 2em;
}

#franchise_list .sec-4 {
	padding-top: 3em;
	padding-bottom: 3em;
}

#franchise_list .sec-4 .ttl-1 {
	text-align: center;
	margin-bottom: 1.5em;
}

#franchise_list .sec-4 .txt-1 {
	font-size: 21px;
	margin-bottom: 0;
}

#franchise_list .sec-4 .list-1 {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	font-size: 21px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.75em;
	margin-bottom: 1.5em;
}

#franchise_list .sec-4 .list-1 li::before {
    content: "";
}

#franchise_list .sec-4 .txt-2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
}

#franchise_list .sec-4 .ttl-2 {
	font-size: 21px;
	padding: 0;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 2.5em;
	border-left: none;
}

#franchise_list .sec-4 .txt-3 {
	margin-top: 6em;
	font-weight: bold;
	font-size: 24px;
}

#franchise_list .sec-4 .box {
	font-size: 20px;
}

#franchise_list .sec-4 .box p {
	margin-bottom: 0;
}

#franchise_list .contact-Table {
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	margin-bottom: 1em;
}

#franchise_list .contact-Table th {
	background: #f4f4f4;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	width: 220px;
}

#franchise_list .contact-Table td {
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#franchise_list .contact-Table .m-txt {
	color: #FF0004;
}

#franchise_list .contact-Table input {
	height: 35px;
}

#franchise_list .contact-Table textarea {
	width: 100% !important;
	height: 300px !important;
}

#franchise_list div.mfp_buttons button {
	font-size: 24px;
}

#franchise_list .contact-Table .in-00 {
	width: 200px;
}

#franchise_list .contact-Table .in-01 {
	width: 500px;
}

#franchise_list .contact-Table .in-02 {
	width: 500px;
}

#franchise_list .contact-Table .in-03 {
	width: 500px;
}

#franchise_list .contact-Table .in-04 {
	width: 200px;
}

#franchise_list .contact-Table .in-05 {
	width: 200px;
}

#franchise_list .contact-Table .in-06 {
	width: 200px;
}

#franchise_list .contact-Table .in-07 {
	width: 200px;
}

#franchise_list .contact-Table .in-08 {
	width: 300px;
}

#franchise_list .contact-Table .in-09 {
	width: 300px;
}

#franchise_list .contact-Table .in-10 {
	width: 300px;
}

#franchise_list .sec-thanks h3 {
	margin: 0;
	text-align: center;
	border-left: none;
	background: #000;
	color: #FFF;
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#franchise_list .sec-thanks .txt-1 {
	text-align: center;
}

#franchise_list .sec-thanks .txt-2 {
	padding-bottom: 50px;
}

#franchise_list .sec-thanks .txt-2 a {
	color: #000;
	text-decoration: none;
}

#franchise_list .sec-thanks .txt-2::after {
	content: "£"
}

table#mfp_confirm_table {
	color: #000;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
	font-size: 16px;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
	font-size: 21px;
}


/*----200414---*/

#order {
	width: 1110px;
	margin: 40px auto 100px;
	text-align: center;
	border-top: 4px solid #fff;
	padding-top: 40px;
}

.slip {
	justify-content: center;
	display: flex;
}

.slip a {
	margin: auto 20px;
}

/*----200414---*/

@media screen and (max-width: 768px) {
	#franchise_list {
		padding: 2em;
	}
}

@media screen and (max-width: 420px) {
	#franchise_list {
		padding: 1em;
	}
	#franchise_list .sec-1 .txt-1 {
		font-size: 18px;
	}
	#franchise_list .sec-2 .ttl-1 {
		border-left: none;
		text-align: center;
		margin-top: 2em;
	}
	#franchise_list .sec-2 .ttl-1 img {
		width: 100%;
	}
	#franchise_list .sec-2 .txt-1 {
		font-size: 18px;
	}
	#franchise_list .sec-2 .list-1 {
		font-size: 18px;
	}
	#franchise_list .sec-3 .ttl-1 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 1em;
	}
	#franchise_list .sec-3 .txt-1 {
		font-size: 18px;
	}
	#franchise_list .sec-3 .txt-2 {
		font-size: 18px;
	}
	#franchise_list .sec-3 .list-1 {
		margin-left: 0;
		font-size: 18px;
	}
	#franchise_list .sec-4 .txt-1 {
		font-size: 18px;
		margin-bottom: 0;
	}
	#franchise_list .sec-4 .list-1 {
		font-size: 18px;
	}
	#franchise_list .sec-4 .txt-2 {
		font-size: 18px;
	}
	#franchise_list .contact-Table th {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#franchise_list .contact-Table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#franchise_list .contact-Table input {
		width: 100% !important;
	}
	#franchise_list .sec-thanks h3 {
		width: 100%;
		box-sizing: border-box;
	}
	#franchise_list .sec-thanks .txt-1 {
		text-align: left;
	}
	#franchise_list .sec-thanks .txt-2 {
		text-align: center;
		padding-bottom: 0;
	}
}


/*------------ footer ------------*/

footer {
	padding: 0;
	margin: 130px 0 80px;
	letter-spacing: 1px;
}

footer .inner {
	width: 1110px;
	margin: auto;
}

ul#footer_menu {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul#footer_menu li {
	margin: 0;
	display: inline-block;
	font-size: 105%;
	border-left: 1px solid #fff;
	line-height: 1;
}

ul#footer_menu li:last-child {
	border-right: 1px solid #fff;
}

ul#footer_menu li a {
	text-decoration: none;
	padding: 0 12px 0 16px;
}

#footer_caution {
	float: left;
}

#copyright {
	float: right;
}

a.topback {
	display: table;
	margin: auto;
}



@media screen and (max-width: 1024px) {
	/* \¦Μζͺ1024pxΘΊΜκΙKp·ιX^C */
	#head_line .inner,
	#gmenu .inner,
	ul.index_link,
	#index_company,
	footer .inner,
	#wrapper {
		width: 1000px;
	}
	#mainimage_area img {
		width: 95%;
	}
	#gmenu .inner li {
		width: 12%;
	}
	h2 img,
	#gmenu .inner img,
	ul.index_link img,
	#index_company ul li img,
		{
		width: 100%;
	}
	#wrapper .content_img {
		width: 95%;
	}
	ul.index_link li.left,
	ul.index_link li.right {
		width: 48%;
	}
	#index_company ul li {
		width: 30%;
		margin: 0 0 0 5%;
	}
	.mv {
		margin: auto;
	}
	ul#tenpo li iframe {
		float: right;
		width: 500px;
		height: 500px;
	}
	.mv {
		width: 700px;
	}
	video {
		width: 700px;
		height: 450px;
	}
}

@media screen and (max-width: 768px) {
	/* \¦Μζͺ768pxΘΊΜκΙKp·ιX^C */
	#head_line .inner,
	#gmenu .inner,
	ul.index_link,
	#index_company,
	footer .inner,
	#wrapper,
	dl#company_list {
		width: 760px;
	}
	h1 {
		width: 45%;
	}
	#gmenu img,
	h2 img,
	.logo,
	.index_link img,
	ul#index_company_list img {
		width: 100%;
	}
	.logo_sub {
		width: 25%;
		margin: 30px 0 0 5%;
	}
	#head_line img.brainlink-dining {
		width: 15%;
	}
	.sub_img {
		width: 35%;
	}
	h2.company_ttl img {
		width: auto;
	}
	#company_list dd img {
		width: 95%;
	}


	/*----200414---*/
	#order {
		width: 100%;
		text-align: center;
		border-top: 4px solid #fff;
		padding-top: 40px;
	}
	#order h2 img {
		width: 50%;
	}
	.slip {
		margin: auto;
		width: 80%;
		flex-flow: column;
	}

	.slip a {
		width: 100%;
	}

	.slip a img {
		width: 100%;
		margin: auto;
		margin-left: -15px;
		margin-bottom: 10px;
	}

	/*----200414---*/
}

@media screen and (max-width: 420px) {
	/* \¦Μζͺ420pxΘΊΜκΙKp·ιX^C */
	.SPnone {
		display: none !important;
	}
	.PCnone {
		display: block !important;
	}

	#head_line .inner,
	#gmenu .inner,
	ul.index_link,
	#index_company,
	footer .inner,
	#wrapper,
	dl#company_list {
		width: 95%;
	}
	#wrapper {
		margin: 10px auto 100px;
	}
	#head_line {
		padding: 15px 0 20px;
	}
	#head_line img.brainlink-dining {
		float: left;
	}
	#head_line img.logo_sub {
		float: none;
		width: 45%;
		margin: 10px 0 0 30px;
	}
	#head_line h1 {
		width: 75%;
		margin: 10px 0 0 0;
	}
	#index_company h2.company_ttl {
		margin: 0 0 10px;
	}
	#index_company ul li {
		font-size: 70%;
	}
	ul#footer_menu li {
		font-size: 90%;
	}
	#index_company ul li {
		width: 100%;
		margin: auto;
		margin-bottom: 30px;
	}
	#mainimage_area img.catch01 {
		width: 80%;
	}
	#mainimage_area img {
		margin: 0 auto 30px;
	}
	ul.index_link li.left,
	ul.index_link li.right {
		width: 80%;
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	footer {
		margin: 100px 0 80px;
	}
	footer #footer_caution,
	footer #copyright {
		float: none;
		width: 95%;
		display: block;
		margin: 10px auto;
	}
	ul#footer_menu li a {
		padding: 0 2px 0 6px;
	}
	.mv {
		width: 340px;
	}
	video {
		width: 340px;
		height: 240px;
	}

	dl#company_list dt img {
		height: 1.5em;
	}
	dl#company_list dd {
		margin: 0 0 20px;
		padding: 0 0 20px;
	}
	dl#company_list dd:last-child {
		border: 0;
	}

	table th,
	table td {
		display: block;
		text-align: left;
	}
	table th:before {
		content:"‘ ";
	}
	table td {
		border-bottom: 1px solid #fff;
	}

	ul#tenpo li .left {
		float: none;
	}
	ul#tenpo li iframe {
		float: none;
		width: 95%;
		height: 340px;
		display: block;
		margin: auto;
	}
	ul#tenpo li img {
		width: 100%;
	}
	.catch001,
	.catch002 {
		margin: 30px auto;
	}

	ul#kodawari_list li .left .sub_ttl {
		width: 100%;
	}
	ul#tenpo li .left,
	ul#kodawari_list li .sub_img,
	ul#kodawari_list li .left {
		float: none;
		width: 95%;
		margin: auto;
		display: block;
	}
	ul#kodawari_list li .sub_img {
		margin: 0 auto 30px;
	}

}

/*20201002*/
.img_right{
	width:100%;
	margin-bottom:40px;
}

.img_right img{
	margin: 0 30px 30px auto !important;
}

@media only screen and (max-width : 480px) {
.img_right img{
	margin: 0 auto 30px auto !important;

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

  @media only screen and (max-width : 480px) {
	#index_company ul{
		width: 100%;
	}
	}