@charset "Shift_JIS";


/* index
---------------------------------------------------- */
.index_main {
	width: 100%;
	height: 500px;
	background-image: url(../images/index/main.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.index_main h1 {
	padding: 183px 0 0;
	text-align: center;
}

/* slider */
.slider {
	margin: 50px 0;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide img {
	width: 100%;
}

/* index_concept */
.index_concept {
	margin-bottom: 70px;
	position: relative;
}
.index_concept .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin:auto;
	background-color: #222222;
}
.index_concept01 {
	float: left;
	width: 430px;
	font-size: 12px;
	line-height: 24px;
}
.index_concept01 h2 {
	font-size: 56px;
	color: #222222;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 40px;
}
.index_concept01 p {
	margin-bottom: 40px;
}
.index_concept02 {
	float: left;
	width: 570px;
}

/* index_produce */
.index_produce {
	margin-bottom: 70px;
	position: relative;
}
.index_produce .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin:auto;
	background-color: #222222;
}
.index_produce01 {
	float: right;
	width: 430px;
	font-size: 12px;
	line-height: 24px;
	text-align: right;
}
.index_produce01 h2 {
	font-size: 56px;
	color: #222222;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 40px;
}
.index_produce01 p {
	margin-bottom: 30px;
	margin-left: 20px;
    text-align: left;
}
.index_produce02 {
	float: left;
	width: 570px;
}

.bxslider li p {
	line-height: 22px;
	margin-top: 5px;
}

/* inter_bn */
.inter_bn {
	margin-bottom: 70px;
	text-align: center;
}
.inter_bn img {
	width: 60%;
}


/* btn
---------------------------------------------------- */
a.btn {
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
	color: #FFF;
	width: 250px;
	font-size: 12px;
	margin: 40px auto 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color: #cf0e0f;
	background-image: url(../images/common/btn_ico.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}
a.btn:hover {
	opacity: 0.7;
}
.btn_txt {
	text-align: center;
	margin-top: 10px;
}


/* main
---------------------------------------------------- */
.main {
	width: 100%;
	height: 170px;
	background-image: url(../images/common/main.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.main h1 {
	padding: 54px 0 0;
	text-align: center;
	font-size: 46px;
	color: #FFFFFF;
	letter-spacing: 0.05em;
}
.main h1 span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 20px;
}


/* company
---------------------------------------------------- */
.company_txt {
	text-align: right;
	margin-top: 20px;
}
table.company_tbl {
	width: 100%;
	border: solid 1px #a8a8a8;
	border-collapse: collapse;
	margin: 0 0 10px;
	table-layout: fixed;
}
table.company_tbl tr {
	border-left: 3px solid #cf0e0f;
}
table.company_tbl th {
	border: solid 1px #a8a8a8;
	padding: 8px 20px;
	text-align: left;
	background-color: #FFF;
	font-weight: normal;
	width: 180px;
}
table.company_tbl td {
	border: solid 1px #a8a8a8;
	padding: 8px 20px;
	text-align: left;
	background-color: #FFF;
	vertical-align: middle;
}


/* store
---------------------------------------------------- */
.store_list {
	margin: -40px 0 0 -40px;
}
.store_list li {
	float: left;
	width: 220px;
	margin: 40px 0 0 40px;
}
.store_list li img {
	margin-bottom: 10px;
}
.store_list li .name {
	font-size: 16px;
	font-weight: bold;
	color: #cf0e0f;
}

.store_img {
	float: left;
	width: 400px;
	margin-right: 30px;
}
.store_info {
	margin-bottom: 60px;
}
.store_info table th,
.store_info table td {
	padding: 0;
	word-break: break-word;
	vertical-align: top;
}
.store_info table th {
	width: 100px;
	text-align: left;
	font-weight: normal;
}

.balloon {
	position: relative;
	margin: 0 auto 50px;
	padding: 20px 30px;
	width: 860px;
	background: #f1f1f1;
	border-radius: 10px;
}
.balloon:before{
	content: "";
	position: absolute;
	top: -40px;
	left: 20%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-bottom: 20px solid #f1f1f1;
}
.balloon_center:before{
	top: -40px;
	left: 50%;
	margin-left: -20px;
}
.balloon p.name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}


/* reference
---------------------------------------------------- */
.reference_blc {
	margin-bottom: 100px;
}


/* recruit
---------------------------------------------------- */
.recruit_img {
	display: block;
	margin: 0 auto;
}


/* contact
---------------------------------------------------- */
table td input[type=text] {
    width: 100%;
    height: 38px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 10px 0 10px;
    border: #cacaca solid 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-top: 0px;
    font-size: 14px;
	display: inline-block;
    font-family: Arial, Roboto, gDroid Sansh, gSVbNh, YuGothic, gqMmpS ProN W3, gHiragino Kaku Gothic ProNh, gCIh, Meiryo, sans-serif;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
table td input[type=text].zip {
    width: 150px;
	margin-bottom: 10px;
}
table td textarea {
    width: 100%;
    height: 230px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 10px 5px 10px;
    border: #cacaca solid 1px;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-family: Arial, Roboto, gDroid Sansh, gSVbNh, YuGothic, gqMmpS ProN W3, gHiragino Kaku Gothic ProNh, gCIh, Meiryo, sans-serif;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
table td select {
    height: 40px;
    padding: 0 10px 0 10px;
    border: #cacaca solid 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-top: 0px;
    font-size: 14px;
	display: inline-block;
    font-family: Arial, Roboto, gDroid Sansh, gSVbNh, YuGothic, gqMmpS ProN W3, gHiragino Kaku Gothic ProNh, gCIh, Meiryo, sans-serif;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.radio {
	display: block;
	margin: 5px 0
}
.radio input[type="radio"] {
	display: none!important;
}
.radio .check {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -11px;
	margin-right: 7px;
	vertical-align: middle;
}
.radio .check::before {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-radius: 50%;
}
.radio input:checked + .check::after {
	content: '';
	width: 8px;		/* }[N̉ */
	height: 8px;		/* }[N̏c */
	position: absolute;
	top: 8px;
	left: 4px;
	background-color: #333333;
	border-radius: 50%;
}
.radio input:disabled + .check:before {
	background-color: #eee;
}
.radio input:checked:disabled + .check::after {
	border-left: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
}
.req {
	background-color: #cf0e0f;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    float: right;
    line-height: 20px;
	margin-top: 4px;
    padding: 0px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

:placeholder-shown {
    color: #c9c9c9;
}
::-webkit-input-placeholder {
    color: #c9c9c9;
}
:-moz-placeholder {
    color: #c9c9c9;
	opacity: 1;
}
::-moz-placeholder {
    color: #c9c9c9;
	opacity: 1;
}
:-ms-input-placeholder {
    color: #c9c9c9;
}

.btnarea {
    text-align: center;
	margin-top: 40px;
}
.btnarea input,
.btnarea a {
    height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
	color: #FFF;
	width: 250px;
	font-size: 12px;
	margin: 20px auto 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color: #cf0e0f;
	background-image: url(../images/common/btn_ico.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	border: none;
}
.btnarea .back {
	background-color: #d1d1d1;
}
.btnarea input:hover,
.btnarea a:hover {
	opacity: 0.7;
}


/* interpreter
---------------------------------------------------- */
table.interpreter_tbl {
	width: 100%;
	border: solid 1px #a8a8a8;
	border-collapse: collapse;
	margin: 0 0 10px;
	table-layout: fixed;
}
table.interpreter_tbl tr {
	border-left: 3px solid #cf0e0f;
}
table.interpreter_tbl th {
	border: solid 1px #a8a8a8;
	padding: 15px 20px;
	text-align: left;
	background-color: #FFF;
	font-weight: normal;
	width: 450px;
}
table.interpreter_tbl th.center {
	text-align: center;
}
table.interpreter_tbl td {
	border: solid 1px #a8a8a8;
	padding: 15px 20px;
	text-align: center;
	background-color: #FFF;
	vertical-align: middle;
}
table.interpreter_tbl td.price span {
	font-size: 28px;
	color: #cf0e0f;
}
.inter_img {
	margin-bottom: 50px;
	width: 100%;
}



@media only screen and (max-width: 740px) {


/* index
---------------------------------------------------- */
.index_main {
	height: auto;
	padding-top: 52px;
}
.index_main h1 {
	padding: 0;
}
.index_main h1 img {
	width: 90%;
	padding: 70px 10px;
}

/* slider */
.slider {
	margin: 30px 5% 30px 5%;
	width: 90%;
}

/* index_concept */
.index_concept {
	margin-bottom: 50px;
}
.index_concept01 {
	float: none;
	width: 100%;
}
.index_concept01 h2 {
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.index_concept01 p {
	margin-bottom: 20px;
}
.index_concept02 {
	float: none;
	width: 100%;
}
.index_concept01 img,
.index_concept02 img {
	width: 100%;
}

/* index_produce */
.index_produce {
	margin-bottom: 50px;
}
.index_produce01 {
	float: none;
	width: 100%;
	text-align: left;
}
.index_produce01 h2 {
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.index_produce01 p {
	margin-bottom: 20px;
	margin-left: 0;
}
.index_produce02 {
	float: none;
	width: 100%;
}
.index_produce01 img,
.index_produce02 img {
	width: 100%;
}

/* inter_bn */
.inter_bn {
	margin-bottom: 50px;
}
.inter_bn img {
	width: 100%;
}

/* btn */
a.btn {
	margin: 20px auto 0;
	width: 80%;
	font-size: 16px;
}


/* main
---------------------------------------------------- */
.main {
	height: auto;
	padding-top: 50px;
}
.main h1 {
	padding: 30px 0;
	font-size: 32px;
}
.main h1 span {
	font-size: 14px;
	margin-top: 10px;
}


/* company
---------------------------------------------------- */
table.company_tbl {
	width: 100%;
	border-bottom: none;
	border-collapse: collapse;
	margin: 0 0 10px;
	table-layout: fixed;
}
table.company_tbl tr {
	border-left: 3px solid #cf0e0f;
}
table.company_tbl th {
	width: 100%;
	display: block;
	padding: 10px;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
table.company_tbl td {
	width: 100%;
	display: block;
	padding: 0 10px 10px;
	border: none;
	border-bottom: 1px solid #a8a8a8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/* store
---------------------------------------------------- */
.store_list {
	margin: -20px 0 0 -2%;
}
.store_list li {
	float: left;
	width: 48%;
	margin: 20px 0 0 2%;
}
.store_list li img {
	width: 100%;
}
.store_list li .name {
	font-size: 16px;
}

.store_img {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.store_info {
	margin-bottom: 40px;
}
.store_info table th,
.store_info table td {
	padding: 0;
}
.store_info table th {
	width: 100px;
	text-align: left;
	font-weight: normal;
}
.gmap {
	position: relative;
	padding-bottom: 75%; // ꂪc
	height: 0;
	overflow: hidden;
}
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.balloon {
	margin: 0 auto 50px;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.balloon:before{
	left: 50%;
	margin-left: -20px;
}


/* reference
---------------------------------------------------- */
.reference_blc {
	margin-bottom: 60px;
}


/* interpreter
---------------------------------------------------- */
.table_scroll {
	width: 100%;
	margin: 0 auto;
	overflow-x: auto;
}
p.scroll_txt {
	color: #FF0000;
	margin-bottom: 5px;
}
table.interpreter_tbl {
	width: 630px;
}
table.interpreter_tbl th {
	width: 180px;
}
.inter_img {
	margin-bottom: 30px;
}


}