/* Genenal */
@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
a { 
	text-decoration: none;
	color: #333;
}
.hv-o:hover { 
	opacity: 0.7; 
	transition: 0.3s ease;
}

img { 
	max-width: 100%; 
	height: auto;
}
.full-width-img {
	width: 100%;
}
.wrap {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.fl-l {
	float: left;
}
.fl-r {
	float: right;
}
.cls {
	clear: both;
	display: table;
	content: "";
}
.vertical-align-super {
	vertical-align: super;
}
.custom-border {
	border-bottom: 1px solid #eeeeee;
}
header {
	padding: 15px 0 10px 0;
}
.header-menu {
	padding: 40px 0 40px 60px;
}
.header-menu li {
	float: left;
	padding: 0 46px;
	border-right: 1px solid #333333;
}
.header-menu li:first-child {
	padding-left: 0;
}
.header-menu li:last-child {
	padding-right: 0;
	border-right: none;
}
.header-menu li a {
	color: #333333;
	font-size: 15px;
}
.lang a {
	margin-right: 14px;
}
.lang a:last-child {
	margin-right: 0;
}
.header-contact {
	padding: 8px 0 8px 45px;
}
.header-contact a {
	color: #4f2308;
}
.header-tel {
	margin-top: 12px;
}
.header-tel-text {
	border-bottom: 1px solid #333333;
	font-family: "Myriad Pro";
	font-size: 15px;
}
.header-tel-number {
	color: #a70000;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
}
.contact-btn {
	margin-top: 10px;
}
.underscore:hover {
	text-decoration: underline;
}
.header-menu-active {
	color: #a70000 !important;
}
.lang-active {
	color: #a70000 !important;
	border-bottom: 1px solid #a70000;
}
.lang-active:hover {
	text-decoration: none;
}
.lang a span i {
	color: #a70000;
}
.add {
	width: 100%;
}
.add-tb {
	width: 620px;
	border-left: 2px solid #a70000;
	padding-left: 8px;
}
.add-tb-ct {
	border: 1px solid #a70000;
	padding: 25px 30px;
}
.add-tb-title {
	text-align: center;
}
.add-tb-index-txt {
	line-height: 156%;
	color: #a70000;
	font-size: 16px;
}
.add-tb-index {
	margin-bottom: 3px;
	position: relative;
}
.add-tb-index-icon {
	width: 34px;
}
.add-tb-index-txt a {
	color: #a70000;
}
.add-tb-index-txt a:hover {
	text-decoration: underline;
}
.banner-3 {
	margin: 50px 0;
}
.banner-3 img {
	display: block;
	margin: 0 auto;
}
.banner-4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.banner-4-item {
	margin-right: 25px;
}
.banner-4-item:last-child {
	margin-right: 0;
}
.totop {
	text-align: center;
}
#toTopBtn {
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
}
.totop {
	margin-bottom: 24px;
}
footer {
	background-color: #eeeeee;
	background-image: url(../../common/img/bg_footer.png);
	background-repeat: repeat-x;
	background-position: top left;
}
.ft-menu {
	padding: 40px 0 25px 0;
	border-bottom: 1px solid #cccccc;
}
.ft-menu ul {
	margin: 0 auto;
}
.ft-menu ul li {
	float: left;
	padding: 0 33px;
	border-right: 1px solid #333333;
}
.ft-menu ul li:last-child {
	border-right: none;
}
.ft-menu ul li a {
	color: #333333;
	font-size: 15px;
	font-family: "Meiryo";
}
.ft-copy-logo {
	width: 30%;
	border-right: 1px solid #cccccc;
}
.ft-copy-add {
	width: 70%;
	padding-top: 10px;
	padding-left: 10px;
}
.ft-copy {
	padding: 38px 0 34px 0;
}
.ft-copy-txt {
	margin-top: 18px;
}
.ft-copy-add-desc {
	width: 100%;
	font-size: 15px;
	margin-bottom: 10px;
}
.ft-copy-add-title {
	margin-bottom: 35px;
	font-size: 16px;
	color: #333333;
	font-weight: 500;
}
.strong-text {
	color: #333;
	font-size: 15px;
	font-weight: 500;
}
.ft-copy-add-phone a {
	text-decoration: underline;
}
.ft-copy-add-info {
	width: 85%;
}
.ft-copy-add-phone {
	width: 15%;
}
.header-mobile-menu-bar {
	display: none;
}
.letter-spacing-ft { 
	letter-spacing: -1px; 
}
.banner-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-mobile-lang {
	display: none;
}
/* End General */

