/* 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; 
}
.header-mobile-lang {
	display: none;
}
.inline-block > div {
	display: inline-block;
}
/* End General */


/* Slider */
.bx-wrapper {
	box-shadow: none;
	border: none;
}
.bx-wrapper .bx-controls-direction a {
	width: 41px;
	height: 76px;
	margin-top: 0;
	transform: translateY(-50%);
}
.bx-wrapper .bx-prev {
	background: url(../../img/index/prev-slider.png);
	transition: 0.3s ease;
}
.bx-wrapper .bx-next {
	background: url(../../img/index/next-slider.png);
	transition: 0.3s ease;
}
.bx-prev:hover, .bx-prev:hover {
	opacity: 0.7;
}
.slide {
	position: relative;
}
.slide-text {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 17px 15px;
	background-color: rgba(110,111,105,0.3);
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
	background-position: unset;
}
.slide-img img {
	width: 100%;
	height: auto;
}
.bx-wrapper .bx-prev {
	left: 65px;
}
.bx-wrapper .bx-next {
	right: 65px;
}
/* End Slider */

/* Home */
.item {
	width: 100%;
}
.item-txt {
	width: 50%;
}
.item-img {
	width: 50%;
}
.item-txt-title {
	font-size: 30px;
	color: #a70000;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 150%;
}
.item-txt-desc {
	color: #4f2308;
	font-size: 16px;
	line-height: 156%;
	padding-right: 45px;
}
.item-txt-sub-title {
	font-size: 18px;
	color: #a70000;
}
.custom-style-1 {
	font-size: 16px;
	color: #333333;
	line-height: 187.5%;
}
.home-ct .info {
	width: 100%;
}
.home-ct .info .info-banner {
	width: 620px;
}
.home-ct .info .info-banner a {
	display: block;
}
.home-ct .info .info-news {
	width: 620px;
	height: 345px;
	background-color: rgb(247, 247, 247);
	padding: 30px 20px;
}
.home-ct .info-news .info-news-title {
	text-align: center;
}
.home-ct .info-news-item {
	padding: 15px 0;
	border-bottom: 1px solid #cccccc;
	width: 94%;
}
.home-ct .info-news-item-date {
	color: #a70000;
	font-size: 15px;
	width: 26%;
}
.home-ct .info-news-item-txt {
	color: #333333;
	font-size: 15px;
	width: 74%;
	letter-spacing: -2px;
}
.home-ct .info-news-ct {
	height: 180px;
	overflow: auto;
}
/* width */
.home-ct .info-news-ct::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.home-ct .info-news-ct::-webkit-scrollbar-track {
  background: #e7c6c6; 
}

/* Handle */
.home-ct .info-news-ct::-webkit-scrollbar-thumb {
  background: #c76363; 
  height: 150px;
}
.banner-2 {
	width: 100%;
}
.banner-2-item a {
	position: relative;
	display: block;
}
.banner-2-item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	color: #000000;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	opacity: 0;
	transition: 0.3s ease;
}
.banner-2-item-txt {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	color: #000000;
}
.banner-2-item a:hover .banner-2-item-overlay {
	opacity: 1;
}
.custom-margin-130 {
	margin-top: 130px;
}
/* End Home */


/* RESPONSIVE ZONE */
@media screen and (max-width: 1279px) {
	/* General */
	.wrap {
		max-width: 1024px;
	}
	header {
		padding: 10px;
	}
	.header-menu {
    	padding: 40px 0 40px 0px;
	}
	.header-contact {
    	padding: 8px 0 8px 85px;
	}
	.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%;
	}
	/* End General */

	/* Home */
	.home-ct .info .info-banner {
		width: 100%;
		float: none;
		padding: 0 10px;
	}
	.home-ct .info .info-banner::after {
		display: table;
		clear: both;
		content: "";
	}
	.home-ct .info .info-banner a {
		width: 49%;
		float: left;
	}
	.home-ct .info .info-banner a:last-child {
		float: right;
	}
	.home-ct .info .info-banner a img {
		display: block;
		margin: auto;
	}
	.home-ct .info .info-news {
		width: 80%;
		height: auto;
		margin: 45px auto 0 auto;
		float: none;
	}
	.banner {
		padding: 0 10px;
	}
	.banner-2-item {
		width: 49%;
	}
	.banner-2-item a img {
		display: block;
		margin: 0 auto;
	}
	.item {
		padding: 0 10px;
	}
	.banner-2 {
		padding: 0 10px;
	}
	.bx-wrapper .bx-controls-direction a {
		display: none;
	}
	.custom-margin-130 {
		margin-top: 50px;
	}
	/* End Home */
}
@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 */

	/* Home */
	.item-txt-title {
		font-size: 24px;
	}
	.item-txt-desc {
		font-size: 14px;
	}
	.custom-style-1 {
		font-size: 14px;
	}
	.custom-margin-130 {
		display: none;
	}
	/* End Home */
}
@media screen and (max-width: 767px) {
	/* General */
	.header-contact {
		display: none;
	}
	header {
		padding: 10px 0;
	}
	.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;
	}
	.ft-copy-add {
		padding: 0 10px;
	}
	/* End General */

	/* Home */
	.bx-wrapper .bx-controls-direction a {
		display: none;
	}
	.bx-wrapper {
		margin-bottom: 15px;
	}
	.mgb-84 {
		margin-bottom: 20px;
	}
	.item-txt {
		width: 100%;
	}
	.item-txt-desc {
		padding-right: 0;
	}
	.item-txt-title {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.mgt-25 {
		margin-top: 10px;
	}
	.item-img {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.mgb-90 {
		margin-bottom: 30px;
	}
	.pdl-30 {
		padding-left: 0;
	}
	.custom-style-1 {
		margin-top: 10px;
	}
	.mgt-30 {
		margin-top: 15px;
	}
	.mgt-100 {
		margin-top: 15px;
	}
	.mgt-30 {
		margin-top: 10px;
	}
	.home-ct .info .info-banner a {
		width: 100%;
		margin-bottom: 15px;
	}
	.home-ct .info .info-news {
		margin: 10px auto 0 auto;
		width: 100%;
	}
	.home-ct .info-news-item-date {
		width: 100%;
		margin-bottom: 10px;
	}
	.info-news-item-txt {
		line-height: 160%;
	}
	.item-txt-sub-title {
		font-size: 15px;
	}
	.banner-2-item {
		width: 100%;
		margin-bottom: 10px;
	}
	.custom-margin-130 {
		display: none;
	}
	/* End Home */
}
@media screen and (max-width: 640px) {
	.slide-text {
		font-size: 14px;
		padding: 15px;
	}
}
/* END RESPONSIVE ZONE */