@charset "utf-8";

header .content #linkBox ul li:nth-of-type(2) a {color: #c3ba7f;}
footer .col2 .link .link1 li:nth-of-type(2) a {color: #c3ba7f;}

.box1 {margin-bottom: 60px;}
.box1 .col1 {width: 50%;}
.box1 .col1 figure figcaption {font-size: 1.4rem; margin-top: 5px;}
.box1 .col2 {width: 45%;}
.box1 .col2 h3 {font-size: 3.2rem; font-weight: 500; margin-bottom: 5px;}
.box1 .col2 .tags {margin-bottom: 20px;}
.box1 .col2 .tags li {display: inline-block; border: 1px solid #6f6f6f; line-height: 1; padding: 10px; margin: 0 2px 2px 0; color: #6f6f6f; font-size: 1.2rem;}
.box1 .col2 h4 {font-size: 2.4rem; font-weight: 500; margin-bottom: 20px;}
.box1 .col2 p {line-height: 2.2; margin-bottom: 40px;}
.box1 .col2 .listBtn {display: flex; flex-wrap: wrap; justify-content: space-between;}
.box1 .col2 .listBtn li {width: 49%;}
.box1 .col2 .listBtn li a {display: block; color: #fff; letter-spacing: 0.1em; padding: 15px 0; text-align: center; font-weight: bold; border-radius: 100px; line-height: 1; background: #b09b13 url(../images/common/ic_arr_white.png) no-repeat; background-position: center right 20px; transition: all 0.2s ease-in-out}
.box1 .col2 .listBtn li a:hover {background-color: #000; background-position: center right 5px;}
.box1 .col2 .listBtn li .btn1 {background-color: #000;}
.box1 .col2 .listBtn li .btn1:hover {background-color: #b09b13;}




.boxColor {margin-bottom: 60px;}
.boxColor h3 {font-family: 'IBM Plex Sans', sans-serif; font-size: 2.6rem; text-align: center; margin-bottom: 40px; font-weight: 500;}
.boxColor .col1 {width: 46.67%;}
.boxColor .col1 .primary {height: 560px; border: 1px solid #eae9e1;}
.boxColor .col1 .primary .bgImg {width: 100%; height: 100%; background-size: 100% auto; background-position: center center; background-repeat: no-repeat;}
.boxColor .col1 .caption {font-size: 1.4rem; margin-top: 5px;}
.boxColor .col2 {width: 50%;}
.boxColor .col2 ul {justify-content: flex-start;}
.boxColor .col2 ul li {width: 18.67%; margin: 0 1.6625% 1.6625% 0;}
.boxColor .col2 ul li:nth-of-type(5n) {margin-right: 0;}
.boxColor .col2 ul li a {display: block; cursor: pointer; border: 1px solid #eae9e1;}
.boxColor .col2 ul li a:hover, 
.boxColor .col2 ul li a.selected {border: 1px solid #b09b13;}

.boxSize {margin-bottom: 60px;}
.boxSize h3 {font-family: 'IBM Plex Sans', sans-serif; font-size: 2.6rem; text-align: center; margin-bottom: 40px; font-weight: 500;}
.boxSize ul {justify-content: flex-start;}
.boxSize ul li {width: 18%; margin:  0 2.5% 2.5% 0;}
.boxSize ul li:nth-of-type(5n) {margin-right: 0;}
.boxSize ul li img {border: 1px solid #eae9e1;}
.boxSize ul li p {font-family: 'IBM Plex Sans', sans-serif; font-size: 2rem; text-align: center; font-weight: 500; margin: 15px 0;}
.boxSize ul li a {display: block; color: #fff; letter-spacing: 0.1em; padding: 15px 0; text-align: center; font-weight: bold; border-radius: 100px; line-height: 1; background: #b09b13 url(../images/common/ic_arr_white.png) no-repeat; background-position: center right 20px; transition: all 0.2s ease-in-out}
.boxSize ul li a:hover {background-color: #000; background-position: center right 5px;}


.boxTable {margin-bottom: 60px;}
.boxTable .item {width: 48%; margin-bottom: 4%;}
.boxTable .item.w100 {width: 100%;}
.boxTable .item h4 {margin-bottom: 10px; font-size: 2rem; font-weight: bold;}
.boxTable .item table {width: 100%; border-collapse: collapse; border: 1px solid #000;}
.boxTable .item table tr th {background: #f6f5ef; text-align: center;}
.boxTable .item table tr th,
.boxTable .item table tr td {border-bottom: 1px solid #000; border-right: 1px dotted #000; padding: 5px 10px;}
.boxTable .item table tr td:nth-of-type(1) {width: 56%; position: relative;}
.boxTable .item table tr td:nth-of-type(1) span:nth-of-type(1) {font-weight: bold;}
.boxTable .item table tr td:nth-of-type(1) span:nth-of-type(2) {position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); right: 10px;}
.boxTable .item table tr td:nth-of-type(2) {width: 22%; text-align: center;}
.boxTable .item table tr td:nth-of-type(3) {width: 22%; text-align: center;}

.boxTitle {margin:60px 0 0;}
.boxTitle h3 {font-size: 2.6rem; text-align: center;font-weight: 800;border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}


.other {margin-bottom: 100px;}
.other h3 {text-align: center; font-size: 2.6rem; margin-bottom: 4rem;}
#recommendItems a:hover {opacity: 0.8;}
#recommendItems a:hover p {color: #c3ba7f;}
#recommendItems a p {margin: 1rem 0 0; display: inline-block; font-size: 1.8rem; position: relative; letter-spacing: 0.1em; font-family: 'IBM Plex Sans', sans-serif; padding-right: 25px; line-height: 1.4; font-weight: 500;}
#recommendItems a p::after {content: ''; width: 20px; height: 20px; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); margin-top: 2px; right: 0; background: url(../images/common/ic_arr_round.png) no-repeat; background-size: 100% 100%; transition: 0.2s ease-in-out;}
.recommendWrap {position: relative;}
#recommendItems{position: static;}
#recommendItems .slick-prev::before,
#recommendItems .slick-next::before {content: '';}
#recommendItems .slick-prev,
#recommendItems .slick-next {border-top: 1px solid #000; border-left: 1px solid #000; width: 10px; height: 10px; bottom: 47px; top: auto; z-index: 1;}
#recommendItems .slick-prev {transform: rotate(-45deg); bottom: -28px; left: 46%;}
#recommendItems .slick-next {transform: rotate(135deg); bottom: -28px; left: auto; right: 46%;}
#recommendItems .slick-list{margin: 0 -10px;}
#recommendItems .slick-slide{ margin: 0 10px;}
.pagerBox {position: absolute; left: 0; right: 0; width: 35%; margin: 0 auto; bottom: -30px; text-align: center;}
.pagerBox p{ line-height: 1em; margin: 0;}















@media (max-width: 1199px) {
	.box1 .col2 h4 {font-size: 2rem;}
	.box1 .col2 h4 br {display: none;}

	.boxSize ul li a {font-size: 1.4rem; background-position: center right 10px;}

	.boxColor .col1 .primary {height: 45vw;}

	.other h3 {margin-bottom: 3rem;}
	#recommendItems a p {font-size: 1.4rem;}
	#recommendItems .slick-prev {left: 43%;}
	#recommendItems .slick-next {right: 43%;}
}
@media (max-width: 1024px) {
	.boxTable .item table tr td:nth-of-type(1) {width: 60%;}
	.boxTable .item table tr td:nth-of-type(2) {width: 20%;}
	.boxTable .item table tr td:nth-of-type(3) {width: 20%;}

	.boxSize ul li a {font-size: 1.2rem;}
}
@media (max-width: 767px) {
	.box1 {margin-bottom: 80px;}
	.box1 .col1 {width: 100%; margin-bottom: 20px;}
	.box1 .col2 {width: 100%;}
	.box1 .col2 p {margin-bottom: 20px;}
	.box1 .col2 .listBtn li {width: 100%; margin-bottom: 10px;}
	.box1 .col2 .listBtn li:last-of-type {margin-bottom: 0;}
	
	.boxColor {margin-bottom: 40px;}
	.boxColor h3 {margin-bottom: 20px; font-size: 2rem;}
	.boxColor .col1 {width: 100%; margin-bottom: 20px;}
	.boxColor .col1 .primary {height: calc(100vw - 40px);}
	.boxColor .col2 {width: 100%;}


	.boxSize {margin-bottom: 40px;}
	.boxSize h3 {margin-bottom: 20px; font-size: 2rem;}
	.boxSize ul li {width: 48%; margin: 0 4% 8% 0; text-align: center;}
	.boxSize ul li:nth-of-type(5n) {margin-right: 4%;}
	.boxSize ul li:nth-of-type(2n) {margin-right: 0;}
	.boxSize ul li p {font-size: 1.6rem; margin: 10px 0;}
	.boxSize ul li a {font-size: 1.3rem;}

	.boxTable .item {width: 100%; margin-bottom: 40px;}
	.boxTable .item:last-of-type {margin-bottom: 0;}
	.boxTable .item h4 {font-size: 1.8rem;}
	.boxTable .item table {font-size: 3vw;}
	
	.boxTitle h3 {font-size: 2rem;}
	

	.other h3 {font-size: 2rem; margin-bottom: 2rem;}
	#recommendItems a p {font-size: 1.6rem;}	
	#recommendItems .slick-prev {left: 38%;}
	#recommendItems .slick-next {right: 38%;}

}