/* Banner */
.top-banner {
	padding: 75px 0;
	border: 1px solid #cccccc;
}
.top-banner-txt {
	font-size: 30px;
	color: #a70000;
	font-weight: 500;
	text-align: center;
	line-height: 133%;
}
.top-banner-txt-eng {
	position: relative;
}
.top-banner-txt-eng::after {
	width: 22px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	height: 1px; 
	content: "";
	border-bottom: 1px solid #a70000;
	transform: translateX(-50%);
}
.top-banner-txt-jp {
	font-size: 25px;
}
/* End Banner */


/* Menu */
.menu-title {
	font-size: 30px;
	font-weight: bold;
	color: #a70000;
	text-align: center;
	position: relative;
}
.menu-title::after {
	position: absolute;
	left: 50%;
	bottom: -7px;
	transform: translateX(-50%);
	content: "";
	height: 2px;
	width: 90px;
	border-bottom: 2px solid #a70000;
}
.custom-border-title::after {
	width: 108px;
}
.menu-tables {
	width: 100%;
}
.menu-table {
	width: 50%;
}
.menu-table table {
	width: 100%;
	border: 1px solid #edcccc;
}
.menu-table  table tr td {
	width: 51%;
	border-bottom: 1px solid #edcccc;
	border-right: 1px solid #edcccc;
	padding: 15px 40px;
	letter-spacing: -1px;
	font-size: 15px;
}
.menu-table table tr td:first-child {
	width: 49%;
	color: #a70000;
	font-size: 15px;
	padding: 15px 20px;
	font-weight: 500;
	background-color: rgb(250, 240, 239);
}
.no-border-left {
	border-left: none !important;
}
.menu-tip {
	color: #a70000;
	font-size: 15px;
	text-align: right;
	font-weight: 500;
	margin-top: 20px;
}
.design-ct {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.design-ct-item {
	margin-bottom: 50px;
}
/* End Menu */


/* RESPONSIVE ZONE */
@media screen and (max-width: 1279px) {
	/* General */
	.wrap {
		max-width: 1024px;
	}
	header {
		padding: 10px;
	}
	.header-menu li {
		padding: 0 20px;
	}
	.add-tb {
		width: 80%;
		float: none;
		margin: 15px auto;
	}
	.ft-copy-logo {
		width: 100%;
		text-align: center;
		border-right: none;
	}
	.ft-copy-logo a img {
		display: block;
		margin: auto;
	}
	.ft-copy-add {
		width: 100%;
		padding: 0 10px;
	}
	.banner-2-item {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.header-menu {
    	padding: 40px 0 40px 0px;
	}
	.header-contact {
    	padding: 8px 0 8px 85px;
	}
	/* End General */

	/* Menu */
	.menu-table {
		width: 100%;
		margin-bottom: 20px;
	}
	.menu-table table {
		width: 60%;
		margin: auto;
	}
	.no-border-left {
		border-left: 1px solid #edcccc !important;
	}
	.menu-tip {
		text-align: center;
		margin-top: 0;
	}
	.design-ct-item {
		width: 100%;
		text-align: center;
	}
	/* End Menu */
}
@media screen and (max-width: 1023px) {
	/* General */
	.header-menu {
		margin-left: 0;
		padding: 40px 0 40px 0px;
		width: 65%;
	}
	.header-menu ul {
		margin: auto;
	}
	.header-contact {
    	padding: 8px 0 8px 50px;
    	float: right;
    	width: 35%;
	}
	.header-logo {
		width: 100%;
		text-align: center;
	}
	.banner-4-item {
		margin-bottom: 15px;
	}
	.ft-copy-add-phone {
		float: none;
		width: 100%;
	}
	.ft-copy-add-info {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.ft-copy-add-desc {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.ft-copy-add-title {
		margin: 15px 0;
	}
	/* End General */

	/* Menu */
	.menu-table table tr td {
		line-height: 160%;
	}
	/* End Menu */
}
@media screen and (max-width: 767px) {
	/* General */
	.header-contact {
		display: none;
	}
	header {
		padding: 10px 0;
		border-bottom: none;
	}
	.header-menu {
		display: none;
	}
	.header-mobile-menu-bar {
		background-color: rgb(167, 0, 0);
		width: 100%;
		padding: 10px;
		margin-top: 15px;
		position: relative;
	}
	.header-mobile-menu, .header-mobile-lang {
		display: none;
		position: absolute;
		top: 40px;
		left: 0;
		z-index: 1;
		background-color: rgb(167, 0, 0);
		width: 100%;
	}
	.mb-menu-toggle {
		font-size: 20px;
		color: #fff;
	}
	.mb-lang {
		font-size: 20px;
		color: #fff;
		margin-right: 15px;
	}
	.mb-contact {
		font-size: 20px;
	}
	.mb-contact a {
		color: #fff;
	}
	.mb-contact i {
		padding-right: 5px;
	}
	.header-mobile-menu ul li a, .header-mobile-lang ul li a {
		color: #fff;
		padding: 10px 0;
		text-align: center;
		display: block;
	}
	.header-mobile-menu ul li, .header-mobile-lang ul li {
		border-bottom: 1px dotted #fff;
	}
	.header-mobile-menu ul li:last-child, .header-mobile-lang ul li:last-child {
		border-bottom: none;
	}
	.add {
		padding: 0 10px;
	}
	.add-tb {
		width: 100%;
	}
	.add-tb-ct {
		padding: 15px;
	}
	.add-tb-index-txt {
		font-size: 14px;
	}
	.add-tb-index-icon {
		width: 20%;
	}
	.add-tb-index-txt {
		width: 80%;
	}
	.add-tb-index {
		width: 100%;
	}
	.banner-3 {
		margin: 15px 0;
	}
	.banner-4-item {
		margin-right: 0;
	}
	.mgt-80 {
		margin-top: 30px;
	}
	.mgt-55 {
		margin-top: 10px;
	}
	.ft-menu {
		padding: 25px 0;
		display: none;
	}
	.ft-copy {
		padding: 15px 0;
	}
	.ft-copy-add-title {
		font-size: 14px;
	}
	.ft-copy-add-info {
		margin-bottom: 10px;
	}
	.ft-copy-add-desc {
		margin-bottom: 15px;
		line-height: 160%;
	}
	.ft-copy-add-desc:last-child {
		margin-bottom: 0;
	}
	.header-mobile-menu-bar {
		display: block;
	}
	.top-banner {
		padding: 0 0;
		border: none;
	}
	.mgt-18 {
		display: none;
	}
	.top-banner-txt-jp {
		font-size: 16px;
	}
	.top-banner-txt-eng {
		font-size: 18px;
	}
	.mgt-100 {
		margin-top: 10px;
	}
	.banner-2-item:last-child {
		margin-bottom: 0;
	}
	/* End General */

	/* Menu */
	.mgt-60 {
		margin-top: 30px;
	}
	.menu-title {
		font-size: 16px;
	}
	.mgt-50 {
		margin-top: 20px;
	}
	.menu-table {
		padding: 0 10px;
	}
	.menu-table table {
		width: 100%;
	}
	.menu-table table tr td:first-child {
		font-size: 14px;
		padding: 10px;
	}
	.menu-table table tr td {
		font-size: 14px;
		padding: 10px;
		letter-spacing: 0;
	}
	.design-ct {
		padding: 0 10px;
	}
	.design-ct-item {
		margin-bottom: 15px;
	}
	/* End Menu */
}
/* END RESPONSIVE ZONE */